=== 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-0039 --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-0039",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-02/func/sub-0039_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>1871fb425c285fa4634f0c1d2341d5f9</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>20:48:11.677500</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.998444, 0.0392077, 0.0396552, -0.0451644, 0.985654, 0.162626]</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.100369</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7759, -7242, 666, -42, -195, 5, 74]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>238.862</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e5193fa5-16c6-471a-8b63-1fe9a31b93fd||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.6787519454956055, -0.12117280811071396, 0.08831733465194702, 115.96089172363281], [-0.10519128292798996, 2.6444365978240967, 0.44324198365211487, -105.52169799804688], [0.1063920184969902, -0.4363130033016205, 2.661904811859131, -47.50556182861328], [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': ['204811.677500', '204812.137500', '204812.597500', '204813.057500', '204813.517500', '204813.977500', '204814.437500', '204814.897500', '204815.357500', '204815.817500', '204816.277500', '204816.737500', '204817.197500', '204817.657500', '204818.117500', '204818.577500', '204819.037500', '204819.497500', '204819.957500', '204820.417500', '204820.877500', '204821.337500', '204821.797500', '204822.257500', '204822.717500', '204823.177500', '204823.637500', '204824.097500', '204824.557500', '204825.017500', '204825.477500', '204825.937500', '204826.397500', '204826.857500', '204827.317500', '204827.777500', '204828.237500', '204828.697500', '204829.157500', '204829.617500', '204830.077500', '204830.537500', '204830.997500', '204831.457500', '204831.917500', '204832.377500', '204832.837500', '204833.297500', '204833.757500', '204834.217500', '204834.677500', '204835.137500', '204835.597500', '204836.057500', '204836.517500', '204836.977500', '204837.437500', '204837.897500', '204838.357500', '204838.817500', '204839.277500', '204839.737500', '204840.197500', '204840.657500', '204841.117500', '204841.577500', '204842.037500', '204842.497500', '204842.957500', '204843.417500', '204843.877500', '204844.337500', '204844.797500', '204845.257500', '204845.717500', '204846.177500', '204846.637500', '204847.097500', '204847.557500', '204848.017500', '204848.477500', '204848.937500', '204849.397500', '204849.857500', '204850.317500', '204850.777500', '204851.237500', '204851.697500', '204852.157500', '204852.617500', '204853.077500', '204853.537500', '204853.997500', '204854.457500', '204854.917500', '204855.377500', '204855.837500', '204856.297500', '204856.757500', '204857.217500', '204857.677500', '204858.137500', '204858.597500', '204859.057500', '204859.517500', '204859.977500', '204900.437500', '204900.897500', '204901.357500', '204901.817500', '204902.277500', '204902.737500', '204903.197500', '204903.657500', '204904.117500', '204904.577500', '204905.037500', '204905.497500', '204905.957500', '204906.417500', '204906.877500', '204907.337500', '204907.797500', '204908.257500', '204908.717500', '204909.177500', '204909.637500', '204910.097500', '204910.557500', '204911.017500', '204911.477500', '204911.937500', '204912.397500', '204912.857500', '204913.317500', '204913.777500', '204914.237500', '204914.697500', '204915.157500', '204915.617500', '204916.077500', '204916.537500', '204916.997500', '204917.457500', '204917.917500', '204918.377500', '204918.837500', '204919.297500', '204919.757500', '204920.217500', '204920.677500', '204921.137500', '204921.597500', '204922.057500', '204922.517500', '204922.977500', '204923.437500', '204923.897500', '204924.357500', '204924.817500', '204925.277500', '204925.737500', '204926.197500', '204926.657500', '204927.117500', '204927.577500', '204928.037500', '204928.497500', '204928.957500', '204929.417500', '204929.877500', '204930.337500', '204930.797500', '204931.257500', '204931.717500', '204932.177500', '204932.637500', '204933.097500', '204933.557500', '204934.017500', '204934.477500', '204934.937500', '204935.397500', '204935.857500', '204936.317500', '204936.777500', '204937.237500', '204937.697500', '204938.157500', '204938.617500', '204939.077500', '204939.537500', '204939.997500', '204940.457500', '204940.917500', '204941.377500', '204941.837500', '204942.297500', '204942.757500', '204943.217500', '204943.677500', '204944.137500', '204944.597500', '204945.057500', '204945.517500', '204945.977500', '204946.437500', '204946.897500', '204947.357500', '204947.817500', '204948.277500', '204948.737500', '204949.197500', '204949.657500', '204950.117500', '204950.577500', '204951.037500', '204951.497500', '204951.957500', '204952.417500', '204952.877500', '204953.337500', '204953.797500', '204954.257500', '204954.717500', '204955.177500', '204955.637500', '204956.097500', '204956.557500', '204957.017500', '204957.477500', '204957.937500', '204958.397500', '204958.857500', '204959.317500', '204959.777500', '205000.237500', '205000.697500', '205001.157500', '205001.617500', '205002.077500', '205002.537500', '205002.997500', '205003.457500', '205003.917500', '205004.377500', '205004.837500', '205005.297500', '205005.757500', '205006.217500', '205006.677500', '205007.137500', '205007.597500', '205008.057500', '205008.517500', '205008.977500', '205009.437500', '205009.897500', '205010.357500', '205010.817500', '205011.277500', '205011.737500', '205012.197500', '205012.657500', '205013.117500', '205013.577500', '205014.037500', '205014.497500', '205014.957500', '205015.417500', '205015.877500', '205016.337500', '205016.797500', '205017.257500', '205017.717500', '205018.177500', '205018.637500', '205019.097500', '205019.557500', '205020.017500', '205020.477500', '205020.937500', '205021.397500', '205021.857500', '205022.317500', '205022.777500', '205023.237500', '205023.697500', '205024.157500', '205024.617500', '205025.077500', '205025.537500', '205025.997500', '205026.457500', '205026.917500', '205027.377500', '205027.837500', '205028.297500', '205028.757500', '205029.217500', '205029.677500', '205030.137500', '205030.597500', '205031.057500', '205031.517500', '205031.977500', '205032.437500', '205032.897500', '205033.357500', '205033.817500', '205034.277500', '205034.737500', '205035.197500', '205035.657500', '205036.117500', '205036.577500', '205037.037500', '205037.497500', '205037.957500', '205038.417500', '205038.877500', '205039.337500', '205039.797500', '205040.257500', '205040.717500', '205041.177500', '205041.637500', '205042.097500', '205042.557500', '205043.017500', '205043.477500', '205043.937500', '205044.397500', '205044.857500', '205045.317500', '205045.777500', '205046.237500', '205046.697500', '205047.157500', '205047.617500', '205048.077500', '205048.537500', '205048.997500', '205049.457500', '205049.917500', '205050.377500', '205050.837500', '205051.297500', '205051.757500', '205052.217500', '205052.677500', '205053.137500', '205053.597500', '205054.057500', '205054.517500', '205054.977500', '205055.437500', '205055.897500', '205056.357500', '205056.817500', '205057.277500', '205057.737500', '205058.197500', '205058.657500', '205059.117500', '205059.577500', '205100.037500', '205100.497500', '205100.957500', '205101.417500', '205101.877500', '205102.337500', '205102.797500', '205103.257500', '205103.717500', '205104.177500', '205104.637500', '205105.097500', '205105.557500', '205106.017500', '205106.477500', '205106.937500', '205107.397500', '205107.857500', '205108.317500', '205108.777500', '205109.237500', '205109.697500', '205110.157500', '205110.617500', '205111.077500', '205111.537500', '205111.997500', '205112.457500', '205112.917500', '205113.377500', '205113.837500', '205114.297500', '205114.757500', '205115.217500', '205115.677500', '205116.137500', '205116.597500', '205117.057500', '205117.517500', '205117.977500', '205118.437500', '205118.897500', '205119.357500', '205119.817500', '205120.277500', '205120.737500', '205121.197500', '205121.657500', '205122.117500', '205122.577500', '205123.037500', '205123.497500', '205123.957500', '205124.417500', '205124.877500', '205125.337500', '205125.797500', '205126.257500', '205126.717500', '205127.177500', '205127.637500', '205128.097500', '205128.557500', '205129.017500', '205129.477500', '205129.937500', '205130.397500', '205130.857500', '205131.317500', '205131.777500', '205132.237500', '205132.697500', '205133.157500', '205133.617500', '205134.077500', '205134.537500', '205134.997500', '205135.457500', '205135.917500', '205136.377500', '205136.837500', '205137.297500', '205137.757500', '205138.217500', '205138.677500', '205139.137500', '205139.597500', '205140.057500', '205140.517500', '205140.977500', '205141.437500', '205141.897500', '205142.357500', '205142.817500', '205143.277500', '205143.737500', '205144.197500', '205144.657500', '205145.117500', '205145.577500', '205146.037500', '205146.497500', '205146.957500', '205147.417500', '205147.877500', '205148.337500', '205148.797500', '205149.257500', '205149.717500', '205150.177500', '205150.637500', '205151.097500', '205151.557500', '205152.017500', '205152.477500', '205152.937500', '205153.397500', '205153.857500', '205154.317500', '205154.777500', '205155.237500', '205155.697500', '205156.157500', '205156.617500', '205157.077500', '205157.537500', '205157.997500', '205158.457500', '205158.917500', '205159.377500', '205159.837500', '205200.297500', '205200.757500', '205201.217500', '205201.677500', '205202.137500', '205202.597500', '205203.057500', '205203.517500', '205203.977500', '205204.437500', '205204.897500', '205205.357500', '205205.817500', '205206.277500', '205206.737500', '205207.197500', '205207.657500', '205208.117500', '205208.577500', '205209.037500', '205209.497500', '205209.957500', '205210.417500', '205210.877500', '205211.337500', '205211.797500', '205212.257500', '205212.717500', '205213.177500', '205213.637500', '205214.097500', '205214.557500', '205215.017500', '205215.477500', '205215.937500', '205216.397500', '205216.857500', '205217.317500', '205217.777500', '205218.237500', '205218.697500', '205219.157500', '205219.617500', '205220.077500', '205220.537500', '205220.997500', '205221.457500', '205221.917500', '205222.377500', '205222.837500', '205223.297500', '205223.757500', '205224.217500', '205224.677500', '205225.137500', '205225.597500', '205226.057500', '205226.517500', '205226.977500', '205227.437500', '205227.897500', '205228.357500', '205228.817500', '205229.277500', '205229.737500', '205230.197500', '205230.657500', '205231.117500', '205231.577500', '205232.037500', '205232.497500', '205232.957500', '205233.417500', '205233.877500', '205234.337500', '205234.797500', '205235.257500', '205235.717500', '205236.177500', '205236.637500', '205237.097500', '205237.557500', '205238.017500', '205238.477500', '205238.937500', '205239.397500', '205239.857500', '205240.317500', '205240.777500', '205241.237500', '205241.697500', '205242.157500', '205242.617500', '205243.077500', '205243.537500', '205243.997500', '205244.457500', '205244.917500', '205245.377500', '205245.837500', '205246.297500', '205246.757500', '205247.217500', '205247.677500', '205248.137500', '205248.597500', '205249.057500', '205249.517500', '205249.977500', '205250.437500', '205250.897500', '205251.357500', '205251.817500', '205252.277500', '205252.737500', '205253.197500', '205253.657500', '205254.117500', '205254.577500', '205255.037500', '205255.497500', '205255.957500', '205256.417500', '205256.877500', '205257.337500', '205257.797500', '205258.257500', '205258.717500', '205259.177500', '205259.637500', '205300.097500', '205300.557500', '205301.017500', '205301.477500', '205301.937500', '205302.397500', '205302.857500', '205303.317500', '205303.777500', '205304.237500', '205304.697500', '205305.157500', '205305.617500', '205306.077500', '205306.537500', '205306.997500', '205307.457500', '205307.917500', '205308.377500', '205308.837500', '205309.297500', '205309.757500', '205310.217500', '205310.677500', '205311.137500', '205311.597500', '205312.057500', '205312.517500', '205312.977500', '205313.437500', '205313.897500', '205314.357500', '205314.817500', '205315.277500', '205315.737500', '205316.197500', '205316.657500', '205317.117500', '205317.577500', '205318.037500', '205318.497500', '205318.957500', '205319.417500', '205319.877500', '205320.337500', '205320.797500', '205321.257500', '205321.717500', '205322.177500', '205322.637500', '205323.097500', '205323.557500', '205324.017500', '205324.477500', '205324.937500', '205325.397500', '205325.857500', '205326.317500', '205326.777500', '205327.237500', '205327.697500', '205328.157500', '205328.617500', '205329.077500', '205329.537500', '205329.997500', '205330.457500', '205330.917500', '205331.377500', '205331.837500', '205332.297500', '205332.757500', '205333.217500', '205333.677500', '205334.137500', '205334.597500', '205335.057500', '205335.517500', '205335.977500', '205336.437500', '205336.897500', '205337.357500', '205337.817500', '205338.277500', '205338.737500', '205339.197500', '205339.657500', '205340.117500', '205340.577500', '205341.037500', '205341.497500', '205341.957500', '205342.417500', '205342.877500', '205343.337500', '205343.797500', '205344.257500', '205344.717500', '205345.177500', '205345.637500', '205346.097500', '205346.557500', '205347.017500', '205347.477500', '205347.937500', '205348.397500', '205348.857500', '205349.317500', '205349.777500', '205350.237500', '205350.697500', '205351.157500', '205351.617500', '205352.077500', '205352.537500', '205352.997500', '205353.457500', '205353.917500', '205354.377500', '205354.837500', '205355.297500', '205355.757500', '205356.217500', '205356.677500', '205357.137500', '205357.597500', '205358.057500', '205358.517500', '205358.977500', '205359.437500', '205359.897500', '205400.357500', '205400.817500', '205401.277500', '205401.737500', '205402.197500', '205402.657500', '205403.117500', '205403.577500', '205404.037500', '205404.497500', '205404.957500', '205405.417500', '205405.877500', '205406.337500', '205406.797500', '205407.257500', '205407.717500', '205408.177500', '205408.637500', '205409.097500', '205409.557500', '205410.017500', '205410.477500', '205410.937500', '205411.397500', '205411.857500', '205412.317500', '205412.777500', '205413.237500', '205413.697500', '205414.157500', '205414.617500', '205415.077500', '205415.537500', '205415.997500', '205416.457500', '205416.917500', '205417.377500', '205417.837500', '205418.297500', '205418.757500', '205419.217500', '205419.677500', '205420.137500', '205420.597500', '205421.057500', '205421.517500', '205421.977500', '205422.437500', '205422.897500', '205423.357500', '205423.817500', '205424.277500', '205424.737500', '205425.197500', '205425.657500', '205426.117500', '205426.577500', '205427.037500', '205427.497500', '205427.957500', '205428.417500', '205428.877500', '205429.337500', '205429.797500', '205430.257500', '205430.717500', '205431.177500', '205431.637500', '205432.097500', '205432.557500', '205433.017500', '205433.477500', '205433.937500', '205434.397500', '205434.857500', '205435.317500', '205435.777500', '205436.237500', '205436.697500', '205437.157500', '205437.617500', '205438.077500', '205438.537500', '205438.997500', '205439.457500', '205439.917500', '205440.377500', '205440.837500', '205441.297500', '205441.757500', '205442.217500', '205442.677500', '205443.137500', '205443.597500', '205444.057500', '205444.517500', '205444.977500', '205445.437500', '205445.897500', '205446.357500', '205446.817500', '205447.277500', '205447.737500', '205448.197500', '205448.657500', '205449.117500', '205449.577500', '205450.037500', '205450.497500', '205450.957500', '205451.417500', '205451.877500', '205452.337500', '205452.797500', '205453.257500', '205453.717500', '205454.177500', '205454.637500', '205455.097500', '205455.557500', '205456.017500', '205456.477500', '205456.937500', '205457.397500', '205457.857500', '205458.317500', '205458.777500', '205459.237500', '205459.697500', '205500.157500', '205500.617500', '205501.077500', '205501.537500', '205501.997500', '205502.457500', '205502.917500', '205503.377500', '205503.837500', '205504.297500', '205504.757500', '205505.217500', '205505.677500', '205506.137500', '205506.597500', '205507.057500', '205507.517500', '205507.977500', '205508.437500', '205508.897500', '205509.357500', '205509.817500', '205510.277500', '205510.737500', '205511.197500', '205511.657500'], 'ContentTime': ['204841.366000', '204841.370000', '204841.373000', '204841.376000', '204841.379000', '204841.382000', '204841.385000', '204841.388000', '204841.399000', '204841.402000', '204841.405000', '204841.408000', '204841.410000', '204841.414000', '204841.416000', '204841.419000', '204841.422000', '204841.425000', '204841.428000', '204841.431000', '204841.434000', '204841.437000', '204841.439000', '204841.442000', '204841.445000', '204841.448000', '204841.451000', '204841.454000', '204841.457000', '204841.460000', '204841.463000', '204841.466000', '204841.469000', '204841.471000', '204841.474000', '204841.477000', '204841.480000', '204841.483000', '204841.486000', '204841.489000', '204841.492000', '204841.495000', '204841.498000', '204841.501000', '204841.504000', '204841.507000', '204841.510000', '204841.513000', '204841.516000', '204841.518000', '204841.521000', '204841.524000', '204841.527000', '204841.530000', '204841.533000', '204841.536000', '204841.539000', '204841.542000', '204841.545000', '204841.548000', '204841.551000', '204841.554000', '204841.557000', '204901.328000', '204901.331000', '204901.334000', '204901.337000', '204901.339000', '204901.342000', '204901.345000', '204901.348000', '204901.351000', '204901.354000', '204901.357000', '204901.360000', '204901.362000', '204901.365000', '204901.368000', '204901.371000', '204901.374000', '204901.377000', '204901.379000', '204901.382000', '204901.385000', '204901.388000', '204901.391000', '204901.394000', '204901.397000', '204901.399000', '204901.402000', '204901.405000', '204901.408000', '204901.411000', '204901.414000', '204901.417000', '204901.420000', '204901.423000', '204901.425000', '204901.428000', '204901.431000', '204901.434000', '204901.437000', '204901.440000', '204901.443000', '204901.446000', '204901.448000', '204901.451000', '204921.328000', '204921.331000', '204921.334000', '204921.337000', '204921.339000', '204921.342000', '204921.345000', '204921.348000', '204921.351000', '204921.354000', '204921.357000', '204921.360000', '204921.363000', '204921.366000', '204921.369000', '204921.372000', '204921.375000', '204921.377000', '204921.380000', '204921.383000', '204921.386000', '204921.389000', '204921.392000', '204921.395000', '204921.398000', '204921.401000', '204921.403000', '204921.406000', '204921.409000', '204921.412000', '204921.415000', '204921.418000', '204921.421000', '204921.424000', '204921.427000', '204921.429000', '204921.432000', '204921.435000', '204921.438000', '204921.441000', '204921.444000', '204921.447000', '204921.450000', '204941.328000', '204941.333000', '204941.337000', '204941.340000', '204941.343000', '204941.346000', '204941.349000', '204941.352000', '204941.355000', '204941.357000', '204941.360000', '204941.363000', '204941.366000', '204941.369000', '204941.372000', '204941.375000', '204941.377000', '204941.380000', '204941.383000', '204941.386000', '204941.389000', '204941.392000', '204941.395000', '204941.397000', '204941.400000', '204941.403000', '204941.406000', '204941.409000', '204941.412000', '204941.415000', '204941.418000', '204941.421000', '204941.423000', '204941.426000', '204941.429000', '204941.432000', '204941.435000', '204941.438000', '204941.441000', '204941.444000', '204941.447000', '204941.450000', '204941.452000', '205001.328000', '205001.331000', '205001.334000', '205001.337000', '205001.340000', '205001.343000', '205001.346000', '205001.348000', '205001.351000', '205001.354000', '205001.357000', '205001.360000', '205001.363000', '205001.366000', '205001.369000', '205001.371000', '205001.374000', '205001.377000', '205001.380000', '205001.383000', '205001.386000', '205001.389000', '205001.392000', '205001.394000', '205001.397000', '205001.400000', '205001.403000', '205001.406000', '205001.409000', '205001.412000', '205001.415000', '205001.418000', '205001.421000', '205001.423000', '205001.426000', '205001.429000', '205001.432000', '205001.435000', '205001.438000', '205001.441000', '205001.444000', '205001.446000', '205001.449000', '205001.452000', '205021.327000', '205021.330000', '205021.333000', '205021.336000', '205021.339000', '205021.342000', '205021.345000', '205021.348000', '205021.351000', '205021.354000', '205021.357000', '205021.359000', '205021.362000', '205021.365000', '205021.368000', '205021.371000', '205021.374000', '205021.377000', '205021.380000', '205021.383000', '205021.386000', '205021.389000', '205021.392000', '205021.395000', '205021.398000', '205021.401000', '205021.404000', '205021.407000', '205021.410000', '205021.413000', '205021.415000', '205021.418000', '205021.421000', '205021.424000', '205021.427000', '205021.430000', '205021.433000', '205021.436000', '205021.439000', '205021.442000', '205021.444000', '205021.447000', '205021.450000', '205041.327000', '205041.330000', '205041.348000', '205041.351000', '205041.354000', '205041.357000', '205041.360000', '205041.362000', '205041.365000', '205041.368000', '205041.371000', '205041.374000', '205041.377000', '205041.380000', '205041.383000', '205041.386000', '205041.389000', '205041.392000', '205041.394000', '205041.397000', '205041.400000', '205041.403000', '205041.406000', '205041.409000', '205041.412000', '205041.415000', '205041.418000', '205041.420000', '205041.423000', '205041.426000', '205041.429000', '205041.432000', '205041.435000', '205041.438000', '205041.441000', '205041.444000', '205041.446000', '205041.449000', '205041.452000', '205041.455000', '205041.458000', '205041.461000', '205041.464000', '205041.467000', '205101.327000', '205101.330000', '205101.333000', '205101.336000', '205101.339000', '205101.342000', '205101.345000', '205101.348000', '205101.351000', '205101.354000', '205101.357000', '205101.361000', '205101.364000', '205101.367000', '205101.370000', '205101.373000', '205101.376000', '205101.379000', '205101.381000', '205101.384000', '205101.387000', '205101.390000', '205101.393000', '205101.396000', '205101.399000', '205101.402000', '205101.404000', '205101.407000', '205101.410000', '205101.413000', '205101.416000', '205101.419000', '205101.422000', '205101.425000', '205101.428000', '205101.430000', '205101.433000', '205101.436000', '205101.439000', '205101.442000', '205101.445000', '205101.448000', '205101.451000', '205121.328000', '205121.331000', '205121.334000', '205121.337000', '205121.340000', '205121.343000', '205121.346000', '205121.349000', '205121.351000', '205121.354000', '205121.357000', '205121.360000', '205121.363000', '205121.366000', '205121.369000', '205121.372000', '205121.375000', '205121.377000', '205121.380000', '205121.383000', '205121.386000', '205121.389000', '205121.392000', '205121.395000', '205121.398000', '205121.401000', '205121.404000', '205121.407000', '205121.410000', '205121.413000', '205121.415000', '205121.418000', '205121.421000', '205121.424000', '205121.427000', '205121.430000', '205121.433000', '205121.436000', '205121.438000', '205121.441000', '205121.444000', '205121.447000', '205121.450000', '205121.453000', '205141.328000', '205141.331000', '205141.334000', '205141.337000', '205141.340000', '205141.342000', '205141.345000', '205141.348000', '205141.351000', '205141.354000', '205141.357000', '205141.360000', '205141.362000', '205141.365000', '205141.368000', '205141.371000', '205141.374000', '205141.377000', '205141.380000', '205141.383000', '205141.386000', '205141.390000', '205141.393000', '205141.396000', '205141.398000', '205141.401000', '205141.404000', '205141.407000', '205141.410000', '205141.413000', '205141.416000', '205141.419000', '205141.422000', '205141.424000', '205141.427000', '205141.430000', '205141.433000', '205141.436000', '205141.439000', '205141.442000', '205141.445000', '205141.448000', '205141.451000', '205201.328000', '205201.331000', '205201.334000', '205201.337000', '205201.340000', '205201.342000', '205201.345000', '205201.348000', '205201.351000', '205201.354000', '205201.357000', '205201.360000', '205201.363000', '205201.366000', '205201.369000', '205201.372000', '205201.374000', '205201.377000', '205201.380000', '205201.383000', '205201.386000', '205201.389000', '205201.392000', '205201.395000', '205201.398000', '205201.401000', '205201.403000', '205201.414000', '205201.417000', '205201.420000', '205201.423000', '205201.425000', '205201.428000', '205201.431000', '205201.434000', '205201.437000', '205201.440000', '205201.443000', '205201.446000', '205201.448000', '205201.451000', '205201.454000', '205201.457000', '205201.460000', '205221.328000', '205221.331000', '205221.334000', '205221.337000', '205221.340000', '205221.343000', '205221.346000', '205221.349000', '205221.351000', '205221.354000', '205221.357000', '205221.360000', '205221.363000', '205221.366000', '205221.369000', '205221.372000', '205221.375000', '205221.378000', '205221.380000', '205221.383000', '205221.386000', '205221.389000', '205221.392000', '205221.395000', '205221.398000', '205221.401000', '205221.404000', '205221.407000', '205221.410000', '205221.413000', '205221.416000', '205221.419000', '205221.422000', '205221.425000', '205221.428000', '205221.431000', '205221.434000', '205221.437000', '205221.439000', '205221.442000', '205221.445000', '205221.448000', '205221.451000', '205241.327000', '205241.330000', '205241.333000', '205241.336000', '205241.339000', '205241.342000', '205241.345000', '205241.347000', '205241.350000', '205241.353000', '205241.356000', '205241.359000', '205241.362000', '205241.365000', '205241.368000', '205241.371000', '205241.374000', '205241.376000', '205241.379000', '205241.382000', '205241.385000', '205241.388000', '205241.391000', '205241.394000', '205241.396000', '205241.399000', '205241.402000', '205241.405000', '205241.408000', '205241.411000', '205241.414000', '205241.417000', '205241.419000', '205241.423000', '205241.426000', '205241.429000', '205241.431000', '205241.434000', '205241.437000', '205241.440000', '205241.443000', '205241.446000', '205241.449000', '205241.452000', '205301.327000', '205301.330000', '205301.333000', '205301.336000', '205301.339000', '205301.342000', '205301.345000', '205301.348000', '205301.350000', '205301.353000', '205301.356000', '205301.360000', '205301.363000', '205301.366000', '205301.369000', '205301.372000', '205301.375000', '205301.378000', '205301.381000', '205301.384000', '205301.386000', '205301.389000', '205301.392000', '205301.395000', '205301.398000', '205301.401000', '205301.404000', '205301.407000', '205301.410000', '205301.413000', '205301.416000', '205301.419000', '205301.422000', '205301.425000', '205301.431000', '205301.434000', '205301.437000', '205301.440000', '205301.443000', '205301.446000', '205301.449000', '205301.451000', '205301.454000', '205321.328000', '205321.331000', '205321.334000', '205321.337000', '205321.340000', '205321.343000', '205321.345000', '205321.348000', '205321.351000', '205321.354000', '205321.357000', '205321.360000', '205321.363000', '205321.366000', '205321.369000', '205321.371000', '205321.374000', '205321.377000', '205321.380000', '205321.383000', '205321.386000', '205321.389000', '205321.392000', '205321.395000', '205321.398000', '205321.401000', '205321.403000', '205321.406000', '205321.409000', '205321.412000', '205321.415000', '205321.418000', '205321.421000', '205321.424000', '205321.427000', '205321.430000', '205321.435000', '205321.438000', '205321.441000', '205321.444000', '205321.447000', '205321.450000', '205321.453000', '205321.456000', '205341.328000', '205341.331000', '205341.334000', '205341.337000', '205341.340000', '205341.343000', '205341.345000', '205341.348000', '205341.351000', '205341.354000', '205341.357000', '205341.360000', '205341.363000', '205341.366000', '205341.369000', '205341.372000', '205341.374000', '205341.377000', '205341.380000', '205341.383000', '205341.386000', '205341.389000', '205341.392000', '205341.395000', '205341.398000', '205341.400000', '205341.403000', '205341.406000', '205341.409000', '205341.412000', '205341.415000', '205341.418000', '205341.421000', '205341.424000', '205341.426000', '205341.429000', '205341.432000', '205341.435000', '205341.438000', '205341.441000', '205341.444000', '205341.446000', '205341.449000', '205401.328000', '205401.331000', '205401.334000', '205401.337000', '205401.340000', '205401.342000', '205401.345000', '205401.348000', '205401.351000', '205401.354000', '205401.357000', '205401.360000', '205401.363000', '205401.365000', '205401.368000', '205401.371000', '205401.374000', '205401.377000', '205401.380000', '205401.383000', '205401.386000', '205401.388000', '205401.391000', '205401.394000', '205401.397000', '205401.400000', '205401.403000', '205401.406000', '205401.409000', '205401.412000', '205401.415000', '205401.417000', '205401.420000', '205401.423000', '205401.426000', '205401.429000', '205401.432000', '205401.435000', '205401.438000', '205401.441000', '205401.443000', '205401.446000', '205401.449000', '205401.452000', '205421.328000', '205421.331000', '205421.334000', '205421.337000', '205421.340000', '205421.343000', '205421.346000', '205421.348000', '205421.351000', '205421.354000', '205421.357000', '205421.360000', '205421.363000', '205421.366000', '205421.369000', '205421.372000', '205421.374000', '205421.377000', '205421.380000', '205421.383000', '205421.386000', '205421.389000', '205421.392000', '205421.395000', '205421.399000', '205421.402000', '205421.405000', '205421.408000', '205421.411000', '205421.414000', '205421.417000', '205421.419000', '205421.422000', '205421.425000', '205421.428000', '205421.431000', '205421.434000', '205421.437000', '205421.440000', '205421.443000', '205421.445000', '205421.448000', '205421.451000', '205441.328000', '205441.331000', '205441.334000', '205441.337000', '205441.339000', '205441.342000', '205441.345000', '205441.348000', '205441.351000', '205441.354000', '205441.357000', '205441.360000', '205441.363000', '205441.366000', '205441.368000', '205441.371000', '205441.374000', '205441.377000', '205441.380000', '205441.383000', '205441.386000', '205441.389000', '205441.391000', '205441.394000', '205441.397000', '205441.400000', '205441.403000', '205441.406000', '205441.409000', '205441.412000', '205441.414000', '205441.417000', '205441.420000', '205441.423000', '205441.426000', '205441.429000', '205441.432000', '205441.434000', '205441.437000', '205441.440000', '205441.443000', '205441.446000', '205441.449000', '205441.452000', '205501.327000', '205501.330000', '205501.333000', '205501.336000', '205501.339000', '205501.350000', '205501.352000', '205501.355000', '205501.358000', '205501.361000', '205501.364000', '205501.367000', '205501.370000', '205501.373000', '205501.375000', '205501.378000', '205501.381000', '205501.384000', '205501.387000', '205501.390000', '205501.393000', '205501.396000', '205501.399000', '205501.401000', '205501.404000', '205501.407000', '205501.410000', '205501.413000', '205501.416000', '205501.419000', '205501.422000', '205501.425000', '205501.427000', '205501.430000', '205501.433000', '205501.436000', '205501.439000', '205501.442000', '205501.445000', '205501.448000', '205501.451000', '205501.453000', '205501.456000', '205512.576000', '205512.579000', '205512.582000', '205512.585000', '205512.588000', '205512.591000', '205512.594000', '205512.597000', '205512.600000', '205512.603000', '205512.606000', '205512.609000', '205512.611000', '205512.614000', '205512.617000', '205512.620000', '205512.623000', '205512.626000', '205512.629000', '205512.632000', '205512.635000', '205512.638000', '205512.641000', '205512.644000', '205512.647000'], 'InstanceCreationTime': ['204841.366000', '204841.370000', '204841.373000', '204841.376000', '204841.379000', '204841.382000', '204841.385000', '204841.388000', '204841.399000', '204841.402000', '204841.405000', '204841.408000', '204841.410000', '204841.414000', '204841.416000', '204841.419000', '204841.422000', '204841.425000', '204841.428000', '204841.431000', '204841.434000', '204841.437000', '204841.439000', '204841.442000', '204841.445000', '204841.448000', '204841.451000', '204841.454000', '204841.457000', '204841.460000', '204841.463000', '204841.466000', '204841.469000', '204841.471000', '204841.474000', '204841.477000', '204841.480000', '204841.483000', '204841.486000', '204841.489000', '204841.492000', '204841.495000', '204841.498000', '204841.501000', '204841.504000', '204841.507000', '204841.510000', '204841.513000', '204841.516000', '204841.518000', '204841.521000', '204841.524000', '204841.527000', '204841.530000', '204841.533000', '204841.536000', '204841.539000', '204841.542000', '204841.545000', '204841.548000', '204841.551000', '204841.554000', '204841.557000', '204901.328000', '204901.331000', '204901.334000', '204901.337000', '204901.339000', '204901.342000', '204901.345000', '204901.348000', '204901.351000', '204901.354000', '204901.357000', '204901.360000', '204901.362000', '204901.365000', '204901.368000', '204901.371000', '204901.374000', '204901.377000', '204901.379000', '204901.382000', '204901.385000', '204901.388000', '204901.391000', '204901.394000', '204901.397000', '204901.399000', '204901.402000', '204901.405000', '204901.408000', '204901.411000', '204901.414000', '204901.417000', '204901.420000', '204901.423000', '204901.425000', '204901.428000', '204901.431000', '204901.434000', '204901.437000', '204901.440000', '204901.443000', '204901.446000', '204901.448000', '204901.451000', '204921.328000', '204921.331000', '204921.334000', '204921.337000', '204921.339000', '204921.342000', '204921.345000', '204921.348000', '204921.351000', '204921.354000', '204921.357000', '204921.360000', '204921.363000', '204921.366000', '204921.369000', '204921.372000', '204921.375000', '204921.377000', '204921.380000', '204921.383000', '204921.386000', '204921.389000', '204921.392000', '204921.395000', '204921.398000', '204921.401000', '204921.403000', '204921.406000', '204921.409000', '204921.412000', '204921.415000', '204921.418000', '204921.421000', '204921.424000', '204921.427000', '204921.429000', '204921.432000', '204921.435000', '204921.438000', '204921.441000', '204921.444000', '204921.447000', '204921.450000', '204941.328000', '204941.333000', '204941.337000', '204941.340000', '204941.343000', '204941.346000', '204941.349000', '204941.352000', '204941.355000', '204941.357000', '204941.360000', '204941.363000', '204941.366000', '204941.369000', '204941.372000', '204941.375000', '204941.377000', '204941.380000', '204941.383000', '204941.386000', '204941.389000', '204941.392000', '204941.395000', '204941.397000', '204941.400000', '204941.403000', '204941.406000', '204941.409000', '204941.412000', '204941.415000', '204941.418000', '204941.421000', '204941.423000', '204941.426000', '204941.429000', '204941.432000', '204941.435000', '204941.438000', '204941.441000', '204941.444000', '204941.447000', '204941.450000', '204941.452000', '205001.328000', '205001.331000', '205001.334000', '205001.337000', '205001.340000', '205001.343000', '205001.346000', '205001.348000', '205001.351000', '205001.354000', '205001.357000', '205001.360000', '205001.363000', '205001.366000', '205001.369000', '205001.371000', '205001.374000', '205001.377000', '205001.380000', '205001.383000', '205001.386000', '205001.389000', '205001.392000', '205001.394000', '205001.397000', '205001.400000', '205001.403000', '205001.406000', '205001.409000', '205001.412000', '205001.415000', '205001.418000', '205001.421000', '205001.423000', '205001.426000', '205001.429000', '205001.432000', '205001.435000', '205001.438000', '205001.441000', '205001.444000', '205001.446000', '205001.449000', '205001.452000', '205021.327000', '205021.330000', '205021.333000', '205021.336000', '205021.339000', '205021.342000', '205021.345000', '205021.348000', '205021.351000', '205021.354000', '205021.357000', '205021.359000', '205021.362000', '205021.365000', '205021.368000', '205021.371000', '205021.374000', '205021.377000', '205021.380000', '205021.383000', '205021.386000', '205021.389000', '205021.392000', '205021.395000', '205021.398000', '205021.401000', '205021.404000', '205021.407000', '205021.410000', '205021.413000', '205021.415000', '205021.418000', '205021.421000', '205021.424000', '205021.427000', '205021.430000', '205021.433000', '205021.436000', '205021.439000', '205021.442000', '205021.444000', '205021.447000', '205021.450000', '205041.327000', '205041.330000', '205041.348000', '205041.351000', '205041.354000', '205041.357000', '205041.360000', '205041.362000', '205041.365000', '205041.368000', '205041.371000', '205041.374000', '205041.377000', '205041.380000', '205041.383000', '205041.386000', '205041.389000', '205041.392000', '205041.394000', '205041.397000', '205041.400000', '205041.403000', '205041.406000', '205041.409000', '205041.412000', '205041.415000', '205041.418000', '205041.420000', '205041.423000', '205041.426000', '205041.429000', '205041.432000', '205041.435000', '205041.438000', '205041.441000', '205041.444000', '205041.446000', '205041.449000', '205041.452000', '205041.455000', '205041.458000', '205041.461000', '205041.464000', '205041.467000', '205101.327000', '205101.330000', '205101.333000', '205101.336000', '205101.339000', '205101.342000', '205101.345000', '205101.348000', '205101.351000', '205101.354000', '205101.357000', '205101.361000', '205101.364000', '205101.367000', '205101.370000', '205101.373000', '205101.376000', '205101.379000', '205101.381000', '205101.384000', '205101.387000', '205101.390000', '205101.393000', '205101.396000', '205101.399000', '205101.402000', '205101.404000', '205101.407000', '205101.410000', '205101.413000', '205101.416000', '205101.419000', '205101.422000', '205101.425000', '205101.428000', '205101.430000', '205101.433000', '205101.436000', '205101.439000', '205101.442000', '205101.445000', '205101.448000', '205101.451000', '205121.328000', '205121.331000', '205121.334000', '205121.337000', '205121.340000', '205121.343000', '205121.346000', '205121.349000', '205121.351000', '205121.354000', '205121.357000', '205121.360000', '205121.363000', '205121.366000', '205121.369000', '205121.372000', '205121.375000', '205121.377000', '205121.380000', '205121.383000', '205121.386000', '205121.389000', '205121.392000', '205121.395000', '205121.398000', '205121.401000', '205121.404000', '205121.407000', '205121.410000', '205121.413000', '205121.415000', '205121.418000', '205121.421000', '205121.424000', '205121.427000', '205121.430000', '205121.433000', '205121.436000', '205121.438000', '205121.441000', '205121.444000', '205121.447000', '205121.450000', '205121.453000', '205141.328000', '205141.331000', '205141.334000', '205141.337000', '205141.340000', '205141.342000', '205141.345000', '205141.348000', '205141.351000', '205141.354000', '205141.357000', '205141.360000', '205141.362000', '205141.365000', '205141.368000', '205141.371000', '205141.374000', '205141.377000', '205141.380000', '205141.383000', '205141.386000', '205141.390000', '205141.393000', '205141.396000', '205141.398000', '205141.401000', '205141.404000', '205141.407000', '205141.410000', '205141.413000', '205141.416000', '205141.419000', '205141.422000', '205141.424000', '205141.427000', '205141.430000', '205141.433000', '205141.436000', '205141.439000', '205141.442000', '205141.445000', '205141.448000', '205141.451000', '205201.328000', '205201.331000', '205201.334000', '205201.337000', '205201.340000', '205201.342000', '205201.345000', '205201.348000', '205201.351000', '205201.354000', '205201.357000', '205201.360000', '205201.363000', '205201.366000', '205201.369000', '205201.372000', '205201.374000', '205201.377000', '205201.380000', '205201.383000', '205201.386000', '205201.389000', '205201.392000', '205201.395000', '205201.398000', '205201.401000', '205201.403000', '205201.414000', '205201.417000', '205201.420000', '205201.423000', '205201.425000', '205201.428000', '205201.431000', '205201.434000', '205201.437000', '205201.440000', '205201.443000', '205201.446000', '205201.448000', '205201.451000', '205201.454000', '205201.457000', '205201.460000', '205221.328000', '205221.331000', '205221.334000', '205221.337000', '205221.340000', '205221.343000', '205221.346000', '205221.349000', '205221.351000', '205221.354000', '205221.357000', '205221.360000', '205221.363000', '205221.366000', '205221.369000', '205221.372000', '205221.375000', '205221.378000', '205221.380000', '205221.383000', '205221.386000', '205221.389000', '205221.392000', '205221.395000', '205221.398000', '205221.401000', '205221.404000', '205221.407000', '205221.410000', '205221.413000', '205221.416000', '205221.419000', '205221.422000', '205221.425000', '205221.428000', '205221.431000', '205221.434000', '205221.437000', '205221.439000', '205221.442000', '205221.445000', '205221.448000', '205221.451000', '205241.327000', '205241.330000', '205241.333000', '205241.336000', '205241.339000', '205241.342000', '205241.345000', '205241.347000', '205241.350000', '205241.353000', '205241.356000', '205241.359000', '205241.362000', '205241.365000', '205241.368000', '205241.371000', '205241.374000', '205241.376000', '205241.379000', '205241.382000', '205241.385000', '205241.388000', '205241.391000', '205241.394000', '205241.396000', '205241.399000', '205241.402000', '205241.405000', '205241.408000', '205241.411000', '205241.414000', '205241.417000', '205241.419000', '205241.423000', '205241.426000', '205241.429000', '205241.431000', '205241.434000', '205241.437000', '205241.440000', '205241.443000', '205241.446000', '205241.449000', '205241.452000', '205301.327000', '205301.330000', '205301.333000', '205301.336000', '205301.339000', '205301.342000', '205301.345000', '205301.348000', '205301.350000', '205301.353000', '205301.356000', '205301.360000', '205301.363000', '205301.366000', '205301.369000', '205301.372000', '205301.375000', '205301.378000', '205301.381000', '205301.384000', '205301.386000', '205301.389000', '205301.392000', '205301.395000', '205301.398000', '205301.401000', '205301.404000', '205301.407000', '205301.410000', '205301.413000', '205301.416000', '205301.419000', '205301.422000', '205301.425000', '205301.431000', '205301.434000', '205301.437000', '205301.440000', '205301.443000', '205301.446000', '205301.449000', '205301.451000', '205301.454000', '205321.328000', '205321.331000', '205321.334000', '205321.337000', '205321.340000', '205321.343000', '205321.345000', '205321.348000', '205321.351000', '205321.354000', '205321.357000', '205321.360000', '205321.363000', '205321.366000', '205321.369000', '205321.371000', '205321.374000', '205321.377000', '205321.380000', '205321.383000', '205321.386000', '205321.389000', '205321.392000', '205321.395000', '205321.398000', '205321.401000', '205321.403000', '205321.406000', '205321.409000', '205321.412000', '205321.415000', '205321.418000', '205321.421000', '205321.424000', '205321.427000', '205321.430000', '205321.435000', '205321.438000', '205321.441000', '205321.444000', '205321.447000', '205321.450000', '205321.453000', '205321.456000', '205341.328000', '205341.331000', '205341.334000', '205341.337000', '205341.340000', '205341.343000', '205341.345000', '205341.348000', '205341.351000', '205341.354000', '205341.357000', '205341.360000', '205341.363000', '205341.366000', '205341.369000', '205341.372000', '205341.374000', '205341.377000', '205341.380000', '205341.383000', '205341.386000', '205341.389000', '205341.392000', '205341.395000', '205341.398000', '205341.400000', '205341.403000', '205341.406000', '205341.409000', '205341.412000', '205341.415000', '205341.418000', '205341.421000', '205341.424000', '205341.426000', '205341.429000', '205341.432000', '205341.435000', '205341.438000', '205341.441000', '205341.444000', '205341.446000', '205341.449000', '205401.328000', '205401.331000', '205401.334000', '205401.337000', '205401.340000', '205401.342000', '205401.345000', '205401.348000', '205401.351000', '205401.354000', '205401.357000', '205401.360000', '205401.363000', '205401.365000', '205401.368000', '205401.371000', '205401.374000', '205401.377000', '205401.380000', '205401.383000', '205401.386000', '205401.388000', '205401.391000', '205401.394000', '205401.397000', '205401.400000', '205401.403000', '205401.406000', '205401.409000', '205401.412000', '205401.415000', '205401.417000', '205401.420000', '205401.423000', '205401.426000', '205401.429000', '205401.432000', '205401.435000', '205401.438000', '205401.441000', '205401.443000', '205401.446000', '205401.449000', '205401.452000', '205421.328000', '205421.331000', '205421.334000', '205421.337000', '205421.340000', '205421.343000', '205421.346000', '205421.348000', '205421.351000', '205421.354000', '205421.357000', '205421.360000', '205421.363000', '205421.366000', '205421.369000', '205421.372000', '205421.374000', '205421.377000', '205421.380000', '205421.383000', '205421.386000', '205421.389000', '205421.392000', '205421.395000', '205421.399000', '205421.402000', '205421.405000', '205421.408000', '205421.411000', '205421.414000', '205421.417000', '205421.419000', '205421.422000', '205421.425000', '205421.428000', '205421.431000', '205421.434000', '205421.437000', '205421.440000', '205421.443000', '205421.445000', '205421.448000', '205421.451000', '205441.328000', '205441.331000', '205441.334000', '205441.337000', '205441.339000', '205441.342000', '205441.345000', '205441.348000', '205441.351000', '205441.354000', '205441.357000', '205441.360000', '205441.363000', '205441.366000', '205441.368000', '205441.371000', '205441.374000', '205441.377000', '205441.380000', '205441.383000', '205441.386000', '205441.389000', '205441.391000', '205441.394000', '205441.397000', '205441.400000', '205441.403000', '205441.406000', '205441.409000', '205441.412000', '205441.414000', '205441.417000', '205441.420000', '205441.423000', '205441.426000', '205441.429000', '205441.432000', '205441.434000', '205441.437000', '205441.440000', '205441.443000', '205441.446000', '205441.449000', '205441.452000', '205501.327000', '205501.330000', '205501.333000', '205501.336000', '205501.339000', '205501.350000', '205501.352000', '205501.355000', '205501.358000', '205501.361000', '205501.364000', '205501.367000', '205501.370000', '205501.373000', '205501.375000', '205501.378000', '205501.381000', '205501.384000', '205501.387000', '205501.390000', '205501.393000', '205501.396000', '205501.399000', '205501.401000', '205501.404000', '205501.407000', '205501.410000', '205501.413000', '205501.416000', '205501.419000', '205501.422000', '205501.425000', '205501.427000', '205501.430000', '205501.433000', '205501.436000', '205501.439000', '205501.442000', '205501.445000', '205501.448000', '205501.451000', '205501.453000', '205501.456000', '205512.576000', '205512.579000', '205512.582000', '205512.585000', '205512.588000', '205512.591000', '205512.594000', '205512.597000', '205512.600000', '205512.603000', '205512.606000', '205512.609000', '205512.611000', '205512.614000', '205512.617000', '205512.620000', '205512.623000', '205512.626000', '205512.629000', '205512.632000', '205512.635000', '205512.638000', '205512.641000', '205512.644000', '205512.647000'], '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': [11836, 10430, 10879, 10683, 10918, 11336, 11040, 12670, 11279, 10679, 11098, 10793, 11006, 10563, 12134, 10749, 11069, 10758, 9901, 14284, 10347, 15872, 10440, 13772, 10167, 10275, 10231, 10442, 12702, 10351, 12454, 10515, 12811, 10517, 11233, 10434, 10191, 10727, 10340, 10739, 10503, 10969, 10631, 10821, 10617, 10818, 10312, 13527, 10760, 13161, 10923, 11670, 10551, 10393, 10572, 10716, 14943, 11425, 13008, 10822, 10747, 10994, 10670, 13397, 10869, 13592, 10713, 11509, 11098, 10392, 10816, 10912, 12827, 10769, 12602, 11496, 11460, 10715, 10412, 11954, 10703, 12921, 11029, 13187, 11322, 11012, 10928, 10429, 10931, 10773, 13595, 10964, 13589, 10716, 11500, 10767, 10498, 10692, 10659, 14137, 10784, 13962, 10649, 11639, 10968, 10358, 10927, 10585, 11311, 11083, 12327, 10803, 13820, 10995, 12274, 11491, 10904, 11189, 10933, 13601, 10637, 14249, 10663, 12964, 11551, 10703, 11019, 10843, 12578, 10881, 14201, 10535, 12824, 10975, 10611, 10962, 10802, 11648, 11195, 13585, 10610, 13236, 10757, 11829, 10733, 10683, 10959, 11018, 13621, 10676, 13497, 10711, 12495, 10844, 11593, 11225, 10826, 10811, 10621, 10745, 10530, 12855, 10821, 13253, 10973, 11466, 11026, 10755, 13219, 10563, 12350, 10547, 12276, 10783, 12277, 10942, 11845, 11374, 11506, 11033, 10399, 10632, 10739, 10815, 10906, 12973, 10942, 13484, 10592, 12799, 10601, 12492, 10268, 13173, 10635, 14779, 10407, 10641, 10627, 12195, 11201, 10891, 12913, 11111, 12176, 11386, 10615, 10951, 10581, 12000, 10456, 13696, 10380, 13558, 10931, 11927, 10638, 10303, 10329, 10502, 10857, 11135, 10704, 10357, 10625, 10417, 10728, 10547, 10602, 10692, 11584, 10653, 10425, 10470, 13529, 10569, 13272, 10924, 12918, 10828, 10455, 10985, 10533, 11012, 10836, 13542, 10802, 12080, 10672, 13154, 10883, 12592, 11227, 12134, 11398, 11844, 10880, 10496, 12724, 10910, 13997, 10926, 13623, 11353, 10377, 10819, 10705, 13731, 10965, 13884, 10734, 11925, 11251, 10541, 10973, 10632, 11211, 10840, 12254, 10767, 10802, 10605, 14009, 10870, 13676, 11154, 13516, 10914, 11803, 11022, 10625, 10877, 10713, 10809, 10892, 14383, 11157, 13505, 10682, 13196, 10725, 12969, 10781, 12955, 11081, 12346, 11127, 11345, 10721, 11506, 11046, 10870, 12295, 10883, 13957, 10899, 12894, 11115, 10546, 11062, 10867, 10998, 11096, 14660, 10849, 12658, 10851, 10615, 10963, 10871, 10902, 11018, 10800, 10809, 10835, 10759, 11811, 10772, 14045, 10781, 14630, 10710, 13100, 10619, 12922, 10570, 12728, 10835, 11137, 10886, 10825, 10854, 10571, 11951, 10594, 13216, 10581, 12891, 10815, 12686, 10773, 11459, 10633, 11692, 10351, 10625, 10630, 10409, 10631, 10848, 10988, 10663, 10674, 10605, 10625, 10811, 10801, 12080, 10799, 13392, 11052, 10735, 10732, 10760, 10601, 13168, 10894, 13317, 10741, 12711, 10574, 10656, 11134, 10631, 10974, 10734, 12907, 10800, 13718, 10685, 12306, 10974, 11896, 11491, 12051, 10651, 10695, 10910, 10548, 11152, 10832, 13707, 10771, 13909, 10788, 12130, 11367, 10428, 10981, 10778, 13395, 10892, 13048, 11193, 10423, 10892, 10630, 13157, 10916, 12452, 11650, 11598, 11086, 10582, 13361, 10662, 12357, 11466, 10683, 11214, 11044, 14815, 11338, 13942, 10882, 10509, 11137, 10744, 11418, 11143, 14028, 10898, 13854, 10942, 11236, 11221, 10879, 13875, 11037, 13743, 11408, 10411, 11129, 10712, 13153, 10866, 13252, 11288, 12517, 11461, 10355, 11393, 10726, 10994, 10611, 12827, 11040, 13656, 11127, 13161, 10992, 12547, 11367, 11317, 10967, 11509, 11283, 10861, 10946, 10845, 12852, 11001, 13346, 11396, 12711, 10832, 10763, 11372, 10968, 13015, 11120, 12644, 11771, 12340, 11338, 10614, 11314, 10956, 13329, 11077, 12542, 11783, 11719, 11208, 11551, 11346, 11002, 13425, 11270, 13181, 11793, 10861, 11617, 10897, 13112, 11007, 11957, 11624, 10771, 11654, 10907, 12664, 11170, 11395, 10807, 10573, 11535, 10916, 11897, 10824, 11289, 10926, 13240, 11079, 12033, 11273, 10669, 11601, 10930, 12877, 10939, 13268, 11054, 12134, 11710, 10675, 11763, 11332, 13371, 11293, 13253, 11113, 10538, 10934, 10715, 11880, 11248, 13145, 11294, 13150, 11155, 12821, 11294, 11194, 11388, 10789, 12082, 11368, 13461, 10959, 13294, 10951, 12328, 10778, 10498, 11147, 10891, 12921, 10714, 10867, 10681, 12750, 10976, 12239, 11186, 10759, 11285, 10464, 12831, 10745, 13044, 11222, 11262, 11199, 10782, 13515, 10618, 13291, 10663, 11968, 10857, 10705, 11571, 10749, 11540, 10614, 11229, 10670, 12777, 10925, 12351, 11592, 10478, 11463, 11051, 11239, 10301, 11256, 10305, 11590, 10917, 13679, 11253, 13363, 11180, 12390, 11085, 10662, 11541, 10646, 13266, 11411, 13192, 10981, 11675, 11136, 10295, 11232, 10725, 13030, 10846, 13269, 11131, 12464, 10729, 10575, 11037, 10371, 11248, 10517, 11154, 10792, 13028, 11101, 12669, 10851, 13276, 11059, 12431, 11350, 10995, 10709, 10514, 10962, 10754, 13085, 10824, 12772, 10465, 13203, 10783, 12053, 11460, 11153, 11354, 10403, 11170, 10107, 10905, 10616, 12251, 10749, 12509, 11164, 12803, 10915, 12188, 10879, 12610, 11673, 11088, 11384, 10664, 13358, 10817, 12346, 10586, 13362, 10661, 10644, 11205, 10899, 11129, 10408, 11173, 10421, 12957, 10639, 13032, 10986, 12510, 11503, 11144, 11096, 10357, 10894, 10374, 11031, 10468, 11885, 10763, 13404, 10768, 13034, 10552, 11649, 10599, 10636, 12666, 10704, 12705, 10731, 11910, 10806, 9921, 11079, 10479, 12580, 10889, 13454, 10433, 11903, 10634, 11002, 10765, 11337, 11179, 11706, 10423, 11750, 10366, 10320, 11043, 10627, 11450, 10729, 12676, 10737, 13182, 10576, 12233, 10510, 12362, 10904, 11708, 11072, 10769, 12574, 10471, 13112, 10366, 12527, 10618, 11614, 10821, 12249, 10585, 10607, 10813, 11005, 10910, 11296, 11244, 11441, 11442, 12324, 10984, 10557, 11562, 11087, 11019, 10590, 11160, 10784, 13254, 11090, 13691, 10668, 13540, 11427, 11569, 11519, 10728, 11137, 10608, 10787, 10523, 13330, 10542, 13196, 11143, 12343, 10490, 10443, 10749, 10459, 13110, 10625, 12746, 10940, 12622, 10739, 10954, 11188, 10307, 11129, 10597, 12852, 10904, 13452, 10534, 12753, 10954, 11029, 11253, 10815, 10482, 11744, 10957, 10302, 10724, 10275, 13536, 10613, 13280, 10729, 10458, 10803, 10399, 12510, 10309, 12270, 10342, 12630, 10693, 12823, 11027, 10546, 10272, 10248, 10273, 10491, 13631, 10835, 14628, 10639, 12032, 10662, 10217, 10749, 10434, 11342, 11055, 14636, 10574, 13452, 10294, 11609, 10477, 10526, 10970, 10644, 10944, 10528, 10355, 10481, 13140, 10494, 12921, 11101, 12116, 10540, 10298, 10344, 10389, 11279, 10510, 13359, 10523, 13896, 10411, 12344, 10255, 11016], 'WindowCenter': [4295.0, 4272.0, 4272.0, 4259.0, 4259.0, 4258.0, 4256.0, 4266.0, 4243.0, 4244.0, 4243.0, 4243.0, 4245.0, 4244.0, 4255.0, 4245.0, 4243.0, 4233.0, 4221.0, 4240.0, 4219.0, 4250.0, 4207.0, 4228.0, 4205.0, 4204.0, 4204.0, 4203.0, 4214.0, 4203.0, 4226.0, 4205.0, 4224.0, 4204.0, 4215.0, 4204.0, 4204.0, 4215.0, 4207.0, 4216.0, 4218.0, 4228.0, 4230.0, 4230.0, 4230.0, 4229.0, 4230.0, 4251.0, 4230.0, 4240.0, 4230.0, 4231.0, 4220.0, 4233.0, 4231.0, 4232.0, 4263.0, 4242.0, 4250.0, 4229.0, 4230.0, 4219.0, 4219.0, 4241.0, 4230.0, 4251.0, 4231.0, 4230.0, 4230.0, 4219.0, 4229.0, 4229.0, 4241.0, 4230.0, 4252.0, 4243.0, 4242.0, 4231.0, 4231.0, 4241.0, 4231.0, 4253.0, 4232.0, 4253.0, 4232.0, 4231.0, 4231.0, 4232.0, 4231.0, 4232.0, 4253.0, 4243.0, 4252.0, 4231.0, 4243.0, 4231.0, 4232.0, 4230.0, 4231.0, 4253.0, 4233.0, 4253.0, 4231.0, 4242.0, 4230.0, 4231.0, 4230.0, 4233.0, 4243.0, 4244.0, 4254.0, 4245.0, 4264.0, 4245.0, 4255.0, 4244.0, 4243.0, 4245.0, 4245.0, 4266.0, 4245.0, 4265.0, 4233.0, 4253.0, 4243.0, 4232.0, 4232.0, 4232.0, 4255.0, 4244.0, 4265.0, 4232.0, 4252.0, 4231.0, 4230.0, 4230.0, 4231.0, 4242.0, 4243.0, 4253.0, 4232.0, 4254.0, 4243.0, 4242.0, 4231.0, 4232.0, 4233.0, 4231.0, 4253.0, 4232.0, 4251.0, 4232.0, 4242.0, 4230.0, 4230.0, 4242.0, 4232.0, 4231.0, 4233.0, 4233.0, 4232.0, 4252.0, 4232.0, 4253.0, 4232.0, 4243.0, 4232.0, 4234.0, 4251.0, 4232.0, 4241.0, 4231.0, 4242.0, 4232.0, 4242.0, 4232.0, 4242.0, 4243.0, 4244.0, 4243.0, 4232.0, 4233.0, 4232.0, 4244.0, 4245.0, 4253.0, 4241.0, 4253.0, 4232.0, 4252.0, 4233.0, 4252.0, 4233.0, 4265.0, 4246.0, 4276.0, 4258.0, 4245.0, 4244.0, 4253.0, 4230.0, 4230.0, 4240.0, 4230.0, 4241.0, 4242.0, 4233.0, 4244.0, 4244.0, 4254.0, 4232.0, 4250.0, 4218.0, 4238.0, 4217.0, 4218.0, 4206.0, 4207.0, 4206.0, 4217.0, 4217.0, 4217.0, 4204.0, 4205.0, 4205.0, 4204.0, 4214.0, 4216.0, 4217.0, 4219.0, 4229.0, 4220.0, 4218.0, 4217.0, 4239.0, 4219.0, 4240.0, 4218.0, 4241.0, 4228.0, 4220.0, 4229.0, 4219.0, 4231.0, 4231.0, 4250.0, 4231.0, 4241.0, 4231.0, 4250.0, 4232.0, 4243.0, 4242.0, 4253.0, 4244.0, 4243.0, 4244.0, 4233.0, 4253.0, 4243.0, 4265.0, 4241.0, 4265.0, 4233.0, 4233.0, 4232.0, 4232.0, 4254.0, 4242.0, 4254.0, 4232.0, 4241.0, 4242.0, 4232.0, 4231.0, 4232.0, 4243.0, 4244.0, 4254.0, 4244.0, 4244.0, 4234.0, 4263.0, 4233.0, 4253.0, 4244.0, 4254.0, 4232.0, 4244.0, 4232.0, 4232.0, 4231.0, 4233.0, 4231.0, 4233.0, 4264.0, 4243.0, 4253.0, 4233.0, 4253.0, 4243.0, 4253.0, 4230.0, 4253.0, 4243.0, 4255.0, 4243.0, 4243.0, 4244.0, 4245.0, 4242.0, 4232.0, 4243.0, 4231.0, 4253.0, 4233.0, 4254.0, 4243.0, 4233.0, 4242.0, 4233.0, 4243.0, 4243.0, 4265.0, 4244.0, 4252.0, 4232.0, 4233.0, 4244.0, 4244.0, 4244.0, 4245.0, 4245.0, 4244.0, 4244.0, 4245.0, 4244.0, 4232.0, 4255.0, 4234.0, 4264.0, 4233.0, 4254.0, 4232.0, 4253.0, 4232.0, 4242.0, 4231.0, 4232.0, 4233.0, 4231.0, 4230.0, 4232.0, 4242.0, 4231.0, 4241.0, 4220.0, 4241.0, 4231.0, 4242.0, 4229.0, 4241.0, 4230.0, 4243.0, 4232.0, 4232.0, 4232.0, 4232.0, 4233.0, 4233.0, 4234.0, 4234.0, 4234.0, 4234.0, 4233.0, 4233.0, 4233.0, 4241.0, 4230.0, 4242.0, 4232.0, 4231.0, 4231.0, 4231.0, 4231.0, 4252.0, 4232.0, 4253.0, 4232.0, 4252.0, 4232.0, 4231.0, 4231.0, 4231.0, 4232.0, 4233.0, 4243.0, 4232.0, 4253.0, 4231.0, 4241.0, 4231.0, 4243.0, 4243.0, 4243.0, 4233.0, 4233.0, 4232.0, 4233.0, 4231.0, 4232.0, 4253.0, 4233.0, 4251.0, 4231.0, 4243.0, 4241.0, 4231.0, 4232.0, 4232.0, 4253.0, 4231.0, 4253.0, 4232.0, 4233.0, 4232.0, 4232.0, 4251.0, 4232.0, 4242.0, 4243.0, 4244.0, 4233.0, 4234.0, 4253.0, 4232.0, 4242.0, 4231.0, 4232.0, 4243.0, 4244.0, 4255.0, 4232.0, 4252.0, 4230.0, 4232.0, 4232.0, 4231.0, 4243.0, 4244.0, 4254.0, 4234.0, 4253.0, 4232.0, 4243.0, 4231.0, 4232.0, 4254.0, 4231.0, 4253.0, 4242.0, 4233.0, 4230.0, 4231.0, 4240.0, 4231.0, 4253.0, 4229.0, 4243.0, 4232.0, 4219.0, 4230.0, 4232.0, 4243.0, 4232.0, 4254.0, 4244.0, 4255.0, 4244.0, 4254.0, 4245.0, 4266.0, 4255.0, 4244.0, 4233.0, 4245.0, 4243.0, 4246.0, 4244.0, 4245.0, 4256.0, 4245.0, 4266.0, 4245.0, 4256.0, 4234.0, 4244.0, 4244.0, 4233.0, 4253.0, 4244.0, 4255.0, 4244.0, 4254.0, 4244.0, 4234.0, 4243.0, 4232.0, 4254.0, 4232.0, 4244.0, 4244.0, 4243.0, 4244.0, 4245.0, 4244.0, 4244.0, 4254.0, 4232.0, 4242.0, 4239.0, 4230.0, 4232.0, 4231.0, 4253.0, 4233.0, 4243.0, 4243.0, 4232.0, 4242.0, 4230.0, 4241.0, 4229.0, 4231.0, 4231.0, 4232.0, 4243.0, 4244.0, 4244.0, 4233.0, 4243.0, 4233.0, 4253.0, 4242.0, 4242.0, 4232.0, 4234.0, 4254.0, 4245.0, 4267.0, 4246.0, 4265.0, 4244.0, 4255.0, 4244.0, 4233.0, 4254.0, 4244.0, 4265.0, 4245.0, 4266.0, 4246.0, 4246.0, 4245.0, 4245.0, 4256.0, 4245.0, 4266.0, 4247.0, 4268.0, 4257.0, 4267.0, 4254.0, 4246.0, 4256.0, 4247.0, 4257.0, 4257.0, 4268.0, 4245.0, 4266.0, 4246.0, 4256.0, 4232.0, 4235.0, 4245.0, 4246.0, 4255.0, 4235.0, 4244.0, 4244.0, 4254.0, 4243.0, 4254.0, 4245.0, 4245.0, 4245.0, 4245.0, 4255.0, 4243.0, 4255.0, 4233.0, 4243.0, 4233.0, 4233.0, 4254.0, 4232.0, 4253.0, 4232.0, 4242.0, 4232.0, 4232.0, 4244.0, 4244.0, 4243.0, 4233.0, 4245.0, 4243.0, 4254.0, 4244.0, 4254.0, 4243.0, 4235.0, 4245.0, 4245.0, 4244.0, 4235.0, 4246.0, 4246.0, 4255.0, 4243.0, 4267.0, 4247.0, 4266.0, 4247.0, 4256.0, 4245.0, 4245.0, 4243.0, 4235.0, 4256.0, 4244.0, 4254.0, 4245.0, 4245.0, 4243.0, 4233.0, 4233.0, 4232.0, 4243.0, 4232.0, 4254.0, 4232.0, 4243.0, 4232.0, 4232.0, 4230.0, 4221.0, 4230.0, 4231.0, 4232.0, 4244.0, 4255.0, 4243.0, 4254.0, 4244.0, 4254.0, 4243.0, 4242.0, 4232.0, 4233.0, 4232.0, 4233.0, 4245.0, 4244.0, 4256.0, 4243.0, 4243.0, 4232.0, 4241.0, 4230.0, 4231.0, 4231.0, 4231.0, 4231.0, 4232.0, 4230.0, 4232.0, 4232.0, 4232.0, 4241.0, 4231.0, 4254.0, 4245.0, 4255.0, 4244.0, 4255.0, 4245.0, 4255.0, 4242.0, 4243.0, 4244.0, 4244.0, 4256.0, 4243.0, 4254.0, 4233.0, 4254.0, 4232.0, 4232.0, 4232.0, 4232.0, 4232.0, 4232.0, 4242.0, 4233.0, 4253.0, 4232.0, 4252.0, 4232.0, 4244.0, 4231.0, 4233.0, 4231.0, 4232.0, 4230.0, 4232.0, 4231.0, 4233.0, 4244.0, 4244.0, 4256.0, 4243.0, 4254.0, 4232.0, 4244.0, 4231.0, 4219.0, 4240.0, 4220.0, 4240.0, 4230.0, 4241.0, 4231.0, 4220.0, 4231.0, 4233.0, 4254.0, 4231.0, 4240.0, 4232.0, 4241.0, 4231.0, 4230.0, 4231.0, 4232.0, 4242.0, 4244.0, 4234.0, 4243.0, 4233.0, 4233.0, 4232.0, 4232.0, 4231.0, 4231.0, 4243.0, 4232.0, 4253.0, 4233.0, 4243.0, 4233.0, 4242.0, 4231.0, 4239.0, 4232.0, 4232.0, 4241.0, 4231.0, 4241.0, 4219.0, 4240.0, 4219.0, 4231.0, 4230.0, 4241.0, 4219.0, 4220.0, 4219.0, 4219.0, 4229.0, 4229.0, 4231.0, 4242.0, 4240.0, 4253.0, 4232.0, 4233.0, 4243.0, 4243.0, 4233.0, 4232.0, 4243.0, 4244.0, 4254.0, 4244.0, 4254.0, 4233.0, 4254.0, 4241.0, 4244.0, 4242.0, 4232.0, 4234.0, 4234.0, 4232.0, 4233.0, 4252.0, 4232.0, 4254.0, 4243.0, 4243.0, 4232.0, 4233.0, 4231.0, 4232.0, 4241.0, 4231.0, 4242.0, 4231.0, 4242.0, 4232.0, 4233.0, 4241.0, 4231.0, 4230.0, 4231.0, 4253.0, 4232.0, 4280.0, 4271.0, 4254.0, 4244.0, 4244.0, 4243.0, 4232.0, 4232.0, 4243.0, 4234.0, 4233.0, 4242.0, 4232.0, 4253.0, 4232.0, 4251.0, 4231.0, 4232.0, 4232.0, 4233.0, 4241.0, 4220.0, 4241.0, 4230.0, 4243.0, 4233.0, 4243.0, 4231.0, 4233.0, 4232.0, 4231.0, 4231.0, 4232.0, 4265.0, 4234.0, 4263.0, 4232.0, 4243.0, 4232.0, 4222.0, 4231.0, 4231.0, 4232.0, 4232.0, 4253.0, 4232.0, 4252.0, 4221.0, 4231.0, 4219.0, 4220.0, 4232.0, 4231.0, 4231.0, 4232.0, 4221.0, 4231.0, 4241.0, 4219.0, 4241.0, 4232.0, 4241.0, 4219.0, 4220.0, 4219.0, 4219.0, 4228.0, 4218.0, 4240.0, 4221.0, 4240.0, 4219.0, 4240.0, 4219.0, 4229.0], 'WindowWidth': [9498.0, 9459.0, 9457.0, 9432.0, 9431.0, 9428.0, 9421.0, 9436.0, 9398.0, 9400.0, 9394.0, 9397.0, 9402.0, 9401.0, 9417.0, 9402.0, 9396.0, 9380.0, 9360.0, 9388.0, 9354.0, 9403.0, 9336.0, 9366.0, 9326.0, 9327.0, 9326.0, 9324.0, 9341.0, 9322.0, 9358.0, 9329.0, 9356.0, 9326.0, 9342.0, 9327.0, 9328.0, 9342.0, 9336.0, 9345.0, 9354.0, 9366.0, 9373.0, 9372.0, 9373.0, 9372.0, 9374.0, 9404.0, 9371.0, 9388.0, 9371.0, 9377.0, 9358.0, 9383.0, 9376.0, 9378.0, 9426.0, 9393.0, 9401.0, 9369.0, 9371.0, 9354.0, 9355.0, 9391.0, 9375.0, 9407.0, 9375.0, 9375.0, 9373.0, 9358.0, 9370.0, 9370.0, 9389.0, 9374.0, 9408.0, 9393.0, 9394.0, 9375.0, 9377.0, 9390.0, 9376.0, 9409.0, 9380.0, 9410.0, 9377.0, 9378.0, 9375.0, 9377.0, 9376.0, 9378.0, 9413.0, 9396.0, 9411.0, 9377.0, 9395.0, 9376.0, 9378.0, 9375.0, 9375.0, 9412.0, 9382.0, 9409.0, 9377.0, 9392.0, 9375.0, 9376.0, 9374.0, 9382.0, 9396.0, 9401.0, 9415.0, 9402.0, 9428.0, 9401.0, 9416.0, 9397.0, 9397.0, 9403.0, 9403.0, 9434.0, 9402.0, 9430.0, 9381.0, 9409.0, 9393.0, 9378.0, 9377.0, 9379.0, 9416.0, 9400.0, 9431.0, 9380.0, 9406.0, 9376.0, 9375.0, 9372.0, 9375.0, 9394.0, 9396.0, 9412.0, 9381.0, 9411.0, 9394.0, 9394.0, 9375.0, 9379.0, 9381.0, 9377.0, 9410.0, 9377.0, 9405.0, 9378.0, 9392.0, 9374.0, 9375.0, 9392.0, 9379.0, 9377.0, 9382.0, 9381.0, 9381.0, 9410.0, 9378.0, 9409.0, 9377.0, 9396.0, 9379.0, 9383.0, 9406.0, 9379.0, 9390.0, 9374.0, 9391.0, 9377.0, 9393.0, 9378.0, 9395.0, 9394.0, 9398.0, 9395.0, 9381.0, 9380.0, 9380.0, 9397.0, 9400.0, 9413.0, 9393.0, 9412.0, 9378.0, 9406.0, 9380.0, 9407.0, 9382.0, 9434.0, 9406.0, 9452.0, 9427.0, 9407.0, 9401.0, 9411.0, 9372.0, 9371.0, 9385.0, 9371.0, 9390.0, 9392.0, 9383.0, 9397.0, 9398.0, 9412.0, 9379.0, 9402.0, 9353.0, 9380.0, 9348.0, 9352.0, 9330.0, 9334.0, 9332.0, 9350.0, 9351.0, 9348.0, 9327.0, 9328.0, 9327.0, 9328.0, 9341.0, 9348.0, 9349.0, 9354.0, 9371.0, 9357.0, 9353.0, 9351.0, 9382.0, 9353.0, 9386.0, 9354.0, 9389.0, 9366.0, 9358.0, 9368.0, 9356.0, 9376.0, 9377.0, 9402.0, 9375.0, 9388.0, 9375.0, 9401.0, 9377.0, 9397.0, 9394.0, 9413.0, 9398.0, 9399.0, 9397.0, 9382.0, 9410.0, 9395.0, 9428.0, 9393.0, 9430.0, 9379.0, 9382.0, 9378.0, 9378.0, 9414.0, 9394.0, 9413.0, 9379.0, 9392.0, 9390.0, 9378.0, 9375.0, 9380.0, 9395.0, 9400.0, 9412.0, 9399.0, 9400.0, 9384.0, 9424.0, 9382.0, 9412.0, 9397.0, 9413.0, 9381.0, 9400.0, 9380.0, 9381.0, 9377.0, 9381.0, 9377.0, 9380.0, 9429.0, 9395.0, 9411.0, 9382.0, 9409.0, 9394.0, 9409.0, 9375.0, 9410.0, 9394.0, 9414.0, 9395.0, 9398.0, 9398.0, 9402.0, 9393.0, 9380.0, 9398.0, 9378.0, 9413.0, 9381.0, 9412.0, 9393.0, 9382.0, 9392.0, 9381.0, 9398.0, 9396.0, 9430.0, 9399.0, 9408.0, 9378.0, 9383.0, 9396.0, 9400.0, 9399.0, 9403.0, 9401.0, 9400.0, 9398.0, 9400.0, 9398.0, 9379.0, 9416.0, 9385.0, 9428.0, 9384.0, 9414.0, 9381.0, 9407.0, 9378.0, 9392.0, 9374.0, 9379.0, 9380.0, 9377.0, 9374.0, 9379.0, 9392.0, 9375.0, 9389.0, 9357.0, 9389.0, 9375.0, 9392.0, 9371.0, 9389.0, 9376.0, 9397.0, 9379.0, 9379.0, 9379.0, 9377.0, 9382.0, 9381.0, 9386.0, 9383.0, 9384.0, 9382.0, 9380.0, 9378.0, 9378.0, 9389.0, 9372.0, 9394.0, 9377.0, 9374.0, 9375.0, 9374.0, 9374.0, 9406.0, 9377.0, 9409.0, 9377.0, 9407.0, 9377.0, 9376.0, 9374.0, 9376.0, 9378.0, 9380.0, 9396.0, 9377.0, 9407.0, 9374.0, 9389.0, 9374.0, 9395.0, 9393.0, 9397.0, 9379.0, 9382.0, 9377.0, 9380.0, 9377.0, 9377.0, 9411.0, 9380.0, 9407.0, 9376.0, 9395.0, 9388.0, 9376.0, 9376.0, 9376.0, 9407.0, 9376.0, 9409.0, 9377.0, 9380.0, 9377.0, 9377.0, 9405.0, 9375.0, 9393.0, 9393.0, 9397.0, 9380.0, 9382.0, 9409.0, 9378.0, 9392.0, 9375.0, 9378.0, 9395.0, 9396.0, 9416.0, 9378.0, 9407.0, 9373.0, 9379.0, 9376.0, 9376.0, 9395.0, 9397.0, 9414.0, 9384.0, 9411.0, 9379.0, 9396.0, 9376.0, 9378.0, 9412.0, 9376.0, 9412.0, 9390.0, 9379.0, 9373.0, 9374.0, 9388.0, 9375.0, 9407.0, 9371.0, 9396.0, 9376.0, 9359.0, 9373.0, 9378.0, 9394.0, 9380.0, 9412.0, 9398.0, 9415.0, 9400.0, 9414.0, 9403.0, 9434.0, 9416.0, 9399.0, 9382.0, 9401.0, 9395.0, 9402.0, 9398.0, 9401.0, 9418.0, 9401.0, 9432.0, 9402.0, 9418.0, 9383.0, 9399.0, 9397.0, 9381.0, 9409.0, 9396.0, 9416.0, 9397.0, 9414.0, 9396.0, 9384.0, 9395.0, 9379.0, 9411.0, 9379.0, 9397.0, 9397.0, 9397.0, 9396.0, 9401.0, 9398.0, 9398.0, 9416.0, 9379.0, 9394.0, 9382.0, 9374.0, 9376.0, 9376.0, 9409.0, 9382.0, 9397.0, 9396.0, 9380.0, 9392.0, 9374.0, 9390.0, 9370.0, 9377.0, 9373.0, 9379.0, 9394.0, 9397.0, 9398.0, 9382.0, 9396.0, 9380.0, 9408.0, 9391.0, 9394.0, 9379.0, 9385.0, 9414.0, 9403.0, 9436.0, 9405.0, 9430.0, 9399.0, 9415.0, 9396.0, 9384.0, 9412.0, 9399.0, 9432.0, 9402.0, 9432.0, 9403.0, 9405.0, 9400.0, 9403.0, 9419.0, 9403.0, 9436.0, 9408.0, 9438.0, 9422.0, 9436.0, 9415.0, 9406.0, 9417.0, 9409.0, 9423.0, 9423.0, 9442.0, 9404.0, 9432.0, 9403.0, 9418.0, 9380.0, 9387.0, 9401.0, 9402.0, 9416.0, 9386.0, 9400.0, 9398.0, 9413.0, 9394.0, 9414.0, 9401.0, 9403.0, 9400.0, 9401.0, 9417.0, 9396.0, 9414.0, 9380.0, 9395.0, 9382.0, 9382.0, 9412.0, 9378.0, 9409.0, 9378.0, 9392.0, 9377.0, 9380.0, 9397.0, 9399.0, 9397.0, 9384.0, 9401.0, 9397.0, 9413.0, 9396.0, 9413.0, 9395.0, 9388.0, 9401.0, 9403.0, 9401.0, 9388.0, 9403.0, 9407.0, 9416.0, 9398.0, 9437.0, 9407.0, 9436.0, 9407.0, 9420.0, 9402.0, 9403.0, 9396.0, 9387.0, 9420.0, 9399.0, 9416.0, 9401.0, 9403.0, 9395.0, 9382.0, 9381.0, 9377.0, 9394.0, 9378.0, 9413.0, 9378.0, 9395.0, 9377.0, 9378.0, 9373.0, 9363.0, 9372.0, 9376.0, 9379.0, 9397.0, 9419.0, 9399.0, 9415.0, 9397.0, 9412.0, 9394.0, 9394.0, 9378.0, 9382.0, 9378.0, 9381.0, 9402.0, 9400.0, 9420.0, 9398.0, 9397.0, 9376.0, 9388.0, 9371.0, 9375.0, 9374.0, 9377.0, 9376.0, 9378.0, 9374.0, 9378.0, 9377.0, 9379.0, 9391.0, 9376.0, 9412.0, 9401.0, 9416.0, 9400.0, 9416.0, 9401.0, 9415.0, 9392.0, 9396.0, 9396.0, 9397.0, 9418.0, 9397.0, 9415.0, 9382.0, 9414.0, 9378.0, 9378.0, 9379.0, 9380.0, 9378.0, 9378.0, 9391.0, 9382.0, 9409.0, 9377.0, 9408.0, 9379.0, 9398.0, 9375.0, 9382.0, 9374.0, 9380.0, 9373.0, 9377.0, 9376.0, 9379.0, 9398.0, 9399.0, 9420.0, 9397.0, 9413.0, 9380.0, 9397.0, 9374.0, 9354.0, 9385.0, 9356.0, 9387.0, 9371.0, 9390.0, 9375.0, 9360.0, 9374.0, 9381.0, 9412.0, 9374.0, 9389.0, 9377.0, 9389.0, 9374.0, 9374.0, 9376.0, 9379.0, 9394.0, 9398.0, 9384.0, 9397.0, 9379.0, 9381.0, 9377.0, 9379.0, 9375.0, 9375.0, 9396.0, 9379.0, 9410.0, 9382.0, 9397.0, 9381.0, 9393.0, 9375.0, 9386.0, 9378.0, 9377.0, 9389.0, 9375.0, 9390.0, 9356.0, 9386.0, 9355.0, 9374.0, 9371.0, 9389.0, 9356.0, 9358.0, 9354.0, 9356.0, 9368.0, 9371.0, 9376.0, 9391.0, 9387.0, 9409.0, 9379.0, 9381.0, 9394.0, 9396.0, 9380.0, 9378.0, 9396.0, 9399.0, 9414.0, 9397.0, 9411.0, 9381.0, 9412.0, 9389.0, 9396.0, 9392.0, 9380.0, 9383.0, 9384.0, 9379.0, 9381.0, 9406.0, 9378.0, 9411.0, 9394.0, 9398.0, 9376.0, 9379.0, 9374.0, 9376.0, 9390.0, 9373.0, 9391.0, 9375.0, 9392.0, 9377.0, 9380.0, 9389.0, 9377.0, 9373.0, 9375.0, 9410.0, 9379.0, 9464.0, 9453.0, 9416.0, 9402.0, 9401.0, 9393.0, 9381.0, 9378.0, 9396.0, 9384.0, 9384.0, 9393.0, 9380.0, 9408.0, 9378.0, 9403.0, 9377.0, 9377.0, 9376.0, 9379.0, 9389.0, 9359.0, 9389.0, 9373.0, 9394.0, 9380.0, 9395.0, 9374.0, 9382.0, 9377.0, 9376.0, 9375.0, 9378.0, 9430.0, 9384.0, 9425.0, 9378.0, 9394.0, 9376.0, 9364.0, 9372.0, 9374.0, 9379.0, 9377.0, 9412.0, 9377.0, 9405.0, 9362.0, 9375.0, 9356.0, 9358.0, 9376.0, 9375.0, 9375.0, 9376.0, 9360.0, 9375.0, 9389.0, 9357.0, 9390.0, 9376.0, 9388.0, 9353.0, 9356.0, 9354.0, 9354.0, 9366.0, 9352.0, 9387.0, 9360.0, 9387.0, 9356.0, 9384.0, 9355.0, 9369.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.0007716192560175055</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01586512910284464</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.70104257232198</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2062355108981377</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.009851669824753</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.465</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6792.1646</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08025065024920235</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.078774617067834</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3867767815205405</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.345009853181517</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6161279376266493</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1991925537534547</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0121267</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015785612165927887</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02263140119612217</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9797984821998083</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>35.444</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3781</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.2966</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303466.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>814.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.6863</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6272</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.3278</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3464.3311</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3668.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73078.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1205.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4510.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.6484</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.915766552323475</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> |