=== 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-0056 --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-0056",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0056_ses-04_task-social_acq-mb8_run-06_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-0056_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-06_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-0056/ses-04/func/sub-0056_ses-04_task-social_acq-mb8_run-06_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>7cb3bb297000885964b27a1485a72eb7</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:47:37.297500</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.998507, 0.0503019, 0.021298, -0.0523296, 0.992684, 0.108813]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0861828</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4160, -7785, -7284, 828, -17, -386, 100, 35]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>226.916</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7f6c8331-2955-45b8-9d25-227ca48c065c||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.6789212226867676, -0.1403963565826416, 0.042305391281843185, 117.38031768798828], [-0.13495641946792603, 2.6632983684539795, 0.2963653802871704, -100.77108764648438], [0.05714092776179314, -0.29193708300590515, 2.683351993560791, -67.05414581298828], [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': ['184737.297500', '184737.757500', '184738.217500', '184738.677500', '184739.137500', '184739.597500', '184740.057500', '184740.517500', '184740.977500', '184741.437500', '184741.897500', '184742.357500', '184742.817500', '184743.277500', '184743.737500', '184744.197500', '184744.657500', '184745.117500', '184745.577500', '184746.037500', '184746.497500', '184746.957500', '184747.417500', '184747.877500', '184748.337500', '184748.797500', '184749.257500', '184749.717500', '184750.177500', '184750.637500', '184751.097500', '184751.557500', '184752.017500', '184752.477500', '184752.937500', '184753.397500', '184753.857500', '184754.317500', '184754.777500', '184755.237500', '184755.697500', '184756.157500', '184756.617500', '184757.077500', '184757.537500', '184757.997500', '184758.457500', '184758.917500', '184759.377500', '184759.837500', '184800.297500', '184800.757500', '184801.217500', '184801.677500', '184802.137500', '184802.597500', '184803.057500', '184803.517500', '184803.977500', '184804.437500', '184804.897500', '184805.357500', '184805.817500', '184806.277500', '184806.737500', '184807.197500', '184807.657500', '184808.117500', '184808.577500', '184809.037500', '184809.497500', '184809.957500', '184810.417500', '184810.877500', '184811.337500', '184811.797500', '184812.257500', '184812.717500', '184813.177500', '184813.637500', '184814.097500', '184814.557500', '184815.017500', '184815.477500', '184815.937500', '184816.397500', '184816.857500', '184817.317500', '184817.777500', '184818.237500', '184818.697500', '184819.157500', '184819.617500', '184820.077500', '184820.537500', '184820.997500', '184821.457500', '184821.917500', '184822.377500', '184822.837500', '184823.297500', '184823.757500', '184824.217500', '184824.677500', '184825.137500', '184825.597500', '184826.057500', '184826.517500', '184826.977500', '184827.437500', '184827.897500', '184828.357500', '184828.817500', '184829.277500', '184829.737500', '184830.197500', '184830.657500', '184831.117500', '184831.577500', '184832.037500', '184832.497500', '184832.957500', '184833.417500', '184833.877500', '184834.337500', '184834.797500', '184835.257500', '184835.717500', '184836.177500', '184836.637500', '184837.097500', '184837.557500', '184838.017500', '184838.477500', '184838.937500', '184839.397500', '184839.857500', '184840.317500', '184840.777500', '184841.237500', '184841.697500', '184842.157500', '184842.617500', '184843.077500', '184843.537500', '184843.997500', '184844.457500', '184844.917500', '184845.377500', '184845.837500', '184846.297500', '184846.757500', '184847.217500', '184847.677500', '184848.137500', '184848.597500', '184849.057500', '184849.517500', '184849.977500', '184850.437500', '184850.897500', '184851.357500', '184851.817500', '184852.277500', '184852.737500', '184853.197500', '184853.657500', '184854.117500', '184854.577500', '184855.037500', '184855.497500', '184855.957500', '184856.417500', '184856.877500', '184857.337500', '184857.797500', '184858.257500', '184858.717500', '184859.177500', '184859.637500', '184900.097500', '184900.557500', '184901.017500', '184901.477500', '184901.937500', '184902.397500', '184902.857500', '184903.317500', '184903.777500', '184904.237500', '184904.697500', '184905.157500', '184905.617500', '184906.077500', '184906.537500', '184906.997500', '184907.457500', '184907.917500', '184908.377500', '184908.837500', '184909.297500', '184909.757500', '184910.217500', '184910.677500', '184911.137500', '184911.597500', '184912.057500', '184912.517500', '184912.977500', '184913.437500', '184913.897500', '184914.357500', '184914.817500', '184915.277500', '184915.737500', '184916.197500', '184916.657500', '184917.117500', '184917.577500', '184918.037500', '184918.497500', '184918.957500', '184919.417500', '184919.877500', '184920.337500', '184920.797500', '184921.257500', '184921.717500', '184922.177500', '184922.637500', '184923.097500', '184923.557500', '184924.017500', '184924.477500', '184924.937500', '184925.397500', '184925.857500', '184926.317500', '184926.777500', '184927.237500', '184927.697500', '184928.157500', '184928.617500', '184929.077500', '184929.537500', '184929.997500', '184930.457500', '184930.917500', '184931.377500', '184931.837500', '184932.297500', '184932.757500', '184933.217500', '184933.677500', '184934.137500', '184934.597500', '184935.057500', '184935.517500', '184935.977500', '184936.437500', '184936.897500', '184937.357500', '184937.817500', '184938.277500', '184938.737500', '184939.197500', '184939.657500', '184940.117500', '184940.577500', '184941.037500', '184941.497500', '184941.957500', '184942.417500', '184942.877500', '184943.337500', '184943.797500', '184944.257500', '184944.717500', '184945.177500', '184945.637500', '184946.097500', '184946.557500', '184947.017500', '184947.477500', '184947.937500', '184948.397500', '184948.857500', '184949.317500', '184949.777500', '184950.237500', '184950.697500', '184951.157500', '184951.617500', '184952.077500', '184952.537500', '184952.997500', '184953.457500', '184953.917500', '184954.377500', '184954.837500', '184955.297500', '184955.757500', '184956.217500', '184956.677500', '184957.137500', '184957.597500', '184958.057500', '184958.517500', '184958.977500', '184959.437500', '184959.897500', '185000.357500', '185000.817500', '185001.277500', '185001.737500', '185002.197500', '185002.657500', '185003.117500', '185003.577500', '185004.037500', '185004.497500', '185004.957500', '185005.417500', '185005.877500', '185006.337500', '185006.797500', '185007.257500', '185007.717500', '185008.177500', '185008.637500', '185009.097500', '185009.557500', '185010.017500', '185010.477500', '185010.937500', '185011.397500', '185011.857500', '185012.317500', '185012.777500', '185013.237500', '185013.697500', '185014.157500', '185014.617500', '185015.077500', '185015.537500', '185015.997500', '185016.457500', '185016.917500', '185017.377500', '185017.837500', '185018.297500', '185018.757500', '185019.217500', '185019.677500', '185020.137500', '185020.597500', '185021.057500', '185021.517500', '185021.977500', '185022.437500', '185022.897500', '185023.357500', '185023.817500', '185024.277500', '185024.737500', '185025.197500', '185025.657500', '185026.117500', '185026.577500', '185027.037500', '185027.497500', '185027.957500', '185028.417500', '185028.877500', '185029.337500', '185029.797500', '185030.257500', '185030.717500', '185031.177500', '185031.637500', '185032.097500', '185032.557500', '185033.017500', '185033.477500', '185033.937500', '185034.397500', '185034.857500', '185035.317500', '185035.777500', '185036.237500', '185036.697500', '185037.157500', '185037.617500', '185038.077500', '185038.537500', '185038.997500', '185039.457500', '185039.917500', '185040.377500', '185040.837500', '185041.297500', '185041.757500', '185042.217500', '185042.677500', '185043.137500', '185043.597500', '185044.057500', '185044.517500', '185044.977500', '185045.437500', '185045.897500', '185046.357500', '185046.817500', '185047.277500', '185047.737500', '185048.197500', '185048.657500', '185049.117500', '185049.577500', '185050.037500', '185050.497500', '185050.957500', '185051.417500', '185051.877500', '185052.337500', '185052.797500', '185053.257500', '185053.717500', '185054.177500', '185054.637500', '185055.097500', '185055.557500', '185056.017500', '185056.477500', '185056.937500', '185057.397500', '185057.857500', '185058.317500', '185058.777500', '185059.237500', '185059.697500', '185100.157500', '185100.617500', '185101.077500', '185101.537500', '185101.997500', '185102.457500', '185102.917500', '185103.377500', '185103.837500', '185104.297500', '185104.757500', '185105.217500', '185105.677500', '185106.137500', '185106.597500', '185107.057500', '185107.517500', '185107.977500', '185108.437500', '185108.897500', '185109.357500', '185109.817500', '185110.277500', '185110.737500', '185111.197500', '185111.657500', '185112.117500', '185112.577500', '185113.037500', '185113.497500', '185113.957500', '185114.417500', '185114.877500', '185115.337500', '185115.797500', '185116.257500', '185116.717500', '185117.177500', '185117.637500', '185118.097500', '185118.557500', '185119.017500', '185119.477500', '185119.937500', '185120.397500', '185120.857500', '185121.317500', '185121.777500', '185122.237500', '185122.697500', '185123.157500', '185123.617500', '185124.077500', '185124.537500', '185124.997500', '185125.457500', '185125.917500', '185126.377500', '185126.837500', '185127.297500', '185127.757500', '185128.217500', '185128.677500', '185129.137500', '185129.597500', '185130.057500', '185130.517500', '185130.977500', '185131.437500', '185131.897500', '185132.357500', '185132.817500', '185133.277500', '185133.737500', '185134.197500', '185134.657500', '185135.117500', '185135.577500', '185136.037500', '185136.497500', '185136.957500', '185137.417500', '185137.877500', '185138.337500', '185138.797500', '185139.257500', '185139.717500', '185140.177500', '185140.637500', '185141.097500', '185141.557500', '185142.017500', '185142.477500', '185142.937500', '185143.397500', '185143.857500', '185144.317500', '185144.777500', '185145.237500', '185145.697500', '185146.157500', '185146.617500', '185147.077500', '185147.537500', '185147.997500', '185148.457500', '185148.917500', '185149.377500', '185149.837500', '185150.297500', '185150.757500', '185151.217500', '185151.677500', '185152.137500', '185152.597500', '185153.057500', '185153.517500', '185153.977500', '185154.437500', '185154.897500', '185155.357500', '185155.817500', '185156.277500', '185156.737500', '185157.197500', '185157.657500', '185158.117500', '185158.577500', '185159.037500', '185159.497500', '185159.957500', '185200.417500', '185200.877500', '185201.337500', '185201.797500', '185202.257500', '185202.717500', '185203.177500', '185203.637500', '185204.097500', '185204.557500', '185205.017500', '185205.477500', '185205.937500', '185206.397500', '185206.857500', '185207.317500', '185207.777500', '185208.237500', '185208.697500', '185209.157500', '185209.617500', '185210.077500', '185210.537500', '185210.997500', '185211.457500', '185211.917500', '185212.377500', '185212.837500', '185213.297500', '185213.757500', '185214.217500', '185214.677500', '185215.137500', '185215.597500', '185216.057500', '185216.517500', '185216.977500', '185217.437500', '185217.897500', '185218.357500', '185218.817500', '185219.277500', '185219.737500', '185220.197500', '185220.657500', '185221.117500', '185221.577500', '185222.037500', '185222.497500', '185222.957500', '185223.417500', '185223.877500', '185224.337500', '185224.797500', '185225.257500', '185225.717500', '185226.177500', '185226.637500', '185227.097500', '185227.557500', '185228.017500', '185228.477500', '185228.937500', '185229.397500', '185229.857500', '185230.317500', '185230.777500', '185231.237500', '185231.697500', '185232.157500', '185232.617500', '185233.077500', '185233.537500', '185233.997500', '185234.457500', '185234.917500', '185235.377500', '185235.837500', '185236.297500', '185236.757500', '185237.217500', '185237.677500', '185238.137500', '185238.597500', '185239.057500', '185239.517500', '185239.977500', '185240.437500', '185240.897500', '185241.357500', '185241.817500', '185242.277500', '185242.737500', '185243.197500', '185243.657500', '185244.117500', '185244.577500', '185245.037500', '185245.497500', '185245.957500', '185246.417500', '185246.877500', '185247.337500', '185247.797500', '185248.257500', '185248.717500', '185249.177500', '185249.637500', '185250.097500', '185250.557500', '185251.017500', '185251.477500', '185251.937500', '185252.397500', '185252.857500', '185253.317500', '185253.777500', '185254.237500', '185254.697500', '185255.157500', '185255.617500', '185256.077500', '185256.537500', '185256.997500', '185257.457500', '185257.917500', '185258.377500', '185258.837500', '185259.297500', '185259.757500', '185300.217500', '185300.677500', '185301.137500', '185301.597500', '185302.057500', '185302.517500', '185302.977500', '185303.437500', '185303.897500', '185304.357500', '185304.817500', '185305.277500', '185305.737500', '185306.197500', '185306.657500', '185307.117500', '185307.577500', '185308.037500', '185308.497500', '185308.957500', '185309.417500', '185309.877500', '185310.337500', '185310.797500', '185311.257500', '185311.717500', '185312.177500', '185312.637500', '185313.097500', '185313.557500', '185314.017500', '185314.477500', '185314.937500', '185315.397500', '185315.857500', '185316.317500', '185316.777500', '185317.237500', '185317.697500', '185318.157500', '185318.617500', '185319.077500', '185319.537500', '185319.997500', '185320.457500', '185320.917500', '185321.377500', '185321.837500', '185322.297500', '185322.757500', '185323.217500', '185323.677500', '185324.137500', '185324.597500', '185325.057500', '185325.517500', '185325.977500', '185326.437500', '185326.897500', '185327.357500', '185327.817500', '185328.277500', '185328.737500', '185329.197500', '185329.657500', '185330.117500', '185330.577500', '185331.037500', '185331.497500', '185331.957500', '185332.417500', '185332.877500', '185333.337500', '185333.797500', '185334.257500', '185334.717500', '185335.177500', '185335.637500', '185336.097500', '185336.557500', '185337.017500', '185337.477500', '185337.937500', '185338.397500', '185338.857500', '185339.317500', '185339.777500', '185340.237500', '185340.697500', '185341.157500', '185341.617500', '185342.077500', '185342.537500', '185342.997500', '185343.457500', '185343.917500', '185344.377500', '185344.837500', '185345.297500', '185345.757500', '185346.217500', '185346.677500', '185347.137500', '185347.597500', '185348.057500', '185348.517500', '185348.977500', '185349.437500', '185349.897500', '185350.357500', '185350.817500', '185351.277500', '185351.737500', '185352.197500', '185352.657500', '185353.117500', '185353.577500', '185354.037500', '185354.497500', '185354.957500', '185355.417500', '185355.877500', '185356.337500', '185356.797500', '185357.257500', '185357.717500', '185358.177500', '185358.637500', '185359.097500', '185359.557500', '185400.017500', '185400.477500', '185400.937500', '185401.397500', '185401.857500', '185402.317500', '185402.777500', '185403.237500', '185403.697500', '185404.157500', '185404.617500', '185405.077500', '185405.537500', '185405.997500', '185406.457500', '185406.917500', '185407.377500', '185407.837500', '185408.297500', '185408.757500', '185409.217500', '185409.677500', '185410.137500', '185410.597500', '185411.057500', '185411.517500', '185411.977500', '185412.437500', '185412.897500', '185413.357500', '185413.817500', '185414.277500', '185414.737500', '185415.197500', '185415.657500', '185416.117500', '185416.577500', '185417.037500', '185417.497500', '185417.957500'], 'ContentTime': ['184758.488000', '184758.491000', '184758.493000', '184758.496000', '184758.499000', '184758.505000', '184758.508000', '184758.510000', '184758.513000', '184758.515000', '184758.518000', '184758.520000', '184758.523000', '184758.526000', '184758.528000', '184758.531000', '184758.533000', '184758.536000', '184758.538000', '184758.541000', '184758.543000', '184758.546000', '184758.549000', '184758.551000', '184758.554000', '184758.556000', '184758.559000', '184758.562000', '184758.564000', '184758.567000', '184758.569000', '184758.572000', '184758.574000', '184758.577000', '184758.580000', '184758.582000', '184758.585000', '184758.587000', '184758.590000', '184758.592000', '184758.595000', '184758.597000', '184758.600000', '184818.442000', '184818.445000', '184818.448000', '184818.450000', '184818.453000', '184818.455000', '184818.458000', '184818.460000', '184818.463000', '184818.465000', '184818.468000', '184818.470000', '184818.473000', '184818.476000', '184818.478000', '184818.481000', '184818.483000', '184818.486000', '184818.488000', '184818.491000', '184818.493000', '184818.496000', '184818.498000', '184818.501000', '184818.503000', '184818.506000', '184818.509000', '184818.511000', '184818.514000', '184818.516000', '184818.519000', '184818.521000', '184818.524000', '184818.526000', '184818.529000', '184818.531000', '184818.534000', '184818.537000', '184818.546000', '184818.549000', '184818.551000', '184818.554000', '184818.556000', '184818.559000', '184838.443000', '184838.446000', '184838.449000', '184838.451000', '184838.454000', '184838.456000', '184838.459000', '184838.461000', '184838.464000', '184838.466000', '184838.469000', '184838.481000', '184838.484000', '184838.486000', '184838.489000', '184838.491000', '184838.494000', '184838.496000', '184838.499000', '184838.502000', '184838.504000', '184838.507000', '184838.509000', '184838.512000', '184838.514000', '184838.517000', '184838.520000', '184838.522000', '184838.525000', '184838.527000', '184838.530000', '184838.532000', '184838.535000', '184838.537000', '184838.540000', '184838.542000', '184838.545000', '184838.547000', '184838.559000', '184838.561000', '184838.564000', '184838.567000', '184838.570000', '184858.443000', '184858.446000', '184858.449000', '184858.451000', '184858.454000', '184858.456000', '184858.459000', '184858.462000', '184858.464000', '184858.467000', '184858.469000', '184858.472000', '184858.475000', '184858.477000', '184858.480000', '184858.483000', '184858.485000', '184858.488000', '184858.490000', '184858.493000', '184858.495000', '184858.498000', '184858.501000', '184858.503000', '184858.506000', '184858.508000', '184858.511000', '184858.513000', '184858.516000', '184858.519000', '184858.521000', '184858.524000', '184858.526000', '184858.529000', '184858.531000', '184858.534000', '184858.536000', '184858.539000', '184858.541000', '184858.550000', '184858.552000', '184858.555000', '184858.557000', '184858.560000', '184918.444000', '184918.446000', '184918.449000', '184918.451000', '184918.454000', '184918.456000', '184918.459000', '184918.462000', '184918.464000', '184918.467000', '184918.469000', '184918.472000', '184918.474000', '184918.477000', '184918.479000', '184918.482000', '184918.485000', '184918.487000', '184918.490000', '184918.492000', '184918.495000', '184918.497000', '184918.500000', '184918.502000', '184918.505000', '184918.507000', '184918.510000', '184918.513000', '184918.515000', '184918.518000', '184918.520000', '184918.523000', '184918.525000', '184918.528000', '184918.531000', '184918.533000', '184918.536000', '184918.538000', '184918.541000', '184918.543000', '184918.546000', '184918.549000', '184918.551000', '184938.442000', '184938.445000', '184938.448000', '184938.451000', '184938.453000', '184938.456000', '184938.459000', '184938.461000', '184938.464000', '184938.466000', '184938.469000', '184938.471000', '184938.474000', '184938.477000', '184938.479000', '184938.482000', '184938.485000', '184938.487000', '184938.490000', '184938.492000', '184938.495000', '184938.497000', '184938.500000', '184938.503000', '184938.505000', '184938.508000', '184938.510000', '184938.513000', '184938.515000', '184938.518000', '184938.521000', '184938.523000', '184938.526000', '184938.528000', '184938.531000', '184938.533000', '184938.536000', '184938.539000', '184938.547000', '184938.550000', '184938.552000', '184938.555000', '184938.557000', '184958.442000', '184958.445000', '184958.448000', '184958.450000', '184958.453000', '184958.455000', '184958.458000', '184958.461000', '184958.463000', '184958.466000', '184958.468000', '184958.471000', '184958.473000', '184958.476000', '184958.479000', '184958.481000', '184958.484000', '184958.486000', '184958.489000', '184958.491000', '184958.494000', '184958.496000', '184958.499000', '184958.502000', '184958.504000', '184958.507000', '184958.509000', '184958.512000', '184958.514000', '184958.517000', '184958.520000', '184958.522000', '184958.525000', '184958.527000', '184958.530000', '184958.532000', '184958.535000', '184958.538000', '184958.540000', '184958.543000', '184958.545000', '184958.548000', '184958.551000', '184958.553000', '185018.443000', '185018.445000', '185018.448000', '185018.450000', '185018.453000', '185018.456000', '185018.458000', '185018.472000', '185018.475000', '185018.477000', '185018.480000', '185018.483000', '185018.485000', '185018.488000', '185018.490000', '185018.496000', '185018.499000', '185018.502000', '185018.504000', '185018.507000', '185018.509000', '185018.512000', '185018.515000', '185018.518000', '185018.521000', '185018.523000', '185018.526000', '185018.528000', '185018.532000', '185018.534000', '185018.537000', '185018.540000', '185018.542000', '185018.545000', '185018.547000', '185018.550000', '185018.552000', '185018.555000', '185018.558000', '185018.560000', '185018.563000', '185018.565000', '185018.568000', '185018.571000', '185038.443000', '185038.445000', '185038.448000', '185038.450000', '185038.453000', '185038.456000', '185038.458000', '185038.461000', '185038.463000', '185038.466000', '185038.468000', '185038.471000', '185038.473000', '185038.476000', '185038.479000', '185038.481000', '185038.484000', '185038.486000', '185038.489000', '185038.491000', '185038.494000', '185038.496000', '185038.499000', '185038.501000', '185038.504000', '185038.507000', '185038.509000', '185038.512000', '185038.514000', '185038.517000', '185038.519000', '185038.522000', '185038.524000', '185038.527000', '185038.530000', '185038.532000', '185038.535000', '185038.537000', '185038.540000', '185038.542000', '185038.545000', '185038.547000', '185038.550000', '185058.444000', '185058.446000', '185058.449000', '185058.451000', '185058.454000', '185058.457000', '185058.459000', '185058.462000', '185058.464000', '185058.469000', '185058.472000', '185058.474000', '185058.477000', '185058.479000', '185058.482000', '185058.484000', '185058.487000', '185058.490000', '185058.492000', '185058.495000', '185058.497000', '185058.500000', '185058.502000', '185058.505000', '185058.508000', '185058.510000', '185058.513000', '185058.515000', '185058.518000', '185058.520000', '185058.523000', '185058.526000', '185058.528000', '185058.531000', '185058.533000', '185058.536000', '185058.538000', '185058.541000', '185058.544000', '185058.546000', '185058.549000', '185058.551000', '185058.554000', '185118.443000', '185118.446000', '185118.449000', '185118.451000', '185118.454000', '185118.457000', '185118.459000', '185118.462000', '185118.464000', '185118.467000', '185118.469000', '185118.472000', '185118.474000', '185118.477000', '185118.480000', '185118.482000', '185118.485000', '185118.487000', '185118.490000', '185118.493000', '185118.495000', '185118.498000', '185118.500000', '185118.503000', '185118.505000', '185118.508000', '185118.510000', '185118.513000', '185118.515000', '185118.518000', '185118.521000', '185118.523000', '185118.526000', '185118.528000', '185118.531000', '185118.533000', '185118.536000', '185118.539000', '185118.541000', '185118.544000', '185118.546000', '185118.549000', '185118.551000', '185118.554000', '185138.443000', '185138.447000', '185138.449000', '185138.452000', '185138.455000', '185138.457000', '185138.460000', '185138.462000', '185138.465000', '185138.468000', '185138.470000', '185138.473000', '185138.475000', '185138.478000', '185138.480000', '185138.483000', '185138.486000', '185138.488000', '185138.491000', '185138.493000', '185138.496000', '185138.498000', '185138.502000', '185138.504000', '185138.507000', '185138.510000', '185138.512000', '185138.515000', '185138.517000', '185138.520000', '185138.522000', '185138.525000', '185138.528000', '185138.530000', '185138.533000', '185138.535000', '185138.538000', '185138.540000', '185138.543000', '185138.546000', '185138.548000', '185138.551000', '185138.553000', '185158.442000', '185158.445000', '185158.448000', '185158.451000', '185158.453000', '185158.456000', '185158.458000', '185158.461000', '185158.463000', '185158.466000', '185158.470000', '185158.472000', '185158.475000', '185158.477000', '185158.480000', '185158.483000', '185158.485000', '185158.488000', '185158.490000', '185158.493000', '185158.495000', '185158.498000', '185158.501000', '185158.503000', '185158.506000', '185158.508000', '185158.511000', '185158.513000', '185158.516000', '185158.519000', '185158.521000', '185158.524000', '185158.526000', '185158.529000', '185158.531000', '185158.534000', '185158.537000', '185158.539000', '185158.542000', '185158.544000', '185158.547000', '185158.550000', '185158.552000', '185158.555000', '185218.442000', '185218.445000', '185218.448000', '185218.451000', '185218.453000', '185218.456000', '185218.458000', '185218.461000', '185218.463000', '185218.466000', '185218.469000', '185218.471000', '185218.474000', '185218.476000', '185218.479000', '185218.481000', '185218.484000', '185218.487000', '185218.489000', '185218.492000', '185218.494000', '185218.498000', '185218.501000', '185218.504000', '185218.506000', '185218.509000', '185218.511000', '185218.514000', '185218.517000', '185218.519000', '185218.522000', '185218.524000', '185218.527000', '185218.530000', '185218.532000', '185218.535000', '185218.537000', '185218.540000', '185218.542000', '185218.545000', '185218.547000', '185218.550000', '185218.553000', '185238.442000', '185238.445000', '185238.448000', '185238.450000', '185238.453000', '185238.455000', '185238.458000', '185238.461000', '185238.463000', '185238.466000', '185238.468000', '185238.471000', '185238.474000', '185238.476000', '185238.479000', '185238.482000', '185238.484000', '185238.487000', '185238.489000', '185238.492000', '185238.494000', '185238.497000', '185238.499000', '185238.502000', '185238.505000', '185238.507000', '185238.510000', '185238.512000', '185238.515000', '185238.517000', '185238.520000', '185238.523000', '185238.525000', '185238.528000', '185238.530000', '185238.533000', '185238.535000', '185238.538000', '185238.540000', '185238.543000', '185238.546000', '185238.548000', '185238.551000', '185238.553000', '185258.443000', '185258.445000', '185258.448000', '185258.450000', '185258.453000', '185258.456000', '185258.458000', '185258.461000', '185258.463000', '185258.466000', '185258.469000', '185258.471000', '185258.474000', '185258.476000', '185258.480000', '185258.483000', '185258.486000', '185258.488000', '185258.491000', '185258.493000', '185258.496000', '185258.499000', '185258.501000', '185258.504000', '185258.506000', '185258.509000', '185258.512000', '185258.514000', '185258.517000', '185258.519000', '185258.522000', '185258.524000', '185258.527000', '185258.530000', '185258.532000', '185258.535000', '185258.537000', '185258.541000', '185258.543000', '185258.546000', '185258.549000', '185258.551000', '185258.554000', '185318.444000', '185318.446000', '185318.449000', '185318.452000', '185318.454000', '185318.457000', '185318.459000', '185318.462000', '185318.464000', '185318.467000', '185318.469000', '185318.472000', '185318.484000', '185318.487000', '185318.509000', '185318.512000', '185318.516000', '185318.519000', '185318.521000', '185318.524000', '185318.527000', '185318.529000', '185318.532000', '185318.534000', '185318.537000', '185318.539000', '185318.542000', '185318.545000', '185318.548000', '185318.550000', '185318.553000', '185318.555000', '185318.558000', '185318.560000', '185318.563000', '185318.566000', '185318.568000', '185318.571000', '185318.573000', '185318.576000', '185318.578000', '185318.581000', '185318.584000', '185318.586000', '185338.443000', '185338.446000', '185338.449000', '185338.451000', '185338.454000', '185338.457000', '185338.459000', '185338.462000', '185338.464000', '185338.467000', '185338.469000', '185338.472000', '185338.475000', '185338.477000', '185338.480000', '185338.482000', '185338.485000', '185338.487000', '185338.490000', '185338.493000', '185338.495000', '185338.498000', '185338.500000', '185338.503000', '185338.505000', '185338.508000', '185338.510000', '185338.513000', '185338.516000', '185338.518000', '185338.521000', '185338.523000', '185338.526000', '185338.528000', '185338.531000', '185338.534000', '185338.536000', '185338.539000', '185338.542000', '185338.546000', '185338.548000', '185338.551000', '185338.554000', '185358.443000', '185358.446000', '185358.449000', '185358.451000', '185358.454000', '185358.474000', '185358.476000', '185358.479000', '185358.481000', '185358.484000', '185358.486000', '185358.489000', '185358.492000', '185358.494000', '185358.497000', '185358.499000', '185358.502000', '185358.504000', '185358.507000', '185358.510000', '185358.512000', '185358.515000', '185358.517000', '185358.520000', '185358.522000', '185358.525000', '185358.528000', '185358.530000', '185358.533000', '185358.535000', '185358.538000', '185358.540000', '185358.543000', '185358.545000', '185358.548000', '185358.551000', '185358.553000', '185358.556000', '185358.558000', '185358.561000', '185358.563000', '185358.566000', '185358.568000', '185358.571000', '185418.442000', '185418.445000', '185418.448000', '185418.450000', '185418.453000', '185418.455000', '185418.458000', '185418.470000', '185418.473000', '185418.475000', '185418.478000', '185418.481000', '185418.483000', '185418.486000', '185418.488000', '185418.491000', '185418.493000', '185418.496000', '185418.499000', '185418.501000', '185418.504000', '185418.506000', '185418.509000', '185418.511000', '185418.514000', '185418.517000', '185418.519000', '185418.522000', '185418.524000', '185418.527000', '185418.530000', '185418.532000', '185418.535000', '185418.537000', '185418.540000', '185418.542000', '185418.545000', '185418.548000', '185418.550000', '185418.553000', '185418.556000', '185418.559000', '185418.561000', '185419.440000', '185419.443000', '185419.446000'], 'InstanceCreationTime': ['184758.488000', '184758.491000', '184758.493000', '184758.496000', '184758.499000', '184758.505000', '184758.508000', '184758.510000', '184758.513000', '184758.515000', '184758.518000', '184758.520000', '184758.523000', '184758.526000', '184758.528000', '184758.531000', '184758.533000', '184758.536000', '184758.538000', '184758.541000', '184758.543000', '184758.546000', '184758.549000', '184758.551000', '184758.554000', '184758.556000', '184758.559000', '184758.562000', '184758.564000', '184758.567000', '184758.569000', '184758.572000', '184758.574000', '184758.577000', '184758.580000', '184758.582000', '184758.585000', '184758.587000', '184758.590000', '184758.592000', '184758.595000', '184758.597000', '184758.600000', '184818.442000', '184818.445000', '184818.448000', '184818.450000', '184818.453000', '184818.455000', '184818.458000', '184818.460000', '184818.463000', '184818.465000', '184818.468000', '184818.470000', '184818.473000', '184818.476000', '184818.478000', '184818.481000', '184818.483000', '184818.486000', '184818.488000', '184818.491000', '184818.493000', '184818.496000', '184818.498000', '184818.501000', '184818.503000', '184818.506000', '184818.509000', '184818.511000', '184818.514000', '184818.516000', '184818.519000', '184818.521000', '184818.524000', '184818.526000', '184818.529000', '184818.531000', '184818.534000', '184818.537000', '184818.546000', '184818.549000', '184818.551000', '184818.554000', '184818.556000', '184818.559000', '184838.443000', '184838.446000', '184838.449000', '184838.451000', '184838.454000', '184838.456000', '184838.459000', '184838.461000', '184838.464000', '184838.466000', '184838.469000', '184838.481000', '184838.484000', '184838.486000', '184838.489000', '184838.491000', '184838.494000', '184838.496000', '184838.499000', '184838.502000', '184838.504000', '184838.507000', '184838.509000', '184838.512000', '184838.514000', '184838.517000', '184838.520000', '184838.522000', '184838.525000', '184838.527000', '184838.530000', '184838.532000', '184838.535000', '184838.537000', '184838.540000', '184838.542000', '184838.545000', '184838.547000', '184838.559000', '184838.561000', '184838.564000', '184838.567000', '184838.570000', '184858.443000', '184858.446000', '184858.449000', '184858.451000', '184858.454000', '184858.456000', '184858.459000', '184858.462000', '184858.464000', '184858.467000', '184858.469000', '184858.472000', '184858.475000', '184858.477000', '184858.480000', '184858.483000', '184858.485000', '184858.488000', '184858.490000', '184858.493000', '184858.495000', '184858.498000', '184858.501000', '184858.503000', '184858.506000', '184858.508000', '184858.511000', '184858.513000', '184858.516000', '184858.519000', '184858.521000', '184858.524000', '184858.526000', '184858.529000', '184858.531000', '184858.534000', '184858.536000', '184858.539000', '184858.541000', '184858.550000', '184858.552000', '184858.555000', '184858.557000', '184858.560000', '184918.444000', '184918.446000', '184918.449000', '184918.451000', '184918.454000', '184918.456000', '184918.459000', '184918.462000', '184918.464000', '184918.467000', '184918.469000', '184918.472000', '184918.474000', '184918.477000', '184918.479000', '184918.482000', '184918.485000', '184918.487000', '184918.490000', '184918.492000', '184918.495000', '184918.497000', '184918.500000', '184918.502000', '184918.505000', '184918.507000', '184918.510000', '184918.513000', '184918.515000', '184918.518000', '184918.520000', '184918.523000', '184918.525000', '184918.528000', '184918.531000', '184918.533000', '184918.536000', '184918.538000', '184918.541000', '184918.543000', '184918.546000', '184918.549000', '184918.551000', '184938.442000', '184938.445000', '184938.448000', '184938.451000', '184938.453000', '184938.456000', '184938.459000', '184938.461000', '184938.464000', '184938.466000', '184938.469000', '184938.471000', '184938.474000', '184938.477000', '184938.479000', '184938.482000', '184938.485000', '184938.487000', '184938.490000', '184938.492000', '184938.495000', '184938.497000', '184938.500000', '184938.503000', '184938.505000', '184938.508000', '184938.510000', '184938.513000', '184938.515000', '184938.518000', '184938.521000', '184938.523000', '184938.526000', '184938.528000', '184938.531000', '184938.533000', '184938.536000', '184938.539000', '184938.547000', '184938.550000', '184938.552000', '184938.555000', '184938.557000', '184958.442000', '184958.445000', '184958.448000', '184958.450000', '184958.453000', '184958.455000', '184958.458000', '184958.461000', '184958.463000', '184958.466000', '184958.468000', '184958.471000', '184958.473000', '184958.476000', '184958.479000', '184958.481000', '184958.484000', '184958.486000', '184958.489000', '184958.491000', '184958.494000', '184958.496000', '184958.499000', '184958.502000', '184958.504000', '184958.507000', '184958.509000', '184958.512000', '184958.514000', '184958.517000', '184958.520000', '184958.522000', '184958.525000', '184958.527000', '184958.530000', '184958.532000', '184958.535000', '184958.538000', '184958.540000', '184958.543000', '184958.545000', '184958.548000', '184958.551000', '184958.553000', '185018.443000', '185018.445000', '185018.448000', '185018.450000', '185018.453000', '185018.456000', '185018.458000', '185018.472000', '185018.475000', '185018.477000', '185018.480000', '185018.483000', '185018.485000', '185018.488000', '185018.490000', '185018.496000', '185018.499000', '185018.502000', '185018.504000', '185018.507000', '185018.509000', '185018.512000', '185018.515000', '185018.518000', '185018.521000', '185018.523000', '185018.526000', '185018.528000', '185018.532000', '185018.534000', '185018.537000', '185018.540000', '185018.542000', '185018.545000', '185018.547000', '185018.550000', '185018.552000', '185018.555000', '185018.558000', '185018.560000', '185018.563000', '185018.565000', '185018.568000', '185018.571000', '185038.443000', '185038.445000', '185038.448000', '185038.450000', '185038.453000', '185038.456000', '185038.458000', '185038.461000', '185038.463000', '185038.466000', '185038.468000', '185038.471000', '185038.473000', '185038.476000', '185038.479000', '185038.481000', '185038.484000', '185038.486000', '185038.489000', '185038.491000', '185038.494000', '185038.496000', '185038.499000', '185038.501000', '185038.504000', '185038.507000', '185038.509000', '185038.512000', '185038.514000', '185038.517000', '185038.519000', '185038.522000', '185038.524000', '185038.527000', '185038.530000', '185038.532000', '185038.535000', '185038.537000', '185038.540000', '185038.542000', '185038.545000', '185038.547000', '185038.550000', '185058.444000', '185058.446000', '185058.449000', '185058.451000', '185058.454000', '185058.457000', '185058.459000', '185058.462000', '185058.464000', '185058.469000', '185058.472000', '185058.474000', '185058.477000', '185058.479000', '185058.482000', '185058.484000', '185058.487000', '185058.490000', '185058.492000', '185058.495000', '185058.497000', '185058.500000', '185058.502000', '185058.505000', '185058.508000', '185058.510000', '185058.513000', '185058.515000', '185058.518000', '185058.520000', '185058.523000', '185058.526000', '185058.528000', '185058.531000', '185058.533000', '185058.536000', '185058.538000', '185058.541000', '185058.544000', '185058.546000', '185058.549000', '185058.551000', '185058.554000', '185118.443000', '185118.446000', '185118.449000', '185118.451000', '185118.454000', '185118.457000', '185118.459000', '185118.462000', '185118.464000', '185118.467000', '185118.469000', '185118.472000', '185118.474000', '185118.477000', '185118.480000', '185118.482000', '185118.485000', '185118.487000', '185118.490000', '185118.493000', '185118.495000', '185118.498000', '185118.500000', '185118.503000', '185118.505000', '185118.508000', '185118.510000', '185118.513000', '185118.515000', '185118.518000', '185118.521000', '185118.523000', '185118.526000', '185118.528000', '185118.531000', '185118.533000', '185118.536000', '185118.539000', '185118.541000', '185118.544000', '185118.546000', '185118.549000', '185118.551000', '185118.554000', '185138.443000', '185138.447000', '185138.449000', '185138.452000', '185138.455000', '185138.457000', '185138.460000', '185138.462000', '185138.465000', '185138.468000', '185138.470000', '185138.473000', '185138.475000', '185138.478000', '185138.480000', '185138.483000', '185138.486000', '185138.488000', '185138.491000', '185138.493000', '185138.496000', '185138.498000', '185138.502000', '185138.504000', '185138.507000', '185138.510000', '185138.512000', '185138.515000', '185138.517000', '185138.520000', '185138.522000', '185138.525000', '185138.528000', '185138.530000', '185138.533000', '185138.535000', '185138.538000', '185138.540000', '185138.543000', '185138.546000', '185138.548000', '185138.551000', '185138.553000', '185158.442000', '185158.445000', '185158.448000', '185158.451000', '185158.453000', '185158.456000', '185158.458000', '185158.461000', '185158.463000', '185158.466000', '185158.470000', '185158.472000', '185158.475000', '185158.477000', '185158.480000', '185158.483000', '185158.485000', '185158.488000', '185158.490000', '185158.493000', '185158.495000', '185158.498000', '185158.501000', '185158.503000', '185158.506000', '185158.508000', '185158.511000', '185158.513000', '185158.516000', '185158.519000', '185158.521000', '185158.524000', '185158.526000', '185158.529000', '185158.531000', '185158.534000', '185158.537000', '185158.539000', '185158.542000', '185158.544000', '185158.547000', '185158.550000', '185158.552000', '185158.555000', '185218.442000', '185218.445000', '185218.448000', '185218.451000', '185218.453000', '185218.456000', '185218.458000', '185218.461000', '185218.463000', '185218.466000', '185218.469000', '185218.471000', '185218.474000', '185218.476000', '185218.479000', '185218.481000', '185218.484000', '185218.487000', '185218.489000', '185218.492000', '185218.494000', '185218.498000', '185218.501000', '185218.504000', '185218.506000', '185218.509000', '185218.511000', '185218.514000', '185218.517000', '185218.519000', '185218.522000', '185218.524000', '185218.527000', '185218.530000', '185218.532000', '185218.535000', '185218.537000', '185218.540000', '185218.542000', '185218.545000', '185218.547000', '185218.550000', '185218.553000', '185238.442000', '185238.445000', '185238.448000', '185238.450000', '185238.453000', '185238.455000', '185238.458000', '185238.461000', '185238.463000', '185238.466000', '185238.468000', '185238.471000', '185238.474000', '185238.476000', '185238.479000', '185238.482000', '185238.484000', '185238.487000', '185238.489000', '185238.492000', '185238.494000', '185238.497000', '185238.499000', '185238.502000', '185238.505000', '185238.507000', '185238.510000', '185238.512000', '185238.515000', '185238.517000', '185238.520000', '185238.523000', '185238.525000', '185238.528000', '185238.530000', '185238.533000', '185238.535000', '185238.538000', '185238.540000', '185238.543000', '185238.546000', '185238.548000', '185238.551000', '185238.553000', '185258.443000', '185258.445000', '185258.448000', '185258.450000', '185258.453000', '185258.456000', '185258.458000', '185258.461000', '185258.463000', '185258.466000', '185258.469000', '185258.471000', '185258.474000', '185258.476000', '185258.480000', '185258.483000', '185258.486000', '185258.488000', '185258.491000', '185258.493000', '185258.496000', '185258.499000', '185258.501000', '185258.504000', '185258.506000', '185258.509000', '185258.512000', '185258.514000', '185258.517000', '185258.519000', '185258.522000', '185258.524000', '185258.527000', '185258.530000', '185258.532000', '185258.535000', '185258.537000', '185258.541000', '185258.543000', '185258.546000', '185258.549000', '185258.551000', '185258.554000', '185318.444000', '185318.446000', '185318.449000', '185318.452000', '185318.454000', '185318.457000', '185318.459000', '185318.462000', '185318.464000', '185318.467000', '185318.469000', '185318.472000', '185318.484000', '185318.487000', '185318.509000', '185318.512000', '185318.516000', '185318.519000', '185318.521000', '185318.524000', '185318.527000', '185318.529000', '185318.532000', '185318.534000', '185318.537000', '185318.539000', '185318.542000', '185318.545000', '185318.548000', '185318.550000', '185318.553000', '185318.555000', '185318.558000', '185318.560000', '185318.563000', '185318.566000', '185318.568000', '185318.571000', '185318.573000', '185318.576000', '185318.578000', '185318.581000', '185318.584000', '185318.586000', '185338.443000', '185338.446000', '185338.449000', '185338.451000', '185338.454000', '185338.457000', '185338.459000', '185338.462000', '185338.464000', '185338.467000', '185338.469000', '185338.472000', '185338.475000', '185338.477000', '185338.480000', '185338.482000', '185338.485000', '185338.487000', '185338.490000', '185338.493000', '185338.495000', '185338.498000', '185338.500000', '185338.503000', '185338.505000', '185338.508000', '185338.510000', '185338.513000', '185338.516000', '185338.518000', '185338.521000', '185338.523000', '185338.526000', '185338.528000', '185338.531000', '185338.534000', '185338.536000', '185338.539000', '185338.542000', '185338.546000', '185338.548000', '185338.551000', '185338.554000', '185358.443000', '185358.446000', '185358.449000', '185358.451000', '185358.454000', '185358.474000', '185358.476000', '185358.479000', '185358.481000', '185358.484000', '185358.486000', '185358.489000', '185358.492000', '185358.494000', '185358.497000', '185358.499000', '185358.502000', '185358.504000', '185358.507000', '185358.510000', '185358.512000', '185358.515000', '185358.517000', '185358.520000', '185358.522000', '185358.525000', '185358.528000', '185358.530000', '185358.533000', '185358.535000', '185358.538000', '185358.540000', '185358.543000', '185358.545000', '185358.548000', '185358.551000', '185358.553000', '185358.556000', '185358.558000', '185358.561000', '185358.563000', '185358.566000', '185358.568000', '185358.571000', '185418.442000', '185418.445000', '185418.448000', '185418.450000', '185418.453000', '185418.455000', '185418.458000', '185418.470000', '185418.473000', '185418.475000', '185418.478000', '185418.481000', '185418.483000', '185418.486000', '185418.488000', '185418.491000', '185418.493000', '185418.496000', '185418.499000', '185418.501000', '185418.504000', '185418.506000', '185418.509000', '185418.511000', '185418.514000', '185418.517000', '185418.519000', '185418.522000', '185418.524000', '185418.527000', '185418.530000', '185418.532000', '185418.535000', '185418.537000', '185418.540000', '185418.542000', '185418.545000', '185418.548000', '185418.550000', '185418.553000', '185418.556000', '185418.559000', '185418.561000', '185419.440000', '185419.443000', '185419.446000'], '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': [7589, 7390, 7412, 7106, 7325, 7320, 7449, 7460, 7333, 7123, 7366, 7603, 7387, 7437, 7503, 7256, 7544, 7218, 7463, 7465, 7488, 7229, 7414, 7205, 7624, 7354, 7659, 7535, 7437, 7526, 7482, 7784, 7506, 7531, 7445, 7467, 6952, 6710, 7350, 7686, 7426, 7644, 7465, 7316, 7401, 7327, 7688, 7311, 7622, 7312, 7037, 7560, 7730, 7881, 7198, 7593, 7709, 7550, 8868, 7460, 9642, 7626, 7313, 7829, 7763, 7515, 7579, 8071, 7763, 7425, 7579, 7439, 7234, 7345, 7273, 7568, 7529, 7506, 7270, 7302, 7207, 7195, 7362, 7137, 7555, 7502, 7365, 7351, 7376, 7378, 7460, 7517, 7294, 7223, 7487, 7293, 7485, 7370, 7342, 7471, 7496, 7645, 7401, 7500, 7489, 7374, 7235, 7403, 7138, 7502, 7365, 7301, 7584, 7713, 7293, 7779, 7523, 7483, 7708, 7516, 7477, 7496, 7832, 7606, 7929, 7421, 7665, 7540, 7173, 7741, 7394, 7588, 7278, 7453, 7302, 7681, 7503, 7525, 7821, 7659, 7622, 7890, 7433, 7462, 7937, 7662, 7528, 7853, 7607, 7620, 7655, 7524, 7407, 7573, 7382, 7732, 7514, 7510, 7460, 7531, 7525, 7303, 7611, 7295, 7328, 7032, 7188, 7563, 7223, 7423, 7197, 6984, 7663, 7329, 7551, 7050, 7298, 7499, 7445, 7300, 7520, 7043, 7323, 7331, 6884, 7129, 7767, 7362, 7576, 7479, 7295, 7349, 7036, 7406, 7655, 7653, 7879, 7439, 7376, 7492, 7267, 7484, 7303, 7425, 7078, 7329, 7256, 7104, 6901, 7212, 7031, 7212, 7381, 7370, 7407, 7545, 7509, 7277, 7168, 7241, 7308, 7255, 7217, 7104, 7206, 7278, 7152, 7232, 7195, 7338, 7261, 7227, 7348, 7160, 7255, 7510, 7270, 7745, 7128, 7560, 7379, 7393, 7592, 7376, 7751, 7525, 7316, 7614, 7322, 7403, 7434, 7649, 7473, 7297, 7522, 7485, 7606, 7554, 7461, 7758, 7828, 7450, 7822, 7743, 7581, 7947, 7498, 8207, 7431, 8133, 7469, 8809, 7330, 8267, 7422, 8234, 7287, 8270, 7261, 8117, 7363, 8402, 7491, 8323, 7506, 8136, 7609, 7971, 7392, 8045, 7629, 7352, 7450, 7339, 7627, 7380, 7591, 7342, 7358, 7239, 7391, 7413, 7238, 7545, 7190, 7431, 7125, 7357, 7374, 7728, 7392, 7673, 7406, 7528, 7449, 7535, 7487, 7547, 7378, 7522, 7292, 7549, 7141, 7359, 7413, 7105, 7051, 7111, 7434, 7314, 7283, 7031, 7309, 7372, 6967, 6881, 7170, 7501, 7276, 7404, 7277, 7272, 7347, 7508, 7625, 7330, 7788, 7245, 7395, 7327, 7326, 7354, 7225, 7424, 7364, 7592, 7330, 7530, 7298, 7907, 7298, 9502, 7404, 9349, 7292, 8996, 7268, 8522, 7290, 8401, 7112, 8096, 7178, 7723, 7178, 7783, 7358, 7912, 7141, 7421, 7201, 6958, 7132, 7094, 6899, 7324, 7278, 7904, 7172, 7928, 7739, 7343, 7169, 7269, 7242, 7368, 6998, 7213, 7147, 7367, 7211, 7008, 7069, 7009, 7365, 7272, 7361, 7468, 7448, 7474, 7455, 6803, 7813, 6974, 7641, 6943, 7419, 6885, 7403, 7215, 7343, 7343, 7297, 7301, 7497, 7182, 7350, 7182, 7371, 6917, 6778, 6793, 6728, 6897, 7053, 7060, 7072, 7453, 6656, 7424, 6811, 7306, 7849, 7386, 8206, 7327, 7581, 7360, 7571, 7019, 7000, 7298, 6901, 6964, 6862, 6848, 7013, 7062, 7013, 6933, 7247, 7013, 7553, 7055, 7481, 7173, 7488, 7426, 7661, 7065, 7522, 7075, 7695, 7487, 7292, 7225, 7451, 7147, 7047, 7175, 6917, 7253, 6966, 7008, 6983, 7282, 6825, 7001, 7003, 6990, 7030, 7062, 6838, 7224, 7138, 7301, 7182, 7573, 7125, 7556, 6875, 7518, 7120, 7453, 8034, 7388, 7065, 7290, 7072, 6848, 7249, 7368, 7418, 7239, 7555, 6820, 7364, 7313, 7391, 7232, 7491, 7347, 7424, 7502, 7153, 7226, 6831, 7443, 6787, 7585, 7689, 7433, 7378, 7373, 7237, 7400, 7210, 6938, 7183, 7135, 7248, 6921, 7108, 7747, 7177, 8744, 7287, 8631, 7048, 8554, 7155, 6997, 7052, 7028, 6961, 6981, 7332, 7178, 6915, 7226, 6994, 7298, 7162, 7312, 7443, 7416, 7265, 7621, 7224, 7455, 7091, 7313, 7346, 7580, 7607, 7260, 7188, 7028, 6729, 7246, 7289, 7400, 7325, 7300, 7504, 7758, 7365, 8695, 7236, 8761, 7311, 9158, 7448, 8970, 7328, 8040, 7665, 7392, 7309, 7469, 7268, 7365, 7203, 7323, 6994, 7250, 6957, 7857, 7217, 7696, 7144, 7717, 7319, 7399, 7515, 7230, 7530, 7283, 7244, 7227, 7263, 6825, 7159, 6832, 6896, 7270, 7213, 7384, 7199, 7260, 7350, 7863, 7153, 8571, 7407, 7805, 7330, 7716, 7084, 7705, 7073, 7420, 7163, 7239, 6799, 6988, 7162, 6987, 7109, 6929, 6845, 7125, 6980, 6829, 6959, 7050, 6944, 7026, 7077, 7037, 7055, 7172, 7014, 7109, 7140, 7175, 6939, 7393, 6925, 7637, 6943, 7323, 7221, 7477, 7241, 7759, 7311, 7628, 6985, 7225, 7308, 7440, 7159, 7955, 7004, 8303, 6931, 8023, 7114, 8134, 7094, 7354, 7162, 7307, 6894, 7476, 7037, 7444, 7103, 7321, 7166, 7378, 7032, 7320, 7208, 7291, 7175, 7374, 6996, 7309, 7022, 7147, 7034, 7018, 7246, 6949, 6726, 6914, 6914, 6984, 6794, 7191, 7349, 7258, 7228, 7049, 7262, 6942, 7222, 7051, 7019, 7147, 6935, 7290, 7218, 7345, 7189, 7343, 7099, 7309, 7084, 6722, 6987, 7212, 7102, 7259, 7290, 7044, 7556, 7999, 7223, 9014, 7291, 9170, 7283, 9448, 7292, 9060, 7548, 7595, 7332, 7303, 7385, 7256, 7491, 7332, 7375, 6953, 7398, 7100, 7229, 7292, 7256, 7439, 7358, 7413, 7302, 8569, 7374, 8744, 7073, 8720, 7573, 8162, 7480, 7314, 7740, 6615, 7052, 7046, 7483, 7044, 7286, 7089, 7260, 7081, 7204, 7331, 7236, 7346, 7327, 7209, 7422, 7305, 7136, 6944, 7107, 7021, 6927, 6917, 7223, 7021, 6878, 6675, 7026, 7277, 7293, 7111, 7214, 7212, 7053, 7094, 7172, 7251, 7000, 7100, 8240, 7324, 7437, 7116, 7635, 7226, 7506, 7162, 7264, 7366, 7174, 7503, 7385, 7511, 7235, 7362, 7220, 7374, 7199, 7419, 7052, 7376, 7320, 7495, 7292, 7392, 7370, 7242, 7368, 7285, 7263, 7201, 7606, 7191, 7378, 7317, 6992, 7014, 7045, 7033, 7316, 7281, 7113, 6607, 7083, 7126], 'WindowCenter': [3888.0, 3875.0, 3860.0, 3850.0, 3846.0, 3847.0, 3843.0, 3843.0, 3831.0, 3833.0, 3831.0, 3841.0, 3830.0, 3830.0, 3830.0, 3830.0, 3840.0, 3830.0, 3828.0, 3829.0, 3831.0, 3829.0, 3830.0, 3831.0, 3829.0, 3826.0, 3829.0, 3828.0, 3829.0, 3828.0, 3830.0, 3827.0, 3828.0, 3841.0, 3830.0, 3829.0, 3830.0, 3819.0, 3830.0, 3840.0, 3831.0, 3842.0, 3831.0, 3831.0, 3831.0, 3842.0, 3842.0, 3841.0, 3842.0, 3842.0, 3832.0, 3842.0, 3843.0, 3844.0, 3831.0, 3842.0, 3841.0, 3841.0, 3852.0, 3830.0, 3850.0, 3840.0, 3830.0, 3842.0, 3840.0, 3832.0, 3841.0, 3842.0, 3841.0, 3830.0, 3841.0, 3830.0, 3831.0, 3830.0, 3830.0, 3828.0, 3831.0, 3828.0, 3830.0, 3817.0, 3828.0, 3817.0, 3817.0, 3817.0, 3830.0, 3827.0, 3831.0, 3829.0, 3830.0, 3830.0, 3830.0, 3830.0, 3831.0, 3832.0, 3830.0, 3830.0, 3829.0, 3832.0, 3830.0, 3829.0, 3831.0, 3840.0, 3829.0, 3829.0, 3832.0, 3829.0, 3831.0, 3829.0, 3830.0, 3829.0, 3829.0, 3829.0, 3839.0, 3841.0, 3829.0, 3840.0, 3841.0, 3843.0, 3841.0, 3831.0, 3843.0, 3844.0, 3846.0, 3841.0, 3841.0, 3829.0, 3830.0, 3842.0, 3819.0, 3829.0, 3831.0, 3830.0, 3829.0, 3828.0, 3828.0, 3829.0, 3831.0, 3829.0, 3831.0, 3829.0, 3828.0, 3838.0, 3816.0, 3827.0, 3828.0, 3827.0, 3829.0, 3838.0, 3828.0, 3828.0, 3828.0, 3831.0, 3829.0, 3829.0, 3828.0, 3828.0, 3829.0, 3843.0, 3842.0, 3840.0, 3842.0, 3831.0, 3840.0, 3830.0, 3831.0, 3829.0, 3830.0, 3839.0, 3830.0, 3830.0, 3831.0, 3829.0, 3841.0, 3827.0, 3828.0, 3829.0, 3829.0, 3831.0, 3830.0, 3829.0, 3828.0, 3820.0, 3831.0, 3829.0, 3819.0, 3818.0, 3831.0, 3829.0, 3843.0, 3829.0, 3832.0, 3833.0, 3831.0, 3830.0, 3842.0, 3843.0, 3841.0, 3832.0, 3830.0, 3830.0, 3830.0, 3831.0, 3829.0, 3818.0, 3819.0, 3816.0, 3819.0, 3816.0, 3817.0, 3829.0, 3817.0, 3828.0, 3830.0, 3829.0, 3829.0, 3842.0, 3830.0, 3832.0, 3830.0, 3832.0, 3828.0, 3829.0, 3829.0, 3829.0, 3832.0, 3831.0, 3831.0, 3829.0, 3818.0, 3829.0, 3830.0, 3829.0, 3830.0, 3832.0, 3832.0, 3831.0, 3833.0, 3842.0, 3831.0, 3828.0, 3830.0, 3830.0, 3828.0, 3829.0, 3832.0, 3828.0, 3828.0, 3829.0, 3831.0, 3829.0, 3829.0, 3841.0, 3841.0, 3832.0, 3843.0, 3843.0, 3856.0, 3856.0, 3845.0, 3855.0, 3854.0, 3844.0, 3855.0, 3842.0, 3853.0, 3852.0, 3845.0, 3853.0, 3844.0, 3842.0, 3842.0, 3864.0, 3830.0, 3841.0, 3831.0, 3841.0, 3831.0, 3841.0, 3830.0, 3843.0, 3832.0, 3840.0, 3830.0, 3840.0, 3830.0, 3841.0, 3830.0, 3842.0, 3831.0, 3838.0, 3831.0, 3830.0, 3829.0, 3829.0, 3829.0, 3829.0, 3829.0, 3827.0, 3828.0, 3831.0, 3828.0, 3830.0, 3832.0, 3842.0, 3831.0, 3844.0, 3834.0, 3843.0, 3843.0, 3843.0, 3845.0, 3842.0, 3832.0, 3840.0, 3832.0, 3840.0, 3833.0, 3844.0, 3830.0, 3840.0, 3830.0, 3841.0, 3832.0, 3833.0, 3831.0, 3833.0, 3832.0, 3833.0, 3830.0, 3830.0, 3831.0, 3831.0, 3847.0, 3860.0, 3831.0, 3833.0, 3832.0, 3840.0, 3844.0, 3843.0, 3858.0, 3845.0, 3845.0, 3844.0, 3855.0, 3846.0, 3854.0, 3844.0, 3843.0, 3843.0, 3845.0, 3844.0, 3845.0, 3844.0, 3842.0, 3841.0, 3830.0, 3828.0, 3830.0, 3828.0, 3819.0, 3848.0, 3816.0, 3837.0, 3817.0, 3834.0, 3817.0, 3826.0, 3814.0, 3825.0, 3805.0, 3814.0, 3805.0, 3814.0, 3805.0, 3815.0, 3816.0, 3814.0, 3805.0, 3815.0, 3816.0, 3804.0, 3806.0, 3816.0, 3816.0, 3817.0, 3826.0, 3841.0, 3819.0, 3840.0, 3829.0, 3830.0, 3816.0, 3830.0, 3827.0, 3829.0, 3818.0, 3831.0, 3819.0, 3830.0, 3831.0, 3832.0, 3832.0, 3833.0, 3830.0, 3830.0, 3833.0, 3832.0, 3833.0, 3842.0, 3840.0, 3833.0, 3842.0, 3830.0, 3843.0, 3832.0, 3843.0, 3831.0, 3845.0, 3843.0, 3842.0, 3842.0, 3846.0, 3844.0, 3842.0, 3832.0, 3843.0, 3832.0, 3843.0, 3834.0, 3833.0, 3835.0, 3834.0, 3834.0, 3834.0, 3845.0, 3844.0, 3845.0, 3834.0, 3843.0, 3834.0, 3846.0, 3856.0, 3843.0, 3856.0, 3843.0, 3842.0, 3843.0, 3842.0, 3834.0, 3832.0, 3844.0, 3833.0, 3834.0, 3832.0, 3835.0, 3833.0, 3834.0, 3834.0, 3834.0, 3845.0, 3833.0, 3842.0, 3832.0, 3842.0, 3833.0, 3844.0, 3832.0, 3845.0, 3831.0, 3844.0, 3831.0, 3841.0, 3842.0, 3842.0, 3842.0, 3844.0, 3833.0, 3846.0, 3832.0, 3845.0, 3845.0, 3844.0, 3843.0, 3843.0, 3844.0, 3832.0, 3832.0, 3833.0, 3834.0, 3832.0, 3833.0, 3833.0, 3842.0, 3833.0, 3843.0, 3832.0, 3844.0, 3831.0, 3841.0, 3834.0, 3842.0, 3833.0, 3845.0, 3844.0, 3844.0, 3831.0, 3844.0, 3832.0, 3833.0, 3842.0, 3842.0, 3844.0, 3843.0, 3844.0, 3835.0, 3870.0, 3859.0, 3857.0, 3857.0, 3857.0, 3845.0, 3845.0, 3831.0, 3833.0, 3831.0, 3847.0, 3844.0, 3848.0, 3856.0, 3853.0, 3844.0, 3854.0, 3858.0, 3845.0, 3844.0, 3845.0, 3843.0, 3833.0, 3834.0, 3845.0, 3834.0, 3833.0, 3845.0, 3835.0, 3854.0, 3844.0, 3853.0, 3832.0, 3850.0, 3832.0, 3830.0, 3831.0, 3830.0, 3830.0, 3830.0, 3833.0, 3833.0, 3832.0, 3832.0, 3831.0, 3832.0, 3832.0, 3829.0, 3829.0, 3831.0, 3828.0, 3841.0, 3832.0, 3831.0, 3832.0, 3842.0, 3833.0, 3843.0, 3842.0, 3844.0, 3832.0, 3832.0, 3820.0, 3845.0, 3843.0, 3843.0, 3855.0, 3857.0, 3858.0, 3857.0, 3858.0, 3867.0, 3848.0, 3865.0, 3845.0, 3865.0, 3844.0, 3867.0, 3832.0, 3841.0, 3843.0, 3830.0, 3832.0, 3831.0, 3833.0, 3833.0, 3843.0, 3841.0, 3844.0, 3843.0, 3846.0, 3854.0, 3843.0, 3844.0, 3834.0, 3843.0, 3832.0, 3832.0, 3832.0, 3830.0, 3841.0, 3831.0, 3831.0, 3833.0, 3831.0, 3819.0, 3831.0, 3831.0, 3833.0, 3843.0, 3846.0, 3844.0, 3845.0, 3845.0, 3856.0, 3857.0, 3845.0, 3867.0, 3846.0, 3856.0, 3858.0, 3856.0, 3846.0, 3854.0, 3844.0, 3843.0, 3845.0, 3842.0, 3833.0, 3843.0, 3833.0, 3835.0, 3843.0, 3832.0, 3831.0, 3834.0, 3832.0, 3831.0, 3832.0, 3833.0, 3832.0, 3832.0, 3832.0, 3832.0, 3834.0, 3831.0, 3834.0, 3831.0, 3833.0, 3834.0, 3832.0, 3842.0, 3833.0, 3843.0, 3832.0, 3832.0, 3833.0, 3832.0, 3842.0, 3843.0, 3844.0, 3851.0, 3845.0, 3844.0, 3844.0, 3844.0, 3844.0, 3855.0, 3844.0, 3852.0, 3846.0, 3854.0, 3833.0, 3840.0, 3831.0, 3833.0, 3833.0, 3844.0, 3832.0, 3842.0, 3844.0, 3845.0, 3833.0, 3843.0, 3833.0, 3844.0, 3845.0, 3843.0, 3843.0, 3843.0, 3835.0, 3845.0, 3833.0, 3843.0, 3846.0, 3846.0, 3845.0, 3844.0, 3844.0, 3844.0, 3834.0, 3833.0, 3844.0, 3846.0, 3833.0, 3833.0, 3844.0, 3846.0, 3844.0, 3833.0, 3843.0, 3835.0, 3846.0, 3832.0, 3835.0, 3833.0, 3833.0, 3843.0, 3843.0, 3846.0, 3845.0, 3844.0, 3843.0, 3844.0, 3846.0, 3834.0, 3833.0, 3844.0, 3845.0, 3856.0, 3857.0, 3857.0, 3856.0, 3870.0, 3858.0, 3877.0, 3846.0, 3874.0, 3847.0, 3864.0, 3844.0, 3853.0, 3842.0, 3831.0, 3831.0, 3831.0, 3833.0, 3831.0, 3831.0, 3831.0, 3831.0, 3831.0, 3833.0, 3833.0, 3845.0, 3845.0, 3858.0, 3856.0, 3858.0, 3857.0, 3846.0, 3867.0, 3855.0, 3867.0, 3845.0, 3865.0, 3844.0, 3854.0, 3844.0, 3844.0, 3842.0, 3831.0, 3833.0, 3834.0, 3845.0, 3832.0, 3843.0, 3831.0, 3843.0, 3834.0, 3843.0, 3843.0, 3843.0, 3845.0, 3843.0, 3832.0, 3833.0, 3833.0, 3819.0, 3822.0, 3821.0, 3819.0, 3819.0, 3820.0, 3831.0, 3830.0, 3821.0, 3821.0, 3831.0, 3832.0, 3844.0, 3835.0, 3843.0, 3845.0, 3832.0, 3835.0, 3833.0, 3843.0, 3833.0, 3833.0, 3855.0, 3844.0, 3831.0, 3832.0, 3842.0, 3832.0, 3832.0, 3833.0, 3833.0, 3843.0, 3832.0, 3844.0, 3845.0, 3845.0, 3843.0, 3846.0, 3843.0, 3845.0, 3833.0, 3845.0, 3845.0, 3845.0, 3844.0, 3843.0, 3843.0, 3845.0, 3844.0, 3856.0, 3847.0, 3859.0, 3845.0, 3857.0, 3856.0, 3848.0, 3854.0, 3846.0, 3846.0, 3846.0, 3846.0, 3847.0, 3846.0, 3844.0, 3846.0, 3834.0, 3845.0, 3844.0], 'WindowWidth': [8727.0, 8702.0, 8670.0, 8654.0, 8641.0, 8641.0, 8632.0, 8630.0, 8611.0, 8615.0, 8609.0, 8623.0, 8608.0, 8606.0, 8606.0, 8605.0, 8620.0, 8606.0, 8603.0, 8604.0, 8609.0, 8603.0, 8606.0, 8606.0, 8603.0, 8597.0, 8603.0, 8600.0, 8604.0, 8600.0, 8603.0, 8599.0, 8601.0, 8621.0, 8608.0, 8606.0, 8608.0, 8591.0, 8608.0, 8621.0, 8610.0, 8626.0, 8610.0, 8611.0, 8611.0, 8626.0, 8627.0, 8625.0, 8626.0, 8625.0, 8613.0, 8626.0, 8627.0, 8631.0, 8610.0, 8626.0, 8621.0, 8623.0, 8637.0, 8607.0, 8631.0, 8620.0, 8606.0, 8624.0, 8620.0, 8612.0, 8623.0, 8624.0, 8624.0, 8608.0, 8622.0, 8607.0, 8608.0, 8607.0, 8606.0, 8601.0, 8607.0, 8599.0, 8602.0, 8583.0, 8599.0, 8582.0, 8583.0, 8583.0, 8604.0, 8598.0, 8607.0, 8602.0, 8606.0, 8607.0, 8607.0, 8607.0, 8609.0, 8611.0, 8607.0, 8606.0, 8605.0, 8610.0, 8608.0, 8604.0, 8609.0, 8619.0, 8605.0, 8605.0, 8611.0, 8604.0, 8609.0, 8603.0, 8605.0, 8602.0, 8603.0, 8604.0, 8617.0, 8621.0, 8603.0, 8621.0, 8621.0, 8628.0, 8623.0, 8610.0, 8631.0, 8635.0, 8636.0, 8625.0, 8623.0, 8605.0, 8605.0, 8623.0, 8589.0, 8604.0, 8606.0, 8605.0, 8602.0, 8601.0, 8600.0, 8604.0, 8605.0, 8603.0, 8606.0, 8602.0, 8599.0, 8612.0, 8581.0, 8597.0, 8599.0, 8599.0, 8601.0, 8614.0, 8601.0, 8602.0, 8600.0, 8607.0, 8603.0, 8604.0, 8601.0, 8601.0, 8604.0, 8632.0, 8628.0, 8621.0, 8623.0, 8608.0, 8618.0, 8606.0, 8609.0, 8606.0, 8606.0, 8619.0, 8606.0, 8607.0, 8609.0, 8605.0, 8622.0, 8600.0, 8602.0, 8603.0, 8602.0, 8606.0, 8605.0, 8602.0, 8600.0, 8591.0, 8606.0, 8604.0, 8589.0, 8587.0, 8607.0, 8606.0, 8627.0, 8606.0, 8613.0, 8615.0, 8610.0, 8608.0, 8624.0, 8626.0, 8621.0, 8612.0, 8606.0, 8604.0, 8605.0, 8606.0, 8602.0, 8585.0, 8588.0, 8581.0, 8587.0, 8580.0, 8583.0, 8601.0, 8584.0, 8601.0, 8606.0, 8605.0, 8606.0, 8624.0, 8607.0, 8613.0, 8607.0, 8611.0, 8603.0, 8605.0, 8603.0, 8603.0, 8609.0, 8607.0, 8609.0, 8603.0, 8588.0, 8604.0, 8607.0, 8603.0, 8608.0, 8611.0, 8612.0, 8608.0, 8613.0, 8624.0, 8610.0, 8602.0, 8605.0, 8605.0, 8602.0, 8603.0, 8610.0, 8601.0, 8601.0, 8604.0, 8609.0, 8604.0, 8605.0, 8622.0, 8624.0, 8613.0, 8629.0, 8629.0, 8649.0, 8653.0, 8637.0, 8650.0, 8646.0, 8635.0, 8648.0, 8628.0, 8644.0, 8642.0, 8635.0, 8643.0, 8633.0, 8627.0, 8626.0, 8657.0, 8609.0, 8623.0, 8611.0, 8621.0, 8609.0, 8621.0, 8608.0, 8626.0, 8612.0, 8620.0, 8607.0, 8620.0, 8606.0, 8622.0, 8608.0, 8622.0, 8607.0, 8614.0, 8606.0, 8605.0, 8603.0, 8601.0, 8602.0, 8603.0, 8602.0, 8598.0, 8601.0, 8607.0, 8602.0, 8605.0, 8611.0, 8627.0, 8613.0, 8631.0, 8619.0, 8629.0, 8631.0, 8630.0, 8634.0, 8627.0, 8612.0, 8621.0, 8612.0, 8620.0, 8613.0, 8627.0, 8607.0, 8619.0, 8607.0, 8621.0, 8613.0, 8614.0, 8610.0, 8615.0, 8611.0, 8615.0, 8609.0, 8608.0, 8609.0, 8612.0, 8641.0, 8665.0, 8612.0, 8617.0, 8611.0, 8622.0, 8631.0, 8630.0, 8659.0, 8636.0, 8636.0, 8634.0, 8649.0, 8639.0, 8647.0, 8632.0, 8631.0, 8630.0, 8636.0, 8633.0, 8634.0, 8632.0, 8628.0, 8623.0, 8606.0, 8601.0, 8604.0, 8598.0, 8587.0, 8624.0, 8581.0, 8607.0, 8582.0, 8601.0, 8581.0, 8590.0, 8572.0, 8587.0, 8561.0, 8572.0, 8560.0, 8572.0, 8563.0, 8575.0, 8578.0, 8574.0, 8563.0, 8575.0, 8578.0, 8560.0, 8566.0, 8579.0, 8581.0, 8584.0, 8596.0, 8619.0, 8589.0, 8619.0, 8603.0, 8604.0, 8583.0, 8605.0, 8597.0, 8603.0, 8588.0, 8608.0, 8591.0, 8607.0, 8608.0, 8611.0, 8612.0, 8613.0, 8608.0, 8607.0, 8615.0, 8611.0, 8614.0, 8625.0, 8622.0, 8615.0, 8627.0, 8609.0, 8629.0, 8614.0, 8630.0, 8611.0, 8633.0, 8629.0, 8627.0, 8628.0, 8636.0, 8631.0, 8628.0, 8615.0, 8630.0, 8614.0, 8629.0, 8619.0, 8616.0, 8621.0, 8618.0, 8618.0, 8618.0, 8634.0, 8632.0, 8635.0, 8619.0, 8630.0, 8618.0, 8638.0, 8649.0, 8630.0, 8650.0, 8630.0, 8628.0, 8631.0, 8628.0, 8620.0, 8615.0, 8632.0, 8616.0, 8618.0, 8615.0, 8620.0, 8615.0, 8618.0, 8618.0, 8620.0, 8635.0, 8616.0, 8628.0, 8613.0, 8627.0, 8616.0, 8632.0, 8613.0, 8632.0, 8610.0, 8631.0, 8611.0, 8623.0, 8625.0, 8628.0, 8626.0, 8631.0, 8617.0, 8637.0, 8616.0, 8637.0, 8637.0, 8633.0, 8632.0, 8632.0, 8633.0, 8616.0, 8615.0, 8617.0, 8618.0, 8613.0, 8615.0, 8615.0, 8627.0, 8616.0, 8630.0, 8613.0, 8631.0, 8612.0, 8626.0, 8617.0, 8627.0, 8615.0, 8633.0, 8630.0, 8630.0, 8610.0, 8630.0, 8613.0, 8616.0, 8626.0, 8626.0, 8633.0, 8630.0, 8634.0, 8622.0, 8682.0, 8662.0, 8656.0, 8658.0, 8658.0, 8637.0, 8635.0, 8611.0, 8616.0, 8609.0, 8644.0, 8635.0, 8647.0, 8652.0, 8645.0, 8634.0, 8648.0, 8658.0, 8636.0, 8635.0, 8635.0, 8632.0, 8617.0, 8620.0, 8635.0, 8619.0, 8617.0, 8634.0, 8622.0, 8645.0, 8632.0, 8642.0, 8612.0, 8633.0, 8611.0, 8607.0, 8610.0, 8608.0, 8608.0, 8607.0, 8615.0, 8613.0, 8612.0, 8613.0, 8608.0, 8610.0, 8610.0, 8603.0, 8605.0, 8609.0, 8601.0, 8622.0, 8611.0, 8610.0, 8613.0, 8627.0, 8614.0, 8628.0, 8625.0, 8631.0, 8612.0, 8612.0, 8595.0, 8633.0, 8630.0, 8633.0, 8653.0, 8657.0, 8662.0, 8658.0, 8658.0, 8668.0, 8643.0, 8662.0, 8635.0, 8662.0, 8631.0, 8665.0, 8613.0, 8624.0, 8626.0, 8608.0, 8611.0, 8608.0, 8615.0, 8615.0, 8630.0, 8626.0, 8633.0, 8630.0, 8638.0, 8645.0, 8630.0, 8630.0, 8619.0, 8630.0, 8614.0, 8613.0, 8612.0, 8608.0, 8624.0, 8610.0, 8610.0, 8613.0, 8610.0, 8592.0, 8612.0, 8612.0, 8617.0, 8631.0, 8639.0, 8635.0, 8638.0, 8637.0, 8652.0, 8654.0, 8638.0, 8667.0, 8639.0, 8652.0, 8662.0, 8653.0, 8642.0, 8649.0, 8634.0, 8630.0, 8635.0, 8628.0, 8618.0, 8631.0, 8618.0, 8622.0, 8630.0, 8614.0, 8612.0, 8618.0, 8614.0, 8611.0, 8613.0, 8615.0, 8612.0, 8613.0, 8613.0, 8614.0, 8617.0, 8611.0, 8618.0, 8612.0, 8615.0, 8617.0, 8614.0, 8626.0, 8615.0, 8629.0, 8613.0, 8612.0, 8614.0, 8614.0, 8627.0, 8631.0, 8634.0, 8640.0, 8638.0, 8632.0, 8635.0, 8633.0, 8634.0, 8649.0, 8634.0, 8641.0, 8637.0, 8644.0, 8617.0, 8622.0, 8612.0, 8616.0, 8617.0, 8631.0, 8614.0, 8628.0, 8633.0, 8634.0, 8618.0, 8629.0, 8618.0, 8633.0, 8635.0, 8629.0, 8631.0, 8630.0, 8623.0, 8635.0, 8619.0, 8631.0, 8638.0, 8637.0, 8636.0, 8633.0, 8634.0, 8634.0, 8621.0, 8618.0, 8633.0, 8637.0, 8618.0, 8618.0, 8633.0, 8637.0, 8632.0, 8618.0, 8631.0, 8623.0, 8637.0, 8616.0, 8621.0, 8618.0, 8617.0, 8631.0, 8630.0, 8637.0, 8635.0, 8635.0, 8632.0, 8634.0, 8638.0, 8620.0, 8616.0, 8634.0, 8639.0, 8654.0, 8658.0, 8659.0, 8656.0, 8677.0, 8659.0, 8683.0, 8640.0, 8675.0, 8639.0, 8658.0, 8632.0, 8641.0, 8626.0, 8609.0, 8610.0, 8610.0, 8613.0, 8609.0, 8610.0, 8610.0, 8611.0, 8610.0, 8616.0, 8615.0, 8636.0, 8637.0, 8657.0, 8653.0, 8658.0, 8655.0, 8641.0, 8668.0, 8651.0, 8668.0, 8637.0, 8663.0, 8635.0, 8647.0, 8631.0, 8632.0, 8627.0, 8614.0, 8616.0, 8618.0, 8633.0, 8614.0, 8629.0, 8612.0, 8629.0, 8617.0, 8628.0, 8630.0, 8629.0, 8633.0, 8628.0, 8613.0, 8615.0, 8615.0, 8590.0, 8596.0, 8594.0, 8591.0, 8589.0, 8593.0, 8607.0, 8607.0, 8595.0, 8597.0, 8609.0, 8614.0, 8631.0, 8620.0, 8629.0, 8635.0, 8616.0, 8621.0, 8616.0, 8631.0, 8617.0, 8618.0, 8646.0, 8631.0, 8611.0, 8614.0, 8626.0, 8613.0, 8614.0, 8616.0, 8615.0, 8628.0, 8613.0, 8631.0, 8633.0, 8634.0, 8630.0, 8636.0, 8630.0, 8635.0, 8617.0, 8636.0, 8635.0, 8635.0, 8633.0, 8632.0, 8631.0, 8635.0, 8635.0, 8653.0, 8641.0, 8659.0, 8638.0, 8656.0, 8654.0, 8646.0, 8649.0, 8641.0, 8640.0, 8640.0, 8640.0, 8641.0, 8639.0, 8635.0, 8639.0, 8620.0, 8636.0, 8635.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.000672692750287687</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018871308515535097</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.25805837648618</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1321959675345614</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9835720003456223</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4516</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6303.3047</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07689953200656692</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.7974683544303796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4009578880298093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.301956126935271</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5922323927418183</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3086851444123386</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00980688</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012855409644544125</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022932862862944603</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8126397929135627</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.8509</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.8341</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.525</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306700.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>642.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.8534</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0595</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.538</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3095.9671</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3284.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69844.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1015.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4093.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.3393</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.26331932016183</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> |