=== 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-0040 --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-0040",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0040_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0040_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0040/ses-04/func/sub-0040_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>05bddd9edfea18a5b44a0c4078240fa7</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:22:5.917500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998866, -0.0465056, 0.010178, 0.0458823, 0.997449, 0.0546888]</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0770923</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7743, -7264, 650, -57, -103, 62, 80]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>241.403</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e217366a-97ae-4d5f-9895-8bb0e81b5097||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679884910583496, 0.12309897691011429, 0.03427752107381821, 106.54242706298828], [0.1247711107134819, 2.676081895828247, 0.14623157680034637, -95.03337097167969], [0.027306852862238884, -0.14672616124153137, 2.695819139480591, -63.34056091308594], [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': ['092205.917500', '092206.377500', '092206.837500', '092207.297500', '092207.757500', '092208.217500', '092208.677500', '092209.137500', '092209.597500', '092210.057500', '092210.517500', '092210.977500', '092211.437500', '092211.897500', '092212.357500', '092212.817500', '092213.277500', '092213.737500', '092214.197500', '092214.657500', '092215.117500', '092215.577500', '092216.037500', '092216.497500', '092216.957500', '092217.417500', '092217.877500', '092218.337500', '092218.797500', '092219.257500', '092219.717500', '092220.177500', '092220.637500', '092221.097500', '092221.557500', '092222.017500', '092222.477500', '092222.937500', '092223.397500', '092223.857500', '092224.317500', '092224.777500', '092225.237500', '092225.697500', '092226.157500', '092226.617500', '092227.077500', '092227.537500', '092227.997500', '092228.457500', '092228.917500', '092229.377500', '092229.837500', '092230.297500', '092230.757500', '092231.217500', '092231.677500', '092232.137500', '092232.597500', '092233.057500', '092233.517500', '092233.977500', '092234.437500', '092234.897500', '092235.357500', '092235.817500', '092236.277500', '092236.737500', '092237.197500', '092237.657500', '092238.117500', '092238.577500', '092239.037500', '092239.497500', '092239.957500', '092240.417500', '092240.877500', '092241.337500', '092241.797500', '092242.257500', '092242.717500', '092243.177500', '092243.637500', '092244.097500', '092244.557500', '092245.017500', '092245.477500', '092245.937500', '092246.397500', '092246.857500', '092247.317500', '092247.777500', '092248.237500', '092248.697500', '092249.157500', '092249.617500', '092250.077500', '092250.537500', '092250.997500', '092251.457500', '092251.917500', '092252.377500', '092252.837500', '092253.297500', '092253.757500', '092254.217500', '092254.677500', '092255.137500', '092255.597500', '092256.057500', '092256.517500', '092256.977500', '092257.437500', '092257.897500', '092258.357500', '092258.817500', '092259.277500', '092259.737500', '092300.197500', '092300.657500', '092301.117500', '092301.577500', '092302.037500', '092302.497500', '092302.957500', '092303.417500', '092303.877500', '092304.337500', '092304.797500', '092305.257500', '092305.717500', '092306.177500', '092306.637500', '092307.097500', '092307.557500', '092308.017500', '092308.477500', '092308.937500', '092309.397500', '092309.857500', '092310.317500', '092310.777500', '092311.237500', '092311.697500', '092312.157500', '092312.617500', '092313.077500', '092313.537500', '092313.997500', '092314.457500', '092314.917500', '092315.377500', '092315.837500', '092316.297500', '092316.757500', '092317.217500', '092317.677500', '092318.137500', '092318.597500', '092319.057500', '092319.517500', '092319.977500', '092320.437500', '092320.897500', '092321.357500', '092321.817500', '092322.277500', '092322.737500', '092323.197500', '092323.657500', '092324.117500', '092324.577500', '092325.037500', '092325.497500', '092325.957500', '092326.417500', '092326.877500', '092327.337500', '092327.797500', '092328.257500', '092328.717500', '092329.177500', '092329.637500', '092330.097500', '092330.557500', '092331.017500', '092331.477500', '092331.937500', '092332.397500', '092332.857500', '092333.317500', '092333.777500', '092334.237500', '092334.697500', '092335.157500', '092335.617500', '092336.077500', '092336.537500', '092336.997500', '092337.457500', '092337.917500', '092338.377500', '092338.837500', '092339.297500', '092339.757500', '092340.217500', '092340.677500', '092341.137500', '092341.597500', '092342.057500', '092342.517500', '092342.977500', '092343.437500', '092343.897500', '092344.357500', '092344.817500', '092345.277500', '092345.737500', '092346.197500', '092346.657500', '092347.117500', '092347.577500', '092348.037500', '092348.497500', '092348.957500', '092349.417500', '092349.877500', '092350.337500', '092350.797500', '092351.257500', '092351.717500', '092352.177500', '092352.637500', '092353.097500', '092353.557500', '092354.017500', '092354.477500', '092354.937500', '092355.397500', '092355.857500', '092356.317500', '092356.777500', '092357.237500', '092357.697500', '092358.157500', '092358.617500', '092359.077500', '092359.537500', '092359.997500', '092400.457500', '092400.917500', '092401.377500', '092401.837500', '092402.297500', '092402.757500', '092403.217500', '092403.677500', '092404.137500', '092404.597500', '092405.057500', '092405.517500', '092405.977500', '092406.437500', '092406.897500', '092407.357500', '092407.817500', '092408.277500', '092408.737500', '092409.197500', '092409.657500', '092410.117500', '092410.577500', '092411.037500', '092411.497500', '092411.957500', '092412.417500', '092412.877500', '092413.337500', '092413.797500', '092414.257500', '092414.717500', '092415.177500', '092415.637500', '092416.097500', '092416.557500', '092417.017500', '092417.477500', '092417.937500', '092418.397500', '092418.857500', '092419.317500', '092419.777500', '092420.237500', '092420.697500', '092421.157500', '092421.617500', '092422.077500', '092422.537500', '092422.997500', '092423.457500', '092423.917500', '092424.377500', '092424.837500', '092425.297500', '092425.757500', '092426.217500', '092426.677500', '092427.137500', '092427.597500', '092428.057500', '092428.517500', '092428.977500', '092429.437500', '092429.897500', '092430.357500', '092430.817500', '092431.277500', '092431.737500', '092432.197500', '092432.657500', '092433.117500', '092433.577500', '092434.037500', '092434.497500', '092434.957500', '092435.417500', '092435.877500', '092436.337500', '092436.797500', '092437.257500', '092437.717500', '092438.177500', '092438.637500', '092439.097500', '092439.557500', '092440.017500', '092440.477500', '092440.937500', '092441.397500', '092441.857500', '092442.317500', '092442.777500', '092443.237500', '092443.697500', '092444.157500', '092444.617500', '092445.077500', '092445.537500', '092445.997500', '092446.457500', '092446.917500', '092447.377500', '092447.837500', '092448.297500', '092448.757500', '092449.217500', '092449.677500', '092450.137500', '092450.597500', '092451.057500', '092451.517500', '092451.977500', '092452.437500', '092452.897500', '092453.357500', '092453.817500', '092454.277500', '092454.737500', '092455.197500', '092455.657500', '092456.117500', '092456.577500', '092457.037500', '092457.497500', '092457.957500', '092458.417500', '092458.877500', '092459.337500', '092459.797500', '092500.257500', '092500.717500', '092501.177500', '092501.637500', '092502.097500', '092502.557500', '092503.017500', '092503.477500', '092503.937500', '092504.397500', '092504.857500', '092505.317500', '092505.777500', '092506.237500', '092506.697500', '092507.157500', '092507.617500', '092508.077500', '092508.537500', '092508.997500', '092509.457500', '092509.917500', '092510.377500', '092510.837500', '092511.297500', '092511.757500', '092512.217500', '092512.677500', '092513.137500', '092513.597500', '092514.057500', '092514.517500', '092514.977500', '092515.437500', '092515.897500', '092516.357500', '092516.817500', '092517.277500', '092517.737500', '092518.197500', '092518.657500', '092519.117500', '092519.577500', '092520.037500', '092520.497500', '092520.957500', '092521.417500', '092521.877500', '092522.337500', '092522.797500', '092523.257500', '092523.717500', '092524.177500', '092524.637500', '092525.097500', '092525.557500', '092526.017500', '092526.477500', '092526.937500', '092527.397500', '092527.857500', '092528.317500', '092528.777500', '092529.237500', '092529.697500', '092530.157500', '092530.617500', '092531.077500', '092531.537500', '092531.997500', '092532.457500', '092532.917500', '092533.377500', '092533.837500', '092534.297500', '092534.757500', '092535.217500', '092535.677500', '092536.137500', '092536.597500', '092537.057500', '092537.517500', '092537.977500', '092538.437500', '092538.897500', '092539.357500', '092539.817500', '092540.277500', '092540.737500', '092541.197500', '092541.657500', '092542.117500', '092542.577500', '092543.037500', '092543.497500', '092543.957500', '092544.417500', '092544.877500', '092545.337500', '092545.797500', '092546.257500', '092546.717500', '092547.177500', '092547.637500', '092548.097500', '092548.557500', '092549.017500', '092549.477500', '092549.937500', '092550.397500', '092550.857500', '092551.317500', '092551.777500', '092552.237500', '092552.697500', '092553.157500', '092553.617500', '092554.077500', '092554.537500', '092554.997500', '092555.457500', '092555.917500', '092556.377500', '092556.837500', '092557.297500', '092557.757500', '092558.217500', '092558.677500', '092559.137500', '092559.597500', '092600.057500', '092600.517500', '092600.977500', '092601.437500', '092601.897500', '092602.357500', '092602.817500', '092603.277500', '092603.737500', '092604.197500', '092604.657500', '092605.117500', '092605.577500', '092606.037500', '092606.497500', '092606.957500', '092607.417500', '092607.877500', '092608.337500', '092608.797500', '092609.257500', '092609.717500', '092610.177500', '092610.637500', '092611.097500', '092611.557500', '092612.017500', '092612.477500', '092612.937500', '092613.397500', '092613.857500', '092614.317500', '092614.777500', '092615.237500', '092615.697500', '092616.157500', '092616.617500', '092617.077500', '092617.537500', '092617.997500', '092618.457500', '092618.917500', '092619.377500', '092619.837500', '092620.297500', '092620.757500', '092621.217500', '092621.677500', '092622.137500', '092622.597500', '092623.057500', '092623.517500', '092623.977500', '092624.437500', '092624.897500', '092625.357500', '092625.817500', '092626.277500', '092626.737500', '092627.197500', '092627.657500', '092628.117500', '092628.577500', '092629.037500', '092629.497500', '092629.957500', '092630.417500', '092630.877500', '092631.337500', '092631.797500', '092632.257500', '092632.717500', '092633.177500', '092633.637500', '092634.097500', '092634.557500', '092635.017500', '092635.477500', '092635.937500', '092636.397500', '092636.857500', '092637.317500', '092637.777500', '092638.237500', '092638.697500', '092639.157500', '092639.617500', '092640.077500', '092640.537500', '092640.997500', '092641.457500', '092641.917500', '092642.377500', '092642.837500', '092643.297500', '092643.757500', '092644.217500', '092644.677500', '092645.137500', '092645.597500', '092646.057500', '092646.517500', '092646.977500', '092647.437500', '092647.897500', '092648.357500', '092648.817500', '092649.277500', '092649.737500', '092650.197500', '092650.657500', '092651.117500', '092651.577500', '092652.037500', '092652.497500', '092652.957500', '092653.417500', '092653.877500', '092654.337500', '092654.797500', '092655.257500', '092655.717500', '092656.177500', '092656.637500', '092657.097500', '092657.557500', '092658.017500', '092658.477500', '092658.937500', '092659.397500', '092659.857500', '092700.317500', '092700.777500', '092701.237500', '092701.697500', '092702.157500', '092702.617500', '092703.077500', '092703.537500', '092703.997500', '092704.457500', '092704.917500', '092705.377500', '092705.837500', '092706.297500', '092706.757500', '092707.217500', '092707.677500', '092708.137500', '092708.597500', '092709.057500', '092709.517500', '092709.977500', '092710.437500', '092710.897500', '092711.357500', '092711.817500', '092712.277500', '092712.737500', '092713.197500', '092713.657500', '092714.117500', '092714.577500', '092715.037500', '092715.497500', '092715.957500', '092716.417500', '092716.877500', '092717.337500', '092717.797500', '092718.257500', '092718.717500', '092719.177500', '092719.637500', '092720.097500', '092720.557500', '092721.017500', '092721.477500', '092721.937500', '092722.397500', '092722.857500', '092723.317500', '092723.777500', '092724.237500', '092724.697500', '092725.157500', '092725.617500', '092726.077500', '092726.537500', '092726.997500', '092727.457500', '092727.917500', '092728.377500', '092728.837500', '092729.297500', '092729.757500', '092730.217500', '092730.677500', '092731.137500', '092731.597500', '092732.057500', '092732.517500', '092732.977500', '092733.437500', '092733.897500', '092734.357500', '092734.817500', '092735.277500', '092735.737500', '092736.197500', '092736.657500', '092737.117500', '092737.577500', '092738.037500', '092738.497500', '092738.957500', '092739.417500', '092739.877500', '092740.337500', '092740.797500', '092741.257500', '092741.717500', '092742.177500', '092742.637500', '092743.097500', '092743.557500', '092744.017500', '092744.477500', '092744.937500', '092745.397500', '092745.857500', '092746.317500', '092746.777500', '092747.237500', '092747.697500', '092748.157500', '092748.617500', '092749.077500', '092749.537500', '092749.997500', '092750.457500', '092750.917500', '092751.377500', '092751.837500', '092752.297500', '092752.757500', '092753.217500', '092753.677500', '092754.137500', '092754.597500', '092755.057500', '092755.517500', '092755.977500', '092756.437500', '092756.897500', '092757.357500', '092757.817500', '092758.277500', '092758.737500', '092759.197500', '092759.657500', '092800.117500', '092800.577500', '092801.037500', '092801.497500', '092801.957500', '092802.417500', '092802.877500', '092803.337500', '092803.797500', '092804.257500', '092804.717500', '092805.177500', '092805.637500', '092806.097500', '092806.557500', '092807.017500', '092807.477500', '092807.937500', '092808.397500', '092808.857500', '092809.317500', '092809.777500', '092810.237500', '092810.697500', '092811.157500', '092811.617500', '092812.077500', '092812.537500', '092812.997500', '092813.457500', '092813.917500', '092814.377500', '092814.837500', '092815.297500', '092815.757500', '092816.217500', '092816.677500', '092817.137500', '092817.597500', '092818.057500', '092818.517500', '092818.977500', '092819.437500', '092819.897500', '092820.357500', '092820.817500', '092821.277500', '092821.737500', '092822.197500', '092822.657500', '092823.117500', '092823.577500', '092824.037500', '092824.497500', '092824.957500', '092825.417500', '092825.877500', '092826.337500', '092826.797500', '092827.257500', '092827.717500', '092828.177500', '092828.637500', '092829.097500', '092829.557500', '092830.017500', '092830.477500', '092830.937500', '092831.397500', '092831.857500', '092832.317500', '092832.777500', '092833.237500', '092833.697500', '092834.157500', '092834.617500', '092835.077500', '092835.537500', '092835.997500', '092836.457500', '092836.917500', '092837.377500', '092837.837500', '092838.297500', '092838.757500', '092839.217500', '092839.677500', '092840.137500', '092840.597500', '092841.057500', '092841.517500', '092841.977500', '092842.437500', '092842.897500', '092843.357500', '092843.817500', '092844.277500', '092844.737500', '092845.197500', '092845.657500', '092846.117500', '092846.577500'], 'ContentTime': ['092218.970000', '092219.002000', '092219.005000', '092219.008000', '092219.010000', '092219.013000', '092219.016000', '092219.018000', '092219.021000', '092219.030000', '092219.033000', '092219.036000', '092219.038000', '092219.041000', '092219.044000', '092219.046000', '092219.049000', '092219.052000', '092219.054000', '092219.057000', '092219.059000', '092219.062000', '092219.064000', '092219.067000', '092219.070000', '092238.939000', '092238.941000', '092238.944000', '092238.946000', '092238.949000', '092238.952000', '092238.954000', '092238.960000', '092238.963000', '092238.965000', '092238.968000', '092238.970000', '092238.973000', '092238.976000', '092238.978000', '092238.981000', '092238.983000', '092238.986000', '092238.988000', '092238.991000', '092238.993000', '092238.996000', '092239.000000', '092239.002000', '092239.005000', '092239.007000', '092239.010000', '092239.012000', '092239.015000', '092239.017000', '092239.020000', '092239.022000', '092239.025000', '092239.028000', '092239.030000', '092239.037000', '092239.040000', '092239.042000', '092239.045000', '092239.047000', '092239.050000', '092239.052000', '092239.055000', '092239.058000', '092258.938000', '092258.941000', '092258.944000', '092258.947000', '092258.950000', '092258.952000', '092258.955000', '092258.958000', '092258.960000', '092258.963000', '092258.965000', '092258.968000', '092258.970000', '092258.973000', '092258.975000', '092258.978000', '092258.981000', '092258.983000', '092258.986000', '092258.988000', '092258.991000', '092258.993000', '092258.996000', '092258.998000', '092259.002000', '092259.004000', '092259.007000', '092259.010000', '092259.012000', '092259.025000', '092259.034000', '092259.036000', '092259.039000', '092259.041000', '092259.044000', '092259.046000', '092259.049000', '092259.052000', '092259.054000', '092259.057000', '092259.059000', '092259.062000', '092259.064000', '092318.938000', '092318.940000', '092318.943000', '092318.946000', '092318.948000', '092318.951000', '092318.953000', '092318.956000', '092318.958000', '092318.961000', '092318.964000', '092318.966000', '092318.969000', '092318.971000', '092318.974000', '092318.976000', '092318.979000', '092318.981000', '092318.984000', '092318.987000', '092318.989000', '092318.992000', '092318.994000', '092318.997000', '092319.000000', '092319.003000', '092319.005000', '092319.008000', '092319.011000', '092319.013000', '092319.016000', '092319.018000', '092319.021000', '092319.023000', '092319.026000', '092319.029000', '092319.031000', '092319.034000', '092319.036000', '092319.039000', '092319.041000', '092319.044000', '092319.046000', '092319.049000', '092338.937000', '092338.940000', '092338.943000', '092338.945000', '092338.948000', '092338.951000', '092338.953000', '092338.956000', '092338.958000', '092338.961000', '092338.964000', '092338.966000', '092338.969000', '092338.971000', '092338.974000', '092338.976000', '092338.979000', '092338.982000', '092338.984000', '092338.987000', '092338.989000', '092338.992000', '092338.994000', '092338.997000', '092339.001000', '092339.003000', '092339.006000', '092339.009000', '092339.011000', '092339.014000', '092339.017000', '092339.019000', '092339.022000', '092339.024000', '092339.027000', '092339.030000', '092339.032000', '092339.035000', '092339.037000', '092339.040000', '092339.042000', '092339.045000', '092339.048000', '092339.050000', '092358.938000', '092358.940000', '092358.943000', '092358.946000', '092358.948000', '092358.951000', '092358.953000', '092358.956000', '092358.959000', '092358.961000', '092358.964000', '092358.966000', '092358.969000', '092358.972000', '092358.974000', '092358.977000', '092358.979000', '092358.982000', '092358.984000', '092358.987000', '092358.990000', '092358.992000', '092358.995000', '092358.997000', '092359.001000', '092359.004000', '092359.006000', '092359.009000', '092359.011000', '092359.014000', '092359.017000', '092359.019000', '092359.022000', '092359.024000', '092359.027000', '092359.029000', '092359.032000', '092359.034000', '092359.037000', '092359.040000', '092359.042000', '092359.045000', '092359.047000', '092418.939000', '092418.942000', '092418.944000', '092418.947000', '092418.949000', '092418.952000', '092418.955000', '092418.957000', '092418.960000', '092418.962000', '092418.965000', '092418.967000', '092418.970000', '092418.973000', '092418.975000', '092418.978000', '092418.980000', '092418.983000', '092418.985000', '092418.988000', '092418.990000', '092418.993000', '092418.996000', '092418.998000', '092419.002000', '092419.004000', '092419.007000', '092419.009000', '092419.012000', '092419.014000', '092419.017000', '092419.020000', '092419.022000', '092419.025000', '092419.027000', '092419.030000', '092419.032000', '092419.035000', '092419.038000', '092419.040000', '092419.043000', '092419.045000', '092419.048000', '092438.939000', '092438.942000', '092438.944000', '092438.947000', '092438.949000', '092438.952000', '092438.954000', '092438.957000', '092438.960000', '092438.962000', '092438.965000', '092438.967000', '092438.970000', '092438.973000', '092438.975000', '092438.978000', '092438.980000', '092438.983000', '092438.985000', '092438.988000', '092438.991000', '092438.993000', '092438.996000', '092438.998000', '092439.002000', '092439.017000', '092439.019000', '092439.022000', '092439.025000', '092439.027000', '092439.030000', '092439.032000', '092439.035000', '092439.037000', '092439.040000', '092439.043000', '092439.045000', '092439.048000', '092439.050000', '092439.053000', '092439.056000', '092439.058000', '092439.061000', '092439.063000', '092458.938000', '092458.941000', '092458.944000', '092458.946000', '092458.949000', '092458.952000', '092458.955000', '092458.958000', '092458.961000', '092458.963000', '092458.966000', '092458.968000', '092458.971000', '092458.974000', '092458.977000', '092458.980000', '092458.983000', '092458.985000', '092458.988000', '092458.991000', '092458.993000', '092458.996000', '092458.998000', '092459.002000', '092459.005000', '092459.007000', '092459.010000', '092459.012000', '092459.015000', '092459.018000', '092459.020000', '092459.023000', '092459.025000', '092459.028000', '092459.030000', '092459.033000', '092459.036000', '092459.038000', '092459.041000', '092459.043000', '092459.046000', '092459.049000', '092459.051000', '092518.939000', '092518.942000', '092518.944000', '092518.947000', '092518.949000', '092518.952000', '092518.955000', '092518.957000', '092518.960000', '092518.962000', '092518.965000', '092518.968000', '092518.970000', '092518.973000', '092518.975000', '092518.978000', '092518.980000', '092518.983000', '092518.986000', '092518.988000', '092518.991000', '092518.993000', '092518.996000', '092518.998000', '092519.002000', '092519.005000', '092519.007000', '092519.010000', '092519.012000', '092519.015000', '092519.018000', '092519.020000', '092519.023000', '092519.025000', '092519.028000', '092519.031000', '092519.033000', '092519.036000', '092519.038000', '092519.041000', '092519.043000', '092519.046000', '092519.049000', '092519.051000', '092538.938000', '092538.940000', '092538.943000', '092538.945000', '092538.948000', '092538.951000', '092538.953000', '092538.956000', '092538.958000', '092538.961000', '092538.964000', '092538.966000', '092538.969000', '092538.971000', '092538.974000', '092538.976000', '092538.979000', '092538.982000', '092538.984000', '092538.987000', '092538.989000', '092538.992000', '092538.995000', '092538.997000', '092539.001000', '092539.003000', '092539.006000', '092539.008000', '092539.011000', '092539.014000', '092539.016000', '092539.019000', '092539.022000', '092539.024000', '092539.027000', '092539.029000', '092539.032000', '092539.035000', '092539.037000', '092539.040000', '092539.042000', '092539.045000', '092539.048000', '092539.050000', '092558.938000', '092558.940000', '092558.943000', '092558.946000', '092558.948000', '092558.951000', '092558.953000', '092558.956000', '092558.959000', '092558.961000', '092558.964000', '092558.966000', '092558.969000', '092558.972000', '092558.974000', '092558.977000', '092558.979000', '092558.982000', '092558.984000', '092558.987000', '092558.990000', '092558.992000', '092558.995000', '092558.997000', '092559.001000', '092559.003000', '092559.006000', '092559.009000', '092559.011000', '092559.014000', '092559.017000', '092559.019000', '092559.022000', '092559.024000', '092559.027000', '092559.030000', '092559.032000', '092559.035000', '092559.037000', '092559.040000', '092559.042000', '092559.045000', '092559.048000', '092618.938000', '092618.940000', '092618.943000', '092618.946000', '092618.948000', '092618.951000', '092618.968000', '092618.971000', '092618.973000', '092618.976000', '092618.978000', '092618.981000', '092618.983000', '092618.986000', '092618.989000', '092618.991000', '092618.994000', '092618.996000', '092619.000000', '092619.003000', '092619.005000', '092619.008000', '092619.012000', '092619.015000', '092619.018000', '092619.021000', '092619.024000', '092619.026000', '092619.029000', '092619.031000', '092619.034000', '092619.037000', '092619.039000', '092619.042000', '092619.044000', '092619.047000', '092619.050000', '092619.052000', '092619.055000', '092619.057000', '092619.060000', '092619.062000', '092619.065000', '092638.939000', '092638.942000', '092638.944000', '092638.947000', '092638.949000', '092638.952000', '092638.954000', '092638.957000', '092638.960000', '092638.962000', '092638.965000', '092638.967000', '092638.970000', '092638.972000', '092638.975000', '092638.978000', '092638.980000', '092638.983000', '092638.985000', '092638.988000', '092638.991000', '092638.993000', '092638.996000', '092638.998000', '092639.002000', '092639.004000', '092639.007000', '092639.010000', '092639.012000', '092639.015000', '092639.018000', '092639.020000', '092639.023000', '092639.025000', '092639.028000', '092639.031000', '092639.033000', '092639.036000', '092639.038000', '092639.041000', '092639.043000', '092639.046000', '092639.049000', '092639.051000', '092658.938000', '092658.941000', '092658.944000', '092658.946000', '092658.949000', '092658.952000', '092658.954000', '092658.957000', '092658.959000', '092658.962000', '092658.965000', '092658.967000', '092658.970000', '092658.972000', '092658.975000', '092658.978000', '092658.980000', '092658.983000', '092658.985000', '092658.988000', '092658.991000', '092658.993000', '092658.996000', '092658.998000', '092659.003000', '092659.006000', '092659.009000', '092659.011000', '092659.014000', '092659.017000', '092659.019000', '092659.022000', '092659.025000', '092659.027000', '092659.030000', '092659.032000', '092659.035000', '092659.037000', '092659.040000', '092659.043000', '092659.045000', '092659.048000', '092659.050000', '092718.939000', '092718.942000', '092718.944000', '092718.947000', '092718.949000', '092718.952000', '092718.954000', '092718.957000', '092718.960000', '092718.962000', '092718.965000', '092718.967000', '092718.970000', '092718.972000', '092718.975000', '092718.978000', '092718.980000', '092718.983000', '092718.985000', '092718.988000', '092718.991000', '092718.993000', '092718.996000', '092718.998000', '092719.002000', '092719.004000', '092719.007000', '092719.010000', '092719.012000', '092719.015000', '092719.017000', '092719.020000', '092719.023000', '092719.025000', '092719.028000', '092719.030000', '092719.033000', '092719.035000', '092719.038000', '092719.041000', '092719.043000', '092719.046000', '092719.048000', '092719.051000', '092738.939000', '092738.941000', '092738.944000', '092738.947000', '092738.949000', '092738.952000', '092738.954000', '092738.957000', '092738.960000', '092738.962000', '092738.965000', '092738.967000', '092738.970000', '092738.972000', '092738.975000', '092738.978000', '092738.980000', '092738.983000', '092738.986000', '092738.988000', '092738.991000', '092738.993000', '092738.996000', '092738.998000', '092739.002000', '092739.005000', '092739.007000', '092739.010000', '092739.013000', '092739.015000', '092739.018000', '092739.036000', '092739.038000', '092739.041000', '092739.044000', '092739.046000', '092739.049000', '092739.055000', '092739.057000', '092739.060000', '092739.063000', '092739.065000', '092739.068000', '092758.938000', '092758.940000', '092758.943000', '092758.946000', '092758.948000', '092758.951000', '092758.954000', '092758.956000', '092758.959000', '092758.961000', '092758.964000', '092758.966000', '092758.969000', '092758.972000', '092758.974000', '092758.977000', '092758.979000', '092758.982000', '092758.985000', '092758.987000', '092758.990000', '092758.992000', '092758.995000', '092758.997000', '092759.001000', '092759.004000', '092759.006000', '092759.009000', '092759.011000', '092759.014000', '092759.017000', '092759.019000', '092759.022000', '092759.025000', '092759.027000', '092759.030000', '092759.033000', '092759.035000', '092759.038000', '092759.040000', '092759.043000', '092759.046000', '092759.048000', '092759.051000', '092818.938000', '092818.940000', '092818.943000', '092818.945000', '092818.948000', '092818.951000', '092818.953000', '092818.956000', '092818.958000', '092818.961000', '092818.964000', '092818.966000', '092818.969000', '092818.971000', '092818.974000', '092818.977000', '092818.979000', '092818.982000', '092818.984000', '092818.987000', '092818.989000', '092818.992000', '092818.995000', '092818.997000', '092819.001000', '092819.003000', '092819.006000', '092819.009000', '092819.011000', '092819.014000', '092819.017000', '092819.019000', '092819.022000', '092819.024000', '092819.027000', '092819.030000', '092819.033000', '092819.036000', '092819.039000', '092819.041000', '092819.044000', '092819.046000', '092819.049000', '092838.938000', '092838.941000', '092838.943000', '092838.946000', '092838.949000', '092838.951000', '092838.954000', '092838.956000', '092838.959000', '092838.961000', '092838.964000', '092838.967000', '092838.969000', '092838.972000', '092838.975000', '092838.977000', '092838.980000', '092838.982000', '092838.985000', '092838.988000', '092838.990000', '092838.993000', '092838.995000', '092838.998000', '092839.002000', '092839.004000', '092839.007000', '092839.009000', '092839.012000', '092839.015000', '092839.018000', '092839.020000', '092839.023000', '092839.025000', '092839.028000', '092839.030000', '092839.033000', '092839.036000', '092839.038000', '092839.041000', '092839.043000', '092839.046000', '092839.048000', '092839.051000', '092848.003000', '092848.005000', '092848.008000', '092848.011000', '092848.013000', '092848.016000', '092848.019000', '092848.021000', '092848.024000', '092848.026000', '092848.029000', '092848.032000', '092848.034000', '092848.037000', '092848.040000', '092848.042000', '092848.045000', '092848.048000', '092848.050000', '092848.053000'], 'InstanceCreationTime': ['092218.970000', '092219.002000', '092219.005000', '092219.008000', '092219.010000', '092219.013000', '092219.016000', '092219.018000', '092219.021000', '092219.030000', '092219.033000', '092219.036000', '092219.038000', '092219.041000', '092219.044000', '092219.046000', '092219.049000', '092219.052000', '092219.054000', '092219.057000', '092219.059000', '092219.062000', '092219.064000', '092219.067000', '092219.070000', '092238.939000', '092238.941000', '092238.944000', '092238.946000', '092238.949000', '092238.952000', '092238.954000', '092238.960000', '092238.963000', '092238.965000', '092238.968000', '092238.970000', '092238.973000', '092238.976000', '092238.978000', '092238.981000', '092238.983000', '092238.986000', '092238.988000', '092238.991000', '092238.993000', '092238.996000', '092239.000000', '092239.002000', '092239.005000', '092239.007000', '092239.010000', '092239.012000', '092239.015000', '092239.017000', '092239.020000', '092239.022000', '092239.025000', '092239.028000', '092239.030000', '092239.037000', '092239.040000', '092239.042000', '092239.045000', '092239.047000', '092239.050000', '092239.052000', '092239.055000', '092239.058000', '092258.938000', '092258.941000', '092258.944000', '092258.947000', '092258.950000', '092258.952000', '092258.955000', '092258.958000', '092258.960000', '092258.963000', '092258.965000', '092258.968000', '092258.970000', '092258.973000', '092258.975000', '092258.978000', '092258.981000', '092258.983000', '092258.986000', '092258.988000', '092258.991000', '092258.993000', '092258.996000', '092258.998000', '092259.002000', '092259.004000', '092259.007000', '092259.010000', '092259.012000', '092259.025000', '092259.034000', '092259.036000', '092259.039000', '092259.041000', '092259.044000', '092259.046000', '092259.049000', '092259.052000', '092259.054000', '092259.057000', '092259.059000', '092259.062000', '092259.064000', '092318.938000', '092318.940000', '092318.943000', '092318.946000', '092318.948000', '092318.951000', '092318.953000', '092318.956000', '092318.958000', '092318.961000', '092318.964000', '092318.966000', '092318.969000', '092318.971000', '092318.974000', '092318.976000', '092318.979000', '092318.981000', '092318.984000', '092318.987000', '092318.989000', '092318.992000', '092318.994000', '092318.997000', '092319.000000', '092319.003000', '092319.005000', '092319.008000', '092319.011000', '092319.013000', '092319.016000', '092319.018000', '092319.021000', '092319.023000', '092319.026000', '092319.029000', '092319.031000', '092319.034000', '092319.036000', '092319.039000', '092319.041000', '092319.044000', '092319.046000', '092319.049000', '092338.937000', '092338.940000', '092338.943000', '092338.945000', '092338.948000', '092338.951000', '092338.953000', '092338.956000', '092338.958000', '092338.961000', '092338.964000', '092338.966000', '092338.969000', '092338.971000', '092338.974000', '092338.976000', '092338.979000', '092338.982000', '092338.984000', '092338.987000', '092338.989000', '092338.992000', '092338.994000', '092338.997000', '092339.001000', '092339.003000', '092339.006000', '092339.009000', '092339.011000', '092339.014000', '092339.017000', '092339.019000', '092339.022000', '092339.024000', '092339.027000', '092339.030000', '092339.032000', '092339.035000', '092339.037000', '092339.040000', '092339.042000', '092339.045000', '092339.048000', '092339.050000', '092358.938000', '092358.940000', '092358.943000', '092358.946000', '092358.948000', '092358.951000', '092358.953000', '092358.956000', '092358.959000', '092358.961000', '092358.964000', '092358.966000', '092358.969000', '092358.972000', '092358.974000', '092358.977000', '092358.979000', '092358.982000', '092358.984000', '092358.987000', '092358.990000', '092358.992000', '092358.995000', '092358.997000', '092359.001000', '092359.004000', '092359.006000', '092359.009000', '092359.011000', '092359.014000', '092359.017000', '092359.019000', '092359.022000', '092359.024000', '092359.027000', '092359.029000', '092359.032000', '092359.034000', '092359.037000', '092359.040000', '092359.042000', '092359.045000', '092359.047000', '092418.939000', '092418.942000', '092418.944000', '092418.947000', '092418.949000', '092418.952000', '092418.955000', '092418.957000', '092418.960000', '092418.962000', '092418.965000', '092418.967000', '092418.970000', '092418.973000', '092418.975000', '092418.978000', '092418.980000', '092418.983000', '092418.985000', '092418.988000', '092418.990000', '092418.993000', '092418.996000', '092418.998000', '092419.002000', '092419.004000', '092419.007000', '092419.009000', '092419.012000', '092419.014000', '092419.017000', '092419.020000', '092419.022000', '092419.025000', '092419.027000', '092419.030000', '092419.032000', '092419.035000', '092419.038000', '092419.040000', '092419.043000', '092419.045000', '092419.048000', '092438.939000', '092438.942000', '092438.944000', '092438.947000', '092438.949000', '092438.952000', '092438.954000', '092438.957000', '092438.960000', '092438.962000', '092438.965000', '092438.967000', '092438.970000', '092438.973000', '092438.975000', '092438.978000', '092438.980000', '092438.983000', '092438.985000', '092438.988000', '092438.991000', '092438.993000', '092438.996000', '092438.998000', '092439.002000', '092439.017000', '092439.019000', '092439.022000', '092439.025000', '092439.027000', '092439.030000', '092439.032000', '092439.035000', '092439.037000', '092439.040000', '092439.043000', '092439.045000', '092439.048000', '092439.050000', '092439.053000', '092439.056000', '092439.058000', '092439.061000', '092439.063000', '092458.938000', '092458.941000', '092458.944000', '092458.946000', '092458.949000', '092458.952000', '092458.955000', '092458.958000', '092458.961000', '092458.963000', '092458.966000', '092458.968000', '092458.971000', '092458.974000', '092458.977000', '092458.980000', '092458.983000', '092458.985000', '092458.988000', '092458.991000', '092458.993000', '092458.996000', '092458.998000', '092459.002000', '092459.005000', '092459.007000', '092459.010000', '092459.012000', '092459.015000', '092459.018000', '092459.020000', '092459.023000', '092459.025000', '092459.028000', '092459.030000', '092459.033000', '092459.036000', '092459.038000', '092459.041000', '092459.043000', '092459.046000', '092459.049000', '092459.051000', '092518.939000', '092518.942000', '092518.944000', '092518.947000', '092518.949000', '092518.952000', '092518.955000', '092518.957000', '092518.960000', '092518.962000', '092518.965000', '092518.968000', '092518.970000', '092518.973000', '092518.975000', '092518.978000', '092518.980000', '092518.983000', '092518.986000', '092518.988000', '092518.991000', '092518.993000', '092518.996000', '092518.998000', '092519.002000', '092519.005000', '092519.007000', '092519.010000', '092519.012000', '092519.015000', '092519.018000', '092519.020000', '092519.023000', '092519.025000', '092519.028000', '092519.031000', '092519.033000', '092519.036000', '092519.038000', '092519.041000', '092519.043000', '092519.046000', '092519.049000', '092519.051000', '092538.938000', '092538.940000', '092538.943000', '092538.945000', '092538.948000', '092538.951000', '092538.953000', '092538.956000', '092538.958000', '092538.961000', '092538.964000', '092538.966000', '092538.969000', '092538.971000', '092538.974000', '092538.976000', '092538.979000', '092538.982000', '092538.984000', '092538.987000', '092538.989000', '092538.992000', '092538.995000', '092538.997000', '092539.001000', '092539.003000', '092539.006000', '092539.008000', '092539.011000', '092539.014000', '092539.016000', '092539.019000', '092539.022000', '092539.024000', '092539.027000', '092539.029000', '092539.032000', '092539.035000', '092539.037000', '092539.040000', '092539.042000', '092539.045000', '092539.048000', '092539.050000', '092558.938000', '092558.940000', '092558.943000', '092558.946000', '092558.948000', '092558.951000', '092558.953000', '092558.956000', '092558.959000', '092558.961000', '092558.964000', '092558.966000', '092558.969000', '092558.972000', '092558.974000', '092558.977000', '092558.979000', '092558.982000', '092558.984000', '092558.987000', '092558.990000', '092558.992000', '092558.995000', '092558.997000', '092559.001000', '092559.003000', '092559.006000', '092559.009000', '092559.011000', '092559.014000', '092559.017000', '092559.019000', '092559.022000', '092559.024000', '092559.027000', '092559.030000', '092559.032000', '092559.035000', '092559.037000', '092559.040000', '092559.042000', '092559.045000', '092559.048000', '092618.938000', '092618.940000', '092618.943000', '092618.946000', '092618.948000', '092618.951000', '092618.968000', '092618.971000', '092618.973000', '092618.976000', '092618.978000', '092618.981000', '092618.983000', '092618.986000', '092618.989000', '092618.991000', '092618.994000', '092618.996000', '092619.000000', '092619.003000', '092619.005000', '092619.008000', '092619.012000', '092619.015000', '092619.018000', '092619.021000', '092619.024000', '092619.026000', '092619.029000', '092619.031000', '092619.034000', '092619.037000', '092619.039000', '092619.042000', '092619.044000', '092619.047000', '092619.050000', '092619.052000', '092619.055000', '092619.057000', '092619.060000', '092619.062000', '092619.065000', '092638.939000', '092638.942000', '092638.944000', '092638.947000', '092638.949000', '092638.952000', '092638.954000', '092638.957000', '092638.960000', '092638.962000', '092638.965000', '092638.967000', '092638.970000', '092638.972000', '092638.975000', '092638.978000', '092638.980000', '092638.983000', '092638.985000', '092638.988000', '092638.991000', '092638.993000', '092638.996000', '092638.998000', '092639.002000', '092639.004000', '092639.007000', '092639.010000', '092639.012000', '092639.015000', '092639.018000', '092639.020000', '092639.023000', '092639.025000', '092639.028000', '092639.031000', '092639.033000', '092639.036000', '092639.038000', '092639.041000', '092639.043000', '092639.046000', '092639.049000', '092639.051000', '092658.938000', '092658.941000', '092658.944000', '092658.946000', '092658.949000', '092658.952000', '092658.954000', '092658.957000', '092658.959000', '092658.962000', '092658.965000', '092658.967000', '092658.970000', '092658.972000', '092658.975000', '092658.978000', '092658.980000', '092658.983000', '092658.985000', '092658.988000', '092658.991000', '092658.993000', '092658.996000', '092658.998000', '092659.003000', '092659.006000', '092659.009000', '092659.011000', '092659.014000', '092659.017000', '092659.019000', '092659.022000', '092659.025000', '092659.027000', '092659.030000', '092659.032000', '092659.035000', '092659.037000', '092659.040000', '092659.043000', '092659.045000', '092659.048000', '092659.050000', '092718.939000', '092718.942000', '092718.944000', '092718.947000', '092718.949000', '092718.952000', '092718.954000', '092718.957000', '092718.960000', '092718.962000', '092718.965000', '092718.967000', '092718.970000', '092718.972000', '092718.975000', '092718.978000', '092718.980000', '092718.983000', '092718.985000', '092718.988000', '092718.991000', '092718.993000', '092718.996000', '092718.998000', '092719.002000', '092719.004000', '092719.007000', '092719.010000', '092719.012000', '092719.015000', '092719.017000', '092719.020000', '092719.023000', '092719.025000', '092719.028000', '092719.030000', '092719.033000', '092719.035000', '092719.038000', '092719.041000', '092719.043000', '092719.046000', '092719.048000', '092719.051000', '092738.939000', '092738.941000', '092738.944000', '092738.947000', '092738.949000', '092738.952000', '092738.954000', '092738.957000', '092738.960000', '092738.962000', '092738.965000', '092738.967000', '092738.970000', '092738.972000', '092738.975000', '092738.978000', '092738.980000', '092738.983000', '092738.986000', '092738.988000', '092738.991000', '092738.993000', '092738.996000', '092738.998000', '092739.002000', '092739.005000', '092739.007000', '092739.010000', '092739.013000', '092739.015000', '092739.018000', '092739.036000', '092739.038000', '092739.041000', '092739.044000', '092739.046000', '092739.049000', '092739.055000', '092739.057000', '092739.060000', '092739.063000', '092739.065000', '092739.068000', '092758.938000', '092758.940000', '092758.943000', '092758.946000', '092758.948000', '092758.951000', '092758.954000', '092758.956000', '092758.959000', '092758.961000', '092758.964000', '092758.966000', '092758.969000', '092758.972000', '092758.974000', '092758.977000', '092758.979000', '092758.982000', '092758.985000', '092758.987000', '092758.990000', '092758.992000', '092758.995000', '092758.997000', '092759.001000', '092759.004000', '092759.006000', '092759.009000', '092759.011000', '092759.014000', '092759.017000', '092759.019000', '092759.022000', '092759.025000', '092759.027000', '092759.030000', '092759.033000', '092759.035000', '092759.038000', '092759.040000', '092759.043000', '092759.046000', '092759.048000', '092759.051000', '092818.938000', '092818.940000', '092818.943000', '092818.945000', '092818.948000', '092818.951000', '092818.953000', '092818.956000', '092818.958000', '092818.961000', '092818.964000', '092818.966000', '092818.969000', '092818.971000', '092818.974000', '092818.977000', '092818.979000', '092818.982000', '092818.984000', '092818.987000', '092818.989000', '092818.992000', '092818.995000', '092818.997000', '092819.001000', '092819.003000', '092819.006000', '092819.009000', '092819.011000', '092819.014000', '092819.017000', '092819.019000', '092819.022000', '092819.024000', '092819.027000', '092819.030000', '092819.033000', '092819.036000', '092819.039000', '092819.041000', '092819.044000', '092819.046000', '092819.049000', '092838.938000', '092838.941000', '092838.943000', '092838.946000', '092838.949000', '092838.951000', '092838.954000', '092838.956000', '092838.959000', '092838.961000', '092838.964000', '092838.967000', '092838.969000', '092838.972000', '092838.975000', '092838.977000', '092838.980000', '092838.982000', '092838.985000', '092838.988000', '092838.990000', '092838.993000', '092838.995000', '092838.998000', '092839.002000', '092839.004000', '092839.007000', '092839.009000', '092839.012000', '092839.015000', '092839.018000', '092839.020000', '092839.023000', '092839.025000', '092839.028000', '092839.030000', '092839.033000', '092839.036000', '092839.038000', '092839.041000', '092839.043000', '092839.046000', '092839.048000', '092839.051000', '092848.003000', '092848.005000', '092848.008000', '092848.011000', '092848.013000', '092848.016000', '092848.019000', '092848.021000', '092848.024000', '092848.026000', '092848.029000', '092848.032000', '092848.034000', '092848.037000', '092848.040000', '092848.042000', '092848.045000', '092848.048000', '092848.050000', '092848.053000'], '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': [7367, 12625, 8264, 7165, 10373, 7387, 9175, 10126, 7220, 10823, 9338, 7926, 10561, 7126, 10724, 7351, 11520, 7839, 10704, 8387, 7796, 9908, 6998, 10838, 6958, 10634, 7801, 9591, 7088, 11995, 9306, 7561, 10701, 7001, 11994, 7579, 11753, 7453, 11311, 8520, 12706, 9642, 12162, 9714, 15219, 9449, 15048, 10558, 14131, 9372, 13269, 9722, 9756, 10197, 7790, 11453, 7708, 12371, 7488, 12736, 7904, 12603, 9318, 13551, 9124, 11226, 9881, 9787, 10458, 7420, 12167, 7504, 13262, 9259, 13489, 9956, 14131, 9701, 14726, 9840, 11552, 9382, 8313, 10439, 7674, 11919, 8063, 12526, 7475, 12708, 8524, 12762, 9531, 12848, 9719, 10821, 10216, 9121, 10841, 7246, 12474, 7450, 13007, 8742, 13159, 9721, 13365, 10499, 12831, 10098, 9371, 10873, 7289, 12649, 8115, 12858, 9569, 14103, 9574, 14508, 9555, 14027, 9223, 12385, 9463, 11175, 9191, 10088, 9997, 8610, 11116, 7990, 11932, 7728, 13171, 8614, 13060, 9846, 13130, 10147, 10503, 10330, 7153, 12082, 7986, 12956, 9751, 12760, 10085, 13816, 9925, 11077, 9954, 7452, 11196, 7344, 12439, 7925, 13006, 8950, 13776, 9461, 14050, 9890, 15284, 9418, 13036, 9813, 10544, 10911, 14877, 13865, 11616, 13957, 9092, 14372, 9461, 15204, 10490, 15481, 9695, 15526, 9877, 14466, 9788, 13355, 11540, 10063, 10195, 7448, 11254, 7653, 12939, 8225, 15093, 10293, 17264, 9268, 14721, 9235, 12669, 9904, 8960, 13237, 8239, 14840, 9235, 8587, 10216, 7390, 14593, 9735, 14285, 9285, 12264, 10168, 12764, 12650, 9206, 17904, 9467, 13128, 9983, 7989, 14209, 11190, 18836, 13971, 15656, 10700, 12170, 9665, 10517, 12098, 7881, 15949, 8918, 11686, 9390, 9691, 12382, 7761, 15564, 8806, 15043, 9472, 11523, 11557, 7542, 15113, 9120, 11619, 11438, 9658, 16768, 9512, 15901, 8890, 15711, 11643, 13050, 8362, 13905, 8415, 11471, 8838, 13012, 9188, 10814, 10455, 7412, 13276, 8114, 14077, 8992, 13807, 9457, 15204, 9134, 14300, 8853, 13261, 9319, 15198, 10969, 13972, 10342, 7794, 10566, 7510, 12122, 8864, 11923, 8231, 14664, 9057, 12378, 8879, 12638, 9784, 9993, 10836, 7507, 12726, 7863, 13020, 10897, 15166, 8775, 15023, 8899, 15745, 10136, 15826, 11290, 17566, 9065, 14509, 8852, 12084, 9998, 12226, 11739, 7956, 12784, 7898, 14430, 8646, 16339, 11453, 17717, 9131, 13275, 9117, 13725, 9243, 16199, 11318, 9360, 10379, 7607, 12726, 8168, 14619, 10501, 16726, 11484, 14004, 9055, 10751, 10551, 13858, 10453, 16025, 10707, 9288, 12392, 8082, 13547, 9007, 8412, 10367, 8764, 12163, 7668, 14196, 8376, 15186, 8820, 15916, 11949, 17930, 10242, 12828, 8944, 10300, 10447, 7611, 13082, 7595, 13289, 8922, 13850, 10155, 15722, 9041, 16329, 9041, 16233, 11667, 16161, 12382, 16636, 10667, 13098, 8661, 11686, 8847, 18366, 11316, 15126, 12882, 14458, 8847, 13527, 8770, 13754, 10964, 14223, 10781, 14572, 9180, 13706, 8496, 13401, 9303, 14509, 11555, 15056, 11638, 13836, 8404, 8505, 9546, 12700, 9488, 10994, 10432, 7514, 12056, 7674, 13678, 8598, 15138, 12375, 14048, 10854, 14988, 8713, 13428, 8773, 11795, 9357, 12395, 10478, 7918, 15260, 8567, 12803, 8850, 14470, 10287, 16037, 11775, 10124, 9682, 8988, 10227, 17271, 11279, 10143, 11599, 7460, 13498, 8565, 15288, 11347, 18300, 12141, 13530, 8761, 13725, 9315, 16692, 12117, 10282, 10479, 7535, 11117, 15776, 9811, 15762, 9948, 7694, 11394, 7476, 14125, 9221, 14659, 10566, 14431, 9377, 7722, 10136, 7495, 11442, 13762, 11264, 8452, 11313, 8100, 11919, 9010, 10752, 7611, 13413, 7656, 13872, 12658, 10898, 19350, 11165, 15026, 9534, 8745, 9779, 11369, 9595, 19155, 11576, 16663, 11483, 14520, 8771, 13310, 8863, 11388, 8232, 12955, 8771, 13230, 9158, 13109, 9484, 13069, 8359, 8183, 9096, 14908, 9334, 13274, 9506, 10412, 10202, 7556, 11405, 7631, 12724, 8269, 14113, 9335, 15958, 9813, 16323, 8654, 14196, 9055, 14708, 9866, 14595, 10541, 15336, 9031, 14496, 8823, 14711, 9185, 14047, 10709, 9713, 9757, 7688, 10841, 8348, 10993, 9439, 13698, 8850, 15795, 8920, 15055, 9266, 16343, 11382, 18236, 13157, 14126, 10460, 10470, 9674, 8746, 10490, 8538, 13593, 8501, 14014, 8714, 13964, 9335, 15679, 11810, 10956, 9377, 7669, 10884, 7761, 12202, 8699, 15871, 9289, 14373, 7951, 11318, 8023, 15535, 11652, 17313, 9623, 15112, 11499, 16813, 12238, 17068, 12747, 10227, 11411, 7445, 12439, 8214, 14627, 8402, 16877, 10482, 17038, 9647, 14558, 9909, 14273, 9381, 14406, 10191, 13702, 11304, 10207, 9720, 8685, 10400, 7406, 11305, 7447, 12468, 7900, 15967, 9088, 14286, 9370, 14332, 9163, 13077, 9296, 9644, 10357, 7570, 11815, 8354, 14754, 8509, 15160, 8968, 14800, 9640, 15506, 12224, 16445, 9210, 14190, 8963, 13508, 9528, 14557, 10252, 10768, 10777, 9242, 10965, 9747, 11034, 8003, 12468, 8395, 13398, 8257, 14021, 9124, 16856, 12059, 17149, 9644, 15180, 9419, 7750, 12554, 8900, 10061, 9655, 9148, 11449, 13075, 11320, 9726, 14459, 9411, 15256, 9881, 15500, 10872, 10581, 11475, 7675, 14692, 10066, 16910, 11366, 18583, 12772, 12590, 10141, 7392, 12641, 8680, 13666, 9662, 14633, 10208, 8239, 9712, 7484, 11669, 13277, 10826, 9884, 10579, 7495, 12359, 8217, 11446, 13359, 10502, 8417, 11230, 8362, 12940, 8947, 14309, 9444, 11461, 9899, 7419, 12021, 9027, 17396, 9730, 9160, 12548, 9961, 17659, 13488, 16866, 11076, 16558, 12236, 19063, 12728, 12257, 10009, 7388, 12862, 8855, 11886, 8780, 7474, 12102, 7991, 13668, 9127, 16443, 12484, 15300, 9509, 7520, 11992, 7803, 16332, 9899, 16667, 11287, 16369, 9475, 9964, 8943, 7492, 12434, 7609, 13129, 8422, 14585, 10490, 16666, 10703, 13293, 9000, 10436, 10391, 14901, 10902, 18530, 11926, 14011, 11109, 7460, 13306, 8693, 12050, 8907, 14173, 10779, 12366, 10775, 7601, 12723, 8292, 13833, 9146, 12124, 9999, 9831, 12228, 9100, 12137, 9686, 8353, 10613, 10032, 10951, 8850, 13244, 9857, 12381, 9448, 9781, 9919, 11265, 10483, 8385, 14661, 9690, 11622, 9579, 12360, 10151, 13710, 11442, 7997, 13579, 8660, 14022, 9671, 10275, 11198, 8658, 17570, 12010], 'WindowCenter': [4370.0, 4399.0, 4346.0, 4313.0, 4363.0, 4335.0, 4366.0, 4373.0, 4335.0, 4375.0, 4365.0, 4345.0, 4376.0, 4323.0, 4375.0, 4336.0, 4386.0, 4347.0, 4375.0, 4356.0, 4345.0, 4378.0, 4338.0, 4389.0, 4337.0, 4378.0, 4347.0, 4378.0, 4340.0, 4412.0, 4381.0, 4361.0, 4403.0, 4352.0, 4414.0, 4362.0, 4414.0, 4350.0, 4401.0, 4371.0, 4412.0, 4383.0, 4401.0, 4383.0, 4420.0, 4381.0, 4421.0, 4390.0, 4412.0, 4382.0, 4409.0, 4382.0, 4378.0, 4381.0, 4348.0, 4388.0, 4346.0, 4400.0, 4338.0, 4410.0, 4363.0, 4400.0, 4369.0, 4410.0, 4380.0, 4389.0, 4390.0, 4379.0, 4392.0, 4350.0, 4403.0, 4352.0, 4411.0, 4380.0, 4411.0, 4380.0, 4413.0, 4383.0, 4422.0, 4381.0, 4390.0, 4371.0, 4359.0, 4388.0, 4348.0, 4400.0, 4347.0, 4399.0, 4339.0, 4400.0, 4369.0, 4401.0, 4378.0, 4398.0, 4368.0, 4387.0, 4378.0, 4369.0, 4390.0, 4338.0, 4411.0, 4350.0, 4410.0, 4370.0, 4399.0, 4379.0, 4409.0, 4391.0, 4399.0, 4390.0, 4370.0, 4390.0, 4339.0, 4398.0, 4348.0, 4398.0, 4368.0, 4399.0, 4367.0, 4397.0, 4366.0, 4397.0, 4368.0, 4397.0, 4367.0, 4374.0, 4366.0, 4364.0, 4376.0, 4357.0, 4387.0, 4348.0, 4387.0, 4348.0, 4398.0, 4359.0, 4398.0, 4378.0, 4397.0, 4379.0, 4378.0, 4380.0, 4340.0, 4400.0, 4361.0, 4410.0, 4382.0, 4410.0, 4391.0, 4411.0, 4393.0, 4401.0, 4391.0, 4351.0, 4401.0, 4351.0, 4410.0, 4359.0, 4411.0, 4370.0, 4412.0, 4383.0, 4412.0, 4381.0, 4421.0, 4370.0, 4399.0, 4379.0, 4392.0, 4357.0, 4404.0, 4391.0, 4381.0, 4390.0, 4350.0, 4401.0, 4358.0, 4400.0, 4371.0, 4400.0, 4349.0, 4388.0, 4359.0, 4387.0, 4359.0, 4377.0, 4370.0, 4348.0, 4359.0, 4318.0, 4368.0, 4317.0, 4378.0, 4328.0, 4388.0, 4359.0, 4399.0, 4349.0, 4388.0, 4349.0, 4378.0, 4359.0, 4338.0, 4379.0, 4329.0, 4389.0, 4349.0, 4339.0, 4360.0, 4321.0, 4401.0, 4362.0, 4391.0, 4352.0, 4380.0, 4360.0, 4380.0, 4380.0, 4348.0, 4400.0, 4349.0, 4379.0, 4359.0, 4328.0, 4389.0, 4369.0, 4409.0, 4389.0, 4387.0, 4357.0, 4366.0, 4337.0, 4356.0, 4366.0, 4316.0, 4387.0, 4337.0, 4356.0, 4338.0, 4348.0, 4367.0, 4317.0, 4387.0, 4337.0, 4387.0, 4363.0, 4380.0, 4381.0, 4329.0, 4389.0, 4349.0, 4369.0, 4369.0, 4348.0, 4399.0, 4336.0, 4387.0, 4325.0, 4386.0, 4355.0, 4365.0, 4315.0, 4375.0, 4326.0, 4354.0, 4337.0, 4375.0, 4336.0, 4356.0, 4345.0, 4306.0, 4376.0, 4326.0, 4377.0, 4338.0, 4378.0, 4348.0, 4386.0, 4338.0, 4388.0, 4338.0, 4377.0, 4349.0, 4388.0, 4359.0, 4377.0, 4347.0, 4316.0, 4357.0, 4306.0, 4368.0, 4337.0, 4368.0, 4328.0, 4389.0, 4349.0, 4378.0, 4350.0, 4379.0, 4359.0, 4359.0, 4369.0, 4319.0, 4380.0, 4329.0, 4391.0, 4369.0, 4389.0, 4338.0, 4388.0, 4337.0, 4387.0, 4347.0, 4388.0, 4357.0, 4397.0, 4337.0, 4375.0, 4337.0, 4367.0, 4348.0, 4367.0, 4367.0, 4316.0, 4377.0, 4326.0, 4376.0, 4327.0, 4387.0, 4356.0, 4395.0, 4336.0, 4375.0, 4337.0, 4376.0, 4338.0, 4387.0, 4355.0, 4334.0, 4346.0, 4316.0, 4366.0, 4327.0, 4386.0, 4358.0, 4397.0, 4368.0, 4376.0, 4337.0, 4356.0, 4357.0, 4376.0, 4346.0, 4386.0, 4346.0, 4335.0, 4365.0, 4316.0, 4375.0, 4338.0, 4327.0, 4359.0, 4339.0, 4379.0, 4319.0, 4390.0, 4327.0, 4388.0, 4338.0, 4388.0, 4368.0, 4398.0, 4358.0, 4366.0, 4337.0, 4358.0, 4358.0, 4317.0, 4379.0, 4318.0, 4377.0, 4338.0, 4389.0, 4359.0, 4397.0, 4339.0, 4398.0, 4339.0, 4397.0, 4368.0, 4388.0, 4367.0, 4386.0, 4347.0, 4376.0, 4325.0, 4366.0, 4337.0, 4397.0, 4357.0, 4377.0, 4365.0, 4375.0, 4336.0, 4376.0, 4327.0, 4376.0, 4356.0, 4376.0, 4346.0, 4374.0, 4336.0, 4375.0, 4326.0, 4376.0, 4335.0, 4375.0, 4357.0, 4376.0, 4356.0, 4375.0, 4326.0, 4326.0, 4348.0, 4377.0, 4348.0, 4357.0, 4357.0, 4317.0, 4368.0, 4317.0, 4379.0, 4328.0, 4389.0, 4366.0, 4378.0, 4346.0, 4376.0, 4326.0, 4375.0, 4327.0, 4366.0, 4336.0, 4367.0, 4358.0, 4316.0, 4387.0, 4338.0, 4378.0, 4338.0, 4387.0, 4359.0, 4387.0, 4368.0, 4346.0, 4337.0, 4325.0, 4347.0, 4397.0, 4356.0, 4345.0, 4355.0, 4305.0, 4375.0, 4326.0, 4386.0, 4358.0, 4397.0, 4367.0, 4376.0, 4326.0, 4375.0, 4337.0, 4386.0, 4356.0, 4345.0, 4345.0, 4304.0, 4355.0, 4374.0, 4334.0, 4373.0, 4333.0, 4303.0, 4353.0, 4304.0, 4374.0, 4335.0, 4375.0, 4347.0, 4375.0, 4336.0, 4305.0, 4346.0, 4305.0, 4357.0, 4373.0, 4355.0, 4314.0, 4355.0, 4315.0, 4355.0, 4335.0, 4344.0, 4305.0, 4375.0, 4305.0, 4376.0, 4364.0, 4345.0, 4395.0, 4354.0, 4372.0, 4333.0, 4323.0, 4334.0, 4353.0, 4335.0, 4395.0, 4354.0, 4374.0, 4353.0, 4363.0, 4324.0, 4364.0, 4324.0, 4355.0, 4327.0, 4365.0, 4338.0, 4377.0, 4349.0, 4378.0, 4349.0, 4378.0, 4329.0, 4328.0, 4350.0, 4389.0, 4349.0, 4378.0, 4350.0, 4359.0, 4360.0, 4319.0, 4369.0, 4319.0, 4380.0, 4329.0, 4390.0, 4349.0, 4400.0, 4350.0, 4400.0, 4339.0, 4389.0, 4339.0, 4389.0, 4359.0, 4390.0, 4361.0, 4400.0, 4340.0, 4388.0, 4340.0, 4389.0, 4350.0, 4389.0, 4360.0, 4349.0, 4350.0, 4319.0, 4360.0, 4329.0, 4360.0, 4350.0, 4381.0, 4340.0, 4399.0, 4340.0, 4389.0, 4350.0, 4399.0, 4371.0, 4410.0, 4381.0, 4389.0, 4360.0, 4357.0, 4349.0, 4338.0, 4359.0, 4338.0, 4379.0, 4339.0, 4388.0, 4339.0, 4388.0, 4350.0, 4400.0, 4371.0, 4359.0, 4350.0, 4319.0, 4369.0, 4330.0, 4380.0, 4340.0, 4401.0, 4350.0, 4417.0, 4352.0, 4404.0, 4363.0, 4423.0, 4392.0, 4422.0, 4371.0, 4399.0, 4381.0, 4409.0, 4378.0, 4398.0, 4378.0, 4357.0, 4367.0, 4316.0, 4378.0, 4326.0, 4385.0, 4325.0, 4396.0, 4368.0, 4398.0, 4348.0, 4386.0, 4357.0, 4386.0, 4347.0, 4387.0, 4358.0, 4375.0, 4367.0, 4345.0, 4346.0, 4324.0, 4356.0, 4306.0, 4356.0, 4316.0, 4366.0, 4326.0, 4387.0, 4337.0, 4386.0, 4347.0, 4387.0, 4349.0, 4377.0, 4349.0, 4347.0, 4359.0, 4327.0, 4368.0, 4338.0, 4388.0, 4340.0, 4388.0, 4338.0, 4388.0, 4349.0, 4387.0, 4379.0, 4398.0, 4348.0, 4387.0, 4338.0, 4377.0, 4348.0, 4388.0, 4358.0, 4357.0, 4358.0, 4336.0, 4357.0, 4346.0, 4355.0, 4326.0, 4367.0, 4326.0, 4377.0, 4327.0, 4389.0, 4348.0, 4398.0, 4378.0, 4412.0, 4361.0, 4389.0, 4350.0, 4318.0, 4379.0, 4351.0, 4360.0, 4363.0, 4351.0, 4382.0, 4390.0, 4371.0, 4350.0, 4392.0, 4352.0, 4390.0, 4349.0, 4388.0, 4359.0, 4358.0, 4368.0, 4319.0, 4388.0, 4348.0, 4388.0, 4357.0, 4398.0, 4368.0, 4366.0, 4347.0, 4307.0, 4377.0, 4338.0, 4377.0, 4349.0, 4388.0, 4359.0, 4326.0, 4350.0, 4318.0, 4370.0, 4377.0, 4358.0, 4347.0, 4358.0, 4308.0, 4368.0, 4327.0, 4358.0, 4377.0, 4347.0, 4326.0, 4357.0, 4327.0, 4376.0, 4339.0, 4389.0, 4350.0, 4369.0, 4360.0, 4320.0, 4383.0, 4351.0, 4413.0, 4361.0, 4351.0, 4382.0, 4361.0, 4412.0, 4392.0, 4399.0, 4370.0, 4388.0, 4370.0, 4412.0, 4380.0, 4367.0, 4348.0, 4306.0, 4364.0, 4336.0, 4366.0, 4327.0, 4319.0, 4380.0, 4330.0, 4391.0, 4351.0, 4401.0, 4380.0, 4388.0, 4348.0, 4317.0, 4368.0, 4318.0, 4399.0, 4348.0, 4400.0, 4367.0, 4399.0, 4348.0, 4347.0, 4339.0, 4318.0, 4379.0, 4329.0, 4390.0, 4330.0, 4391.0, 4371.0, 4401.0, 4372.0, 4390.0, 4350.0, 4359.0, 4360.0, 4388.0, 4360.0, 4399.0, 4369.0, 4377.0, 4358.0, 4318.0, 4388.0, 4340.0, 4369.0, 4340.0, 4388.0, 4370.0, 4379.0, 4369.0, 4319.0, 4379.0, 4339.0, 4390.0, 4351.0, 4379.0, 4362.0, 4361.0, 4381.0, 4341.0, 4381.0, 4362.0, 4342.0, 4373.0, 4362.0, 4372.0, 4351.0, 4391.0, 4361.0, 4381.0, 4362.0, 4361.0, 4362.0, 4371.0, 4372.0, 4341.0, 4391.0, 4352.0, 4371.0, 4362.0, 4380.0, 4361.0, 4380.0, 4370.0, 4329.0, 4390.0, 4352.0, 4391.0, 4350.0, 4359.0, 4369.0, 4338.0, 4410.0, 4382.0], 'WindowWidth': [9675.0, 9693.0, 9615.0, 9563.0, 9630.0, 9597.0, 9640.0, 9646.0, 9600.0, 9649.0, 9637.0, 9610.0, 9652.0, 9577.0, 9651.0, 9597.0, 9665.0, 9616.0, 9648.0, 9625.0, 9611.0, 9659.0, 9608.0, 9676.0, 9603.0, 9658.0, 9618.0, 9658.0, 9613.0, 9713.0, 9671.0, 9642.0, 9700.0, 9631.0, 9719.0, 9646.0, 9719.0, 9628.0, 9695.0, 9656.0, 9714.0, 9674.0, 9697.0, 9673.0, 9725.0, 9669.0, 9725.0, 9679.0, 9713.0, 9670.0, 9703.0, 9669.0, 9662.0, 9665.0, 9617.0, 9672.0, 9614.0, 9690.0, 9607.0, 9706.0, 9645.0, 9693.0, 9650.0, 9707.0, 9665.0, 9675.0, 9679.0, 9662.0, 9682.0, 9626.0, 9698.0, 9630.0, 9709.0, 9665.0, 9711.0, 9665.0, 9715.0, 9674.0, 9729.0, 9669.0, 9678.0, 9653.0, 9633.0, 9672.0, 9617.0, 9689.0, 9618.0, 9688.0, 9609.0, 9692.0, 9649.0, 9694.0, 9659.0, 9687.0, 9645.0, 9669.0, 9658.0, 9648.0, 9677.0, 9606.0, 9708.0, 9625.0, 9705.0, 9652.0, 9689.0, 9662.0, 9704.0, 9681.0, 9693.0, 9679.0, 9650.0, 9675.0, 9606.0, 9685.0, 9616.0, 9685.0, 9642.0, 9689.0, 9641.0, 9685.0, 9640.0, 9685.0, 9645.0, 9684.0, 9640.0, 9646.0, 9639.0, 9633.0, 9653.0, 9628.0, 9668.0, 9616.0, 9670.0, 9617.0, 9684.0, 9633.0, 9683.0, 9656.0, 9683.0, 9661.0, 9659.0, 9664.0, 9610.0, 9691.0, 9641.0, 9706.0, 9671.0, 9706.0, 9681.0, 9712.0, 9686.0, 9696.0, 9683.0, 9628.0, 9694.0, 9629.0, 9706.0, 9637.0, 9709.0, 9651.0, 9714.0, 9672.0, 9713.0, 9668.0, 9724.0, 9650.0, 9688.0, 9661.0, 9682.0, 9618.0, 9696.0, 9672.0, 9660.0, 9671.0, 9614.0, 9684.0, 9622.0, 9684.0, 9645.0, 9684.0, 9611.0, 9663.0, 9622.0, 9660.0, 9622.0, 9645.0, 9638.0, 9606.0, 9624.0, 9566.0, 9632.0, 9564.0, 9645.0, 9581.0, 9661.0, 9622.0, 9680.0, 9609.0, 9660.0, 9608.0, 9647.0, 9623.0, 9594.0, 9650.0, 9582.0, 9664.0, 9609.0, 9597.0, 9627.0, 9575.0, 9685.0, 9632.0, 9669.0, 9618.0, 9652.0, 9627.0, 9651.0, 9652.0, 9608.0, 9685.0, 9609.0, 9649.0, 9621.0, 9580.0, 9665.0, 9634.0, 9697.0, 9663.0, 9657.0, 9617.0, 9627.0, 9589.0, 9613.0, 9627.0, 9560.0, 9658.0, 9590.0, 9613.0, 9592.0, 9604.0, 9631.0, 9564.0, 9660.0, 9591.0, 9659.0, 9635.0, 9656.0, 9658.0, 9584.0, 9664.0, 9611.0, 9635.0, 9636.0, 9604.0, 9677.0, 9587.0, 9657.0, 9569.0, 9657.0, 9610.0, 9621.0, 9556.0, 9636.0, 9571.0, 9609.0, 9589.0, 9638.0, 9587.0, 9611.0, 9596.0, 9547.0, 9641.0, 9575.0, 9644.0, 9592.0, 9648.0, 9607.0, 9653.0, 9592.0, 9661.0, 9593.0, 9644.0, 9609.0, 9661.0, 9622.0, 9643.0, 9603.0, 9561.0, 9616.0, 9548.0, 9633.0, 9591.0, 9634.0, 9580.0, 9663.0, 9611.0, 9647.0, 9613.0, 9651.0, 9625.0, 9621.0, 9636.0, 9570.0, 9651.0, 9584.0, 9670.0, 9635.0, 9664.0, 9593.0, 9660.0, 9591.0, 9659.0, 9603.0, 9660.0, 9616.0, 9671.0, 9590.0, 9639.0, 9591.0, 9629.0, 9606.0, 9630.0, 9631.0, 9560.0, 9642.0, 9574.0, 9642.0, 9576.0, 9658.0, 9613.0, 9668.0, 9586.0, 9637.0, 9589.0, 9638.0, 9592.0, 9656.0, 9611.0, 9581.0, 9598.0, 9558.0, 9626.0, 9576.0, 9655.0, 9618.0, 9672.0, 9631.0, 9640.0, 9589.0, 9611.0, 9615.0, 9638.0, 9599.0, 9653.0, 9598.0, 9582.0, 9623.0, 9560.0, 9638.0, 9591.0, 9576.0, 9623.0, 9596.0, 9651.0, 9569.0, 9666.0, 9578.0, 9662.0, 9593.0, 9662.0, 9633.0, 9677.0, 9619.0, 9628.0, 9590.0, 9618.0, 9620.0, 9565.0, 9649.0, 9566.0, 9644.0, 9594.0, 9662.0, 9623.0, 9672.0, 9597.0, 9676.0, 9595.0, 9673.0, 9633.0, 9662.0, 9630.0, 9655.0, 9602.0, 9639.0, 9572.0, 9624.0, 9590.0, 9676.0, 9615.0, 9643.0, 9624.0, 9637.0, 9586.0, 9639.0, 9575.0, 9639.0, 9612.0, 9639.0, 9598.0, 9633.0, 9584.0, 9637.0, 9574.0, 9638.0, 9585.0, 9637.0, 9616.0, 9639.0, 9613.0, 9638.0, 9573.0, 9572.0, 9604.0, 9641.0, 9606.0, 9615.0, 9616.0, 9564.0, 9631.0, 9563.0, 9648.0, 9577.0, 9664.0, 9626.0, 9645.0, 9597.0, 9638.0, 9571.0, 9638.0, 9574.0, 9624.0, 9588.0, 9628.0, 9617.0, 9560.0, 9658.0, 9592.0, 9645.0, 9594.0, 9657.0, 9622.0, 9658.0, 9631.0, 9599.0, 9587.0, 9570.0, 9601.0, 9669.0, 9612.0, 9596.0, 9609.0, 9543.0, 9637.0, 9572.0, 9654.0, 9618.0, 9671.0, 9628.0, 9638.0, 9573.0, 9635.0, 9588.0, 9653.0, 9610.0, 9594.0, 9594.0, 9538.0, 9609.0, 9632.0, 9579.0, 9631.0, 9575.0, 9535.0, 9603.0, 9539.0, 9633.0, 9582.0, 9638.0, 9601.0, 9636.0, 9585.0, 9544.0, 9598.0, 9543.0, 9614.0, 9632.0, 9610.0, 9553.0, 9608.0, 9555.0, 9610.0, 9582.0, 9594.0, 9542.0, 9637.0, 9544.0, 9642.0, 9618.0, 9596.0, 9664.0, 9606.0, 9627.0, 9576.0, 9562.0, 9580.0, 9602.0, 9581.0, 9665.0, 9604.0, 9635.0, 9602.0, 9616.0, 9567.0, 9619.0, 9568.0, 9609.0, 9576.0, 9625.0, 9591.0, 9642.0, 9607.0, 9646.0, 9607.0, 9645.0, 9581.0, 9578.0, 9611.0, 9662.0, 9609.0, 9646.0, 9612.0, 9620.0, 9623.0, 9569.0, 9636.0, 9570.0, 9651.0, 9582.0, 9667.0, 9609.0, 9680.0, 9611.0, 9679.0, 9596.0, 9662.0, 9595.0, 9662.0, 9624.0, 9666.0, 9627.0, 9680.0, 9599.0, 9663.0, 9598.0, 9664.0, 9613.0, 9663.0, 9625.0, 9610.0, 9613.0, 9568.0, 9626.0, 9581.0, 9625.0, 9612.0, 9655.0, 9597.0, 9681.0, 9598.0, 9665.0, 9611.0, 9678.0, 9642.0, 9696.0, 9654.0, 9662.0, 9623.0, 9615.0, 9607.0, 9592.0, 9620.0, 9593.0, 9649.0, 9594.0, 9660.0, 9595.0, 9661.0, 9613.0, 9679.0, 9640.0, 9622.0, 9611.0, 9568.0, 9636.0, 9585.0, 9653.0, 9598.0, 9682.0, 9613.0, 9719.0, 9624.0, 9702.0, 9646.0, 9727.0, 9681.0, 9722.0, 9650.0, 9682.0, 9660.0, 9696.0, 9651.0, 9677.0, 9652.0, 9619.0, 9635.0, 9563.0, 9650.0, 9575.0, 9655.0, 9574.0, 9673.0, 9636.0, 9678.0, 9608.0, 9659.0, 9619.0, 9657.0, 9604.0, 9663.0, 9623.0, 9640.0, 9632.0, 9597.0, 9601.0, 9570.0, 9614.0, 9548.0, 9614.0, 9563.0, 9630.0, 9577.0, 9661.0, 9593.0, 9657.0, 9606.0, 9661.0, 9610.0, 9647.0, 9612.0, 9606.0, 9624.0, 9579.0, 9635.0, 9597.0, 9664.0, 9598.0, 9664.0, 9596.0, 9662.0, 9610.0, 9661.0, 9651.0, 9675.0, 9608.0, 9658.0, 9595.0, 9643.0, 9608.0, 9661.0, 9621.0, 9617.0, 9620.0, 9587.0, 9617.0, 9602.0, 9615.0, 9575.0, 9631.0, 9576.0, 9644.0, 9577.0, 9662.0, 9609.0, 9676.0, 9648.0, 9703.0, 9632.0, 9664.0, 9612.0, 9566.0, 9652.0, 9617.0, 9629.0, 9637.0, 9618.0, 9661.0, 9667.0, 9643.0, 9613.0, 9674.0, 9618.0, 9669.0, 9609.0, 9660.0, 9622.0, 9618.0, 9633.0, 9567.0, 9660.0, 9605.0, 9662.0, 9617.0, 9675.0, 9630.0, 9625.0, 9600.0, 9548.0, 9642.0, 9592.0, 9644.0, 9608.0, 9658.0, 9621.0, 9575.0, 9609.0, 9567.0, 9638.0, 9645.0, 9619.0, 9602.0, 9617.0, 9551.0, 9631.0, 9574.0, 9618.0, 9640.0, 9600.0, 9572.0, 9614.0, 9577.0, 9640.0, 9595.0, 9663.0, 9612.0, 9634.0, 9624.0, 9570.0, 9659.0, 9615.0, 9705.0, 9629.0, 9615.0, 9658.0, 9627.0, 9701.0, 9670.0, 9678.0, 9636.0, 9659.0, 9638.0, 9703.0, 9651.0, 9629.0, 9603.0, 9546.0, 9620.0, 9586.0, 9625.0, 9576.0, 9568.0, 9653.0, 9588.0, 9672.0, 9616.0, 9683.0, 9652.0, 9661.0, 9606.0, 9565.0, 9633.0, 9567.0, 9679.0, 9605.0, 9682.0, 9631.0, 9677.0, 9608.0, 9604.0, 9596.0, 9568.0, 9650.0, 9585.0, 9666.0, 9586.0, 9669.0, 9642.0, 9683.0, 9644.0, 9667.0, 9614.0, 9624.0, 9625.0, 9661.0, 9624.0, 9679.0, 9636.0, 9644.0, 9618.0, 9567.0, 9662.0, 9599.0, 9636.0, 9598.0, 9660.0, 9638.0, 9647.0, 9637.0, 9569.0, 9651.0, 9598.0, 9666.0, 9615.0, 9650.0, 9632.0, 9628.0, 9656.0, 9603.0, 9655.0, 9633.0, 9606.0, 9651.0, 9632.0, 9647.0, 9617.0, 9670.0, 9629.0, 9655.0, 9631.0, 9630.0, 9631.0, 9644.0, 9646.0, 9602.0, 9673.0, 9617.0, 9642.0, 9631.0, 9653.0, 9629.0, 9654.0, 9640.0, 9583.0, 9668.0, 9618.0, 9670.0, 9612.0, 9621.0, 9636.0, 9595.0, 9695.0, 9657.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.06908848623853212</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0985886751146789</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.42221126267505</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.5811663435591288</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.8482308478760041</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4745</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7319.2695</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08154808993149873</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.7522935779816513</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.896223593348212</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7548682070460964</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.102369289670116</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.831433283328422</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00517175</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01640753634274006</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029068240895867348</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.055328709180313</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>20.0294</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1362</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.7986</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298244.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>731.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.6168</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2431</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>586.1723</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3515.5822</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3706.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78300.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1353.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4593.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.8535</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>21.16991073882673</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> |