=== 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-0082 --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-0082",
"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-0082_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-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0082/figures/sub-0082_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-0082/figures/sub-0082_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082/ses-02/func/sub-0082_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>e2a40172d80d370de1d425e7becaee42</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>13:36:48.222500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997067, -0.0535357, 0.0546863, 0.056443, 0.996994, -0.0530793]</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.0997711</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>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4172, -7758, -7285, 616, 77, -455, 93, 48]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.868</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2800e670-eb55-4e30-a7b1-fb96b0bc4942||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6750588417053223, 0.15143248438835144, 0.1395367980003357, 102.39361572265625], [0.14363239705562592, 2.6748616695404053, -0.15122778713703156, -98.73583221435547], [0.14671941101551056, 0.1424078643321991, 2.692147731781006, -92.37532806396484], [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': ['133648.222500', '133648.682500', '133649.142500', '133649.602500', '133650.062500', '133650.522500', '133650.982500', '133651.442500', '133651.902500', '133652.362500', '133652.822500', '133653.282500', '133653.742500', '133654.202500', '133654.662500', '133655.122500', '133655.582500', '133656.042500', '133656.502500', '133656.962500', '133657.422500', '133657.882500', '133658.342500', '133658.802500', '133659.262500', '133659.722500', '133700.182500', '133700.642500', '133701.102500', '133701.562500', '133702.022500', '133702.482500', '133702.942500', '133703.402500', '133703.862500', '133704.322500', '133704.782500', '133705.242500', '133705.702500', '133706.162500', '133706.622500', '133707.082500', '133707.542500', '133708.002500', '133708.462500', '133708.922500', '133709.382500', '133709.842500', '133710.302500', '133710.762500', '133711.222500', '133711.682500', '133712.142500', '133712.602500', '133713.062500', '133713.522500', '133713.982500', '133714.442500', '133714.902500', '133715.362500', '133715.822500', '133716.282500', '133716.742500', '133717.202500', '133717.662500', '133718.122500', '133718.582500', '133719.042500', '133719.502500', '133719.962500', '133720.422500', '133720.882500', '133721.342500', '133721.802500', '133722.262500', '133722.722500', '133723.182500', '133723.642500', '133724.102500', '133724.562500', '133725.022500', '133725.482500', '133725.942500', '133726.402500', '133726.862500', '133727.322500', '133727.782500', '133728.242500', '133728.702500', '133729.162500', '133729.622500', '133730.082500', '133730.542500', '133731.002500', '133731.462500', '133731.922500', '133732.382500', '133732.842500', '133733.302500', '133733.762500', '133734.222500', '133734.682500', '133735.142500', '133735.602500', '133736.062500', '133736.522500', '133736.982500', '133737.442500', '133737.902500', '133738.362500', '133738.822500', '133739.282500', '133739.742500', '133740.202500', '133740.662500', '133741.122500', '133741.582500', '133742.042500', '133742.502500', '133742.962500', '133743.422500', '133743.882500', '133744.342500', '133744.802500', '133745.262500', '133745.722500', '133746.182500', '133746.642500', '133747.102500', '133747.562500', '133748.022500', '133748.482500', '133748.942500', '133749.402500', '133749.862500', '133750.322500', '133750.782500', '133751.242500', '133751.702500', '133752.162500', '133752.622500', '133753.082500', '133753.542500', '133754.002500', '133754.462500', '133754.922500', '133755.382500', '133755.842500', '133756.302500', '133756.762500', '133757.222500', '133757.682500', '133758.142500', '133758.602500', '133759.062500', '133759.522500', '133759.982500', '133800.442500', '133800.902500', '133801.362500', '133801.822500', '133802.282500', '133802.742500', '133803.202500', '133803.662500', '133804.122500', '133804.582500', '133805.042500', '133805.502500', '133805.962500', '133806.422500', '133806.882500', '133807.342500', '133807.802500', '133808.262500', '133808.722500', '133809.182500', '133809.642500', '133810.102500', '133810.562500', '133811.022500', '133811.482500', '133811.942500', '133812.402500', '133812.862500', '133813.322500', '133813.782500', '133814.242500', '133814.702500', '133815.162500', '133815.622500', '133816.082500', '133816.542500', '133817.002500', '133817.462500', '133817.922500', '133818.382500', '133818.842500', '133819.302500', '133819.762500', '133820.222500', '133820.682500', '133821.142500', '133821.602500', '133822.062500', '133822.522500', '133822.982500', '133823.442500', '133823.902500', '133824.362500', '133824.822500', '133825.282500', '133825.742500', '133826.202500', '133826.662500', '133827.122500', '133827.582500', '133828.042500', '133828.502500', '133828.962500', '133829.422500', '133829.882500', '133830.342500', '133830.802500', '133831.262500', '133831.722500', '133832.182500', '133832.642500', '133833.102500', '133833.562500', '133834.022500', '133834.482500', '133834.942500', '133835.402500', '133835.862500', '133836.322500', '133836.782500', '133837.242500', '133837.702500', '133838.162500', '133838.622500', '133839.082500', '133839.542500', '133840.002500', '133840.462500', '133840.922500', '133841.382500', '133841.842500', '133842.302500', '133842.762500', '133843.222500', '133843.682500', '133844.142500', '133844.602500', '133845.062500', '133845.522500', '133845.982500', '133846.442500', '133846.902500', '133847.362500', '133847.822500', '133848.282500', '133848.742500', '133849.202500', '133849.662500', '133850.122500', '133850.582500', '133851.042500', '133851.502500', '133851.962500', '133852.422500', '133852.882500', '133853.342500', '133853.802500', '133854.262500', '133854.722500', '133855.182500', '133855.642500', '133856.102500', '133856.562500', '133857.022500', '133857.482500', '133857.942500', '133858.402500', '133858.862500', '133859.322500', '133859.782500', '133900.242500', '133900.702500', '133901.162500', '133901.622500', '133902.082500', '133902.542500', '133903.002500', '133903.462500', '133903.922500', '133904.382500', '133904.842500', '133905.302500', '133905.762500', '133906.222500', '133906.682500', '133907.142500', '133907.602500', '133908.062500', '133908.522500', '133908.982500', '133909.442500', '133909.902500', '133910.362500', '133910.822500', '133911.282500', '133911.742500', '133912.202500', '133912.662500', '133913.122500', '133913.582500', '133914.042500', '133914.502500', '133914.962500', '133915.422500', '133915.882500', '133916.342500', '133916.802500', '133917.262500', '133917.722500', '133918.182500', '133918.642500', '133919.102500', '133919.562500', '133920.022500', '133920.482500', '133920.942500', '133921.402500', '133921.862500', '133922.322500', '133922.782500', '133923.242500', '133923.702500', '133924.162500', '133924.622500', '133925.082500', '133925.542500', '133926.002500', '133926.462500', '133926.922500', '133927.382500', '133927.842500', '133928.302500', '133928.762500', '133929.222500', '133929.682500', '133930.142500', '133930.602500', '133931.062500', '133931.522500', '133931.982500', '133932.442500', '133932.902500', '133933.362500', '133933.822500', '133934.282500', '133934.742500', '133935.202500', '133935.662500', '133936.122500', '133936.582500', '133937.042500', '133937.502500', '133937.962500', '133938.422500', '133938.882500', '133939.342500', '133939.802500', '133940.262500', '133940.722500', '133941.182500', '133941.642500', '133942.102500', '133942.562500', '133943.022500', '133943.482500', '133943.942500', '133944.402500', '133944.862500', '133945.322500', '133945.782500', '133946.242500', '133946.702500', '133947.162500', '133947.622500', '133948.082500', '133948.542500', '133949.002500', '133949.462500', '133949.922500', '133950.382500', '133950.842500', '133951.302500', '133951.762500', '133952.222500', '133952.682500', '133953.142500', '133953.602500', '133954.062500', '133954.522500', '133954.982500', '133955.442500', '133955.902500', '133956.362500', '133956.822500', '133957.282500', '133957.742500', '133958.202500', '133958.662500', '133959.122500', '133959.582500', '134000.042500', '134000.502500', '134000.962500', '134001.422500', '134001.882500', '134002.342500', '134002.802500', '134003.262500', '134003.722500', '134004.182500', '134004.642500', '134005.102500', '134005.562500', '134006.022500', '134006.482500', '134006.942500', '134007.402500', '134007.862500', '134008.322500', '134008.782500', '134009.242500', '134009.702500', '134010.162500', '134010.622500', '134011.082500', '134011.542500', '134012.002500', '134012.462500', '134012.922500', '134013.382500', '134013.842500', '134014.302500', '134014.762500', '134015.222500', '134015.682500', '134016.142500', '134016.602500', '134017.062500', '134017.522500', '134017.982500', '134018.442500', '134018.902500', '134019.362500', '134019.822500', '134020.282500', '134020.742500', '134021.202500', '134021.662500', '134022.122500', '134022.582500', '134023.042500', '134023.502500', '134023.962500', '134024.422500', '134024.882500', '134025.342500', '134025.802500', '134026.262500', '134026.722500', '134027.182500', '134027.642500', '134028.102500', '134028.562500', '134029.022500', '134029.482500', '134029.942500', '134030.402500', '134030.862500', '134031.322500', '134031.782500', '134032.242500', '134032.702500', '134033.162500', '134033.622500', '134034.082500', '134034.542500', '134035.002500', '134035.462500', '134035.922500', '134036.382500', '134036.842500', '134037.302500', '134037.762500', '134038.222500', '134038.682500', '134039.142500', '134039.602500', '134040.062500', '134040.522500', '134040.982500', '134041.442500', '134041.902500', '134042.362500', '134042.822500', '134043.282500', '134043.742500', '134044.202500', '134044.662500', '134045.122500', '134045.582500', '134046.042500', '134046.502500', '134046.962500', '134047.422500', '134047.882500', '134048.342500', '134048.802500', '134049.262500', '134049.722500', '134050.182500', '134050.642500', '134051.102500', '134051.562500', '134052.022500', '134052.482500', '134052.942500', '134053.402500', '134053.862500', '134054.322500', '134054.782500', '134055.242500', '134055.702500', '134056.162500', '134056.622500', '134057.082500', '134057.542500', '134058.002500', '134058.462500', '134058.922500', '134059.382500', '134059.842500', '134100.302500', '134100.762500', '134101.222500', '134101.682500', '134102.142500', '134102.602500', '134103.062500', '134103.522500', '134103.982500', '134104.442500', '134104.902500', '134105.362500', '134105.822500', '134106.282500', '134106.742500', '134107.202500', '134107.662500', '134108.122500', '134108.582500', '134109.042500', '134109.502500', '134109.962500', '134110.422500', '134110.882500', '134111.342500', '134111.802500', '134112.262500', '134112.722500', '134113.182500', '134113.642500', '134114.102500', '134114.562500', '134115.022500', '134115.482500', '134115.942500', '134116.402500', '134116.862500', '134117.322500', '134117.782500', '134118.242500', '134118.702500', '134119.162500', '134119.622500', '134120.082500', '134120.542500', '134121.002500', '134121.462500', '134121.922500', '134122.382500', '134122.842500', '134123.302500', '134123.762500', '134124.222500', '134124.682500', '134125.142500', '134125.602500', '134126.062500', '134126.522500', '134126.982500', '134127.442500', '134127.902500', '134128.362500', '134128.822500', '134129.282500', '134129.742500', '134130.202500', '134130.662500', '134131.122500', '134131.582500', '134132.042500', '134132.502500', '134132.962500', '134133.422500', '134133.882500', '134134.342500', '134134.802500', '134135.262500', '134135.722500', '134136.182500', '134136.642500', '134137.102500', '134137.562500', '134138.022500', '134138.482500', '134138.942500', '134139.402500', '134139.862500', '134140.322500', '134140.782500', '134141.242500', '134141.702500', '134142.162500', '134142.622500', '134143.082500', '134143.542500', '134144.002500', '134144.462500', '134144.922500', '134145.382500', '134145.842500', '134146.302500', '134146.762500', '134147.222500', '134147.682500', '134148.142500', '134148.602500', '134149.062500', '134149.522500', '134149.982500', '134150.442500', '134150.902500', '134151.362500', '134151.822500', '134152.282500', '134152.742500', '134153.202500', '134153.662500', '134154.122500', '134154.582500', '134155.042500', '134155.502500', '134155.962500', '134156.422500', '134156.882500', '134157.342500', '134157.802500', '134158.262500', '134158.722500', '134159.182500', '134159.642500', '134200.102500', '134200.562500', '134201.022500', '134201.482500', '134201.942500', '134202.402500', '134202.862500', '134203.322500', '134203.782500', '134204.242500', '134204.702500', '134205.162500', '134205.622500', '134206.082500', '134206.542500', '134207.002500', '134207.462500', '134207.922500', '134208.382500', '134208.842500', '134209.302500', '134209.762500', '134210.222500', '134210.682500', '134211.142500', '134211.602500', '134212.062500', '134212.522500', '134212.982500', '134213.442500', '134213.902500', '134214.362500', '134214.822500', '134215.282500', '134215.742500', '134216.202500', '134216.662500', '134217.122500', '134217.582500', '134218.042500', '134218.502500', '134218.962500', '134219.422500', '134219.882500', '134220.342500', '134220.802500', '134221.262500', '134221.722500', '134222.182500', '134222.642500', '134223.102500', '134223.562500', '134224.022500', '134224.482500', '134224.942500', '134225.402500', '134225.862500', '134226.322500', '134226.782500', '134227.242500', '134227.702500', '134228.162500', '134228.622500', '134229.082500', '134229.542500', '134230.002500', '134230.462500', '134230.922500', '134231.382500', '134231.842500', '134232.302500', '134232.762500', '134233.222500', '134233.682500', '134234.142500', '134234.602500', '134235.062500', '134235.522500', '134235.982500', '134236.442500', '134236.902500', '134237.362500', '134237.822500', '134238.282500', '134238.742500', '134239.202500', '134239.662500', '134240.122500', '134240.582500', '134241.042500', '134241.502500', '134241.962500', '134242.422500', '134242.882500', '134243.342500', '134243.802500', '134244.262500', '134244.722500', '134245.182500', '134245.642500', '134246.102500', '134246.562500', '134247.022500', '134247.482500', '134247.942500', '134248.402500', '134248.862500', '134249.322500', '134249.782500', '134250.242500', '134250.702500', '134251.162500', '134251.622500', '134252.082500', '134252.542500', '134253.002500', '134253.462500', '134253.922500', '134254.382500', '134254.842500', '134255.302500', '134255.762500', '134256.222500', '134256.682500', '134257.142500', '134257.602500', '134258.062500', '134258.522500', '134258.982500', '134259.442500', '134259.902500', '134300.362500', '134300.822500', '134301.282500', '134301.742500', '134302.202500', '134302.662500', '134303.122500', '134303.582500', '134304.042500', '134304.502500', '134304.962500', '134305.422500', '134305.882500', '134306.342500', '134306.802500', '134307.262500', '134307.722500', '134308.182500', '134308.642500', '134309.102500', '134309.562500', '134310.022500', '134310.482500', '134310.942500', '134311.402500', '134311.862500', '134312.322500', '134312.782500', '134313.242500', '134313.702500', '134314.162500', '134314.622500', '134315.082500', '134315.542500', '134316.002500', '134316.462500', '134316.922500', '134317.382500', '134317.842500', '134318.302500', '134318.762500', '134319.222500', '134319.682500', '134320.142500', '134320.602500', '134321.062500', '134321.522500', '134321.982500', '134322.442500', '134322.902500', '134323.362500', '134323.822500', '134324.282500', '134324.742500', '134325.202500', '134325.662500', '134326.122500', '134326.582500', '134327.042500', '134327.502500', '134327.962500', '134328.422500', '134328.882500', '134329.342500', '134329.802500', '134330.262500', '134330.722500', '134331.182500', '134331.642500', '134332.102500', '134332.562500', '134333.022500', '134333.482500', '134333.942500', '134334.402500', '134334.862500', '134335.322500', '134335.782500', '134336.242500', '134336.702500', '134337.162500', '134337.622500', '134338.082500', '134338.542500', '134339.002500', '134339.462500', '134339.922500', '134340.382500', '134340.842500', '134341.302500', '134341.762500', '134342.222500', '134342.682500', '134343.142500', '134343.602500', '134344.062500', '134344.522500', '134344.982500', '134345.442500', '134345.902500', '134346.362500', '134346.822500', '134347.282500', '134347.742500', '134348.202500'], 'ContentTime': ['133705.537000', '133705.540000', '133705.543000', '133705.546000', '133705.548000', '133705.551000', '133705.554000', '133705.556000', '133705.559000', '133705.561000', '133705.564000', '133705.566000', '133705.569000', '133705.572000', '133705.583000', '133705.586000', '133705.588000', '133705.591000', '133705.594000', '133705.596000', '133705.599000', '133705.601000', '133705.604000', '133705.606000', '133705.609000', '133705.611000', '133705.625000', '133705.628000', '133705.630000', '133705.633000', '133705.635000', '133705.638000', '133705.641000', '133705.643000', '133705.646000', '133725.502000', '133725.505000', '133725.508000', '133725.510000', '133725.513000', '133725.515000', '133725.518000', '133725.521000', '133725.523000', '133725.526000', '133725.529000', '133725.531000', '133725.534000', '133725.536000', '133725.539000', '133725.542000', '133725.544000', '133725.547000', '133725.549000', '133725.552000', '133725.555000', '133725.557000', '133725.560000', '133725.572000', '133725.574000', '133725.577000', '133725.579000', '133725.582000', '133725.584000', '133725.587000', '133725.589000', '133725.592000', '133725.595000', '133725.597000', '133725.600000', '133725.608000', '133725.611000', '133725.613000', '133725.616000', '133725.619000', '133725.621000', '133725.624000', '133725.626000', '133745.502000', '133745.505000', '133745.509000', '133745.511000', '133745.514000', '133745.517000', '133745.519000', '133745.522000', '133745.524000', '133745.527000', '133745.530000', '133745.532000', '133745.535000', '133745.545000', '133745.548000', '133745.550000', '133745.553000', '133745.555000', '133745.558000', '133745.560000', '133745.563000', '133745.566000', '133745.569000', '133745.571000', '133745.574000', '133745.577000', '133745.579000', '133745.582000', '133745.585000', '133745.587000', '133745.590000', '133745.592000', '133745.595000', '133745.598000', '133745.601000', '133745.603000', '133745.606000', '133745.608000', '133745.611000', '133745.614000', '133745.616000', '133745.619000', '133745.621000', '133745.624000', '133805.503000', '133805.507000', '133805.510000', '133805.513000', '133805.515000', '133805.518000', '133805.520000', '133805.523000', '133805.526000', '133805.528000', '133805.531000', '133805.533000', '133805.536000', '133805.538000', '133805.541000', '133805.544000', '133805.547000', '133805.549000', '133805.552000', '133805.554000', '133805.557000', '133805.560000', '133805.562000', '133805.565000', '133805.568000', '133805.570000', '133805.573000', '133805.575000', '133805.578000', '133805.580000', '133805.583000', '133805.586000', '133805.588000', '133805.602000', '133805.604000', '133805.607000', '133805.609000', '133805.612000', '133805.614000', '133805.617000', '133805.619000', '133805.622000', '133805.625000', '133805.627000', '133825.503000', '133825.506000', '133825.509000', '133825.511000', '133825.514000', '133825.517000', '133825.519000', '133825.522000', '133825.524000', '133825.527000', '133825.530000', '133825.532000', '133825.535000', '133825.538000', '133825.540000', '133825.543000', '133825.546000', '133825.548000', '133825.551000', '133825.553000', '133825.556000', '133825.559000', '133825.561000', '133825.564000', '133825.566000', '133825.569000', '133825.571000', '133825.574000', '133825.577000', '133825.579000', '133825.582000', '133825.584000', '133825.587000', '133825.590000', '133825.592000', '133825.595000', '133825.597000', '133825.600000', '133825.603000', '133825.605000', '133825.608000', '133825.610000', '133825.613000', '133845.503000', '133845.506000', '133845.509000', '133845.512000', '133845.514000', '133845.517000', '133845.519000', '133845.522000', '133845.525000', '133845.527000', '133845.530000', '133845.532000', '133845.535000', '133845.538000', '133845.540000', '133845.543000', '133845.546000', '133845.548000', '133845.551000', '133845.553000', '133845.556000', '133845.558000', '133845.561000', '133845.564000', '133845.566000', '133845.569000', '133845.572000', '133845.574000', '133845.577000', '133845.579000', '133845.582000', '133845.585000', '133845.588000', '133845.591000', '133845.594000', '133845.597000', '133845.599000', '133845.602000', '133845.604000', '133845.607000', '133845.610000', '133845.612000', '133845.615000', '133845.618000', '133905.503000', '133905.507000', '133905.509000', '133905.512000', '133905.514000', '133905.517000', '133905.519000', '133905.522000', '133905.524000', '133905.527000', '133905.530000', '133905.532000', '133905.535000', '133905.537000', '133905.540000', '133905.543000', '133905.545000', '133905.548000', '133905.550000', '133905.553000', '133905.556000', '133905.558000', '133905.561000', '133905.564000', '133905.567000', '133905.569000', '133905.572000', '133905.574000', '133905.577000', '133905.580000', '133905.582000', '133905.585000', '133905.588000', '133905.590000', '133905.593000', '133905.595000', '133905.598000', '133905.601000', '133905.603000', '133905.606000', '133905.608000', '133905.611000', '133905.613000', '133925.504000', '133925.507000', '133925.509000', '133925.512000', '133925.514000', '133925.517000', '133925.520000', '133925.522000', '133925.525000', '133925.527000', '133925.530000', '133925.533000', '133925.535000', '133925.538000', '133925.540000', '133925.543000', '133925.546000', '133925.549000', '133925.552000', '133925.555000', '133925.557000', '133925.560000', '133925.562000', '133925.565000', '133925.567000', '133925.570000', '133925.573000', '133925.575000', '133925.578000', '133925.580000', '133925.583000', '133925.586000', '133925.588000', '133925.591000', '133925.593000', '133925.596000', '133925.598000', '133925.601000', '133925.604000', '133925.607000', '133925.609000', '133925.612000', '133925.614000', '133945.502000', '133945.505000', '133945.508000', '133945.511000', '133945.513000', '133945.516000', '133945.519000', '133945.521000', '133945.524000', '133945.526000', '133945.529000', '133945.531000', '133945.534000', '133945.537000', '133945.539000', '133945.542000', '133945.544000', '133945.547000', '133945.550000', '133945.552000', '133945.555000', '133945.558000', '133945.560000', '133945.563000', '133945.565000', '133945.568000', '133945.571000', '133945.573000', '133945.576000', '133945.598000', '133945.601000', '133945.604000', '133945.607000', '133945.609000', '133945.612000', '133945.614000', '133945.617000', '133945.620000', '133945.622000', '133945.625000', '133945.627000', '133945.630000', '133945.632000', '133945.635000', '134005.502000', '134005.505000', '134005.508000', '134005.511000', '134005.513000', '134005.516000', '134005.518000', '134005.522000', '134005.524000', '134005.527000', '134005.529000', '134005.532000', '134005.535000', '134005.537000', '134005.540000', '134005.542000', '134005.545000', '134005.548000', '134005.550000', '134005.553000', '134005.556000', '134005.558000', '134005.561000', '134005.563000', '134005.566000', '134005.569000', '134005.571000', '134005.574000', '134005.577000', '134005.579000', '134005.582000', '134005.585000', '134005.587000', '134005.590000', '134005.592000', '134005.595000', '134005.598000', '134005.600000', '134005.603000', '134005.606000', '134005.608000', '134005.611000', '134005.613000', '134025.503000', '134025.506000', '134025.509000', '134025.511000', '134025.514000', '134025.517000', '134025.520000', '134025.522000', '134025.525000', '134025.527000', '134025.530000', '134025.533000', '134025.535000', '134025.538000', '134025.540000', '134025.543000', '134025.546000', '134025.548000', '134025.551000', '134025.553000', '134025.556000', '134025.559000', '134025.561000', '134025.564000', '134025.566000', '134025.569000', '134025.572000', '134025.574000', '134025.577000', '134025.580000', '134025.582000', '134025.585000', '134025.587000', '134025.590000', '134025.592000', '134025.595000', '134025.598000', '134025.600000', '134025.603000', '134025.606000', '134025.608000', '134025.611000', '134025.613000', '134025.616000', '134045.503000', '134045.506000', '134045.509000', '134045.511000', '134045.514000', '134045.517000', '134045.519000', '134045.522000', '134045.524000', '134045.527000', '134045.530000', '134045.533000', '134045.535000', '134045.538000', '134045.541000', '134045.544000', '134045.546000', '134045.549000', '134045.551000', '134045.554000', '134045.557000', '134045.559000', '134045.562000', '134045.564000', '134045.567000', '134045.570000', '134045.572000', '134045.575000', '134045.578000', '134045.580000', '134045.583000', '134045.586000', '134045.589000', '134045.592000', '134045.595000', '134045.597000', '134045.600000', '134045.603000', '134045.605000', '134045.608000', '134045.611000', '134045.613000', '134045.616000', '134105.504000', '134105.506000', '134105.509000', '134105.512000', '134105.514000', '134105.517000', '134105.519000', '134105.522000', '134105.524000', '134105.527000', '134105.529000', '134105.532000', '134105.535000', '134105.537000', '134105.540000', '134105.542000', '134105.545000', '134105.547000', '134105.550000', '134105.553000', '134105.555000', '134105.558000', '134105.561000', '134105.563000', '134105.566000', '134105.568000', '134105.571000', '134105.574000', '134105.576000', '134105.579000', '134105.582000', '134105.584000', '134105.587000', '134105.589000', '134105.592000', '134105.595000', '134105.597000', '134105.600000', '134105.603000', '134105.606000', '134105.608000', '134105.611000', '134105.614000', '134105.616000', '134125.503000', '134125.506000', '134125.509000', '134125.512000', '134125.514000', '134125.517000', '134125.520000', '134125.522000', '134125.525000', '134125.527000', '134125.544000', '134125.546000', '134125.549000', '134125.552000', '134125.554000', '134125.557000', '134125.559000', '134125.562000', '134125.565000', '134125.567000', '134125.570000', '134125.573000', '134125.575000', '134125.578000', '134125.581000', '134125.583000', '134125.586000', '134125.589000', '134125.591000', '134125.594000', '134125.597000', '134125.599000', '134125.602000', '134125.604000', '134125.607000', '134125.609000', '134125.612000', '134125.615000', '134125.617000', '134125.620000', '134125.622000', '134125.625000', '134125.628000', '134145.503000', '134145.506000', '134145.510000', '134145.512000', '134145.515000', '134145.533000', '134145.536000', '134145.539000', '134145.541000', '134145.544000', '134145.547000', '134145.549000', '134145.552000', '134145.554000', '134145.557000', '134145.560000', '134145.562000', '134145.565000', '134145.568000', '134145.570000', '134145.573000', '134145.575000', '134145.578000', '134145.581000', '134145.583000', '134145.586000', '134145.588000', '134145.591000', '134145.594000', '134145.596000', '134145.599000', '134145.602000', '134145.604000', '134145.607000', '134145.609000', '134145.612000', '134145.615000', '134145.617000', '134145.620000', '134145.622000', '134145.625000', '134145.628000', '134145.630000', '134145.633000', '134205.503000', '134205.506000', '134205.508000', '134205.511000', '134205.514000', '134205.516000', '134205.519000', '134205.521000', '134205.524000', '134205.527000', '134205.529000', '134205.532000', '134205.535000', '134205.537000', '134205.540000', '134205.542000', '134205.552000', '134205.554000', '134205.557000', '134205.560000', '134205.562000', '134205.565000', '134205.568000', '134205.570000', '134205.573000', '134205.575000', '134205.578000', '134205.581000', '134205.583000', '134205.586000', '134205.589000', '134205.591000', '134205.594000', '134205.597000', '134205.599000', '134205.602000', '134205.605000', '134205.607000', '134205.610000', '134205.613000', '134205.615000', '134205.618000', '134205.620000', '134225.502000', '134225.506000', '134225.508000', '134225.511000', '134225.513000', '134225.516000', '134225.519000', '134225.521000', '134225.524000', '134225.527000', '134225.529000', '134225.532000', '134225.534000', '134225.537000', '134225.539000', '134225.542000', '134225.545000', '134225.547000', '134225.550000', '134225.553000', '134225.555000', '134225.558000', '134225.561000', '134225.563000', '134225.566000', '134225.568000', '134225.571000', '134225.574000', '134225.576000', '134225.579000', '134225.581000', '134225.584000', '134225.587000', '134225.589000', '134225.592000', '134225.595000', '134225.597000', '134225.600000', '134225.603000', '134225.605000', '134225.608000', '134225.610000', '134225.613000', '134225.616000', '134245.504000', '134245.506000', '134245.509000', '134245.512000', '134245.514000', '134245.517000', '134245.520000', '134245.524000', '134245.527000', '134245.529000', '134245.532000', '134245.534000', '134245.537000', '134245.540000', '134245.542000', '134245.545000', '134245.547000', '134245.550000', '134245.553000', '134245.555000', '134245.590000', '134245.592000', '134245.595000', '134245.598000', '134245.601000', '134245.603000', '134245.606000', '134245.609000', '134245.611000', '134245.614000', '134245.617000', '134245.619000', '134245.622000', '134245.624000', '134245.627000', '134245.630000', '134245.632000', '134245.635000', '134245.638000', '134245.640000', '134245.643000', '134245.646000', '134245.648000', '134305.503000', '134305.506000', '134305.509000', '134305.512000', '134305.515000', '134305.517000', '134305.520000', '134305.522000', '134305.525000', '134305.528000', '134305.530000', '134305.533000', '134305.536000', '134305.538000', '134305.541000', '134305.543000', '134305.546000', '134305.549000', '134305.551000', '134305.554000', '134305.557000', '134305.559000', '134305.562000', '134305.564000', '134305.567000', '134305.570000', '134305.572000', '134305.575000', '134305.577000', '134305.580000', '134305.582000', '134305.585000', '134305.588000', '134305.591000', '134305.593000', '134305.596000', '134305.599000', '134305.601000', '134305.604000', '134305.606000', '134305.609000', '134305.612000', '134305.614000', '134305.617000', '134325.504000', '134325.507000', '134325.509000', '134325.512000', '134325.514000', '134325.517000', '134325.520000', '134325.522000', '134325.525000', '134325.528000', '134325.530000', '134325.533000', '134325.535000', '134325.538000', '134325.540000', '134325.543000', '134325.546000', '134325.548000', '134325.551000', '134325.554000', '134325.556000', '134325.559000', '134325.562000', '134325.564000', '134325.567000', '134325.569000', '134325.572000', '134325.574000', '134325.577000', '134325.580000', '134325.582000', '134325.585000', '134325.588000', '134325.590000', '134325.593000', '134325.596000', '134325.598000', '134325.601000', '134325.603000', '134325.606000', '134325.609000', '134325.611000', '134325.614000', '134345.503000', '134345.506000', '134345.509000', '134345.512000', '134345.514000', '134345.517000', '134345.519000', '134345.522000', '134345.525000', '134345.527000', '134345.530000', '134345.532000', '134345.535000', '134345.538000', '134345.540000', '134345.543000', '134345.545000', '134345.548000', '134345.551000', '134345.553000', '134345.556000', '134345.558000', '134345.561000', '134345.564000', '134345.566000', '134345.569000', '134345.571000', '134345.574000', '134345.577000', '134345.579000', '134345.582000', '134345.584000', '134345.587000', '134345.589000', '134345.592000', '134345.595000', '134345.597000', '134345.600000', '134345.602000', '134345.605000', '134345.608000', '134345.610000', '134345.613000', '134345.615000', '134349.557000', '134349.560000', '134349.563000', '134349.566000', '134349.569000', '134349.571000', '134349.574000', '134349.577000', '134349.579000'], 'InstanceCreationTime': ['133705.537000', '133705.540000', '133705.543000', '133705.546000', '133705.548000', '133705.551000', '133705.554000', '133705.556000', '133705.559000', '133705.561000', '133705.564000', '133705.566000', '133705.569000', '133705.572000', '133705.583000', '133705.586000', '133705.588000', '133705.591000', '133705.594000', '133705.596000', '133705.599000', '133705.601000', '133705.604000', '133705.606000', '133705.609000', '133705.611000', '133705.625000', '133705.628000', '133705.630000', '133705.633000', '133705.635000', '133705.638000', '133705.641000', '133705.643000', '133705.646000', '133725.502000', '133725.505000', '133725.508000', '133725.510000', '133725.513000', '133725.515000', '133725.518000', '133725.521000', '133725.523000', '133725.526000', '133725.529000', '133725.531000', '133725.534000', '133725.536000', '133725.539000', '133725.542000', '133725.544000', '133725.547000', '133725.549000', '133725.552000', '133725.555000', '133725.557000', '133725.560000', '133725.572000', '133725.574000', '133725.577000', '133725.579000', '133725.582000', '133725.584000', '133725.587000', '133725.589000', '133725.592000', '133725.595000', '133725.597000', '133725.600000', '133725.608000', '133725.611000', '133725.613000', '133725.616000', '133725.619000', '133725.621000', '133725.624000', '133725.626000', '133745.502000', '133745.505000', '133745.509000', '133745.511000', '133745.514000', '133745.517000', '133745.519000', '133745.522000', '133745.524000', '133745.527000', '133745.530000', '133745.532000', '133745.535000', '133745.545000', '133745.548000', '133745.550000', '133745.553000', '133745.555000', '133745.558000', '133745.560000', '133745.563000', '133745.566000', '133745.569000', '133745.571000', '133745.574000', '133745.577000', '133745.579000', '133745.582000', '133745.585000', '133745.587000', '133745.590000', '133745.592000', '133745.595000', '133745.598000', '133745.601000', '133745.603000', '133745.606000', '133745.608000', '133745.611000', '133745.614000', '133745.616000', '133745.619000', '133745.621000', '133745.624000', '133805.503000', '133805.507000', '133805.510000', '133805.513000', '133805.515000', '133805.518000', '133805.520000', '133805.523000', '133805.526000', '133805.528000', '133805.531000', '133805.533000', '133805.536000', '133805.538000', '133805.541000', '133805.544000', '133805.547000', '133805.549000', '133805.552000', '133805.554000', '133805.557000', '133805.560000', '133805.562000', '133805.565000', '133805.568000', '133805.570000', '133805.573000', '133805.575000', '133805.578000', '133805.580000', '133805.583000', '133805.586000', '133805.588000', '133805.602000', '133805.604000', '133805.607000', '133805.609000', '133805.612000', '133805.614000', '133805.617000', '133805.619000', '133805.622000', '133805.625000', '133805.627000', '133825.503000', '133825.506000', '133825.509000', '133825.511000', '133825.514000', '133825.517000', '133825.519000', '133825.522000', '133825.524000', '133825.527000', '133825.530000', '133825.532000', '133825.535000', '133825.538000', '133825.540000', '133825.543000', '133825.546000', '133825.548000', '133825.551000', '133825.553000', '133825.556000', '133825.559000', '133825.561000', '133825.564000', '133825.566000', '133825.569000', '133825.571000', '133825.574000', '133825.577000', '133825.579000', '133825.582000', '133825.584000', '133825.587000', '133825.590000', '133825.592000', '133825.595000', '133825.597000', '133825.600000', '133825.603000', '133825.605000', '133825.608000', '133825.610000', '133825.613000', '133845.503000', '133845.506000', '133845.509000', '133845.512000', '133845.514000', '133845.517000', '133845.519000', '133845.522000', '133845.525000', '133845.527000', '133845.530000', '133845.532000', '133845.535000', '133845.538000', '133845.540000', '133845.543000', '133845.546000', '133845.548000', '133845.551000', '133845.553000', '133845.556000', '133845.558000', '133845.561000', '133845.564000', '133845.566000', '133845.569000', '133845.572000', '133845.574000', '133845.577000', '133845.579000', '133845.582000', '133845.585000', '133845.588000', '133845.591000', '133845.594000', '133845.597000', '133845.599000', '133845.602000', '133845.604000', '133845.607000', '133845.610000', '133845.612000', '133845.615000', '133845.618000', '133905.503000', '133905.507000', '133905.509000', '133905.512000', '133905.514000', '133905.517000', '133905.519000', '133905.522000', '133905.524000', '133905.527000', '133905.530000', '133905.532000', '133905.535000', '133905.537000', '133905.540000', '133905.543000', '133905.545000', '133905.548000', '133905.550000', '133905.553000', '133905.556000', '133905.558000', '133905.561000', '133905.564000', '133905.567000', '133905.569000', '133905.572000', '133905.574000', '133905.577000', '133905.580000', '133905.582000', '133905.585000', '133905.588000', '133905.590000', '133905.593000', '133905.595000', '133905.598000', '133905.601000', '133905.603000', '133905.606000', '133905.608000', '133905.611000', '133905.613000', '133925.504000', '133925.507000', '133925.509000', '133925.512000', '133925.514000', '133925.517000', '133925.520000', '133925.522000', '133925.525000', '133925.527000', '133925.530000', '133925.533000', '133925.535000', '133925.538000', '133925.540000', '133925.543000', '133925.546000', '133925.549000', '133925.552000', '133925.555000', '133925.557000', '133925.560000', '133925.562000', '133925.565000', '133925.567000', '133925.570000', '133925.573000', '133925.575000', '133925.578000', '133925.580000', '133925.583000', '133925.586000', '133925.588000', '133925.591000', '133925.593000', '133925.596000', '133925.598000', '133925.601000', '133925.604000', '133925.607000', '133925.609000', '133925.612000', '133925.614000', '133945.502000', '133945.505000', '133945.508000', '133945.511000', '133945.513000', '133945.516000', '133945.519000', '133945.521000', '133945.524000', '133945.526000', '133945.529000', '133945.531000', '133945.534000', '133945.537000', '133945.539000', '133945.542000', '133945.544000', '133945.547000', '133945.550000', '133945.552000', '133945.555000', '133945.558000', '133945.560000', '133945.563000', '133945.565000', '133945.568000', '133945.571000', '133945.573000', '133945.576000', '133945.598000', '133945.601000', '133945.604000', '133945.607000', '133945.609000', '133945.612000', '133945.614000', '133945.617000', '133945.620000', '133945.622000', '133945.625000', '133945.627000', '133945.630000', '133945.632000', '133945.635000', '134005.502000', '134005.505000', '134005.508000', '134005.511000', '134005.513000', '134005.516000', '134005.518000', '134005.522000', '134005.524000', '134005.527000', '134005.529000', '134005.532000', '134005.535000', '134005.537000', '134005.540000', '134005.542000', '134005.545000', '134005.548000', '134005.550000', '134005.553000', '134005.556000', '134005.558000', '134005.561000', '134005.563000', '134005.566000', '134005.569000', '134005.571000', '134005.574000', '134005.577000', '134005.579000', '134005.582000', '134005.585000', '134005.587000', '134005.590000', '134005.592000', '134005.595000', '134005.598000', '134005.600000', '134005.603000', '134005.606000', '134005.608000', '134005.611000', '134005.613000', '134025.503000', '134025.506000', '134025.509000', '134025.511000', '134025.514000', '134025.517000', '134025.520000', '134025.522000', '134025.525000', '134025.527000', '134025.530000', '134025.533000', '134025.535000', '134025.538000', '134025.540000', '134025.543000', '134025.546000', '134025.548000', '134025.551000', '134025.553000', '134025.556000', '134025.559000', '134025.561000', '134025.564000', '134025.566000', '134025.569000', '134025.572000', '134025.574000', '134025.577000', '134025.580000', '134025.582000', '134025.585000', '134025.587000', '134025.590000', '134025.592000', '134025.595000', '134025.598000', '134025.600000', '134025.603000', '134025.606000', '134025.608000', '134025.611000', '134025.613000', '134025.616000', '134045.503000', '134045.506000', '134045.509000', '134045.511000', '134045.514000', '134045.517000', '134045.519000', '134045.522000', '134045.524000', '134045.527000', '134045.530000', '134045.533000', '134045.535000', '134045.538000', '134045.541000', '134045.544000', '134045.546000', '134045.549000', '134045.551000', '134045.554000', '134045.557000', '134045.559000', '134045.562000', '134045.564000', '134045.567000', '134045.570000', '134045.572000', '134045.575000', '134045.578000', '134045.580000', '134045.583000', '134045.586000', '134045.589000', '134045.592000', '134045.595000', '134045.597000', '134045.600000', '134045.603000', '134045.605000', '134045.608000', '134045.611000', '134045.613000', '134045.616000', '134105.504000', '134105.506000', '134105.509000', '134105.512000', '134105.514000', '134105.517000', '134105.519000', '134105.522000', '134105.524000', '134105.527000', '134105.529000', '134105.532000', '134105.535000', '134105.537000', '134105.540000', '134105.542000', '134105.545000', '134105.547000', '134105.550000', '134105.553000', '134105.555000', '134105.558000', '134105.561000', '134105.563000', '134105.566000', '134105.568000', '134105.571000', '134105.574000', '134105.576000', '134105.579000', '134105.582000', '134105.584000', '134105.587000', '134105.589000', '134105.592000', '134105.595000', '134105.597000', '134105.600000', '134105.603000', '134105.606000', '134105.608000', '134105.611000', '134105.614000', '134105.616000', '134125.503000', '134125.506000', '134125.509000', '134125.512000', '134125.514000', '134125.517000', '134125.520000', '134125.522000', '134125.525000', '134125.527000', '134125.544000', '134125.546000', '134125.549000', '134125.552000', '134125.554000', '134125.557000', '134125.559000', '134125.562000', '134125.565000', '134125.567000', '134125.570000', '134125.573000', '134125.575000', '134125.578000', '134125.581000', '134125.583000', '134125.586000', '134125.589000', '134125.591000', '134125.594000', '134125.597000', '134125.599000', '134125.602000', '134125.604000', '134125.607000', '134125.609000', '134125.612000', '134125.615000', '134125.617000', '134125.620000', '134125.622000', '134125.625000', '134125.628000', '134145.503000', '134145.506000', '134145.510000', '134145.512000', '134145.515000', '134145.533000', '134145.536000', '134145.539000', '134145.541000', '134145.544000', '134145.547000', '134145.549000', '134145.552000', '134145.554000', '134145.557000', '134145.560000', '134145.562000', '134145.565000', '134145.568000', '134145.570000', '134145.573000', '134145.575000', '134145.578000', '134145.581000', '134145.583000', '134145.586000', '134145.588000', '134145.591000', '134145.594000', '134145.596000', '134145.599000', '134145.602000', '134145.604000', '134145.607000', '134145.609000', '134145.612000', '134145.615000', '134145.617000', '134145.620000', '134145.622000', '134145.625000', '134145.628000', '134145.630000', '134145.633000', '134205.503000', '134205.506000', '134205.508000', '134205.511000', '134205.514000', '134205.516000', '134205.519000', '134205.521000', '134205.524000', '134205.527000', '134205.529000', '134205.532000', '134205.535000', '134205.537000', '134205.540000', '134205.542000', '134205.552000', '134205.554000', '134205.557000', '134205.560000', '134205.562000', '134205.565000', '134205.568000', '134205.570000', '134205.573000', '134205.575000', '134205.578000', '134205.581000', '134205.583000', '134205.586000', '134205.589000', '134205.591000', '134205.594000', '134205.597000', '134205.599000', '134205.602000', '134205.605000', '134205.607000', '134205.610000', '134205.613000', '134205.615000', '134205.618000', '134205.620000', '134225.502000', '134225.506000', '134225.508000', '134225.511000', '134225.513000', '134225.516000', '134225.519000', '134225.521000', '134225.524000', '134225.527000', '134225.529000', '134225.532000', '134225.534000', '134225.537000', '134225.539000', '134225.542000', '134225.545000', '134225.547000', '134225.550000', '134225.553000', '134225.555000', '134225.558000', '134225.561000', '134225.563000', '134225.566000', '134225.568000', '134225.571000', '134225.574000', '134225.576000', '134225.579000', '134225.581000', '134225.584000', '134225.587000', '134225.589000', '134225.592000', '134225.595000', '134225.597000', '134225.600000', '134225.603000', '134225.605000', '134225.608000', '134225.610000', '134225.613000', '134225.616000', '134245.504000', '134245.506000', '134245.509000', '134245.512000', '134245.514000', '134245.517000', '134245.520000', '134245.524000', '134245.527000', '134245.529000', '134245.532000', '134245.534000', '134245.537000', '134245.540000', '134245.542000', '134245.545000', '134245.547000', '134245.550000', '134245.553000', '134245.555000', '134245.590000', '134245.592000', '134245.595000', '134245.598000', '134245.601000', '134245.603000', '134245.606000', '134245.609000', '134245.611000', '134245.614000', '134245.617000', '134245.619000', '134245.622000', '134245.624000', '134245.627000', '134245.630000', '134245.632000', '134245.635000', '134245.638000', '134245.640000', '134245.643000', '134245.646000', '134245.648000', '134305.503000', '134305.506000', '134305.509000', '134305.512000', '134305.515000', '134305.517000', '134305.520000', '134305.522000', '134305.525000', '134305.528000', '134305.530000', '134305.533000', '134305.536000', '134305.538000', '134305.541000', '134305.543000', '134305.546000', '134305.549000', '134305.551000', '134305.554000', '134305.557000', '134305.559000', '134305.562000', '134305.564000', '134305.567000', '134305.570000', '134305.572000', '134305.575000', '134305.577000', '134305.580000', '134305.582000', '134305.585000', '134305.588000', '134305.591000', '134305.593000', '134305.596000', '134305.599000', '134305.601000', '134305.604000', '134305.606000', '134305.609000', '134305.612000', '134305.614000', '134305.617000', '134325.504000', '134325.507000', '134325.509000', '134325.512000', '134325.514000', '134325.517000', '134325.520000', '134325.522000', '134325.525000', '134325.528000', '134325.530000', '134325.533000', '134325.535000', '134325.538000', '134325.540000', '134325.543000', '134325.546000', '134325.548000', '134325.551000', '134325.554000', '134325.556000', '134325.559000', '134325.562000', '134325.564000', '134325.567000', '134325.569000', '134325.572000', '134325.574000', '134325.577000', '134325.580000', '134325.582000', '134325.585000', '134325.588000', '134325.590000', '134325.593000', '134325.596000', '134325.598000', '134325.601000', '134325.603000', '134325.606000', '134325.609000', '134325.611000', '134325.614000', '134345.503000', '134345.506000', '134345.509000', '134345.512000', '134345.514000', '134345.517000', '134345.519000', '134345.522000', '134345.525000', '134345.527000', '134345.530000', '134345.532000', '134345.535000', '134345.538000', '134345.540000', '134345.543000', '134345.545000', '134345.548000', '134345.551000', '134345.553000', '134345.556000', '134345.558000', '134345.561000', '134345.564000', '134345.566000', '134345.569000', '134345.571000', '134345.574000', '134345.577000', '134345.579000', '134345.582000', '134345.584000', '134345.587000', '134345.589000', '134345.592000', '134345.595000', '134345.597000', '134345.600000', '134345.602000', '134345.605000', '134345.608000', '134345.610000', '134345.613000', '134345.615000', '134349.557000', '134349.560000', '134349.563000', '134349.566000', '134349.569000', '134349.571000', '134349.574000', '134349.577000', '134349.579000'], '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': [9632, 7937, 8150, 8669, 8544, 8039, 8099, 8611, 7626, 8784, 10708, 8255, 10236, 8120, 13106, 11103, 14684, 12578, 14479, 10877, 12835, 8430, 11713, 8806, 11610, 7868, 9249, 7417, 7697, 7363, 8618, 7613, 7957, 7592, 8430, 7550, 9326, 7776, 10261, 7672, 9940, 7774, 9844, 7823, 10302, 7428, 10348, 8001, 10342, 7523, 10318, 7355, 11115, 7405, 10625, 7299, 9485, 7321, 8611, 9596, 10779, 8154, 12901, 8939, 10751, 9912, 7618, 9472, 8066, 9917, 9259, 10481, 8023, 9743, 7400, 10282, 8847, 11377, 8027, 10794, 8170, 11756, 8088, 12108, 8078, 11884, 8036, 11327, 7658, 7801, 7704, 10582, 8113, 11855, 9167, 9554, 9836, 8116, 9121, 8166, 9369, 8186, 11806, 8374, 11709, 8838, 9854, 8890, 12408, 7988, 11749, 8328, 11565, 9006, 8953, 7612, 9177, 8100, 11016, 8599, 8053, 8292, 8375, 10048, 8322, 12179, 8259, 11225, 8627, 12162, 9923, 10919, 7965, 8425, 10322, 11801, 12180, 8367, 11908, 8195, 13085, 9857, 12958, 8389, 10972, 8042, 10460, 8731, 8400, 8871, 8609, 7500, 8775, 8061, 8541, 10770, 8051, 10679, 8355, 10432, 8676, 10231, 8354, 9238, 8395, 8716, 7272, 8979, 7333, 8920, 8251, 8879, 7948, 8913, 8863, 8911, 10158, 8658, 9450, 8763, 9963, 8715, 11002, 8326, 8838, 8740, 8232, 7121, 8799, 7971, 8861, 9939, 9057, 10990, 8972, 10576, 9114, 11147, 11896, 10090, 8681, 9223, 11085, 8667, 11617, 9151, 8626, 8237, 8899, 7433, 9053, 7828, 8966, 9849, 8490, 10924, 8775, 11078, 8774, 9446, 8801, 9122, 8135, 9102, 9945, 8817, 13317, 8637, 12136, 8721, 11626, 10593, 8733, 8411, 9091, 7384, 9065, 10170, 8640, 12011, 8596, 9997, 8564, 9216, 10758, 8756, 11916, 8890, 11785, 8808, 13077, 9806, 11609, 8536, 8823, 7254, 9136, 9699, 8802, 10940, 8809, 11472, 8927, 13211, 9209, 13294, 8630, 12401, 8776, 11299, 8921, 9904, 8692, 8914, 8664, 8495, 7375, 8862, 7457, 9051, 8753, 9193, 9753, 9348, 11666, 9259, 13738, 8626, 12664, 10806, 14223, 11294, 14203, 9538, 12384, 10387, 12729, 10315, 12234, 8213, 8861, 8002, 9197, 9752, 8866, 9643, 8541, 10342, 8818, 11148, 9063, 9596, 7912, 8590, 8947, 8607, 9890, 8706, 8396, 8888, 9270, 8509, 11721, 8132, 10811, 8165, 10711, 8303, 8791, 8184, 8920, 7547, 9151, 7846, 8840, 10575, 8559, 8708, 7494, 9145, 7356, 8809, 9831, 8722, 11402, 9303, 11800, 10154, 11050, 13975, 9073, 9719, 7789, 7645, 7399, 7476, 13641, 10668, 8412, 14463, 11207, 8149, 10659, 8902, 9112, 13542, 10886, 7610, 7609, 12122, 10000, 12821, 13450, 13584, 12448, 9054, 10997, 7847, 7503, 8467, 7716, 7036, 8001, 7503, 6835, 10048, 7701, 11438, 8846, 7419, 12582, 7537, 7643, 7897, 8419, 8197, 8731, 9174, 8168, 8030, 9101, 7876, 9447, 9440, 7221, 9203, 9204, 10915, 9262, 10369, 9561, 8967, 9649, 7992, 10207, 8899, 9517, 9365, 9362, 9403, 9438, 9102, 10067, 9397, 7752, 9086, 7256, 9182, 7140, 9182, 7594, 9026, 8931, 9152, 9020, 9449, 8843, 9816, 8496, 9802, 8608, 11968, 8646, 12839, 8879, 9218, 8780, 9256, 10289, 8954, 7554, 8944, 7492, 9211, 8004, 9260, 8912, 9112, 8601, 9671, 8988, 12678, 9134, 13062, 9489, 13750, 10676, 12475, 10381, 12135, 8803, 10942, 9322, 11174, 8409, 7337, 8382, 8639, 8640, 8664, 11642, 8636, 10581, 8634, 10686, 8579, 9515, 8461, 8344, 8163, 8388, 8714, 8666, 8776, 8742, 7914, 8413, 8039, 9629, 8759, 13265, 8721, 12344, 8643, 10062, 8896, 8369, 10269, 8536, 11140, 8805, 10159, 8488, 9502, 8462, 7988, 8600, 8538, 8201, 8604, 8136, 8368, 9078, 8606, 8453, 8544, 8292, 8476, 8854, 8657, 8481, 8507, 8530, 8443, 8466, 8500, 8609, 8372, 7659, 8230, 8286, 8135, 11264, 8530, 11531, 8709, 13079, 9252, 13071, 9475, 11878, 11387, 10316, 8784, 8787, 7717, 8749, 8253, 8977, 9092, 8654, 8766, 8628, 9020, 11402, 8710, 11277, 8699, 10908, 8989, 12001, 8788, 9115, 8577, 8344, 8347, 8913, 8312, 8455, 7861, 8649, 7374, 9060, 8346, 8813, 9046, 8571, 8470, 8458, 8838, 10700, 8509, 11391, 8610, 9528, 8224, 9778, 8719, 10210, 8591, 8514, 9286, 10804, 9049, 12783, 8728, 10831, 8765, 11665, 9044, 10622, 8865, 9856, 9126, 10174, 8797, 8388, 8623, 11272, 8535, 11728, 8836, 9952, 8680, 10230, 8160, 9187, 8596, 7063, 8598, 8300, 8525, 8111, 8304, 7803, 8597, 7579, 8448, 12172, 8584, 10298, 8470, 9770, 8734, 10953, 8757, 10961, 8525, 9539, 8645, 9828, 8729, 11622, 8738, 11295, 8597, 12234, 8942, 11585, 9176, 7893, 8541, 7998, 8533, 8504, 8586, 9371, 8742, 8282, 8137, 8444, 8508, 8445, 8579, 8573, 8326, 8275, 7975, 8503, 8225, 8307, 8689, 8326, 8367, 8344, 8680, 8044, 9344, 9001, 8779, 8889, 8987, 8951, 8498, 8895, 8640, 8551, 13479, 9489, 13492, 8591, 12464, 9136, 8373, 12905, 8563, 11238, 8514, 9673, 8772, 8347, 8677, 7951, 8613, 8075, 8467, 8451, 8797, 8346, 8693, 8304, 8742, 8516, 8263, 8184, 8572, 9020, 8438, 10831, 8852, 11462, 8643, 12965, 8725, 12891, 11760, 9758, 13756, 10833, 12575, 8781, 11150, 8616, 10390, 9119, 9306, 8831, 9377, 8723, 8123, 8725, 8391, 8703, 8274, 8448, 7953, 9050, 8066, 8390, 8447, 7795, 8862, 8289, 8533, 8123, 8435, 8389, 8718, 8338, 11655, 8362, 12111, 8894, 13605, 11723, 11146, 14939, 10670, 12740, 11297, 9803, 14222, 11557, 11212, 8470, 9508, 8383, 8251, 8641, 8484, 8792, 8405, 8834, 8566, 9055, 8297, 8680, 7464, 8650, 8326, 8725, 8492, 8433, 8747, 10860, 9527, 11749, 8092, 11406, 8609, 13190, 10091, 13382, 10374, 12811, 10049, 13555, 10699, 14026, 9905, 12554, 8396, 10090, 9000, 8559, 7603, 8459, 7463, 8708, 7370, 9095, 7425, 8969, 7579, 8539, 7616, 8487, 8224, 8387, 8225, 8594, 8464, 7673, 8437, 7168, 8522, 8050, 8942, 7958, 10870, 10575, 11451, 8341, 12562, 9473, 13194, 10129, 13054, 8600, 13528, 9622, 14384, 9528, 14125, 8810, 14039, 8959, 13734, 8640, 11343, 8514, 12292, 15214, 13568, 14801, 9614, 11945, 8679, 11260, 9135, 10192, 8636, 8490, 8731, 8551, 8706, 8637, 8811, 8667, 8986, 8740, 8789, 8569, 8624, 8448, 8782, 7583, 8645, 7502, 8391, 7979, 8340, 11971, 8683, 11738, 8451, 10365, 8008, 8944, 7733, 8493, 7983, 8405, 7648], 'WindowCenter': [4109.0, 4057.0, 4043.0, 4063.0, 4049.0, 4052.0, 4051.0, 4063.0, 4055.0, 4076.0, 4094.0, 4065.0, 4094.0, 4052.0, 4113.0, 4092.0, 4124.0, 4106.0, 4116.0, 4083.0, 4103.0, 4051.0, 4092.0, 4060.0, 4079.0, 4039.0, 4046.0, 4028.0, 4036.0, 4029.0, 4047.0, 4029.0, 4038.0, 4039.0, 4052.0, 4042.0, 4060.0, 4041.0, 4080.0, 4042.0, 4082.0, 4042.0, 4071.0, 4042.0, 4082.0, 4043.0, 4093.0, 4053.0, 4082.0, 4055.0, 4095.0, 4055.0, 4105.0, 4056.0, 4094.0, 4056.0, 4097.0, 4068.0, 4076.0, 4086.0, 4105.0, 4065.0, 4127.0, 4086.0, 4095.0, 4085.0, 4052.0, 4084.0, 4064.0, 4083.0, 4074.0, 4094.0, 4053.0, 4085.0, 4042.0, 4095.0, 4075.0, 4106.0, 4065.0, 4096.0, 4065.0, 4104.0, 4053.0, 4104.0, 4053.0, 4104.0, 4065.0, 4117.0, 4055.0, 4053.0, 4053.0, 4095.0, 4065.0, 4117.0, 4084.0, 4083.0, 4081.0, 4051.0, 4072.0, 4064.0, 4074.0, 4064.0, 4103.0, 4065.0, 4103.0, 4073.0, 4097.0, 4075.0, 4105.0, 4054.0, 4103.0, 4064.0, 4116.0, 4086.0, 4073.0, 4053.0, 4072.0, 4065.0, 4106.0, 4074.0, 4052.0, 4061.0, 4061.0, 4083.0, 4064.0, 4105.0, 4052.0, 4092.0, 4064.0, 4103.0, 4083.0, 4092.0, 4040.0, 4050.0, 4083.0, 4103.0, 4103.0, 4049.0, 4089.0, 4048.0, 4113.0, 4069.0, 4097.0, 4037.0, 4078.0, 4037.0, 4079.0, 4047.0, 4036.0, 4047.0, 4036.0, 4016.0, 4047.0, 4037.0, 4048.0, 4077.0, 4036.0, 4077.0, 4048.0, 4078.0, 4060.0, 4080.0, 4049.0, 4059.0, 4048.0, 4060.0, 4041.0, 4073.0, 4042.0, 4072.0, 4061.0, 4072.0, 4052.0, 4085.0, 4074.0, 4074.0, 4094.0, 4063.0, 4083.0, 4074.0, 4094.0, 4075.0, 4105.0, 4064.0, 4074.0, 4075.0, 4076.0, 4044.0, 4072.0, 4066.0, 4074.0, 4096.0, 4086.0, 4106.0, 4074.0, 4095.0, 4073.0, 4105.0, 4104.0, 4083.0, 4052.0, 4058.0, 4079.0, 4049.0, 4093.0, 4060.0, 4049.0, 4048.0, 4047.0, 4028.0, 4061.0, 4042.0, 4071.0, 4083.0, 4062.0, 4092.0, 4061.0, 4104.0, 4063.0, 4085.0, 4073.0, 4071.0, 4051.0, 4075.0, 4084.0, 4074.0, 4113.0, 4062.0, 4101.0, 4060.0, 4104.0, 4084.0, 4063.0, 4050.0, 4059.0, 4031.0, 4072.0, 4082.0, 4061.0, 4102.0, 4060.0, 4082.0, 4061.0, 4072.0, 4093.0, 4062.0, 4092.0, 4061.0, 4093.0, 4074.0, 4102.0, 4071.0, 4089.0, 4051.0, 4061.0, 4030.0, 4072.0, 4073.0, 4062.0, 4080.0, 4061.0, 4091.0, 4072.0, 4114.0, 4074.0, 4112.0, 4051.0, 4101.0, 4048.0, 4090.0, 4074.0, 4081.0, 4061.0, 4060.0, 4062.0, 4061.0, 4054.0, 4085.0, 4055.0, 4087.0, 4076.0, 4098.0, 4098.0, 4101.0, 4118.0, 4088.0, 4126.0, 4066.0, 4116.0, 4096.0, 4125.0, 4095.0, 4113.0, 4060.0, 4100.0, 4082.0, 4099.0, 4069.0, 4088.0, 4036.0, 4058.0, 4039.0, 4059.0, 4070.0, 4058.0, 4059.0, 4049.0, 4083.0, 4072.0, 4092.0, 4062.0, 4072.0, 4040.0, 4062.0, 4061.0, 4050.0, 4071.0, 4047.0, 4037.0, 4058.0, 4060.0, 4049.0, 4090.0, 4040.0, 4079.0, 4050.0, 4082.0, 4050.0, 4061.0, 4051.0, 4059.0, 4038.0, 4073.0, 4051.0, 4063.0, 4081.0, 4062.0, 4064.0, 4055.0, 4098.0, 4055.0, 4088.0, 4098.0, 4088.0, 4132.0, 4099.0, 4118.0, 4109.0, 4098.0, 4106.0, 4052.0, 4071.0, 4042.0, 4041.0, 4039.0, 4041.0, 4123.0, 4081.0, 4051.0, 4111.0, 4079.0, 4052.0, 4080.0, 4047.0, 4050.0, 4091.0, 4044.0, 4003.0, 4014.0, 4035.0, 4071.0, 4114.0, 4101.0, 4098.0, 4086.0, 4030.0, 4037.0, 3994.0, 3985.0, 4005.0, 4007.0, 3999.0, 4008.0, 3999.0, 3989.0, 4040.0, 3996.0, 4034.0, 4004.0, 3971.0, 4018.0, 3968.0, 3999.0, 4009.0, 4033.0, 4021.0, 4032.0, 4040.0, 4020.0, 4022.0, 4040.0, 4034.0, 4069.0, 4069.0, 4036.0, 4069.0, 4071.0, 4091.0, 4070.0, 4080.0, 4069.0, 4059.0, 4068.0, 4038.0, 4080.0, 4059.0, 4069.0, 4058.0, 4057.0, 4058.0, 4057.0, 4058.0, 4068.0, 4069.0, 4037.0, 4069.0, 4038.0, 4071.0, 4042.0, 4083.0, 4054.0, 4086.0, 4085.0, 4084.0, 4087.0, 4098.0, 4098.0, 4109.0, 4099.0, 4109.0, 4089.0, 4126.0, 4087.0, 4127.0, 4084.0, 4085.0, 4074.0, 4086.0, 4097.0, 4087.0, 4064.0, 4084.0, 4055.0, 4098.0, 4076.0, 4098.0, 4086.0, 4085.0, 4086.0, 4096.0, 4087.0, 4127.0, 4087.0, 4139.0, 4099.0, 4127.0, 4107.0, 4116.0, 4085.0, 4103.0, 4061.0, 4095.0, 4076.0, 4093.0, 4051.0, 4040.0, 4050.0, 4074.0, 4060.0, 4062.0, 4104.0, 4076.0, 4094.0, 4075.0, 4091.0, 4072.0, 4072.0, 4061.0, 4060.0, 4062.0, 4061.0, 4075.0, 4075.0, 4074.0, 4075.0, 4064.0, 4062.0, 4064.0, 4085.0, 4075.0, 4111.0, 4061.0, 4099.0, 4060.0, 4081.0, 4071.0, 4060.0, 4078.0, 4060.0, 4079.0, 4058.0, 4068.0, 4059.0, 4070.0, 4059.0, 4051.0, 4058.0, 4046.0, 4048.0, 4048.0, 4038.0, 4050.0, 4057.0, 4059.0, 4051.0, 4060.0, 4062.0, 4063.0, 4074.0, 4074.0, 4061.0, 4062.0, 4061.0, 4063.0, 4064.0, 4087.0, 4087.0, 4075.0, 4065.0, 4076.0, 4074.0, 4089.0, 4130.0, 4099.0, 4132.0, 4101.0, 4138.0, 4098.0, 4129.0, 4084.0, 4115.0, 4106.0, 4082.0, 4060.0, 4049.0, 4049.0, 4072.0, 4062.0, 4072.0, 4073.0, 4073.0, 4074.0, 4076.0, 4086.0, 4105.0, 4074.0, 4102.0, 4064.0, 4094.0, 4073.0, 4101.0, 4061.0, 4061.0, 4049.0, 4050.0, 4062.0, 4061.0, 4051.0, 4048.0, 4049.0, 4058.0, 4040.0, 4070.0, 4051.0, 4059.0, 4070.0, 4061.0, 4064.0, 4063.0, 4085.0, 4095.0, 4076.0, 4117.0, 4089.0, 4096.0, 4087.0, 4108.0, 4076.0, 4094.0, 4062.0, 4062.0, 4085.0, 4103.0, 4073.0, 4114.0, 4072.0, 4094.0, 4073.0, 4104.0, 4073.0, 4082.0, 4072.0, 4082.0, 4071.0, 4083.0, 4060.0, 4049.0, 4049.0, 4078.0, 4048.0, 4089.0, 4047.0, 4058.0, 4035.0, 4068.0, 4036.0, 4057.0, 4059.0, 4027.0, 4048.0, 4049.0, 4060.0, 4049.0, 4061.0, 4054.0, 4076.0, 4067.0, 4088.0, 4131.0, 4088.0, 4097.0, 4075.0, 4096.0, 4074.0, 4105.0, 4076.0, 4104.0, 4076.0, 4085.0, 4076.0, 4096.0, 4085.0, 4116.0, 4073.0, 4091.0, 4060.0, 4102.0, 4071.0, 4092.0, 4070.0, 4038.0, 4048.0, 4037.0, 4049.0, 4048.0, 4052.0, 4069.0, 4061.0, 4049.0, 4048.0, 4049.0, 4061.0, 4061.0, 4060.0, 4061.0, 4062.0, 4063.0, 4050.0, 4076.0, 4065.0, 4078.0, 4076.0, 4064.0, 4064.0, 4061.0, 4062.0, 4063.0, 4084.0, 4073.0, 4074.0, 4073.0, 4084.0, 4086.0, 4086.0, 4088.0, 4076.0, 4075.0, 4124.0, 4085.0, 4116.0, 4052.0, 4092.0, 4059.0, 4037.0, 4088.0, 4037.0, 4079.0, 4047.0, 4058.0, 4038.0, 4036.0, 4037.0, 4039.0, 4048.0, 4037.0, 4051.0, 4051.0, 4062.0, 4062.0, 4074.0, 4065.0, 4086.0, 4085.0, 4078.0, 4078.0, 4090.0, 4096.0, 4091.0, 4130.0, 4102.0, 4119.0, 4088.0, 4125.0, 4061.0, 4105.0, 4105.0, 4073.0, 4102.0, 4080.0, 4088.0, 4045.0, 4078.0, 4049.0, 4080.0, 4061.0, 4058.0, 4061.0, 4059.0, 4060.0, 4050.0, 4062.0, 4064.0, 4063.0, 4051.0, 4053.0, 4052.0, 4073.0, 4052.0, 4061.0, 4074.0, 4062.0, 4086.0, 4074.0, 4087.0, 4076.0, 4086.0, 4088.0, 4101.0, 4101.0, 4143.0, 4092.0, 4144.0, 4103.0, 4142.0, 4118.0, 4108.0, 4126.0, 4072.0, 4090.0, 4068.0, 4057.0, 4088.0, 4068.0, 4065.0, 4025.0, 4044.0, 4036.0, 4037.0, 4047.0, 4047.0, 4060.0, 4050.0, 4075.0, 4074.0, 4073.0, 4062.0, 4074.0, 4042.0, 4074.0, 4075.0, 4074.0, 4076.0, 4090.0, 4076.0, 4105.0, 4072.0, 4100.0, 4052.0, 4090.0, 4060.0, 4101.0, 4069.0, 4110.0, 4081.0, 4098.0, 4071.0, 4110.0, 4080.0, 4109.0, 4068.0, 4075.0, 4023.0, 4054.0, 4033.0, 4021.0, 4011.0, 4022.0, 4000.0, 4034.0, 4013.0, 4033.0, 4012.0, 4033.0, 4024.0, 4046.0, 4027.0, 4048.0, 4050.0, 4063.0, 4072.0, 4073.0, 4073.0, 4055.0, 4074.0, 4068.0, 4099.0, 4089.0, 4128.0, 4094.0, 4134.0, 4122.0, 4134.0, 4089.0, 4143.0, 4097.0, 4130.0, 4098.0, 4117.0, 4064.0, 4127.0, 4085.0, 4125.0, 4072.0, 4111.0, 4064.0, 4112.0, 4060.0, 4100.0, 4047.0, 4079.0, 4049.0, 4091.0, 4106.0, 4097.0, 4094.0, 4055.0, 4063.0, 4033.0, 4064.0, 4044.0, 4053.0, 4034.0, 4032.0, 4035.0, 4035.0, 4034.0, 4034.0, 4047.0, 4049.0, 4060.0, 4047.0, 4047.0, 4046.0, 4059.0, 4062.0, 4074.0, 4052.0, 4074.0, 4053.0, 4075.0, 4064.0, 4075.0, 4118.0, 4077.0, 4107.0, 4066.0, 4085.0, 4052.0, 4074.0, 4052.0, 4063.0, 4053.0, 4052.0, 4041.0], 'WindowWidth': [9138.0, 9046.0, 9016.0, 9045.0, 9019.0, 9028.0, 9024.0, 9044.0, 9040.0, 9069.0, 9089.0, 9052.0, 9088.0, 9029.0, 9110.0, 9080.0, 9129.0, 9104.0, 9120.0, 9065.0, 9092.0, 9021.0, 9077.0, 9034.0, 9052.0, 9000.0, 9005.0, 8986.0, 8997.0, 8990.0, 9011.0, 8989.0, 9000.0, 9005.0, 9026.0, 9014.0, 9034.0, 9012.0, 9061.0, 9016.0, 9069.0, 9016.0, 9050.0, 9015.0, 9066.0, 9019.0, 9085.0, 9031.0, 9066.0, 9038.0, 9090.0, 9039.0, 9104.0, 9044.0, 9089.0, 9039.0, 9100.0, 9062.0, 9069.0, 9082.0, 9104.0, 9052.0, 9137.0, 9082.0, 9091.0, 9077.0, 9030.0, 9076.0, 9049.0, 9075.0, 9062.0, 9086.0, 9031.0, 9078.0, 9016.0, 9091.0, 9062.0, 9109.0, 9051.0, 9093.0, 9050.0, 9103.0, 9031.0, 9101.0, 9033.0, 9100.0, 9053.0, 9125.0, 9039.0, 9034.0, 9034.0, 9090.0, 9051.0, 9127.0, 9075.0, 9071.0, 9066.0, 9026.0, 9055.0, 9048.0, 9063.0, 9048.0, 9100.0, 9051.0, 9096.0, 9059.0, 9098.0, 9068.0, 9102.0, 9034.0, 9098.0, 9050.0, 9122.0, 9082.0, 9060.0, 9034.0, 9057.0, 9052.0, 9109.0, 9064.0, 9030.0, 9042.0, 9039.0, 9075.0, 9048.0, 9104.0, 9027.0, 9079.0, 9047.0, 9098.0, 9073.0, 9081.0, 9008.0, 9023.0, 9071.0, 9095.0, 9098.0, 9017.0, 9070.0, 9015.0, 9109.0, 9045.0, 9081.0, 8999.0, 9053.0, 8997.0, 9058.0, 9012.0, 8995.0, 9010.0, 8993.0, 8969.0, 9010.0, 8999.0, 9015.0, 9051.0, 8998.0, 9052.0, 9015.0, 9056.0, 9036.0, 9061.0, 9020.0, 9033.0, 9017.0, 9034.0, 9015.0, 9059.0, 9018.0, 9056.0, 9041.0, 9056.0, 9028.0, 9080.0, 9062.0, 9064.0, 9087.0, 9046.0, 9070.0, 9062.0, 9090.0, 9067.0, 9106.0, 9049.0, 9062.0, 9067.0, 9071.0, 9026.0, 9058.0, 9055.0, 9062.0, 9095.0, 9082.0, 9110.0, 9062.0, 9091.0, 9058.0, 9105.0, 9102.0, 9072.0, 9024.0, 9029.0, 9059.0, 9018.0, 9083.0, 9034.0, 9017.0, 9016.0, 9011.0, 8989.0, 9038.0, 9014.0, 9053.0, 9070.0, 9042.0, 9081.0, 9041.0, 9103.0, 9046.0, 9076.0, 9056.0, 9051.0, 9026.0, 9063.0, 9075.0, 9060.0, 9112.0, 9042.0, 9091.0, 9039.0, 9100.0, 9071.0, 9042.0, 9021.0, 9031.0, 8999.0, 9058.0, 9068.0, 9041.0, 9094.0, 9035.0, 9068.0, 9039.0, 9053.0, 9085.0, 9039.0, 9080.0, 9036.0, 9081.0, 9059.0, 9093.0, 9050.0, 9071.0, 9022.0, 9036.0, 8997.0, 9052.0, 9058.0, 9040.0, 9063.0, 9038.0, 9078.0, 9057.0, 9113.0, 9060.0, 9105.0, 9020.0, 9089.0, 9017.0, 9074.0, 9060.0, 9064.0, 9041.0, 9036.0, 9040.0, 9039.0, 9038.0, 9082.0, 9042.0, 9088.0, 9071.0, 9101.0, 9104.0, 9112.0, 9130.0, 9090.0, 9134.0, 9052.0, 9119.0, 9093.0, 9132.0, 9090.0, 9110.0, 9033.0, 9088.0, 9067.0, 9085.0, 9046.0, 9066.0, 8996.0, 9027.0, 9006.0, 9030.0, 9048.0, 9029.0, 9031.0, 9019.0, 9070.0, 9055.0, 9080.0, 9040.0, 9054.0, 9007.0, 9040.0, 9037.0, 9020.0, 9050.0, 9012.0, 8998.0, 9030.0, 9034.0, 9020.0, 9073.0, 9008.0, 9060.0, 9024.0, 9068.0, 9023.0, 9038.0, 9024.0, 9031.0, 9004.0, 9057.0, 9026.0, 9042.0, 9066.0, 9042.0, 9046.0, 9042.0, 9100.0, 9042.0, 9088.0, 9100.0, 9089.0, 9157.0, 9107.0, 9128.0, 9118.0, 9093.0, 9103.0, 9025.0, 9049.0, 9014.0, 9008.0, 9006.0, 9011.0, 9127.0, 9066.0, 9025.0, 9105.0, 9057.0, 9030.0, 9063.0, 9010.0, 9017.0, 9067.0, 8990.0, 8938.0, 8954.0, 8963.0, 9049.0, 9116.0, 9094.0, 9085.0, 9063.0, 8975.0, 8977.0, 8916.0, 8903.0, 8932.0, 8940.0, 8932.0, 8944.0, 8932.0, 8920.0, 8989.0, 8923.0, 8966.0, 8928.0, 8875.0, 8929.0, 8865.0, 8931.0, 8947.0, 8989.0, 8964.0, 8983.0, 8993.0, 8961.0, 8967.0, 8992.0, 8989.0, 9044.0, 9046.0, 9000.0, 9047.0, 9051.0, 9077.0, 9049.0, 9063.0, 9046.0, 9033.0, 9042.0, 9003.0, 9064.0, 9032.0, 9046.0, 9028.0, 9027.0, 9027.0, 9026.0, 9031.0, 9044.0, 9048.0, 9004.0, 9048.0, 9007.0, 9054.0, 9019.0, 9075.0, 9038.0, 9082.0, 9079.0, 9078.0, 9088.0, 9103.0, 9104.0, 9119.0, 9107.0, 9122.0, 9095.0, 9141.0, 9089.0, 9139.0, 9080.0, 9080.0, 9065.0, 9082.0, 9099.0, 9089.0, 9051.0, 9077.0, 9042.0, 9101.0, 9071.0, 9101.0, 9084.0, 9082.0, 9082.0, 9097.0, 9089.0, 9140.0, 9087.0, 9160.0, 9105.0, 9142.0, 9111.0, 9121.0, 9075.0, 9098.0, 9039.0, 9093.0, 9066.0, 9085.0, 9025.0, 9008.0, 9021.0, 9063.0, 9040.0, 9043.0, 9100.0, 9069.0, 9088.0, 9063.0, 9080.0, 9057.0, 9053.0, 9040.0, 9037.0, 9043.0, 9041.0, 9065.0, 9063.0, 9064.0, 9066.0, 9047.0, 9044.0, 9049.0, 9082.0, 9064.0, 9108.0, 9039.0, 9087.0, 9037.0, 9066.0, 9052.0, 9038.0, 9057.0, 9033.0, 9059.0, 9028.0, 9043.0, 9032.0, 9048.0, 9036.0, 9028.0, 9030.0, 9011.0, 9015.0, 9015.0, 9002.0, 9022.0, 9028.0, 9035.0, 9023.0, 9037.0, 9042.0, 9045.0, 9064.0, 9063.0, 9039.0, 9042.0, 9041.0, 9046.0, 9047.0, 9086.0, 9085.0, 9070.0, 9056.0, 9072.0, 9068.0, 9096.0, 9152.0, 9111.0, 9155.0, 9115.0, 9159.0, 9104.0, 9146.0, 9076.0, 9120.0, 9107.0, 9069.0, 9035.0, 9020.0, 9022.0, 9056.0, 9043.0, 9057.0, 9058.0, 9061.0, 9062.0, 9069.0, 9084.0, 9104.0, 9061.0, 9098.0, 9047.0, 9089.0, 9058.0, 9095.0, 9038.0, 9040.0, 9018.0, 9023.0, 9044.0, 9038.0, 9024.0, 9019.0, 9018.0, 9032.0, 9012.0, 9051.0, 9024.0, 9035.0, 9050.0, 9040.0, 9050.0, 9047.0, 9078.0, 9092.0, 9068.0, 9124.0, 9089.0, 9096.0, 9090.0, 9116.0, 9069.0, 9090.0, 9043.0, 9044.0, 9080.0, 9101.0, 9060.0, 9115.0, 9056.0, 9087.0, 9063.0, 9102.0, 9058.0, 9069.0, 9055.0, 9068.0, 9054.0, 9072.0, 9036.0, 9021.0, 9017.0, 9056.0, 9016.0, 9075.0, 9011.0, 9028.0, 8987.0, 9043.0, 8995.0, 9024.0, 9032.0, 8989.0, 9015.0, 9017.0, 9033.0, 9018.0, 9039.0, 9036.0, 9068.0, 9059.0, 9092.0, 9153.0, 9090.0, 9098.0, 9066.0, 9094.0, 9066.0, 9108.0, 9070.0, 9102.0, 9068.0, 9080.0, 9068.0, 9097.0, 9083.0, 9124.0, 9059.0, 9081.0, 9035.0, 9095.0, 9052.0, 9082.0, 9049.0, 9002.0, 9014.0, 8999.0, 9016.0, 9016.0, 9023.0, 9046.0, 9036.0, 9020.0, 9018.0, 9021.0, 9040.0, 9042.0, 9038.0, 9040.0, 9043.0, 9043.0, 9024.0, 9069.0, 9051.0, 9073.0, 9068.0, 9049.0, 9047.0, 9043.0, 9044.0, 9047.0, 9077.0, 9058.0, 9062.0, 9059.0, 9077.0, 9084.0, 9084.0, 9088.0, 9070.0, 9068.0, 9130.0, 9077.0, 9122.0, 9027.0, 9080.0, 9028.0, 8997.0, 9066.0, 8997.0, 9054.0, 9011.0, 9028.0, 8998.0, 8992.0, 8997.0, 9003.0, 9014.0, 8998.0, 9024.0, 9026.0, 9043.0, 9044.0, 9063.0, 9052.0, 9085.0, 9082.0, 9076.0, 9077.0, 9096.0, 9100.0, 9100.0, 9151.0, 9115.0, 9132.0, 9090.0, 9133.0, 9042.0, 9104.0, 9103.0, 9055.0, 9093.0, 9060.0, 9066.0, 9006.0, 9053.0, 9018.0, 9060.0, 9037.0, 9027.0, 9035.0, 9030.0, 9035.0, 9021.0, 9043.0, 9047.0, 9045.0, 9025.0, 9029.0, 9029.0, 9061.0, 9030.0, 9042.0, 9064.0, 9049.0, 9084.0, 9065.0, 9086.0, 9071.0, 9087.0, 9095.0, 9114.0, 9116.0, 9173.0, 9105.0, 9178.0, 9121.0, 9169.0, 9128.0, 9115.0, 9137.0, 9052.0, 9072.0, 9039.0, 9024.0, 9067.0, 9039.0, 9030.0, 8976.0, 8999.0, 8995.0, 8996.0, 9011.0, 9011.0, 9036.0, 9022.0, 9064.0, 9064.0, 9060.0, 9046.0, 9062.0, 9018.0, 9063.0, 9067.0, 9063.0, 9069.0, 9097.0, 9070.0, 9107.0, 9055.0, 9092.0, 9028.0, 9076.0, 9036.0, 9094.0, 9046.0, 9102.0, 9065.0, 9084.0, 9051.0, 9105.0, 9062.0, 9101.0, 9040.0, 9045.0, 8968.0, 9013.0, 8984.0, 8965.0, 8951.0, 8966.0, 8936.0, 8985.0, 8958.0, 8983.0, 8955.0, 8983.0, 8975.0, 9006.0, 8984.0, 9016.0, 9023.0, 9048.0, 9059.0, 9061.0, 9063.0, 9039.0, 9066.0, 9066.0, 9109.0, 9097.0, 9163.0, 9109.0, 9164.0, 9142.0, 9163.0, 9093.0, 9175.0, 9101.0, 9150.0, 9100.0, 9125.0, 9050.0, 9139.0, 9078.0, 9134.0, 9055.0, 9108.0, 9049.0, 9112.0, 9034.0, 9090.0, 9011.0, 9056.0, 9019.0, 9078.0, 9092.0, 9079.0, 9072.0, 9018.0, 9024.0, 8983.0, 9026.0, 9000.0, 9011.0, 8988.0, 8982.0, 8991.0, 8989.0, 8988.0, 8988.0, 9011.0, 9019.0, 9033.0, 9012.0, 9015.0, 9011.0, 9036.0, 9044.0, 9064.0, 9032.0, 9065.0, 9035.0, 9066.0, 9049.0, 9067.0, 9128.0, 9070.0, 9109.0, 9053.0, 9074.0, 9025.0, 9062.0, 9029.0, 9042.0, 9028.0, 9028.0, 9010.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.006787250821467688</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.08654067667031763</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.9715150281579</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.047251326940789</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9440906096271933</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4564</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5132.3613</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.18415784879599523</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>257</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>28.14895947426068</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8509441767786363</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.750119661704765</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.039568472985586</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7631443956455586</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0117903</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007166493684053421</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02983746863901615</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.59719904547241</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.8312</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4943</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.0564</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309693.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>802.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.4343</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.2935</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.9485</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3287.3039</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3558.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66851.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>938.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4367.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.0955</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>22.19611566560343</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> |