=== 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-0086 --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-0086",
"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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-02/func/sub-0086_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>dbae9437fa4429ecf2eb7e7a55b876d9</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>17:16:58.730000</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.999659, -0.00200857, -0.0260303, 0.00471085, 0.994548, 0.104172]</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.103956</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>[4135, -7765, -7255, 637, -58, -168, 112, 68]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>240.828</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1c674d78-934c-4eef-aa84-b20ba245b5cc||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.6820123195648193, 0.01263886597007513, -0.06933370977640152, 113.42427825927734], [0.005388855002820492, 2.668299913406372, 0.28149887919425964, -99.28156280517578], [-0.06983739137649536, -0.27948513627052307, 2.6843903064727783, -51.106658935546875], [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': ['171658.730000', '171659.190000', '171659.650000', '171700.110000', '171700.570000', '171701.030000', '171701.490000', '171701.950000', '171702.410000', '171702.870000', '171703.330000', '171703.790000', '171704.250000', '171704.710000', '171705.170000', '171705.630000', '171706.090000', '171706.550000', '171707.010000', '171707.470000', '171707.930000', '171708.390000', '171708.850000', '171709.310000', '171709.770000', '171710.230000', '171710.690000', '171711.150000', '171711.610000', '171712.070000', '171712.530000', '171712.990000', '171713.450000', '171713.910000', '171714.370000', '171714.830000', '171715.290000', '171715.750000', '171716.210000', '171716.670000', '171717.130000', '171717.590000', '171718.050000', '171718.510000', '171718.970000', '171719.430000', '171719.890000', '171720.350000', '171720.810000', '171721.270000', '171721.730000', '171722.190000', '171722.650000', '171723.110000', '171723.570000', '171724.030000', '171724.490000', '171724.950000', '171725.410000', '171725.870000', '171726.330000', '171726.790000', '171727.250000', '171727.710000', '171728.170000', '171728.630000', '171729.090000', '171729.550000', '171730.010000', '171730.470000', '171730.930000', '171731.390000', '171731.850000', '171732.310000', '171732.770000', '171733.230000', '171733.690000', '171734.150000', '171734.610000', '171735.070000', '171735.530000', '171735.990000', '171736.450000', '171736.910000', '171737.370000', '171737.830000', '171738.290000', '171738.750000', '171739.210000', '171739.670000', '171740.130000', '171740.590000', '171741.050000', '171741.510000', '171741.970000', '171742.430000', '171742.890000', '171743.350000', '171743.810000', '171744.270000', '171744.730000', '171745.190000', '171745.650000', '171746.110000', '171746.570000', '171747.030000', '171747.490000', '171747.950000', '171748.410000', '171748.870000', '171749.330000', '171749.790000', '171750.250000', '171750.710000', '171751.170000', '171751.630000', '171752.090000', '171752.550000', '171753.010000', '171753.470000', '171753.930000', '171754.390000', '171754.850000', '171755.310000', '171755.770000', '171756.230000', '171756.690000', '171757.150000', '171757.610000', '171758.070000', '171758.530000', '171758.990000', '171759.450000', '171759.910000', '171800.370000', '171800.830000', '171801.290000', '171801.750000', '171802.210000', '171802.670000', '171803.130000', '171803.590000', '171804.050000', '171804.510000', '171804.970000', '171805.430000', '171805.890000', '171806.350000', '171806.810000', '171807.270000', '171807.730000', '171808.190000', '171808.650000', '171809.110000', '171809.570000', '171810.030000', '171810.490000', '171810.950000', '171811.410000', '171811.870000', '171812.330000', '171812.790000', '171813.250000', '171813.710000', '171814.170000', '171814.630000', '171815.090000', '171815.550000', '171816.010000', '171816.470000', '171816.930000', '171817.390000', '171817.850000', '171818.310000', '171818.770000', '171819.230000', '171819.690000', '171820.150000', '171820.610000', '171821.070000', '171821.530000', '171821.990000', '171822.450000', '171822.910000', '171823.370000', '171823.830000', '171824.290000', '171824.750000', '171825.210000', '171825.670000', '171826.130000', '171826.590000', '171827.050000', '171827.510000', '171827.970000', '171828.430000', '171828.890000', '171829.350000', '171829.810000', '171830.270000', '171830.730000', '171831.190000', '171831.650000', '171832.110000', '171832.570000', '171833.030000', '171833.490000', '171833.950000', '171834.410000', '171834.870000', '171835.330000', '171835.790000', '171836.250000', '171836.710000', '171837.170000', '171837.630000', '171838.090000', '171838.550000', '171839.010000', '171839.470000', '171839.930000', '171840.390000', '171840.850000', '171841.310000', '171841.770000', '171842.230000', '171842.690000', '171843.150000', '171843.610000', '171844.070000', '171844.530000', '171844.990000', '171845.450000', '171845.910000', '171846.370000', '171846.830000', '171847.290000', '171847.750000', '171848.210000', '171848.670000', '171849.130000', '171849.590000', '171850.050000', '171850.510000', '171850.970000', '171851.430000', '171851.890000', '171852.350000', '171852.810000', '171853.270000', '171853.730000', '171854.190000', '171854.650000', '171855.110000', '171855.570000', '171856.030000', '171856.490000', '171856.950000', '171857.410000', '171857.870000', '171858.330000', '171858.790000', '171859.250000', '171859.710000', '171900.170000', '171900.630000', '171901.090000', '171901.550000', '171902.010000', '171902.470000', '171902.930000', '171903.390000', '171903.850000', '171904.310000', '171904.770000', '171905.230000', '171905.690000', '171906.150000', '171906.610000', '171907.070000', '171907.530000', '171907.990000', '171908.450000', '171908.910000', '171909.370000', '171909.830000', '171910.290000', '171910.750000', '171911.210000', '171911.670000', '171912.130000', '171912.590000', '171913.050000', '171913.510000', '171913.970000', '171914.430000', '171914.890000', '171915.350000', '171915.810000', '171916.270000', '171916.730000', '171917.190000', '171917.650000', '171918.110000', '171918.570000', '171919.030000', '171919.490000', '171919.950000', '171920.410000', '171920.870000', '171921.330000', '171921.790000', '171922.250000', '171922.710000', '171923.170000', '171923.630000', '171924.090000', '171924.550000', '171925.010000', '171925.470000', '171925.930000', '171926.390000', '171926.850000', '171927.310000', '171927.770000', '171928.230000', '171928.690000', '171929.150000', '171929.610000', '171930.070000', '171930.530000', '171930.990000', '171931.450000', '171931.910000', '171932.370000', '171932.830000', '171933.290000', '171933.750000', '171934.210000', '171934.670000', '171935.130000', '171935.590000', '171936.050000', '171936.510000', '171936.970000', '171937.430000', '171937.890000', '171938.350000', '171938.810000', '171939.270000', '171939.730000', '171940.190000', '171940.650000', '171941.110000', '171941.570000', '171942.030000', '171942.490000', '171942.950000', '171943.410000', '171943.870000', '171944.330000', '171944.790000', '171945.250000', '171945.710000', '171946.170000', '171946.630000', '171947.090000', '171947.550000', '171948.010000', '171948.470000', '171948.930000', '171949.390000', '171949.850000', '171950.310000', '171950.770000', '171951.230000', '171951.690000', '171952.150000', '171952.610000', '171953.070000', '171953.530000', '171953.990000', '171954.450000', '171954.910000', '171955.370000', '171955.830000', '171956.290000', '171956.750000', '171957.210000', '171957.670000', '171958.130000', '171958.590000', '171959.050000', '171959.510000', '171959.970000', '172000.430000', '172000.890000', '172001.350000', '172001.810000', '172002.270000', '172002.730000', '172003.190000', '172003.650000', '172004.110000', '172004.570000', '172005.030000', '172005.490000', '172005.950000', '172006.410000', '172006.870000', '172007.330000', '172007.790000', '172008.250000', '172008.710000', '172009.170000', '172009.630000', '172010.090000', '172010.550000', '172011.010000', '172011.470000', '172011.930000', '172012.390000', '172012.850000', '172013.310000', '172013.770000', '172014.230000', '172014.690000', '172015.150000', '172015.610000', '172016.070000', '172016.530000', '172016.990000', '172017.450000', '172017.910000', '172018.370000', '172018.830000', '172019.290000', '172019.750000', '172020.210000', '172020.670000', '172021.130000', '172021.590000', '172022.050000', '172022.510000', '172022.970000', '172023.430000', '172023.890000', '172024.350000', '172024.810000', '172025.270000', '172025.730000', '172026.190000', '172026.650000', '172027.110000', '172027.570000', '172028.030000', '172028.490000', '172028.950000', '172029.410000', '172029.870000', '172030.330000', '172030.790000', '172031.250000', '172031.710000', '172032.170000', '172032.630000', '172033.090000', '172033.550000', '172034.010000', '172034.470000', '172034.930000', '172035.390000', '172035.850000', '172036.310000', '172036.770000', '172037.230000', '172037.690000', '172038.150000', '172038.610000', '172039.070000', '172039.530000', '172039.990000', '172040.450000', '172040.910000', '172041.370000', '172041.830000', '172042.290000', '172042.750000', '172043.210000', '172043.670000', '172044.130000', '172044.590000', '172045.050000', '172045.510000', '172045.970000', '172046.430000', '172046.890000', '172047.350000', '172047.810000', '172048.270000', '172048.730000', '172049.190000', '172049.650000', '172050.110000', '172050.570000', '172051.030000', '172051.490000', '172051.950000', '172052.410000', '172052.870000', '172053.330000', '172053.790000', '172054.250000', '172054.710000', '172055.170000', '172055.630000', '172056.090000', '172056.550000', '172057.010000', '172057.470000', '172057.930000', '172058.390000', '172058.850000', '172059.310000', '172059.770000', '172100.230000', '172100.690000', '172101.150000', '172101.610000', '172102.070000', '172102.530000', '172102.990000', '172103.450000', '172103.910000', '172104.370000', '172104.830000', '172105.290000', '172105.750000', '172106.210000', '172106.670000', '172107.130000', '172107.590000', '172108.050000', '172108.510000', '172108.970000', '172109.430000', '172109.890000', '172110.350000', '172110.810000', '172111.270000', '172111.730000', '172112.190000', '172112.650000', '172113.110000', '172113.570000', '172114.030000', '172114.490000', '172114.950000', '172115.410000', '172115.870000', '172116.330000', '172116.790000', '172117.250000', '172117.710000', '172118.170000', '172118.630000', '172119.090000', '172119.550000', '172120.010000', '172120.470000', '172120.930000', '172121.390000', '172121.850000', '172122.310000', '172122.770000', '172123.230000', '172123.690000', '172124.150000', '172124.610000', '172125.070000', '172125.530000', '172125.990000', '172126.450000', '172126.910000', '172127.370000', '172127.830000', '172128.290000', '172128.750000', '172129.210000', '172129.670000', '172130.130000', '172130.590000', '172131.050000', '172131.510000', '172131.970000', '172132.430000', '172132.890000', '172133.350000', '172133.810000', '172134.270000', '172134.730000', '172135.190000', '172135.650000', '172136.110000', '172136.570000', '172137.030000', '172137.490000', '172137.950000', '172138.410000', '172138.870000', '172139.330000', '172139.790000', '172140.250000', '172140.710000', '172141.170000', '172141.630000', '172142.090000', '172142.550000', '172143.010000', '172143.470000', '172143.930000', '172144.390000', '172144.850000', '172145.310000', '172145.770000', '172146.230000', '172146.690000', '172147.150000', '172147.610000', '172148.070000', '172148.530000', '172148.990000', '172149.450000', '172149.910000', '172150.370000', '172150.830000', '172151.290000', '172151.750000', '172152.210000', '172152.670000', '172153.130000', '172153.590000', '172154.050000', '172154.510000', '172154.970000', '172155.430000', '172155.890000', '172156.350000', '172156.810000', '172157.270000', '172157.730000', '172158.190000', '172158.650000', '172159.110000', '172159.570000', '172200.030000', '172200.490000', '172200.950000', '172201.410000', '172201.870000', '172202.330000', '172202.790000', '172203.250000', '172203.710000', '172204.170000', '172204.630000', '172205.090000', '172205.550000', '172206.010000', '172206.470000', '172206.930000', '172207.390000', '172207.850000', '172208.310000', '172208.770000', '172209.230000', '172209.690000', '172210.150000', '172210.610000', '172211.070000', '172211.530000', '172211.990000', '172212.450000', '172212.910000', '172213.370000', '172213.830000', '172214.290000', '172214.750000', '172215.210000', '172215.670000', '172216.130000', '172216.590000', '172217.050000', '172217.510000', '172217.970000', '172218.430000', '172218.890000', '172219.350000', '172219.810000', '172220.270000', '172220.730000', '172221.190000', '172221.650000', '172222.110000', '172222.570000', '172223.030000', '172223.490000', '172223.950000', '172224.410000', '172224.870000', '172225.330000', '172225.790000', '172226.250000', '172226.710000', '172227.170000', '172227.630000', '172228.090000', '172228.550000', '172229.010000', '172229.470000', '172229.930000', '172230.390000', '172230.850000', '172231.310000', '172231.770000', '172232.230000', '172232.690000', '172233.150000', '172233.610000', '172234.070000', '172234.530000', '172234.990000', '172235.450000', '172235.910000', '172236.370000', '172236.830000', '172237.290000', '172237.750000', '172238.210000', '172238.670000', '172239.130000', '172239.590000', '172240.050000', '172240.510000', '172240.970000', '172241.430000', '172241.890000', '172242.350000', '172242.810000', '172243.270000', '172243.730000', '172244.190000', '172244.650000', '172245.110000', '172245.570000', '172246.030000', '172246.490000', '172246.950000', '172247.410000', '172247.870000', '172248.330000', '172248.790000', '172249.250000', '172249.710000', '172250.170000', '172250.630000', '172251.090000', '172251.550000', '172252.010000', '172252.470000', '172252.930000', '172253.390000', '172253.850000', '172254.310000', '172254.770000', '172255.230000', '172255.690000', '172256.150000', '172256.610000', '172257.070000', '172257.530000', '172257.990000', '172258.450000', '172258.910000', '172259.370000', '172259.830000', '172300.290000', '172300.750000', '172301.210000', '172301.670000', '172302.130000', '172302.590000', '172303.050000', '172303.510000', '172303.970000', '172304.430000', '172304.890000', '172305.350000', '172305.810000', '172306.270000', '172306.730000', '172307.190000', '172307.650000', '172308.110000', '172308.570000', '172309.030000', '172309.490000', '172309.950000', '172310.410000', '172310.870000', '172311.330000', '172311.790000', '172312.250000', '172312.710000', '172313.170000', '172313.630000', '172314.090000', '172314.550000', '172315.010000', '172315.470000', '172315.930000', '172316.390000', '172316.850000', '172317.310000', '172317.770000', '172318.230000', '172318.690000', '172319.150000', '172319.610000', '172320.070000', '172320.530000', '172320.990000', '172321.450000', '172321.910000', '172322.370000', '172322.830000', '172323.290000', '172323.750000', '172324.210000', '172324.670000', '172325.130000', '172325.590000', '172326.050000', '172326.510000', '172326.970000', '172327.430000', '172327.890000', '172328.350000', '172328.810000', '172329.270000', '172329.730000', '172330.190000', '172330.650000', '172331.110000', '172331.570000', '172332.030000', '172332.490000', '172332.950000', '172333.410000', '172333.870000', '172334.330000', '172334.790000', '172335.250000', '172335.710000', '172336.170000', '172336.630000', '172337.090000', '172337.550000', '172338.010000', '172338.470000', '172338.930000', '172339.390000', '172339.850000', '172340.310000', '172340.770000', '172341.230000', '172341.690000', '172342.150000', '172342.610000', '172343.070000', '172343.530000', '172343.990000', '172344.450000', '172344.910000', '172345.370000', '172345.830000', '172346.290000', '172346.750000', '172347.210000', '172347.670000', '172348.130000', '172348.590000', '172349.050000', '172349.510000', '172349.970000', '172350.430000', '172350.890000', '172351.350000', '172351.810000', '172352.270000', '172352.730000', '172353.190000', '172353.650000', '172354.110000', '172354.570000', '172355.030000', '172355.490000', '172355.950000', '172356.410000', '172356.870000', '172357.330000', '172357.790000', '172358.250000', '172358.710000'], 'ContentTime': ['171724.687000', '171724.689000', '171724.692000', '171724.695000', '171724.697000', '171724.700000', '171724.702000', '171724.705000', '171724.708000', '171724.710000', '171724.713000', '171724.716000', '171724.718000', '171724.721000', '171724.723000', '171724.726000', '171724.728000', '171724.731000', '171724.734000', '171724.736000', '171724.739000', '171724.741000', '171724.744000', '171724.746000', '171724.749000', '171724.751000', '171724.754000', '171724.757000', '171724.759000', '171724.762000', '171724.764000', '171724.767000', '171724.769000', '171724.772000', '171724.775000', '171724.777000', '171724.780000', '171724.782000', '171724.785000', '171724.787000', '171724.790000', '171724.792000', '171724.795000', '171724.797000', '171724.800000', '171724.803000', '171724.805000', '171724.813000', '171724.816000', '171724.818000', '171724.821000', '171724.823000', '171724.826000', '171724.828000', '171744.658000', '171744.661000', '171744.664000', '171744.666000', '171744.669000', '171744.672000', '171744.675000', '171744.677000', '171744.680000', '171744.682000', '171744.685000', '171744.688000', '171744.690000', '171744.693000', '171744.695000', '171744.698000', '171744.700000', '171744.703000', '171744.706000', '171744.708000', '171744.711000', '171744.717000', '171744.719000', '171744.722000', '171744.725000', '171744.727000', '171744.730000', '171744.732000', '171744.735000', '171744.738000', '171744.740000', '171744.743000', '171744.745000', '171744.748000', '171744.750000', '171744.753000', '171744.756000', '171744.758000', '171744.761000', '171744.763000', '171744.766000', '171744.769000', '171744.771000', '171744.774000', '171804.657000', '171804.660000', '171804.663000', '171804.665000', '171804.668000', '171804.670000', '171804.673000', '171804.676000', '171804.678000', '171804.681000', '171804.683000', '171804.686000', '171804.688000', '171804.691000', '171804.694000', '171804.696000', '171804.705000', '171804.708000', '171804.711000', '171804.713000', '171804.716000', '171804.718000', '171804.721000', '171804.723000', '171804.726000', '171804.729000', '171804.731000', '171804.734000', '171804.736000', '171804.739000', '171804.742000', '171804.744000', '171804.747000', '171804.749000', '171804.752000', '171804.754000', '171804.757000', '171804.760000', '171804.762000', '171804.765000', '171804.767000', '171804.770000', '171804.773000', '171824.657000', '171824.660000', '171824.663000', '171824.665000', '171824.668000', '171824.670000', '171824.673000', '171824.675000', '171824.678000', '171824.681000', '171824.683000', '171824.686000', '171824.688000', '171824.691000', '171824.694000', '171824.696000', '171824.699000', '171824.701000', '171824.704000', '171824.707000', '171824.709000', '171824.712000', '171824.714000', '171824.717000', '171824.719000', '171824.722000', '171824.724000', '171824.727000', '171824.730000', '171824.732000', '171824.735000', '171824.737000', '171824.740000', '171824.743000', '171824.745000', '171824.748000', '171824.750000', '171824.753000', '171824.755000', '171824.758000', '171824.761000', '171824.763000', '171824.776000', '171824.779000', '171844.657000', '171844.660000', '171844.663000', '171844.665000', '171844.668000', '171844.670000', '171844.676000', '171844.678000', '171844.681000', '171844.683000', '171844.686000', '171844.689000', '171844.691000', '171844.694000', '171844.696000', '171844.699000', '171844.702000', '171844.704000', '171844.707000', '171844.709000', '171844.712000', '171844.715000', '171844.717000', '171844.720000', '171844.722000', '171844.725000', '171844.728000', '171844.730000', '171844.733000', '171844.735000', '171844.738000', '171844.740000', '171844.743000', '171844.746000', '171844.748000', '171844.751000', '171844.753000', '171844.756000', '171844.758000', '171844.761000', '171844.763000', '171844.766000', '171844.769000', '171904.657000', '171904.664000', '171904.666000', '171904.669000', '171904.672000', '171904.675000', '171904.677000', '171904.680000', '171904.683000', '171904.685000', '171904.688000', '171904.690000', '171904.693000', '171904.695000', '171904.698000', '171904.701000', '171904.703000', '171904.706000', '171904.709000', '171904.712000', '171904.715000', '171904.717000', '171904.720000', '171904.722000', '171904.725000', '171904.728000', '171904.730000', '171904.733000', '171904.735000', '171904.738000', '171904.741000', '171904.743000', '171904.746000', '171904.748000', '171904.751000', '171904.753000', '171904.756000', '171904.759000', '171904.761000', '171904.764000', '171904.767000', '171904.769000', '171904.772000', '171924.657000', '171924.660000', '171924.663000', '171924.665000', '171924.668000', '171924.671000', '171924.673000', '171924.676000', '171924.678000', '171924.681000', '171924.684000', '171924.686000', '171924.689000', '171924.691000', '171924.694000', '171924.697000', '171924.699000', '171924.702000', '171924.704000', '171924.707000', '171924.709000', '171924.712000', '171924.715000', '171924.717000', '171924.720000', '171924.722000', '171924.725000', '171924.728000', '171924.730000', '171924.733000', '171924.735000', '171924.738000', '171924.741000', '171924.743000', '171924.746000', '171924.748000', '171924.751000', '171924.753000', '171924.756000', '171924.759000', '171924.761000', '171924.764000', '171924.766000', '171924.769000', '171944.658000', '171944.661000', '171944.664000', '171944.667000', '171944.669000', '171944.672000', '171944.674000', '171944.677000', '171944.680000', '171944.683000', '171944.686000', '171944.689000', '171944.692000', '171944.694000', '171944.697000', '171944.700000', '171944.702000', '171944.705000', '171944.708000', '171944.710000', '171944.713000', '171944.715000', '171944.718000', '171944.720000', '171944.723000', '171944.726000', '171944.728000', '171944.731000', '171944.733000', '171944.736000', '171944.739000', '171944.741000', '171944.744000', '171944.747000', '171944.749000', '171944.752000', '171944.754000', '171944.757000', '171944.759000', '171944.762000', '171944.765000', '171944.767000', '171944.770000', '172004.659000', '172004.661000', '172004.664000', '172004.667000', '172004.669000', '172004.672000', '172004.674000', '172004.677000', '172004.679000', '172004.682000', '172004.685000', '172004.687000', '172004.690000', '172004.692000', '172004.695000', '172004.697000', '172004.700000', '172004.703000', '172004.705000', '172004.708000', '172004.711000', '172004.713000', '172004.716000', '172004.718000', '172004.728000', '172004.731000', '172004.733000', '172004.736000', '172004.739000', '172004.741000', '172004.744000', '172004.746000', '172004.749000', '172004.752000', '172004.754000', '172004.757000', '172004.759000', '172004.762000', '172004.765000', '172004.767000', '172004.770000', '172004.772000', '172004.775000', '172004.778000', '172024.658000', '172024.660000', '172024.663000', '172024.665000', '172024.668000', '172024.671000', '172024.673000', '172024.676000', '172024.678000', '172024.681000', '172024.684000', '172024.686000', '172024.689000', '172024.691000', '172024.694000', '172024.698000', '172024.701000', '172024.703000', '172024.706000', '172024.709000', '172024.711000', '172024.714000', '172024.717000', '172024.719000', '172024.722000', '172024.724000', '172024.727000', '172024.730000', '172024.732000', '172024.735000', '172024.737000', '172024.740000', '172024.742000', '172024.745000', '172024.748000', '172024.751000', '172024.754000', '172024.757000', '172024.760000', '172024.762000', '172024.765000', '172024.767000', '172024.770000', '172044.677000', '172044.680000', '172044.683000', '172044.686000', '172044.688000', '172044.691000', '172044.693000', '172044.696000', '172044.699000', '172044.701000', '172044.704000', '172044.706000', '172044.709000', '172044.712000', '172044.714000', '172044.717000', '172044.720000', '172044.722000', '172044.725000', '172044.727000', '172044.730000', '172044.732000', '172044.735000', '172044.738000', '172044.740000', '172044.743000', '172044.745000', '172044.748000', '172044.751000', '172044.753000', '172044.756000', '172044.758000', '172044.761000', '172044.763000', '172044.766000', '172044.769000', '172044.771000', '172044.774000', '172044.776000', '172044.779000', '172044.781000', '172044.784000', '172044.787000', '172044.789000', '172104.657000', '172104.660000', '172104.663000', '172104.665000', '172104.668000', '172104.671000', '172104.673000', '172104.676000', '172104.678000', '172104.681000', '172104.683000', '172104.686000', '172104.689000', '172104.691000', '172104.694000', '172104.696000', '172104.699000', '172104.702000', '172104.704000', '172104.707000', '172104.710000', '172104.713000', '172104.715000', '172104.718000', '172104.721000', '172104.723000', '172104.726000', '172104.728000', '172104.731000', '172104.734000', '172104.736000', '172104.739000', '172104.741000', '172104.744000', '172104.747000', '172104.749000', '172104.752000', '172104.754000', '172104.757000', '172104.760000', '172104.762000', '172104.765000', '172104.767000', '172124.657000', '172124.660000', '172124.663000', '172124.665000', '172124.668000', '172124.671000', '172124.673000', '172124.676000', '172124.678000', '172124.681000', '172124.683000', '172124.686000', '172124.689000', '172124.691000', '172124.694000', '172124.696000', '172124.699000', '172124.702000', '172124.704000', '172124.707000', '172124.710000', '172124.712000', '172124.715000', '172124.717000', '172124.720000', '172124.722000', '172124.725000', '172124.728000', '172124.730000', '172124.733000', '172124.736000', '172124.738000', '172124.741000', '172124.743000', '172124.746000', '172124.748000', '172124.751000', '172124.754000', '172124.756000', '172124.759000', '172124.761000', '172124.764000', '172124.767000', '172124.769000', '172144.657000', '172144.660000', '172144.663000', '172144.665000', '172144.668000', '172144.685000', '172144.688000', '172144.690000', '172144.693000', '172144.696000', '172144.698000', '172144.701000', '172144.703000', '172144.706000', '172144.709000', '172144.711000', '172144.714000', '172144.716000', '172144.719000', '172144.722000', '172144.724000', '172144.727000', '172144.730000', '172144.732000', '172144.735000', '172144.737000', '172144.740000', '172144.742000', '172144.745000', '172144.748000', '172144.750000', '172144.753000', '172144.755000', '172144.758000', '172144.761000', '172144.764000', '172144.766000', '172144.769000', '172144.772000', '172144.774000', '172144.777000', '172144.779000', '172144.782000', '172204.659000', '172204.661000', '172204.664000', '172204.666000', '172204.669000', '172204.672000', '172204.674000', '172204.677000', '172204.679000', '172204.682000', '172204.685000', '172204.687000', '172204.690000', '172204.692000', '172204.695000', '172204.698000', '172204.700000', '172204.703000', '172204.706000', '172204.708000', '172204.711000', '172204.713000', '172204.716000', '172204.719000', '172204.721000', '172204.724000', '172204.726000', '172204.729000', '172204.731000', '172204.734000', '172204.737000', '172204.739000', '172204.742000', '172204.744000', '172204.747000', '172204.750000', '172204.752000', '172204.755000', '172204.757000', '172204.760000', '172204.763000', '172204.765000', '172204.768000', '172204.771000', '172224.659000', '172224.661000', '172224.664000', '172224.667000', '172224.669000', '172224.672000', '172224.674000', '172224.677000', '172224.680000', '172224.682000', '172224.685000', '172224.687000', '172224.690000', '172224.692000', '172224.695000', '172224.698000', '172224.700000', '172224.703000', '172224.705000', '172224.708000', '172224.711000', '172224.713000', '172224.716000', '172224.718000', '172224.721000', '172224.724000', '172224.726000', '172224.729000', '172224.731000', '172224.734000', '172224.736000', '172224.739000', '172224.742000', '172224.744000', '172224.747000', '172224.750000', '172224.752000', '172224.755000', '172224.757000', '172224.760000', '172224.762000', '172224.765000', '172224.768000', '172244.658000', '172244.660000', '172244.663000', '172244.666000', '172244.668000', '172244.671000', '172244.673000', '172244.676000', '172244.678000', '172244.681000', '172244.684000', '172244.686000', '172244.689000', '172244.691000', '172244.694000', '172244.696000', '172244.699000', '172244.702000', '172244.704000', '172244.707000', '172244.709000', '172244.712000', '172244.715000', '172244.717000', '172244.720000', '172244.722000', '172244.725000', '172244.727000', '172244.730000', '172244.733000', '172244.735000', '172244.738000', '172244.740000', '172244.743000', '172244.746000', '172244.748000', '172244.751000', '172244.753000', '172244.756000', '172244.760000', '172244.763000', '172244.766000', '172244.768000', '172244.771000', '172304.658000', '172304.660000', '172304.663000', '172304.666000', '172304.668000', '172304.671000', '172304.673000', '172304.676000', '172304.679000', '172304.681000', '172304.684000', '172304.686000', '172304.689000', '172304.691000', '172304.694000', '172304.697000', '172304.715000', '172304.717000', '172304.720000', '172304.722000', '172304.725000', '172304.727000', '172304.730000', '172304.733000', '172304.735000', '172304.738000', '172304.740000', '172304.743000', '172304.746000', '172304.748000', '172304.751000', '172304.753000', '172304.756000', '172304.759000', '172304.761000', '172304.764000', '172304.767000', '172304.769000', '172304.772000', '172304.774000', '172304.777000', '172304.780000', '172304.782000', '172324.657000', '172324.660000', '172324.663000', '172324.666000', '172324.668000', '172324.671000', '172324.673000', '172324.676000', '172324.678000', '172324.681000', '172324.684000', '172324.686000', '172324.689000', '172324.691000', '172324.694000', '172324.697000', '172324.699000', '172324.702000', '172324.704000', '172324.707000', '172324.710000', '172324.712000', '172324.715000', '172324.717000', '172324.720000', '172324.723000', '172324.725000', '172324.728000', '172324.730000', '172324.733000', '172324.736000', '172324.738000', '172324.741000', '172324.743000', '172324.746000', '172324.749000', '172324.751000', '172324.754000', '172324.756000', '172324.759000', '172324.761000', '172324.764000', '172324.767000', '172324.769000', '172344.657000', '172344.660000', '172344.663000', '172344.665000', '172344.668000', '172344.671000', '172344.673000', '172344.676000', '172344.678000', '172344.681000', '172344.683000', '172344.686000', '172344.689000', '172344.691000', '172344.694000', '172344.696000', '172344.699000', '172344.701000', '172344.704000', '172344.707000', '172344.709000', '172344.712000', '172344.714000', '172344.717000', '172344.720000', '172344.722000', '172344.725000', '172344.727000', '172344.730000', '172344.733000', '172344.735000', '172344.738000', '172344.740000', '172344.743000', '172344.746000', '172344.748000', '172344.751000', '172344.753000', '172344.756000', '172344.759000', '172344.761000', '172344.764000', '172344.766000', '172359.994000', '172359.997000', '172400.001000', '172400.004000', '172400.006000', '172400.009000', '172400.012000', '172400.014000', '172400.017000', '172400.020000', '172400.022000', '172400.025000', '172400.028000', '172400.031000', '172400.034000', '172400.037000', '172400.040000', '172400.043000', '172400.045000', '172400.048000', '172400.051000', '172400.053000', '172400.056000', '172400.058000', '172400.061000', '172400.064000', '172400.067000', '172400.070000', '172400.072000', '172400.075000', '172400.078000', '172400.081000', '172400.083000', '172400.086000'], 'InstanceCreationTime': ['171724.687000', '171724.689000', '171724.692000', '171724.695000', '171724.697000', '171724.700000', '171724.702000', '171724.705000', '171724.708000', '171724.710000', '171724.713000', '171724.716000', '171724.718000', '171724.721000', '171724.723000', '171724.726000', '171724.728000', '171724.731000', '171724.734000', '171724.736000', '171724.739000', '171724.741000', '171724.744000', '171724.746000', '171724.749000', '171724.751000', '171724.754000', '171724.757000', '171724.759000', '171724.762000', '171724.764000', '171724.767000', '171724.769000', '171724.772000', '171724.775000', '171724.777000', '171724.780000', '171724.782000', '171724.785000', '171724.787000', '171724.790000', '171724.792000', '171724.795000', '171724.797000', '171724.800000', '171724.803000', '171724.805000', '171724.813000', '171724.816000', '171724.818000', '171724.821000', '171724.823000', '171724.826000', '171724.828000', '171744.658000', '171744.661000', '171744.664000', '171744.666000', '171744.669000', '171744.672000', '171744.675000', '171744.677000', '171744.680000', '171744.682000', '171744.685000', '171744.688000', '171744.690000', '171744.693000', '171744.695000', '171744.698000', '171744.700000', '171744.703000', '171744.706000', '171744.708000', '171744.711000', '171744.717000', '171744.719000', '171744.722000', '171744.725000', '171744.727000', '171744.730000', '171744.732000', '171744.735000', '171744.738000', '171744.740000', '171744.743000', '171744.745000', '171744.748000', '171744.750000', '171744.753000', '171744.756000', '171744.758000', '171744.761000', '171744.763000', '171744.766000', '171744.769000', '171744.771000', '171744.774000', '171804.657000', '171804.660000', '171804.663000', '171804.665000', '171804.668000', '171804.670000', '171804.673000', '171804.676000', '171804.678000', '171804.681000', '171804.683000', '171804.686000', '171804.688000', '171804.691000', '171804.694000', '171804.696000', '171804.705000', '171804.708000', '171804.711000', '171804.713000', '171804.716000', '171804.718000', '171804.721000', '171804.723000', '171804.726000', '171804.729000', '171804.731000', '171804.734000', '171804.736000', '171804.739000', '171804.742000', '171804.744000', '171804.747000', '171804.749000', '171804.752000', '171804.754000', '171804.757000', '171804.760000', '171804.762000', '171804.765000', '171804.767000', '171804.770000', '171804.773000', '171824.657000', '171824.660000', '171824.663000', '171824.665000', '171824.668000', '171824.670000', '171824.673000', '171824.675000', '171824.678000', '171824.681000', '171824.683000', '171824.686000', '171824.688000', '171824.691000', '171824.694000', '171824.696000', '171824.699000', '171824.701000', '171824.704000', '171824.707000', '171824.709000', '171824.712000', '171824.714000', '171824.717000', '171824.719000', '171824.722000', '171824.724000', '171824.727000', '171824.730000', '171824.732000', '171824.735000', '171824.737000', '171824.740000', '171824.743000', '171824.745000', '171824.748000', '171824.750000', '171824.753000', '171824.755000', '171824.758000', '171824.761000', '171824.763000', '171824.776000', '171824.779000', '171844.657000', '171844.660000', '171844.663000', '171844.665000', '171844.668000', '171844.670000', '171844.676000', '171844.678000', '171844.681000', '171844.683000', '171844.686000', '171844.689000', '171844.691000', '171844.694000', '171844.696000', '171844.699000', '171844.702000', '171844.704000', '171844.707000', '171844.709000', '171844.712000', '171844.715000', '171844.717000', '171844.720000', '171844.722000', '171844.725000', '171844.728000', '171844.730000', '171844.733000', '171844.735000', '171844.738000', '171844.740000', '171844.743000', '171844.746000', '171844.748000', '171844.751000', '171844.753000', '171844.756000', '171844.758000', '171844.761000', '171844.763000', '171844.766000', '171844.769000', '171904.657000', '171904.664000', '171904.666000', '171904.669000', '171904.672000', '171904.675000', '171904.677000', '171904.680000', '171904.683000', '171904.685000', '171904.688000', '171904.690000', '171904.693000', '171904.695000', '171904.698000', '171904.701000', '171904.703000', '171904.706000', '171904.709000', '171904.712000', '171904.715000', '171904.717000', '171904.720000', '171904.722000', '171904.725000', '171904.728000', '171904.730000', '171904.733000', '171904.735000', '171904.738000', '171904.741000', '171904.743000', '171904.746000', '171904.748000', '171904.751000', '171904.753000', '171904.756000', '171904.759000', '171904.761000', '171904.764000', '171904.767000', '171904.769000', '171904.772000', '171924.657000', '171924.660000', '171924.663000', '171924.665000', '171924.668000', '171924.671000', '171924.673000', '171924.676000', '171924.678000', '171924.681000', '171924.684000', '171924.686000', '171924.689000', '171924.691000', '171924.694000', '171924.697000', '171924.699000', '171924.702000', '171924.704000', '171924.707000', '171924.709000', '171924.712000', '171924.715000', '171924.717000', '171924.720000', '171924.722000', '171924.725000', '171924.728000', '171924.730000', '171924.733000', '171924.735000', '171924.738000', '171924.741000', '171924.743000', '171924.746000', '171924.748000', '171924.751000', '171924.753000', '171924.756000', '171924.759000', '171924.761000', '171924.764000', '171924.766000', '171924.769000', '171944.658000', '171944.661000', '171944.664000', '171944.667000', '171944.669000', '171944.672000', '171944.674000', '171944.677000', '171944.680000', '171944.683000', '171944.686000', '171944.689000', '171944.692000', '171944.694000', '171944.697000', '171944.700000', '171944.702000', '171944.705000', '171944.708000', '171944.710000', '171944.713000', '171944.715000', '171944.718000', '171944.720000', '171944.723000', '171944.726000', '171944.728000', '171944.731000', '171944.733000', '171944.736000', '171944.739000', '171944.741000', '171944.744000', '171944.747000', '171944.749000', '171944.752000', '171944.754000', '171944.757000', '171944.759000', '171944.762000', '171944.765000', '171944.767000', '171944.770000', '172004.659000', '172004.661000', '172004.664000', '172004.667000', '172004.669000', '172004.672000', '172004.674000', '172004.677000', '172004.679000', '172004.682000', '172004.685000', '172004.687000', '172004.690000', '172004.692000', '172004.695000', '172004.697000', '172004.700000', '172004.703000', '172004.705000', '172004.708000', '172004.711000', '172004.713000', '172004.716000', '172004.718000', '172004.728000', '172004.731000', '172004.733000', '172004.736000', '172004.739000', '172004.741000', '172004.744000', '172004.746000', '172004.749000', '172004.752000', '172004.754000', '172004.757000', '172004.759000', '172004.762000', '172004.765000', '172004.767000', '172004.770000', '172004.772000', '172004.775000', '172004.778000', '172024.658000', '172024.660000', '172024.663000', '172024.665000', '172024.668000', '172024.671000', '172024.673000', '172024.676000', '172024.678000', '172024.681000', '172024.684000', '172024.686000', '172024.689000', '172024.691000', '172024.694000', '172024.698000', '172024.701000', '172024.703000', '172024.706000', '172024.709000', '172024.711000', '172024.714000', '172024.717000', '172024.719000', '172024.722000', '172024.724000', '172024.727000', '172024.730000', '172024.732000', '172024.735000', '172024.737000', '172024.740000', '172024.742000', '172024.745000', '172024.748000', '172024.751000', '172024.754000', '172024.757000', '172024.760000', '172024.762000', '172024.765000', '172024.767000', '172024.770000', '172044.677000', '172044.680000', '172044.683000', '172044.686000', '172044.688000', '172044.691000', '172044.693000', '172044.696000', '172044.699000', '172044.701000', '172044.704000', '172044.706000', '172044.709000', '172044.712000', '172044.714000', '172044.717000', '172044.720000', '172044.722000', '172044.725000', '172044.727000', '172044.730000', '172044.732000', '172044.735000', '172044.738000', '172044.740000', '172044.743000', '172044.745000', '172044.748000', '172044.751000', '172044.753000', '172044.756000', '172044.758000', '172044.761000', '172044.763000', '172044.766000', '172044.769000', '172044.771000', '172044.774000', '172044.776000', '172044.779000', '172044.781000', '172044.784000', '172044.787000', '172044.789000', '172104.657000', '172104.660000', '172104.663000', '172104.665000', '172104.668000', '172104.671000', '172104.673000', '172104.676000', '172104.678000', '172104.681000', '172104.683000', '172104.686000', '172104.689000', '172104.691000', '172104.694000', '172104.696000', '172104.699000', '172104.702000', '172104.704000', '172104.707000', '172104.710000', '172104.713000', '172104.715000', '172104.718000', '172104.721000', '172104.723000', '172104.726000', '172104.728000', '172104.731000', '172104.734000', '172104.736000', '172104.739000', '172104.741000', '172104.744000', '172104.747000', '172104.749000', '172104.752000', '172104.754000', '172104.757000', '172104.760000', '172104.762000', '172104.765000', '172104.767000', '172124.657000', '172124.660000', '172124.663000', '172124.665000', '172124.668000', '172124.671000', '172124.673000', '172124.676000', '172124.678000', '172124.681000', '172124.683000', '172124.686000', '172124.689000', '172124.691000', '172124.694000', '172124.696000', '172124.699000', '172124.702000', '172124.704000', '172124.707000', '172124.710000', '172124.712000', '172124.715000', '172124.717000', '172124.720000', '172124.722000', '172124.725000', '172124.728000', '172124.730000', '172124.733000', '172124.736000', '172124.738000', '172124.741000', '172124.743000', '172124.746000', '172124.748000', '172124.751000', '172124.754000', '172124.756000', '172124.759000', '172124.761000', '172124.764000', '172124.767000', '172124.769000', '172144.657000', '172144.660000', '172144.663000', '172144.665000', '172144.668000', '172144.685000', '172144.688000', '172144.690000', '172144.693000', '172144.696000', '172144.698000', '172144.701000', '172144.703000', '172144.706000', '172144.709000', '172144.711000', '172144.714000', '172144.716000', '172144.719000', '172144.722000', '172144.724000', '172144.727000', '172144.730000', '172144.732000', '172144.735000', '172144.737000', '172144.740000', '172144.742000', '172144.745000', '172144.748000', '172144.750000', '172144.753000', '172144.755000', '172144.758000', '172144.761000', '172144.764000', '172144.766000', '172144.769000', '172144.772000', '172144.774000', '172144.777000', '172144.779000', '172144.782000', '172204.659000', '172204.661000', '172204.664000', '172204.666000', '172204.669000', '172204.672000', '172204.674000', '172204.677000', '172204.679000', '172204.682000', '172204.685000', '172204.687000', '172204.690000', '172204.692000', '172204.695000', '172204.698000', '172204.700000', '172204.703000', '172204.706000', '172204.708000', '172204.711000', '172204.713000', '172204.716000', '172204.719000', '172204.721000', '172204.724000', '172204.726000', '172204.729000', '172204.731000', '172204.734000', '172204.737000', '172204.739000', '172204.742000', '172204.744000', '172204.747000', '172204.750000', '172204.752000', '172204.755000', '172204.757000', '172204.760000', '172204.763000', '172204.765000', '172204.768000', '172204.771000', '172224.659000', '172224.661000', '172224.664000', '172224.667000', '172224.669000', '172224.672000', '172224.674000', '172224.677000', '172224.680000', '172224.682000', '172224.685000', '172224.687000', '172224.690000', '172224.692000', '172224.695000', '172224.698000', '172224.700000', '172224.703000', '172224.705000', '172224.708000', '172224.711000', '172224.713000', '172224.716000', '172224.718000', '172224.721000', '172224.724000', '172224.726000', '172224.729000', '172224.731000', '172224.734000', '172224.736000', '172224.739000', '172224.742000', '172224.744000', '172224.747000', '172224.750000', '172224.752000', '172224.755000', '172224.757000', '172224.760000', '172224.762000', '172224.765000', '172224.768000', '172244.658000', '172244.660000', '172244.663000', '172244.666000', '172244.668000', '172244.671000', '172244.673000', '172244.676000', '172244.678000', '172244.681000', '172244.684000', '172244.686000', '172244.689000', '172244.691000', '172244.694000', '172244.696000', '172244.699000', '172244.702000', '172244.704000', '172244.707000', '172244.709000', '172244.712000', '172244.715000', '172244.717000', '172244.720000', '172244.722000', '172244.725000', '172244.727000', '172244.730000', '172244.733000', '172244.735000', '172244.738000', '172244.740000', '172244.743000', '172244.746000', '172244.748000', '172244.751000', '172244.753000', '172244.756000', '172244.760000', '172244.763000', '172244.766000', '172244.768000', '172244.771000', '172304.658000', '172304.660000', '172304.663000', '172304.666000', '172304.668000', '172304.671000', '172304.673000', '172304.676000', '172304.679000', '172304.681000', '172304.684000', '172304.686000', '172304.689000', '172304.691000', '172304.694000', '172304.697000', '172304.715000', '172304.717000', '172304.720000', '172304.722000', '172304.725000', '172304.727000', '172304.730000', '172304.733000', '172304.735000', '172304.738000', '172304.740000', '172304.743000', '172304.746000', '172304.748000', '172304.751000', '172304.753000', '172304.756000', '172304.759000', '172304.761000', '172304.764000', '172304.767000', '172304.769000', '172304.772000', '172304.774000', '172304.777000', '172304.780000', '172304.782000', '172324.657000', '172324.660000', '172324.663000', '172324.666000', '172324.668000', '172324.671000', '172324.673000', '172324.676000', '172324.678000', '172324.681000', '172324.684000', '172324.686000', '172324.689000', '172324.691000', '172324.694000', '172324.697000', '172324.699000', '172324.702000', '172324.704000', '172324.707000', '172324.710000', '172324.712000', '172324.715000', '172324.717000', '172324.720000', '172324.723000', '172324.725000', '172324.728000', '172324.730000', '172324.733000', '172324.736000', '172324.738000', '172324.741000', '172324.743000', '172324.746000', '172324.749000', '172324.751000', '172324.754000', '172324.756000', '172324.759000', '172324.761000', '172324.764000', '172324.767000', '172324.769000', '172344.657000', '172344.660000', '172344.663000', '172344.665000', '172344.668000', '172344.671000', '172344.673000', '172344.676000', '172344.678000', '172344.681000', '172344.683000', '172344.686000', '172344.689000', '172344.691000', '172344.694000', '172344.696000', '172344.699000', '172344.701000', '172344.704000', '172344.707000', '172344.709000', '172344.712000', '172344.714000', '172344.717000', '172344.720000', '172344.722000', '172344.725000', '172344.727000', '172344.730000', '172344.733000', '172344.735000', '172344.738000', '172344.740000', '172344.743000', '172344.746000', '172344.748000', '172344.751000', '172344.753000', '172344.756000', '172344.759000', '172344.761000', '172344.764000', '172344.766000', '172359.994000', '172359.997000', '172400.001000', '172400.004000', '172400.006000', '172400.009000', '172400.012000', '172400.014000', '172400.017000', '172400.020000', '172400.022000', '172400.025000', '172400.028000', '172400.031000', '172400.034000', '172400.037000', '172400.040000', '172400.043000', '172400.045000', '172400.048000', '172400.051000', '172400.053000', '172400.056000', '172400.058000', '172400.061000', '172400.064000', '172400.067000', '172400.070000', '172400.072000', '172400.075000', '172400.078000', '172400.081000', '172400.083000', '172400.086000'], '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': [9400, 13554, 8448, 11409, 7516, 10207, 12205, 8660, 11446, 8577, 12640, 8548, 11082, 7536, 9257, 11236, 8868, 10858, 8475, 10662, 7986, 9129, 10905, 8618, 11118, 8585, 10268, 9589, 9413, 10497, 8239, 11257, 8105, 10223, 7893, 9441, 11453, 8450, 10879, 7935, 10293, 7843, 9085, 13335, 8988, 11564, 8492, 11798, 8214, 11250, 8014, 9899, 11506, 9694, 11127, 8722, 11081, 8688, 10588, 10997, 10177, 12995, 8708, 10848, 8472, 9413, 11653, 9018, 10160, 8819, 10462, 8305, 9348, 10027, 8707, 11127, 8633, 10481, 8082, 9493, 9835, 8608, 10880, 8283, 10399, 8006, 9226, 11088, 8607, 10504, 8553, 9731, 11112, 8950, 10783, 8549, 11132, 8344, 9653, 11028, 8683, 10884, 8494, 10989, 8147, 10089, 10878, 8724, 10894, 8753, 10640, 7923, 8926, 11790, 9138, 10547, 8843, 10506, 7888, 9296, 10129, 9008, 10315, 8856, 10098, 8196, 9892, 10015, 8936, 10646, 8545, 10448, 11214, 9022, 10603, 8609, 10403, 8169, 10625, 9227, 8920, 10951, 8629, 9937, 8207, 10317, 8331, 8820, 11216, 8969, 10975, 8145, 10133, 10464, 9048, 11231, 8880, 11525, 7862, 9978, 10071, 9010, 9990, 8526, 10485, 8432, 10110, 10470, 9110, 10534, 8638, 10715, 8544, 9966, 9182, 9577, 10367, 8656, 10487, 8469, 10488, 8872, 9234, 12104, 8563, 10347, 8253, 10974, 11972, 8934, 10960, 8791, 10112, 8039, 10303, 7481, 8768, 10478, 8716, 10543, 8077, 9696, 8014, 8812, 11028, 8630, 11182, 8462, 9964, 10343, 8955, 10099, 8711, 10063, 8442, 9750, 11138, 8985, 10760, 8733, 10231, 8573, 10120, 8322, 8836, 10574, 8557, 9853, 8506, 10403, 8357, 9146, 10473, 8709, 10255, 8628, 11138, 7926, 9574, 10100, 8847, 10833, 8742, 10273, 7737, 9104, 10954, 8942, 10605, 8919, 10144, 8440, 9362, 10208, 9052, 9608, 8801, 10179, 7921, 10532, 7863, 9016, 10295, 8540, 10689, 7954, 9954, 11610, 9010, 9862, 8972, 11461, 8808, 9450, 10557, 8661, 9929, 8628, 10015, 8336, 9194, 9941, 8636, 11139, 8770, 10167, 7849, 9483, 11106, 8982, 10507, 8746, 10035, 8306, 9559, 9885, 9129, 9617, 8909, 11398, 8872, 11097, 8519, 9694, 11053, 8798, 10633, 8373, 11095, 8486, 8852, 11389, 8775, 10692, 8194, 10001, 9912, 8744, 10467, 9117, 10729, 8578, 10329, 8711, 8977, 10200, 8896, 9879, 8404, 9984, 9625, 8925, 10268, 8943, 10468, 7879, 9510, 10506, 9062, 10038, 8787, 10420, 8395, 9511, 10351, 8589, 10041, 8948, 10461, 8729, 10908, 10778, 10413, 8609, 10906, 8436, 12738, 8679, 11588, 9396, 10751, 8079, 12369, 8290, 12701, 15504, 12717, 14212, 10112, 13685, 10140, 11743, 13910, 10260, 14954, 9462, 11882, 10305, 10739, 9403, 9313, 9672, 9287, 9760, 9178, 9340, 9051, 9074, 9972, 8772, 10552, 8807, 9817, 10926, 9141, 10637, 8615, 10729, 8505, 9538, 10971, 8663, 10806, 8545, 10948, 8569, 9988, 11158, 8779, 11095, 8694, 10838, 7867, 9548, 10555, 8731, 10441, 8478, 10958, 8683, 10082, 11179, 8729, 11191, 8532, 10731, 8775, 9649, 11502, 8985, 11610, 8715, 11055, 8389, 10665, 8432, 10297, 8947, 9082, 12253, 9202, 11316, 8246, 10361, 11787, 9267, 11249, 8599, 11452, 8135, 9073, 11727, 8975, 11233, 8993, 10011, 11163, 8860, 10928, 8310, 10133, 8197, 8795, 11182, 8904, 10958, 8701, 10277, 8847, 8974, 11615, 9091, 11185, 7992, 10091, 10653, 9151, 10997, 8680, 10982, 8066, 9799, 11228, 8786, 11108, 8344, 10964, 8302, 8890, 11258, 9138, 10973, 8697, 10429, 8405, 9108, 11366, 9218, 10484, 8478, 10315, 11636, 9112, 9946, 8866, 11128, 8919, 10759, 8220, 9388, 11168, 9275, 11075, 8819, 11296, 8716, 10459, 8309, 9301, 10912, 9213, 9695, 9008, 11015, 8231, 10414, 9791, 9119, 11318, 8981, 10943, 9025, 10190, 13842, 8940, 11387, 9349, 11556, 8678, 11841, 8415, 11142, 7952, 7811, 9345, 12253, 8595, 15171, 9635, 13260, 9469, 12578, 11712, 10792, 15636, 11873, 13945, 10317, 15796, 10262, 12139, 14951, 13182, 16547, 11092, 14061, 9321, 12650, 9241, 10969, 9419, 11125, 9538, 9586, 12305, 9536, 9288, 9571, 10568, 9031, 11406, 9175, 10836, 12297, 9679, 9488, 9024, 10218, 9666, 10617, 8836, 10417, 9282, 9204, 11730, 9034, 10979, 8954, 11853, 8600, 10358, 8780, 10030, 8188, 9612, 11959, 9565, 11234, 8663, 11241, 9007, 11504, 9580, 10149, 13277, 9554, 11639, 8737, 12593, 9478, 11092, 8759, 10278, 11819, 9485, 10502, 9071, 11067, 9099, 11116, 8512, 9596, 10613, 9347, 11140, 9033, 11877, 8724, 10278, 8291, 9560, 11784, 9265, 11561, 9554, 11079, 8588, 10382, 11269, 9510, 10154, 8905, 11270, 9170, 11455, 11243, 9508, 11713, 9107, 11018, 9245, 11312, 9002, 9641, 11521, 8736, 11259, 8763, 10848, 8693, 9350, 10853, 8861, 12146, 8997, 9678, 8831, 9279, 11879, 9509, 10675, 9277, 11337, 9318, 11573, 9092, 11534, 9152, 9533, 11881, 9111, 11980, 9097, 10087, 11027, 9621, 11035, 9306, 11928, 8860, 9465, 11400, 8981, 11236, 8820, 10457, 9336, 9530, 10277, 9249, 11684, 8937, 9842, 8444, 9255, 11450, 9366, 11988, 9129, 10957, 8520, 9914, 12613, 9378, 10924, 9169, 9774, 8885, 9798, 11843, 9297, 10942, 9400, 10053, 9114, 10943, 10068, 9339, 11212, 9502, 11949, 8746, 10603, 11058, 9496, 10839, 9277, 11879, 8951, 10141, 11140, 9422, 11002, 9354, 12061, 9034, 10430, 8349, 9427, 11940, 8941, 10682, 8997, 9454, 8883, 9559, 10992, 9380, 11142, 9364, 11741, 8915, 10475, 8399, 9340, 11667, 9527, 12466, 8852, 10473, 13191, 9430, 12179, 8606, 12530, 9026, 8507, 10016, 9551, 10916, 10428, 10551, 9272, 11805, 15363, 12450, 15206, 10338, 13041, 10246, 11763, 12419, 9586, 13091, 9415, 13615, 9801, 11301, 9526, 9580, 11703, 9112, 11618, 8759, 9149, 10918, 8639, 10059, 8795, 9664, 10158, 9112, 10797, 9165, 10552, 8864, 10257, 11228, 9190, 11602, 8598, 11374, 9369, 10978, 10814, 9384, 11074, 9016, 11250, 9158, 10374, 13283, 9061, 10993, 8965, 11125, 8580, 9145, 10943, 8931, 10761, 8642, 11001, 8534, 9127, 11106, 8593, 10990, 8757, 11235, 7693, 9098, 11484, 9225, 11232, 9132, 9716, 11473, 8798, 11451, 8605, 11257, 8879, 9543, 11397, 8797, 11629, 8949, 11033, 8328, 9835, 11559, 9217, 11449, 8479, 11019, 8450, 10381, 11703, 9164, 11614, 8545, 11209, 8820, 10671, 11728, 9167, 11709, 9046, 11109, 8041, 10061, 10732, 8831, 10762, 8559, 11125, 8058, 9314, 11432, 8365, 10941, 9266, 10617], 'WindowCenter': [4556.0, 4565.0, 4488.0, 4513.0, 4450.0, 4490.0, 4497.0, 4468.0, 4499.0, 4458.0, 4494.0, 4451.0, 4482.0, 4431.0, 4475.0, 4484.0, 4452.0, 4470.0, 4442.0, 4474.0, 4444.0, 4465.0, 4472.0, 4453.0, 4482.0, 4451.0, 4487.0, 4464.0, 4464.0, 4471.0, 4444.0, 4483.0, 4444.0, 4475.0, 4442.0, 4462.0, 4481.0, 4442.0, 4485.0, 4442.0, 4463.0, 4443.0, 4455.0, 4493.0, 4439.0, 4496.0, 4467.0, 4494.0, 4442.0, 4473.0, 4430.0, 4463.0, 4484.0, 4462.0, 4471.0, 4443.0, 4470.0, 4440.0, 4473.0, 4473.0, 4461.0, 4478.0, 4438.0, 4457.0, 4425.0, 4449.0, 4470.0, 4438.0, 4458.0, 4438.0, 4456.0, 4440.0, 4450.0, 4449.0, 4439.0, 4468.0, 4438.0, 4472.0, 4439.0, 4449.0, 4460.0, 4439.0, 4470.0, 4441.0, 4462.0, 4429.0, 4450.0, 4467.0, 4439.0, 4472.0, 4440.0, 4448.0, 4468.0, 4438.0, 4468.0, 4451.0, 4471.0, 4429.0, 4449.0, 4459.0, 4450.0, 4470.0, 4439.0, 4469.0, 4428.0, 4459.0, 4470.0, 4451.0, 4471.0, 4439.0, 4459.0, 4426.0, 4448.0, 4481.0, 4439.0, 4457.0, 4438.0, 4457.0, 4428.0, 4451.0, 4447.0, 4438.0, 4446.0, 4434.0, 4459.0, 4429.0, 4448.0, 4445.0, 4438.0, 4457.0, 4438.0, 4460.0, 4467.0, 4439.0, 4446.0, 4426.0, 4457.0, 4439.0, 4457.0, 4435.0, 4437.0, 4456.0, 4426.0, 4459.0, 4428.0, 4449.0, 4426.0, 4437.0, 4456.0, 4450.0, 4458.0, 4426.0, 4459.0, 4456.0, 4436.0, 4457.0, 4436.0, 4457.0, 4414.0, 4446.0, 4446.0, 4440.0, 4447.0, 4437.0, 4456.0, 4426.0, 4457.0, 4459.0, 4451.0, 4458.0, 4438.0, 4458.0, 4437.0, 4460.0, 4449.0, 4449.0, 4446.0, 4437.0, 4458.0, 4441.0, 4460.0, 4437.0, 4438.0, 4466.0, 4426.0, 4446.0, 4428.0, 4459.0, 4455.0, 4436.0, 4444.0, 4425.0, 4457.0, 4426.0, 4446.0, 4403.0, 4426.0, 4446.0, 4437.0, 4458.0, 4415.0, 4447.0, 4413.0, 4437.0, 4458.0, 4437.0, 4458.0, 4425.0, 4445.0, 4459.0, 4451.0, 4457.0, 4425.0, 4444.0, 4425.0, 4449.0, 4468.0, 4436.0, 4456.0, 4426.0, 4446.0, 4437.0, 4461.0, 4427.0, 4437.0, 4447.0, 4427.0, 4446.0, 4438.0, 4459.0, 4426.0, 4438.0, 4445.0, 4426.0, 4458.0, 4437.0, 4470.0, 4427.0, 4447.0, 4457.0, 4451.0, 4469.0, 4437.0, 4457.0, 4416.0, 4438.0, 4457.0, 4438.0, 4447.0, 4438.0, 4446.0, 4428.0, 4449.0, 4446.0, 4437.0, 4446.0, 4436.0, 4460.0, 4431.0, 4460.0, 4429.0, 4439.0, 4446.0, 4439.0, 4470.0, 4428.0, 4448.0, 4456.0, 4438.0, 4447.0, 4439.0, 4467.0, 4436.0, 4447.0, 4457.0, 4439.0, 4459.0, 4437.0, 4449.0, 4426.0, 4437.0, 4448.0, 4441.0, 4468.0, 4429.0, 4448.0, 4416.0, 4449.0, 4468.0, 4438.0, 4457.0, 4438.0, 4448.0, 4427.0, 4464.0, 4460.0, 4448.0, 4448.0, 4436.0, 4469.0, 4451.0, 4471.0, 4436.0, 4448.0, 4469.0, 4440.0, 4471.0, 4441.0, 4470.0, 4438.0, 4439.0, 4468.0, 4438.0, 4459.0, 4428.0, 4461.0, 4446.0, 4427.0, 4460.0, 4452.0, 4469.0, 4440.0, 4460.0, 4427.0, 4440.0, 4472.0, 4450.0, 4449.0, 4427.0, 4448.0, 4450.0, 4451.0, 4459.0, 4440.0, 4460.0, 4426.0, 4450.0, 4470.0, 4450.0, 4447.0, 4438.0, 4458.0, 4427.0, 4461.0, 4459.0, 4439.0, 4448.0, 4437.0, 4459.0, 4455.0, 4474.0, 4469.0, 4462.0, 4441.0, 4468.0, 4439.0, 4490.0, 4454.0, 4496.0, 4464.0, 4483.0, 4444.0, 4495.0, 4453.0, 4506.0, 4513.0, 4496.0, 4507.0, 4461.0, 4479.0, 4446.0, 4471.0, 4494.0, 4450.0, 4490.0, 4425.0, 4442.0, 4418.0, 4429.0, 4424.0, 4437.0, 4436.0, 4437.0, 4448.0, 4436.0, 4421.0, 4409.0, 4421.0, 4419.0, 4422.0, 4445.0, 4423.0, 4432.0, 4443.0, 4423.0, 4443.0, 4427.0, 4456.0, 4425.0, 4434.0, 4444.0, 4427.0, 4454.0, 4426.0, 4471.0, 4438.0, 4448.0, 4457.0, 4437.0, 4457.0, 4441.0, 4470.0, 4426.0, 4446.0, 4458.0, 4453.0, 4471.0, 4430.0, 4461.0, 4437.0, 4457.0, 4458.0, 4441.0, 4471.0, 4440.0, 4471.0, 4439.0, 4450.0, 4480.0, 4452.0, 4472.0, 4439.0, 4470.0, 4439.0, 4471.0, 4442.0, 4487.0, 4454.0, 4455.0, 4492.0, 4480.0, 4497.0, 4444.0, 4475.0, 4482.0, 4462.0, 4485.0, 4452.0, 4483.0, 4430.0, 4464.0, 4482.0, 4453.0, 4483.0, 4451.0, 4461.0, 4470.0, 4438.0, 4458.0, 4442.0, 4459.0, 4440.0, 4443.0, 4470.0, 4449.0, 4473.0, 4453.0, 4471.0, 4452.0, 4451.0, 4472.0, 4454.0, 4484.0, 4441.0, 4475.0, 4461.0, 4453.0, 4472.0, 4453.0, 4483.0, 4430.0, 4463.0, 4471.0, 4440.0, 4470.0, 4440.0, 4472.0, 4439.0, 4452.0, 4470.0, 4451.0, 4484.0, 4450.0, 4472.0, 4439.0, 4451.0, 4483.0, 4453.0, 4460.0, 4440.0, 4459.0, 4471.0, 4453.0, 4476.0, 4466.0, 4487.0, 4452.0, 4486.0, 4443.0, 4452.0, 4472.0, 4452.0, 4483.0, 4464.0, 4484.0, 4453.0, 4472.0, 4443.0, 4465.0, 4487.0, 4464.0, 4463.0, 4453.0, 4471.0, 4443.0, 4476.0, 4461.0, 4454.0, 4483.0, 4453.0, 4473.0, 4453.0, 4463.0, 4493.0, 4451.0, 4468.0, 4467.0, 4486.0, 4431.0, 4484.0, 4430.0, 4459.0, 4431.0, 4443.0, 4464.0, 4482.0, 4454.0, 4502.0, 4452.0, 4492.0, 4465.0, 4495.0, 4483.0, 4472.0, 4500.0, 4471.0, 4491.0, 4449.0, 4489.0, 4435.0, 4456.0, 4475.0, 4455.0, 4472.0, 4432.0, 4451.0, 4410.0, 4439.0, 4408.0, 4427.0, 4410.0, 4441.0, 4419.0, 4421.0, 4453.0, 4436.0, 4421.0, 4422.0, 4430.0, 4438.0, 4456.0, 4422.0, 4444.0, 4453.0, 4437.0, 4437.0, 4438.0, 4433.0, 4433.0, 4443.0, 4425.0, 4446.0, 4436.0, 4437.0, 4466.0, 4438.0, 4458.0, 4439.0, 4470.0, 4438.0, 4460.0, 4440.0, 4461.0, 4441.0, 4462.0, 4481.0, 4463.0, 4472.0, 4441.0, 4472.0, 4451.0, 4484.0, 4450.0, 4461.0, 4481.0, 4450.0, 4471.0, 4442.0, 4482.0, 4451.0, 4470.0, 4439.0, 4463.0, 4481.0, 4451.0, 4461.0, 4440.0, 4471.0, 4441.0, 4473.0, 4441.0, 4451.0, 4460.0, 4449.0, 4470.0, 4452.0, 4480.0, 4441.0, 4462.0, 4430.0, 4451.0, 4482.0, 4452.0, 4472.0, 4451.0, 4471.0, 4439.0, 4461.0, 4471.0, 4463.0, 4460.0, 4441.0, 4470.0, 4451.0, 4496.0, 4484.0, 4451.0, 4470.0, 4438.0, 4486.0, 4466.0, 4472.0, 4440.0, 4449.0, 4456.0, 4427.0, 4459.0, 4428.0, 4459.0, 4427.0, 4440.0, 4476.0, 4427.0, 4456.0, 4439.0, 4438.0, 4427.0, 4438.0, 4468.0, 4450.0, 4473.0, 4451.0, 4471.0, 4453.0, 4470.0, 4440.0, 4469.0, 4439.0, 4449.0, 4468.0, 4440.0, 4470.0, 4439.0, 4448.0, 4458.0, 4439.0, 4459.0, 4439.0, 4469.0, 4426.0, 4437.0, 4456.0, 4427.0, 4458.0, 4426.0, 4449.0, 4436.0, 4451.0, 4464.0, 4452.0, 4467.0, 4426.0, 4449.0, 4427.0, 4437.0, 4458.0, 4438.0, 4469.0, 4438.0, 4457.0, 4427.0, 4449.0, 4469.0, 4439.0, 4458.0, 4437.0, 4436.0, 4427.0, 4449.0, 4458.0, 4439.0, 4446.0, 4437.0, 4448.0, 4427.0, 4459.0, 4437.0, 4438.0, 4457.0, 4448.0, 4469.0, 4429.0, 4449.0, 4456.0, 4437.0, 4446.0, 4438.0, 4469.0, 4427.0, 4447.0, 4455.0, 4437.0, 4458.0, 4438.0, 4468.0, 4428.0, 4459.0, 4428.0, 4439.0, 4465.0, 4427.0, 4446.0, 4427.0, 4449.0, 4439.0, 4450.0, 4459.0, 4439.0, 4459.0, 4440.0, 4470.0, 4439.0, 4460.0, 4419.0, 4439.0, 4459.0, 4449.0, 4469.0, 4425.0, 4449.0, 4478.0, 4422.0, 4451.0, 4413.0, 4454.0, 4425.0, 4438.0, 4459.0, 4460.0, 4472.0, 4471.0, 4473.0, 4453.0, 4482.0, 4514.0, 4481.0, 4499.0, 4449.0, 4477.0, 4445.0, 4455.0, 4454.0, 4425.0, 4465.0, 4423.0, 4464.0, 4422.0, 4443.0, 4422.0, 4420.0, 4441.0, 4411.0, 4442.0, 4410.0, 4411.0, 4430.0, 4411.0, 4432.0, 4411.0, 4434.0, 4444.0, 4424.0, 4443.0, 4422.0, 4445.0, 4426.0, 4448.0, 4457.0, 4436.0, 4467.0, 4428.0, 4468.0, 4438.0, 4475.0, 4472.0, 4450.0, 4484.0, 4441.0, 4470.0, 4437.0, 4447.0, 4476.0, 4426.0, 4446.0, 4427.0, 4456.0, 4426.0, 4436.0, 4456.0, 4438.0, 4456.0, 4428.0, 4458.0, 4426.0, 4438.0, 4457.0, 4428.0, 4459.0, 4427.0, 4470.0, 4418.0, 4439.0, 4469.0, 4439.0, 4468.0, 4438.0, 4447.0, 4468.0, 4440.0, 4468.0, 4428.0, 4469.0, 4437.0, 4449.0, 4469.0, 4440.0, 4469.0, 4439.0, 4459.0, 4429.0, 4459.0, 4469.0, 4450.0, 4469.0, 4430.0, 4471.0, 4441.0, 4461.0, 4470.0, 4451.0, 4470.0, 4439.0, 4470.0, 4438.0, 4460.0, 4469.0, 4450.0, 4481.0, 4439.0, 4471.0, 4428.0, 4448.0, 4457.0, 4438.0, 4459.0, 4438.0, 4469.0, 4417.0, 4448.0, 4466.0, 4428.0, 4460.0, 4439.0, 4460.0], 'WindowWidth': [10038.0, 10023.0, 9904.0, 9926.0, 9835.0, 9885.0, 9890.0, 9851.0, 9896.0, 9835.0, 9878.0, 9817.0, 9859.0, 9789.0, 9856.0, 9866.0, 9818.0, 9841.0, 9806.0, 9850.0, 9811.0, 9841.0, 9845.0, 9820.0, 9858.0, 9816.0, 9871.0, 9838.0, 9835.0, 9842.0, 9809.0, 9859.0, 9813.0, 9853.0, 9805.0, 9832.0, 9856.0, 9803.0, 9868.0, 9806.0, 9833.0, 9806.0, 9824.0, 9873.0, 9795.0, 9885.0, 9848.0, 9879.0, 9805.0, 9846.0, 9784.0, 9832.0, 9864.0, 9830.0, 9840.0, 9804.0, 9838.0, 9797.0, 9846.0, 9847.0, 9827.0, 9845.0, 9790.0, 9814.0, 9769.0, 9808.0, 9838.0, 9792.0, 9818.0, 9792.0, 9816.0, 9799.0, 9812.0, 9809.0, 9795.0, 9834.0, 9791.0, 9845.0, 9800.0, 9810.0, 9823.0, 9795.0, 9837.0, 9804.0, 9831.0, 9782.0, 9812.0, 9832.0, 9794.0, 9846.0, 9799.0, 9809.0, 9832.0, 9793.0, 9834.0, 9818.0, 9841.0, 9781.0, 9809.0, 9821.0, 9813.0, 9842.0, 9797.0, 9837.0, 9780.0, 9821.0, 9839.0, 9817.0, 9842.0, 9797.0, 9821.0, 9772.0, 9809.0, 9858.0, 9795.0, 9816.0, 9790.0, 9815.0, 9781.0, 9814.0, 9803.0, 9792.0, 9798.0, 9782.0, 9822.0, 9784.0, 9806.0, 9799.0, 9791.0, 9816.0, 9791.0, 9825.0, 9830.0, 9794.0, 9799.0, 9774.0, 9816.0, 9797.0, 9817.0, 9785.0, 9789.0, 9814.0, 9773.0, 9824.0, 9780.0, 9806.0, 9773.0, 9789.0, 9814.0, 9812.0, 9821.0, 9773.0, 9821.0, 9813.0, 9787.0, 9817.0, 9789.0, 9815.0, 9755.0, 9798.0, 9800.0, 9798.0, 9803.0, 9789.0, 9815.0, 9774.0, 9816.0, 9825.0, 9813.0, 9819.0, 9792.0, 9819.0, 9788.0, 9825.0, 9810.0, 9809.0, 9802.0, 9789.0, 9818.0, 9801.0, 9827.0, 9790.0, 9792.0, 9827.0, 9772.0, 9800.0, 9779.0, 9820.0, 9810.0, 9785.0, 9793.0, 9770.0, 9817.0, 9774.0, 9801.0, 9740.0, 9772.0, 9799.0, 9793.0, 9820.0, 9758.0, 9804.0, 9754.0, 9786.0, 9819.0, 9791.0, 9818.0, 9771.0, 9797.0, 9822.0, 9815.0, 9816.0, 9772.0, 9796.0, 9769.0, 9806.0, 9832.0, 9788.0, 9815.0, 9775.0, 9801.0, 9792.0, 9828.0, 9776.0, 9791.0, 9800.0, 9774.0, 9799.0, 9792.0, 9820.0, 9772.0, 9790.0, 9796.0, 9774.0, 9819.0, 9791.0, 9841.0, 9777.0, 9802.0, 9817.0, 9816.0, 9837.0, 9788.0, 9815.0, 9759.0, 9791.0, 9819.0, 9791.0, 9803.0, 9790.0, 9799.0, 9780.0, 9809.0, 9800.0, 9788.0, 9799.0, 9788.0, 9825.0, 9787.0, 9823.0, 9780.0, 9794.0, 9802.0, 9796.0, 9840.0, 9778.0, 9807.0, 9812.0, 9789.0, 9804.0, 9796.0, 9830.0, 9786.0, 9802.0, 9815.0, 9793.0, 9822.0, 9789.0, 9807.0, 9773.0, 9788.0, 9805.0, 9801.0, 9832.0, 9779.0, 9804.0, 9759.0, 9806.0, 9834.0, 9794.0, 9818.0, 9793.0, 9804.0, 9775.0, 9838.0, 9828.0, 9806.0, 9803.0, 9788.0, 9835.0, 9815.0, 9840.0, 9789.0, 9807.0, 9833.0, 9797.0, 9843.0, 9800.0, 9838.0, 9790.0, 9792.0, 9830.0, 9791.0, 9821.0, 9781.0, 9826.0, 9800.0, 9775.0, 9823.0, 9816.0, 9835.0, 9798.0, 9823.0, 9775.0, 9797.0, 9845.0, 9811.0, 9808.0, 9776.0, 9806.0, 9811.0, 9815.0, 9822.0, 9796.0, 9821.0, 9773.0, 9810.0, 9839.0, 9811.0, 9804.0, 9792.0, 9819.0, 9777.0, 9827.0, 9822.0, 9795.0, 9806.0, 9790.0, 9822.0, 9825.0, 9848.0, 9837.0, 9830.0, 9801.0, 9836.0, 9797.0, 9865.0, 9825.0, 9882.0, 9837.0, 9861.0, 9811.0, 9881.0, 9823.0, 9895.0, 9904.0, 9881.0, 9901.0, 9826.0, 9848.0, 9797.0, 9840.0, 9877.0, 9810.0, 9866.0, 9765.0, 9781.0, 9743.0, 9760.0, 9767.0, 9784.0, 9784.0, 9787.0, 9806.0, 9785.0, 9758.0, 9736.0, 9755.0, 9750.0, 9762.0, 9794.0, 9760.0, 9774.0, 9788.0, 9761.0, 9788.0, 9773.0, 9811.0, 9766.0, 9779.0, 9793.0, 9772.0, 9806.0, 9772.0, 9840.0, 9791.0, 9804.0, 9813.0, 9789.0, 9814.0, 9797.0, 9838.0, 9773.0, 9801.0, 9817.0, 9824.0, 9842.0, 9783.0, 9825.0, 9788.0, 9816.0, 9816.0, 9799.0, 9842.0, 9796.0, 9839.0, 9793.0, 9810.0, 9853.0, 9819.0, 9843.0, 9797.0, 9838.0, 9797.0, 9842.0, 9806.0, 9873.0, 9822.0, 9825.0, 9871.0, 9869.0, 9891.0, 9811.0, 9852.0, 9859.0, 9830.0, 9867.0, 9820.0, 9861.0, 9787.0, 9837.0, 9856.0, 9821.0, 9861.0, 9814.0, 9827.0, 9835.0, 9792.0, 9819.0, 9801.0, 9822.0, 9798.0, 9803.0, 9839.0, 9811.0, 9846.0, 9819.0, 9843.0, 9815.0, 9815.0, 9841.0, 9822.0, 9865.0, 9801.0, 9852.0, 9828.0, 9819.0, 9842.0, 9823.0, 9860.0, 9784.0, 9831.0, 9840.0, 9797.0, 9838.0, 9800.0, 9843.0, 9795.0, 9815.0, 9838.0, 9815.0, 9865.0, 9812.0, 9844.0, 9796.0, 9815.0, 9860.0, 9819.0, 9825.0, 9797.0, 9822.0, 9843.0, 9819.0, 9861.0, 9845.0, 9873.0, 9818.0, 9871.0, 9808.0, 9817.0, 9842.0, 9817.0, 9862.0, 9837.0, 9862.0, 9822.0, 9846.0, 9806.0, 9841.0, 9871.0, 9838.0, 9833.0, 9819.0, 9842.0, 9808.0, 9853.0, 9830.0, 9822.0, 9859.0, 9819.0, 9848.0, 9821.0, 9833.0, 9870.0, 9813.0, 9830.0, 9846.0, 9867.0, 9784.0, 9860.0, 9782.0, 9816.0, 9784.0, 9809.0, 9837.0, 9854.0, 9821.0, 9883.0, 9815.0, 9870.0, 9838.0, 9877.0, 9858.0, 9843.0, 9881.0, 9837.0, 9865.0, 9807.0, 9860.0, 9780.0, 9810.0, 9831.0, 9805.0, 9825.0, 9770.0, 9795.0, 9734.0, 9777.0, 9733.0, 9758.0, 9739.0, 9779.0, 9749.0, 9755.0, 9800.0, 9783.0, 9756.0, 9758.0, 9766.0, 9792.0, 9810.0, 9758.0, 9788.0, 9799.0, 9786.0, 9787.0, 9791.0, 9777.0, 9776.0, 9789.0, 9767.0, 9797.0, 9784.0, 9787.0, 9824.0, 9789.0, 9816.0, 9795.0, 9836.0, 9790.0, 9823.0, 9795.0, 9825.0, 9801.0, 9832.0, 9853.0, 9832.0, 9843.0, 9801.0, 9842.0, 9815.0, 9862.0, 9810.0, 9826.0, 9852.0, 9810.0, 9840.0, 9803.0, 9856.0, 9812.0, 9837.0, 9794.0, 9831.0, 9856.0, 9814.0, 9826.0, 9796.0, 9837.0, 9798.0, 9844.0, 9799.0, 9814.0, 9823.0, 9808.0, 9835.0, 9816.0, 9853.0, 9798.0, 9827.0, 9784.0, 9813.0, 9856.0, 9817.0, 9843.0, 9811.0, 9838.0, 9794.0, 9829.0, 9840.0, 9831.0, 9822.0, 9798.0, 9838.0, 9814.0, 9883.0, 9863.0, 9812.0, 9834.0, 9789.0, 9870.0, 9843.0, 9844.0, 9797.0, 9805.0, 9812.0, 9777.0, 9821.0, 9775.0, 9816.0, 9774.0, 9797.0, 9855.0, 9774.0, 9809.0, 9793.0, 9790.0, 9774.0, 9789.0, 9829.0, 9813.0, 9845.0, 9812.0, 9841.0, 9820.0, 9839.0, 9796.0, 9833.0, 9791.0, 9804.0, 9830.0, 9796.0, 9836.0, 9790.0, 9804.0, 9815.0, 9790.0, 9818.0, 9793.0, 9833.0, 9771.0, 9785.0, 9810.0, 9773.0, 9814.0, 9769.0, 9804.0, 9786.0, 9812.0, 9836.0, 9814.0, 9827.0, 9769.0, 9803.0, 9774.0, 9786.0, 9815.0, 9791.0, 9830.0, 9789.0, 9814.0, 9773.0, 9804.0, 9832.0, 9791.0, 9816.0, 9786.0, 9784.0, 9773.0, 9805.0, 9815.0, 9789.0, 9797.0, 9786.0, 9803.0, 9775.0, 9819.0, 9786.0, 9787.0, 9813.0, 9804.0, 9832.0, 9778.0, 9806.0, 9811.0, 9785.0, 9798.0, 9791.0, 9831.0, 9771.0, 9800.0, 9808.0, 9785.0, 9815.0, 9790.0, 9829.0, 9774.0, 9819.0, 9774.0, 9791.0, 9824.0, 9774.0, 9798.0, 9773.0, 9805.0, 9792.0, 9808.0, 9818.0, 9792.0, 9818.0, 9795.0, 9835.0, 9791.0, 9822.0, 9764.0, 9791.0, 9818.0, 9807.0, 9832.0, 9770.0, 9803.0, 9843.0, 9759.0, 9794.0, 9751.0, 9803.0, 9770.0, 9795.0, 9825.0, 9828.0, 9844.0, 9843.0, 9848.0, 9821.0, 9861.0, 9905.0, 9856.0, 9879.0, 9807.0, 9844.0, 9796.0, 9808.0, 9805.0, 9766.0, 9821.0, 9762.0, 9819.0, 9759.0, 9786.0, 9759.0, 9754.0, 9782.0, 9743.0, 9787.0, 9740.0, 9742.0, 9768.0, 9743.0, 9773.0, 9745.0, 9778.0, 9793.0, 9768.0, 9790.0, 9761.0, 9796.0, 9771.0, 9806.0, 9815.0, 9787.0, 9830.0, 9780.0, 9834.0, 9792.0, 9855.0, 9844.0, 9813.0, 9863.0, 9801.0, 9836.0, 9788.0, 9802.0, 9837.0, 9773.0, 9798.0, 9774.0, 9813.0, 9772.0, 9787.0, 9813.0, 9791.0, 9814.0, 9779.0, 9819.0, 9775.0, 9792.0, 9816.0, 9778.0, 9820.0, 9775.0, 9838.0, 9767.0, 9795.0, 9835.0, 9795.0, 9832.0, 9791.0, 9803.0, 9831.0, 9796.0, 9832.0, 9779.0, 9834.0, 9788.0, 9806.0, 9833.0, 9796.0, 9835.0, 9793.0, 9821.0, 9781.0, 9822.0, 9835.0, 9811.0, 9836.0, 9785.0, 9840.0, 9801.0, 9826.0, 9837.0, 9812.0, 9837.0, 9795.0, 9839.0, 9794.0, 9825.0, 9835.0, 9811.0, 9853.0, 9796.0, 9839.0, 9780.0, 9806.0, 9817.0, 9792.0, 9821.0, 9793.0, 9834.0, 9765.0, 9806.0, 9829.0, 9780.0, 9825.0, 9796.0, 9825.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.004180021978021978</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06138840351648351</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.677194215258545</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0695457156655679</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.916695892310231</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5034</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4822.3428</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09914811847123738</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.714285714285714</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.581542007528462</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.454483577844188</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8128869329355495</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.477255511805649</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00767532</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014257378876209259</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.038879912346601486</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</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>4.18658012620602</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>20.7321</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.6374</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.7086</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291268.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>933.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.3198</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8027</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.1154</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3611.0608</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3750.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85276.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1520.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4746.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.7139</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.545939004863612</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> |