=== 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-0060 --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-0060",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0060_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0060_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0060/ses-03/func/sub-0060_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>cb0386e952c3af34fcaf6e0ccd55d09e</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:03:50.930000</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.999284, 0.0378312, -0.000777441, -0.0373407, 0.989235, 0.141491]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0890814</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7735, -7267, 686, -25, 38, 5, 86]</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>228.71</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bf6305f9-0e89-4d85-8916-bcc616884bed||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.6810054779052734, -0.10018228739500046, -0.016528988257050514, 115.95728302001953], [-0.10149829089641571, 2.654045343399048, 0.38167399168014526, -100.1383056640625], [-0.002085817977786064, -0.3796102702617645, 2.6728360652923584, -44.41196823120117], [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': ['180350.930000', '180351.390000', '180351.850000', '180352.310000', '180352.770000', '180353.230000', '180353.690000', '180354.150000', '180354.610000', '180355.070000', '180355.530000', '180355.990000', '180356.450000', '180356.910000', '180357.370000', '180357.830000', '180358.290000', '180358.750000', '180359.210000', '180359.670000', '180400.130000', '180400.590000', '180401.050000', '180401.510000', '180401.970000', '180402.430000', '180402.890000', '180403.350000', '180403.810000', '180404.270000', '180404.730000', '180405.190000', '180405.650000', '180406.110000', '180406.570000', '180407.030000', '180407.490000', '180407.950000', '180408.410000', '180408.870000', '180409.330000', '180409.790000', '180410.250000', '180410.710000', '180411.170000', '180411.630000', '180412.090000', '180412.550000', '180413.010000', '180413.470000', '180413.930000', '180414.390000', '180414.850000', '180415.310000', '180415.770000', '180416.230000', '180416.690000', '180417.150000', '180417.610000', '180418.070000', '180418.530000', '180418.990000', '180419.450000', '180419.910000', '180420.370000', '180420.830000', '180421.290000', '180421.750000', '180422.210000', '180422.670000', '180423.130000', '180423.590000', '180424.050000', '180424.510000', '180424.970000', '180425.430000', '180425.890000', '180426.350000', '180426.810000', '180427.270000', '180427.730000', '180428.190000', '180428.650000', '180429.110000', '180429.570000', '180430.030000', '180430.490000', '180430.950000', '180431.410000', '180431.870000', '180432.330000', '180432.790000', '180433.250000', '180433.710000', '180434.170000', '180434.630000', '180435.090000', '180435.550000', '180436.010000', '180436.470000', '180436.930000', '180437.390000', '180437.850000', '180438.310000', '180438.770000', '180439.230000', '180439.690000', '180440.150000', '180440.610000', '180441.070000', '180441.530000', '180441.990000', '180442.450000', '180442.910000', '180443.370000', '180443.830000', '180444.290000', '180444.750000', '180445.210000', '180445.670000', '180446.130000', '180446.590000', '180447.050000', '180447.510000', '180447.970000', '180448.430000', '180448.890000', '180449.350000', '180449.810000', '180450.270000', '180450.730000', '180451.190000', '180451.650000', '180452.110000', '180452.570000', '180453.030000', '180453.490000', '180453.950000', '180454.410000', '180454.870000', '180455.330000', '180455.790000', '180456.250000', '180456.710000', '180457.170000', '180457.630000', '180458.090000', '180458.550000', '180459.010000', '180459.470000', '180459.930000', '180500.390000', '180500.850000', '180501.310000', '180501.770000', '180502.230000', '180502.690000', '180503.150000', '180503.610000', '180504.070000', '180504.530000', '180504.990000', '180505.450000', '180505.910000', '180506.370000', '180506.830000', '180507.290000', '180507.750000', '180508.210000', '180508.670000', '180509.130000', '180509.590000', '180510.050000', '180510.510000', '180510.970000', '180511.430000', '180511.890000', '180512.350000', '180512.810000', '180513.270000', '180513.730000', '180514.190000', '180514.650000', '180515.110000', '180515.570000', '180516.030000', '180516.490000', '180516.950000', '180517.410000', '180517.870000', '180518.330000', '180518.790000', '180519.250000', '180519.710000', '180520.170000', '180520.630000', '180521.090000', '180521.550000', '180522.010000', '180522.470000', '180522.930000', '180523.390000', '180523.850000', '180524.310000', '180524.770000', '180525.230000', '180525.690000', '180526.150000', '180526.610000', '180527.070000', '180527.530000', '180527.990000', '180528.450000', '180528.910000', '180529.370000', '180529.830000', '180530.290000', '180530.750000', '180531.210000', '180531.670000', '180532.130000', '180532.590000', '180533.050000', '180533.510000', '180533.970000', '180534.430000', '180534.890000', '180535.350000', '180535.810000', '180536.270000', '180536.730000', '180537.190000', '180537.650000', '180538.110000', '180538.570000', '180539.030000', '180539.490000', '180539.950000', '180540.410000', '180540.870000', '180541.330000', '180541.790000', '180542.250000', '180542.710000', '180543.170000', '180543.630000', '180544.090000', '180544.550000', '180545.010000', '180545.470000', '180545.930000', '180546.390000', '180546.850000', '180547.310000', '180547.770000', '180548.230000', '180548.690000', '180549.150000', '180549.610000', '180550.070000', '180550.530000', '180550.990000', '180551.450000', '180551.910000', '180552.370000', '180552.830000', '180553.290000', '180553.750000', '180554.210000', '180554.670000', '180555.130000', '180555.590000', '180556.050000', '180556.510000', '180556.970000', '180557.430000', '180557.890000', '180558.350000', '180558.810000', '180559.270000', '180559.730000', '180600.190000', '180600.650000', '180601.110000', '180601.570000', '180602.030000', '180602.490000', '180602.950000', '180603.410000', '180603.870000', '180604.330000', '180604.790000', '180605.250000', '180605.710000', '180606.170000', '180606.630000', '180607.090000', '180607.550000', '180608.010000', '180608.470000', '180608.930000', '180609.390000', '180609.850000', '180610.310000', '180610.770000', '180611.230000', '180611.690000', '180612.150000', '180612.610000', '180613.070000', '180613.530000', '180613.990000', '180614.450000', '180614.910000', '180615.370000', '180615.830000', '180616.290000', '180616.750000', '180617.210000', '180617.670000', '180618.130000', '180618.590000', '180619.050000', '180619.510000', '180619.970000', '180620.430000', '180620.890000', '180621.350000', '180621.810000', '180622.270000', '180622.730000', '180623.190000', '180623.650000', '180624.110000', '180624.570000', '180625.030000', '180625.490000', '180625.950000', '180626.410000', '180626.870000', '180627.330000', '180627.790000', '180628.250000', '180628.710000', '180629.170000', '180629.630000', '180630.090000', '180630.550000', '180631.010000', '180631.470000', '180631.930000', '180632.390000', '180632.850000', '180633.310000', '180633.770000', '180634.230000', '180634.690000', '180635.150000', '180635.610000', '180636.070000', '180636.530000', '180636.990000', '180637.450000', '180637.910000', '180638.370000', '180638.830000', '180639.290000', '180639.750000', '180640.210000', '180640.670000', '180641.130000', '180641.590000', '180642.050000', '180642.510000', '180642.970000', '180643.430000', '180643.890000', '180644.350000', '180644.810000', '180645.270000', '180645.730000', '180646.190000', '180646.650000', '180647.110000', '180647.570000', '180648.030000', '180648.490000', '180648.950000', '180649.410000', '180649.870000', '180650.330000', '180650.790000', '180651.250000', '180651.710000', '180652.170000', '180652.630000', '180653.090000', '180653.550000', '180654.010000', '180654.470000', '180654.930000', '180655.390000', '180655.850000', '180656.310000', '180656.770000', '180657.230000', '180657.690000', '180658.150000', '180658.610000', '180659.070000', '180659.530000', '180659.990000', '180700.450000', '180700.910000', '180701.370000', '180701.830000', '180702.290000', '180702.750000', '180703.210000', '180703.670000', '180704.130000', '180704.590000', '180705.050000', '180705.510000', '180705.970000', '180706.430000', '180706.890000', '180707.350000', '180707.810000', '180708.270000', '180708.730000', '180709.190000', '180709.650000', '180710.110000', '180710.570000', '180711.030000', '180711.490000', '180711.950000', '180712.410000', '180712.870000', '180713.330000', '180713.790000', '180714.250000', '180714.710000', '180715.170000', '180715.630000', '180716.090000', '180716.550000', '180717.010000', '180717.470000', '180717.930000', '180718.390000', '180718.850000', '180719.310000', '180719.770000', '180720.230000', '180720.690000', '180721.150000', '180721.610000', '180722.070000', '180722.530000', '180722.990000', '180723.450000', '180723.910000', '180724.370000', '180724.830000', '180725.290000', '180725.750000', '180726.210000', '180726.670000', '180727.130000', '180727.590000', '180728.050000', '180728.510000', '180728.970000', '180729.430000', '180729.890000', '180730.350000', '180730.810000', '180731.270000', '180731.730000', '180732.190000', '180732.650000', '180733.110000', '180733.570000', '180734.030000', '180734.490000', '180734.950000', '180735.410000', '180735.870000', '180736.330000', '180736.790000', '180737.250000', '180737.710000', '180738.170000', '180738.630000', '180739.090000', '180739.550000', '180740.010000', '180740.470000', '180740.930000', '180741.390000', '180741.850000', '180742.310000', '180742.770000', '180743.230000', '180743.690000', '180744.150000', '180744.610000', '180745.070000', '180745.530000', '180745.990000', '180746.450000', '180746.910000', '180747.370000', '180747.830000', '180748.290000', '180748.750000', '180749.210000', '180749.670000', '180750.130000', '180750.590000', '180751.050000', '180751.510000', '180751.970000', '180752.430000', '180752.890000', '180753.350000', '180753.810000', '180754.270000', '180754.730000', '180755.190000', '180755.650000', '180756.110000', '180756.570000', '180757.030000', '180757.490000', '180757.950000', '180758.410000', '180758.870000', '180759.330000', '180759.790000', '180800.250000', '180800.710000', '180801.170000', '180801.630000', '180802.090000', '180802.550000', '180803.010000', '180803.470000', '180803.930000', '180804.390000', '180804.850000', '180805.310000', '180805.770000', '180806.230000', '180806.690000', '180807.150000', '180807.610000', '180808.070000', '180808.530000', '180808.990000', '180809.450000', '180809.910000', '180810.370000', '180810.830000', '180811.290000', '180811.750000', '180812.210000', '180812.670000', '180813.130000', '180813.590000', '180814.050000', '180814.510000', '180814.970000', '180815.430000', '180815.890000', '180816.350000', '180816.810000', '180817.270000', '180817.730000', '180818.190000', '180818.650000', '180819.110000', '180819.570000', '180820.030000', '180820.490000', '180820.950000', '180821.410000', '180821.870000', '180822.330000', '180822.790000', '180823.250000', '180823.710000', '180824.170000', '180824.630000', '180825.090000', '180825.550000', '180826.010000', '180826.470000', '180826.930000', '180827.390000', '180827.850000', '180828.310000', '180828.770000', '180829.230000', '180829.690000', '180830.150000', '180830.610000', '180831.070000', '180831.530000', '180831.990000', '180832.450000', '180832.910000', '180833.370000', '180833.830000', '180834.290000', '180834.750000', '180835.210000', '180835.670000', '180836.130000', '180836.590000', '180837.050000', '180837.510000', '180837.970000', '180838.430000', '180838.890000', '180839.350000', '180839.810000', '180840.270000', '180840.730000', '180841.190000', '180841.650000', '180842.110000', '180842.570000', '180843.030000', '180843.490000', '180843.950000', '180844.410000', '180844.870000', '180845.330000', '180845.790000', '180846.250000', '180846.710000', '180847.170000', '180847.630000', '180848.090000', '180848.550000', '180849.010000', '180849.470000', '180849.930000', '180850.390000', '180850.850000', '180851.310000', '180851.770000', '180852.230000', '180852.690000', '180853.150000', '180853.610000', '180854.070000', '180854.530000', '180854.990000', '180855.450000', '180855.910000', '180856.370000', '180856.830000', '180857.290000', '180857.750000', '180858.210000', '180858.670000', '180859.130000', '180859.590000', '180900.050000', '180900.510000', '180900.970000', '180901.430000', '180901.890000', '180902.350000', '180902.810000', '180903.270000', '180903.730000', '180904.190000', '180904.650000', '180905.110000', '180905.570000', '180906.030000', '180906.490000', '180906.950000', '180907.410000', '180907.870000', '180908.330000', '180908.790000', '180909.250000', '180909.710000', '180910.170000', '180910.630000', '180911.090000', '180911.550000', '180912.010000', '180912.470000', '180912.930000', '180913.390000', '180913.850000', '180914.310000', '180914.770000', '180915.230000', '180915.690000', '180916.150000', '180916.610000', '180917.070000', '180917.530000', '180917.990000', '180918.450000', '180918.910000', '180919.370000', '180919.830000', '180920.290000', '180920.750000', '180921.210000', '180921.670000', '180922.130000', '180922.590000', '180923.050000', '180923.510000', '180923.970000', '180924.430000', '180924.890000', '180925.350000', '180925.810000', '180926.270000', '180926.730000', '180927.190000', '180927.650000', '180928.110000', '180928.570000', '180929.030000', '180929.490000', '180929.950000', '180930.410000', '180930.870000', '180931.330000', '180931.790000', '180932.250000', '180932.710000', '180933.170000', '180933.630000', '180934.090000', '180934.550000', '180935.010000', '180935.470000', '180935.930000', '180936.390000', '180936.850000', '180937.310000', '180937.770000', '180938.230000', '180938.690000', '180939.150000', '180939.610000', '180940.070000', '180940.530000', '180940.990000', '180941.450000', '180941.910000', '180942.370000', '180942.830000', '180943.290000', '180943.750000', '180944.210000', '180944.670000', '180945.130000', '180945.590000', '180946.050000', '180946.510000', '180946.970000', '180947.430000', '180947.890000', '180948.350000', '180948.810000', '180949.270000', '180949.730000', '180950.190000', '180950.650000', '180951.110000', '180951.570000', '180952.030000', '180952.490000', '180952.950000', '180953.410000', '180953.870000', '180954.330000', '180954.790000', '180955.250000', '180955.710000', '180956.170000', '180956.630000', '180957.090000', '180957.550000', '180958.010000', '180958.470000', '180958.930000', '180959.390000', '180959.850000', '181000.310000', '181000.770000', '181001.230000', '181001.690000', '181002.150000', '181002.610000', '181003.070000', '181003.530000', '181003.990000', '181004.450000', '181004.910000', '181005.370000', '181005.830000', '181006.290000', '181006.750000', '181007.210000', '181007.670000', '181008.130000', '181008.590000', '181009.050000', '181009.510000', '181009.970000', '181010.430000', '181010.890000', '181011.350000', '181011.810000', '181012.270000', '181012.730000', '181013.190000', '181013.650000', '181014.110000', '181014.570000', '181015.030000', '181015.490000', '181015.950000', '181016.410000', '181016.870000', '181017.330000', '181017.790000', '181018.250000', '181018.710000', '181019.170000', '181019.630000', '181020.090000', '181020.550000', '181021.010000', '181021.470000', '181021.930000', '181022.390000', '181022.850000', '181023.310000', '181023.770000', '181024.230000', '181024.690000', '181025.150000', '181025.610000', '181026.070000', '181026.530000', '181026.990000', '181027.450000', '181027.910000', '181028.370000', '181028.830000', '181029.290000', '181029.750000', '181030.210000', '181030.670000', '181031.130000', '181031.590000'], 'ContentTime': ['180413.592000', '180413.596000', '180413.599000', '180413.601000', '180413.604000', '180413.607000', '180413.609000', '180413.612000', '180413.614000', '180413.617000', '180413.619000', '180413.622000', '180413.624000', '180413.627000', '180413.630000', '180413.632000', '180413.635000', '180413.637000', '180413.640000', '180413.642000', '180413.645000', '180413.648000', '180413.650000', '180413.653000', '180413.655000', '180413.658000', '180413.660000', '180413.663000', '180413.665000', '180413.668000', '180413.670000', '180413.673000', '180413.676000', '180413.678000', '180413.681000', '180413.683000', '180413.686000', '180413.688000', '180413.698000', '180413.700000', '180413.703000', '180413.705000', '180413.708000', '180413.711000', '180413.713000', '180413.716000', '180413.718000', '180433.560000', '180433.563000', '180433.566000', '180433.568000', '180433.571000', '180433.573000', '180433.576000', '180433.578000', '180433.595000', '180433.598000', '180433.600000', '180433.603000', '180433.605000', '180433.608000', '180433.611000', '180433.613000', '180433.616000', '180433.618000', '180433.621000', '180433.623000', '180433.626000', '180433.628000', '180433.631000', '180433.634000', '180433.636000', '180433.639000', '180433.641000', '180433.644000', '180433.646000', '180433.649000', '180433.651000', '180433.654000', '180433.656000', '180433.659000', '180433.662000', '180433.664000', '180433.667000', '180433.676000', '180433.679000', '180433.681000', '180433.684000', '180433.686000', '180433.689000', '180433.692000', '180453.560000', '180453.563000', '180453.566000', '180453.568000', '180453.571000', '180453.573000', '180453.576000', '180453.578000', '180453.581000', '180453.583000', '180453.586000', '180453.588000', '180453.591000', '180453.594000', '180453.596000', '180453.599000', '180453.601000', '180453.604000', '180453.606000', '180453.609000', '180453.612000', '180453.614000', '180453.617000', '180453.619000', '180453.622000', '180453.624000', '180453.627000', '180453.630000', '180453.632000', '180453.635000', '180453.637000', '180453.640000', '180453.642000', '180453.645000', '180453.647000', '180453.681000', '180453.684000', '180453.686000', '180453.689000', '180453.691000', '180453.694000', '180453.696000', '180453.699000', '180513.560000', '180513.563000', '180513.566000', '180513.568000', '180513.571000', '180513.573000', '180513.576000', '180513.579000', '180513.581000', '180513.584000', '180513.586000', '180513.589000', '180513.591000', '180513.594000', '180513.597000', '180513.600000', '180513.602000', '180513.612000', '180513.615000', '180513.617000', '180513.620000', '180513.622000', '180513.625000', '180513.628000', '180513.630000', '180513.633000', '180513.635000', '180513.638000', '180513.640000', '180513.643000', '180513.645000', '180513.648000', '180513.650000', '180513.653000', '180513.655000', '180513.658000', '180513.661000', '180513.663000', '180513.666000', '180513.668000', '180513.671000', '180513.673000', '180513.676000', '180513.678000', '180533.561000', '180533.563000', '180533.566000', '180533.568000', '180533.571000', '180533.574000', '180533.576000', '180533.579000', '180533.581000', '180533.584000', '180533.586000', '180533.589000', '180533.591000', '180533.594000', '180533.597000', '180533.599000', '180533.602000', '180533.604000', '180533.607000', '180533.610000', '180533.612000', '180533.615000', '180533.617000', '180533.620000', '180533.622000', '180533.625000', '180533.627000', '180533.630000', '180533.632000', '180533.635000', '180533.638000', '180533.640000', '180533.643000', '180533.645000', '180533.648000', '180533.650000', '180533.659000', '180533.662000', '180533.664000', '180533.667000', '180533.669000', '180533.672000', '180533.674000', '180553.560000', '180553.563000', '180553.566000', '180553.568000', '180553.571000', '180553.573000', '180553.576000', '180553.578000', '180553.581000', '180553.584000', '180553.586000', '180553.589000', '180553.591000', '180553.594000', '180553.596000', '180553.599000', '180553.602000', '180553.604000', '180553.607000', '180553.609000', '180553.612000', '180553.614000', '180553.617000', '180553.619000', '180553.622000', '180553.625000', '180553.627000', '180553.630000', '180553.632000', '180553.635000', '180553.637000', '180553.640000', '180553.643000', '180553.645000', '180553.648000', '180553.650000', '180553.653000', '180553.655000', '180553.658000', '180553.660000', '180553.663000', '180553.666000', '180553.668000', '180553.671000', '180613.559000', '180613.562000', '180613.565000', '180613.568000', '180613.570000', '180613.573000', '180613.575000', '180613.578000', '180613.580000', '180613.583000', '180613.585000', '180613.588000', '180613.591000', '180613.593000', '180613.596000', '180613.598000', '180613.601000', '180613.616000', '180613.619000', '180613.622000', '180613.624000', '180613.627000', '180613.629000', '180613.632000', '180613.634000', '180613.637000', '180613.639000', '180613.642000', '180613.644000', '180613.647000', '180613.650000', '180613.652000', '180613.655000', '180613.657000', '180613.660000', '180613.662000', '180613.665000', '180613.667000', '180613.670000', '180613.672000', '180613.675000', '180613.678000', '180613.680000', '180633.560000', '180633.563000', '180633.566000', '180633.568000', '180633.571000', '180633.574000', '180633.576000', '180633.579000', '180633.582000', '180633.585000', '180633.587000', '180633.590000', '180633.592000', '180633.595000', '180633.597000', '180633.600000', '180633.603000', '180633.605000', '180633.608000', '180633.610000', '180633.613000', '180633.616000', '180633.618000', '180633.621000', '180633.623000', '180633.626000', '180633.629000', '180633.631000', '180633.634000', '180633.637000', '180633.639000', '180633.642000', '180633.645000', '180633.647000', '180633.650000', '180633.659000', '180633.661000', '180633.664000', '180633.666000', '180633.669000', '180633.672000', '180633.674000', '180633.677000', '180653.560000', '180653.563000', '180653.566000', '180653.568000', '180653.571000', '180653.574000', '180653.576000', '180653.579000', '180653.581000', '180653.584000', '180653.586000', '180653.589000', '180653.591000', '180653.594000', '180653.597000', '180653.599000', '180653.602000', '180653.605000', '180653.607000', '180653.610000', '180653.612000', '180653.615000', '180653.617000', '180653.620000', '180653.623000', '180653.625000', '180653.628000', '180653.630000', '180653.633000', '180653.635000', '180653.638000', '180653.641000', '180653.643000', '180653.646000', '180653.648000', '180653.651000', '180653.653000', '180653.656000', '180653.658000', '180653.661000', '180653.664000', '180653.666000', '180653.669000', '180653.671000', '180713.561000', '180713.563000', '180713.566000', '180713.569000', '180713.571000', '180713.574000', '180713.577000', '180713.579000', '180713.582000', '180713.585000', '180713.587000', '180713.590000', '180713.592000', '180713.595000', '180713.598000', '180713.606000', '180713.608000', '180713.611000', '180713.613000', '180713.616000', '180713.619000', '180713.621000', '180713.624000', '180713.626000', '180713.629000', '180713.631000', '180713.634000', '180713.636000', '180713.639000', '180713.642000', '180713.644000', '180713.647000', '180713.649000', '180713.652000', '180713.654000', '180713.657000', '180713.660000', '180713.662000', '180713.665000', '180713.667000', '180713.670000', '180713.672000', '180713.675000', '180733.560000', '180733.563000', '180733.566000', '180733.568000', '180733.571000', '180733.573000', '180733.576000', '180733.578000', '180733.581000', '180733.584000', '180733.586000', '180733.589000', '180733.591000', '180733.594000', '180733.596000', '180733.599000', '180733.602000', '180733.604000', '180733.607000', '180733.610000', '180733.612000', '180733.615000', '180733.617000', '180733.620000', '180733.622000', '180733.625000', '180733.628000', '180733.630000', '180733.633000', '180733.635000', '180733.638000', '180733.640000', '180733.643000', '180733.645000', '180733.648000', '180733.651000', '180733.653000', '180733.656000', '180733.658000', '180733.661000', '180733.663000', '180733.666000', '180733.668000', '180733.671000', '180753.561000', '180753.563000', '180753.566000', '180753.569000', '180753.571000', '180753.574000', '180753.576000', '180753.579000', '180753.583000', '180753.586000', '180753.588000', '180753.591000', '180753.593000', '180753.596000', '180753.599000', '180753.601000', '180753.604000', '180753.607000', '180753.609000', '180753.612000', '180753.614000', '180753.617000', '180753.619000', '180753.623000', '180753.625000', '180753.628000', '180753.631000', '180753.633000', '180753.636000', '180753.638000', '180753.641000', '180753.644000', '180753.646000', '180753.649000', '180753.651000', '180753.654000', '180753.656000', '180753.659000', '180753.661000', '180753.664000', '180753.667000', '180753.669000', '180753.672000', '180813.560000', '180813.563000', '180813.566000', '180813.569000', '180813.571000', '180813.574000', '180813.576000', '180813.579000', '180813.581000', '180813.584000', '180813.587000', '180813.589000', '180813.592000', '180813.595000', '180813.598000', '180813.601000', '180813.604000', '180813.606000', '180813.609000', '180813.612000', '180813.614000', '180813.617000', '180813.619000', '180813.622000', '180813.625000', '180813.627000', '180813.630000', '180813.632000', '180813.635000', '180813.638000', '180813.640000', '180813.643000', '180813.646000', '180813.648000', '180813.651000', '180813.653000', '180813.656000', '180813.659000', '180813.661000', '180813.664000', '180813.667000', '180813.669000', '180813.672000', '180813.675000', '180833.559000', '180833.562000', '180833.565000', '180833.567000', '180833.570000', '180833.573000', '180833.575000', '180833.578000', '180833.580000', '180833.583000', '180833.585000', '180833.588000', '180833.591000', '180833.593000', '180833.596000', '180833.599000', '180833.601000', '180833.604000', '180833.606000', '180833.609000', '180833.611000', '180833.614000', '180833.617000', '180833.619000', '180833.622000', '180833.625000', '180833.628000', '180833.631000', '180833.633000', '180833.636000', '180833.639000', '180833.641000', '180833.644000', '180833.646000', '180833.649000', '180833.651000', '180833.654000', '180833.656000', '180833.659000', '180833.662000', '180833.664000', '180833.667000', '180833.669000', '180853.561000', '180853.564000', '180853.566000', '180853.569000', '180853.571000', '180853.574000', '180853.576000', '180853.579000', '180853.582000', '180853.584000', '180853.587000', '180853.589000', '180853.592000', '180853.594000', '180853.597000', '180853.600000', '180853.602000', '180853.605000', '180853.608000', '180853.610000', '180853.613000', '180853.615000', '180853.618000', '180853.620000', '180853.623000', '180853.626000', '180853.628000', '180853.631000', '180853.633000', '180853.636000', '180853.638000', '180853.641000', '180853.644000', '180853.646000', '180853.649000', '180853.651000', '180853.654000', '180853.656000', '180853.659000', '180853.662000', '180853.664000', '180853.667000', '180853.669000', '180853.672000', '180913.560000', '180913.563000', '180913.566000', '180913.569000', '180913.571000', '180913.574000', '180913.576000', '180913.579000', '180913.581000', '180913.584000', '180913.601000', '180913.604000', '180913.607000', '180913.610000', '180913.613000', '180913.615000', '180913.618000', '180913.620000', '180913.623000', '180913.626000', '180913.628000', '180913.631000', '180913.633000', '180913.636000', '180913.638000', '180913.641000', '180913.643000', '180913.646000', '180913.649000', '180913.651000', '180913.654000', '180913.656000', '180913.659000', '180913.662000', '180913.665000', '180913.667000', '180913.670000', '180913.672000', '180913.675000', '180913.678000', '180913.680000', '180913.683000', '180913.685000', '180933.561000', '180933.564000', '180933.566000', '180933.569000', '180933.571000', '180933.574000', '180933.577000', '180933.579000', '180933.582000', '180933.584000', '180933.587000', '180933.590000', '180933.592000', '180933.595000', '180933.597000', '180933.600000', '180933.602000', '180933.605000', '180933.608000', '180933.610000', '180933.613000', '180933.616000', '180933.618000', '180933.621000', '180933.624000', '180933.626000', '180933.629000', '180933.631000', '180933.634000', '180933.637000', '180933.639000', '180933.642000', '180933.644000', '180933.647000', '180933.649000', '180933.652000', '180933.655000', '180933.657000', '180933.660000', '180933.663000', '180933.665000', '180933.668000', '180933.670000', '180933.673000', '180953.560000', '180953.563000', '180953.566000', '180953.568000', '180953.571000', '180953.574000', '180953.576000', '180953.579000', '180953.581000', '180953.584000', '180953.586000', '180953.589000', '180953.591000', '180953.594000', '180953.597000', '180953.599000', '180953.602000', '180953.604000', '180953.607000', '180953.610000', '180953.612000', '180953.615000', '180953.617000', '180953.620000', '180953.623000', '180953.625000', '180953.628000', '180953.630000', '180953.633000', '180953.636000', '180953.638000', '180953.641000', '180953.643000', '180953.646000', '180953.649000', '180953.651000', '180953.654000', '180953.656000', '180953.659000', '180953.662000', '180953.664000', '180953.667000', '180953.669000', '181013.561000', '181013.563000', '181013.566000', '181013.569000', '181013.573000', '181013.575000', '181013.578000', '181013.580000', '181013.583000', '181013.586000', '181013.588000', '181013.591000', '181013.593000', '181013.596000', '181013.599000', '181013.601000', '181013.604000', '181013.606000', '181013.609000', '181013.612000', '181013.614000', '181013.617000', '181013.619000', '181013.622000', '181013.625000', '181013.627000', '181013.630000', '181013.633000', '181013.635000', '181013.638000', '181013.640000', '181013.643000', '181013.645000', '181013.648000', '181013.651000', '181013.653000', '181013.656000', '181013.658000', '181013.661000', '181013.663000', '181013.666000', '181013.668000', '181013.671000', '181013.674000', '181032.722000', '181032.725000', '181032.727000', '181032.730000', '181032.733000', '181032.735000', '181032.738000', '181032.741000', '181032.743000', '181032.746000', '181032.749000', '181032.752000', '181032.754000', '181032.757000', '181032.760000', '181032.762000', '181032.765000', '181032.768000', '181032.770000', '181032.774000', '181032.777000', '181032.794000', '181032.802000', '181032.806000', '181032.859000', '181032.863000', '181032.865000', '181032.868000', '181032.871000', '181032.874000', '181032.876000', '181032.881000', '181032.885000', '181032.888000', '181032.891000', '181032.894000', '181032.897000', '181032.900000', '181032.903000', '181032.906000', '181032.909000', '181032.912000'], 'InstanceCreationTime': ['180413.592000', '180413.596000', '180413.599000', '180413.601000', '180413.604000', '180413.607000', '180413.609000', '180413.612000', '180413.614000', '180413.617000', '180413.619000', '180413.622000', '180413.624000', '180413.627000', '180413.630000', '180413.632000', '180413.635000', '180413.637000', '180413.640000', '180413.642000', '180413.645000', '180413.648000', '180413.650000', '180413.653000', '180413.655000', '180413.658000', '180413.660000', '180413.663000', '180413.665000', '180413.668000', '180413.670000', '180413.673000', '180413.676000', '180413.678000', '180413.681000', '180413.683000', '180413.686000', '180413.688000', '180413.698000', '180413.700000', '180413.703000', '180413.705000', '180413.708000', '180413.711000', '180413.713000', '180413.716000', '180413.718000', '180433.560000', '180433.563000', '180433.566000', '180433.568000', '180433.571000', '180433.573000', '180433.576000', '180433.578000', '180433.595000', '180433.598000', '180433.600000', '180433.603000', '180433.605000', '180433.608000', '180433.611000', '180433.613000', '180433.616000', '180433.618000', '180433.621000', '180433.623000', '180433.626000', '180433.628000', '180433.631000', '180433.634000', '180433.636000', '180433.639000', '180433.641000', '180433.644000', '180433.646000', '180433.649000', '180433.651000', '180433.654000', '180433.656000', '180433.659000', '180433.662000', '180433.664000', '180433.667000', '180433.676000', '180433.679000', '180433.681000', '180433.684000', '180433.686000', '180433.689000', '180433.692000', '180453.560000', '180453.563000', '180453.566000', '180453.568000', '180453.571000', '180453.573000', '180453.576000', '180453.578000', '180453.581000', '180453.583000', '180453.586000', '180453.588000', '180453.591000', '180453.594000', '180453.596000', '180453.599000', '180453.601000', '180453.604000', '180453.606000', '180453.609000', '180453.612000', '180453.614000', '180453.617000', '180453.619000', '180453.622000', '180453.624000', '180453.627000', '180453.630000', '180453.632000', '180453.635000', '180453.637000', '180453.640000', '180453.642000', '180453.645000', '180453.647000', '180453.681000', '180453.684000', '180453.686000', '180453.689000', '180453.691000', '180453.694000', '180453.696000', '180453.699000', '180513.560000', '180513.563000', '180513.566000', '180513.568000', '180513.571000', '180513.573000', '180513.576000', '180513.579000', '180513.581000', '180513.584000', '180513.586000', '180513.589000', '180513.591000', '180513.594000', '180513.597000', '180513.600000', '180513.602000', '180513.612000', '180513.615000', '180513.617000', '180513.620000', '180513.622000', '180513.625000', '180513.628000', '180513.630000', '180513.633000', '180513.635000', '180513.638000', '180513.640000', '180513.643000', '180513.645000', '180513.648000', '180513.650000', '180513.653000', '180513.655000', '180513.658000', '180513.661000', '180513.663000', '180513.666000', '180513.668000', '180513.671000', '180513.673000', '180513.676000', '180513.678000', '180533.561000', '180533.563000', '180533.566000', '180533.568000', '180533.571000', '180533.574000', '180533.576000', '180533.579000', '180533.581000', '180533.584000', '180533.586000', '180533.589000', '180533.591000', '180533.594000', '180533.597000', '180533.599000', '180533.602000', '180533.604000', '180533.607000', '180533.610000', '180533.612000', '180533.615000', '180533.617000', '180533.620000', '180533.622000', '180533.625000', '180533.627000', '180533.630000', '180533.632000', '180533.635000', '180533.638000', '180533.640000', '180533.643000', '180533.645000', '180533.648000', '180533.650000', '180533.659000', '180533.662000', '180533.664000', '180533.667000', '180533.669000', '180533.672000', '180533.674000', '180553.560000', '180553.563000', '180553.566000', '180553.568000', '180553.571000', '180553.573000', '180553.576000', '180553.578000', '180553.581000', '180553.584000', '180553.586000', '180553.589000', '180553.591000', '180553.594000', '180553.596000', '180553.599000', '180553.602000', '180553.604000', '180553.607000', '180553.609000', '180553.612000', '180553.614000', '180553.617000', '180553.619000', '180553.622000', '180553.625000', '180553.627000', '180553.630000', '180553.632000', '180553.635000', '180553.637000', '180553.640000', '180553.643000', '180553.645000', '180553.648000', '180553.650000', '180553.653000', '180553.655000', '180553.658000', '180553.660000', '180553.663000', '180553.666000', '180553.668000', '180553.671000', '180613.559000', '180613.562000', '180613.565000', '180613.568000', '180613.570000', '180613.573000', '180613.575000', '180613.578000', '180613.580000', '180613.583000', '180613.585000', '180613.588000', '180613.591000', '180613.593000', '180613.596000', '180613.598000', '180613.601000', '180613.616000', '180613.619000', '180613.622000', '180613.624000', '180613.627000', '180613.629000', '180613.632000', '180613.634000', '180613.637000', '180613.639000', '180613.642000', '180613.644000', '180613.647000', '180613.650000', '180613.652000', '180613.655000', '180613.657000', '180613.660000', '180613.662000', '180613.665000', '180613.667000', '180613.670000', '180613.672000', '180613.675000', '180613.678000', '180613.680000', '180633.560000', '180633.563000', '180633.566000', '180633.568000', '180633.571000', '180633.574000', '180633.576000', '180633.579000', '180633.582000', '180633.585000', '180633.587000', '180633.590000', '180633.592000', '180633.595000', '180633.597000', '180633.600000', '180633.603000', '180633.605000', '180633.608000', '180633.610000', '180633.613000', '180633.616000', '180633.618000', '180633.621000', '180633.623000', '180633.626000', '180633.629000', '180633.631000', '180633.634000', '180633.637000', '180633.639000', '180633.642000', '180633.645000', '180633.647000', '180633.650000', '180633.659000', '180633.661000', '180633.664000', '180633.666000', '180633.669000', '180633.672000', '180633.674000', '180633.677000', '180653.560000', '180653.563000', '180653.566000', '180653.568000', '180653.571000', '180653.574000', '180653.576000', '180653.579000', '180653.581000', '180653.584000', '180653.586000', '180653.589000', '180653.591000', '180653.594000', '180653.597000', '180653.599000', '180653.602000', '180653.605000', '180653.607000', '180653.610000', '180653.612000', '180653.615000', '180653.617000', '180653.620000', '180653.623000', '180653.625000', '180653.628000', '180653.630000', '180653.633000', '180653.635000', '180653.638000', '180653.641000', '180653.643000', '180653.646000', '180653.648000', '180653.651000', '180653.653000', '180653.656000', '180653.658000', '180653.661000', '180653.664000', '180653.666000', '180653.669000', '180653.671000', '180713.561000', '180713.563000', '180713.566000', '180713.569000', '180713.571000', '180713.574000', '180713.577000', '180713.579000', '180713.582000', '180713.585000', '180713.587000', '180713.590000', '180713.592000', '180713.595000', '180713.598000', '180713.606000', '180713.608000', '180713.611000', '180713.613000', '180713.616000', '180713.619000', '180713.621000', '180713.624000', '180713.626000', '180713.629000', '180713.631000', '180713.634000', '180713.636000', '180713.639000', '180713.642000', '180713.644000', '180713.647000', '180713.649000', '180713.652000', '180713.654000', '180713.657000', '180713.660000', '180713.662000', '180713.665000', '180713.667000', '180713.670000', '180713.672000', '180713.675000', '180733.560000', '180733.563000', '180733.566000', '180733.568000', '180733.571000', '180733.573000', '180733.576000', '180733.578000', '180733.581000', '180733.584000', '180733.586000', '180733.589000', '180733.591000', '180733.594000', '180733.596000', '180733.599000', '180733.602000', '180733.604000', '180733.607000', '180733.610000', '180733.612000', '180733.615000', '180733.617000', '180733.620000', '180733.622000', '180733.625000', '180733.628000', '180733.630000', '180733.633000', '180733.635000', '180733.638000', '180733.640000', '180733.643000', '180733.645000', '180733.648000', '180733.651000', '180733.653000', '180733.656000', '180733.658000', '180733.661000', '180733.663000', '180733.666000', '180733.668000', '180733.671000', '180753.561000', '180753.563000', '180753.566000', '180753.569000', '180753.571000', '180753.574000', '180753.576000', '180753.579000', '180753.583000', '180753.586000', '180753.588000', '180753.591000', '180753.593000', '180753.596000', '180753.599000', '180753.601000', '180753.604000', '180753.607000', '180753.609000', '180753.612000', '180753.614000', '180753.617000', '180753.619000', '180753.623000', '180753.625000', '180753.628000', '180753.631000', '180753.633000', '180753.636000', '180753.638000', '180753.641000', '180753.644000', '180753.646000', '180753.649000', '180753.651000', '180753.654000', '180753.656000', '180753.659000', '180753.661000', '180753.664000', '180753.667000', '180753.669000', '180753.672000', '180813.560000', '180813.563000', '180813.566000', '180813.569000', '180813.571000', '180813.574000', '180813.576000', '180813.579000', '180813.581000', '180813.584000', '180813.587000', '180813.589000', '180813.592000', '180813.595000', '180813.598000', '180813.601000', '180813.604000', '180813.606000', '180813.609000', '180813.612000', '180813.614000', '180813.617000', '180813.619000', '180813.622000', '180813.625000', '180813.627000', '180813.630000', '180813.632000', '180813.635000', '180813.638000', '180813.640000', '180813.643000', '180813.646000', '180813.648000', '180813.651000', '180813.653000', '180813.656000', '180813.659000', '180813.661000', '180813.664000', '180813.667000', '180813.669000', '180813.672000', '180813.675000', '180833.559000', '180833.562000', '180833.565000', '180833.567000', '180833.570000', '180833.573000', '180833.575000', '180833.578000', '180833.580000', '180833.583000', '180833.585000', '180833.588000', '180833.591000', '180833.593000', '180833.596000', '180833.599000', '180833.601000', '180833.604000', '180833.606000', '180833.609000', '180833.611000', '180833.614000', '180833.617000', '180833.619000', '180833.622000', '180833.625000', '180833.628000', '180833.631000', '180833.633000', '180833.636000', '180833.639000', '180833.641000', '180833.644000', '180833.646000', '180833.649000', '180833.651000', '180833.654000', '180833.656000', '180833.659000', '180833.662000', '180833.664000', '180833.667000', '180833.669000', '180853.561000', '180853.564000', '180853.566000', '180853.569000', '180853.571000', '180853.574000', '180853.576000', '180853.579000', '180853.582000', '180853.584000', '180853.587000', '180853.589000', '180853.592000', '180853.594000', '180853.597000', '180853.600000', '180853.602000', '180853.605000', '180853.608000', '180853.610000', '180853.613000', '180853.615000', '180853.618000', '180853.620000', '180853.623000', '180853.626000', '180853.628000', '180853.631000', '180853.633000', '180853.636000', '180853.638000', '180853.641000', '180853.644000', '180853.646000', '180853.649000', '180853.651000', '180853.654000', '180853.656000', '180853.659000', '180853.662000', '180853.664000', '180853.667000', '180853.669000', '180853.672000', '180913.560000', '180913.563000', '180913.566000', '180913.569000', '180913.571000', '180913.574000', '180913.576000', '180913.579000', '180913.581000', '180913.584000', '180913.601000', '180913.604000', '180913.607000', '180913.610000', '180913.613000', '180913.615000', '180913.618000', '180913.620000', '180913.623000', '180913.626000', '180913.628000', '180913.631000', '180913.633000', '180913.636000', '180913.638000', '180913.641000', '180913.643000', '180913.646000', '180913.649000', '180913.651000', '180913.654000', '180913.656000', '180913.659000', '180913.662000', '180913.665000', '180913.667000', '180913.670000', '180913.672000', '180913.675000', '180913.678000', '180913.680000', '180913.683000', '180913.685000', '180933.561000', '180933.564000', '180933.566000', '180933.569000', '180933.571000', '180933.574000', '180933.577000', '180933.579000', '180933.582000', '180933.584000', '180933.587000', '180933.590000', '180933.592000', '180933.595000', '180933.597000', '180933.600000', '180933.602000', '180933.605000', '180933.608000', '180933.610000', '180933.613000', '180933.616000', '180933.618000', '180933.621000', '180933.624000', '180933.626000', '180933.629000', '180933.631000', '180933.634000', '180933.637000', '180933.639000', '180933.642000', '180933.644000', '180933.647000', '180933.649000', '180933.652000', '180933.655000', '180933.657000', '180933.660000', '180933.663000', '180933.665000', '180933.668000', '180933.670000', '180933.673000', '180953.560000', '180953.563000', '180953.566000', '180953.568000', '180953.571000', '180953.574000', '180953.576000', '180953.579000', '180953.581000', '180953.584000', '180953.586000', '180953.589000', '180953.591000', '180953.594000', '180953.597000', '180953.599000', '180953.602000', '180953.604000', '180953.607000', '180953.610000', '180953.612000', '180953.615000', '180953.617000', '180953.620000', '180953.623000', '180953.625000', '180953.628000', '180953.630000', '180953.633000', '180953.636000', '180953.638000', '180953.641000', '180953.643000', '180953.646000', '180953.649000', '180953.651000', '180953.654000', '180953.656000', '180953.659000', '180953.662000', '180953.664000', '180953.667000', '180953.669000', '181013.561000', '181013.563000', '181013.566000', '181013.569000', '181013.573000', '181013.575000', '181013.578000', '181013.580000', '181013.583000', '181013.586000', '181013.588000', '181013.591000', '181013.593000', '181013.596000', '181013.599000', '181013.601000', '181013.604000', '181013.606000', '181013.609000', '181013.612000', '181013.614000', '181013.617000', '181013.619000', '181013.622000', '181013.625000', '181013.627000', '181013.630000', '181013.633000', '181013.635000', '181013.638000', '181013.640000', '181013.643000', '181013.645000', '181013.648000', '181013.651000', '181013.653000', '181013.656000', '181013.658000', '181013.661000', '181013.663000', '181013.666000', '181013.668000', '181013.671000', '181013.674000', '181032.722000', '181032.725000', '181032.727000', '181032.730000', '181032.733000', '181032.735000', '181032.738000', '181032.741000', '181032.743000', '181032.746000', '181032.749000', '181032.752000', '181032.754000', '181032.757000', '181032.760000', '181032.762000', '181032.765000', '181032.768000', '181032.770000', '181032.774000', '181032.777000', '181032.794000', '181032.802000', '181032.806000', '181032.859000', '181032.863000', '181032.865000', '181032.868000', '181032.871000', '181032.874000', '181032.876000', '181032.881000', '181032.885000', '181032.888000', '181032.891000', '181032.894000', '181032.897000', '181032.900000', '181032.903000', '181032.906000', '181032.909000', '181032.912000'], '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': [8328, 9166, 7912, 7068, 7661, 6521, 7278, 6810, 7456, 7276, 6964, 7542, 6896, 8383, 6889, 8300, 6790, 7348, 7560, 7264, 7759, 7379, 7406, 7387, 7360, 7578, 7635, 7441, 7749, 7485, 7860, 7340, 7310, 7259, 7740, 7656, 7760, 9267, 7669, 7803, 7346, 7699, 7418, 8162, 7669, 7604, 7548, 7711, 8131, 7715, 7961, 7211, 7842, 7639, 7823, 7840, 7901, 7898, 7299, 8101, 7826, 7948, 7544, 8094, 7965, 7185, 8164, 7697, 7931, 8724, 7965, 8209, 7309, 8006, 7752, 8086, 7988, 7999, 8081, 7842, 7958, 7946, 8248, 7288, 8105, 8071, 7669, 8256, 8087, 8234, 8138, 8108, 7903, 7902, 8356, 7894, 8116, 8519, 8061, 8476, 7849, 8313, 7901, 8078, 7640, 7923, 7736, 7865, 7995, 7946, 7854, 7288, 7962, 7719, 7913, 8198, 8223, 8089, 7554, 8094, 8847, 8049, 8415, 8082, 7930, 7015, 7987, 7968, 8100, 8310, 8207, 8073, 7047, 7976, 8579, 7912, 8218, 7696, 8170, 7371, 8138, 8549, 7881, 7954, 7508, 8188, 8014, 8259, 8455, 7927, 8164, 7738, 8307, 9074, 8292, 8445, 8066, 8154, 7153, 8217, 8619, 8298, 8263, 7636, 8107, 7610, 8184, 8078, 8070, 8011, 7704, 8151, 7961, 8293, 8516, 8190, 7967, 7867, 8295, 8224, 8350, 9566, 8127, 9212, 7910, 8307, 8037, 8006, 10365, 7918, 8128, 7893, 7837, 8981, 8141, 11063, 7811, 8106, 7555, 7828, 8196, 8328, 9338, 7840, 8112, 8197, 7984, 8017, 8065, 7588, 7745, 8183, 8106, 8467, 8175, 7873, 7857, 7377, 8443, 7893, 8225, 8518, 7939, 8173, 7799, 8024, 8435, 7729, 8551, 8192, 8379, 8011, 7635, 8308, 10781, 9113, 10053, 8080, 8143, 7806, 8548, 7786, 8450, 8143, 8199, 8100, 7705, 8479, 7781, 8532, 8359, 7689, 8244, 7906, 8312, 8130, 8250, 9203, 8111, 8162, 8108, 8339, 8117, 8400, 8766, 8377, 8043, 8067, 8340, 7898, 8177, 8466, 8423, 8305, 8208, 7969, 8305, 8277, 8019, 8349, 8093, 8233, 8492, 8412, 8351, 7951, 8496, 8006, 8287, 8364, 8439, 8439, 8175, 8359, 7964, 8079, 8510, 8316, 8351, 8389, 8248, 8423, 8409, 8373, 7525, 8364, 8046, 8141, 8390, 8186, 8340, 8731, 8541, 8089, 8134, 8263, 8511, 8400, 8403, 8552, 8393, 8218, 8057, 8034, 8417, 7996, 8422, 8045, 8107, 8445, 8386, 8453, 7648, 8529, 8352, 8510, 8392, 7277, 8539, 8306, 8584, 8764, 8349, 8339, 7726, 8581, 9148, 8602, 8914, 8329, 8320, 8345, 8356, 8063, 8383, 8259, 8198, 8225, 7760, 8612, 8249, 8486, 8417, 8186, 8287, 8145, 8580, 7841, 8499, 8247, 8162, 8300, 7789, 8573, 8563, 8542, 8238, 7813, 8460, 7940, 8644, 8781, 8267, 8551, 8281, 8365, 8323, 8521, 8761, 8283, 8402, 7989, 8400, 8556, 8639, 8788, 8624, 8256, 7474, 8499, 8927, 8319, 8368, 7841, 8516, 8048, 8520, 8221, 8189, 8275, 7989, 8609, 8049, 8484, 8415, 7786, 8725, 8182, 8506, 7952, 8310, 8320, 8140, 8591, 7460, 8456, 8469, 8526, 8544, 7973, 8388, 7977, 8265, 8567, 8290, 8469, 8961, 8389, 7969, 8310, 8474, 8594, 8441, 8036, 8307, 8222, 8365, 8499, 8390, 8581, 10541, 7932, 8245, 8262, 8475, 7792, 8604, 9467, 8567, 9406, 8273, 8320, 8077, 8378, 8374, 8346, 8338, 8219, 8480, 8100, 8158, 9512, 8312, 8340, 8068, 8315, 8724, 8262, 9288, 8425, 8300, 8070, 8376, 8387, 8238, 7534, 8383, 8041, 8251, 8347, 8172, 8464, 8208, 8492, 8158, 8339, 8229, 8588, 8513, 8004, 7499, 8291, 7983, 7216, 7116, 7417, 7070, 7574, 7029, 7918, 6904, 7820, 7809, 8008, 7719, 8394, 8052, 11790, 9943, 11434, 10040, 9056, 8798, 7704, 11979, 7702, 8382, 8302, 8039, 9029, 7865, 10815, 7677, 11410, 7813, 9680, 7565, 8370, 7474, 8174, 8426, 8042, 7726, 7869, 8303, 7517, 8199, 8229, 7971, 7211, 7975, 7694, 7720, 8254, 7925, 7744, 8235, 7730, 7261, 7820, 8055, 7668, 7961, 8189, 8130, 7369, 8359, 7794, 8281, 8408, 8280, 8275, 8090, 8356, 8070, 8390, 8590, 7622, 8301, 8199, 8432, 8520, 8652, 8318, 7938, 8451, 8014, 8462, 8567, 8318, 8243, 7968, 8617, 7789, 8635, 8397, 8496, 7913, 7808, 8344, 8434, 7486, 8648, 8408, 8766, 8526, 7886, 8605, 9429, 8689, 10895, 8544, 9038, 8478, 8622, 8652, 8479, 7805, 8747, 8074, 8437, 8559, 8430, 8484, 8594, 8513, 8450, 8788, 8369, 7802, 8453, 9588, 8701, 8481, 8748, 8452, 7662, 8598, 8151, 8724, 8498, 8520, 8296, 7869, 8536, 8329, 8689, 8638, 8757, 8611, 7266, 8721, 8654, 8628, 8492, 8090, 8814, 8068, 8492, 9424, 8793, 8417, 7717, 8642, 9014, 8729, 8545, 8084, 8673, 8118, 8476, 9388, 8706, 8253, 7893, 8545, 8380, 8561, 8623, 8735, 8466, 7573, 8483, 8327, 8609, 8639, 8133, 8788, 8092, 8569, 8638, 8725, 8398, 9449, 8643, 8638, 8910, 8502, 7728, 8599, 8139, 8591, 8520, 7823, 8657, 8370, 8819, 8677, 8844, 8298, 7505, 8693, 8832, 8708, 8431, 7762, 8496, 8249, 8659, 8531, 8999, 8558, 7640, 8800, 8340, 8630, 8369, 7988, 8668, 8296, 8632, 8360, 8272, 8549, 8218, 8596, 8400, 8521, 9350, 8790, 8444, 7680, 8616, 8264, 8759, 8731, 8203, 8688, 8406, 8614, 8446, 8739, 8656, 8372, 8643, 8128, 8553, 8322, 7651, 8469, 8612, 8618, 8563, 8518, 8504, 8653, 8644, 8683, 8552, 8472, 8098, 8681, 8545, 7840, 8529, 8161, 8691, 8276, 9024, 8422, 7729, 8668, 8172, 8610, 8618, 7947, 8584, 8198, 8628, 8574, 8749, 8545, 7861, 8609, 8273, 8631, 8519, 8812, 8525, 8102, 8786, 8461, 8753, 8419, 8062, 8731, 8402, 8978, 8598, 8074, 8672, 8361, 8722, 8049, 8745, 8753, 8389, 8673, 8526, 7397, 8864, 8284, 8714, 8875, 8072, 8730, 8846, 8794, 8751, 8699, 8657, 9185, 8783, 9025, 8695, 8158, 8840, 8469, 7788, 8894, 8483, 8892, 8584, 9115, 8798, 8092, 8887, 8258, 8651, 8630, 8981, 8629, 7457, 8691, 8492, 8710, 8636, 8873, 8676, 8323, 8844, 8122, 8645, 8600, 7963, 8728, 8240, 8647, 8029, 8766, 8670, 8725], 'WindowCenter': [3899.0, 3892.0, 3870.0, 3857.0, 3856.0, 3836.0, 3854.0, 3846.0, 3854.0, 3856.0, 3844.0, 3854.0, 3843.0, 3863.0, 3844.0, 3854.0, 3845.0, 3853.0, 3854.0, 3855.0, 3865.0, 3867.0, 3868.0, 3869.0, 3867.0, 3869.0, 3871.0, 3868.0, 3870.0, 3869.0, 3881.0, 3869.0, 3870.0, 3871.0, 3868.0, 3868.0, 3871.0, 3889.0, 3869.0, 3869.0, 3870.0, 3868.0, 3869.0, 3882.0, 3882.0, 3882.0, 3869.0, 3882.0, 3881.0, 3882.0, 3880.0, 3872.0, 3882.0, 3882.0, 3881.0, 3882.0, 3883.0, 3881.0, 3872.0, 3883.0, 3882.0, 3883.0, 3883.0, 3893.0, 3884.0, 3873.0, 3894.0, 3883.0, 3882.0, 3893.0, 3884.0, 3881.0, 3871.0, 3881.0, 3883.0, 3883.0, 3880.0, 3881.0, 3880.0, 3881.0, 3883.0, 3881.0, 3893.0, 3883.0, 3881.0, 3882.0, 3884.0, 3881.0, 3883.0, 3893.0, 3882.0, 3882.0, 3883.0, 3892.0, 3893.0, 3883.0, 3881.0, 3894.0, 3883.0, 3880.0, 3883.0, 3882.0, 3881.0, 3880.0, 3882.0, 3882.0, 3871.0, 3882.0, 3881.0, 3880.0, 3881.0, 3869.0, 3880.0, 3869.0, 3880.0, 3881.0, 3882.0, 3879.0, 3869.0, 3879.0, 3889.0, 3881.0, 3879.0, 3879.0, 3879.0, 3871.0, 3881.0, 3881.0, 3882.0, 3880.0, 3882.0, 3882.0, 3871.0, 3882.0, 3881.0, 3881.0, 3881.0, 3870.0, 3883.0, 3869.0, 3880.0, 3881.0, 3880.0, 3879.0, 3871.0, 3880.0, 3882.0, 3892.0, 3891.0, 3883.0, 3891.0, 3882.0, 3893.0, 3893.0, 3881.0, 3881.0, 3882.0, 3880.0, 3869.0, 3882.0, 3881.0, 3880.0, 3881.0, 3880.0, 3879.0, 3871.0, 3880.0, 3880.0, 3880.0, 3882.0, 3881.0, 3883.0, 3882.0, 3882.0, 3893.0, 3892.0, 3880.0, 3882.0, 3882.0, 3880.0, 3882.0, 3893.0, 3880.0, 3889.0, 3879.0, 3880.0, 3870.0, 3870.0, 3891.0, 3868.0, 3869.0, 3868.0, 3869.0, 3880.0, 3867.0, 3898.0, 3867.0, 3868.0, 3870.0, 3868.0, 3879.0, 3877.0, 3878.0, 3867.0, 3867.0, 3879.0, 3867.0, 3868.0, 3869.0, 3869.0, 3868.0, 3878.0, 3868.0, 3881.0, 3880.0, 3881.0, 3881.0, 3869.0, 3881.0, 3879.0, 3882.0, 3880.0, 3882.0, 3882.0, 3880.0, 3880.0, 3891.0, 3884.0, 3892.0, 3894.0, 3895.0, 3884.0, 3882.0, 3881.0, 3901.0, 3893.0, 3890.0, 3881.0, 3870.0, 3869.0, 3880.0, 3869.0, 3879.0, 3868.0, 3881.0, 3881.0, 3870.0, 3879.0, 3869.0, 3891.0, 3882.0, 3882.0, 3881.0, 3882.0, 3882.0, 3882.0, 3881.0, 3891.0, 3881.0, 3881.0, 3868.0, 3880.0, 3870.0, 3880.0, 3879.0, 3879.0, 3868.0, 3870.0, 3878.0, 3880.0, 3880.0, 3879.0, 3880.0, 3878.0, 3880.0, 3869.0, 3878.0, 3878.0, 3868.0, 3879.0, 3880.0, 3879.0, 3880.0, 3879.0, 3880.0, 3879.0, 3879.0, 3879.0, 3880.0, 3879.0, 3881.0, 3881.0, 3881.0, 3880.0, 3879.0, 3882.0, 3881.0, 3881.0, 3879.0, 3880.0, 3882.0, 3879.0, 3879.0, 3880.0, 3880.0, 3882.0, 3880.0, 3881.0, 3880.0, 3881.0, 3882.0, 3892.0, 3891.0, 3880.0, 3880.0, 3881.0, 3892.0, 3880.0, 3880.0, 3882.0, 3881.0, 3880.0, 3881.0, 3879.0, 3879.0, 3881.0, 3880.0, 3881.0, 3880.0, 3880.0, 3882.0, 3880.0, 3871.0, 3880.0, 3880.0, 3880.0, 3880.0, 3870.0, 3881.0, 3879.0, 3882.0, 3881.0, 3881.0, 3880.0, 3869.0, 3881.0, 3891.0, 3882.0, 3892.0, 3880.0, 3881.0, 3879.0, 3881.0, 3879.0, 3880.0, 3879.0, 3880.0, 3881.0, 3870.0, 3881.0, 3879.0, 3882.0, 3882.0, 3882.0, 3880.0, 3881.0, 3880.0, 3882.0, 3893.0, 3882.0, 3881.0, 3880.0, 3882.0, 3891.0, 3880.0, 3892.0, 3880.0, 3870.0, 3882.0, 3882.0, 3881.0, 3882.0, 3881.0, 3882.0, 3882.0, 3882.0, 3881.0, 3893.0, 3882.0, 3881.0, 3883.0, 3882.0, 3882.0, 3880.0, 3882.0, 3879.0, 3881.0, 3881.0, 3871.0, 3879.0, 3879.0, 3880.0, 3879.0, 3879.0, 3881.0, 3869.0, 3880.0, 3879.0, 3882.0, 3879.0, 3881.0, 3881.0, 3870.0, 3880.0, 3881.0, 3880.0, 3891.0, 3882.0, 3891.0, 3882.0, 3882.0, 3880.0, 3880.0, 3880.0, 3869.0, 3880.0, 3881.0, 3882.0, 3881.0, 3880.0, 3880.0, 3881.0, 3880.0, 3880.0, 3882.0, 3880.0, 3892.0, 3881.0, 3881.0, 3881.0, 3879.0, 3882.0, 3881.0, 3882.0, 3883.0, 3879.0, 3881.0, 3892.0, 3881.0, 3882.0, 3901.0, 3880.0, 3882.0, 3881.0, 3880.0, 3872.0, 3879.0, 3889.0, 3881.0, 3878.0, 3879.0, 3880.0, 3870.0, 3868.0, 3880.0, 3878.0, 3880.0, 3879.0, 3880.0, 3869.0, 3868.0, 3889.0, 3870.0, 3878.0, 3870.0, 3867.0, 3878.0, 3867.0, 3877.0, 3869.0, 3867.0, 3867.0, 3869.0, 3880.0, 3876.0, 3868.0, 3880.0, 3868.0, 3879.0, 3878.0, 3881.0, 3880.0, 3881.0, 3879.0, 3879.0, 3880.0, 3881.0, 3893.0, 3882.0, 3871.0, 3871.0, 3882.0, 3882.0, 3873.0, 3873.0, 3870.0, 3859.0, 3870.0, 3862.0, 3880.0, 3870.0, 3870.0, 3870.0, 3882.0, 3881.0, 3879.0, 3882.0, 3901.0, 3890.0, 3898.0, 3876.0, 3864.0, 3865.0, 3844.0, 3883.0, 3844.0, 3865.0, 3854.0, 3851.0, 3853.0, 3839.0, 3871.0, 3840.0, 3870.0, 3841.0, 3848.0, 3830.0, 3839.0, 3828.0, 3838.0, 3838.0, 3840.0, 3838.0, 3839.0, 3851.0, 3839.0, 3851.0, 3852.0, 3850.0, 3842.0, 3852.0, 3852.0, 3853.0, 3852.0, 3855.0, 3853.0, 3864.0, 3854.0, 3855.0, 3855.0, 3854.0, 3855.0, 3855.0, 3865.0, 3868.0, 3856.0, 3867.0, 3868.0, 3881.0, 3878.0, 3880.0, 3879.0, 3879.0, 3880.0, 3879.0, 3882.0, 3880.0, 3871.0, 3882.0, 3881.0, 3880.0, 3879.0, 3882.0, 3880.0, 3882.0, 3881.0, 3881.0, 3882.0, 3880.0, 3882.0, 3880.0, 3882.0, 3881.0, 3872.0, 3881.0, 3882.0, 3882.0, 3881.0, 3871.0, 3894.0, 3895.0, 3885.0, 3894.0, 3894.0, 3896.0, 3896.0, 3894.0, 3895.0, 3906.0, 3893.0, 3902.0, 3892.0, 3892.0, 3883.0, 3881.0, 3883.0, 3879.0, 3873.0, 3893.0, 3881.0, 3882.0, 3881.0, 3882.0, 3892.0, 3894.0, 3892.0, 3882.0, 3893.0, 3882.0, 3870.0, 3881.0, 3891.0, 3883.0, 3883.0, 3891.0, 3880.0, 3881.0, 3893.0, 3881.0, 3892.0, 3892.0, 3893.0, 3881.0, 3881.0, 3892.0, 3892.0, 3894.0, 3892.0, 3892.0, 3893.0, 3883.0, 3894.0, 3891.0, 3891.0, 3894.0, 3883.0, 3892.0, 3882.0, 3894.0, 3892.0, 3894.0, 3882.0, 3871.0, 3892.0, 3891.0, 3892.0, 3891.0, 3882.0, 3891.0, 3882.0, 3883.0, 3891.0, 3892.0, 3881.0, 3882.0, 3882.0, 3881.0, 3881.0, 3881.0, 3880.0, 3879.0, 3869.0, 3879.0, 3881.0, 3880.0, 3879.0, 3869.0, 3879.0, 3879.0, 3880.0, 3878.0, 3880.0, 3880.0, 3892.0, 3879.0, 3879.0, 3881.0, 3880.0, 3871.0, 3881.0, 3881.0, 3882.0, 3880.0, 3871.0, 3879.0, 3882.0, 3893.0, 3880.0, 3891.0, 3880.0, 3870.0, 3882.0, 3892.0, 3880.0, 3879.0, 3871.0, 3882.0, 3880.0, 3882.0, 3882.0, 3891.0, 3881.0, 3869.0, 3882.0, 3880.0, 3880.0, 3882.0, 3880.0, 3891.0, 3881.0, 3891.0, 3881.0, 3881.0, 3879.0, 3882.0, 3882.0, 3880.0, 3882.0, 3890.0, 3881.0, 3880.0, 3870.0, 3880.0, 3881.0, 3882.0, 3880.0, 3879.0, 3881.0, 3879.0, 3891.0, 3880.0, 3880.0, 3880.0, 3881.0, 3881.0, 3869.0, 3882.0, 3880.0, 3869.0, 3881.0, 3879.0, 3881.0, 3881.0, 3879.0, 3880.0, 3879.0, 3879.0, 3880.0, 3879.0, 3879.0, 3871.0, 3880.0, 3881.0, 3869.0, 3879.0, 3881.0, 3881.0, 3881.0, 3880.0, 3880.0, 3870.0, 3882.0, 3881.0, 3881.0, 3879.0, 3872.0, 3879.0, 3881.0, 3880.0, 3880.0, 3882.0, 3880.0, 3881.0, 3879.0, 3881.0, 3883.0, 3879.0, 3882.0, 3880.0, 3871.0, 3879.0, 3881.0, 3883.0, 3882.0, 3883.0, 3894.0, 3881.0, 3892.0, 3892.0, 3882.0, 3892.0, 3883.0, 3893.0, 3881.0, 3894.0, 3893.0, 3896.0, 3894.0, 3896.0, 3883.0, 3894.0, 3893.0, 3894.0, 3893.0, 3886.0, 3895.0, 3895.0, 3895.0, 3882.0, 3895.0, 3883.0, 3892.0, 3883.0, 3891.0, 3880.0, 3883.0, 3893.0, 3881.0, 3872.0, 3892.0, 3882.0, 3893.0, 3891.0, 3892.0, 3881.0, 3871.0, 3881.0, 3880.0, 3882.0, 3881.0, 3882.0, 3881.0, 3870.0, 3881.0, 3880.0, 3879.0, 3882.0, 3881.0, 3880.0, 3882.0, 3893.0, 3883.0, 3892.0, 3883.0, 3882.0, 3892.0, 3881.0, 3892.0, 3882.0, 3893.0, 3893.0, 3894.0], 'WindowWidth': [8739.0, 8713.0, 8678.0, 8656.0, 8651.0, 8624.0, 8644.0, 8636.0, 8644.0, 8649.0, 8630.0, 8644.0, 8629.0, 8655.0, 8629.0, 8642.0, 8632.0, 8641.0, 8643.0, 8648.0, 8662.0, 8668.0, 8669.0, 8671.0, 8668.0, 8673.0, 8678.0, 8672.0, 8677.0, 8675.0, 8691.0, 8675.0, 8675.0, 8679.0, 8672.0, 8672.0, 8677.0, 8701.0, 8673.0, 8673.0, 8675.0, 8673.0, 8675.0, 8694.0, 8694.0, 8695.0, 8676.0, 8696.0, 8693.0, 8695.0, 8690.0, 8683.0, 8695.0, 8694.0, 8694.0, 8697.0, 8699.0, 8693.0, 8684.0, 8698.0, 8696.0, 8700.0, 8700.0, 8714.0, 8701.0, 8686.0, 8715.0, 8698.0, 8697.0, 8712.0, 8701.0, 8694.0, 8681.0, 8695.0, 8697.0, 8698.0, 8691.0, 8694.0, 8691.0, 8694.0, 8697.0, 8694.0, 8711.0, 8698.0, 8695.0, 8696.0, 8700.0, 8693.0, 8699.0, 8711.0, 8697.0, 8697.0, 8700.0, 8712.0, 8712.0, 8698.0, 8695.0, 8713.0, 8699.0, 8692.0, 8699.0, 8696.0, 8694.0, 8690.0, 8695.0, 8695.0, 8677.0, 8695.0, 8692.0, 8691.0, 8692.0, 8676.0, 8689.0, 8674.0, 8691.0, 8692.0, 8694.0, 8688.0, 8675.0, 8688.0, 8700.0, 8692.0, 8686.0, 8688.0, 8688.0, 8680.0, 8693.0, 8692.0, 8696.0, 8689.0, 8695.0, 8694.0, 8680.0, 8696.0, 8692.0, 8692.0, 8691.0, 8676.0, 8697.0, 8674.0, 8690.0, 8691.0, 8690.0, 8688.0, 8679.0, 8691.0, 8694.0, 8710.0, 8707.0, 8700.0, 8709.0, 8697.0, 8711.0, 8710.0, 8695.0, 8692.0, 8695.0, 8690.0, 8675.0, 8693.0, 8692.0, 8691.0, 8693.0, 8691.0, 8689.0, 8678.0, 8691.0, 8690.0, 8692.0, 8696.0, 8693.0, 8697.0, 8696.0, 8695.0, 8711.0, 8709.0, 8692.0, 8696.0, 8694.0, 8691.0, 8694.0, 8709.0, 8689.0, 8700.0, 8688.0, 8689.0, 8675.0, 8673.0, 8702.0, 8671.0, 8672.0, 8670.0, 8673.0, 8687.0, 8669.0, 8709.0, 8668.0, 8670.0, 8673.0, 8670.0, 8685.0, 8681.0, 8683.0, 8667.0, 8668.0, 8685.0, 8668.0, 8671.0, 8674.0, 8673.0, 8671.0, 8682.0, 8670.0, 8689.0, 8688.0, 8691.0, 8691.0, 8674.0, 8692.0, 8688.0, 8696.0, 8690.0, 8695.0, 8695.0, 8690.0, 8692.0, 8708.0, 8701.0, 8711.0, 8715.0, 8716.0, 8701.0, 8696.0, 8692.0, 8719.0, 8709.0, 8701.0, 8690.0, 8675.0, 8671.0, 8689.0, 8671.0, 8687.0, 8670.0, 8690.0, 8690.0, 8677.0, 8688.0, 8675.0, 8704.0, 8692.0, 8695.0, 8692.0, 8695.0, 8696.0, 8693.0, 8691.0, 8703.0, 8692.0, 8689.0, 8670.0, 8687.0, 8673.0, 8688.0, 8685.0, 8685.0, 8671.0, 8675.0, 8684.0, 8689.0, 8687.0, 8685.0, 8687.0, 8683.0, 8687.0, 8670.0, 8684.0, 8683.0, 8672.0, 8685.0, 8689.0, 8687.0, 8689.0, 8686.0, 8688.0, 8688.0, 8687.0, 8688.0, 8688.0, 8686.0, 8690.0, 8691.0, 8691.0, 8690.0, 8688.0, 8694.0, 8691.0, 8692.0, 8687.0, 8689.0, 8693.0, 8688.0, 8688.0, 8689.0, 8690.0, 8696.0, 8690.0, 8693.0, 8690.0, 8692.0, 8694.0, 8708.0, 8705.0, 8692.0, 8691.0, 8691.0, 8707.0, 8689.0, 8689.0, 8693.0, 8691.0, 8688.0, 8691.0, 8686.0, 8688.0, 8691.0, 8689.0, 8691.0, 8688.0, 8689.0, 8693.0, 8688.0, 8679.0, 8690.0, 8688.0, 8690.0, 8688.0, 8676.0, 8692.0, 8687.0, 8695.0, 8692.0, 8692.0, 8689.0, 8675.0, 8692.0, 8705.0, 8693.0, 8706.0, 8690.0, 8691.0, 8687.0, 8692.0, 8687.0, 8689.0, 8688.0, 8689.0, 8692.0, 8675.0, 8691.0, 8687.0, 8694.0, 8693.0, 8694.0, 8688.0, 8691.0, 8690.0, 8693.0, 8709.0, 8696.0, 8693.0, 8691.0, 8695.0, 8706.0, 8691.0, 8708.0, 8692.0, 8677.0, 8692.0, 8694.0, 8692.0, 8694.0, 8692.0, 8694.0, 8693.0, 8695.0, 8692.0, 8710.0, 8694.0, 8693.0, 8696.0, 8692.0, 8693.0, 8688.0, 8695.0, 8687.0, 8692.0, 8690.0, 8677.0, 8688.0, 8685.0, 8688.0, 8687.0, 8687.0, 8691.0, 8674.0, 8689.0, 8687.0, 8692.0, 8688.0, 8690.0, 8691.0, 8676.0, 8689.0, 8691.0, 8690.0, 8705.0, 8694.0, 8707.0, 8693.0, 8696.0, 8690.0, 8690.0, 8690.0, 8674.0, 8689.0, 8690.0, 8692.0, 8691.0, 8689.0, 8690.0, 8693.0, 8690.0, 8688.0, 8694.0, 8689.0, 8707.0, 8692.0, 8692.0, 8692.0, 8686.0, 8693.0, 8691.0, 8695.0, 8696.0, 8689.0, 8693.0, 8708.0, 8692.0, 8692.0, 8717.0, 8690.0, 8694.0, 8692.0, 8688.0, 8679.0, 8687.0, 8699.0, 8690.0, 8683.0, 8686.0, 8687.0, 8675.0, 8668.0, 8688.0, 8683.0, 8687.0, 8685.0, 8688.0, 8674.0, 8669.0, 8698.0, 8673.0, 8684.0, 8674.0, 8666.0, 8683.0, 8667.0, 8680.0, 8670.0, 8667.0, 8668.0, 8670.0, 8686.0, 8678.0, 8669.0, 8688.0, 8671.0, 8687.0, 8683.0, 8691.0, 8687.0, 8691.0, 8686.0, 8687.0, 8689.0, 8693.0, 8709.0, 8692.0, 8677.0, 8678.0, 8696.0, 8696.0, 8685.0, 8683.0, 8675.0, 8658.0, 8675.0, 8666.0, 8690.0, 8677.0, 8676.0, 8677.0, 8696.0, 8694.0, 8686.0, 8694.0, 8715.0, 8698.0, 8707.0, 8674.0, 8657.0, 8657.0, 8626.0, 8676.0, 8627.0, 8659.0, 8639.0, 8633.0, 8636.0, 8614.0, 8657.0, 8616.0, 8654.0, 8617.0, 8623.0, 8601.0, 8612.0, 8596.0, 8608.0, 8610.0, 8614.0, 8612.0, 8614.0, 8631.0, 8615.0, 8632.0, 8634.0, 8631.0, 8622.0, 8636.0, 8636.0, 8639.0, 8639.0, 8644.0, 8640.0, 8655.0, 8642.0, 8644.0, 8645.0, 8642.0, 8646.0, 8645.0, 8661.0, 8666.0, 8650.0, 8667.0, 8669.0, 8690.0, 8684.0, 8688.0, 8687.0, 8687.0, 8689.0, 8687.0, 8695.0, 8688.0, 8678.0, 8694.0, 8691.0, 8689.0, 8687.0, 8694.0, 8687.0, 8693.0, 8693.0, 8692.0, 8693.0, 8688.0, 8694.0, 8689.0, 8694.0, 8692.0, 8681.0, 8691.0, 8694.0, 8695.0, 8693.0, 8678.0, 8714.0, 8716.0, 8703.0, 8716.0, 8716.0, 8720.0, 8719.0, 8715.0, 8717.0, 8732.0, 8711.0, 8721.0, 8708.0, 8708.0, 8697.0, 8692.0, 8696.0, 8689.0, 8683.0, 8709.0, 8693.0, 8694.0, 8692.0, 8696.0, 8708.0, 8712.0, 8708.0, 8695.0, 8710.0, 8694.0, 8676.0, 8690.0, 8704.0, 8696.0, 8696.0, 8705.0, 8690.0, 8692.0, 8710.0, 8694.0, 8708.0, 8708.0, 8711.0, 8692.0, 8692.0, 8708.0, 8709.0, 8714.0, 8709.0, 8710.0, 8711.0, 8698.0, 8714.0, 8707.0, 8706.0, 8712.0, 8698.0, 8708.0, 8695.0, 8713.0, 8707.0, 8712.0, 8695.0, 8678.0, 8707.0, 8705.0, 8708.0, 8707.0, 8694.0, 8706.0, 8695.0, 8699.0, 8706.0, 8707.0, 8691.0, 8693.0, 8692.0, 8691.0, 8692.0, 8692.0, 8689.0, 8686.0, 8672.0, 8686.0, 8688.0, 8689.0, 8686.0, 8674.0, 8687.0, 8685.0, 8687.0, 8685.0, 8690.0, 8687.0, 8706.0, 8687.0, 8685.0, 8690.0, 8688.0, 8678.0, 8690.0, 8691.0, 8693.0, 8688.0, 8678.0, 8688.0, 8693.0, 8709.0, 8689.0, 8704.0, 8691.0, 8677.0, 8694.0, 8707.0, 8689.0, 8687.0, 8677.0, 8693.0, 8687.0, 8694.0, 8694.0, 8704.0, 8691.0, 8674.0, 8693.0, 8689.0, 8690.0, 8694.0, 8690.0, 8705.0, 8692.0, 8706.0, 8692.0, 8691.0, 8687.0, 8693.0, 8694.0, 8688.0, 8694.0, 8701.0, 8690.0, 8688.0, 8675.0, 8688.0, 8690.0, 8693.0, 8688.0, 8687.0, 8691.0, 8686.0, 8704.0, 8689.0, 8689.0, 8687.0, 8691.0, 8690.0, 8674.0, 8693.0, 8688.0, 8673.0, 8690.0, 8684.0, 8690.0, 8688.0, 8686.0, 8686.0, 8684.0, 8684.0, 8686.0, 8685.0, 8686.0, 8676.0, 8686.0, 8689.0, 8672.0, 8686.0, 8689.0, 8690.0, 8690.0, 8689.0, 8687.0, 8675.0, 8691.0, 8690.0, 8689.0, 8686.0, 8678.0, 8685.0, 8689.0, 8689.0, 8688.0, 8693.0, 8688.0, 8689.0, 8685.0, 8688.0, 8695.0, 8687.0, 8692.0, 8687.0, 8677.0, 8686.0, 8691.0, 8694.0, 8693.0, 8695.0, 8711.0, 8691.0, 8708.0, 8706.0, 8694.0, 8708.0, 8696.0, 8710.0, 8693.0, 8712.0, 8710.0, 8718.0, 8715.0, 8718.0, 8699.0, 8714.0, 8711.0, 8714.0, 8711.0, 8706.0, 8715.0, 8714.0, 8716.0, 8694.0, 8714.0, 8696.0, 8707.0, 8694.0, 8702.0, 8689.0, 8694.0, 8709.0, 8691.0, 8681.0, 8706.0, 8693.0, 8710.0, 8706.0, 8706.0, 8691.0, 8677.0, 8691.0, 8687.0, 8693.0, 8690.0, 8694.0, 8690.0, 8675.0, 8689.0, 8687.0, 8687.0, 8692.0, 8689.0, 8689.0, 8692.0, 8707.0, 8696.0, 8708.0, 8696.0, 8694.0, 8707.0, 8692.0, 8709.0, 8694.0, 8709.0, 8709.0, 8712.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.0004651320321469575</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019045006888633753</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.81251983209193</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1377353496321847</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9816695021494241</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4438</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7513.0581</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05301819931224223</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.4592422502870264</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.43281359765738</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.347246216764562</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.667087209138958</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2841073670686196</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0117021</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015711262822151184</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.015984484925866127</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>3.9060618506739915</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>32.3021</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.5099</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.3213</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309355.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>666.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.6992</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2845</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.0388</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3150.6378</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3357.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67189.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1038.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4092.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.427</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.00443395972252</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> |