=== 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-0009 --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-0009",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0009_ses-02_task-faces_acq-mb8_run-02_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-0009_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-02_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-0009/ses-02/func/sub-0009_ses-02_task-faces_acq-mb8_run-02_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>4afad359298f2bd1e7990d172b953b38</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>12:46:39.422500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997677, -0.0405818, 0.0547082, 0.0391988, 0.99889, 0.0261191]</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-02_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.0887424</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-02_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4171, -7696, -7230, 576, -1, 12, 5, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>240.18</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9df67040-47c7-4338-9573-1f42733b81a0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6766953468322754, 0.10516759008169174, 0.15041010081768036, 108.71733856201172], [0.10887788236141205, 2.6799488067626953, 0.06456752121448517, -96.07764434814453], [0.1467781364917755, -0.07007552683353424, 2.6950337886810303, -46.823123931884766], [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': ['124639.422500', '124639.882500', '124640.342500', '124640.802500', '124641.262500', '124641.722500', '124642.182500', '124642.642500', '124643.102500', '124643.562500', '124644.022500', '124644.482500', '124644.942500', '124645.402500', '124645.862500', '124646.322500', '124646.782500', '124647.242500', '124647.702500', '124648.162500', '124648.622500', '124649.082500', '124649.542500', '124650.002500', '124650.462500', '124650.922500', '124651.382500', '124651.842500', '124652.302500', '124652.762500', '124653.222500', '124653.682500', '124654.142500', '124654.602500', '124655.062500', '124655.522500', '124655.982500', '124656.442500', '124656.902500', '124657.362500', '124657.822500', '124658.282500', '124658.742500', '124659.202500', '124659.662500', '124700.122500', '124700.582500', '124701.042500', '124701.502500', '124701.962500', '124702.422500', '124702.882500', '124703.342500', '124703.802500', '124704.262500', '124704.722500', '124705.182500', '124705.642500', '124706.102500', '124706.562500', '124707.022500', '124707.482500', '124707.942500', '124708.402500', '124708.862500', '124709.322500', '124709.782500', '124710.242500', '124710.702500', '124711.162500', '124711.622500', '124712.082500', '124712.542500', '124713.002500', '124713.462500', '124713.922500', '124714.382500', '124714.842500', '124715.302500', '124715.762500', '124716.222500', '124716.682500', '124717.142500', '124717.602500', '124718.062500', '124718.522500', '124718.982500', '124719.442500', '124719.902500', '124720.362500', '124720.822500', '124721.282500', '124721.742500', '124722.202500', '124722.662500', '124723.122500', '124723.582500', '124724.042500', '124724.502500', '124724.962500', '124725.422500', '124725.882500', '124726.342500', '124726.802500', '124727.262500', '124727.722500', '124728.182500', '124728.642500', '124729.102500', '124729.562500', '124730.022500', '124730.482500', '124730.942500', '124731.402500', '124731.862500', '124732.322500', '124732.782500', '124733.242500', '124733.702500', '124734.162500', '124734.622500', '124735.082500', '124735.542500', '124736.002500', '124736.462500', '124736.922500', '124737.382500', '124737.842500', '124738.302500', '124738.762500', '124739.222500', '124739.682500', '124740.142500', '124740.602500', '124741.062500', '124741.522500', '124741.982500', '124742.442500', '124742.902500', '124743.362500', '124743.822500', '124744.282500', '124744.742500', '124745.202500', '124745.662500', '124746.122500', '124746.582500', '124747.042500', '124747.502500', '124747.962500', '124748.422500', '124748.882500', '124749.342500', '124749.802500', '124750.262500', '124750.722500', '124751.182500', '124751.642500', '124752.102500', '124752.562500', '124753.022500', '124753.482500', '124753.942500', '124754.402500', '124754.862500', '124755.322500', '124755.782500', '124756.242500', '124756.702500', '124757.162500', '124757.622500', '124758.082500', '124758.542500', '124759.002500', '124759.462500', '124759.922500', '124800.382500', '124800.842500', '124801.302500', '124801.762500', '124802.222500', '124802.682500', '124803.142500', '124803.602500', '124804.062500', '124804.522500', '124804.982500', '124805.442500', '124805.902500', '124806.362500', '124806.822500', '124807.282500', '124807.742500', '124808.202500', '124808.662500', '124809.122500', '124809.582500', '124810.042500', '124810.502500', '124810.962500', '124811.422500', '124811.882500', '124812.342500', '124812.802500', '124813.262500', '124813.722500', '124814.182500', '124814.642500', '124815.102500', '124815.562500', '124816.022500', '124816.482500', '124816.942500', '124817.402500', '124817.862500', '124818.322500', '124818.782500', '124819.242500', '124819.702500', '124820.162500', '124820.622500', '124821.082500', '124821.542500', '124822.002500', '124822.462500', '124822.922500', '124823.382500', '124823.842500', '124824.302500', '124824.762500', '124825.222500', '124825.682500', '124826.142500', '124826.602500', '124827.062500', '124827.522500', '124827.982500', '124828.442500', '124828.902500', '124829.362500', '124829.822500', '124830.282500', '124830.742500', '124831.202500', '124831.662500', '124832.122500', '124832.582500', '124833.042500', '124833.502500', '124833.962500', '124834.422500', '124834.882500', '124835.342500', '124835.802500', '124836.262500', '124836.722500', '124837.182500', '124837.642500', '124838.102500', '124838.562500', '124839.022500', '124839.482500', '124839.942500', '124840.402500', '124840.862500', '124841.322500', '124841.782500', '124842.242500', '124842.702500', '124843.162500', '124843.622500', '124844.082500', '124844.542500', '124845.002500', '124845.462500', '124845.922500', '124846.382500', '124846.842500', '124847.302500', '124847.762500', '124848.222500', '124848.682500', '124849.142500', '124849.602500', '124850.062500', '124850.522500', '124850.982500', '124851.442500', '124851.902500', '124852.362500', '124852.822500', '124853.282500', '124853.742500', '124854.202500', '124854.662500', '124855.122500', '124855.582500', '124856.042500', '124856.502500', '124856.962500', '124857.422500', '124857.882500', '124858.342500', '124858.802500', '124859.262500', '124859.722500', '124900.182500', '124900.642500', '124901.102500', '124901.562500', '124902.022500', '124902.482500', '124902.942500', '124903.402500', '124903.862500', '124904.322500', '124904.782500', '124905.242500', '124905.702500', '124906.162500', '124906.622500', '124907.082500', '124907.542500', '124908.002500', '124908.462500', '124908.922500', '124909.382500', '124909.842500', '124910.302500', '124910.762500', '124911.222500', '124911.682500', '124912.142500', '124912.602500', '124913.062500', '124913.522500', '124913.982500', '124914.442500', '124914.902500', '124915.362500', '124915.822500', '124916.282500', '124916.742500', '124917.202500', '124917.662500', '124918.122500', '124918.582500', '124919.042500', '124919.502500', '124919.962500', '124920.422500', '124920.882500', '124921.342500', '124921.802500', '124922.262500', '124922.722500', '124923.182500', '124923.642500', '124924.102500', '124924.562500', '124925.022500', '124925.482500', '124925.942500', '124926.402500', '124926.862500', '124927.322500', '124927.782500', '124928.242500', '124928.702500', '124929.162500', '124929.622500', '124930.082500', '124930.542500', '124931.002500', '124931.462500', '124931.922500', '124932.382500', '124932.842500', '124933.302500', '124933.762500', '124934.222500', '124934.682500', '124935.142500', '124935.602500', '124936.062500', '124936.522500', '124936.982500', '124937.442500', '124937.902500', '124938.362500', '124938.822500', '124939.282500', '124939.742500', '124940.202500', '124940.662500', '124941.122500', '124941.582500', '124942.042500', '124942.502500', '124942.962500', '124943.422500', '124943.882500', '124944.342500', '124944.802500', '124945.262500', '124945.722500', '124946.182500', '124946.642500', '124947.102500', '124947.562500', '124948.022500', '124948.482500', '124948.942500', '124949.402500', '124949.862500', '124950.322500', '124950.782500', '124951.242500', '124951.702500', '124952.162500', '124952.622500', '124953.082500', '124953.542500', '124954.002500', '124954.462500', '124954.922500', '124955.382500', '124955.842500', '124956.302500', '124956.762500', '124957.222500', '124957.682500', '124958.142500', '124958.602500', '124959.062500', '124959.522500', '124959.982500', '125000.442500', '125000.902500', '125001.362500', '125001.822500', '125002.282500', '125002.742500', '125003.202500', '125003.662500', '125004.122500', '125004.582500', '125005.042500', '125005.502500', '125005.962500', '125006.422500', '125006.882500', '125007.342500', '125007.802500', '125008.262500', '125008.722500', '125009.182500', '125009.642500', '125010.102500', '125010.562500', '125011.022500', '125011.482500', '125011.942500', '125012.402500', '125012.862500', '125013.322500', '125013.782500', '125014.242500', '125014.702500', '125015.162500', '125015.622500', '125016.082500', '125016.542500', '125017.002500', '125017.462500', '125017.922500', '125018.382500', '125018.842500', '125019.302500', '125019.762500', '125020.222500', '125020.682500', '125021.142500', '125021.602500', '125022.062500', '125022.522500', '125022.982500', '125023.442500', '125023.902500', '125024.362500', '125024.822500', '125025.282500', '125025.742500', '125026.202500', '125026.662500', '125027.122500', '125027.582500', '125028.042500', '125028.502500', '125028.962500', '125029.422500', '125029.882500', '125030.342500', '125030.802500', '125031.262500', '125031.722500', '125032.182500', '125032.642500', '125033.102500', '125033.562500', '125034.022500', '125034.482500', '125034.942500', '125035.402500', '125035.862500', '125036.322500', '125036.782500', '125037.242500', '125037.702500', '125038.162500', '125038.622500', '125039.082500', '125039.542500', '125040.002500', '125040.462500', '125040.922500', '125041.382500', '125041.842500', '125042.302500', '125042.762500', '125043.222500', '125043.682500', '125044.142500', '125044.602500', '125045.062500', '125045.522500', '125045.982500', '125046.442500', '125046.902500', '125047.362500', '125047.822500', '125048.282500', '125048.742500', '125049.202500', '125049.662500', '125050.122500', '125050.582500', '125051.042500', '125051.502500', '125051.962500', '125052.422500', '125052.882500', '125053.342500', '125053.802500', '125054.262500', '125054.722500', '125055.182500', '125055.642500', '125056.102500', '125056.562500', '125057.022500', '125057.482500', '125057.942500', '125058.402500', '125058.862500', '125059.322500', '125059.782500', '125100.242500', '125100.702500', '125101.162500', '125101.622500', '125102.082500', '125102.542500', '125103.002500', '125103.462500', '125103.922500', '125104.382500', '125104.842500', '125105.302500', '125105.762500', '125106.222500', '125106.682500', '125107.142500', '125107.602500', '125108.062500', '125108.522500', '125108.982500', '125109.442500', '125109.902500', '125110.362500', '125110.822500', '125111.282500', '125111.742500', '125112.202500', '125112.662500', '125113.122500', '125113.582500', '125114.042500', '125114.502500', '125114.962500', '125115.422500', '125115.882500', '125116.342500', '125116.802500', '125117.262500', '125117.722500', '125118.182500', '125118.642500', '125119.102500', '125119.562500', '125120.022500', '125120.482500', '125120.942500', '125121.402500', '125121.862500', '125122.322500', '125122.782500', '125123.242500', '125123.702500', '125124.162500', '125124.622500', '125125.082500', '125125.542500', '125126.002500', '125126.462500', '125126.922500', '125127.382500', '125127.842500', '125128.302500', '125128.762500', '125129.222500', '125129.682500', '125130.142500', '125130.602500', '125131.062500', '125131.522500', '125131.982500', '125132.442500', '125132.902500', '125133.362500', '125133.822500', '125134.282500', '125134.742500', '125135.202500', '125135.662500', '125136.122500', '125136.582500', '125137.042500', '125137.502500', '125137.962500', '125138.422500', '125138.882500', '125139.342500', '125139.802500', '125140.262500', '125140.722500', '125141.182500', '125141.642500', '125142.102500', '125142.562500', '125143.022500', '125143.482500', '125143.942500', '125144.402500', '125144.862500', '125145.322500', '125145.782500', '125146.242500', '125146.702500', '125147.162500', '125147.622500', '125148.082500', '125148.542500', '125149.002500', '125149.462500', '125149.922500', '125150.382500', '125150.842500', '125151.302500', '125151.762500', '125152.222500', '125152.682500', '125153.142500', '125153.602500', '125154.062500', '125154.522500', '125154.982500', '125155.442500', '125155.902500', '125156.362500', '125156.822500', '125157.282500', '125157.742500', '125158.202500', '125158.662500', '125159.122500', '125159.582500', '125200.042500', '125200.502500', '125200.962500', '125201.422500', '125201.882500', '125202.342500', '125202.802500', '125203.262500', '125203.722500', '125204.182500', '125204.642500', '125205.102500', '125205.562500', '125206.022500', '125206.482500', '125206.942500', '125207.402500', '125207.862500', '125208.322500', '125208.782500', '125209.242500', '125209.702500', '125210.162500', '125210.622500', '125211.082500', '125211.542500', '125212.002500', '125212.462500', '125212.922500', '125213.382500', '125213.842500', '125214.302500', '125214.762500', '125215.222500', '125215.682500', '125216.142500', '125216.602500', '125217.062500', '125217.522500', '125217.982500', '125218.442500', '125218.902500', '125219.362500', '125219.822500', '125220.282500', '125220.742500', '125221.202500', '125221.662500', '125222.122500', '125222.582500', '125223.042500', '125223.502500', '125223.962500', '125224.422500', '125224.882500', '125225.342500', '125225.802500', '125226.262500', '125226.722500', '125227.182500', '125227.642500', '125228.102500', '125228.562500', '125229.022500', '125229.482500', '125229.942500', '125230.402500', '125230.862500', '125231.322500', '125231.782500', '125232.242500', '125232.702500', '125233.162500', '125233.622500', '125234.082500', '125234.542500', '125235.002500', '125235.462500', '125235.922500', '125236.382500', '125236.842500', '125237.302500', '125237.762500', '125238.222500', '125238.682500', '125239.142500', '125239.602500', '125240.062500', '125240.522500', '125240.982500', '125241.442500', '125241.902500', '125242.362500', '125242.822500', '125243.282500', '125243.742500', '125244.202500', '125244.662500', '125245.122500', '125245.582500', '125246.042500', '125246.502500', '125246.962500', '125247.422500', '125247.882500', '125248.342500', '125248.802500', '125249.262500', '125249.722500', '125250.182500', '125250.642500', '125251.102500', '125251.562500', '125252.022500', '125252.482500', '125252.942500', '125253.402500', '125253.862500', '125254.322500', '125254.782500', '125255.242500', '125255.702500', '125256.162500', '125256.622500', '125257.082500', '125257.542500', '125258.002500', '125258.462500', '125258.922500', '125259.382500', '125259.842500', '125300.302500', '125300.762500', '125301.222500', '125301.682500', '125302.142500', '125302.602500', '125303.062500', '125303.522500', '125303.982500', '125304.442500', '125304.902500', '125305.362500', '125305.822500', '125306.282500', '125306.742500', '125307.202500', '125307.662500', '125308.122500', '125308.582500', '125309.042500', '125309.502500', '125309.962500', '125310.422500', '125310.882500', '125311.342500', '125311.802500', '125312.262500', '125312.722500', '125313.182500', '125313.642500', '125314.102500', '125314.562500', '125315.022500', '125315.482500', '125315.942500', '125316.402500', '125316.862500', '125317.322500', '125317.782500', '125318.242500', '125318.702500', '125319.162500', '125319.622500', '125320.082500', '125320.542500', '125321.002500', '125321.462500', '125321.922500', '125322.382500', '125322.842500', '125323.302500', '125323.762500', '125324.222500', '125324.682500', '125325.142500', '125325.602500', '125326.062500', '125326.522500', '125326.982500', '125327.442500', '125327.902500', '125328.362500', '125328.822500', '125329.282500', '125329.742500', '125330.202500', '125330.662500', '125331.122500', '125331.582500', '125332.042500', '125332.502500', '125332.962500', '125333.422500', '125333.882500', '125334.342500', '125334.802500', '125335.262500', '125335.722500', '125336.182500', '125336.642500', '125337.102500', '125337.562500', '125338.022500', '125338.482500', '125338.942500', '125339.402500'], 'ContentTime': ['124659.220000', '124659.224000', '124659.235000', '124659.237000', '124659.240000', '124659.243000', '124659.246000', '124659.252000', '124659.256000', '124659.259000', '124659.262000', '124659.265000', '124659.268000', '124659.270000', '124659.274000', '124659.277000', '124659.280000', '124659.283000', '124659.286000', '124659.289000', '124659.292000', '124659.294000', '124659.309000', '124659.312000', '124659.314000', '124659.318000', '124659.321000', '124659.324000', '124659.327000', '124659.330000', '124659.334000', '124659.337000', '124659.340000', '124659.343000', '124659.346000', '124659.349000', '124659.352000', '124659.355000', '124659.358000', '124659.361000', '124659.364000', '124719.179000', '124719.182000', '124719.185000', '124719.188000', '124719.191000', '124719.193000', '124719.196000', '124719.199000', '124719.202000', '124719.205000', '124719.207000', '124719.210000', '124719.213000', '124719.216000', '124719.219000', '124719.221000', '124719.224000', '124719.227000', '124719.230000', '124719.233000', '124719.236000', '124719.239000', '124719.241000', '124719.244000', '124719.247000', '124719.250000', '124719.253000', '124719.255000', '124719.258000', '124719.261000', '124719.264000', '124719.267000', '124719.270000', '124719.272000', '124719.275000', '124719.278000', '124719.281000', '124719.284000', '124719.286000', '124719.289000', '124719.292000', '124719.295000', '124719.298000', '124719.300000', '124739.179000', '124739.182000', '124739.185000', '124739.188000', '124739.190000', '124739.193000', '124739.196000', '124739.199000', '124739.202000', '124739.205000', '124739.208000', '124739.210000', '124739.213000', '124739.216000', '124739.219000', '124739.222000', '124739.224000', '124739.231000', '124739.233000', '124739.236000', '124739.239000', '124739.242000', '124739.245000', '124739.247000', '124739.250000', '124739.253000', '124739.256000', '124739.259000', '124739.262000', '124739.265000', '124739.268000', '124739.271000', '124739.273000', '124739.276000', '124739.279000', '124739.283000', '124739.286000', '124739.289000', '124739.292000', '124739.295000', '124739.297000', '124739.300000', '124739.303000', '124759.179000', '124759.182000', '124759.185000', '124759.193000', '124759.196000', '124759.199000', '124759.202000', '124759.205000', '124759.207000', '124759.210000', '124759.213000', '124759.216000', '124759.233000', '124759.235000', '124759.238000', '124759.251000', '124759.253000', '124759.256000', '124759.259000', '124759.262000', '124759.265000', '124759.267000', '124759.270000', '124759.273000', '124759.276000', '124759.279000', '124759.282000', '124759.284000', '124759.287000', '124759.290000', '124759.293000', '124759.296000', '124759.299000', '124759.301000', '124759.304000', '124759.307000', '124759.310000', '124759.313000', '124759.315000', '124759.318000', '124759.326000', '124759.329000', '124759.332000', '124759.334000', '124819.179000', '124819.182000', '124819.185000', '124819.188000', '124819.190000', '124819.193000', '124819.196000', '124819.199000', '124819.202000', '124819.205000', '124819.207000', '124819.210000', '124819.213000', '124819.216000', '124819.219000', '124819.222000', '124819.224000', '124819.227000', '124819.230000', '124819.233000', '124819.236000', '124819.239000', '124819.241000', '124819.244000', '124819.247000', '124819.250000', '124819.253000', '124819.256000', '124819.258000', '124819.261000', '124819.264000', '124819.267000', '124819.270000', '124819.273000', '124819.275000', '124819.278000', '124819.281000', '124819.284000', '124819.287000', '124819.290000', '124819.292000', '124819.295000', '124819.298000', '124839.179000', '124839.182000', '124839.185000', '124839.194000', '124839.197000', '124839.199000', '124839.202000', '124839.205000', '124839.208000', '124839.211000', '124839.214000', '124839.217000', '124839.219000', '124839.222000', '124839.225000', '124839.228000', '124839.231000', '124839.234000', '124839.237000', '124839.239000', '124839.242000', '124839.245000', '124839.248000', '124839.251000', '124839.253000', '124839.256000', '124839.259000', '124839.262000', '124839.265000', '124839.268000', '124839.271000', '124839.274000', '124839.276000', '124839.279000', '124839.282000', '124839.285000', '124839.288000', '124839.290000', '124839.293000', '124839.296000', '124839.299000', '124839.302000', '124839.305000', '124839.308000', '124859.179000', '124859.182000', '124859.185000', '124859.187000', '124859.190000', '124859.193000', '124859.196000', '124859.199000', '124859.202000', '124859.205000', '124859.208000', '124859.210000', '124859.214000', '124859.216000', '124859.219000', '124859.222000', '124859.225000', '124859.228000', '124859.230000', '124859.233000', '124859.236000', '124859.239000', '124859.242000', '124859.245000', '124859.248000', '124859.250000', '124859.253000', '124859.256000', '124859.259000', '124859.262000', '124859.265000', '124859.267000', '124859.270000', '124859.274000', '124859.277000', '124859.280000', '124859.283000', '124859.286000', '124859.289000', '124859.291000', '124859.294000', '124859.297000', '124859.300000', '124919.179000', '124919.182000', '124919.185000', '124919.188000', '124919.190000', '124919.193000', '124919.196000', '124919.199000', '124919.202000', '124919.205000', '124919.208000', '124919.210000', '124919.213000', '124919.216000', '124919.219000', '124919.222000', '124919.225000', '124919.228000', '124919.231000', '124919.233000', '124919.236000', '124919.239000', '124919.242000', '124919.245000', '124919.248000', '124919.251000', '124919.253000', '124919.256000', '124919.259000', '124919.262000', '124919.265000', '124919.268000', '124919.271000', '124919.274000', '124919.277000', '124919.279000', '124919.282000', '124919.285000', '124919.288000', '124919.291000', '124919.294000', '124919.297000', '124919.299000', '124919.302000', '124939.179000', '124939.182000', '124939.186000', '124939.189000', '124939.192000', '124939.194000', '124939.197000', '124939.212000', '124939.215000', '124939.218000', '124939.221000', '124939.224000', '124939.227000', '124939.230000', '124939.233000', '124939.236000', '124939.239000', '124939.242000', '124939.245000', '124939.248000', '124939.250000', '124939.253000', '124939.256000', '124939.259000', '124939.262000', '124939.265000', '124939.268000', '124939.271000', '124939.274000', '124939.277000', '124939.279000', '124939.282000', '124939.285000', '124939.288000', '124939.291000', '124939.294000', '124939.297000', '124939.300000', '124939.303000', '124939.306000', '124939.308000', '124939.311000', '124939.314000', '124959.179000', '124959.182000', '124959.186000', '124959.191000', '124959.195000', '124959.197000', '124959.200000', '124959.203000', '124959.206000', '124959.209000', '124959.212000', '124959.215000', '124959.218000', '124959.220000', '124959.223000', '124959.226000', '124959.229000', '124959.232000', '124959.235000', '124959.238000', '124959.241000', '124959.244000', '124959.246000', '124959.249000', '124959.252000', '124959.255000', '124959.258000', '124959.261000', '124959.263000', '124959.266000', '124959.269000', '124959.272000', '124959.275000', '124959.277000', '124959.280000', '124959.283000', '124959.286000', '124959.289000', '124959.292000', '124959.294000', '124959.297000', '124959.300000', '124959.303000', '125019.179000', '125019.182000', '125019.185000', '125019.188000', '125019.191000', '125019.193000', '125019.196000', '125019.199000', '125019.202000', '125019.205000', '125019.208000', '125019.211000', '125019.214000', '125019.216000', '125019.219000', '125019.222000', '125019.225000', '125019.228000', '125019.231000', '125019.234000', '125019.236000', '125019.239000', '125019.242000', '125019.245000', '125019.248000', '125019.251000', '125019.253000', '125019.256000', '125019.259000', '125019.262000', '125019.265000', '125019.268000', '125019.271000', '125019.273000', '125019.276000', '125019.279000', '125019.282000', '125019.285000', '125019.288000', '125019.290000', '125019.293000', '125019.296000', '125019.299000', '125019.302000', '125039.179000', '125039.182000', '125039.185000', '125039.188000', '125039.191000', '125039.194000', '125039.197000', '125039.201000', '125039.204000', '125039.207000', '125039.210000', '125039.213000', '125039.215000', '125039.218000', '125039.221000', '125039.224000', '125039.227000', '125039.230000', '125039.232000', '125039.235000', '125039.238000', '125039.241000', '125039.244000', '125039.247000', '125039.250000', '125039.253000', '125039.255000', '125039.258000', '125039.261000', '125039.264000', '125039.267000', '125039.270000', '125039.272000', '125039.275000', '125039.278000', '125039.281000', '125039.284000', '125039.287000', '125039.289000', '125039.292000', '125039.295000', '125039.298000', '125039.301000', '125059.179000', '125059.182000', '125059.185000', '125059.188000', '125059.190000', '125059.193000', '125059.196000', '125059.199000', '125059.202000', '125059.205000', '125059.208000', '125059.211000', '125059.213000', '125059.216000', '125059.219000', '125059.222000', '125059.225000', '125059.228000', '125059.231000', '125059.234000', '125059.236000', '125059.239000', '125059.242000', '125059.245000', '125059.248000', '125059.251000', '125059.254000', '125059.256000', '125059.259000', '125059.262000', '125059.265000', '125059.268000', '125059.271000', '125059.288000', '125059.291000', '125059.294000', '125059.297000', '125059.299000', '125059.302000', '125059.305000', '125059.308000', '125059.311000', '125059.314000', '125059.317000', '125119.180000', '125119.183000', '125119.186000', '125119.189000', '125119.192000', '125119.195000', '125119.197000', '125119.200000', '125119.210000', '125119.213000', '125119.216000', '125119.219000', '125119.222000', '125119.225000', '125119.228000', '125119.231000', '125119.234000', '125119.236000', '125119.239000', '125119.242000', '125119.245000', '125119.248000', '125119.251000', '125119.254000', '125119.257000', '125119.259000', '125119.263000', '125119.265000', '125119.268000', '125119.271000', '125119.274000', '125119.277000', '125119.280000', '125119.283000', '125119.286000', '125119.288000', '125119.291000', '125119.294000', '125119.297000', '125119.300000', '125119.303000', '125119.306000', '125119.309000', '125139.179000', '125139.182000', '125139.185000', '125139.188000', '125139.191000', '125139.194000', '125139.196000', '125139.199000', '125139.202000', '125139.205000', '125139.208000', '125139.211000', '125139.214000', '125139.217000', '125139.220000', '125139.222000', '125139.225000', '125139.228000', '125139.231000', '125139.234000', '125139.237000', '125139.240000', '125139.243000', '125139.245000', '125139.248000', '125139.251000', '125139.254000', '125139.257000', '125139.260000', '125139.262000', '125139.265000', '125139.268000', '125139.271000', '125139.274000', '125139.277000', '125139.279000', '125139.282000', '125139.285000', '125139.288000', '125139.291000', '125139.294000', '125139.296000', '125139.299000', '125139.302000', '125159.179000', '125159.182000', '125159.185000', '125159.188000', '125159.191000', '125159.194000', '125159.196000', '125159.199000', '125159.202000', '125159.205000', '125159.208000', '125159.211000', '125159.214000', '125159.216000', '125159.219000', '125159.222000', '125159.225000', '125159.228000', '125159.231000', '125159.236000', '125159.239000', '125159.243000', '125159.245000', '125159.248000', '125159.251000', '125159.254000', '125159.257000', '125159.260000', '125159.263000', '125159.265000', '125159.268000', '125159.271000', '125159.274000', '125159.277000', '125159.280000', '125159.283000', '125159.285000', '125159.288000', '125159.291000', '125159.294000', '125159.297000', '125159.300000', '125159.303000', '125219.179000', '125219.182000', '125219.185000', '125219.188000', '125219.191000', '125219.193000', '125219.196000', '125219.199000', '125219.202000', '125219.205000', '125219.208000', '125219.211000', '125219.214000', '125219.217000', '125219.219000', '125219.222000', '125219.225000', '125219.228000', '125219.231000', '125219.234000', '125219.237000', '125219.240000', '125219.242000', '125219.245000', '125219.248000', '125219.251000', '125219.254000', '125219.257000', '125219.260000', '125219.263000', '125219.266000', '125219.268000', '125219.271000', '125219.274000', '125219.277000', '125219.280000', '125219.283000', '125219.285000', '125219.288000', '125219.291000', '125219.296000', '125219.299000', '125219.301000', '125219.304000', '125239.193000', '125239.198000', '125239.201000', '125239.204000', '125239.207000', '125239.210000', '125239.213000', '125239.215000', '125239.218000', '125239.221000', '125239.224000', '125239.227000', '125239.230000', '125239.233000', '125239.236000', '125239.238000', '125239.241000', '125239.244000', '125239.247000', '125239.251000', '125239.254000', '125239.257000', '125239.260000', '125239.263000', '125239.266000', '125239.268000', '125239.271000', '125239.274000', '125239.277000', '125239.280000', '125239.283000', '125239.285000', '125239.288000', '125239.291000', '125239.294000', '125239.297000', '125239.300000', '125239.303000', '125239.305000', '125239.308000', '125239.311000', '125239.314000', '125239.317000', '125259.179000', '125259.182000', '125259.185000', '125259.188000', '125259.190000', '125259.193000', '125259.196000', '125259.199000', '125259.202000', '125259.205000', '125259.208000', '125259.211000', '125259.213000', '125259.216000', '125259.219000', '125259.222000', '125259.225000', '125259.228000', '125259.231000', '125259.234000', '125259.236000', '125259.239000', '125259.242000', '125259.245000', '125259.248000', '125259.250000', '125259.253000', '125259.256000', '125259.259000', '125259.262000', '125259.265000', '125259.268000', '125259.270000', '125259.273000', '125259.276000', '125259.279000', '125259.282000', '125259.285000', '125259.287000', '125259.290000', '125259.293000', '125259.296000', '125259.299000', '125259.302000', '125319.179000', '125319.182000', '125319.185000', '125319.188000', '125319.191000', '125319.194000', '125319.196000', '125319.199000', '125319.202000', '125319.205000', '125319.208000', '125319.211000', '125319.214000', '125319.217000', '125319.219000', '125319.222000', '125319.225000', '125319.228000', '125319.231000', '125319.234000', '125319.237000', '125319.240000', '125319.242000', '125319.245000', '125319.248000', '125319.251000', '125319.254000', '125319.257000', '125319.260000', '125319.263000', '125319.265000', '125319.268000', '125319.271000', '125319.274000', '125319.277000', '125319.283000', '125319.287000', '125319.289000', '125319.292000', '125319.295000', '125319.298000', '125319.301000', '125319.304000', '125339.180000', '125339.183000', '125339.186000', '125339.189000', '125339.191000', '125339.194000', '125339.197000', '125339.200000', '125339.203000', '125339.206000', '125339.209000', '125339.211000', '125339.214000', '125339.217000', '125339.220000', '125339.223000', '125339.226000', '125339.229000', '125339.231000', '125339.234000', '125339.237000', '125339.240000', '125339.243000', '125339.246000', '125339.249000', '125339.251000', '125339.254000', '125339.257000', '125339.260000', '125339.263000', '125339.266000', '125339.269000', '125339.271000', '125339.274000', '125339.277000', '125339.283000', '125339.286000', '125339.289000', '125339.292000', '125339.294000', '125339.297000', '125339.300000', '125339.303000', '125339.306000', '125340.504000', '125340.507000', '125340.510000'], 'InstanceCreationTime': ['124659.220000', '124659.224000', '124659.235000', '124659.237000', '124659.240000', '124659.243000', '124659.246000', '124659.252000', '124659.256000', '124659.259000', '124659.262000', '124659.265000', '124659.268000', '124659.270000', '124659.274000', '124659.277000', '124659.280000', '124659.283000', '124659.286000', '124659.289000', '124659.292000', '124659.294000', '124659.309000', '124659.312000', '124659.314000', '124659.318000', '124659.321000', '124659.324000', '124659.327000', '124659.330000', '124659.334000', '124659.337000', '124659.340000', '124659.343000', '124659.346000', '124659.349000', '124659.352000', '124659.355000', '124659.358000', '124659.361000', '124659.364000', '124719.179000', '124719.182000', '124719.185000', '124719.188000', '124719.191000', '124719.193000', '124719.196000', '124719.199000', '124719.202000', '124719.205000', '124719.207000', '124719.210000', '124719.213000', '124719.216000', '124719.219000', '124719.221000', '124719.224000', '124719.227000', '124719.230000', '124719.233000', '124719.236000', '124719.239000', '124719.241000', '124719.244000', '124719.247000', '124719.250000', '124719.253000', '124719.255000', '124719.258000', '124719.261000', '124719.264000', '124719.267000', '124719.270000', '124719.272000', '124719.275000', '124719.278000', '124719.281000', '124719.284000', '124719.286000', '124719.289000', '124719.292000', '124719.295000', '124719.298000', '124719.300000', '124739.179000', '124739.182000', '124739.185000', '124739.188000', '124739.190000', '124739.193000', '124739.196000', '124739.199000', '124739.202000', '124739.205000', '124739.208000', '124739.210000', '124739.213000', '124739.216000', '124739.219000', '124739.222000', '124739.224000', '124739.231000', '124739.233000', '124739.236000', '124739.239000', '124739.242000', '124739.245000', '124739.247000', '124739.250000', '124739.253000', '124739.256000', '124739.259000', '124739.262000', '124739.265000', '124739.268000', '124739.271000', '124739.273000', '124739.276000', '124739.279000', '124739.283000', '124739.286000', '124739.289000', '124739.292000', '124739.295000', '124739.297000', '124739.300000', '124739.303000', '124759.179000', '124759.182000', '124759.185000', '124759.193000', '124759.196000', '124759.199000', '124759.202000', '124759.205000', '124759.207000', '124759.210000', '124759.213000', '124759.216000', '124759.233000', '124759.235000', '124759.238000', '124759.251000', '124759.253000', '124759.256000', '124759.259000', '124759.262000', '124759.265000', '124759.267000', '124759.270000', '124759.273000', '124759.276000', '124759.279000', '124759.282000', '124759.284000', '124759.287000', '124759.290000', '124759.293000', '124759.296000', '124759.299000', '124759.301000', '124759.304000', '124759.307000', '124759.310000', '124759.313000', '124759.315000', '124759.318000', '124759.326000', '124759.329000', '124759.332000', '124759.334000', '124819.179000', '124819.182000', '124819.185000', '124819.188000', '124819.190000', '124819.193000', '124819.196000', '124819.199000', '124819.202000', '124819.205000', '124819.207000', '124819.210000', '124819.213000', '124819.216000', '124819.219000', '124819.222000', '124819.224000', '124819.227000', '124819.230000', '124819.233000', '124819.236000', '124819.239000', '124819.241000', '124819.244000', '124819.247000', '124819.250000', '124819.253000', '124819.256000', '124819.258000', '124819.261000', '124819.264000', '124819.267000', '124819.270000', '124819.273000', '124819.275000', '124819.278000', '124819.281000', '124819.284000', '124819.287000', '124819.290000', '124819.292000', '124819.295000', '124819.298000', '124839.179000', '124839.182000', '124839.185000', '124839.194000', '124839.197000', '124839.199000', '124839.202000', '124839.205000', '124839.208000', '124839.211000', '124839.214000', '124839.217000', '124839.219000', '124839.222000', '124839.225000', '124839.228000', '124839.231000', '124839.234000', '124839.237000', '124839.239000', '124839.242000', '124839.245000', '124839.248000', '124839.251000', '124839.253000', '124839.256000', '124839.259000', '124839.262000', '124839.265000', '124839.268000', '124839.271000', '124839.274000', '124839.276000', '124839.279000', '124839.282000', '124839.285000', '124839.288000', '124839.290000', '124839.293000', '124839.296000', '124839.299000', '124839.302000', '124839.305000', '124839.308000', '124859.179000', '124859.182000', '124859.185000', '124859.187000', '124859.190000', '124859.193000', '124859.196000', '124859.199000', '124859.202000', '124859.205000', '124859.208000', '124859.210000', '124859.214000', '124859.216000', '124859.219000', '124859.222000', '124859.225000', '124859.228000', '124859.230000', '124859.233000', '124859.236000', '124859.239000', '124859.242000', '124859.245000', '124859.248000', '124859.250000', '124859.253000', '124859.256000', '124859.259000', '124859.262000', '124859.265000', '124859.267000', '124859.270000', '124859.274000', '124859.277000', '124859.280000', '124859.283000', '124859.286000', '124859.289000', '124859.291000', '124859.294000', '124859.297000', '124859.300000', '124919.179000', '124919.182000', '124919.185000', '124919.188000', '124919.190000', '124919.193000', '124919.196000', '124919.199000', '124919.202000', '124919.205000', '124919.208000', '124919.210000', '124919.213000', '124919.216000', '124919.219000', '124919.222000', '124919.225000', '124919.228000', '124919.231000', '124919.233000', '124919.236000', '124919.239000', '124919.242000', '124919.245000', '124919.248000', '124919.251000', '124919.253000', '124919.256000', '124919.259000', '124919.262000', '124919.265000', '124919.268000', '124919.271000', '124919.274000', '124919.277000', '124919.279000', '124919.282000', '124919.285000', '124919.288000', '124919.291000', '124919.294000', '124919.297000', '124919.299000', '124919.302000', '124939.179000', '124939.182000', '124939.186000', '124939.189000', '124939.192000', '124939.194000', '124939.197000', '124939.212000', '124939.215000', '124939.218000', '124939.221000', '124939.224000', '124939.227000', '124939.230000', '124939.233000', '124939.236000', '124939.239000', '124939.242000', '124939.245000', '124939.248000', '124939.250000', '124939.253000', '124939.256000', '124939.259000', '124939.262000', '124939.265000', '124939.268000', '124939.271000', '124939.274000', '124939.277000', '124939.279000', '124939.282000', '124939.285000', '124939.288000', '124939.291000', '124939.294000', '124939.297000', '124939.300000', '124939.303000', '124939.306000', '124939.308000', '124939.311000', '124939.314000', '124959.179000', '124959.182000', '124959.186000', '124959.191000', '124959.195000', '124959.197000', '124959.200000', '124959.203000', '124959.206000', '124959.209000', '124959.212000', '124959.215000', '124959.218000', '124959.220000', '124959.223000', '124959.226000', '124959.229000', '124959.232000', '124959.235000', '124959.238000', '124959.241000', '124959.244000', '124959.246000', '124959.249000', '124959.252000', '124959.255000', '124959.258000', '124959.261000', '124959.263000', '124959.266000', '124959.269000', '124959.272000', '124959.275000', '124959.277000', '124959.280000', '124959.283000', '124959.286000', '124959.289000', '124959.292000', '124959.294000', '124959.297000', '124959.300000', '124959.303000', '125019.179000', '125019.182000', '125019.185000', '125019.188000', '125019.191000', '125019.193000', '125019.196000', '125019.199000', '125019.202000', '125019.205000', '125019.208000', '125019.211000', '125019.214000', '125019.216000', '125019.219000', '125019.222000', '125019.225000', '125019.228000', '125019.231000', '125019.234000', '125019.236000', '125019.239000', '125019.242000', '125019.245000', '125019.248000', '125019.251000', '125019.253000', '125019.256000', '125019.259000', '125019.262000', '125019.265000', '125019.268000', '125019.271000', '125019.273000', '125019.276000', '125019.279000', '125019.282000', '125019.285000', '125019.288000', '125019.290000', '125019.293000', '125019.296000', '125019.299000', '125019.302000', '125039.179000', '125039.182000', '125039.185000', '125039.188000', '125039.191000', '125039.194000', '125039.197000', '125039.201000', '125039.204000', '125039.207000', '125039.210000', '125039.213000', '125039.215000', '125039.218000', '125039.221000', '125039.224000', '125039.227000', '125039.230000', '125039.232000', '125039.235000', '125039.238000', '125039.241000', '125039.244000', '125039.247000', '125039.250000', '125039.253000', '125039.255000', '125039.258000', '125039.261000', '125039.264000', '125039.267000', '125039.270000', '125039.272000', '125039.275000', '125039.278000', '125039.281000', '125039.284000', '125039.287000', '125039.289000', '125039.292000', '125039.295000', '125039.298000', '125039.301000', '125059.179000', '125059.182000', '125059.185000', '125059.188000', '125059.190000', '125059.193000', '125059.196000', '125059.199000', '125059.202000', '125059.205000', '125059.208000', '125059.211000', '125059.213000', '125059.216000', '125059.219000', '125059.222000', '125059.225000', '125059.228000', '125059.231000', '125059.234000', '125059.236000', '125059.239000', '125059.242000', '125059.245000', '125059.248000', '125059.251000', '125059.254000', '125059.256000', '125059.259000', '125059.262000', '125059.265000', '125059.268000', '125059.271000', '125059.288000', '125059.291000', '125059.294000', '125059.297000', '125059.299000', '125059.302000', '125059.305000', '125059.308000', '125059.311000', '125059.314000', '125059.317000', '125119.180000', '125119.183000', '125119.186000', '125119.189000', '125119.192000', '125119.195000', '125119.197000', '125119.200000', '125119.210000', '125119.213000', '125119.216000', '125119.219000', '125119.222000', '125119.225000', '125119.228000', '125119.231000', '125119.234000', '125119.236000', '125119.239000', '125119.242000', '125119.245000', '125119.248000', '125119.251000', '125119.254000', '125119.257000', '125119.259000', '125119.263000', '125119.265000', '125119.268000', '125119.271000', '125119.274000', '125119.277000', '125119.280000', '125119.283000', '125119.286000', '125119.288000', '125119.291000', '125119.294000', '125119.297000', '125119.300000', '125119.303000', '125119.306000', '125119.309000', '125139.179000', '125139.182000', '125139.185000', '125139.188000', '125139.191000', '125139.194000', '125139.196000', '125139.199000', '125139.202000', '125139.205000', '125139.208000', '125139.211000', '125139.214000', '125139.217000', '125139.220000', '125139.222000', '125139.225000', '125139.228000', '125139.231000', '125139.234000', '125139.237000', '125139.240000', '125139.243000', '125139.245000', '125139.248000', '125139.251000', '125139.254000', '125139.257000', '125139.260000', '125139.262000', '125139.265000', '125139.268000', '125139.271000', '125139.274000', '125139.277000', '125139.279000', '125139.282000', '125139.285000', '125139.288000', '125139.291000', '125139.294000', '125139.296000', '125139.299000', '125139.302000', '125159.179000', '125159.182000', '125159.185000', '125159.188000', '125159.191000', '125159.194000', '125159.196000', '125159.199000', '125159.202000', '125159.205000', '125159.208000', '125159.211000', '125159.214000', '125159.216000', '125159.219000', '125159.222000', '125159.225000', '125159.228000', '125159.231000', '125159.236000', '125159.239000', '125159.243000', '125159.245000', '125159.248000', '125159.251000', '125159.254000', '125159.257000', '125159.260000', '125159.263000', '125159.265000', '125159.268000', '125159.271000', '125159.274000', '125159.277000', '125159.280000', '125159.283000', '125159.285000', '125159.288000', '125159.291000', '125159.294000', '125159.297000', '125159.300000', '125159.303000', '125219.179000', '125219.182000', '125219.185000', '125219.188000', '125219.191000', '125219.193000', '125219.196000', '125219.199000', '125219.202000', '125219.205000', '125219.208000', '125219.211000', '125219.214000', '125219.217000', '125219.219000', '125219.222000', '125219.225000', '125219.228000', '125219.231000', '125219.234000', '125219.237000', '125219.240000', '125219.242000', '125219.245000', '125219.248000', '125219.251000', '125219.254000', '125219.257000', '125219.260000', '125219.263000', '125219.266000', '125219.268000', '125219.271000', '125219.274000', '125219.277000', '125219.280000', '125219.283000', '125219.285000', '125219.288000', '125219.291000', '125219.296000', '125219.299000', '125219.301000', '125219.304000', '125239.193000', '125239.198000', '125239.201000', '125239.204000', '125239.207000', '125239.210000', '125239.213000', '125239.215000', '125239.218000', '125239.221000', '125239.224000', '125239.227000', '125239.230000', '125239.233000', '125239.236000', '125239.238000', '125239.241000', '125239.244000', '125239.247000', '125239.251000', '125239.254000', '125239.257000', '125239.260000', '125239.263000', '125239.266000', '125239.268000', '125239.271000', '125239.274000', '125239.277000', '125239.280000', '125239.283000', '125239.285000', '125239.288000', '125239.291000', '125239.294000', '125239.297000', '125239.300000', '125239.303000', '125239.305000', '125239.308000', '125239.311000', '125239.314000', '125239.317000', '125259.179000', '125259.182000', '125259.185000', '125259.188000', '125259.190000', '125259.193000', '125259.196000', '125259.199000', '125259.202000', '125259.205000', '125259.208000', '125259.211000', '125259.213000', '125259.216000', '125259.219000', '125259.222000', '125259.225000', '125259.228000', '125259.231000', '125259.234000', '125259.236000', '125259.239000', '125259.242000', '125259.245000', '125259.248000', '125259.250000', '125259.253000', '125259.256000', '125259.259000', '125259.262000', '125259.265000', '125259.268000', '125259.270000', '125259.273000', '125259.276000', '125259.279000', '125259.282000', '125259.285000', '125259.287000', '125259.290000', '125259.293000', '125259.296000', '125259.299000', '125259.302000', '125319.179000', '125319.182000', '125319.185000', '125319.188000', '125319.191000', '125319.194000', '125319.196000', '125319.199000', '125319.202000', '125319.205000', '125319.208000', '125319.211000', '125319.214000', '125319.217000', '125319.219000', '125319.222000', '125319.225000', '125319.228000', '125319.231000', '125319.234000', '125319.237000', '125319.240000', '125319.242000', '125319.245000', '125319.248000', '125319.251000', '125319.254000', '125319.257000', '125319.260000', '125319.263000', '125319.265000', '125319.268000', '125319.271000', '125319.274000', '125319.277000', '125319.283000', '125319.287000', '125319.289000', '125319.292000', '125319.295000', '125319.298000', '125319.301000', '125319.304000', '125339.180000', '125339.183000', '125339.186000', '125339.189000', '125339.191000', '125339.194000', '125339.197000', '125339.200000', '125339.203000', '125339.206000', '125339.209000', '125339.211000', '125339.214000', '125339.217000', '125339.220000', '125339.223000', '125339.226000', '125339.229000', '125339.231000', '125339.234000', '125339.237000', '125339.240000', '125339.243000', '125339.246000', '125339.249000', '125339.251000', '125339.254000', '125339.257000', '125339.260000', '125339.263000', '125339.266000', '125339.269000', '125339.271000', '125339.274000', '125339.277000', '125339.283000', '125339.286000', '125339.289000', '125339.292000', '125339.294000', '125339.297000', '125339.300000', '125339.303000', '125339.306000', '125340.504000', '125340.507000', '125340.510000'], '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': [15902, 8875, 13334, 8188, 16219, 12685, 10316, 8802, 8711, 8687, 9009, 9932, 8360, 8876, 9665, 8762, 8334, 8923, 7985, 8868, 11898, 8633, 9692, 9079, 9341, 8824, 9418, 8614, 9436, 8347, 9473, 8651, 9298, 13346, 8946, 12290, 8828, 8815, 8642, 12958, 8094, 15092, 9182, 9711, 9151, 9401, 8761, 8648, 8723, 9086, 8759, 9299, 8507, 8804, 11722, 9016, 10228, 8844, 9470, 8457, 16478, 9132, 14099, 9186, 11076, 9111, 11803, 8893, 13858, 8869, 8842, 8639, 9332, 8572, 9011, 8665, 9324, 8946, 8956, 8727, 9435, 8827, 9029, 8904, 8933, 8618, 9426, 8840, 8943, 8651, 9019, 8755, 8985, 11394, 8995, 14061, 8956, 15109, 9361, 13752, 10724, 16077, 10134, 9434, 8779, 9088, 8647, 9054, 13882, 8231, 9778, 9386, 8879, 8635, 10521, 8513, 10879, 9277, 8912, 9321, 8453, 9148, 10645, 9447, 9519, 9223, 9549, 9105, 15324, 9433, 13748, 9151, 12427, 10558, 16878, 9214, 14956, 9094, 12701, 8857, 11831, 10119, 8823, 8897, 9076, 8854, 9068, 8532, 8442, 8783, 9300, 8636, 8641, 9381, 8645, 11093, 8925, 8748, 8587, 10717, 9079, 16861, 9025, 13916, 9289, 11836, 9699, 13598, 9403, 12576, 9312, 10614, 8966, 11154, 9034, 9488, 8904, 8829, 8570, 9005, 8637, 8896, 8842, 8429, 8974, 8980, 8847, 8562, 15123, 8395, 11819, 9048, 10784, 9263, 16636, 9267, 13242, 8997, 8988, 9005, 8497, 14099, 9559, 13197, 9251, 13692, 9400, 13861, 10136, 8896, 8748, 8572, 8372, 8759, 12475, 8999, 9319, 8655, 8956, 8462, 8969, 8807, 9023, 10172, 8935, 9935, 9741, 11940, 8711, 11605, 8733, 12396, 8693, 11042, 10309, 9036, 8932, 9133, 8361, 8858, 15467, 9584, 12199, 9170, 9815, 8742, 9015, 8863, 8907, 9131, 8859, 8566, 8745, 9438, 8433, 8090, 8719, 9415, 8047, 7743, 8988, 9363, 8416, 9249, 11408, 8632, 14585, 8827, 15627, 9557, 16482, 11269, 15391, 13098, 16205, 13734, 14140, 11255, 9944, 10189, 9711, 9659, 15667, 12770, 15084, 9348, 11403, 8484, 9373, 8598, 9791, 8280, 7627, 9361, 9031, 9879, 8712, 9419, 9654, 9897, 10108, 9494, 10119, 11849, 8978, 9934, 9357, 9901, 8820, 11244, 9945, 16321, 11592, 16193, 10147, 12939, 9798, 11540, 8134, 8536, 8985, 8218, 9266, 8181, 8021, 8360, 8340, 8255, 9491, 8513, 9528, 9057, 9672, 9065, 12582, 8710, 12157, 8883, 11072, 8596, 10461, 8750, 9159, 9003, 8662, 9402, 9114, 9333, 9439, 8977, 8836, 9482, 8383, 9572, 9971, 9149, 9383, 9169, 9016, 9329, 9854, 9484, 9562, 9402, 9511, 9160, 14990, 9813, 15155, 14385, 10089, 10268, 9762, 9858, 9653, 10500, 9759, 10005, 9791, 10183, 9674, 10113, 16638, 11117, 15976, 10404, 14704, 11191, 16619, 14306, 14992, 10557, 10075, 9572, 10169, 16010, 10945, 16461, 9712, 13774, 9589, 11884, 9961, 10185, 12717, 9760, 9255, 9331, 9082, 9569, 9720, 9571, 11943, 9843, 9192, 9965, 9202, 10057, 13814, 10149, 9036, 10143, 9327, 9960, 9523, 10158, 9151, 10370, 9390, 10184, 9502, 10013, 9685, 10317, 9229, 10187, 9367, 10006, 12138, 9425, 16157, 9690, 10709, 9024, 10506, 9276, 14418, 9862, 10461, 9862, 9329, 9799, 9024, 9902, 10101, 9826, 9958, 9664, 12209, 9612, 12999, 9617, 11436, 9439, 11651, 9811, 13189, 9733, 11454, 9693, 9986, 9499, 9920, 9491, 9754, 9290, 10480, 9531, 10366, 9586, 10357, 10952, 10295, 10292, 9916, 10610, 12064, 9541, 15661, 9591, 13557, 9852, 14814, 10563, 12662, 9482, 10584, 9320, 9690, 9197, 9120, 10511, 10135, 10454, 9803, 10287, 9756, 10042, 9722, 9417, 9326, 9976, 10964, 9905, 15295, 11602, 10376, 9843, 9820, 9532, 9452, 13184, 9689, 15880, 10251, 12906, 9949, 11679, 10304, 10221, 9432, 10084, 9243, 9688, 11008, 9240, 15461, 9989, 10902, 9473, 10138, 9578, 9768, 9361, 10139, 9393, 9910, 9344, 9663, 12365, 9932, 9413, 9690, 9841, 9571, 9976, 10310, 9994, 9247, 10055, 9116, 9667, 13810, 8993, 15712, 8902, 11148, 8821, 9528, 9130, 11974, 9652, 11360, 9596, 9953, 9437, 10019, 9517, 8994, 9724, 9458, 9645, 9689, 9812, 11263, 9144, 12421, 8999, 9724, 8822, 8709, 9463, 11734, 9720, 9065, 9591, 9028, 9421, 9173, 9238, 9146, 12551, 9470, 9133, 9413, 9037, 9106, 11504, 9608, 10962, 9455, 11301, 9739, 16451, 9802, 13510, 9096, 12127, 9644, 16517, 8976, 13800, 9198, 11548, 9261, 13493, 9650, 9154, 9332, 9792, 9524, 9727, 9789, 9820, 9101, 9977, 9343, 16497, 12894, 16598, 10850, 16195, 11201, 14064, 11763, 15442, 11070, 16008, 8875, 12716, 9031, 9755, 8952, 9557, 8575, 9584, 8730, 9479, 8576, 8962, 13258, 10506, 14591, 10269, 9749, 9542, 10133, 10082, 9366, 9747, 9423, 11273, 9369, 16133, 9396, 16018, 12330, 15971, 12754, 16611, 9988, 13914, 9251, 12799, 9382, 11376, 9261, 10345, 9234, 9436, 9341, 9932, 8866, 11711, 9133, 12885, 9151, 14228, 10138, 12967, 9014, 9615, 8717, 8919, 9377, 9308, 9907, 9343, 9985, 10385, 9591, 9705, 9334, 9703, 10484, 9209, 13707, 10341, 15700, 10829, 15743, 12299, 16354, 13464, 14828, 10341, 9824, 8643, 8880, 12671, 8774, 14612, 9117, 10465, 8949, 9628, 9717, 8262, 10416, 9187, 9730, 8601, 8863, 8749, 9286, 8683, 9341, 10003, 8586, 9222, 10170, 8813, 13793, 10468, 15434, 12292, 16418, 9459, 13226, 8867, 9222, 8712, 9284, 8794, 9431, 8709, 9265, 8657, 8831, 8873, 9232, 8922, 9674, 8887, 9197, 8772, 9394, 9009, 8908, 9102, 9232, 8705, 9097, 8751, 9479, 9313, 8385, 9290, 10070, 9282, 11831, 9484, 12993, 9092, 11688, 9134, 11781, 9140, 8853, 9181, 9065, 9379, 9501, 8893, 9523, 10136, 8967, 9044, 9233, 9219, 9210, 11450, 8968, 14103, 10938, 15853, 9239, 11378, 8848, 8858, 13183, 9468, 11634, 9319, 9092, 8967, 9067, 14612, 9680, 15663, 9718, 15970, 12605, 16640, 13542, 11618, 9770, 9461, 11202, 9071, 14450, 14569, 11128, 9874, 9209, 8641, 9231, 15464, 9146, 16118, 9290, 11682, 8849, 8802, 8521, 9108, 8684, 9067, 9515, 9463, 9815, 8826, 8788, 10754, 9369, 10211, 8876, 13191, 16894, 11426, 16252, 9583, 13683, 11149, 11074, 9594, 9250, 8441, 8725, 17188, 13049, 12958, 10613, 7726, 8244, 9467, 8372, 9217, 8647, 8366, 10448, 8508, 12945, 8147, 12651, 8588, 13531, 9687, 8997, 8686, 8053, 8952, 8536, 8704, 8808, 8975, 8030, 8971, 8431, 8824, 9024, 8917, 9085, 8915], 'WindowCenter': [4007.0, 3950.0, 3967.0, 3923.0, 3974.0, 3954.0, 3930.0, 3918.0, 3908.0, 3907.0, 3918.0, 3929.0, 3909.0, 3920.0, 3930.0, 3920.0, 3908.0, 3920.0, 3908.0, 3920.0, 3940.0, 3920.0, 3930.0, 3920.0, 3931.0, 3930.0, 3932.0, 3933.0, 3933.0, 3922.0, 3932.0, 3922.0, 3932.0, 3965.0, 3922.0, 3953.0, 3921.0, 3920.0, 3920.0, 3952.0, 3910.0, 3962.0, 3918.0, 3930.0, 3931.0, 3931.0, 3922.0, 3921.0, 3922.0, 3933.0, 3922.0, 3933.0, 3934.0, 3934.0, 3955.0, 3933.0, 3940.0, 3933.0, 3933.0, 3922.0, 3975.0, 3932.0, 3962.0, 3921.0, 3941.0, 3920.0, 3941.0, 3922.0, 3963.0, 3921.0, 3921.0, 3921.0, 3931.0, 3922.0, 3921.0, 3922.0, 3932.0, 3921.0, 3920.0, 3921.0, 3931.0, 3921.0, 3922.0, 3932.0, 3932.0, 3922.0, 3933.0, 3933.0, 3932.0, 3934.0, 3935.0, 3934.0, 3935.0, 3955.0, 3936.0, 3966.0, 3934.0, 3976.0, 3933.0, 3964.0, 3943.0, 3975.0, 3932.0, 3932.0, 3921.0, 3932.0, 3921.0, 3932.0, 3965.0, 3921.0, 3932.0, 3932.0, 3920.0, 3921.0, 3942.0, 3921.0, 3941.0, 3931.0, 3920.0, 3931.0, 3921.0, 3931.0, 3942.0, 3932.0, 3930.0, 3933.0, 3932.0, 3933.0, 3974.0, 3932.0, 3962.0, 3932.0, 3950.0, 3943.0, 3972.0, 3921.0, 3962.0, 3919.0, 3949.0, 3920.0, 3938.0, 3930.0, 3920.0, 3918.0, 3919.0, 3920.0, 3920.0, 3918.0, 3921.0, 3919.0, 3931.0, 3920.0, 3921.0, 3921.0, 3921.0, 3941.0, 3920.0, 3919.0, 3921.0, 3930.0, 3921.0, 3973.0, 3921.0, 3951.0, 3920.0, 3940.0, 3931.0, 3951.0, 3920.0, 3940.0, 3920.0, 3929.0, 3921.0, 3940.0, 3920.0, 3930.0, 3920.0, 3919.0, 3919.0, 3920.0, 3921.0, 3921.0, 3921.0, 3921.0, 3922.0, 3921.0, 3921.0, 3921.0, 3963.0, 3921.0, 3953.0, 3921.0, 3942.0, 3921.0, 3972.0, 3920.0, 3963.0, 3921.0, 3921.0, 3920.0, 3920.0, 3963.0, 3932.0, 3950.0, 3920.0, 3949.0, 3920.0, 3950.0, 3929.0, 3919.0, 3907.0, 3908.0, 3907.0, 3908.0, 3938.0, 3919.0, 3920.0, 3919.0, 3919.0, 3920.0, 3931.0, 3921.0, 3933.0, 3942.0, 3933.0, 3931.0, 3934.0, 3953.0, 3922.0, 3942.0, 3919.0, 3952.0, 3921.0, 3941.0, 3931.0, 3920.0, 3919.0, 3920.0, 3908.0, 3920.0, 3961.0, 3930.0, 3951.0, 3920.0, 3930.0, 3920.0, 3920.0, 3920.0, 3920.0, 3919.0, 3919.0, 3919.0, 3908.0, 3919.0, 3923.0, 3921.0, 3932.0, 3933.0, 3921.0, 3910.0, 3931.0, 3946.0, 3936.0, 3957.0, 3969.0, 3949.0, 4001.0, 3946.0, 3988.0, 3946.0, 3986.0, 3957.0, 3987.0, 3967.0, 3977.0, 3966.0, 3963.0, 3928.0, 3916.0, 3914.0, 3902.0, 3902.0, 3933.0, 3923.0, 3920.0, 3888.0, 3896.0, 3876.0, 3875.0, 3875.0, 3887.0, 3876.0, 3878.0, 3890.0, 3891.0, 3913.0, 3904.0, 3916.0, 3915.0, 3927.0, 3928.0, 3928.0, 3941.0, 3952.0, 3921.0, 3930.0, 3920.0, 3930.0, 3920.0, 3929.0, 3918.0, 3960.0, 3927.0, 3959.0, 3915.0, 3936.0, 3915.0, 3924.0, 3894.0, 3893.0, 3905.0, 3893.0, 3916.0, 3906.0, 3908.0, 3907.0, 3920.0, 3919.0, 3932.0, 3921.0, 3932.0, 3934.0, 3934.0, 3934.0, 3954.0, 3923.0, 3954.0, 3934.0, 3954.0, 3922.0, 3944.0, 3934.0, 3934.0, 3934.0, 3931.0, 3947.0, 3935.0, 3947.0, 3946.0, 3937.0, 3935.0, 3947.0, 3937.0, 3960.0, 3959.0, 3949.0, 3948.0, 3949.0, 3949.0, 3960.0, 3960.0, 3962.0, 3957.0, 3950.0, 3959.0, 3950.0, 3992.0, 3960.0, 4005.0, 3991.0, 3959.0, 3959.0, 3958.0, 3960.0, 3960.0, 3959.0, 3960.0, 3959.0, 3959.0, 3959.0, 3948.0, 3959.0, 4004.0, 3955.0, 3990.0, 3947.0, 3974.0, 3956.0, 3988.0, 3978.0, 3976.0, 3942.0, 3933.0, 3932.0, 3932.0, 3976.0, 3942.0, 3974.0, 3921.0, 3951.0, 3931.0, 3941.0, 3931.0, 3932.0, 3952.0, 3931.0, 3918.0, 3919.0, 3919.0, 3930.0, 3919.0, 3920.0, 3939.0, 3930.0, 3919.0, 3919.0, 3919.0, 3917.0, 3951.0, 3918.0, 3907.0, 3917.0, 3918.0, 3918.0, 3919.0, 3929.0, 3918.0, 3929.0, 3918.0, 3928.0, 3919.0, 3930.0, 3920.0, 3929.0, 3919.0, 3929.0, 3918.0, 3919.0, 3940.0, 3918.0, 3961.0, 3918.0, 3927.0, 3907.0, 3927.0, 3917.0, 3948.0, 3918.0, 3927.0, 3918.0, 3918.0, 3930.0, 3919.0, 3930.0, 3930.0, 3930.0, 3929.0, 3919.0, 3940.0, 3919.0, 3951.0, 3918.0, 3939.0, 3919.0, 3928.0, 3917.0, 3939.0, 3919.0, 3939.0, 3918.0, 3929.0, 3930.0, 3931.0, 3931.0, 3933.0, 3931.0, 3944.0, 3946.0, 3944.0, 3945.0, 3945.0, 3944.0, 3933.0, 3931.0, 3931.0, 3931.0, 3952.0, 3919.0, 3962.0, 3920.0, 3951.0, 3930.0, 3961.0, 3931.0, 3951.0, 3918.0, 3929.0, 3918.0, 3918.0, 3918.0, 3918.0, 3930.0, 3930.0, 3941.0, 3930.0, 3932.0, 3933.0, 3933.0, 3933.0, 3934.0, 3932.0, 3944.0, 3943.0, 3934.0, 3976.0, 3954.0, 3943.0, 3932.0, 3933.0, 3932.0, 3933.0, 3964.0, 3933.0, 3974.0, 3932.0, 3952.0, 3933.0, 3942.0, 3933.0, 3932.0, 3931.0, 3931.0, 3921.0, 3932.0, 3942.0, 3932.0, 3974.0, 3932.0, 3941.0, 3931.0, 3930.0, 3933.0, 3932.0, 3921.0, 3931.0, 3921.0, 3931.0, 3921.0, 3933.0, 3954.0, 3933.0, 3932.0, 3933.0, 3944.0, 3934.0, 3945.0, 3945.0, 3943.0, 3932.0, 3933.0, 3922.0, 3934.0, 3961.0, 3923.0, 3973.0, 3922.0, 3941.0, 3921.0, 3931.0, 3931.0, 3953.0, 3932.0, 3942.0, 3932.0, 3931.0, 3933.0, 3932.0, 3935.0, 3933.0, 3934.0, 3933.0, 3945.0, 3934.0, 3945.0, 3956.0, 3935.0, 3955.0, 3934.0, 3933.0, 3934.0, 3922.0, 3934.0, 3954.0, 3934.0, 3922.0, 3934.0, 3934.0, 3934.0, 3935.0, 3934.0, 3934.0, 3954.0, 3934.0, 3933.0, 3935.0, 3934.0, 3935.0, 3955.0, 3935.0, 3945.0, 3935.0, 3956.0, 3946.0, 3987.0, 3942.0, 3965.0, 3934.0, 3954.0, 3935.0, 3975.0, 3922.0, 3963.0, 3932.0, 3942.0, 3932.0, 3965.0, 3933.0, 3933.0, 3933.0, 3944.0, 3934.0, 3945.0, 3948.0, 3945.0, 3935.0, 3944.0, 3935.0, 3987.0, 3968.0, 3976.0, 3943.0, 3974.0, 3941.0, 3951.0, 3941.0, 3961.0, 3929.0, 3960.0, 3907.0, 3938.0, 3908.0, 3916.0, 3919.0, 3918.0, 3908.0, 3919.0, 3907.0, 3920.0, 3909.0, 3920.0, 3950.0, 3930.0, 3951.0, 3918.0, 3918.0, 3918.0, 3930.0, 3930.0, 3932.0, 3932.0, 3933.0, 3942.0, 3920.0, 3962.0, 3919.0, 3959.0, 3939.0, 3949.0, 3939.0, 3958.0, 3905.0, 3935.0, 3904.0, 3924.0, 3905.0, 3925.0, 3905.0, 3915.0, 3905.0, 3905.0, 3906.0, 3916.0, 3906.0, 3926.0, 3905.0, 3936.0, 3906.0, 3936.0, 3917.0, 3936.0, 3918.0, 3929.0, 3907.0, 3917.0, 3905.0, 3906.0, 3930.0, 3918.0, 3918.0, 3929.0, 3920.0, 3931.0, 3920.0, 3932.0, 3931.0, 3920.0, 3951.0, 3930.0, 3960.0, 3930.0, 3959.0, 3928.0, 3959.0, 3938.0, 3936.0, 3904.0, 3903.0, 3892.0, 3892.0, 3923.0, 3892.0, 3934.0, 3891.0, 3901.0, 3905.0, 3917.0, 3916.0, 3895.0, 3914.0, 3904.0, 3916.0, 3905.0, 3918.0, 3908.0, 3932.0, 3920.0, 3932.0, 3933.0, 3922.0, 3934.0, 3932.0, 3923.0, 3953.0, 3933.0, 3962.0, 3941.0, 3961.0, 3919.0, 3938.0, 3908.0, 3907.0, 3908.0, 3919.0, 3908.0, 3920.0, 3910.0, 3921.0, 3922.0, 3922.0, 3922.0, 3922.0, 3922.0, 3932.0, 3934.0, 3923.0, 3923.0, 3934.0, 3923.0, 3934.0, 3934.0, 3948.0, 3937.0, 3937.0, 3939.0, 3944.0, 3949.0, 3938.0, 3949.0, 3948.0, 3949.0, 3959.0, 3949.0, 3968.0, 3937.0, 3956.0, 3936.0, 3956.0, 3935.0, 3935.0, 3935.0, 3936.0, 3935.0, 3948.0, 3945.0, 3949.0, 3960.0, 3950.0, 3947.0, 3951.0, 3950.0, 3951.0, 3969.0, 3952.0, 3990.0, 3962.0, 3988.0, 3950.0, 3972.0, 3951.0, 3951.0, 3981.0, 3950.0, 3967.0, 3950.0, 3950.0, 3947.0, 3964.0, 3994.0, 3962.0, 3992.0, 3962.0, 3992.0, 3970.0, 4002.0, 3982.0, 3970.0, 3948.0, 3948.0, 3957.0, 3936.0, 3978.0, 3978.0, 3943.0, 3932.0, 3933.0, 3921.0, 3921.0, 3964.0, 3920.0, 3962.0, 3918.0, 3939.0, 3919.0, 3919.0, 3910.0, 3920.0, 3919.0, 3921.0, 3931.0, 3932.0, 3933.0, 3923.0, 3923.0, 3942.0, 3933.0, 3931.0, 3936.0, 3968.0, 3986.0, 3944.0, 3974.0, 3932.0, 3952.0, 3942.0, 3931.0, 3920.0, 3919.0, 3908.0, 3909.0, 3988.0, 3955.0, 3943.0, 3919.0, 3900.0, 3911.0, 3933.0, 3921.0, 3932.0, 3920.0, 3908.0, 3928.0, 3907.0, 3938.0, 3896.0, 3937.0, 3907.0, 3938.0, 3916.0, 3906.0, 3905.0, 3895.0, 3905.0, 3905.0, 3906.0, 3906.0, 3906.0, 3907.0, 3918.0, 3909.0, 3919.0, 3920.0, 3920.0, 3918.0, 3920.0], 'WindowWidth': [8936.0, 8846.0, 8861.0, 8796.0, 8862.0, 8837.0, 8797.0, 8776.0, 8767.0, 8762.0, 8779.0, 8795.0, 8770.0, 8783.0, 8796.0, 8783.0, 8765.0, 8783.0, 8765.0, 8784.0, 8810.0, 8784.0, 8798.0, 8786.0, 8801.0, 8800.0, 8805.0, 8807.0, 8808.0, 8791.0, 8806.0, 8792.0, 8805.0, 8854.0, 8789.0, 8832.0, 8788.0, 8784.0, 8785.0, 8830.0, 8770.0, 8845.0, 8781.0, 8797.0, 8801.0, 8799.0, 8793.0, 8789.0, 8791.0, 8806.0, 8792.0, 8807.0, 8809.0, 8808.0, 8840.0, 8809.0, 8815.0, 8809.0, 8806.0, 8790.0, 8870.0, 8804.0, 8844.0, 8788.0, 8813.0, 8787.0, 8813.0, 8792.0, 8847.0, 8789.0, 8788.0, 8789.0, 8803.0, 8790.0, 8788.0, 8789.0, 8804.0, 8790.0, 8786.0, 8789.0, 8801.0, 8788.0, 8791.0, 8802.0, 8805.0, 8790.0, 8809.0, 8807.0, 8808.0, 8811.0, 8814.0, 8811.0, 8815.0, 8840.0, 8817.0, 8855.0, 8811.0, 8868.0, 8808.0, 8851.0, 8824.0, 8866.0, 8804.0, 8804.0, 8788.0, 8804.0, 8790.0, 8805.0, 8853.0, 8789.0, 8803.0, 8803.0, 8785.0, 8787.0, 8815.0, 8786.0, 8814.0, 8802.0, 8784.0, 8801.0, 8788.0, 8802.0, 8817.0, 8805.0, 8799.0, 8806.0, 8802.0, 8809.0, 8863.0, 8805.0, 8844.0, 8804.0, 8826.0, 8820.0, 8859.0, 8786.0, 8843.0, 8782.0, 8822.0, 8785.0, 8807.0, 8797.0, 8784.0, 8780.0, 8782.0, 8784.0, 8784.0, 8781.0, 8787.0, 8781.0, 8801.0, 8785.0, 8787.0, 8787.0, 8786.0, 8813.0, 8784.0, 8782.0, 8787.0, 8799.0, 8788.0, 8863.0, 8788.0, 8826.0, 8786.0, 8811.0, 8801.0, 8826.0, 8785.0, 8809.0, 8784.0, 8793.0, 8787.0, 8810.0, 8784.0, 8798.0, 8785.0, 8782.0, 8784.0, 8785.0, 8789.0, 8788.0, 8786.0, 8786.0, 8790.0, 8788.0, 8788.0, 8786.0, 8846.0, 8787.0, 8833.0, 8786.0, 8815.0, 8790.0, 8859.0, 8785.0, 8846.0, 8789.0, 8787.0, 8784.0, 8782.0, 8846.0, 8803.0, 8827.0, 8785.0, 8823.0, 8787.0, 8823.0, 8794.0, 8781.0, 8762.0, 8764.0, 8763.0, 8766.0, 8805.0, 8780.0, 8784.0, 8781.0, 8784.0, 8784.0, 8803.0, 8787.0, 8807.0, 8818.0, 8808.0, 8801.0, 8810.0, 8832.0, 8789.0, 8816.0, 8783.0, 8829.0, 8787.0, 8813.0, 8799.0, 8784.0, 8779.0, 8783.0, 8767.0, 8783.0, 8843.0, 8798.0, 8826.0, 8784.0, 8797.0, 8786.0, 8783.0, 8783.0, 8783.0, 8781.0, 8780.0, 8781.0, 8765.0, 8782.0, 8795.0, 8789.0, 8805.0, 8808.0, 8790.0, 8773.0, 8801.0, 8830.0, 8820.0, 8849.0, 8867.0, 8844.0, 8915.0, 8833.0, 8894.0, 8831.0, 8887.0, 8850.0, 8892.0, 8863.0, 8879.0, 8862.0, 8849.0, 8796.0, 8771.0, 8767.0, 8746.0, 8747.0, 8788.0, 8776.0, 8768.0, 8718.0, 8727.0, 8699.0, 8697.0, 8697.0, 8716.0, 8703.0, 8708.0, 8726.0, 8730.0, 8763.0, 8752.0, 8772.0, 8769.0, 8790.0, 8790.0, 8791.0, 8813.0, 8830.0, 8787.0, 8797.0, 8783.0, 8796.0, 8783.0, 8793.0, 8779.0, 8838.0, 8787.0, 8833.0, 8768.0, 8796.0, 8767.0, 8778.0, 8738.0, 8734.0, 8753.0, 8734.0, 8770.0, 8757.0, 8764.0, 8762.0, 8786.0, 8782.0, 8804.0, 8790.0, 8805.0, 8810.0, 8808.0, 8808.0, 8837.0, 8794.0, 8834.0, 8810.0, 8835.0, 8792.0, 8822.0, 8810.0, 8808.0, 8810.0, 8804.0, 8831.0, 8813.0, 8830.0, 8828.0, 8818.0, 8814.0, 8833.0, 8818.0, 8855.0, 8850.0, 8839.0, 8836.0, 8839.0, 8839.0, 8856.0, 8855.0, 8862.0, 8848.0, 8842.0, 8853.0, 8841.0, 8905.0, 8854.0, 8926.0, 8903.0, 8851.0, 8852.0, 8851.0, 8854.0, 8854.0, 8851.0, 8856.0, 8850.0, 8852.0, 8852.0, 8835.0, 8850.0, 8924.0, 8844.0, 8896.0, 8830.0, 8866.0, 8844.0, 8891.0, 8875.0, 8869.0, 8818.0, 8804.0, 8803.0, 8803.0, 8871.0, 8817.0, 8863.0, 8786.0, 8827.0, 8799.0, 8814.0, 8799.0, 8803.0, 8828.0, 8798.0, 8778.0, 8779.0, 8778.0, 8796.0, 8781.0, 8783.0, 8806.0, 8795.0, 8778.0, 8779.0, 8779.0, 8775.0, 8825.0, 8776.0, 8760.0, 8774.0, 8776.0, 8777.0, 8780.0, 8793.0, 8777.0, 8793.0, 8777.0, 8790.0, 8780.0, 8796.0, 8782.0, 8792.0, 8779.0, 8794.0, 8776.0, 8779.0, 8810.0, 8777.0, 8841.0, 8776.0, 8786.0, 8761.0, 8787.0, 8775.0, 8818.0, 8776.0, 8787.0, 8777.0, 8777.0, 8797.0, 8781.0, 8797.0, 8796.0, 8796.0, 8794.0, 8781.0, 8812.0, 8782.0, 8825.0, 8777.0, 8807.0, 8778.0, 8791.0, 8776.0, 8807.0, 8779.0, 8806.0, 8778.0, 8793.0, 8797.0, 8798.0, 8801.0, 8807.0, 8800.0, 8823.0, 8828.0, 8822.0, 8825.0, 8825.0, 8824.0, 8804.0, 8802.0, 8798.0, 8799.0, 8829.0, 8780.0, 8844.0, 8782.0, 8825.0, 8797.0, 8838.0, 8800.0, 8824.0, 8776.0, 8791.0, 8776.0, 8777.0, 8777.0, 8778.0, 8796.0, 8797.0, 8812.0, 8798.0, 8803.0, 8806.0, 8807.0, 8807.0, 8809.0, 8803.0, 8822.0, 8820.0, 8811.0, 8869.0, 8837.0, 8819.0, 8804.0, 8805.0, 8803.0, 8808.0, 8851.0, 8807.0, 8864.0, 8804.0, 8831.0, 8806.0, 8816.0, 8806.0, 8801.0, 8800.0, 8801.0, 8786.0, 8801.0, 8818.0, 8805.0, 8862.0, 8804.0, 8814.0, 8802.0, 8800.0, 8806.0, 8802.0, 8787.0, 8801.0, 8786.0, 8800.0, 8787.0, 8806.0, 8836.0, 8805.0, 8805.0, 8806.0, 8822.0, 8810.0, 8823.0, 8826.0, 8821.0, 8804.0, 8806.0, 8790.0, 8808.0, 8843.0, 8791.0, 8861.0, 8791.0, 8812.0, 8788.0, 8800.0, 8803.0, 8831.0, 8803.0, 8816.0, 8803.0, 8801.0, 8806.0, 8803.0, 8812.0, 8806.0, 8809.0, 8805.0, 8825.0, 8810.0, 8826.0, 8841.0, 8812.0, 8837.0, 8807.0, 8806.0, 8811.0, 8790.0, 8809.0, 8835.0, 8807.0, 8790.0, 8808.0, 8810.0, 8808.0, 8813.0, 8807.0, 8808.0, 8835.0, 8810.0, 8807.0, 8812.0, 8809.0, 8811.0, 8839.0, 8811.0, 8825.0, 8812.0, 8841.0, 8830.0, 8888.0, 8818.0, 8853.0, 8811.0, 8836.0, 8812.0, 8868.0, 8790.0, 8844.0, 8804.0, 8816.0, 8806.0, 8851.0, 8806.0, 8805.0, 8806.0, 8824.0, 8811.0, 8825.0, 8835.0, 8826.0, 8813.0, 8823.0, 8812.0, 8886.0, 8862.0, 8871.0, 8817.0, 8864.0, 8814.0, 8828.0, 8813.0, 8841.0, 8795.0, 8837.0, 8762.0, 8803.0, 8765.0, 8772.0, 8781.0, 8777.0, 8764.0, 8779.0, 8763.0, 8783.0, 8767.0, 8782.0, 8825.0, 8797.0, 8825.0, 8776.0, 8779.0, 8778.0, 8797.0, 8796.0, 8804.0, 8804.0, 8807.0, 8816.0, 8784.0, 8844.0, 8778.0, 8837.0, 8807.0, 8821.0, 8807.0, 8833.0, 8755.0, 8796.0, 8752.0, 8778.0, 8755.0, 8780.0, 8753.0, 8767.0, 8756.0, 8755.0, 8757.0, 8770.0, 8757.0, 8785.0, 8756.0, 8798.0, 8757.0, 8797.0, 8773.0, 8798.0, 8779.0, 8796.0, 8764.0, 8775.0, 8754.0, 8758.0, 8796.0, 8776.0, 8777.0, 8792.0, 8782.0, 8797.0, 8784.0, 8801.0, 8797.0, 8783.0, 8827.0, 8797.0, 8837.0, 8795.0, 8834.0, 8790.0, 8833.0, 8804.0, 8798.0, 8750.0, 8748.0, 8730.0, 8731.0, 8774.0, 8731.0, 8788.0, 8728.0, 8741.0, 8755.0, 8775.0, 8769.0, 8741.0, 8764.0, 8749.0, 8768.0, 8754.0, 8777.0, 8763.0, 8802.0, 8784.0, 8803.0, 8804.0, 8788.0, 8806.0, 8801.0, 8791.0, 8830.0, 8802.0, 8843.0, 8812.0, 8836.0, 8776.0, 8801.0, 8760.0, 8760.0, 8761.0, 8777.0, 8763.0, 8779.0, 8769.0, 8783.0, 8787.0, 8787.0, 8787.0, 8788.0, 8788.0, 8800.0, 8809.0, 8791.0, 8791.0, 8806.0, 8790.0, 8809.0, 8808.0, 8834.0, 8819.0, 8820.0, 8824.0, 8827.0, 8837.0, 8819.0, 8835.0, 8831.0, 8836.0, 8849.0, 8836.0, 8860.0, 8817.0, 8840.0, 8813.0, 8841.0, 8810.0, 8811.0, 8810.0, 8813.0, 8812.0, 8832.0, 8829.0, 8838.0, 8853.0, 8842.0, 8836.0, 8843.0, 8840.0, 8843.0, 8868.0, 8846.0, 8898.0, 8860.0, 8892.0, 8838.0, 8872.0, 8845.0, 8843.0, 8884.0, 8840.0, 8860.0, 8840.0, 8839.0, 8836.0, 8867.0, 8908.0, 8858.0, 8901.0, 8860.0, 8902.0, 8869.0, 8918.0, 8887.0, 8868.0, 8836.0, 8836.0, 8844.0, 8815.0, 8876.0, 8876.0, 8819.0, 8803.0, 8805.0, 8787.0, 8786.0, 8851.0, 8782.0, 8843.0, 8778.0, 8807.0, 8780.0, 8781.0, 8770.0, 8783.0, 8781.0, 8787.0, 8800.0, 8804.0, 8805.0, 8792.0, 8792.0, 8818.0, 8807.0, 8801.0, 8816.0, 8861.0, 8885.0, 8820.0, 8863.0, 8803.0, 8829.0, 8816.0, 8798.0, 8782.0, 8781.0, 8763.0, 8767.0, 8887.0, 8834.0, 8812.0, 8773.0, 8754.0, 8770.0, 8805.0, 8788.0, 8804.0, 8785.0, 8765.0, 8791.0, 8762.0, 8805.0, 8747.0, 8801.0, 8761.0, 8804.0, 8772.0, 8758.0, 8757.0, 8743.0, 8756.0, 8757.0, 8758.0, 8759.0, 8760.0, 8763.0, 8777.0, 8768.0, 8780.0, 8783.0, 8785.0, 8780.0, 8785.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.00323406798245614</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02444302938596491</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.96864555040615</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2722013488144903</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0569854510976946</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4945</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4250.7124</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08687235521290251</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.166666666666667</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.480022991697569</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3769153069662865</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.728561116764215</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3345925513622046</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0206427</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015349376946687698</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031414613127708435</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8237700023103254</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>22.7517</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7745</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.79</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298706.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>971.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.0839</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2502</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.4584</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3118.6622</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3316.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77838.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>986.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4108.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.2014</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.07011653482914</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> |