=== 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-0020 --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-0020",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0020_ses-01_task-social_acq-mb8_run-03_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-0020_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-03_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-0020/ses-01/func/sub-0020_ses-01_task-social_acq-mb8_run-03_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>08c7375b14e9d6f1e7b87d023287a3cc</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>10:28:10.392500</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_VE11C_LATEST_20160120</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.997011, -0.0504457, 0.0585112, 0.0402185, 0.985572, 0.164406]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', '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-03_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.0844904</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>15</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7779, -7224, 556, -74, -260, 108, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>245.349</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1eb202cb-ce2d-4ae7-952b-8b8e6d32d580||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6749086380004883, 0.10790318250656128, 0.17809374630451202, 105.45602416992188], [0.1353420466184616, 2.644218921661377, 0.4362161159515381, -96.76367950439453], [0.15698139369487762, -0.44108957052230835, 2.6585707664489746, -45.64893341064453], [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': ['102810.392500', '102810.852500', '102811.312500', '102811.772500', '102812.232500', '102812.692500', '102813.152500', '102813.612500', '102814.072500', '102814.532500', '102814.992500', '102815.452500', '102815.912500', '102816.372500', '102816.832500', '102817.292500', '102817.752500', '102818.212500', '102818.672500', '102819.132500', '102819.592500', '102820.052500', '102820.512500', '102820.972500', '102821.432500', '102821.892500', '102822.352500', '102822.812500', '102823.272500', '102823.732500', '102824.192500', '102824.652500', '102825.112500', '102825.572500', '102826.032500', '102826.492500', '102826.952500', '102827.412500', '102827.872500', '102828.332500', '102828.792500', '102829.252500', '102829.712500', '102830.172500', '102830.632500', '102831.092500', '102831.552500', '102832.012500', '102832.472500', '102832.932500', '102833.392500', '102833.852500', '102834.312500', '102834.772500', '102835.232500', '102835.692500', '102836.152500', '102836.612500', '102837.072500', '102837.532500', '102837.992500', '102838.452500', '102838.912500', '102839.372500', '102839.832500', '102840.292500', '102840.752500', '102841.212500', '102841.672500', '102842.132500', '102842.592500', '102843.052500', '102843.512500', '102843.972500', '102844.432500', '102844.892500', '102845.352500', '102845.812500', '102846.272500', '102846.732500', '102847.192500', '102847.652500', '102848.112500', '102848.572500', '102849.032500', '102849.492500', '102849.952500', '102850.412500', '102850.872500', '102851.332500', '102851.792500', '102852.252500', '102852.712500', '102853.172500', '102853.632500', '102854.092500', '102854.552500', '102855.012500', '102855.472500', '102855.932500', '102856.392500', '102856.852500', '102857.312500', '102857.772500', '102858.232500', '102858.692500', '102859.152500', '102859.612500', '102900.072500', '102900.532500', '102900.992500', '102901.452500', '102901.912500', '102902.372500', '102902.832500', '102903.292500', '102903.752500', '102904.212500', '102904.672500', '102905.132500', '102905.592500', '102906.052500', '102906.512500', '102906.972500', '102907.432500', '102907.892500', '102908.352500', '102908.812500', '102909.272500', '102909.732500', '102910.192500', '102910.652500', '102911.112500', '102911.572500', '102912.032500', '102912.492500', '102912.952500', '102913.412500', '102913.872500', '102914.332500', '102914.792500', '102915.252500', '102915.712500', '102916.172500', '102916.632500', '102917.092500', '102917.552500', '102918.012500', '102918.472500', '102918.932500', '102919.392500', '102919.852500', '102920.312500', '102920.772500', '102921.232500', '102921.692500', '102922.152500', '102922.612500', '102923.072500', '102923.532500', '102923.992500', '102924.452500', '102924.912500', '102925.372500', '102925.832500', '102926.292500', '102926.752500', '102927.212500', '102927.672500', '102928.132500', '102928.592500', '102929.052500', '102929.512500', '102929.972500', '102930.432500', '102930.892500', '102931.352500', '102931.812500', '102932.272500', '102932.732500', '102933.192500', '102933.652500', '102934.112500', '102934.572500', '102935.032500', '102935.492500', '102935.952500', '102936.412500', '102936.872500', '102937.332500', '102937.792500', '102938.252500', '102938.712500', '102939.172500', '102939.632500', '102940.092500', '102940.552500', '102941.012500', '102941.472500', '102941.932500', '102942.392500', '102942.852500', '102943.312500', '102943.772500', '102944.232500', '102944.692500', '102945.152500', '102945.612500', '102946.072500', '102946.532500', '102946.992500', '102947.452500', '102947.912500', '102948.372500', '102948.832500', '102949.292500', '102949.752500', '102950.212500', '102950.672500', '102951.132500', '102951.592500', '102952.052500', '102952.512500', '102952.972500', '102953.432500', '102953.892500', '102954.352500', '102954.812500', '102955.272500', '102955.732500', '102956.192500', '102956.652500', '102957.112500', '102957.572500', '102958.032500', '102958.492500', '102958.952500', '102959.412500', '102959.872500', '103000.332500', '103000.792500', '103001.252500', '103001.712500', '103002.172500', '103002.632500', '103003.092500', '103003.552500', '103004.012500', '103004.472500', '103004.932500', '103005.392500', '103005.852500', '103006.312500', '103006.772500', '103007.232500', '103007.692500', '103008.152500', '103008.612500', '103009.072500', '103009.532500', '103009.992500', '103010.452500', '103010.912500', '103011.372500', '103011.832500', '103012.292500', '103012.752500', '103013.212500', '103013.672500', '103014.132500', '103014.592500', '103015.052500', '103015.512500', '103015.972500', '103016.432500', '103016.892500', '103017.352500', '103017.812500', '103018.272500', '103018.732500', '103019.192500', '103019.652500', '103020.112500', '103020.572500', '103021.032500', '103021.492500', '103021.952500', '103022.412500', '103022.872500', '103023.332500', '103023.792500', '103024.252500', '103024.712500', '103025.172500', '103025.632500', '103026.092500', '103026.552500', '103027.012500', '103027.472500', '103027.932500', '103028.392500', '103028.852500', '103029.312500', '103029.772500', '103030.232500', '103030.692500', '103031.152500', '103031.612500', '103032.072500', '103032.532500', '103032.992500', '103033.452500', '103033.912500', '103034.372500', '103034.832500', '103035.292500', '103035.752500', '103036.212500', '103036.672500', '103037.132500', '103037.592500', '103038.052500', '103038.512500', '103038.972500', '103039.432500', '103039.892500', '103040.352500', '103040.812500', '103041.272500', '103041.732500', '103042.192500', '103042.652500', '103043.112500', '103043.572500', '103044.032500', '103044.492500', '103044.952500', '103045.412500', '103045.872500', '103046.332500', '103046.792500', '103047.252500', '103047.712500', '103048.172500', '103048.632500', '103049.092500', '103049.552500', '103050.012500', '103050.472500', '103050.932500', '103051.392500', '103051.852500', '103052.312500', '103052.772500', '103053.232500', '103053.692500', '103054.152500', '103054.612500', '103055.072500', '103055.532500', '103055.992500', '103056.452500', '103056.912500', '103057.372500', '103057.832500', '103058.292500', '103058.752500', '103059.212500', '103059.672500', '103100.132500', '103100.592500', '103101.052500', '103101.512500', '103101.972500', '103102.432500', '103102.892500', '103103.352500', '103103.812500', '103104.272500', '103104.732500', '103105.192500', '103105.652500', '103106.112500', '103106.572500', '103107.032500', '103107.492500', '103107.952500', '103108.412500', '103108.872500', '103109.332500', '103109.792500', '103110.252500', '103110.712500', '103111.172500', '103111.632500', '103112.092500', '103112.552500', '103113.012500', '103113.472500', '103113.932500', '103114.392500', '103114.852500', '103115.312500', '103115.772500', '103116.232500', '103116.692500', '103117.152500', '103117.612500', '103118.072500', '103118.532500', '103118.992500', '103119.452500', '103119.912500', '103120.372500', '103120.832500', '103121.292500', '103121.752500', '103122.212500', '103122.672500', '103123.132500', '103123.592500', '103124.052500', '103124.512500', '103124.972500', '103125.432500', '103125.892500', '103126.352500', '103126.812500', '103127.272500', '103127.732500', '103128.192500', '103128.652500', '103129.112500', '103129.572500', '103130.032500', '103130.492500', '103130.952500', '103131.412500', '103131.872500', '103132.332500', '103132.792500', '103133.252500', '103133.712500', '103134.172500', '103134.632500', '103135.092500', '103135.552500', '103136.012500', '103136.472500', '103136.932500', '103137.392500', '103137.852500', '103138.312500', '103138.772500', '103139.232500', '103139.692500', '103140.152500', '103140.612500', '103141.072500', '103141.532500', '103141.992500', '103142.452500', '103142.912500', '103143.372500', '103143.832500', '103144.292500', '103144.752500', '103145.212500', '103145.672500', '103146.132500', '103146.592500', '103147.052500', '103147.512500', '103147.972500', '103148.432500', '103148.892500', '103149.352500', '103149.812500', '103150.272500', '103150.732500', '103151.192500', '103151.652500', '103152.112500', '103152.572500', '103153.032500', '103153.492500', '103153.952500', '103154.412500', '103154.872500', '103155.332500', '103155.792500', '103156.252500', '103156.712500', '103157.172500', '103157.632500', '103158.092500', '103158.552500', '103159.012500', '103159.472500', '103159.932500', '103200.392500', '103200.852500', '103201.312500', '103201.772500', '103202.232500', '103202.692500', '103203.152500', '103203.612500', '103204.072500', '103204.532500', '103204.992500', '103205.452500', '103205.912500', '103206.372500', '103206.832500', '103207.292500', '103207.752500', '103208.212500', '103208.672500', '103209.132500', '103209.592500', '103210.052500', '103210.512500', '103210.972500', '103211.432500', '103211.892500', '103212.352500', '103212.812500', '103213.272500', '103213.732500', '103214.192500', '103214.652500', '103215.112500', '103215.572500', '103216.032500', '103216.492500', '103216.952500', '103217.412500', '103217.872500', '103218.332500', '103218.792500', '103219.252500', '103219.712500', '103220.172500', '103220.632500', '103221.092500', '103221.552500', '103222.012500', '103222.472500', '103222.932500', '103223.392500', '103223.852500', '103224.312500', '103224.772500', '103225.232500', '103225.692500', '103226.152500', '103226.612500', '103227.072500', '103227.532500', '103227.992500', '103228.452500', '103228.912500', '103229.372500', '103229.832500', '103230.292500', '103230.752500', '103231.212500', '103231.672500', '103232.132500', '103232.592500', '103233.052500', '103233.512500', '103233.972500', '103234.432500', '103234.892500', '103235.352500', '103235.812500', '103236.272500', '103236.732500', '103237.192500', '103237.652500', '103238.112500', '103238.572500', '103239.032500', '103239.492500', '103239.952500', '103240.412500', '103240.872500', '103241.332500', '103241.792500', '103242.252500', '103242.712500', '103243.172500', '103243.632500', '103244.092500', '103244.552500', '103245.012500', '103245.472500', '103245.932500', '103246.392500', '103246.852500', '103247.312500', '103247.772500', '103248.232500', '103248.692500', '103249.152500', '103249.612500', '103250.072500', '103250.532500', '103250.992500', '103251.452500', '103251.912500', '103252.372500', '103252.832500', '103253.292500', '103253.752500', '103254.212500', '103254.672500', '103255.132500', '103255.592500', '103256.052500', '103256.512500', '103256.972500', '103257.432500', '103257.892500', '103258.352500', '103258.812500', '103259.272500', '103259.732500', '103300.192500', '103300.652500', '103301.112500', '103301.572500', '103302.032500', '103302.492500', '103302.952500', '103303.412500', '103303.872500', '103304.332500', '103304.792500', '103305.252500', '103305.712500', '103306.172500', '103306.632500', '103307.092500', '103307.552500', '103308.012500', '103308.472500', '103308.932500', '103309.392500', '103309.852500', '103310.312500', '103310.772500', '103311.232500', '103311.692500', '103312.152500', '103312.612500', '103313.072500', '103313.532500', '103313.992500', '103314.452500', '103314.912500', '103315.372500', '103315.832500', '103316.292500', '103316.752500', '103317.212500', '103317.672500', '103318.132500', '103318.592500', '103319.052500', '103319.512500', '103319.972500', '103320.432500', '103320.892500', '103321.352500', '103321.812500', '103322.272500', '103322.732500', '103323.192500', '103323.652500', '103324.112500', '103324.572500', '103325.032500', '103325.492500', '103325.952500', '103326.412500', '103326.872500', '103327.332500', '103327.792500', '103328.252500', '103328.712500', '103329.172500', '103329.632500', '103330.092500', '103330.552500', '103331.012500', '103331.472500', '103331.932500', '103332.392500', '103332.852500', '103333.312500', '103333.772500', '103334.232500', '103334.692500', '103335.152500', '103335.612500', '103336.072500', '103336.532500', '103336.992500', '103337.452500', '103337.912500', '103338.372500', '103338.832500', '103339.292500', '103339.752500', '103340.212500', '103340.672500', '103341.132500', '103341.592500', '103342.052500', '103342.512500', '103342.972500', '103343.432500', '103343.892500', '103344.352500', '103344.812500', '103345.272500', '103345.732500', '103346.192500', '103346.652500', '103347.112500', '103347.572500', '103348.032500', '103348.492500', '103348.952500', '103349.412500', '103349.872500', '103350.332500', '103350.792500', '103351.252500', '103351.712500', '103352.172500', '103352.632500', '103353.092500', '103353.552500', '103354.012500', '103354.472500', '103354.932500', '103355.392500', '103355.852500', '103356.312500', '103356.772500', '103357.232500', '103357.692500', '103358.152500', '103358.612500', '103359.072500', '103359.532500', '103359.992500', '103400.452500', '103400.912500', '103401.372500', '103401.832500', '103402.292500', '103402.752500', '103403.212500', '103403.672500', '103404.132500', '103404.592500', '103405.052500', '103405.512500', '103405.972500', '103406.432500', '103406.892500', '103407.352500', '103407.812500', '103408.272500', '103408.732500', '103409.192500', '103409.652500', '103410.112500', '103410.572500', '103411.032500', '103411.492500', '103411.952500', '103412.412500', '103412.872500', '103413.332500', '103413.792500', '103414.252500', '103414.712500', '103415.172500', '103415.632500', '103416.092500', '103416.552500', '103417.012500', '103417.472500', '103417.932500', '103418.392500', '103418.852500', '103419.312500', '103419.772500', '103420.232500', '103420.692500', '103421.152500', '103421.612500', '103422.072500', '103422.532500', '103422.992500', '103423.452500', '103423.912500', '103424.372500', '103424.832500', '103425.292500', '103425.752500', '103426.212500', '103426.672500', '103427.132500', '103427.592500', '103428.052500', '103428.512500', '103428.972500', '103429.432500', '103429.892500', '103430.352500', '103430.812500', '103431.272500', '103431.732500', '103432.192500', '103432.652500', '103433.112500', '103433.572500', '103434.032500', '103434.492500', '103434.952500', '103435.412500', '103435.872500', '103436.332500', '103436.792500', '103437.252500', '103437.712500', '103438.172500', '103438.632500', '103439.092500', '103439.552500', '103440.012500', '103440.472500', '103440.932500', '103441.392500', '103441.852500', '103442.312500', '103442.772500', '103443.232500', '103443.692500', '103444.152500', '103444.612500', '103445.072500', '103445.532500', '103445.992500', '103446.452500', '103446.912500', '103447.372500', '103447.832500', '103448.292500', '103448.752500', '103449.212500', '103449.672500', '103450.132500', '103450.592500', '103451.052500'], 'ContentTime': ['102823.404000', '102823.408000', '102823.411000', '102823.422000', '102823.425000', '102823.428000', '102823.431000', '102823.434000', '102823.437000', '102823.440000', '102823.443000', '102823.446000', '102823.449000', '102823.452000', '102823.455000', '102823.459000', '102823.462000', '102823.465000', '102823.468000', '102823.471000', '102823.474000', '102823.477000', '102823.480000', '102823.483000', '102823.486000', '102823.489000', '102843.399000', '102843.402000', '102843.405000', '102843.411000', '102843.415000', '102843.418000', '102843.421000', '102843.425000', '102843.429000', '102843.431000', '102843.434000', '102843.437000', '102843.440000', '102843.443000', '102843.446000', '102843.449000', '102843.452000', '102843.455000', '102843.458000', '102843.461000', '102843.464000', '102843.467000', '102843.470000', '102843.473000', '102843.476000', '102843.480000', '102843.485000', '102843.488000', '102843.490000', '102843.494000', '102843.499000', '102843.503000', '102843.507000', '102843.513000', '102843.516000', '102843.519000', '102843.522000', '102843.525000', '102843.528000', '102843.531000', '102843.534000', '102843.537000', '102843.540000', '102903.399000', '102903.402000', '102903.405000', '102903.408000', '102903.412000', '102903.415000', '102903.418000', '102903.421000', '102903.424000', '102903.427000', '102903.431000', '102903.434000', '102903.437000', '102903.440000', '102903.443000', '102903.446000', '102903.449000', '102903.452000', '102903.455000', '102903.458000', '102903.461000', '102903.464000', '102903.467000', '102903.470000', '102903.473000', '102903.476000', '102903.479000', '102903.482000', '102903.485000', '102903.488000', '102903.492000', '102903.495000', '102903.498000', '102903.501000', '102903.504000', '102903.507000', '102903.510000', '102903.513000', '102903.516000', '102903.519000', '102903.522000', '102903.525000', '102903.528000', '102903.531000', '102923.399000', '102923.402000', '102923.405000', '102923.408000', '102923.411000', '102923.414000', '102923.417000', '102923.420000', '102923.423000', '102923.426000', '102923.429000', '102923.432000', '102923.435000', '102923.438000', '102923.442000', '102923.446000', '102923.449000', '102923.452000', '102923.455000', '102923.458000', '102923.461000', '102923.464000', '102923.467000', '102923.470000', '102923.473000', '102923.476000', '102923.479000', '102923.482000', '102923.485000', '102923.488000', '102923.491000', '102923.494000', '102923.497000', '102923.500000', '102923.503000', '102923.506000', '102923.509000', '102923.512000', '102923.515000', '102923.534000', '102923.537000', '102923.540000', '102923.543000', '102943.399000', '102943.406000', '102943.409000', '102943.412000', '102943.415000', '102943.418000', '102943.421000', '102943.424000', '102943.427000', '102943.430000', '102943.433000', '102943.436000', '102943.439000', '102943.442000', '102943.445000', '102943.448000', '102943.451000', '102943.454000', '102943.457000', '102943.460000', '102943.463000', '102943.466000', '102943.469000', '102943.472000', '102943.475000', '102943.478000', '102943.480000', '102943.483000', '102943.486000', '102943.489000', '102943.492000', '102943.495000', '102943.498000', '102943.501000', '102943.504000', '102943.507000', '102943.510000', '102943.513000', '102943.516000', '102943.519000', '102943.522000', '102943.525000', '102943.528000', '102943.531000', '103003.398000', '103003.401000', '103003.404000', '103003.407000', '103003.410000', '103003.413000', '103003.416000', '103003.419000', '103003.422000', '103003.425000', '103003.428000', '103003.431000', '103003.434000', '103003.436000', '103003.439000', '103003.443000', '103003.446000', '103003.448000', '103003.451000', '103003.455000', '103003.457000', '103003.460000', '103003.463000', '103003.467000', '103003.470000', '103003.473000', '103003.476000', '103003.479000', '103003.482000', '103003.485000', '103003.487000', '103003.491000', '103003.494000', '103003.497000', '103003.500000', '103003.503000', '103003.506000', '103003.509000', '103003.512000', '103003.515000', '103003.518000', '103003.521000', '103003.524000', '103023.398000', '103023.401000', '103023.404000', '103023.407000', '103023.410000', '103023.413000', '103023.416000', '103023.419000', '103023.422000', '103023.425000', '103023.428000', '103023.431000', '103023.434000', '103023.437000', '103023.440000', '103023.443000', '103023.446000', '103023.449000', '103023.452000', '103023.455000', '103023.458000', '103023.461000', '103023.464000', '103023.467000', '103023.470000', '103023.473000', '103023.475000', '103023.478000', '103023.481000', '103023.484000', '103023.487000', '103023.490000', '103023.493000', '103023.496000', '103023.499000', '103023.502000', '103023.505000', '103023.508000', '103023.511000', '103023.514000', '103023.517000', '103023.520000', '103023.523000', '103023.526000', '103043.399000', '103043.402000', '103043.405000', '103043.408000', '103043.411000', '103043.414000', '103043.417000', '103043.420000', '103043.423000', '103043.426000', '103043.429000', '103043.432000', '103043.435000', '103043.438000', '103043.441000', '103043.444000', '103043.446000', '103043.449000', '103043.452000', '103043.455000', '103043.458000', '103043.461000', '103043.464000', '103043.467000', '103043.470000', '103043.473000', '103043.476000', '103043.480000', '103043.484000', '103043.487000', '103043.490000', '103043.493000', '103043.496000', '103043.499000', '103043.502000', '103043.505000', '103043.507000', '103043.510000', '103043.513000', '103043.516000', '103043.519000', '103043.522000', '103043.525000', '103103.399000', '103103.404000', '103103.408000', '103103.412000', '103103.416000', '103103.419000', '103103.428000', '103103.431000', '103103.434000', '103103.437000', '103103.440000', '103103.443000', '103103.446000', '103103.449000', '103103.452000', '103103.455000', '103103.458000', '103103.461000', '103103.463000', '103103.466000', '103103.469000', '103103.472000', '103103.475000', '103103.485000', '103103.488000', '103103.491000', '103103.494000', '103103.497000', '103103.500000', '103103.516000', '103103.519000', '103103.522000', '103103.525000', '103103.528000', '103103.531000', '103103.534000', '103103.537000', '103103.540000', '103103.543000', '103103.546000', '103103.549000', '103103.552000', '103103.555000', '103123.399000', '103123.402000', '103123.405000', '103123.408000', '103123.411000', '103123.414000', '103123.417000', '103123.420000', '103123.423000', '103123.426000', '103123.429000', '103123.432000', '103123.435000', '103123.438000', '103123.441000', '103123.444000', '103123.447000', '103123.449000', '103123.452000', '103123.455000', '103123.458000', '103123.461000', '103123.464000', '103123.467000', '103123.470000', '103123.473000', '103123.476000', '103123.479000', '103123.482000', '103123.485000', '103123.488000', '103123.491000', '103123.494000', '103123.497000', '103123.500000', '103123.503000', '103123.506000', '103123.509000', '103123.512000', '103123.515000', '103123.518000', '103123.521000', '103123.524000', '103123.527000', '103143.399000', '103143.402000', '103143.405000', '103143.408000', '103143.411000', '103143.414000', '103143.417000', '103143.420000', '103143.423000', '103143.426000', '103143.429000', '103143.432000', '103143.435000', '103143.438000', '103143.441000', '103143.444000', '103143.447000', '103143.450000', '103143.452000', '103143.455000', '103143.458000', '103143.461000', '103143.464000', '103143.467000', '103143.470000', '103143.473000', '103143.476000', '103143.479000', '103143.482000', '103143.485000', '103143.488000', '103143.491000', '103143.494000', '103143.497000', '103143.500000', '103143.503000', '103143.506000', '103143.509000', '103143.512000', '103143.515000', '103143.518000', '103143.521000', '103143.524000', '103143.527000', '103203.398000', '103203.401000', '103203.404000', '103203.407000', '103203.410000', '103203.413000', '103203.416000', '103203.419000', '103203.422000', '103203.425000', '103203.428000', '103203.431000', '103203.434000', '103203.437000', '103203.440000', '103203.443000', '103203.450000', '103203.453000', '103203.456000', '103203.459000', '103203.462000', '103203.465000', '103203.468000', '103203.471000', '103203.474000', '103203.477000', '103203.480000', '103203.483000', '103203.486000', '103203.489000', '103203.492000', '103203.495000', '103203.498000', '103203.501000', '103203.504000', '103203.507000', '103203.510000', '103203.513000', '103203.517000', '103203.521000', '103203.524000', '103203.527000', '103203.530000', '103223.399000', '103223.402000', '103223.406000', '103223.409000', '103223.412000', '103223.415000', '103223.418000', '103223.421000', '103223.424000', '103223.427000', '103223.430000', '103223.433000', '103223.436000', '103223.439000', '103223.442000', '103223.445000', '103223.448000', '103223.451000', '103223.454000', '103223.457000', '103223.460000', '103223.463000', '103223.466000', '103223.469000', '103223.472000', '103223.475000', '103223.478000', '103223.481000', '103223.484000', '103223.487000', '103223.490000', '103223.493000', '103223.496000', '103223.499000', '103223.502000', '103223.505000', '103223.508000', '103223.511000', '103223.514000', '103223.517000', '103223.520000', '103223.522000', '103223.525000', '103243.398000', '103243.401000', '103243.404000', '103243.407000', '103243.410000', '103243.432000', '103243.435000', '103243.438000', '103243.441000', '103243.443000', '103243.446000', '103243.449000', '103243.452000', '103243.455000', '103243.458000', '103243.461000', '103243.464000', '103243.467000', '103243.470000', '103243.473000', '103243.476000', '103243.479000', '103243.482000', '103243.485000', '103243.488000', '103243.491000', '103243.494000', '103243.497000', '103243.500000', '103243.503000', '103243.506000', '103243.509000', '103243.512000', '103243.515000', '103243.518000', '103243.521000', '103243.524000', '103243.527000', '103243.530000', '103243.533000', '103243.536000', '103243.539000', '103243.542000', '103243.545000', '103303.399000', '103303.402000', '103303.405000', '103303.408000', '103303.412000', '103303.415000', '103303.418000', '103303.421000', '103303.424000', '103303.427000', '103303.430000', '103303.433000', '103303.436000', '103303.440000', '103303.442000', '103303.445000', '103303.448000', '103303.451000', '103303.454000', '103303.457000', '103303.460000', '103303.463000', '103303.466000', '103303.469000', '103303.472000', '103303.475000', '103303.478000', '103303.481000', '103303.484000', '103303.487000', '103303.490000', '103303.493000', '103303.496000', '103303.499000', '103303.502000', '103303.505000', '103303.508000', '103303.511000', '103303.514000', '103303.517000', '103303.519000', '103303.522000', '103303.525000', '103323.399000', '103323.402000', '103323.405000', '103323.408000', '103323.411000', '103323.414000', '103323.417000', '103323.420000', '103323.423000', '103323.426000', '103323.429000', '103323.432000', '103323.435000', '103323.438000', '103323.441000', '103323.444000', '103323.447000', '103323.450000', '103323.453000', '103323.456000', '103323.459000', '103323.462000', '103323.465000', '103323.468000', '103323.471000', '103323.474000', '103323.477000', '103323.480000', '103323.483000', '103323.486000', '103323.489000', '103323.492000', '103323.495000', '103323.498000', '103323.501000', '103323.504000', '103323.507000', '103323.510000', '103323.513000', '103323.516000', '103323.518000', '103323.521000', '103323.524000', '103323.527000', '103343.399000', '103343.402000', '103343.405000', '103343.408000', '103343.411000', '103343.414000', '103343.418000', '103343.421000', '103343.424000', '103343.427000', '103343.430000', '103343.433000', '103343.436000', '103343.439000', '103343.442000', '103343.445000', '103343.448000', '103343.451000', '103343.454000', '103343.457000', '103343.460000', '103343.463000', '103343.466000', '103343.469000', '103343.472000', '103343.475000', '103343.478000', '103343.481000', '103343.484000', '103343.487000', '103343.490000', '103343.493000', '103343.496000', '103343.499000', '103343.502000', '103343.505000', '103343.508000', '103343.511000', '103343.514000', '103343.517000', '103343.520000', '103343.523000', '103343.526000', '103403.399000', '103403.402000', '103403.405000', '103403.408000', '103403.411000', '103403.414000', '103403.417000', '103403.420000', '103403.423000', '103403.426000', '103403.429000', '103403.452000', '103403.455000', '103403.458000', '103403.461000', '103403.464000', '103403.467000', '103403.470000', '103403.473000', '103403.476000', '103403.479000', '103403.482000', '103403.485000', '103403.488000', '103403.491000', '103403.494000', '103403.497000', '103403.500000', '103403.503000', '103403.506000', '103403.509000', '103403.512000', '103403.516000', '103403.519000', '103403.522000', '103403.525000', '103403.528000', '103403.531000', '103403.534000', '103403.537000', '103403.540000', '103403.543000', '103403.546000', '103403.549000', '103423.398000', '103423.401000', '103423.404000', '103423.407000', '103423.410000', '103423.413000', '103423.416000', '103423.419000', '103423.422000', '103423.425000', '103423.428000', '103423.431000', '103423.434000', '103423.437000', '103423.440000', '103423.443000', '103423.447000', '103423.450000', '103423.454000', '103423.457000', '103423.460000', '103423.463000', '103423.466000', '103423.470000', '103423.473000', '103423.476000', '103423.479000', '103423.482000', '103423.485000', '103423.488000', '103423.491000', '103423.494000', '103423.497000', '103423.500000', '103423.503000', '103423.506000', '103423.509000', '103423.512000', '103423.515000', '103423.518000', '103423.521000', '103423.524000', '103423.527000', '103443.398000', '103443.401000', '103443.404000', '103443.407000', '103443.410000', '103443.413000', '103443.416000', '103443.419000', '103443.422000', '103443.425000', '103443.428000', '103443.431000', '103443.434000', '103443.437000', '103443.440000', '103443.443000', '103443.446000', '103443.449000', '103443.452000', '103443.455000', '103443.458000', '103443.461000', '103443.464000', '103443.467000', '103443.470000', '103443.473000', '103443.476000', '103443.479000', '103443.482000', '103443.485000', '103443.487000', '103443.490000', '103443.493000', '103443.496000', '103443.499000', '103443.502000', '103443.505000', '103443.508000', '103443.511000', '103443.514000', '103443.517000', '103443.520000', '103443.523000', '103443.526000', '103452.593000', '103452.596000', '103452.600000', '103452.603000', '103452.606000', '103452.610000', '103452.613000', '103452.616000', '103452.619000', '103452.623000', '103452.626000', '103452.629000', '103452.632000', '103452.635000', '103452.638000', '103452.641000', '103452.644000', '103452.647000', '103452.650000', '103452.653000'], 'InstanceCreationTime': ['102823.404000', '102823.408000', '102823.411000', '102823.422000', '102823.425000', '102823.428000', '102823.431000', '102823.434000', '102823.437000', '102823.440000', '102823.443000', '102823.446000', '102823.449000', '102823.452000', '102823.455000', '102823.459000', '102823.462000', '102823.465000', '102823.468000', '102823.471000', '102823.474000', '102823.477000', '102823.480000', '102823.483000', '102823.486000', '102823.489000', '102843.399000', '102843.402000', '102843.405000', '102843.411000', '102843.415000', '102843.418000', '102843.421000', '102843.425000', '102843.429000', '102843.431000', '102843.434000', '102843.437000', '102843.440000', '102843.443000', '102843.446000', '102843.449000', '102843.452000', '102843.455000', '102843.458000', '102843.461000', '102843.464000', '102843.467000', '102843.470000', '102843.473000', '102843.476000', '102843.480000', '102843.485000', '102843.488000', '102843.490000', '102843.494000', '102843.499000', '102843.503000', '102843.507000', '102843.513000', '102843.516000', '102843.519000', '102843.522000', '102843.525000', '102843.528000', '102843.531000', '102843.534000', '102843.537000', '102843.540000', '102903.399000', '102903.402000', '102903.405000', '102903.408000', '102903.412000', '102903.415000', '102903.418000', '102903.421000', '102903.424000', '102903.427000', '102903.431000', '102903.434000', '102903.437000', '102903.440000', '102903.443000', '102903.446000', '102903.449000', '102903.452000', '102903.455000', '102903.458000', '102903.461000', '102903.464000', '102903.467000', '102903.470000', '102903.473000', '102903.476000', '102903.479000', '102903.482000', '102903.485000', '102903.488000', '102903.492000', '102903.495000', '102903.498000', '102903.501000', '102903.504000', '102903.507000', '102903.510000', '102903.513000', '102903.516000', '102903.519000', '102903.522000', '102903.525000', '102903.528000', '102903.531000', '102923.399000', '102923.402000', '102923.405000', '102923.408000', '102923.411000', '102923.414000', '102923.417000', '102923.420000', '102923.423000', '102923.426000', '102923.429000', '102923.432000', '102923.435000', '102923.438000', '102923.442000', '102923.446000', '102923.449000', '102923.452000', '102923.455000', '102923.458000', '102923.461000', '102923.464000', '102923.467000', '102923.470000', '102923.473000', '102923.476000', '102923.479000', '102923.482000', '102923.485000', '102923.488000', '102923.491000', '102923.494000', '102923.497000', '102923.500000', '102923.503000', '102923.506000', '102923.509000', '102923.512000', '102923.515000', '102923.534000', '102923.537000', '102923.540000', '102923.543000', '102943.399000', '102943.406000', '102943.409000', '102943.412000', '102943.415000', '102943.418000', '102943.421000', '102943.424000', '102943.427000', '102943.430000', '102943.433000', '102943.436000', '102943.439000', '102943.442000', '102943.445000', '102943.448000', '102943.451000', '102943.454000', '102943.457000', '102943.460000', '102943.463000', '102943.466000', '102943.469000', '102943.472000', '102943.475000', '102943.478000', '102943.480000', '102943.483000', '102943.486000', '102943.489000', '102943.492000', '102943.495000', '102943.498000', '102943.501000', '102943.504000', '102943.507000', '102943.510000', '102943.513000', '102943.516000', '102943.519000', '102943.522000', '102943.525000', '102943.528000', '102943.531000', '103003.398000', '103003.401000', '103003.404000', '103003.407000', '103003.410000', '103003.413000', '103003.416000', '103003.419000', '103003.422000', '103003.425000', '103003.428000', '103003.431000', '103003.434000', '103003.436000', '103003.439000', '103003.443000', '103003.446000', '103003.448000', '103003.451000', '103003.455000', '103003.457000', '103003.460000', '103003.463000', '103003.467000', '103003.470000', '103003.473000', '103003.476000', '103003.479000', '103003.482000', '103003.485000', '103003.487000', '103003.491000', '103003.494000', '103003.497000', '103003.500000', '103003.503000', '103003.506000', '103003.509000', '103003.512000', '103003.515000', '103003.518000', '103003.521000', '103003.524000', '103023.398000', '103023.401000', '103023.404000', '103023.407000', '103023.410000', '103023.413000', '103023.416000', '103023.419000', '103023.422000', '103023.425000', '103023.428000', '103023.431000', '103023.434000', '103023.437000', '103023.440000', '103023.443000', '103023.446000', '103023.449000', '103023.452000', '103023.455000', '103023.458000', '103023.461000', '103023.464000', '103023.467000', '103023.470000', '103023.473000', '103023.475000', '103023.478000', '103023.481000', '103023.484000', '103023.487000', '103023.490000', '103023.493000', '103023.496000', '103023.499000', '103023.502000', '103023.505000', '103023.508000', '103023.511000', '103023.514000', '103023.517000', '103023.520000', '103023.523000', '103023.526000', '103043.399000', '103043.402000', '103043.405000', '103043.408000', '103043.411000', '103043.414000', '103043.417000', '103043.420000', '103043.423000', '103043.426000', '103043.429000', '103043.432000', '103043.435000', '103043.438000', '103043.441000', '103043.444000', '103043.446000', '103043.449000', '103043.452000', '103043.455000', '103043.458000', '103043.461000', '103043.464000', '103043.467000', '103043.470000', '103043.473000', '103043.476000', '103043.480000', '103043.484000', '103043.487000', '103043.490000', '103043.493000', '103043.496000', '103043.499000', '103043.502000', '103043.505000', '103043.507000', '103043.510000', '103043.513000', '103043.516000', '103043.519000', '103043.522000', '103043.525000', '103103.399000', '103103.404000', '103103.408000', '103103.412000', '103103.416000', '103103.419000', '103103.428000', '103103.431000', '103103.434000', '103103.437000', '103103.440000', '103103.443000', '103103.446000', '103103.449000', '103103.452000', '103103.455000', '103103.458000', '103103.461000', '103103.463000', '103103.466000', '103103.469000', '103103.472000', '103103.475000', '103103.485000', '103103.488000', '103103.491000', '103103.494000', '103103.497000', '103103.500000', '103103.516000', '103103.519000', '103103.522000', '103103.525000', '103103.528000', '103103.531000', '103103.534000', '103103.537000', '103103.540000', '103103.543000', '103103.546000', '103103.549000', '103103.552000', '103103.555000', '103123.399000', '103123.402000', '103123.405000', '103123.408000', '103123.411000', '103123.414000', '103123.417000', '103123.420000', '103123.423000', '103123.426000', '103123.429000', '103123.432000', '103123.435000', '103123.438000', '103123.441000', '103123.444000', '103123.447000', '103123.449000', '103123.452000', '103123.455000', '103123.458000', '103123.461000', '103123.464000', '103123.467000', '103123.470000', '103123.473000', '103123.476000', '103123.479000', '103123.482000', '103123.485000', '103123.488000', '103123.491000', '103123.494000', '103123.497000', '103123.500000', '103123.503000', '103123.506000', '103123.509000', '103123.512000', '103123.515000', '103123.518000', '103123.521000', '103123.524000', '103123.527000', '103143.399000', '103143.402000', '103143.405000', '103143.408000', '103143.411000', '103143.414000', '103143.417000', '103143.420000', '103143.423000', '103143.426000', '103143.429000', '103143.432000', '103143.435000', '103143.438000', '103143.441000', '103143.444000', '103143.447000', '103143.450000', '103143.452000', '103143.455000', '103143.458000', '103143.461000', '103143.464000', '103143.467000', '103143.470000', '103143.473000', '103143.476000', '103143.479000', '103143.482000', '103143.485000', '103143.488000', '103143.491000', '103143.494000', '103143.497000', '103143.500000', '103143.503000', '103143.506000', '103143.509000', '103143.512000', '103143.515000', '103143.518000', '103143.521000', '103143.524000', '103143.527000', '103203.398000', '103203.401000', '103203.404000', '103203.407000', '103203.410000', '103203.413000', '103203.416000', '103203.419000', '103203.422000', '103203.425000', '103203.428000', '103203.431000', '103203.434000', '103203.437000', '103203.440000', '103203.443000', '103203.450000', '103203.453000', '103203.456000', '103203.459000', '103203.462000', '103203.465000', '103203.468000', '103203.471000', '103203.474000', '103203.477000', '103203.480000', '103203.483000', '103203.486000', '103203.489000', '103203.492000', '103203.495000', '103203.498000', '103203.501000', '103203.504000', '103203.507000', '103203.510000', '103203.513000', '103203.517000', '103203.521000', '103203.524000', '103203.527000', '103203.530000', '103223.399000', '103223.402000', '103223.406000', '103223.409000', '103223.412000', '103223.415000', '103223.418000', '103223.421000', '103223.424000', '103223.427000', '103223.430000', '103223.433000', '103223.436000', '103223.439000', '103223.442000', '103223.445000', '103223.448000', '103223.451000', '103223.454000', '103223.457000', '103223.460000', '103223.463000', '103223.466000', '103223.469000', '103223.472000', '103223.475000', '103223.478000', '103223.481000', '103223.484000', '103223.487000', '103223.490000', '103223.493000', '103223.496000', '103223.499000', '103223.502000', '103223.505000', '103223.508000', '103223.511000', '103223.514000', '103223.517000', '103223.520000', '103223.522000', '103223.525000', '103243.398000', '103243.401000', '103243.404000', '103243.407000', '103243.410000', '103243.432000', '103243.435000', '103243.438000', '103243.441000', '103243.443000', '103243.446000', '103243.449000', '103243.452000', '103243.455000', '103243.458000', '103243.461000', '103243.464000', '103243.467000', '103243.470000', '103243.473000', '103243.476000', '103243.479000', '103243.482000', '103243.485000', '103243.488000', '103243.491000', '103243.494000', '103243.497000', '103243.500000', '103243.503000', '103243.506000', '103243.509000', '103243.512000', '103243.515000', '103243.518000', '103243.521000', '103243.524000', '103243.527000', '103243.530000', '103243.533000', '103243.536000', '103243.539000', '103243.542000', '103243.545000', '103303.399000', '103303.402000', '103303.405000', '103303.408000', '103303.412000', '103303.415000', '103303.418000', '103303.421000', '103303.424000', '103303.427000', '103303.430000', '103303.433000', '103303.436000', '103303.440000', '103303.442000', '103303.445000', '103303.448000', '103303.451000', '103303.454000', '103303.457000', '103303.460000', '103303.463000', '103303.466000', '103303.469000', '103303.472000', '103303.475000', '103303.478000', '103303.481000', '103303.484000', '103303.487000', '103303.490000', '103303.493000', '103303.496000', '103303.499000', '103303.502000', '103303.505000', '103303.508000', '103303.511000', '103303.514000', '103303.517000', '103303.519000', '103303.522000', '103303.525000', '103323.399000', '103323.402000', '103323.405000', '103323.408000', '103323.411000', '103323.414000', '103323.417000', '103323.420000', '103323.423000', '103323.426000', '103323.429000', '103323.432000', '103323.435000', '103323.438000', '103323.441000', '103323.444000', '103323.447000', '103323.450000', '103323.453000', '103323.456000', '103323.459000', '103323.462000', '103323.465000', '103323.468000', '103323.471000', '103323.474000', '103323.477000', '103323.480000', '103323.483000', '103323.486000', '103323.489000', '103323.492000', '103323.495000', '103323.498000', '103323.501000', '103323.504000', '103323.507000', '103323.510000', '103323.513000', '103323.516000', '103323.518000', '103323.521000', '103323.524000', '103323.527000', '103343.399000', '103343.402000', '103343.405000', '103343.408000', '103343.411000', '103343.414000', '103343.418000', '103343.421000', '103343.424000', '103343.427000', '103343.430000', '103343.433000', '103343.436000', '103343.439000', '103343.442000', '103343.445000', '103343.448000', '103343.451000', '103343.454000', '103343.457000', '103343.460000', '103343.463000', '103343.466000', '103343.469000', '103343.472000', '103343.475000', '103343.478000', '103343.481000', '103343.484000', '103343.487000', '103343.490000', '103343.493000', '103343.496000', '103343.499000', '103343.502000', '103343.505000', '103343.508000', '103343.511000', '103343.514000', '103343.517000', '103343.520000', '103343.523000', '103343.526000', '103403.399000', '103403.402000', '103403.405000', '103403.408000', '103403.411000', '103403.414000', '103403.417000', '103403.420000', '103403.423000', '103403.426000', '103403.429000', '103403.452000', '103403.455000', '103403.458000', '103403.461000', '103403.464000', '103403.467000', '103403.470000', '103403.473000', '103403.476000', '103403.479000', '103403.482000', '103403.485000', '103403.488000', '103403.491000', '103403.494000', '103403.497000', '103403.500000', '103403.503000', '103403.506000', '103403.509000', '103403.512000', '103403.516000', '103403.519000', '103403.522000', '103403.525000', '103403.528000', '103403.531000', '103403.534000', '103403.537000', '103403.540000', '103403.543000', '103403.546000', '103403.549000', '103423.398000', '103423.401000', '103423.404000', '103423.407000', '103423.410000', '103423.413000', '103423.416000', '103423.419000', '103423.422000', '103423.425000', '103423.428000', '103423.431000', '103423.434000', '103423.437000', '103423.440000', '103423.443000', '103423.447000', '103423.450000', '103423.454000', '103423.457000', '103423.460000', '103423.463000', '103423.466000', '103423.470000', '103423.473000', '103423.476000', '103423.479000', '103423.482000', '103423.485000', '103423.488000', '103423.491000', '103423.494000', '103423.497000', '103423.500000', '103423.503000', '103423.506000', '103423.509000', '103423.512000', '103423.515000', '103423.518000', '103423.521000', '103423.524000', '103423.527000', '103443.398000', '103443.401000', '103443.404000', '103443.407000', '103443.410000', '103443.413000', '103443.416000', '103443.419000', '103443.422000', '103443.425000', '103443.428000', '103443.431000', '103443.434000', '103443.437000', '103443.440000', '103443.443000', '103443.446000', '103443.449000', '103443.452000', '103443.455000', '103443.458000', '103443.461000', '103443.464000', '103443.467000', '103443.470000', '103443.473000', '103443.476000', '103443.479000', '103443.482000', '103443.485000', '103443.487000', '103443.490000', '103443.493000', '103443.496000', '103443.499000', '103443.502000', '103443.505000', '103443.508000', '103443.511000', '103443.514000', '103443.517000', '103443.520000', '103443.523000', '103443.526000', '103452.593000', '103452.596000', '103452.600000', '103452.603000', '103452.606000', '103452.610000', '103452.613000', '103452.616000', '103452.619000', '103452.623000', '103452.626000', '103452.629000', '103452.632000', '103452.635000', '103452.638000', '103452.641000', '103452.644000', '103452.647000', '103452.650000', '103452.653000'], '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': [11955, 11994, 14252, 12417, 16711, 11886, 11115, 12159, 12305, 12506, 11955, 17105, 11826, 12520, 11860, 10953, 12222, 10841, 12280, 11442, 12184, 11024, 12605, 11076, 12634, 12367, 12117, 11369, 12251, 12356, 12246, 11991, 12286, 12210, 16300, 12308, 13671, 12489, 10688, 12077, 11744, 12681, 12446, 15360, 12257, 11332, 12293, 11702, 12264, 12326, 15995, 12217, 11374, 12139, 12322, 12424, 12282, 14388, 12418, 11252, 12177, 12422, 15333, 12276, 10891, 12365, 12325, 11896, 12632, 12183, 12348, 11161, 12292, 10838, 12558, 11172, 12502, 11054, 11975, 12461, 16263, 12510, 13337, 12330, 11638, 12399, 11272, 12589, 11144, 11995, 12018, 12965, 12559, 17305, 12428, 13275, 12374, 11123, 12622, 11438, 12630, 11159, 12035, 11970, 12748, 12460, 17092, 12412, 12103, 12117, 11217, 12235, 12324, 13052, 12554, 16201, 12249, 14350, 12299, 12344, 16205, 12501, 10822, 11957, 12050, 15198, 12605, 11153, 12286, 10664, 12533, 10977, 12582, 10741, 12169, 12489, 12167, 12601, 16474, 12374, 13043, 12403, 11606, 12462, 15187, 12349, 11134, 11787, 11683, 12118, 12269, 12483, 12647, 11907, 11910, 12753, 12302, 13641, 12084, 12792, 12370, 12149, 11132, 11850, 11059, 12577, 15596, 12166, 14059, 12545, 16206, 12278, 15526, 12520, 16427, 11953, 11028, 12023, 12107, 16552, 12448, 10884, 12236, 11029, 12515, 11262, 12988, 10868, 12459, 10897, 12510, 12848, 12570, 12717, 12537, 10789, 12299, 11381, 12457, 12732, 11922, 11202, 12171, 12460, 12248, 15993, 12244, 14619, 11697, 16622, 11587, 15702, 16841, 16750, 14984, 11981, 11924, 12557, 10688, 12358, 11699, 11966, 12006, 12512, 12214, 12357, 12297, 11376, 12297, 11296, 12556, 10972, 12436, 11091, 11954, 12108, 13760, 12460, 11220, 12463, 11127, 11800, 12293, 14218, 12576, 12121, 13239, 12052, 11683, 12855, 11633, 12579, 11607, 12379, 11424, 12487, 12906, 12884, 11080, 12172, 12085, 17053, 12532, 13917, 12295, 12259, 12924, 12358, 17433, 12701, 14177, 12853, 12336, 16980, 12464, 14036, 12535, 11713, 12664, 11612, 12440, 12434, 12744, 12065, 12816, 12183, 14866, 12550, 12035, 12693, 12863, 12397, 12352, 12499, 12552, 11736, 12444, 11571, 12375, 11557, 12054, 12513, 12324, 12342, 12306, 12268, 11447, 12126, 11422, 12004, 12207, 11816, 12268, 11785, 12803, 12723, 12204, 11861, 16260, 12176, 17114, 14977, 15325, 18497, 12901, 19048, 13389, 13535, 18926, 11905, 11627, 12868, 11835, 11174, 11892, 11128, 12071, 12502, 12263, 11639, 12034, 11484, 11769, 11943, 12072, 12003, 11151, 12046, 11496, 11755, 11762, 11540, 11874, 14608, 12418, 12233, 11851, 11790, 12517, 12167, 11798, 11941, 11536, 11662, 11828, 11220, 12322, 10952, 11814, 11736, 11836, 12266, 12280, 12115, 12442, 16649, 12856, 17260, 12313, 12775, 16982, 17098, 18015, 14181, 18658, 12203, 19394, 12471, 17498, 16592, 12296, 15285, 12240, 13896, 12072, 11559, 12050, 11839, 17632, 11740, 10646, 11929, 11427, 11617, 12174, 12111, 11749, 12217, 11976, 12132, 11890, 11979, 11870, 11925, 11969, 12156, 12273, 11956, 11821, 11929, 11097, 12175, 11169, 12108, 11335, 11854, 11563, 11984, 11661, 12020, 11665, 11910, 11688, 11767, 12027, 11919, 12461, 11664, 11941, 12121, 12251, 17146, 13428, 16531, 12447, 16903, 12079, 14974, 12086, 12408, 11608, 11867, 15408, 12035, 11953, 11812, 11435, 11784, 10956, 11801, 11494, 12152, 11714, 11883, 11735, 11697, 12036, 12335, 11949, 12188, 11942, 15159, 12183, 11097, 12249, 12045, 11886, 11692, 11653, 11794, 14031, 12217, 11151, 11951, 11165, 11842, 11376, 11842, 11935, 11949, 11294, 11642, 10983, 11927, 11494, 12097, 11400, 12542, 12217, 12707, 12411, 12377, 11982, 14057, 11728, 15167, 12360, 12372, 11542, 14385, 11991, 13250, 12091, 12187, 12102, 12065, 13370, 11929, 10902, 11876, 11311, 12164, 11313, 12048, 11739, 12093, 11527, 11876, 11789, 11597, 11051, 12082, 11070, 11970, 11303, 12191, 11671, 12178, 14744, 11572, 14976, 11302, 13553, 11984, 12273, 12187, 15423, 12018, 13394, 13848, 12547, 18751, 12826, 17484, 17935, 13021, 17715, 16320, 12753, 16485, 11872, 10698, 11814, 10906, 12094, 11504, 12003, 11146, 12231, 13336, 15479, 12182, 11903, 16938, 12203, 11465, 17148, 12214, 11330, 12177, 11860, 10795, 11860, 11174, 11838, 11579, 12682, 11843, 12481, 12106, 12000, 12305, 11278, 12286, 11260, 12231, 12163, 12486, 12149, 11467, 11871, 11203, 12383, 12018, 11871, 15635, 12005, 12310, 16407, 12346, 14840, 12586, 14097, 12506, 11420, 12206, 11208, 12394, 12369, 13371, 12530, 12406, 12079, 12289, 12278, 12243, 12316, 13790, 12677, 11889, 12321, 12792, 12248, 13881, 12672, 15923, 13164, 16663, 12348, 14267, 16581, 12562, 16169, 12333, 14249, 12492, 11561, 12614, 11237, 12337, 11374, 12092, 11564, 12396, 14784, 12091, 13107, 12109, 12153, 17469, 14863, 16495, 12715, 14801, 11925, 12293, 12411, 12176, 15682, 12217, 11295, 12195, 12131, 12306, 11477, 11803, 11815, 12088, 12758, 11881, 12058, 12359, 12275, 13599, 12278, 11316, 12139, 11632, 12656, 11680, 12294, 11600, 12344, 11497, 12593, 11632, 12320, 12024, 12432, 11968, 12547, 11469, 12358, 11376, 12023, 11504, 12193, 11504, 12408, 11685, 12115, 11446, 11992, 12525, 12786, 13035, 12040, 12010, 12071, 12065, 15931, 12847, 16468, 12103, 15699, 11940, 15992, 12285, 13519, 12281, 11758, 18127, 12234, 13504, 12621, 11925, 12128, 11868, 11555, 12179, 12453, 12298, 11786, 11696, 12195, 11608, 12410, 11880, 12403, 11951, 12315, 15349, 12649, 17116, 12332, 17661, 11946, 18377, 12929, 12097, 13187, 11863, 18186, 11952, 12074, 12124, 11566, 12163, 12005, 11579, 11594, 10778, 10625, 11460, 12643, 12102, 12320, 12203, 12164, 12682, 13288, 12442, 11516, 16183, 11930, 12478, 12026, 13897, 17615, 15409, 18847, 12964, 12636, 19686, 12448, 15771, 11934, 11925, 11489, 11912, 11561, 11907, 11520, 11777, 12396, 12217, 11860, 12187, 11678, 11761, 11018, 11721, 11830, 11857, 12166, 11659, 12118, 11865, 12154, 11587, 11891, 11901, 12223, 11751, 12860, 11377, 12632, 11845, 12410, 12470, 12475, 12136, 12572, 12550, 12731, 12515, 11384, 12946, 14329, 12401, 15646, 11150, 16278, 12623, 15629, 11595, 14736, 11954, 15514, 12175, 16874, 12214, 11642, 17355, 11386, 15826, 11720, 11740, 12105, 12616, 11121, 11871, 11615, 11927, 11540, 12375, 12969, 10748, 12066, 15530, 16255, 13208], 'WindowCenter': [4795.0, 4784.0, 4800.0, 4765.0, 4792.0, 4752.0, 4752.0, 4750.0, 4749.0, 4747.0, 4751.0, 4778.0, 4739.0, 4748.0, 4750.0, 4729.0, 4760.0, 4744.0, 4764.0, 4751.0, 4764.0, 4744.0, 4765.0, 4765.0, 4778.0, 4776.0, 4776.0, 4766.0, 4765.0, 4776.0, 4765.0, 4764.0, 4763.0, 4765.0, 4793.0, 4762.0, 4785.0, 4763.0, 4744.0, 4752.0, 4755.0, 4759.0, 4763.0, 4782.0, 4753.0, 4743.0, 4751.0, 4752.0, 4750.0, 4762.0, 4782.0, 4750.0, 4743.0, 4749.0, 4762.0, 4762.0, 4765.0, 4772.0, 4763.0, 4742.0, 4750.0, 4764.0, 4781.0, 4751.0, 4729.0, 4751.0, 4761.0, 4749.0, 4765.0, 4754.0, 4763.0, 4743.0, 4764.0, 4742.0, 4774.0, 4753.0, 4762.0, 4756.0, 4753.0, 4767.0, 4793.0, 4765.0, 4773.0, 4763.0, 4753.0, 4765.0, 4755.0, 4763.0, 4744.0, 4751.0, 4755.0, 4762.0, 4764.0, 4793.0, 4765.0, 4763.0, 4763.0, 4744.0, 4776.0, 4752.0, 4764.0, 4754.0, 4752.0, 4754.0, 4760.0, 4763.0, 4790.0, 4760.0, 4750.0, 4751.0, 4743.0, 4760.0, 4764.0, 4762.0, 4761.0, 4779.0, 4749.0, 4769.0, 4748.0, 4762.0, 4781.0, 4752.0, 4731.0, 4749.0, 4753.0, 4780.0, 4760.0, 4739.0, 4751.0, 4731.0, 4762.0, 4744.0, 4765.0, 4747.0, 4764.0, 4775.0, 4763.0, 4775.0, 4795.0, 4763.0, 4772.0, 4762.0, 4754.0, 4763.0, 4783.0, 4751.0, 4743.0, 4764.0, 4762.0, 4761.0, 4763.0, 4762.0, 4764.0, 4753.0, 4754.0, 4761.0, 4762.0, 4773.0, 4763.0, 4762.0, 4762.0, 4751.0, 4754.0, 4753.0, 4751.0, 4764.0, 4783.0, 4763.0, 4773.0, 4766.0, 4793.0, 4751.0, 4781.0, 4751.0, 4780.0, 4742.0, 4728.0, 4738.0, 4751.0, 4780.0, 4751.0, 4729.0, 4751.0, 4740.0, 4764.0, 4742.0, 4761.0, 4744.0, 4763.0, 4745.0, 4765.0, 4789.0, 4777.0, 4775.0, 4764.0, 4757.0, 4764.0, 4755.0, 4753.0, 4766.0, 4754.0, 4756.0, 4766.0, 4767.0, 4769.0, 4796.0, 4777.0, 4796.0, 4765.0, 4796.0, 4741.0, 4783.0, 4795.0, 4794.0, 4770.0, 4738.0, 4727.0, 4737.0, 4717.0, 4736.0, 4738.0, 4738.0, 4749.0, 4747.0, 4752.0, 4760.0, 4753.0, 4740.0, 4751.0, 4740.0, 4762.0, 4742.0, 4761.0, 4742.0, 4752.0, 4763.0, 4771.0, 4775.0, 4754.0, 4765.0, 4754.0, 4753.0, 4761.0, 4773.0, 4764.0, 4751.0, 4759.0, 4751.0, 4750.0, 4775.0, 4753.0, 4776.0, 4753.0, 4774.0, 4753.0, 4775.0, 4775.0, 4774.0, 4756.0, 4764.0, 4768.0, 4791.0, 4762.0, 4771.0, 4749.0, 4751.0, 4749.0, 4751.0, 4792.0, 4760.0, 4774.0, 4749.0, 4776.0, 4804.0, 4763.0, 4766.0, 4749.0, 4738.0, 4761.0, 4753.0, 4762.0, 4753.0, 4750.0, 4751.0, 4751.0, 4749.0, 4769.0, 4750.0, 4749.0, 4749.0, 4748.0, 4747.0, 4749.0, 4750.0, 4750.0, 4753.0, 4752.0, 4753.0, 4764.0, 4751.0, 4764.0, 4763.0, 4778.0, 4775.0, 4766.0, 4767.0, 4752.0, 4752.0, 4752.0, 4775.0, 4787.0, 4776.0, 4778.0, 4776.0, 4789.0, 4786.0, 4779.0, 4777.0, 4806.0, 4763.0, 4797.0, 4771.0, 4770.0, 4778.0, 4735.0, 4775.0, 4723.0, 4721.0, 4750.0, 4697.0, 4699.0, 4706.0, 4700.0, 4697.0, 4710.0, 4711.0, 4733.0, 4736.0, 4748.0, 4737.0, 4750.0, 4748.0, 4761.0, 4760.0, 4750.0, 4750.0, 4741.0, 4751.0, 4751.0, 4751.0, 4755.0, 4752.0, 4763.0, 4783.0, 4751.0, 4749.0, 4750.0, 4751.0, 4751.0, 4751.0, 4762.0, 4751.0, 4752.0, 4763.0, 4789.0, 4766.0, 4788.0, 4768.0, 4766.0, 4766.0, 4777.0, 4789.0, 4778.0, 4777.0, 4779.0, 4795.0, 4775.0, 4805.0, 4762.0, 4774.0, 4791.0, 4781.0, 4778.0, 4785.0, 4805.0, 4735.0, 4772.0, 4722.0, 4776.0, 4764.0, 4724.0, 4729.0, 4708.0, 4719.0, 4722.0, 4701.0, 4707.0, 4701.0, 4736.0, 4707.0, 4687.0, 4709.0, 4708.0, 4710.0, 4721.0, 4732.0, 4735.0, 4735.0, 4749.0, 4749.0, 4750.0, 4748.0, 4751.0, 4748.0, 4751.0, 4775.0, 4762.0, 4765.0, 4751.0, 4764.0, 4741.0, 4762.0, 4753.0, 4764.0, 4752.0, 4763.0, 4753.0, 4767.0, 4764.0, 4777.0, 4766.0, 4776.0, 4790.0, 4803.0, 4790.0, 4789.0, 4788.0, 4765.0, 4764.0, 4760.0, 4765.0, 4802.0, 4772.0, 4789.0, 4761.0, 4777.0, 4749.0, 4768.0, 4750.0, 4750.0, 4737.0, 4740.0, 4767.0, 4749.0, 4738.0, 4751.0, 4736.0, 4750.0, 4728.0, 4750.0, 4741.0, 4750.0, 4752.0, 4749.0, 4752.0, 4749.0, 4751.0, 4761.0, 4749.0, 4751.0, 4752.0, 4768.0, 4752.0, 4740.0, 4760.0, 4750.0, 4750.0, 4750.0, 4739.0, 4751.0, 4768.0, 4752.0, 4740.0, 4752.0, 4741.0, 4750.0, 4751.0, 4776.0, 4789.0, 4776.0, 4764.0, 4780.0, 4766.0, 4778.0, 4764.0, 4776.0, 4778.0, 4788.0, 4777.0, 4787.0, 4777.0, 4775.0, 4767.0, 4796.0, 4766.0, 4796.0, 4765.0, 4763.0, 4754.0, 4784.0, 4753.0, 4761.0, 4749.0, 4751.0, 4739.0, 4751.0, 4758.0, 4751.0, 4738.0, 4752.0, 4741.0, 4765.0, 4753.0, 4764.0, 4761.0, 4763.0, 4751.0, 4791.0, 4779.0, 4768.0, 4768.0, 4777.0, 4755.0, 4766.0, 4754.0, 4779.0, 4780.0, 4780.0, 4787.0, 4767.0, 4783.0, 4744.0, 4773.0, 4754.0, 4753.0, 4765.0, 4795.0, 4763.0, 4774.0, 4774.0, 4764.0, 4802.0, 4751.0, 4781.0, 4767.0, 4724.0, 4755.0, 4739.0, 4722.0, 4751.0, 4725.0, 4703.0, 4725.0, 4705.0, 4725.0, 4714.0, 4726.0, 4717.0, 4738.0, 4749.0, 4746.0, 4725.0, 4716.0, 4751.0, 4711.0, 4701.0, 4738.0, 4699.0, 4688.0, 4697.0, 4710.0, 4690.0, 4723.0, 4714.0, 4736.0, 4738.0, 4749.0, 4752.0, 4763.0, 4779.0, 4777.0, 4776.0, 4754.0, 4767.0, 4758.0, 4778.0, 4777.0, 4779.0, 4780.0, 4782.0, 4783.0, 4782.0, 4790.0, 4779.0, 4779.0, 4810.0, 4778.0, 4780.0, 4806.0, 4778.0, 4788.0, 4780.0, 4786.0, 4765.0, 4753.0, 4753.0, 4753.0, 4764.0, 4778.0, 4788.0, 4777.0, 4776.0, 4777.0, 4768.0, 4779.0, 4778.0, 4792.0, 4800.0, 4789.0, 4779.0, 4781.0, 4779.0, 4779.0, 4799.0, 4790.0, 4805.0, 4778.0, 4805.0, 4764.0, 4785.0, 4793.0, 4779.0, 4796.0, 4777.0, 4783.0, 4765.0, 4752.0, 4764.0, 4754.0, 4764.0, 4754.0, 4764.0, 4752.0, 4765.0, 4784.0, 4753.0, 4760.0, 4749.0, 4749.0, 4788.0, 4772.0, 4778.0, 4748.0, 4756.0, 4726.0, 4736.0, 4735.0, 4738.0, 4765.0, 4737.0, 4727.0, 4748.0, 4747.0, 4750.0, 4751.0, 4763.0, 4762.0, 4763.0, 4773.0, 4754.0, 4765.0, 4773.0, 4763.0, 4774.0, 4764.0, 4752.0, 4763.0, 4751.0, 4774.0, 4764.0, 4764.0, 4753.0, 4765.0, 4753.0, 4776.0, 4765.0, 4776.0, 4765.0, 4789.0, 4789.0, 4788.0, 4766.0, 4787.0, 4767.0, 4775.0, 4766.0, 4775.0, 4766.0, 4776.0, 4766.0, 4776.0, 4766.0, 4765.0, 4778.0, 4786.0, 4784.0, 4765.0, 4777.0, 4764.0, 4765.0, 4793.0, 4774.0, 4792.0, 4763.0, 4790.0, 4751.0, 4792.0, 4762.0, 4768.0, 4748.0, 4751.0, 4789.0, 4750.0, 4761.0, 4760.0, 4750.0, 4761.0, 4760.0, 4751.0, 4763.0, 4775.0, 4764.0, 4763.0, 4777.0, 4763.0, 4753.0, 4765.0, 4763.0, 4764.0, 4765.0, 4767.0, 4792.0, 4764.0, 4793.0, 4763.0, 4792.0, 4753.0, 4791.0, 4750.0, 4739.0, 4748.0, 4739.0, 4776.0, 4737.0, 4736.0, 4737.0, 4738.0, 4775.0, 4762.0, 4753.0, 4752.0, 4742.0, 4728.0, 4755.0, 4786.0, 4778.0, 4777.0, 4777.0, 4777.0, 4790.0, 4799.0, 4789.0, 4767.0, 4798.0, 4754.0, 4760.0, 4751.0, 4773.0, 4790.0, 4782.0, 4793.0, 4748.0, 4739.0, 4774.0, 4722.0, 4743.0, 4709.0, 4709.0, 4698.0, 4699.0, 4698.0, 4710.0, 4699.0, 4711.0, 4718.0, 4718.0, 4710.0, 4720.0, 4710.0, 4710.0, 4701.0, 4711.0, 4712.0, 4723.0, 4722.0, 4711.0, 4722.0, 4720.0, 4723.0, 4724.0, 4734.0, 4737.0, 4761.0, 4749.0, 4784.0, 4776.0, 4798.0, 4782.0, 4784.0, 4784.0, 4795.0, 4798.0, 4799.0, 4799.0, 4810.0, 4808.0, 4802.0, 4811.0, 4845.0, 4826.0, 4831.0, 4777.0, 4814.0, 4770.0, 4792.0, 4775.0, 4793.0, 4774.0, 4790.0, 4773.0, 4800.0, 4761.0, 4750.0, 4788.0, 4750.0, 4792.0, 4761.0, 4761.0, 4770.0, 4770.0, 4763.0, 4774.0, 4776.0, 4778.0, 4776.0, 4787.0, 4788.0, 4767.0, 4766.0, 4794.0, 4794.0, 4749.0], 'WindowWidth': [10459.0, 10437.0, 10455.0, 10399.0, 10432.0, 10373.0, 10377.0, 10366.0, 10365.0, 10358.0, 10368.0, 10405.0, 10350.0, 10360.0, 10366.0, 10338.0, 10385.0, 10367.0, 10393.0, 10371.0, 10393.0, 10365.0, 10395.0, 10399.0, 10418.0, 10414.0, 10413.0, 10398.0, 10396.0, 10412.0, 10395.0, 10393.0, 10389.0, 10395.0, 10430.0, 10387.0, 10425.0, 10391.0, 10364.0, 10372.0, 10378.0, 10377.0, 10388.0, 10415.0, 10375.0, 10360.0, 10369.0, 10371.0, 10367.0, 10386.0, 10412.0, 10369.0, 10359.0, 10367.0, 10386.0, 10386.0, 10393.0, 10402.0, 10389.0, 10360.0, 10366.0, 10390.0, 10411.0, 10369.0, 10337.0, 10368.0, 10382.0, 10365.0, 10393.0, 10377.0, 10388.0, 10361.0, 10390.0, 10359.0, 10408.0, 10378.0, 10390.0, 10383.0, 10376.0, 10398.0, 10432.0, 10393.0, 10403.0, 10391.0, 10376.0, 10393.0, 10382.0, 10389.0, 10363.0, 10371.0, 10378.0, 10384.0, 10391.0, 10431.0, 10393.0, 10388.0, 10387.0, 10361.0, 10410.0, 10376.0, 10391.0, 10378.0, 10373.0, 10377.0, 10381.0, 10390.0, 10423.0, 10382.0, 10370.0, 10370.0, 10361.0, 10382.0, 10390.0, 10386.0, 10384.0, 10409.0, 10366.0, 10394.0, 10364.0, 10385.0, 10410.0, 10371.0, 10343.0, 10364.0, 10372.0, 10407.0, 10382.0, 10352.0, 10371.0, 10344.0, 10387.0, 10365.0, 10396.0, 10371.0, 10394.0, 10409.0, 10392.0, 10411.0, 10437.0, 10390.0, 10401.0, 10387.0, 10378.0, 10390.0, 10417.0, 10369.0, 10360.0, 10393.0, 10388.0, 10385.0, 10389.0, 10387.0, 10391.0, 10374.0, 10376.0, 10383.0, 10390.0, 10403.0, 10391.0, 10385.0, 10387.0, 10372.0, 10378.0, 10377.0, 10374.0, 10393.0, 10418.0, 10390.0, 10404.0, 10396.0, 10430.0, 10370.0, 10414.0, 10368.0, 10409.0, 10357.0, 10334.0, 10347.0, 10369.0, 10409.0, 10368.0, 10335.0, 10368.0, 10352.0, 10390.0, 10359.0, 10384.0, 10364.0, 10388.0, 10366.0, 10397.0, 10434.0, 10416.0, 10410.0, 10391.0, 10386.0, 10392.0, 10381.0, 10374.0, 10395.0, 10379.0, 10386.0, 10396.0, 10402.0, 10404.0, 10440.0, 10415.0, 10445.0, 10396.0, 10443.0, 10356.0, 10418.0, 10440.0, 10437.0, 10392.0, 10345.0, 10327.0, 10342.0, 10316.0, 10341.0, 10344.0, 10345.0, 10362.0, 10359.0, 10370.0, 10383.0, 10376.0, 10355.0, 10371.0, 10354.0, 10386.0, 10359.0, 10383.0, 10360.0, 10373.0, 10391.0, 10400.0, 10409.0, 10379.0, 10394.0, 10379.0, 10375.0, 10386.0, 10407.0, 10389.0, 10368.0, 10376.0, 10369.0, 10369.0, 10410.0, 10377.0, 10412.0, 10377.0, 10410.0, 10379.0, 10412.0, 10412.0, 10410.0, 10385.0, 10393.0, 10402.0, 10426.0, 10386.0, 10400.0, 10365.0, 10370.0, 10365.0, 10369.0, 10429.0, 10382.0, 10402.0, 10364.0, 10414.0, 10454.0, 10391.0, 10388.0, 10365.0, 10347.0, 10384.0, 10377.0, 10385.0, 10372.0, 10366.0, 10368.0, 10366.0, 10364.0, 10389.0, 10363.0, 10364.0, 10361.0, 10359.0, 10356.0, 10362.0, 10364.0, 10367.0, 10374.0, 10373.0, 10373.0, 10391.0, 10369.0, 10391.0, 10389.0, 10418.0, 10412.0, 10400.0, 10401.0, 10373.0, 10374.0, 10378.0, 10415.0, 10432.0, 10418.0, 10422.0, 10417.0, 10436.0, 10429.0, 10424.0, 10419.0, 10460.0, 10391.0, 10444.0, 10396.0, 10396.0, 10409.0, 10340.0, 10396.0, 10314.0, 10309.0, 10351.0, 10269.0, 10275.0, 10281.0, 10276.0, 10270.0, 10293.0, 10297.0, 10333.0, 10340.0, 10362.0, 10347.0, 10368.0, 10364.0, 10386.0, 10383.0, 10365.0, 10368.0, 10358.0, 10371.0, 10371.0, 10372.0, 10380.0, 10373.0, 10389.0, 10418.0, 10370.0, 10364.0, 10367.0, 10370.0, 10369.0, 10371.0, 10386.0, 10371.0, 10374.0, 10394.0, 10441.0, 10402.0, 10433.0, 10407.0, 10398.0, 10400.0, 10419.0, 10437.0, 10420.0, 10417.0, 10423.0, 10439.0, 10411.0, 10453.0, 10388.0, 10409.0, 10426.0, 10411.0, 10404.0, 10426.0, 10460.0, 10342.0, 10389.0, 10314.0, 10400.0, 10376.0, 10318.0, 10317.0, 10287.0, 10305.0, 10311.0, 10282.0, 10283.0, 10278.0, 10323.0, 10284.0, 10258.0, 10290.0, 10289.0, 10293.0, 10312.0, 10329.0, 10337.0, 10340.0, 10367.0, 10365.0, 10367.0, 10364.0, 10371.0, 10364.0, 10374.0, 10411.0, 10389.0, 10396.0, 10371.0, 10392.0, 10358.0, 10389.0, 10379.0, 10394.0, 10376.0, 10393.0, 10377.0, 10402.0, 10397.0, 10415.0, 10400.0, 10415.0, 10444.0, 10467.0, 10440.0, 10438.0, 10434.0, 10396.0, 10394.0, 10382.0, 10394.0, 10444.0, 10403.0, 10422.0, 10383.0, 10403.0, 10364.0, 10391.0, 10365.0, 10366.0, 10345.0, 10351.0, 10385.0, 10364.0, 10349.0, 10367.0, 10344.0, 10366.0, 10334.0, 10367.0, 10354.0, 10368.0, 10370.0, 10365.0, 10370.0, 10365.0, 10368.0, 10382.0, 10367.0, 10368.0, 10372.0, 10391.0, 10371.0, 10356.0, 10383.0, 10368.0, 10368.0, 10367.0, 10350.0, 10370.0, 10389.0, 10371.0, 10354.0, 10373.0, 10358.0, 10372.0, 10370.0, 10417.0, 10443.0, 10419.0, 10397.0, 10429.0, 10402.0, 10421.0, 10400.0, 10416.0, 10422.0, 10431.0, 10416.0, 10430.0, 10415.0, 10410.0, 10402.0, 10443.0, 10398.0, 10442.0, 10394.0, 10391.0, 10377.0, 10423.0, 10375.0, 10385.0, 10364.0, 10368.0, 10347.0, 10368.0, 10376.0, 10369.0, 10349.0, 10373.0, 10357.0, 10396.0, 10379.0, 10395.0, 10386.0, 10390.0, 10371.0, 10445.0, 10425.0, 10407.0, 10405.0, 10419.0, 10383.0, 10399.0, 10381.0, 10420.0, 10426.0, 10425.0, 10426.0, 10403.0, 10416.0, 10363.0, 10401.0, 10377.0, 10373.0, 10395.0, 10440.0, 10389.0, 10409.0, 10403.0, 10392.0, 10442.0, 10366.0, 10412.0, 10385.0, 10316.0, 10365.0, 10331.0, 10312.0, 10352.0, 10324.0, 10290.0, 10322.0, 10292.0, 10320.0, 10305.0, 10324.0, 10311.0, 10343.0, 10361.0, 10354.0, 10320.0, 10307.0, 10350.0, 10292.0, 10278.0, 10324.0, 10272.0, 10257.0, 10268.0, 10290.0, 10265.0, 10317.0, 10305.0, 10339.0, 10346.0, 10360.0, 10371.0, 10390.0, 10418.0, 10418.0, 10412.0, 10379.0, 10400.0, 10389.0, 10417.0, 10415.0, 10422.0, 10424.0, 10429.0, 10432.0, 10430.0, 10437.0, 10422.0, 10421.0, 10464.0, 10417.0, 10424.0, 10455.0, 10417.0, 10433.0, 10422.0, 10426.0, 10395.0, 10375.0, 10375.0, 10376.0, 10391.0, 10417.0, 10430.0, 10415.0, 10413.0, 10415.0, 10403.0, 10421.0, 10419.0, 10444.0, 10451.0, 10434.0, 10422.0, 10427.0, 10421.0, 10422.0, 10450.0, 10440.0, 10456.0, 10419.0, 10453.0, 10391.0, 10423.0, 10432.0, 10421.0, 10442.0, 10416.0, 10419.0, 10395.0, 10373.0, 10393.0, 10378.0, 10395.0, 10379.0, 10392.0, 10375.0, 10393.0, 10422.0, 10374.0, 10383.0, 10363.0, 10363.0, 10419.0, 10399.0, 10403.0, 10360.0, 10368.0, 10326.0, 10339.0, 10335.0, 10344.0, 10382.0, 10342.0, 10330.0, 10360.0, 10358.0, 10366.0, 10369.0, 10390.0, 10388.0, 10390.0, 10402.0, 10378.0, 10396.0, 10405.0, 10393.0, 10406.0, 10393.0, 10374.0, 10390.0, 10373.0, 10409.0, 10394.0, 10395.0, 10377.0, 10395.0, 10377.0, 10413.0, 10396.0, 10412.0, 10395.0, 10437.0, 10440.0, 10435.0, 10402.0, 10432.0, 10402.0, 10412.0, 10399.0, 10409.0, 10401.0, 10415.0, 10401.0, 10414.0, 10401.0, 10399.0, 10418.0, 10428.0, 10423.0, 10397.0, 10419.0, 10396.0, 10397.0, 10435.0, 10410.0, 10431.0, 10393.0, 10426.0, 10371.0, 10429.0, 10386.0, 10394.0, 10364.0, 10370.0, 10422.0, 10367.0, 10384.0, 10382.0, 10368.0, 10387.0, 10385.0, 10371.0, 10391.0, 10413.0, 10393.0, 10392.0, 10417.0, 10389.0, 10377.0, 10394.0, 10391.0, 10393.0, 10396.0, 10400.0, 10429.0, 10393.0, 10431.0, 10390.0, 10432.0, 10374.0, 10426.0, 10364.0, 10349.0, 10356.0, 10346.0, 10398.0, 10342.0, 10339.0, 10343.0, 10347.0, 10416.0, 10390.0, 10377.0, 10375.0, 10361.0, 10336.0, 10381.0, 10430.0, 10420.0, 10415.0, 10418.0, 10416.0, 10440.0, 10451.0, 10436.0, 10404.0, 10447.0, 10376.0, 10382.0, 10367.0, 10403.0, 10422.0, 10411.0, 10436.0, 10360.0, 10346.0, 10391.0, 10313.0, 10342.0, 10288.0, 10288.0, 10273.0, 10275.0, 10271.0, 10292.0, 10275.0, 10294.0, 10303.0, 10303.0, 10293.0, 10307.0, 10293.0, 10294.0, 10283.0, 10296.0, 10297.0, 10316.0, 10313.0, 10297.0, 10314.0, 10309.0, 10316.0, 10318.0, 10336.0, 10344.0, 10385.0, 10368.0, 10425.0, 10422.0, 10457.0, 10427.0, 10430.0, 10429.0, 10448.0, 10454.0, 10456.0, 10456.0, 10475.0, 10472.0, 10465.0, 10476.0, 10537.0, 10506.0, 10508.0, 10427.0, 10472.0, 10401.0, 10433.0, 10416.0, 10438.0, 10413.0, 10431.0, 10409.0, 10448.0, 10386.0, 10372.0, 10424.0, 10372.0, 10434.0, 10390.0, 10391.0, 10405.0, 10400.0, 10397.0, 10411.0, 10419.0, 10423.0, 10419.0, 10434.0, 10434.0, 10405.0, 10398.0, 10442.0, 10444.0, 10364.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.0038603333333333345</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024290531264367813</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.83306822865363</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2627824107364782</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0691372808515527</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4936</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4357.3843</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10195074141357388</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.241379310344827</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8213272949617725</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7734486611485583</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1060443804915856</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5844888432451736</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0251156</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015875093638896942</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027786729857325554</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.4322414701000423</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.3914</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.438</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.4605</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293823.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>999.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.176</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>671.5117</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3807.1853</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4124.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82721.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>822.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5125.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1201.5399</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.396086594322696</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> |