=== 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-0014 --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-0014",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 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-0014_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0014_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0014_suffix-bold_task-faces" 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-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0014_suffix-bold_task-faces" 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-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0014_suffix-bold_task-faces" 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-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0014_suffix-bold_task-faces" 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-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0014_suffix-bold_task-faces" 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-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0014_suffix-bold_task-faces" 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-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0014_suffix-bold_task-faces" 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-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-02/func/sub-0014_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a57dc3ade8bc3d91cd1db5199bc75bda</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>15:47:28.285000</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.998954, 0.00268722, 0.0456377, -0.0104614, 0.98522, 0.170977]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_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.0954469</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4157, -7747, -7256, 476, -80, -26, 54, 51]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.355</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>32baca58-baba-4928-9699-380010dce58d||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.680121660232544, -0.028067218139767647, 0.12015999108552933, 109.26372528076172], [-0.007209617178887129, 2.6432721614837646, 0.46244311332702637, -105.91155242919922], [0.12244260311126709, -0.45871761441230774, 2.6573874950408936, -49.01698303222656], [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, 914]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['154728.285000', '154728.745000', '154729.205000', '154729.665000', '154730.125000', '154730.585000', '154731.045000', '154731.505000', '154731.965000', '154732.425000', '154732.885000', '154733.345000', '154733.805000', '154734.265000', '154734.725000', '154735.185000', '154735.645000', '154736.105000', '154736.565000', '154737.025000', '154737.485000', '154737.945000', '154738.405000', '154738.865000', '154739.325000', '154739.785000', '154740.245000', '154740.705000', '154741.165000', '154741.625000', '154742.085000', '154742.545000', '154743.005000', '154743.465000', '154743.925000', '154744.385000', '154744.845000', '154745.305000', '154745.765000', '154746.225000', '154746.685000', '154747.145000', '154747.605000', '154748.065000', '154748.525000', '154748.985000', '154749.445000', '154749.905000', '154750.365000', '154750.825000', '154751.285000', '154751.745000', '154752.205000', '154752.665000', '154753.125000', '154753.585000', '154754.045000', '154754.505000', '154754.965000', '154755.425000', '154755.885000', '154756.345000', '154756.805000', '154757.265000', '154757.725000', '154758.185000', '154758.645000', '154759.105000', '154759.565000', '154800.025000', '154800.485000', '154800.945000', '154801.405000', '154801.865000', '154802.325000', '154802.785000', '154803.245000', '154803.705000', '154804.165000', '154804.625000', '154805.085000', '154805.545000', '154806.005000', '154806.465000', '154806.925000', '154807.385000', '154807.845000', '154808.305000', '154808.765000', '154809.225000', '154809.685000', '154810.145000', '154810.605000', '154811.065000', '154811.525000', '154811.985000', '154812.445000', '154812.905000', '154813.365000', '154813.825000', '154814.285000', '154814.745000', '154815.205000', '154815.665000', '154816.125000', '154816.585000', '154817.045000', '154817.505000', '154817.965000', '154818.425000', '154818.885000', '154819.345000', '154819.805000', '154820.265000', '154820.725000', '154821.185000', '154821.645000', '154822.105000', '154822.565000', '154823.025000', '154823.485000', '154823.945000', '154824.405000', '154824.865000', '154825.325000', '154825.785000', '154826.245000', '154826.705000', '154827.165000', '154827.625000', '154828.085000', '154828.545000', '154829.005000', '154829.465000', '154829.925000', '154830.385000', '154830.845000', '154831.305000', '154831.765000', '154832.225000', '154832.685000', '154833.145000', '154833.605000', '154834.065000', '154834.525000', '154834.985000', '154835.445000', '154835.905000', '154836.365000', '154836.825000', '154837.285000', '154837.745000', '154838.205000', '154838.665000', '154839.125000', '154839.585000', '154840.045000', '154840.505000', '154840.965000', '154841.425000', '154841.885000', '154842.345000', '154842.805000', '154843.265000', '154843.725000', '154844.185000', '154844.645000', '154845.105000', '154845.565000', '154846.025000', '154846.485000', '154846.945000', '154847.405000', '154847.865000', '154848.325000', '154848.785000', '154849.245000', '154849.705000', '154850.165000', '154850.625000', '154851.085000', '154851.545000', '154852.005000', '154852.465000', '154852.925000', '154853.385000', '154853.845000', '154854.305000', '154854.765000', '154855.225000', '154855.685000', '154856.145000', '154856.605000', '154857.065000', '154857.525000', '154857.985000', '154858.445000', '154858.905000', '154859.365000', '154859.825000', '154900.285000', '154900.745000', '154901.205000', '154901.665000', '154902.125000', '154902.585000', '154903.045000', '154903.505000', '154903.965000', '154904.425000', '154904.885000', '154905.345000', '154905.805000', '154906.265000', '154906.725000', '154907.185000', '154907.645000', '154908.105000', '154908.565000', '154909.025000', '154909.485000', '154909.945000', '154910.405000', '154910.865000', '154911.325000', '154911.785000', '154912.245000', '154912.705000', '154913.165000', '154913.625000', '154914.085000', '154914.545000', '154915.005000', '154915.465000', '154915.925000', '154916.385000', '154916.845000', '154917.305000', '154917.765000', '154918.225000', '154918.685000', '154919.145000', '154919.605000', '154920.065000', '154920.525000', '154920.985000', '154921.445000', '154921.905000', '154922.365000', '154922.825000', '154923.285000', '154923.745000', '154924.205000', '154924.665000', '154925.125000', '154925.585000', '154926.045000', '154926.505000', '154926.965000', '154927.425000', '154927.885000', '154928.345000', '154928.805000', '154929.265000', '154929.725000', '154930.185000', '154930.645000', '154931.105000', '154931.565000', '154932.025000', '154932.485000', '154932.945000', '154933.405000', '154933.865000', '154934.325000', '154934.785000', '154935.245000', '154935.705000', '154936.165000', '154936.625000', '154937.085000', '154937.545000', '154938.005000', '154938.465000', '154938.925000', '154939.385000', '154939.845000', '154940.305000', '154940.765000', '154941.225000', '154941.685000', '154942.145000', '154942.605000', '154943.065000', '154943.525000', '154943.985000', '154944.445000', '154944.905000', '154945.365000', '154945.825000', '154946.285000', '154946.745000', '154947.205000', '154947.665000', '154948.125000', '154948.585000', '154949.045000', '154949.505000', '154949.965000', '154950.425000', '154950.885000', '154951.345000', '154951.805000', '154952.265000', '154952.725000', '154953.185000', '154953.645000', '154954.105000', '154954.565000', '154955.025000', '154955.485000', '154955.945000', '154956.405000', '154956.865000', '154957.325000', '154957.785000', '154958.245000', '154958.705000', '154959.165000', '154959.625000', '155000.085000', '155000.545000', '155001.005000', '155001.465000', '155001.925000', '155002.385000', '155002.845000', '155003.305000', '155003.765000', '155004.225000', '155004.685000', '155005.145000', '155005.605000', '155006.065000', '155006.525000', '155006.985000', '155007.445000', '155007.905000', '155008.365000', '155008.825000', '155009.285000', '155009.745000', '155010.205000', '155010.665000', '155011.125000', '155011.585000', '155012.045000', '155012.505000', '155012.965000', '155013.425000', '155013.885000', '155014.345000', '155014.805000', '155015.265000', '155015.725000', '155016.185000', '155016.645000', '155017.105000', '155017.565000', '155018.025000', '155018.485000', '155018.945000', '155019.405000', '155019.865000', '155020.325000', '155020.785000', '155021.245000', '155021.705000', '155022.165000', '155022.625000', '155023.085000', '155023.545000', '155024.005000', '155024.465000', '155024.925000', '155025.385000', '155025.845000', '155026.305000', '155026.765000', '155027.225000', '155027.685000', '155028.145000', '155028.605000', '155029.065000', '155029.525000', '155029.985000', '155030.445000', '155030.905000', '155031.365000', '155031.825000', '155032.285000', '155032.745000', '155033.205000', '155033.665000', '155034.125000', '155034.585000', '155035.045000', '155035.505000', '155035.965000', '155036.425000', '155036.885000', '155037.345000', '155037.805000', '155038.265000', '155038.725000', '155039.185000', '155039.645000', '155040.105000', '155040.565000', '155041.025000', '155041.485000', '155041.945000', '155042.405000', '155042.865000', '155043.325000', '155043.785000', '155044.245000', '155044.705000', '155045.165000', '155045.625000', '155046.085000', '155046.545000', '155047.005000', '155047.465000', '155047.925000', '155048.385000', '155048.845000', '155049.305000', '155049.765000', '155050.225000', '155050.685000', '155051.145000', '155051.605000', '155052.065000', '155052.525000', '155052.985000', '155053.445000', '155053.905000', '155054.365000', '155054.825000', '155055.285000', '155055.745000', '155056.205000', '155056.665000', '155057.125000', '155057.585000', '155058.045000', '155058.505000', '155058.965000', '155059.425000', '155059.885000', '155100.345000', '155100.805000', '155101.265000', '155101.725000', '155102.185000', '155102.645000', '155103.105000', '155103.565000', '155104.025000', '155104.485000', '155104.945000', '155105.405000', '155105.865000', '155106.325000', '155106.785000', '155107.245000', '155107.705000', '155108.165000', '155108.625000', '155109.085000', '155109.545000', '155110.005000', '155110.465000', '155110.925000', '155111.385000', '155111.845000', '155112.305000', '155112.765000', '155113.225000', '155113.685000', '155114.145000', '155114.605000', '155115.065000', '155115.525000', '155115.985000', '155116.445000', '155116.905000', '155117.365000', '155117.825000', '155118.285000', '155118.745000', '155119.205000', '155119.665000', '155120.125000', '155120.585000', '155121.045000', '155121.505000', '155121.965000', '155122.425000', '155122.885000', '155123.345000', '155123.805000', '155124.265000', '155124.725000', '155125.185000', '155125.645000', '155126.105000', '155126.565000', '155127.025000', '155127.485000', '155127.945000', '155128.405000', '155128.865000', '155129.325000', '155129.785000', '155130.245000', '155130.705000', '155131.165000', '155131.625000', '155132.085000', '155132.545000', '155133.005000', '155133.465000', '155133.925000', '155134.385000', '155134.845000', '155135.305000', '155135.765000', '155136.225000', '155136.685000', '155137.145000', '155137.605000', '155138.065000', '155138.525000', '155138.985000', '155139.445000', '155139.905000', '155140.365000', '155140.825000', '155141.285000', '155141.745000', '155142.205000', '155142.665000', '155143.125000', '155143.585000', '155144.045000', '155144.505000', '155144.965000', '155145.425000', '155145.885000', '155146.345000', '155146.805000', '155147.265000', '155147.725000', '155148.185000', '155148.645000', '155149.105000', '155149.565000', '155150.025000', '155150.485000', '155150.945000', '155151.405000', '155151.865000', '155152.325000', '155152.785000', '155153.245000', '155153.705000', '155154.165000', '155154.625000', '155155.085000', '155155.545000', '155156.005000', '155156.465000', '155156.925000', '155157.385000', '155157.845000', '155158.305000', '155158.765000', '155159.225000', '155159.685000', '155200.145000', '155200.605000', '155201.065000', '155201.525000', '155201.985000', '155202.445000', '155202.905000', '155203.365000', '155203.825000', '155204.285000', '155204.745000', '155205.205000', '155205.665000', '155206.125000', '155206.585000', '155207.045000', '155207.505000', '155207.965000', '155208.425000', '155208.885000', '155209.345000', '155209.805000', '155210.265000', '155210.725000', '155211.185000', '155211.645000', '155212.105000', '155212.565000', '155213.025000', '155213.485000', '155213.945000', '155214.405000', '155214.865000', '155215.325000', '155215.785000', '155216.245000', '155216.705000', '155217.165000', '155217.625000', '155218.085000', '155218.545000', '155219.005000', '155219.465000', '155219.925000', '155220.385000', '155220.845000', '155221.305000', '155221.765000', '155222.225000', '155222.685000', '155223.145000', '155223.605000', '155224.065000', '155224.525000', '155224.985000', '155225.445000', '155225.905000', '155226.365000', '155226.825000', '155227.285000', '155227.745000', '155228.205000', '155228.665000', '155229.125000', '155229.585000', '155230.045000', '155230.505000', '155230.965000', '155231.425000', '155231.885000', '155232.345000', '155232.805000', '155233.265000', '155233.725000', '155234.185000', '155234.645000', '155235.105000', '155235.565000', '155236.025000', '155236.485000', '155236.945000', '155237.405000', '155237.865000', '155238.325000', '155238.785000', '155239.245000', '155239.705000', '155240.165000', '155240.625000', '155241.085000', '155241.545000', '155242.005000', '155242.465000', '155242.925000', '155243.385000', '155243.845000', '155244.305000', '155244.765000', '155245.225000', '155245.685000', '155246.145000', '155246.605000', '155247.065000', '155247.525000', '155247.985000', '155248.445000', '155248.905000', '155249.365000', '155249.825000', '155250.285000', '155250.745000', '155251.205000', '155251.665000', '155252.125000', '155252.585000', '155253.045000', '155253.505000', '155253.965000', '155254.425000', '155254.885000', '155255.345000', '155255.805000', '155256.265000', '155256.725000', '155257.185000', '155257.645000', '155258.105000', '155258.565000', '155259.025000', '155259.485000', '155259.945000', '155300.405000', '155300.865000', '155301.325000', '155301.785000', '155302.245000', '155302.705000', '155303.165000', '155303.625000', '155304.085000', '155304.545000', '155305.005000', '155305.465000', '155305.925000', '155306.385000', '155306.845000', '155307.305000', '155307.765000', '155308.225000', '155308.685000', '155309.145000', '155309.605000', '155310.065000', '155310.525000', '155310.985000', '155311.445000', '155311.905000', '155312.365000', '155312.825000', '155313.285000', '155313.745000', '155314.205000', '155314.665000', '155315.125000', '155315.585000', '155316.045000', '155316.505000', '155316.965000', '155317.425000', '155317.885000', '155318.345000', '155318.805000', '155319.265000', '155319.725000', '155320.185000', '155320.645000', '155321.105000', '155321.565000', '155322.025000', '155322.485000', '155322.945000', '155323.405000', '155323.865000', '155324.325000', '155324.785000', '155325.245000', '155325.705000', '155326.165000', '155326.625000', '155327.085000', '155327.545000', '155328.005000', '155328.465000', '155328.925000', '155329.385000', '155329.845000', '155330.305000', '155330.765000', '155331.225000', '155331.685000', '155332.145000', '155332.605000', '155333.065000', '155333.525000', '155333.985000', '155334.445000', '155334.905000', '155335.365000', '155335.825000', '155336.285000', '155336.745000', '155337.205000', '155337.665000', '155338.125000', '155338.585000', '155339.045000', '155339.505000', '155339.965000', '155340.425000', '155340.885000', '155341.345000', '155341.805000', '155342.265000', '155342.725000', '155343.185000', '155343.645000', '155344.105000', '155344.565000', '155345.025000', '155345.485000', '155345.945000', '155346.405000', '155346.865000', '155347.325000', '155347.785000', '155348.245000', '155348.705000', '155349.165000', '155349.625000', '155350.085000', '155350.545000', '155351.005000', '155351.465000', '155351.925000', '155352.385000', '155352.845000', '155353.305000', '155353.765000', '155354.225000', '155354.685000', '155355.145000', '155355.605000', '155356.065000', '155356.525000', '155356.985000', '155357.445000', '155357.905000', '155358.365000', '155358.825000', '155359.285000', '155359.745000', '155400.205000', '155400.665000', '155401.125000', '155401.585000', '155402.045000', '155402.505000', '155402.965000', '155403.425000', '155403.885000', '155404.345000', '155404.805000', '155405.265000', '155405.725000', '155406.185000', '155406.645000', '155407.105000', '155407.565000', '155408.025000', '155408.485000', '155408.945000', '155409.405000', '155409.865000', '155410.325000', '155410.785000', '155411.245000', '155411.705000', '155412.165000', '155412.625000', '155413.085000', '155413.545000', '155414.005000', '155414.465000', '155414.925000', '155415.385000', '155415.845000', '155416.305000', '155416.765000', '155417.225000', '155417.685000', '155418.145000', '155418.605000', '155419.065000', '155419.525000', '155419.985000', '155420.445000', '155420.905000', '155421.365000', '155421.825000', '155422.285000', '155422.745000', '155423.205000', '155423.665000', '155424.125000', '155424.585000', '155425.045000', '155425.505000', '155425.965000', '155426.425000', '155426.885000', '155427.345000', '155427.805000', '155428.265000'], 'ContentTime': ['154743.497000', '154743.501000', '154743.504000', '154743.506000', '154743.509000', '154743.512000', '154743.515000', '154743.518000', '154743.520000', '154743.523000', '154743.526000', '154743.529000', '154743.532000', '154743.535000', '154743.537000', '154743.540000', '154743.543000', '154743.546000', '154743.549000', '154743.551000', '154743.560000', '154743.563000', '154743.566000', '154743.569000', '154743.572000', '154743.574000', '154743.577000', '154743.580000', '154743.583000', '154743.586000', '154743.588000', '154803.472000', '154803.475000', '154803.478000', '154803.480000', '154803.483000', '154803.486000', '154803.489000', '154803.492000', '154803.495000', '154803.497000', '154803.506000', '154803.508000', '154803.519000', '154803.522000', '154803.525000', '154803.527000', '154803.530000', '154803.533000', '154803.536000', '154803.539000', '154803.542000', '154803.545000', '154803.547000', '154803.550000', '154803.553000', '154803.556000', '154803.559000', '154803.562000', '154803.564000', '154803.567000', '154803.570000', '154803.573000', '154803.576000', '154803.579000', '154803.582000', '154803.584000', '154803.587000', '154803.590000', '154803.593000', '154803.596000', '154803.599000', '154803.602000', '154803.605000', '154823.472000', '154823.475000', '154823.478000', '154823.480000', '154823.483000', '154823.486000', '154823.489000', '154823.492000', '154823.495000', '154823.512000', '154823.514000', '154823.517000', '154823.520000', '154823.523000', '154823.526000', '154823.529000', '154823.531000', '154823.534000', '154823.537000', '154823.540000', '154823.543000', '154823.545000', '154823.548000', '154823.551000', '154823.554000', '154823.557000', '154823.559000', '154823.562000', '154823.565000', '154823.568000', '154823.571000', '154823.574000', '154823.577000', '154823.579000', '154823.582000', '154823.585000', '154823.588000', '154823.591000', '154823.593000', '154823.596000', '154823.599000', '154823.602000', '154823.607000', '154823.610000', '154843.472000', '154843.475000', '154843.478000', '154843.480000', '154843.483000', '154843.486000', '154843.489000', '154843.492000', '154843.495000', '154843.498000', '154843.500000', '154843.503000', '154843.506000', '154843.509000', '154843.511000', '154843.514000', '154843.517000', '154843.520000', '154843.523000', '154843.526000', '154843.528000', '154843.531000', '154843.534000', '154843.537000', '154843.540000', '154843.542000', '154843.545000', '154843.548000', '154843.551000', '154843.554000', '154843.556000', '154843.559000', '154843.562000', '154843.565000', '154843.568000', '154843.571000', '154843.573000', '154843.576000', '154843.579000', '154843.582000', '154843.585000', '154843.588000', '154843.591000', '154903.472000', '154903.475000', '154903.478000', '154903.480000', '154903.483000', '154903.486000', '154903.489000', '154903.492000', '154903.494000', '154903.497000', '154903.500000', '154903.503000', '154903.506000', '154903.509000', '154903.511000', '154903.514000', '154903.517000', '154903.520000', '154903.523000', '154903.526000', '154903.528000', '154903.531000', '154903.534000', '154903.537000', '154903.540000', '154903.543000', '154903.545000', '154903.548000', '154903.551000', '154903.554000', '154903.557000', '154903.560000', '154903.563000', '154903.565000', '154903.568000', '154903.571000', '154903.574000', '154903.577000', '154903.580000', '154903.582000', '154903.585000', '154903.588000', '154903.591000', '154903.594000', '154923.471000', '154923.474000', '154923.477000', '154923.480000', '154923.482000', '154923.485000', '154923.488000', '154923.491000', '154923.494000', '154923.497000', '154923.499000', '154923.502000', '154923.505000', '154923.508000', '154923.511000', '154923.513000', '154923.516000', '154923.519000', '154923.522000', '154923.525000', '154923.528000', '154923.531000', '154923.534000', '154923.537000', '154923.539000', '154923.542000', '154923.545000', '154923.548000', '154923.551000', '154923.554000', '154923.558000', '154923.561000', '154923.563000', '154923.566000', '154923.569000', '154923.572000', '154923.575000', '154923.578000', '154923.580000', '154923.583000', '154923.586000', '154923.589000', '154923.592000', '154943.471000', '154943.474000', '154943.477000', '154943.480000', '154943.482000', '154943.485000', '154943.488000', '154943.491000', '154943.494000', '154943.496000', '154943.499000', '154943.502000', '154943.505000', '154943.508000', '154943.510000', '154943.513000', '154943.516000', '154943.520000', '154943.523000', '154943.526000', '154943.529000', '154943.532000', '154943.534000', '154943.537000', '154943.540000', '154943.543000', '154943.546000', '154943.549000', '154943.551000', '154943.554000', '154943.557000', '154943.560000', '154943.563000', '154943.565000', '154943.568000', '154943.571000', '154943.574000', '154943.577000', '154943.580000', '154943.582000', '154943.585000', '154943.588000', '154943.591000', '154943.594000', '155003.471000', '155003.474000', '155003.477000', '155003.480000', '155003.482000', '155003.497000', '155003.500000', '155003.503000', '155003.506000', '155003.509000', '155003.511000', '155003.514000', '155003.517000', '155003.520000', '155003.523000', '155003.525000', '155003.528000', '155003.531000', '155003.534000', '155003.537000', '155003.540000', '155003.542000', '155003.545000', '155003.548000', '155003.551000', '155003.554000', '155003.556000', '155003.559000', '155003.562000', '155003.565000', '155003.568000', '155003.571000', '155003.574000', '155003.577000', '155003.580000', '155003.582000', '155003.585000', '155003.588000', '155003.591000', '155003.594000', '155003.597000', '155003.600000', '155003.602000', '155023.472000', '155023.475000', '155023.478000', '155023.481000', '155023.484000', '155023.486000', '155023.489000', '155023.492000', '155023.495000', '155023.498000', '155023.501000', '155023.503000', '155023.506000', '155023.509000', '155023.512000', '155023.515000', '155023.517000', '155023.520000', '155023.523000', '155023.526000', '155023.529000', '155023.532000', '155023.534000', '155023.537000', '155023.540000', '155023.543000', '155023.546000', '155023.548000', '155023.551000', '155023.554000', '155023.557000', '155023.560000', '155023.563000', '155023.566000', '155023.569000', '155023.571000', '155023.574000', '155023.577000', '155023.580000', '155023.583000', '155023.586000', '155023.588000', '155023.591000', '155023.594000', '155043.472000', '155043.475000', '155043.478000', '155043.481000', '155043.484000', '155043.486000', '155043.489000', '155043.492000', '155043.495000', '155043.498000', '155043.501000', '155043.503000', '155043.506000', '155043.509000', '155043.512000', '155043.515000', '155043.517000', '155043.520000', '155043.523000', '155043.526000', '155043.529000', '155043.532000', '155043.534000', '155043.537000', '155043.540000', '155043.543000', '155043.546000', '155043.548000', '155043.556000', '155043.559000', '155043.562000', '155043.565000', '155043.567000', '155043.570000', '155043.573000', '155043.576000', '155043.579000', '155043.581000', '155043.584000', '155043.587000', '155043.590000', '155043.594000', '155043.597000', '155103.472000', '155103.475000', '155103.478000', '155103.481000', '155103.484000', '155103.486000', '155103.489000', '155103.492000', '155103.495000', '155103.498000', '155103.500000', '155103.503000', '155103.506000', '155103.509000', '155103.512000', '155103.514000', '155103.517000', '155103.520000', '155103.523000', '155103.526000', '155103.529000', '155103.532000', '155103.535000', '155103.537000', '155103.540000', '155103.543000', '155103.546000', '155103.549000', '155103.551000', '155103.554000', '155103.557000', '155103.561000', '155103.563000', '155103.566000', '155103.569000', '155103.572000', '155103.575000', '155103.577000', '155103.580000', '155103.583000', '155103.586000', '155103.589000', '155103.592000', '155103.594000', '155123.472000', '155123.475000', '155123.478000', '155123.481000', '155123.483000', '155123.486000', '155123.489000', '155123.492000', '155123.495000', '155123.498000', '155123.500000', '155123.503000', '155123.506000', '155123.509000', '155123.512000', '155123.515000', '155123.518000', '155123.520000', '155123.523000', '155123.526000', '155123.529000', '155123.532000', '155123.535000', '155123.537000', '155123.540000', '155123.543000', '155123.546000', '155123.549000', '155123.551000', '155123.554000', '155123.575000', '155123.578000', '155123.581000', '155123.584000', '155123.587000', '155123.590000', '155123.592000', '155123.595000', '155123.598000', '155123.601000', '155123.604000', '155123.606000', '155123.609000', '155143.471000', '155143.474000', '155143.477000', '155143.480000', '155143.482000', '155143.485000', '155143.488000', '155143.491000', '155143.494000', '155143.496000', '155143.499000', '155143.502000', '155143.505000', '155143.508000', '155143.511000', '155143.513000', '155143.517000', '155143.519000', '155143.522000', '155143.525000', '155143.528000', '155143.531000', '155143.534000', '155143.537000', '155143.540000', '155143.542000', '155143.545000', '155143.548000', '155143.551000', '155143.554000', '155143.557000', '155143.560000', '155143.563000', '155143.566000', '155143.568000', '155143.571000', '155143.574000', '155143.577000', '155143.580000', '155143.583000', '155143.586000', '155143.588000', '155143.591000', '155143.594000', '155203.471000', '155203.474000', '155203.477000', '155203.480000', '155203.483000', '155203.485000', '155203.488000', '155203.491000', '155203.494000', '155203.497000', '155203.499000', '155203.502000', '155203.505000', '155203.508000', '155203.511000', '155203.514000', '155203.516000', '155203.519000', '155203.522000', '155203.525000', '155203.528000', '155203.531000', '155203.533000', '155203.536000', '155203.539000', '155203.542000', '155203.545000', '155203.548000', '155203.551000', '155203.554000', '155203.557000', '155203.560000', '155203.562000', '155203.565000', '155203.568000', '155203.571000', '155203.574000', '155203.577000', '155203.580000', '155203.583000', '155203.585000', '155203.588000', '155203.591000', '155223.471000', '155223.481000', '155223.483000', '155223.486000', '155223.489000', '155223.492000', '155223.495000', '155223.498000', '155223.501000', '155223.504000', '155223.507000', '155223.510000', '155223.512000', '155223.515000', '155223.518000', '155223.521000', '155223.524000', '155223.527000', '155223.530000', '155223.533000', '155223.536000', '155223.538000', '155223.541000', '155223.544000', '155223.547000', '155223.550000', '155223.553000', '155223.556000', '155223.559000', '155223.562000', '155223.564000', '155223.568000', '155223.570000', '155223.573000', '155223.576000', '155223.579000', '155223.582000', '155223.585000', '155223.587000', '155223.590000', '155223.593000', '155223.596000', '155223.599000', '155243.472000', '155243.475000', '155243.478000', '155243.481000', '155243.484000', '155243.487000', '155243.490000', '155243.492000', '155243.495000', '155243.498000', '155243.501000', '155243.504000', '155243.507000', '155243.510000', '155243.513000', '155243.516000', '155243.518000', '155243.521000', '155243.524000', '155243.527000', '155243.530000', '155243.533000', '155243.536000', '155243.539000', '155243.542000', '155243.544000', '155243.547000', '155243.550000', '155243.553000', '155243.556000', '155243.559000', '155243.562000', '155243.565000', '155243.567000', '155243.570000', '155243.573000', '155243.576000', '155243.579000', '155243.582000', '155243.585000', '155243.587000', '155243.590000', '155243.593000', '155243.596000', '155303.472000', '155303.475000', '155303.478000', '155303.481000', '155303.484000', '155303.487000', '155303.490000', '155303.493000', '155303.495000', '155303.498000', '155303.501000', '155303.504000', '155303.507000', '155303.510000', '155303.513000', '155303.516000', '155303.519000', '155303.522000', '155303.525000', '155303.527000', '155303.530000', '155303.533000', '155303.536000', '155303.539000', '155303.542000', '155303.544000', '155303.548000', '155303.550000', '155303.553000', '155303.556000', '155303.559000', '155303.562000', '155303.565000', '155303.568000', '155303.571000', '155303.574000', '155303.577000', '155303.579000', '155303.582000', '155303.585000', '155303.588000', '155303.591000', '155303.594000', '155323.472000', '155323.475000', '155323.478000', '155323.481000', '155323.484000', '155323.486000', '155323.489000', '155323.492000', '155323.495000', '155323.498000', '155323.501000', '155323.503000', '155323.506000', '155323.509000', '155323.514000', '155323.517000', '155323.520000', '155323.522000', '155323.525000', '155323.528000', '155323.531000', '155323.534000', '155323.537000', '155323.539000', '155323.542000', '155323.545000', '155323.548000', '155323.551000', '155323.554000', '155323.556000', '155323.559000', '155323.562000', '155323.565000', '155323.568000', '155323.571000', '155323.573000', '155323.576000', '155323.579000', '155323.582000', '155323.585000', '155323.588000', '155323.591000', '155323.593000', '155323.596000', '155343.472000', '155343.475000', '155343.478000', '155343.481000', '155343.484000', '155343.486000', '155343.489000', '155343.492000', '155343.495000', '155343.498000', '155343.500000', '155343.503000', '155343.506000', '155343.509000', '155343.512000', '155343.515000', '155343.518000', '155343.521000', '155343.524000', '155343.527000', '155343.530000', '155343.533000', '155343.535000', '155343.538000', '155343.541000', '155343.544000', '155343.547000', '155343.550000', '155343.553000', '155343.555000', '155343.558000', '155343.561000', '155343.564000', '155343.567000', '155343.569000', '155343.572000', '155343.575000', '155343.578000', '155343.581000', '155343.584000', '155343.586000', '155343.589000', '155343.592000', '155403.471000', '155403.474000', '155403.477000', '155403.480000', '155403.483000', '155403.485000', '155403.489000', '155403.492000', '155403.495000', '155403.498000', '155403.500000', '155403.503000', '155403.506000', '155403.509000', '155403.512000', '155403.514000', '155403.517000', '155403.520000', '155403.523000', '155403.525000', '155403.528000', '155403.531000', '155403.534000', '155403.537000', '155403.540000', '155403.543000', '155403.545000', '155403.548000', '155403.551000', '155403.554000', '155403.557000', '155403.560000', '155403.563000', '155403.566000', '155403.568000', '155403.571000', '155403.574000', '155403.577000', '155403.580000', '155403.583000', '155403.585000', '155403.588000', '155403.591000', '155403.594000', '155423.471000', '155423.474000', '155423.477000', '155423.480000', '155423.483000', '155423.485000', '155423.488000', '155423.491000', '155423.503000', '155423.506000', '155423.508000', '155423.511000', '155423.514000', '155423.517000', '155423.520000', '155423.523000', '155423.526000', '155423.528000', '155423.531000', '155423.534000', '155423.537000', '155423.540000', '155423.543000', '155423.546000', '155423.549000', '155423.552000', '155423.555000', '155423.558000', '155423.561000', '155423.564000', '155423.566000', '155423.569000', '155423.572000', '155423.575000', '155423.578000', '155423.580000', '155423.583000', '155423.586000', '155423.589000', '155423.592000', '155423.595000', '155423.598000', '155423.600000', '155429.582000', '155429.586000', '155429.590000', '155429.594000', '155429.597000', '155429.600000', '155429.603000', '155429.606000', '155429.609000', '155429.612000', '155429.615000', '155429.618000', '155429.621000', '155429.624000'], 'InstanceCreationTime': ['154743.497000', '154743.501000', '154743.504000', '154743.506000', '154743.509000', '154743.512000', '154743.515000', '154743.518000', '154743.520000', '154743.523000', '154743.526000', '154743.529000', '154743.532000', '154743.535000', '154743.537000', '154743.540000', '154743.543000', '154743.546000', '154743.549000', '154743.551000', '154743.560000', '154743.563000', '154743.566000', '154743.569000', '154743.572000', '154743.574000', '154743.577000', '154743.580000', '154743.583000', '154743.586000', '154743.588000', '154803.472000', '154803.475000', '154803.478000', '154803.480000', '154803.483000', '154803.486000', '154803.489000', '154803.492000', '154803.495000', '154803.497000', '154803.506000', '154803.508000', '154803.519000', '154803.522000', '154803.525000', '154803.527000', '154803.530000', '154803.533000', '154803.536000', '154803.539000', '154803.542000', '154803.545000', '154803.547000', '154803.550000', '154803.553000', '154803.556000', '154803.559000', '154803.562000', '154803.564000', '154803.567000', '154803.570000', '154803.573000', '154803.576000', '154803.579000', '154803.582000', '154803.584000', '154803.587000', '154803.590000', '154803.593000', '154803.596000', '154803.599000', '154803.602000', '154803.605000', '154823.472000', '154823.475000', '154823.478000', '154823.480000', '154823.483000', '154823.486000', '154823.489000', '154823.492000', '154823.495000', '154823.512000', '154823.514000', '154823.517000', '154823.520000', '154823.523000', '154823.526000', '154823.529000', '154823.531000', '154823.534000', '154823.537000', '154823.540000', '154823.543000', '154823.545000', '154823.548000', '154823.551000', '154823.554000', '154823.557000', '154823.559000', '154823.562000', '154823.565000', '154823.568000', '154823.571000', '154823.574000', '154823.577000', '154823.579000', '154823.582000', '154823.585000', '154823.588000', '154823.591000', '154823.593000', '154823.596000', '154823.599000', '154823.602000', '154823.607000', '154823.610000', '154843.472000', '154843.475000', '154843.478000', '154843.480000', '154843.483000', '154843.486000', '154843.489000', '154843.492000', '154843.495000', '154843.498000', '154843.500000', '154843.503000', '154843.506000', '154843.509000', '154843.511000', '154843.514000', '154843.517000', '154843.520000', '154843.523000', '154843.526000', '154843.528000', '154843.531000', '154843.534000', '154843.537000', '154843.540000', '154843.542000', '154843.545000', '154843.548000', '154843.551000', '154843.554000', '154843.556000', '154843.559000', '154843.562000', '154843.565000', '154843.568000', '154843.571000', '154843.573000', '154843.576000', '154843.579000', '154843.582000', '154843.585000', '154843.588000', '154843.591000', '154903.472000', '154903.475000', '154903.478000', '154903.480000', '154903.483000', '154903.486000', '154903.489000', '154903.492000', '154903.494000', '154903.497000', '154903.500000', '154903.503000', '154903.506000', '154903.509000', '154903.511000', '154903.514000', '154903.517000', '154903.520000', '154903.523000', '154903.526000', '154903.528000', '154903.531000', '154903.534000', '154903.537000', '154903.540000', '154903.543000', '154903.545000', '154903.548000', '154903.551000', '154903.554000', '154903.557000', '154903.560000', '154903.563000', '154903.565000', '154903.568000', '154903.571000', '154903.574000', '154903.577000', '154903.580000', '154903.582000', '154903.585000', '154903.588000', '154903.591000', '154903.594000', '154923.471000', '154923.474000', '154923.477000', '154923.480000', '154923.482000', '154923.485000', '154923.488000', '154923.491000', '154923.494000', '154923.497000', '154923.499000', '154923.502000', '154923.505000', '154923.508000', '154923.511000', '154923.513000', '154923.516000', '154923.519000', '154923.522000', '154923.525000', '154923.528000', '154923.531000', '154923.534000', '154923.537000', '154923.539000', '154923.542000', '154923.545000', '154923.548000', '154923.551000', '154923.554000', '154923.558000', '154923.561000', '154923.563000', '154923.566000', '154923.569000', '154923.572000', '154923.575000', '154923.578000', '154923.580000', '154923.583000', '154923.586000', '154923.589000', '154923.592000', '154943.471000', '154943.474000', '154943.477000', '154943.480000', '154943.482000', '154943.485000', '154943.488000', '154943.491000', '154943.494000', '154943.496000', '154943.499000', '154943.502000', '154943.505000', '154943.508000', '154943.510000', '154943.513000', '154943.516000', '154943.520000', '154943.523000', '154943.526000', '154943.529000', '154943.532000', '154943.534000', '154943.537000', '154943.540000', '154943.543000', '154943.546000', '154943.549000', '154943.551000', '154943.554000', '154943.557000', '154943.560000', '154943.563000', '154943.565000', '154943.568000', '154943.571000', '154943.574000', '154943.577000', '154943.580000', '154943.582000', '154943.585000', '154943.588000', '154943.591000', '154943.594000', '155003.471000', '155003.474000', '155003.477000', '155003.480000', '155003.482000', '155003.497000', '155003.500000', '155003.503000', '155003.506000', '155003.509000', '155003.511000', '155003.514000', '155003.517000', '155003.520000', '155003.523000', '155003.525000', '155003.528000', '155003.531000', '155003.534000', '155003.537000', '155003.540000', '155003.542000', '155003.545000', '155003.548000', '155003.551000', '155003.554000', '155003.556000', '155003.559000', '155003.562000', '155003.565000', '155003.568000', '155003.571000', '155003.574000', '155003.577000', '155003.580000', '155003.582000', '155003.585000', '155003.588000', '155003.591000', '155003.594000', '155003.597000', '155003.600000', '155003.602000', '155023.472000', '155023.475000', '155023.478000', '155023.481000', '155023.484000', '155023.486000', '155023.489000', '155023.492000', '155023.495000', '155023.498000', '155023.501000', '155023.503000', '155023.506000', '155023.509000', '155023.512000', '155023.515000', '155023.517000', '155023.520000', '155023.523000', '155023.526000', '155023.529000', '155023.532000', '155023.534000', '155023.537000', '155023.540000', '155023.543000', '155023.546000', '155023.548000', '155023.551000', '155023.554000', '155023.557000', '155023.560000', '155023.563000', '155023.566000', '155023.569000', '155023.571000', '155023.574000', '155023.577000', '155023.580000', '155023.583000', '155023.586000', '155023.588000', '155023.591000', '155023.594000', '155043.472000', '155043.475000', '155043.478000', '155043.481000', '155043.484000', '155043.486000', '155043.489000', '155043.492000', '155043.495000', '155043.498000', '155043.501000', '155043.503000', '155043.506000', '155043.509000', '155043.512000', '155043.515000', '155043.517000', '155043.520000', '155043.523000', '155043.526000', '155043.529000', '155043.532000', '155043.534000', '155043.537000', '155043.540000', '155043.543000', '155043.546000', '155043.548000', '155043.556000', '155043.559000', '155043.562000', '155043.565000', '155043.567000', '155043.570000', '155043.573000', '155043.576000', '155043.579000', '155043.581000', '155043.584000', '155043.587000', '155043.590000', '155043.594000', '155043.597000', '155103.472000', '155103.475000', '155103.478000', '155103.481000', '155103.484000', '155103.486000', '155103.489000', '155103.492000', '155103.495000', '155103.498000', '155103.500000', '155103.503000', '155103.506000', '155103.509000', '155103.512000', '155103.514000', '155103.517000', '155103.520000', '155103.523000', '155103.526000', '155103.529000', '155103.532000', '155103.535000', '155103.537000', '155103.540000', '155103.543000', '155103.546000', '155103.549000', '155103.551000', '155103.554000', '155103.557000', '155103.561000', '155103.563000', '155103.566000', '155103.569000', '155103.572000', '155103.575000', '155103.577000', '155103.580000', '155103.583000', '155103.586000', '155103.589000', '155103.592000', '155103.594000', '155123.472000', '155123.475000', '155123.478000', '155123.481000', '155123.483000', '155123.486000', '155123.489000', '155123.492000', '155123.495000', '155123.498000', '155123.500000', '155123.503000', '155123.506000', '155123.509000', '155123.512000', '155123.515000', '155123.518000', '155123.520000', '155123.523000', '155123.526000', '155123.529000', '155123.532000', '155123.535000', '155123.537000', '155123.540000', '155123.543000', '155123.546000', '155123.549000', '155123.551000', '155123.554000', '155123.575000', '155123.578000', '155123.581000', '155123.584000', '155123.587000', '155123.590000', '155123.592000', '155123.595000', '155123.598000', '155123.601000', '155123.604000', '155123.606000', '155123.609000', '155143.471000', '155143.474000', '155143.477000', '155143.480000', '155143.482000', '155143.485000', '155143.488000', '155143.491000', '155143.494000', '155143.496000', '155143.499000', '155143.502000', '155143.505000', '155143.508000', '155143.511000', '155143.513000', '155143.517000', '155143.519000', '155143.522000', '155143.525000', '155143.528000', '155143.531000', '155143.534000', '155143.537000', '155143.540000', '155143.542000', '155143.545000', '155143.548000', '155143.551000', '155143.554000', '155143.557000', '155143.560000', '155143.563000', '155143.566000', '155143.568000', '155143.571000', '155143.574000', '155143.577000', '155143.580000', '155143.583000', '155143.586000', '155143.588000', '155143.591000', '155143.594000', '155203.471000', '155203.474000', '155203.477000', '155203.480000', '155203.483000', '155203.485000', '155203.488000', '155203.491000', '155203.494000', '155203.497000', '155203.499000', '155203.502000', '155203.505000', '155203.508000', '155203.511000', '155203.514000', '155203.516000', '155203.519000', '155203.522000', '155203.525000', '155203.528000', '155203.531000', '155203.533000', '155203.536000', '155203.539000', '155203.542000', '155203.545000', '155203.548000', '155203.551000', '155203.554000', '155203.557000', '155203.560000', '155203.562000', '155203.565000', '155203.568000', '155203.571000', '155203.574000', '155203.577000', '155203.580000', '155203.583000', '155203.585000', '155203.588000', '155203.591000', '155223.471000', '155223.481000', '155223.483000', '155223.486000', '155223.489000', '155223.492000', '155223.495000', '155223.498000', '155223.501000', '155223.504000', '155223.507000', '155223.510000', '155223.512000', '155223.515000', '155223.518000', '155223.521000', '155223.524000', '155223.527000', '155223.530000', '155223.533000', '155223.536000', '155223.538000', '155223.541000', '155223.544000', '155223.547000', '155223.550000', '155223.553000', '155223.556000', '155223.559000', '155223.562000', '155223.564000', '155223.568000', '155223.570000', '155223.573000', '155223.576000', '155223.579000', '155223.582000', '155223.585000', '155223.587000', '155223.590000', '155223.593000', '155223.596000', '155223.599000', '155243.472000', '155243.475000', '155243.478000', '155243.481000', '155243.484000', '155243.487000', '155243.490000', '155243.492000', '155243.495000', '155243.498000', '155243.501000', '155243.504000', '155243.507000', '155243.510000', '155243.513000', '155243.516000', '155243.518000', '155243.521000', '155243.524000', '155243.527000', '155243.530000', '155243.533000', '155243.536000', '155243.539000', '155243.542000', '155243.544000', '155243.547000', '155243.550000', '155243.553000', '155243.556000', '155243.559000', '155243.562000', '155243.565000', '155243.567000', '155243.570000', '155243.573000', '155243.576000', '155243.579000', '155243.582000', '155243.585000', '155243.587000', '155243.590000', '155243.593000', '155243.596000', '155303.472000', '155303.475000', '155303.478000', '155303.481000', '155303.484000', '155303.487000', '155303.490000', '155303.493000', '155303.495000', '155303.498000', '155303.501000', '155303.504000', '155303.507000', '155303.510000', '155303.513000', '155303.516000', '155303.519000', '155303.522000', '155303.525000', '155303.527000', '155303.530000', '155303.533000', '155303.536000', '155303.539000', '155303.542000', '155303.544000', '155303.548000', '155303.550000', '155303.553000', '155303.556000', '155303.559000', '155303.562000', '155303.565000', '155303.568000', '155303.571000', '155303.574000', '155303.577000', '155303.579000', '155303.582000', '155303.585000', '155303.588000', '155303.591000', '155303.594000', '155323.472000', '155323.475000', '155323.478000', '155323.481000', '155323.484000', '155323.486000', '155323.489000', '155323.492000', '155323.495000', '155323.498000', '155323.501000', '155323.503000', '155323.506000', '155323.509000', '155323.514000', '155323.517000', '155323.520000', '155323.522000', '155323.525000', '155323.528000', '155323.531000', '155323.534000', '155323.537000', '155323.539000', '155323.542000', '155323.545000', '155323.548000', '155323.551000', '155323.554000', '155323.556000', '155323.559000', '155323.562000', '155323.565000', '155323.568000', '155323.571000', '155323.573000', '155323.576000', '155323.579000', '155323.582000', '155323.585000', '155323.588000', '155323.591000', '155323.593000', '155323.596000', '155343.472000', '155343.475000', '155343.478000', '155343.481000', '155343.484000', '155343.486000', '155343.489000', '155343.492000', '155343.495000', '155343.498000', '155343.500000', '155343.503000', '155343.506000', '155343.509000', '155343.512000', '155343.515000', '155343.518000', '155343.521000', '155343.524000', '155343.527000', '155343.530000', '155343.533000', '155343.535000', '155343.538000', '155343.541000', '155343.544000', '155343.547000', '155343.550000', '155343.553000', '155343.555000', '155343.558000', '155343.561000', '155343.564000', '155343.567000', '155343.569000', '155343.572000', '155343.575000', '155343.578000', '155343.581000', '155343.584000', '155343.586000', '155343.589000', '155343.592000', '155403.471000', '155403.474000', '155403.477000', '155403.480000', '155403.483000', '155403.485000', '155403.489000', '155403.492000', '155403.495000', '155403.498000', '155403.500000', '155403.503000', '155403.506000', '155403.509000', '155403.512000', '155403.514000', '155403.517000', '155403.520000', '155403.523000', '155403.525000', '155403.528000', '155403.531000', '155403.534000', '155403.537000', '155403.540000', '155403.543000', '155403.545000', '155403.548000', '155403.551000', '155403.554000', '155403.557000', '155403.560000', '155403.563000', '155403.566000', '155403.568000', '155403.571000', '155403.574000', '155403.577000', '155403.580000', '155403.583000', '155403.585000', '155403.588000', '155403.591000', '155403.594000', '155423.471000', '155423.474000', '155423.477000', '155423.480000', '155423.483000', '155423.485000', '155423.488000', '155423.491000', '155423.503000', '155423.506000', '155423.508000', '155423.511000', '155423.514000', '155423.517000', '155423.520000', '155423.523000', '155423.526000', '155423.528000', '155423.531000', '155423.534000', '155423.537000', '155423.540000', '155423.543000', '155423.546000', '155423.549000', '155423.552000', '155423.555000', '155423.558000', '155423.561000', '155423.564000', '155423.566000', '155423.569000', '155423.572000', '155423.575000', '155423.578000', '155423.580000', '155423.583000', '155423.586000', '155423.589000', '155423.592000', '155423.595000', '155423.598000', '155423.600000', '155429.582000', '155429.586000', '155429.590000', '155429.594000', '155429.597000', '155429.600000', '155429.603000', '155429.606000', '155429.609000', '155429.612000', '155429.615000', '155429.618000', '155429.621000', '155429.624000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [10995, 13847, 12516, 7288, 12417, 9364, 11074, 9544, 7347, 11735, 9295, 16231, 11383, 18597, 10416, 13692, 8778, 13530, 8585, 15086, 9382, 12564, 8450, 9666, 9115, 9489, 9258, 9194, 11269, 7847, 11340, 7178, 10648, 8322, 10651, 8328, 14687, 9267, 11132, 8365, 10264, 9838, 9977, 14631, 8449, 13748, 9927, 10976, 9224, 14729, 9188, 12389, 9955, 9360, 11009, 8496, 11552, 8651, 18527, 11252, 18287, 10264, 10963, 8898, 11579, 8378, 14392, 8962, 7689, 9556, 7202, 10378, 7929, 12405, 10510, 15641, 10612, 11861, 8708, 13386, 8338, 14085, 8986, 10544, 9170, 8385, 9992, 7934, 11368, 9466, 13506, 9487, 11321, 8531, 12833, 8520, 13920, 9242, 10180, 9723, 10180, 10384, 9967, 11639, 10094, 15956, 8180, 10504, 8749, 10555, 8522, 14388, 9356, 10717, 8761, 8012, 9887, 8095, 10697, 7971, 15906, 10895, 13375, 9607, 10664, 8642, 11335, 9058, 17135, 10958, 10665, 8390, 8405, 9602, 7870, 11194, 8893, 14876, 9884, 10852, 8578, 13265, 8546, 13878, 9398, 9916, 10026, 7833, 10302, 7781, 11148, 9743, 16181, 11037, 13053, 8638, 10845, 8976, 10601, 13131, 8172, 11453, 7554, 10429, 8539, 10987, 8912, 15501, 10745, 11400, 8464, 9104, 9791, 8682, 13908, 10364, 15527, 10295, 13254, 8448, 12425, 8824, 13389, 12609, 8701, 9984, 7705, 10710, 7564, 12141, 9803, 16369, 10208, 12639, 8187, 10154, 8739, 9532, 12427, 7523, 12663, 8827, 10507, 8529, 14352, 8962, 15469, 10544, 9037, 9325, 6871, 10203, 8727, 11595, 9606, 13663, 9331, 10569, 8499, 10786, 10237, 10692, 15266, 8635, 12427, 8077, 10968, 8955, 15989, 11121, 16023, 9593, 9336, 8974, 7841, 10576, 9494, 15874, 10781, 11914, 8334, 9975, 10163, 9490, 15989, 8937, 13172, 9072, 12661, 8851, 13514, 9452, 8131, 9658, 7203, 10414, 8940, 13435, 10296, 12554, 8628, 7710, 9612, 7591, 11622, 10208, 15545, 10751, 13118, 8649, 10885, 9065, 10292, 13388, 7649, 11808, 8694, 10768, 8648, 14288, 8838, 8977, 9346, 7203, 10070, 8100, 11447, 9494, 15586, 10205, 9961, 8866, 8370, 9522, 7605, 14253, 10969, 16832, 10835, 12309, 8359, 9725, 9052, 9570, 12410, 9039, 14721, 9266, 11578, 8601, 12497, 8719, 11288, 11940, 7732, 12200, 8544, 11383, 9220, 13339, 9835, 16130, 11052, 10636, 9043, 9658, 9921, 8420, 14510, 9449, 14147, 9357, 11387, 8597, 13118, 8816, 10503, 9397, 7379, 9957, 7528, 10362, 9172, 15359, 10823, 13848, 9681, 12291, 8512, 10860, 10753, 8820, 13252, 7619, 11341, 8524, 10976, 9172, 13784, 10733, 7821, 11158, 7933, 11281, 8581, 13092, 8800, 13734, 10709, 15492, 16587, 9749, 14611, 9043, 11521, 8793, 11187, 9032, 14316, 9894, 16078, 9932, 9568, 8801, 8678, 9444, 8032, 12238, 10216, 16351, 11001, 12958, 8649, 8803, 8774, 7204, 10763, 9428, 13558, 9058, 10174, 8058, 10613, 8389, 12725, 12821, 12635, 12073, 7781, 10889, 7531, 10496, 8910, 14280, 10508, 13290, 8945, 12433, 8401, 11763, 8949, 9922, 10715, 7694, 10798, 7345, 10839, 8836, 12851, 10698, 17069, 10726, 11206, 8474, 8945, 9855, 7981, 14857, 10256, 13466, 9124, 9700, 8711, 8811, 11805, 8941, 15853, 10528, 13115, 8834, 9953, 8717, 9688, 12646, 8886, 15339, 9857, 11783, 8724, 11593, 9177, 10437, 14590, 7367, 13117, 8712, 11808, 8815, 12603, 9082, 9763, 13873, 7606, 12204, 8712, 12086, 8154, 9530, 10966, 8253, 12671, 9047, 10930, 8296, 10781, 10378, 12414, 15964, 8635, 13573, 8761, 12204, 8896, 11964, 8873, 15542, 10191, 7997, 9840, 7136, 11152, 8623, 14309, 9769, 9863, 10323, 7214, 11377, 8540, 12484, 10012, 16675, 11250, 10390, 9152, 8520, 10218, 7463, 13515, 10511, 16637, 10290, 11013, 8212, 8231, 9995, 8033, 13841, 10354, 13779, 8733, 9651, 8023, 8277, 9192, 7177, 10390, 8731, 12133, 8851, 9937, 7741, 7152, 10150, 9731, 14932, 12889, 11661, 16228, 8999, 8931, 9710, 7726, 11442, 9042, 10026, 9632, 7847, 14742, 13197, 17213, 13546, 11840, 16747, 9441, 16655, 10481, 16890, 11678, 13860, 15174, 7626, 13022, 8900, 13359, 8391, 10216, 10242, 7185, 11471, 7982, 10897, 8122, 11132, 8961, 8281, 12614, 8839, 12337, 8099, 7262, 9668, 8139, 13092, 8797, 7665, 10359, 7956, 10708, 8775, 13147, 8843, 10919, 14810, 7586, 11767, 9024, 12554, 8829, 10422, 15739, 10234, 15070, 9631, 10268, 9106, 8298, 12480, 11170, 15872, 10399, 9716, 9391, 7165, 10551, 9133, 14316, 9630, 7189, 10405, 8246, 12241, 8344, 10656, 11904, 8660, 15091, 10505, 13271, 9616, 12758, 9201, 11963, 17963, 9693, 14690, 10411, 12950, 8626, 10130, 9780, 8122, 14636, 9787, 13933, 9111, 10477, 8917, 9887, 11412, 8247, 12898, 9444, 11336, 9061, 10129, 8442, 7678, 11526, 9776, 9457, 9183, 6983, 11063, 10144, 10882, 10081, 8580, 15584, 13749, 17253, 11224, 11198, 8832, 9182, 11542, 9466, 15111, 11268, 11765, 8497, 8376, 10440, 9031, 13534, 10936, 10597, 9012, 7197, 10975, 9251, 14839, 9423, 11971, 14291, 7559, 12768, 10196, 12835, 8646, 10356, 12188, 7859, 14863, 11146, 13598, 8832, 9097, 9820, 7861, 12962, 10819, 15827, 9944, 10358, 8850, 8423, 10660, 9070, 14331, 11404, 13142, 8457, 9060, 9458, 7940, 12968, 10787, 15137, 10103, 10377, 8979, 7610, 10783, 9459, 14626, 9515, 8307, 9931, 7530, 11197, 9297, 14647, 11079, 12959, 9107, 9197, 10424, 8053, 11948, 10188, 15658, 11636, 11761, 8213, 8639, 10213, 8075, 13451, 11433, 13981, 8946, 8688, 9450, 7736, 12217, 10281, 13671, 8631, 8376, 10218, 7711, 11844, 10085, 16297, 11759, 9828, 10249, 7329, 11654, 9750, 13834, 9278, 9124, 10730, 6844, 11365, 9392, 11893, 10212, 16544, 12350, 16098, 10813, 13313, 9582, 12458, 9083, 14888, 9314, 9620, 8406, 7559, 9718, 8509, 11563, 9541, 11663, 9419, 6770, 11014, 8938, 13911, 9019, 12803, 12871, 9001, 11799, 7473, 12001, 8661, 11906, 10099, 18154, 12531, 14130, 9788, 10061, 9170, 8576, 12461, 12107, 18178, 12534, 10805, 9390, 6960, 10122, 8701, 12511, 9214, 14255, 9371, 8976, 9848, 7888, 11001, 9311, 15032, 11588, 17340, 10406, 12313, 8594, 9397, 9465, 7535, 11144, 9712, 15787, 9782, 8917, 8586, 6647, 9768, 8863, 11963, 10071, 14664, 10206, 11546, 9495, 13414, 8755, 14978, 9946, 8960, 9992, 7039, 10934, 8733, 11793, 9262, 13877, 9328, 8262, 10030, 6884, 10918, 8461, 11153, 9000, 14923, 10753, 12414, 8610, 8322, 9689, 7872, 11478, 9676, 15044, 10021, 10448], 'WindowCenter': [4191.0, 4195.0, 4171.0, 4096.0, 4155.0, 4125.0, 4144.0, 4123.0, 4094.0, 4143.0, 4125.0, 4175.0, 4144.0, 4184.0, 4121.0, 4140.0, 4099.0, 4137.0, 4098.0, 4149.0, 4098.0, 4129.0, 4088.0, 4096.0, 4097.0, 4095.0, 4098.0, 4098.0, 4131.0, 4088.0, 4129.0, 4078.0, 4118.0, 4101.0, 4121.0, 4101.0, 4163.0, 4111.0, 4130.0, 4101.0, 4120.0, 4121.0, 4121.0, 4164.0, 4100.0, 4151.0, 4120.0, 4119.0, 4110.0, 4162.0, 4112.0, 4140.0, 4110.0, 4110.0, 4119.0, 4097.0, 4128.0, 4098.0, 4172.0, 4119.0, 4158.0, 4107.0, 4105.0, 4095.0, 4116.0, 4086.0, 4136.0, 4095.0, 4074.0, 4095.0, 4064.0, 4105.0, 4089.0, 4129.0, 4120.0, 4149.0, 4117.0, 4127.0, 4086.0, 4136.0, 4087.0, 4137.0, 4098.0, 4116.0, 4097.0, 4085.0, 4106.0, 4086.0, 4127.0, 4108.0, 4137.0, 4107.0, 4117.0, 4098.0, 4138.0, 4099.0, 4148.0, 4109.0, 4107.0, 4106.0, 4105.0, 4106.0, 4105.0, 4116.0, 4106.0, 4146.0, 4085.0, 4104.0, 4084.0, 4104.0, 4096.0, 4148.0, 4097.0, 4117.0, 4085.0, 4086.0, 4106.0, 4086.0, 4117.0, 4087.0, 4159.0, 4117.0, 4137.0, 4096.0, 4104.0, 4084.0, 4114.0, 4095.0, 4156.0, 4116.0, 4105.0, 4083.0, 4083.0, 4093.0, 4086.0, 4117.0, 4097.0, 4148.0, 4106.0, 4115.0, 4096.0, 4136.0, 4097.0, 4148.0, 4097.0, 4105.0, 4105.0, 4074.0, 4104.0, 4075.0, 4117.0, 4106.0, 4158.0, 4117.0, 4135.0, 4084.0, 4116.0, 4096.0, 4117.0, 4138.0, 4086.0, 4115.0, 4075.0, 4106.0, 4095.0, 4117.0, 4098.0, 4148.0, 4117.0, 4116.0, 4084.0, 4094.0, 4105.0, 4097.0, 4137.0, 4107.0, 4146.0, 4106.0, 4124.0, 4085.0, 4126.0, 4096.0, 4136.0, 4126.0, 4084.0, 4093.0, 4073.0, 4103.0, 4074.0, 4125.0, 4106.0, 4146.0, 4106.0, 4124.0, 4084.0, 4104.0, 4096.0, 4106.0, 4137.0, 4075.0, 4138.0, 4096.0, 4115.0, 4097.0, 4148.0, 4097.0, 4147.0, 4119.0, 4096.0, 4095.0, 4052.0, 4106.0, 4098.0, 4126.0, 4120.0, 4149.0, 4109.0, 4117.0, 4097.0, 4128.0, 4119.0, 4117.0, 4161.0, 4098.0, 4126.0, 4085.0, 4115.0, 4097.0, 4146.0, 4116.0, 4146.0, 4094.0, 4092.0, 4084.0, 4075.0, 4115.0, 4106.0, 4157.0, 4116.0, 4125.0, 4085.0, 4104.0, 4105.0, 4106.0, 4147.0, 4095.0, 4124.0, 4084.0, 4124.0, 4096.0, 4135.0, 4094.0, 4073.0, 4092.0, 4062.0, 4104.0, 4096.0, 4138.0, 4106.0, 4125.0, 4083.0, 4073.0, 4094.0, 4075.0, 4115.0, 4106.0, 4147.0, 4116.0, 4125.0, 4084.0, 4116.0, 4094.0, 4105.0, 4138.0, 4073.0, 4124.0, 4083.0, 4104.0, 4096.0, 4135.0, 4095.0, 4094.0, 4096.0, 4075.0, 4104.0, 4087.0, 4126.0, 4107.0, 4147.0, 4106.0, 4106.0, 4096.0, 4085.0, 4106.0, 4075.0, 4148.0, 4116.0, 4156.0, 4116.0, 4126.0, 4085.0, 4105.0, 4097.0, 4107.0, 4139.0, 4098.0, 4148.0, 4108.0, 4127.0, 4097.0, 4138.0, 4099.0, 4128.0, 4130.0, 4076.0, 4128.0, 4097.0, 4117.0, 4097.0, 4138.0, 4108.0, 4147.0, 4116.0, 4104.0, 4083.0, 4094.0, 4104.0, 4086.0, 4136.0, 4094.0, 4134.0, 4093.0, 4113.0, 4084.0, 4135.0, 4095.0, 4104.0, 4096.0, 4065.0, 4105.0, 4075.0, 4105.0, 4097.0, 4148.0, 4116.0, 4137.0, 4095.0, 4114.0, 4085.0, 4116.0, 4106.0, 4084.0, 4125.0, 4074.0, 4103.0, 4083.0, 4104.0, 4097.0, 4136.0, 4116.0, 4063.0, 4116.0, 4074.0, 4115.0, 4085.0, 4136.0, 4098.0, 4137.0, 4117.0, 4149.0, 4160.0, 4096.0, 4136.0, 4096.0, 4114.0, 4084.0, 4114.0, 4085.0, 4135.0, 4107.0, 4147.0, 4096.0, 4095.0, 4083.0, 4072.0, 4092.0, 4073.0, 4114.0, 4104.0, 4145.0, 4104.0, 4113.0, 4083.0, 4082.0, 4082.0, 4063.0, 4115.0, 4096.0, 4137.0, 4096.0, 4116.0, 4088.0, 4116.0, 4087.0, 4138.0, 4138.0, 4126.0, 4125.0, 4075.0, 4104.0, 4062.0, 4103.0, 4084.0, 4135.0, 4104.0, 4124.0, 4084.0, 4112.0, 4084.0, 4115.0, 4083.0, 4104.0, 4105.0, 4062.0, 4103.0, 4063.0, 4102.0, 4084.0, 4125.0, 4104.0, 4146.0, 4105.0, 4104.0, 4073.0, 4083.0, 4104.0, 4074.0, 4149.0, 4105.0, 4135.0, 4095.0, 4094.0, 4083.0, 4096.0, 4127.0, 4096.0, 4147.0, 4105.0, 4125.0, 4096.0, 4106.0, 4085.0, 4096.0, 4127.0, 4084.0, 4147.0, 4106.0, 4115.0, 4085.0, 4115.0, 4095.0, 4105.0, 4137.0, 4063.0, 4124.0, 4085.0, 4112.0, 4085.0, 4125.0, 4084.0, 4094.0, 4124.0, 4073.0, 4114.0, 4084.0, 4125.0, 4086.0, 4106.0, 4118.0, 4086.0, 4138.0, 4097.0, 4117.0, 4089.0, 4119.0, 4119.0, 4129.0, 4161.0, 4087.0, 4137.0, 4084.0, 4114.0, 4083.0, 4114.0, 4085.0, 4146.0, 4104.0, 4073.0, 4093.0, 4064.0, 4115.0, 4097.0, 4146.0, 4108.0, 4106.0, 4105.0, 4064.0, 4114.0, 4085.0, 4127.0, 4107.0, 4148.0, 4116.0, 4104.0, 4082.0, 4072.0, 4103.0, 4063.0, 4125.0, 4104.0, 4145.0, 4104.0, 4103.0, 4084.0, 4084.0, 4105.0, 4086.0, 4137.0, 4108.0, 4136.0, 4085.0, 4108.0, 4099.0, 4098.0, 4109.0, 4075.0, 4118.0, 4109.0, 4139.0, 4109.0, 4118.0, 4086.0, 4078.0, 4131.0, 4123.0, 4176.0, 4168.0, 4157.0, 4184.0, 4122.0, 4110.0, 4108.0, 4089.0, 4132.0, 4113.0, 4123.0, 4110.0, 4091.0, 4151.0, 4141.0, 4162.0, 4127.0, 4103.0, 4134.0, 4081.0, 4133.0, 4080.0, 4132.0, 4090.0, 4110.0, 4109.0, 4048.0, 4098.0, 4056.0, 4096.0, 4046.0, 4076.0, 4079.0, 4037.0, 4088.0, 4060.0, 4088.0, 4049.0, 4090.0, 4070.0, 4061.0, 4112.0, 4071.0, 4113.0, 4062.0, 4064.0, 4094.0, 4075.0, 4126.0, 4087.0, 4075.0, 4106.0, 4076.0, 4108.0, 4087.0, 4128.0, 4097.0, 4107.0, 4138.0, 4066.0, 4116.0, 4086.0, 4127.0, 4086.0, 4107.0, 4150.0, 4108.0, 4138.0, 4096.0, 4107.0, 4086.0, 4087.0, 4129.0, 4119.0, 4149.0, 4107.0, 4097.0, 4097.0, 4065.0, 4107.0, 4098.0, 4149.0, 4109.0, 4067.0, 4118.0, 4089.0, 4129.0, 4089.0, 4121.0, 4130.0, 4099.0, 4151.0, 4120.0, 4140.0, 4109.0, 4128.0, 4099.0, 4128.0, 4161.0, 4096.0, 4138.0, 4106.0, 4126.0, 4085.0, 4106.0, 4097.0, 4076.0, 4138.0, 4107.0, 4138.0, 4097.0, 4106.0, 4095.0, 4106.0, 4118.0, 4086.0, 4127.0, 4096.0, 4116.0, 4097.0, 4106.0, 4088.0, 4090.0, 4131.0, 4122.0, 4122.0, 4112.0, 4081.0, 4132.0, 4124.0, 4133.0, 4122.0, 4103.0, 4163.0, 4142.0, 4161.0, 4117.0, 4116.0, 4086.0, 4084.0, 4116.0, 4097.0, 4138.0, 4107.0, 4116.0, 4084.0, 4075.0, 4105.0, 4096.0, 4138.0, 4118.0, 4107.0, 4085.0, 4065.0, 4107.0, 4098.0, 4150.0, 4099.0, 4128.0, 4139.0, 4078.0, 4128.0, 4109.0, 4126.0, 4085.0, 4108.0, 4129.0, 4077.0, 4139.0, 4117.0, 4138.0, 4097.0, 4084.0, 4095.0, 4076.0, 4128.0, 4118.0, 4147.0, 4107.0, 4106.0, 4086.0, 4076.0, 4107.0, 4097.0, 4140.0, 4118.0, 4127.0, 4087.0, 4086.0, 4095.0, 4076.0, 4138.0, 4119.0, 4138.0, 4106.0, 4106.0, 4085.0, 4075.0, 4117.0, 4108.0, 4149.0, 4098.0, 4089.0, 4109.0, 4078.0, 4119.0, 4111.0, 4152.0, 4121.0, 4140.0, 4097.0, 4098.0, 4108.0, 4076.0, 4118.0, 4108.0, 4148.0, 4117.0, 4117.0, 4086.0, 4085.0, 4107.0, 4087.0, 4138.0, 4131.0, 4138.0, 4097.0, 4087.0, 4096.0, 4079.0, 4129.0, 4121.0, 4140.0, 4087.0, 4087.0, 4109.0, 4079.0, 4130.0, 4120.0, 4161.0, 4129.0, 4107.0, 4107.0, 4065.0, 4117.0, 4108.0, 4138.0, 4099.0, 4097.0, 4118.0, 4058.0, 4119.0, 4099.0, 4130.0, 4109.0, 4161.0, 4129.0, 4146.0, 4107.0, 4126.0, 4094.0, 4125.0, 4085.0, 4135.0, 4096.0, 4094.0, 4074.0, 4075.0, 4095.0, 4087.0, 4127.0, 4109.0, 4129.0, 4097.0, 4057.0, 4118.0, 4099.0, 4139.0, 4099.0, 4141.0, 4141.0, 4097.0, 4118.0, 4065.0, 4127.0, 4086.0, 4117.0, 4106.0, 4157.0, 4116.0, 4124.0, 4095.0, 4093.0, 4084.0, 4085.0, 4127.0, 4127.0, 4160.0, 4127.0, 4105.0, 4083.0, 4054.0, 4093.0, 4084.0, 4125.0, 4098.0, 4136.0, 4096.0, 4085.0, 4094.0, 4074.0, 4105.0, 4083.0, 4136.0, 4105.0, 4145.0, 4093.0, 4102.0, 4070.0, 4080.0, 4079.0, 4061.0, 4103.0, 4093.0, 4135.0, 4094.0, 4084.0, 4084.0, 4054.0, 4095.0, 4096.0, 4126.0, 4097.0, 4138.0, 4105.0, 4114.0, 4095.0, 4125.0, 4084.0, 4136.0, 4094.0, 4082.0, 4082.0, 4053.0, 4103.0, 4084.0, 4115.0, 4096.0, 4136.0, 4084.0, 4074.0, 4094.0, 4053.0, 4103.0, 4074.0, 4103.0, 4086.0, 4136.0, 4117.0, 4126.0, 4085.0, 4074.0, 4094.0, 4074.0, 4116.0, 4108.0, 4147.0, 4106.0, 4105.0], 'WindowWidth': [9299.0, 9286.0, 9247.0, 9138.0, 9212.0, 9172.0, 9195.0, 9166.0, 9129.0, 9193.0, 9172.0, 9241.0, 9195.0, 9249.0, 9158.0, 9182.0, 9126.0, 9172.0, 9125.0, 9194.0, 9125.0, 9163.0, 9110.0, 9118.0, 9121.0, 9116.0, 9124.0, 9125.0, 9173.0, 9110.0, 9168.0, 9101.0, 9153.0, 9133.0, 9160.0, 9136.0, 9219.0, 9147.0, 9171.0, 9134.0, 9156.0, 9162.0, 9159.0, 9225.0, 9131.0, 9199.0, 9158.0, 9154.0, 9146.0, 9217.0, 9150.0, 9184.0, 9144.0, 9141.0, 9154.0, 9120.0, 9164.0, 9125.0, 9233.0, 9151.0, 9206.0, 9133.0, 9128.0, 9116.0, 9145.0, 9106.0, 9171.0, 9116.0, 9086.0, 9115.0, 9076.0, 9131.0, 9115.0, 9168.0, 9156.0, 9194.0, 9149.0, 9161.0, 9105.0, 9173.0, 9110.0, 9175.0, 9126.0, 9144.0, 9120.0, 9102.0, 9131.0, 9108.0, 9162.0, 9138.0, 9176.0, 9135.0, 9149.0, 9124.0, 9180.0, 9129.0, 9193.0, 9140.0, 9134.0, 9133.0, 9129.0, 9132.0, 9130.0, 9148.0, 9130.0, 9187.0, 9102.0, 9125.0, 9101.0, 9128.0, 9121.0, 9193.0, 9123.0, 9147.0, 9104.0, 9105.0, 9133.0, 9107.0, 9150.0, 9109.0, 9210.0, 9149.0, 9173.0, 9117.0, 9125.0, 9101.0, 9142.0, 9117.0, 9202.0, 9144.0, 9127.0, 9098.0, 9096.0, 9111.0, 9106.0, 9148.0, 9121.0, 9190.0, 9132.0, 9142.0, 9119.0, 9172.0, 9122.0, 9192.0, 9123.0, 9130.0, 9130.0, 9087.0, 9126.0, 9093.0, 9148.0, 9134.0, 9206.0, 9149.0, 9169.0, 9102.0, 9145.0, 9121.0, 9149.0, 9179.0, 9104.0, 9144.0, 9091.0, 9130.0, 9119.0, 9149.0, 9125.0, 9195.0, 9148.0, 9144.0, 9101.0, 9112.0, 9131.0, 9122.0, 9177.0, 9133.0, 9187.0, 9132.0, 9154.0, 9104.0, 9160.0, 9122.0, 9173.0, 9160.0, 9101.0, 9111.0, 9084.0, 9124.0, 9089.0, 9156.0, 9131.0, 9185.0, 9130.0, 9152.0, 9100.0, 9127.0, 9121.0, 9133.0, 9178.0, 9091.0, 9177.0, 9120.0, 9144.0, 9122.0, 9192.0, 9124.0, 9192.0, 9154.0, 9119.0, 9115.0, 9057.0, 9132.0, 9127.0, 9162.0, 9161.0, 9197.0, 9144.0, 9150.0, 9124.0, 9166.0, 9157.0, 9150.0, 9214.0, 9124.0, 9160.0, 9103.0, 9144.0, 9122.0, 9189.0, 9147.0, 9187.0, 9114.0, 9108.0, 9099.0, 9089.0, 9144.0, 9133.0, 9205.0, 9146.0, 9157.0, 9103.0, 9128.0, 9133.0, 9132.0, 9192.0, 9116.0, 9154.0, 9100.0, 9155.0, 9120.0, 9170.0, 9113.0, 9085.0, 9108.0, 9069.0, 9126.0, 9119.0, 9179.0, 9134.0, 9155.0, 9099.0, 9084.0, 9114.0, 9091.0, 9145.0, 9132.0, 9189.0, 9145.0, 9155.0, 9101.0, 9144.0, 9115.0, 9128.0, 9178.0, 9086.0, 9154.0, 9099.0, 9127.0, 9121.0, 9171.0, 9119.0, 9114.0, 9117.0, 9090.0, 9128.0, 9109.0, 9161.0, 9137.0, 9192.0, 9133.0, 9132.0, 9119.0, 9102.0, 9133.0, 9092.0, 9193.0, 9147.0, 9202.0, 9147.0, 9159.0, 9104.0, 9130.0, 9123.0, 9138.0, 9183.0, 9125.0, 9193.0, 9139.0, 9163.0, 9125.0, 9179.0, 9129.0, 9166.0, 9171.0, 9095.0, 9166.0, 9123.0, 9146.0, 9122.0, 9179.0, 9139.0, 9192.0, 9145.0, 9126.0, 9098.0, 9111.0, 9127.0, 9105.0, 9172.0, 9112.0, 9165.0, 9111.0, 9136.0, 9100.0, 9170.0, 9118.0, 9127.0, 9117.0, 9075.0, 9128.0, 9090.0, 9131.0, 9122.0, 9192.0, 9144.0, 9174.0, 9116.0, 9138.0, 9101.0, 9143.0, 9131.0, 9097.0, 9154.0, 9086.0, 9122.0, 9096.0, 9126.0, 9121.0, 9170.0, 9143.0, 9071.0, 9142.0, 9087.0, 9141.0, 9103.0, 9171.0, 9123.0, 9176.0, 9151.0, 9194.0, 9216.0, 9118.0, 9171.0, 9116.0, 9139.0, 9098.0, 9139.0, 9103.0, 9171.0, 9134.0, 9187.0, 9116.0, 9113.0, 9095.0, 9078.0, 9105.0, 9083.0, 9139.0, 9127.0, 9184.0, 9125.0, 9135.0, 9096.0, 9093.0, 9093.0, 9074.0, 9144.0, 9121.0, 9177.0, 9121.0, 9146.0, 9114.0, 9145.0, 9110.0, 9177.0, 9181.0, 9158.0, 9156.0, 9088.0, 9124.0, 9068.0, 9124.0, 9099.0, 9168.0, 9125.0, 9152.0, 9099.0, 9134.0, 9099.0, 9141.0, 9098.0, 9125.0, 9126.0, 9068.0, 9122.0, 9068.0, 9121.0, 9100.0, 9155.0, 9127.0, 9186.0, 9126.0, 9122.0, 9082.0, 9096.0, 9126.0, 9087.0, 9196.0, 9130.0, 9170.0, 9115.0, 9113.0, 9099.0, 9120.0, 9161.0, 9119.0, 9189.0, 9130.0, 9155.0, 9118.0, 9133.0, 9102.0, 9117.0, 9162.0, 9100.0, 9187.0, 9131.0, 9141.0, 9100.0, 9140.0, 9117.0, 9129.0, 9175.0, 9071.0, 9151.0, 9099.0, 9133.0, 9100.0, 9154.0, 9099.0, 9111.0, 9152.0, 9084.0, 9138.0, 9098.0, 9154.0, 9106.0, 9131.0, 9152.0, 9107.0, 9178.0, 9124.0, 9149.0, 9113.0, 9153.0, 9155.0, 9166.0, 9213.0, 9105.0, 9172.0, 9100.0, 9137.0, 9095.0, 9138.0, 9101.0, 9184.0, 9125.0, 9082.0, 9110.0, 9073.0, 9141.0, 9123.0, 9186.0, 9139.0, 9130.0, 9129.0, 9072.0, 9138.0, 9104.0, 9160.0, 9135.0, 9192.0, 9142.0, 9123.0, 9092.0, 9079.0, 9122.0, 9071.0, 9156.0, 9125.0, 9184.0, 9124.0, 9123.0, 9097.0, 9099.0, 9129.0, 9107.0, 9177.0, 9137.0, 9173.0, 9104.0, 9136.0, 9129.0, 9127.0, 9140.0, 9093.0, 9153.0, 9144.0, 9182.0, 9142.0, 9154.0, 9110.0, 9104.0, 9177.0, 9170.0, 9245.0, 9243.0, 9223.0, 9254.0, 9166.0, 9145.0, 9140.0, 9116.0, 9175.0, 9151.0, 9165.0, 9145.0, 9119.0, 9203.0, 9189.0, 9217.0, 9161.0, 9121.0, 9166.0, 9087.0, 9160.0, 9084.0, 9159.0, 9100.0, 9123.0, 9122.0, 9038.0, 9102.0, 9045.0, 9095.0, 9030.0, 9073.0, 9080.0, 9023.0, 9092.0, 9057.0, 9092.0, 9040.0, 9095.0, 9072.0, 9061.0, 9132.0, 9075.0, 9129.0, 9064.0, 9069.0, 9108.0, 9088.0, 9157.0, 9107.0, 9088.0, 9129.0, 9090.0, 9133.0, 9105.0, 9161.0, 9121.0, 9130.0, 9175.0, 9075.0, 9143.0, 9104.0, 9158.0, 9104.0, 9132.0, 9195.0, 9133.0, 9173.0, 9117.0, 9129.0, 9102.0, 9106.0, 9165.0, 9150.0, 9193.0, 9132.0, 9119.0, 9116.0, 9076.0, 9132.0, 9123.0, 9192.0, 9138.0, 9081.0, 9150.0, 9113.0, 9163.0, 9113.0, 9158.0, 9170.0, 9125.0, 9198.0, 9153.0, 9183.0, 9137.0, 9161.0, 9125.0, 9160.0, 9214.0, 9117.0, 9176.0, 9129.0, 9153.0, 9098.0, 9128.0, 9118.0, 9090.0, 9177.0, 9131.0, 9174.0, 9118.0, 9128.0, 9115.0, 9130.0, 9152.0, 9105.0, 9159.0, 9116.0, 9145.0, 9119.0, 9132.0, 9110.0, 9117.0, 9174.0, 9164.0, 9165.0, 9149.0, 9109.0, 9175.0, 9166.0, 9178.0, 9163.0, 9138.0, 9222.0, 9187.0, 9213.0, 9146.0, 9142.0, 9100.0, 9095.0, 9142.0, 9118.0, 9179.0, 9129.0, 9141.0, 9096.0, 9085.0, 9126.0, 9118.0, 9175.0, 9149.0, 9131.0, 9101.0, 9077.0, 9131.0, 9121.0, 9196.0, 9127.0, 9161.0, 9180.0, 9097.0, 9161.0, 9137.0, 9156.0, 9101.0, 9134.0, 9163.0, 9093.0, 9178.0, 9145.0, 9174.0, 9118.0, 9097.0, 9114.0, 9091.0, 9162.0, 9147.0, 9188.0, 9132.0, 9129.0, 9102.0, 9089.0, 9132.0, 9120.0, 9182.0, 9148.0, 9159.0, 9107.0, 9101.0, 9116.0, 9093.0, 9177.0, 9149.0, 9174.0, 9130.0, 9129.0, 9099.0, 9089.0, 9148.0, 9137.0, 9192.0, 9122.0, 9112.0, 9138.0, 9099.0, 9153.0, 9146.0, 9201.0, 9157.0, 9180.0, 9121.0, 9120.0, 9133.0, 9089.0, 9149.0, 9136.0, 9190.0, 9145.0, 9145.0, 9103.0, 9100.0, 9133.0, 9109.0, 9178.0, 9169.0, 9177.0, 9120.0, 9106.0, 9117.0, 9100.0, 9167.0, 9158.0, 9181.0, 9109.0, 9108.0, 9139.0, 9098.0, 9168.0, 9154.0, 9213.0, 9167.0, 9133.0, 9131.0, 9075.0, 9145.0, 9135.0, 9175.0, 9125.0, 9121.0, 9149.0, 9070.0, 9151.0, 9126.0, 9168.0, 9140.0, 9214.0, 9165.0, 9187.0, 9132.0, 9155.0, 9111.0, 9153.0, 9101.0, 9167.0, 9117.0, 9111.0, 9083.0, 9086.0, 9114.0, 9108.0, 9162.0, 9140.0, 9166.0, 9121.0, 9068.0, 9150.0, 9126.0, 9180.0, 9128.0, 9183.0, 9186.0, 9119.0, 9149.0, 9074.0, 9159.0, 9104.0, 9146.0, 9129.0, 9203.0, 9140.0, 9152.0, 9112.0, 9107.0, 9096.0, 9100.0, 9161.0, 9160.0, 9216.0, 9159.0, 9125.0, 9096.0, 9058.0, 9106.0, 9097.0, 9154.0, 9122.0, 9171.0, 9116.0, 9100.0, 9110.0, 9084.0, 9125.0, 9097.0, 9170.0, 9126.0, 9181.0, 9106.0, 9115.0, 9071.0, 9083.0, 9083.0, 9063.0, 9119.0, 9107.0, 9168.0, 9110.0, 9098.0, 9097.0, 9059.0, 9114.0, 9118.0, 9159.0, 9120.0, 9174.0, 9127.0, 9138.0, 9112.0, 9154.0, 9099.0, 9168.0, 9110.0, 9089.0, 9090.0, 9054.0, 9119.0, 9098.0, 9140.0, 9118.0, 9170.0, 9097.0, 9083.0, 9110.0, 9056.0, 9122.0, 9083.0, 9122.0, 9103.0, 9173.0, 9147.0, 9155.0, 9100.0, 9085.0, 9109.0, 9085.0, 9144.0, 9138.0, 9188.0, 9130.0, 9127.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.0006352302631578948</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01792870811403509</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.097669519780474</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1959248516465422</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9999203775631172</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5069</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3453.7485</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07731212551602316</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.43859649122807015</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.610886792326609</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5464428483789807</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.875132385996957</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.411085142603889</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0102254</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007513927295804024</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03688221424818039</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</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.606414600949074</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>14.3296</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.3382</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.3587</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296799.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1163.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.7693</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8507</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.3424</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3240.0438</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3449.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79745.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>911.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4349.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.3455</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.918342089280486</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> |