=== 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-0026 --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-0026",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0026_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0026_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-03/func/sub-0026_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>42be669b2c60bdd12ba5b2f982ce3e6e</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>09:38:8.475000</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_VE11C_LATEST_20160120</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.998484, 0.00086061, 0.0550403, -0.00418251, 0.998174, 0.0602674]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0961385</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7746, -7273, 617, 5, -115, 15, 62]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.873</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f5bcb72b-5ccf-474f-a15c-0a83fab8a261||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678858995437622, -0.01122137438505888, 0.14819729328155518, 110.10414123535156], [-0.0023089537862688303, 2.6780264377593994, 0.16309668123722076, -90.48316192626953], [0.14766906201839447, -0.16169290244579315, 2.6909918785095215, -60.41552734375], [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': ['093808.475000', '093808.935000', '093809.395000', '093809.855000', '093810.315000', '093810.775000', '093811.235000', '093811.695000', '093812.155000', '093812.615000', '093813.075000', '093813.535000', '093813.995000', '093814.455000', '093814.915000', '093815.375000', '093815.835000', '093816.295000', '093816.755000', '093817.215000', '093817.675000', '093818.135000', '093818.595000', '093819.055000', '093819.515000', '093819.975000', '093820.435000', '093820.895000', '093821.355000', '093821.815000', '093822.275000', '093822.735000', '093823.195000', '093823.655000', '093824.115000', '093824.575000', '093825.035000', '093825.495000', '093825.955000', '093826.415000', '093826.875000', '093827.335000', '093827.795000', '093828.255000', '093828.715000', '093829.175000', '093829.635000', '093830.095000', '093830.555000', '093831.015000', '093831.475000', '093831.935000', '093832.395000', '093832.855000', '093833.315000', '093833.775000', '093834.235000', '093834.695000', '093835.155000', '093835.615000', '093836.075000', '093836.535000', '093836.995000', '093837.455000', '093837.915000', '093838.375000', '093838.835000', '093839.295000', '093839.755000', '093840.215000', '093840.675000', '093841.135000', '093841.595000', '093842.055000', '093842.515000', '093842.975000', '093843.435000', '093843.895000', '093844.355000', '093844.815000', '093845.275000', '093845.735000', '093846.195000', '093846.655000', '093847.115000', '093847.575000', '093848.035000', '093848.495000', '093848.955000', '093849.415000', '093849.875000', '093850.335000', '093850.795000', '093851.255000', '093851.715000', '093852.175000', '093852.635000', '093853.095000', '093853.555000', '093854.015000', '093854.475000', '093854.935000', '093855.395000', '093855.855000', '093856.315000', '093856.775000', '093857.235000', '093857.695000', '093858.155000', '093858.615000', '093859.075000', '093859.535000', '093859.995000', '093900.455000', '093900.915000', '093901.375000', '093901.835000', '093902.295000', '093902.755000', '093903.215000', '093903.675000', '093904.135000', '093904.595000', '093905.055000', '093905.515000', '093905.975000', '093906.435000', '093906.895000', '093907.355000', '093907.815000', '093908.275000', '093908.735000', '093909.195000', '093909.655000', '093910.115000', '093910.575000', '093911.035000', '093911.495000', '093911.955000', '093912.415000', '093912.875000', '093913.335000', '093913.795000', '093914.255000', '093914.715000', '093915.175000', '093915.635000', '093916.095000', '093916.555000', '093917.015000', '093917.475000', '093917.935000', '093918.395000', '093918.855000', '093919.315000', '093919.775000', '093920.235000', '093920.695000', '093921.155000', '093921.615000', '093922.075000', '093922.535000', '093922.995000', '093923.455000', '093923.915000', '093924.375000', '093924.835000', '093925.295000', '093925.755000', '093926.215000', '093926.675000', '093927.135000', '093927.595000', '093928.055000', '093928.515000', '093928.975000', '093929.435000', '093929.895000', '093930.355000', '093930.815000', '093931.275000', '093931.735000', '093932.195000', '093932.655000', '093933.115000', '093933.575000', '093934.035000', '093934.495000', '093934.955000', '093935.415000', '093935.875000', '093936.335000', '093936.795000', '093937.255000', '093937.715000', '093938.175000', '093938.635000', '093939.095000', '093939.555000', '093940.015000', '093940.475000', '093940.935000', '093941.395000', '093941.855000', '093942.315000', '093942.775000', '093943.235000', '093943.695000', '093944.155000', '093944.615000', '093945.075000', '093945.535000', '093945.995000', '093946.455000', '093946.915000', '093947.375000', '093947.835000', '093948.295000', '093948.755000', '093949.215000', '093949.675000', '093950.135000', '093950.595000', '093951.055000', '093951.515000', '093951.975000', '093952.435000', '093952.895000', '093953.355000', '093953.815000', '093954.275000', '093954.735000', '093955.195000', '093955.655000', '093956.115000', '093956.575000', '093957.035000', '093957.495000', '093957.955000', '093958.415000', '093958.875000', '093959.335000', '093959.795000', '094000.255000', '094000.715000', '094001.175000', '094001.635000', '094002.095000', '094002.555000', '094003.015000', '094003.475000', '094003.935000', '094004.395000', '094004.855000', '094005.315000', '094005.775000', '094006.235000', '094006.695000', '094007.155000', '094007.615000', '094008.075000', '094008.535000', '094008.995000', '094009.455000', '094009.915000', '094010.375000', '094010.835000', '094011.295000', '094011.755000', '094012.215000', '094012.675000', '094013.135000', '094013.595000', '094014.055000', '094014.515000', '094014.975000', '094015.435000', '094015.895000', '094016.355000', '094016.815000', '094017.275000', '094017.735000', '094018.195000', '094018.655000', '094019.115000', '094019.575000', '094020.035000', '094020.495000', '094020.955000', '094021.415000', '094021.875000', '094022.335000', '094022.795000', '094023.255000', '094023.715000', '094024.175000', '094024.635000', '094025.095000', '094025.555000', '094026.015000', '094026.475000', '094026.935000', '094027.395000', '094027.855000', '094028.315000', '094028.775000', '094029.235000', '094029.695000', '094030.155000', '094030.615000', '094031.075000', '094031.535000', '094031.995000', '094032.455000', '094032.915000', '094033.375000', '094033.835000', '094034.295000', '094034.755000', '094035.215000', '094035.675000', '094036.135000', '094036.595000', '094037.055000', '094037.515000', '094037.975000', '094038.435000', '094038.895000', '094039.355000', '094039.815000', '094040.275000', '094040.735000', '094041.195000', '094041.655000', '094042.115000', '094042.575000', '094043.035000', '094043.495000', '094043.955000', '094044.415000', '094044.875000', '094045.335000', '094045.795000', '094046.255000', '094046.715000', '094047.175000', '094047.635000', '094048.095000', '094048.555000', '094049.015000', '094049.475000', '094049.935000', '094050.395000', '094050.855000', '094051.315000', '094051.775000', '094052.235000', '094052.695000', '094053.155000', '094053.615000', '094054.075000', '094054.535000', '094054.995000', '094055.455000', '094055.915000', '094056.375000', '094056.835000', '094057.295000', '094057.755000', '094058.215000', '094058.675000', '094059.135000', '094059.595000', '094100.055000', '094100.515000', '094100.975000', '094101.435000', '094101.895000', '094102.355000', '094102.815000', '094103.275000', '094103.735000', '094104.195000', '094104.655000', '094105.115000', '094105.575000', '094106.035000', '094106.495000', '094106.955000', '094107.415000', '094107.875000', '094108.335000', '094108.795000', '094109.255000', '094109.715000', '094110.175000', '094110.635000', '094111.095000', '094111.555000', '094112.015000', '094112.475000', '094112.935000', '094113.395000', '094113.855000', '094114.315000', '094114.775000', '094115.235000', '094115.695000', '094116.155000', '094116.615000', '094117.075000', '094117.535000', '094117.995000', '094118.455000', '094118.915000', '094119.375000', '094119.835000', '094120.295000', '094120.755000', '094121.215000', '094121.675000', '094122.135000', '094122.595000', '094123.055000', '094123.515000', '094123.975000', '094124.435000', '094124.895000', '094125.355000', '094125.815000', '094126.275000', '094126.735000', '094127.195000', '094127.655000', '094128.115000', '094128.575000', '094129.035000', '094129.495000', '094129.955000', '094130.415000', '094130.875000', '094131.335000', '094131.795000', '094132.255000', '094132.715000', '094133.175000', '094133.635000', '094134.095000', '094134.555000', '094135.015000', '094135.475000', '094135.935000', '094136.395000', '094136.855000', '094137.315000', '094137.775000', '094138.235000', '094138.695000', '094139.155000', '094139.615000', '094140.075000', '094140.535000', '094140.995000', '094141.455000', '094141.915000', '094142.375000', '094142.835000', '094143.295000', '094143.755000', '094144.215000', '094144.675000', '094145.135000', '094145.595000', '094146.055000', '094146.515000', '094146.975000', '094147.435000', '094147.895000', '094148.355000', '094148.815000', '094149.275000', '094149.735000', '094150.195000', '094150.655000', '094151.115000', '094151.575000', '094152.035000', '094152.495000', '094152.955000', '094153.415000', '094153.875000', '094154.335000', '094154.795000', '094155.255000', '094155.715000', '094156.175000', '094156.635000', '094157.095000', '094157.555000', '094158.015000', '094158.475000', '094158.935000', '094159.395000', '094159.855000', '094200.315000', '094200.775000', '094201.235000', '094201.695000', '094202.155000', '094202.615000', '094203.075000', '094203.535000', '094203.995000', '094204.455000', '094204.915000', '094205.375000', '094205.835000', '094206.295000', '094206.755000', '094207.215000', '094207.675000', '094208.135000', '094208.595000', '094209.055000', '094209.515000', '094209.975000', '094210.435000', '094210.895000', '094211.355000', '094211.815000', '094212.275000', '094212.735000', '094213.195000', '094213.655000', '094214.115000', '094214.575000', '094215.035000', '094215.495000', '094215.955000', '094216.415000', '094216.875000', '094217.335000', '094217.795000', '094218.255000', '094218.715000', '094219.175000', '094219.635000', '094220.095000', '094220.555000', '094221.015000', '094221.475000', '094221.935000', '094222.395000', '094222.855000', '094223.315000', '094223.775000', '094224.235000', '094224.695000', '094225.155000', '094225.615000', '094226.075000', '094226.535000', '094226.995000', '094227.455000', '094227.915000', '094228.375000', '094228.835000', '094229.295000', '094229.755000', '094230.215000', '094230.675000', '094231.135000', '094231.595000', '094232.055000', '094232.515000', '094232.975000', '094233.435000', '094233.895000', '094234.355000', '094234.815000', '094235.275000', '094235.735000', '094236.195000', '094236.655000', '094237.115000', '094237.575000', '094238.035000', '094238.495000', '094238.955000', '094239.415000', '094239.875000', '094240.335000', '094240.795000', '094241.255000', '094241.715000', '094242.175000', '094242.635000', '094243.095000', '094243.555000', '094244.015000', '094244.475000', '094244.935000', '094245.395000', '094245.855000', '094246.315000', '094246.775000', '094247.235000', '094247.695000', '094248.155000', '094248.615000', '094249.075000', '094249.535000', '094249.995000', '094250.455000', '094250.915000', '094251.375000', '094251.835000', '094252.295000', '094252.755000', '094253.215000', '094253.675000', '094254.135000', '094254.595000', '094255.055000', '094255.515000', '094255.975000', '094256.435000', '094256.895000', '094257.355000', '094257.815000', '094258.275000', '094258.735000', '094259.195000', '094259.655000', '094300.115000', '094300.575000', '094301.035000', '094301.495000', '094301.955000', '094302.415000', '094302.875000', '094303.335000', '094303.795000', '094304.255000', '094304.715000', '094305.175000', '094305.635000', '094306.095000', '094306.555000', '094307.015000', '094307.475000', '094307.935000', '094308.395000', '094308.855000', '094309.315000', '094309.775000', '094310.235000', '094310.695000', '094311.155000', '094311.615000', '094312.075000', '094312.535000', '094312.995000', '094313.455000', '094313.915000', '094314.375000', '094314.835000', '094315.295000', '094315.755000', '094316.215000', '094316.675000', '094317.135000', '094317.595000', '094318.055000', '094318.515000', '094318.975000', '094319.435000', '094319.895000', '094320.355000', '094320.815000', '094321.275000', '094321.735000', '094322.195000', '094322.655000', '094323.115000', '094323.575000', '094324.035000', '094324.495000', '094324.955000', '094325.415000', '094325.875000', '094326.335000', '094326.795000', '094327.255000', '094327.715000', '094328.175000', '094328.635000', '094329.095000', '094329.555000', '094330.015000', '094330.475000', '094330.935000', '094331.395000', '094331.855000', '094332.315000', '094332.775000', '094333.235000', '094333.695000', '094334.155000', '094334.615000', '094335.075000', '094335.535000', '094335.995000', '094336.455000', '094336.915000', '094337.375000', '094337.835000', '094338.295000', '094338.755000', '094339.215000', '094339.675000', '094340.135000', '094340.595000', '094341.055000', '094341.515000', '094341.975000', '094342.435000', '094342.895000', '094343.355000', '094343.815000', '094344.275000', '094344.735000', '094345.195000', '094345.655000', '094346.115000', '094346.575000', '094347.035000', '094347.495000', '094347.955000', '094348.415000', '094348.875000', '094349.335000', '094349.795000', '094350.255000', '094350.715000', '094351.175000', '094351.635000', '094352.095000', '094352.555000', '094353.015000', '094353.475000', '094353.935000', '094354.395000', '094354.855000', '094355.315000', '094355.775000', '094356.235000', '094356.695000', '094357.155000', '094357.615000', '094358.075000', '094358.535000', '094358.995000', '094359.455000', '094359.915000', '094400.375000', '094400.835000', '094401.295000', '094401.755000', '094402.215000', '094402.675000', '094403.135000', '094403.595000', '094404.055000', '094404.515000', '094404.975000', '094405.435000', '094405.895000', '094406.355000', '094406.815000', '094407.275000', '094407.735000', '094408.195000', '094408.655000', '094409.115000', '094409.575000', '094410.035000', '094410.495000', '094410.955000', '094411.415000', '094411.875000', '094412.335000', '094412.795000', '094413.255000', '094413.715000', '094414.175000', '094414.635000', '094415.095000', '094415.555000', '094416.015000', '094416.475000', '094416.935000', '094417.395000', '094417.855000', '094418.315000', '094418.775000', '094419.235000', '094419.695000', '094420.155000', '094420.615000', '094421.075000', '094421.535000', '094421.995000', '094422.455000', '094422.915000', '094423.375000', '094423.835000', '094424.295000', '094424.755000', '094425.215000', '094425.675000', '094426.135000', '094426.595000', '094427.055000', '094427.515000', '094427.975000', '094428.435000', '094428.895000', '094429.355000', '094429.815000', '094430.275000', '094430.735000', '094431.195000', '094431.655000', '094432.115000', '094432.575000', '094433.035000', '094433.495000', '094433.955000', '094434.415000', '094434.875000', '094435.335000', '094435.795000', '094436.255000', '094436.715000', '094437.175000', '094437.635000', '094438.095000', '094438.555000', '094439.015000', '094439.475000', '094439.935000', '094440.395000', '094440.855000', '094441.315000', '094441.775000', '094442.235000', '094442.695000', '094443.155000', '094443.615000', '094444.075000', '094444.535000', '094444.995000', '094445.455000', '094445.915000', '094446.375000', '094446.835000', '094447.295000', '094447.755000', '094448.215000', '094448.675000', '094449.135000'], 'ContentTime': ['093825.270000', '093825.273000', '093825.277000', '093825.286000', '093825.289000', '093825.292000', '093825.296000', '093825.299000', '093825.302000', '093825.304000', '093825.308000', '093825.310000', '093825.313000', '093825.316000', '093825.319000', '093825.322000', '093825.325000', '093825.328000', '093825.331000', '093825.334000', '093825.337000', '093825.340000', '093825.343000', '093825.346000', '093825.357000', '093825.360000', '093825.363000', '093825.366000', '093825.369000', '093825.372000', '093825.375000', '093825.378000', '093825.381000', '093825.384000', '093845.235000', '093845.238000', '093845.241000', '093845.244000', '093845.247000', '093845.250000', '093845.253000', '093845.256000', '093845.266000', '093845.269000', '093845.272000', '093845.275000', '093845.278000', '093845.281000', '093845.284000', '093845.287000', '093845.290000', '093845.293000', '093845.296000', '093845.299000', '093845.302000', '093845.305000', '093845.308000', '093845.311000', '093845.314000', '093845.317000', '093845.320000', '093845.323000', '093845.329000', '093845.333000', '093845.336000', '093845.339000', '093845.341000', '093845.344000', '093845.347000', '093845.351000', '093845.354000', '093845.357000', '093845.360000', '093845.363000', '093845.366000', '093845.369000', '093845.372000', '093905.236000', '093905.239000', '093905.242000', '093905.245000', '093905.257000', '093905.260000', '093905.263000', '093905.266000', '093905.269000', '093905.272000', '093905.275000', '093905.278000', '093905.281000', '093905.284000', '093905.287000', '093905.290000', '093905.293000', '093905.296000', '093905.299000', '093905.302000', '093905.305000', '093905.308000', '093905.311000', '093905.314000', '093905.317000', '093905.320000', '093905.323000', '093905.325000', '093905.328000', '093905.331000', '093905.334000', '093905.337000', '093905.425000', '093905.428000', '093905.431000', '093905.434000', '093905.437000', '093905.440000', '093905.443000', '093905.445000', '093905.448000', '093905.451000', '093905.454000', '093905.457000', '093925.236000', '093925.239000', '093925.242000', '093925.245000', '093925.248000', '093925.251000', '093925.254000', '093925.257000', '093925.260000', '093925.263000', '093925.266000', '093925.269000', '093925.272000', '093925.275000', '093925.278000', '093925.281000', '093925.284000', '093925.286000', '093925.289000', '093925.292000', '093925.295000', '093925.298000', '093925.301000', '093925.304000', '093925.309000', '093925.312000', '093925.315000', '093925.318000', '093925.321000', '093925.324000', '093925.327000', '093925.330000', '093925.333000', '093925.336000', '093925.339000', '093925.342000', '093925.345000', '093925.348000', '093925.351000', '093925.354000', '093925.357000', '093925.360000', '093925.363000', '093945.235000', '093945.238000', '093945.241000', '093945.244000', '093945.247000', '093945.250000', '093945.253000', '093945.256000', '093945.259000', '093945.262000', '093945.265000', '093945.268000', '093945.271000', '093945.284000', '093945.287000', '093945.290000', '093945.293000', '093945.296000', '093945.299000', '093945.302000', '093945.305000', '093945.309000', '093945.312000', '093945.315000', '093945.318000', '093945.321000', '093945.330000', '093945.333000', '093945.336000', '093945.343000', '093945.346000', '093945.350000', '093945.352000', '093945.356000', '093945.359000', '093945.362000', '093945.365000', '093945.368000', '093945.371000', '093945.374000', '093945.377000', '093945.380000', '093945.383000', '093945.385000', '094005.235000', '094005.238000', '094005.241000', '094005.244000', '094005.247000', '094005.250000', '094005.253000', '094005.256000', '094005.260000', '094005.266000', '094005.268000', '094005.271000', '094005.274000', '094005.277000', '094005.280000', '094005.283000', '094005.286000', '094005.289000', '094005.297000', '094005.300000', '094005.303000', '094005.306000', '094005.309000', '094005.312000', '094005.315000', '094005.318000', '094005.321000', '094005.324000', '094005.327000', '094005.330000', '094005.333000', '094005.336000', '094005.339000', '094005.342000', '094005.345000', '094005.348000', '094005.351000', '094005.354000', '094005.360000', '094005.363000', '094005.366000', '094005.369000', '094005.377000', '094025.235000', '094025.238000', '094025.241000', '094025.244000', '094025.247000', '094025.250000', '094025.253000', '094025.267000', '094025.270000', '094025.273000', '094025.276000', '094025.279000', '094025.282000', '094025.285000', '094025.288000', '094025.291000', '094025.294000', '094025.297000', '094025.300000', '094025.303000', '094025.306000', '094025.318000', '094025.321000', '094025.324000', '094025.327000', '094025.330000', '094025.333000', '094025.336000', '094025.339000', '094025.342000', '094025.344000', '094025.347000', '094025.350000', '094025.353000', '094025.356000', '094025.359000', '094025.362000', '094025.365000', '094025.368000', '094025.371000', '094025.374000', '094025.377000', '094025.380000', '094025.383000', '094045.235000', '094045.238000', '094045.241000', '094045.245000', '094045.248000', '094045.250000', '094045.254000', '094045.257000', '094045.259000', '094045.262000', '094045.265000', '094045.268000', '094045.271000', '094045.274000', '094045.277000', '094045.280000', '094045.284000', '094045.287000', '094045.290000', '094045.299000', '094045.302000', '094045.305000', '094045.308000', '094045.311000', '094045.314000', '094045.317000', '094045.320000', '094045.323000', '094045.326000', '094045.329000', '094045.332000', '094045.335000', '094045.338000', '094045.341000', '094045.345000', '094045.348000', '094045.351000', '094045.354000', '094045.357000', '094045.360000', '094045.363000', '094045.366000', '094045.369000', '094105.235000', '094105.238000', '094105.241000', '094105.244000', '094105.247000', '094105.250000', '094105.253000', '094105.256000', '094105.259000', '094105.262000', '094105.265000', '094105.268000', '094105.271000', '094105.274000', '094105.277000', '094105.280000', '094105.283000', '094105.286000', '094105.289000', '094105.292000', '094105.295000', '094105.298000', '094105.301000', '094105.304000', '094105.307000', '094105.310000', '094105.312000', '094105.315000', '094105.318000', '094105.321000', '094105.324000', '094105.327000', '094105.330000', '094105.333000', '094105.336000', '094105.339000', '094105.349000', '094105.352000', '094105.355000', '094105.358000', '094105.361000', '094105.364000', '094105.367000', '094105.370000', '094125.236000', '094125.239000', '094125.242000', '094125.245000', '094125.257000', '094125.260000', '094125.263000', '094125.266000', '094125.269000', '094125.272000', '094125.275000', '094125.278000', '094125.281000', '094125.284000', '094125.287000', '094125.290000', '094125.293000', '094125.295000', '094125.298000', '094125.301000', '094125.304000', '094125.307000', '094125.310000', '094125.313000', '094125.316000', '094125.319000', '094125.322000', '094125.325000', '094125.328000', '094125.331000', '094125.334000', '094125.337000', '094125.340000', '094125.343000', '094125.346000', '094125.349000', '094125.352000', '094125.355000', '094125.358000', '094125.361000', '094125.364000', '094125.367000', '094125.370000', '094145.236000', '094145.252000', '094145.256000', '094145.259000', '094145.261000', '094145.264000', '094145.267000', '094145.270000', '094145.273000', '094145.276000', '094145.279000', '094145.282000', '094145.285000', '094145.288000', '094145.291000', '094145.294000', '094145.297000', '094145.300000', '094145.303000', '094145.306000', '094145.309000', '094145.312000', '094145.315000', '094145.318000', '094145.321000', '094145.324000', '094145.327000', '094145.330000', '094145.333000', '094145.336000', '094145.339000', '094145.342000', '094145.345000', '094145.348000', '094145.351000', '094145.354000', '094145.357000', '094145.360000', '094145.363000', '094145.366000', '094145.369000', '094145.372000', '094145.375000', '094145.378000', '094205.235000', '094205.238000', '094205.241000', '094205.244000', '094205.247000', '094205.250000', '094205.253000', '094205.256000', '094205.259000', '094205.262000', '094205.265000', '094205.268000', '094205.271000', '094205.274000', '094205.277000', '094205.280000', '094205.283000', '094205.286000', '094205.289000', '094205.292000', '094205.295000', '094205.298000', '094205.301000', '094205.304000', '094205.307000', '094205.310000', '094205.313000', '094205.316000', '094205.319000', '094205.322000', '094205.325000', '094205.328000', '094205.331000', '094205.334000', '094205.337000', '094205.340000', '094205.343000', '094205.346000', '094205.349000', '094205.352000', '094205.355000', '094205.357000', '094205.360000', '094225.235000', '094225.238000', '094225.242000', '094225.246000', '094225.249000', '094225.252000', '094225.255000', '094225.257000', '094225.260000', '094225.263000', '094225.266000', '094225.269000', '094225.272000', '094225.275000', '094225.278000', '094225.281000', '094225.284000', '094225.287000', '094225.290000', '094225.293000', '094225.296000', '094225.299000', '094225.302000', '094225.305000', '094225.308000', '094225.311000', '094225.314000', '094225.317000', '094225.320000', '094225.323000', '094225.326000', '094225.329000', '094225.332000', '094225.335000', '094225.338000', '094225.341000', '094225.344000', '094225.347000', '094225.350000', '094225.353000', '094225.356000', '094225.359000', '094225.362000', '094245.235000', '094245.238000', '094245.241000', '094245.244000', '094245.247000', '094245.250000', '094245.253000', '094245.256000', '094245.259000', '094245.262000', '094245.265000', '094245.268000', '094245.271000', '094245.274000', '094245.277000', '094245.280000', '094245.283000', '094245.286000', '094245.289000', '094245.292000', '094245.295000', '094245.298000', '094245.301000', '094245.304000', '094245.307000', '094245.310000', '094245.313000', '094245.316000', '094245.319000', '094245.322000', '094245.325000', '094245.329000', '094245.332000', '094245.335000', '094245.338000', '094245.341000', '094245.344000', '094245.347000', '094245.350000', '094245.353000', '094245.356000', '094245.359000', '094245.362000', '094245.365000', '094305.256000', '094305.259000', '094305.262000', '094305.265000', '094305.268000', '094305.271000', '094305.274000', '094305.277000', '094305.280000', '094305.283000', '094305.287000', '094305.289000', '094305.292000', '094305.295000', '094305.299000', '094305.302000', '094305.305000', '094305.307000', '094305.311000', '094305.314000', '094305.317000', '094305.320000', '094305.323000', '094305.326000', '094305.339000', '094305.342000', '094305.345000', '094305.348000', '094305.351000', '094305.354000', '094305.357000', '094305.360000', '094305.363000', '094305.366000', '094305.369000', '094305.372000', '094305.375000', '094305.378000', '094305.381000', '094305.384000', '094305.387000', '094305.390000', '094305.398000', '094325.235000', '094325.238000', '094325.241000', '094325.244000', '094325.247000', '094325.250000', '094325.253000', '094325.256000', '094325.259000', '094325.263000', '094325.266000', '094325.269000', '094325.272000', '094325.275000', '094325.278000', '094325.281000', '094325.284000', '094325.287000', '094325.290000', '094325.293000', '094325.296000', '094325.299000', '094325.302000', '094325.305000', '094325.308000', '094325.311000', '094325.314000', '094325.317000', '094325.320000', '094325.323000', '094325.326000', '094325.329000', '094325.332000', '094325.335000', '094325.338000', '094325.341000', '094325.344000', '094325.347000', '094325.350000', '094325.353000', '094325.356000', '094325.359000', '094325.362000', '094325.365000', '094345.236000', '094345.239000', '094345.242000', '094345.246000', '094345.249000', '094345.251000', '094345.254000', '094345.258000', '094345.261000', '094345.264000', '094345.269000', '094345.273000', '094345.276000', '094345.279000', '094345.282000', '094345.285000', '094345.288000', '094345.291000', '094345.294000', '094345.297000', '094345.300000', '094345.303000', '094345.306000', '094345.309000', '094345.312000', '094345.315000', '094345.318000', '094345.321000', '094345.324000', '094345.327000', '094345.330000', '094345.333000', '094345.336000', '094345.339000', '094345.342000', '094345.345000', '094345.348000', '094345.351000', '094345.354000', '094345.357000', '094345.360000', '094345.363000', '094345.372000', '094405.236000', '094405.239000', '094405.242000', '094405.245000', '094405.248000', '094405.252000', '094405.255000', '094405.257000', '094405.261000', '094405.264000', '094405.267000', '094405.270000', '094405.273000', '094405.276000', '094405.279000', '094405.282000', '094405.285000', '094405.288000', '094405.291000', '094405.294000', '094405.297000', '094405.300000', '094405.303000', '094405.306000', '094405.309000', '094405.312000', '094405.315000', '094405.318000', '094405.321000', '094405.324000', '094405.327000', '094405.330000', '094405.333000', '094405.336000', '094405.339000', '094405.342000', '094405.345000', '094405.348000', '094405.351000', '094405.354000', '094405.357000', '094405.360000', '094405.363000', '094405.366000', '094425.235000', '094425.238000', '094425.241000', '094425.244000', '094425.247000', '094425.250000', '094425.254000', '094425.257000', '094425.260000', '094425.263000', '094425.266000', '094425.269000', '094425.272000', '094425.275000', '094425.278000', '094425.281000', '094425.284000', '094425.288000', '094425.291000', '094425.293000', '094425.297000', '094425.301000', '094425.304000', '094425.307000', '094425.310000', '094425.313000', '094425.316000', '094425.319000', '094425.322000', '094425.325000', '094425.328000', '094425.331000', '094425.334000', '094425.337000', '094425.340000', '094425.359000', '094425.369000', '094425.372000', '094425.375000', '094425.378000', '094425.381000', '094425.384000', '094425.387000', '094445.235000', '094445.238000', '094445.241000', '094445.244000', '094445.247000', '094445.250000', '094445.253000', '094445.256000', '094445.259000', '094445.262000', '094445.265000', '094445.273000', '094445.276000', '094445.279000', '094445.282000', '094445.286000', '094445.289000', '094445.291000', '094445.294000', '094445.298000', '094445.300000', '094445.303000', '094445.306000', '094445.310000', '094445.313000', '094445.316000', '094445.319000', '094445.322000', '094445.325000', '094445.331000', '094445.334000', '094445.337000', '094445.340000', '094445.343000', '094445.346000', '094445.349000', '094445.352000', '094445.355000', '094445.358000', '094445.362000', '094445.365000', '094445.368000', '094445.371000', '094445.374000', '094450.643000', '094450.647000', '094450.651000', '094450.655000', '094450.658000', '094450.661000', '094450.664000', '094450.668000', '094450.671000', '094450.674000', '094450.677000', '094450.680000'], 'InstanceCreationTime': ['093825.270000', '093825.273000', '093825.277000', '093825.286000', '093825.289000', '093825.292000', '093825.296000', '093825.299000', '093825.302000', '093825.304000', '093825.308000', '093825.310000', '093825.313000', '093825.316000', '093825.319000', '093825.322000', '093825.325000', '093825.328000', '093825.331000', '093825.334000', '093825.337000', '093825.340000', '093825.343000', '093825.346000', '093825.357000', '093825.360000', '093825.363000', '093825.366000', '093825.369000', '093825.372000', '093825.375000', '093825.378000', '093825.381000', '093825.384000', '093845.235000', '093845.238000', '093845.241000', '093845.244000', '093845.247000', '093845.250000', '093845.253000', '093845.256000', '093845.266000', '093845.269000', '093845.272000', '093845.275000', '093845.278000', '093845.281000', '093845.284000', '093845.287000', '093845.290000', '093845.293000', '093845.296000', '093845.299000', '093845.302000', '093845.305000', '093845.308000', '093845.311000', '093845.314000', '093845.317000', '093845.320000', '093845.323000', '093845.329000', '093845.333000', '093845.336000', '093845.339000', '093845.341000', '093845.344000', '093845.347000', '093845.351000', '093845.354000', '093845.357000', '093845.360000', '093845.363000', '093845.366000', '093845.369000', '093845.372000', '093905.236000', '093905.239000', '093905.242000', '093905.245000', '093905.257000', '093905.260000', '093905.263000', '093905.266000', '093905.269000', '093905.272000', '093905.275000', '093905.278000', '093905.281000', '093905.284000', '093905.287000', '093905.290000', '093905.293000', '093905.296000', '093905.299000', '093905.302000', '093905.305000', '093905.308000', '093905.311000', '093905.314000', '093905.317000', '093905.320000', '093905.323000', '093905.325000', '093905.328000', '093905.331000', '093905.334000', '093905.337000', '093905.425000', '093905.428000', '093905.431000', '093905.434000', '093905.437000', '093905.440000', '093905.443000', '093905.445000', '093905.448000', '093905.451000', '093905.454000', '093905.457000', '093925.236000', '093925.239000', '093925.242000', '093925.245000', '093925.248000', '093925.251000', '093925.254000', '093925.257000', '093925.260000', '093925.263000', '093925.266000', '093925.269000', '093925.272000', '093925.275000', '093925.278000', '093925.281000', '093925.284000', '093925.286000', '093925.289000', '093925.292000', '093925.295000', '093925.298000', '093925.301000', '093925.304000', '093925.309000', '093925.312000', '093925.315000', '093925.318000', '093925.321000', '093925.324000', '093925.327000', '093925.330000', '093925.333000', '093925.336000', '093925.339000', '093925.342000', '093925.345000', '093925.348000', '093925.351000', '093925.354000', '093925.357000', '093925.360000', '093925.363000', '093945.235000', '093945.238000', '093945.241000', '093945.244000', '093945.247000', '093945.250000', '093945.253000', '093945.256000', '093945.259000', '093945.262000', '093945.265000', '093945.268000', '093945.271000', '093945.284000', '093945.287000', '093945.290000', '093945.293000', '093945.296000', '093945.299000', '093945.302000', '093945.305000', '093945.309000', '093945.312000', '093945.315000', '093945.318000', '093945.321000', '093945.330000', '093945.333000', '093945.336000', '093945.343000', '093945.346000', '093945.350000', '093945.352000', '093945.356000', '093945.359000', '093945.362000', '093945.365000', '093945.368000', '093945.371000', '093945.374000', '093945.377000', '093945.380000', '093945.383000', '093945.385000', '094005.235000', '094005.238000', '094005.241000', '094005.244000', '094005.247000', '094005.250000', '094005.253000', '094005.256000', '094005.260000', '094005.266000', '094005.268000', '094005.271000', '094005.274000', '094005.277000', '094005.280000', '094005.283000', '094005.286000', '094005.289000', '094005.297000', '094005.300000', '094005.303000', '094005.306000', '094005.309000', '094005.312000', '094005.315000', '094005.318000', '094005.321000', '094005.324000', '094005.327000', '094005.330000', '094005.333000', '094005.336000', '094005.339000', '094005.342000', '094005.345000', '094005.348000', '094005.351000', '094005.354000', '094005.360000', '094005.363000', '094005.366000', '094005.369000', '094005.377000', '094025.235000', '094025.238000', '094025.241000', '094025.244000', '094025.247000', '094025.250000', '094025.253000', '094025.267000', '094025.270000', '094025.273000', '094025.276000', '094025.279000', '094025.282000', '094025.285000', '094025.288000', '094025.291000', '094025.294000', '094025.297000', '094025.300000', '094025.303000', '094025.306000', '094025.318000', '094025.321000', '094025.324000', '094025.327000', '094025.330000', '094025.333000', '094025.336000', '094025.339000', '094025.342000', '094025.344000', '094025.347000', '094025.350000', '094025.353000', '094025.356000', '094025.359000', '094025.362000', '094025.365000', '094025.368000', '094025.371000', '094025.374000', '094025.377000', '094025.380000', '094025.383000', '094045.235000', '094045.238000', '094045.241000', '094045.245000', '094045.248000', '094045.250000', '094045.254000', '094045.257000', '094045.259000', '094045.262000', '094045.265000', '094045.268000', '094045.271000', '094045.274000', '094045.277000', '094045.280000', '094045.284000', '094045.287000', '094045.290000', '094045.299000', '094045.302000', '094045.305000', '094045.308000', '094045.311000', '094045.314000', '094045.317000', '094045.320000', '094045.323000', '094045.326000', '094045.329000', '094045.332000', '094045.335000', '094045.338000', '094045.341000', '094045.345000', '094045.348000', '094045.351000', '094045.354000', '094045.357000', '094045.360000', '094045.363000', '094045.366000', '094045.369000', '094105.235000', '094105.238000', '094105.241000', '094105.244000', '094105.247000', '094105.250000', '094105.253000', '094105.256000', '094105.259000', '094105.262000', '094105.265000', '094105.268000', '094105.271000', '094105.274000', '094105.277000', '094105.280000', '094105.283000', '094105.286000', '094105.289000', '094105.292000', '094105.295000', '094105.298000', '094105.301000', '094105.304000', '094105.307000', '094105.310000', '094105.312000', '094105.315000', '094105.318000', '094105.321000', '094105.324000', '094105.327000', '094105.330000', '094105.333000', '094105.336000', '094105.339000', '094105.349000', '094105.352000', '094105.355000', '094105.358000', '094105.361000', '094105.364000', '094105.367000', '094105.370000', '094125.236000', '094125.239000', '094125.242000', '094125.245000', '094125.257000', '094125.260000', '094125.263000', '094125.266000', '094125.269000', '094125.272000', '094125.275000', '094125.278000', '094125.281000', '094125.284000', '094125.287000', '094125.290000', '094125.293000', '094125.295000', '094125.298000', '094125.301000', '094125.304000', '094125.307000', '094125.310000', '094125.313000', '094125.316000', '094125.319000', '094125.322000', '094125.325000', '094125.328000', '094125.331000', '094125.334000', '094125.337000', '094125.340000', '094125.343000', '094125.346000', '094125.349000', '094125.352000', '094125.355000', '094125.358000', '094125.361000', '094125.364000', '094125.367000', '094125.370000', '094145.236000', '094145.252000', '094145.256000', '094145.259000', '094145.261000', '094145.264000', '094145.267000', '094145.270000', '094145.273000', '094145.276000', '094145.279000', '094145.282000', '094145.285000', '094145.288000', '094145.291000', '094145.294000', '094145.297000', '094145.300000', '094145.303000', '094145.306000', '094145.309000', '094145.312000', '094145.315000', '094145.318000', '094145.321000', '094145.324000', '094145.327000', '094145.330000', '094145.333000', '094145.336000', '094145.339000', '094145.342000', '094145.345000', '094145.348000', '094145.351000', '094145.354000', '094145.357000', '094145.360000', '094145.363000', '094145.366000', '094145.369000', '094145.372000', '094145.375000', '094145.378000', '094205.235000', '094205.238000', '094205.241000', '094205.244000', '094205.247000', '094205.250000', '094205.253000', '094205.256000', '094205.259000', '094205.262000', '094205.265000', '094205.268000', '094205.271000', '094205.274000', '094205.277000', '094205.280000', '094205.283000', '094205.286000', '094205.289000', '094205.292000', '094205.295000', '094205.298000', '094205.301000', '094205.304000', '094205.307000', '094205.310000', '094205.313000', '094205.316000', '094205.319000', '094205.322000', '094205.325000', '094205.328000', '094205.331000', '094205.334000', '094205.337000', '094205.340000', '094205.343000', '094205.346000', '094205.349000', '094205.352000', '094205.355000', '094205.357000', '094205.360000', '094225.235000', '094225.238000', '094225.242000', '094225.246000', '094225.249000', '094225.252000', '094225.255000', '094225.257000', '094225.260000', '094225.263000', '094225.266000', '094225.269000', '094225.272000', '094225.275000', '094225.278000', '094225.281000', '094225.284000', '094225.287000', '094225.290000', '094225.293000', '094225.296000', '094225.299000', '094225.302000', '094225.305000', '094225.308000', '094225.311000', '094225.314000', '094225.317000', '094225.320000', '094225.323000', '094225.326000', '094225.329000', '094225.332000', '094225.335000', '094225.338000', '094225.341000', '094225.344000', '094225.347000', '094225.350000', '094225.353000', '094225.356000', '094225.359000', '094225.362000', '094245.235000', '094245.238000', '094245.241000', '094245.244000', '094245.247000', '094245.250000', '094245.253000', '094245.256000', '094245.259000', '094245.262000', '094245.265000', '094245.268000', '094245.271000', '094245.274000', '094245.277000', '094245.280000', '094245.283000', '094245.286000', '094245.289000', '094245.292000', '094245.295000', '094245.298000', '094245.301000', '094245.304000', '094245.307000', '094245.310000', '094245.313000', '094245.316000', '094245.319000', '094245.322000', '094245.325000', '094245.329000', '094245.332000', '094245.335000', '094245.338000', '094245.341000', '094245.344000', '094245.347000', '094245.350000', '094245.353000', '094245.356000', '094245.359000', '094245.362000', '094245.365000', '094305.256000', '094305.259000', '094305.262000', '094305.265000', '094305.268000', '094305.271000', '094305.274000', '094305.277000', '094305.280000', '094305.283000', '094305.287000', '094305.289000', '094305.292000', '094305.295000', '094305.299000', '094305.302000', '094305.305000', '094305.307000', '094305.311000', '094305.314000', '094305.317000', '094305.320000', '094305.323000', '094305.326000', '094305.339000', '094305.342000', '094305.345000', '094305.348000', '094305.351000', '094305.354000', '094305.357000', '094305.360000', '094305.363000', '094305.366000', '094305.369000', '094305.372000', '094305.375000', '094305.378000', '094305.381000', '094305.384000', '094305.387000', '094305.390000', '094305.398000', '094325.235000', '094325.238000', '094325.241000', '094325.244000', '094325.247000', '094325.250000', '094325.253000', '094325.256000', '094325.259000', '094325.263000', '094325.266000', '094325.269000', '094325.272000', '094325.275000', '094325.278000', '094325.281000', '094325.284000', '094325.287000', '094325.290000', '094325.293000', '094325.296000', '094325.299000', '094325.302000', '094325.305000', '094325.308000', '094325.311000', '094325.314000', '094325.317000', '094325.320000', '094325.323000', '094325.326000', '094325.329000', '094325.332000', '094325.335000', '094325.338000', '094325.341000', '094325.344000', '094325.347000', '094325.350000', '094325.353000', '094325.356000', '094325.359000', '094325.362000', '094325.365000', '094345.236000', '094345.239000', '094345.242000', '094345.246000', '094345.249000', '094345.251000', '094345.254000', '094345.258000', '094345.261000', '094345.264000', '094345.269000', '094345.273000', '094345.276000', '094345.279000', '094345.282000', '094345.285000', '094345.288000', '094345.291000', '094345.294000', '094345.297000', '094345.300000', '094345.303000', '094345.306000', '094345.309000', '094345.312000', '094345.315000', '094345.318000', '094345.321000', '094345.324000', '094345.327000', '094345.330000', '094345.333000', '094345.336000', '094345.339000', '094345.342000', '094345.345000', '094345.348000', '094345.351000', '094345.354000', '094345.357000', '094345.360000', '094345.363000', '094345.372000', '094405.236000', '094405.239000', '094405.242000', '094405.245000', '094405.248000', '094405.252000', '094405.255000', '094405.257000', '094405.261000', '094405.264000', '094405.267000', '094405.270000', '094405.273000', '094405.276000', '094405.279000', '094405.282000', '094405.285000', '094405.288000', '094405.291000', '094405.294000', '094405.297000', '094405.300000', '094405.303000', '094405.306000', '094405.309000', '094405.312000', '094405.315000', '094405.318000', '094405.321000', '094405.324000', '094405.327000', '094405.330000', '094405.333000', '094405.336000', '094405.339000', '094405.342000', '094405.345000', '094405.348000', '094405.351000', '094405.354000', '094405.357000', '094405.360000', '094405.363000', '094405.366000', '094425.235000', '094425.238000', '094425.241000', '094425.244000', '094425.247000', '094425.250000', '094425.254000', '094425.257000', '094425.260000', '094425.263000', '094425.266000', '094425.269000', '094425.272000', '094425.275000', '094425.278000', '094425.281000', '094425.284000', '094425.288000', '094425.291000', '094425.293000', '094425.297000', '094425.301000', '094425.304000', '094425.307000', '094425.310000', '094425.313000', '094425.316000', '094425.319000', '094425.322000', '094425.325000', '094425.328000', '094425.331000', '094425.334000', '094425.337000', '094425.340000', '094425.359000', '094425.369000', '094425.372000', '094425.375000', '094425.378000', '094425.381000', '094425.384000', '094425.387000', '094445.235000', '094445.238000', '094445.241000', '094445.244000', '094445.247000', '094445.250000', '094445.253000', '094445.256000', '094445.259000', '094445.262000', '094445.265000', '094445.273000', '094445.276000', '094445.279000', '094445.282000', '094445.286000', '094445.289000', '094445.291000', '094445.294000', '094445.298000', '094445.300000', '094445.303000', '094445.306000', '094445.310000', '094445.313000', '094445.316000', '094445.319000', '094445.322000', '094445.325000', '094445.331000', '094445.334000', '094445.337000', '094445.340000', '094445.343000', '094445.346000', '094445.349000', '094445.352000', '094445.355000', '094445.358000', '094445.362000', '094445.365000', '094445.368000', '094445.371000', '094445.374000', '094450.643000', '094450.647000', '094450.651000', '094450.655000', '094450.658000', '094450.661000', '094450.664000', '094450.668000', '094450.671000', '094450.674000', '094450.677000', '094450.680000'], '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': [9988, 14527, 13283, 10427, 8944, 8794, 10314, 9049, 8989, 9495, 8665, 10519, 9243, 9047, 8238, 8637, 10957, 9171, 9225, 10305, 8481, 11006, 12354, 9648, 13939, 8688, 9353, 13287, 11643, 9957, 10971, 8602, 9957, 8752, 8928, 8380, 8498, 10675, 9299, 9513, 10029, 8875, 10307, 8793, 9309, 11868, 9819, 10228, 8831, 9028, 13104, 11614, 9286, 14970, 13205, 10439, 10736, 8724, 9850, 9279, 8980, 13420, 9901, 9293, 10165, 8837, 10558, 8910, 8912, 11805, 9075, 9471, 10405, 8778, 10022, 9093, 9297, 12005, 8964, 9760, 14510, 13098, 11078, 14231, 11926, 10297, 8421, 8857, 10226, 9003, 9388, 8692, 7931, 9838, 8746, 9476, 8972, 9981, 10973, 9475, 13285, 9906, 8852, 14701, 13077, 10330, 13615, 13561, 10034, 9978, 8874, 8633, 9160, 8821, 9148, 8813, 8972, 9023, 8495, 9722, 8956, 9028, 11093, 9048, 9541, 14052, 10771, 10651, 13461, 12476, 10415, 12166, 8349, 10955, 8763, 8883, 13839, 11826, 10520, 8903, 8552, 8470, 8731, 9671, 8650, 9039, 12382, 8984, 8932, 13698, 11565, 10350, 8713, 8489, 9108, 8625, 9204, 8913, 8585, 9709, 11682, 8609, 9819, 11889, 8662, 8975, 8577, 9595, 8415, 8670, 9522, 8745, 8859, 11468, 8510, 9523, 8429, 8719, 11719, 11947, 9057, 14454, 14235, 12836, 14392, 12294, 10312, 8805, 8877, 8135, 8471, 10821, 8787, 8901, 10321, 8505, 9139, 11940, 9559, 9268, 8288, 8717, 11173, 11519, 10587, 13922, 11891, 11800, 14520, 11829, 10403, 11969, 8613, 12707, 9449, 8701, 9592, 8442, 9558, 8822, 8765, 8878, 8429, 9855, 8731, 8997, 13461, 11462, 8781, 10360, 8425, 9627, 8597, 8548, 9308, 8866, 9358, 8553, 8743, 10078, 8707, 9071, 11645, 10203, 9265, 14800, 11181, 13100, 9631, 8696, 8173, 8584, 9742, 8234, 8936, 12247, 12011, 8758, 11049, 12568, 8544, 10663, 9637, 8643, 9352, 8627, 8910, 8682, 8647, 10849, 8747, 8732, 12359, 9004, 9873, 13796, 11039, 11486, 10531, 8804, 13823, 12717, 11805, 13092, 9448, 8680, 8536, 9584, 8200, 8923, 11151, 13234, 9581, 12855, 12406, 8502, 12117, 10117, 8631, 11150, 8410, 8783, 8359, 8434, 9388, 8438, 8933, 10741, 8537, 8901, 9089, 8074, 9145, 12891, 9812, 11205, 8208, 8453, 9639, 8434, 8779, 8638, 8226, 9465, 8098, 8381, 11028, 8631, 8719, 10457, 8318, 8976, 12231, 9804, 8877, 8076, 8307, 10003, 8514, 8666, 8593, 8385, 9451, 8319, 8906, 11437, 8921, 9398, 13679, 12450, 10410, 14436, 12472, 10616, 9660, 8917, 10219, 8633, 8898, 11269, 8666, 7889, 8480, 8937, 8367, 8889, 11943, 10777, 8326, 13172, 11090, 8500, 14089, 10599, 8824, 12901, 9388, 10359, 11845, 8801, 12947, 8511, 8713, 11553, 9812, 9959, 8552, 8681, 8062, 8322, 10478, 8595, 8346, 13602, 13188, 10462, 11298, 11231, 8623, 9353, 8033, 8326, 8087, 8072, 8866, 8162, 8511, 8073, 8262, 9757, 9891, 8371, 9833, 7829, 8449, 11390, 12295, 10006, 11864, 8151, 8720, 10234, 8035, 9492, 8656, 8743, 8809, 7946, 7880, 8129, 8148, 7992, 10139, 8346, 9094, 15894, 14926, 13182, 12251, 14472, 12159, 10937, 7969, 8423, 8341, 8457, 11451, 9071, 10928, 8597, 8658, 10915, 8371, 12519, 12391, 9385, 14582, 12873, 10313, 9954, 8371, 10427, 8482, 8638, 8018, 8362, 11577, 9481, 8343, 8370, 8302, 8907, 8122, 9615, 13790, 10953, 9343, 8095, 8064, 8132, 8132, 8842, 7770, 8486, 8247, 9094, 8194, 9210, 13900, 12365, 13332, 13148, 9925, 10181, 8494, 8332, 12421, 12521, 9670, 14553, 13039, 9732, 11861, 8373, 8821, 9043, 8235, 9027, 8631, 8616, 8079, 8168, 10203, 8713, 8994, 8271, 8303, 10690, 8209, 9934, 11835, 8915, 13922, 9792, 8288, 13441, 11339, 9374, 9191, 8354, 10189, 8616, 8191, 8029, 8166, 9982, 8510, 9392, 8475, 8541, 8705, 8242, 9046, 13276, 12040, 9158, 13698, 11807, 8968, 12615, 8664, 8457, 10746, 8259, 8919, 8122, 8325, 11110, 9036, 8569, 9751, 8276, 8582, 12849, 13550, 11951, 14109, 12136, 9916, 11284, 8022, 9977, 11621, 8515, 12359, 8342, 8603, 9249, 8316, 10508, 8589, 8677, 8364, 8710, 13696, 10844, 9977, 12101, 8359, 13308, 12341, 10476, 8845, 8137, 9921, 8514, 8490, 9341, 8261, 9390, 8486, 8940, 8050, 8263, 8218, 8207, 8575, 8289, 8465, 11297, 8658, 8826, 10890, 9085, 8938, 8117, 8299, 11248, 8734, 8640, 11415, 8385, 9600, 9556, 8704, 9889, 8354, 9436, 10229, 8852, 14389, 13945, 13195, 13624, 9352, 12117, 8655, 8888, 10805, 8602, 12761, 12585, 9469, 14615, 10143, 8551, 14398, 11120, 9589, 9733, 8068, 8865, 8313, 8614, 9744, 8315, 8807, 8317, 8484, 11473, 10926, 9572, 14600, 11972, 10132, 12127, 10568, 9354, 8288, 8287, 11207, 8471, 8547, 8193, 8416, 7929, 8128, 9453, 8299, 8582, 11734, 8507, 8539, 12205, 11487, 9073, 14977, 11006, 9242, 12846, 10989, 9372, 8101, 7868, 9604, 8440, 8334, 10253, 8442, 8607, 13981, 9480, 8424, 14438, 12275, 9236, 10685, 8307, 8382, 9660, 8127, 8996, 8321, 8362, 8704, 8221, 8810, 8146, 8161, 9945, 8438, 8387, 9748, 8316, 9144, 10428, 9073, 12607, 10548, 8959, 8493, 8565, 10242, 8647, 8813, 11828, 9262, 10260, 12454, 8726, 12292, 8514, 8189, 13596, 10240, 14765, 13669, 10559, 8177, 8125, 8721, 8572, 10938, 9989, 13502, 9846, 10770, 9053, 8627, 14975, 11455, 8652, 10394, 8089, 9154, 9711, 8121, 14905, 12374, 10105, 15077, 11256, 9525, 11661, 8020, 11944, 8365, 8227, 8348, 7933, 7763, 7811, 7831, 8291, 8356, 8304, 8500, 8684, 13549, 10617, 11383, 10132, 8082, 8015, 8165, 8346, 8018, 8769, 8248, 8552, 7888, 8677, 7890, 8355, 8175, 8224, 10012, 8343, 9471, 8595, 8956, 12199, 9900, 9894, 11993, 10414, 12751, 10830, 10409, 8251, 9070, 10648, 8554, 11508, 8144, 11400, 9405, 10698, 8325, 8708, 7965, 8696, 11376, 8556, 11275, 8402, 8793, 13072, 10729, 13691, 11684, 9056, 7713, 8022, 9923, 8336, 8949, 7838, 8145, 9984, 8329, 9111, 7969, 8366, 8493, 8113, 9793, 8362, 8513, 13153, 9793, 8693, 11412, 8183, 9927, 8682, 8629, 7893, 8313, 9935, 7902, 9827], 'WindowCenter': [4472.0, 4494.0, 4472.0, 4438.0, 4415.0, 4415.0, 4436.0, 4417.0, 4417.0, 4425.0, 4430.0, 4449.0, 4440.0, 4426.0, 4405.0, 4416.0, 4445.0, 4427.0, 4427.0, 4435.0, 4416.0, 4446.0, 4457.0, 4427.0, 4466.0, 4416.0, 4426.0, 4455.0, 4445.0, 4424.0, 4432.0, 4415.0, 4424.0, 4416.0, 4426.0, 4415.0, 4416.0, 4445.0, 4427.0, 4438.0, 4439.0, 4427.0, 4437.0, 4417.0, 4426.0, 4446.0, 4426.0, 4434.0, 4415.0, 4414.0, 4456.0, 4443.0, 4413.0, 4463.0, 4453.0, 4421.0, 4420.0, 4401.0, 4412.0, 4399.0, 4400.0, 4450.0, 4423.0, 4413.0, 4421.0, 4414.0, 4433.0, 4402.0, 4412.0, 4442.0, 4402.0, 4413.0, 4422.0, 4403.0, 4424.0, 4414.0, 4426.0, 4444.0, 4415.0, 4426.0, 4464.0, 4453.0, 4434.0, 4462.0, 4432.0, 4413.0, 4389.0, 4401.0, 4421.0, 4401.0, 4412.0, 4401.0, 4403.0, 4425.0, 4416.0, 4425.0, 4426.0, 4437.0, 4449.0, 4426.0, 4454.0, 4411.0, 4401.0, 4453.0, 4429.0, 4410.0, 4439.0, 4438.0, 4410.0, 4408.0, 4399.0, 4399.0, 4397.0, 4400.0, 4410.0, 4401.0, 4412.0, 4414.0, 4415.0, 4425.0, 4414.0, 4416.0, 4445.0, 4414.0, 4426.0, 4464.0, 4422.0, 4412.0, 4440.0, 4440.0, 4420.0, 4429.0, 4390.0, 4419.0, 4390.0, 4399.0, 4450.0, 4430.0, 4420.0, 4399.0, 4389.0, 4390.0, 4401.0, 4411.0, 4401.0, 4414.0, 4442.0, 4402.0, 4401.0, 4452.0, 4431.0, 4409.0, 4389.0, 4389.0, 4389.0, 4391.0, 4410.0, 4401.0, 4402.0, 4422.0, 4442.0, 4403.0, 4423.0, 4442.0, 4404.0, 4402.0, 4403.0, 4422.0, 4402.0, 4414.0, 4424.0, 4416.0, 4426.0, 4458.0, 4415.0, 4426.0, 4404.0, 4416.0, 4443.0, 4442.0, 4412.0, 4462.0, 4452.0, 4442.0, 4453.0, 4431.0, 4409.0, 4400.0, 4399.0, 4390.0, 4403.0, 4434.0, 4403.0, 4415.0, 4434.0, 4415.0, 4426.0, 4446.0, 4425.0, 4412.0, 4403.0, 4404.0, 4432.0, 4442.0, 4433.0, 4462.0, 4443.0, 4442.0, 4451.0, 4429.0, 4408.0, 4418.0, 4389.0, 4440.0, 4398.0, 4389.0, 4398.0, 4390.0, 4409.0, 4399.0, 4390.0, 4400.0, 4390.0, 4411.0, 4389.0, 4402.0, 4439.0, 4429.0, 4389.0, 4408.0, 4390.0, 4408.0, 4389.0, 4401.0, 4399.0, 4401.0, 4411.0, 4403.0, 4402.0, 4422.0, 4415.0, 4415.0, 4434.0, 4421.0, 4401.0, 4451.0, 4421.0, 4440.0, 4410.0, 4391.0, 4391.0, 4402.0, 4409.0, 4390.0, 4402.0, 4442.0, 4430.0, 4402.0, 4432.0, 4429.0, 4400.0, 4420.0, 4410.0, 4390.0, 4399.0, 4400.0, 4402.0, 4400.0, 4402.0, 4433.0, 4401.0, 4401.0, 4440.0, 4401.0, 4411.0, 4440.0, 4419.0, 4429.0, 4410.0, 4400.0, 4438.0, 4438.0, 4419.0, 4437.0, 4399.0, 4388.0, 4387.0, 4396.0, 4378.0, 4398.0, 4418.0, 4427.0, 4397.0, 4428.0, 4428.0, 4387.0, 4417.0, 4396.0, 4387.0, 4407.0, 4377.0, 4388.0, 4378.0, 4389.0, 4398.0, 4389.0, 4400.0, 4418.0, 4390.0, 4400.0, 4388.0, 4379.0, 4399.0, 4427.0, 4408.0, 4417.0, 4377.0, 4388.0, 4410.0, 4401.0, 4402.0, 4402.0, 4402.0, 4423.0, 4402.0, 4414.0, 4433.0, 4414.0, 4404.0, 4434.0, 4406.0, 4414.0, 4442.0, 4423.0, 4414.0, 4393.0, 4405.0, 4424.0, 4415.0, 4414.0, 4413.0, 4404.0, 4426.0, 4406.0, 4416.0, 4445.0, 4415.0, 4425.0, 4452.0, 4443.0, 4423.0, 4452.0, 4441.0, 4420.0, 4400.0, 4401.0, 4410.0, 4401.0, 4401.0, 4431.0, 4390.0, 4392.0, 4402.0, 4401.0, 4402.0, 4413.0, 4432.0, 4420.0, 4391.0, 4440.0, 4420.0, 4402.0, 4450.0, 4419.0, 4399.0, 4427.0, 4397.0, 4409.0, 4428.0, 4400.0, 4439.0, 4390.0, 4400.0, 4420.0, 4399.0, 4408.0, 4390.0, 4389.0, 4389.0, 4392.0, 4419.0, 4390.0, 4389.0, 4441.0, 4428.0, 4399.0, 4418.0, 4419.0, 4388.0, 4387.0, 4380.0, 4390.0, 4381.0, 4393.0, 4401.0, 4404.0, 4413.0, 4405.0, 4417.0, 4426.0, 4437.0, 4416.0, 4426.0, 4394.0, 4404.0, 4445.0, 4443.0, 4422.0, 4443.0, 4392.0, 4404.0, 4424.0, 4406.0, 4424.0, 4403.0, 4416.0, 4417.0, 4409.0, 4406.0, 4405.0, 4405.0, 4407.0, 4438.0, 4407.0, 4428.0, 4489.0, 4467.0, 4455.0, 4445.0, 4462.0, 4444.0, 4421.0, 4379.0, 4389.0, 4388.0, 4390.0, 4432.0, 4401.0, 4421.0, 4402.0, 4392.0, 4420.0, 4390.0, 4429.0, 4428.0, 4386.0, 4438.0, 4427.0, 4398.0, 4396.0, 4377.0, 4406.0, 4388.0, 4387.0, 4377.0, 4390.0, 4418.0, 4399.0, 4379.0, 4389.0, 4389.0, 4388.0, 4381.0, 4412.0, 4450.0, 4420.0, 4398.0, 4380.0, 4391.0, 4392.0, 4403.0, 4412.0, 4396.0, 4415.0, 4419.0, 4427.0, 4418.0, 4429.0, 4470.0, 4448.0, 4454.0, 4441.0, 4411.0, 4412.0, 4389.0, 4390.0, 4442.0, 4430.0, 4400.0, 4451.0, 4439.0, 4399.0, 4418.0, 4378.0, 4387.0, 4388.0, 4388.0, 4401.0, 4401.0, 4402.0, 4393.0, 4403.0, 4423.0, 4404.0, 4414.0, 4404.0, 4404.0, 4434.0, 4403.0, 4426.0, 4444.0, 4414.0, 4453.0, 4411.0, 4391.0, 4440.0, 4420.0, 4400.0, 4400.0, 4391.0, 4421.0, 4402.0, 4403.0, 4395.0, 4405.0, 4422.0, 4414.0, 4426.0, 4406.0, 4418.0, 4415.0, 4418.0, 4428.0, 4456.0, 4443.0, 4414.0, 4452.0, 4433.0, 4402.0, 4441.0, 4404.0, 4404.0, 4432.0, 4403.0, 4412.0, 4394.0, 4406.0, 4445.0, 4414.0, 4417.0, 4425.0, 4404.0, 4415.0, 4456.0, 4454.0, 4442.0, 4452.0, 4443.0, 4421.0, 4431.0, 4393.0, 4412.0, 4431.0, 4402.0, 4443.0, 4402.0, 4402.0, 4411.0, 4403.0, 4422.0, 4402.0, 4402.0, 4393.0, 4403.0, 4452.0, 4423.0, 4411.0, 4429.0, 4390.0, 4440.0, 4429.0, 4410.0, 4387.0, 4381.0, 4408.0, 4390.0, 4391.0, 4400.0, 4393.0, 4401.0, 4390.0, 4399.0, 4379.0, 4391.0, 4390.0, 4392.0, 4402.0, 4402.0, 4405.0, 4433.0, 4404.0, 4416.0, 4435.0, 4415.0, 4413.0, 4392.0, 4403.0, 4433.0, 4402.0, 4404.0, 4433.0, 4403.0, 4424.0, 4423.0, 4405.0, 4424.0, 4404.0, 4414.0, 4423.0, 4402.0, 4452.0, 4451.0, 4441.0, 4442.0, 4401.0, 4429.0, 4392.0, 4399.0, 4421.0, 4389.0, 4440.0, 4440.0, 4411.0, 4451.0, 4410.0, 4390.0, 4448.0, 4419.0, 4399.0, 4398.0, 4390.0, 4399.0, 4391.0, 4401.0, 4410.0, 4392.0, 4405.0, 4392.0, 4402.0, 4432.0, 4422.0, 4410.0, 4450.0, 4430.0, 4409.0, 4429.0, 4420.0, 4400.0, 4391.0, 4402.0, 4420.0, 4390.0, 4390.0, 4390.0, 4389.0, 4391.0, 4392.0, 4423.0, 4404.0, 4414.0, 4443.0, 4403.0, 4405.0, 4443.0, 4433.0, 4403.0, 4460.0, 4419.0, 4401.0, 4439.0, 4420.0, 4401.0, 4379.0, 4391.0, 4410.0, 4390.0, 4391.0, 4420.0, 4390.0, 4402.0, 4452.0, 4401.0, 4391.0, 4449.0, 4427.0, 4399.0, 4410.0, 4390.0, 4390.0, 4397.0, 4378.0, 4399.0, 4390.0, 4391.0, 4389.0, 4391.0, 4401.0, 4381.0, 4391.0, 4412.0, 4392.0, 4402.0, 4413.0, 4404.0, 4413.0, 4422.0, 4402.0, 4441.0, 4422.0, 4402.0, 4403.0, 4401.0, 4410.0, 4401.0, 4412.0, 4443.0, 4414.0, 4424.0, 4444.0, 4403.0, 4442.0, 4402.0, 4402.0, 4451.0, 4422.0, 4463.0, 4462.0, 4433.0, 4402.0, 4391.0, 4401.0, 4413.0, 4431.0, 4422.0, 4451.0, 4423.0, 4421.0, 4400.0, 4391.0, 4462.0, 4420.0, 4404.0, 4410.0, 4379.0, 4398.0, 4399.0, 4378.0, 4449.0, 4428.0, 4408.0, 4436.0, 4405.0, 4384.0, 4404.0, 4363.0, 4403.0, 4364.0, 4362.0, 4363.0, 4363.0, 4354.0, 4353.0, 4366.0, 4365.0, 4378.0, 4378.0, 4378.0, 4388.0, 4428.0, 4396.0, 4405.0, 4397.0, 4366.0, 4367.0, 4376.0, 4377.0, 4380.0, 4392.0, 4402.0, 4403.0, 4394.0, 4406.0, 4395.0, 4408.0, 4405.0, 4416.0, 4427.0, 4406.0, 4427.0, 4417.0, 4428.0, 4458.0, 4427.0, 4428.0, 4447.0, 4437.0, 4444.0, 4435.0, 4423.0, 4393.0, 4414.0, 4435.0, 4406.0, 4446.0, 4406.0, 4446.0, 4416.0, 4434.0, 4406.0, 4406.0, 4395.0, 4415.0, 4446.0, 4406.0, 4437.0, 4405.0, 4405.0, 4454.0, 4435.0, 4455.0, 4444.0, 4402.0, 4382.0, 4395.0, 4424.0, 4405.0, 4414.0, 4394.0, 4408.0, 4424.0, 4408.0, 4415.0, 4405.0, 4406.0, 4406.0, 4406.0, 4426.0, 4406.0, 4416.0, 4457.0, 4424.0, 4404.0, 4444.0, 4405.0, 4425.0, 4415.0, 4406.0, 4406.0, 4417.0, 4437.0, 4408.0, 4437.0], 'WindowWidth': [9859.0, 9876.0, 9834.0, 9784.0, 9747.0, 9748.0, 9775.0, 9752.0, 9750.0, 9760.0, 9775.0, 9799.0, 9789.0, 9763.0, 9732.0, 9750.0, 9789.0, 9764.0, 9764.0, 9774.0, 9751.0, 9789.0, 9804.0, 9765.0, 9817.0, 9748.0, 9762.0, 9800.0, 9783.0, 9753.0, 9764.0, 9743.0, 9756.0, 9749.0, 9762.0, 9747.0, 9751.0, 9789.0, 9763.0, 9780.0, 9782.0, 9764.0, 9779.0, 9749.0, 9760.0, 9789.0, 9761.0, 9770.0, 9745.0, 9744.0, 9803.0, 9779.0, 9739.0, 9812.0, 9791.0, 9744.0, 9743.0, 9720.0, 9735.0, 9714.0, 9717.0, 9786.0, 9751.0, 9739.0, 9749.0, 9740.0, 9765.0, 9722.0, 9738.0, 9777.0, 9722.0, 9737.0, 9749.0, 9726.0, 9756.0, 9744.0, 9763.0, 9783.0, 9744.0, 9763.0, 9815.0, 9791.0, 9766.0, 9805.0, 9762.0, 9735.0, 9702.0, 9719.0, 9744.0, 9720.0, 9735.0, 9718.0, 9726.0, 9757.0, 9750.0, 9761.0, 9764.0, 9779.0, 9797.0, 9760.0, 9795.0, 9733.0, 9719.0, 9793.0, 9752.0, 9726.0, 9767.0, 9764.0, 9727.0, 9722.0, 9712.0, 9714.0, 9709.0, 9714.0, 9729.0, 9719.0, 9737.0, 9740.0, 9746.0, 9760.0, 9744.0, 9748.0, 9785.0, 9744.0, 9761.0, 9811.0, 9746.0, 9728.0, 9769.0, 9767.0, 9742.0, 9753.0, 9702.0, 9739.0, 9700.0, 9714.0, 9782.0, 9753.0, 9741.0, 9713.0, 9699.0, 9701.0, 9719.0, 9731.0, 9721.0, 9742.0, 9777.0, 9721.0, 9720.0, 9788.0, 9757.0, 9727.0, 9699.0, 9698.0, 9697.0, 9703.0, 9731.0, 9718.0, 9721.0, 9751.0, 9775.0, 9724.0, 9752.0, 9777.0, 9727.0, 9721.0, 9726.0, 9750.0, 9725.0, 9742.0, 9757.0, 9747.0, 9764.0, 9806.0, 9745.0, 9760.0, 9731.0, 9748.0, 9782.0, 9775.0, 9735.0, 9805.0, 9788.0, 9774.0, 9789.0, 9756.0, 9727.0, 9715.0, 9714.0, 9704.0, 9726.0, 9768.0, 9728.0, 9744.0, 9770.0, 9745.0, 9764.0, 9789.0, 9756.0, 9737.0, 9724.0, 9728.0, 9765.0, 9777.0, 9765.0, 9803.0, 9776.0, 9776.0, 9786.0, 9752.0, 9722.0, 9733.0, 9698.0, 9767.0, 9709.0, 9697.0, 9710.0, 9704.0, 9729.0, 9714.0, 9703.0, 9717.0, 9703.0, 9731.0, 9701.0, 9719.0, 9768.0, 9752.0, 9701.0, 9725.0, 9702.0, 9726.0, 9700.0, 9717.0, 9714.0, 9721.0, 9734.0, 9724.0, 9724.0, 9750.0, 9743.0, 9744.0, 9767.0, 9745.0, 9718.0, 9784.0, 9742.0, 9767.0, 9730.0, 9703.0, 9705.0, 9722.0, 9729.0, 9703.0, 9721.0, 9777.0, 9756.0, 9720.0, 9760.0, 9753.0, 9716.0, 9741.0, 9727.0, 9702.0, 9713.0, 9716.0, 9722.0, 9718.0, 9721.0, 9766.0, 9720.0, 9720.0, 9771.0, 9717.0, 9731.0, 9769.0, 9738.0, 9752.0, 9725.0, 9713.0, 9765.0, 9762.0, 9736.0, 9760.0, 9710.0, 9693.0, 9692.0, 9704.0, 9681.0, 9710.0, 9739.0, 9746.0, 9706.0, 9749.0, 9747.0, 9692.0, 9732.0, 9702.0, 9690.0, 9718.0, 9680.0, 9696.0, 9682.0, 9700.0, 9711.0, 9699.0, 9717.0, 9739.0, 9701.0, 9715.0, 9695.0, 9686.0, 9711.0, 9747.0, 9721.0, 9733.0, 9681.0, 9697.0, 9729.0, 9720.0, 9721.0, 9722.0, 9724.0, 9752.0, 9725.0, 9743.0, 9766.0, 9742.0, 9728.0, 9768.0, 9731.0, 9743.0, 9778.0, 9751.0, 9739.0, 9710.0, 9730.0, 9756.0, 9743.0, 9742.0, 9740.0, 9731.0, 9760.0, 9733.0, 9748.0, 9787.0, 9744.0, 9758.0, 9791.0, 9776.0, 9751.0, 9790.0, 9771.0, 9743.0, 9714.0, 9719.0, 9728.0, 9717.0, 9717.0, 9755.0, 9702.0, 9708.0, 9722.0, 9719.0, 9721.0, 9739.0, 9763.0, 9740.0, 9704.0, 9770.0, 9741.0, 9719.0, 9783.0, 9738.0, 9711.0, 9747.0, 9707.0, 9724.0, 9749.0, 9713.0, 9765.0, 9699.0, 9715.0, 9740.0, 9710.0, 9721.0, 9700.0, 9699.0, 9700.0, 9706.0, 9740.0, 9700.0, 9698.0, 9770.0, 9747.0, 9703.0, 9735.0, 9736.0, 9694.0, 9693.0, 9686.0, 9699.0, 9689.0, 9710.0, 9720.0, 9728.0, 9741.0, 9731.0, 9751.0, 9762.0, 9776.0, 9747.0, 9759.0, 9715.0, 9729.0, 9784.0, 9776.0, 9748.0, 9777.0, 9710.0, 9727.0, 9753.0, 9732.0, 9755.0, 9726.0, 9747.0, 9751.0, 9741.0, 9732.0, 9729.0, 9729.0, 9737.0, 9779.0, 9735.0, 9766.0, 9854.0, 9821.0, 9797.0, 9784.0, 9801.0, 9776.0, 9743.0, 9685.0, 9698.0, 9695.0, 9701.0, 9760.0, 9719.0, 9744.0, 9720.0, 9706.0, 9738.0, 9698.0, 9751.0, 9745.0, 9689.0, 9761.0, 9743.0, 9706.0, 9703.0, 9678.0, 9718.0, 9694.0, 9691.0, 9679.0, 9698.0, 9734.0, 9710.0, 9684.0, 9698.0, 9699.0, 9696.0, 9688.0, 9731.0, 9781.0, 9738.0, 9708.0, 9687.0, 9705.0, 9707.0, 9725.0, 9735.0, 9718.0, 9745.0, 9755.0, 9766.0, 9754.0, 9770.0, 9828.0, 9790.0, 9793.0, 9770.0, 9727.0, 9729.0, 9696.0, 9701.0, 9774.0, 9754.0, 9714.0, 9785.0, 9764.0, 9711.0, 9735.0, 9681.0, 9693.0, 9694.0, 9696.0, 9716.0, 9717.0, 9720.0, 9709.0, 9726.0, 9751.0, 9727.0, 9740.0, 9725.0, 9727.0, 9768.0, 9726.0, 9760.0, 9780.0, 9739.0, 9790.0, 9729.0, 9705.0, 9770.0, 9741.0, 9713.0, 9714.0, 9705.0, 9746.0, 9720.0, 9723.0, 9716.0, 9731.0, 9750.0, 9742.0, 9758.0, 9731.0, 9750.0, 9743.0, 9751.0, 9765.0, 9803.0, 9776.0, 9738.0, 9790.0, 9761.0, 9721.0, 9771.0, 9726.0, 9728.0, 9762.0, 9723.0, 9736.0, 9715.0, 9733.0, 9784.0, 9741.0, 9748.0, 9758.0, 9727.0, 9744.0, 9801.0, 9795.0, 9775.0, 9789.0, 9775.0, 9745.0, 9756.0, 9708.0, 9733.0, 9757.0, 9721.0, 9776.0, 9723.0, 9721.0, 9731.0, 9724.0, 9747.0, 9721.0, 9721.0, 9710.0, 9723.0, 9789.0, 9747.0, 9732.0, 9751.0, 9700.0, 9769.0, 9750.0, 9724.0, 9693.0, 9687.0, 9721.0, 9700.0, 9702.0, 9714.0, 9707.0, 9715.0, 9700.0, 9710.0, 9685.0, 9703.0, 9702.0, 9707.0, 9720.0, 9722.0, 9729.0, 9767.0, 9728.0, 9746.0, 9769.0, 9741.0, 9737.0, 9709.0, 9724.0, 9763.0, 9720.0, 9725.0, 9763.0, 9725.0, 9754.0, 9753.0, 9730.0, 9754.0, 9727.0, 9741.0, 9751.0, 9721.0, 9791.0, 9784.0, 9770.0, 9771.0, 9717.0, 9753.0, 9705.0, 9713.0, 9741.0, 9699.0, 9770.0, 9767.0, 9732.0, 9784.0, 9728.0, 9702.0, 9777.0, 9737.0, 9711.0, 9710.0, 9702.0, 9713.0, 9702.0, 9717.0, 9730.0, 9707.0, 9726.0, 9707.0, 9721.0, 9760.0, 9744.0, 9728.0, 9782.0, 9753.0, 9724.0, 9753.0, 9741.0, 9713.0, 9705.0, 9722.0, 9741.0, 9700.0, 9699.0, 9701.0, 9701.0, 9705.0, 9709.0, 9753.0, 9728.0, 9741.0, 9779.0, 9724.0, 9729.0, 9779.0, 9762.0, 9721.0, 9795.0, 9738.0, 9715.0, 9765.0, 9740.0, 9716.0, 9686.0, 9705.0, 9729.0, 9702.0, 9705.0, 9743.0, 9702.0, 9719.0, 9787.0, 9715.0, 9702.0, 9779.0, 9746.0, 9711.0, 9726.0, 9700.0, 9701.0, 9707.0, 9685.0, 9712.0, 9701.0, 9703.0, 9698.0, 9704.0, 9718.0, 9690.0, 9707.0, 9734.0, 9708.0, 9723.0, 9737.0, 9726.0, 9739.0, 9747.0, 9720.0, 9772.0, 9747.0, 9719.0, 9723.0, 9720.0, 9729.0, 9719.0, 9736.0, 9778.0, 9739.0, 9754.0, 9780.0, 9725.0, 9775.0, 9721.0, 9721.0, 9787.0, 9749.0, 9805.0, 9802.0, 9764.0, 9724.0, 9707.0, 9722.0, 9739.0, 9763.0, 9749.0, 9786.0, 9752.0, 9745.0, 9715.0, 9704.0, 9803.0, 9740.0, 9730.0, 9729.0, 9688.0, 9711.0, 9709.0, 9683.0, 9779.0, 9746.0, 9719.0, 9758.0, 9710.0, 9681.0, 9706.0, 9652.0, 9705.0, 9652.0, 9650.0, 9652.0, 9652.0, 9638.0, 9638.0, 9661.0, 9659.0, 9679.0, 9678.0, 9679.0, 9695.0, 9748.0, 9698.0, 9709.0, 9699.0, 9659.0, 9660.0, 9674.0, 9676.0, 9685.0, 9703.0, 9720.0, 9723.0, 9714.0, 9729.0, 9716.0, 9737.0, 9731.0, 9747.0, 9761.0, 9733.0, 9763.0, 9750.0, 9765.0, 9806.0, 9762.0, 9764.0, 9788.0, 9773.0, 9779.0, 9767.0, 9750.0, 9708.0, 9737.0, 9767.0, 9731.0, 9785.0, 9730.0, 9786.0, 9744.0, 9766.0, 9729.0, 9731.0, 9716.0, 9744.0, 9785.0, 9732.0, 9774.0, 9728.0, 9729.0, 9795.0, 9769.0, 9796.0, 9778.0, 9719.0, 9694.0, 9713.0, 9751.0, 9728.0, 9739.0, 9713.0, 9736.0, 9754.0, 9738.0, 9743.0, 9729.0, 9732.0, 9730.0, 9732.0, 9758.0, 9730.0, 9745.0, 9803.0, 9755.0, 9728.0, 9782.0, 9730.0, 9755.0, 9743.0, 9732.0, 9731.0, 9751.0, 9777.0, 9739.0, 9776.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.0002613578826237054</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014743476478711163</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.945265123963146</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2120241907142864</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9898170767050682</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4958</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5196.9419</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07623567584441314</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6904487917146145</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3587863816180987</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2328972194908547</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5939804836092315</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2494814417542095</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115034</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01603412628173828</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035055629909038544</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7833890150870833</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>15.9611</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6198</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.6721</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296280.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>1070.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.5423</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.971</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>650.6731</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3579.646</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3753.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80264.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1232.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4818.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.9616</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.98374238284305</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> |