=== 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-0083 --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-0083",
"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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-02/func/sub-0083_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>3f5a176423a19d353eb6c73e47e28ee5</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:28:18.157500</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.998142, -0.0609336, 0.000369212, 0.0606993, 0.994799, 0.0817937]</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.0930797</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>[4150, -7888, -7279, 880, -75, -554, 248, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.552</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8358dd38-bb34-4584-ae6d-51b38331414b||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.67794132232666, 0.16285167634487152, 0.014448444359004498, 105.27718353271484], [0.16348031163215637, 2.668973445892334, 0.22037217020988464, -120.01092529296875], [0.0009905699407681823, -0.2194465845823288, 2.690953016281128, -61.867759704589844], [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': ['172818.157500', '172818.617500', '172819.077500', '172819.537500', '172819.997500', '172820.457500', '172820.917500', '172821.377500', '172821.837500', '172822.297500', '172822.757500', '172823.217500', '172823.677500', '172824.137500', '172824.597500', '172825.057500', '172825.517500', '172825.977500', '172826.437500', '172826.897500', '172827.357500', '172827.817500', '172828.277500', '172828.737500', '172829.197500', '172829.657500', '172830.117500', '172830.577500', '172831.037500', '172831.497500', '172831.957500', '172832.417500', '172832.877500', '172833.337500', '172833.797500', '172834.257500', '172834.717500', '172835.177500', '172835.637500', '172836.097500', '172836.557500', '172837.017500', '172837.477500', '172837.937500', '172838.397500', '172838.857500', '172839.317500', '172839.777500', '172840.237500', '172840.697500', '172841.157500', '172841.617500', '172842.077500', '172842.537500', '172842.997500', '172843.457500', '172843.917500', '172844.377500', '172844.837500', '172845.297500', '172845.757500', '172846.217500', '172846.677500', '172847.137500', '172847.597500', '172848.057500', '172848.517500', '172848.977500', '172849.437500', '172849.897500', '172850.357500', '172850.817500', '172851.277500', '172851.737500', '172852.197500', '172852.657500', '172853.117500', '172853.577500', '172854.037500', '172854.497500', '172854.957500', '172855.417500', '172855.877500', '172856.337500', '172856.797500', '172857.257500', '172857.717500', '172858.177500', '172858.637500', '172859.097500', '172859.557500', '172900.017500', '172900.477500', '172900.937500', '172901.397500', '172901.857500', '172902.317500', '172902.777500', '172903.237500', '172903.697500', '172904.157500', '172904.617500', '172905.077500', '172905.537500', '172905.997500', '172906.457500', '172906.917500', '172907.377500', '172907.837500', '172908.297500', '172908.757500', '172909.217500', '172909.677500', '172910.137500', '172910.597500', '172911.057500', '172911.517500', '172911.977500', '172912.437500', '172912.897500', '172913.357500', '172913.817500', '172914.277500', '172914.737500', '172915.197500', '172915.657500', '172916.117500', '172916.577500', '172917.037500', '172917.497500', '172917.957500', '172918.417500', '172918.877500', '172919.337500', '172919.797500', '172920.257500', '172920.717500', '172921.177500', '172921.637500', '172922.097500', '172922.557500', '172923.017500', '172923.477500', '172923.937500', '172924.397500', '172924.857500', '172925.317500', '172925.777500', '172926.237500', '172926.697500', '172927.157500', '172927.617500', '172928.077500', '172928.537500', '172928.997500', '172929.457500', '172929.917500', '172930.377500', '172930.837500', '172931.297500', '172931.757500', '172932.217500', '172932.677500', '172933.137500', '172933.597500', '172934.057500', '172934.517500', '172934.977500', '172935.437500', '172935.897500', '172936.357500', '172936.817500', '172937.277500', '172937.737500', '172938.197500', '172938.657500', '172939.117500', '172939.577500', '172940.037500', '172940.497500', '172940.957500', '172941.417500', '172941.877500', '172942.337500', '172942.797500', '172943.257500', '172943.717500', '172944.177500', '172944.637500', '172945.097500', '172945.557500', '172946.017500', '172946.477500', '172946.937500', '172947.397500', '172947.857500', '172948.317500', '172948.777500', '172949.237500', '172949.697500', '172950.157500', '172950.617500', '172951.077500', '172951.537500', '172951.997500', '172952.457500', '172952.917500', '172953.377500', '172953.837500', '172954.297500', '172954.757500', '172955.217500', '172955.677500', '172956.137500', '172956.597500', '172957.057500', '172957.517500', '172957.977500', '172958.437500', '172958.897500', '172959.357500', '172959.817500', '173000.277500', '173000.737500', '173001.197500', '173001.657500', '173002.117500', '173002.577500', '173003.037500', '173003.497500', '173003.957500', '173004.417500', '173004.877500', '173005.337500', '173005.797500', '173006.257500', '173006.717500', '173007.177500', '173007.637500', '173008.097500', '173008.557500', '173009.017500', '173009.477500', '173009.937500', '173010.397500', '173010.857500', '173011.317500', '173011.777500', '173012.237500', '173012.697500', '173013.157500', '173013.617500', '173014.077500', '173014.537500', '173014.997500', '173015.457500', '173015.917500', '173016.377500', '173016.837500', '173017.297500', '173017.757500', '173018.217500', '173018.677500', '173019.137500', '173019.597500', '173020.057500', '173020.517500', '173020.977500', '173021.437500', '173021.897500', '173022.357500', '173022.817500', '173023.277500', '173023.737500', '173024.197500', '173024.657500', '173025.117500', '173025.577500', '173026.037500', '173026.497500', '173026.957500', '173027.417500', '173027.877500', '173028.337500', '173028.797500', '173029.257500', '173029.717500', '173030.177500', '173030.637500', '173031.097500', '173031.557500', '173032.017500', '173032.477500', '173032.937500', '173033.397500', '173033.857500', '173034.317500', '173034.777500', '173035.237500', '173035.697500', '173036.157500', '173036.617500', '173037.077500', '173037.537500', '173037.997500', '173038.457500', '173038.917500', '173039.377500', '173039.837500', '173040.297500', '173040.757500', '173041.217500', '173041.677500', '173042.137500', '173042.597500', '173043.057500', '173043.517500', '173043.977500', '173044.437500', '173044.897500', '173045.357500', '173045.817500', '173046.277500', '173046.737500', '173047.197500', '173047.657500', '173048.117500', '173048.577500', '173049.037500', '173049.497500', '173049.957500', '173050.417500', '173050.877500', '173051.337500', '173051.797500', '173052.257500', '173052.717500', '173053.177500', '173053.637500', '173054.097500', '173054.557500', '173055.017500', '173055.477500', '173055.937500', '173056.397500', '173056.857500', '173057.317500', '173057.777500', '173058.237500', '173058.697500', '173059.157500', '173059.617500', '173100.077500', '173100.537500', '173100.997500', '173101.457500', '173101.917500', '173102.377500', '173102.837500', '173103.297500', '173103.757500', '173104.217500', '173104.677500', '173105.137500', '173105.597500', '173106.057500', '173106.517500', '173106.977500', '173107.437500', '173107.897500', '173108.357500', '173108.817500', '173109.277500', '173109.737500', '173110.197500', '173110.657500', '173111.117500', '173111.577500', '173112.037500', '173112.497500', '173112.957500', '173113.417500', '173113.877500', '173114.337500', '173114.797500', '173115.257500', '173115.717500', '173116.177500', '173116.637500', '173117.097500', '173117.557500', '173118.017500', '173118.477500', '173118.937500', '173119.397500', '173119.857500', '173120.317500', '173120.777500', '173121.237500', '173121.697500', '173122.157500', '173122.617500', '173123.077500', '173123.537500', '173123.997500', '173124.457500', '173124.917500', '173125.377500', '173125.837500', '173126.297500', '173126.757500', '173127.217500', '173127.677500', '173128.137500', '173128.597500', '173129.057500', '173129.517500', '173129.977500', '173130.437500', '173130.897500', '173131.357500', '173131.817500', '173132.277500', '173132.737500', '173133.197500', '173133.657500', '173134.117500', '173134.577500', '173135.037500', '173135.497500', '173135.957500', '173136.417500', '173136.877500', '173137.337500', '173137.797500', '173138.257500', '173138.717500', '173139.177500', '173139.637500', '173140.097500', '173140.557500', '173141.017500', '173141.477500', '173141.937500', '173142.397500', '173142.857500', '173143.317500', '173143.777500', '173144.237500', '173144.697500', '173145.157500', '173145.617500', '173146.077500', '173146.537500', '173146.997500', '173147.457500', '173147.917500', '173148.377500', '173148.837500', '173149.297500', '173149.757500', '173150.217500', '173150.677500', '173151.137500', '173151.597500', '173152.057500', '173152.517500', '173152.977500', '173153.437500', '173153.897500', '173154.357500', '173154.817500', '173155.277500', '173155.737500', '173156.197500', '173156.657500', '173157.117500', '173157.577500', '173158.037500', '173158.497500', '173158.957500', '173159.417500', '173159.877500', '173200.337500', '173200.797500', '173201.257500', '173201.717500', '173202.177500', '173202.637500', '173203.097500', '173203.557500', '173204.017500', '173204.477500', '173204.937500', '173205.397500', '173205.857500', '173206.317500', '173206.777500', '173207.237500', '173207.697500', '173208.157500', '173208.617500', '173209.077500', '173209.537500', '173209.997500', '173210.457500', '173210.917500', '173211.377500', '173211.837500', '173212.297500', '173212.757500', '173213.217500', '173213.677500', '173214.137500', '173214.597500', '173215.057500', '173215.517500', '173215.977500', '173216.437500', '173216.897500', '173217.357500', '173217.817500', '173218.277500', '173218.737500', '173219.197500', '173219.657500', '173220.117500', '173220.577500', '173221.037500', '173221.497500', '173221.957500', '173222.417500', '173222.877500', '173223.337500', '173223.797500', '173224.257500', '173224.717500', '173225.177500', '173225.637500', '173226.097500', '173226.557500', '173227.017500', '173227.477500', '173227.937500', '173228.397500', '173228.857500', '173229.317500', '173229.777500', '173230.237500', '173230.697500', '173231.157500', '173231.617500', '173232.077500', '173232.537500', '173232.997500', '173233.457500', '173233.917500', '173234.377500', '173234.837500', '173235.297500', '173235.757500', '173236.217500', '173236.677500', '173237.137500', '173237.597500', '173238.057500', '173238.517500', '173238.977500', '173239.437500', '173239.897500', '173240.357500', '173240.817500', '173241.277500', '173241.737500', '173242.197500', '173242.657500', '173243.117500', '173243.577500', '173244.037500', '173244.497500', '173244.957500', '173245.417500', '173245.877500', '173246.337500', '173246.797500', '173247.257500', '173247.717500', '173248.177500', '173248.637500', '173249.097500', '173249.557500', '173250.017500', '173250.477500', '173250.937500', '173251.397500', '173251.857500', '173252.317500', '173252.777500', '173253.237500', '173253.697500', '173254.157500', '173254.617500', '173255.077500', '173255.537500', '173255.997500', '173256.457500', '173256.917500', '173257.377500', '173257.837500', '173258.297500', '173258.757500', '173259.217500', '173259.677500', '173300.137500', '173300.597500', '173301.057500', '173301.517500', '173301.977500', '173302.437500', '173302.897500', '173303.357500', '173303.817500', '173304.277500', '173304.737500', '173305.197500', '173305.657500', '173306.117500', '173306.577500', '173307.037500', '173307.497500', '173307.957500', '173308.417500', '173308.877500', '173309.337500', '173309.797500', '173310.257500', '173310.717500', '173311.177500', '173311.637500', '173312.097500', '173312.557500', '173313.017500', '173313.477500', '173313.937500', '173314.397500', '173314.857500', '173315.317500', '173315.777500', '173316.237500', '173316.697500', '173317.157500', '173317.617500', '173318.077500', '173318.537500', '173318.997500', '173319.457500', '173319.917500', '173320.377500', '173320.837500', '173321.297500', '173321.757500', '173322.217500', '173322.677500', '173323.137500', '173323.597500', '173324.057500', '173324.517500', '173324.977500', '173325.437500', '173325.897500', '173326.357500', '173326.817500', '173327.277500', '173327.737500', '173328.197500', '173328.657500', '173329.117500', '173329.577500', '173330.037500', '173330.497500', '173330.957500', '173331.417500', '173331.877500', '173332.337500', '173332.797500', '173333.257500', '173333.717500', '173334.177500', '173334.637500', '173335.097500', '173335.557500', '173336.017500', '173336.477500', '173336.937500', '173337.397500', '173337.857500', '173338.317500', '173338.777500', '173339.237500', '173339.697500', '173340.157500', '173340.617500', '173341.077500', '173341.537500', '173341.997500', '173342.457500', '173342.917500', '173343.377500', '173343.837500', '173344.297500', '173344.757500', '173345.217500', '173345.677500', '173346.137500', '173346.597500', '173347.057500', '173347.517500', '173347.977500', '173348.437500', '173348.897500', '173349.357500', '173349.817500', '173350.277500', '173350.737500', '173351.197500', '173351.657500', '173352.117500', '173352.577500', '173353.037500', '173353.497500', '173353.957500', '173354.417500', '173354.877500', '173355.337500', '173355.797500', '173356.257500', '173356.717500', '173357.177500', '173357.637500', '173358.097500', '173358.557500', '173359.017500', '173359.477500', '173359.937500', '173400.397500', '173400.857500', '173401.317500', '173401.777500', '173402.237500', '173402.697500', '173403.157500', '173403.617500', '173404.077500', '173404.537500', '173404.997500', '173405.457500', '173405.917500', '173406.377500', '173406.837500', '173407.297500', '173407.757500', '173408.217500', '173408.677500', '173409.137500', '173409.597500', '173410.057500', '173410.517500', '173410.977500', '173411.437500', '173411.897500', '173412.357500', '173412.817500', '173413.277500', '173413.737500', '173414.197500', '173414.657500', '173415.117500', '173415.577500', '173416.037500', '173416.497500', '173416.957500', '173417.417500', '173417.877500', '173418.337500', '173418.797500', '173419.257500', '173419.717500', '173420.177500', '173420.637500', '173421.097500', '173421.557500', '173422.017500', '173422.477500', '173422.937500', '173423.397500', '173423.857500', '173424.317500', '173424.777500', '173425.237500', '173425.697500', '173426.157500', '173426.617500', '173427.077500', '173427.537500', '173427.997500', '173428.457500', '173428.917500', '173429.377500', '173429.837500', '173430.297500', '173430.757500', '173431.217500', '173431.677500', '173432.137500', '173432.597500', '173433.057500', '173433.517500', '173433.977500', '173434.437500', '173434.897500', '173435.357500', '173435.817500', '173436.277500', '173436.737500', '173437.197500', '173437.657500', '173438.117500', '173438.577500', '173439.037500', '173439.497500', '173439.957500', '173440.417500', '173440.877500', '173441.337500', '173441.797500', '173442.257500', '173442.717500', '173443.177500', '173443.637500', '173444.097500', '173444.557500', '173445.017500', '173445.477500', '173445.937500', '173446.397500', '173446.857500', '173447.317500', '173447.777500', '173448.237500', '173448.697500', '173449.157500', '173449.617500', '173450.077500', '173450.537500', '173450.997500', '173451.457500', '173451.917500', '173452.377500', '173452.837500', '173453.297500', '173453.757500', '173454.217500', '173454.677500', '173455.137500', '173455.597500', '173456.057500', '173456.517500', '173456.977500', '173457.437500', '173457.897500', '173458.357500', '173458.817500', '173459.277500', '173459.737500', '173500.197500', '173500.657500', '173501.117500', '173501.577500', '173502.037500', '173502.497500', '173502.957500', '173503.417500', '173503.877500', '173504.337500', '173504.797500', '173505.257500', '173505.717500', '173506.177500', '173506.637500', '173507.097500', '173507.557500', '173508.017500', '173508.477500', '173508.937500', '173509.397500', '173509.857500', '173510.317500', '173510.777500', '173511.237500', '173511.697500', '173512.157500', '173512.617500', '173513.077500', '173513.537500', '173513.997500', '173514.457500', '173514.917500', '173515.377500', '173515.837500', '173516.297500', '173516.757500', '173517.217500', '173517.677500', '173518.137500'], 'ContentTime': ['172836.820000', '172836.823000', '172836.826000', '172836.829000', '172836.831000', '172836.834000', '172836.836000', '172836.839000', '172836.842000', '172836.844000', '172836.847000', '172836.849000', '172836.852000', '172836.854000', '172836.857000', '172836.860000', '172836.862000', '172836.865000', '172836.867000', '172836.870000', '172836.873000', '172836.875000', '172836.878000', '172836.881000', '172836.883000', '172836.886000', '172836.888000', '172836.891000', '172836.893000', '172836.896000', '172836.899000', '172836.901000', '172836.904000', '172836.913000', '172836.915000', '172836.918000', '172836.921000', '172836.923000', '172856.792000', '172856.794000', '172856.797000', '172856.800000', '172856.802000', '172856.805000', '172856.807000', '172856.810000', '172856.812000', '172856.815000', '172856.817000', '172856.820000', '172856.823000', '172856.825000', '172856.828000', '172856.830000', '172856.833000', '172856.836000', '172856.838000', '172856.841000', '172856.843000', '172856.846000', '172856.849000', '172856.851000', '172856.854000', '172856.856000', '172856.859000', '172856.861000', '172856.864000', '172856.866000', '172856.869000', '172856.872000', '172856.874000', '172856.877000', '172856.879000', '172856.882000', '172856.885000', '172856.887000', '172856.890000', '172856.892000', '172856.895000', '172856.898000', '172856.900000', '172916.791000', '172916.794000', '172916.797000', '172916.799000', '172916.802000', '172916.804000', '172916.807000', '172916.817000', '172916.820000', '172916.822000', '172916.825000', '172916.827000', '172916.830000', '172916.832000', '172916.835000', '172916.837000', '172916.840000', '172916.843000', '172916.845000', '172916.848000', '172916.850000', '172916.853000', '172916.855000', '172916.858000', '172916.861000', '172916.863000', '172916.866000', '172916.868000', '172916.871000', '172916.873000', '172916.876000', '172916.879000', '172916.881000', '172916.884000', '172916.886000', '172916.889000', '172916.891000', '172916.894000', '172916.896000', '172916.899000', '172916.901000', '172916.904000', '172916.907000', '172916.909000', '172936.791000', '172936.794000', '172936.797000', '172936.799000', '172936.802000', '172936.804000', '172936.807000', '172936.809000', '172936.812000', '172936.815000', '172936.817000', '172936.820000', '172936.822000', '172936.825000', '172936.827000', '172936.834000', '172936.836000', '172936.839000', '172936.841000', '172936.844000', '172936.847000', '172936.849000', '172936.852000', '172936.854000', '172936.857000', '172936.859000', '172936.862000', '172936.864000', '172936.867000', '172936.870000', '172936.872000', '172936.875000', '172936.877000', '172936.880000', '172936.882000', '172936.885000', '172936.888000', '172936.890000', '172936.893000', '172936.895000', '172936.898000', '172936.901000', '172936.903000', '172956.791000', '172956.795000', '172956.797000', '172956.800000', '172956.803000', '172956.806000', '172956.809000', '172956.812000', '172956.814000', '172956.817000', '172956.819000', '172956.822000', '172956.825000', '172956.827000', '172956.830000', '172956.833000', '172956.835000', '172956.838000', '172956.840000', '172956.843000', '172956.845000', '172956.848000', '172956.851000', '172956.853000', '172956.856000', '172956.858000', '172956.861000', '172956.864000', '172956.866000', '172956.876000', '172956.878000', '172956.881000', '172956.883000', '172956.886000', '172956.888000', '172956.891000', '172956.894000', '172956.896000', '172956.899000', '172956.901000', '172956.904000', '172956.907000', '172956.909000', '173016.790000', '173016.793000', '173016.796000', '173016.798000', '173016.801000', '173016.803000', '173016.806000', '173016.809000', '173016.811000', '173016.814000', '173016.816000', '173016.819000', '173016.821000', '173016.824000', '173016.827000', '173016.829000', '173016.832000', '173016.834000', '173016.837000', '173016.839000', '173016.842000', '173016.845000', '173016.847000', '173016.850000', '173016.852000', '173016.855000', '173016.858000', '173016.860000', '173016.863000', '173016.865000', '173016.868000', '173016.871000', '173016.873000', '173016.876000', '173016.879000', '173016.881000', '173016.884000', '173016.886000', '173016.889000', '173016.891000', '173016.894000', '173016.897000', '173016.899000', '173016.902000', '173036.790000', '173036.793000', '173036.796000', '173036.798000', '173036.801000', '173036.804000', '173036.806000', '173036.809000', '173036.811000', '173036.814000', '173036.816000', '173036.819000', '173036.821000', '173036.824000', '173036.827000', '173036.829000', '173036.832000', '173036.835000', '173036.837000', '173036.840000', '173036.842000', '173036.845000', '173036.848000', '173036.850000', '173036.853000', '173036.855000', '173036.858000', '173036.861000', '173036.863000', '173036.866000', '173036.868000', '173036.871000', '173036.874000', '173036.876000', '173036.879000', '173036.881000', '173036.884000', '173036.886000', '173036.889000', '173036.892000', '173036.894000', '173036.897000', '173036.899000', '173056.792000', '173056.795000', '173056.797000', '173056.800000', '173056.803000', '173056.805000', '173056.808000', '173056.810000', '173056.813000', '173056.815000', '173056.818000', '173056.821000', '173056.823000', '173056.826000', '173056.828000', '173056.831000', '173056.833000', '173056.836000', '173056.839000', '173056.841000', '173056.844000', '173056.846000', '173056.849000', '173056.852000', '173056.854000', '173056.857000', '173056.860000', '173056.862000', '173056.865000', '173056.867000', '173056.870000', '173056.873000', '173056.875000', '173056.878000', '173056.880000', '173056.883000', '173056.885000', '173056.888000', '173056.890000', '173056.893000', '173056.895000', '173056.898000', '173056.901000', '173056.903000', '173116.792000', '173116.794000', '173116.797000', '173116.799000', '173116.802000', '173116.805000', '173116.807000', '173116.810000', '173116.812000', '173116.815000', '173116.818000', '173116.820000', '173116.823000', '173116.825000', '173116.828000', '173116.831000', '173116.833000', '173116.836000', '173116.838000', '173116.841000', '173116.843000', '173116.847000', '173116.850000', '173116.853000', '173116.855000', '173116.858000', '173116.860000', '173116.863000', '173116.866000', '173116.868000', '173116.871000', '173116.874000', '173116.876000', '173116.879000', '173116.881000', '173116.884000', '173116.887000', '173116.889000', '173116.892000', '173116.894000', '173116.897000', '173116.900000', '173116.902000', '173116.905000', '173136.791000', '173136.794000', '173136.797000', '173136.799000', '173136.802000', '173136.804000', '173136.807000', '173136.810000', '173136.812000', '173136.815000', '173136.817000', '173136.820000', '173136.823000', '173136.825000', '173136.828000', '173136.830000', '173136.833000', '173136.836000', '173136.838000', '173136.841000', '173136.843000', '173136.846000', '173136.848000', '173136.851000', '173136.862000', '173136.864000', '173136.867000', '173136.870000', '173136.872000', '173136.875000', '173136.877000', '173136.880000', '173136.882000', '173136.885000', '173136.888000', '173136.890000', '173136.893000', '173136.895000', '173136.898000', '173136.901000', '173136.903000', '173136.906000', '173136.908000', '173156.791000', '173156.794000', '173156.797000', '173156.799000', '173156.802000', '173156.805000', '173156.807000', '173156.810000', '173156.813000', '173156.816000', '173156.819000', '173156.821000', '173156.824000', '173156.827000', '173156.829000', '173156.832000', '173156.834000', '173156.837000', '173156.840000', '173156.842000', '173156.845000', '173156.847000', '173156.850000', '173156.853000', '173156.855000', '173156.858000', '173156.861000', '173156.863000', '173156.866000', '173156.868000', '173156.871000', '173156.874000', '173156.876000', '173156.879000', '173156.881000', '173156.884000', '173156.886000', '173156.889000', '173156.892000', '173156.894000', '173156.897000', '173156.899000', '173156.902000', '173216.791000', '173216.794000', '173216.797000', '173216.799000', '173216.802000', '173216.804000', '173216.807000', '173216.810000', '173216.812000', '173216.815000', '173216.817000', '173216.820000', '173216.823000', '173216.825000', '173216.828000', '173216.830000', '173216.833000', '173216.835000', '173216.838000', '173216.841000', '173216.843000', '173216.846000', '173216.848000', '173216.851000', '173216.854000', '173216.856000', '173216.859000', '173216.861000', '173216.864000', '173216.867000', '173216.869000', '173216.872000', '173216.874000', '173216.877000', '173216.879000', '173216.882000', '173216.885000', '173216.887000', '173216.890000', '173216.892000', '173216.895000', '173216.897000', '173216.900000', '173216.903000', '173236.790000', '173236.793000', '173236.796000', '173236.798000', '173236.801000', '173236.804000', '173236.806000', '173236.809000', '173236.811000', '173236.814000', '173236.817000', '173236.819000', '173236.822000', '173236.824000', '173236.827000', '173236.829000', '173236.832000', '173236.835000', '173236.837000', '173236.840000', '173236.843000', '173236.845000', '173236.848000', '173236.851000', '173236.853000', '173236.856000', '173236.858000', '173236.861000', '173236.864000', '173236.866000', '173236.869000', '173236.871000', '173236.874000', '173236.877000', '173236.879000', '173236.882000', '173236.885000', '173236.888000', '173236.891000', '173236.894000', '173236.896000', '173236.899000', '173236.901000', '173256.790000', '173256.793000', '173256.796000', '173256.799000', '173256.801000', '173256.804000', '173256.806000', '173256.809000', '173256.812000', '173256.815000', '173256.817000', '173256.820000', '173256.822000', '173256.825000', '173256.827000', '173256.830000', '173256.833000', '173256.835000', '173256.838000', '173256.840000', '173256.843000', '173256.845000', '173256.848000', '173256.851000', '173256.853000', '173256.856000', '173256.859000', '173256.861000', '173256.864000', '173256.866000', '173256.869000', '173256.871000', '173256.874000', '173256.877000', '173256.879000', '173256.882000', '173256.884000', '173256.887000', '173256.890000', '173256.892000', '173256.895000', '173256.897000', '173256.900000', '173256.902000', '173316.792000', '173316.794000', '173316.797000', '173316.800000', '173316.802000', '173316.805000', '173316.807000', '173316.810000', '173316.812000', '173316.815000', '173316.818000', '173316.820000', '173316.823000', '173316.825000', '173316.828000', '173316.831000', '173316.833000', '173316.836000', '173316.839000', '173316.841000', '173316.844000', '173316.847000', '173316.849000', '173316.852000', '173316.855000', '173316.857000', '173316.860000', '173316.862000', '173316.865000', '173316.868000', '173316.870000', '173316.873000', '173316.875000', '173316.878000', '173316.881000', '173316.883000', '173316.886000', '173316.888000', '173316.891000', '173316.894000', '173316.896000', '173316.899000', '173316.901000', '173336.792000', '173336.795000', '173336.797000', '173336.800000', '173336.802000', '173336.805000', '173336.808000', '173336.810000', '173336.813000', '173336.815000', '173336.818000', '173336.820000', '173336.823000', '173336.826000', '173336.830000', '173336.833000', '173336.835000', '173336.838000', '173336.841000', '173336.843000', '173336.846000', '173336.848000', '173336.851000', '173336.854000', '173336.856000', '173336.859000', '173336.861000', '173336.864000', '173336.867000', '173336.869000', '173336.872000', '173336.874000', '173336.877000', '173336.880000', '173336.882000', '173336.885000', '173336.887000', '173336.890000', '173336.893000', '173336.895000', '173336.898000', '173336.900000', '173336.903000', '173336.906000', '173356.791000', '173356.794000', '173356.797000', '173356.799000', '173356.802000', '173356.805000', '173356.807000', '173356.810000', '173356.812000', '173356.815000', '173356.817000', '173356.820000', '173356.822000', '173356.825000', '173356.828000', '173356.830000', '173356.833000', '173356.835000', '173356.838000', '173356.841000', '173356.843000', '173356.846000', '173356.848000', '173356.851000', '173356.853000', '173356.856000', '173356.858000', '173356.861000', '173356.864000', '173356.866000', '173356.869000', '173356.871000', '173356.874000', '173356.877000', '173356.879000', '173356.882000', '173356.884000', '173356.887000', '173356.890000', '173356.892000', '173356.895000', '173356.897000', '173356.900000', '173416.791000', '173416.794000', '173416.797000', '173416.800000', '173416.802000', '173416.805000', '173416.808000', '173416.810000', '173416.813000', '173416.815000', '173416.818000', '173416.820000', '173416.823000', '173416.826000', '173416.828000', '173416.831000', '173416.833000', '173416.836000', '173416.839000', '173416.841000', '173416.844000', '173416.846000', '173416.849000', '173416.852000', '173416.854000', '173416.857000', '173416.859000', '173416.862000', '173416.865000', '173416.867000', '173416.870000', '173416.872000', '173416.875000', '173416.878000', '173416.880000', '173416.883000', '173416.885000', '173416.888000', '173416.891000', '173416.893000', '173416.896000', '173416.898000', '173416.901000', '173416.904000', '173436.791000', '173436.794000', '173436.797000', '173436.818000', '173436.821000', '173436.823000', '173436.826000', '173436.829000', '173436.831000', '173436.834000', '173436.836000', '173436.839000', '173436.841000', '173436.844000', '173436.847000', '173436.849000', '173436.852000', '173436.854000', '173436.857000', '173436.859000', '173436.862000', '173436.864000', '173436.867000', '173436.870000', '173436.872000', '173436.875000', '173436.877000', '173436.880000', '173436.882000', '173436.885000', '173436.888000', '173436.890000', '173436.893000', '173436.895000', '173436.898000', '173436.900000', '173436.903000', '173436.906000', '173436.908000', '173436.911000', '173436.913000', '173436.916000', '173436.919000', '173456.790000', '173456.793000', '173456.796000', '173456.798000', '173456.801000', '173456.804000', '173456.806000', '173456.809000', '173456.812000', '173456.814000', '173456.817000', '173456.819000', '173456.822000', '173456.824000', '173456.827000', '173456.830000', '173456.832000', '173456.835000', '173456.837000', '173456.840000', '173456.842000', '173456.845000', '173456.848000', '173456.850000', '173456.853000', '173456.856000', '173456.858000', '173456.861000', '173456.863000', '173456.866000', '173456.869000', '173456.871000', '173456.874000', '173456.876000', '173456.879000', '173456.882000', '173456.884000', '173456.887000', '173456.889000', '173456.892000', '173456.894000', '173456.897000', '173456.900000', '173456.902000', '173516.791000', '173516.794000', '173516.796000', '173516.799000', '173516.801000', '173516.804000', '173516.807000', '173516.809000', '173516.812000', '173516.814000', '173516.817000', '173516.819000', '173516.822000', '173516.825000', '173516.827000', '173516.830000', '173516.832000', '173516.835000', '173516.838000', '173516.840000', '173516.843000', '173516.845000', '173516.848000', '173516.851000', '173516.853000', '173516.856000', '173516.858000', '173516.861000', '173516.863000', '173516.866000', '173516.869000', '173516.871000', '173516.874000', '173516.877000', '173516.879000', '173516.882000', '173516.884000', '173516.887000', '173516.890000', '173516.893000', '173516.896000', '173516.899000', '173516.901000', '173519.701000', '173519.704000', '173519.706000', '173519.709000', '173519.712000', '173519.714000', '173519.717000'], 'InstanceCreationTime': ['172836.820000', '172836.823000', '172836.826000', '172836.829000', '172836.831000', '172836.834000', '172836.836000', '172836.839000', '172836.842000', '172836.844000', '172836.847000', '172836.849000', '172836.852000', '172836.854000', '172836.857000', '172836.860000', '172836.862000', '172836.865000', '172836.867000', '172836.870000', '172836.873000', '172836.875000', '172836.878000', '172836.881000', '172836.883000', '172836.886000', '172836.888000', '172836.891000', '172836.893000', '172836.896000', '172836.899000', '172836.901000', '172836.904000', '172836.913000', '172836.915000', '172836.918000', '172836.921000', '172836.923000', '172856.792000', '172856.794000', '172856.797000', '172856.800000', '172856.802000', '172856.805000', '172856.807000', '172856.810000', '172856.812000', '172856.815000', '172856.817000', '172856.820000', '172856.823000', '172856.825000', '172856.828000', '172856.830000', '172856.833000', '172856.836000', '172856.838000', '172856.841000', '172856.843000', '172856.846000', '172856.849000', '172856.851000', '172856.854000', '172856.856000', '172856.859000', '172856.861000', '172856.864000', '172856.866000', '172856.869000', '172856.872000', '172856.874000', '172856.877000', '172856.879000', '172856.882000', '172856.885000', '172856.887000', '172856.890000', '172856.892000', '172856.895000', '172856.898000', '172856.900000', '172916.791000', '172916.794000', '172916.797000', '172916.799000', '172916.802000', '172916.804000', '172916.807000', '172916.817000', '172916.820000', '172916.822000', '172916.825000', '172916.827000', '172916.830000', '172916.832000', '172916.835000', '172916.837000', '172916.840000', '172916.843000', '172916.845000', '172916.848000', '172916.850000', '172916.853000', '172916.855000', '172916.858000', '172916.861000', '172916.863000', '172916.866000', '172916.868000', '172916.871000', '172916.873000', '172916.876000', '172916.879000', '172916.881000', '172916.884000', '172916.886000', '172916.889000', '172916.891000', '172916.894000', '172916.896000', '172916.899000', '172916.901000', '172916.904000', '172916.907000', '172916.909000', '172936.791000', '172936.794000', '172936.797000', '172936.799000', '172936.802000', '172936.804000', '172936.807000', '172936.809000', '172936.812000', '172936.815000', '172936.817000', '172936.820000', '172936.822000', '172936.825000', '172936.827000', '172936.834000', '172936.836000', '172936.839000', '172936.841000', '172936.844000', '172936.847000', '172936.849000', '172936.852000', '172936.854000', '172936.857000', '172936.859000', '172936.862000', '172936.864000', '172936.867000', '172936.870000', '172936.872000', '172936.875000', '172936.877000', '172936.880000', '172936.882000', '172936.885000', '172936.888000', '172936.890000', '172936.893000', '172936.895000', '172936.898000', '172936.901000', '172936.903000', '172956.791000', '172956.795000', '172956.797000', '172956.800000', '172956.803000', '172956.806000', '172956.809000', '172956.812000', '172956.814000', '172956.817000', '172956.819000', '172956.822000', '172956.825000', '172956.827000', '172956.830000', '172956.833000', '172956.835000', '172956.838000', '172956.840000', '172956.843000', '172956.845000', '172956.848000', '172956.851000', '172956.853000', '172956.856000', '172956.858000', '172956.861000', '172956.864000', '172956.866000', '172956.876000', '172956.878000', '172956.881000', '172956.883000', '172956.886000', '172956.888000', '172956.891000', '172956.894000', '172956.896000', '172956.899000', '172956.901000', '172956.904000', '172956.907000', '172956.909000', '173016.790000', '173016.793000', '173016.796000', '173016.798000', '173016.801000', '173016.803000', '173016.806000', '173016.809000', '173016.811000', '173016.814000', '173016.816000', '173016.819000', '173016.821000', '173016.824000', '173016.827000', '173016.829000', '173016.832000', '173016.834000', '173016.837000', '173016.839000', '173016.842000', '173016.845000', '173016.847000', '173016.850000', '173016.852000', '173016.855000', '173016.858000', '173016.860000', '173016.863000', '173016.865000', '173016.868000', '173016.871000', '173016.873000', '173016.876000', '173016.879000', '173016.881000', '173016.884000', '173016.886000', '173016.889000', '173016.891000', '173016.894000', '173016.897000', '173016.899000', '173016.902000', '173036.790000', '173036.793000', '173036.796000', '173036.798000', '173036.801000', '173036.804000', '173036.806000', '173036.809000', '173036.811000', '173036.814000', '173036.816000', '173036.819000', '173036.821000', '173036.824000', '173036.827000', '173036.829000', '173036.832000', '173036.835000', '173036.837000', '173036.840000', '173036.842000', '173036.845000', '173036.848000', '173036.850000', '173036.853000', '173036.855000', '173036.858000', '173036.861000', '173036.863000', '173036.866000', '173036.868000', '173036.871000', '173036.874000', '173036.876000', '173036.879000', '173036.881000', '173036.884000', '173036.886000', '173036.889000', '173036.892000', '173036.894000', '173036.897000', '173036.899000', '173056.792000', '173056.795000', '173056.797000', '173056.800000', '173056.803000', '173056.805000', '173056.808000', '173056.810000', '173056.813000', '173056.815000', '173056.818000', '173056.821000', '173056.823000', '173056.826000', '173056.828000', '173056.831000', '173056.833000', '173056.836000', '173056.839000', '173056.841000', '173056.844000', '173056.846000', '173056.849000', '173056.852000', '173056.854000', '173056.857000', '173056.860000', '173056.862000', '173056.865000', '173056.867000', '173056.870000', '173056.873000', '173056.875000', '173056.878000', '173056.880000', '173056.883000', '173056.885000', '173056.888000', '173056.890000', '173056.893000', '173056.895000', '173056.898000', '173056.901000', '173056.903000', '173116.792000', '173116.794000', '173116.797000', '173116.799000', '173116.802000', '173116.805000', '173116.807000', '173116.810000', '173116.812000', '173116.815000', '173116.818000', '173116.820000', '173116.823000', '173116.825000', '173116.828000', '173116.831000', '173116.833000', '173116.836000', '173116.838000', '173116.841000', '173116.843000', '173116.847000', '173116.850000', '173116.853000', '173116.855000', '173116.858000', '173116.860000', '173116.863000', '173116.866000', '173116.868000', '173116.871000', '173116.874000', '173116.876000', '173116.879000', '173116.881000', '173116.884000', '173116.887000', '173116.889000', '173116.892000', '173116.894000', '173116.897000', '173116.900000', '173116.902000', '173116.905000', '173136.791000', '173136.794000', '173136.797000', '173136.799000', '173136.802000', '173136.804000', '173136.807000', '173136.810000', '173136.812000', '173136.815000', '173136.817000', '173136.820000', '173136.823000', '173136.825000', '173136.828000', '173136.830000', '173136.833000', '173136.836000', '173136.838000', '173136.841000', '173136.843000', '173136.846000', '173136.848000', '173136.851000', '173136.862000', '173136.864000', '173136.867000', '173136.870000', '173136.872000', '173136.875000', '173136.877000', '173136.880000', '173136.882000', '173136.885000', '173136.888000', '173136.890000', '173136.893000', '173136.895000', '173136.898000', '173136.901000', '173136.903000', '173136.906000', '173136.908000', '173156.791000', '173156.794000', '173156.797000', '173156.799000', '173156.802000', '173156.805000', '173156.807000', '173156.810000', '173156.813000', '173156.816000', '173156.819000', '173156.821000', '173156.824000', '173156.827000', '173156.829000', '173156.832000', '173156.834000', '173156.837000', '173156.840000', '173156.842000', '173156.845000', '173156.847000', '173156.850000', '173156.853000', '173156.855000', '173156.858000', '173156.861000', '173156.863000', '173156.866000', '173156.868000', '173156.871000', '173156.874000', '173156.876000', '173156.879000', '173156.881000', '173156.884000', '173156.886000', '173156.889000', '173156.892000', '173156.894000', '173156.897000', '173156.899000', '173156.902000', '173216.791000', '173216.794000', '173216.797000', '173216.799000', '173216.802000', '173216.804000', '173216.807000', '173216.810000', '173216.812000', '173216.815000', '173216.817000', '173216.820000', '173216.823000', '173216.825000', '173216.828000', '173216.830000', '173216.833000', '173216.835000', '173216.838000', '173216.841000', '173216.843000', '173216.846000', '173216.848000', '173216.851000', '173216.854000', '173216.856000', '173216.859000', '173216.861000', '173216.864000', '173216.867000', '173216.869000', '173216.872000', '173216.874000', '173216.877000', '173216.879000', '173216.882000', '173216.885000', '173216.887000', '173216.890000', '173216.892000', '173216.895000', '173216.897000', '173216.900000', '173216.903000', '173236.790000', '173236.793000', '173236.796000', '173236.798000', '173236.801000', '173236.804000', '173236.806000', '173236.809000', '173236.811000', '173236.814000', '173236.817000', '173236.819000', '173236.822000', '173236.824000', '173236.827000', '173236.829000', '173236.832000', '173236.835000', '173236.837000', '173236.840000', '173236.843000', '173236.845000', '173236.848000', '173236.851000', '173236.853000', '173236.856000', '173236.858000', '173236.861000', '173236.864000', '173236.866000', '173236.869000', '173236.871000', '173236.874000', '173236.877000', '173236.879000', '173236.882000', '173236.885000', '173236.888000', '173236.891000', '173236.894000', '173236.896000', '173236.899000', '173236.901000', '173256.790000', '173256.793000', '173256.796000', '173256.799000', '173256.801000', '173256.804000', '173256.806000', '173256.809000', '173256.812000', '173256.815000', '173256.817000', '173256.820000', '173256.822000', '173256.825000', '173256.827000', '173256.830000', '173256.833000', '173256.835000', '173256.838000', '173256.840000', '173256.843000', '173256.845000', '173256.848000', '173256.851000', '173256.853000', '173256.856000', '173256.859000', '173256.861000', '173256.864000', '173256.866000', '173256.869000', '173256.871000', '173256.874000', '173256.877000', '173256.879000', '173256.882000', '173256.884000', '173256.887000', '173256.890000', '173256.892000', '173256.895000', '173256.897000', '173256.900000', '173256.902000', '173316.792000', '173316.794000', '173316.797000', '173316.800000', '173316.802000', '173316.805000', '173316.807000', '173316.810000', '173316.812000', '173316.815000', '173316.818000', '173316.820000', '173316.823000', '173316.825000', '173316.828000', '173316.831000', '173316.833000', '173316.836000', '173316.839000', '173316.841000', '173316.844000', '173316.847000', '173316.849000', '173316.852000', '173316.855000', '173316.857000', '173316.860000', '173316.862000', '173316.865000', '173316.868000', '173316.870000', '173316.873000', '173316.875000', '173316.878000', '173316.881000', '173316.883000', '173316.886000', '173316.888000', '173316.891000', '173316.894000', '173316.896000', '173316.899000', '173316.901000', '173336.792000', '173336.795000', '173336.797000', '173336.800000', '173336.802000', '173336.805000', '173336.808000', '173336.810000', '173336.813000', '173336.815000', '173336.818000', '173336.820000', '173336.823000', '173336.826000', '173336.830000', '173336.833000', '173336.835000', '173336.838000', '173336.841000', '173336.843000', '173336.846000', '173336.848000', '173336.851000', '173336.854000', '173336.856000', '173336.859000', '173336.861000', '173336.864000', '173336.867000', '173336.869000', '173336.872000', '173336.874000', '173336.877000', '173336.880000', '173336.882000', '173336.885000', '173336.887000', '173336.890000', '173336.893000', '173336.895000', '173336.898000', '173336.900000', '173336.903000', '173336.906000', '173356.791000', '173356.794000', '173356.797000', '173356.799000', '173356.802000', '173356.805000', '173356.807000', '173356.810000', '173356.812000', '173356.815000', '173356.817000', '173356.820000', '173356.822000', '173356.825000', '173356.828000', '173356.830000', '173356.833000', '173356.835000', '173356.838000', '173356.841000', '173356.843000', '173356.846000', '173356.848000', '173356.851000', '173356.853000', '173356.856000', '173356.858000', '173356.861000', '173356.864000', '173356.866000', '173356.869000', '173356.871000', '173356.874000', '173356.877000', '173356.879000', '173356.882000', '173356.884000', '173356.887000', '173356.890000', '173356.892000', '173356.895000', '173356.897000', '173356.900000', '173416.791000', '173416.794000', '173416.797000', '173416.800000', '173416.802000', '173416.805000', '173416.808000', '173416.810000', '173416.813000', '173416.815000', '173416.818000', '173416.820000', '173416.823000', '173416.826000', '173416.828000', '173416.831000', '173416.833000', '173416.836000', '173416.839000', '173416.841000', '173416.844000', '173416.846000', '173416.849000', '173416.852000', '173416.854000', '173416.857000', '173416.859000', '173416.862000', '173416.865000', '173416.867000', '173416.870000', '173416.872000', '173416.875000', '173416.878000', '173416.880000', '173416.883000', '173416.885000', '173416.888000', '173416.891000', '173416.893000', '173416.896000', '173416.898000', '173416.901000', '173416.904000', '173436.791000', '173436.794000', '173436.797000', '173436.818000', '173436.821000', '173436.823000', '173436.826000', '173436.829000', '173436.831000', '173436.834000', '173436.836000', '173436.839000', '173436.841000', '173436.844000', '173436.847000', '173436.849000', '173436.852000', '173436.854000', '173436.857000', '173436.859000', '173436.862000', '173436.864000', '173436.867000', '173436.870000', '173436.872000', '173436.875000', '173436.877000', '173436.880000', '173436.882000', '173436.885000', '173436.888000', '173436.890000', '173436.893000', '173436.895000', '173436.898000', '173436.900000', '173436.903000', '173436.906000', '173436.908000', '173436.911000', '173436.913000', '173436.916000', '173436.919000', '173456.790000', '173456.793000', '173456.796000', '173456.798000', '173456.801000', '173456.804000', '173456.806000', '173456.809000', '173456.812000', '173456.814000', '173456.817000', '173456.819000', '173456.822000', '173456.824000', '173456.827000', '173456.830000', '173456.832000', '173456.835000', '173456.837000', '173456.840000', '173456.842000', '173456.845000', '173456.848000', '173456.850000', '173456.853000', '173456.856000', '173456.858000', '173456.861000', '173456.863000', '173456.866000', '173456.869000', '173456.871000', '173456.874000', '173456.876000', '173456.879000', '173456.882000', '173456.884000', '173456.887000', '173456.889000', '173456.892000', '173456.894000', '173456.897000', '173456.900000', '173456.902000', '173516.791000', '173516.794000', '173516.796000', '173516.799000', '173516.801000', '173516.804000', '173516.807000', '173516.809000', '173516.812000', '173516.814000', '173516.817000', '173516.819000', '173516.822000', '173516.825000', '173516.827000', '173516.830000', '173516.832000', '173516.835000', '173516.838000', '173516.840000', '173516.843000', '173516.845000', '173516.848000', '173516.851000', '173516.853000', '173516.856000', '173516.858000', '173516.861000', '173516.863000', '173516.866000', '173516.869000', '173516.871000', '173516.874000', '173516.877000', '173516.879000', '173516.882000', '173516.884000', '173516.887000', '173516.890000', '173516.893000', '173516.896000', '173516.899000', '173516.901000', '173519.701000', '173519.704000', '173519.706000', '173519.709000', '173519.712000', '173519.714000', '173519.717000'], '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': [8008, 8697, 8221, 8688, 9011, 8289, 9477, 8099, 9439, 8140, 9667, 8695, 8973, 8541, 9051, 8596, 8457, 8297, 9016, 9221, 8647, 9023, 8667, 8663, 8489, 8889, 8269, 9543, 8245, 8408, 8608, 8645, 8777, 9306, 8312, 8544, 8262, 9419, 8055, 9004, 7922, 8678, 8114, 8857, 8222, 8196, 8555, 8112, 8731, 8049, 9701, 8248, 9193, 9027, 8401, 8821, 9905, 8607, 9858, 8374, 9218, 8283, 8420, 8435, 8601, 8846, 8142, 10485, 8451, 9963, 8369, 8437, 8596, 8284, 9614, 8283, 7966, 8344, 8915, 10609, 8693, 9676, 8477, 9668, 8427, 9524, 8318, 9110, 8277, 10755, 8279, 10777, 8471, 9774, 8257, 8506, 8459, 8718, 8597, 9044, 11405, 8625, 10579, 8705, 10273, 8573, 9704, 8333, 8128, 8564, 8718, 8175, 8750, 8018, 10222, 8606, 9344, 8233, 9032, 8401, 9005, 8935, 8924, 10100, 8625, 9793, 8263, 8939, 8364, 9261, 8851, 8606, 9130, 8360, 8961, 8269, 10522, 8557, 11741, 9022, 8888, 8267, 8812, 8186, 9341, 8355, 9250, 8429, 9117, 10849, 8736, 10056, 8137, 9008, 8194, 8519, 8332, 8957, 9781, 9001, 8554, 9217, 8410, 9214, 9441, 9185, 9245, 8642, 9277, 8303, 9761, 8423, 8879, 11282, 8760, 9354, 8171, 8872, 8394, 8240, 8957, 8923, 12122, 8322, 9802, 9005, 8855, 11411, 8300, 9930, 8866, 8546, 8593, 9206, 8296, 8863, 8315, 8594, 8111, 8793, 8151, 9532, 8404, 10376, 8618, 8728, 9349, 8279, 8765, 8035, 9383, 8437, 9682, 8715, 9515, 8954, 9616, 9122, 11629, 9234, 9527, 9188, 9489, 9023, 9671, 8722, 10484, 8657, 8670, 8751, 10056, 8745, 10808, 9436, 8825, 9675, 8351, 9204, 8351, 9072, 8322, 9377, 8406, 9389, 9651, 9435, 8625, 8864, 10179, 8950, 9893, 9212, 9422, 9187, 11464, 9382, 9930, 9250, 10559, 9121, 9064, 8824, 10870, 9100, 11693, 9413, 8782, 9285, 8312, 9145, 10945, 9402, 9393, 9194, 9761, 9035, 9960, 8525, 8383, 8834, 9204, 9317, 9711, 9715, 9249, 10923, 9434, 11178, 9098, 9463, 8705, 11713, 9299, 9789, 9073, 9749, 9207, 9449, 8590, 9280, 11928, 8797, 9732, 8385, 8924, 9018, 9131, 10396, 9179, 9923, 9221, 11310, 8598, 9398, 8072, 9300, 8641, 9070, 8481, 9244, 10800, 8222, 9831, 8360, 8907, 8550, 9256, 10745, 8418, 9972, 7969, 9200, 8345, 9004, 9698, 9069, 9002, 8078, 9494, 8282, 10996, 8592, 9861, 8350, 9120, 8275, 8223, 8356, 9010, 9000, 8651, 8924, 7986, 8907, 8157, 8991, 8218, 8961, 12049, 8829, 10324, 8337, 8743, 8270, 9056, 8509, 9565, 8189, 9216, 9128, 8304, 9003, 8220, 9220, 9271, 10296, 10642, 8638, 8618, 9009, 8015, 8856, 9288, 8047, 8823, 8044, 8492, 10157, 9209, 8970, 8786, 8498, 9062, 8343, 8985, 10907, 9271, 9387, 8738, 11120, 9072, 9987, 9026, 8821, 8435, 9685, 8514, 9253, 8910, 8710, 8600, 8928, 9757, 9144, 9714, 9433, 8883, 9042, 8977, 8975, 9317, 8384, 8905, 8132, 9090, 8143, 9140, 8054, 8975, 8216, 8552, 8414, 8808, 8379, 9082, 8394, 8295, 8861, 9153, 8349, 7995, 8488, 8882, 8607, 9152, 8671, 8823, 8625, 8791, 9188, 8696, 9319, 8195, 9506, 7969, 8837, 7945, 8963, 7973, 8744, 8174, 9064, 8323, 8860, 8589, 8891, 9488, 9203, 9575, 9321, 8639, 9145, 8353, 9274, 8402, 9652, 8488, 9400, 9368, 9250, 10122, 8805, 9433, 8397, 9196, 8195, 9229, 8352, 9091, 8256, 8918, 8464, 9114, 8664, 9356, 8607, 9248, 8842, 8892, 8770, 9327, 9128, 9698, 10389, 8846, 9593, 8437, 9998, 8458, 12112, 8810, 9364, 7967, 8931, 8235, 8647, 8351, 8783, 8390, 8492, 8945, 9461, 8626, 8578, 8599, 9091, 8587, 9396, 11079, 8688, 9188, 8452, 10264, 8372, 9146, 8308, 9044, 8330, 8510, 9445, 9383, 9099, 9382, 10413, 8602, 9667, 8526, 9233, 8541, 9115, 8606, 9332, 8281, 9336, 8311, 9271, 8792, 9546, 8627, 9441, 8350, 9477, 11833, 9171, 9374, 8761, 10030, 8780, 9559, 8543, 8951, 8390, 9582, 10203, 8719, 10062, 8882, 8801, 8609, 9498, 8536, 9014, 9451, 9123, 10116, 8588, 10208, 8133, 8964, 8369, 8995, 8258, 9417, 8192, 9152, 8293, 9368, 10959, 8665, 9210, 8938, 9906, 8851, 10638, 9036, 9366, 8430, 8688, 8036, 8544, 8398, 9579, 8667, 9753, 10594, 9115, 10191, 9058, 9427, 8751, 9636, 8422, 8760, 7999, 9180, 8661, 9343, 9993, 8803, 9013, 8555, 8616, 8232, 8859, 8618, 9456, 9344, 9608, 9799, 9291, 11763, 8962, 10457, 9171, 9119, 8886, 9495, 8586, 9228, 11550, 9189, 9148, 8925, 9247, 8662, 10200, 8603, 8531, 8326, 9102, 8815, 9368, 9933, 9365, 9442, 8965, 8412, 8310, 9152, 9598, 9100, 10446, 8455, 8928, 8592, 9051, 8943, 9175, 10840, 9056, 9834, 8562, 9429, 9074, 10096, 8664, 9540, 8670, 9121, 8234, 9538, 11110, 9004, 9241, 8746, 9020, 8542, 9521, 8519, 9209, 8799, 9363, 9538, 8920, 10582, 9227, 9477, 8804, 9089, 8670, 9082, 8570, 9344, 9748, 8919, 9646, 8498, 9190, 9511, 8640, 9127, 8492, 8958, 9872, 9262, 8965, 8166, 8767, 8403, 8772, 10171, 9046, 8927, 8350, 8292, 8652, 9009, 10435, 8832, 9684, 8194, 8884, 8155, 8476, 8708, 8213, 8931, 9146, 9445, 8946, 9846, 8190, 8734, 8998, 8955, 11186, 8041, 8904, 8219, 8699, 8812, 9162, 10982, 8201, 8852, 8296, 8561, 8703, 9241, 9259, 9200, 9610, 8841, 9440, 8268, 8350, 8545, 9293, 8873, 9530, 11128, 9052, 9848, 8712, 8663, 8566, 9464, 10537, 8885, 9565, 8517, 9267, 8606, 9099, 10270, 8998, 9636, 8617, 9518, 8515, 8218, 8231, 9372, 8641, 9223, 9836, 8730, 9315, 8220, 8674, 9129, 9213, 10001, 8635, 9693, 8550, 11488, 8800, 10017, 8740, 8785, 8332, 9396, 8124, 8617, 8485, 9193, 11195, 8999, 10512, 8794, 9239, 8523, 9145, 10736, 8536, 9149, 8175, 8555, 8789, 9256, 9407, 8706, 11373, 8337, 11067, 8281, 9347, 8189, 9199, 8574, 8524, 8354, 9180, 10289, 8143, 8673, 9025, 8806, 9112, 8887, 10178, 8776, 9697, 8625, 11738, 8599, 9047, 8516, 8338, 8620, 9080, 11420, 8319, 9045, 8051, 8663, 8088, 8832, 8296, 10389, 8004, 11221, 8904, 9366, 9001, 8432, 8998, 8286, 9051, 10945, 8285, 8886, 8576, 8450, 8719, 9308, 9445, 8512, 8494, 8395, 8732, 8533, 8587, 8034, 8803, 8293, 8740, 8678, 8709, 8079, 8713, 8402, 8939], 'WindowCenter': [4278.0, 4275.0, 4264.0, 4262.0, 4268.0, 4250.0, 4268.0, 4249.0, 4268.0, 4248.0, 4266.0, 4246.0, 4256.0, 4247.0, 4255.0, 4258.0, 4248.0, 4245.0, 4245.0, 4256.0, 4246.0, 4256.0, 4256.0, 4257.0, 4258.0, 4257.0, 4246.0, 4269.0, 4248.0, 4247.0, 4256.0, 4245.0, 4247.0, 4255.0, 4246.0, 4260.0, 4248.0, 4255.0, 4248.0, 4257.0, 4246.0, 4258.0, 4260.0, 4270.0, 4247.0, 4246.0, 4255.0, 4248.0, 4258.0, 4249.0, 4268.0, 4248.0, 4270.0, 4258.0, 4246.0, 4259.0, 4279.0, 4260.0, 4280.0, 4262.0, 4271.0, 4261.0, 4262.0, 4261.0, 4259.0, 4270.0, 4251.0, 4280.0, 4248.0, 4266.0, 4246.0, 4246.0, 4246.0, 4246.0, 4267.0, 4246.0, 4236.0, 4247.0, 4257.0, 4278.0, 4259.0, 4280.0, 4261.0, 4269.0, 4259.0, 4267.0, 4248.0, 4257.0, 4246.0, 4278.0, 4248.0, 4279.0, 4248.0, 4279.0, 4258.0, 4259.0, 4258.0, 4259.0, 4258.0, 4270.0, 4289.0, 4260.0, 4279.0, 4258.0, 4279.0, 4260.0, 4269.0, 4249.0, 4247.0, 4256.0, 4257.0, 4247.0, 4247.0, 4248.0, 4280.0, 4257.0, 4267.0, 4257.0, 4271.0, 4260.0, 4271.0, 4268.0, 4272.0, 4280.0, 4260.0, 4280.0, 4260.0, 4269.0, 4262.0, 4283.0, 4271.0, 4262.0, 4270.0, 4261.0, 4257.0, 4259.0, 4278.0, 4261.0, 4289.0, 4258.0, 4257.0, 4248.0, 4258.0, 4248.0, 4268.0, 4247.0, 4257.0, 4248.0, 4257.0, 4280.0, 4260.0, 4269.0, 4248.0, 4258.0, 4250.0, 4260.0, 4248.0, 4260.0, 4269.0, 4257.0, 4248.0, 4270.0, 4248.0, 4268.0, 4268.0, 4270.0, 4269.0, 4258.0, 4267.0, 4250.0, 4279.0, 4259.0, 4271.0, 4290.0, 4270.0, 4269.0, 4260.0, 4269.0, 4260.0, 4261.0, 4271.0, 4269.0, 4300.0, 4261.0, 4279.0, 4269.0, 4259.0, 4288.0, 4248.0, 4267.0, 4243.0, 4245.0, 4244.0, 4254.0, 4246.0, 4257.0, 4247.0, 4259.0, 4246.0, 4248.0, 4237.0, 4255.0, 4234.0, 4253.0, 4245.0, 4233.0, 4253.0, 4234.0, 4241.0, 4233.0, 4253.0, 4245.0, 4255.0, 4245.0, 4255.0, 4257.0, 4265.0, 4267.0, 4287.0, 4257.0, 4267.0, 4268.0, 4267.0, 4258.0, 4267.0, 4258.0, 4278.0, 4258.0, 4256.0, 4258.0, 4278.0, 4258.0, 4289.0, 4267.0, 4257.0, 4266.0, 4245.0, 4267.0, 4246.0, 4256.0, 4258.0, 4269.0, 4259.0, 4270.0, 4280.0, 4280.0, 4268.0, 4271.0, 4290.0, 4271.0, 4279.0, 4270.0, 4269.0, 4270.0, 4300.0, 4271.0, 4277.0, 4269.0, 4277.0, 4269.0, 4267.0, 4271.0, 4289.0, 4269.0, 4300.0, 4270.0, 4257.0, 4270.0, 4259.0, 4281.0, 4289.0, 4270.0, 4269.0, 4280.0, 4280.0, 4269.0, 4279.0, 4259.0, 4259.0, 4270.0, 4269.0, 4269.0, 4279.0, 4280.0, 4272.0, 4287.0, 4269.0, 4287.0, 4259.0, 4267.0, 4258.0, 4297.0, 4266.0, 4267.0, 4258.0, 4267.0, 4266.0, 4278.0, 4258.0, 4271.0, 4299.0, 4271.0, 4280.0, 4261.0, 4270.0, 4269.0, 4269.0, 4279.0, 4268.0, 4267.0, 4269.0, 4288.0, 4258.0, 4269.0, 4247.0, 4255.0, 4245.0, 4254.0, 4255.0, 4257.0, 4275.0, 4246.0, 4267.0, 4247.0, 4258.0, 4257.0, 4268.0, 4276.0, 4247.0, 4266.0, 4237.0, 4256.0, 4245.0, 4257.0, 4265.0, 4258.0, 4256.0, 4249.0, 4254.0, 4247.0, 4266.0, 4245.0, 4265.0, 4246.0, 4256.0, 4246.0, 4246.0, 4246.0, 4256.0, 4255.0, 4246.0, 4254.0, 4237.0, 4255.0, 4236.0, 4256.0, 4246.0, 4257.0, 4286.0, 4257.0, 4265.0, 4247.0, 4246.0, 4246.0, 4257.0, 4246.0, 4268.0, 4247.0, 4270.0, 4269.0, 4248.0, 4258.0, 4248.0, 4271.0, 4281.0, 4295.0, 4291.0, 4272.0, 4271.0, 4283.0, 4263.0, 4272.0, 4270.0, 4251.0, 4258.0, 4250.0, 4248.0, 4268.0, 4256.0, 4247.0, 4247.0, 4245.0, 4258.0, 4237.0, 4246.0, 4276.0, 4258.0, 4256.0, 4258.0, 4277.0, 4258.0, 4268.0, 4257.0, 4259.0, 4249.0, 4269.0, 4259.0, 4258.0, 4258.0, 4248.0, 4246.0, 4258.0, 4258.0, 4257.0, 4256.0, 4257.0, 4245.0, 4258.0, 4245.0, 4247.0, 4255.0, 4246.0, 4245.0, 4237.0, 4244.0, 4236.0, 4245.0, 4234.0, 4245.0, 4234.0, 4244.0, 4235.0, 4244.0, 4233.0, 4244.0, 4233.0, 4234.0, 4244.0, 4254.0, 4235.0, 4234.0, 4233.0, 4244.0, 4244.0, 4254.0, 4242.0, 4245.0, 4234.0, 4245.0, 4243.0, 4245.0, 4243.0, 4235.0, 4254.0, 4235.0, 4245.0, 4234.0, 4244.0, 4234.0, 4244.0, 4245.0, 4245.0, 4235.0, 4246.0, 4244.0, 4245.0, 4253.0, 4257.0, 4253.0, 4258.0, 4246.0, 4256.0, 4245.0, 4257.0, 4246.0, 4257.0, 4246.0, 4258.0, 4255.0, 4258.0, 4267.0, 4258.0, 4257.0, 4248.0, 4256.0, 4247.0, 4257.0, 4246.0, 4255.0, 4247.0, 4255.0, 4246.0, 4245.0, 4246.0, 4256.0, 4245.0, 4255.0, 4244.0, 4246.0, 4245.0, 4255.0, 4255.0, 4256.0, 4266.0, 4256.0, 4255.0, 4247.0, 4255.0, 4247.0, 4275.0, 4247.0, 4253.0, 4235.0, 4244.0, 4235.0, 4243.0, 4232.0, 4233.0, 4235.0, 4244.0, 4244.0, 4255.0, 4245.0, 4245.0, 4244.0, 4243.0, 4244.0, 4255.0, 4275.0, 4246.0, 4253.0, 4246.0, 4265.0, 4246.0, 4256.0, 4245.0, 4256.0, 4246.0, 4247.0, 4256.0, 4256.0, 4245.0, 4255.0, 4265.0, 4246.0, 4255.0, 4246.0, 4256.0, 4245.0, 4257.0, 4246.0, 4256.0, 4246.0, 4256.0, 4246.0, 4257.0, 4246.0, 4266.0, 4246.0, 4256.0, 4246.0, 4267.0, 4286.0, 4257.0, 4257.0, 4247.0, 4267.0, 4258.0, 4268.0, 4258.0, 4258.0, 4258.0, 4269.0, 4278.0, 4259.0, 4279.0, 4259.0, 4269.0, 4258.0, 4269.0, 4257.0, 4258.0, 4266.0, 4258.0, 4266.0, 4257.0, 4265.0, 4247.0, 4255.0, 4247.0, 4256.0, 4246.0, 4258.0, 4247.0, 4268.0, 4248.0, 4268.0, 4277.0, 4258.0, 4268.0, 4258.0, 4267.0, 4259.0, 4278.0, 4257.0, 4267.0, 4248.0, 4257.0, 4247.0, 4258.0, 4260.0, 4269.0, 4258.0, 4269.0, 4278.0, 4269.0, 4278.0, 4269.0, 4269.0, 4260.0, 4267.0, 4248.0, 4258.0, 4248.0, 4269.0, 4260.0, 4271.0, 4269.0, 4269.0, 4270.0, 4259.0, 4259.0, 4260.0, 4272.0, 4259.0, 4270.0, 4269.0, 4278.0, 4269.0, 4270.0, 4289.0, 4269.0, 4279.0, 4270.0, 4269.0, 4270.0, 4281.0, 4272.0, 4280.0, 4300.0, 4282.0, 4281.0, 4271.0, 4271.0, 4271.0, 4279.0, 4259.0, 4260.0, 4260.0, 4270.0, 4270.0, 4271.0, 4280.0, 4270.0, 4270.0, 4269.0, 4258.0, 4260.0, 4270.0, 4280.0, 4271.0, 4290.0, 4260.0, 4270.0, 4259.0, 4269.0, 4259.0, 4271.0, 4278.0, 4258.0, 4267.0, 4257.0, 4268.0, 4269.0, 4277.0, 4247.0, 4266.0, 4258.0, 4268.0, 4248.0, 4280.0, 4289.0, 4271.0, 4270.0, 4270.0, 4270.0, 4271.0, 4281.0, 4271.0, 4271.0, 4258.0, 4270.0, 4270.0, 4270.0, 4289.0, 4270.0, 4268.0, 4270.0, 4268.0, 4260.0, 4270.0, 4259.0, 4271.0, 4283.0, 4272.0, 4280.0, 4272.0, 4283.0, 4281.0, 4273.0, 4283.0, 4272.0, 4271.0, 4280.0, 4272.0, 4271.0, 4259.0, 4260.0, 4261.0, 4262.0, 4280.0, 4271.0, 4269.0, 4261.0, 4261.0, 4260.0, 4271.0, 4291.0, 4272.0, 4282.0, 4260.0, 4270.0, 4249.0, 4247.0, 4258.0, 4247.0, 4258.0, 4258.0, 4267.0, 4257.0, 4268.0, 4258.0, 4259.0, 4270.0, 4269.0, 4287.0, 4249.0, 4259.0, 4261.0, 4259.0, 4270.0, 4271.0, 4289.0, 4260.0, 4269.0, 4260.0, 4259.0, 4260.0, 4270.0, 4270.0, 4270.0, 4280.0, 4270.0, 4280.0, 4261.0, 4259.0, 4260.0, 4270.0, 4270.0, 4280.0, 4289.0, 4270.0, 4279.0, 4260.0, 4259.0, 4260.0, 4281.0, 4291.0, 4271.0, 4281.0, 4271.0, 4281.0, 4259.0, 4271.0, 4279.0, 4270.0, 4268.0, 4259.0, 4268.0, 4259.0, 4248.0, 4249.0, 4270.0, 4259.0, 4268.0, 4278.0, 4270.0, 4268.0, 4261.0, 4270.0, 4271.0, 4282.0, 4280.0, 4271.0, 4269.0, 4260.0, 4288.0, 4257.0, 4267.0, 4257.0, 4258.0, 4248.0, 4268.0, 4248.0, 4259.0, 4259.0, 4269.0, 4289.0, 4269.0, 4290.0, 4260.0, 4270.0, 4262.0, 4271.0, 4289.0, 4270.0, 4270.0, 4260.0, 4260.0, 4258.0, 4271.0, 4270.0, 4262.0, 4289.0, 4260.0, 4289.0, 4250.0, 4267.0, 4248.0, 4268.0, 4260.0, 4259.0, 4259.0, 4270.0, 4280.0, 4248.0, 4259.0, 4268.0, 4269.0, 4259.0, 4259.0, 4276.0, 4260.0, 4266.0, 4258.0, 4287.0, 4258.0, 4258.0, 4258.0, 4259.0, 4259.0, 4270.0, 4288.0, 4262.0, 4268.0, 4249.0, 4260.0, 4260.0, 4258.0, 4259.0, 4267.0, 4237.0, 4276.0, 4255.0, 4253.0, 4257.0, 4246.0, 4256.0, 4246.0, 4256.0, 4275.0, 4249.0, 4257.0, 4260.0, 4260.0, 4260.0, 4281.0, 4280.0, 4262.0, 4271.0, 4262.0, 4261.0, 4260.0, 4259.0, 4249.0, 4258.0, 4248.0, 4258.0, 4257.0, 4257.0, 4249.0, 4258.0, 4247.0, 4259.0], 'WindowWidth': [9480.0, 9468.0, 9451.0, 9443.0, 9445.0, 9421.0, 9442.0, 9419.0, 9443.0, 9413.0, 9434.0, 9410.0, 9422.0, 9410.0, 9419.0, 9426.0, 9416.0, 9407.0, 9405.0, 9420.0, 9409.0, 9423.0, 9425.0, 9426.0, 9430.0, 9426.0, 9411.0, 9444.0, 9414.0, 9411.0, 9422.0, 9407.0, 9411.0, 9420.0, 9411.0, 9433.0, 9414.0, 9420.0, 9414.0, 9424.0, 9411.0, 9429.0, 9436.0, 9450.0, 9413.0, 9411.0, 9422.0, 9416.0, 9428.0, 9418.0, 9442.0, 9415.0, 9447.0, 9428.0, 9410.0, 9431.0, 9457.0, 9436.0, 9465.0, 9442.0, 9450.0, 9438.0, 9439.0, 9437.0, 9433.0, 9448.0, 9422.0, 9459.0, 9412.0, 9434.0, 9409.0, 9408.0, 9406.0, 9408.0, 9438.0, 9408.0, 9395.0, 9412.0, 9428.0, 9457.0, 9435.0, 9462.0, 9437.0, 9445.0, 9430.0, 9440.0, 9414.0, 9424.0, 9410.0, 9454.0, 9416.0, 9457.0, 9414.0, 9458.0, 9431.0, 9433.0, 9432.0, 9433.0, 9431.0, 9449.0, 9471.0, 9434.0, 9458.0, 9428.0, 9458.0, 9435.0, 9445.0, 9419.0, 9414.0, 9425.0, 9426.0, 9413.0, 9411.0, 9416.0, 9458.0, 9426.0, 9442.0, 9430.0, 9452.0, 9435.0, 9451.0, 9446.0, 9454.0, 9461.0, 9435.0, 9459.0, 9436.0, 9447.0, 9442.0, 9472.0, 9450.0, 9441.0, 9447.0, 9436.0, 9427.0, 9431.0, 9457.0, 9435.0, 9470.0, 9427.0, 9424.0, 9414.0, 9427.0, 9415.0, 9442.0, 9412.0, 9425.0, 9415.0, 9425.0, 9460.0, 9436.0, 9444.0, 9417.0, 9427.0, 9419.0, 9436.0, 9418.0, 9432.0, 9443.0, 9425.0, 9415.0, 9446.0, 9414.0, 9442.0, 9442.0, 9447.0, 9443.0, 9430.0, 9438.0, 9419.0, 9458.0, 9433.0, 9450.0, 9475.0, 9450.0, 9447.0, 9436.0, 9446.0, 9435.0, 9437.0, 9452.0, 9447.0, 9489.0, 9436.0, 9459.0, 9446.0, 9430.0, 9469.0, 9413.0, 9437.0, 9398.0, 9402.0, 9400.0, 9417.0, 9409.0, 9426.0, 9412.0, 9432.0, 9411.0, 9413.0, 9398.0, 9417.0, 9388.0, 9413.0, 9402.0, 9386.0, 9413.0, 9388.0, 9397.0, 9386.0, 9414.0, 9406.0, 9419.0, 9407.0, 9419.0, 9425.0, 9434.0, 9440.0, 9468.0, 9426.0, 9439.0, 9443.0, 9440.0, 9428.0, 9439.0, 9430.0, 9454.0, 9430.0, 9426.0, 9431.0, 9455.0, 9430.0, 9475.0, 9441.0, 9426.0, 9437.0, 9409.0, 9440.0, 9412.0, 9425.0, 9431.0, 9448.0, 9432.0, 9451.0, 9463.0, 9465.0, 9447.0, 9453.0, 9477.0, 9452.0, 9461.0, 9450.0, 9446.0, 9449.0, 9490.0, 9453.0, 9456.0, 9447.0, 9455.0, 9446.0, 9443.0, 9452.0, 9475.0, 9448.0, 9488.0, 9450.0, 9431.0, 9450.0, 9434.0, 9467.0, 9477.0, 9450.0, 9447.0, 9464.0, 9463.0, 9448.0, 9462.0, 9436.0, 9433.0, 9452.0, 9448.0, 9447.0, 9462.0, 9464.0, 9454.0, 9468.0, 9445.0, 9467.0, 9432.0, 9441.0, 9430.0, 9482.0, 9439.0, 9439.0, 9429.0, 9441.0, 9439.0, 9458.0, 9432.0, 9451.0, 9488.0, 9453.0, 9464.0, 9439.0, 9451.0, 9447.0, 9447.0, 9460.0, 9442.0, 9440.0, 9445.0, 9469.0, 9430.0, 9444.0, 9412.0, 9421.0, 9408.0, 9418.0, 9420.0, 9424.0, 9446.0, 9409.0, 9439.0, 9412.0, 9427.0, 9426.0, 9441.0, 9449.0, 9411.0, 9434.0, 9397.0, 9421.0, 9406.0, 9423.0, 9434.0, 9428.0, 9424.0, 9415.0, 9418.0, 9409.0, 9432.0, 9406.0, 9431.0, 9409.0, 9421.0, 9409.0, 9408.0, 9409.0, 9421.0, 9419.0, 9409.0, 9416.0, 9396.0, 9419.0, 9394.0, 9423.0, 9409.0, 9423.0, 9462.0, 9424.0, 9433.0, 9410.0, 9407.0, 9407.0, 9423.0, 9410.0, 9441.0, 9413.0, 9447.0, 9445.0, 9416.0, 9430.0, 9417.0, 9451.0, 9468.0, 9492.0, 9479.0, 9458.0, 9452.0, 9474.0, 9444.0, 9456.0, 9449.0, 9424.0, 9428.0, 9418.0, 9411.0, 9439.0, 9420.0, 9409.0, 9409.0, 9407.0, 9425.0, 9396.0, 9408.0, 9447.0, 9426.0, 9422.0, 9428.0, 9452.0, 9427.0, 9440.0, 9425.0, 9430.0, 9418.0, 9444.0, 9430.0, 9428.0, 9427.0, 9412.0, 9408.0, 9426.0, 9426.0, 9424.0, 9421.0, 9423.0, 9405.0, 9424.0, 9405.0, 9409.0, 9419.0, 9408.0, 9406.0, 9398.0, 9402.0, 9393.0, 9403.0, 9389.0, 9405.0, 9390.0, 9402.0, 9389.0, 9399.0, 9385.0, 9398.0, 9385.0, 9388.0, 9402.0, 9415.0, 9391.0, 9389.0, 9385.0, 9400.0, 9401.0, 9415.0, 9397.0, 9405.0, 9389.0, 9403.0, 9398.0, 9403.0, 9399.0, 9391.0, 9414.0, 9391.0, 9402.0, 9387.0, 9401.0, 9388.0, 9401.0, 9404.0, 9405.0, 9391.0, 9406.0, 9402.0, 9405.0, 9413.0, 9423.0, 9414.0, 9424.0, 9407.0, 9422.0, 9405.0, 9423.0, 9408.0, 9422.0, 9409.0, 9427.0, 9419.0, 9427.0, 9439.0, 9426.0, 9426.0, 9415.0, 9422.0, 9412.0, 9423.0, 9409.0, 9420.0, 9411.0, 9419.0, 9407.0, 9404.0, 9408.0, 9420.0, 9405.0, 9419.0, 9402.0, 9406.0, 9405.0, 9417.0, 9417.0, 9422.0, 9436.0, 9424.0, 9419.0, 9410.0, 9418.0, 9409.0, 9444.0, 9408.0, 9412.0, 9392.0, 9403.0, 9391.0, 9399.0, 9383.0, 9385.0, 9388.0, 9400.0, 9400.0, 9416.0, 9403.0, 9405.0, 9403.0, 9400.0, 9402.0, 9418.0, 9443.0, 9408.0, 9413.0, 9406.0, 9431.0, 9407.0, 9421.0, 9406.0, 9422.0, 9409.0, 9408.0, 9420.0, 9419.0, 9403.0, 9419.0, 9430.0, 9407.0, 9417.0, 9407.0, 9420.0, 9406.0, 9425.0, 9410.0, 9423.0, 9407.0, 9421.0, 9408.0, 9424.0, 9408.0, 9435.0, 9408.0, 9422.0, 9408.0, 9437.0, 9460.0, 9424.0, 9424.0, 9412.0, 9437.0, 9427.0, 9440.0, 9429.0, 9429.0, 9430.0, 9446.0, 9456.0, 9433.0, 9459.0, 9433.0, 9446.0, 9430.0, 9444.0, 9428.0, 9430.0, 9438.0, 9428.0, 9437.0, 9426.0, 9433.0, 9411.0, 9421.0, 9413.0, 9422.0, 9410.0, 9427.0, 9412.0, 9441.0, 9415.0, 9443.0, 9453.0, 9429.0, 9441.0, 9430.0, 9441.0, 9430.0, 9455.0, 9425.0, 9440.0, 9414.0, 9426.0, 9414.0, 9429.0, 9435.0, 9446.0, 9430.0, 9446.0, 9457.0, 9446.0, 9456.0, 9446.0, 9447.0, 9434.0, 9441.0, 9417.0, 9430.0, 9418.0, 9446.0, 9434.0, 9451.0, 9445.0, 9446.0, 9447.0, 9433.0, 9434.0, 9436.0, 9455.0, 9434.0, 9447.0, 9445.0, 9458.0, 9446.0, 9448.0, 9472.0, 9447.0, 9460.0, 9449.0, 9446.0, 9450.0, 9465.0, 9455.0, 9464.0, 9491.0, 9468.0, 9467.0, 9454.0, 9451.0, 9452.0, 9458.0, 9434.0, 9435.0, 9435.0, 9448.0, 9449.0, 9453.0, 9463.0, 9448.0, 9448.0, 9444.0, 9431.0, 9435.0, 9450.0, 9464.0, 9453.0, 9476.0, 9436.0, 9448.0, 9434.0, 9445.0, 9433.0, 9449.0, 9456.0, 9428.0, 9439.0, 9426.0, 9442.0, 9446.0, 9452.0, 9413.0, 9436.0, 9429.0, 9443.0, 9416.0, 9462.0, 9473.0, 9452.0, 9449.0, 9449.0, 9450.0, 9453.0, 9466.0, 9451.0, 9451.0, 9432.0, 9448.0, 9446.0, 9448.0, 9473.0, 9447.0, 9443.0, 9448.0, 9443.0, 9435.0, 9449.0, 9434.0, 9451.0, 9471.0, 9454.0, 9463.0, 9456.0, 9472.0, 9468.0, 9458.0, 9472.0, 9455.0, 9451.0, 9464.0, 9454.0, 9451.0, 9435.0, 9435.0, 9438.0, 9440.0, 9463.0, 9453.0, 9449.0, 9437.0, 9439.0, 9436.0, 9452.0, 9479.0, 9455.0, 9466.0, 9437.0, 9449.0, 9418.0, 9411.0, 9427.0, 9410.0, 9427.0, 9428.0, 9439.0, 9427.0, 9441.0, 9429.0, 9433.0, 9450.0, 9446.0, 9468.0, 9419.0, 9431.0, 9436.0, 9433.0, 9449.0, 9452.0, 9472.0, 9436.0, 9447.0, 9436.0, 9433.0, 9435.0, 9449.0, 9448.0, 9450.0, 9462.0, 9448.0, 9463.0, 9437.0, 9433.0, 9435.0, 9449.0, 9448.0, 9460.0, 9472.0, 9449.0, 9460.0, 9434.0, 9434.0, 9436.0, 9464.0, 9478.0, 9452.0, 9465.0, 9451.0, 9465.0, 9433.0, 9452.0, 9460.0, 9449.0, 9444.0, 9432.0, 9443.0, 9432.0, 9417.0, 9418.0, 9446.0, 9432.0, 9445.0, 9457.0, 9448.0, 9445.0, 9439.0, 9450.0, 9453.0, 9466.0, 9463.0, 9451.0, 9446.0, 9434.0, 9471.0, 9428.0, 9440.0, 9427.0, 9429.0, 9417.0, 9442.0, 9417.0, 9432.0, 9431.0, 9446.0, 9472.0, 9448.0, 9475.0, 9436.0, 9449.0, 9441.0, 9452.0, 9473.0, 9450.0, 9448.0, 9435.0, 9434.0, 9433.0, 9451.0, 9449.0, 9440.0, 9472.0, 9435.0, 9471.0, 9419.0, 9438.0, 9416.0, 9443.0, 9433.0, 9432.0, 9432.0, 9450.0, 9461.0, 9418.0, 9433.0, 9444.0, 9445.0, 9433.0, 9431.0, 9452.0, 9433.0, 9437.0, 9430.0, 9467.0, 9429.0, 9428.0, 9430.0, 9433.0, 9431.0, 9447.0, 9470.0, 9440.0, 9444.0, 9421.0, 9434.0, 9437.0, 9431.0, 9433.0, 9440.0, 9398.0, 9450.0, 9418.0, 9415.0, 9424.0, 9408.0, 9424.0, 9410.0, 9425.0, 9448.0, 9417.0, 9428.0, 9433.0, 9434.0, 9435.0, 9467.0, 9463.0, 9440.0, 9451.0, 9440.0, 9439.0, 9435.0, 9431.0, 9418.0, 9428.0, 9414.0, 9428.0, 9427.0, 9427.0, 9417.0, 9430.0, 9414.0, 9430.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.0005509220636663009</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016780780241492863</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.63766083360436</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.207442804065933</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.992610526780219</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4503</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6251.5205</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06809865767763001</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.5488474204171241</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6404500802815507</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5446612120578216</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.858911295474607</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.517777733312223</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00761897</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014178681187331676</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017612235620617867</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6763268231788744</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>34.4837</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3174</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.7657</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307514.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>780.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.384</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.979</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.7338</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3497.9515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3727.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69030.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4647.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.7763</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.931078689871356</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> |