=== 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-0037 --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-0037",
"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-0037_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0037_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-04/func/sub-0037_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>67ae5cb569e7ad68b07058941ebd557f</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:02:32.412500</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.999841, 0.0125398, 0.0126645, -0.012565, 0.999919, 0.00191324]</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.090673</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7282, 517, -81, -262, -6, 57]</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>259.308</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c03a0109-793f-4baa-a330-c36352e13812||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.6825008392333984, -0.03371106833219528, 0.03412650525569916, 110.6178207397461], [-0.03364342451095581, 2.6827101707458496, 0.005594583228230476, -84.4381332397461], [0.033977821469306946, -0.005133089143782854, 2.6997785568237305, -83.8866958618164], [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': ['190232.412500', '190232.872500', '190233.332500', '190233.792500', '190234.252500', '190234.712500', '190235.172500', '190235.632500', '190236.092500', '190236.552500', '190237.012500', '190237.472500', '190237.932500', '190238.392500', '190238.852500', '190239.312500', '190239.772500', '190240.232500', '190240.692500', '190241.152500', '190241.612500', '190242.072500', '190242.532500', '190242.992500', '190243.452500', '190243.912500', '190244.372500', '190244.832500', '190245.292500', '190245.752500', '190246.212500', '190246.672500', '190247.132500', '190247.592500', '190248.052500', '190248.512500', '190248.972500', '190249.432500', '190249.892500', '190250.352500', '190250.812500', '190251.272500', '190251.732500', '190252.192500', '190252.652500', '190253.112500', '190253.572500', '190254.032500', '190254.492500', '190254.952500', '190255.412500', '190255.872500', '190256.332500', '190256.792500', '190257.252500', '190257.712500', '190258.172500', '190258.632500', '190259.092500', '190259.552500', '190300.012500', '190300.472500', '190300.932500', '190301.392500', '190301.852500', '190302.312500', '190302.772500', '190303.232500', '190303.692500', '190304.152500', '190304.612500', '190305.072500', '190305.532500', '190305.992500', '190306.452500', '190306.912500', '190307.372500', '190307.832500', '190308.292500', '190308.752500', '190309.212500', '190309.672500', '190310.132500', '190310.592500', '190311.052500', '190311.512500', '190311.972500', '190312.432500', '190312.892500', '190313.352500', '190313.812500', '190314.272500', '190314.732500', '190315.192500', '190315.652500', '190316.112500', '190316.572500', '190317.032500', '190317.492500', '190317.952500', '190318.412500', '190318.872500', '190319.332500', '190319.792500', '190320.252500', '190320.712500', '190321.172500', '190321.632500', '190322.092500', '190322.552500', '190323.012500', '190323.472500', '190323.932500', '190324.392500', '190324.852500', '190325.312500', '190325.772500', '190326.232500', '190326.692500', '190327.152500', '190327.612500', '190328.072500', '190328.532500', '190328.992500', '190329.452500', '190329.912500', '190330.372500', '190330.832500', '190331.292500', '190331.752500', '190332.212500', '190332.672500', '190333.132500', '190333.592500', '190334.052500', '190334.512500', '190334.972500', '190335.432500', '190335.892500', '190336.352500', '190336.812500', '190337.272500', '190337.732500', '190338.192500', '190338.652500', '190339.112500', '190339.572500', '190340.032500', '190340.492500', '190340.952500', '190341.412500', '190341.872500', '190342.332500', '190342.792500', '190343.252500', '190343.712500', '190344.172500', '190344.632500', '190345.092500', '190345.552500', '190346.012500', '190346.472500', '190346.932500', '190347.392500', '190347.852500', '190348.312500', '190348.772500', '190349.232500', '190349.692500', '190350.152500', '190350.612500', '190351.072500', '190351.532500', '190351.992500', '190352.452500', '190352.912500', '190353.372500', '190353.832500', '190354.292500', '190354.752500', '190355.212500', '190355.672500', '190356.132500', '190356.592500', '190357.052500', '190357.512500', '190357.972500', '190358.432500', '190358.892500', '190359.352500', '190359.812500', '190400.272500', '190400.732500', '190401.192500', '190401.652500', '190402.112500', '190402.572500', '190403.032500', '190403.492500', '190403.952500', '190404.412500', '190404.872500', '190405.332500', '190405.792500', '190406.252500', '190406.712500', '190407.172500', '190407.632500', '190408.092500', '190408.552500', '190409.012500', '190409.472500', '190409.932500', '190410.392500', '190410.852500', '190411.312500', '190411.772500', '190412.232500', '190412.692500', '190413.152500', '190413.612500', '190414.072500', '190414.532500', '190414.992500', '190415.452500', '190415.912500', '190416.372500', '190416.832500', '190417.292500', '190417.752500', '190418.212500', '190418.672500', '190419.132500', '190419.592500', '190420.052500', '190420.512500', '190420.972500', '190421.432500', '190421.892500', '190422.352500', '190422.812500', '190423.272500', '190423.732500', '190424.192500', '190424.652500', '190425.112500', '190425.572500', '190426.032500', '190426.492500', '190426.952500', '190427.412500', '190427.872500', '190428.332500', '190428.792500', '190429.252500', '190429.712500', '190430.172500', '190430.632500', '190431.092500', '190431.552500', '190432.012500', '190432.472500', '190432.932500', '190433.392500', '190433.852500', '190434.312500', '190434.772500', '190435.232500', '190435.692500', '190436.152500', '190436.612500', '190437.072500', '190437.532500', '190437.992500', '190438.452500', '190438.912500', '190439.372500', '190439.832500', '190440.292500', '190440.752500', '190441.212500', '190441.672500', '190442.132500', '190442.592500', '190443.052500', '190443.512500', '190443.972500', '190444.432500', '190444.892500', '190445.352500', '190445.812500', '190446.272500', '190446.732500', '190447.192500', '190447.652500', '190448.112500', '190448.572500', '190449.032500', '190449.492500', '190449.952500', '190450.412500', '190450.872500', '190451.332500', '190451.792500', '190452.252500', '190452.712500', '190453.172500', '190453.632500', '190454.092500', '190454.552500', '190455.012500', '190455.472500', '190455.932500', '190456.392500', '190456.852500', '190457.312500', '190457.772500', '190458.232500', '190458.692500', '190459.152500', '190459.612500', '190500.072500', '190500.532500', '190500.992500', '190501.452500', '190501.912500', '190502.372500', '190502.832500', '190503.292500', '190503.752500', '190504.212500', '190504.672500', '190505.132500', '190505.592500', '190506.052500', '190506.512500', '190506.972500', '190507.432500', '190507.892500', '190508.352500', '190508.812500', '190509.272500', '190509.732500', '190510.192500', '190510.652500', '190511.112500', '190511.572500', '190512.032500', '190512.492500', '190512.952500', '190513.412500', '190513.872500', '190514.332500', '190514.792500', '190515.252500', '190515.712500', '190516.172500', '190516.632500', '190517.092500', '190517.552500', '190518.012500', '190518.472500', '190518.932500', '190519.392500', '190519.852500', '190520.312500', '190520.772500', '190521.232500', '190521.692500', '190522.152500', '190522.612500', '190523.072500', '190523.532500', '190523.992500', '190524.452500', '190524.912500', '190525.372500', '190525.832500', '190526.292500', '190526.752500', '190527.212500', '190527.672500', '190528.132500', '190528.592500', '190529.052500', '190529.512500', '190529.972500', '190530.432500', '190530.892500', '190531.352500', '190531.812500', '190532.272500', '190532.732500', '190533.192500', '190533.652500', '190534.112500', '190534.572500', '190535.032500', '190535.492500', '190535.952500', '190536.412500', '190536.872500', '190537.332500', '190537.792500', '190538.252500', '190538.712500', '190539.172500', '190539.632500', '190540.092500', '190540.552500', '190541.012500', '190541.472500', '190541.932500', '190542.392500', '190542.852500', '190543.312500', '190543.772500', '190544.232500', '190544.692500', '190545.152500', '190545.612500', '190546.072500', '190546.532500', '190546.992500', '190547.452500', '190547.912500', '190548.372500', '190548.832500', '190549.292500', '190549.752500', '190550.212500', '190550.672500', '190551.132500', '190551.592500', '190552.052500', '190552.512500', '190552.972500', '190553.432500', '190553.892500', '190554.352500', '190554.812500', '190555.272500', '190555.732500', '190556.192500', '190556.652500', '190557.112500', '190557.572500', '190558.032500', '190558.492500', '190558.952500', '190559.412500', '190559.872500', '190600.332500', '190600.792500', '190601.252500', '190601.712500', '190602.172500', '190602.632500', '190603.092500', '190603.552500', '190604.012500', '190604.472500', '190604.932500', '190605.392500', '190605.852500', '190606.312500', '190606.772500', '190607.232500', '190607.692500', '190608.152500', '190608.612500', '190609.072500', '190609.532500', '190609.992500', '190610.452500', '190610.912500', '190611.372500', '190611.832500', '190612.292500', '190612.752500', '190613.212500', '190613.672500', '190614.132500', '190614.592500', '190615.052500', '190615.512500', '190615.972500', '190616.432500', '190616.892500', '190617.352500', '190617.812500', '190618.272500', '190618.732500', '190619.192500', '190619.652500', '190620.112500', '190620.572500', '190621.032500', '190621.492500', '190621.952500', '190622.412500', '190622.872500', '190623.332500', '190623.792500', '190624.252500', '190624.712500', '190625.172500', '190625.632500', '190626.092500', '190626.552500', '190627.012500', '190627.472500', '190627.932500', '190628.392500', '190628.852500', '190629.312500', '190629.772500', '190630.232500', '190630.692500', '190631.152500', '190631.612500', '190632.072500', '190632.532500', '190632.992500', '190633.452500', '190633.912500', '190634.372500', '190634.832500', '190635.292500', '190635.752500', '190636.212500', '190636.672500', '190637.132500', '190637.592500', '190638.052500', '190638.512500', '190638.972500', '190639.432500', '190639.892500', '190640.352500', '190640.812500', '190641.272500', '190641.732500', '190642.192500', '190642.652500', '190643.112500', '190643.572500', '190644.032500', '190644.492500', '190644.952500', '190645.412500', '190645.872500', '190646.332500', '190646.792500', '190647.252500', '190647.712500', '190648.172500', '190648.632500', '190649.092500', '190649.552500', '190650.012500', '190650.472500', '190650.932500', '190651.392500', '190651.852500', '190652.312500', '190652.772500', '190653.232500', '190653.692500', '190654.152500', '190654.612500', '190655.072500', '190655.532500', '190655.992500', '190656.452500', '190656.912500', '190657.372500', '190657.832500', '190658.292500', '190658.752500', '190659.212500', '190659.672500', '190700.132500', '190700.592500', '190701.052500', '190701.512500', '190701.972500', '190702.432500', '190702.892500', '190703.352500', '190703.812500', '190704.272500', '190704.732500', '190705.192500', '190705.652500', '190706.112500', '190706.572500', '190707.032500', '190707.492500', '190707.952500', '190708.412500', '190708.872500', '190709.332500', '190709.792500', '190710.252500', '190710.712500', '190711.172500', '190711.632500', '190712.092500', '190712.552500', '190713.012500', '190713.472500', '190713.932500', '190714.392500', '190714.852500', '190715.312500', '190715.772500', '190716.232500', '190716.692500', '190717.152500', '190717.612500', '190718.072500', '190718.532500', '190718.992500', '190719.452500', '190719.912500', '190720.372500', '190720.832500', '190721.292500', '190721.752500', '190722.212500', '190722.672500', '190723.132500', '190723.592500', '190724.052500', '190724.512500', '190724.972500', '190725.432500', '190725.892500', '190726.352500', '190726.812500', '190727.272500', '190727.732500', '190728.192500', '190728.652500', '190729.112500', '190729.572500', '190730.032500', '190730.492500', '190730.952500', '190731.412500', '190731.872500', '190732.332500', '190732.792500', '190733.252500', '190733.712500', '190734.172500', '190734.632500', '190735.092500', '190735.552500', '190736.012500', '190736.472500', '190736.932500', '190737.392500', '190737.852500', '190738.312500', '190738.772500', '190739.232500', '190739.692500', '190740.152500', '190740.612500', '190741.072500', '190741.532500', '190741.992500', '190742.452500', '190742.912500', '190743.372500', '190743.832500', '190744.292500', '190744.752500', '190745.212500', '190745.672500', '190746.132500', '190746.592500', '190747.052500', '190747.512500', '190747.972500', '190748.432500', '190748.892500', '190749.352500', '190749.812500', '190750.272500', '190750.732500', '190751.192500', '190751.652500', '190752.112500', '190752.572500', '190753.032500', '190753.492500', '190753.952500', '190754.412500', '190754.872500', '190755.332500', '190755.792500', '190756.252500', '190756.712500', '190757.172500', '190757.632500', '190758.092500', '190758.552500', '190759.012500', '190759.472500', '190759.932500', '190800.392500', '190800.852500', '190801.312500', '190801.772500', '190802.232500', '190802.692500', '190803.152500', '190803.612500', '190804.072500', '190804.532500', '190804.992500', '190805.452500', '190805.912500', '190806.372500', '190806.832500', '190807.292500', '190807.752500', '190808.212500', '190808.672500', '190809.132500', '190809.592500', '190810.052500', '190810.512500', '190810.972500', '190811.432500', '190811.892500', '190812.352500', '190812.812500', '190813.272500', '190813.732500', '190814.192500', '190814.652500', '190815.112500', '190815.572500', '190816.032500', '190816.492500', '190816.952500', '190817.412500', '190817.872500', '190818.332500', '190818.792500', '190819.252500', '190819.712500', '190820.172500', '190820.632500', '190821.092500', '190821.552500', '190822.012500', '190822.472500', '190822.932500', '190823.392500', '190823.852500', '190824.312500', '190824.772500', '190825.232500', '190825.692500', '190826.152500', '190826.612500', '190827.072500', '190827.532500', '190827.992500', '190828.452500', '190828.912500', '190829.372500', '190829.832500', '190830.292500', '190830.752500', '190831.212500', '190831.672500', '190832.132500', '190832.592500', '190833.052500', '190833.512500', '190833.972500', '190834.432500', '190834.892500', '190835.352500', '190835.812500', '190836.272500', '190836.732500', '190837.192500', '190837.652500', '190838.112500', '190838.572500', '190839.032500', '190839.492500', '190839.952500', '190840.412500', '190840.872500', '190841.332500', '190841.792500', '190842.252500', '190842.712500', '190843.172500', '190843.632500', '190844.092500', '190844.552500', '190845.012500', '190845.472500', '190845.932500', '190846.392500', '190846.852500', '190847.312500', '190847.772500', '190848.232500', '190848.692500', '190849.152500', '190849.612500', '190850.072500', '190850.532500', '190850.992500', '190851.452500', '190851.912500', '190852.372500', '190852.832500', '190853.292500', '190853.752500', '190854.212500', '190854.672500', '190855.132500', '190855.592500', '190856.052500', '190856.512500', '190856.972500', '190857.432500', '190857.892500', '190858.352500', '190858.812500', '190859.272500', '190859.732500', '190900.192500', '190900.652500', '190901.112500', '190901.572500', '190902.032500', '190902.492500', '190902.952500', '190903.412500', '190903.872500', '190904.332500', '190904.792500', '190905.252500', '190905.712500', '190906.172500', '190906.632500', '190907.092500', '190907.552500', '190908.012500', '190908.472500', '190908.932500', '190909.392500', '190909.852500', '190910.312500', '190910.772500', '190911.232500', '190911.692500', '190912.152500', '190912.612500', '190913.072500'], 'ContentTime': ['190249.245000', '190249.249000', '190249.252000', '190249.254000', '190249.257000', '190249.266000', '190249.268000', '190249.271000', '190249.274000', '190249.276000', '190249.279000', '190249.281000', '190249.284000', '190249.286000', '190249.289000', '190249.291000', '190249.294000', '190249.297000', '190249.299000', '190249.302000', '190249.304000', '190249.307000', '190249.310000', '190249.312000', '190249.315000', '190249.317000', '190249.320000', '190249.322000', '190249.325000', '190249.328000', '190249.330000', '190249.333000', '190249.335000', '190249.338000', '190309.208000', '190309.211000', '190309.214000', '190309.216000', '190309.225000', '190309.228000', '190309.230000', '190309.233000', '190309.236000', '190309.238000', '190309.241000', '190309.243000', '190309.246000', '190309.248000', '190309.251000', '190309.253000', '190309.256000', '190309.259000', '190309.261000', '190309.264000', '190309.266000', '190309.269000', '190309.271000', '190309.274000', '190309.276000', '190309.279000', '190309.281000', '190309.284000', '190309.287000', '190309.289000', '190309.292000', '190309.294000', '190309.297000', '190309.299000', '190309.302000', '190309.304000', '190309.307000', '190309.310000', '190309.312000', '190309.315000', '190309.318000', '190309.320000', '190309.323000', '190329.208000', '190329.211000', '190329.214000', '190329.216000', '190329.219000', '190329.222000', '190329.224000', '190329.227000', '190329.231000', '190329.234000', '190329.236000', '190329.239000', '190329.241000', '190329.244000', '190329.247000', '190329.249000', '190329.252000', '190329.254000', '190329.257000', '190329.259000', '190329.262000', '190329.265000', '190329.267000', '190329.270000', '190329.272000', '190329.275000', '190329.278000', '190329.280000', '190329.283000', '190329.285000', '190329.288000', '190329.290000', '190329.293000', '190329.295000', '190329.298000', '190329.301000', '190329.304000', '190329.306000', '190329.309000', '190329.311000', '190329.314000', '190329.316000', '190329.319000', '190329.321000', '190349.209000', '190349.212000', '190349.215000', '190349.217000', '190349.220000', '190349.223000', '190349.225000', '190349.228000', '190349.230000', '190349.233000', '190349.235000', '190349.238000', '190349.241000', '190349.243000', '190349.246000', '190349.248000', '190349.251000', '190349.253000', '190349.256000', '190349.259000', '190349.261000', '190349.264000', '190349.266000', '190349.269000', '190349.272000', '190349.274000', '190349.277000', '190349.279000', '190349.282000', '190349.284000', '190349.287000', '190349.290000', '190349.292000', '190349.295000', '190349.297000', '190349.300000', '190349.303000', '190349.305000', '190349.308000', '190349.310000', '190349.313000', '190349.315000', '190349.318000', '190409.208000', '190409.211000', '190409.214000', '190409.216000', '190409.219000', '190409.222000', '190409.225000', '190409.227000', '190409.230000', '190409.232000', '190409.235000', '190409.238000', '190409.240000', '190409.243000', '190409.245000', '190409.248000', '190409.250000', '190409.253000', '190409.256000', '190409.258000', '190409.261000', '190409.263000', '190409.266000', '190409.268000', '190409.271000', '190409.274000', '190409.276000', '190409.279000', '190409.281000', '190409.284000', '190409.286000', '190409.289000', '190409.291000', '190409.304000', '190409.307000', '190409.309000', '190409.312000', '190409.315000', '190409.317000', '190409.320000', '190409.322000', '190409.325000', '190409.327000', '190409.330000', '190429.208000', '190429.211000', '190429.214000', '190429.216000', '190429.219000', '190429.222000', '190429.224000', '190429.227000', '190429.229000', '190429.232000', '190429.234000', '190429.237000', '190429.240000', '190429.243000', '190429.245000', '190429.248000', '190429.250000', '190429.253000', '190429.255000', '190429.258000', '190429.261000', '190429.263000', '190429.266000', '190429.268000', '190429.271000', '190429.274000', '190429.276000', '190429.279000', '190429.281000', '190429.284000', '190429.287000', '190429.289000', '190429.292000', '190429.294000', '190429.297000', '190429.299000', '190429.302000', '190429.315000', '190429.318000', '190429.320000', '190429.323000', '190429.325000', '190429.328000', '190449.208000', '190449.211000', '190449.214000', '190449.217000', '190449.219000', '190449.222000', '190449.224000', '190449.227000', '190449.230000', '190449.232000', '190449.235000', '190449.237000', '190449.240000', '190449.243000', '190449.245000', '190449.248000', '190449.250000', '190449.253000', '190449.256000', '190449.258000', '190449.261000', '190449.263000', '190449.266000', '190449.269000', '190449.271000', '190449.274000', '190449.276000', '190449.279000', '190449.281000', '190449.284000', '190449.287000', '190449.289000', '190449.292000', '190449.295000', '190449.297000', '190449.300000', '190449.302000', '190449.305000', '190449.308000', '190449.310000', '190449.313000', '190449.315000', '190449.318000', '190449.320000', '190509.208000', '190509.211000', '190509.214000', '190509.216000', '190509.219000', '190509.222000', '190509.224000', '190509.227000', '190509.229000', '190509.232000', '190509.234000', '190509.237000', '190509.240000', '190509.242000', '190509.245000', '190509.247000', '190509.250000', '190509.252000', '190509.255000', '190509.258000', '190509.260000', '190509.263000', '190509.265000', '190509.268000', '190509.270000', '190509.273000', '190509.276000', '190509.278000', '190509.281000', '190509.283000', '190509.286000', '190509.289000', '190509.291000', '190509.294000', '190509.296000', '190509.299000', '190509.302000', '190509.304000', '190509.307000', '190509.309000', '190509.312000', '190509.314000', '190509.317000', '190529.210000', '190529.213000', '190529.215000', '190529.218000', '190529.221000', '190529.223000', '190529.226000', '190529.228000', '190529.231000', '190529.233000', '190529.236000', '190529.239000', '190529.241000', '190529.244000', '190529.246000', '190529.249000', '190529.251000', '190529.254000', '190529.257000', '190529.259000', '190529.262000', '190529.265000', '190529.267000', '190529.270000', '190529.272000', '190529.275000', '190529.278000', '190529.280000', '190529.283000', '190529.285000', '190529.288000', '190529.291000', '190529.293000', '190529.296000', '190529.298000', '190529.301000', '190529.304000', '190529.306000', '190529.309000', '190529.311000', '190529.314000', '190529.317000', '190529.319000', '190529.322000', '190549.208000', '190549.211000', '190549.214000', '190549.216000', '190549.219000', '190549.222000', '190549.224000', '190549.227000', '190549.229000', '190549.232000', '190549.234000', '190549.237000', '190549.239000', '190549.242000', '190549.245000', '190549.247000', '190549.250000', '190549.252000', '190549.255000', '190549.257000', '190549.260000', '190549.263000', '190549.265000', '190549.268000', '190549.270000', '190549.273000', '190549.275000', '190549.278000', '190549.295000', '190549.298000', '190549.300000', '190549.303000', '190549.306000', '190549.308000', '190549.311000', '190549.313000', '190549.316000', '190549.318000', '190549.321000', '190549.324000', '190549.326000', '190549.329000', '190549.331000', '190609.209000', '190609.212000', '190609.215000', '190609.218000', '190609.220000', '190609.223000', '190609.225000', '190609.228000', '190609.230000', '190609.233000', '190609.235000', '190609.238000', '190609.241000', '190609.243000', '190609.246000', '190609.248000', '190609.251000', '190609.254000', '190609.256000', '190609.259000', '190609.261000', '190609.264000', '190609.266000', '190609.269000', '190609.272000', '190609.274000', '190609.277000', '190609.279000', '190609.282000', '190609.284000', '190609.287000', '190609.290000', '190609.292000', '190609.295000', '190609.297000', '190609.300000', '190609.302000', '190609.305000', '190609.308000', '190609.310000', '190609.313000', '190609.315000', '190609.318000', '190629.208000', '190629.211000', '190629.214000', '190629.216000', '190629.219000', '190629.221000', '190629.224000', '190629.227000', '190629.229000', '190629.232000', '190629.234000', '190629.237000', '190629.239000', '190629.242000', '190629.245000', '190629.247000', '190629.250000', '190629.252000', '190629.255000', '190629.257000', '190629.260000', '190629.263000', '190629.265000', '190629.268000', '190629.270000', '190629.273000', '190629.275000', '190629.278000', '190629.280000', '190629.283000', '190629.286000', '190629.288000', '190629.291000', '190629.293000', '190629.296000', '190629.299000', '190629.301000', '190629.304000', '190629.306000', '190629.309000', '190629.312000', '190629.314000', '190629.317000', '190629.319000', '190649.209000', '190649.211000', '190649.214000', '190649.217000', '190649.220000', '190649.222000', '190649.225000', '190649.227000', '190649.230000', '190649.233000', '190649.235000', '190649.238000', '190649.241000', '190649.243000', '190649.247000', '190649.249000', '190649.252000', '190649.255000', '190649.257000', '190649.260000', '190649.262000', '190649.265000', '190649.267000', '190649.270000', '190649.273000', '190649.275000', '190649.278000', '190649.280000', '190649.283000', '190649.286000', '190649.288000', '190649.291000', '190649.293000', '190649.296000', '190649.299000', '190649.301000', '190649.304000', '190649.307000', '190649.309000', '190649.312000', '190649.314000', '190649.317000', '190649.320000', '190709.208000', '190709.211000', '190709.214000', '190709.217000', '190709.219000', '190709.222000', '190709.224000', '190709.227000', '190709.230000', '190709.232000', '190709.235000', '190709.237000', '190709.240000', '190709.242000', '190709.245000', '190709.248000', '190709.250000', '190709.253000', '190709.256000', '190709.258000', '190709.261000', '190709.263000', '190709.266000', '190709.269000', '190709.271000', '190709.274000', '190709.276000', '190709.279000', '190709.282000', '190709.284000', '190709.287000', '190709.289000', '190709.292000', '190709.295000', '190709.297000', '190709.300000', '190709.302000', '190709.305000', '190709.308000', '190709.310000', '190709.313000', '190709.315000', '190709.318000', '190709.320000', '190729.208000', '190729.212000', '190729.214000', '190729.217000', '190729.219000', '190729.222000', '190729.225000', '190729.227000', '190729.230000', '190729.232000', '190729.235000', '190729.237000', '190729.240000', '190729.243000', '190729.245000', '190729.248000', '190729.250000', '190729.253000', '190729.256000', '190729.258000', '190729.261000', '190729.263000', '190729.266000', '190729.268000', '190729.271000', '190729.274000', '190729.276000', '190729.279000', '190729.281000', '190729.284000', '190729.287000', '190729.289000', '190729.292000', '190729.294000', '190729.297000', '190729.300000', '190729.302000', '190729.305000', '190729.307000', '190729.310000', '190729.312000', '190729.315000', '190729.318000', '190749.208000', '190749.211000', '190749.214000', '190749.216000', '190749.219000', '190749.222000', '190749.224000', '190749.227000', '190749.229000', '190749.232000', '190749.234000', '190749.237000', '190749.239000', '190749.242000', '190749.245000', '190749.247000', '190749.250000', '190749.252000', '190749.255000', '190749.257000', '190749.260000', '190749.263000', '190749.265000', '190749.268000', '190749.270000', '190749.273000', '190749.276000', '190749.278000', '190749.281000', '190749.283000', '190749.286000', '190749.288000', '190749.291000', '190749.294000', '190749.296000', '190749.299000', '190749.301000', '190749.304000', '190749.307000', '190749.309000', '190749.312000', '190749.315000', '190749.317000', '190749.320000', '190809.209000', '190809.211000', '190809.214000', '190809.217000', '190809.219000', '190809.222000', '190809.224000', '190809.227000', '190809.230000', '190809.232000', '190809.235000', '190809.237000', '190809.240000', '190809.242000', '190809.245000', '190809.248000', '190809.250000', '190809.253000', '190809.255000', '190809.258000', '190809.261000', '190809.263000', '190809.266000', '190809.268000', '190809.271000', '190809.274000', '190809.276000', '190809.279000', '190809.281000', '190809.286000', '190809.289000', '190809.291000', '190809.294000', '190809.296000', '190809.299000', '190809.302000', '190809.304000', '190809.307000', '190809.310000', '190809.312000', '190809.315000', '190809.317000', '190809.320000', '190829.211000', '190829.214000', '190829.217000', '190829.219000', '190829.222000', '190829.224000', '190829.227000', '190829.229000', '190829.232000', '190829.235000', '190829.237000', '190829.240000', '190829.242000', '190829.245000', '190829.247000', '190829.250000', '190829.253000', '190829.255000', '190829.258000', '190829.260000', '190829.263000', '190829.265000', '190829.268000', '190829.271000', '190829.273000', '190829.276000', '190829.278000', '190829.281000', '190829.284000', '190829.286000', '190829.289000', '190829.291000', '190829.294000', '190829.296000', '190829.299000', '190829.302000', '190829.304000', '190829.307000', '190829.309000', '190829.312000', '190829.315000', '190829.317000', '190829.320000', '190829.322000', '190849.209000', '190849.211000', '190849.214000', '190849.217000', '190849.219000', '190849.222000', '190849.224000', '190849.240000', '190849.243000', '190849.245000', '190849.248000', '190849.250000', '190849.253000', '190849.256000', '190849.258000', '190849.261000', '190849.263000', '190849.266000', '190849.268000', '190849.271000', '190849.274000', '190849.277000', '190849.280000', '190849.283000', '190849.286000', '190849.288000', '190849.291000', '190849.294000', '190849.296000', '190849.299000', '190849.301000', '190849.304000', '190849.307000', '190849.309000', '190849.312000', '190849.314000', '190849.317000', '190849.320000', '190849.322000', '190849.325000', '190849.327000', '190849.330000', '190849.332000', '190909.208000', '190909.211000', '190909.214000', '190909.216000', '190909.219000', '190909.222000', '190909.224000', '190909.227000', '190909.229000', '190909.232000', '190909.234000', '190909.237000', '190909.240000', '190909.242000', '190909.245000', '190909.247000', '190909.250000', '190909.252000', '190909.255000', '190909.258000', '190909.260000', '190909.263000', '190909.265000', '190909.268000', '190909.270000', '190909.273000', '190909.276000', '190909.278000', '190909.281000', '190909.283000', '190909.286000', '190909.288000', '190909.291000', '190909.294000', '190909.296000', '190909.299000', '190909.301000', '190909.304000', '190909.307000', '190909.309000', '190909.312000', '190909.314000', '190909.317000', '190909.319000', '190914.562000', '190914.565000', '190914.568000', '190914.570000', '190914.573000', '190914.576000', '190914.579000', '190914.581000', '190914.584000', '190914.587000', '190914.591000', '190914.594000'], 'InstanceCreationTime': ['190249.245000', '190249.249000', '190249.252000', '190249.254000', '190249.257000', '190249.266000', '190249.268000', '190249.271000', '190249.274000', '190249.276000', '190249.279000', '190249.281000', '190249.284000', '190249.286000', '190249.289000', '190249.291000', '190249.294000', '190249.297000', '190249.299000', '190249.302000', '190249.304000', '190249.307000', '190249.310000', '190249.312000', '190249.315000', '190249.317000', '190249.320000', '190249.322000', '190249.325000', '190249.328000', '190249.330000', '190249.333000', '190249.335000', '190249.338000', '190309.208000', '190309.211000', '190309.214000', '190309.216000', '190309.225000', '190309.228000', '190309.230000', '190309.233000', '190309.236000', '190309.238000', '190309.241000', '190309.243000', '190309.246000', '190309.248000', '190309.251000', '190309.253000', '190309.256000', '190309.259000', '190309.261000', '190309.264000', '190309.266000', '190309.269000', '190309.271000', '190309.274000', '190309.276000', '190309.279000', '190309.281000', '190309.284000', '190309.287000', '190309.289000', '190309.292000', '190309.294000', '190309.297000', '190309.299000', '190309.302000', '190309.304000', '190309.307000', '190309.310000', '190309.312000', '190309.315000', '190309.318000', '190309.320000', '190309.323000', '190329.208000', '190329.211000', '190329.214000', '190329.216000', '190329.219000', '190329.222000', '190329.224000', '190329.227000', '190329.231000', '190329.234000', '190329.236000', '190329.239000', '190329.241000', '190329.244000', '190329.247000', '190329.249000', '190329.252000', '190329.254000', '190329.257000', '190329.259000', '190329.262000', '190329.265000', '190329.267000', '190329.270000', '190329.272000', '190329.275000', '190329.278000', '190329.280000', '190329.283000', '190329.285000', '190329.288000', '190329.290000', '190329.293000', '190329.295000', '190329.298000', '190329.301000', '190329.304000', '190329.306000', '190329.309000', '190329.311000', '190329.314000', '190329.316000', '190329.319000', '190329.321000', '190349.209000', '190349.212000', '190349.215000', '190349.217000', '190349.220000', '190349.223000', '190349.225000', '190349.228000', '190349.230000', '190349.233000', '190349.235000', '190349.238000', '190349.241000', '190349.243000', '190349.246000', '190349.248000', '190349.251000', '190349.253000', '190349.256000', '190349.259000', '190349.261000', '190349.264000', '190349.266000', '190349.269000', '190349.272000', '190349.274000', '190349.277000', '190349.279000', '190349.282000', '190349.284000', '190349.287000', '190349.290000', '190349.292000', '190349.295000', '190349.297000', '190349.300000', '190349.303000', '190349.305000', '190349.308000', '190349.310000', '190349.313000', '190349.315000', '190349.318000', '190409.208000', '190409.211000', '190409.214000', '190409.216000', '190409.219000', '190409.222000', '190409.225000', '190409.227000', '190409.230000', '190409.232000', '190409.235000', '190409.238000', '190409.240000', '190409.243000', '190409.245000', '190409.248000', '190409.250000', '190409.253000', '190409.256000', '190409.258000', '190409.261000', '190409.263000', '190409.266000', '190409.268000', '190409.271000', '190409.274000', '190409.276000', '190409.279000', '190409.281000', '190409.284000', '190409.286000', '190409.289000', '190409.291000', '190409.304000', '190409.307000', '190409.309000', '190409.312000', '190409.315000', '190409.317000', '190409.320000', '190409.322000', '190409.325000', '190409.327000', '190409.330000', '190429.208000', '190429.211000', '190429.214000', '190429.216000', '190429.219000', '190429.222000', '190429.224000', '190429.227000', '190429.229000', '190429.232000', '190429.234000', '190429.237000', '190429.240000', '190429.243000', '190429.245000', '190429.248000', '190429.250000', '190429.253000', '190429.255000', '190429.258000', '190429.261000', '190429.263000', '190429.266000', '190429.268000', '190429.271000', '190429.274000', '190429.276000', '190429.279000', '190429.281000', '190429.284000', '190429.287000', '190429.289000', '190429.292000', '190429.294000', '190429.297000', '190429.299000', '190429.302000', '190429.315000', '190429.318000', '190429.320000', '190429.323000', '190429.325000', '190429.328000', '190449.208000', '190449.211000', '190449.214000', '190449.217000', '190449.219000', '190449.222000', '190449.224000', '190449.227000', '190449.230000', '190449.232000', '190449.235000', '190449.237000', '190449.240000', '190449.243000', '190449.245000', '190449.248000', '190449.250000', '190449.253000', '190449.256000', '190449.258000', '190449.261000', '190449.263000', '190449.266000', '190449.269000', '190449.271000', '190449.274000', '190449.276000', '190449.279000', '190449.281000', '190449.284000', '190449.287000', '190449.289000', '190449.292000', '190449.295000', '190449.297000', '190449.300000', '190449.302000', '190449.305000', '190449.308000', '190449.310000', '190449.313000', '190449.315000', '190449.318000', '190449.320000', '190509.208000', '190509.211000', '190509.214000', '190509.216000', '190509.219000', '190509.222000', '190509.224000', '190509.227000', '190509.229000', '190509.232000', '190509.234000', '190509.237000', '190509.240000', '190509.242000', '190509.245000', '190509.247000', '190509.250000', '190509.252000', '190509.255000', '190509.258000', '190509.260000', '190509.263000', '190509.265000', '190509.268000', '190509.270000', '190509.273000', '190509.276000', '190509.278000', '190509.281000', '190509.283000', '190509.286000', '190509.289000', '190509.291000', '190509.294000', '190509.296000', '190509.299000', '190509.302000', '190509.304000', '190509.307000', '190509.309000', '190509.312000', '190509.314000', '190509.317000', '190529.210000', '190529.213000', '190529.215000', '190529.218000', '190529.221000', '190529.223000', '190529.226000', '190529.228000', '190529.231000', '190529.233000', '190529.236000', '190529.239000', '190529.241000', '190529.244000', '190529.246000', '190529.249000', '190529.251000', '190529.254000', '190529.257000', '190529.259000', '190529.262000', '190529.265000', '190529.267000', '190529.270000', '190529.272000', '190529.275000', '190529.278000', '190529.280000', '190529.283000', '190529.285000', '190529.288000', '190529.291000', '190529.293000', '190529.296000', '190529.298000', '190529.301000', '190529.304000', '190529.306000', '190529.309000', '190529.311000', '190529.314000', '190529.317000', '190529.319000', '190529.322000', '190549.208000', '190549.211000', '190549.214000', '190549.216000', '190549.219000', '190549.222000', '190549.224000', '190549.227000', '190549.229000', '190549.232000', '190549.234000', '190549.237000', '190549.239000', '190549.242000', '190549.245000', '190549.247000', '190549.250000', '190549.252000', '190549.255000', '190549.257000', '190549.260000', '190549.263000', '190549.265000', '190549.268000', '190549.270000', '190549.273000', '190549.275000', '190549.278000', '190549.295000', '190549.298000', '190549.300000', '190549.303000', '190549.306000', '190549.308000', '190549.311000', '190549.313000', '190549.316000', '190549.318000', '190549.321000', '190549.324000', '190549.326000', '190549.329000', '190549.331000', '190609.209000', '190609.212000', '190609.215000', '190609.218000', '190609.220000', '190609.223000', '190609.225000', '190609.228000', '190609.230000', '190609.233000', '190609.235000', '190609.238000', '190609.241000', '190609.243000', '190609.246000', '190609.248000', '190609.251000', '190609.254000', '190609.256000', '190609.259000', '190609.261000', '190609.264000', '190609.266000', '190609.269000', '190609.272000', '190609.274000', '190609.277000', '190609.279000', '190609.282000', '190609.284000', '190609.287000', '190609.290000', '190609.292000', '190609.295000', '190609.297000', '190609.300000', '190609.302000', '190609.305000', '190609.308000', '190609.310000', '190609.313000', '190609.315000', '190609.318000', '190629.208000', '190629.211000', '190629.214000', '190629.216000', '190629.219000', '190629.221000', '190629.224000', '190629.227000', '190629.229000', '190629.232000', '190629.234000', '190629.237000', '190629.239000', '190629.242000', '190629.245000', '190629.247000', '190629.250000', '190629.252000', '190629.255000', '190629.257000', '190629.260000', '190629.263000', '190629.265000', '190629.268000', '190629.270000', '190629.273000', '190629.275000', '190629.278000', '190629.280000', '190629.283000', '190629.286000', '190629.288000', '190629.291000', '190629.293000', '190629.296000', '190629.299000', '190629.301000', '190629.304000', '190629.306000', '190629.309000', '190629.312000', '190629.314000', '190629.317000', '190629.319000', '190649.209000', '190649.211000', '190649.214000', '190649.217000', '190649.220000', '190649.222000', '190649.225000', '190649.227000', '190649.230000', '190649.233000', '190649.235000', '190649.238000', '190649.241000', '190649.243000', '190649.247000', '190649.249000', '190649.252000', '190649.255000', '190649.257000', '190649.260000', '190649.262000', '190649.265000', '190649.267000', '190649.270000', '190649.273000', '190649.275000', '190649.278000', '190649.280000', '190649.283000', '190649.286000', '190649.288000', '190649.291000', '190649.293000', '190649.296000', '190649.299000', '190649.301000', '190649.304000', '190649.307000', '190649.309000', '190649.312000', '190649.314000', '190649.317000', '190649.320000', '190709.208000', '190709.211000', '190709.214000', '190709.217000', '190709.219000', '190709.222000', '190709.224000', '190709.227000', '190709.230000', '190709.232000', '190709.235000', '190709.237000', '190709.240000', '190709.242000', '190709.245000', '190709.248000', '190709.250000', '190709.253000', '190709.256000', '190709.258000', '190709.261000', '190709.263000', '190709.266000', '190709.269000', '190709.271000', '190709.274000', '190709.276000', '190709.279000', '190709.282000', '190709.284000', '190709.287000', '190709.289000', '190709.292000', '190709.295000', '190709.297000', '190709.300000', '190709.302000', '190709.305000', '190709.308000', '190709.310000', '190709.313000', '190709.315000', '190709.318000', '190709.320000', '190729.208000', '190729.212000', '190729.214000', '190729.217000', '190729.219000', '190729.222000', '190729.225000', '190729.227000', '190729.230000', '190729.232000', '190729.235000', '190729.237000', '190729.240000', '190729.243000', '190729.245000', '190729.248000', '190729.250000', '190729.253000', '190729.256000', '190729.258000', '190729.261000', '190729.263000', '190729.266000', '190729.268000', '190729.271000', '190729.274000', '190729.276000', '190729.279000', '190729.281000', '190729.284000', '190729.287000', '190729.289000', '190729.292000', '190729.294000', '190729.297000', '190729.300000', '190729.302000', '190729.305000', '190729.307000', '190729.310000', '190729.312000', '190729.315000', '190729.318000', '190749.208000', '190749.211000', '190749.214000', '190749.216000', '190749.219000', '190749.222000', '190749.224000', '190749.227000', '190749.229000', '190749.232000', '190749.234000', '190749.237000', '190749.239000', '190749.242000', '190749.245000', '190749.247000', '190749.250000', '190749.252000', '190749.255000', '190749.257000', '190749.260000', '190749.263000', '190749.265000', '190749.268000', '190749.270000', '190749.273000', '190749.276000', '190749.278000', '190749.281000', '190749.283000', '190749.286000', '190749.288000', '190749.291000', '190749.294000', '190749.296000', '190749.299000', '190749.301000', '190749.304000', '190749.307000', '190749.309000', '190749.312000', '190749.315000', '190749.317000', '190749.320000', '190809.209000', '190809.211000', '190809.214000', '190809.217000', '190809.219000', '190809.222000', '190809.224000', '190809.227000', '190809.230000', '190809.232000', '190809.235000', '190809.237000', '190809.240000', '190809.242000', '190809.245000', '190809.248000', '190809.250000', '190809.253000', '190809.255000', '190809.258000', '190809.261000', '190809.263000', '190809.266000', '190809.268000', '190809.271000', '190809.274000', '190809.276000', '190809.279000', '190809.281000', '190809.286000', '190809.289000', '190809.291000', '190809.294000', '190809.296000', '190809.299000', '190809.302000', '190809.304000', '190809.307000', '190809.310000', '190809.312000', '190809.315000', '190809.317000', '190809.320000', '190829.211000', '190829.214000', '190829.217000', '190829.219000', '190829.222000', '190829.224000', '190829.227000', '190829.229000', '190829.232000', '190829.235000', '190829.237000', '190829.240000', '190829.242000', '190829.245000', '190829.247000', '190829.250000', '190829.253000', '190829.255000', '190829.258000', '190829.260000', '190829.263000', '190829.265000', '190829.268000', '190829.271000', '190829.273000', '190829.276000', '190829.278000', '190829.281000', '190829.284000', '190829.286000', '190829.289000', '190829.291000', '190829.294000', '190829.296000', '190829.299000', '190829.302000', '190829.304000', '190829.307000', '190829.309000', '190829.312000', '190829.315000', '190829.317000', '190829.320000', '190829.322000', '190849.209000', '190849.211000', '190849.214000', '190849.217000', '190849.219000', '190849.222000', '190849.224000', '190849.240000', '190849.243000', '190849.245000', '190849.248000', '190849.250000', '190849.253000', '190849.256000', '190849.258000', '190849.261000', '190849.263000', '190849.266000', '190849.268000', '190849.271000', '190849.274000', '190849.277000', '190849.280000', '190849.283000', '190849.286000', '190849.288000', '190849.291000', '190849.294000', '190849.296000', '190849.299000', '190849.301000', '190849.304000', '190849.307000', '190849.309000', '190849.312000', '190849.314000', '190849.317000', '190849.320000', '190849.322000', '190849.325000', '190849.327000', '190849.330000', '190849.332000', '190909.208000', '190909.211000', '190909.214000', '190909.216000', '190909.219000', '190909.222000', '190909.224000', '190909.227000', '190909.229000', '190909.232000', '190909.234000', '190909.237000', '190909.240000', '190909.242000', '190909.245000', '190909.247000', '190909.250000', '190909.252000', '190909.255000', '190909.258000', '190909.260000', '190909.263000', '190909.265000', '190909.268000', '190909.270000', '190909.273000', '190909.276000', '190909.278000', '190909.281000', '190909.283000', '190909.286000', '190909.288000', '190909.291000', '190909.294000', '190909.296000', '190909.299000', '190909.301000', '190909.304000', '190909.307000', '190909.309000', '190909.312000', '190909.314000', '190909.317000', '190909.319000', '190914.562000', '190914.565000', '190914.568000', '190914.570000', '190914.573000', '190914.576000', '190914.579000', '190914.581000', '190914.584000', '190914.587000', '190914.591000', '190914.594000'], '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': [10914, 9262, 10802, 10229, 10714, 10975, 10320, 10824, 10637, 10122, 11021, 10269, 11912, 10601, 10551, 10634, 9742, 11011, 10291, 11954, 10979, 10313, 10747, 10192, 13007, 10686, 11211, 10688, 10008, 13688, 10685, 12098, 10782, 10726, 10780, 10364, 10751, 10583, 12721, 10911, 10381, 10844, 10577, 10354, 10803, 10142, 13091, 10670, 10845, 10910, 10558, 11790, 10825, 10103, 10870, 10533, 8656, 10886, 10270, 11774, 10720, 10135, 10702, 10525, 11114, 10803, 10283, 10448, 10615, 10320, 10623, 10413, 10841, 10116, 11065, 10658, 10852, 10976, 10362, 13048, 10814, 11091, 10850, 10486, 12465, 10948, 10201, 14099, 10819, 11059, 10776, 10314, 12450, 10771, 10547, 10697, 10259, 10691, 10638, 11841, 10987, 10141, 13156, 10829, 11402, 10861, 10388, 12723, 10832, 10238, 10925, 10486, 11160, 10754, 10388, 12051, 10658, 10053, 10932, 10089, 12103, 10864, 9816, 11004, 10150, 11638, 10679, 10177, 10940, 10382, 11553, 10776, 10058, 10836, 10603, 11021, 11029, 9377, 11019, 10347, 13721, 10803, 11006, 10701, 10460, 11116, 10827, 9573, 10844, 10624, 10935, 10588, 9998, 11058, 10517, 11076, 10571, 13266, 10458, 12752, 10691, 10805, 10838, 11198, 14759, 10547, 11752, 10779, 10377, 13505, 10724, 11193, 10818, 10381, 11874, 10814, 8290, 11083, 10474, 11742, 10869, 9158, 10773, 10553, 10705, 10968, 10062, 10888, 10421, 10344, 10833, 10274, 13070, 10703, 10975, 10842, 10361, 12124, 10775, 10335, 11028, 10277, 13231, 10626, 10786, 10707, 10521, 13120, 10819, 10754, 10625, 10466, 11243, 10849, 9745, 10940, 10473, 12694, 10812, 10582, 10967, 10187, 13006, 10635, 10776, 10815, 10226, 10868, 10506, 10794, 10773, 8512, 10875, 10482, 10933, 10774, 8559, 10802, 10527, 12324, 10566, 8103, 10799, 10321, 12184, 10912, 10312, 11052, 10170, 12642, 10714, 11125, 10886, 10354, 11027, 10762, 11684, 11040, 10260, 10711, 10494, 10822, 10978, 10371, 13507, 10769, 11185, 11026, 10673, 12698, 11040, 10638, 11896, 10775, 12544, 10815, 10131, 13135, 10703, 11201, 10937, 10263, 10742, 10647, 10581, 11112, 10336, 11876, 10724, 10207, 10927, 10344, 12133, 10909, 10353, 10936, 10588, 11185, 10967, 10236, 11051, 10551, 11952, 11035, 9215, 10983, 10598, 11916, 11006, 10744, 11522, 10635, 10966, 10638, 10448, 11007, 10311, 13360, 10626, 11463, 10722, 10195, 13722, 10724, 11132, 10903, 10269, 13181, 10738, 12046, 10886, 10188, 10798, 10469, 11124, 10594, 12094, 10951, 10046, 10764, 10383, 12077, 10715, 10468, 10847, 10170, 10786, 10354, 12825, 10595, 12789, 10672, 10839, 10657, 10239, 12504, 10639, 12924, 10648, 10914, 10847, 10246, 13752, 10634, 11247, 10649, 9649, 10713, 10483, 12459, 10643, 10229, 10982, 10199, 10908, 10459, 11105, 10795, 10157, 11494, 10550, 10930, 10807, 10203, 11158, 10603, 10205, 10855, 10155, 11649, 10632, 10783, 10797, 10103, 10898, 10586, 11761, 10849, 9287, 11005, 10264, 12185, 10831, 10221, 10787, 10320, 12536, 10726, 10758, 10843, 10341, 10835, 10623, 12163, 10725, 10861, 10903, 10054, 10925, 10380, 12862, 10887, 11268, 10983, 10221, 12166, 10621, 10757, 10939, 8838, 11102, 10382, 11511, 10752, 10003, 11025, 10256, 10991, 9226, 14084, 11378, 10309, 11084, 12396, 10868, 10582, 8730, 10848, 10451, 10275, 10472, 10779, 10628, 10710, 9885, 10374, 12187, 10456, 13796, 11439, 10478, 10195, 10496, 12547, 10336, 12897, 10489, 12288, 10539, 9989, 15467, 12485, 13160, 10229, 10578, 10275, 12832, 10189, 10607, 10170, 10760, 10137, 11977, 10429, 10928, 10447, 9959, 10694, 9952, 13662, 10793, 11769, 10325, 9888, 10680, 9873, 13540, 10172, 12078, 10252, 9987, 10492, 9991, 13994, 10343, 12671, 10336, 11243, 10669, 9979, 14352, 10374, 12707, 10236, 11550, 10399, 10417, 13710, 10754, 13117, 10361, 10422, 10552, 9728, 10560, 9988, 10660, 10386, 12770, 10472, 11350, 10443, 9900, 12791, 10188, 12087, 10345, 10473, 10356, 9901, 13372, 10394, 12243, 10423, 9819, 10455, 10217, 13286, 10489, 10748, 10428, 10041, 13048, 10453, 10945, 10442, 9928, 10430, 10084, 12820, 10278, 10440, 10202, 9312, 10460, 10038, 13429, 10380, 11981, 10226, 10913, 10482, 9928, 14931, 10510, 11663, 10244, 10680, 12387, 10081, 14327, 10033, 10480, 10326, 9871, 10990, 10046, 11578, 10176, 10383, 10310, 10174, 10304, 9933, 13193, 10084, 11212, 10244, 9708, 14011, 10062, 12114, 10256, 9753, 14153, 10241, 11598, 10118, 9442, 10291, 10164, 12510, 10296, 10282, 10332, 9869, 10540, 10043, 10603, 9916, 10041, 10342, 9736, 10885, 10089, 12632, 10038, 12256, 10365, 10209, 14725, 10106, 12564, 10291, 9694, 10312, 10002, 10300, 10329, 9805, 10287, 9520, 10217, 9829, 10829, 10511, 9731, 10734, 9881, 10085, 9757, 10245, 9882, 13709, 11533, 11696, 14356, 10029, 12512, 10342, 10169, 10062, 9624, 13045, 10210, 11814, 11332, 9891, 11000, 10160, 9424, 12669, 9879, 11682, 10086, 9509, 12755, 10172, 10760, 10300, 9574, 12588, 10113, 9379, 10266, 9708, 12137, 10107, 9795, 10224, 9698, 12439, 10069, 9626, 11412, 9998, 13064, 10139, 9432, 10869, 10057, 11533, 10238, 9730, 13810, 10252, 10500, 10219, 9858, 11225, 10467, 9864, 12038, 10280, 10382, 10504, 9955, 13547, 10368, 10423, 10556, 9943, 12582, 10250, 9908, 10412, 9886, 12004, 10341, 10185, 10374, 10022, 12498, 10367, 10729, 10496, 9802, 12612, 10429, 11331, 13717, 10084, 11853, 10451, 10045, 13820, 10418, 11556, 13560, 10105, 11684, 10285, 9794, 14355, 10068, 9962, 10393, 9978, 12541, 10281, 9656, 11462, 9970, 12310, 10261, 9789, 13975, 10215, 11389, 10341, 9977, 12619, 10165, 9546, 10410, 9952, 13498, 10080, 10279, 10311, 10019, 12995, 10337, 9690, 10483, 9930, 10629, 10378, 9718, 14500, 10231, 12207, 11027, 9843, 13613, 10155, 12018, 10303, 9901, 12279, 10170, 10075, 10331, 10006, 10432, 9961, 9515, 10429, 9849, 10423, 10001, 9610, 10386, 9770, 12598, 10054, 11012, 10461, 9791, 10302, 9842, 12252, 10291, 9885, 13973, 10148, 11605, 10433, 9891, 11530, 9961, 12107, 10344, 9756, 14753, 10067, 11838, 10494, 9976, 13137, 10571, 11091, 10493, 9985, 9899, 10355, 10182, 10533, 10270, 9804, 10355, 10112, 13025, 10325, 10332, 13892, 10382, 11024, 10519, 10155, 12533, 10514, 9822, 10882, 10352, 10016, 10547, 9977, 11180, 10433, 9620, 10715], 'WindowCenter': [3904.0, 3867.0, 3874.0, 3862.0, 3859.0, 3859.0, 3859.0, 3857.0, 3858.0, 3845.0, 3857.0, 3846.0, 3867.0, 3845.0, 3856.0, 3858.0, 3845.0, 3856.0, 3858.0, 3867.0, 3859.0, 3857.0, 3858.0, 3859.0, 3879.0, 3858.0, 3859.0, 3858.0, 3848.0, 3878.0, 3857.0, 3868.0, 3858.0, 3856.0, 3857.0, 3857.0, 3855.0, 3857.0, 3867.0, 3857.0, 3846.0, 3845.0, 3856.0, 3845.0, 3855.0, 3845.0, 3865.0, 3844.0, 3844.0, 3844.0, 3845.0, 3854.0, 3843.0, 3843.0, 3843.0, 3843.0, 3822.0, 3843.0, 3843.0, 3853.0, 3854.0, 3843.0, 3843.0, 3844.0, 3855.0, 3844.0, 3845.0, 3844.0, 3845.0, 3844.0, 3856.0, 3843.0, 3856.0, 3846.0, 3856.0, 3856.0, 3858.0, 3858.0, 3848.0, 3877.0, 3858.0, 3858.0, 3856.0, 3856.0, 3866.0, 3856.0, 3846.0, 3876.0, 3856.0, 3856.0, 3856.0, 3846.0, 3866.0, 3857.0, 3844.0, 3856.0, 3846.0, 3845.0, 3845.0, 3856.0, 3845.0, 3846.0, 3865.0, 3855.0, 3855.0, 3844.0, 3845.0, 3865.0, 3844.0, 3843.0, 3843.0, 3844.0, 3854.0, 3856.0, 3845.0, 3864.0, 3845.0, 3844.0, 3854.0, 3845.0, 3864.0, 3854.0, 3844.0, 3855.0, 3845.0, 3855.0, 3845.0, 3845.0, 3855.0, 3846.0, 3855.0, 3857.0, 3846.0, 3855.0, 3857.0, 3856.0, 3858.0, 3847.0, 3857.0, 3858.0, 3878.0, 3858.0, 3870.0, 3857.0, 3858.0, 3856.0, 3857.0, 3846.0, 3857.0, 3858.0, 3857.0, 3859.0, 3847.0, 3868.0, 3858.0, 3870.0, 3859.0, 3882.0, 3861.0, 3880.0, 3860.0, 3870.0, 3872.0, 3874.0, 3892.0, 3859.0, 3857.0, 3857.0, 3847.0, 3865.0, 3856.0, 3855.0, 3855.0, 3845.0, 3866.0, 3856.0, 3825.0, 3855.0, 3856.0, 3867.0, 3856.0, 3833.0, 3855.0, 3856.0, 3844.0, 3856.0, 3845.0, 3856.0, 3858.0, 3846.0, 3857.0, 3847.0, 3877.0, 3858.0, 3857.0, 3857.0, 3858.0, 3867.0, 3858.0, 3848.0, 3857.0, 3858.0, 3878.0, 3856.0, 3858.0, 3845.0, 3845.0, 3866.0, 3846.0, 3845.0, 3844.0, 3845.0, 3854.0, 3855.0, 3834.0, 3854.0, 3845.0, 3865.0, 3855.0, 3845.0, 3855.0, 3844.0, 3865.0, 3844.0, 3856.0, 3855.0, 3844.0, 3844.0, 3845.0, 3844.0, 3855.0, 3824.0, 3855.0, 3856.0, 3855.0, 3856.0, 3836.0, 3856.0, 3856.0, 3866.0, 3857.0, 3824.0, 3855.0, 3846.0, 3866.0, 3856.0, 3845.0, 3857.0, 3858.0, 3867.0, 3857.0, 3856.0, 3857.0, 3858.0, 3856.0, 3857.0, 3866.0, 3857.0, 3847.0, 3857.0, 3858.0, 3858.0, 3857.0, 3858.0, 3878.0, 3857.0, 3857.0, 3857.0, 3857.0, 3867.0, 3857.0, 3857.0, 3856.0, 3856.0, 3866.0, 3857.0, 3846.0, 3865.0, 3845.0, 3855.0, 3856.0, 3846.0, 3855.0, 3856.0, 3856.0, 3857.0, 3858.0, 3866.0, 3857.0, 3856.0, 3858.0, 3858.0, 3868.0, 3857.0, 3846.0, 3856.0, 3857.0, 3857.0, 3858.0, 3857.0, 3857.0, 3857.0, 3867.0, 3857.0, 3836.0, 3857.0, 3858.0, 3867.0, 3857.0, 3857.0, 3868.0, 3858.0, 3857.0, 3858.0, 3857.0, 3856.0, 3846.0, 3878.0, 3857.0, 3856.0, 3857.0, 3847.0, 3877.0, 3857.0, 3856.0, 3857.0, 3857.0, 3876.0, 3855.0, 3867.0, 3856.0, 3844.0, 3856.0, 3845.0, 3855.0, 3846.0, 3867.0, 3855.0, 3846.0, 3855.0, 3846.0, 3866.0, 3846.0, 3845.0, 3856.0, 3845.0, 3857.0, 3857.0, 3877.0, 3857.0, 3867.0, 3857.0, 3857.0, 3856.0, 3846.0, 3866.0, 3845.0, 3865.0, 3845.0, 3844.0, 3844.0, 3845.0, 3875.0, 3844.0, 3853.0, 3844.0, 3832.0, 3844.0, 3845.0, 3864.0, 3845.0, 3843.0, 3854.0, 3844.0, 3856.0, 3845.0, 3854.0, 3855.0, 3844.0, 3854.0, 3844.0, 3843.0, 3856.0, 3845.0, 3855.0, 3845.0, 3844.0, 3855.0, 3845.0, 3855.0, 3857.0, 3855.0, 3857.0, 3856.0, 3855.0, 3856.0, 3855.0, 3857.0, 3835.0, 3857.0, 3857.0, 3867.0, 3856.0, 3847.0, 3856.0, 3847.0, 3867.0, 3858.0, 3857.0, 3857.0, 3847.0, 3857.0, 3857.0, 3867.0, 3857.0, 3857.0, 3858.0, 3847.0, 3858.0, 3859.0, 3879.0, 3858.0, 3857.0, 3857.0, 3846.0, 3866.0, 3856.0, 3856.0, 3856.0, 3834.0, 3856.0, 3847.0, 3866.0, 3857.0, 3848.0, 3857.0, 3846.0, 3856.0, 3792.0, 3909.0, 3872.0, 3859.0, 3857.0, 3839.0, 3872.0, 3860.0, 3839.0, 3857.0, 3859.0, 3848.0, 3859.0, 3859.0, 3861.0, 3860.0, 3863.0, 3863.0, 3871.0, 3862.0, 3881.0, 3872.0, 3861.0, 3848.0, 3860.0, 3871.0, 3850.0, 3870.0, 3860.0, 3870.0, 3847.0, 3836.0, 3877.0, 3857.0, 3866.0, 3846.0, 3845.0, 3845.0, 3866.0, 3847.0, 3858.0, 3859.0, 3858.0, 3859.0, 3868.0, 3861.0, 3858.0, 3860.0, 3849.0, 3858.0, 3849.0, 3879.0, 3860.0, 3868.0, 3860.0, 3848.0, 3858.0, 3848.0, 3878.0, 3859.0, 3869.0, 3860.0, 3848.0, 3859.0, 3850.0, 3890.0, 3860.0, 3869.0, 3849.0, 3859.0, 3858.0, 3848.0, 3879.0, 3848.0, 3868.0, 3859.0, 3858.0, 3859.0, 3859.0, 3881.0, 3858.0, 3879.0, 3848.0, 3858.0, 3858.0, 3848.0, 3858.0, 3859.0, 3858.0, 3860.0, 3880.0, 3859.0, 3859.0, 3848.0, 3849.0, 3868.0, 3848.0, 3868.0, 3859.0, 3858.0, 3860.0, 3860.0, 3880.0, 3849.0, 3869.0, 3859.0, 3848.0, 3858.0, 3859.0, 3880.0, 3858.0, 3857.0, 3847.0, 3847.0, 3878.0, 3858.0, 3858.0, 3858.0, 3848.0, 3857.0, 3859.0, 3868.0, 3848.0, 3846.0, 3848.0, 3837.0, 3858.0, 3859.0, 3880.0, 3860.0, 3869.0, 3861.0, 3860.0, 3859.0, 3848.0, 3890.0, 3859.0, 3857.0, 3848.0, 3858.0, 3868.0, 3848.0, 3878.0, 3846.0, 3846.0, 3846.0, 3847.0, 3858.0, 3847.0, 3856.0, 3858.0, 3847.0, 3847.0, 3847.0, 3858.0, 3859.0, 3878.0, 3848.0, 3857.0, 3847.0, 3848.0, 3879.0, 3846.0, 3867.0, 3846.0, 3836.0, 3875.0, 3844.0, 3855.0, 3847.0, 3835.0, 3845.0, 3846.0, 3866.0, 3847.0, 3846.0, 3847.0, 3847.0, 3858.0, 3859.0, 3859.0, 3861.0, 3860.0, 3860.0, 3850.0, 3860.0, 3860.0, 3881.0, 3860.0, 3881.0, 3859.0, 3861.0, 3889.0, 3859.0, 3880.0, 3848.0, 3848.0, 3847.0, 3847.0, 3846.0, 3847.0, 3847.0, 3847.0, 3847.0, 3858.0, 3860.0, 3859.0, 3858.0, 3850.0, 3859.0, 3848.0, 3860.0, 3860.0, 3873.0, 3864.0, 3895.0, 3872.0, 3871.0, 3879.0, 3846.0, 3867.0, 3846.0, 3846.0, 3847.0, 3848.0, 3877.0, 3846.0, 3857.0, 3857.0, 3846.0, 3845.0, 3846.0, 3835.0, 3865.0, 3845.0, 3855.0, 3845.0, 3835.0, 3865.0, 3845.0, 3845.0, 3845.0, 3835.0, 3865.0, 3844.0, 3835.0, 3845.0, 3834.0, 3866.0, 3846.0, 3846.0, 3846.0, 3847.0, 3866.0, 3846.0, 3847.0, 3856.0, 3846.0, 3877.0, 3846.0, 3836.0, 3845.0, 3846.0, 3857.0, 3846.0, 3836.0, 3877.0, 3857.0, 3857.0, 3845.0, 3846.0, 3856.0, 3857.0, 3847.0, 3866.0, 3847.0, 3845.0, 3847.0, 3847.0, 3878.0, 3858.0, 3846.0, 3857.0, 3848.0, 3867.0, 3858.0, 3847.0, 3858.0, 3859.0, 3879.0, 3859.0, 3858.0, 3860.0, 3862.0, 3880.0, 3860.0, 3859.0, 3859.0, 3860.0, 3880.0, 3858.0, 3859.0, 3879.0, 3859.0, 3869.0, 3857.0, 3847.0, 3878.0, 3856.0, 3857.0, 3866.0, 3844.0, 3855.0, 3845.0, 3847.0, 3877.0, 3846.0, 3846.0, 3844.0, 3846.0, 3866.0, 3846.0, 3846.0, 3856.0, 3846.0, 3867.0, 3847.0, 3847.0, 3877.0, 3846.0, 3856.0, 3845.0, 3846.0, 3866.0, 3845.0, 3835.0, 3845.0, 3847.0, 3878.0, 3847.0, 3858.0, 3846.0, 3847.0, 3877.0, 3846.0, 3846.0, 3856.0, 3847.0, 3857.0, 3846.0, 3847.0, 3877.0, 3846.0, 3867.0, 3845.0, 3834.0, 3864.0, 3833.0, 3855.0, 3843.0, 3834.0, 3853.0, 3844.0, 3833.0, 3833.0, 3833.0, 3844.0, 3846.0, 3833.0, 3845.0, 3846.0, 3857.0, 3847.0, 3846.0, 3846.0, 3847.0, 3866.0, 3847.0, 3857.0, 3857.0, 3847.0, 3847.0, 3847.0, 3867.0, 3846.0, 3848.0, 3877.0, 3847.0, 3856.0, 3857.0, 3847.0, 3857.0, 3847.0, 3867.0, 3847.0, 3836.0, 3887.0, 3845.0, 3856.0, 3845.0, 3846.0, 3864.0, 3844.0, 3855.0, 3845.0, 3845.0, 3834.0, 3844.0, 3846.0, 3846.0, 3847.0, 3847.0, 3858.0, 3859.0, 3878.0, 3847.0, 3847.0, 3877.0, 3847.0, 3856.0, 3845.0, 3847.0, 3867.0, 3858.0, 3847.0, 3855.0, 3847.0, 3846.0, 3858.0, 3848.0, 3857.0, 3859.0, 3848.0, 3858.0], 'WindowWidth': [8746.0, 8683.0, 8683.0, 8664.0, 8657.0, 8654.0, 8652.0, 8649.0, 8649.0, 8628.0, 8647.0, 8631.0, 8659.0, 8628.0, 8644.0, 8648.0, 8631.0, 8647.0, 8650.0, 8661.0, 8653.0, 8649.0, 8650.0, 8652.0, 8680.0, 8649.0, 8654.0, 8651.0, 8637.0, 8677.0, 8647.0, 8665.0, 8650.0, 8644.0, 8647.0, 8647.0, 8644.0, 8645.0, 8664.0, 8646.0, 8631.0, 8629.0, 8643.0, 8630.0, 8640.0, 8629.0, 8657.0, 8626.0, 8627.0, 8624.0, 8625.0, 8637.0, 8621.0, 8622.0, 8621.0, 8622.0, 8592.0, 8621.0, 8622.0, 8635.0, 8638.0, 8622.0, 8622.0, 8625.0, 8640.0, 8624.0, 8626.0, 8624.0, 8626.0, 8625.0, 8644.0, 8624.0, 8644.0, 8630.0, 8645.0, 8646.0, 8651.0, 8649.0, 8635.0, 8675.0, 8649.0, 8650.0, 8644.0, 8643.0, 8658.0, 8645.0, 8632.0, 8672.0, 8644.0, 8645.0, 8644.0, 8630.0, 8658.0, 8645.0, 8626.0, 8643.0, 8629.0, 8628.0, 8627.0, 8646.0, 8628.0, 8630.0, 8655.0, 8641.0, 8642.0, 8623.0, 8626.0, 8655.0, 8625.0, 8623.0, 8621.0, 8624.0, 8638.0, 8642.0, 8629.0, 8652.0, 8626.0, 8624.0, 8640.0, 8628.0, 8653.0, 8639.0, 8626.0, 8641.0, 8629.0, 8642.0, 8628.0, 8628.0, 8641.0, 8629.0, 8641.0, 8646.0, 8630.0, 8642.0, 8646.0, 8644.0, 8649.0, 8636.0, 8648.0, 8650.0, 8679.0, 8651.0, 8671.0, 8647.0, 8650.0, 8646.0, 8647.0, 8632.0, 8647.0, 8650.0, 8648.0, 8652.0, 8637.0, 8664.0, 8650.0, 8668.0, 8652.0, 8687.0, 8657.0, 8685.0, 8658.0, 8672.0, 8676.0, 8684.0, 8705.0, 8653.0, 8647.0, 8648.0, 8632.0, 8657.0, 8643.0, 8643.0, 8641.0, 8628.0, 8657.0, 8645.0, 8602.0, 8641.0, 8644.0, 8661.0, 8645.0, 8610.0, 8640.0, 8643.0, 8626.0, 8643.0, 8628.0, 8644.0, 8649.0, 8630.0, 8647.0, 8635.0, 8673.0, 8650.0, 8647.0, 8647.0, 8649.0, 8663.0, 8650.0, 8638.0, 8648.0, 8651.0, 8681.0, 8646.0, 8649.0, 8628.0, 8628.0, 8660.0, 8632.0, 8628.0, 8624.0, 8627.0, 8639.0, 8640.0, 8612.0, 8639.0, 8627.0, 8654.0, 8641.0, 8629.0, 8642.0, 8624.0, 8653.0, 8626.0, 8643.0, 8639.0, 8623.0, 8625.0, 8628.0, 8626.0, 8642.0, 8599.0, 8639.0, 8643.0, 8642.0, 8646.0, 8618.0, 8644.0, 8644.0, 8658.0, 8646.0, 8601.0, 8641.0, 8630.0, 8657.0, 8644.0, 8628.0, 8647.0, 8649.0, 8660.0, 8645.0, 8645.0, 8647.0, 8649.0, 8643.0, 8646.0, 8660.0, 8649.0, 8633.0, 8647.0, 8650.0, 8652.0, 8649.0, 8649.0, 8676.0, 8647.0, 8650.0, 8647.0, 8648.0, 8662.0, 8646.0, 8649.0, 8645.0, 8642.0, 8658.0, 8645.0, 8630.0, 8656.0, 8627.0, 8641.0, 8643.0, 8630.0, 8641.0, 8645.0, 8646.0, 8646.0, 8649.0, 8658.0, 8648.0, 8645.0, 8650.0, 8648.0, 8662.0, 8646.0, 8630.0, 8644.0, 8647.0, 8647.0, 8648.0, 8647.0, 8647.0, 8646.0, 8662.0, 8647.0, 8618.0, 8647.0, 8651.0, 8662.0, 8647.0, 8648.0, 8665.0, 8648.0, 8647.0, 8651.0, 8647.0, 8645.0, 8632.0, 8676.0, 8647.0, 8644.0, 8647.0, 8634.0, 8674.0, 8645.0, 8646.0, 8646.0, 8648.0, 8671.0, 8641.0, 8660.0, 8644.0, 8626.0, 8643.0, 8629.0, 8642.0, 8630.0, 8661.0, 8643.0, 8631.0, 8641.0, 8631.0, 8659.0, 8630.0, 8630.0, 8645.0, 8628.0, 8647.0, 8648.0, 8675.0, 8646.0, 8664.0, 8648.0, 8646.0, 8645.0, 8632.0, 8656.0, 8628.0, 8657.0, 8626.0, 8626.0, 8625.0, 8626.0, 8670.0, 8625.0, 8637.0, 8625.0, 8608.0, 8624.0, 8626.0, 8652.0, 8627.0, 8623.0, 8638.0, 8625.0, 8644.0, 8628.0, 8639.0, 8640.0, 8626.0, 8638.0, 8624.0, 8623.0, 8644.0, 8629.0, 8642.0, 8627.0, 8624.0, 8642.0, 8628.0, 8641.0, 8645.0, 8640.0, 8647.0, 8645.0, 8642.0, 8642.0, 8643.0, 8646.0, 8616.0, 8646.0, 8647.0, 8660.0, 8645.0, 8634.0, 8644.0, 8633.0, 8660.0, 8649.0, 8649.0, 8648.0, 8633.0, 8645.0, 8647.0, 8662.0, 8647.0, 8647.0, 8649.0, 8634.0, 8650.0, 8651.0, 8682.0, 8649.0, 8648.0, 8647.0, 8631.0, 8658.0, 8644.0, 8643.0, 8643.0, 8614.0, 8644.0, 8633.0, 8660.0, 8648.0, 8637.0, 8648.0, 8630.0, 8642.0, 8533.0, 8756.0, 8681.0, 8656.0, 8647.0, 8608.0, 8680.0, 8656.0, 8625.0, 8645.0, 8650.0, 8636.0, 8652.0, 8651.0, 8658.0, 8658.0, 8663.0, 8663.0, 8671.0, 8659.0, 8683.0, 8674.0, 8656.0, 8638.0, 8653.0, 8671.0, 8640.0, 8669.0, 8653.0, 8668.0, 8631.0, 8615.0, 8673.0, 8643.0, 8653.0, 8626.0, 8624.0, 8625.0, 8656.0, 8631.0, 8648.0, 8652.0, 8649.0, 8651.0, 8662.0, 8657.0, 8649.0, 8655.0, 8639.0, 8648.0, 8636.0, 8679.0, 8653.0, 8662.0, 8653.0, 8636.0, 8648.0, 8635.0, 8676.0, 8652.0, 8665.0, 8653.0, 8637.0, 8653.0, 8641.0, 8695.0, 8654.0, 8666.0, 8637.0, 8653.0, 8649.0, 8634.0, 8677.0, 8635.0, 8664.0, 8651.0, 8648.0, 8651.0, 8653.0, 8684.0, 8650.0, 8677.0, 8636.0, 8650.0, 8650.0, 8635.0, 8650.0, 8652.0, 8651.0, 8655.0, 8683.0, 8651.0, 8653.0, 8635.0, 8638.0, 8663.0, 8635.0, 8663.0, 8652.0, 8649.0, 8657.0, 8657.0, 8684.0, 8639.0, 8667.0, 8651.0, 8636.0, 8649.0, 8652.0, 8682.0, 8649.0, 8646.0, 8632.0, 8633.0, 8675.0, 8647.0, 8649.0, 8649.0, 8635.0, 8647.0, 8650.0, 8662.0, 8635.0, 8629.0, 8635.0, 8620.0, 8649.0, 8652.0, 8683.0, 8656.0, 8668.0, 8657.0, 8657.0, 8654.0, 8637.0, 8695.0, 8651.0, 8648.0, 8636.0, 8650.0, 8663.0, 8635.0, 8676.0, 8630.0, 8630.0, 8631.0, 8632.0, 8649.0, 8633.0, 8645.0, 8650.0, 8633.0, 8635.0, 8634.0, 8649.0, 8653.0, 8678.0, 8635.0, 8647.0, 8634.0, 8636.0, 8677.0, 8630.0, 8661.0, 8631.0, 8617.0, 8668.0, 8626.0, 8641.0, 8632.0, 8615.0, 8629.0, 8630.0, 8656.0, 8633.0, 8628.0, 8634.0, 8634.0, 8649.0, 8652.0, 8653.0, 8658.0, 8657.0, 8656.0, 8642.0, 8655.0, 8655.0, 8685.0, 8656.0, 8688.0, 8654.0, 8658.0, 8693.0, 8652.0, 8684.0, 8637.0, 8635.0, 8632.0, 8634.0, 8631.0, 8632.0, 8634.0, 8634.0, 8635.0, 8652.0, 8658.0, 8655.0, 8649.0, 8641.0, 8652.0, 8637.0, 8656.0, 8656.0, 8678.0, 8669.0, 8713.0, 8676.0, 8672.0, 8677.0, 8630.0, 8657.0, 8632.0, 8630.0, 8634.0, 8637.0, 8675.0, 8631.0, 8647.0, 8645.0, 8630.0, 8628.0, 8630.0, 8614.0, 8653.0, 8626.0, 8641.0, 8628.0, 8615.0, 8654.0, 8629.0, 8627.0, 8627.0, 8616.0, 8654.0, 8627.0, 8615.0, 8627.0, 8612.0, 8656.0, 8630.0, 8631.0, 8630.0, 8632.0, 8658.0, 8632.0, 8633.0, 8644.0, 8631.0, 8674.0, 8632.0, 8618.0, 8629.0, 8630.0, 8645.0, 8630.0, 8616.0, 8675.0, 8648.0, 8647.0, 8629.0, 8631.0, 8643.0, 8648.0, 8632.0, 8658.0, 8633.0, 8628.0, 8635.0, 8635.0, 8677.0, 8648.0, 8630.0, 8646.0, 8636.0, 8662.0, 8651.0, 8634.0, 8652.0, 8654.0, 8680.0, 8655.0, 8652.0, 8659.0, 8663.0, 8686.0, 8658.0, 8654.0, 8653.0, 8656.0, 8684.0, 8651.0, 8654.0, 8680.0, 8652.0, 8668.0, 8650.0, 8633.0, 8677.0, 8645.0, 8648.0, 8655.0, 8625.0, 8642.0, 8627.0, 8633.0, 8673.0, 8630.0, 8633.0, 8626.0, 8629.0, 8656.0, 8631.0, 8632.0, 8644.0, 8630.0, 8660.0, 8633.0, 8634.0, 8675.0, 8630.0, 8646.0, 8628.0, 8631.0, 8656.0, 8628.0, 8617.0, 8628.0, 8633.0, 8678.0, 8635.0, 8649.0, 8631.0, 8633.0, 8675.0, 8631.0, 8632.0, 8644.0, 8633.0, 8647.0, 8632.0, 8634.0, 8674.0, 8631.0, 8663.0, 8627.0, 8612.0, 8653.0, 8608.0, 8641.0, 8623.0, 8611.0, 8635.0, 8624.0, 8611.0, 8608.0, 8608.0, 8625.0, 8630.0, 8610.0, 8630.0, 8631.0, 8647.0, 8636.0, 8632.0, 8632.0, 8635.0, 8659.0, 8634.0, 8646.0, 8647.0, 8632.0, 8633.0, 8635.0, 8661.0, 8631.0, 8636.0, 8674.0, 8633.0, 8645.0, 8649.0, 8634.0, 8647.0, 8633.0, 8661.0, 8634.0, 8620.0, 8687.0, 8627.0, 8645.0, 8628.0, 8629.0, 8654.0, 8625.0, 8639.0, 8625.0, 8627.0, 8610.0, 8627.0, 8629.0, 8630.0, 8634.0, 8633.0, 8649.0, 8652.0, 8676.0, 8635.0, 8635.0, 8674.0, 8632.0, 8644.0, 8628.0, 8631.0, 8659.0, 8648.0, 8633.0, 8642.0, 8633.0, 8631.0, 8649.0, 8637.0, 8646.0, 8652.0, 8637.0, 8650.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.0010713808975834295</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024100814269275028</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.62210499182025</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1603432698847915</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9757064182603687</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5042</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3931.3315</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08583310016830345</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.0713463751438437</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.258154216414955</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2322598558696867</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.47451394100299</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.0676888523721897</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.004381</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01998085342347622</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029169365763664246</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.172124007473808</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>23.5794</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.0609</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.0381</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299505.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1031.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.8868</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.721</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.9505</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3085.9186</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3222.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77039.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1247.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4019.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>772.2635</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.42699642642401</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> |