=== 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-0051 --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-0051",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0051_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0051_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-03/func/sub-0051_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>84f56f0c3e67b50283c08dc3a33bfffd</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>13:37:14.912500</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.999029, 0.0372372, 0.0235633, -0.0420464, 0.965547, 0.25681]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.101901</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4137, -7804, -7254, 618, -102, -145, 36, 104]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>252.789</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>249f6fec-da5b-4784-8a59-8272137c465c||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.6803207397460938, -0.11280731111764908, 0.03560922294855118, 116.3833999633789], [-0.0999046042561531, 2.590491771697998, 0.695387601852417, -98.19359588623047], [0.0632186010479927, -0.6890016198158264, 2.6086716651916504, -36.97489547729492], [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': ['133714.912500', '133715.372500', '133715.832500', '133716.292500', '133716.752500', '133717.212500', '133717.672500', '133718.132500', '133718.592500', '133719.052500', '133719.512500', '133719.972500', '133720.432500', '133720.892500', '133721.352500', '133721.812500', '133722.272500', '133722.732500', '133723.192500', '133723.652500', '133724.112500', '133724.572500', '133725.032500', '133725.492500', '133725.952500', '133726.412500', '133726.872500', '133727.332500', '133727.792500', '133728.252500', '133728.712500', '133729.172500', '133729.632500', '133730.092500', '133730.552500', '133731.012500', '133731.472500', '133731.932500', '133732.392500', '133732.852500', '133733.312500', '133733.772500', '133734.232500', '133734.692500', '133735.152500', '133735.612500', '133736.072500', '133736.532500', '133736.992500', '133737.452500', '133737.912500', '133738.372500', '133738.832500', '133739.292500', '133739.752500', '133740.212500', '133740.672500', '133741.132500', '133741.592500', '133742.052500', '133742.512500', '133742.972500', '133743.432500', '133743.892500', '133744.352500', '133744.812500', '133745.272500', '133745.732500', '133746.192500', '133746.652500', '133747.112500', '133747.572500', '133748.032500', '133748.492500', '133748.952500', '133749.412500', '133749.872500', '133750.332500', '133750.792500', '133751.252500', '133751.712500', '133752.172500', '133752.632500', '133753.092500', '133753.552500', '133754.012500', '133754.472500', '133754.932500', '133755.392500', '133755.852500', '133756.312500', '133756.772500', '133757.232500', '133757.692500', '133758.152500', '133758.612500', '133759.072500', '133759.532500', '133759.992500', '133800.452500', '133800.912500', '133801.372500', '133801.832500', '133802.292500', '133802.752500', '133803.212500', '133803.672500', '133804.132500', '133804.592500', '133805.052500', '133805.512500', '133805.972500', '133806.432500', '133806.892500', '133807.352500', '133807.812500', '133808.272500', '133808.732500', '133809.192500', '133809.652500', '133810.112500', '133810.572500', '133811.032500', '133811.492500', '133811.952500', '133812.412500', '133812.872500', '133813.332500', '133813.792500', '133814.252500', '133814.712500', '133815.172500', '133815.632500', '133816.092500', '133816.552500', '133817.012500', '133817.472500', '133817.932500', '133818.392500', '133818.852500', '133819.312500', '133819.772500', '133820.232500', '133820.692500', '133821.152500', '133821.612500', '133822.072500', '133822.532500', '133822.992500', '133823.452500', '133823.912500', '133824.372500', '133824.832500', '133825.292500', '133825.752500', '133826.212500', '133826.672500', '133827.132500', '133827.592500', '133828.052500', '133828.512500', '133828.972500', '133829.432500', '133829.892500', '133830.352500', '133830.812500', '133831.272500', '133831.732500', '133832.192500', '133832.652500', '133833.112500', '133833.572500', '133834.032500', '133834.492500', '133834.952500', '133835.412500', '133835.872500', '133836.332500', '133836.792500', '133837.252500', '133837.712500', '133838.172500', '133838.632500', '133839.092500', '133839.552500', '133840.012500', '133840.472500', '133840.932500', '133841.392500', '133841.852500', '133842.312500', '133842.772500', '133843.232500', '133843.692500', '133844.152500', '133844.612500', '133845.072500', '133845.532500', '133845.992500', '133846.452500', '133846.912500', '133847.372500', '133847.832500', '133848.292500', '133848.752500', '133849.212500', '133849.672500', '133850.132500', '133850.592500', '133851.052500', '133851.512500', '133851.972500', '133852.432500', '133852.892500', '133853.352500', '133853.812500', '133854.272500', '133854.732500', '133855.192500', '133855.652500', '133856.112500', '133856.572500', '133857.032500', '133857.492500', '133857.952500', '133858.412500', '133858.872500', '133859.332500', '133859.792500', '133900.252500', '133900.712500', '133901.172500', '133901.632500', '133902.092500', '133902.552500', '133903.012500', '133903.472500', '133903.932500', '133904.392500', '133904.852500', '133905.312500', '133905.772500', '133906.232500', '133906.692500', '133907.152500', '133907.612500', '133908.072500', '133908.532500', '133908.992500', '133909.452500', '133909.912500', '133910.372500', '133910.832500', '133911.292500', '133911.752500', '133912.212500', '133912.672500', '133913.132500', '133913.592500', '133914.052500', '133914.512500', '133914.972500', '133915.432500', '133915.892500', '133916.352500', '133916.812500', '133917.272500', '133917.732500', '133918.192500', '133918.652500', '133919.112500', '133919.572500', '133920.032500', '133920.492500', '133920.952500', '133921.412500', '133921.872500', '133922.332500', '133922.792500', '133923.252500', '133923.712500', '133924.172500', '133924.632500', '133925.092500', '133925.552500', '133926.012500', '133926.472500', '133926.932500', '133927.392500', '133927.852500', '133928.312500', '133928.772500', '133929.232500', '133929.692500', '133930.152500', '133930.612500', '133931.072500', '133931.532500', '133931.992500', '133932.452500', '133932.912500', '133933.372500', '133933.832500', '133934.292500', '133934.752500', '133935.212500', '133935.672500', '133936.132500', '133936.592500', '133937.052500', '133937.512500', '133937.972500', '133938.432500', '133938.892500', '133939.352500', '133939.812500', '133940.272500', '133940.732500', '133941.192500', '133941.652500', '133942.112500', '133942.572500', '133943.032500', '133943.492500', '133943.952500', '133944.412500', '133944.872500', '133945.332500', '133945.792500', '133946.252500', '133946.712500', '133947.172500', '133947.632500', '133948.092500', '133948.552500', '133949.012500', '133949.472500', '133949.932500', '133950.392500', '133950.852500', '133951.312500', '133951.772500', '133952.232500', '133952.692500', '133953.152500', '133953.612500', '133954.072500', '133954.532500', '133954.992500', '133955.452500', '133955.912500', '133956.372500', '133956.832500', '133957.292500', '133957.752500', '133958.212500', '133958.672500', '133959.132500', '133959.592500', '134000.052500', '134000.512500', '134000.972500', '134001.432500', '134001.892500', '134002.352500', '134002.812500', '134003.272500', '134003.732500', '134004.192500', '134004.652500', '134005.112500', '134005.572500', '134006.032500', '134006.492500', '134006.952500', '134007.412500', '134007.872500', '134008.332500', '134008.792500', '134009.252500', '134009.712500', '134010.172500', '134010.632500', '134011.092500', '134011.552500', '134012.012500', '134012.472500', '134012.932500', '134013.392500', '134013.852500', '134014.312500', '134014.772500', '134015.232500', '134015.692500', '134016.152500', '134016.612500', '134017.072500', '134017.532500', '134017.992500', '134018.452500', '134018.912500', '134019.372500', '134019.832500', '134020.292500', '134020.752500', '134021.212500', '134021.672500', '134022.132500', '134022.592500', '134023.052500', '134023.512500', '134023.972500', '134024.432500', '134024.892500', '134025.352500', '134025.812500', '134026.272500', '134026.732500', '134027.192500', '134027.652500', '134028.112500', '134028.572500', '134029.032500', '134029.492500', '134029.952500', '134030.412500', '134030.872500', '134031.332500', '134031.792500', '134032.252500', '134032.712500', '134033.172500', '134033.632500', '134034.092500', '134034.552500', '134035.012500', '134035.472500', '134035.932500', '134036.392500', '134036.852500', '134037.312500', '134037.772500', '134038.232500', '134038.692500', '134039.152500', '134039.612500', '134040.072500', '134040.532500', '134040.992500', '134041.452500', '134041.912500', '134042.372500', '134042.832500', '134043.292500', '134043.752500', '134044.212500', '134044.672500', '134045.132500', '134045.592500', '134046.052500', '134046.512500', '134046.972500', '134047.432500', '134047.892500', '134048.352500', '134048.812500', '134049.272500', '134049.732500', '134050.192500', '134050.652500', '134051.112500', '134051.572500', '134052.032500', '134052.492500', '134052.952500', '134053.412500', '134053.872500', '134054.332500', '134054.792500', '134055.252500', '134055.712500', '134056.172500', '134056.632500', '134057.092500', '134057.552500', '134058.012500', '134058.472500', '134058.932500', '134059.392500', '134059.852500', '134100.312500', '134100.772500', '134101.232500', '134101.692500', '134102.152500', '134102.612500', '134103.072500', '134103.532500', '134103.992500', '134104.452500', '134104.912500', '134105.372500', '134105.832500', '134106.292500', '134106.752500', '134107.212500', '134107.672500', '134108.132500', '134108.592500', '134109.052500', '134109.512500', '134109.972500', '134110.432500', '134110.892500', '134111.352500', '134111.812500', '134112.272500', '134112.732500', '134113.192500', '134113.652500', '134114.112500', '134114.572500', '134115.032500', '134115.492500', '134115.952500', '134116.412500', '134116.872500', '134117.332500', '134117.792500', '134118.252500', '134118.712500', '134119.172500', '134119.632500', '134120.092500', '134120.552500', '134121.012500', '134121.472500', '134121.932500', '134122.392500', '134122.852500', '134123.312500', '134123.772500', '134124.232500', '134124.692500', '134125.152500', '134125.612500', '134126.072500', '134126.532500', '134126.992500', '134127.452500', '134127.912500', '134128.372500', '134128.832500', '134129.292500', '134129.752500', '134130.212500', '134130.672500', '134131.132500', '134131.592500', '134132.052500', '134132.512500', '134132.972500', '134133.432500', '134133.892500', '134134.352500', '134134.812500', '134135.272500', '134135.732500', '134136.192500', '134136.652500', '134137.112500', '134137.572500', '134138.032500', '134138.492500', '134138.952500', '134139.412500', '134139.872500', '134140.332500', '134140.792500', '134141.252500', '134141.712500', '134142.172500', '134142.632500', '134143.092500', '134143.552500', '134144.012500', '134144.472500', '134144.932500', '134145.392500', '134145.852500', '134146.312500', '134146.772500', '134147.232500', '134147.692500', '134148.152500', '134148.612500', '134149.072500', '134149.532500', '134149.992500', '134150.452500', '134150.912500', '134151.372500', '134151.832500', '134152.292500', '134152.752500', '134153.212500', '134153.672500', '134154.132500', '134154.592500', '134155.052500', '134155.512500', '134155.972500', '134156.432500', '134156.892500', '134157.352500', '134157.812500', '134158.272500', '134158.732500', '134159.192500', '134159.652500', '134200.112500', '134200.572500', '134201.032500', '134201.492500', '134201.952500', '134202.412500', '134202.872500', '134203.332500', '134203.792500', '134204.252500', '134204.712500', '134205.172500', '134205.632500', '134206.092500', '134206.552500', '134207.012500', '134207.472500', '134207.932500', '134208.392500', '134208.852500', '134209.312500', '134209.772500', '134210.232500', '134210.692500', '134211.152500', '134211.612500', '134212.072500', '134212.532500', '134212.992500', '134213.452500', '134213.912500', '134214.372500', '134214.832500', '134215.292500', '134215.752500', '134216.212500', '134216.672500', '134217.132500', '134217.592500', '134218.052500', '134218.512500', '134218.972500', '134219.432500', '134219.892500', '134220.352500', '134220.812500', '134221.272500', '134221.732500', '134222.192500', '134222.652500', '134223.112500', '134223.572500', '134224.032500', '134224.492500', '134224.952500', '134225.412500', '134225.872500', '134226.332500', '134226.792500', '134227.252500', '134227.712500', '134228.172500', '134228.632500', '134229.092500', '134229.552500', '134230.012500', '134230.472500', '134230.932500', '134231.392500', '134231.852500', '134232.312500', '134232.772500', '134233.232500', '134233.692500', '134234.152500', '134234.612500', '134235.072500', '134235.532500', '134235.992500', '134236.452500', '134236.912500', '134237.372500', '134237.832500', '134238.292500', '134238.752500', '134239.212500', '134239.672500', '134240.132500', '134240.592500', '134241.052500', '134241.512500', '134241.972500', '134242.432500', '134242.892500', '134243.352500', '134243.812500', '134244.272500', '134244.732500', '134245.192500', '134245.652500', '134246.112500', '134246.572500', '134247.032500', '134247.492500', '134247.952500', '134248.412500', '134248.872500', '134249.332500', '134249.792500', '134250.252500', '134250.712500', '134251.172500', '134251.632500', '134252.092500', '134252.552500', '134253.012500', '134253.472500', '134253.932500', '134254.392500', '134254.852500', '134255.312500', '134255.772500', '134256.232500', '134256.692500', '134257.152500', '134257.612500', '134258.072500', '134258.532500', '134258.992500', '134259.452500', '134259.912500', '134300.372500', '134300.832500', '134301.292500', '134301.752500', '134302.212500', '134302.672500', '134303.132500', '134303.592500', '134304.052500', '134304.512500', '134304.972500', '134305.432500', '134305.892500', '134306.352500', '134306.812500', '134307.272500', '134307.732500', '134308.192500', '134308.652500', '134309.112500', '134309.572500', '134310.032500', '134310.492500', '134310.952500', '134311.412500', '134311.872500', '134312.332500', '134312.792500', '134313.252500', '134313.712500', '134314.172500', '134314.632500', '134315.092500', '134315.552500', '134316.012500', '134316.472500', '134316.932500', '134317.392500', '134317.852500', '134318.312500', '134318.772500', '134319.232500', '134319.692500', '134320.152500', '134320.612500', '134321.072500', '134321.532500', '134321.992500', '134322.452500', '134322.912500', '134323.372500', '134323.832500', '134324.292500', '134324.752500', '134325.212500', '134325.672500', '134326.132500', '134326.592500', '134327.052500', '134327.512500', '134327.972500', '134328.432500', '134328.892500', '134329.352500', '134329.812500', '134330.272500', '134330.732500', '134331.192500', '134331.652500', '134332.112500', '134332.572500', '134333.032500', '134333.492500', '134333.952500', '134334.412500', '134334.872500', '134335.332500', '134335.792500', '134336.252500', '134336.712500', '134337.172500', '134337.632500', '134338.092500', '134338.552500', '134339.012500', '134339.472500', '134339.932500', '134340.392500', '134340.852500', '134341.312500', '134341.772500', '134342.232500', '134342.692500', '134343.152500', '134343.612500', '134344.072500', '134344.532500', '134344.992500', '134345.452500', '134345.912500', '134346.372500', '134346.832500', '134347.292500', '134347.752500', '134348.212500', '134348.672500', '134349.132500', '134349.592500', '134350.052500', '134350.512500', '134350.972500', '134351.432500', '134351.892500', '134352.352500', '134352.812500', '134353.272500', '134353.732500', '134354.192500', '134354.652500', '134355.112500', '134355.572500'], 'ContentTime': ['133736.799000', '133736.803000', '133736.805000', '133736.820000', '133736.822000', '133736.825000', '133736.828000', '133736.830000', '133736.833000', '133736.835000', '133736.838000', '133736.841000', '133736.844000', '133736.846000', '133736.849000', '133736.851000', '133736.854000', '133736.857000', '133736.859000', '133736.862000', '133736.864000', '133736.867000', '133736.869000', '133736.872000', '133736.875000', '133736.877000', '133736.880000', '133736.883000', '133736.885000', '133736.888000', '133736.890000', '133736.893000', '133736.895000', '133736.898000', '133736.901000', '133736.903000', '133736.906000', '133736.908000', '133736.911000', '133736.913000', '133736.916000', '133736.919000', '133736.921000', '133736.924000', '133756.776000', '133756.779000', '133756.785000', '133756.787000', '133756.790000', '133756.792000', '133756.795000', '133756.798000', '133756.800000', '133756.803000', '133756.805000', '133756.808000', '133756.811000', '133756.813000', '133756.816000', '133756.818000', '133756.821000', '133756.823000', '133756.826000', '133756.828000', '133756.831000', '133756.833000', '133756.836000', '133756.839000', '133756.841000', '133756.844000', '133756.846000', '133756.849000', '133756.851000', '133756.854000', '133756.856000', '133756.859000', '133756.862000', '133756.864000', '133756.867000', '133756.869000', '133756.872000', '133756.875000', '133756.877000', '133756.880000', '133756.883000', '133756.891000', '133756.893000', '133756.896000', '133816.776000', '133816.779000', '133816.782000', '133816.785000', '133816.787000', '133816.790000', '133816.793000', '133816.795000', '133816.798000', '133816.800000', '133816.803000', '133816.806000', '133816.808000', '133816.811000', '133816.814000', '133816.816000', '133816.819000', '133816.821000', '133816.824000', '133816.827000', '133816.829000', '133816.832000', '133816.834000', '133816.837000', '133816.840000', '133816.842000', '133816.845000', '133816.848000', '133816.850000', '133816.854000', '133816.857000', '133816.860000', '133816.863000', '133816.865000', '133816.868000', '133816.870000', '133816.873000', '133816.876000', '133816.878000', '133816.881000', '133816.884000', '133816.886000', '133816.889000', '133836.776000', '133836.779000', '133836.782000', '133836.785000', '133836.787000', '133836.790000', '133836.792000', '133836.795000', '133836.798000', '133836.800000', '133836.803000', '133836.806000', '133836.808000', '133836.811000', '133836.814000', '133836.816000', '133836.819000', '133836.821000', '133836.824000', '133836.827000', '133836.829000', '133836.832000', '133836.834000', '133836.837000', '133836.840000', '133836.842000', '133836.845000', '133836.847000', '133836.850000', '133836.853000', '133836.855000', '133836.858000', '133836.860000', '133836.863000', '133836.866000', '133836.868000', '133836.871000', '133836.873000', '133836.876000', '133836.879000', '133836.881000', '133836.884000', '133836.886000', '133836.889000', '133856.776000', '133856.779000', '133856.782000', '133856.785000', '133856.787000', '133856.790000', '133856.792000', '133856.795000', '133856.797000', '133856.800000', '133856.803000', '133856.805000', '133856.808000', '133856.811000', '133856.813000', '133856.816000', '133856.818000', '133856.821000', '133856.824000', '133856.826000', '133856.829000', '133856.840000', '133856.843000', '133856.845000', '133856.848000', '133856.850000', '133856.853000', '133856.856000', '133856.858000', '133856.861000', '133856.864000', '133856.867000', '133856.869000', '133856.872000', '133856.874000', '133856.877000', '133856.889000', '133856.892000', '133856.894000', '133856.897000', '133856.899000', '133856.902000', '133856.905000', '133916.776000', '133916.779000', '133916.782000', '133916.784000', '133916.787000', '133916.789000', '133916.792000', '133916.795000', '133916.797000', '133916.800000', '133916.803000', '133916.806000', '133916.808000', '133916.811000', '133916.813000', '133916.816000', '133916.819000', '133916.821000', '133916.824000', '133916.826000', '133916.829000', '133916.832000', '133916.834000', '133916.837000', '133916.839000', '133916.842000', '133916.845000', '133916.847000', '133916.850000', '133916.852000', '133916.855000', '133916.858000', '133916.860000', '133916.863000', '133916.865000', '133916.868000', '133916.871000', '133916.873000', '133916.876000', '133916.878000', '133916.881000', '133916.883000', '133916.886000', '133916.889000', '133936.776000', '133936.779000', '133936.782000', '133936.784000', '133936.787000', '133936.790000', '133936.792000', '133936.795000', '133936.797000', '133936.800000', '133936.803000', '133936.805000', '133936.808000', '133936.810000', '133936.813000', '133936.815000', '133936.818000', '133936.821000', '133936.823000', '133936.826000', '133936.829000', '133936.831000', '133936.834000', '133936.836000', '133936.839000', '133936.842000', '133936.844000', '133936.847000', '133936.850000', '133936.852000', '133936.855000', '133936.858000', '133936.860000', '133936.863000', '133936.865000', '133936.868000', '133936.871000', '133936.873000', '133936.876000', '133936.878000', '133936.881000', '133936.884000', '133936.886000', '133956.776000', '133956.779000', '133956.782000', '133956.785000', '133956.787000', '133956.790000', '133956.793000', '133956.795000', '133956.798000', '133956.800000', '133956.803000', '133956.805000', '133956.808000', '133956.811000', '133956.813000', '133956.816000', '133956.818000', '133956.821000', '133956.823000', '133956.826000', '133956.829000', '133956.831000', '133956.834000', '133956.836000', '133956.846000', '133956.848000', '133956.851000', '133956.853000', '133956.856000', '133956.859000', '133956.862000', '133956.864000', '133956.867000', '133956.870000', '133956.872000', '133956.875000', '133956.878000', '133956.880000', '133956.883000', '133956.885000', '133956.888000', '133956.891000', '133956.893000', '133956.896000', '134016.777000', '134016.779000', '134016.782000', '134016.785000', '134016.787000', '134016.790000', '134016.792000', '134016.795000', '134016.798000', '134016.800000', '134016.803000', '134016.805000', '134016.808000', '134016.811000', '134016.813000', '134016.816000', '134016.818000', '134016.821000', '134016.824000', '134016.826000', '134016.829000', '134016.832000', '134016.834000', '134016.837000', '134016.839000', '134016.842000', '134016.845000', '134016.847000', '134016.850000', '134016.853000', '134016.855000', '134016.858000', '134016.860000', '134016.863000', '134016.866000', '134016.868000', '134016.871000', '134016.874000', '134016.876000', '134016.879000', '134016.881000', '134016.884000', '134016.886000', '134036.776000', '134036.780000', '134036.783000', '134036.785000', '134036.788000', '134036.791000', '134036.793000', '134036.796000', '134036.799000', '134036.801000', '134036.804000', '134036.806000', '134036.809000', '134036.811000', '134036.814000', '134036.817000', '134036.819000', '134036.822000', '134036.834000', '134036.837000', '134036.840000', '134036.842000', '134036.845000', '134036.847000', '134036.850000', '134036.853000', '134036.855000', '134036.858000', '134036.861000', '134036.863000', '134036.866000', '134036.868000', '134036.871000', '134036.874000', '134036.876000', '134036.879000', '134036.882000', '134036.884000', '134036.887000', '134036.889000', '134036.892000', '134036.894000', '134036.897000', '134056.776000', '134056.779000', '134056.782000', '134056.785000', '134056.787000', '134056.790000', '134056.792000', '134056.795000', '134056.798000', '134056.800000', '134056.803000', '134056.805000', '134056.808000', '134056.810000', '134056.813000', '134056.816000', '134056.818000', '134056.821000', '134056.824000', '134056.826000', '134056.829000', '134056.831000', '134056.834000', '134056.837000', '134056.839000', '134056.842000', '134056.844000', '134056.847000', '134056.850000', '134056.852000', '134056.855000', '134056.858000', '134056.860000', '134056.863000', '134056.866000', '134056.868000', '134056.871000', '134056.873000', '134056.876000', '134056.879000', '134056.881000', '134056.884000', '134056.886000', '134056.889000', '134116.777000', '134116.780000', '134116.782000', '134116.785000', '134116.788000', '134116.791000', '134116.793000', '134116.796000', '134116.799000', '134116.801000', '134116.804000', '134116.806000', '134116.809000', '134116.811000', '134116.814000', '134116.817000', '134116.819000', '134116.822000', '134116.825000', '134116.827000', '134116.830000', '134116.833000', '134116.835000', '134116.838000', '134116.840000', '134116.843000', '134116.845000', '134116.848000', '134116.851000', '134116.853000', '134116.856000', '134116.859000', '134116.861000', '134116.864000', '134116.866000', '134116.869000', '134116.872000', '134116.874000', '134116.877000', '134116.879000', '134116.882000', '134116.885000', '134116.887000', '134136.776000', '134136.779000', '134136.782000', '134136.785000', '134136.787000', '134136.790000', '134136.792000', '134136.795000', '134136.798000', '134136.800000', '134136.803000', '134136.805000', '134136.808000', '134136.811000', '134136.813000', '134136.816000', '134136.819000', '134136.821000', '134136.824000', '134136.826000', '134136.829000', '134136.832000', '134136.834000', '134136.837000', '134136.839000', '134136.842000', '134136.845000', '134136.847000', '134136.850000', '134136.853000', '134136.855000', '134136.858000', '134136.860000', '134136.863000', '134136.866000', '134136.868000', '134136.871000', '134136.873000', '134136.876000', '134136.879000', '134136.881000', '134136.884000', '134136.886000', '134136.889000', '134156.776000', '134156.779000', '134156.782000', '134156.785000', '134156.788000', '134156.791000', '134156.793000', '134156.796000', '134156.799000', '134156.801000', '134156.804000', '134156.806000', '134156.809000', '134156.811000', '134156.814000', '134156.817000', '134156.819000', '134156.822000', '134156.825000', '134156.827000', '134156.830000', '134156.832000', '134156.835000', '134156.838000', '134156.840000', '134156.843000', '134156.846000', '134156.848000', '134156.851000', '134156.853000', '134156.856000', '134156.859000', '134156.862000', '134156.864000', '134156.867000', '134156.869000', '134156.872000', '134156.874000', '134156.877000', '134156.880000', '134156.882000', '134156.885000', '134156.887000', '134156.924000', '134216.776000', '134216.779000', '134216.782000', '134216.784000', '134216.787000', '134216.790000', '134216.792000', '134216.795000', '134216.797000', '134216.800000', '134216.803000', '134216.805000', '134216.808000', '134216.810000', '134216.813000', '134216.816000', '134216.818000', '134216.821000', '134216.823000', '134216.826000', '134216.829000', '134216.831000', '134216.834000', '134216.836000', '134216.839000', '134216.842000', '134216.844000', '134216.847000', '134216.850000', '134216.852000', '134216.855000', '134216.857000', '134216.860000', '134216.863000', '134216.865000', '134216.868000', '134216.871000', '134216.873000', '134216.876000', '134216.878000', '134216.881000', '134216.884000', '134216.888000', '134236.776000', '134236.779000', '134236.782000', '134236.785000', '134236.788000', '134236.791000', '134236.793000', '134236.796000', '134236.798000', '134236.801000', '134236.803000', '134236.806000', '134236.809000', '134236.811000', '134236.814000', '134236.817000', '134236.819000', '134236.822000', '134236.825000', '134236.827000', '134236.830000', '134236.832000', '134236.835000', '134236.837000', '134236.840000', '134236.843000', '134236.845000', '134236.848000', '134236.850000', '134236.853000', '134236.856000', '134236.858000', '134236.861000', '134236.864000', '134236.866000', '134236.869000', '134236.871000', '134236.874000', '134236.877000', '134236.879000', '134236.882000', '134236.884000', '134236.887000', '134256.777000', '134256.779000', '134256.782000', '134256.784000', '134256.787000', '134256.790000', '134256.792000', '134256.795000', '134256.798000', '134256.800000', '134256.803000', '134256.805000', '134256.808000', '134256.811000', '134256.813000', '134256.816000', '134256.818000', '134256.821000', '134256.823000', '134256.826000', '134256.829000', '134256.831000', '134256.834000', '134256.836000', '134256.839000', '134256.842000', '134256.844000', '134256.847000', '134256.850000', '134256.852000', '134256.855000', '134256.858000', '134256.860000', '134256.863000', '134256.866000', '134256.868000', '134256.871000', '134256.873000', '134256.876000', '134256.879000', '134256.881000', '134256.884000', '134256.887000', '134256.889000', '134316.777000', '134316.780000', '134316.782000', '134316.785000', '134316.788000', '134316.790000', '134316.793000', '134316.795000', '134316.798000', '134316.801000', '134316.803000', '134316.806000', '134316.809000', '134316.811000', '134316.814000', '134316.816000', '134316.819000', '134316.822000', '134316.825000', '134316.827000', '134316.830000', '134316.833000', '134316.835000', '134316.838000', '134316.842000', '134316.845000', '134316.847000', '134316.850000', '134316.853000', '134316.855000', '134316.858000', '134316.860000', '134316.863000', '134316.866000', '134316.868000', '134316.871000', '134316.874000', '134316.876000', '134316.879000', '134316.881000', '134316.884000', '134316.887000', '134316.889000', '134316.892000', '134336.776000', '134336.779000', '134336.782000', '134336.785000', '134336.787000', '134336.790000', '134336.801000', '134336.804000', '134336.807000', '134336.809000', '134336.819000', '134336.822000', '134336.824000', '134336.827000', '134336.830000', '134336.832000', '134336.835000', '134336.838000', '134336.840000', '134336.843000', '134336.846000', '134336.848000', '134336.851000', '134336.854000', '134336.856000', '134336.859000', '134336.861000', '134336.864000', '134336.867000', '134336.869000', '134336.872000', '134336.874000', '134336.877000', '134336.880000', '134336.882000', '134336.885000', '134336.888000', '134336.890000', '134336.893000', '134336.896000', '134336.898000', '134336.901000', '134336.903000', '134356.776000', '134356.779000', '134356.782000', '134356.785000', '134356.787000', '134356.790000', '134356.793000', '134356.795000', '134356.798000', '134356.801000', '134356.803000', '134356.806000', '134356.809000', '134356.813000', '134356.816000', '134356.819000', '134356.821000', '134356.824000', '134356.827000', '134356.830000', '134356.832000', '134356.835000', '134356.837000', '134356.840000', '134356.843000', '134356.846000', '134356.851000', '134356.856000', '134356.859000', '134356.862000', '134356.866000', '134356.869000', '134356.873000', '134356.877000', '134356.881000', '134356.884000', '134356.887000', '134356.890000', '134356.894000', '134356.897000', '134356.900000', '134356.903000', '134356.907000', '134356.910000', '134357.182000'], 'InstanceCreationTime': ['133736.799000', '133736.803000', '133736.805000', '133736.820000', '133736.822000', '133736.825000', '133736.828000', '133736.830000', '133736.833000', '133736.835000', '133736.838000', '133736.841000', '133736.844000', '133736.846000', '133736.849000', '133736.851000', '133736.854000', '133736.857000', '133736.859000', '133736.862000', '133736.864000', '133736.867000', '133736.869000', '133736.872000', '133736.875000', '133736.877000', '133736.880000', '133736.883000', '133736.885000', '133736.888000', '133736.890000', '133736.893000', '133736.895000', '133736.898000', '133736.901000', '133736.903000', '133736.906000', '133736.908000', '133736.911000', '133736.913000', '133736.916000', '133736.919000', '133736.921000', '133736.924000', '133756.776000', '133756.779000', '133756.785000', '133756.787000', '133756.790000', '133756.792000', '133756.795000', '133756.798000', '133756.800000', '133756.803000', '133756.805000', '133756.808000', '133756.811000', '133756.813000', '133756.816000', '133756.818000', '133756.821000', '133756.823000', '133756.826000', '133756.828000', '133756.831000', '133756.833000', '133756.836000', '133756.839000', '133756.841000', '133756.844000', '133756.846000', '133756.849000', '133756.851000', '133756.854000', '133756.856000', '133756.859000', '133756.862000', '133756.864000', '133756.867000', '133756.869000', '133756.872000', '133756.875000', '133756.877000', '133756.880000', '133756.883000', '133756.891000', '133756.893000', '133756.896000', '133816.776000', '133816.779000', '133816.782000', '133816.785000', '133816.787000', '133816.790000', '133816.793000', '133816.795000', '133816.798000', '133816.800000', '133816.803000', '133816.806000', '133816.808000', '133816.811000', '133816.814000', '133816.816000', '133816.819000', '133816.821000', '133816.824000', '133816.827000', '133816.829000', '133816.832000', '133816.834000', '133816.837000', '133816.840000', '133816.842000', '133816.845000', '133816.848000', '133816.850000', '133816.854000', '133816.857000', '133816.860000', '133816.863000', '133816.865000', '133816.868000', '133816.870000', '133816.873000', '133816.876000', '133816.878000', '133816.881000', '133816.884000', '133816.886000', '133816.889000', '133836.776000', '133836.779000', '133836.782000', '133836.785000', '133836.787000', '133836.790000', '133836.792000', '133836.795000', '133836.798000', '133836.800000', '133836.803000', '133836.806000', '133836.808000', '133836.811000', '133836.814000', '133836.816000', '133836.819000', '133836.821000', '133836.824000', '133836.827000', '133836.829000', '133836.832000', '133836.834000', '133836.837000', '133836.840000', '133836.842000', '133836.845000', '133836.847000', '133836.850000', '133836.853000', '133836.855000', '133836.858000', '133836.860000', '133836.863000', '133836.866000', '133836.868000', '133836.871000', '133836.873000', '133836.876000', '133836.879000', '133836.881000', '133836.884000', '133836.886000', '133836.889000', '133856.776000', '133856.779000', '133856.782000', '133856.785000', '133856.787000', '133856.790000', '133856.792000', '133856.795000', '133856.797000', '133856.800000', '133856.803000', '133856.805000', '133856.808000', '133856.811000', '133856.813000', '133856.816000', '133856.818000', '133856.821000', '133856.824000', '133856.826000', '133856.829000', '133856.840000', '133856.843000', '133856.845000', '133856.848000', '133856.850000', '133856.853000', '133856.856000', '133856.858000', '133856.861000', '133856.864000', '133856.867000', '133856.869000', '133856.872000', '133856.874000', '133856.877000', '133856.889000', '133856.892000', '133856.894000', '133856.897000', '133856.899000', '133856.902000', '133856.905000', '133916.776000', '133916.779000', '133916.782000', '133916.784000', '133916.787000', '133916.789000', '133916.792000', '133916.795000', '133916.797000', '133916.800000', '133916.803000', '133916.806000', '133916.808000', '133916.811000', '133916.813000', '133916.816000', '133916.819000', '133916.821000', '133916.824000', '133916.826000', '133916.829000', '133916.832000', '133916.834000', '133916.837000', '133916.839000', '133916.842000', '133916.845000', '133916.847000', '133916.850000', '133916.852000', '133916.855000', '133916.858000', '133916.860000', '133916.863000', '133916.865000', '133916.868000', '133916.871000', '133916.873000', '133916.876000', '133916.878000', '133916.881000', '133916.883000', '133916.886000', '133916.889000', '133936.776000', '133936.779000', '133936.782000', '133936.784000', '133936.787000', '133936.790000', '133936.792000', '133936.795000', '133936.797000', '133936.800000', '133936.803000', '133936.805000', '133936.808000', '133936.810000', '133936.813000', '133936.815000', '133936.818000', '133936.821000', '133936.823000', '133936.826000', '133936.829000', '133936.831000', '133936.834000', '133936.836000', '133936.839000', '133936.842000', '133936.844000', '133936.847000', '133936.850000', '133936.852000', '133936.855000', '133936.858000', '133936.860000', '133936.863000', '133936.865000', '133936.868000', '133936.871000', '133936.873000', '133936.876000', '133936.878000', '133936.881000', '133936.884000', '133936.886000', '133956.776000', '133956.779000', '133956.782000', '133956.785000', '133956.787000', '133956.790000', '133956.793000', '133956.795000', '133956.798000', '133956.800000', '133956.803000', '133956.805000', '133956.808000', '133956.811000', '133956.813000', '133956.816000', '133956.818000', '133956.821000', '133956.823000', '133956.826000', '133956.829000', '133956.831000', '133956.834000', '133956.836000', '133956.846000', '133956.848000', '133956.851000', '133956.853000', '133956.856000', '133956.859000', '133956.862000', '133956.864000', '133956.867000', '133956.870000', '133956.872000', '133956.875000', '133956.878000', '133956.880000', '133956.883000', '133956.885000', '133956.888000', '133956.891000', '133956.893000', '133956.896000', '134016.777000', '134016.779000', '134016.782000', '134016.785000', '134016.787000', '134016.790000', '134016.792000', '134016.795000', '134016.798000', '134016.800000', '134016.803000', '134016.805000', '134016.808000', '134016.811000', '134016.813000', '134016.816000', '134016.818000', '134016.821000', '134016.824000', '134016.826000', '134016.829000', '134016.832000', '134016.834000', '134016.837000', '134016.839000', '134016.842000', '134016.845000', '134016.847000', '134016.850000', '134016.853000', '134016.855000', '134016.858000', '134016.860000', '134016.863000', '134016.866000', '134016.868000', '134016.871000', '134016.874000', '134016.876000', '134016.879000', '134016.881000', '134016.884000', '134016.886000', '134036.776000', '134036.780000', '134036.783000', '134036.785000', '134036.788000', '134036.791000', '134036.793000', '134036.796000', '134036.799000', '134036.801000', '134036.804000', '134036.806000', '134036.809000', '134036.811000', '134036.814000', '134036.817000', '134036.819000', '134036.822000', '134036.834000', '134036.837000', '134036.840000', '134036.842000', '134036.845000', '134036.847000', '134036.850000', '134036.853000', '134036.855000', '134036.858000', '134036.861000', '134036.863000', '134036.866000', '134036.868000', '134036.871000', '134036.874000', '134036.876000', '134036.879000', '134036.882000', '134036.884000', '134036.887000', '134036.889000', '134036.892000', '134036.894000', '134036.897000', '134056.776000', '134056.779000', '134056.782000', '134056.785000', '134056.787000', '134056.790000', '134056.792000', '134056.795000', '134056.798000', '134056.800000', '134056.803000', '134056.805000', '134056.808000', '134056.810000', '134056.813000', '134056.816000', '134056.818000', '134056.821000', '134056.824000', '134056.826000', '134056.829000', '134056.831000', '134056.834000', '134056.837000', '134056.839000', '134056.842000', '134056.844000', '134056.847000', '134056.850000', '134056.852000', '134056.855000', '134056.858000', '134056.860000', '134056.863000', '134056.866000', '134056.868000', '134056.871000', '134056.873000', '134056.876000', '134056.879000', '134056.881000', '134056.884000', '134056.886000', '134056.889000', '134116.777000', '134116.780000', '134116.782000', '134116.785000', '134116.788000', '134116.791000', '134116.793000', '134116.796000', '134116.799000', '134116.801000', '134116.804000', '134116.806000', '134116.809000', '134116.811000', '134116.814000', '134116.817000', '134116.819000', '134116.822000', '134116.825000', '134116.827000', '134116.830000', '134116.833000', '134116.835000', '134116.838000', '134116.840000', '134116.843000', '134116.845000', '134116.848000', '134116.851000', '134116.853000', '134116.856000', '134116.859000', '134116.861000', '134116.864000', '134116.866000', '134116.869000', '134116.872000', '134116.874000', '134116.877000', '134116.879000', '134116.882000', '134116.885000', '134116.887000', '134136.776000', '134136.779000', '134136.782000', '134136.785000', '134136.787000', '134136.790000', '134136.792000', '134136.795000', '134136.798000', '134136.800000', '134136.803000', '134136.805000', '134136.808000', '134136.811000', '134136.813000', '134136.816000', '134136.819000', '134136.821000', '134136.824000', '134136.826000', '134136.829000', '134136.832000', '134136.834000', '134136.837000', '134136.839000', '134136.842000', '134136.845000', '134136.847000', '134136.850000', '134136.853000', '134136.855000', '134136.858000', '134136.860000', '134136.863000', '134136.866000', '134136.868000', '134136.871000', '134136.873000', '134136.876000', '134136.879000', '134136.881000', '134136.884000', '134136.886000', '134136.889000', '134156.776000', '134156.779000', '134156.782000', '134156.785000', '134156.788000', '134156.791000', '134156.793000', '134156.796000', '134156.799000', '134156.801000', '134156.804000', '134156.806000', '134156.809000', '134156.811000', '134156.814000', '134156.817000', '134156.819000', '134156.822000', '134156.825000', '134156.827000', '134156.830000', '134156.832000', '134156.835000', '134156.838000', '134156.840000', '134156.843000', '134156.846000', '134156.848000', '134156.851000', '134156.853000', '134156.856000', '134156.859000', '134156.862000', '134156.864000', '134156.867000', '134156.869000', '134156.872000', '134156.874000', '134156.877000', '134156.880000', '134156.882000', '134156.885000', '134156.887000', '134156.924000', '134216.776000', '134216.779000', '134216.782000', '134216.784000', '134216.787000', '134216.790000', '134216.792000', '134216.795000', '134216.797000', '134216.800000', '134216.803000', '134216.805000', '134216.808000', '134216.810000', '134216.813000', '134216.816000', '134216.818000', '134216.821000', '134216.823000', '134216.826000', '134216.829000', '134216.831000', '134216.834000', '134216.836000', '134216.839000', '134216.842000', '134216.844000', '134216.847000', '134216.850000', '134216.852000', '134216.855000', '134216.857000', '134216.860000', '134216.863000', '134216.865000', '134216.868000', '134216.871000', '134216.873000', '134216.876000', '134216.878000', '134216.881000', '134216.884000', '134216.888000', '134236.776000', '134236.779000', '134236.782000', '134236.785000', '134236.788000', '134236.791000', '134236.793000', '134236.796000', '134236.798000', '134236.801000', '134236.803000', '134236.806000', '134236.809000', '134236.811000', '134236.814000', '134236.817000', '134236.819000', '134236.822000', '134236.825000', '134236.827000', '134236.830000', '134236.832000', '134236.835000', '134236.837000', '134236.840000', '134236.843000', '134236.845000', '134236.848000', '134236.850000', '134236.853000', '134236.856000', '134236.858000', '134236.861000', '134236.864000', '134236.866000', '134236.869000', '134236.871000', '134236.874000', '134236.877000', '134236.879000', '134236.882000', '134236.884000', '134236.887000', '134256.777000', '134256.779000', '134256.782000', '134256.784000', '134256.787000', '134256.790000', '134256.792000', '134256.795000', '134256.798000', '134256.800000', '134256.803000', '134256.805000', '134256.808000', '134256.811000', '134256.813000', '134256.816000', '134256.818000', '134256.821000', '134256.823000', '134256.826000', '134256.829000', '134256.831000', '134256.834000', '134256.836000', '134256.839000', '134256.842000', '134256.844000', '134256.847000', '134256.850000', '134256.852000', '134256.855000', '134256.858000', '134256.860000', '134256.863000', '134256.866000', '134256.868000', '134256.871000', '134256.873000', '134256.876000', '134256.879000', '134256.881000', '134256.884000', '134256.887000', '134256.889000', '134316.777000', '134316.780000', '134316.782000', '134316.785000', '134316.788000', '134316.790000', '134316.793000', '134316.795000', '134316.798000', '134316.801000', '134316.803000', '134316.806000', '134316.809000', '134316.811000', '134316.814000', '134316.816000', '134316.819000', '134316.822000', '134316.825000', '134316.827000', '134316.830000', '134316.833000', '134316.835000', '134316.838000', '134316.842000', '134316.845000', '134316.847000', '134316.850000', '134316.853000', '134316.855000', '134316.858000', '134316.860000', '134316.863000', '134316.866000', '134316.868000', '134316.871000', '134316.874000', '134316.876000', '134316.879000', '134316.881000', '134316.884000', '134316.887000', '134316.889000', '134316.892000', '134336.776000', '134336.779000', '134336.782000', '134336.785000', '134336.787000', '134336.790000', '134336.801000', '134336.804000', '134336.807000', '134336.809000', '134336.819000', '134336.822000', '134336.824000', '134336.827000', '134336.830000', '134336.832000', '134336.835000', '134336.838000', '134336.840000', '134336.843000', '134336.846000', '134336.848000', '134336.851000', '134336.854000', '134336.856000', '134336.859000', '134336.861000', '134336.864000', '134336.867000', '134336.869000', '134336.872000', '134336.874000', '134336.877000', '134336.880000', '134336.882000', '134336.885000', '134336.888000', '134336.890000', '134336.893000', '134336.896000', '134336.898000', '134336.901000', '134336.903000', '134356.776000', '134356.779000', '134356.782000', '134356.785000', '134356.787000', '134356.790000', '134356.793000', '134356.795000', '134356.798000', '134356.801000', '134356.803000', '134356.806000', '134356.809000', '134356.813000', '134356.816000', '134356.819000', '134356.821000', '134356.824000', '134356.827000', '134356.830000', '134356.832000', '134356.835000', '134356.837000', '134356.840000', '134356.843000', '134356.846000', '134356.851000', '134356.856000', '134356.859000', '134356.862000', '134356.866000', '134356.869000', '134356.873000', '134356.877000', '134356.881000', '134356.884000', '134356.887000', '134356.890000', '134356.894000', '134356.897000', '134356.900000', '134356.903000', '134356.907000', '134356.910000', '134357.182000'], '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': [13553, 20614, 15047, 11980, 15687, 13909, 19391, 14676, 20834, 15916, 19050, 14565, 20715, 15544, 12221, 12936, 11516, 16960, 13693, 18049, 15129, 18909, 15340, 16991, 14077, 13172, 16620, 12021, 19339, 16284, 20111, 16143, 12771, 19004, 14768, 21651, 14672, 18087, 13160, 16117, 12160, 21581, 14318, 17408, 13648, 11168, 18848, 13493, 13696, 19097, 12671, 16397, 13278, 21271, 14194, 20567, 15084, 18265, 13405, 17969, 12936, 18231, 13598, 18808, 13809, 17392, 13358, 11429, 14696, 12360, 16882, 14161, 17410, 12471, 17333, 11568, 17053, 12151, 19671, 14468, 20776, 15223, 18297, 12858, 11145, 17694, 13787, 19846, 14026, 10912, 19555, 15637, 16755, 14429, 14252, 18865, 14719, 16868, 20583, 13851, 18554, 13203, 17788, 13276, 18188, 13685, 17814, 18335, 23390, 14229, 14890, 12721, 13327, 12810, 20832, 14683, 18473, 11596, 17555, 13989, 17939, 14401, 16313, 13559, 16454, 13768, 17336, 12244, 19072, 13990, 19248, 14859, 19500, 14853, 18923, 16249, 18733, 15241, 13333, 14875, 11374, 18394, 14015, 19806, 14953, 20557, 16233, 15132, 17974, 14738, 19514, 15936, 12079, 19505, 15150, 18734, 13825, 17523, 10943, 17504, 15031, 18407, 14737, 19959, 13644, 12954, 13640, 11595, 15113, 12054, 15782, 14426, 14602, 19830, 14218, 18930, 15926, 17212, 12994, 15409, 11879, 14942, 14008, 12559, 21134, 14128, 20379, 14067, 15523, 12336, 19326, 12625, 18725, 13514, 17207, 16607, 18398, 14745, 15612, 16218, 12165, 16528, 15100, 15311, 15612, 14412, 19575, 11463, 17789, 13400, 16238, 12159, 12247, 20947, 15343, 19494, 12317, 18294, 13469, 13935, 12435, 13293, 12599, 12800, 13710, 13231, 21049, 14184, 17422, 13019, 16597, 12078, 13420, 13408, 12635, 17651, 13039, 19290, 12655, 18781, 14212, 19302, 15704, 13681, 12979, 21204, 13288, 17433, 12969, 18538, 15078, 17194, 13094, 17158, 13472, 16121, 12606, 18732, 15056, 17281, 12740, 15784, 13157, 14482, 14716, 15215, 13187, 16679, 13175, 16629, 12381, 17258, 20683, 14740, 17047, 14178, 17260, 14559, 18259, 12561, 16532, 12882, 16965, 14488, 15209, 20806, 15176, 19985, 13664, 18096, 12942, 16466, 10960, 16190, 13279, 16294, 13254, 14378, 12128, 13528, 14779, 15924, 13910, 16425, 13423, 13861, 14455, 15562, 12459, 15124, 13377, 15812, 15276, 14773, 19021, 14600, 16963, 13423, 15852, 13259, 14152, 14789, 13634, 14866, 13008, 18815, 15966, 11849, 24590, 14124, 14299, 16329, 14421, 15166, 17139, 12164, 16490, 12826, 15721, 11271, 20277, 14327, 12155, 15480, 12813, 13820, 14731, 11203, 17335, 12665, 18877, 13023, 18048, 14021, 16504, 12450, 17088, 11943, 18512, 15330, 18665, 13904, 16442, 12529, 20226, 15309, 17331, 14784, 11822, 18156, 12688, 18994, 13217, 18097, 12408, 16986, 12013, 15721, 10138, 15742, 10884, 17738, 13266, 18912, 15146, 15377, 17126, 11424, 15710, 11041, 17160, 14564, 17858, 14613, 17406, 13975, 16715, 13928, 20572, 14406, 16328, 13956, 14452, 16675, 12410, 18175, 12326, 17165, 15730, 19638, 13485, 17721, 14002, 19484, 14606, 18723, 15087, 17971, 13899, 12101, 13700, 13128, 15822, 16589, 17125, 12662, 15728, 20471, 14733, 19247, 15719, 18340, 13992, 16590, 12256, 17317, 13611, 16861, 12555, 10907, 12190, 13925, 22226, 15555, 16659, 14274, 14097, 14911, 12644, 12592, 12949, 14900, 15980, 16778, 15860, 13560, 15851, 12424, 16864, 13108, 14529, 15675, 16522, 16532, 17741, 11264, 13666, 11851, 15632, 12110, 15661, 15526, 13991, 18903, 14270, 16634, 15085, 18890, 13935, 16405, 12831, 18677, 14078, 18792, 14796, 17822, 13106, 16413, 15992, 13898, 20257, 14716, 16982, 12851, 17885, 13319, 17778, 13739, 16589, 13688, 15845, 13257, 14422, 18292, 12436, 16243, 12261, 13915, 14651, 11665, 18687, 13199, 18637, 15106, 16785, 16877, 14992, 20387, 14727, 17683, 14327, 16730, 12419, 16028, 13594, 14730, 12441, 15949, 12373, 15078, 12016, 16537, 12573, 17643, 12432, 16279, 11981, 15267, 19931, 14087, 18909, 14148, 17788, 13563, 17451, 13424, 17343, 13392, 19221, 14505, 13601, 14614, 17575, 14831, 19483, 14864, 17460, 12327, 15513, 13261, 15101, 11687, 14308, 11372, 15957, 10870, 10752, 19436, 14559, 12640, 11034, 19433, 14703, 19097, 15099, 13642, 11451, 11998, 11047, 17611, 13448, 12174, 12127, 11706, 16198, 12379, 13707, 13395, 20282, 13902, 16066, 14192, 15884, 11310, 14816, 10800, 15108, 11131, 14441, 12492, 11045, 16052, 10722, 17282, 13009, 18192, 14192, 14472, 14453, 16059, 14507, 15839, 16216, 11038, 16384, 11597, 18146, 13813, 14565, 21033, 13574, 17780, 12519, 15670, 12224, 13151, 15073, 18228, 21376, 12790, 14452, 13292, 17577, 12518, 12196, 14725, 12955, 16836, 13991, 15398, 20141, 13281, 19428, 12953, 19322, 12795, 17885, 12550, 15190, 12700, 19853, 12929, 18709, 12774, 17493, 12325, 15432, 12979, 15366, 12284, 12313, 16196, 12331, 13687, 12681, 11618, 18962, 14533, 20114, 15005, 16056, 16542, 11896, 19318, 12602, 14334, 21430, 14189, 20646, 15256, 12728, 17712, 13755, 19667, 14622, 20005, 14071, 17648, 11942, 14940, 14430, 13742, 21518, 12713, 15331, 11269, 10213, 13742, 10596, 11559, 16136, 14398, 20070, 14428, 16555, 13789, 13483, 14981, 15173, 13443, 17083, 13384, 17359, 14829, 15779, 15254, 14487, 19817, 13227, 20858, 13036, 19484, 12793, 17985, 13056, 18886, 13986, 17308, 13193, 16610, 13333, 16810, 11850, 16938, 13497, 16730, 13149, 16295, 13050, 16966, 12589, 18718, 13940, 20120, 14412, 16465, 14537, 14441, 16844, 13351, 19327, 15655, 16987, 14573, 11799, 17582, 13236, 20207, 15415, 19531, 14345, 18764, 14321, 18197, 13899, 17004, 14449, 17024, 11793, 17931, 14123, 17114, 14706, 16354, 13957, 17465, 13039, 17430, 13062, 17718, 13677, 13217, 10817, 15414, 13498, 12672, 18813, 13090, 18518, 13328, 18379, 15552, 16347, 22350, 15481, 18671, 14810, 17348, 13635, 20017, 13505, 13516, 15611, 12886, 18677, 14511, 17852, 13859, 20032, 13631, 17695, 14141, 16643, 12922, 18500, 13566, 18143, 13976, 18362, 14580, 19002, 13824, 12775, 18146, 13495, 12741, 15028, 16606, 15847, 19794, 15949, 19331, 15529, 18810, 14240, 14001, 14839, 13690, 18974, 14793, 19004, 14744, 18989, 15344, 18568, 14992, 16135, 17470, 14784, 20619, 14959, 12796, 13632, 12567, 15999, 12903, 18105, 13731, 11285, 18419, 13652, 18795, 13871, 17355, 13602, 16637, 13043, 16273, 15550, 15112, 16189, 13955], 'WindowCenter': [4918.0, 4955.0, 4892.0, 4826.0, 4830.0, 4808.0, 4839.0, 4807.0, 4865.0, 4846.0, 4867.0, 4835.0, 4851.0, 4828.0, 4780.0, 4768.0, 4757.0, 4811.0, 4791.0, 4823.0, 4816.0, 4848.0, 4838.0, 4836.0, 4829.0, 4818.0, 4836.0, 4810.0, 4860.0, 4855.0, 4886.0, 4869.0, 4836.0, 4885.0, 4870.0, 4896.0, 4859.0, 4880.0, 4823.0, 4853.0, 4825.0, 4884.0, 4859.0, 4889.0, 4861.0, 4853.0, 4899.0, 4858.0, 4847.0, 4883.0, 4837.0, 4853.0, 4835.0, 4873.0, 4844.0, 4876.0, 4840.0, 4852.0, 4822.0, 4846.0, 4809.0, 4846.0, 4818.0, 4847.0, 4818.0, 4847.0, 4819.0, 4810.0, 4839.0, 4820.0, 4861.0, 4829.0, 4851.0, 4811.0, 4849.0, 4824.0, 4863.0, 4810.0, 4872.0, 4842.0, 4881.0, 4854.0, 4862.0, 4823.0, 4802.0, 4864.0, 4838.0, 4875.0, 4859.0, 4828.0, 4885.0, 4881.0, 4880.0, 4869.0, 4845.0, 4878.0, 4846.0, 4868.0, 4874.0, 4863.0, 4878.0, 4810.0, 4837.0, 4805.0, 4834.0, 4806.0, 4832.0, 4851.0, 4883.0, 4830.0, 4812.0, 4805.0, 4805.0, 4832.0, 4872.0, 4831.0, 4803.0, 4746.0, 4823.0, 4814.0, 4847.0, 4840.0, 4848.0, 4829.0, 4848.0, 4825.0, 4874.0, 4820.0, 4859.0, 4844.0, 4873.0, 4853.0, 4885.0, 4870.0, 4913.0, 4880.0, 4859.0, 4825.0, 4815.0, 4842.0, 4823.0, 4875.0, 4856.0, 4898.0, 4870.0, 4897.0, 4869.0, 4869.0, 4904.0, 4864.0, 4878.0, 4859.0, 4817.0, 4870.0, 4838.0, 4871.0, 4839.0, 4870.0, 4803.0, 4851.0, 4816.0, 4835.0, 4804.0, 4831.0, 4793.0, 4780.0, 4792.0, 4784.0, 4827.0, 4795.0, 4824.0, 4801.0, 4813.0, 4832.0, 4802.0, 4831.0, 4810.0, 4820.0, 4802.0, 4812.0, 4780.0, 4813.0, 4802.0, 4807.0, 4853.0, 4813.0, 4851.0, 4815.0, 4822.0, 4831.0, 4869.0, 4844.0, 4884.0, 4844.0, 4876.0, 4865.0, 4874.0, 4853.0, 4853.0, 4851.0, 4837.0, 4864.0, 4827.0, 4840.0, 4828.0, 4817.0, 4847.0, 4799.0, 4845.0, 4815.0, 4826.0, 4793.0, 4794.0, 4854.0, 4826.0, 4855.0, 4819.0, 4872.0, 4816.0, 4824.0, 4804.0, 4802.0, 4793.0, 4806.0, 4804.0, 4815.0, 4855.0, 4824.0, 4843.0, 4804.0, 4849.0, 4835.0, 4848.0, 4819.0, 4796.0, 4832.0, 4803.0, 4815.0, 4776.0, 4826.0, 4802.0, 4832.0, 4822.0, 4828.0, 4807.0, 4839.0, 4816.0, 4844.0, 4816.0, 4846.0, 4849.0, 4857.0, 4829.0, 4844.0, 4815.0, 4836.0, 4803.0, 4860.0, 4828.0, 4849.0, 4819.0, 4851.0, 4820.0, 4843.0, 4838.0, 4849.0, 4819.0, 4839.0, 4816.0, 4847.0, 4821.0, 4864.0, 4859.0, 4828.0, 4837.0, 4817.0, 4836.0, 4829.0, 4847.0, 4817.0, 4834.0, 4805.0, 4836.0, 4814.0, 4824.0, 4846.0, 4815.0, 4833.0, 4803.0, 4820.0, 4790.0, 4810.0, 4758.0, 4808.0, 4777.0, 4798.0, 4775.0, 4786.0, 4765.0, 4787.0, 4796.0, 4806.0, 4785.0, 4819.0, 4801.0, 4786.0, 4787.0, 4823.0, 4792.0, 4810.0, 4789.0, 4812.0, 4808.0, 4798.0, 4820.0, 4798.0, 4808.0, 4777.0, 4797.0, 4777.0, 4799.0, 4798.0, 4800.0, 4810.0, 4814.0, 4852.0, 4832.0, 4804.0, 4918.0, 4842.0, 4835.0, 4848.0, 4827.0, 4840.0, 4845.0, 4808.0, 4834.0, 4818.0, 4835.0, 4812.0, 4885.0, 4842.0, 4831.0, 4853.0, 4831.0, 4841.0, 4850.0, 4838.0, 4873.0, 4835.0, 4876.0, 4834.0, 4861.0, 4833.0, 4848.0, 4821.0, 4849.0, 4808.0, 4859.0, 4840.0, 4862.0, 4832.0, 4850.0, 4822.0, 4860.0, 4829.0, 4838.0, 4816.0, 4787.0, 4834.0, 4819.0, 4846.0, 4792.0, 4823.0, 4780.0, 4809.0, 4769.0, 4797.0, 4758.0, 4796.0, 4759.0, 4821.0, 4789.0, 4819.0, 4798.0, 4824.0, 4820.0, 4769.0, 4838.0, 4769.0, 4817.0, 4800.0, 4820.0, 4811.0, 4823.0, 4815.0, 4808.0, 4802.0, 4845.0, 4817.0, 4812.0, 4805.0, 4803.0, 4826.0, 4792.0, 4831.0, 4795.0, 4823.0, 4810.0, 4829.0, 4817.0, 4843.0, 4828.0, 4855.0, 4830.0, 4848.0, 4828.0, 4844.0, 4818.0, 4808.0, 4841.0, 4832.0, 4851.0, 4849.0, 4848.0, 4817.0, 4840.0, 4857.0, 4829.0, 4849.0, 4827.0, 4849.0, 4814.0, 4822.0, 4793.0, 4833.0, 4818.0, 4836.0, 4808.0, 4748.0, 4738.0, 4781.0, 4835.0, 4817.0, 4852.0, 4816.0, 4804.0, 4787.0, 4781.0, 4779.0, 4764.0, 4830.0, 4829.0, 4814.0, 4816.0, 4793.0, 4814.0, 4769.0, 4806.0, 4746.0, 4758.0, 4767.0, 4780.0, 4782.0, 4792.0, 4756.0, 4771.0, 4762.0, 4796.0, 4763.0, 4809.0, 4806.0, 4798.0, 4829.0, 4810.0, 4820.0, 4823.0, 4842.0, 4814.0, 4834.0, 4807.0, 4845.0, 4827.0, 4844.0, 4828.0, 4847.0, 4805.0, 4826.0, 4823.0, 4804.0, 4841.0, 4813.0, 4820.0, 4792.0, 4831.0, 4804.0, 4832.0, 4803.0, 4834.0, 4802.0, 4821.0, 4792.0, 4815.0, 4857.0, 4820.0, 4838.0, 4793.0, 4799.0, 4823.0, 4820.0, 4869.0, 4831.0, 4861.0, 4838.0, 4851.0, 4837.0, 4828.0, 4859.0, 4825.0, 4836.0, 4814.0, 4824.0, 4791.0, 4824.0, 4803.0, 4812.0, 4791.0, 4821.0, 4791.0, 4812.0, 4793.0, 4834.0, 4791.0, 4844.0, 4803.0, 4835.0, 4791.0, 4827.0, 4852.0, 4817.0, 4845.0, 4826.0, 4844.0, 4816.0, 4846.0, 4814.0, 4848.0, 4831.0, 4859.0, 4840.0, 4828.0, 4841.0, 4848.0, 4842.0, 4860.0, 4826.0, 4837.0, 4806.0, 4827.0, 4805.0, 4839.0, 4799.0, 4817.0, 4793.0, 4861.0, 4827.0, 4823.0, 4887.0, 4858.0, 4845.0, 4813.0, 4871.0, 4828.0, 4866.0, 4829.0, 4806.0, 4797.0, 4783.0, 4774.0, 4832.0, 4818.0, 4811.0, 4781.0, 4753.0, 4794.0, 4753.0, 4783.0, 4791.0, 4816.0, 4789.0, 4780.0, 4788.0, 4822.0, 4783.0, 4823.0, 4784.0, 4810.0, 4782.0, 4811.0, 4816.0, 4821.0, 4865.0, 4812.0, 4861.0, 4835.0, 4863.0, 4843.0, 4842.0, 4842.0, 4850.0, 4856.0, 4856.0, 4865.0, 4815.0, 4851.0, 4813.0, 4864.0, 4819.0, 4830.0, 4858.0, 4807.0, 4833.0, 4805.0, 4837.0, 4809.0, 4818.0, 4839.0, 4859.0, 4908.0, 4831.0, 4843.0, 4832.0, 4861.0, 4833.0, 4822.0, 4854.0, 4833.0, 4863.0, 4830.0, 4851.0, 4870.0, 4818.0, 4860.0, 4808.0, 4855.0, 4817.0, 4847.0, 4808.0, 4825.0, 4817.0, 4858.0, 4820.0, 4847.0, 4818.0, 4848.0, 4820.0, 4852.0, 4843.0, 4852.0, 4821.0, 4848.0, 4876.0, 4865.0, 4856.0, 4845.0, 4835.0, 4896.0, 4868.0, 4897.0, 4868.0, 4891.0, 4893.0, 4851.0, 4910.0, 4861.0, 4882.0, 4937.0, 4873.0, 4925.0, 4881.0, 4861.0, 4891.0, 4860.0, 4888.0, 4847.0, 4878.0, 4824.0, 4852.0, 4798.0, 4830.0, 4814.0, 4806.0, 4868.0, 4821.0, 4828.0, 4786.0, 4764.0, 4804.0, 4792.0, 4788.0, 4812.0, 4843.0, 4889.0, 4856.0, 4869.0, 4847.0, 4835.0, 4832.0, 4828.0, 4806.0, 4839.0, 4808.0, 4840.0, 4818.0, 4828.0, 4814.0, 4806.0, 4833.0, 4793.0, 4833.0, 4792.0, 4832.0, 4792.0, 4821.0, 4802.0, 4832.0, 4815.0, 4832.0, 4805.0, 4834.0, 4803.0, 4836.0, 4796.0, 4835.0, 4806.0, 4836.0, 4818.0, 4840.0, 4820.0, 4862.0, 4822.0, 4860.0, 4844.0, 4881.0, 4856.0, 4862.0, 4846.0, 4844.0, 4865.0, 4845.0, 4900.0, 4870.0, 4876.0, 4856.0, 4826.0, 4874.0, 4847.0, 4887.0, 4856.0, 4874.0, 4845.0, 4876.0, 4845.0, 4876.0, 4833.0, 4853.0, 4832.0, 4852.0, 4812.0, 4862.0, 4831.0, 4852.0, 4830.0, 4841.0, 4820.0, 4848.0, 4818.0, 4849.0, 4832.0, 4862.0, 4846.0, 4835.0, 4787.0, 4827.0, 4816.0, 4817.0, 4874.0, 4843.0, 4873.0, 4833.0, 4876.0, 4842.0, 4853.0, 4871.0, 4830.0, 4849.0, 4816.0, 4839.0, 4817.0, 4845.0, 4816.0, 4831.0, 4869.0, 4823.0, 4863.0, 4830.0, 4836.0, 4805.0, 4846.0, 4817.0, 4836.0, 4819.0, 4824.0, 4795.0, 4833.0, 4807.0, 4835.0, 4816.0, 4846.0, 4828.0, 4857.0, 4828.0, 4819.0, 4869.0, 4840.0, 4843.0, 4870.0, 4864.0, 4880.0, 4903.0, 4881.0, 4890.0, 4871.0, 4877.0, 4857.0, 4842.0, 4845.0, 4832.0, 4875.0, 4845.0, 4874.0, 4845.0, 4865.0, 4842.0, 4865.0, 4830.0, 4840.0, 4837.0, 4817.0, 4847.0, 4816.0, 4793.0, 4819.0, 4820.0, 4862.0, 4823.0, 4838.0, 4808.0, 4778.0, 4840.0, 4832.0, 4863.0, 4824.0, 4855.0, 4824.0, 4844.0, 4808.0, 4839.0, 4840.0, 4841.0, 4838.0, 4816.0], 'WindowWidth': [10691.0, 10741.0, 10635.0, 10519.0, 10509.0, 10476.0, 10527.0, 10471.0, 10585.0, 10544.0, 10581.0, 10527.0, 10558.0, 10507.0, 10430.0, 10407.0, 10390.0, 10470.0, 10443.0, 10494.0, 10486.0, 10537.0, 10523.0, 10519.0, 10510.0, 10494.0, 10519.0, 10482.0, 10559.0, 10554.0, 10604.0, 10580.0, 10531.0, 10606.0, 10585.0, 10622.0, 10566.0, 10602.0, 10503.0, 10550.0, 10514.0, 10606.0, 10573.0, 10614.0, 10578.0, 10572.0, 10633.0, 10570.0, 10551.0, 10603.0, 10535.0, 10553.0, 10530.0, 10587.0, 10541.0, 10600.0, 10530.0, 10553.0, 10505.0, 10534.0, 10483.0, 10533.0, 10494.0, 10538.0, 10496.0, 10535.0, 10498.0, 10486.0, 10529.0, 10502.0, 10565.0, 10514.0, 10551.0, 10489.0, 10543.0, 10515.0, 10569.0, 10490.0, 10580.0, 10536.0, 10597.0, 10555.0, 10565.0, 10511.0, 10478.0, 10566.0, 10536.0, 10586.0, 10569.0, 10525.0, 10608.0, 10606.0, 10604.0, 10587.0, 10546.0, 10603.0, 10548.0, 10588.0, 10595.0, 10584.0, 10597.0, 10484.0, 10522.0, 10472.0, 10512.0, 10473.0, 10509.0, 10554.0, 10618.0, 10516.0, 10479.0, 10472.0, 10471.0, 10524.0, 10584.0, 10517.0, 10455.0, 10367.0, 10495.0, 10482.0, 10537.0, 10529.0, 10542.0, 10514.0, 10538.0, 10500.0, 10590.0, 10501.0, 10555.0, 10539.0, 10582.0, 10554.0, 10603.0, 10590.0, 10660.0, 10601.0, 10559.0, 10500.0, 10487.0, 10537.0, 10511.0, 10590.0, 10563.0, 10627.0, 10585.0, 10626.0, 10585.0, 10581.0, 10641.0, 10575.0, 10592.0, 10560.0, 10496.0, 10583.0, 10528.0, 10594.0, 10541.0, 10594.0, 10480.0, 10547.0, 10489.0, 10520.0, 10467.0, 10508.0, 10451.0, 10430.0, 10449.0, 10441.0, 10507.0, 10459.0, 10500.0, 10463.0, 10482.0, 10515.0, 10465.0, 10510.0, 10473.0, 10489.0, 10465.0, 10481.0, 10433.0, 10483.0, 10466.0, 10480.0, 10541.0, 10481.0, 10537.0, 10490.0, 10495.0, 10522.0, 10574.0, 10550.0, 10605.0, 10543.0, 10591.0, 10575.0, 10590.0, 10554.0, 10554.0, 10551.0, 10539.0, 10575.0, 10508.0, 10528.0, 10510.0, 10493.0, 10540.0, 10470.0, 10535.0, 10489.0, 10505.0, 10454.0, 10458.0, 10547.0, 10507.0, 10548.0, 10503.0, 10587.0, 10491.0, 10502.0, 10472.0, 10467.0, 10453.0, 10480.0, 10471.0, 10490.0, 10551.0, 10502.0, 10530.0, 10474.0, 10547.0, 10537.0, 10555.0, 10501.0, 10463.0, 10507.0, 10465.0, 10475.0, 10419.0, 10491.0, 10464.0, 10511.0, 10495.0, 10512.0, 10477.0, 10515.0, 10489.0, 10529.0, 10489.0, 10532.0, 10544.0, 10552.0, 10514.0, 10528.0, 10489.0, 10519.0, 10468.0, 10562.0, 10509.0, 10544.0, 10497.0, 10546.0, 10500.0, 10539.0, 10526.0, 10543.0, 10495.0, 10525.0, 10490.0, 10535.0, 10504.0, 10571.0, 10567.0, 10509.0, 10522.0, 10493.0, 10522.0, 10510.0, 10537.0, 10496.0, 10516.0, 10472.0, 10518.0, 10482.0, 10500.0, 10534.0, 10486.0, 10515.0, 10466.0, 10490.0, 10443.0, 10473.0, 10397.0, 10469.0, 10420.0, 10454.0, 10415.0, 10434.0, 10402.0, 10436.0, 10449.0, 10463.0, 10431.0, 10487.0, 10461.0, 10436.0, 10437.0, 10499.0, 10453.0, 10476.0, 10441.0, 10480.0, 10467.0, 10456.0, 10493.0, 10452.0, 10469.0, 10420.0, 10451.0, 10421.0, 10456.0, 10452.0, 10460.0, 10472.0, 10489.0, 10541.0, 10512.0, 10478.0, 10695.0, 10538.0, 10520.0, 10544.0, 10511.0, 10537.0, 10536.0, 10483.0, 10515.0, 10496.0, 10520.0, 10495.0, 10607.0, 10536.0, 10522.0, 10555.0, 10520.0, 10533.0, 10547.0, 10541.0, 10583.0, 10529.0, 10593.0, 10522.0, 10564.0, 10521.0, 10540.0, 10504.0, 10542.0, 10482.0, 10559.0, 10528.0, 10566.0, 10518.0, 10544.0, 10504.0, 10565.0, 10510.0, 10526.0, 10494.0, 10448.0, 10517.0, 10498.0, 10535.0, 10449.0, 10498.0, 10426.0, 10471.0, 10408.0, 10446.0, 10395.0, 10449.0, 10399.0, 10488.0, 10441.0, 10489.0, 10453.0, 10496.0, 10487.0, 10414.0, 10523.0, 10410.0, 10478.0, 10455.0, 10486.0, 10474.0, 10497.0, 10488.0, 10466.0, 10461.0, 10529.0, 10489.0, 10474.0, 10468.0, 10459.0, 10502.0, 10448.0, 10506.0, 10454.0, 10493.0, 10471.0, 10503.0, 10490.0, 10527.0, 10509.0, 10544.0, 10511.0, 10541.0, 10507.0, 10527.0, 10494.0, 10480.0, 10535.0, 10521.0, 10547.0, 10541.0, 10541.0, 10490.0, 10528.0, 10553.0, 10508.0, 10544.0, 10503.0, 10540.0, 10482.0, 10494.0, 10453.0, 10513.0, 10494.0, 10522.0, 10479.0, 10372.0, 10347.0, 10424.0, 10518.0, 10489.0, 10553.0, 10490.0, 10468.0, 10437.0, 10431.0, 10425.0, 10399.0, 10513.0, 10511.0, 10480.0, 10489.0, 10449.0, 10482.0, 10408.0, 10461.0, 10355.0, 10380.0, 10391.0, 10415.0, 10420.0, 10448.0, 10389.0, 10405.0, 10395.0, 10446.0, 10397.0, 10469.0, 10459.0, 10452.0, 10500.0, 10473.0, 10485.0, 10497.0, 10525.0, 10485.0, 10511.0, 10478.0, 10531.0, 10506.0, 10531.0, 10506.0, 10535.0, 10469.0, 10502.0, 10492.0, 10466.0, 10522.0, 10479.0, 10486.0, 10450.0, 10504.0, 10469.0, 10509.0, 10465.0, 10512.0, 10464.0, 10490.0, 10446.0, 10486.0, 10549.0, 10503.0, 10524.0, 10451.0, 10453.0, 10494.0, 10503.0, 10573.0, 10516.0, 10564.0, 10523.0, 10548.0, 10522.0, 10510.0, 10561.0, 10501.0, 10523.0, 10483.0, 10500.0, 10448.0, 10500.0, 10467.0, 10479.0, 10445.0, 10489.0, 10445.0, 10479.0, 10453.0, 10512.0, 10448.0, 10528.0, 10466.0, 10514.0, 10448.0, 10506.0, 10539.0, 10490.0, 10532.0, 10502.0, 10529.0, 10490.0, 10531.0, 10487.0, 10539.0, 10516.0, 10556.0, 10528.0, 10509.0, 10531.0, 10538.0, 10532.0, 10563.0, 10503.0, 10523.0, 10474.0, 10505.0, 10472.0, 10528.0, 10468.0, 10489.0, 10456.0, 10567.0, 10525.0, 10516.0, 10613.0, 10571.0, 10546.0, 10495.0, 10586.0, 10509.0, 10590.0, 10513.0, 10475.0, 10462.0, 10434.0, 10423.0, 10507.0, 10493.0, 10489.0, 10431.0, 10381.0, 10437.0, 10377.0, 10428.0, 10444.0, 10479.0, 10441.0, 10423.0, 10433.0, 10500.0, 10442.0, 10500.0, 10441.0, 10475.0, 10436.0, 10477.0, 10492.0, 10507.0, 10572.0, 10495.0, 10563.0, 10529.0, 10566.0, 10539.0, 10532.0, 10536.0, 10544.0, 10562.0, 10564.0, 10573.0, 10499.0, 10550.0, 10498.0, 10571.0, 10496.0, 10514.0, 10560.0, 10477.0, 10512.0, 10475.0, 10521.0, 10485.0, 10494.0, 10525.0, 10561.0, 10666.0, 10520.0, 10539.0, 10524.0, 10564.0, 10525.0, 10509.0, 10557.0, 10524.0, 10572.0, 10518.0, 10551.0, 10580.0, 10498.0, 10561.0, 10484.0, 10549.0, 10496.0, 10538.0, 10483.0, 10503.0, 10496.0, 10558.0, 10500.0, 10539.0, 10498.0, 10538.0, 10504.0, 10552.0, 10541.0, 10551.0, 10508.0, 10555.0, 10590.0, 10590.0, 10561.0, 10547.0, 10534.0, 10623.0, 10581.0, 10628.0, 10584.0, 10623.0, 10629.0, 10564.0, 10656.0, 10582.0, 10606.0, 10701.0, 10599.0, 10678.0, 10607.0, 10577.0, 10621.0, 10571.0, 10618.0, 10548.0, 10610.0, 10512.0, 10556.0, 10466.0, 10513.0, 10484.0, 10476.0, 10575.0, 10505.0, 10507.0, 10446.0, 10408.0, 10460.0, 10459.0, 10446.0, 10473.0, 10533.0, 10622.0, 10560.0, 10587.0, 10546.0, 10528.0, 10516.0, 10509.0, 10473.0, 10524.0, 10475.0, 10530.0, 10490.0, 10507.0, 10483.0, 10473.0, 10510.0, 10449.0, 10512.0, 10448.0, 10504.0, 10448.0, 10489.0, 10464.0, 10508.0, 10485.0, 10505.0, 10471.0, 10509.0, 10466.0, 10515.0, 10457.0, 10515.0, 10472.0, 10518.0, 10492.0, 10528.0, 10498.0, 10562.0, 10506.0, 10559.0, 10538.0, 10590.0, 10558.0, 10562.0, 10545.0, 10538.0, 10573.0, 10542.0, 10632.0, 10585.0, 10590.0, 10561.0, 10515.0, 10585.0, 10547.0, 10607.0, 10556.0, 10587.0, 10543.0, 10589.0, 10542.0, 10590.0, 10519.0, 10551.0, 10518.0, 10549.0, 10490.0, 10567.0, 10513.0, 10548.0, 10512.0, 10530.0, 10497.0, 10540.0, 10494.0, 10540.0, 10519.0, 10569.0, 10546.0, 10528.0, 10447.0, 10504.0, 10488.0, 10493.0, 10586.0, 10539.0, 10586.0, 10524.0, 10593.0, 10534.0, 10551.0, 10588.0, 10513.0, 10545.0, 10490.0, 10526.0, 10490.0, 10528.0, 10490.0, 10517.0, 10584.0, 10508.0, 10566.0, 10513.0, 10514.0, 10471.0, 10532.0, 10489.0, 10514.0, 10494.0, 10497.0, 10457.0, 10511.0, 10476.0, 10513.0, 10488.0, 10530.0, 10504.0, 10548.0, 10510.0, 10499.0, 10567.0, 10533.0, 10539.0, 10586.0, 10571.0, 10597.0, 10642.0, 10602.0, 10617.0, 10586.0, 10592.0, 10562.0, 10534.0, 10539.0, 10517.0, 10586.0, 10540.0, 10585.0, 10540.0, 10572.0, 10534.0, 10574.0, 10513.0, 10530.0, 10519.0, 10489.0, 10538.0, 10487.0, 10450.0, 10494.0, 10502.0, 10566.0, 10508.0, 10518.0, 10473.0, 10427.0, 10522.0, 10517.0, 10565.0, 10507.0, 10551.0, 10504.0, 10535.0, 10474.0, 10526.0, 10528.0, 10532.0, 10524.0, 10489.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.004941928817451206</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.044072774397244545</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.89812465090801</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2502429409655158</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.061315207862069</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.518</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3389.1343</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.25556190633885717</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>325</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>37.3134328358209</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4048288787794188</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2700506731505015</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.722832298718983</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.221603664468771</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0198319</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019722482189536095</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03772781044244766</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.136894380218248</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>41.2616</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.6246</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>268.8411</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292055.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1242.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>471.3059</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9142</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.4939</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3961.0399</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4152.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84489.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1514.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5132.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.6455</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.105272106826305</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> |