=== 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-0069 --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-0069",
"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-0069_ses-02_task-alignvideo_acq-mb8_run-04_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-0069_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0069_suffix-bold_task-alignvideo" 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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0069_suffix-bold_task-alignvideo" 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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0069_suffix-bold_task-alignvideo" 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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0069_suffix-bold_task-alignvideo" 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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0069_suffix-bold_task-alignvideo" 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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0069_suffix-bold_task-alignvideo" 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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0069_suffix-bold_task-alignvideo" 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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_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-0069/ses-02/func/sub-0069_ses-02_task-alignvideo_acq-mb8_run-04_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>083b430880845201d713ea56a4eeff51</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>17:16:35.897500</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.999941, -0.0018324, -0.0106769, 0.00157074, 0.999699, -0.0244644]</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-04_task-alignvideo_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.0755851</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-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7735, -7305, 563, -45, -126, 22, 69]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.748</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f7bc8fb6-847c-41a1-8c0d-edde1879f5be||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.682769536972046, 0.004214172717183828, -0.0289401113986969, 113.85118865966797], [0.004916197154670954, 2.6821205615997314, -0.06600476801395416, -89.50692749023438], [-0.028645450249314308, 0.06563624739646912, 2.699037790298462, -81.82605743408203], [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': ['171635.897500', '171636.357500', '171636.817500', '171637.277500', '171637.737500', '171638.197500', '171638.657500', '171639.117500', '171639.577500', '171640.037500', '171640.497500', '171640.957500', '171641.417500', '171641.877500', '171642.337500', '171642.797500', '171643.257500', '171643.717500', '171644.177500', '171644.637500', '171645.097500', '171645.557500', '171646.017500', '171646.477500', '171646.937500', '171647.397500', '171647.857500', '171648.317500', '171648.777500', '171649.237500', '171649.697500', '171650.157500', '171650.617500', '171651.077500', '171651.537500', '171651.997500', '171652.457500', '171652.917500', '171653.377500', '171653.837500', '171654.297500', '171654.757500', '171655.217500', '171655.677500', '171656.137500', '171656.597500', '171657.057500', '171657.517500', '171657.977500', '171658.437500', '171658.897500', '171659.357500', '171659.817500', '171700.277500', '171700.737500', '171701.197500', '171701.657500', '171702.117500', '171702.577500', '171703.037500', '171703.497500', '171703.957500', '171704.417500', '171704.877500', '171705.337500', '171705.797500', '171706.257500', '171706.717500', '171707.177500', '171707.637500', '171708.097500', '171708.557500', '171709.017500', '171709.477500', '171709.937500', '171710.397500', '171710.857500', '171711.317500', '171711.777500', '171712.237500', '171712.697500', '171713.157500', '171713.617500', '171714.077500', '171714.537500', '171714.997500', '171715.457500', '171715.917500', '171716.377500', '171716.837500', '171717.297500', '171717.757500', '171718.217500', '171718.677500', '171719.137500', '171719.597500', '171720.057500', '171720.517500', '171720.977500', '171721.437500', '171721.897500', '171722.357500', '171722.817500', '171723.277500', '171723.737500', '171724.197500', '171724.657500', '171725.117500', '171725.577500', '171726.037500', '171726.497500', '171726.957500', '171727.417500', '171727.877500', '171728.337500', '171728.797500', '171729.257500', '171729.717500', '171730.177500', '171730.637500', '171731.097500', '171731.557500', '171732.017500', '171732.477500', '171732.937500', '171733.397500', '171733.857500', '171734.317500', '171734.777500', '171735.237500', '171735.697500', '171736.157500', '171736.617500', '171737.077500', '171737.537500', '171737.997500', '171738.457500', '171738.917500', '171739.377500', '171739.837500', '171740.297500', '171740.757500', '171741.217500', '171741.677500', '171742.137500', '171742.597500', '171743.057500', '171743.517500', '171743.977500', '171744.437500', '171744.897500', '171745.357500', '171745.817500', '171746.277500', '171746.737500', '171747.197500', '171747.657500', '171748.117500', '171748.577500', '171749.037500', '171749.497500', '171749.957500', '171750.417500', '171750.877500', '171751.337500', '171751.797500', '171752.257500', '171752.717500', '171753.177500', '171753.637500', '171754.097500', '171754.557500', '171755.017500', '171755.477500', '171755.937500', '171756.397500', '171756.857500', '171757.317500', '171757.777500', '171758.237500', '171758.697500', '171759.157500', '171759.617500', '171800.077500', '171800.537500', '171800.997500', '171801.457500', '171801.917500', '171802.377500', '171802.837500', '171803.297500', '171803.757500', '171804.217500', '171804.677500', '171805.137500', '171805.597500', '171806.057500', '171806.517500', '171806.977500', '171807.437500', '171807.897500', '171808.357500', '171808.817500', '171809.277500', '171809.737500', '171810.197500', '171810.657500', '171811.117500', '171811.577500', '171812.037500', '171812.497500', '171812.957500', '171813.417500', '171813.877500', '171814.337500', '171814.797500', '171815.257500', '171815.717500', '171816.177500', '171816.637500', '171817.097500', '171817.557500', '171818.017500', '171818.477500', '171818.937500', '171819.397500', '171819.857500', '171820.317500', '171820.777500', '171821.237500', '171821.697500', '171822.157500', '171822.617500', '171823.077500', '171823.537500', '171823.997500', '171824.457500', '171824.917500', '171825.377500', '171825.837500', '171826.297500', '171826.757500', '171827.217500', '171827.677500', '171828.137500', '171828.597500', '171829.057500', '171829.517500', '171829.977500', '171830.437500', '171830.897500', '171831.357500', '171831.817500', '171832.277500', '171832.737500', '171833.197500', '171833.657500', '171834.117500', '171834.577500', '171835.037500', '171835.497500', '171835.957500', '171836.417500', '171836.877500', '171837.337500', '171837.797500', '171838.257500', '171838.717500', '171839.177500', '171839.637500', '171840.097500', '171840.557500', '171841.017500', '171841.477500', '171841.937500', '171842.397500', '171842.857500', '171843.317500', '171843.777500', '171844.237500', '171844.697500', '171845.157500', '171845.617500', '171846.077500', '171846.537500', '171846.997500', '171847.457500', '171847.917500', '171848.377500', '171848.837500', '171849.297500', '171849.757500', '171850.217500', '171850.677500', '171851.137500', '171851.597500', '171852.057500', '171852.517500', '171852.977500', '171853.437500', '171853.897500', '171854.357500', '171854.817500', '171855.277500', '171855.737500', '171856.197500', '171856.657500', '171857.117500', '171857.577500', '171858.037500', '171858.497500', '171858.957500', '171859.417500', '171859.877500', '171900.337500', '171900.797500', '171901.257500', '171901.717500', '171902.177500', '171902.637500', '171903.097500', '171903.557500', '171904.017500', '171904.477500', '171904.937500', '171905.397500', '171905.857500', '171906.317500', '171906.777500', '171907.237500', '171907.697500', '171908.157500', '171908.617500', '171909.077500', '171909.537500', '171909.997500', '171910.457500', '171910.917500', '171911.377500', '171911.837500', '171912.297500', '171912.757500', '171913.217500', '171913.677500', '171914.137500', '171914.597500', '171915.057500', '171915.517500', '171915.977500', '171916.437500', '171916.897500', '171917.357500', '171917.817500', '171918.277500', '171918.737500', '171919.197500', '171919.657500', '171920.117500', '171920.577500', '171921.037500', '171921.497500', '171921.957500', '171922.417500', '171922.877500', '171923.337500', '171923.797500', '171924.257500', '171924.717500', '171925.177500', '171925.637500', '171926.097500', '171926.557500', '171927.017500', '171927.477500', '171927.937500', '171928.397500', '171928.857500', '171929.317500', '171929.777500', '171930.237500', '171930.697500', '171931.157500', '171931.617500', '171932.077500', '171932.537500', '171932.997500', '171933.457500', '171933.917500', '171934.377500', '171934.837500', '171935.297500', '171935.757500', '171936.217500', '171936.677500', '171937.137500', '171937.597500', '171938.057500', '171938.517500', '171938.977500', '171939.437500', '171939.897500', '171940.357500', '171940.817500', '171941.277500', '171941.737500', '171942.197500', '171942.657500', '171943.117500', '171943.577500', '171944.037500', '171944.497500', '171944.957500', '171945.417500', '171945.877500', '171946.337500', '171946.797500', '171947.257500', '171947.717500', '171948.177500', '171948.637500', '171949.097500', '171949.557500', '171950.017500', '171950.477500', '171950.937500', '171951.397500', '171951.857500', '171952.317500', '171952.777500', '171953.237500', '171953.697500', '171954.157500', '171954.617500', '171955.077500', '171955.537500', '171955.997500', '171956.457500', '171956.917500', '171957.377500', '171957.837500', '171958.297500', '171958.757500', '171959.217500', '171959.677500', '172000.137500', '172000.597500', '172001.057500', '172001.517500', '172001.977500', '172002.437500', '172002.897500', '172003.357500', '172003.817500', '172004.277500', '172004.737500', '172005.197500', '172005.657500', '172006.117500', '172006.577500', '172007.037500', '172007.497500', '172007.957500', '172008.417500', '172008.877500', '172009.337500', '172009.797500', '172010.257500', '172010.717500', '172011.177500', '172011.637500', '172012.097500', '172012.557500', '172013.017500', '172013.477500', '172013.937500', '172014.397500', '172014.857500', '172015.317500', '172015.777500', '172016.237500', '172016.697500', '172017.157500', '172017.617500', '172018.077500', '172018.537500', '172018.997500', '172019.457500', '172019.917500', '172020.377500', '172020.837500', '172021.297500', '172021.757500', '172022.217500', '172022.677500', '172023.137500', '172023.597500', '172024.057500', '172024.517500', '172024.977500', '172025.437500', '172025.897500', '172026.357500', '172026.817500', '172027.277500', '172027.737500', '172028.197500', '172028.657500', '172029.117500', '172029.577500', '172030.037500', '172030.497500', '172030.957500', '172031.417500', '172031.877500', '172032.337500', '172032.797500', '172033.257500', '172033.717500', '172034.177500', '172034.637500', '172035.097500', '172035.557500', '172036.017500', '172036.477500', '172036.937500', '172037.397500', '172037.857500', '172038.317500', '172038.777500', '172039.237500', '172039.697500', '172040.157500', '172040.617500', '172041.077500', '172041.537500', '172041.997500', '172042.457500', '172042.917500', '172043.377500', '172043.837500', '172044.297500', '172044.757500', '172045.217500', '172045.677500', '172046.137500', '172046.597500', '172047.057500', '172047.517500', '172047.977500', '172048.437500', '172048.897500', '172049.357500', '172049.817500', '172050.277500', '172050.737500', '172051.197500', '172051.657500', '172052.117500', '172052.577500', '172053.037500', '172053.497500', '172053.957500', '172054.417500', '172054.877500', '172055.337500', '172055.797500', '172056.257500', '172056.717500', '172057.177500', '172057.637500', '172058.097500', '172058.557500', '172059.017500', '172059.477500', '172059.937500', '172100.397500', '172100.857500', '172101.317500', '172101.777500', '172102.237500', '172102.697500', '172103.157500', '172103.617500', '172104.077500', '172104.537500', '172104.997500', '172105.457500', '172105.917500', '172106.377500', '172106.837500', '172107.297500', '172107.757500', '172108.217500', '172108.677500', '172109.137500', '172109.597500', '172110.057500', '172110.517500', '172110.977500', '172111.437500', '172111.897500', '172112.357500', '172112.817500', '172113.277500', '172113.737500', '172114.197500', '172114.657500', '172115.117500', '172115.577500', '172116.037500', '172116.497500', '172116.957500', '172117.417500', '172117.877500', '172118.337500', '172118.797500', '172119.257500', '172119.717500', '172120.177500', '172120.637500', '172121.097500', '172121.557500', '172122.017500', '172122.477500', '172122.937500', '172123.397500', '172123.857500', '172124.317500', '172124.777500', '172125.237500', '172125.697500', '172126.157500', '172126.617500', '172127.077500', '172127.537500', '172127.997500', '172128.457500', '172128.917500', '172129.377500', '172129.837500', '172130.297500', '172130.757500', '172131.217500', '172131.677500', '172132.137500', '172132.597500', '172133.057500', '172133.517500', '172133.977500', '172134.437500', '172134.897500', '172135.357500', '172135.817500', '172136.277500', '172136.737500', '172137.197500', '172137.657500', '172138.117500', '172138.577500', '172139.037500', '172139.497500', '172139.957500', '172140.417500', '172140.877500', '172141.337500', '172141.797500', '172142.257500', '172142.717500', '172143.177500', '172143.637500', '172144.097500', '172144.557500', '172145.017500', '172145.477500', '172145.937500', '172146.397500', '172146.857500', '172147.317500', '172147.777500', '172148.237500', '172148.697500', '172149.157500', '172149.617500', '172150.077500', '172150.537500', '172150.997500', '172151.457500', '172151.917500', '172152.377500', '172152.837500', '172153.297500', '172153.757500', '172154.217500', '172154.677500', '172155.137500', '172155.597500', '172156.057500', '172156.517500', '172156.977500', '172157.437500', '172157.897500', '172158.357500', '172158.817500', '172159.277500', '172159.737500', '172200.197500', '172200.657500', '172201.117500', '172201.577500', '172202.037500', '172202.497500', '172202.957500', '172203.417500', '172203.877500', '172204.337500', '172204.797500', '172205.257500', '172205.717500', '172206.177500', '172206.637500', '172207.097500', '172207.557500', '172208.017500', '172208.477500', '172208.937500', '172209.397500', '172209.857500', '172210.317500', '172210.777500', '172211.237500', '172211.697500', '172212.157500', '172212.617500', '172213.077500', '172213.537500', '172213.997500', '172214.457500', '172214.917500', '172215.377500', '172215.837500', '172216.297500', '172216.757500', '172217.217500', '172217.677500', '172218.137500', '172218.597500', '172219.057500', '172219.517500', '172219.977500', '172220.437500', '172220.897500', '172221.357500', '172221.817500', '172222.277500', '172222.737500', '172223.197500', '172223.657500', '172224.117500', '172224.577500', '172225.037500', '172225.497500', '172225.957500', '172226.417500', '172226.877500', '172227.337500', '172227.797500', '172228.257500', '172228.717500', '172229.177500', '172229.637500', '172230.097500', '172230.557500', '172231.017500', '172231.477500', '172231.937500', '172232.397500', '172232.857500', '172233.317500', '172233.777500', '172234.237500', '172234.697500', '172235.157500', '172235.617500', '172236.077500', '172236.537500', '172236.997500', '172237.457500', '172237.917500', '172238.377500', '172238.837500', '172239.297500', '172239.757500', '172240.217500', '172240.677500', '172241.137500', '172241.597500', '172242.057500', '172242.517500', '172242.977500', '172243.437500', '172243.897500', '172244.357500', '172244.817500', '172245.277500', '172245.737500', '172246.197500', '172246.657500', '172247.117500', '172247.577500', '172248.037500', '172248.497500', '172248.957500', '172249.417500', '172249.877500', '172250.337500', '172250.797500', '172251.257500', '172251.717500', '172252.177500', '172252.637500', '172253.097500', '172253.557500', '172254.017500', '172254.477500', '172254.937500', '172255.397500', '172255.857500', '172256.317500', '172256.777500', '172257.237500', '172257.697500', '172258.157500', '172258.617500', '172259.077500', '172259.537500', '172259.997500', '172300.457500', '172300.917500', '172301.377500', '172301.837500', '172302.297500', '172302.757500', '172303.217500', '172303.677500', '172304.137500', '172304.597500', '172305.057500', '172305.517500', '172305.977500', '172306.437500', '172306.897500', '172307.357500', '172307.817500', '172308.277500', '172308.737500', '172309.197500', '172309.657500', '172310.117500', '172310.577500', '172311.037500', '172311.497500', '172311.957500', '172312.417500', '172312.877500', '172313.337500', '172313.797500', '172314.257500', '172314.717500', '172315.177500', '172315.637500', '172316.097500', '172316.557500', '172317.017500', '172317.477500', '172317.937500', '172318.397500', '172318.857500', '172319.317500', '172319.777500', '172320.237500', '172320.697500', '172321.157500', '172321.617500', '172322.077500', '172322.537500', '172322.997500', '172323.457500', '172323.917500', '172324.377500', '172324.837500', '172325.297500', '172325.757500', '172326.217500', '172326.677500', '172327.137500', '172327.597500', '172328.057500', '172328.517500', '172328.977500', '172329.437500', '172329.897500', '172330.357500', '172330.817500', '172331.277500', '172331.737500', '172332.197500', '172332.657500', '172333.117500', '172333.577500', '172334.037500', '172334.497500', '172334.957500', '172335.417500', '172335.877500'], 'ContentTime': ['171702.546000', '171702.549000', '171702.552000', '171702.555000', '171702.557000', '171702.560000', '171702.562000', '171702.565000', '171702.568000', '171702.570000', '171702.573000', '171702.575000', '171702.578000', '171702.592000', '171702.595000', '171702.597000', '171702.600000', '171702.603000', '171702.605000', '171702.608000', '171702.610000', '171702.613000', '171702.615000', '171702.618000', '171702.620000', '171702.625000', '171702.627000', '171702.630000', '171702.633000', '171702.635000', '171702.638000', '171702.640000', '171702.643000', '171702.645000', '171702.648000', '171702.650000', '171702.653000', '171702.655000', '171702.658000', '171702.661000', '171702.663000', '171702.666000', '171702.668000', '171702.671000', '171702.673000', '171702.676000', '171702.679000', '171702.681000', '171702.684000', '171702.686000', '171702.689000', '171702.691000', '171702.694000', '171702.696000', '171702.699000', '171702.702000', '171722.499000', '171722.501000', '171722.504000', '171722.507000', '171722.509000', '171722.520000', '171722.522000', '171722.525000', '171722.527000', '171722.530000', '171722.532000', '171722.535000', '171722.538000', '171722.540000', '171722.543000', '171722.546000', '171722.548000', '171722.551000', '171722.553000', '171722.556000', '171722.558000', '171722.561000', '171722.564000', '171722.566000', '171722.569000', '171722.571000', '171722.574000', '171722.577000', '171722.579000', '171722.582000', '171722.584000', '171722.587000', '171722.590000', '171722.592000', '171722.595000', '171722.597000', '171722.600000', '171722.603000', '171722.605000', '171722.608000', '171722.610000', '171722.613000', '171722.615000', '171742.497000', '171742.500000', '171742.503000', '171742.505000', '171742.508000', '171742.510000', '171742.513000', '171742.515000', '171742.518000', '171742.521000', '171742.523000', '171742.526000', '171742.528000', '171742.531000', '171742.533000', '171742.536000', '171742.539000', '171742.541000', '171742.544000', '171742.546000', '171742.549000', '171742.551000', '171742.554000', '171742.556000', '171742.559000', '171742.562000', '171742.564000', '171742.567000', '171742.569000', '171742.580000', '171742.583000', '171742.585000', '171742.588000', '171742.590000', '171742.593000', '171742.595000', '171742.598000', '171742.601000', '171742.603000', '171742.606000', '171742.608000', '171742.611000', '171742.614000', '171742.616000', '171802.498000', '171802.500000', '171802.503000', '171802.506000', '171802.508000', '171802.511000', '171802.513000', '171802.516000', '171802.518000', '171802.521000', '171802.524000', '171802.526000', '171802.529000', '171802.531000', '171802.534000', '171802.537000', '171802.539000', '171802.542000', '171802.544000', '171802.547000', '171802.549000', '171802.552000', '171802.555000', '171802.557000', '171802.560000', '171802.562000', '171802.565000', '171802.568000', '171802.570000', '171802.573000', '171802.575000', '171802.578000', '171802.581000', '171802.583000', '171802.586000', '171802.588000', '171802.591000', '171802.593000', '171802.596000', '171802.599000', '171802.601000', '171802.604000', '171802.607000', '171822.497000', '171822.500000', '171822.503000', '171822.505000', '171822.508000', '171822.511000', '171822.513000', '171822.516000', '171822.518000', '171822.521000', '171822.523000', '171822.526000', '171822.529000', '171822.531000', '171822.534000', '171822.537000', '171822.539000', '171822.542000', '171822.544000', '171822.547000', '171822.549000', '171822.552000', '171822.555000', '171822.557000', '171822.560000', '171822.562000', '171822.565000', '171822.567000', '171822.570000', '171822.573000', '171822.575000', '171822.578000', '171822.580000', '171822.583000', '171822.585000', '171822.588000', '171822.591000', '171822.593000', '171822.596000', '171822.598000', '171822.601000', '171822.603000', '171822.606000', '171822.609000', '171842.498000', '171842.500000', '171842.503000', '171842.506000', '171842.508000', '171842.511000', '171842.513000', '171842.516000', '171842.519000', '171842.526000', '171842.536000', '171842.538000', '171842.541000', '171842.543000', '171842.546000', '171842.549000', '171842.551000', '171842.554000', '171842.556000', '171842.559000', '171842.562000', '171842.564000', '171842.567000', '171842.569000', '171842.572000', '171842.575000', '171842.577000', '171842.580000', '171842.582000', '171842.585000', '171842.587000', '171842.590000', '171842.593000', '171842.595000', '171842.598000', '171842.600000', '171842.603000', '171842.606000', '171842.608000', '171842.611000', '171842.613000', '171842.616000', '171842.618000', '171902.497000', '171902.500000', '171902.503000', '171902.505000', '171902.508000', '171902.510000', '171902.513000', '171902.516000', '171902.518000', '171902.521000', '171902.523000', '171902.526000', '171902.529000', '171902.531000', '171902.534000', '171902.536000', '171902.539000', '171902.541000', '171902.544000', '171902.547000', '171902.549000', '171902.552000', '171902.555000', '171902.557000', '171902.560000', '171902.562000', '171902.565000', '171902.567000', '171902.570000', '171902.573000', '171902.575000', '171902.578000', '171902.580000', '171902.583000', '171902.585000', '171902.588000', '171902.591000', '171902.593000', '171902.596000', '171902.598000', '171902.601000', '171902.604000', '171902.606000', '171902.609000', '171922.498000', '171922.501000', '171922.504000', '171922.506000', '171922.509000', '171922.512000', '171922.514000', '171922.517000', '171922.519000', '171922.522000', '171922.525000', '171922.527000', '171922.530000', '171922.532000', '171922.535000', '171922.537000', '171922.540000', '171922.543000', '171922.545000', '171922.548000', '171922.550000', '171922.553000', '171922.556000', '171922.558000', '171922.561000', '171922.563000', '171922.566000', '171922.569000', '171922.571000', '171922.574000', '171922.576000', '171922.579000', '171922.581000', '171922.584000', '171922.586000', '171922.589000', '171922.592000', '171922.594000', '171922.597000', '171922.599000', '171922.602000', '171922.604000', '171922.607000', '171942.499000', '171942.501000', '171942.504000', '171942.506000', '171942.509000', '171942.512000', '171942.514000', '171942.517000', '171942.520000', '171942.523000', '171942.526000', '171942.528000', '171942.531000', '171942.533000', '171942.536000', '171942.538000', '171942.541000', '171942.544000', '171942.546000', '171942.549000', '171942.551000', '171942.554000', '171942.557000', '171942.559000', '171942.562000', '171942.564000', '171942.567000', '171942.570000', '171942.572000', '171942.575000', '171942.578000', '171942.580000', '171942.583000', '171942.585000', '171942.588000', '171942.591000', '171942.593000', '171942.596000', '171942.599000', '171942.601000', '171942.604000', '171942.606000', '171942.609000', '171942.611000', '172002.498000', '172002.500000', '172002.503000', '172002.506000', '172002.508000', '172002.511000', '172002.513000', '172002.516000', '172002.519000', '172002.521000', '172002.524000', '172002.526000', '172002.529000', '172002.531000', '172002.534000', '172002.537000', '172002.539000', '172002.542000', '172002.544000', '172002.547000', '172002.549000', '172002.552000', '172002.555000', '172002.557000', '172002.560000', '172002.562000', '172002.565000', '172002.567000', '172002.570000', '172002.573000', '172002.575000', '172002.578000', '172002.580000', '172002.583000', '172002.585000', '172002.619000', '172002.621000', '172002.624000', '172002.626000', '172002.629000', '172002.632000', '172002.634000', '172002.637000', '172022.497000', '172022.500000', '172022.503000', '172022.505000', '172022.508000', '172022.511000', '172022.513000', '172022.516000', '172022.518000', '172022.521000', '172022.524000', '172022.526000', '172022.529000', '172022.531000', '172022.534000', '172022.537000', '172022.539000', '172022.542000', '172022.544000', '172022.547000', '172022.550000', '172022.552000', '172022.555000', '172022.557000', '172022.560000', '172022.562000', '172022.565000', '172022.568000', '172022.570000', '172022.573000', '172022.576000', '172022.578000', '172022.581000', '172022.583000', '172022.586000', '172022.589000', '172022.591000', '172022.594000', '172022.596000', '172022.599000', '172022.602000', '172022.604000', '172022.607000', '172042.497000', '172042.500000', '172042.503000', '172042.505000', '172042.508000', '172042.511000', '172042.513000', '172042.516000', '172042.518000', '172042.521000', '172042.523000', '172042.526000', '172042.529000', '172042.531000', '172042.534000', '172042.537000', '172042.539000', '172042.542000', '172042.544000', '172042.547000', '172042.549000', '172042.552000', '172042.555000', '172042.557000', '172042.560000', '172042.562000', '172042.565000', '172042.567000', '172042.570000', '172042.573000', '172042.575000', '172042.588000', '172042.591000', '172042.593000', '172042.596000', '172042.599000', '172042.601000', '172042.604000', '172042.606000', '172042.609000', '172042.612000', '172042.614000', '172042.617000', '172042.619000', '172102.498000', '172102.500000', '172102.503000', '172102.505000', '172102.508000', '172102.511000', '172102.513000', '172102.516000', '172102.518000', '172102.521000', '172102.524000', '172102.526000', '172102.529000', '172102.532000', '172102.534000', '172102.537000', '172102.540000', '172102.542000', '172102.545000', '172102.548000', '172102.550000', '172102.553000', '172102.556000', '172102.559000', '172102.562000', '172102.565000', '172102.567000', '172102.570000', '172102.572000', '172102.575000', '172102.577000', '172102.580000', '172102.583000', '172102.585000', '172102.588000', '172102.590000', '172102.593000', '172102.596000', '172102.598000', '172102.601000', '172102.603000', '172102.606000', '172102.609000', '172122.498000', '172122.500000', '172122.503000', '172122.505000', '172122.508000', '172122.511000', '172122.513000', '172122.516000', '172122.518000', '172122.521000', '172122.524000', '172122.526000', '172122.529000', '172122.531000', '172122.534000', '172122.537000', '172122.539000', '172122.542000', '172122.544000', '172122.547000', '172122.550000', '172122.552000', '172122.555000', '172122.557000', '172122.560000', '172122.563000', '172122.565000', '172122.568000', '172122.570000', '172122.573000', '172122.575000', '172122.578000', '172122.581000', '172122.583000', '172122.586000', '172122.588000', '172122.591000', '172122.594000', '172122.596000', '172122.599000', '172122.601000', '172122.604000', '172122.606000', '172122.609000', '172142.498000', '172142.501000', '172142.504000', '172142.506000', '172142.509000', '172142.512000', '172142.514000', '172142.517000', '172142.519000', '172142.523000', '172142.526000', '172142.529000', '172142.531000', '172142.534000', '172142.536000', '172142.539000', '172142.542000', '172142.556000', '172142.559000', '172142.561000', '172142.564000', '172142.566000', '172142.569000', '172142.571000', '172142.574000', '172142.577000', '172142.579000', '172142.582000', '172142.584000', '172142.587000', '172142.590000', '172142.592000', '172142.595000', '172142.597000', '172142.600000', '172142.603000', '172142.605000', '172142.608000', '172142.610000', '172142.613000', '172142.615000', '172142.618000', '172142.621000', '172202.498000', '172202.503000', '172202.506000', '172202.509000', '172202.511000', '172202.514000', '172202.517000', '172202.519000', '172202.522000', '172202.524000', '172202.527000', '172202.530000', '172202.532000', '172202.535000', '172202.537000', '172202.540000', '172202.543000', '172202.545000', '172202.548000', '172202.551000', '172202.553000', '172202.556000', '172202.558000', '172202.561000', '172202.564000', '172202.566000', '172202.569000', '172202.571000', '172202.574000', '172202.576000', '172202.579000', '172202.582000', '172202.584000', '172202.587000', '172202.589000', '172202.592000', '172202.595000', '172202.597000', '172202.600000', '172202.602000', '172202.605000', '172202.607000', '172202.610000', '172202.613000', '172222.498000', '172222.501000', '172222.503000', '172222.506000', '172222.509000', '172222.511000', '172222.514000', '172222.516000', '172222.519000', '172222.521000', '172222.524000', '172222.527000', '172222.529000', '172222.532000', '172222.534000', '172222.537000', '172222.539000', '172222.542000', '172222.545000', '172222.547000', '172222.550000', '172222.552000', '172222.555000', '172222.559000', '172222.561000', '172222.564000', '172222.566000', '172222.569000', '172222.572000', '172222.574000', '172222.577000', '172222.579000', '172222.582000', '172222.585000', '172222.587000', '172222.590000', '172222.592000', '172222.595000', '172222.598000', '172222.601000', '172222.604000', '172222.607000', '172222.609000', '172242.497000', '172242.500000', '172242.503000', '172242.505000', '172242.508000', '172242.511000', '172242.513000', '172242.516000', '172242.518000', '172242.521000', '172242.524000', '172242.526000', '172242.529000', '172242.531000', '172242.534000', '172242.536000', '172242.539000', '172242.542000', '172242.544000', '172242.547000', '172242.549000', '172242.552000', '172242.554000', '172242.557000', '172242.560000', '172242.562000', '172242.565000', '172242.567000', '172242.570000', '172242.573000', '172242.575000', '172242.578000', '172242.580000', '172242.583000', '172242.586000', '172242.588000', '172242.591000', '172242.593000', '172242.596000', '172242.599000', '172242.601000', '172242.604000', '172242.607000', '172242.609000', '172302.498000', '172302.500000', '172302.503000', '172302.506000', '172302.508000', '172302.511000', '172302.513000', '172302.516000', '172302.519000', '172302.521000', '172302.524000', '172302.526000', '172302.529000', '172302.531000', '172302.534000', '172302.536000', '172302.539000', '172302.542000', '172302.544000', '172302.547000', '172302.549000', '172302.552000', '172302.555000', '172302.557000', '172302.560000', '172302.562000', '172302.565000', '172302.604000', '172302.607000', '172302.610000', '172302.613000', '172302.615000', '172302.618000', '172302.620000', '172302.623000', '172302.625000', '172302.628000', '172302.630000', '172302.633000', '172302.636000', '172302.638000', '172302.641000', '172302.643000', '172322.497000', '172322.500000', '172322.503000', '172322.505000', '172322.508000', '172322.511000', '172322.513000', '172322.516000', '172322.518000', '172322.521000', '172322.524000', '172322.526000', '172322.529000', '172322.531000', '172322.534000', '172322.537000', '172322.539000', '172322.542000', '172322.544000', '172322.547000', '172322.549000', '172322.552000', '172322.555000', '172322.557000', '172322.560000', '172322.562000', '172322.565000', '172322.568000', '172322.570000', '172322.573000', '172322.576000', '172322.578000', '172322.581000', '172322.583000', '172322.586000', '172322.589000', '172322.591000', '172322.594000', '172322.596000', '172322.599000', '172322.602000', '172322.604000', '172322.607000', '172322.610000', '172337.051000', '172337.054000', '172337.057000', '172337.059000', '172337.062000', '172337.064000', '172337.067000', '172337.070000', '172337.072000', '172337.075000', '172337.077000', '172337.080000', '172337.083000', '172337.085000', '172337.088000', '172337.090000', '172337.093000', '172337.096000', '172337.098000', '172337.101000', '172337.103000', '172337.106000', '172337.108000', '172337.111000', '172337.114000', '172337.116000', '172337.119000', '172337.121000', '172337.124000', '172337.126000', '172337.129000', '172337.132000'], 'InstanceCreationTime': ['171702.546000', '171702.549000', '171702.552000', '171702.555000', '171702.557000', '171702.560000', '171702.562000', '171702.565000', '171702.568000', '171702.570000', '171702.573000', '171702.575000', '171702.578000', '171702.592000', '171702.595000', '171702.597000', '171702.600000', '171702.603000', '171702.605000', '171702.608000', '171702.610000', '171702.613000', '171702.615000', '171702.618000', '171702.620000', '171702.625000', '171702.627000', '171702.630000', '171702.633000', '171702.635000', '171702.638000', '171702.640000', '171702.643000', '171702.645000', '171702.648000', '171702.650000', '171702.653000', '171702.655000', '171702.658000', '171702.661000', '171702.663000', '171702.666000', '171702.668000', '171702.671000', '171702.673000', '171702.676000', '171702.679000', '171702.681000', '171702.684000', '171702.686000', '171702.689000', '171702.691000', '171702.694000', '171702.696000', '171702.699000', '171702.702000', '171722.499000', '171722.501000', '171722.504000', '171722.507000', '171722.509000', '171722.520000', '171722.522000', '171722.525000', '171722.527000', '171722.530000', '171722.532000', '171722.535000', '171722.538000', '171722.540000', '171722.543000', '171722.546000', '171722.548000', '171722.551000', '171722.553000', '171722.556000', '171722.558000', '171722.561000', '171722.564000', '171722.566000', '171722.569000', '171722.571000', '171722.574000', '171722.577000', '171722.579000', '171722.582000', '171722.584000', '171722.587000', '171722.590000', '171722.592000', '171722.595000', '171722.597000', '171722.600000', '171722.603000', '171722.605000', '171722.608000', '171722.610000', '171722.613000', '171722.615000', '171742.497000', '171742.500000', '171742.503000', '171742.505000', '171742.508000', '171742.510000', '171742.513000', '171742.515000', '171742.518000', '171742.521000', '171742.523000', '171742.526000', '171742.528000', '171742.531000', '171742.533000', '171742.536000', '171742.539000', '171742.541000', '171742.544000', '171742.546000', '171742.549000', '171742.551000', '171742.554000', '171742.556000', '171742.559000', '171742.562000', '171742.564000', '171742.567000', '171742.569000', '171742.580000', '171742.583000', '171742.585000', '171742.588000', '171742.590000', '171742.593000', '171742.595000', '171742.598000', '171742.601000', '171742.603000', '171742.606000', '171742.608000', '171742.611000', '171742.614000', '171742.616000', '171802.498000', '171802.500000', '171802.503000', '171802.506000', '171802.508000', '171802.511000', '171802.513000', '171802.516000', '171802.518000', '171802.521000', '171802.524000', '171802.526000', '171802.529000', '171802.531000', '171802.534000', '171802.537000', '171802.539000', '171802.542000', '171802.544000', '171802.547000', '171802.549000', '171802.552000', '171802.555000', '171802.557000', '171802.560000', '171802.562000', '171802.565000', '171802.568000', '171802.570000', '171802.573000', '171802.575000', '171802.578000', '171802.581000', '171802.583000', '171802.586000', '171802.588000', '171802.591000', '171802.593000', '171802.596000', '171802.599000', '171802.601000', '171802.604000', '171802.607000', '171822.497000', '171822.500000', '171822.503000', '171822.505000', '171822.508000', '171822.511000', '171822.513000', '171822.516000', '171822.518000', '171822.521000', '171822.523000', '171822.526000', '171822.529000', '171822.531000', '171822.534000', '171822.537000', '171822.539000', '171822.542000', '171822.544000', '171822.547000', '171822.549000', '171822.552000', '171822.555000', '171822.557000', '171822.560000', '171822.562000', '171822.565000', '171822.567000', '171822.570000', '171822.573000', '171822.575000', '171822.578000', '171822.580000', '171822.583000', '171822.585000', '171822.588000', '171822.591000', '171822.593000', '171822.596000', '171822.598000', '171822.601000', '171822.603000', '171822.606000', '171822.609000', '171842.498000', '171842.500000', '171842.503000', '171842.506000', '171842.508000', '171842.511000', '171842.513000', '171842.516000', '171842.519000', '171842.526000', '171842.536000', '171842.538000', '171842.541000', '171842.543000', '171842.546000', '171842.549000', '171842.551000', '171842.554000', '171842.556000', '171842.559000', '171842.562000', '171842.564000', '171842.567000', '171842.569000', '171842.572000', '171842.575000', '171842.577000', '171842.580000', '171842.582000', '171842.585000', '171842.587000', '171842.590000', '171842.593000', '171842.595000', '171842.598000', '171842.600000', '171842.603000', '171842.606000', '171842.608000', '171842.611000', '171842.613000', '171842.616000', '171842.618000', '171902.497000', '171902.500000', '171902.503000', '171902.505000', '171902.508000', '171902.510000', '171902.513000', '171902.516000', '171902.518000', '171902.521000', '171902.523000', '171902.526000', '171902.529000', '171902.531000', '171902.534000', '171902.536000', '171902.539000', '171902.541000', '171902.544000', '171902.547000', '171902.549000', '171902.552000', '171902.555000', '171902.557000', '171902.560000', '171902.562000', '171902.565000', '171902.567000', '171902.570000', '171902.573000', '171902.575000', '171902.578000', '171902.580000', '171902.583000', '171902.585000', '171902.588000', '171902.591000', '171902.593000', '171902.596000', '171902.598000', '171902.601000', '171902.604000', '171902.606000', '171902.609000', '171922.498000', '171922.501000', '171922.504000', '171922.506000', '171922.509000', '171922.512000', '171922.514000', '171922.517000', '171922.519000', '171922.522000', '171922.525000', '171922.527000', '171922.530000', '171922.532000', '171922.535000', '171922.537000', '171922.540000', '171922.543000', '171922.545000', '171922.548000', '171922.550000', '171922.553000', '171922.556000', '171922.558000', '171922.561000', '171922.563000', '171922.566000', '171922.569000', '171922.571000', '171922.574000', '171922.576000', '171922.579000', '171922.581000', '171922.584000', '171922.586000', '171922.589000', '171922.592000', '171922.594000', '171922.597000', '171922.599000', '171922.602000', '171922.604000', '171922.607000', '171942.499000', '171942.501000', '171942.504000', '171942.506000', '171942.509000', '171942.512000', '171942.514000', '171942.517000', '171942.520000', '171942.523000', '171942.526000', '171942.528000', '171942.531000', '171942.533000', '171942.536000', '171942.538000', '171942.541000', '171942.544000', '171942.546000', '171942.549000', '171942.551000', '171942.554000', '171942.557000', '171942.559000', '171942.562000', '171942.564000', '171942.567000', '171942.570000', '171942.572000', '171942.575000', '171942.578000', '171942.580000', '171942.583000', '171942.585000', '171942.588000', '171942.591000', '171942.593000', '171942.596000', '171942.599000', '171942.601000', '171942.604000', '171942.606000', '171942.609000', '171942.611000', '172002.498000', '172002.500000', '172002.503000', '172002.506000', '172002.508000', '172002.511000', '172002.513000', '172002.516000', '172002.519000', '172002.521000', '172002.524000', '172002.526000', '172002.529000', '172002.531000', '172002.534000', '172002.537000', '172002.539000', '172002.542000', '172002.544000', '172002.547000', '172002.549000', '172002.552000', '172002.555000', '172002.557000', '172002.560000', '172002.562000', '172002.565000', '172002.567000', '172002.570000', '172002.573000', '172002.575000', '172002.578000', '172002.580000', '172002.583000', '172002.585000', '172002.619000', '172002.621000', '172002.624000', '172002.626000', '172002.629000', '172002.632000', '172002.634000', '172002.637000', '172022.497000', '172022.500000', '172022.503000', '172022.505000', '172022.508000', '172022.511000', '172022.513000', '172022.516000', '172022.518000', '172022.521000', '172022.524000', '172022.526000', '172022.529000', '172022.531000', '172022.534000', '172022.537000', '172022.539000', '172022.542000', '172022.544000', '172022.547000', '172022.550000', '172022.552000', '172022.555000', '172022.557000', '172022.560000', '172022.562000', '172022.565000', '172022.568000', '172022.570000', '172022.573000', '172022.576000', '172022.578000', '172022.581000', '172022.583000', '172022.586000', '172022.589000', '172022.591000', '172022.594000', '172022.596000', '172022.599000', '172022.602000', '172022.604000', '172022.607000', '172042.497000', '172042.500000', '172042.503000', '172042.505000', '172042.508000', '172042.511000', '172042.513000', '172042.516000', '172042.518000', '172042.521000', '172042.523000', '172042.526000', '172042.529000', '172042.531000', '172042.534000', '172042.537000', '172042.539000', '172042.542000', '172042.544000', '172042.547000', '172042.549000', '172042.552000', '172042.555000', '172042.557000', '172042.560000', '172042.562000', '172042.565000', '172042.567000', '172042.570000', '172042.573000', '172042.575000', '172042.588000', '172042.591000', '172042.593000', '172042.596000', '172042.599000', '172042.601000', '172042.604000', '172042.606000', '172042.609000', '172042.612000', '172042.614000', '172042.617000', '172042.619000', '172102.498000', '172102.500000', '172102.503000', '172102.505000', '172102.508000', '172102.511000', '172102.513000', '172102.516000', '172102.518000', '172102.521000', '172102.524000', '172102.526000', '172102.529000', '172102.532000', '172102.534000', '172102.537000', '172102.540000', '172102.542000', '172102.545000', '172102.548000', '172102.550000', '172102.553000', '172102.556000', '172102.559000', '172102.562000', '172102.565000', '172102.567000', '172102.570000', '172102.572000', '172102.575000', '172102.577000', '172102.580000', '172102.583000', '172102.585000', '172102.588000', '172102.590000', '172102.593000', '172102.596000', '172102.598000', '172102.601000', '172102.603000', '172102.606000', '172102.609000', '172122.498000', '172122.500000', '172122.503000', '172122.505000', '172122.508000', '172122.511000', '172122.513000', '172122.516000', '172122.518000', '172122.521000', '172122.524000', '172122.526000', '172122.529000', '172122.531000', '172122.534000', '172122.537000', '172122.539000', '172122.542000', '172122.544000', '172122.547000', '172122.550000', '172122.552000', '172122.555000', '172122.557000', '172122.560000', '172122.563000', '172122.565000', '172122.568000', '172122.570000', '172122.573000', '172122.575000', '172122.578000', '172122.581000', '172122.583000', '172122.586000', '172122.588000', '172122.591000', '172122.594000', '172122.596000', '172122.599000', '172122.601000', '172122.604000', '172122.606000', '172122.609000', '172142.498000', '172142.501000', '172142.504000', '172142.506000', '172142.509000', '172142.512000', '172142.514000', '172142.517000', '172142.519000', '172142.523000', '172142.526000', '172142.529000', '172142.531000', '172142.534000', '172142.536000', '172142.539000', '172142.542000', '172142.556000', '172142.559000', '172142.561000', '172142.564000', '172142.566000', '172142.569000', '172142.571000', '172142.574000', '172142.577000', '172142.579000', '172142.582000', '172142.584000', '172142.587000', '172142.590000', '172142.592000', '172142.595000', '172142.597000', '172142.600000', '172142.603000', '172142.605000', '172142.608000', '172142.610000', '172142.613000', '172142.615000', '172142.618000', '172142.621000', '172202.498000', '172202.503000', '172202.506000', '172202.509000', '172202.511000', '172202.514000', '172202.517000', '172202.519000', '172202.522000', '172202.524000', '172202.527000', '172202.530000', '172202.532000', '172202.535000', '172202.537000', '172202.540000', '172202.543000', '172202.545000', '172202.548000', '172202.551000', '172202.553000', '172202.556000', '172202.558000', '172202.561000', '172202.564000', '172202.566000', '172202.569000', '172202.571000', '172202.574000', '172202.576000', '172202.579000', '172202.582000', '172202.584000', '172202.587000', '172202.589000', '172202.592000', '172202.595000', '172202.597000', '172202.600000', '172202.602000', '172202.605000', '172202.607000', '172202.610000', '172202.613000', '172222.498000', '172222.501000', '172222.503000', '172222.506000', '172222.509000', '172222.511000', '172222.514000', '172222.516000', '172222.519000', '172222.521000', '172222.524000', '172222.527000', '172222.529000', '172222.532000', '172222.534000', '172222.537000', '172222.539000', '172222.542000', '172222.545000', '172222.547000', '172222.550000', '172222.552000', '172222.555000', '172222.559000', '172222.561000', '172222.564000', '172222.566000', '172222.569000', '172222.572000', '172222.574000', '172222.577000', '172222.579000', '172222.582000', '172222.585000', '172222.587000', '172222.590000', '172222.592000', '172222.595000', '172222.598000', '172222.601000', '172222.604000', '172222.607000', '172222.609000', '172242.497000', '172242.500000', '172242.503000', '172242.505000', '172242.508000', '172242.511000', '172242.513000', '172242.516000', '172242.518000', '172242.521000', '172242.524000', '172242.526000', '172242.529000', '172242.531000', '172242.534000', '172242.536000', '172242.539000', '172242.542000', '172242.544000', '172242.547000', '172242.549000', '172242.552000', '172242.554000', '172242.557000', '172242.560000', '172242.562000', '172242.565000', '172242.567000', '172242.570000', '172242.573000', '172242.575000', '172242.578000', '172242.580000', '172242.583000', '172242.586000', '172242.588000', '172242.591000', '172242.593000', '172242.596000', '172242.599000', '172242.601000', '172242.604000', '172242.607000', '172242.609000', '172302.498000', '172302.500000', '172302.503000', '172302.506000', '172302.508000', '172302.511000', '172302.513000', '172302.516000', '172302.519000', '172302.521000', '172302.524000', '172302.526000', '172302.529000', '172302.531000', '172302.534000', '172302.536000', '172302.539000', '172302.542000', '172302.544000', '172302.547000', '172302.549000', '172302.552000', '172302.555000', '172302.557000', '172302.560000', '172302.562000', '172302.565000', '172302.604000', '172302.607000', '172302.610000', '172302.613000', '172302.615000', '172302.618000', '172302.620000', '172302.623000', '172302.625000', '172302.628000', '172302.630000', '172302.633000', '172302.636000', '172302.638000', '172302.641000', '172302.643000', '172322.497000', '172322.500000', '172322.503000', '172322.505000', '172322.508000', '172322.511000', '172322.513000', '172322.516000', '172322.518000', '172322.521000', '172322.524000', '172322.526000', '172322.529000', '172322.531000', '172322.534000', '172322.537000', '172322.539000', '172322.542000', '172322.544000', '172322.547000', '172322.549000', '172322.552000', '172322.555000', '172322.557000', '172322.560000', '172322.562000', '172322.565000', '172322.568000', '172322.570000', '172322.573000', '172322.576000', '172322.578000', '172322.581000', '172322.583000', '172322.586000', '172322.589000', '172322.591000', '172322.594000', '172322.596000', '172322.599000', '172322.602000', '172322.604000', '172322.607000', '172322.610000', '172337.051000', '172337.054000', '172337.057000', '172337.059000', '172337.062000', '172337.064000', '172337.067000', '172337.070000', '172337.072000', '172337.075000', '172337.077000', '172337.080000', '172337.083000', '172337.085000', '172337.088000', '172337.090000', '172337.093000', '172337.096000', '172337.098000', '172337.101000', '172337.103000', '172337.106000', '172337.108000', '172337.111000', '172337.114000', '172337.116000', '172337.119000', '172337.121000', '172337.124000', '172337.126000', '172337.129000', '172337.132000'], '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': [8879, 7754, 8988, 7929, 8947, 7974, 8712, 8315, 8576, 8476, 8477, 8212, 8598, 7961, 8953, 7685, 7051, 7808, 6713, 7867, 6817, 8039, 7435, 8579, 7759, 8463, 7690, 8866, 7535, 9170, 7544, 7136, 7967, 6780, 8031, 7169, 8357, 7666, 8993, 7777, 9413, 7462, 8500, 7248, 7296, 8341, 7212, 7841, 7222, 8250, 7416, 8573, 7526, 8971, 7581, 9838, 7243, 8541, 7214, 7868, 7665, 7030, 7711, 7165, 8246, 7694, 9260, 7556, 9141, 7682, 7970, 7744, 8094, 7667, 8815, 7971, 7321, 7932, 7015, 7688, 6995, 7803, 7089, 8197, 7068, 8136, 6919, 8355, 7026, 8160, 7626, 8256, 7916, 7975, 9573, 7909, 9243, 7550, 8661, 7752, 7948, 7596, 7659, 7619, 8039, 7494, 8137, 7457, 8056, 7468, 8113, 7292, 8324, 7011, 8028, 7297, 7883, 7478, 8886, 7512, 9622, 7391, 9088, 8110, 7097, 7437, 7475, 7847, 7885, 8268, 6937, 8437, 7262, 8419, 7215, 8658, 7215, 8523, 7633, 8269, 7995, 9115, 8015, 9268, 8077, 9688, 8212, 7505, 8148, 7506, 8191, 7376, 8665, 7504, 8793, 7495, 7807, 8038, 8235, 7910, 8835, 7967, 9064, 8187, 9691, 8281, 9283, 7747, 8102, 8030, 7121, 7916, 7194, 7967, 7674, 8451, 7312, 8254, 7046, 8254, 6799, 8267, 7350, 8175, 7802, 9586, 7801, 7700, 8157, 6898, 8551, 7673, 8497, 7590, 9660, 7392, 9268, 7494, 8609, 7393, 7288, 7358, 7044, 7368, 7538, 8311, 6674, 7912, 6969, 8119, 7338, 8732, 7499, 8742, 7484, 8729, 7320, 9078, 7504, 9525, 7455, 7922, 7441, 7513, 7554, 7280, 8184, 7002, 8316, 6953, 8109, 7263, 8351, 7114, 8315, 7600, 8042, 7383, 8299, 7576, 9069, 7712, 8982, 7498, 8616, 7654, 8513, 7370, 10031, 7807, 7813, 7201, 7005, 7617, 7288, 7980, 6887, 8413, 7057, 8280, 7324, 8597, 7484, 9175, 7511, 8555, 7469, 9281, 7561, 9485, 7804, 7036, 7644, 6565, 8282, 7175, 8691, 7626, 8559, 7639, 9323, 7486, 7873, 7935, 7197, 8184, 7551, 9092, 7749, 9922, 7595, 9156, 7916, 6909, 7775, 7046, 7788, 7397, 9137, 7765, 7428, 7957, 7090, 8016, 7400, 8915, 7728, 9798, 8204, 6922, 7417, 7482, 9347, 8429, 7740, 8082, 8204, 8591, 8525, 7809, 8674, 8047, 8261, 8217, 9946, 8111, 9153, 8035, 7576, 8503, 7579, 8066, 7968, 8833, 8165, 7418, 8269, 7800, 8276, 8261, 8662, 7981, 7638, 8880, 7543, 8638, 7864, 8436, 7991, 8929, 8337, 7262, 8105, 7364, 7646, 7648, 8895, 8250, 8060, 8014, 7209, 8633, 7106, 8097, 8114, 9488, 8285, 7102, 7421, 7596, 9179, 8041, 6742, 7844, 7394, 8131, 7626, 9986, 7793, 7103, 8128, 7040, 8132, 7511, 8985, 7618, 8712, 7724, 7047, 8020, 7130, 8189, 6932, 8097, 7379, 8352, 7459, 9257, 7537, 10101, 7715, 7541, 7778, 6728, 8027, 7421, 8395, 7682, 8756, 7851, 8060, 7741, 7955, 7765, 9434, 7718, 9456, 7537, 8600, 7634, 7187, 7353, 7801, 7830, 6998, 8268, 6880, 8382, 7199, 8461, 7281, 8745, 7286, 8553, 7026, 8206, 7555, 7987, 8846, 7876, 7413, 7973, 7205, 7757, 7994, 7765, 9218, 7752, 9903, 7887, 9158, 7873, 9139, 8053, 8540, 7925, 8602, 8028, 8910, 7177, 8206, 7472, 7957, 7746, 7621, 7229, 7574, 7293, 7293, 9279, 7363, 10645, 7609, 10406, 7340, 10011, 7443, 8810, 7390, 9025, 7573, 9339, 7758, 7835, 7201, 7389, 7341, 7025, 8154, 6727, 8145, 6898, 8459, 7135, 8705, 7400, 9134, 7452, 9229, 7453, 10323, 7354, 9250, 7597, 6721, 7311, 6935, 7536, 7567, 7843, 7616, 8246, 6797, 7851, 7174, 8384, 7269, 9487, 7848, 6693, 7651, 7530, 9335, 7385, 9874, 7363, 9329, 7872, 7756, 7575, 7635, 7596, 8612, 7504, 8728, 7677, 7591, 7497, 8020, 7522, 8700, 7562, 7514, 7955, 6762, 8204, 7042, 8128, 7292, 8457, 7312, 8434, 7380, 8312, 7271, 8254, 7215, 8206, 7569, 8705, 7788, 9085, 7323, 8664, 7626, 7697, 8024, 6703, 8391, 6630, 8029, 7406, 8699, 7700, 8555, 7945, 8578, 7747, 8991, 8161, 9599, 7927, 7179, 7943, 6894, 8528, 7365, 8510, 7796, 8388, 7969, 8285, 8097, 9048, 8090, 9227, 8072, 7172, 8160, 6821, 8071, 7321, 8195, 7545, 9201, 8046, 8271, 7937, 6861, 7730, 7099, 9604, 7912, 7088, 8314, 7953, 7115, 8050, 6784, 8874, 6972, 9041, 7196, 8259, 7603, 8056, 7666, 8800, 7534, 8476, 7640, 6710, 8036, 7195, 8281, 7513, 8568, 7535, 8795, 7857, 8759, 7793, 9345, 7445, 9491, 7465, 7982, 7435, 6929, 7562, 7444, 7916, 6968, 8611, 7070, 8322, 7276, 8321, 7235, 8517, 7623, 8641, 7638, 8734, 7945, 8712, 7892, 8646, 7813, 9698, 7746, 9581, 7731, 10018, 7791, 9352, 7844, 7886, 7691, 7017, 7801, 7972, 8048, 9028, 8182, 8257, 8025, 6965, 8109, 6940, 8238, 7273, 8565, 7623, 10350, 7596, 7714, 7784, 6929, 8678, 7254, 8581, 7497, 8864, 7750, 9299, 7907, 9521, 7628, 7077, 7867, 6746, 8226, 7404, 8792, 7806, 8931, 8027, 7193, 7787, 6650, 8465, 7223, 8312, 7635, 8535, 7908, 9561, 7811, 8092, 8339, 6931, 8142, 7577, 8246, 7970, 10081, 7951, 8161, 7899, 7296, 8218, 7448, 8456, 7537, 8899, 8149, 8816, 7982, 7142, 8248, 7498, 8693, 7953, 8214, 7899, 7389, 8549, 7158, 8484, 7841, 8630, 7955, 9061, 7917, 7682, 7874, 6879, 7720, 7286, 8184, 7905, 8384, 7424, 7337, 8251, 7288, 8119, 7744, 8563, 8169, 8865, 8048, 6652, 8200, 7542, 8447, 7848, 8964, 8088, 9320, 8006, 9783, 7937, 8159, 7745, 7401, 8158, 6914, 8044, 7352, 8017, 7794, 8682, 7885, 9339, 7865, 7729, 7870, 7949, 7918, 6893, 8005, 7372, 8358, 7633, 8881, 7621, 8809, 8058, 8403, 7886, 9208, 7468, 10153, 7458, 9871, 7417, 7892, 7333, 6608, 7107, 7289, 8630, 7553, 9330, 7530, 7162, 7969, 6878, 8375, 7263, 9014, 7820, 8989, 7834, 9965, 7914, 8794, 8047, 7700, 8242, 7211, 8122, 7785, 8428, 7796, 8954, 8020, 9661, 8151, 7752, 8137, 7810, 8830, 7491, 8511, 7835, 7951, 7828, 8807, 8323, 9166, 8330, 7385, 8156, 7447, 8555, 7141, 8709, 7386, 8442, 7664, 8180, 8024, 8336, 8100, 9853, 8218, 7126, 8017, 7355, 8463, 7123, 8850, 7870, 8264, 7958, 8533, 7807, 8745, 8306, 9650, 8106, 7134, 8322, 7197, 8051, 7887, 8706, 7829, 7164, 8114, 7341], 'WindowCenter': [3857.0, 3833.0, 3839.0, 3828.0, 3827.0, 3825.0, 3825.0, 3826.0, 3824.0, 3825.0, 3811.0, 3813.0, 3824.0, 3824.0, 3824.0, 3826.0, 3815.0, 3825.0, 3814.0, 3826.0, 3817.0, 3827.0, 3817.0, 3837.0, 3826.0, 3826.0, 3827.0, 3836.0, 3826.0, 3836.0, 3827.0, 3816.0, 3825.0, 3817.0, 3827.0, 3817.0, 3827.0, 3828.0, 3837.0, 3828.0, 3835.0, 3816.0, 3837.0, 3828.0, 3816.0, 3828.0, 3815.0, 3826.0, 3816.0, 3825.0, 3817.0, 3838.0, 3826.0, 3837.0, 3826.0, 3835.0, 3814.0, 3826.0, 3816.0, 3826.0, 3827.0, 3816.0, 3815.0, 3815.0, 3826.0, 3828.0, 3836.0, 3829.0, 3837.0, 3826.0, 3825.0, 3815.0, 3826.0, 3828.0, 3826.0, 3826.0, 3815.0, 3826.0, 3805.0, 3815.0, 3815.0, 3816.0, 3815.0, 3827.0, 3817.0, 3825.0, 3816.0, 3828.0, 3818.0, 3839.0, 3827.0, 3840.0, 3827.0, 3826.0, 3835.0, 3827.0, 3836.0, 3814.0, 3825.0, 3814.0, 3813.0, 3814.0, 3813.0, 3814.0, 3814.0, 3815.0, 3824.0, 3814.0, 3823.0, 3815.0, 3825.0, 3815.0, 3824.0, 3815.0, 3826.0, 3815.0, 3825.0, 3817.0, 3836.0, 3829.0, 3849.0, 3830.0, 3840.0, 3829.0, 3816.0, 3818.0, 3815.0, 3828.0, 3827.0, 3827.0, 3815.0, 3825.0, 3816.0, 3826.0, 3815.0, 3825.0, 3815.0, 3827.0, 3815.0, 3826.0, 3827.0, 3825.0, 3827.0, 3836.0, 3829.0, 3838.0, 3826.0, 3815.0, 3815.0, 3814.0, 3826.0, 3816.0, 3824.0, 3816.0, 3826.0, 3817.0, 3815.0, 3826.0, 3827.0, 3826.0, 3826.0, 3826.0, 3825.0, 3826.0, 3834.0, 3826.0, 3836.0, 3816.0, 3826.0, 3826.0, 3803.0, 3825.0, 3815.0, 3825.0, 3815.0, 3827.0, 3815.0, 3826.0, 3815.0, 3826.0, 3805.0, 3828.0, 3817.0, 3827.0, 3827.0, 3834.0, 3828.0, 3828.0, 3829.0, 3818.0, 3840.0, 3827.0, 3837.0, 3827.0, 3836.0, 3829.0, 3838.0, 3829.0, 3839.0, 3817.0, 3816.0, 3828.0, 3816.0, 3827.0, 3827.0, 3838.0, 3816.0, 3827.0, 3816.0, 3828.0, 3817.0, 3838.0, 3816.0, 3826.0, 3816.0, 3825.0, 3816.0, 3838.0, 3829.0, 3848.0, 3827.0, 3826.0, 3816.0, 3816.0, 3827.0, 3816.0, 3827.0, 3815.0, 3826.0, 3814.0, 3815.0, 3814.0, 3824.0, 3803.0, 3826.0, 3813.0, 3814.0, 3813.0, 3825.0, 3825.0, 3825.0, 3816.0, 3824.0, 3814.0, 3825.0, 3816.0, 3826.0, 3815.0, 3835.0, 3825.0, 3815.0, 3815.0, 3814.0, 3827.0, 3817.0, 3828.0, 3816.0, 3824.0, 3816.0, 3825.0, 3816.0, 3825.0, 3815.0, 3836.0, 3815.0, 3825.0, 3815.0, 3836.0, 3827.0, 3838.0, 3827.0, 3816.0, 3827.0, 3805.0, 3827.0, 3816.0, 3825.0, 3828.0, 3825.0, 3817.0, 3838.0, 3829.0, 3827.0, 3827.0, 3816.0, 3826.0, 3827.0, 3837.0, 3827.0, 3847.0, 3827.0, 3837.0, 3826.0, 3803.0, 3813.0, 3803.0, 3813.0, 3816.0, 3835.0, 3827.0, 3815.0, 3826.0, 3817.0, 3825.0, 3815.0, 3837.0, 3828.0, 3848.0, 3826.0, 3814.0, 3813.0, 3816.0, 3836.0, 3826.0, 3816.0, 3824.0, 3826.0, 3824.0, 3826.0, 3816.0, 3828.0, 3826.0, 3826.0, 3824.0, 3835.0, 3825.0, 3824.0, 3814.0, 3814.0, 3823.0, 3813.0, 3813.0, 3815.0, 3824.0, 3825.0, 3815.0, 3825.0, 3814.0, 3823.0, 3826.0, 3825.0, 3825.0, 3814.0, 3823.0, 3813.0, 3823.0, 3811.0, 3812.0, 3812.0, 3822.0, 3824.0, 3812.0, 3814.0, 3812.0, 3814.0, 3815.0, 3824.0, 3827.0, 3814.0, 3826.0, 3814.0, 3826.0, 3815.0, 3827.0, 3826.0, 3835.0, 3825.0, 3816.0, 3816.0, 3827.0, 3837.0, 3842.0, 3819.0, 3826.0, 3816.0, 3828.0, 3829.0, 3837.0, 3828.0, 3817.0, 3825.0, 3815.0, 3825.0, 3815.0, 3825.0, 3827.0, 3825.0, 3814.0, 3803.0, 3824.0, 3803.0, 3824.0, 3804.0, 3814.0, 3813.0, 3813.0, 3813.0, 3824.0, 3815.0, 3835.0, 3815.0, 3814.0, 3814.0, 3803.0, 3812.0, 3813.0, 3825.0, 3815.0, 3825.0, 3827.0, 3815.0, 3815.0, 3814.0, 3814.0, 3824.0, 3815.0, 3824.0, 3815.0, 3823.0, 3813.0, 3802.0, 3815.0, 3814.0, 3826.0, 3817.0, 3826.0, 3816.0, 3827.0, 3816.0, 3826.0, 3814.0, 3826.0, 3813.0, 3825.0, 3802.0, 3824.0, 3813.0, 3814.0, 3824.0, 3812.0, 3802.0, 3811.0, 3802.0, 3813.0, 3814.0, 3816.0, 3836.0, 3815.0, 3836.0, 3825.0, 3825.0, 3826.0, 3824.0, 3814.0, 3824.0, 3814.0, 3824.0, 3813.0, 3823.0, 3800.0, 3812.0, 3813.0, 3824.0, 3813.0, 3815.0, 3814.0, 3827.0, 3815.0, 3826.0, 3836.0, 3827.0, 3848.0, 3829.0, 3848.0, 3828.0, 3847.0, 3827.0, 3837.0, 3828.0, 3838.0, 3829.0, 3838.0, 3828.0, 3827.0, 3829.0, 3829.0, 3829.0, 3818.0, 3840.0, 3818.0, 3828.0, 3818.0, 3839.0, 3830.0, 3840.0, 3829.0, 3849.0, 3829.0, 3838.0, 3830.0, 3850.0, 3830.0, 3849.0, 3829.0, 3817.0, 3828.0, 3817.0, 3828.0, 3828.0, 3828.0, 3827.0, 3827.0, 3816.0, 3826.0, 3830.0, 3841.0, 3830.0, 3849.0, 3842.0, 3820.0, 3828.0, 3840.0, 3849.0, 3830.0, 3852.0, 3830.0, 3838.0, 3829.0, 3826.0, 3827.0, 3826.0, 3829.0, 3826.0, 3815.0, 3826.0, 3826.0, 3814.0, 3815.0, 3826.0, 3826.0, 3825.0, 3826.0, 3816.0, 3826.0, 3806.0, 3825.0, 3815.0, 3826.0, 3827.0, 3828.0, 3817.0, 3827.0, 3815.0, 3825.0, 3815.0, 3826.0, 3818.0, 3825.0, 3827.0, 3826.0, 3827.0, 3835.0, 3827.0, 3837.0, 3827.0, 3827.0, 3827.0, 3805.0, 3826.0, 3817.0, 3827.0, 3816.0, 3827.0, 3815.0, 3825.0, 3827.0, 3825.0, 3826.0, 3837.0, 3828.0, 3837.0, 3827.0, 3815.0, 3826.0, 3815.0, 3838.0, 3816.0, 3838.0, 3816.0, 3825.0, 3826.0, 3826.0, 3827.0, 3837.0, 3826.0, 3835.0, 3827.0, 3815.0, 3825.0, 3806.0, 3826.0, 3816.0, 3828.0, 3827.0, 3837.0, 3828.0, 3826.0, 3826.0, 3817.0, 3827.0, 3815.0, 3848.0, 3839.0, 3829.0, 3840.0, 3829.0, 3817.0, 3828.0, 3806.0, 3837.0, 3816.0, 3827.0, 3805.0, 3826.0, 3814.0, 3814.0, 3815.0, 3825.0, 3827.0, 3826.0, 3814.0, 3803.0, 3825.0, 3815.0, 3826.0, 3817.0, 3826.0, 3815.0, 3827.0, 3827.0, 3825.0, 3816.0, 3837.0, 3816.0, 3837.0, 3818.0, 3827.0, 3815.0, 3815.0, 3815.0, 3816.0, 3827.0, 3806.0, 3826.0, 3815.0, 3827.0, 3816.0, 3827.0, 3816.0, 3827.0, 3816.0, 3825.0, 3815.0, 3824.0, 3825.0, 3825.0, 3827.0, 3826.0, 3816.0, 3835.0, 3815.0, 3834.0, 3815.0, 3834.0, 3817.0, 3835.0, 3827.0, 3825.0, 3815.0, 3802.0, 3814.0, 3815.0, 3827.0, 3824.0, 3826.0, 3825.0, 3814.0, 3803.0, 3813.0, 3804.0, 3825.0, 3817.0, 3827.0, 3827.0, 3848.0, 3827.0, 3828.0, 3828.0, 3818.0, 3839.0, 3828.0, 3839.0, 3828.0, 3837.0, 3829.0, 3838.0, 3831.0, 3851.0, 3829.0, 3817.0, 3827.0, 3818.0, 3829.0, 3829.0, 3840.0, 3832.0, 3838.0, 3829.0, 3818.0, 3828.0, 3819.0, 3840.0, 3818.0, 3829.0, 3818.0, 3826.0, 3827.0, 3837.0, 3828.0, 3827.0, 3827.0, 3816.0, 3825.0, 3816.0, 3825.0, 3827.0, 3836.0, 3827.0, 3826.0, 3816.0, 3815.0, 3824.0, 3813.0, 3826.0, 3815.0, 3824.0, 3815.0, 3823.0, 3815.0, 3816.0, 3826.0, 3817.0, 3826.0, 3826.0, 3826.0, 3827.0, 3815.0, 3828.0, 3817.0, 3826.0, 3826.0, 3825.0, 3824.0, 3824.0, 3826.0, 3814.0, 3826.0, 3807.0, 3814.0, 3816.0, 3826.0, 3827.0, 3826.0, 3817.0, 3818.0, 3826.0, 3815.0, 3814.0, 3815.0, 3824.0, 3828.0, 3826.0, 3815.0, 3804.0, 3824.0, 3814.0, 3823.0, 3827.0, 3836.0, 3826.0, 3823.0, 3815.0, 3836.0, 3825.0, 3813.0, 3816.0, 3814.0, 3824.0, 3803.0, 3825.0, 3817.0, 3825.0, 3814.0, 3825.0, 3827.0, 3837.0, 3826.0, 3825.0, 3826.0, 3839.0, 3827.0, 3816.0, 3826.0, 3817.0, 3826.0, 3827.0, 3838.0, 3829.0, 3837.0, 3827.0, 3825.0, 3827.0, 3835.0, 3815.0, 3836.0, 3818.0, 3849.0, 3818.0, 3826.0, 3815.0, 3804.0, 3817.0, 3830.0, 3840.0, 3843.0, 3853.0, 3844.0, 3831.0, 3843.0, 3820.0, 3845.0, 3831.0, 3854.0, 3832.0, 3840.0, 3830.0, 3850.0, 3840.0, 3841.0, 3841.0, 3830.0, 3830.0, 3829.0, 3827.0, 3828.0, 3829.0, 3830.0, 3840.0, 3831.0, 3836.0, 3828.0, 3829.0, 3828.0, 3827.0, 3838.0, 3816.0, 3824.0, 3816.0, 3815.0, 3817.0, 3828.0, 3828.0, 3836.0, 3827.0, 3815.0, 3826.0, 3817.0, 3826.0, 3805.0, 3826.0, 3813.0, 3814.0, 3813.0, 3815.0, 3816.0, 3826.0, 3826.0, 3836.0, 3825.0, 3803.0, 3814.0, 3814.0, 3826.0, 3818.0, 3827.0, 3815.0, 3824.0, 3813.0, 3823.0, 3815.0, 3823.0, 3826.0, 3835.0, 3827.0, 3804.0, 3826.0, 3819.0, 3827.0, 3828.0, 3827.0, 3828.0, 3816.0, 3826.0, 3816.0], 'WindowWidth': [8665.0, 8623.0, 8626.0, 8607.0, 8602.0, 8598.0, 8597.0, 8601.0, 8595.0, 8596.0, 8574.0, 8577.0, 8592.0, 8596.0, 8594.0, 8600.0, 8585.0, 8600.0, 8583.0, 8601.0, 8591.0, 8604.0, 8590.0, 8618.0, 8602.0, 8600.0, 8604.0, 8616.0, 8604.0, 8616.0, 8607.0, 8588.0, 8599.0, 8589.0, 8604.0, 8592.0, 8604.0, 8608.0, 8616.0, 8607.0, 8612.0, 8589.0, 8618.0, 8607.0, 8588.0, 8608.0, 8587.0, 8601.0, 8588.0, 8599.0, 8591.0, 8618.0, 8603.0, 8618.0, 8602.0, 8609.0, 8583.0, 8601.0, 8590.0, 8602.0, 8605.0, 8588.0, 8586.0, 8585.0, 8601.0, 8608.0, 8615.0, 8610.0, 8618.0, 8603.0, 8598.0, 8587.0, 8602.0, 8606.0, 8601.0, 8601.0, 8584.0, 8599.0, 8570.0, 8584.0, 8585.0, 8588.0, 8585.0, 8604.0, 8589.0, 8599.0, 8589.0, 8606.0, 8595.0, 8624.0, 8606.0, 8625.0, 8604.0, 8603.0, 8613.0, 8603.0, 8614.0, 8584.0, 8598.0, 8581.0, 8579.0, 8581.0, 8579.0, 8583.0, 8582.0, 8585.0, 8597.0, 8582.0, 8592.0, 8584.0, 8598.0, 8585.0, 8598.0, 8585.0, 8602.0, 8586.0, 8598.0, 8590.0, 8615.0, 8612.0, 8636.0, 8614.0, 8626.0, 8609.0, 8588.0, 8592.0, 8585.0, 8608.0, 8604.0, 8604.0, 8585.0, 8598.0, 8587.0, 8600.0, 8585.0, 8598.0, 8585.0, 8604.0, 8585.0, 8598.0, 8602.0, 8598.0, 8603.0, 8615.0, 8608.0, 8617.0, 8600.0, 8583.0, 8583.0, 8580.0, 8599.0, 8585.0, 8596.0, 8586.0, 8600.0, 8588.0, 8584.0, 8599.0, 8602.0, 8601.0, 8600.0, 8600.0, 8596.0, 8598.0, 8607.0, 8601.0, 8613.0, 8587.0, 8599.0, 8598.0, 8566.0, 8597.0, 8584.0, 8599.0, 8584.0, 8602.0, 8584.0, 8598.0, 8582.0, 8600.0, 8570.0, 8607.0, 8592.0, 8604.0, 8603.0, 8609.0, 8605.0, 8607.0, 8609.0, 8593.0, 8626.0, 8605.0, 8616.0, 8606.0, 8614.0, 8609.0, 8621.0, 8611.0, 8624.0, 8592.0, 8588.0, 8606.0, 8590.0, 8606.0, 8603.0, 8620.0, 8589.0, 8604.0, 8589.0, 8606.0, 8592.0, 8620.0, 8590.0, 8601.0, 8588.0, 8598.0, 8590.0, 8620.0, 8609.0, 8635.0, 8606.0, 8603.0, 8589.0, 8587.0, 8605.0, 8588.0, 8605.0, 8585.0, 8599.0, 8582.0, 8582.0, 8582.0, 8595.0, 8567.0, 8600.0, 8580.0, 8580.0, 8581.0, 8596.0, 8599.0, 8599.0, 8588.0, 8595.0, 8582.0, 8597.0, 8586.0, 8599.0, 8587.0, 8612.0, 8601.0, 8586.0, 8587.0, 8582.0, 8605.0, 8590.0, 8606.0, 8587.0, 8597.0, 8586.0, 8597.0, 8586.0, 8599.0, 8586.0, 8616.0, 8585.0, 8597.0, 8585.0, 8614.0, 8604.0, 8619.0, 8604.0, 8588.0, 8603.0, 8573.0, 8603.0, 8588.0, 8600.0, 8605.0, 8599.0, 8590.0, 8618.0, 8611.0, 8606.0, 8607.0, 8590.0, 8603.0, 8603.0, 8615.0, 8603.0, 8630.0, 8605.0, 8617.0, 8602.0, 8566.0, 8580.0, 8566.0, 8582.0, 8589.0, 8612.0, 8603.0, 8586.0, 8600.0, 8589.0, 8599.0, 8587.0, 8616.0, 8607.0, 8634.0, 8600.0, 8583.0, 8580.0, 8589.0, 8613.0, 8602.0, 8587.0, 8595.0, 8601.0, 8594.0, 8601.0, 8587.0, 8605.0, 8600.0, 8598.0, 8595.0, 8610.0, 8599.0, 8596.0, 8582.0, 8581.0, 8591.0, 8578.0, 8578.0, 8582.0, 8594.0, 8597.0, 8583.0, 8597.0, 8581.0, 8592.0, 8599.0, 8598.0, 8598.0, 8583.0, 8591.0, 8577.0, 8591.0, 8573.0, 8576.0, 8576.0, 8589.0, 8595.0, 8576.0, 8579.0, 8577.0, 8582.0, 8585.0, 8595.0, 8603.0, 8581.0, 8599.0, 8581.0, 8599.0, 8586.0, 8602.0, 8603.0, 8613.0, 8598.0, 8587.0, 8587.0, 8606.0, 8619.0, 8630.0, 8594.0, 8602.0, 8588.0, 8606.0, 8608.0, 8617.0, 8608.0, 8588.0, 8597.0, 8583.0, 8599.0, 8585.0, 8598.0, 8605.0, 8596.0, 8582.0, 8566.0, 8595.0, 8565.0, 8596.0, 8567.0, 8582.0, 8578.0, 8577.0, 8578.0, 8592.0, 8585.0, 8609.0, 8584.0, 8582.0, 8581.0, 8565.0, 8577.0, 8580.0, 8597.0, 8586.0, 8598.0, 8604.0, 8583.0, 8584.0, 8581.0, 8583.0, 8595.0, 8584.0, 8594.0, 8584.0, 8593.0, 8579.0, 8563.0, 8584.0, 8582.0, 8600.0, 8589.0, 8600.0, 8588.0, 8602.0, 8587.0, 8600.0, 8581.0, 8599.0, 8579.0, 8597.0, 8563.0, 8594.0, 8578.0, 8581.0, 8593.0, 8576.0, 8561.0, 8575.0, 8562.0, 8579.0, 8580.0, 8585.0, 8613.0, 8585.0, 8613.0, 8598.0, 8597.0, 8598.0, 8593.0, 8582.0, 8596.0, 8581.0, 8595.0, 8577.0, 8589.0, 8558.0, 8577.0, 8578.0, 8596.0, 8579.0, 8584.0, 8581.0, 8602.0, 8584.0, 8602.0, 8615.0, 8606.0, 8633.0, 8610.0, 8635.0, 8606.0, 8631.0, 8606.0, 8618.0, 8609.0, 8620.0, 8610.0, 8621.0, 8608.0, 8605.0, 8610.0, 8611.0, 8611.0, 8595.0, 8626.0, 8595.0, 8608.0, 8595.0, 8623.0, 8612.0, 8625.0, 8610.0, 8637.0, 8610.0, 8621.0, 8613.0, 8638.0, 8613.0, 8638.0, 8611.0, 8592.0, 8607.0, 8590.0, 8608.0, 8607.0, 8606.0, 8603.0, 8605.0, 8588.0, 8602.0, 8614.0, 8632.0, 8614.0, 8637.0, 8632.0, 8599.0, 8609.0, 8627.0, 8638.0, 8615.0, 8645.0, 8615.0, 8623.0, 8610.0, 8603.0, 8605.0, 8602.0, 8608.0, 8603.0, 8589.0, 8602.0, 8603.0, 8584.0, 8586.0, 8599.0, 8602.0, 8600.0, 8601.0, 8587.0, 8601.0, 8574.0, 8599.0, 8587.0, 8601.0, 8605.0, 8605.0, 8590.0, 8604.0, 8585.0, 8597.0, 8585.0, 8601.0, 8591.0, 8600.0, 8603.0, 8601.0, 8604.0, 8613.0, 8604.0, 8618.0, 8606.0, 8603.0, 8605.0, 8571.0, 8599.0, 8590.0, 8602.0, 8588.0, 8605.0, 8585.0, 8596.0, 8602.0, 8597.0, 8603.0, 8616.0, 8607.0, 8617.0, 8604.0, 8585.0, 8600.0, 8586.0, 8619.0, 8589.0, 8620.0, 8587.0, 8599.0, 8600.0, 8599.0, 8603.0, 8616.0, 8602.0, 8611.0, 8603.0, 8584.0, 8598.0, 8574.0, 8600.0, 8590.0, 8607.0, 8605.0, 8617.0, 8606.0, 8602.0, 8603.0, 8589.0, 8602.0, 8586.0, 8632.0, 8625.0, 8612.0, 8627.0, 8610.0, 8592.0, 8607.0, 8575.0, 8615.0, 8587.0, 8602.0, 8572.0, 8600.0, 8581.0, 8581.0, 8584.0, 8597.0, 8602.0, 8598.0, 8583.0, 8566.0, 8596.0, 8583.0, 8601.0, 8591.0, 8603.0, 8585.0, 8603.0, 8602.0, 8597.0, 8587.0, 8615.0, 8590.0, 8617.0, 8593.0, 8602.0, 8586.0, 8583.0, 8585.0, 8587.0, 8603.0, 8573.0, 8602.0, 8586.0, 8603.0, 8586.0, 8602.0, 8588.0, 8602.0, 8587.0, 8599.0, 8584.0, 8595.0, 8599.0, 8598.0, 8603.0, 8600.0, 8586.0, 8609.0, 8583.0, 8607.0, 8583.0, 8608.0, 8589.0, 8611.0, 8603.0, 8597.0, 8584.0, 8564.0, 8583.0, 8583.0, 8603.0, 8596.0, 8601.0, 8599.0, 8581.0, 8565.0, 8579.0, 8568.0, 8597.0, 8589.0, 8603.0, 8603.0, 8630.0, 8606.0, 8607.0, 8608.0, 8594.0, 8623.0, 8607.0, 8621.0, 8606.0, 8618.0, 8610.0, 8619.0, 8615.0, 8640.0, 8607.0, 8591.0, 8603.0, 8592.0, 8608.0, 8609.0, 8624.0, 8617.0, 8619.0, 8608.0, 8593.0, 8607.0, 8594.0, 8624.0, 8593.0, 8610.0, 8591.0, 8601.0, 8603.0, 8616.0, 8606.0, 8602.0, 8604.0, 8587.0, 8598.0, 8586.0, 8599.0, 8603.0, 8613.0, 8603.0, 8598.0, 8586.0, 8583.0, 8595.0, 8580.0, 8598.0, 8584.0, 8594.0, 8584.0, 8591.0, 8585.0, 8586.0, 8599.0, 8590.0, 8600.0, 8601.0, 8598.0, 8602.0, 8584.0, 8604.0, 8588.0, 8601.0, 8600.0, 8597.0, 8595.0, 8593.0, 8600.0, 8581.0, 8598.0, 8575.0, 8582.0, 8588.0, 8600.0, 8603.0, 8603.0, 8591.0, 8591.0, 8599.0, 8583.0, 8580.0, 8583.0, 8596.0, 8604.0, 8598.0, 8583.0, 8566.0, 8593.0, 8579.0, 8593.0, 8603.0, 8615.0, 8600.0, 8592.0, 8582.0, 8611.0, 8597.0, 8580.0, 8584.0, 8581.0, 8596.0, 8565.0, 8597.0, 8591.0, 8597.0, 8581.0, 8598.0, 8604.0, 8614.0, 8601.0, 8599.0, 8602.0, 8625.0, 8605.0, 8588.0, 8600.0, 8588.0, 8600.0, 8604.0, 8620.0, 8610.0, 8615.0, 8605.0, 8598.0, 8603.0, 8610.0, 8586.0, 8613.0, 8593.0, 8634.0, 8593.0, 8601.0, 8585.0, 8570.0, 8590.0, 8613.0, 8625.0, 8634.0, 8647.0, 8635.0, 8616.0, 8633.0, 8600.0, 8638.0, 8617.0, 8648.0, 8617.0, 8626.0, 8612.0, 8638.0, 8626.0, 8628.0, 8628.0, 8612.0, 8609.0, 8606.0, 8604.0, 8606.0, 8608.0, 8610.0, 8624.0, 8611.0, 8614.0, 8604.0, 8606.0, 8606.0, 8603.0, 8619.0, 8586.0, 8595.0, 8585.0, 8584.0, 8589.0, 8603.0, 8604.0, 8612.0, 8602.0, 8583.0, 8598.0, 8586.0, 8600.0, 8569.0, 8600.0, 8579.0, 8581.0, 8579.0, 8582.0, 8585.0, 8597.0, 8600.0, 8612.0, 8596.0, 8565.0, 8581.0, 8581.0, 8597.0, 8591.0, 8600.0, 8583.0, 8593.0, 8579.0, 8590.0, 8584.0, 8591.0, 8600.0, 8611.0, 8601.0, 8568.0, 8598.0, 8596.0, 8603.0, 8604.0, 8601.0, 8604.0, 8587.0, 8599.0, 8586.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.00028947368421052634</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01603472807017544</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.41519257574098</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.246915510296379</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0036339593852914</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4935</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5657.334</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06506708614822238</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.10964912280701754</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.31838157200755</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2349770376230857</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.514030485515388</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.206137192884176</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00675105</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009231628850102425</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02440577931702137</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.240096656629028</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>23.406</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2262</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.1912</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292634.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>750.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.0377</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2106</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>447.3175</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3028.891</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3165.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83910.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1256.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3902.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>746.4408</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.90325602842495</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> |