=== 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-0132 --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-0132",
"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-0132_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0132_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-02/func/sub-0132_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>216037946063f48bfb791b76bdf06332</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>19:54:18.457500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999858, 0.0110846, -0.0126984, -0.0101218, 0.997242, 0.0735244]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0747887</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4215, -7779, -7216, 223, -78, -51, -82, 144]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.506</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b1e8ae47-cf94-456c-9ebb-5d22845ea10c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825456619262695, -0.027156023308634758, -0.03639146313071251, 115.0146713256836], [-0.02973906882107258, 2.675527572631836, 0.19814063608646393, -93.51024627685547], [-0.0340687595307827, -0.19726057350635529, 2.692473888397217, -61.141666412353516], [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': ['195418.457500', '195418.917500', '195419.377500', '195419.837500', '195420.297500', '195420.757500', '195421.217500', '195421.677500', '195422.137500', '195422.597500', '195423.057500', '195423.517500', '195423.977500', '195424.437500', '195424.897500', '195425.357500', '195425.817500', '195426.277500', '195426.737500', '195427.197500', '195427.657500', '195428.117500', '195428.577500', '195429.037500', '195429.497500', '195429.957500', '195430.417500', '195430.877500', '195431.337500', '195431.797500', '195432.257500', '195432.717500', '195433.177500', '195433.637500', '195434.097500', '195434.557500', '195435.017500', '195435.477500', '195435.937500', '195436.397500', '195436.857500', '195437.317500', '195437.777500', '195438.237500', '195438.697500', '195439.157500', '195439.617500', '195440.077500', '195440.537500', '195440.997500', '195441.457500', '195441.917500', '195442.377500', '195442.837500', '195443.297500', '195443.757500', '195444.217500', '195444.677500', '195445.137500', '195445.597500', '195446.057500', '195446.517500', '195446.977500', '195447.437500', '195447.897500', '195448.357500', '195448.817500', '195449.277500', '195449.737500', '195450.197500', '195450.657500', '195451.117500', '195451.577500', '195452.037500', '195452.497500', '195452.957500', '195453.417500', '195453.877500', '195454.337500', '195454.797500', '195455.257500', '195455.717500', '195456.177500', '195456.637500', '195457.097500', '195457.557500', '195458.017500', '195458.477500', '195458.937500', '195459.397500', '195459.857500', '195500.317500', '195500.777500', '195501.237500', '195501.697500', '195502.157500', '195502.617500', '195503.077500', '195503.537500', '195503.997500', '195504.457500', '195504.917500', '195505.377500', '195505.837500', '195506.297500', '195506.757500', '195507.217500', '195507.677500', '195508.137500', '195508.597500', '195509.057500', '195509.517500', '195509.977500', '195510.437500', '195510.897500', '195511.357500', '195511.817500', '195512.277500', '195512.737500', '195513.197500', '195513.657500', '195514.117500', '195514.577500', '195515.037500', '195515.497500', '195515.957500', '195516.417500', '195516.877500', '195517.337500', '195517.797500', '195518.257500', '195518.717500', '195519.177500', '195519.637500', '195520.097500', '195520.557500', '195521.017500', '195521.477500', '195521.937500', '195522.397500', '195522.857500', '195523.317500', '195523.777500', '195524.237500', '195524.697500', '195525.157500', '195525.617500', '195526.077500', '195526.537500', '195526.997500', '195527.457500', '195527.917500', '195528.377500', '195528.837500', '195529.297500', '195529.757500', '195530.217500', '195530.677500', '195531.137500', '195531.597500', '195532.057500', '195532.517500', '195532.977500', '195533.437500', '195533.897500', '195534.357500', '195534.817500', '195535.277500', '195535.737500', '195536.197500', '195536.657500', '195537.117500', '195537.577500', '195538.037500', '195538.497500', '195538.957500', '195539.417500', '195539.877500', '195540.337500', '195540.797500', '195541.257500', '195541.717500', '195542.177500', '195542.637500', '195543.097500', '195543.557500', '195544.017500', '195544.477500', '195544.937500', '195545.397500', '195545.857500', '195546.317500', '195546.777500', '195547.237500', '195547.697500', '195548.157500', '195548.617500', '195549.077500', '195549.537500', '195549.997500', '195550.457500', '195550.917500', '195551.377500', '195551.837500', '195552.297500', '195552.757500', '195553.217500', '195553.677500', '195554.137500', '195554.597500', '195555.057500', '195555.517500', '195555.977500', '195556.437500', '195556.897500', '195557.357500', '195557.817500', '195558.277500', '195558.737500', '195559.197500', '195559.657500', '195600.117500', '195600.577500', '195601.037500', '195601.497500', '195601.957500', '195602.417500', '195602.877500', '195603.337500', '195603.797500', '195604.257500', '195604.717500', '195605.177500', '195605.637500', '195606.097500', '195606.557500', '195607.017500', '195607.477500', '195607.937500', '195608.397500', '195608.857500', '195609.317500', '195609.777500', '195610.237500', '195610.697500', '195611.157500', '195611.617500', '195612.077500', '195612.537500', '195612.997500', '195613.457500', '195613.917500', '195614.377500', '195614.837500', '195615.297500', '195615.757500', '195616.217500', '195616.677500', '195617.137500', '195617.597500', '195618.057500', '195618.517500', '195618.977500', '195619.437500', '195619.897500', '195620.357500', '195620.817500', '195621.277500', '195621.737500', '195622.197500', '195622.657500', '195623.117500', '195623.577500', '195624.037500', '195624.497500', '195624.957500', '195625.417500', '195625.877500', '195626.337500', '195626.797500', '195627.257500', '195627.717500', '195628.177500', '195628.637500', '195629.097500', '195629.557500', '195630.017500', '195630.477500', '195630.937500', '195631.397500', '195631.857500', '195632.317500', '195632.777500', '195633.237500', '195633.697500', '195634.157500', '195634.617500', '195635.077500', '195635.537500', '195635.997500', '195636.457500', '195636.917500', '195637.377500', '195637.837500', '195638.297500', '195638.757500', '195639.217500', '195639.677500', '195640.137500', '195640.597500', '195641.057500', '195641.517500', '195641.977500', '195642.437500', '195642.897500', '195643.357500', '195643.817500', '195644.277500', '195644.737500', '195645.197500', '195645.657500', '195646.117500', '195646.577500', '195647.037500', '195647.497500', '195647.957500', '195648.417500', '195648.877500', '195649.337500', '195649.797500', '195650.257500', '195650.717500', '195651.177500', '195651.637500', '195652.097500', '195652.557500', '195653.017500', '195653.477500', '195653.937500', '195654.397500', '195654.857500', '195655.317500', '195655.777500', '195656.237500', '195656.697500', '195657.157500', '195657.617500', '195658.077500', '195658.537500', '195658.997500', '195659.457500', '195659.917500', '195700.377500', '195700.837500', '195701.297500', '195701.757500', '195702.217500', '195702.677500', '195703.137500', '195703.597500', '195704.057500', '195704.517500', '195704.977500', '195705.437500', '195705.897500', '195706.357500', '195706.817500', '195707.277500', '195707.737500', '195708.197500', '195708.657500', '195709.117500', '195709.577500', '195710.037500', '195710.497500', '195710.957500', '195711.417500', '195711.877500', '195712.337500', '195712.797500', '195713.257500', '195713.717500', '195714.177500', '195714.637500', '195715.097500', '195715.557500', '195716.017500', '195716.477500', '195716.937500', '195717.397500', '195717.857500', '195718.317500', '195718.777500', '195719.237500', '195719.697500', '195720.157500', '195720.617500', '195721.077500', '195721.537500', '195721.997500', '195722.457500', '195722.917500', '195723.377500', '195723.837500', '195724.297500', '195724.757500', '195725.217500', '195725.677500', '195726.137500', '195726.597500', '195727.057500', '195727.517500', '195727.977500', '195728.437500', '195728.897500', '195729.357500', '195729.817500', '195730.277500', '195730.737500', '195731.197500', '195731.657500', '195732.117500', '195732.577500', '195733.037500', '195733.497500', '195733.957500', '195734.417500', '195734.877500', '195735.337500', '195735.797500', '195736.257500', '195736.717500', '195737.177500', '195737.637500', '195738.097500', '195738.557500', '195739.017500', '195739.477500', '195739.937500', '195740.397500', '195740.857500', '195741.317500', '195741.777500', '195742.237500', '195742.697500', '195743.157500', '195743.617500', '195744.077500', '195744.537500', '195744.997500', '195745.457500', '195745.917500', '195746.377500', '195746.837500', '195747.297500', '195747.757500', '195748.217500', '195748.677500', '195749.137500', '195749.597500', '195750.057500', '195750.517500', '195750.977500', '195751.437500', '195751.897500', '195752.357500', '195752.817500', '195753.277500', '195753.737500', '195754.197500', '195754.657500', '195755.117500', '195755.577500', '195756.037500', '195756.497500', '195756.957500', '195757.417500', '195757.877500', '195758.337500', '195758.797500', '195759.257500', '195759.717500', '195800.177500', '195800.637500', '195801.097500', '195801.557500', '195802.017500', '195802.477500', '195802.937500', '195803.397500', '195803.857500', '195804.317500', '195804.777500', '195805.237500', '195805.697500', '195806.157500', '195806.617500', '195807.077500', '195807.537500', '195807.997500', '195808.457500', '195808.917500', '195809.377500', '195809.837500', '195810.297500', '195810.757500', '195811.217500', '195811.677500', '195812.137500', '195812.597500', '195813.057500', '195813.517500', '195813.977500', '195814.437500', '195814.897500', '195815.357500', '195815.817500', '195816.277500', '195816.737500', '195817.197500', '195817.657500', '195818.117500', '195818.577500', '195819.037500', '195819.497500', '195819.957500', '195820.417500', '195820.877500', '195821.337500', '195821.797500', '195822.257500', '195822.717500', '195823.177500', '195823.637500', '195824.097500', '195824.557500', '195825.017500', '195825.477500', '195825.937500', '195826.397500', '195826.857500', '195827.317500', '195827.777500', '195828.237500', '195828.697500', '195829.157500', '195829.617500', '195830.077500', '195830.537500', '195830.997500', '195831.457500', '195831.917500', '195832.377500', '195832.837500', '195833.297500', '195833.757500', '195834.217500', '195834.677500', '195835.137500', '195835.597500', '195836.057500', '195836.517500', '195836.977500', '195837.437500', '195837.897500', '195838.357500', '195838.817500', '195839.277500', '195839.737500', '195840.197500', '195840.657500', '195841.117500', '195841.577500', '195842.037500', '195842.497500', '195842.957500', '195843.417500', '195843.877500', '195844.337500', '195844.797500', '195845.257500', '195845.717500', '195846.177500', '195846.637500', '195847.097500', '195847.557500', '195848.017500', '195848.477500', '195848.937500', '195849.397500', '195849.857500', '195850.317500', '195850.777500', '195851.237500', '195851.697500', '195852.157500', '195852.617500', '195853.077500', '195853.537500', '195853.997500', '195854.457500', '195854.917500', '195855.377500', '195855.837500', '195856.297500', '195856.757500', '195857.217500', '195857.677500', '195858.137500', '195858.597500', '195859.057500', '195859.517500', '195859.977500', '195900.437500', '195900.897500', '195901.357500', '195901.817500', '195902.277500', '195902.737500', '195903.197500', '195903.657500', '195904.117500', '195904.577500', '195905.037500', '195905.497500', '195905.957500', '195906.417500', '195906.877500', '195907.337500', '195907.797500', '195908.257500', '195908.717500', '195909.177500', '195909.637500', '195910.097500', '195910.557500', '195911.017500', '195911.477500', '195911.937500', '195912.397500', '195912.857500', '195913.317500', '195913.777500', '195914.237500', '195914.697500', '195915.157500', '195915.617500', '195916.077500', '195916.537500', '195916.997500', '195917.457500', '195917.917500', '195918.377500', '195918.837500', '195919.297500', '195919.757500', '195920.217500', '195920.677500', '195921.137500', '195921.597500', '195922.057500', '195922.517500', '195922.977500', '195923.437500', '195923.897500', '195924.357500', '195924.817500', '195925.277500', '195925.737500', '195926.197500', '195926.657500', '195927.117500', '195927.577500', '195928.037500', '195928.497500', '195928.957500', '195929.417500', '195929.877500', '195930.337500', '195930.797500', '195931.257500', '195931.717500', '195932.177500', '195932.637500', '195933.097500', '195933.557500', '195934.017500', '195934.477500', '195934.937500', '195935.397500', '195935.857500', '195936.317500', '195936.777500', '195937.237500', '195937.697500', '195938.157500', '195938.617500', '195939.077500', '195939.537500', '195939.997500', '195940.457500', '195940.917500', '195941.377500', '195941.837500', '195942.297500', '195942.757500', '195943.217500', '195943.677500', '195944.137500', '195944.597500', '195945.057500', '195945.517500', '195945.977500', '195946.437500', '195946.897500', '195947.357500', '195947.817500', '195948.277500', '195948.737500', '195949.197500', '195949.657500', '195950.117500', '195950.577500', '195951.037500', '195951.497500', '195951.957500', '195952.417500', '195952.877500', '195953.337500', '195953.797500', '195954.257500', '195954.717500', '195955.177500', '195955.637500', '195956.097500', '195956.557500', '195957.017500', '195957.477500', '195957.937500', '195958.397500', '195958.857500', '195959.317500', '195959.777500', '200000.237500', '200000.697500', '200001.157500', '200001.617500', '200002.077500', '200002.537500', '200002.997500', '200003.457500', '200003.917500', '200004.377500', '200004.837500', '200005.297500', '200005.757500', '200006.217500', '200006.677500', '200007.137500', '200007.597500', '200008.057500', '200008.517500', '200008.977500', '200009.437500', '200009.897500', '200010.357500', '200010.817500', '200011.277500', '200011.737500', '200012.197500', '200012.657500', '200013.117500', '200013.577500', '200014.037500', '200014.497500', '200014.957500', '200015.417500', '200015.877500', '200016.337500', '200016.797500', '200017.257500', '200017.717500', '200018.177500', '200018.637500', '200019.097500', '200019.557500', '200020.017500', '200020.477500', '200020.937500', '200021.397500', '200021.857500', '200022.317500', '200022.777500', '200023.237500', '200023.697500', '200024.157500', '200024.617500', '200025.077500', '200025.537500', '200025.997500', '200026.457500', '200026.917500', '200027.377500', '200027.837500', '200028.297500', '200028.757500', '200029.217500', '200029.677500', '200030.137500', '200030.597500', '200031.057500', '200031.517500', '200031.977500', '200032.437500', '200032.897500', '200033.357500', '200033.817500', '200034.277500', '200034.737500', '200035.197500', '200035.657500', '200036.117500', '200036.577500', '200037.037500', '200037.497500', '200037.957500', '200038.417500', '200038.877500', '200039.337500', '200039.797500', '200040.257500', '200040.717500', '200041.177500', '200041.637500', '200042.097500', '200042.557500', '200043.017500', '200043.477500', '200043.937500', '200044.397500', '200044.857500', '200045.317500', '200045.777500', '200046.237500', '200046.697500', '200047.157500', '200047.617500', '200048.077500', '200048.537500', '200048.997500', '200049.457500', '200049.917500', '200050.377500', '200050.837500', '200051.297500', '200051.757500', '200052.217500', '200052.677500', '200053.137500', '200053.597500', '200054.057500', '200054.517500', '200054.977500', '200055.437500', '200055.897500', '200056.357500', '200056.817500', '200057.277500', '200057.737500', '200058.197500', '200058.657500', '200059.117500', '200059.577500', '200100.037500', '200100.497500', '200100.957500', '200101.417500', '200101.877500', '200102.337500', '200102.797500', '200103.257500', '200103.717500', '200104.177500', '200104.637500', '200105.097500', '200105.557500', '200106.017500', '200106.477500', '200106.937500', '200107.397500', '200107.857500', '200108.317500', '200108.777500', '200109.237500', '200109.697500', '200110.157500', '200110.617500', '200111.077500', '200111.537500', '200111.997500', '200112.457500', '200112.917500', '200113.377500', '200113.837500', '200114.297500', '200114.757500', '200115.217500', '200115.677500', '200116.137500', '200116.597500', '200117.057500', '200117.517500', '200117.977500', '200118.437500'], 'ContentTime': ['195434.879000', '195434.882000', '195434.885000', '195434.888000', '195434.890000', '195434.893000', '195434.896000', '195434.898000', '195434.901000', '195434.903000', '195434.906000', '195434.909000', '195434.911000', '195434.914000', '195434.916000', '195434.919000', '195434.927000', '195434.930000', '195434.932000', '195434.935000', '195434.937000', '195434.940000', '195434.943000', '195434.945000', '195434.948000', '195434.950000', '195434.953000', '195434.955000', '195434.958000', '195434.960000', '195434.964000', '195434.967000', '195434.969000', '195454.839000', '195454.841000', '195454.844000', '195454.847000', '195454.849000', '195454.852000', '195454.855000', '195454.857000', '195454.860000', '195454.863000', '195454.865000', '195454.868000', '195454.871000', '195454.873000', '195454.876000', '195454.878000', '195454.881000', '195454.883000', '195454.886000', '195454.888000', '195454.891000', '195454.894000', '195454.896000', '195454.899000', '195454.901000', '195454.904000', '195454.907000', '195454.909000', '195454.912000', '195454.914000', '195454.917000', '195454.919000', '195454.922000', '195454.925000', '195454.927000', '195454.930000', '195454.933000', '195454.935000', '195454.938000', '195454.941000', '195454.943000', '195454.946000', '195454.949000', '195454.951000', '195514.838000', '195514.841000', '195514.844000', '195514.846000', '195514.849000', '195514.851000', '195514.854000', '195514.856000', '195514.859000', '195514.861000', '195514.864000', '195514.867000', '195514.869000', '195514.872000', '195514.874000', '195514.877000', '195514.879000', '195514.882000', '195514.884000', '195514.887000', '195514.889000', '195514.892000', '195514.895000', '195514.897000', '195514.900000', '195514.902000', '195514.905000', '195514.907000', '195514.910000', '195514.913000', '195514.915000', '195514.918000', '195514.920000', '195514.923000', '195514.925000', '195514.928000', '195514.930000', '195514.933000', '195514.935000', '195514.938000', '195514.940000', '195514.943000', '195514.946000', '195534.838000', '195534.841000', '195534.844000', '195534.846000', '195534.849000', '195534.851000', '195534.854000', '195534.857000', '195534.859000', '195534.862000', '195534.864000', '195534.867000', '195534.870000', '195534.872000', '195534.875000', '195534.877000', '195534.880000', '195534.882000', '195534.885000', '195534.888000', '195534.890000', '195534.893000', '195534.895000', '195534.898000', '195534.900000', '195534.903000', '195534.906000', '195534.908000', '195534.911000', '195534.913000', '195534.916000', '195534.918000', '195534.921000', '195534.923000', '195534.926000', '195534.928000', '195534.931000', '195534.934000', '195534.936000', '195534.939000', '195534.941000', '195534.944000', '195534.946000', '195534.949000', '195554.838000', '195554.841000', '195554.844000', '195554.846000', '195554.849000', '195554.852000', '195554.854000', '195554.857000', '195554.860000', '195554.863000', '195554.866000', '195554.869000', '195554.872000', '195554.874000', '195554.877000', '195554.879000', '195554.882000', '195554.885000', '195554.887000', '195554.943000', '195554.946000', '195554.949000', '195554.952000', '195554.954000', '195554.957000', '195554.959000', '195554.962000', '195554.964000', '195554.967000', '195554.970000', '195554.972000', '195554.975000', '195554.977000', '195554.980000', '195554.982000', '195554.985000', '195554.988000', '195554.990000', '195554.993000', '195554.996000', '195554.998000', '195555.002000', '195555.004000', '195614.838000', '195614.841000', '195614.844000', '195614.846000', '195614.849000', '195614.851000', '195614.854000', '195614.857000', '195614.859000', '195614.862000', '195614.864000', '195614.867000', '195614.870000', '195614.872000', '195614.875000', '195614.877000', '195614.880000', '195614.882000', '195614.885000', '195614.888000', '195614.890000', '195614.893000', '195614.895000', '195614.898000', '195614.900000', '195614.903000', '195614.906000', '195614.908000', '195614.911000', '195614.913000', '195614.916000', '195614.918000', '195614.921000', '195614.923000', '195614.926000', '195614.929000', '195614.931000', '195614.934000', '195614.936000', '195614.939000', '195614.941000', '195614.944000', '195614.946000', '195614.949000', '195634.838000', '195634.841000', '195634.844000', '195634.846000', '195634.849000', '195634.851000', '195634.854000', '195634.857000', '195634.859000', '195634.862000', '195634.864000', '195634.867000', '195634.869000', '195634.872000', '195634.874000', '195634.877000', '195634.880000', '195634.882000', '195634.885000', '195634.887000', '195634.890000', '195634.893000', '195634.895000', '195634.898000', '195634.900000', '195634.903000', '195634.905000', '195634.908000', '195634.911000', '195634.914000', '195634.918000', '195634.921000', '195634.923000', '195634.926000', '195634.929000', '195634.931000', '195634.934000', '195634.936000', '195634.939000', '195634.942000', '195634.944000', '195634.947000', '195634.949000', '195654.839000', '195654.841000', '195654.844000', '195654.847000', '195654.849000', '195654.852000', '195654.854000', '195654.857000', '195654.859000', '195654.862000', '195654.865000', '195654.867000', '195654.870000', '195654.872000', '195654.875000', '195654.878000', '195654.880000', '195654.883000', '195654.885000', '195654.888000', '195654.891000', '195654.893000', '195654.896000', '195654.898000', '195654.901000', '195654.903000', '195654.906000', '195654.909000', '195654.911000', '195654.914000', '195654.916000', '195654.919000', '195654.921000', '195654.924000', '195654.927000', '195654.929000', '195654.932000', '195654.935000', '195654.937000', '195654.940000', '195654.942000', '195654.945000', '195654.947000', '195654.950000', '195714.839000', '195714.841000', '195714.844000', '195714.847000', '195714.849000', '195714.852000', '195714.854000', '195714.857000', '195714.860000', '195714.862000', '195714.865000', '195714.867000', '195714.870000', '195714.873000', '195714.875000', '195714.878000', '195714.880000', '195714.883000', '195714.886000', '195714.888000', '195714.891000', '195714.893000', '195714.896000', '195714.899000', '195714.902000', '195714.905000', '195714.908000', '195714.913000', '195714.916000', '195714.918000', '195714.921000', '195714.924000', '195714.926000', '195714.929000', '195714.932000', '195714.935000', '195714.938000', '195714.940000', '195714.943000', '195714.946000', '195714.948000', '195714.951000', '195714.954000', '195734.839000', '195734.841000', '195734.844000', '195734.847000', '195734.849000', '195734.852000', '195734.854000', '195734.857000', '195734.859000', '195734.862000', '195734.865000', '195734.867000', '195734.870000', '195734.872000', '195734.875000', '195734.886000', '195734.888000', '195734.891000', '195734.893000', '195734.896000', '195734.899000', '195734.901000', '195734.904000', '195734.906000', '195734.909000', '195734.912000', '195734.914000', '195734.917000', '195734.919000', '195734.922000', '195734.924000', '195734.927000', '195734.930000', '195734.932000', '195734.935000', '195734.937000', '195734.940000', '195734.942000', '195734.945000', '195734.947000', '195734.950000', '195734.953000', '195734.955000', '195734.958000', '195754.839000', '195754.841000', '195754.844000', '195754.847000', '195754.849000', '195754.852000', '195754.854000', '195754.857000', '195754.859000', '195754.862000', '195754.864000', '195754.867000', '195754.870000', '195754.872000', '195754.875000', '195754.877000', '195754.880000', '195754.883000', '195754.885000', '195754.888000', '195754.890000', '195754.893000', '195754.896000', '195754.898000', '195754.901000', '195754.903000', '195754.906000', '195754.908000', '195754.911000', '195754.914000', '195754.916000', '195754.919000', '195754.921000', '195754.924000', '195754.926000', '195754.929000', '195754.937000', '195754.940000', '195754.942000', '195754.945000', '195754.948000', '195754.951000', '195754.953000', '195814.838000', '195814.841000', '195814.844000', '195814.846000', '195814.850000', '195814.853000', '195814.855000', '195814.858000', '195814.860000', '195814.863000', '195814.866000', '195814.868000', '195814.871000', '195814.874000', '195814.876000', '195814.879000', '195814.882000', '195814.884000', '195814.887000', '195814.889000', '195814.892000', '195814.895000', '195814.897000', '195814.900000', '195814.902000', '195814.905000', '195814.908000', '195814.910000', '195814.913000', '195814.915000', '195814.918000', '195814.921000', '195814.923000', '195814.926000', '195814.929000', '195814.931000', '195814.934000', '195814.936000', '195814.939000', '195814.942000', '195814.944000', '195814.947000', '195814.950000', '195814.952000', '195834.838000', '195834.841000', '195834.844000', '195834.846000', '195834.849000', '195834.851000', '195834.854000', '195834.857000', '195834.859000', '195834.862000', '195834.864000', '195834.867000', '195834.869000', '195834.872000', '195834.875000', '195834.877000', '195834.880000', '195834.882000', '195834.885000', '195834.887000', '195834.890000', '195834.893000', '195834.895000', '195834.898000', '195834.900000', '195834.903000', '195834.906000', '195834.908000', '195834.911000', '195834.913000', '195834.916000', '195834.918000', '195834.921000', '195834.923000', '195834.926000', '195834.929000', '195834.931000', '195834.934000', '195834.936000', '195834.939000', '195834.941000', '195834.944000', '195834.946000', '195854.838000', '195854.841000', '195854.844000', '195854.847000', '195854.849000', '195854.852000', '195854.854000', '195854.857000', '195854.860000', '195854.862000', '195854.865000', '195854.867000', '195854.870000', '195854.872000', '195854.875000', '195854.878000', '195854.880000', '195854.883000', '195854.885000', '195854.888000', '195854.890000', '195854.893000', '195854.896000', '195854.898000', '195854.901000', '195854.903000', '195854.906000', '195854.908000', '195854.911000', '195854.914000', '195854.916000', '195854.919000', '195854.921000', '195854.924000', '195854.927000', '195854.929000', '195854.932000', '195854.934000', '195854.937000', '195854.939000', '195854.947000', '195854.950000', '195854.953000', '195854.956000', '195914.839000', '195914.841000', '195914.844000', '195914.847000', '195914.849000', '195914.852000', '195914.854000', '195914.857000', '195914.859000', '195914.862000', '195914.865000', '195914.867000', '195914.870000', '195914.873000', '195914.875000', '195914.878000', '195914.881000', '195914.883000', '195914.886000', '195914.888000', '195914.891000', '195914.894000', '195914.896000', '195914.899000', '195914.901000', '195914.904000', '195914.907000', '195914.909000', '195914.912000', '195914.914000', '195914.917000', '195914.919000', '195914.922000', '195914.925000', '195914.927000', '195914.930000', '195914.932000', '195914.935000', '195914.938000', '195914.940000', '195914.943000', '195914.945000', '195914.948000', '195934.839000', '195934.841000', '195934.844000', '195934.847000', '195934.849000', '195934.852000', '195934.854000', '195934.857000', '195934.860000', '195934.862000', '195934.865000', '195934.867000', '195934.870000', '195934.873000', '195934.875000', '195934.878000', '195934.881000', '195934.883000', '195934.886000', '195934.888000', '195934.891000', '195934.894000', '195934.896000', '195934.899000', '195934.901000', '195934.904000', '195934.907000', '195934.909000', '195934.912000', '195934.914000', '195934.917000', '195934.919000', '195934.922000', '195934.925000', '195934.927000', '195934.930000', '195934.932000', '195934.935000', '195934.938000', '195934.940000', '195934.943000', '195934.945000', '195934.948000', '195934.950000', '195954.839000', '195954.841000', '195954.844000', '195954.847000', '195954.849000', '195954.852000', '195954.854000', '195954.857000', '195954.860000', '195954.862000', '195954.865000', '195954.867000', '195954.870000', '195954.873000', '195954.875000', '195954.878000', '195954.880000', '195954.883000', '195954.885000', '195954.888000', '195954.891000', '195954.893000', '195954.896000', '195954.899000', '195954.901000', '195954.904000', '195954.906000', '195954.909000', '195954.911000', '195954.914000', '195954.917000', '195954.919000', '195954.922000', '195954.924000', '195954.927000', '195954.929000', '195954.932000', '195954.936000', '195954.939000', '195954.942000', '195954.944000', '195954.947000', '195954.949000', '200014.839000', '200014.842000', '200014.844000', '200014.847000', '200014.850000', '200014.852000', '200014.855000', '200014.858000', '200014.860000', '200014.863000', '200014.865000', '200014.868000', '200014.870000', '200014.873000', '200014.876000', '200014.878000', '200014.881000', '200014.883000', '200014.886000', '200014.889000', '200014.891000', '200014.894000', '200014.922000', '200014.924000', '200014.927000', '200014.930000', '200014.932000', '200014.935000', '200014.937000', '200014.940000', '200014.942000', '200014.945000', '200014.948000', '200014.950000', '200014.953000', '200014.955000', '200014.958000', '200014.961000', '200014.963000', '200014.966000', '200014.968000', '200014.971000', '200014.973000', '200034.838000', '200034.841000', '200034.844000', '200034.846000', '200034.849000', '200034.851000', '200034.854000', '200034.857000', '200034.859000', '200034.862000', '200034.864000', '200034.867000', '200034.870000', '200034.872000', '200034.875000', '200034.877000', '200034.880000', '200034.882000', '200034.885000', '200034.888000', '200034.890000', '200034.893000', '200034.895000', '200034.898000', '200034.900000', '200034.903000', '200034.906000', '200034.908000', '200034.911000', '200034.913000', '200034.916000', '200034.919000', '200034.921000', '200034.924000', '200034.926000', '200034.929000', '200034.931000', '200034.934000', '200034.937000', '200034.939000', '200034.942000', '200034.944000', '200034.947000', '200034.949000', '200054.838000', '200054.841000', '200054.844000', '200054.846000', '200054.849000', '200054.851000', '200054.854000', '200054.857000', '200054.859000', '200054.862000', '200054.865000', '200054.867000', '200054.870000', '200054.873000', '200054.875000', '200054.878000', '200054.881000', '200054.883000', '200054.886000', '200054.888000', '200054.891000', '200054.893000', '200054.896000', '200054.899000', '200054.901000', '200054.904000', '200054.906000', '200054.909000', '200054.911000', '200054.914000', '200054.917000', '200054.919000', '200054.922000', '200054.924000', '200054.927000', '200054.929000', '200054.932000', '200054.935000', '200054.937000', '200054.940000', '200054.942000', '200054.945000', '200054.947000', '200054.950000', '200114.838000', '200114.841000', '200114.844000', '200114.846000', '200114.849000', '200114.852000', '200114.854000', '200114.857000', '200114.859000', '200114.862000', '200114.864000', '200114.867000', '200114.870000', '200114.872000', '200114.875000', '200114.877000', '200114.880000', '200114.882000', '200114.885000', '200114.888000', '200114.890000', '200114.893000', '200114.895000', '200114.898000', '200114.900000', '200114.903000', '200114.906000', '200114.908000', '200114.911000', '200114.913000', '200114.916000', '200114.918000', '200114.921000', '200114.924000', '200114.926000', '200114.929000', '200114.931000', '200114.934000', '200114.936000', '200114.939000', '200114.942000', '200114.944000', '200114.947000', '200119.586000', '200119.589000', '200119.592000', '200119.594000', '200119.597000', '200119.599000', '200119.602000', '200119.605000', '200119.607000', '200119.610000', '200119.613000'], 'InstanceCreationTime': ['195434.879000', '195434.882000', '195434.885000', '195434.888000', '195434.890000', '195434.893000', '195434.896000', '195434.898000', '195434.901000', '195434.903000', '195434.906000', '195434.909000', '195434.911000', '195434.914000', '195434.916000', '195434.919000', '195434.927000', '195434.930000', '195434.932000', '195434.935000', '195434.937000', '195434.940000', '195434.943000', '195434.945000', '195434.948000', '195434.950000', '195434.953000', '195434.955000', '195434.958000', '195434.960000', '195434.964000', '195434.967000', '195434.969000', '195454.839000', '195454.841000', '195454.844000', '195454.847000', '195454.849000', '195454.852000', '195454.855000', '195454.857000', '195454.860000', '195454.863000', '195454.865000', '195454.868000', '195454.871000', '195454.873000', '195454.876000', '195454.878000', '195454.881000', '195454.883000', '195454.886000', '195454.888000', '195454.891000', '195454.894000', '195454.896000', '195454.899000', '195454.901000', '195454.904000', '195454.907000', '195454.909000', '195454.912000', '195454.914000', '195454.917000', '195454.919000', '195454.922000', '195454.925000', '195454.927000', '195454.930000', '195454.933000', '195454.935000', '195454.938000', '195454.941000', '195454.943000', '195454.946000', '195454.949000', '195454.951000', '195514.838000', '195514.841000', '195514.844000', '195514.846000', '195514.849000', '195514.851000', '195514.854000', '195514.856000', '195514.859000', '195514.861000', '195514.864000', '195514.867000', '195514.869000', '195514.872000', '195514.874000', '195514.877000', '195514.879000', '195514.882000', '195514.884000', '195514.887000', '195514.889000', '195514.892000', '195514.895000', '195514.897000', '195514.900000', '195514.902000', '195514.905000', '195514.907000', '195514.910000', '195514.913000', '195514.915000', '195514.918000', '195514.920000', '195514.923000', '195514.925000', '195514.928000', '195514.930000', '195514.933000', '195514.935000', '195514.938000', '195514.940000', '195514.943000', '195514.946000', '195534.838000', '195534.841000', '195534.844000', '195534.846000', '195534.849000', '195534.851000', '195534.854000', '195534.857000', '195534.859000', '195534.862000', '195534.864000', '195534.867000', '195534.870000', '195534.872000', '195534.875000', '195534.877000', '195534.880000', '195534.882000', '195534.885000', '195534.888000', '195534.890000', '195534.893000', '195534.895000', '195534.898000', '195534.900000', '195534.903000', '195534.906000', '195534.908000', '195534.911000', '195534.913000', '195534.916000', '195534.918000', '195534.921000', '195534.923000', '195534.926000', '195534.928000', '195534.931000', '195534.934000', '195534.936000', '195534.939000', '195534.941000', '195534.944000', '195534.946000', '195534.949000', '195554.838000', '195554.841000', '195554.844000', '195554.846000', '195554.849000', '195554.852000', '195554.854000', '195554.857000', '195554.860000', '195554.863000', '195554.866000', '195554.869000', '195554.872000', '195554.874000', '195554.877000', '195554.879000', '195554.882000', '195554.885000', '195554.887000', '195554.943000', '195554.946000', '195554.949000', '195554.952000', '195554.954000', '195554.957000', '195554.959000', '195554.962000', '195554.964000', '195554.967000', '195554.970000', '195554.972000', '195554.975000', '195554.977000', '195554.980000', '195554.982000', '195554.985000', '195554.988000', '195554.990000', '195554.993000', '195554.996000', '195554.998000', '195555.002000', '195555.004000', '195614.838000', '195614.841000', '195614.844000', '195614.846000', '195614.849000', '195614.851000', '195614.854000', '195614.857000', '195614.859000', '195614.862000', '195614.864000', '195614.867000', '195614.870000', '195614.872000', '195614.875000', '195614.877000', '195614.880000', '195614.882000', '195614.885000', '195614.888000', '195614.890000', '195614.893000', '195614.895000', '195614.898000', '195614.900000', '195614.903000', '195614.906000', '195614.908000', '195614.911000', '195614.913000', '195614.916000', '195614.918000', '195614.921000', '195614.923000', '195614.926000', '195614.929000', '195614.931000', '195614.934000', '195614.936000', '195614.939000', '195614.941000', '195614.944000', '195614.946000', '195614.949000', '195634.838000', '195634.841000', '195634.844000', '195634.846000', '195634.849000', '195634.851000', '195634.854000', '195634.857000', '195634.859000', '195634.862000', '195634.864000', '195634.867000', '195634.869000', '195634.872000', '195634.874000', '195634.877000', '195634.880000', '195634.882000', '195634.885000', '195634.887000', '195634.890000', '195634.893000', '195634.895000', '195634.898000', '195634.900000', '195634.903000', '195634.905000', '195634.908000', '195634.911000', '195634.914000', '195634.918000', '195634.921000', '195634.923000', '195634.926000', '195634.929000', '195634.931000', '195634.934000', '195634.936000', '195634.939000', '195634.942000', '195634.944000', '195634.947000', '195634.949000', '195654.839000', '195654.841000', '195654.844000', '195654.847000', '195654.849000', '195654.852000', '195654.854000', '195654.857000', '195654.859000', '195654.862000', '195654.865000', '195654.867000', '195654.870000', '195654.872000', '195654.875000', '195654.878000', '195654.880000', '195654.883000', '195654.885000', '195654.888000', '195654.891000', '195654.893000', '195654.896000', '195654.898000', '195654.901000', '195654.903000', '195654.906000', '195654.909000', '195654.911000', '195654.914000', '195654.916000', '195654.919000', '195654.921000', '195654.924000', '195654.927000', '195654.929000', '195654.932000', '195654.935000', '195654.937000', '195654.940000', '195654.942000', '195654.945000', '195654.947000', '195654.950000', '195714.839000', '195714.841000', '195714.844000', '195714.847000', '195714.849000', '195714.852000', '195714.854000', '195714.857000', '195714.860000', '195714.862000', '195714.865000', '195714.867000', '195714.870000', '195714.873000', '195714.875000', '195714.878000', '195714.880000', '195714.883000', '195714.886000', '195714.888000', '195714.891000', '195714.893000', '195714.896000', '195714.899000', '195714.902000', '195714.905000', '195714.908000', '195714.913000', '195714.916000', '195714.918000', '195714.921000', '195714.924000', '195714.926000', '195714.929000', '195714.932000', '195714.935000', '195714.938000', '195714.940000', '195714.943000', '195714.946000', '195714.948000', '195714.951000', '195714.954000', '195734.839000', '195734.841000', '195734.844000', '195734.847000', '195734.849000', '195734.852000', '195734.854000', '195734.857000', '195734.859000', '195734.862000', '195734.865000', '195734.867000', '195734.870000', '195734.872000', '195734.875000', '195734.886000', '195734.888000', '195734.891000', '195734.893000', '195734.896000', '195734.899000', '195734.901000', '195734.904000', '195734.906000', '195734.909000', '195734.912000', '195734.914000', '195734.917000', '195734.919000', '195734.922000', '195734.924000', '195734.927000', '195734.930000', '195734.932000', '195734.935000', '195734.937000', '195734.940000', '195734.942000', '195734.945000', '195734.947000', '195734.950000', '195734.953000', '195734.955000', '195734.958000', '195754.839000', '195754.841000', '195754.844000', '195754.847000', '195754.849000', '195754.852000', '195754.854000', '195754.857000', '195754.859000', '195754.862000', '195754.864000', '195754.867000', '195754.870000', '195754.872000', '195754.875000', '195754.877000', '195754.880000', '195754.883000', '195754.885000', '195754.888000', '195754.890000', '195754.893000', '195754.896000', '195754.898000', '195754.901000', '195754.903000', '195754.906000', '195754.908000', '195754.911000', '195754.914000', '195754.916000', '195754.919000', '195754.921000', '195754.924000', '195754.926000', '195754.929000', '195754.937000', '195754.940000', '195754.942000', '195754.945000', '195754.948000', '195754.951000', '195754.953000', '195814.838000', '195814.841000', '195814.844000', '195814.846000', '195814.850000', '195814.853000', '195814.855000', '195814.858000', '195814.860000', '195814.863000', '195814.866000', '195814.868000', '195814.871000', '195814.874000', '195814.876000', '195814.879000', '195814.882000', '195814.884000', '195814.887000', '195814.889000', '195814.892000', '195814.895000', '195814.897000', '195814.900000', '195814.902000', '195814.905000', '195814.908000', '195814.910000', '195814.913000', '195814.915000', '195814.918000', '195814.921000', '195814.923000', '195814.926000', '195814.929000', '195814.931000', '195814.934000', '195814.936000', '195814.939000', '195814.942000', '195814.944000', '195814.947000', '195814.950000', '195814.952000', '195834.838000', '195834.841000', '195834.844000', '195834.846000', '195834.849000', '195834.851000', '195834.854000', '195834.857000', '195834.859000', '195834.862000', '195834.864000', '195834.867000', '195834.869000', '195834.872000', '195834.875000', '195834.877000', '195834.880000', '195834.882000', '195834.885000', '195834.887000', '195834.890000', '195834.893000', '195834.895000', '195834.898000', '195834.900000', '195834.903000', '195834.906000', '195834.908000', '195834.911000', '195834.913000', '195834.916000', '195834.918000', '195834.921000', '195834.923000', '195834.926000', '195834.929000', '195834.931000', '195834.934000', '195834.936000', '195834.939000', '195834.941000', '195834.944000', '195834.946000', '195854.838000', '195854.841000', '195854.844000', '195854.847000', '195854.849000', '195854.852000', '195854.854000', '195854.857000', '195854.860000', '195854.862000', '195854.865000', '195854.867000', '195854.870000', '195854.872000', '195854.875000', '195854.878000', '195854.880000', '195854.883000', '195854.885000', '195854.888000', '195854.890000', '195854.893000', '195854.896000', '195854.898000', '195854.901000', '195854.903000', '195854.906000', '195854.908000', '195854.911000', '195854.914000', '195854.916000', '195854.919000', '195854.921000', '195854.924000', '195854.927000', '195854.929000', '195854.932000', '195854.934000', '195854.937000', '195854.939000', '195854.947000', '195854.950000', '195854.953000', '195854.956000', '195914.839000', '195914.841000', '195914.844000', '195914.847000', '195914.849000', '195914.852000', '195914.854000', '195914.857000', '195914.859000', '195914.862000', '195914.865000', '195914.867000', '195914.870000', '195914.873000', '195914.875000', '195914.878000', '195914.881000', '195914.883000', '195914.886000', '195914.888000', '195914.891000', '195914.894000', '195914.896000', '195914.899000', '195914.901000', '195914.904000', '195914.907000', '195914.909000', '195914.912000', '195914.914000', '195914.917000', '195914.919000', '195914.922000', '195914.925000', '195914.927000', '195914.930000', '195914.932000', '195914.935000', '195914.938000', '195914.940000', '195914.943000', '195914.945000', '195914.948000', '195934.839000', '195934.841000', '195934.844000', '195934.847000', '195934.849000', '195934.852000', '195934.854000', '195934.857000', '195934.860000', '195934.862000', '195934.865000', '195934.867000', '195934.870000', '195934.873000', '195934.875000', '195934.878000', '195934.881000', '195934.883000', '195934.886000', '195934.888000', '195934.891000', '195934.894000', '195934.896000', '195934.899000', '195934.901000', '195934.904000', '195934.907000', '195934.909000', '195934.912000', '195934.914000', '195934.917000', '195934.919000', '195934.922000', '195934.925000', '195934.927000', '195934.930000', '195934.932000', '195934.935000', '195934.938000', '195934.940000', '195934.943000', '195934.945000', '195934.948000', '195934.950000', '195954.839000', '195954.841000', '195954.844000', '195954.847000', '195954.849000', '195954.852000', '195954.854000', '195954.857000', '195954.860000', '195954.862000', '195954.865000', '195954.867000', '195954.870000', '195954.873000', '195954.875000', '195954.878000', '195954.880000', '195954.883000', '195954.885000', '195954.888000', '195954.891000', '195954.893000', '195954.896000', '195954.899000', '195954.901000', '195954.904000', '195954.906000', '195954.909000', '195954.911000', '195954.914000', '195954.917000', '195954.919000', '195954.922000', '195954.924000', '195954.927000', '195954.929000', '195954.932000', '195954.936000', '195954.939000', '195954.942000', '195954.944000', '195954.947000', '195954.949000', '200014.839000', '200014.842000', '200014.844000', '200014.847000', '200014.850000', '200014.852000', '200014.855000', '200014.858000', '200014.860000', '200014.863000', '200014.865000', '200014.868000', '200014.870000', '200014.873000', '200014.876000', '200014.878000', '200014.881000', '200014.883000', '200014.886000', '200014.889000', '200014.891000', '200014.894000', '200014.922000', '200014.924000', '200014.927000', '200014.930000', '200014.932000', '200014.935000', '200014.937000', '200014.940000', '200014.942000', '200014.945000', '200014.948000', '200014.950000', '200014.953000', '200014.955000', '200014.958000', '200014.961000', '200014.963000', '200014.966000', '200014.968000', '200014.971000', '200014.973000', '200034.838000', '200034.841000', '200034.844000', '200034.846000', '200034.849000', '200034.851000', '200034.854000', '200034.857000', '200034.859000', '200034.862000', '200034.864000', '200034.867000', '200034.870000', '200034.872000', '200034.875000', '200034.877000', '200034.880000', '200034.882000', '200034.885000', '200034.888000', '200034.890000', '200034.893000', '200034.895000', '200034.898000', '200034.900000', '200034.903000', '200034.906000', '200034.908000', '200034.911000', '200034.913000', '200034.916000', '200034.919000', '200034.921000', '200034.924000', '200034.926000', '200034.929000', '200034.931000', '200034.934000', '200034.937000', '200034.939000', '200034.942000', '200034.944000', '200034.947000', '200034.949000', '200054.838000', '200054.841000', '200054.844000', '200054.846000', '200054.849000', '200054.851000', '200054.854000', '200054.857000', '200054.859000', '200054.862000', '200054.865000', '200054.867000', '200054.870000', '200054.873000', '200054.875000', '200054.878000', '200054.881000', '200054.883000', '200054.886000', '200054.888000', '200054.891000', '200054.893000', '200054.896000', '200054.899000', '200054.901000', '200054.904000', '200054.906000', '200054.909000', '200054.911000', '200054.914000', '200054.917000', '200054.919000', '200054.922000', '200054.924000', '200054.927000', '200054.929000', '200054.932000', '200054.935000', '200054.937000', '200054.940000', '200054.942000', '200054.945000', '200054.947000', '200054.950000', '200114.838000', '200114.841000', '200114.844000', '200114.846000', '200114.849000', '200114.852000', '200114.854000', '200114.857000', '200114.859000', '200114.862000', '200114.864000', '200114.867000', '200114.870000', '200114.872000', '200114.875000', '200114.877000', '200114.880000', '200114.882000', '200114.885000', '200114.888000', '200114.890000', '200114.893000', '200114.895000', '200114.898000', '200114.900000', '200114.903000', '200114.906000', '200114.908000', '200114.911000', '200114.913000', '200114.916000', '200114.918000', '200114.921000', '200114.924000', '200114.926000', '200114.929000', '200114.931000', '200114.934000', '200114.936000', '200114.939000', '200114.942000', '200114.944000', '200114.947000', '200119.586000', '200119.589000', '200119.592000', '200119.594000', '200119.597000', '200119.599000', '200119.602000', '200119.605000', '200119.607000', '200119.610000', '200119.613000'], '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': [11063, 7519, 9301, 7132, 7886, 9003, 7834, 10973, 7418, 11920, 14203, 10564, 15749, 11986, 14745, 15044, 11395, 14842, 8906, 9874, 10825, 8793, 13965, 8399, 11379, 6840, 8237, 12661, 7487, 10000, 7177, 9010, 7229, 8256, 7093, 8534, 7111, 8291, 7041, 9154, 10189, 9361, 13267, 7712, 10590, 8254, 9131, 9173, 15822, 10953, 14542, 7057, 12583, 9886, 10643, 12678, 7798, 13751, 7951, 12310, 7628, 8863, 14352, 7037, 11931, 7484, 9309, 6902, 8271, 6616, 7835, 11573, 7609, 11543, 7072, 10867, 8512, 10843, 7603, 8582, 15690, 9523, 14167, 7109, 13234, 10409, 11331, 9672, 8547, 14752, 7634, 13939, 8453, 11456, 7293, 8271, 16185, 7421, 13732, 6862, 10493, 7255, 9796, 7364, 9058, 7061, 8375, 13019, 9511, 12629, 7487, 12960, 8814, 13312, 8323, 11544, 13837, 9244, 14642, 7815, 13702, 7139, 11922, 8183, 10714, 7089, 10115, 7719, 11422, 7201, 10951, 7076, 10204, 8108, 9610, 7191, 8765, 7076, 7719, 7174, 10879, 14740, 8090, 13015, 9464, 12051, 7486, 8697, 7087, 9435, 7568, 10421, 7208, 11404, 7955, 9514, 9487, 7367, 9622, 6965, 12038, 8961, 13942, 8691, 12996, 8830, 10495, 16636, 10010, 14967, 7147, 10729, 7698, 11577, 7122, 9735, 6854, 8885, 6956, 8304, 6973, 7840, 9486, 7660, 9468, 7949, 11195, 7143, 11154, 8069, 11475, 6799, 10838, 8643, 12335, 7132, 10697, 7985, 12633, 9205, 10542, 7912, 10078, 7654, 11282, 8947, 9291, 15242, 8286, 14996, 8326, 13328, 7379, 13627, 9491, 12134, 8239, 11772, 7091, 10775, 8078, 10164, 6986, 8615, 7809, 8370, 12688, 8344, 13014, 7864, 11728, 7262, 11678, 7403, 11472, 7015, 10727, 8146, 10909, 6955, 10679, 6998, 10372, 8031, 10000, 6932, 8124, 6978, 8932, 7023, 8753, 6948, 8526, 10483, 8163, 7498, 7943, 12980, 7509, 12480, 9605, 12484, 6832, 12096, 7879, 11272, 7304, 9522, 7206, 9847, 7198, 9369, 6833, 8017, 10795, 8111, 8710, 8264, 9855, 8099, 12610, 8845, 12451, 7179, 12566, 8218, 12194, 8778, 10760, 6837, 11883, 8348, 11129, 7376, 11778, 7022, 12058, 9970, 14666, 7563, 10945, 8274, 12843, 11058, 12463, 8182, 15414, 8096, 13470, 7326, 7767, 6971, 11495, 6892, 11620, 8237, 8401, 9069, 8732, 9160, 7464, 10974, 7289, 11567, 7764, 11924, 7437, 11248, 8024, 11202, 6816, 10888, 7321, 8745, 15305, 8513, 13635, 6728, 9895, 6866, 9123, 7143, 7958, 11864, 7515, 11615, 7608, 10039, 7177, 10080, 8103, 6793, 8379, 6966, 8834, 16093, 11875, 14012, 7288, 14023, 9331, 13586, 7074, 10267, 7737, 11388, 7788, 11924, 7595, 10412, 7419, 11548, 8525, 12807, 9098, 11016, 7674, 11366, 7853, 14325, 9492, 13286, 7527, 11518, 7933, 12004, 8429, 10246, 6937, 9284, 7609, 9776, 7154, 9194, 6907, 8666, 7532, 8616, 7036, 7347, 6935, 7544, 12456, 8220, 11267, 7097, 9976, 7890, 9818, 6920, 8545, 6889, 8076, 13622, 8044, 11818, 7199, 12181, 7632, 11280, 9146, 11458, 7033, 9047, 11880, 7803, 12978, 7593, 10490, 8173, 10329, 7027, 9599, 6886, 9392, 7820, 9600, 7496, 9567, 6911, 9022, 8451, 10226, 8819, 6940, 6930, 7296, 8775, 7592, 7120, 12361, 8322, 12250, 9329, 13617, 11512, 14574, 11076, 15807, 13238, 12362, 15147, 9439, 7309, 9316, 7385, 10253, 7470, 9165, 7095, 8549, 7183, 8686, 7020, 8532, 10225, 8417, 8630, 7871, 11103, 7413, 10243, 7695, 9765, 7217, 9952, 7494, 10134, 8332, 10413, 8036, 9340, 7721, 9452, 13159, 10164, 15237, 7175, 13210, 8166, 10010, 6981, 8306, 12261, 7823, 13785, 7988, 12505, 7082, 10736, 7381, 11259, 7081, 10696, 8118, 8705, 14981, 8247, 12799, 7171, 9203, 6772, 8309, 8303, 7733, 12210, 7646, 11886, 7565, 10660, 7208, 9498, 7533, 10258, 8453, 8691, 14128, 8206, 14581, 11044, 14749, 7432, 10638, 7631, 11461, 7962, 12234, 8273, 12633, 10256, 12205, 7900, 11864, 7562, 12457, 7529, 12680, 9165, 12832, 7437, 9403, 8145, 8454, 14481, 10628, 12674, 7092, 8916, 7038, 8937, 7441, 8391, 8135, 8421, 11362, 8367, 11169, 7589, 11416, 7786, 11230, 8483, 11305, 8059, 8831, 10637, 8587, 12387, 8064, 13012, 7407, 12599, 9655, 11354, 7476, 9640, 7315, 9852, 8015, 9079, 11160, 7568, 12190, 8431, 11589, 7578, 10691, 7162, 10006, 8060, 9315, 7538, 8860, 7649, 10134, 8847, 8808, 13680, 8226, 13535, 11083, 12882, 7668, 11152, 7909, 11754, 7890, 9603, 7066, 8599, 9998, 8498, 7698, 8716, 9052, 8642, 13235, 9433, 12079, 7347, 12019, 7966, 11453, 7548, 9232, 12376, 7689, 12754, 7701, 12228, 7247, 9610, 7915, 8452, 12779, 7748, 10910, 7667, 10692, 7427, 9649, 7468, 8297, 8755, 7877, 11981, 7702, 11191, 8303, 11541, 8476, 11066, 8381, 9428, 14516, 11599, 12847, 7466, 9304, 7385, 8936, 9674, 7797, 13155, 8059, 11908, 7790, 11234, 7588, 10726, 8014, 9197, 7110, 8439, 8391, 8331, 13815, 9576, 12424, 7126, 11934, 8104, 11705, 7739, 10781, 7008, 10539, 8527, 10562, 7506, 8499, 12747, 7618, 11735, 7360, 10289, 7738, 9400, 7009, 8830, 12164, 7445, 8793, 7886, 6903, 8774, 7086, 9662, 7068, 10870, 8467, 11894, 7515, 11196, 7924, 12597, 10607, 11164, 14580, 8587, 15033, 8402, 13266, 7462, 12210, 7763, 11662, 7989, 10039, 7107, 8358, 11150, 7861, 11979, 7557, 11421, 7825, 10620, 8287, 8940, 6852, 8133, 7280, 8806, 7053, 8638, 8235, 8086, 13062, 10106, 12357, 7642, 9952, 7561, 10117, 10877, 7951, 13215, 9716, 11733, 7714, 9029, 7045, 8586, 14426, 8524, 12271, 7860, 11884, 7982, 11366, 7854, 9371, 7029, 8723, 10603, 8647, 13365, 7610, 12137, 7901, 11786, 7616, 11399, 7924, 11194, 8638, 9163, 7056, 7998, 6830, 8157, 7756, 8550, 7404, 8235, 7282, 8264, 7200, 8067, 8601, 8127, 12001, 9321, 14721, 7244, 12464, 8431, 10585, 7166, 8173, 6688, 8163, 10144, 8085, 7007, 8395, 11108, 8919, 8177, 7287, 7985, 7883, 12599, 9571, 12432, 7502, 11854, 8492, 11696, 9812, 10257, 15479, 7730, 12877, 8116, 10886, 6677, 8301, 7036, 7941, 9676, 7640, 10891, 7826, 10015, 7901, 9704, 7427, 7057, 8078, 7504, 10913, 7312, 9745, 7816, 10840, 15544, 12155, 13091, 7104, 12117, 8663, 11643, 7746, 8857, 6993, 8488, 6841, 8749, 7772, 7555, 8999, 8360, 7666, 8302, 11288, 7829, 13093, 10098, 12665, 7234, 12267, 9648, 12376, 7649, 9392, 7335, 9140, 8361, 8762, 10486, 7812, 13302], 'WindowCenter': [4267.0, 4212.0, 4216.0, 4184.0, 4191.0, 4176.0, 4158.0, 4188.0, 4143.0, 4184.0, 4191.0, 4150.0, 4180.0, 4158.0, 4169.0, 4153.0, 4133.0, 4140.0, 4098.0, 4107.0, 4105.0, 4087.0, 4137.0, 4086.0, 4116.0, 4054.0, 4088.0, 4136.0, 4079.0, 4117.0, 4080.0, 4135.0, 4114.0, 4126.0, 4105.0, 4125.0, 4106.0, 4127.0, 4107.0, 4151.0, 4157.0, 4151.0, 4167.0, 4127.0, 4157.0, 4139.0, 4148.0, 4163.0, 4200.0, 4171.0, 4180.0, 4118.0, 4179.0, 4147.0, 4158.0, 4168.0, 4129.0, 4176.0, 4127.0, 4167.0, 4115.0, 4138.0, 4174.0, 4106.0, 4167.0, 4131.0, 4161.0, 4118.0, 4140.0, 4118.0, 4141.0, 4181.0, 4155.0, 4181.0, 4132.0, 4183.0, 4152.0, 4185.0, 4131.0, 4153.0, 4201.0, 4161.0, 4191.0, 4120.0, 4193.0, 4159.0, 4170.0, 4148.0, 4149.0, 4188.0, 4130.0, 4191.0, 4139.0, 4170.0, 4117.0, 4139.0, 4198.0, 4119.0, 4178.0, 4107.0, 4158.0, 4119.0, 4159.0, 4119.0, 4148.0, 4119.0, 4140.0, 4178.0, 4150.0, 4167.0, 4118.0, 4179.0, 4148.0, 4178.0, 4127.0, 4169.0, 4179.0, 4134.0, 4175.0, 4115.0, 4173.0, 4107.0, 4165.0, 4127.0, 4155.0, 4116.0, 4156.0, 4130.0, 4193.0, 4139.0, 4167.0, 4117.0, 4159.0, 4125.0, 4148.0, 4106.0, 4136.0, 4103.0, 4128.0, 4103.0, 4157.0, 4185.0, 4123.0, 4164.0, 4147.0, 4156.0, 4104.0, 4124.0, 4104.0, 4147.0, 4129.0, 4156.0, 4129.0, 4167.0, 4139.0, 4150.0, 4162.0, 4128.0, 4148.0, 4118.0, 4180.0, 4149.0, 4191.0, 4140.0, 4180.0, 4138.0, 4147.0, 4173.0, 4134.0, 4174.0, 4092.0, 4142.0, 4115.0, 4153.0, 4103.0, 4134.0, 4105.0, 4138.0, 4103.0, 4126.0, 4104.0, 4138.0, 4159.0, 4129.0, 4146.0, 4140.0, 4169.0, 4130.0, 4168.0, 4140.0, 4168.0, 4118.0, 4169.0, 4138.0, 4180.0, 4117.0, 4159.0, 4128.0, 4181.0, 4138.0, 4156.0, 4126.0, 4147.0, 4128.0, 4169.0, 4138.0, 4137.0, 4176.0, 4127.0, 4175.0, 4125.0, 4173.0, 4117.0, 4175.0, 4135.0, 4152.0, 4124.0, 4153.0, 4103.0, 4156.0, 4115.0, 4157.0, 4114.0, 4138.0, 4113.0, 4137.0, 4190.0, 4138.0, 4174.0, 4126.0, 4166.0, 4116.0, 4167.0, 4116.0, 4168.0, 4118.0, 4157.0, 4126.0, 4156.0, 4117.0, 4155.0, 4117.0, 4160.0, 4127.0, 4149.0, 4106.0, 4126.0, 4117.0, 4137.0, 4117.0, 4138.0, 4105.0, 4138.0, 4156.0, 4126.0, 4114.0, 4127.0, 4178.0, 4129.0, 4180.0, 4150.0, 4166.0, 4107.0, 4164.0, 4126.0, 4154.0, 4114.0, 4146.0, 4127.0, 4155.0, 4117.0, 4147.0, 4104.0, 4127.0, 4155.0, 4127.0, 4134.0, 4136.0, 4144.0, 4126.0, 4176.0, 4148.0, 4164.0, 4117.0, 4177.0, 4125.0, 4166.0, 4150.0, 4183.0, 4118.0, 4166.0, 4136.0, 4155.0, 4116.0, 4165.0, 4118.0, 4167.0, 4159.0, 4185.0, 4127.0, 4157.0, 4139.0, 4175.0, 4156.0, 4163.0, 4124.0, 4174.0, 4113.0, 4162.0, 4101.0, 4101.0, 4091.0, 4154.0, 4101.0, 4153.0, 4123.0, 4122.0, 4120.0, 4137.0, 4159.0, 4118.0, 4155.0, 4116.0, 4167.0, 4127.0, 4168.0, 4118.0, 4168.0, 4127.0, 4167.0, 4106.0, 4159.0, 4116.0, 4137.0, 4186.0, 4126.0, 4164.0, 4092.0, 4146.0, 4093.0, 4135.0, 4103.0, 4125.0, 4167.0, 4116.0, 4165.0, 4152.0, 4158.0, 4120.0, 4157.0, 4140.0, 4107.0, 4139.0, 4115.0, 4150.0, 4198.0, 4168.0, 4176.0, 4106.0, 4176.0, 4134.0, 4165.0, 4104.0, 4142.0, 4113.0, 4154.0, 4115.0, 4154.0, 4113.0, 4143.0, 4114.0, 4154.0, 4137.0, 4164.0, 4135.0, 4154.0, 4116.0, 4179.0, 4138.0, 4175.0, 4135.0, 4152.0, 4101.0, 4152.0, 4137.0, 4176.0, 4126.0, 4142.0, 4102.0, 4133.0, 4112.0, 4145.0, 4116.0, 4146.0, 4116.0, 4138.0, 4126.0, 4138.0, 4116.0, 4118.0, 4116.0, 4128.0, 4177.0, 4137.0, 4156.0, 4118.0, 4148.0, 4128.0, 4158.0, 4118.0, 4139.0, 4106.0, 4127.0, 4177.0, 4129.0, 4166.0, 4119.0, 4167.0, 4129.0, 4168.0, 4148.0, 4168.0, 4105.0, 4137.0, 4165.0, 4116.0, 4165.0, 4116.0, 4154.0, 4124.0, 4147.0, 4106.0, 4146.0, 4116.0, 4147.0, 4126.0, 4157.0, 4115.0, 4169.0, 4143.0, 4174.0, 4161.0, 4169.0, 4169.0, 4137.0, 4138.0, 4148.0, 4168.0, 4149.0, 4133.0, 4180.0, 4142.0, 4172.0, 4149.0, 4180.0, 4171.0, 4184.0, 4137.0, 4178.0, 4144.0, 4133.0, 4138.0, 4088.0, 4066.0, 4111.0, 4078.0, 4107.0, 4065.0, 4097.0, 4054.0, 4085.0, 4053.0, 4099.0, 4065.0, 4099.0, 4108.0, 4099.0, 4099.0, 4102.0, 4133.0, 4104.0, 4132.0, 4106.0, 4135.0, 4117.0, 4149.0, 4119.0, 4150.0, 4130.0, 4159.0, 4127.0, 4150.0, 4133.0, 4178.0, 4181.0, 4161.0, 4189.0, 4119.0, 4180.0, 4128.0, 4148.0, 4105.0, 4128.0, 4167.0, 4129.0, 4180.0, 4128.0, 4167.0, 4118.0, 4172.0, 4129.0, 4169.0, 4120.0, 4161.0, 4130.0, 4142.0, 4190.0, 4130.0, 4169.0, 4107.0, 4150.0, 4106.0, 4141.0, 4139.0, 4128.0, 4179.0, 4140.0, 4170.0, 4141.0, 4160.0, 4130.0, 4160.0, 4131.0, 4175.0, 4156.0, 4153.0, 4189.0, 4140.0, 4214.0, 4185.0, 4191.0, 4116.0, 4157.0, 4119.0, 4157.0, 4131.0, 4167.0, 4139.0, 4181.0, 4159.0, 4170.0, 4127.0, 4169.0, 4128.0, 4178.0, 4128.0, 4181.0, 4149.0, 4168.0, 4116.0, 4138.0, 4116.0, 4127.0, 4178.0, 4148.0, 4166.0, 4103.0, 4137.0, 4104.0, 4137.0, 4115.0, 4138.0, 4127.0, 4141.0, 4168.0, 4140.0, 4168.0, 4131.0, 4179.0, 4130.0, 4172.0, 4141.0, 4172.0, 4129.0, 4152.0, 4160.0, 4138.0, 4179.0, 4129.0, 4178.0, 4119.0, 4168.0, 4147.0, 4157.0, 4117.0, 4148.0, 4117.0, 4161.0, 4128.0, 4148.0, 4158.0, 4128.0, 4167.0, 4139.0, 4167.0, 4127.0, 4157.0, 4117.0, 4159.0, 4129.0, 4151.0, 4131.0, 4150.0, 4130.0, 4161.0, 4139.0, 4151.0, 4179.0, 4138.0, 4178.0, 4182.0, 4180.0, 4140.0, 4170.0, 4129.0, 4168.0, 4127.0, 4160.0, 4107.0, 4136.0, 4146.0, 4139.0, 4115.0, 4138.0, 4135.0, 4138.0, 4179.0, 4148.0, 4167.0, 4117.0, 4167.0, 4127.0, 4158.0, 4114.0, 4138.0, 4168.0, 4114.0, 4165.0, 4117.0, 4167.0, 4116.0, 4148.0, 4116.0, 4127.0, 4167.0, 4117.0, 4155.0, 4117.0, 4159.0, 4116.0, 4147.0, 4117.0, 4138.0, 4137.0, 4128.0, 4167.0, 4129.0, 4169.0, 4139.0, 4170.0, 4139.0, 4170.0, 4128.0, 4147.0, 4177.0, 4158.0, 4166.0, 4104.0, 4135.0, 4102.0, 4137.0, 4134.0, 4129.0, 4175.0, 4140.0, 4165.0, 4127.0, 4169.0, 4127.0, 4157.0, 4126.0, 4148.0, 4105.0, 4136.0, 4124.0, 4140.0, 4179.0, 4148.0, 4165.0, 4104.0, 4164.0, 4128.0, 4167.0, 4129.0, 4156.0, 4118.0, 4157.0, 4138.0, 4157.0, 4116.0, 4139.0, 4176.0, 4126.0, 4180.0, 4140.0, 4171.0, 4127.0, 4148.0, 4106.0, 4137.0, 4153.0, 4117.0, 4136.0, 4126.0, 4120.0, 4152.0, 4131.0, 4161.0, 4130.0, 4171.0, 4140.0, 4181.0, 4128.0, 4171.0, 4141.0, 4179.0, 4158.0, 4159.0, 4176.0, 4127.0, 4176.0, 4124.0, 4164.0, 4115.0, 4166.0, 4125.0, 4167.0, 4125.0, 4145.0, 4103.0, 4138.0, 4153.0, 4125.0, 4165.0, 4128.0, 4165.0, 4129.0, 4183.0, 4139.0, 4150.0, 4106.0, 4127.0, 4115.0, 4139.0, 4118.0, 4139.0, 4137.0, 4141.0, 4180.0, 4160.0, 4166.0, 4117.0, 4147.0, 4116.0, 4159.0, 4156.0, 4128.0, 4178.0, 4136.0, 4167.0, 4115.0, 4137.0, 4105.0, 4138.0, 4175.0, 4126.0, 4155.0, 4116.0, 4165.0, 4124.0, 4155.0, 4114.0, 4137.0, 4106.0, 4137.0, 4146.0, 4136.0, 4165.0, 4113.0, 4163.0, 4126.0, 4155.0, 4114.0, 4156.0, 4126.0, 4156.0, 4123.0, 4149.0, 4116.0, 4128.0, 4116.0, 4140.0, 4126.0, 4135.0, 4114.0, 4128.0, 4115.0, 4128.0, 4114.0, 4127.0, 4136.0, 4138.0, 4166.0, 4137.0, 4175.0, 4104.0, 4153.0, 4111.0, 4142.0, 4089.0, 4113.0, 4091.0, 4124.0, 4141.0, 4127.0, 4104.0, 4125.0, 4153.0, 4150.0, 4137.0, 4119.0, 4127.0, 4127.0, 4167.0, 4149.0, 4169.0, 4116.0, 4157.0, 4126.0, 4168.0, 4148.0, 4160.0, 4177.0, 4103.0, 4154.0, 4112.0, 4143.0, 4093.0, 4126.0, 4104.0, 4116.0, 4132.0, 4117.0, 4155.0, 4130.0, 4156.0, 4139.0, 4161.0, 4132.0, 4132.0, 4142.0, 4131.0, 4186.0, 4143.0, 4164.0, 4131.0, 4173.0, 4191.0, 4181.0, 4167.0, 4104.0, 4157.0, 4126.0, 4154.0, 4116.0, 4136.0, 4103.0, 4139.0, 4105.0, 4138.0, 4115.0, 4130.0, 4138.0, 4140.0, 4129.0, 4139.0, 4168.0, 4131.0, 4178.0, 4160.0, 4167.0, 4118.0, 4167.0, 4147.0, 4168.0, 4115.0, 4136.0, 4105.0, 4137.0, 4125.0, 4125.0, 4143.0, 4116.0, 4165.0], 'WindowWidth': [9446.0, 9364.0, 9355.0, 9310.0, 9309.0, 9277.0, 9249.0, 9285.0, 9219.0, 9272.0, 9274.0, 9215.0, 9259.0, 9222.0, 9242.0, 9207.0, 9180.0, 9182.0, 9121.0, 9131.0, 9125.0, 9105.0, 9171.0, 9103.0, 9142.0, 9057.0, 9109.0, 9172.0, 9100.0, 9146.0, 9105.0, 9188.0, 9165.0, 9178.0, 9150.0, 9175.0, 9150.0, 9183.0, 9157.0, 9223.0, 9224.0, 9218.0, 9233.0, 9182.0, 9223.0, 9204.0, 9214.0, 9240.0, 9286.0, 9248.0, 9258.0, 9172.0, 9255.0, 9208.0, 9224.0, 9236.0, 9188.0, 9245.0, 9182.0, 9235.0, 9164.0, 9196.0, 9240.0, 9156.0, 9236.0, 9200.0, 9235.0, 9174.0, 9207.0, 9175.0, 9213.0, 9264.0, 9238.0, 9266.0, 9203.0, 9269.0, 9228.0, 9273.0, 9195.0, 9230.0, 9291.0, 9238.0, 9275.0, 9181.0, 9283.0, 9231.0, 9245.0, 9213.0, 9219.0, 9268.0, 9193.0, 9275.0, 9205.0, 9245.0, 9170.0, 9204.0, 9280.0, 9176.0, 9254.0, 9160.0, 9227.0, 9178.0, 9230.0, 9175.0, 9215.0, 9177.0, 9207.0, 9254.0, 9220.0, 9236.0, 9175.0, 9254.0, 9215.0, 9254.0, 9184.0, 9242.0, 9253.0, 9189.0, 9245.0, 9165.0, 9239.0, 9156.0, 9230.0, 9184.0, 9216.0, 9168.0, 9221.0, 9195.0, 9286.0, 9211.0, 9240.0, 9173.0, 9231.0, 9180.0, 9212.0, 9155.0, 9196.0, 9147.0, 9188.0, 9147.0, 9223.0, 9259.0, 9174.0, 9230.0, 9210.0, 9218.0, 9149.0, 9173.0, 9150.0, 9210.0, 9191.0, 9222.0, 9190.0, 9238.0, 9209.0, 9221.0, 9239.0, 9191.0, 9215.0, 9177.0, 9260.0, 9219.0, 9275.0, 9204.0, 9257.0, 9196.0, 9209.0, 9241.0, 9186.0, 9238.0, 9127.0, 9194.0, 9163.0, 9211.0, 9147.0, 9188.0, 9153.0, 9199.0, 9146.0, 9180.0, 9149.0, 9203.0, 9230.0, 9192.0, 9211.0, 9207.0, 9245.0, 9196.0, 9243.0, 9207.0, 9241.0, 9176.0, 9244.0, 9204.0, 9258.0, 9174.0, 9229.0, 9189.0, 9261.0, 9200.0, 9221.0, 9183.0, 9210.0, 9189.0, 9246.0, 9200.0, 9196.0, 9247.0, 9183.0, 9244.0, 9180.0, 9239.0, 9169.0, 9243.0, 9191.0, 9210.0, 9174.0, 9209.0, 9147.0, 9219.0, 9163.0, 9223.0, 9166.0, 9201.0, 9161.0, 9203.0, 9273.0, 9200.0, 9242.0, 9184.0, 9234.0, 9170.0, 9237.0, 9171.0, 9238.0, 9178.0, 9225.0, 9184.0, 9221.0, 9173.0, 9220.0, 9172.0, 9231.0, 9185.0, 9214.0, 9155.0, 9182.0, 9172.0, 9200.0, 9171.0, 9200.0, 9153.0, 9201.0, 9221.0, 9182.0, 9164.0, 9186.0, 9253.0, 9193.0, 9261.0, 9218.0, 9236.0, 9159.0, 9230.0, 9180.0, 9214.0, 9163.0, 9208.0, 9187.0, 9220.0, 9170.0, 9212.0, 9151.0, 9185.0, 9218.0, 9184.0, 9189.0, 9196.0, 9205.0, 9184.0, 9249.0, 9215.0, 9230.0, 9172.0, 9251.0, 9182.0, 9233.0, 9223.0, 9273.0, 9177.0, 9235.0, 9196.0, 9219.0, 9172.0, 9233.0, 9176.0, 9238.0, 9230.0, 9259.0, 9185.0, 9225.0, 9203.0, 9247.0, 9222.0, 9225.0, 9177.0, 9242.0, 9160.0, 9221.0, 9142.0, 9140.0, 9128.0, 9212.0, 9140.0, 9211.0, 9172.0, 9171.0, 9166.0, 9200.0, 9233.0, 9175.0, 9220.0, 9171.0, 9239.0, 9187.0, 9238.0, 9176.0, 9239.0, 9187.0, 9238.0, 9159.0, 9229.0, 9171.0, 9198.0, 9262.0, 9180.0, 9227.0, 9132.0, 9205.0, 9133.0, 9191.0, 9145.0, 9179.0, 9236.0, 9169.0, 9234.0, 9231.0, 9229.0, 9182.0, 9226.0, 9208.0, 9159.0, 9205.0, 9168.0, 9222.0, 9284.0, 9242.0, 9248.0, 9153.0, 9247.0, 9189.0, 9229.0, 9149.0, 9195.0, 9159.0, 9213.0, 9163.0, 9212.0, 9157.0, 9198.0, 9164.0, 9216.0, 9197.0, 9230.0, 9194.0, 9214.0, 9167.0, 9260.0, 9205.0, 9244.0, 9190.0, 9207.0, 9140.0, 9207.0, 9204.0, 9249.0, 9181.0, 9194.0, 9144.0, 9183.0, 9160.0, 9205.0, 9168.0, 9206.0, 9170.0, 9201.0, 9185.0, 9200.0, 9170.0, 9174.0, 9169.0, 9188.0, 9251.0, 9200.0, 9223.0, 9175.0, 9213.0, 9187.0, 9227.0, 9175.0, 9205.0, 9154.0, 9186.0, 9252.0, 9189.0, 9234.0, 9176.0, 9237.0, 9191.0, 9241.0, 9216.0, 9240.0, 9153.0, 9198.0, 9231.0, 9168.0, 9229.0, 9168.0, 9217.0, 9179.0, 9210.0, 9155.0, 9209.0, 9169.0, 9212.0, 9181.0, 9227.0, 9170.0, 9250.0, 9226.0, 9267.0, 9245.0, 9251.0, 9256.0, 9212.0, 9213.0, 9227.0, 9256.0, 9228.0, 9203.0, 9260.0, 9210.0, 9245.0, 9215.0, 9259.0, 9247.0, 9267.0, 9189.0, 9252.0, 9192.0, 9174.0, 9174.0, 9106.0, 9074.0, 9147.0, 9097.0, 9132.0, 9070.0, 9115.0, 9055.0, 9097.0, 9053.0, 9124.0, 9074.0, 9125.0, 9134.0, 9129.0, 9127.0, 9136.0, 9175.0, 9143.0, 9177.0, 9150.0, 9187.0, 9168.0, 9211.0, 9176.0, 9216.0, 9191.0, 9226.0, 9184.0, 9217.0, 9202.0, 9269.0, 9261.0, 9233.0, 9268.0, 9174.0, 9255.0, 9182.0, 9210.0, 9149.0, 9184.0, 9234.0, 9188.0, 9255.0, 9184.0, 9233.0, 9173.0, 9249.0, 9192.0, 9240.0, 9181.0, 9235.0, 9191.0, 9210.0, 9270.0, 9191.0, 9240.0, 9157.0, 9217.0, 9153.0, 9205.0, 9205.0, 9190.0, 9255.0, 9208.0, 9244.0, 9211.0, 9232.0, 9193.0, 9231.0, 9195.0, 9263.0, 9239.0, 9230.0, 9272.0, 9205.0, 9317.0, 9273.0, 9275.0, 9169.0, 9220.0, 9174.0, 9222.0, 9193.0, 9237.0, 9204.0, 9260.0, 9228.0, 9241.0, 9183.0, 9239.0, 9186.0, 9253.0, 9188.0, 9259.0, 9214.0, 9237.0, 9166.0, 9198.0, 9165.0, 9184.0, 9250.0, 9209.0, 9230.0, 9145.0, 9195.0, 9147.0, 9195.0, 9164.0, 9200.0, 9183.0, 9209.0, 9239.0, 9206.0, 9241.0, 9195.0, 9259.0, 9197.0, 9252.0, 9210.0, 9251.0, 9188.0, 9225.0, 9231.0, 9202.0, 9254.0, 9190.0, 9252.0, 9177.0, 9239.0, 9211.0, 9223.0, 9170.0, 9212.0, 9173.0, 9234.0, 9186.0, 9215.0, 9225.0, 9188.0, 9237.0, 9202.0, 9236.0, 9185.0, 9222.0, 9173.0, 9230.0, 9189.0, 9222.0, 9196.0, 9221.0, 9193.0, 9235.0, 9201.0, 9220.0, 9255.0, 9202.0, 9254.0, 9268.0, 9262.0, 9213.0, 9246.0, 9188.0, 9239.0, 9184.0, 9236.0, 9157.0, 9195.0, 9207.0, 9199.0, 9163.0, 9198.0, 9192.0, 9200.0, 9254.0, 9213.0, 9235.0, 9170.0, 9235.0, 9184.0, 9224.0, 9164.0, 9198.0, 9237.0, 9163.0, 9230.0, 9169.0, 9233.0, 9166.0, 9213.0, 9164.0, 9182.0, 9232.0, 9168.0, 9215.0, 9172.0, 9227.0, 9170.0, 9210.0, 9171.0, 9202.0, 9197.0, 9186.0, 9238.0, 9190.0, 9243.0, 9204.0, 9246.0, 9203.0, 9246.0, 9185.0, 9211.0, 9250.0, 9222.0, 9231.0, 9146.0, 9191.0, 9143.0, 9195.0, 9186.0, 9188.0, 9244.0, 9208.0, 9235.0, 9185.0, 9242.0, 9184.0, 9224.0, 9181.0, 9212.0, 9151.0, 9196.0, 9177.0, 9204.0, 9256.0, 9211.0, 9229.0, 9149.0, 9228.0, 9186.0, 9235.0, 9188.0, 9220.0, 9175.0, 9224.0, 9199.0, 9224.0, 9168.0, 9202.0, 9247.0, 9182.0, 9261.0, 9210.0, 9250.0, 9187.0, 9216.0, 9154.0, 9195.0, 9211.0, 9168.0, 9193.0, 9185.0, 9180.0, 9227.0, 9198.0, 9237.0, 9197.0, 9250.0, 9209.0, 9262.0, 9188.0, 9249.0, 9210.0, 9260.0, 9226.0, 9227.0, 9247.0, 9181.0, 9246.0, 9175.0, 9227.0, 9165.0, 9231.0, 9181.0, 9237.0, 9180.0, 9204.0, 9146.0, 9200.0, 9213.0, 9180.0, 9232.0, 9187.0, 9232.0, 9192.0, 9274.0, 9206.0, 9219.0, 9156.0, 9186.0, 9166.0, 9202.0, 9173.0, 9205.0, 9198.0, 9210.0, 9258.0, 9231.0, 9234.0, 9171.0, 9212.0, 9168.0, 9228.0, 9219.0, 9185.0, 9252.0, 9192.0, 9233.0, 9164.0, 9195.0, 9150.0, 9199.0, 9243.0, 9179.0, 9214.0, 9166.0, 9231.0, 9175.0, 9215.0, 9162.0, 9194.0, 9154.0, 9197.0, 9206.0, 9194.0, 9228.0, 9160.0, 9225.0, 9181.0, 9217.0, 9163.0, 9218.0, 9181.0, 9220.0, 9172.0, 9217.0, 9170.0, 9185.0, 9173.0, 9209.0, 9183.0, 9192.0, 9162.0, 9185.0, 9164.0, 9186.0, 9161.0, 9184.0, 9194.0, 9200.0, 9234.0, 9197.0, 9244.0, 9147.0, 9211.0, 9153.0, 9193.0, 9120.0, 9156.0, 9126.0, 9176.0, 9193.0, 9182.0, 9147.0, 9178.0, 9212.0, 9221.0, 9197.0, 9177.0, 9181.0, 9184.0, 9235.0, 9215.0, 9239.0, 9168.0, 9219.0, 9179.0, 9238.0, 9214.0, 9231.0, 9249.0, 9144.0, 9211.0, 9154.0, 9195.0, 9128.0, 9176.0, 9147.0, 9166.0, 9183.0, 9169.0, 9217.0, 9191.0, 9221.0, 9204.0, 9236.0, 9200.0, 9201.0, 9215.0, 9198.0, 9280.0, 9220.0, 9245.0, 9196.0, 9251.0, 9275.0, 9262.0, 9235.0, 9148.0, 9219.0, 9178.0, 9213.0, 9165.0, 9192.0, 9147.0, 9200.0, 9151.0, 9198.0, 9165.0, 9191.0, 9200.0, 9206.0, 9189.0, 9204.0, 9241.0, 9194.0, 9255.0, 9232.0, 9237.0, 9172.0, 9236.0, 9209.0, 9236.0, 9163.0, 9192.0, 9150.0, 9195.0, 9176.0, 9178.0, 9199.0, 9168.0, 9230.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.006008555798687089</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025059291356673962</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.75670678923326</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2736452400219058</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1106543459802838</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4412</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7723.126</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1253065987305693</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.37855579868709</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.288364799452405</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2559019462151064</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4717073047062694</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.137485147435839</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.017719</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01658528298139572</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02250882424414158</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>914</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.94789189005107</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>36.7952</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.0803</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.6987</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309489.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>689.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.9452</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3323</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.8896</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3426.7299</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3588.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67055.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1254.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4519.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.8327</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.177838534582406</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> |