=== 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-0126 --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-0126",
"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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-02/func/sub-0126_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>aafacbe72d17b5061978229eea033138</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>20:31:46.072500</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.999949, 0.00967251, -0.0029223, -0.00942453, 0.997105, 0.075444]</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.259</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.131584</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>[4212, -7817, -7178, 54, -111, -157, -16, 107]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>318.233</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>789f7648-ee1d-460c-9ffc-90dc500920b7||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.6827900409698486, -0.02528531476855278, -0.009837660007178783, 113.7848129272461], [-0.02595064416527748, 2.675161123275757, 0.20361410081386566, -87.75179290771484], [-0.007840326055884361, -0.20241080224514008, 2.692293405532837, -48.877197265625], [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': ['203146.072500', '203146.532500', '203146.992500', '203147.452500', '203147.912500', '203148.372500', '203148.832500', '203149.292500', '203149.752500', '203150.212500', '203150.672500', '203151.132500', '203151.592500', '203152.052500', '203152.512500', '203152.972500', '203153.432500', '203153.892500', '203154.352500', '203154.812500', '203155.272500', '203155.732500', '203156.192500', '203156.652500', '203157.112500', '203157.572500', '203158.032500', '203158.492500', '203158.952500', '203159.412500', '203159.872500', '203200.332500', '203200.792500', '203201.252500', '203201.712500', '203202.172500', '203202.632500', '203203.092500', '203203.552500', '203204.012500', '203204.472500', '203204.932500', '203205.392500', '203205.852500', '203206.312500', '203206.772500', '203207.232500', '203207.692500', '203208.152500', '203208.612500', '203209.072500', '203209.532500', '203209.992500', '203210.452500', '203210.912500', '203211.372500', '203211.832500', '203212.292500', '203212.752500', '203213.212500', '203213.672500', '203214.132500', '203214.592500', '203215.052500', '203215.512500', '203215.972500', '203216.432500', '203216.892500', '203217.352500', '203217.812500', '203218.272500', '203218.732500', '203219.192500', '203219.652500', '203220.112500', '203220.572500', '203221.032500', '203221.492500', '203221.952500', '203222.412500', '203222.872500', '203223.332500', '203223.792500', '203224.252500', '203224.712500', '203225.172500', '203225.632500', '203226.092500', '203226.552500', '203227.012500', '203227.472500', '203227.932500', '203228.392500', '203228.852500', '203229.312500', '203229.772500', '203230.232500', '203230.692500', '203231.152500', '203231.612500', '203232.072500', '203232.532500', '203232.992500', '203233.452500', '203233.912500', '203234.372500', '203234.832500', '203235.292500', '203235.752500', '203236.212500', '203236.672500', '203237.132500', '203237.592500', '203238.052500', '203238.512500', '203238.972500', '203239.432500', '203239.892500', '203240.352500', '203240.812500', '203241.272500', '203241.732500', '203242.192500', '203242.652500', '203243.112500', '203243.572500', '203244.032500', '203244.492500', '203244.952500', '203245.412500', '203245.872500', '203246.332500', '203246.792500', '203247.252500', '203247.712500', '203248.172500', '203248.632500', '203249.092500', '203249.552500', '203250.012500', '203250.472500', '203250.932500', '203251.392500', '203251.852500', '203252.312500', '203252.772500', '203253.232500', '203253.692500', '203254.152500', '203254.612500', '203255.072500', '203255.532500', '203255.992500', '203256.452500', '203256.912500', '203257.372500', '203257.832500', '203258.292500', '203258.752500', '203259.212500', '203259.672500', '203300.132500', '203300.592500', '203301.052500', '203301.512500', '203301.972500', '203302.432500', '203302.892500', '203303.352500', '203303.812500', '203304.272500', '203304.732500', '203305.192500', '203305.652500', '203306.112500', '203306.572500', '203307.032500', '203307.492500', '203307.952500', '203308.412500', '203308.872500', '203309.332500', '203309.792500', '203310.252500', '203310.712500', '203311.172500', '203311.632500', '203312.092500', '203312.552500', '203313.012500', '203313.472500', '203313.932500', '203314.392500', '203314.852500', '203315.312500', '203315.772500', '203316.232500', '203316.692500', '203317.152500', '203317.612500', '203318.072500', '203318.532500', '203318.992500', '203319.452500', '203319.912500', '203320.372500', '203320.832500', '203321.292500', '203321.752500', '203322.212500', '203322.672500', '203323.132500', '203323.592500', '203324.052500', '203324.512500', '203324.972500', '203325.432500', '203325.892500', '203326.352500', '203326.812500', '203327.272500', '203327.732500', '203328.192500', '203328.652500', '203329.112500', '203329.572500', '203330.032500', '203330.492500', '203330.952500', '203331.412500', '203331.872500', '203332.332500', '203332.792500', '203333.252500', '203333.712500', '203334.172500', '203334.632500', '203335.092500', '203335.552500', '203336.012500', '203336.472500', '203336.932500', '203337.392500', '203337.852500', '203338.312500', '203338.772500', '203339.232500', '203339.692500', '203340.152500', '203340.612500', '203341.072500', '203341.532500', '203341.992500', '203342.452500', '203342.912500', '203343.372500', '203343.832500', '203344.292500', '203344.752500', '203345.212500', '203345.672500', '203346.132500', '203346.592500', '203347.052500', '203347.512500', '203347.972500', '203348.432500', '203348.892500', '203349.352500', '203349.812500', '203350.272500', '203350.732500', '203351.192500', '203351.652500', '203352.112500', '203352.572500', '203353.032500', '203353.492500', '203353.952500', '203354.412500', '203354.872500', '203355.332500', '203355.792500', '203356.252500', '203356.712500', '203357.172500', '203357.632500', '203358.092500', '203358.552500', '203359.012500', '203359.472500', '203359.932500', '203400.392500', '203400.852500', '203401.312500', '203401.772500', '203402.232500', '203402.692500', '203403.152500', '203403.612500', '203404.072500', '203404.532500', '203404.992500', '203405.452500', '203405.912500', '203406.372500', '203406.832500', '203407.292500', '203407.752500', '203408.212500', '203408.672500', '203409.132500', '203409.592500', '203410.052500', '203410.512500', '203410.972500', '203411.432500', '203411.892500', '203412.352500', '203412.812500', '203413.272500', '203413.732500', '203414.192500', '203414.652500', '203415.112500', '203415.572500', '203416.032500', '203416.492500', '203416.952500', '203417.412500', '203417.872500', '203418.332500', '203418.792500', '203419.252500', '203419.712500', '203420.172500', '203420.632500', '203421.092500', '203421.552500', '203422.012500', '203422.472500', '203422.932500', '203423.392500', '203423.852500', '203424.312500', '203424.772500', '203425.232500', '203425.692500', '203426.152500', '203426.612500', '203427.072500', '203427.532500', '203427.992500', '203428.452500', '203428.912500', '203429.372500', '203429.832500', '203430.292500', '203430.752500', '203431.212500', '203431.672500', '203432.132500', '203432.592500', '203433.052500', '203433.512500', '203433.972500', '203434.432500', '203434.892500', '203435.352500', '203435.812500', '203436.272500', '203436.732500', '203437.192500', '203437.652500', '203438.112500', '203438.572500', '203439.032500', '203439.492500', '203439.952500', '203440.412500', '203440.872500', '203441.332500', '203441.792500', '203442.252500', '203442.712500', '203443.172500', '203443.632500', '203444.092500', '203444.552500', '203445.012500', '203445.472500', '203445.932500', '203446.392500', '203446.852500', '203447.312500', '203447.772500', '203448.232500', '203448.692500', '203449.152500', '203449.612500', '203450.072500', '203450.532500', '203450.992500', '203451.452500', '203451.912500', '203452.372500', '203452.832500', '203453.292500', '203453.752500', '203454.212500', '203454.672500', '203455.132500', '203455.592500', '203456.052500', '203456.512500', '203456.972500', '203457.432500', '203457.892500', '203458.352500', '203458.812500', '203459.272500', '203459.732500', '203500.192500', '203500.652500', '203501.112500', '203501.572500', '203502.032500', '203502.492500', '203502.952500', '203503.412500', '203503.872500', '203504.332500', '203504.792500', '203505.252500', '203505.712500', '203506.172500', '203506.632500', '203507.092500', '203507.552500', '203508.012500', '203508.472500', '203508.932500', '203509.392500', '203509.852500', '203510.312500', '203510.772500', '203511.232500', '203511.692500', '203512.152500', '203512.612500', '203513.072500', '203513.532500', '203513.992500', '203514.452500', '203514.912500', '203515.372500', '203515.832500', '203516.292500', '203516.752500', '203517.212500', '203517.672500', '203518.132500', '203518.592500', '203519.052500', '203519.512500', '203519.972500', '203520.432500', '203520.892500', '203521.352500', '203521.812500', '203522.272500', '203522.732500', '203523.192500', '203523.652500', '203524.112500', '203524.572500', '203525.032500', '203525.492500', '203525.952500', '203526.412500', '203526.872500', '203527.332500', '203527.792500', '203528.252500', '203528.712500', '203529.172500', '203529.632500', '203530.092500', '203530.552500', '203531.012500', '203531.472500', '203531.932500', '203532.392500', '203532.852500', '203533.312500', '203533.772500', '203534.232500', '203534.692500', '203535.152500', '203535.612500', '203536.072500', '203536.532500', '203536.992500', '203537.452500', '203537.912500', '203538.372500', '203538.832500', '203539.292500', '203539.752500', '203540.212500', '203540.672500', '203541.132500', '203541.592500', '203542.052500', '203542.512500', '203542.972500', '203543.432500', '203543.892500', '203544.352500', '203544.812500', '203545.272500', '203545.732500', '203546.192500', '203546.652500', '203547.112500', '203547.572500', '203548.032500', '203548.492500', '203548.952500', '203549.412500', '203549.872500', '203550.332500', '203550.792500', '203551.252500', '203551.712500', '203552.172500', '203552.632500', '203553.092500', '203553.552500', '203554.012500', '203554.472500', '203554.932500', '203555.392500', '203555.852500', '203556.312500', '203556.772500', '203557.232500', '203557.692500', '203558.152500', '203558.612500', '203559.072500', '203559.532500', '203559.992500', '203600.452500', '203600.912500', '203601.372500', '203601.832500', '203602.292500', '203602.752500', '203603.212500', '203603.672500', '203604.132500', '203604.592500', '203605.052500', '203605.512500', '203605.972500', '203606.432500', '203606.892500', '203607.352500', '203607.812500', '203608.272500', '203608.732500', '203609.192500', '203609.652500', '203610.112500', '203610.572500', '203611.032500', '203611.492500', '203611.952500', '203612.412500', '203612.872500', '203613.332500', '203613.792500', '203614.252500', '203614.712500', '203615.172500', '203615.632500', '203616.092500', '203616.552500', '203617.012500', '203617.472500', '203617.932500', '203618.392500', '203618.852500', '203619.312500', '203619.772500', '203620.232500', '203620.692500', '203621.152500', '203621.612500', '203622.072500', '203622.532500', '203622.992500', '203623.452500', '203623.912500', '203624.372500', '203624.832500', '203625.292500', '203625.752500', '203626.212500', '203626.672500', '203627.132500', '203627.592500', '203628.052500', '203628.512500', '203628.972500', '203629.432500', '203629.892500', '203630.352500', '203630.812500', '203631.272500', '203631.732500', '203632.192500', '203632.652500', '203633.112500', '203633.572500', '203634.032500', '203634.492500', '203634.952500', '203635.412500', '203635.872500', '203636.332500', '203636.792500', '203637.252500', '203637.712500', '203638.172500', '203638.632500', '203639.092500', '203639.552500', '203640.012500', '203640.472500', '203640.932500', '203641.392500', '203641.852500', '203642.312500', '203642.772500', '203643.232500', '203643.692500', '203644.152500', '203644.612500', '203645.072500', '203645.532500', '203645.992500', '203646.452500', '203646.912500', '203647.372500', '203647.832500', '203648.292500', '203648.752500', '203649.212500', '203649.672500', '203650.132500', '203650.592500', '203651.052500', '203651.512500', '203651.972500', '203652.432500', '203652.892500', '203653.352500', '203653.812500', '203654.272500', '203654.732500', '203655.192500', '203655.652500', '203656.112500', '203656.572500', '203657.032500', '203657.492500', '203657.952500', '203658.412500', '203658.872500', '203659.332500', '203659.792500', '203700.252500', '203700.712500', '203701.172500', '203701.632500', '203702.092500', '203702.552500', '203703.012500', '203703.472500', '203703.932500', '203704.392500', '203704.852500', '203705.312500', '203705.772500', '203706.232500', '203706.692500', '203707.152500', '203707.612500', '203708.072500', '203708.532500', '203708.992500', '203709.452500', '203709.912500', '203710.372500', '203710.832500', '203711.292500', '203711.752500', '203712.212500', '203712.672500', '203713.132500', '203713.592500', '203714.052500', '203714.512500', '203714.972500', '203715.432500', '203715.892500', '203716.352500', '203716.812500', '203717.272500', '203717.732500', '203718.192500', '203718.652500', '203719.112500', '203719.572500', '203720.032500', '203720.492500', '203720.952500', '203721.412500', '203721.872500', '203722.332500', '203722.792500', '203723.252500', '203723.712500', '203724.172500', '203724.632500', '203725.092500', '203725.552500', '203726.012500', '203726.472500', '203726.932500', '203727.392500', '203727.852500', '203728.312500', '203728.772500', '203729.232500', '203729.692500', '203730.152500', '203730.612500', '203731.072500', '203731.532500', '203731.992500', '203732.452500', '203732.912500', '203733.372500', '203733.832500', '203734.292500', '203734.752500', '203735.212500', '203735.672500', '203736.132500', '203736.592500', '203737.052500', '203737.512500', '203737.972500', '203738.432500', '203738.892500', '203739.352500', '203739.812500', '203740.272500', '203740.732500', '203741.192500', '203741.652500', '203742.112500', '203742.572500', '203743.032500', '203743.492500', '203743.952500', '203744.412500', '203744.872500', '203745.332500', '203745.792500', '203746.252500', '203746.712500', '203747.172500', '203747.632500', '203748.092500', '203748.552500', '203749.012500', '203749.472500', '203749.932500', '203750.392500', '203750.852500', '203751.312500', '203751.772500', '203752.232500', '203752.692500', '203753.152500', '203753.612500', '203754.072500', '203754.532500', '203754.992500', '203755.452500', '203755.912500', '203756.372500', '203756.832500', '203757.292500', '203757.752500', '203758.212500', '203758.672500', '203759.132500', '203759.592500', '203800.052500', '203800.512500', '203800.972500', '203801.432500', '203801.892500', '203802.352500', '203802.812500', '203803.272500', '203803.732500', '203804.192500', '203804.652500', '203805.112500', '203805.572500', '203806.032500', '203806.492500', '203806.952500', '203807.412500', '203807.872500', '203808.332500', '203808.792500', '203809.252500', '203809.712500', '203810.172500', '203810.632500', '203811.092500', '203811.552500', '203812.012500', '203812.472500', '203812.932500', '203813.392500', '203813.852500', '203814.312500', '203814.772500', '203815.232500', '203815.692500', '203816.152500', '203816.612500', '203817.072500', '203817.532500', '203817.992500', '203818.452500', '203818.912500', '203819.372500', '203819.832500', '203820.292500', '203820.752500', '203821.212500', '203821.672500', '203822.132500', '203822.592500', '203823.052500', '203823.512500', '203823.972500', '203824.432500', '203824.892500', '203825.352500', '203825.812500', '203826.272500', '203826.732500', '203827.192500', '203827.652500', '203828.112500', '203828.572500', '203829.032500', '203829.492500', '203829.952500', '203830.412500', '203830.872500', '203831.332500', '203831.792500', '203832.252500', '203832.712500', '203833.172500', '203833.632500', '203834.092500', '203834.552500', '203835.012500', '203835.472500', '203835.932500', '203836.392500', '203836.852500', '203837.312500', '203837.772500', '203838.232500', '203838.692500', '203839.152500', '203839.612500', '203840.072500', '203840.532500', '203840.992500', '203841.452500', '203841.912500', '203842.372500', '203842.832500', '203843.292500', '203843.752500', '203844.212500', '203844.672500', '203845.132500', '203845.592500', '203846.052500'], 'ContentTime': ['203159.955000', '203159.969000', '203159.972000', '203159.974000', '203159.977000', '203159.980000', '203159.982000', '203159.985000', '203159.987000', '203159.990000', '203159.992000', '203159.995000', '203200.007000', '203200.010000', '203200.012000', '203200.015000', '203200.017000', '203200.020000', '203200.023000', '203200.025000', '203200.028000', '203200.030000', '203200.033000', '203200.035000', '203200.038000', '203200.040000', '203200.043000', '203219.902000', '203219.905000', '203219.908000', '203219.910000', '203219.913000', '203219.916000', '203219.918000', '203219.921000', '203219.923000', '203219.926000', '203219.928000', '203219.931000', '203219.933000', '203219.936000', '203219.939000', '203219.941000', '203219.944000', '203219.946000', '203219.949000', '203219.951000', '203219.954000', '203219.957000', '203219.959000', '203219.962000', '203219.970000', '203219.973000', '203219.975000', '203219.978000', '203219.981000', '203219.983000', '203219.986000', '203219.988000', '203219.991000', '203219.993000', '203219.996000', '203219.998000', '203220.002000', '203220.005000', '203220.007000', '203220.010000', '203220.012000', '203220.015000', '203220.017000', '203239.902000', '203239.905000', '203239.908000', '203239.910000', '203239.913000', '203239.916000', '203239.918000', '203239.921000', '203239.923000', '203239.926000', '203239.928000', '203239.931000', '203239.933000', '203239.936000', '203239.939000', '203239.941000', '203239.944000', '203239.946000', '203239.949000', '203239.951000', '203239.954000', '203239.957000', '203239.959000', '203239.962000', '203239.964000', '203239.967000', '203239.969000', '203239.972000', '203239.974000', '203239.977000', '203239.982000', '203239.985000', '203239.987000', '203239.990000', '203239.992000', '203239.995000', '203239.997000', '203240.001000', '203240.004000', '203240.006000', '203240.009000', '203240.011000', '203240.014000', '203240.016000', '203259.902000', '203259.905000', '203259.908000', '203259.910000', '203259.913000', '203259.915000', '203259.918000', '203259.921000', '203259.923000', '203259.926000', '203259.928000', '203259.931000', '203259.933000', '203259.936000', '203259.939000', '203259.941000', '203259.944000', '203259.946000', '203259.949000', '203259.952000', '203259.954000', '203259.957000', '203259.959000', '203259.962000', '203259.964000', '203259.967000', '203259.970000', '203259.972000', '203259.975000', '203259.977000', '203259.980000', '203259.982000', '203259.985000', '203259.988000', '203259.990000', '203259.993000', '203259.995000', '203259.998000', '203300.001000', '203300.004000', '203300.006000', '203300.009000', '203300.012000', '203319.903000', '203319.906000', '203319.909000', '203319.911000', '203319.914000', '203319.916000', '203319.919000', '203319.921000', '203319.924000', '203319.927000', '203319.929000', '203319.932000', '203319.934000', '203319.937000', '203319.939000', '203319.942000', '203319.945000', '203319.947000', '203319.950000', '203319.952000', '203319.955000', '203319.957000', '203319.960000', '203319.962000', '203319.965000', '203319.968000', '203319.970000', '203319.973000', '203319.975000', '203319.978000', '203319.980000', '203319.983000', '203319.985000', '203319.988000', '203319.991000', '203319.993000', '203319.996000', '203319.998000', '203320.001000', '203320.003000', '203320.006000', '203320.009000', '203320.011000', '203320.014000', '203339.902000', '203339.905000', '203339.908000', '203339.910000', '203339.913000', '203339.916000', '203339.918000', '203339.921000', '203339.923000', '203339.926000', '203339.940000', '203339.943000', '203339.945000', '203339.948000', '203339.951000', '203339.953000', '203339.956000', '203339.958000', '203339.961000', '203339.964000', '203339.966000', '203339.969000', '203339.971000', '203339.974000', '203339.976000', '203339.979000', '203339.982000', '203339.984000', '203339.987000', '203339.989000', '203339.992000', '203339.994000', '203339.997000', '203340.001000', '203340.003000', '203340.006000', '203340.008000', '203340.011000', '203340.013000', '203340.016000', '203340.019000', '203340.021000', '203340.024000', '203359.902000', '203359.905000', '203359.908000', '203359.911000', '203359.913000', '203359.916000', '203359.918000', '203359.921000', '203359.923000', '203359.926000', '203359.929000', '203359.931000', '203359.934000', '203359.936000', '203359.939000', '203359.942000', '203359.944000', '203359.947000', '203359.949000', '203359.952000', '203359.955000', '203359.957000', '203359.960000', '203359.962000', '203359.965000', '203359.967000', '203359.970000', '203359.973000', '203359.975000', '203359.978000', '203359.980000', '203359.983000', '203359.985000', '203359.988000', '203359.991000', '203359.993000', '203359.996000', '203359.998000', '203400.002000', '203400.005000', '203400.007000', '203400.010000', '203400.012000', '203400.015000', '203419.902000', '203419.905000', '203419.908000', '203419.910000', '203419.913000', '203419.916000', '203419.918000', '203419.921000', '203419.923000', '203419.926000', '203419.928000', '203419.931000', '203419.934000', '203419.936000', '203419.939000', '203419.941000', '203419.944000', '203419.947000', '203419.949000', '203419.952000', '203419.954000', '203419.957000', '203419.959000', '203419.962000', '203419.965000', '203419.967000', '203419.970000', '203419.972000', '203419.975000', '203419.977000', '203419.980000', '203419.983000', '203419.985000', '203419.988000', '203419.990000', '203419.993000', '203419.996000', '203419.998000', '203420.002000', '203420.004000', '203420.007000', '203420.009000', '203420.012000', '203439.902000', '203439.905000', '203439.908000', '203439.911000', '203439.913000', '203439.916000', '203439.918000', '203439.921000', '203439.924000', '203439.926000', '203439.929000', '203439.931000', '203439.934000', '203439.936000', '203439.939000', '203439.942000', '203439.945000', '203439.948000', '203439.951000', '203439.954000', '203439.956000', '203439.959000', '203439.961000', '203439.964000', '203439.967000', '203439.969000', '203439.972000', '203439.974000', '203439.977000', '203439.979000', '203439.982000', '203439.985000', '203439.987000', '203439.990000', '203439.992000', '203439.995000', '203439.997000', '203440.001000', '203440.004000', '203440.006000', '203440.009000', '203440.011000', '203440.014000', '203459.902000', '203459.905000', '203459.908000', '203459.910000', '203459.913000', '203459.916000', '203459.918000', '203459.921000', '203459.923000', '203459.926000', '203459.929000', '203459.931000', '203459.934000', '203459.937000', '203459.939000', '203459.942000', '203459.944000', '203459.947000', '203459.950000', '203459.952000', '203459.955000', '203459.957000', '203459.960000', '203459.963000', '203459.965000', '203459.968000', '203459.970000', '203459.973000', '203459.976000', '203459.978000', '203459.981000', '203459.983000', '203459.986000', '203459.988000', '203459.991000', '203459.994000', '203459.996000', '203500.000000', '203500.002000', '203500.005000', '203500.008000', '203500.010000', '203500.013000', '203500.015000', '203519.903000', '203519.905000', '203519.908000', '203519.911000', '203519.913000', '203519.916000', '203519.918000', '203519.921000', '203519.923000', '203519.926000', '203519.929000', '203519.931000', '203519.934000', '203519.936000', '203519.939000', '203519.942000', '203519.944000', '203519.947000', '203519.949000', '203519.952000', '203519.955000', '203519.957000', '203519.960000', '203519.962000', '203519.965000', '203519.968000', '203519.970000', '203519.973000', '203519.975000', '203519.978000', '203519.980000', '203519.983000', '203519.986000', '203519.988000', '203519.991000', '203519.993000', '203519.996000', '203519.998000', '203520.002000', '203520.005000', '203520.007000', '203520.010000', '203520.012000', '203520.015000', '203539.903000', '203539.906000', '203539.909000', '203539.912000', '203539.914000', '203539.917000', '203539.919000', '203539.922000', '203539.924000', '203539.927000', '203539.930000', '203539.932000', '203539.935000', '203539.937000', '203539.940000', '203539.942000', '203539.945000', '203539.948000', '203539.950000', '203539.953000', '203539.955000', '203539.958000', '203539.961000', '203539.963000', '203539.966000', '203539.968000', '203539.971000', '203539.974000', '203539.976000', '203539.979000', '203539.981000', '203539.984000', '203539.987000', '203539.989000', '203539.992000', '203539.995000', '203539.997000', '203540.000000', '203540.002000', '203540.005000', '203540.007000', '203540.010000', '203540.013000', '203559.902000', '203559.905000', '203559.908000', '203559.910000', '203559.913000', '203559.916000', '203559.918000', '203559.921000', '203559.923000', '203559.926000', '203559.929000', '203559.931000', '203559.934000', '203559.936000', '203559.939000', '203559.941000', '203559.944000', '203559.947000', '203559.949000', '203559.952000', '203559.954000', '203559.957000', '203559.960000', '203559.962000', '203559.965000', '203559.967000', '203559.970000', '203559.973000', '203559.975000', '203559.978000', '203559.980000', '203559.983000', '203559.985000', '203559.988000', '203559.991000', '203559.993000', '203559.996000', '203559.998000', '203600.002000', '203600.005000', '203600.007000', '203600.010000', '203600.012000', '203600.015000', '203619.903000', '203619.905000', '203619.908000', '203619.911000', '203619.913000', '203619.916000', '203619.919000', '203619.921000', '203619.924000', '203619.926000', '203619.929000', '203619.931000', '203619.934000', '203619.936000', '203619.939000', '203619.942000', '203619.944000', '203619.947000', '203619.950000', '203619.952000', '203619.955000', '203619.957000', '203619.960000', '203619.963000', '203619.965000', '203619.968000', '203619.971000', '203619.973000', '203619.976000', '203619.978000', '203619.981000', '203619.984000', '203619.986000', '203619.989000', '203619.992000', '203619.994000', '203619.997000', '203620.000000', '203620.003000', '203620.006000', '203620.008000', '203620.011000', '203620.014000', '203639.902000', '203639.905000', '203639.908000', '203639.911000', '203639.913000', '203639.916000', '203639.918000', '203639.921000', '203639.924000', '203639.927000', '203639.931000', '203639.934000', '203639.937000', '203639.939000', '203639.942000', '203639.945000', '203639.947000', '203639.964000', '203639.966000', '203639.969000', '203639.972000', '203639.974000', '203639.977000', '203639.979000', '203639.982000', '203639.985000', '203639.987000', '203639.990000', '203639.993000', '203639.995000', '203639.998000', '203640.002000', '203640.004000', '203640.007000', '203640.009000', '203640.012000', '203640.015000', '203640.017000', '203640.020000', '203640.022000', '203640.025000', '203640.028000', '203640.030000', '203659.903000', '203659.905000', '203659.908000', '203659.911000', '203659.913000', '203659.916000', '203659.919000', '203659.921000', '203659.924000', '203659.926000', '203659.929000', '203659.932000', '203659.934000', '203659.937000', '203659.939000', '203659.942000', '203659.945000', '203659.947000', '203659.950000', '203659.952000', '203659.955000', '203659.958000', '203659.960000', '203659.963000', '203659.965000', '203659.968000', '203659.971000', '203659.975000', '203659.978000', '203659.981000', '203659.983000', '203659.986000', '203659.988000', '203659.991000', '203659.993000', '203659.996000', '203700.000000', '203700.002000', '203700.005000', '203700.007000', '203700.010000', '203700.013000', '203700.015000', '203700.018000', '203719.902000', '203719.905000', '203719.908000', '203719.911000', '203719.913000', '203719.916000', '203719.919000', '203719.921000', '203719.924000', '203719.927000', '203719.930000', '203719.932000', '203719.935000', '203719.938000', '203719.940000', '203719.943000', '203719.946000', '203719.948000', '203719.951000', '203719.953000', '203719.956000', '203719.958000', '203719.961000', '203719.964000', '203719.966000', '203719.969000', '203719.971000', '203719.974000', '203719.976000', '203719.979000', '203719.982000', '203719.985000', '203719.987000', '203719.990000', '203719.992000', '203719.995000', '203719.998000', '203720.001000', '203720.004000', '203720.006000', '203720.009000', '203720.011000', '203720.014000', '203739.902000', '203739.905000', '203739.908000', '203739.911000', '203739.913000', '203739.916000', '203739.918000', '203739.921000', '203739.924000', '203739.926000', '203739.929000', '203739.931000', '203739.934000', '203739.936000', '203739.939000', '203739.942000', '203739.944000', '203739.947000', '203739.949000', '203739.952000', '203739.954000', '203739.957000', '203739.960000', '203739.962000', '203739.965000', '203739.967000', '203739.970000', '203739.973000', '203739.975000', '203739.978000', '203739.980000', '203739.983000', '203739.986000', '203739.988000', '203739.991000', '203739.993000', '203739.996000', '203739.998000', '203740.002000', '203740.005000', '203740.007000', '203740.010000', '203740.012000', '203740.015000', '203759.904000', '203759.906000', '203759.909000', '203759.912000', '203759.914000', '203759.917000', '203759.919000', '203759.922000', '203759.924000', '203759.927000', '203759.929000', '203759.932000', '203759.935000', '203759.937000', '203759.940000', '203759.942000', '203759.945000', '203759.948000', '203759.950000', '203759.953000', '203759.955000', '203759.958000', '203759.960000', '203759.963000', '203759.965000', '203759.968000', '203759.972000', '203759.974000', '203759.997000', '203800.000000', '203800.002000', '203800.005000', '203800.007000', '203800.010000', '203800.012000', '203800.015000', '203800.018000', '203800.020000', '203800.023000', '203800.026000', '203800.028000', '203800.031000', '203800.034000', '203819.903000', '203819.905000', '203819.908000', '203819.911000', '203819.913000', '203819.916000', '203819.918000', '203819.921000', '203819.924000', '203819.926000', '203819.929000', '203819.931000', '203819.934000', '203819.937000', '203819.939000', '203819.942000', '203819.944000', '203819.947000', '203819.949000', '203819.952000', '203819.955000', '203819.957000', '203819.960000', '203819.962000', '203819.965000', '203819.967000', '203819.970000', '203819.973000', '203819.975000', '203819.978000', '203819.980000', '203819.983000', '203819.986000', '203819.988000', '203819.991000', '203819.993000', '203819.996000', '203819.998000', '203820.002000', '203820.005000', '203820.007000', '203820.010000', '203820.013000', '203820.015000', '203839.903000', '203839.906000', '203839.908000', '203839.911000', '203839.913000', '203839.916000', '203839.918000', '203839.921000', '203839.924000', '203839.926000', '203839.929000', '203839.931000', '203839.934000', '203839.937000', '203839.939000', '203839.942000', '203839.944000', '203839.947000', '203839.949000', '203839.952000', '203839.954000', '203839.957000', '203839.960000', '203839.962000', '203839.965000', '203839.967000', '203839.973000', '203839.975000', '203839.978000', '203839.981000', '203839.983000', '203839.986000', '203839.989000', '203839.991000', '203839.994000', '203839.996000', '203840.000000', '203840.003000', '203840.005000', '203840.008000', '203840.010000', '203840.013000', '203840.016000', '203847.752000', '203847.755000', '203847.757000', '203847.760000', '203847.762000', '203847.765000', '203847.768000', '203847.770000', '203847.773000', '203847.776000', '203847.778000', '203847.781000', '203847.784000', '203847.786000', '203847.789000', '203847.791000', '203847.794000', '203847.796000'], 'InstanceCreationTime': ['203159.955000', '203159.969000', '203159.972000', '203159.974000', '203159.977000', '203159.980000', '203159.982000', '203159.985000', '203159.987000', '203159.990000', '203159.992000', '203159.995000', '203200.007000', '203200.010000', '203200.012000', '203200.015000', '203200.017000', '203200.020000', '203200.023000', '203200.025000', '203200.028000', '203200.030000', '203200.033000', '203200.035000', '203200.038000', '203200.040000', '203200.043000', '203219.902000', '203219.905000', '203219.908000', '203219.910000', '203219.913000', '203219.916000', '203219.918000', '203219.921000', '203219.923000', '203219.926000', '203219.928000', '203219.931000', '203219.933000', '203219.936000', '203219.939000', '203219.941000', '203219.944000', '203219.946000', '203219.949000', '203219.951000', '203219.954000', '203219.957000', '203219.959000', '203219.962000', '203219.970000', '203219.973000', '203219.975000', '203219.978000', '203219.981000', '203219.983000', '203219.986000', '203219.988000', '203219.991000', '203219.993000', '203219.996000', '203219.998000', '203220.002000', '203220.005000', '203220.007000', '203220.010000', '203220.012000', '203220.015000', '203220.017000', '203239.902000', '203239.905000', '203239.908000', '203239.910000', '203239.913000', '203239.916000', '203239.918000', '203239.921000', '203239.923000', '203239.926000', '203239.928000', '203239.931000', '203239.933000', '203239.936000', '203239.939000', '203239.941000', '203239.944000', '203239.946000', '203239.949000', '203239.951000', '203239.954000', '203239.957000', '203239.959000', '203239.962000', '203239.964000', '203239.967000', '203239.969000', '203239.972000', '203239.974000', '203239.977000', '203239.982000', '203239.985000', '203239.987000', '203239.990000', '203239.992000', '203239.995000', '203239.997000', '203240.001000', '203240.004000', '203240.006000', '203240.009000', '203240.011000', '203240.014000', '203240.016000', '203259.902000', '203259.905000', '203259.908000', '203259.910000', '203259.913000', '203259.915000', '203259.918000', '203259.921000', '203259.923000', '203259.926000', '203259.928000', '203259.931000', '203259.933000', '203259.936000', '203259.939000', '203259.941000', '203259.944000', '203259.946000', '203259.949000', '203259.952000', '203259.954000', '203259.957000', '203259.959000', '203259.962000', '203259.964000', '203259.967000', '203259.970000', '203259.972000', '203259.975000', '203259.977000', '203259.980000', '203259.982000', '203259.985000', '203259.988000', '203259.990000', '203259.993000', '203259.995000', '203259.998000', '203300.001000', '203300.004000', '203300.006000', '203300.009000', '203300.012000', '203319.903000', '203319.906000', '203319.909000', '203319.911000', '203319.914000', '203319.916000', '203319.919000', '203319.921000', '203319.924000', '203319.927000', '203319.929000', '203319.932000', '203319.934000', '203319.937000', '203319.939000', '203319.942000', '203319.945000', '203319.947000', '203319.950000', '203319.952000', '203319.955000', '203319.957000', '203319.960000', '203319.962000', '203319.965000', '203319.968000', '203319.970000', '203319.973000', '203319.975000', '203319.978000', '203319.980000', '203319.983000', '203319.985000', '203319.988000', '203319.991000', '203319.993000', '203319.996000', '203319.998000', '203320.001000', '203320.003000', '203320.006000', '203320.009000', '203320.011000', '203320.014000', '203339.902000', '203339.905000', '203339.908000', '203339.910000', '203339.913000', '203339.916000', '203339.918000', '203339.921000', '203339.923000', '203339.926000', '203339.940000', '203339.943000', '203339.945000', '203339.948000', '203339.951000', '203339.953000', '203339.956000', '203339.958000', '203339.961000', '203339.964000', '203339.966000', '203339.969000', '203339.971000', '203339.974000', '203339.976000', '203339.979000', '203339.982000', '203339.984000', '203339.987000', '203339.989000', '203339.992000', '203339.994000', '203339.997000', '203340.001000', '203340.003000', '203340.006000', '203340.008000', '203340.011000', '203340.013000', '203340.016000', '203340.019000', '203340.021000', '203340.024000', '203359.902000', '203359.905000', '203359.908000', '203359.911000', '203359.913000', '203359.916000', '203359.918000', '203359.921000', '203359.923000', '203359.926000', '203359.929000', '203359.931000', '203359.934000', '203359.936000', '203359.939000', '203359.942000', '203359.944000', '203359.947000', '203359.949000', '203359.952000', '203359.955000', '203359.957000', '203359.960000', '203359.962000', '203359.965000', '203359.967000', '203359.970000', '203359.973000', '203359.975000', '203359.978000', '203359.980000', '203359.983000', '203359.985000', '203359.988000', '203359.991000', '203359.993000', '203359.996000', '203359.998000', '203400.002000', '203400.005000', '203400.007000', '203400.010000', '203400.012000', '203400.015000', '203419.902000', '203419.905000', '203419.908000', '203419.910000', '203419.913000', '203419.916000', '203419.918000', '203419.921000', '203419.923000', '203419.926000', '203419.928000', '203419.931000', '203419.934000', '203419.936000', '203419.939000', '203419.941000', '203419.944000', '203419.947000', '203419.949000', '203419.952000', '203419.954000', '203419.957000', '203419.959000', '203419.962000', '203419.965000', '203419.967000', '203419.970000', '203419.972000', '203419.975000', '203419.977000', '203419.980000', '203419.983000', '203419.985000', '203419.988000', '203419.990000', '203419.993000', '203419.996000', '203419.998000', '203420.002000', '203420.004000', '203420.007000', '203420.009000', '203420.012000', '203439.902000', '203439.905000', '203439.908000', '203439.911000', '203439.913000', '203439.916000', '203439.918000', '203439.921000', '203439.924000', '203439.926000', '203439.929000', '203439.931000', '203439.934000', '203439.936000', '203439.939000', '203439.942000', '203439.945000', '203439.948000', '203439.951000', '203439.954000', '203439.956000', '203439.959000', '203439.961000', '203439.964000', '203439.967000', '203439.969000', '203439.972000', '203439.974000', '203439.977000', '203439.979000', '203439.982000', '203439.985000', '203439.987000', '203439.990000', '203439.992000', '203439.995000', '203439.997000', '203440.001000', '203440.004000', '203440.006000', '203440.009000', '203440.011000', '203440.014000', '203459.902000', '203459.905000', '203459.908000', '203459.910000', '203459.913000', '203459.916000', '203459.918000', '203459.921000', '203459.923000', '203459.926000', '203459.929000', '203459.931000', '203459.934000', '203459.937000', '203459.939000', '203459.942000', '203459.944000', '203459.947000', '203459.950000', '203459.952000', '203459.955000', '203459.957000', '203459.960000', '203459.963000', '203459.965000', '203459.968000', '203459.970000', '203459.973000', '203459.976000', '203459.978000', '203459.981000', '203459.983000', '203459.986000', '203459.988000', '203459.991000', '203459.994000', '203459.996000', '203500.000000', '203500.002000', '203500.005000', '203500.008000', '203500.010000', '203500.013000', '203500.015000', '203519.903000', '203519.905000', '203519.908000', '203519.911000', '203519.913000', '203519.916000', '203519.918000', '203519.921000', '203519.923000', '203519.926000', '203519.929000', '203519.931000', '203519.934000', '203519.936000', '203519.939000', '203519.942000', '203519.944000', '203519.947000', '203519.949000', '203519.952000', '203519.955000', '203519.957000', '203519.960000', '203519.962000', '203519.965000', '203519.968000', '203519.970000', '203519.973000', '203519.975000', '203519.978000', '203519.980000', '203519.983000', '203519.986000', '203519.988000', '203519.991000', '203519.993000', '203519.996000', '203519.998000', '203520.002000', '203520.005000', '203520.007000', '203520.010000', '203520.012000', '203520.015000', '203539.903000', '203539.906000', '203539.909000', '203539.912000', '203539.914000', '203539.917000', '203539.919000', '203539.922000', '203539.924000', '203539.927000', '203539.930000', '203539.932000', '203539.935000', '203539.937000', '203539.940000', '203539.942000', '203539.945000', '203539.948000', '203539.950000', '203539.953000', '203539.955000', '203539.958000', '203539.961000', '203539.963000', '203539.966000', '203539.968000', '203539.971000', '203539.974000', '203539.976000', '203539.979000', '203539.981000', '203539.984000', '203539.987000', '203539.989000', '203539.992000', '203539.995000', '203539.997000', '203540.000000', '203540.002000', '203540.005000', '203540.007000', '203540.010000', '203540.013000', '203559.902000', '203559.905000', '203559.908000', '203559.910000', '203559.913000', '203559.916000', '203559.918000', '203559.921000', '203559.923000', '203559.926000', '203559.929000', '203559.931000', '203559.934000', '203559.936000', '203559.939000', '203559.941000', '203559.944000', '203559.947000', '203559.949000', '203559.952000', '203559.954000', '203559.957000', '203559.960000', '203559.962000', '203559.965000', '203559.967000', '203559.970000', '203559.973000', '203559.975000', '203559.978000', '203559.980000', '203559.983000', '203559.985000', '203559.988000', '203559.991000', '203559.993000', '203559.996000', '203559.998000', '203600.002000', '203600.005000', '203600.007000', '203600.010000', '203600.012000', '203600.015000', '203619.903000', '203619.905000', '203619.908000', '203619.911000', '203619.913000', '203619.916000', '203619.919000', '203619.921000', '203619.924000', '203619.926000', '203619.929000', '203619.931000', '203619.934000', '203619.936000', '203619.939000', '203619.942000', '203619.944000', '203619.947000', '203619.950000', '203619.952000', '203619.955000', '203619.957000', '203619.960000', '203619.963000', '203619.965000', '203619.968000', '203619.971000', '203619.973000', '203619.976000', '203619.978000', '203619.981000', '203619.984000', '203619.986000', '203619.989000', '203619.992000', '203619.994000', '203619.997000', '203620.000000', '203620.003000', '203620.006000', '203620.008000', '203620.011000', '203620.014000', '203639.902000', '203639.905000', '203639.908000', '203639.911000', '203639.913000', '203639.916000', '203639.918000', '203639.921000', '203639.924000', '203639.927000', '203639.931000', '203639.934000', '203639.937000', '203639.939000', '203639.942000', '203639.945000', '203639.947000', '203639.964000', '203639.966000', '203639.969000', '203639.972000', '203639.974000', '203639.977000', '203639.979000', '203639.982000', '203639.985000', '203639.987000', '203639.990000', '203639.993000', '203639.995000', '203639.998000', '203640.002000', '203640.004000', '203640.007000', '203640.009000', '203640.012000', '203640.015000', '203640.017000', '203640.020000', '203640.022000', '203640.025000', '203640.028000', '203640.030000', '203659.903000', '203659.905000', '203659.908000', '203659.911000', '203659.913000', '203659.916000', '203659.919000', '203659.921000', '203659.924000', '203659.926000', '203659.929000', '203659.932000', '203659.934000', '203659.937000', '203659.939000', '203659.942000', '203659.945000', '203659.947000', '203659.950000', '203659.952000', '203659.955000', '203659.958000', '203659.960000', '203659.963000', '203659.965000', '203659.968000', '203659.971000', '203659.975000', '203659.978000', '203659.981000', '203659.983000', '203659.986000', '203659.988000', '203659.991000', '203659.993000', '203659.996000', '203700.000000', '203700.002000', '203700.005000', '203700.007000', '203700.010000', '203700.013000', '203700.015000', '203700.018000', '203719.902000', '203719.905000', '203719.908000', '203719.911000', '203719.913000', '203719.916000', '203719.919000', '203719.921000', '203719.924000', '203719.927000', '203719.930000', '203719.932000', '203719.935000', '203719.938000', '203719.940000', '203719.943000', '203719.946000', '203719.948000', '203719.951000', '203719.953000', '203719.956000', '203719.958000', '203719.961000', '203719.964000', '203719.966000', '203719.969000', '203719.971000', '203719.974000', '203719.976000', '203719.979000', '203719.982000', '203719.985000', '203719.987000', '203719.990000', '203719.992000', '203719.995000', '203719.998000', '203720.001000', '203720.004000', '203720.006000', '203720.009000', '203720.011000', '203720.014000', '203739.902000', '203739.905000', '203739.908000', '203739.911000', '203739.913000', '203739.916000', '203739.918000', '203739.921000', '203739.924000', '203739.926000', '203739.929000', '203739.931000', '203739.934000', '203739.936000', '203739.939000', '203739.942000', '203739.944000', '203739.947000', '203739.949000', '203739.952000', '203739.954000', '203739.957000', '203739.960000', '203739.962000', '203739.965000', '203739.967000', '203739.970000', '203739.973000', '203739.975000', '203739.978000', '203739.980000', '203739.983000', '203739.986000', '203739.988000', '203739.991000', '203739.993000', '203739.996000', '203739.998000', '203740.002000', '203740.005000', '203740.007000', '203740.010000', '203740.012000', '203740.015000', '203759.904000', '203759.906000', '203759.909000', '203759.912000', '203759.914000', '203759.917000', '203759.919000', '203759.922000', '203759.924000', '203759.927000', '203759.929000', '203759.932000', '203759.935000', '203759.937000', '203759.940000', '203759.942000', '203759.945000', '203759.948000', '203759.950000', '203759.953000', '203759.955000', '203759.958000', '203759.960000', '203759.963000', '203759.965000', '203759.968000', '203759.972000', '203759.974000', '203759.997000', '203800.000000', '203800.002000', '203800.005000', '203800.007000', '203800.010000', '203800.012000', '203800.015000', '203800.018000', '203800.020000', '203800.023000', '203800.026000', '203800.028000', '203800.031000', '203800.034000', '203819.903000', '203819.905000', '203819.908000', '203819.911000', '203819.913000', '203819.916000', '203819.918000', '203819.921000', '203819.924000', '203819.926000', '203819.929000', '203819.931000', '203819.934000', '203819.937000', '203819.939000', '203819.942000', '203819.944000', '203819.947000', '203819.949000', '203819.952000', '203819.955000', '203819.957000', '203819.960000', '203819.962000', '203819.965000', '203819.967000', '203819.970000', '203819.973000', '203819.975000', '203819.978000', '203819.980000', '203819.983000', '203819.986000', '203819.988000', '203819.991000', '203819.993000', '203819.996000', '203819.998000', '203820.002000', '203820.005000', '203820.007000', '203820.010000', '203820.013000', '203820.015000', '203839.903000', '203839.906000', '203839.908000', '203839.911000', '203839.913000', '203839.916000', '203839.918000', '203839.921000', '203839.924000', '203839.926000', '203839.929000', '203839.931000', '203839.934000', '203839.937000', '203839.939000', '203839.942000', '203839.944000', '203839.947000', '203839.949000', '203839.952000', '203839.954000', '203839.957000', '203839.960000', '203839.962000', '203839.965000', '203839.967000', '203839.973000', '203839.975000', '203839.978000', '203839.981000', '203839.983000', '203839.986000', '203839.989000', '203839.991000', '203839.994000', '203839.996000', '203840.000000', '203840.003000', '203840.005000', '203840.008000', '203840.010000', '203840.013000', '203840.016000', '203847.752000', '203847.755000', '203847.757000', '203847.760000', '203847.762000', '203847.765000', '203847.768000', '203847.770000', '203847.773000', '203847.776000', '203847.778000', '203847.781000', '203847.784000', '203847.786000', '203847.789000', '203847.791000', '203847.794000', '203847.796000'], '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': [9622, 9459, 9193, 10062, 8822, 6432, 9368, 9619, 9835, 8958, 6796, 9584, 8622, 9402, 8653, 7774, 10435, 8223, 9715, 8473, 9006, 9436, 7876, 10410, 8087, 8992, 8196, 7943, 10771, 8557, 8841, 8376, 7398, 10140, 8370, 8753, 8863, 7464, 9529, 10302, 11685, 9295, 7354, 9444, 9513, 10597, 8938, 8881, 9205, 9557, 9728, 8289, 8102, 10166, 8231, 8060, 8417, 7682, 10376, 8523, 9849, 9226, 6765, 9646, 8588, 10101, 9253, 7313, 9475, 8420, 10065, 8807, 9463, 8295, 8884, 6735, 9955, 8622, 8630, 9550, 8308, 10661, 8818, 9952, 8940, 8104, 11341, 8746, 9000, 9101, 7636, 10991, 9179, 6312, 9585, 9315, 10839, 8588, 9243, 9377, 9001, 9859, 8306, 10911, 9064, 7937, 9725, 9341, 10192, 8387, 9808, 9228, 7736, 10196, 8090, 7781, 9005, 8787, 10112, 8853, 7123, 9824, 9959, 11700, 9146, 7800, 9137, 7993, 10774, 8960, 7539, 9140, 7831, 9184, 8503, 7911, 10057, 8358, 8654, 9018, 7076, 9567, 9085, 11855, 9169, 6995, 9298, 9701, 10809, 8988, 7789, 9263, 7971, 10429, 8637, 9798, 9404, 8355, 9757, 8215, 6973, 8893, 7935, 9423, 8487, 6922, 9249, 7525, 10088, 9259, 12188, 8506, 11715, 8525, 11325, 8724, 8769, 8976, 7166, 9213, 8018, 10219, 8816, 8069, 10455, 9140, 7030, 10516, 9313, 7003, 9667, 8193, 7286, 9965, 8740, 6599, 8921, 8360, 7124, 9703, 8598, 8605, 9015, 7808, 10411, 8636, 8386, 9869, 8249, 10091, 8228, 8911, 9517, 9676, 10320, 8477, 6792, 9424, 8548, 6832, 9247, 8274, 8685, 8973, 9670, 9929, 8910, 7480, 10047, 8861, 10312, 9611, 7251, 10231, 8307, 9822, 9359, 7292, 9789, 8115, 10883, 8426, 9941, 9093, 7014, 9559, 8027, 7797, 9015, 7824, 7678, 9160, 7422, 10868, 8841, 9615, 9352, 8464, 10892, 8517, 8644, 8910, 7330, 11186, 8645, 13363, 9774, 11505, 9508, 6801, 9550, 8252, 11382, 9562, 7636, 8966, 7373, 9828, 8456, 7232, 9639, 7501, 7200, 8484, 8538, 9875, 9131, 8621, 8598, 8303, 7682, 11481, 8525, 6696, 9195, 8348, 9174, 9485, 8272, 10117, 8600, 8792, 10972, 9002, 7271, 9632, 8406, 7351, 10036, 8466, 7039, 9379, 8096, 9513, 9443, 8505, 9018, 8230, 7389, 10471, 8693, 7750, 10139, 7994, 7997, 9371, 8705, 7519, 10236, 7923, 7107, 9539, 8667, 7518, 11142, 9012, 9392, 10351, 8193, 7933, 9683, 8945, 9228, 10953, 8440, 8602, 8579, 8086, 10035, 8965, 7163, 8894, 8249, 8246, 9473, 8902, 8413, 8857, 9371, 9570, 9263, 8857, 8545, 8949, 9230, 9522, 9751, 8888, 10947, 8747, 9408, 12250, 8704, 7467, 9464, 9130, 10463, 9889, 8538, 10604, 8444, 8529, 9320, 10063, 10849, 8315, 7546, 8898, 8735, 9200, 9204, 7796, 10096, 7919, 7212, 9416, 8662, 8390, 8909, 7539, 9914, 8991, 8370, 10509, 8257, 8798, 8554, 9571, 10641, 8803, 7448, 8814, 7796, 10186, 8564, 11832, 8791, 7261, 8681, 8558, 10016, 9062, 11993, 7976, 7426, 8633, 8429, 9983, 8873, 8886, 8366, 8150, 9427, 8599, 10933, 8243, 10993, 7644, 10693, 8608, 9733, 10032, 8088, 9761, 7871, 10867, 9497, 11304, 8938, 7598, 9485, 8733, 9058, 9996, 9196, 11159, 8738, 8392, 10605, 8954, 8005, 12031, 9112, 8124, 9431, 8066, 7927, 9103, 8689, 7811, 6222, 8134, 8039, 9017, 10164, 8105, 8902, 9126, 7925, 10935, 9175, 10139, 8636, 7472, 10367, 9183, 10725, 9444, 7527, 10440, 8442, 10726, 9155, 7305, 9722, 8833, 8627, 8424, 7226, 10547, 8485, 6752, 8630, 7654, 10892, 8631, 6890, 9743, 8519, 9145, 8793, 8459, 11414, 8667, 8292, 8702, 7874, 11570, 8891, 7043, 9397, 8422, 9327, 8690, 7784, 11239, 8651, 8942, 8398, 7704, 11389, 9048, 7883, 8799, 8087, 11066, 9039, 8041, 9617, 9139, 8300, 8341, 7660, 11804, 8800, 7189, 9599, 8522, 9802, 8610, 7956, 10948, 9198, 6965, 8509, 7490, 10731, 9007, 7204, 8769, 8214, 10641, 8454, 7028, 9817, 8624, 8795, 8437, 7282, 10620, 9020, 7965, 9056, 8334, 11066, 8933, 9514, 9970, 8581, 10129, 8936, 9162, 9212, 8176, 11031, 9386, 6654, 9106, 8001, 10579, 8817, 7181, 10104, 8673, 11163, 8415, 8609, 8796, 8088, 9546, 9396, 7236, 9180, 7973, 9880, 8898, 7550, 10242, 8702, 12104, 9281, 9414, 9671, 7954, 10840, 9002, 12261, 8923, 7835, 9992, 9068, 10307, 9303, 9041, 9474, 8788, 10261, 9499, 7502, 8853, 8199, 11739, 9482, 7488, 10095, 9717, 11220, 8914, 12137, 9472, 7644, 10022, 8162, 11371, 8899, 9049, 9618, 8149, 10122, 8843, 9188, 9399, 8849, 10511, 9529, 9152, 8823, 8130, 11722, 9275, 9917, 9536, 7725, 10853, 9509, 12563, 9393, 7216, 9792, 8128, 10971, 8991, 11217, 9275, 8067, 9821, 8623, 11187, 8906, 11227, 9408, 7092, 9919, 8028, 10838, 8709, 10577, 8963, 7793, 10266, 8321, 8843, 10449, 8202, 8508, 9752, 9195, 8067, 10502, 8998, 13474, 10298, 8805, 11464, 9160, 12248, 9433, 7887, 11123, 9391, 8984, 9094, 8037, 10867, 9227, 7391, 9722, 9108, 10284, 9893, 8578, 11333, 9430, 8874, 9744, 9161, 13534, 10067, 7917, 9929, 8888, 10948, 9563, 7570, 10540, 9129, 10472, 9683, 9296, 11077, 9088, 10154, 9619, 7577, 10088, 8800, 10425, 9460, 8595, 10538, 9616, 11021, 9315, 7951, 10456, 8696, 7650, 9983, 9348, 8008, 10267, 8479, 7769, 10280, 9541, 7720, 9594, 8011, 12332, 9230, 12373, 9659, 10123, 9946, 8367, 11190, 8835, 9883, 9770, 7852, 9858, 8615, 10347, 9600, 7460, 9645, 8708, 11622, 9467, 8306, 9588, 8260, 11465, 9371, 10282, 10043, 7963, 10651, 9212, 10670, 9629, 7651, 10561, 8502, 10665, 9318, 9612, 9826, 8711, 10969, 8828, 9883, 9669, 9030, 9832, 8011, 10559, 9142, 8872, 9537, 8487, 11980, 9370, 8712, 9643, 7558, 10837, 9081, 12385, 9515, 8326, 9492, 8064, 11178, 9056, 10749, 9574, 7838, 10212, 8838, 9867, 9618, 8575, 10098, 9490, 7689, 9849, 8468, 10037, 8894, 7975, 11238, 8702, 9856, 10189, 8498, 10920, 8742, 9898, 9282, 8824, 11109, 9154, 7684, 9228, 8293, 11415, 9622, 9732, 8795, 8401, 9872, 9885, 10771, 10396, 9074, 9206, 9561, 9667, 11936, 10502, 9889, 10012, 9283, 10629, 9644, 10748, 9488, 9666, 8096, 9563, 9756, 9961, 9921, 8762, 12599, 9712, 7756, 10294, 9016, 9627, 9592, 10679, 9368, 9116, 7284, 9998, 9090, 11420, 9496, 8744, 9396, 8085, 10869], 'WindowCenter': [3938.0, 3923.0, 3912.0, 3908.0, 3897.0, 3853.0, 3896.0, 3907.0, 3907.0, 3898.0, 3856.0, 3907.0, 3886.0, 3896.0, 3883.0, 3874.0, 3907.0, 3885.0, 3893.0, 3875.0, 3883.0, 3895.0, 3874.0, 3904.0, 3872.0, 3883.0, 3872.0, 3874.0, 3906.0, 3885.0, 3883.0, 3875.0, 3864.0, 3893.0, 3884.0, 3885.0, 3883.0, 3861.0, 3893.0, 3894.0, 3917.0, 3883.0, 3864.0, 3893.0, 3893.0, 3892.0, 3883.0, 3884.0, 3883.0, 3892.0, 3882.0, 3873.0, 3872.0, 3907.0, 3875.0, 3873.0, 3872.0, 3874.0, 3893.0, 3886.0, 3895.0, 3894.0, 3852.0, 3884.0, 3874.0, 3895.0, 3883.0, 3862.0, 3883.0, 3873.0, 3895.0, 3885.0, 3895.0, 3874.0, 3885.0, 3855.0, 3894.0, 3883.0, 3886.0, 3897.0, 3886.0, 3895.0, 3885.0, 3895.0, 3884.0, 3875.0, 3905.0, 3874.0, 3882.0, 3871.0, 3861.0, 3893.0, 3883.0, 3841.0, 3883.0, 3882.0, 3904.0, 3883.0, 3893.0, 3885.0, 3882.0, 3894.0, 3872.0, 3904.0, 3882.0, 3864.0, 3883.0, 3882.0, 3892.0, 3871.0, 3893.0, 3882.0, 3862.0, 3894.0, 3874.0, 3874.0, 3884.0, 3886.0, 3895.0, 3882.0, 3865.0, 3895.0, 3894.0, 3916.0, 3894.0, 3875.0, 3885.0, 3874.0, 3905.0, 3884.0, 3861.0, 3882.0, 3862.0, 3882.0, 3882.0, 3874.0, 3895.0, 3873.0, 3873.0, 3884.0, 3852.0, 3882.0, 3883.0, 3917.0, 3883.0, 3851.0, 3882.0, 3894.0, 3892.0, 3885.0, 3873.0, 3883.0, 3872.0, 3894.0, 3883.0, 3891.0, 3883.0, 3871.0, 3883.0, 3873.0, 3852.0, 3883.0, 3875.0, 3895.0, 3886.0, 3853.0, 3884.0, 3862.0, 3895.0, 3896.0, 3918.0, 3883.0, 3904.0, 3871.0, 3891.0, 3871.0, 3870.0, 3871.0, 3852.0, 3881.0, 3873.0, 3893.0, 3871.0, 3862.0, 3892.0, 3884.0, 3851.0, 3906.0, 3894.0, 3851.0, 3893.0, 3884.0, 3874.0, 3894.0, 3884.0, 3853.0, 3883.0, 3885.0, 3866.0, 3896.0, 3899.0, 3887.0, 3895.0, 3874.0, 3905.0, 3884.0, 3884.0, 3894.0, 3884.0, 3903.0, 3883.0, 3883.0, 3907.0, 3894.0, 3905.0, 3884.0, 3854.0, 3894.0, 3897.0, 3853.0, 3909.0, 3887.0, 3885.0, 3896.0, 3896.0, 3908.0, 3885.0, 3863.0, 3894.0, 3884.0, 3905.0, 3893.0, 3862.0, 3893.0, 3883.0, 3893.0, 3897.0, 3862.0, 3894.0, 3873.0, 3903.0, 3884.0, 3894.0, 3884.0, 3864.0, 3893.0, 3873.0, 3888.0, 3896.0, 3876.0, 3889.0, 3910.0, 3878.0, 3919.0, 3897.0, 3895.0, 3897.0, 3874.0, 3906.0, 3886.0, 3885.0, 3895.0, 3863.0, 3904.0, 3871.0, 3914.0, 3892.0, 3903.0, 3881.0, 3838.0, 3880.0, 3873.0, 3901.0, 3892.0, 3861.0, 3881.0, 3860.0, 3892.0, 3872.0, 3861.0, 3896.0, 3865.0, 3863.0, 3884.0, 3884.0, 3907.0, 3894.0, 3884.0, 3883.0, 3883.0, 3873.0, 3918.0, 3885.0, 3864.0, 3898.0, 3885.0, 3896.0, 3895.0, 3885.0, 3905.0, 3883.0, 3883.0, 3906.0, 3895.0, 3874.0, 3896.0, 3885.0, 3874.0, 3906.0, 3886.0, 3864.0, 3896.0, 3873.0, 3894.0, 3898.0, 3885.0, 3884.0, 3883.0, 3863.0, 3905.0, 3883.0, 3873.0, 3906.0, 3873.0, 3873.0, 3895.0, 3884.0, 3864.0, 3907.0, 3887.0, 3863.0, 3893.0, 3884.0, 3862.0, 3905.0, 3884.0, 3894.0, 3904.0, 3873.0, 3873.0, 3894.0, 3884.0, 3896.0, 3904.0, 3872.0, 3872.0, 3883.0, 3873.0, 3895.0, 3884.0, 3852.0, 3883.0, 3874.0, 3875.0, 3896.0, 3885.0, 3872.0, 3885.0, 3897.0, 3896.0, 3897.0, 3897.0, 3884.0, 3884.0, 3896.0, 3896.0, 3895.0, 3884.0, 3904.0, 3884.0, 3894.0, 3917.0, 3884.0, 3863.0, 3893.0, 3883.0, 3904.0, 3893.0, 3872.0, 3892.0, 3871.0, 3871.0, 3883.0, 3892.0, 3906.0, 3873.0, 3862.0, 3882.0, 3883.0, 3883.0, 3895.0, 3874.0, 3905.0, 3874.0, 3864.0, 3894.0, 3896.0, 3885.0, 3895.0, 3874.0, 3895.0, 3896.0, 3888.0, 3908.0, 3886.0, 3883.0, 3885.0, 3895.0, 3918.0, 3896.0, 3875.0, 3896.0, 3874.0, 3907.0, 3886.0, 3917.0, 3885.0, 3863.0, 3883.0, 3883.0, 3907.0, 3897.0, 3917.0, 3874.0, 3862.0, 3883.0, 3883.0, 3905.0, 3897.0, 3895.0, 3884.0, 3885.0, 3894.0, 3884.0, 3917.0, 3885.0, 3906.0, 3874.0, 3893.0, 3884.0, 3908.0, 3894.0, 3872.0, 3907.0, 3885.0, 3908.0, 3896.0, 3905.0, 3898.0, 3864.0, 3894.0, 3888.0, 3886.0, 3908.0, 3899.0, 3920.0, 3887.0, 3886.0, 3907.0, 3897.0, 3874.0, 3918.0, 3884.0, 3873.0, 3885.0, 3875.0, 3875.0, 3897.0, 3886.0, 3878.0, 3857.0, 3889.0, 3889.0, 3910.0, 3910.0, 3888.0, 3897.0, 3898.0, 3876.0, 3908.0, 3898.0, 3907.0, 3886.0, 3864.0, 3906.0, 3885.0, 3907.0, 3896.0, 3863.0, 3906.0, 3874.0, 3906.0, 3897.0, 3864.0, 3895.0, 3884.0, 3884.0, 3874.0, 3863.0, 3906.0, 3887.0, 3855.0, 3886.0, 3877.0, 3908.0, 3899.0, 3866.0, 3897.0, 3887.0, 3896.0, 3886.0, 3886.0, 3919.0, 3886.0, 3875.0, 3884.0, 3876.0, 3905.0, 3897.0, 3865.0, 3898.0, 3888.0, 3896.0, 3886.0, 3875.0, 3917.0, 3886.0, 3886.0, 3885.0, 3863.0, 3918.0, 3897.0, 3875.0, 3886.0, 3874.0, 3906.0, 3885.0, 3877.0, 3896.0, 3895.0, 3887.0, 3886.0, 3874.0, 3917.0, 3885.0, 3865.0, 3895.0, 3885.0, 3894.0, 3884.0, 3876.0, 3908.0, 3896.0, 3853.0, 3884.0, 3864.0, 3905.0, 3885.0, 3864.0, 3885.0, 3886.0, 3905.0, 3886.0, 3866.0, 3908.0, 3888.0, 3887.0, 3874.0, 3865.0, 3905.0, 3897.0, 3875.0, 3886.0, 3874.0, 3906.0, 3885.0, 3896.0, 3896.0, 3885.0, 3895.0, 3883.0, 3883.0, 3883.0, 3873.0, 3905.0, 3894.0, 3852.0, 3884.0, 3874.0, 3906.0, 3886.0, 3865.0, 3907.0, 3886.0, 3907.0, 3874.0, 3884.0, 3886.0, 3876.0, 3897.0, 3898.0, 3864.0, 3896.0, 3875.0, 3909.0, 3897.0, 3877.0, 3907.0, 3885.0, 3915.0, 3884.0, 3885.0, 3894.0, 3876.0, 3905.0, 3884.0, 3915.0, 3884.0, 3863.0, 3895.0, 3896.0, 3895.0, 3885.0, 3883.0, 3896.0, 3884.0, 3906.0, 3896.0, 3864.0, 3884.0, 3874.0, 3918.0, 3897.0, 3865.0, 3906.0, 3894.0, 3906.0, 3884.0, 3915.0, 3896.0, 3863.0, 3894.0, 3873.0, 3905.0, 3884.0, 3886.0, 3896.0, 3874.0, 3894.0, 3885.0, 3895.0, 3896.0, 3898.0, 3908.0, 3898.0, 3896.0, 3886.0, 3875.0, 3920.0, 3897.0, 3896.0, 3896.0, 3863.0, 3893.0, 3883.0, 3918.0, 3884.0, 3864.0, 3894.0, 3875.0, 3906.0, 3886.0, 3907.0, 3896.0, 3875.0, 3896.0, 3884.0, 3904.0, 3885.0, 3906.0, 3896.0, 3866.0, 3895.0, 3875.0, 3905.0, 3886.0, 3907.0, 3898.0, 3878.0, 3921.0, 3887.0, 3898.0, 3918.0, 3886.0, 3899.0, 3909.0, 3899.0, 3876.0, 3909.0, 3898.0, 3931.0, 3910.0, 3886.0, 3906.0, 3896.0, 3917.0, 3896.0, 3875.0, 3904.0, 3886.0, 3884.0, 3885.0, 3875.0, 3909.0, 3896.0, 3865.0, 3896.0, 3885.0, 3895.0, 3896.0, 3887.0, 3907.0, 3885.0, 3885.0, 3883.0, 3885.0, 3928.0, 3895.0, 3874.0, 3894.0, 3886.0, 3905.0, 3894.0, 3863.0, 3894.0, 3884.0, 3893.0, 3883.0, 3883.0, 3904.0, 3883.0, 3894.0, 3894.0, 3861.0, 3894.0, 3883.0, 3906.0, 3894.0, 3885.0, 3906.0, 3895.0, 3905.0, 3885.0, 3875.0, 3905.0, 3886.0, 3863.0, 3907.0, 3896.0, 3888.0, 3921.0, 3888.0, 3876.0, 3908.0, 3907.0, 3877.0, 3895.0, 3875.0, 3917.0, 3897.0, 3916.0, 3895.0, 3893.0, 3895.0, 3873.0, 3906.0, 3883.0, 3894.0, 3895.0, 3873.0, 3893.0, 3884.0, 3906.0, 3895.0, 3864.0, 3893.0, 3886.0, 3918.0, 3895.0, 3886.0, 3894.0, 3873.0, 3916.0, 3896.0, 3907.0, 3894.0, 3885.0, 3908.0, 3896.0, 3903.0, 3883.0, 3861.0, 3903.0, 3874.0, 3893.0, 3883.0, 3893.0, 3896.0, 3884.0, 3905.0, 3883.0, 3893.0, 3893.0, 3883.0, 3894.0, 3873.0, 3906.0, 3896.0, 3884.0, 3893.0, 3883.0, 3919.0, 3895.0, 3885.0, 3895.0, 3875.0, 3906.0, 3883.0, 3918.0, 3897.0, 3884.0, 3896.0, 3875.0, 3904.0, 3885.0, 3919.0, 3895.0, 3863.0, 3893.0, 3883.0, 3893.0, 3896.0, 3886.0, 3895.0, 3897.0, 3877.0, 3908.0, 3890.0, 3907.0, 3885.0, 3874.0, 3904.0, 3884.0, 3894.0, 3897.0, 3884.0, 3904.0, 3873.0, 3894.0, 3885.0, 3884.0, 3904.0, 3883.0, 3875.0, 3924.0, 3915.0, 3931.0, 3882.0, 3878.0, 3939.0, 3928.0, 3918.0, 3890.0, 3888.0, 3877.0, 3896.0, 3879.0, 3868.0, 3879.0, 3903.0, 3892.0, 3893.0, 3893.0, 3885.0, 3894.0, 3893.0, 3903.0, 3881.0, 3891.0, 3871.0, 3881.0, 3881.0, 3882.0, 3881.0, 3871.0, 3915.0, 3881.0, 3861.0, 3890.0, 3883.0, 3893.0, 3892.0, 3904.0, 3883.0, 3883.0, 3862.0, 3893.0, 3886.0, 3918.0, 3897.0, 3896.0, 3882.0, 3871.0, 3891.0], 'WindowWidth': [8809.0, 8779.0, 8758.0, 8750.0, 8730.0, 8667.0, 8726.0, 8743.0, 8742.0, 8734.0, 8673.0, 8743.0, 8712.0, 8723.0, 8705.0, 8692.0, 8741.0, 8708.0, 8718.0, 8695.0, 8702.0, 8721.0, 8693.0, 8734.0, 8688.0, 8702.0, 8687.0, 8692.0, 8738.0, 8708.0, 8702.0, 8694.0, 8680.0, 8718.0, 8706.0, 8707.0, 8701.0, 8670.0, 8716.0, 8718.0, 8755.0, 8703.0, 8677.0, 8713.0, 8716.0, 8714.0, 8702.0, 8705.0, 8699.0, 8713.0, 8699.0, 8690.0, 8688.0, 8741.0, 8695.0, 8688.0, 8688.0, 8692.0, 8715.0, 8711.0, 8720.0, 8717.0, 8661.0, 8704.0, 8691.0, 8720.0, 8701.0, 8672.0, 8701.0, 8690.0, 8721.0, 8707.0, 8721.0, 8692.0, 8706.0, 8668.0, 8721.0, 8705.0, 8711.0, 8726.0, 8709.0, 8721.0, 8707.0, 8721.0, 8705.0, 8693.0, 8737.0, 8690.0, 8697.0, 8683.0, 8671.0, 8716.0, 8702.0, 8645.0, 8700.0, 8701.0, 8732.0, 8703.0, 8716.0, 8707.0, 8700.0, 8718.0, 8687.0, 8731.0, 8701.0, 8676.0, 8701.0, 8697.0, 8710.0, 8684.0, 8714.0, 8701.0, 8675.0, 8718.0, 8692.0, 8693.0, 8705.0, 8711.0, 8720.0, 8700.0, 8682.0, 8721.0, 8718.0, 8755.0, 8719.0, 8694.0, 8707.0, 8693.0, 8735.0, 8705.0, 8672.0, 8700.0, 8674.0, 8699.0, 8700.0, 8690.0, 8722.0, 8690.0, 8690.0, 8704.0, 8659.0, 8699.0, 8701.0, 8756.0, 8701.0, 8658.0, 8698.0, 8717.0, 8713.0, 8708.0, 8691.0, 8702.0, 8688.0, 8716.0, 8703.0, 8710.0, 8703.0, 8685.0, 8702.0, 8688.0, 8660.0, 8701.0, 8693.0, 8723.0, 8711.0, 8664.0, 8703.0, 8671.0, 8721.0, 8725.0, 8756.0, 8701.0, 8730.0, 8684.0, 8712.0, 8683.0, 8680.0, 8682.0, 8656.0, 8696.0, 8688.0, 8715.0, 8682.0, 8671.0, 8711.0, 8704.0, 8657.0, 8738.0, 8719.0, 8661.0, 8718.0, 8707.0, 8696.0, 8721.0, 8708.0, 8665.0, 8707.0, 8711.0, 8687.0, 8727.0, 8737.0, 8715.0, 8722.0, 8695.0, 8740.0, 8707.0, 8711.0, 8722.0, 8708.0, 8731.0, 8704.0, 8704.0, 8742.0, 8721.0, 8736.0, 8707.0, 8669.0, 8722.0, 8730.0, 8668.0, 8747.0, 8717.0, 8713.0, 8727.0, 8728.0, 8744.0, 8709.0, 8678.0, 8721.0, 8707.0, 8737.0, 8718.0, 8676.0, 8718.0, 8706.0, 8716.0, 8727.0, 8676.0, 8721.0, 8690.0, 8731.0, 8706.0, 8718.0, 8708.0, 8681.0, 8719.0, 8694.0, 8719.0, 8725.0, 8701.0, 8725.0, 8754.0, 8709.0, 8763.0, 8730.0, 8723.0, 8726.0, 8694.0, 8743.0, 8714.0, 8713.0, 8724.0, 8677.0, 8734.0, 8684.0, 8750.0, 8715.0, 8729.0, 8698.0, 8639.0, 8693.0, 8688.0, 8727.0, 8713.0, 8671.0, 8696.0, 8668.0, 8714.0, 8688.0, 8673.0, 8723.0, 8683.0, 8678.0, 8709.0, 8708.0, 8741.0, 8720.0, 8709.0, 8706.0, 8706.0, 8693.0, 8761.0, 8713.0, 8684.0, 8732.0, 8713.0, 8730.0, 8724.0, 8712.0, 8737.0, 8705.0, 8706.0, 8742.0, 8722.0, 8696.0, 8728.0, 8714.0, 8696.0, 8742.0, 8713.0, 8683.0, 8726.0, 8692.0, 8722.0, 8730.0, 8710.0, 8710.0, 8704.0, 8678.0, 8737.0, 8706.0, 8690.0, 8738.0, 8692.0, 8692.0, 8724.0, 8708.0, 8683.0, 8742.0, 8715.0, 8677.0, 8718.0, 8706.0, 8673.0, 8739.0, 8706.0, 8721.0, 8737.0, 8692.0, 8692.0, 8721.0, 8705.0, 8724.0, 8732.0, 8688.0, 8686.0, 8703.0, 8691.0, 8723.0, 8706.0, 8660.0, 8702.0, 8694.0, 8695.0, 8723.0, 8708.0, 8688.0, 8707.0, 8728.0, 8725.0, 8730.0, 8730.0, 8708.0, 8706.0, 8725.0, 8726.0, 8722.0, 8705.0, 8735.0, 8704.0, 8721.0, 8759.0, 8707.0, 8678.0, 8715.0, 8704.0, 8734.0, 8718.0, 8686.0, 8713.0, 8684.0, 8684.0, 8702.0, 8713.0, 8739.0, 8690.0, 8674.0, 8701.0, 8703.0, 8703.0, 8723.0, 8694.0, 8738.0, 8694.0, 8682.0, 8721.0, 8728.0, 8711.0, 8722.0, 8695.0, 8724.0, 8727.0, 8718.0, 8743.0, 8713.0, 8705.0, 8710.0, 8722.0, 8761.0, 8727.0, 8698.0, 8725.0, 8695.0, 8744.0, 8714.0, 8758.0, 8710.0, 8680.0, 8703.0, 8707.0, 8742.0, 8730.0, 8756.0, 8693.0, 8674.0, 8703.0, 8705.0, 8738.0, 8729.0, 8725.0, 8707.0, 8712.0, 8722.0, 8708.0, 8758.0, 8711.0, 8740.0, 8693.0, 8715.0, 8706.0, 8745.0, 8720.0, 8686.0, 8739.0, 8709.0, 8742.0, 8723.0, 8734.0, 8731.0, 8675.0, 8715.0, 8717.0, 8712.0, 8743.0, 8732.0, 8763.0, 8713.0, 8711.0, 8739.0, 8729.0, 8693.0, 8758.0, 8705.0, 8689.0, 8707.0, 8693.0, 8696.0, 8729.0, 8712.0, 8703.0, 8680.0, 8723.0, 8721.0, 8753.0, 8749.0, 8716.0, 8728.0, 8729.0, 8698.0, 8745.0, 8729.0, 8741.0, 8709.0, 8679.0, 8737.0, 8707.0, 8740.0, 8722.0, 8676.0, 8735.0, 8692.0, 8735.0, 8724.0, 8677.0, 8720.0, 8705.0, 8704.0, 8691.0, 8678.0, 8741.0, 8713.0, 8671.0, 8710.0, 8703.0, 8743.0, 8734.0, 8686.0, 8729.0, 8716.0, 8725.0, 8711.0, 8711.0, 8762.0, 8711.0, 8695.0, 8704.0, 8697.0, 8737.0, 8726.0, 8683.0, 8730.0, 8716.0, 8724.0, 8711.0, 8696.0, 8756.0, 8712.0, 8711.0, 8708.0, 8677.0, 8757.0, 8726.0, 8696.0, 8709.0, 8689.0, 8736.0, 8709.0, 8698.0, 8725.0, 8724.0, 8713.0, 8711.0, 8693.0, 8756.0, 8708.0, 8682.0, 8720.0, 8708.0, 8719.0, 8703.0, 8696.0, 8744.0, 8723.0, 8664.0, 8705.0, 8679.0, 8735.0, 8709.0, 8680.0, 8709.0, 8712.0, 8736.0, 8710.0, 8684.0, 8744.0, 8717.0, 8712.0, 8693.0, 8683.0, 8736.0, 8727.0, 8696.0, 8709.0, 8692.0, 8737.0, 8707.0, 8724.0, 8724.0, 8708.0, 8721.0, 8703.0, 8700.0, 8702.0, 8688.0, 8736.0, 8719.0, 8660.0, 8703.0, 8691.0, 8737.0, 8710.0, 8681.0, 8739.0, 8711.0, 8739.0, 8693.0, 8704.0, 8711.0, 8697.0, 8728.0, 8729.0, 8681.0, 8724.0, 8697.0, 8745.0, 8727.0, 8700.0, 8738.0, 8707.0, 8751.0, 8706.0, 8708.0, 8717.0, 8697.0, 8733.0, 8705.0, 8747.0, 8706.0, 8676.0, 8723.0, 8725.0, 8720.0, 8707.0, 8703.0, 8724.0, 8706.0, 8738.0, 8724.0, 8678.0, 8704.0, 8693.0, 8760.0, 8726.0, 8683.0, 8736.0, 8718.0, 8735.0, 8705.0, 8751.0, 8724.0, 8678.0, 8716.0, 8691.0, 8732.0, 8704.0, 8711.0, 8723.0, 8695.0, 8719.0, 8707.0, 8721.0, 8726.0, 8730.0, 8744.0, 8729.0, 8725.0, 8711.0, 8695.0, 8763.0, 8727.0, 8725.0, 8723.0, 8676.0, 8715.0, 8703.0, 8757.0, 8705.0, 8679.0, 8719.0, 8695.0, 8735.0, 8710.0, 8739.0, 8723.0, 8695.0, 8722.0, 8703.0, 8729.0, 8705.0, 8738.0, 8724.0, 8685.0, 8722.0, 8694.0, 8736.0, 8710.0, 8739.0, 8731.0, 8705.0, 8766.0, 8715.0, 8732.0, 8760.0, 8713.0, 8732.0, 8747.0, 8734.0, 8698.0, 8746.0, 8729.0, 8781.0, 8747.0, 8710.0, 8736.0, 8722.0, 8758.0, 8725.0, 8695.0, 8732.0, 8709.0, 8703.0, 8705.0, 8693.0, 8746.0, 8724.0, 8680.0, 8721.0, 8708.0, 8721.0, 8724.0, 8710.0, 8739.0, 8705.0, 8705.0, 8700.0, 8704.0, 8774.0, 8719.0, 8692.0, 8714.0, 8709.0, 8735.0, 8719.0, 8676.0, 8716.0, 8701.0, 8714.0, 8699.0, 8698.0, 8730.0, 8700.0, 8717.0, 8717.0, 8671.0, 8717.0, 8701.0, 8737.0, 8717.0, 8708.0, 8736.0, 8719.0, 8735.0, 8706.0, 8695.0, 8736.0, 8711.0, 8675.0, 8738.0, 8724.0, 8716.0, 8765.0, 8718.0, 8700.0, 8744.0, 8743.0, 8699.0, 8722.0, 8696.0, 8754.0, 8728.0, 8754.0, 8721.0, 8714.0, 8720.0, 8689.0, 8740.0, 8704.0, 8718.0, 8720.0, 8691.0, 8715.0, 8707.0, 8738.0, 8723.0, 8679.0, 8718.0, 8711.0, 8758.0, 8722.0, 8713.0, 8720.0, 8690.0, 8751.0, 8723.0, 8739.0, 8719.0, 8712.0, 8743.0, 8727.0, 8730.0, 8702.0, 8671.0, 8729.0, 8690.0, 8716.0, 8704.0, 8717.0, 8724.0, 8704.0, 8734.0, 8703.0, 8716.0, 8717.0, 8703.0, 8720.0, 8690.0, 8738.0, 8726.0, 8706.0, 8718.0, 8703.0, 8760.0, 8722.0, 8711.0, 8720.0, 8696.0, 8739.0, 8705.0, 8761.0, 8725.0, 8707.0, 8724.0, 8696.0, 8733.0, 8708.0, 8759.0, 8720.0, 8674.0, 8713.0, 8702.0, 8714.0, 8722.0, 8707.0, 8721.0, 8723.0, 8700.0, 8743.0, 8723.0, 8742.0, 8707.0, 8690.0, 8730.0, 8703.0, 8719.0, 8727.0, 8705.0, 8730.0, 8688.0, 8717.0, 8707.0, 8705.0, 8732.0, 8701.0, 8697.0, 8777.0, 8768.0, 8782.0, 8696.0, 8686.0, 8812.0, 8794.0, 8760.0, 8705.0, 8698.0, 8681.0, 8728.0, 8687.0, 8671.0, 8689.0, 8729.0, 8710.0, 8715.0, 8716.0, 8705.0, 8714.0, 8715.0, 8728.0, 8695.0, 8711.0, 8684.0, 8693.0, 8696.0, 8699.0, 8697.0, 8683.0, 8750.0, 8696.0, 8670.0, 8708.0, 8704.0, 8716.0, 8714.0, 8731.0, 8705.0, 8702.0, 8674.0, 8714.0, 8708.0, 8760.0, 8725.0, 8726.0, 8700.0, 8682.0, 8709.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.0010084412733260154</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05694373622392975</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.333719693736285</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0827992664285724</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9375276616703287</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4833</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5099.7671</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16302133244200775</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>240</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>26.344676180021953</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6897877691565095</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.654202027627983</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9868946560596092</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4282666237819353</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00306105</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.008170483633875847</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03049415349960327</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.760447178712466</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>20.9459</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.5284</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.769</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299341.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>761.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.0071</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0387</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.5941</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3058.8684</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3270.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77203.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>922.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4028.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.5718</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.495376251870766</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> |