=== 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-0018 --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-0018",
"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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-02/func/sub-0018_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>cc328172b191d9460623d2170f3171a8</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>10:38:0.250000</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_VE11C_LATEST_20160120</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.987593, 0.132391, 0.084452, -0.124237, 0.987651, -0.0954473]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.101152</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>[4163, -7753, -7250, 726, -17, -227, -62, 45]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.877</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>15649c42-7d02-431b-94ab-5d73f4e2d7d4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6496405601501465, -0.3333180248737335, 0.2593227028846741, 116.83895111083984], [-0.35519513487815857, 2.6497962474823, -0.22618193924427032, -74.7201919555664], [0.22657844424247742, 0.25607815384864807, 2.677983045578003, -81.67655181884766], [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': ['103800.250000', '103800.710000', '103801.170000', '103801.630000', '103802.090000', '103802.550000', '103803.010000', '103803.470000', '103803.930000', '103804.390000', '103804.850000', '103805.310000', '103805.770000', '103806.230000', '103806.690000', '103807.150000', '103807.610000', '103808.070000', '103808.530000', '103808.990000', '103809.450000', '103809.910000', '103810.370000', '103810.830000', '103811.290000', '103811.750000', '103812.210000', '103812.670000', '103813.130000', '103813.590000', '103814.050000', '103814.510000', '103814.970000', '103815.430000', '103815.890000', '103816.350000', '103816.810000', '103817.270000', '103817.730000', '103818.190000', '103818.650000', '103819.110000', '103819.570000', '103820.030000', '103820.490000', '103820.950000', '103821.410000', '103821.870000', '103822.330000', '103822.790000', '103823.250000', '103823.710000', '103824.170000', '103824.630000', '103825.090000', '103825.550000', '103826.010000', '103826.470000', '103826.930000', '103827.390000', '103827.850000', '103828.310000', '103828.770000', '103829.230000', '103829.690000', '103830.150000', '103830.610000', '103831.070000', '103831.530000', '103831.990000', '103832.450000', '103832.910000', '103833.370000', '103833.830000', '103834.290000', '103834.750000', '103835.210000', '103835.670000', '103836.130000', '103836.590000', '103837.050000', '103837.510000', '103837.970000', '103838.430000', '103838.890000', '103839.350000', '103839.810000', '103840.270000', '103840.730000', '103841.190000', '103841.650000', '103842.110000', '103842.570000', '103843.030000', '103843.490000', '103843.950000', '103844.410000', '103844.870000', '103845.330000', '103845.790000', '103846.250000', '103846.710000', '103847.170000', '103847.630000', '103848.090000', '103848.550000', '103849.010000', '103849.470000', '103849.930000', '103850.390000', '103850.850000', '103851.310000', '103851.770000', '103852.230000', '103852.690000', '103853.150000', '103853.610000', '103854.070000', '103854.530000', '103854.990000', '103855.450000', '103855.910000', '103856.370000', '103856.830000', '103857.290000', '103857.750000', '103858.210000', '103858.670000', '103859.130000', '103859.590000', '103900.050000', '103900.510000', '103900.970000', '103901.430000', '103901.890000', '103902.350000', '103902.810000', '103903.270000', '103903.730000', '103904.190000', '103904.650000', '103905.110000', '103905.570000', '103906.030000', '103906.490000', '103906.950000', '103907.410000', '103907.870000', '103908.330000', '103908.790000', '103909.250000', '103909.710000', '103910.170000', '103910.630000', '103911.090000', '103911.550000', '103912.010000', '103912.470000', '103912.930000', '103913.390000', '103913.850000', '103914.310000', '103914.770000', '103915.230000', '103915.690000', '103916.150000', '103916.610000', '103917.070000', '103917.530000', '103917.990000', '103918.450000', '103918.910000', '103919.370000', '103919.830000', '103920.290000', '103920.750000', '103921.210000', '103921.670000', '103922.130000', '103922.590000', '103923.050000', '103923.510000', '103923.970000', '103924.430000', '103924.890000', '103925.350000', '103925.810000', '103926.270000', '103926.730000', '103927.190000', '103927.650000', '103928.110000', '103928.570000', '103929.030000', '103929.490000', '103929.950000', '103930.410000', '103930.870000', '103931.330000', '103931.790000', '103932.250000', '103932.710000', '103933.170000', '103933.630000', '103934.090000', '103934.550000', '103935.010000', '103935.470000', '103935.930000', '103936.390000', '103936.850000', '103937.310000', '103937.770000', '103938.230000', '103938.690000', '103939.150000', '103939.610000', '103940.070000', '103940.530000', '103940.990000', '103941.450000', '103941.910000', '103942.370000', '103942.830000', '103943.290000', '103943.750000', '103944.210000', '103944.670000', '103945.130000', '103945.590000', '103946.050000', '103946.510000', '103946.970000', '103947.430000', '103947.890000', '103948.350000', '103948.810000', '103949.270000', '103949.730000', '103950.190000', '103950.650000', '103951.110000', '103951.570000', '103952.030000', '103952.490000', '103952.950000', '103953.410000', '103953.870000', '103954.330000', '103954.790000', '103955.250000', '103955.710000', '103956.170000', '103956.630000', '103957.090000', '103957.550000', '103958.010000', '103958.470000', '103958.930000', '103959.390000', '103959.850000', '104000.310000', '104000.770000', '104001.230000', '104001.690000', '104002.150000', '104002.610000', '104003.070000', '104003.530000', '104003.990000', '104004.450000', '104004.910000', '104005.370000', '104005.830000', '104006.290000', '104006.750000', '104007.210000', '104007.670000', '104008.130000', '104008.590000', '104009.050000', '104009.510000', '104009.970000', '104010.430000', '104010.890000', '104011.350000', '104011.810000', '104012.270000', '104012.730000', '104013.190000', '104013.650000', '104014.110000', '104014.570000', '104015.030000', '104015.490000', '104015.950000', '104016.410000', '104016.870000', '104017.330000', '104017.790000', '104018.250000', '104018.710000', '104019.170000', '104019.630000', '104020.090000', '104020.550000', '104021.010000', '104021.470000', '104021.930000', '104022.390000', '104022.850000', '104023.310000', '104023.770000', '104024.230000', '104024.690000', '104025.150000', '104025.610000', '104026.070000', '104026.530000', '104026.990000', '104027.450000', '104027.910000', '104028.370000', '104028.830000', '104029.290000', '104029.750000', '104030.210000', '104030.670000', '104031.130000', '104031.590000', '104032.050000', '104032.510000', '104032.970000', '104033.430000', '104033.890000', '104034.350000', '104034.810000', '104035.270000', '104035.730000', '104036.190000', '104036.650000', '104037.110000', '104037.570000', '104038.030000', '104038.490000', '104038.950000', '104039.410000', '104039.870000', '104040.330000', '104040.790000', '104041.250000', '104041.710000', '104042.170000', '104042.630000', '104043.090000', '104043.550000', '104044.010000', '104044.470000', '104044.930000', '104045.390000', '104045.850000', '104046.310000', '104046.770000', '104047.230000', '104047.690000', '104048.150000', '104048.610000', '104049.070000', '104049.530000', '104049.990000', '104050.450000', '104050.910000', '104051.370000', '104051.830000', '104052.290000', '104052.750000', '104053.210000', '104053.670000', '104054.130000', '104054.590000', '104055.050000', '104055.510000', '104055.970000', '104056.430000', '104056.890000', '104057.350000', '104057.810000', '104058.270000', '104058.730000', '104059.190000', '104059.650000', '104100.110000', '104100.570000', '104101.030000', '104101.490000', '104101.950000', '104102.410000', '104102.870000', '104103.330000', '104103.790000', '104104.250000', '104104.710000', '104105.170000', '104105.630000', '104106.090000', '104106.550000', '104107.010000', '104107.470000', '104107.930000', '104108.390000', '104108.850000', '104109.310000', '104109.770000', '104110.230000', '104110.690000', '104111.150000', '104111.610000', '104112.070000', '104112.530000', '104112.990000', '104113.450000', '104113.910000', '104114.370000', '104114.830000', '104115.290000', '104115.750000', '104116.210000', '104116.670000', '104117.130000', '104117.590000', '104118.050000', '104118.510000', '104118.970000', '104119.430000', '104119.890000', '104120.350000', '104120.810000', '104121.270000', '104121.730000', '104122.190000', '104122.650000', '104123.110000', '104123.570000', '104124.030000', '104124.490000', '104124.950000', '104125.410000', '104125.870000', '104126.330000', '104126.790000', '104127.250000', '104127.710000', '104128.170000', '104128.630000', '104129.090000', '104129.550000', '104130.010000', '104130.470000', '104130.930000', '104131.390000', '104131.850000', '104132.310000', '104132.770000', '104133.230000', '104133.690000', '104134.150000', '104134.610000', '104135.070000', '104135.530000', '104135.990000', '104136.450000', '104136.910000', '104137.370000', '104137.830000', '104138.290000', '104138.750000', '104139.210000', '104139.670000', '104140.130000', '104140.590000', '104141.050000', '104141.510000', '104141.970000', '104142.430000', '104142.890000', '104143.350000', '104143.810000', '104144.270000', '104144.730000', '104145.190000', '104145.650000', '104146.110000', '104146.570000', '104147.030000', '104147.490000', '104147.950000', '104148.410000', '104148.870000', '104149.330000', '104149.790000', '104150.250000', '104150.710000', '104151.170000', '104151.630000', '104152.090000', '104152.550000', '104153.010000', '104153.470000', '104153.930000', '104154.390000', '104154.850000', '104155.310000', '104155.770000', '104156.230000', '104156.690000', '104157.150000', '104157.610000', '104158.070000', '104158.530000', '104158.990000', '104159.450000', '104159.910000', '104200.370000', '104200.830000', '104201.290000', '104201.750000', '104202.210000', '104202.670000', '104203.130000', '104203.590000', '104204.050000', '104204.510000', '104204.970000', '104205.430000', '104205.890000', '104206.350000', '104206.810000', '104207.270000', '104207.730000', '104208.190000', '104208.650000', '104209.110000', '104209.570000', '104210.030000', '104210.490000', '104210.950000', '104211.410000', '104211.870000', '104212.330000', '104212.790000', '104213.250000', '104213.710000', '104214.170000', '104214.630000', '104215.090000', '104215.550000', '104216.010000', '104216.470000', '104216.930000', '104217.390000', '104217.850000', '104218.310000', '104218.770000', '104219.230000', '104219.690000', '104220.150000', '104220.610000', '104221.070000', '104221.530000', '104221.990000', '104222.450000', '104222.910000', '104223.370000', '104223.830000', '104224.290000', '104224.750000', '104225.210000', '104225.670000', '104226.130000', '104226.590000', '104227.050000', '104227.510000', '104227.970000', '104228.430000', '104228.890000', '104229.350000', '104229.810000', '104230.270000', '104230.730000', '104231.190000', '104231.650000', '104232.110000', '104232.570000', '104233.030000', '104233.490000', '104233.950000', '104234.410000', '104234.870000', '104235.330000', '104235.790000', '104236.250000', '104236.710000', '104237.170000', '104237.630000', '104238.090000', '104238.550000', '104239.010000', '104239.470000', '104239.930000', '104240.390000', '104240.850000', '104241.310000', '104241.770000', '104242.230000', '104242.690000', '104243.150000', '104243.610000', '104244.070000', '104244.530000', '104244.990000', '104245.450000', '104245.910000', '104246.370000', '104246.830000', '104247.290000', '104247.750000', '104248.210000', '104248.670000', '104249.130000', '104249.590000', '104250.050000', '104250.510000', '104250.970000', '104251.430000', '104251.890000', '104252.350000', '104252.810000', '104253.270000', '104253.730000', '104254.190000', '104254.650000', '104255.110000', '104255.570000', '104256.030000', '104256.490000', '104256.950000', '104257.410000', '104257.870000', '104258.330000', '104258.790000', '104259.250000', '104259.710000', '104300.170000', '104300.630000', '104301.090000', '104301.550000', '104302.010000', '104302.470000', '104302.930000', '104303.390000', '104303.850000', '104304.310000', '104304.770000', '104305.230000', '104305.690000', '104306.150000', '104306.610000', '104307.070000', '104307.530000', '104307.990000', '104308.450000', '104308.910000', '104309.370000', '104309.830000', '104310.290000', '104310.750000', '104311.210000', '104311.670000', '104312.130000', '104312.590000', '104313.050000', '104313.510000', '104313.970000', '104314.430000', '104314.890000', '104315.350000', '104315.810000', '104316.270000', '104316.730000', '104317.190000', '104317.650000', '104318.110000', '104318.570000', '104319.030000', '104319.490000', '104319.950000', '104320.410000', '104320.870000', '104321.330000', '104321.790000', '104322.250000', '104322.710000', '104323.170000', '104323.630000', '104324.090000', '104324.550000', '104325.010000', '104325.470000', '104325.930000', '104326.390000', '104326.850000', '104327.310000', '104327.770000', '104328.230000', '104328.690000', '104329.150000', '104329.610000', '104330.070000', '104330.530000', '104330.990000', '104331.450000', '104331.910000', '104332.370000', '104332.830000', '104333.290000', '104333.750000', '104334.210000', '104334.670000', '104335.130000', '104335.590000', '104336.050000', '104336.510000', '104336.970000', '104337.430000', '104337.890000', '104338.350000', '104338.810000', '104339.270000', '104339.730000', '104340.190000', '104340.650000', '104341.110000', '104341.570000', '104342.030000', '104342.490000', '104342.950000', '104343.410000', '104343.870000', '104344.330000', '104344.790000', '104345.250000', '104345.710000', '104346.170000', '104346.630000', '104347.090000', '104347.550000', '104348.010000', '104348.470000', '104348.930000', '104349.390000', '104349.850000', '104350.310000', '104350.770000', '104351.230000', '104351.690000', '104352.150000', '104352.610000', '104353.070000', '104353.530000', '104353.990000', '104354.450000', '104354.910000', '104355.370000', '104355.830000', '104356.290000', '104356.750000', '104357.210000', '104357.670000', '104358.130000', '104358.590000', '104359.050000', '104359.510000', '104359.970000', '104400.430000', '104400.890000', '104401.350000', '104401.810000', '104402.270000', '104402.730000', '104403.190000', '104403.650000', '104404.110000', '104404.570000', '104405.030000', '104405.490000', '104405.950000', '104406.410000', '104406.870000', '104407.330000', '104407.790000', '104408.250000', '104408.710000', '104409.170000', '104409.630000', '104410.090000', '104410.550000', '104411.010000', '104411.470000', '104411.930000', '104412.390000', '104412.850000', '104413.310000', '104413.770000', '104414.230000', '104414.690000', '104415.150000', '104415.610000', '104416.070000', '104416.530000', '104416.990000', '104417.450000', '104417.910000', '104418.370000', '104418.830000', '104419.290000', '104419.750000', '104420.210000', '104420.670000', '104421.130000', '104421.590000', '104422.050000', '104422.510000', '104422.970000', '104423.430000', '104423.890000', '104424.350000', '104424.810000', '104425.270000', '104425.730000', '104426.190000', '104426.650000', '104427.110000', '104427.570000', '104428.030000', '104428.490000', '104428.950000', '104429.410000', '104429.870000', '104430.330000', '104430.790000', '104431.250000', '104431.710000', '104432.170000', '104432.630000', '104433.090000', '104433.550000', '104434.010000', '104434.470000', '104434.930000', '104435.390000', '104435.850000', '104436.310000', '104436.770000', '104437.230000', '104437.690000', '104438.150000', '104438.610000', '104439.070000', '104439.530000', '104439.990000', '104440.450000', '104440.910000', '104441.370000', '104441.830000', '104442.290000', '104442.750000', '104443.210000', '104443.670000', '104444.130000', '104444.590000', '104445.050000', '104445.510000', '104445.970000', '104446.430000', '104446.890000', '104447.350000', '104447.810000', '104448.270000', '104448.730000', '104449.190000', '104449.650000', '104450.110000', '104450.570000', '104451.030000', '104451.490000', '104451.950000', '104452.410000', '104452.870000', '104453.330000', '104453.790000', '104454.250000', '104454.710000', '104455.170000', '104455.630000', '104456.090000', '104456.550000', '104457.010000', '104457.470000', '104457.930000', '104458.390000', '104458.850000', '104459.310000', '104459.770000', '104500.230000'], 'ContentTime': ['103826.389000', '103826.393000', '103826.396000', '103826.399000', '103826.402000', '103826.405000', '103826.408000', '103826.411000', '103826.413000', '103826.416000', '103826.419000', '103826.422000', '103826.426000', '103826.429000', '103826.432000', '103826.435000', '103826.438000', '103826.441000', '103826.444000', '103826.447000', '103826.450000', '103826.453000', '103826.456000', '103826.459000', '103826.462000', '103826.470000', '103826.473000', '103826.476000', '103826.479000', '103826.481000', '103826.484000', '103826.487000', '103826.490000', '103826.493000', '103826.496000', '103826.499000', '103826.502000', '103826.505000', '103826.507000', '103826.510000', '103826.514000', '103826.517000', '103826.520000', '103826.523000', '103826.526000', '103826.529000', '103826.532000', '103826.535000', '103826.538000', '103826.541000', '103826.544000', '103826.547000', '103826.550000', '103826.553000', '103826.556000', '103846.343000', '103846.346000', '103846.349000', '103846.352000', '103846.354000', '103846.357000', '103846.360000', '103846.363000', '103846.366000', '103846.368000', '103846.371000', '103846.374000', '103846.377000', '103846.379000', '103846.387000', '103846.390000', '103846.393000', '103846.396000', '103846.398000', '103846.401000', '103846.404000', '103846.407000', '103846.410000', '103846.412000', '103846.415000', '103846.418000', '103846.421000', '103846.424000', '103846.426000', '103846.429000', '103846.432000', '103846.435000', '103846.438000', '103846.441000', '103846.444000', '103846.446000', '103846.449000', '103846.452000', '103846.455000', '103846.458000', '103846.460000', '103846.463000', '103846.466000', '103846.469000', '103906.343000', '103906.346000', '103906.349000', '103906.352000', '103906.354000', '103906.357000', '103906.360000', '103906.363000', '103906.365000', '103906.368000', '103906.371000', '103906.374000', '103906.377000', '103906.381000', '103906.385000', '103906.388000', '103906.390000', '103906.393000', '103906.396000', '103906.399000', '103906.402000', '103906.405000', '103906.407000', '103906.410000', '103906.413000', '103906.416000', '103906.419000', '103906.421000', '103906.424000', '103906.427000', '103906.430000', '103906.433000', '103906.451000', '103906.454000', '103906.457000', '103906.460000', '103906.463000', '103906.465000', '103906.468000', '103906.471000', '103906.474000', '103906.477000', '103906.480000', '103926.343000', '103926.346000', '103926.349000', '103926.352000', '103926.355000', '103926.358000', '103926.361000', '103926.363000', '103926.366000', '103926.369000', '103926.380000', '103926.383000', '103926.385000', '103926.388000', '103926.391000', '103926.394000', '103926.397000', '103926.400000', '103926.403000', '103926.405000', '103926.408000', '103926.411000', '103926.414000', '103926.417000', '103926.420000', '103926.422000', '103926.425000', '103926.428000', '103926.431000', '103926.434000', '103926.437000', '103926.439000', '103926.442000', '103926.445000', '103926.448000', '103926.451000', '103926.454000', '103926.456000', '103926.459000', '103926.462000', '103926.465000', '103926.468000', '103926.471000', '103926.473000', '103946.343000', '103946.346000', '103946.349000', '103946.352000', '103946.359000', '103946.362000', '103946.364000', '103946.367000', '103946.370000', '103946.373000', '103946.376000', '103946.379000', '103946.382000', '103946.384000', '103946.387000', '103946.390000', '103946.393000', '103946.396000', '103946.399000', '103946.401000', '103946.404000', '103946.407000', '103946.410000', '103946.413000', '103946.416000', '103946.418000', '103946.421000', '103946.424000', '103946.427000', '103946.430000', '103946.433000', '103946.435000', '103946.438000', '103946.441000', '103946.444000', '103946.447000', '103946.450000', '103946.452000', '103946.456000', '103946.459000', '103946.462000', '103946.465000', '103946.468000', '104006.343000', '104006.346000', '104006.349000', '104006.360000', '104006.363000', '104006.366000', '104006.368000', '104006.371000', '104006.374000', '104006.377000', '104006.380000', '104006.383000', '104006.385000', '104006.388000', '104006.391000', '104006.394000', '104006.397000', '104006.400000', '104006.403000', '104006.405000', '104006.408000', '104006.411000', '104006.414000', '104006.417000', '104006.419000', '104006.422000', '104006.425000', '104006.428000', '104006.431000', '104006.434000', '104006.437000', '104006.439000', '104006.442000', '104006.445000', '104006.448000', '104006.451000', '104006.454000', '104006.456000', '104006.459000', '104006.462000', '104006.465000', '104006.468000', '104006.471000', '104006.473000', '104026.343000', '104026.346000', '104026.349000', '104026.352000', '104026.355000', '104026.357000', '104026.360000', '104026.363000', '104026.366000', '104026.378000', '104026.380000', '104026.383000', '104026.386000', '104026.389000', '104026.392000', '104026.395000', '104026.397000', '104026.400000', '104026.403000', '104026.406000', '104026.409000', '104026.411000', '104026.414000', '104026.417000', '104026.422000', '104026.425000', '104026.428000', '104026.430000', '104026.433000', '104026.436000', '104026.439000', '104026.442000', '104026.445000', '104026.447000', '104026.450000', '104026.453000', '104026.456000', '104026.459000', '104026.462000', '104026.464000', '104026.467000', '104026.470000', '104026.473000', '104046.343000', '104046.346000', '104046.349000', '104046.352000', '104046.354000', '104046.357000', '104046.360000', '104046.363000', '104046.366000', '104046.369000', '104046.371000', '104046.374000', '104046.377000', '104046.380000', '104046.383000', '104046.387000', '104046.390000', '104046.393000', '104046.395000', '104046.398000', '104046.401000', '104046.404000', '104046.407000', '104046.410000', '104046.423000', '104046.426000', '104046.428000', '104046.431000', '104046.434000', '104046.437000', '104046.440000', '104046.443000', '104046.445000', '104046.448000', '104046.451000', '104046.454000', '104046.457000', '104046.460000', '104046.462000', '104046.465000', '104046.468000', '104046.471000', '104046.474000', '104046.477000', '104106.343000', '104106.346000', '104106.349000', '104106.352000', '104106.354000', '104106.357000', '104106.360000', '104106.363000', '104106.366000', '104106.369000', '104106.371000', '104106.374000', '104106.377000', '104106.380000', '104106.383000', '104106.386000', '104106.388000', '104106.391000', '104106.394000', '104106.397000', '104106.400000', '104106.403000', '104106.405000', '104106.408000', '104106.411000', '104106.414000', '104106.417000', '104106.420000', '104106.422000', '104106.425000', '104106.428000', '104106.431000', '104106.434000', '104106.437000', '104106.439000', '104106.442000', '104106.445000', '104106.448000', '104106.451000', '104106.454000', '104106.457000', '104106.459000', '104106.462000', '104126.343000', '104126.346000', '104126.349000', '104126.352000', '104126.355000', '104126.358000', '104126.360000', '104126.363000', '104126.366000', '104126.369000', '104126.372000', '104126.375000', '104126.378000', '104126.380000', '104126.383000', '104126.386000', '104126.389000', '104126.392000', '104126.394000', '104126.397000', '104126.400000', '104126.403000', '104126.406000', '104126.409000', '104126.412000', '104126.414000', '104126.417000', '104126.420000', '104126.423000', '104126.426000', '104126.429000', '104126.431000', '104126.434000', '104126.437000', '104126.440000', '104126.443000', '104126.446000', '104126.448000', '104126.451000', '104126.454000', '104126.457000', '104126.460000', '104126.463000', '104126.465000', '104146.343000', '104146.346000', '104146.349000', '104146.352000', '104146.355000', '104146.357000', '104146.360000', '104146.363000', '104146.366000', '104146.369000', '104146.372000', '104146.375000', '104146.377000', '104146.380000', '104146.383000', '104146.386000', '104146.389000', '104146.391000', '104146.394000', '104146.397000', '104146.400000', '104146.403000', '104146.406000', '104146.408000', '104146.411000', '104146.414000', '104146.417000', '104146.420000', '104146.422000', '104146.425000', '104146.428000', '104146.431000', '104146.434000', '104146.436000', '104146.439000', '104146.442000', '104146.445000', '104146.448000', '104146.451000', '104146.454000', '104146.457000', '104146.460000', '104146.463000', '104206.343000', '104206.346000', '104206.349000', '104206.352000', '104206.355000', '104206.357000', '104206.360000', '104206.363000', '104206.366000', '104206.369000', '104206.372000', '104206.374000', '104206.377000', '104206.380000', '104206.383000', '104206.386000', '104206.389000', '104206.392000', '104206.394000', '104206.397000', '104206.400000', '104206.403000', '104206.406000', '104206.409000', '104206.411000', '104206.414000', '104206.417000', '104206.420000', '104206.423000', '104206.426000', '104206.429000', '104206.432000', '104206.434000', '104206.437000', '104206.440000', '104206.443000', '104206.446000', '104206.449000', '104206.452000', '104206.454000', '104206.457000', '104206.460000', '104206.463000', '104206.466000', '104226.343000', '104226.346000', '104226.349000', '104226.352000', '104226.355000', '104226.357000', '104226.360000', '104226.363000', '104226.366000', '104226.369000', '104226.372000', '104226.375000', '104226.377000', '104226.380000', '104226.383000', '104226.386000', '104226.389000', '104226.392000', '104226.394000', '104226.397000', '104226.400000', '104226.403000', '104226.406000', '104226.409000', '104226.411000', '104226.414000', '104226.417000', '104226.420000', '104226.423000', '104226.426000', '104226.429000', '104226.431000', '104226.434000', '104226.437000', '104226.440000', '104226.443000', '104226.446000', '104226.449000', '104226.451000', '104226.454000', '104226.457000', '104226.460000', '104226.463000', '104246.343000', '104246.346000', '104246.349000', '104246.352000', '104246.355000', '104246.357000', '104246.360000', '104246.363000', '104246.366000', '104246.369000', '104246.371000', '104246.374000', '104246.377000', '104246.380000', '104246.383000', '104246.386000', '104246.388000', '104246.391000', '104246.394000', '104246.397000', '104246.400000', '104246.403000', '104246.406000', '104246.408000', '104246.411000', '104246.414000', '104246.417000', '104246.420000', '104246.423000', '104246.425000', '104246.428000', '104246.431000', '104246.434000', '104246.437000', '104246.440000', '104246.443000', '104246.445000', '104246.448000', '104246.451000', '104246.454000', '104246.457000', '104246.460000', '104246.462000', '104246.465000', '104306.343000', '104306.346000', '104306.349000', '104306.352000', '104306.355000', '104306.357000', '104306.360000', '104306.363000', '104306.366000', '104306.369000', '104306.372000', '104306.374000', '104306.377000', '104306.380000', '104306.383000', '104306.386000', '104306.389000', '104306.392000', '104306.394000', '104306.397000', '104306.400000', '104306.403000', '104306.406000', '104306.409000', '104306.411000', '104306.414000', '104306.417000', '104306.420000', '104306.423000', '104306.426000', '104306.428000', '104306.431000', '104306.434000', '104306.437000', '104306.440000', '104306.443000', '104306.445000', '104306.448000', '104306.451000', '104306.454000', '104306.457000', '104306.459000', '104306.462000', '104326.343000', '104326.346000', '104326.349000', '104326.352000', '104326.355000', '104326.358000', '104326.361000', '104326.363000', '104326.366000', '104326.369000', '104326.372000', '104326.375000', '104326.388000', '104326.391000', '104326.394000', '104326.397000', '104326.410000', '104326.413000', '104326.416000', '104326.419000', '104326.421000', '104326.424000', '104326.427000', '104326.430000', '104326.433000', '104326.435000', '104326.438000', '104326.441000', '104326.444000', '104326.447000', '104326.450000', '104326.453000', '104326.455000', '104326.458000', '104326.461000', '104326.464000', '104326.467000', '104326.470000', '104326.472000', '104326.475000', '104326.478000', '104326.481000', '104326.484000', '104346.343000', '104346.346000', '104346.349000', '104346.352000', '104346.355000', '104346.357000', '104346.360000', '104346.363000', '104346.366000', '104346.369000', '104346.372000', '104346.374000', '104346.377000', '104346.380000', '104346.383000', '104346.386000', '104346.389000', '104346.392000', '104346.394000', '104346.397000', '104346.400000', '104346.403000', '104346.406000', '104346.409000', '104346.411000', '104346.414000', '104346.417000', '104346.420000', '104346.423000', '104346.426000', '104346.428000', '104346.431000', '104346.434000', '104346.437000', '104346.440000', '104346.443000', '104346.446000', '104346.448000', '104346.451000', '104346.454000', '104346.457000', '104346.460000', '104346.463000', '104346.465000', '104406.343000', '104406.346000', '104406.349000', '104406.352000', '104406.355000', '104406.358000', '104406.361000', '104406.366000', '104406.370000', '104406.372000', '104406.375000', '104406.378000', '104406.381000', '104406.384000', '104406.386000', '104406.389000', '104406.392000', '104406.395000', '104406.398000', '104406.401000', '104406.404000', '104406.407000', '104406.410000', '104406.413000', '104406.415000', '104406.418000', '104406.421000', '104406.424000', '104406.427000', '104406.430000', '104406.432000', '104406.435000', '104406.438000', '104406.441000', '104406.444000', '104406.446000', '104406.449000', '104406.452000', '104406.455000', '104406.458000', '104406.461000', '104406.463000', '104406.466000', '104426.343000', '104426.346000', '104426.349000', '104426.352000', '104426.355000', '104426.358000', '104426.361000', '104426.363000', '104426.366000', '104426.369000', '104426.372000', '104426.375000', '104426.378000', '104426.380000', '104426.383000', '104426.386000', '104426.389000', '104426.392000', '104426.395000', '104426.397000', '104426.400000', '104426.403000', '104426.406000', '104426.409000', '104426.411000', '104426.414000', '104426.417000', '104426.420000', '104426.423000', '104426.425000', '104426.428000', '104426.431000', '104426.434000', '104426.437000', '104426.440000', '104426.442000', '104426.445000', '104426.448000', '104426.451000', '104426.454000', '104426.456000', '104426.459000', '104426.462000', '104426.465000', '104446.343000', '104446.346000', '104446.349000', '104446.352000', '104446.354000', '104446.357000', '104446.360000', '104446.363000', '104446.366000', '104446.369000', '104446.372000', '104446.375000', '104446.378000', '104446.381000', '104446.384000', '104446.387000', '104446.389000', '104446.392000', '104446.395000', '104446.398000', '104446.401000', '104446.404000', '104446.406000', '104446.409000', '104446.412000', '104446.415000', '104446.418000', '104446.430000', '104446.433000', '104446.436000', '104446.439000', '104446.442000', '104446.444000', '104446.447000', '104446.450000', '104446.453000', '104446.456000', '104446.459000', '104446.461000', '104446.464000', '104446.467000', '104446.470000', '104446.473000', '104501.160000', '104501.163000', '104501.166000', '104501.169000', '104501.172000', '104501.175000', '104501.178000', '104501.181000', '104501.184000', '104501.186000', '104501.189000', '104501.192000', '104501.195000', '104501.198000', '104501.201000', '104501.203000', '104501.206000', '104501.209000', '104501.212000', '104501.215000', '104501.218000', '104501.220000', '104501.223000', '104501.226000', '104501.229000', '104501.232000', '104501.235000', '104501.238000', '104501.240000', '104501.243000', '104501.246000', '104501.249000', '104501.252000'], 'InstanceCreationTime': ['103826.389000', '103826.393000', '103826.396000', '103826.399000', '103826.402000', '103826.405000', '103826.408000', '103826.411000', '103826.413000', '103826.416000', '103826.419000', '103826.422000', '103826.426000', '103826.429000', '103826.432000', '103826.435000', '103826.438000', '103826.441000', '103826.444000', '103826.447000', '103826.450000', '103826.453000', '103826.456000', '103826.459000', '103826.462000', '103826.470000', '103826.473000', '103826.476000', '103826.479000', '103826.481000', '103826.484000', '103826.487000', '103826.490000', '103826.493000', '103826.496000', '103826.499000', '103826.502000', '103826.505000', '103826.507000', '103826.510000', '103826.514000', '103826.517000', '103826.520000', '103826.523000', '103826.526000', '103826.529000', '103826.532000', '103826.535000', '103826.538000', '103826.541000', '103826.544000', '103826.547000', '103826.550000', '103826.553000', '103826.556000', '103846.343000', '103846.346000', '103846.349000', '103846.352000', '103846.354000', '103846.357000', '103846.360000', '103846.363000', '103846.366000', '103846.368000', '103846.371000', '103846.374000', '103846.377000', '103846.379000', '103846.387000', '103846.390000', '103846.393000', '103846.396000', '103846.398000', '103846.401000', '103846.404000', '103846.407000', '103846.410000', '103846.412000', '103846.415000', '103846.418000', '103846.421000', '103846.424000', '103846.426000', '103846.429000', '103846.432000', '103846.435000', '103846.438000', '103846.441000', '103846.444000', '103846.446000', '103846.449000', '103846.452000', '103846.455000', '103846.458000', '103846.460000', '103846.463000', '103846.466000', '103846.469000', '103906.343000', '103906.346000', '103906.349000', '103906.352000', '103906.354000', '103906.357000', '103906.360000', '103906.363000', '103906.365000', '103906.368000', '103906.371000', '103906.374000', '103906.377000', '103906.381000', '103906.385000', '103906.388000', '103906.390000', '103906.393000', '103906.396000', '103906.399000', '103906.402000', '103906.405000', '103906.407000', '103906.410000', '103906.413000', '103906.416000', '103906.419000', '103906.421000', '103906.424000', '103906.427000', '103906.430000', '103906.433000', '103906.451000', '103906.454000', '103906.457000', '103906.460000', '103906.463000', '103906.465000', '103906.468000', '103906.471000', '103906.474000', '103906.477000', '103906.480000', '103926.343000', '103926.346000', '103926.349000', '103926.352000', '103926.355000', '103926.358000', '103926.361000', '103926.363000', '103926.366000', '103926.369000', '103926.380000', '103926.383000', '103926.385000', '103926.388000', '103926.391000', '103926.394000', '103926.397000', '103926.400000', '103926.403000', '103926.405000', '103926.408000', '103926.411000', '103926.414000', '103926.417000', '103926.420000', '103926.422000', '103926.425000', '103926.428000', '103926.431000', '103926.434000', '103926.437000', '103926.439000', '103926.442000', '103926.445000', '103926.448000', '103926.451000', '103926.454000', '103926.456000', '103926.459000', '103926.462000', '103926.465000', '103926.468000', '103926.471000', '103926.473000', '103946.343000', '103946.346000', '103946.349000', '103946.352000', '103946.359000', '103946.362000', '103946.364000', '103946.367000', '103946.370000', '103946.373000', '103946.376000', '103946.379000', '103946.382000', '103946.384000', '103946.387000', '103946.390000', '103946.393000', '103946.396000', '103946.399000', '103946.401000', '103946.404000', '103946.407000', '103946.410000', '103946.413000', '103946.416000', '103946.418000', '103946.421000', '103946.424000', '103946.427000', '103946.430000', '103946.433000', '103946.435000', '103946.438000', '103946.441000', '103946.444000', '103946.447000', '103946.450000', '103946.452000', '103946.456000', '103946.459000', '103946.462000', '103946.465000', '103946.468000', '104006.343000', '104006.346000', '104006.349000', '104006.360000', '104006.363000', '104006.366000', '104006.368000', '104006.371000', '104006.374000', '104006.377000', '104006.380000', '104006.383000', '104006.385000', '104006.388000', '104006.391000', '104006.394000', '104006.397000', '104006.400000', '104006.403000', '104006.405000', '104006.408000', '104006.411000', '104006.414000', '104006.417000', '104006.419000', '104006.422000', '104006.425000', '104006.428000', '104006.431000', '104006.434000', '104006.437000', '104006.439000', '104006.442000', '104006.445000', '104006.448000', '104006.451000', '104006.454000', '104006.456000', '104006.459000', '104006.462000', '104006.465000', '104006.468000', '104006.471000', '104006.473000', '104026.343000', '104026.346000', '104026.349000', '104026.352000', '104026.355000', '104026.357000', '104026.360000', '104026.363000', '104026.366000', '104026.378000', '104026.380000', '104026.383000', '104026.386000', '104026.389000', '104026.392000', '104026.395000', '104026.397000', '104026.400000', '104026.403000', '104026.406000', '104026.409000', '104026.411000', '104026.414000', '104026.417000', '104026.422000', '104026.425000', '104026.428000', '104026.430000', '104026.433000', '104026.436000', '104026.439000', '104026.442000', '104026.445000', '104026.447000', '104026.450000', '104026.453000', '104026.456000', '104026.459000', '104026.462000', '104026.464000', '104026.467000', '104026.470000', '104026.473000', '104046.343000', '104046.346000', '104046.349000', '104046.352000', '104046.354000', '104046.357000', '104046.360000', '104046.363000', '104046.366000', '104046.369000', '104046.371000', '104046.374000', '104046.377000', '104046.380000', '104046.383000', '104046.387000', '104046.390000', '104046.393000', '104046.395000', '104046.398000', '104046.401000', '104046.404000', '104046.407000', '104046.410000', '104046.423000', '104046.426000', '104046.428000', '104046.431000', '104046.434000', '104046.437000', '104046.440000', '104046.443000', '104046.445000', '104046.448000', '104046.451000', '104046.454000', '104046.457000', '104046.460000', '104046.462000', '104046.465000', '104046.468000', '104046.471000', '104046.474000', '104046.477000', '104106.343000', '104106.346000', '104106.349000', '104106.352000', '104106.354000', '104106.357000', '104106.360000', '104106.363000', '104106.366000', '104106.369000', '104106.371000', '104106.374000', '104106.377000', '104106.380000', '104106.383000', '104106.386000', '104106.388000', '104106.391000', '104106.394000', '104106.397000', '104106.400000', '104106.403000', '104106.405000', '104106.408000', '104106.411000', '104106.414000', '104106.417000', '104106.420000', '104106.422000', '104106.425000', '104106.428000', '104106.431000', '104106.434000', '104106.437000', '104106.439000', '104106.442000', '104106.445000', '104106.448000', '104106.451000', '104106.454000', '104106.457000', '104106.459000', '104106.462000', '104126.343000', '104126.346000', '104126.349000', '104126.352000', '104126.355000', '104126.358000', '104126.360000', '104126.363000', '104126.366000', '104126.369000', '104126.372000', '104126.375000', '104126.378000', '104126.380000', '104126.383000', '104126.386000', '104126.389000', '104126.392000', '104126.394000', '104126.397000', '104126.400000', '104126.403000', '104126.406000', '104126.409000', '104126.412000', '104126.414000', '104126.417000', '104126.420000', '104126.423000', '104126.426000', '104126.429000', '104126.431000', '104126.434000', '104126.437000', '104126.440000', '104126.443000', '104126.446000', '104126.448000', '104126.451000', '104126.454000', '104126.457000', '104126.460000', '104126.463000', '104126.465000', '104146.343000', '104146.346000', '104146.349000', '104146.352000', '104146.355000', '104146.357000', '104146.360000', '104146.363000', '104146.366000', '104146.369000', '104146.372000', '104146.375000', '104146.377000', '104146.380000', '104146.383000', '104146.386000', '104146.389000', '104146.391000', '104146.394000', '104146.397000', '104146.400000', '104146.403000', '104146.406000', '104146.408000', '104146.411000', '104146.414000', '104146.417000', '104146.420000', '104146.422000', '104146.425000', '104146.428000', '104146.431000', '104146.434000', '104146.436000', '104146.439000', '104146.442000', '104146.445000', '104146.448000', '104146.451000', '104146.454000', '104146.457000', '104146.460000', '104146.463000', '104206.343000', '104206.346000', '104206.349000', '104206.352000', '104206.355000', '104206.357000', '104206.360000', '104206.363000', '104206.366000', '104206.369000', '104206.372000', '104206.374000', '104206.377000', '104206.380000', '104206.383000', '104206.386000', '104206.389000', '104206.392000', '104206.394000', '104206.397000', '104206.400000', '104206.403000', '104206.406000', '104206.409000', '104206.411000', '104206.414000', '104206.417000', '104206.420000', '104206.423000', '104206.426000', '104206.429000', '104206.432000', '104206.434000', '104206.437000', '104206.440000', '104206.443000', '104206.446000', '104206.449000', '104206.452000', '104206.454000', '104206.457000', '104206.460000', '104206.463000', '104206.466000', '104226.343000', '104226.346000', '104226.349000', '104226.352000', '104226.355000', '104226.357000', '104226.360000', '104226.363000', '104226.366000', '104226.369000', '104226.372000', '104226.375000', '104226.377000', '104226.380000', '104226.383000', '104226.386000', '104226.389000', '104226.392000', '104226.394000', '104226.397000', '104226.400000', '104226.403000', '104226.406000', '104226.409000', '104226.411000', '104226.414000', '104226.417000', '104226.420000', '104226.423000', '104226.426000', '104226.429000', '104226.431000', '104226.434000', '104226.437000', '104226.440000', '104226.443000', '104226.446000', '104226.449000', '104226.451000', '104226.454000', '104226.457000', '104226.460000', '104226.463000', '104246.343000', '104246.346000', '104246.349000', '104246.352000', '104246.355000', '104246.357000', '104246.360000', '104246.363000', '104246.366000', '104246.369000', '104246.371000', '104246.374000', '104246.377000', '104246.380000', '104246.383000', '104246.386000', '104246.388000', '104246.391000', '104246.394000', '104246.397000', '104246.400000', '104246.403000', '104246.406000', '104246.408000', '104246.411000', '104246.414000', '104246.417000', '104246.420000', '104246.423000', '104246.425000', '104246.428000', '104246.431000', '104246.434000', '104246.437000', '104246.440000', '104246.443000', '104246.445000', '104246.448000', '104246.451000', '104246.454000', '104246.457000', '104246.460000', '104246.462000', '104246.465000', '104306.343000', '104306.346000', '104306.349000', '104306.352000', '104306.355000', '104306.357000', '104306.360000', '104306.363000', '104306.366000', '104306.369000', '104306.372000', '104306.374000', '104306.377000', '104306.380000', '104306.383000', '104306.386000', '104306.389000', '104306.392000', '104306.394000', '104306.397000', '104306.400000', '104306.403000', '104306.406000', '104306.409000', '104306.411000', '104306.414000', '104306.417000', '104306.420000', '104306.423000', '104306.426000', '104306.428000', '104306.431000', '104306.434000', '104306.437000', '104306.440000', '104306.443000', '104306.445000', '104306.448000', '104306.451000', '104306.454000', '104306.457000', '104306.459000', '104306.462000', '104326.343000', '104326.346000', '104326.349000', '104326.352000', '104326.355000', '104326.358000', '104326.361000', '104326.363000', '104326.366000', '104326.369000', '104326.372000', '104326.375000', '104326.388000', '104326.391000', '104326.394000', '104326.397000', '104326.410000', '104326.413000', '104326.416000', '104326.419000', '104326.421000', '104326.424000', '104326.427000', '104326.430000', '104326.433000', '104326.435000', '104326.438000', '104326.441000', '104326.444000', '104326.447000', '104326.450000', '104326.453000', '104326.455000', '104326.458000', '104326.461000', '104326.464000', '104326.467000', '104326.470000', '104326.472000', '104326.475000', '104326.478000', '104326.481000', '104326.484000', '104346.343000', '104346.346000', '104346.349000', '104346.352000', '104346.355000', '104346.357000', '104346.360000', '104346.363000', '104346.366000', '104346.369000', '104346.372000', '104346.374000', '104346.377000', '104346.380000', '104346.383000', '104346.386000', '104346.389000', '104346.392000', '104346.394000', '104346.397000', '104346.400000', '104346.403000', '104346.406000', '104346.409000', '104346.411000', '104346.414000', '104346.417000', '104346.420000', '104346.423000', '104346.426000', '104346.428000', '104346.431000', '104346.434000', '104346.437000', '104346.440000', '104346.443000', '104346.446000', '104346.448000', '104346.451000', '104346.454000', '104346.457000', '104346.460000', '104346.463000', '104346.465000', '104406.343000', '104406.346000', '104406.349000', '104406.352000', '104406.355000', '104406.358000', '104406.361000', '104406.366000', '104406.370000', '104406.372000', '104406.375000', '104406.378000', '104406.381000', '104406.384000', '104406.386000', '104406.389000', '104406.392000', '104406.395000', '104406.398000', '104406.401000', '104406.404000', '104406.407000', '104406.410000', '104406.413000', '104406.415000', '104406.418000', '104406.421000', '104406.424000', '104406.427000', '104406.430000', '104406.432000', '104406.435000', '104406.438000', '104406.441000', '104406.444000', '104406.446000', '104406.449000', '104406.452000', '104406.455000', '104406.458000', '104406.461000', '104406.463000', '104406.466000', '104426.343000', '104426.346000', '104426.349000', '104426.352000', '104426.355000', '104426.358000', '104426.361000', '104426.363000', '104426.366000', '104426.369000', '104426.372000', '104426.375000', '104426.378000', '104426.380000', '104426.383000', '104426.386000', '104426.389000', '104426.392000', '104426.395000', '104426.397000', '104426.400000', '104426.403000', '104426.406000', '104426.409000', '104426.411000', '104426.414000', '104426.417000', '104426.420000', '104426.423000', '104426.425000', '104426.428000', '104426.431000', '104426.434000', '104426.437000', '104426.440000', '104426.442000', '104426.445000', '104426.448000', '104426.451000', '104426.454000', '104426.456000', '104426.459000', '104426.462000', '104426.465000', '104446.343000', '104446.346000', '104446.349000', '104446.352000', '104446.354000', '104446.357000', '104446.360000', '104446.363000', '104446.366000', '104446.369000', '104446.372000', '104446.375000', '104446.378000', '104446.381000', '104446.384000', '104446.387000', '104446.389000', '104446.392000', '104446.395000', '104446.398000', '104446.401000', '104446.404000', '104446.406000', '104446.409000', '104446.412000', '104446.415000', '104446.418000', '104446.430000', '104446.433000', '104446.436000', '104446.439000', '104446.442000', '104446.444000', '104446.447000', '104446.450000', '104446.453000', '104446.456000', '104446.459000', '104446.461000', '104446.464000', '104446.467000', '104446.470000', '104446.473000', '104501.160000', '104501.163000', '104501.166000', '104501.169000', '104501.172000', '104501.175000', '104501.178000', '104501.181000', '104501.184000', '104501.186000', '104501.189000', '104501.192000', '104501.195000', '104501.198000', '104501.201000', '104501.203000', '104501.206000', '104501.209000', '104501.212000', '104501.215000', '104501.218000', '104501.220000', '104501.223000', '104501.226000', '104501.229000', '104501.232000', '104501.235000', '104501.238000', '104501.240000', '104501.243000', '104501.246000', '104501.249000', '104501.252000'], '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': [8371, 9541, 12039, 9314, 12781, 11692, 8977, 10529, 10423, 9584, 12860, 10499, 9294, 11407, 8743, 12282, 8804, 12543, 8957, 12993, 8227, 9577, 9392, 9385, 11836, 8678, 10090, 10223, 9638, 10112, 8856, 11398, 9006, 9427, 10435, 8853, 12808, 8948, 9317, 10536, 8974, 12131, 8750, 13085, 10407, 9305, 11211, 8504, 12481, 8447, 9152, 11254, 8825, 11718, 8653, 9876, 10110, 9284, 13060, 8420, 13998, 8322, 9689, 9737, 8962, 12148, 8338, 10042, 10365, 9206, 10925, 8465, 12745, 8354, 9381, 10262, 9116, 12716, 9270, 10288, 8311, 9195, 10213, 8774, 12595, 9120, 13588, 8768, 9352, 10032, 9224, 10442, 8716, 12513, 8472, 9764, 9888, 9501, 10090, 8743, 10769, 8539, 9403, 10260, 9108, 12417, 9018, 13749, 8520, 9494, 10147, 9325, 10996, 8867, 12500, 8444, 9730, 10329, 9550, 10576, 10112, 9474, 10072, 8889, 11737, 9166, 10218, 10766, 9315, 12112, 8674, 12542, 8415, 14338, 8884, 11842, 10138, 8901, 10244, 8564, 12368, 9782, 9053, 10486, 8615, 11577, 8408, 9665, 10099, 8838, 13143, 8346, 9583, 10174, 9008, 11556, 8620, 14608, 10044, 9084, 9931, 8819, 10968, 8387, 12693, 8328, 9072, 10000, 9001, 10513, 8525, 12427, 8437, 9512, 10214, 9125, 10330, 9036, 12493, 8521, 10021, 10090, 8903, 10166, 8745, 13454, 10366, 8942, 12434, 10335, 9224, 9994, 9411, 9602, 9964, 8787, 12088, 8462, 9554, 10741, 8885, 12184, 9593, 13412, 9243, 13844, 9103, 14037, 8212, 12525, 8348, 12370, 8248, 9081, 9972, 8680, 9631, 10233, 9310, 9796, 8621, 9751, 8514, 9883, 10319, 9727, 11098, 8874, 11501, 8820, 12355, 8952, 10398, 10409, 9413, 10076, 8773, 10556, 8882, 9964, 10248, 9375, 9940, 8945, 11750, 8356, 9605, 10171, 8871, 11414, 8683, 13296, 9918, 9691, 9814, 9291, 11608, 8710, 12361, 8073, 12526, 8379, 12776, 9308, 9165, 9840, 8825, 10424, 8361, 10094, 8164, 9301, 9816, 9234, 11396, 8023, 13270, 8278, 11717, 8852, 9019, 10572, 8580, 10994, 8180, 10689, 9681, 8982, 10323, 8192, 9518, 10209, 9016, 11518, 8003, 10531, 10389, 9166, 11505, 8842, 9447, 10791, 8375, 12328, 8394, 9188, 11454, 8054, 11908, 9599, 8934, 11878, 8997, 9041, 10149, 8218, 10980, 9740, 8651, 12206, 9950, 8828, 10403, 8157, 8447, 13021, 8671, 9885, 10364, 8289, 13457, 11694, 8659, 12939, 9771, 8422, 11114, 8029, 13053, 10209, 8642, 12963, 7973, 8598, 9784, 8413, 10859, 8064, 13093, 9247, 8844, 10206, 8161, 9346, 10023, 8715, 11167, 9907, 8674, 10899, 8417, 9859, 9924, 9897, 9999, 8799, 11708, 8415, 11922, 8307, 12407, 8608, 8983, 10014, 8520, 10549, 8342, 10066, 8453, 9082, 11872, 8362, 12638, 8123, 9764, 9144, 8622, 11387, 8423, 11676, 8024, 12187, 8207, 12324, 7891, 11421, 7933, 9167, 9632, 9164, 9716, 8351, 9780, 8227, 9410, 9893, 9149, 10941, 8517, 12857, 8519, 12043, 8366, 12689, 8693, 11345, 8624, 9393, 10127, 9088, 10405, 8390, 12286, 8043, 9787, 9754, 9352, 12603, 8211, 10370, 8277, 9403, 10202, 8647, 12047, 8465, 13181, 8060, 10114, 8688, 9293, 9216, 8968, 11275, 8685, 11807, 8124, 11831, 8278, 9307, 9717, 8765, 9829, 8334, 10976, 8320, 9274, 9786, 8544, 11454, 8420, 11982, 8288, 12999, 9208, 9359, 10090, 8988, 10294, 8649, 11792, 8591, 9370, 9968, 9249, 9727, 8746, 11174, 8580, 9572, 9229, 9173, 10096, 8896, 12010, 8521, 13504, 8234, 9497, 10183, 9033, 11211, 8489, 13067, 7955, 9374, 9904, 9029, 9769, 8827, 9469, 9820, 9125, 10389, 8773, 10556, 9790, 8997, 11476, 8455, 12157, 8316, 9394, 10769, 8293, 12268, 8008, 9136, 10052, 8833, 12725, 8154, 9325, 10008, 8783, 12278, 8125, 8921, 10631, 8483, 11605, 8385, 10694, 10069, 8779, 11632, 8126, 9711, 10014, 9099, 11817, 7990, 9632, 10123, 8751, 11757, 7937, 9017, 9708, 8497, 10644, 8200, 9753, 9621, 8899, 12138, 8117, 11235, 9091, 9225, 9761, 8577, 11609, 7945, 10190, 8758, 9265, 9679, 8318, 9918, 10262, 8646, 9634, 8120, 9189, 9762, 8276, 11376, 7806, 9170, 9963, 7951, 8766, 10308, 7951, 12586, 10235, 8872, 13208, 9007, 8802, 9599, 7844, 12155, 8055, 9145, 10652, 7996, 12748, 7772, 8264, 10366, 8194, 9784, 9819, 7839, 11118, 10281, 8160, 11520, 8562, 8399, 10035, 7775, 11828, 7782, 8381, 11881, 7963, 9839, 10052, 7978, 11423, 7670, 8542, 11812, 7585, 8677, 9551, 7912, 10058, 9889, 8428, 12592, 9550, 8131, 10399, 7885, 9034, 9608, 7901, 11029, 10150, 8060, 11138, 7922, 9123, 9745, 8524, 12587, 8299, 8121, 10387, 8012, 10646, 9748, 8281, 12399, 9239, 8281, 10314, 7991, 9882, 9937, 8686, 13123, 8074, 8560, 10207, 7880, 12050, 8786, 13119, 9756, 7832, 10638, 7722, 8853, 9871, 8233, 11498, 7741, 8526, 9444, 7899, 12471, 9065, 10144, 9888, 7870, 11013, 7742, 8313, 12087, 8135, 8383, 9605, 8224, 8830, 10330, 8004, 13912, 7818, 8185, 11463, 8077, 13937, 10498, 7795, 12146, 8058, 8891, 10254, 8019, 12707, 9194, 8130, 10181, 8415, 9266, 10625, 8028, 10367, 9894, 8252, 11344, 7947, 7898, 12415, 7769, 8020, 11460, 8323, 10354, 11403, 8546, 9929, 9546, 8142, 11984, 8329, 14445, 9963, 10906, 11971, 7709, 8076, 9386, 8097, 9387, 9160, 8084, 12461, 8661, 8454, 9674, 8094, 12355, 9026, 8252, 13573, 9000, 7853, 9928, 7981, 10128, 9504, 8246, 12983, 9807, 8124, 10592, 7913, 8489, 9508, 8235, 12633, 7914, 8678, 9630, 8111, 11897, 8065, 9408, 9866, 8113, 10981, 8336, 8779, 9912, 7847, 11579, 8082, 8935, 9591, 8056, 12859, 8056, 8552, 9822, 8377, 12562, 8089, 9712, 10132, 8281, 10696, 8201, 9859, 9811, 8389, 10607, 8118, 10776, 9755, 8225, 11276, 8023, 9079, 9508, 8296, 13596, 7983, 10338, 9192, 11251, 9478, 8221, 11228, 7890, 11409, 8220, 11200, 9567, 8037, 11661, 10384, 8646, 11788, 10095, 8001, 9072, 9444, 8510, 10520, 11102, 8218, 14234, 9449, 14929, 10520, 14965, 7647, 8368, 9385, 8082, 12622, 9579, 7980, 10171, 7532, 8752, 10311, 8267, 8140, 11154, 8210, 10053, 9885, 8929, 14589, 9796, 8953, 9325, 8061, 12654, 9543, 8159, 12964, 8133, 8659, 9128, 8351, 13613, 10608, 8019, 11957, 7869, 7863, 10860, 8548, 9630, 11457, 8280, 8903, 9329, 8193, 12860, 10031, 8044, 11819, 7887, 8165, 9625, 8480, 13896, 10418, 7883, 11452, 8781, 7907, 11049, 8148, 7711], 'WindowCenter': [4416.0, 4410.0, 4429.0, 4391.0, 4398.0, 4392.0, 4357.0, 4361.0, 4380.0, 4362.0, 4404.0, 4375.0, 4372.0, 4383.0, 4361.0, 4385.0, 4360.0, 4382.0, 4360.0, 4382.0, 4336.0, 4348.0, 4355.0, 4360.0, 4369.0, 4338.0, 4350.0, 4367.0, 4348.0, 4364.0, 4366.0, 4374.0, 4359.0, 4348.0, 4360.0, 4361.0, 4392.0, 4362.0, 4347.0, 4360.0, 4359.0, 4369.0, 4353.0, 4388.0, 4365.0, 4358.0, 4366.0, 4355.0, 4368.0, 4339.0, 4351.0, 4368.0, 4337.0, 4376.0, 4349.0, 4367.0, 4381.0, 4356.0, 4392.0, 4349.0, 4394.0, 4331.0, 4351.0, 4349.0, 4344.0, 4368.0, 4329.0, 4350.0, 4357.0, 4358.0, 4380.0, 4349.0, 4387.0, 4344.0, 4348.0, 4365.0, 4351.0, 4379.0, 4347.0, 4367.0, 4340.0, 4355.0, 4361.0, 4343.0, 4380.0, 4356.0, 4382.0, 4347.0, 4341.0, 4350.0, 4357.0, 4379.0, 4349.0, 4388.0, 4342.0, 4361.0, 4367.0, 4367.0, 4381.0, 4358.0, 4380.0, 4360.0, 4348.0, 4366.0, 4355.0, 4385.0, 4359.0, 4399.0, 4347.0, 4356.0, 4365.0, 4356.0, 4382.0, 4359.0, 4388.0, 4342.0, 4357.0, 4371.0, 4373.0, 4387.0, 4384.0, 4373.0, 4381.0, 4372.0, 4392.0, 4376.0, 4379.0, 4382.0, 4372.0, 4391.0, 4360.0, 4383.0, 4348.0, 4391.0, 4358.0, 4372.0, 4366.0, 4345.0, 4342.0, 4343.0, 4380.0, 4356.0, 4363.0, 4366.0, 4338.0, 4368.0, 4349.0, 4366.0, 4376.0, 4360.0, 4394.0, 4349.0, 4362.0, 4370.0, 4354.0, 4370.0, 4360.0, 4390.0, 4371.0, 4343.0, 4355.0, 4344.0, 4356.0, 4335.0, 4382.0, 4338.0, 4347.0, 4356.0, 4343.0, 4365.0, 4344.0, 4383.0, 4346.0, 4358.0, 4364.0, 4355.0, 4367.0, 4358.0, 4396.0, 4356.0, 4361.0, 4357.0, 4354.0, 4354.0, 4356.0, 4400.0, 4377.0, 4353.0, 4383.0, 4370.0, 4359.0, 4370.0, 4366.0, 4369.0, 4378.0, 4363.0, 4411.0, 4370.0, 4383.0, 4390.0, 4364.0, 4388.0, 4350.0, 4380.0, 4346.0, 4375.0, 4325.0, 4373.0, 4319.0, 4361.0, 4318.0, 4362.0, 4323.0, 4325.0, 4337.0, 4334.0, 4335.0, 4368.0, 4356.0, 4364.0, 4356.0, 4370.0, 4371.0, 4385.0, 4391.0, 4372.0, 4376.0, 4370.0, 4381.0, 4359.0, 4386.0, 4361.0, 4362.0, 4376.0, 4358.0, 4367.0, 4360.0, 4381.0, 4360.0, 4373.0, 4379.0, 4367.0, 4371.0, 4379.0, 4397.0, 4362.0, 4370.0, 4383.0, 4368.0, 4388.0, 4363.0, 4404.0, 4373.0, 4365.0, 4360.0, 4360.0, 4375.0, 4349.0, 4379.0, 4335.0, 4371.0, 4343.0, 4378.0, 4348.0, 4352.0, 4353.0, 4338.0, 4360.0, 4349.0, 4367.0, 4337.0, 4353.0, 4369.0, 4364.0, 4380.0, 4349.0, 4388.0, 4343.0, 4377.0, 4351.0, 4338.0, 4361.0, 4346.0, 4360.0, 4346.0, 4355.0, 4364.0, 4351.0, 4360.0, 4345.0, 4370.0, 4371.0, 4370.0, 4388.0, 4352.0, 4378.0, 4376.0, 4366.0, 4399.0, 4361.0, 4364.0, 4379.0, 4348.0, 4385.0, 4351.0, 4359.0, 4383.0, 4350.0, 4374.0, 4369.0, 4354.0, 4384.0, 4357.0, 4356.0, 4366.0, 4341.0, 4374.0, 4362.0, 4348.0, 4379.0, 4366.0, 4359.0, 4367.0, 4350.0, 4347.0, 4394.0, 4341.0, 4363.0, 4368.0, 4346.0, 4395.0, 4375.0, 4347.0, 4372.0, 4353.0, 4325.0, 4369.0, 4313.0, 4387.0, 4348.0, 4341.0, 4368.0, 4319.0, 4329.0, 4353.0, 4329.0, 4356.0, 4338.0, 4382.0, 4348.0, 4345.0, 4346.0, 4339.0, 4358.0, 4366.0, 4362.0, 4380.0, 4363.0, 4352.0, 4372.0, 4361.0, 4367.0, 4377.0, 4374.0, 4361.0, 4348.0, 4379.0, 4333.0, 4375.0, 4342.0, 4381.0, 4350.0, 4344.0, 4348.0, 4338.0, 4365.0, 4340.0, 4370.0, 4347.0, 4348.0, 4370.0, 4348.0, 4376.0, 4329.0, 4360.0, 4352.0, 4349.0, 4367.0, 4335.0, 4357.0, 4326.0, 4361.0, 4338.0, 4366.0, 4336.0, 4365.0, 4333.0, 4341.0, 4348.0, 4377.0, 4359.0, 4360.0, 4357.0, 4351.0, 4370.0, 4370.0, 4367.0, 4388.0, 4356.0, 4381.0, 4359.0, 4385.0, 4345.0, 4393.0, 4358.0, 4377.0, 4341.0, 4353.0, 4368.0, 4359.0, 4365.0, 4338.0, 4369.0, 4336.0, 4369.0, 4365.0, 4358.0, 4379.0, 4347.0, 4359.0, 4336.0, 4350.0, 4364.0, 4351.0, 4391.0, 4356.0, 4380.0, 4347.0, 4367.0, 4349.0, 4349.0, 4358.0, 4346.0, 4360.0, 4347.0, 4363.0, 4333.0, 4376.0, 4348.0, 4358.0, 4352.0, 4336.0, 4357.0, 4343.0, 4378.0, 4353.0, 4362.0, 4382.0, 4355.0, 4390.0, 4356.0, 4391.0, 4358.0, 4401.0, 4363.0, 4351.0, 4357.0, 4345.0, 4368.0, 4356.0, 4379.0, 4356.0, 4359.0, 4371.0, 4360.0, 4370.0, 4367.0, 4392.0, 4364.0, 4378.0, 4372.0, 4371.0, 4374.0, 4373.0, 4394.0, 4358.0, 4401.0, 4351.0, 4374.0, 4378.0, 4355.0, 4378.0, 4359.0, 4394.0, 4341.0, 4357.0, 4366.0, 4355.0, 4372.0, 4369.0, 4372.0, 4376.0, 4371.0, 4377.0, 4374.0, 4393.0, 4377.0, 4361.0, 4382.0, 4350.0, 4390.0, 4354.0, 4359.0, 4373.0, 4348.0, 4388.0, 4340.0, 4347.0, 4368.0, 4355.0, 4392.0, 4350.0, 4362.0, 4359.0, 4360.0, 4401.0, 4351.0, 4350.0, 4378.0, 4344.0, 4378.0, 4348.0, 4371.0, 4370.0, 4349.0, 4366.0, 4333.0, 4355.0, 4365.0, 4359.0, 4382.0, 4339.0, 4350.0, 4369.0, 4358.0, 4384.0, 4345.0, 4359.0, 4366.0, 4346.0, 4379.0, 4363.0, 4369.0, 4373.0, 4357.0, 4384.0, 4349.0, 4376.0, 4357.0, 4355.0, 4362.0, 4351.0, 4375.0, 4349.0, 4363.0, 4339.0, 4376.0, 4358.0, 4348.0, 4370.0, 4368.0, 4363.0, 4381.0, 4361.0, 4373.0, 4375.0, 4360.0, 4380.0, 4349.0, 4380.0, 4379.0, 4356.0, 4365.0, 4374.0, 4358.0, 4391.0, 4384.0, 4364.0, 4401.0, 4351.0, 4348.0, 4366.0, 4349.0, 4389.0, 4346.0, 4369.0, 4379.0, 4346.0, 4389.0, 4340.0, 4349.0, 4380.0, 4356.0, 4368.0, 4369.0, 4334.0, 4377.0, 4381.0, 4348.0, 4392.0, 4350.0, 4341.0, 4375.0, 4336.0, 4380.0, 4353.0, 4353.0, 4380.0, 4349.0, 4369.0, 4365.0, 4335.0, 4386.0, 4347.0, 4359.0, 4381.0, 4342.0, 4360.0, 4369.0, 4350.0, 4366.0, 4378.0, 4363.0, 4402.0, 4361.0, 4350.0, 4375.0, 4351.0, 4362.0, 4370.0, 4342.0, 4381.0, 4381.0, 4345.0, 4386.0, 4348.0, 4366.0, 4380.0, 4361.0, 4379.0, 4345.0, 4340.0, 4365.0, 4350.0, 4376.0, 4377.0, 4357.0, 4381.0, 4368.0, 4338.0, 4376.0, 4346.0, 4359.0, 4358.0, 4352.0, 4401.0, 4348.0, 4350.0, 4365.0, 4349.0, 4391.0, 4342.0, 4389.0, 4358.0, 4328.0, 4364.0, 4338.0, 4352.0, 4365.0, 4370.0, 4387.0, 4336.0, 4347.0, 4367.0, 4348.0, 4402.0, 4361.0, 4364.0, 4367.0, 4349.0, 4379.0, 4339.0, 4356.0, 4382.0, 4346.0, 4360.0, 4371.0, 4362.0, 4373.0, 4384.0, 4360.0, 4406.0, 4347.0, 4349.0, 4381.0, 4361.0, 4393.0, 4377.0, 4338.0, 4379.0, 4328.0, 4353.0, 4370.0, 4334.0, 4385.0, 4354.0, 4328.0, 4357.0, 4351.0, 4360.0, 4378.0, 4351.0, 4356.0, 4369.0, 4339.0, 4381.0, 4352.0, 4349.0, 4389.0, 4341.0, 4344.0, 4373.0, 4348.0, 4380.0, 4371.0, 4348.0, 4361.0, 4356.0, 4339.0, 4377.0, 4343.0, 4401.0, 4358.0, 4348.0, 4364.0, 4325.0, 4319.0, 4339.0, 4335.0, 4345.0, 4365.0, 4350.0, 4392.0, 4347.0, 4337.0, 4356.0, 4338.0, 4378.0, 4360.0, 4349.0, 4379.0, 4343.0, 4331.0, 4345.0, 4344.0, 4351.0, 4356.0, 4348.0, 4387.0, 4357.0, 4338.0, 4366.0, 4336.0, 4342.0, 4349.0, 4347.0, 4375.0, 4335.0, 4334.0, 4344.0, 4337.0, 4377.0, 4346.0, 4346.0, 4358.0, 4332.0, 4363.0, 4351.0, 4341.0, 4357.0, 4330.0, 4374.0, 4350.0, 4359.0, 4348.0, 4345.0, 4389.0, 4338.0, 4345.0, 4359.0, 4357.0, 4381.0, 4339.0, 4350.0, 4368.0, 4344.0, 4360.0, 4351.0, 4377.0, 4357.0, 4349.0, 4381.0, 4352.0, 4376.0, 4362.0, 4359.0, 4387.0, 4342.0, 4367.0, 4373.0, 4359.0, 4393.0, 4340.0, 4366.0, 4369.0, 4378.0, 4371.0, 4345.0, 4378.0, 4337.0, 4379.0, 4350.0, 4366.0, 4350.0, 4346.0, 4377.0, 4369.0, 4348.0, 4396.0, 4384.0, 4366.0, 4373.0, 4384.0, 4370.0, 4394.0, 4385.0, 4354.0, 4401.0, 4376.0, 4406.0, 4370.0, 4396.0, 4326.0, 4336.0, 4336.0, 4339.0, 4383.0, 4359.0, 4332.0, 4357.0, 4328.0, 4358.0, 4369.0, 4350.0, 4342.0, 4386.0, 4349.0, 4367.0, 4360.0, 4360.0, 4411.0, 4358.0, 4346.0, 4347.0, 4338.0, 4382.0, 4346.0, 4338.0, 4385.0, 4335.0, 4331.0, 4346.0, 4331.0, 4383.0, 4364.0, 4335.0, 4381.0, 4336.0, 4327.0, 4366.0, 4348.0, 4352.0, 4364.0, 4328.0, 4342.0, 4347.0, 4334.0, 4387.0, 4354.0, 4332.0, 4374.0, 4335.0, 4335.0, 4359.0, 4344.0, 4387.0, 4363.0, 4338.0, 4376.0, 4336.0, 4328.0, 4379.0, 4350.0, 4336.0], 'WindowWidth': [9768.0, 9740.0, 9760.0, 9698.0, 9694.0, 9683.0, 9631.0, 9627.0, 9658.0, 9634.0, 9697.0, 9652.0, 9653.0, 9658.0, 9635.0, 9661.0, 9632.0, 9655.0, 9630.0, 9652.0, 9592.0, 9608.0, 9618.0, 9630.0, 9634.0, 9591.0, 9607.0, 9636.0, 9604.0, 9633.0, 9644.0, 9646.0, 9630.0, 9606.0, 9622.0, 9634.0, 9676.0, 9636.0, 9605.0, 9623.0, 9628.0, 9635.0, 9619.0, 9668.0, 9635.0, 9625.0, 9633.0, 9625.0, 9630.0, 9596.0, 9613.0, 9634.0, 9590.0, 9648.0, 9615.0, 9638.0, 9662.0, 9625.0, 9670.0, 9617.0, 9670.0, 9585.0, 9610.0, 9608.0, 9604.0, 9631.0, 9580.0, 9608.0, 9616.0, 9626.0, 9656.0, 9616.0, 9664.0, 9605.0, 9607.0, 9633.0, 9614.0, 9649.0, 9606.0, 9637.0, 9596.0, 9619.0, 9625.0, 9602.0, 9652.0, 9623.0, 9653.0, 9608.0, 9595.0, 9607.0, 9622.0, 9656.0, 9610.0, 9667.0, 9603.0, 9625.0, 9637.0, 9641.0, 9663.0, 9631.0, 9660.0, 9633.0, 9608.0, 9637.0, 9623.0, 9664.0, 9631.0, 9684.0, 9612.0, 9620.0, 9632.0, 9621.0, 9667.0, 9631.0, 9666.0, 9602.0, 9618.0, 9642.0, 9649.0, 9671.0, 9671.0, 9651.0, 9665.0, 9655.0, 9673.0, 9659.0, 9662.0, 9659.0, 9652.0, 9676.0, 9633.0, 9657.0, 9614.0, 9667.0, 9631.0, 9642.0, 9635.0, 9603.0, 9589.0, 9602.0, 9652.0, 9615.0, 9635.0, 9636.0, 9594.0, 9631.0, 9616.0, 9637.0, 9652.0, 9633.0, 9674.0, 9617.0, 9628.0, 9644.0, 9618.0, 9636.0, 9633.0, 9667.0, 9647.0, 9601.0, 9616.0, 9602.0, 9611.0, 9593.0, 9653.0, 9592.0, 9608.0, 9621.0, 9602.0, 9632.0, 9604.0, 9656.0, 9610.0, 9626.0, 9631.0, 9621.0, 9638.0, 9626.0, 9686.0, 9625.0, 9625.0, 9618.0, 9618.0, 9613.0, 9627.0, 9686.0, 9654.0, 9622.0, 9659.0, 9645.0, 9631.0, 9642.0, 9641.0, 9640.0, 9660.0, 9639.0, 9707.0, 9655.0, 9670.0, 9679.0, 9637.0, 9673.0, 9610.0, 9649.0, 9604.0, 9641.0, 9567.0, 9634.0, 9559.0, 9616.0, 9557.0, 9616.0, 9568.0, 9563.0, 9582.0, 9586.0, 9582.0, 9640.0, 9623.0, 9633.0, 9628.0, 9647.0, 9653.0, 9675.0, 9684.0, 9652.0, 9651.0, 9649.0, 9660.0, 9629.0, 9662.0, 9638.0, 9630.0, 9650.0, 9627.0, 9637.0, 9632.0, 9663.0, 9631.0, 9654.0, 9659.0, 9641.0, 9643.0, 9668.0, 9684.0, 9641.0, 9648.0, 9667.0, 9645.0, 9672.0, 9643.0, 9698.0, 9654.0, 9636.0, 9626.0, 9632.0, 9648.0, 9614.0, 9654.0, 9593.0, 9638.0, 9605.0, 9645.0, 9612.0, 9610.0, 9614.0, 9591.0, 9623.0, 9617.0, 9637.0, 9593.0, 9617.0, 9643.0, 9636.0, 9652.0, 9618.0, 9667.0, 9604.0, 9651.0, 9615.0, 9593.0, 9625.0, 9607.0, 9622.0, 9608.0, 9613.0, 9633.0, 9612.0, 9624.0, 9609.0, 9644.0, 9642.0, 9649.0, 9671.0, 9625.0, 9654.0, 9651.0, 9641.0, 9691.0, 9632.0, 9635.0, 9657.0, 9613.0, 9659.0, 9615.0, 9624.0, 9659.0, 9619.0, 9645.0, 9642.0, 9619.0, 9658.0, 9625.0, 9621.0, 9634.0, 9599.0, 9647.0, 9630.0, 9613.0, 9649.0, 9636.0, 9631.0, 9633.0, 9622.0, 9611.0, 9673.0, 9601.0, 9630.0, 9640.0, 9613.0, 9676.0, 9647.0, 9610.0, 9638.0, 9613.0, 9568.0, 9635.0, 9551.0, 9660.0, 9602.0, 9598.0, 9627.0, 9563.0, 9575.0, 9609.0, 9576.0, 9609.0, 9600.0, 9655.0, 9611.0, 9606.0, 9599.0, 9595.0, 9625.0, 9639.0, 9640.0, 9659.0, 9632.0, 9619.0, 9645.0, 9637.0, 9641.0, 9656.0, 9651.0, 9631.0, 9613.0, 9656.0, 9587.0, 9643.0, 9601.0, 9655.0, 9616.0, 9601.0, 9602.0, 9590.0, 9629.0, 9595.0, 9644.0, 9614.0, 9613.0, 9638.0, 9613.0, 9646.0, 9581.0, 9629.0, 9616.0, 9613.0, 9636.0, 9590.0, 9612.0, 9579.0, 9619.0, 9597.0, 9627.0, 9593.0, 9628.0, 9587.0, 9595.0, 9604.0, 9661.0, 9623.0, 9636.0, 9620.0, 9623.0, 9646.0, 9647.0, 9645.0, 9674.0, 9627.0, 9656.0, 9631.0, 9662.0, 9611.0, 9676.0, 9630.0, 9651.0, 9599.0, 9620.0, 9637.0, 9631.0, 9633.0, 9594.0, 9635.0, 9596.0, 9644.0, 9639.0, 9629.0, 9648.0, 9613.0, 9621.0, 9591.0, 9609.0, 9632.0, 9614.0, 9676.0, 9627.0, 9652.0, 9613.0, 9636.0, 9616.0, 9607.0, 9628.0, 9608.0, 9622.0, 9608.0, 9620.0, 9587.0, 9647.0, 9614.0, 9626.0, 9614.0, 9588.0, 9616.0, 9604.0, 9655.0, 9623.0, 9634.0, 9666.0, 9624.0, 9672.0, 9633.0, 9674.0, 9633.0, 9691.0, 9639.0, 9613.0, 9617.0, 9606.0, 9639.0, 9630.0, 9651.0, 9626.0, 9631.0, 9648.0, 9627.0, 9647.0, 9645.0, 9683.0, 9641.0, 9659.0, 9655.0, 9650.0, 9648.0, 9653.0, 9679.0, 9633.0, 9691.0, 9623.0, 9652.0, 9654.0, 9622.0, 9650.0, 9632.0, 9674.0, 9602.0, 9625.0, 9637.0, 9623.0, 9645.0, 9649.0, 9647.0, 9655.0, 9650.0, 9656.0, 9660.0, 9685.0, 9658.0, 9637.0, 9658.0, 9619.0, 9673.0, 9624.0, 9626.0, 9646.0, 9615.0, 9667.0, 9598.0, 9605.0, 9642.0, 9625.0, 9678.0, 9622.0, 9631.0, 9624.0, 9637.0, 9690.0, 9624.0, 9615.0, 9656.0, 9606.0, 9653.0, 9616.0, 9642.0, 9646.0, 9615.0, 9630.0, 9591.0, 9620.0, 9636.0, 9631.0, 9655.0, 9597.0, 9610.0, 9643.0, 9629.0, 9662.0, 9610.0, 9629.0, 9636.0, 9611.0, 9657.0, 9640.0, 9647.0, 9655.0, 9629.0, 9662.0, 9618.0, 9651.0, 9627.0, 9622.0, 9631.0, 9615.0, 9647.0, 9617.0, 9630.0, 9597.0, 9659.0, 9623.0, 9619.0, 9646.0, 9637.0, 9641.0, 9666.0, 9643.0, 9655.0, 9654.0, 9638.0, 9656.0, 9622.0, 9664.0, 9664.0, 9631.0, 9641.0, 9651.0, 9634.0, 9672.0, 9672.0, 9639.0, 9691.0, 9618.0, 9610.0, 9638.0, 9617.0, 9671.0, 9615.0, 9646.0, 9656.0, 9612.0, 9670.0, 9607.0, 9616.0, 9660.0, 9628.0, 9640.0, 9642.0, 9594.0, 9652.0, 9662.0, 9610.0, 9680.0, 9616.0, 9602.0, 9657.0, 9598.0, 9652.0, 9628.0, 9621.0, 9654.0, 9618.0, 9642.0, 9633.0, 9587.0, 9666.0, 9618.0, 9633.0, 9655.0, 9605.0, 9632.0, 9643.0, 9622.0, 9639.0, 9661.0, 9643.0, 9693.0, 9632.0, 9620.0, 9650.0, 9624.0, 9631.0, 9648.0, 9607.0, 9663.0, 9662.0, 9611.0, 9667.0, 9618.0, 9640.0, 9663.0, 9639.0, 9652.0, 9610.0, 9599.0, 9634.0, 9620.0, 9652.0, 9662.0, 9627.0, 9654.0, 9648.0, 9595.0, 9651.0, 9613.0, 9625.0, 9625.0, 9618.0, 9689.0, 9616.0, 9618.0, 9634.0, 9616.0, 9675.0, 9604.0, 9668.0, 9626.0, 9578.0, 9630.0, 9599.0, 9612.0, 9635.0, 9654.0, 9666.0, 9598.0, 9605.0, 9639.0, 9616.0, 9692.0, 9636.0, 9631.0, 9638.0, 9617.0, 9655.0, 9600.0, 9626.0, 9658.0, 9614.0, 9634.0, 9649.0, 9640.0, 9656.0, 9672.0, 9638.0, 9694.0, 9615.0, 9619.0, 9658.0, 9638.0, 9673.0, 9653.0, 9599.0, 9647.0, 9579.0, 9616.0, 9646.0, 9592.0, 9660.0, 9617.0, 9578.0, 9616.0, 9621.0, 9627.0, 9653.0, 9620.0, 9616.0, 9643.0, 9598.0, 9655.0, 9625.0, 9618.0, 9670.0, 9601.0, 9605.0, 9645.0, 9614.0, 9660.0, 9641.0, 9612.0, 9624.0, 9621.0, 9600.0, 9650.0, 9603.0, 9686.0, 9625.0, 9600.0, 9624.0, 9574.0, 9561.0, 9590.0, 9590.0, 9604.0, 9639.0, 9618.0, 9673.0, 9609.0, 9595.0, 9618.0, 9597.0, 9652.0, 9631.0, 9615.0, 9646.0, 9598.0, 9581.0, 9595.0, 9608.0, 9608.0, 9621.0, 9612.0, 9662.0, 9620.0, 9598.0, 9633.0, 9594.0, 9598.0, 9607.0, 9610.0, 9645.0, 9592.0, 9589.0, 9596.0, 9596.0, 9649.0, 9615.0, 9607.0, 9623.0, 9585.0, 9629.0, 9620.0, 9598.0, 9624.0, 9583.0, 9645.0, 9618.0, 9629.0, 9607.0, 9607.0, 9668.0, 9594.0, 9605.0, 9622.0, 9632.0, 9652.0, 9602.0, 9609.0, 9639.0, 9605.0, 9625.0, 9623.0, 9658.0, 9620.0, 9618.0, 9661.0, 9628.0, 9654.0, 9632.0, 9638.0, 9668.0, 9606.0, 9643.0, 9649.0, 9634.0, 9674.0, 9601.0, 9637.0, 9645.0, 9655.0, 9650.0, 9608.0, 9652.0, 9599.0, 9654.0, 9619.0, 9629.0, 9611.0, 9610.0, 9647.0, 9639.0, 9611.0, 9682.0, 9666.0, 9650.0, 9652.0, 9674.0, 9651.0, 9684.0, 9666.0, 9624.0, 9683.0, 9657.0, 9691.0, 9643.0, 9671.0, 9579.0, 9589.0, 9585.0, 9602.0, 9655.0, 9626.0, 9586.0, 9615.0, 9578.0, 9627.0, 9637.0, 9618.0, 9603.0, 9663.0, 9611.0, 9639.0, 9627.0, 9630.0, 9701.0, 9625.0, 9606.0, 9606.0, 9597.0, 9651.0, 9601.0, 9597.0, 9657.0, 9589.0, 9582.0, 9604.0, 9583.0, 9654.0, 9630.0, 9591.0, 9656.0, 9592.0, 9574.0, 9633.0, 9612.0, 9610.0, 9627.0, 9576.0, 9597.0, 9606.0, 9589.0, 9662.0, 9617.0, 9586.0, 9644.0, 9592.0, 9585.0, 9627.0, 9606.0, 9657.0, 9629.0, 9598.0, 9647.0, 9588.0, 9578.0, 9655.0, 9618.0, 9595.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.0001714945054945055</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014807325054945053</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.31096913565461</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.201034557150715</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9897517619251927</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4715</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5553.8164</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0816895966573782</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.989010989010989</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2672145048036296</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.212937674512182</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.41697976055653</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.171726079342177</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103723</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011479206383228302</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026581764221191406</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.14879679933522</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7295</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0085</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.2085</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302868.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>931.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.1565</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7677</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.5448</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3625.254</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3763.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73676.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1517.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4764.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.0038</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.163335430435836</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> |