=== 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-0076 --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-0076",
"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-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-02/func/sub-0076_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>da99b7df9e0db3d093d7cf8fc358a751</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:17:10.635000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998504, 0.0225909, -0.0497952, -0.0203926, 0.998814, 0.0442201]</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.0967797</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>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4145, -7706, -7266, 718, 16, 19, -66, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.411</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3b1b385e-5848-4612-9cb4-9760ec8d7f3a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678913116455078, -0.05471191555261612, -0.1369846612215042, 120.99730682373047], [-0.06060962378978729, 2.679744005203247, 0.11647383868694305, -98.05760192871094], [-0.13359679281711578, -0.11863921582698822, 2.6940062046051025, -53.651371002197266], [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': ['131710.635000', '131711.095000', '131711.555000', '131712.015000', '131712.475000', '131712.935000', '131713.395000', '131713.855000', '131714.315000', '131714.775000', '131715.235000', '131715.695000', '131716.155000', '131716.615000', '131717.075000', '131717.535000', '131717.995000', '131718.455000', '131718.915000', '131719.375000', '131719.835000', '131720.295000', '131720.755000', '131721.215000', '131721.675000', '131722.135000', '131722.595000', '131723.055000', '131723.515000', '131723.975000', '131724.435000', '131724.895000', '131725.355000', '131725.815000', '131726.275000', '131726.735000', '131727.195000', '131727.655000', '131728.115000', '131728.575000', '131729.035000', '131729.495000', '131729.955000', '131730.415000', '131730.875000', '131731.335000', '131731.795000', '131732.255000', '131732.715000', '131733.175000', '131733.635000', '131734.095000', '131734.555000', '131735.015000', '131735.475000', '131735.935000', '131736.395000', '131736.855000', '131737.315000', '131737.775000', '131738.235000', '131738.695000', '131739.155000', '131739.615000', '131740.075000', '131740.535000', '131740.995000', '131741.455000', '131741.915000', '131742.375000', '131742.835000', '131743.295000', '131743.755000', '131744.215000', '131744.675000', '131745.135000', '131745.595000', '131746.055000', '131746.515000', '131746.975000', '131747.435000', '131747.895000', '131748.355000', '131748.815000', '131749.275000', '131749.735000', '131750.195000', '131750.655000', '131751.115000', '131751.575000', '131752.035000', '131752.495000', '131752.955000', '131753.415000', '131753.875000', '131754.335000', '131754.795000', '131755.255000', '131755.715000', '131756.175000', '131756.635000', '131757.095000', '131757.555000', '131758.015000', '131758.475000', '131758.935000', '131759.395000', '131759.855000', '131800.315000', '131800.775000', '131801.235000', '131801.695000', '131802.155000', '131802.615000', '131803.075000', '131803.535000', '131803.995000', '131804.455000', '131804.915000', '131805.375000', '131805.835000', '131806.295000', '131806.755000', '131807.215000', '131807.675000', '131808.135000', '131808.595000', '131809.055000', '131809.515000', '131809.975000', '131810.435000', '131810.895000', '131811.355000', '131811.815000', '131812.275000', '131812.735000', '131813.195000', '131813.655000', '131814.115000', '131814.575000', '131815.035000', '131815.495000', '131815.955000', '131816.415000', '131816.875000', '131817.335000', '131817.795000', '131818.255000', '131818.715000', '131819.175000', '131819.635000', '131820.095000', '131820.555000', '131821.015000', '131821.475000', '131821.935000', '131822.395000', '131822.855000', '131823.315000', '131823.775000', '131824.235000', '131824.695000', '131825.155000', '131825.615000', '131826.075000', '131826.535000', '131826.995000', '131827.455000', '131827.915000', '131828.375000', '131828.835000', '131829.295000', '131829.755000', '131830.215000', '131830.675000', '131831.135000', '131831.595000', '131832.055000', '131832.515000', '131832.975000', '131833.435000', '131833.895000', '131834.355000', '131834.815000', '131835.275000', '131835.735000', '131836.195000', '131836.655000', '131837.115000', '131837.575000', '131838.035000', '131838.495000', '131838.955000', '131839.415000', '131839.875000', '131840.335000', '131840.795000', '131841.255000', '131841.715000', '131842.175000', '131842.635000', '131843.095000', '131843.555000', '131844.015000', '131844.475000', '131844.935000', '131845.395000', '131845.855000', '131846.315000', '131846.775000', '131847.235000', '131847.695000', '131848.155000', '131848.615000', '131849.075000', '131849.535000', '131849.995000', '131850.455000', '131850.915000', '131851.375000', '131851.835000', '131852.295000', '131852.755000', '131853.215000', '131853.675000', '131854.135000', '131854.595000', '131855.055000', '131855.515000', '131855.975000', '131856.435000', '131856.895000', '131857.355000', '131857.815000', '131858.275000', '131858.735000', '131859.195000', '131859.655000', '131900.115000', '131900.575000', '131901.035000', '131901.495000', '131901.955000', '131902.415000', '131902.875000', '131903.335000', '131903.795000', '131904.255000', '131904.715000', '131905.175000', '131905.635000', '131906.095000', '131906.555000', '131907.015000', '131907.475000', '131907.935000', '131908.395000', '131908.855000', '131909.315000', '131909.775000', '131910.235000', '131910.695000', '131911.155000', '131911.615000', '131912.075000', '131912.535000', '131912.995000', '131913.455000', '131913.915000', '131914.375000', '131914.835000', '131915.295000', '131915.755000', '131916.215000', '131916.675000', '131917.135000', '131917.595000', '131918.055000', '131918.515000', '131918.975000', '131919.435000', '131919.895000', '131920.355000', '131920.815000', '131921.275000', '131921.735000', '131922.195000', '131922.655000', '131923.115000', '131923.575000', '131924.035000', '131924.495000', '131924.955000', '131925.415000', '131925.875000', '131926.335000', '131926.795000', '131927.255000', '131927.715000', '131928.175000', '131928.635000', '131929.095000', '131929.555000', '131930.015000', '131930.475000', '131930.935000', '131931.395000', '131931.855000', '131932.315000', '131932.775000', '131933.235000', '131933.695000', '131934.155000', '131934.615000', '131935.075000', '131935.535000', '131935.995000', '131936.455000', '131936.915000', '131937.375000', '131937.835000', '131938.295000', '131938.755000', '131939.215000', '131939.675000', '131940.135000', '131940.595000', '131941.055000', '131941.515000', '131941.975000', '131942.435000', '131942.895000', '131943.355000', '131943.815000', '131944.275000', '131944.735000', '131945.195000', '131945.655000', '131946.115000', '131946.575000', '131947.035000', '131947.495000', '131947.955000', '131948.415000', '131948.875000', '131949.335000', '131949.795000', '131950.255000', '131950.715000', '131951.175000', '131951.635000', '131952.095000', '131952.555000', '131953.015000', '131953.475000', '131953.935000', '131954.395000', '131954.855000', '131955.315000', '131955.775000', '131956.235000', '131956.695000', '131957.155000', '131957.615000', '131958.075000', '131958.535000', '131958.995000', '131959.455000', '131959.915000', '132000.375000', '132000.835000', '132001.295000', '132001.755000', '132002.215000', '132002.675000', '132003.135000', '132003.595000', '132004.055000', '132004.515000', '132004.975000', '132005.435000', '132005.895000', '132006.355000', '132006.815000', '132007.275000', '132007.735000', '132008.195000', '132008.655000', '132009.115000', '132009.575000', '132010.035000', '132010.495000', '132010.955000', '132011.415000', '132011.875000', '132012.335000', '132012.795000', '132013.255000', '132013.715000', '132014.175000', '132014.635000', '132015.095000', '132015.555000', '132016.015000', '132016.475000', '132016.935000', '132017.395000', '132017.855000', '132018.315000', '132018.775000', '132019.235000', '132019.695000', '132020.155000', '132020.615000', '132021.075000', '132021.535000', '132021.995000', '132022.455000', '132022.915000', '132023.375000', '132023.835000', '132024.295000', '132024.755000', '132025.215000', '132025.675000', '132026.135000', '132026.595000', '132027.055000', '132027.515000', '132027.975000', '132028.435000', '132028.895000', '132029.355000', '132029.815000', '132030.275000', '132030.735000', '132031.195000', '132031.655000', '132032.115000', '132032.575000', '132033.035000', '132033.495000', '132033.955000', '132034.415000', '132034.875000', '132035.335000', '132035.795000', '132036.255000', '132036.715000', '132037.175000', '132037.635000', '132038.095000', '132038.555000', '132039.015000', '132039.475000', '132039.935000', '132040.395000', '132040.855000', '132041.315000', '132041.775000', '132042.235000', '132042.695000', '132043.155000', '132043.615000', '132044.075000', '132044.535000', '132044.995000', '132045.455000', '132045.915000', '132046.375000', '132046.835000', '132047.295000', '132047.755000', '132048.215000', '132048.675000', '132049.135000', '132049.595000', '132050.055000', '132050.515000', '132050.975000', '132051.435000', '132051.895000', '132052.355000', '132052.815000', '132053.275000', '132053.735000', '132054.195000', '132054.655000', '132055.115000', '132055.575000', '132056.035000', '132056.495000', '132056.955000', '132057.415000', '132057.875000', '132058.335000', '132058.795000', '132059.255000', '132059.715000', '132100.175000', '132100.635000', '132101.095000', '132101.555000', '132102.015000', '132102.475000', '132102.935000', '132103.395000', '132103.855000', '132104.315000', '132104.775000', '132105.235000', '132105.695000', '132106.155000', '132106.615000', '132107.075000', '132107.535000', '132107.995000', '132108.455000', '132108.915000', '132109.375000', '132109.835000', '132110.295000', '132110.755000', '132111.215000', '132111.675000', '132112.135000', '132112.595000', '132113.055000', '132113.515000', '132113.975000', '132114.435000', '132114.895000', '132115.355000', '132115.815000', '132116.275000', '132116.735000', '132117.195000', '132117.655000', '132118.115000', '132118.575000', '132119.035000', '132119.495000', '132119.955000', '132120.415000', '132120.875000', '132121.335000', '132121.795000', '132122.255000', '132122.715000', '132123.175000', '132123.635000', '132124.095000', '132124.555000', '132125.015000', '132125.475000', '132125.935000', '132126.395000', '132126.855000', '132127.315000', '132127.775000', '132128.235000', '132128.695000', '132129.155000', '132129.615000', '132130.075000', '132130.535000', '132130.995000', '132131.455000', '132131.915000', '132132.375000', '132132.835000', '132133.295000', '132133.755000', '132134.215000', '132134.675000', '132135.135000', '132135.595000', '132136.055000', '132136.515000', '132136.975000', '132137.435000', '132137.895000', '132138.355000', '132138.815000', '132139.275000', '132139.735000', '132140.195000', '132140.655000', '132141.115000', '132141.575000', '132142.035000', '132142.495000', '132142.955000', '132143.415000', '132143.875000', '132144.335000', '132144.795000', '132145.255000', '132145.715000', '132146.175000', '132146.635000', '132147.095000', '132147.555000', '132148.015000', '132148.475000', '132148.935000', '132149.395000', '132149.855000', '132150.315000', '132150.775000', '132151.235000', '132151.695000', '132152.155000', '132152.615000', '132153.075000', '132153.535000', '132153.995000', '132154.455000', '132154.915000', '132155.375000', '132155.835000', '132156.295000', '132156.755000', '132157.215000', '132157.675000', '132158.135000', '132158.595000', '132159.055000', '132159.515000', '132159.975000', '132200.435000', '132200.895000', '132201.355000', '132201.815000', '132202.275000', '132202.735000', '132203.195000', '132203.655000', '132204.115000', '132204.575000', '132205.035000', '132205.495000', '132205.955000', '132206.415000', '132206.875000', '132207.335000', '132207.795000', '132208.255000', '132208.715000', '132209.175000', '132209.635000', '132210.095000', '132210.555000', '132211.015000', '132211.475000', '132211.935000', '132212.395000', '132212.855000', '132213.315000', '132213.775000', '132214.235000', '132214.695000', '132215.155000', '132215.615000', '132216.075000', '132216.535000', '132216.995000', '132217.455000', '132217.915000', '132218.375000', '132218.835000', '132219.295000', '132219.755000', '132220.215000', '132220.675000', '132221.135000', '132221.595000', '132222.055000', '132222.515000', '132222.975000', '132223.435000', '132223.895000', '132224.355000', '132224.815000', '132225.275000', '132225.735000', '132226.195000', '132226.655000', '132227.115000', '132227.575000', '132228.035000', '132228.495000', '132228.955000', '132229.415000', '132229.875000', '132230.335000', '132230.795000', '132231.255000', '132231.715000', '132232.175000', '132232.635000', '132233.095000', '132233.555000', '132234.015000', '132234.475000', '132234.935000', '132235.395000', '132235.855000', '132236.315000', '132236.775000', '132237.235000', '132237.695000', '132238.155000', '132238.615000', '132239.075000', '132239.535000', '132239.995000', '132240.455000', '132240.915000', '132241.375000', '132241.835000', '132242.295000', '132242.755000', '132243.215000', '132243.675000', '132244.135000', '132244.595000', '132245.055000', '132245.515000', '132245.975000', '132246.435000', '132246.895000', '132247.355000', '132247.815000', '132248.275000', '132248.735000', '132249.195000', '132249.655000', '132250.115000', '132250.575000', '132251.035000', '132251.495000', '132251.955000', '132252.415000', '132252.875000', '132253.335000', '132253.795000', '132254.255000', '132254.715000', '132255.175000', '132255.635000', '132256.095000', '132256.555000', '132257.015000', '132257.475000', '132257.935000', '132258.395000', '132258.855000', '132259.315000', '132259.775000', '132300.235000', '132300.695000', '132301.155000', '132301.615000', '132302.075000', '132302.535000', '132302.995000', '132303.455000', '132303.915000', '132304.375000', '132304.835000', '132305.295000', '132305.755000', '132306.215000', '132306.675000', '132307.135000', '132307.595000', '132308.055000', '132308.515000', '132308.975000', '132309.435000', '132309.895000', '132310.355000', '132310.815000', '132311.275000', '132311.735000', '132312.195000', '132312.655000', '132313.115000', '132313.575000', '132314.035000', '132314.495000', '132314.955000', '132315.415000', '132315.875000', '132316.335000', '132316.795000', '132317.255000', '132317.715000', '132318.175000', '132318.635000', '132319.095000', '132319.555000', '132320.015000', '132320.475000', '132320.935000', '132321.395000', '132321.855000', '132322.315000', '132322.775000', '132323.235000', '132323.695000', '132324.155000', '132324.615000', '132325.075000', '132325.535000', '132325.995000', '132326.455000', '132326.915000', '132327.375000', '132327.835000', '132328.295000', '132328.755000', '132329.215000', '132329.675000', '132330.135000', '132330.595000', '132331.055000', '132331.515000', '132331.975000', '132332.435000', '132332.895000', '132333.355000', '132333.815000', '132334.275000', '132334.735000', '132335.195000', '132335.655000', '132336.115000', '132336.575000', '132337.035000', '132337.495000', '132337.955000', '132338.415000', '132338.875000', '132339.335000', '132339.795000', '132340.255000', '132340.715000', '132341.175000', '132341.635000', '132342.095000', '132342.555000', '132343.015000', '132343.475000', '132343.935000', '132344.395000', '132344.855000', '132345.315000', '132345.775000', '132346.235000', '132346.695000', '132347.155000', '132347.615000', '132348.075000', '132348.535000', '132348.995000', '132349.455000', '132349.915000', '132350.375000', '132350.835000', '132351.295000', '132351.755000', '132352.215000', '132352.675000', '132353.135000', '132353.595000', '132354.055000', '132354.515000', '132354.975000', '132355.435000', '132355.895000', '132356.355000', '132356.815000', '132357.275000', '132357.735000', '132358.195000', '132358.655000', '132359.115000', '132359.575000', '132400.035000', '132400.495000', '132400.955000', '132401.415000', '132401.875000', '132402.335000', '132402.795000', '132403.255000', '132403.715000', '132404.175000', '132404.635000', '132405.095000', '132405.555000', '132406.015000', '132406.475000', '132406.935000', '132407.395000', '132407.855000', '132408.315000', '132408.775000', '132409.235000', '132409.695000', '132410.155000', '132410.615000'], 'ContentTime': ['131717.953000', '131717.956000', '131717.959000', '131717.962000', '131717.965000', '131717.967000', '131717.974000', '131717.977000', '131717.980000', '131717.983000', '131717.985000', '131717.988000', '131717.991000', '131717.993000', '131737.902000', '131737.905000', '131737.908000', '131737.910000', '131737.913000', '131737.916000', '131737.918000', '131737.921000', '131737.923000', '131737.927000', '131737.930000', '131737.932000', '131737.935000', '131737.938000', '131737.940000', '131737.943000', '131737.946000', '131737.948000', '131737.951000', '131737.953000', '131737.956000', '131737.959000', '131737.961000', '131737.964000', '131737.967000', '131737.969000', '131737.972000', '131737.974000', '131737.977000', '131737.980000', '131737.982000', '131737.985000', '131737.988000', '131737.990000', '131737.993000', '131737.995000', '131737.998000', '131738.001000', '131738.003000', '131738.006000', '131738.008000', '131738.011000', '131738.018000', '131738.020000', '131757.902000', '131757.905000', '131757.908000', '131757.911000', '131757.917000', '131757.920000', '131757.923000', '131757.925000', '131757.928000', '131757.930000', '131757.933000', '131757.936000', '131757.938000', '131757.941000', '131757.944000', '131757.946000', '131757.949000', '131757.951000', '131757.954000', '131757.957000', '131757.959000', '131757.962000', '131757.964000', '131757.967000', '131757.969000', '131757.972000', '131757.975000', '131757.977000', '131757.980000', '131757.982000', '131757.985000', '131757.988000', '131757.990000', '131757.993000', '131757.995000', '131757.998000', '131758.002000', '131758.004000', '131758.007000', '131758.010000', '131758.012000', '131758.015000', '131758.017000', '131817.904000', '131817.907000', '131817.910000', '131817.912000', '131817.915000', '131817.918000', '131817.920000', '131817.923000', '131817.926000', '131817.928000', '131817.931000', '131817.934000', '131817.936000', '131817.939000', '131817.941000', '131817.944000', '131817.947000', '131817.949000', '131817.952000', '131817.955000', '131817.957000', '131817.960000', '131817.962000', '131817.965000', '131817.968000', '131817.970000', '131817.973000', '131817.976000', '131817.978000', '131817.981000', '131817.983000', '131817.986000', '131817.989000', '131817.991000', '131817.994000', '131817.997000', '131817.999000', '131818.002000', '131818.004000', '131818.007000', '131818.010000', '131818.012000', '131818.015000', '131837.902000', '131837.905000', '131837.908000', '131837.911000', '131837.913000', '131837.916000', '131837.918000', '131837.921000', '131837.924000', '131837.926000', '131837.929000', '131837.931000', '131837.934000', '131837.937000', '131837.939000', '131837.942000', '131837.944000', '131837.947000', '131837.950000', '131837.952000', '131837.955000', '131837.958000', '131837.960000', '131837.963000', '131837.965000', '131837.968000', '131837.971000', '131837.973000', '131837.976000', '131837.978000', '131837.981000', '131837.984000', '131837.986000', '131837.989000', '131837.992000', '131837.994000', '131837.997000', '131837.999000', '131838.002000', '131838.005000', '131838.007000', '131838.010000', '131838.013000', '131838.015000', '131857.902000', '131857.905000', '131857.908000', '131857.910000', '131857.913000', '131857.916000', '131857.918000', '131857.921000', '131857.924000', '131857.927000', '131857.930000', '131857.934000', '131857.936000', '131857.939000', '131857.941000', '131857.944000', '131857.947000', '131857.949000', '131857.952000', '131857.955000', '131857.957000', '131857.960000', '131857.962000', '131857.965000', '131857.968000', '131857.971000', '131857.973000', '131857.976000', '131857.978000', '131857.981000', '131857.984000', '131857.986000', '131857.989000', '131857.992000', '131857.994000', '131857.997000', '131858.000000', '131858.003000', '131858.022000', '131858.024000', '131858.027000', '131858.029000', '131858.032000', '131917.902000', '131917.905000', '131917.908000', '131917.911000', '131917.913000', '131917.916000', '131917.919000', '131917.921000', '131917.924000', '131917.927000', '131917.929000', '131917.932000', '131917.934000', '131917.937000', '131917.940000', '131917.942000', '131917.945000', '131917.948000', '131917.950000', '131917.953000', '131917.956000', '131917.958000', '131917.961000', '131917.964000', '131917.966000', '131917.969000', '131917.972000', '131917.974000', '131917.977000', '131917.980000', '131917.982000', '131917.985000', '131917.987000', '131917.990000', '131917.993000', '131917.995000', '131917.998000', '131918.002000', '131918.004000', '131918.007000', '131918.009000', '131918.020000', '131918.023000', '131918.026000', '131937.902000', '131937.905000', '131937.908000', '131937.911000', '131937.913000', '131937.916000', '131937.918000', '131937.921000', '131937.924000', '131937.926000', '131937.929000', '131937.932000', '131937.934000', '131937.937000', '131937.939000', '131937.942000', '131937.945000', '131937.947000', '131937.950000', '131937.953000', '131937.956000', '131937.959000', '131937.962000', '131937.964000', '131937.967000', '131937.970000', '131937.972000', '131937.975000', '131937.978000', '131937.980000', '131937.983000', '131937.986000', '131937.988000', '131937.991000', '131937.994000', '131937.996000', '131938.000000', '131938.003000', '131938.006000', '131938.008000', '131938.011000', '131938.014000', '131938.017000', '131957.903000', '131957.905000', '131957.908000', '131957.910000', '131957.914000', '131957.917000', '131957.919000', '131957.922000', '131957.925000', '131957.928000', '131957.930000', '131957.933000', '131957.935000', '131957.938000', '131957.941000', '131957.943000', '131957.946000', '131957.949000', '131957.951000', '131957.954000', '131957.956000', '131957.959000', '131957.962000', '131957.964000', '131957.967000', '131957.970000', '131957.972000', '131957.975000', '131957.978000', '131957.980000', '131957.983000', '131957.985000', '131957.988000', '131957.991000', '131957.993000', '131957.996000', '131958.000000', '131958.002000', '131958.005000', '131958.008000', '131958.010000', '131958.013000', '131958.015000', '131958.018000', '132017.902000', '132017.905000', '132017.908000', '132017.911000', '132017.913000', '132017.916000', '132017.919000', '132017.922000', '132017.924000', '132017.927000', '132017.929000', '132017.932000', '132017.935000', '132017.937000', '132017.940000', '132017.943000', '132017.945000', '132017.948000', '132017.951000', '132017.953000', '132017.956000', '132017.959000', '132017.962000', '132017.964000', '132017.967000', '132017.971000', '132017.974000', '132017.977000', '132017.979000', '132017.982000', '132017.985000', '132017.987000', '132017.990000', '132017.992000', '132017.995000', '132017.998000', '132018.002000', '132018.004000', '132018.008000', '132018.010000', '132018.013000', '132018.016000', '132018.018000', '132037.903000', '132037.906000', '132037.909000', '132037.911000', '132037.921000', '132037.924000', '132037.926000', '132037.929000', '132037.932000', '132037.934000', '132037.937000', '132037.940000', '132037.942000', '132037.945000', '132037.947000', '132037.950000', '132037.953000', '132037.955000', '132037.958000', '132037.972000', '132037.975000', '132037.977000', '132037.980000', '132037.983000', '132037.985000', '132037.988000', '132037.990000', '132037.993000', '132037.996000', '132037.998000', '132038.002000', '132038.005000', '132038.007000', '132038.010000', '132038.013000', '132038.015000', '132038.018000', '132038.021000', '132038.023000', '132038.026000', '132038.028000', '132038.031000', '132038.034000', '132038.036000', '132057.903000', '132057.906000', '132057.908000', '132057.911000', '132057.914000', '132057.916000', '132057.919000', '132057.922000', '132057.924000', '132057.927000', '132057.930000', '132057.932000', '132057.935000', '132057.938000', '132057.940000', '132057.943000', '132057.945000', '132057.948000', '132057.951000', '132057.954000', '132057.956000', '132057.959000', '132057.962000', '132057.964000', '132057.967000', '132057.970000', '132057.972000', '132057.975000', '132057.978000', '132057.980000', '132057.983000', '132057.986000', '132057.988000', '132057.991000', '132057.994000', '132057.996000', '132058.000000', '132058.002000', '132058.005000', '132058.008000', '132058.010000', '132058.013000', '132058.016000', '132117.903000', '132117.905000', '132117.908000', '132117.911000', '132117.914000', '132117.916000', '132117.920000', '132117.922000', '132117.925000', '132117.928000', '132117.930000', '132117.933000', '132117.936000', '132117.938000', '132117.941000', '132117.944000', '132117.946000', '132117.949000', '132117.952000', '132117.954000', '132117.957000', '132117.959000', '132117.962000', '132117.965000', '132117.967000', '132117.970000', '132117.973000', '132117.975000', '132117.978000', '132117.980000', '132117.983000', '132117.986000', '132117.988000', '132117.991000', '132117.994000', '132117.996000', '132118.000000', '132118.003000', '132118.005000', '132118.008000', '132118.011000', '132118.013000', '132118.016000', '132118.019000', '132137.902000', '132137.905000', '132137.908000', '132137.911000', '132137.913000', '132137.916000', '132137.919000', '132137.921000', '132137.924000', '132137.927000', '132137.929000', '132137.932000', '132137.934000', '132137.937000', '132137.940000', '132137.942000', '132137.945000', '132137.948000', '132137.950000', '132137.953000', '132137.956000', '132137.958000', '132137.961000', '132137.964000', '132137.966000', '132137.969000', '132137.972000', '132137.974000', '132137.977000', '132137.980000', '132137.982000', '132137.985000', '132137.988000', '132137.990000', '132137.993000', '132137.995000', '132137.998000', '132138.002000', '132138.005000', '132138.007000', '132138.010000', '132138.013000', '132138.015000', '132157.902000', '132157.906000', '132157.909000', '132157.911000', '132157.914000', '132157.917000', '132157.919000', '132157.922000', '132157.925000', '132157.927000', '132157.930000', '132157.933000', '132157.935000', '132157.938000', '132157.940000', '132157.943000', '132157.946000', '132157.948000', '132157.951000', '132157.954000', '132157.956000', '132157.959000', '132157.962000', '132157.964000', '132157.967000', '132157.970000', '132157.972000', '132157.975000', '132157.977000', '132157.980000', '132157.983000', '132157.985000', '132157.988000', '132157.991000', '132157.993000', '132157.996000', '132157.998000', '132158.002000', '132158.004000', '132158.007000', '132158.009000', '132158.012000', '132158.015000', '132158.017000', '132217.912000', '132217.915000', '132217.917000', '132217.920000', '132217.923000', '132217.925000', '132217.928000', '132217.931000', '132217.933000', '132217.936000', '132217.939000', '132217.942000', '132217.944000', '132217.947000', '132217.949000', '132217.952000', '132217.955000', '132217.957000', '132217.960000', '132217.963000', '132217.965000', '132217.968000', '132217.971000', '132217.973000', '132217.976000', '132217.979000', '132217.981000', '132217.984000', '132217.987000', '132217.989000', '132217.992000', '132217.995000', '132217.997000', '132218.001000', '132218.004000', '132218.006000', '132218.009000', '132218.012000', '132218.014000', '132218.017000', '132218.020000', '132218.022000', '132218.025000', '132237.903000', '132237.907000', '132237.910000', '132237.913000', '132237.915000', '132237.918000', '132237.921000', '132237.923000', '132237.926000', '132237.929000', '132237.931000', '132237.934000', '132237.937000', '132237.939000', '132237.942000', '132237.945000', '132237.947000', '132237.950000', '132237.953000', '132237.955000', '132237.958000', '132237.961000', '132237.963000', '132237.966000', '132237.969000', '132237.971000', '132237.974000', '132237.977000', '132237.979000', '132237.982000', '132237.985000', '132237.987000', '132237.990000', '132237.993000', '132237.995000', '132237.998000', '132238.001000', '132238.003000', '132238.014000', '132238.016000', '132238.019000', '132238.022000', '132238.024000', '132238.027000', '132257.903000', '132257.906000', '132257.909000', '132257.912000', '132257.914000', '132257.917000', '132257.920000', '132257.922000', '132257.925000', '132257.928000', '132257.930000', '132257.933000', '132257.936000', '132257.938000', '132257.941000', '132257.944000', '132257.946000', '132257.949000', '132257.952000', '132257.954000', '132257.957000', '132257.961000', '132257.964000', '132257.967000', '132257.969000', '132257.972000', '132257.974000', '132257.977000', '132257.980000', '132257.982000', '132257.985000', '132257.988000', '132257.991000', '132257.993000', '132257.996000', '132257.998000', '132258.002000', '132258.005000', '132258.007000', '132258.010000', '132258.013000', '132258.016000', '132258.019000', '132317.903000', '132317.905000', '132317.908000', '132317.911000', '132317.914000', '132317.916000', '132317.919000', '132317.922000', '132317.924000', '132317.927000', '132317.929000', '132317.932000', '132317.935000', '132317.937000', '132317.940000', '132317.943000', '132317.945000', '132317.948000', '132317.951000', '132317.953000', '132317.956000', '132317.959000', '132317.961000', '132317.964000', '132317.967000', '132317.969000', '132317.972000', '132317.975000', '132317.978000', '132317.980000', '132317.983000', '132317.986000', '132317.988000', '132317.991000', '132317.993000', '132317.996000', '132318.000000', '132318.002000', '132318.005000', '132318.008000', '132318.010000', '132318.013000', '132318.016000', '132318.019000', '132337.902000', '132337.905000', '132337.908000', '132337.911000', '132337.913000', '132337.916000', '132337.919000', '132337.921000', '132337.924000', '132337.926000', '132337.929000', '132337.944000', '132337.947000', '132337.950000', '132337.952000', '132337.955000', '132337.957000', '132337.960000', '132337.963000', '132337.965000', '132337.968000', '132337.970000', '132337.973000', '132337.976000', '132337.978000', '132337.981000', '132337.984000', '132337.986000', '132337.989000', '132337.992000', '132337.994000', '132337.997000', '132338.000000', '132338.003000', '132338.006000', '132338.008000', '132338.011000', '132338.014000', '132338.016000', '132338.019000', '132338.022000', '132338.024000', '132338.027000', '132357.903000', '132357.905000', '132357.908000', '132357.911000', '132357.914000', '132357.916000', '132357.919000', '132357.922000', '132357.924000', '132357.927000', '132357.930000', '132357.932000', '132357.935000', '132357.938000', '132357.940000', '132357.943000', '132357.946000', '132357.948000', '132357.958000', '132357.961000', '132357.963000', '132357.966000', '132357.969000', '132357.971000', '132357.974000', '132357.976000', '132357.979000', '132357.982000', '132357.984000', '132357.987000', '132357.990000', '132357.992000', '132357.995000', '132357.997000', '132358.001000', '132358.004000', '132358.006000', '132358.009000', '132358.011000', '132358.014000', '132358.017000', '132358.019000', '132358.022000', '132358.025000', '132411.650000', '132411.653000', '132411.656000', '132411.658000', '132411.661000', '132411.664000', '132411.667000', '132411.670000', '132411.672000', '132411.675000', '132411.685000', '132411.688000', '132411.691000', '132411.694000', '132411.697000', '132411.700000', '132411.703000', '132411.706000', '132411.709000', '132411.712000', '132411.715000', '132411.718000', '132411.721000', '132411.724000', '132411.728000', '132411.731000', '132411.734000', '132411.737000', '132411.740000', '132411.744000'], 'InstanceCreationTime': ['131717.953000', '131717.956000', '131717.959000', '131717.962000', '131717.965000', '131717.967000', '131717.974000', '131717.977000', '131717.980000', '131717.983000', '131717.985000', '131717.988000', '131717.991000', '131717.993000', '131737.902000', '131737.905000', '131737.908000', '131737.910000', '131737.913000', '131737.916000', '131737.918000', '131737.921000', '131737.923000', '131737.927000', '131737.930000', '131737.932000', '131737.935000', '131737.938000', '131737.940000', '131737.943000', '131737.946000', '131737.948000', '131737.951000', '131737.953000', '131737.956000', '131737.959000', '131737.961000', '131737.964000', '131737.967000', '131737.969000', '131737.972000', '131737.974000', '131737.977000', '131737.980000', '131737.982000', '131737.985000', '131737.988000', '131737.990000', '131737.993000', '131737.995000', '131737.998000', '131738.001000', '131738.003000', '131738.006000', '131738.008000', '131738.011000', '131738.018000', '131738.020000', '131757.902000', '131757.905000', '131757.908000', '131757.911000', '131757.917000', '131757.920000', '131757.923000', '131757.925000', '131757.928000', '131757.930000', '131757.933000', '131757.936000', '131757.938000', '131757.941000', '131757.944000', '131757.946000', '131757.949000', '131757.951000', '131757.954000', '131757.957000', '131757.959000', '131757.962000', '131757.964000', '131757.967000', '131757.969000', '131757.972000', '131757.975000', '131757.977000', '131757.980000', '131757.982000', '131757.985000', '131757.988000', '131757.990000', '131757.993000', '131757.995000', '131757.998000', '131758.002000', '131758.004000', '131758.007000', '131758.010000', '131758.012000', '131758.015000', '131758.017000', '131817.904000', '131817.907000', '131817.910000', '131817.912000', '131817.915000', '131817.918000', '131817.920000', '131817.923000', '131817.926000', '131817.928000', '131817.931000', '131817.934000', '131817.936000', '131817.939000', '131817.941000', '131817.944000', '131817.947000', '131817.949000', '131817.952000', '131817.955000', '131817.957000', '131817.960000', '131817.962000', '131817.965000', '131817.968000', '131817.970000', '131817.973000', '131817.976000', '131817.978000', '131817.981000', '131817.983000', '131817.986000', '131817.989000', '131817.991000', '131817.994000', '131817.997000', '131817.999000', '131818.002000', '131818.004000', '131818.007000', '131818.010000', '131818.012000', '131818.015000', '131837.902000', '131837.905000', '131837.908000', '131837.911000', '131837.913000', '131837.916000', '131837.918000', '131837.921000', '131837.924000', '131837.926000', '131837.929000', '131837.931000', '131837.934000', '131837.937000', '131837.939000', '131837.942000', '131837.944000', '131837.947000', '131837.950000', '131837.952000', '131837.955000', '131837.958000', '131837.960000', '131837.963000', '131837.965000', '131837.968000', '131837.971000', '131837.973000', '131837.976000', '131837.978000', '131837.981000', '131837.984000', '131837.986000', '131837.989000', '131837.992000', '131837.994000', '131837.997000', '131837.999000', '131838.002000', '131838.005000', '131838.007000', '131838.010000', '131838.013000', '131838.015000', '131857.902000', '131857.905000', '131857.908000', '131857.910000', '131857.913000', '131857.916000', '131857.918000', '131857.921000', '131857.924000', '131857.927000', '131857.930000', '131857.934000', '131857.936000', '131857.939000', '131857.941000', '131857.944000', '131857.947000', '131857.949000', '131857.952000', '131857.955000', '131857.957000', '131857.960000', '131857.962000', '131857.965000', '131857.968000', '131857.971000', '131857.973000', '131857.976000', '131857.978000', '131857.981000', '131857.984000', '131857.986000', '131857.989000', '131857.992000', '131857.994000', '131857.997000', '131858.000000', '131858.003000', '131858.022000', '131858.024000', '131858.027000', '131858.029000', '131858.032000', '131917.902000', '131917.905000', '131917.908000', '131917.911000', '131917.913000', '131917.916000', '131917.919000', '131917.921000', '131917.924000', '131917.927000', '131917.929000', '131917.932000', '131917.934000', '131917.937000', '131917.940000', '131917.942000', '131917.945000', '131917.948000', '131917.950000', '131917.953000', '131917.956000', '131917.958000', '131917.961000', '131917.964000', '131917.966000', '131917.969000', '131917.972000', '131917.974000', '131917.977000', '131917.980000', '131917.982000', '131917.985000', '131917.987000', '131917.990000', '131917.993000', '131917.995000', '131917.998000', '131918.002000', '131918.004000', '131918.007000', '131918.009000', '131918.020000', '131918.023000', '131918.026000', '131937.902000', '131937.905000', '131937.908000', '131937.911000', '131937.913000', '131937.916000', '131937.918000', '131937.921000', '131937.924000', '131937.926000', '131937.929000', '131937.932000', '131937.934000', '131937.937000', '131937.939000', '131937.942000', '131937.945000', '131937.947000', '131937.950000', '131937.953000', '131937.956000', '131937.959000', '131937.962000', '131937.964000', '131937.967000', '131937.970000', '131937.972000', '131937.975000', '131937.978000', '131937.980000', '131937.983000', '131937.986000', '131937.988000', '131937.991000', '131937.994000', '131937.996000', '131938.000000', '131938.003000', '131938.006000', '131938.008000', '131938.011000', '131938.014000', '131938.017000', '131957.903000', '131957.905000', '131957.908000', '131957.910000', '131957.914000', '131957.917000', '131957.919000', '131957.922000', '131957.925000', '131957.928000', '131957.930000', '131957.933000', '131957.935000', '131957.938000', '131957.941000', '131957.943000', '131957.946000', '131957.949000', '131957.951000', '131957.954000', '131957.956000', '131957.959000', '131957.962000', '131957.964000', '131957.967000', '131957.970000', '131957.972000', '131957.975000', '131957.978000', '131957.980000', '131957.983000', '131957.985000', '131957.988000', '131957.991000', '131957.993000', '131957.996000', '131958.000000', '131958.002000', '131958.005000', '131958.008000', '131958.010000', '131958.013000', '131958.015000', '131958.018000', '132017.902000', '132017.905000', '132017.908000', '132017.911000', '132017.913000', '132017.916000', '132017.919000', '132017.922000', '132017.924000', '132017.927000', '132017.929000', '132017.932000', '132017.935000', '132017.937000', '132017.940000', '132017.943000', '132017.945000', '132017.948000', '132017.951000', '132017.953000', '132017.956000', '132017.959000', '132017.962000', '132017.964000', '132017.967000', '132017.971000', '132017.974000', '132017.977000', '132017.979000', '132017.982000', '132017.985000', '132017.987000', '132017.990000', '132017.992000', '132017.995000', '132017.998000', '132018.002000', '132018.004000', '132018.008000', '132018.010000', '132018.013000', '132018.016000', '132018.018000', '132037.903000', '132037.906000', '132037.909000', '132037.911000', '132037.921000', '132037.924000', '132037.926000', '132037.929000', '132037.932000', '132037.934000', '132037.937000', '132037.940000', '132037.942000', '132037.945000', '132037.947000', '132037.950000', '132037.953000', '132037.955000', '132037.958000', '132037.972000', '132037.975000', '132037.977000', '132037.980000', '132037.983000', '132037.985000', '132037.988000', '132037.990000', '132037.993000', '132037.996000', '132037.998000', '132038.002000', '132038.005000', '132038.007000', '132038.010000', '132038.013000', '132038.015000', '132038.018000', '132038.021000', '132038.023000', '132038.026000', '132038.028000', '132038.031000', '132038.034000', '132038.036000', '132057.903000', '132057.906000', '132057.908000', '132057.911000', '132057.914000', '132057.916000', '132057.919000', '132057.922000', '132057.924000', '132057.927000', '132057.930000', '132057.932000', '132057.935000', '132057.938000', '132057.940000', '132057.943000', '132057.945000', '132057.948000', '132057.951000', '132057.954000', '132057.956000', '132057.959000', '132057.962000', '132057.964000', '132057.967000', '132057.970000', '132057.972000', '132057.975000', '132057.978000', '132057.980000', '132057.983000', '132057.986000', '132057.988000', '132057.991000', '132057.994000', '132057.996000', '132058.000000', '132058.002000', '132058.005000', '132058.008000', '132058.010000', '132058.013000', '132058.016000', '132117.903000', '132117.905000', '132117.908000', '132117.911000', '132117.914000', '132117.916000', '132117.920000', '132117.922000', '132117.925000', '132117.928000', '132117.930000', '132117.933000', '132117.936000', '132117.938000', '132117.941000', '132117.944000', '132117.946000', '132117.949000', '132117.952000', '132117.954000', '132117.957000', '132117.959000', '132117.962000', '132117.965000', '132117.967000', '132117.970000', '132117.973000', '132117.975000', '132117.978000', '132117.980000', '132117.983000', '132117.986000', '132117.988000', '132117.991000', '132117.994000', '132117.996000', '132118.000000', '132118.003000', '132118.005000', '132118.008000', '132118.011000', '132118.013000', '132118.016000', '132118.019000', '132137.902000', '132137.905000', '132137.908000', '132137.911000', '132137.913000', '132137.916000', '132137.919000', '132137.921000', '132137.924000', '132137.927000', '132137.929000', '132137.932000', '132137.934000', '132137.937000', '132137.940000', '132137.942000', '132137.945000', '132137.948000', '132137.950000', '132137.953000', '132137.956000', '132137.958000', '132137.961000', '132137.964000', '132137.966000', '132137.969000', '132137.972000', '132137.974000', '132137.977000', '132137.980000', '132137.982000', '132137.985000', '132137.988000', '132137.990000', '132137.993000', '132137.995000', '132137.998000', '132138.002000', '132138.005000', '132138.007000', '132138.010000', '132138.013000', '132138.015000', '132157.902000', '132157.906000', '132157.909000', '132157.911000', '132157.914000', '132157.917000', '132157.919000', '132157.922000', '132157.925000', '132157.927000', '132157.930000', '132157.933000', '132157.935000', '132157.938000', '132157.940000', '132157.943000', '132157.946000', '132157.948000', '132157.951000', '132157.954000', '132157.956000', '132157.959000', '132157.962000', '132157.964000', '132157.967000', '132157.970000', '132157.972000', '132157.975000', '132157.977000', '132157.980000', '132157.983000', '132157.985000', '132157.988000', '132157.991000', '132157.993000', '132157.996000', '132157.998000', '132158.002000', '132158.004000', '132158.007000', '132158.009000', '132158.012000', '132158.015000', '132158.017000', '132217.912000', '132217.915000', '132217.917000', '132217.920000', '132217.923000', '132217.925000', '132217.928000', '132217.931000', '132217.933000', '132217.936000', '132217.939000', '132217.942000', '132217.944000', '132217.947000', '132217.949000', '132217.952000', '132217.955000', '132217.957000', '132217.960000', '132217.963000', '132217.965000', '132217.968000', '132217.971000', '132217.973000', '132217.976000', '132217.979000', '132217.981000', '132217.984000', '132217.987000', '132217.989000', '132217.992000', '132217.995000', '132217.997000', '132218.001000', '132218.004000', '132218.006000', '132218.009000', '132218.012000', '132218.014000', '132218.017000', '132218.020000', '132218.022000', '132218.025000', '132237.903000', '132237.907000', '132237.910000', '132237.913000', '132237.915000', '132237.918000', '132237.921000', '132237.923000', '132237.926000', '132237.929000', '132237.931000', '132237.934000', '132237.937000', '132237.939000', '132237.942000', '132237.945000', '132237.947000', '132237.950000', '132237.953000', '132237.955000', '132237.958000', '132237.961000', '132237.963000', '132237.966000', '132237.969000', '132237.971000', '132237.974000', '132237.977000', '132237.979000', '132237.982000', '132237.985000', '132237.987000', '132237.990000', '132237.993000', '132237.995000', '132237.998000', '132238.001000', '132238.003000', '132238.014000', '132238.016000', '132238.019000', '132238.022000', '132238.024000', '132238.027000', '132257.903000', '132257.906000', '132257.909000', '132257.912000', '132257.914000', '132257.917000', '132257.920000', '132257.922000', '132257.925000', '132257.928000', '132257.930000', '132257.933000', '132257.936000', '132257.938000', '132257.941000', '132257.944000', '132257.946000', '132257.949000', '132257.952000', '132257.954000', '132257.957000', '132257.961000', '132257.964000', '132257.967000', '132257.969000', '132257.972000', '132257.974000', '132257.977000', '132257.980000', '132257.982000', '132257.985000', '132257.988000', '132257.991000', '132257.993000', '132257.996000', '132257.998000', '132258.002000', '132258.005000', '132258.007000', '132258.010000', '132258.013000', '132258.016000', '132258.019000', '132317.903000', '132317.905000', '132317.908000', '132317.911000', '132317.914000', '132317.916000', '132317.919000', '132317.922000', '132317.924000', '132317.927000', '132317.929000', '132317.932000', '132317.935000', '132317.937000', '132317.940000', '132317.943000', '132317.945000', '132317.948000', '132317.951000', '132317.953000', '132317.956000', '132317.959000', '132317.961000', '132317.964000', '132317.967000', '132317.969000', '132317.972000', '132317.975000', '132317.978000', '132317.980000', '132317.983000', '132317.986000', '132317.988000', '132317.991000', '132317.993000', '132317.996000', '132318.000000', '132318.002000', '132318.005000', '132318.008000', '132318.010000', '132318.013000', '132318.016000', '132318.019000', '132337.902000', '132337.905000', '132337.908000', '132337.911000', '132337.913000', '132337.916000', '132337.919000', '132337.921000', '132337.924000', '132337.926000', '132337.929000', '132337.944000', '132337.947000', '132337.950000', '132337.952000', '132337.955000', '132337.957000', '132337.960000', '132337.963000', '132337.965000', '132337.968000', '132337.970000', '132337.973000', '132337.976000', '132337.978000', '132337.981000', '132337.984000', '132337.986000', '132337.989000', '132337.992000', '132337.994000', '132337.997000', '132338.000000', '132338.003000', '132338.006000', '132338.008000', '132338.011000', '132338.014000', '132338.016000', '132338.019000', '132338.022000', '132338.024000', '132338.027000', '132357.903000', '132357.905000', '132357.908000', '132357.911000', '132357.914000', '132357.916000', '132357.919000', '132357.922000', '132357.924000', '132357.927000', '132357.930000', '132357.932000', '132357.935000', '132357.938000', '132357.940000', '132357.943000', '132357.946000', '132357.948000', '132357.958000', '132357.961000', '132357.963000', '132357.966000', '132357.969000', '132357.971000', '132357.974000', '132357.976000', '132357.979000', '132357.982000', '132357.984000', '132357.987000', '132357.990000', '132357.992000', '132357.995000', '132357.997000', '132358.001000', '132358.004000', '132358.006000', '132358.009000', '132358.011000', '132358.014000', '132358.017000', '132358.019000', '132358.022000', '132358.025000', '132411.650000', '132411.653000', '132411.656000', '132411.658000', '132411.661000', '132411.664000', '132411.667000', '132411.670000', '132411.672000', '132411.675000', '132411.685000', '132411.688000', '132411.691000', '132411.694000', '132411.697000', '132411.700000', '132411.703000', '132411.706000', '132411.709000', '132411.712000', '132411.715000', '132411.718000', '132411.721000', '132411.724000', '132411.728000', '132411.731000', '132411.734000', '132411.737000', '132411.740000', '132411.744000'], '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': [12199, 15784, 11010, 11654, 14431, 10726, 11408, 13778, 10480, 11604, 13291, 10874, 11497, 13708, 10646, 12001, 12876, 10358, 11526, 12201, 11560, 11173, 11582, 11897, 11051, 11561, 11611, 11096, 11596, 11777, 10724, 11481, 11736, 10955, 11365, 10581, 10577, 11287, 11495, 10139, 11533, 11529, 10817, 11521, 11454, 10373, 11202, 10083, 10894, 11902, 11227, 10557, 11317, 10394, 10418, 12816, 11425, 10982, 12170, 11038, 10310, 12156, 10719, 10293, 11936, 15732, 9602, 11013, 14179, 9442, 10845, 14420, 9485, 11226, 13542, 10022, 10798, 12461, 9791, 10558, 13941, 10292, 10719, 13876, 10119, 10216, 12624, 10322, 10815, 12496, 15261, 10593, 11681, 14453, 9898, 11209, 13557, 10124, 11533, 13749, 10385, 11494, 13192, 11120, 11445, 12705, 13186, 10963, 11626, 12747, 10838, 11448, 14470, 11279, 11537, 14259, 9996, 11717, 12798, 9449, 11150, 12736, 11202, 11454, 11782, 9561, 10685, 11431, 13582, 11078, 11271, 14394, 10998, 11636, 12745, 10817, 11386, 13554, 10870, 11537, 13193, 9663, 11225, 11623, 10136, 11472, 13353, 11331, 11191, 12328, 11139, 10944, 12032, 10300, 11581, 11892, 11725, 10891, 11641, 13296, 11090, 11690, 14424, 11037, 11903, 13530, 10308, 11380, 13140, 10625, 11799, 13658, 10031, 11898, 13104, 10322, 11373, 13688, 10223, 11981, 14036, 10354, 11464, 13003, 10982, 12086, 14520, 10324, 11737, 13648, 9740, 11509, 13569, 10464, 11719, 13089, 11665, 10787, 11136, 9700, 11789, 13323, 11317, 11494, 13748, 11529, 11076, 12160, 10544, 11605, 13750, 11789, 11357, 12476, 11399, 11100, 13702, 10286, 11467, 14139, 12739, 11156, 11681, 10288, 11005, 11645, 15312, 11124, 11943, 12418, 10894, 11727, 13844, 11187, 11505, 12946, 10974, 12196, 9224, 11406, 11738, 14732, 11286, 11728, 13151, 10857, 11543, 12561, 11610, 11828, 14465, 10842, 12050, 13860, 11446, 12001, 13961, 11009, 12191, 12963, 10376, 11737, 13041, 10904, 11876, 13560, 9914, 12124, 12331, 10423, 11448, 13579, 10398, 11761, 13449, 11246, 11181, 12183, 10693, 11538, 12512, 9967, 11343, 11790, 10902, 11539, 13173, 10258, 11596, 13833, 9742, 11020, 12055, 9807, 11416, 11319, 15013, 11397, 11601, 13198, 11090, 11507, 12832, 10970, 11612, 12090, 10781, 11596, 12388, 11091, 11734, 14959, 10836, 11745, 13150, 11009, 11659, 14370, 10914, 11799, 13805, 10558, 11469, 13246, 10679, 11474, 14177, 10784, 11346, 13205, 11175, 10909, 11840, 10509, 11028, 11554, 10181, 10875, 11527, 10506, 10762, 11475, 13348, 10982, 11456, 15945, 10262, 11358, 13561, 10563, 11305, 14080, 10629, 11367, 14087, 10933, 11154, 11689, 10028, 11543, 11476, 11108, 11029, 11250, 10722, 11303, 12801, 9971, 11470, 12989, 13081, 10479, 11863, 9046, 11123, 11635, 10145, 11242, 12064, 11150, 11414, 12335, 15983, 11031, 12159, 14187, 10468, 11747, 13293, 11002, 11405, 14514, 10934, 11977, 13956, 10350, 11090, 13592, 9924, 11719, 13569, 10733, 10955, 10816, 9947, 10919, 12539, 10026, 11418, 13465, 9558, 10955, 13000, 9738, 11525, 13674, 13630, 10915, 11465, 12640, 10418, 11382, 12723, 11287, 11526, 15678, 10517, 11682, 13803, 10887, 11244, 14372, 10374, 11482, 13222, 10703, 11562, 13965, 10659, 11784, 13615, 10043, 11219, 12266, 10627, 11669, 12245, 11111, 11133, 11920, 9698, 11476, 12286, 13724, 11169, 11688, 10091, 11271, 12688, 13819, 11612, 11941, 11658, 10742, 11579, 13195, 11368, 11640, 14986, 10372, 11580, 13186, 10622, 11461, 14656, 10660, 11422, 13752, 10088, 11053, 12912, 10260, 11504, 13651, 10197, 11499, 13874, 10858, 11318, 15658, 10383, 11678, 13983, 10218, 11145, 14050, 11134, 11616, 13576, 10390, 10918, 14173, 10732, 11542, 13888, 10408, 11244, 13560, 10983, 11824, 15037, 10152, 11545, 13794, 11045, 11588, 15079, 10973, 11919, 11561, 11318, 11327, 16125, 11421, 11795, 13308, 10915, 11287, 14578, 11228, 11585, 14058, 10045, 11323, 13409, 11116, 11748, 13843, 10325, 11368, 12328, 10201, 11661, 13400, 9919, 11842, 13998, 10958, 11556, 15250, 10520, 11420, 14314, 10637, 11437, 14494, 10342, 11188, 11645, 10025, 10636, 11249, 10133, 11228, 11609, 10426, 10942, 11222, 10520, 11066, 12622, 10657, 11422, 11532, 12096, 10910, 11385, 12729, 11032, 11363, 14176, 11051, 11599, 12798, 11149, 11552, 15675, 10514, 11699, 13116, 10967, 11313, 13864, 11314, 11625, 14034, 10208, 11602, 13201, 10529, 11659, 13097, 10123, 11232, 12645, 10684, 11626, 13887, 11426, 11888, 13001, 10436, 11368, 13522, 11331, 11682, 13228, 10667, 11228, 12674, 10444, 11700, 13288, 10602, 11484, 14068, 10949, 11997, 11001, 11283, 11544, 13089, 11363, 13019, 11286, 11202, 13738, 10982, 11931, 14319, 11501, 11258, 14002, 10682, 11979, 14126, 10230, 11592, 13157, 11021, 12174, 14867, 11516, 11819, 13074, 10619, 12221, 14035, 10865, 11758, 12457, 10426, 11288, 12841, 10902, 11229, 13102, 10061, 11226, 13337, 10634, 11780, 13798, 9772, 11079, 11180, 10778, 11817, 12897, 14268, 11402, 11726, 11794, 10999, 11307, 14676, 11495, 11589, 13910, 10726, 11638, 13250, 11355, 11978, 13874, 10362, 11838, 13234, 11244, 11818, 13975, 10966, 12000, 13647, 10335, 11599, 13312, 11049, 12165, 14079, 10358, 11114, 13703, 10629, 11630, 13531, 10212, 11845, 12206, 10787, 11758, 14392, 11294, 11658, 13398, 10509, 11855, 13745, 11525, 11690, 12879, 10163, 11316, 13130, 10813, 12037, 13683, 10769, 11393, 15032, 10971, 12097, 14285, 10430, 11681, 13516, 11594, 11865, 15564, 11206, 11773, 14469, 11018, 11634, 14403, 11818, 12090, 15082, 11022, 11551, 14643, 11240, 11745, 13559, 10684, 11710, 13064, 10132, 11279, 13963, 10756, 11851, 12103, 10807, 11511, 12042, 10306, 11667, 13578, 11049, 11376, 13756, 10896, 11888, 14006, 10449, 11818, 11752, 10256, 11874, 13773, 13075, 11625, 11855, 13809, 11193, 11630, 15027, 11222, 11764, 10718, 11725, 11714, 12799, 11506, 11637, 10478, 11929, 13397, 15395, 11849, 12812, 12413, 11425, 11322, 15913, 11966, 11572, 14592, 11472, 11232, 12852, 11568, 12068, 11480, 10874, 11979, 10613, 11763, 12876, 13261, 11242, 11597, 10744, 11550, 13377, 11376, 11393, 12445, 10557, 11863, 14099, 11383, 11643, 13279, 12352, 11744, 13627, 12087, 11350, 13910, 12191, 11249, 13013, 11717, 11579, 13717, 10928, 11695, 11987, 11124, 11435, 13382, 9974, 11277, 11776, 10047, 11024, 11499, 9885, 11068, 11931, 9896, 9916, 10338, 12102, 12236, 11915, 11763, 14947, 12433, 11575, 14984, 12224, 11277, 13940, 12334, 11306, 13633, 11835, 11526, 14635, 11879, 11904, 11275, 11276, 11835, 14640, 11484, 11556, 13013, 11135, 11534, 13825, 11344, 11211, 13700, 11938, 11144, 13444, 11532, 11554, 13124, 12113], 'WindowCenter': [4458.0, 4449.0, 4401.0, 4411.0, 4419.0, 4384.0, 4394.0, 4401.0, 4371.0, 4394.0, 4391.0, 4383.0, 4394.0, 4402.0, 4384.0, 4397.0, 4395.0, 4372.0, 4394.0, 4393.0, 4393.0, 4394.0, 4394.0, 4393.0, 4397.0, 4398.0, 4394.0, 4396.0, 4395.0, 4395.0, 4397.0, 4408.0, 4407.0, 4409.0, 4412.0, 4397.0, 4399.0, 4409.0, 4410.0, 4412.0, 4412.0, 4410.0, 4413.0, 4415.0, 4419.0, 4412.0, 4411.0, 4410.0, 4413.0, 4422.0, 4409.0, 4415.0, 4425.0, 4412.0, 4415.0, 4437.0, 4413.0, 4415.0, 4423.0, 4413.0, 4413.0, 4435.0, 4412.0, 4403.0, 4423.0, 4441.0, 4391.0, 4412.0, 4430.0, 4401.0, 4413.0, 4432.0, 4400.0, 4411.0, 4420.0, 4402.0, 4413.0, 4421.0, 4402.0, 4414.0, 4432.0, 4400.0, 4411.0, 4421.0, 4401.0, 4400.0, 4422.0, 4400.0, 4410.0, 4421.0, 4429.0, 4399.0, 4411.0, 4418.0, 4389.0, 4410.0, 4418.0, 4387.0, 4409.0, 4418.0, 4386.0, 4409.0, 4419.0, 4396.0, 4408.0, 4411.0, 4406.0, 4397.0, 4397.0, 4405.0, 4399.0, 4408.0, 4417.0, 4397.0, 4408.0, 4417.0, 4385.0, 4407.0, 4405.0, 4373.0, 4397.0, 4408.0, 4396.0, 4400.0, 4410.0, 4375.0, 4398.0, 4408.0, 4406.0, 4396.0, 4398.0, 4418.0, 4385.0, 4397.0, 4405.0, 4396.0, 4409.0, 4417.0, 4396.0, 4397.0, 4407.0, 4386.0, 4398.0, 4397.0, 4397.0, 4412.0, 4420.0, 4397.0, 4397.0, 4407.0, 4396.0, 4398.0, 4411.0, 4386.0, 4408.0, 4408.0, 4396.0, 4398.0, 4409.0, 4418.0, 4397.0, 4409.0, 4417.0, 4398.0, 4409.0, 4417.0, 4398.0, 4410.0, 4418.0, 4398.0, 4409.0, 4418.0, 4388.0, 4410.0, 4418.0, 4398.0, 4411.0, 4419.0, 4399.0, 4410.0, 4418.0, 4397.0, 4412.0, 4420.0, 4399.0, 4410.0, 4420.0, 4388.0, 4409.0, 4418.0, 4387.0, 4409.0, 4419.0, 4397.0, 4411.0, 4410.0, 4395.0, 4398.0, 4398.0, 4389.0, 4410.0, 4420.0, 4398.0, 4409.0, 4420.0, 4409.0, 4412.0, 4409.0, 4398.0, 4410.0, 4423.0, 4408.0, 4402.0, 4409.0, 4407.0, 4410.0, 4423.0, 4387.0, 4408.0, 4422.0, 4407.0, 4397.0, 4411.0, 4385.0, 4397.0, 4408.0, 4416.0, 4396.0, 4407.0, 4405.0, 4398.0, 4409.0, 4418.0, 4397.0, 4397.0, 4406.0, 4396.0, 4408.0, 4376.0, 4407.0, 4409.0, 4417.0, 4396.0, 4408.0, 4406.0, 4397.0, 4398.0, 4406.0, 4396.0, 4409.0, 4417.0, 4395.0, 4408.0, 4417.0, 4396.0, 4409.0, 4416.0, 4396.0, 4407.0, 4405.0, 4386.0, 4408.0, 4418.0, 4397.0, 4408.0, 4416.0, 4386.0, 4408.0, 4407.0, 4397.0, 4409.0, 4419.0, 4387.0, 4408.0, 4418.0, 4398.0, 4397.0, 4408.0, 4386.0, 4397.0, 4410.0, 4386.0, 4397.0, 4407.0, 4395.0, 4408.0, 4418.0, 4386.0, 4398.0, 4417.0, 4386.0, 4396.0, 4409.0, 4385.0, 4395.0, 4397.0, 4415.0, 4396.0, 4396.0, 4405.0, 4396.0, 4397.0, 4405.0, 4396.0, 4397.0, 4405.0, 4397.0, 4409.0, 4406.0, 4398.0, 4409.0, 4417.0, 4396.0, 4408.0, 4407.0, 4398.0, 4409.0, 4417.0, 4396.0, 4408.0, 4406.0, 4386.0, 4408.0, 4406.0, 4397.0, 4409.0, 4418.0, 4385.0, 4396.0, 4405.0, 4393.0, 4397.0, 4407.0, 4385.0, 4396.0, 4408.0, 4387.0, 4397.0, 4407.0, 4397.0, 4398.0, 4410.0, 4418.0, 4398.0, 4409.0, 4428.0, 4386.0, 4397.0, 4405.0, 4396.0, 4401.0, 4419.0, 4385.0, 4396.0, 4406.0, 4385.0, 4396.0, 4396.0, 4375.0, 4396.0, 4398.0, 4394.0, 4396.0, 4397.0, 4396.0, 4408.0, 4419.0, 4386.0, 4397.0, 4418.0, 4406.0, 4386.0, 4407.0, 4375.0, 4400.0, 4399.0, 4386.0, 4398.0, 4409.0, 4397.0, 4410.0, 4422.0, 4430.0, 4398.0, 4409.0, 4417.0, 4396.0, 4409.0, 4417.0, 4398.0, 4410.0, 4418.0, 4397.0, 4408.0, 4416.0, 4385.0, 4397.0, 4418.0, 4385.0, 4407.0, 4418.0, 4395.0, 4399.0, 4395.0, 4385.0, 4398.0, 4408.0, 4387.0, 4408.0, 4419.0, 4387.0, 4409.0, 4420.0, 4389.0, 4409.0, 4420.0, 4417.0, 4397.0, 4408.0, 4406.0, 4397.0, 4408.0, 4406.0, 4397.0, 4398.0, 4427.0, 4386.0, 4407.0, 4405.0, 4396.0, 4399.0, 4416.0, 4383.0, 4395.0, 4403.0, 4384.0, 4397.0, 4415.0, 4386.0, 4406.0, 4405.0, 4384.0, 4396.0, 4409.0, 4385.0, 4396.0, 4407.0, 4396.0, 4397.0, 4408.0, 4385.0, 4396.0, 4408.0, 4405.0, 4396.0, 4396.0, 4385.0, 4397.0, 4410.0, 4407.0, 4396.0, 4396.0, 4395.0, 4396.0, 4407.0, 4406.0, 4396.0, 4397.0, 4416.0, 4386.0, 4399.0, 4406.0, 4397.0, 4409.0, 4416.0, 4386.0, 4397.0, 4405.0, 4385.0, 4397.0, 4407.0, 4387.0, 4408.0, 4418.0, 4397.0, 4409.0, 4417.0, 4397.0, 4399.0, 4427.0, 4389.0, 4409.0, 4419.0, 4386.0, 4398.0, 4416.0, 4398.0, 4408.0, 4418.0, 4387.0, 4399.0, 4421.0, 4397.0, 4408.0, 4417.0, 4397.0, 4398.0, 4417.0, 4397.0, 4408.0, 4416.0, 4386.0, 4397.0, 4417.0, 4396.0, 4408.0, 4416.0, 4396.0, 4397.0, 4395.0, 4397.0, 4412.0, 4427.0, 4396.0, 4398.0, 4405.0, 4385.0, 4396.0, 4416.0, 4395.0, 4399.0, 4416.0, 4385.0, 4397.0, 4404.0, 4396.0, 4407.0, 4406.0, 4385.0, 4397.0, 4406.0, 4386.0, 4397.0, 4406.0, 4386.0, 4409.0, 4417.0, 4397.0, 4408.0, 4428.0, 4386.0, 4398.0, 4416.0, 4385.0, 4397.0, 4418.0, 4385.0, 4387.0, 4395.0, 4373.0, 4385.0, 4397.0, 4384.0, 4399.0, 4398.0, 4385.0, 4396.0, 4397.0, 4385.0, 4396.0, 4409.0, 4385.0, 4397.0, 4407.0, 4395.0, 4396.0, 4408.0, 4406.0, 4396.0, 4397.0, 4418.0, 4397.0, 4398.0, 4407.0, 4396.0, 4398.0, 4428.0, 4385.0, 4396.0, 4405.0, 4385.0, 4397.0, 4405.0, 4395.0, 4396.0, 4405.0, 4387.0, 4395.0, 4405.0, 4384.0, 4396.0, 4405.0, 4386.0, 4397.0, 4410.0, 4385.0, 4408.0, 4421.0, 4397.0, 4410.0, 4406.0, 4386.0, 4408.0, 4420.0, 4396.0, 4408.0, 4407.0, 4385.0, 4397.0, 4407.0, 4397.0, 4409.0, 4420.0, 4398.0, 4410.0, 4421.0, 4398.0, 4410.0, 4397.0, 4410.0, 4410.0, 4408.0, 4408.0, 4408.0, 4397.0, 4409.0, 4421.0, 4400.0, 4411.0, 4417.0, 4396.0, 4397.0, 4418.0, 4386.0, 4407.0, 4416.0, 4386.0, 4397.0, 4407.0, 4397.0, 4409.0, 4418.0, 4395.0, 4396.0, 4404.0, 4385.0, 4409.0, 4419.0, 4385.0, 4399.0, 4395.0, 4383.0, 4395.0, 4406.0, 4384.0, 4396.0, 4407.0, 4385.0, 4398.0, 4418.0, 4388.0, 4407.0, 4420.0, 4385.0, 4396.0, 4396.0, 4384.0, 4406.0, 4408.0, 4405.0, 4395.0, 4396.0, 4394.0, 4394.0, 4396.0, 4418.0, 4396.0, 4397.0, 4405.0, 4397.0, 4397.0, 4406.0, 4396.0, 4407.0, 4416.0, 4388.0, 4408.0, 4406.0, 4396.0, 4410.0, 4418.0, 4386.0, 4408.0, 4417.0, 4386.0, 4398.0, 4407.0, 4396.0, 4407.0, 4417.0, 4386.0, 4397.0, 4418.0, 4386.0, 4397.0, 4417.0, 4397.0, 4411.0, 4407.0, 4399.0, 4410.0, 4420.0, 4398.0, 4411.0, 4417.0, 4397.0, 4409.0, 4419.0, 4397.0, 4409.0, 4408.0, 4386.0, 4400.0, 4407.0, 4397.0, 4409.0, 4418.0, 4399.0, 4410.0, 4430.0, 4401.0, 4409.0, 4418.0, 4396.0, 4408.0, 4417.0, 4397.0, 4409.0, 4428.0, 4397.0, 4409.0, 4417.0, 4397.0, 4408.0, 4416.0, 4408.0, 4409.0, 4416.0, 4395.0, 4397.0, 4417.0, 4385.0, 4396.0, 4406.0, 4385.0, 4396.0, 4405.0, 4386.0, 4396.0, 4420.0, 4385.0, 4407.0, 4396.0, 4395.0, 4397.0, 4407.0, 4386.0, 4408.0, 4407.0, 4396.0, 4400.0, 4418.0, 4396.0, 4397.0, 4420.0, 4385.0, 4396.0, 4395.0, 4384.0, 4407.0, 4419.0, 4406.0, 4395.0, 4397.0, 4404.0, 4384.0, 4395.0, 4414.0, 4395.0, 4397.0, 4386.0, 4408.0, 4409.0, 4407.0, 4398.0, 4409.0, 4387.0, 4408.0, 4420.0, 4418.0, 4396.0, 4407.0, 4394.0, 4396.0, 4397.0, 4416.0, 4395.0, 4396.0, 4406.0, 4394.0, 4396.0, 4394.0, 4395.0, 4397.0, 4396.0, 4386.0, 4397.0, 4385.0, 4396.0, 4406.0, 4395.0, 4384.0, 4395.0, 4383.0, 4395.0, 4405.0, 4384.0, 4395.0, 4394.0, 4383.0, 4396.0, 4406.0, 4395.0, 4397.0, 4405.0, 4395.0, 4398.0, 4407.0, 4395.0, 4396.0, 4405.0, 4394.0, 4398.0, 4408.0, 4395.0, 4396.0, 4409.0, 4384.0, 4396.0, 4395.0, 4383.0, 4396.0, 4406.0, 4374.0, 4384.0, 4395.0, 4373.0, 4385.0, 4396.0, 4386.0, 4397.0, 4398.0, 4390.0, 4400.0, 4398.0, 4422.0, 4423.0, 4425.0, 4426.0, 4433.0, 4410.0, 4401.0, 4420.0, 4397.0, 4397.0, 4407.0, 4396.0, 4398.0, 4407.0, 4398.0, 4398.0, 4416.0, 4396.0, 4397.0, 4384.0, 4396.0, 4398.0, 4420.0, 4397.0, 4399.0, 4406.0, 4396.0, 4398.0, 4406.0, 4396.0, 4398.0, 4405.0, 4396.0, 4398.0, 4406.0, 4398.0, 4399.0, 4406.0, 4396.0], 'WindowWidth': [9818.0, 9789.0, 9710.0, 9722.0, 9726.0, 9671.0, 9685.0, 9692.0, 9649.0, 9684.0, 9677.0, 9667.0, 9684.0, 9693.0, 9668.0, 9691.0, 9686.0, 9650.0, 9684.0, 9683.0, 9680.0, 9685.0, 9685.0, 9680.0, 9692.0, 9694.0, 9684.0, 9689.0, 9689.0, 9687.0, 9694.0, 9709.0, 9705.0, 9711.0, 9718.0, 9692.0, 9700.0, 9712.0, 9713.0, 9721.0, 9722.0, 9715.0, 9724.0, 9728.0, 9728.0, 9721.0, 9721.0, 9716.0, 9725.0, 9738.0, 9715.0, 9727.0, 9742.0, 9721.0, 9729.0, 9761.0, 9722.0, 9728.0, 9740.0, 9723.0, 9725.0, 9758.0, 9721.0, 9709.0, 9737.0, 9764.0, 9690.0, 9719.0, 9742.0, 9706.0, 9724.0, 9749.0, 9702.0, 9720.0, 9730.0, 9706.0, 9724.0, 9734.0, 9708.0, 9727.0, 9751.0, 9702.0, 9718.0, 9732.0, 9702.0, 9703.0, 9735.0, 9700.0, 9714.0, 9733.0, 9743.0, 9697.0, 9718.0, 9725.0, 9684.0, 9714.0, 9725.0, 9680.0, 9712.0, 9725.0, 9677.0, 9711.0, 9725.0, 9690.0, 9708.0, 9717.0, 9703.0, 9690.0, 9694.0, 9700.0, 9695.0, 9709.0, 9720.0, 9692.0, 9709.0, 9720.0, 9672.0, 9705.0, 9702.0, 9657.0, 9694.0, 9710.0, 9689.0, 9697.0, 9713.0, 9659.0, 9694.0, 9710.0, 9703.0, 9689.0, 9695.0, 9723.0, 9674.0, 9694.0, 9702.0, 9691.0, 9713.0, 9720.0, 9690.0, 9694.0, 9705.0, 9676.0, 9695.0, 9693.0, 9692.0, 9717.0, 9731.0, 9692.0, 9694.0, 9707.0, 9689.0, 9695.0, 9715.0, 9676.0, 9707.0, 9711.0, 9689.0, 9695.0, 9713.0, 9721.0, 9693.0, 9713.0, 9723.0, 9694.0, 9713.0, 9720.0, 9696.0, 9714.0, 9724.0, 9695.0, 9713.0, 9725.0, 9683.0, 9715.0, 9724.0, 9697.0, 9717.0, 9726.0, 9698.0, 9716.0, 9724.0, 9696.0, 9718.0, 9728.0, 9698.0, 9715.0, 9730.0, 9682.0, 9711.0, 9723.0, 9678.0, 9711.0, 9726.0, 9692.0, 9713.0, 9715.0, 9689.0, 9696.0, 9695.0, 9683.0, 9716.0, 9731.0, 9696.0, 9713.0, 9728.0, 9711.0, 9717.0, 9714.0, 9696.0, 9714.0, 9736.0, 9711.0, 9704.0, 9713.0, 9707.0, 9714.0, 9735.0, 9681.0, 9710.0, 9732.0, 9707.0, 9692.0, 9716.0, 9675.0, 9691.0, 9710.0, 9720.0, 9689.0, 9707.0, 9701.0, 9695.0, 9712.0, 9723.0, 9691.0, 9694.0, 9704.0, 9690.0, 9709.0, 9663.0, 9706.0, 9714.0, 9721.0, 9690.0, 9709.0, 9704.0, 9692.0, 9695.0, 9703.0, 9691.0, 9712.0, 9721.0, 9688.0, 9708.0, 9720.0, 9691.0, 9712.0, 9719.0, 9689.0, 9707.0, 9702.0, 9676.0, 9711.0, 9723.0, 9692.0, 9709.0, 9718.0, 9676.0, 9708.0, 9706.0, 9693.0, 9713.0, 9728.0, 9679.0, 9709.0, 9723.0, 9693.0, 9694.0, 9710.0, 9675.0, 9692.0, 9714.0, 9675.0, 9692.0, 9707.0, 9688.0, 9709.0, 9724.0, 9674.0, 9694.0, 9721.0, 9676.0, 9690.0, 9712.0, 9672.0, 9687.0, 9693.0, 9716.0, 9688.0, 9691.0, 9700.0, 9689.0, 9693.0, 9702.0, 9690.0, 9694.0, 9702.0, 9692.0, 9711.0, 9705.0, 9695.0, 9711.0, 9722.0, 9689.0, 9708.0, 9708.0, 9695.0, 9712.0, 9721.0, 9690.0, 9708.0, 9703.0, 9676.0, 9710.0, 9705.0, 9692.0, 9712.0, 9727.0, 9675.0, 9690.0, 9701.0, 9684.0, 9692.0, 9707.0, 9673.0, 9691.0, 9709.0, 9678.0, 9693.0, 9707.0, 9691.0, 9695.0, 9715.0, 9723.0, 9694.0, 9712.0, 9738.0, 9676.0, 9694.0, 9703.0, 9690.0, 9701.0, 9726.0, 9674.0, 9691.0, 9704.0, 9672.0, 9690.0, 9690.0, 9658.0, 9688.0, 9694.0, 9685.0, 9691.0, 9692.0, 9689.0, 9709.0, 9726.0, 9676.0, 9692.0, 9722.0, 9703.0, 9676.0, 9707.0, 9660.0, 9697.0, 9698.0, 9675.0, 9696.0, 9711.0, 9693.0, 9715.0, 9736.0, 9746.0, 9694.0, 9711.0, 9721.0, 9690.0, 9711.0, 9720.0, 9695.0, 9716.0, 9725.0, 9692.0, 9709.0, 9717.0, 9675.0, 9694.0, 9723.0, 9674.0, 9707.0, 9723.0, 9685.0, 9694.0, 9688.0, 9675.0, 9696.0, 9709.0, 9680.0, 9710.0, 9725.0, 9681.0, 9712.0, 9729.0, 9684.0, 9712.0, 9733.0, 9722.0, 9693.0, 9710.0, 9704.0, 9691.0, 9710.0, 9704.0, 9691.0, 9696.0, 9736.0, 9676.0, 9707.0, 9703.0, 9688.0, 9695.0, 9718.0, 9668.0, 9687.0, 9694.0, 9671.0, 9693.0, 9716.0, 9674.0, 9703.0, 9702.0, 9671.0, 9691.0, 9709.0, 9673.0, 9691.0, 9706.0, 9689.0, 9692.0, 9708.0, 9674.0, 9690.0, 9710.0, 9703.0, 9688.0, 9691.0, 9672.0, 9693.0, 9714.0, 9706.0, 9688.0, 9691.0, 9687.0, 9689.0, 9708.0, 9703.0, 9689.0, 9695.0, 9719.0, 9675.0, 9696.0, 9704.0, 9692.0, 9712.0, 9719.0, 9677.0, 9694.0, 9703.0, 9674.0, 9694.0, 9707.0, 9678.0, 9708.0, 9722.0, 9693.0, 9711.0, 9721.0, 9692.0, 9699.0, 9736.0, 9682.0, 9710.0, 9722.0, 9677.0, 9696.0, 9717.0, 9694.0, 9710.0, 9722.0, 9681.0, 9699.0, 9728.0, 9693.0, 9710.0, 9721.0, 9693.0, 9697.0, 9720.0, 9691.0, 9709.0, 9718.0, 9676.0, 9693.0, 9719.0, 9688.0, 9709.0, 9720.0, 9688.0, 9693.0, 9688.0, 9692.0, 9718.0, 9735.0, 9688.0, 9693.0, 9701.0, 9674.0, 9692.0, 9717.0, 9686.0, 9695.0, 9718.0, 9675.0, 9692.0, 9701.0, 9690.0, 9707.0, 9705.0, 9673.0, 9691.0, 9701.0, 9674.0, 9693.0, 9704.0, 9674.0, 9710.0, 9720.0, 9693.0, 9710.0, 9737.0, 9676.0, 9695.0, 9717.0, 9673.0, 9693.0, 9727.0, 9671.0, 9676.0, 9686.0, 9653.0, 9673.0, 9690.0, 9670.0, 9694.0, 9694.0, 9675.0, 9690.0, 9692.0, 9672.0, 9690.0, 9711.0, 9673.0, 9691.0, 9707.0, 9686.0, 9690.0, 9709.0, 9704.0, 9690.0, 9694.0, 9722.0, 9690.0, 9695.0, 9705.0, 9689.0, 9696.0, 9737.0, 9673.0, 9690.0, 9699.0, 9673.0, 9692.0, 9702.0, 9685.0, 9691.0, 9702.0, 9675.0, 9687.0, 9702.0, 9670.0, 9688.0, 9701.0, 9675.0, 9693.0, 9712.0, 9674.0, 9707.0, 9729.0, 9692.0, 9710.0, 9703.0, 9675.0, 9710.0, 9728.0, 9689.0, 9706.0, 9705.0, 9674.0, 9693.0, 9707.0, 9691.0, 9712.0, 9724.0, 9694.0, 9715.0, 9730.0, 9696.0, 9714.0, 9693.0, 9712.0, 9717.0, 9708.0, 9709.0, 9710.0, 9692.0, 9711.0, 9730.0, 9697.0, 9714.0, 9723.0, 9689.0, 9692.0, 9722.0, 9676.0, 9705.0, 9717.0, 9675.0, 9693.0, 9706.0, 9690.0, 9710.0, 9723.0, 9687.0, 9689.0, 9698.0, 9671.0, 9708.0, 9724.0, 9672.0, 9693.0, 9687.0, 9667.0, 9686.0, 9702.0, 9668.0, 9688.0, 9704.0, 9673.0, 9694.0, 9722.0, 9679.0, 9704.0, 9724.0, 9673.0, 9688.0, 9690.0, 9671.0, 9702.0, 9709.0, 9700.0, 9686.0, 9690.0, 9684.0, 9686.0, 9693.0, 9721.0, 9689.0, 9692.0, 9701.0, 9690.0, 9692.0, 9702.0, 9689.0, 9707.0, 9718.0, 9679.0, 9708.0, 9703.0, 9688.0, 9712.0, 9723.0, 9676.0, 9709.0, 9719.0, 9675.0, 9695.0, 9705.0, 9688.0, 9706.0, 9720.0, 9675.0, 9693.0, 9722.0, 9674.0, 9692.0, 9719.0, 9692.0, 9713.0, 9706.0, 9696.0, 9715.0, 9729.0, 9695.0, 9713.0, 9718.0, 9690.0, 9711.0, 9727.0, 9691.0, 9710.0, 9709.0, 9674.0, 9698.0, 9706.0, 9692.0, 9711.0, 9722.0, 9698.0, 9715.0, 9745.0, 9700.0, 9712.0, 9723.0, 9690.0, 9708.0, 9720.0, 9693.0, 9711.0, 9737.0, 9692.0, 9710.0, 9720.0, 9692.0, 9710.0, 9718.0, 9708.0, 9711.0, 9719.0, 9687.0, 9694.0, 9720.0, 9671.0, 9689.0, 9704.0, 9672.0, 9689.0, 9701.0, 9674.0, 9691.0, 9727.0, 9673.0, 9705.0, 9689.0, 9687.0, 9692.0, 9707.0, 9675.0, 9707.0, 9708.0, 9689.0, 9697.0, 9723.0, 9689.0, 9693.0, 9728.0, 9673.0, 9689.0, 9686.0, 9670.0, 9706.0, 9728.0, 9703.0, 9686.0, 9692.0, 9697.0, 9668.0, 9688.0, 9710.0, 9684.0, 9690.0, 9675.0, 9706.0, 9712.0, 9705.0, 9694.0, 9711.0, 9677.0, 9708.0, 9730.0, 9724.0, 9688.0, 9705.0, 9685.0, 9687.0, 9692.0, 9718.0, 9685.0, 9690.0, 9702.0, 9683.0, 9688.0, 9684.0, 9686.0, 9693.0, 9690.0, 9675.0, 9692.0, 9674.0, 9688.0, 9702.0, 9685.0, 9669.0, 9684.0, 9665.0, 9685.0, 9702.0, 9669.0, 9685.0, 9683.0, 9668.0, 9690.0, 9705.0, 9684.0, 9690.0, 9700.0, 9686.0, 9694.0, 9709.0, 9685.0, 9688.0, 9701.0, 9683.0, 9691.0, 9706.0, 9684.0, 9688.0, 9709.0, 9667.0, 9687.0, 9685.0, 9665.0, 9686.0, 9702.0, 9654.0, 9669.0, 9685.0, 9652.0, 9673.0, 9690.0, 9673.0, 9693.0, 9694.0, 9685.0, 9700.0, 9697.0, 9736.0, 9737.0, 9743.0, 9747.0, 9755.0, 9713.0, 9704.0, 9728.0, 9688.0, 9690.0, 9705.0, 9686.0, 9694.0, 9704.0, 9692.0, 9694.0, 9717.0, 9686.0, 9690.0, 9669.0, 9688.0, 9694.0, 9725.0, 9690.0, 9696.0, 9701.0, 9687.0, 9694.0, 9702.0, 9688.0, 9693.0, 9701.0, 9689.0, 9695.0, 9703.0, 9691.0, 9696.0, 9702.0, 9689.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.0008597699890470976</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016473430120481927</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.98980927459429</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2488613215241213</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0176719900109648</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.519</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3706.9456</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08121153012639494</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.21905805038335158</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.542976904902562</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.576246120395688</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.716466117052583</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3362184772594157</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00659332</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00596229312941432</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0351451076567173</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.03956387195026</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>23.9992</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.0233</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.2165</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288680.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1158.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.1976</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7087</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.0831</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3526.2449</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3701.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87864.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1323.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4607.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.1828</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.68649305391591</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> |