=== 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-0052 --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-0052",
"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-0052_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0052_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0052_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-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-02/func/sub-0052_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>78d979ccd96ee36ab699b9ffa9e688f9</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:32:24.340000</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.998533, 0.0229113, 0.0490685, -0.0308568, 0.985329, 0.167854]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10017</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4139, -7717, -7291, 692, -27, -51, 10, 57]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>244.638</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c18adcd5-0b66-4eb7-92c3-4ed41a57b7bd||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.678989887237549, -0.0827864333987236, 0.12015770375728607, 114.03868103027344], [-0.06146930158138275, 2.6435654163360596, 0.4566282033920288, -107.91548156738281], [0.13164716958999634, -0.4503393769264221, 2.658393144607544, -53.67765808105469], [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': ['133224.340000', '133224.800000', '133225.260000', '133225.720000', '133226.180000', '133226.640000', '133227.100000', '133227.560000', '133228.020000', '133228.480000', '133228.940000', '133229.400000', '133229.860000', '133230.320000', '133230.780000', '133231.240000', '133231.700000', '133232.160000', '133232.620000', '133233.080000', '133233.540000', '133234.000000', '133234.460000', '133234.920000', '133235.380000', '133235.840000', '133236.300000', '133236.760000', '133237.220000', '133237.680000', '133238.140000', '133238.600000', '133239.060000', '133239.520000', '133239.980000', '133240.440000', '133240.900000', '133241.360000', '133241.820000', '133242.280000', '133242.740000', '133243.200000', '133243.660000', '133244.120000', '133244.580000', '133245.040000', '133245.500000', '133245.960000', '133246.420000', '133246.880000', '133247.340000', '133247.800000', '133248.260000', '133248.720000', '133249.180000', '133249.640000', '133250.100000', '133250.560000', '133251.020000', '133251.480000', '133251.940000', '133252.400000', '133252.860000', '133253.320000', '133253.780000', '133254.240000', '133254.700000', '133255.160000', '133255.620000', '133256.080000', '133256.540000', '133257.000000', '133257.460000', '133257.920000', '133258.380000', '133258.840000', '133259.300000', '133259.760000', '133300.220000', '133300.680000', '133301.140000', '133301.600000', '133302.060000', '133302.520000', '133302.980000', '133303.440000', '133303.900000', '133304.360000', '133304.820000', '133305.280000', '133305.740000', '133306.200000', '133306.660000', '133307.120000', '133307.580000', '133308.040000', '133308.500000', '133308.960000', '133309.420000', '133309.880000', '133310.340000', '133310.800000', '133311.260000', '133311.720000', '133312.180000', '133312.640000', '133313.100000', '133313.560000', '133314.020000', '133314.480000', '133314.940000', '133315.400000', '133315.860000', '133316.320000', '133316.780000', '133317.240000', '133317.700000', '133318.160000', '133318.620000', '133319.080000', '133319.540000', '133320.000000', '133320.460000', '133320.920000', '133321.380000', '133321.840000', '133322.300000', '133322.760000', '133323.220000', '133323.680000', '133324.140000', '133324.600000', '133325.060000', '133325.520000', '133325.980000', '133326.440000', '133326.900000', '133327.360000', '133327.820000', '133328.280000', '133328.740000', '133329.200000', '133329.660000', '133330.120000', '133330.580000', '133331.040000', '133331.500000', '133331.960000', '133332.420000', '133332.880000', '133333.340000', '133333.800000', '133334.260000', '133334.720000', '133335.180000', '133335.640000', '133336.100000', '133336.560000', '133337.020000', '133337.480000', '133337.940000', '133338.400000', '133338.860000', '133339.320000', '133339.780000', '133340.240000', '133340.700000', '133341.160000', '133341.620000', '133342.080000', '133342.540000', '133343.000000', '133343.460000', '133343.920000', '133344.380000', '133344.840000', '133345.300000', '133345.760000', '133346.220000', '133346.680000', '133347.140000', '133347.600000', '133348.060000', '133348.520000', '133348.980000', '133349.440000', '133349.900000', '133350.360000', '133350.820000', '133351.280000', '133351.740000', '133352.200000', '133352.660000', '133353.120000', '133353.580000', '133354.040000', '133354.500000', '133354.960000', '133355.420000', '133355.880000', '133356.340000', '133356.800000', '133357.260000', '133357.720000', '133358.180000', '133358.640000', '133359.100000', '133359.560000', '133400.020000', '133400.480000', '133400.940000', '133401.400000', '133401.860000', '133402.320000', '133402.780000', '133403.240000', '133403.700000', '133404.160000', '133404.620000', '133405.080000', '133405.540000', '133406.000000', '133406.460000', '133406.920000', '133407.380000', '133407.840000', '133408.300000', '133408.760000', '133409.220000', '133409.680000', '133410.140000', '133410.600000', '133411.060000', '133411.520000', '133411.980000', '133412.440000', '133412.900000', '133413.360000', '133413.820000', '133414.280000', '133414.740000', '133415.200000', '133415.660000', '133416.120000', '133416.580000', '133417.040000', '133417.500000', '133417.960000', '133418.420000', '133418.880000', '133419.340000', '133419.800000', '133420.260000', '133420.720000', '133421.180000', '133421.640000', '133422.100000', '133422.560000', '133423.020000', '133423.480000', '133423.940000', '133424.400000', '133424.860000', '133425.320000', '133425.780000', '133426.240000', '133426.700000', '133427.160000', '133427.620000', '133428.080000', '133428.540000', '133429.000000', '133429.460000', '133429.920000', '133430.380000', '133430.840000', '133431.300000', '133431.760000', '133432.220000', '133432.680000', '133433.140000', '133433.600000', '133434.060000', '133434.520000', '133434.980000', '133435.440000', '133435.900000', '133436.360000', '133436.820000', '133437.280000', '133437.740000', '133438.200000', '133438.660000', '133439.120000', '133439.580000', '133440.040000', '133440.500000', '133440.960000', '133441.420000', '133441.880000', '133442.340000', '133442.800000', '133443.260000', '133443.720000', '133444.180000', '133444.640000', '133445.100000', '133445.560000', '133446.020000', '133446.480000', '133446.940000', '133447.400000', '133447.860000', '133448.320000', '133448.780000', '133449.240000', '133449.700000', '133450.160000', '133450.620000', '133451.080000', '133451.540000', '133452.000000', '133452.460000', '133452.920000', '133453.380000', '133453.840000', '133454.300000', '133454.760000', '133455.220000', '133455.680000', '133456.140000', '133456.600000', '133457.060000', '133457.520000', '133457.980000', '133458.440000', '133458.900000', '133459.360000', '133459.820000', '133500.280000', '133500.740000', '133501.200000', '133501.660000', '133502.120000', '133502.580000', '133503.040000', '133503.500000', '133503.960000', '133504.420000', '133504.880000', '133505.340000', '133505.800000', '133506.260000', '133506.720000', '133507.180000', '133507.640000', '133508.100000', '133508.560000', '133509.020000', '133509.480000', '133509.940000', '133510.400000', '133510.860000', '133511.320000', '133511.780000', '133512.240000', '133512.700000', '133513.160000', '133513.620000', '133514.080000', '133514.540000', '133515.000000', '133515.460000', '133515.920000', '133516.380000', '133516.840000', '133517.300000', '133517.760000', '133518.220000', '133518.680000', '133519.140000', '133519.600000', '133520.060000', '133520.520000', '133520.980000', '133521.440000', '133521.900000', '133522.360000', '133522.820000', '133523.280000', '133523.740000', '133524.200000', '133524.660000', '133525.120000', '133525.580000', '133526.040000', '133526.500000', '133526.960000', '133527.420000', '133527.880000', '133528.340000', '133528.800000', '133529.260000', '133529.720000', '133530.180000', '133530.640000', '133531.100000', '133531.560000', '133532.020000', '133532.480000', '133532.940000', '133533.400000', '133533.860000', '133534.320000', '133534.780000', '133535.240000', '133535.700000', '133536.160000', '133536.620000', '133537.080000', '133537.540000', '133538.000000', '133538.460000', '133538.920000', '133539.380000', '133539.840000', '133540.300000', '133540.760000', '133541.220000', '133541.680000', '133542.140000', '133542.600000', '133543.060000', '133543.520000', '133543.980000', '133544.440000', '133544.900000', '133545.360000', '133545.820000', '133546.280000', '133546.740000', '133547.200000', '133547.660000', '133548.120000', '133548.580000', '133549.040000', '133549.500000', '133549.960000', '133550.420000', '133550.880000', '133551.340000', '133551.800000', '133552.260000', '133552.720000', '133553.180000', '133553.640000', '133554.100000', '133554.560000', '133555.020000', '133555.480000', '133555.940000', '133556.400000', '133556.860000', '133557.320000', '133557.780000', '133558.240000', '133558.700000', '133559.160000', '133559.620000', '133600.080000', '133600.540000', '133601.000000', '133601.460000', '133601.920000', '133602.380000', '133602.840000', '133603.300000', '133603.760000', '133604.220000', '133604.680000', '133605.140000', '133605.600000', '133606.060000', '133606.520000', '133606.980000', '133607.440000', '133607.900000', '133608.360000', '133608.820000', '133609.280000', '133609.740000', '133610.200000', '133610.660000', '133611.120000', '133611.580000', '133612.040000', '133612.500000', '133612.960000', '133613.420000', '133613.880000', '133614.340000', '133614.800000', '133615.260000', '133615.720000', '133616.180000', '133616.640000', '133617.100000', '133617.560000', '133618.020000', '133618.480000', '133618.940000', '133619.400000', '133619.860000', '133620.320000', '133620.780000', '133621.240000', '133621.700000', '133622.160000', '133622.620000', '133623.080000', '133623.540000', '133624.000000', '133624.460000', '133624.920000', '133625.380000', '133625.840000', '133626.300000', '133626.760000', '133627.220000', '133627.680000', '133628.140000', '133628.600000', '133629.060000', '133629.520000', '133629.980000', '133630.440000', '133630.900000', '133631.360000', '133631.820000', '133632.280000', '133632.740000', '133633.200000', '133633.660000', '133634.120000', '133634.580000', '133635.040000', '133635.500000', '133635.960000', '133636.420000', '133636.880000', '133637.340000', '133637.800000', '133638.260000', '133638.720000', '133639.180000', '133639.640000', '133640.100000', '133640.560000', '133641.020000', '133641.480000', '133641.940000', '133642.400000', '133642.860000', '133643.320000', '133643.780000', '133644.240000', '133644.700000', '133645.160000', '133645.620000', '133646.080000', '133646.540000', '133647.000000', '133647.460000', '133647.920000', '133648.380000', '133648.840000', '133649.300000', '133649.760000', '133650.220000', '133650.680000', '133651.140000', '133651.600000', '133652.060000', '133652.520000', '133652.980000', '133653.440000', '133653.900000', '133654.360000', '133654.820000', '133655.280000', '133655.740000', '133656.200000', '133656.660000', '133657.120000', '133657.580000', '133658.040000', '133658.500000', '133658.960000', '133659.420000', '133659.880000', '133700.340000', '133700.800000', '133701.260000', '133701.720000', '133702.180000', '133702.640000', '133703.100000', '133703.560000', '133704.020000', '133704.480000', '133704.940000', '133705.400000', '133705.860000', '133706.320000', '133706.780000', '133707.240000', '133707.700000', '133708.160000', '133708.620000', '133709.080000', '133709.540000', '133710.000000', '133710.460000', '133710.920000', '133711.380000', '133711.840000', '133712.300000', '133712.760000', '133713.220000', '133713.680000', '133714.140000', '133714.600000', '133715.060000', '133715.520000', '133715.980000', '133716.440000', '133716.900000', '133717.360000', '133717.820000', '133718.280000', '133718.740000', '133719.200000', '133719.660000', '133720.120000', '133720.580000', '133721.040000', '133721.500000', '133721.960000', '133722.420000', '133722.880000', '133723.340000', '133723.800000', '133724.260000', '133724.720000', '133725.180000', '133725.640000', '133726.100000', '133726.560000', '133727.020000', '133727.480000', '133727.940000', '133728.400000', '133728.860000', '133729.320000', '133729.780000', '133730.240000', '133730.700000', '133731.160000', '133731.620000', '133732.080000', '133732.540000', '133733.000000', '133733.460000', '133733.920000', '133734.380000', '133734.840000', '133735.300000', '133735.760000', '133736.220000', '133736.680000', '133737.140000', '133737.600000', '133738.060000', '133738.520000', '133738.980000', '133739.440000', '133739.900000', '133740.360000', '133740.820000', '133741.280000', '133741.740000', '133742.200000', '133742.660000', '133743.120000', '133743.580000', '133744.040000', '133744.500000', '133744.960000', '133745.420000', '133745.880000', '133746.340000', '133746.800000', '133747.260000', '133747.720000', '133748.180000', '133748.640000', '133749.100000', '133749.560000', '133750.020000', '133750.480000', '133750.940000', '133751.400000', '133751.860000', '133752.320000', '133752.780000', '133753.240000', '133753.700000', '133754.160000', '133754.620000', '133755.080000', '133755.540000', '133756.000000', '133756.460000', '133756.920000', '133757.380000', '133757.840000', '133758.300000', '133758.760000', '133759.220000', '133759.680000', '133800.140000', '133800.600000', '133801.060000', '133801.520000', '133801.980000', '133802.440000', '133802.900000', '133803.360000', '133803.820000', '133804.280000', '133804.740000', '133805.200000', '133805.660000', '133806.120000', '133806.580000', '133807.040000', '133807.500000', '133807.960000', '133808.420000', '133808.880000', '133809.340000', '133809.800000', '133810.260000', '133810.720000', '133811.180000', '133811.640000', '133812.100000', '133812.560000', '133813.020000', '133813.480000', '133813.940000', '133814.400000', '133814.860000', '133815.320000', '133815.780000', '133816.240000', '133816.700000', '133817.160000', '133817.620000', '133818.080000', '133818.540000', '133819.000000', '133819.460000', '133819.920000', '133820.380000', '133820.840000', '133821.300000', '133821.760000', '133822.220000', '133822.680000', '133823.140000', '133823.600000', '133824.060000', '133824.520000', '133824.980000', '133825.440000', '133825.900000', '133826.360000', '133826.820000', '133827.280000', '133827.740000', '133828.200000', '133828.660000', '133829.120000', '133829.580000', '133830.040000', '133830.500000', '133830.960000', '133831.420000', '133831.880000', '133832.340000', '133832.800000', '133833.260000', '133833.720000', '133834.180000', '133834.640000', '133835.100000', '133835.560000', '133836.020000', '133836.480000', '133836.940000', '133837.400000', '133837.860000', '133838.320000', '133838.780000', '133839.240000', '133839.700000', '133840.160000', '133840.620000', '133841.080000', '133841.540000', '133842.000000', '133842.460000', '133842.920000', '133843.380000', '133843.840000', '133844.300000', '133844.760000', '133845.220000', '133845.680000', '133846.140000', '133846.600000', '133847.060000', '133847.520000', '133847.980000', '133848.440000', '133848.900000', '133849.360000', '133849.820000', '133850.280000', '133850.740000', '133851.200000', '133851.660000', '133852.120000', '133852.580000', '133853.040000', '133853.500000', '133853.960000', '133854.420000', '133854.880000', '133855.340000', '133855.800000', '133856.260000', '133856.720000', '133857.180000', '133857.640000', '133858.100000', '133858.560000', '133859.020000', '133859.480000', '133859.940000', '133900.400000', '133900.860000', '133901.320000', '133901.780000', '133902.240000', '133902.700000', '133903.160000', '133903.620000', '133904.080000', '133904.540000', '133905.000000', '133905.460000', '133905.920000', '133906.380000', '133906.840000', '133907.300000', '133907.760000', '133908.220000', '133908.680000', '133909.140000', '133909.600000', '133910.060000', '133910.520000', '133910.980000', '133911.440000', '133911.900000', '133912.360000', '133912.820000', '133913.280000', '133913.740000', '133914.200000', '133914.660000', '133915.120000', '133915.580000', '133916.040000', '133916.500000', '133916.960000', '133917.420000', '133917.880000', '133918.340000', '133918.800000', '133919.260000', '133919.720000', '133920.180000', '133920.640000', '133921.100000', '133921.560000', '133922.020000', '133922.480000', '133922.940000', '133923.400000', '133923.860000', '133924.320000'], 'ContentTime': ['133253.748000', '133253.751000', '133253.754000', '133253.757000', '133253.759000', '133253.764000', '133253.767000', '133253.769000', '133253.772000', '133253.774000', '133253.777000', '133253.779000', '133253.782000', '133253.785000', '133253.787000', '133253.790000', '133253.792000', '133253.795000', '133253.797000', '133253.800000', '133253.802000', '133253.805000', '133253.807000', '133253.810000', '133253.812000', '133253.815000', '133253.817000', '133253.820000', '133253.823000', '133253.825000', '133253.828000', '133253.830000', '133253.833000', '133253.835000', '133253.838000', '133253.840000', '133253.843000', '133253.845000', '133253.848000', '133253.850000', '133253.853000', '133253.855000', '133253.858000', '133253.860000', '133253.863000', '133253.865000', '133253.868000', '133253.870000', '133253.873000', '133253.876000', '133253.878000', '133253.881000', '133253.883000', '133253.886000', '133253.888000', '133253.891000', '133253.893000', '133253.896000', '133253.899000', '133253.901000', '133253.905000', '133253.908000', '133313.721000', '133313.724000', '133313.727000', '133313.730000', '133313.732000', '133313.735000', '133313.737000', '133313.740000', '133313.742000', '133313.745000', '133313.748000', '133313.750000', '133313.753000', '133313.755000', '133313.758000', '133313.760000', '133313.763000', '133313.765000', '133313.768000', '133313.770000', '133313.773000', '133313.775000', '133313.778000', '133313.780000', '133313.783000', '133313.786000', '133313.788000', '133313.791000', '133313.793000', '133313.796000', '133313.798000', '133313.801000', '133313.803000', '133313.806000', '133313.808000', '133313.811000', '133313.814000', '133313.816000', '133313.819000', '133313.821000', '133313.824000', '133313.826000', '133313.829000', '133313.831000', '133333.720000', '133333.723000', '133333.726000', '133333.728000', '133333.731000', '133333.733000', '133333.736000', '133333.739000', '133333.741000', '133333.744000', '133333.746000', '133333.749000', '133333.751000', '133333.754000', '133333.757000', '133333.759000', '133333.762000', '133333.764000', '133333.767000', '133333.769000', '133333.781000', '133333.784000', '133333.787000', '133333.789000', '133333.792000', '133333.794000', '133333.797000', '133333.800000', '133333.803000', '133333.806000', '133333.808000', '133333.811000', '133333.813000', '133333.816000', '133333.819000', '133333.821000', '133333.824000', '133333.826000', '133333.829000', '133333.831000', '133333.834000', '133333.836000', '133333.839000', '133353.720000', '133353.723000', '133353.726000', '133353.728000', '133353.731000', '133353.733000', '133353.736000', '133353.739000', '133353.741000', '133353.744000', '133353.746000', '133353.749000', '133353.751000', '133353.754000', '133353.757000', '133353.759000', '133353.762000', '133353.764000', '133353.767000', '133353.769000', '133353.772000', '133353.775000', '133353.777000', '133353.780000', '133353.782000', '133353.785000', '133353.788000', '133353.790000', '133353.793000', '133353.795000', '133353.798000', '133353.800000', '133353.803000', '133353.805000', '133353.808000', '133353.811000', '133353.813000', '133353.816000', '133353.818000', '133353.821000', '133353.823000', '133353.826000', '133353.828000', '133353.831000', '133413.720000', '133413.723000', '133413.726000', '133413.729000', '133413.731000', '133413.734000', '133413.736000', '133413.739000', '133413.742000', '133413.744000', '133413.747000', '133413.749000', '133413.752000', '133413.754000', '133413.757000', '133413.759000', '133413.762000', '133413.764000', '133413.767000', '133413.770000', '133413.772000', '133413.775000', '133413.777000', '133413.780000', '133413.783000', '133413.785000', '133413.788000', '133413.790000', '133413.793000', '133413.795000', '133413.798000', '133413.800000', '133413.803000', '133413.806000', '133413.808000', '133413.811000', '133413.813000', '133413.816000', '133413.818000', '133413.821000', '133413.824000', '133413.826000', '133413.829000', '133433.721000', '133433.724000', '133433.726000', '133433.729000', '133433.731000', '133433.734000', '133433.737000', '133433.739000', '133433.742000', '133433.744000', '133433.747000', '133433.749000', '133433.752000', '133433.754000', '133433.757000', '133433.760000', '133433.762000', '133433.765000', '133433.767000', '133433.770000', '133433.772000', '133433.775000', '133433.777000', '133433.780000', '133433.782000', '133433.785000', '133433.788000', '133433.790000', '133433.793000', '133433.795000', '133433.798000', '133433.800000', '133433.803000', '133433.805000', '133433.808000', '133433.810000', '133433.813000', '133433.816000', '133433.818000', '133433.821000', '133433.823000', '133433.826000', '133433.828000', '133433.831000', '133453.720000', '133453.723000', '133453.726000', '133453.728000', '133453.731000', '133453.733000', '133453.736000', '133453.739000', '133453.741000', '133453.744000', '133453.746000', '133453.749000', '133453.751000', '133453.754000', '133453.756000', '133453.759000', '133453.761000', '133453.764000', '133453.767000', '133453.769000', '133453.772000', '133453.774000', '133453.777000', '133453.779000', '133453.782000', '133453.784000', '133453.787000', '133453.790000', '133453.792000', '133453.795000', '133453.797000', '133453.800000', '133453.802000', '133453.805000', '133453.808000', '133453.810000', '133453.813000', '133453.815000', '133453.818000', '133453.820000', '133453.823000', '133453.825000', '133453.828000', '133513.721000', '133513.724000', '133513.727000', '133513.730000', '133513.732000', '133513.735000', '133513.737000', '133513.740000', '133513.742000', '133513.745000', '133513.747000', '133513.750000', '133513.752000', '133513.755000', '133513.758000', '133513.760000', '133513.773000', '133513.776000', '133513.778000', '133513.781000', '133513.784000', '133513.786000', '133513.789000', '133513.791000', '133513.794000', '133513.796000', '133513.799000', '133513.801000', '133513.804000', '133513.807000', '133513.809000', '133513.812000', '133513.814000', '133513.817000', '133513.820000', '133513.822000', '133513.825000', '133513.827000', '133513.830000', '133513.832000', '133513.835000', '133513.837000', '133513.840000', '133513.842000', '133533.722000', '133533.725000', '133533.727000', '133533.730000', '133533.732000', '133533.735000', '133533.737000', '133533.740000', '133533.742000', '133533.745000', '133533.747000', '133533.750000', '133533.753000', '133533.755000', '133533.758000', '133533.760000', '133533.763000', '133533.766000', '133533.768000', '133533.771000', '133533.773000', '133533.776000', '133533.778000', '133533.781000', '133533.783000', '133533.786000', '133533.788000', '133533.791000', '133533.793000', '133533.796000', '133533.799000', '133533.801000', '133533.804000', '133533.806000', '133533.809000', '133533.811000', '133533.814000', '133533.817000', '133533.819000', '133533.822000', '133533.824000', '133533.827000', '133533.829000', '133553.721000', '133553.724000', '133553.726000', '133553.729000', '133553.731000', '133553.734000', '133553.736000', '133553.739000', '133553.741000', '133553.744000', '133553.746000', '133553.749000', '133553.752000', '133553.754000', '133553.757000', '133553.759000', '133553.762000', '133553.765000', '133553.767000', '133553.770000', '133553.772000', '133553.775000', '133553.777000', '133553.780000', '133553.782000', '133553.785000', '133553.788000', '133553.790000', '133553.793000', '133553.795000', '133553.798000', '133553.800000', '133553.803000', '133553.805000', '133553.808000', '133553.810000', '133553.813000', '133553.816000', '133553.818000', '133553.821000', '133553.823000', '133553.826000', '133553.828000', '133553.831000', '133613.720000', '133613.723000', '133613.726000', '133613.728000', '133613.731000', '133613.733000', '133613.736000', '133613.739000', '133613.741000', '133613.744000', '133613.746000', '133613.749000', '133613.751000', '133613.754000', '133613.756000', '133613.759000', '133613.762000', '133613.764000', '133613.767000', '133613.769000', '133613.772000', '133613.774000', '133613.777000', '133613.779000', '133613.782000', '133613.784000', '133613.787000', '133613.790000', '133613.792000', '133613.795000', '133613.797000', '133613.800000', '133613.802000', '133613.805000', '133613.807000', '133613.810000', '133613.813000', '133613.815000', '133613.818000', '133613.820000', '133613.823000', '133613.825000', '133613.828000', '133633.720000', '133633.723000', '133633.726000', '133633.736000', '133633.739000', '133633.741000', '133633.744000', '133633.746000', '133633.749000', '133633.752000', '133633.754000', '133633.757000', '133633.759000', '133633.762000', '133633.765000', '133633.767000', '133633.770000', '133633.772000', '133633.775000', '133633.777000', '133633.780000', '133633.782000', '133633.785000', '133633.787000', '133633.790000', '133633.793000', '133633.795000', '133633.798000', '133633.800000', '133633.803000', '133633.805000', '133633.808000', '133633.811000', '133633.813000', '133633.816000', '133633.818000', '133633.821000', '133633.823000', '133633.826000', '133633.828000', '133633.831000', '133633.845000', '133633.849000', '133633.851000', '133653.720000', '133653.723000', '133653.726000', '133653.728000', '133653.731000', '133653.733000', '133653.736000', '133653.739000', '133653.741000', '133653.744000', '133653.746000', '133653.749000', '133653.751000', '133653.754000', '133653.757000', '133653.759000', '133653.762000', '133653.764000', '133653.767000', '133653.769000', '133653.772000', '133653.774000', '133653.777000', '133653.779000', '133653.782000', '133653.784000', '133653.787000', '133653.790000', '133653.792000', '133653.795000', '133653.797000', '133653.800000', '133653.802000', '133653.805000', '133653.808000', '133653.810000', '133653.813000', '133653.815000', '133653.818000', '133653.820000', '133653.823000', '133653.826000', '133653.828000', '133713.721000', '133713.724000', '133713.726000', '133713.729000', '133713.732000', '133713.734000', '133713.737000', '133713.739000', '133713.742000', '133713.744000', '133713.747000', '133713.750000', '133713.752000', '133713.755000', '133713.757000', '133713.760000', '133713.762000', '133713.765000', '133713.768000', '133713.770000', '133713.773000', '133713.775000', '133713.778000', '133713.780000', '133713.783000', '133713.785000', '133713.788000', '133713.791000', '133713.793000', '133713.796000', '133713.798000', '133713.801000', '133713.803000', '133713.806000', '133713.808000', '133713.811000', '133713.814000', '133713.816000', '133713.819000', '133713.821000', '133713.824000', '133713.827000', '133713.829000', '133713.832000', '133733.721000', '133733.724000', '133733.727000', '133733.729000', '133733.732000', '133733.734000', '133733.737000', '133733.740000', '133733.742000', '133733.745000', '133733.747000', '133733.750000', '133733.752000', '133733.755000', '133733.757000', '133733.760000', '133733.763000', '133733.765000', '133733.768000', '133733.770000', '133733.773000', '133733.775000', '133733.778000', '133733.780000', '133733.783000', '133733.786000', '133733.788000', '133733.791000', '133733.793000', '133733.796000', '133733.798000', '133733.801000', '133733.804000', '133733.806000', '133733.809000', '133733.811000', '133733.814000', '133733.816000', '133733.819000', '133733.821000', '133733.824000', '133733.827000', '133733.829000', '133753.721000', '133753.724000', '133753.727000', '133753.729000', '133753.732000', '133753.734000', '133753.737000', '133753.740000', '133753.747000', '133753.750000', '133753.753000', '133753.755000', '133753.758000', '133753.761000', '133753.763000', '133753.766000', '133753.768000', '133753.771000', '133753.773000', '133753.776000', '133753.779000', '133753.781000', '133753.784000', '133753.786000', '133753.789000', '133753.791000', '133753.794000', '133753.796000', '133753.799000', '133753.802000', '133753.804000', '133753.807000', '133753.809000', '133753.812000', '133753.814000', '133753.817000', '133753.819000', '133753.822000', '133753.825000', '133753.827000', '133753.830000', '133753.832000', '133753.835000', '133753.838000', '133813.721000', '133813.723000', '133813.726000', '133813.729000', '133813.731000', '133813.734000', '133813.737000', '133813.739000', '133813.751000', '133813.754000', '133813.757000', '133813.759000', '133813.762000', '133813.764000', '133813.767000', '133813.769000', '133813.772000', '133813.775000', '133813.777000', '133813.780000', '133813.782000', '133813.785000', '133813.787000', '133813.792000', '133813.794000', '133813.797000', '133813.799000', '133813.802000', '133813.804000', '133813.807000', '133813.810000', '133813.812000', '133813.815000', '133813.817000', '133813.820000', '133813.822000', '133813.825000', '133813.828000', '133813.830000', '133813.833000', '133813.835000', '133813.838000', '133813.841000', '133833.722000', '133833.724000', '133833.727000', '133833.730000', '133833.732000', '133833.735000', '133833.737000', '133833.740000', '133833.743000', '133833.745000', '133833.748000', '133833.750000', '133833.753000', '133833.756000', '133833.758000', '133833.761000', '133833.763000', '133833.766000', '133833.768000', '133833.771000', '133833.774000', '133833.777000', '133833.779000', '133833.782000', '133833.784000', '133833.787000', '133833.790000', '133833.792000', '133833.795000', '133833.797000', '133833.800000', '133833.803000', '133833.805000', '133833.808000', '133833.810000', '133833.813000', '133833.815000', '133833.818000', '133833.820000', '133833.823000', '133833.826000', '133833.828000', '133833.831000', '133833.833000', '133853.720000', '133853.723000', '133853.726000', '133853.728000', '133853.731000', '133853.733000', '133853.736000', '133853.739000', '133853.741000', '133853.744000', '133853.746000', '133853.749000', '133853.751000', '133853.754000', '133853.756000', '133853.759000', '133853.762000', '133853.764000', '133853.767000', '133853.769000', '133853.772000', '133853.774000', '133853.777000', '133853.780000', '133853.782000', '133853.785000', '133853.787000', '133853.790000', '133853.792000', '133853.795000', '133853.797000', '133853.800000', '133853.802000', '133853.805000', '133853.807000', '133853.810000', '133853.813000', '133853.815000', '133853.818000', '133853.820000', '133853.823000', '133853.825000', '133853.828000', '133913.720000', '133913.723000', '133913.726000', '133913.728000', '133913.731000', '133913.734000', '133913.736000', '133913.739000', '133913.742000', '133913.744000', '133913.747000', '133913.749000', '133913.752000', '133913.754000', '133913.757000', '133913.759000', '133913.762000', '133913.765000', '133913.767000', '133913.770000', '133913.772000', '133913.775000', '133913.777000', '133913.780000', '133913.783000', '133913.785000', '133913.788000', '133913.790000', '133913.793000', '133913.795000', '133913.798000', '133913.800000', '133913.803000', '133913.806000', '133913.808000', '133913.811000', '133913.813000', '133913.816000', '133913.819000', '133913.821000', '133913.824000', '133913.826000', '133913.829000', '133925.197000', '133925.200000', '133925.203000', '133925.207000', '133925.209000', '133925.212000', '133925.215000', '133925.218000', '133925.221000', '133925.224000', '133925.227000', '133925.229000', '133925.232000', '133925.235000', '133925.238000', '133925.240000', '133925.243000', '133925.246000', '133925.249000', '133925.251000', '133925.254000', '133925.257000', '133925.259000', '133925.262000', '133925.265000', '133925.267000'], 'InstanceCreationTime': ['133253.748000', '133253.751000', '133253.754000', '133253.757000', '133253.759000', '133253.764000', '133253.767000', '133253.769000', '133253.772000', '133253.774000', '133253.777000', '133253.779000', '133253.782000', '133253.785000', '133253.787000', '133253.790000', '133253.792000', '133253.795000', '133253.797000', '133253.800000', '133253.802000', '133253.805000', '133253.807000', '133253.810000', '133253.812000', '133253.815000', '133253.817000', '133253.820000', '133253.823000', '133253.825000', '133253.828000', '133253.830000', '133253.833000', '133253.835000', '133253.838000', '133253.840000', '133253.843000', '133253.845000', '133253.848000', '133253.850000', '133253.853000', '133253.855000', '133253.858000', '133253.860000', '133253.863000', '133253.865000', '133253.868000', '133253.870000', '133253.873000', '133253.876000', '133253.878000', '133253.881000', '133253.883000', '133253.886000', '133253.888000', '133253.891000', '133253.893000', '133253.896000', '133253.899000', '133253.901000', '133253.905000', '133253.908000', '133313.721000', '133313.724000', '133313.727000', '133313.730000', '133313.732000', '133313.735000', '133313.737000', '133313.740000', '133313.742000', '133313.745000', '133313.748000', '133313.750000', '133313.753000', '133313.755000', '133313.758000', '133313.760000', '133313.763000', '133313.765000', '133313.768000', '133313.770000', '133313.773000', '133313.775000', '133313.778000', '133313.780000', '133313.783000', '133313.786000', '133313.788000', '133313.791000', '133313.793000', '133313.796000', '133313.798000', '133313.801000', '133313.803000', '133313.806000', '133313.808000', '133313.811000', '133313.814000', '133313.816000', '133313.819000', '133313.821000', '133313.824000', '133313.826000', '133313.829000', '133313.831000', '133333.720000', '133333.723000', '133333.726000', '133333.728000', '133333.731000', '133333.733000', '133333.736000', '133333.739000', '133333.741000', '133333.744000', '133333.746000', '133333.749000', '133333.751000', '133333.754000', '133333.757000', '133333.759000', '133333.762000', '133333.764000', '133333.767000', '133333.769000', '133333.781000', '133333.784000', '133333.787000', '133333.789000', '133333.792000', '133333.794000', '133333.797000', '133333.800000', '133333.803000', '133333.806000', '133333.808000', '133333.811000', '133333.813000', '133333.816000', '133333.819000', '133333.821000', '133333.824000', '133333.826000', '133333.829000', '133333.831000', '133333.834000', '133333.836000', '133333.839000', '133353.720000', '133353.723000', '133353.726000', '133353.728000', '133353.731000', '133353.733000', '133353.736000', '133353.739000', '133353.741000', '133353.744000', '133353.746000', '133353.749000', '133353.751000', '133353.754000', '133353.757000', '133353.759000', '133353.762000', '133353.764000', '133353.767000', '133353.769000', '133353.772000', '133353.775000', '133353.777000', '133353.780000', '133353.782000', '133353.785000', '133353.788000', '133353.790000', '133353.793000', '133353.795000', '133353.798000', '133353.800000', '133353.803000', '133353.805000', '133353.808000', '133353.811000', '133353.813000', '133353.816000', '133353.818000', '133353.821000', '133353.823000', '133353.826000', '133353.828000', '133353.831000', '133413.720000', '133413.723000', '133413.726000', '133413.729000', '133413.731000', '133413.734000', '133413.736000', '133413.739000', '133413.742000', '133413.744000', '133413.747000', '133413.749000', '133413.752000', '133413.754000', '133413.757000', '133413.759000', '133413.762000', '133413.764000', '133413.767000', '133413.770000', '133413.772000', '133413.775000', '133413.777000', '133413.780000', '133413.783000', '133413.785000', '133413.788000', '133413.790000', '133413.793000', '133413.795000', '133413.798000', '133413.800000', '133413.803000', '133413.806000', '133413.808000', '133413.811000', '133413.813000', '133413.816000', '133413.818000', '133413.821000', '133413.824000', '133413.826000', '133413.829000', '133433.721000', '133433.724000', '133433.726000', '133433.729000', '133433.731000', '133433.734000', '133433.737000', '133433.739000', '133433.742000', '133433.744000', '133433.747000', '133433.749000', '133433.752000', '133433.754000', '133433.757000', '133433.760000', '133433.762000', '133433.765000', '133433.767000', '133433.770000', '133433.772000', '133433.775000', '133433.777000', '133433.780000', '133433.782000', '133433.785000', '133433.788000', '133433.790000', '133433.793000', '133433.795000', '133433.798000', '133433.800000', '133433.803000', '133433.805000', '133433.808000', '133433.810000', '133433.813000', '133433.816000', '133433.818000', '133433.821000', '133433.823000', '133433.826000', '133433.828000', '133433.831000', '133453.720000', '133453.723000', '133453.726000', '133453.728000', '133453.731000', '133453.733000', '133453.736000', '133453.739000', '133453.741000', '133453.744000', '133453.746000', '133453.749000', '133453.751000', '133453.754000', '133453.756000', '133453.759000', '133453.761000', '133453.764000', '133453.767000', '133453.769000', '133453.772000', '133453.774000', '133453.777000', '133453.779000', '133453.782000', '133453.784000', '133453.787000', '133453.790000', '133453.792000', '133453.795000', '133453.797000', '133453.800000', '133453.802000', '133453.805000', '133453.808000', '133453.810000', '133453.813000', '133453.815000', '133453.818000', '133453.820000', '133453.823000', '133453.825000', '133453.828000', '133513.721000', '133513.724000', '133513.727000', '133513.730000', '133513.732000', '133513.735000', '133513.737000', '133513.740000', '133513.742000', '133513.745000', '133513.747000', '133513.750000', '133513.752000', '133513.755000', '133513.758000', '133513.760000', '133513.773000', '133513.776000', '133513.778000', '133513.781000', '133513.784000', '133513.786000', '133513.789000', '133513.791000', '133513.794000', '133513.796000', '133513.799000', '133513.801000', '133513.804000', '133513.807000', '133513.809000', '133513.812000', '133513.814000', '133513.817000', '133513.820000', '133513.822000', '133513.825000', '133513.827000', '133513.830000', '133513.832000', '133513.835000', '133513.837000', '133513.840000', '133513.842000', '133533.722000', '133533.725000', '133533.727000', '133533.730000', '133533.732000', '133533.735000', '133533.737000', '133533.740000', '133533.742000', '133533.745000', '133533.747000', '133533.750000', '133533.753000', '133533.755000', '133533.758000', '133533.760000', '133533.763000', '133533.766000', '133533.768000', '133533.771000', '133533.773000', '133533.776000', '133533.778000', '133533.781000', '133533.783000', '133533.786000', '133533.788000', '133533.791000', '133533.793000', '133533.796000', '133533.799000', '133533.801000', '133533.804000', '133533.806000', '133533.809000', '133533.811000', '133533.814000', '133533.817000', '133533.819000', '133533.822000', '133533.824000', '133533.827000', '133533.829000', '133553.721000', '133553.724000', '133553.726000', '133553.729000', '133553.731000', '133553.734000', '133553.736000', '133553.739000', '133553.741000', '133553.744000', '133553.746000', '133553.749000', '133553.752000', '133553.754000', '133553.757000', '133553.759000', '133553.762000', '133553.765000', '133553.767000', '133553.770000', '133553.772000', '133553.775000', '133553.777000', '133553.780000', '133553.782000', '133553.785000', '133553.788000', '133553.790000', '133553.793000', '133553.795000', '133553.798000', '133553.800000', '133553.803000', '133553.805000', '133553.808000', '133553.810000', '133553.813000', '133553.816000', '133553.818000', '133553.821000', '133553.823000', '133553.826000', '133553.828000', '133553.831000', '133613.720000', '133613.723000', '133613.726000', '133613.728000', '133613.731000', '133613.733000', '133613.736000', '133613.739000', '133613.741000', '133613.744000', '133613.746000', '133613.749000', '133613.751000', '133613.754000', '133613.756000', '133613.759000', '133613.762000', '133613.764000', '133613.767000', '133613.769000', '133613.772000', '133613.774000', '133613.777000', '133613.779000', '133613.782000', '133613.784000', '133613.787000', '133613.790000', '133613.792000', '133613.795000', '133613.797000', '133613.800000', '133613.802000', '133613.805000', '133613.807000', '133613.810000', '133613.813000', '133613.815000', '133613.818000', '133613.820000', '133613.823000', '133613.825000', '133613.828000', '133633.720000', '133633.723000', '133633.726000', '133633.736000', '133633.739000', '133633.741000', '133633.744000', '133633.746000', '133633.749000', '133633.752000', '133633.754000', '133633.757000', '133633.759000', '133633.762000', '133633.765000', '133633.767000', '133633.770000', '133633.772000', '133633.775000', '133633.777000', '133633.780000', '133633.782000', '133633.785000', '133633.787000', '133633.790000', '133633.793000', '133633.795000', '133633.798000', '133633.800000', '133633.803000', '133633.805000', '133633.808000', '133633.811000', '133633.813000', '133633.816000', '133633.818000', '133633.821000', '133633.823000', '133633.826000', '133633.828000', '133633.831000', '133633.845000', '133633.849000', '133633.851000', '133653.720000', '133653.723000', '133653.726000', '133653.728000', '133653.731000', '133653.733000', '133653.736000', '133653.739000', '133653.741000', '133653.744000', '133653.746000', '133653.749000', '133653.751000', '133653.754000', '133653.757000', '133653.759000', '133653.762000', '133653.764000', '133653.767000', '133653.769000', '133653.772000', '133653.774000', '133653.777000', '133653.779000', '133653.782000', '133653.784000', '133653.787000', '133653.790000', '133653.792000', '133653.795000', '133653.797000', '133653.800000', '133653.802000', '133653.805000', '133653.808000', '133653.810000', '133653.813000', '133653.815000', '133653.818000', '133653.820000', '133653.823000', '133653.826000', '133653.828000', '133713.721000', '133713.724000', '133713.726000', '133713.729000', '133713.732000', '133713.734000', '133713.737000', '133713.739000', '133713.742000', '133713.744000', '133713.747000', '133713.750000', '133713.752000', '133713.755000', '133713.757000', '133713.760000', '133713.762000', '133713.765000', '133713.768000', '133713.770000', '133713.773000', '133713.775000', '133713.778000', '133713.780000', '133713.783000', '133713.785000', '133713.788000', '133713.791000', '133713.793000', '133713.796000', '133713.798000', '133713.801000', '133713.803000', '133713.806000', '133713.808000', '133713.811000', '133713.814000', '133713.816000', '133713.819000', '133713.821000', '133713.824000', '133713.827000', '133713.829000', '133713.832000', '133733.721000', '133733.724000', '133733.727000', '133733.729000', '133733.732000', '133733.734000', '133733.737000', '133733.740000', '133733.742000', '133733.745000', '133733.747000', '133733.750000', '133733.752000', '133733.755000', '133733.757000', '133733.760000', '133733.763000', '133733.765000', '133733.768000', '133733.770000', '133733.773000', '133733.775000', '133733.778000', '133733.780000', '133733.783000', '133733.786000', '133733.788000', '133733.791000', '133733.793000', '133733.796000', '133733.798000', '133733.801000', '133733.804000', '133733.806000', '133733.809000', '133733.811000', '133733.814000', '133733.816000', '133733.819000', '133733.821000', '133733.824000', '133733.827000', '133733.829000', '133753.721000', '133753.724000', '133753.727000', '133753.729000', '133753.732000', '133753.734000', '133753.737000', '133753.740000', '133753.747000', '133753.750000', '133753.753000', '133753.755000', '133753.758000', '133753.761000', '133753.763000', '133753.766000', '133753.768000', '133753.771000', '133753.773000', '133753.776000', '133753.779000', '133753.781000', '133753.784000', '133753.786000', '133753.789000', '133753.791000', '133753.794000', '133753.796000', '133753.799000', '133753.802000', '133753.804000', '133753.807000', '133753.809000', '133753.812000', '133753.814000', '133753.817000', '133753.819000', '133753.822000', '133753.825000', '133753.827000', '133753.830000', '133753.832000', '133753.835000', '133753.838000', '133813.721000', '133813.723000', '133813.726000', '133813.729000', '133813.731000', '133813.734000', '133813.737000', '133813.739000', '133813.751000', '133813.754000', '133813.757000', '133813.759000', '133813.762000', '133813.764000', '133813.767000', '133813.769000', '133813.772000', '133813.775000', '133813.777000', '133813.780000', '133813.782000', '133813.785000', '133813.787000', '133813.792000', '133813.794000', '133813.797000', '133813.799000', '133813.802000', '133813.804000', '133813.807000', '133813.810000', '133813.812000', '133813.815000', '133813.817000', '133813.820000', '133813.822000', '133813.825000', '133813.828000', '133813.830000', '133813.833000', '133813.835000', '133813.838000', '133813.841000', '133833.722000', '133833.724000', '133833.727000', '133833.730000', '133833.732000', '133833.735000', '133833.737000', '133833.740000', '133833.743000', '133833.745000', '133833.748000', '133833.750000', '133833.753000', '133833.756000', '133833.758000', '133833.761000', '133833.763000', '133833.766000', '133833.768000', '133833.771000', '133833.774000', '133833.777000', '133833.779000', '133833.782000', '133833.784000', '133833.787000', '133833.790000', '133833.792000', '133833.795000', '133833.797000', '133833.800000', '133833.803000', '133833.805000', '133833.808000', '133833.810000', '133833.813000', '133833.815000', '133833.818000', '133833.820000', '133833.823000', '133833.826000', '133833.828000', '133833.831000', '133833.833000', '133853.720000', '133853.723000', '133853.726000', '133853.728000', '133853.731000', '133853.733000', '133853.736000', '133853.739000', '133853.741000', '133853.744000', '133853.746000', '133853.749000', '133853.751000', '133853.754000', '133853.756000', '133853.759000', '133853.762000', '133853.764000', '133853.767000', '133853.769000', '133853.772000', '133853.774000', '133853.777000', '133853.780000', '133853.782000', '133853.785000', '133853.787000', '133853.790000', '133853.792000', '133853.795000', '133853.797000', '133853.800000', '133853.802000', '133853.805000', '133853.807000', '133853.810000', '133853.813000', '133853.815000', '133853.818000', '133853.820000', '133853.823000', '133853.825000', '133853.828000', '133913.720000', '133913.723000', '133913.726000', '133913.728000', '133913.731000', '133913.734000', '133913.736000', '133913.739000', '133913.742000', '133913.744000', '133913.747000', '133913.749000', '133913.752000', '133913.754000', '133913.757000', '133913.759000', '133913.762000', '133913.765000', '133913.767000', '133913.770000', '133913.772000', '133913.775000', '133913.777000', '133913.780000', '133913.783000', '133913.785000', '133913.788000', '133913.790000', '133913.793000', '133913.795000', '133913.798000', '133913.800000', '133913.803000', '133913.806000', '133913.808000', '133913.811000', '133913.813000', '133913.816000', '133913.819000', '133913.821000', '133913.824000', '133913.826000', '133913.829000', '133925.197000', '133925.200000', '133925.203000', '133925.207000', '133925.209000', '133925.212000', '133925.215000', '133925.218000', '133925.221000', '133925.224000', '133925.227000', '133925.229000', '133925.232000', '133925.235000', '133925.238000', '133925.240000', '133925.243000', '133925.246000', '133925.249000', '133925.251000', '133925.254000', '133925.257000', '133925.259000', '133925.262000', '133925.265000', '133925.267000'], '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': [9209, 12227, 9198, 11444, 9128, 10017, 15102, 10735, 13332, 10242, 14407, 8564, 12645, 10763, 9914, 8908, 9264, 12889, 9154, 12411, 9996, 10780, 8746, 12243, 10140, 9962, 15069, 11546, 14201, 8204, 13539, 9189, 11062, 9271, 10851, 17466, 9011, 14784, 9775, 11683, 9166, 10903, 9546, 10207, 15527, 11820, 12489, 8747, 12868, 10115, 10177, 13116, 9904, 16369, 9167, 13978, 9344, 13768, 9320, 12230, 9401, 9878, 16125, 10531, 14069, 11228, 15384, 8858, 11801, 11908, 10345, 12741, 9008, 14812, 7979, 12912, 10624, 10205, 8955, 9718, 13219, 8299, 12910, 8741, 11190, 10341, 9695, 15270, 9993, 13135, 9526, 14228, 8461, 12822, 11093, 10828, 10781, 10291, 14825, 8819, 14877, 10283, 13180, 10636, 10442, 14351, 9852, 15415, 9835, 14958, 9092, 13328, 10317, 10658, 9099, 9853, 13419, 9357, 14911, 9882, 11708, 10810, 10450, 13288, 9319, 14568, 9244, 15053, 8905, 12993, 9533, 11293, 9686, 10456, 14656, 9564, 13583, 9555, 14442, 10229, 14429, 9175, 10773, 10752, 10110, 11639, 9621, 14128, 8294, 14397, 10112, 10759, 8467, 10909, 8954, 9735, 12784, 9652, 14032, 9113, 13132, 8925, 12310, 9472, 12729, 10806, 10350, 17066, 12206, 13562, 9234, 12500, 9758, 11222, 13791, 10702, 17682, 8745, 14896, 9184, 12264, 8859, 11139, 11178, 9868, 12655, 8170, 11890, 9258, 12017, 10289, 10074, 13741, 9828, 15457, 8336, 13566, 9302, 12051, 9022, 11296, 15982, 10057, 14909, 10653, 11339, 8436, 11215, 13759, 9703, 13500, 11802, 13390, 8844, 12490, 8379, 11839, 11978, 10300, 13291, 9965, 12291, 9235, 13856, 10317, 13287, 9057, 11053, 15365, 10077, 15490, 9383, 14242, 8528, 12800, 9896, 11388, 8360, 10457, 15808, 9590, 13548, 9484, 14825, 8870, 12300, 9750, 11204, 10106, 10289, 17108, 8235, 13870, 9656, 11230, 8336, 11186, 9283, 9644, 16297, 11772, 14267, 9334, 12742, 8801, 12306, 10231, 11727, 13616, 10430, 14677, 9480, 13686, 10346, 13632, 8861, 11821, 13262, 11009, 17346, 10470, 15260, 8400, 12823, 9155, 11807, 9190, 10940, 15824, 8779, 14125, 9840, 11925, 8247, 11573, 9022, 10017, 15745, 9859, 15430, 8615, 13388, 8473, 12021, 8245, 11689, 9147, 10127, 16899, 10514, 15075, 8732, 13259, 8836, 12257, 12706, 10977, 17543, 9200, 13839, 9052, 12859, 9774, 12309, 13162, 10223, 14463, 9447, 13843, 10157, 13028, 8104, 11520, 8621, 11472, 8153, 10278, 17147, 8924, 14888, 10914, 12622, 9219, 13039, 8870, 12357, 12431, 11693, 13058, 10112, 15801, 9738, 14503, 10941, 11737, 8651, 10857, 13053, 8485, 13208, 9181, 11811, 10094, 10694, 14677, 8316, 12874, 8986, 11759, 8429, 11751, 7771, 11070, 12350, 10674, 14724, 9277, 13321, 8580, 12774, 9735, 11562, 10143, 10273, 13753, 8943, 11253, 8570, 11427, 9219, 9955, 16274, 10231, 14656, 9327, 13370, 9279, 12520, 10505, 11588, 12088, 10089, 15052, 10387, 13007, 9426, 12943, 8837, 12357, 13085, 11255, 12990, 9527, 13545, 9357, 14130, 10665, 12566, 10361, 11146, 11155, 9965, 13448, 9410, 14520, 8734, 13747, 9554, 12846, 8928, 12307, 15418, 9735, 13991, 9460, 12130, 9376, 12386, 8953, 10648, 15958, 10767, 14391, 9091, 13506, 7898, 12910, 9282, 11636, 9239, 10636, 12641, 9553, 13746, 9629, 13371, 9337, 12506, 9169, 12189, 14539, 11292, 13282, 9578, 13560, 8443, 12367, 9129, 12400, 9012, 10993, 17433, 10206, 13328, 8896, 13736, 8519, 12228, 14102, 10913, 15267, 8035, 12615, 7648, 10099, 8227, 9476, 14446, 8238, 12132, 9116, 10364, 8513, 11855, 9307, 10498, 16398, 12328, 12588, 9233, 12778, 9120, 12660, 11721, 11856, 13580, 9999, 14812, 8993, 14393, 10039, 12475, 9077, 11255, 14401, 8270, 12801, 9209, 11357, 9518, 9858, 13698, 8155, 13434, 9739, 10941, 7898, 11120, 7645, 9934, 7456, 9725, 7905, 10110, 11091, 9958, 13653, 9849, 14765, 12149, 10534, 15489, 9971, 12930, 9034, 11758, 12881, 10037, 13817, 9748, 12448, 8559, 11697, 8847, 10814, 16780, 10253, 14471, 8208, 13032, 9177, 11510, 8170, 12125, 15191, 10519, 14120, 10027, 14699, 8969, 11833, 11140, 10948, 15559, 10688, 12508, 8304, 11495, 13857, 9449, 13153, 8797, 13733, 8125, 11022, 8092, 10443, 7585, 10088, 15465, 8361, 13490, 9792, 11296, 8230, 11141, 16002, 10549, 12698, 10133, 13562, 10201, 11970, 15750, 11107, 15963, 8427, 13020, 9014, 12289, 14702, 11179, 16311, 8719, 12451, 10663, 11485, 12242, 9779, 12742, 7739, 12172, 8379, 10646, 8340, 11754, 7839, 12421, 10042, 12472, 9113, 11437, 17954, 11780, 14890, 10194, 12989, 9393, 12221, 10075, 11092, 16009, 11080, 13477, 9321, 12444, 12695, 9813, 13002, 8698, 10434, 8542, 10074, 12192, 7825, 11690, 8298, 10265, 8538, 9230, 14261, 9640, 14047, 8412, 12752, 8421, 13815, 10496, 14774, 14110, 10487, 10754, 8297, 12844, 9619, 11821, 12293, 14149, 10986, 15981, 12120, 15596, 11970, 14344, 11517, 15718, 11195, 15826, 10211, 15541, 12005, 15149, 12399, 10095, 14377, 12209, 12446, 15812, 12604, 14798, 9802, 12911, 10220, 10663, 9342, 10584, 8453, 11394, 8327, 11982, 8618, 12639, 8942, 12450, 8612, 14625, 8352, 14872, 9805, 13223, 10870, 9935, 11108, 7933, 12493, 16130, 9685, 13124, 9460, 13254, 8300, 12211, 10747, 9266, 8396, 9459, 15236, 9698, 13105, 10719, 11988, 8193, 13054, 8146, 13403, 10715, 12752, 8162, 14102, 10210, 14101, 9875, 12524, 8124, 13627, 9591, 12260, 16534, 10678, 13501, 9199, 14879, 10031, 15293, 12017, 10743, 8943, 10076, 8776, 12612, 9046, 11368, 9243, 9014, 14362, 10164, 13915, 10240, 13710, 8810, 12734, 11692, 8721, 15975, 8747, 14230, 10165, 12451, 9637, 9908, 13325, 9604, 13072, 9743, 13886, 8181, 11960, 10304, 8926, 16080, 10357, 14359, 7859, 13330, 10198, 10187, 10626, 8969, 16121, 8179, 13610, 8686, 10765, 8685, 9864, 13613, 9795, 13639, 10055, 12039, 8246, 11255, 11112, 9142, 17003, 11612, 14760, 8250, 13408, 10399, 9380, 16939, 10714, 15156, 8224, 13241, 13797, 10826, 14696, 8104, 12352, 11992, 9249, 14061, 8245, 10090, 8030, 9290, 9921, 8481, 12497, 9031, 13178, 8230, 12836, 8337, 12293, 9547, 11872, 17799, 11845, 15076, 11166, 9897, 16154, 8077, 11883, 8400, 11618, 9083, 9378, 15092, 8786, 13878, 10583, 9575, 14633, 8157, 12122, 8141, 10687, 9288, 9415, 13432, 9254, 13940, 10313, 14578, 9626, 11301, 9399, 9625, 14555, 10108, 14777, 9539, 11295, 9479, 9463, 16189, 9247, 13174, 8291, 12767, 9382, 9639, 13546, 10412, 16202, 8155, 13752, 9020, 13319, 8757], 'WindowCenter': [4318.0, 4322.0, 4299.0, 4307.0, 4273.0, 4284.0, 4313.0, 4295.0, 4304.0, 4284.0, 4301.0, 4261.0, 4291.0, 4281.0, 4283.0, 4273.0, 4273.0, 4301.0, 4284.0, 4304.0, 4296.0, 4293.0, 4274.0, 4305.0, 4284.0, 4287.0, 4314.0, 4295.0, 4303.0, 4263.0, 4303.0, 4272.0, 4292.0, 4271.0, 4283.0, 4309.0, 4260.0, 4301.0, 4282.0, 4280.0, 4270.0, 4281.0, 4269.0, 4283.0, 4311.0, 4292.0, 4289.0, 4260.0, 4291.0, 4281.0, 4282.0, 4290.0, 4283.0, 4309.0, 4271.0, 4300.0, 4271.0, 4301.0, 4260.0, 4280.0, 4258.0, 4270.0, 4310.0, 4281.0, 4289.0, 4280.0, 4298.0, 4258.0, 4279.0, 4278.0, 4269.0, 4287.0, 4259.0, 4299.0, 4251.0, 4302.0, 4281.0, 4279.0, 4258.0, 4271.0, 4287.0, 4261.0, 4289.0, 4260.0, 4279.0, 4269.0, 4272.0, 4300.0, 4284.0, 4301.0, 4272.0, 4301.0, 4260.0, 4303.0, 4281.0, 4281.0, 4268.0, 4270.0, 4288.0, 4259.0, 4299.0, 4269.0, 4290.0, 4268.0, 4280.0, 4298.0, 4270.0, 4298.0, 4270.0, 4299.0, 4259.0, 4290.0, 4268.0, 4268.0, 4246.0, 4269.0, 4288.0, 4260.0, 4299.0, 4258.0, 4276.0, 4267.0, 4269.0, 4287.0, 4259.0, 4287.0, 4258.0, 4287.0, 4247.0, 4287.0, 4270.0, 4280.0, 4257.0, 4269.0, 4286.0, 4268.0, 4289.0, 4270.0, 4299.0, 4271.0, 4300.0, 4257.0, 4279.0, 4268.0, 4269.0, 4277.0, 4270.0, 4288.0, 4261.0, 4301.0, 4270.0, 4278.0, 4249.0, 4280.0, 4260.0, 4282.0, 4290.0, 4272.0, 4302.0, 4272.0, 4301.0, 4273.0, 4292.0, 4272.0, 4292.0, 4280.0, 4284.0, 4311.0, 4292.0, 4291.0, 4270.0, 4289.0, 4270.0, 4282.0, 4289.0, 4270.0, 4297.0, 4248.0, 4298.0, 4259.0, 4289.0, 4258.0, 4281.0, 4276.0, 4269.0, 4289.0, 4260.0, 4289.0, 4270.0, 4290.0, 4268.0, 4272.0, 4300.0, 4272.0, 4299.0, 4260.0, 4300.0, 4271.0, 4292.0, 4259.0, 4293.0, 4300.0, 4271.0, 4311.0, 4280.0, 4279.0, 4249.0, 4280.0, 4299.0, 4272.0, 4290.0, 4290.0, 4288.0, 4259.0, 4289.0, 4250.0, 4292.0, 4279.0, 4282.0, 4289.0, 4270.0, 4290.0, 4272.0, 4301.0, 4270.0, 4290.0, 4258.0, 4280.0, 4300.0, 4270.0, 4298.0, 4258.0, 4286.0, 4259.0, 4290.0, 4269.0, 4292.0, 4249.0, 4280.0, 4299.0, 4271.0, 4289.0, 4269.0, 4298.0, 4258.0, 4279.0, 4269.0, 4280.0, 4268.0, 4270.0, 4308.0, 4260.0, 4300.0, 4270.0, 4279.0, 4249.0, 4280.0, 4269.0, 4283.0, 4312.0, 4291.0, 4298.0, 4270.0, 4289.0, 4261.0, 4291.0, 4269.0, 4279.0, 4287.0, 4280.0, 4299.0, 4269.0, 4288.0, 4269.0, 4288.0, 4257.0, 4279.0, 4288.0, 4280.0, 4298.0, 4280.0, 4287.0, 4247.0, 4288.0, 4258.0, 4278.0, 4259.0, 4280.0, 4298.0, 4260.0, 4300.0, 4269.0, 4278.0, 4248.0, 4280.0, 4260.0, 4271.0, 4299.0, 4271.0, 4299.0, 4261.0, 4300.0, 4262.0, 4290.0, 4261.0, 4292.0, 4270.0, 4284.0, 4312.0, 4283.0, 4302.0, 4262.0, 4291.0, 4261.0, 4304.0, 4291.0, 4282.0, 4309.0, 4260.0, 4302.0, 4273.0, 4292.0, 4269.0, 4290.0, 4289.0, 4271.0, 4299.0, 4270.0, 4301.0, 4280.0, 4288.0, 4249.0, 4293.0, 4260.0, 4291.0, 4249.0, 4282.0, 4309.0, 4273.0, 4302.0, 4294.0, 4290.0, 4271.0, 4290.0, 4260.0, 4292.0, 4289.0, 4292.0, 4288.0, 4270.0, 4299.0, 4258.0, 4302.0, 4268.0, 4278.0, 4245.0, 4268.0, 4276.0, 4248.0, 4288.0, 4257.0, 4277.0, 4266.0, 4279.0, 4287.0, 4251.0, 4291.0, 4261.0, 4279.0, 4261.0, 4289.0, 4252.0, 4294.0, 4292.0, 4284.0, 4300.0, 4272.0, 4301.0, 4262.0, 4292.0, 4269.0, 4281.0, 4269.0, 4284.0, 4301.0, 4261.0, 4280.0, 4261.0, 4282.0, 4259.0, 4283.0, 4312.0, 4283.0, 4300.0, 4272.0, 4301.0, 4272.0, 4293.0, 4281.0, 4290.0, 4292.0, 4284.0, 4302.0, 4282.0, 4289.0, 4269.0, 4289.0, 4271.0, 4291.0, 4289.0, 4280.0, 4288.0, 4270.0, 4289.0, 4271.0, 4300.0, 4280.0, 4278.0, 4270.0, 4279.0, 4278.0, 4271.0, 4287.0, 4260.0, 4290.0, 4249.0, 4289.0, 4259.0, 4290.0, 4247.0, 4279.0, 4286.0, 4257.0, 4286.0, 4258.0, 4278.0, 4258.0, 4288.0, 4258.0, 4282.0, 4298.0, 4281.0, 4298.0, 4259.0, 4288.0, 4250.0, 4291.0, 4270.0, 4279.0, 4259.0, 4281.0, 4290.0, 4272.0, 4290.0, 4271.0, 4289.0, 4270.0, 4290.0, 4260.0, 4292.0, 4289.0, 4281.0, 4287.0, 4270.0, 4289.0, 4260.0, 4290.0, 4270.0, 4291.0, 4259.0, 4282.0, 4310.0, 4270.0, 4288.0, 4261.0, 4290.0, 4260.0, 4291.0, 4289.0, 4280.0, 4298.0, 4249.0, 4288.0, 4249.0, 4270.0, 4260.0, 4272.0, 4300.0, 4264.0, 4293.0, 4271.0, 4281.0, 4262.0, 4293.0, 4271.0, 4294.0, 4312.0, 4304.0, 4289.0, 4271.0, 4291.0, 4271.0, 4293.0, 4280.0, 4291.0, 4290.0, 4270.0, 4288.0, 4259.0, 4289.0, 4258.0, 4278.0, 4246.0, 4278.0, 4285.0, 4248.0, 4278.0, 4257.0, 4278.0, 4257.0, 4270.0, 4300.0, 4250.0, 4301.0, 4272.0, 4279.0, 4250.0, 4280.0, 4251.0, 4282.0, 4254.0, 4283.0, 4264.0, 4297.0, 4295.0, 4297.0, 4305.0, 4284.0, 4304.0, 4290.0, 4282.0, 4300.0, 4270.0, 4290.0, 4258.0, 4280.0, 4278.0, 4270.0, 4300.0, 4270.0, 4278.0, 4259.0, 4290.0, 4259.0, 4282.0, 4310.0, 4281.0, 4299.0, 4250.0, 4291.0, 4261.0, 4280.0, 4250.0, 4292.0, 4302.0, 4282.0, 4291.0, 4271.0, 4300.0, 4259.0, 4291.0, 4279.0, 4280.0, 4300.0, 4268.0, 4278.0, 4248.0, 4280.0, 4290.0, 4271.0, 4289.0, 4260.0, 4288.0, 4249.0, 4280.0, 4250.0, 4281.0, 4251.0, 4283.0, 4311.0, 4263.0, 4302.0, 4271.0, 4281.0, 4261.0, 4292.0, 4311.0, 4283.0, 4290.0, 4282.0, 4303.0, 4282.0, 4293.0, 4300.0, 4280.0, 4297.0, 4249.0, 4290.0, 4260.0, 4280.0, 4289.0, 4279.0, 4297.0, 4247.0, 4288.0, 4268.0, 4280.0, 4278.0, 4269.0, 4287.0, 4250.0, 4290.0, 4262.0, 4281.0, 4262.0, 4292.0, 4255.0, 4303.0, 4272.0, 4291.0, 4260.0, 4292.0, 4310.0, 4281.0, 4300.0, 4282.0, 4290.0, 4259.0, 4290.0, 4269.0, 4281.0, 4300.0, 4279.0, 4288.0, 4258.0, 4290.0, 4276.0, 4269.0, 4288.0, 4258.0, 4270.0, 4258.0, 4270.0, 4278.0, 4250.0, 4292.0, 4261.0, 4281.0, 4259.0, 4273.0, 4314.0, 4284.0, 4313.0, 4276.0, 4303.0, 4277.0, 4305.0, 4309.0, 4317.0, 4308.0, 4297.0, 4271.0, 4250.0, 4292.0, 4276.0, 4295.0, 4300.0, 4296.0, 4276.0, 4293.0, 4284.0, 4294.0, 4274.0, 4281.0, 4259.0, 4266.0, 4244.0, 4265.0, 4233.0, 4262.0, 4242.0, 4263.0, 4252.0, 4230.0, 4253.0, 4227.0, 4239.0, 4247.0, 4227.0, 4248.0, 4217.0, 4239.0, 4229.0, 4232.0, 4220.0, 4231.0, 4223.0, 4253.0, 4228.0, 4267.0, 4240.0, 4269.0, 4252.0, 4270.0, 4241.0, 4291.0, 4243.0, 4291.0, 4276.0, 4297.0, 4299.0, 4300.0, 4297.0, 4268.0, 4310.0, 4317.0, 4277.0, 4283.0, 4263.0, 4281.0, 4252.0, 4295.0, 4273.0, 4263.0, 4254.0, 4277.0, 4304.0, 4277.0, 4296.0, 4286.0, 4284.0, 4265.0, 4294.0, 4256.0, 4308.0, 4289.0, 4306.0, 4268.0, 4305.0, 4287.0, 4307.0, 4276.0, 4295.0, 4254.0, 4294.0, 4263.0, 4297.0, 4304.0, 4273.0, 4292.0, 4275.0, 4303.0, 4276.0, 4317.0, 4298.0, 4285.0, 4265.0, 4273.0, 4266.0, 4297.0, 4267.0, 4287.0, 4263.0, 4266.0, 4292.0, 4273.0, 4293.0, 4275.0, 4293.0, 4250.0, 4282.0, 4269.0, 4250.0, 4289.0, 4250.0, 4279.0, 4261.0, 4279.0, 4248.0, 4260.0, 4280.0, 4273.0, 4280.0, 4260.0, 4279.0, 4240.0, 4281.0, 4271.0, 4262.0, 4301.0, 4261.0, 4290.0, 4240.0, 4280.0, 4271.0, 4273.0, 4270.0, 4263.0, 4300.0, 4254.0, 4303.0, 4264.0, 4283.0, 4265.0, 4275.0, 4303.0, 4286.0, 4307.0, 4275.0, 4294.0, 4264.0, 4285.0, 4283.0, 4275.0, 4302.0, 4283.0, 4302.0, 4252.0, 4294.0, 4273.0, 4266.0, 4302.0, 4274.0, 4291.0, 4250.0, 4294.0, 4292.0, 4271.0, 4289.0, 4239.0, 4281.0, 4267.0, 4260.0, 4290.0, 4249.0, 4259.0, 4241.0, 4272.0, 4273.0, 4266.0, 4294.0, 4276.0, 4304.0, 4266.0, 4306.0, 4266.0, 4296.0, 4275.0, 4298.0, 4313.0, 4285.0, 4306.0, 4271.0, 4262.0, 4290.0, 4241.0, 4281.0, 4251.0, 4282.0, 4252.0, 4263.0, 4289.0, 4248.0, 4289.0, 4257.0, 4260.0, 4288.0, 4239.0, 4279.0, 4252.0, 4283.0, 4261.0, 4264.0, 4291.0, 4263.0, 4291.0, 4272.0, 4292.0, 4261.0, 4270.0, 4261.0, 4263.0, 4290.0, 4274.0, 4290.0, 4259.0, 4268.0, 4258.0, 4260.0, 4288.0, 4259.0, 4278.0, 4249.0, 4279.0, 4248.0, 4261.0, 4289.0, 4270.0, 4298.0, 4241.0, 4290.0, 4260.0, 4290.0, 4250.0], 'WindowWidth': [9560.0, 9555.0, 9515.0, 9522.0, 9469.0, 9486.0, 9522.0, 9500.0, 9511.0, 9483.0, 9503.0, 9448.0, 9489.0, 9475.0, 9479.0, 9467.0, 9468.0, 9500.0, 9485.0, 9514.0, 9503.0, 9496.0, 9471.0, 9513.0, 9484.0, 9493.0, 9523.0, 9499.0, 9507.0, 9453.0, 9507.0, 9464.0, 9492.0, 9460.0, 9480.0, 9510.0, 9445.0, 9502.0, 9479.0, 9471.0, 9457.0, 9475.0, 9456.0, 9482.0, 9517.0, 9489.0, 9481.0, 9446.0, 9487.0, 9473.0, 9479.0, 9485.0, 9481.0, 9509.0, 9460.0, 9499.0, 9460.0, 9502.0, 9446.0, 9472.0, 9438.0, 9458.0, 9510.0, 9476.0, 9484.0, 9470.0, 9491.0, 9437.0, 9469.0, 9464.0, 9455.0, 9474.0, 9442.0, 9494.0, 9433.0, 9504.0, 9473.0, 9469.0, 9437.0, 9460.0, 9477.0, 9447.0, 9484.0, 9445.0, 9469.0, 9455.0, 9464.0, 9499.0, 9483.0, 9503.0, 9464.0, 9500.0, 9445.0, 9508.0, 9473.0, 9475.0, 9450.0, 9457.0, 9480.0, 9442.0, 9497.0, 9454.0, 9486.0, 9451.0, 9471.0, 9493.0, 9458.0, 9493.0, 9457.0, 9494.0, 9440.0, 9487.0, 9452.0, 9452.0, 9418.0, 9454.0, 9477.0, 9444.0, 9497.0, 9437.0, 9459.0, 9447.0, 9453.0, 9476.0, 9441.0, 9477.0, 9439.0, 9475.0, 9422.0, 9477.0, 9458.0, 9471.0, 9435.0, 9453.0, 9471.0, 9452.0, 9481.0, 9457.0, 9493.0, 9458.0, 9498.0, 9434.0, 9467.0, 9450.0, 9454.0, 9461.0, 9457.0, 9478.0, 9446.0, 9500.0, 9458.0, 9465.0, 9429.0, 9470.0, 9445.0, 9478.0, 9485.0, 9465.0, 9503.0, 9463.0, 9503.0, 9466.0, 9491.0, 9464.0, 9492.0, 9471.0, 9483.0, 9516.0, 9491.0, 9486.0, 9458.0, 9483.0, 9458.0, 9477.0, 9480.0, 9457.0, 9491.0, 9426.0, 9493.0, 9442.0, 9483.0, 9437.0, 9474.0, 9458.0, 9452.0, 9481.0, 9446.0, 9482.0, 9456.0, 9484.0, 9452.0, 9463.0, 9496.0, 9464.0, 9495.0, 9446.0, 9499.0, 9461.0, 9491.0, 9444.0, 9495.0, 9496.0, 9462.0, 9517.0, 9472.0, 9467.0, 9428.0, 9473.0, 9495.0, 9464.0, 9487.0, 9485.0, 9478.0, 9441.0, 9481.0, 9430.0, 9493.0, 9468.0, 9478.0, 9481.0, 9458.0, 9484.0, 9463.0, 9501.0, 9459.0, 9484.0, 9438.0, 9471.0, 9497.0, 9459.0, 9493.0, 9440.0, 9475.0, 9441.0, 9487.0, 9456.0, 9491.0, 9427.0, 9472.0, 9494.0, 9461.0, 9482.0, 9455.0, 9493.0, 9438.0, 9468.0, 9453.0, 9471.0, 9449.0, 9457.0, 9506.0, 9444.0, 9498.0, 9458.0, 9469.0, 9429.0, 9472.0, 9455.0, 9483.0, 9518.0, 9488.0, 9493.0, 9458.0, 9482.0, 9448.0, 9489.0, 9453.0, 9468.0, 9473.0, 9471.0, 9496.0, 9456.0, 9479.0, 9453.0, 9477.0, 9435.0, 9467.0, 9478.0, 9470.0, 9491.0, 9471.0, 9475.0, 9420.0, 9477.0, 9438.0, 9465.0, 9438.0, 9469.0, 9492.0, 9445.0, 9497.0, 9455.0, 9463.0, 9426.0, 9470.0, 9443.0, 9462.0, 9494.0, 9460.0, 9493.0, 9446.0, 9499.0, 9451.0, 9487.0, 9448.0, 9490.0, 9458.0, 9484.0, 9517.0, 9480.0, 9502.0, 9449.0, 9488.0, 9446.0, 9512.0, 9485.0, 9477.0, 9508.0, 9444.0, 9502.0, 9466.0, 9491.0, 9454.0, 9485.0, 9477.0, 9458.0, 9494.0, 9458.0, 9502.0, 9472.0, 9479.0, 9429.0, 9495.0, 9447.0, 9487.0, 9429.0, 9476.0, 9508.0, 9467.0, 9505.0, 9497.0, 9486.0, 9460.0, 9485.0, 9443.0, 9491.0, 9482.0, 9487.0, 9476.0, 9455.0, 9494.0, 9437.0, 9504.0, 9449.0, 9463.0, 9414.0, 9452.0, 9460.0, 9424.0, 9478.0, 9435.0, 9462.0, 9445.0, 9468.0, 9474.0, 9433.0, 9487.0, 9446.0, 9467.0, 9449.0, 9483.0, 9437.0, 9498.0, 9489.0, 9483.0, 9498.0, 9463.0, 9500.0, 9450.0, 9490.0, 9456.0, 9473.0, 9453.0, 9480.0, 9503.0, 9449.0, 9472.0, 9446.0, 9477.0, 9442.0, 9481.0, 9517.0, 9479.0, 9499.0, 9464.0, 9502.0, 9463.0, 9494.0, 9472.0, 9486.0, 9488.0, 9483.0, 9507.0, 9477.0, 9481.0, 9456.0, 9483.0, 9459.0, 9488.0, 9480.0, 9470.0, 9478.0, 9457.0, 9480.0, 9461.0, 9500.0, 9469.0, 9467.0, 9457.0, 9467.0, 9463.0, 9459.0, 9476.0, 9444.0, 9482.0, 9427.0, 9481.0, 9441.0, 9483.0, 9420.0, 9468.0, 9470.0, 9432.0, 9472.0, 9436.0, 9463.0, 9438.0, 9478.0, 9436.0, 9476.0, 9492.0, 9475.0, 9491.0, 9441.0, 9476.0, 9433.0, 9488.0, 9457.0, 9469.0, 9440.0, 9476.0, 9483.0, 9462.0, 9486.0, 9461.0, 9482.0, 9458.0, 9485.0, 9442.0, 9489.0, 9481.0, 9474.0, 9474.0, 9456.0, 9480.0, 9444.0, 9483.0, 9458.0, 9486.0, 9439.0, 9478.0, 9512.0, 9455.0, 9478.0, 9445.0, 9483.0, 9442.0, 9486.0, 9480.0, 9471.0, 9491.0, 9427.0, 9478.0, 9429.0, 9459.0, 9443.0, 9464.0, 9498.0, 9458.0, 9494.0, 9464.0, 9475.0, 9452.0, 9494.0, 9461.0, 9497.0, 9520.0, 9511.0, 9482.0, 9460.0, 9487.0, 9459.0, 9493.0, 9471.0, 9487.0, 9482.0, 9457.0, 9478.0, 9441.0, 9483.0, 9438.0, 9464.0, 9417.0, 9463.0, 9470.0, 9425.0, 9463.0, 9435.0, 9464.0, 9434.0, 9457.0, 9498.0, 9432.0, 9500.0, 9461.0, 9469.0, 9430.0, 9470.0, 9435.0, 9478.0, 9444.0, 9481.0, 9459.0, 9504.0, 9499.0, 9507.0, 9515.0, 9484.0, 9511.0, 9483.0, 9475.0, 9499.0, 9457.0, 9484.0, 9438.0, 9469.0, 9461.0, 9457.0, 9498.0, 9455.0, 9465.0, 9443.0, 9483.0, 9441.0, 9479.0, 9511.0, 9474.0, 9495.0, 9430.0, 9486.0, 9446.0, 9471.0, 9432.0, 9491.0, 9503.0, 9478.0, 9487.0, 9459.0, 9496.0, 9441.0, 9486.0, 9466.0, 9472.0, 9497.0, 9451.0, 9462.0, 9425.0, 9469.0, 9481.0, 9460.0, 9480.0, 9443.0, 9478.0, 9428.0, 9471.0, 9432.0, 9474.0, 9433.0, 9482.0, 9514.0, 9454.0, 9504.0, 9462.0, 9475.0, 9446.0, 9490.0, 9514.0, 9478.0, 9486.0, 9477.0, 9508.0, 9475.0, 9493.0, 9496.0, 9471.0, 9492.0, 9429.0, 9486.0, 9444.0, 9471.0, 9478.0, 9467.0, 9490.0, 9419.0, 9479.0, 9448.0, 9471.0, 9462.0, 9452.0, 9475.0, 9430.0, 9485.0, 9451.0, 9473.0, 9452.0, 9492.0, 9446.0, 9509.0, 9463.0, 9487.0, 9445.0, 9491.0, 9511.0, 9473.0, 9497.0, 9475.0, 9483.0, 9441.0, 9484.0, 9452.0, 9476.0, 9498.0, 9466.0, 9476.0, 9438.0, 9483.0, 9458.0, 9454.0, 9478.0, 9437.0, 9455.0, 9436.0, 9458.0, 9466.0, 9432.0, 9493.0, 9448.0, 9473.0, 9442.0, 9466.0, 9522.0, 9483.0, 9521.0, 9476.0, 9509.0, 9479.0, 9513.0, 9527.0, 9532.0, 9519.0, 9501.0, 9454.0, 9422.0, 9485.0, 9468.0, 9492.0, 9507.0, 9495.0, 9468.0, 9484.0, 9473.0, 9490.0, 9460.0, 9468.0, 9430.0, 9438.0, 9400.0, 9434.0, 9383.0, 9423.0, 9395.0, 9426.0, 9408.0, 9375.0, 9413.0, 9367.0, 9387.0, 9396.0, 9365.0, 9397.0, 9351.0, 9386.0, 9371.0, 9382.0, 9363.0, 9378.0, 9374.0, 9412.0, 9386.0, 9438.0, 9406.0, 9443.0, 9426.0, 9446.0, 9410.0, 9478.0, 9416.0, 9479.0, 9467.0, 9496.0, 9506.0, 9509.0, 9501.0, 9463.0, 9524.0, 9529.0, 9474.0, 9472.0, 9444.0, 9468.0, 9429.0, 9492.0, 9459.0, 9447.0, 9434.0, 9471.0, 9502.0, 9473.0, 9498.0, 9482.0, 9477.0, 9453.0, 9489.0, 9443.0, 9516.0, 9493.0, 9510.0, 9462.0, 9507.0, 9488.0, 9516.0, 9469.0, 9493.0, 9437.0, 9492.0, 9448.0, 9499.0, 9504.0, 9461.0, 9481.0, 9466.0, 9501.0, 9468.0, 9526.0, 9501.0, 9478.0, 9452.0, 9460.0, 9456.0, 9501.0, 9459.0, 9484.0, 9447.0, 9454.0, 9483.0, 9460.0, 9487.0, 9466.0, 9488.0, 9425.0, 9470.0, 9446.0, 9425.0, 9477.0, 9426.0, 9464.0, 9437.0, 9460.0, 9418.0, 9439.0, 9464.0, 9462.0, 9465.0, 9439.0, 9462.0, 9412.0, 9467.0, 9454.0, 9446.0, 9494.0, 9440.0, 9477.0, 9413.0, 9465.0, 9455.0, 9461.0, 9451.0, 9447.0, 9494.0, 9436.0, 9503.0, 9454.0, 9475.0, 9454.0, 9470.0, 9500.0, 9485.0, 9515.0, 9467.0, 9491.0, 9452.0, 9480.0, 9471.0, 9466.0, 9499.0, 9474.0, 9497.0, 9432.0, 9490.0, 9461.0, 9455.0, 9500.0, 9461.0, 9484.0, 9427.0, 9491.0, 9483.0, 9453.0, 9474.0, 9408.0, 9467.0, 9441.0, 9439.0, 9478.0, 9423.0, 9434.0, 9415.0, 9460.0, 9462.0, 9458.0, 9493.0, 9471.0, 9506.0, 9460.0, 9511.0, 9457.0, 9500.0, 9467.0, 9503.0, 9516.0, 9481.0, 9513.0, 9454.0, 9445.0, 9479.0, 9412.0, 9467.0, 9430.0, 9471.0, 9429.0, 9447.0, 9476.0, 9420.0, 9478.0, 9428.0, 9439.0, 9472.0, 9411.0, 9464.0, 9433.0, 9476.0, 9443.0, 9452.0, 9482.0, 9448.0, 9484.0, 9461.0, 9489.0, 9442.0, 9452.0, 9439.0, 9447.0, 9479.0, 9466.0, 9482.0, 9435.0, 9447.0, 9432.0, 9438.0, 9475.0, 9438.0, 9461.0, 9423.0, 9464.0, 9420.0, 9442.0, 9477.0, 9453.0, 9488.0, 9415.0, 9480.0, 9441.0, 9479.0, 9427.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.006508168859649124</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03894892324561403</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.135993044698154</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.325992090801315</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9902842342590563</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4747</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6313.7178</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08753530662153147</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.508771929824561</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3432507063749237</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2667967641371716</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4980553949871727</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2648999600004274</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0125408</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0067881192080676556</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02411133609712124</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.143224216017435</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>21.3445</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2365</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.839</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298640.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>741.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.8361</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8072</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.8516</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3481.3273</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3670.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77904.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1329.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4484.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.7779</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.277126093395054</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> |