=== 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-0104 --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-0104",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0104_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0104_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-04/func/sub-0104_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>44e7639ba38516919558dcf5028e0587</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>12:14:17.360000</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.999177, -0.0398778, 0.00747922, 0.0396071, 0.998657, 0.0333893]</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.112665</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4204, -7781, -7196, 393, -191, -136, -32, 92]</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>266.607</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>afc91e80-eab1-4272-8c23-739f254bd760||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.680717706680298, 0.10626296699047089, 0.023761793971061707, 107.3648910522461], [0.10698911547660828, 2.6793246269226074, 0.08927701413631439, -109.53044128417969], [0.020066192373633385, -0.08958100527524948, 2.6984190940856934, -57.954261779785156], [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': ['121417.360000', '121417.820000', '121418.280000', '121418.740000', '121419.200000', '121419.660000', '121420.120000', '121420.580000', '121421.040000', '121421.500000', '121421.960000', '121422.420000', '121422.880000', '121423.340000', '121423.800000', '121424.260000', '121424.720000', '121425.180000', '121425.640000', '121426.100000', '121426.560000', '121427.020000', '121427.480000', '121427.940000', '121428.400000', '121428.860000', '121429.320000', '121429.780000', '121430.240000', '121430.700000', '121431.160000', '121431.620000', '121432.080000', '121432.540000', '121433.000000', '121433.460000', '121433.920000', '121434.380000', '121434.840000', '121435.300000', '121435.760000', '121436.220000', '121436.680000', '121437.140000', '121437.600000', '121438.060000', '121438.520000', '121438.980000', '121439.440000', '121439.900000', '121440.360000', '121440.820000', '121441.280000', '121441.740000', '121442.200000', '121442.660000', '121443.120000', '121443.580000', '121444.040000', '121444.500000', '121444.960000', '121445.420000', '121445.880000', '121446.340000', '121446.800000', '121447.260000', '121447.720000', '121448.180000', '121448.640000', '121449.100000', '121449.560000', '121450.020000', '121450.480000', '121450.940000', '121451.400000', '121451.860000', '121452.320000', '121452.780000', '121453.240000', '121453.700000', '121454.160000', '121454.620000', '121455.080000', '121455.540000', '121456.000000', '121456.460000', '121456.920000', '121457.380000', '121457.840000', '121458.300000', '121458.760000', '121459.220000', '121459.680000', '121500.140000', '121500.600000', '121501.060000', '121501.520000', '121501.980000', '121502.440000', '121502.900000', '121503.360000', '121503.820000', '121504.280000', '121504.740000', '121505.200000', '121505.660000', '121506.120000', '121506.580000', '121507.040000', '121507.500000', '121507.960000', '121508.420000', '121508.880000', '121509.340000', '121509.800000', '121510.260000', '121510.720000', '121511.180000', '121511.640000', '121512.100000', '121512.560000', '121513.020000', '121513.480000', '121513.940000', '121514.400000', '121514.860000', '121515.320000', '121515.780000', '121516.240000', '121516.700000', '121517.160000', '121517.620000', '121518.080000', '121518.540000', '121519.000000', '121519.460000', '121519.920000', '121520.380000', '121520.840000', '121521.300000', '121521.760000', '121522.220000', '121522.680000', '121523.140000', '121523.600000', '121524.060000', '121524.520000', '121524.980000', '121525.440000', '121525.900000', '121526.360000', '121526.820000', '121527.280000', '121527.740000', '121528.200000', '121528.660000', '121529.120000', '121529.580000', '121530.040000', '121530.500000', '121530.960000', '121531.420000', '121531.880000', '121532.340000', '121532.800000', '121533.260000', '121533.720000', '121534.180000', '121534.640000', '121535.100000', '121535.560000', '121536.020000', '121536.480000', '121536.940000', '121537.400000', '121537.860000', '121538.320000', '121538.780000', '121539.240000', '121539.700000', '121540.160000', '121540.620000', '121541.080000', '121541.540000', '121542.000000', '121542.460000', '121542.920000', '121543.380000', '121543.840000', '121544.300000', '121544.760000', '121545.220000', '121545.680000', '121546.140000', '121546.600000', '121547.060000', '121547.520000', '121547.980000', '121548.440000', '121548.900000', '121549.360000', '121549.820000', '121550.280000', '121550.740000', '121551.200000', '121551.660000', '121552.120000', '121552.580000', '121553.040000', '121553.500000', '121553.960000', '121554.420000', '121554.880000', '121555.340000', '121555.800000', '121556.260000', '121556.720000', '121557.180000', '121557.640000', '121558.100000', '121558.560000', '121559.020000', '121559.480000', '121559.940000', '121600.400000', '121600.860000', '121601.320000', '121601.780000', '121602.240000', '121602.700000', '121603.160000', '121603.620000', '121604.080000', '121604.540000', '121605.000000', '121605.460000', '121605.920000', '121606.380000', '121606.840000', '121607.300000', '121607.760000', '121608.220000', '121608.680000', '121609.140000', '121609.600000', '121610.060000', '121610.520000', '121610.980000', '121611.440000', '121611.900000', '121612.360000', '121612.820000', '121613.280000', '121613.740000', '121614.200000', '121614.660000', '121615.120000', '121615.580000', '121616.040000', '121616.500000', '121616.960000', '121617.420000', '121617.880000', '121618.340000', '121618.800000', '121619.260000', '121619.720000', '121620.180000', '121620.640000', '121621.100000', '121621.560000', '121622.020000', '121622.480000', '121622.940000', '121623.400000', '121623.860000', '121624.320000', '121624.780000', '121625.240000', '121625.700000', '121626.160000', '121626.620000', '121627.080000', '121627.540000', '121628.000000', '121628.460000', '121628.920000', '121629.380000', '121629.840000', '121630.300000', '121630.760000', '121631.220000', '121631.680000', '121632.140000', '121632.600000', '121633.060000', '121633.520000', '121633.980000', '121634.440000', '121634.900000', '121635.360000', '121635.820000', '121636.280000', '121636.740000', '121637.200000', '121637.660000', '121638.120000', '121638.580000', '121639.040000', '121639.500000', '121639.960000', '121640.420000', '121640.880000', '121641.340000', '121641.800000', '121642.260000', '121642.720000', '121643.180000', '121643.640000', '121644.100000', '121644.560000', '121645.020000', '121645.480000', '121645.940000', '121646.400000', '121646.860000', '121647.320000', '121647.780000', '121648.240000', '121648.700000', '121649.160000', '121649.620000', '121650.080000', '121650.540000', '121651.000000', '121651.460000', '121651.920000', '121652.380000', '121652.840000', '121653.300000', '121653.760000', '121654.220000', '121654.680000', '121655.140000', '121655.600000', '121656.060000', '121656.520000', '121656.980000', '121657.440000', '121657.900000', '121658.360000', '121658.820000', '121659.280000', '121659.740000', '121700.200000', '121700.660000', '121701.120000', '121701.580000', '121702.040000', '121702.500000', '121702.960000', '121703.420000', '121703.880000', '121704.340000', '121704.800000', '121705.260000', '121705.720000', '121706.180000', '121706.640000', '121707.100000', '121707.560000', '121708.020000', '121708.480000', '121708.940000', '121709.400000', '121709.860000', '121710.320000', '121710.780000', '121711.240000', '121711.700000', '121712.160000', '121712.620000', '121713.080000', '121713.540000', '121714.000000', '121714.460000', '121714.920000', '121715.380000', '121715.840000', '121716.300000', '121716.760000', '121717.220000', '121717.680000', '121718.140000', '121718.600000', '121719.060000', '121719.520000', '121719.980000', '121720.440000', '121720.900000', '121721.360000', '121721.820000', '121722.280000', '121722.740000', '121723.200000', '121723.660000', '121724.120000', '121724.580000', '121725.040000', '121725.500000', '121725.960000', '121726.420000', '121726.880000', '121727.340000', '121727.800000', '121728.260000', '121728.720000', '121729.180000', '121729.640000', '121730.100000', '121730.560000', '121731.020000', '121731.480000', '121731.940000', '121732.400000', '121732.860000', '121733.320000', '121733.780000', '121734.240000', '121734.700000', '121735.160000', '121735.620000', '121736.080000', '121736.540000', '121737.000000', '121737.460000', '121737.920000', '121738.380000', '121738.840000', '121739.300000', '121739.760000', '121740.220000', '121740.680000', '121741.140000', '121741.600000', '121742.060000', '121742.520000', '121742.980000', '121743.440000', '121743.900000', '121744.360000', '121744.820000', '121745.280000', '121745.740000', '121746.200000', '121746.660000', '121747.120000', '121747.580000', '121748.040000', '121748.500000', '121748.960000', '121749.420000', '121749.880000', '121750.340000', '121750.800000', '121751.260000', '121751.720000', '121752.180000', '121752.640000', '121753.100000', '121753.560000', '121754.020000', '121754.480000', '121754.940000', '121755.400000', '121755.860000', '121756.320000', '121756.780000', '121757.240000', '121757.700000', '121758.160000', '121758.620000', '121759.080000', '121759.540000', '121800.000000', '121800.460000', '121800.920000', '121801.380000', '121801.840000', '121802.300000', '121802.760000', '121803.220000', '121803.680000', '121804.140000', '121804.600000', '121805.060000', '121805.520000', '121805.980000', '121806.440000', '121806.900000', '121807.360000', '121807.820000', '121808.280000', '121808.740000', '121809.200000', '121809.660000', '121810.120000', '121810.580000', '121811.040000', '121811.500000', '121811.960000', '121812.420000', '121812.880000', '121813.340000', '121813.800000', '121814.260000', '121814.720000', '121815.180000', '121815.640000', '121816.100000', '121816.560000', '121817.020000', '121817.480000', '121817.940000', '121818.400000', '121818.860000', '121819.320000', '121819.780000', '121820.240000', '121820.700000', '121821.160000', '121821.620000', '121822.080000', '121822.540000', '121823.000000', '121823.460000', '121823.920000', '121824.380000', '121824.840000', '121825.300000', '121825.760000', '121826.220000', '121826.680000', '121827.140000', '121827.600000', '121828.060000', '121828.520000', '121828.980000', '121829.440000', '121829.900000', '121830.360000', '121830.820000', '121831.280000', '121831.740000', '121832.200000', '121832.660000', '121833.120000', '121833.580000', '121834.040000', '121834.500000', '121834.960000', '121835.420000', '121835.880000', '121836.340000', '121836.800000', '121837.260000', '121837.720000', '121838.180000', '121838.640000', '121839.100000', '121839.560000', '121840.020000', '121840.480000', '121840.940000', '121841.400000', '121841.860000', '121842.320000', '121842.780000', '121843.240000', '121843.700000', '121844.160000', '121844.620000', '121845.080000', '121845.540000', '121846.000000', '121846.460000', '121846.920000', '121847.380000', '121847.840000', '121848.300000', '121848.760000', '121849.220000', '121849.680000', '121850.140000', '121850.600000', '121851.060000', '121851.520000', '121851.980000', '121852.440000', '121852.900000', '121853.360000', '121853.820000', '121854.280000', '121854.740000', '121855.200000', '121855.660000', '121856.120000', '121856.580000', '121857.040000', '121857.500000', '121857.960000', '121858.420000', '121858.880000', '121859.340000', '121859.800000', '121900.260000', '121900.720000', '121901.180000', '121901.640000', '121902.100000', '121902.560000', '121903.020000', '121903.480000', '121903.940000', '121904.400000', '121904.860000', '121905.320000', '121905.780000', '121906.240000', '121906.700000', '121907.160000', '121907.620000', '121908.080000', '121908.540000', '121909.000000', '121909.460000', '121909.920000', '121910.380000', '121910.840000', '121911.300000', '121911.760000', '121912.220000', '121912.680000', '121913.140000', '121913.600000', '121914.060000', '121914.520000', '121914.980000', '121915.440000', '121915.900000', '121916.360000', '121916.820000', '121917.280000', '121917.740000', '121918.200000', '121918.660000', '121919.120000', '121919.580000', '121920.040000', '121920.500000', '121920.960000', '121921.420000', '121921.880000', '121922.340000', '121922.800000', '121923.260000', '121923.720000', '121924.180000', '121924.640000', '121925.100000', '121925.560000', '121926.020000', '121926.480000', '121926.940000', '121927.400000', '121927.860000', '121928.320000', '121928.780000', '121929.240000', '121929.700000', '121930.160000', '121930.620000', '121931.080000', '121931.540000', '121932.000000', '121932.460000', '121932.920000', '121933.380000', '121933.840000', '121934.300000', '121934.760000', '121935.220000', '121935.680000', '121936.140000', '121936.600000', '121937.060000', '121937.520000', '121937.980000', '121938.440000', '121938.900000', '121939.360000', '121939.820000', '121940.280000', '121940.740000', '121941.200000', '121941.660000', '121942.120000', '121942.580000', '121943.040000', '121943.500000', '121943.960000', '121944.420000', '121944.880000', '121945.340000', '121945.800000', '121946.260000', '121946.720000', '121947.180000', '121947.640000', '121948.100000', '121948.560000', '121949.020000', '121949.480000', '121949.940000', '121950.400000', '121950.860000', '121951.320000', '121951.780000', '121952.240000', '121952.700000', '121953.160000', '121953.620000', '121954.080000', '121954.540000', '121955.000000', '121955.460000', '121955.920000', '121956.380000', '121956.840000', '121957.300000', '121957.760000', '121958.220000', '121958.680000', '121959.140000', '121959.600000', '122000.060000', '122000.520000', '122000.980000', '122001.440000', '122001.900000', '122002.360000', '122002.820000', '122003.280000', '122003.740000', '122004.200000', '122004.660000', '122005.120000', '122005.580000', '122006.040000', '122006.500000', '122006.960000', '122007.420000', '122007.880000', '122008.340000', '122008.800000', '122009.260000', '122009.720000', '122010.180000', '122010.640000', '122011.100000', '122011.560000', '122012.020000', '122012.480000', '122012.940000', '122013.400000', '122013.860000', '122014.320000', '122014.780000', '122015.240000', '122015.700000', '122016.160000', '122016.620000', '122017.080000', '122017.540000', '122018.000000', '122018.460000', '122018.920000', '122019.380000', '122019.840000', '122020.300000', '122020.760000', '122021.220000', '122021.680000', '122022.140000', '122022.600000', '122023.060000', '122023.520000', '122023.980000', '122024.440000', '122024.900000', '122025.360000', '122025.820000', '122026.280000', '122026.740000', '122027.200000', '122027.660000', '122028.120000', '122028.580000', '122029.040000', '122029.500000', '122029.960000', '122030.420000', '122030.880000', '122031.340000', '122031.800000', '122032.260000', '122032.720000', '122033.180000', '122033.640000', '122034.100000', '122034.560000', '122035.020000', '122035.480000', '122035.940000', '122036.400000', '122036.860000', '122037.320000', '122037.780000', '122038.240000', '122038.700000', '122039.160000', '122039.620000', '122040.080000', '122040.540000', '122041.000000', '122041.460000', '122041.920000', '122042.380000', '122042.840000', '122043.300000', '122043.760000', '122044.220000', '122044.680000', '122045.140000', '122045.600000', '122046.060000', '122046.520000', '122046.980000', '122047.440000', '122047.900000', '122048.360000', '122048.820000', '122049.280000', '122049.740000', '122050.200000', '122050.660000', '122051.120000', '122051.580000', '122052.040000', '122052.500000', '122052.960000', '122053.420000', '122053.880000', '122054.340000', '122054.800000', '122055.260000', '122055.720000', '122056.180000', '122056.640000', '122057.100000', '122057.560000', '122058.020000'], 'ContentTime': ['121433.913000', '121433.924000', '121433.926000', '121433.929000', '121433.931000', '121433.943000', '121433.946000', '121433.948000', '121433.951000', '121433.953000', '121433.956000', '121433.959000', '121433.961000', '121433.964000', '121433.966000', '121433.969000', '121433.977000', '121433.980000', '121433.982000', '121433.985000', '121433.988000', '121433.995000', '121433.998000', '121434.001000', '121434.004000', '121434.007000', '121434.009000', '121434.012000', '121434.014000', '121434.017000', '121434.020000', '121434.022000', '121434.025000', '121434.027000', '121453.880000', '121453.883000', '121453.886000', '121453.889000', '121453.896000', '121453.898000', '121453.901000', '121453.903000', '121453.906000', '121453.908000', '121453.911000', '121453.914000', '121453.916000', '121453.919000', '121453.921000', '121453.924000', '121453.926000', '121453.929000', '121453.932000', '121453.934000', '121453.937000', '121453.939000', '121453.942000', '121453.945000', '121453.947000', '121453.950000', '121453.952000', '121453.955000', '121453.958000', '121453.961000', '121453.964000', '121453.966000', '121453.969000', '121453.972000', '121453.974000', '121453.977000', '121453.979000', '121453.982000', '121453.984000', '121453.987000', '121453.990000', '121453.992000', '121453.995000', '121513.880000', '121513.883000', '121513.886000', '121513.888000', '121513.891000', '121513.893000', '121513.896000', '121513.899000', '121513.901000', '121513.904000', '121513.906000', '121513.909000', '121513.912000', '121513.914000', '121513.917000', '121513.919000', '121513.922000', '121513.925000', '121513.927000', '121513.930000', '121513.932000', '121513.935000', '121513.938000', '121513.940000', '121513.943000', '121513.946000', '121513.948000', '121513.951000', '121513.953000', '121513.956000', '121513.958000', '121513.961000', '121513.964000', '121513.966000', '121513.969000', '121513.971000', '121513.974000', '121513.977000', '121513.979000', '121513.982000', '121513.984000', '121513.987000', '121513.990000', '121513.992000', '121533.880000', '121533.883000', '121533.886000', '121533.888000', '121533.891000', '121533.894000', '121533.896000', '121533.899000', '121533.901000', '121533.904000', '121533.907000', '121533.909000', '121533.912000', '121533.914000', '121533.917000', '121533.919000', '121533.922000', '121533.925000', '121533.927000', '121533.930000', '121533.932000', '121533.935000', '121533.939000', '121533.941000', '121533.944000', '121533.946000', '121533.949000', '121533.952000', '121533.954000', '121533.957000', '121533.959000', '121533.962000', '121533.970000', '121533.973000', '121533.976000', '121533.978000', '121533.981000', '121533.983000', '121533.986000', '121533.989000', '121533.991000', '121533.994000', '121533.996000', '121553.881000', '121553.884000', '121553.887000', '121553.889000', '121553.892000', '121553.895000', '121553.897000', '121553.900000', '121553.902000', '121553.905000', '121553.908000', '121553.910000', '121553.913000', '121553.915000', '121553.918000', '121553.921000', '121553.923000', '121553.926000', '121553.928000', '121553.940000', '121553.943000', '121553.946000', '121553.948000', '121553.951000', '121553.953000', '121553.956000', '121553.958000', '121553.961000', '121553.964000', '121553.966000', '121553.969000', '121553.971000', '121553.974000', '121553.977000', '121553.979000', '121553.982000', '121553.984000', '121553.987000', '121553.989000', '121553.992000', '121553.995000', '121553.997000', '121554.001000', '121554.003000', '121613.881000', '121613.980000', '121613.983000', '121613.985000', '121613.988000', '121613.991000', '121613.993000', '121613.996000', '121613.998000', '121614.001000', '121614.004000', '121614.006000', '121614.009000', '121614.011000', '121614.014000', '121614.017000', '121614.019000', '121614.022000', '121614.024000', '121614.027000', '121614.030000', '121614.032000', '121614.035000', '121614.037000', '121614.040000', '121614.042000', '121614.045000', '121614.048000', '121614.050000', '121614.053000', '121614.055000', '121614.059000', '121614.062000', '121614.065000', '121614.067000', '121614.070000', '121614.072000', '121614.082000', '121614.084000', '121614.087000', '121614.089000', '121614.092000', '121614.095000', '121633.881000', '121633.883000', '121633.886000', '121633.889000', '121633.891000', '121633.894000', '121633.896000', '121633.899000', '121633.902000', '121633.904000', '121633.907000', '121633.909000', '121633.912000', '121633.915000', '121633.917000', '121633.920000', '121633.922000', '121633.925000', '121633.927000', '121633.930000', '121633.933000', '121633.935000', '121633.938000', '121633.940000', '121633.943000', '121633.946000', '121633.948000', '121633.951000', '121633.953000', '121633.956000', '121633.959000', '121633.961000', '121633.964000', '121633.966000', '121633.969000', '121633.972000', '121633.974000', '121633.977000', '121633.979000', '121633.982000', '121633.984000', '121633.987000', '121633.990000', '121633.992000', '121653.880000', '121653.883000', '121653.886000', '121653.889000', '121653.891000', '121653.894000', '121653.896000', '121653.899000', '121653.902000', '121653.904000', '121653.907000', '121653.909000', '121653.912000', '121653.915000', '121653.917000', '121653.920000', '121653.922000', '121653.925000', '121653.927000', '121653.930000', '121653.933000', '121653.935000', '121653.938000', '121653.941000', '121653.943000', '121653.946000', '121653.948000', '121653.951000', '121653.954000', '121653.956000', '121653.959000', '121653.961000', '121653.964000', '121653.967000', '121653.969000', '121653.972000', '121653.974000', '121653.977000', '121653.980000', '121653.982000', '121653.985000', '121653.987000', '121653.990000', '121713.880000', '121713.883000', '121713.886000', '121713.889000', '121713.891000', '121713.894000', '121713.896000', '121713.899000', '121713.902000', '121713.904000', '121713.907000', '121713.909000', '121713.912000', '121713.915000', '121713.918000', '121713.920000', '121713.923000', '121713.926000', '121713.928000', '121713.931000', '121713.933000', '121713.936000', '121713.939000', '121713.941000', '121713.944000', '121713.946000', '121713.949000', '121713.952000', '121713.954000', '121713.957000', '121713.959000', '121713.962000', '121713.965000', '121713.967000', '121713.970000', '121713.972000', '121713.975000', '121713.978000', '121713.980000', '121713.983000', '121713.985000', '121713.988000', '121713.992000', '121713.994000', '121733.905000', '121733.908000', '121733.911000', '121733.913000', '121733.916000', '121733.919000', '121733.921000', '121733.924000', '121733.926000', '121733.929000', '121733.931000', '121733.934000', '121733.937000', '121733.939000', '121733.942000', '121733.944000', '121733.947000', '121733.950000', '121733.952000', '121733.955000', '121733.957000', '121733.960000', '121733.962000', '121733.965000', '121733.968000', '121733.971000', '121733.973000', '121733.976000', '121733.979000', '121733.981000', '121733.984000', '121733.986000', '121733.989000', '121733.991000', '121733.994000', '121733.997000', '121734.000000', '121734.003000', '121734.005000', '121734.008000', '121734.011000', '121734.013000', '121734.016000', '121753.881000', '121753.884000', '121753.887000', '121753.890000', '121753.892000', '121753.895000', '121753.898000', '121753.900000', '121753.903000', '121753.905000', '121753.908000', '121753.911000', '121753.913000', '121753.916000', '121753.919000', '121753.921000', '121753.924000', '121753.927000', '121753.929000', '121753.932000', '121753.934000', '121753.937000', '121753.940000', '121753.943000', '121753.945000', '121753.948000', '121753.951000', '121753.953000', '121753.956000', '121753.959000', '121753.961000', '121753.964000', '121753.967000', '121753.969000', '121753.972000', '121753.974000', '121753.977000', '121753.979000', '121753.982000', '121753.985000', '121753.987000', '121753.990000', '121753.992000', '121753.995000', '121813.881000', '121813.884000', '121813.887000', '121813.890000', '121813.892000', '121813.895000', '121813.897000', '121813.900000', '121813.903000', '121813.905000', '121813.908000', '121813.910000', '121813.913000', '121813.916000', '121813.918000', '121813.921000', '121813.923000', '121813.926000', '121813.929000', '121813.931000', '121813.934000', '121813.936000', '121813.939000', '121813.942000', '121813.944000', '121813.947000', '121813.949000', '121813.952000', '121813.955000', '121813.957000', '121813.960000', '121813.962000', '121813.965000', '121813.967000', '121813.970000', '121813.973000', '121813.975000', '121813.978000', '121813.980000', '121813.983000', '121813.986000', '121813.988000', '121813.991000', '121833.880000', '121833.883000', '121833.886000', '121833.888000', '121833.891000', '121833.894000', '121833.897000', '121833.899000', '121833.902000', '121833.905000', '121833.908000', '121833.910000', '121833.913000', '121833.915000', '121833.918000', '121833.921000', '121833.923000', '121833.926000', '121833.928000', '121833.931000', '121833.933000', '121833.936000', '121833.939000', '121833.942000', '121833.944000', '121833.947000', '121833.950000', '121833.952000', '121833.955000', '121833.957000', '121833.960000', '121833.963000', '121833.965000', '121833.968000', '121833.970000', '121833.973000', '121833.976000', '121833.978000', '121833.981000', '121833.983000', '121833.986000', '121833.989000', '121833.991000', '121833.994000', '121853.881000', '121853.884000', '121853.886000', '121853.889000', '121853.892000', '121853.894000', '121853.897000', '121853.899000', '121853.902000', '121853.905000', '121853.907000', '121853.910000', '121853.912000', '121853.915000', '121853.918000', '121853.920000', '121853.923000', '121853.925000', '121853.928000', '121853.931000', '121853.933000', '121853.936000', '121853.938000', '121853.941000', '121853.944000', '121853.946000', '121853.949000', '121853.952000', '121853.954000', '121853.957000', '121853.959000', '121853.962000', '121853.965000', '121853.967000', '121853.970000', '121853.972000', '121853.975000', '121853.978000', '121853.980000', '121853.993000', '121853.995000', '121853.998000', '121854.002000', '121913.880000', '121913.883000', '121913.886000', '121913.889000', '121913.891000', '121913.894000', '121913.896000', '121913.899000', '121913.902000', '121913.904000', '121913.907000', '121913.909000', '121913.912000', '121913.915000', '121913.917000', '121913.920000', '121913.923000', '121913.925000', '121913.928000', '121913.930000', '121913.933000', '121913.935000', '121913.938000', '121913.941000', '121913.943000', '121913.946000', '121913.949000', '121913.951000', '121913.954000', '121913.956000', '121913.959000', '121913.962000', '121913.964000', '121913.967000', '121913.973000', '121913.975000', '121913.978000', '121913.981000', '121913.983000', '121913.986000', '121913.988000', '121913.991000', '121913.994000', '121913.996000', '121933.881000', '121933.883000', '121933.886000', '121933.889000', '121933.891000', '121933.894000', '121933.896000', '121933.899000', '121933.902000', '121933.904000', '121933.907000', '121933.909000', '121933.912000', '121933.915000', '121933.917000', '121933.920000', '121933.922000', '121933.925000', '121933.928000', '121933.930000', '121933.933000', '121933.935000', '121933.938000', '121933.941000', '121933.943000', '121933.946000', '121933.948000', '121933.951000', '121933.953000', '121933.956000', '121933.959000', '121933.961000', '121933.964000', '121933.966000', '121933.969000', '121933.971000', '121933.974000', '121933.977000', '121933.979000', '121933.982000', '121933.985000', '121933.987000', '121933.990000', '121953.880000', '121953.883000', '121953.886000', '121953.889000', '121953.891000', '121953.894000', '121953.896000', '121953.899000', '121953.902000', '121953.904000', '121953.907000', '121953.910000', '121953.912000', '121953.915000', '121953.917000', '121953.920000', '121953.923000', '121953.925000', '121953.928000', '121953.930000', '121953.933000', '121953.936000', '121953.940000', '121953.943000', '121953.945000', '121953.950000', '121953.953000', '121953.955000', '121953.958000', '121953.960000', '121953.963000', '121953.965000', '121953.968000', '121953.971000', '121953.973000', '121953.976000', '121953.979000', '121953.981000', '121953.984000', '121953.987000', '121953.989000', '121953.992000', '121953.994000', '122013.881000', '122013.884000', '122013.887000', '122013.889000', '122013.892000', '122013.895000', '122013.897000', '122013.900000', '122013.903000', '122013.905000', '122013.908000', '122013.910000', '122013.913000', '122013.916000', '122013.918000', '122013.921000', '122013.924000', '122013.926000', '122013.929000', '122013.931000', '122013.934000', '122013.937000', '122013.939000', '122013.942000', '122013.944000', '122013.947000', '122013.950000', '122013.952000', '122013.955000', '122013.957000', '122013.960000', '122013.963000', '122013.965000', '122013.968000', '122013.970000', '122013.973000', '122013.976000', '122013.978000', '122013.981000', '122013.983000', '122013.989000', '122013.992000', '122013.995000', '122013.997000', '122033.881000', '122033.884000', '122033.887000', '122033.889000', '122033.892000', '122033.895000', '122033.897000', '122033.900000', '122033.903000', '122033.906000', '122033.909000', '122033.912000', '122033.914000', '122033.917000', '122033.920000', '122033.922000', '122033.925000', '122033.927000', '122033.930000', '122033.933000', '122033.935000', '122033.938000', '122033.941000', '122033.943000', '122033.946000', '122033.948000', '122033.951000', '122033.954000', '122033.956000', '122033.959000', '122033.961000', '122033.964000', '122033.967000', '122033.969000', '122033.972000', '122033.974000', '122033.977000', '122033.980000', '122033.982000', '122033.985000', '122033.987000', '122033.990000', '122033.993000', '122053.888000', '122053.891000', '122053.894000', '122053.896000', '122053.899000', '122053.902000', '122053.904000', '122053.907000', '122053.910000', '122053.912000', '122053.915000', '122053.918000', '122053.920000', '122053.923000', '122053.925000', '122053.928000', '122053.931000', '122053.933000', '122053.936000', '122053.938000', '122053.941000', '122053.943000', '122053.946000', '122053.949000', '122053.951000', '122053.954000', '122053.956000', '122053.959000', '122053.962000', '122053.964000', '122053.967000', '122053.970000', '122053.972000', '122053.975000', '122053.977000', '122053.980000', '122053.983000', '122053.985000', '122053.988000', '122053.990000', '122053.993000', '122053.995000', '122053.998000', '122054.002000', '122059.198000', '122059.201000', '122059.204000', '122059.206000', '122059.209000', '122059.211000', '122059.214000', '122059.217000', '122059.219000', '122059.222000', '122059.224000', '122059.227000'], 'InstanceCreationTime': ['121433.913000', '121433.924000', '121433.926000', '121433.929000', '121433.931000', '121433.943000', '121433.946000', '121433.948000', '121433.951000', '121433.953000', '121433.956000', '121433.959000', '121433.961000', '121433.964000', '121433.966000', '121433.969000', '121433.977000', '121433.980000', '121433.982000', '121433.985000', '121433.988000', '121433.995000', '121433.998000', '121434.001000', '121434.004000', '121434.007000', '121434.009000', '121434.012000', '121434.014000', '121434.017000', '121434.020000', '121434.022000', '121434.025000', '121434.027000', '121453.880000', '121453.883000', '121453.886000', '121453.889000', '121453.896000', '121453.898000', '121453.901000', '121453.903000', '121453.906000', '121453.908000', '121453.911000', '121453.914000', '121453.916000', '121453.919000', '121453.921000', '121453.924000', '121453.926000', '121453.929000', '121453.932000', '121453.934000', '121453.937000', '121453.939000', '121453.942000', '121453.945000', '121453.947000', '121453.950000', '121453.952000', '121453.955000', '121453.958000', '121453.961000', '121453.964000', '121453.966000', '121453.969000', '121453.972000', '121453.974000', '121453.977000', '121453.979000', '121453.982000', '121453.984000', '121453.987000', '121453.990000', '121453.992000', '121453.995000', '121513.880000', '121513.883000', '121513.886000', '121513.888000', '121513.891000', '121513.893000', '121513.896000', '121513.899000', '121513.901000', '121513.904000', '121513.906000', '121513.909000', '121513.912000', '121513.914000', '121513.917000', '121513.919000', '121513.922000', '121513.925000', '121513.927000', '121513.930000', '121513.932000', '121513.935000', '121513.938000', '121513.940000', '121513.943000', '121513.946000', '121513.948000', '121513.951000', '121513.953000', '121513.956000', '121513.958000', '121513.961000', '121513.964000', '121513.966000', '121513.969000', '121513.971000', '121513.974000', '121513.977000', '121513.979000', '121513.982000', '121513.984000', '121513.987000', '121513.990000', '121513.992000', '121533.880000', '121533.883000', '121533.886000', '121533.888000', '121533.891000', '121533.894000', '121533.896000', '121533.899000', '121533.901000', '121533.904000', '121533.907000', '121533.909000', '121533.912000', '121533.914000', '121533.917000', '121533.919000', '121533.922000', '121533.925000', '121533.927000', '121533.930000', '121533.932000', '121533.935000', '121533.939000', '121533.941000', '121533.944000', '121533.946000', '121533.949000', '121533.952000', '121533.954000', '121533.957000', '121533.959000', '121533.962000', '121533.970000', '121533.973000', '121533.976000', '121533.978000', '121533.981000', '121533.983000', '121533.986000', '121533.989000', '121533.991000', '121533.994000', '121533.996000', '121553.881000', '121553.884000', '121553.887000', '121553.889000', '121553.892000', '121553.895000', '121553.897000', '121553.900000', '121553.902000', '121553.905000', '121553.908000', '121553.910000', '121553.913000', '121553.915000', '121553.918000', '121553.921000', '121553.923000', '121553.926000', '121553.928000', '121553.940000', '121553.943000', '121553.946000', '121553.948000', '121553.951000', '121553.953000', '121553.956000', '121553.958000', '121553.961000', '121553.964000', '121553.966000', '121553.969000', '121553.971000', '121553.974000', '121553.977000', '121553.979000', '121553.982000', '121553.984000', '121553.987000', '121553.989000', '121553.992000', '121553.995000', '121553.997000', '121554.001000', '121554.003000', '121613.881000', '121613.980000', '121613.983000', '121613.985000', '121613.988000', '121613.991000', '121613.993000', '121613.996000', '121613.998000', '121614.001000', '121614.004000', '121614.006000', '121614.009000', '121614.011000', '121614.014000', '121614.017000', '121614.019000', '121614.022000', '121614.024000', '121614.027000', '121614.030000', '121614.032000', '121614.035000', '121614.037000', '121614.040000', '121614.042000', '121614.045000', '121614.048000', '121614.050000', '121614.053000', '121614.055000', '121614.059000', '121614.062000', '121614.065000', '121614.067000', '121614.070000', '121614.072000', '121614.082000', '121614.084000', '121614.087000', '121614.089000', '121614.092000', '121614.095000', '121633.881000', '121633.883000', '121633.886000', '121633.889000', '121633.891000', '121633.894000', '121633.896000', '121633.899000', '121633.902000', '121633.904000', '121633.907000', '121633.909000', '121633.912000', '121633.915000', '121633.917000', '121633.920000', '121633.922000', '121633.925000', '121633.927000', '121633.930000', '121633.933000', '121633.935000', '121633.938000', '121633.940000', '121633.943000', '121633.946000', '121633.948000', '121633.951000', '121633.953000', '121633.956000', '121633.959000', '121633.961000', '121633.964000', '121633.966000', '121633.969000', '121633.972000', '121633.974000', '121633.977000', '121633.979000', '121633.982000', '121633.984000', '121633.987000', '121633.990000', '121633.992000', '121653.880000', '121653.883000', '121653.886000', '121653.889000', '121653.891000', '121653.894000', '121653.896000', '121653.899000', '121653.902000', '121653.904000', '121653.907000', '121653.909000', '121653.912000', '121653.915000', '121653.917000', '121653.920000', '121653.922000', '121653.925000', '121653.927000', '121653.930000', '121653.933000', '121653.935000', '121653.938000', '121653.941000', '121653.943000', '121653.946000', '121653.948000', '121653.951000', '121653.954000', '121653.956000', '121653.959000', '121653.961000', '121653.964000', '121653.967000', '121653.969000', '121653.972000', '121653.974000', '121653.977000', '121653.980000', '121653.982000', '121653.985000', '121653.987000', '121653.990000', '121713.880000', '121713.883000', '121713.886000', '121713.889000', '121713.891000', '121713.894000', '121713.896000', '121713.899000', '121713.902000', '121713.904000', '121713.907000', '121713.909000', '121713.912000', '121713.915000', '121713.918000', '121713.920000', '121713.923000', '121713.926000', '121713.928000', '121713.931000', '121713.933000', '121713.936000', '121713.939000', '121713.941000', '121713.944000', '121713.946000', '121713.949000', '121713.952000', '121713.954000', '121713.957000', '121713.959000', '121713.962000', '121713.965000', '121713.967000', '121713.970000', '121713.972000', '121713.975000', '121713.978000', '121713.980000', '121713.983000', '121713.985000', '121713.988000', '121713.992000', '121713.994000', '121733.905000', '121733.908000', '121733.911000', '121733.913000', '121733.916000', '121733.919000', '121733.921000', '121733.924000', '121733.926000', '121733.929000', '121733.931000', '121733.934000', '121733.937000', '121733.939000', '121733.942000', '121733.944000', '121733.947000', '121733.950000', '121733.952000', '121733.955000', '121733.957000', '121733.960000', '121733.962000', '121733.965000', '121733.968000', '121733.971000', '121733.973000', '121733.976000', '121733.979000', '121733.981000', '121733.984000', '121733.986000', '121733.989000', '121733.991000', '121733.994000', '121733.997000', '121734.000000', '121734.003000', '121734.005000', '121734.008000', '121734.011000', '121734.013000', '121734.016000', '121753.881000', '121753.884000', '121753.887000', '121753.890000', '121753.892000', '121753.895000', '121753.898000', '121753.900000', '121753.903000', '121753.905000', '121753.908000', '121753.911000', '121753.913000', '121753.916000', '121753.919000', '121753.921000', '121753.924000', '121753.927000', '121753.929000', '121753.932000', '121753.934000', '121753.937000', '121753.940000', '121753.943000', '121753.945000', '121753.948000', '121753.951000', '121753.953000', '121753.956000', '121753.959000', '121753.961000', '121753.964000', '121753.967000', '121753.969000', '121753.972000', '121753.974000', '121753.977000', '121753.979000', '121753.982000', '121753.985000', '121753.987000', '121753.990000', '121753.992000', '121753.995000', '121813.881000', '121813.884000', '121813.887000', '121813.890000', '121813.892000', '121813.895000', '121813.897000', '121813.900000', '121813.903000', '121813.905000', '121813.908000', '121813.910000', '121813.913000', '121813.916000', '121813.918000', '121813.921000', '121813.923000', '121813.926000', '121813.929000', '121813.931000', '121813.934000', '121813.936000', '121813.939000', '121813.942000', '121813.944000', '121813.947000', '121813.949000', '121813.952000', '121813.955000', '121813.957000', '121813.960000', '121813.962000', '121813.965000', '121813.967000', '121813.970000', '121813.973000', '121813.975000', '121813.978000', '121813.980000', '121813.983000', '121813.986000', '121813.988000', '121813.991000', '121833.880000', '121833.883000', '121833.886000', '121833.888000', '121833.891000', '121833.894000', '121833.897000', '121833.899000', '121833.902000', '121833.905000', '121833.908000', '121833.910000', '121833.913000', '121833.915000', '121833.918000', '121833.921000', '121833.923000', '121833.926000', '121833.928000', '121833.931000', '121833.933000', '121833.936000', '121833.939000', '121833.942000', '121833.944000', '121833.947000', '121833.950000', '121833.952000', '121833.955000', '121833.957000', '121833.960000', '121833.963000', '121833.965000', '121833.968000', '121833.970000', '121833.973000', '121833.976000', '121833.978000', '121833.981000', '121833.983000', '121833.986000', '121833.989000', '121833.991000', '121833.994000', '121853.881000', '121853.884000', '121853.886000', '121853.889000', '121853.892000', '121853.894000', '121853.897000', '121853.899000', '121853.902000', '121853.905000', '121853.907000', '121853.910000', '121853.912000', '121853.915000', '121853.918000', '121853.920000', '121853.923000', '121853.925000', '121853.928000', '121853.931000', '121853.933000', '121853.936000', '121853.938000', '121853.941000', '121853.944000', '121853.946000', '121853.949000', '121853.952000', '121853.954000', '121853.957000', '121853.959000', '121853.962000', '121853.965000', '121853.967000', '121853.970000', '121853.972000', '121853.975000', '121853.978000', '121853.980000', '121853.993000', '121853.995000', '121853.998000', '121854.002000', '121913.880000', '121913.883000', '121913.886000', '121913.889000', '121913.891000', '121913.894000', '121913.896000', '121913.899000', '121913.902000', '121913.904000', '121913.907000', '121913.909000', '121913.912000', '121913.915000', '121913.917000', '121913.920000', '121913.923000', '121913.925000', '121913.928000', '121913.930000', '121913.933000', '121913.935000', '121913.938000', '121913.941000', '121913.943000', '121913.946000', '121913.949000', '121913.951000', '121913.954000', '121913.956000', '121913.959000', '121913.962000', '121913.964000', '121913.967000', '121913.973000', '121913.975000', '121913.978000', '121913.981000', '121913.983000', '121913.986000', '121913.988000', '121913.991000', '121913.994000', '121913.996000', '121933.881000', '121933.883000', '121933.886000', '121933.889000', '121933.891000', '121933.894000', '121933.896000', '121933.899000', '121933.902000', '121933.904000', '121933.907000', '121933.909000', '121933.912000', '121933.915000', '121933.917000', '121933.920000', '121933.922000', '121933.925000', '121933.928000', '121933.930000', '121933.933000', '121933.935000', '121933.938000', '121933.941000', '121933.943000', '121933.946000', '121933.948000', '121933.951000', '121933.953000', '121933.956000', '121933.959000', '121933.961000', '121933.964000', '121933.966000', '121933.969000', '121933.971000', '121933.974000', '121933.977000', '121933.979000', '121933.982000', '121933.985000', '121933.987000', '121933.990000', '121953.880000', '121953.883000', '121953.886000', '121953.889000', '121953.891000', '121953.894000', '121953.896000', '121953.899000', '121953.902000', '121953.904000', '121953.907000', '121953.910000', '121953.912000', '121953.915000', '121953.917000', '121953.920000', '121953.923000', '121953.925000', '121953.928000', '121953.930000', '121953.933000', '121953.936000', '121953.940000', '121953.943000', '121953.945000', '121953.950000', '121953.953000', '121953.955000', '121953.958000', '121953.960000', '121953.963000', '121953.965000', '121953.968000', '121953.971000', '121953.973000', '121953.976000', '121953.979000', '121953.981000', '121953.984000', '121953.987000', '121953.989000', '121953.992000', '121953.994000', '122013.881000', '122013.884000', '122013.887000', '122013.889000', '122013.892000', '122013.895000', '122013.897000', '122013.900000', '122013.903000', '122013.905000', '122013.908000', '122013.910000', '122013.913000', '122013.916000', '122013.918000', '122013.921000', '122013.924000', '122013.926000', '122013.929000', '122013.931000', '122013.934000', '122013.937000', '122013.939000', '122013.942000', '122013.944000', '122013.947000', '122013.950000', '122013.952000', '122013.955000', '122013.957000', '122013.960000', '122013.963000', '122013.965000', '122013.968000', '122013.970000', '122013.973000', '122013.976000', '122013.978000', '122013.981000', '122013.983000', '122013.989000', '122013.992000', '122013.995000', '122013.997000', '122033.881000', '122033.884000', '122033.887000', '122033.889000', '122033.892000', '122033.895000', '122033.897000', '122033.900000', '122033.903000', '122033.906000', '122033.909000', '122033.912000', '122033.914000', '122033.917000', '122033.920000', '122033.922000', '122033.925000', '122033.927000', '122033.930000', '122033.933000', '122033.935000', '122033.938000', '122033.941000', '122033.943000', '122033.946000', '122033.948000', '122033.951000', '122033.954000', '122033.956000', '122033.959000', '122033.961000', '122033.964000', '122033.967000', '122033.969000', '122033.972000', '122033.974000', '122033.977000', '122033.980000', '122033.982000', '122033.985000', '122033.987000', '122033.990000', '122033.993000', '122053.888000', '122053.891000', '122053.894000', '122053.896000', '122053.899000', '122053.902000', '122053.904000', '122053.907000', '122053.910000', '122053.912000', '122053.915000', '122053.918000', '122053.920000', '122053.923000', '122053.925000', '122053.928000', '122053.931000', '122053.933000', '122053.936000', '122053.938000', '122053.941000', '122053.943000', '122053.946000', '122053.949000', '122053.951000', '122053.954000', '122053.956000', '122053.959000', '122053.962000', '122053.964000', '122053.967000', '122053.970000', '122053.972000', '122053.975000', '122053.977000', '122053.980000', '122053.983000', '122053.985000', '122053.988000', '122053.990000', '122053.993000', '122053.995000', '122053.998000', '122054.002000', '122059.198000', '122059.201000', '122059.204000', '122059.206000', '122059.209000', '122059.211000', '122059.214000', '122059.217000', '122059.219000', '122059.222000', '122059.224000', '122059.227000'], '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': [15336, 8714, 8997, 8185, 8608, 12149, 9210, 12939, 9243, 9135, 8387, 8242, 9251, 9162, 13928, 11162, 13608, 8451, 11005, 10776, 8838, 14508, 11622, 14211, 8710, 10815, 7456, 8757, 12510, 8651, 14068, 9461, 12222, 8607, 8679, 14164, 8846, 14605, 9971, 11180, 8416, 9300, 7667, 8760, 15117, 12641, 13192, 8578, 12191, 9827, 9821, 14410, 12579, 13601, 8773, 12423, 8492, 10481, 12509, 11307, 14118, 10029, 12131, 8114, 8381, 12680, 9120, 14304, 10428, 13967, 8780, 8535, 7511, 9011, 12497, 10470, 14511, 8770, 11042, 7619, 8626, 13511, 9465, 14677, 11364, 12422, 8631, 12913, 8887, 15023, 11274, 15121, 9015, 12842, 8573, 12932, 10171, 15068, 10903, 10982, 7998, 8938, 7466, 10505, 12473, 12533, 13424, 8631, 13385, 8452, 9710, 12854, 12199, 14335, 8658, 9462, 8231, 9264, 8122, 8919, 14193, 9159, 11871, 8792, 11723, 8339, 12461, 10895, 12582, 13006, 8464, 12586, 8343, 13140, 8754, 13516, 12120, 8354, 12937, 8120, 12012, 8048, 12602, 8749, 12386, 7748, 8606, 7866, 9573, 13827, 12861, 13899, 8999, 12806, 9143, 12596, 13665, 10147, 14765, 9462, 12889, 7974, 12212, 8903, 15248, 9248, 10439, 7826, 8235, 13127, 8292, 14454, 10665, 12590, 7796, 8659, 8207, 11992, 9874, 14247, 11482, 12603, 10085, 9223, 11805, 15742, 12488, 15723, 10455, 12828, 9764, 8321, 12784, 8392, 14144, 8123, 14147, 7777, 8095, 7668, 8967, 7674, 11739, 8389, 10930, 7574, 9962, 8113, 10502, 12698, 12413, 13152, 9240, 13818, 8089, 14222, 11403, 16008, 11261, 12142, 7765, 10060, 8021, 11628, 9917, 15038, 9524, 10071, 11846, 8153, 12501, 9739, 14232, 10513, 10263, 13328, 8577, 11658, 8406, 14600, 11305, 13652, 8095, 10619, 8015, 11094, 14893, 13761, 13215, 9028, 12371, 9161, 10497, 15285, 12554, 13799, 8257, 11641, 8134, 12242, 9811, 14160, 9284, 9633, 7629, 8384, 13694, 11629, 15464, 11926, 11757, 7979, 12352, 9179, 15690, 9953, 11605, 8130, 11588, 8082, 14377, 10101, 15905, 10327, 11531, 7999, 9411, 15125, 13400, 15201, 9561, 12833, 8220, 10901, 8122, 13789, 9820, 11195, 7667, 8413, 11781, 8317, 14565, 10902, 12882, 7873, 10548, 10752, 9006, 14480, 11809, 13835, 8150, 11487, 7980, 10329, 7597, 11416, 12089, 9915, 13334, 8245, 12375, 7821, 12191, 9711, 12527, 13921, 7951, 12800, 7608, 11005, 9877, 11530, 7507, 7975, 13309, 8054, 13019, 10224, 13099, 9038, 8294, 13350, 8109, 14141, 10550, 13649, 7206, 9548, 9482, 8589, 14702, 13070, 14650, 9025, 14424, 8333, 13841, 9693, 14934, 10932, 14080, 7327, 9870, 11635, 8987, 14336, 11746, 13628, 8174, 11582, 8237, 10815, 7835, 12792, 9939, 10342, 7365, 8051, 12043, 8105, 14133, 9948, 12356, 7556, 10352, 7313, 10914, 12929, 13175, 10256, 9605, 11938, 9736, 15012, 13524, 13935, 8876, 12579, 8141, 11902, 9235, 14064, 9100, 8384, 14306, 8200, 13109, 10886, 14143, 7998, 11072, 7935, 11631, 9308, 14770, 9533, 10353, 7536, 8569, 12770, 9919, 14723, 10054, 12601, 7693, 10979, 7898, 9950, 13321, 12408, 13071, 8344, 13451, 8092, 13726, 10136, 13946, 7647, 12351, 7685, 11767, 12198, 13249, 13595, 9575, 14259, 8141, 11567, 7991, 13809, 9799, 10806, 7469, 8734, 9569, 9442, 14846, 12504, 13094, 8153, 12376, 8082, 14419, 10806, 14251, 7913, 13293, 7733, 12186, 10912, 14121, 12713, 9651, 13515, 8449, 13699, 11322, 13665, 7900, 11282, 7398, 9402, 7684, 13634, 8593, 10470, 7534, 8755, 7295, 12703, 10948, 13563, 8392, 8958, 13064, 10096, 14787, 11850, 13566, 8037, 12416, 7870, 10119, 13310, 8663, 13571, 7834, 10994, 7315, 8017, 12829, 7947, 11320, 7591, 10302, 7451, 8136, 12549, 7683, 13032, 8060, 12737, 7637, 8137, 12282, 8075, 14123, 11728, 13407, 8038, 13040, 9912, 9218, 14230, 13133, 14655, 9411, 13744, 7888, 12656, 8043, 14179, 11530, 14527, 8891, 14321, 9236, 12829, 11079, 13740, 11530, 9171, 15141, 8068, 14787, 11657, 14022, 7960, 13376, 7755, 11896, 10528, 12438, 10795, 10105, 7881, 8065, 13255, 10787, 14340, 13197, 13884, 8813, 14791, 7987, 14150, 11397, 14505, 10074, 10118, 12981, 8285, 14037, 8315, 13786, 12492, 12667, 7984, 14181, 7898, 13829, 10040, 14468, 9215, 11548, 7478, 8554, 7353, 13300, 14082, 13025, 8392, 9668, 7372, 10458, 7831, 13788, 12575, 13473, 8949, 8725, 12432, 8603, 14879, 11938, 14302, 8236, 10041, 8515, 7741, 9242, 7527, 12095, 16024, 11633, 10676, 8186, 10683, 14243, 12814, 15133, 8868, 12711, 8344, 11061, 8288, 11145, 11680, 9795, 7380, 7858, 7513, 7644, 8425, 10951, 10521, 8137, 10359, 7561, 13683, 9328, 13704, 9863, 13869, 13833, 7709, 14208, 8050, 11727, 9345, 12424, 9506, 7808, 11322, 7494, 12822, 8392, 13185, 11062, 13849, 8515, 13672, 8821, 12860, 10153, 14026, 10331, 10297, 14255, 7830, 13460, 9388, 12865, 7968, 9832, 7542, 7944, 7928, 7953, 12923, 9038, 13128, 10903, 13781, 7692, 12872, 8115, 12916, 9191, 13743, 9513, 11957, 9975, 9063, 13769, 11008, 14422, 8249, 11152, 8118, 8792, 13479, 9926, 13445, 9702, 13481, 7646, 13491, 7739, 13222, 11022, 13852, 8349, 12345, 9558, 11681, 13706, 13473, 13959, 9053, 13220, 7779, 13086, 9714, 13465, 11363, 13354, 8229, 13457, 8309, 13211, 9548, 13708, 8399, 10003, 8133, 10676, 10596, 12686, 9004, 8851, 13552, 7510, 13118, 10539, 13616, 8281, 12775, 8290, 9972, 8257, 13665, 9617, 11042, 8480, 8518, 8204, 11586, 14398, 11229, 13337, 8268, 11792, 8187, 12575, 7583, 11358, 7428, 13246, 10880, 13897, 8937, 8409, 7302, 13148, 14591, 13174, 14622, 8662, 10240, 10406, 12818, 15730, 14906, 14441, 9281, 14800, 7838, 14749, 7261, 12257, 8956, 9624, 8162, 11630, 8568, 7817, 11745, 12256, 12342, 14127, 9263, 13782, 10004, 11101, 14392, 11759, 13123, 7418, 8458, 7129, 7809, 7417, 7592, 12128, 7672, 10449, 7623, 10190, 7313, 11233, 9391, 11323, 11876, 7174, 12011, 7613, 11961, 9139, 12961, 9439, 9042, 7506, 7507, 7504, 10909, 12297, 11201, 12159, 7649, 11992, 7264, 11419, 11252, 11008, 13309, 7812, 11577, 7112, 10782, 7153, 12288, 7115, 8482, 9230, 7256, 13177, 10866, 12619, 7193], 'WindowCenter': [4445.0, 4359.0, 4354.0, 4331.0, 4342.0, 4391.0, 4350.0, 4391.0, 4353.0, 4350.0, 4330.0, 4343.0, 4351.0, 4363.0, 4413.0, 4383.0, 4414.0, 4343.0, 4384.0, 4381.0, 4354.0, 4413.0, 4384.0, 4414.0, 4341.0, 4384.0, 4311.0, 4343.0, 4391.0, 4354.0, 4412.0, 4374.0, 4405.0, 4353.0, 4357.0, 4413.0, 4365.0, 4425.0, 4385.0, 4395.0, 4345.0, 4365.0, 4334.0, 4357.0, 4423.0, 4418.0, 4415.0, 4367.0, 4405.0, 4373.0, 4375.0, 4413.0, 4404.0, 4413.0, 4355.0, 4393.0, 4343.0, 4375.0, 4391.0, 4383.0, 4413.0, 4373.0, 4392.0, 4330.0, 4340.0, 4390.0, 4366.0, 4423.0, 4372.0, 4414.0, 4342.0, 4342.0, 4321.0, 4354.0, 4392.0, 4383.0, 4414.0, 4355.0, 4385.0, 4331.0, 4354.0, 4402.0, 4374.0, 4413.0, 4395.0, 4404.0, 4355.0, 4402.0, 4365.0, 4425.0, 4396.0, 4426.0, 4355.0, 4404.0, 4353.0, 4404.0, 4374.0, 4425.0, 4383.0, 4383.0, 4332.0, 4350.0, 4310.0, 4373.0, 4392.0, 4394.0, 4400.0, 4341.0, 4400.0, 4329.0, 4361.0, 4389.0, 4390.0, 4400.0, 4342.0, 4350.0, 4331.0, 4350.0, 4330.0, 4354.0, 4411.0, 4363.0, 4382.0, 4342.0, 4382.0, 4340.0, 4393.0, 4370.0, 4395.0, 4390.0, 4342.0, 4392.0, 4342.0, 4402.0, 4341.0, 4402.0, 4391.0, 4341.0, 4403.0, 4332.0, 4391.0, 4344.0, 4406.0, 4353.0, 4404.0, 4334.0, 4367.0, 4345.0, 4375.0, 4415.0, 4417.0, 4427.0, 4366.0, 4405.0, 4363.0, 4404.0, 4402.0, 4374.0, 4412.0, 4363.0, 4391.0, 4332.0, 4392.0, 4352.0, 4423.0, 4362.0, 4382.0, 4321.0, 4342.0, 4401.0, 4341.0, 4412.0, 4385.0, 4393.0, 4333.0, 4355.0, 4355.0, 4407.0, 4386.0, 4425.0, 4407.0, 4405.0, 4386.0, 4365.0, 4408.0, 4426.0, 4397.0, 4415.0, 4372.0, 4394.0, 4350.0, 4331.0, 4377.0, 4320.0, 4388.0, 4320.0, 4403.0, 4333.0, 4331.0, 4335.0, 4354.0, 4348.0, 4407.0, 4358.0, 4399.0, 4348.0, 4389.0, 4358.0, 4400.0, 4419.0, 4422.0, 4420.0, 4380.0, 4417.0, 4348.0, 4417.0, 4398.0, 4439.0, 4411.0, 4421.0, 4336.0, 4377.0, 4357.0, 4408.0, 4376.0, 4429.0, 4377.0, 4388.0, 4395.0, 4346.0, 4403.0, 4365.0, 4417.0, 4376.0, 4376.0, 4403.0, 4355.0, 4383.0, 4346.0, 4414.0, 4396.0, 4414.0, 4346.0, 4375.0, 4334.0, 4397.0, 4424.0, 4417.0, 4404.0, 4354.0, 4393.0, 4352.0, 4374.0, 4413.0, 4394.0, 4402.0, 4342.0, 4381.0, 4332.0, 4394.0, 4362.0, 4416.0, 4364.0, 4375.0, 4322.0, 4344.0, 4403.0, 4384.0, 4413.0, 4395.0, 4380.0, 4332.0, 4391.0, 4353.0, 4424.0, 4376.0, 4393.0, 4346.0, 4396.0, 4346.0, 4425.0, 4385.0, 4439.0, 4386.0, 4396.0, 4333.0, 4365.0, 4413.0, 4404.0, 4425.0, 4364.0, 4390.0, 4341.0, 4370.0, 4332.0, 4402.0, 4363.0, 4383.0, 4322.0, 4344.0, 4392.0, 4344.0, 4414.0, 4384.0, 4404.0, 4332.0, 4374.0, 4370.0, 4353.0, 4412.0, 4392.0, 4402.0, 4333.0, 4381.0, 4333.0, 4373.0, 4333.0, 4397.0, 4404.0, 4376.0, 4404.0, 4355.0, 4405.0, 4332.0, 4405.0, 4364.0, 4407.0, 4414.0, 4345.0, 4403.0, 4334.0, 4386.0, 4375.0, 4397.0, 4325.0, 4347.0, 4428.0, 4357.0, 4417.0, 4387.0, 4419.0, 4366.0, 4358.0, 4415.0, 4346.0, 4416.0, 4386.0, 4429.0, 4325.0, 4376.0, 4364.0, 4357.0, 4425.0, 4417.0, 4427.0, 4367.0, 4415.0, 4356.0, 4414.0, 4376.0, 4425.0, 4385.0, 4416.0, 4312.0, 4363.0, 4381.0, 4353.0, 4401.0, 4382.0, 4401.0, 4343.0, 4381.0, 4345.0, 4383.0, 4332.0, 4404.0, 4373.0, 4376.0, 4323.0, 4345.0, 4394.0, 4346.0, 4415.0, 4375.0, 4406.0, 4334.0, 4376.0, 4324.0, 4396.0, 4404.0, 4429.0, 4387.0, 4378.0, 4393.0, 4365.0, 4424.0, 4417.0, 4416.0, 4367.0, 4404.0, 4333.0, 4394.0, 4352.0, 4415.0, 4352.0, 4344.0, 4411.0, 4343.0, 4392.0, 4384.0, 4412.0, 4345.0, 4383.0, 4344.0, 4393.0, 4364.0, 4426.0, 4364.0, 4375.0, 4322.0, 4344.0, 4392.0, 4364.0, 4412.0, 4364.0, 4393.0, 4321.0, 4373.0, 4331.0, 4374.0, 4402.0, 4405.0, 4402.0, 4344.0, 4403.0, 4333.0, 4403.0, 4374.0, 4415.0, 4335.0, 4405.0, 4334.0, 4396.0, 4392.0, 4405.0, 4403.0, 4364.0, 4410.0, 4333.0, 4381.0, 4333.0, 4413.0, 4375.0, 4384.0, 4323.0, 4355.0, 4363.0, 4375.0, 4424.0, 4407.0, 4404.0, 4345.0, 4394.0, 4346.0, 4415.0, 4386.0, 4426.0, 4346.0, 4415.0, 4334.0, 4395.0, 4372.0, 4416.0, 4404.0, 4364.0, 4403.0, 4344.0, 4403.0, 4384.0, 4415.0, 4333.0, 4383.0, 4322.0, 4363.0, 4334.0, 4416.0, 4356.0, 4386.0, 4335.0, 4357.0, 4336.0, 4418.0, 4397.0, 4429.0, 4356.0, 4367.0, 4405.0, 4376.0, 4415.0, 4407.0, 4405.0, 4335.0, 4394.0, 4333.0, 4374.0, 4402.0, 4343.0, 4402.0, 4323.0, 4373.0, 4311.0, 4333.0, 4391.0, 4333.0, 4383.0, 4333.0, 4376.0, 4323.0, 4346.0, 4404.0, 4337.0, 4416.0, 4346.0, 4418.0, 4336.0, 4349.0, 4406.0, 4348.0, 4428.0, 4409.0, 4418.0, 4349.0, 4419.0, 4376.0, 4378.0, 4428.0, 4418.0, 4427.0, 4379.0, 4428.0, 4349.0, 4418.0, 4361.0, 4440.0, 4422.0, 4441.0, 4381.0, 4428.0, 4378.0, 4420.0, 4397.0, 4430.0, 4397.0, 4368.0, 4426.0, 4347.0, 4426.0, 4397.0, 4427.0, 4349.0, 4417.0, 4348.0, 4397.0, 4386.0, 4419.0, 4398.0, 4389.0, 4346.0, 4348.0, 4416.0, 4398.0, 4427.0, 4431.0, 4428.0, 4370.0, 4427.0, 4348.0, 4416.0, 4397.0, 4429.0, 4376.0, 4388.0, 4404.0, 4346.0, 4413.0, 4346.0, 4415.0, 4408.0, 4416.0, 4357.0, 4427.0, 4358.0, 4428.0, 4388.0, 4429.0, 4378.0, 4423.0, 4339.0, 4370.0, 4336.0, 4444.0, 4391.0, 4356.0, 4306.0, 4328.0, 4350.0, 4441.0, 4347.0, 4429.0, 4421.0, 4432.0, 4369.0, 4358.0, 4393.0, 4355.0, 4413.0, 4395.0, 4417.0, 4360.0, 4388.0, 4372.0, 4351.0, 4370.0, 4318.0, 4345.0, 4455.0, 4396.0, 4375.0, 4333.0, 4376.0, 4405.0, 4409.0, 4416.0, 4357.0, 4394.0, 4336.0, 4374.0, 4331.0, 4371.0, 4371.0, 4364.0, 4313.0, 4322.0, 4324.0, 4337.0, 4357.0, 4400.0, 4390.0, 4350.0, 4388.0, 4340.0, 4418.0, 4368.0, 4409.0, 4367.0, 4410.0, 4405.0, 4326.0, 4405.0, 4325.0, 4386.0, 4353.0, 4397.0, 4366.0, 4338.0, 4386.0, 4328.0, 4407.0, 4360.0, 4418.0, 4402.0, 4420.0, 4361.0, 4419.0, 4369.0, 4411.0, 4377.0, 4421.0, 4378.0, 4379.0, 4406.0, 4337.0, 4406.0, 4354.0, 4396.0, 4333.0, 4366.0, 4324.0, 4348.0, 4360.0, 4350.0, 4407.0, 4369.0, 4408.0, 4390.0, 4419.0, 4340.0, 4408.0, 4350.0, 4409.0, 4370.0, 4422.0, 4380.0, 4400.0, 4377.0, 4359.0, 4407.0, 4387.0, 4417.0, 4348.0, 4387.0, 4336.0, 4346.0, 4403.0, 4366.0, 4406.0, 4368.0, 4405.0, 4336.0, 4406.0, 4339.0, 4419.0, 4390.0, 4420.0, 4360.0, 4409.0, 4367.0, 4399.0, 4407.0, 4408.0, 4418.0, 4384.0, 4420.0, 4340.0, 4406.0, 4366.0, 4405.0, 4399.0, 4406.0, 4347.0, 4404.0, 4346.0, 4407.0, 4355.0, 4406.0, 4333.0, 4353.0, 4320.0, 4363.0, 4361.0, 4394.0, 4341.0, 4343.0, 4392.0, 4313.0, 4394.0, 4374.0, 4403.0, 4334.0, 4391.0, 4332.0, 4363.0, 4334.0, 4405.0, 4365.0, 4386.0, 4343.0, 4343.0, 4344.0, 4386.0, 4414.0, 4398.0, 4434.0, 4338.0, 4355.0, 4431.0, 4446.0, 4292.0, 4317.0, 4224.0, 4307.0, 4316.0, 4356.0, 4310.0, 4285.0, 4149.0, 4310.0, 4364.0, 4377.0, 4404.0, 4331.0, 4363.0, 4360.0, 4383.0, 4401.0, 4419.0, 4404.0, 4356.0, 4415.0, 4328.0, 4401.0, 4303.0, 4293.0, 4311.0, 4249.0, 4311.0, 4345.0, 4305.0, 4285.0, 4347.0, 4356.0, 4373.0, 4380.0, 4331.0, 4380.0, 4327.0, 4347.0, 4362.0, 4345.0, 4341.0, 4261.0, 4281.0, 4263.0, 4285.0, 4285.0, 4299.0, 4367.0, 4299.0, 4348.0, 4297.0, 4337.0, 4299.0, 4361.0, 4340.0, 4373.0, 4371.0, 4291.0, 4369.0, 4312.0, 4372.0, 4342.0, 4382.0, 4331.0, 4331.0, 4301.0, 4301.0, 4313.0, 4375.0, 4383.0, 4376.0, 4383.0, 4313.0, 4372.0, 4301.0, 4372.0, 4361.0, 4364.0, 4381.0, 4312.0, 4371.0, 4291.0, 4361.0, 4291.0, 4384.0, 4302.0, 4333.0, 4342.0, 4326.0, 4394.0, 4375.0, 4383.0, 4304.0], 'WindowWidth': [9771.0, 9640.0, 9625.0, 9586.0, 9603.0, 9663.0, 9611.0, 9664.0, 9617.0, 9608.0, 9582.0, 9604.0, 9611.0, 9630.0, 9698.0, 9658.0, 9699.0, 9604.0, 9659.0, 9650.0, 9618.0, 9696.0, 9658.0, 9700.0, 9597.0, 9658.0, 9557.0, 9601.0, 9663.0, 9620.0, 9694.0, 9647.0, 9689.0, 9616.0, 9627.0, 9698.0, 9635.0, 9716.0, 9664.0, 9676.0, 9610.0, 9636.0, 9593.0, 9628.0, 9713.0, 9711.0, 9703.0, 9642.0, 9693.0, 9643.0, 9647.0, 9696.0, 9686.0, 9698.0, 9621.0, 9669.0, 9603.0, 9646.0, 9665.0, 9656.0, 9696.0, 9643.0, 9667.0, 9580.0, 9594.0, 9662.0, 9640.0, 9713.0, 9639.0, 9700.0, 9598.0, 9600.0, 9575.0, 9621.0, 9667.0, 9658.0, 9699.0, 9622.0, 9662.0, 9586.0, 9620.0, 9681.0, 9648.0, 9698.0, 9677.0, 9685.0, 9622.0, 9681.0, 9635.0, 9718.0, 9680.0, 9719.0, 9623.0, 9684.0, 9616.0, 9687.0, 9647.0, 9721.0, 9658.0, 9657.0, 9586.0, 9609.0, 9555.0, 9644.0, 9666.0, 9672.0, 9674.0, 9597.0, 9672.0, 9577.0, 9622.0, 9656.0, 9661.0, 9675.0, 9597.0, 9604.0, 9582.0, 9608.0, 9583.0, 9619.0, 9690.0, 9631.0, 9652.0, 9599.0, 9652.0, 9596.0, 9670.0, 9636.0, 9675.0, 9662.0, 9600.0, 9666.0, 9598.0, 9680.0, 9598.0, 9680.0, 9662.0, 9598.0, 9683.0, 9586.0, 9664.0, 9611.0, 9693.0, 9621.0, 9690.0, 9594.0, 9644.0, 9612.0, 9654.0, 9704.0, 9714.0, 9723.0, 9640.0, 9690.0, 9631.0, 9689.0, 9682.0, 9647.0, 9695.0, 9628.0, 9661.0, 9585.0, 9667.0, 9614.0, 9712.0, 9628.0, 9655.0, 9570.0, 9601.0, 9676.0, 9601.0, 9694.0, 9661.0, 9667.0, 9591.0, 9622.0, 9625.0, 9697.0, 9667.0, 9720.0, 9699.0, 9692.0, 9669.0, 9636.0, 9698.0, 9721.0, 9680.0, 9703.0, 9637.0, 9668.0, 9602.0, 9579.0, 9635.0, 9562.0, 9652.0, 9565.0, 9680.0, 9588.0, 9584.0, 9595.0, 9619.0, 9618.0, 9694.0, 9632.0, 9686.0, 9618.0, 9673.0, 9632.0, 9691.0, 9713.0, 9725.0, 9718.0, 9663.0, 9708.0, 9617.0, 9708.0, 9685.0, 9744.0, 9708.0, 9721.0, 9599.0, 9652.0, 9631.0, 9698.0, 9652.0, 9729.0, 9653.0, 9670.0, 9674.0, 9610.0, 9684.0, 9634.0, 9706.0, 9648.0, 9649.0, 9681.0, 9618.0, 9654.0, 9610.0, 9699.0, 9677.0, 9701.0, 9610.0, 9648.0, 9593.0, 9681.0, 9714.0, 9710.0, 9686.0, 9618.0, 9669.0, 9612.0, 9645.0, 9695.0, 9672.0, 9679.0, 9598.0, 9649.0, 9586.0, 9670.0, 9627.0, 9705.0, 9633.0, 9651.0, 9573.0, 9604.0, 9683.0, 9659.0, 9695.0, 9675.0, 9648.0, 9585.0, 9664.0, 9616.0, 9715.0, 9651.0, 9671.0, 9615.0, 9681.0, 9614.0, 9718.0, 9664.0, 9744.0, 9666.0, 9677.0, 9589.0, 9634.0, 9698.0, 9686.0, 9716.0, 9631.0, 9660.0, 9597.0, 9632.0, 9588.0, 9680.0, 9630.0, 9657.0, 9574.0, 9606.0, 9667.0, 9607.0, 9700.0, 9660.0, 9685.0, 9586.0, 9644.0, 9634.0, 9613.0, 9693.0, 9667.0, 9681.0, 9591.0, 9650.0, 9590.0, 9643.0, 9589.0, 9682.0, 9687.0, 9652.0, 9685.0, 9623.0, 9687.0, 9588.0, 9690.0, 9631.0, 9695.0, 9699.0, 9610.0, 9683.0, 9595.0, 9665.0, 9649.0, 9682.0, 9583.0, 9617.0, 9725.0, 9632.0, 9712.0, 9669.0, 9717.0, 9639.0, 9632.0, 9705.0, 9614.0, 9708.0, 9667.0, 9728.0, 9581.0, 9651.0, 9634.0, 9627.0, 9718.0, 9709.0, 9723.0, 9641.0, 9702.0, 9625.0, 9700.0, 9653.0, 9717.0, 9662.0, 9705.0, 9558.0, 9628.0, 9647.0, 9615.0, 9678.0, 9654.0, 9677.0, 9603.0, 9651.0, 9609.0, 9655.0, 9587.0, 9686.0, 9641.0, 9652.0, 9576.0, 9609.0, 9671.0, 9612.0, 9702.0, 9650.0, 9692.0, 9593.0, 9650.0, 9581.0, 9680.0, 9686.0, 9732.0, 9669.0, 9657.0, 9670.0, 9636.0, 9714.0, 9710.0, 9707.0, 9642.0, 9686.0, 9591.0, 9674.0, 9614.0, 9704.0, 9613.0, 9605.0, 9690.0, 9603.0, 9666.0, 9658.0, 9696.0, 9610.0, 9656.0, 9607.0, 9670.0, 9635.0, 9720.0, 9634.0, 9649.0, 9573.0, 9604.0, 9665.0, 9631.0, 9693.0, 9630.0, 9669.0, 9570.0, 9642.0, 9582.0, 9644.0, 9682.0, 9689.0, 9679.0, 9608.0, 9681.0, 9590.0, 9682.0, 9647.0, 9703.0, 9596.0, 9688.0, 9592.0, 9678.0, 9667.0, 9689.0, 9684.0, 9631.0, 9688.0, 9587.0, 9650.0, 9590.0, 9697.0, 9648.0, 9660.0, 9576.0, 9621.0, 9630.0, 9650.0, 9714.0, 9696.0, 9686.0, 9609.0, 9671.0, 9611.0, 9702.0, 9667.0, 9720.0, 9611.0, 9702.0, 9592.0, 9676.0, 9640.0, 9706.0, 9685.0, 9632.0, 9680.0, 9604.0, 9682.0, 9659.0, 9701.0, 9591.0, 9656.0, 9574.0, 9629.0, 9594.0, 9706.0, 9627.0, 9667.0, 9598.0, 9629.0, 9601.0, 9713.0, 9681.0, 9729.0, 9625.0, 9641.0, 9688.0, 9652.0, 9702.0, 9695.0, 9688.0, 9595.0, 9672.0, 9588.0, 9644.0, 9678.0, 9603.0, 9679.0, 9575.0, 9641.0, 9556.0, 9588.0, 9664.0, 9590.0, 9656.0, 9592.0, 9651.0, 9576.0, 9610.0, 9686.0, 9602.0, 9705.0, 9613.0, 9711.0, 9599.0, 9620.0, 9692.0, 9618.0, 9725.0, 9699.0, 9712.0, 9621.0, 9714.0, 9651.0, 9659.0, 9726.0, 9713.0, 9723.0, 9662.0, 9723.0, 9622.0, 9711.0, 9641.0, 9746.0, 9726.0, 9748.0, 9667.0, 9727.0, 9658.0, 9718.0, 9682.0, 9732.0, 9680.0, 9644.0, 9718.0, 9614.0, 9720.0, 9682.0, 9723.0, 9620.0, 9707.0, 9617.0, 9684.0, 9669.0, 9716.0, 9684.0, 9673.0, 9612.0, 9616.0, 9703.0, 9686.0, 9725.0, 9734.0, 9727.0, 9650.0, 9723.0, 9617.0, 9705.0, 9680.0, 9728.0, 9652.0, 9670.0, 9686.0, 9611.0, 9697.0, 9613.0, 9703.0, 9700.0, 9706.0, 9631.0, 9722.0, 9633.0, 9728.0, 9673.0, 9729.0, 9658.0, 9730.0, 9610.0, 9652.0, 9601.0, 9760.0, 9656.0, 9600.0, 9533.0, 9566.0, 9628.0, 9773.0, 9619.0, 9732.0, 9722.0, 9737.0, 9646.0, 9632.0, 9669.0, 9621.0, 9697.0, 9676.0, 9707.0, 9635.0, 9672.0, 9658.0, 9630.0, 9645.0, 9564.0, 9577.0, 9772.0, 9675.0, 9645.0, 9584.0, 9646.0, 9684.0, 9696.0, 9705.0, 9623.0, 9666.0, 9590.0, 9640.0, 9578.0, 9632.0, 9629.0, 9626.0, 9555.0, 9571.0, 9575.0, 9598.0, 9627.0, 9686.0, 9673.0, 9621.0, 9667.0, 9606.0, 9708.0, 9641.0, 9698.0, 9635.0, 9699.0, 9684.0, 9581.0, 9683.0, 9577.0, 9661.0, 9611.0, 9677.0, 9632.0, 9600.0, 9659.0, 9587.0, 9691.0, 9635.0, 9708.0, 9695.0, 9714.0, 9638.0, 9712.0, 9646.0, 9703.0, 9651.0, 9717.0, 9652.0, 9654.0, 9686.0, 9599.0, 9686.0, 9612.0, 9674.0, 9586.0, 9631.0, 9575.0, 9613.0, 9637.0, 9623.0, 9691.0, 9643.0, 9694.0, 9673.0, 9711.0, 9607.0, 9693.0, 9618.0, 9696.0, 9647.0, 9720.0, 9661.0, 9688.0, 9651.0, 9629.0, 9692.0, 9665.0, 9706.0, 9611.0, 9664.0, 9594.0, 9606.0, 9681.0, 9634.0, 9689.0, 9641.0, 9686.0, 9597.0, 9688.0, 9604.0, 9711.0, 9674.0, 9714.0, 9632.0, 9696.0, 9637.0, 9683.0, 9691.0, 9696.0, 9706.0, 9676.0, 9715.0, 9608.0, 9688.0, 9635.0, 9687.0, 9686.0, 9687.0, 9612.0, 9682.0, 9609.0, 9691.0, 9616.0, 9687.0, 9582.0, 9612.0, 9563.0, 9624.0, 9618.0, 9669.0, 9593.0, 9600.0, 9662.0, 9560.0, 9668.0, 9643.0, 9679.0, 9590.0, 9661.0, 9584.0, 9625.0, 9588.0, 9686.0, 9631.0, 9659.0, 9600.0, 9602.0, 9601.0, 9662.0, 9695.0, 9684.0, 9739.0, 9594.0, 9602.0, 9781.0, 9768.0, 9511.0, 9533.0, 9385.0, 9500.0, 9528.0, 9585.0, 9530.0, 9489.0, 9236.0, 9497.0, 9601.0, 9629.0, 9677.0, 9576.0, 9621.0, 9611.0, 9646.0, 9671.0, 9708.0, 9679.0, 9619.0, 9699.0, 9585.0, 9671.0, 9543.0, 9478.0, 9539.0, 9409.0, 9546.0, 9578.0, 9526.0, 9499.0, 9586.0, 9598.0, 9634.0, 9636.0, 9571.0, 9639.0, 9559.0, 9587.0, 9598.0, 9578.0, 9568.0, 9462.0, 9490.0, 9468.0, 9502.0, 9504.0, 9527.0, 9616.0, 9530.0, 9592.0, 9524.0, 9576.0, 9530.0, 9616.0, 9587.0, 9635.0, 9625.0, 9523.0, 9623.0, 9550.0, 9629.0, 9590.0, 9643.0, 9574.0, 9575.0, 9534.0, 9536.0, 9554.0, 9642.0, 9648.0, 9644.0, 9646.0, 9555.0, 9630.0, 9535.0, 9632.0, 9614.0, 9623.0, 9640.0, 9552.0, 9627.0, 9524.0, 9617.0, 9524.0, 9652.0, 9539.0, 9582.0, 9592.0, 9579.0, 9668.0, 9641.0, 9649.0, 9546.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.04645869115958668</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07985140390355913</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.60937293483903</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2360995183678163</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.231701565632184</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4792</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4571.5679</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.18402176337434645</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.82548794489093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.574857439529865</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5163600309143925</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8555604773726784</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.352651810302526</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00890119</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02091761864721775</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02209397964179516</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.832101127694273</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>23.8149</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.1302</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.2626</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303544.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>964.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.5278</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0016</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.3401</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3566.5321</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3765.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73000.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1194.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4707.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>982.483</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>20.680749759078026</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> |