=== 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-0052 --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-0052",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-02/func/sub-0052_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>07bf92267c10f3353fa2ea2c615a00a2</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>14:31:7.965000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999602, -0.00181457, 0.0281389, -0.00331484, 0.983445, 0.181175]</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.10017</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>40</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4139, -7711, -7285, 724, -25, -5, 23, 62]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>244.638</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a27998a8-4aa2-4ca2-a27b-e887300ab12e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818602085113525, -0.008893473073840141, 0.07560496032238007, 113.18299102783203], [0.004868367221206427, 2.638512134552002, 0.4892286956310272, -111.3711166381836], [0.07549464702606201, -0.486078143119812, 2.6542303562164307, -37.99655532836914], [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': ['143107.965000', '143108.425000', '143108.885000', '143109.345000', '143109.805000', '143110.265000', '143110.725000', '143111.185000', '143111.645000', '143112.105000', '143112.565000', '143113.025000', '143113.485000', '143113.945000', '143114.405000', '143114.865000', '143115.325000', '143115.785000', '143116.245000', '143116.705000', '143117.165000', '143117.625000', '143118.085000', '143118.545000', '143119.005000', '143119.465000', '143119.925000', '143120.385000', '143120.845000', '143121.305000', '143121.765000', '143122.225000', '143122.685000', '143123.145000', '143123.605000', '143124.065000', '143124.525000', '143124.985000', '143125.445000', '143125.905000', '143126.365000', '143126.825000', '143127.285000', '143127.745000', '143128.205000', '143128.665000', '143129.125000', '143129.585000', '143130.045000', '143130.505000', '143130.965000', '143131.425000', '143131.885000', '143132.345000', '143132.805000', '143133.265000', '143133.725000', '143134.185000', '143134.645000', '143135.105000', '143135.565000', '143136.025000', '143136.485000', '143136.945000', '143137.405000', '143137.865000', '143138.325000', '143138.785000', '143139.245000', '143139.705000', '143140.165000', '143140.625000', '143141.085000', '143141.545000', '143142.005000', '143142.465000', '143142.925000', '143143.385000', '143143.845000', '143144.305000', '143144.765000', '143145.225000', '143145.685000', '143146.145000', '143146.605000', '143147.065000', '143147.525000', '143147.985000', '143148.445000', '143148.905000', '143149.365000', '143149.825000', '143150.285000', '143150.745000', '143151.205000', '143151.665000', '143152.125000', '143152.585000', '143153.045000', '143153.505000', '143153.965000', '143154.425000', '143154.885000', '143155.345000', '143155.805000', '143156.265000', '143156.725000', '143157.185000', '143157.645000', '143158.105000', '143158.565000', '143159.025000', '143159.485000', '143159.945000', '143200.405000', '143200.865000', '143201.325000', '143201.785000', '143202.245000', '143202.705000', '143203.165000', '143203.625000', '143204.085000', '143204.545000', '143205.005000', '143205.465000', '143205.925000', '143206.385000', '143206.845000', '143207.305000', '143207.765000', '143208.225000', '143208.685000', '143209.145000', '143209.605000', '143210.065000', '143210.525000', '143210.985000', '143211.445000', '143211.905000', '143212.365000', '143212.825000', '143213.285000', '143213.745000', '143214.205000', '143214.665000', '143215.125000', '143215.585000', '143216.045000', '143216.505000', '143216.965000', '143217.425000', '143217.885000', '143218.345000', '143218.805000', '143219.265000', '143219.725000', '143220.185000', '143220.645000', '143221.105000', '143221.565000', '143222.025000', '143222.485000', '143222.945000', '143223.405000', '143223.865000', '143224.325000', '143224.785000', '143225.245000', '143225.705000', '143226.165000', '143226.625000', '143227.085000', '143227.545000', '143228.005000', '143228.465000', '143228.925000', '143229.385000', '143229.845000', '143230.305000', '143230.765000', '143231.225000', '143231.685000', '143232.145000', '143232.605000', '143233.065000', '143233.525000', '143233.985000', '143234.445000', '143234.905000', '143235.365000', '143235.825000', '143236.285000', '143236.745000', '143237.205000', '143237.665000', '143238.125000', '143238.585000', '143239.045000', '143239.505000', '143239.965000', '143240.425000', '143240.885000', '143241.345000', '143241.805000', '143242.265000', '143242.725000', '143243.185000', '143243.645000', '143244.105000', '143244.565000', '143245.025000', '143245.485000', '143245.945000', '143246.405000', '143246.865000', '143247.325000', '143247.785000', '143248.245000', '143248.705000', '143249.165000', '143249.625000', '143250.085000', '143250.545000', '143251.005000', '143251.465000', '143251.925000', '143252.385000', '143252.845000', '143253.305000', '143253.765000', '143254.225000', '143254.685000', '143255.145000', '143255.605000', '143256.065000', '143256.525000', '143256.985000', '143257.445000', '143257.905000', '143258.365000', '143258.825000', '143259.285000', '143259.745000', '143300.205000', '143300.665000', '143301.125000', '143301.585000', '143302.045000', '143302.505000', '143302.965000', '143303.425000', '143303.885000', '143304.345000', '143304.805000', '143305.265000', '143305.725000', '143306.185000', '143306.645000', '143307.105000', '143307.565000', '143308.025000', '143308.485000', '143308.945000', '143309.405000', '143309.865000', '143310.325000', '143310.785000', '143311.245000', '143311.705000', '143312.165000', '143312.625000', '143313.085000', '143313.545000', '143314.005000', '143314.465000', '143314.925000', '143315.385000', '143315.845000', '143316.305000', '143316.765000', '143317.225000', '143317.685000', '143318.145000', '143318.605000', '143319.065000', '143319.525000', '143319.985000', '143320.445000', '143320.905000', '143321.365000', '143321.825000', '143322.285000', '143322.745000', '143323.205000', '143323.665000', '143324.125000', '143324.585000', '143325.045000', '143325.505000', '143325.965000', '143326.425000', '143326.885000', '143327.345000', '143327.805000', '143328.265000', '143328.725000', '143329.185000', '143329.645000', '143330.105000', '143330.565000', '143331.025000', '143331.485000', '143331.945000', '143332.405000', '143332.865000', '143333.325000', '143333.785000', '143334.245000', '143334.705000', '143335.165000', '143335.625000', '143336.085000', '143336.545000', '143337.005000', '143337.465000', '143337.925000', '143338.385000', '143338.845000', '143339.305000', '143339.765000', '143340.225000', '143340.685000', '143341.145000', '143341.605000', '143342.065000', '143342.525000', '143342.985000', '143343.445000', '143343.905000', '143344.365000', '143344.825000', '143345.285000', '143345.745000', '143346.205000', '143346.665000', '143347.125000', '143347.585000', '143348.045000', '143348.505000', '143348.965000', '143349.425000', '143349.885000', '143350.345000', '143350.805000', '143351.265000', '143351.725000', '143352.185000', '143352.645000', '143353.105000', '143353.565000', '143354.025000', '143354.485000', '143354.945000', '143355.405000', '143355.865000', '143356.325000', '143356.785000', '143357.245000', '143357.705000', '143358.165000', '143358.625000', '143359.085000', '143359.545000', '143400.005000', '143400.465000', '143400.925000', '143401.385000', '143401.845000', '143402.305000', '143402.765000', '143403.225000', '143403.685000', '143404.145000', '143404.605000', '143405.065000', '143405.525000', '143405.985000', '143406.445000', '143406.905000', '143407.365000', '143407.825000', '143408.285000', '143408.745000', '143409.205000', '143409.665000', '143410.125000', '143410.585000', '143411.045000', '143411.505000', '143411.965000', '143412.425000', '143412.885000', '143413.345000', '143413.805000', '143414.265000', '143414.725000', '143415.185000', '143415.645000', '143416.105000', '143416.565000', '143417.025000', '143417.485000', '143417.945000', '143418.405000', '143418.865000', '143419.325000', '143419.785000', '143420.245000', '143420.705000', '143421.165000', '143421.625000', '143422.085000', '143422.545000', '143423.005000', '143423.465000', '143423.925000', '143424.385000', '143424.845000', '143425.305000', '143425.765000', '143426.225000', '143426.685000', '143427.145000', '143427.605000', '143428.065000', '143428.525000', '143428.985000', '143429.445000', '143429.905000', '143430.365000', '143430.825000', '143431.285000', '143431.745000', '143432.205000', '143432.665000', '143433.125000', '143433.585000', '143434.045000', '143434.505000', '143434.965000', '143435.425000', '143435.885000', '143436.345000', '143436.805000', '143437.265000', '143437.725000', '143438.185000', '143438.645000', '143439.105000', '143439.565000', '143440.025000', '143440.485000', '143440.945000', '143441.405000', '143441.865000', '143442.325000', '143442.785000', '143443.245000', '143443.705000', '143444.165000', '143444.625000', '143445.085000', '143445.545000', '143446.005000', '143446.465000', '143446.925000', '143447.385000', '143447.845000', '143448.305000', '143448.765000', '143449.225000', '143449.685000', '143450.145000', '143450.605000', '143451.065000', '143451.525000', '143451.985000', '143452.445000', '143452.905000', '143453.365000', '143453.825000', '143454.285000', '143454.745000', '143455.205000', '143455.665000', '143456.125000', '143456.585000', '143457.045000', '143457.505000', '143457.965000', '143458.425000', '143458.885000', '143459.345000', '143459.805000', '143500.265000', '143500.725000', '143501.185000', '143501.645000', '143502.105000', '143502.565000', '143503.025000', '143503.485000', '143503.945000', '143504.405000', '143504.865000', '143505.325000', '143505.785000', '143506.245000', '143506.705000', '143507.165000', '143507.625000', '143508.085000', '143508.545000', '143509.005000', '143509.465000', '143509.925000', '143510.385000', '143510.845000', '143511.305000', '143511.765000', '143512.225000', '143512.685000', '143513.145000', '143513.605000', '143514.065000', '143514.525000', '143514.985000', '143515.445000', '143515.905000', '143516.365000', '143516.825000', '143517.285000', '143517.745000', '143518.205000', '143518.665000', '143519.125000', '143519.585000', '143520.045000', '143520.505000', '143520.965000', '143521.425000', '143521.885000', '143522.345000', '143522.805000', '143523.265000', '143523.725000', '143524.185000', '143524.645000', '143525.105000', '143525.565000', '143526.025000', '143526.485000', '143526.945000', '143527.405000', '143527.865000', '143528.325000', '143528.785000', '143529.245000', '143529.705000', '143530.165000', '143530.625000', '143531.085000', '143531.545000', '143532.005000', '143532.465000', '143532.925000', '143533.385000', '143533.845000', '143534.305000', '143534.765000', '143535.225000', '143535.685000', '143536.145000', '143536.605000', '143537.065000', '143537.525000', '143537.985000', '143538.445000', '143538.905000', '143539.365000', '143539.825000', '143540.285000', '143540.745000', '143541.205000', '143541.665000', '143542.125000', '143542.585000', '143543.045000', '143543.505000', '143543.965000', '143544.425000', '143544.885000', '143545.345000', '143545.805000', '143546.265000', '143546.725000', '143547.185000', '143547.645000', '143548.105000', '143548.565000', '143549.025000', '143549.485000', '143549.945000', '143550.405000', '143550.865000', '143551.325000', '143551.785000', '143552.245000', '143552.705000', '143553.165000', '143553.625000', '143554.085000', '143554.545000', '143555.005000', '143555.465000', '143555.925000', '143556.385000', '143556.845000', '143557.305000', '143557.765000', '143558.225000', '143558.685000', '143559.145000', '143559.605000', '143600.065000', '143600.525000', '143600.985000', '143601.445000', '143601.905000', '143602.365000', '143602.825000', '143603.285000', '143603.745000', '143604.205000', '143604.665000', '143605.125000', '143605.585000', '143606.045000', '143606.505000', '143606.965000', '143607.425000', '143607.885000', '143608.345000', '143608.805000', '143609.265000', '143609.725000', '143610.185000', '143610.645000', '143611.105000', '143611.565000', '143612.025000', '143612.485000', '143612.945000', '143613.405000', '143613.865000', '143614.325000', '143614.785000', '143615.245000', '143615.705000', '143616.165000', '143616.625000', '143617.085000', '143617.545000', '143618.005000', '143618.465000', '143618.925000', '143619.385000', '143619.845000', '143620.305000', '143620.765000', '143621.225000', '143621.685000', '143622.145000', '143622.605000', '143623.065000', '143623.525000', '143623.985000', '143624.445000', '143624.905000', '143625.365000', '143625.825000', '143626.285000', '143626.745000', '143627.205000', '143627.665000', '143628.125000', '143628.585000', '143629.045000', '143629.505000', '143629.965000', '143630.425000', '143630.885000', '143631.345000', '143631.805000', '143632.265000', '143632.725000', '143633.185000', '143633.645000', '143634.105000', '143634.565000', '143635.025000', '143635.485000', '143635.945000', '143636.405000', '143636.865000', '143637.325000', '143637.785000', '143638.245000', '143638.705000', '143639.165000', '143639.625000', '143640.085000', '143640.545000', '143641.005000', '143641.465000', '143641.925000', '143642.385000', '143642.845000', '143643.305000', '143643.765000', '143644.225000', '143644.685000', '143645.145000', '143645.605000', '143646.065000', '143646.525000', '143646.985000', '143647.445000', '143647.905000', '143648.365000', '143648.825000', '143649.285000', '143649.745000', '143650.205000', '143650.665000', '143651.125000', '143651.585000', '143652.045000', '143652.505000', '143652.965000', '143653.425000', '143653.885000', '143654.345000', '143654.805000', '143655.265000', '143655.725000', '143656.185000', '143656.645000', '143657.105000', '143657.565000', '143658.025000', '143658.485000', '143658.945000', '143659.405000', '143659.865000', '143700.325000', '143700.785000', '143701.245000', '143701.705000', '143702.165000', '143702.625000', '143703.085000', '143703.545000', '143704.005000', '143704.465000', '143704.925000', '143705.385000', '143705.845000', '143706.305000', '143706.765000', '143707.225000', '143707.685000', '143708.145000', '143708.605000', '143709.065000', '143709.525000', '143709.985000', '143710.445000', '143710.905000', '143711.365000', '143711.825000', '143712.285000', '143712.745000', '143713.205000', '143713.665000', '143714.125000', '143714.585000', '143715.045000', '143715.505000', '143715.965000', '143716.425000', '143716.885000', '143717.345000', '143717.805000', '143718.265000', '143718.725000', '143719.185000', '143719.645000', '143720.105000', '143720.565000', '143721.025000', '143721.485000', '143721.945000', '143722.405000', '143722.865000', '143723.325000', '143723.785000', '143724.245000', '143724.705000', '143725.165000', '143725.625000', '143726.085000', '143726.545000', '143727.005000', '143727.465000', '143727.925000', '143728.385000', '143728.845000', '143729.305000', '143729.765000', '143730.225000', '143730.685000', '143731.145000', '143731.605000', '143732.065000', '143732.525000', '143732.985000', '143733.445000', '143733.905000', '143734.365000', '143734.825000', '143735.285000', '143735.745000', '143736.205000', '143736.665000', '143737.125000', '143737.585000', '143738.045000', '143738.505000', '143738.965000', '143739.425000', '143739.885000', '143740.345000', '143740.805000', '143741.265000', '143741.725000', '143742.185000', '143742.645000', '143743.105000', '143743.565000', '143744.025000', '143744.485000', '143744.945000', '143745.405000', '143745.865000', '143746.325000', '143746.785000', '143747.245000', '143747.705000', '143748.165000', '143748.625000', '143749.085000', '143749.545000', '143750.005000', '143750.465000', '143750.925000', '143751.385000', '143751.845000', '143752.305000', '143752.765000', '143753.225000', '143753.685000', '143754.145000', '143754.605000', '143755.065000', '143755.525000', '143755.985000', '143756.445000', '143756.905000', '143757.365000', '143757.825000', '143758.285000', '143758.745000', '143759.205000', '143759.665000', '143800.125000', '143800.585000', '143801.045000', '143801.505000', '143801.965000', '143802.425000', '143802.885000', '143803.345000', '143803.805000', '143804.265000', '143804.725000', '143805.185000', '143805.645000', '143806.105000', '143806.565000', '143807.025000', '143807.485000', '143807.945000'], 'ContentTime': ['143133.750000', '143133.754000', '143133.756000', '143133.759000', '143133.762000', '143133.765000', '143133.768000', '143133.770000', '143133.773000', '143133.776000', '143133.778000', '143133.781000', '143133.783000', '143133.786000', '143133.789000', '143133.791000', '143133.794000', '143133.797000', '143133.799000', '143133.802000', '143133.805000', '143133.807000', '143133.810000', '143133.812000', '143133.815000', '143133.818000', '143133.820000', '143133.823000', '143133.825000', '143133.828000', '143133.830000', '143133.833000', '143133.836000', '143133.838000', '143133.841000', '143133.843000', '143133.846000', '143133.848000', '143133.851000', '143133.853000', '143133.856000', '143133.859000', '143133.864000', '143133.866000', '143133.869000', '143133.872000', '143133.875000', '143133.877000', '143133.880000', '143133.882000', '143133.885000', '143133.888000', '143133.890000', '143133.893000', '143153.721000', '143153.724000', '143153.726000', '143153.729000', '143153.731000', '143153.734000', '143153.736000', '143153.739000', '143153.741000', '143153.744000', '143153.747000', '143153.749000', '143153.752000', '143153.761000', '143153.763000', '143153.766000', '143153.768000', '143153.771000', '143153.774000', '143153.776000', '143153.779000', '143153.781000', '143153.784000', '143153.787000', '143153.789000', '143153.792000', '143153.794000', '143153.797000', '143153.799000', '143153.802000', '143153.805000', '143153.807000', '143153.810000', '143153.813000', '143153.815000', '143153.818000', '143153.820000', '143153.823000', '143153.825000', '143153.828000', '143153.830000', '143153.833000', '143153.835000', '143213.721000', '143213.724000', '143213.726000', '143213.729000', '143213.731000', '143213.740000', '143213.742000', '143213.745000', '143213.747000', '143213.750000', '143213.752000', '143213.755000', '143213.757000', '143213.760000', '143213.763000', '143213.805000', '143213.808000', '143213.810000', '143213.813000', '143213.815000', '143213.818000', '143213.821000', '143213.823000', '143213.826000', '143213.828000', '143213.831000', '143213.833000', '143213.836000', '143213.838000', '143213.841000', '143213.844000', '143213.846000', '143213.849000', '143213.851000', '143213.854000', '143213.856000', '143213.859000', '143213.861000', '143213.864000', '143213.866000', '143213.869000', '143213.872000', '143213.874000', '143213.877000', '143233.720000', '143233.723000', '143233.726000', '143233.728000', '143233.731000', '143233.734000', '143233.736000', '143233.739000', '143233.741000', '143233.744000', '143233.746000', '143233.749000', '143233.751000', '143233.754000', '143233.757000', '143233.759000', '143233.762000', '143233.764000', '143233.767000', '143233.769000', '143233.775000', '143233.777000', '143233.780000', '143233.782000', '143233.785000', '143233.788000', '143233.790000', '143233.793000', '143233.795000', '143233.798000', '143233.801000', '143233.803000', '143233.806000', '143233.808000', '143233.811000', '143233.814000', '143233.816000', '143233.819000', '143233.821000', '143233.824000', '143233.826000', '143233.829000', '143233.831000', '143253.721000', '143253.724000', '143253.727000', '143253.729000', '143253.732000', '143253.735000', '143253.738000', '143253.741000', '143253.744000', '143253.751000', '143253.753000', '143253.756000', '143253.758000', '143253.761000', '143253.764000', '143253.766000', '143253.769000', '143253.772000', '143253.774000', '143253.777000', '143253.779000', '143253.782000', '143253.784000', '143253.787000', '143253.790000', '143253.792000', '143253.795000', '143253.797000', '143253.800000', '143253.803000', '143253.805000', '143253.808000', '143253.810000', '143253.813000', '143253.815000', '143253.818000', '143253.820000', '143253.823000', '143253.826000', '143253.828000', '143253.831000', '143253.833000', '143253.836000', '143313.721000', '143313.724000', '143313.727000', '143313.729000', '143313.732000', '143313.735000', '143313.737000', '143313.740000', '143313.742000', '143313.745000', '143313.747000', '143313.750000', '143313.752000', '143313.755000', '143313.758000', '143313.760000', '143313.763000', '143313.765000', '143313.768000', '143313.770000', '143313.773000', '143313.775000', '143313.778000', '143313.781000', '143313.783000', '143313.790000', '143313.793000', '143313.796000', '143313.798000', '143313.801000', '143313.803000', '143313.806000', '143313.808000', '143313.811000', '143313.814000', '143313.816000', '143313.819000', '143313.821000', '143313.824000', '143313.826000', '143313.829000', '143313.832000', '143313.834000', '143313.837000', '143333.720000', '143333.723000', '143333.726000', '143333.729000', '143333.731000', '143333.734000', '143333.737000', '143333.739000', '143333.742000', '143333.744000', '143333.747000', '143333.750000', '143333.752000', '143333.755000', '143333.757000', '143333.760000', '143333.763000', '143333.765000', '143333.768000', '143333.770000', '143333.773000', '143333.775000', '143333.778000', '143333.781000', '143333.783000', '143333.786000', '143333.788000', '143333.791000', '143333.794000', '143333.796000', '143333.799000', '143333.801000', '143333.804000', '143333.807000', '143333.809000', '143333.812000', '143333.814000', '143333.817000', '143333.820000', '143333.822000', '143333.825000', '143333.827000', '143333.830000', '143353.721000', '143353.723000', '143353.726000', '143353.729000', '143353.731000', '143353.734000', '143353.736000', '143353.739000', '143353.742000', '143353.744000', '143353.747000', '143353.759000', '143353.762000', '143353.764000', '143353.767000', '143353.769000', '143353.772000', '143353.775000', '143353.777000', '143353.780000', '143353.782000', '143353.785000', '143353.787000', '143353.790000', '143353.793000', '143353.795000', '143353.798000', '143353.800000', '143353.803000', '143353.806000', '143353.808000', '143353.811000', '143353.813000', '143353.816000', '143353.818000', '143353.821000', '143353.823000', '143353.826000', '143353.828000', '143353.831000', '143353.834000', '143353.836000', '143353.839000', '143353.841000', '143413.720000', '143413.723000', '143413.726000', '143413.729000', '143413.731000', '143413.734000', '143413.736000', '143413.739000', '143413.742000', '143413.744000', '143413.747000', '143413.750000', '143413.752000', '143413.755000', '143413.758000', '143413.761000', '143413.764000', '143413.766000', '143413.769000', '143413.771000', '143413.774000', '143413.777000', '143413.779000', '143413.782000', '143413.784000', '143413.787000', '143413.790000', '143413.792000', '143413.795000', '143413.797000', '143413.800000', '143413.803000', '143413.805000', '143413.808000', '143413.811000', '143413.813000', '143413.816000', '143413.819000', '143413.821000', '143413.824000', '143413.826000', '143413.829000', '143413.831000', '143433.720000', '143433.723000', '143433.726000', '143433.728000', '143433.731000', '143433.734000', '143433.736000', '143433.739000', '143433.741000', '143433.750000', '143433.753000', '143433.755000', '143433.758000', '143433.760000', '143433.763000', '143433.766000', '143433.768000', '143433.771000', '143433.773000', '143433.776000', '143433.779000', '143433.781000', '143433.784000', '143433.786000', '143433.789000', '143433.792000', '143433.794000', '143433.797000', '143433.799000', '143433.802000', '143433.804000', '143433.807000', '143433.809000', '143433.812000', '143433.815000', '143433.817000', '143433.820000', '143433.822000', '143433.825000', '143433.827000', '143433.830000', '143433.833000', '143433.835000', '143433.838000', '143453.720000', '143453.723000', '143453.726000', '143453.728000', '143453.731000', '143453.734000', '143453.736000', '143453.739000', '143453.742000', '143453.745000', '143453.748000', '143453.751000', '143453.753000', '143453.756000', '143453.758000', '143453.761000', '143453.764000', '143453.766000', '143453.769000', '143453.771000', '143453.774000', '143453.776000', '143453.779000', '143453.782000', '143453.784000', '143453.787000', '143453.789000', '143453.792000', '143453.794000', '143453.797000', '143453.800000', '143453.802000', '143453.805000', '143453.807000', '143453.810000', '143453.812000', '143453.815000', '143453.818000', '143453.820000', '143453.823000', '143453.825000', '143453.828000', '143453.831000', '143513.720000', '143513.723000', '143513.726000', '143513.729000', '143513.731000', '143513.734000', '143513.736000', '143513.739000', '143513.741000', '143513.744000', '143513.747000', '143513.749000', '143513.752000', '143513.754000', '143513.757000', '143513.759000', '143513.762000', '143513.765000', '143513.767000', '143513.770000', '143513.772000', '143513.775000', '143513.778000', '143513.780000', '143513.783000', '143513.785000', '143513.788000', '143513.790000', '143513.793000', '143513.796000', '143513.798000', '143513.801000', '143513.803000', '143513.806000', '143513.808000', '143513.811000', '143513.836000', '143513.838000', '143513.841000', '143513.844000', '143513.846000', '143513.849000', '143513.851000', '143513.854000', '143533.721000', '143533.724000', '143533.727000', '143533.729000', '143533.732000', '143533.735000', '143533.737000', '143533.740000', '143533.742000', '143533.745000', '143533.747000', '143533.750000', '143533.753000', '143533.755000', '143533.758000', '143533.760000', '143533.763000', '143533.765000', '143533.768000', '143533.770000', '143533.773000', '143533.776000', '143533.778000', '143533.781000', '143533.783000', '143533.786000', '143533.788000', '143533.791000', '143533.794000', '143533.796000', '143533.799000', '143533.802000', '143533.805000', '143533.808000', '143533.811000', '143533.814000', '143533.816000', '143533.819000', '143533.822000', '143533.824000', '143533.827000', '143533.829000', '143533.832000', '143553.721000', '143553.723000', '143553.726000', '143553.729000', '143553.731000', '143553.734000', '143553.736000', '143553.739000', '143553.742000', '143553.744000', '143553.747000', '143553.749000', '143553.752000', '143553.755000', '143553.757000', '143553.760000', '143553.762000', '143553.765000', '143553.767000', '143553.770000', '143553.773000', '143553.775000', '143553.778000', '143553.780000', '143553.783000', '143553.786000', '143553.788000', '143553.791000', '143553.793000', '143553.796000', '143553.798000', '143553.801000', '143553.804000', '143553.806000', '143553.809000', '143553.811000', '143553.814000', '143553.817000', '143553.819000', '143553.822000', '143553.824000', '143553.827000', '143553.829000', '143613.720000', '143613.723000', '143613.726000', '143613.729000', '143613.731000', '143613.734000', '143613.736000', '143613.739000', '143613.742000', '143613.744000', '143613.747000', '143613.749000', '143613.752000', '143613.755000', '143613.757000', '143613.760000', '143613.762000', '143613.765000', '143613.767000', '143613.770000', '143613.773000', '143613.775000', '143613.778000', '143613.780000', '143613.783000', '143613.786000', '143613.788000', '143613.791000', '143613.793000', '143613.796000', '143613.799000', '143613.801000', '143613.804000', '143613.806000', '143613.809000', '143613.812000', '143613.815000', '143613.817000', '143613.820000', '143613.822000', '143613.825000', '143613.827000', '143613.832000', '143613.835000', '143633.720000', '143633.723000', '143633.726000', '143633.729000', '143633.731000', '143633.734000', '143633.736000', '143633.739000', '143633.742000', '143633.744000', '143633.747000', '143633.749000', '143633.752000', '143633.755000', '143633.757000', '143633.760000', '143633.762000', '143633.765000', '143633.768000', '143633.770000', '143633.773000', '143633.775000', '143633.778000', '143633.781000', '143633.783000', '143633.786000', '143633.788000', '143633.791000', '143633.793000', '143633.796000', '143633.799000', '143633.801000', '143633.804000', '143633.806000', '143633.809000', '143633.812000', '143633.814000', '143633.822000', '143633.824000', '143633.827000', '143633.830000', '143633.832000', '143633.835000', '143633.837000', '143653.720000', '143653.723000', '143653.726000', '143653.743000', '143653.746000', '143653.748000', '143653.751000', '143653.753000', '143653.756000', '143653.759000', '143653.761000', '143653.764000', '143653.766000', '143653.769000', '143653.771000', '143653.774000', '143653.777000', '143653.779000', '143653.782000', '143653.785000', '143653.787000', '143653.790000', '143653.792000', '143653.795000', '143653.797000', '143653.800000', '143653.803000', '143653.805000', '143653.808000', '143653.810000', '143653.813000', '143653.816000', '143653.819000', '143653.822000', '143653.824000', '143653.827000', '143653.829000', '143653.832000', '143653.835000', '143653.839000', '143653.841000', '143653.844000', '143653.847000', '143713.720000', '143713.723000', '143713.726000', '143713.729000', '143713.731000', '143713.734000', '143713.736000', '143713.739000', '143713.741000', '143713.744000', '143713.746000', '143713.749000', '143713.752000', '143713.754000', '143713.757000', '143713.759000', '143713.762000', '143713.765000', '143713.767000', '143713.770000', '143713.772000', '143713.775000', '143713.778000', '143713.780000', '143713.783000', '143713.785000', '143713.788000', '143713.790000', '143713.793000', '143713.796000', '143713.798000', '143713.801000', '143713.804000', '143713.806000', '143713.809000', '143713.811000', '143713.814000', '143713.817000', '143713.819000', '143713.822000', '143713.824000', '143713.827000', '143713.829000', '143713.832000', '143733.720000', '143733.723000', '143733.726000', '143733.729000', '143733.731000', '143733.734000', '143733.736000', '143733.739000', '143733.742000', '143733.744000', '143733.747000', '143733.749000', '143733.752000', '143733.754000', '143733.757000', '143733.760000', '143733.762000', '143733.765000', '143733.768000', '143733.770000', '143733.773000', '143733.775000', '143733.778000', '143733.780000', '143733.783000', '143733.786000', '143733.788000', '143733.791000', '143733.793000', '143733.796000', '143733.799000', '143733.801000', '143733.804000', '143733.806000', '143733.809000', '143733.811000', '143733.814000', '143733.816000', '143733.819000', '143733.822000', '143733.824000', '143733.827000', '143733.829000', '143753.722000', '143753.724000', '143753.727000', '143753.730000', '143753.732000', '143753.735000', '143753.737000', '143753.740000', '143753.742000', '143753.745000', '143753.748000', '143753.750000', '143753.753000', '143753.755000', '143753.758000', '143753.761000', '143753.763000', '143753.766000', '143753.768000', '143753.771000', '143753.774000', '143753.776000', '143753.779000', '143753.781000', '143753.784000', '143753.786000', '143753.789000', '143753.792000', '143753.794000', '143753.797000', '143753.799000', '143753.802000', '143753.805000', '143753.807000', '143753.810000', '143753.812000', '143753.815000', '143753.817000', '143753.820000', '143753.823000', '143753.825000', '143753.828000', '143753.830000', '143753.836000', '143809.213000', '143809.216000', '143809.218000', '143809.221000', '143809.223000', '143809.226000', '143809.229000', '143809.231000', '143809.234000', '143809.236000', '143809.239000', '143809.242000', '143809.244000', '143809.269000', '143809.272000', '143809.274000', '143809.277000', '143809.280000', '143809.282000', '143809.285000', '143809.287000', '143809.290000', '143809.292000', '143809.295000', '143809.298000', '143809.300000', '143809.303000', '143809.305000', '143809.308000', '143809.311000', '143809.313000', '143809.316000', '143809.318000', '143809.321000'], 'InstanceCreationTime': ['143133.750000', '143133.754000', '143133.756000', '143133.759000', '143133.762000', '143133.765000', '143133.768000', '143133.770000', '143133.773000', '143133.776000', '143133.778000', '143133.781000', '143133.783000', '143133.786000', '143133.789000', '143133.791000', '143133.794000', '143133.797000', '143133.799000', '143133.802000', '143133.805000', '143133.807000', '143133.810000', '143133.812000', '143133.815000', '143133.818000', '143133.820000', '143133.823000', '143133.825000', '143133.828000', '143133.830000', '143133.833000', '143133.836000', '143133.838000', '143133.841000', '143133.843000', '143133.846000', '143133.848000', '143133.851000', '143133.853000', '143133.856000', '143133.859000', '143133.864000', '143133.866000', '143133.869000', '143133.872000', '143133.875000', '143133.877000', '143133.880000', '143133.882000', '143133.885000', '143133.888000', '143133.890000', '143133.893000', '143153.721000', '143153.724000', '143153.726000', '143153.729000', '143153.731000', '143153.734000', '143153.736000', '143153.739000', '143153.741000', '143153.744000', '143153.747000', '143153.749000', '143153.752000', '143153.761000', '143153.763000', '143153.766000', '143153.768000', '143153.771000', '143153.774000', '143153.776000', '143153.779000', '143153.781000', '143153.784000', '143153.787000', '143153.789000', '143153.792000', '143153.794000', '143153.797000', '143153.799000', '143153.802000', '143153.805000', '143153.807000', '143153.810000', '143153.813000', '143153.815000', '143153.818000', '143153.820000', '143153.823000', '143153.825000', '143153.828000', '143153.830000', '143153.833000', '143153.835000', '143213.721000', '143213.724000', '143213.726000', '143213.729000', '143213.731000', '143213.740000', '143213.742000', '143213.745000', '143213.747000', '143213.750000', '143213.752000', '143213.755000', '143213.757000', '143213.760000', '143213.763000', '143213.805000', '143213.808000', '143213.810000', '143213.813000', '143213.815000', '143213.818000', '143213.821000', '143213.823000', '143213.826000', '143213.828000', '143213.831000', '143213.833000', '143213.836000', '143213.838000', '143213.841000', '143213.844000', '143213.846000', '143213.849000', '143213.851000', '143213.854000', '143213.856000', '143213.859000', '143213.861000', '143213.864000', '143213.866000', '143213.869000', '143213.872000', '143213.874000', '143213.877000', '143233.720000', '143233.723000', '143233.726000', '143233.728000', '143233.731000', '143233.734000', '143233.736000', '143233.739000', '143233.741000', '143233.744000', '143233.746000', '143233.749000', '143233.751000', '143233.754000', '143233.757000', '143233.759000', '143233.762000', '143233.764000', '143233.767000', '143233.769000', '143233.775000', '143233.777000', '143233.780000', '143233.782000', '143233.785000', '143233.788000', '143233.790000', '143233.793000', '143233.795000', '143233.798000', '143233.801000', '143233.803000', '143233.806000', '143233.808000', '143233.811000', '143233.814000', '143233.816000', '143233.819000', '143233.821000', '143233.824000', '143233.826000', '143233.829000', '143233.831000', '143253.721000', '143253.724000', '143253.727000', '143253.729000', '143253.732000', '143253.735000', '143253.738000', '143253.741000', '143253.744000', '143253.751000', '143253.753000', '143253.756000', '143253.758000', '143253.761000', '143253.764000', '143253.766000', '143253.769000', '143253.772000', '143253.774000', '143253.777000', '143253.779000', '143253.782000', '143253.784000', '143253.787000', '143253.790000', '143253.792000', '143253.795000', '143253.797000', '143253.800000', '143253.803000', '143253.805000', '143253.808000', '143253.810000', '143253.813000', '143253.815000', '143253.818000', '143253.820000', '143253.823000', '143253.826000', '143253.828000', '143253.831000', '143253.833000', '143253.836000', '143313.721000', '143313.724000', '143313.727000', '143313.729000', '143313.732000', '143313.735000', '143313.737000', '143313.740000', '143313.742000', '143313.745000', '143313.747000', '143313.750000', '143313.752000', '143313.755000', '143313.758000', '143313.760000', '143313.763000', '143313.765000', '143313.768000', '143313.770000', '143313.773000', '143313.775000', '143313.778000', '143313.781000', '143313.783000', '143313.790000', '143313.793000', '143313.796000', '143313.798000', '143313.801000', '143313.803000', '143313.806000', '143313.808000', '143313.811000', '143313.814000', '143313.816000', '143313.819000', '143313.821000', '143313.824000', '143313.826000', '143313.829000', '143313.832000', '143313.834000', '143313.837000', '143333.720000', '143333.723000', '143333.726000', '143333.729000', '143333.731000', '143333.734000', '143333.737000', '143333.739000', '143333.742000', '143333.744000', '143333.747000', '143333.750000', '143333.752000', '143333.755000', '143333.757000', '143333.760000', '143333.763000', '143333.765000', '143333.768000', '143333.770000', '143333.773000', '143333.775000', '143333.778000', '143333.781000', '143333.783000', '143333.786000', '143333.788000', '143333.791000', '143333.794000', '143333.796000', '143333.799000', '143333.801000', '143333.804000', '143333.807000', '143333.809000', '143333.812000', '143333.814000', '143333.817000', '143333.820000', '143333.822000', '143333.825000', '143333.827000', '143333.830000', '143353.721000', '143353.723000', '143353.726000', '143353.729000', '143353.731000', '143353.734000', '143353.736000', '143353.739000', '143353.742000', '143353.744000', '143353.747000', '143353.759000', '143353.762000', '143353.764000', '143353.767000', '143353.769000', '143353.772000', '143353.775000', '143353.777000', '143353.780000', '143353.782000', '143353.785000', '143353.787000', '143353.790000', '143353.793000', '143353.795000', '143353.798000', '143353.800000', '143353.803000', '143353.806000', '143353.808000', '143353.811000', '143353.813000', '143353.816000', '143353.818000', '143353.821000', '143353.823000', '143353.826000', '143353.828000', '143353.831000', '143353.834000', '143353.836000', '143353.839000', '143353.841000', '143413.720000', '143413.723000', '143413.726000', '143413.729000', '143413.731000', '143413.734000', '143413.736000', '143413.739000', '143413.742000', '143413.744000', '143413.747000', '143413.750000', '143413.752000', '143413.755000', '143413.758000', '143413.761000', '143413.764000', '143413.766000', '143413.769000', '143413.771000', '143413.774000', '143413.777000', '143413.779000', '143413.782000', '143413.784000', '143413.787000', '143413.790000', '143413.792000', '143413.795000', '143413.797000', '143413.800000', '143413.803000', '143413.805000', '143413.808000', '143413.811000', '143413.813000', '143413.816000', '143413.819000', '143413.821000', '143413.824000', '143413.826000', '143413.829000', '143413.831000', '143433.720000', '143433.723000', '143433.726000', '143433.728000', '143433.731000', '143433.734000', '143433.736000', '143433.739000', '143433.741000', '143433.750000', '143433.753000', '143433.755000', '143433.758000', '143433.760000', '143433.763000', '143433.766000', '143433.768000', '143433.771000', '143433.773000', '143433.776000', '143433.779000', '143433.781000', '143433.784000', '143433.786000', '143433.789000', '143433.792000', '143433.794000', '143433.797000', '143433.799000', '143433.802000', '143433.804000', '143433.807000', '143433.809000', '143433.812000', '143433.815000', '143433.817000', '143433.820000', '143433.822000', '143433.825000', '143433.827000', '143433.830000', '143433.833000', '143433.835000', '143433.838000', '143453.720000', '143453.723000', '143453.726000', '143453.728000', '143453.731000', '143453.734000', '143453.736000', '143453.739000', '143453.742000', '143453.745000', '143453.748000', '143453.751000', '143453.753000', '143453.756000', '143453.758000', '143453.761000', '143453.764000', '143453.766000', '143453.769000', '143453.771000', '143453.774000', '143453.776000', '143453.779000', '143453.782000', '143453.784000', '143453.787000', '143453.789000', '143453.792000', '143453.794000', '143453.797000', '143453.800000', '143453.802000', '143453.805000', '143453.807000', '143453.810000', '143453.812000', '143453.815000', '143453.818000', '143453.820000', '143453.823000', '143453.825000', '143453.828000', '143453.831000', '143513.720000', '143513.723000', '143513.726000', '143513.729000', '143513.731000', '143513.734000', '143513.736000', '143513.739000', '143513.741000', '143513.744000', '143513.747000', '143513.749000', '143513.752000', '143513.754000', '143513.757000', '143513.759000', '143513.762000', '143513.765000', '143513.767000', '143513.770000', '143513.772000', '143513.775000', '143513.778000', '143513.780000', '143513.783000', '143513.785000', '143513.788000', '143513.790000', '143513.793000', '143513.796000', '143513.798000', '143513.801000', '143513.803000', '143513.806000', '143513.808000', '143513.811000', '143513.836000', '143513.838000', '143513.841000', '143513.844000', '143513.846000', '143513.849000', '143513.851000', '143513.854000', '143533.721000', '143533.724000', '143533.727000', '143533.729000', '143533.732000', '143533.735000', '143533.737000', '143533.740000', '143533.742000', '143533.745000', '143533.747000', '143533.750000', '143533.753000', '143533.755000', '143533.758000', '143533.760000', '143533.763000', '143533.765000', '143533.768000', '143533.770000', '143533.773000', '143533.776000', '143533.778000', '143533.781000', '143533.783000', '143533.786000', '143533.788000', '143533.791000', '143533.794000', '143533.796000', '143533.799000', '143533.802000', '143533.805000', '143533.808000', '143533.811000', '143533.814000', '143533.816000', '143533.819000', '143533.822000', '143533.824000', '143533.827000', '143533.829000', '143533.832000', '143553.721000', '143553.723000', '143553.726000', '143553.729000', '143553.731000', '143553.734000', '143553.736000', '143553.739000', '143553.742000', '143553.744000', '143553.747000', '143553.749000', '143553.752000', '143553.755000', '143553.757000', '143553.760000', '143553.762000', '143553.765000', '143553.767000', '143553.770000', '143553.773000', '143553.775000', '143553.778000', '143553.780000', '143553.783000', '143553.786000', '143553.788000', '143553.791000', '143553.793000', '143553.796000', '143553.798000', '143553.801000', '143553.804000', '143553.806000', '143553.809000', '143553.811000', '143553.814000', '143553.817000', '143553.819000', '143553.822000', '143553.824000', '143553.827000', '143553.829000', '143613.720000', '143613.723000', '143613.726000', '143613.729000', '143613.731000', '143613.734000', '143613.736000', '143613.739000', '143613.742000', '143613.744000', '143613.747000', '143613.749000', '143613.752000', '143613.755000', '143613.757000', '143613.760000', '143613.762000', '143613.765000', '143613.767000', '143613.770000', '143613.773000', '143613.775000', '143613.778000', '143613.780000', '143613.783000', '143613.786000', '143613.788000', '143613.791000', '143613.793000', '143613.796000', '143613.799000', '143613.801000', '143613.804000', '143613.806000', '143613.809000', '143613.812000', '143613.815000', '143613.817000', '143613.820000', '143613.822000', '143613.825000', '143613.827000', '143613.832000', '143613.835000', '143633.720000', '143633.723000', '143633.726000', '143633.729000', '143633.731000', '143633.734000', '143633.736000', '143633.739000', '143633.742000', '143633.744000', '143633.747000', '143633.749000', '143633.752000', '143633.755000', '143633.757000', '143633.760000', '143633.762000', '143633.765000', '143633.768000', '143633.770000', '143633.773000', '143633.775000', '143633.778000', '143633.781000', '143633.783000', '143633.786000', '143633.788000', '143633.791000', '143633.793000', '143633.796000', '143633.799000', '143633.801000', '143633.804000', '143633.806000', '143633.809000', '143633.812000', '143633.814000', '143633.822000', '143633.824000', '143633.827000', '143633.830000', '143633.832000', '143633.835000', '143633.837000', '143653.720000', '143653.723000', '143653.726000', '143653.743000', '143653.746000', '143653.748000', '143653.751000', '143653.753000', '143653.756000', '143653.759000', '143653.761000', '143653.764000', '143653.766000', '143653.769000', '143653.771000', '143653.774000', '143653.777000', '143653.779000', '143653.782000', '143653.785000', '143653.787000', '143653.790000', '143653.792000', '143653.795000', '143653.797000', '143653.800000', '143653.803000', '143653.805000', '143653.808000', '143653.810000', '143653.813000', '143653.816000', '143653.819000', '143653.822000', '143653.824000', '143653.827000', '143653.829000', '143653.832000', '143653.835000', '143653.839000', '143653.841000', '143653.844000', '143653.847000', '143713.720000', '143713.723000', '143713.726000', '143713.729000', '143713.731000', '143713.734000', '143713.736000', '143713.739000', '143713.741000', '143713.744000', '143713.746000', '143713.749000', '143713.752000', '143713.754000', '143713.757000', '143713.759000', '143713.762000', '143713.765000', '143713.767000', '143713.770000', '143713.772000', '143713.775000', '143713.778000', '143713.780000', '143713.783000', '143713.785000', '143713.788000', '143713.790000', '143713.793000', '143713.796000', '143713.798000', '143713.801000', '143713.804000', '143713.806000', '143713.809000', '143713.811000', '143713.814000', '143713.817000', '143713.819000', '143713.822000', '143713.824000', '143713.827000', '143713.829000', '143713.832000', '143733.720000', '143733.723000', '143733.726000', '143733.729000', '143733.731000', '143733.734000', '143733.736000', '143733.739000', '143733.742000', '143733.744000', '143733.747000', '143733.749000', '143733.752000', '143733.754000', '143733.757000', '143733.760000', '143733.762000', '143733.765000', '143733.768000', '143733.770000', '143733.773000', '143733.775000', '143733.778000', '143733.780000', '143733.783000', '143733.786000', '143733.788000', '143733.791000', '143733.793000', '143733.796000', '143733.799000', '143733.801000', '143733.804000', '143733.806000', '143733.809000', '143733.811000', '143733.814000', '143733.816000', '143733.819000', '143733.822000', '143733.824000', '143733.827000', '143733.829000', '143753.722000', '143753.724000', '143753.727000', '143753.730000', '143753.732000', '143753.735000', '143753.737000', '143753.740000', '143753.742000', '143753.745000', '143753.748000', '143753.750000', '143753.753000', '143753.755000', '143753.758000', '143753.761000', '143753.763000', '143753.766000', '143753.768000', '143753.771000', '143753.774000', '143753.776000', '143753.779000', '143753.781000', '143753.784000', '143753.786000', '143753.789000', '143753.792000', '143753.794000', '143753.797000', '143753.799000', '143753.802000', '143753.805000', '143753.807000', '143753.810000', '143753.812000', '143753.815000', '143753.817000', '143753.820000', '143753.823000', '143753.825000', '143753.828000', '143753.830000', '143753.836000', '143809.213000', '143809.216000', '143809.218000', '143809.221000', '143809.223000', '143809.226000', '143809.229000', '143809.231000', '143809.234000', '143809.236000', '143809.239000', '143809.242000', '143809.244000', '143809.269000', '143809.272000', '143809.274000', '143809.277000', '143809.280000', '143809.282000', '143809.285000', '143809.287000', '143809.290000', '143809.292000', '143809.295000', '143809.298000', '143809.300000', '143809.303000', '143809.305000', '143809.308000', '143809.311000', '143809.313000', '143809.316000', '143809.318000', '143809.321000'], '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': [8745, 9841, 8442, 13672, 8615, 9820, 9753, 8378, 9018, 8124, 9193, 7828, 8951, 11181, 8975, 12805, 8506, 10358, 7448, 11266, 7646, 9559, 8863, 8841, 9454, 8326, 11360, 8294, 11505, 7942, 11374, 7417, 10592, 7590, 10577, 11621, 10483, 11926, 8101, 11509, 7828, 13236, 8357, 12675, 7797, 11824, 11042, 10114, 15603, 11747, 14976, 8179, 14140, 9167, 10794, 9303, 8783, 15737, 9282, 12963, 8386, 13923, 8591, 9611, 10806, 10093, 13236, 9763, 12737, 8316, 12234, 8018, 11233, 8837, 10437, 10999, 9151, 10835, 8160, 11220, 8273, 10055, 8938, 9943, 7814, 11179, 7693, 10460, 9569, 8755, 7653, 8285, 12959, 10745, 11396, 9159, 9178, 8133, 10823, 7738, 10060, 8544, 8684, 8734, 8266, 13360, 10066, 12283, 8316, 11825, 8319, 10712, 11925, 9356, 14158, 10251, 11227, 7942, 9774, 8308, 11149, 10048, 8951, 13131, 7885, 10472, 7948, 10785, 8287, 11195, 7695, 9471, 7652, 9523, 10043, 9350, 12716, 8218, 11047, 9188, 10548, 8665, 12526, 8123, 12936, 8923, 11389, 7893, 10737, 10483, 8957, 13247, 10938, 8174, 8741, 11955, 9665, 13261, 10916, 11924, 8123, 11924, 7828, 11984, 8472, 10041, 7962, 10595, 10044, 10282, 13631, 9814, 11986, 8502, 11867, 7977, 12616, 8704, 10246, 8067, 11183, 7562, 9285, 10777, 8569, 8511, 9575, 10366, 8399, 12214, 8708, 11455, 8469, 10119, 7716, 9962, 7861, 11438, 7573, 11581, 7960, 10292, 11563, 8525, 12351, 7672, 11072, 7888, 10397, 7790, 9265, 10609, 10460, 12408, 8417, 11202, 7873, 10893, 7577, 12548, 7987, 10018, 7971, 10994, 10291, 9275, 10589, 11305, 12480, 9344, 13466, 10852, 13488, 8968, 13044, 8601, 9863, 11732, 9422, 12614, 9921, 11433, 7736, 9795, 10693, 9204, 11371, 8748, 10711, 7800, 12376, 7668, 10354, 8735, 9532, 9138, 8152, 10276, 8924, 9728, 9542, 13239, 8736, 13379, 8546, 9787, 8151, 11420, 13161, 7780, 11178, 8295, 10532, 7969, 11731, 11010, 10256, 12016, 10203, 11260, 7997, 14927, 8364, 10426, 11814, 8286, 11147, 7628, 11334, 8090, 11062, 8005, 9511, 8015, 9232, 10739, 9928, 12878, 10532, 13275, 8051, 10943, 8137, 13123, 8948, 13100, 7853, 8303, 12461, 10178, 13567, 10071, 12764, 8385, 9408, 7967, 8199, 12739, 10193, 11992, 7957, 11472, 14785, 9759, 12787, 9050, 10542, 7888, 11877, 8193, 11503, 10418, 9124, 7986, 8925, 11674, 8304, 11083, 9560, 10761, 8633, 13685, 7948, 10438, 8036, 10545, 8447, 10234, 7913, 12532, 8019, 11151, 9210, 9141, 8624, 8527, 12755, 8342, 10975, 9426, 10062, 8046, 10567, 7770, 10204, 8136, 9920, 8108, 10052, 9470, 9388, 13894, 10755, 11157, 8758, 11244, 7951, 10050, 11511, 8730, 10166, 7913, 13143, 8282, 10798, 9243, 10124, 8037, 10395, 8075, 10907, 8217, 9233, 8032, 8566, 13089, 8226, 11505, 8947, 9845, 7728, 10480, 8000, 10755, 10793, 8221, 10671, 8415, 10242, 7981, 9832, 8102, 8698, 9795, 8468, 10591, 8106, 11185, 7988, 10425, 8060, 9716, 13919, 10309, 8137, 7481, 8066, 10103, 11089, 9844, 11832, 8077, 10651, 7889, 8787, 9606, 9645, 10047, 8052, 10335, 8174, 9496, 11558, 8354, 12618, 11117, 11833, 8100, 9980, 7366, 8896, 10999, 8571, 11646, 7750, 10276, 7909, 9445, 8075, 8354, 7802, 7854, 14705, 7925, 9920, 9512, 9741, 7874, 9752, 7550, 10990, 8982, 8503, 11099, 7664, 10638, 7923, 10322, 8140, 10776, 7607, 11964, 8470, 10497, 12068, 11028, 11753, 8598, 11208, 7807, 10177, 7903, 10708, 7735, 14688, 8946, 10534, 12608, 11370, 12094, 8287, 11201, 7715, 9911, 7807, 9693, 7562, 9313, 7388, 9175, 8492, 9685, 12246, 9359, 13400, 10025, 12466, 7355, 9324, 7722, 10413, 7961, 9079, 7585, 9083, 11634, 9933, 10165, 9109, 13127, 8490, 10178, 7784, 11077, 8573, 11780, 7667, 11522, 8411, 11050, 11473, 9546, 12609, 10417, 13518, 8449, 11955, 9600, 11711, 11130, 13493, 7941, 10255, 8171, 9686, 7907, 12621, 8380, 12177, 8553, 8987, 11263, 11188, 7969, 8567, 8521, 9126, 10799, 9265, 11901, 8527, 11287, 8109, 11214, 7840, 9214, 8022, 10840, 8875, 9385, 8306, 11515, 8394, 9684, 8495, 11581, 11764, 10166, 14494, 9456, 11196, 8759, 11703, 8339, 9772, 7915, 8989, 9002, 9040, 14820, 8562, 10254, 9254, 9540, 10698, 8736, 9516, 8339, 12120, 8021, 10962, 7977, 10447, 7873, 8602, 7556, 8356, 11448, 8031, 9500, 7556, 9936, 7769, 9593, 7986, 8248, 9934, 11042, 11755, 8527, 8533, 8381, 7458, 8602, 9754, 7981, 10293, 8173, 8737, 7634, 8149, 10596, 8801, 11087, 8354, 13358, 8273, 13551, 8987, 11719, 7673, 8858, 10486, 8933, 11344, 9603, 13293, 8105, 11659, 8166, 9411, 8279, 7338, 9677, 11227, 9281, 12877, 7966, 10767, 7713, 10100, 9284, 8987, 9637, 8441, 11456, 8284, 10887, 7932, 12068, 7661, 8728, 13864, 8601, 10222, 7704, 10876, 7957, 8660, 9520, 8446, 9842, 7902, 9631, 8594, 8560, 8096, 8878, 8083, 8829, 8589, 8765, 12963, 10937, 13369, 8423, 10948, 8378, 10946, 15455, 11557, 13420, 8334, 10659, 7784, 8856, 12698, 9481, 10564, 8769, 9927, 8196, 9928, 8141, 8924, 8094, 8891, 7753, 8786, 12275, 8718, 10463, 7855, 9991, 7795, 10753, 7755, 9189, 11641, 9728, 12992, 9455, 12605, 7911, 10519, 7495, 10355, 7754, 10579, 7723, 10808, 9195, 10485, 7553, 9700, 7817, 10462, 7447, 10479, 9110, 11058, 8086, 13506, 9216, 11255, 14099, 11410, 13433, 7973, 12408, 8192, 10380, 7842, 9231, 7697, 8515, 7701, 8275, 7520, 7994, 10862, 8187, 10180, 8802, 9639, 7710, 9645, 7945, 9800, 7430, 8607, 7983, 7737, 12690, 7566, 9054, 8330, 9020, 7602, 8608, 7688, 9404, 7398, 8778, 7486, 9051, 10573, 7779, 10999, 8158, 12154, 7993, 12225, 7442, 10525, 7749, 10115, 7610, 10537, 7578, 8803, 7683, 9857, 10922, 9941, 9971, 7770, 13066, 7776, 11194, 8534, 12741, 7630, 12215, 7783, 10778, 8686, 8363, 7723, 8670, 11481, 8275, 10691, 8749, 10551, 7811, 11868, 7703, 9837, 7797, 9572, 7709, 10672, 11288, 10187, 13903, 9918, 13337, 8571, 12350, 7949, 10836, 8004, 10487, 7721, 11205, 7602, 11134, 8436, 10080, 7810, 8554, 8979, 9493, 9747, 10505, 9445, 8643, 12615, 9568, 11701, 8230, 11427, 7700, 11830, 9035, 9326, 10632, 9950, 12695, 8736, 12303, 7658, 9506, 7897, 10722, 7591, 10354, 7694, 8634, 8881, 8885, 7617, 7663, 7648, 8003, 10292, 9547, 7834, 10808, 10544, 10809, 13720, 9717], 'WindowCenter': [4202.0, 4207.0, 4186.0, 4225.0, 4197.0, 4195.0, 4197.0, 4182.0, 4185.0, 4175.0, 4196.0, 4175.0, 4198.0, 4206.0, 4197.0, 4215.0, 4186.0, 4206.0, 4177.0, 4217.0, 4176.0, 4208.0, 4196.0, 4198.0, 4205.0, 4198.0, 4205.0, 4197.0, 4218.0, 4187.0, 4215.0, 4187.0, 4218.0, 4186.0, 4232.0, 4230.0, 4231.0, 4227.0, 4199.0, 4216.0, 4188.0, 4229.0, 4198.0, 4229.0, 4199.0, 4230.0, 4217.0, 4219.0, 4237.0, 4217.0, 4225.0, 4184.0, 4224.0, 4192.0, 4204.0, 4181.0, 4183.0, 4222.0, 4192.0, 4212.0, 4171.0, 4211.0, 4169.0, 4192.0, 4189.0, 4192.0, 4200.0, 4190.0, 4199.0, 4170.0, 4200.0, 4169.0, 4190.0, 4179.0, 4190.0, 4188.0, 4180.0, 4188.0, 4170.0, 4189.0, 4181.0, 4191.0, 4181.0, 4189.0, 4171.0, 4201.0, 4171.0, 4203.0, 4191.0, 4181.0, 4170.0, 4183.0, 4212.0, 4214.0, 4213.0, 4195.0, 4205.0, 4196.0, 4215.0, 4184.0, 4205.0, 4183.0, 4195.0, 4193.0, 4196.0, 4224.0, 4206.0, 4215.0, 4184.0, 4214.0, 4183.0, 4204.0, 4201.0, 4193.0, 4222.0, 4191.0, 4202.0, 4185.0, 4193.0, 4181.0, 4213.0, 4191.0, 4192.0, 4211.0, 4184.0, 4203.0, 4183.0, 4203.0, 4183.0, 4214.0, 4172.0, 4204.0, 4172.0, 4205.0, 4204.0, 4206.0, 4212.0, 4183.0, 4202.0, 4194.0, 4203.0, 4194.0, 4213.0, 4182.0, 4213.0, 4182.0, 4213.0, 4183.0, 4203.0, 4200.0, 4193.0, 4211.0, 4202.0, 4181.0, 4193.0, 4211.0, 4193.0, 4213.0, 4203.0, 4200.0, 4182.0, 4201.0, 4171.0, 4212.0, 4170.0, 4190.0, 4170.0, 4201.0, 4190.0, 4192.0, 4210.0, 4190.0, 4198.0, 4180.0, 4199.0, 4169.0, 4200.0, 4179.0, 4190.0, 4169.0, 4213.0, 4169.0, 4191.0, 4200.0, 4181.0, 4181.0, 4193.0, 4201.0, 4183.0, 4211.0, 4182.0, 4203.0, 4182.0, 4191.0, 4183.0, 4204.0, 4184.0, 4214.0, 4185.0, 4215.0, 4184.0, 4217.0, 4214.0, 4195.0, 4213.0, 4184.0, 4215.0, 4184.0, 4203.0, 4183.0, 4205.0, 4203.0, 4215.0, 4224.0, 4198.0, 4216.0, 4184.0, 4215.0, 4186.0, 4239.0, 4185.0, 4217.0, 4185.0, 4217.0, 4206.0, 4196.0, 4205.0, 4215.0, 4213.0, 4194.0, 4213.0, 4202.0, 4211.0, 4180.0, 4200.0, 4178.0, 4189.0, 4197.0, 4179.0, 4198.0, 4189.0, 4188.0, 4157.0, 4189.0, 4187.0, 4180.0, 4198.0, 4179.0, 4188.0, 4169.0, 4210.0, 4170.0, 4203.0, 4181.0, 4193.0, 4192.0, 4184.0, 4203.0, 4206.0, 4207.0, 4207.0, 4224.0, 4194.0, 4224.0, 4182.0, 4193.0, 4182.0, 4214.0, 4211.0, 4183.0, 4203.0, 4182.0, 4203.0, 4182.0, 4226.0, 4202.0, 4203.0, 4213.0, 4203.0, 4201.0, 4182.0, 4223.0, 4181.0, 4204.0, 4211.0, 4182.0, 4200.0, 4172.0, 4202.0, 4183.0, 4214.0, 4183.0, 4203.0, 4184.0, 4206.0, 4216.0, 4219.0, 4226.0, 4217.0, 4226.0, 4197.0, 4216.0, 4186.0, 4226.0, 4194.0, 4226.0, 4183.0, 4184.0, 4213.0, 4206.0, 4224.0, 4207.0, 4224.0, 4184.0, 4205.0, 4196.0, 4196.0, 4228.0, 4206.0, 4216.0, 4185.0, 4216.0, 4223.0, 4193.0, 4212.0, 4180.0, 4189.0, 4169.0, 4199.0, 4169.0, 4201.0, 4190.0, 4191.0, 4169.0, 4192.0, 4200.0, 4182.0, 4200.0, 4193.0, 4201.0, 4182.0, 4211.0, 4183.0, 4201.0, 4182.0, 4203.0, 4182.0, 4191.0, 4171.0, 4213.0, 4181.0, 4214.0, 4192.0, 4193.0, 4181.0, 4193.0, 4211.0, 4183.0, 4203.0, 4194.0, 4192.0, 4184.0, 4203.0, 4184.0, 4205.0, 4195.0, 4206.0, 4195.0, 4218.0, 4205.0, 4207.0, 4226.0, 4217.0, 4214.0, 4196.0, 4215.0, 4184.0, 4205.0, 4213.0, 4183.0, 4202.0, 4184.0, 4212.0, 4194.0, 4203.0, 4194.0, 4202.0, 4183.0, 4203.0, 4182.0, 4204.0, 4182.0, 4193.0, 4182.0, 4195.0, 4225.0, 4210.0, 4220.0, 4170.0, 4140.0, 4132.0, 4177.0, 4174.0, 4219.0, 4220.0, 4212.0, 4206.0, 4185.0, 4181.0, 4159.0, 4167.0, 4156.0, 4170.0, 4179.0, 4183.0, 4193.0, 4187.0, 4217.0, 4175.0, 4193.0, 4172.0, 4221.0, 4224.0, 4204.0, 4194.0, 4186.0, 4197.0, 4218.0, 4214.0, 4205.0, 4214.0, 4185.0, 4215.0, 4196.0, 4208.0, 4205.0, 4216.0, 4205.0, 4196.0, 4205.0, 4194.0, 4205.0, 4214.0, 4193.0, 4214.0, 4215.0, 4214.0, 4183.0, 4203.0, 4173.0, 4192.0, 4188.0, 4182.0, 4200.0, 4172.0, 4191.0, 4171.0, 4205.0, 4182.0, 4184.0, 4171.0, 4185.0, 4235.0, 4197.0, 4204.0, 4206.0, 4205.0, 4185.0, 4206.0, 4185.0, 4217.0, 4196.0, 4209.0, 4216.0, 4188.0, 4217.0, 4198.0, 4218.0, 4197.0, 4217.0, 4187.0, 4228.0, 4196.0, 4216.0, 4226.0, 4217.0, 4215.0, 4197.0, 4215.0, 4186.0, 4204.0, 4186.0, 4203.0, 4185.0, 4236.0, 4194.0, 4217.0, 4215.0, 4216.0, 4214.0, 4185.0, 4203.0, 4184.0, 4206.0, 4203.0, 4179.0, 4159.0, 4166.0, 4145.0, 4181.0, 4181.0, 4261.0, 4241.0, 4208.0, 4236.0, 4217.0, 4224.0, 4172.0, 4181.0, 4170.0, 4203.0, 4184.0, 4194.0, 4185.0, 4210.0, 4229.0, 4219.0, 4216.0, 4207.0, 4213.0, 4183.0, 4203.0, 4173.0, 4202.0, 4195.0, 4226.0, 4185.0, 4216.0, 4183.0, 4216.0, 4227.0, 4209.0, 4187.0, 4194.0, 4213.0, 4185.0, 4216.0, 4206.0, 4202.0, 4216.0, 4223.0, 4183.0, 4191.0, 4181.0, 4190.0, 4170.0, 4213.0, 4184.0, 4215.0, 4194.0, 4195.0, 4215.0, 4216.0, 4182.0, 4182.0, 4180.0, 4194.0, 4202.0, 4194.0, 4213.0, 4184.0, 4214.0, 4186.0, 4215.0, 4186.0, 4207.0, 4186.0, 4218.0, 4209.0, 4209.0, 4198.0, 4230.0, 4213.0, 4219.0, 4199.0, 4216.0, 4215.0, 4195.0, 4214.0, 4196.0, 4203.0, 4195.0, 4214.0, 4184.0, 4191.0, 4173.0, 4184.0, 4183.0, 4194.0, 4212.0, 4183.0, 4190.0, 4182.0, 4193.0, 4191.0, 4182.0, 4191.0, 4183.0, 4201.0, 4172.0, 4202.0, 4183.0, 4202.0, 4183.0, 4181.0, 4173.0, 4196.0, 4214.0, 4197.0, 4195.0, 4174.0, 4202.0, 4185.0, 4205.0, 4184.0, 4197.0, 4205.0, 4229.0, 4227.0, 4210.0, 4196.0, 4198.0, 4184.0, 4199.0, 4206.0, 4187.0, 4205.0, 4186.0, 4195.0, 4187.0, 4198.0, 4217.0, 4198.0, 4206.0, 4198.0, 4224.0, 4187.0, 4224.0, 4185.0, 4202.0, 4172.0, 4181.0, 4203.0, 4195.0, 4204.0, 4195.0, 4214.0, 4185.0, 4204.0, 4184.0, 4194.0, 4196.0, 4185.0, 4221.0, 4217.0, 4198.0, 4215.0, 4187.0, 4215.0, 4186.0, 4207.0, 4196.0, 4197.0, 4195.0, 4197.0, 4215.0, 4186.0, 4204.0, 4182.0, 4213.0, 4172.0, 4185.0, 4213.0, 4184.0, 4191.0, 4172.0, 4201.0, 4172.0, 4181.0, 4193.0, 4194.0, 4204.0, 4197.0, 4206.0, 4208.0, 4196.0, 4199.0, 4205.0, 4198.0, 4195.0, 4195.0, 4195.0, 4227.0, 4215.0, 4223.0, 4184.0, 4204.0, 4170.0, 4202.0, 4220.0, 4199.0, 4198.0, 4170.0, 4189.0, 4159.0, 4183.0, 4210.0, 4191.0, 4189.0, 4181.0, 4190.0, 4170.0, 4191.0, 4171.0, 4181.0, 4169.0, 4180.0, 4171.0, 4194.0, 4212.0, 4183.0, 4201.0, 4172.0, 4189.0, 4171.0, 4201.0, 4171.0, 4192.0, 4203.0, 4194.0, 4213.0, 4194.0, 4211.0, 4183.0, 4200.0, 4173.0, 4201.0, 4181.0, 4202.0, 4173.0, 4215.0, 4206.0, 4216.0, 4185.0, 4204.0, 4185.0, 4215.0, 4174.0, 4218.0, 4196.0, 4215.0, 4197.0, 4236.0, 4195.0, 4217.0, 4224.0, 4201.0, 4211.0, 4171.0, 4200.0, 4170.0, 4188.0, 4170.0, 4188.0, 4168.0, 4178.0, 4171.0, 4179.0, 4170.0, 4180.0, 4200.0, 4182.0, 4201.0, 4193.0, 4191.0, 4172.0, 4190.0, 4181.0, 4194.0, 4170.0, 4181.0, 4172.0, 4184.0, 4213.0, 4185.0, 4193.0, 4184.0, 4193.0, 4185.0, 4193.0, 4185.0, 4204.0, 4175.0, 4194.0, 4175.0, 4195.0, 4214.0, 4186.0, 4216.0, 4198.0, 4227.0, 4198.0, 4224.0, 4185.0, 4214.0, 4183.0, 4215.0, 4184.0, 4214.0, 4186.0, 4195.0, 4183.0, 4216.0, 4214.0, 4205.0, 4206.0, 4186.0, 4225.0, 4185.0, 4214.0, 4195.0, 4226.0, 4187.0, 4225.0, 4183.0, 4215.0, 4193.0, 4195.0, 4184.0, 4206.0, 4215.0, 4195.0, 4216.0, 4197.0, 4215.0, 4187.0, 4226.0, 4184.0, 4205.0, 4183.0, 4204.0, 4183.0, 4215.0, 4212.0, 4215.0, 4223.0, 4203.0, 4223.0, 4194.0, 4223.0, 4183.0, 4213.0, 4183.0, 4203.0, 4184.0, 4214.0, 4182.0, 4214.0, 4181.0, 4214.0, 4183.0, 4194.0, 4192.0, 4204.0, 4207.0, 4215.0, 4202.0, 4195.0, 4225.0, 4204.0, 4212.0, 4184.0, 4212.0, 4182.0, 4214.0, 4191.0, 4203.0, 4200.0, 4202.0, 4212.0, 4192.0, 4210.0, 4171.0, 4190.0, 4180.0, 4200.0, 4170.0, 4201.0, 4172.0, 4194.0, 4193.0, 4192.0, 4182.0, 4183.0, 4197.0, 4196.0, 4215.0, 4219.0, 4198.0, 4228.0, 4215.0, 4216.0, 4224.0, 4205.0], 'WindowWidth': [9345.0, 9342.0, 9313.0, 9359.0, 9329.0, 9318.0, 9327.0, 9299.0, 9305.0, 9291.0, 9323.0, 9292.0, 9328.0, 9334.0, 9324.0, 9346.0, 9310.0, 9335.0, 9298.0, 9351.0, 9295.0, 9343.0, 9323.0, 9330.0, 9333.0, 9329.0, 9334.0, 9327.0, 9355.0, 9312.0, 9348.0, 9315.0, 9358.0, 9311.0, 9383.0, 9377.0, 9382.0, 9369.0, 9335.0, 9354.0, 9318.0, 9375.0, 9331.0, 9372.0, 9335.0, 9377.0, 9352.0, 9359.0, 9381.0, 9352.0, 9362.0, 9303.0, 9359.0, 9312.0, 9331.0, 9295.0, 9302.0, 9351.0, 9312.0, 9339.0, 9281.0, 9336.0, 9274.0, 9312.0, 9301.0, 9312.0, 9319.0, 9307.0, 9316.0, 9278.0, 9318.0, 9276.0, 9308.0, 9288.0, 9306.0, 9299.0, 9292.0, 9301.0, 9280.0, 9305.0, 9298.0, 9309.0, 9297.0, 9305.0, 9284.0, 9324.0, 9283.0, 9330.0, 9310.0, 9299.0, 9281.0, 9305.0, 9341.0, 9347.0, 9345.0, 9322.0, 9335.0, 9328.0, 9349.0, 9307.0, 9337.0, 9303.0, 9324.0, 9317.0, 9326.0, 9361.0, 9339.0, 9350.0, 9306.0, 9346.0, 9302.0, 9333.0, 9324.0, 9318.0, 9356.0, 9312.0, 9327.0, 9310.0, 9317.0, 9299.0, 9345.0, 9310.0, 9316.0, 9337.0, 9307.0, 9330.0, 9307.0, 9332.0, 9306.0, 9347.0, 9289.0, 9332.0, 9290.0, 9337.0, 9332.0, 9340.0, 9341.0, 9306.0, 9329.0, 9320.0, 9330.0, 9321.0, 9345.0, 9303.0, 9345.0, 9299.0, 9344.0, 9305.0, 9331.0, 9322.0, 9318.0, 9339.0, 9329.0, 9297.0, 9319.0, 9339.0, 9318.0, 9347.0, 9329.0, 9321.0, 9300.0, 9324.0, 9286.0, 9341.0, 9282.0, 9307.0, 9280.0, 9324.0, 9306.0, 9314.0, 9335.0, 9306.0, 9316.0, 9294.0, 9317.0, 9279.0, 9321.0, 9292.0, 9308.0, 9279.0, 9343.0, 9279.0, 9312.0, 9321.0, 9298.0, 9296.0, 9317.0, 9325.0, 9304.0, 9338.0, 9302.0, 9330.0, 9300.0, 9311.0, 9304.0, 9333.0, 9307.0, 9349.0, 9311.0, 9353.0, 9309.0, 9358.0, 9348.0, 9324.0, 9345.0, 9310.0, 9351.0, 9307.0, 9333.0, 9305.0, 9338.0, 9331.0, 9352.0, 9362.0, 9333.0, 9355.0, 9307.0, 9349.0, 9312.0, 9389.0, 9309.0, 9358.0, 9311.0, 9358.0, 9340.0, 9326.0, 9334.0, 9351.0, 9342.0, 9320.0, 9344.0, 9327.0, 9339.0, 9294.0, 9320.0, 9287.0, 9305.0, 9312.0, 9291.0, 9317.0, 9304.0, 9301.0, 9259.0, 9305.0, 9298.0, 9294.0, 9315.0, 9292.0, 9300.0, 9278.0, 9335.0, 9281.0, 9330.0, 9299.0, 9318.0, 9313.0, 9308.0, 9331.0, 9342.0, 9345.0, 9344.0, 9362.0, 9322.0, 9361.0, 9302.0, 9318.0, 9300.0, 9348.0, 9340.0, 9305.0, 9330.0, 9302.0, 9329.0, 9300.0, 9367.0, 9326.0, 9332.0, 9344.0, 9330.0, 9323.0, 9300.0, 9357.0, 9297.0, 9333.0, 9338.0, 9302.0, 9321.0, 9290.0, 9326.0, 9304.0, 9346.0, 9304.0, 9332.0, 9308.0, 9341.0, 9352.0, 9362.0, 9367.0, 9358.0, 9367.0, 9329.0, 9353.0, 9313.0, 9366.0, 9321.0, 9366.0, 9303.0, 9308.0, 9344.0, 9340.0, 9362.0, 9345.0, 9360.0, 9308.0, 9337.0, 9328.0, 9329.0, 9374.0, 9340.0, 9355.0, 9309.0, 9355.0, 9356.0, 9316.0, 9341.0, 9295.0, 9302.0, 9277.0, 9319.0, 9277.0, 9324.0, 9306.0, 9309.0, 9279.0, 9313.0, 9321.0, 9300.0, 9321.0, 9317.0, 9324.0, 9302.0, 9337.0, 9303.0, 9324.0, 9303.0, 9330.0, 9301.0, 9311.0, 9285.0, 9344.0, 9298.0, 9348.0, 9313.0, 9317.0, 9297.0, 9318.0, 9338.0, 9305.0, 9329.0, 9322.0, 9315.0, 9306.0, 9330.0, 9308.0, 9338.0, 9325.0, 9339.0, 9325.0, 9359.0, 9337.0, 9344.0, 9366.0, 9354.0, 9347.0, 9326.0, 9350.0, 9305.0, 9336.0, 9344.0, 9304.0, 9328.0, 9307.0, 9341.0, 9321.0, 9332.0, 9319.0, 9327.0, 9304.0, 9329.0, 9302.0, 9334.0, 9302.0, 9317.0, 9300.0, 9324.0, 9364.0, 9354.0, 9363.0, 9270.0, 9212.0, 9207.0, 9277.0, 9289.0, 9356.0, 9362.0, 9357.0, 9337.0, 9307.0, 9291.0, 9258.0, 9265.0, 9249.0, 9275.0, 9283.0, 9300.0, 9310.0, 9314.0, 9351.0, 9292.0, 9310.0, 9285.0, 9370.0, 9361.0, 9334.0, 9322.0, 9318.0, 9332.0, 9363.0, 9350.0, 9337.0, 9349.0, 9311.0, 9351.0, 9328.0, 9349.0, 9340.0, 9358.0, 9341.0, 9329.0, 9339.0, 9322.0, 9339.0, 9346.0, 9320.0, 9349.0, 9349.0, 9348.0, 9305.0, 9332.0, 9291.0, 9316.0, 9302.0, 9300.0, 9321.0, 9286.0, 9312.0, 9285.0, 9338.0, 9302.0, 9305.0, 9284.0, 9310.0, 9377.0, 9329.0, 9334.0, 9339.0, 9335.0, 9309.0, 9339.0, 9309.0, 9357.0, 9326.0, 9348.0, 9351.0, 9319.0, 9357.0, 9334.0, 9360.0, 9330.0, 9354.0, 9318.0, 9373.0, 9326.0, 9355.0, 9366.0, 9357.0, 9348.0, 9328.0, 9350.0, 9315.0, 9336.0, 9312.0, 9331.0, 9311.0, 9380.0, 9320.0, 9356.0, 9349.0, 9351.0, 9346.0, 9310.0, 9332.0, 9308.0, 9341.0, 9348.0, 9286.0, 9259.0, 9261.0, 9235.0, 9292.0, 9297.0, 9444.0, 9399.0, 9348.0, 9383.0, 9357.0, 9361.0, 9289.0, 9297.0, 9282.0, 9329.0, 9307.0, 9322.0, 9311.0, 9355.0, 9376.0, 9362.0, 9353.0, 9344.0, 9345.0, 9305.0, 9331.0, 9291.0, 9329.0, 9322.0, 9367.0, 9311.0, 9352.0, 9304.0, 9352.0, 9371.0, 9348.0, 9291.0, 9314.0, 9335.0, 9307.0, 9349.0, 9338.0, 9324.0, 9352.0, 9355.0, 9305.0, 9310.0, 9297.0, 9308.0, 9281.0, 9343.0, 9306.0, 9350.0, 9319.0, 9325.0, 9349.0, 9354.0, 9301.0, 9301.0, 9294.0, 9319.0, 9327.0, 9318.0, 9343.0, 9306.0, 9345.0, 9313.0, 9349.0, 9312.0, 9340.0, 9313.0, 9357.0, 9347.0, 9344.0, 9331.0, 9376.0, 9363.0, 9363.0, 9336.0, 9355.0, 9345.0, 9319.0, 9344.0, 9322.0, 9329.0, 9322.0, 9343.0, 9304.0, 9311.0, 9287.0, 9303.0, 9299.0, 9317.0, 9339.0, 9300.0, 9307.0, 9296.0, 9316.0, 9307.0, 9299.0, 9307.0, 9301.0, 9322.0, 9287.0, 9326.0, 9301.0, 9327.0, 9300.0, 9300.0, 9290.0, 9326.0, 9347.0, 9329.0, 9321.0, 9292.0, 9329.0, 9309.0, 9336.0, 9305.0, 9329.0, 9337.0, 9376.0, 9367.0, 9350.0, 9327.0, 9330.0, 9308.0, 9334.0, 9340.0, 9314.0, 9338.0, 9312.0, 9324.0, 9314.0, 9332.0, 9353.0, 9331.0, 9336.0, 9330.0, 9360.0, 9313.0, 9361.0, 9306.0, 9326.0, 9282.0, 9295.0, 9326.0, 9321.0, 9329.0, 9321.0, 9344.0, 9306.0, 9330.0, 9305.0, 9319.0, 9326.0, 9310.0, 9366.0, 9355.0, 9328.0, 9347.0, 9316.0, 9348.0, 9312.0, 9341.0, 9322.0, 9326.0, 9321.0, 9327.0, 9348.0, 9310.0, 9334.0, 9301.0, 9343.0, 9285.0, 9307.0, 9341.0, 9304.0, 9310.0, 9286.0, 9325.0, 9285.0, 9298.0, 9316.0, 9321.0, 9331.0, 9331.0, 9340.0, 9346.0, 9325.0, 9337.0, 9339.0, 9331.0, 9325.0, 9320.0, 9325.0, 9368.0, 9352.0, 9359.0, 9307.0, 9334.0, 9282.0, 9327.0, 9350.0, 9319.0, 9314.0, 9277.0, 9305.0, 9264.0, 9301.0, 9333.0, 9309.0, 9303.0, 9296.0, 9305.0, 9279.0, 9308.0, 9281.0, 9297.0, 9278.0, 9296.0, 9284.0, 9320.0, 9340.0, 9303.0, 9324.0, 9286.0, 9305.0, 9283.0, 9325.0, 9285.0, 9315.0, 9327.0, 9320.0, 9342.0, 9318.0, 9337.0, 9302.0, 9323.0, 9291.0, 9327.0, 9301.0, 9329.0, 9290.0, 9353.0, 9343.0, 9355.0, 9314.0, 9337.0, 9312.0, 9353.0, 9293.0, 9359.0, 9326.0, 9351.0, 9329.0, 9384.0, 9324.0, 9356.0, 9361.0, 9324.0, 9336.0, 9283.0, 9321.0, 9281.0, 9302.0, 9280.0, 9305.0, 9278.0, 9290.0, 9284.0, 9294.0, 9281.0, 9296.0, 9321.0, 9302.0, 9324.0, 9317.0, 9311.0, 9286.0, 9310.0, 9298.0, 9318.0, 9282.0, 9299.0, 9285.0, 9307.0, 9342.0, 9310.0, 9317.0, 9307.0, 9317.0, 9309.0, 9319.0, 9311.0, 9337.0, 9296.0, 9322.0, 9297.0, 9325.0, 9347.0, 9314.0, 9351.0, 9331.0, 9366.0, 9332.0, 9363.0, 9311.0, 9348.0, 9307.0, 9352.0, 9309.0, 9349.0, 9313.0, 9325.0, 9307.0, 9356.0, 9348.0, 9338.0, 9338.0, 9316.0, 9365.0, 9314.0, 9351.0, 9325.0, 9365.0, 9316.0, 9365.0, 9307.0, 9353.0, 9319.0, 9325.0, 9311.0, 9343.0, 9350.0, 9326.0, 9352.0, 9330.0, 9351.0, 9318.0, 9366.0, 9310.0, 9340.0, 9305.0, 9335.0, 9306.0, 9352.0, 9343.0, 9351.0, 9358.0, 9334.0, 9360.0, 9321.0, 9358.0, 9306.0, 9346.0, 9307.0, 9332.0, 9310.0, 9348.0, 9303.0, 9349.0, 9301.0, 9350.0, 9308.0, 9323.0, 9317.0, 9338.0, 9342.0, 9352.0, 9331.0, 9326.0, 9363.0, 9335.0, 9345.0, 9308.0, 9343.0, 9304.0, 9349.0, 9314.0, 9334.0, 9324.0, 9329.0, 9342.0, 9315.0, 9337.0, 9286.0, 9311.0, 9297.0, 9325.0, 9285.0, 9327.0, 9289.0, 9322.0, 9317.0, 9318.0, 9304.0, 9310.0, 9331.0, 9331.0, 9352.0, 9362.0, 9333.0, 9376.0, 9352.0, 9356.0, 9364.0, 9337.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.004200568927789934</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.046107448358862144</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.35768915031758</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.304637581117198</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.021874689123767</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4695</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8237.0596</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1228847502631892</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.144420131291028</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.368758209736668</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2552235825949163</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.565902938824107</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2851481077909805</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00856095</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0016481576021760702</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03246079757809639</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>4.172517682897841</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>24.5192</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.85</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.6523</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297921.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>641.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.6957</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8438</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.4493</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3405.0489</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3596.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78623.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1288.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4362.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.8243</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.72495244257152</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> |