=== 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-0090 --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-0090",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-02/func/sub-0090_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>1287645e8a2b63476645d82fca0a5d3e</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:30:39.755000</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.999612, 0.0245558, 0.0131301, -0.0249537, 0.999206, 0.0310519]</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.0945144</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4175, -7738, -7221, 558, 44, -144, -133, -11]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.811</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6fc2d169-62b4-4a4d-86b8-f00bd01d670d||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.6818864345550537, -0.06694898754358292, 0.03336448222398758, 113.8362808227539], [-0.06588144600391388, 2.6807973384857178, 0.08469236642122269, -87.41136169433594], [0.0352272167801857, -0.0833100825548172, 2.69846510887146, -55.97203826904297], [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': ['113039.755000', '113040.215000', '113040.675000', '113041.135000', '113041.595000', '113042.055000', '113042.515000', '113042.975000', '113043.435000', '113043.895000', '113044.355000', '113044.815000', '113045.275000', '113045.735000', '113046.195000', '113046.655000', '113047.115000', '113047.575000', '113048.035000', '113048.495000', '113048.955000', '113049.415000', '113049.875000', '113050.335000', '113050.795000', '113051.255000', '113051.715000', '113052.175000', '113052.635000', '113053.095000', '113053.555000', '113054.015000', '113054.475000', '113054.935000', '113055.395000', '113055.855000', '113056.315000', '113056.775000', '113057.235000', '113057.695000', '113058.155000', '113058.615000', '113059.075000', '113059.535000', '113059.995000', '113100.455000', '113100.915000', '113101.375000', '113101.835000', '113102.295000', '113102.755000', '113103.215000', '113103.675000', '113104.135000', '113104.595000', '113105.055000', '113105.515000', '113105.975000', '113106.435000', '113106.895000', '113107.355000', '113107.815000', '113108.275000', '113108.735000', '113109.195000', '113109.655000', '113110.115000', '113110.575000', '113111.035000', '113111.495000', '113111.955000', '113112.415000', '113112.875000', '113113.335000', '113113.795000', '113114.255000', '113114.715000', '113115.175000', '113115.635000', '113116.095000', '113116.555000', '113117.015000', '113117.475000', '113117.935000', '113118.395000', '113118.855000', '113119.315000', '113119.775000', '113120.235000', '113120.695000', '113121.155000', '113121.615000', '113122.075000', '113122.535000', '113122.995000', '113123.455000', '113123.915000', '113124.375000', '113124.835000', '113125.295000', '113125.755000', '113126.215000', '113126.675000', '113127.135000', '113127.595000', '113128.055000', '113128.515000', '113128.975000', '113129.435000', '113129.895000', '113130.355000', '113130.815000', '113131.275000', '113131.735000', '113132.195000', '113132.655000', '113133.115000', '113133.575000', '113134.035000', '113134.495000', '113134.955000', '113135.415000', '113135.875000', '113136.335000', '113136.795000', '113137.255000', '113137.715000', '113138.175000', '113138.635000', '113139.095000', '113139.555000', '113140.015000', '113140.475000', '113140.935000', '113141.395000', '113141.855000', '113142.315000', '113142.775000', '113143.235000', '113143.695000', '113144.155000', '113144.615000', '113145.075000', '113145.535000', '113145.995000', '113146.455000', '113146.915000', '113147.375000', '113147.835000', '113148.295000', '113148.755000', '113149.215000', '113149.675000', '113150.135000', '113150.595000', '113151.055000', '113151.515000', '113151.975000', '113152.435000', '113152.895000', '113153.355000', '113153.815000', '113154.275000', '113154.735000', '113155.195000', '113155.655000', '113156.115000', '113156.575000', '113157.035000', '113157.495000', '113157.955000', '113158.415000', '113158.875000', '113159.335000', '113159.795000', '113200.255000', '113200.715000', '113201.175000', '113201.635000', '113202.095000', '113202.555000', '113203.015000', '113203.475000', '113203.935000', '113204.395000', '113204.855000', '113205.315000', '113205.775000', '113206.235000', '113206.695000', '113207.155000', '113207.615000', '113208.075000', '113208.535000', '113208.995000', '113209.455000', '113209.915000', '113210.375000', '113210.835000', '113211.295000', '113211.755000', '113212.215000', '113212.675000', '113213.135000', '113213.595000', '113214.055000', '113214.515000', '113214.975000', '113215.435000', '113215.895000', '113216.355000', '113216.815000', '113217.275000', '113217.735000', '113218.195000', '113218.655000', '113219.115000', '113219.575000', '113220.035000', '113220.495000', '113220.955000', '113221.415000', '113221.875000', '113222.335000', '113222.795000', '113223.255000', '113223.715000', '113224.175000', '113224.635000', '113225.095000', '113225.555000', '113226.015000', '113226.475000', '113226.935000', '113227.395000', '113227.855000', '113228.315000', '113228.775000', '113229.235000', '113229.695000', '113230.155000', '113230.615000', '113231.075000', '113231.535000', '113231.995000', '113232.455000', '113232.915000', '113233.375000', '113233.835000', '113234.295000', '113234.755000', '113235.215000', '113235.675000', '113236.135000', '113236.595000', '113237.055000', '113237.515000', '113237.975000', '113238.435000', '113238.895000', '113239.355000', '113239.815000', '113240.275000', '113240.735000', '113241.195000', '113241.655000', '113242.115000', '113242.575000', '113243.035000', '113243.495000', '113243.955000', '113244.415000', '113244.875000', '113245.335000', '113245.795000', '113246.255000', '113246.715000', '113247.175000', '113247.635000', '113248.095000', '113248.555000', '113249.015000', '113249.475000', '113249.935000', '113250.395000', '113250.855000', '113251.315000', '113251.775000', '113252.235000', '113252.695000', '113253.155000', '113253.615000', '113254.075000', '113254.535000', '113254.995000', '113255.455000', '113255.915000', '113256.375000', '113256.835000', '113257.295000', '113257.755000', '113258.215000', '113258.675000', '113259.135000', '113259.595000', '113300.055000', '113300.515000', '113300.975000', '113301.435000', '113301.895000', '113302.355000', '113302.815000', '113303.275000', '113303.735000', '113304.195000', '113304.655000', '113305.115000', '113305.575000', '113306.035000', '113306.495000', '113306.955000', '113307.415000', '113307.875000', '113308.335000', '113308.795000', '113309.255000', '113309.715000', '113310.175000', '113310.635000', '113311.095000', '113311.555000', '113312.015000', '113312.475000', '113312.935000', '113313.395000', '113313.855000', '113314.315000', '113314.775000', '113315.235000', '113315.695000', '113316.155000', '113316.615000', '113317.075000', '113317.535000', '113317.995000', '113318.455000', '113318.915000', '113319.375000', '113319.835000', '113320.295000', '113320.755000', '113321.215000', '113321.675000', '113322.135000', '113322.595000', '113323.055000', '113323.515000', '113323.975000', '113324.435000', '113324.895000', '113325.355000', '113325.815000', '113326.275000', '113326.735000', '113327.195000', '113327.655000', '113328.115000', '113328.575000', '113329.035000', '113329.495000', '113329.955000', '113330.415000', '113330.875000', '113331.335000', '113331.795000', '113332.255000', '113332.715000', '113333.175000', '113333.635000', '113334.095000', '113334.555000', '113335.015000', '113335.475000', '113335.935000', '113336.395000', '113336.855000', '113337.315000', '113337.775000', '113338.235000', '113338.695000', '113339.155000', '113339.615000', '113340.075000', '113340.535000', '113340.995000', '113341.455000', '113341.915000', '113342.375000', '113342.835000', '113343.295000', '113343.755000', '113344.215000', '113344.675000', '113345.135000', '113345.595000', '113346.055000', '113346.515000', '113346.975000', '113347.435000', '113347.895000', '113348.355000', '113348.815000', '113349.275000', '113349.735000', '113350.195000', '113350.655000', '113351.115000', '113351.575000', '113352.035000', '113352.495000', '113352.955000', '113353.415000', '113353.875000', '113354.335000', '113354.795000', '113355.255000', '113355.715000', '113356.175000', '113356.635000', '113357.095000', '113357.555000', '113358.015000', '113358.475000', '113358.935000', '113359.395000', '113359.855000', '113400.315000', '113400.775000', '113401.235000', '113401.695000', '113402.155000', '113402.615000', '113403.075000', '113403.535000', '113403.995000', '113404.455000', '113404.915000', '113405.375000', '113405.835000', '113406.295000', '113406.755000', '113407.215000', '113407.675000', '113408.135000', '113408.595000', '113409.055000', '113409.515000', '113409.975000', '113410.435000', '113410.895000', '113411.355000', '113411.815000', '113412.275000', '113412.735000', '113413.195000', '113413.655000', '113414.115000', '113414.575000', '113415.035000', '113415.495000', '113415.955000', '113416.415000', '113416.875000', '113417.335000', '113417.795000', '113418.255000', '113418.715000', '113419.175000', '113419.635000', '113420.095000', '113420.555000', '113421.015000', '113421.475000', '113421.935000', '113422.395000', '113422.855000', '113423.315000', '113423.775000', '113424.235000', '113424.695000', '113425.155000', '113425.615000', '113426.075000', '113426.535000', '113426.995000', '113427.455000', '113427.915000', '113428.375000', '113428.835000', '113429.295000', '113429.755000', '113430.215000', '113430.675000', '113431.135000', '113431.595000', '113432.055000', '113432.515000', '113432.975000', '113433.435000', '113433.895000', '113434.355000', '113434.815000', '113435.275000', '113435.735000', '113436.195000', '113436.655000', '113437.115000', '113437.575000', '113438.035000', '113438.495000', '113438.955000', '113439.415000', '113439.875000', '113440.335000', '113440.795000', '113441.255000', '113441.715000', '113442.175000', '113442.635000', '113443.095000', '113443.555000', '113444.015000', '113444.475000', '113444.935000', '113445.395000', '113445.855000', '113446.315000', '113446.775000', '113447.235000', '113447.695000', '113448.155000', '113448.615000', '113449.075000', '113449.535000', '113449.995000', '113450.455000', '113450.915000', '113451.375000', '113451.835000', '113452.295000', '113452.755000', '113453.215000', '113453.675000', '113454.135000', '113454.595000', '113455.055000', '113455.515000', '113455.975000', '113456.435000', '113456.895000', '113457.355000', '113457.815000', '113458.275000', '113458.735000', '113459.195000', '113459.655000', '113500.115000', '113500.575000', '113501.035000', '113501.495000', '113501.955000', '113502.415000', '113502.875000', '113503.335000', '113503.795000', '113504.255000', '113504.715000', '113505.175000', '113505.635000', '113506.095000', '113506.555000', '113507.015000', '113507.475000', '113507.935000', '113508.395000', '113508.855000', '113509.315000', '113509.775000', '113510.235000', '113510.695000', '113511.155000', '113511.615000', '113512.075000', '113512.535000', '113512.995000', '113513.455000', '113513.915000', '113514.375000', '113514.835000', '113515.295000', '113515.755000', '113516.215000', '113516.675000', '113517.135000', '113517.595000', '113518.055000', '113518.515000', '113518.975000', '113519.435000', '113519.895000', '113520.355000', '113520.815000', '113521.275000', '113521.735000', '113522.195000', '113522.655000', '113523.115000', '113523.575000', '113524.035000', '113524.495000', '113524.955000', '113525.415000', '113525.875000', '113526.335000', '113526.795000', '113527.255000', '113527.715000', '113528.175000', '113528.635000', '113529.095000', '113529.555000', '113530.015000', '113530.475000', '113530.935000', '113531.395000', '113531.855000', '113532.315000', '113532.775000', '113533.235000', '113533.695000', '113534.155000', '113534.615000', '113535.075000', '113535.535000', '113535.995000', '113536.455000', '113536.915000', '113537.375000', '113537.835000', '113538.295000', '113538.755000', '113539.215000', '113539.675000', '113540.135000', '113540.595000', '113541.055000', '113541.515000', '113541.975000', '113542.435000', '113542.895000', '113543.355000', '113543.815000', '113544.275000', '113544.735000', '113545.195000', '113545.655000', '113546.115000', '113546.575000', '113547.035000', '113547.495000', '113547.955000', '113548.415000', '113548.875000', '113549.335000', '113549.795000', '113550.255000', '113550.715000', '113551.175000', '113551.635000', '113552.095000', '113552.555000', '113553.015000', '113553.475000', '113553.935000', '113554.395000', '113554.855000', '113555.315000', '113555.775000', '113556.235000', '113556.695000', '113557.155000', '113557.615000', '113558.075000', '113558.535000', '113558.995000', '113559.455000', '113559.915000', '113600.375000', '113600.835000', '113601.295000', '113601.755000', '113602.215000', '113602.675000', '113603.135000', '113603.595000', '113604.055000', '113604.515000', '113604.975000', '113605.435000', '113605.895000', '113606.355000', '113606.815000', '113607.275000', '113607.735000', '113608.195000', '113608.655000', '113609.115000', '113609.575000', '113610.035000', '113610.495000', '113610.955000', '113611.415000', '113611.875000', '113612.335000', '113612.795000', '113613.255000', '113613.715000', '113614.175000', '113614.635000', '113615.095000', '113615.555000', '113616.015000', '113616.475000', '113616.935000', '113617.395000', '113617.855000', '113618.315000', '113618.775000', '113619.235000', '113619.695000', '113620.155000', '113620.615000', '113621.075000', '113621.535000', '113621.995000', '113622.455000', '113622.915000', '113623.375000', '113623.835000', '113624.295000', '113624.755000', '113625.215000', '113625.675000', '113626.135000', '113626.595000', '113627.055000', '113627.515000', '113627.975000', '113628.435000', '113628.895000', '113629.355000', '113629.815000', '113630.275000', '113630.735000', '113631.195000', '113631.655000', '113632.115000', '113632.575000', '113633.035000', '113633.495000', '113633.955000', '113634.415000', '113634.875000', '113635.335000', '113635.795000', '113636.255000', '113636.715000', '113637.175000', '113637.635000', '113638.095000', '113638.555000', '113639.015000', '113639.475000', '113639.935000', '113640.395000', '113640.855000', '113641.315000', '113641.775000', '113642.235000', '113642.695000', '113643.155000', '113643.615000', '113644.075000', '113644.535000', '113644.995000', '113645.455000', '113645.915000', '113646.375000', '113646.835000', '113647.295000', '113647.755000', '113648.215000', '113648.675000', '113649.135000', '113649.595000', '113650.055000', '113650.515000', '113650.975000', '113651.435000', '113651.895000', '113652.355000', '113652.815000', '113653.275000', '113653.735000', '113654.195000', '113654.655000', '113655.115000', '113655.575000', '113656.035000', '113656.495000', '113656.955000', '113657.415000', '113657.875000', '113658.335000', '113658.795000', '113659.255000', '113659.715000', '113700.175000', '113700.635000', '113701.095000', '113701.555000', '113702.015000', '113702.475000', '113702.935000', '113703.395000', '113703.855000', '113704.315000', '113704.775000', '113705.235000', '113705.695000', '113706.155000', '113706.615000', '113707.075000', '113707.535000', '113707.995000', '113708.455000', '113708.915000', '113709.375000', '113709.835000', '113710.295000', '113710.755000', '113711.215000', '113711.675000', '113712.135000', '113712.595000', '113713.055000', '113713.515000', '113713.975000', '113714.435000', '113714.895000', '113715.355000', '113715.815000', '113716.275000', '113716.735000', '113717.195000', '113717.655000', '113718.115000', '113718.575000', '113719.035000', '113719.495000', '113719.955000', '113720.415000', '113720.875000', '113721.335000', '113721.795000', '113722.255000', '113722.715000', '113723.175000', '113723.635000', '113724.095000', '113724.555000', '113725.015000', '113725.475000', '113725.935000', '113726.395000', '113726.855000', '113727.315000', '113727.775000', '113728.235000', '113728.695000', '113729.155000', '113729.615000', '113730.075000', '113730.535000', '113730.995000', '113731.455000', '113731.915000', '113732.375000', '113732.835000', '113733.295000', '113733.755000', '113734.215000', '113734.675000', '113735.135000', '113735.595000', '113736.055000', '113736.515000', '113736.975000', '113737.435000', '113737.895000', '113738.355000', '113738.815000', '113739.275000', '113739.735000'], 'ContentTime': ['113050.720000', '113050.724000', '113050.726000', '113050.729000', '113050.742000', '113050.744000', '113050.747000', '113050.749000', '113050.752000', '113050.755000', '113050.758000', '113050.761000', '113050.764000', '113050.766000', '113050.769000', '113050.778000', '113050.780000', '113050.783000', '113050.786000', '113050.788000', '113050.791000', '113050.793000', '113110.673000', '113110.675000', '113110.678000', '113110.680000', '113110.683000', '113110.686000', '113110.688000', '113110.700000', '113110.702000', '113110.705000', '113110.707000', '113110.710000', '113110.713000', '113110.715000', '113110.718000', '113110.720000', '113110.723000', '113110.726000', '113110.728000', '113110.731000', '113110.733000', '113110.736000', '113110.739000', '113110.741000', '113110.744000', '113110.746000', '113110.749000', '113110.753000', '113110.756000', '113110.759000', '113110.762000', '113110.764000', '113110.767000', '113110.770000', '113110.772000', '113110.775000', '113110.777000', '113110.780000', '113110.783000', '113110.785000', '113110.789000', '113110.792000', '113110.795000', '113130.673000', '113130.676000', '113130.678000', '113130.681000', '113130.683000', '113130.686000', '113130.689000', '113130.691000', '113130.694000', '113130.696000', '113130.699000', '113130.701000', '113130.704000', '113130.707000', '113130.709000', '113130.712000', '113130.714000', '113130.717000', '113130.720000', '113130.722000', '113130.725000', '113130.727000', '113130.730000', '113130.732000', '113130.735000', '113130.738000', '113130.740000', '113130.743000', '113130.745000', '113130.748000', '113130.751000', '113130.753000', '113130.756000', '113130.759000', '113130.761000', '113130.764000', '113130.766000', '113130.769000', '113130.772000', '113130.774000', '113130.777000', '113130.780000', '113130.782000', '113130.785000', '113150.673000', '113150.675000', '113150.678000', '113150.681000', '113150.684000', '113150.686000', '113150.689000', '113150.691000', '113150.694000', '113150.697000', '113150.699000', '113150.702000', '113150.704000', '113150.707000', '113150.710000', '113150.712000', '113150.715000', '113150.718000', '113150.720000', '113150.723000', '113150.725000', '113150.728000', '113150.730000', '113150.733000', '113150.736000', '113150.738000', '113150.741000', '113150.743000', '113150.746000', '113150.749000', '113150.751000', '113150.754000', '113150.757000', '113150.759000', '113150.762000', '113150.764000', '113150.767000', '113150.769000', '113150.772000', '113150.775000', '113150.777000', '113150.780000', '113150.782000', '113210.671000', '113210.674000', '113210.677000', '113210.680000', '113210.682000', '113210.685000', '113210.687000', '113210.690000', '113210.693000', '113210.695000', '113210.698000', '113210.701000', '113210.703000', '113210.706000', '113210.708000', '113210.711000', '113210.714000', '113210.725000', '113210.728000', '113210.730000', '113210.733000', '113210.736000', '113210.738000', '113210.741000', '113210.744000', '113210.746000', '113210.749000', '113210.751000', '113210.754000', '113210.757000', '113210.759000', '113210.762000', '113210.764000', '113210.767000', '113210.770000', '113210.772000', '113210.775000', '113210.777000', '113210.780000', '113210.783000', '113210.785000', '113210.788000', '113210.790000', '113210.793000', '113230.673000', '113230.675000', '113230.678000', '113230.681000', '113230.683000', '113230.686000', '113230.689000', '113230.691000', '113230.694000', '113230.696000', '113230.699000', '113230.702000', '113230.704000', '113230.707000', '113230.710000', '113230.712000', '113230.715000', '113230.717000', '113230.720000', '113230.723000', '113230.725000', '113230.728000', '113230.730000', '113230.733000', '113230.736000', '113230.738000', '113230.741000', '113230.744000', '113230.746000', '113230.749000', '113230.752000', '113230.754000', '113230.757000', '113230.759000', '113230.762000', '113230.765000', '113230.767000', '113230.770000', '113230.772000', '113230.775000', '113230.778000', '113230.780000', '113230.783000', '113250.672000', '113250.675000', '113250.678000', '113250.681000', '113250.684000', '113250.686000', '113250.689000', '113250.692000', '113250.694000', '113250.697000', '113250.700000', '113250.702000', '113250.705000', '113250.708000', '113250.710000', '113250.713000', '113250.716000', '113250.718000', '113250.721000', '113250.724000', '113250.726000', '113250.729000', '113250.731000', '113250.734000', '113250.737000', '113250.739000', '113250.742000', '113250.745000', '113250.747000', '113250.750000', '113250.752000', '113250.755000', '113250.758000', '113250.760000', '113250.763000', '113250.765000', '113250.768000', '113250.770000', '113250.773000', '113250.776000', '113250.778000', '113250.781000', '113250.783000', '113250.786000', '113310.673000', '113310.675000', '113310.678000', '113310.681000', '113310.683000', '113310.686000', '113310.689000', '113310.691000', '113310.694000', '113310.696000', '113310.699000', '113310.702000', '113310.704000', '113310.707000', '113310.710000', '113310.712000', '113310.715000', '113310.717000', '113310.720000', '113310.722000', '113310.725000', '113310.728000', '113310.730000', '113310.733000', '113310.736000', '113310.738000', '113310.741000', '113310.744000', '113310.746000', '113310.749000', '113310.752000', '113310.754000', '113310.757000', '113310.764000', '113310.766000', '113310.769000', '113310.772000', '113310.774000', '113310.777000', '113310.780000', '113310.782000', '113310.785000', '113310.788000', '113330.673000', '113330.676000', '113330.678000', '113330.681000', '113330.684000', '113330.686000', '113330.689000', '113330.692000', '113330.694000', '113330.697000', '113330.700000', '113330.702000', '113330.705000', '113330.707000', '113330.710000', '113330.713000', '113330.715000', '113330.718000', '113330.721000', '113330.723000', '113330.726000', '113330.728000', '113330.731000', '113330.734000', '113330.736000', '113330.739000', '113330.742000', '113330.744000', '113330.747000', '113330.749000', '113330.752000', '113330.755000', '113330.757000', '113330.760000', '113330.762000', '113330.765000', '113330.768000', '113330.770000', '113330.773000', '113330.776000', '113330.778000', '113330.781000', '113330.784000', '113330.786000', '113350.673000', '113350.675000', '113350.678000', '113350.681000', '113350.683000', '113350.686000', '113350.689000', '113350.691000', '113350.694000', '113350.696000', '113350.699000', '113350.702000', '113350.711000', '113350.714000', '113350.717000', '113350.719000', '113350.722000', '113350.725000', '113350.727000', '113350.730000', '113350.732000', '113350.735000', '113350.738000', '113350.740000', '113350.743000', '113350.745000', '113350.748000', '113350.751000', '113350.753000', '113350.756000', '113350.758000', '113350.761000', '113350.764000', '113350.766000', '113350.769000', '113350.772000', '113350.774000', '113350.777000', '113350.780000', '113350.782000', '113350.785000', '113350.788000', '113350.790000', '113410.673000', '113410.675000', '113410.678000', '113410.681000', '113410.683000', '113410.686000', '113410.689000', '113410.691000', '113410.694000', '113410.697000', '113410.699000', '113410.702000', '113410.704000', '113410.707000', '113410.710000', '113410.712000', '113410.715000', '113410.718000', '113410.720000', '113410.723000', '113410.725000', '113410.728000', '113410.731000', '113410.733000', '113410.736000', '113410.739000', '113410.741000', '113410.744000', '113410.747000', '113410.749000', '113410.752000', '113410.755000', '113410.757000', '113410.760000', '113410.762000', '113410.765000', '113410.768000', '113410.770000', '113410.773000', '113410.775000', '113410.778000', '113410.781000', '113410.783000', '113410.786000', '113430.672000', '113430.674000', '113430.677000', '113430.680000', '113430.683000', '113430.685000', '113430.688000', '113430.690000', '113430.693000', '113430.696000', '113430.698000', '113430.701000', '113430.704000', '113430.706000', '113430.709000', '113430.711000', '113430.714000', '113430.717000', '113430.719000', '113430.722000', '113430.724000', '113430.727000', '113430.730000', '113430.732000', '113430.735000', '113430.738000', '113430.740000', '113430.743000', '113430.745000', '113430.748000', '113430.751000', '113430.753000', '113430.756000', '113430.758000', '113430.761000', '113430.764000', '113430.766000', '113430.769000', '113430.771000', '113430.774000', '113430.777000', '113430.779000', '113430.782000', '113450.673000', '113450.675000', '113450.678000', '113450.681000', '113450.683000', '113450.686000', '113450.689000', '113450.691000', '113450.694000', '113450.696000', '113450.699000', '113450.702000', '113450.705000', '113450.707000', '113450.710000', '113450.712000', '113450.715000', '113450.718000', '113450.720000', '113450.724000', '113450.726000', '113450.729000', '113450.732000', '113450.734000', '113450.737000', '113450.740000', '113450.742000', '113450.745000', '113450.748000', '113450.750000', '113450.753000', '113450.755000', '113450.758000', '113450.761000', '113450.763000', '113450.766000', '113450.768000', '113450.771000', '113450.774000', '113450.776000', '113450.779000', '113450.782000', '113450.784000', '113450.787000', '113510.672000', '113510.675000', '113510.678000', '113510.680000', '113510.683000', '113510.686000', '113510.688000', '113510.691000', '113510.694000', '113510.696000', '113510.699000', '113510.702000', '113510.704000', '113510.707000', '113510.710000', '113510.712000', '113510.715000', '113510.718000', '113510.720000', '113510.723000', '113510.726000', '113510.728000', '113510.731000', '113510.734000', '113510.736000', '113510.739000', '113510.742000', '113510.744000', '113510.747000', '113510.749000', '113510.752000', '113510.755000', '113510.757000', '113510.760000', '113510.762000', '113510.765000', '113510.768000', '113510.784000', '113510.787000', '113510.790000', '113510.792000', '113510.795000', '113510.797000', '113530.673000', '113530.676000', '113530.678000', '113530.681000', '113530.685000', '113530.688000', '113530.690000', '113530.693000', '113530.696000', '113530.698000', '113530.701000', '113530.704000', '113530.706000', '113530.709000', '113530.711000', '113530.714000', '113530.717000', '113530.719000', '113530.722000', '113530.725000', '113530.727000', '113530.730000', '113530.732000', '113530.735000', '113530.738000', '113530.740000', '113530.743000', '113530.746000', '113530.748000', '113530.751000', '113530.754000', '113530.756000', '113530.759000', '113530.761000', '113530.764000', '113530.767000', '113530.769000', '113530.772000', '113530.775000', '113530.777000', '113530.780000', '113530.782000', '113530.785000', '113550.672000', '113550.675000', '113550.678000', '113550.680000', '113550.683000', '113550.686000', '113550.688000', '113550.691000', '113550.694000', '113550.696000', '113550.699000', '113550.701000', '113550.704000', '113550.707000', '113550.709000', '113550.712000', '113550.715000', '113550.717000', '113550.720000', '113550.722000', '113550.725000', '113550.728000', '113550.730000', '113550.733000', '113550.736000', '113550.738000', '113550.741000', '113550.744000', '113550.746000', '113550.749000', '113550.752000', '113550.754000', '113550.757000', '113550.759000', '113550.762000', '113550.765000', '113550.767000', '113550.770000', '113550.773000', '113550.775000', '113550.778000', '113550.780000', '113550.783000', '113550.786000', '113610.673000', '113610.675000', '113610.678000', '113610.681000', '113610.684000', '113610.686000', '113610.689000', '113610.692000', '113610.694000', '113610.697000', '113610.700000', '113610.702000', '113610.705000', '113610.709000', '113610.712000', '113610.714000', '113610.717000', '113610.720000', '113610.722000', '113610.725000', '113610.727000', '113610.730000', '113610.733000', '113610.735000', '113610.738000', '113610.740000', '113610.743000', '113610.746000', '113610.748000', '113610.751000', '113610.754000', '113610.756000', '113610.759000', '113610.762000', '113610.764000', '113610.767000', '113610.770000', '113610.772000', '113610.775000', '113610.778000', '113610.780000', '113610.783000', '113610.786000', '113630.673000', '113630.676000', '113630.678000', '113630.681000', '113630.683000', '113630.686000', '113630.689000', '113630.691000', '113630.694000', '113630.696000', '113630.699000', '113630.702000', '113630.704000', '113630.707000', '113630.709000', '113630.712000', '113630.715000', '113630.717000', '113630.720000', '113630.722000', '113630.725000', '113630.728000', '113630.731000', '113630.733000', '113630.736000', '113630.740000', '113630.743000', '113630.745000', '113630.748000', '113630.751000', '113630.753000', '113630.756000', '113630.758000', '113630.761000', '113630.764000', '113630.766000', '113630.769000', '113630.772000', '113630.774000', '113630.777000', '113630.779000', '113630.782000', '113630.785000', '113630.787000', '113650.671000', '113650.674000', '113650.677000', '113650.680000', '113650.695000', '113650.698000', '113650.701000', '113650.704000', '113650.707000', '113650.709000', '113650.712000', '113650.714000', '113650.717000', '113650.720000', '113650.722000', '113650.725000', '113650.728000', '113650.730000', '113650.733000', '113650.736000', '113650.738000', '113650.741000', '113650.743000', '113650.746000', '113650.749000', '113650.751000', '113650.754000', '113650.756000', '113650.759000', '113650.762000', '113650.764000', '113650.767000', '113650.770000', '113650.772000', '113650.775000', '113650.778000', '113650.780000', '113650.783000', '113650.786000', '113650.788000', '113650.791000', '113650.793000', '113650.796000', '113710.672000', '113710.675000', '113710.678000', '113710.680000', '113710.683000', '113710.686000', '113710.688000', '113710.691000', '113710.694000', '113710.696000', '113710.699000', '113710.702000', '113710.704000', '113710.707000', '113710.709000', '113710.712000', '113710.715000', '113710.717000', '113710.720000', '113710.722000', '113710.725000', '113710.728000', '113710.730000', '113710.733000', '113710.736000', '113710.738000', '113710.741000', '113710.743000', '113710.746000', '113710.749000', '113710.751000', '113710.754000', '113710.757000', '113710.762000', '113710.764000', '113710.767000', '113710.770000', '113710.772000', '113710.775000', '113710.778000', '113710.780000', '113710.783000', '113710.786000', '113710.788000', '113730.673000', '113730.675000', '113730.678000', '113730.681000', '113730.683000', '113730.686000', '113730.689000', '113730.691000', '113730.694000', '113730.697000', '113730.700000', '113730.703000', '113730.706000', '113730.708000', '113730.711000', '113730.713000', '113730.716000', '113730.719000', '113730.721000', '113730.724000', '113730.727000', '113730.730000', '113730.732000', '113730.735000', '113730.738000', '113730.740000', '113730.743000', '113730.746000', '113730.749000', '113730.752000', '113730.755000', '113730.757000', '113730.760000', '113730.763000', '113730.765000', '113730.768000', '113730.771000', '113730.773000', '113730.776000', '113730.778000', '113730.781000', '113730.784000', '113730.786000', '113740.817000', '113740.821000', '113740.823000', '113740.826000', '113740.829000', '113740.831000', '113740.834000', '113740.837000', '113740.839000', '113740.842000', '113740.845000', '113740.848000', '113740.850000', '113740.853000', '113740.856000', '113740.859000', '113740.861000', '113740.864000', '113740.867000', '113740.870000', '113740.872000', '113740.875000', '113740.878000'], 'InstanceCreationTime': ['113050.720000', '113050.724000', '113050.726000', '113050.729000', '113050.742000', '113050.744000', '113050.747000', '113050.749000', '113050.752000', '113050.755000', '113050.758000', '113050.761000', '113050.764000', '113050.766000', '113050.769000', '113050.778000', '113050.780000', '113050.783000', '113050.786000', '113050.788000', '113050.791000', '113050.793000', '113110.673000', '113110.675000', '113110.678000', '113110.680000', '113110.683000', '113110.686000', '113110.688000', '113110.700000', '113110.702000', '113110.705000', '113110.707000', '113110.710000', '113110.713000', '113110.715000', '113110.718000', '113110.720000', '113110.723000', '113110.726000', '113110.728000', '113110.731000', '113110.733000', '113110.736000', '113110.739000', '113110.741000', '113110.744000', '113110.746000', '113110.749000', '113110.753000', '113110.756000', '113110.759000', '113110.762000', '113110.764000', '113110.767000', '113110.770000', '113110.772000', '113110.775000', '113110.777000', '113110.780000', '113110.783000', '113110.785000', '113110.789000', '113110.792000', '113110.795000', '113130.673000', '113130.676000', '113130.678000', '113130.681000', '113130.683000', '113130.686000', '113130.689000', '113130.691000', '113130.694000', '113130.696000', '113130.699000', '113130.701000', '113130.704000', '113130.707000', '113130.709000', '113130.712000', '113130.714000', '113130.717000', '113130.720000', '113130.722000', '113130.725000', '113130.727000', '113130.730000', '113130.732000', '113130.735000', '113130.738000', '113130.740000', '113130.743000', '113130.745000', '113130.748000', '113130.751000', '113130.753000', '113130.756000', '113130.759000', '113130.761000', '113130.764000', '113130.766000', '113130.769000', '113130.772000', '113130.774000', '113130.777000', '113130.780000', '113130.782000', '113130.785000', '113150.673000', '113150.675000', '113150.678000', '113150.681000', '113150.684000', '113150.686000', '113150.689000', '113150.691000', '113150.694000', '113150.697000', '113150.699000', '113150.702000', '113150.704000', '113150.707000', '113150.710000', '113150.712000', '113150.715000', '113150.718000', '113150.720000', '113150.723000', '113150.725000', '113150.728000', '113150.730000', '113150.733000', '113150.736000', '113150.738000', '113150.741000', '113150.743000', '113150.746000', '113150.749000', '113150.751000', '113150.754000', '113150.757000', '113150.759000', '113150.762000', '113150.764000', '113150.767000', '113150.769000', '113150.772000', '113150.775000', '113150.777000', '113150.780000', '113150.782000', '113210.671000', '113210.674000', '113210.677000', '113210.680000', '113210.682000', '113210.685000', '113210.687000', '113210.690000', '113210.693000', '113210.695000', '113210.698000', '113210.701000', '113210.703000', '113210.706000', '113210.708000', '113210.711000', '113210.714000', '113210.725000', '113210.728000', '113210.730000', '113210.733000', '113210.736000', '113210.738000', '113210.741000', '113210.744000', '113210.746000', '113210.749000', '113210.751000', '113210.754000', '113210.757000', '113210.759000', '113210.762000', '113210.764000', '113210.767000', '113210.770000', '113210.772000', '113210.775000', '113210.777000', '113210.780000', '113210.783000', '113210.785000', '113210.788000', '113210.790000', '113210.793000', '113230.673000', '113230.675000', '113230.678000', '113230.681000', '113230.683000', '113230.686000', '113230.689000', '113230.691000', '113230.694000', '113230.696000', '113230.699000', '113230.702000', '113230.704000', '113230.707000', '113230.710000', '113230.712000', '113230.715000', '113230.717000', '113230.720000', '113230.723000', '113230.725000', '113230.728000', '113230.730000', '113230.733000', '113230.736000', '113230.738000', '113230.741000', '113230.744000', '113230.746000', '113230.749000', '113230.752000', '113230.754000', '113230.757000', '113230.759000', '113230.762000', '113230.765000', '113230.767000', '113230.770000', '113230.772000', '113230.775000', '113230.778000', '113230.780000', '113230.783000', '113250.672000', '113250.675000', '113250.678000', '113250.681000', '113250.684000', '113250.686000', '113250.689000', '113250.692000', '113250.694000', '113250.697000', '113250.700000', '113250.702000', '113250.705000', '113250.708000', '113250.710000', '113250.713000', '113250.716000', '113250.718000', '113250.721000', '113250.724000', '113250.726000', '113250.729000', '113250.731000', '113250.734000', '113250.737000', '113250.739000', '113250.742000', '113250.745000', '113250.747000', '113250.750000', '113250.752000', '113250.755000', '113250.758000', '113250.760000', '113250.763000', '113250.765000', '113250.768000', '113250.770000', '113250.773000', '113250.776000', '113250.778000', '113250.781000', '113250.783000', '113250.786000', '113310.673000', '113310.675000', '113310.678000', '113310.681000', '113310.683000', '113310.686000', '113310.689000', '113310.691000', '113310.694000', '113310.696000', '113310.699000', '113310.702000', '113310.704000', '113310.707000', '113310.710000', '113310.712000', '113310.715000', '113310.717000', '113310.720000', '113310.722000', '113310.725000', '113310.728000', '113310.730000', '113310.733000', '113310.736000', '113310.738000', '113310.741000', '113310.744000', '113310.746000', '113310.749000', '113310.752000', '113310.754000', '113310.757000', '113310.764000', '113310.766000', '113310.769000', '113310.772000', '113310.774000', '113310.777000', '113310.780000', '113310.782000', '113310.785000', '113310.788000', '113330.673000', '113330.676000', '113330.678000', '113330.681000', '113330.684000', '113330.686000', '113330.689000', '113330.692000', '113330.694000', '113330.697000', '113330.700000', '113330.702000', '113330.705000', '113330.707000', '113330.710000', '113330.713000', '113330.715000', '113330.718000', '113330.721000', '113330.723000', '113330.726000', '113330.728000', '113330.731000', '113330.734000', '113330.736000', '113330.739000', '113330.742000', '113330.744000', '113330.747000', '113330.749000', '113330.752000', '113330.755000', '113330.757000', '113330.760000', '113330.762000', '113330.765000', '113330.768000', '113330.770000', '113330.773000', '113330.776000', '113330.778000', '113330.781000', '113330.784000', '113330.786000', '113350.673000', '113350.675000', '113350.678000', '113350.681000', '113350.683000', '113350.686000', '113350.689000', '113350.691000', '113350.694000', '113350.696000', '113350.699000', '113350.702000', '113350.711000', '113350.714000', '113350.717000', '113350.719000', '113350.722000', '113350.725000', '113350.727000', '113350.730000', '113350.732000', '113350.735000', '113350.738000', '113350.740000', '113350.743000', '113350.745000', '113350.748000', '113350.751000', '113350.753000', '113350.756000', '113350.758000', '113350.761000', '113350.764000', '113350.766000', '113350.769000', '113350.772000', '113350.774000', '113350.777000', '113350.780000', '113350.782000', '113350.785000', '113350.788000', '113350.790000', '113410.673000', '113410.675000', '113410.678000', '113410.681000', '113410.683000', '113410.686000', '113410.689000', '113410.691000', '113410.694000', '113410.697000', '113410.699000', '113410.702000', '113410.704000', '113410.707000', '113410.710000', '113410.712000', '113410.715000', '113410.718000', '113410.720000', '113410.723000', '113410.725000', '113410.728000', '113410.731000', '113410.733000', '113410.736000', '113410.739000', '113410.741000', '113410.744000', '113410.747000', '113410.749000', '113410.752000', '113410.755000', '113410.757000', '113410.760000', '113410.762000', '113410.765000', '113410.768000', '113410.770000', '113410.773000', '113410.775000', '113410.778000', '113410.781000', '113410.783000', '113410.786000', '113430.672000', '113430.674000', '113430.677000', '113430.680000', '113430.683000', '113430.685000', '113430.688000', '113430.690000', '113430.693000', '113430.696000', '113430.698000', '113430.701000', '113430.704000', '113430.706000', '113430.709000', '113430.711000', '113430.714000', '113430.717000', '113430.719000', '113430.722000', '113430.724000', '113430.727000', '113430.730000', '113430.732000', '113430.735000', '113430.738000', '113430.740000', '113430.743000', '113430.745000', '113430.748000', '113430.751000', '113430.753000', '113430.756000', '113430.758000', '113430.761000', '113430.764000', '113430.766000', '113430.769000', '113430.771000', '113430.774000', '113430.777000', '113430.779000', '113430.782000', '113450.673000', '113450.675000', '113450.678000', '113450.681000', '113450.683000', '113450.686000', '113450.689000', '113450.691000', '113450.694000', '113450.696000', '113450.699000', '113450.702000', '113450.705000', '113450.707000', '113450.710000', '113450.712000', '113450.715000', '113450.718000', '113450.720000', '113450.724000', '113450.726000', '113450.729000', '113450.732000', '113450.734000', '113450.737000', '113450.740000', '113450.742000', '113450.745000', '113450.748000', '113450.750000', '113450.753000', '113450.755000', '113450.758000', '113450.761000', '113450.763000', '113450.766000', '113450.768000', '113450.771000', '113450.774000', '113450.776000', '113450.779000', '113450.782000', '113450.784000', '113450.787000', '113510.672000', '113510.675000', '113510.678000', '113510.680000', '113510.683000', '113510.686000', '113510.688000', '113510.691000', '113510.694000', '113510.696000', '113510.699000', '113510.702000', '113510.704000', '113510.707000', '113510.710000', '113510.712000', '113510.715000', '113510.718000', '113510.720000', '113510.723000', '113510.726000', '113510.728000', '113510.731000', '113510.734000', '113510.736000', '113510.739000', '113510.742000', '113510.744000', '113510.747000', '113510.749000', '113510.752000', '113510.755000', '113510.757000', '113510.760000', '113510.762000', '113510.765000', '113510.768000', '113510.784000', '113510.787000', '113510.790000', '113510.792000', '113510.795000', '113510.797000', '113530.673000', '113530.676000', '113530.678000', '113530.681000', '113530.685000', '113530.688000', '113530.690000', '113530.693000', '113530.696000', '113530.698000', '113530.701000', '113530.704000', '113530.706000', '113530.709000', '113530.711000', '113530.714000', '113530.717000', '113530.719000', '113530.722000', '113530.725000', '113530.727000', '113530.730000', '113530.732000', '113530.735000', '113530.738000', '113530.740000', '113530.743000', '113530.746000', '113530.748000', '113530.751000', '113530.754000', '113530.756000', '113530.759000', '113530.761000', '113530.764000', '113530.767000', '113530.769000', '113530.772000', '113530.775000', '113530.777000', '113530.780000', '113530.782000', '113530.785000', '113550.672000', '113550.675000', '113550.678000', '113550.680000', '113550.683000', '113550.686000', '113550.688000', '113550.691000', '113550.694000', '113550.696000', '113550.699000', '113550.701000', '113550.704000', '113550.707000', '113550.709000', '113550.712000', '113550.715000', '113550.717000', '113550.720000', '113550.722000', '113550.725000', '113550.728000', '113550.730000', '113550.733000', '113550.736000', '113550.738000', '113550.741000', '113550.744000', '113550.746000', '113550.749000', '113550.752000', '113550.754000', '113550.757000', '113550.759000', '113550.762000', '113550.765000', '113550.767000', '113550.770000', '113550.773000', '113550.775000', '113550.778000', '113550.780000', '113550.783000', '113550.786000', '113610.673000', '113610.675000', '113610.678000', '113610.681000', '113610.684000', '113610.686000', '113610.689000', '113610.692000', '113610.694000', '113610.697000', '113610.700000', '113610.702000', '113610.705000', '113610.709000', '113610.712000', '113610.714000', '113610.717000', '113610.720000', '113610.722000', '113610.725000', '113610.727000', '113610.730000', '113610.733000', '113610.735000', '113610.738000', '113610.740000', '113610.743000', '113610.746000', '113610.748000', '113610.751000', '113610.754000', '113610.756000', '113610.759000', '113610.762000', '113610.764000', '113610.767000', '113610.770000', '113610.772000', '113610.775000', '113610.778000', '113610.780000', '113610.783000', '113610.786000', '113630.673000', '113630.676000', '113630.678000', '113630.681000', '113630.683000', '113630.686000', '113630.689000', '113630.691000', '113630.694000', '113630.696000', '113630.699000', '113630.702000', '113630.704000', '113630.707000', '113630.709000', '113630.712000', '113630.715000', '113630.717000', '113630.720000', '113630.722000', '113630.725000', '113630.728000', '113630.731000', '113630.733000', '113630.736000', '113630.740000', '113630.743000', '113630.745000', '113630.748000', '113630.751000', '113630.753000', '113630.756000', '113630.758000', '113630.761000', '113630.764000', '113630.766000', '113630.769000', '113630.772000', '113630.774000', '113630.777000', '113630.779000', '113630.782000', '113630.785000', '113630.787000', '113650.671000', '113650.674000', '113650.677000', '113650.680000', '113650.695000', '113650.698000', '113650.701000', '113650.704000', '113650.707000', '113650.709000', '113650.712000', '113650.714000', '113650.717000', '113650.720000', '113650.722000', '113650.725000', '113650.728000', '113650.730000', '113650.733000', '113650.736000', '113650.738000', '113650.741000', '113650.743000', '113650.746000', '113650.749000', '113650.751000', '113650.754000', '113650.756000', '113650.759000', '113650.762000', '113650.764000', '113650.767000', '113650.770000', '113650.772000', '113650.775000', '113650.778000', '113650.780000', '113650.783000', '113650.786000', '113650.788000', '113650.791000', '113650.793000', '113650.796000', '113710.672000', '113710.675000', '113710.678000', '113710.680000', '113710.683000', '113710.686000', '113710.688000', '113710.691000', '113710.694000', '113710.696000', '113710.699000', '113710.702000', '113710.704000', '113710.707000', '113710.709000', '113710.712000', '113710.715000', '113710.717000', '113710.720000', '113710.722000', '113710.725000', '113710.728000', '113710.730000', '113710.733000', '113710.736000', '113710.738000', '113710.741000', '113710.743000', '113710.746000', '113710.749000', '113710.751000', '113710.754000', '113710.757000', '113710.762000', '113710.764000', '113710.767000', '113710.770000', '113710.772000', '113710.775000', '113710.778000', '113710.780000', '113710.783000', '113710.786000', '113710.788000', '113730.673000', '113730.675000', '113730.678000', '113730.681000', '113730.683000', '113730.686000', '113730.689000', '113730.691000', '113730.694000', '113730.697000', '113730.700000', '113730.703000', '113730.706000', '113730.708000', '113730.711000', '113730.713000', '113730.716000', '113730.719000', '113730.721000', '113730.724000', '113730.727000', '113730.730000', '113730.732000', '113730.735000', '113730.738000', '113730.740000', '113730.743000', '113730.746000', '113730.749000', '113730.752000', '113730.755000', '113730.757000', '113730.760000', '113730.763000', '113730.765000', '113730.768000', '113730.771000', '113730.773000', '113730.776000', '113730.778000', '113730.781000', '113730.784000', '113730.786000', '113740.817000', '113740.821000', '113740.823000', '113740.826000', '113740.829000', '113740.831000', '113740.834000', '113740.837000', '113740.839000', '113740.842000', '113740.845000', '113740.848000', '113740.850000', '113740.853000', '113740.856000', '113740.859000', '113740.861000', '113740.864000', '113740.867000', '113740.870000', '113740.872000', '113740.875000', '113740.878000'], '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': [10957, 15861, 12556, 12969, 13102, 11587, 10274, 9977, 16059, 13285, 10337, 10458, 14165, 11404, 10184, 16655, 12363, 10506, 15440, 13162, 10226, 14229, 12705, 10101, 13572, 13017, 10294, 11226, 14508, 12288, 9842, 15831, 11983, 9962, 13016, 14585, 11403, 9667, 16916, 13219, 10425, 13713, 13820, 10832, 11460, 15978, 12077, 9606, 16738, 13439, 10366, 12282, 13597, 11302, 9985, 16487, 13521, 14251, 14471, 13743, 10727, 10341, 11905, 14748, 12670, 10397, 15556, 12869, 13132, 15375, 14859, 14708, 14755, 16323, 15015, 14348, 13670, 13565, 12238, 12712, 15517, 12341, 10073, 11744, 14697, 12118, 9867, 12746, 13995, 11843, 9487, 13942, 12265, 10213, 8987, 16435, 14344, 12439, 10135, 10137, 15251, 12401, 10116, 11566, 15685, 12169, 10137, 12224, 15998, 13465, 9991, 13816, 12565, 10784, 11518, 15496, 11321, 9712, 13484, 14152, 12569, 9541, 13010, 12287, 10187, 11329, 15625, 11593, 9515, 15575, 13952, 11097, 13567, 13309, 12248, 14974, 15991, 13999, 13258, 14583, 13098, 12230, 11088, 13872, 11497, 10174, 14038, 13112, 11266, 9938, 16153, 12638, 9691, 15256, 12316, 9828, 14407, 13673, 10996, 9210, 16490, 13291, 10022, 11538, 15274, 12406, 10190, 9345, 14006, 13919, 12639, 9504, 14537, 13036, 10573, 10371, 16837, 13290, 9853, 11180, 15497, 13238, 11318, 13230, 12405, 10406, 11441, 16073, 11874, 10391, 10290, 12470, 10190, 9595, 13973, 11053, 9194, 15715, 12667, 9575, 12805, 14591, 12694, 10161, 15579, 12553, 10664, 9569, 15118, 14141, 14702, 14425, 14075, 16033, 15816, 17031, 16341, 15288, 13034, 12520, 11386, 13824, 11749, 10660, 16801, 12664, 9976, 10308, 13864, 11394, 9185, 15525, 14052, 12344, 9527, 15670, 11779, 9904, 10806, 15873, 13023, 10584, 13100, 13140, 11095, 9724, 15805, 12820, 11898, 12364, 13493, 11032, 9308, 15905, 12447, 8997, 14826, 14325, 12540, 9957, 9720, 14877, 12116, 10656, 9989, 15092, 12067, 9683, 13836, 13477, 11512, 15331, 12921, 10109, 13147, 14774, 13012, 10455, 13863, 10887, 9671, 15750, 11728, 9797, 14735, 13540, 11415, 10146, 13337, 10080, 9799, 15329, 12419, 9868, 12239, 14426, 12320, 8664, 16470, 14119, 13101, 9761, 10080, 14515, 11291, 10971, 9096, 15126, 12495, 12882, 13973, 13549, 12639, 10966, 15909, 14017, 15796, 14238, 10806, 9755, 14605, 11856, 10403, 11432, 15126, 12094, 9633, 13112, 13069, 11604, 9510, 16084, 12683, 10536, 13989, 12804, 11398, 11086, 14600, 12079, 14444, 19443, 16595, 14579, 12396, 9985, 10381, 10988, 10512, 9109, 17082, 13810, 10320, 9477, 17636, 15376, 12052, 13028, 14651, 14880, 15187, 15140, 16556, 17778, 16340, 14661, 11920, 14452, 12474, 11136, 10310, 15459, 12661, 9802, 11196, 14350, 12876, 8741, 14630, 14545, 13763, 9342, 11480, 12087, 10706, 9800, 17552, 14015, 11530, 10410, 16896, 13237, 10392, 10015, 16901, 13364, 11558, 9338, 14323, 14954, 12082, 10938, 9249, 14505, 12383, 11693, 9658, 10914, 15048, 11784, 10022, 11983, 17010, 12347, 14194, 12888, 11959, 9834, 9733, 12261, 10978, 9650, 9316, 13713, 15401, 15173, 11367, 15525, 11111, 10463, 10230, 12765, 10715, 9830, 8831, 15370, 12849, 9612, 9911, 16044, 11820, 10725, 12114, 15100, 13889, 13415, 16542, 18459, 15547, 11580, 11007, 10684, 13902, 11513, 10656, 14299, 13653, 12325, 10416, 13484, 11822, 10175, 10402, 15947, 14150, 12554, 10658, 14117, 11351, 10086, 10384, 15655, 12179, 9952, 12435, 13663, 11563, 10002, 12615, 12805, 11321, 9743, 13194, 13188, 11422, 11705, 13823, 12028, 11012, 10626, 15260, 11823, 11266, 11417, 16999, 10679, 10194, 10051, 14342, 12205, 10875, 9956, 18747, 20057, 14521, 13058, 18532, 14364, 14483, 10431, 15327, 14240, 12228, 9817, 9968, 13960, 13931, 11639, 10137, 12623, 15700, 12371, 10598, 11903, 14099, 12148, 10129, 14972, 14455, 13006, 10588, 14956, 11934, 10648, 10216, 15583, 13044, 13844, 12823, 13311, 11425, 11299, 15370, 14629, 16885, 16026, 12692, 10765, 9484, 9987, 17154, 12760, 9883, 12909, 13062, 11159, 10261, 15427, 12099, 11281, 14772, 13502, 13109, 12416, 15455, 12407, 9571, 9202, 14228, 11671, 9565, 13707, 13335, 10474, 10115, 13923, 12588, 11515, 10167, 14944, 10731, 9633, 10532, 15497, 12517, 9553, 9497, 14293, 11418, 9656, 11103, 14187, 11225, 9343, 12486, 14646, 10966, 9683, 11004, 14669, 12590, 10276, 13343, 12509, 11476, 10825, 17279, 11715, 9678, 9503, 16627, 13130, 11691, 11182, 16090, 10647, 11422, 14478, 18111, 16605, 12156, 9509, 9201, 13881, 13289, 11546, 9796, 10100, 11350, 14368, 12233, 10870, 11927, 14380, 13407, 11167, 9764, 11993, 15880, 15057, 13220, 10179, 15336, 12102, 10548, 10498, 17471, 12917, 9697, 10108, 16881, 13076, 11299, 9810, 14388, 12329, 10322, 10008, 17166, 14473, 11634, 10052, 16821, 13277, 11470, 11802, 15131, 11417, 9951, 11662, 15231, 12583, 9726, 10666, 13810, 11616, 9570, 15378, 12524, 10728, 9652, 14569, 12763, 11743, 9675, 15660, 12159, 11742, 11413, 12750, 10660, 9656, 12462, 11776, 10930, 9714, 13710, 14337, 12114, 14745, 14112, 9595, 11679, 9316, 9485, 13951, 10613, 9877, 9844, 12811, 13881, 11248, 10643, 9508, 14433, 12007, 9459, 12460, 14779, 15394, 16108, 15141, 11558, 11275, 12176, 15062, 10523, 9451, 10881, 13531, 10908, 9565, 15356, 13192, 10789, 10441, 15355, 11432, 10122, 10019, 14838, 12021, 9551, 11410, 14610, 13028, 10185, 13001, 12304, 12052, 9782, 10169, 13256, 13410, 11630, 9490, 14286, 14469, 11170, 10287, 10294, 13357, 11170, 10103, 10488, 13924, 11539, 9763, 14137, 14005, 10129, 10554, 9340, 13000, 11573, 9438, 11028, 16138, 13460, 11953, 10887, 10197, 13322, 10340, 9412, 9914, 13889, 14159, 13136, 14054, 14171, 15790, 13154, 13344, 15149, 16352, 12914, 11823, 9509, 12249, 11663, 10306, 14893, 13900, 19005, 19053, 13061, 9788, 9477, 13960, 11836, 9889, 13219, 15134, 12553, 10163, 17346, 14199, 10487, 16717, 14107, 16007, 17154, 17869, 17926, 17184, 16025, 13808, 13006, 11378, 13199, 12699, 11084, 9710, 11150, 15078, 13024, 11056, 10093, 14561, 13609, 12422, 10426, 12766, 12156, 10087, 9513, 10691, 16380, 14244, 11849, 10407, 16959, 13534, 11552, 10294, 17052, 13281, 11465, 10200, 14898, 12178, 10823, 10060, 14626, 12537, 11047, 10628, 16453, 14693, 14374, 12226, 13483, 11811, 10399, 10224, 15930, 10974, 9745, 11559, 13368, 11122, 9936, 16764, 13302, 9449, 13238, 13487, 11709, 10028, 16933, 13919, 10423, 9757, 13496, 11094, 10227, 13206, 13719, 11328, 10031, 17627, 13185, 9874, 10036, 14683, 11491, 10211, 14310, 12426, 10274, 8425, 17694, 15058], 'WindowCenter': [4957.0, 4978.0, 4935.0, 4930.0, 4930.0, 4905.0, 4887.0, 4886.0, 4936.0, 4912.0, 4886.0, 4894.0, 4914.0, 4894.0, 4883.0, 4933.0, 4904.0, 4883.0, 4921.0, 4903.0, 4883.0, 4910.0, 4902.0, 4883.0, 4912.0, 4901.0, 4882.0, 4892.0, 4920.0, 4903.0, 4883.0, 4930.0, 4892.0, 4883.0, 4913.0, 4921.0, 4904.0, 4886.0, 4946.0, 4926.0, 4897.0, 4925.0, 4924.0, 4907.0, 4906.0, 4944.0, 4916.0, 4882.0, 4945.0, 4926.0, 4896.0, 4917.0, 4925.0, 4894.0, 4886.0, 4959.0, 4925.0, 4926.0, 4936.0, 4925.0, 4894.0, 4895.0, 4902.0, 4935.0, 4915.0, 4894.0, 4935.0, 4915.0, 4916.0, 4935.0, 4924.0, 4912.0, 4911.0, 4922.0, 4919.0, 4912.0, 4899.0, 4901.0, 4889.0, 4898.0, 4908.0, 4887.0, 4869.0, 4890.0, 4909.0, 4889.0, 4872.0, 4890.0, 4910.0, 4891.0, 4872.0, 4911.0, 4902.0, 4883.0, 4863.0, 4935.0, 4923.0, 4915.0, 4887.0, 4886.0, 4931.0, 4916.0, 4895.0, 4906.0, 4935.0, 4902.0, 4892.0, 4904.0, 4937.0, 4927.0, 4889.0, 4925.0, 4904.0, 4896.0, 4895.0, 4931.0, 4895.0, 4875.0, 4914.0, 4925.0, 4917.0, 4887.0, 4926.0, 4915.0, 4896.0, 4906.0, 4947.0, 4908.0, 4888.0, 4948.0, 4927.0, 4906.0, 4927.0, 4918.0, 4906.0, 4925.0, 4936.0, 4911.0, 4914.0, 4920.0, 4913.0, 4903.0, 4894.0, 4908.0, 4893.0, 4884.0, 4924.0, 4912.0, 4895.0, 4884.0, 4932.0, 4903.0, 4875.0, 4925.0, 4892.0, 4873.0, 4912.0, 4912.0, 4884.0, 4863.0, 4932.0, 4913.0, 4876.0, 4894.0, 4934.0, 4904.0, 4885.0, 4874.0, 4927.0, 4926.0, 4916.0, 4887.0, 4923.0, 4916.0, 4885.0, 4886.0, 4937.0, 4914.0, 4885.0, 4883.0, 4921.0, 4903.0, 4894.0, 4904.0, 4904.0, 4895.0, 4904.0, 4933.0, 4903.0, 4895.0, 4883.0, 4903.0, 4883.0, 4875.0, 4911.0, 4894.0, 4875.0, 4934.0, 4914.0, 4875.0, 4906.0, 4923.0, 4904.0, 4884.0, 4922.0, 4891.0, 4870.0, 4859.0, 4910.0, 4900.0, 4899.0, 4900.0, 4900.0, 4910.0, 4909.0, 4908.0, 4908.0, 4898.0, 4873.0, 4875.0, 4867.0, 4875.0, 4866.0, 4856.0, 4907.0, 4875.0, 4848.0, 4856.0, 4884.0, 4865.0, 4848.0, 4908.0, 4899.0, 4890.0, 4872.0, 4922.0, 4880.0, 4872.0, 4881.0, 4922.0, 4901.0, 4879.0, 4901.0, 4899.0, 4883.0, 4874.0, 4922.0, 4902.0, 4892.0, 4893.0, 4900.0, 4871.0, 4862.0, 4922.0, 4891.0, 4851.0, 4911.0, 4910.0, 4890.0, 4872.0, 4873.0, 4912.0, 4889.0, 4883.0, 4876.0, 4925.0, 4893.0, 4874.0, 4913.0, 4916.0, 4894.0, 4924.0, 4900.0, 4873.0, 4902.0, 4911.0, 4901.0, 4872.0, 4901.0, 4881.0, 4873.0, 4920.0, 4889.0, 4875.0, 4923.0, 4904.0, 4895.0, 4886.0, 4915.0, 4885.0, 4883.0, 4922.0, 4901.0, 4875.0, 4892.0, 4914.0, 4894.0, 4854.0, 4923.0, 4903.0, 4901.0, 4870.0, 4874.0, 4913.0, 4881.0, 4881.0, 4863.0, 4913.0, 4892.0, 4902.0, 4912.0, 4901.0, 4891.0, 4880.0, 4910.0, 4899.0, 4905.0, 4898.0, 4866.0, 4859.0, 4898.0, 4878.0, 4870.0, 4881.0, 4912.0, 4890.0, 4863.0, 4903.0, 4901.0, 4880.0, 4860.0, 4911.0, 4902.0, 4895.0, 4914.0, 4902.0, 4892.0, 4882.0, 4913.0, 4890.0, 4910.0, 4941.0, 4920.0, 4906.0, 4876.0, 4845.0, 4858.0, 4866.0, 4869.0, 4861.0, 4919.0, 4899.0, 4860.0, 4847.0, 4916.0, 4898.0, 4868.0, 4876.0, 4886.0, 4885.0, 4885.0, 4884.0, 4894.0, 4894.0, 4881.0, 4869.0, 4838.0, 4857.0, 4838.0, 4827.0, 4829.0, 4868.0, 4848.0, 4830.0, 4842.0, 4870.0, 4849.0, 4823.0, 4894.0, 4882.0, 4872.0, 4833.0, 4853.0, 4860.0, 4854.0, 4844.0, 4916.0, 4888.0, 4866.0, 4858.0, 4918.0, 4877.0, 4858.0, 4859.0, 4918.0, 4891.0, 4880.0, 4861.0, 4911.0, 4913.0, 4881.0, 4871.0, 4849.0, 4900.0, 4887.0, 4881.0, 4861.0, 4871.0, 4911.0, 4880.0, 4873.0, 4882.0, 4922.0, 4893.0, 4912.0, 4891.0, 4881.0, 4858.0, 4860.0, 4879.0, 4866.0, 4860.0, 4861.0, 4914.0, 4921.0, 4907.0, 4851.0, 4908.0, 4857.0, 4856.0, 4869.0, 4888.0, 4867.0, 4859.0, 4838.0, 4906.0, 4891.0, 4861.0, 4861.0, 4908.0, 4881.0, 4869.0, 4878.0, 4897.0, 4886.0, 4900.0, 4918.0, 4916.0, 4894.0, 4867.0, 4857.0, 4857.0, 4885.0, 4866.0, 4858.0, 4899.0, 4897.0, 4878.0, 4868.0, 4900.0, 4878.0, 4869.0, 4870.0, 4922.0, 4900.0, 4891.0, 4870.0, 4911.0, 4882.0, 4872.0, 4871.0, 4908.0, 4882.0, 4861.0, 4892.0, 4900.0, 4878.0, 4859.0, 4891.0, 4890.0, 4870.0, 4859.0, 4890.0, 4889.0, 4880.0, 4878.0, 4899.0, 4879.0, 4868.0, 4858.0, 4908.0, 4875.0, 4869.0, 4878.0, 4919.0, 4868.0, 4868.0, 4858.0, 4899.0, 4890.0, 4881.0, 4883.0, 4929.0, 4964.0, 4904.0, 4878.0, 4907.0, 4871.0, 4884.0, 4845.0, 4893.0, 4885.0, 4877.0, 4858.0, 4859.0, 4910.0, 4897.0, 4878.0, 4870.0, 4891.0, 4921.0, 4891.0, 4883.0, 4893.0, 4913.0, 4893.0, 4875.0, 4922.0, 4912.0, 4902.0, 4874.0, 4912.0, 4881.0, 4872.0, 4873.0, 4913.0, 4900.0, 4903.0, 4892.0, 4899.0, 4882.0, 4883.0, 4911.0, 4912.0, 4930.0, 4922.0, 4904.0, 4883.0, 4871.0, 4874.0, 4929.0, 4902.0, 4874.0, 4904.0, 4902.0, 4883.0, 4873.0, 4911.0, 4878.0, 4879.0, 4911.0, 4890.0, 4891.0, 4889.0, 4909.0, 4889.0, 4860.0, 4860.0, 4898.0, 4880.0, 4860.0, 4911.0, 4902.0, 4871.0, 4869.0, 4910.0, 4893.0, 4893.0, 4872.0, 4911.0, 4870.0, 4861.0, 4883.0, 4919.0, 4891.0, 4872.0, 4872.0, 4911.0, 4891.0, 4873.0, 4893.0, 4910.0, 4881.0, 4875.0, 4902.0, 4922.0, 4896.0, 4871.0, 4884.0, 4922.0, 4905.0, 4873.0, 4902.0, 4890.0, 4891.0, 4882.0, 4932.0, 4892.0, 4860.0, 4859.0, 4920.0, 4902.0, 4893.0, 4894.0, 4935.0, 4897.0, 4891.0, 4910.0, 4940.0, 4928.0, 4888.0, 4860.0, 4856.0, 4909.0, 4912.0, 4904.0, 4884.0, 4881.0, 4894.0, 4923.0, 4902.0, 4883.0, 4892.0, 4909.0, 4899.0, 4879.0, 4861.0, 4881.0, 4922.0, 4910.0, 4889.0, 4869.0, 4907.0, 4876.0, 4867.0, 4866.0, 4919.0, 4889.0, 4858.0, 4871.0, 4929.0, 4902.0, 4881.0, 4871.0, 4921.0, 4899.0, 4885.0, 4884.0, 4942.0, 4925.0, 4894.0, 4882.0, 4933.0, 4914.0, 4896.0, 4905.0, 4924.0, 4892.0, 4874.0, 4894.0, 4923.0, 4904.0, 4872.0, 4882.0, 4913.0, 4892.0, 4873.0, 4924.0, 4902.0, 4883.0, 4871.0, 4923.0, 4902.0, 4891.0, 4876.0, 4935.0, 4893.0, 4894.0, 4894.0, 4903.0, 4883.0, 4870.0, 4902.0, 4893.0, 4883.0, 4872.0, 4915.0, 4924.0, 4894.0, 4923.0, 4914.0, 4862.0, 4882.0, 4864.0, 4872.0, 4913.0, 4881.0, 4874.0, 4874.0, 4905.0, 4902.0, 4883.0, 4885.0, 4863.0, 4898.0, 4889.0, 4861.0, 4890.0, 4911.0, 4910.0, 4910.0, 4910.0, 4869.0, 4868.0, 4877.0, 4898.0, 4858.0, 4848.0, 4869.0, 4886.0, 4858.0, 4859.0, 4909.0, 4891.0, 4871.0, 4861.0, 4898.0, 4864.0, 4859.0, 4860.0, 4897.0, 4878.0, 4850.0, 4881.0, 4898.0, 4890.0, 4859.0, 4902.0, 4880.0, 4890.0, 4862.0, 4871.0, 4901.0, 4901.0, 4883.0, 4861.0, 4902.0, 4902.0, 4883.0, 4862.0, 4862.0, 4900.0, 4870.0, 4858.0, 4871.0, 4900.0, 4881.0, 4888.0, 4916.0, 4913.0, 4873.0, 4883.0, 4862.0, 4890.0, 4881.0, 4852.0, 4873.0, 4922.0, 4905.0, 4894.0, 4885.0, 4873.0, 4899.0, 4872.0, 4864.0, 4872.0, 4903.0, 4913.0, 4904.0, 4902.0, 4902.0, 4914.0, 4890.0, 4890.0, 4900.0, 4909.0, 4878.0, 4868.0, 4859.0, 4890.0, 4890.0, 4873.0, 4909.0, 4888.0, 4931.0, 4928.0, 4876.0, 4845.0, 4846.0, 4886.0, 4875.0, 4859.0, 4891.0, 4909.0, 4889.0, 4870.0, 4907.0, 4885.0, 4856.0, 4895.0, 4875.0, 4886.0, 4895.0, 4894.0, 4893.0, 4881.0, 4868.0, 4836.0, 4836.0, 4815.0, 4834.0, 4837.0, 4814.0, 4806.0, 4829.0, 4857.0, 4849.0, 4839.0, 4830.0, 4882.0, 4883.0, 4863.0, 4845.0, 4875.0, 4864.0, 4844.0, 4835.0, 4854.0, 4892.0, 4881.0, 4865.0, 4858.0, 4907.0, 4888.0, 4869.0, 4860.0, 4918.0, 4889.0, 4869.0, 4859.0, 4900.0, 4877.0, 4869.0, 4861.0, 4899.0, 4879.0, 4881.0, 4872.0, 4922.0, 4902.0, 4901.0, 4893.0, 4879.0, 4871.0, 4859.0, 4859.0, 4909.0, 4873.0, 4861.0, 4880.0, 4885.0, 4867.0, 4859.0, 4906.0, 4886.0, 4847.0, 4887.0, 4889.0, 4878.0, 4861.0, 4918.0, 4899.0, 4870.0, 4860.0, 4888.0, 4868.0, 4869.0, 4900.0, 4898.0, 4881.0, 4873.0, 4933.0, 4903.0, 4886.0, 4874.0, 4922.0, 4894.0, 4884.0, 4924.0, 4904.0, 4886.0, 4855.0, 4946.0, 4936.0], 'WindowWidth': [10800.0, 10812.0, 10745.0, 10728.0, 10727.0, 10684.0, 10660.0, 10656.0, 10725.0, 10689.0, 10655.0, 10665.0, 10691.0, 10662.0, 10646.0, 10717.0, 10676.0, 10646.0, 10697.0, 10671.0, 10647.0, 10682.0, 10669.0, 10645.0, 10684.0, 10667.0, 10642.0, 10656.0, 10697.0, 10673.0, 10647.0, 10709.0, 10658.0, 10648.0, 10691.0, 10699.0, 10679.0, 10655.0, 10740.0, 10712.0, 10674.0, 10710.0, 10706.0, 10687.0, 10684.0, 10737.0, 10698.0, 10648.0, 10736.0, 10711.0, 10670.0, 10702.0, 10707.0, 10666.0, 10655.0, 10764.0, 10712.0, 10711.0, 10724.0, 10708.0, 10662.0, 10666.0, 10674.0, 10722.0, 10695.0, 10669.0, 10724.0, 10695.0, 10696.0, 10723.0, 10706.0, 10685.0, 10681.0, 10703.0, 10692.0, 10683.0, 10662.0, 10665.0, 10649.0, 10661.0, 10673.0, 10642.0, 10621.0, 10651.0, 10675.0, 10646.0, 10627.0, 10651.0, 10680.0, 10655.0, 10630.0, 10684.0, 10668.0, 10644.0, 10618.0, 10721.0, 10704.0, 10692.0, 10657.0, 10656.0, 10711.0, 10696.0, 10668.0, 10682.0, 10723.0, 10676.0, 10662.0, 10680.0, 10725.0, 10713.0, 10664.0, 10710.0, 10675.0, 10667.0, 10665.0, 10715.0, 10664.0, 10637.0, 10694.0, 10709.0, 10699.0, 10658.0, 10710.0, 10694.0, 10670.0, 10685.0, 10743.0, 10689.0, 10661.0, 10745.0, 10712.0, 10684.0, 10714.0, 10699.0, 10681.0, 10707.0, 10725.0, 10685.0, 10690.0, 10695.0, 10688.0, 10674.0, 10661.0, 10677.0, 10658.0, 10649.0, 10705.0, 10688.0, 10665.0, 10647.0, 10713.0, 10672.0, 10637.0, 10707.0, 10657.0, 10633.0, 10684.0, 10685.0, 10647.0, 10616.0, 10711.0, 10685.0, 10638.0, 10664.0, 10721.0, 10678.0, 10652.0, 10636.0, 10713.0, 10709.0, 10694.0, 10656.0, 10706.0, 10692.0, 10652.0, 10653.0, 10725.0, 10689.0, 10651.0, 10644.0, 10695.0, 10671.0, 10662.0, 10676.0, 10674.0, 10668.0, 10679.0, 10720.0, 10677.0, 10669.0, 10648.0, 10673.0, 10647.0, 10637.0, 10683.0, 10662.0, 10637.0, 10717.0, 10691.0, 10638.0, 10680.0, 10702.0, 10674.0, 10646.0, 10697.0, 10650.0, 10619.0, 10604.0, 10677.0, 10660.0, 10659.0, 10660.0, 10661.0, 10680.0, 10676.0, 10672.0, 10670.0, 10658.0, 10613.0, 10619.0, 10608.0, 10620.0, 10608.0, 10593.0, 10669.0, 10620.0, 10587.0, 10595.0, 10632.0, 10606.0, 10587.0, 10673.0, 10660.0, 10647.0, 10629.0, 10697.0, 10635.0, 10626.0, 10637.0, 10693.0, 10667.0, 10635.0, 10666.0, 10662.0, 10642.0, 10633.0, 10700.0, 10669.0, 10655.0, 10657.0, 10663.0, 10623.0, 10611.0, 10695.0, 10649.0, 10593.0, 10680.0, 10677.0, 10647.0, 10627.0, 10628.0, 10681.0, 10650.0, 10645.0, 10637.0, 10705.0, 10658.0, 10633.0, 10685.0, 10693.0, 10661.0, 10702.0, 10667.0, 10629.0, 10668.0, 10680.0, 10666.0, 10625.0, 10665.0, 10638.0, 10628.0, 10690.0, 10648.0, 10635.0, 10702.0, 10675.0, 10664.0, 10654.0, 10692.0, 10650.0, 10645.0, 10698.0, 10666.0, 10632.0, 10654.0, 10685.0, 10656.0, 10600.0, 10699.0, 10669.0, 10665.0, 10623.0, 10632.0, 10687.0, 10640.0, 10640.0, 10616.0, 10686.0, 10655.0, 10668.0, 10681.0, 10666.0, 10651.0, 10635.0, 10678.0, 10660.0, 10664.0, 10658.0, 10612.0, 10604.0, 10657.0, 10628.0, 10620.0, 10635.0, 10681.0, 10649.0, 10614.0, 10670.0, 10666.0, 10637.0, 10609.0, 10677.0, 10669.0, 10667.0, 10690.0, 10670.0, 10656.0, 10642.0, 10688.0, 10652.0, 10680.0, 10730.0, 10695.0, 10668.0, 10624.0, 10579.0, 10600.0, 10610.0, 10620.0, 10613.0, 10690.0, 10660.0, 10603.0, 10581.0, 10678.0, 10653.0, 10610.0, 10618.0, 10635.0, 10632.0, 10630.0, 10628.0, 10644.0, 10648.0, 10620.0, 10602.0, 10555.0, 10578.0, 10554.0, 10539.0, 10543.0, 10598.0, 10571.0, 10549.0, 10566.0, 10604.0, 10573.0, 10544.0, 10647.0, 10627.0, 10610.0, 10559.0, 10586.0, 10593.0, 10587.0, 10576.0, 10679.0, 10639.0, 10608.0, 10599.0, 10682.0, 10623.0, 10600.0, 10601.0, 10683.0, 10646.0, 10632.0, 10609.0, 10681.0, 10686.0, 10636.0, 10622.0, 10588.0, 10662.0, 10641.0, 10636.0, 10606.0, 10622.0, 10677.0, 10634.0, 10632.0, 10641.0, 10698.0, 10658.0, 10681.0, 10650.0, 10634.0, 10605.0, 10606.0, 10631.0, 10611.0, 10606.0, 10608.0, 10693.0, 10698.0, 10673.0, 10580.0, 10666.0, 10594.0, 10592.0, 10616.0, 10641.0, 10613.0, 10600.0, 10569.0, 10667.0, 10651.0, 10607.0, 10607.0, 10671.0, 10635.0, 10616.0, 10624.0, 10653.0, 10638.0, 10663.0, 10685.0, 10683.0, 10647.0, 10609.0, 10594.0, 10597.0, 10632.0, 10609.0, 10598.0, 10656.0, 10654.0, 10629.0, 10616.0, 10661.0, 10631.0, 10619.0, 10621.0, 10696.0, 10661.0, 10651.0, 10622.0, 10678.0, 10638.0, 10626.0, 10622.0, 10672.0, 10636.0, 10608.0, 10650.0, 10661.0, 10630.0, 10604.0, 10650.0, 10648.0, 10619.0, 10603.0, 10646.0, 10646.0, 10633.0, 10631.0, 10658.0, 10629.0, 10613.0, 10601.0, 10668.0, 10622.0, 10617.0, 10630.0, 10691.0, 10615.0, 10616.0, 10602.0, 10659.0, 10648.0, 10638.0, 10648.0, 10706.0, 10789.0, 10669.0, 10621.0, 10659.0, 10601.0, 10628.0, 10575.0, 10642.0, 10631.0, 10622.0, 10599.0, 10604.0, 10676.0, 10655.0, 10629.0, 10620.0, 10652.0, 10693.0, 10651.0, 10643.0, 10657.0, 10682.0, 10654.0, 10631.0, 10696.0, 10682.0, 10667.0, 10629.0, 10683.0, 10635.0, 10623.0, 10627.0, 10684.0, 10663.0, 10668.0, 10653.0, 10660.0, 10638.0, 10639.0, 10682.0, 10685.0, 10708.0, 10699.0, 10675.0, 10645.0, 10626.0, 10630.0, 10706.0, 10669.0, 10633.0, 10674.0, 10668.0, 10642.0, 10629.0, 10680.0, 10630.0, 10631.0, 10679.0, 10646.0, 10650.0, 10644.0, 10674.0, 10645.0, 10610.0, 10608.0, 10658.0, 10635.0, 10609.0, 10681.0, 10670.0, 10624.0, 10620.0, 10677.0, 10655.0, 10655.0, 10627.0, 10681.0, 10621.0, 10608.0, 10643.0, 10692.0, 10652.0, 10628.0, 10630.0, 10681.0, 10654.0, 10634.0, 10658.0, 10679.0, 10640.0, 10636.0, 10670.0, 10700.0, 10664.0, 10629.0, 10647.0, 10698.0, 10675.0, 10628.0, 10667.0, 10650.0, 10652.0, 10641.0, 10713.0, 10654.0, 10609.0, 10606.0, 10690.0, 10668.0, 10654.0, 10658.0, 10725.0, 10675.0, 10656.0, 10680.0, 10723.0, 10704.0, 10647.0, 10608.0, 10599.0, 10678.0, 10687.0, 10678.0, 10650.0, 10644.0, 10665.0, 10703.0, 10672.0, 10645.0, 10653.0, 10679.0, 10663.0, 10635.0, 10609.0, 10639.0, 10698.0, 10680.0, 10648.0, 10620.0, 10669.0, 10625.0, 10614.0, 10612.0, 10689.0, 10646.0, 10605.0, 10624.0, 10704.0, 10669.0, 10640.0, 10627.0, 10697.0, 10664.0, 10653.0, 10647.0, 10729.0, 10705.0, 10662.0, 10644.0, 10715.0, 10690.0, 10665.0, 10676.0, 10702.0, 10655.0, 10632.0, 10660.0, 10700.0, 10673.0, 10630.0, 10644.0, 10685.0, 10656.0, 10631.0, 10703.0, 10670.0, 10645.0, 10628.0, 10701.0, 10669.0, 10652.0, 10641.0, 10721.0, 10658.0, 10661.0, 10661.0, 10673.0, 10644.0, 10623.0, 10668.0, 10654.0, 10642.0, 10628.0, 10694.0, 10702.0, 10662.0, 10700.0, 10688.0, 10612.0, 10640.0, 10618.0, 10629.0, 10686.0, 10639.0, 10630.0, 10631.0, 10676.0, 10668.0, 10642.0, 10645.0, 10614.0, 10658.0, 10646.0, 10610.0, 10649.0, 10679.0, 10675.0, 10673.0, 10677.0, 10617.0, 10613.0, 10624.0, 10656.0, 10598.0, 10586.0, 10615.0, 10635.0, 10598.0, 10603.0, 10674.0, 10649.0, 10621.0, 10606.0, 10655.0, 10606.0, 10602.0, 10603.0, 10652.0, 10626.0, 10590.0, 10633.0, 10656.0, 10646.0, 10604.0, 10665.0, 10631.0, 10648.0, 10612.0, 10622.0, 10664.0, 10664.0, 10638.0, 10608.0, 10665.0, 10666.0, 10641.0, 10610.0, 10610.0, 10660.0, 10617.0, 10600.0, 10620.0, 10659.0, 10634.0, 10657.0, 10692.0, 10685.0, 10630.0, 10643.0, 10611.0, 10644.0, 10634.0, 10595.0, 10627.0, 10694.0, 10673.0, 10658.0, 10645.0, 10629.0, 10663.0, 10626.0, 10617.0, 10628.0, 10671.0, 10683.0, 10672.0, 10665.0, 10666.0, 10686.0, 10648.0, 10646.0, 10659.0, 10674.0, 10625.0, 10612.0, 10606.0, 10652.0, 10652.0, 10632.0, 10677.0, 10643.0, 10713.0, 10698.0, 10621.0, 10575.0, 10576.0, 10634.0, 10622.0, 10604.0, 10650.0, 10673.0, 10647.0, 10619.0, 10667.0, 10632.0, 10591.0, 10647.0, 10619.0, 10631.0, 10643.0, 10645.0, 10641.0, 10618.0, 10594.0, 10545.0, 10543.0, 10513.0, 10539.0, 10546.0, 10515.0, 10507.0, 10540.0, 10578.0, 10569.0, 10557.0, 10545.0, 10625.0, 10629.0, 10599.0, 10577.0, 10619.0, 10603.0, 10574.0, 10562.0, 10587.0, 10638.0, 10622.0, 10604.0, 10597.0, 10667.0, 10638.0, 10615.0, 10604.0, 10683.0, 10642.0, 10615.0, 10600.0, 10659.0, 10624.0, 10615.0, 10605.0, 10657.0, 10624.0, 10634.0, 10626.0, 10696.0, 10667.0, 10663.0, 10653.0, 10624.0, 10613.0, 10597.0, 10598.0, 10668.0, 10626.0, 10605.0, 10632.0, 10634.0, 10610.0, 10598.0, 10664.0, 10635.0, 10583.0, 10636.0, 10641.0, 10625.0, 10605.0, 10686.0, 10657.0, 10621.0, 10606.0, 10640.0, 10613.0, 10617.0, 10662.0, 10659.0, 10639.0, 10629.0, 10714.0, 10670.0, 10652.0, 10633.0, 10697.0, 10658.0, 10645.0, 10701.0, 10673.0, 10651.0, 10607.0, 10735.0, 10722.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.003762854006586169</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029421687815587266</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.372811776670304</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2021409271208792</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0236629287472527</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5055</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6044.4409</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13042928507067433</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.220636663007683</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.301419639859502</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.147952676061545</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5752173931474873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.181088850369474</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0164612</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016823653131723404</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.042547475546598434</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.316282571646198</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>18.4125</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.2147</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.351</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289116.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1033.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.0884</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0282</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.6493</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4051.7652</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4180.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87428.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1807.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5302.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.4204</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.97826561355032</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> |