=== 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-0106 --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-0106",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-02/func/sub-0106_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>5734b252ffc6ce1bba446bad1e8f6609</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>21:40:3.905000</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.995409, 0.0751772, 0.0592433, -0.0835868, 0.984312, 0.15538]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.102879</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>[4241, -7796, -7204, 312, -87, 23, -57, 52]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>242.033</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b6b1b729-cf86-4899-98f7-51f2941dd82f||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.6706089973449707, -0.2242572158575058, 0.125908762216568, 118.72057342529297], [-0.20169483125209808, 2.6408374309539795, 0.43096980452537537, -87.61688995361328], [0.15894542634487152, -0.4168728291988373, 2.662407159805298, -39.041053771972656], [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': ['214003.905000', '214004.365000', '214004.825000', '214005.285000', '214005.745000', '214006.205000', '214006.665000', '214007.125000', '214007.585000', '214008.045000', '214008.505000', '214008.965000', '214009.425000', '214009.885000', '214010.345000', '214010.805000', '214011.265000', '214011.725000', '214012.185000', '214012.645000', '214013.105000', '214013.565000', '214014.025000', '214014.485000', '214014.945000', '214015.405000', '214015.865000', '214016.325000', '214016.785000', '214017.245000', '214017.705000', '214018.165000', '214018.625000', '214019.085000', '214019.545000', '214020.005000', '214020.465000', '214020.925000', '214021.385000', '214021.845000', '214022.305000', '214022.765000', '214023.225000', '214023.685000', '214024.145000', '214024.605000', '214025.065000', '214025.525000', '214025.985000', '214026.445000', '214026.905000', '214027.365000', '214027.825000', '214028.285000', '214028.745000', '214029.205000', '214029.665000', '214030.125000', '214030.585000', '214031.045000', '214031.505000', '214031.965000', '214032.425000', '214032.885000', '214033.345000', '214033.805000', '214034.265000', '214034.725000', '214035.185000', '214035.645000', '214036.105000', '214036.565000', '214037.025000', '214037.485000', '214037.945000', '214038.405000', '214038.865000', '214039.325000', '214039.785000', '214040.245000', '214040.705000', '214041.165000', '214041.625000', '214042.085000', '214042.545000', '214043.005000', '214043.465000', '214043.925000', '214044.385000', '214044.845000', '214045.305000', '214045.765000', '214046.225000', '214046.685000', '214047.145000', '214047.605000', '214048.065000', '214048.525000', '214048.985000', '214049.445000', '214049.905000', '214050.365000', '214050.825000', '214051.285000', '214051.745000', '214052.205000', '214052.665000', '214053.125000', '214053.585000', '214054.045000', '214054.505000', '214054.965000', '214055.425000', '214055.885000', '214056.345000', '214056.805000', '214057.265000', '214057.725000', '214058.185000', '214058.645000', '214059.105000', '214059.565000', '214100.025000', '214100.485000', '214100.945000', '214101.405000', '214101.865000', '214102.325000', '214102.785000', '214103.245000', '214103.705000', '214104.165000', '214104.625000', '214105.085000', '214105.545000', '214106.005000', '214106.465000', '214106.925000', '214107.385000', '214107.845000', '214108.305000', '214108.765000', '214109.225000', '214109.685000', '214110.145000', '214110.605000', '214111.065000', '214111.525000', '214111.985000', '214112.445000', '214112.905000', '214113.365000', '214113.825000', '214114.285000', '214114.745000', '214115.205000', '214115.665000', '214116.125000', '214116.585000', '214117.045000', '214117.505000', '214117.965000', '214118.425000', '214118.885000', '214119.345000', '214119.805000', '214120.265000', '214120.725000', '214121.185000', '214121.645000', '214122.105000', '214122.565000', '214123.025000', '214123.485000', '214123.945000', '214124.405000', '214124.865000', '214125.325000', '214125.785000', '214126.245000', '214126.705000', '214127.165000', '214127.625000', '214128.085000', '214128.545000', '214129.005000', '214129.465000', '214129.925000', '214130.385000', '214130.845000', '214131.305000', '214131.765000', '214132.225000', '214132.685000', '214133.145000', '214133.605000', '214134.065000', '214134.525000', '214134.985000', '214135.445000', '214135.905000', '214136.365000', '214136.825000', '214137.285000', '214137.745000', '214138.205000', '214138.665000', '214139.125000', '214139.585000', '214140.045000', '214140.505000', '214140.965000', '214141.425000', '214141.885000', '214142.345000', '214142.805000', '214143.265000', '214143.725000', '214144.185000', '214144.645000', '214145.105000', '214145.565000', '214146.025000', '214146.485000', '214146.945000', '214147.405000', '214147.865000', '214148.325000', '214148.785000', '214149.245000', '214149.705000', '214150.165000', '214150.625000', '214151.085000', '214151.545000', '214152.005000', '214152.465000', '214152.925000', '214153.385000', '214153.845000', '214154.305000', '214154.765000', '214155.225000', '214155.685000', '214156.145000', '214156.605000', '214157.065000', '214157.525000', '214157.985000', '214158.445000', '214158.905000', '214159.365000', '214159.825000', '214200.285000', '214200.745000', '214201.205000', '214201.665000', '214202.125000', '214202.585000', '214203.045000', '214203.505000', '214203.965000', '214204.425000', '214204.885000', '214205.345000', '214205.805000', '214206.265000', '214206.725000', '214207.185000', '214207.645000', '214208.105000', '214208.565000', '214209.025000', '214209.485000', '214209.945000', '214210.405000', '214210.865000', '214211.325000', '214211.785000', '214212.245000', '214212.705000', '214213.165000', '214213.625000', '214214.085000', '214214.545000', '214215.005000', '214215.465000', '214215.925000', '214216.385000', '214216.845000', '214217.305000', '214217.765000', '214218.225000', '214218.685000', '214219.145000', '214219.605000', '214220.065000', '214220.525000', '214220.985000', '214221.445000', '214221.905000', '214222.365000', '214222.825000', '214223.285000', '214223.745000', '214224.205000', '214224.665000', '214225.125000', '214225.585000', '214226.045000', '214226.505000', '214226.965000', '214227.425000', '214227.885000', '214228.345000', '214228.805000', '214229.265000', '214229.725000', '214230.185000', '214230.645000', '214231.105000', '214231.565000', '214232.025000', '214232.485000', '214232.945000', '214233.405000', '214233.865000', '214234.325000', '214234.785000', '214235.245000', '214235.705000', '214236.165000', '214236.625000', '214237.085000', '214237.545000', '214238.005000', '214238.465000', '214238.925000', '214239.385000', '214239.845000', '214240.305000', '214240.765000', '214241.225000', '214241.685000', '214242.145000', '214242.605000', '214243.065000', '214243.525000', '214243.985000', '214244.445000', '214244.905000', '214245.365000', '214245.825000', '214246.285000', '214246.745000', '214247.205000', '214247.665000', '214248.125000', '214248.585000', '214249.045000', '214249.505000', '214249.965000', '214250.425000', '214250.885000', '214251.345000', '214251.805000', '214252.265000', '214252.725000', '214253.185000', '214253.645000', '214254.105000', '214254.565000', '214255.025000', '214255.485000', '214255.945000', '214256.405000', '214256.865000', '214257.325000', '214257.785000', '214258.245000', '214258.705000', '214259.165000', '214259.625000', '214300.085000', '214300.545000', '214301.005000', '214301.465000', '214301.925000', '214302.385000', '214302.845000', '214303.305000', '214303.765000', '214304.225000', '214304.685000', '214305.145000', '214305.605000', '214306.065000', '214306.525000', '214306.985000', '214307.445000', '214307.905000', '214308.365000', '214308.825000', '214309.285000', '214309.745000', '214310.205000', '214310.665000', '214311.125000', '214311.585000', '214312.045000', '214312.505000', '214312.965000', '214313.425000', '214313.885000', '214314.345000', '214314.805000', '214315.265000', '214315.725000', '214316.185000', '214316.645000', '214317.105000', '214317.565000', '214318.025000', '214318.485000', '214318.945000', '214319.405000', '214319.865000', '214320.325000', '214320.785000', '214321.245000', '214321.705000', '214322.165000', '214322.625000', '214323.085000', '214323.545000', '214324.005000', '214324.465000', '214324.925000', '214325.385000', '214325.845000', '214326.305000', '214326.765000', '214327.225000', '214327.685000', '214328.145000', '214328.605000', '214329.065000', '214329.525000', '214329.985000', '214330.445000', '214330.905000', '214331.365000', '214331.825000', '214332.285000', '214332.745000', '214333.205000', '214333.665000', '214334.125000', '214334.585000', '214335.045000', '214335.505000', '214335.965000', '214336.425000', '214336.885000', '214337.345000', '214337.805000', '214338.265000', '214338.725000', '214339.185000', '214339.645000', '214340.105000', '214340.565000', '214341.025000', '214341.485000', '214341.945000', '214342.405000', '214342.865000', '214343.325000', '214343.785000', '214344.245000', '214344.705000', '214345.165000', '214345.625000', '214346.085000', '214346.545000', '214347.005000', '214347.465000', '214347.925000', '214348.385000', '214348.845000', '214349.305000', '214349.765000', '214350.225000', '214350.685000', '214351.145000', '214351.605000', '214352.065000', '214352.525000', '214352.985000', '214353.445000', '214353.905000', '214354.365000', '214354.825000', '214355.285000', '214355.745000', '214356.205000', '214356.665000', '214357.125000', '214357.585000', '214358.045000', '214358.505000', '214358.965000', '214359.425000', '214359.885000', '214400.345000', '214400.805000', '214401.265000', '214401.725000', '214402.185000', '214402.645000', '214403.105000', '214403.565000', '214404.025000', '214404.485000', '214404.945000', '214405.405000', '214405.865000', '214406.325000', '214406.785000', '214407.245000', '214407.705000', '214408.165000', '214408.625000', '214409.085000', '214409.545000', '214410.005000', '214410.465000', '214410.925000', '214411.385000', '214411.845000', '214412.305000', '214412.765000', '214413.225000', '214413.685000', '214414.145000', '214414.605000', '214415.065000', '214415.525000', '214415.985000', '214416.445000', '214416.905000', '214417.365000', '214417.825000', '214418.285000', '214418.745000', '214419.205000', '214419.665000', '214420.125000', '214420.585000', '214421.045000', '214421.505000', '214421.965000', '214422.425000', '214422.885000', '214423.345000', '214423.805000', '214424.265000', '214424.725000', '214425.185000', '214425.645000', '214426.105000', '214426.565000', '214427.025000', '214427.485000', '214427.945000', '214428.405000', '214428.865000', '214429.325000', '214429.785000', '214430.245000', '214430.705000', '214431.165000', '214431.625000', '214432.085000', '214432.545000', '214433.005000', '214433.465000', '214433.925000', '214434.385000', '214434.845000', '214435.305000', '214435.765000', '214436.225000', '214436.685000', '214437.145000', '214437.605000', '214438.065000', '214438.525000', '214438.985000', '214439.445000', '214439.905000', '214440.365000', '214440.825000', '214441.285000', '214441.745000', '214442.205000', '214442.665000', '214443.125000', '214443.585000', '214444.045000', '214444.505000', '214444.965000', '214445.425000', '214445.885000', '214446.345000', '214446.805000', '214447.265000', '214447.725000', '214448.185000', '214448.645000', '214449.105000', '214449.565000', '214450.025000', '214450.485000', '214450.945000', '214451.405000', '214451.865000', '214452.325000', '214452.785000', '214453.245000', '214453.705000', '214454.165000', '214454.625000', '214455.085000', '214455.545000', '214456.005000', '214456.465000', '214456.925000', '214457.385000', '214457.845000', '214458.305000', '214458.765000', '214459.225000', '214459.685000', '214500.145000', '214500.605000', '214501.065000', '214501.525000', '214501.985000', '214502.445000', '214502.905000', '214503.365000', '214503.825000', '214504.285000', '214504.745000', '214505.205000', '214505.665000', '214506.125000', '214506.585000', '214507.045000', '214507.505000', '214507.965000', '214508.425000', '214508.885000', '214509.345000', '214509.805000', '214510.265000', '214510.725000', '214511.185000', '214511.645000', '214512.105000', '214512.565000', '214513.025000', '214513.485000', '214513.945000', '214514.405000', '214514.865000', '214515.325000', '214515.785000', '214516.245000', '214516.705000', '214517.165000', '214517.625000', '214518.085000', '214518.545000', '214519.005000', '214519.465000', '214519.925000', '214520.385000', '214520.845000', '214521.305000', '214521.765000', '214522.225000', '214522.685000', '214523.145000', '214523.605000', '214524.065000', '214524.525000', '214524.985000', '214525.445000', '214525.905000', '214526.365000', '214526.825000', '214527.285000', '214527.745000', '214528.205000', '214528.665000', '214529.125000', '214529.585000', '214530.045000', '214530.505000', '214530.965000', '214531.425000', '214531.885000', '214532.345000', '214532.805000', '214533.265000', '214533.725000', '214534.185000', '214534.645000', '214535.105000', '214535.565000', '214536.025000', '214536.485000', '214536.945000', '214537.405000', '214537.865000', '214538.325000', '214538.785000', '214539.245000', '214539.705000', '214540.165000', '214540.625000', '214541.085000', '214541.545000', '214542.005000', '214542.465000', '214542.925000', '214543.385000', '214543.845000', '214544.305000', '214544.765000', '214545.225000', '214545.685000', '214546.145000', '214546.605000', '214547.065000', '214547.525000', '214547.985000', '214548.445000', '214548.905000', '214549.365000', '214549.825000', '214550.285000', '214550.745000', '214551.205000', '214551.665000', '214552.125000', '214552.585000', '214553.045000', '214553.505000', '214553.965000', '214554.425000', '214554.885000', '214555.345000', '214555.805000', '214556.265000', '214556.725000', '214557.185000', '214557.645000', '214558.105000', '214558.565000', '214559.025000', '214559.485000', '214559.945000', '214600.405000', '214600.865000', '214601.325000', '214601.785000', '214602.245000', '214602.705000', '214603.165000', '214603.625000', '214604.085000', '214604.545000', '214605.005000', '214605.465000', '214605.925000', '214606.385000', '214606.845000', '214607.305000', '214607.765000', '214608.225000', '214608.685000', '214609.145000', '214609.605000', '214610.065000', '214610.525000', '214610.985000', '214611.445000', '214611.905000', '214612.365000', '214612.825000', '214613.285000', '214613.745000', '214614.205000', '214614.665000', '214615.125000', '214615.585000', '214616.045000', '214616.505000', '214616.965000', '214617.425000', '214617.885000', '214618.345000', '214618.805000', '214619.265000', '214619.725000', '214620.185000', '214620.645000', '214621.105000', '214621.565000', '214622.025000', '214622.485000', '214622.945000', '214623.405000', '214623.865000', '214624.325000', '214624.785000', '214625.245000', '214625.705000', '214626.165000', '214626.625000', '214627.085000', '214627.545000', '214628.005000', '214628.465000', '214628.925000', '214629.385000', '214629.845000', '214630.305000', '214630.765000', '214631.225000', '214631.685000', '214632.145000', '214632.605000', '214633.065000', '214633.525000', '214633.985000', '214634.445000', '214634.905000', '214635.365000', '214635.825000', '214636.285000', '214636.745000', '214637.205000', '214637.665000', '214638.125000', '214638.585000', '214639.045000', '214639.505000', '214639.965000', '214640.425000', '214640.885000', '214641.345000', '214641.805000', '214642.265000', '214642.725000', '214643.185000', '214643.645000', '214644.105000', '214644.565000', '214645.025000', '214645.485000', '214645.945000', '214646.405000', '214646.865000', '214647.325000', '214647.785000', '214648.245000', '214648.705000', '214649.165000', '214649.625000', '214650.085000', '214650.545000', '214651.005000', '214651.465000', '214651.925000', '214652.385000', '214652.845000', '214653.305000', '214653.765000', '214654.225000', '214654.685000', '214655.145000', '214655.605000', '214656.065000', '214656.525000', '214656.985000', '214657.445000', '214657.905000', '214658.365000', '214658.825000', '214659.285000', '214659.745000', '214700.205000', '214700.665000', '214701.125000', '214701.585000', '214702.045000', '214702.505000', '214702.965000', '214703.425000', '214703.885000'], 'ContentTime': ['214033.838000', '214033.841000', '214033.844000', '214033.847000', '214033.850000', '214033.852000', '214033.855000', '214033.857000', '214033.860000', '214033.862000', '214033.865000', '214033.867000', '214033.881000', '214033.897000', '214033.899000', '214033.902000', '214033.904000', '214033.907000', '214033.909000', '214033.912000', '214033.914000', '214033.917000', '214033.920000', '214033.922000', '214033.925000', '214033.927000', '214033.930000', '214033.932000', '214033.935000', '214033.937000', '214033.940000', '214033.942000', '214033.945000', '214033.948000', '214033.950000', '214033.953000', '214033.955000', '214033.958000', '214033.960000', '214033.963000', '214033.965000', '214033.968000', '214033.971000', '214033.973000', '214033.976000', '214033.978000', '214033.981000', '214033.984000', '214033.986000', '214033.995000', '214033.997000', '214034.001000', '214034.003000', '214034.006000', '214034.008000', '214034.011000', '214034.013000', '214034.016000', '214034.019000', '214034.021000', '214034.024000', '214034.026000', '214053.793000', '214053.796000', '214053.799000', '214053.876000', '214053.878000', '214053.881000', '214053.884000', '214053.886000', '214053.889000', '214053.891000', '214053.894000', '214053.896000', '214053.899000', '214053.901000', '214053.904000', '214053.907000', '214053.909000', '214053.912000', '214053.914000', '214053.917000', '214053.919000', '214053.922000', '214053.925000', '214053.927000', '214053.930000', '214053.932000', '214053.935000', '214053.938000', '214053.940000', '214053.943000', '214053.945000', '214053.948000', '214053.950000', '214053.953000', '214053.955000', '214053.958000', '214053.961000', '214053.963000', '214053.966000', '214053.968000', '214053.971000', '214053.973000', '214053.976000', '214113.793000', '214113.796000', '214113.799000', '214113.801000', '214113.804000', '214113.806000', '214113.809000', '214113.812000', '214113.814000', '214113.817000', '214113.819000', '214113.822000', '214113.824000', '214113.827000', '214113.830000', '214113.832000', '214113.835000', '214113.837000', '214113.840000', '214113.842000', '214113.845000', '214113.847000', '214113.850000', '214113.853000', '214113.855000', '214113.858000', '214113.860000', '214113.863000', '214113.865000', '214113.868000', '214113.870000', '214113.873000', '214113.875000', '214113.878000', '214113.881000', '214113.883000', '214113.886000', '214113.888000', '214113.891000', '214113.894000', '214113.896000', '214113.899000', '214113.901000', '214113.904000', '214133.793000', '214133.796000', '214133.799000', '214133.801000', '214133.804000', '214133.807000', '214133.809000', '214133.812000', '214133.814000', '214133.817000', '214133.820000', '214133.822000', '214133.825000', '214133.827000', '214133.830000', '214133.833000', '214133.835000', '214133.838000', '214133.841000', '214133.843000', '214133.846000', '214133.848000', '214133.851000', '214133.854000', '214133.856000', '214133.859000', '214133.861000', '214133.864000', '214133.866000', '214133.869000', '214133.871000', '214133.874000', '214133.877000', '214133.879000', '214133.882000', '214133.884000', '214133.887000', '214133.889000', '214133.892000', '214133.895000', '214133.897000', '214133.900000', '214133.902000', '214133.905000', '214153.794000', '214153.796000', '214153.799000', '214153.802000', '214153.804000', '214153.807000', '214153.810000', '214153.812000', '214153.815000', '214153.817000', '214153.820000', '214153.823000', '214153.825000', '214153.828000', '214153.830000', '214153.833000', '214153.835000', '214153.838000', '214153.841000', '214153.843000', '214153.846000', '214153.849000', '214153.851000', '214153.854000', '214153.856000', '214153.859000', '214153.862000', '214153.864000', '214153.867000', '214153.869000', '214153.872000', '214153.875000', '214153.877000', '214153.880000', '214153.882000', '214153.885000', '214153.888000', '214153.891000', '214153.894000', '214153.896000', '214153.899000', '214153.902000', '214153.904000', '214213.793000', '214213.796000', '214213.799000', '214213.802000', '214213.817000', '214213.820000', '214213.823000', '214213.825000', '214213.828000', '214213.830000', '214213.834000', '214213.837000', '214213.840000', '214213.842000', '214213.852000', '214213.855000', '214213.858000', '214213.860000', '214213.863000', '214213.866000', '214213.868000', '214213.871000', '214213.873000', '214213.876000', '214213.879000', '214213.881000', '214213.884000', '214213.886000', '214213.889000', '214213.892000', '214213.894000', '214213.897000', '214213.899000', '214213.902000', '214213.905000', '214213.907000', '214213.910000', '214213.912000', '214213.915000', '214213.917000', '214213.920000', '214213.922000', '214213.925000', '214233.795000', '214233.797000', '214233.800000', '214233.803000', '214233.806000', '214233.808000', '214233.811000', '214233.813000', '214233.816000', '214233.818000', '214233.821000', '214233.824000', '214233.826000', '214233.829000', '214233.831000', '214233.834000', '214233.836000', '214233.839000', '214233.842000', '214233.844000', '214233.847000', '214233.850000', '214233.852000', '214233.855000', '214233.857000', '214233.860000', '214233.862000', '214233.865000', '214233.867000', '214233.870000', '214233.873000', '214233.875000', '214233.878000', '214233.880000', '214233.883000', '214233.886000', '214233.888000', '214233.891000', '214233.893000', '214233.896000', '214233.898000', '214233.901000', '214233.903000', '214233.906000', '214253.794000', '214253.797000', '214253.800000', '214253.865000', '214253.868000', '214253.870000', '214253.873000', '214253.875000', '214253.878000', '214253.881000', '214253.883000', '214253.886000', '214253.888000', '214253.891000', '214253.893000', '214253.896000', '214253.899000', '214253.901000', '214253.904000', '214253.907000', '214253.909000', '214253.912000', '214253.914000', '214253.917000', '214253.919000', '214253.922000', '214253.924000', '214253.927000', '214253.930000', '214253.932000', '214253.935000', '214253.937000', '214253.940000', '214253.943000', '214253.945000', '214253.948000', '214253.950000', '214253.953000', '214253.956000', '214253.958000', '214253.961000', '214253.963000', '214253.966000', '214253.969000', '214313.793000', '214313.796000', '214313.799000', '214313.839000', '214313.842000', '214313.845000', '214313.847000', '214313.850000', '214313.852000', '214313.855000', '214313.858000', '214313.860000', '214313.863000', '214313.865000', '214313.868000', '214313.871000', '214313.873000', '214313.876000', '214313.878000', '214313.881000', '214313.883000', '214313.886000', '214313.888000', '214313.891000', '214313.894000', '214313.896000', '214313.899000', '214313.901000', '214313.904000', '214313.907000', '214313.909000', '214313.912000', '214313.914000', '214313.917000', '214313.919000', '214313.922000', '214313.925000', '214313.927000', '214313.930000', '214313.932000', '214313.935000', '214313.937000', '214313.940000', '214333.794000', '214333.797000', '214333.800000', '214333.803000', '214333.805000', '214333.808000', '214333.811000', '214333.813000', '214333.816000', '214333.818000', '214333.821000', '214333.823000', '214333.826000', '214333.829000', '214333.831000', '214333.834000', '214333.836000', '214333.839000', '214333.842000', '214333.844000', '214333.847000', '214333.849000', '214333.852000', '214333.854000', '214333.857000', '214333.866000', '214333.869000', '214333.872000', '214333.875000', '214333.884000', '214333.887000', '214333.889000', '214333.892000', '214333.895000', '214333.897000', '214333.900000', '214333.902000', '214333.905000', '214333.907000', '214333.910000', '214333.912000', '214333.915000', '214333.917000', '214353.794000', '214353.797000', '214353.799000', '214353.855000', '214353.857000', '214353.860000', '214353.863000', '214353.865000', '214353.868000', '214353.870000', '214353.873000', '214353.876000', '214353.878000', '214353.881000', '214353.883000', '214353.886000', '214353.889000', '214353.891000', '214353.894000', '214353.896000', '214353.899000', '214353.902000', '214353.904000', '214353.907000', '214353.909000', '214353.912000', '214353.914000', '214353.917000', '214353.920000', '214353.922000', '214353.925000', '214353.927000', '214353.930000', '214353.932000', '214353.935000', '214353.938000', '214353.940000', '214353.943000', '214353.945000', '214353.948000', '214353.950000', '214353.953000', '214353.956000', '214353.958000', '214413.793000', '214413.796000', '214413.799000', '214413.838000', '214413.840000', '214413.843000', '214413.845000', '214413.848000', '214413.850000', '214413.853000', '214413.856000', '214413.858000', '214413.861000', '214413.863000', '214413.866000', '214413.868000', '214413.871000', '214413.874000', '214413.876000', '214413.879000', '214413.881000', '214413.884000', '214413.886000', '214413.889000', '214413.892000', '214413.894000', '214413.897000', '214413.900000', '214413.902000', '214413.905000', '214413.907000', '214413.910000', '214413.912000', '214413.915000', '214413.917000', '214413.920000', '214413.923000', '214413.925000', '214413.928000', '214413.930000', '214413.933000', '214413.935000', '214413.938000', '214413.941000', '214433.793000', '214433.796000', '214433.799000', '214433.842000', '214433.845000', '214433.847000', '214433.850000', '214433.852000', '214433.855000', '214433.858000', '214433.860000', '214433.863000', '214433.865000', '214433.868000', '214433.870000', '214433.873000', '214433.876000', '214433.878000', '214433.881000', '214433.883000', '214433.886000', '214433.888000', '214433.891000', '214433.893000', '214433.896000', '214433.899000', '214433.901000', '214433.904000', '214433.907000', '214433.909000', '214433.912000', '214433.914000', '214433.917000', '214433.919000', '214433.922000', '214433.925000', '214433.927000', '214433.930000', '214433.932000', '214433.935000', '214433.938000', '214433.940000', '214433.943000', '214453.795000', '214453.797000', '214453.800000', '214453.803000', '214453.805000', '214453.808000', '214453.810000', '214453.813000', '214453.816000', '214453.818000', '214453.821000', '214453.823000', '214453.826000', '214453.829000', '214453.831000', '214453.834000', '214453.837000', '214453.840000', '214453.843000', '214453.845000', '214453.848000', '214453.850000', '214453.853000', '214453.856000', '214453.858000', '214453.861000', '214453.864000', '214453.866000', '214453.869000', '214453.871000', '214453.874000', '214453.877000', '214453.879000', '214453.882000', '214453.884000', '214453.887000', '214453.889000', '214453.892000', '214453.895000', '214453.897000', '214453.900000', '214453.903000', '214453.905000', '214513.794000', '214513.797000', '214513.838000', '214513.841000', '214513.843000', '214513.846000', '214513.848000', '214513.851000', '214513.854000', '214513.856000', '214513.859000', '214513.861000', '214513.864000', '214513.867000', '214513.869000', '214513.872000', '214513.875000', '214513.877000', '214513.880000', '214513.882000', '214513.885000', '214513.887000', '214513.890000', '214513.893000', '214513.895000', '214513.898000', '214513.900000', '214513.903000', '214513.906000', '214513.908000', '214513.911000', '214513.913000', '214513.916000', '214513.918000', '214513.921000', '214513.924000', '214513.926000', '214513.929000', '214513.931000', '214513.934000', '214513.936000', '214513.939000', '214513.942000', '214513.944000', '214533.793000', '214533.796000', '214533.799000', '214533.859000', '214533.862000', '214533.864000', '214533.867000', '214533.870000', '214533.872000', '214533.875000', '214533.878000', '214533.880000', '214533.883000', '214533.885000', '214533.888000', '214533.891000', '214533.893000', '214533.896000', '214533.898000', '214533.901000', '214533.903000', '214533.906000', '214533.909000', '214533.911000', '214533.914000', '214533.916000', '214533.919000', '214533.922000', '214533.924000', '214533.927000', '214533.929000', '214533.932000', '214533.934000', '214533.937000', '214533.940000', '214533.942000', '214533.948000', '214533.951000', '214533.954000', '214533.956000', '214533.959000', '214533.961000', '214533.964000', '214553.793000', '214553.797000', '214553.799000', '214553.863000', '214553.865000', '214553.868000', '214553.870000', '214553.873000', '214553.876000', '214553.878000', '214553.881000', '214553.884000', '214553.886000', '214553.889000', '214553.891000', '214553.894000', '214553.896000', '214553.899000', '214553.902000', '214553.904000', '214553.907000', '214553.909000', '214553.912000', '214553.915000', '214553.917000', '214553.920000', '214553.922000', '214553.925000', '214553.927000', '214553.932000', '214553.934000', '214553.937000', '214553.939000', '214553.942000', '214553.944000', '214553.947000', '214553.949000', '214553.952000', '214553.955000', '214553.957000', '214553.960000', '214553.962000', '214553.965000', '214553.968000', '214613.793000', '214613.796000', '214613.799000', '214613.867000', '214613.869000', '214613.872000', '214613.875000', '214613.878000', '214613.881000', '214613.884000', '214613.886000', '214613.889000', '214613.892000', '214613.894000', '214613.897000', '214613.899000', '214613.902000', '214613.904000', '214613.907000', '214613.910000', '214613.912000', '214613.915000', '214613.917000', '214613.920000', '214613.923000', '214613.925000', '214613.928000', '214613.930000', '214613.933000', '214613.936000', '214613.938000', '214613.941000', '214613.944000', '214613.946000', '214613.949000', '214613.951000', '214613.954000', '214613.957000', '214613.959000', '214613.962000', '214613.965000', '214613.967000', '214613.970000', '214633.794000', '214633.796000', '214633.799000', '214633.802000', '214633.805000', '214633.807000', '214633.810000', '214633.812000', '214633.815000', '214633.817000', '214633.820000', '214633.823000', '214633.825000', '214633.828000', '214633.830000', '214633.833000', '214633.835000', '214633.838000', '214633.840000', '214633.843000', '214633.846000', '214633.889000', '214633.892000', '214633.895000', '214633.897000', '214633.900000', '214633.902000', '214633.905000', '214633.907000', '214633.910000', '214633.913000', '214633.915000', '214633.918000', '214633.920000', '214633.923000', '214633.925000', '214633.928000', '214633.931000', '214633.933000', '214633.936000', '214633.938000', '214633.941000', '214633.944000', '214633.946000', '214653.794000', '214653.796000', '214653.799000', '214653.802000', '214653.804000', '214653.807000', '214653.810000', '214653.812000', '214653.815000', '214653.817000', '214653.820000', '214653.823000', '214653.825000', '214653.828000', '214653.830000', '214653.833000', '214653.835000', '214653.838000', '214653.840000', '214653.843000', '214653.846000', '214653.848000', '214653.851000', '214653.854000', '214653.856000', '214653.859000', '214653.862000', '214653.864000', '214653.867000', '214653.869000', '214653.872000', '214653.874000', '214653.877000', '214653.880000', '214653.882000', '214653.885000', '214653.887000', '214653.890000', '214653.893000', '214653.895000', '214653.898000', '214653.901000', '214653.903000', '214705.346000', '214705.349000', '214705.352000', '214705.354000', '214705.357000', '214705.360000', '214705.363000', '214705.365000', '214705.368000', '214705.370000', '214705.373000', '214705.379000', '214705.381000', '214705.384000', '214705.387000', '214705.389000', '214705.392000', '214705.395000', '214705.397000', '214705.400000', '214705.403000', '214705.405000', '214705.408000', '214705.411000', '214705.413000', '214705.416000'], 'InstanceCreationTime': ['214033.838000', '214033.841000', '214033.844000', '214033.847000', '214033.850000', '214033.852000', '214033.855000', '214033.857000', '214033.860000', '214033.862000', '214033.865000', '214033.867000', '214033.881000', '214033.897000', '214033.899000', '214033.902000', '214033.904000', '214033.907000', '214033.909000', '214033.912000', '214033.914000', '214033.917000', '214033.920000', '214033.922000', '214033.925000', '214033.927000', '214033.930000', '214033.932000', '214033.935000', '214033.937000', '214033.940000', '214033.942000', '214033.945000', '214033.948000', '214033.950000', '214033.953000', '214033.955000', '214033.958000', '214033.960000', '214033.963000', '214033.965000', '214033.968000', '214033.971000', '214033.973000', '214033.976000', '214033.978000', '214033.981000', '214033.984000', '214033.986000', '214033.995000', '214033.997000', '214034.001000', '214034.003000', '214034.006000', '214034.008000', '214034.011000', '214034.013000', '214034.016000', '214034.019000', '214034.021000', '214034.024000', '214034.026000', '214053.793000', '214053.796000', '214053.799000', '214053.876000', '214053.878000', '214053.881000', '214053.884000', '214053.886000', '214053.889000', '214053.891000', '214053.894000', '214053.896000', '214053.899000', '214053.901000', '214053.904000', '214053.907000', '214053.909000', '214053.912000', '214053.914000', '214053.917000', '214053.919000', '214053.922000', '214053.925000', '214053.927000', '214053.930000', '214053.932000', '214053.935000', '214053.938000', '214053.940000', '214053.943000', '214053.945000', '214053.948000', '214053.950000', '214053.953000', '214053.955000', '214053.958000', '214053.961000', '214053.963000', '214053.966000', '214053.968000', '214053.971000', '214053.973000', '214053.976000', '214113.793000', '214113.796000', '214113.799000', '214113.801000', '214113.804000', '214113.806000', '214113.809000', '214113.812000', '214113.814000', '214113.817000', '214113.819000', '214113.822000', '214113.824000', '214113.827000', '214113.830000', '214113.832000', '214113.835000', '214113.837000', '214113.840000', '214113.842000', '214113.845000', '214113.847000', '214113.850000', '214113.853000', '214113.855000', '214113.858000', '214113.860000', '214113.863000', '214113.865000', '214113.868000', '214113.870000', '214113.873000', '214113.875000', '214113.878000', '214113.881000', '214113.883000', '214113.886000', '214113.888000', '214113.891000', '214113.894000', '214113.896000', '214113.899000', '214113.901000', '214113.904000', '214133.793000', '214133.796000', '214133.799000', '214133.801000', '214133.804000', '214133.807000', '214133.809000', '214133.812000', '214133.814000', '214133.817000', '214133.820000', '214133.822000', '214133.825000', '214133.827000', '214133.830000', '214133.833000', '214133.835000', '214133.838000', '214133.841000', '214133.843000', '214133.846000', '214133.848000', '214133.851000', '214133.854000', '214133.856000', '214133.859000', '214133.861000', '214133.864000', '214133.866000', '214133.869000', '214133.871000', '214133.874000', '214133.877000', '214133.879000', '214133.882000', '214133.884000', '214133.887000', '214133.889000', '214133.892000', '214133.895000', '214133.897000', '214133.900000', '214133.902000', '214133.905000', '214153.794000', '214153.796000', '214153.799000', '214153.802000', '214153.804000', '214153.807000', '214153.810000', '214153.812000', '214153.815000', '214153.817000', '214153.820000', '214153.823000', '214153.825000', '214153.828000', '214153.830000', '214153.833000', '214153.835000', '214153.838000', '214153.841000', '214153.843000', '214153.846000', '214153.849000', '214153.851000', '214153.854000', '214153.856000', '214153.859000', '214153.862000', '214153.864000', '214153.867000', '214153.869000', '214153.872000', '214153.875000', '214153.877000', '214153.880000', '214153.882000', '214153.885000', '214153.888000', '214153.891000', '214153.894000', '214153.896000', '214153.899000', '214153.902000', '214153.904000', '214213.793000', '214213.796000', '214213.799000', '214213.802000', '214213.817000', '214213.820000', '214213.823000', '214213.825000', '214213.828000', '214213.830000', '214213.834000', '214213.837000', '214213.840000', '214213.842000', '214213.852000', '214213.855000', '214213.858000', '214213.860000', '214213.863000', '214213.866000', '214213.868000', '214213.871000', '214213.873000', '214213.876000', '214213.879000', '214213.881000', '214213.884000', '214213.886000', '214213.889000', '214213.892000', '214213.894000', '214213.897000', '214213.899000', '214213.902000', '214213.905000', '214213.907000', '214213.910000', '214213.912000', '214213.915000', '214213.917000', '214213.920000', '214213.922000', '214213.925000', '214233.795000', '214233.797000', '214233.800000', '214233.803000', '214233.806000', '214233.808000', '214233.811000', '214233.813000', '214233.816000', '214233.818000', '214233.821000', '214233.824000', '214233.826000', '214233.829000', '214233.831000', '214233.834000', '214233.836000', '214233.839000', '214233.842000', '214233.844000', '214233.847000', '214233.850000', '214233.852000', '214233.855000', '214233.857000', '214233.860000', '214233.862000', '214233.865000', '214233.867000', '214233.870000', '214233.873000', '214233.875000', '214233.878000', '214233.880000', '214233.883000', '214233.886000', '214233.888000', '214233.891000', '214233.893000', '214233.896000', '214233.898000', '214233.901000', '214233.903000', '214233.906000', '214253.794000', '214253.797000', '214253.800000', '214253.865000', '214253.868000', '214253.870000', '214253.873000', '214253.875000', '214253.878000', '214253.881000', '214253.883000', '214253.886000', '214253.888000', '214253.891000', '214253.893000', '214253.896000', '214253.899000', '214253.901000', '214253.904000', '214253.907000', '214253.909000', '214253.912000', '214253.914000', '214253.917000', '214253.919000', '214253.922000', '214253.924000', '214253.927000', '214253.930000', '214253.932000', '214253.935000', '214253.937000', '214253.940000', '214253.943000', '214253.945000', '214253.948000', '214253.950000', '214253.953000', '214253.956000', '214253.958000', '214253.961000', '214253.963000', '214253.966000', '214253.969000', '214313.793000', '214313.796000', '214313.799000', '214313.839000', '214313.842000', '214313.845000', '214313.847000', '214313.850000', '214313.852000', '214313.855000', '214313.858000', '214313.860000', '214313.863000', '214313.865000', '214313.868000', '214313.871000', '214313.873000', '214313.876000', '214313.878000', '214313.881000', '214313.883000', '214313.886000', '214313.888000', '214313.891000', '214313.894000', '214313.896000', '214313.899000', '214313.901000', '214313.904000', '214313.907000', '214313.909000', '214313.912000', '214313.914000', '214313.917000', '214313.919000', '214313.922000', '214313.925000', '214313.927000', '214313.930000', '214313.932000', '214313.935000', '214313.937000', '214313.940000', '214333.794000', '214333.797000', '214333.800000', '214333.803000', '214333.805000', '214333.808000', '214333.811000', '214333.813000', '214333.816000', '214333.818000', '214333.821000', '214333.823000', '214333.826000', '214333.829000', '214333.831000', '214333.834000', '214333.836000', '214333.839000', '214333.842000', '214333.844000', '214333.847000', '214333.849000', '214333.852000', '214333.854000', '214333.857000', '214333.866000', '214333.869000', '214333.872000', '214333.875000', '214333.884000', '214333.887000', '214333.889000', '214333.892000', '214333.895000', '214333.897000', '214333.900000', '214333.902000', '214333.905000', '214333.907000', '214333.910000', '214333.912000', '214333.915000', '214333.917000', '214353.794000', '214353.797000', '214353.799000', '214353.855000', '214353.857000', '214353.860000', '214353.863000', '214353.865000', '214353.868000', '214353.870000', '214353.873000', '214353.876000', '214353.878000', '214353.881000', '214353.883000', '214353.886000', '214353.889000', '214353.891000', '214353.894000', '214353.896000', '214353.899000', '214353.902000', '214353.904000', '214353.907000', '214353.909000', '214353.912000', '214353.914000', '214353.917000', '214353.920000', '214353.922000', '214353.925000', '214353.927000', '214353.930000', '214353.932000', '214353.935000', '214353.938000', '214353.940000', '214353.943000', '214353.945000', '214353.948000', '214353.950000', '214353.953000', '214353.956000', '214353.958000', '214413.793000', '214413.796000', '214413.799000', '214413.838000', '214413.840000', '214413.843000', '214413.845000', '214413.848000', '214413.850000', '214413.853000', '214413.856000', '214413.858000', '214413.861000', '214413.863000', '214413.866000', '214413.868000', '214413.871000', '214413.874000', '214413.876000', '214413.879000', '214413.881000', '214413.884000', '214413.886000', '214413.889000', '214413.892000', '214413.894000', '214413.897000', '214413.900000', '214413.902000', '214413.905000', '214413.907000', '214413.910000', '214413.912000', '214413.915000', '214413.917000', '214413.920000', '214413.923000', '214413.925000', '214413.928000', '214413.930000', '214413.933000', '214413.935000', '214413.938000', '214413.941000', '214433.793000', '214433.796000', '214433.799000', '214433.842000', '214433.845000', '214433.847000', '214433.850000', '214433.852000', '214433.855000', '214433.858000', '214433.860000', '214433.863000', '214433.865000', '214433.868000', '214433.870000', '214433.873000', '214433.876000', '214433.878000', '214433.881000', '214433.883000', '214433.886000', '214433.888000', '214433.891000', '214433.893000', '214433.896000', '214433.899000', '214433.901000', '214433.904000', '214433.907000', '214433.909000', '214433.912000', '214433.914000', '214433.917000', '214433.919000', '214433.922000', '214433.925000', '214433.927000', '214433.930000', '214433.932000', '214433.935000', '214433.938000', '214433.940000', '214433.943000', '214453.795000', '214453.797000', '214453.800000', '214453.803000', '214453.805000', '214453.808000', '214453.810000', '214453.813000', '214453.816000', '214453.818000', '214453.821000', '214453.823000', '214453.826000', '214453.829000', '214453.831000', '214453.834000', '214453.837000', '214453.840000', '214453.843000', '214453.845000', '214453.848000', '214453.850000', '214453.853000', '214453.856000', '214453.858000', '214453.861000', '214453.864000', '214453.866000', '214453.869000', '214453.871000', '214453.874000', '214453.877000', '214453.879000', '214453.882000', '214453.884000', '214453.887000', '214453.889000', '214453.892000', '214453.895000', '214453.897000', '214453.900000', '214453.903000', '214453.905000', '214513.794000', '214513.797000', '214513.838000', '214513.841000', '214513.843000', '214513.846000', '214513.848000', '214513.851000', '214513.854000', '214513.856000', '214513.859000', '214513.861000', '214513.864000', '214513.867000', '214513.869000', '214513.872000', '214513.875000', '214513.877000', '214513.880000', '214513.882000', '214513.885000', '214513.887000', '214513.890000', '214513.893000', '214513.895000', '214513.898000', '214513.900000', '214513.903000', '214513.906000', '214513.908000', '214513.911000', '214513.913000', '214513.916000', '214513.918000', '214513.921000', '214513.924000', '214513.926000', '214513.929000', '214513.931000', '214513.934000', '214513.936000', '214513.939000', '214513.942000', '214513.944000', '214533.793000', '214533.796000', '214533.799000', '214533.859000', '214533.862000', '214533.864000', '214533.867000', '214533.870000', '214533.872000', '214533.875000', '214533.878000', '214533.880000', '214533.883000', '214533.885000', '214533.888000', '214533.891000', '214533.893000', '214533.896000', '214533.898000', '214533.901000', '214533.903000', '214533.906000', '214533.909000', '214533.911000', '214533.914000', '214533.916000', '214533.919000', '214533.922000', '214533.924000', '214533.927000', '214533.929000', '214533.932000', '214533.934000', '214533.937000', '214533.940000', '214533.942000', '214533.948000', '214533.951000', '214533.954000', '214533.956000', '214533.959000', '214533.961000', '214533.964000', '214553.793000', '214553.797000', '214553.799000', '214553.863000', '214553.865000', '214553.868000', '214553.870000', '214553.873000', '214553.876000', '214553.878000', '214553.881000', '214553.884000', '214553.886000', '214553.889000', '214553.891000', '214553.894000', '214553.896000', '214553.899000', '214553.902000', '214553.904000', '214553.907000', '214553.909000', '214553.912000', '214553.915000', '214553.917000', '214553.920000', '214553.922000', '214553.925000', '214553.927000', '214553.932000', '214553.934000', '214553.937000', '214553.939000', '214553.942000', '214553.944000', '214553.947000', '214553.949000', '214553.952000', '214553.955000', '214553.957000', '214553.960000', '214553.962000', '214553.965000', '214553.968000', '214613.793000', '214613.796000', '214613.799000', '214613.867000', '214613.869000', '214613.872000', '214613.875000', '214613.878000', '214613.881000', '214613.884000', '214613.886000', '214613.889000', '214613.892000', '214613.894000', '214613.897000', '214613.899000', '214613.902000', '214613.904000', '214613.907000', '214613.910000', '214613.912000', '214613.915000', '214613.917000', '214613.920000', '214613.923000', '214613.925000', '214613.928000', '214613.930000', '214613.933000', '214613.936000', '214613.938000', '214613.941000', '214613.944000', '214613.946000', '214613.949000', '214613.951000', '214613.954000', '214613.957000', '214613.959000', '214613.962000', '214613.965000', '214613.967000', '214613.970000', '214633.794000', '214633.796000', '214633.799000', '214633.802000', '214633.805000', '214633.807000', '214633.810000', '214633.812000', '214633.815000', '214633.817000', '214633.820000', '214633.823000', '214633.825000', '214633.828000', '214633.830000', '214633.833000', '214633.835000', '214633.838000', '214633.840000', '214633.843000', '214633.846000', '214633.889000', '214633.892000', '214633.895000', '214633.897000', '214633.900000', '214633.902000', '214633.905000', '214633.907000', '214633.910000', '214633.913000', '214633.915000', '214633.918000', '214633.920000', '214633.923000', '214633.925000', '214633.928000', '214633.931000', '214633.933000', '214633.936000', '214633.938000', '214633.941000', '214633.944000', '214633.946000', '214653.794000', '214653.796000', '214653.799000', '214653.802000', '214653.804000', '214653.807000', '214653.810000', '214653.812000', '214653.815000', '214653.817000', '214653.820000', '214653.823000', '214653.825000', '214653.828000', '214653.830000', '214653.833000', '214653.835000', '214653.838000', '214653.840000', '214653.843000', '214653.846000', '214653.848000', '214653.851000', '214653.854000', '214653.856000', '214653.859000', '214653.862000', '214653.864000', '214653.867000', '214653.869000', '214653.872000', '214653.874000', '214653.877000', '214653.880000', '214653.882000', '214653.885000', '214653.887000', '214653.890000', '214653.893000', '214653.895000', '214653.898000', '214653.901000', '214653.903000', '214705.346000', '214705.349000', '214705.352000', '214705.354000', '214705.357000', '214705.360000', '214705.363000', '214705.365000', '214705.368000', '214705.370000', '214705.373000', '214705.379000', '214705.381000', '214705.384000', '214705.387000', '214705.389000', '214705.392000', '214705.395000', '214705.397000', '214705.400000', '214705.403000', '214705.405000', '214705.408000', '214705.411000', '214705.413000', '214705.416000'], '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': [11812, 10238, 12021, 10826, 13308, 11279, 9583, 11836, 10035, 11094, 11075, 9784, 11649, 9862, 11803, 10468, 9738, 10292, 10307, 10790, 9022, 11432, 10078, 11757, 9897, 10080, 10704, 9931, 11403, 9874, 10877, 9984, 9207, 11191, 9657, 9376, 10694, 9231, 11646, 9655, 12436, 10283, 11289, 10934, 8756, 11272, 9628, 11214, 10320, 10622, 10694, 9976, 11728, 10117, 9427, 11065, 9985, 11662, 10186, 12697, 11264, 10083, 11560, 11565, 12049, 11464, 12148, 10518, 8932, 10639, 10851, 11705, 10438, 11113, 11062, 10694, 11653, 10476, 11124, 10566, 11431, 10967, 9607, 11511, 9904, 9654, 10216, 9701, 11027, 10441, 10591, 10514, 9461, 11235, 9954, 11782, 10627, 10771, 10795, 9882, 11360, 11353, 10365, 10475, 9428, 11024, 9115, 11081, 9694, 11246, 11395, 9674, 10551, 9630, 11414, 11663, 10693, 10418, 9950, 11090, 9985, 11543, 10282, 11797, 10569, 12666, 10952, 9783, 11210, 11682, 11206, 10685, 11781, 11219, 10183, 10311, 9159, 10969, 10638, 11581, 10137, 11725, 10598, 10105, 11310, 11652, 10180, 9985, 10450, 10758, 10062, 12132, 11394, 10177, 9943, 10056, 10403, 9899, 11186, 11325, 10734, 10129, 8786, 10949, 9397, 10929, 9777, 10986, 10569, 9636, 11094, 10346, 11968, 10686, 10029, 11531, 11773, 11727, 10616, 11677, 11886, 11086, 11148, 10252, 11704, 10395, 11950, 10533, 9399, 10693, 11176, 9861, 10016, 9907, 10857, 10024, 9456, 10386, 9688, 10927, 9443, 10875, 9954, 9038, 10507, 11475, 8742, 10741, 11105, 10309, 10248, 9572, 11243, 9586, 10938, 10383, 9730, 10330, 9796, 10552, 9699, 9120, 10351, 9687, 11566, 10913, 10467, 10117, 9440, 10611, 9310, 9988, 10435, 9675, 11981, 9650, 11148, 10038, 9320, 12380, 11008, 11345, 10213, 9602, 10668, 11148, 10651, 9663, 9231, 10722, 10698, 11132, 10559, 11096, 9440, 10889, 10286, 10272, 9621, 9332, 9532, 10894, 9424, 9757, 9994, 8975, 13130, 10730, 10651, 9462, 8626, 10230, 9084, 9997, 9574, 11137, 12405, 10769, 9891, 9282, 9379, 12775, 10359, 11241, 10215, 9155, 10431, 9820, 10724, 9869, 9744, 10406, 9614, 8858, 10001, 9333, 10865, 9904, 8873, 10083, 8906, 9880, 9376, 10284, 11626, 9741, 10560, 9527, 8884, 10709, 10641, 10558, 9708, 9332, 9341, 9161, 8991, 10452, 9889, 10695, 9477, 9262, 10584, 10326, 10646, 9609, 10332, 9914, 8791, 9268, 9469, 9430, 11906, 9857, 9445, 9496, 8947, 10667, 9827, 10425, 9705, 8767, 10118, 8967, 10507, 9306, 10016, 9566, 8767, 9437, 9002, 8614, 9908, 8611, 11297, 8795, 10313, 9876, 9845, 10265, 9455, 10671, 12146, 10157, 9534, 9501, 9673, 10245, 9060, 12629, 9598, 9285, 9816, 9995, 9729, 9635, 9013, 10423, 9570, 9984, 9662, 9285, 10355, 8849, 10046, 9080, 8563, 10031, 8837, 9879, 9249, 8595, 9904, 8666, 9544, 9319, 8799, 10361, 9798, 9585, 9082, 9617, 10165, 8925, 9993, 9180, 8745, 11319, 8843, 11437, 9148, 8627, 9964, 9816, 10072, 9053, 10721, 11333, 9349, 9802, 9210, 9995, 9694, 8720, 11488, 9061, 11333, 9249, 8780, 9932, 9661, 10037, 9421, 9680, 9694, 8957, 8799, 9319, 8962, 12185, 9395, 10517, 9201, 8818, 11295, 9704, 10300, 8989, 11093, 10146, 9467, 9092, 8955, 9812, 10962, 8862, 9830, 8910, 9401, 9162, 9951, 12900, 9377, 9840, 9335, 8651, 10414, 9470, 10256, 9439, 9827, 12037, 9338, 11474, 9130, 10965, 9421, 10183, 9351, 8760, 12165, 9927, 10740, 9395, 8803, 9575, 9052, 10270, 9692, 8616, 9470, 9100, 9551, 9434, 9127, 10398, 8928, 9802, 9255, 9800, 9257, 9827, 9987, 8953, 9238, 9133, 10530, 12599, 9306, 9638, 9329, 9732, 9131, 9882, 12423, 9686, 9545, 9198, 9550, 9092, 9829, 9285, 8662, 9267, 8869, 9259, 9050, 8586, 9266, 8771, 8875, 9033, 9861, 8942, 8402, 9506, 8862, 10622, 9303, 10941, 9112, 11788, 14555, 9358, 9139, 9232, 8643, 9254, 8825, 10768, 11044, 8674, 8974, 9136, 10784, 9298, 10616, 13069, 9325, 9269, 9122, 8620, 10659, 9593, 9632, 9370, 8587, 9196, 8962, 8631, 11832, 9106, 10180, 9598, 8848, 9688, 8656, 10687, 12730, 9125, 9125, 9375, 9653, 9378, 8581, 10139, 8933, 10649, 9002, 8541, 9948, 9400, 10540, 9376, 8585, 9461, 9540, 9823, 8796, 10322, 9696, 8676, 9192, 9104, 9191, 9356, 8492, 9288, 8728, 9521, 9398, 9579, 9429, 9184, 10409, 9256, 10056, 9250, 8784, 9401, 8838, 9990, 9392, 9637, 9541, 8933, 10272, 9722, 10096, 9488, 8594, 8896, 9339, 9628, 9230, 10110, 10724, 9126, 9450, 9336, 9602, 9520, 8619, 9680, 8993, 9743, 9341, 10288, 9586, 8478, 9241, 9025, 9242, 8671, 8874, 9500, 9196, 10657, 11160, 8991, 10553, 9242, 9833, 9252, 12810, 10972, 9098, 10236, 8879, 9896, 9105, 12280, 11397, 8828, 9887, 9237, 8936, 11317, 9357, 9626, 9167, 9783, 9150, 10591, 9387, 8580, 9279, 8872, 9063, 9463, 10278, 12713, 8878, 9689, 9218, 8536, 8930, 8540, 9961, 8740, 11547, 9465, 8591, 9003, 8757, 13231, 9023, 10231, 9307, 8981, 8891, 8649, 9992, 9475, 9953, 9300, 9649, 8945, 8565, 9329, 8643, 9520, 9088, 8565, 10299, 8744, 9199, 8532, 10031, 8624, 8488, 9144, 8727, 9844, 9147, 9531, 10474, 8637, 9249, 9115, 9135, 9307, 9692, 13007, 8767, 10044, 9027, 8565, 10602, 8536, 9840, 8835, 11261, 8527, 8517, 9226, 8501, 10374, 9319, 8478, 9368, 9323, 9291, 8651, 10403, 8677, 8451, 9221, 8855, 9013, 9446, 8452, 10055, 8553, 10910, 8708, 8584, 12438, 9063, 13878, 8847, 10664, 9067, 8896, 8688, 8532, 9123, 8508, 10443, 11338, 9075, 9479, 8985, 10967, 8903, 10061, 9288, 10540, 9609, 10486, 8966, 8491, 9523, 9043, 8527, 9333, 9169, 9597, 8482, 10784, 9345, 10032, 10947, 9272, 8623, 9324, 11189, 9267, 9797, 9139, 9475, 8826, 9985, 9261, 10981, 9576, 11890, 15122, 9426, 12317, 10725, 12142, 11228, 10002, 9555, 9776, 9942, 12137, 9382, 10290, 9341, 9121, 9274, 9183, 9702, 9661, 10089, 9105, 8897, 9289, 9477, 8608, 9632, 9370, 9023, 9159, 9336, 9088, 8931, 8513, 10177, 8969, 9975, 9352, 9016, 9426, 9429, 9101, 8725, 10810, 9197, 9347, 9720, 9286, 9811, 10997, 9431, 9082, 9560, 8531, 11403, 9230, 11578, 8651, 8710, 9632, 9290, 10454, 9451, 8919, 9842, 8898, 9811, 9289, 8558, 10186, 9056, 12170, 13011, 8932, 9165, 9561, 9919, 11991, 9295, 9067, 9734, 8713, 9338, 8561, 10240, 9538, 8607, 9163], 'WindowCenter': [4643.0, 4608.0, 4624.0, 4603.0, 4609.0, 4578.0, 4578.0, 4597.0, 4577.0, 4586.0, 4589.0, 4578.0, 4598.0, 4568.0, 4598.0, 4587.0, 4566.0, 4589.0, 4576.0, 4576.0, 4567.0, 4597.0, 4591.0, 4609.0, 4593.0, 4590.0, 4590.0, 4588.0, 4610.0, 4603.0, 4612.0, 4600.0, 4594.0, 4600.0, 4591.0, 4590.0, 4603.0, 4595.0, 4614.0, 4582.0, 4626.0, 4593.0, 4600.0, 4600.0, 4571.0, 4601.0, 4580.0, 4599.0, 4578.0, 4589.0, 4579.0, 4590.0, 4610.0, 4590.0, 4577.0, 4599.0, 4588.0, 4597.0, 4580.0, 4609.0, 4598.0, 4577.0, 4588.0, 4598.0, 4598.0, 4588.0, 4598.0, 4576.0, 4567.0, 4586.0, 4585.0, 4609.0, 4600.0, 4597.0, 4588.0, 4584.0, 4597.0, 4577.0, 4600.0, 4590.0, 4586.0, 4588.0, 4577.0, 4596.0, 4575.0, 4580.0, 4588.0, 4576.0, 4588.0, 4576.0, 4587.0, 4588.0, 4589.0, 4602.0, 4568.0, 4600.0, 4586.0, 4588.0, 4587.0, 4578.0, 4596.0, 4598.0, 4588.0, 4588.0, 4568.0, 4588.0, 4566.0, 4585.0, 4566.0, 4588.0, 4587.0, 4576.0, 4576.0, 4578.0, 4587.0, 4610.0, 4590.0, 4598.0, 4578.0, 4601.0, 4578.0, 4599.0, 4578.0, 4601.0, 4588.0, 4606.0, 4586.0, 4578.0, 4587.0, 4596.0, 4587.0, 4575.0, 4595.0, 4583.0, 4575.0, 4565.0, 4565.0, 4588.0, 4589.0, 4611.0, 4586.0, 4596.0, 4587.0, 4587.0, 4586.0, 4597.0, 4579.0, 4580.0, 4577.0, 4589.0, 4578.0, 4600.0, 4585.0, 4576.0, 4576.0, 4577.0, 4587.0, 4568.0, 4597.0, 4574.0, 4585.0, 4589.0, 4568.0, 4599.0, 4579.0, 4600.0, 4589.0, 4601.0, 4577.0, 4577.0, 4598.0, 4588.0, 4587.0, 4588.0, 4567.0, 4597.0, 4597.0, 4597.0, 4578.0, 4598.0, 4585.0, 4586.0, 4583.0, 4574.0, 4576.0, 4575.0, 4584.0, 4576.0, 4563.0, 4573.0, 4584.0, 4575.0, 4576.0, 4564.0, 4585.0, 4577.0, 4577.0, 4579.0, 4576.0, 4585.0, 4564.0, 4588.0, 4577.0, 4570.0, 4588.0, 4586.0, 4567.0, 4587.0, 4586.0, 4587.0, 4589.0, 4580.0, 4598.0, 4579.0, 4586.0, 4576.0, 4575.0, 4578.0, 4567.0, 4577.0, 4573.0, 4575.0, 4577.0, 4587.0, 4608.0, 4599.0, 4601.0, 4578.0, 4587.0, 4599.0, 4581.0, 4591.0, 4602.0, 4590.0, 4624.0, 4588.0, 4599.0, 4587.0, 4568.0, 4609.0, 4597.0, 4601.0, 4592.0, 4569.0, 4586.0, 4595.0, 4587.0, 4578.0, 4578.0, 4577.0, 4587.0, 4597.0, 4577.0, 4597.0, 4577.0, 4588.0, 4578.0, 4586.0, 4567.0, 4579.0, 4579.0, 4591.0, 4569.0, 4588.0, 4590.0, 4581.0, 4618.0, 4589.0, 4601.0, 4570.0, 4567.0, 4588.0, 4569.0, 4589.0, 4581.0, 4599.0, 4598.0, 4579.0, 4578.0, 4567.0, 4574.0, 4598.0, 4586.0, 4587.0, 4573.0, 4563.0, 4576.0, 4577.0, 4587.0, 4567.0, 4577.0, 4577.0, 4566.0, 4564.0, 4564.0, 4566.0, 4586.0, 4567.0, 4565.0, 4577.0, 4565.0, 4577.0, 4568.0, 4573.0, 4596.0, 4576.0, 4587.0, 4565.0, 4556.0, 4573.0, 4575.0, 4565.0, 4572.0, 4554.0, 4575.0, 4566.0, 4567.0, 4585.0, 4576.0, 4587.0, 4567.0, 4557.0, 4576.0, 4576.0, 4576.0, 4568.0, 4587.0, 4566.0, 4567.0, 4579.0, 4578.0, 4568.0, 4588.0, 4577.0, 4575.0, 4579.0, 4568.0, 4588.0, 4577.0, 4577.0, 4579.0, 4570.0, 4589.0, 4557.0, 4588.0, 4577.0, 4566.0, 4577.0, 4555.0, 4575.0, 4576.0, 4570.0, 4577.0, 4568.0, 4612.0, 4566.0, 4576.0, 4577.0, 4567.0, 4588.0, 4568.0, 4588.0, 4608.0, 4587.0, 4575.0, 4578.0, 4566.0, 4578.0, 4566.0, 4609.0, 4566.0, 4565.0, 4564.0, 4573.0, 4576.0, 4575.0, 4556.0, 4585.0, 4566.0, 4574.0, 4575.0, 4557.0, 4586.0, 4567.0, 4574.0, 4556.0, 4565.0, 4575.0, 4566.0, 4569.0, 4580.0, 4569.0, 4589.0, 4557.0, 4569.0, 4580.0, 4571.0, 4590.0, 4579.0, 4578.0, 4566.0, 4567.0, 4579.0, 4568.0, 4588.0, 4579.0, 4558.0, 4584.0, 4568.0, 4586.0, 4558.0, 4566.0, 4577.0, 4587.0, 4576.0, 4556.0, 4588.0, 4586.0, 4565.0, 4567.0, 4577.0, 4575.0, 4577.0, 4546.0, 4598.0, 4566.0, 4586.0, 4566.0, 4555.0, 4574.0, 4576.0, 4575.0, 4567.0, 4578.0, 4566.0, 4556.0, 4557.0, 4577.0, 4568.0, 4588.0, 4567.0, 4577.0, 4567.0, 4557.0, 4596.0, 4567.0, 4577.0, 4558.0, 4595.0, 4578.0, 4568.0, 4556.0, 4558.0, 4578.0, 4589.0, 4579.0, 4590.0, 4569.0, 4578.0, 4579.0, 4578.0, 4598.0, 4567.0, 4578.0, 4568.0, 4566.0, 4578.0, 4570.0, 4590.0, 4582.0, 4590.0, 4609.0, 4577.0, 4597.0, 4576.0, 4597.0, 4567.0, 4568.0, 4568.0, 4554.0, 4587.0, 4576.0, 4575.0, 4564.0, 4567.0, 4566.0, 4557.0, 4586.0, 4590.0, 4570.0, 4577.0, 4566.0, 4576.0, 4567.0, 4567.0, 4588.0, 4580.0, 4576.0, 4556.0, 4575.0, 4566.0, 4567.0, 4565.0, 4564.0, 4568.0, 4554.0, 4586.0, 4609.0, 4555.0, 4564.0, 4564.0, 4563.0, 4564.0, 4575.0, 4599.0, 4565.0, 4553.0, 4564.0, 4562.0, 4566.0, 4566.0, 4555.0, 4555.0, 4572.0, 4556.0, 4566.0, 4564.0, 4556.0, 4565.0, 4563.0, 4566.0, 4555.0, 4576.0, 4589.0, 4567.0, 4568.0, 4564.0, 4586.0, 4576.0, 4585.0, 4567.0, 4595.0, 4606.0, 4565.0, 4563.0, 4563.0, 4554.0, 4555.0, 4566.0, 4586.0, 4576.0, 4554.0, 4555.0, 4563.0, 4582.0, 4553.0, 4567.0, 4606.0, 4547.0, 4562.0, 4562.0, 4550.0, 4562.0, 4553.0, 4553.0, 4560.0, 4556.0, 4555.0, 4553.0, 4565.0, 4585.0, 4566.0, 4574.0, 4576.0, 4566.0, 4575.0, 4567.0, 4575.0, 4606.0, 4553.0, 4566.0, 4576.0, 4576.0, 4566.0, 4559.0, 4575.0, 4564.0, 4584.0, 4562.0, 4565.0, 4576.0, 4564.0, 4587.0, 4556.0, 4562.0, 4574.0, 4575.0, 4574.0, 4554.0, 4575.0, 4575.0, 4566.0, 4564.0, 4563.0, 4555.0, 4565.0, 4567.0, 4576.0, 4563.0, 4570.0, 4575.0, 4575.0, 4577.0, 4563.0, 4577.0, 4575.0, 4576.0, 4577.0, 4554.0, 4565.0, 4566.0, 4587.0, 4566.0, 4577.0, 4587.0, 4566.0, 4578.0, 4587.0, 4579.0, 4567.0, 4557.0, 4557.0, 4567.0, 4576.0, 4579.0, 4587.0, 4588.0, 4576.0, 4588.0, 4577.0, 4577.0, 4569.0, 4566.0, 4567.0, 4568.0, 4578.0, 4579.0, 4587.0, 4578.0, 4568.0, 4575.0, 4568.0, 4579.0, 4579.0, 4570.0, 4588.0, 4592.0, 4591.0, 4601.0, 4581.0, 4590.0, 4568.0, 4568.0, 4578.0, 4603.0, 4574.0, 4565.0, 4566.0, 4554.0, 4566.0, 4564.0, 4583.0, 4581.0, 4563.0, 4565.0, 4574.0, 4564.0, 4598.0, 4578.0, 4567.0, 4578.0, 4568.0, 4557.0, 4566.0, 4556.0, 4546.0, 4554.0, 4546.0, 4544.0, 4565.0, 4566.0, 4606.0, 4555.0, 4573.0, 4566.0, 4558.0, 4566.0, 4555.0, 4566.0, 4566.0, 4598.0, 4565.0, 4546.0, 4562.0, 4545.0, 4605.0, 4562.0, 4564.0, 4564.0, 4554.0, 4565.0, 4553.0, 4574.0, 4565.0, 4566.0, 4556.0, 4555.0, 4566.0, 4566.0, 4574.0, 4567.0, 4579.0, 4566.0, 4567.0, 4576.0, 4568.0, 4568.0, 4558.0, 4576.0, 4559.0, 4568.0, 4577.0, 4567.0, 4577.0, 4578.0, 4564.0, 4588.0, 4564.0, 4579.0, 4575.0, 4578.0, 4568.0, 4575.0, 4607.0, 4565.0, 4573.0, 4566.0, 4557.0, 4587.0, 4569.0, 4579.0, 4594.0, 4600.0, 4567.0, 4566.0, 4576.0, 4569.0, 4576.0, 4575.0, 4557.0, 4577.0, 4573.0, 4576.0, 4568.0, 4576.0, 4568.0, 4546.0, 4566.0, 4569.0, 4567.0, 4572.0, 4567.0, 4583.0, 4556.0, 4592.0, 4567.0, 4558.0, 4606.0, 4566.0, 4607.0, 4558.0, 4589.0, 4565.0, 4565.0, 4557.0, 4562.0, 4576.0, 4555.0, 4598.0, 4589.0, 4573.0, 4590.0, 4571.0, 4590.0, 4581.0, 4586.0, 4576.0, 4578.0, 4590.0, 4597.0, 4575.0, 4558.0, 4568.0, 4566.0, 4557.0, 4568.0, 4574.0, 4588.0, 4569.0, 4626.0, 4604.0, 4601.0, 4624.0, 4593.0, 4578.0, 4575.0, 4596.0, 4578.0, 4576.0, 4567.0, 4577.0, 4578.0, 4580.0, 4591.0, 4600.0, 4580.0, 4586.0, 4606.0, 4553.0, 4585.0, 4562.0, 4561.0, 4550.0, 4550.0, 4538.0, 4550.0, 4539.0, 4567.0, 4529.0, 4550.0, 4548.0, 4539.0, 4540.0, 4553.0, 4539.0, 4550.0, 4561.0, 4551.0, 4552.0, 4541.0, 4563.0, 4555.0, 4550.0, 4553.0, 4564.0, 4566.0, 4570.0, 4558.0, 4567.0, 4568.0, 4576.0, 4562.0, 4579.0, 4578.0, 4558.0, 4567.0, 4568.0, 4568.0, 4557.0, 4577.0, 4579.0, 4580.0, 4567.0, 4580.0, 4579.0, 4600.0, 4579.0, 4568.0, 4569.0, 4569.0, 4595.0, 4577.0, 4588.0, 4570.0, 4555.0, 4567.0, 4568.0, 4576.0, 4578.0, 4555.0, 4574.0, 4558.0, 4577.0, 4556.0, 4545.0, 4586.0, 4558.0, 4597.0, 4606.0, 4566.0, 4563.0, 4554.0, 4564.0, 4585.0, 4568.0, 4558.0, 4575.0, 4555.0, 4568.0, 4566.0, 4577.0, 4581.0, 4568.0, 4576.0], 'WindowWidth': [10170.0, 10108.0, 10130.0, 10094.0, 10098.0, 10043.0, 10051.0, 10073.0, 10045.0, 10056.0, 10058.0, 10049.0, 10074.0, 10028.0, 10074.0, 10059.0, 10026.0, 10065.0, 10044.0, 10037.0, 10033.0, 10073.0, 10073.0, 10096.0, 10077.0, 10070.0, 10061.0, 10065.0, 10096.0, 10093.0, 10105.0, 10086.0, 10080.0, 10079.0, 10074.0, 10072.0, 10092.0, 10084.0, 10109.0, 10057.0, 10128.0, 10077.0, 10084.0, 10085.0, 10046.0, 10087.0, 10054.0, 10080.0, 10044.0, 10068.0, 10046.0, 10067.0, 10098.0, 10068.0, 10049.0, 10080.0, 10065.0, 10077.0, 10049.0, 10095.0, 10078.0, 10046.0, 10055.0, 10075.0, 10076.0, 10060.0, 10075.0, 10043.0, 10031.0, 10057.0, 10055.0, 10095.0, 10083.0, 10074.0, 10063.0, 10053.0, 10073.0, 10041.0, 10082.0, 10068.0, 10052.0, 10063.0, 10044.0, 10069.0, 10041.0, 10054.0, 10063.0, 10046.0, 10063.0, 10038.0, 10060.0, 10065.0, 10069.0, 10087.0, 10030.0, 10082.0, 10056.0, 10063.0, 10060.0, 10048.0, 10074.0, 10076.0, 10064.0, 10063.0, 10036.0, 10062.0, 10031.0, 10057.0, 10023.0, 10061.0, 10057.0, 10043.0, 10037.0, 10049.0, 10055.0, 10096.0, 10070.0, 10080.0, 10044.0, 10084.0, 10044.0, 10079.0, 10043.0, 10084.0, 10062.0, 10084.0, 10058.0, 10047.0, 10059.0, 10069.0, 10058.0, 10040.0, 10068.0, 10047.0, 10041.0, 10020.0, 10029.0, 10063.0, 10067.0, 10102.0, 10060.0, 10073.0, 10059.0, 10062.0, 10054.0, 10074.0, 10052.0, 10054.0, 10041.0, 10064.0, 10049.0, 10082.0, 10054.0, 10045.0, 10043.0, 10046.0, 10061.0, 10030.0, 10075.0, 10032.0, 10056.0, 10063.0, 10036.0, 10079.0, 10052.0, 10082.0, 10067.0, 10084.0, 10041.0, 10047.0, 10077.0, 10063.0, 10055.0, 10062.0, 10027.0, 10074.0, 10073.0, 10074.0, 10043.0, 10075.0, 10047.0, 10056.0, 10049.0, 10038.0, 10036.0, 10039.0, 10052.0, 10042.0, 10022.0, 10029.0, 10053.0, 10042.0, 10044.0, 10019.0, 10056.0, 10047.0, 10048.0, 10047.0, 10044.0, 10055.0, 10026.0, 10062.0, 10046.0, 10038.0, 10060.0, 10051.0, 10035.0, 10060.0, 10052.0, 10062.0, 10069.0, 10055.0, 10076.0, 10050.0, 10057.0, 10044.0, 10041.0, 10047.0, 10024.0, 10044.0, 10038.0, 10043.0, 10042.0, 10063.0, 10093.0, 10080.0, 10085.0, 10045.0, 10062.0, 10080.0, 10058.0, 10072.0, 10088.0, 10070.0, 10124.0, 10067.0, 10082.0, 10062.0, 10030.0, 10093.0, 10075.0, 10085.0, 10074.0, 10033.0, 10059.0, 10069.0, 10061.0, 10050.0, 10049.0, 10038.0, 10061.0, 10075.0, 10040.0, 10074.0, 10048.0, 10063.0, 10040.0, 10059.0, 10027.0, 10055.0, 10046.0, 10067.0, 10034.0, 10067.0, 10070.0, 10056.0, 10105.0, 10061.0, 10086.0, 10037.0, 10035.0, 10063.0, 10039.0, 10066.0, 10057.0, 10079.0, 10072.0, 10044.0, 10050.0, 10027.0, 10041.0, 10070.0, 10058.0, 10056.0, 10033.0, 10023.0, 10036.0, 10046.0, 10059.0, 10029.0, 10047.0, 10039.0, 10023.0, 10026.0, 10019.0, 10030.0, 10058.0, 10026.0, 10028.0, 10046.0, 10029.0, 10041.0, 10028.0, 10037.0, 10071.0, 10042.0, 10060.0, 10020.0, 10010.0, 10037.0, 10039.0, 10023.0, 10036.0, 10005.0, 10042.0, 10024.0, 10032.0, 10055.0, 10044.0, 10061.0, 10025.0, 10013.0, 10036.0, 10043.0, 10037.0, 10029.0, 10061.0, 10025.0, 10033.0, 10050.0, 10050.0, 10030.0, 10056.0, 10046.0, 10044.0, 10051.0, 10034.0, 10062.0, 10047.0, 10042.0, 10052.0, 10039.0, 10065.0, 10014.0, 10063.0, 10045.0, 10024.0, 10049.0, 10007.0, 10043.0, 10045.0, 10040.0, 10039.0, 10036.0, 10105.0, 10034.0, 10039.0, 10045.0, 10026.0, 10063.0, 10029.0, 10064.0, 10090.0, 10059.0, 10044.0, 10048.0, 10022.0, 10048.0, 10028.0, 10097.0, 10022.0, 10027.0, 10016.0, 10035.0, 10042.0, 10043.0, 10010.0, 10056.0, 10023.0, 10039.0, 10042.0, 10010.0, 10059.0, 10032.0, 10040.0, 10010.0, 10029.0, 10043.0, 10031.0, 10032.0, 10055.0, 10038.0, 10065.0, 10015.0, 10033.0, 10055.0, 10045.0, 10070.0, 10046.0, 10049.0, 10032.0, 10026.0, 10045.0, 10036.0, 10066.0, 10053.0, 10016.0, 10047.0, 10035.0, 10053.0, 10016.0, 10031.0, 10048.0, 10061.0, 10044.0, 10013.0, 10063.0, 10057.0, 10029.0, 10026.0, 10045.0, 10040.0, 10046.0, 9996.0, 10077.0, 10030.0, 10051.0, 10030.0, 10015.0, 10038.0, 10043.0, 10042.0, 10033.0, 10048.0, 10023.0, 10011.0, 10020.0, 10047.0, 10034.0, 10055.0, 10032.0, 10039.0, 10032.0, 10013.0, 10070.0, 10025.0, 10041.0, 10016.0, 10072.0, 10041.0, 10029.0, 10010.0, 10016.0, 10042.0, 10060.0, 10052.0, 10069.0, 10033.0, 10051.0, 10054.0, 10044.0, 10071.0, 10029.0, 10045.0, 10031.0, 10033.0, 10044.0, 10036.0, 10070.0, 10060.0, 10072.0, 10094.0, 10047.0, 10074.0, 10046.0, 10078.0, 10027.0, 10028.0, 10033.0, 10012.0, 10052.0, 10044.0, 10034.0, 10025.0, 10031.0, 10023.0, 10012.0, 10059.0, 10070.0, 10041.0, 10049.0, 10031.0, 10045.0, 10029.0, 10029.0, 10063.0, 10056.0, 10047.0, 10010.0, 10041.0, 10030.0, 10024.0, 10020.0, 10026.0, 10034.0, 10005.0, 10055.0, 10095.0, 10008.0, 10020.0, 10026.0, 10017.0, 10025.0, 10039.0, 10075.0, 10021.0, 10005.0, 10025.0, 10021.0, 10029.0, 10020.0, 10007.0, 10013.0, 10036.0, 10010.0, 10028.0, 10025.0, 10009.0, 10020.0, 10026.0, 10032.0, 10010.0, 10044.0, 10072.0, 10034.0, 10029.0, 10022.0, 10060.0, 10046.0, 10055.0, 10033.0, 10068.0, 10076.0, 10025.0, 10023.0, 10022.0, 10011.0, 10006.0, 10028.0, 10057.0, 10037.0, 10011.0, 10006.0, 10022.0, 10046.0, 10000.0, 10020.0, 10085.0, 9993.0, 10019.0, 10018.0, 9999.0, 10011.0, 10001.0, 10002.0, 10018.0, 10010.0, 10009.0, 10004.0, 10028.0, 10047.0, 10031.0, 10035.0, 10045.0, 10032.0, 10043.0, 10032.0, 10034.0, 10085.0, 10003.0, 10026.0, 10045.0, 10043.0, 10030.0, 10015.0, 10044.0, 10026.0, 10052.0, 10021.0, 10028.0, 10043.0, 10026.0, 10062.0, 10011.0, 10022.0, 10039.0, 10039.0, 10037.0, 10011.0, 10042.0, 10043.0, 10030.0, 10025.0, 10023.0, 10006.0, 10022.0, 10032.0, 10045.0, 10026.0, 10033.0, 10043.0, 10042.0, 10047.0, 10024.0, 10041.0, 10041.0, 10044.0, 10046.0, 10006.0, 10023.0, 10030.0, 10062.0, 10024.0, 10046.0, 10062.0, 10026.0, 10043.0, 10063.0, 10047.0, 10027.0, 10014.0, 10013.0, 10027.0, 10045.0, 10053.0, 10061.0, 10057.0, 10046.0, 10066.0, 10049.0, 10048.0, 10032.0, 10032.0, 10028.0, 10028.0, 10051.0, 10052.0, 10063.0, 10044.0, 10036.0, 10045.0, 10030.0, 10054.0, 10053.0, 10037.0, 10066.0, 10076.0, 10068.0, 10080.0, 10059.0, 10064.0, 10029.0, 10029.0, 10050.0, 10079.0, 10033.0, 10027.0, 10022.0, 10010.0, 10022.0, 10026.0, 10043.0, 10044.0, 10024.0, 10020.0, 10041.0, 10028.0, 10078.0, 10046.0, 10029.0, 10053.0, 10030.0, 10012.0, 10022.0, 10009.0, 9993.0, 10004.0, 9996.0, 9991.0, 10026.0, 10022.0, 10084.0, 10005.0, 10037.0, 10031.0, 10015.0, 10030.0, 10015.0, 10025.0, 10031.0, 10074.0, 10022.0, 9996.0, 10022.0, 9994.0, 10082.0, 10020.0, 10020.0, 10023.0, 10012.0, 10026.0, 10008.0, 10037.0, 10026.0, 10023.0, 10009.0, 10006.0, 10029.0, 10029.0, 10040.0, 10033.0, 10050.0, 10033.0, 10034.0, 10037.0, 10036.0, 10030.0, 10016.0, 10046.0, 10021.0, 10036.0, 10050.0, 10035.0, 10040.0, 10050.0, 10021.0, 10057.0, 10027.0, 10052.0, 10044.0, 10048.0, 10030.0, 10044.0, 10087.0, 10029.0, 10040.0, 10033.0, 10015.0, 10059.0, 10039.0, 10046.0, 10081.0, 10083.0, 10034.0, 10032.0, 10046.0, 10039.0, 10040.0, 10043.0, 10020.0, 10046.0, 10039.0, 10045.0, 10035.0, 10037.0, 10037.0, 9997.0, 10024.0, 10031.0, 10035.0, 10037.0, 10035.0, 10056.0, 10013.0, 10065.0, 10034.0, 10017.0, 10085.0, 10030.0, 10081.0, 10014.0, 10062.0, 10028.0, 10028.0, 10011.0, 10023.0, 10046.0, 10010.0, 10078.0, 10060.0, 10042.0, 10070.0, 10038.0, 10066.0, 10057.0, 10060.0, 10046.0, 10044.0, 10070.0, 10077.0, 10043.0, 10015.0, 10031.0, 10032.0, 10014.0, 10028.0, 10041.0, 10066.0, 10035.0, 10130.0, 10101.0, 10089.0, 10131.0, 10081.0, 10053.0, 10044.0, 10071.0, 10050.0, 10040.0, 10028.0, 10047.0, 10051.0, 10049.0, 10072.0, 10083.0, 10054.0, 10050.0, 10075.0, 10005.0, 10052.0, 10016.0, 10005.0, 9988.0, 9993.0, 9970.0, 9996.0, 9973.0, 10013.0, 9959.0, 9990.0, 9992.0, 9973.0, 9978.0, 10004.0, 9975.0, 9998.0, 10013.0, 10003.0, 10003.0, 9981.0, 10019.0, 10012.0, 9994.0, 10001.0, 10024.0, 10031.0, 10036.0, 10015.0, 10027.0, 10036.0, 10038.0, 10023.0, 10048.0, 10050.0, 10016.0, 10027.0, 10028.0, 10036.0, 10015.0, 10040.0, 10051.0, 10055.0, 10029.0, 10055.0, 10045.0, 10083.0, 10052.0, 10037.0, 10032.0, 10041.0, 10070.0, 10047.0, 10057.0, 10040.0, 10010.0, 10027.0, 10028.0, 10038.0, 10052.0, 10010.0, 10040.0, 10015.0, 10046.0, 10008.0, 9993.0, 10057.0, 10015.0, 10075.0, 10084.0, 10029.0, 10018.0, 10005.0, 10016.0, 10049.0, 10030.0, 10015.0, 10042.0, 10008.0, 10034.0, 10031.0, 10039.0, 10053.0, 10036.0, 10045.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.0021004490690032856</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026208368017524644</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.96435210160089</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2022243218640356</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952836978179826</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4661</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6345.7783</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0689909931148995</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6571741511500547</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.451907328929066</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3500043985169836</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.738669480159577</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2670481081106377</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00579361</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017109248787164688</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027190081775188446</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.936078578677193</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>30.6836</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2667</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.8458</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301168.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>798.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.4296</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1961</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>631.6407</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3795.3</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3996.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75376.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1380.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4996.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.2169</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.94333734968677</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> |