=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0094 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0094",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0094_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0094_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0094_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0094_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0094_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0094_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0094_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0094_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0094_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-04/func/sub-0094_ses-04_task-social_acq-mb8_run-05_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>ba3b7618c9dd5fa0d95d545ff404b0c9</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:23:18.717500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998631, -0.0081217, 0.0516788, 0.0118526, 0.997312, -0.0723015]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.106691</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4252, -7862, -7212, 636, -41, -268, 293, 84]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.029</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3b12c2c0-fa1d-40fb-a950-8b9db5578ca4||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679253339767456, 0.031799543648958206, 0.1375722587108612, 106.48217010498047], [0.021789928898215294, 2.6757161617279053, -0.19660061597824097, -99.373779296875], [0.13865041732788086, 0.1939796805381775, 2.6893162727355957, -77.31224822998047], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['192318.717500', '192319.177500', '192319.637500', '192320.097500', '192320.557500', '192321.017500', '192321.477500', '192321.937500', '192322.397500', '192322.857500', '192323.317500', '192323.777500', '192324.237500', '192324.697500', '192325.157500', '192325.617500', '192326.077500', '192326.537500', '192326.997500', '192327.457500', '192327.917500', '192328.377500', '192328.837500', '192329.297500', '192329.757500', '192330.217500', '192330.677500', '192331.137500', '192331.597500', '192332.057500', '192332.517500', '192332.977500', '192333.437500', '192333.897500', '192334.357500', '192334.817500', '192335.277500', '192335.737500', '192336.197500', '192336.657500', '192337.117500', '192337.577500', '192338.037500', '192338.497500', '192338.957500', '192339.417500', '192339.877500', '192340.337500', '192340.797500', '192341.257500', '192341.717500', '192342.177500', '192342.637500', '192343.097500', '192343.557500', '192344.017500', '192344.477500', '192344.937500', '192345.397500', '192345.857500', '192346.317500', '192346.777500', '192347.237500', '192347.697500', '192348.157500', '192348.617500', '192349.077500', '192349.537500', '192349.997500', '192350.457500', '192350.917500', '192351.377500', '192351.837500', '192352.297500', '192352.757500', '192353.217500', '192353.677500', '192354.137500', '192354.597500', '192355.057500', '192355.517500', '192355.977500', '192356.437500', '192356.897500', '192357.357500', '192357.817500', '192358.277500', '192358.737500', '192359.197500', '192359.657500', '192400.117500', '192400.577500', '192401.037500', '192401.497500', '192401.957500', '192402.417500', '192402.877500', '192403.337500', '192403.797500', '192404.257500', '192404.717500', '192405.177500', '192405.637500', '192406.097500', '192406.557500', '192407.017500', '192407.477500', '192407.937500', '192408.397500', '192408.857500', '192409.317500', '192409.777500', '192410.237500', '192410.697500', '192411.157500', '192411.617500', '192412.077500', '192412.537500', '192412.997500', '192413.457500', '192413.917500', '192414.377500', '192414.837500', '192415.297500', '192415.757500', '192416.217500', '192416.677500', '192417.137500', '192417.597500', '192418.057500', '192418.517500', '192418.977500', '192419.437500', '192419.897500', '192420.357500', '192420.817500', '192421.277500', '192421.737500', '192422.197500', '192422.657500', '192423.117500', '192423.577500', '192424.037500', '192424.497500', '192424.957500', '192425.417500', '192425.877500', '192426.337500', '192426.797500', '192427.257500', '192427.717500', '192428.177500', '192428.637500', '192429.097500', '192429.557500', '192430.017500', '192430.477500', '192430.937500', '192431.397500', '192431.857500', '192432.317500', '192432.777500', '192433.237500', '192433.697500', '192434.157500', '192434.617500', '192435.077500', '192435.537500', '192435.997500', '192436.457500', '192436.917500', '192437.377500', '192437.837500', '192438.297500', '192438.757500', '192439.217500', '192439.677500', '192440.137500', '192440.597500', '192441.057500', '192441.517500', '192441.977500', '192442.437500', '192442.897500', '192443.357500', '192443.817500', '192444.277500', '192444.737500', '192445.197500', '192445.657500', '192446.117500', '192446.577500', '192447.037500', '192447.497500', '192447.957500', '192448.417500', '192448.877500', '192449.337500', '192449.797500', '192450.257500', '192450.717500', '192451.177500', '192451.637500', '192452.097500', '192452.557500', '192453.017500', '192453.477500', '192453.937500', '192454.397500', '192454.857500', '192455.317500', '192455.777500', '192456.237500', '192456.697500', '192457.157500', '192457.617500', '192458.077500', '192458.537500', '192458.997500', '192459.457500', '192459.917500', '192500.377500', '192500.837500', '192501.297500', '192501.757500', '192502.217500', '192502.677500', '192503.137500', '192503.597500', '192504.057500', '192504.517500', '192504.977500', '192505.437500', '192505.897500', '192506.357500', '192506.817500', '192507.277500', '192507.737500', '192508.197500', '192508.657500', '192509.117500', '192509.577500', '192510.037500', '192510.497500', '192510.957500', '192511.417500', '192511.877500', '192512.337500', '192512.797500', '192513.257500', '192513.717500', '192514.177500', '192514.637500', '192515.097500', '192515.557500', '192516.017500', '192516.477500', '192516.937500', '192517.397500', '192517.857500', '192518.317500', '192518.777500', '192519.237500', '192519.697500', '192520.157500', '192520.617500', '192521.077500', '192521.537500', '192521.997500', '192522.457500', '192522.917500', '192523.377500', '192523.837500', '192524.297500', '192524.757500', '192525.217500', '192525.677500', '192526.137500', '192526.597500', '192527.057500', '192527.517500', '192527.977500', '192528.437500', '192528.897500', '192529.357500', '192529.817500', '192530.277500', '192530.737500', '192531.197500', '192531.657500', '192532.117500', '192532.577500', '192533.037500', '192533.497500', '192533.957500', '192534.417500', '192534.877500', '192535.337500', '192535.797500', '192536.257500', '192536.717500', '192537.177500', '192537.637500', '192538.097500', '192538.557500', '192539.017500', '192539.477500', '192539.937500', '192540.397500', '192540.857500', '192541.317500', '192541.777500', '192542.237500', '192542.697500', '192543.157500', '192543.617500', '192544.077500', '192544.537500', '192544.997500', '192545.457500', '192545.917500', '192546.377500', '192546.837500', '192547.297500', '192547.757500', '192548.217500', '192548.677500', '192549.137500', '192549.597500', '192550.057500', '192550.517500', '192550.977500', '192551.437500', '192551.897500', '192552.357500', '192552.817500', '192553.277500', '192553.737500', '192554.197500', '192554.657500', '192555.117500', '192555.577500', '192556.037500', '192556.497500', '192556.957500', '192557.417500', '192557.877500', '192558.337500', '192558.797500', '192559.257500', '192559.717500', '192600.177500', '192600.637500', '192601.097500', '192601.557500', '192602.017500', '192602.477500', '192602.937500', '192603.397500', '192603.857500', '192604.317500', '192604.777500', '192605.237500', '192605.697500', '192606.157500', '192606.617500', '192607.077500', '192607.537500', '192607.997500', '192608.457500', '192608.917500', '192609.377500', '192609.837500', '192610.297500', '192610.757500', '192611.217500', '192611.677500', '192612.137500', '192612.597500', '192613.057500', '192613.517500', '192613.977500', '192614.437500', '192614.897500', '192615.357500', '192615.817500', '192616.277500', '192616.737500', '192617.197500', '192617.657500', '192618.117500', '192618.577500', '192619.037500', '192619.497500', '192619.957500', '192620.417500', '192620.877500', '192621.337500', '192621.797500', '192622.257500', '192622.717500', '192623.177500', '192623.637500', '192624.097500', '192624.557500', '192625.017500', '192625.477500', '192625.937500', '192626.397500', '192626.857500', '192627.317500', '192627.777500', '192628.237500', '192628.697500', '192629.157500', '192629.617500', '192630.077500', '192630.537500', '192630.997500', '192631.457500', '192631.917500', '192632.377500', '192632.837500', '192633.297500', '192633.757500', '192634.217500', '192634.677500', '192635.137500', '192635.597500', '192636.057500', '192636.517500', '192636.977500', '192637.437500', '192637.897500', '192638.357500', '192638.817500', '192639.277500', '192639.737500', '192640.197500', '192640.657500', '192641.117500', '192641.577500', '192642.037500', '192642.497500', '192642.957500', '192643.417500', '192643.877500', '192644.337500', '192644.797500', '192645.257500', '192645.717500', '192646.177500', '192646.637500', '192647.097500', '192647.557500', '192648.017500', '192648.477500', '192648.937500', '192649.397500', '192649.857500', '192650.317500', '192650.777500', '192651.237500', '192651.697500', '192652.157500', '192652.617500', '192653.077500', '192653.537500', '192653.997500', '192654.457500', '192654.917500', '192655.377500', '192655.837500', '192656.297500', '192656.757500', '192657.217500', '192657.677500', '192658.137500', '192658.597500', '192659.057500', '192659.517500', '192659.977500', '192700.437500', '192700.897500', '192701.357500', '192701.817500', '192702.277500', '192702.737500', '192703.197500', '192703.657500', '192704.117500', '192704.577500', '192705.037500', '192705.497500', '192705.957500', '192706.417500', '192706.877500', '192707.337500', '192707.797500', '192708.257500', '192708.717500', '192709.177500', '192709.637500', '192710.097500', '192710.557500', '192711.017500', '192711.477500', '192711.937500', '192712.397500', '192712.857500', '192713.317500', '192713.777500', '192714.237500', '192714.697500', '192715.157500', '192715.617500', '192716.077500', '192716.537500', '192716.997500', '192717.457500', '192717.917500', '192718.377500', '192718.837500', '192719.297500', '192719.757500', '192720.217500', '192720.677500', '192721.137500', '192721.597500', '192722.057500', '192722.517500', '192722.977500', '192723.437500', '192723.897500', '192724.357500', '192724.817500', '192725.277500', '192725.737500', '192726.197500', '192726.657500', '192727.117500', '192727.577500', '192728.037500', '192728.497500', '192728.957500', '192729.417500', '192729.877500', '192730.337500', '192730.797500', '192731.257500', '192731.717500', '192732.177500', '192732.637500', '192733.097500', '192733.557500', '192734.017500', '192734.477500', '192734.937500', '192735.397500', '192735.857500', '192736.317500', '192736.777500', '192737.237500', '192737.697500', '192738.157500', '192738.617500', '192739.077500', '192739.537500', '192739.997500', '192740.457500', '192740.917500', '192741.377500', '192741.837500', '192742.297500', '192742.757500', '192743.217500', '192743.677500', '192744.137500', '192744.597500', '192745.057500', '192745.517500', '192745.977500', '192746.437500', '192746.897500', '192747.357500', '192747.817500', '192748.277500', '192748.737500', '192749.197500', '192749.657500', '192750.117500', '192750.577500', '192751.037500', '192751.497500', '192751.957500', '192752.417500', '192752.877500', '192753.337500', '192753.797500', '192754.257500', '192754.717500', '192755.177500', '192755.637500', '192756.097500', '192756.557500', '192757.017500', '192757.477500', '192757.937500', '192758.397500', '192758.857500', '192759.317500', '192759.777500', '192800.237500', '192800.697500', '192801.157500', '192801.617500', '192802.077500', '192802.537500', '192802.997500', '192803.457500', '192803.917500', '192804.377500', '192804.837500', '192805.297500', '192805.757500', '192806.217500', '192806.677500', '192807.137500', '192807.597500', '192808.057500', '192808.517500', '192808.977500', '192809.437500', '192809.897500', '192810.357500', '192810.817500', '192811.277500', '192811.737500', '192812.197500', '192812.657500', '192813.117500', '192813.577500', '192814.037500', '192814.497500', '192814.957500', '192815.417500', '192815.877500', '192816.337500', '192816.797500', '192817.257500', '192817.717500', '192818.177500', '192818.637500', '192819.097500', '192819.557500', '192820.017500', '192820.477500', '192820.937500', '192821.397500', '192821.857500', '192822.317500', '192822.777500', '192823.237500', '192823.697500', '192824.157500', '192824.617500', '192825.077500', '192825.537500', '192825.997500', '192826.457500', '192826.917500', '192827.377500', '192827.837500', '192828.297500', '192828.757500', '192829.217500', '192829.677500', '192830.137500', '192830.597500', '192831.057500', '192831.517500', '192831.977500', '192832.437500', '192832.897500', '192833.357500', '192833.817500', '192834.277500', '192834.737500', '192835.197500', '192835.657500', '192836.117500', '192836.577500', '192837.037500', '192837.497500', '192837.957500', '192838.417500', '192838.877500', '192839.337500', '192839.797500', '192840.257500', '192840.717500', '192841.177500', '192841.637500', '192842.097500', '192842.557500', '192843.017500', '192843.477500', '192843.937500', '192844.397500', '192844.857500', '192845.317500', '192845.777500', '192846.237500', '192846.697500', '192847.157500', '192847.617500', '192848.077500', '192848.537500', '192848.997500', '192849.457500', '192849.917500', '192850.377500', '192850.837500', '192851.297500', '192851.757500', '192852.217500', '192852.677500', '192853.137500', '192853.597500', '192854.057500', '192854.517500', '192854.977500', '192855.437500', '192855.897500', '192856.357500', '192856.817500', '192857.277500', '192857.737500', '192858.197500', '192858.657500', '192859.117500', '192859.577500', '192900.037500', '192900.497500', '192900.957500', '192901.417500', '192901.877500', '192902.337500', '192902.797500', '192903.257500', '192903.717500', '192904.177500', '192904.637500', '192905.097500', '192905.557500', '192906.017500', '192906.477500', '192906.937500', '192907.397500', '192907.857500', '192908.317500', '192908.777500', '192909.237500', '192909.697500', '192910.157500', '192910.617500', '192911.077500', '192911.537500', '192911.997500', '192912.457500', '192912.917500', '192913.377500', '192913.837500', '192914.297500', '192914.757500', '192915.217500', '192915.677500', '192916.137500', '192916.597500', '192917.057500', '192917.517500', '192917.977500', '192918.437500', '192918.897500', '192919.357500', '192919.817500', '192920.277500', '192920.737500', '192921.197500', '192921.657500', '192922.117500', '192922.577500', '192923.037500', '192923.497500', '192923.957500', '192924.417500', '192924.877500', '192925.337500', '192925.797500', '192926.257500', '192926.717500', '192927.177500', '192927.637500', '192928.097500', '192928.557500', '192929.017500', '192929.477500', '192929.937500', '192930.397500', '192930.857500', '192931.317500', '192931.777500', '192932.237500', '192932.697500', '192933.157500', '192933.617500', '192934.077500', '192934.537500', '192934.997500', '192935.457500', '192935.917500', '192936.377500', '192936.837500', '192937.297500', '192937.757500', '192938.217500', '192938.677500', '192939.137500', '192939.597500', '192940.057500', '192940.517500', '192940.977500', '192941.437500', '192941.897500', '192942.357500', '192942.817500', '192943.277500', '192943.737500', '192944.197500', '192944.657500', '192945.117500', '192945.577500', '192946.037500', '192946.497500', '192946.957500', '192947.417500', '192947.877500', '192948.337500', '192948.797500', '192949.257500', '192949.717500', '192950.177500', '192950.637500', '192951.097500', '192951.557500', '192952.017500', '192952.477500', '192952.937500', '192953.397500', '192953.857500', '192954.317500', '192954.777500', '192955.237500', '192955.697500', '192956.157500', '192956.617500', '192957.077500', '192957.537500', '192957.997500', '192958.457500', '192958.917500', '192959.377500'], 'ContentTime': ['192347.939000', '192347.942000', '192347.945000', '192347.947000', '192347.950000', '192347.953000', '192347.955000', '192347.958000', '192347.960000', '192347.963000', '192347.966000', '192347.968000', '192347.971000', '192347.973000', '192347.976000', '192347.978000', '192347.981000', '192347.984000', '192347.986000', '192347.989000', '192347.991000', '192347.996000', '192347.998000', '192348.002000', '192348.004000', '192348.007000', '192348.010000', '192348.012000', '192348.015000', '192348.017000', '192348.020000', '192348.022000', '192348.025000', '192348.028000', '192348.030000', '192348.033000', '192348.037000', '192348.040000', '192348.042000', '192348.045000', '192348.047000', '192348.050000', '192348.053000', '192348.055000', '192348.058000', '192348.060000', '192348.063000', '192348.065000', '192348.068000', '192348.071000', '192348.073000', '192348.076000', '192348.078000', '192348.081000', '192348.083000', '192348.086000', '192348.088000', '192348.091000', '192348.094000', '192348.096000', '192348.099000', '192348.101000', '192407.903000', '192407.906000', '192407.909000', '192407.911000', '192407.914000', '192407.917000', '192407.919000', '192407.922000', '192407.924000', '192407.927000', '192407.930000', '192407.932000', '192407.935000', '192407.937000', '192407.940000', '192407.942000', '192407.945000', '192407.948000', '192407.950000', '192407.953000', '192407.956000', '192407.958000', '192407.974000', '192407.976000', '192407.979000', '192407.982000', '192407.984000', '192407.987000', '192407.989000', '192407.992000', '192407.995000', '192407.997000', '192408.001000', '192408.003000', '192408.006000', '192408.008000', '192408.011000', '192408.014000', '192408.016000', '192408.019000', '192408.021000', '192408.024000', '192408.027000', '192427.903000', '192427.906000', '192427.909000', '192427.911000', '192427.914000', '192427.917000', '192427.919000', '192427.922000', '192427.925000', '192427.927000', '192427.930000', '192427.932000', '192427.935000', '192427.937000', '192427.940000', '192427.943000', '192427.945000', '192427.948000', '192427.950000', '192427.953000', '192427.956000', '192427.958000', '192427.961000', '192427.964000', '192427.966000', '192427.969000', '192427.971000', '192427.974000', '192427.976000', '192427.979000', '192427.982000', '192427.984000', '192427.987000', '192427.989000', '192427.992000', '192427.995000', '192427.997000', '192428.001000', '192428.003000', '192428.006000', '192428.009000', '192428.011000', '192428.014000', '192428.016000', '192447.903000', '192447.906000', '192447.909000', '192447.912000', '192447.914000', '192447.917000', '192447.919000', '192447.922000', '192447.925000', '192447.927000', '192447.930000', '192447.932000', '192447.935000', '192447.938000', '192447.940000', '192447.943000', '192447.945000', '192447.948000', '192447.951000', '192447.953000', '192447.956000', '192447.958000', '192447.961000', '192447.964000', '192447.966000', '192447.969000', '192447.972000', '192447.974000', '192447.977000', '192447.979000', '192447.982000', '192447.984000', '192447.987000', '192447.990000', '192447.992000', '192447.995000', '192447.998000', '192448.001000', '192448.004000', '192448.006000', '192448.009000', '192448.011000', '192448.014000', '192507.903000', '192507.906000', '192507.909000', '192507.911000', '192507.914000', '192507.917000', '192507.919000', '192507.922000', '192507.925000', '192507.927000', '192507.930000', '192507.933000', '192507.935000', '192507.938000', '192507.940000', '192507.943000', '192507.946000', '192507.948000', '192507.951000', '192507.953000', '192507.956000', '192507.959000', '192507.961000', '192507.964000', '192507.966000', '192507.969000', '192507.971000', '192507.974000', '192507.977000', '192507.979000', '192507.982000', '192507.984000', '192507.987000', '192507.990000', '192507.992000', '192507.995000', '192507.997000', '192508.000000', '192508.003000', '192508.005000', '192508.008000', '192508.010000', '192508.013000', '192508.016000', '192527.904000', '192527.907000', '192527.909000', '192527.912000', '192527.914000', '192527.917000', '192527.920000', '192527.922000', '192527.925000', '192527.927000', '192527.930000', '192527.933000', '192527.935000', '192527.938000', '192527.940000', '192527.943000', '192527.945000', '192527.948000', '192527.961000', '192527.964000', '192527.966000', '192527.969000', '192527.972000', '192527.974000', '192527.977000', '192527.979000', '192527.982000', '192527.984000', '192527.987000', '192527.990000', '192527.992000', '192527.995000', '192527.997000', '192528.001000', '192528.004000', '192528.006000', '192528.009000', '192528.011000', '192528.014000', '192528.017000', '192528.019000', '192528.022000', '192528.024000', '192547.903000', '192547.906000', '192547.909000', '192547.912000', '192547.914000', '192547.917000', '192547.920000', '192547.922000', '192547.925000', '192547.928000', '192547.930000', '192547.933000', '192547.936000', '192547.938000', '192547.941000', '192547.944000', '192547.946000', '192547.949000', '192547.962000', '192547.964000', '192547.967000', '192547.970000', '192547.972000', '192547.975000', '192547.977000', '192547.980000', '192547.983000', '192547.985000', '192547.988000', '192547.990000', '192547.993000', '192547.996000', '192547.998000', '192548.002000', '192548.005000', '192548.007000', '192548.010000', '192548.012000', '192548.015000', '192548.018000', '192548.020000', '192548.023000', '192548.025000', '192548.028000', '192607.904000', '192607.906000', '192607.909000', '192607.912000', '192607.914000', '192607.917000', '192607.920000', '192607.922000', '192607.925000', '192607.928000', '192607.930000', '192607.933000', '192607.935000', '192607.938000', '192607.941000', '192607.943000', '192607.946000', '192607.949000', '192607.951000', '192607.954000', '192607.956000', '192607.959000', '192607.962000', '192607.964000', '192607.967000', '192607.969000', '192607.972000', '192607.974000', '192607.977000', '192607.980000', '192607.982000', '192607.985000', '192607.988000', '192607.990000', '192607.993000', '192607.995000', '192607.998000', '192608.001000', '192608.004000', '192608.007000', '192608.009000', '192608.012000', '192608.014000', '192627.903000', '192627.906000', '192627.910000', '192627.913000', '192627.915000', '192627.918000', '192627.921000', '192627.923000', '192627.926000', '192627.928000', '192627.931000', '192627.934000', '192627.936000', '192627.939000', '192627.941000', '192627.944000', '192627.947000', '192627.949000', '192627.952000', '192627.955000', '192627.957000', '192627.960000', '192627.962000', '192627.965000', '192627.968000', '192627.970000', '192627.973000', '192627.975000', '192627.978000', '192627.981000', '192627.983000', '192627.986000', '192627.988000', '192627.991000', '192627.994000', '192627.996000', '192628.000000', '192628.002000', '192628.005000', '192628.008000', '192628.010000', '192628.013000', '192628.015000', '192628.018000', '192647.903000', '192647.906000', '192647.909000', '192647.912000', '192647.914000', '192647.917000', '192647.919000', '192647.922000', '192647.925000', '192647.927000', '192647.930000', '192647.932000', '192647.935000', '192647.938000', '192647.940000', '192647.943000', '192647.949000', '192647.951000', '192647.954000', '192647.957000', '192647.959000', '192647.962000', '192647.964000', '192647.967000', '192647.969000', '192647.972000', '192647.975000', '192647.977000', '192647.980000', '192647.983000', '192647.985000', '192647.988000', '192647.990000', '192647.993000', '192647.995000', '192647.998000', '192648.002000', '192648.004000', '192648.007000', '192648.009000', '192648.012000', '192648.014000', '192648.017000', '192707.903000', '192707.906000', '192707.909000', '192707.912000', '192707.914000', '192707.917000', '192707.919000', '192707.922000', '192707.924000', '192707.927000', '192707.930000', '192707.932000', '192707.935000', '192707.937000', '192707.940000', '192707.943000', '192707.945000', '192707.948000', '192707.951000', '192707.953000', '192707.956000', '192707.958000', '192707.961000', '192707.964000', '192707.966000', '192707.969000', '192707.971000', '192707.974000', '192707.977000', '192707.979000', '192707.982000', '192707.985000', '192707.987000', '192707.990000', '192707.993000', '192707.995000', '192707.998000', '192708.001000', '192708.004000', '192708.007000', '192708.009000', '192708.012000', '192708.014000', '192708.028000', '192727.903000', '192727.906000', '192727.909000', '192727.912000', '192727.914000', '192727.917000', '192727.919000', '192727.922000', '192727.925000', '192727.927000', '192727.930000', '192727.932000', '192727.935000', '192727.938000', '192727.940000', '192727.943000', '192727.945000', '192727.948000', '192727.950000', '192727.953000', '192727.956000', '192727.958000', '192727.961000', '192727.963000', '192727.966000', '192727.969000', '192727.971000', '192727.985000', '192727.987000', '192727.990000', '192727.992000', '192727.995000', '192727.998000', '192728.000000', '192728.003000', '192728.006000', '192728.008000', '192728.011000', '192728.013000', '192728.016000', '192728.018000', '192728.021000', '192728.024000', '192747.903000', '192747.906000', '192747.909000', '192747.912000', '192747.914000', '192747.917000', '192747.919000', '192747.922000', '192747.925000', '192747.927000', '192747.930000', '192747.932000', '192747.935000', '192747.937000', '192747.940000', '192747.943000', '192747.945000', '192747.949000', '192747.952000', '192747.955000', '192747.957000', '192747.960000', '192747.962000', '192747.965000', '192747.968000', '192747.970000', '192747.973000', '192747.976000', '192747.978000', '192747.981000', '192747.983000', '192747.986000', '192747.988000', '192747.991000', '192747.994000', '192747.996000', '192748.000000', '192748.003000', '192748.005000', '192748.008000', '192748.011000', '192748.014000', '192748.017000', '192807.904000', '192807.907000', '192807.909000', '192807.912000', '192807.914000', '192807.918000', '192807.921000', '192807.923000', '192807.926000', '192807.928000', '192807.931000', '192807.933000', '192807.936000', '192807.939000', '192807.941000', '192807.944000', '192807.947000', '192807.949000', '192807.952000', '192807.954000', '192807.957000', '192807.960000', '192807.962000', '192807.965000', '192807.967000', '192807.970000', '192807.973000', '192807.975000', '192807.978000', '192807.980000', '192807.983000', '192807.986000', '192807.988000', '192807.991000', '192807.993000', '192807.996000', '192808.000000', '192808.002000', '192808.005000', '192808.007000', '192808.010000', '192808.013000', '192808.015000', '192808.018000', '192827.903000', '192827.906000', '192827.909000', '192827.912000', '192827.914000', '192827.917000', '192827.920000', '192827.922000', '192827.925000', '192827.927000', '192827.930000', '192827.933000', '192827.935000', '192827.938000', '192827.941000', '192827.943000', '192827.946000', '192827.948000', '192827.951000', '192827.954000', '192827.956000', '192827.959000', '192827.962000', '192827.964000', '192827.967000', '192827.969000', '192827.972000', '192827.975000', '192827.977000', '192827.980000', '192827.983000', '192827.985000', '192827.988000', '192827.990000', '192827.993000', '192827.996000', '192827.998000', '192828.002000', '192828.004000', '192828.007000', '192828.010000', '192828.012000', '192828.015000', '192847.904000', '192847.907000', '192847.909000', '192847.912000', '192847.915000', '192847.917000', '192847.920000', '192847.922000', '192847.925000', '192847.928000', '192847.930000', '192847.933000', '192847.936000', '192847.938000', '192847.941000', '192847.943000', '192847.946000', '192847.949000', '192847.951000', '192847.954000', '192847.956000', '192847.959000', '192847.962000', '192847.964000', '192847.967000', '192848.012000', '192848.015000', '192848.017000', '192848.020000', '192848.022000', '192848.025000', '192848.028000', '192848.030000', '192848.033000', '192848.035000', '192848.038000', '192848.041000', '192848.043000', '192848.046000', '192848.049000', '192848.051000', '192848.054000', '192848.056000', '192848.059000', '192907.904000', '192907.906000', '192907.909000', '192907.912000', '192907.914000', '192907.917000', '192907.921000', '192907.924000', '192907.926000', '192907.929000', '192907.932000', '192907.934000', '192907.937000', '192907.939000', '192907.942000', '192907.945000', '192907.947000', '192907.950000', '192907.952000', '192907.955000', '192907.958000', '192907.960000', '192907.963000', '192907.966000', '192907.968000', '192907.971000', '192907.974000', '192907.976000', '192907.979000', '192907.981000', '192907.984000', '192907.987000', '192907.991000', '192907.993000', '192907.996000', '192908.000000', '192908.002000', '192908.005000', '192908.008000', '192908.010000', '192908.013000', '192908.016000', '192908.018000', '192927.903000', '192927.906000', '192927.908000', '192927.911000', '192927.914000', '192927.916000', '192927.919000', '192927.921000', '192927.924000', '192927.927000', '192927.929000', '192927.932000', '192927.935000', '192927.937000', '192927.940000', '192927.943000', '192927.945000', '192927.948000', '192927.950000', '192927.953000', '192927.956000', '192927.958000', '192927.961000', '192927.964000', '192927.966000', '192927.969000', '192927.972000', '192927.974000', '192927.977000', '192927.980000', '192927.982000', '192927.985000', '192927.987000', '192927.990000', '192927.993000', '192927.995000', '192927.998000', '192928.002000', '192928.004000', '192928.007000', '192928.010000', '192928.012000', '192928.015000', '192928.017000', '192947.904000', '192947.907000', '192947.910000', '192947.912000', '192947.915000', '192947.918000', '192947.920000', '192947.923000', '192947.926000', '192947.928000', '192947.931000', '192947.934000', '192947.936000', '192947.939000', '192947.942000', '192947.944000', '192947.947000', '192947.949000', '192947.952000', '192947.954000', '192947.957000', '192947.960000', '192947.962000', '192947.965000', '192947.967000', '192947.970000', '192947.973000', '192947.975000', '192947.978000', '192947.981000', '192947.983000', '192947.986000', '192947.988000', '192947.991000', '192947.994000', '192947.996000', '192947.999000', '192948.002000', '192948.004000', '192948.007000', '192948.010000', '192948.012000', '192948.015000', '193000.384000', '193000.387000', '193000.389000', '193000.392000', '193000.395000', '193000.398000', '193000.400000', '193000.403000', '193000.406000', '193000.409000', '193000.412000', '193000.417000', '193000.420000', '193000.423000', '193000.426000', '193000.429000', '193000.432000', '193000.435000', '193000.438000', '193000.440000', '193000.444000', '193000.447000', '193000.450000', '193000.453000', '193000.455000', '193000.458000', '193000.462000', '193000.465000'], 'InstanceCreationTime': ['192347.939000', '192347.942000', '192347.945000', '192347.947000', '192347.950000', '192347.953000', '192347.955000', '192347.958000', '192347.960000', '192347.963000', '192347.966000', '192347.968000', '192347.971000', '192347.973000', '192347.976000', '192347.978000', '192347.981000', '192347.984000', '192347.986000', '192347.989000', '192347.991000', '192347.996000', '192347.998000', '192348.002000', '192348.004000', '192348.007000', '192348.010000', '192348.012000', '192348.015000', '192348.017000', '192348.020000', '192348.022000', '192348.025000', '192348.028000', '192348.030000', '192348.033000', '192348.037000', '192348.040000', '192348.042000', '192348.045000', '192348.047000', '192348.050000', '192348.053000', '192348.055000', '192348.058000', '192348.060000', '192348.063000', '192348.065000', '192348.068000', '192348.071000', '192348.073000', '192348.076000', '192348.078000', '192348.081000', '192348.083000', '192348.086000', '192348.088000', '192348.091000', '192348.094000', '192348.096000', '192348.099000', '192348.101000', '192407.903000', '192407.906000', '192407.909000', '192407.911000', '192407.914000', '192407.917000', '192407.919000', '192407.922000', '192407.924000', '192407.927000', '192407.930000', '192407.932000', '192407.935000', '192407.937000', '192407.940000', '192407.942000', '192407.945000', '192407.948000', '192407.950000', '192407.953000', '192407.956000', '192407.958000', '192407.974000', '192407.976000', '192407.979000', '192407.982000', '192407.984000', '192407.987000', '192407.989000', '192407.992000', '192407.995000', '192407.997000', '192408.001000', '192408.003000', '192408.006000', '192408.008000', '192408.011000', '192408.014000', '192408.016000', '192408.019000', '192408.021000', '192408.024000', '192408.027000', '192427.903000', '192427.906000', '192427.909000', '192427.911000', '192427.914000', '192427.917000', '192427.919000', '192427.922000', '192427.925000', '192427.927000', '192427.930000', '192427.932000', '192427.935000', '192427.937000', '192427.940000', '192427.943000', '192427.945000', '192427.948000', '192427.950000', '192427.953000', '192427.956000', '192427.958000', '192427.961000', '192427.964000', '192427.966000', '192427.969000', '192427.971000', '192427.974000', '192427.976000', '192427.979000', '192427.982000', '192427.984000', '192427.987000', '192427.989000', '192427.992000', '192427.995000', '192427.997000', '192428.001000', '192428.003000', '192428.006000', '192428.009000', '192428.011000', '192428.014000', '192428.016000', '192447.903000', '192447.906000', '192447.909000', '192447.912000', '192447.914000', '192447.917000', '192447.919000', '192447.922000', '192447.925000', '192447.927000', '192447.930000', '192447.932000', '192447.935000', '192447.938000', '192447.940000', '192447.943000', '192447.945000', '192447.948000', '192447.951000', '192447.953000', '192447.956000', '192447.958000', '192447.961000', '192447.964000', '192447.966000', '192447.969000', '192447.972000', '192447.974000', '192447.977000', '192447.979000', '192447.982000', '192447.984000', '192447.987000', '192447.990000', '192447.992000', '192447.995000', '192447.998000', '192448.001000', '192448.004000', '192448.006000', '192448.009000', '192448.011000', '192448.014000', '192507.903000', '192507.906000', '192507.909000', '192507.911000', '192507.914000', '192507.917000', '192507.919000', '192507.922000', '192507.925000', '192507.927000', '192507.930000', '192507.933000', '192507.935000', '192507.938000', '192507.940000', '192507.943000', '192507.946000', '192507.948000', '192507.951000', '192507.953000', '192507.956000', '192507.959000', '192507.961000', '192507.964000', '192507.966000', '192507.969000', '192507.971000', '192507.974000', '192507.977000', '192507.979000', '192507.982000', '192507.984000', '192507.987000', '192507.990000', '192507.992000', '192507.995000', '192507.997000', '192508.000000', '192508.003000', '192508.005000', '192508.008000', '192508.010000', '192508.013000', '192508.016000', '192527.904000', '192527.907000', '192527.909000', '192527.912000', '192527.914000', '192527.917000', '192527.920000', '192527.922000', '192527.925000', '192527.927000', '192527.930000', '192527.933000', '192527.935000', '192527.938000', '192527.940000', '192527.943000', '192527.945000', '192527.948000', '192527.961000', '192527.964000', '192527.966000', '192527.969000', '192527.972000', '192527.974000', '192527.977000', '192527.979000', '192527.982000', '192527.984000', '192527.987000', '192527.990000', '192527.992000', '192527.995000', '192527.997000', '192528.001000', '192528.004000', '192528.006000', '192528.009000', '192528.011000', '192528.014000', '192528.017000', '192528.019000', '192528.022000', '192528.024000', '192547.903000', '192547.906000', '192547.909000', '192547.912000', '192547.914000', '192547.917000', '192547.920000', '192547.922000', '192547.925000', '192547.928000', '192547.930000', '192547.933000', '192547.936000', '192547.938000', '192547.941000', '192547.944000', '192547.946000', '192547.949000', '192547.962000', '192547.964000', '192547.967000', '192547.970000', '192547.972000', '192547.975000', '192547.977000', '192547.980000', '192547.983000', '192547.985000', '192547.988000', '192547.990000', '192547.993000', '192547.996000', '192547.998000', '192548.002000', '192548.005000', '192548.007000', '192548.010000', '192548.012000', '192548.015000', '192548.018000', '192548.020000', '192548.023000', '192548.025000', '192548.028000', '192607.904000', '192607.906000', '192607.909000', '192607.912000', '192607.914000', '192607.917000', '192607.920000', '192607.922000', '192607.925000', '192607.928000', '192607.930000', '192607.933000', '192607.935000', '192607.938000', '192607.941000', '192607.943000', '192607.946000', '192607.949000', '192607.951000', '192607.954000', '192607.956000', '192607.959000', '192607.962000', '192607.964000', '192607.967000', '192607.969000', '192607.972000', '192607.974000', '192607.977000', '192607.980000', '192607.982000', '192607.985000', '192607.988000', '192607.990000', '192607.993000', '192607.995000', '192607.998000', '192608.001000', '192608.004000', '192608.007000', '192608.009000', '192608.012000', '192608.014000', '192627.903000', '192627.906000', '192627.910000', '192627.913000', '192627.915000', '192627.918000', '192627.921000', '192627.923000', '192627.926000', '192627.928000', '192627.931000', '192627.934000', '192627.936000', '192627.939000', '192627.941000', '192627.944000', '192627.947000', '192627.949000', '192627.952000', '192627.955000', '192627.957000', '192627.960000', '192627.962000', '192627.965000', '192627.968000', '192627.970000', '192627.973000', '192627.975000', '192627.978000', '192627.981000', '192627.983000', '192627.986000', '192627.988000', '192627.991000', '192627.994000', '192627.996000', '192628.000000', '192628.002000', '192628.005000', '192628.008000', '192628.010000', '192628.013000', '192628.015000', '192628.018000', '192647.903000', '192647.906000', '192647.909000', '192647.912000', '192647.914000', '192647.917000', '192647.919000', '192647.922000', '192647.925000', '192647.927000', '192647.930000', '192647.932000', '192647.935000', '192647.938000', '192647.940000', '192647.943000', '192647.949000', '192647.951000', '192647.954000', '192647.957000', '192647.959000', '192647.962000', '192647.964000', '192647.967000', '192647.969000', '192647.972000', '192647.975000', '192647.977000', '192647.980000', '192647.983000', '192647.985000', '192647.988000', '192647.990000', '192647.993000', '192647.995000', '192647.998000', '192648.002000', '192648.004000', '192648.007000', '192648.009000', '192648.012000', '192648.014000', '192648.017000', '192707.903000', '192707.906000', '192707.909000', '192707.912000', '192707.914000', '192707.917000', '192707.919000', '192707.922000', '192707.924000', '192707.927000', '192707.930000', '192707.932000', '192707.935000', '192707.937000', '192707.940000', '192707.943000', '192707.945000', '192707.948000', '192707.951000', '192707.953000', '192707.956000', '192707.958000', '192707.961000', '192707.964000', '192707.966000', '192707.969000', '192707.971000', '192707.974000', '192707.977000', '192707.979000', '192707.982000', '192707.985000', '192707.987000', '192707.990000', '192707.993000', '192707.995000', '192707.998000', '192708.001000', '192708.004000', '192708.007000', '192708.009000', '192708.012000', '192708.014000', '192708.028000', '192727.903000', '192727.906000', '192727.909000', '192727.912000', '192727.914000', '192727.917000', '192727.919000', '192727.922000', '192727.925000', '192727.927000', '192727.930000', '192727.932000', '192727.935000', '192727.938000', '192727.940000', '192727.943000', '192727.945000', '192727.948000', '192727.950000', '192727.953000', '192727.956000', '192727.958000', '192727.961000', '192727.963000', '192727.966000', '192727.969000', '192727.971000', '192727.985000', '192727.987000', '192727.990000', '192727.992000', '192727.995000', '192727.998000', '192728.000000', '192728.003000', '192728.006000', '192728.008000', '192728.011000', '192728.013000', '192728.016000', '192728.018000', '192728.021000', '192728.024000', '192747.903000', '192747.906000', '192747.909000', '192747.912000', '192747.914000', '192747.917000', '192747.919000', '192747.922000', '192747.925000', '192747.927000', '192747.930000', '192747.932000', '192747.935000', '192747.937000', '192747.940000', '192747.943000', '192747.945000', '192747.949000', '192747.952000', '192747.955000', '192747.957000', '192747.960000', '192747.962000', '192747.965000', '192747.968000', '192747.970000', '192747.973000', '192747.976000', '192747.978000', '192747.981000', '192747.983000', '192747.986000', '192747.988000', '192747.991000', '192747.994000', '192747.996000', '192748.000000', '192748.003000', '192748.005000', '192748.008000', '192748.011000', '192748.014000', '192748.017000', '192807.904000', '192807.907000', '192807.909000', '192807.912000', '192807.914000', '192807.918000', '192807.921000', '192807.923000', '192807.926000', '192807.928000', '192807.931000', '192807.933000', '192807.936000', '192807.939000', '192807.941000', '192807.944000', '192807.947000', '192807.949000', '192807.952000', '192807.954000', '192807.957000', '192807.960000', '192807.962000', '192807.965000', '192807.967000', '192807.970000', '192807.973000', '192807.975000', '192807.978000', '192807.980000', '192807.983000', '192807.986000', '192807.988000', '192807.991000', '192807.993000', '192807.996000', '192808.000000', '192808.002000', '192808.005000', '192808.007000', '192808.010000', '192808.013000', '192808.015000', '192808.018000', '192827.903000', '192827.906000', '192827.909000', '192827.912000', '192827.914000', '192827.917000', '192827.920000', '192827.922000', '192827.925000', '192827.927000', '192827.930000', '192827.933000', '192827.935000', '192827.938000', '192827.941000', '192827.943000', '192827.946000', '192827.948000', '192827.951000', '192827.954000', '192827.956000', '192827.959000', '192827.962000', '192827.964000', '192827.967000', '192827.969000', '192827.972000', '192827.975000', '192827.977000', '192827.980000', '192827.983000', '192827.985000', '192827.988000', '192827.990000', '192827.993000', '192827.996000', '192827.998000', '192828.002000', '192828.004000', '192828.007000', '192828.010000', '192828.012000', '192828.015000', '192847.904000', '192847.907000', '192847.909000', '192847.912000', '192847.915000', '192847.917000', '192847.920000', '192847.922000', '192847.925000', '192847.928000', '192847.930000', '192847.933000', '192847.936000', '192847.938000', '192847.941000', '192847.943000', '192847.946000', '192847.949000', '192847.951000', '192847.954000', '192847.956000', '192847.959000', '192847.962000', '192847.964000', '192847.967000', '192848.012000', '192848.015000', '192848.017000', '192848.020000', '192848.022000', '192848.025000', '192848.028000', '192848.030000', '192848.033000', '192848.035000', '192848.038000', '192848.041000', '192848.043000', '192848.046000', '192848.049000', '192848.051000', '192848.054000', '192848.056000', '192848.059000', '192907.904000', '192907.906000', '192907.909000', '192907.912000', '192907.914000', '192907.917000', '192907.921000', '192907.924000', '192907.926000', '192907.929000', '192907.932000', '192907.934000', '192907.937000', '192907.939000', '192907.942000', '192907.945000', '192907.947000', '192907.950000', '192907.952000', '192907.955000', '192907.958000', '192907.960000', '192907.963000', '192907.966000', '192907.968000', '192907.971000', '192907.974000', '192907.976000', '192907.979000', '192907.981000', '192907.984000', '192907.987000', '192907.991000', '192907.993000', '192907.996000', '192908.000000', '192908.002000', '192908.005000', '192908.008000', '192908.010000', '192908.013000', '192908.016000', '192908.018000', '192927.903000', '192927.906000', '192927.908000', '192927.911000', '192927.914000', '192927.916000', '192927.919000', '192927.921000', '192927.924000', '192927.927000', '192927.929000', '192927.932000', '192927.935000', '192927.937000', '192927.940000', '192927.943000', '192927.945000', '192927.948000', '192927.950000', '192927.953000', '192927.956000', '192927.958000', '192927.961000', '192927.964000', '192927.966000', '192927.969000', '192927.972000', '192927.974000', '192927.977000', '192927.980000', '192927.982000', '192927.985000', '192927.987000', '192927.990000', '192927.993000', '192927.995000', '192927.998000', '192928.002000', '192928.004000', '192928.007000', '192928.010000', '192928.012000', '192928.015000', '192928.017000', '192947.904000', '192947.907000', '192947.910000', '192947.912000', '192947.915000', '192947.918000', '192947.920000', '192947.923000', '192947.926000', '192947.928000', '192947.931000', '192947.934000', '192947.936000', '192947.939000', '192947.942000', '192947.944000', '192947.947000', '192947.949000', '192947.952000', '192947.954000', '192947.957000', '192947.960000', '192947.962000', '192947.965000', '192947.967000', '192947.970000', '192947.973000', '192947.975000', '192947.978000', '192947.981000', '192947.983000', '192947.986000', '192947.988000', '192947.991000', '192947.994000', '192947.996000', '192947.999000', '192948.002000', '192948.004000', '192948.007000', '192948.010000', '192948.012000', '192948.015000', '193000.384000', '193000.387000', '193000.389000', '193000.392000', '193000.395000', '193000.398000', '193000.400000', '193000.403000', '193000.406000', '193000.409000', '193000.412000', '193000.417000', '193000.420000', '193000.423000', '193000.426000', '193000.429000', '193000.432000', '193000.435000', '193000.438000', '193000.440000', '193000.444000', '193000.447000', '193000.450000', '193000.453000', '193000.455000', '193000.458000', '193000.462000', '193000.465000'], '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': [8001, 7858, 7583, 8201, 7660, 7657, 7164, 7295, 7143, 7727, 7502, 7887, 8561, 7776, 8190, 7734, 7012, 7759, 7135, 7048, 8090, 8036, 7563, 7422, 7799, 7148, 7684, 7608, 7713, 7733, 7562, 8255, 7420, 8147, 7903, 7806, 8309, 7388, 7681, 7343, 7669, 7488, 7762, 7415, 8182, 8071, 8167, 7670, 7783, 7901, 7482, 7591, 7467, 7486, 7529, 7528, 7550, 7981, 8160, 7824, 7808, 7436, 7524, 7712, 8245, 7462, 6980, 7684, 7308, 9116, 7772, 8640, 7722, 7658, 8205, 6948, 7077, 7323, 7119, 7633, 7674, 6905, 7724, 7062, 7872, 7000, 7351, 7919, 7251, 7829, 7773, 7884, 7334, 7153, 7757, 8110, 7286, 7208, 7135, 8010, 7470, 9403, 8291, 7600, 7762, 7014, 7125, 7965, 7479, 7154, 7896, 8796, 7906, 7175, 7504, 8189, 8358, 7980, 8375, 7895, 7435, 8000, 7184, 7955, 7756, 7842, 7670, 7711, 7684, 7740, 7558, 7594, 7524, 7724, 7824, 7561, 7596, 7732, 7434, 7740, 7677, 7334, 7584, 7253, 7920, 6904, 7661, 7283, 7049, 7773, 7689, 7555, 6966, 7519, 7413, 7827, 7648, 7811, 7444, 7886, 7024, 7898, 8387, 8027, 6917, 7906, 7153, 7202, 7739, 7956, 7846, 7586, 7749, 7587, 7861, 7024, 7763, 6971, 7756, 6983, 8000, 7038, 7674, 7334, 7408, 7169, 8457, 7729, 7483, 8509, 7672, 7380, 7380, 7526, 8014, 7545, 7764, 7370, 7611, 7359, 7760, 7379, 8040, 7465, 7603, 7383, 7075, 7496, 7331, 7541, 7439, 7485, 7579, 7592, 7472, 7539, 7644, 7724, 7713, 7710, 7379, 7730, 7712, 7576, 7441, 7734, 7553, 8696, 7634, 7520, 7712, 7671, 7728, 7550, 7518, 7655, 7635, 7517, 7485, 7529, 7434, 7516, 7298, 7582, 7446, 7295, 7524, 7265, 7379, 7378, 7337, 8081, 7762, 7381, 7563, 7438, 7579, 7773, 7571, 7488, 7598, 8587, 7560, 7589, 7549, 7359, 7670, 7474, 7253, 7401, 7785, 7444, 7514, 7286, 7680, 7573, 6897, 7372, 7205, 7571, 7412, 7527, 8010, 7653, 7371, 7496, 7314, 7494, 7561, 7610, 7815, 7663, 7743, 7692, 7609, 7611, 7743, 7659, 7693, 7065, 7460, 7271, 7303, 7359, 7310, 6879, 7925, 7335, 7126, 7472, 7262, 7303, 7494, 7608, 7928, 7656, 7673, 6991, 8331, 8647, 8204, 9275, 8128, 9261, 7782, 8724, 7841, 7344, 8079, 7448, 7622, 7785, 7656, 7576, 7230, 7543, 7428, 7672, 7631, 7900, 8114, 7741, 7680, 7449, 7162, 7934, 8683, 8010, 7005, 7529, 7346, 7593, 7713, 7271, 7589, 7753, 7141, 7921, 7239, 7430, 7600, 7484, 7193, 7496, 7370, 7619, 7268, 7508, 7264, 7605, 7558, 7568, 7660, 7713, 7386, 7968, 7683, 7366, 7658, 7359, 7964, 7286, 8672, 8152, 7794, 7656, 7584, 7622, 7272, 7486, 7781, 7061, 7434, 8394, 7329, 9009, 7188, 8525, 7204, 7694, 7876, 7743, 7721, 7644, 7807, 7808, 7816, 7447, 8950, 7584, 7654, 7798, 7773, 7312, 7576, 7430, 7936, 7627, 7656, 7751, 7377, 8305, 7536, 7467, 7498, 7425, 7421, 8423, 7609, 7217, 7191, 7291, 9026, 7631, 7742, 8000, 7428, 7570, 7745, 8665, 7552, 7871, 7704, 7146, 7992, 8014, 7291, 7851, 7196, 7887, 7863, 7674, 7492, 7487, 7473, 7734, 7427, 7753, 7504, 7640, 7289, 7241, 7421, 7627, 7411, 7521, 7626, 7419, 7341, 7435, 6906, 7173, 7694, 7404, 7617, 7230, 7517, 7405, 7518, 7512, 7941, 7722, 7748, 7518, 7904, 7480, 7334, 7654, 7296, 7275, 7204, 7392, 7409, 7748, 7229, 7158, 7374, 7507, 7103, 7349, 7642, 7077, 7309, 7185, 7129, 8463, 7618, 7662, 7710, 7384, 7475, 7061, 8024, 7089, 7601, 8739, 7701, 8023, 6979, 7859, 7589, 7122, 7088, 7808, 6957, 9624, 7627, 7609, 7929, 7615, 7447, 8440, 7358, 8541, 7856, 7918, 7009, 7717, 7477, 7172, 7226, 7435, 7840, 7838, 7281, 7675, 7346, 7202, 7451, 7844, 7418, 7856, 7417, 7582, 7613, 7231, 7063, 7373, 7336, 7078, 7582, 7304, 7566, 7439, 7653, 7908, 7320, 6849, 7006, 7331, 7689, 7692, 8819, 8498, 7870, 6847, 7803, 8167, 7864, 7393, 8542, 7692, 7763, 8018, 7647, 7673, 7917, 7280, 7641, 8220, 7613, 7133, 7017, 7018, 7533, 7323, 7433, 7591, 7180, 7616, 6999, 7772, 7008, 7561, 6794, 7157, 7355, 6945, 7445, 7211, 7715, 7002, 7780, 7442, 7560, 7165, 7509, 7027, 7511, 7009, 7473, 7003, 7522, 7040, 7568, 7022, 7511, 7019, 7918, 6999, 7569, 6886, 7300, 7334, 7015, 7810, 7309, 7901, 7143, 7789, 7516, 7607, 6856, 7187, 7138, 6966, 7602, 7806, 7711, 6959, 7720, 7353, 7198, 6815, 7033, 7379, 7872, 7060, 8152, 7273, 8349, 7498, 7077, 7213, 7318, 7259, 7177, 8131, 8647, 7829, 7904, 7692, 6847, 7140, 7616, 7361, 7942, 7543, 7835, 7662, 7903, 7899, 8095, 7918, 7238, 7352, 7061, 7572, 7047, 7752, 7216, 7599, 8195, 7753, 8019, 7436, 7006, 7681, 7594, 7290, 7721, 7235, 7713, 6967, 7530, 7127, 7520, 6934, 7232, 7744, 7550, 7706, 7075, 7625, 7696, 7798, 6917, 7118, 7310, 7980, 7635, 7679, 7018, 7895, 7987, 7715, 8578, 7785, 6977, 7931, 6853, 7956, 6803, 7946, 6882, 7094, 7184, 7144, 6976, 7128, 7089, 8210, 6915, 7875, 7255, 7193, 7577, 7146, 7673, 6909, 7976, 6680, 7806, 6895, 7728, 7045, 7301, 7418, 7565, 7080, 6918, 7592, 7315, 7874, 7342, 7680, 7456, 7941, 6953, 7765, 7435, 7825, 7060, 7800, 6962, 7852, 7310, 7448, 6883, 7834, 7947, 7367, 7839, 6995, 7969, 7006, 7111, 7724, 6921, 7424, 7970, 7358, 7754, 7621, 7625, 7123, 7595, 8695, 7193, 8347, 8319, 7756, 7569, 7684, 7632, 7588, 7512, 7549, 7618, 7735, 7183, 7553, 7721, 7534, 7332, 7672, 7017, 7698, 6963, 7726, 7333, 7252, 7251, 7688, 7657, 7419, 7924, 7142, 7756, 7190, 7468, 7872, 7765, 7755, 7541, 7684, 7002, 7735, 7058, 7785, 7062, 7830, 7012, 7631, 7490, 7078, 7763, 7080, 7783, 7196, 7413, 7503, 7047, 7671, 8334, 7793, 7356, 8428, 7192, 7697, 7528, 7803, 7117, 7018, 7689, 7658, 7730, 7052, 7915, 7216, 7740, 7194], 'WindowCenter': [4226.0, 4208.0, 4192.0, 4189.0, 4178.0, 4178.0, 4166.0, 4166.0, 4163.0, 4165.0, 4160.0, 4174.0, 4186.0, 4176.0, 4172.0, 4177.0, 4169.0, 4183.0, 4171.0, 4186.0, 4192.0, 4195.0, 4189.0, 4179.0, 4174.0, 4162.0, 4175.0, 4174.0, 4167.0, 4159.0, 4162.0, 4162.0, 4154.0, 4172.0, 4176.0, 4165.0, 4162.0, 4150.0, 4148.0, 4147.0, 4149.0, 4148.0, 4146.0, 4155.0, 4159.0, 4163.0, 4160.0, 4165.0, 4152.0, 4155.0, 4144.0, 4144.0, 4138.0, 4139.0, 4149.0, 4152.0, 4168.0, 4175.0, 4173.0, 4177.0, 4172.0, 4160.0, 4163.0, 4160.0, 4157.0, 4173.0, 4167.0, 4174.0, 4164.0, 4189.0, 4175.0, 4180.0, 4183.0, 4169.0, 4180.0, 4161.0, 4171.0, 4172.0, 4156.0, 4172.0, 4158.0, 4155.0, 4167.0, 4155.0, 4179.0, 4169.0, 4171.0, 4182.0, 4170.0, 4171.0, 4174.0, 4182.0, 4171.0, 4172.0, 4170.0, 4183.0, 4174.0, 4174.0, 4162.0, 4167.0, 4169.0, 4179.0, 4168.0, 4156.0, 4158.0, 4163.0, 4163.0, 4164.0, 4155.0, 4167.0, 4171.0, 4183.0, 4166.0, 4174.0, 4185.0, 4196.0, 4179.0, 4167.0, 4168.0, 4158.0, 4141.0, 4153.0, 4143.0, 4155.0, 4157.0, 4155.0, 4165.0, 4169.0, 4152.0, 4156.0, 4149.0, 4146.0, 4159.0, 4169.0, 4168.0, 4169.0, 4171.0, 4167.0, 4160.0, 4165.0, 4171.0, 4157.0, 4165.0, 4158.0, 4171.0, 4147.0, 4168.0, 4154.0, 4159.0, 4165.0, 4167.0, 4155.0, 4161.0, 4155.0, 4161.0, 4165.0, 4169.0, 4170.0, 4158.0, 4171.0, 4157.0, 4180.0, 4175.0, 4165.0, 4160.0, 4180.0, 4154.0, 4160.0, 4170.0, 4179.0, 4170.0, 4170.0, 4165.0, 4172.0, 4174.0, 4154.0, 4162.0, 4158.0, 4168.0, 4157.0, 4178.0, 4151.0, 4181.0, 4164.0, 4162.0, 4152.0, 4173.0, 4167.0, 4163.0, 4170.0, 4164.0, 4151.0, 4153.0, 4162.0, 4162.0, 4149.0, 4152.0, 4149.0, 4151.0, 4139.0, 4148.0, 4140.0, 4147.0, 4137.0, 4146.0, 4149.0, 4140.0, 4152.0, 4149.0, 4147.0, 4148.0, 4155.0, 4148.0, 4159.0, 4150.0, 4150.0, 4160.0, 4167.0, 4149.0, 4146.0, 4151.0, 4161.0, 4160.0, 4167.0, 4159.0, 4160.0, 4149.0, 4168.0, 4162.0, 4165.0, 4162.0, 4160.0, 4162.0, 4152.0, 4149.0, 4162.0, 4163.0, 4151.0, 4162.0, 4160.0, 4151.0, 4151.0, 4151.0, 4159.0, 4152.0, 4149.0, 4160.0, 4147.0, 4147.0, 4148.0, 4148.0, 4159.0, 4161.0, 4149.0, 4161.0, 4150.0, 4163.0, 4161.0, 4179.0, 4161.0, 4162.0, 4173.0, 4164.0, 4163.0, 4162.0, 4165.0, 4161.0, 4152.0, 4150.0, 4151.0, 4161.0, 4150.0, 4148.0, 4148.0, 4147.0, 4150.0, 4152.0, 4151.0, 4150.0, 4148.0, 4137.0, 4148.0, 4159.0, 4148.0, 4148.0, 4150.0, 4148.0, 4151.0, 4151.0, 4153.0, 4150.0, 4151.0, 4147.0, 4155.0, 4148.0, 4146.0, 4146.0, 4154.0, 4146.0, 4141.0, 4147.0, 4149.0, 4151.0, 4162.0, 4179.0, 4155.0, 4177.0, 4165.0, 4158.0, 4187.0, 4189.0, 4189.0, 4174.0, 4177.0, 4178.0, 4183.0, 4178.0, 4183.0, 4187.0, 4194.0, 4180.0, 4176.0, 4153.0, 4176.0, 4149.0, 4152.0, 4150.0, 4123.0, 4138.0, 4127.0, 4137.0, 4141.0, 4141.0, 4140.0, 4143.0, 4142.0, 4130.0, 4141.0, 4157.0, 4169.0, 4163.0, 4152.0, 4155.0, 4139.0, 4133.0, 4147.0, 4158.0, 4144.0, 4141.0, 4141.0, 4145.0, 4143.0, 4150.0, 4140.0, 4141.0, 4140.0, 4129.0, 4137.0, 4140.0, 4126.0, 4138.0, 4128.0, 4128.0, 4140.0, 4139.0, 4132.0, 4123.0, 4124.0, 4119.0, 4126.0, 4124.0, 4141.0, 4133.0, 4143.0, 4139.0, 4152.0, 4137.0, 4133.0, 4133.0, 4126.0, 4147.0, 4132.0, 4160.0, 4167.0, 4169.0, 4166.0, 4155.0, 4169.0, 4170.0, 4169.0, 4153.0, 4137.0, 4150.0, 4161.0, 4165.0, 4171.0, 4156.0, 4171.0, 4163.0, 4164.0, 4165.0, 4163.0, 4164.0, 4152.0, 4150.0, 4138.0, 4149.0, 4141.0, 4171.0, 4150.0, 4146.0, 4143.0, 4138.0, 4127.0, 4134.0, 4126.0, 4137.0, 4136.0, 4132.0, 4133.0, 4135.0, 4143.0, 4134.0, 4131.0, 4134.0, 4135.0, 4137.0, 4148.0, 4146.0, 4158.0, 4163.0, 4148.0, 4166.0, 4156.0, 4164.0, 4176.0, 4167.0, 4176.0, 4191.0, 4198.0, 4179.0, 4188.0, 4189.0, 4179.0, 4175.0, 4177.0, 4161.0, 4178.0, 4165.0, 4163.0, 4162.0, 4150.0, 4150.0, 4143.0, 4148.0, 4148.0, 4139.0, 4146.0, 4149.0, 4148.0, 4150.0, 4161.0, 4159.0, 4150.0, 4148.0, 4148.0, 4147.0, 4152.0, 4150.0, 4153.0, 4153.0, 4153.0, 4162.0, 4152.0, 4148.0, 4149.0, 4147.0, 4149.0, 4147.0, 4150.0, 4161.0, 4162.0, 4160.0, 4151.0, 4160.0, 4153.0, 4152.0, 4149.0, 4146.0, 4148.0, 4155.0, 4151.0, 4152.0, 4154.0, 4151.0, 4142.0, 4149.0, 4148.0, 4139.0, 4151.0, 4161.0, 4141.0, 4153.0, 4148.0, 4151.0, 4171.0, 4163.0, 4164.0, 4166.0, 4148.0, 4164.0, 4163.0, 4174.0, 4160.0, 4158.0, 4175.0, 4183.0, 4190.0, 4182.0, 4188.0, 4187.0, 4174.0, 4167.0, 4175.0, 4166.0, 4194.0, 4166.0, 4162.0, 4161.0, 4167.0, 4169.0, 4178.0, 4168.0, 4173.0, 4162.0, 4149.0, 4137.0, 4153.0, 4137.0, 4142.0, 4139.0, 4149.0, 4153.0, 4151.0, 4150.0, 4149.0, 4142.0, 4136.0, 4139.0, 4151.0, 4140.0, 4150.0, 4140.0, 4138.0, 4136.0, 4138.0, 4143.0, 4149.0, 4140.0, 4143.0, 4153.0, 4158.0, 4157.0, 4147.0, 4169.0, 4174.0, 4159.0, 4149.0, 4161.0, 4177.0, 4177.0, 4161.0, 4199.0, 4194.0, 4192.0, 4171.0, 4178.0, 4187.0, 4175.0, 4162.0, 4182.0, 4176.0, 4173.0, 4181.0, 4170.0, 4167.0, 4167.0, 4157.0, 4171.0, 4180.0, 4170.0, 4159.0, 4150.0, 4144.0, 4155.0, 4147.0, 4161.0, 4162.0, 4148.0, 4162.0, 4147.0, 4158.0, 4163.0, 4167.0, 4146.0, 4152.0, 4148.0, 4152.0, 4145.0, 4163.0, 4156.0, 4152.0, 4159.0, 4160.0, 4158.0, 4153.0, 4148.0, 4144.0, 4146.0, 4143.0, 4150.0, 4148.0, 4160.0, 4148.0, 4153.0, 4144.0, 4159.0, 4157.0, 4172.0, 4156.0, 4170.0, 4161.0, 4158.0, 4157.0, 4164.0, 4167.0, 4154.0, 4172.0, 4161.0, 4174.0, 4159.0, 4171.0, 4156.0, 4164.0, 4162.0, 4162.0, 4165.0, 4170.0, 4167.0, 4145.0, 4156.0, 4154.0, 4143.0, 4144.0, 4157.0, 4158.0, 4160.0, 4142.0, 4161.0, 4155.0, 4175.0, 4164.0, 4164.0, 4159.0, 4158.0, 4161.0, 4159.0, 4170.0, 4178.0, 4159.0, 4154.0, 4161.0, 4147.0, 4149.0, 4157.0, 4155.0, 4155.0, 4148.0, 4148.0, 4144.0, 4155.0, 4154.0, 4154.0, 4146.0, 4142.0, 4143.0, 4132.0, 4142.0, 4132.0, 4145.0, 4146.0, 4157.0, 4154.0, 4153.0, 4159.0, 4148.0, 4149.0, 4159.0, 4157.0, 4143.0, 4158.0, 4158.0, 4156.0, 4159.0, 4170.0, 4158.0, 4159.0, 4143.0, 4158.0, 4153.0, 4154.0, 4154.0, 4146.0, 4162.0, 4144.0, 4146.0, 4150.0, 4151.0, 4160.0, 4164.0, 4163.0, 4163.0, 4171.0, 4181.0, 4170.0, 4160.0, 4165.0, 4155.0, 4135.0, 4156.0, 4134.0, 4155.0, 4147.0, 4157.0, 4144.0, 4144.0, 4143.0, 4136.0, 4134.0, 4158.0, 4148.0, 4168.0, 4154.0, 4185.0, 4172.0, 4176.0, 4186.0, 4166.0, 4179.0, 4166.0, 4175.0, 4156.0, 4172.0, 4159.0, 4169.0, 4147.0, 4158.0, 4158.0, 4161.0, 4143.0, 4147.0, 4153.0, 4155.0, 4157.0, 4146.0, 4154.0, 4147.0, 4154.0, 4148.0, 4159.0, 4155.0, 4156.0, 4143.0, 4157.0, 4144.0, 4155.0, 4158.0, 4160.0, 4158.0, 4162.0, 4164.0, 4157.0, 4157.0, 4146.0, 4169.0, 4155.0, 4170.0, 4158.0, 4154.0, 4164.0, 4175.0, 4182.0, 4178.0, 4177.0, 4179.0, 4166.0, 4167.0, 4171.0, 4166.0, 4159.0, 4171.0, 4150.0, 4154.0, 4145.0, 4156.0, 4157.0, 4157.0, 4162.0, 4158.0, 4158.0, 4162.0, 4168.0, 4167.0, 4155.0, 4156.0, 4169.0, 4146.0, 4168.0, 4157.0, 4169.0, 4157.0, 4171.0, 4155.0, 4168.0, 4153.0, 4159.0, 4170.0, 4157.0, 4166.0, 4157.0, 4160.0, 4165.0, 4156.0, 4155.0, 4159.0, 4158.0, 4152.0, 4157.0, 4148.0, 4154.0, 4146.0, 4157.0, 4142.0, 4153.0, 4143.0, 4148.0, 4154.0, 4144.0, 4159.0, 4144.0, 4155.0, 4155.0, 4149.0, 4158.0, 4170.0, 4157.0, 4154.0, 4169.0, 4143.0, 4156.0, 4139.0, 4154.0, 4142.0, 4149.0, 4157.0, 4157.0, 4158.0, 4146.0, 4160.0, 4157.0, 4159.0, 4145.0], 'WindowWidth': [9405.0, 9363.0, 9328.0, 9314.0, 9298.0, 9295.0, 9279.0, 9275.0, 9268.0, 9267.0, 9264.0, 9279.0, 9297.0, 9284.0, 9274.0, 9288.0, 9277.0, 9302.0, 9283.0, 9311.0, 9313.0, 9321.0, 9312.0, 9297.0, 9285.0, 9265.0, 9283.0, 9280.0, 9270.0, 9250.0, 9257.0, 9257.0, 9249.0, 9275.0, 9283.0, 9266.0, 9257.0, 9238.0, 9234.0, 9233.0, 9235.0, 9234.0, 9227.0, 9247.0, 9246.0, 9256.0, 9251.0, 9263.0, 9243.0, 9249.0, 9231.0, 9223.0, 9219.0, 9220.0, 9235.0, 9243.0, 9270.0, 9280.0, 9276.0, 9289.0, 9277.0, 9258.0, 9264.0, 9255.0, 9248.0, 9280.0, 9277.0, 9284.0, 9269.0, 9303.0, 9282.0, 9288.0, 9297.0, 9274.0, 9290.0, 9265.0, 9282.0, 9283.0, 9253.0, 9278.0, 9254.0, 9250.0, 9267.0, 9249.0, 9289.0, 9278.0, 9280.0, 9296.0, 9275.0, 9282.0, 9285.0, 9298.0, 9279.0, 9283.0, 9279.0, 9297.0, 9288.0, 9288.0, 9267.0, 9268.0, 9274.0, 9285.0, 9267.0, 9250.0, 9252.0, 9266.0, 9263.0, 9265.0, 9251.0, 9271.0, 9277.0, 9294.0, 9265.0, 9287.0, 9303.0, 9318.0, 9289.0, 9269.0, 9268.0, 9250.0, 9222.0, 9239.0, 9228.0, 9246.0, 9252.0, 9246.0, 9263.0, 9271.0, 9243.0, 9251.0, 9236.0, 9228.0, 9257.0, 9273.0, 9270.0, 9271.0, 9278.0, 9270.0, 9261.0, 9264.0, 9278.0, 9255.0, 9264.0, 9255.0, 9275.0, 9240.0, 9271.0, 9247.0, 9258.0, 9266.0, 9268.0, 9249.0, 9263.0, 9249.0, 9263.0, 9264.0, 9272.0, 9273.0, 9258.0, 9278.0, 9256.0, 9291.0, 9279.0, 9266.0, 9261.0, 9289.0, 9248.0, 9262.0, 9274.0, 9287.0, 9277.0, 9277.0, 9266.0, 9280.0, 9277.0, 9249.0, 9257.0, 9255.0, 9272.0, 9255.0, 9285.0, 9244.0, 9296.0, 9266.0, 9260.0, 9245.0, 9275.0, 9271.0, 9263.0, 9270.0, 9265.0, 9244.0, 9248.0, 9257.0, 9257.0, 9234.0, 9242.0, 9236.0, 9239.0, 9221.0, 9231.0, 9221.0, 9228.0, 9215.0, 9227.0, 9236.0, 9224.0, 9242.0, 9237.0, 9232.0, 9232.0, 9248.0, 9235.0, 9252.0, 9240.0, 9239.0, 9254.0, 9267.0, 9237.0, 9230.0, 9243.0, 9257.0, 9254.0, 9271.0, 9254.0, 9256.0, 9239.0, 9265.0, 9260.0, 9266.0, 9259.0, 9254.0, 9257.0, 9245.0, 9241.0, 9260.0, 9262.0, 9245.0, 9260.0, 9254.0, 9246.0, 9243.0, 9245.0, 9252.0, 9244.0, 9237.0, 9255.0, 9234.0, 9234.0, 9236.0, 9238.0, 9252.0, 9257.0, 9240.0, 9259.0, 9243.0, 9263.0, 9258.0, 9293.0, 9261.0, 9263.0, 9275.0, 9266.0, 9265.0, 9262.0, 9267.0, 9257.0, 9244.0, 9239.0, 9243.0, 9257.0, 9241.0, 9235.0, 9235.0, 9231.0, 9239.0, 9246.0, 9242.0, 9238.0, 9234.0, 9218.0, 9234.0, 9251.0, 9236.0, 9234.0, 9239.0, 9234.0, 9241.0, 9242.0, 9244.0, 9236.0, 9241.0, 9230.0, 9248.0, 9233.0, 9231.0, 9228.0, 9245.0, 9231.0, 9228.0, 9236.0, 9237.0, 9244.0, 9261.0, 9297.0, 9258.0, 9289.0, 9270.0, 9256.0, 9305.0, 9314.0, 9314.0, 9286.0, 9290.0, 9289.0, 9300.0, 9292.0, 9306.0, 9303.0, 9320.0, 9289.0, 9279.0, 9243.0, 9274.0, 9234.0, 9236.0, 9231.0, 9188.0, 9212.0, 9197.0, 9211.0, 9218.0, 9220.0, 9219.0, 9223.0, 9222.0, 9202.0, 9220.0, 9251.0, 9274.0, 9256.0, 9242.0, 9244.0, 9219.0, 9211.0, 9228.0, 9244.0, 9225.0, 9224.0, 9218.0, 9229.0, 9225.0, 9235.0, 9219.0, 9219.0, 9218.0, 9202.0, 9209.0, 9219.0, 9194.0, 9212.0, 9200.0, 9201.0, 9218.0, 9214.0, 9200.0, 9187.0, 9189.0, 9177.0, 9194.0, 9189.0, 9221.0, 9203.0, 9225.0, 9218.0, 9236.0, 9214.0, 9203.0, 9205.0, 9196.0, 9232.0, 9208.0, 9248.0, 9267.0, 9276.0, 9270.0, 9249.0, 9273.0, 9279.0, 9278.0, 9246.0, 9216.0, 9236.0, 9255.0, 9268.0, 9270.0, 9254.0, 9269.0, 9260.0, 9264.0, 9264.0, 9262.0, 9261.0, 9241.0, 9235.0, 9215.0, 9233.0, 9225.0, 9266.0, 9236.0, 9226.0, 9218.0, 9213.0, 9196.0, 9203.0, 9195.0, 9211.0, 9207.0, 9199.0, 9203.0, 9207.0, 9217.0, 9206.0, 9201.0, 9208.0, 9209.0, 9216.0, 9229.0, 9230.0, 9253.0, 9267.0, 9234.0, 9258.0, 9246.0, 9262.0, 9287.0, 9271.0, 9286.0, 9315.0, 9319.0, 9294.0, 9305.0, 9311.0, 9294.0, 9285.0, 9285.0, 9257.0, 9289.0, 9268.0, 9261.0, 9256.0, 9238.0, 9236.0, 9228.0, 9233.0, 9232.0, 9220.0, 9227.0, 9235.0, 9233.0, 9242.0, 9261.0, 9252.0, 9238.0, 9236.0, 9235.0, 9233.0, 9244.0, 9239.0, 9248.0, 9248.0, 9248.0, 9256.0, 9245.0, 9234.0, 9235.0, 9232.0, 9238.0, 9231.0, 9240.0, 9254.0, 9260.0, 9255.0, 9242.0, 9253.0, 9248.0, 9243.0, 9236.0, 9232.0, 9235.0, 9249.0, 9241.0, 9245.0, 9248.0, 9240.0, 9230.0, 9237.0, 9232.0, 9224.0, 9240.0, 9256.0, 9228.0, 9248.0, 9236.0, 9243.0, 9271.0, 9262.0, 9264.0, 9266.0, 9238.0, 9266.0, 9270.0, 9282.0, 9259.0, 9254.0, 9282.0, 9299.0, 9310.0, 9304.0, 9306.0, 9306.0, 9288.0, 9278.0, 9287.0, 9273.0, 9309.0, 9268.0, 9262.0, 9258.0, 9269.0, 9277.0, 9289.0, 9276.0, 9273.0, 9256.0, 9232.0, 9218.0, 9245.0, 9216.0, 9230.0, 9221.0, 9237.0, 9243.0, 9241.0, 9238.0, 9236.0, 9225.0, 9212.0, 9217.0, 9234.0, 9220.0, 9233.0, 9220.0, 9215.0, 9214.0, 9219.0, 9229.0, 9235.0, 9223.0, 9227.0, 9242.0, 9254.0, 9252.0, 9238.0, 9272.0, 9278.0, 9258.0, 9244.0, 9264.0, 9292.0, 9289.0, 9261.0, 9321.0, 9312.0, 9312.0, 9286.0, 9290.0, 9303.0, 9284.0, 9265.0, 9290.0, 9284.0, 9281.0, 9292.0, 9274.0, 9267.0, 9267.0, 9254.0, 9279.0, 9290.0, 9275.0, 9258.0, 9244.0, 9229.0, 9245.0, 9236.0, 9259.0, 9260.0, 9239.0, 9263.0, 9238.0, 9255.0, 9265.0, 9268.0, 9237.0, 9250.0, 9239.0, 9249.0, 9233.0, 9263.0, 9248.0, 9248.0, 9256.0, 9260.0, 9255.0, 9249.0, 9239.0, 9229.0, 9234.0, 9226.0, 9243.0, 9239.0, 9258.0, 9240.0, 9244.0, 9234.0, 9260.0, 9254.0, 9279.0, 9252.0, 9275.0, 9263.0, 9260.0, 9255.0, 9270.0, 9270.0, 9251.0, 9281.0, 9266.0, 9285.0, 9261.0, 9280.0, 9255.0, 9273.0, 9266.0, 9268.0, 9265.0, 9276.0, 9267.0, 9236.0, 9251.0, 9244.0, 9230.0, 9234.0, 9255.0, 9255.0, 9256.0, 9230.0, 9255.0, 9248.0, 9281.0, 9266.0, 9269.0, 9258.0, 9256.0, 9262.0, 9260.0, 9277.0, 9282.0, 9255.0, 9244.0, 9261.0, 9240.0, 9244.0, 9253.0, 9247.0, 9244.0, 9236.0, 9235.0, 9226.0, 9242.0, 9240.0, 9243.0, 9230.0, 9224.0, 9224.0, 9209.0, 9223.0, 9208.0, 9227.0, 9231.0, 9249.0, 9241.0, 9241.0, 9255.0, 9240.0, 9239.0, 9254.0, 9250.0, 9229.0, 9256.0, 9254.0, 9252.0, 9258.0, 9276.0, 9255.0, 9257.0, 9229.0, 9256.0, 9244.0, 9247.0, 9245.0, 9236.0, 9260.0, 9226.0, 9231.0, 9242.0, 9247.0, 9256.0, 9265.0, 9266.0, 9258.0, 9280.0, 9295.0, 9272.0, 9260.0, 9259.0, 9245.0, 9217.0, 9248.0, 9214.0, 9244.0, 9238.0, 9250.0, 9229.0, 9228.0, 9228.0, 9219.0, 9213.0, 9257.0, 9239.0, 9268.0, 9253.0, 9302.0, 9283.0, 9295.0, 9309.0, 9272.0, 9294.0, 9271.0, 9282.0, 9257.0, 9283.0, 9261.0, 9274.0, 9239.0, 9255.0, 9254.0, 9261.0, 9231.0, 9238.0, 9243.0, 9247.0, 9249.0, 9236.0, 9243.0, 9237.0, 9245.0, 9241.0, 9257.0, 9248.0, 9249.0, 9229.0, 9251.0, 9230.0, 9247.0, 9255.0, 9260.0, 9256.0, 9264.0, 9260.0, 9255.0, 9254.0, 9236.0, 9273.0, 9254.0, 9280.0, 9253.0, 9249.0, 9266.0, 9282.0, 9299.0, 9292.0, 9287.0, 9292.0, 9271.0, 9272.0, 9269.0, 9270.0, 9251.0, 9271.0, 9237.0, 9244.0, 9230.0, 9246.0, 9249.0, 9253.0, 9262.0, 9256.0, 9256.0, 9267.0, 9269.0, 9269.0, 9251.0, 9251.0, 9271.0, 9235.0, 9270.0, 9255.0, 9276.0, 9254.0, 9280.0, 9249.0, 9271.0, 9246.0, 9258.0, 9276.0, 9256.0, 9267.0, 9254.0, 9260.0, 9262.0, 9252.0, 9247.0, 9257.0, 9252.0, 9249.0, 9253.0, 9240.0, 9244.0, 9233.0, 9249.0, 9224.0, 9242.0, 9227.0, 9238.0, 9245.0, 9233.0, 9256.0, 9233.0, 9249.0, 9248.0, 9243.0, 9254.0, 9273.0, 9253.0, 9246.0, 9271.0, 9230.0, 9250.0, 9218.0, 9244.0, 9224.0, 9239.0, 9250.0, 9251.0, 9253.0, 9235.0, 9258.0, 9250.0, 9255.0, 9235.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.0011223853211009174</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.030499843119266054</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.70109964537316</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1471536947875995</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9948310642594715</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4625</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6350.9351</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15947271002333974</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>204</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>23.394495412844037</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5373620351756796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5306727578458776</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7702133884984206</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.31119995918274</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0140531</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018549209460616112</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028519941493868828</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9504877885177976</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>28.6635</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4957</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.6032</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305553.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>885.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.5729</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2853</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.427</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3423.2225</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3592.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70991.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1274.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4509.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.2484</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.17245656764135</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> |