=== 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-0091 --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-0091",
"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-0091_ses-02_task-faces_acq-mb8_run-03_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-0091_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-03_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-0091/ses-02/func/sub-0091_ses-02_task-faces_acq-mb8_run-03_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>e2259d322fcb796bacd605c4af1aa76f</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>19:04:32.787500</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.999764, 0.0138395, 0.016766, -0.00959738, 0.972948, -0.230825]</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-03_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.120521</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-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4141, -7701, -7225, 557, -62, -156, -101, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>271.759</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>14308508-bf71-4d2a-aded-96f4b315c01f||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.6822926998138428, -0.02574906498193741, 0.05266882851719856, 112.7123031616211], [-0.03713040426373482, 2.6103482246398926, -0.6226456761360168, -74.4144515991211], [0.04498201608657837, 0.6192865371704102, 2.626697301864624, -87.26700592041016], [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': ['190432.787500', '190433.247500', '190433.707500', '190434.167500', '190434.627500', '190435.087500', '190435.547500', '190436.007500', '190436.467500', '190436.927500', '190437.387500', '190437.847500', '190438.307500', '190438.767500', '190439.227500', '190439.687500', '190440.147500', '190440.607500', '190441.067500', '190441.527500', '190441.987500', '190442.447500', '190442.907500', '190443.367500', '190443.827500', '190444.287500', '190444.747500', '190445.207500', '190445.667500', '190446.127500', '190446.587500', '190447.047500', '190447.507500', '190447.967500', '190448.427500', '190448.887500', '190449.347500', '190449.807500', '190450.267500', '190450.727500', '190451.187500', '190451.647500', '190452.107500', '190452.567500', '190453.027500', '190453.487500', '190453.947500', '190454.407500', '190454.867500', '190455.327500', '190455.787500', '190456.247500', '190456.707500', '190457.167500', '190457.627500', '190458.087500', '190458.547500', '190459.007500', '190459.467500', '190459.927500', '190500.387500', '190500.847500', '190501.307500', '190501.767500', '190502.227500', '190502.687500', '190503.147500', '190503.607500', '190504.067500', '190504.527500', '190504.987500', '190505.447500', '190505.907500', '190506.367500', '190506.827500', '190507.287500', '190507.747500', '190508.207500', '190508.667500', '190509.127500', '190509.587500', '190510.047500', '190510.507500', '190510.967500', '190511.427500', '190511.887500', '190512.347500', '190512.807500', '190513.267500', '190513.727500', '190514.187500', '190514.647500', '190515.107500', '190515.567500', '190516.027500', '190516.487500', '190516.947500', '190517.407500', '190517.867500', '190518.327500', '190518.787500', '190519.247500', '190519.707500', '190520.167500', '190520.627500', '190521.087500', '190521.547500', '190522.007500', '190522.467500', '190522.927500', '190523.387500', '190523.847500', '190524.307500', '190524.767500', '190525.227500', '190525.687500', '190526.147500', '190526.607500', '190527.067500', '190527.527500', '190527.987500', '190528.447500', '190528.907500', '190529.367500', '190529.827500', '190530.287500', '190530.747500', '190531.207500', '190531.667500', '190532.127500', '190532.587500', '190533.047500', '190533.507500', '190533.967500', '190534.427500', '190534.887500', '190535.347500', '190535.807500', '190536.267500', '190536.727500', '190537.187500', '190537.647500', '190538.107500', '190538.567500', '190539.027500', '190539.487500', '190539.947500', '190540.407500', '190540.867500', '190541.327500', '190541.787500', '190542.247500', '190542.707500', '190543.167500', '190543.627500', '190544.087500', '190544.547500', '190545.007500', '190545.467500', '190545.927500', '190546.387500', '190546.847500', '190547.307500', '190547.767500', '190548.227500', '190548.687500', '190549.147500', '190549.607500', '190550.067500', '190550.527500', '190550.987500', '190551.447500', '190551.907500', '190552.367500', '190552.827500', '190553.287500', '190553.747500', '190554.207500', '190554.667500', '190555.127500', '190555.587500', '190556.047500', '190556.507500', '190556.967500', '190557.427500', '190557.887500', '190558.347500', '190558.807500', '190559.267500', '190559.727500', '190600.187500', '190600.647500', '190601.107500', '190601.567500', '190602.027500', '190602.487500', '190602.947500', '190603.407500', '190603.867500', '190604.327500', '190604.787500', '190605.247500', '190605.707500', '190606.167500', '190606.627500', '190607.087500', '190607.547500', '190608.007500', '190608.467500', '190608.927500', '190609.387500', '190609.847500', '190610.307500', '190610.767500', '190611.227500', '190611.687500', '190612.147500', '190612.607500', '190613.067500', '190613.527500', '190613.987500', '190614.447500', '190614.907500', '190615.367500', '190615.827500', '190616.287500', '190616.747500', '190617.207500', '190617.667500', '190618.127500', '190618.587500', '190619.047500', '190619.507500', '190619.967500', '190620.427500', '190620.887500', '190621.347500', '190621.807500', '190622.267500', '190622.727500', '190623.187500', '190623.647500', '190624.107500', '190624.567500', '190625.027500', '190625.487500', '190625.947500', '190626.407500', '190626.867500', '190627.327500', '190627.787500', '190628.247500', '190628.707500', '190629.167500', '190629.627500', '190630.087500', '190630.547500', '190631.007500', '190631.467500', '190631.927500', '190632.387500', '190632.847500', '190633.307500', '190633.767500', '190634.227500', '190634.687500', '190635.147500', '190635.607500', '190636.067500', '190636.527500', '190636.987500', '190637.447500', '190637.907500', '190638.367500', '190638.827500', '190639.287500', '190639.747500', '190640.207500', '190640.667500', '190641.127500', '190641.587500', '190642.047500', '190642.507500', '190642.967500', '190643.427500', '190643.887500', '190644.347500', '190644.807500', '190645.267500', '190645.727500', '190646.187500', '190646.647500', '190647.107500', '190647.567500', '190648.027500', '190648.487500', '190648.947500', '190649.407500', '190649.867500', '190650.327500', '190650.787500', '190651.247500', '190651.707500', '190652.167500', '190652.627500', '190653.087500', '190653.547500', '190654.007500', '190654.467500', '190654.927500', '190655.387500', '190655.847500', '190656.307500', '190656.767500', '190657.227500', '190657.687500', '190658.147500', '190658.607500', '190659.067500', '190659.527500', '190659.987500', '190700.447500', '190700.907500', '190701.367500', '190701.827500', '190702.287500', '190702.747500', '190703.207500', '190703.667500', '190704.127500', '190704.587500', '190705.047500', '190705.507500', '190705.967500', '190706.427500', '190706.887500', '190707.347500', '190707.807500', '190708.267500', '190708.727500', '190709.187500', '190709.647500', '190710.107500', '190710.567500', '190711.027500', '190711.487500', '190711.947500', '190712.407500', '190712.867500', '190713.327500', '190713.787500', '190714.247500', '190714.707500', '190715.167500', '190715.627500', '190716.087500', '190716.547500', '190717.007500', '190717.467500', '190717.927500', '190718.387500', '190718.847500', '190719.307500', '190719.767500', '190720.227500', '190720.687500', '190721.147500', '190721.607500', '190722.067500', '190722.527500', '190722.987500', '190723.447500', '190723.907500', '190724.367500', '190724.827500', '190725.287500', '190725.747500', '190726.207500', '190726.667500', '190727.127500', '190727.587500', '190728.047500', '190728.507500', '190728.967500', '190729.427500', '190729.887500', '190730.347500', '190730.807500', '190731.267500', '190731.727500', '190732.187500', '190732.647500', '190733.107500', '190733.567500', '190734.027500', '190734.487500', '190734.947500', '190735.407500', '190735.867500', '190736.327500', '190736.787500', '190737.247500', '190737.707500', '190738.167500', '190738.627500', '190739.087500', '190739.547500', '190740.007500', '190740.467500', '190740.927500', '190741.387500', '190741.847500', '190742.307500', '190742.767500', '190743.227500', '190743.687500', '190744.147500', '190744.607500', '190745.067500', '190745.527500', '190745.987500', '190746.447500', '190746.907500', '190747.367500', '190747.827500', '190748.287500', '190748.747500', '190749.207500', '190749.667500', '190750.127500', '190750.587500', '190751.047500', '190751.507500', '190751.967500', '190752.427500', '190752.887500', '190753.347500', '190753.807500', '190754.267500', '190754.727500', '190755.187500', '190755.647500', '190756.107500', '190756.567500', '190757.027500', '190757.487500', '190757.947500', '190758.407500', '190758.867500', '190759.327500', '190759.787500', '190800.247500', '190800.707500', '190801.167500', '190801.627500', '190802.087500', '190802.547500', '190803.007500', '190803.467500', '190803.927500', '190804.387500', '190804.847500', '190805.307500', '190805.767500', '190806.227500', '190806.687500', '190807.147500', '190807.607500', '190808.067500', '190808.527500', '190808.987500', '190809.447500', '190809.907500', '190810.367500', '190810.827500', '190811.287500', '190811.747500', '190812.207500', '190812.667500', '190813.127500', '190813.587500', '190814.047500', '190814.507500', '190814.967500', '190815.427500', '190815.887500', '190816.347500', '190816.807500', '190817.267500', '190817.727500', '190818.187500', '190818.647500', '190819.107500', '190819.567500', '190820.027500', '190820.487500', '190820.947500', '190821.407500', '190821.867500', '190822.327500', '190822.787500', '190823.247500', '190823.707500', '190824.167500', '190824.627500', '190825.087500', '190825.547500', '190826.007500', '190826.467500', '190826.927500', '190827.387500', '190827.847500', '190828.307500', '190828.767500', '190829.227500', '190829.687500', '190830.147500', '190830.607500', '190831.067500', '190831.527500', '190831.987500', '190832.447500', '190832.907500', '190833.367500', '190833.827500', '190834.287500', '190834.747500', '190835.207500', '190835.667500', '190836.127500', '190836.587500', '190837.047500', '190837.507500', '190837.967500', '190838.427500', '190838.887500', '190839.347500', '190839.807500', '190840.267500', '190840.727500', '190841.187500', '190841.647500', '190842.107500', '190842.567500', '190843.027500', '190843.487500', '190843.947500', '190844.407500', '190844.867500', '190845.327500', '190845.787500', '190846.247500', '190846.707500', '190847.167500', '190847.627500', '190848.087500', '190848.547500', '190849.007500', '190849.467500', '190849.927500', '190850.387500', '190850.847500', '190851.307500', '190851.767500', '190852.227500', '190852.687500', '190853.147500', '190853.607500', '190854.067500', '190854.527500', '190854.987500', '190855.447500', '190855.907500', '190856.367500', '190856.827500', '190857.287500', '190857.747500', '190858.207500', '190858.667500', '190859.127500', '190859.587500', '190900.047500', '190900.507500', '190900.967500', '190901.427500', '190901.887500', '190902.347500', '190902.807500', '190903.267500', '190903.727500', '190904.187500', '190904.647500', '190905.107500', '190905.567500', '190906.027500', '190906.487500', '190906.947500', '190907.407500', '190907.867500', '190908.327500', '190908.787500', '190909.247500', '190909.707500', '190910.167500', '190910.627500', '190911.087500', '190911.547500', '190912.007500', '190912.467500', '190912.927500', '190913.387500', '190913.847500', '190914.307500', '190914.767500', '190915.227500', '190915.687500', '190916.147500', '190916.607500', '190917.067500', '190917.527500', '190917.987500', '190918.447500', '190918.907500', '190919.367500', '190919.827500', '190920.287500', '190920.747500', '190921.207500', '190921.667500', '190922.127500', '190922.587500', '190923.047500', '190923.507500', '190923.967500', '190924.427500', '190924.887500', '190925.347500', '190925.807500', '190926.267500', '190926.727500', '190927.187500', '190927.647500', '190928.107500', '190928.567500', '190929.027500', '190929.487500', '190929.947500', '190930.407500', '190930.867500', '190931.327500', '190931.787500', '190932.247500', '190932.707500', '190933.167500', '190933.627500', '190934.087500', '190934.547500', '190935.007500', '190935.467500', '190935.927500', '190936.387500', '190936.847500', '190937.307500', '190937.767500', '190938.227500', '190938.687500', '190939.147500', '190939.607500', '190940.067500', '190940.527500', '190940.987500', '190941.447500', '190941.907500', '190942.367500', '190942.827500', '190943.287500', '190943.747500', '190944.207500', '190944.667500', '190945.127500', '190945.587500', '190946.047500', '190946.507500', '190946.967500', '190947.427500', '190947.887500', '190948.347500', '190948.807500', '190949.267500', '190949.727500', '190950.187500', '190950.647500', '190951.107500', '190951.567500', '190952.027500', '190952.487500', '190952.947500', '190953.407500', '190953.867500', '190954.327500', '190954.787500', '190955.247500', '190955.707500', '190956.167500', '190956.627500', '190957.087500', '190957.547500', '190958.007500', '190958.467500', '190958.927500', '190959.387500', '190959.847500', '191000.307500', '191000.767500', '191001.227500', '191001.687500', '191002.147500', '191002.607500', '191003.067500', '191003.527500', '191003.987500', '191004.447500', '191004.907500', '191005.367500', '191005.827500', '191006.287500', '191006.747500', '191007.207500', '191007.667500', '191008.127500', '191008.587500', '191009.047500', '191009.507500', '191009.967500', '191010.427500', '191010.887500', '191011.347500', '191011.807500', '191012.267500', '191012.727500', '191013.187500', '191013.647500', '191014.107500', '191014.567500', '191015.027500', '191015.487500', '191015.947500', '191016.407500', '191016.867500', '191017.327500', '191017.787500', '191018.247500', '191018.707500', '191019.167500', '191019.627500', '191020.087500', '191020.547500', '191021.007500', '191021.467500', '191021.927500', '191022.387500', '191022.847500', '191023.307500', '191023.767500', '191024.227500', '191024.687500', '191025.147500', '191025.607500', '191026.067500', '191026.527500', '191026.987500', '191027.447500', '191027.907500', '191028.367500', '191028.827500', '191029.287500', '191029.747500', '191030.207500', '191030.667500', '191031.127500', '191031.587500', '191032.047500', '191032.507500', '191032.967500', '191033.427500', '191033.887500', '191034.347500', '191034.807500', '191035.267500', '191035.727500', '191036.187500', '191036.647500', '191037.107500', '191037.567500', '191038.027500', '191038.487500', '191038.947500', '191039.407500', '191039.867500', '191040.327500', '191040.787500', '191041.247500', '191041.707500', '191042.167500', '191042.627500', '191043.087500', '191043.547500', '191044.007500', '191044.467500', '191044.927500', '191045.387500', '191045.847500', '191046.307500', '191046.767500', '191047.227500', '191047.687500', '191048.147500', '191048.607500', '191049.067500', '191049.527500', '191049.987500', '191050.447500', '191050.907500', '191051.367500', '191051.827500', '191052.287500', '191052.747500', '191053.207500', '191053.667500', '191054.127500', '191054.587500', '191055.047500', '191055.507500', '191055.967500', '191056.427500', '191056.887500', '191057.347500', '191057.807500', '191058.267500', '191058.727500', '191059.187500', '191059.647500', '191100.107500', '191100.567500', '191101.027500', '191101.487500', '191101.947500', '191102.407500', '191102.867500', '191103.327500', '191103.787500', '191104.247500', '191104.707500', '191105.167500', '191105.627500', '191106.087500', '191106.547500', '191107.007500', '191107.467500', '191107.927500', '191108.387500', '191108.847500', '191109.307500', '191109.767500', '191110.227500', '191110.687500', '191111.147500', '191111.607500', '191112.067500', '191112.527500', '191112.987500', '191113.447500', '191113.907500', '191114.367500', '191114.827500', '191115.287500', '191115.747500', '191116.207500', '191116.667500', '191117.127500', '191117.587500', '191118.047500', '191118.507500', '191118.967500', '191119.427500', '191119.887500', '191120.347500', '191120.807500', '191121.267500', '191121.727500', '191122.187500', '191122.647500', '191123.107500', '191123.567500', '191124.027500', '191124.487500', '191124.947500', '191125.407500', '191125.867500', '191126.327500', '191126.787500', '191127.247500', '191127.707500', '191128.167500', '191128.627500', '191129.087500', '191129.547500', '191130.007500', '191130.467500', '191130.927500', '191131.387500', '191131.847500', '191132.307500', '191132.767500'], 'ContentTime': ['190450.777000', '190450.780000', '190450.783000', '190450.786000', '190450.789000', '190450.791000', '190450.794000', '190450.796000', '190450.799000', '190450.802000', '190450.804000', '190450.807000', '190450.810000', '190450.813000', '190450.824000', '190450.827000', '190450.829000', '190450.832000', '190450.840000', '190450.844000', '190450.847000', '190450.849000', '190450.852000', '190450.855000', '190450.857000', '190450.860000', '190450.862000', '190450.865000', '190450.868000', '190450.871000', '190450.873000', '190450.876000', '190450.878000', '190450.881000', '190450.884000', '190450.886000', '190450.889000', '190510.736000', '190510.739000', '190510.742000', '190510.745000', '190510.748000', '190510.750000', '190510.753000', '190510.755000', '190510.758000', '190510.761000', '190510.763000', '190510.766000', '190510.768000', '190510.771000', '190510.773000', '190510.776000', '190510.779000', '190510.781000', '190510.784000', '190510.786000', '190510.789000', '190510.792000', '190510.794000', '190510.797000', '190510.799000', '190510.802000', '190510.805000', '190510.807000', '190510.810000', '190510.812000', '190510.815000', '190510.818000', '190510.820000', '190510.823000', '190510.826000', '190510.828000', '190510.831000', '190510.833000', '190510.836000', '190510.839000', '190510.841000', '190510.844000', '190510.846000', '190510.849000', '190530.737000', '190530.740000', '190530.742000', '190530.745000', '190530.747000', '190530.750000', '190530.753000', '190530.755000', '190530.758000', '190530.761000', '190530.763000', '190530.766000', '190530.768000', '190530.771000', '190530.774000', '190530.776000', '190530.779000', '190530.790000', '190530.793000', '190530.795000', '190530.798000', '190530.801000', '190530.803000', '190530.806000', '190530.809000', '190530.811000', '190530.814000', '190530.817000', '190530.819000', '190530.822000', '190530.825000', '190530.827000', '190530.830000', '190530.833000', '190530.835000', '190530.838000', '190530.841000', '190530.843000', '190530.846000', '190530.848000', '190530.851000', '190530.853000', '190530.856000', '190550.736000', '190550.739000', '190550.742000', '190550.745000', '190550.747000', '190550.757000', '190550.760000', '190550.763000', '190550.765000', '190550.768000', '190550.771000', '190550.773000', '190550.776000', '190550.778000', '190550.781000', '190550.784000', '190550.786000', '190550.789000', '190550.792000', '190550.794000', '190550.797000', '190550.800000', '190550.802000', '190550.805000', '190550.807000', '190550.810000', '190550.813000', '190550.815000', '190550.818000', '190550.820000', '190550.823000', '190550.826000', '190550.828000', '190550.831000', '190550.834000', '190550.836000', '190550.839000', '190550.841000', '190550.844000', '190550.847000', '190550.850000', '190550.852000', '190550.855000', '190550.857000', '190610.737000', '190610.740000', '190610.742000', '190610.745000', '190610.748000', '190610.750000', '190610.753000', '190610.756000', '190610.758000', '190610.761000', '190610.764000', '190610.766000', '190610.769000', '190610.772000', '190610.774000', '190610.777000', '190610.780000', '190610.782000', '190610.785000', '190610.787000', '190610.790000', '190610.793000', '190610.795000', '190610.798000', '190610.801000', '190610.803000', '190610.806000', '190610.808000', '190610.811000', '190610.814000', '190610.816000', '190610.819000', '190610.822000', '190610.824000', '190610.827000', '190610.829000', '190610.832000', '190610.835000', '190610.837000', '190610.840000', '190610.843000', '190610.845000', '190610.848000', '190630.736000', '190630.740000', '190630.742000', '190630.745000', '190630.747000', '190630.750000', '190630.753000', '190630.755000', '190630.758000', '190630.761000', '190630.763000', '190630.766000', '190630.768000', '190630.771000', '190630.774000', '190630.776000', '190630.779000', '190630.782000', '190630.784000', '190630.787000', '190630.790000', '190630.792000', '190630.795000', '190630.797000', '190630.800000', '190630.803000', '190630.805000', '190630.808000', '190630.810000', '190630.813000', '190630.816000', '190630.819000', '190630.821000', '190630.824000', '190630.826000', '190630.829000', '190630.832000', '190630.834000', '190630.837000', '190630.839000', '190630.842000', '190630.845000', '190630.847000', '190630.850000', '190650.737000', '190650.739000', '190650.742000', '190650.745000', '190650.747000', '190650.750000', '190650.753000', '190650.755000', '190650.758000', '190650.760000', '190650.763000', '190650.766000', '190650.769000', '190650.771000', '190650.774000', '190650.777000', '190650.779000', '190650.782000', '190650.785000', '190650.787000', '190650.790000', '190650.793000', '190650.795000', '190650.798000', '190650.801000', '190650.803000', '190650.806000', '190650.809000', '190650.811000', '190650.814000', '190650.816000', '190650.819000', '190650.822000', '190650.824000', '190650.827000', '190650.830000', '190650.832000', '190650.835000', '190650.837000', '190650.840000', '190650.843000', '190650.846000', '190650.886000', '190710.737000', '190710.740000', '190710.742000', '190710.745000', '190710.748000', '190710.750000', '190710.753000', '190710.755000', '190710.758000', '190710.761000', '190710.763000', '190710.766000', '190710.769000', '190710.771000', '190710.774000', '190710.777000', '190710.779000', '190710.782000', '190710.785000', '190710.787000', '190710.790000', '190710.796000', '190710.799000', '190710.801000', '190710.804000', '190710.807000', '190710.809000', '190710.812000', '190710.814000', '190710.817000', '190710.820000', '190710.822000', '190710.825000', '190710.828000', '190710.830000', '190710.833000', '190710.836000', '190710.838000', '190710.841000', '190710.843000', '190710.854000', '190710.857000', '190710.860000', '190710.862000', '190730.736000', '190730.739000', '190730.742000', '190730.745000', '190730.747000', '190730.750000', '190730.753000', '190730.755000', '190730.758000', '190730.761000', '190730.763000', '190730.766000', '190730.769000', '190730.771000', '190730.774000', '190730.777000', '190730.779000', '190730.782000', '190730.785000', '190730.787000', '190730.790000', '190730.792000', '190730.795000', '190730.798000', '190730.800000', '190730.803000', '190730.806000', '190730.808000', '190730.811000', '190730.814000', '190730.816000', '190730.819000', '190730.821000', '190730.824000', '190730.827000', '190730.829000', '190730.832000', '190730.835000', '190730.837000', '190730.840000', '190730.843000', '190730.845000', '190730.848000', '190750.736000', '190750.739000', '190750.742000', '190750.745000', '190750.747000', '190750.750000', '190750.753000', '190750.756000', '190750.758000', '190750.761000', '190750.764000', '190750.767000', '190750.769000', '190750.772000', '190750.775000', '190750.777000', '190750.780000', '190750.783000', '190750.785000', '190750.788000', '190750.791000', '190750.793000', '190750.796000', '190750.799000', '190750.801000', '190750.804000', '190750.806000', '190750.809000', '190750.812000', '190750.814000', '190750.817000', '190750.820000', '190750.823000', '190750.825000', '190750.828000', '190750.830000', '190750.833000', '190750.836000', '190750.838000', '190750.841000', '190750.844000', '190750.846000', '190750.849000', '190750.852000', '190810.736000', '190810.740000', '190810.742000', '190810.745000', '190810.747000', '190810.750000', '190810.753000', '190810.755000', '190810.758000', '190810.761000', '190810.763000', '190810.766000', '190810.769000', '190810.771000', '190810.774000', '190810.777000', '190810.779000', '190810.782000', '190810.785000', '190810.787000', '190810.790000', '190810.793000', '190810.795000', '190810.798000', '190810.800000', '190810.803000', '190810.806000', '190810.808000', '190810.811000', '190810.814000', '190810.816000', '190810.819000', '190810.822000', '190810.824000', '190810.827000', '190810.830000', '190810.832000', '190810.835000', '190810.838000', '190810.840000', '190810.843000', '190810.845000', '190810.848000', '190830.737000', '190830.739000', '190830.742000', '190830.745000', '190830.748000', '190830.750000', '190830.753000', '190830.755000', '190830.758000', '190830.761000', '190830.764000', '190830.766000', '190830.769000', '190830.771000', '190830.774000', '190830.777000', '190830.780000', '190830.782000', '190830.785000', '190830.788000', '190830.790000', '190830.793000', '190830.796000', '190830.798000', '190830.816000', '190830.818000', '190830.821000', '190830.824000', '190830.826000', '190830.829000', '190830.832000', '190830.834000', '190830.837000', '190830.840000', '190830.842000', '190830.845000', '190830.847000', '190830.850000', '190830.853000', '190830.856000', '190830.858000', '190830.861000', '190830.863000', '190830.866000', '190850.736000', '190850.739000', '190850.742000', '190850.744000', '190850.747000', '190850.750000', '190850.753000', '190850.755000', '190850.758000', '190850.760000', '190850.763000', '190850.766000', '190850.768000', '190850.771000', '190850.774000', '190850.776000', '190850.779000', '190850.782000', '190850.784000', '190850.787000', '190850.789000', '190850.792000', '190850.795000', '190850.797000', '190850.800000', '190850.803000', '190850.805000', '190850.808000', '190850.811000', '190850.813000', '190850.816000', '190850.819000', '190850.821000', '190850.824000', '190850.826000', '190850.829000', '190850.832000', '190850.834000', '190850.837000', '190850.840000', '190850.842000', '190850.845000', '190850.848000', '190910.737000', '190910.740000', '190910.743000', '190910.745000', '190910.748000', '190910.750000', '190910.753000', '190910.756000', '190910.758000', '190910.761000', '190910.764000', '190910.766000', '190910.769000', '190910.771000', '190910.774000', '190910.777000', '190910.779000', '190910.782000', '190910.785000', '190910.787000', '190910.790000', '190910.793000', '190910.795000', '190910.798000', '190910.801000', '190910.803000', '190910.806000', '190910.809000', '190910.811000', '190910.814000', '190910.816000', '190910.819000', '190910.822000', '190910.824000', '190910.827000', '190910.829000', '190910.832000', '190910.835000', '190910.838000', '190910.840000', '190910.843000', '190910.845000', '190910.848000', '190910.851000', '190930.737000', '190930.740000', '190930.742000', '190930.745000', '190930.748000', '190930.751000', '190930.753000', '190930.756000', '190930.759000', '190930.761000', '190930.764000', '190930.767000', '190930.769000', '190930.772000', '190930.774000', '190930.777000', '190930.780000', '190930.782000', '190930.785000', '190930.788000', '190930.790000', '190930.793000', '190930.796000', '190930.798000', '190930.801000', '190930.804000', '190930.806000', '190930.809000', '190930.812000', '190930.814000', '190930.817000', '190930.820000', '190930.822000', '190930.825000', '190930.828000', '190930.830000', '190930.833000', '190930.836000', '190930.838000', '190930.841000', '190930.843000', '190930.846000', '190930.849000', '190950.736000', '190950.739000', '190950.742000', '190950.744000', '190950.747000', '190950.750000', '190950.753000', '190950.755000', '190950.758000', '190950.762000', '190950.764000', '190950.767000', '190950.770000', '190950.772000', '190950.775000', '190950.778000', '190950.780000', '190950.783000', '190950.786000', '190950.788000', '190950.791000', '190950.793000', '190950.796000', '190950.799000', '190950.801000', '190950.804000', '190950.807000', '190950.809000', '190950.812000', '190950.815000', '190950.817000', '190950.820000', '190950.823000', '190950.825000', '190950.828000', '190950.831000', '190950.833000', '190950.836000', '190950.839000', '190950.841000', '190950.844000', '190950.847000', '190950.849000', '190950.852000', '191010.737000', '191010.740000', '191010.742000', '191010.745000', '191010.748000', '191010.750000', '191010.753000', '191010.756000', '191010.758000', '191010.761000', '191010.764000', '191010.767000', '191010.769000', '191010.772000', '191010.774000', '191010.777000', '191010.780000', '191010.782000', '191010.785000', '191010.788000', '191010.790000', '191010.793000', '191010.796000', '191010.798000', '191010.801000', '191010.803000', '191010.806000', '191010.809000', '191010.811000', '191010.814000', '191010.817000', '191010.819000', '191010.824000', '191010.826000', '191010.829000', '191010.832000', '191010.834000', '191010.837000', '191010.840000', '191010.842000', '191010.845000', '191010.847000', '191010.850000', '191030.737000', '191030.740000', '191030.742000', '191030.745000', '191030.748000', '191030.750000', '191030.753000', '191030.756000', '191030.758000', '191030.761000', '191030.764000', '191030.766000', '191030.769000', '191030.771000', '191030.774000', '191030.777000', '191030.779000', '191030.782000', '191030.785000', '191030.787000', '191030.790000', '191030.793000', '191030.795000', '191030.798000', '191030.800000', '191030.803000', '191030.806000', '191030.808000', '191030.811000', '191030.814000', '191030.816000', '191030.819000', '191030.822000', '191030.825000', '191030.828000', '191030.830000', '191030.834000', '191030.836000', '191030.839000', '191030.842000', '191030.844000', '191030.847000', '191030.850000', '191050.737000', '191050.739000', '191050.743000', '191050.745000', '191050.748000', '191050.751000', '191050.753000', '191050.756000', '191050.759000', '191050.761000', '191050.764000', '191050.767000', '191050.769000', '191050.772000', '191050.775000', '191050.777000', '191050.780000', '191050.782000', '191050.785000', '191050.788000', '191050.790000', '191050.793000', '191050.796000', '191050.798000', '191050.801000', '191050.803000', '191050.806000', '191050.809000', '191050.811000', '191050.814000', '191050.817000', '191050.819000', '191050.822000', '191050.824000', '191050.827000', '191050.830000', '191050.832000', '191050.835000', '191050.837000', '191050.840000', '191050.843000', '191050.845000', '191050.848000', '191050.850000', '191110.737000', '191110.740000', '191110.742000', '191110.745000', '191110.748000', '191110.751000', '191110.753000', '191110.756000', '191110.759000', '191110.761000', '191110.764000', '191110.766000', '191110.769000', '191110.772000', '191110.775000', '191110.779000', '191110.782000', '191110.785000', '191110.788000', '191110.791000', '191110.793000', '191110.796000', '191110.799000', '191110.802000', '191110.805000', '191110.807000', '191110.810000', '191110.813000', '191110.815000', '191110.818000', '191110.821000', '191110.824000', '191110.826000', '191110.829000', '191110.832000', '191110.834000', '191110.837000', '191110.839000', '191110.842000', '191110.845000', '191110.847000', '191110.850000', '191110.853000', '191130.737000', '191130.740000', '191130.753000', '191130.755000', '191130.758000', '191130.761000', '191130.763000', '191130.766000', '191130.769000', '191130.771000', '191130.774000', '191130.777000', '191130.779000', '191130.782000', '191130.785000', '191130.787000', '191130.790000', '191130.793000', '191130.795000', '191130.798000', '191130.800000', '191130.803000', '191130.806000', '191130.808000', '191130.811000', '191130.814000', '191130.816000', '191130.819000', '191130.821000', '191130.824000', '191130.827000', '191130.829000', '191130.832000', '191130.835000', '191130.837000', '191130.840000', '191130.843000', '191130.845000', '191130.848000', '191130.851000', '191130.853000', '191130.856000', '191130.859000', '191130.861000', '191133.744000', '191133.747000', '191133.749000', '191133.752000', '191133.755000', '191133.757000', '191133.760000'], 'InstanceCreationTime': ['190450.777000', '190450.780000', '190450.783000', '190450.786000', '190450.789000', '190450.791000', '190450.794000', '190450.796000', '190450.799000', '190450.802000', '190450.804000', '190450.807000', '190450.810000', '190450.813000', '190450.824000', '190450.827000', '190450.829000', '190450.832000', '190450.840000', '190450.844000', '190450.847000', '190450.849000', '190450.852000', '190450.855000', '190450.857000', '190450.860000', '190450.862000', '190450.865000', '190450.868000', '190450.871000', '190450.873000', '190450.876000', '190450.878000', '190450.881000', '190450.884000', '190450.886000', '190450.889000', '190510.736000', '190510.739000', '190510.742000', '190510.745000', '190510.748000', '190510.750000', '190510.753000', '190510.755000', '190510.758000', '190510.761000', '190510.763000', '190510.766000', '190510.768000', '190510.771000', '190510.773000', '190510.776000', '190510.779000', '190510.781000', '190510.784000', '190510.786000', '190510.789000', '190510.792000', '190510.794000', '190510.797000', '190510.799000', '190510.802000', '190510.805000', '190510.807000', '190510.810000', '190510.812000', '190510.815000', '190510.818000', '190510.820000', '190510.823000', '190510.826000', '190510.828000', '190510.831000', '190510.833000', '190510.836000', '190510.839000', '190510.841000', '190510.844000', '190510.846000', '190510.849000', '190530.737000', '190530.740000', '190530.742000', '190530.745000', '190530.747000', '190530.750000', '190530.753000', '190530.755000', '190530.758000', '190530.761000', '190530.763000', '190530.766000', '190530.768000', '190530.771000', '190530.774000', '190530.776000', '190530.779000', '190530.790000', '190530.793000', '190530.795000', '190530.798000', '190530.801000', '190530.803000', '190530.806000', '190530.809000', '190530.811000', '190530.814000', '190530.817000', '190530.819000', '190530.822000', '190530.825000', '190530.827000', '190530.830000', '190530.833000', '190530.835000', '190530.838000', '190530.841000', '190530.843000', '190530.846000', '190530.848000', '190530.851000', '190530.853000', '190530.856000', '190550.736000', '190550.739000', '190550.742000', '190550.745000', '190550.747000', '190550.757000', '190550.760000', '190550.763000', '190550.765000', '190550.768000', '190550.771000', '190550.773000', '190550.776000', '190550.778000', '190550.781000', '190550.784000', '190550.786000', '190550.789000', '190550.792000', '190550.794000', '190550.797000', '190550.800000', '190550.802000', '190550.805000', '190550.807000', '190550.810000', '190550.813000', '190550.815000', '190550.818000', '190550.820000', '190550.823000', '190550.826000', '190550.828000', '190550.831000', '190550.834000', '190550.836000', '190550.839000', '190550.841000', '190550.844000', '190550.847000', '190550.850000', '190550.852000', '190550.855000', '190550.857000', '190610.737000', '190610.740000', '190610.742000', '190610.745000', '190610.748000', '190610.750000', '190610.753000', '190610.756000', '190610.758000', '190610.761000', '190610.764000', '190610.766000', '190610.769000', '190610.772000', '190610.774000', '190610.777000', '190610.780000', '190610.782000', '190610.785000', '190610.787000', '190610.790000', '190610.793000', '190610.795000', '190610.798000', '190610.801000', '190610.803000', '190610.806000', '190610.808000', '190610.811000', '190610.814000', '190610.816000', '190610.819000', '190610.822000', '190610.824000', '190610.827000', '190610.829000', '190610.832000', '190610.835000', '190610.837000', '190610.840000', '190610.843000', '190610.845000', '190610.848000', '190630.736000', '190630.740000', '190630.742000', '190630.745000', '190630.747000', '190630.750000', '190630.753000', '190630.755000', '190630.758000', '190630.761000', '190630.763000', '190630.766000', '190630.768000', '190630.771000', '190630.774000', '190630.776000', '190630.779000', '190630.782000', '190630.784000', '190630.787000', '190630.790000', '190630.792000', '190630.795000', '190630.797000', '190630.800000', '190630.803000', '190630.805000', '190630.808000', '190630.810000', '190630.813000', '190630.816000', '190630.819000', '190630.821000', '190630.824000', '190630.826000', '190630.829000', '190630.832000', '190630.834000', '190630.837000', '190630.839000', '190630.842000', '190630.845000', '190630.847000', '190630.850000', '190650.737000', '190650.739000', '190650.742000', '190650.745000', '190650.747000', '190650.750000', '190650.753000', '190650.755000', '190650.758000', '190650.760000', '190650.763000', '190650.766000', '190650.769000', '190650.771000', '190650.774000', '190650.777000', '190650.779000', '190650.782000', '190650.785000', '190650.787000', '190650.790000', '190650.793000', '190650.795000', '190650.798000', '190650.801000', '190650.803000', '190650.806000', '190650.809000', '190650.811000', '190650.814000', '190650.816000', '190650.819000', '190650.822000', '190650.824000', '190650.827000', '190650.830000', '190650.832000', '190650.835000', '190650.837000', '190650.840000', '190650.843000', '190650.846000', '190650.886000', '190710.737000', '190710.740000', '190710.742000', '190710.745000', '190710.748000', '190710.750000', '190710.753000', '190710.755000', '190710.758000', '190710.761000', '190710.763000', '190710.766000', '190710.769000', '190710.771000', '190710.774000', '190710.777000', '190710.779000', '190710.782000', '190710.785000', '190710.787000', '190710.790000', '190710.796000', '190710.799000', '190710.801000', '190710.804000', '190710.807000', '190710.809000', '190710.812000', '190710.814000', '190710.817000', '190710.820000', '190710.822000', '190710.825000', '190710.828000', '190710.830000', '190710.833000', '190710.836000', '190710.838000', '190710.841000', '190710.843000', '190710.854000', '190710.857000', '190710.860000', '190710.862000', '190730.736000', '190730.739000', '190730.742000', '190730.745000', '190730.747000', '190730.750000', '190730.753000', '190730.755000', '190730.758000', '190730.761000', '190730.763000', '190730.766000', '190730.769000', '190730.771000', '190730.774000', '190730.777000', '190730.779000', '190730.782000', '190730.785000', '190730.787000', '190730.790000', '190730.792000', '190730.795000', '190730.798000', '190730.800000', '190730.803000', '190730.806000', '190730.808000', '190730.811000', '190730.814000', '190730.816000', '190730.819000', '190730.821000', '190730.824000', '190730.827000', '190730.829000', '190730.832000', '190730.835000', '190730.837000', '190730.840000', '190730.843000', '190730.845000', '190730.848000', '190750.736000', '190750.739000', '190750.742000', '190750.745000', '190750.747000', '190750.750000', '190750.753000', '190750.756000', '190750.758000', '190750.761000', '190750.764000', '190750.767000', '190750.769000', '190750.772000', '190750.775000', '190750.777000', '190750.780000', '190750.783000', '190750.785000', '190750.788000', '190750.791000', '190750.793000', '190750.796000', '190750.799000', '190750.801000', '190750.804000', '190750.806000', '190750.809000', '190750.812000', '190750.814000', '190750.817000', '190750.820000', '190750.823000', '190750.825000', '190750.828000', '190750.830000', '190750.833000', '190750.836000', '190750.838000', '190750.841000', '190750.844000', '190750.846000', '190750.849000', '190750.852000', '190810.736000', '190810.740000', '190810.742000', '190810.745000', '190810.747000', '190810.750000', '190810.753000', '190810.755000', '190810.758000', '190810.761000', '190810.763000', '190810.766000', '190810.769000', '190810.771000', '190810.774000', '190810.777000', '190810.779000', '190810.782000', '190810.785000', '190810.787000', '190810.790000', '190810.793000', '190810.795000', '190810.798000', '190810.800000', '190810.803000', '190810.806000', '190810.808000', '190810.811000', '190810.814000', '190810.816000', '190810.819000', '190810.822000', '190810.824000', '190810.827000', '190810.830000', '190810.832000', '190810.835000', '190810.838000', '190810.840000', '190810.843000', '190810.845000', '190810.848000', '190830.737000', '190830.739000', '190830.742000', '190830.745000', '190830.748000', '190830.750000', '190830.753000', '190830.755000', '190830.758000', '190830.761000', '190830.764000', '190830.766000', '190830.769000', '190830.771000', '190830.774000', '190830.777000', '190830.780000', '190830.782000', '190830.785000', '190830.788000', '190830.790000', '190830.793000', '190830.796000', '190830.798000', '190830.816000', '190830.818000', '190830.821000', '190830.824000', '190830.826000', '190830.829000', '190830.832000', '190830.834000', '190830.837000', '190830.840000', '190830.842000', '190830.845000', '190830.847000', '190830.850000', '190830.853000', '190830.856000', '190830.858000', '190830.861000', '190830.863000', '190830.866000', '190850.736000', '190850.739000', '190850.742000', '190850.744000', '190850.747000', '190850.750000', '190850.753000', '190850.755000', '190850.758000', '190850.760000', '190850.763000', '190850.766000', '190850.768000', '190850.771000', '190850.774000', '190850.776000', '190850.779000', '190850.782000', '190850.784000', '190850.787000', '190850.789000', '190850.792000', '190850.795000', '190850.797000', '190850.800000', '190850.803000', '190850.805000', '190850.808000', '190850.811000', '190850.813000', '190850.816000', '190850.819000', '190850.821000', '190850.824000', '190850.826000', '190850.829000', '190850.832000', '190850.834000', '190850.837000', '190850.840000', '190850.842000', '190850.845000', '190850.848000', '190910.737000', '190910.740000', '190910.743000', '190910.745000', '190910.748000', '190910.750000', '190910.753000', '190910.756000', '190910.758000', '190910.761000', '190910.764000', '190910.766000', '190910.769000', '190910.771000', '190910.774000', '190910.777000', '190910.779000', '190910.782000', '190910.785000', '190910.787000', '190910.790000', '190910.793000', '190910.795000', '190910.798000', '190910.801000', '190910.803000', '190910.806000', '190910.809000', '190910.811000', '190910.814000', '190910.816000', '190910.819000', '190910.822000', '190910.824000', '190910.827000', '190910.829000', '190910.832000', '190910.835000', '190910.838000', '190910.840000', '190910.843000', '190910.845000', '190910.848000', '190910.851000', '190930.737000', '190930.740000', '190930.742000', '190930.745000', '190930.748000', '190930.751000', '190930.753000', '190930.756000', '190930.759000', '190930.761000', '190930.764000', '190930.767000', '190930.769000', '190930.772000', '190930.774000', '190930.777000', '190930.780000', '190930.782000', '190930.785000', '190930.788000', '190930.790000', '190930.793000', '190930.796000', '190930.798000', '190930.801000', '190930.804000', '190930.806000', '190930.809000', '190930.812000', '190930.814000', '190930.817000', '190930.820000', '190930.822000', '190930.825000', '190930.828000', '190930.830000', '190930.833000', '190930.836000', '190930.838000', '190930.841000', '190930.843000', '190930.846000', '190930.849000', '190950.736000', '190950.739000', '190950.742000', '190950.744000', '190950.747000', '190950.750000', '190950.753000', '190950.755000', '190950.758000', '190950.762000', '190950.764000', '190950.767000', '190950.770000', '190950.772000', '190950.775000', '190950.778000', '190950.780000', '190950.783000', '190950.786000', '190950.788000', '190950.791000', '190950.793000', '190950.796000', '190950.799000', '190950.801000', '190950.804000', '190950.807000', '190950.809000', '190950.812000', '190950.815000', '190950.817000', '190950.820000', '190950.823000', '190950.825000', '190950.828000', '190950.831000', '190950.833000', '190950.836000', '190950.839000', '190950.841000', '190950.844000', '190950.847000', '190950.849000', '190950.852000', '191010.737000', '191010.740000', '191010.742000', '191010.745000', '191010.748000', '191010.750000', '191010.753000', '191010.756000', '191010.758000', '191010.761000', '191010.764000', '191010.767000', '191010.769000', '191010.772000', '191010.774000', '191010.777000', '191010.780000', '191010.782000', '191010.785000', '191010.788000', '191010.790000', '191010.793000', '191010.796000', '191010.798000', '191010.801000', '191010.803000', '191010.806000', '191010.809000', '191010.811000', '191010.814000', '191010.817000', '191010.819000', '191010.824000', '191010.826000', '191010.829000', '191010.832000', '191010.834000', '191010.837000', '191010.840000', '191010.842000', '191010.845000', '191010.847000', '191010.850000', '191030.737000', '191030.740000', '191030.742000', '191030.745000', '191030.748000', '191030.750000', '191030.753000', '191030.756000', '191030.758000', '191030.761000', '191030.764000', '191030.766000', '191030.769000', '191030.771000', '191030.774000', '191030.777000', '191030.779000', '191030.782000', '191030.785000', '191030.787000', '191030.790000', '191030.793000', '191030.795000', '191030.798000', '191030.800000', '191030.803000', '191030.806000', '191030.808000', '191030.811000', '191030.814000', '191030.816000', '191030.819000', '191030.822000', '191030.825000', '191030.828000', '191030.830000', '191030.834000', '191030.836000', '191030.839000', '191030.842000', '191030.844000', '191030.847000', '191030.850000', '191050.737000', '191050.739000', '191050.743000', '191050.745000', '191050.748000', '191050.751000', '191050.753000', '191050.756000', '191050.759000', '191050.761000', '191050.764000', '191050.767000', '191050.769000', '191050.772000', '191050.775000', '191050.777000', '191050.780000', '191050.782000', '191050.785000', '191050.788000', '191050.790000', '191050.793000', '191050.796000', '191050.798000', '191050.801000', '191050.803000', '191050.806000', '191050.809000', '191050.811000', '191050.814000', '191050.817000', '191050.819000', '191050.822000', '191050.824000', '191050.827000', '191050.830000', '191050.832000', '191050.835000', '191050.837000', '191050.840000', '191050.843000', '191050.845000', '191050.848000', '191050.850000', '191110.737000', '191110.740000', '191110.742000', '191110.745000', '191110.748000', '191110.751000', '191110.753000', '191110.756000', '191110.759000', '191110.761000', '191110.764000', '191110.766000', '191110.769000', '191110.772000', '191110.775000', '191110.779000', '191110.782000', '191110.785000', '191110.788000', '191110.791000', '191110.793000', '191110.796000', '191110.799000', '191110.802000', '191110.805000', '191110.807000', '191110.810000', '191110.813000', '191110.815000', '191110.818000', '191110.821000', '191110.824000', '191110.826000', '191110.829000', '191110.832000', '191110.834000', '191110.837000', '191110.839000', '191110.842000', '191110.845000', '191110.847000', '191110.850000', '191110.853000', '191130.737000', '191130.740000', '191130.753000', '191130.755000', '191130.758000', '191130.761000', '191130.763000', '191130.766000', '191130.769000', '191130.771000', '191130.774000', '191130.777000', '191130.779000', '191130.782000', '191130.785000', '191130.787000', '191130.790000', '191130.793000', '191130.795000', '191130.798000', '191130.800000', '191130.803000', '191130.806000', '191130.808000', '191130.811000', '191130.814000', '191130.816000', '191130.819000', '191130.821000', '191130.824000', '191130.827000', '191130.829000', '191130.832000', '191130.835000', '191130.837000', '191130.840000', '191130.843000', '191130.845000', '191130.848000', '191130.851000', '191130.853000', '191130.856000', '191130.859000', '191130.861000', '191133.744000', '191133.747000', '191133.749000', '191133.752000', '191133.755000', '191133.757000', '191133.760000'], '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': [10862, 9352, 8810, 9381, 9676, 11093, 12595, 11367, 8606, 9938, 9110, 10133, 12054, 10073, 12955, 9030, 9895, 8774, 9817, 9349, 9683, 13061, 9854, 9957, 8883, 9439, 10033, 10122, 14220, 11445, 10003, 8795, 9619, 10292, 9109, 13168, 10511, 10211, 8611, 9712, 9396, 9111, 12359, 11256, 12344, 10612, 10195, 8870, 9727, 8951, 9159, 11311, 10107, 9889, 8576, 9723, 8178, 8626, 7991, 9015, 8840, 9712, 10218, 9489, 8340, 9420, 7812, 8954, 8212, 9173, 8273, 8921, 8478, 8977, 8005, 8648, 8626, 8691, 8707, 8096, 8709, 8880, 10001, 13906, 12756, 12240, 9632, 12496, 10283, 15082, 11528, 14626, 9336, 11517, 9255, 10608, 12303, 12850, 10385, 9320, 10831, 8980, 12960, 10553, 13037, 9333, 10423, 9055, 9503, 9562, 10603, 9438, 8186, 8344, 7856, 8308, 9257, 8827, 8672, 8568, 10590, 9149, 10061, 7905, 8247, 9293, 8299, 9737, 10219, 10965, 8199, 11627, 7630, 13946, 12159, 14380, 8717, 9424, 9457, 13007, 9843, 9763, 8809, 9803, 11166, 9981, 14250, 10170, 11921, 10255, 10696, 14116, 10859, 11783, 9199, 11908, 9863, 13044, 12364, 10029, 11265, 8993, 9310, 9011, 9356, 12575, 9710, 9041, 8795, 9483, 10071, 9895, 11830, 11995, 9196, 8059, 8766, 8415, 12256, 8868, 8646, 8122, 8434, 10213, 10098, 12267, 11211, 8680, 8518, 10098, 9075, 8807, 11682, 10383, 8002, 8055, 9557, 8453, 8609, 11555, 9957, 7919, 8351, 8262, 9637, 9689, 12178, 10018, 8080, 8011, 9620, 9146, 10409, 10132, 10315, 8213, 9367, 8544, 9383, 11790, 11368, 14614, 10386, 12951, 8662, 8111, 9572, 8265, 7950, 7542, 8891, 10450, 9709, 8688, 9358, 10063, 9984, 13398, 10483, 13980, 8676, 10084, 9077, 9052, 13107, 9471, 10931, 8114, 8940, 9297, 8857, 13212, 9098, 10315, 7987, 8869, 8379, 9615, 11506, 8879, 8895, 9464, 7932, 8238, 8073, 8637, 8473, 8393, 9179, 7900, 8600, 9052, 8767, 9686, 8888, 10381, 8763, 7496, 8478, 9278, 8739, 7746, 9107, 9087, 8678, 7674, 8246, 7709, 7802, 7533, 7723, 8459, 7464, 11708, 9193, 11964, 9325, 9957, 10938, 14347, 13965, 12921, 11822, 8015, 9488, 9426, 12974, 13625, 10370, 9922, 7910, 11412, 12630, 15833, 11516, 7921, 9296, 7707, 10359, 10711, 13312, 10949, 7801, 8053, 8067, 9811, 10213, 12700, 10718, 7958, 8213, 7960, 9742, 9269, 12886, 8018, 10092, 8695, 10341, 8726, 9503, 12081, 8461, 7842, 8838, 7970, 7760, 8641, 11948, 10303, 9573, 7827, 7653, 7541, 8594, 9254, 12037, 8402, 8627, 7790, 7985, 10202, 9248, 14150, 11033, 9900, 10263, 8649, 9096, 8137, 8480, 8402, 9349, 7716, 7375, 10048, 7745, 9445, 7834, 8418, 9838, 8195, 7671, 7873, 7660, 7949, 8203, 7927, 8818, 9662, 8347, 10022, 8324, 8342, 10251, 9323, 10882, 10588, 10844, 8873, 8049, 8176, 8729, 10711, 10619, 8504, 12388, 11149, 14001, 10515, 13104, 9026, 11445, 8332, 13754, 14243, 10036, 10089, 8598, 8120, 8040, 9403, 15360, 10883, 9711, 7427, 8221, 8314, 8886, 9237, 14135, 10496, 11447, 12735, 9879, 10613, 7937, 8301, 11938, 10096, 8290, 9795, 8612, 11286, 11859, 8505, 11683, 7751, 9250, 9443, 8193, 14412, 11236, 8509, 9442, 8086, 8045, 11271, 9502, 8545, 9230, 8046, 13036, 11941, 8959, 12075, 8020, 11794, 9391, 9088, 11230, 9334, 11974, 8164, 9566, 8095, 8331, 11754, 8283, 9978, 7477, 8537, 9583, 9456, 12465, 9123, 11817, 8066, 9968, 8491, 9374, 10296, 8878, 12752, 9681, 8996, 8738, 10018, 7547, 8346, 9405, 9302, 9032, 8801, 10126, 8576, 10054, 8998, 9498, 11688, 8948, 10935, 9078, 10690, 8769, 10598, 9425, 11114, 9209, 9012, 9286, 10191, 7517, 7442, 9439, 9389, 9896, 8808, 8900, 10090, 9560, 12964, 10622, 13477, 8904, 13686, 9243, 14524, 10453, 14726, 10347, 13543, 8846, 13003, 9307, 13049, 12479, 12119, 10651, 9910, 10358, 9559, 10738, 9432, 13410, 9621, 9878, 9065, 10684, 8987, 10169, 9922, 10101, 12138, 9627, 11759, 9658, 9742, 9370, 10655, 9288, 10479, 10749, 10058, 11333, 9499, 11584, 9365, 12203, 9287, 12025, 9745, 10939, 9165, 11494, 9681, 12287, 9711, 10543, 9060, 8453, 9674, 9132, 12172, 9724, 12269, 9426, 11906, 10013, 11937, 9622, 12522, 9683, 14027, 9863, 11237, 9667, 10796, 9844, 11701, 11570, 9844, 12098, 9832, 12418, 9944, 13643, 12320, 11228, 11894, 10500, 10381, 13454, 11804, 13042, 11713, 14137, 11618, 10746, 9180, 9637, 8806, 9604, 11559, 9929, 10113, 9483, 10203, 9429, 9961, 13494, 9744, 13840, 9871, 13580, 9932, 12453, 10066, 12406, 10206, 10248, 9872, 11303, 9666, 12464, 10446, 12831, 10186, 8924, 9277, 8092, 9242, 8153, 8663, 8286, 8144, 9394, 11343, 8948, 12330, 8261, 13056, 10748, 9394, 13366, 9682, 11828, 8255, 11281, 8598, 8990, 12444, 9241, 11054, 7426, 9290, 8060, 10070, 12018, 9408, 9603, 7765, 8520, 9741, 8265, 12605, 9400, 9808, 7914, 10568, 11593, 9937, 14221, 13372, 9329, 9486, 9014, 11111, 10053, 10992, 10519, 8234, 8561, 8401, 8110, 10108, 10061, 11255, 12170, 13818, 12545, 10041, 11845, 8891, 8196, 10905, 10294, 13692, 9518, 9089, 8940, 10800, 9481, 8351, 10859, 11106, 8718, 9658, 10375, 9711, 7500, 9090, 9880, 10724, 10539, 8385, 9177, 9146, 8710, 12145, 9313, 13158, 8722, 11252, 8834, 10840, 10168, 9551, 12662, 9905, 10785, 8403, 10733, 8678, 9437, 11566, 10213, 11416, 8762, 11794, 8619, 11520, 10109, 13235, 10532, 9165, 8491, 7785, 8695, 9096, 9634, 10057, 11024, 7855, 9621, 8026, 9122, 9794, 8489, 11964, 10218, 9527, 10240, 8067, 10530, 9304, 12508, 9720, 12226, 9906, 11833, 9132, 14095, 10621, 11156, 9192, 9994, 10558, 9846, 13053, 8950, 12738, 8884, 12094, 9801, 11268, 9921, 11962, 8661, 9689, 8362, 7844, 7786, 8150, 10585, 9475, 11050, 8609, 10814, 8654, 11154, 8696, 13632, 10333, 10517, 9262, 10393, 9495, 9776, 9658, 10206, 10472, 7696, 9390, 8118, 9178, 10462, 8983, 9810, 8949, 8637, 8507, 10290, 8742, 9113, 10233, 9035, 9994, 10247, 8452, 10380, 8484, 11740, 8536, 12765, 9817, 11942, 10334, 12932, 9421, 13622, 9265, 13569, 8725, 11231, 9853, 10473, 9729, 10955, 9195, 11357, 9088, 8292, 9996, 9093, 11878, 10913, 13627, 9571, 11967, 9534, 11339, 8828, 10055, 9474, 9455, 9467, 9577, 9653, 9552, 9668, 9124, 8474, 9663, 9449, 10294, 10004, 10927, 9695, 10652, 9726, 11490, 8983, 11999], 'WindowCenter': [4677.0, 4623.0, 4609.0, 4613.0, 4606.0, 4629.0, 4635.0, 4627.0, 4595.0, 4602.0, 4585.0, 4601.0, 4623.0, 4607.0, 4636.0, 4595.0, 4601.0, 4583.0, 4605.0, 4606.0, 4619.0, 4649.0, 4624.0, 4611.0, 4595.0, 4606.0, 4618.0, 4633.0, 4661.0, 4641.0, 4612.0, 4595.0, 4604.0, 4615.0, 4610.0, 4648.0, 4632.0, 4630.0, 4598.0, 4620.0, 4608.0, 4609.0, 4652.0, 4643.0, 4649.0, 4630.0, 4618.0, 4596.0, 4606.0, 4597.0, 4618.0, 4640.0, 4632.0, 4633.0, 4612.0, 4621.0, 4601.0, 4609.0, 4601.0, 4628.0, 4625.0, 4635.0, 4645.0, 4647.0, 4626.0, 4635.0, 4614.0, 4627.0, 4615.0, 4637.0, 4616.0, 4627.0, 4616.0, 4624.0, 4616.0, 4633.0, 4651.0, 4654.0, 4661.0, 4656.0, 4654.0, 4654.0, 4662.0, 4705.0, 4681.0, 4688.0, 4637.0, 4656.0, 4622.0, 4674.0, 4646.0, 4676.0, 4609.0, 4629.0, 4607.0, 4631.0, 4653.0, 4650.0, 4622.0, 4595.0, 4616.0, 4596.0, 4649.0, 4629.0, 4647.0, 4608.0, 4616.0, 4599.0, 4593.0, 4606.0, 4614.0, 4598.0, 4585.0, 4585.0, 4574.0, 4583.0, 4594.0, 4596.0, 4584.0, 4596.0, 4617.0, 4607.0, 4621.0, 4588.0, 4604.0, 4611.0, 4616.0, 4653.0, 4648.0, 4665.0, 4629.0, 4658.0, 4606.0, 4666.0, 4657.0, 4675.0, 4626.0, 4626.0, 4590.0, 4660.0, 4619.0, 4616.0, 4614.0, 4614.0, 4626.0, 4615.0, 4656.0, 4617.0, 4612.0, 4600.0, 4599.0, 4635.0, 4611.0, 4622.0, 4622.0, 4643.0, 4618.0, 4630.0, 4621.0, 4619.0, 4602.0, 4583.0, 4593.0, 4597.0, 4609.0, 4639.0, 4610.0, 4622.0, 4605.0, 4621.0, 4605.0, 4616.0, 4636.0, 4621.0, 4577.0, 4568.0, 4593.0, 4613.0, 4666.0, 4610.0, 4596.0, 4585.0, 4593.0, 4628.0, 4628.0, 4638.0, 4639.0, 4597.0, 4594.0, 4616.0, 4606.0, 4608.0, 4639.0, 4621.0, 4585.0, 4583.0, 4603.0, 4595.0, 4609.0, 4642.0, 4619.0, 4587.0, 4589.0, 4595.0, 4609.0, 4605.0, 4642.0, 4606.0, 4586.0, 4584.0, 4616.0, 4607.0, 4629.0, 4629.0, 4632.0, 4600.0, 4607.0, 4597.0, 4605.0, 4638.0, 4616.0, 4639.0, 4606.0, 4629.0, 4583.0, 4585.0, 4619.0, 4611.0, 4610.0, 4599.0, 4616.0, 4636.0, 4628.0, 4608.0, 4604.0, 4614.0, 4615.0, 4645.0, 4633.0, 4655.0, 4597.0, 4611.0, 4590.0, 4590.0, 4632.0, 4615.0, 4613.0, 4588.0, 4594.0, 4607.0, 4603.0, 4642.0, 4605.0, 4612.0, 4582.0, 4589.0, 4593.0, 4602.0, 4633.0, 4604.0, 4593.0, 4601.0, 4580.0, 4593.0, 4594.0, 4606.0, 4611.0, 4609.0, 4618.0, 4595.0, 4611.0, 4609.0, 4597.0, 4605.0, 4607.0, 4616.0, 4611.0, 4587.0, 4609.0, 4619.0, 4608.0, 4600.0, 4621.0, 4624.0, 4623.0, 4612.0, 4623.0, 4626.0, 4643.0, 4589.0, 4643.0, 4625.0, 4619.0, 4666.0, 4633.0, 4654.0, 4620.0, 4609.0, 4629.0, 4663.0, 4660.0, 4642.0, 4627.0, 4573.0, 4590.0, 4591.0, 4621.0, 4647.0, 4613.0, 4601.0, 4586.0, 4612.0, 4625.0, 4646.0, 4616.0, 4567.0, 4576.0, 4556.0, 4586.0, 4599.0, 4631.0, 4611.0, 4563.0, 4568.0, 4567.0, 4587.0, 4591.0, 4620.0, 4599.0, 4558.0, 4568.0, 4567.0, 4594.0, 4592.0, 4630.0, 4572.0, 4598.0, 4585.0, 4591.0, 4578.0, 4588.0, 4620.0, 4584.0, 4571.0, 4593.0, 4582.0, 4585.0, 4595.0, 4637.0, 4616.0, 4605.0, 4573.0, 4577.0, 4573.0, 4593.0, 4604.0, 4638.0, 4599.0, 4593.0, 4585.0, 4583.0, 4615.0, 4604.0, 4647.0, 4628.0, 4606.0, 4615.0, 4596.0, 4594.0, 4570.0, 4583.0, 4581.0, 4604.0, 4588.0, 4576.0, 4616.0, 4586.0, 4624.0, 4589.0, 4611.0, 4618.0, 4613.0, 4587.0, 4599.0, 4598.0, 4608.0, 4596.0, 4597.0, 4609.0, 4626.0, 4618.0, 4630.0, 4606.0, 4572.0, 4639.0, 4660.0, 4677.0, 4663.0, 4646.0, 4611.0, 4585.0, 4586.0, 4621.0, 4629.0, 4629.0, 4609.0, 4652.0, 4628.0, 4660.0, 4630.0, 4650.0, 4597.0, 4613.0, 4585.0, 4646.0, 4706.0, 4619.0, 4558.0, 4541.0, 4540.0, 4597.0, 4647.0, 4696.0, 4672.0, 4611.0, 4514.0, 4500.0, 4515.0, 4471.0, 4567.0, 4635.0, 4590.0, 4599.0, 4609.0, 4567.0, 4576.0, 4545.0, 4557.0, 4592.0, 4596.0, 4576.0, 4564.0, 4555.0, 4585.0, 4584.0, 4554.0, 4583.0, 4545.0, 4568.0, 4611.0, 4587.0, 4661.0, 4608.0, 4546.0, 4549.0, 4555.0, 4559.0, 4600.0, 4582.0, 4572.0, 4568.0, 4562.0, 4621.0, 4615.0, 4586.0, 4604.0, 4559.0, 4586.0, 4566.0, 4566.0, 4596.0, 4579.0, 4596.0, 4556.0, 4565.0, 4550.0, 4558.0, 4610.0, 4572.0, 4578.0, 4537.0, 4558.0, 4576.0, 4581.0, 4623.0, 4584.0, 4598.0, 4548.0, 4577.0, 4558.0, 4566.0, 4577.0, 4567.0, 4613.0, 4580.0, 4555.0, 4567.0, 4576.0, 4549.0, 4574.0, 4594.0, 4594.0, 4582.0, 4583.0, 4597.0, 4578.0, 4580.0, 4589.0, 4600.0, 4615.0, 4572.0, 4595.0, 4570.0, 4577.0, 4558.0, 4591.0, 4583.0, 4600.0, 4582.0, 4573.0, 4578.0, 4576.0, 4562.0, 4577.0, 4598.0, 4613.0, 4613.0, 4588.0, 4584.0, 4605.0, 4610.0, 4639.0, 4610.0, 4611.0, 4557.0, 4595.0, 4555.0, 4622.0, 4590.0, 4618.0, 4564.0, 4582.0, 4540.0, 4579.0, 4554.0, 4606.0, 4596.0, 4581.0, 4566.0, 4548.0, 4549.0, 4538.0, 4574.0, 4567.0, 4597.0, 4564.0, 4548.0, 4542.0, 4557.0, 4550.0, 4560.0, 4565.0, 4574.0, 4588.0, 4564.0, 4584.0, 4557.0, 4551.0, 4550.0, 4586.0, 4580.0, 4589.0, 4589.0, 4576.0, 4570.0, 4553.0, 4573.0, 4557.0, 4598.0, 4565.0, 4595.0, 4566.0, 4574.0, 4552.0, 4596.0, 4592.0, 4609.0, 4591.0, 4592.0, 4573.0, 4557.0, 4578.0, 4594.0, 4624.0, 4598.0, 4601.0, 4557.0, 4584.0, 4567.0, 4584.0, 4566.0, 4611.0, 4565.0, 4606.0, 4577.0, 4577.0, 4569.0, 4588.0, 4591.0, 4612.0, 4612.0, 4578.0, 4586.0, 4567.0, 4597.0, 4591.0, 4622.0, 4611.0, 4590.0, 4586.0, 4548.0, 4552.0, 4579.0, 4584.0, 4608.0, 4585.0, 4604.0, 4573.0, 4546.0, 4538.0, 4548.0, 4565.0, 4577.0, 4584.0, 4578.0, 4568.0, 4563.0, 4563.0, 4581.0, 4579.0, 4609.0, 4568.0, 4606.0, 4565.0, 4599.0, 4551.0, 4581.0, 4565.0, 4596.0, 4568.0, 4562.0, 4549.0, 4560.0, 4565.0, 4610.0, 4591.0, 4611.0, 4554.0, 4517.0, 4556.0, 4531.0, 4564.0, 4557.0, 4569.0, 4572.0, 4574.0, 4593.0, 4613.0, 4597.0, 4621.0, 4569.0, 4610.0, 4588.0, 4580.0, 4621.0, 4584.0, 4612.0, 4574.0, 4601.0, 4568.0, 4554.0, 4607.0, 4566.0, 4583.0, 4534.0, 4553.0, 4543.0, 4588.0, 4608.0, 4580.0, 4576.0, 4544.0, 4555.0, 4577.0, 4570.0, 4608.0, 4580.0, 4576.0, 4590.0, 4637.0, 4565.0, 4516.0, 4571.0, 4556.0, 4569.0, 4539.0, 4555.0, 4600.0, 4593.0, 4596.0, 4598.0, 4553.0, 4540.0, 4538.0, 4525.0, 4558.0, 4550.0, 4583.0, 4611.0, 4619.0, 4597.0, 4581.0, 4583.0, 4556.0, 4544.0, 4586.0, 4592.0, 4617.0, 4565.0, 4554.0, 4554.0, 4590.0, 4565.0, 4568.0, 4600.0, 4600.0, 4568.0, 4578.0, 4577.0, 4566.0, 4550.0, 4598.0, 4592.0, 4603.0, 4595.0, 4573.0, 4579.0, 4580.0, 4572.0, 4624.0, 4583.0, 4621.0, 4557.0, 4585.0, 4570.0, 4586.0, 4590.0, 4590.0, 4620.0, 4575.0, 4587.0, 4559.0, 4587.0, 4583.0, 4593.0, 4612.0, 4589.0, 4597.0, 4569.0, 4598.0, 4570.0, 4611.0, 4602.0, 4608.0, 4590.0, 4564.0, 4555.0, 4545.0, 4555.0, 4565.0, 4577.0, 4606.0, 4601.0, 4585.0, 4592.0, 4571.0, 4592.0, 4603.0, 4598.0, 4639.0, 4620.0, 4594.0, 4593.0, 4561.0, 4603.0, 4593.0, 4618.0, 4579.0, 4598.0, 4566.0, 4604.0, 4586.0, 4619.0, 4591.0, 4585.0, 4571.0, 4569.0, 4602.0, 4591.0, 4620.0, 4554.0, 4591.0, 4551.0, 4582.0, 4561.0, 4585.0, 4576.0, 4592.0, 4555.0, 4562.0, 4556.0, 4561.0, 4559.0, 4571.0, 4599.0, 4596.0, 4598.0, 4553.0, 4586.0, 4561.0, 4600.0, 4588.0, 4631.0, 4591.0, 4587.0, 4581.0, 4576.0, 4579.0, 4589.0, 4580.0, 4576.0, 4601.0, 4545.0, 4567.0, 4542.0, 4567.0, 4572.0, 4567.0, 4588.0, 4566.0, 4568.0, 4566.0, 4586.0, 4566.0, 4593.0, 4615.0, 4596.0, 4590.0, 4590.0, 4571.0, 4579.0, 4557.0, 4610.0, 4568.0, 4609.0, 4579.0, 4596.0, 4576.0, 4607.0, 4553.0, 4620.0, 4567.0, 4594.0, 4541.0, 4570.0, 4549.0, 4556.0, 4562.0, 4586.0, 4576.0, 4584.0, 4565.0, 4553.0, 4562.0, 4568.0, 4611.0, 4599.0, 4617.0, 4578.0, 4601.0, 4565.0, 4573.0, 4542.0, 4577.0, 4573.0, 4562.0, 4548.0, 4561.0, 4548.0, 4560.0, 4550.0, 4563.0, 4567.0, 4578.0, 4578.0, 4586.0, 4576.0, 4574.0, 4566.0, 4573.0, 4566.0, 4596.0, 4553.0, 4583.0], 'WindowWidth': [10241.0, 10146.0, 10117.0, 10120.0, 10107.0, 10140.0, 10144.0, 10135.0, 10088.0, 10091.0, 10072.0, 10091.0, 10123.0, 10108.0, 10147.0, 10088.0, 10090.0, 10067.0, 10100.0, 10107.0, 10127.0, 10170.0, 10136.0, 10113.0, 10085.0, 10103.0, 10125.0, 10148.0, 10182.0, 10159.0, 10113.0, 10087.0, 10099.0, 10114.0, 10116.0, 10164.0, 10150.0, 10141.0, 10096.0, 10126.0, 10111.0, 10114.0, 10172.0, 10161.0, 10170.0, 10142.0, 10122.0, 10088.0, 10100.0, 10088.0, 10124.0, 10156.0, 10147.0, 10151.0, 10121.0, 10132.0, 10103.0, 10114.0, 10100.0, 10146.0, 10143.0, 10156.0, 10168.0, 10175.0, 10143.0, 10155.0, 10127.0, 10145.0, 10125.0, 10159.0, 10130.0, 10145.0, 10129.0, 10137.0, 10128.0, 10160.0, 10190.0, 10199.0, 10211.0, 10205.0, 10197.0, 10196.0, 10203.0, 10267.0, 10231.0, 10245.0, 10160.0, 10182.0, 10132.0, 10210.0, 10170.0, 10214.0, 10112.0, 10136.0, 10104.0, 10146.0, 10178.0, 10172.0, 10135.0, 10087.0, 10115.0, 10087.0, 10168.0, 10140.0, 10159.0, 10107.0, 10114.0, 10095.0, 10076.0, 10100.0, 10110.0, 10089.0, 10069.0, 10069.0, 10052.0, 10063.0, 10078.0, 10082.0, 10062.0, 10084.0, 10112.0, 10103.0, 10124.0, 10076.0, 10101.0, 10111.0, 10128.0, 10185.0, 10176.0, 10202.0, 10151.0, 10188.0, 10115.0, 10199.0, 10186.0, 10210.0, 10144.0, 10144.0, 10074.0, 10184.0, 10127.0, 10117.0, 10119.0, 10115.0, 10131.0, 10117.0, 10177.0, 10120.0, 10102.0, 10083.0, 10082.0, 10135.0, 10104.0, 10121.0, 10139.0, 10163.0, 10123.0, 10126.0, 10115.0, 10122.0, 10087.0, 10062.0, 10075.0, 10087.0, 10108.0, 10151.0, 10111.0, 10133.0, 10106.0, 10129.0, 10101.0, 10116.0, 10144.0, 10116.0, 10049.0, 10041.0, 10084.0, 10126.0, 10204.0, 10117.0, 10090.0, 10072.0, 10082.0, 10138.0, 10136.0, 10152.0, 10154.0, 10092.0, 10086.0, 10116.0, 10102.0, 10109.0, 10153.0, 10128.0, 10073.0, 10067.0, 10095.0, 10088.0, 10113.0, 10157.0, 10125.0, 10076.0, 10079.0, 10085.0, 10107.0, 10100.0, 10154.0, 10103.0, 10074.0, 10070.0, 10117.0, 10104.0, 10137.0, 10138.0, 10150.0, 10100.0, 10104.0, 10090.0, 10098.0, 10148.0, 10111.0, 10152.0, 10097.0, 10127.0, 10064.0, 10071.0, 10129.0, 10122.0, 10118.0, 10101.0, 10123.0, 10152.0, 10141.0, 10114.0, 10101.0, 10118.0, 10117.0, 10159.0, 10148.0, 10175.0, 10093.0, 10107.0, 10078.0, 10077.0, 10138.0, 10118.0, 10111.0, 10078.0, 10084.0, 10105.0, 10098.0, 10153.0, 10106.0, 10109.0, 10068.0, 10076.0, 10084.0, 10094.0, 10140.0, 10104.0, 10081.0, 10089.0, 10062.0, 10083.0, 10087.0, 10107.0, 10121.0, 10116.0, 10123.0, 10088.0, 10118.0, 10110.0, 10092.0, 10099.0, 10105.0, 10117.0, 10117.0, 10079.0, 10110.0, 10123.0, 10105.0, 10097.0, 10127.0, 10138.0, 10135.0, 10122.0, 10139.0, 10148.0, 10182.0, 10084.0, 10187.0, 10149.0, 10142.0, 10203.0, 10154.0, 10184.0, 10130.0, 10112.0, 10141.0, 10187.0, 10185.0, 10161.0, 10136.0, 10056.0, 10073.0, 10076.0, 10117.0, 10165.0, 10112.0, 10093.0, 10075.0, 10108.0, 10125.0, 10157.0, 10116.0, 10041.0, 10050.0, 10025.0, 10064.0, 10083.0, 10133.0, 10105.0, 10038.0, 10042.0, 10041.0, 10067.0, 10075.0, 10118.0, 10088.0, 10027.0, 10040.0, 10041.0, 10080.0, 10082.0, 10132.0, 10054.0, 10084.0, 10070.0, 10072.0, 10055.0, 10067.0, 10113.0, 10072.0, 10052.0, 10082.0, 10066.0, 10076.0, 10087.0, 10147.0, 10120.0, 10105.0, 10055.0, 10060.0, 10053.0, 10083.0, 10099.0, 10151.0, 10101.0, 10083.0, 10074.0, 10068.0, 10113.0, 10096.0, 10163.0, 10138.0, 10104.0, 10113.0, 10087.0, 10080.0, 10045.0, 10066.0, 10064.0, 10098.0, 10082.0, 10062.0, 10115.0, 10076.0, 10135.0, 10085.0, 10116.0, 10124.0, 10127.0, 10079.0, 10097.0, 10097.0, 10115.0, 10087.0, 10090.0, 10109.0, 10135.0, 10131.0, 10143.0, 10103.0, 10048.0, 10158.0, 10207.0, 10230.0, 10204.0, 10170.0, 10112.0, 10070.0, 10074.0, 10134.0, 10143.0, 10140.0, 10113.0, 10173.0, 10138.0, 10187.0, 10144.0, 10169.0, 10092.0, 10105.0, 10072.0, 10157.0, 10276.0, 10128.0, 10005.0, 9981.0, 9987.0, 10098.0, 10181.0, 10247.0, 10224.0, 10111.0, 9941.0, 9903.0, 9934.0, 9836.0, 10039.0, 10138.0, 10063.0, 10074.0, 10089.0, 10027.0, 10042.0, 9996.0, 10015.0, 10064.0, 10077.0, 10053.0, 10022.0, 10012.0, 10053.0, 10051.0, 10010.0, 10045.0, 10000.0, 10034.0, 10114.0, 10075.0, 10182.0, 10094.0, 9993.0, 9990.0, 10012.0, 10020.0, 10081.0, 10057.0, 10044.0, 10032.0, 10030.0, 10110.0, 10108.0, 10067.0, 10085.0, 10022.0, 10054.0, 10026.0, 10030.0, 10070.0, 10053.0, 10068.0, 10013.0, 10022.0, 10005.0, 10021.0, 10094.0, 10050.0, 10046.0, 9991.0, 10019.0, 10042.0, 10055.0, 10117.0, 10065.0, 10072.0, 10003.0, 10043.0, 10018.0, 10023.0, 10040.0, 10030.0, 10095.0, 10050.0, 10010.0, 10029.0, 10039.0, 10007.0, 10050.0, 10078.0, 10078.0, 10056.0, 10059.0, 10076.0, 10052.0, 10051.0, 10071.0, 10089.0, 10105.0, 10040.0, 10070.0, 10034.0, 10039.0, 10012.0, 10064.0, 10058.0, 10078.0, 10053.0, 10040.0, 10044.0, 10039.0, 10029.0, 10061.0, 10088.0, 10116.0, 10108.0, 10072.0, 10060.0, 10093.0, 10106.0, 10145.0, 10100.0, 10091.0, 10008.0, 10058.0, 10005.0, 10112.0, 10063.0, 10101.0, 10019.0, 10035.0, 9978.0, 10028.0, 10008.0, 10081.0, 10066.0, 10037.0, 10017.0, 9986.0, 9988.0, 9970.0, 10033.0, 10026.0, 10064.0, 10017.0, 9986.0, 9982.0, 9998.0, 9995.0, 10004.0, 10020.0, 10032.0, 10054.0, 10020.0, 10044.0, 10004.0, 9992.0, 9994.0, 10053.0, 10051.0, 10062.0, 10061.0, 10036.0, 10023.0, 10001.0, 10027.0, 10006.0, 10069.0, 10021.0, 10062.0, 10025.0, 10029.0, 9998.0, 10064.0, 10067.0, 10089.0, 10066.0, 10063.0, 10037.0, 10011.0, 10043.0, 10077.0, 10117.0, 10081.0, 10076.0, 10012.0, 10042.0, 10022.0, 10042.0, 10023.0, 10091.0, 10022.0, 10078.0, 10038.0, 10033.0, 10024.0, 10056.0, 10067.0, 10094.0, 10097.0, 10041.0, 10050.0, 10021.0, 10064.0, 10067.0, 10108.0, 10091.0, 10056.0, 10046.0, 9987.0, 9995.0, 10029.0, 10044.0, 10083.0, 10047.0, 10068.0, 10028.0, 9980.0, 9970.0, 9986.0, 10022.0, 10040.0, 10047.0, 10045.0, 10024.0, 10014.0, 10013.0, 10052.0, 10048.0, 10088.0, 10029.0, 10075.0, 10016.0, 10064.0, 9992.0, 10036.0, 10018.0, 10061.0, 10022.0, 10009.0, 9988.0, 10004.0, 10016.0, 10091.0, 10066.0, 10095.0, 9998.0, 9933.0, 10008.0, 9970.0, 10023.0, 10020.0, 10041.0, 10048.0, 10054.0, 10080.0, 10106.0, 10091.0, 10114.0, 10040.0, 10091.0, 10062.0, 10057.0, 10117.0, 10063.0, 10102.0, 10054.0, 10086.0, 10036.0, 10011.0, 10088.0, 10031.0, 10048.0, 9983.0, 10008.0, 9994.0, 10064.0, 10092.0, 10058.0, 10044.0, 9999.0, 10014.0, 10045.0, 10043.0, 10091.0, 10056.0, 10042.0, 10082.0, 10155.0, 10015.0, 9931.0, 10017.0, 9988.0, 10033.0, 9976.0, 10007.0, 10080.0, 10075.0, 10070.0, 10077.0, 10004.0, 9981.0, 9978.0, 9954.0, 10005.0, 9994.0, 10045.0, 10094.0, 10103.0, 10072.0, 10048.0, 10046.0, 10013.0, 9993.0, 10054.0, 10071.0, 10100.0, 10025.0, 10007.0, 10007.0, 10058.0, 10025.0, 10034.0, 10080.0, 10082.0, 10038.0, 10048.0, 10044.0, 10028.0, 10014.0, 10087.0, 10075.0, 10089.0, 10075.0, 10049.0, 10052.0, 10051.0, 10046.0, 10119.0, 10062.0, 10109.0, 10017.0, 10052.0, 10039.0, 10053.0, 10067.0, 10068.0, 10110.0, 10039.0, 10055.0, 10022.0, 10058.0, 10063.0, 10078.0, 10101.0, 10061.0, 10071.0, 10037.0, 10074.0, 10038.0, 10095.0, 10087.0, 10086.0, 10065.0, 10019.0, 10009.0, 9996.0, 10009.0, 10022.0, 10044.0, 10092.0, 10083.0, 10067.0, 10073.0, 10043.0, 10074.0, 10089.0, 10091.0, 10147.0, 10125.0, 10078.0, 10073.0, 10027.0, 10086.0, 10076.0, 10113.0, 10048.0, 10070.0, 10024.0, 10083.0, 10066.0, 10107.0, 10069.0, 10051.0, 10036.0, 10028.0, 10086.0, 10071.0, 10109.0, 10007.0, 10053.0, 9996.0, 10042.0, 10009.0, 10051.0, 10041.0, 10059.0, 10012.0, 10014.0, 10013.0, 10023.0, 10022.0, 10042.0, 10079.0, 10075.0, 10073.0, 10008.0, 10050.0, 10021.0, 10080.0, 10070.0, 10124.0, 10069.0, 10056.0, 10053.0, 10040.0, 10046.0, 10061.0, 10050.0, 10039.0, 10080.0, 9997.0, 10028.0, 9988.0, 10022.0, 10030.0, 10029.0, 10061.0, 10028.0, 10032.0, 10026.0, 10054.0, 10026.0, 10074.0, 10108.0, 10083.0, 10067.0, 10066.0, 10039.0, 10047.0, 10013.0, 10093.0, 10036.0, 10090.0, 10047.0, 10065.0, 10041.0, 10085.0, 10004.0, 10109.0, 10028.0, 10062.0, 9980.0, 10020.0, 9989.0, 9998.0, 10017.0, 10053.0, 10041.0, 10051.0, 10023.0, 10004.0, 10016.0, 10033.0, 10095.0, 10076.0, 10098.0, 10044.0, 10073.0, 10022.0, 10029.0, 9983.0, 10043.0, 10033.0, 10015.0, 9990.0, 10009.0, 9987.0, 10009.0, 9992.0, 10017.0, 10031.0, 10045.0, 10045.0, 10055.0, 10039.0, 10032.0, 10026.0, 10033.0, 10024.0, 10069.0, 10005.0, 10043.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.0049334282584885</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.16512585596933188</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.16766437736836</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0395752307456139</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9315515108881568</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5503</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2342.2144</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2749895773585338</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>377</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>41.292442497261774</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8070970542846823</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6139549376784577</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.084262199192732</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7230740259828563</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.013047</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01435606274753809</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.07169186323881149</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.852415341296531</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>12.164</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>84.9322</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>285.9568</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>80.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283968.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1247.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>456.6758</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5672</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.7795</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3746.1327</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3851.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92576.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1942.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4757.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>793.6211</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>16.762765214778483</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> |