=== 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-0053 --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-0053",
"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-0053_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0053_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0053/ses-01/func/sub-0053_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>8b65d358a222088fc5ffe1e6a9ede291</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>15:18:17.242500</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.992658, 0.0401057, -0.114115, -0.0518493, 0.993445, -0.101878]</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0894328</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4117, -7708, -7309, 577, -49, -68, -132, 102]</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>256.632</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b5da1c4c-7695-495d-aa87-757e8f2556ab||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.6632280349731445, -0.13910774886608124, -0.29505860805511475, 125.9186782836914], [-0.10760052502155304, 2.665339708328247, -0.28902655839920044, -92.33499908447266], [-0.30616194009780884, 0.27333155274391174, 2.6682212352752686, -87.48456573486328], [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': ['151817.242500', '151817.702500', '151818.162500', '151818.622500', '151819.082500', '151819.542500', '151820.002500', '151820.462500', '151820.922500', '151821.382500', '151821.842500', '151822.302500', '151822.762500', '151823.222500', '151823.682500', '151824.142500', '151824.602500', '151825.062500', '151825.522500', '151825.982500', '151826.442500', '151826.902500', '151827.362500', '151827.822500', '151828.282500', '151828.742500', '151829.202500', '151829.662500', '151830.122500', '151830.582500', '151831.042500', '151831.502500', '151831.962500', '151832.422500', '151832.882500', '151833.342500', '151833.802500', '151834.262500', '151834.722500', '151835.182500', '151835.642500', '151836.102500', '151836.562500', '151837.022500', '151837.482500', '151837.942500', '151838.402500', '151838.862500', '151839.322500', '151839.782500', '151840.242500', '151840.702500', '151841.162500', '151841.622500', '151842.082500', '151842.542500', '151843.002500', '151843.462500', '151843.922500', '151844.382500', '151844.842500', '151845.302500', '151845.762500', '151846.222500', '151846.682500', '151847.142500', '151847.602500', '151848.062500', '151848.522500', '151848.982500', '151849.442500', '151849.902500', '151850.362500', '151850.822500', '151851.282500', '151851.742500', '151852.202500', '151852.662500', '151853.122500', '151853.582500', '151854.042500', '151854.502500', '151854.962500', '151855.422500', '151855.882500', '151856.342500', '151856.802500', '151857.262500', '151857.722500', '151858.182500', '151858.642500', '151859.102500', '151859.562500', '151900.022500', '151900.482500', '151900.942500', '151901.402500', '151901.862500', '151902.322500', '151902.782500', '151903.242500', '151903.702500', '151904.162500', '151904.622500', '151905.082500', '151905.542500', '151906.002500', '151906.462500', '151906.922500', '151907.382500', '151907.842500', '151908.302500', '151908.762500', '151909.222500', '151909.682500', '151910.142500', '151910.602500', '151911.062500', '151911.522500', '151911.982500', '151912.442500', '151912.902500', '151913.362500', '151913.822500', '151914.282500', '151914.742500', '151915.202500', '151915.662500', '151916.122500', '151916.582500', '151917.042500', '151917.502500', '151917.962500', '151918.422500', '151918.882500', '151919.342500', '151919.802500', '151920.262500', '151920.722500', '151921.182500', '151921.642500', '151922.102500', '151922.562500', '151923.022500', '151923.482500', '151923.942500', '151924.402500', '151924.862500', '151925.322500', '151925.782500', '151926.242500', '151926.702500', '151927.162500', '151927.622500', '151928.082500', '151928.542500', '151929.002500', '151929.462500', '151929.922500', '151930.382500', '151930.842500', '151931.302500', '151931.762500', '151932.222500', '151932.682500', '151933.142500', '151933.602500', '151934.062500', '151934.522500', '151934.982500', '151935.442500', '151935.902500', '151936.362500', '151936.822500', '151937.282500', '151937.742500', '151938.202500', '151938.662500', '151939.122500', '151939.582500', '151940.042500', '151940.502500', '151940.962500', '151941.422500', '151941.882500', '151942.342500', '151942.802500', '151943.262500', '151943.722500', '151944.182500', '151944.642500', '151945.102500', '151945.562500', '151946.022500', '151946.482500', '151946.942500', '151947.402500', '151947.862500', '151948.322500', '151948.782500', '151949.242500', '151949.702500', '151950.162500', '151950.622500', '151951.082500', '151951.542500', '151952.002500', '151952.462500', '151952.922500', '151953.382500', '151953.842500', '151954.302500', '151954.762500', '151955.222500', '151955.682500', '151956.142500', '151956.602500', '151957.062500', '151957.522500', '151957.982500', '151958.442500', '151958.902500', '151959.362500', '151959.822500', '152000.282500', '152000.742500', '152001.202500', '152001.662500', '152002.122500', '152002.582500', '152003.042500', '152003.502500', '152003.962500', '152004.422500', '152004.882500', '152005.342500', '152005.802500', '152006.262500', '152006.722500', '152007.182500', '152007.642500', '152008.102500', '152008.562500', '152009.022500', '152009.482500', '152009.942500', '152010.402500', '152010.862500', '152011.322500', '152011.782500', '152012.242500', '152012.702500', '152013.162500', '152013.622500', '152014.082500', '152014.542500', '152015.002500', '152015.462500', '152015.922500', '152016.382500', '152016.842500', '152017.302500', '152017.762500', '152018.222500', '152018.682500', '152019.142500', '152019.602500', '152020.062500', '152020.522500', '152020.982500', '152021.442500', '152021.902500', '152022.362500', '152022.822500', '152023.282500', '152023.742500', '152024.202500', '152024.662500', '152025.122500', '152025.582500', '152026.042500', '152026.502500', '152026.962500', '152027.422500', '152027.882500', '152028.342500', '152028.802500', '152029.262500', '152029.722500', '152030.182500', '152030.642500', '152031.102500', '152031.562500', '152032.022500', '152032.482500', '152032.942500', '152033.402500', '152033.862500', '152034.322500', '152034.782500', '152035.242500', '152035.702500', '152036.162500', '152036.622500', '152037.082500', '152037.542500', '152038.002500', '152038.462500', '152038.922500', '152039.382500', '152039.842500', '152040.302500', '152040.762500', '152041.222500', '152041.682500', '152042.142500', '152042.602500', '152043.062500', '152043.522500', '152043.982500', '152044.442500', '152044.902500', '152045.362500', '152045.822500', '152046.282500', '152046.742500', '152047.202500', '152047.662500', '152048.122500', '152048.582500', '152049.042500', '152049.502500', '152049.962500', '152050.422500', '152050.882500', '152051.342500', '152051.802500', '152052.262500', '152052.722500', '152053.182500', '152053.642500', '152054.102500', '152054.562500', '152055.022500', '152055.482500', '152055.942500', '152056.402500', '152056.862500', '152057.322500', '152057.782500', '152058.242500', '152058.702500', '152059.162500', '152059.622500', '152100.082500', '152100.542500', '152101.002500', '152101.462500', '152101.922500', '152102.382500', '152102.842500', '152103.302500', '152103.762500', '152104.222500', '152104.682500', '152105.142500', '152105.602500', '152106.062500', '152106.522500', '152106.982500', '152107.442500', '152107.902500', '152108.362500', '152108.822500', '152109.282500', '152109.742500', '152110.202500', '152110.662500', '152111.122500', '152111.582500', '152112.042500', '152112.502500', '152112.962500', '152113.422500', '152113.882500', '152114.342500', '152114.802500', '152115.262500', '152115.722500', '152116.182500', '152116.642500', '152117.102500', '152117.562500', '152118.022500', '152118.482500', '152118.942500', '152119.402500', '152119.862500', '152120.322500', '152120.782500', '152121.242500', '152121.702500', '152122.162500', '152122.622500', '152123.082500', '152123.542500', '152124.002500', '152124.462500', '152124.922500', '152125.382500', '152125.842500', '152126.302500', '152126.762500', '152127.222500', '152127.682500', '152128.142500', '152128.602500', '152129.062500', '152129.522500', '152129.982500', '152130.442500', '152130.902500', '152131.362500', '152131.822500', '152132.282500', '152132.742500', '152133.202500', '152133.662500', '152134.122500', '152134.582500', '152135.042500', '152135.502500', '152135.962500', '152136.422500', '152136.882500', '152137.342500', '152137.802500', '152138.262500', '152138.722500', '152139.182500', '152139.642500', '152140.102500', '152140.562500', '152141.022500', '152141.482500', '152141.942500', '152142.402500', '152142.862500', '152143.322500', '152143.782500', '152144.242500', '152144.702500', '152145.162500', '152145.622500', '152146.082500', '152146.542500', '152147.002500', '152147.462500', '152147.922500', '152148.382500', '152148.842500', '152149.302500', '152149.762500', '152150.222500', '152150.682500', '152151.142500', '152151.602500', '152152.062500', '152152.522500', '152152.982500', '152153.442500', '152153.902500', '152154.362500', '152154.822500', '152155.282500', '152155.742500', '152156.202500', '152156.662500', '152157.122500', '152157.582500', '152158.042500', '152158.502500', '152158.962500', '152159.422500', '152159.882500', '152200.342500', '152200.802500', '152201.262500', '152201.722500', '152202.182500', '152202.642500', '152203.102500', '152203.562500', '152204.022500', '152204.482500', '152204.942500', '152205.402500', '152205.862500', '152206.322500', '152206.782500', '152207.242500', '152207.702500', '152208.162500', '152208.622500', '152209.082500', '152209.542500', '152210.002500', '152210.462500', '152210.922500', '152211.382500', '152211.842500', '152212.302500', '152212.762500', '152213.222500', '152213.682500', '152214.142500', '152214.602500', '152215.062500', '152215.522500', '152215.982500', '152216.442500', '152216.902500', '152217.362500', '152217.822500', '152218.282500', '152218.742500', '152219.202500', '152219.662500', '152220.122500', '152220.582500', '152221.042500', '152221.502500', '152221.962500', '152222.422500', '152222.882500', '152223.342500', '152223.802500', '152224.262500', '152224.722500', '152225.182500', '152225.642500', '152226.102500', '152226.562500', '152227.022500', '152227.482500', '152227.942500', '152228.402500', '152228.862500', '152229.322500', '152229.782500', '152230.242500', '152230.702500', '152231.162500', '152231.622500', '152232.082500', '152232.542500', '152233.002500', '152233.462500', '152233.922500', '152234.382500', '152234.842500', '152235.302500', '152235.762500', '152236.222500', '152236.682500', '152237.142500', '152237.602500', '152238.062500', '152238.522500', '152238.982500', '152239.442500', '152239.902500', '152240.362500', '152240.822500', '152241.282500', '152241.742500', '152242.202500', '152242.662500', '152243.122500', '152243.582500', '152244.042500', '152244.502500', '152244.962500', '152245.422500', '152245.882500', '152246.342500', '152246.802500', '152247.262500', '152247.722500', '152248.182500', '152248.642500', '152249.102500', '152249.562500', '152250.022500', '152250.482500', '152250.942500', '152251.402500', '152251.862500', '152252.322500', '152252.782500', '152253.242500', '152253.702500', '152254.162500', '152254.622500', '152255.082500', '152255.542500', '152256.002500', '152256.462500', '152256.922500', '152257.382500', '152257.842500', '152258.302500', '152258.762500', '152259.222500', '152259.682500', '152300.142500', '152300.602500', '152301.062500', '152301.522500', '152301.982500', '152302.442500', '152302.902500', '152303.362500', '152303.822500', '152304.282500', '152304.742500', '152305.202500', '152305.662500', '152306.122500', '152306.582500', '152307.042500', '152307.502500', '152307.962500', '152308.422500', '152308.882500', '152309.342500', '152309.802500', '152310.262500', '152310.722500', '152311.182500', '152311.642500', '152312.102500', '152312.562500', '152313.022500', '152313.482500', '152313.942500', '152314.402500', '152314.862500', '152315.322500', '152315.782500', '152316.242500', '152316.702500', '152317.162500', '152317.622500', '152318.082500', '152318.542500', '152319.002500', '152319.462500', '152319.922500', '152320.382500', '152320.842500', '152321.302500', '152321.762500', '152322.222500', '152322.682500', '152323.142500', '152323.602500', '152324.062500', '152324.522500', '152324.982500', '152325.442500', '152325.902500', '152326.362500', '152326.822500', '152327.282500', '152327.742500', '152328.202500', '152328.662500', '152329.122500', '152329.582500', '152330.042500', '152330.502500', '152330.962500', '152331.422500', '152331.882500', '152332.342500', '152332.802500', '152333.262500', '152333.722500', '152334.182500', '152334.642500', '152335.102500', '152335.562500', '152336.022500', '152336.482500', '152336.942500', '152337.402500', '152337.862500', '152338.322500', '152338.782500', '152339.242500', '152339.702500', '152340.162500', '152340.622500', '152341.082500', '152341.542500', '152342.002500', '152342.462500', '152342.922500', '152343.382500', '152343.842500', '152344.302500', '152344.762500', '152345.222500', '152345.682500', '152346.142500', '152346.602500', '152347.062500', '152347.522500', '152347.982500', '152348.442500', '152348.902500', '152349.362500', '152349.822500', '152350.282500', '152350.742500', '152351.202500', '152351.662500', '152352.122500', '152352.582500', '152353.042500', '152353.502500', '152353.962500', '152354.422500', '152354.882500', '152355.342500', '152355.802500', '152356.262500', '152356.722500', '152357.182500', '152357.642500', '152358.102500', '152358.562500', '152359.022500', '152359.482500', '152359.942500', '152400.402500', '152400.862500', '152401.322500', '152401.782500', '152402.242500', '152402.702500', '152403.162500', '152403.622500', '152404.082500', '152404.542500', '152405.002500', '152405.462500', '152405.922500', '152406.382500', '152406.842500', '152407.302500', '152407.762500', '152408.222500', '152408.682500', '152409.142500', '152409.602500', '152410.062500', '152410.522500', '152410.982500', '152411.442500', '152411.902500', '152412.362500', '152412.822500', '152413.282500', '152413.742500', '152414.202500', '152414.662500', '152415.122500', '152415.582500', '152416.042500', '152416.502500', '152416.962500', '152417.422500', '152417.882500', '152418.342500', '152418.802500', '152419.262500', '152419.722500', '152420.182500', '152420.642500', '152421.102500', '152421.562500', '152422.022500', '152422.482500', '152422.942500', '152423.402500', '152423.862500', '152424.322500', '152424.782500', '152425.242500', '152425.702500', '152426.162500', '152426.622500', '152427.082500', '152427.542500', '152428.002500', '152428.462500', '152428.922500', '152429.382500', '152429.842500', '152430.302500', '152430.762500', '152431.222500', '152431.682500', '152432.142500', '152432.602500', '152433.062500', '152433.522500', '152433.982500', '152434.442500', '152434.902500', '152435.362500', '152435.822500', '152436.282500', '152436.742500', '152437.202500', '152437.662500', '152438.122500', '152438.582500', '152439.042500', '152439.502500', '152439.962500', '152440.422500', '152440.882500', '152441.342500', '152441.802500', '152442.262500', '152442.722500', '152443.182500', '152443.642500', '152444.102500', '152444.562500', '152445.022500', '152445.482500', '152445.942500', '152446.402500', '152446.862500', '152447.322500', '152447.782500', '152448.242500', '152448.702500', '152449.162500', '152449.622500', '152450.082500', '152450.542500', '152451.002500', '152451.462500', '152451.922500', '152452.382500', '152452.842500', '152453.302500', '152453.762500', '152454.222500', '152454.682500', '152455.142500', '152455.602500', '152456.062500', '152456.522500', '152456.982500', '152457.442500', '152457.902500'], 'ContentTime': ['151835.365000', '151835.368000', '151835.372000', '151835.375000', '151835.377000', '151835.380000', '151835.382000', '151835.385000', '151835.388000', '151835.390000', '151835.393000', '151835.395000', '151835.398000', '151835.400000', '151835.403000', '151835.405000', '151835.408000', '151835.410000', '151835.413000', '151835.415000', '151835.418000', '151835.421000', '151835.424000', '151835.426000', '151835.429000', '151835.432000', '151835.438000', '151835.441000', '151835.443000', '151835.446000', '151835.449000', '151835.452000', '151835.454000', '151835.457000', '151835.460000', '151835.463000', '151835.465000', '151835.468000', '151855.332000', '151855.335000', '151855.342000', '151855.344000', '151855.347000', '151855.349000', '151855.352000', '151855.354000', '151855.357000', '151855.359000', '151855.362000', '151855.365000', '151855.367000', '151855.370000', '151855.372000', '151855.375000', '151855.377000', '151855.380000', '151855.382000', '151855.385000', '151855.387000', '151855.390000', '151855.393000', '151855.395000', '151855.398000', '151855.400000', '151855.403000', '151855.405000', '151855.408000', '151855.410000', '151855.413000', '151855.415000', '151855.418000', '151855.420000', '151855.423000', '151855.426000', '151855.428000', '151855.432000', '151855.435000', '151855.438000', '151855.440000', '151855.443000', '151855.446000', '151915.332000', '151915.335000', '151915.338000', '151915.341000', '151915.343000', '151915.346000', '151915.348000', '151915.351000', '151915.353000', '151915.360000', '151915.362000', '151915.365000', '151915.367000', '151915.370000', '151915.372000', '151915.375000', '151915.378000', '151915.380000', '151915.383000', '151915.386000', '151915.388000', '151915.391000', '151915.394000', '151915.396000', '151915.399000', '151915.401000', '151915.404000', '151915.406000', '151915.409000', '151915.412000', '151915.414000', '151915.417000', '151915.420000', '151915.422000', '151915.425000', '151915.428000', '151915.430000', '151915.433000', '151915.435000', '151915.438000', '151915.441000', '151915.443000', '151915.446000', '151915.449000', '151935.333000', '151935.335000', '151935.338000', '151935.341000', '151935.343000', '151935.346000', '151935.348000', '151935.351000', '151935.353000', '151935.356000', '151935.358000', '151935.361000', '151935.363000', '151935.366000', '151935.368000', '151935.371000', '151935.374000', '151935.376000', '151935.379000', '151935.381000', '151935.384000', '151935.386000', '151935.389000', '151935.392000', '151935.394000', '151935.397000', '151935.399000', '151935.402000', '151935.404000', '151935.407000', '151935.410000', '151935.412000', '151935.415000', '151935.417000', '151935.420000', '151935.422000', '151935.425000', '151935.429000', '151935.432000', '151935.434000', '151935.437000', '151935.439000', '151935.442000', '151955.331000', '151955.334000', '151955.337000', '151955.339000', '151955.342000', '151955.344000', '151955.347000', '151955.350000', '151955.352000', '151955.355000', '151955.357000', '151955.360000', '151955.362000', '151955.365000', '151955.368000', '151955.370000', '151955.373000', '151955.375000', '151955.378000', '151955.381000', '151955.383000', '151955.386000', '151955.388000', '151955.391000', '151955.393000', '151955.396000', '151955.398000', '151955.401000', '151955.404000', '151955.406000', '151955.409000', '151955.411000', '151955.414000', '151955.417000', '151955.419000', '151955.423000', '151955.425000', '151955.428000', '151955.430000', '151955.433000', '151955.435000', '151955.438000', '151955.441000', '151955.443000', '152015.332000', '152015.335000', '152015.338000', '152015.340000', '152015.343000', '152015.346000', '152015.348000', '152015.351000', '152015.353000', '152015.356000', '152015.359000', '152015.361000', '152015.364000', '152015.366000', '152015.382000', '152015.384000', '152015.387000', '152015.390000', '152015.392000', '152015.395000', '152015.397000', '152015.400000', '152015.402000', '152015.405000', '152015.407000', '152015.410000', '152015.413000', '152015.415000', '152015.418000', '152015.421000', '152015.423000', '152015.426000', '152015.428000', '152015.431000', '152015.433000', '152015.436000', '152015.438000', '152015.441000', '152015.444000', '152015.447000', '152015.450000', '152015.458000', '152015.461000', '152035.333000', '152035.335000', '152035.338000', '152035.341000', '152035.343000', '152035.346000', '152035.348000', '152035.351000', '152035.354000', '152035.356000', '152035.359000', '152035.361000', '152035.364000', '152035.366000', '152035.369000', '152035.372000', '152035.374000', '152035.377000', '152035.379000', '152035.382000', '152035.385000', '152035.387000', '152035.390000', '152035.392000', '152035.395000', '152035.397000', '152035.400000', '152035.403000', '152035.405000', '152035.408000', '152035.410000', '152035.413000', '152035.415000', '152035.418000', '152035.421000', '152035.423000', '152035.426000', '152035.428000', '152035.431000', '152035.434000', '152035.436000', '152035.439000', '152035.441000', '152035.444000', '152055.332000', '152055.335000', '152055.338000', '152055.340000', '152055.343000', '152055.345000', '152055.348000', '152055.351000', '152055.353000', '152055.356000', '152055.358000', '152055.361000', '152055.364000', '152055.366000', '152055.369000', '152055.371000', '152055.374000', '152055.376000', '152055.379000', '152055.381000', '152055.384000', '152055.387000', '152055.389000', '152055.392000', '152055.394000', '152055.397000', '152055.399000', '152055.402000', '152055.405000', '152055.407000', '152055.410000', '152055.412000', '152055.415000', '152055.417000', '152055.420000', '152055.423000', '152055.425000', '152055.428000', '152055.430000', '152055.433000', '152055.436000', '152055.438000', '152055.441000', '152115.332000', '152115.335000', '152115.338000', '152115.340000', '152115.343000', '152115.346000', '152115.348000', '152115.351000', '152115.354000', '152115.356000', '152115.359000', '152115.361000', '152115.364000', '152115.368000', '152115.370000', '152115.373000', '152115.376000', '152115.378000', '152115.381000', '152115.383000', '152115.386000', '152115.389000', '152115.391000', '152115.394000', '152115.396000', '152115.399000', '152115.402000', '152115.404000', '152115.407000', '152115.409000', '152115.412000', '152115.414000', '152115.417000', '152115.419000', '152115.422000', '152115.425000', '152115.427000', '152115.430000', '152115.432000', '152115.435000', '152115.438000', '152115.440000', '152115.443000', '152135.332000', '152135.335000', '152135.338000', '152135.340000', '152135.343000', '152135.346000', '152135.348000', '152135.351000', '152135.353000', '152135.356000', '152135.359000', '152135.361000', '152135.364000', '152135.366000', '152135.369000', '152135.371000', '152135.374000', '152135.377000', '152135.379000', '152135.382000', '152135.384000', '152135.387000', '152135.389000', '152135.392000', '152135.394000', '152135.397000', '152135.400000', '152135.402000', '152135.405000', '152135.407000', '152135.410000', '152135.413000', '152135.415000', '152135.418000', '152135.420000', '152135.423000', '152135.425000', '152135.428000', '152135.431000', '152135.433000', '152135.465000', '152135.468000', '152135.471000', '152135.473000', '152155.331000', '152155.334000', '152155.337000', '152155.339000', '152155.342000', '152155.345000', '152155.347000', '152155.350000', '152155.352000', '152155.355000', '152155.357000', '152155.360000', '152155.363000', '152155.365000', '152155.368000', '152155.371000', '152155.373000', '152155.376000', '152155.378000', '152155.381000', '152155.383000', '152155.386000', '152155.389000', '152155.391000', '152155.394000', '152155.396000', '152155.399000', '152155.402000', '152155.404000', '152155.407000', '152155.409000', '152155.412000', '152155.414000', '152155.417000', '152155.420000', '152155.422000', '152155.425000', '152155.427000', '152155.430000', '152155.433000', '152155.435000', '152155.438000', '152155.440000', '152155.443000', '152215.333000', '152215.335000', '152215.338000', '152215.341000', '152215.343000', '152215.346000', '152215.348000', '152215.351000', '152215.354000', '152215.356000', '152215.359000', '152215.362000', '152215.364000', '152215.367000', '152215.369000', '152215.372000', '152215.375000', '152215.377000', '152215.380000', '152215.382000', '152215.385000', '152215.388000', '152215.390000', '152215.393000', '152215.395000', '152215.398000', '152215.401000', '152215.403000', '152215.406000', '152215.408000', '152215.411000', '152215.413000', '152215.416000', '152215.419000', '152215.421000', '152215.424000', '152215.426000', '152215.429000', '152215.432000', '152215.434000', '152215.437000', '152215.439000', '152215.442000', '152235.332000', '152235.335000', '152235.339000', '152235.342000', '152235.344000', '152235.347000', '152235.349000', '152235.352000', '152235.355000', '152235.357000', '152235.360000', '152235.362000', '152235.365000', '152235.368000', '152235.370000', '152235.373000', '152235.376000', '152235.378000', '152235.381000', '152235.383000', '152235.386000', '152235.389000', '152235.392000', '152235.394000', '152235.397000', '152235.399000', '152235.402000', '152235.405000', '152235.407000', '152235.410000', '152235.412000', '152235.415000', '152235.418000', '152235.420000', '152235.423000', '152235.425000', '152235.428000', '152235.431000', '152235.433000', '152235.436000', '152235.438000', '152235.441000', '152235.443000', '152235.446000', '152255.333000', '152255.335000', '152255.338000', '152255.341000', '152255.343000', '152255.346000', '152255.348000', '152255.351000', '152255.353000', '152255.356000', '152255.359000', '152255.361000', '152255.364000', '152255.366000', '152255.369000', '152255.371000', '152255.374000', '152255.377000', '152255.379000', '152255.382000', '152255.384000', '152255.387000', '152255.390000', '152255.392000', '152255.395000', '152255.398000', '152255.400000', '152255.403000', '152255.405000', '152255.408000', '152255.410000', '152255.413000', '152255.416000', '152255.418000', '152255.421000', '152255.424000', '152255.426000', '152255.429000', '152255.431000', '152255.434000', '152255.436000', '152255.439000', '152255.442000', '152315.333000', '152315.336000', '152315.338000', '152315.341000', '152315.343000', '152315.346000', '152315.348000', '152315.351000', '152315.354000', '152315.356000', '152315.359000', '152315.361000', '152315.364000', '152315.367000', '152315.369000', '152315.372000', '152315.375000', '152315.377000', '152315.380000', '152315.382000', '152315.402000', '152315.405000', '152315.408000', '152315.410000', '152315.413000', '152315.416000', '152315.418000', '152315.421000', '152315.423000', '152315.426000', '152315.428000', '152315.431000', '152315.434000', '152315.436000', '152315.439000', '152315.441000', '152315.444000', '152315.447000', '152315.449000', '152315.452000', '152315.454000', '152315.457000', '152315.459000', '152315.462000', '152335.332000', '152335.335000', '152335.338000', '152335.340000', '152335.343000', '152335.346000', '152335.348000', '152335.351000', '152335.353000', '152335.356000', '152335.359000', '152335.361000', '152335.364000', '152335.366000', '152335.369000', '152335.371000', '152335.374000', '152335.377000', '152335.379000', '152335.382000', '152335.385000', '152335.387000', '152335.390000', '152335.392000', '152335.395000', '152335.397000', '152335.400000', '152335.402000', '152335.405000', '152335.408000', '152335.410000', '152335.413000', '152335.415000', '152335.418000', '152335.420000', '152335.423000', '152335.425000', '152335.428000', '152335.431000', '152335.433000', '152335.436000', '152335.438000', '152335.441000', '152355.332000', '152355.335000', '152355.338000', '152355.341000', '152355.344000', '152355.347000', '152355.349000', '152355.352000', '152355.355000', '152355.357000', '152355.360000', '152355.362000', '152355.365000', '152355.368000', '152355.370000', '152355.373000', '152355.376000', '152355.380000', '152355.382000', '152355.385000', '152355.388000', '152355.390000', '152355.393000', '152355.395000', '152355.398000', '152355.401000', '152355.403000', '152355.406000', '152355.408000', '152355.411000', '152355.413000', '152355.416000', '152355.419000', '152355.421000', '152355.424000', '152355.426000', '152355.429000', '152355.432000', '152355.435000', '152355.437000', '152355.440000', '152355.442000', '152355.445000', '152415.331000', '152415.334000', '152415.337000', '152415.340000', '152415.342000', '152415.345000', '152415.347000', '152415.350000', '152415.353000', '152415.355000', '152415.358000', '152415.360000', '152415.364000', '152415.367000', '152415.370000', '152415.372000', '152415.375000', '152415.377000', '152415.380000', '152415.383000', '152415.385000', '152415.388000', '152415.390000', '152415.393000', '152415.396000', '152415.398000', '152415.401000', '152415.403000', '152415.406000', '152415.408000', '152415.411000', '152415.413000', '152415.416000', '152415.419000', '152415.421000', '152415.424000', '152415.426000', '152415.429000', '152415.432000', '152415.434000', '152415.437000', '152415.439000', '152415.442000', '152415.444000', '152435.333000', '152435.336000', '152435.338000', '152435.341000', '152435.343000', '152435.346000', '152435.349000', '152435.351000', '152435.354000', '152435.356000', '152435.359000', '152435.362000', '152435.364000', '152435.367000', '152435.369000', '152435.372000', '152435.374000', '152435.377000', '152435.380000', '152435.382000', '152435.385000', '152435.387000', '152435.390000', '152435.392000', '152435.395000', '152435.397000', '152435.400000', '152435.403000', '152435.405000', '152435.408000', '152435.410000', '152435.440000', '152435.443000', '152435.445000', '152435.448000', '152435.450000', '152435.453000', '152435.456000', '152435.458000', '152435.461000', '152435.463000', '152435.466000', '152435.468000', '152455.333000', '152455.336000', '152455.338000', '152455.341000', '152455.343000', '152455.346000', '152455.349000', '152455.351000', '152455.354000', '152455.356000', '152455.359000', '152455.361000', '152455.364000', '152455.367000', '152455.369000', '152455.372000', '152455.375000', '152455.377000', '152455.380000', '152455.382000', '152455.385000', '152455.388000', '152455.390000', '152455.393000', '152455.395000', '152455.398000', '152455.401000', '152455.403000', '152455.406000', '152455.408000', '152455.411000', '152455.414000', '152455.416000', '152455.419000', '152455.422000', '152455.424000', '152455.427000', '152455.429000', '152455.432000', '152455.434000', '152455.437000', '152455.440000', '152455.442000', '152455.445000', '152458.793000', '152458.796000', '152458.799000', '152458.803000', '152458.805000', '152458.808000', '152458.811000', '152458.813000'], 'InstanceCreationTime': ['151835.365000', '151835.368000', '151835.372000', '151835.375000', '151835.377000', '151835.380000', '151835.382000', '151835.385000', '151835.388000', '151835.390000', '151835.393000', '151835.395000', '151835.398000', '151835.400000', '151835.403000', '151835.405000', '151835.408000', '151835.410000', '151835.413000', '151835.415000', '151835.418000', '151835.421000', '151835.424000', '151835.426000', '151835.429000', '151835.432000', '151835.438000', '151835.441000', '151835.443000', '151835.446000', '151835.449000', '151835.452000', '151835.454000', '151835.457000', '151835.460000', '151835.463000', '151835.465000', '151835.468000', '151855.332000', '151855.335000', '151855.342000', '151855.344000', '151855.347000', '151855.349000', '151855.352000', '151855.354000', '151855.357000', '151855.359000', '151855.362000', '151855.365000', '151855.367000', '151855.370000', '151855.372000', '151855.375000', '151855.377000', '151855.380000', '151855.382000', '151855.385000', '151855.387000', '151855.390000', '151855.393000', '151855.395000', '151855.398000', '151855.400000', '151855.403000', '151855.405000', '151855.408000', '151855.410000', '151855.413000', '151855.415000', '151855.418000', '151855.420000', '151855.423000', '151855.426000', '151855.428000', '151855.432000', '151855.435000', '151855.438000', '151855.440000', '151855.443000', '151855.446000', '151915.332000', '151915.335000', '151915.338000', '151915.341000', '151915.343000', '151915.346000', '151915.348000', '151915.351000', '151915.353000', '151915.360000', '151915.362000', '151915.365000', '151915.367000', '151915.370000', '151915.372000', '151915.375000', '151915.378000', '151915.380000', '151915.383000', '151915.386000', '151915.388000', '151915.391000', '151915.394000', '151915.396000', '151915.399000', '151915.401000', '151915.404000', '151915.406000', '151915.409000', '151915.412000', '151915.414000', '151915.417000', '151915.420000', '151915.422000', '151915.425000', '151915.428000', '151915.430000', '151915.433000', '151915.435000', '151915.438000', '151915.441000', '151915.443000', '151915.446000', '151915.449000', '151935.333000', '151935.335000', '151935.338000', '151935.341000', '151935.343000', '151935.346000', '151935.348000', '151935.351000', '151935.353000', '151935.356000', '151935.358000', '151935.361000', '151935.363000', '151935.366000', '151935.368000', '151935.371000', '151935.374000', '151935.376000', '151935.379000', '151935.381000', '151935.384000', '151935.386000', '151935.389000', '151935.392000', '151935.394000', '151935.397000', '151935.399000', '151935.402000', '151935.404000', '151935.407000', '151935.410000', '151935.412000', '151935.415000', '151935.417000', '151935.420000', '151935.422000', '151935.425000', '151935.429000', '151935.432000', '151935.434000', '151935.437000', '151935.439000', '151935.442000', '151955.331000', '151955.334000', '151955.337000', '151955.339000', '151955.342000', '151955.344000', '151955.347000', '151955.350000', '151955.352000', '151955.355000', '151955.357000', '151955.360000', '151955.362000', '151955.365000', '151955.368000', '151955.370000', '151955.373000', '151955.375000', '151955.378000', '151955.381000', '151955.383000', '151955.386000', '151955.388000', '151955.391000', '151955.393000', '151955.396000', '151955.398000', '151955.401000', '151955.404000', '151955.406000', '151955.409000', '151955.411000', '151955.414000', '151955.417000', '151955.419000', '151955.423000', '151955.425000', '151955.428000', '151955.430000', '151955.433000', '151955.435000', '151955.438000', '151955.441000', '151955.443000', '152015.332000', '152015.335000', '152015.338000', '152015.340000', '152015.343000', '152015.346000', '152015.348000', '152015.351000', '152015.353000', '152015.356000', '152015.359000', '152015.361000', '152015.364000', '152015.366000', '152015.382000', '152015.384000', '152015.387000', '152015.390000', '152015.392000', '152015.395000', '152015.397000', '152015.400000', '152015.402000', '152015.405000', '152015.407000', '152015.410000', '152015.413000', '152015.415000', '152015.418000', '152015.421000', '152015.423000', '152015.426000', '152015.428000', '152015.431000', '152015.433000', '152015.436000', '152015.438000', '152015.441000', '152015.444000', '152015.447000', '152015.450000', '152015.458000', '152015.461000', '152035.333000', '152035.335000', '152035.338000', '152035.341000', '152035.343000', '152035.346000', '152035.348000', '152035.351000', '152035.354000', '152035.356000', '152035.359000', '152035.361000', '152035.364000', '152035.366000', '152035.369000', '152035.372000', '152035.374000', '152035.377000', '152035.379000', '152035.382000', '152035.385000', '152035.387000', '152035.390000', '152035.392000', '152035.395000', '152035.397000', '152035.400000', '152035.403000', '152035.405000', '152035.408000', '152035.410000', '152035.413000', '152035.415000', '152035.418000', '152035.421000', '152035.423000', '152035.426000', '152035.428000', '152035.431000', '152035.434000', '152035.436000', '152035.439000', '152035.441000', '152035.444000', '152055.332000', '152055.335000', '152055.338000', '152055.340000', '152055.343000', '152055.345000', '152055.348000', '152055.351000', '152055.353000', '152055.356000', '152055.358000', '152055.361000', '152055.364000', '152055.366000', '152055.369000', '152055.371000', '152055.374000', '152055.376000', '152055.379000', '152055.381000', '152055.384000', '152055.387000', '152055.389000', '152055.392000', '152055.394000', '152055.397000', '152055.399000', '152055.402000', '152055.405000', '152055.407000', '152055.410000', '152055.412000', '152055.415000', '152055.417000', '152055.420000', '152055.423000', '152055.425000', '152055.428000', '152055.430000', '152055.433000', '152055.436000', '152055.438000', '152055.441000', '152115.332000', '152115.335000', '152115.338000', '152115.340000', '152115.343000', '152115.346000', '152115.348000', '152115.351000', '152115.354000', '152115.356000', '152115.359000', '152115.361000', '152115.364000', '152115.368000', '152115.370000', '152115.373000', '152115.376000', '152115.378000', '152115.381000', '152115.383000', '152115.386000', '152115.389000', '152115.391000', '152115.394000', '152115.396000', '152115.399000', '152115.402000', '152115.404000', '152115.407000', '152115.409000', '152115.412000', '152115.414000', '152115.417000', '152115.419000', '152115.422000', '152115.425000', '152115.427000', '152115.430000', '152115.432000', '152115.435000', '152115.438000', '152115.440000', '152115.443000', '152135.332000', '152135.335000', '152135.338000', '152135.340000', '152135.343000', '152135.346000', '152135.348000', '152135.351000', '152135.353000', '152135.356000', '152135.359000', '152135.361000', '152135.364000', '152135.366000', '152135.369000', '152135.371000', '152135.374000', '152135.377000', '152135.379000', '152135.382000', '152135.384000', '152135.387000', '152135.389000', '152135.392000', '152135.394000', '152135.397000', '152135.400000', '152135.402000', '152135.405000', '152135.407000', '152135.410000', '152135.413000', '152135.415000', '152135.418000', '152135.420000', '152135.423000', '152135.425000', '152135.428000', '152135.431000', '152135.433000', '152135.465000', '152135.468000', '152135.471000', '152135.473000', '152155.331000', '152155.334000', '152155.337000', '152155.339000', '152155.342000', '152155.345000', '152155.347000', '152155.350000', '152155.352000', '152155.355000', '152155.357000', '152155.360000', '152155.363000', '152155.365000', '152155.368000', '152155.371000', '152155.373000', '152155.376000', '152155.378000', '152155.381000', '152155.383000', '152155.386000', '152155.389000', '152155.391000', '152155.394000', '152155.396000', '152155.399000', '152155.402000', '152155.404000', '152155.407000', '152155.409000', '152155.412000', '152155.414000', '152155.417000', '152155.420000', '152155.422000', '152155.425000', '152155.427000', '152155.430000', '152155.433000', '152155.435000', '152155.438000', '152155.440000', '152155.443000', '152215.333000', '152215.335000', '152215.338000', '152215.341000', '152215.343000', '152215.346000', '152215.348000', '152215.351000', '152215.354000', '152215.356000', '152215.359000', '152215.362000', '152215.364000', '152215.367000', '152215.369000', '152215.372000', '152215.375000', '152215.377000', '152215.380000', '152215.382000', '152215.385000', '152215.388000', '152215.390000', '152215.393000', '152215.395000', '152215.398000', '152215.401000', '152215.403000', '152215.406000', '152215.408000', '152215.411000', '152215.413000', '152215.416000', '152215.419000', '152215.421000', '152215.424000', '152215.426000', '152215.429000', '152215.432000', '152215.434000', '152215.437000', '152215.439000', '152215.442000', '152235.332000', '152235.335000', '152235.339000', '152235.342000', '152235.344000', '152235.347000', '152235.349000', '152235.352000', '152235.355000', '152235.357000', '152235.360000', '152235.362000', '152235.365000', '152235.368000', '152235.370000', '152235.373000', '152235.376000', '152235.378000', '152235.381000', '152235.383000', '152235.386000', '152235.389000', '152235.392000', '152235.394000', '152235.397000', '152235.399000', '152235.402000', '152235.405000', '152235.407000', '152235.410000', '152235.412000', '152235.415000', '152235.418000', '152235.420000', '152235.423000', '152235.425000', '152235.428000', '152235.431000', '152235.433000', '152235.436000', '152235.438000', '152235.441000', '152235.443000', '152235.446000', '152255.333000', '152255.335000', '152255.338000', '152255.341000', '152255.343000', '152255.346000', '152255.348000', '152255.351000', '152255.353000', '152255.356000', '152255.359000', '152255.361000', '152255.364000', '152255.366000', '152255.369000', '152255.371000', '152255.374000', '152255.377000', '152255.379000', '152255.382000', '152255.384000', '152255.387000', '152255.390000', '152255.392000', '152255.395000', '152255.398000', '152255.400000', '152255.403000', '152255.405000', '152255.408000', '152255.410000', '152255.413000', '152255.416000', '152255.418000', '152255.421000', '152255.424000', '152255.426000', '152255.429000', '152255.431000', '152255.434000', '152255.436000', '152255.439000', '152255.442000', '152315.333000', '152315.336000', '152315.338000', '152315.341000', '152315.343000', '152315.346000', '152315.348000', '152315.351000', '152315.354000', '152315.356000', '152315.359000', '152315.361000', '152315.364000', '152315.367000', '152315.369000', '152315.372000', '152315.375000', '152315.377000', '152315.380000', '152315.382000', '152315.402000', '152315.405000', '152315.408000', '152315.410000', '152315.413000', '152315.416000', '152315.418000', '152315.421000', '152315.423000', '152315.426000', '152315.428000', '152315.431000', '152315.434000', '152315.436000', '152315.439000', '152315.441000', '152315.444000', '152315.447000', '152315.449000', '152315.452000', '152315.454000', '152315.457000', '152315.459000', '152315.462000', '152335.332000', '152335.335000', '152335.338000', '152335.340000', '152335.343000', '152335.346000', '152335.348000', '152335.351000', '152335.353000', '152335.356000', '152335.359000', '152335.361000', '152335.364000', '152335.366000', '152335.369000', '152335.371000', '152335.374000', '152335.377000', '152335.379000', '152335.382000', '152335.385000', '152335.387000', '152335.390000', '152335.392000', '152335.395000', '152335.397000', '152335.400000', '152335.402000', '152335.405000', '152335.408000', '152335.410000', '152335.413000', '152335.415000', '152335.418000', '152335.420000', '152335.423000', '152335.425000', '152335.428000', '152335.431000', '152335.433000', '152335.436000', '152335.438000', '152335.441000', '152355.332000', '152355.335000', '152355.338000', '152355.341000', '152355.344000', '152355.347000', '152355.349000', '152355.352000', '152355.355000', '152355.357000', '152355.360000', '152355.362000', '152355.365000', '152355.368000', '152355.370000', '152355.373000', '152355.376000', '152355.380000', '152355.382000', '152355.385000', '152355.388000', '152355.390000', '152355.393000', '152355.395000', '152355.398000', '152355.401000', '152355.403000', '152355.406000', '152355.408000', '152355.411000', '152355.413000', '152355.416000', '152355.419000', '152355.421000', '152355.424000', '152355.426000', '152355.429000', '152355.432000', '152355.435000', '152355.437000', '152355.440000', '152355.442000', '152355.445000', '152415.331000', '152415.334000', '152415.337000', '152415.340000', '152415.342000', '152415.345000', '152415.347000', '152415.350000', '152415.353000', '152415.355000', '152415.358000', '152415.360000', '152415.364000', '152415.367000', '152415.370000', '152415.372000', '152415.375000', '152415.377000', '152415.380000', '152415.383000', '152415.385000', '152415.388000', '152415.390000', '152415.393000', '152415.396000', '152415.398000', '152415.401000', '152415.403000', '152415.406000', '152415.408000', '152415.411000', '152415.413000', '152415.416000', '152415.419000', '152415.421000', '152415.424000', '152415.426000', '152415.429000', '152415.432000', '152415.434000', '152415.437000', '152415.439000', '152415.442000', '152415.444000', '152435.333000', '152435.336000', '152435.338000', '152435.341000', '152435.343000', '152435.346000', '152435.349000', '152435.351000', '152435.354000', '152435.356000', '152435.359000', '152435.362000', '152435.364000', '152435.367000', '152435.369000', '152435.372000', '152435.374000', '152435.377000', '152435.380000', '152435.382000', '152435.385000', '152435.387000', '152435.390000', '152435.392000', '152435.395000', '152435.397000', '152435.400000', '152435.403000', '152435.405000', '152435.408000', '152435.410000', '152435.440000', '152435.443000', '152435.445000', '152435.448000', '152435.450000', '152435.453000', '152435.456000', '152435.458000', '152435.461000', '152435.463000', '152435.466000', '152435.468000', '152455.333000', '152455.336000', '152455.338000', '152455.341000', '152455.343000', '152455.346000', '152455.349000', '152455.351000', '152455.354000', '152455.356000', '152455.359000', '152455.361000', '152455.364000', '152455.367000', '152455.369000', '152455.372000', '152455.375000', '152455.377000', '152455.380000', '152455.382000', '152455.385000', '152455.388000', '152455.390000', '152455.393000', '152455.395000', '152455.398000', '152455.401000', '152455.403000', '152455.406000', '152455.408000', '152455.411000', '152455.414000', '152455.416000', '152455.419000', '152455.422000', '152455.424000', '152455.427000', '152455.429000', '152455.432000', '152455.434000', '152455.437000', '152455.440000', '152455.442000', '152455.445000', '152458.793000', '152458.796000', '152458.799000', '152458.803000', '152458.805000', '152458.808000', '152458.811000', '152458.813000'], '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': [8074, 7779, 8067, 8589, 8009, 10320, 7631, 8496, 10611, 8325, 10617, 8351, 9435, 8217, 8289, 8083, 8077, 8418, 9311, 8217, 8086, 7878, 7247, 7676, 8902, 7519, 8636, 7531, 7435, 7456, 8401, 7443, 8477, 7592, 8405, 10360, 8365, 10342, 8125, 9594, 7902, 8731, 8025, 7775, 7915, 8598, 7996, 7648, 7614, 8125, 7554, 8456, 11080, 8403, 10497, 8374, 10047, 8061, 9502, 7690, 8095, 7862, 7289, 7626, 7906, 7544, 7587, 7443, 8291, 7254, 8209, 7413, 8301, 9951, 8271, 10770, 8171, 10175, 8007, 9485, 7822, 9235, 8306, 10532, 8445, 10824, 7954, 8230, 7797, 7537, 7919, 7489, 7949, 7569, 7906, 8917, 7372, 7683, 7679, 7237, 7599, 7422, 6982, 7993, 8348, 9829, 7881, 12419, 7917, 12320, 8013, 12353, 8474, 12494, 10625, 10930, 7985, 7659, 7379, 7901, 7207, 7573, 7937, 7324, 7397, 7397, 7503, 7430, 10600, 7222, 9517, 7789, 11030, 7415, 7598, 7492, 7618, 7503, 7594, 7972, 8264, 9135, 7743, 11647, 7861, 7334, 7730, 8004, 9860, 8240, 12488, 8291, 10005, 7661, 7629, 7956, 7748, 7826, 7835, 8614, 7943, 10750, 8025, 8345, 7466, 7209, 7470, 7160, 10454, 7029, 7845, 7890, 7823, 7531, 7732, 7194, 7659, 7577, 7479, 7755, 7345, 9012, 7152, 9157, 7399, 9775, 7513, 10882, 7740, 11730, 7786, 9973, 7315, 9532, 7229, 7676, 7094, 7288, 7018, 7318, 8976, 7599, 10752, 7665, 11203, 7368, 10014, 7618, 10678, 7698, 10969, 7570, 8686, 7200, 7215, 7138, 7361, 8097, 9936, 7680, 10365, 7284, 8749, 7694, 9759, 7812, 7823, 11695, 8358, 10665, 11688, 9502, 13047, 7905, 11462, 7912, 7402, 8137, 7301, 7106, 7788, 9542, 7812, 7337, 7891, 7242, 7060, 7436, 7805, 7243, 9352, 7644, 9130, 7195, 7464, 7252, 7262, 7327, 7391, 7416, 9290, 7676, 10320, 7596, 7289, 7869, 7482, 8035, 11756, 8486, 12599, 9389, 11095, 7759, 9398, 7677, 7466, 7634, 7479, 9554, 7496, 7666, 7916, 7587, 9108, 7460, 8410, 7366, 12329, 8065, 12303, 11039, 10306, 8408, 7573, 7890, 8241, 7509, 8461, 7621, 10059, 7660, 11172, 7953, 8164, 7880, 7407, 8025, 7493, 9320, 7748, 10325, 8026, 7412, 7950, 7337, 8135, 7393, 8749, 8449, 8085, 11472, 7885, 7354, 8040, 7624, 7911, 7693, 7825, 7565, 9891, 7903, 9286, 7978, 7555, 7590, 7886, 7731, 8550, 7666, 12047, 8280, 12242, 9433, 11919, 8544, 7719, 8410, 7467, 8853, 8315, 11092, 8568, 10778, 8883, 7614, 8103, 7819, 7997, 8124, 9252, 8020, 12434, 8493, 12288, 8798, 10456, 8143, 7649, 7477, 7469, 8048, 7562, 8891, 7957, 11034, 7835, 11742, 7510, 10030, 7861, 8342, 7850, 8031, 8092, 7812, 10432, 7555, 8234, 7670, 7704, 7409, 8070, 7865, 10918, 7743, 12344, 8254, 10398, 8876, 7656, 7679, 7458, 9167, 8217, 11069, 7874, 7884, 8219, 7499, 8473, 7581, 10020, 10077, 11124, 7882, 11029, 7437, 7680, 7698, 7465, 8657, 8873, 7626, 7841, 8704, 8140, 10299, 7669, 11908, 11839, 8596, 13399, 7450, 12226, 7802, 10626, 7798, 8304, 7710, 7278, 7375, 7030, 7764, 7455, 7715, 7897, 7353, 7997, 7599, 8033, 8903, 8007, 10532, 8397, 7554, 8274, 7551, 7656, 7596, 8008, 9558, 7403, 9607, 8097, 9722, 8241, 7800, 8081, 7763, 8885, 11094, 8118, 10766, 8169, 10906, 8156, 8158, 8428, 7515, 8146, 8476, 8089, 8585, 8215, 10370, 8116, 10568, 8271, 10295, 8339, 10247, 8757, 10157, 8470, 8378, 8808, 7734, 9476, 8356, 8061, 8541, 7870, 8293, 7796, 8435, 7788, 8429, 7728, 8320, 7710, 8220, 11428, 8156, 9208, 7651, 7027, 7866, 7634, 7905, 7405, 7549, 7840, 8430, 7498, 9986, 7819, 8061, 7887, 8034, 9075, 8062, 9443, 8010, 9394, 7697, 8680, 8286, 7732, 7400, 7686, 8111, 7942, 8468, 8080, 10842, 8088, 8145, 8151, 7723, 8374, 7740, 7533, 7712, 11297, 8383, 9789, 8425, 7576, 7577, 7726, 8061, 8555, 10617, 8233, 11838, 8329, 10597, 8339, 8079, 8202, 7775, 8358, 7617, 8513, 8586, 8413, 8163, 7844, 7775, 8324, 7889, 8036, 11310, 7800, 10953, 7720, 11197, 7738, 12010, 8051, 7622, 7642, 7935, 8069, 8698, 7689, 10593, 7851, 12212, 8951, 11274, 7841, 8817, 7804, 8336, 7930, 7782, 8606, 7933, 8828, 7816, 7917, 8634, 8158, 8817, 12228, 8663, 10936, 8252, 9908, 8235, 11747, 8298, 8252, 8401, 7640, 8250, 7730, 8602, 7676, 8343, 10914, 8589, 12328, 8812, 11076, 8012, 7697, 8058, 7779, 8404, 7872, 9029, 7855, 7568, 7560, 7404, 7652, 7618, 7567, 8972, 7609, 12074, 8447, 9836, 8164, 7749, 7496, 7624, 9705, 7494, 12450, 8967, 9760, 9454, 9107, 7698, 7395, 7435, 7579, 7298, 7926, 9173, 7712, 8016, 7642, 9097, 7624, 10148, 7599, 9749, 8776, 8126, 11560, 8686, 7564, 7389, 7475, 7919, 7442, 8220, 7452, 7915, 8381, 8113, 9009, 7675, 7359, 9517, 7628, 12451, 7681, 10929, 7677, 9460, 7465, 8316, 7976, 7071, 6553, 6920, 7849, 6568, 7721, 9860, 9068, 11112, 7710, 9281, 12669, 8095, 10188, 7929, 8417, 8503, 10271, 7322, 8282, 7671, 8413, 8992, 8444, 7917, 8238, 8185, 8357, 8482, 9934, 8336, 7810, 8423, 7724, 7259, 7851, 7166, 8082, 8744, 8250, 9657, 8110, 7330, 7577, 7480, 7266, 7764, 7830, 8138, 9975, 7979, 10424, 8209, 9119, 8335, 10559, 8325, 11527, 10134, 11826, 8201, 10304, 8149, 7182, 8119, 7262, 8301, 10241, 8180, 11916, 7786, 10503, 7747, 8014, 7675, 7456, 7514, 7319, 7442, 7344, 7428, 7312, 7269, 8064, 7207, 8205, 12302, 8149, 12207, 10420, 12204, 7884, 10909, 7865, 10420, 7843, 8382, 7610, 8252, 7782, 7326, 7405, 6967, 7396, 8191, 7010, 7456, 7096, 7871, 6944, 7729, 6901, 8267, 9514, 8113, 11695, 8046, 11918, 7871, 11200, 7035, 10325, 7920, 9914, 8286, 10935, 8794, 11263, 8773, 10774, 8559, 9885, 8070, 8935, 7999, 8518, 8175, 10034, 8205, 10914, 7926, 9873, 7800, 9336, 8121, 9045, 8122, 10759, 8957, 10871, 7727, 7514, 7598, 7149, 7515, 7231, 7912, 8824, 7754, 9685, 7744, 8846, 7882], 'WindowCenter': [3877.0, 3862.0, 3861.0, 3867.0, 3858.0, 3888.0, 3832.0, 3854.0, 3874.0, 3843.0, 3872.0, 3843.0, 3849.0, 3839.0, 3839.0, 3829.0, 3839.0, 3839.0, 3861.0, 3843.0, 3840.0, 3841.0, 3820.0, 3829.0, 3851.0, 3822.0, 3854.0, 3829.0, 3821.0, 3831.0, 3852.0, 3830.0, 3852.0, 3830.0, 3852.0, 3875.0, 3853.0, 3872.0, 3843.0, 3873.0, 3842.0, 3852.0, 3842.0, 3830.0, 3841.0, 3851.0, 3844.0, 3831.0, 3830.0, 3841.0, 3830.0, 3844.0, 3881.0, 3841.0, 3871.0, 3841.0, 3860.0, 3830.0, 3860.0, 3829.0, 3828.0, 3828.0, 3819.0, 3830.0, 3839.0, 3830.0, 3832.0, 3819.0, 3841.0, 3818.0, 3840.0, 3819.0, 3840.0, 3871.0, 3842.0, 3881.0, 3841.0, 3871.0, 3843.0, 3863.0, 3830.0, 3848.0, 3838.0, 3871.0, 3839.0, 3869.0, 3828.0, 3838.0, 3827.0, 3828.0, 3827.0, 3820.0, 3830.0, 3828.0, 3840.0, 3850.0, 3833.0, 3831.0, 3834.0, 3830.0, 3842.0, 3834.0, 3821.0, 3855.0, 3854.0, 3875.0, 3844.0, 3906.0, 3842.0, 3893.0, 3830.0, 3883.0, 3828.0, 3879.0, 3859.0, 3858.0, 3815.0, 3814.0, 3804.0, 3826.0, 3816.0, 3832.0, 3841.0, 3830.0, 3832.0, 3832.0, 3831.0, 3833.0, 3898.0, 3834.0, 3875.0, 3832.0, 3882.0, 3837.0, 3844.0, 3830.0, 3830.0, 3820.0, 3830.0, 3842.0, 3842.0, 3863.0, 3832.0, 3884.0, 3831.0, 3819.0, 3829.0, 3843.0, 3864.0, 3845.0, 3893.0, 3840.0, 3860.0, 3820.0, 3818.0, 3828.0, 3831.0, 3829.0, 3830.0, 3839.0, 3830.0, 3870.0, 3830.0, 3839.0, 3822.0, 3834.0, 3833.0, 3823.0, 3884.0, 3809.0, 3829.0, 3830.0, 3829.0, 3833.0, 3829.0, 3807.0, 3818.0, 3830.0, 3818.0, 3831.0, 3850.0, 3879.0, 3823.0, 3863.0, 3834.0, 3860.0, 3820.0, 3869.0, 3832.0, 3895.0, 3847.0, 3874.0, 3823.0, 3861.0, 3820.0, 3829.0, 3819.0, 3831.0, 3822.0, 3835.0, 3866.0, 3847.0, 3897.0, 3846.0, 3901.0, 3823.0, 3860.0, 3818.0, 3860.0, 3821.0, 3869.0, 3829.0, 3839.0, 3819.0, 3831.0, 3819.0, 3847.0, 3882.0, 3901.0, 3843.0, 3887.0, 3835.0, 3851.0, 3844.0, 3874.0, 3842.0, 3832.0, 3893.0, 3843.0, 3884.0, 3895.0, 3863.0, 3895.0, 3828.0, 3868.0, 3827.0, 3805.0, 3827.0, 3816.0, 3809.0, 3829.0, 3859.0, 3829.0, 3819.0, 3841.0, 3818.0, 3818.0, 3829.0, 3830.0, 3821.0, 3865.0, 3830.0, 3862.0, 3808.0, 3819.0, 3831.0, 3821.0, 3819.0, 3831.0, 3846.0, 3874.0, 3844.0, 3874.0, 3843.0, 3833.0, 3841.0, 3819.0, 3845.0, 3892.0, 3853.0, 3891.0, 3849.0, 3867.0, 3817.0, 3846.0, 3817.0, 3816.0, 3829.0, 3831.0, 3888.0, 3848.0, 3844.0, 3841.0, 3830.0, 3850.0, 3830.0, 3851.0, 3830.0, 3890.0, 3839.0, 3897.0, 3882.0, 3858.0, 3838.0, 3815.0, 3825.0, 3838.0, 3818.0, 3839.0, 3831.0, 3860.0, 3830.0, 3879.0, 3839.0, 3839.0, 3828.0, 3816.0, 3828.0, 3819.0, 3859.0, 3831.0, 3871.0, 3840.0, 3829.0, 3839.0, 3829.0, 3839.0, 3818.0, 3851.0, 3843.0, 3842.0, 3893.0, 3826.0, 3815.0, 3827.0, 3828.0, 3838.0, 3857.0, 3844.0, 3844.0, 3884.0, 3854.0, 3873.0, 3842.0, 3841.0, 3842.0, 3855.0, 3842.0, 3852.0, 3843.0, 3906.0, 3852.0, 3893.0, 3862.0, 3880.0, 3838.0, 3828.0, 3839.0, 3818.0, 3848.0, 3840.0, 3880.0, 3851.0, 3882.0, 3849.0, 3828.0, 3827.0, 3827.0, 3826.0, 3829.0, 3849.0, 3839.0, 3890.0, 3840.0, 3879.0, 3838.0, 3867.0, 3825.0, 3814.0, 3816.0, 3817.0, 3827.0, 3829.0, 3860.0, 3840.0, 3882.0, 3829.0, 3881.0, 3817.0, 3856.0, 3827.0, 3836.0, 3828.0, 3828.0, 3839.0, 3828.0, 3870.0, 3832.0, 3840.0, 3833.0, 3828.0, 3830.0, 3843.0, 3843.0, 3883.0, 3841.0, 3893.0, 3841.0, 3874.0, 3850.0, 3828.0, 3827.0, 3833.0, 3861.0, 3857.0, 3881.0, 3841.0, 3840.0, 3844.0, 3819.0, 3839.0, 3827.0, 3860.0, 3859.0, 3880.0, 3827.0, 3868.0, 3817.0, 3828.0, 3828.0, 3833.0, 3852.0, 3864.0, 3843.0, 3854.0, 3865.0, 3853.0, 3885.0, 3829.0, 3894.0, 3892.0, 3841.0, 3889.0, 3818.0, 3880.0, 3827.0, 3859.0, 3817.0, 3840.0, 3817.0, 3814.0, 3817.0, 3820.0, 3842.0, 3836.0, 3844.0, 3856.0, 3832.0, 3854.0, 3843.0, 3842.0, 3852.0, 3841.0, 3872.0, 3842.0, 3830.0, 3841.0, 3830.0, 3832.0, 3830.0, 3843.0, 3875.0, 3834.0, 3875.0, 3855.0, 3876.0, 3854.0, 3831.0, 3841.0, 3829.0, 3863.0, 3882.0, 3840.0, 3872.0, 3840.0, 3869.0, 3828.0, 3826.0, 3840.0, 3816.0, 3837.0, 3850.0, 3840.0, 3851.0, 3854.0, 3884.0, 3840.0, 3876.0, 3838.0, 3858.0, 3827.0, 3856.0, 3836.0, 3856.0, 3825.0, 3829.0, 3835.0, 3814.0, 3846.0, 3825.0, 3823.0, 3835.0, 3826.0, 3836.0, 3815.0, 3837.0, 3826.0, 3838.0, 3826.0, 3838.0, 3826.0, 3837.0, 3876.0, 3827.0, 3861.0, 3843.0, 3818.0, 3845.0, 3840.0, 3839.0, 3832.0, 3841.0, 3853.0, 3853.0, 3831.0, 3873.0, 3830.0, 3842.0, 3828.0, 3839.0, 3850.0, 3855.0, 3846.0, 3826.0, 3847.0, 3828.0, 3849.0, 3868.0, 3841.0, 3830.0, 3841.0, 3839.0, 3842.0, 3853.0, 3844.0, 3883.0, 3843.0, 3841.0, 3844.0, 3829.0, 3849.0, 3829.0, 3830.0, 3831.0, 3882.0, 3845.0, 3872.0, 3840.0, 3830.0, 3829.0, 3831.0, 3839.0, 3852.0, 3872.0, 3852.0, 3896.0, 3841.0, 3869.0, 3840.0, 3839.0, 3839.0, 3828.0, 3850.0, 3841.0, 3852.0, 3864.0, 3854.0, 3853.0, 3843.0, 3831.0, 3852.0, 3842.0, 3855.0, 3885.0, 3833.0, 3883.0, 3832.0, 3881.0, 3831.0, 3906.0, 3854.0, 3831.0, 3830.0, 3844.0, 3839.0, 3852.0, 3831.0, 3884.0, 3842.0, 3895.0, 3851.0, 3883.0, 3829.0, 3837.0, 3815.0, 3826.0, 3826.0, 3801.0, 3835.0, 3825.0, 3847.0, 3817.0, 3838.0, 3849.0, 3827.0, 3852.0, 3890.0, 3837.0, 3868.0, 3827.0, 3858.0, 3830.0, 3878.0, 3838.0, 3835.0, 3837.0, 3827.0, 3839.0, 3828.0, 3851.0, 3832.0, 3841.0, 3881.0, 3839.0, 3891.0, 3849.0, 3869.0, 3827.0, 3815.0, 3827.0, 3827.0, 3851.0, 3841.0, 3861.0, 3840.0, 3842.0, 3841.0, 3831.0, 3831.0, 3830.0, 3831.0, 3865.0, 3843.0, 3892.0, 3841.0, 3873.0, 3852.0, 3830.0, 3820.0, 3829.0, 3860.0, 3820.0, 3903.0, 3855.0, 3861.0, 3849.0, 3848.0, 3828.0, 3817.0, 3817.0, 3828.0, 3819.0, 3839.0, 3861.0, 3831.0, 3841.0, 3842.0, 3852.0, 3831.0, 3873.0, 3829.0, 3860.0, 3840.0, 3829.0, 3880.0, 3837.0, 3817.0, 3817.0, 3818.0, 3826.0, 3830.0, 3841.0, 3832.0, 3842.0, 3853.0, 3842.0, 3862.0, 3832.0, 3831.0, 3861.0, 3828.0, 3890.0, 3830.0, 3870.0, 3827.0, 3848.0, 3817.0, 3839.0, 3854.0, 3834.0, 3825.0, 3847.0, 3856.0, 3838.0, 3857.0, 3900.0, 3880.0, 3911.0, 3847.0, 3878.0, 3907.0, 3846.0, 3872.0, 3844.0, 3840.0, 3843.0, 3871.0, 3820.0, 3840.0, 3829.0, 3840.0, 3849.0, 3842.0, 3827.0, 3831.0, 3827.0, 3828.0, 3838.0, 3858.0, 3830.0, 3817.0, 3838.0, 3827.0, 3817.0, 3840.0, 3822.0, 3843.0, 3853.0, 3854.0, 3873.0, 3845.0, 3832.0, 3844.0, 3835.0, 3832.0, 3843.0, 3844.0, 3845.0, 3875.0, 3856.0, 3886.0, 3857.0, 3866.0, 3854.0, 3884.0, 3855.0, 3898.0, 3875.0, 3895.0, 3846.0, 3872.0, 3841.0, 3820.0, 3843.0, 3831.0, 3855.0, 3876.0, 3854.0, 3894.0, 3833.0, 3873.0, 3831.0, 3841.0, 3830.0, 3820.0, 3824.0, 3831.0, 3832.0, 3833.0, 3834.0, 3833.0, 3834.0, 3843.0, 3833.0, 3854.0, 3896.0, 3844.0, 3897.0, 3877.0, 3896.0, 3842.0, 3882.0, 3830.0, 3870.0, 3830.0, 3841.0, 3830.0, 3840.0, 3831.0, 3821.0, 3832.0, 3822.0, 3831.0, 3852.0, 3822.0, 3834.0, 3822.0, 3844.0, 3822.0, 3844.0, 3824.0, 3869.0, 3879.0, 3858.0, 3894.0, 3846.0, 3907.0, 3857.0, 3894.0, 3834.0, 3872.0, 3845.0, 3875.0, 3856.0, 3896.0, 3869.0, 3896.0, 3868.0, 3897.0, 3866.0, 3876.0, 3843.0, 3864.0, 3842.0, 3853.0, 3855.0, 3875.0, 3855.0, 3901.0, 3845.0, 3876.0, 3842.0, 3863.0, 3846.0, 3866.0, 3845.0, 3887.0, 3856.0, 3901.0, 3833.0, 3832.0, 3830.0, 3820.0, 3822.0, 3834.0, 3841.0, 3866.0, 3846.0, 3875.0, 3847.0, 3868.0, 3844.0], 'WindowWidth': [8717.0, 8683.0, 8679.0, 8679.0, 8665.0, 8704.0, 8621.0, 8653.0, 8676.0, 8634.0, 8671.0, 8633.0, 8636.0, 8624.0, 8622.0, 8611.0, 8623.0, 8624.0, 8654.0, 8633.0, 8625.0, 8629.0, 8598.0, 8611.0, 8642.0, 8604.0, 8648.0, 8610.0, 8602.0, 8615.0, 8645.0, 8613.0, 8646.0, 8614.0, 8646.0, 8677.0, 8647.0, 8671.0, 8634.0, 8674.0, 8632.0, 8642.0, 8630.0, 8613.0, 8628.0, 8641.0, 8635.0, 8616.0, 8614.0, 8630.0, 8612.0, 8636.0, 8679.0, 8628.0, 8666.0, 8629.0, 8651.0, 8612.0, 8651.0, 8609.0, 8607.0, 8606.0, 8595.0, 8612.0, 8624.0, 8611.0, 8616.0, 8596.0, 8628.0, 8596.0, 8626.0, 8595.0, 8626.0, 8666.0, 8631.0, 8679.0, 8629.0, 8668.0, 8632.0, 8658.0, 8611.0, 8632.0, 8621.0, 8665.0, 8622.0, 8660.0, 8607.0, 8618.0, 8605.0, 8606.0, 8605.0, 8598.0, 8611.0, 8608.0, 8626.0, 8640.0, 8620.0, 8616.0, 8621.0, 8614.0, 8634.0, 8625.0, 8607.0, 8658.0, 8653.0, 8681.0, 8637.0, 8720.0, 8631.0, 8696.0, 8611.0, 8681.0, 8606.0, 8674.0, 8646.0, 8642.0, 8583.0, 8581.0, 8567.0, 8600.0, 8587.0, 8614.0, 8628.0, 8614.0, 8619.0, 8619.0, 8616.0, 8622.0, 8714.0, 8625.0, 8677.0, 8619.0, 8683.0, 8632.0, 8636.0, 8613.0, 8611.0, 8598.0, 8612.0, 8632.0, 8630.0, 8658.0, 8617.0, 8687.0, 8614.0, 8593.0, 8609.0, 8635.0, 8660.0, 8633.0, 8696.0, 8623.0, 8647.0, 8595.0, 8591.0, 8605.0, 8612.0, 8608.0, 8610.0, 8620.0, 8610.0, 8664.0, 8610.0, 8621.0, 8604.0, 8626.0, 8621.0, 8608.0, 8689.0, 8582.0, 8610.0, 8609.0, 8609.0, 8615.0, 8607.0, 8576.0, 8592.0, 8611.0, 8593.0, 8617.0, 8652.0, 8692.0, 8610.0, 8662.0, 8626.0, 8650.0, 8597.0, 8662.0, 8616.0, 8703.0, 8646.0, 8675.0, 8605.0, 8651.0, 8598.0, 8608.0, 8597.0, 8617.0, 8607.0, 8630.0, 8670.0, 8647.0, 8711.0, 8645.0, 8721.0, 8607.0, 8647.0, 8591.0, 8648.0, 8598.0, 8659.0, 8607.0, 8621.0, 8597.0, 8617.0, 8599.0, 8650.0, 8707.0, 8728.0, 8635.0, 8699.0, 8626.0, 8642.0, 8638.0, 8676.0, 8633.0, 8619.0, 8698.0, 8634.0, 8687.0, 8705.0, 8657.0, 8701.0, 8604.0, 8655.0, 8602.0, 8570.0, 8600.0, 8585.0, 8580.0, 8608.0, 8646.0, 8608.0, 8597.0, 8627.0, 8594.0, 8594.0, 8612.0, 8612.0, 8601.0, 8665.0, 8612.0, 8656.0, 8580.0, 8596.0, 8614.0, 8598.0, 8598.0, 8618.0, 8645.0, 8680.0, 8639.0, 8675.0, 8636.0, 8621.0, 8629.0, 8597.0, 8639.0, 8695.0, 8647.0, 8694.0, 8634.0, 8653.0, 8588.0, 8624.0, 8590.0, 8588.0, 8611.0, 8614.0, 8707.0, 8655.0, 8641.0, 8632.0, 8613.0, 8640.0, 8614.0, 8642.0, 8615.0, 8691.0, 8623.0, 8705.0, 8684.0, 8646.0, 8618.0, 8584.0, 8595.0, 8617.0, 8592.0, 8625.0, 8612.0, 8651.0, 8611.0, 8674.0, 8623.0, 8620.0, 8606.0, 8589.0, 8607.0, 8596.0, 8649.0, 8615.0, 8668.0, 8628.0, 8611.0, 8624.0, 8612.0, 8624.0, 8596.0, 8643.0, 8632.0, 8630.0, 8698.0, 8599.0, 8583.0, 8602.0, 8606.0, 8622.0, 8665.0, 8641.0, 8641.0, 8692.0, 8655.0, 8677.0, 8633.0, 8631.0, 8636.0, 8653.0, 8633.0, 8648.0, 8635.0, 8722.0, 8646.0, 8701.0, 8657.0, 8677.0, 8620.0, 8605.0, 8622.0, 8593.0, 8631.0, 8625.0, 8677.0, 8641.0, 8680.0, 8635.0, 8608.0, 8605.0, 8605.0, 8600.0, 8609.0, 8635.0, 8624.0, 8690.0, 8625.0, 8676.0, 8618.0, 8654.0, 8595.0, 8582.0, 8588.0, 8591.0, 8604.0, 8611.0, 8652.0, 8628.0, 8683.0, 8611.0, 8680.0, 8592.0, 8640.0, 8604.0, 8614.0, 8606.0, 8605.0, 8622.0, 8607.0, 8666.0, 8617.0, 8625.0, 8620.0, 8608.0, 8612.0, 8632.0, 8636.0, 8685.0, 8632.0, 8698.0, 8629.0, 8673.0, 8640.0, 8606.0, 8606.0, 8620.0, 8655.0, 8657.0, 8682.0, 8629.0, 8627.0, 8635.0, 8597.0, 8624.0, 8604.0, 8650.0, 8646.0, 8676.0, 8603.0, 8658.0, 8591.0, 8608.0, 8609.0, 8624.0, 8645.0, 8664.0, 8637.0, 8652.0, 8669.0, 8649.0, 8694.0, 8610.0, 8707.0, 8695.0, 8626.0, 8688.0, 8592.0, 8674.0, 8603.0, 8645.0, 8590.0, 8621.0, 8589.0, 8584.0, 8590.0, 8600.0, 8633.0, 8632.0, 8641.0, 8659.0, 8623.0, 8652.0, 8636.0, 8634.0, 8643.0, 8629.0, 8671.0, 8631.0, 8612.0, 8628.0, 8613.0, 8618.0, 8615.0, 8635.0, 8680.0, 8625.0, 8682.0, 8656.0, 8684.0, 8650.0, 8617.0, 8629.0, 8610.0, 8660.0, 8684.0, 8625.0, 8670.0, 8627.0, 8661.0, 8606.0, 8601.0, 8621.0, 8587.0, 8619.0, 8641.0, 8626.0, 8643.0, 8650.0, 8690.0, 8626.0, 8679.0, 8620.0, 8644.0, 8601.0, 8636.0, 8612.0, 8637.0, 8598.0, 8604.0, 8611.0, 8582.0, 8624.0, 8595.0, 8592.0, 8611.0, 8597.0, 8612.0, 8585.0, 8618.0, 8602.0, 8619.0, 8602.0, 8619.0, 8601.0, 8617.0, 8666.0, 8604.0, 8653.0, 8635.0, 8594.0, 8636.0, 8629.0, 8625.0, 8620.0, 8633.0, 8652.0, 8649.0, 8619.0, 8675.0, 8611.0, 8631.0, 8607.0, 8624.0, 8638.0, 8656.0, 8624.0, 8601.0, 8627.0, 8606.0, 8637.0, 8682.0, 8632.0, 8616.0, 8631.0, 8626.0, 8633.0, 8648.0, 8637.0, 8687.0, 8634.0, 8626.0, 8633.0, 8610.0, 8637.0, 8612.0, 8613.0, 8616.0, 8682.0, 8637.0, 8669.0, 8627.0, 8612.0, 8611.0, 8616.0, 8624.0, 8645.0, 8670.0, 8645.0, 8704.0, 8627.0, 8662.0, 8625.0, 8622.0, 8622.0, 8607.0, 8640.0, 8631.0, 8645.0, 8664.0, 8652.0, 8648.0, 8637.0, 8616.0, 8647.0, 8635.0, 8656.0, 8691.0, 8621.0, 8686.0, 8616.0, 8679.0, 8616.0, 8722.0, 8653.0, 8615.0, 8612.0, 8633.0, 8624.0, 8644.0, 8617.0, 8691.0, 8632.0, 8705.0, 8641.0, 8684.0, 8606.0, 8612.0, 8583.0, 8599.0, 8598.0, 8557.0, 8610.0, 8596.0, 8629.0, 8590.0, 8622.0, 8636.0, 8603.0, 8642.0, 8689.0, 8617.0, 8657.0, 8603.0, 8642.0, 8608.0, 8668.0, 8618.0, 8612.0, 8618.0, 8605.0, 8624.0, 8610.0, 8643.0, 8617.0, 8630.0, 8681.0, 8624.0, 8691.0, 8634.0, 8658.0, 8604.0, 8586.0, 8604.0, 8603.0, 8645.0, 8629.0, 8656.0, 8628.0, 8632.0, 8630.0, 8615.0, 8615.0, 8614.0, 8617.0, 8662.0, 8634.0, 8699.0, 8630.0, 8674.0, 8645.0, 8613.0, 8600.0, 8610.0, 8651.0, 8599.0, 8713.0, 8648.0, 8653.0, 8632.0, 8633.0, 8605.0, 8589.0, 8589.0, 8605.0, 8597.0, 8624.0, 8657.0, 8616.0, 8631.0, 8633.0, 8643.0, 8617.0, 8672.0, 8610.0, 8653.0, 8623.0, 8610.0, 8675.0, 8617.0, 8589.0, 8589.0, 8593.0, 8603.0, 8612.0, 8627.0, 8621.0, 8631.0, 8649.0, 8631.0, 8659.0, 8617.0, 8616.0, 8651.0, 8608.0, 8690.0, 8611.0, 8662.0, 8604.0, 8630.0, 8591.0, 8621.0, 8652.0, 8629.0, 8618.0, 8651.0, 8659.0, 8642.0, 8664.0, 8724.0, 8697.0, 8740.0, 8649.0, 8690.0, 8724.0, 8640.0, 8668.0, 8634.0, 8624.0, 8629.0, 8665.0, 8597.0, 8625.0, 8610.0, 8624.0, 8633.0, 8628.0, 8603.0, 8611.0, 8603.0, 8604.0, 8617.0, 8643.0, 8609.0, 8588.0, 8618.0, 8604.0, 8592.0, 8625.0, 8604.0, 8634.0, 8648.0, 8651.0, 8674.0, 8639.0, 8620.0, 8638.0, 8625.0, 8620.0, 8636.0, 8637.0, 8643.0, 8681.0, 8657.0, 8696.0, 8660.0, 8667.0, 8652.0, 8688.0, 8653.0, 8711.0, 8679.0, 8704.0, 8640.0, 8670.0, 8629.0, 8600.0, 8632.0, 8615.0, 8654.0, 8679.0, 8651.0, 8703.0, 8620.0, 8673.0, 8615.0, 8627.0, 8612.0, 8601.0, 8608.0, 8617.0, 8617.0, 8622.0, 8624.0, 8624.0, 8624.0, 8637.0, 8621.0, 8651.0, 8706.0, 8638.0, 8708.0, 8681.0, 8705.0, 8629.0, 8681.0, 8612.0, 8663.0, 8610.0, 8626.0, 8612.0, 8625.0, 8614.0, 8600.0, 8619.0, 8604.0, 8616.0, 8644.0, 8604.0, 8624.0, 8605.0, 8638.0, 8605.0, 8637.0, 8611.0, 8682.0, 8690.0, 8661.0, 8703.0, 8642.0, 8727.0, 8662.0, 8704.0, 8627.0, 8673.0, 8639.0, 8682.0, 8656.0, 8709.0, 8677.0, 8710.0, 8674.0, 8713.0, 8672.0, 8683.0, 8637.0, 8663.0, 8634.0, 8648.0, 8654.0, 8679.0, 8655.0, 8720.0, 8640.0, 8679.0, 8633.0, 8660.0, 8642.0, 8667.0, 8637.0, 8696.0, 8653.0, 8720.0, 8622.0, 8619.0, 8612.0, 8601.0, 8603.0, 8621.0, 8630.0, 8667.0, 8641.0, 8679.0, 8645.0, 8673.0, 8636.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.008889700115340255</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.043230366089965395</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.05108843433027</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2028599927598165</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1346835032563511</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4856</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2963.3076</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12358960967339482</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.841983852364475</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.56657323672697</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5365208486155395</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7415655709996196</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4216332905657505</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00403088</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011239329352974892</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02435559220612049</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</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.6700377288509363</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>28.4005</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.4419</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.7364</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301567.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>819.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.7846</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8373</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.0387</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3053.4812</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3229.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74977.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>915.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4074.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.8216</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.746618630364537</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> |