=== 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-0033 --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-0033",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-02/func/sub-0033_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>c28152efd14d3f5521bf4842cfb158e0</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>11:56:3.045000</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_VE11C_LATEST_20160120</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.999347, 0.0347726, 0.00980601, -0.0340248, 0.997091, -0.0682087]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.102833</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>[4149, -7738, -7262, 431, -65, -89, 26, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>289.689</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b1196b6e-3ac4-4192-aa4c-6ad6fd4aed68||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811752319335938, -0.0912860855460167, 0.032803039997816086, 116.06156158447266], [-0.09329239279031754, 2.675121545791626, -0.18314231932163239, -87.956787109375], [0.026308802887797356, 0.1829988658428192, 2.6935818195343018, -92.93982696533203], [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': ['115603.045000', '115603.505000', '115603.965000', '115604.425000', '115604.885000', '115605.345000', '115605.805000', '115606.265000', '115606.725000', '115607.185000', '115607.645000', '115608.105000', '115608.565000', '115609.025000', '115609.485000', '115609.945000', '115610.405000', '115610.865000', '115611.325000', '115611.785000', '115612.245000', '115612.705000', '115613.165000', '115613.625000', '115614.085000', '115614.545000', '115615.005000', '115615.465000', '115615.925000', '115616.385000', '115616.845000', '115617.305000', '115617.765000', '115618.225000', '115618.685000', '115619.145000', '115619.605000', '115620.065000', '115620.525000', '115620.985000', '115621.445000', '115621.905000', '115622.365000', '115622.825000', '115623.285000', '115623.745000', '115624.205000', '115624.665000', '115625.125000', '115625.585000', '115626.045000', '115626.505000', '115626.965000', '115627.425000', '115627.885000', '115628.345000', '115628.805000', '115629.265000', '115629.725000', '115630.185000', '115630.645000', '115631.105000', '115631.565000', '115632.025000', '115632.485000', '115632.945000', '115633.405000', '115633.865000', '115634.325000', '115634.785000', '115635.245000', '115635.705000', '115636.165000', '115636.625000', '115637.085000', '115637.545000', '115638.005000', '115638.465000', '115638.925000', '115639.385000', '115639.845000', '115640.305000', '115640.765000', '115641.225000', '115641.685000', '115642.145000', '115642.605000', '115643.065000', '115643.525000', '115643.985000', '115644.445000', '115644.905000', '115645.365000', '115645.825000', '115646.285000', '115646.745000', '115647.205000', '115647.665000', '115648.125000', '115648.585000', '115649.045000', '115649.505000', '115649.965000', '115650.425000', '115650.885000', '115651.345000', '115651.805000', '115652.265000', '115652.725000', '115653.185000', '115653.645000', '115654.105000', '115654.565000', '115655.025000', '115655.485000', '115655.945000', '115656.405000', '115656.865000', '115657.325000', '115657.785000', '115658.245000', '115658.705000', '115659.165000', '115659.625000', '115700.085000', '115700.545000', '115701.005000', '115701.465000', '115701.925000', '115702.385000', '115702.845000', '115703.305000', '115703.765000', '115704.225000', '115704.685000', '115705.145000', '115705.605000', '115706.065000', '115706.525000', '115706.985000', '115707.445000', '115707.905000', '115708.365000', '115708.825000', '115709.285000', '115709.745000', '115710.205000', '115710.665000', '115711.125000', '115711.585000', '115712.045000', '115712.505000', '115712.965000', '115713.425000', '115713.885000', '115714.345000', '115714.805000', '115715.265000', '115715.725000', '115716.185000', '115716.645000', '115717.105000', '115717.565000', '115718.025000', '115718.485000', '115718.945000', '115719.405000', '115719.865000', '115720.325000', '115720.785000', '115721.245000', '115721.705000', '115722.165000', '115722.625000', '115723.085000', '115723.545000', '115724.005000', '115724.465000', '115724.925000', '115725.385000', '115725.845000', '115726.305000', '115726.765000', '115727.225000', '115727.685000', '115728.145000', '115728.605000', '115729.065000', '115729.525000', '115729.985000', '115730.445000', '115730.905000', '115731.365000', '115731.825000', '115732.285000', '115732.745000', '115733.205000', '115733.665000', '115734.125000', '115734.585000', '115735.045000', '115735.505000', '115735.965000', '115736.425000', '115736.885000', '115737.345000', '115737.805000', '115738.265000', '115738.725000', '115739.185000', '115739.645000', '115740.105000', '115740.565000', '115741.025000', '115741.485000', '115741.945000', '115742.405000', '115742.865000', '115743.325000', '115743.785000', '115744.245000', '115744.705000', '115745.165000', '115745.625000', '115746.085000', '115746.545000', '115747.005000', '115747.465000', '115747.925000', '115748.385000', '115748.845000', '115749.305000', '115749.765000', '115750.225000', '115750.685000', '115751.145000', '115751.605000', '115752.065000', '115752.525000', '115752.985000', '115753.445000', '115753.905000', '115754.365000', '115754.825000', '115755.285000', '115755.745000', '115756.205000', '115756.665000', '115757.125000', '115757.585000', '115758.045000', '115758.505000', '115758.965000', '115759.425000', '115759.885000', '115800.345000', '115800.805000', '115801.265000', '115801.725000', '115802.185000', '115802.645000', '115803.105000', '115803.565000', '115804.025000', '115804.485000', '115804.945000', '115805.405000', '115805.865000', '115806.325000', '115806.785000', '115807.245000', '115807.705000', '115808.165000', '115808.625000', '115809.085000', '115809.545000', '115810.005000', '115810.465000', '115810.925000', '115811.385000', '115811.845000', '115812.305000', '115812.765000', '115813.225000', '115813.685000', '115814.145000', '115814.605000', '115815.065000', '115815.525000', '115815.985000', '115816.445000', '115816.905000', '115817.365000', '115817.825000', '115818.285000', '115818.745000', '115819.205000', '115819.665000', '115820.125000', '115820.585000', '115821.045000', '115821.505000', '115821.965000', '115822.425000', '115822.885000', '115823.345000', '115823.805000', '115824.265000', '115824.725000', '115825.185000', '115825.645000', '115826.105000', '115826.565000', '115827.025000', '115827.485000', '115827.945000', '115828.405000', '115828.865000', '115829.325000', '115829.785000', '115830.245000', '115830.705000', '115831.165000', '115831.625000', '115832.085000', '115832.545000', '115833.005000', '115833.465000', '115833.925000', '115834.385000', '115834.845000', '115835.305000', '115835.765000', '115836.225000', '115836.685000', '115837.145000', '115837.605000', '115838.065000', '115838.525000', '115838.985000', '115839.445000', '115839.905000', '115840.365000', '115840.825000', '115841.285000', '115841.745000', '115842.205000', '115842.665000', '115843.125000', '115843.585000', '115844.045000', '115844.505000', '115844.965000', '115845.425000', '115845.885000', '115846.345000', '115846.805000', '115847.265000', '115847.725000', '115848.185000', '115848.645000', '115849.105000', '115849.565000', '115850.025000', '115850.485000', '115850.945000', '115851.405000', '115851.865000', '115852.325000', '115852.785000', '115853.245000', '115853.705000', '115854.165000', '115854.625000', '115855.085000', '115855.545000', '115856.005000', '115856.465000', '115856.925000', '115857.385000', '115857.845000', '115858.305000', '115858.765000', '115859.225000', '115859.685000', '115900.145000', '115900.605000', '115901.065000', '115901.525000', '115901.985000', '115902.445000', '115902.905000', '115903.365000', '115903.825000', '115904.285000', '115904.745000', '115905.205000', '115905.665000', '115906.125000', '115906.585000', '115907.045000', '115907.505000', '115907.965000', '115908.425000', '115908.885000', '115909.345000', '115909.805000', '115910.265000', '115910.725000', '115911.185000', '115911.645000', '115912.105000', '115912.565000', '115913.025000', '115913.485000', '115913.945000', '115914.405000', '115914.865000', '115915.325000', '115915.785000', '115916.245000', '115916.705000', '115917.165000', '115917.625000', '115918.085000', '115918.545000', '115919.005000', '115919.465000', '115919.925000', '115920.385000', '115920.845000', '115921.305000', '115921.765000', '115922.225000', '115922.685000', '115923.145000', '115923.605000', '115924.065000', '115924.525000', '115924.985000', '115925.445000', '115925.905000', '115926.365000', '115926.825000', '115927.285000', '115927.745000', '115928.205000', '115928.665000', '115929.125000', '115929.585000', '115930.045000', '115930.505000', '115930.965000', '115931.425000', '115931.885000', '115932.345000', '115932.805000', '115933.265000', '115933.725000', '115934.185000', '115934.645000', '115935.105000', '115935.565000', '115936.025000', '115936.485000', '115936.945000', '115937.405000', '115937.865000', '115938.325000', '115938.785000', '115939.245000', '115939.705000', '115940.165000', '115940.625000', '115941.085000', '115941.545000', '115942.005000', '115942.465000', '115942.925000', '115943.385000', '115943.845000', '115944.305000', '115944.765000', '115945.225000', '115945.685000', '115946.145000', '115946.605000', '115947.065000', '115947.525000', '115947.985000', '115948.445000', '115948.905000', '115949.365000', '115949.825000', '115950.285000', '115950.745000', '115951.205000', '115951.665000', '115952.125000', '115952.585000', '115953.045000', '115953.505000', '115953.965000', '115954.425000', '115954.885000', '115955.345000', '115955.805000', '115956.265000', '115956.725000', '115957.185000', '115957.645000', '115958.105000', '115958.565000', '115959.025000', '115959.485000', '115959.945000', '120000.405000', '120000.865000', '120001.325000', '120001.785000', '120002.245000', '120002.705000', '120003.165000', '120003.625000', '120004.085000', '120004.545000', '120005.005000', '120005.465000', '120005.925000', '120006.385000', '120006.845000', '120007.305000', '120007.765000', '120008.225000', '120008.685000', '120009.145000', '120009.605000', '120010.065000', '120010.525000', '120010.985000', '120011.445000', '120011.905000', '120012.365000', '120012.825000', '120013.285000', '120013.745000', '120014.205000', '120014.665000', '120015.125000', '120015.585000', '120016.045000', '120016.505000', '120016.965000', '120017.425000', '120017.885000', '120018.345000', '120018.805000', '120019.265000', '120019.725000', '120020.185000', '120020.645000', '120021.105000', '120021.565000', '120022.025000', '120022.485000', '120022.945000', '120023.405000', '120023.865000', '120024.325000', '120024.785000', '120025.245000', '120025.705000', '120026.165000', '120026.625000', '120027.085000', '120027.545000', '120028.005000', '120028.465000', '120028.925000', '120029.385000', '120029.845000', '120030.305000', '120030.765000', '120031.225000', '120031.685000', '120032.145000', '120032.605000', '120033.065000', '120033.525000', '120033.985000', '120034.445000', '120034.905000', '120035.365000', '120035.825000', '120036.285000', '120036.745000', '120037.205000', '120037.665000', '120038.125000', '120038.585000', '120039.045000', '120039.505000', '120039.965000', '120040.425000', '120040.885000', '120041.345000', '120041.805000', '120042.265000', '120042.725000', '120043.185000', '120043.645000', '120044.105000', '120044.565000', '120045.025000', '120045.485000', '120045.945000', '120046.405000', '120046.865000', '120047.325000', '120047.785000', '120048.245000', '120048.705000', '120049.165000', '120049.625000', '120050.085000', '120050.545000', '120051.005000', '120051.465000', '120051.925000', '120052.385000', '120052.845000', '120053.305000', '120053.765000', '120054.225000', '120054.685000', '120055.145000', '120055.605000', '120056.065000', '120056.525000', '120056.985000', '120057.445000', '120057.905000', '120058.365000', '120058.825000', '120059.285000', '120059.745000', '120100.205000', '120100.665000', '120101.125000', '120101.585000', '120102.045000', '120102.505000', '120102.965000', '120103.425000', '120103.885000', '120104.345000', '120104.805000', '120105.265000', '120105.725000', '120106.185000', '120106.645000', '120107.105000', '120107.565000', '120108.025000', '120108.485000', '120108.945000', '120109.405000', '120109.865000', '120110.325000', '120110.785000', '120111.245000', '120111.705000', '120112.165000', '120112.625000', '120113.085000', '120113.545000', '120114.005000', '120114.465000', '120114.925000', '120115.385000', '120115.845000', '120116.305000', '120116.765000', '120117.225000', '120117.685000', '120118.145000', '120118.605000', '120119.065000', '120119.525000', '120119.985000', '120120.445000', '120120.905000', '120121.365000', '120121.825000', '120122.285000', '120122.745000', '120123.205000', '120123.665000', '120124.125000', '120124.585000', '120125.045000', '120125.505000', '120125.965000', '120126.425000', '120126.885000', '120127.345000', '120127.805000', '120128.265000', '120128.725000', '120129.185000', '120129.645000', '120130.105000', '120130.565000', '120131.025000', '120131.485000', '120131.945000', '120132.405000', '120132.865000', '120133.325000', '120133.785000', '120134.245000', '120134.705000', '120135.165000', '120135.625000', '120136.085000', '120136.545000', '120137.005000', '120137.465000', '120137.925000', '120138.385000', '120138.845000', '120139.305000', '120139.765000', '120140.225000', '120140.685000', '120141.145000', '120141.605000', '120142.065000', '120142.525000', '120142.985000', '120143.445000', '120143.905000', '120144.365000', '120144.825000', '120145.285000', '120145.745000', '120146.205000', '120146.665000', '120147.125000', '120147.585000', '120148.045000', '120148.505000', '120148.965000', '120149.425000', '120149.885000', '120150.345000', '120150.805000', '120151.265000', '120151.725000', '120152.185000', '120152.645000', '120153.105000', '120153.565000', '120154.025000', '120154.485000', '120154.945000', '120155.405000', '120155.865000', '120156.325000', '120156.785000', '120157.245000', '120157.705000', '120158.165000', '120158.625000', '120159.085000', '120159.545000', '120200.005000', '120200.465000', '120200.925000', '120201.385000', '120201.845000', '120202.305000', '120202.765000', '120203.225000', '120203.685000', '120204.145000', '120204.605000', '120205.065000', '120205.525000', '120205.985000', '120206.445000', '120206.905000', '120207.365000', '120207.825000', '120208.285000', '120208.745000', '120209.205000', '120209.665000', '120210.125000', '120210.585000', '120211.045000', '120211.505000', '120211.965000', '120212.425000', '120212.885000', '120213.345000', '120213.805000', '120214.265000', '120214.725000', '120215.185000', '120215.645000', '120216.105000', '120216.565000', '120217.025000', '120217.485000', '120217.945000', '120218.405000', '120218.865000', '120219.325000', '120219.785000', '120220.245000', '120220.705000', '120221.165000', '120221.625000', '120222.085000', '120222.545000', '120223.005000', '120223.465000', '120223.925000', '120224.385000', '120224.845000', '120225.305000', '120225.765000', '120226.225000', '120226.685000', '120227.145000', '120227.605000', '120228.065000', '120228.525000', '120228.985000', '120229.445000', '120229.905000', '120230.365000', '120230.825000', '120231.285000', '120231.745000', '120232.205000', '120232.665000', '120233.125000', '120233.585000', '120234.045000', '120234.505000', '120234.965000', '120235.425000', '120235.885000', '120236.345000', '120236.805000', '120237.265000', '120237.725000', '120238.185000', '120238.645000', '120239.105000', '120239.565000', '120240.025000', '120240.485000', '120240.945000', '120241.405000', '120241.865000', '120242.325000', '120242.785000', '120243.245000', '120243.705000', '120244.165000', '120244.625000', '120245.085000', '120245.545000', '120246.005000', '120246.465000', '120246.925000', '120247.385000', '120247.845000', '120248.305000', '120248.765000', '120249.225000', '120249.685000', '120250.145000', '120250.605000', '120251.065000', '120251.525000', '120251.985000', '120252.445000', '120252.905000', '120253.365000', '120253.825000', '120254.285000', '120254.745000', '120255.205000', '120255.665000', '120256.125000', '120256.585000', '120257.045000', '120257.505000', '120257.965000', '120258.425000', '120258.885000', '120259.345000', '120259.805000', '120300.265000', '120300.725000', '120301.185000', '120301.645000', '120302.105000', '120302.565000', '120303.025000'], 'ContentTime': ['115621.212000', '115621.216000', '115621.219000', '115621.221000', '115621.232000', '115621.235000', '115621.238000', '115621.241000', '115621.244000', '115621.247000', '115621.250000', '115621.252000', '115621.255000', '115621.258000', '115621.261000', '115621.272000', '115621.276000', '115621.279000', '115621.281000', '115621.284000', '115621.287000', '115621.290000', '115621.293000', '115621.296000', '115621.299000', '115621.302000', '115621.305000', '115621.308000', '115621.311000', '115621.314000', '115621.321000', '115621.324000', '115621.327000', '115621.330000', '115621.333000', '115621.335000', '115621.338000', '115621.341000', '115641.186000', '115641.189000', '115641.192000', '115641.195000', '115641.198000', '115641.201000', '115641.203000', '115641.206000', '115641.209000', '115641.212000', '115641.215000', '115641.218000', '115641.221000', '115641.224000', '115641.227000', '115641.230000', '115641.233000', '115641.236000', '115641.238000', '115641.241000', '115641.244000', '115641.247000', '115641.250000', '115641.253000', '115641.256000', '115641.259000', '115641.262000', '115641.265000', '115641.268000', '115641.271000', '115641.273000', '115641.277000', '115641.279000', '115641.282000', '115641.285000', '115641.288000', '115641.291000', '115641.294000', '115641.297000', '115641.300000', '115641.303000', '115641.305000', '115641.308000', '115701.186000', '115701.189000', '115701.192000', '115701.194000', '115701.197000', '115701.210000', '115701.213000', '115701.216000', '115701.219000', '115701.222000', '115701.225000', '115701.228000', '115701.230000', '115701.233000', '115701.236000', '115701.239000', '115701.242000', '115701.245000', '115701.248000', '115701.251000', '115701.254000', '115701.257000', '115701.260000', '115701.263000', '115701.266000', '115701.268000', '115701.271000', '115701.274000', '115701.277000', '115701.280000', '115701.283000', '115701.286000', '115701.289000', '115701.292000', '115701.294000', '115701.297000', '115701.300000', '115701.303000', '115701.306000', '115701.309000', '115701.312000', '115701.315000', '115701.318000', '115701.320000', '115721.186000', '115721.189000', '115721.192000', '115721.195000', '115721.198000', '115721.201000', '115721.204000', '115721.206000', '115721.209000', '115721.212000', '115721.215000', '115721.218000', '115721.221000', '115721.224000', '115721.227000', '115721.230000', '115721.233000', '115721.236000', '115721.239000', '115721.242000', '115721.244000', '115721.247000', '115721.250000', '115721.253000', '115721.256000', '115721.259000', '115721.262000', '115721.265000', '115721.268000', '115721.270000', '115721.273000', '115721.276000', '115721.279000', '115721.282000', '115721.285000', '115721.288000', '115721.291000', '115721.294000', '115721.297000', '115721.299000', '115721.302000', '115721.305000', '115721.308000', '115741.185000', '115741.202000', '115741.205000', '115741.208000', '115741.211000', '115741.214000', '115741.217000', '115741.220000', '115741.223000', '115741.226000', '115741.228000', '115741.232000', '115741.234000', '115741.237000', '115741.240000', '115741.243000', '115741.246000', '115741.249000', '115741.252000', '115741.255000', '115741.258000', '115741.261000', '115741.264000', '115741.267000', '115741.270000', '115741.272000', '115741.275000', '115741.278000', '115741.281000', '115741.284000', '115741.287000', '115741.290000', '115741.293000', '115741.296000', '115741.299000', '115741.302000', '115741.304000', '115741.307000', '115741.310000', '115741.313000', '115741.316000', '115741.319000', '115741.322000', '115801.185000', '115801.188000', '115801.191000', '115801.194000', '115801.197000', '115801.200000', '115801.203000', '115801.206000', '115801.209000', '115801.211000', '115801.214000', '115801.217000', '115801.220000', '115801.223000', '115801.226000', '115801.229000', '115801.232000', '115801.235000', '115801.238000', '115801.241000', '115801.244000', '115801.246000', '115801.250000', '115801.252000', '115801.255000', '115801.258000', '115801.261000', '115801.264000', '115801.267000', '115801.270000', '115801.273000', '115801.276000', '115801.279000', '115801.282000', '115801.285000', '115801.287000', '115801.290000', '115801.293000', '115801.296000', '115801.299000', '115801.302000', '115801.305000', '115801.308000', '115801.311000', '115821.185000', '115821.188000', '115821.191000', '115821.194000', '115821.197000', '115821.200000', '115821.203000', '115821.206000', '115821.209000', '115821.212000', '115821.215000', '115821.218000', '115821.221000', '115821.224000', '115821.227000', '115821.230000', '115821.232000', '115821.235000', '115821.238000', '115821.241000', '115821.244000', '115821.247000', '115821.250000', '115821.253000', '115821.256000', '115821.259000', '115821.262000', '115821.265000', '115821.268000', '115821.270000', '115821.274000', '115821.276000', '115821.279000', '115821.282000', '115821.285000', '115821.288000', '115821.291000', '115821.294000', '115821.297000', '115821.300000', '115821.302000', '115821.305000', '115821.308000', '115841.186000', '115841.189000', '115841.192000', '115841.195000', '115841.198000', '115841.201000', '115841.204000', '115841.207000', '115841.210000', '115841.213000', '115841.216000', '115841.218000', '115841.221000', '115841.224000', '115841.227000', '115841.230000', '115841.233000', '115841.236000', '115841.239000', '115841.242000', '115841.245000', '115841.248000', '115841.251000', '115841.254000', '115841.257000', '115841.260000', '115841.263000', '115841.265000', '115841.268000', '115841.271000', '115841.274000', '115841.277000', '115841.280000', '115841.283000', '115841.286000', '115841.289000', '115841.291000', '115841.295000', '115841.297000', '115841.300000', '115841.303000', '115841.306000', '115841.309000', '115841.312000', '115901.186000', '115901.189000', '115901.192000', '115901.195000', '115901.198000', '115901.201000', '115901.204000', '115901.207000', '115901.210000', '115901.213000', '115901.216000', '115901.220000', '115901.223000', '115901.226000', '115901.229000', '115901.232000', '115901.235000', '115901.238000', '115901.241000', '115901.244000', '115901.247000', '115901.250000', '115901.253000', '115901.255000', '115901.258000', '115901.261000', '115901.264000', '115901.267000', '115901.270000', '115901.273000', '115901.276000', '115901.279000', '115901.282000', '115901.285000', '115901.288000', '115901.290000', '115901.293000', '115901.296000', '115901.299000', '115901.302000', '115901.319000', '115901.328000', '115901.331000', '115921.186000', '115921.189000', '115921.192000', '115921.195000', '115921.198000', '115921.201000', '115921.203000', '115921.206000', '115921.210000', '115921.212000', '115921.215000', '115921.218000', '115921.221000', '115921.224000', '115921.227000', '115921.230000', '115921.233000', '115921.236000', '115921.239000', '115921.242000', '115921.245000', '115921.248000', '115921.250000', '115921.253000', '115921.256000', '115921.259000', '115921.262000', '115921.265000', '115921.268000', '115921.271000', '115921.274000', '115921.277000', '115921.280000', '115921.283000', '115921.286000', '115921.289000', '115921.292000', '115921.294000', '115921.297000', '115921.300000', '115921.303000', '115921.306000', '115921.309000', '115921.312000', '115941.186000', '115941.189000', '115941.192000', '115941.195000', '115941.198000', '115941.201000', '115941.204000', '115941.207000', '115941.210000', '115941.213000', '115941.216000', '115941.219000', '115941.222000', '115941.224000', '115941.227000', '115941.230000', '115941.233000', '115941.236000', '115941.239000', '115941.242000', '115941.245000', '115941.248000', '115941.253000', '115941.256000', '115941.259000', '115941.262000', '115941.265000', '115941.268000', '115941.271000', '115941.274000', '115941.277000', '115941.280000', '115941.283000', '115941.286000', '115941.289000', '115941.291000', '115941.294000', '115941.297000', '115941.300000', '115941.303000', '115941.306000', '115941.309000', '115941.312000', '120001.186000', '120001.189000', '120001.192000', '120001.195000', '120001.198000', '120001.201000', '120001.203000', '120001.207000', '120001.209000', '120001.212000', '120001.215000', '120001.218000', '120001.221000', '120001.224000', '120001.227000', '120001.230000', '120001.233000', '120001.236000', '120001.239000', '120001.242000', '120001.245000', '120001.253000', '120001.256000', '120001.259000', '120001.262000', '120001.265000', '120001.268000', '120001.271000', '120001.274000', '120001.276000', '120001.279000', '120001.282000', '120001.285000', '120001.288000', '120001.291000', '120001.294000', '120001.297000', '120001.300000', '120001.303000', '120001.306000', '120001.309000', '120001.311000', '120001.314000', '120001.317000', '120021.185000', '120021.188000', '120021.191000', '120021.194000', '120021.197000', '120021.200000', '120021.203000', '120021.206000', '120021.209000', '120021.212000', '120021.215000', '120021.218000', '120021.220000', '120021.224000', '120021.226000', '120021.229000', '120021.232000', '120021.235000', '120021.238000', '120021.241000', '120021.244000', '120021.247000', '120021.250000', '120021.253000', '120021.255000', '120021.258000', '120021.261000', '120021.264000', '120021.267000', '120021.270000', '120021.273000', '120021.276000', '120021.279000', '120021.283000', '120021.286000', '120021.289000', '120021.292000', '120021.295000', '120021.298000', '120021.301000', '120021.304000', '120021.307000', '120021.310000', '120041.185000', '120041.188000', '120041.191000', '120041.194000', '120041.197000', '120041.200000', '120041.203000', '120041.206000', '120041.231000', '120041.233000', '120041.236000', '120041.239000', '120041.242000', '120041.245000', '120041.248000', '120041.251000', '120041.254000', '120041.257000', '120041.260000', '120041.263000', '120041.266000', '120041.269000', '120041.272000', '120041.275000', '120041.278000', '120041.281000', '120041.284000', '120041.287000', '120041.289000', '120041.292000', '120041.295000', '120041.298000', '120041.301000', '120041.304000', '120041.307000', '120041.310000', '120041.313000', '120041.316000', '120041.319000', '120041.322000', '120041.325000', '120041.328000', '120041.331000', '120041.334000', '120101.186000', '120101.189000', '120101.192000', '120101.195000', '120101.198000', '120101.202000', '120101.205000', '120101.207000', '120101.211000', '120101.213000', '120101.216000', '120101.220000', '120101.223000', '120101.226000', '120101.229000', '120101.232000', '120101.235000', '120101.238000', '120101.241000', '120101.244000', '120101.247000', '120101.250000', '120101.253000', '120101.256000', '120101.259000', '120101.262000', '120101.265000', '120101.267000', '120101.270000', '120101.273000', '120101.276000', '120101.279000', '120101.282000', '120101.285000', '120101.288000', '120101.291000', '120101.294000', '120101.299000', '120101.302000', '120101.306000', '120101.309000', '120101.312000', '120101.315000', '120121.186000', '120121.189000', '120121.192000', '120121.195000', '120121.198000', '120121.201000', '120121.204000', '120121.207000', '120121.210000', '120121.213000', '120121.216000', '120121.219000', '120121.222000', '120121.229000', '120121.232000', '120121.235000', '120121.238000', '120121.241000', '120121.244000', '120121.247000', '120121.250000', '120121.253000', '120121.256000', '120121.259000', '120121.261000', '120121.265000', '120121.268000', '120121.271000', '120121.273000', '120121.277000', '120121.279000', '120121.282000', '120121.285000', '120121.288000', '120121.291000', '120121.294000', '120121.297000', '120121.300000', '120121.303000', '120121.305000', '120121.308000', '120121.311000', '120121.314000', '120121.317000', '120141.186000', '120141.189000', '120141.192000', '120141.195000', '120141.198000', '120141.201000', '120141.204000', '120141.207000', '120141.210000', '120141.213000', '120141.216000', '120141.219000', '120141.221000', '120141.224000', '120141.227000', '120141.230000', '120141.233000', '120141.236000', '120141.239000', '120141.242000', '120141.245000', '120141.248000', '120141.251000', '120141.254000', '120141.257000', '120141.259000', '120141.262000', '120141.265000', '120141.268000', '120141.271000', '120141.274000', '120141.277000', '120141.280000', '120141.283000', '120141.286000', '120141.289000', '120141.292000', '120141.296000', '120141.300000', '120141.303000', '120141.306000', '120141.309000', '120141.312000', '120201.186000', '120201.189000', '120201.192000', '120201.195000', '120201.198000', '120201.202000', '120201.206000', '120201.210000', '120201.213000', '120201.217000', '120201.220000', '120201.223000', '120201.226000', '120201.229000', '120201.232000', '120201.235000', '120201.238000', '120201.242000', '120201.245000', '120201.248000', '120201.251000', '120201.254000', '120201.256000', '120201.259000', '120201.262000', '120201.265000', '120201.268000', '120201.271000', '120201.274000', '120201.277000', '120201.280000', '120201.283000', '120201.286000', '120201.309000', '120201.312000', '120201.315000', '120201.318000', '120201.321000', '120201.324000', '120201.326000', '120201.330000', '120201.333000', '120201.335000', '120201.338000', '120221.185000', '120221.188000', '120221.191000', '120221.194000', '120221.197000', '120221.200000', '120221.203000', '120221.206000', '120221.209000', '120221.212000', '120221.215000', '120221.218000', '120221.221000', '120221.224000', '120221.227000', '120221.230000', '120221.232000', '120221.235000', '120221.239000', '120221.241000', '120221.245000', '120221.248000', '120221.251000', '120221.254000', '120221.258000', '120221.261000', '120221.264000', '120221.267000', '120221.270000', '120221.273000', '120221.276000', '120221.279000', '120221.282000', '120221.285000', '120221.288000', '120221.290000', '120221.293000', '120221.296000', '120221.299000', '120221.302000', '120221.305000', '120221.308000', '120221.311000', '120241.185000', '120241.188000', '120241.191000', '120241.194000', '120241.197000', '120241.200000', '120241.214000', '120241.232000', '120241.244000', '120241.250000', '120241.253000', '120241.256000', '120241.265000', '120241.275000', '120241.284000', '120241.287000', '120241.290000', '120241.293000', '120241.309000', '120241.312000', '120241.315000', '120241.318000', '120241.321000', '120241.324000', '120241.327000', '120241.330000', '120241.333000', '120241.336000', '120241.339000', '120241.342000', '120241.344000', '120241.348000', '120241.350000', '120241.353000', '120241.356000', '120241.359000', '120241.362000', '120241.365000', '120241.368000', '120241.371000', '120241.374000', '120241.377000', '120241.379000', '120241.382000', '120301.185000', '120301.188000', '120301.191000', '120301.194000', '120301.197000', '120301.200000', '120301.203000', '120301.206000', '120301.209000', '120301.212000', '120301.215000', '120301.225000', '120301.228000', '120301.231000', '120301.234000', '120301.237000', '120301.240000', '120301.243000', '120301.245000', '120301.248000', '120301.251000', '120301.254000', '120301.257000', '120301.260000', '120301.263000', '120301.266000', '120301.269000', '120301.272000', '120301.275000', '120301.278000', '120301.281000', '120301.284000', '120301.286000', '120301.289000', '120301.292000', '120301.295000', '120301.298000', '120301.301000', '120301.304000', '120301.307000', '120301.310000', '120301.313000', '120301.316000', '120304.445000', '120304.448000', '120304.451000', '120304.454000', '120304.463000', '120304.466000', '120304.469000'], 'InstanceCreationTime': ['115621.212000', '115621.216000', '115621.219000', '115621.221000', '115621.232000', '115621.235000', '115621.238000', '115621.241000', '115621.244000', '115621.247000', '115621.250000', '115621.252000', '115621.255000', '115621.258000', '115621.261000', '115621.272000', '115621.276000', '115621.279000', '115621.281000', '115621.284000', '115621.287000', '115621.290000', '115621.293000', '115621.296000', '115621.299000', '115621.302000', '115621.305000', '115621.308000', '115621.311000', '115621.314000', '115621.321000', '115621.324000', '115621.327000', '115621.330000', '115621.333000', '115621.335000', '115621.338000', '115621.341000', '115641.186000', '115641.189000', '115641.192000', '115641.195000', '115641.198000', '115641.201000', '115641.203000', '115641.206000', '115641.209000', '115641.212000', '115641.215000', '115641.218000', '115641.221000', '115641.224000', '115641.227000', '115641.230000', '115641.233000', '115641.236000', '115641.238000', '115641.241000', '115641.244000', '115641.247000', '115641.250000', '115641.253000', '115641.256000', '115641.259000', '115641.262000', '115641.265000', '115641.268000', '115641.271000', '115641.273000', '115641.277000', '115641.279000', '115641.282000', '115641.285000', '115641.288000', '115641.291000', '115641.294000', '115641.297000', '115641.300000', '115641.303000', '115641.305000', '115641.308000', '115701.186000', '115701.189000', '115701.192000', '115701.194000', '115701.197000', '115701.210000', '115701.213000', '115701.216000', '115701.219000', '115701.222000', '115701.225000', '115701.228000', '115701.230000', '115701.233000', '115701.236000', '115701.239000', '115701.242000', '115701.245000', '115701.248000', '115701.251000', '115701.254000', '115701.257000', '115701.260000', '115701.263000', '115701.266000', '115701.268000', '115701.271000', '115701.274000', '115701.277000', '115701.280000', '115701.283000', '115701.286000', '115701.289000', '115701.292000', '115701.294000', '115701.297000', '115701.300000', '115701.303000', '115701.306000', '115701.309000', '115701.312000', '115701.315000', '115701.318000', '115701.320000', '115721.186000', '115721.189000', '115721.192000', '115721.195000', '115721.198000', '115721.201000', '115721.204000', '115721.206000', '115721.209000', '115721.212000', '115721.215000', '115721.218000', '115721.221000', '115721.224000', '115721.227000', '115721.230000', '115721.233000', '115721.236000', '115721.239000', '115721.242000', '115721.244000', '115721.247000', '115721.250000', '115721.253000', '115721.256000', '115721.259000', '115721.262000', '115721.265000', '115721.268000', '115721.270000', '115721.273000', '115721.276000', '115721.279000', '115721.282000', '115721.285000', '115721.288000', '115721.291000', '115721.294000', '115721.297000', '115721.299000', '115721.302000', '115721.305000', '115721.308000', '115741.185000', '115741.202000', '115741.205000', '115741.208000', '115741.211000', '115741.214000', '115741.217000', '115741.220000', '115741.223000', '115741.226000', '115741.228000', '115741.232000', '115741.234000', '115741.237000', '115741.240000', '115741.243000', '115741.246000', '115741.249000', '115741.252000', '115741.255000', '115741.258000', '115741.261000', '115741.264000', '115741.267000', '115741.270000', '115741.272000', '115741.275000', '115741.278000', '115741.281000', '115741.284000', '115741.287000', '115741.290000', '115741.293000', '115741.296000', '115741.299000', '115741.302000', '115741.304000', '115741.307000', '115741.310000', '115741.313000', '115741.316000', '115741.319000', '115741.322000', '115801.185000', '115801.188000', '115801.191000', '115801.194000', '115801.197000', '115801.200000', '115801.203000', '115801.206000', '115801.209000', '115801.211000', '115801.214000', '115801.217000', '115801.220000', '115801.223000', '115801.226000', '115801.229000', '115801.232000', '115801.235000', '115801.238000', '115801.241000', '115801.244000', '115801.246000', '115801.250000', '115801.252000', '115801.255000', '115801.258000', '115801.261000', '115801.264000', '115801.267000', '115801.270000', '115801.273000', '115801.276000', '115801.279000', '115801.282000', '115801.285000', '115801.287000', '115801.290000', '115801.293000', '115801.296000', '115801.299000', '115801.302000', '115801.305000', '115801.308000', '115801.311000', '115821.185000', '115821.188000', '115821.191000', '115821.194000', '115821.197000', '115821.200000', '115821.203000', '115821.206000', '115821.209000', '115821.212000', '115821.215000', '115821.218000', '115821.221000', '115821.224000', '115821.227000', '115821.230000', '115821.232000', '115821.235000', '115821.238000', '115821.241000', '115821.244000', '115821.247000', '115821.250000', '115821.253000', '115821.256000', '115821.259000', '115821.262000', '115821.265000', '115821.268000', '115821.270000', '115821.274000', '115821.276000', '115821.279000', '115821.282000', '115821.285000', '115821.288000', '115821.291000', '115821.294000', '115821.297000', '115821.300000', '115821.302000', '115821.305000', '115821.308000', '115841.186000', '115841.189000', '115841.192000', '115841.195000', '115841.198000', '115841.201000', '115841.204000', '115841.207000', '115841.210000', '115841.213000', '115841.216000', '115841.218000', '115841.221000', '115841.224000', '115841.227000', '115841.230000', '115841.233000', '115841.236000', '115841.239000', '115841.242000', '115841.245000', '115841.248000', '115841.251000', '115841.254000', '115841.257000', '115841.260000', '115841.263000', '115841.265000', '115841.268000', '115841.271000', '115841.274000', '115841.277000', '115841.280000', '115841.283000', '115841.286000', '115841.289000', '115841.291000', '115841.295000', '115841.297000', '115841.300000', '115841.303000', '115841.306000', '115841.309000', '115841.312000', '115901.186000', '115901.189000', '115901.192000', '115901.195000', '115901.198000', '115901.201000', '115901.204000', '115901.207000', '115901.210000', '115901.213000', '115901.216000', '115901.220000', '115901.223000', '115901.226000', '115901.229000', '115901.232000', '115901.235000', '115901.238000', '115901.241000', '115901.244000', '115901.247000', '115901.250000', '115901.253000', '115901.255000', '115901.258000', '115901.261000', '115901.264000', '115901.267000', '115901.270000', '115901.273000', '115901.276000', '115901.279000', '115901.282000', '115901.285000', '115901.288000', '115901.290000', '115901.293000', '115901.296000', '115901.299000', '115901.302000', '115901.319000', '115901.328000', '115901.331000', '115921.186000', '115921.189000', '115921.192000', '115921.195000', '115921.198000', '115921.201000', '115921.203000', '115921.206000', '115921.210000', '115921.212000', '115921.215000', '115921.218000', '115921.221000', '115921.224000', '115921.227000', '115921.230000', '115921.233000', '115921.236000', '115921.239000', '115921.242000', '115921.245000', '115921.248000', '115921.250000', '115921.253000', '115921.256000', '115921.259000', '115921.262000', '115921.265000', '115921.268000', '115921.271000', '115921.274000', '115921.277000', '115921.280000', '115921.283000', '115921.286000', '115921.289000', '115921.292000', '115921.294000', '115921.297000', '115921.300000', '115921.303000', '115921.306000', '115921.309000', '115921.312000', '115941.186000', '115941.189000', '115941.192000', '115941.195000', '115941.198000', '115941.201000', '115941.204000', '115941.207000', '115941.210000', '115941.213000', '115941.216000', '115941.219000', '115941.222000', '115941.224000', '115941.227000', '115941.230000', '115941.233000', '115941.236000', '115941.239000', '115941.242000', '115941.245000', '115941.248000', '115941.253000', '115941.256000', '115941.259000', '115941.262000', '115941.265000', '115941.268000', '115941.271000', '115941.274000', '115941.277000', '115941.280000', '115941.283000', '115941.286000', '115941.289000', '115941.291000', '115941.294000', '115941.297000', '115941.300000', '115941.303000', '115941.306000', '115941.309000', '115941.312000', '120001.186000', '120001.189000', '120001.192000', '120001.195000', '120001.198000', '120001.201000', '120001.203000', '120001.207000', '120001.209000', '120001.212000', '120001.215000', '120001.218000', '120001.221000', '120001.224000', '120001.227000', '120001.230000', '120001.233000', '120001.236000', '120001.239000', '120001.242000', '120001.245000', '120001.253000', '120001.256000', '120001.259000', '120001.262000', '120001.265000', '120001.268000', '120001.271000', '120001.274000', '120001.276000', '120001.279000', '120001.282000', '120001.285000', '120001.288000', '120001.291000', '120001.294000', '120001.297000', '120001.300000', '120001.303000', '120001.306000', '120001.309000', '120001.311000', '120001.314000', '120001.317000', '120021.185000', '120021.188000', '120021.191000', '120021.194000', '120021.197000', '120021.200000', '120021.203000', '120021.206000', '120021.209000', '120021.212000', '120021.215000', '120021.218000', '120021.220000', '120021.224000', '120021.226000', '120021.229000', '120021.232000', '120021.235000', '120021.238000', '120021.241000', '120021.244000', '120021.247000', '120021.250000', '120021.253000', '120021.255000', '120021.258000', '120021.261000', '120021.264000', '120021.267000', '120021.270000', '120021.273000', '120021.276000', '120021.279000', '120021.283000', '120021.286000', '120021.289000', '120021.292000', '120021.295000', '120021.298000', '120021.301000', '120021.304000', '120021.307000', '120021.310000', '120041.185000', '120041.188000', '120041.191000', '120041.194000', '120041.197000', '120041.200000', '120041.203000', '120041.206000', '120041.231000', '120041.233000', '120041.236000', '120041.239000', '120041.242000', '120041.245000', '120041.248000', '120041.251000', '120041.254000', '120041.257000', '120041.260000', '120041.263000', '120041.266000', '120041.269000', '120041.272000', '120041.275000', '120041.278000', '120041.281000', '120041.284000', '120041.287000', '120041.289000', '120041.292000', '120041.295000', '120041.298000', '120041.301000', '120041.304000', '120041.307000', '120041.310000', '120041.313000', '120041.316000', '120041.319000', '120041.322000', '120041.325000', '120041.328000', '120041.331000', '120041.334000', '120101.186000', '120101.189000', '120101.192000', '120101.195000', '120101.198000', '120101.202000', '120101.205000', '120101.207000', '120101.211000', '120101.213000', '120101.216000', '120101.220000', '120101.223000', '120101.226000', '120101.229000', '120101.232000', '120101.235000', '120101.238000', '120101.241000', '120101.244000', '120101.247000', '120101.250000', '120101.253000', '120101.256000', '120101.259000', '120101.262000', '120101.265000', '120101.267000', '120101.270000', '120101.273000', '120101.276000', '120101.279000', '120101.282000', '120101.285000', '120101.288000', '120101.291000', '120101.294000', '120101.299000', '120101.302000', '120101.306000', '120101.309000', '120101.312000', '120101.315000', '120121.186000', '120121.189000', '120121.192000', '120121.195000', '120121.198000', '120121.201000', '120121.204000', '120121.207000', '120121.210000', '120121.213000', '120121.216000', '120121.219000', '120121.222000', '120121.229000', '120121.232000', '120121.235000', '120121.238000', '120121.241000', '120121.244000', '120121.247000', '120121.250000', '120121.253000', '120121.256000', '120121.259000', '120121.261000', '120121.265000', '120121.268000', '120121.271000', '120121.273000', '120121.277000', '120121.279000', '120121.282000', '120121.285000', '120121.288000', '120121.291000', '120121.294000', '120121.297000', '120121.300000', '120121.303000', '120121.305000', '120121.308000', '120121.311000', '120121.314000', '120121.317000', '120141.186000', '120141.189000', '120141.192000', '120141.195000', '120141.198000', '120141.201000', '120141.204000', '120141.207000', '120141.210000', '120141.213000', '120141.216000', '120141.219000', '120141.221000', '120141.224000', '120141.227000', '120141.230000', '120141.233000', '120141.236000', '120141.239000', '120141.242000', '120141.245000', '120141.248000', '120141.251000', '120141.254000', '120141.257000', '120141.259000', '120141.262000', '120141.265000', '120141.268000', '120141.271000', '120141.274000', '120141.277000', '120141.280000', '120141.283000', '120141.286000', '120141.289000', '120141.292000', '120141.296000', '120141.300000', '120141.303000', '120141.306000', '120141.309000', '120141.312000', '120201.186000', '120201.189000', '120201.192000', '120201.195000', '120201.198000', '120201.202000', '120201.206000', '120201.210000', '120201.213000', '120201.217000', '120201.220000', '120201.223000', '120201.226000', '120201.229000', '120201.232000', '120201.235000', '120201.238000', '120201.242000', '120201.245000', '120201.248000', '120201.251000', '120201.254000', '120201.256000', '120201.259000', '120201.262000', '120201.265000', '120201.268000', '120201.271000', '120201.274000', '120201.277000', '120201.280000', '120201.283000', '120201.286000', '120201.309000', '120201.312000', '120201.315000', '120201.318000', '120201.321000', '120201.324000', '120201.326000', '120201.330000', '120201.333000', '120201.335000', '120201.338000', '120221.185000', '120221.188000', '120221.191000', '120221.194000', '120221.197000', '120221.200000', '120221.203000', '120221.206000', '120221.209000', '120221.212000', '120221.215000', '120221.218000', '120221.221000', '120221.224000', '120221.227000', '120221.230000', '120221.232000', '120221.235000', '120221.239000', '120221.241000', '120221.245000', '120221.248000', '120221.251000', '120221.254000', '120221.258000', '120221.261000', '120221.264000', '120221.267000', '120221.270000', '120221.273000', '120221.276000', '120221.279000', '120221.282000', '120221.285000', '120221.288000', '120221.290000', '120221.293000', '120221.296000', '120221.299000', '120221.302000', '120221.305000', '120221.308000', '120221.311000', '120241.185000', '120241.188000', '120241.191000', '120241.194000', '120241.197000', '120241.200000', '120241.214000', '120241.232000', '120241.244000', '120241.250000', '120241.253000', '120241.256000', '120241.265000', '120241.275000', '120241.284000', '120241.287000', '120241.290000', '120241.293000', '120241.309000', '120241.312000', '120241.315000', '120241.318000', '120241.321000', '120241.324000', '120241.327000', '120241.330000', '120241.333000', '120241.336000', '120241.339000', '120241.342000', '120241.344000', '120241.348000', '120241.350000', '120241.353000', '120241.356000', '120241.359000', '120241.362000', '120241.365000', '120241.368000', '120241.371000', '120241.374000', '120241.377000', '120241.379000', '120241.382000', '120301.185000', '120301.188000', '120301.191000', '120301.194000', '120301.197000', '120301.200000', '120301.203000', '120301.206000', '120301.209000', '120301.212000', '120301.215000', '120301.225000', '120301.228000', '120301.231000', '120301.234000', '120301.237000', '120301.240000', '120301.243000', '120301.245000', '120301.248000', '120301.251000', '120301.254000', '120301.257000', '120301.260000', '120301.263000', '120301.266000', '120301.269000', '120301.272000', '120301.275000', '120301.278000', '120301.281000', '120301.284000', '120301.286000', '120301.289000', '120301.292000', '120301.295000', '120301.298000', '120301.301000', '120301.304000', '120301.307000', '120301.310000', '120301.313000', '120301.316000', '120304.445000', '120304.448000', '120304.451000', '120304.454000', '120304.463000', '120304.466000', '120304.469000'], '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': [10377, 6710, 8575, 12562, 6768, 10247, 6962, 7705, 11103, 6994, 11104, 7055, 10047, 6968, 8933, 7096, 7051, 9823, 6977, 11046, 6897, 9271, 7162, 9396, 7024, 7392, 7991, 6853, 11689, 7485, 10267, 7372, 9358, 6742, 8836, 7058, 9243, 6998, 6352, 10987, 6784, 10423, 8412, 9975, 7675, 9064, 6944, 6675, 9671, 6519, 11414, 8487, 10067, 6648, 9214, 6703, 7203, 9884, 7029, 11562, 7306, 9903, 6877, 8973, 6699, 7569, 7630, 6867, 10349, 6807, 10579, 6961, 9775, 7941, 8876, 6791, 8143, 6887, 7072, 8801, 6818, 9087, 7031, 10544, 6853, 9598, 7465, 9590, 7071, 8356, 6870, 6697, 7141, 6573, 10935, 7293, 10556, 6803, 9651, 6757, 9623, 6489, 8580, 6726, 7903, 7087, 6553, 7262, 6553, 10895, 6786, 10760, 7986, 9178, 6858, 9010, 6931, 9317, 6669, 9164, 6819, 7766, 6941, 6548, 9930, 6709, 10859, 8664, 10710, 7697, 9562, 6698, 8868, 6605, 7134, 8998, 6759, 10401, 6613, 11104, 6646, 9340, 6720, 8988, 6735, 7602, 8060, 7003, 7077, 6738, 10570, 6848, 9712, 7090, 9072, 7064, 9678, 7077, 6667, 11491, 7025, 9849, 7515, 9263, 7247, 8166, 7209, 6743, 11507, 6754, 10769, 7226, 9431, 8363, 9258, 6687, 8248, 7011, 6927, 8196, 6683, 10952, 8026, 10012, 6835, 9381, 6474, 8045, 7000, 8052, 8830, 6871, 11645, 6800, 9688, 7056, 9303, 7650, 8279, 6579, 7747, 6875, 6486, 10031, 6682, 11207, 7027, 7959, 7075, 9970, 6904, 9541, 6770, 8446, 6837, 7037, 8994, 6833, 10867, 6621, 9599, 6857, 8283, 6915, 6378, 10812, 6787, 8136, 6872, 9268, 6981, 9290, 6819, 8831, 6771, 7525, 7182, 6636, 10634, 6672, 9792, 7883, 10133, 6957, 7303, 8187, 6664, 11813, 8114, 9939, 8101, 9203, 6686, 6932, 7293, 6825, 12159, 7615, 11056, 8180, 9084, 6795, 8642, 6971, 7616, 6612, 7172, 6781, 7078, 9974, 6895, 10140, 6861, 9374, 6766, 8624, 6737, 6480, 7954, 6674, 10983, 6799, 9874, 7341, 8563, 6961, 7084, 7096, 6621, 11477, 6566, 9810, 7868, 9510, 6888, 7432, 7108, 6630, 11551, 6553, 10066, 8101, 9071, 6528, 8241, 6804, 6577, 10516, 6764, 10950, 8057, 9766, 6849, 8404, 6900, 6697, 9107, 6450, 11113, 6906, 9380, 6842, 9326, 6622, 8773, 6692, 7383, 9606, 7887, 10280, 6675, 9232, 6986, 7895, 8494, 6839, 11796, 8569, 9564, 6651, 8861, 6690, 7328, 6991, 6835, 9611, 6466, 7243, 6990, 9632, 7015, 9810, 6900, 8564, 8073, 6713, 10404, 7000, 9711, 6949, 9539, 7497, 9863, 6672, 7032, 7276, 6593, 12016, 8322, 10183, 9039, 9288, 6509, 8640, 6620, 7702, 6953, 6970, 9385, 6491, 10605, 6902, 9471, 6737, 8994, 6986, 6953, 10637, 6752, 9699, 6609, 8732, 6961, 7705, 6587, 6415, 6894, 6951, 6850, 6703, 10116, 7833, 9424, 6878, 7270, 6904, 6714, 11102, 7194, 9808, 7900, 10358, 10222, 10611, 10261, 8917, 6938, 6814, 10252, 6630, 9272, 6959, 7221, 9442, 6917, 10409, 6581, 10599, 7349, 9740, 7214, 8836, 9880, 8773, 12669, 7590, 10541, 7037, 9324, 6669, 8906, 6334, 7451, 6616, 6697, 6924, 6506, 6924, 6576, 10011, 6796, 10480, 6730, 9849, 6654, 8675, 6640, 7578, 6918, 8590, 7152, 6788, 7229, 6668, 10710, 6597, 10272, 8645, 9288, 6495, 7606, 8299, 6778, 11138, 6975, 9453, 8415, 9664, 6548, 8264, 6879, 7680, 6876, 6663, 10570, 7418, 9671, 6883, 9899, 6815, 9496, 6758, 7985, 7903, 6747, 8744, 6985, 11247, 6905, 9461, 6602, 8087, 7484, 7449, 7083, 6622, 8471, 7056, 9688, 6634, 9400, 7871, 9876, 6725, 8604, 6732, 6976, 11396, 6657, 10127, 8014, 9263, 6955, 7165, 9173, 6774, 10798, 7250, 9123, 6762, 8741, 10520, 6860, 12196, 6834, 9185, 6719, 8102, 6760, 6833, 7248, 6925, 11222, 6901, 8914, 7053, 7155, 7054, 6631, 10625, 6837, 9831, 6806, 8573, 6738, 6908, 6920, 6737, 6989, 6872, 7999, 6913, 9931, 6885, 9264, 6843, 6964, 7022, 6700, 10717, 6661, 9908, 7105, 8908, 8082, 6796, 11793, 6797, 9810, 6708, 8609, 8194, 7534, 12082, 6974, 9866, 6934, 8997, 7017, 8724, 6660, 7188, 6934, 6789, 7217, 6956, 10478, 6666, 10986, 7809, 10045, 7056, 9934, 6732, 9466, 6704, 8213, 9124, 7495, 10802, 7036, 10157, 6693, 8721, 6907, 7714, 8339, 6791, 7371, 6732, 9203, 6696, 11469, 8510, 10743, 7974, 9124, 6660, 8137, 6875, 6471, 11808, 8091, 12046, 7263, 9442, 6691, 8026, 7055, 6859, 11827, 6846, 9871, 8183, 9065, 6844, 8353, 6746, 8926, 6417, 8864, 6981, 8973, 6532, 6918, 10133, 6695, 10437, 7006, 8761, 6755, 8297, 10515, 7344, 11627, 6898, 9415, 6900, 7192, 6919, 6388, 11401, 7290, 11647, 6675, 9616, 6790, 9008, 6460, 8056, 6732, 7627, 7017, 6867, 10414, 6982, 10332, 8039, 9877, 7913, 8499, 6793, 7151, 7321, 6758, 10139, 6913, 9838, 6549, 8311, 7003, 7009, 7191, 6496, 7270, 6812, 7449, 6800, 10088, 8145, 9237, 6554, 9608, 7113, 7375, 10562, 7967, 11134, 7059, 9740, 6668, 8134, 11164, 7097, 12428, 7910, 9557, 6975, 7621, 10575, 6739, 11427, 8504, 10280, 6793, 7164, 7245, 6821, 7234, 6581, 6695, 6507, 8019, 8225, 6344, 8704, 6346, 8723, 6892, 6502, 11266, 8233, 11249, 8287, 10370, 7644, 12132, 9372, 12592, 8783, 11030, 8121, 9062, 6534, 8357, 6391, 10839, 8477, 11178, 7203, 10360, 7959, 12303, 8764, 12741, 9839, 11954, 9335, 9418, 6689, 7056, 6683, 6374, 7030, 6322, 6352, 6563, 6320, 6915, 6360, 10894, 7753, 6225, 6697, 6231, 7041, 11332, 7491, 11055, 7267, 8965, 6674, 6775, 6449, 6478, 6168, 6385, 6437, 6496, 8471, 6599, 12307, 6690, 9938, 6481, 7181, 6808, 7572, 10428, 6745, 11908, 6512, 10587, 6603, 7697, 6290, 6818, 11354, 6923, 10945, 7849, 10383, 6240, 9103, 6393, 7737, 6537, 8737, 7463, 9743, 6922, 9523, 6670, 8390, 7266, 6467, 11360, 6986, 10615, 6994, 9382, 6952, 9712, 7121, 7697, 6432, 6717, 10956, 6934, 11329, 6880, 10617, 6674, 7873, 6515, 6851, 7943, 6467, 11459, 6433, 9873, 6821, 10094, 7030, 8623, 6545, 7118, 6323, 6711, 9005, 6587, 11620, 6856, 9495, 6624, 6744, 9528, 6732, 12050, 7306, 9780, 6843, 6857, 8391, 6552, 11512, 7295, 11007, 6655, 8590, 6541, 7119, 6599, 6899, 6250, 6793, 10337, 6398, 9272, 6475, 7529, 6319, 6757, 6427], 'WindowCenter': [4229.0, 4185.0, 4193.0, 4219.0, 4154.0, 4184.0, 4151.0, 4163.0, 4195.0, 4162.0, 4203.0, 4162.0, 4183.0, 4151.0, 4170.0, 4152.0, 4165.0, 4184.0, 4152.0, 4205.0, 4160.0, 4183.0, 4163.0, 4183.0, 4163.0, 4163.0, 4171.0, 4133.0, 4189.0, 4148.0, 4181.0, 4161.0, 4182.0, 4163.0, 4171.0, 4147.0, 4182.0, 4146.0, 4139.0, 4189.0, 4147.0, 4178.0, 4169.0, 4179.0, 4160.0, 4170.0, 4160.0, 4150.0, 4179.0, 4138.0, 4189.0, 4170.0, 4180.0, 4150.0, 4177.0, 4148.0, 4146.0, 4179.0, 4147.0, 4190.0, 4161.0, 4165.0, 4147.0, 4168.0, 4135.0, 4157.0, 4158.0, 4146.0, 4177.0, 4135.0, 4175.0, 4146.0, 4177.0, 4157.0, 4167.0, 4149.0, 4157.0, 4146.0, 4147.0, 4170.0, 4148.0, 4169.0, 4159.0, 4189.0, 4148.0, 4178.0, 4160.0, 4181.0, 4150.0, 4168.0, 4149.0, 4148.0, 4148.0, 4147.0, 4189.0, 4159.0, 4191.0, 4149.0, 4180.0, 4148.0, 4179.0, 4137.0, 4167.0, 4150.0, 4170.0, 4162.0, 4150.0, 4160.0, 4137.0, 4189.0, 4149.0, 4191.0, 4173.0, 4182.0, 4150.0, 4168.0, 4149.0, 4180.0, 4148.0, 4184.0, 4161.0, 4172.0, 4161.0, 4149.0, 4181.0, 4151.0, 4190.0, 4182.0, 4193.0, 4162.0, 4180.0, 4148.0, 4167.0, 4147.0, 4148.0, 4170.0, 4149.0, 4189.0, 4149.0, 4188.0, 4147.0, 4167.0, 4148.0, 4169.0, 4148.0, 4158.0, 4174.0, 4161.0, 4163.0, 4151.0, 4190.0, 4150.0, 4182.0, 4150.0, 4181.0, 4161.0, 4182.0, 4160.0, 4162.0, 4202.0, 4148.0, 4177.0, 4161.0, 4181.0, 4162.0, 4168.0, 4159.0, 4149.0, 4188.0, 4148.0, 4177.0, 4146.0, 4168.0, 4171.0, 4180.0, 4149.0, 4169.0, 4148.0, 4148.0, 4169.0, 4149.0, 4192.0, 4160.0, 4177.0, 4148.0, 4166.0, 4137.0, 4157.0, 4146.0, 4157.0, 4167.0, 4134.0, 4184.0, 4133.0, 4163.0, 4133.0, 4165.0, 4145.0, 4156.0, 4136.0, 4145.0, 4134.0, 4135.0, 4176.0, 4135.0, 4188.0, 4148.0, 4159.0, 4149.0, 4179.0, 4146.0, 4180.0, 4147.0, 4170.0, 4149.0, 4151.0, 4169.0, 4150.0, 4188.0, 4139.0, 4167.0, 4137.0, 4157.0, 4148.0, 4137.0, 4191.0, 4150.0, 4171.0, 4162.0, 4178.0, 4161.0, 4183.0, 4164.0, 4197.0, 4165.0, 4176.0, 4175.0, 4163.0, 4192.0, 4150.0, 4182.0, 4172.0, 4192.0, 4151.0, 4162.0, 4170.0, 4147.0, 4187.0, 4158.0, 4180.0, 4158.0, 4168.0, 4148.0, 4146.0, 4145.0, 4134.0, 4184.0, 4146.0, 4176.0, 4152.0, 4154.0, 4136.0, 4155.0, 4132.0, 4144.0, 4134.0, 4146.0, 4148.0, 4148.0, 4177.0, 4148.0, 4176.0, 4137.0, 4168.0, 4139.0, 4170.0, 4149.0, 4139.0, 4159.0, 4138.0, 4176.0, 4136.0, 4179.0, 4146.0, 4170.0, 4147.0, 4148.0, 4149.0, 4148.0, 4188.0, 4137.0, 4178.0, 4158.0, 4180.0, 4148.0, 4156.0, 4146.0, 4136.0, 4187.0, 4134.0, 4167.0, 4159.0, 4167.0, 4135.0, 4168.0, 4145.0, 4136.0, 4178.0, 4149.0, 4190.0, 4159.0, 4177.0, 4136.0, 4155.0, 4146.0, 4136.0, 4167.0, 4138.0, 4191.0, 4149.0, 4179.0, 4162.0, 4177.0, 4150.0, 4170.0, 4151.0, 4162.0, 4182.0, 4171.0, 4192.0, 4150.0, 4168.0, 4145.0, 4157.0, 4167.0, 4145.0, 4189.0, 4170.0, 4179.0, 4138.0, 4163.0, 4135.0, 4145.0, 4145.0, 4146.0, 4180.0, 4138.0, 4161.0, 4163.0, 4179.0, 4146.0, 4179.0, 4149.0, 4170.0, 4170.0, 4151.0, 4192.0, 4148.0, 4179.0, 4149.0, 4180.0, 4163.0, 4193.0, 4149.0, 4161.0, 4147.0, 4136.0, 4186.0, 4158.0, 4176.0, 4170.0, 4165.0, 4136.0, 4153.0, 4135.0, 4143.0, 4147.0, 4146.0, 4169.0, 4140.0, 4189.0, 4148.0, 4167.0, 4146.0, 4170.0, 4148.0, 4149.0, 4178.0, 4136.0, 4166.0, 4137.0, 4155.0, 4149.0, 4159.0, 4150.0, 4152.0, 4175.0, 4163.0, 4161.0, 4163.0, 4191.0, 4175.0, 4197.0, 4166.0, 4174.0, 4163.0, 4151.0, 4190.0, 4148.0, 4181.0, 4160.0, 4178.0, 4178.0, 4180.0, 4179.0, 4166.0, 4146.0, 4136.0, 4176.0, 4135.0, 4166.0, 4135.0, 4149.0, 4165.0, 4148.0, 4189.0, 4147.0, 4176.0, 4142.0, 4150.0, 4131.0, 4139.0, 4151.0, 4139.0, 4170.0, 4126.0, 4147.0, 4116.0, 4133.0, 4103.0, 4124.0, 4105.0, 4116.0, 4118.0, 4119.0, 4117.0, 4119.0, 4129.0, 4122.0, 4163.0, 4131.0, 4163.0, 4123.0, 4152.0, 4121.0, 4142.0, 4134.0, 4144.0, 4146.0, 4157.0, 4144.0, 4139.0, 4146.0, 4136.0, 4177.0, 4137.0, 4179.0, 4169.0, 4169.0, 4139.0, 4159.0, 4158.0, 4139.0, 4188.0, 4151.0, 4180.0, 4172.0, 4180.0, 4151.0, 4170.0, 4151.0, 4160.0, 4150.0, 4147.0, 4207.0, 4162.0, 4194.0, 4159.0, 4181.0, 4150.0, 4181.0, 4148.0, 4160.0, 4162.0, 4149.0, 4170.0, 4148.0, 4186.0, 4136.0, 4165.0, 4134.0, 4145.0, 4147.0, 4144.0, 4146.0, 4135.0, 4154.0, 4147.0, 4177.0, 4149.0, 4180.0, 4173.0, 4193.0, 4162.0, 4173.0, 4151.0, 4152.0, 4191.0, 4149.0, 4180.0, 4160.0, 4180.0, 4147.0, 4150.0, 4180.0, 4138.0, 4178.0, 4145.0, 4164.0, 4133.0, 4156.0, 4176.0, 4137.0, 4187.0, 4133.0, 4152.0, 4132.0, 4142.0, 4134.0, 4134.0, 4143.0, 4135.0, 4174.0, 4132.0, 4156.0, 4145.0, 4145.0, 4145.0, 4138.0, 4179.0, 4138.0, 4177.0, 4147.0, 4168.0, 4149.0, 4149.0, 4162.0, 4162.0, 4164.0, 4164.0, 4173.0, 4164.0, 4194.0, 4167.0, 4185.0, 4164.0, 4163.0, 4165.0, 4163.0, 4191.0, 4150.0, 4182.0, 4151.0, 4184.0, 4170.0, 4151.0, 4199.0, 4150.0, 4170.0, 4138.0, 4158.0, 4158.0, 4158.0, 4189.0, 4148.0, 4168.0, 4139.0, 4157.0, 4147.0, 4158.0, 4138.0, 4148.0, 4149.0, 4137.0, 4148.0, 4148.0, 4177.0, 4146.0, 4190.0, 4162.0, 4192.0, 4163.0, 4183.0, 4151.0, 4179.0, 4150.0, 4160.0, 4182.0, 4162.0, 4191.0, 4147.0, 4179.0, 4137.0, 4158.0, 4147.0, 4146.0, 4157.0, 4151.0, 4160.0, 4163.0, 4181.0, 4148.0, 4188.0, 4169.0, 4189.0, 4160.0, 4169.0, 4148.0, 4157.0, 4137.0, 4137.0, 4187.0, 4158.0, 4186.0, 4145.0, 4154.0, 4132.0, 4142.0, 4133.0, 4122.0, 4173.0, 4134.0, 4164.0, 4157.0, 4154.0, 4138.0, 4156.0, 4148.0, 4170.0, 4150.0, 4171.0, 4163.0, 4184.0, 4151.0, 4163.0, 4181.0, 4138.0, 4179.0, 4137.0, 4156.0, 4139.0, 4159.0, 4183.0, 4150.0, 4190.0, 4138.0, 4156.0, 4136.0, 4135.0, 4136.0, 4137.0, 4190.0, 4148.0, 4188.0, 4139.0, 4165.0, 4134.0, 4156.0, 4126.0, 4147.0, 4135.0, 4148.0, 4149.0, 4138.0, 4177.0, 4136.0, 4166.0, 4147.0, 4168.0, 4145.0, 4157.0, 4137.0, 4135.0, 4146.0, 4135.0, 4166.0, 4146.0, 4168.0, 4138.0, 4158.0, 4150.0, 4152.0, 4163.0, 4152.0, 4173.0, 4163.0, 4165.0, 4166.0, 4193.0, 4178.0, 4196.0, 4168.0, 4197.0, 4151.0, 4164.0, 4193.0, 4176.0, 4205.0, 4167.0, 4183.0, 4153.0, 4172.0, 4191.0, 4150.0, 4203.0, 4162.0, 4180.0, 4147.0, 4148.0, 4177.0, 4137.0, 4177.0, 4160.0, 4178.0, 4138.0, 4148.0, 4147.0, 4162.0, 4161.0, 4134.0, 4134.0, 4121.0, 4143.0, 4155.0, 4147.0, 4167.0, 4151.0, 4180.0, 4150.0, 4137.0, 4189.0, 4170.0, 4204.0, 4169.0, 4191.0, 4160.0, 4198.0, 4166.0, 4185.0, 4153.0, 4160.0, 4126.0, 4124.0, 4103.0, 4108.0, 4090.0, 4128.0, 4108.0, 4141.0, 4096.0, 4130.0, 4109.0, 4143.0, 4121.0, 4155.0, 4144.0, 4156.0, 4133.0, 4119.0, 4098.0, 4098.0, 4098.0, 4098.0, 4099.0, 4103.0, 4117.0, 4112.0, 4105.0, 4114.0, 4103.0, 4146.0, 4115.0, 4095.0, 4105.0, 4107.0, 4129.0, 4171.0, 4141.0, 4170.0, 4127.0, 4137.0, 4114.0, 4103.0, 4104.0, 4104.0, 4103.0, 4114.0, 4118.0, 4119.0, 4140.0, 4128.0, 4172.0, 4129.0, 4160.0, 4123.0, 4130.0, 4131.0, 4142.0, 4172.0, 4130.0, 4172.0, 4121.0, 4161.0, 4119.0, 4140.0, 4120.0, 4119.0, 4173.0, 4130.0, 4159.0, 4155.0, 4174.0, 4145.0, 4163.0, 4135.0, 4141.0, 4134.0, 4153.0, 4144.0, 4189.0, 4160.0, 4177.0, 4146.0, 4165.0, 4143.0, 4131.0, 4185.0, 4144.0, 4173.0, 4145.0, 4164.0, 4132.0, 4164.0, 4144.0, 4141.0, 4119.0, 4131.0, 4172.0, 4129.0, 4170.0, 4126.0, 4159.0, 4115.0, 4138.0, 4104.0, 4116.0, 4137.0, 4115.0, 4167.0, 4118.0, 4171.0, 4130.0, 4159.0, 4130.0, 4152.0, 4131.0, 4143.0, 4130.0, 4133.0, 4165.0, 4142.0, 4181.0, 4132.0, 4162.0, 4132.0, 4131.0, 4162.0, 4129.0, 4182.0, 4143.0, 4161.0, 4131.0, 4130.0, 4140.0, 4120.0, 4169.0, 4129.0, 4159.0, 4131.0, 4138.0, 4119.0, 4130.0, 4128.0, 4129.0, 4122.0, 4132.0, 4171.0, 4132.0, 4163.0, 4133.0, 4154.0, 4146.0, 4148.0, 4148.0], 'WindowWidth': [9373.0, 9307.0, 9308.0, 9336.0, 9243.0, 9282.0, 9232.0, 9251.0, 9294.0, 9250.0, 9306.0, 9250.0, 9277.0, 9234.0, 9258.0, 9233.0, 9257.0, 9280.0, 9234.0, 9310.0, 9246.0, 9278.0, 9251.0, 9276.0, 9249.0, 9252.0, 9262.0, 9199.0, 9280.0, 9224.0, 9270.0, 9244.0, 9276.0, 9255.0, 9261.0, 9224.0, 9276.0, 9221.0, 9214.0, 9281.0, 9225.0, 9268.0, 9256.0, 9269.0, 9245.0, 9258.0, 9245.0, 9229.0, 9267.0, 9213.0, 9283.0, 9258.0, 9273.0, 9232.0, 9266.0, 9226.0, 9223.0, 9270.0, 9224.0, 9284.0, 9244.0, 9245.0, 9223.0, 9250.0, 9205.0, 9236.0, 9237.0, 9221.0, 9264.0, 9206.0, 9260.0, 9222.0, 9263.0, 9237.0, 9252.0, 9229.0, 9236.0, 9221.0, 9225.0, 9258.0, 9227.0, 9257.0, 9245.0, 9283.0, 9226.0, 9266.0, 9246.0, 9274.0, 9232.0, 9256.0, 9232.0, 9225.0, 9227.0, 9226.0, 9284.0, 9242.0, 9289.0, 9233.0, 9272.0, 9228.0, 9270.0, 9211.0, 9256.0, 9232.0, 9259.0, 9252.0, 9233.0, 9245.0, 9214.0, 9282.0, 9231.0, 9289.0, 9265.0, 9279.0, 9235.0, 9255.0, 9231.0, 9273.0, 9232.0, 9283.0, 9252.0, 9266.0, 9249.0, 9231.0, 9275.0, 9235.0, 9288.0, 9279.0, 9293.0, 9251.0, 9274.0, 9229.0, 9251.0, 9224.0, 9226.0, 9257.0, 9232.0, 9286.0, 9230.0, 9283.0, 9225.0, 9251.0, 9227.0, 9256.0, 9227.0, 9244.0, 9267.0, 9249.0, 9254.0, 9236.0, 9286.0, 9232.0, 9276.0, 9233.0, 9276.0, 9251.0, 9280.0, 9249.0, 9253.0, 9305.0, 9228.0, 9266.0, 9245.0, 9275.0, 9247.0, 9255.0, 9244.0, 9228.0, 9278.0, 9224.0, 9262.0, 9222.0, 9253.0, 9262.0, 9270.0, 9232.0, 9256.0, 9227.0, 9227.0, 9256.0, 9230.0, 9289.0, 9245.0, 9264.0, 9227.0, 9250.0, 9210.0, 9234.0, 9220.0, 9235.0, 9248.0, 9200.0, 9270.0, 9200.0, 9239.0, 9199.0, 9243.0, 9216.0, 9230.0, 9207.0, 9217.0, 9202.0, 9203.0, 9261.0, 9206.0, 9280.0, 9224.0, 9244.0, 9229.0, 9269.0, 9223.0, 9270.0, 9226.0, 9258.0, 9228.0, 9234.0, 9257.0, 9232.0, 9281.0, 9213.0, 9248.0, 9209.0, 9236.0, 9225.0, 9209.0, 9286.0, 9233.0, 9263.0, 9252.0, 9272.0, 9249.0, 9280.0, 9257.0, 9307.0, 9259.0, 9277.0, 9275.0, 9255.0, 9292.0, 9231.0, 9276.0, 9262.0, 9291.0, 9233.0, 9249.0, 9259.0, 9223.0, 9278.0, 9238.0, 9271.0, 9238.0, 9251.0, 9225.0, 9220.0, 9216.0, 9200.0, 9267.0, 9218.0, 9259.0, 9224.0, 9228.0, 9206.0, 9229.0, 9198.0, 9214.0, 9202.0, 9221.0, 9226.0, 9227.0, 9263.0, 9223.0, 9260.0, 9209.0, 9254.0, 9213.0, 9255.0, 9230.0, 9216.0, 9241.0, 9211.0, 9261.0, 9207.0, 9268.0, 9223.0, 9257.0, 9224.0, 9228.0, 9230.0, 9226.0, 9277.0, 9210.0, 9265.0, 9238.0, 9272.0, 9226.0, 9237.0, 9221.0, 9207.0, 9276.0, 9203.0, 9250.0, 9240.0, 9250.0, 9207.0, 9253.0, 9220.0, 9208.0, 9265.0, 9227.0, 9285.0, 9241.0, 9263.0, 9208.0, 9229.0, 9220.0, 9207.0, 9250.0, 9213.0, 9287.0, 9230.0, 9273.0, 9253.0, 9268.0, 9232.0, 9259.0, 9235.0, 9252.0, 9279.0, 9261.0, 9293.0, 9233.0, 9253.0, 9220.0, 9237.0, 9250.0, 9221.0, 9282.0, 9254.0, 9269.0, 9210.0, 9240.0, 9204.0, 9217.0, 9217.0, 9221.0, 9271.0, 9213.0, 9247.0, 9253.0, 9272.0, 9225.0, 9269.0, 9229.0, 9257.0, 9260.0, 9234.0, 9291.0, 9228.0, 9270.0, 9228.0, 9270.0, 9254.0, 9292.0, 9230.0, 9248.0, 9223.0, 9207.0, 9274.0, 9239.0, 9262.0, 9258.0, 9245.0, 9207.0, 9228.0, 9204.0, 9215.0, 9220.0, 9221.0, 9255.0, 9216.0, 9284.0, 9225.0, 9249.0, 9220.0, 9254.0, 9223.0, 9225.0, 9265.0, 9207.0, 9248.0, 9208.0, 9231.0, 9227.0, 9244.0, 9234.0, 9238.0, 9274.0, 9257.0, 9251.0, 9254.0, 9291.0, 9272.0, 9308.0, 9261.0, 9271.0, 9255.0, 9236.0, 9285.0, 9228.0, 9273.0, 9245.0, 9267.0, 9264.0, 9270.0, 9269.0, 9250.0, 9221.0, 9206.0, 9260.0, 9205.0, 9244.0, 9203.0, 9225.0, 9245.0, 9226.0, 9282.0, 9225.0, 9261.0, 9210.0, 9216.0, 9187.0, 9198.0, 9216.0, 9198.0, 9241.0, 9177.0, 9206.0, 9163.0, 9183.0, 9144.0, 9169.0, 9146.0, 9161.0, 9167.0, 9170.0, 9169.0, 9172.0, 9188.0, 9181.0, 9237.0, 9192.0, 9237.0, 9180.0, 9217.0, 9178.0, 9207.0, 9198.0, 9216.0, 9218.0, 9236.0, 9217.0, 9213.0, 9221.0, 9207.0, 9261.0, 9209.0, 9268.0, 9255.0, 9254.0, 9214.0, 9239.0, 9236.0, 9212.0, 9279.0, 9230.0, 9268.0, 9263.0, 9271.0, 9233.0, 9258.0, 9233.0, 9244.0, 9233.0, 9227.0, 9315.0, 9250.0, 9294.0, 9244.0, 9274.0, 9230.0, 9273.0, 9226.0, 9246.0, 9248.0, 9229.0, 9257.0, 9226.0, 9275.0, 9205.0, 9243.0, 9201.0, 9218.0, 9221.0, 9216.0, 9221.0, 9205.0, 9228.0, 9220.0, 9264.0, 9229.0, 9270.0, 9265.0, 9295.0, 9252.0, 9265.0, 9236.0, 9235.0, 9286.0, 9228.0, 9269.0, 9242.0, 9272.0, 9225.0, 9231.0, 9270.0, 9211.0, 9265.0, 9216.0, 9241.0, 9199.0, 9233.0, 9260.0, 9205.0, 9275.0, 9197.0, 9222.0, 9195.0, 9208.0, 9198.0, 9200.0, 9212.0, 9201.0, 9254.0, 9197.0, 9230.0, 9215.0, 9215.0, 9217.0, 9209.0, 9265.0, 9210.0, 9262.0, 9223.0, 9251.0, 9228.0, 9230.0, 9250.0, 9252.0, 9258.0, 9258.0, 9268.0, 9256.0, 9300.0, 9263.0, 9285.0, 9255.0, 9255.0, 9259.0, 9255.0, 9290.0, 9231.0, 9275.0, 9231.0, 9281.0, 9258.0, 9233.0, 9300.0, 9228.0, 9254.0, 9210.0, 9236.0, 9236.0, 9238.0, 9281.0, 9224.0, 9250.0, 9210.0, 9234.0, 9222.0, 9237.0, 9209.0, 9221.0, 9225.0, 9209.0, 9222.0, 9225.0, 9264.0, 9222.0, 9284.0, 9250.0, 9290.0, 9252.0, 9280.0, 9234.0, 9271.0, 9232.0, 9245.0, 9276.0, 9249.0, 9286.0, 9223.0, 9267.0, 9207.0, 9236.0, 9220.0, 9220.0, 9238.0, 9232.0, 9243.0, 9255.0, 9273.0, 9225.0, 9279.0, 9255.0, 9282.0, 9244.0, 9254.0, 9224.0, 9234.0, 9207.0, 9206.0, 9273.0, 9235.0, 9274.0, 9215.0, 9226.0, 9193.0, 9206.0, 9193.0, 9180.0, 9248.0, 9197.0, 9239.0, 9234.0, 9227.0, 9210.0, 9232.0, 9225.0, 9256.0, 9231.0, 9258.0, 9250.0, 9279.0, 9234.0, 9251.0, 9270.0, 9209.0, 9265.0, 9206.0, 9233.0, 9210.0, 9240.0, 9275.0, 9227.0, 9283.0, 9207.0, 9229.0, 9201.0, 9200.0, 9201.0, 9206.0, 9280.0, 9222.0, 9278.0, 9210.0, 9242.0, 9199.0, 9229.0, 9189.0, 9219.0, 9202.0, 9222.0, 9222.0, 9206.0, 9259.0, 9202.0, 9244.0, 9217.0, 9246.0, 9215.0, 9231.0, 9204.0, 9202.0, 9217.0, 9201.0, 9243.0, 9217.0, 9248.0, 9209.0, 9236.0, 9229.0, 9234.0, 9253.0, 9238.0, 9267.0, 9254.0, 9257.0, 9261.0, 9296.0, 9279.0, 9304.0, 9266.0, 9302.0, 9233.0, 9252.0, 9290.0, 9274.0, 9313.0, 9260.0, 9280.0, 9239.0, 9263.0, 9284.0, 9230.0, 9305.0, 9246.0, 9271.0, 9223.0, 9223.0, 9261.0, 9203.0, 9260.0, 9240.0, 9266.0, 9208.0, 9224.0, 9222.0, 9252.0, 9246.0, 9203.0, 9201.0, 9180.0, 9212.0, 9230.0, 9226.0, 9252.0, 9237.0, 9276.0, 9231.0, 9210.0, 9282.0, 9261.0, 9312.0, 9255.0, 9288.0, 9247.0, 9297.0, 9250.0, 9274.0, 9222.0, 9229.0, 9179.0, 9169.0, 9139.0, 9139.0, 9119.0, 9169.0, 9143.0, 9185.0, 9123.0, 9172.0, 9142.0, 9193.0, 9165.0, 9218.0, 9200.0, 9222.0, 9183.0, 9157.0, 9128.0, 9130.0, 9128.0, 9133.0, 9132.0, 9144.0, 9170.0, 9157.0, 9147.0, 9158.0, 9141.0, 9202.0, 9158.0, 9133.0, 9147.0, 9156.0, 9185.0, 9245.0, 9206.0, 9244.0, 9181.0, 9191.0, 9159.0, 9142.0, 9146.0, 9146.0, 9146.0, 9161.0, 9170.0, 9174.0, 9202.0, 9186.0, 9250.0, 9188.0, 9229.0, 9182.0, 9191.0, 9192.0, 9208.0, 9251.0, 9193.0, 9248.0, 9179.0, 9230.0, 9173.0, 9202.0, 9179.0, 9173.0, 9255.0, 9191.0, 9227.0, 9231.0, 9256.0, 9222.0, 9240.0, 9203.0, 9208.0, 9199.0, 9223.0, 9215.0, 9289.0, 9252.0, 9265.0, 9223.0, 9248.0, 9216.0, 9196.0, 9273.0, 9215.0, 9254.0, 9220.0, 9241.0, 9197.0, 9243.0, 9215.0, 9210.0, 9176.0, 9196.0, 9252.0, 9190.0, 9243.0, 9182.0, 9226.0, 9164.0, 9198.0, 9147.0, 9167.0, 9195.0, 9165.0, 9237.0, 9173.0, 9250.0, 9194.0, 9230.0, 9194.0, 9225.0, 9199.0, 9214.0, 9195.0, 9202.0, 9247.0, 9212.0, 9264.0, 9197.0, 9238.0, 9198.0, 9196.0, 9239.0, 9192.0, 9263.0, 9211.0, 9234.0, 9192.0, 9190.0, 9206.0, 9176.0, 9242.0, 9187.0, 9229.0, 9191.0, 9197.0, 9175.0, 9189.0, 9188.0, 9188.0, 9181.0, 9196.0, 9248.0, 9198.0, 9240.0, 9202.0, 9229.0, 9224.0, 9229.0, 9231.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.014856282894736844</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03212439396929825</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.80186075073541</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.299350183424809</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2298301295718976</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.534</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3769.5107</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09915130449483896</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.798245614035087</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.487992090442979</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.395756670153437</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6511307549739356</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4170888462015636</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0126414</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.006428332068026066</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03522544726729393</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.438341499699098</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>13.3291</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.0565</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.2277</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283814.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1072.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.2612</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2733</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.4951</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3312.2867</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3451.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92730.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1523.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4239.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>777.5385</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.64354642003309</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> |