=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0122_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0122_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-04/func/sub-0122_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>aaa37a0185fd22e85dbff121d181d7c3</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:39:38.107500</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.999228, 0.0349686, -0.0178879, -0.0336716, 0.997097, 0.068286]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0846848</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4223, -7659, -7103, 778, -68, 199, -270, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.418</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2f4b3d1f-3a21-493d-9813-054e669a4307||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.680856466293335, -0.0903383418917656, -0.0546044185757637, 118.17657470703125], [-0.09381812810897827, 2.6751394271850586, 0.18260374665260315, -101.6076889038086], [-0.04799196869134903, -0.18320642411708832, 2.6932644844055176, -47.46393966674805], [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': ['183938.107500', '183938.567500', '183939.027500', '183939.487500', '183939.947500', '183940.407500', '183940.867500', '183941.327500', '183941.787500', '183942.247500', '183942.707500', '183943.167500', '183943.627500', '183944.087500', '183944.547500', '183945.007500', '183945.467500', '183945.927500', '183946.387500', '183946.847500', '183947.307500', '183947.767500', '183948.227500', '183948.687500', '183949.147500', '183949.607500', '183950.067500', '183950.527500', '183950.987500', '183951.447500', '183951.907500', '183952.367500', '183952.827500', '183953.287500', '183953.747500', '183954.207500', '183954.667500', '183955.127500', '183955.587500', '183956.047500', '183956.507500', '183956.967500', '183957.427500', '183957.887500', '183958.347500', '183958.807500', '183959.267500', '183959.727500', '184000.187500', '184000.647500', '184001.107500', '184001.567500', '184002.027500', '184002.487500', '184002.947500', '184003.407500', '184003.867500', '184004.327500', '184004.787500', '184005.247500', '184005.707500', '184006.167500', '184006.627500', '184007.087500', '184007.547500', '184008.007500', '184008.467500', '184008.927500', '184009.387500', '184009.847500', '184010.307500', '184010.767500', '184011.227500', '184011.687500', '184012.147500', '184012.607500', '184013.067500', '184013.527500', '184013.987500', '184014.447500', '184014.907500', '184015.367500', '184015.827500', '184016.287500', '184016.747500', '184017.207500', '184017.667500', '184018.127500', '184018.587500', '184019.047500', '184019.507500', '184019.967500', '184020.427500', '184020.887500', '184021.347500', '184021.807500', '184022.267500', '184022.727500', '184023.187500', '184023.647500', '184024.107500', '184024.567500', '184025.027500', '184025.487500', '184025.947500', '184026.407500', '184026.867500', '184027.327500', '184027.787500', '184028.247500', '184028.707500', '184029.167500', '184029.627500', '184030.087500', '184030.547500', '184031.007500', '184031.467500', '184031.927500', '184032.387500', '184032.847500', '184033.307500', '184033.767500', '184034.227500', '184034.687500', '184035.147500', '184035.607500', '184036.067500', '184036.527500', '184036.987500', '184037.447500', '184037.907500', '184038.367500', '184038.827500', '184039.287500', '184039.747500', '184040.207500', '184040.667500', '184041.127500', '184041.587500', '184042.047500', '184042.507500', '184042.967500', '184043.427500', '184043.887500', '184044.347500', '184044.807500', '184045.267500', '184045.727500', '184046.187500', '184046.647500', '184047.107500', '184047.567500', '184048.027500', '184048.487500', '184048.947500', '184049.407500', '184049.867500', '184050.327500', '184050.787500', '184051.247500', '184051.707500', '184052.167500', '184052.627500', '184053.087500', '184053.547500', '184054.007500', '184054.467500', '184054.927500', '184055.387500', '184055.847500', '184056.307500', '184056.767500', '184057.227500', '184057.687500', '184058.147500', '184058.607500', '184059.067500', '184059.527500', '184059.987500', '184100.447500', '184100.907500', '184101.367500', '184101.827500', '184102.287500', '184102.747500', '184103.207500', '184103.667500', '184104.127500', '184104.587500', '184105.047500', '184105.507500', '184105.967500', '184106.427500', '184106.887500', '184107.347500', '184107.807500', '184108.267500', '184108.727500', '184109.187500', '184109.647500', '184110.107500', '184110.567500', '184111.027500', '184111.487500', '184111.947500', '184112.407500', '184112.867500', '184113.327500', '184113.787500', '184114.247500', '184114.707500', '184115.167500', '184115.627500', '184116.087500', '184116.547500', '184117.007500', '184117.467500', '184117.927500', '184118.387500', '184118.847500', '184119.307500', '184119.767500', '184120.227500', '184120.687500', '184121.147500', '184121.607500', '184122.067500', '184122.527500', '184122.987500', '184123.447500', '184123.907500', '184124.367500', '184124.827500', '184125.287500', '184125.747500', '184126.207500', '184126.667500', '184127.127500', '184127.587500', '184128.047500', '184128.507500', '184128.967500', '184129.427500', '184129.887500', '184130.347500', '184130.807500', '184131.267500', '184131.727500', '184132.187500', '184132.647500', '184133.107500', '184133.567500', '184134.027500', '184134.487500', '184134.947500', '184135.407500', '184135.867500', '184136.327500', '184136.787500', '184137.247500', '184137.707500', '184138.167500', '184138.627500', '184139.087500', '184139.547500', '184140.007500', '184140.467500', '184140.927500', '184141.387500', '184141.847500', '184142.307500', '184142.767500', '184143.227500', '184143.687500', '184144.147500', '184144.607500', '184145.067500', '184145.527500', '184145.987500', '184146.447500', '184146.907500', '184147.367500', '184147.827500', '184148.287500', '184148.747500', '184149.207500', '184149.667500', '184150.127500', '184150.587500', '184151.047500', '184151.507500', '184151.967500', '184152.427500', '184152.887500', '184153.347500', '184153.807500', '184154.267500', '184154.727500', '184155.187500', '184155.647500', '184156.107500', '184156.567500', '184157.027500', '184157.487500', '184157.947500', '184158.407500', '184158.867500', '184159.327500', '184159.787500', '184200.247500', '184200.707500', '184201.167500', '184201.627500', '184202.087500', '184202.547500', '184203.007500', '184203.467500', '184203.927500', '184204.387500', '184204.847500', '184205.307500', '184205.767500', '184206.227500', '184206.687500', '184207.147500', '184207.607500', '184208.067500', '184208.527500', '184208.987500', '184209.447500', '184209.907500', '184210.367500', '184210.827500', '184211.287500', '184211.747500', '184212.207500', '184212.667500', '184213.127500', '184213.587500', '184214.047500', '184214.507500', '184214.967500', '184215.427500', '184215.887500', '184216.347500', '184216.807500', '184217.267500', '184217.727500', '184218.187500', '184218.647500', '184219.107500', '184219.567500', '184220.027500', '184220.487500', '184220.947500', '184221.407500', '184221.867500', '184222.327500', '184222.787500', '184223.247500', '184223.707500', '184224.167500', '184224.627500', '184225.087500', '184225.547500', '184226.007500', '184226.467500', '184226.927500', '184227.387500', '184227.847500', '184228.307500', '184228.767500', '184229.227500', '184229.687500', '184230.147500', '184230.607500', '184231.067500', '184231.527500', '184231.987500', '184232.447500', '184232.907500', '184233.367500', '184233.827500', '184234.287500', '184234.747500', '184235.207500', '184235.667500', '184236.127500', '184236.587500', '184237.047500', '184237.507500', '184237.967500', '184238.427500', '184238.887500', '184239.347500', '184239.807500', '184240.267500', '184240.727500', '184241.187500', '184241.647500', '184242.107500', '184242.567500', '184243.027500', '184243.487500', '184243.947500', '184244.407500', '184244.867500', '184245.327500', '184245.787500', '184246.247500', '184246.707500', '184247.167500', '184247.627500', '184248.087500', '184248.547500', '184249.007500', '184249.467500', '184249.927500', '184250.387500', '184250.847500', '184251.307500', '184251.767500', '184252.227500', '184252.687500', '184253.147500', '184253.607500', '184254.067500', '184254.527500', '184254.987500', '184255.447500', '184255.907500', '184256.367500', '184256.827500', '184257.287500', '184257.747500', '184258.207500', '184258.667500', '184259.127500', '184259.587500', '184300.047500', '184300.507500', '184300.967500', '184301.427500', '184301.887500', '184302.347500', '184302.807500', '184303.267500', '184303.727500', '184304.187500', '184304.647500', '184305.107500', '184305.567500', '184306.027500', '184306.487500', '184306.947500', '184307.407500', '184307.867500', '184308.327500', '184308.787500', '184309.247500', '184309.707500', '184310.167500', '184310.627500', '184311.087500', '184311.547500', '184312.007500', '184312.467500', '184312.927500', '184313.387500', '184313.847500', '184314.307500', '184314.767500', '184315.227500', '184315.687500', '184316.147500', '184316.607500', '184317.067500', '184317.527500', '184317.987500', '184318.447500', '184318.907500', '184319.367500', '184319.827500', '184320.287500', '184320.747500', '184321.207500', '184321.667500', '184322.127500', '184322.587500', '184323.047500', '184323.507500', '184323.967500', '184324.427500', '184324.887500', '184325.347500', '184325.807500', '184326.267500', '184326.727500', '184327.187500', '184327.647500', '184328.107500', '184328.567500', '184329.027500', '184329.487500', '184329.947500', '184330.407500', '184330.867500', '184331.327500', '184331.787500', '184332.247500', '184332.707500', '184333.167500', '184333.627500', '184334.087500', '184334.547500', '184335.007500', '184335.467500', '184335.927500', '184336.387500', '184336.847500', '184337.307500', '184337.767500', '184338.227500', '184338.687500', '184339.147500', '184339.607500', '184340.067500', '184340.527500', '184340.987500', '184341.447500', '184341.907500', '184342.367500', '184342.827500', '184343.287500', '184343.747500', '184344.207500', '184344.667500', '184345.127500', '184345.587500', '184346.047500', '184346.507500', '184346.967500', '184347.427500', '184347.887500', '184348.347500', '184348.807500', '184349.267500', '184349.727500', '184350.187500', '184350.647500', '184351.107500', '184351.567500', '184352.027500', '184352.487500', '184352.947500', '184353.407500', '184353.867500', '184354.327500', '184354.787500', '184355.247500', '184355.707500', '184356.167500', '184356.627500', '184357.087500', '184357.547500', '184358.007500', '184358.467500', '184358.927500', '184359.387500', '184359.847500', '184400.307500', '184400.767500', '184401.227500', '184401.687500', '184402.147500', '184402.607500', '184403.067500', '184403.527500', '184403.987500', '184404.447500', '184404.907500', '184405.367500', '184405.827500', '184406.287500', '184406.747500', '184407.207500', '184407.667500', '184408.127500', '184408.587500', '184409.047500', '184409.507500', '184409.967500', '184410.427500', '184410.887500', '184411.347500', '184411.807500', '184412.267500', '184412.727500', '184413.187500', '184413.647500', '184414.107500', '184414.567500', '184415.027500', '184415.487500', '184415.947500', '184416.407500', '184416.867500', '184417.327500', '184417.787500', '184418.247500', '184418.707500', '184419.167500', '184419.627500', '184420.087500', '184420.547500', '184421.007500', '184421.467500', '184421.927500', '184422.387500', '184422.847500', '184423.307500', '184423.767500', '184424.227500', '184424.687500', '184425.147500', '184425.607500', '184426.067500', '184426.527500', '184426.987500', '184427.447500', '184427.907500', '184428.367500', '184428.827500', '184429.287500', '184429.747500', '184430.207500', '184430.667500', '184431.127500', '184431.587500', '184432.047500', '184432.507500', '184432.967500', '184433.427500', '184433.887500', '184434.347500', '184434.807500', '184435.267500', '184435.727500', '184436.187500', '184436.647500', '184437.107500', '184437.567500', '184438.027500', '184438.487500', '184438.947500', '184439.407500', '184439.867500', '184440.327500', '184440.787500', '184441.247500', '184441.707500', '184442.167500', '184442.627500', '184443.087500', '184443.547500', '184444.007500', '184444.467500', '184444.927500', '184445.387500', '184445.847500', '184446.307500', '184446.767500', '184447.227500', '184447.687500', '184448.147500', '184448.607500', '184449.067500', '184449.527500', '184449.987500', '184450.447500', '184450.907500', '184451.367500', '184451.827500', '184452.287500', '184452.747500', '184453.207500', '184453.667500', '184454.127500', '184454.587500', '184455.047500', '184455.507500', '184455.967500', '184456.427500', '184456.887500', '184457.347500', '184457.807500', '184458.267500', '184458.727500', '184459.187500', '184459.647500', '184500.107500', '184500.567500', '184501.027500', '184501.487500', '184501.947500', '184502.407500', '184502.867500', '184503.327500', '184503.787500', '184504.247500', '184504.707500', '184505.167500', '184505.627500', '184506.087500', '184506.547500', '184507.007500', '184507.467500', '184507.927500', '184508.387500', '184508.847500', '184509.307500', '184509.767500', '184510.227500', '184510.687500', '184511.147500', '184511.607500', '184512.067500', '184512.527500', '184512.987500', '184513.447500', '184513.907500', '184514.367500', '184514.827500', '184515.287500', '184515.747500', '184516.207500', '184516.667500', '184517.127500', '184517.587500', '184518.047500', '184518.507500', '184518.967500', '184519.427500', '184519.887500', '184520.347500', '184520.807500', '184521.267500', '184521.727500', '184522.187500', '184522.647500', '184523.107500', '184523.567500', '184524.027500', '184524.487500', '184524.947500', '184525.407500', '184525.867500', '184526.327500', '184526.787500', '184527.247500', '184527.707500', '184528.167500', '184528.627500', '184529.087500', '184529.547500', '184530.007500', '184530.467500', '184530.927500', '184531.387500', '184531.847500', '184532.307500', '184532.767500', '184533.227500', '184533.687500', '184534.147500', '184534.607500', '184535.067500', '184535.527500', '184535.987500', '184536.447500', '184536.907500', '184537.367500', '184537.827500', '184538.287500', '184538.747500', '184539.207500', '184539.667500', '184540.127500', '184540.587500', '184541.047500', '184541.507500', '184541.967500', '184542.427500', '184542.887500', '184543.347500', '184543.807500', '184544.267500', '184544.727500', '184545.187500', '184545.647500', '184546.107500', '184546.567500', '184547.027500', '184547.487500', '184547.947500', '184548.407500', '184548.867500', '184549.327500', '184549.787500', '184550.247500', '184550.707500', '184551.167500', '184551.627500', '184552.087500', '184552.547500', '184553.007500', '184553.467500', '184553.927500', '184554.387500', '184554.847500', '184555.307500', '184555.767500', '184556.227500', '184556.687500', '184557.147500', '184557.607500', '184558.067500', '184558.527500', '184558.987500', '184559.447500', '184559.907500', '184600.367500', '184600.827500', '184601.287500', '184601.747500', '184602.207500', '184602.667500', '184603.127500', '184603.587500', '184604.047500', '184604.507500', '184604.967500', '184605.427500', '184605.887500', '184606.347500', '184606.807500', '184607.267500', '184607.727500', '184608.187500', '184608.647500', '184609.107500', '184609.567500', '184610.027500', '184610.487500', '184610.947500', '184611.407500', '184611.867500', '184612.327500', '184612.787500', '184613.247500', '184613.707500', '184614.167500', '184614.627500', '184615.087500', '184615.547500', '184616.007500', '184616.467500', '184616.927500', '184617.387500', '184617.847500', '184618.307500', '184618.767500'], 'ContentTime': ['183948.540000', '183948.543000', '183948.546000', '183948.548000', '183948.551000', '183948.554000', '183948.561000', '183948.564000', '183948.566000', '183948.569000', '183948.571000', '183948.574000', '183948.577000', '183948.580000', '183948.582000', '183948.589000', '183948.592000', '183948.598000', '183948.601000', '183948.604000', '183948.606000', '184008.492000', '184008.495000', '184008.497000', '184008.500000', '184008.502000', '184008.505000', '184008.508000', '184008.511000', '184008.513000', '184008.516000', '184008.519000', '184008.521000', '184008.524000', '184008.527000', '184008.529000', '184008.532000', '184008.534000', '184008.537000', '184008.548000', '184008.550000', '184008.553000', '184008.555000', '184008.558000', '184008.566000', '184008.568000', '184008.571000', '184008.574000', '184008.576000', '184008.579000', '184008.582000', '184008.584000', '184008.587000', '184008.589000', '184008.592000', '184008.595000', '184008.597000', '184008.600000', '184008.603000', '184008.605000', '184008.608000', '184008.610000', '184008.613000', '184008.616000', '184028.491000', '184028.495000', '184028.497000', '184028.500000', '184028.502000', '184028.505000', '184028.508000', '184028.510000', '184028.513000', '184028.516000', '184028.518000', '184028.521000', '184028.523000', '184028.526000', '184028.529000', '184028.531000', '184028.534000', '184028.536000', '184028.539000', '184028.542000', '184028.544000', '184028.547000', '184028.549000', '184028.552000', '184028.555000', '184028.557000', '184028.560000', '184028.562000', '184028.565000', '184028.568000', '184028.570000', '184028.573000', '184028.575000', '184028.578000', '184028.581000', '184028.583000', '184028.586000', '184028.589000', '184028.591000', '184028.594000', '184028.596000', '184028.599000', '184028.602000', '184028.604000', '184048.491000', '184048.494000', '184048.497000', '184048.500000', '184048.502000', '184048.505000', '184048.508000', '184048.510000', '184048.513000', '184048.515000', '184048.518000', '184048.521000', '184048.523000', '184048.526000', '184048.529000', '184048.532000', '184048.535000', '184048.537000', '184048.540000', '184048.543000', '184048.545000', '184048.548000', '184048.551000', '184048.553000', '184048.556000', '184048.559000', '184048.561000', '184048.564000', '184048.567000', '184048.569000', '184048.572000', '184048.574000', '184048.578000', '184048.581000', '184048.584000', '184048.586000', '184048.589000', '184048.592000', '184048.594000', '184048.597000', '184048.600000', '184048.602000', '184048.605000', '184108.492000', '184108.494000', '184108.497000', '184108.500000', '184108.516000', '184108.519000', '184108.522000', '184108.524000', '184108.527000', '184108.530000', '184108.532000', '184108.535000', '184108.537000', '184108.540000', '184108.543000', '184108.546000', '184108.549000', '184108.551000', '184108.554000', '184108.557000', '184108.559000', '184108.562000', '184108.564000', '184108.567000', '184108.570000', '184108.572000', '184108.578000', '184108.581000', '184108.584000', '184108.586000', '184108.589000', '184108.592000', '184108.594000', '184108.597000', '184108.600000', '184108.602000', '184108.605000', '184108.607000', '184108.610000', '184108.613000', '184108.615000', '184108.618000', '184108.621000', '184108.623000', '184128.491000', '184128.494000', '184128.497000', '184128.500000', '184128.502000', '184128.505000', '184128.508000', '184128.510000', '184128.513000', '184128.516000', '184128.518000', '184128.521000', '184128.523000', '184128.526000', '184128.529000', '184128.531000', '184128.534000', '184128.537000', '184128.539000', '184128.542000', '184128.545000', '184128.547000', '184128.550000', '184128.553000', '184128.555000', '184128.558000', '184128.561000', '184128.563000', '184128.566000', '184128.568000', '184128.571000', '184128.574000', '184128.576000', '184128.579000', '184128.582000', '184128.584000', '184128.587000', '184128.590000', '184128.592000', '184128.595000', '184128.597000', '184128.600000', '184128.603000', '184148.492000', '184148.495000', '184148.498000', '184148.501000', '184148.504000', '184148.506000', '184148.509000', '184148.511000', '184148.514000', '184148.517000', '184148.519000', '184148.522000', '184148.525000', '184148.527000', '184148.530000', '184148.532000', '184148.535000', '184148.538000', '184148.540000', '184148.543000', '184148.546000', '184148.548000', '184148.551000', '184148.554000', '184148.556000', '184148.559000', '184148.562000', '184148.564000', '184148.567000', '184148.569000', '184148.572000', '184148.575000', '184148.578000', '184148.580000', '184148.583000', '184148.585000', '184148.588000', '184148.591000', '184148.593000', '184148.596000', '184148.599000', '184148.601000', '184148.604000', '184148.607000', '184208.493000', '184208.495000', '184208.498000', '184208.501000', '184208.504000', '184208.506000', '184208.509000', '184208.511000', '184208.514000', '184208.517000', '184208.519000', '184208.522000', '184208.525000', '184208.528000', '184208.530000', '184208.533000', '184208.536000', '184208.538000', '184208.541000', '184208.543000', '184208.546000', '184208.549000', '184208.551000', '184208.554000', '184208.557000', '184208.560000', '184208.563000', '184208.565000', '184208.568000', '184208.571000', '184208.573000', '184208.576000', '184208.579000', '184208.581000', '184208.584000', '184208.586000', '184208.589000', '184208.592000', '184208.594000', '184208.597000', '184208.600000', '184208.602000', '184208.605000', '184228.491000', '184228.495000', '184228.497000', '184228.500000', '184228.502000', '184228.505000', '184228.508000', '184228.510000', '184228.513000', '184228.516000', '184228.518000', '184228.521000', '184228.523000', '184228.526000', '184228.529000', '184228.532000', '184228.534000', '184228.537000', '184228.540000', '184228.542000', '184228.545000', '184228.547000', '184228.550000', '184228.553000', '184228.555000', '184228.558000', '184228.561000', '184228.563000', '184228.566000', '184228.569000', '184228.571000', '184228.574000', '184228.576000', '184228.579000', '184228.582000', '184228.584000', '184228.587000', '184228.590000', '184228.592000', '184228.595000', '184228.597000', '184228.600000', '184228.603000', '184228.616000', '184248.491000', '184248.494000', '184248.497000', '184248.500000', '184248.502000', '184248.505000', '184248.508000', '184248.510000', '184248.513000', '184248.516000', '184248.518000', '184248.521000', '184248.524000', '184248.526000', '184248.529000', '184248.532000', '184248.534000', '184248.537000', '184248.539000', '184248.542000', '184248.544000', '184248.547000', '184248.550000', '184248.552000', '184248.555000', '184248.558000', '184248.560000', '184248.563000', '184248.565000', '184248.568000', '184248.571000', '184248.573000', '184248.576000', '184248.579000', '184248.581000', '184248.584000', '184248.587000', '184248.589000', '184248.592000', '184248.595000', '184248.597000', '184248.600000', '184248.603000', '184308.492000', '184308.495000', '184308.497000', '184308.500000', '184308.503000', '184308.505000', '184308.508000', '184308.510000', '184308.513000', '184308.516000', '184308.518000', '184308.521000', '184308.524000', '184308.526000', '184308.529000', '184308.532000', '184308.534000', '184308.537000', '184308.540000', '184308.542000', '184308.545000', '184308.548000', '184308.550000', '184308.553000', '184308.556000', '184308.558000', '184308.561000', '184308.564000', '184308.566000', '184308.569000', '184308.572000', '184308.574000', '184308.577000', '184308.580000', '184308.582000', '184308.585000', '184308.588000', '184308.590000', '184308.593000', '184308.595000', '184308.598000', '184308.601000', '184308.603000', '184308.606000', '184328.492000', '184328.495000', '184328.497000', '184328.500000', '184328.503000', '184328.505000', '184328.508000', '184328.511000', '184328.513000', '184328.516000', '184328.518000', '184328.521000', '184328.524000', '184328.526000', '184328.529000', '184328.532000', '184328.534000', '184328.537000', '184328.540000', '184328.542000', '184328.545000', '184328.547000', '184328.550000', '184328.553000', '184328.555000', '184328.558000', '184328.561000', '184328.563000', '184328.566000', '184328.569000', '184328.571000', '184328.574000', '184328.577000', '184328.579000', '184328.582000', '184328.585000', '184328.587000', '184328.590000', '184328.593000', '184328.595000', '184328.598000', '184328.601000', '184328.604000', '184348.492000', '184348.494000', '184348.497000', '184348.500000', '184348.503000', '184348.505000', '184348.508000', '184348.511000', '184348.513000', '184348.516000', '184348.518000', '184348.521000', '184348.524000', '184348.526000', '184348.529000', '184348.532000', '184348.534000', '184348.537000', '184348.540000', '184348.542000', '184348.545000', '184348.548000', '184348.550000', '184348.553000', '184348.555000', '184348.558000', '184348.561000', '184348.563000', '184348.566000', '184348.569000', '184348.571000', '184348.574000', '184348.577000', '184348.580000', '184348.582000', '184348.585000', '184348.588000', '184348.590000', '184348.593000', '184348.596000', '184348.598000', '184348.601000', '184348.603000', '184348.606000', '184408.492000', '184408.495000', '184408.498000', '184408.500000', '184408.503000', '184408.506000', '184408.508000', '184408.511000', '184408.513000', '184408.543000', '184408.546000', '184408.548000', '184408.551000', '184408.553000', '184408.556000', '184408.559000', '184408.561000', '184408.564000', '184408.566000', '184408.569000', '184408.572000', '184408.574000', '184408.577000', '184408.580000', '184408.583000', '184408.585000', '184408.588000', '184408.590000', '184408.593000', '184408.595000', '184408.598000', '184408.601000', '184408.603000', '184408.606000', '184408.609000', '184408.611000', '184408.614000', '184408.616000', '184408.619000', '184408.622000', '184408.624000', '184408.627000', '184408.629000', '184428.492000', '184428.495000', '184428.498000', '184428.501000', '184428.503000', '184428.506000', '184428.508000', '184428.511000', '184428.513000', '184428.516000', '184428.519000', '184428.521000', '184428.524000', '184428.527000', '184428.529000', '184428.532000', '184428.535000', '184428.537000', '184428.540000', '184428.542000', '184428.545000', '184428.554000', '184428.557000', '184428.559000', '184428.562000', '184428.565000', '184428.567000', '184428.570000', '184428.572000', '184428.575000', '184428.578000', '184428.580000', '184428.583000', '184428.585000', '184428.588000', '184428.590000', '184428.593000', '184428.596000', '184428.598000', '184428.601000', '184428.603000', '184428.606000', '184428.609000', '184428.611000', '184448.492000', '184448.495000', '184448.497000', '184448.500000', '184448.502000', '184448.505000', '184448.508000', '184448.510000', '184448.513000', '184448.516000', '184448.518000', '184448.521000', '184448.523000', '184448.526000', '184448.529000', '184448.531000', '184448.534000', '184448.536000', '184448.539000', '184448.541000', '184448.544000', '184448.547000', '184448.549000', '184448.552000', '184448.554000', '184448.557000', '184448.560000', '184448.562000', '184448.565000', '184448.567000', '184448.570000', '184448.573000', '184448.575000', '184448.578000', '184448.580000', '184448.583000', '184448.586000', '184448.588000', '184448.591000', '184448.593000', '184448.596000', '184448.598000', '184448.601000', '184508.492000', '184508.495000', '184508.497000', '184508.500000', '184508.502000', '184508.505000', '184508.508000', '184508.510000', '184508.513000', '184508.515000', '184508.518000', '184508.521000', '184508.523000', '184508.526000', '184508.529000', '184508.531000', '184508.534000', '184508.537000', '184508.539000', '184508.542000', '184508.544000', '184508.547000', '184508.550000', '184508.552000', '184508.555000', '184508.557000', '184508.560000', '184508.563000', '184508.565000', '184508.576000', '184508.578000', '184508.581000', '184508.584000', '184508.586000', '184508.589000', '184508.592000', '184508.594000', '184508.597000', '184508.600000', '184508.602000', '184508.605000', '184508.608000', '184508.610000', '184508.613000', '184528.492000', '184528.494000', '184528.497000', '184528.500000', '184528.502000', '184528.505000', '184528.508000', '184528.510000', '184528.513000', '184528.515000', '184528.518000', '184528.521000', '184528.523000', '184528.526000', '184528.529000', '184528.531000', '184528.534000', '184528.537000', '184528.539000', '184528.542000', '184528.545000', '184528.547000', '184528.550000', '184528.553000', '184528.555000', '184528.558000', '184528.560000', '184528.563000', '184528.566000', '184528.568000', '184528.571000', '184528.574000', '184528.576000', '184528.579000', '184528.588000', '184528.591000', '184528.593000', '184528.596000', '184528.598000', '184528.601000', '184528.604000', '184528.606000', '184528.609000', '184548.492000', '184548.494000', '184548.498000', '184548.501000', '184548.504000', '184548.506000', '184548.509000', '184548.512000', '184548.514000', '184548.517000', '184548.519000', '184548.522000', '184548.525000', '184548.527000', '184548.530000', '184548.532000', '184548.535000', '184548.537000', '184548.540000', '184548.542000', '184548.545000', '184548.548000', '184548.550000', '184548.553000', '184548.556000', '184548.558000', '184548.561000', '184548.564000', '184548.566000', '184548.569000', '184548.571000', '184548.574000', '184548.577000', '184548.579000', '184548.582000', '184548.585000', '184548.588000', '184548.590000', '184548.593000', '184548.596000', '184548.598000', '184548.601000', '184548.604000', '184608.492000', '184608.494000', '184608.497000', '184608.500000', '184608.502000', '184608.505000', '184608.507000', '184608.510000', '184608.513000', '184608.515000', '184608.518000', '184608.520000', '184608.523000', '184608.525000', '184608.528000', '184608.531000', '184608.533000', '184608.536000', '184608.538000', '184608.541000', '184608.544000', '184608.546000', '184608.549000', '184608.562000', '184608.564000', '184608.567000', '184608.570000', '184608.572000', '184608.575000', '184608.577000', '184608.580000', '184608.582000', '184608.585000', '184608.588000', '184608.590000', '184608.593000', '184608.595000', '184608.598000', '184608.601000', '184608.604000', '184608.606000', '184608.609000', '184608.611000', '184608.614000', '184619.739000', '184619.742000', '184619.744000', '184619.747000', '184619.750000', '184619.752000', '184619.755000', '184619.757000', '184619.760000', '184619.763000', '184619.765000', '184619.768000', '184619.771000', '184619.774000', '184619.776000', '184619.779000', '184619.789000', '184619.792000', '184619.795000', '184619.797000', '184619.865000', '184619.869000', '184619.872000', '184619.875000', '184619.879000'], 'InstanceCreationTime': ['183948.540000', '183948.543000', '183948.546000', '183948.548000', '183948.551000', '183948.554000', '183948.561000', '183948.564000', '183948.566000', '183948.569000', '183948.571000', '183948.574000', '183948.577000', '183948.580000', '183948.582000', '183948.589000', '183948.592000', '183948.598000', '183948.601000', '183948.604000', '183948.606000', '184008.492000', '184008.495000', '184008.497000', '184008.500000', '184008.502000', '184008.505000', '184008.508000', '184008.511000', '184008.513000', '184008.516000', '184008.519000', '184008.521000', '184008.524000', '184008.527000', '184008.529000', '184008.532000', '184008.534000', '184008.537000', '184008.548000', '184008.550000', '184008.553000', '184008.555000', '184008.558000', '184008.566000', '184008.568000', '184008.571000', '184008.574000', '184008.576000', '184008.579000', '184008.582000', '184008.584000', '184008.587000', '184008.589000', '184008.592000', '184008.595000', '184008.597000', '184008.600000', '184008.603000', '184008.605000', '184008.608000', '184008.610000', '184008.613000', '184008.616000', '184028.491000', '184028.495000', '184028.497000', '184028.500000', '184028.502000', '184028.505000', '184028.508000', '184028.510000', '184028.513000', '184028.516000', '184028.518000', '184028.521000', '184028.523000', '184028.526000', '184028.529000', '184028.531000', '184028.534000', '184028.536000', '184028.539000', '184028.542000', '184028.544000', '184028.547000', '184028.549000', '184028.552000', '184028.555000', '184028.557000', '184028.560000', '184028.562000', '184028.565000', '184028.568000', '184028.570000', '184028.573000', '184028.575000', '184028.578000', '184028.581000', '184028.583000', '184028.586000', '184028.589000', '184028.591000', '184028.594000', '184028.596000', '184028.599000', '184028.602000', '184028.604000', '184048.491000', '184048.494000', '184048.497000', '184048.500000', '184048.502000', '184048.505000', '184048.508000', '184048.510000', '184048.513000', '184048.515000', '184048.518000', '184048.521000', '184048.523000', '184048.526000', '184048.529000', '184048.532000', '184048.535000', '184048.537000', '184048.540000', '184048.543000', '184048.545000', '184048.548000', '184048.551000', '184048.553000', '184048.556000', '184048.559000', '184048.561000', '184048.564000', '184048.567000', '184048.569000', '184048.572000', '184048.574000', '184048.578000', '184048.581000', '184048.584000', '184048.586000', '184048.589000', '184048.592000', '184048.594000', '184048.597000', '184048.600000', '184048.602000', '184048.605000', '184108.492000', '184108.494000', '184108.497000', '184108.500000', '184108.516000', '184108.519000', '184108.522000', '184108.524000', '184108.527000', '184108.530000', '184108.532000', '184108.535000', '184108.537000', '184108.540000', '184108.543000', '184108.546000', '184108.549000', '184108.551000', '184108.554000', '184108.557000', '184108.559000', '184108.562000', '184108.564000', '184108.567000', '184108.570000', '184108.572000', '184108.578000', '184108.581000', '184108.584000', '184108.586000', '184108.589000', '184108.592000', '184108.594000', '184108.597000', '184108.600000', '184108.602000', '184108.605000', '184108.607000', '184108.610000', '184108.613000', '184108.615000', '184108.618000', '184108.621000', '184108.623000', '184128.491000', '184128.494000', '184128.497000', '184128.500000', '184128.502000', '184128.505000', '184128.508000', '184128.510000', '184128.513000', '184128.516000', '184128.518000', '184128.521000', '184128.523000', '184128.526000', '184128.529000', '184128.531000', '184128.534000', '184128.537000', '184128.539000', '184128.542000', '184128.545000', '184128.547000', '184128.550000', '184128.553000', '184128.555000', '184128.558000', '184128.561000', '184128.563000', '184128.566000', '184128.568000', '184128.571000', '184128.574000', '184128.576000', '184128.579000', '184128.582000', '184128.584000', '184128.587000', '184128.590000', '184128.592000', '184128.595000', '184128.597000', '184128.600000', '184128.603000', '184148.492000', '184148.495000', '184148.498000', '184148.501000', '184148.504000', '184148.506000', '184148.509000', '184148.511000', '184148.514000', '184148.517000', '184148.519000', '184148.522000', '184148.525000', '184148.527000', '184148.530000', '184148.532000', '184148.535000', '184148.538000', '184148.540000', '184148.543000', '184148.546000', '184148.548000', '184148.551000', '184148.554000', '184148.556000', '184148.559000', '184148.562000', '184148.564000', '184148.567000', '184148.569000', '184148.572000', '184148.575000', '184148.578000', '184148.580000', '184148.583000', '184148.585000', '184148.588000', '184148.591000', '184148.593000', '184148.596000', '184148.599000', '184148.601000', '184148.604000', '184148.607000', '184208.493000', '184208.495000', '184208.498000', '184208.501000', '184208.504000', '184208.506000', '184208.509000', '184208.511000', '184208.514000', '184208.517000', '184208.519000', '184208.522000', '184208.525000', '184208.528000', '184208.530000', '184208.533000', '184208.536000', '184208.538000', '184208.541000', '184208.543000', '184208.546000', '184208.549000', '184208.551000', '184208.554000', '184208.557000', '184208.560000', '184208.563000', '184208.565000', '184208.568000', '184208.571000', '184208.573000', '184208.576000', '184208.579000', '184208.581000', '184208.584000', '184208.586000', '184208.589000', '184208.592000', '184208.594000', '184208.597000', '184208.600000', '184208.602000', '184208.605000', '184228.491000', '184228.495000', '184228.497000', '184228.500000', '184228.502000', '184228.505000', '184228.508000', '184228.510000', '184228.513000', '184228.516000', '184228.518000', '184228.521000', '184228.523000', '184228.526000', '184228.529000', '184228.532000', '184228.534000', '184228.537000', '184228.540000', '184228.542000', '184228.545000', '184228.547000', '184228.550000', '184228.553000', '184228.555000', '184228.558000', '184228.561000', '184228.563000', '184228.566000', '184228.569000', '184228.571000', '184228.574000', '184228.576000', '184228.579000', '184228.582000', '184228.584000', '184228.587000', '184228.590000', '184228.592000', '184228.595000', '184228.597000', '184228.600000', '184228.603000', '184228.616000', '184248.491000', '184248.494000', '184248.497000', '184248.500000', '184248.502000', '184248.505000', '184248.508000', '184248.510000', '184248.513000', '184248.516000', '184248.518000', '184248.521000', '184248.524000', '184248.526000', '184248.529000', '184248.532000', '184248.534000', '184248.537000', '184248.539000', '184248.542000', '184248.544000', '184248.547000', '184248.550000', '184248.552000', '184248.555000', '184248.558000', '184248.560000', '184248.563000', '184248.565000', '184248.568000', '184248.571000', '184248.573000', '184248.576000', '184248.579000', '184248.581000', '184248.584000', '184248.587000', '184248.589000', '184248.592000', '184248.595000', '184248.597000', '184248.600000', '184248.603000', '184308.492000', '184308.495000', '184308.497000', '184308.500000', '184308.503000', '184308.505000', '184308.508000', '184308.510000', '184308.513000', '184308.516000', '184308.518000', '184308.521000', '184308.524000', '184308.526000', '184308.529000', '184308.532000', '184308.534000', '184308.537000', '184308.540000', '184308.542000', '184308.545000', '184308.548000', '184308.550000', '184308.553000', '184308.556000', '184308.558000', '184308.561000', '184308.564000', '184308.566000', '184308.569000', '184308.572000', '184308.574000', '184308.577000', '184308.580000', '184308.582000', '184308.585000', '184308.588000', '184308.590000', '184308.593000', '184308.595000', '184308.598000', '184308.601000', '184308.603000', '184308.606000', '184328.492000', '184328.495000', '184328.497000', '184328.500000', '184328.503000', '184328.505000', '184328.508000', '184328.511000', '184328.513000', '184328.516000', '184328.518000', '184328.521000', '184328.524000', '184328.526000', '184328.529000', '184328.532000', '184328.534000', '184328.537000', '184328.540000', '184328.542000', '184328.545000', '184328.547000', '184328.550000', '184328.553000', '184328.555000', '184328.558000', '184328.561000', '184328.563000', '184328.566000', '184328.569000', '184328.571000', '184328.574000', '184328.577000', '184328.579000', '184328.582000', '184328.585000', '184328.587000', '184328.590000', '184328.593000', '184328.595000', '184328.598000', '184328.601000', '184328.604000', '184348.492000', '184348.494000', '184348.497000', '184348.500000', '184348.503000', '184348.505000', '184348.508000', '184348.511000', '184348.513000', '184348.516000', '184348.518000', '184348.521000', '184348.524000', '184348.526000', '184348.529000', '184348.532000', '184348.534000', '184348.537000', '184348.540000', '184348.542000', '184348.545000', '184348.548000', '184348.550000', '184348.553000', '184348.555000', '184348.558000', '184348.561000', '184348.563000', '184348.566000', '184348.569000', '184348.571000', '184348.574000', '184348.577000', '184348.580000', '184348.582000', '184348.585000', '184348.588000', '184348.590000', '184348.593000', '184348.596000', '184348.598000', '184348.601000', '184348.603000', '184348.606000', '184408.492000', '184408.495000', '184408.498000', '184408.500000', '184408.503000', '184408.506000', '184408.508000', '184408.511000', '184408.513000', '184408.543000', '184408.546000', '184408.548000', '184408.551000', '184408.553000', '184408.556000', '184408.559000', '184408.561000', '184408.564000', '184408.566000', '184408.569000', '184408.572000', '184408.574000', '184408.577000', '184408.580000', '184408.583000', '184408.585000', '184408.588000', '184408.590000', '184408.593000', '184408.595000', '184408.598000', '184408.601000', '184408.603000', '184408.606000', '184408.609000', '184408.611000', '184408.614000', '184408.616000', '184408.619000', '184408.622000', '184408.624000', '184408.627000', '184408.629000', '184428.492000', '184428.495000', '184428.498000', '184428.501000', '184428.503000', '184428.506000', '184428.508000', '184428.511000', '184428.513000', '184428.516000', '184428.519000', '184428.521000', '184428.524000', '184428.527000', '184428.529000', '184428.532000', '184428.535000', '184428.537000', '184428.540000', '184428.542000', '184428.545000', '184428.554000', '184428.557000', '184428.559000', '184428.562000', '184428.565000', '184428.567000', '184428.570000', '184428.572000', '184428.575000', '184428.578000', '184428.580000', '184428.583000', '184428.585000', '184428.588000', '184428.590000', '184428.593000', '184428.596000', '184428.598000', '184428.601000', '184428.603000', '184428.606000', '184428.609000', '184428.611000', '184448.492000', '184448.495000', '184448.497000', '184448.500000', '184448.502000', '184448.505000', '184448.508000', '184448.510000', '184448.513000', '184448.516000', '184448.518000', '184448.521000', '184448.523000', '184448.526000', '184448.529000', '184448.531000', '184448.534000', '184448.536000', '184448.539000', '184448.541000', '184448.544000', '184448.547000', '184448.549000', '184448.552000', '184448.554000', '184448.557000', '184448.560000', '184448.562000', '184448.565000', '184448.567000', '184448.570000', '184448.573000', '184448.575000', '184448.578000', '184448.580000', '184448.583000', '184448.586000', '184448.588000', '184448.591000', '184448.593000', '184448.596000', '184448.598000', '184448.601000', '184508.492000', '184508.495000', '184508.497000', '184508.500000', '184508.502000', '184508.505000', '184508.508000', '184508.510000', '184508.513000', '184508.515000', '184508.518000', '184508.521000', '184508.523000', '184508.526000', '184508.529000', '184508.531000', '184508.534000', '184508.537000', '184508.539000', '184508.542000', '184508.544000', '184508.547000', '184508.550000', '184508.552000', '184508.555000', '184508.557000', '184508.560000', '184508.563000', '184508.565000', '184508.576000', '184508.578000', '184508.581000', '184508.584000', '184508.586000', '184508.589000', '184508.592000', '184508.594000', '184508.597000', '184508.600000', '184508.602000', '184508.605000', '184508.608000', '184508.610000', '184508.613000', '184528.492000', '184528.494000', '184528.497000', '184528.500000', '184528.502000', '184528.505000', '184528.508000', '184528.510000', '184528.513000', '184528.515000', '184528.518000', '184528.521000', '184528.523000', '184528.526000', '184528.529000', '184528.531000', '184528.534000', '184528.537000', '184528.539000', '184528.542000', '184528.545000', '184528.547000', '184528.550000', '184528.553000', '184528.555000', '184528.558000', '184528.560000', '184528.563000', '184528.566000', '184528.568000', '184528.571000', '184528.574000', '184528.576000', '184528.579000', '184528.588000', '184528.591000', '184528.593000', '184528.596000', '184528.598000', '184528.601000', '184528.604000', '184528.606000', '184528.609000', '184548.492000', '184548.494000', '184548.498000', '184548.501000', '184548.504000', '184548.506000', '184548.509000', '184548.512000', '184548.514000', '184548.517000', '184548.519000', '184548.522000', '184548.525000', '184548.527000', '184548.530000', '184548.532000', '184548.535000', '184548.537000', '184548.540000', '184548.542000', '184548.545000', '184548.548000', '184548.550000', '184548.553000', '184548.556000', '184548.558000', '184548.561000', '184548.564000', '184548.566000', '184548.569000', '184548.571000', '184548.574000', '184548.577000', '184548.579000', '184548.582000', '184548.585000', '184548.588000', '184548.590000', '184548.593000', '184548.596000', '184548.598000', '184548.601000', '184548.604000', '184608.492000', '184608.494000', '184608.497000', '184608.500000', '184608.502000', '184608.505000', '184608.507000', '184608.510000', '184608.513000', '184608.515000', '184608.518000', '184608.520000', '184608.523000', '184608.525000', '184608.528000', '184608.531000', '184608.533000', '184608.536000', '184608.538000', '184608.541000', '184608.544000', '184608.546000', '184608.549000', '184608.562000', '184608.564000', '184608.567000', '184608.570000', '184608.572000', '184608.575000', '184608.577000', '184608.580000', '184608.582000', '184608.585000', '184608.588000', '184608.590000', '184608.593000', '184608.595000', '184608.598000', '184608.601000', '184608.604000', '184608.606000', '184608.609000', '184608.611000', '184608.614000', '184619.739000', '184619.742000', '184619.744000', '184619.747000', '184619.750000', '184619.752000', '184619.755000', '184619.757000', '184619.760000', '184619.763000', '184619.765000', '184619.768000', '184619.771000', '184619.774000', '184619.776000', '184619.779000', '184619.789000', '184619.792000', '184619.795000', '184619.797000', '184619.865000', '184619.869000', '184619.872000', '184619.875000', '184619.879000'], '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': [11291, 8572, 9829, 14259, 9563, 10516, 15347, 9779, 11101, 8786, 9467, 11626, 9114, 9954, 11190, 9253, 11544, 9073, 9589, 13243, 10059, 10090, 13410, 9790, 10025, 12525, 9198, 11483, 9571, 9790, 12852, 9904, 9670, 12447, 9436, 11034, 10471, 9595, 13415, 9914, 10735, 10029, 9523, 12473, 9666, 10455, 8324, 9750, 11759, 11113, 10316, 10505, 9488, 11770, 11326, 9460, 15193, 10288, 10145, 15034, 9377, 10099, 11354, 9512, 11969, 9132, 9886, 13276, 9456, 12503, 10877, 9891, 11524, 10008, 12312, 9856, 9692, 14793, 9364, 10227, 10752, 9558, 11506, 10718, 10960, 8434, 10873, 9300, 11964, 9781, 12753, 12889, 10449, 13328, 14504, 9665, 12735, 10478, 9685, 12272, 9520, 9473, 12616, 9198, 11344, 9164, 10473, 9388, 8185, 9102, 9479, 9595, 9059, 11318, 14114, 13014, 11930, 14987, 12217, 14672, 14095, 10721, 14032, 12264, 10207, 15054, 10767, 10545, 14278, 11095, 9670, 12041, 10853, 9283, 10737, 9229, 9663, 10855, 9606, 10596, 8980, 9134, 8434, 9135, 10584, 9305, 9239, 8667, 9547, 10489, 9903, 9349, 12148, 9252, 9550, 9489, 9401, 10980, 9164, 9441, 11829, 9752, 9969, 8384, 9485, 11599, 9535, 9644, 12115, 9397, 9846, 8215, 9511, 11345, 9455, 9527, 8975, 9658, 11434, 9110, 9845, 12586, 9397, 9484, 10243, 9456, 10574, 10759, 9760, 12303, 11649, 9888, 13393, 9970, 9742, 13581, 10007, 9723, 14225, 9473, 9462, 10916, 9355, 10076, 8338, 9437, 10499, 8806, 9273, 10773, 9224, 9476, 11484, 9109, 9130, 9963, 9231, 9794, 9226, 9487, 11554, 9179, 9100, 10482, 9368, 10453, 8497, 9445, 11575, 8819, 9685, 12593, 9407, 9767, 13938, 9124, 11825, 9608, 9690, 8518, 9799, 12119, 9059, 9617, 14212, 9282, 11462, 12795, 9779, 12551, 11941, 10210, 13911, 9530, 11659, 15095, 9662, 13012, 12735, 9706, 12932, 9230, 9840, 12551, 9386, 9372, 13234, 9471, 9455, 10336, 9520, 10230, 9274, 9581, 11769, 9250, 10460, 10084, 9567, 12982, 9442, 12457, 9684, 10443, 8173, 9538, 8728, 9623, 9384, 11590, 14142, 12085, 12759, 9115, 9694, 13888, 9471, 9401, 11497, 9165, 11864, 9278, 9079, 8640, 9275, 10229, 8873, 9176, 8175, 9127, 12121, 9137, 9488, 14022, 9053, 11119, 8809, 9101, 8281, 8756, 8101, 9513, 8957, 12071, 10465, 12216, 9235, 8671, 12959, 15357, 10873, 14909, 11636, 10890, 12578, 10565, 16221, 12729, 14224, 12662, 10361, 16138, 10732, 14094, 12804, 9525, 13271, 9412, 9973, 8915, 8876, 11327, 8843, 10442, 9573, 8612, 8635, 8031, 9157, 14171, 10595, 11335, 12341, 9082, 11871, 9367, 8868, 12759, 8525, 10699, 8820, 8778, 12965, 8438, 10477, 15138, 8695, 11681, 12268, 8545, 12900, 8576, 10163, 15033, 8530, 10902, 10397, 8732, 12049, 8313, 9183, 13306, 8598, 9639, 13755, 8493, 10723, 7862, 8824, 11917, 8602, 10238, 12602, 8434, 10830, 8442, 8915, 12237, 8820, 10726, 8810, 10247, 9717, 9335, 11952, 8513, 10244, 11086, 8628, 11872, 11369, 9651, 15649, 8643, 11768, 16147, 9683, 12697, 13650, 9058, 13001, 8478, 8761, 13133, 8339, 9749, 13616, 9283, 10038, 9238, 8516, 10936, 7901, 9065, 11844, 8894, 9996, 12974, 8397, 10923, 9107, 9009, 13750, 9016, 10470, 9658, 8649, 11751, 8369, 9080, 12608, 9112, 9503, 14190, 8755, 9959, 11561, 8582, 11664, 8011, 9273, 12085, 8592, 9721, 13360, 8551, 11683, 8144, 8935, 12135, 9155, 9582, 9571, 8530, 11508, 8554, 9921, 9300, 8393, 11210, 7969, 9939, 14106, 9063, 12435, 9097, 10491, 15600, 10125, 13775, 9636, 10835, 14672, 8818, 10874, 10496, 8568, 11134, 9060, 10141, 15125, 8777, 11489, 11886, 8714, 12828, 9036, 9757, 14474, 9100, 10755, 10289, 8472, 11744, 9136, 9703, 13985, 9494, 10422, 10121, 8434, 11875, 8778, 9575, 13668, 9453, 9851, 8963, 9059, 11279, 8281, 9564, 14142, 9107, 10659, 8118, 8823, 9971, 9222, 11176, 7984, 9928, 12581, 9670, 13258, 9737, 11412, 12964, 9497, 15388, 10095, 11900, 8180, 10006, 15679, 10355, 12713, 8287, 8903, 14223, 8343, 10764, 12393, 9065, 12397, 8437, 10379, 8067, 8932, 14889, 9526, 12172, 8468, 10513, 13656, 9366, 14050, 9226, 10286, 11064, 8874, 11695, 8310, 10345, 11612, 9306, 11850, 8119, 9936, 14280, 8799, 11807, 8616, 10185, 7912, 9290, 12383, 8630, 10956, 10570, 8949, 13259, 8206, 9879, 14444, 8918, 10931, 9445, 8486, 11624, 7998, 8922, 11926, 8201, 10251, 8807, 8579, 11987, 8362, 9903, 12457, 9116, 11741, 8123, 9777, 7808, 8898, 11790, 9024, 9801, 15419, 9646, 10346, 12470, 9132, 10842, 7847, 9711, 14610, 8672, 10857, 8102, 8592, 11894, 8280, 9569, 12475, 9093, 10047, 12636, 8571, 10686, 7835, 8569, 11474, 9329, 9362, 13406, 8439, 11197, 8284, 8689, 11889, 8014, 9603, 13229, 8303, 10858, 8021, 8820, 8665, 9351, 10973, 7939, 9720, 11766, 9715, 10590, 8075, 9190, 15055, 10086, 10552, 16182, 9606, 14835, 9199, 10881, 15543, 9757, 10229, 15513, 9220, 11448, 10052, 8632, 12179, 8121, 9859, 7946, 8435, 11720, 8063, 10215, 14548, 9355, 12095, 7802, 8995, 12221, 7964, 9788, 15404, 9628, 11082, 9490, 8610, 12029, 7865, 9423, 12739, 9143, 10158, 13889, 8418, 10518, 8132, 8836, 12073, 8747, 10617, 7800, 8828, 12208, 8703, 10212, 9147, 8652, 12692, 8062, 10316, 15602, 9237, 12863, 8663, 10163, 14001, 8680, 11063, 10852, 9104, 13906, 8487, 10418, 11912, 8439, 11311, 7938, 9578, 13124, 8923, 10628, 7721, 8819, 11821, 8484, 10354, 11072, 8455, 11939, 7986, 9865, 13787, 9010, 11514, 8994, 9049, 7875, 8487, 11450, 8049, 9418, 13805, 8891, 10112, 10305, 8387, 11442, 8036, 9647, 15236, 8511, 8452, 8437, 9507, 8735, 11488, 14440, 10411, 12952, 9150, 10993, 16070, 9410, 13650, 13674, 9328, 13225, 8490, 10154, 14860, 8823, 12699, 8566, 9594, 14065, 8339, 11289, 10861, 8986, 13353, 9898, 10624, 9877, 9000, 11713, 8277, 10212, 12167, 9010, 11428, 8007, 8935, 11982, 8769, 10554, 10547, 8563, 11649, 8237, 9365, 11899, 9515, 10535, 9149, 8626, 11630, 7841, 8668, 11728, 8715, 9840, 11232, 8306, 11005, 7752, 8486, 12051, 8878, 9273, 11026, 8204], 'WindowCenter': [4922.0, 4863.0, 4872.0, 4900.0, 4858.0, 4856.0, 4881.0, 4830.0, 4841.0, 4806.0, 4830.0, 4850.0, 4820.0, 4829.0, 4839.0, 4819.0, 4833.0, 4805.0, 4817.0, 4860.0, 4828.0, 4830.0, 4842.0, 4815.0, 4819.0, 4849.0, 4818.0, 4837.0, 4816.0, 4826.0, 4833.0, 4826.0, 4831.0, 4846.0, 4816.0, 4825.0, 4826.0, 4827.0, 4844.0, 4826.0, 4852.0, 4830.0, 4828.0, 4847.0, 4829.0, 4828.0, 4808.0, 4833.0, 4846.0, 4838.0, 4828.0, 4826.0, 4818.0, 4849.0, 4838.0, 4817.0, 4856.0, 4827.0, 4827.0, 4855.0, 4818.0, 4817.0, 4824.0, 4815.0, 4822.0, 4816.0, 4827.0, 4846.0, 4816.0, 4846.0, 4825.0, 4817.0, 4836.0, 4830.0, 4849.0, 4814.0, 4820.0, 4855.0, 4804.0, 4829.0, 4826.0, 4820.0, 4835.0, 4841.0, 4836.0, 4821.0, 4850.0, 4857.0, 4861.0, 4831.0, 4858.0, 4836.0, 4828.0, 4846.0, 4840.0, 4815.0, 4835.0, 4812.0, 4803.0, 4820.0, 4802.0, 4804.0, 4829.0, 4803.0, 4826.0, 4804.0, 4824.0, 4828.0, 4819.0, 4845.0, 4841.0, 4855.0, 4843.0, 4864.0, 4871.0, 4848.0, 4840.0, 4856.0, 4824.0, 4843.0, 4831.0, 4801.0, 4822.0, 4795.0, 4786.0, 4816.0, 4786.0, 4787.0, 4815.0, 4783.0, 4775.0, 4791.0, 4784.0, 4764.0, 4784.0, 4779.0, 4775.0, 4797.0, 4790.0, 4787.0, 4777.0, 4790.0, 4792.0, 4802.0, 4810.0, 4802.0, 4803.0, 4778.0, 4802.0, 4813.0, 4816.0, 4804.0, 4822.0, 4804.0, 4804.0, 4801.0, 4803.0, 4824.0, 4815.0, 4815.0, 4832.0, 4815.0, 4814.0, 4792.0, 4813.0, 4834.0, 4817.0, 4816.0, 4833.0, 4814.0, 4817.0, 4794.0, 4827.0, 4848.0, 4816.0, 4817.0, 4816.0, 4827.0, 4835.0, 4805.0, 4827.0, 4858.0, 4830.0, 4830.0, 4824.0, 4818.0, 4826.0, 4822.0, 4814.0, 4849.0, 4834.0, 4816.0, 4846.0, 4814.0, 4816.0, 4842.0, 4803.0, 4814.0, 4853.0, 4812.0, 4804.0, 4810.0, 4803.0, 4813.0, 4780.0, 4804.0, 4826.0, 4802.0, 4804.0, 4825.0, 4805.0, 4814.0, 4831.0, 4806.0, 4815.0, 4815.0, 4816.0, 4813.0, 4815.0, 4826.0, 4847.0, 4830.0, 4820.0, 4835.0, 4827.0, 4835.0, 4806.0, 4828.0, 4850.0, 4807.0, 4829.0, 4846.0, 4829.0, 4829.0, 4870.0, 4821.0, 4845.0, 4828.0, 4828.0, 4818.0, 4839.0, 4859.0, 4831.0, 4832.0, 4866.0, 4830.0, 4848.0, 4856.0, 4826.0, 4861.0, 4847.0, 4826.0, 4856.0, 4827.0, 4851.0, 4853.0, 4813.0, 4860.0, 4845.0, 4813.0, 4835.0, 4802.0, 4812.0, 4830.0, 4805.0, 4816.0, 4833.0, 4803.0, 4804.0, 4798.0, 4802.0, 4812.0, 4816.0, 4815.0, 4833.0, 4815.0, 4822.0, 4823.0, 4815.0, 4843.0, 4817.0, 4835.0, 4820.0, 4841.0, 4808.0, 4827.0, 4818.0, 4843.0, 4842.0, 4863.0, 4858.0, 4836.0, 4834.0, 4803.0, 4803.0, 4829.0, 4802.0, 4806.0, 4833.0, 4804.0, 4834.0, 4804.0, 4807.0, 4792.0, 4815.0, 4827.0, 4805.0, 4816.0, 4808.0, 4818.0, 4843.0, 4804.0, 4814.0, 4855.0, 4818.0, 4834.0, 4803.0, 4818.0, 4809.0, 4810.0, 4799.0, 4818.0, 4808.0, 4850.0, 4841.0, 4862.0, 4847.0, 4824.0, 4862.0, 4879.0, 4826.0, 4857.0, 4825.0, 4842.0, 4836.0, 4790.0, 4844.0, 4847.0, 4829.0, 4821.0, 4805.0, 4826.0, 4799.0, 4830.0, 4808.0, 4777.0, 4816.0, 4777.0, 4786.0, 4777.0, 4780.0, 4798.0, 4777.0, 4811.0, 4804.0, 4804.0, 4805.0, 4808.0, 4828.0, 4858.0, 4815.0, 4822.0, 4820.0, 4791.0, 4820.0, 4789.0, 4792.0, 4843.0, 4806.0, 4823.0, 4804.0, 4806.0, 4831.0, 4794.0, 4824.0, 4842.0, 4791.0, 4834.0, 4847.0, 4804.0, 4833.0, 4794.0, 4813.0, 4838.0, 4782.0, 4810.0, 4809.0, 4806.0, 4831.0, 4779.0, 4803.0, 4829.0, 4789.0, 4801.0, 4838.0, 4792.0, 4822.0, 4783.0, 4793.0, 4822.0, 4805.0, 4812.0, 4831.0, 4794.0, 4823.0, 4792.0, 4804.0, 4829.0, 4803.0, 4835.0, 4814.0, 4826.0, 4816.0, 4828.0, 4846.0, 4806.0, 4828.0, 4835.0, 4817.0, 4847.0, 4836.0, 4818.0, 4868.0, 4809.0, 4836.0, 4852.0, 4813.0, 4849.0, 4841.0, 4793.0, 4829.0, 4783.0, 4794.0, 4830.0, 4783.0, 4816.0, 4830.0, 4800.0, 4810.0, 4800.0, 4793.0, 4822.0, 4795.0, 4806.0, 4831.0, 4804.0, 4812.0, 4830.0, 4791.0, 4824.0, 4804.0, 4804.0, 4843.0, 4805.0, 4814.0, 4801.0, 4796.0, 4831.0, 4794.0, 4802.0, 4834.0, 4804.0, 4812.0, 4842.0, 4794.0, 4813.0, 4832.0, 4805.0, 4823.0, 4783.0, 4817.0, 4832.0, 4794.0, 4815.0, 4844.0, 4805.0, 4832.0, 4793.0, 4817.0, 4831.0, 4814.0, 4814.0, 4813.0, 4820.0, 4833.0, 4807.0, 4826.0, 4817.0, 4820.0, 4849.0, 4799.0, 4828.0, 4856.0, 4817.0, 4842.0, 4818.0, 4836.0, 4867.0, 4829.0, 4856.0, 4816.0, 4835.0, 4854.0, 4816.0, 4838.0, 4826.0, 4805.0, 4834.0, 4813.0, 4825.0, 4853.0, 4807.0, 4835.0, 4833.0, 4795.0, 4831.0, 4805.0, 4813.0, 4842.0, 4804.0, 4836.0, 4811.0, 4794.0, 4819.0, 4801.0, 4814.0, 4841.0, 4814.0, 4824.0, 4811.0, 4796.0, 4823.0, 4795.0, 4814.0, 4841.0, 4815.0, 4827.0, 4801.0, 4807.0, 4832.0, 4793.0, 4816.0, 4853.0, 4805.0, 4827.0, 4796.0, 4818.0, 4819.0, 4818.0, 4835.0, 4809.0, 4840.0, 4842.0, 4828.0, 4858.0, 4828.0, 4846.0, 4858.0, 4829.0, 4862.0, 4827.0, 4836.0, 4808.0, 4829.0, 4870.0, 4826.0, 4848.0, 4796.0, 4816.0, 4852.0, 4806.0, 4848.0, 4844.0, 4805.0, 4844.0, 4810.0, 4826.0, 4796.0, 4820.0, 4855.0, 4818.0, 4843.0, 4805.0, 4839.0, 4857.0, 4818.0, 4853.0, 4806.0, 4818.0, 4826.0, 4805.0, 4837.0, 4796.0, 4817.0, 4823.0, 4815.0, 4833.0, 4782.0, 4813.0, 4854.0, 4806.0, 4835.0, 4804.0, 4823.0, 4795.0, 4818.0, 4841.0, 4806.0, 4824.0, 4825.0, 4806.0, 4842.0, 4793.0, 4827.0, 4852.0, 4807.0, 4824.0, 4815.0, 4805.0, 4823.0, 4781.0, 4803.0, 4832.0, 4793.0, 4824.0, 4804.0, 4807.0, 4833.0, 4793.0, 4827.0, 4845.0, 4817.0, 4847.0, 4796.0, 4826.0, 4786.0, 4816.0, 4836.0, 4804.0, 4827.0, 4855.0, 4812.0, 4816.0, 4832.0, 4803.0, 4825.0, 4797.0, 4817.0, 4850.0, 4805.0, 4822.0, 4781.0, 4793.0, 4833.0, 4794.0, 4814.0, 4831.0, 4802.0, 4811.0, 4819.0, 4791.0, 4825.0, 4784.0, 4795.0, 4824.0, 4805.0, 4803.0, 4832.0, 4796.0, 4825.0, 4793.0, 4794.0, 4822.0, 4785.0, 4812.0, 4842.0, 4806.0, 4826.0, 4783.0, 4817.0, 4805.0, 4817.0, 4835.0, 4795.0, 4830.0, 4847.0, 4830.0, 4840.0, 4809.0, 4829.0, 4879.0, 4840.0, 4840.0, 4867.0, 4817.0, 4859.0, 4804.0, 4835.0, 4868.0, 4816.0, 4816.0, 4854.0, 4819.0, 4835.0, 4804.0, 4808.0, 4847.0, 4783.0, 4815.0, 4793.0, 4805.0, 4837.0, 4811.0, 4841.0, 4856.0, 4818.0, 4845.0, 4784.0, 4806.0, 4835.0, 4795.0, 4826.0, 4852.0, 4805.0, 4825.0, 4803.0, 4795.0, 4834.0, 4794.0, 4804.0, 4832.0, 4805.0, 4814.0, 4832.0, 4782.0, 4823.0, 4795.0, 4806.0, 4832.0, 4805.0, 4826.0, 4785.0, 4808.0, 4847.0, 4819.0, 4825.0, 4805.0, 4807.0, 4844.0, 4793.0, 4827.0, 4864.0, 4817.0, 4846.0, 4793.0, 4824.0, 4841.0, 4805.0, 4825.0, 4823.0, 4807.0, 4843.0, 4796.0, 4826.0, 4822.0, 4795.0, 4834.0, 4795.0, 4817.0, 4843.0, 4803.0, 4825.0, 4783.0, 4806.0, 4838.0, 4807.0, 4826.0, 4822.0, 4796.0, 4834.0, 4795.0, 4817.0, 4845.0, 4809.0, 4836.0, 4805.0, 4804.0, 4796.0, 4806.0, 4837.0, 4793.0, 4827.0, 4858.0, 4807.0, 4826.0, 4825.0, 4807.0, 4846.0, 4809.0, 4830.0, 4865.0, 4807.0, 4808.0, 4807.0, 4827.0, 4820.0, 4860.0, 4868.0, 4835.0, 4846.0, 4818.0, 4839.0, 4854.0, 4805.0, 4855.0, 4846.0, 4806.0, 4834.0, 4795.0, 4812.0, 4841.0, 4804.0, 4849.0, 4794.0, 4802.0, 4832.0, 4784.0, 4821.0, 4810.0, 4806.0, 4829.0, 4804.0, 4811.0, 4800.0, 4792.0, 4822.0, 4783.0, 4813.0, 4820.0, 4793.0, 4821.0, 4778.0, 4794.0, 4831.0, 4791.0, 4815.0, 4810.0, 4792.0, 4819.0, 4792.0, 4803.0, 4821.0, 4815.0, 4823.0, 4803.0, 4806.0, 4822.0, 4783.0, 4804.0, 4835.0, 4805.0, 4814.0, 4820.0, 4806.0, 4836.0, 4786.0, 4810.0, 4845.0, 4807.0, 4818.0, 4826.0, 4805.0], 'WindowWidth': [10722.0, 10623.0, 10628.0, 10662.0, 10601.0, 10591.0, 10617.0, 10545.0, 10559.0, 10505.0, 10541.0, 10573.0, 10531.0, 10540.0, 10550.0, 10524.0, 10541.0, 10500.0, 10519.0, 10584.0, 10535.0, 10539.0, 10548.0, 10514.0, 10522.0, 10566.0, 10524.0, 10546.0, 10517.0, 10532.0, 10535.0, 10530.0, 10544.0, 10559.0, 10517.0, 10528.0, 10531.0, 10535.0, 10552.0, 10532.0, 10577.0, 10544.0, 10537.0, 10561.0, 10537.0, 10536.0, 10511.0, 10551.0, 10560.0, 10550.0, 10539.0, 10530.0, 10521.0, 10570.0, 10553.0, 10522.0, 10573.0, 10532.0, 10533.0, 10568.0, 10523.0, 10518.0, 10522.0, 10513.0, 10520.0, 10515.0, 10534.0, 10561.0, 10517.0, 10556.0, 10529.0, 10519.0, 10542.0, 10542.0, 10566.0, 10512.0, 10525.0, 10569.0, 10497.0, 10539.0, 10530.0, 10523.0, 10541.0, 10558.0, 10548.0, 10534.0, 10576.0, 10594.0, 10592.0, 10545.0, 10580.0, 10542.0, 10531.0, 10558.0, 10543.0, 10514.0, 10541.0, 10503.0, 10493.0, 10510.0, 10492.0, 10495.0, 10526.0, 10493.0, 10528.0, 10499.0, 10526.0, 10543.0, 10530.0, 10574.0, 10564.0, 10591.0, 10573.0, 10598.0, 10605.0, 10563.0, 10554.0, 10573.0, 10524.0, 10549.0, 10526.0, 10484.0, 10513.0, 10468.0, 10456.0, 10498.0, 10456.0, 10461.0, 10494.0, 10447.0, 10439.0, 10457.0, 10448.0, 10423.0, 10453.0, 10451.0, 10443.0, 10473.0, 10468.0, 10459.0, 10447.0, 10470.0, 10479.0, 10491.0, 10499.0, 10489.0, 10493.0, 10453.0, 10489.0, 10506.0, 10517.0, 10499.0, 10519.0, 10496.0, 10497.0, 10487.0, 10492.0, 10523.0, 10517.0, 10516.0, 10533.0, 10515.0, 10513.0, 10478.0, 10510.0, 10540.0, 10520.0, 10517.0, 10537.0, 10512.0, 10518.0, 10483.0, 10536.0, 10567.0, 10519.0, 10521.0, 10518.0, 10536.0, 10543.0, 10502.0, 10534.0, 10580.0, 10544.0, 10541.0, 10529.0, 10523.0, 10533.0, 10522.0, 10513.0, 10568.0, 10542.0, 10517.0, 10556.0, 10509.0, 10515.0, 10546.0, 10492.0, 10510.0, 10564.0, 10508.0, 10496.0, 10501.0, 10494.0, 10507.0, 10459.0, 10497.0, 10529.0, 10495.0, 10498.0, 10525.0, 10498.0, 10511.0, 10533.0, 10504.0, 10514.0, 10513.0, 10516.0, 10510.0, 10513.0, 10531.0, 10563.0, 10544.0, 10529.0, 10545.0, 10536.0, 10545.0, 10502.0, 10538.0, 10569.0, 10507.0, 10541.0, 10561.0, 10541.0, 10540.0, 10600.0, 10529.0, 10557.0, 10538.0, 10538.0, 10525.0, 10555.0, 10584.0, 10548.0, 10549.0, 10591.0, 10544.0, 10568.0, 10574.0, 10533.0, 10590.0, 10564.0, 10533.0, 10573.0, 10536.0, 10571.0, 10565.0, 10510.0, 10584.0, 10558.0, 10511.0, 10540.0, 10491.0, 10507.0, 10528.0, 10501.0, 10520.0, 10536.0, 10495.0, 10497.0, 10482.0, 10490.0, 10507.0, 10520.0, 10515.0, 10536.0, 10515.0, 10520.0, 10524.0, 10517.0, 10553.0, 10521.0, 10542.0, 10527.0, 10557.0, 10512.0, 10535.0, 10524.0, 10570.0, 10569.0, 10595.0, 10579.0, 10542.0, 10539.0, 10495.0, 10494.0, 10523.0, 10489.0, 10503.0, 10541.0, 10499.0, 10537.0, 10499.0, 10505.0, 10478.0, 10515.0, 10534.0, 10501.0, 10515.0, 10507.0, 10524.0, 10551.0, 10497.0, 10511.0, 10572.0, 10524.0, 10542.0, 10497.0, 10527.0, 10513.0, 10516.0, 10498.0, 10523.0, 10509.0, 10569.0, 10561.0, 10589.0, 10579.0, 10541.0, 10589.0, 10615.0, 10526.0, 10575.0, 10527.0, 10563.0, 10542.0, 10464.0, 10552.0, 10559.0, 10520.0, 10513.0, 10494.0, 10515.0, 10481.0, 10527.0, 10485.0, 10445.0, 10501.0, 10444.0, 10458.0, 10447.0, 10454.0, 10473.0, 10450.0, 10500.0, 10498.0, 10501.0, 10502.0, 10514.0, 10540.0, 10578.0, 10514.0, 10519.0, 10512.0, 10475.0, 10515.0, 10468.0, 10475.0, 10550.0, 10505.0, 10522.0, 10497.0, 10502.0, 10531.0, 10482.0, 10523.0, 10544.0, 10475.0, 10540.0, 10562.0, 10498.0, 10535.0, 10482.0, 10507.0, 10534.0, 10463.0, 10500.0, 10498.0, 10502.0, 10531.0, 10458.0, 10495.0, 10525.0, 10470.0, 10489.0, 10537.0, 10481.0, 10518.0, 10464.0, 10481.0, 10520.0, 10500.0, 10509.0, 10529.0, 10483.0, 10523.0, 10481.0, 10498.0, 10528.0, 10498.0, 10543.0, 10517.0, 10534.0, 10518.0, 10540.0, 10560.0, 10506.0, 10538.0, 10546.0, 10523.0, 10563.0, 10546.0, 10522.0, 10590.0, 10510.0, 10545.0, 10561.0, 10509.0, 10565.0, 10546.0, 10481.0, 10528.0, 10466.0, 10484.0, 10528.0, 10467.0, 10516.0, 10527.0, 10488.0, 10501.0, 10487.0, 10482.0, 10521.0, 10490.0, 10503.0, 10532.0, 10499.0, 10509.0, 10528.0, 10478.0, 10526.0, 10499.0, 10498.0, 10549.0, 10501.0, 10511.0, 10491.0, 10487.0, 10534.0, 10486.0, 10495.0, 10537.0, 10497.0, 10508.0, 10544.0, 10484.0, 10511.0, 10538.0, 10501.0, 10522.0, 10470.0, 10518.0, 10533.0, 10484.0, 10514.0, 10554.0, 10501.0, 10535.0, 10483.0, 10519.0, 10533.0, 10512.0, 10514.0, 10511.0, 10528.0, 10540.0, 10508.0, 10534.0, 10523.0, 10530.0, 10568.0, 10499.0, 10538.0, 10573.0, 10523.0, 10553.0, 10524.0, 10548.0, 10590.0, 10540.0, 10574.0, 10518.0, 10545.0, 10567.0, 10519.0, 10552.0, 10530.0, 10503.0, 10541.0, 10512.0, 10530.0, 10563.0, 10504.0, 10545.0, 10537.0, 10486.0, 10534.0, 10499.0, 10509.0, 10544.0, 10500.0, 10548.0, 10506.0, 10484.0, 10513.0, 10492.0, 10511.0, 10544.0, 10513.0, 10527.0, 10503.0, 10488.0, 10522.0, 10485.0, 10513.0, 10544.0, 10518.0, 10535.0, 10492.0, 10507.0, 10536.0, 10485.0, 10519.0, 10565.0, 10505.0, 10533.0, 10490.0, 10524.0, 10524.0, 10524.0, 10546.0, 10515.0, 10558.0, 10553.0, 10539.0, 10578.0, 10538.0, 10562.0, 10581.0, 10541.0, 10579.0, 10534.0, 10545.0, 10509.0, 10540.0, 10598.0, 10535.0, 10563.0, 10490.0, 10519.0, 10563.0, 10508.0, 10567.0, 10553.0, 10505.0, 10554.0, 10512.0, 10534.0, 10496.0, 10531.0, 10572.0, 10523.0, 10552.0, 10504.0, 10553.0, 10578.0, 10526.0, 10567.0, 10503.0, 10521.0, 10528.0, 10500.0, 10547.0, 10489.0, 10519.0, 10523.0, 10515.0, 10537.0, 10466.0, 10510.0, 10567.0, 10506.0, 10543.0, 10501.0, 10526.0, 10491.0, 10523.0, 10550.0, 10509.0, 10528.0, 10527.0, 10505.0, 10550.0, 10483.0, 10535.0, 10565.0, 10506.0, 10526.0, 10512.0, 10500.0, 10522.0, 10463.0, 10496.0, 10537.0, 10484.0, 10525.0, 10497.0, 10505.0, 10535.0, 10483.0, 10532.0, 10556.0, 10525.0, 10562.0, 10491.0, 10531.0, 10477.0, 10521.0, 10546.0, 10500.0, 10537.0, 10570.0, 10509.0, 10515.0, 10531.0, 10495.0, 10529.0, 10494.0, 10518.0, 10558.0, 10502.0, 10520.0, 10462.0, 10481.0, 10536.0, 10485.0, 10511.0, 10530.0, 10493.0, 10504.0, 10510.0, 10477.0, 10528.0, 10472.0, 10486.0, 10522.0, 10501.0, 10496.0, 10532.0, 10489.0, 10527.0, 10480.0, 10485.0, 10520.0, 10474.0, 10509.0, 10548.0, 10506.0, 10530.0, 10471.0, 10520.0, 10503.0, 10523.0, 10546.0, 10491.0, 10546.0, 10562.0, 10542.0, 10556.0, 10514.0, 10545.0, 10614.0, 10560.0, 10557.0, 10590.0, 10521.0, 10579.0, 10499.0, 10543.0, 10592.0, 10520.0, 10517.0, 10568.0, 10523.0, 10542.0, 10496.0, 10508.0, 10561.0, 10470.0, 10516.0, 10484.0, 10504.0, 10547.0, 10517.0, 10559.0, 10572.0, 10521.0, 10556.0, 10472.0, 10504.0, 10541.0, 10489.0, 10532.0, 10561.0, 10501.0, 10527.0, 10493.0, 10486.0, 10538.0, 10487.0, 10499.0, 10534.0, 10500.0, 10512.0, 10531.0, 10466.0, 10522.0, 10488.0, 10503.0, 10534.0, 10502.0, 10529.0, 10472.0, 10508.0, 10565.0, 10527.0, 10529.0, 10502.0, 10506.0, 10552.0, 10483.0, 10534.0, 10582.0, 10521.0, 10559.0, 10484.0, 10528.0, 10547.0, 10501.0, 10528.0, 10523.0, 10505.0, 10553.0, 10489.0, 10529.0, 10519.0, 10486.0, 10540.0, 10489.0, 10519.0, 10549.0, 10499.0, 10528.0, 10469.0, 10504.0, 10550.0, 10510.0, 10532.0, 10522.0, 10491.0, 10540.0, 10486.0, 10520.0, 10554.0, 10510.0, 10544.0, 10502.0, 10502.0, 10492.0, 10507.0, 10548.0, 10484.0, 10537.0, 10579.0, 10509.0, 10532.0, 10529.0, 10507.0, 10563.0, 10516.0, 10544.0, 10586.0, 10509.0, 10510.0, 10510.0, 10538.0, 10531.0, 10587.0, 10595.0, 10545.0, 10561.0, 10523.0, 10553.0, 10567.0, 10500.0, 10572.0, 10558.0, 10502.0, 10538.0, 10484.0, 10508.0, 10543.0, 10498.0, 10564.0, 10483.0, 10493.0, 10530.0, 10469.0, 10516.0, 10501.0, 10501.0, 10526.0, 10494.0, 10503.0, 10483.0, 10476.0, 10520.0, 10468.0, 10507.0, 10513.0, 10481.0, 10516.0, 10455.0, 10483.0, 10532.0, 10478.0, 10510.0, 10501.0, 10480.0, 10512.0, 10479.0, 10496.0, 10517.0, 10515.0, 10524.0, 10496.0, 10502.0, 10520.0, 10467.0, 10498.0, 10542.0, 10501.0, 10511.0, 10516.0, 10505.0, 10544.0, 10476.0, 10514.0, 10558.0, 10506.0, 10524.0, 10530.0, 10506.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.0015090888119953863</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02697260484429066</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.455265816073876</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.190999182390299</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9762015483833714</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4786</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7576.4658</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10340631108560822</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.767012687427912</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.364705839303209</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3506044894117673</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.535876030449095</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2076369980487645</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0112691</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012477526441216469</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02217189408838749</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.280923452163416</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>21.8689</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5625</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.2787</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297380.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>966.5</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.4158</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0422</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.7014</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4059.541</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4219.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79164.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1729.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5266.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.5288</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.15110720670782</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> |