=== 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-0084 --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-0084",
"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-0084_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0084_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-03/func/sub-0084_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>233a3389aa6b61ccd751a4d1e086e02f</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>12:26:9.120000</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.998671, 0.0390786, 0.0335939, -0.0387142, 0.999185, -0.0114278]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.108209</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7740, -7267, 453, -60, -281, 131, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>281.353</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e1f51987-ccdf-4ec9-80f1-a75b16cb2199||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.6793620586395264, -0.10386747121810913, 0.09183529764413834, 116.36433410644531], [-0.10484489798545837, 2.6807403564453125, -0.027302658185362816, -92.03230285644531], [0.09012989699840546, 0.030660061165690422, 2.6982996463775635, -83.92647552490234], [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': ['122609.120000', '122609.580000', '122610.040000', '122610.500000', '122610.960000', '122611.420000', '122611.880000', '122612.340000', '122612.800000', '122613.260000', '122613.720000', '122614.180000', '122614.640000', '122615.100000', '122615.560000', '122616.020000', '122616.480000', '122616.940000', '122617.400000', '122617.860000', '122618.320000', '122618.780000', '122619.240000', '122619.700000', '122620.160000', '122620.620000', '122621.080000', '122621.540000', '122622.000000', '122622.460000', '122622.920000', '122623.380000', '122623.840000', '122624.300000', '122624.760000', '122625.220000', '122625.680000', '122626.140000', '122626.600000', '122627.060000', '122627.520000', '122627.980000', '122628.440000', '122628.900000', '122629.360000', '122629.820000', '122630.280000', '122630.740000', '122631.200000', '122631.660000', '122632.120000', '122632.580000', '122633.040000', '122633.500000', '122633.960000', '122634.420000', '122634.880000', '122635.340000', '122635.800000', '122636.260000', '122636.720000', '122637.180000', '122637.640000', '122638.100000', '122638.560000', '122639.020000', '122639.480000', '122639.940000', '122640.400000', '122640.860000', '122641.320000', '122641.780000', '122642.240000', '122642.700000', '122643.160000', '122643.620000', '122644.080000', '122644.540000', '122645.000000', '122645.460000', '122645.920000', '122646.380000', '122646.840000', '122647.300000', '122647.760000', '122648.220000', '122648.680000', '122649.140000', '122649.600000', '122650.060000', '122650.520000', '122650.980000', '122651.440000', '122651.900000', '122652.360000', '122652.820000', '122653.280000', '122653.740000', '122654.200000', '122654.660000', '122655.120000', '122655.580000', '122656.040000', '122656.500000', '122656.960000', '122657.420000', '122657.880000', '122658.340000', '122658.800000', '122659.260000', '122659.720000', '122700.180000', '122700.640000', '122701.100000', '122701.560000', '122702.020000', '122702.480000', '122702.940000', '122703.400000', '122703.860000', '122704.320000', '122704.780000', '122705.240000', '122705.700000', '122706.160000', '122706.620000', '122707.080000', '122707.540000', '122708.000000', '122708.460000', '122708.920000', '122709.380000', '122709.840000', '122710.300000', '122710.760000', '122711.220000', '122711.680000', '122712.140000', '122712.600000', '122713.060000', '122713.520000', '122713.980000', '122714.440000', '122714.900000', '122715.360000', '122715.820000', '122716.280000', '122716.740000', '122717.200000', '122717.660000', '122718.120000', '122718.580000', '122719.040000', '122719.500000', '122719.960000', '122720.420000', '122720.880000', '122721.340000', '122721.800000', '122722.260000', '122722.720000', '122723.180000', '122723.640000', '122724.100000', '122724.560000', '122725.020000', '122725.480000', '122725.940000', '122726.400000', '122726.860000', '122727.320000', '122727.780000', '122728.240000', '122728.700000', '122729.160000', '122729.620000', '122730.080000', '122730.540000', '122731.000000', '122731.460000', '122731.920000', '122732.380000', '122732.840000', '122733.300000', '122733.760000', '122734.220000', '122734.680000', '122735.140000', '122735.600000', '122736.060000', '122736.520000', '122736.980000', '122737.440000', '122737.900000', '122738.360000', '122738.820000', '122739.280000', '122739.740000', '122740.200000', '122740.660000', '122741.120000', '122741.580000', '122742.040000', '122742.500000', '122742.960000', '122743.420000', '122743.880000', '122744.340000', '122744.800000', '122745.260000', '122745.720000', '122746.180000', '122746.640000', '122747.100000', '122747.560000', '122748.020000', '122748.480000', '122748.940000', '122749.400000', '122749.860000', '122750.320000', '122750.780000', '122751.240000', '122751.700000', '122752.160000', '122752.620000', '122753.080000', '122753.540000', '122754.000000', '122754.460000', '122754.920000', '122755.380000', '122755.840000', '122756.300000', '122756.760000', '122757.220000', '122757.680000', '122758.140000', '122758.600000', '122759.060000', '122759.520000', '122759.980000', '122800.440000', '122800.900000', '122801.360000', '122801.820000', '122802.280000', '122802.740000', '122803.200000', '122803.660000', '122804.120000', '122804.580000', '122805.040000', '122805.500000', '122805.960000', '122806.420000', '122806.880000', '122807.340000', '122807.800000', '122808.260000', '122808.720000', '122809.180000', '122809.640000', '122810.100000', '122810.560000', '122811.020000', '122811.480000', '122811.940000', '122812.400000', '122812.860000', '122813.320000', '122813.780000', '122814.240000', '122814.700000', '122815.160000', '122815.620000', '122816.080000', '122816.540000', '122817.000000', '122817.460000', '122817.920000', '122818.380000', '122818.840000', '122819.300000', '122819.760000', '122820.220000', '122820.680000', '122821.140000', '122821.600000', '122822.060000', '122822.520000', '122822.980000', '122823.440000', '122823.900000', '122824.360000', '122824.820000', '122825.280000', '122825.740000', '122826.200000', '122826.660000', '122827.120000', '122827.580000', '122828.040000', '122828.500000', '122828.960000', '122829.420000', '122829.880000', '122830.340000', '122830.800000', '122831.260000', '122831.720000', '122832.180000', '122832.640000', '122833.100000', '122833.560000', '122834.020000', '122834.480000', '122834.940000', '122835.400000', '122835.860000', '122836.320000', '122836.780000', '122837.240000', '122837.700000', '122838.160000', '122838.620000', '122839.080000', '122839.540000', '122840.000000', '122840.460000', '122840.920000', '122841.380000', '122841.840000', '122842.300000', '122842.760000', '122843.220000', '122843.680000', '122844.140000', '122844.600000', '122845.060000', '122845.520000', '122845.980000', '122846.440000', '122846.900000', '122847.360000', '122847.820000', '122848.280000', '122848.740000', '122849.200000', '122849.660000', '122850.120000', '122850.580000', '122851.040000', '122851.500000', '122851.960000', '122852.420000', '122852.880000', '122853.340000', '122853.800000', '122854.260000', '122854.720000', '122855.180000', '122855.640000', '122856.100000', '122856.560000', '122857.020000', '122857.480000', '122857.940000', '122858.400000', '122858.860000', '122859.320000', '122859.780000', '122900.240000', '122900.700000', '122901.160000', '122901.620000', '122902.080000', '122902.540000', '122903.000000', '122903.460000', '122903.920000', '122904.380000', '122904.840000', '122905.300000', '122905.760000', '122906.220000', '122906.680000', '122907.140000', '122907.600000', '122908.060000', '122908.520000', '122908.980000', '122909.440000', '122909.900000', '122910.360000', '122910.820000', '122911.280000', '122911.740000', '122912.200000', '122912.660000', '122913.120000', '122913.580000', '122914.040000', '122914.500000', '122914.960000', '122915.420000', '122915.880000', '122916.340000', '122916.800000', '122917.260000', '122917.720000', '122918.180000', '122918.640000', '122919.100000', '122919.560000', '122920.020000', '122920.480000', '122920.940000', '122921.400000', '122921.860000', '122922.320000', '122922.780000', '122923.240000', '122923.700000', '122924.160000', '122924.620000', '122925.080000', '122925.540000', '122926.000000', '122926.460000', '122926.920000', '122927.380000', '122927.840000', '122928.300000', '122928.760000', '122929.220000', '122929.680000', '122930.140000', '122930.600000', '122931.060000', '122931.520000', '122931.980000', '122932.440000', '122932.900000', '122933.360000', '122933.820000', '122934.280000', '122934.740000', '122935.200000', '122935.660000', '122936.120000', '122936.580000', '122937.040000', '122937.500000', '122937.960000', '122938.420000', '122938.880000', '122939.340000', '122939.800000', '122940.260000', '122940.720000', '122941.180000', '122941.640000', '122942.100000', '122942.560000', '122943.020000', '122943.480000', '122943.940000', '122944.400000', '122944.860000', '122945.320000', '122945.780000', '122946.240000', '122946.700000', '122947.160000', '122947.620000', '122948.080000', '122948.540000', '122949.000000', '122949.460000', '122949.920000', '122950.380000', '122950.840000', '122951.300000', '122951.760000', '122952.220000', '122952.680000', '122953.140000', '122953.600000', '122954.060000', '122954.520000', '122954.980000', '122955.440000', '122955.900000', '122956.360000', '122956.820000', '122957.280000', '122957.740000', '122958.200000', '122958.660000', '122959.120000', '122959.580000', '123000.040000', '123000.500000', '123000.960000', '123001.420000', '123001.880000', '123002.340000', '123002.800000', '123003.260000', '123003.720000', '123004.180000', '123004.640000', '123005.100000', '123005.560000', '123006.020000', '123006.480000', '123006.940000', '123007.400000', '123007.860000', '123008.320000', '123008.780000', '123009.240000', '123009.700000', '123010.160000', '123010.620000', '123011.080000', '123011.540000', '123012.000000', '123012.460000', '123012.920000', '123013.380000', '123013.840000', '123014.300000', '123014.760000', '123015.220000', '123015.680000', '123016.140000', '123016.600000', '123017.060000', '123017.520000', '123017.980000', '123018.440000', '123018.900000', '123019.360000', '123019.820000', '123020.280000', '123020.740000', '123021.200000', '123021.660000', '123022.120000', '123022.580000', '123023.040000', '123023.500000', '123023.960000', '123024.420000', '123024.880000', '123025.340000', '123025.800000', '123026.260000', '123026.720000', '123027.180000', '123027.640000', '123028.100000', '123028.560000', '123029.020000', '123029.480000', '123029.940000', '123030.400000', '123030.860000', '123031.320000', '123031.780000', '123032.240000', '123032.700000', '123033.160000', '123033.620000', '123034.080000', '123034.540000', '123035.000000', '123035.460000', '123035.920000', '123036.380000', '123036.840000', '123037.300000', '123037.760000', '123038.220000', '123038.680000', '123039.140000', '123039.600000', '123040.060000', '123040.520000', '123040.980000', '123041.440000', '123041.900000', '123042.360000', '123042.820000', '123043.280000', '123043.740000', '123044.200000', '123044.660000', '123045.120000', '123045.580000', '123046.040000', '123046.500000', '123046.960000', '123047.420000', '123047.880000', '123048.340000', '123048.800000', '123049.260000', '123049.720000', '123050.180000', '123050.640000', '123051.100000', '123051.560000', '123052.020000', '123052.480000', '123052.940000', '123053.400000', '123053.860000', '123054.320000', '123054.780000', '123055.240000', '123055.700000', '123056.160000', '123056.620000', '123057.080000', '123057.540000', '123058.000000', '123058.460000', '123058.920000', '123059.380000', '123059.840000', '123100.300000', '123100.760000', '123101.220000', '123101.680000', '123102.140000', '123102.600000', '123103.060000', '123103.520000', '123103.980000', '123104.440000', '123104.900000', '123105.360000', '123105.820000', '123106.280000', '123106.740000', '123107.200000', '123107.660000', '123108.120000', '123108.580000', '123109.040000', '123109.500000', '123109.960000', '123110.420000', '123110.880000', '123111.340000', '123111.800000', '123112.260000', '123112.720000', '123113.180000', '123113.640000', '123114.100000', '123114.560000', '123115.020000', '123115.480000', '123115.940000', '123116.400000', '123116.860000', '123117.320000', '123117.780000', '123118.240000', '123118.700000', '123119.160000', '123119.620000', '123120.080000', '123120.540000', '123121.000000', '123121.460000', '123121.920000', '123122.380000', '123122.840000', '123123.300000', '123123.760000', '123124.220000', '123124.680000', '123125.140000', '123125.600000', '123126.060000', '123126.520000', '123126.980000', '123127.440000', '123127.900000', '123128.360000', '123128.820000', '123129.280000', '123129.740000', '123130.200000', '123130.660000', '123131.120000', '123131.580000', '123132.040000', '123132.500000', '123132.960000', '123133.420000', '123133.880000', '123134.340000', '123134.800000', '123135.260000', '123135.720000', '123136.180000', '123136.640000', '123137.100000', '123137.560000', '123138.020000', '123138.480000', '123138.940000', '123139.400000', '123139.860000', '123140.320000', '123140.780000', '123141.240000', '123141.700000', '123142.160000', '123142.620000', '123143.080000', '123143.540000', '123144.000000', '123144.460000', '123144.920000', '123145.380000', '123145.840000', '123146.300000', '123146.760000', '123147.220000', '123147.680000', '123148.140000', '123148.600000', '123149.060000', '123149.520000', '123149.980000', '123150.440000', '123150.900000', '123151.360000', '123151.820000', '123152.280000', '123152.740000', '123153.200000', '123153.660000', '123154.120000', '123154.580000', '123155.040000', '123155.500000', '123155.960000', '123156.420000', '123156.880000', '123157.340000', '123157.800000', '123158.260000', '123158.720000', '123159.180000', '123159.640000', '123200.100000', '123200.560000', '123201.020000', '123201.480000', '123201.940000', '123202.400000', '123202.860000', '123203.320000', '123203.780000', '123204.240000', '123204.700000', '123205.160000', '123205.620000', '123206.080000', '123206.540000', '123207.000000', '123207.460000', '123207.920000', '123208.380000', '123208.840000', '123209.300000', '123209.760000', '123210.220000', '123210.680000', '123211.140000', '123211.600000', '123212.060000', '123212.520000', '123212.980000', '123213.440000', '123213.900000', '123214.360000', '123214.820000', '123215.280000', '123215.740000', '123216.200000', '123216.660000', '123217.120000', '123217.580000', '123218.040000', '123218.500000', '123218.960000', '123219.420000', '123219.880000', '123220.340000', '123220.800000', '123221.260000', '123221.720000', '123222.180000', '123222.640000', '123223.100000', '123223.560000', '123224.020000', '123224.480000', '123224.940000', '123225.400000', '123225.860000', '123226.320000', '123226.780000', '123227.240000', '123227.700000', '123228.160000', '123228.620000', '123229.080000', '123229.540000', '123230.000000', '123230.460000', '123230.920000', '123231.380000', '123231.840000', '123232.300000', '123232.760000', '123233.220000', '123233.680000', '123234.140000', '123234.600000', '123235.060000', '123235.520000', '123235.980000', '123236.440000', '123236.900000', '123237.360000', '123237.820000', '123238.280000', '123238.740000', '123239.200000', '123239.660000', '123240.120000', '123240.580000', '123241.040000', '123241.500000', '123241.960000', '123242.420000', '123242.880000', '123243.340000', '123243.800000', '123244.260000', '123244.720000', '123245.180000', '123245.640000', '123246.100000', '123246.560000', '123247.020000', '123247.480000', '123247.940000', '123248.400000', '123248.860000', '123249.320000', '123249.780000'], 'ContentTime': ['122638.962000', '122638.965000', '122638.968000', '122638.971000', '122638.973000', '122638.976000', '122638.978000', '122638.981000', '122638.983000', '122638.986000', '122638.989000', '122638.991000', '122638.994000', '122638.996000', '122639.000000', '122639.003000', '122639.005000', '122639.008000', '122639.010000', '122639.013000', '122639.015000', '122639.018000', '122639.021000', '122639.023000', '122639.026000', '122639.029000', '122639.031000', '122639.034000', '122639.036000', '122639.039000', '122639.042000', '122639.044000', '122639.047000', '122639.049000', '122639.052000', '122639.055000', '122639.057000', '122639.060000', '122639.062000', '122639.065000', '122639.068000', '122639.070000', '122639.073000', '122639.076000', '122639.087000', '122639.090000', '122639.092000', '122639.095000', '122639.097000', '122639.100000', '122639.103000', '122639.105000', '122639.108000', '122639.110000', '122639.113000', '122639.116000', '122639.118000', '122639.121000', '122639.123000', '122639.126000', '122639.128000', '122639.131000', '122639.134000', '122658.936000', '122658.939000', '122658.941000', '122658.944000', '122658.946000', '122658.949000', '122658.952000', '122658.954000', '122658.957000', '122658.960000', '122658.962000', '122658.965000', '122658.967000', '122658.970000', '122658.972000', '122658.975000', '122658.978000', '122658.980000', '122658.983000', '122658.985000', '122658.988000', '122658.991000', '122658.993000', '122658.996000', '122658.998000', '122659.002000', '122659.005000', '122659.007000', '122659.010000', '122659.012000', '122659.015000', '122659.018000', '122659.020000', '122659.029000', '122659.032000', '122659.035000', '122659.037000', '122659.040000', '122659.042000', '122659.045000', '122659.048000', '122659.050000', '122659.053000', '122718.936000', '122718.939000', '122718.942000', '122718.945000', '122718.947000', '122718.950000', '122718.952000', '122718.955000', '122718.958000', '122718.960000', '122718.963000', '122718.966000', '122718.968000', '122718.971000', '122718.973000', '122718.978000', '122718.980000', '122718.983000', '122718.986000', '122718.988000', '122718.991000', '122718.994000', '122718.996000', '122719.000000', '122719.002000', '122719.005000', '122719.008000', '122719.010000', '122719.013000', '122719.016000', '122719.018000', '122719.021000', '122719.023000', '122719.026000', '122719.028000', '122719.031000', '122719.034000', '122719.036000', '122719.039000', '122719.041000', '122719.044000', '122719.047000', '122719.049000', '122719.052000', '122738.936000', '122738.939000', '122738.942000', '122738.944000', '122738.947000', '122738.950000', '122738.952000', '122738.955000', '122738.958000', '122738.960000', '122738.963000', '122738.965000', '122738.968000', '122738.971000', '122738.973000', '122738.976000', '122738.979000', '122738.981000', '122738.984000', '122738.986000', '122738.989000', '122738.992000', '122738.994000', '122738.997000', '122739.001000', '122739.003000', '122739.006000', '122739.008000', '122739.011000', '122739.014000', '122739.016000', '122739.019000', '122739.022000', '122739.058000', '122739.061000', '122739.064000', '122739.066000', '122739.069000', '122739.071000', '122739.074000', '122739.077000', '122739.079000', '122739.082000', '122758.937000', '122758.940000', '122758.942000', '122758.945000', '122758.948000', '122758.950000', '122758.953000', '122758.956000', '122758.958000', '122758.961000', '122758.963000', '122758.966000', '122758.969000', '122758.971000', '122758.974000', '122758.976000', '122758.979000', '122758.982000', '122758.984000', '122758.987000', '122758.989000', '122758.998000', '122759.002000', '122759.004000', '122759.007000', '122759.010000', '122759.013000', '122759.015000', '122759.018000', '122759.021000', '122759.023000', '122759.026000', '122759.028000', '122759.031000', '122759.034000', '122759.036000', '122759.039000', '122759.041000', '122759.044000', '122759.047000', '122759.049000', '122759.052000', '122759.054000', '122759.057000', '122818.936000', '122818.938000', '122818.941000', '122818.944000', '122818.947000', '122818.949000', '122818.952000', '122818.954000', '122818.957000', '122818.960000', '122818.962000', '122818.965000', '122818.967000', '122818.970000', '122818.972000', '122818.975000', '122818.978000', '122818.980000', '122818.983000', '122818.986000', '122818.988000', '122818.991000', '122818.993000', '122818.996000', '122819.000000', '122819.002000', '122819.005000', '122819.007000', '122819.010000', '122819.013000', '122819.015000', '122819.018000', '122819.020000', '122819.023000', '122819.026000', '122819.028000', '122819.031000', '122819.033000', '122819.036000', '122819.039000', '122819.041000', '122819.044000', '122819.046000', '122838.935000', '122838.938000', '122838.941000', '122838.944000', '122838.947000', '122838.949000', '122838.952000', '122838.954000', '122838.957000', '122838.960000', '122838.962000', '122838.966000', '122838.969000', '122838.971000', '122838.974000', '122838.976000', '122838.979000', '122838.982000', '122838.984000', '122838.987000', '122838.989000', '122838.992000', '122838.995000', '122838.997000', '122839.001000', '122839.003000', '122839.006000', '122839.012000', '122839.015000', '122839.018000', '122839.020000', '122839.023000', '122839.025000', '122839.028000', '122839.031000', '122839.033000', '122839.036000', '122839.038000', '122839.041000', '122839.044000', '122839.046000', '122839.049000', '122839.051000', '122839.054000', '122858.936000', '122858.938000', '122858.942000', '122858.944000', '122858.947000', '122858.949000', '122858.952000', '122858.955000', '122858.957000', '122858.960000', '122858.962000', '122858.965000', '122858.968000', '122858.970000', '122858.973000', '122858.976000', '122858.978000', '122858.981000', '122858.983000', '122858.986000', '122858.988000', '122858.991000', '122858.994000', '122858.996000', '122859.000000', '122859.002000', '122859.005000', '122859.007000', '122859.010000', '122859.012000', '122859.015000', '122859.018000', '122859.020000', '122859.023000', '122859.025000', '122859.028000', '122859.031000', '122859.033000', '122859.036000', '122859.038000', '122859.041000', '122859.044000', '122859.046000', '122918.935000', '122918.939000', '122918.942000', '122918.945000', '122918.947000', '122918.950000', '122918.953000', '122918.955000', '122918.958000', '122918.960000', '122918.963000', '122918.966000', '122918.968000', '122918.971000', '122918.973000', '122918.976000', '122918.979000', '122918.981000', '122918.984000', '122918.987000', '122918.989000', '122918.992000', '122918.994000', '122918.997000', '122919.001000', '122919.003000', '122919.006000', '122919.009000', '122919.011000', '122919.039000', '122919.041000', '122919.044000', '122919.046000', '122919.049000', '122919.051000', '122919.054000', '122919.056000', '122919.059000', '122919.061000', '122919.064000', '122919.067000', '122919.069000', '122919.072000', '122938.936000', '122938.939000', '122938.942000', '122938.944000', '122938.947000', '122938.950000', '122938.952000', '122938.955000', '122938.957000', '122938.960000', '122938.962000', '122938.965000', '122938.968000', '122938.970000', '122938.973000', '122938.976000', '122938.978000', '122938.981000', '122938.983000', '122938.986000', '122938.989000', '122938.991000', '122938.994000', '122938.996000', '122939.000000', '122939.003000', '122939.005000', '122939.008000', '122939.010000', '122939.013000', '122939.016000', '122939.018000', '122939.021000', '122939.023000', '122939.026000', '122939.029000', '122939.031000', '122939.034000', '122939.036000', '122939.039000', '122939.041000', '122939.044000', '122939.046000', '122939.049000', '122958.937000', '122958.940000', '122958.942000', '122958.945000', '122958.947000', '122958.950000', '122958.953000', '122958.955000', '122958.958000', '122958.960000', '122958.963000', '122958.966000', '122958.968000', '122958.971000', '122958.973000', '122958.976000', '122958.978000', '122958.981000', '122958.984000', '122958.986000', '122958.989000', '122958.991000', '122958.994000', '122958.996000', '122959.000000', '122959.002000', '122959.005000', '122959.008000', '122959.011000', '122959.013000', '122959.016000', '122959.018000', '122959.021000', '122959.024000', '122959.026000', '122959.029000', '122959.031000', '122959.034000', '122959.036000', '122959.039000', '122959.041000', '122959.044000', '122959.047000', '123018.936000', '123018.939000', '123018.942000', '123018.944000', '123018.947000', '123018.950000', '123018.952000', '123018.955000', '123018.957000', '123018.960000', '123018.963000', '123018.965000', '123018.968000', '123018.970000', '123018.973000', '123018.976000', '123018.978000', '123018.982000', '123018.984000', '123018.987000', '123018.989000', '123018.992000', '123018.995000', '123018.997000', '123019.001000', '123019.003000', '123019.006000', '123019.009000', '123019.011000', '123019.014000', '123019.016000', '123019.019000', '123019.022000', '123019.024000', '123019.027000', '123019.029000', '123019.032000', '123019.035000', '123019.037000', '123019.040000', '123019.042000', '123019.045000', '123019.048000', '123019.050000', '123038.935000', '123038.938000', '123038.941000', '123038.944000', '123038.946000', '123038.949000', '123038.951000', '123038.954000', '123038.956000', '123038.959000', '123038.961000', '123038.964000', '123038.967000', '123038.969000', '123038.972000', '123038.974000', '123038.977000', '123038.979000', '123038.982000', '123038.985000', '123038.987000', '123038.990000', '123038.992000', '123038.995000', '123038.997000', '123039.001000', '123039.004000', '123039.006000', '123039.009000', '123039.011000', '123039.014000', '123039.017000', '123039.019000', '123039.022000', '123039.024000', '123039.027000', '123039.030000', '123039.032000', '123039.035000', '123039.037000', '123039.040000', '123039.043000', '123039.045000', '123058.936000', '123058.938000', '123058.941000', '123058.944000', '123058.946000', '123058.949000', '123058.951000', '123058.954000', '123058.956000', '123058.959000', '123058.961000', '123058.972000', '123058.974000', '123058.977000', '123058.979000', '123058.982000', '123058.985000', '123058.987000', '123058.990000', '123058.992000', '123058.995000', '123058.997000', '123059.001000', '123059.003000', '123059.006000', '123059.009000', '123059.011000', '123059.014000', '123059.016000', '123059.019000', '123059.022000', '123059.024000', '123059.027000', '123059.029000', '123059.032000', '123059.034000', '123059.037000', '123059.039000', '123059.042000', '123059.045000', '123059.047000', '123059.050000', '123059.052000', '123059.055000', '123118.935000', '123118.938000', '123118.941000', '123118.943000', '123118.946000', '123118.948000', '123118.951000', '123118.954000', '123118.956000', '123118.959000', '123118.961000', '123118.964000', '123118.966000', '123118.969000', '123118.971000', '123118.974000', '123118.977000', '123118.979000', '123118.982000', '123118.984000', '123118.987000', '123118.989000', '123118.992000', '123118.994000', '123118.997000', '123119.001000', '123119.003000', '123119.006000', '123119.008000', '123119.011000', '123119.013000', '123119.016000', '123119.019000', '123119.021000', '123119.024000', '123119.026000', '123119.029000', '123119.031000', '123119.034000', '123119.036000', '123119.039000', '123119.041000', '123119.045000', '123138.936000', '123138.938000', '123138.941000', '123138.943000', '123138.946000', '123138.948000', '123138.951000', '123138.954000', '123138.956000', '123138.959000', '123138.962000', '123138.964000', '123138.967000', '123138.969000', '123138.972000', '123138.975000', '123138.977000', '123138.980000', '123138.982000', '123138.985000', '123138.987000', '123138.990000', '123138.993000', '123138.995000', '123138.998000', '123139.001000', '123139.004000', '123139.007000', '123139.009000', '123139.012000', '123139.014000', '123139.017000', '123139.020000', '123139.022000', '123139.025000', '123139.027000', '123139.030000', '123139.032000', '123139.035000', '123139.037000', '123139.040000', '123139.043000', '123139.045000', '123139.048000', '123158.937000', '123158.939000', '123158.942000', '123158.945000', '123158.947000', '123158.950000', '123158.952000', '123158.955000', '123158.957000', '123158.960000', '123158.963000', '123158.965000', '123158.968000', '123158.970000', '123158.973000', '123158.975000', '123158.978000', '123158.980000', '123158.983000', '123158.986000', '123158.988000', '123158.991000', '123158.993000', '123158.996000', '123159.000000', '123159.002000', '123159.005000', '123159.007000', '123159.010000', '123159.012000', '123159.015000', '123159.017000', '123159.020000', '123159.023000', '123159.025000', '123159.028000', '123159.030000', '123159.033000', '123159.035000', '123159.038000', '123159.041000', '123159.043000', '123159.046000', '123218.936000', '123218.939000', '123218.942000', '123218.944000', '123218.947000', '123218.950000', '123218.952000', '123218.955000', '123218.957000', '123218.960000', '123218.963000', '123218.965000', '123218.968000', '123218.970000', '123218.973000', '123218.975000', '123218.978000', '123218.981000', '123218.983000', '123218.986000', '123218.988000', '123218.991000', '123219.026000', '123219.029000', '123219.031000', '123219.034000', '123219.036000', '123219.039000', '123219.041000', '123219.044000', '123219.047000', '123219.049000', '123219.052000', '123219.054000', '123219.057000', '123219.059000', '123219.062000', '123219.065000', '123219.067000', '123219.071000', '123219.074000', '123219.076000', '123219.079000', '123219.082000', '123238.937000', '123238.939000', '123238.942000', '123238.945000', '123238.947000', '123238.950000', '123238.952000', '123238.955000', '123238.957000', '123238.960000', '123238.962000', '123238.965000', '123238.968000', '123238.970000', '123238.973000', '123238.975000', '123238.978000', '123238.980000', '123238.983000', '123238.985000', '123238.988000', '123238.991000', '123238.993000', '123238.996000', '123239.000000', '123239.002000', '123239.005000', '123239.008000', '123239.010000', '123239.013000', '123239.015000', '123239.018000', '123239.021000', '123239.023000', '123239.026000', '123239.029000', '123239.031000', '123239.034000', '123239.036000', '123239.039000', '123239.042000', '123239.044000', '123239.047000', '123251.012000', '123251.015000', '123251.017000', '123251.020000', '123251.023000', '123251.026000', '123251.028000', '123251.031000', '123251.034000', '123251.037000', '123251.040000', '123251.043000', '123251.046000', '123251.048000', '123251.051000', '123251.054000', '123251.057000', '123251.059000', '123251.062000', '123251.065000', '123251.067000', '123251.070000', '123251.073000', '123251.075000', '123251.078000', '123251.080000', '123251.083000'], 'InstanceCreationTime': ['122638.962000', '122638.965000', '122638.968000', '122638.971000', '122638.973000', '122638.976000', '122638.978000', '122638.981000', '122638.983000', '122638.986000', '122638.989000', '122638.991000', '122638.994000', '122638.996000', '122639.000000', '122639.003000', '122639.005000', '122639.008000', '122639.010000', '122639.013000', '122639.015000', '122639.018000', '122639.021000', '122639.023000', '122639.026000', '122639.029000', '122639.031000', '122639.034000', '122639.036000', '122639.039000', '122639.042000', '122639.044000', '122639.047000', '122639.049000', '122639.052000', '122639.055000', '122639.057000', '122639.060000', '122639.062000', '122639.065000', '122639.068000', '122639.070000', '122639.073000', '122639.076000', '122639.087000', '122639.090000', '122639.092000', '122639.095000', '122639.097000', '122639.100000', '122639.103000', '122639.105000', '122639.108000', '122639.110000', '122639.113000', '122639.116000', '122639.118000', '122639.121000', '122639.123000', '122639.126000', '122639.128000', '122639.131000', '122639.134000', '122658.936000', '122658.939000', '122658.941000', '122658.944000', '122658.946000', '122658.949000', '122658.952000', '122658.954000', '122658.957000', '122658.960000', '122658.962000', '122658.965000', '122658.967000', '122658.970000', '122658.972000', '122658.975000', '122658.978000', '122658.980000', '122658.983000', '122658.985000', '122658.988000', '122658.991000', '122658.993000', '122658.996000', '122658.998000', '122659.002000', '122659.005000', '122659.007000', '122659.010000', '122659.012000', '122659.015000', '122659.018000', '122659.020000', '122659.029000', '122659.032000', '122659.035000', '122659.037000', '122659.040000', '122659.042000', '122659.045000', '122659.048000', '122659.050000', '122659.053000', '122718.936000', '122718.939000', '122718.942000', '122718.945000', '122718.947000', '122718.950000', '122718.952000', '122718.955000', '122718.958000', '122718.960000', '122718.963000', '122718.966000', '122718.968000', '122718.971000', '122718.973000', '122718.978000', '122718.980000', '122718.983000', '122718.986000', '122718.988000', '122718.991000', '122718.994000', '122718.996000', '122719.000000', '122719.002000', '122719.005000', '122719.008000', '122719.010000', '122719.013000', '122719.016000', '122719.018000', '122719.021000', '122719.023000', '122719.026000', '122719.028000', '122719.031000', '122719.034000', '122719.036000', '122719.039000', '122719.041000', '122719.044000', '122719.047000', '122719.049000', '122719.052000', '122738.936000', '122738.939000', '122738.942000', '122738.944000', '122738.947000', '122738.950000', '122738.952000', '122738.955000', '122738.958000', '122738.960000', '122738.963000', '122738.965000', '122738.968000', '122738.971000', '122738.973000', '122738.976000', '122738.979000', '122738.981000', '122738.984000', '122738.986000', '122738.989000', '122738.992000', '122738.994000', '122738.997000', '122739.001000', '122739.003000', '122739.006000', '122739.008000', '122739.011000', '122739.014000', '122739.016000', '122739.019000', '122739.022000', '122739.058000', '122739.061000', '122739.064000', '122739.066000', '122739.069000', '122739.071000', '122739.074000', '122739.077000', '122739.079000', '122739.082000', '122758.937000', '122758.940000', '122758.942000', '122758.945000', '122758.948000', '122758.950000', '122758.953000', '122758.956000', '122758.958000', '122758.961000', '122758.963000', '122758.966000', '122758.969000', '122758.971000', '122758.974000', '122758.976000', '122758.979000', '122758.982000', '122758.984000', '122758.987000', '122758.989000', '122758.998000', '122759.002000', '122759.004000', '122759.007000', '122759.010000', '122759.013000', '122759.015000', '122759.018000', '122759.021000', '122759.023000', '122759.026000', '122759.028000', '122759.031000', '122759.034000', '122759.036000', '122759.039000', '122759.041000', '122759.044000', '122759.047000', '122759.049000', '122759.052000', '122759.054000', '122759.057000', '122818.936000', '122818.938000', '122818.941000', '122818.944000', '122818.947000', '122818.949000', '122818.952000', '122818.954000', '122818.957000', '122818.960000', '122818.962000', '122818.965000', '122818.967000', '122818.970000', '122818.972000', '122818.975000', '122818.978000', '122818.980000', '122818.983000', '122818.986000', '122818.988000', '122818.991000', '122818.993000', '122818.996000', '122819.000000', '122819.002000', '122819.005000', '122819.007000', '122819.010000', '122819.013000', '122819.015000', '122819.018000', '122819.020000', '122819.023000', '122819.026000', '122819.028000', '122819.031000', '122819.033000', '122819.036000', '122819.039000', '122819.041000', '122819.044000', '122819.046000', '122838.935000', '122838.938000', '122838.941000', '122838.944000', '122838.947000', '122838.949000', '122838.952000', '122838.954000', '122838.957000', '122838.960000', '122838.962000', '122838.966000', '122838.969000', '122838.971000', '122838.974000', '122838.976000', '122838.979000', '122838.982000', '122838.984000', '122838.987000', '122838.989000', '122838.992000', '122838.995000', '122838.997000', '122839.001000', '122839.003000', '122839.006000', '122839.012000', '122839.015000', '122839.018000', '122839.020000', '122839.023000', '122839.025000', '122839.028000', '122839.031000', '122839.033000', '122839.036000', '122839.038000', '122839.041000', '122839.044000', '122839.046000', '122839.049000', '122839.051000', '122839.054000', '122858.936000', '122858.938000', '122858.942000', '122858.944000', '122858.947000', '122858.949000', '122858.952000', '122858.955000', '122858.957000', '122858.960000', '122858.962000', '122858.965000', '122858.968000', '122858.970000', '122858.973000', '122858.976000', '122858.978000', '122858.981000', '122858.983000', '122858.986000', '122858.988000', '122858.991000', '122858.994000', '122858.996000', '122859.000000', '122859.002000', '122859.005000', '122859.007000', '122859.010000', '122859.012000', '122859.015000', '122859.018000', '122859.020000', '122859.023000', '122859.025000', '122859.028000', '122859.031000', '122859.033000', '122859.036000', '122859.038000', '122859.041000', '122859.044000', '122859.046000', '122918.935000', '122918.939000', '122918.942000', '122918.945000', '122918.947000', '122918.950000', '122918.953000', '122918.955000', '122918.958000', '122918.960000', '122918.963000', '122918.966000', '122918.968000', '122918.971000', '122918.973000', '122918.976000', '122918.979000', '122918.981000', '122918.984000', '122918.987000', '122918.989000', '122918.992000', '122918.994000', '122918.997000', '122919.001000', '122919.003000', '122919.006000', '122919.009000', '122919.011000', '122919.039000', '122919.041000', '122919.044000', '122919.046000', '122919.049000', '122919.051000', '122919.054000', '122919.056000', '122919.059000', '122919.061000', '122919.064000', '122919.067000', '122919.069000', '122919.072000', '122938.936000', '122938.939000', '122938.942000', '122938.944000', '122938.947000', '122938.950000', '122938.952000', '122938.955000', '122938.957000', '122938.960000', '122938.962000', '122938.965000', '122938.968000', '122938.970000', '122938.973000', '122938.976000', '122938.978000', '122938.981000', '122938.983000', '122938.986000', '122938.989000', '122938.991000', '122938.994000', '122938.996000', '122939.000000', '122939.003000', '122939.005000', '122939.008000', '122939.010000', '122939.013000', '122939.016000', '122939.018000', '122939.021000', '122939.023000', '122939.026000', '122939.029000', '122939.031000', '122939.034000', '122939.036000', '122939.039000', '122939.041000', '122939.044000', '122939.046000', '122939.049000', '122958.937000', '122958.940000', '122958.942000', '122958.945000', '122958.947000', '122958.950000', '122958.953000', '122958.955000', '122958.958000', '122958.960000', '122958.963000', '122958.966000', '122958.968000', '122958.971000', '122958.973000', '122958.976000', '122958.978000', '122958.981000', '122958.984000', '122958.986000', '122958.989000', '122958.991000', '122958.994000', '122958.996000', '122959.000000', '122959.002000', '122959.005000', '122959.008000', '122959.011000', '122959.013000', '122959.016000', '122959.018000', '122959.021000', '122959.024000', '122959.026000', '122959.029000', '122959.031000', '122959.034000', '122959.036000', '122959.039000', '122959.041000', '122959.044000', '122959.047000', '123018.936000', '123018.939000', '123018.942000', '123018.944000', '123018.947000', '123018.950000', '123018.952000', '123018.955000', '123018.957000', '123018.960000', '123018.963000', '123018.965000', '123018.968000', '123018.970000', '123018.973000', '123018.976000', '123018.978000', '123018.982000', '123018.984000', '123018.987000', '123018.989000', '123018.992000', '123018.995000', '123018.997000', '123019.001000', '123019.003000', '123019.006000', '123019.009000', '123019.011000', '123019.014000', '123019.016000', '123019.019000', '123019.022000', '123019.024000', '123019.027000', '123019.029000', '123019.032000', '123019.035000', '123019.037000', '123019.040000', '123019.042000', '123019.045000', '123019.048000', '123019.050000', '123038.935000', '123038.938000', '123038.941000', '123038.944000', '123038.946000', '123038.949000', '123038.951000', '123038.954000', '123038.956000', '123038.959000', '123038.961000', '123038.964000', '123038.967000', '123038.969000', '123038.972000', '123038.974000', '123038.977000', '123038.979000', '123038.982000', '123038.985000', '123038.987000', '123038.990000', '123038.992000', '123038.995000', '123038.997000', '123039.001000', '123039.004000', '123039.006000', '123039.009000', '123039.011000', '123039.014000', '123039.017000', '123039.019000', '123039.022000', '123039.024000', '123039.027000', '123039.030000', '123039.032000', '123039.035000', '123039.037000', '123039.040000', '123039.043000', '123039.045000', '123058.936000', '123058.938000', '123058.941000', '123058.944000', '123058.946000', '123058.949000', '123058.951000', '123058.954000', '123058.956000', '123058.959000', '123058.961000', '123058.972000', '123058.974000', '123058.977000', '123058.979000', '123058.982000', '123058.985000', '123058.987000', '123058.990000', '123058.992000', '123058.995000', '123058.997000', '123059.001000', '123059.003000', '123059.006000', '123059.009000', '123059.011000', '123059.014000', '123059.016000', '123059.019000', '123059.022000', '123059.024000', '123059.027000', '123059.029000', '123059.032000', '123059.034000', '123059.037000', '123059.039000', '123059.042000', '123059.045000', '123059.047000', '123059.050000', '123059.052000', '123059.055000', '123118.935000', '123118.938000', '123118.941000', '123118.943000', '123118.946000', '123118.948000', '123118.951000', '123118.954000', '123118.956000', '123118.959000', '123118.961000', '123118.964000', '123118.966000', '123118.969000', '123118.971000', '123118.974000', '123118.977000', '123118.979000', '123118.982000', '123118.984000', '123118.987000', '123118.989000', '123118.992000', '123118.994000', '123118.997000', '123119.001000', '123119.003000', '123119.006000', '123119.008000', '123119.011000', '123119.013000', '123119.016000', '123119.019000', '123119.021000', '123119.024000', '123119.026000', '123119.029000', '123119.031000', '123119.034000', '123119.036000', '123119.039000', '123119.041000', '123119.045000', '123138.936000', '123138.938000', '123138.941000', '123138.943000', '123138.946000', '123138.948000', '123138.951000', '123138.954000', '123138.956000', '123138.959000', '123138.962000', '123138.964000', '123138.967000', '123138.969000', '123138.972000', '123138.975000', '123138.977000', '123138.980000', '123138.982000', '123138.985000', '123138.987000', '123138.990000', '123138.993000', '123138.995000', '123138.998000', '123139.001000', '123139.004000', '123139.007000', '123139.009000', '123139.012000', '123139.014000', '123139.017000', '123139.020000', '123139.022000', '123139.025000', '123139.027000', '123139.030000', '123139.032000', '123139.035000', '123139.037000', '123139.040000', '123139.043000', '123139.045000', '123139.048000', '123158.937000', '123158.939000', '123158.942000', '123158.945000', '123158.947000', '123158.950000', '123158.952000', '123158.955000', '123158.957000', '123158.960000', '123158.963000', '123158.965000', '123158.968000', '123158.970000', '123158.973000', '123158.975000', '123158.978000', '123158.980000', '123158.983000', '123158.986000', '123158.988000', '123158.991000', '123158.993000', '123158.996000', '123159.000000', '123159.002000', '123159.005000', '123159.007000', '123159.010000', '123159.012000', '123159.015000', '123159.017000', '123159.020000', '123159.023000', '123159.025000', '123159.028000', '123159.030000', '123159.033000', '123159.035000', '123159.038000', '123159.041000', '123159.043000', '123159.046000', '123218.936000', '123218.939000', '123218.942000', '123218.944000', '123218.947000', '123218.950000', '123218.952000', '123218.955000', '123218.957000', '123218.960000', '123218.963000', '123218.965000', '123218.968000', '123218.970000', '123218.973000', '123218.975000', '123218.978000', '123218.981000', '123218.983000', '123218.986000', '123218.988000', '123218.991000', '123219.026000', '123219.029000', '123219.031000', '123219.034000', '123219.036000', '123219.039000', '123219.041000', '123219.044000', '123219.047000', '123219.049000', '123219.052000', '123219.054000', '123219.057000', '123219.059000', '123219.062000', '123219.065000', '123219.067000', '123219.071000', '123219.074000', '123219.076000', '123219.079000', '123219.082000', '123238.937000', '123238.939000', '123238.942000', '123238.945000', '123238.947000', '123238.950000', '123238.952000', '123238.955000', '123238.957000', '123238.960000', '123238.962000', '123238.965000', '123238.968000', '123238.970000', '123238.973000', '123238.975000', '123238.978000', '123238.980000', '123238.983000', '123238.985000', '123238.988000', '123238.991000', '123238.993000', '123238.996000', '123239.000000', '123239.002000', '123239.005000', '123239.008000', '123239.010000', '123239.013000', '123239.015000', '123239.018000', '123239.021000', '123239.023000', '123239.026000', '123239.029000', '123239.031000', '123239.034000', '123239.036000', '123239.039000', '123239.042000', '123239.044000', '123239.047000', '123251.012000', '123251.015000', '123251.017000', '123251.020000', '123251.023000', '123251.026000', '123251.028000', '123251.031000', '123251.034000', '123251.037000', '123251.040000', '123251.043000', '123251.046000', '123251.048000', '123251.051000', '123251.054000', '123251.057000', '123251.059000', '123251.062000', '123251.065000', '123251.067000', '123251.070000', '123251.073000', '123251.075000', '123251.078000', '123251.080000', '123251.083000'], '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': [8245, 11513, 7431, 11568, 8535, 10092, 7737, 7705, 9822, 7443, 7188, 10294, 8183, 12513, 9536, 7173, 8420, 7708, 6808, 8852, 9205, 13444, 8707, 8253, 7108, 8179, 9494, 9131, 7091, 11201, 8467, 6948, 7748, 8091, 8672, 10040, 7122, 11966, 7783, 7110, 6949, 7765, 10708, 12113, 7509, 10680, 7462, 7101, 7599, 6789, 6822, 8669, 10793, 9758, 8263, 9765, 8176, 7541, 10698, 7828, 14105, 11720, 7841, 8925, 7346, 7697, 7381, 7131, 8381, 8483, 7212, 10072, 10823, 14379, 10538, 10323, 8419, 7401, 8237, 9424, 7779, 10391, 8308, 9548, 7110, 7182, 7720, 7137, 8772, 13708, 8968, 13056, 8682, 7266, 7110, 7325, 9202, 10725, 8310, 11031, 9260, 11928, 8188, 7252, 7948, 7938, 9428, 10515, 7541, 8458, 7829, 7299, 8640, 11007, 9286, 8100, 7121, 7231, 7053, 6700, 11859, 12648, 9817, 11361, 7090, 7276, 8185, 7053, 10580, 12045, 12183, 9815, 7122, 9074, 7137, 7146, 7514, 9847, 13783, 10778, 7635, 7978, 7120, 7190, 10395, 7993, 11197, 8836, 8976, 7408, 7129, 8319, 6871, 8380, 8925, 7221, 11404, 7922, 12267, 8454, 8150, 13852, 11740, 15469, 11914, 9513, 9068, 8443, 7609, 9132, 7202, 8669, 8935, 7693, 12314, 11931, 12286, 10652, 7522, 10223, 7828, 13173, 8771, 12218, 10271, 10198, 14327, 10618, 12218, 7520, 7586, 7337, 7431, 10464, 11006, 9520, 8284, 6728, 9372, 9204, 8597, 10288, 9022, 12279, 7444, 7023, 8427, 10021, 11010, 11018, 8745, 11599, 7008, 7025, 8118, 11253, 10704, 9881, 7903, 7086, 7196, 6890, 12180, 12422, 10924, 12644, 6956, 6968, 6827, 7229, 12078, 15200, 11086, 14448, 8573, 6954, 7860, 7383, 10406, 12649, 10974, 14064, 7052, 8296, 7539, 6773, 8648, 10943, 11956, 9947, 7017, 9021, 6504, 7118, 9545, 10217, 13543, 9754, 8236, 8060, 6658, 7308, 8124, 11266, 12767, 10419, 8479, 8052, 8636, 9980, 12859, 12232, 8709, 10363, 8303, 7635, 8988, 9738, 8881, 12641, 10443, 13531, 9879, 8049, 8958, 7125, 11750, 12634, 10085, 13939, 7739, 7414, 7053, 7371, 8514, 10503, 10329, 11597, 7426, 7184, 6517, 6806, 11705, 14361, 9980, 12647, 8202, 7580, 8414, 7067, 12777, 15175, 9551, 14056, 7819, 7350, 7935, 7801, 10992, 12532, 10799, 13735, 8815, 7248, 7304, 7368, 8011, 11180, 9671, 12547, 8320, 7714, 8767, 7964, 7558, 10602, 10855, 12325, 7500, 7790, 8826, 9019, 8111, 11857, 8974, 12327, 7210, 7601, 8509, 12096, 9806, 14361, 11505, 10105, 10021, 7349, 8139, 7108, 7362, 10226, 13093, 10396, 12809, 8271, 8847, 7358, 7297, 8647, 11290, 11248, 10093, 7398, 9104, 6914, 7210, 7251, 10519, 12003, 11972, 7287, 8391, 7312, 7377, 12384, 10091, 11863, 10657, 7991, 7767, 7432, 7119, 13111, 9845, 14371, 9938, 7164, 7499, 7349, 8262, 13238, 9148, 13202, 10477, 7335, 9254, 6961, 7167, 10547, 11906, 12046, 10581, 7446, 7156, 10019, 9896, 13544, 10641, 7715, 8336, 6840, 7627, 8858, 6796, 10866, 14370, 10793, 15019, 10805, 7284, 7454, 7178, 6942, 10102, 8266, 10453, 8188, 7121, 6803, 7064, 8328, 7298, 7514, 11826, 10680, 13097, 12094, 7594, 8888, 7829, 7377, 7267, 10658, 10947, 11045, 9197, 7631, 7294, 7262, 7570, 11140, 12444, 12870, 13283, 9175, 9438, 7121, 7757, 7728, 11355, 11015, 9558, 7670, 8252, 7065, 7752, 8527, 12129, 10495, 8303, 7527, 7564, 7509, 7882, 9146, 12694, 8815, 8780, 7625, 7933, 9299, 8398, 12413, 9084, 7908, 7339, 7684, 7771, 12614, 9292, 11196, 10336, 8029, 7736, 8233, 8244, 8558, 12622, 11787, 10230, 7909, 7868, 8561, 8249, 9963, 12726, 10258, 13557, 8840, 8311, 7729, 8181, 8162, 11136, 9246, 13145, 8516, 8481, 8176, 13530, 8653, 12401, 8012, 8438, 7660, 9690, 8701, 11598, 9380, 12198, 7381, 8459, 8346, 11125, 8113, 10465, 9025, 8431, 8403, 8338, 8486, 8177, 8473, 8870, 12718, 11639, 12632, 8429, 7770, 7797, 7970, 10514, 11236, 12077, 9598, 13042, 7866, 8189, 8485, 11775, 8873, 11218, 8361, 7764, 7470, 7983, 8520, 8130, 11798, 11396, 9146, 8706, 8868, 11325, 9156, 10307, 8662, 8706, 8816, 8932, 8929, 7450, 10870, 10728, 10325, 10343, 12049, 7901, 9131, 8087, 11784, 9827, 12468, 8975, 8724, 7051, 8866, 9538, 7439, 8870, 11455, 10555, 10001, 11449, 8117, 8722, 7785, 10003, 9276, 12956, 9407, 8665, 7418, 7788, 9709, 11377, 9331, 8628, 8822, 7801, 7996, 8794, 10745, 12858, 9990, 12326, 10756, 8569, 8219, 7879, 8077, 9314, 10287, 8996, 11939, 7632, 7975, 8969, 7481, 7829, 9568, 9440, 11235, 11525, 9423, 7916, 8034, 7492, 7846, 8746, 9203, 7342, 7655, 7904, 7890, 7421, 10550, 11941, 8500, 10904, 7378, 7096, 7854, 8163, 9873, 10770, 8068, 8458, 8594, 7883, 7655, 7998, 8566, 10623, 11364, 8957, 11394, 7528, 7136, 8971, 10881, 9165, 13775, 8439, 8643, 7893, 8181, 8797, 7687, 9935, 10675, 8064, 8511, 8722, 8408, 9907, 11145, 7914, 8902, 8372, 8198, 8705, 7676, 9943, 13699, 9092, 11963, 9240, 8386, 8323, 7839, 9228, 9047, 12267, 10330, 8437, 7938, 8395, 8108, 7609, 10414, 11696, 10804, 12751, 10028, 8887, 8205, 8027, 8458, 7507, 10339, 10444, 10692, 8898, 9039, 8204, 8743, 9098, 11571, 10407, 10987, 8151, 8641, 8841, 7911, 10193, 10378, 8868, 12371, 7981, 8093, 8720, 8178, 9062, 10241, 11276, 11871, 7893, 7763, 7904, 8067, 9098, 10600, 9697, 10733, 8037, 7083, 8206, 8846, 9158, 13066, 8799, 7833, 9102, 8235, 8506, 11493, 8469, 11348, 9248, 9291, 9237, 9643, 10391, 8725, 8230, 8275, 8095, 8233, 12078, 12508, 8210, 8033, 8065, 8035, 9063, 11504, 10697, 9654, 8744, 11961, 8260, 7837, 8568, 11034, 10489, 12402, 11981, 8821, 8598, 7938, 8525, 8573, 8769, 9290, 9495, 10365, 8705, 8103, 8330, 8645, 8591, 12191, 9490, 10510, 8485, 9275, 9038, 8298, 8255, 11755, 11493, 8810, 11511, 7909, 8374, 9318, 7529, 10970, 10926, 9843, 8756, 8114, 7837, 8436, 9572, 11016, 8766, 9242, 7692, 9003, 9260, 9197, 11353, 10117, 11493, 8869, 8931, 7460, 9931, 9125, 10942, 9744], 'WindowCenter': [3947.0, 3977.0, 3911.0, 3961.0, 3929.0, 3938.0, 3907.0, 3906.0, 3924.0, 3883.0, 3871.0, 3923.0, 3904.0, 3947.0, 3926.0, 3895.0, 3915.0, 3905.0, 3872.0, 3914.0, 3925.0, 3958.0, 3917.0, 3918.0, 3896.0, 3917.0, 3923.0, 3913.0, 3871.0, 3935.0, 3905.0, 3884.0, 3906.0, 3918.0, 3926.0, 3937.0, 3884.0, 3947.0, 3906.0, 3897.0, 3897.0, 3921.0, 3937.0, 3958.0, 3908.0, 3947.0, 3908.0, 3897.0, 3907.0, 3885.0, 3886.0, 3915.0, 3947.0, 3939.0, 3918.0, 3939.0, 3915.0, 3894.0, 3919.0, 3878.0, 3929.0, 3918.0, 3890.0, 3901.0, 3883.0, 3905.0, 3894.0, 3883.0, 3903.0, 3914.0, 3883.0, 3925.0, 3936.0, 3957.0, 3938.0, 3937.0, 3904.0, 3882.0, 3901.0, 3912.0, 3879.0, 3923.0, 3904.0, 3925.0, 3895.0, 3896.0, 3894.0, 3884.0, 3913.0, 3957.0, 3915.0, 3957.0, 3916.0, 3895.0, 3885.0, 3894.0, 3912.0, 3934.0, 3891.0, 3935.0, 3915.0, 3946.0, 3906.0, 3893.0, 3902.0, 3901.0, 3911.0, 3935.0, 3907.0, 3916.0, 3907.0, 3920.0, 3927.0, 3947.0, 3938.0, 3919.0, 3896.0, 3895.0, 3883.0, 3884.0, 3946.0, 3958.0, 3937.0, 3949.0, 3896.0, 3894.0, 3900.0, 3870.0, 3922.0, 3944.0, 3945.0, 3924.0, 3883.0, 3915.0, 3884.0, 3882.0, 3881.0, 3923.0, 3943.0, 3934.0, 3894.0, 3904.0, 3883.0, 3880.0, 3922.0, 3890.0, 3935.0, 3914.0, 3913.0, 3894.0, 3882.0, 3902.0, 3871.0, 3890.0, 3901.0, 3880.0, 3933.0, 3891.0, 3931.0, 3891.0, 3879.0, 3943.0, 3931.0, 3954.0, 3932.0, 3912.0, 3913.0, 3914.0, 3904.0, 3925.0, 3906.0, 3926.0, 3928.0, 3917.0, 3960.0, 3962.0, 3971.0, 3963.0, 3918.0, 3933.0, 3889.0, 3930.0, 3889.0, 3918.0, 3911.0, 3909.0, 3942.0, 3919.0, 3931.0, 3879.0, 3888.0, 3877.0, 3879.0, 3920.0, 3933.0, 3925.0, 3915.0, 3885.0, 3926.0, 3938.0, 3914.0, 3935.0, 3915.0, 3945.0, 3890.0, 3883.0, 3903.0, 3924.0, 3934.0, 3936.0, 3915.0, 3946.0, 3884.0, 3882.0, 3891.0, 3934.0, 3934.0, 3938.0, 3918.0, 3896.0, 3895.0, 3896.0, 3956.0, 3959.0, 3948.0, 3958.0, 3896.0, 3883.0, 3872.0, 3893.0, 3943.0, 3955.0, 3934.0, 3955.0, 3913.0, 3882.0, 3890.0, 3881.0, 3921.0, 3930.0, 3922.0, 3941.0, 3870.0, 3890.0, 3879.0, 3870.0, 3901.0, 3920.0, 3931.0, 3922.0, 3881.0, 3911.0, 3860.0, 3869.0, 3911.0, 3921.0, 3942.0, 3913.0, 3902.0, 3901.0, 3872.0, 3893.0, 3904.0, 3946.0, 3958.0, 3949.0, 3929.0, 3918.0, 3930.0, 3949.0, 3961.0, 3961.0, 3929.0, 3950.0, 3917.0, 3906.0, 3914.0, 3926.0, 3914.0, 3946.0, 3936.0, 3956.0, 3921.0, 3892.0, 3900.0, 3870.0, 3918.0, 3929.0, 3908.0, 3929.0, 3877.0, 3866.0, 3855.0, 3866.0, 3887.0, 3920.0, 3920.0, 3932.0, 3882.0, 3881.0, 3860.0, 3883.0, 3943.0, 3956.0, 3925.0, 3956.0, 3915.0, 3893.0, 3901.0, 3882.0, 3931.0, 3954.0, 3912.0, 3954.0, 3892.0, 3881.0, 3886.0, 3890.0, 3933.0, 3944.0, 3933.0, 3955.0, 3927.0, 3894.0, 3893.0, 3893.0, 3903.0, 3935.0, 3925.0, 3945.0, 3916.0, 3906.0, 3914.0, 3906.0, 3892.0, 3923.0, 3935.0, 3957.0, 3892.0, 3904.0, 3912.0, 3913.0, 3890.0, 3946.0, 3926.0, 3956.0, 3882.0, 3892.0, 3901.0, 3943.0, 3921.0, 3954.0, 3945.0, 3935.0, 3936.0, 3895.0, 3903.0, 3878.0, 3880.0, 3921.0, 3944.0, 3922.0, 3945.0, 3904.0, 3913.0, 3882.0, 3881.0, 3900.0, 3921.0, 3920.0, 3911.0, 3880.0, 3900.0, 3870.0, 3880.0, 3878.0, 3922.0, 3930.0, 3933.0, 3892.0, 3902.0, 3892.0, 3889.0, 3944.0, 3922.0, 3944.0, 3937.0, 3917.0, 3903.0, 3895.0, 3882.0, 3954.0, 3923.0, 3955.0, 3926.0, 3883.0, 3893.0, 3893.0, 3902.0, 3943.0, 3923.0, 3956.0, 3935.0, 3893.0, 3925.0, 3893.0, 3894.0, 3934.0, 3947.0, 3945.0, 3936.0, 3895.0, 3894.0, 3923.0, 3923.0, 3955.0, 3937.0, 3905.0, 3903.0, 3872.0, 3891.0, 3901.0, 3870.0, 3932.0, 3954.0, 3931.0, 3952.0, 3932.0, 3880.0, 3878.0, 3868.0, 3868.0, 3922.0, 3899.0, 3922.0, 3904.0, 3883.0, 3882.0, 3894.0, 3900.0, 3881.0, 3879.0, 3931.0, 3932.0, 3955.0, 3956.0, 3905.0, 3937.0, 3918.0, 3907.0, 3906.0, 3947.0, 3947.0, 3960.0, 3940.0, 3918.0, 3908.0, 3907.0, 3892.0, 3933.0, 3945.0, 3945.0, 3956.0, 3913.0, 3913.0, 3878.0, 3891.0, 3887.0, 3932.0, 3918.0, 3912.0, 3893.0, 3899.0, 3869.0, 3890.0, 3901.0, 3943.0, 3931.0, 3903.0, 3892.0, 3891.0, 3881.0, 3902.0, 3922.0, 3954.0, 3914.0, 3914.0, 3892.0, 3890.0, 3914.0, 3901.0, 3931.0, 3912.0, 3890.0, 3881.0, 3891.0, 3902.0, 3956.0, 3924.0, 3958.0, 3949.0, 3919.0, 3916.0, 3917.0, 3914.0, 3916.0, 3958.0, 3947.0, 3936.0, 3917.0, 3905.0, 3914.0, 3901.0, 3911.0, 3943.0, 3923.0, 3944.0, 3914.0, 3901.0, 3890.0, 3903.0, 3900.0, 3921.0, 3912.0, 3942.0, 3901.0, 3901.0, 3889.0, 3941.0, 3900.0, 3955.0, 3904.0, 3902.0, 3890.0, 3925.0, 3901.0, 3931.0, 3913.0, 3943.0, 3882.0, 3901.0, 3901.0, 3932.0, 3903.0, 3947.0, 3928.0, 3915.0, 3918.0, 3915.0, 3917.0, 3917.0, 3905.0, 3914.0, 3946.0, 3947.0, 3957.0, 3916.0, 3907.0, 3907.0, 3905.0, 3934.0, 3947.0, 3959.0, 3939.0, 3958.0, 3904.0, 3901.0, 3913.0, 3944.0, 3899.0, 3920.0, 3889.0, 3891.0, 3881.0, 3892.0, 3913.0, 3903.0, 3958.0, 3945.0, 3913.0, 3913.0, 3913.0, 3934.0, 3900.0, 3909.0, 3900.0, 3901.0, 3899.0, 3899.0, 3898.0, 3878.0, 3935.0, 3934.0, 3935.0, 3938.0, 3945.0, 3905.0, 3915.0, 3891.0, 3932.0, 3908.0, 3933.0, 3902.0, 3902.0, 3870.0, 3901.0, 3909.0, 3866.0, 3902.0, 3921.0, 3921.0, 3911.0, 3933.0, 3889.0, 3901.0, 3879.0, 3909.0, 3898.0, 3931.0, 3912.0, 3914.0, 3881.0, 3891.0, 3926.0, 3947.0, 3926.0, 3928.0, 3927.0, 3906.0, 3905.0, 3915.0, 3934.0, 3957.0, 3926.0, 3959.0, 3948.0, 3916.0, 3904.0, 3891.0, 3892.0, 3911.0, 3921.0, 3914.0, 3946.0, 3894.0, 3904.0, 3911.0, 3881.0, 3879.0, 3909.0, 3910.0, 3933.0, 3934.0, 3913.0, 3905.0, 3903.0, 3893.0, 3903.0, 3902.0, 3925.0, 3897.0, 3906.0, 3917.0, 3918.0, 3895.0, 3936.0, 3946.0, 3915.0, 3947.0, 3896.0, 3885.0, 3906.0, 3902.0, 3925.0, 3937.0, 3905.0, 3918.0, 3917.0, 3917.0, 3894.0, 3905.0, 3915.0, 3935.0, 3947.0, 3916.0, 3948.0, 3907.0, 3886.0, 3912.0, 3922.0, 3898.0, 3941.0, 3891.0, 3903.0, 3893.0, 3903.0, 3903.0, 3893.0, 3924.0, 3924.0, 3903.0, 3915.0, 3915.0, 3916.0, 3921.0, 3933.0, 3893.0, 3902.0, 3891.0, 3890.0, 3897.0, 3889.0, 3922.0, 3956.0, 3914.0, 3948.0, 3928.0, 3917.0, 3915.0, 3894.0, 3913.0, 3912.0, 3946.0, 3937.0, 3918.0, 3908.0, 3916.0, 3902.0, 3893.0, 3922.0, 3933.0, 3922.0, 3942.0, 3924.0, 3913.0, 3902.0, 3892.0, 3890.0, 3879.0, 3921.0, 3920.0, 3935.0, 3915.0, 3913.0, 3916.0, 3914.0, 3914.0, 3945.0, 3935.0, 3936.0, 3906.0, 3915.0, 3914.0, 3903.0, 3923.0, 3925.0, 3914.0, 3946.0, 3904.0, 3893.0, 3901.0, 3903.0, 3912.0, 3924.0, 3935.0, 3946.0, 3906.0, 3895.0, 3893.0, 3893.0, 3901.0, 3924.0, 3914.0, 3936.0, 3894.0, 3884.0, 3903.0, 3914.0, 3914.0, 3944.0, 3904.0, 3894.0, 3926.0, 3904.0, 3902.0, 3945.0, 3916.0, 3948.0, 3926.0, 3927.0, 3925.0, 3925.0, 3924.0, 3914.0, 3915.0, 3915.0, 3906.0, 3915.0, 3958.0, 3973.0, 3931.0, 3931.0, 3932.0, 3933.0, 3938.0, 3958.0, 3935.0, 3926.0, 3920.0, 3960.0, 3918.0, 3906.0, 3903.0, 3923.0, 3920.0, 3933.0, 3934.0, 3902.0, 3902.0, 3892.0, 3900.0, 3889.0, 3889.0, 3899.0, 3911.0, 3923.0, 3902.0, 3904.0, 3905.0, 3915.0, 3914.0, 3946.0, 3926.0, 3949.0, 3929.0, 3941.0, 3929.0, 3918.0, 3918.0, 3947.0, 3948.0, 3918.0, 3949.0, 3907.0, 3918.0, 3925.0, 3894.0, 3933.0, 3934.0, 3925.0, 3917.0, 3905.0, 3895.0, 3916.0, 3923.0, 3935.0, 3916.0, 3927.0, 3907.0, 3928.0, 3927.0, 3927.0, 3935.0, 3926.0, 3948.0, 3928.0, 3927.0, 3894.0, 3923.0, 3912.0, 3935.0, 3927.0], 'WindowWidth': [8833.0, 8868.0, 8771.0, 8836.0, 8790.0, 8799.0, 8755.0, 8752.0, 8770.0, 8715.0, 8696.0, 8770.0, 8746.0, 8807.0, 8779.0, 8738.0, 8763.0, 8748.0, 8700.0, 8759.0, 8776.0, 8825.0, 8772.0, 8772.0, 8741.0, 8766.0, 8767.0, 8755.0, 8696.0, 8787.0, 8749.0, 8723.0, 8754.0, 8771.0, 8780.0, 8795.0, 8721.0, 8808.0, 8754.0, 8744.0, 8744.0, 8781.0, 8793.0, 8825.0, 8760.0, 8809.0, 8758.0, 8744.0, 8756.0, 8724.0, 8727.0, 8764.0, 8809.0, 8799.0, 8770.0, 8799.0, 8764.0, 8733.0, 8757.0, 8699.0, 8766.0, 8751.0, 8717.0, 8735.0, 8715.0, 8749.0, 8735.0, 8718.0, 8741.0, 8757.0, 8715.0, 8775.0, 8789.0, 8820.0, 8797.0, 8792.0, 8744.0, 8713.0, 8736.0, 8751.0, 8703.0, 8768.0, 8745.0, 8776.0, 8736.0, 8738.0, 8732.0, 8719.0, 8756.0, 8819.0, 8761.0, 8819.0, 8765.0, 8736.0, 8722.0, 8732.0, 8751.0, 8782.0, 8722.0, 8788.0, 8760.0, 8804.0, 8750.0, 8732.0, 8740.0, 8739.0, 8749.0, 8789.0, 8755.0, 8766.0, 8755.0, 8779.0, 8785.0, 8809.0, 8799.0, 8774.0, 8741.0, 8737.0, 8718.0, 8723.0, 8805.0, 8824.0, 8793.0, 8813.0, 8740.0, 8734.0, 8737.0, 8692.0, 8763.0, 8795.0, 8801.0, 8771.0, 8719.0, 8760.0, 8718.0, 8713.0, 8711.0, 8766.0, 8796.0, 8785.0, 8731.0, 8746.0, 8717.0, 8709.0, 8765.0, 8719.0, 8787.0, 8756.0, 8756.0, 8731.0, 8713.0, 8738.0, 8696.0, 8719.0, 8736.0, 8705.0, 8778.0, 8721.0, 8773.0, 8721.0, 8701.0, 8793.0, 8775.0, 8809.0, 8779.0, 8752.0, 8757.0, 8761.0, 8749.0, 8779.0, 8754.0, 8780.0, 8787.0, 8773.0, 8833.0, 8836.0, 8851.0, 8839.0, 8773.0, 8786.0, 8720.0, 8771.0, 8714.0, 8752.0, 8743.0, 8740.0, 8791.0, 8756.0, 8776.0, 8705.0, 8716.0, 8698.0, 8705.0, 8760.0, 8781.0, 8774.0, 8763.0, 8726.0, 8778.0, 8798.0, 8758.0, 8788.0, 8760.0, 8802.0, 8724.0, 8718.0, 8742.0, 8773.0, 8784.0, 8792.0, 8763.0, 8804.0, 8721.0, 8716.0, 8724.0, 8785.0, 8787.0, 8799.0, 8772.0, 8740.0, 8736.0, 8742.0, 8818.0, 8827.0, 8812.0, 8825.0, 8739.0, 8718.0, 8699.0, 8731.0, 8795.0, 8815.0, 8784.0, 8816.0, 8756.0, 8712.0, 8721.0, 8709.0, 8761.0, 8773.0, 8765.0, 8790.0, 8694.0, 8719.0, 8704.0, 8694.0, 8735.0, 8758.0, 8775.0, 8762.0, 8710.0, 8750.0, 8680.0, 8689.0, 8747.0, 8762.0, 8792.0, 8756.0, 8740.0, 8738.0, 8700.0, 8730.0, 8749.0, 8806.0, 8826.0, 8816.0, 8790.0, 8771.0, 8792.0, 8817.0, 8833.0, 8837.0, 8790.0, 8817.0, 8768.0, 8752.0, 8758.0, 8776.0, 8756.0, 8804.0, 8790.0, 8817.0, 8765.0, 8724.0, 8730.0, 8693.0, 8752.0, 8767.0, 8736.0, 8765.0, 8697.0, 8681.0, 8665.0, 8682.0, 8711.0, 8757.0, 8759.0, 8779.0, 8713.0, 8713.0, 8683.0, 8720.0, 8794.0, 8817.0, 8774.0, 8819.0, 8762.0, 8730.0, 8737.0, 8712.0, 8774.0, 8810.0, 8752.0, 8811.0, 8726.0, 8709.0, 8711.0, 8721.0, 8781.0, 8797.0, 8780.0, 8816.0, 8781.0, 8733.0, 8729.0, 8730.0, 8743.0, 8787.0, 8776.0, 8802.0, 8764.0, 8752.0, 8761.0, 8752.0, 8727.0, 8770.0, 8786.0, 8819.0, 8728.0, 8745.0, 8751.0, 8754.0, 8721.0, 8804.0, 8779.0, 8817.0, 8713.0, 8725.0, 8734.0, 8793.0, 8761.0, 8811.0, 8801.0, 8789.0, 8791.0, 8736.0, 8743.0, 8704.0, 8706.0, 8761.0, 8795.0, 8765.0, 8800.0, 8746.0, 8756.0, 8713.0, 8709.0, 8734.0, 8759.0, 8757.0, 8746.0, 8706.0, 8733.0, 8694.0, 8706.0, 8705.0, 8764.0, 8775.0, 8780.0, 8727.0, 8739.0, 8728.0, 8721.0, 8797.0, 8768.0, 8799.0, 8793.0, 8767.0, 8746.0, 8736.0, 8717.0, 8812.0, 8767.0, 8815.0, 8777.0, 8719.0, 8730.0, 8731.0, 8741.0, 8795.0, 8771.0, 8819.0, 8791.0, 8735.0, 8776.0, 8732.0, 8738.0, 8786.0, 8808.0, 8804.0, 8792.0, 8736.0, 8734.0, 8771.0, 8766.0, 8817.0, 8796.0, 8748.0, 8744.0, 8701.0, 8723.0, 8734.0, 8694.0, 8777.0, 8810.0, 8775.0, 8808.0, 8779.0, 8706.0, 8702.0, 8688.0, 8688.0, 8766.0, 8731.0, 8766.0, 8746.0, 8718.0, 8717.0, 8734.0, 8736.0, 8711.0, 8704.0, 8776.0, 8778.0, 8816.0, 8822.0, 8754.0, 8801.0, 8775.0, 8759.0, 8755.0, 8811.0, 8810.0, 8831.0, 8806.0, 8776.0, 8761.0, 8756.0, 8730.0, 8783.0, 8798.0, 8802.0, 8818.0, 8756.0, 8755.0, 8706.0, 8724.0, 8717.0, 8777.0, 8756.0, 8750.0, 8730.0, 8734.0, 8693.0, 8721.0, 8735.0, 8794.0, 8779.0, 8742.0, 8728.0, 8728.0, 8712.0, 8743.0, 8768.0, 8813.0, 8758.0, 8760.0, 8728.0, 8722.0, 8757.0, 8739.0, 8777.0, 8751.0, 8722.0, 8709.0, 8725.0, 8745.0, 8818.0, 8777.0, 8829.0, 8817.0, 8777.0, 8770.0, 8768.0, 8761.0, 8764.0, 8825.0, 8810.0, 8795.0, 8770.0, 8750.0, 8757.0, 8739.0, 8750.0, 8799.0, 8769.0, 8799.0, 8759.0, 8738.0, 8723.0, 8743.0, 8734.0, 8762.0, 8751.0, 8793.0, 8734.0, 8737.0, 8717.0, 8792.0, 8736.0, 8815.0, 8745.0, 8741.0, 8721.0, 8773.0, 8737.0, 8779.0, 8755.0, 8795.0, 8713.0, 8739.0, 8740.0, 8782.0, 8747.0, 8810.0, 8786.0, 8766.0, 8774.0, 8765.0, 8767.0, 8767.0, 8748.0, 8758.0, 8806.0, 8807.0, 8823.0, 8767.0, 8758.0, 8758.0, 8750.0, 8786.0, 8808.0, 8827.0, 8800.0, 8822.0, 8744.0, 8737.0, 8755.0, 8797.0, 8727.0, 8756.0, 8715.0, 8723.0, 8709.0, 8726.0, 8757.0, 8744.0, 8825.0, 8802.0, 8755.0, 8757.0, 8754.0, 8785.0, 8733.0, 8744.0, 8732.0, 8737.0, 8729.0, 8729.0, 8726.0, 8701.0, 8788.0, 8787.0, 8790.0, 8796.0, 8804.0, 8747.0, 8759.0, 8722.0, 8777.0, 8739.0, 8780.0, 8739.0, 8737.0, 8693.0, 8734.0, 8741.0, 8682.0, 8737.0, 8759.0, 8760.0, 8747.0, 8780.0, 8719.0, 8732.0, 8703.0, 8742.0, 8725.0, 8774.0, 8753.0, 8758.0, 8712.0, 8727.0, 8777.0, 8808.0, 8781.0, 8786.0, 8784.0, 8753.0, 8751.0, 8763.0, 8785.0, 8822.0, 8779.0, 8827.0, 8810.0, 8764.0, 8746.0, 8723.0, 8727.0, 8750.0, 8764.0, 8758.0, 8803.0, 8734.0, 8747.0, 8752.0, 8708.0, 8704.0, 8741.0, 8744.0, 8779.0, 8784.0, 8757.0, 8749.0, 8745.0, 8730.0, 8745.0, 8742.0, 8775.0, 8742.0, 8755.0, 8771.0, 8772.0, 8739.0, 8793.0, 8805.0, 8764.0, 8810.0, 8740.0, 8725.0, 8752.0, 8739.0, 8775.0, 8795.0, 8752.0, 8773.0, 8767.0, 8769.0, 8734.0, 8747.0, 8759.0, 8788.0, 8806.0, 8766.0, 8810.0, 8753.0, 8725.0, 8753.0, 8764.0, 8726.0, 8790.0, 8723.0, 8740.0, 8729.0, 8741.0, 8740.0, 8729.0, 8771.0, 8773.0, 8744.0, 8761.0, 8763.0, 8766.0, 8763.0, 8781.0, 8729.0, 8738.0, 8723.0, 8719.0, 8727.0, 8719.0, 8766.0, 8817.0, 8761.0, 8812.0, 8784.0, 8769.0, 8762.0, 8731.0, 8755.0, 8754.0, 8804.0, 8795.0, 8770.0, 8758.0, 8766.0, 8741.0, 8728.0, 8762.0, 8779.0, 8763.0, 8792.0, 8771.0, 8756.0, 8740.0, 8725.0, 8719.0, 8703.0, 8762.0, 8762.0, 8787.0, 8763.0, 8760.0, 8764.0, 8761.0, 8760.0, 8802.0, 8787.0, 8791.0, 8751.0, 8761.0, 8757.0, 8743.0, 8769.0, 8772.0, 8758.0, 8804.0, 8746.0, 8729.0, 8737.0, 8741.0, 8753.0, 8772.0, 8789.0, 8805.0, 8752.0, 8736.0, 8729.0, 8729.0, 8737.0, 8769.0, 8758.0, 8790.0, 8732.0, 8719.0, 8740.0, 8757.0, 8757.0, 8798.0, 8746.0, 8733.0, 8780.0, 8747.0, 8739.0, 8801.0, 8766.0, 8810.0, 8778.0, 8781.0, 8776.0, 8773.0, 8772.0, 8760.0, 8763.0, 8764.0, 8754.0, 8764.0, 8827.0, 8854.0, 8797.0, 8798.0, 8799.0, 8805.0, 8801.0, 8825.0, 8791.0, 8782.0, 8776.0, 8828.0, 8769.0, 8753.0, 8741.0, 8767.0, 8758.0, 8780.0, 8783.0, 8737.0, 8737.0, 8725.0, 8731.0, 8716.0, 8715.0, 8729.0, 8747.0, 8766.0, 8739.0, 8744.0, 8749.0, 8762.0, 8759.0, 8804.0, 8780.0, 8816.0, 8789.0, 8806.0, 8788.0, 8769.0, 8769.0, 8808.0, 8809.0, 8772.0, 8814.0, 8756.0, 8770.0, 8775.0, 8732.0, 8781.0, 8785.0, 8775.0, 8768.0, 8752.0, 8735.0, 8765.0, 8769.0, 8789.0, 8765.0, 8782.0, 8754.0, 8783.0, 8779.0, 8781.0, 8788.0, 8778.0, 8811.0, 8783.0, 8780.0, 8733.0, 8769.0, 8754.0, 8789.0, 8781.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.0013249942594718714</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.047134765671641786</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.909243261252826</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1463423988160912</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9797542003908056</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4698</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5382.2734</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1976307021076925</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>337</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>38.69115958668198</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.578567065956516</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.439444032748213</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8210720236494926</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4751851414718424</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00549662</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01995830424129963</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026050467044115067</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.856811992112474</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>24.1252</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3136</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.9961</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302886.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>687.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.0147</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2609</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.6019</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3122.2519</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3312.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73658.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1005.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4085.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.7345</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.389003097836394</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> |