=== 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-0132 --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-0132",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-04/func/sub-0132_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>9fdef83df0d1758ff4904aea2b167c4c</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>18:02:11.862500</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.998387, 0.055141, -0.0135254, -0.0551194, 0.998478, 0.00196478]</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.083023</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>[4225, -7735, -7255, 334, -107, -21, 98, 94]</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>233.349</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cc4e02cb-cefc-45fd-9424-b0b557408256||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.6785993576049805, -0.14788125455379486, -0.036755383014678955, 119.82816314697266], [-0.14793920516967773, 2.6788430213928223, 0.0032834799494594336, -102.79147338867188], [-0.03628753125667572, -0.005271366331726313, 2.6997478008270264, -68.75568389892578], [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': ['180211.862500', '180212.322500', '180212.782500', '180213.242500', '180213.702500', '180214.162500', '180214.622500', '180215.082500', '180215.542500', '180216.002500', '180216.462500', '180216.922500', '180217.382500', '180217.842500', '180218.302500', '180218.762500', '180219.222500', '180219.682500', '180220.142500', '180220.602500', '180221.062500', '180221.522500', '180221.982500', '180222.442500', '180222.902500', '180223.362500', '180223.822500', '180224.282500', '180224.742500', '180225.202500', '180225.662500', '180226.122500', '180226.582500', '180227.042500', '180227.502500', '180227.962500', '180228.422500', '180228.882500', '180229.342500', '180229.802500', '180230.262500', '180230.722500', '180231.182500', '180231.642500', '180232.102500', '180232.562500', '180233.022500', '180233.482500', '180233.942500', '180234.402500', '180234.862500', '180235.322500', '180235.782500', '180236.242500', '180236.702500', '180237.162500', '180237.622500', '180238.082500', '180238.542500', '180239.002500', '180239.462500', '180239.922500', '180240.382500', '180240.842500', '180241.302500', '180241.762500', '180242.222500', '180242.682500', '180243.142500', '180243.602500', '180244.062500', '180244.522500', '180244.982500', '180245.442500', '180245.902500', '180246.362500', '180246.822500', '180247.282500', '180247.742500', '180248.202500', '180248.662500', '180249.122500', '180249.582500', '180250.042500', '180250.502500', '180250.962500', '180251.422500', '180251.882500', '180252.342500', '180252.802500', '180253.262500', '180253.722500', '180254.182500', '180254.642500', '180255.102500', '180255.562500', '180256.022500', '180256.482500', '180256.942500', '180257.402500', '180257.862500', '180258.322500', '180258.782500', '180259.242500', '180259.702500', '180300.162500', '180300.622500', '180301.082500', '180301.542500', '180302.002500', '180302.462500', '180302.922500', '180303.382500', '180303.842500', '180304.302500', '180304.762500', '180305.222500', '180305.682500', '180306.142500', '180306.602500', '180307.062500', '180307.522500', '180307.982500', '180308.442500', '180308.902500', '180309.362500', '180309.822500', '180310.282500', '180310.742500', '180311.202500', '180311.662500', '180312.122500', '180312.582500', '180313.042500', '180313.502500', '180313.962500', '180314.422500', '180314.882500', '180315.342500', '180315.802500', '180316.262500', '180316.722500', '180317.182500', '180317.642500', '180318.102500', '180318.562500', '180319.022500', '180319.482500', '180319.942500', '180320.402500', '180320.862500', '180321.322500', '180321.782500', '180322.242500', '180322.702500', '180323.162500', '180323.622500', '180324.082500', '180324.542500', '180325.002500', '180325.462500', '180325.922500', '180326.382500', '180326.842500', '180327.302500', '180327.762500', '180328.222500', '180328.682500', '180329.142500', '180329.602500', '180330.062500', '180330.522500', '180330.982500', '180331.442500', '180331.902500', '180332.362500', '180332.822500', '180333.282500', '180333.742500', '180334.202500', '180334.662500', '180335.122500', '180335.582500', '180336.042500', '180336.502500', '180336.962500', '180337.422500', '180337.882500', '180338.342500', '180338.802500', '180339.262500', '180339.722500', '180340.182500', '180340.642500', '180341.102500', '180341.562500', '180342.022500', '180342.482500', '180342.942500', '180343.402500', '180343.862500', '180344.322500', '180344.782500', '180345.242500', '180345.702500', '180346.162500', '180346.622500', '180347.082500', '180347.542500', '180348.002500', '180348.462500', '180348.922500', '180349.382500', '180349.842500', '180350.302500', '180350.762500', '180351.222500', '180351.682500', '180352.142500', '180352.602500', '180353.062500', '180353.522500', '180353.982500', '180354.442500', '180354.902500', '180355.362500', '180355.822500', '180356.282500', '180356.742500', '180357.202500', '180357.662500', '180358.122500', '180358.582500', '180359.042500', '180359.502500', '180359.962500', '180400.422500', '180400.882500', '180401.342500', '180401.802500', '180402.262500', '180402.722500', '180403.182500', '180403.642500', '180404.102500', '180404.562500', '180405.022500', '180405.482500', '180405.942500', '180406.402500', '180406.862500', '180407.322500', '180407.782500', '180408.242500', '180408.702500', '180409.162500', '180409.622500', '180410.082500', '180410.542500', '180411.002500', '180411.462500', '180411.922500', '180412.382500', '180412.842500', '180413.302500', '180413.762500', '180414.222500', '180414.682500', '180415.142500', '180415.602500', '180416.062500', '180416.522500', '180416.982500', '180417.442500', '180417.902500', '180418.362500', '180418.822500', '180419.282500', '180419.742500', '180420.202500', '180420.662500', '180421.122500', '180421.582500', '180422.042500', '180422.502500', '180422.962500', '180423.422500', '180423.882500', '180424.342500', '180424.802500', '180425.262500', '180425.722500', '180426.182500', '180426.642500', '180427.102500', '180427.562500', '180428.022500', '180428.482500', '180428.942500', '180429.402500', '180429.862500', '180430.322500', '180430.782500', '180431.242500', '180431.702500', '180432.162500', '180432.622500', '180433.082500', '180433.542500', '180434.002500', '180434.462500', '180434.922500', '180435.382500', '180435.842500', '180436.302500', '180436.762500', '180437.222500', '180437.682500', '180438.142500', '180438.602500', '180439.062500', '180439.522500', '180439.982500', '180440.442500', '180440.902500', '180441.362500', '180441.822500', '180442.282500', '180442.742500', '180443.202500', '180443.662500', '180444.122500', '180444.582500', '180445.042500', '180445.502500', '180445.962500', '180446.422500', '180446.882500', '180447.342500', '180447.802500', '180448.262500', '180448.722500', '180449.182500', '180449.642500', '180450.102500', '180450.562500', '180451.022500', '180451.482500', '180451.942500', '180452.402500', '180452.862500', '180453.322500', '180453.782500', '180454.242500', '180454.702500', '180455.162500', '180455.622500', '180456.082500', '180456.542500', '180457.002500', '180457.462500', '180457.922500', '180458.382500', '180458.842500', '180459.302500', '180459.762500', '180500.222500', '180500.682500', '180501.142500', '180501.602500', '180502.062500', '180502.522500', '180502.982500', '180503.442500', '180503.902500', '180504.362500', '180504.822500', '180505.282500', '180505.742500', '180506.202500', '180506.662500', '180507.122500', '180507.582500', '180508.042500', '180508.502500', '180508.962500', '180509.422500', '180509.882500', '180510.342500', '180510.802500', '180511.262500', '180511.722500', '180512.182500', '180512.642500', '180513.102500', '180513.562500', '180514.022500', '180514.482500', '180514.942500', '180515.402500', '180515.862500', '180516.322500', '180516.782500', '180517.242500', '180517.702500', '180518.162500', '180518.622500', '180519.082500', '180519.542500', '180520.002500', '180520.462500', '180520.922500', '180521.382500', '180521.842500', '180522.302500', '180522.762500', '180523.222500', '180523.682500', '180524.142500', '180524.602500', '180525.062500', '180525.522500', '180525.982500', '180526.442500', '180526.902500', '180527.362500', '180527.822500', '180528.282500', '180528.742500', '180529.202500', '180529.662500', '180530.122500', '180530.582500', '180531.042500', '180531.502500', '180531.962500', '180532.422500', '180532.882500', '180533.342500', '180533.802500', '180534.262500', '180534.722500', '180535.182500', '180535.642500', '180536.102500', '180536.562500', '180537.022500', '180537.482500', '180537.942500', '180538.402500', '180538.862500', '180539.322500', '180539.782500', '180540.242500', '180540.702500', '180541.162500', '180541.622500', '180542.082500', '180542.542500', '180543.002500', '180543.462500', '180543.922500', '180544.382500', '180544.842500', '180545.302500', '180545.762500', '180546.222500', '180546.682500', '180547.142500', '180547.602500', '180548.062500', '180548.522500', '180548.982500', '180549.442500', '180549.902500', '180550.362500', '180550.822500', '180551.282500', '180551.742500', '180552.202500', '180552.662500', '180553.122500', '180553.582500', '180554.042500', '180554.502500', '180554.962500', '180555.422500', '180555.882500', '180556.342500', '180556.802500', '180557.262500', '180557.722500', '180558.182500', '180558.642500', '180559.102500', '180559.562500', '180600.022500', '180600.482500', '180600.942500', '180601.402500', '180601.862500', '180602.322500', '180602.782500', '180603.242500', '180603.702500', '180604.162500', '180604.622500', '180605.082500', '180605.542500', '180606.002500', '180606.462500', '180606.922500', '180607.382500', '180607.842500', '180608.302500', '180608.762500', '180609.222500', '180609.682500', '180610.142500', '180610.602500', '180611.062500', '180611.522500', '180611.982500', '180612.442500', '180612.902500', '180613.362500', '180613.822500', '180614.282500', '180614.742500', '180615.202500', '180615.662500', '180616.122500', '180616.582500', '180617.042500', '180617.502500', '180617.962500', '180618.422500', '180618.882500', '180619.342500', '180619.802500', '180620.262500', '180620.722500', '180621.182500', '180621.642500', '180622.102500', '180622.562500', '180623.022500', '180623.482500', '180623.942500', '180624.402500', '180624.862500', '180625.322500', '180625.782500', '180626.242500', '180626.702500', '180627.162500', '180627.622500', '180628.082500', '180628.542500', '180629.002500', '180629.462500', '180629.922500', '180630.382500', '180630.842500', '180631.302500', '180631.762500', '180632.222500', '180632.682500', '180633.142500', '180633.602500', '180634.062500', '180634.522500', '180634.982500', '180635.442500', '180635.902500', '180636.362500', '180636.822500', '180637.282500', '180637.742500', '180638.202500', '180638.662500', '180639.122500', '180639.582500', '180640.042500', '180640.502500', '180640.962500', '180641.422500', '180641.882500', '180642.342500', '180642.802500', '180643.262500', '180643.722500', '180644.182500', '180644.642500', '180645.102500', '180645.562500', '180646.022500', '180646.482500', '180646.942500', '180647.402500', '180647.862500', '180648.322500', '180648.782500', '180649.242500', '180649.702500', '180650.162500', '180650.622500', '180651.082500', '180651.542500', '180652.002500', '180652.462500', '180652.922500', '180653.382500', '180653.842500', '180654.302500', '180654.762500', '180655.222500', '180655.682500', '180656.142500', '180656.602500', '180657.062500', '180657.522500', '180657.982500', '180658.442500', '180658.902500', '180659.362500', '180659.822500', '180700.282500', '180700.742500', '180701.202500', '180701.662500', '180702.122500', '180702.582500', '180703.042500', '180703.502500', '180703.962500', '180704.422500', '180704.882500', '180705.342500', '180705.802500', '180706.262500', '180706.722500', '180707.182500', '180707.642500', '180708.102500', '180708.562500', '180709.022500', '180709.482500', '180709.942500', '180710.402500', '180710.862500', '180711.322500', '180711.782500', '180712.242500', '180712.702500', '180713.162500', '180713.622500', '180714.082500', '180714.542500', '180715.002500', '180715.462500', '180715.922500', '180716.382500', '180716.842500', '180717.302500', '180717.762500', '180718.222500', '180718.682500', '180719.142500', '180719.602500', '180720.062500', '180720.522500', '180720.982500', '180721.442500', '180721.902500', '180722.362500', '180722.822500', '180723.282500', '180723.742500', '180724.202500', '180724.662500', '180725.122500', '180725.582500', '180726.042500', '180726.502500', '180726.962500', '180727.422500', '180727.882500', '180728.342500', '180728.802500', '180729.262500', '180729.722500', '180730.182500', '180730.642500', '180731.102500', '180731.562500', '180732.022500', '180732.482500', '180732.942500', '180733.402500', '180733.862500', '180734.322500', '180734.782500', '180735.242500', '180735.702500', '180736.162500', '180736.622500', '180737.082500', '180737.542500', '180738.002500', '180738.462500', '180738.922500', '180739.382500', '180739.842500', '180740.302500', '180740.762500', '180741.222500', '180741.682500', '180742.142500', '180742.602500', '180743.062500', '180743.522500', '180743.982500', '180744.442500', '180744.902500', '180745.362500', '180745.822500', '180746.282500', '180746.742500', '180747.202500', '180747.662500', '180748.122500', '180748.582500', '180749.042500', '180749.502500', '180749.962500', '180750.422500', '180750.882500', '180751.342500', '180751.802500', '180752.262500', '180752.722500', '180753.182500', '180753.642500', '180754.102500', '180754.562500', '180755.022500', '180755.482500', '180755.942500', '180756.402500', '180756.862500', '180757.322500', '180757.782500', '180758.242500', '180758.702500', '180759.162500', '180759.622500', '180800.082500', '180800.542500', '180801.002500', '180801.462500', '180801.922500', '180802.382500', '180802.842500', '180803.302500', '180803.762500', '180804.222500', '180804.682500', '180805.142500', '180805.602500', '180806.062500', '180806.522500', '180806.982500', '180807.442500', '180807.902500', '180808.362500', '180808.822500', '180809.282500', '180809.742500', '180810.202500', '180810.662500', '180811.122500', '180811.582500', '180812.042500', '180812.502500', '180812.962500', '180813.422500', '180813.882500', '180814.342500', '180814.802500', '180815.262500', '180815.722500', '180816.182500', '180816.642500', '180817.102500', '180817.562500', '180818.022500', '180818.482500', '180818.942500', '180819.402500', '180819.862500', '180820.322500', '180820.782500', '180821.242500', '180821.702500', '180822.162500', '180822.622500', '180823.082500', '180823.542500', '180824.002500', '180824.462500', '180824.922500', '180825.382500', '180825.842500', '180826.302500', '180826.762500', '180827.222500', '180827.682500', '180828.142500', '180828.602500', '180829.062500', '180829.522500', '180829.982500', '180830.442500', '180830.902500', '180831.362500', '180831.822500', '180832.282500', '180832.742500', '180833.202500', '180833.662500', '180834.122500', '180834.582500', '180835.042500', '180835.502500', '180835.962500', '180836.422500', '180836.882500', '180837.342500', '180837.802500', '180838.262500', '180838.722500', '180839.182500', '180839.642500', '180840.102500', '180840.562500', '180841.022500', '180841.482500', '180841.942500', '180842.402500', '180842.862500', '180843.322500', '180843.782500', '180844.242500', '180844.702500', '180845.162500', '180845.622500', '180846.082500', '180846.542500', '180847.002500', '180847.462500', '180847.922500', '180848.382500', '180848.842500', '180849.302500', '180849.762500', '180850.222500', '180850.682500', '180851.142500', '180851.602500', '180852.062500', '180852.522500'], 'ContentTime': ['180219.744000', '180219.750000', '180219.752000', '180219.755000', '180219.757000', '180219.760000', '180219.763000', '180219.765000', '180219.768000', '180219.770000', '180219.773000', '180219.785000', '180219.788000', '180219.790000', '180239.719000', '180239.722000', '180239.725000', '180239.727000', '180239.730000', '180239.739000', '180239.742000', '180239.744000', '180239.747000', '180239.749000', '180239.752000', '180239.754000', '180239.757000', '180239.759000', '180239.762000', '180239.764000', '180239.767000', '180239.770000', '180239.772000', '180239.775000', '180239.777000', '180239.780000', '180239.782000', '180239.785000', '180239.787000', '180239.790000', '180239.792000', '180239.795000', '180239.798000', '180239.800000', '180239.803000', '180239.805000', '180239.808000', '180239.810000', '180239.813000', '180239.816000', '180239.818000', '180239.823000', '180239.825000', '180239.828000', '180239.830000', '180239.833000', '180239.835000', '180239.838000', '180259.719000', '180259.722000', '180259.725000', '180259.727000', '180259.730000', '180259.732000', '180259.735000', '180259.738000', '180259.740000', '180259.743000', '180259.754000', '180259.757000', '180259.759000', '180259.762000', '180259.764000', '180259.767000', '180259.770000', '180259.772000', '180259.775000', '180259.778000', '180259.780000', '180259.783000', '180259.785000', '180259.788000', '180259.791000', '180259.793000', '180259.796000', '180259.798000', '180259.801000', '180259.803000', '180259.806000', '180259.808000', '180259.811000', '180259.814000', '180259.816000', '180259.819000', '180259.821000', '180259.824000', '180259.826000', '180259.829000', '180259.848000', '180259.850000', '180259.853000', '180319.718000', '180319.721000', '180319.730000', '180319.733000', '180319.735000', '180319.738000', '180319.740000', '180319.743000', '180319.746000', '180319.748000', '180319.751000', '180319.753000', '180319.756000', '180319.758000', '180319.761000', '180319.764000', '180319.766000', '180319.769000', '180319.771000', '180319.774000', '180319.776000', '180319.779000', '180319.782000', '180319.784000', '180319.787000', '180319.789000', '180319.792000', '180319.794000', '180319.797000', '180319.800000', '180319.802000', '180319.805000', '180319.807000', '180319.810000', '180319.812000', '180319.815000', '180319.817000', '180319.820000', '180319.822000', '180319.825000', '180319.828000', '180319.830000', '180319.833000', '180319.835000', '180339.718000', '180339.721000', '180339.724000', '180339.726000', '180339.729000', '180339.731000', '180339.734000', '180339.737000', '180339.739000', '180339.742000', '180339.744000', '180339.747000', '180339.749000', '180339.752000', '180339.755000', '180339.757000', '180339.760000', '180339.762000', '180339.765000', '180339.767000', '180339.770000', '180339.773000', '180339.775000', '180339.778000', '180339.780000', '180339.783000', '180339.785000', '180339.788000', '180339.791000', '180339.793000', '180339.796000', '180339.798000', '180339.801000', '180339.803000', '180339.806000', '180339.809000', '180339.811000', '180339.814000', '180339.816000', '180339.819000', '180339.821000', '180339.824000', '180339.827000', '180359.720000', '180359.722000', '180359.725000', '180359.728000', '180359.730000', '180359.733000', '180359.736000', '180359.738000', '180359.741000', '180359.743000', '180359.746000', '180359.749000', '180359.752000', '180359.755000', '180359.758000', '180359.760000', '180359.763000', '180359.765000', '180359.768000', '180359.770000', '180359.773000', '180359.776000', '180359.778000', '180359.781000', '180359.783000', '180359.786000', '180359.788000', '180359.791000', '180359.794000', '180359.796000', '180359.799000', '180359.833000', '180359.835000', '180359.838000', '180359.841000', '180359.843000', '180359.846000', '180359.848000', '180359.851000', '180359.853000', '180359.856000', '180359.859000', '180359.861000', '180419.719000', '180419.722000', '180419.725000', '180419.727000', '180419.730000', '180419.732000', '180419.735000', '180419.738000', '180419.740000', '180419.743000', '180419.745000', '180419.748000', '180419.751000', '180419.753000', '180419.756000', '180419.758000', '180419.761000', '180419.763000', '180419.766000', '180419.768000', '180419.771000', '180419.774000', '180419.776000', '180419.779000', '180419.781000', '180419.784000', '180419.787000', '180419.789000', '180419.792000', '180419.794000', '180419.797000', '180419.814000', '180419.816000', '180419.819000', '180419.821000', '180419.824000', '180419.827000', '180419.829000', '180419.832000', '180419.834000', '180419.837000', '180419.839000', '180419.842000', '180419.845000', '180439.719000', '180439.722000', '180439.725000', '180439.728000', '180439.730000', '180439.733000', '180439.736000', '180439.738000', '180439.741000', '180439.743000', '180439.746000', '180439.749000', '180439.751000', '180439.754000', '180439.756000', '180439.759000', '180439.762000', '180439.764000', '180439.767000', '180439.769000', '180439.772000', '180439.775000', '180439.777000', '180439.780000', '180439.782000', '180439.785000', '180439.788000', '180439.790000', '180439.793000', '180439.795000', '180439.798000', '180439.801000', '180439.803000', '180439.806000', '180439.808000', '180439.811000', '180439.826000', '180439.829000', '180439.832000', '180439.834000', '180439.837000', '180439.839000', '180439.842000', '180439.845000', '180459.719000', '180459.722000', '180459.725000', '180459.727000', '180459.730000', '180459.733000', '180459.735000', '180459.738000', '180459.740000', '180459.743000', '180459.745000', '180459.748000', '180459.751000', '180459.753000', '180459.756000', '180459.758000', '180459.761000', '180459.763000', '180459.766000', '180459.768000', '180459.771000', '180459.774000', '180459.776000', '180459.779000', '180459.782000', '180459.784000', '180459.787000', '180459.789000', '180459.792000', '180459.795000', '180459.797000', '180459.826000', '180459.828000', '180459.831000', '180459.833000', '180459.836000', '180459.838000', '180459.841000', '180459.844000', '180459.846000', '180459.849000', '180459.851000', '180459.854000', '180519.720000', '180519.722000', '180519.725000', '180519.728000', '180519.730000', '180519.733000', '180519.736000', '180519.740000', '180519.742000', '180519.745000', '180519.747000', '180519.750000', '180519.752000', '180519.755000', '180519.758000', '180519.760000', '180519.763000', '180519.765000', '180519.768000', '180519.770000', '180519.773000', '180519.776000', '180519.778000', '180519.781000', '180519.784000', '180519.786000', '180519.789000', '180519.792000', '180519.795000', '180519.797000', '180519.825000', '180519.828000', '180519.830000', '180519.833000', '180519.835000', '180519.838000', '180519.841000', '180519.843000', '180519.846000', '180519.848000', '180519.851000', '180519.853000', '180519.856000', '180539.718000', '180539.721000', '180539.724000', '180539.726000', '180539.729000', '180539.732000', '180539.734000', '180539.737000', '180539.739000', '180539.742000', '180539.744000', '180539.747000', '180539.750000', '180539.752000', '180539.755000', '180539.757000', '180539.760000', '180539.763000', '180539.765000', '180539.768000', '180539.770000', '180539.773000', '180539.776000', '180539.778000', '180539.781000', '180539.784000', '180539.786000', '180539.789000', '180539.791000', '180539.794000', '180539.796000', '180539.799000', '180539.835000', '180539.837000', '180539.840000', '180539.843000', '180539.845000', '180539.848000', '180539.851000', '180539.853000', '180539.856000', '180539.858000', '180539.861000', '180539.863000', '180559.719000', '180559.721000', '180559.724000', '180559.727000', '180559.729000', '180559.732000', '180559.734000', '180559.737000', '180559.740000', '180559.742000', '180559.745000', '180559.747000', '180559.750000', '180559.752000', '180559.755000', '180559.758000', '180559.760000', '180559.763000', '180559.765000', '180559.768000', '180559.771000', '180559.773000', '180559.776000', '180559.778000', '180559.781000', '180559.783000', '180559.786000', '180559.789000', '180559.791000', '180559.794000', '180559.796000', '180559.799000', '180559.841000', '180559.844000', '180559.847000', '180559.849000', '180559.852000', '180559.855000', '180559.857000', '180559.860000', '180559.862000', '180559.865000', '180559.867000', '180559.870000', '180619.719000', '180619.722000', '180619.725000', '180619.727000', '180619.730000', '180619.733000', '180619.735000', '180619.738000', '180619.740000', '180619.743000', '180619.745000', '180619.748000', '180619.751000', '180619.753000', '180619.756000', '180619.758000', '180619.761000', '180619.773000', '180619.775000', '180619.778000', '180619.781000', '180619.783000', '180619.786000', '180619.792000', '180619.794000', '180619.797000', '180619.800000', '180619.868000', '180619.871000', '180619.873000', '180619.876000', '180619.878000', '180619.881000', '180619.884000', '180619.886000', '180619.889000', '180619.891000', '180619.894000', '180619.896000', '180619.899000', '180619.902000', '180619.904000', '180619.907000', '180639.720000', '180639.722000', '180639.725000', '180639.728000', '180639.730000', '180639.733000', '180639.735000', '180639.738000', '180639.740000', '180639.743000', '180639.746000', '180639.748000', '180639.751000', '180639.753000', '180639.756000', '180639.758000', '180639.761000', '180639.764000', '180639.767000', '180639.769000', '180639.772000', '180639.775000', '180639.778000', '180639.780000', '180639.783000', '180639.786000', '180639.788000', '180639.791000', '180639.793000', '180639.796000', '180639.798000', '180639.835000', '180639.838000', '180639.840000', '180639.843000', '180639.845000', '180639.848000', '180639.850000', '180639.853000', '180639.856000', '180639.858000', '180639.861000', '180639.863000', '180659.720000', '180659.722000', '180659.725000', '180659.728000', '180659.730000', '180659.733000', '180659.735000', '180659.738000', '180659.741000', '180659.743000', '180659.746000', '180659.748000', '180659.751000', '180659.754000', '180659.756000', '180659.759000', '180659.761000', '180659.764000', '180659.767000', '180659.769000', '180659.772000', '180659.775000', '180659.777000', '180659.780000', '180659.782000', '180659.785000', '180659.788000', '180659.790000', '180659.793000', '180659.795000', '180659.798000', '180659.863000', '180659.866000', '180659.868000', '180659.871000', '180659.873000', '180659.876000', '180659.879000', '180659.881000', '180659.884000', '180659.886000', '180659.889000', '180659.892000', '180659.894000', '180719.720000', '180719.722000', '180719.725000', '180719.728000', '180719.730000', '180719.733000', '180719.735000', '180719.738000', '180719.741000', '180719.743000', '180719.746000', '180719.748000', '180719.751000', '180719.754000', '180719.756000', '180719.759000', '180719.761000', '180719.764000', '180719.767000', '180719.769000', '180719.772000', '180719.775000', '180719.777000', '180719.780000', '180719.782000', '180719.785000', '180719.788000', '180719.790000', '180719.793000', '180719.796000', '180719.798000', '180719.845000', '180719.847000', '180719.850000', '180719.853000', '180719.855000', '180719.858000', '180719.860000', '180719.863000', '180719.865000', '180719.868000', '180719.871000', '180719.873000', '180739.720000', '180739.722000', '180739.725000', '180739.728000', '180739.730000', '180739.733000', '180739.736000', '180739.738000', '180739.741000', '180739.743000', '180739.746000', '180739.749000', '180739.751000', '180739.754000', '180739.756000', '180739.759000', '180739.762000', '180739.764000', '180739.767000', '180739.769000', '180739.772000', '180739.774000', '180739.777000', '180739.780000', '180739.782000', '180739.785000', '180739.787000', '180739.790000', '180739.793000', '180739.795000', '180739.798000', '180739.801000', '180739.803000', '180739.806000', '180739.808000', '180739.811000', '180739.813000', '180739.816000', '180739.819000', '180739.821000', '180739.824000', '180739.826000', '180739.829000', '180739.840000', '180759.718000', '180759.721000', '180759.724000', '180759.727000', '180759.729000', '180759.732000', '180759.735000', '180759.737000', '180759.740000', '180759.742000', '180759.745000', '180759.749000', '180759.752000', '180759.755000', '180759.757000', '180759.760000', '180759.762000', '180759.765000', '180759.768000', '180759.770000', '180759.773000', '180759.775000', '180759.778000', '180759.781000', '180759.783000', '180759.786000', '180759.789000', '180759.792000', '180759.794000', '180759.797000', '180759.851000', '180759.854000', '180759.856000', '180759.859000', '180759.861000', '180759.864000', '180759.866000', '180759.869000', '180759.872000', '180759.874000', '180759.877000', '180759.879000', '180759.882000', '180819.719000', '180819.721000', '180819.724000', '180819.727000', '180819.729000', '180819.732000', '180819.734000', '180819.737000', '180819.739000', '180819.742000', '180819.745000', '180819.747000', '180819.750000', '180819.753000', '180819.755000', '180819.758000', '180819.760000', '180819.763000', '180819.765000', '180819.768000', '180819.770000', '180819.773000', '180819.776000', '180819.778000', '180819.781000', '180819.783000', '180819.786000', '180819.789000', '180819.791000', '180819.794000', '180819.796000', '180819.799000', '180819.873000', '180819.876000', '180819.878000', '180819.881000', '180819.883000', '180819.886000', '180819.889000', '180819.891000', '180819.894000', '180819.896000', '180819.899000', '180819.901000', '180839.719000', '180839.722000', '180839.725000', '180839.727000', '180839.730000', '180839.733000', '180839.735000', '180839.738000', '180839.740000', '180839.743000', '180839.745000', '180839.748000', '180839.751000', '180839.753000', '180839.756000', '180839.758000', '180839.761000', '180839.763000', '180839.766000', '180839.769000', '180839.771000', '180839.774000', '180839.776000', '180839.779000', '180839.781000', '180839.784000', '180839.787000', '180839.789000', '180839.792000', '180839.795000', '180839.797000', '180839.865000', '180839.867000', '180839.870000', '180839.873000', '180839.875000', '180839.878000', '180839.880000', '180839.883000', '180839.885000', '180839.888000', '180839.891000', '180839.893000', '180854.058000', '180854.061000', '180854.063000', '180854.066000', '180854.069000', '180854.072000', '180854.074000', '180854.077000', '180854.080000', '180854.083000', '180854.085000', '180854.090000', '180854.093000', '180854.098000', '180854.105000', '180854.109000', '180854.120000', '180854.123000', '180854.126000', '180854.132000', '180854.135000', '180854.140000', '180854.143000', '180854.150000', '180854.153000', '180854.156000', '180854.158000', '180854.161000', '180854.164000', '180854.166000', '180854.169000', '180854.172000'], 'InstanceCreationTime': ['180219.744000', '180219.750000', '180219.752000', '180219.755000', '180219.757000', '180219.760000', '180219.763000', '180219.765000', '180219.768000', '180219.770000', '180219.773000', '180219.785000', '180219.788000', '180219.790000', '180239.719000', '180239.722000', '180239.725000', '180239.727000', '180239.730000', '180239.739000', '180239.742000', '180239.744000', '180239.747000', '180239.749000', '180239.752000', '180239.754000', '180239.757000', '180239.759000', '180239.762000', '180239.764000', '180239.767000', '180239.770000', '180239.772000', '180239.775000', '180239.777000', '180239.780000', '180239.782000', '180239.785000', '180239.787000', '180239.790000', '180239.792000', '180239.795000', '180239.798000', '180239.800000', '180239.803000', '180239.805000', '180239.808000', '180239.810000', '180239.813000', '180239.816000', '180239.818000', '180239.823000', '180239.825000', '180239.828000', '180239.830000', '180239.833000', '180239.835000', '180239.838000', '180259.719000', '180259.722000', '180259.725000', '180259.727000', '180259.730000', '180259.732000', '180259.735000', '180259.738000', '180259.740000', '180259.743000', '180259.754000', '180259.757000', '180259.759000', '180259.762000', '180259.764000', '180259.767000', '180259.770000', '180259.772000', '180259.775000', '180259.778000', '180259.780000', '180259.783000', '180259.785000', '180259.788000', '180259.791000', '180259.793000', '180259.796000', '180259.798000', '180259.801000', '180259.803000', '180259.806000', '180259.808000', '180259.811000', '180259.814000', '180259.816000', '180259.819000', '180259.821000', '180259.824000', '180259.826000', '180259.829000', '180259.848000', '180259.850000', '180259.853000', '180319.718000', '180319.721000', '180319.730000', '180319.733000', '180319.735000', '180319.738000', '180319.740000', '180319.743000', '180319.746000', '180319.748000', '180319.751000', '180319.753000', '180319.756000', '180319.758000', '180319.761000', '180319.764000', '180319.766000', '180319.769000', '180319.771000', '180319.774000', '180319.776000', '180319.779000', '180319.782000', '180319.784000', '180319.787000', '180319.789000', '180319.792000', '180319.794000', '180319.797000', '180319.800000', '180319.802000', '180319.805000', '180319.807000', '180319.810000', '180319.812000', '180319.815000', '180319.817000', '180319.820000', '180319.822000', '180319.825000', '180319.828000', '180319.830000', '180319.833000', '180319.835000', '180339.718000', '180339.721000', '180339.724000', '180339.726000', '180339.729000', '180339.731000', '180339.734000', '180339.737000', '180339.739000', '180339.742000', '180339.744000', '180339.747000', '180339.749000', '180339.752000', '180339.755000', '180339.757000', '180339.760000', '180339.762000', '180339.765000', '180339.767000', '180339.770000', '180339.773000', '180339.775000', '180339.778000', '180339.780000', '180339.783000', '180339.785000', '180339.788000', '180339.791000', '180339.793000', '180339.796000', '180339.798000', '180339.801000', '180339.803000', '180339.806000', '180339.809000', '180339.811000', '180339.814000', '180339.816000', '180339.819000', '180339.821000', '180339.824000', '180339.827000', '180359.720000', '180359.722000', '180359.725000', '180359.728000', '180359.730000', '180359.733000', '180359.736000', '180359.738000', '180359.741000', '180359.743000', '180359.746000', '180359.749000', '180359.752000', '180359.755000', '180359.758000', '180359.760000', '180359.763000', '180359.765000', '180359.768000', '180359.770000', '180359.773000', '180359.776000', '180359.778000', '180359.781000', '180359.783000', '180359.786000', '180359.788000', '180359.791000', '180359.794000', '180359.796000', '180359.799000', '180359.833000', '180359.835000', '180359.838000', '180359.841000', '180359.843000', '180359.846000', '180359.848000', '180359.851000', '180359.853000', '180359.856000', '180359.859000', '180359.861000', '180419.719000', '180419.722000', '180419.725000', '180419.727000', '180419.730000', '180419.732000', '180419.735000', '180419.738000', '180419.740000', '180419.743000', '180419.745000', '180419.748000', '180419.751000', '180419.753000', '180419.756000', '180419.758000', '180419.761000', '180419.763000', '180419.766000', '180419.768000', '180419.771000', '180419.774000', '180419.776000', '180419.779000', '180419.781000', '180419.784000', '180419.787000', '180419.789000', '180419.792000', '180419.794000', '180419.797000', '180419.814000', '180419.816000', '180419.819000', '180419.821000', '180419.824000', '180419.827000', '180419.829000', '180419.832000', '180419.834000', '180419.837000', '180419.839000', '180419.842000', '180419.845000', '180439.719000', '180439.722000', '180439.725000', '180439.728000', '180439.730000', '180439.733000', '180439.736000', '180439.738000', '180439.741000', '180439.743000', '180439.746000', '180439.749000', '180439.751000', '180439.754000', '180439.756000', '180439.759000', '180439.762000', '180439.764000', '180439.767000', '180439.769000', '180439.772000', '180439.775000', '180439.777000', '180439.780000', '180439.782000', '180439.785000', '180439.788000', '180439.790000', '180439.793000', '180439.795000', '180439.798000', '180439.801000', '180439.803000', '180439.806000', '180439.808000', '180439.811000', '180439.826000', '180439.829000', '180439.832000', '180439.834000', '180439.837000', '180439.839000', '180439.842000', '180439.845000', '180459.719000', '180459.722000', '180459.725000', '180459.727000', '180459.730000', '180459.733000', '180459.735000', '180459.738000', '180459.740000', '180459.743000', '180459.745000', '180459.748000', '180459.751000', '180459.753000', '180459.756000', '180459.758000', '180459.761000', '180459.763000', '180459.766000', '180459.768000', '180459.771000', '180459.774000', '180459.776000', '180459.779000', '180459.782000', '180459.784000', '180459.787000', '180459.789000', '180459.792000', '180459.795000', '180459.797000', '180459.826000', '180459.828000', '180459.831000', '180459.833000', '180459.836000', '180459.838000', '180459.841000', '180459.844000', '180459.846000', '180459.849000', '180459.851000', '180459.854000', '180519.720000', '180519.722000', '180519.725000', '180519.728000', '180519.730000', '180519.733000', '180519.736000', '180519.740000', '180519.742000', '180519.745000', '180519.747000', '180519.750000', '180519.752000', '180519.755000', '180519.758000', '180519.760000', '180519.763000', '180519.765000', '180519.768000', '180519.770000', '180519.773000', '180519.776000', '180519.778000', '180519.781000', '180519.784000', '180519.786000', '180519.789000', '180519.792000', '180519.795000', '180519.797000', '180519.825000', '180519.828000', '180519.830000', '180519.833000', '180519.835000', '180519.838000', '180519.841000', '180519.843000', '180519.846000', '180519.848000', '180519.851000', '180519.853000', '180519.856000', '180539.718000', '180539.721000', '180539.724000', '180539.726000', '180539.729000', '180539.732000', '180539.734000', '180539.737000', '180539.739000', '180539.742000', '180539.744000', '180539.747000', '180539.750000', '180539.752000', '180539.755000', '180539.757000', '180539.760000', '180539.763000', '180539.765000', '180539.768000', '180539.770000', '180539.773000', '180539.776000', '180539.778000', '180539.781000', '180539.784000', '180539.786000', '180539.789000', '180539.791000', '180539.794000', '180539.796000', '180539.799000', '180539.835000', '180539.837000', '180539.840000', '180539.843000', '180539.845000', '180539.848000', '180539.851000', '180539.853000', '180539.856000', '180539.858000', '180539.861000', '180539.863000', '180559.719000', '180559.721000', '180559.724000', '180559.727000', '180559.729000', '180559.732000', '180559.734000', '180559.737000', '180559.740000', '180559.742000', '180559.745000', '180559.747000', '180559.750000', '180559.752000', '180559.755000', '180559.758000', '180559.760000', '180559.763000', '180559.765000', '180559.768000', '180559.771000', '180559.773000', '180559.776000', '180559.778000', '180559.781000', '180559.783000', '180559.786000', '180559.789000', '180559.791000', '180559.794000', '180559.796000', '180559.799000', '180559.841000', '180559.844000', '180559.847000', '180559.849000', '180559.852000', '180559.855000', '180559.857000', '180559.860000', '180559.862000', '180559.865000', '180559.867000', '180559.870000', '180619.719000', '180619.722000', '180619.725000', '180619.727000', '180619.730000', '180619.733000', '180619.735000', '180619.738000', '180619.740000', '180619.743000', '180619.745000', '180619.748000', '180619.751000', '180619.753000', '180619.756000', '180619.758000', '180619.761000', '180619.773000', '180619.775000', '180619.778000', '180619.781000', '180619.783000', '180619.786000', '180619.792000', '180619.794000', '180619.797000', '180619.800000', '180619.868000', '180619.871000', '180619.873000', '180619.876000', '180619.878000', '180619.881000', '180619.884000', '180619.886000', '180619.889000', '180619.891000', '180619.894000', '180619.896000', '180619.899000', '180619.902000', '180619.904000', '180619.907000', '180639.720000', '180639.722000', '180639.725000', '180639.728000', '180639.730000', '180639.733000', '180639.735000', '180639.738000', '180639.740000', '180639.743000', '180639.746000', '180639.748000', '180639.751000', '180639.753000', '180639.756000', '180639.758000', '180639.761000', '180639.764000', '180639.767000', '180639.769000', '180639.772000', '180639.775000', '180639.778000', '180639.780000', '180639.783000', '180639.786000', '180639.788000', '180639.791000', '180639.793000', '180639.796000', '180639.798000', '180639.835000', '180639.838000', '180639.840000', '180639.843000', '180639.845000', '180639.848000', '180639.850000', '180639.853000', '180639.856000', '180639.858000', '180639.861000', '180639.863000', '180659.720000', '180659.722000', '180659.725000', '180659.728000', '180659.730000', '180659.733000', '180659.735000', '180659.738000', '180659.741000', '180659.743000', '180659.746000', '180659.748000', '180659.751000', '180659.754000', '180659.756000', '180659.759000', '180659.761000', '180659.764000', '180659.767000', '180659.769000', '180659.772000', '180659.775000', '180659.777000', '180659.780000', '180659.782000', '180659.785000', '180659.788000', '180659.790000', '180659.793000', '180659.795000', '180659.798000', '180659.863000', '180659.866000', '180659.868000', '180659.871000', '180659.873000', '180659.876000', '180659.879000', '180659.881000', '180659.884000', '180659.886000', '180659.889000', '180659.892000', '180659.894000', '180719.720000', '180719.722000', '180719.725000', '180719.728000', '180719.730000', '180719.733000', '180719.735000', '180719.738000', '180719.741000', '180719.743000', '180719.746000', '180719.748000', '180719.751000', '180719.754000', '180719.756000', '180719.759000', '180719.761000', '180719.764000', '180719.767000', '180719.769000', '180719.772000', '180719.775000', '180719.777000', '180719.780000', '180719.782000', '180719.785000', '180719.788000', '180719.790000', '180719.793000', '180719.796000', '180719.798000', '180719.845000', '180719.847000', '180719.850000', '180719.853000', '180719.855000', '180719.858000', '180719.860000', '180719.863000', '180719.865000', '180719.868000', '180719.871000', '180719.873000', '180739.720000', '180739.722000', '180739.725000', '180739.728000', '180739.730000', '180739.733000', '180739.736000', '180739.738000', '180739.741000', '180739.743000', '180739.746000', '180739.749000', '180739.751000', '180739.754000', '180739.756000', '180739.759000', '180739.762000', '180739.764000', '180739.767000', '180739.769000', '180739.772000', '180739.774000', '180739.777000', '180739.780000', '180739.782000', '180739.785000', '180739.787000', '180739.790000', '180739.793000', '180739.795000', '180739.798000', '180739.801000', '180739.803000', '180739.806000', '180739.808000', '180739.811000', '180739.813000', '180739.816000', '180739.819000', '180739.821000', '180739.824000', '180739.826000', '180739.829000', '180739.840000', '180759.718000', '180759.721000', '180759.724000', '180759.727000', '180759.729000', '180759.732000', '180759.735000', '180759.737000', '180759.740000', '180759.742000', '180759.745000', '180759.749000', '180759.752000', '180759.755000', '180759.757000', '180759.760000', '180759.762000', '180759.765000', '180759.768000', '180759.770000', '180759.773000', '180759.775000', '180759.778000', '180759.781000', '180759.783000', '180759.786000', '180759.789000', '180759.792000', '180759.794000', '180759.797000', '180759.851000', '180759.854000', '180759.856000', '180759.859000', '180759.861000', '180759.864000', '180759.866000', '180759.869000', '180759.872000', '180759.874000', '180759.877000', '180759.879000', '180759.882000', '180819.719000', '180819.721000', '180819.724000', '180819.727000', '180819.729000', '180819.732000', '180819.734000', '180819.737000', '180819.739000', '180819.742000', '180819.745000', '180819.747000', '180819.750000', '180819.753000', '180819.755000', '180819.758000', '180819.760000', '180819.763000', '180819.765000', '180819.768000', '180819.770000', '180819.773000', '180819.776000', '180819.778000', '180819.781000', '180819.783000', '180819.786000', '180819.789000', '180819.791000', '180819.794000', '180819.796000', '180819.799000', '180819.873000', '180819.876000', '180819.878000', '180819.881000', '180819.883000', '180819.886000', '180819.889000', '180819.891000', '180819.894000', '180819.896000', '180819.899000', '180819.901000', '180839.719000', '180839.722000', '180839.725000', '180839.727000', '180839.730000', '180839.733000', '180839.735000', '180839.738000', '180839.740000', '180839.743000', '180839.745000', '180839.748000', '180839.751000', '180839.753000', '180839.756000', '180839.758000', '180839.761000', '180839.763000', '180839.766000', '180839.769000', '180839.771000', '180839.774000', '180839.776000', '180839.779000', '180839.781000', '180839.784000', '180839.787000', '180839.789000', '180839.792000', '180839.795000', '180839.797000', '180839.865000', '180839.867000', '180839.870000', '180839.873000', '180839.875000', '180839.878000', '180839.880000', '180839.883000', '180839.885000', '180839.888000', '180839.891000', '180839.893000', '180854.058000', '180854.061000', '180854.063000', '180854.066000', '180854.069000', '180854.072000', '180854.074000', '180854.077000', '180854.080000', '180854.083000', '180854.085000', '180854.090000', '180854.093000', '180854.098000', '180854.105000', '180854.109000', '180854.120000', '180854.123000', '180854.126000', '180854.132000', '180854.135000', '180854.140000', '180854.143000', '180854.150000', '180854.153000', '180854.156000', '180854.158000', '180854.161000', '180854.164000', '180854.166000', '180854.169000', '180854.172000'], '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': [10087, 13972, 8373, 10091, 7916, 7796, 7558, 7561, 8607, 7788, 10173, 7961, 11196, 7537, 9055, 14841, 7761, 12681, 8179, 9258, 15084, 7389, 8327, 8356, 10590, 7789, 10735, 8543, 11196, 7345, 12294, 8919, 13507, 8465, 12780, 8651, 12316, 11355, 10344, 16141, 7761, 13004, 8395, 11195, 10862, 8597, 15731, 7432, 10792, 8132, 7763, 12399, 7569, 9902, 7999, 8146, 7383, 8430, 9644, 7587, 11253, 8802, 12030, 7557, 9909, 8133, 10207, 12428, 9339, 13850, 7961, 11962, 9368, 9404, 16218, 7779, 12518, 8506, 8883, 12848, 7756, 12466, 7834, 9193, 8606, 8704, 8684, 10481, 10776, 8405, 13267, 9101, 10340, 8612, 8979, 12047, 8778, 12819, 10116, 12136, 8367, 9118, 15202, 8484, 12114, 8535, 9155, 9342, 8366, 12580, 8167, 12496, 8499, 9011, 13400, 8864, 12379, 8725, 10361, 7985, 8779, 13693, 8493, 12429, 8312, 9710, 16554, 9180, 9659, 10514, 8024, 10904, 8108, 10637, 8540, 8743, 8178, 8052, 9558, 8072, 13104, 7823, 12524, 10390, 12046, 8221, 11728, 11211, 10005, 16497, 8729, 14177, 8886, 9596, 12987, 8432, 12789, 8406, 8781, 12786, 8272, 10891, 8251, 8445, 12924, 8393, 9564, 8348, 8395, 13114, 9386, 9588, 13839, 8340, 10379, 8371, 9432, 8520, 8831, 8923, 9130, 9049, 12896, 15910, 8755, 13725, 12627, 10616, 13997, 8725, 11502, 17330, 8602, 10763, 14811, 8926, 11090, 8172, 8405, 10689, 8554, 8352, 10919, 8691, 9239, 8965, 9432, 8622, 10390, 10057, 9201, 14455, 8687, 13191, 16805, 10141, 14618, 11713, 8550, 12870, 13880, 8191, 11830, 8000, 8479, 11195, 8223, 10409, 8103, 8590, 11973, 8310, 9567, 8712, 8345, 10616, 8172, 9039, 12702, 8614, 11548, 14796, 9514, 10056, 12348, 8249, 10511, 8185, 8382, 11607, 8892, 9564, 14284, 8462, 13134, 12377, 8507, 12737, 14230, 8933, 12146, 11880, 8502, 12305, 8422, 8889, 10723, 8562, 10089, 8535, 9754, 8040, 8682, 14621, 8735, 12227, 12436, 8173, 13468, 8488, 12283, 8473, 11437, 8075, 12608, 8603, 9847, 13656, 8464, 13430, 8563, 9906, 14428, 8552, 11788, 8197, 9012, 12204, 8569, 10562, 8236, 10109, 7711, 8701, 7789, 8572, 10816, 8293, 11067, 8607, 10345, 14962, 8760, 11603, 8697, 9277, 13946, 8563, 11962, 8633, 11112, 8574, 9309, 10618, 8549, 12571, 9563, 12629, 7807, 9024, 13965, 8282, 12459, 8494, 8709, 13505, 8525, 12079, 8241, 8928, 12778, 8827, 12202, 8551, 8170, 7874, 8639, 8037, 9191, 7791, 9518, 8037, 10121, 15594, 8852, 14312, 9059, 9672, 7804, 9966, 8304, 9391, 8442, 10556, 8856, 13368, 8423, 11437, 12657, 11144, 10895, 9105, 14867, 9561, 15356, 9114, 13852, 8248, 11566, 8333, 10259, 8326, 9153, 8636, 10743, 8357, 9296, 8446, 10761, 7974, 9576, 14777, 8407, 13280, 8284, 10762, 8520, 9850, 8464, 9059, 8624, 10571, 8546, 10400, 7976, 11468, 11164, 9800, 14003, 10279, 12840, 8254, 9977, 15317, 8522, 12470, 8692, 10489, 8151, 9277, 9615, 8985, 12597, 8973, 10274, 8801, 10672, 8400, 9240, 13056, 8925, 12867, 8454, 9411, 8090, 8913, 12998, 8781, 8690, 8628, 13186, 8521, 12430, 8389, 7562, 10944, 12641, 9207, 11355, 9678, 16559, 11721, 10442, 17669, 8599, 13528, 8271, 9015, 16374, 8698, 10646, 8152, 8949, 11819, 8730, 9914, 8134, 9025, 10129, 8717, 9694, 8482, 10383, 8751, 11230, 8368, 10408, 11520, 8996, 14651, 8798, 12881, 8292, 10049, 15716, 8893, 13998, 8146, 9026, 13453, 8565, 11997, 8382, 8997, 13199, 8745, 11438, 9130, 9474, 7783, 8956, 11741, 8962, 10588, 8379, 9282, 13210, 8659, 12345, 9025, 9170, 13444, 8844, 10867, 8452, 9189, 8149, 9207, 13955, 8654, 11239, 8169, 9383, 13761, 8795, 10851, 8766, 9765, 8192, 8728, 12483, 9082, 12988, 8413, 12243, 8772, 11336, 8336, 11391, 10288, 12049, 9226, 11931, 14614, 10332, 16791, 8238, 9602, 15474, 8319, 12524, 8207, 7925, 11164, 8275, 10011, 7649, 8465, 9443, 8206, 8009, 8581, 8728, 8577, 8636, 7457, 8540, 7821, 10034, 8251, 12084, 10444, 13945, 14447, 10184, 15837, 10366, 11107, 11480, 9507, 17240, 8120, 13771, 11510, 9644, 14942, 8201, 11229, 8376, 11883, 8075, 11707, 8270, 12745, 8348, 10682, 14355, 8746, 13227, 8076, 10856, 11977, 8493, 12396, 8309, 9139, 7904, 8697, 10896, 8671, 9622, 8657, 9593, 8730, 8594, 8440, 9464, 8041, 9384, 13575, 9242, 13571, 8802, 12082, 15419, 9844, 14069, 10336, 9993, 16005, 8594, 11339, 10920, 9109, 11724, 8850, 8818, 12582, 8924, 9470, 8368, 9043, 11568, 8884, 9705, 8655, 9212, 12346, 8998, 10952, 8222, 9486, 12522, 9037, 11764, 8963, 8970, 8346, 9203, 7984, 9637, 13427, 9679, 12855, 7651, 13159, 9805, 12624, 8847, 13671, 17146, 12811, 16361, 10465, 10926, 18046, 9410, 11351, 10920, 8533, 12655, 8233, 9371, 8225, 8862, 8717, 8358, 10575, 8697, 9240, 11099, 8923, 11097, 8649, 8635, 9272, 9033, 11437, 8774, 10647, 7808, 8873, 13799, 8697, 12463, 8612, 9358, 13363, 9086, 13639, 9705, 11724, 7974, 8692, 10709, 8864, 11413, 8584, 10028, 8678, 8895, 13415, 8697, 12172, 8341, 9967, 8092, 8969, 8356, 9003, 12426, 8953, 11113, 8803, 8662, 7827, 8971, 11904, 8950, 11682, 9009, 9463, 7739, 8853, 11690, 8978, 10286, 8095, 9116, 9902, 9170, 7840, 7905, 10745, 8587, 9669, 8107, 11767, 8251, 8513, 8689, 10136, 8607, 11388, 15256, 7854, 11271, 8823, 12509, 7942, 10903, 8253, 12280, 9616, 14008, 8155, 11457, 8200, 9499, 16027, 9284, 13647, 8633, 8670, 10711, 8285, 11780, 8099, 9733, 8743, 9470, 7984, 9062, 12768, 9007, 12057, 9154, 9095, 11050, 8798, 10762, 9233, 9535, 7814, 9079, 13919, 8910, 11787, 8246, 8653, 7662, 8662, 11038, 9139, 9404, 14356, 8700, 11997, 8521, 8670, 12122, 8965, 10925, 8609, 8836, 12741, 8625, 10773, 8773, 9100, 10003, 8903, 10848, 11627, 9221, 11216, 8767, 8927, 7618, 9078, 10570, 8756, 9299, 8945, 9107, 13190, 9141, 12318, 9077, 8955, 16395, 8776, 10581, 8950, 8938, 8006, 9152, 14790, 8969, 12507, 9067, 8966, 8170, 8754, 11668, 9211, 9130, 8227, 8917, 13805, 9043, 12166], 'WindowCenter': [4362.0, 4386.0, 4312.0, 4331.0, 4298.0, 4286.0, 4289.0, 4289.0, 4309.0, 4298.0, 4329.0, 4297.0, 4327.0, 4274.0, 4304.0, 4346.0, 4285.0, 4325.0, 4282.0, 4293.0, 4334.0, 4272.0, 4282.0, 4284.0, 4302.0, 4284.0, 4315.0, 4295.0, 4324.0, 4288.0, 4337.0, 4309.0, 4335.0, 4298.0, 4335.0, 4284.0, 4323.0, 4303.0, 4302.0, 4344.0, 4273.0, 4320.0, 4281.0, 4311.0, 4300.0, 4281.0, 4330.0, 4257.0, 4300.0, 4258.0, 4259.0, 4307.0, 4259.0, 4291.0, 4270.0, 4269.0, 4260.0, 4281.0, 4290.0, 4272.0, 4309.0, 4290.0, 4311.0, 4273.0, 4302.0, 4282.0, 4312.0, 4323.0, 4291.0, 4334.0, 4283.0, 4312.0, 4279.0, 4280.0, 4326.0, 4257.0, 4310.0, 4266.0, 4268.0, 4309.0, 4257.0, 4307.0, 4268.0, 4290.0, 4291.0, 4291.0, 4280.0, 4300.0, 4298.0, 4269.0, 4320.0, 4279.0, 4301.0, 4279.0, 4292.0, 4308.0, 4280.0, 4319.0, 4288.0, 4309.0, 4267.0, 4278.0, 4329.0, 4267.0, 4307.0, 4268.0, 4277.0, 4274.0, 4268.0, 4307.0, 4268.0, 4308.0, 4267.0, 4278.0, 4320.0, 4279.0, 4308.0, 4279.0, 4299.0, 4267.0, 4279.0, 4318.0, 4279.0, 4309.0, 4269.0, 4289.0, 4339.0, 4279.0, 4280.0, 4287.0, 4259.0, 4289.0, 4258.0, 4300.0, 4280.0, 4281.0, 4269.0, 4284.0, 4301.0, 4282.0, 4321.0, 4287.0, 4336.0, 4313.0, 4321.0, 4284.0, 4324.0, 4313.0, 4316.0, 4344.0, 4281.0, 4320.0, 4266.0, 4288.0, 4305.0, 4265.0, 4306.0, 4266.0, 4292.0, 4319.0, 4281.0, 4314.0, 4295.0, 4310.0, 4347.0, 4293.0, 4302.0, 4268.0, 4256.0, 4281.0, 4237.0, 4262.0, 4295.0, 4267.0, 4286.0, 4263.0, 4264.0, 4265.0, 4278.0, 4289.0, 4292.0, 4290.0, 4322.0, 4331.0, 4277.0, 4319.0, 4306.0, 4286.0, 4315.0, 4265.0, 4296.0, 4325.0, 4254.0, 4284.0, 4304.0, 4263.0, 4283.0, 4265.0, 4265.0, 4284.0, 4264.0, 4266.0, 4299.0, 4279.0, 4289.0, 4290.0, 4290.0, 4291.0, 4314.0, 4313.0, 4304.0, 4342.0, 4293.0, 4336.0, 4343.0, 4301.0, 4331.0, 4297.0, 4279.0, 4309.0, 4307.0, 4267.0, 4308.0, 4255.0, 4267.0, 4295.0, 4267.0, 4298.0, 4266.0, 4291.0, 4309.0, 4279.0, 4289.0, 4279.0, 4292.0, 4301.0, 4282.0, 4292.0, 4321.0, 4291.0, 4323.0, 4330.0, 4289.0, 4299.0, 4320.0, 4281.0, 4300.0, 4280.0, 4291.0, 4321.0, 4291.0, 4313.0, 4341.0, 4293.0, 4334.0, 4320.0, 4295.0, 4347.0, 4332.0, 4291.0, 4311.0, 4297.0, 4277.0, 4310.0, 4278.0, 4293.0, 4308.0, 4292.0, 4301.0, 4280.0, 4301.0, 4281.0, 4292.0, 4354.0, 4294.0, 4334.0, 4321.0, 4295.0, 4321.0, 4281.0, 4321.0, 4292.0, 4323.0, 4284.0, 4334.0, 4292.0, 4303.0, 4332.0, 4294.0, 4332.0, 4279.0, 4291.0, 4317.0, 4279.0, 4310.0, 4269.0, 4279.0, 4307.0, 4281.0, 4297.0, 4266.0, 4298.0, 4269.0, 4292.0, 4269.0, 4291.0, 4312.0, 4293.0, 4321.0, 4293.0, 4313.0, 4344.0, 4294.0, 4325.0, 4293.0, 4302.0, 4342.0, 4293.0, 4322.0, 4305.0, 4331.0, 4302.0, 4304.0, 4312.0, 4292.0, 4323.0, 4303.0, 4323.0, 4271.0, 4304.0, 4343.0, 4282.0, 4323.0, 4279.0, 4281.0, 4320.0, 4279.0, 4321.0, 4279.0, 4292.0, 4331.0, 4303.0, 4323.0, 4291.0, 4291.0, 4280.0, 4289.0, 4281.0, 4316.0, 4283.0, 4315.0, 4293.0, 4316.0, 4345.0, 4294.0, 4346.0, 4294.0, 4306.0, 4283.0, 4313.0, 4293.0, 4304.0, 4285.0, 4326.0, 4304.0, 4346.0, 4296.0, 4326.0, 4324.0, 4313.0, 4302.0, 4291.0, 4330.0, 4291.0, 4331.0, 4290.0, 4321.0, 4280.0, 4311.0, 4280.0, 4300.0, 4281.0, 4290.0, 4291.0, 4312.0, 4280.0, 4291.0, 4281.0, 4311.0, 4270.0, 4303.0, 4331.0, 4270.0, 4319.0, 4269.0, 4300.0, 4279.0, 4301.0, 4281.0, 4291.0, 4290.0, 4313.0, 4293.0, 4314.0, 4282.0, 4325.0, 4313.0, 4304.0, 4334.0, 4303.0, 4322.0, 4270.0, 4292.0, 4331.0, 4279.0, 4310.0, 4279.0, 4293.0, 4269.0, 4289.0, 4289.0, 4291.0, 4319.0, 4291.0, 4300.0, 4292.0, 4312.0, 4280.0, 4291.0, 4320.0, 4292.0, 4323.0, 4283.0, 4293.0, 4271.0, 4292.0, 4322.0, 4293.0, 4292.0, 4304.0, 4331.0, 4295.0, 4333.0, 4298.0, 4284.0, 4325.0, 4334.0, 4305.0, 4325.0, 4304.0, 4355.0, 4313.0, 4303.0, 4331.0, 4282.0, 4321.0, 4269.0, 4280.0, 4328.0, 4268.0, 4288.0, 4255.0, 4277.0, 4295.0, 4268.0, 4279.0, 4257.0, 4279.0, 4288.0, 4284.0, 4291.0, 4291.0, 4312.0, 4294.0, 4324.0, 4294.0, 4315.0, 4314.0, 4294.0, 4332.0, 4283.0, 4323.0, 4270.0, 4302.0, 4343.0, 4280.0, 4321.0, 4258.0, 4291.0, 4319.0, 4280.0, 4312.0, 4268.0, 4280.0, 4308.0, 4279.0, 4310.0, 4278.0, 4286.0, 4257.0, 4279.0, 4310.0, 4280.0, 4300.0, 4266.0, 4290.0, 4309.0, 4280.0, 4310.0, 4278.0, 4280.0, 4308.0, 4280.0, 4299.0, 4269.0, 4290.0, 4270.0, 4290.0, 4319.0, 4280.0, 4312.0, 4268.0, 4291.0, 4320.0, 4280.0, 4300.0, 4281.0, 4303.0, 4280.0, 4294.0, 4320.0, 4281.0, 4318.0, 4270.0, 4310.0, 4282.0, 4312.0, 4284.0, 4313.0, 4302.0, 4310.0, 4280.0, 4312.0, 4320.0, 4291.0, 4330.0, 4269.0, 4278.0, 4318.0, 4269.0, 4298.0, 4256.0, 4257.0, 4284.0, 4255.0, 4277.0, 4244.0, 4268.0, 4277.0, 4270.0, 4270.0, 4281.0, 4293.0, 4293.0, 4304.0, 4275.0, 4307.0, 4287.0, 4329.0, 4308.0, 4351.0, 4329.0, 4360.0, 4346.0, 4316.0, 4347.0, 4304.0, 4308.0, 4314.0, 4294.0, 4343.0, 4271.0, 4332.0, 4312.0, 4291.0, 4328.0, 4280.0, 4309.0, 4282.0, 4311.0, 4281.0, 4312.0, 4283.0, 4322.0, 4283.0, 4302.0, 4321.0, 4281.0, 4310.0, 4283.0, 4302.0, 4299.0, 4281.0, 4308.0, 4280.0, 4289.0, 4258.0, 4282.0, 4311.0, 4279.0, 4277.0, 4279.0, 4291.0, 4281.0, 4293.0, 4284.0, 4304.0, 4283.0, 4307.0, 4333.0, 4303.0, 4334.0, 4282.0, 4323.0, 4331.0, 4291.0, 4321.0, 4290.0, 4289.0, 4315.0, 4280.0, 4299.0, 4286.0, 4266.0, 4284.0, 4265.0, 4277.0, 4306.0, 4266.0, 4276.0, 4265.0, 4279.0, 4309.0, 4290.0, 4289.0, 4280.0, 4291.0, 4321.0, 4293.0, 4313.0, 4282.0, 4294.0, 4322.0, 4292.0, 4324.0, 4303.0, 4304.0, 4292.0, 4302.0, 4282.0, 4305.0, 4332.0, 4304.0, 4336.0, 4286.0, 4335.0, 4301.0, 4317.0, 4293.0, 4334.0, 4343.0, 4325.0, 4339.0, 4301.0, 4300.0, 4339.0, 4291.0, 4300.0, 4287.0, 4266.0, 4295.0, 4256.0, 4266.0, 4256.0, 4279.0, 4268.0, 4270.0, 4288.0, 4269.0, 4291.0, 4300.0, 4290.0, 4310.0, 4278.0, 4281.0, 4291.0, 4293.0, 4325.0, 4294.0, 4314.0, 4272.0, 4293.0, 4333.0, 4283.0, 4311.0, 4281.0, 4292.0, 4321.0, 4291.0, 4321.0, 4289.0, 4309.0, 4257.0, 4269.0, 4301.0, 4277.0, 4299.0, 4280.0, 4291.0, 4268.0, 4281.0, 4321.0, 4281.0, 4310.0, 4269.0, 4290.0, 4270.0, 4279.0, 4269.0, 4291.0, 4310.0, 4291.0, 4299.0, 4280.0, 4279.0, 4259.0, 4281.0, 4311.0, 4292.0, 4312.0, 4291.0, 4291.0, 4258.0, 4291.0, 4310.0, 4280.0, 4290.0, 4258.0, 4281.0, 4301.0, 4292.0, 4284.0, 4283.0, 4312.0, 4294.0, 4315.0, 4282.0, 4323.0, 4282.0, 4294.0, 4296.0, 4314.0, 4296.0, 4339.0, 4345.0, 4287.0, 4314.0, 4295.0, 4336.0, 4286.0, 4313.0, 4310.0, 4336.0, 4306.0, 4331.0, 4283.0, 4314.0, 4282.0, 4305.0, 4344.0, 4292.0, 4320.0, 4271.0, 4293.0, 4301.0, 4282.0, 4298.0, 4271.0, 4290.0, 4281.0, 4292.0, 4284.0, 4294.0, 4321.0, 4292.0, 4321.0, 4292.0, 4291.0, 4300.0, 4281.0, 4301.0, 4291.0, 4293.0, 4271.0, 4293.0, 4320.0, 4291.0, 4312.0, 4270.0, 4281.0, 4259.0, 4281.0, 4300.0, 4280.0, 4291.0, 4320.0, 4279.0, 4308.0, 4269.0, 4279.0, 4309.0, 4279.0, 4298.0, 4278.0, 4280.0, 4308.0, 4280.0, 4300.0, 4279.0, 4291.0, 4288.0, 4290.0, 4312.0, 4310.0, 4291.0, 4310.0, 4281.0, 4290.0, 4270.0, 4292.0, 4311.0, 4293.0, 4303.0, 4294.0, 4304.0, 4332.0, 4304.0, 4326.0, 4292.0, 4294.0, 4343.0, 4283.0, 4302.0, 4281.0, 4293.0, 4271.0, 4292.0, 4331.0, 4293.0, 4323.0, 4280.0, 4292.0, 4269.0, 4281.0, 4312.0, 4294.0, 4292.0, 4281.0, 4303.0, 4333.0, 4294.0, 4323.0], 'WindowWidth': [9639.0, 9660.0, 9549.0, 9566.0, 9518.0, 9497.0, 9501.0, 9501.0, 9531.0, 9520.0, 9559.0, 9512.0, 9552.0, 9475.0, 9516.0, 9576.0, 9492.0, 9543.0, 9481.0, 9498.0, 9555.0, 9469.0, 9480.0, 9487.0, 9508.0, 9490.0, 9530.0, 9505.0, 9542.0, 9501.0, 9566.0, 9530.0, 9559.0, 9512.0, 9557.0, 9488.0, 9540.0, 9511.0, 9509.0, 9568.0, 9474.0, 9533.0, 9479.0, 9520.0, 9501.0, 9476.0, 9541.0, 9438.0, 9500.0, 9440.0, 9444.0, 9504.0, 9444.0, 9489.0, 9460.0, 9460.0, 9448.0, 9479.0, 9488.0, 9467.0, 9512.0, 9490.0, 9519.0, 9470.0, 9508.0, 9481.0, 9525.0, 9537.0, 9493.0, 9554.0, 9485.0, 9523.0, 9474.0, 9475.0, 9533.0, 9440.0, 9513.0, 9448.0, 9453.0, 9506.0, 9440.0, 9507.0, 9459.0, 9491.0, 9493.0, 9494.0, 9478.0, 9501.0, 9495.0, 9458.0, 9526.0, 9473.0, 9505.0, 9473.0, 9495.0, 9510.0, 9474.0, 9527.0, 9484.0, 9513.0, 9450.0, 9468.0, 9536.0, 9453.0, 9506.0, 9453.0, 9466.0, 9458.0, 9456.0, 9505.0, 9455.0, 9507.0, 9451.0, 9469.0, 9527.0, 9472.0, 9507.0, 9472.0, 9500.0, 9454.0, 9472.0, 9523.0, 9473.0, 9511.0, 9458.0, 9485.0, 9555.0, 9469.0, 9471.0, 9477.0, 9443.0, 9479.0, 9439.0, 9498.0, 9472.0, 9477.0, 9458.0, 9487.0, 9508.0, 9483.0, 9532.0, 9499.0, 9564.0, 9527.0, 9531.0, 9485.0, 9546.0, 9526.0, 9535.0, 9570.0, 9479.0, 9530.0, 9448.0, 9483.0, 9499.0, 9446.0, 9502.0, 9449.0, 9497.0, 9528.0, 9479.0, 9529.0, 9508.0, 9537.0, 9579.0, 9500.0, 9510.0, 9454.0, 9432.0, 9452.0, 9387.0, 9431.0, 9482.0, 9451.0, 9475.0, 9442.0, 9442.0, 9444.0, 9469.0, 9485.0, 9495.0, 9491.0, 9536.0, 9545.0, 9468.0, 9528.0, 9504.0, 9478.0, 9516.0, 9447.0, 9489.0, 9529.0, 9430.0, 9469.0, 9495.0, 9440.0, 9469.0, 9447.0, 9446.0, 9472.0, 9442.0, 9450.0, 9497.0, 9472.0, 9485.0, 9491.0, 9491.0, 9495.0, 9531.0, 9529.0, 9515.0, 9565.0, 9500.0, 9563.0, 9568.0, 9506.0, 9548.0, 9495.0, 9472.0, 9514.0, 9504.0, 9450.0, 9509.0, 9434.0, 9453.0, 9487.0, 9454.0, 9498.0, 9451.0, 9492.0, 9514.0, 9474.0, 9487.0, 9472.0, 9499.0, 9506.0, 9483.0, 9497.0, 9533.0, 9496.0, 9541.0, 9547.0, 9487.0, 9501.0, 9530.0, 9481.0, 9503.0, 9475.0, 9494.0, 9535.0, 9497.0, 9528.0, 9563.0, 9500.0, 9557.0, 9531.0, 9506.0, 9582.0, 9552.0, 9492.0, 9519.0, 9493.0, 9467.0, 9515.0, 9471.0, 9498.0, 9510.0, 9495.0, 9505.0, 9478.0, 9507.0, 9482.0, 9499.0, 9585.0, 9505.0, 9559.0, 9536.0, 9503.0, 9534.0, 9481.0, 9535.0, 9500.0, 9540.0, 9488.0, 9557.0, 9497.0, 9513.0, 9550.0, 9502.0, 9548.0, 9472.0, 9489.0, 9520.0, 9470.0, 9513.0, 9458.0, 9472.0, 9507.0, 9478.0, 9493.0, 9451.0, 9497.0, 9459.0, 9496.0, 9460.0, 9495.0, 9524.0, 9501.0, 9537.0, 9501.0, 9529.0, 9569.0, 9501.0, 9545.0, 9496.0, 9510.0, 9565.0, 9501.0, 9539.0, 9521.0, 9557.0, 9512.0, 9518.0, 9523.0, 9498.0, 9540.0, 9511.0, 9541.0, 9465.0, 9519.0, 9568.0, 9485.0, 9538.0, 9475.0, 9481.0, 9530.0, 9474.0, 9532.0, 9474.0, 9496.0, 9551.0, 9515.0, 9539.0, 9494.0, 9495.0, 9476.0, 9491.0, 9481.0, 9536.0, 9487.0, 9532.0, 9501.0, 9536.0, 9573.0, 9501.0, 9575.0, 9500.0, 9521.0, 9485.0, 9527.0, 9499.0, 9514.0, 9487.0, 9548.0, 9517.0, 9576.0, 9507.0, 9547.0, 9541.0, 9525.0, 9507.0, 9493.0, 9544.0, 9492.0, 9547.0, 9490.0, 9529.0, 9475.0, 9518.0, 9476.0, 9499.0, 9478.0, 9491.0, 9494.0, 9520.0, 9475.0, 9492.0, 9478.0, 9520.0, 9463.0, 9510.0, 9545.0, 9463.0, 9524.0, 9459.0, 9502.0, 9473.0, 9503.0, 9477.0, 9492.0, 9491.0, 9525.0, 9497.0, 9529.0, 9484.0, 9544.0, 9524.0, 9515.0, 9555.0, 9511.0, 9535.0, 9460.0, 9492.0, 9544.0, 9472.0, 9512.0, 9472.0, 9486.0, 9457.0, 9487.0, 9486.0, 9495.0, 9527.0, 9494.0, 9505.0, 9496.0, 9524.0, 9476.0, 9494.0, 9529.0, 9497.0, 9538.0, 9483.0, 9498.0, 9465.0, 9496.0, 9535.0, 9498.0, 9500.0, 9518.0, 9551.0, 9505.0, 9554.0, 9513.0, 9489.0, 9546.0, 9557.0, 9520.0, 9546.0, 9519.0, 9591.0, 9525.0, 9510.0, 9545.0, 9481.0, 9530.0, 9457.0, 9473.0, 9534.0, 9452.0, 9478.0, 9433.0, 9464.0, 9486.0, 9452.0, 9468.0, 9436.0, 9471.0, 9481.0, 9482.0, 9488.0, 9493.0, 9523.0, 9504.0, 9542.0, 9501.0, 9530.0, 9527.0, 9500.0, 9551.0, 9484.0, 9539.0, 9461.0, 9507.0, 9565.0, 9476.0, 9530.0, 9441.0, 9492.0, 9524.0, 9473.0, 9521.0, 9455.0, 9474.0, 9508.0, 9472.0, 9513.0, 9467.0, 9476.0, 9438.0, 9471.0, 9514.0, 9474.0, 9500.0, 9452.0, 9487.0, 9511.0, 9475.0, 9515.0, 9468.0, 9472.0, 9507.0, 9473.0, 9499.0, 9458.0, 9489.0, 9462.0, 9488.0, 9525.0, 9475.0, 9520.0, 9455.0, 9489.0, 9527.0, 9475.0, 9502.0, 9480.0, 9511.0, 9474.0, 9501.0, 9531.0, 9477.0, 9524.0, 9463.0, 9514.0, 9482.0, 9522.0, 9487.0, 9525.0, 9507.0, 9515.0, 9473.0, 9520.0, 9526.0, 9489.0, 9540.0, 9455.0, 9467.0, 9521.0, 9458.0, 9494.0, 9432.0, 9436.0, 9467.0, 9431.0, 9464.0, 9415.0, 9453.0, 9463.0, 9459.0, 9460.0, 9477.0, 9497.0, 9498.0, 9519.0, 9478.0, 9523.0, 9496.0, 9559.0, 9528.0, 9590.0, 9557.0, 9602.0, 9574.0, 9532.0, 9582.0, 9514.0, 9514.0, 9527.0, 9498.0, 9564.0, 9463.0, 9551.0, 9520.0, 9490.0, 9537.0, 9476.0, 9515.0, 9480.0, 9515.0, 9479.0, 9520.0, 9485.0, 9534.0, 9482.0, 9508.0, 9530.0, 9476.0, 9513.0, 9485.0, 9507.0, 9495.0, 9474.0, 9507.0, 9474.0, 9485.0, 9441.0, 9481.0, 9518.0, 9470.0, 9463.0, 9471.0, 9490.0, 9480.0, 9497.0, 9487.0, 9514.0, 9487.0, 9524.0, 9553.0, 9513.0, 9552.0, 9481.0, 9537.0, 9545.0, 9489.0, 9532.0, 9487.0, 9484.0, 9515.0, 9474.0, 9500.0, 9473.0, 9448.0, 9468.0, 9445.0, 9466.0, 9503.0, 9449.0, 9462.0, 9444.0, 9470.0, 9512.0, 9490.0, 9488.0, 9474.0, 9493.0, 9532.0, 9500.0, 9525.0, 9479.0, 9498.0, 9533.0, 9496.0, 9543.0, 9512.0, 9517.0, 9498.0, 9510.0, 9484.0, 9518.0, 9551.0, 9516.0, 9560.0, 9493.0, 9559.0, 9508.0, 9524.0, 9497.0, 9555.0, 9565.0, 9543.0, 9561.0, 9502.0, 9500.0, 9556.0, 9496.0, 9502.0, 9477.0, 9448.0, 9484.0, 9432.0, 9448.0, 9433.0, 9470.0, 9454.0, 9462.0, 9480.0, 9457.0, 9491.0, 9502.0, 9490.0, 9514.0, 9470.0, 9479.0, 9491.0, 9498.0, 9541.0, 9499.0, 9526.0, 9468.0, 9497.0, 9549.0, 9482.0, 9518.0, 9475.0, 9491.0, 9529.0, 9491.0, 9529.0, 9485.0, 9511.0, 9436.0, 9458.0, 9504.0, 9468.0, 9496.0, 9473.0, 9489.0, 9455.0, 9476.0, 9528.0, 9474.0, 9512.0, 9456.0, 9486.0, 9459.0, 9472.0, 9457.0, 9492.0, 9514.0, 9490.0, 9500.0, 9473.0, 9472.0, 9443.0, 9476.0, 9516.0, 9493.0, 9519.0, 9493.0, 9490.0, 9442.0, 9491.0, 9515.0, 9471.0, 9486.0, 9440.0, 9476.0, 9503.0, 9494.0, 9487.0, 9488.0, 9526.0, 9502.0, 9534.0, 9485.0, 9538.0, 9483.0, 9502.0, 9509.0, 9528.0, 9507.0, 9569.0, 9572.0, 9495.0, 9524.0, 9504.0, 9557.0, 9491.0, 9527.0, 9536.0, 9561.0, 9520.0, 9547.0, 9485.0, 9527.0, 9482.0, 9516.0, 9568.0, 9492.0, 9528.0, 9461.0, 9496.0, 9503.0, 9478.0, 9495.0, 9464.0, 9487.0, 9478.0, 9492.0, 9489.0, 9501.0, 9532.0, 9495.0, 9533.0, 9492.0, 9491.0, 9500.0, 9477.0, 9503.0, 9491.0, 9495.0, 9464.0, 9497.0, 9530.0, 9491.0, 9520.0, 9461.0, 9477.0, 9444.0, 9475.0, 9498.0, 9474.0, 9490.0, 9527.0, 9470.0, 9510.0, 9455.0, 9472.0, 9509.0, 9470.0, 9497.0, 9468.0, 9474.0, 9508.0, 9473.0, 9501.0, 9472.0, 9489.0, 9482.0, 9489.0, 9522.0, 9514.0, 9489.0, 9514.0, 9476.0, 9488.0, 9461.0, 9496.0, 9519.0, 9498.0, 9511.0, 9501.0, 9517.0, 9551.0, 9514.0, 9547.0, 9495.0, 9499.0, 9563.0, 9482.0, 9508.0, 9479.0, 9496.0, 9464.0, 9495.0, 9546.0, 9496.0, 9536.0, 9476.0, 9493.0, 9458.0, 9478.0, 9520.0, 9499.0, 9495.0, 9479.0, 9514.0, 9552.0, 9500.0, 9537.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.0031173019517795634</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02605815258323766</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.7074291888621</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.241078107517242</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.033907286505747</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4486</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8069.2026</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1369589009099886</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.580941446613089</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.313902103052404</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2530692190099164</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5238667580081455</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1647703321391507</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0124425</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019456053152680397</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02592158503830433</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.076673307087455</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>29.2488</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7841</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.5356</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308325.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>779.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.147</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5686</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.9645</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3580.3671</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3759.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68219.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1368.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4660.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.0686</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.448408249532804</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> |