=== 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-0085 --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-0085",
"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-0085_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-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0085/figures/sub-0085_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-0085/figures/sub-0085_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085/ses-02/func/sub-0085_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>916d56f095298360960208953341bfc2</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>16:38:54.357500</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.998831, 0.0445539, 0.0187751, -0.045706, 0.996758, 0.0662088]</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.123526</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4157, -7775, -7191, 601, -41, -299, 153, 2]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>261.073</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c07d861e-a1a8-4136-8c84-a0f1b5df49a7||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.6797893047332764, -0.12262590229511261, 0.042563822120428085, 115.64253997802734], [-0.11953488737344742, 2.674229860305786, 0.18087172508239746, -88.33206939697266], [0.05037222430109978, -0.17763341963291168, 2.693598747253418, -48.42288589477539], [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': ['163854.357500', '163854.817500', '163855.277500', '163855.737500', '163856.197500', '163856.657500', '163857.117500', '163857.577500', '163858.037500', '163858.497500', '163858.957500', '163859.417500', '163859.877500', '163900.337500', '163900.797500', '163901.257500', '163901.717500', '163902.177500', '163902.637500', '163903.097500', '163903.557500', '163904.017500', '163904.477500', '163904.937500', '163905.397500', '163905.857500', '163906.317500', '163906.777500', '163907.237500', '163907.697500', '163908.157500', '163908.617500', '163909.077500', '163909.537500', '163909.997500', '163910.457500', '163910.917500', '163911.377500', '163911.837500', '163912.297500', '163912.757500', '163913.217500', '163913.677500', '163914.137500', '163914.597500', '163915.057500', '163915.517500', '163915.977500', '163916.437500', '163916.897500', '163917.357500', '163917.817500', '163918.277500', '163918.737500', '163919.197500', '163919.657500', '163920.117500', '163920.577500', '163921.037500', '163921.497500', '163921.957500', '163922.417500', '163922.877500', '163923.337500', '163923.797500', '163924.257500', '163924.717500', '163925.177500', '163925.637500', '163926.097500', '163926.557500', '163927.017500', '163927.477500', '163927.937500', '163928.397500', '163928.857500', '163929.317500', '163929.777500', '163930.237500', '163930.697500', '163931.157500', '163931.617500', '163932.077500', '163932.537500', '163932.997500', '163933.457500', '163933.917500', '163934.377500', '163934.837500', '163935.297500', '163935.757500', '163936.217500', '163936.677500', '163937.137500', '163937.597500', '163938.057500', '163938.517500', '163938.977500', '163939.437500', '163939.897500', '163940.357500', '163940.817500', '163941.277500', '163941.737500', '163942.197500', '163942.657500', '163943.117500', '163943.577500', '163944.037500', '163944.497500', '163944.957500', '163945.417500', '163945.877500', '163946.337500', '163946.797500', '163947.257500', '163947.717500', '163948.177500', '163948.637500', '163949.097500', '163949.557500', '163950.017500', '163950.477500', '163950.937500', '163951.397500', '163951.857500', '163952.317500', '163952.777500', '163953.237500', '163953.697500', '163954.157500', '163954.617500', '163955.077500', '163955.537500', '163955.997500', '163956.457500', '163956.917500', '163957.377500', '163957.837500', '163958.297500', '163958.757500', '163959.217500', '163959.677500', '164000.137500', '164000.597500', '164001.057500', '164001.517500', '164001.977500', '164002.437500', '164002.897500', '164003.357500', '164003.817500', '164004.277500', '164004.737500', '164005.197500', '164005.657500', '164006.117500', '164006.577500', '164007.037500', '164007.497500', '164007.957500', '164008.417500', '164008.877500', '164009.337500', '164009.797500', '164010.257500', '164010.717500', '164011.177500', '164011.637500', '164012.097500', '164012.557500', '164013.017500', '164013.477500', '164013.937500', '164014.397500', '164014.857500', '164015.317500', '164015.777500', '164016.237500', '164016.697500', '164017.157500', '164017.617500', '164018.077500', '164018.537500', '164018.997500', '164019.457500', '164019.917500', '164020.377500', '164020.837500', '164021.297500', '164021.757500', '164022.217500', '164022.677500', '164023.137500', '164023.597500', '164024.057500', '164024.517500', '164024.977500', '164025.437500', '164025.897500', '164026.357500', '164026.817500', '164027.277500', '164027.737500', '164028.197500', '164028.657500', '164029.117500', '164029.577500', '164030.037500', '164030.497500', '164030.957500', '164031.417500', '164031.877500', '164032.337500', '164032.797500', '164033.257500', '164033.717500', '164034.177500', '164034.637500', '164035.097500', '164035.557500', '164036.017500', '164036.477500', '164036.937500', '164037.397500', '164037.857500', '164038.317500', '164038.777500', '164039.237500', '164039.697500', '164040.157500', '164040.617500', '164041.077500', '164041.537500', '164041.997500', '164042.457500', '164042.917500', '164043.377500', '164043.837500', '164044.297500', '164044.757500', '164045.217500', '164045.677500', '164046.137500', '164046.597500', '164047.057500', '164047.517500', '164047.977500', '164048.437500', '164048.897500', '164049.357500', '164049.817500', '164050.277500', '164050.737500', '164051.197500', '164051.657500', '164052.117500', '164052.577500', '164053.037500', '164053.497500', '164053.957500', '164054.417500', '164054.877500', '164055.337500', '164055.797500', '164056.257500', '164056.717500', '164057.177500', '164057.637500', '164058.097500', '164058.557500', '164059.017500', '164059.477500', '164059.937500', '164100.397500', '164100.857500', '164101.317500', '164101.777500', '164102.237500', '164102.697500', '164103.157500', '164103.617500', '164104.077500', '164104.537500', '164104.997500', '164105.457500', '164105.917500', '164106.377500', '164106.837500', '164107.297500', '164107.757500', '164108.217500', '164108.677500', '164109.137500', '164109.597500', '164110.057500', '164110.517500', '164110.977500', '164111.437500', '164111.897500', '164112.357500', '164112.817500', '164113.277500', '164113.737500', '164114.197500', '164114.657500', '164115.117500', '164115.577500', '164116.037500', '164116.497500', '164116.957500', '164117.417500', '164117.877500', '164118.337500', '164118.797500', '164119.257500', '164119.717500', '164120.177500', '164120.637500', '164121.097500', '164121.557500', '164122.017500', '164122.477500', '164122.937500', '164123.397500', '164123.857500', '164124.317500', '164124.777500', '164125.237500', '164125.697500', '164126.157500', '164126.617500', '164127.077500', '164127.537500', '164127.997500', '164128.457500', '164128.917500', '164129.377500', '164129.837500', '164130.297500', '164130.757500', '164131.217500', '164131.677500', '164132.137500', '164132.597500', '164133.057500', '164133.517500', '164133.977500', '164134.437500', '164134.897500', '164135.357500', '164135.817500', '164136.277500', '164136.737500', '164137.197500', '164137.657500', '164138.117500', '164138.577500', '164139.037500', '164139.497500', '164139.957500', '164140.417500', '164140.877500', '164141.337500', '164141.797500', '164142.257500', '164142.717500', '164143.177500', '164143.637500', '164144.097500', '164144.557500', '164145.017500', '164145.477500', '164145.937500', '164146.397500', '164146.857500', '164147.317500', '164147.777500', '164148.237500', '164148.697500', '164149.157500', '164149.617500', '164150.077500', '164150.537500', '164150.997500', '164151.457500', '164151.917500', '164152.377500', '164152.837500', '164153.297500', '164153.757500', '164154.217500', '164154.677500', '164155.137500', '164155.597500', '164156.057500', '164156.517500', '164156.977500', '164157.437500', '164157.897500', '164158.357500', '164158.817500', '164159.277500', '164159.737500', '164200.197500', '164200.657500', '164201.117500', '164201.577500', '164202.037500', '164202.497500', '164202.957500', '164203.417500', '164203.877500', '164204.337500', '164204.797500', '164205.257500', '164205.717500', '164206.177500', '164206.637500', '164207.097500', '164207.557500', '164208.017500', '164208.477500', '164208.937500', '164209.397500', '164209.857500', '164210.317500', '164210.777500', '164211.237500', '164211.697500', '164212.157500', '164212.617500', '164213.077500', '164213.537500', '164213.997500', '164214.457500', '164214.917500', '164215.377500', '164215.837500', '164216.297500', '164216.757500', '164217.217500', '164217.677500', '164218.137500', '164218.597500', '164219.057500', '164219.517500', '164219.977500', '164220.437500', '164220.897500', '164221.357500', '164221.817500', '164222.277500', '164222.737500', '164223.197500', '164223.657500', '164224.117500', '164224.577500', '164225.037500', '164225.497500', '164225.957500', '164226.417500', '164226.877500', '164227.337500', '164227.797500', '164228.257500', '164228.717500', '164229.177500', '164229.637500', '164230.097500', '164230.557500', '164231.017500', '164231.477500', '164231.937500', '164232.397500', '164232.857500', '164233.317500', '164233.777500', '164234.237500', '164234.697500', '164235.157500', '164235.617500', '164236.077500', '164236.537500', '164236.997500', '164237.457500', '164237.917500', '164238.377500', '164238.837500', '164239.297500', '164239.757500', '164240.217500', '164240.677500', '164241.137500', '164241.597500', '164242.057500', '164242.517500', '164242.977500', '164243.437500', '164243.897500', '164244.357500', '164244.817500', '164245.277500', '164245.737500', '164246.197500', '164246.657500', '164247.117500', '164247.577500', '164248.037500', '164248.497500', '164248.957500', '164249.417500', '164249.877500', '164250.337500', '164250.797500', '164251.257500', '164251.717500', '164252.177500', '164252.637500', '164253.097500', '164253.557500', '164254.017500', '164254.477500', '164254.937500', '164255.397500', '164255.857500', '164256.317500', '164256.777500', '164257.237500', '164257.697500', '164258.157500', '164258.617500', '164259.077500', '164259.537500', '164259.997500', '164300.457500', '164300.917500', '164301.377500', '164301.837500', '164302.297500', '164302.757500', '164303.217500', '164303.677500', '164304.137500', '164304.597500', '164305.057500', '164305.517500', '164305.977500', '164306.437500', '164306.897500', '164307.357500', '164307.817500', '164308.277500', '164308.737500', '164309.197500', '164309.657500', '164310.117500', '164310.577500', '164311.037500', '164311.497500', '164311.957500', '164312.417500', '164312.877500', '164313.337500', '164313.797500', '164314.257500', '164314.717500', '164315.177500', '164315.637500', '164316.097500', '164316.557500', '164317.017500', '164317.477500', '164317.937500', '164318.397500', '164318.857500', '164319.317500', '164319.777500', '164320.237500', '164320.697500', '164321.157500', '164321.617500', '164322.077500', '164322.537500', '164322.997500', '164323.457500', '164323.917500', '164324.377500', '164324.837500', '164325.297500', '164325.757500', '164326.217500', '164326.677500', '164327.137500', '164327.597500', '164328.057500', '164328.517500', '164328.977500', '164329.437500', '164329.897500', '164330.357500', '164330.817500', '164331.277500', '164331.737500', '164332.197500', '164332.657500', '164333.117500', '164333.577500', '164334.037500', '164334.497500', '164334.957500', '164335.417500', '164335.877500', '164336.337500', '164336.797500', '164337.257500', '164337.717500', '164338.177500', '164338.637500', '164339.097500', '164339.557500', '164340.017500', '164340.477500', '164340.937500', '164341.397500', '164341.857500', '164342.317500', '164342.777500', '164343.237500', '164343.697500', '164344.157500', '164344.617500', '164345.077500', '164345.537500', '164345.997500', '164346.457500', '164346.917500', '164347.377500', '164347.837500', '164348.297500', '164348.757500', '164349.217500', '164349.677500', '164350.137500', '164350.597500', '164351.057500', '164351.517500', '164351.977500', '164352.437500', '164352.897500', '164353.357500', '164353.817500', '164354.277500', '164354.737500', '164355.197500', '164355.657500', '164356.117500', '164356.577500', '164357.037500', '164357.497500', '164357.957500', '164358.417500', '164358.877500', '164359.337500', '164359.797500', '164400.257500', '164400.717500', '164401.177500', '164401.637500', '164402.097500', '164402.557500', '164403.017500', '164403.477500', '164403.937500', '164404.397500', '164404.857500', '164405.317500', '164405.777500', '164406.237500', '164406.697500', '164407.157500', '164407.617500', '164408.077500', '164408.537500', '164408.997500', '164409.457500', '164409.917500', '164410.377500', '164410.837500', '164411.297500', '164411.757500', '164412.217500', '164412.677500', '164413.137500', '164413.597500', '164414.057500', '164414.517500', '164414.977500', '164415.437500', '164415.897500', '164416.357500', '164416.817500', '164417.277500', '164417.737500', '164418.197500', '164418.657500', '164419.117500', '164419.577500', '164420.037500', '164420.497500', '164420.957500', '164421.417500', '164421.877500', '164422.337500', '164422.797500', '164423.257500', '164423.717500', '164424.177500', '164424.637500', '164425.097500', '164425.557500', '164426.017500', '164426.477500', '164426.937500', '164427.397500', '164427.857500', '164428.317500', '164428.777500', '164429.237500', '164429.697500', '164430.157500', '164430.617500', '164431.077500', '164431.537500', '164431.997500', '164432.457500', '164432.917500', '164433.377500', '164433.837500', '164434.297500', '164434.757500', '164435.217500', '164435.677500', '164436.137500', '164436.597500', '164437.057500', '164437.517500', '164437.977500', '164438.437500', '164438.897500', '164439.357500', '164439.817500', '164440.277500', '164440.737500', '164441.197500', '164441.657500', '164442.117500', '164442.577500', '164443.037500', '164443.497500', '164443.957500', '164444.417500', '164444.877500', '164445.337500', '164445.797500', '164446.257500', '164446.717500', '164447.177500', '164447.637500', '164448.097500', '164448.557500', '164449.017500', '164449.477500', '164449.937500', '164450.397500', '164450.857500', '164451.317500', '164451.777500', '164452.237500', '164452.697500', '164453.157500', '164453.617500', '164454.077500', '164454.537500', '164454.997500', '164455.457500', '164455.917500', '164456.377500', '164456.837500', '164457.297500', '164457.757500', '164458.217500', '164458.677500', '164459.137500', '164459.597500', '164500.057500', '164500.517500', '164500.977500', '164501.437500', '164501.897500', '164502.357500', '164502.817500', '164503.277500', '164503.737500', '164504.197500', '164504.657500', '164505.117500', '164505.577500', '164506.037500', '164506.497500', '164506.957500', '164507.417500', '164507.877500', '164508.337500', '164508.797500', '164509.257500', '164509.717500', '164510.177500', '164510.637500', '164511.097500', '164511.557500', '164512.017500', '164512.477500', '164512.937500', '164513.397500', '164513.857500', '164514.317500', '164514.777500', '164515.237500', '164515.697500', '164516.157500', '164516.617500', '164517.077500', '164517.537500', '164517.997500', '164518.457500', '164518.917500', '164519.377500', '164519.837500', '164520.297500', '164520.757500', '164521.217500', '164521.677500', '164522.137500', '164522.597500', '164523.057500', '164523.517500', '164523.977500', '164524.437500', '164524.897500', '164525.357500', '164525.817500', '164526.277500', '164526.737500', '164527.197500', '164527.657500', '164528.117500', '164528.577500', '164529.037500', '164529.497500', '164529.957500', '164530.417500', '164530.877500', '164531.337500', '164531.797500', '164532.257500', '164532.717500', '164533.177500', '164533.637500', '164534.097500', '164534.557500', '164535.017500', '164535.477500', '164535.937500', '164536.397500', '164536.857500', '164537.317500', '164537.777500', '164538.237500', '164538.697500', '164539.157500', '164539.617500', '164540.077500', '164540.537500', '164540.997500', '164541.457500', '164541.917500', '164542.377500', '164542.837500', '164543.297500', '164543.757500', '164544.217500', '164544.677500', '164545.137500', '164545.597500', '164546.057500', '164546.517500', '164546.977500', '164547.437500', '164547.897500', '164548.357500', '164548.817500', '164549.277500', '164549.737500', '164550.197500', '164550.657500', '164551.117500', '164551.577500', '164552.037500', '164552.497500', '164552.957500', '164553.417500', '164553.877500', '164554.337500'], 'ContentTime': ['163907.583000', '163907.586000', '163907.589000', '163907.592000', '163907.595000', '163907.597000', '163907.600000', '163907.603000', '163907.605000', '163907.614000', '163907.616000', '163907.619000', '163907.628000', '163907.631000', '163907.634000', '163907.640000', '163907.643000', '163907.646000', '163907.648000', '163907.651000', '163907.653000', '163907.656000', '163907.659000', '163907.661000', '163907.664000', '163907.667000', '163927.548000', '163927.550000', '163927.553000', '163927.555000', '163927.558000', '163927.560000', '163927.563000', '163927.565000', '163927.568000', '163927.570000', '163927.573000', '163927.576000', '163927.578000', '163927.581000', '163927.584000', '163927.586000', '163927.591000', '163927.593000', '163927.596000', '163927.599000', '163927.601000', '163927.604000', '163927.606000', '163927.609000', '163927.612000', '163927.614000', '163927.617000', '163927.619000', '163927.622000', '163927.624000', '163927.627000', '163927.629000', '163927.632000', '163927.634000', '163927.640000', '163927.643000', '163927.645000', '163927.648000', '163927.650000', '163927.653000', '163927.655000', '163927.658000', '163927.661000', '163927.663000', '163947.547000', '163947.549000', '163947.552000', '163947.555000', '163947.557000', '163947.560000', '163947.563000', '163947.565000', '163947.568000', '163947.570000', '163947.573000', '163947.575000', '163947.578000', '163947.580000', '163947.583000', '163947.585000', '163947.592000', '163947.595000', '163947.597000', '163947.600000', '163947.602000', '163947.605000', '163947.607000', '163947.610000', '163947.613000', '163947.615000', '163947.618000', '163947.620000', '163947.623000', '163947.626000', '163947.628000', '163947.631000', '163947.634000', '163947.636000', '163947.639000', '163947.641000', '163947.644000', '163947.646000', '163947.649000', '163947.652000', '163947.654000', '163947.657000', '163947.659000', '164007.547000', '164007.550000', '164007.553000', '164007.556000', '164007.558000', '164007.561000', '164007.564000', '164007.566000', '164007.569000', '164007.572000', '164007.574000', '164007.577000', '164007.579000', '164007.582000', '164007.585000', '164007.587000', '164007.590000', '164007.593000', '164007.595000', '164007.598000', '164007.600000', '164007.603000', '164007.606000', '164007.608000', '164007.611000', '164007.613000', '164007.616000', '164007.619000', '164007.621000', '164007.624000', '164007.627000', '164007.629000', '164007.632000', '164007.635000', '164007.637000', '164007.640000', '164007.642000', '164007.645000', '164007.648000', '164007.650000', '164007.653000', '164007.655000', '164007.674000', '164007.676000', '164027.547000', '164027.550000', '164027.553000', '164027.555000', '164027.558000', '164027.561000', '164027.563000', '164027.566000', '164027.568000', '164027.571000', '164027.573000', '164027.576000', '164027.579000', '164027.581000', '164027.584000', '164027.587000', '164027.589000', '164027.592000', '164027.594000', '164027.597000', '164027.599000', '164027.602000', '164027.605000', '164027.607000', '164027.610000', '164027.612000', '164027.615000', '164027.618000', '164027.620000', '164027.623000', '164027.625000', '164027.628000', '164027.630000', '164027.633000', '164027.635000', '164027.638000', '164027.641000', '164027.643000', '164027.646000', '164027.649000', '164027.651000', '164027.654000', '164027.657000', '164047.547000', '164047.550000', '164047.553000', '164047.555000', '164047.558000', '164047.561000', '164047.563000', '164047.566000', '164047.569000', '164047.571000', '164047.574000', '164047.576000', '164047.579000', '164047.582000', '164047.584000', '164047.587000', '164047.590000', '164047.593000', '164047.595000', '164047.598000', '164047.601000', '164047.603000', '164047.606000', '164047.608000', '164047.611000', '164047.614000', '164047.616000', '164047.619000', '164047.622000', '164047.624000', '164047.627000', '164047.629000', '164047.632000', '164047.634000', '164047.637000', '164047.640000', '164047.642000', '164047.645000', '164047.647000', '164047.650000', '164047.653000', '164047.655000', '164047.658000', '164047.660000', '164107.548000', '164107.550000', '164107.558000', '164107.561000', '164107.563000', '164107.566000', '164107.569000', '164107.571000', '164107.574000', '164107.577000', '164107.579000', '164107.582000', '164107.585000', '164107.587000', '164107.590000', '164107.592000', '164107.595000', '164107.598000', '164107.600000', '164107.603000', '164107.605000', '164107.608000', '164107.611000', '164107.613000', '164107.616000', '164107.618000', '164107.621000', '164107.623000', '164107.626000', '164107.629000', '164107.631000', '164107.634000', '164107.636000', '164107.639000', '164107.641000', '164107.644000', '164107.647000', '164107.649000', '164107.652000', '164107.654000', '164107.657000', '164107.660000', '164107.662000', '164127.547000', '164127.550000', '164127.553000', '164127.555000', '164127.558000', '164127.560000', '164127.563000', '164127.566000', '164127.568000', '164127.571000', '164127.573000', '164127.576000', '164127.579000', '164127.581000', '164127.584000', '164127.586000', '164127.589000', '164127.592000', '164127.594000', '164127.597000', '164127.599000', '164127.602000', '164127.604000', '164127.607000', '164127.610000', '164127.612000', '164127.615000', '164127.617000', '164127.620000', '164127.623000', '164127.625000', '164127.628000', '164127.630000', '164127.633000', '164127.636000', '164127.638000', '164127.641000', '164127.644000', '164127.646000', '164127.649000', '164127.652000', '164127.654000', '164127.657000', '164127.659000', '164147.548000', '164147.551000', '164147.553000', '164147.556000', '164147.558000', '164147.561000', '164147.564000', '164147.566000', '164147.569000', '164147.571000', '164147.574000', '164147.577000', '164147.579000', '164147.582000', '164147.584000', '164147.587000', '164147.590000', '164147.592000', '164147.595000', '164147.597000', '164147.600000', '164147.602000', '164147.605000', '164147.608000', '164147.610000', '164147.613000', '164147.615000', '164147.618000', '164147.621000', '164147.623000', '164147.626000', '164147.629000', '164147.631000', '164147.634000', '164147.636000', '164147.639000', '164147.642000', '164147.644000', '164147.647000', '164147.649000', '164147.652000', '164147.655000', '164147.657000', '164207.547000', '164207.549000', '164207.552000', '164207.555000', '164207.557000', '164207.560000', '164207.563000', '164207.565000', '164207.568000', '164207.570000', '164207.574000', '164207.577000', '164207.579000', '164207.582000', '164207.584000', '164207.587000', '164207.590000', '164207.592000', '164207.595000', '164207.598000', '164207.600000', '164207.603000', '164207.605000', '164207.608000', '164207.610000', '164207.613000', '164207.616000', '164207.618000', '164207.621000', '164207.623000', '164207.626000', '164207.629000', '164207.631000', '164207.634000', '164207.636000', '164207.639000', '164207.642000', '164207.644000', '164207.647000', '164207.649000', '164207.652000', '164207.655000', '164207.657000', '164227.547000', '164227.550000', '164227.553000', '164227.555000', '164227.558000', '164227.560000', '164227.563000', '164227.566000', '164227.568000', '164227.571000', '164227.573000', '164227.576000', '164227.578000', '164227.581000', '164227.584000', '164227.586000', '164227.589000', '164227.591000', '164227.594000', '164227.596000', '164227.599000', '164227.602000', '164227.604000', '164227.607000', '164227.610000', '164227.613000', '164227.615000', '164227.618000', '164227.620000', '164227.623000', '164227.626000', '164227.628000', '164227.631000', '164227.633000', '164227.636000', '164227.638000', '164227.641000', '164227.644000', '164227.646000', '164227.649000', '164227.651000', '164227.654000', '164227.657000', '164227.659000', '164247.548000', '164247.550000', '164247.553000', '164247.556000', '164247.559000', '164247.561000', '164247.564000', '164247.566000', '164247.569000', '164247.572000', '164247.574000', '164247.577000', '164247.579000', '164247.582000', '164247.585000', '164247.587000', '164247.590000', '164247.593000', '164247.595000', '164247.598000', '164247.600000', '164247.603000', '164247.606000', '164247.608000', '164247.611000', '164247.613000', '164247.616000', '164247.618000', '164247.621000', '164247.624000', '164247.626000', '164247.629000', '164247.631000', '164247.634000', '164247.637000', '164247.639000', '164247.642000', '164247.644000', '164247.647000', '164247.650000', '164247.652000', '164247.655000', '164247.657000', '164307.547000', '164307.550000', '164307.553000', '164307.555000', '164307.558000', '164307.561000', '164307.563000', '164307.566000', '164307.568000', '164307.571000', '164307.574000', '164307.576000', '164307.579000', '164307.581000', '164307.584000', '164307.586000', '164307.589000', '164307.592000', '164307.594000', '164307.597000', '164307.600000', '164307.602000', '164307.605000', '164307.607000', '164307.610000', '164307.612000', '164307.615000', '164307.618000', '164307.620000', '164307.623000', '164307.625000', '164307.628000', '164307.631000', '164307.633000', '164307.636000', '164307.639000', '164307.641000', '164307.644000', '164307.647000', '164307.649000', '164307.652000', '164307.654000', '164307.657000', '164307.660000', '164327.547000', '164327.550000', '164327.553000', '164327.556000', '164327.559000', '164327.561000', '164327.564000', '164327.566000', '164327.569000', '164327.572000', '164327.574000', '164327.577000', '164327.579000', '164327.582000', '164327.585000', '164327.587000', '164327.590000', '164327.593000', '164327.595000', '164327.606000', '164327.609000', '164327.612000', '164327.615000', '164327.618000', '164327.620000', '164327.623000', '164327.625000', '164327.628000', '164327.630000', '164327.633000', '164327.636000', '164327.638000', '164327.641000', '164327.643000', '164327.646000', '164327.648000', '164327.651000', '164327.654000', '164327.656000', '164327.659000', '164327.661000', '164327.664000', '164327.667000', '164347.547000', '164347.550000', '164347.553000', '164347.555000', '164347.558000', '164347.561000', '164347.563000', '164347.566000', '164347.568000', '164347.571000', '164347.573000', '164347.576000', '164347.579000', '164347.581000', '164347.584000', '164347.586000', '164347.589000', '164347.592000', '164347.594000', '164347.597000', '164347.600000', '164347.602000', '164347.605000', '164347.607000', '164347.610000', '164347.612000', '164347.615000', '164347.617000', '164347.620000', '164347.623000', '164347.625000', '164347.628000', '164347.631000', '164347.633000', '164347.636000', '164347.638000', '164347.641000', '164347.644000', '164347.646000', '164347.649000', '164347.651000', '164347.654000', '164347.656000', '164347.659000', '164407.548000', '164407.550000', '164407.553000', '164407.556000', '164407.558000', '164407.561000', '164407.563000', '164407.566000', '164407.569000', '164407.571000', '164407.574000', '164407.576000', '164407.579000', '164407.582000', '164407.584000', '164407.587000', '164407.589000', '164407.592000', '164407.595000', '164407.597000', '164407.600000', '164407.602000', '164407.605000', '164407.608000', '164407.610000', '164407.613000', '164407.615000', '164407.618000', '164407.620000', '164407.623000', '164407.626000', '164407.628000', '164407.631000', '164407.634000', '164407.636000', '164407.639000', '164407.641000', '164407.644000', '164407.646000', '164407.649000', '164407.652000', '164407.654000', '164407.657000', '164427.547000', '164427.549000', '164427.552000', '164427.555000', '164427.557000', '164427.560000', '164427.562000', '164427.565000', '164427.567000', '164427.570000', '164427.573000', '164427.575000', '164427.578000', '164427.580000', '164427.583000', '164427.585000', '164427.588000', '164427.591000', '164427.593000', '164427.596000', '164427.599000', '164427.601000', '164427.604000', '164427.606000', '164427.609000', '164427.611000', '164427.614000', '164427.616000', '164427.619000', '164427.622000', '164427.624000', '164427.627000', '164427.630000', '164427.632000', '164427.635000', '164427.637000', '164427.640000', '164427.642000', '164427.650000', '164427.653000', '164427.655000', '164427.658000', '164427.661000', '164427.663000', '164447.547000', '164447.550000', '164447.553000', '164447.555000', '164447.558000', '164447.561000', '164447.563000', '164447.566000', '164447.568000', '164447.571000', '164447.574000', '164447.576000', '164447.579000', '164447.581000', '164447.584000', '164447.587000', '164447.589000', '164447.592000', '164447.594000', '164447.599000', '164447.602000', '164447.605000', '164447.608000', '164447.612000', '164447.615000', '164447.617000', '164447.620000', '164447.623000', '164447.625000', '164447.628000', '164447.631000', '164447.633000', '164447.636000', '164447.638000', '164447.641000', '164447.644000', '164447.646000', '164447.649000', '164447.652000', '164447.655000', '164447.657000', '164447.660000', '164447.662000', '164507.548000', '164507.550000', '164507.553000', '164507.556000', '164507.558000', '164507.561000', '164507.563000', '164507.566000', '164507.569000', '164507.571000', '164507.574000', '164507.576000', '164507.579000', '164507.581000', '164507.584000', '164507.587000', '164507.589000', '164507.592000', '164507.595000', '164507.597000', '164507.600000', '164507.603000', '164507.605000', '164507.608000', '164507.610000', '164507.613000', '164507.615000', '164507.618000', '164507.621000', '164507.624000', '164507.626000', '164507.629000', '164507.631000', '164507.634000', '164507.637000', '164507.639000', '164507.642000', '164507.645000', '164507.647000', '164507.650000', '164507.652000', '164507.655000', '164507.657000', '164507.660000', '164527.547000', '164527.550000', '164527.553000', '164527.556000', '164527.558000', '164527.561000', '164527.563000', '164527.566000', '164527.569000', '164527.571000', '164527.574000', '164527.576000', '164527.579000', '164527.582000', '164527.584000', '164527.587000', '164527.590000', '164527.592000', '164527.595000', '164527.597000', '164527.600000', '164527.603000', '164527.605000', '164527.608000', '164527.610000', '164527.613000', '164527.616000', '164527.618000', '164527.621000', '164527.623000', '164527.626000', '164527.629000', '164527.631000', '164527.634000', '164527.636000', '164527.639000', '164527.642000', '164527.644000', '164527.647000', '164527.650000', '164527.652000', '164527.655000', '164527.657000', '164547.547000', '164547.550000', '164547.553000', '164547.556000', '164547.558000', '164547.561000', '164547.563000', '164547.566000', '164547.569000', '164547.571000', '164547.574000', '164547.577000', '164547.579000', '164547.582000', '164547.584000', '164547.587000', '164547.590000', '164547.593000', '164547.595000', '164547.598000', '164547.600000', '164547.603000', '164547.605000', '164547.608000', '164547.611000', '164547.613000', '164547.616000', '164547.619000', '164547.621000', '164547.624000', '164547.626000', '164547.629000', '164547.631000', '164547.634000', '164547.637000', '164547.639000', '164547.642000', '164547.644000', '164547.647000', '164547.649000', '164547.652000', '164547.655000', '164547.657000', '164547.660000', '164555.676000', '164555.679000', '164555.682000', '164555.684000', '164555.687000', '164555.690000', '164555.692000', '164555.695000', '164555.697000', '164555.700000', '164555.703000', '164555.705000', '164555.708000', '164555.711000', '164555.714000', '164555.716000', '164555.719000', '164555.722000'], 'InstanceCreationTime': ['163907.583000', '163907.586000', '163907.589000', '163907.592000', '163907.595000', '163907.597000', '163907.600000', '163907.603000', '163907.605000', '163907.614000', '163907.616000', '163907.619000', '163907.628000', '163907.631000', '163907.634000', '163907.640000', '163907.643000', '163907.646000', '163907.648000', '163907.651000', '163907.653000', '163907.656000', '163907.659000', '163907.661000', '163907.664000', '163907.667000', '163927.548000', '163927.550000', '163927.553000', '163927.555000', '163927.558000', '163927.560000', '163927.563000', '163927.565000', '163927.568000', '163927.570000', '163927.573000', '163927.576000', '163927.578000', '163927.581000', '163927.584000', '163927.586000', '163927.591000', '163927.593000', '163927.596000', '163927.599000', '163927.601000', '163927.604000', '163927.606000', '163927.609000', '163927.612000', '163927.614000', '163927.617000', '163927.619000', '163927.622000', '163927.624000', '163927.627000', '163927.629000', '163927.632000', '163927.634000', '163927.640000', '163927.643000', '163927.645000', '163927.648000', '163927.650000', '163927.653000', '163927.655000', '163927.658000', '163927.661000', '163927.663000', '163947.547000', '163947.549000', '163947.552000', '163947.555000', '163947.557000', '163947.560000', '163947.563000', '163947.565000', '163947.568000', '163947.570000', '163947.573000', '163947.575000', '163947.578000', '163947.580000', '163947.583000', '163947.585000', '163947.592000', '163947.595000', '163947.597000', '163947.600000', '163947.602000', '163947.605000', '163947.607000', '163947.610000', '163947.613000', '163947.615000', '163947.618000', '163947.620000', '163947.623000', '163947.626000', '163947.628000', '163947.631000', '163947.634000', '163947.636000', '163947.639000', '163947.641000', '163947.644000', '163947.646000', '163947.649000', '163947.652000', '163947.654000', '163947.657000', '163947.659000', '164007.547000', '164007.550000', '164007.553000', '164007.556000', '164007.558000', '164007.561000', '164007.564000', '164007.566000', '164007.569000', '164007.572000', '164007.574000', '164007.577000', '164007.579000', '164007.582000', '164007.585000', '164007.587000', '164007.590000', '164007.593000', '164007.595000', '164007.598000', '164007.600000', '164007.603000', '164007.606000', '164007.608000', '164007.611000', '164007.613000', '164007.616000', '164007.619000', '164007.621000', '164007.624000', '164007.627000', '164007.629000', '164007.632000', '164007.635000', '164007.637000', '164007.640000', '164007.642000', '164007.645000', '164007.648000', '164007.650000', '164007.653000', '164007.655000', '164007.674000', '164007.676000', '164027.547000', '164027.550000', '164027.553000', '164027.555000', '164027.558000', '164027.561000', '164027.563000', '164027.566000', '164027.568000', '164027.571000', '164027.573000', '164027.576000', '164027.579000', '164027.581000', '164027.584000', '164027.587000', '164027.589000', '164027.592000', '164027.594000', '164027.597000', '164027.599000', '164027.602000', '164027.605000', '164027.607000', '164027.610000', '164027.612000', '164027.615000', '164027.618000', '164027.620000', '164027.623000', '164027.625000', '164027.628000', '164027.630000', '164027.633000', '164027.635000', '164027.638000', '164027.641000', '164027.643000', '164027.646000', '164027.649000', '164027.651000', '164027.654000', '164027.657000', '164047.547000', '164047.550000', '164047.553000', '164047.555000', '164047.558000', '164047.561000', '164047.563000', '164047.566000', '164047.569000', '164047.571000', '164047.574000', '164047.576000', '164047.579000', '164047.582000', '164047.584000', '164047.587000', '164047.590000', '164047.593000', '164047.595000', '164047.598000', '164047.601000', '164047.603000', '164047.606000', '164047.608000', '164047.611000', '164047.614000', '164047.616000', '164047.619000', '164047.622000', '164047.624000', '164047.627000', '164047.629000', '164047.632000', '164047.634000', '164047.637000', '164047.640000', '164047.642000', '164047.645000', '164047.647000', '164047.650000', '164047.653000', '164047.655000', '164047.658000', '164047.660000', '164107.548000', '164107.550000', '164107.558000', '164107.561000', '164107.563000', '164107.566000', '164107.569000', '164107.571000', '164107.574000', '164107.577000', '164107.579000', '164107.582000', '164107.585000', '164107.587000', '164107.590000', '164107.592000', '164107.595000', '164107.598000', '164107.600000', '164107.603000', '164107.605000', '164107.608000', '164107.611000', '164107.613000', '164107.616000', '164107.618000', '164107.621000', '164107.623000', '164107.626000', '164107.629000', '164107.631000', '164107.634000', '164107.636000', '164107.639000', '164107.641000', '164107.644000', '164107.647000', '164107.649000', '164107.652000', '164107.654000', '164107.657000', '164107.660000', '164107.662000', '164127.547000', '164127.550000', '164127.553000', '164127.555000', '164127.558000', '164127.560000', '164127.563000', '164127.566000', '164127.568000', '164127.571000', '164127.573000', '164127.576000', '164127.579000', '164127.581000', '164127.584000', '164127.586000', '164127.589000', '164127.592000', '164127.594000', '164127.597000', '164127.599000', '164127.602000', '164127.604000', '164127.607000', '164127.610000', '164127.612000', '164127.615000', '164127.617000', '164127.620000', '164127.623000', '164127.625000', '164127.628000', '164127.630000', '164127.633000', '164127.636000', '164127.638000', '164127.641000', '164127.644000', '164127.646000', '164127.649000', '164127.652000', '164127.654000', '164127.657000', '164127.659000', '164147.548000', '164147.551000', '164147.553000', '164147.556000', '164147.558000', '164147.561000', '164147.564000', '164147.566000', '164147.569000', '164147.571000', '164147.574000', '164147.577000', '164147.579000', '164147.582000', '164147.584000', '164147.587000', '164147.590000', '164147.592000', '164147.595000', '164147.597000', '164147.600000', '164147.602000', '164147.605000', '164147.608000', '164147.610000', '164147.613000', '164147.615000', '164147.618000', '164147.621000', '164147.623000', '164147.626000', '164147.629000', '164147.631000', '164147.634000', '164147.636000', '164147.639000', '164147.642000', '164147.644000', '164147.647000', '164147.649000', '164147.652000', '164147.655000', '164147.657000', '164207.547000', '164207.549000', '164207.552000', '164207.555000', '164207.557000', '164207.560000', '164207.563000', '164207.565000', '164207.568000', '164207.570000', '164207.574000', '164207.577000', '164207.579000', '164207.582000', '164207.584000', '164207.587000', '164207.590000', '164207.592000', '164207.595000', '164207.598000', '164207.600000', '164207.603000', '164207.605000', '164207.608000', '164207.610000', '164207.613000', '164207.616000', '164207.618000', '164207.621000', '164207.623000', '164207.626000', '164207.629000', '164207.631000', '164207.634000', '164207.636000', '164207.639000', '164207.642000', '164207.644000', '164207.647000', '164207.649000', '164207.652000', '164207.655000', '164207.657000', '164227.547000', '164227.550000', '164227.553000', '164227.555000', '164227.558000', '164227.560000', '164227.563000', '164227.566000', '164227.568000', '164227.571000', '164227.573000', '164227.576000', '164227.578000', '164227.581000', '164227.584000', '164227.586000', '164227.589000', '164227.591000', '164227.594000', '164227.596000', '164227.599000', '164227.602000', '164227.604000', '164227.607000', '164227.610000', '164227.613000', '164227.615000', '164227.618000', '164227.620000', '164227.623000', '164227.626000', '164227.628000', '164227.631000', '164227.633000', '164227.636000', '164227.638000', '164227.641000', '164227.644000', '164227.646000', '164227.649000', '164227.651000', '164227.654000', '164227.657000', '164227.659000', '164247.548000', '164247.550000', '164247.553000', '164247.556000', '164247.559000', '164247.561000', '164247.564000', '164247.566000', '164247.569000', '164247.572000', '164247.574000', '164247.577000', '164247.579000', '164247.582000', '164247.585000', '164247.587000', '164247.590000', '164247.593000', '164247.595000', '164247.598000', '164247.600000', '164247.603000', '164247.606000', '164247.608000', '164247.611000', '164247.613000', '164247.616000', '164247.618000', '164247.621000', '164247.624000', '164247.626000', '164247.629000', '164247.631000', '164247.634000', '164247.637000', '164247.639000', '164247.642000', '164247.644000', '164247.647000', '164247.650000', '164247.652000', '164247.655000', '164247.657000', '164307.547000', '164307.550000', '164307.553000', '164307.555000', '164307.558000', '164307.561000', '164307.563000', '164307.566000', '164307.568000', '164307.571000', '164307.574000', '164307.576000', '164307.579000', '164307.581000', '164307.584000', '164307.586000', '164307.589000', '164307.592000', '164307.594000', '164307.597000', '164307.600000', '164307.602000', '164307.605000', '164307.607000', '164307.610000', '164307.612000', '164307.615000', '164307.618000', '164307.620000', '164307.623000', '164307.625000', '164307.628000', '164307.631000', '164307.633000', '164307.636000', '164307.639000', '164307.641000', '164307.644000', '164307.647000', '164307.649000', '164307.652000', '164307.654000', '164307.657000', '164307.660000', '164327.547000', '164327.550000', '164327.553000', '164327.556000', '164327.559000', '164327.561000', '164327.564000', '164327.566000', '164327.569000', '164327.572000', '164327.574000', '164327.577000', '164327.579000', '164327.582000', '164327.585000', '164327.587000', '164327.590000', '164327.593000', '164327.595000', '164327.606000', '164327.609000', '164327.612000', '164327.615000', '164327.618000', '164327.620000', '164327.623000', '164327.625000', '164327.628000', '164327.630000', '164327.633000', '164327.636000', '164327.638000', '164327.641000', '164327.643000', '164327.646000', '164327.648000', '164327.651000', '164327.654000', '164327.656000', '164327.659000', '164327.661000', '164327.664000', '164327.667000', '164347.547000', '164347.550000', '164347.553000', '164347.555000', '164347.558000', '164347.561000', '164347.563000', '164347.566000', '164347.568000', '164347.571000', '164347.573000', '164347.576000', '164347.579000', '164347.581000', '164347.584000', '164347.586000', '164347.589000', '164347.592000', '164347.594000', '164347.597000', '164347.600000', '164347.602000', '164347.605000', '164347.607000', '164347.610000', '164347.612000', '164347.615000', '164347.617000', '164347.620000', '164347.623000', '164347.625000', '164347.628000', '164347.631000', '164347.633000', '164347.636000', '164347.638000', '164347.641000', '164347.644000', '164347.646000', '164347.649000', '164347.651000', '164347.654000', '164347.656000', '164347.659000', '164407.548000', '164407.550000', '164407.553000', '164407.556000', '164407.558000', '164407.561000', '164407.563000', '164407.566000', '164407.569000', '164407.571000', '164407.574000', '164407.576000', '164407.579000', '164407.582000', '164407.584000', '164407.587000', '164407.589000', '164407.592000', '164407.595000', '164407.597000', '164407.600000', '164407.602000', '164407.605000', '164407.608000', '164407.610000', '164407.613000', '164407.615000', '164407.618000', '164407.620000', '164407.623000', '164407.626000', '164407.628000', '164407.631000', '164407.634000', '164407.636000', '164407.639000', '164407.641000', '164407.644000', '164407.646000', '164407.649000', '164407.652000', '164407.654000', '164407.657000', '164427.547000', '164427.549000', '164427.552000', '164427.555000', '164427.557000', '164427.560000', '164427.562000', '164427.565000', '164427.567000', '164427.570000', '164427.573000', '164427.575000', '164427.578000', '164427.580000', '164427.583000', '164427.585000', '164427.588000', '164427.591000', '164427.593000', '164427.596000', '164427.599000', '164427.601000', '164427.604000', '164427.606000', '164427.609000', '164427.611000', '164427.614000', '164427.616000', '164427.619000', '164427.622000', '164427.624000', '164427.627000', '164427.630000', '164427.632000', '164427.635000', '164427.637000', '164427.640000', '164427.642000', '164427.650000', '164427.653000', '164427.655000', '164427.658000', '164427.661000', '164427.663000', '164447.547000', '164447.550000', '164447.553000', '164447.555000', '164447.558000', '164447.561000', '164447.563000', '164447.566000', '164447.568000', '164447.571000', '164447.574000', '164447.576000', '164447.579000', '164447.581000', '164447.584000', '164447.587000', '164447.589000', '164447.592000', '164447.594000', '164447.599000', '164447.602000', '164447.605000', '164447.608000', '164447.612000', '164447.615000', '164447.617000', '164447.620000', '164447.623000', '164447.625000', '164447.628000', '164447.631000', '164447.633000', '164447.636000', '164447.638000', '164447.641000', '164447.644000', '164447.646000', '164447.649000', '164447.652000', '164447.655000', '164447.657000', '164447.660000', '164447.662000', '164507.548000', '164507.550000', '164507.553000', '164507.556000', '164507.558000', '164507.561000', '164507.563000', '164507.566000', '164507.569000', '164507.571000', '164507.574000', '164507.576000', '164507.579000', '164507.581000', '164507.584000', '164507.587000', '164507.589000', '164507.592000', '164507.595000', '164507.597000', '164507.600000', '164507.603000', '164507.605000', '164507.608000', '164507.610000', '164507.613000', '164507.615000', '164507.618000', '164507.621000', '164507.624000', '164507.626000', '164507.629000', '164507.631000', '164507.634000', '164507.637000', '164507.639000', '164507.642000', '164507.645000', '164507.647000', '164507.650000', '164507.652000', '164507.655000', '164507.657000', '164507.660000', '164527.547000', '164527.550000', '164527.553000', '164527.556000', '164527.558000', '164527.561000', '164527.563000', '164527.566000', '164527.569000', '164527.571000', '164527.574000', '164527.576000', '164527.579000', '164527.582000', '164527.584000', '164527.587000', '164527.590000', '164527.592000', '164527.595000', '164527.597000', '164527.600000', '164527.603000', '164527.605000', '164527.608000', '164527.610000', '164527.613000', '164527.616000', '164527.618000', '164527.621000', '164527.623000', '164527.626000', '164527.629000', '164527.631000', '164527.634000', '164527.636000', '164527.639000', '164527.642000', '164527.644000', '164527.647000', '164527.650000', '164527.652000', '164527.655000', '164527.657000', '164547.547000', '164547.550000', '164547.553000', '164547.556000', '164547.558000', '164547.561000', '164547.563000', '164547.566000', '164547.569000', '164547.571000', '164547.574000', '164547.577000', '164547.579000', '164547.582000', '164547.584000', '164547.587000', '164547.590000', '164547.593000', '164547.595000', '164547.598000', '164547.600000', '164547.603000', '164547.605000', '164547.608000', '164547.611000', '164547.613000', '164547.616000', '164547.619000', '164547.621000', '164547.624000', '164547.626000', '164547.629000', '164547.631000', '164547.634000', '164547.637000', '164547.639000', '164547.642000', '164547.644000', '164547.647000', '164547.649000', '164547.652000', '164547.655000', '164547.657000', '164547.660000', '164555.676000', '164555.679000', '164555.682000', '164555.684000', '164555.687000', '164555.690000', '164555.692000', '164555.695000', '164555.697000', '164555.700000', '164555.703000', '164555.705000', '164555.708000', '164555.711000', '164555.714000', '164555.716000', '164555.719000', '164555.722000'], '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': [10808, 10182, 10554, 10169, 10588, 10388, 17809, 13621, 10867, 11556, 10521, 11283, 10526, 10134, 10828, 10088, 11115, 10640, 11004, 10449, 10936, 10235, 10784, 10323, 10778, 10478, 10958, 10200, 11324, 10683, 11205, 10734, 10788, 10230, 12588, 10609, 11416, 10561, 10972, 10391, 13135, 10310, 14133, 10430, 11501, 10517, 17283, 10335, 18680, 10395, 13753, 10642, 11704, 10337, 10979, 10109, 10662, 10298, 10448, 9884, 10499, 10596, 10786, 10252, 10730, 9959, 10590, 10237, 10750, 10803, 10456, 10916, 10699, 10968, 10279, 11728, 10342, 10177, 10328, 10200, 10567, 10360, 10372, 11159, 10579, 11341, 10612, 11114, 10477, 12629, 10557, 11015, 10552, 10801, 10497, 12522, 10201, 11418, 10525, 11183, 10350, 10967, 10338, 10817, 10793, 11107, 10641, 10635, 11108, 10335, 13581, 10461, 10585, 10404, 11170, 10541, 17757, 13339, 20218, 12893, 15590, 10781, 12346, 10495, 13368, 10494, 13105, 10451, 10430, 10516, 11904, 10510, 10775, 10406, 12802, 10977, 12140, 10882, 11995, 10487, 12117, 10569, 11205, 10835, 11862, 10600, 10708, 10228, 14971, 10617, 14533, 10870, 11243, 10732, 10473, 10391, 13840, 10999, 10715, 10694, 12015, 10494, 14967, 10529, 11868, 10847, 12276, 10576, 12360, 10641, 18508, 10598, 11162, 10547, 11322, 10690, 17530, 10835, 11442, 10355, 11088, 10246, 11909, 10233, 11008, 10313, 10710, 10414, 11105, 9941, 13695, 10265, 10750, 10695, 11207, 11076, 10703, 10422, 10805, 12151, 10761, 12516, 11034, 10852, 10543, 12150, 10901, 10845, 10789, 11374, 10370, 10872, 10479, 10860, 10426, 11034, 10483, 10925, 11990, 10784, 11047, 10859, 10729, 10816, 16475, 10746, 11336, 10883, 11763, 10628, 16419, 10782, 11695, 10685, 11584, 10510, 15324, 10513, 15489, 10700, 11083, 10370, 10788, 11228, 10878, 11885, 10940, 11899, 10859, 12244, 10508, 13836, 10881, 11756, 10840, 11759, 10660, 11590, 10745, 11038, 10485, 11361, 10360, 11248, 10915, 11096, 11235, 10947, 11013, 11227, 11267, 10696, 15209, 10961, 11466, 11012, 11896, 10631, 12192, 10398, 15248, 10963, 11071, 10662, 11114, 10407, 19310, 10713, 14410, 10516, 12012, 10357, 15571, 10491, 10714, 10231, 10678, 11299, 10716, 11498, 10618, 11645, 11013, 10776, 10716, 12448, 10453, 12652, 10740, 18708, 10962, 11792, 10765, 12304, 10430, 18783, 10984, 11998, 10834, 11849, 10623, 11834, 10601, 11316, 10504, 10843, 10463, 10872, 10181, 10728, 10296, 11182, 11073, 10977, 11328, 10784, 11051, 10964, 12160, 10941, 12715, 11338, 10710, 10493, 11559, 10920, 10638, 10874, 11457, 10369, 10850, 12522, 10741, 11521, 11669, 10446, 9568, 10445, 10420, 10768, 10827, 13689, 13964, 18804, 14390, 16738, 10091, 15009, 9952, 13318, 10446, 12844, 10487, 12196, 10360, 11569, 10286, 14662, 10442, 13719, 10381, 12001, 10461, 11878, 10518, 11510, 10500, 10770, 10279, 10976, 9949, 10718, 11577, 10557, 10590, 10312, 11347, 10697, 11765, 10819, 11545, 10173, 11290, 10574, 10594, 10347, 11069, 10236, 11003, 10534, 10957, 10282, 10665, 10701, 10750, 11178, 10637, 11193, 10697, 11124, 10656, 11585, 10194, 10641, 10450, 11316, 10633, 10605, 10311, 11593, 10196, 14620, 10598, 11899, 10377, 10287, 10395, 11496, 10349, 12133, 10482, 10108, 10637, 10268, 10423, 10776, 10446, 15625, 10428, 19673, 10621, 15709, 10493, 11867, 10501, 10246, 10357, 11730, 17721, 12714, 16141, 10420, 13809, 10378, 12957, 10445, 17363, 10119, 11997, 10303, 11231, 10567, 9981, 10164, 11010, 10358, 10776, 10629, 10578, 10296, 10667, 10390, 10477, 9668, 10301, 11053, 10030, 16001, 10087, 18703, 10921, 13142, 10388, 10563, 10178, 10706, 9983, 10417, 9961, 9740, 9754, 10204, 9706, 10297, 11908, 10278, 14692, 10129, 10817, 9989, 9863, 10346, 10346, 10102, 12767, 10153, 10648, 10179, 10245, 10123, 11155, 9810, 13768, 9900, 9908, 9741, 11191, 9720, 14369, 10022, 10511, 9692, 10941, 9785, 11197, 9953, 10396, 9742, 9752, 10097, 10445, 9648, 10613, 9997, 10782, 9766, 11077, 9714, 11132, 10091, 11137, 9860, 10154, 9603, 11642, 9924, 10081, 10183, 9920, 9764, 10731, 9569, 10721, 9812, 9954, 9813, 10335, 9739, 9944, 15119, 11690, 11282, 10342, 9365, 10396, 11006, 10447, 11640, 10442, 10243, 10012, 9857, 9784, 9873, 9598, 9890, 11011, 9952, 10367, 9752, 10584, 10023, 9370, 10323, 9443, 10460, 9611, 10981, 10058, 10300, 9626, 10833, 9661, 10457, 9614, 10435, 9968, 10324, 10132, 10101, 11079, 9370, 10299, 9678, 13562, 17280, 14601, 16454, 10131, 14271, 10244, 14980, 17135, 17376, 16068, 11976, 17342, 11503, 18198, 14503, 19497, 13201, 15601, 9831, 12796, 12107, 19689, 13428, 16126, 10286, 10175, 16573, 12589, 19355, 15561, 16224, 11398, 12636, 10232, 15189, 11336, 13406, 9866, 10310, 9448, 10302, 9869, 10368, 9790, 10002, 9536, 9851, 9520, 9883, 9767, 10187, 10168, 10405, 9187, 10205, 8905, 10158, 9225, 10288, 9375, 10277, 9310, 10212, 8878, 10100, 8567, 10032, 9304, 10240, 12677, 10309, 11183, 10206, 8682, 10103, 9254, 9937, 10991, 11666, 17560, 19486, 12380, 10966, 13629, 10771, 10667, 11140, 10158, 12372, 10641, 11532, 10690, 11307, 11359, 10830, 11779, 10654, 12971, 10225, 16497, 13066, 17844, 16790, 14001, 19243, 12864, 20267, 13119, 18265, 10782, 14543, 10470, 12132, 10502, 10170, 9922, 14725, 10263, 16923, 10033, 10516, 10444, 10583, 10017, 9041, 9624, 9492, 10839, 13318, 9437, 10217, 9734, 9770, 11253, 10568, 9187, 9341, 9846, 10360, 9404, 10083, 10051, 10169, 14183, 10071, 17135, 12205, 19414, 12913, 15613, 10190, 14181, 10288, 11096, 10339, 9832, 10489, 9906, 10715, 9893, 10257, 9952, 10302, 9933, 10539, 10058, 10375, 9453, 10099, 9062, 10160, 9095, 10186, 9010, 10239, 9305, 10205, 9820, 10036, 10109, 9822, 10449, 9657, 12681, 10518, 9298, 10455, 10399, 9765, 13006, 10467, 16714, 11105, 12299, 10205, 12761, 10210, 11952, 9826, 14344, 10920, 12771, 9852, 10859, 9981, 10612, 10173, 13096, 11527, 13239, 12430, 17021, 14007, 20003, 14718, 21083, 15785, 19656, 13397, 18449, 11977, 16321, 11374, 16869, 11290, 14465, 9656, 11421, 9517, 11201, 9863, 11299, 9966, 12548, 10274, 9907, 10151, 12287, 10168, 12195, 10252, 12280, 10115, 12640, 10449, 12692, 10542, 11374, 10834, 9914, 10645, 9940, 9947, 11910, 9570, 11344, 9790, 11038, 9531, 13447, 10322, 13194, 9874, 11499, 9945, 14135, 11179, 19800, 15762, 20000, 13755, 15879, 10140, 12662, 9909, 16296, 14637, 20421, 13490, 14388, 9624, 11650, 9874, 12657, 9670, 14547, 10178, 12162, 10361, 11936, 10535, 10530, 10225, 10898, 9883, 10852, 9796, 9933, 10153], 'WindowCenter': [4344.0, 4317.0, 4303.0, 4290.0, 4288.0, 4275.0, 4334.0, 4304.0, 4273.0, 4282.0, 4272.0, 4271.0, 4272.0, 4271.0, 4272.0, 4272.0, 4282.0, 4273.0, 4271.0, 4273.0, 4284.0, 4273.0, 4271.0, 4272.0, 4273.0, 4274.0, 4273.0, 4273.0, 4283.0, 4284.0, 4283.0, 4296.0, 4285.0, 4272.0, 4293.0, 4273.0, 4283.0, 4284.0, 4282.0, 4273.0, 4292.0, 4274.0, 4303.0, 4272.0, 4280.0, 4272.0, 4321.0, 4274.0, 4323.0, 4262.0, 4300.0, 4272.0, 4280.0, 4260.0, 4269.0, 4260.0, 4260.0, 4260.0, 4271.0, 4260.0, 4259.0, 4270.0, 4269.0, 4259.0, 4268.0, 4260.0, 4259.0, 4247.0, 4258.0, 4258.0, 4259.0, 4269.0, 4258.0, 4269.0, 4259.0, 4279.0, 4261.0, 4259.0, 4260.0, 4259.0, 4271.0, 4259.0, 4273.0, 4270.0, 4271.0, 4270.0, 4272.0, 4279.0, 4271.0, 4292.0, 4272.0, 4272.0, 4273.0, 4281.0, 4271.0, 4292.0, 4273.0, 4281.0, 4273.0, 4270.0, 4273.0, 4271.0, 4271.0, 4272.0, 4282.0, 4282.0, 4273.0, 4272.0, 4282.0, 4272.0, 4304.0, 4285.0, 4272.0, 4273.0, 4282.0, 4273.0, 4323.0, 4302.0, 4344.0, 4293.0, 4312.0, 4271.0, 4280.0, 4271.0, 4289.0, 4260.0, 4290.0, 4270.0, 4259.0, 4270.0, 4282.0, 4271.0, 4269.0, 4271.0, 4290.0, 4271.0, 4281.0, 4271.0, 4292.0, 4271.0, 4281.0, 4273.0, 4272.0, 4285.0, 4282.0, 4272.0, 4272.0, 4260.0, 4301.0, 4270.0, 4300.0, 4271.0, 4270.0, 4283.0, 4270.0, 4260.0, 4301.0, 4271.0, 4270.0, 4272.0, 4291.0, 4271.0, 4300.0, 4271.0, 4280.0, 4269.0, 4280.0, 4259.0, 4279.0, 4260.0, 4320.0, 4259.0, 4267.0, 4257.0, 4257.0, 4258.0, 4319.0, 4268.0, 4268.0, 4258.0, 4269.0, 4259.0, 4267.0, 4260.0, 4258.0, 4246.0, 4246.0, 4257.0, 4268.0, 4247.0, 4286.0, 4246.0, 4256.0, 4256.0, 4256.0, 4267.0, 4257.0, 4258.0, 4269.0, 4279.0, 4259.0, 4278.0, 4269.0, 4268.0, 4270.0, 4281.0, 4272.0, 4271.0, 4281.0, 4280.0, 4271.0, 4271.0, 4272.0, 4270.0, 4270.0, 4270.0, 4270.0, 4269.0, 4282.0, 4270.0, 4271.0, 4269.0, 4269.0, 4268.0, 4323.0, 4269.0, 4268.0, 4258.0, 4268.0, 4256.0, 4309.0, 4259.0, 4267.0, 4257.0, 4267.0, 4258.0, 4299.0, 4259.0, 4297.0, 4257.0, 4256.0, 4246.0, 4256.0, 4268.0, 4256.0, 4267.0, 4257.0, 4267.0, 4257.0, 4278.0, 4258.0, 4287.0, 4257.0, 4266.0, 4268.0, 4266.0, 4257.0, 4267.0, 4268.0, 4270.0, 4271.0, 4269.0, 4271.0, 4270.0, 4270.0, 4271.0, 4270.0, 4272.0, 4269.0, 4270.0, 4268.0, 4257.0, 4300.0, 4269.0, 4268.0, 4270.0, 4280.0, 4271.0, 4279.0, 4260.0, 4312.0, 4271.0, 4269.0, 4270.0, 4269.0, 4260.0, 4322.0, 4270.0, 4300.0, 4259.0, 4278.0, 4258.0, 4299.0, 4272.0, 4259.0, 4259.0, 4258.0, 4280.0, 4258.0, 4268.0, 4259.0, 4279.0, 4271.0, 4269.0, 4270.0, 4289.0, 4270.0, 4290.0, 4271.0, 4320.0, 4270.0, 4278.0, 4270.0, 4277.0, 4258.0, 4319.0, 4259.0, 4267.0, 4259.0, 4267.0, 4258.0, 4267.0, 4270.0, 4281.0, 4270.0, 4269.0, 4259.0, 4270.0, 4259.0, 4258.0, 4259.0, 4269.0, 4268.0, 4258.0, 4268.0, 4269.0, 4268.0, 4258.0, 4278.0, 4258.0, 4278.0, 4268.0, 4258.0, 4259.0, 4268.0, 4270.0, 4259.0, 4270.0, 4282.0, 4276.0, 4273.0, 4291.0, 4284.0, 4294.0, 4283.0, 4288.0, 4265.0, 4286.0, 4285.0, 4273.0, 4271.0, 4305.0, 4304.0, 4321.0, 4302.0, 4299.0, 4262.0, 4300.0, 4247.0, 4266.0, 4246.0, 4264.0, 4246.0, 4254.0, 4247.0, 4255.0, 4235.0, 4274.0, 4233.0, 4262.0, 4233.0, 4251.0, 4233.0, 4241.0, 4234.0, 4243.0, 4233.0, 4233.0, 4233.0, 4232.0, 4222.0, 4232.0, 4242.0, 4245.0, 4234.0, 4235.0, 4245.0, 4246.0, 4255.0, 4247.0, 4255.0, 4248.0, 4257.0, 4258.0, 4247.0, 4259.0, 4258.0, 4261.0, 4257.0, 4260.0, 4258.0, 4249.0, 4259.0, 4260.0, 4260.0, 4271.0, 4262.0, 4272.0, 4273.0, 4272.0, 4273.0, 4283.0, 4275.0, 4274.0, 4275.0, 4284.0, 4276.0, 4274.0, 4263.0, 4285.0, 4274.0, 4315.0, 4275.0, 4285.0, 4275.0, 4274.0, 4264.0, 4285.0, 4277.0, 4296.0, 4275.0, 4264.0, 4275.0, 4274.0, 4287.0, 4286.0, 4276.0, 4316.0, 4276.0, 4346.0, 4276.0, 4327.0, 4275.0, 4284.0, 4274.0, 4275.0, 4264.0, 4300.0, 4339.0, 4297.0, 4313.0, 4263.0, 4292.0, 4251.0, 4294.0, 4262.0, 4312.0, 4251.0, 4271.0, 4261.0, 4271.0, 4261.0, 4251.0, 4263.0, 4272.0, 4262.0, 4272.0, 4262.0, 4276.0, 4263.0, 4262.0, 4262.0, 4277.0, 4266.0, 4262.0, 4260.0, 4252.0, 4301.0, 4250.0, 4311.0, 4260.0, 4280.0, 4251.0, 4259.0, 4249.0, 4247.0, 4263.0, 4274.0, 4267.0, 4278.0, 4264.0, 4277.0, 4265.0, 4278.0, 4285.0, 4263.0, 4302.0, 4262.0, 4261.0, 4263.0, 4251.0, 4275.0, 4264.0, 4264.0, 4295.0, 4274.0, 4264.0, 4264.0, 4264.0, 4275.0, 4273.0, 4266.0, 4304.0, 4251.0, 4251.0, 4252.0, 4272.0, 4253.0, 4317.0, 4263.0, 4261.0, 4251.0, 4262.0, 4263.0, 4273.0, 4252.0, 4262.0, 4253.0, 4266.0, 4263.0, 4272.0, 4252.0, 4276.0, 4264.0, 4272.0, 4265.0, 4287.0, 4252.0, 4274.0, 4262.0, 4286.0, 4264.0, 4262.0, 4252.0, 4272.0, 4263.0, 4263.0, 4264.0, 4267.0, 4262.0, 4273.0, 4255.0, 4275.0, 4263.0, 4264.0, 4262.0, 4263.0, 4266.0, 4263.0, 4301.0, 4285.0, 4260.0, 4260.0, 4239.0, 4277.0, 4274.0, 4275.0, 4273.0, 4250.0, 4239.0, 4238.0, 4242.0, 4242.0, 4242.0, 4229.0, 4242.0, 4249.0, 4240.0, 4240.0, 4242.0, 4264.0, 4254.0, 4242.0, 4252.0, 4243.0, 4252.0, 4256.0, 4301.0, 4268.0, 4266.0, 4267.0, 4276.0, 4268.0, 4288.0, 4282.0, 4315.0, 4292.0, 4291.0, 4280.0, 4293.0, 4290.0, 4272.0, 4292.0, 4280.0, 4321.0, 4328.0, 4321.0, 4328.0, 4266.0, 4306.0, 4278.0, 4317.0, 4314.0, 4327.0, 4304.0, 4271.0, 4301.0, 4274.0, 4314.0, 4290.0, 4324.0, 4270.0, 4288.0, 4238.0, 4283.0, 4257.0, 4310.0, 4266.0, 4276.0, 4223.0, 4224.0, 4284.0, 4243.0, 4284.0, 4264.0, 4261.0, 4231.0, 4242.0, 4223.0, 4261.0, 4221.0, 4240.0, 4211.0, 4210.0, 4200.0, 4209.0, 4222.0, 4209.0, 4211.0, 4210.0, 4200.0, 4209.0, 4210.0, 4209.0, 4221.0, 4223.0, 4222.0, 4223.0, 4213.0, 4234.0, 4214.0, 4234.0, 4225.0, 4247.0, 4226.0, 4237.0, 4216.0, 4237.0, 4216.0, 4238.0, 4215.0, 4239.0, 4240.0, 4250.0, 4267.0, 4238.0, 4258.0, 4251.0, 4217.0, 4250.0, 4240.0, 4252.0, 4289.0, 4286.0, 4328.0, 4340.0, 4282.0, 4273.0, 4278.0, 4234.0, 4246.0, 4232.0, 4223.0, 4253.0, 4245.0, 4257.0, 4258.0, 4256.0, 4257.0, 4257.0, 4266.0, 4258.0, 4279.0, 4263.0, 4325.0, 4291.0, 4312.0, 4300.0, 4278.0, 4308.0, 4254.0, 4295.0, 4253.0, 4284.0, 4232.0, 4263.0, 4222.0, 4242.0, 4233.0, 4234.0, 4222.0, 4271.0, 4233.0, 4306.0, 4248.0, 4256.0, 4258.0, 4260.0, 4250.0, 4229.0, 4226.0, 4228.0, 4248.0, 4278.0, 4215.0, 4221.0, 4211.0, 4222.0, 4233.0, 4235.0, 4202.0, 4211.0, 4223.0, 4235.0, 4227.0, 4236.0, 4225.0, 4235.0, 4290.0, 4238.0, 4286.0, 4256.0, 4296.0, 4256.0, 4274.0, 4221.0, 4251.0, 4222.0, 4231.0, 4224.0, 4221.0, 4232.0, 4223.0, 4236.0, 4223.0, 4233.0, 4234.0, 4244.0, 4231.0, 4247.0, 4235.0, 4258.0, 4236.0, 4247.0, 4227.0, 4260.0, 4237.0, 4259.0, 4240.0, 4272.0, 4250.0, 4271.0, 4261.0, 4262.0, 4262.0, 4275.0, 4285.0, 4264.0, 4295.0, 4286.0, 4254.0, 4284.0, 4274.0, 4274.0, 4303.0, 4273.0, 4328.0, 4299.0, 4293.0, 4286.0, 4291.0, 4261.0, 4281.0, 4273.0, 4313.0, 4287.0, 4303.0, 4275.0, 4295.0, 4275.0, 4272.0, 4273.0, 4304.0, 4283.0, 4306.0, 4294.0, 4312.0, 4302.0, 4321.0, 4302.0, 4320.0, 4301.0, 4319.0, 4278.0, 4295.0, 4254.0, 4295.0, 4254.0, 4295.0, 4243.0, 4271.0, 4223.0, 4240.0, 4222.0, 4242.0, 4234.0, 4244.0, 4222.0, 4263.0, 4246.0, 4248.0, 4245.0, 4265.0, 4246.0, 4266.0, 4247.0, 4266.0, 4259.0, 4291.0, 4260.0, 4291.0, 4272.0, 4283.0, 4270.0, 4274.0, 4285.0, 4274.0, 4274.0, 4295.0, 4265.0, 4295.0, 4262.0, 4283.0, 4262.0, 4304.0, 4284.0, 4304.0, 4263.0, 4281.0, 4275.0, 4313.0, 4272.0, 4332.0, 4315.0, 4334.0, 4302.0, 4308.0, 4258.0, 4276.0, 4248.0, 4298.0, 4313.0, 4333.0, 4288.0, 4287.0, 4234.0, 4252.0, 4231.0, 4262.0, 4232.0, 4285.0, 4234.0, 4253.0, 4233.0, 4254.0, 4243.0, 4244.0, 4232.0, 4255.0, 4233.0, 4257.0, 4234.0, 4234.0, 4257.0], 'WindowWidth': [9607.0, 9553.0, 9522.0, 9499.0, 9489.0, 9466.0, 9546.0, 9504.0, 9457.0, 9468.0, 9454.0, 9452.0, 9456.0, 9451.0, 9455.0, 9456.0, 9469.0, 9459.0, 9452.0, 9457.0, 9475.0, 9456.0, 9452.0, 9455.0, 9457.0, 9461.0, 9457.0, 9458.0, 9473.0, 9473.0, 9471.0, 9495.0, 9477.0, 9455.0, 9483.0, 9459.0, 9471.0, 9474.0, 9470.0, 9457.0, 9483.0, 9461.0, 9497.0, 9456.0, 9463.0, 9453.0, 9521.0, 9462.0, 9524.0, 9441.0, 9489.0, 9457.0, 9462.0, 9435.0, 9447.0, 9435.0, 9435.0, 9436.0, 9453.0, 9437.0, 9433.0, 9448.0, 9445.0, 9431.0, 9443.0, 9435.0, 9433.0, 9412.0, 9429.0, 9428.0, 9431.0, 9443.0, 9430.0, 9446.0, 9432.0, 9461.0, 9437.0, 9432.0, 9436.0, 9435.0, 9452.0, 9432.0, 9455.0, 9449.0, 9451.0, 9449.0, 9456.0, 9460.0, 9452.0, 9483.0, 9457.0, 9453.0, 9458.0, 9468.0, 9453.0, 9481.0, 9461.0, 9466.0, 9457.0, 9450.0, 9458.0, 9453.0, 9453.0, 9457.0, 9469.0, 9467.0, 9458.0, 9458.0, 9468.0, 9456.0, 9505.0, 9478.0, 9456.0, 9457.0, 9467.0, 9458.0, 9527.0, 9497.0, 9558.0, 9484.0, 9508.0, 9451.0, 9461.0, 9451.0, 9474.0, 9436.0, 9475.0, 9448.0, 9430.0, 9448.0, 9467.0, 9452.0, 9446.0, 9452.0, 9477.0, 9452.0, 9463.0, 9451.0, 9482.0, 9452.0, 9465.0, 9457.0, 9455.0, 9475.0, 9466.0, 9455.0, 9457.0, 9436.0, 9491.0, 9449.0, 9487.0, 9450.0, 9447.0, 9472.0, 9449.0, 9436.0, 9493.0, 9452.0, 9449.0, 9455.0, 9476.0, 9448.0, 9490.0, 9450.0, 9460.0, 9445.0, 9460.0, 9431.0, 9458.0, 9434.0, 9515.0, 9431.0, 9437.0, 9425.0, 9423.0, 9427.0, 9513.0, 9443.0, 9441.0, 9427.0, 9444.0, 9430.0, 9440.0, 9432.0, 9427.0, 9409.0, 9408.0, 9425.0, 9441.0, 9414.0, 9464.0, 9410.0, 9422.0, 9422.0, 9422.0, 9441.0, 9427.0, 9427.0, 9445.0, 9458.0, 9431.0, 9455.0, 9446.0, 9442.0, 9448.0, 9464.0, 9454.0, 9451.0, 9466.0, 9461.0, 9453.0, 9451.0, 9453.0, 9449.0, 9450.0, 9448.0, 9447.0, 9444.0, 9470.0, 9448.0, 9450.0, 9447.0, 9447.0, 9443.0, 9525.0, 9446.0, 9443.0, 9427.0, 9441.0, 9423.0, 9498.0, 9430.0, 9438.0, 9425.0, 9440.0, 9427.0, 9485.0, 9432.0, 9478.0, 9424.0, 9421.0, 9409.0, 9423.0, 9443.0, 9425.0, 9439.0, 9425.0, 9439.0, 9426.0, 9456.0, 9428.0, 9464.0, 9425.0, 9435.0, 9444.0, 9437.0, 9427.0, 9440.0, 9443.0, 9447.0, 9452.0, 9444.0, 9451.0, 9447.0, 9449.0, 9453.0, 9446.0, 9453.0, 9446.0, 9449.0, 9442.0, 9427.0, 9488.0, 9446.0, 9443.0, 9448.0, 9462.0, 9451.0, 9459.0, 9437.0, 9507.0, 9452.0, 9447.0, 9450.0, 9445.0, 9434.0, 9523.0, 9450.0, 9487.0, 9432.0, 9456.0, 9428.0, 9484.0, 9454.0, 9430.0, 9431.0, 9430.0, 9462.0, 9431.0, 9442.0, 9432.0, 9461.0, 9450.0, 9445.0, 9449.0, 9473.0, 9448.0, 9476.0, 9451.0, 9519.0, 9448.0, 9456.0, 9448.0, 9453.0, 9429.0, 9514.0, 9429.0, 9438.0, 9429.0, 9439.0, 9431.0, 9439.0, 9449.0, 9465.0, 9448.0, 9444.0, 9432.0, 9447.0, 9434.0, 9428.0, 9433.0, 9443.0, 9442.0, 9426.0, 9440.0, 9445.0, 9443.0, 9427.0, 9455.0, 9426.0, 9453.0, 9442.0, 9425.0, 9428.0, 9441.0, 9447.0, 9430.0, 9449.0, 9469.0, 9467.0, 9455.0, 9480.0, 9476.0, 9490.0, 9470.0, 9488.0, 9446.0, 9478.0, 9477.0, 9457.0, 9447.0, 9503.0, 9497.0, 9518.0, 9492.0, 9483.0, 9440.0, 9489.0, 9408.0, 9432.0, 9404.0, 9426.0, 9405.0, 9414.0, 9408.0, 9417.0, 9389.0, 9442.0, 9385.0, 9420.0, 9383.0, 9405.0, 9383.0, 9392.0, 9386.0, 9396.0, 9384.0, 9381.0, 9383.0, 9378.0, 9367.0, 9378.0, 9393.0, 9402.0, 9386.0, 9390.0, 9402.0, 9406.0, 9417.0, 9408.0, 9416.0, 9415.0, 9424.0, 9426.0, 9410.0, 9430.0, 9426.0, 9433.0, 9423.0, 9430.0, 9424.0, 9414.0, 9428.0, 9433.0, 9433.0, 9449.0, 9437.0, 9451.0, 9455.0, 9452.0, 9454.0, 9468.0, 9460.0, 9458.0, 9461.0, 9471.0, 9464.0, 9457.0, 9442.0, 9475.0, 9460.0, 9513.0, 9462.0, 9473.0, 9459.0, 9459.0, 9444.0, 9470.0, 9467.0, 9491.0, 9461.0, 9444.0, 9459.0, 9458.0, 9481.0, 9478.0, 9465.0, 9518.0, 9463.0, 9561.0, 9466.0, 9533.0, 9462.0, 9471.0, 9458.0, 9461.0, 9444.0, 9505.0, 9552.0, 9490.0, 9506.0, 9439.0, 9476.0, 9419.0, 9483.0, 9436.0, 9504.0, 9419.0, 9447.0, 9435.0, 9447.0, 9435.0, 9423.0, 9439.0, 9452.0, 9437.0, 9450.0, 9437.0, 9462.0, 9441.0, 9437.0, 9438.0, 9466.0, 9449.0, 9439.0, 9431.0, 9422.0, 9489.0, 9419.0, 9504.0, 9431.0, 9456.0, 9419.0, 9429.0, 9414.0, 9411.0, 9440.0, 9457.0, 9453.0, 9473.0, 9445.0, 9469.0, 9448.0, 9470.0, 9475.0, 9441.0, 9491.0, 9438.0, 9434.0, 9440.0, 9420.0, 9459.0, 9446.0, 9444.0, 9486.0, 9459.0, 9443.0, 9444.0, 9444.0, 9462.0, 9455.0, 9448.0, 9497.0, 9423.0, 9421.0, 9425.0, 9453.0, 9425.0, 9519.0, 9441.0, 9437.0, 9422.0, 9436.0, 9443.0, 9453.0, 9423.0, 9437.0, 9427.0, 9451.0, 9443.0, 9453.0, 9427.0, 9465.0, 9445.0, 9451.0, 9448.0, 9479.0, 9426.0, 9457.0, 9438.0, 9477.0, 9443.0, 9438.0, 9425.0, 9453.0, 9442.0, 9441.0, 9444.0, 9452.0, 9439.0, 9455.0, 9434.0, 9462.0, 9441.0, 9444.0, 9438.0, 9441.0, 9449.0, 9441.0, 9489.0, 9474.0, 9431.0, 9432.0, 9402.0, 9467.0, 9457.0, 9460.0, 9452.0, 9414.0, 9397.0, 9394.0, 9406.0, 9407.0, 9405.0, 9383.0, 9405.0, 9408.0, 9400.0, 9398.0, 9406.0, 9438.0, 9425.0, 9407.0, 9419.0, 9409.0, 9420.0, 9435.0, 9506.0, 9455.0, 9449.0, 9451.0, 9461.0, 9455.0, 9483.0, 9481.0, 9532.0, 9496.0, 9491.0, 9475.0, 9496.0, 9488.0, 9465.0, 9494.0, 9477.0, 9531.0, 9536.0, 9531.0, 9534.0, 9448.0, 9500.0, 9469.0, 9521.0, 9512.0, 9534.0, 9495.0, 9448.0, 9488.0, 9458.0, 9511.0, 9471.0, 9526.0, 9443.0, 9465.0, 9395.0, 9465.0, 9420.0, 9500.0, 9431.0, 9446.0, 9365.0, 9372.0, 9453.0, 9392.0, 9453.0, 9424.0, 9414.0, 9373.0, 9391.0, 9367.0, 9414.0, 9362.0, 9384.0, 9348.0, 9343.0, 9331.0, 9343.0, 9365.0, 9342.0, 9348.0, 9344.0, 9331.0, 9342.0, 9345.0, 9343.0, 9363.0, 9370.0, 9365.0, 9366.0, 9356.0, 9386.0, 9358.0, 9386.0, 9375.0, 9410.0, 9378.0, 9394.0, 9363.0, 9393.0, 9365.0, 9397.0, 9362.0, 9400.0, 9406.0, 9415.0, 9434.0, 9397.0, 9425.0, 9419.0, 9368.0, 9416.0, 9406.0, 9425.0, 9487.0, 9476.0, 9537.0, 9564.0, 9464.0, 9454.0, 9449.0, 9383.0, 9403.0, 9375.0, 9363.0, 9407.0, 9403.0, 9421.0, 9426.0, 9422.0, 9424.0, 9426.0, 9436.0, 9427.0, 9458.0, 9444.0, 9533.0, 9480.0, 9507.0, 9489.0, 9454.0, 9495.0, 9414.0, 9475.0, 9409.0, 9454.0, 9380.0, 9422.0, 9366.0, 9392.0, 9383.0, 9388.0, 9368.0, 9432.0, 9389.0, 9495.0, 9417.0, 9425.0, 9428.0, 9434.0, 9418.0, 9387.0, 9379.0, 9380.0, 9406.0, 9447.0, 9356.0, 9361.0, 9345.0, 9362.0, 9380.0, 9385.0, 9331.0, 9345.0, 9369.0, 9387.0, 9380.0, 9390.0, 9374.0, 9390.0, 9472.0, 9395.0, 9461.0, 9417.0, 9474.0, 9414.0, 9436.0, 9362.0, 9399.0, 9363.0, 9373.0, 9368.0, 9360.0, 9380.0, 9365.0, 9390.0, 9369.0, 9384.0, 9385.0, 9401.0, 9380.0, 9406.0, 9389.0, 9428.0, 9394.0, 9412.0, 9385.0, 9431.0, 9399.0, 9431.0, 9406.0, 9455.0, 9421.0, 9450.0, 9437.0, 9439.0, 9438.0, 9466.0, 9477.0, 9446.0, 9487.0, 9477.0, 9433.0, 9474.0, 9460.0, 9459.0, 9498.0, 9457.0, 9541.0, 9503.0, 9484.0, 9481.0, 9477.0, 9438.0, 9464.0, 9459.0, 9511.0, 9483.0, 9500.0, 9465.0, 9493.0, 9465.0, 9456.0, 9459.0, 9501.0, 9471.0, 9507.0, 9486.0, 9508.0, 9493.0, 9519.0, 9494.0, 9516.0, 9490.0, 9514.0, 9454.0, 9473.0, 9413.0, 9475.0, 9414.0, 9471.0, 9399.0, 9431.0, 9369.0, 9389.0, 9368.0, 9393.0, 9388.0, 9400.0, 9369.0, 9426.0, 9406.0, 9415.0, 9406.0, 9431.0, 9408.0, 9434.0, 9412.0, 9434.0, 9431.0, 9479.0, 9434.0, 9479.0, 9456.0, 9470.0, 9449.0, 9464.0, 9480.0, 9462.0, 9463.0, 9492.0, 9451.0, 9494.0, 9443.0, 9474.0, 9440.0, 9502.0, 9477.0, 9503.0, 9445.0, 9467.0, 9468.0, 9514.0, 9453.0, 9546.0, 9517.0, 9546.0, 9495.0, 9498.0, 9429.0, 9450.0, 9416.0, 9484.0, 9514.0, 9545.0, 9470.0, 9465.0, 9389.0, 9411.0, 9380.0, 9423.0, 9385.0, 9461.0, 9387.0, 9412.0, 9385.0, 9413.0, 9398.0, 9400.0, 9383.0, 9420.0, 9387.0, 9426.0, 9389.0, 9389.0, 9426.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.016985032967032965</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06767693714285714</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.76107459903191</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2874757048734882</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1821780343014303</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4736</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5972.1782</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12311502626555065</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.307692307692308</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5640605971556396</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3893942157596753</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.832909841549075</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4698777341581675</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.010458</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013023704290390015</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028896581381559372</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>3.775689647959016</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>27.2594</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.3874</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.8046</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302120.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>867.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.5238</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8984</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.3477</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3442.9904</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3618.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74424.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1177.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4619.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.2291</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>22.545655812718906</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> |