=== 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-0070 --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-0070",
"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-0070_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0070_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0070/ses-02/func/sub-0070_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>26dd4aea8cfe6f1454de17eaf63b87a2</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:35:19.667500</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.99948, -0.0280056, 0.0159619, 0.0270452, 0.997979, 0.0575028]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.094553</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7756, -7245, 479, -83, -227, 34, 28]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>290.449</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>466e49f0-940f-479e-b1db-f0a1fee4d744||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.681532621383667, 0.07256024330854416, 0.04735806584358215, 105.52013397216797], [0.0751369297504425, 2.677504539489746, 0.1540112942457199, -96.87763977050781], [0.04282457008957863, -0.1542758047580719, 2.695188045501709, -62.554195404052734], [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': ['193519.667500', '193520.127500', '193520.587500', '193521.047500', '193521.507500', '193521.967500', '193522.427500', '193522.887500', '193523.347500', '193523.807500', '193524.267500', '193524.727500', '193525.187500', '193525.647500', '193526.107500', '193526.567500', '193527.027500', '193527.487500', '193527.947500', '193528.407500', '193528.867500', '193529.327500', '193529.787500', '193530.247500', '193530.707500', '193531.167500', '193531.627500', '193532.087500', '193532.547500', '193533.007500', '193533.467500', '193533.927500', '193534.387500', '193534.847500', '193535.307500', '193535.767500', '193536.227500', '193536.687500', '193537.147500', '193537.607500', '193538.067500', '193538.527500', '193538.987500', '193539.447500', '193539.907500', '193540.367500', '193540.827500', '193541.287500', '193541.747500', '193542.207500', '193542.667500', '193543.127500', '193543.587500', '193544.047500', '193544.507500', '193544.967500', '193545.427500', '193545.887500', '193546.347500', '193546.807500', '193547.267500', '193547.727500', '193548.187500', '193548.647500', '193549.107500', '193549.567500', '193550.027500', '193550.487500', '193550.947500', '193551.407500', '193551.867500', '193552.327500', '193552.787500', '193553.247500', '193553.707500', '193554.167500', '193554.627500', '193555.087500', '193555.547500', '193556.007500', '193556.467500', '193556.927500', '193557.387500', '193557.847500', '193558.307500', '193558.767500', '193559.227500', '193559.687500', '193600.147500', '193600.607500', '193601.067500', '193601.527500', '193601.987500', '193602.447500', '193602.907500', '193603.367500', '193603.827500', '193604.287500', '193604.747500', '193605.207500', '193605.667500', '193606.127500', '193606.587500', '193607.047500', '193607.507500', '193607.967500', '193608.427500', '193608.887500', '193609.347500', '193609.807500', '193610.267500', '193610.727500', '193611.187500', '193611.647500', '193612.107500', '193612.567500', '193613.027500', '193613.487500', '193613.947500', '193614.407500', '193614.867500', '193615.327500', '193615.787500', '193616.247500', '193616.707500', '193617.167500', '193617.627500', '193618.087500', '193618.547500', '193619.007500', '193619.467500', '193619.927500', '193620.387500', '193620.847500', '193621.307500', '193621.767500', '193622.227500', '193622.687500', '193623.147500', '193623.607500', '193624.067500', '193624.527500', '193624.987500', '193625.447500', '193625.907500', '193626.367500', '193626.827500', '193627.287500', '193627.747500', '193628.207500', '193628.667500', '193629.127500', '193629.587500', '193630.047500', '193630.507500', '193630.967500', '193631.427500', '193631.887500', '193632.347500', '193632.807500', '193633.267500', '193633.727500', '193634.187500', '193634.647500', '193635.107500', '193635.567500', '193636.027500', '193636.487500', '193636.947500', '193637.407500', '193637.867500', '193638.327500', '193638.787500', '193639.247500', '193639.707500', '193640.167500', '193640.627500', '193641.087500', '193641.547500', '193642.007500', '193642.467500', '193642.927500', '193643.387500', '193643.847500', '193644.307500', '193644.767500', '193645.227500', '193645.687500', '193646.147500', '193646.607500', '193647.067500', '193647.527500', '193647.987500', '193648.447500', '193648.907500', '193649.367500', '193649.827500', '193650.287500', '193650.747500', '193651.207500', '193651.667500', '193652.127500', '193652.587500', '193653.047500', '193653.507500', '193653.967500', '193654.427500', '193654.887500', '193655.347500', '193655.807500', '193656.267500', '193656.727500', '193657.187500', '193657.647500', '193658.107500', '193658.567500', '193659.027500', '193659.487500', '193659.947500', '193700.407500', '193700.867500', '193701.327500', '193701.787500', '193702.247500', '193702.707500', '193703.167500', '193703.627500', '193704.087500', '193704.547500', '193705.007500', '193705.467500', '193705.927500', '193706.387500', '193706.847500', '193707.307500', '193707.767500', '193708.227500', '193708.687500', '193709.147500', '193709.607500', '193710.067500', '193710.527500', '193710.987500', '193711.447500', '193711.907500', '193712.367500', '193712.827500', '193713.287500', '193713.747500', '193714.207500', '193714.667500', '193715.127500', '193715.587500', '193716.047500', '193716.507500', '193716.967500', '193717.427500', '193717.887500', '193718.347500', '193718.807500', '193719.267500', '193719.727500', '193720.187500', '193720.647500', '193721.107500', '193721.567500', '193722.027500', '193722.487500', '193722.947500', '193723.407500', '193723.867500', '193724.327500', '193724.787500', '193725.247500', '193725.707500', '193726.167500', '193726.627500', '193727.087500', '193727.547500', '193728.007500', '193728.467500', '193728.927500', '193729.387500', '193729.847500', '193730.307500', '193730.767500', '193731.227500', '193731.687500', '193732.147500', '193732.607500', '193733.067500', '193733.527500', '193733.987500', '193734.447500', '193734.907500', '193735.367500', '193735.827500', '193736.287500', '193736.747500', '193737.207500', '193737.667500', '193738.127500', '193738.587500', '193739.047500', '193739.507500', '193739.967500', '193740.427500', '193740.887500', '193741.347500', '193741.807500', '193742.267500', '193742.727500', '193743.187500', '193743.647500', '193744.107500', '193744.567500', '193745.027500', '193745.487500', '193745.947500', '193746.407500', '193746.867500', '193747.327500', '193747.787500', '193748.247500', '193748.707500', '193749.167500', '193749.627500', '193750.087500', '193750.547500', '193751.007500', '193751.467500', '193751.927500', '193752.387500', '193752.847500', '193753.307500', '193753.767500', '193754.227500', '193754.687500', '193755.147500', '193755.607500', '193756.067500', '193756.527500', '193756.987500', '193757.447500', '193757.907500', '193758.367500', '193758.827500', '193759.287500', '193759.747500', '193800.207500', '193800.667500', '193801.127500', '193801.587500', '193802.047500', '193802.507500', '193802.967500', '193803.427500', '193803.887500', '193804.347500', '193804.807500', '193805.267500', '193805.727500', '193806.187500', '193806.647500', '193807.107500', '193807.567500', '193808.027500', '193808.487500', '193808.947500', '193809.407500', '193809.867500', '193810.327500', '193810.787500', '193811.247500', '193811.707500', '193812.167500', '193812.627500', '193813.087500', '193813.547500', '193814.007500', '193814.467500', '193814.927500', '193815.387500', '193815.847500', '193816.307500', '193816.767500', '193817.227500', '193817.687500', '193818.147500', '193818.607500', '193819.067500', '193819.527500', '193819.987500', '193820.447500', '193820.907500', '193821.367500', '193821.827500', '193822.287500', '193822.747500', '193823.207500', '193823.667500', '193824.127500', '193824.587500', '193825.047500', '193825.507500', '193825.967500', '193826.427500', '193826.887500', '193827.347500', '193827.807500', '193828.267500', '193828.727500', '193829.187500', '193829.647500', '193830.107500', '193830.567500', '193831.027500', '193831.487500', '193831.947500', '193832.407500', '193832.867500', '193833.327500', '193833.787500', '193834.247500', '193834.707500', '193835.167500', '193835.627500', '193836.087500', '193836.547500', '193837.007500', '193837.467500', '193837.927500', '193838.387500', '193838.847500', '193839.307500', '193839.767500', '193840.227500', '193840.687500', '193841.147500', '193841.607500', '193842.067500', '193842.527500', '193842.987500', '193843.447500', '193843.907500', '193844.367500', '193844.827500', '193845.287500', '193845.747500', '193846.207500', '193846.667500', '193847.127500', '193847.587500', '193848.047500', '193848.507500', '193848.967500', '193849.427500', '193849.887500', '193850.347500', '193850.807500', '193851.267500', '193851.727500', '193852.187500', '193852.647500', '193853.107500', '193853.567500', '193854.027500', '193854.487500', '193854.947500', '193855.407500', '193855.867500', '193856.327500', '193856.787500', '193857.247500', '193857.707500', '193858.167500', '193858.627500', '193859.087500', '193859.547500', '193900.007500', '193900.467500', '193900.927500', '193901.387500', '193901.847500', '193902.307500', '193902.767500', '193903.227500', '193903.687500', '193904.147500', '193904.607500', '193905.067500', '193905.527500', '193905.987500', '193906.447500', '193906.907500', '193907.367500', '193907.827500', '193908.287500', '193908.747500', '193909.207500', '193909.667500', '193910.127500', '193910.587500', '193911.047500', '193911.507500', '193911.967500', '193912.427500', '193912.887500', '193913.347500', '193913.807500', '193914.267500', '193914.727500', '193915.187500', '193915.647500', '193916.107500', '193916.567500', '193917.027500', '193917.487500', '193917.947500', '193918.407500', '193918.867500', '193919.327500', '193919.787500', '193920.247500', '193920.707500', '193921.167500', '193921.627500', '193922.087500', '193922.547500', '193923.007500', '193923.467500', '193923.927500', '193924.387500', '193924.847500', '193925.307500', '193925.767500', '193926.227500', '193926.687500', '193927.147500', '193927.607500', '193928.067500', '193928.527500', '193928.987500', '193929.447500', '193929.907500', '193930.367500', '193930.827500', '193931.287500', '193931.747500', '193932.207500', '193932.667500', '193933.127500', '193933.587500', '193934.047500', '193934.507500', '193934.967500', '193935.427500', '193935.887500', '193936.347500', '193936.807500', '193937.267500', '193937.727500', '193938.187500', '193938.647500', '193939.107500', '193939.567500', '193940.027500', '193940.487500', '193940.947500', '193941.407500', '193941.867500', '193942.327500', '193942.787500', '193943.247500', '193943.707500', '193944.167500', '193944.627500', '193945.087500', '193945.547500', '193946.007500', '193946.467500', '193946.927500', '193947.387500', '193947.847500', '193948.307500', '193948.767500', '193949.227500', '193949.687500', '193950.147500', '193950.607500', '193951.067500', '193951.527500', '193951.987500', '193952.447500', '193952.907500', '193953.367500', '193953.827500', '193954.287500', '193954.747500', '193955.207500', '193955.667500', '193956.127500', '193956.587500', '193957.047500', '193957.507500', '193957.967500', '193958.427500', '193958.887500', '193959.347500', '193959.807500', '194000.267500', '194000.727500', '194001.187500', '194001.647500', '194002.107500', '194002.567500', '194003.027500', '194003.487500', '194003.947500', '194004.407500', '194004.867500', '194005.327500', '194005.787500', '194006.247500', '194006.707500', '194007.167500', '194007.627500', '194008.087500', '194008.547500', '194009.007500', '194009.467500', '194009.927500', '194010.387500', '194010.847500', '194011.307500', '194011.767500', '194012.227500', '194012.687500', '194013.147500', '194013.607500', '194014.067500', '194014.527500', '194014.987500', '194015.447500', '194015.907500', '194016.367500', '194016.827500', '194017.287500', '194017.747500', '194018.207500', '194018.667500', '194019.127500', '194019.587500', '194020.047500', '194020.507500', '194020.967500', '194021.427500', '194021.887500', '194022.347500', '194022.807500', '194023.267500', '194023.727500', '194024.187500', '194024.647500', '194025.107500', '194025.567500', '194026.027500', '194026.487500', '194026.947500', '194027.407500', '194027.867500', '194028.327500', '194028.787500', '194029.247500', '194029.707500', '194030.167500', '194030.627500', '194031.087500', '194031.547500', '194032.007500', '194032.467500', '194032.927500', '194033.387500', '194033.847500', '194034.307500', '194034.767500', '194035.227500', '194035.687500', '194036.147500', '194036.607500', '194037.067500', '194037.527500', '194037.987500', '194038.447500', '194038.907500', '194039.367500', '194039.827500', '194040.287500', '194040.747500', '194041.207500', '194041.667500', '194042.127500', '194042.587500', '194043.047500', '194043.507500', '194043.967500', '194044.427500', '194044.887500', '194045.347500', '194045.807500', '194046.267500', '194046.727500', '194047.187500', '194047.647500', '194048.107500', '194048.567500', '194049.027500', '194049.487500', '194049.947500', '194050.407500', '194050.867500', '194051.327500', '194051.787500', '194052.247500', '194052.707500', '194053.167500', '194053.627500', '194054.087500', '194054.547500', '194055.007500', '194055.467500', '194055.927500', '194056.387500', '194056.847500', '194057.307500', '194057.767500', '194058.227500', '194058.687500', '194059.147500', '194059.607500', '194100.067500', '194100.527500', '194100.987500', '194101.447500', '194101.907500', '194102.367500', '194102.827500', '194103.287500', '194103.747500', '194104.207500', '194104.667500', '194105.127500', '194105.587500', '194106.047500', '194106.507500', '194106.967500', '194107.427500', '194107.887500', '194108.347500', '194108.807500', '194109.267500', '194109.727500', '194110.187500', '194110.647500', '194111.107500', '194111.567500', '194112.027500', '194112.487500', '194112.947500', '194113.407500', '194113.867500', '194114.327500', '194114.787500', '194115.247500', '194115.707500', '194116.167500', '194116.627500', '194117.087500', '194117.547500', '194118.007500', '194118.467500', '194118.927500', '194119.387500', '194119.847500', '194120.307500', '194120.767500', '194121.227500', '194121.687500', '194122.147500', '194122.607500', '194123.067500', '194123.527500', '194123.987500', '194124.447500', '194124.907500', '194125.367500', '194125.827500', '194126.287500', '194126.747500', '194127.207500', '194127.667500', '194128.127500', '194128.587500', '194129.047500', '194129.507500', '194129.967500', '194130.427500', '194130.887500', '194131.347500', '194131.807500', '194132.267500', '194132.727500', '194133.187500', '194133.647500', '194134.107500', '194134.567500', '194135.027500', '194135.487500', '194135.947500', '194136.407500', '194136.867500', '194137.327500', '194137.787500', '194138.247500', '194138.707500', '194139.167500', '194139.627500', '194140.087500', '194140.547500', '194141.007500', '194141.467500', '194141.927500', '194142.387500', '194142.847500', '194143.307500', '194143.767500', '194144.227500', '194144.687500', '194145.147500', '194145.607500', '194146.067500', '194146.527500', '194146.987500', '194147.447500', '194147.907500', '194148.367500', '194148.827500', '194149.287500', '194149.747500', '194150.207500', '194150.667500', '194151.127500', '194151.587500', '194152.047500', '194152.507500', '194152.967500', '194153.427500', '194153.887500', '194154.347500', '194154.807500', '194155.267500', '194155.727500', '194156.187500', '194156.647500', '194157.107500', '194157.567500', '194158.027500', '194158.487500', '194158.947500', '194159.407500', '194159.867500', '194200.327500', '194200.787500', '194201.247500', '194201.707500', '194202.167500', '194202.627500', '194203.087500', '194203.547500', '194204.007500', '194204.467500', '194204.927500', '194205.387500', '194205.847500', '194206.307500', '194206.767500', '194207.227500', '194207.687500', '194208.147500', '194208.607500', '194209.067500', '194209.527500', '194209.987500', '194210.447500', '194210.907500', '194211.367500', '194211.827500', '194212.287500', '194212.747500', '194213.207500', '194213.667500', '194214.127500', '194214.587500', '194215.047500', '194215.507500', '194215.967500', '194216.427500', '194216.887500', '194217.347500', '194217.807500', '194218.267500', '194218.727500', '194219.187500', '194219.647500'], 'ContentTime': ['193549.478000', '193549.481000', '193549.484000', '193549.487000', '193549.490000', '193549.492000', '193549.495000', '193549.497000', '193549.510000', '193549.513000', '193549.515000', '193549.518000', '193549.521000', '193549.524000', '193549.526000', '193549.529000', '193549.531000', '193549.534000', '193549.537000', '193549.539000', '193549.542000', '193549.545000', '193549.547000', '193549.556000', '193549.558000', '193549.561000', '193549.564000', '193549.566000', '193549.569000', '193549.572000', '193549.574000', '193549.577000', '193549.579000', '193549.582000', '193549.585000', '193549.587000', '193549.590000', '193549.593000', '193549.595000', '193549.598000', '193549.601000', '193549.603000', '193549.606000', '193549.608000', '193549.611000', '193549.620000', '193549.623000', '193549.626000', '193549.628000', '193549.631000', '193549.634000', '193549.636000', '193549.639000', '193549.641000', '193549.644000', '193549.650000', '193549.653000', '193549.655000', '193549.658000', '193549.660000', '193549.663000', '193549.666000', '193549.668000', '193609.440000', '193609.443000', '193609.446000', '193609.449000', '193609.452000', '193609.454000', '193609.457000', '193609.460000', '193609.463000', '193609.465000', '193609.468000', '193609.471000', '193609.474000', '193609.476000', '193609.479000', '193609.482000', '193609.484000', '193609.487000', '193609.489000', '193609.492000', '193609.494000', '193609.497000', '193609.500000', '193609.502000', '193609.505000', '193609.508000', '193609.510000', '193609.513000', '193609.516000', '193609.518000', '193609.521000', '193609.523000', '193609.526000', '193609.529000', '193609.531000', '193609.534000', '193609.537000', '193609.539000', '193609.542000', '193609.550000', '193609.552000', '193609.555000', '193609.557000', '193629.440000', '193629.443000', '193629.446000', '193629.449000', '193629.451000', '193629.454000', '193629.457000', '193629.460000', '193629.462000', '193629.465000', '193629.467000', '193629.470000', '193629.473000', '193629.475000', '193629.478000', '193629.481000', '193629.484000', '193629.486000', '193629.489000', '193629.491000', '193629.494000', '193629.497000', '193629.499000', '193629.502000', '193629.505000', '193629.507000', '193629.510000', '193629.513000', '193629.515000', '193629.518000', '193629.520000', '193629.523000', '193629.526000', '193629.528000', '193629.531000', '193629.534000', '193629.536000', '193629.539000', '193629.541000', '193629.544000', '193629.547000', '193629.549000', '193629.552000', '193649.440000', '193649.443000', '193649.446000', '193649.449000', '193649.451000', '193649.454000', '193649.457000', '193649.459000', '193649.462000', '193649.465000', '193649.467000', '193649.470000', '193649.472000', '193649.475000', '193649.478000', '193649.480000', '193649.483000', '193649.486000', '193649.488000', '193649.491000', '193649.494000', '193649.496000', '193649.499000', '193649.502000', '193649.504000', '193649.507000', '193649.510000', '193649.512000', '193649.515000', '193649.517000', '193649.520000', '193649.523000', '193649.525000', '193649.528000', '193649.531000', '193649.533000', '193649.536000', '193649.539000', '193649.541000', '193649.544000', '193649.547000', '193649.549000', '193649.552000', '193649.554000', '193709.441000', '193709.443000', '193709.446000', '193709.449000', '193709.451000', '193709.454000', '193709.457000', '193709.459000', '193709.462000', '193709.464000', '193709.467000', '193709.470000', '193709.472000', '193709.475000', '193709.478000', '193709.481000', '193709.484000', '193709.486000', '193709.489000', '193709.492000', '193709.494000', '193709.497000', '193709.499000', '193709.502000', '193709.505000', '193709.507000', '193709.510000', '193709.513000', '193709.515000', '193709.518000', '193709.521000', '193709.523000', '193709.526000', '193709.528000', '193709.531000', '193709.534000', '193709.536000', '193709.539000', '193709.542000', '193709.544000', '193709.547000', '193709.549000', '193709.552000', '193709.555000', '193729.439000', '193729.442000', '193729.445000', '193729.447000', '193729.450000', '193729.453000', '193729.456000', '193729.458000', '193729.461000', '193729.464000', '193729.466000', '193729.469000', '193729.471000', '193729.474000', '193729.477000', '193729.479000', '193729.482000', '193729.485000', '193729.488000', '193729.490000', '193729.493000', '193729.495000', '193729.498000', '193729.501000', '193729.503000', '193729.506000', '193729.509000', '193729.511000', '193729.514000', '193729.517000', '193729.519000', '193729.533000', '193729.536000', '193729.538000', '193729.541000', '193729.544000', '193729.546000', '193729.549000', '193729.552000', '193729.554000', '193729.557000', '193729.560000', '193729.562000', '193749.440000', '193749.443000', '193749.446000', '193749.449000', '193749.452000', '193749.454000', '193749.457000', '193749.459000', '193749.462000', '193749.465000', '193749.468000', '193749.471000', '193749.474000', '193749.476000', '193749.479000', '193749.482000', '193749.484000', '193749.487000', '193749.490000', '193749.492000', '193749.495000', '193749.498000', '193749.500000', '193749.503000', '193749.505000', '193749.508000', '193749.511000', '193749.513000', '193749.516000', '193749.519000', '193749.522000', '193749.525000', '193749.527000', '193749.530000', '193749.533000', '193749.535000', '193749.538000', '193749.540000', '193749.543000', '193749.546000', '193749.548000', '193749.551000', '193749.554000', '193809.440000', '193809.443000', '193809.446000', '193809.449000', '193809.452000', '193809.454000', '193809.457000', '193809.460000', '193809.462000', '193809.465000', '193809.468000', '193809.470000', '193809.473000', '193809.476000', '193809.478000', '193809.481000', '193809.484000', '193809.486000', '193809.489000', '193809.492000', '193809.494000', '193809.497000', '193809.500000', '193809.503000', '193809.505000', '193809.508000', '193809.511000', '193809.513000', '193809.516000', '193809.519000', '193809.521000', '193809.524000', '193809.527000', '193809.529000', '193809.532000', '193809.534000', '193809.537000', '193809.540000', '193809.542000', '193809.545000', '193809.548000', '193809.550000', '193809.553000', '193809.556000', '193829.440000', '193829.443000', '193829.446000', '193829.449000', '193829.452000', '193829.454000', '193829.457000', '193829.459000', '193829.462000', '193829.465000', '193829.467000', '193829.470000', '193829.473000', '193829.475000', '193829.478000', '193829.481000', '193829.484000', '193829.487000', '193829.490000', '193829.493000', '193829.496000', '193829.498000', '193829.501000', '193829.503000', '193829.506000', '193829.509000', '193829.512000', '193829.514000', '193829.517000', '193829.520000', '193829.522000', '193829.525000', '193829.528000', '193829.530000', '193829.533000', '193829.536000', '193829.539000', '193829.541000', '193829.544000', '193829.546000', '193829.549000', '193829.552000', '193829.554000', '193849.441000', '193849.443000', '193849.446000', '193849.449000', '193849.452000', '193849.454000', '193849.457000', '193849.460000', '193849.462000', '193849.465000', '193849.468000', '193849.470000', '193849.473000', '193849.476000', '193849.478000', '193849.481000', '193849.484000', '193849.486000', '193849.489000', '193849.491000', '193849.494000', '193849.497000', '193849.499000', '193849.502000', '193849.505000', '193849.507000', '193849.510000', '193849.513000', '193849.515000', '193849.518000', '193849.520000', '193849.523000', '193849.526000', '193849.528000', '193849.531000', '193849.534000', '193849.536000', '193849.539000', '193849.541000', '193849.544000', '193849.547000', '193849.549000', '193849.552000', '193849.555000', '193909.440000', '193909.444000', '193909.446000', '193909.449000', '193909.451000', '193909.454000', '193909.457000', '193909.460000', '193909.463000', '193909.466000', '193909.469000', '193909.472000', '193909.475000', '193909.504000', '193909.508000', '193909.511000', '193909.514000', '193909.517000', '193909.519000', '193909.522000', '193909.525000', '193909.527000', '193909.530000', '193909.533000', '193909.535000', '193909.538000', '193909.540000', '193909.543000', '193909.546000', '193909.549000', '193909.551000', '193909.554000', '193909.557000', '193909.559000', '193909.562000', '193909.565000', '193909.568000', '193909.570000', '193909.573000', '193909.576000', '193909.578000', '193909.581000', '193909.583000', '193929.440000', '193929.443000', '193929.446000', '193929.449000', '193929.451000', '193929.454000', '193929.457000', '193929.459000', '193929.462000', '193929.464000', '193929.467000', '193929.470000', '193929.473000', '193929.475000', '193929.478000', '193929.480000', '193929.483000', '193929.486000', '193929.488000', '193929.491000', '193929.494000', '193929.496000', '193929.499000', '193929.501000', '193929.504000', '193929.507000', '193929.509000', '193929.512000', '193929.515000', '193929.517000', '193929.520000', '193929.523000', '193929.525000', '193929.528000', '193929.531000', '193929.533000', '193929.536000', '193929.539000', '193929.541000', '193929.544000', '193929.547000', '193929.549000', '193929.552000', '193929.555000', '193949.439000', '193949.442000', '193949.445000', '193949.448000', '193949.450000', '193949.453000', '193949.456000', '193949.458000', '193949.461000', '193949.464000', '193949.466000', '193949.469000', '193949.472000', '193949.474000', '193949.477000', '193949.479000', '193949.482000', '193949.485000', '193949.488000', '193949.490000', '193949.493000', '193949.496000', '193949.498000', '193949.501000', '193949.504000', '193949.506000', '193949.509000', '193949.512000', '193949.515000', '193949.518000', '193949.521000', '193949.523000', '193949.526000', '193949.529000', '193949.532000', '193949.535000', '193949.537000', '193949.540000', '193949.543000', '193949.545000', '193949.548000', '193949.551000', '193949.554000', '194009.440000', '194009.444000', '194009.446000', '194009.449000', '194009.452000', '194009.454000', '194009.457000', '194009.460000', '194009.462000', '194009.465000', '194009.468000', '194009.470000', '194009.473000', '194009.476000', '194009.478000', '194009.481000', '194009.483000', '194009.486000', '194009.489000', '194009.491000', '194009.494000', '194009.496000', '194009.499000', '194009.502000', '194009.504000', '194009.507000', '194009.510000', '194009.512000', '194009.515000', '194009.518000', '194009.520000', '194009.523000', '194009.526000', '194009.529000', '194009.531000', '194009.534000', '194009.537000', '194009.539000', '194009.542000', '194009.545000', '194009.547000', '194009.550000', '194009.553000', '194009.555000', '194029.441000', '194029.444000', '194029.446000', '194029.449000', '194029.452000', '194029.454000', '194029.457000', '194029.460000', '194029.462000', '194029.465000', '194029.468000', '194029.470000', '194029.473000', '194029.476000', '194029.478000', '194029.481000', '194029.484000', '194029.486000', '194029.489000', '194029.491000', '194029.494000', '194029.497000', '194029.499000', '194029.502000', '194029.505000', '194029.507000', '194029.510000', '194029.513000', '194029.515000', '194029.518000', '194029.521000', '194029.523000', '194029.526000', '194029.529000', '194029.531000', '194029.534000', '194029.537000', '194029.539000', '194029.568000', '194029.571000', '194029.573000', '194029.576000', '194029.579000', '194049.440000', '194049.443000', '194049.446000', '194049.448000', '194049.451000', '194049.454000', '194049.457000', '194049.459000', '194049.462000', '194049.465000', '194049.467000', '194049.470000', '194049.473000', '194049.475000', '194049.478000', '194049.481000', '194049.483000', '194049.486000', '194049.489000', '194049.491000', '194049.494000', '194049.497000', '194049.499000', '194049.502000', '194049.505000', '194049.507000', '194049.510000', '194049.512000', '194049.515000', '194049.518000', '194049.520000', '194049.523000', '194049.526000', '194049.528000', '194049.531000', '194049.534000', '194049.537000', '194049.539000', '194049.542000', '194049.545000', '194049.547000', '194049.550000', '194049.553000', '194049.555000', '194109.441000', '194109.443000', '194109.446000', '194109.449000', '194109.451000', '194109.454000', '194109.457000', '194109.460000', '194109.462000', '194109.465000', '194109.468000', '194109.470000', '194109.473000', '194109.475000', '194109.478000', '194109.481000', '194109.483000', '194109.486000', '194109.489000', '194109.491000', '194109.494000', '194109.497000', '194109.499000', '194109.502000', '194109.505000', '194109.507000', '194109.510000', '194109.513000', '194109.517000', '194109.520000', '194109.522000', '194109.525000', '194109.528000', '194109.530000', '194109.533000', '194109.536000', '194109.539000', '194109.541000', '194109.544000', '194109.547000', '194109.550000', '194109.553000', '194109.556000', '194129.440000', '194129.443000', '194129.446000', '194129.449000', '194129.452000', '194129.454000', '194129.457000', '194129.459000', '194129.462000', '194129.465000', '194129.467000', '194129.470000', '194129.473000', '194129.475000', '194129.478000', '194129.481000', '194129.483000', '194129.486000', '194129.488000', '194129.491000', '194129.494000', '194129.496000', '194129.499000', '194129.502000', '194129.504000', '194129.507000', '194129.509000', '194129.512000', '194129.515000', '194129.518000', '194129.520000', '194129.523000', '194129.525000', '194129.528000', '194129.531000', '194129.533000', '194129.536000', '194129.539000', '194129.541000', '194129.544000', '194129.547000', '194129.549000', '194129.552000', '194129.555000', '194149.440000', '194149.443000', '194149.446000', '194149.449000', '194149.451000', '194149.454000', '194149.457000', '194149.459000', '194149.462000', '194149.465000', '194149.467000', '194149.470000', '194149.472000', '194149.475000', '194149.478000', '194149.481000', '194149.483000', '194149.486000', '194149.489000', '194149.491000', '194149.494000', '194149.497000', '194149.499000', '194149.502000', '194149.504000', '194149.507000', '194149.510000', '194149.512000', '194149.515000', '194149.518000', '194149.520000', '194149.523000', '194149.525000', '194149.528000', '194149.531000', '194149.534000', '194149.536000', '194149.539000', '194149.541000', '194149.544000', '194149.547000', '194149.549000', '194149.552000', '194209.439000', '194209.442000', '194209.445000', '194209.448000', '194209.450000', '194209.453000', '194209.456000', '194209.459000', '194209.461000', '194209.464000', '194209.467000', '194209.469000', '194209.472000', '194209.475000', '194209.477000', '194209.480000', '194209.482000', '194209.485000', '194209.488000', '194209.490000', '194209.493000', '194209.496000', '194209.498000', '194209.501000', '194209.504000', '194209.506000', '194209.509000', '194209.512000', '194209.514000', '194209.517000', '194209.520000', '194209.522000', '194209.525000', '194209.527000', '194209.530000', '194209.533000', '194209.535000', '194209.538000', '194209.541000', '194209.543000', '194209.546000', '194209.548000', '194209.551000', '194209.554000', '194220.824000', '194220.827000', '194220.830000', '194220.833000', '194220.836000', '194220.839000', '194220.842000', '194220.844000', '194220.847000', '194220.850000', '194220.855000', '194220.857000', '194220.860000', '194220.863000', '194220.866000', '194220.868000', '194220.871000', '194220.874000', '194220.877000', '194220.879000', '194220.882000', '194220.885000', '194220.888000', '194220.891000', '194220.893000'], 'InstanceCreationTime': ['193549.478000', '193549.481000', '193549.484000', '193549.487000', '193549.490000', '193549.492000', '193549.495000', '193549.497000', '193549.510000', '193549.513000', '193549.515000', '193549.518000', '193549.521000', '193549.524000', '193549.526000', '193549.529000', '193549.531000', '193549.534000', '193549.537000', '193549.539000', '193549.542000', '193549.545000', '193549.547000', '193549.556000', '193549.558000', '193549.561000', '193549.564000', '193549.566000', '193549.569000', '193549.572000', '193549.574000', '193549.577000', '193549.579000', '193549.582000', '193549.585000', '193549.587000', '193549.590000', '193549.593000', '193549.595000', '193549.598000', '193549.601000', '193549.603000', '193549.606000', '193549.608000', '193549.611000', '193549.620000', '193549.623000', '193549.626000', '193549.628000', '193549.631000', '193549.634000', '193549.636000', '193549.639000', '193549.641000', '193549.644000', '193549.650000', '193549.653000', '193549.655000', '193549.658000', '193549.660000', '193549.663000', '193549.666000', '193549.668000', '193609.440000', '193609.443000', '193609.446000', '193609.449000', '193609.452000', '193609.454000', '193609.457000', '193609.460000', '193609.463000', '193609.465000', '193609.468000', '193609.471000', '193609.474000', '193609.476000', '193609.479000', '193609.482000', '193609.484000', '193609.487000', '193609.489000', '193609.492000', '193609.494000', '193609.497000', '193609.500000', '193609.502000', '193609.505000', '193609.508000', '193609.510000', '193609.513000', '193609.516000', '193609.518000', '193609.521000', '193609.523000', '193609.526000', '193609.529000', '193609.531000', '193609.534000', '193609.537000', '193609.539000', '193609.542000', '193609.550000', '193609.552000', '193609.555000', '193609.557000', '193629.440000', '193629.443000', '193629.446000', '193629.449000', '193629.451000', '193629.454000', '193629.457000', '193629.460000', '193629.462000', '193629.465000', '193629.467000', '193629.470000', '193629.473000', '193629.475000', '193629.478000', '193629.481000', '193629.484000', '193629.486000', '193629.489000', '193629.491000', '193629.494000', '193629.497000', '193629.499000', '193629.502000', '193629.505000', '193629.507000', '193629.510000', '193629.513000', '193629.515000', '193629.518000', '193629.520000', '193629.523000', '193629.526000', '193629.528000', '193629.531000', '193629.534000', '193629.536000', '193629.539000', '193629.541000', '193629.544000', '193629.547000', '193629.549000', '193629.552000', '193649.440000', '193649.443000', '193649.446000', '193649.449000', '193649.451000', '193649.454000', '193649.457000', '193649.459000', '193649.462000', '193649.465000', '193649.467000', '193649.470000', '193649.472000', '193649.475000', '193649.478000', '193649.480000', '193649.483000', '193649.486000', '193649.488000', '193649.491000', '193649.494000', '193649.496000', '193649.499000', '193649.502000', '193649.504000', '193649.507000', '193649.510000', '193649.512000', '193649.515000', '193649.517000', '193649.520000', '193649.523000', '193649.525000', '193649.528000', '193649.531000', '193649.533000', '193649.536000', '193649.539000', '193649.541000', '193649.544000', '193649.547000', '193649.549000', '193649.552000', '193649.554000', '193709.441000', '193709.443000', '193709.446000', '193709.449000', '193709.451000', '193709.454000', '193709.457000', '193709.459000', '193709.462000', '193709.464000', '193709.467000', '193709.470000', '193709.472000', '193709.475000', '193709.478000', '193709.481000', '193709.484000', '193709.486000', '193709.489000', '193709.492000', '193709.494000', '193709.497000', '193709.499000', '193709.502000', '193709.505000', '193709.507000', '193709.510000', '193709.513000', '193709.515000', '193709.518000', '193709.521000', '193709.523000', '193709.526000', '193709.528000', '193709.531000', '193709.534000', '193709.536000', '193709.539000', '193709.542000', '193709.544000', '193709.547000', '193709.549000', '193709.552000', '193709.555000', '193729.439000', '193729.442000', '193729.445000', '193729.447000', '193729.450000', '193729.453000', '193729.456000', '193729.458000', '193729.461000', '193729.464000', '193729.466000', '193729.469000', '193729.471000', '193729.474000', '193729.477000', '193729.479000', '193729.482000', '193729.485000', '193729.488000', '193729.490000', '193729.493000', '193729.495000', '193729.498000', '193729.501000', '193729.503000', '193729.506000', '193729.509000', '193729.511000', '193729.514000', '193729.517000', '193729.519000', '193729.533000', '193729.536000', '193729.538000', '193729.541000', '193729.544000', '193729.546000', '193729.549000', '193729.552000', '193729.554000', '193729.557000', '193729.560000', '193729.562000', '193749.440000', '193749.443000', '193749.446000', '193749.449000', '193749.452000', '193749.454000', '193749.457000', '193749.459000', '193749.462000', '193749.465000', '193749.468000', '193749.471000', '193749.474000', '193749.476000', '193749.479000', '193749.482000', '193749.484000', '193749.487000', '193749.490000', '193749.492000', '193749.495000', '193749.498000', '193749.500000', '193749.503000', '193749.505000', '193749.508000', '193749.511000', '193749.513000', '193749.516000', '193749.519000', '193749.522000', '193749.525000', '193749.527000', '193749.530000', '193749.533000', '193749.535000', '193749.538000', '193749.540000', '193749.543000', '193749.546000', '193749.548000', '193749.551000', '193749.554000', '193809.440000', '193809.443000', '193809.446000', '193809.449000', '193809.452000', '193809.454000', '193809.457000', '193809.460000', '193809.462000', '193809.465000', '193809.468000', '193809.470000', '193809.473000', '193809.476000', '193809.478000', '193809.481000', '193809.484000', '193809.486000', '193809.489000', '193809.492000', '193809.494000', '193809.497000', '193809.500000', '193809.503000', '193809.505000', '193809.508000', '193809.511000', '193809.513000', '193809.516000', '193809.519000', '193809.521000', '193809.524000', '193809.527000', '193809.529000', '193809.532000', '193809.534000', '193809.537000', '193809.540000', '193809.542000', '193809.545000', '193809.548000', '193809.550000', '193809.553000', '193809.556000', '193829.440000', '193829.443000', '193829.446000', '193829.449000', '193829.452000', '193829.454000', '193829.457000', '193829.459000', '193829.462000', '193829.465000', '193829.467000', '193829.470000', '193829.473000', '193829.475000', '193829.478000', '193829.481000', '193829.484000', '193829.487000', '193829.490000', '193829.493000', '193829.496000', '193829.498000', '193829.501000', '193829.503000', '193829.506000', '193829.509000', '193829.512000', '193829.514000', '193829.517000', '193829.520000', '193829.522000', '193829.525000', '193829.528000', '193829.530000', '193829.533000', '193829.536000', '193829.539000', '193829.541000', '193829.544000', '193829.546000', '193829.549000', '193829.552000', '193829.554000', '193849.441000', '193849.443000', '193849.446000', '193849.449000', '193849.452000', '193849.454000', '193849.457000', '193849.460000', '193849.462000', '193849.465000', '193849.468000', '193849.470000', '193849.473000', '193849.476000', '193849.478000', '193849.481000', '193849.484000', '193849.486000', '193849.489000', '193849.491000', '193849.494000', '193849.497000', '193849.499000', '193849.502000', '193849.505000', '193849.507000', '193849.510000', '193849.513000', '193849.515000', '193849.518000', '193849.520000', '193849.523000', '193849.526000', '193849.528000', '193849.531000', '193849.534000', '193849.536000', '193849.539000', '193849.541000', '193849.544000', '193849.547000', '193849.549000', '193849.552000', '193849.555000', '193909.440000', '193909.444000', '193909.446000', '193909.449000', '193909.451000', '193909.454000', '193909.457000', '193909.460000', '193909.463000', '193909.466000', '193909.469000', '193909.472000', '193909.475000', '193909.504000', '193909.508000', '193909.511000', '193909.514000', '193909.517000', '193909.519000', '193909.522000', '193909.525000', '193909.527000', '193909.530000', '193909.533000', '193909.535000', '193909.538000', '193909.540000', '193909.543000', '193909.546000', '193909.549000', '193909.551000', '193909.554000', '193909.557000', '193909.559000', '193909.562000', '193909.565000', '193909.568000', '193909.570000', '193909.573000', '193909.576000', '193909.578000', '193909.581000', '193909.583000', '193929.440000', '193929.443000', '193929.446000', '193929.449000', '193929.451000', '193929.454000', '193929.457000', '193929.459000', '193929.462000', '193929.464000', '193929.467000', '193929.470000', '193929.473000', '193929.475000', '193929.478000', '193929.480000', '193929.483000', '193929.486000', '193929.488000', '193929.491000', '193929.494000', '193929.496000', '193929.499000', '193929.501000', '193929.504000', '193929.507000', '193929.509000', '193929.512000', '193929.515000', '193929.517000', '193929.520000', '193929.523000', '193929.525000', '193929.528000', '193929.531000', '193929.533000', '193929.536000', '193929.539000', '193929.541000', '193929.544000', '193929.547000', '193929.549000', '193929.552000', '193929.555000', '193949.439000', '193949.442000', '193949.445000', '193949.448000', '193949.450000', '193949.453000', '193949.456000', '193949.458000', '193949.461000', '193949.464000', '193949.466000', '193949.469000', '193949.472000', '193949.474000', '193949.477000', '193949.479000', '193949.482000', '193949.485000', '193949.488000', '193949.490000', '193949.493000', '193949.496000', '193949.498000', '193949.501000', '193949.504000', '193949.506000', '193949.509000', '193949.512000', '193949.515000', '193949.518000', '193949.521000', '193949.523000', '193949.526000', '193949.529000', '193949.532000', '193949.535000', '193949.537000', '193949.540000', '193949.543000', '193949.545000', '193949.548000', '193949.551000', '193949.554000', '194009.440000', '194009.444000', '194009.446000', '194009.449000', '194009.452000', '194009.454000', '194009.457000', '194009.460000', '194009.462000', '194009.465000', '194009.468000', '194009.470000', '194009.473000', '194009.476000', '194009.478000', '194009.481000', '194009.483000', '194009.486000', '194009.489000', '194009.491000', '194009.494000', '194009.496000', '194009.499000', '194009.502000', '194009.504000', '194009.507000', '194009.510000', '194009.512000', '194009.515000', '194009.518000', '194009.520000', '194009.523000', '194009.526000', '194009.529000', '194009.531000', '194009.534000', '194009.537000', '194009.539000', '194009.542000', '194009.545000', '194009.547000', '194009.550000', '194009.553000', '194009.555000', '194029.441000', '194029.444000', '194029.446000', '194029.449000', '194029.452000', '194029.454000', '194029.457000', '194029.460000', '194029.462000', '194029.465000', '194029.468000', '194029.470000', '194029.473000', '194029.476000', '194029.478000', '194029.481000', '194029.484000', '194029.486000', '194029.489000', '194029.491000', '194029.494000', '194029.497000', '194029.499000', '194029.502000', '194029.505000', '194029.507000', '194029.510000', '194029.513000', '194029.515000', '194029.518000', '194029.521000', '194029.523000', '194029.526000', '194029.529000', '194029.531000', '194029.534000', '194029.537000', '194029.539000', '194029.568000', '194029.571000', '194029.573000', '194029.576000', '194029.579000', '194049.440000', '194049.443000', '194049.446000', '194049.448000', '194049.451000', '194049.454000', '194049.457000', '194049.459000', '194049.462000', '194049.465000', '194049.467000', '194049.470000', '194049.473000', '194049.475000', '194049.478000', '194049.481000', '194049.483000', '194049.486000', '194049.489000', '194049.491000', '194049.494000', '194049.497000', '194049.499000', '194049.502000', '194049.505000', '194049.507000', '194049.510000', '194049.512000', '194049.515000', '194049.518000', '194049.520000', '194049.523000', '194049.526000', '194049.528000', '194049.531000', '194049.534000', '194049.537000', '194049.539000', '194049.542000', '194049.545000', '194049.547000', '194049.550000', '194049.553000', '194049.555000', '194109.441000', '194109.443000', '194109.446000', '194109.449000', '194109.451000', '194109.454000', '194109.457000', '194109.460000', '194109.462000', '194109.465000', '194109.468000', '194109.470000', '194109.473000', '194109.475000', '194109.478000', '194109.481000', '194109.483000', '194109.486000', '194109.489000', '194109.491000', '194109.494000', '194109.497000', '194109.499000', '194109.502000', '194109.505000', '194109.507000', '194109.510000', '194109.513000', '194109.517000', '194109.520000', '194109.522000', '194109.525000', '194109.528000', '194109.530000', '194109.533000', '194109.536000', '194109.539000', '194109.541000', '194109.544000', '194109.547000', '194109.550000', '194109.553000', '194109.556000', '194129.440000', '194129.443000', '194129.446000', '194129.449000', '194129.452000', '194129.454000', '194129.457000', '194129.459000', '194129.462000', '194129.465000', '194129.467000', '194129.470000', '194129.473000', '194129.475000', '194129.478000', '194129.481000', '194129.483000', '194129.486000', '194129.488000', '194129.491000', '194129.494000', '194129.496000', '194129.499000', '194129.502000', '194129.504000', '194129.507000', '194129.509000', '194129.512000', '194129.515000', '194129.518000', '194129.520000', '194129.523000', '194129.525000', '194129.528000', '194129.531000', '194129.533000', '194129.536000', '194129.539000', '194129.541000', '194129.544000', '194129.547000', '194129.549000', '194129.552000', '194129.555000', '194149.440000', '194149.443000', '194149.446000', '194149.449000', '194149.451000', '194149.454000', '194149.457000', '194149.459000', '194149.462000', '194149.465000', '194149.467000', '194149.470000', '194149.472000', '194149.475000', '194149.478000', '194149.481000', '194149.483000', '194149.486000', '194149.489000', '194149.491000', '194149.494000', '194149.497000', '194149.499000', '194149.502000', '194149.504000', '194149.507000', '194149.510000', '194149.512000', '194149.515000', '194149.518000', '194149.520000', '194149.523000', '194149.525000', '194149.528000', '194149.531000', '194149.534000', '194149.536000', '194149.539000', '194149.541000', '194149.544000', '194149.547000', '194149.549000', '194149.552000', '194209.439000', '194209.442000', '194209.445000', '194209.448000', '194209.450000', '194209.453000', '194209.456000', '194209.459000', '194209.461000', '194209.464000', '194209.467000', '194209.469000', '194209.472000', '194209.475000', '194209.477000', '194209.480000', '194209.482000', '194209.485000', '194209.488000', '194209.490000', '194209.493000', '194209.496000', '194209.498000', '194209.501000', '194209.504000', '194209.506000', '194209.509000', '194209.512000', '194209.514000', '194209.517000', '194209.520000', '194209.522000', '194209.525000', '194209.527000', '194209.530000', '194209.533000', '194209.535000', '194209.538000', '194209.541000', '194209.543000', '194209.546000', '194209.548000', '194209.551000', '194209.554000', '194220.824000', '194220.827000', '194220.830000', '194220.833000', '194220.836000', '194220.839000', '194220.842000', '194220.844000', '194220.847000', '194220.850000', '194220.855000', '194220.857000', '194220.860000', '194220.863000', '194220.866000', '194220.868000', '194220.871000', '194220.874000', '194220.877000', '194220.879000', '194220.882000', '194220.885000', '194220.888000', '194220.891000', '194220.893000'], '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': [8189, 8514, 7806, 7182, 8500, 7650, 9350, 9302, 7676, 14188, 11358, 6686, 7696, 7048, 7302, 11211, 7741, 10166, 7501, 7816, 11349, 8823, 13597, 6913, 8208, 7941, 9084, 10835, 7864, 9290, 6848, 8178, 8599, 8683, 11328, 7023, 9061, 7038, 9334, 9635, 7916, 9107, 6873, 7892, 7789, 9126, 9736, 6891, 8455, 7672, 9564, 9839, 7396, 10212, 7280, 6946, 10110, 7595, 14226, 10420, 10773, 8489, 6955, 11142, 8171, 12179, 7603, 6587, 11332, 7520, 11592, 7216, 6917, 8426, 8231, 11929, 8712, 6769, 9978, 8610, 15514, 11636, 7850, 8474, 6863, 12166, 9295, 13213, 9396, 6957, 8413, 8525, 11978, 10122, 7452, 9324, 7117, 8713, 10257, 7764, 12300, 7351, 11040, 7502, 8671, 11278, 7661, 15739, 7395, 6685, 9456, 7626, 12498, 9362, 7424, 7949, 6963, 11694, 8363, 10530, 8095, 7100, 8448, 7981, 10707, 9555, 6423, 7793, 7667, 10370, 9445, 7636, 9176, 6970, 8593, 9315, 7548, 12096, 7171, 6793, 9460, 6641, 12266, 8302, 6430, 8421, 6815, 11873, 8720, 6630, 7851, 7167, 10923, 9101, 7991, 9526, 7047, 8958, 10014, 8822, 12790, 7460, 9045, 9245, 9061, 12760, 7602, 11908, 7291, 6409, 10873, 8420, 14641, 9505, 6737, 7829, 8376, 11466, 10350, 7510, 10042, 6669, 11583, 9448, 8208, 10170, 6658, 9070, 8473, 10302, 9784, 6982, 9056, 7435, 9180, 8569, 7053, 10048, 6841, 6559, 8043, 7192, 11654, 7619, 6642, 9089, 7930, 11481, 9531, 6817, 8704, 8694, 8467, 12060, 8302, 8371, 7788, 6594, 12646, 10029, 7719, 9417, 7545, 11140, 9961, 7698, 11134, 6830, 7080, 10261, 8590, 15623, 9398, 6605, 8103, 6582, 12744, 8950, 7645, 8180, 6682, 10848, 8054, 9575, 7892, 6787, 10535, 9031, 8101, 10178, 6842, 7567, 9233, 6675, 12678, 8373, 6881, 11839, 8741, 12673, 10544, 7473, 8169, 7941, 7203, 12897, 9227, 7260, 9445, 7144, 7113, 10642, 7276, 6649, 7271, 6935, 11303, 8938, 8042, 9100, 7444, 9659, 10054, 10730, 13595, 7915, 10108, 8022, 8801, 11024, 7055, 9945, 6947, 7251, 10933, 7093, 11417, 7045, 6763, 10307, 7743, 15117, 8860, 6789, 9688, 6861, 12112, 7551, 10179, 8068, 7394, 11459, 7094, 11194, 6950, 6624, 8961, 7519, 11348, 6787, 6659, 8750, 7175, 11512, 7586, 6793, 7212, 7067, 10865, 7902, 7082, 7867, 7287, 9453, 8975, 9665, 10248, 7422, 10830, 8809, 9131, 11270, 7332, 10978, 7195, 9699, 10772, 7482, 14326, 6931, 7122, 10935, 7924, 15476, 8457, 6982, 10759, 7827, 15299, 9693, 7064, 8128, 7477, 11238, 9360, 7350, 9516, 7165, 9700, 9640, 7441, 10990, 6818, 6981, 9207, 7360, 13348, 8410, 6938, 9114, 7378, 13715, 9445, 7456, 8513, 7624, 11922, 9376, 7715, 9341, 7696, 7023, 9998, 7420, 11851, 6813, 6956, 8638, 7967, 12116, 9900, 7301, 8473, 8366, 9895, 10838, 8056, 9964, 7577, 7528, 11430, 7753, 9035, 7196, 7075, 9589, 8095, 8136, 9083, 7585, 7515, 9920, 7633, 12413, 7645, 7199, 7842, 7602, 12833, 9685, 7562, 8983, 8874, 11246, 9244, 7767, 10188, 7037, 7281, 9340, 7807, 10859, 8482, 7389, 9995, 8876, 8695, 11117, 7923, 7875, 9694, 7504, 12376, 7578, 7366, 9373, 7678, 12236, 9531, 7495, 9130, 7372, 7309, 10715, 7735, 7250, 7014, 7422, 11177, 8910, 9536, 9368, 7545, 11679, 9219, 11079, 11475, 8127, 9212, 9440, 7971, 12268, 9099, 9584, 8853, 7593, 11568, 7538, 7218, 7510, 7402, 10747, 8177, 8328, 8185, 7499, 9527, 9416, 9043, 10078, 8471, 8681, 8381, 8561, 10865, 7269, 9794, 9214, 7625, 11257, 7603, 7364, 6925, 7466, 11258, 8582, 7219, 7918, 7671, 8322, 9556, 7868, 10573, 6932, 7358, 11019, 8097, 9399, 9260, 8093, 9404, 10531, 7830, 13807, 7173, 7436, 12026, 8264, 11426, 8046, 7634, 9734, 9819, 7694, 12724, 7216, 7172, 9690, 7658, 11610, 9571, 8431, 8205, 8746, 7412, 11995, 7169, 7320, 10396, 7950, 8871, 10303, 7224, 7353, 9950, 8079, 12822, 9257, 8322, 10593, 10451, 8030, 15263, 7161, 7451, 10459, 8811, 8528, 11885, 7107, 7482, 9343, 7807, 7802, 9591, 7120, 7449, 10453, 8218, 7947, 9324, 7762, 7444, 11469, 8698, 7579, 8979, 7675, 8262, 11472, 7951, 7388, 7623, 7482, 11213, 9551, 8750, 7999, 6806, 7226, 10863, 9008, 7250, 8121, 8201, 7375, 11173, 7594, 7330, 8829, 7795, 7566, 10004, 7033, 7484, 9511, 7845, 9180, 8978, 7419, 7183, 9113, 7694, 10805, 7532, 7384, 10398, 9060, 7592, 11526, 6596, 7299, 9524, 8333, 7628, 10256, 6672, 7404, 11309, 8848, 10794, 12487, 7448, 7940, 11438, 10049, 16537, 9093, 7537, 10036, 7992, 7581, 10840, 8004, 7500, 7985, 7165, 7578, 7700, 9646, 7485, 7466, 6946, 7645, 9888, 10004, 8526, 8267, 8556, 7332, 11759, 7875, 7600, 7749, 7629, 10574, 9721, 7500, 10285, 6897, 7551, 11512, 8449, 7385, 7577, 7706, 10545, 9982, 7320, 7617, 7518, 7484, 9940, 9705, 7343, 10167, 7310, 7792, 9521, 10471, 7474, 9188, 7456, 7287, 10317, 10230, 7328, 7674, 7393, 8308, 9610, 10938, 7419, 7572, 7687, 9250, 8920, 10707, 7405, 7700, 8690, 9182, 11547, 11676, 9017, 7784, 7426, 7348, 7401, 8864, 6999, 6882, 9501, 8776, 9748, 10804, 7995, 10244, 7201, 7373, 9825, 7628, 9146, 11904, 10735, 14309, 7789, 7769, 9243, 8084, 9662, 10778, 7787, 9607, 7204, 7315, 10895, 7534, 11171, 7267, 7477, 8871, 7434, 10794, 7364, 7429, 8703, 7722, 10128, 8823, 7479, 7959, 7418, 7223, 10674, 7535, 7513, 7786, 8530, 11175, 9485, 7612, 8611, 7749, 8527, 11115, 7448, 9277, 7757, 7583, 9755, 8045, 10744, 8878, 7668, 7944, 8453, 7899, 11493, 7612, 7739, 7130, 7608, 10351, 8339, 9890, 7745, 7604, 8397, 8981, 8762, 10677, 7639, 8256, 8649, 7601, 11478, 8021, 7677, 7573, 7931, 9680, 9317, 8687, 9316, 7183, 7617, 9630, 7734, 11879, 9607, 7673, 8898, 8482, 7364, 10675, 7501, 7609, 9174, 7948, 12881, 8454, 7695, 8924, 9317, 9163, 12260, 7419, 7726, 8372, 7306, 14745, 9544, 7591, 7463, 7381, 8859, 9318, 8219, 8305, 6628, 7652, 10561, 8639, 7461, 8502, 7055, 7469, 11040, 8402, 7294, 8467, 7292, 7890, 11634, 9354, 10838, 7999, 8597, 10498, 9379, 8591, 8027, 8599, 7412, 10479, 7436, 8100, 7708, 9173, 7358, 9363, 7374, 7192, 8092, 9545, 8033, 7681, 7122, 7899, 10925, 9361, 7445, 8271], 'WindowCenter': [4063.0, 4048.0, 4026.0, 4013.0, 4032.0, 4023.0, 4030.0, 4043.0, 4023.0, 4075.0, 4053.0, 4000.0, 4008.0, 4012.0, 4009.0, 4065.0, 4024.0, 4042.0, 4013.0, 4021.0, 4053.0, 4042.0, 4063.0, 3999.0, 4019.0, 4020.0, 4030.0, 4055.0, 4033.0, 4042.0, 4002.0, 4033.0, 4033.0, 4030.0, 4065.0, 4012.0, 4030.0, 4011.0, 4031.0, 4042.0, 4032.0, 4032.0, 3999.0, 4031.0, 4021.0, 4042.0, 4055.0, 4011.0, 4031.0, 4023.0, 4056.0, 4055.0, 4025.0, 4052.0, 4010.0, 4010.0, 4053.0, 4021.0, 4076.0, 4067.0, 4052.0, 4031.0, 4011.0, 4052.0, 4031.0, 4050.0, 4020.0, 3999.0, 4050.0, 4023.0, 4063.0, 4010.0, 4022.0, 4034.0, 4044.0, 4078.0, 4044.0, 4013.0, 4055.0, 4033.0, 4088.0, 4066.0, 4021.0, 4020.0, 4001.0, 4062.0, 4030.0, 4063.0, 4031.0, 3999.0, 4020.0, 4031.0, 4051.0, 4052.0, 4010.0, 4029.0, 4010.0, 4031.0, 4040.0, 4020.0, 4064.0, 4011.0, 4050.0, 4010.0, 4029.0, 4039.0, 4009.0, 4073.0, 4008.0, 3985.0, 4026.0, 4007.0, 4061.0, 4029.0, 3996.0, 4018.0, 3997.0, 4049.0, 4019.0, 4040.0, 4018.0, 3997.0, 4018.0, 4018.0, 4039.0, 4042.0, 3987.0, 4019.0, 4021.0, 4039.0, 4042.0, 4021.0, 4029.0, 4009.0, 4028.0, 4029.0, 4020.0, 4063.0, 4010.0, 4001.0, 4041.0, 3999.0, 4061.0, 4030.0, 3998.0, 4030.0, 3999.0, 4050.0, 4044.0, 4012.0, 4032.0, 4022.0, 4066.0, 4043.0, 4021.0, 4040.0, 4010.0, 4029.0, 4041.0, 4032.0, 4064.0, 4008.0, 4028.0, 4030.0, 4030.0, 4062.0, 4020.0, 4049.0, 4007.0, 3986.0, 4049.0, 4017.0, 4072.0, 4040.0, 3997.0, 4008.0, 4018.0, 4049.0, 4040.0, 4009.0, 4027.0, 3996.0, 4047.0, 4027.0, 4017.0, 4038.0, 3986.0, 4015.0, 4016.0, 4037.0, 4039.0, 3997.0, 4028.0, 4009.0, 4040.0, 4029.0, 4008.0, 4038.0, 3997.0, 3986.0, 4018.0, 4009.0, 4063.0, 4020.0, 3999.0, 4031.0, 4020.0, 4062.0, 4042.0, 4000.0, 4029.0, 4030.0, 4030.0, 4062.0, 4032.0, 4030.0, 4009.0, 4011.0, 4063.0, 4043.0, 4009.0, 4027.0, 4019.0, 4049.0, 4039.0, 4019.0, 4050.0, 3998.0, 4008.0, 4049.0, 4030.0, 4073.0, 4029.0, 3997.0, 4018.0, 3995.0, 4060.0, 4032.0, 4006.0, 4017.0, 3997.0, 4038.0, 4017.0, 4040.0, 4018.0, 3997.0, 4039.0, 4029.0, 4018.0, 4040.0, 3998.0, 4008.0, 4030.0, 3999.0, 4063.0, 4020.0, 4009.0, 4048.0, 4029.0, 4061.0, 4052.0, 4009.0, 4019.0, 4018.0, 4008.0, 4049.0, 4030.0, 4008.0, 4038.0, 4008.0, 4008.0, 4051.0, 4010.0, 3998.0, 4009.0, 4010.0, 4051.0, 4041.0, 4021.0, 4030.0, 4009.0, 4040.0, 4040.0, 4052.0, 4061.0, 4008.0, 4026.0, 4007.0, 4015.0, 4039.0, 3997.0, 4027.0, 4008.0, 4007.0, 4049.0, 4012.0, 4051.0, 4010.0, 3999.0, 4040.0, 4020.0, 4073.0, 4030.0, 3986.0, 4028.0, 3996.0, 4050.0, 4007.0, 4026.0, 4006.0, 3995.0, 4047.0, 4010.0, 4049.0, 3998.0, 3997.0, 4027.0, 4010.0, 4053.0, 4000.0, 3998.0, 4029.0, 4008.0, 4062.0, 4021.0, 3999.0, 4010.0, 4008.0, 4050.0, 4031.0, 4009.0, 4018.0, 4022.0, 4039.0, 4031.0, 4040.0, 4053.0, 4009.0, 4050.0, 4030.0, 4029.0, 4052.0, 4010.0, 4050.0, 4009.0, 4028.0, 4050.0, 4011.0, 4072.0, 3998.0, 4008.0, 4051.0, 4019.0, 4073.0, 4018.0, 3997.0, 4038.0, 4008.0, 4071.0, 4030.0, 3998.0, 4018.0, 4008.0, 4048.0, 4030.0, 4009.0, 4039.0, 4009.0, 4038.0, 4039.0, 4009.0, 4051.0, 3998.0, 3998.0, 4028.0, 4008.0, 4061.0, 4019.0, 3997.0, 4027.0, 3996.0, 4059.0, 4040.0, 3997.0, 4017.0, 4007.0, 4047.0, 4027.0, 4007.0, 4026.0, 4006.0, 3995.0, 4027.0, 4006.0, 4049.0, 3987.0, 3996.0, 4016.0, 4018.0, 4061.0, 4040.0, 4008.0, 4017.0, 4018.0, 4039.0, 4051.0, 4019.0, 4028.0, 4007.0, 4007.0, 4048.0, 4010.0, 4027.0, 3997.0, 4009.0, 4039.0, 4018.0, 4021.0, 4030.0, 4019.0, 4008.0, 4040.0, 4009.0, 4062.0, 4009.0, 3997.0, 4017.0, 4007.0, 4049.0, 4041.0, 4006.0, 4016.0, 4028.0, 4037.0, 4028.0, 4008.0, 4037.0, 3997.0, 4008.0, 4027.0, 4008.0, 4050.0, 4019.0, 4008.0, 4039.0, 4030.0, 4030.0, 4051.0, 4019.0, 4019.0, 4038.0, 4007.0, 4061.0, 4009.0, 4008.0, 4028.0, 4008.0, 4049.0, 4040.0, 4008.0, 4028.0, 4020.0, 4009.0, 4050.0, 4022.0, 4009.0, 4009.0, 4010.0, 4049.0, 4043.0, 4041.0, 4030.0, 4009.0, 4048.0, 4027.0, 4049.0, 4048.0, 4018.0, 4026.0, 4026.0, 4006.0, 4048.0, 4017.0, 4024.0, 4015.0, 4004.0, 4048.0, 4008.0, 4008.0, 4007.0, 4009.0, 4049.0, 4019.0, 4019.0, 4017.0, 4009.0, 4027.0, 4028.0, 4029.0, 4039.0, 4018.0, 4018.0, 4018.0, 4017.0, 4050.0, 4008.0, 4039.0, 4027.0, 4007.0, 4051.0, 4009.0, 4007.0, 3997.0, 4008.0, 4048.0, 4031.0, 4008.0, 4020.0, 4021.0, 4029.0, 4040.0, 4022.0, 4051.0, 4009.0, 4010.0, 4050.0, 4020.0, 4030.0, 4029.0, 4019.0, 4028.0, 4038.0, 4020.0, 4060.0, 3997.0, 4006.0, 4048.0, 4018.0, 4050.0, 4007.0, 4018.0, 4027.0, 4037.0, 4008.0, 4062.0, 4009.0, 4007.0, 4028.0, 4007.0, 4049.0, 4040.0, 4017.0, 4018.0, 4018.0, 4010.0, 4061.0, 3999.0, 4010.0, 4039.0, 4018.0, 4031.0, 4039.0, 4009.0, 4008.0, 4039.0, 4018.0, 4062.0, 4028.0, 4018.0, 4038.0, 4038.0, 4018.0, 4072.0, 3997.0, 4007.0, 4037.0, 4017.0, 4017.0, 4050.0, 3996.0, 4008.0, 4028.0, 4007.0, 4009.0, 4040.0, 3997.0, 4007.0, 4039.0, 4030.0, 4021.0, 4030.0, 4008.0, 4008.0, 4049.0, 4030.0, 4007.0, 4016.0, 4007.0, 4017.0, 4047.0, 4019.0, 3996.0, 4006.0, 4007.0, 4037.0, 4028.0, 4018.0, 4006.0, 3997.0, 4007.0, 4037.0, 4029.0, 4007.0, 4017.0, 4018.0, 4008.0, 4052.0, 4019.0, 4009.0, 4028.0, 4007.0, 4019.0, 4040.0, 3997.0, 4007.0, 4038.0, 4019.0, 4040.0, 4029.0, 4010.0, 4007.0, 4029.0, 4019.0, 4052.0, 4018.0, 4021.0, 4051.0, 4029.0, 4020.0, 4051.0, 3998.0, 4009.0, 4029.0, 4018.0, 4023.0, 4054.0, 4000.0, 4022.0, 4052.0, 4030.0, 4051.0, 4049.0, 4007.0, 4017.0, 4039.0, 4038.0, 4071.0, 4017.0, 4005.0, 4025.0, 4006.0, 4006.0, 4037.0, 4018.0, 4008.0, 4017.0, 3996.0, 4019.0, 4008.0, 4039.0, 4010.0, 4009.0, 4008.0, 4021.0, 4040.0, 4042.0, 4030.0, 4018.0, 4019.0, 4007.0, 4050.0, 4022.0, 4009.0, 4008.0, 4019.0, 4039.0, 4042.0, 4009.0, 4039.0, 3997.0, 4007.0, 4050.0, 4033.0, 4008.0, 4007.0, 4009.0, 4040.0, 4039.0, 4010.0, 4009.0, 4008.0, 4009.0, 4039.0, 4030.0, 4009.0, 4041.0, 4008.0, 4019.0, 4029.0, 4040.0, 4009.0, 4029.0, 4006.0, 4007.0, 4038.0, 4040.0, 4010.0, 4007.0, 4007.0, 4018.0, 4029.0, 4049.0, 4007.0, 4007.0, 4008.0, 4030.0, 4029.0, 4051.0, 4007.0, 4007.0, 4018.0, 4041.0, 4050.0, 4038.0, 4017.0, 4006.0, 4008.0, 4009.0, 4007.0, 4016.0, 3996.0, 3995.0, 4028.0, 4018.0, 4027.0, 4051.0, 4020.0, 4039.0, 3996.0, 3994.0, 4014.0, 3995.0, 4015.0, 4038.0, 4039.0, 4047.0, 3994.0, 3994.0, 4013.0, 4004.0, 4012.0, 4036.0, 3993.0, 4013.0, 3984.0, 3993.0, 4037.0, 4006.0, 4038.0, 3996.0, 3996.0, 4016.0, 3996.0, 4038.0, 3996.0, 4007.0, 4018.0, 4009.0, 4040.0, 4029.0, 4011.0, 4018.0, 4008.0, 4010.0, 4052.0, 4022.0, 4009.0, 4009.0, 4031.0, 4051.0, 4042.0, 4020.0, 4029.0, 4009.0, 4018.0, 4051.0, 4010.0, 4028.0, 4008.0, 4008.0, 4028.0, 4019.0, 4051.0, 4029.0, 4020.0, 4018.0, 4019.0, 4019.0, 4062.0, 4022.0, 4020.0, 3998.0, 4020.0, 4040.0, 4020.0, 4040.0, 4008.0, 4009.0, 4018.0, 4029.0, 4030.0, 4051.0, 4020.0, 4030.0, 4030.0, 4009.0, 4052.0, 4021.0, 4020.0, 4008.0, 4020.0, 4030.0, 4042.0, 4031.0, 4029.0, 4009.0, 4020.0, 4039.0, 4019.0, 4062.0, 4041.0, 4010.0, 4030.0, 4029.0, 4009.0, 4051.0, 4009.0, 4019.0, 4029.0, 4021.0, 4064.0, 4021.0, 4021.0, 4029.0, 4040.0, 4031.0, 4061.0, 4009.0, 4007.0, 4019.0, 4008.0, 4072.0, 4041.0, 4008.0, 4008.0, 4009.0, 4028.0, 4031.0, 4032.0, 4019.0, 3998.0, 4020.0, 4050.0, 4031.0, 4010.0, 4030.0, 4010.0, 4009.0, 4050.0, 4032.0, 4009.0, 4019.0, 4010.0, 4018.0, 4051.0, 4042.0, 4050.0, 4007.0, 4029.0, 4038.0, 4027.0, 4018.0, 4017.0, 4016.0, 4009.0, 4051.0, 4008.0, 4019.0, 4007.0, 4029.0, 4010.0, 4030.0, 4007.0, 3998.0, 4017.0, 4029.0, 4020.0, 4008.0, 3996.0, 4018.0, 4050.0, 4030.0, 4009.0, 4019.0], 'WindowWidth': [9069.0, 9037.0, 9004.0, 8983.0, 9003.0, 8993.0, 8997.0, 9020.0, 8992.0, 9072.0, 9035.0, 8959.0, 8965.0, 8975.0, 8969.0, 9054.0, 8998.0, 9017.0, 8978.0, 8988.0, 9033.0, 9019.0, 9048.0, 8955.0, 8979.0, 8987.0, 8999.0, 9041.0, 9008.0, 9017.0, 8961.0, 9007.0, 9008.0, 9000.0, 9053.0, 8977.0, 8997.0, 8972.0, 9000.0, 9017.0, 9004.0, 9003.0, 8955.0, 9003.0, 8990.0, 9016.0, 9040.0, 8974.0, 9000.0, 8995.0, 9043.0, 9042.0, 8999.0, 9032.0, 8972.0, 8972.0, 9033.0, 8989.0, 9073.0, 9061.0, 9030.0, 8999.0, 8974.0, 9031.0, 9002.0, 9024.0, 8983.0, 8955.0, 9025.0, 8994.0, 9046.0, 8973.0, 8993.0, 9011.0, 9026.0, 9078.0, 9024.0, 8982.0, 9041.0, 9010.0, 9092.0, 9058.0, 8987.0, 8982.0, 8961.0, 9045.0, 9002.0, 9047.0, 9000.0, 8953.0, 8983.0, 8999.0, 9026.0, 9032.0, 8971.0, 8994.0, 8972.0, 9000.0, 9012.0, 8985.0, 9052.0, 8973.0, 9021.0, 8973.0, 8993.0, 9011.0, 8969.0, 9061.0, 8963.0, 8929.0, 8987.0, 8961.0, 9042.0, 8995.0, 8945.0, 8978.0, 8949.0, 9021.0, 8981.0, 9012.0, 8979.0, 8948.0, 8976.0, 8979.0, 9009.0, 9017.0, 8936.0, 8982.0, 8987.0, 9008.0, 9018.0, 8986.0, 8994.0, 8969.0, 8993.0, 8997.0, 8985.0, 9050.0, 8972.0, 8960.0, 9014.0, 8957.0, 9044.0, 8998.0, 8952.0, 8997.0, 8955.0, 9027.0, 9026.0, 8979.0, 9005.0, 8994.0, 9056.0, 9022.0, 8988.0, 9011.0, 8971.0, 8996.0, 9014.0, 9002.0, 9052.0, 8966.0, 8992.0, 8998.0, 8997.0, 9044.0, 8985.0, 9021.0, 8962.0, 8933.0, 9020.0, 8977.0, 9060.0, 9012.0, 8949.0, 8965.0, 8981.0, 9023.0, 9012.0, 8966.0, 8987.0, 8946.0, 9015.0, 8989.0, 8976.0, 9004.0, 8930.0, 8970.0, 8972.0, 9001.0, 9007.0, 8948.0, 8992.0, 8970.0, 9013.0, 8994.0, 8968.0, 9007.0, 8950.0, 8933.0, 8978.0, 8969.0, 9049.0, 8985.0, 8956.0, 9000.0, 8986.0, 9045.0, 9018.0, 8959.0, 8995.0, 8998.0, 8998.0, 9047.0, 9006.0, 8998.0, 8967.0, 8973.0, 9046.0, 9021.0, 8967.0, 8988.0, 8984.0, 9022.0, 9009.0, 8983.0, 9025.0, 8950.0, 8965.0, 9022.0, 8997.0, 9063.0, 8994.0, 8948.0, 8979.0, 8945.0, 9038.0, 9003.0, 8959.0, 8972.0, 8950.0, 9004.0, 8977.0, 9011.0, 8978.0, 8949.0, 9005.0, 8994.0, 8979.0, 9010.0, 8952.0, 8964.0, 8995.0, 8956.0, 9047.0, 8985.0, 8966.0, 9020.0, 8996.0, 9040.0, 9028.0, 8967.0, 8982.0, 8979.0, 8965.0, 9023.0, 8997.0, 8964.0, 9004.0, 8967.0, 8967.0, 9027.0, 8971.0, 8952.0, 8966.0, 8972.0, 9029.0, 9017.0, 8989.0, 8996.0, 8969.0, 9010.0, 9009.0, 9027.0, 9042.0, 8962.0, 8983.0, 8960.0, 8969.0, 9008.0, 8948.0, 8986.0, 8965.0, 8963.0, 9021.0, 8977.0, 9027.0, 8971.0, 8956.0, 9009.0, 8982.0, 9064.0, 8997.0, 8930.0, 8990.0, 8947.0, 9023.0, 8961.0, 8983.0, 8959.0, 8942.0, 9016.0, 8970.0, 9019.0, 8952.0, 8949.0, 8988.0, 8970.0, 9033.0, 8956.0, 8953.0, 8995.0, 8964.0, 9044.0, 8987.0, 8956.0, 8968.0, 8966.0, 9023.0, 9002.0, 8967.0, 8978.0, 8990.0, 9010.0, 9000.0, 9012.0, 9033.0, 8969.0, 9023.0, 8997.0, 8995.0, 9031.0, 8971.0, 9024.0, 8968.0, 8991.0, 9024.0, 8973.0, 9058.0, 8951.0, 8966.0, 9025.0, 8981.0, 9062.0, 8980.0, 8949.0, 9003.0, 8964.0, 9055.0, 8997.0, 8949.0, 8975.0, 8967.0, 9018.0, 8999.0, 8968.0, 9006.0, 8969.0, 9006.0, 9007.0, 8969.0, 9025.0, 8951.0, 8950.0, 8991.0, 8965.0, 9042.0, 8979.0, 8949.0, 8986.0, 8946.0, 9037.0, 9012.0, 8946.0, 8973.0, 8963.0, 9014.0, 8987.0, 8961.0, 8984.0, 8958.0, 8943.0, 8987.0, 8959.0, 9021.0, 8933.0, 8946.0, 8973.0, 8977.0, 9042.0, 9011.0, 8965.0, 8977.0, 8978.0, 9006.0, 9027.0, 8980.0, 8989.0, 8963.0, 8963.0, 9017.0, 8969.0, 8990.0, 8947.0, 8967.0, 9006.0, 8980.0, 8988.0, 8997.0, 8980.0, 8966.0, 9009.0, 8967.0, 9045.0, 8969.0, 8948.0, 8975.0, 8962.0, 9023.0, 9015.0, 8959.0, 8969.0, 8991.0, 9001.0, 8992.0, 8964.0, 9002.0, 8950.0, 8964.0, 8989.0, 8965.0, 9026.0, 8980.0, 8965.0, 9007.0, 8997.0, 8997.0, 9028.0, 8980.0, 8979.0, 9005.0, 8962.0, 9041.0, 8965.0, 8962.0, 8988.0, 8965.0, 9022.0, 9012.0, 8966.0, 8992.0, 8987.0, 8970.0, 9024.0, 8992.0, 8969.0, 8966.0, 8971.0, 9021.0, 9019.0, 9014.0, 8995.0, 8966.0, 9017.0, 8991.0, 9022.0, 9018.0, 8975.0, 8983.0, 8985.0, 8957.0, 9019.0, 8973.0, 8979.0, 8967.0, 8952.0, 9017.0, 8966.0, 8964.0, 8961.0, 8970.0, 9021.0, 8982.0, 8982.0, 8973.0, 8965.0, 8987.0, 8991.0, 8993.0, 9007.0, 8977.0, 8976.0, 8977.0, 8974.0, 9024.0, 8963.0, 9006.0, 8990.0, 8962.0, 9026.0, 8966.0, 8961.0, 8948.0, 8966.0, 9020.0, 8999.0, 8966.0, 8982.0, 8988.0, 8995.0, 9011.0, 8991.0, 9026.0, 8968.0, 8970.0, 9025.0, 8986.0, 8998.0, 8993.0, 8980.0, 8990.0, 9005.0, 8984.0, 9040.0, 8949.0, 8958.0, 9018.0, 8980.0, 9022.0, 8960.0, 8979.0, 8987.0, 9002.0, 8964.0, 9045.0, 8967.0, 8963.0, 8990.0, 8962.0, 9022.0, 9008.0, 8975.0, 8977.0, 8977.0, 8971.0, 9043.0, 8954.0, 8970.0, 9008.0, 8980.0, 9001.0, 9009.0, 8966.0, 8964.0, 9005.0, 8980.0, 9042.0, 8990.0, 8977.0, 9003.0, 9005.0, 8978.0, 9060.0, 8947.0, 8962.0, 9001.0, 8973.0, 8975.0, 9025.0, 8946.0, 8965.0, 8990.0, 8962.0, 8969.0, 9009.0, 8947.0, 8963.0, 9007.0, 8998.0, 8987.0, 8995.0, 8964.0, 8966.0, 9019.0, 8997.0, 8961.0, 8970.0, 8962.0, 8972.0, 9016.0, 8980.0, 8945.0, 8957.0, 8959.0, 9000.0, 8990.0, 8976.0, 8958.0, 8948.0, 8961.0, 9002.0, 8993.0, 8961.0, 8975.0, 8978.0, 8963.0, 9030.0, 8981.0, 8967.0, 8992.0, 8963.0, 8981.0, 9009.0, 8948.0, 8963.0, 9003.0, 8981.0, 9011.0, 8993.0, 8968.0, 8963.0, 8993.0, 8982.0, 9030.0, 8978.0, 8988.0, 9027.0, 8994.0, 8983.0, 9026.0, 8950.0, 8969.0, 8993.0, 8980.0, 8992.0, 9034.0, 8958.0, 8990.0, 9029.0, 8999.0, 9026.0, 9022.0, 8962.0, 8974.0, 9007.0, 9005.0, 9057.0, 8973.0, 8955.0, 8979.0, 8956.0, 8958.0, 9002.0, 8975.0, 8962.0, 8975.0, 8946.0, 8981.0, 8964.0, 9008.0, 8970.0, 8967.0, 8965.0, 8987.0, 9011.0, 9016.0, 8995.0, 8976.0, 8979.0, 8961.0, 9025.0, 8988.0, 8967.0, 8964.0, 8980.0, 9007.0, 9014.0, 8968.0, 9006.0, 8948.0, 8961.0, 9024.0, 9004.0, 8964.0, 8960.0, 8966.0, 9008.0, 9007.0, 8969.0, 8968.0, 8962.0, 8968.0, 9008.0, 8996.0, 8969.0, 9012.0, 8964.0, 8982.0, 8993.0, 9010.0, 8968.0, 8991.0, 8958.0, 8962.0, 9004.0, 9011.0, 8968.0, 8961.0, 8962.0, 8976.0, 8992.0, 9021.0, 8961.0, 8962.0, 8962.0, 8993.0, 8992.0, 9027.0, 8961.0, 8962.0, 8978.0, 9013.0, 9026.0, 9005.0, 8973.0, 8959.0, 8964.0, 8967.0, 8960.0, 8970.0, 8942.0, 8941.0, 8985.0, 8975.0, 8986.0, 9027.0, 8981.0, 9006.0, 8944.0, 8938.0, 8962.0, 8940.0, 8964.0, 9004.0, 9004.0, 9014.0, 8937.0, 8936.0, 8958.0, 8950.0, 8958.0, 8997.0, 8933.0, 8959.0, 8922.0, 8935.0, 8998.0, 8957.0, 9003.0, 8944.0, 8943.0, 8969.0, 8946.0, 9002.0, 8945.0, 8960.0, 8976.0, 8968.0, 9011.0, 8994.0, 8972.0, 8978.0, 8965.0, 8970.0, 9031.0, 8988.0, 8967.0, 8966.0, 8998.0, 9027.0, 9016.0, 8981.0, 8990.0, 8968.0, 8976.0, 9028.0, 8969.0, 8989.0, 8961.0, 8962.0, 8991.0, 8980.0, 9025.0, 8992.0, 8983.0, 8977.0, 8980.0, 8980.0, 9045.0, 8989.0, 8983.0, 8951.0, 8982.0, 9009.0, 8985.0, 9010.0, 8962.0, 8965.0, 8975.0, 8993.0, 8996.0, 9025.0, 8984.0, 8998.0, 8997.0, 8968.0, 9031.0, 8986.0, 8983.0, 8965.0, 8984.0, 8996.0, 9015.0, 9000.0, 8995.0, 8968.0, 8984.0, 9007.0, 8983.0, 9043.0, 9013.0, 8969.0, 8995.0, 8994.0, 8966.0, 9027.0, 8966.0, 8979.0, 8993.0, 8985.0, 9049.0, 8986.0, 8986.0, 8995.0, 9011.0, 8999.0, 9042.0, 8967.0, 8962.0, 8978.0, 8964.0, 9059.0, 9014.0, 8964.0, 8963.0, 8967.0, 8990.0, 8999.0, 9000.0, 8979.0, 8951.0, 8984.0, 9023.0, 9002.0, 8972.0, 8995.0, 8972.0, 8967.0, 9026.0, 9004.0, 8968.0, 8979.0, 8970.0, 8978.0, 9028.0, 9016.0, 9021.0, 8960.0, 8993.0, 9005.0, 8988.0, 8975.0, 8975.0, 8973.0, 8966.0, 9028.0, 8964.0, 8980.0, 8961.0, 8992.0, 8970.0, 8997.0, 8961.0, 8952.0, 8974.0, 8994.0, 8981.0, 8963.0, 8945.0, 8976.0, 9023.0, 8998.0, 8967.0, 8980.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.0020558707557502736</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.036356662760131435</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.40591207732458</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2112972987719302</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9983478679166657</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4823</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5887.7861</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1497315222115796</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.424972617743702</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.511076948574398</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.368793579887196</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7007817537901637</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4636555120458334</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00398136</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.027238767594099045</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03276169300079346</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</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.9574969801410935</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>28.8612</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6411</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.6724</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297388.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>748.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.5825</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6889</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.2055</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3217.5124</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3410.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79156.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1077.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4181.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.6503</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.08259919960983</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> |