=== 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-0131 --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-0131",
"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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-02/func/sub-0131_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>0428e39fa941402cca52edb6b482edf2</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>11:35:44.037500</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.999995, -0.00286847, -0.00147392, 0.00279249, 0.998785, -0.0491932]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0858588</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>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4231, -8104, -7354, 500, -100, -1051, 744, 147]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.143</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7f25493d-5bac-4ffc-b18a-f068c78583df||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.682912826538086, 0.007492052391171455, -0.004355733282864094, 112.62401580810547], [0.007695890963077545, 2.6796681880950928, -0.13280977308750153, -96.84587097167969], [-0.003954408224672079, 0.13198170065879822, 2.696727991104126, -76.0030746459961], [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': ['113544.037500', '113544.497500', '113544.957500', '113545.417500', '113545.877500', '113546.337500', '113546.797500', '113547.257500', '113547.717500', '113548.177500', '113548.637500', '113549.097500', '113549.557500', '113550.017500', '113550.477500', '113550.937500', '113551.397500', '113551.857500', '113552.317500', '113552.777500', '113553.237500', '113553.697500', '113554.157500', '113554.617500', '113555.077500', '113555.537500', '113555.997500', '113556.457500', '113556.917500', '113557.377500', '113557.837500', '113558.297500', '113558.757500', '113559.217500', '113559.677500', '113600.137500', '113600.597500', '113601.057500', '113601.517500', '113601.977500', '113602.437500', '113602.897500', '113603.357500', '113603.817500', '113604.277500', '113604.737500', '113605.197500', '113605.657500', '113606.117500', '113606.577500', '113607.037500', '113607.497500', '113607.957500', '113608.417500', '113608.877500', '113609.337500', '113609.797500', '113610.257500', '113610.717500', '113611.177500', '113611.637500', '113612.097500', '113612.557500', '113613.017500', '113613.477500', '113613.937500', '113614.397500', '113614.857500', '113615.317500', '113615.777500', '113616.237500', '113616.697500', '113617.157500', '113617.617500', '113618.077500', '113618.537500', '113618.997500', '113619.457500', '113619.917500', '113620.377500', '113620.837500', '113621.297500', '113621.757500', '113622.217500', '113622.677500', '113623.137500', '113623.597500', '113624.057500', '113624.517500', '113624.977500', '113625.437500', '113625.897500', '113626.357500', '113626.817500', '113627.277500', '113627.737500', '113628.197500', '113628.657500', '113629.117500', '113629.577500', '113630.037500', '113630.497500', '113630.957500', '113631.417500', '113631.877500', '113632.337500', '113632.797500', '113633.257500', '113633.717500', '113634.177500', '113634.637500', '113635.097500', '113635.557500', '113636.017500', '113636.477500', '113636.937500', '113637.397500', '113637.857500', '113638.317500', '113638.777500', '113639.237500', '113639.697500', '113640.157500', '113640.617500', '113641.077500', '113641.537500', '113641.997500', '113642.457500', '113642.917500', '113643.377500', '113643.837500', '113644.297500', '113644.757500', '113645.217500', '113645.677500', '113646.137500', '113646.597500', '113647.057500', '113647.517500', '113647.977500', '113648.437500', '113648.897500', '113649.357500', '113649.817500', '113650.277500', '113650.737500', '113651.197500', '113651.657500', '113652.117500', '113652.577500', '113653.037500', '113653.497500', '113653.957500', '113654.417500', '113654.877500', '113655.337500', '113655.797500', '113656.257500', '113656.717500', '113657.177500', '113657.637500', '113658.097500', '113658.557500', '113659.017500', '113659.477500', '113659.937500', '113700.397500', '113700.857500', '113701.317500', '113701.777500', '113702.237500', '113702.697500', '113703.157500', '113703.617500', '113704.077500', '113704.537500', '113704.997500', '113705.457500', '113705.917500', '113706.377500', '113706.837500', '113707.297500', '113707.757500', '113708.217500', '113708.677500', '113709.137500', '113709.597500', '113710.057500', '113710.517500', '113710.977500', '113711.437500', '113711.897500', '113712.357500', '113712.817500', '113713.277500', '113713.737500', '113714.197500', '113714.657500', '113715.117500', '113715.577500', '113716.037500', '113716.497500', '113716.957500', '113717.417500', '113717.877500', '113718.337500', '113718.797500', '113719.257500', '113719.717500', '113720.177500', '113720.637500', '113721.097500', '113721.557500', '113722.017500', '113722.477500', '113722.937500', '113723.397500', '113723.857500', '113724.317500', '113724.777500', '113725.237500', '113725.697500', '113726.157500', '113726.617500', '113727.077500', '113727.537500', '113727.997500', '113728.457500', '113728.917500', '113729.377500', '113729.837500', '113730.297500', '113730.757500', '113731.217500', '113731.677500', '113732.137500', '113732.597500', '113733.057500', '113733.517500', '113733.977500', '113734.437500', '113734.897500', '113735.357500', '113735.817500', '113736.277500', '113736.737500', '113737.197500', '113737.657500', '113738.117500', '113738.577500', '113739.037500', '113739.497500', '113739.957500', '113740.417500', '113740.877500', '113741.337500', '113741.797500', '113742.257500', '113742.717500', '113743.177500', '113743.637500', '113744.097500', '113744.557500', '113745.017500', '113745.477500', '113745.937500', '113746.397500', '113746.857500', '113747.317500', '113747.777500', '113748.237500', '113748.697500', '113749.157500', '113749.617500', '113750.077500', '113750.537500', '113750.997500', '113751.457500', '113751.917500', '113752.377500', '113752.837500', '113753.297500', '113753.757500', '113754.217500', '113754.677500', '113755.137500', '113755.597500', '113756.057500', '113756.517500', '113756.977500', '113757.437500', '113757.897500', '113758.357500', '113758.817500', '113759.277500', '113759.737500', '113800.197500', '113800.657500', '113801.117500', '113801.577500', '113802.037500', '113802.497500', '113802.957500', '113803.417500', '113803.877500', '113804.337500', '113804.797500', '113805.257500', '113805.717500', '113806.177500', '113806.637500', '113807.097500', '113807.557500', '113808.017500', '113808.477500', '113808.937500', '113809.397500', '113809.857500', '113810.317500', '113810.777500', '113811.237500', '113811.697500', '113812.157500', '113812.617500', '113813.077500', '113813.537500', '113813.997500', '113814.457500', '113814.917500', '113815.377500', '113815.837500', '113816.297500', '113816.757500', '113817.217500', '113817.677500', '113818.137500', '113818.597500', '113819.057500', '113819.517500', '113819.977500', '113820.437500', '113820.897500', '113821.357500', '113821.817500', '113822.277500', '113822.737500', '113823.197500', '113823.657500', '113824.117500', '113824.577500', '113825.037500', '113825.497500', '113825.957500', '113826.417500', '113826.877500', '113827.337500', '113827.797500', '113828.257500', '113828.717500', '113829.177500', '113829.637500', '113830.097500', '113830.557500', '113831.017500', '113831.477500', '113831.937500', '113832.397500', '113832.857500', '113833.317500', '113833.777500', '113834.237500', '113834.697500', '113835.157500', '113835.617500', '113836.077500', '113836.537500', '113836.997500', '113837.457500', '113837.917500', '113838.377500', '113838.837500', '113839.297500', '113839.757500', '113840.217500', '113840.677500', '113841.137500', '113841.597500', '113842.057500', '113842.517500', '113842.977500', '113843.437500', '113843.897500', '113844.357500', '113844.817500', '113845.277500', '113845.737500', '113846.197500', '113846.657500', '113847.117500', '113847.577500', '113848.037500', '113848.497500', '113848.957500', '113849.417500', '113849.877500', '113850.337500', '113850.797500', '113851.257500', '113851.717500', '113852.177500', '113852.637500', '113853.097500', '113853.557500', '113854.017500', '113854.477500', '113854.937500', '113855.397500', '113855.857500', '113856.317500', '113856.777500', '113857.237500', '113857.697500', '113858.157500', '113858.617500', '113859.077500', '113859.537500', '113859.997500', '113900.457500', '113900.917500', '113901.377500', '113901.837500', '113902.297500', '113902.757500', '113903.217500', '113903.677500', '113904.137500', '113904.597500', '113905.057500', '113905.517500', '113905.977500', '113906.437500', '113906.897500', '113907.357500', '113907.817500', '113908.277500', '113908.737500', '113909.197500', '113909.657500', '113910.117500', '113910.577500', '113911.037500', '113911.497500', '113911.957500', '113912.417500', '113912.877500', '113913.337500', '113913.797500', '113914.257500', '113914.717500', '113915.177500', '113915.637500', '113916.097500', '113916.557500', '113917.017500', '113917.477500', '113917.937500', '113918.397500', '113918.857500', '113919.317500', '113919.777500', '113920.237500', '113920.697500', '113921.157500', '113921.617500', '113922.077500', '113922.537500', '113922.997500', '113923.457500', '113923.917500', '113924.377500', '113924.837500', '113925.297500', '113925.757500', '113926.217500', '113926.677500', '113927.137500', '113927.597500', '113928.057500', '113928.517500', '113928.977500', '113929.437500', '113929.897500', '113930.357500', '113930.817500', '113931.277500', '113931.737500', '113932.197500', '113932.657500', '113933.117500', '113933.577500', '113934.037500', '113934.497500', '113934.957500', '113935.417500', '113935.877500', '113936.337500', '113936.797500', '113937.257500', '113937.717500', '113938.177500', '113938.637500', '113939.097500', '113939.557500', '113940.017500', '113940.477500', '113940.937500', '113941.397500', '113941.857500', '113942.317500', '113942.777500', '113943.237500', '113943.697500', '113944.157500', '113944.617500', '113945.077500', '113945.537500', '113945.997500', '113946.457500', '113946.917500', '113947.377500', '113947.837500', '113948.297500', '113948.757500', '113949.217500', '113949.677500', '113950.137500', '113950.597500', '113951.057500', '113951.517500', '113951.977500', '113952.437500', '113952.897500', '113953.357500', '113953.817500', '113954.277500', '113954.737500', '113955.197500', '113955.657500', '113956.117500', '113956.577500', '113957.037500', '113957.497500', '113957.957500', '113958.417500', '113958.877500', '113959.337500', '113959.797500', '114000.257500', '114000.717500', '114001.177500', '114001.637500', '114002.097500', '114002.557500', '114003.017500', '114003.477500', '114003.937500', '114004.397500', '114004.857500', '114005.317500', '114005.777500', '114006.237500', '114006.697500', '114007.157500', '114007.617500', '114008.077500', '114008.537500', '114008.997500', '114009.457500', '114009.917500', '114010.377500', '114010.837500', '114011.297500', '114011.757500', '114012.217500', '114012.677500', '114013.137500', '114013.597500', '114014.057500', '114014.517500', '114014.977500', '114015.437500', '114015.897500', '114016.357500', '114016.817500', '114017.277500', '114017.737500', '114018.197500', '114018.657500', '114019.117500', '114019.577500', '114020.037500', '114020.497500', '114020.957500', '114021.417500', '114021.877500', '114022.337500', '114022.797500', '114023.257500', '114023.717500', '114024.177500', '114024.637500', '114025.097500', '114025.557500', '114026.017500', '114026.477500', '114026.937500', '114027.397500', '114027.857500', '114028.317500', '114028.777500', '114029.237500', '114029.697500', '114030.157500', '114030.617500', '114031.077500', '114031.537500', '114031.997500', '114032.457500', '114032.917500', '114033.377500', '114033.837500', '114034.297500', '114034.757500', '114035.217500', '114035.677500', '114036.137500', '114036.597500', '114037.057500', '114037.517500', '114037.977500', '114038.437500', '114038.897500', '114039.357500', '114039.817500', '114040.277500', '114040.737500', '114041.197500', '114041.657500', '114042.117500', '114042.577500', '114043.037500', '114043.497500', '114043.957500', '114044.417500', '114044.877500', '114045.337500', '114045.797500', '114046.257500', '114046.717500', '114047.177500', '114047.637500', '114048.097500', '114048.557500', '114049.017500', '114049.477500', '114049.937500', '114050.397500', '114050.857500', '114051.317500', '114051.777500', '114052.237500', '114052.697500', '114053.157500', '114053.617500', '114054.077500', '114054.537500', '114054.997500', '114055.457500', '114055.917500', '114056.377500', '114056.837500', '114057.297500', '114057.757500', '114058.217500', '114058.677500', '114059.137500', '114059.597500', '114100.057500', '114100.517500', '114100.977500', '114101.437500', '114101.897500', '114102.357500', '114102.817500', '114103.277500', '114103.737500', '114104.197500', '114104.657500', '114105.117500', '114105.577500', '114106.037500', '114106.497500', '114106.957500', '114107.417500', '114107.877500', '114108.337500', '114108.797500', '114109.257500', '114109.717500', '114110.177500', '114110.637500', '114111.097500', '114111.557500', '114112.017500', '114112.477500', '114112.937500', '114113.397500', '114113.857500', '114114.317500', '114114.777500', '114115.237500', '114115.697500', '114116.157500', '114116.617500', '114117.077500', '114117.537500', '114117.997500', '114118.457500', '114118.917500', '114119.377500', '114119.837500', '114120.297500', '114120.757500', '114121.217500', '114121.677500', '114122.137500', '114122.597500', '114123.057500', '114123.517500', '114123.977500', '114124.437500', '114124.897500', '114125.357500', '114125.817500', '114126.277500', '114126.737500', '114127.197500', '114127.657500', '114128.117500', '114128.577500', '114129.037500', '114129.497500', '114129.957500', '114130.417500', '114130.877500', '114131.337500', '114131.797500', '114132.257500', '114132.717500', '114133.177500', '114133.637500', '114134.097500', '114134.557500', '114135.017500', '114135.477500', '114135.937500', '114136.397500', '114136.857500', '114137.317500', '114137.777500', '114138.237500', '114138.697500', '114139.157500', '114139.617500', '114140.077500', '114140.537500', '114140.997500', '114141.457500', '114141.917500', '114142.377500', '114142.837500', '114143.297500', '114143.757500', '114144.217500', '114144.677500', '114145.137500', '114145.597500', '114146.057500', '114146.517500', '114146.977500', '114147.437500', '114147.897500', '114148.357500', '114148.817500', '114149.277500', '114149.737500', '114150.197500', '114150.657500', '114151.117500', '114151.577500', '114152.037500', '114152.497500', '114152.957500', '114153.417500', '114153.877500', '114154.337500', '114154.797500', '114155.257500', '114155.717500', '114156.177500', '114156.637500', '114157.097500', '114157.557500', '114158.017500', '114158.477500', '114158.937500', '114159.397500', '114159.857500', '114200.317500', '114200.777500', '114201.237500', '114201.697500', '114202.157500', '114202.617500', '114203.077500', '114203.537500', '114203.997500', '114204.457500', '114204.917500', '114205.377500', '114205.837500', '114206.297500', '114206.757500', '114207.217500', '114207.677500', '114208.137500', '114208.597500', '114209.057500', '114209.517500', '114209.977500', '114210.437500', '114210.897500', '114211.357500', '114211.817500', '114212.277500', '114212.737500', '114213.197500', '114213.657500', '114214.117500', '114214.577500', '114215.037500', '114215.497500', '114215.957500', '114216.417500', '114216.877500', '114217.337500', '114217.797500', '114218.257500', '114218.717500', '114219.177500', '114219.637500', '114220.097500', '114220.557500', '114221.017500', '114221.477500', '114221.937500', '114222.397500', '114222.857500', '114223.317500', '114223.777500', '114224.237500', '114224.697500', '114225.157500', '114225.617500', '114226.077500', '114226.537500', '114226.997500', '114227.457500', '114227.917500', '114228.377500', '114228.837500', '114229.297500', '114229.757500', '114230.217500', '114230.677500', '114231.137500', '114231.597500', '114232.057500', '114232.517500', '114232.977500', '114233.437500', '114233.897500', '114234.357500', '114234.817500', '114235.277500', '114235.737500', '114236.197500', '114236.657500', '114237.117500', '114237.577500', '114238.037500', '114238.497500', '114238.957500', '114239.417500', '114239.877500', '114240.337500', '114240.797500', '114241.257500', '114241.717500', '114242.177500', '114242.637500', '114243.097500', '114243.557500', '114244.017500'], 'ContentTime': ['113559.719000', '113559.722000', '113559.735000', '113559.737000', '113559.740000', '113559.743000', '113559.745000', '113559.748000', '113559.750000', '113559.753000', '113559.756000', '113559.758000', '113559.761000', '113559.770000', '113559.773000', '113559.776000', '113559.779000', '113559.782000', '113559.785000', '113559.788000', '113559.791000', '113559.794000', '113559.796000', '113559.799000', '113559.802000', '113559.804000', '113559.807000', '113559.810000', '113559.812000', '113559.815000', '113559.817000', '113619.663000', '113619.666000', '113619.669000', '113619.672000', '113619.674000', '113619.677000', '113619.680000', '113619.682000', '113619.685000', '113619.688000', '113619.694000', '113619.696000', '113619.699000', '113619.702000', '113619.704000', '113619.707000', '113619.710000', '113619.712000', '113619.715000', '113619.717000', '113619.720000', '113619.723000', '113619.725000', '113619.728000', '113619.731000', '113619.733000', '113619.736000', '113619.738000', '113619.741000', '113619.744000', '113619.746000', '113619.749000', '113619.751000', '113619.754000', '113619.759000', '113619.761000', '113619.764000', '113619.767000', '113619.770000', '113619.772000', '113619.775000', '113619.778000', '113619.780000', '113619.783000', '113639.664000', '113639.666000', '113639.678000', '113639.681000', '113639.683000', '113639.686000', '113639.688000', '113639.691000', '113639.694000', '113639.697000', '113639.699000', '113639.702000', '113639.704000', '113639.707000', '113639.710000', '113639.712000', '113639.715000', '113639.718000', '113639.720000', '113639.723000', '113639.725000', '113639.728000', '113639.730000', '113639.733000', '113639.736000', '113639.738000', '113639.741000', '113639.744000', '113639.746000', '113639.749000', '113639.752000', '113639.754000', '113639.757000', '113639.760000', '113639.762000', '113639.765000', '113639.767000', '113639.770000', '113639.773000', '113639.775000', '113639.778000', '113639.781000', '113639.783000', '113659.664000', '113659.666000', '113659.669000', '113659.672000', '113659.675000', '113659.677000', '113659.680000', '113659.682000', '113659.697000', '113659.700000', '113659.703000', '113659.705000', '113659.708000', '113659.711000', '113659.713000', '113659.716000', '113659.719000', '113659.721000', '113659.724000', '113659.727000', '113659.729000', '113659.732000', '113659.735000', '113659.737000', '113659.740000', '113659.743000', '113659.745000', '113659.748000', '113659.751000', '113659.753000', '113659.756000', '113659.759000', '113659.761000', '113659.764000', '113659.767000', '113659.769000', '113659.772000', '113659.775000', '113659.777000', '113659.780000', '113659.783000', '113659.785000', '113659.788000', '113659.790000', '113719.663000', '113719.666000', '113719.669000', '113719.672000', '113719.674000', '113719.677000', '113719.680000', '113719.682000', '113719.685000', '113719.688000', '113719.690000', '113719.693000', '113719.696000', '113719.698000', '113719.701000', '113719.704000', '113719.706000', '113719.709000', '113719.712000', '113719.714000', '113719.717000', '113719.719000', '113719.722000', '113719.725000', '113719.727000', '113719.730000', '113719.733000', '113719.735000', '113719.738000', '113719.741000', '113719.744000', '113719.746000', '113719.749000', '113719.752000', '113719.754000', '113719.757000', '113719.760000', '113719.762000', '113719.765000', '113719.768000', '113719.770000', '113719.773000', '113719.776000', '113739.663000', '113739.666000', '113739.669000', '113739.672000', '113739.674000', '113739.677000', '113739.680000', '113739.682000', '113739.685000', '113739.687000', '113739.690000', '113739.693000', '113739.695000', '113739.698000', '113739.701000', '113739.712000', '113739.715000', '113739.718000', '113739.720000', '113739.723000', '113739.726000', '113739.728000', '113739.731000', '113739.734000', '113739.736000', '113739.739000', '113739.742000', '113739.744000', '113739.747000', '113739.750000', '113739.753000', '113739.755000', '113739.758000', '113739.761000', '113739.763000', '113739.766000', '113739.769000', '113739.771000', '113739.774000', '113739.777000', '113739.779000', '113739.782000', '113739.784000', '113739.787000', '113759.664000', '113759.667000', '113759.669000', '113759.672000', '113759.675000', '113759.677000', '113759.680000', '113759.683000', '113759.685000', '113759.688000', '113759.691000', '113759.693000', '113759.696000', '113759.699000', '113759.701000', '113759.704000', '113759.706000', '113759.709000', '113759.712000', '113759.715000', '113759.717000', '113759.720000', '113759.723000', '113759.725000', '113759.728000', '113759.731000', '113759.733000', '113759.736000', '113759.738000', '113759.741000', '113759.744000', '113759.746000', '113759.749000', '113759.752000', '113759.754000', '113759.757000', '113759.760000', '113759.762000', '113759.765000', '113759.767000', '113759.770000', '113759.773000', '113759.775000', '113819.663000', '113819.666000', '113819.669000', '113819.671000', '113819.674000', '113819.677000', '113819.680000', '113819.683000', '113819.686000', '113819.689000', '113819.691000', '113819.694000', '113819.697000', '113819.699000', '113819.702000', '113819.705000', '113819.707000', '113819.710000', '113819.713000', '113819.716000', '113819.719000', '113819.722000', '113819.724000', '113819.727000', '113819.730000', '113819.732000', '113819.735000', '113819.738000', '113819.741000', '113819.744000', '113819.746000', '113819.749000', '113819.752000', '113819.754000', '113819.757000', '113819.760000', '113819.762000', '113819.765000', '113819.768000', '113819.770000', '113819.773000', '113819.776000', '113819.778000', '113839.664000', '113839.667000', '113839.669000', '113839.672000', '113839.702000', '113839.705000', '113839.707000', '113839.710000', '113839.713000', '113839.716000', '113839.718000', '113839.721000', '113839.723000', '113839.726000', '113839.729000', '113839.731000', '113839.734000', '113839.737000', '113839.740000', '113839.742000', '113839.745000', '113839.747000', '113839.750000', '113839.753000', '113839.755000', '113839.758000', '113839.761000', '113839.763000', '113839.766000', '113839.769000', '113839.771000', '113839.774000', '113839.777000', '113839.779000', '113839.782000', '113839.785000', '113839.787000', '113839.790000', '113839.793000', '113839.795000', '113839.798000', '113839.801000', '113839.803000', '113839.806000', '113859.664000', '113859.667000', '113859.669000', '113859.672000', '113859.675000', '113859.677000', '113859.680000', '113859.683000', '113859.685000', '113859.688000', '113859.691000', '113859.693000', '113859.696000', '113859.699000', '113859.701000', '113859.704000', '113859.707000', '113859.709000', '113859.712000', '113859.715000', '113859.717000', '113859.720000', '113859.723000', '113859.726000', '113859.728000', '113859.731000', '113859.734000', '113859.736000', '113859.739000', '113859.742000', '113859.744000', '113859.747000', '113859.750000', '113859.753000', '113859.755000', '113859.758000', '113859.760000', '113859.763000', '113859.766000', '113859.768000', '113859.771000', '113859.774000', '113859.776000', '113859.779000', '113919.663000', '113919.666000', '113919.669000', '113919.672000', '113919.674000', '113919.677000', '113919.680000', '113919.682000', '113919.685000', '113919.688000', '113919.690000', '113919.693000', '113919.696000', '113919.698000', '113919.701000', '113919.703000', '113919.706000', '113919.709000', '113919.712000', '113919.714000', '113919.717000', '113919.720000', '113919.722000', '113919.725000', '113919.728000', '113919.730000', '113919.733000', '113919.736000', '113919.738000', '113919.741000', '113919.744000', '113919.746000', '113919.749000', '113919.752000', '113919.754000', '113919.757000', '113919.760000', '113919.762000', '113919.765000', '113919.768000', '113919.770000', '113919.773000', '113919.775000', '113939.664000', '113939.666000', '113939.669000', '113939.672000', '113939.674000', '113939.677000', '113939.680000', '113939.682000', '113939.685000', '113939.688000', '113939.690000', '113939.693000', '113939.695000', '113939.698000', '113939.701000', '113939.703000', '113939.706000', '113939.709000', '113939.711000', '113939.715000', '113939.719000', '113939.721000', '113939.724000', '113939.726000', '113939.729000', '113939.732000', '113939.735000', '113939.737000', '113939.740000', '113939.743000', '113939.746000', '113939.748000', '113939.751000', '113939.754000', '113939.756000', '113939.759000', '113939.762000', '113939.764000', '113939.767000', '113939.770000', '113939.772000', '113939.775000', '113939.778000', '113939.780000', '113959.664000', '113959.667000', '113959.669000', '113959.672000', '113959.675000', '113959.677000', '113959.680000', '113959.683000', '113959.685000', '113959.688000', '113959.691000', '113959.693000', '113959.696000', '113959.698000', '113959.701000', '113959.704000', '113959.707000', '113959.709000', '113959.712000', '113959.715000', '113959.717000', '113959.720000', '113959.723000', '113959.725000', '113959.728000', '113959.731000', '113959.733000', '113959.736000', '113959.766000', '113959.768000', '113959.771000', '113959.773000', '113959.776000', '113959.779000', '113959.781000', '113959.784000', '113959.786000', '113959.789000', '113959.792000', '113959.794000', '113959.797000', '113959.800000', '113959.802000', '114019.663000', '114019.667000', '114019.669000', '114019.672000', '114019.674000', '114019.677000', '114019.680000', '114019.683000', '114019.685000', '114019.688000', '114019.691000', '114019.693000', '114019.696000', '114019.699000', '114019.702000', '114019.705000', '114019.708000', '114019.710000', '114019.713000', '114019.716000', '114019.718000', '114019.721000', '114019.724000', '114019.726000', '114019.729000', '114019.732000', '114019.734000', '114019.737000', '114019.740000', '114019.742000', '114019.745000', '114019.748000', '114019.750000', '114019.753000', '114019.755000', '114019.758000', '114019.761000', '114019.763000', '114019.766000', '114019.769000', '114019.771000', '114019.774000', '114019.777000', '114039.663000', '114039.666000', '114039.669000', '114039.672000', '114039.675000', '114039.677000', '114039.680000', '114039.682000', '114039.685000', '114039.688000', '114039.690000', '114039.693000', '114039.695000', '114039.698000', '114039.701000', '114039.703000', '114039.706000', '114039.708000', '114039.711000', '114039.714000', '114039.716000', '114039.719000', '114039.721000', '114039.724000', '114039.727000', '114039.729000', '114039.732000', '114039.735000', '114039.737000', '114039.740000', '114039.743000', '114039.746000', '114039.748000', '114039.751000', '114039.754000', '114039.756000', '114039.759000', '114039.761000', '114039.764000', '114039.767000', '114039.769000', '114039.772000', '114039.775000', '114039.777000', '114059.663000', '114059.666000', '114059.669000', '114059.672000', '114059.674000', '114059.677000', '114059.680000', '114059.682000', '114059.685000', '114059.687000', '114059.690000', '114059.692000', '114059.695000', '114059.698000', '114059.701000', '114059.703000', '114059.706000', '114059.708000', '114059.711000', '114059.715000', '114059.718000', '114059.721000', '114059.724000', '114059.727000', '114059.730000', '114059.733000', '114059.736000', '114059.738000', '114059.741000', '114059.744000', '114059.746000', '114059.749000', '114059.751000', '114059.755000', '114059.757000', '114059.760000', '114059.763000', '114059.765000', '114059.768000', '114059.771000', '114059.773000', '114059.776000', '114059.779000', '114119.664000', '114119.666000', '114119.669000', '114119.672000', '114119.674000', '114119.677000', '114119.680000', '114119.682000', '114119.685000', '114119.688000', '114119.690000', '114119.693000', '114119.696000', '114119.699000', '114119.701000', '114119.704000', '114119.706000', '114119.709000', '114119.712000', '114119.714000', '114119.717000', '114119.720000', '114119.722000', '114119.725000', '114119.728000', '114119.730000', '114119.733000', '114119.736000', '114119.738000', '114119.741000', '114119.744000', '114119.746000', '114119.749000', '114119.752000', '114119.754000', '114119.757000', '114119.760000', '114119.762000', '114119.765000', '114119.768000', '114119.770000', '114119.773000', '114119.776000', '114119.778000', '114139.663000', '114139.665000', '114139.668000', '114139.671000', '114139.674000', '114139.676000', '114139.679000', '114139.682000', '114139.684000', '114139.687000', '114139.689000', '114139.692000', '114139.695000', '114139.698000', '114139.700000', '114139.703000', '114139.705000', '114139.708000', '114139.711000', '114139.713000', '114139.716000', '114139.719000', '114139.721000', '114139.724000', '114139.727000', '114139.730000', '114139.733000', '114139.735000', '114139.738000', '114139.740000', '114139.743000', '114139.745000', '114139.748000', '114139.751000', '114139.753000', '114139.756000', '114139.758000', '114139.761000', '114139.764000', '114139.766000', '114139.769000', '114139.772000', '114139.778000', '114159.664000', '114159.667000', '114159.669000', '114159.672000', '114159.674000', '114159.677000', '114159.680000', '114159.682000', '114159.685000', '114159.688000', '114159.690000', '114159.693000', '114159.695000', '114159.698000', '114159.701000', '114159.703000', '114159.706000', '114159.709000', '114159.711000', '114159.714000', '114159.717000', '114159.719000', '114159.722000', '114159.724000', '114159.727000', '114159.730000', '114159.732000', '114159.735000', '114159.738000', '114159.740000', '114159.743000', '114159.745000', '114159.748000', '114159.751000', '114159.753000', '114159.756000', '114159.759000', '114159.761000', '114159.764000', '114159.767000', '114159.769000', '114159.772000', '114159.775000', '114159.777000', '114219.664000', '114219.666000', '114219.670000', '114219.672000', '114219.675000', '114219.677000', '114219.680000', '114219.683000', '114219.686000', '114219.688000', '114219.691000', '114219.694000', '114219.696000', '114219.699000', '114219.702000', '114219.704000', '114219.707000', '114219.710000', '114219.719000', '114219.722000', '114219.724000', '114219.727000', '114219.730000', '114219.732000', '114219.735000', '114219.738000', '114219.740000', '114219.743000', '114219.746000', '114219.748000', '114219.751000', '114219.754000', '114219.756000', '114219.759000', '114219.762000', '114219.764000', '114219.767000', '114219.769000', '114219.772000', '114219.775000', '114219.778000', '114219.780000', '114219.783000', '114239.664000', '114239.667000', '114239.669000', '114239.672000', '114239.675000', '114239.677000', '114239.680000', '114239.682000', '114239.685000', '114239.688000', '114239.691000', '114239.694000', '114239.696000', '114239.699000', '114239.701000', '114239.704000', '114239.707000', '114239.709000', '114239.712000', '114239.715000', '114239.717000', '114239.720000', '114239.723000', '114239.726000', '114239.728000', '114239.739000', '114239.742000', '114239.745000', '114239.747000', '114239.750000', '114239.753000', '114239.755000', '114239.758000', '114239.761000', '114239.766000', '114239.769000', '114239.772000', '114239.775000', '114239.777000', '114239.780000', '114239.783000', '114239.785000', '114239.788000', '114239.791000', '114245.515000', '114245.518000', '114245.520000', '114245.523000', '114245.526000', '114245.529000', '114245.531000', '114245.534000', '114245.536000', '114245.539000', '114245.542000', '114245.544000', '114245.547000'], 'InstanceCreationTime': ['113559.719000', '113559.722000', '113559.735000', '113559.737000', '113559.740000', '113559.743000', '113559.745000', '113559.748000', '113559.750000', '113559.753000', '113559.756000', '113559.758000', '113559.761000', '113559.770000', '113559.773000', '113559.776000', '113559.779000', '113559.782000', '113559.785000', '113559.788000', '113559.791000', '113559.794000', '113559.796000', '113559.799000', '113559.802000', '113559.804000', '113559.807000', '113559.810000', '113559.812000', '113559.815000', '113559.817000', '113619.663000', '113619.666000', '113619.669000', '113619.672000', '113619.674000', '113619.677000', '113619.680000', '113619.682000', '113619.685000', '113619.688000', '113619.694000', '113619.696000', '113619.699000', '113619.702000', '113619.704000', '113619.707000', '113619.710000', '113619.712000', '113619.715000', '113619.717000', '113619.720000', '113619.723000', '113619.725000', '113619.728000', '113619.731000', '113619.733000', '113619.736000', '113619.738000', '113619.741000', '113619.744000', '113619.746000', '113619.749000', '113619.751000', '113619.754000', '113619.759000', '113619.761000', '113619.764000', '113619.767000', '113619.770000', '113619.772000', '113619.775000', '113619.778000', '113619.780000', '113619.783000', '113639.664000', '113639.666000', '113639.678000', '113639.681000', '113639.683000', '113639.686000', '113639.688000', '113639.691000', '113639.694000', '113639.697000', '113639.699000', '113639.702000', '113639.704000', '113639.707000', '113639.710000', '113639.712000', '113639.715000', '113639.718000', '113639.720000', '113639.723000', '113639.725000', '113639.728000', '113639.730000', '113639.733000', '113639.736000', '113639.738000', '113639.741000', '113639.744000', '113639.746000', '113639.749000', '113639.752000', '113639.754000', '113639.757000', '113639.760000', '113639.762000', '113639.765000', '113639.767000', '113639.770000', '113639.773000', '113639.775000', '113639.778000', '113639.781000', '113639.783000', '113659.664000', '113659.666000', '113659.669000', '113659.672000', '113659.675000', '113659.677000', '113659.680000', '113659.682000', '113659.697000', '113659.700000', '113659.703000', '113659.705000', '113659.708000', '113659.711000', '113659.713000', '113659.716000', '113659.719000', '113659.721000', '113659.724000', '113659.727000', '113659.729000', '113659.732000', '113659.735000', '113659.737000', '113659.740000', '113659.743000', '113659.745000', '113659.748000', '113659.751000', '113659.753000', '113659.756000', '113659.759000', '113659.761000', '113659.764000', '113659.767000', '113659.769000', '113659.772000', '113659.775000', '113659.777000', '113659.780000', '113659.783000', '113659.785000', '113659.788000', '113659.790000', '113719.663000', '113719.666000', '113719.669000', '113719.672000', '113719.674000', '113719.677000', '113719.680000', '113719.682000', '113719.685000', '113719.688000', '113719.690000', '113719.693000', '113719.696000', '113719.698000', '113719.701000', '113719.704000', '113719.706000', '113719.709000', '113719.712000', '113719.714000', '113719.717000', '113719.719000', '113719.722000', '113719.725000', '113719.727000', '113719.730000', '113719.733000', '113719.735000', '113719.738000', '113719.741000', '113719.744000', '113719.746000', '113719.749000', '113719.752000', '113719.754000', '113719.757000', '113719.760000', '113719.762000', '113719.765000', '113719.768000', '113719.770000', '113719.773000', '113719.776000', '113739.663000', '113739.666000', '113739.669000', '113739.672000', '113739.674000', '113739.677000', '113739.680000', '113739.682000', '113739.685000', '113739.687000', '113739.690000', '113739.693000', '113739.695000', '113739.698000', '113739.701000', '113739.712000', '113739.715000', '113739.718000', '113739.720000', '113739.723000', '113739.726000', '113739.728000', '113739.731000', '113739.734000', '113739.736000', '113739.739000', '113739.742000', '113739.744000', '113739.747000', '113739.750000', '113739.753000', '113739.755000', '113739.758000', '113739.761000', '113739.763000', '113739.766000', '113739.769000', '113739.771000', '113739.774000', '113739.777000', '113739.779000', '113739.782000', '113739.784000', '113739.787000', '113759.664000', '113759.667000', '113759.669000', '113759.672000', '113759.675000', '113759.677000', '113759.680000', '113759.683000', '113759.685000', '113759.688000', '113759.691000', '113759.693000', '113759.696000', '113759.699000', '113759.701000', '113759.704000', '113759.706000', '113759.709000', '113759.712000', '113759.715000', '113759.717000', '113759.720000', '113759.723000', '113759.725000', '113759.728000', '113759.731000', '113759.733000', '113759.736000', '113759.738000', '113759.741000', '113759.744000', '113759.746000', '113759.749000', '113759.752000', '113759.754000', '113759.757000', '113759.760000', '113759.762000', '113759.765000', '113759.767000', '113759.770000', '113759.773000', '113759.775000', '113819.663000', '113819.666000', '113819.669000', '113819.671000', '113819.674000', '113819.677000', '113819.680000', '113819.683000', '113819.686000', '113819.689000', '113819.691000', '113819.694000', '113819.697000', '113819.699000', '113819.702000', '113819.705000', '113819.707000', '113819.710000', '113819.713000', '113819.716000', '113819.719000', '113819.722000', '113819.724000', '113819.727000', '113819.730000', '113819.732000', '113819.735000', '113819.738000', '113819.741000', '113819.744000', '113819.746000', '113819.749000', '113819.752000', '113819.754000', '113819.757000', '113819.760000', '113819.762000', '113819.765000', '113819.768000', '113819.770000', '113819.773000', '113819.776000', '113819.778000', '113839.664000', '113839.667000', '113839.669000', '113839.672000', '113839.702000', '113839.705000', '113839.707000', '113839.710000', '113839.713000', '113839.716000', '113839.718000', '113839.721000', '113839.723000', '113839.726000', '113839.729000', '113839.731000', '113839.734000', '113839.737000', '113839.740000', '113839.742000', '113839.745000', '113839.747000', '113839.750000', '113839.753000', '113839.755000', '113839.758000', '113839.761000', '113839.763000', '113839.766000', '113839.769000', '113839.771000', '113839.774000', '113839.777000', '113839.779000', '113839.782000', '113839.785000', '113839.787000', '113839.790000', '113839.793000', '113839.795000', '113839.798000', '113839.801000', '113839.803000', '113839.806000', '113859.664000', '113859.667000', '113859.669000', '113859.672000', '113859.675000', '113859.677000', '113859.680000', '113859.683000', '113859.685000', '113859.688000', '113859.691000', '113859.693000', '113859.696000', '113859.699000', '113859.701000', '113859.704000', '113859.707000', '113859.709000', '113859.712000', '113859.715000', '113859.717000', '113859.720000', '113859.723000', '113859.726000', '113859.728000', '113859.731000', '113859.734000', '113859.736000', '113859.739000', '113859.742000', '113859.744000', '113859.747000', '113859.750000', '113859.753000', '113859.755000', '113859.758000', '113859.760000', '113859.763000', '113859.766000', '113859.768000', '113859.771000', '113859.774000', '113859.776000', '113859.779000', '113919.663000', '113919.666000', '113919.669000', '113919.672000', '113919.674000', '113919.677000', '113919.680000', '113919.682000', '113919.685000', '113919.688000', '113919.690000', '113919.693000', '113919.696000', '113919.698000', '113919.701000', '113919.703000', '113919.706000', '113919.709000', '113919.712000', '113919.714000', '113919.717000', '113919.720000', '113919.722000', '113919.725000', '113919.728000', '113919.730000', '113919.733000', '113919.736000', '113919.738000', '113919.741000', '113919.744000', '113919.746000', '113919.749000', '113919.752000', '113919.754000', '113919.757000', '113919.760000', '113919.762000', '113919.765000', '113919.768000', '113919.770000', '113919.773000', '113919.775000', '113939.664000', '113939.666000', '113939.669000', '113939.672000', '113939.674000', '113939.677000', '113939.680000', '113939.682000', '113939.685000', '113939.688000', '113939.690000', '113939.693000', '113939.695000', '113939.698000', '113939.701000', '113939.703000', '113939.706000', '113939.709000', '113939.711000', '113939.715000', '113939.719000', '113939.721000', '113939.724000', '113939.726000', '113939.729000', '113939.732000', '113939.735000', '113939.737000', '113939.740000', '113939.743000', '113939.746000', '113939.748000', '113939.751000', '113939.754000', '113939.756000', '113939.759000', '113939.762000', '113939.764000', '113939.767000', '113939.770000', '113939.772000', '113939.775000', '113939.778000', '113939.780000', '113959.664000', '113959.667000', '113959.669000', '113959.672000', '113959.675000', '113959.677000', '113959.680000', '113959.683000', '113959.685000', '113959.688000', '113959.691000', '113959.693000', '113959.696000', '113959.698000', '113959.701000', '113959.704000', '113959.707000', '113959.709000', '113959.712000', '113959.715000', '113959.717000', '113959.720000', '113959.723000', '113959.725000', '113959.728000', '113959.731000', '113959.733000', '113959.736000', '113959.766000', '113959.768000', '113959.771000', '113959.773000', '113959.776000', '113959.779000', '113959.781000', '113959.784000', '113959.786000', '113959.789000', '113959.792000', '113959.794000', '113959.797000', '113959.800000', '113959.802000', '114019.663000', '114019.667000', '114019.669000', '114019.672000', '114019.674000', '114019.677000', '114019.680000', '114019.683000', '114019.685000', '114019.688000', '114019.691000', '114019.693000', '114019.696000', '114019.699000', '114019.702000', '114019.705000', '114019.708000', '114019.710000', '114019.713000', '114019.716000', '114019.718000', '114019.721000', '114019.724000', '114019.726000', '114019.729000', '114019.732000', '114019.734000', '114019.737000', '114019.740000', '114019.742000', '114019.745000', '114019.748000', '114019.750000', '114019.753000', '114019.755000', '114019.758000', '114019.761000', '114019.763000', '114019.766000', '114019.769000', '114019.771000', '114019.774000', '114019.777000', '114039.663000', '114039.666000', '114039.669000', '114039.672000', '114039.675000', '114039.677000', '114039.680000', '114039.682000', '114039.685000', '114039.688000', '114039.690000', '114039.693000', '114039.695000', '114039.698000', '114039.701000', '114039.703000', '114039.706000', '114039.708000', '114039.711000', '114039.714000', '114039.716000', '114039.719000', '114039.721000', '114039.724000', '114039.727000', '114039.729000', '114039.732000', '114039.735000', '114039.737000', '114039.740000', '114039.743000', '114039.746000', '114039.748000', '114039.751000', '114039.754000', '114039.756000', '114039.759000', '114039.761000', '114039.764000', '114039.767000', '114039.769000', '114039.772000', '114039.775000', '114039.777000', '114059.663000', '114059.666000', '114059.669000', '114059.672000', '114059.674000', '114059.677000', '114059.680000', '114059.682000', '114059.685000', '114059.687000', '114059.690000', '114059.692000', '114059.695000', '114059.698000', '114059.701000', '114059.703000', '114059.706000', '114059.708000', '114059.711000', '114059.715000', '114059.718000', '114059.721000', '114059.724000', '114059.727000', '114059.730000', '114059.733000', '114059.736000', '114059.738000', '114059.741000', '114059.744000', '114059.746000', '114059.749000', '114059.751000', '114059.755000', '114059.757000', '114059.760000', '114059.763000', '114059.765000', '114059.768000', '114059.771000', '114059.773000', '114059.776000', '114059.779000', '114119.664000', '114119.666000', '114119.669000', '114119.672000', '114119.674000', '114119.677000', '114119.680000', '114119.682000', '114119.685000', '114119.688000', '114119.690000', '114119.693000', '114119.696000', '114119.699000', '114119.701000', '114119.704000', '114119.706000', '114119.709000', '114119.712000', '114119.714000', '114119.717000', '114119.720000', '114119.722000', '114119.725000', '114119.728000', '114119.730000', '114119.733000', '114119.736000', '114119.738000', '114119.741000', '114119.744000', '114119.746000', '114119.749000', '114119.752000', '114119.754000', '114119.757000', '114119.760000', '114119.762000', '114119.765000', '114119.768000', '114119.770000', '114119.773000', '114119.776000', '114119.778000', '114139.663000', '114139.665000', '114139.668000', '114139.671000', '114139.674000', '114139.676000', '114139.679000', '114139.682000', '114139.684000', '114139.687000', '114139.689000', '114139.692000', '114139.695000', '114139.698000', '114139.700000', '114139.703000', '114139.705000', '114139.708000', '114139.711000', '114139.713000', '114139.716000', '114139.719000', '114139.721000', '114139.724000', '114139.727000', '114139.730000', '114139.733000', '114139.735000', '114139.738000', '114139.740000', '114139.743000', '114139.745000', '114139.748000', '114139.751000', '114139.753000', '114139.756000', '114139.758000', '114139.761000', '114139.764000', '114139.766000', '114139.769000', '114139.772000', '114139.778000', '114159.664000', '114159.667000', '114159.669000', '114159.672000', '114159.674000', '114159.677000', '114159.680000', '114159.682000', '114159.685000', '114159.688000', '114159.690000', '114159.693000', '114159.695000', '114159.698000', '114159.701000', '114159.703000', '114159.706000', '114159.709000', '114159.711000', '114159.714000', '114159.717000', '114159.719000', '114159.722000', '114159.724000', '114159.727000', '114159.730000', '114159.732000', '114159.735000', '114159.738000', '114159.740000', '114159.743000', '114159.745000', '114159.748000', '114159.751000', '114159.753000', '114159.756000', '114159.759000', '114159.761000', '114159.764000', '114159.767000', '114159.769000', '114159.772000', '114159.775000', '114159.777000', '114219.664000', '114219.666000', '114219.670000', '114219.672000', '114219.675000', '114219.677000', '114219.680000', '114219.683000', '114219.686000', '114219.688000', '114219.691000', '114219.694000', '114219.696000', '114219.699000', '114219.702000', '114219.704000', '114219.707000', '114219.710000', '114219.719000', '114219.722000', '114219.724000', '114219.727000', '114219.730000', '114219.732000', '114219.735000', '114219.738000', '114219.740000', '114219.743000', '114219.746000', '114219.748000', '114219.751000', '114219.754000', '114219.756000', '114219.759000', '114219.762000', '114219.764000', '114219.767000', '114219.769000', '114219.772000', '114219.775000', '114219.778000', '114219.780000', '114219.783000', '114239.664000', '114239.667000', '114239.669000', '114239.672000', '114239.675000', '114239.677000', '114239.680000', '114239.682000', '114239.685000', '114239.688000', '114239.691000', '114239.694000', '114239.696000', '114239.699000', '114239.701000', '114239.704000', '114239.707000', '114239.709000', '114239.712000', '114239.715000', '114239.717000', '114239.720000', '114239.723000', '114239.726000', '114239.728000', '114239.739000', '114239.742000', '114239.745000', '114239.747000', '114239.750000', '114239.753000', '114239.755000', '114239.758000', '114239.761000', '114239.766000', '114239.769000', '114239.772000', '114239.775000', '114239.777000', '114239.780000', '114239.783000', '114239.785000', '114239.788000', '114239.791000', '114245.515000', '114245.518000', '114245.520000', '114245.523000', '114245.526000', '114245.529000', '114245.531000', '114245.534000', '114245.536000', '114245.539000', '114245.542000', '114245.544000', '114245.547000'], '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': [9020, 8222, 7968, 7917, 8139, 7760, 8418, 8193, 8148, 8207, 8365, 8452, 8396, 8461, 8310, 8462, 8086, 8259, 8349, 8263, 8540, 8397, 8326, 8409, 8661, 8246, 8663, 8437, 8279, 8519, 8205, 8611, 8484, 8421, 8278, 8532, 8489, 8399, 8259, 8464, 8522, 8510, 8400, 8751, 8424, 8350, 8228, 8337, 8341, 8407, 8283, 8527, 8245, 8376, 8526, 8361, 8480, 8220, 8312, 8392, 8357, 8383, 8182, 8561, 8086, 8870, 8284, 8658, 8266, 8456, 8484, 8200, 8004, 8558, 8106, 8461, 8029, 8535, 8015, 8377, 8116, 8067, 8309, 8118, 8406, 7900, 8245, 8166, 8304, 8058, 8264, 8197, 8292, 8373, 8296, 8056, 8201, 7856, 8329, 7970, 8381, 7977, 8300, 8243, 8181, 8116, 8147, 8184, 8092, 8113, 8286, 8139, 8030, 8292, 7890, 8012, 8165, 8072, 8001, 8128, 7927, 8069, 8475, 8153, 8385, 8073, 8002, 8093, 8199, 8356, 8283, 7965, 8368, 8067, 8030, 8303, 8055, 8127, 7945, 7912, 7985, 8138, 8171, 8219, 8006, 8381, 8014, 8041, 8075, 8338, 7986, 7979, 7916, 8547, 7866, 8150, 8033, 8075, 8058, 8100, 7902, 7882, 8058, 8053, 8273, 7921, 7983, 7966, 7960, 8043, 8071, 8070, 8158, 8055, 7955, 8244, 8327, 8233, 8264, 8033, 8263, 8165, 8273, 8221, 8458, 8300, 8484, 8261, 8223, 8483, 8159, 7924, 8343, 7960, 7983, 7951, 8095, 8097, 7886, 8175, 8097, 8184, 8118, 7974, 8181, 8471, 8152, 8180, 8021, 8280, 8250, 8069, 8038, 7966, 8235, 8168, 7965, 8258, 8127, 8333, 8079, 8291, 8278, 8125, 8431, 8089, 8264, 8135, 8308, 8217, 8215, 8305, 7976, 8481, 8225, 8171, 7987, 8193, 8059, 8112, 8069, 8249, 8403, 8069, 7968, 7897, 8309, 8237, 8137, 8233, 8075, 7864, 8130, 8092, 8239, 7931, 8126, 7781, 8205, 7931, 8152, 8152, 8129, 8228, 8009, 8385, 8121, 8232, 8015, 8008, 8205, 7946, 7990, 8020, 8093, 8142, 8023, 8235, 7981, 7971, 7911, 7913, 8033, 8121, 8058, 8008, 8080, 7900, 8252, 7945, 7949, 8192, 7929, 7970, 7978, 8198, 8056, 7820, 8040, 7836, 8088, 7955, 8116, 8224, 8234, 7917, 8158, 7959, 8137, 7990, 8119, 7827, 8183, 8013, 7997, 7987, 8059, 8023, 8067, 7916, 8040, 8088, 7904, 8029, 7861, 8131, 8080, 8133, 8150, 8329, 8129, 8271, 7936, 8115, 8069, 8235, 8229, 7998, 8092, 7979, 8357, 8003, 8091, 8035, 8098, 7970, 8084, 8048, 8145, 7978, 8006, 8135, 8046, 7990, 7854, 8181, 7999, 8007, 7986, 8023, 8266, 7903, 8193, 8031, 8239, 8203, 8244, 8551, 8546, 8303, 8451, 8283, 8163, 8222, 8565, 8189, 8004, 8131, 8031, 7975, 8323, 8041, 8233, 7886, 8332, 8230, 8241, 8249, 8346, 7941, 8255, 8042, 8107, 8082, 8206, 8172, 8028, 8173, 8040, 8175, 8179, 8100, 8430, 8082, 8371, 8042, 8407, 8142, 8615, 8178, 8502, 8374, 8113, 8517, 8170, 8582, 8344, 8431, 8044, 8150, 8122, 8421, 8136, 8121, 8361, 7909, 8135, 8062, 8455, 7965, 8088, 8097, 8172, 8394, 8245, 8272, 8010, 8153, 8060, 8000, 8177, 8209, 8319, 8074, 8088, 7731, 8132, 8139, 8256, 8261, 8211, 7938, 7971, 8332, 8209, 7906, 8213, 7963, 8192, 7965, 8300, 7930, 8404, 8108, 8201, 8024, 8253, 8338, 8035, 8203, 7927, 8326, 7939, 8643, 7995, 8113, 8011, 8366, 7900, 8082, 8081, 8156, 8344, 7889, 7944, 7985, 8207, 7931, 8269, 7892, 8354, 7951, 8434, 8048, 8310, 7973, 8278, 8079, 8174, 8137, 8111, 8112, 8085, 8148, 8025, 7954, 8143, 8169, 8062, 8329, 8078, 8225, 8067, 8157, 8246, 8224, 7900, 8211, 8061, 8402, 7999, 8459, 8075, 8263, 7991, 8545, 8013, 8255, 8031, 8264, 8036, 8377, 8022, 8459, 8234, 8261, 8134, 8212, 7981, 8130, 8078, 8016, 8105, 8308, 8254, 8307, 8162, 8217, 8420, 8181, 8338, 8376, 7961, 8008, 8388, 7874, 8430, 8051, 8304, 7954, 8423, 8069, 8335, 7984, 8230, 7998, 8277, 8213, 8398, 8401, 8209, 8033, 8079, 8155, 8171, 8086, 8090, 7926, 8226, 7907, 7934, 7792, 8007, 7897, 8048, 8054, 8235, 8425, 8089, 8068, 8150, 8148, 8192, 8148, 8271, 8153, 7831, 8119, 7786, 8395, 8207, 8188, 8167, 8654, 8449, 8291, 8312, 8377, 8269, 8485, 8296, 7991, 8152, 8402, 8172, 8442, 8218, 8277, 8110, 8574, 8228, 8439, 8136, 8478, 7979, 8351, 8401, 8238, 8271, 8283, 8063, 8575, 8284, 8484, 8146, 8554, 8138, 8554, 8335, 8487, 8224, 8350, 8402, 8458, 8411, 8236, 8605, 8261, 8112, 8397, 8353, 8191, 8194, 8122, 8321, 8475, 8012, 8404, 8390, 8186, 8099, 8256, 8239, 8031, 7925, 8167, 8070, 8225, 7967, 7939, 7848, 7703, 8116, 8396, 8189, 8501, 8143, 8399, 8236, 8067, 8061, 8038, 8230, 8160, 8132, 8126, 8064, 8279, 8222, 8273, 7956, 8595, 8398, 8236, 8207, 8132, 8087, 8354, 8000, 8367, 8046, 7999, 8517, 8165, 8188, 8479, 8534, 8219, 8264, 7949, 8176, 7861, 8249, 8096, 8000, 8451, 8375, 8119, 8229, 7999, 8313, 8508, 8093, 8147, 7918, 7764, 7741, 7884, 7987, 8027, 7673, 8325, 8249, 8200, 8181, 8066, 8060, 8306, 7967, 7951, 7650, 8074, 8001, 8107, 8423, 8357, 8603, 8462, 8339, 8120, 8074, 8206, 8274, 8255, 8179, 8265, 8085, 7864, 8164, 8076, 8071, 8340, 7964, 7973, 8255, 8138, 8132, 8203, 8218, 8458, 8414, 8267, 8245, 8061, 8771, 8320, 8488, 8256, 8304, 8332, 8167, 8292, 8541, 8083, 8259, 7991, 8084, 8064, 8316, 8064, 8138, 8165, 8228, 8056, 8240, 7908, 8353, 8340, 8102, 8604, 8229, 8372, 8306, 8339, 8456, 8248, 8792, 8465, 8544, 8232, 8353, 8370, 8532, 8359, 8353, 8002, 7876, 8019, 7873, 8004, 8057, 8059, 8036, 7924, 8123, 8176, 8088, 8013, 7845, 7853, 8148, 7906, 8169, 8018, 8249, 8037, 8127, 8320, 8527, 8172, 8226, 8484, 8201, 8436, 8257, 7915, 8303, 8740, 8287, 8737, 8382, 8442, 8263, 8266, 8408, 8117, 8425, 8170, 8477, 8127, 8496, 8130, 8438, 8324, 8496, 8463, 8392, 8262, 8250, 8119, 8634, 8396, 8335, 8199, 8400, 8400, 8131, 8126, 8221, 8494, 8110, 8497, 8129, 8348, 8094, 8189, 8530, 8207, 7943, 8017, 8024, 8020, 8168, 8236, 8318, 8010, 7959, 8161, 8052, 8231, 8236, 8468, 8278, 8321, 8216, 8151, 8182, 8362, 8515, 8204, 8068, 8417, 8117, 8445], 'WindowCenter': [4524.0, 4510.0, 4501.0, 4489.0, 4492.0, 4494.0, 4523.0, 4497.0, 4472.0, 4469.0, 4467.0, 4459.0, 4459.0, 4460.0, 4459.0, 4456.0, 4455.0, 4460.0, 4462.0, 4459.0, 4457.0, 4445.0, 4439.0, 4441.0, 4441.0, 4443.0, 4444.0, 4446.0, 4443.0, 4445.0, 4445.0, 4455.0, 4457.0, 4454.0, 4441.0, 4440.0, 4452.0, 4443.0, 4445.0, 4444.0, 4454.0, 4454.0, 4455.0, 4456.0, 4455.0, 4445.0, 4443.0, 4442.0, 4444.0, 4444.0, 4446.0, 4451.0, 4444.0, 4444.0, 4456.0, 4442.0, 4453.0, 4442.0, 4443.0, 4443.0, 4456.0, 4445.0, 4444.0, 4455.0, 4447.0, 4467.0, 4458.0, 4467.0, 4456.0, 4458.0, 4469.0, 4470.0, 4458.0, 4469.0, 4459.0, 4470.0, 4459.0, 4468.0, 4470.0, 4470.0, 4459.0, 4457.0, 4467.0, 4467.0, 4470.0, 4457.0, 4471.0, 4469.0, 4472.0, 4472.0, 4467.0, 4470.0, 4468.0, 4468.0, 4468.0, 4473.0, 4469.0, 4458.0, 4471.0, 4461.0, 4468.0, 4470.0, 4466.0, 4469.0, 4469.0, 4471.0, 4470.0, 4467.0, 4456.0, 4468.0, 4471.0, 4473.0, 4480.0, 4482.0, 4470.0, 4471.0, 4470.0, 4468.0, 4460.0, 4471.0, 4472.0, 4473.0, 4484.0, 4470.0, 4471.0, 4471.0, 4472.0, 4473.0, 4471.0, 4470.0, 4482.0, 4473.0, 4484.0, 4469.0, 4458.0, 4470.0, 4472.0, 4470.0, 4456.0, 4456.0, 4457.0, 4459.0, 4466.0, 4457.0, 4456.0, 4456.0, 4457.0, 4457.0, 4457.0, 4468.0, 4459.0, 4457.0, 4458.0, 4469.0, 4458.0, 4459.0, 4459.0, 4460.0, 4457.0, 4469.0, 4470.0, 4460.0, 4458.0, 4460.0, 4469.0, 4470.0, 4459.0, 4459.0, 4470.0, 4472.0, 4470.0, 4470.0, 4473.0, 4471.0, 4472.0, 4474.0, 4472.0, 4471.0, 4458.0, 4462.0, 4469.0, 4473.0, 4468.0, 4499.0, 4502.0, 4471.0, 4446.0, 4460.0, 4449.0, 4464.0, 4468.0, 4472.0, 4484.0, 4476.0, 4485.0, 4485.0, 4471.0, 4474.0, 4471.0, 4475.0, 4474.0, 4469.0, 4458.0, 4458.0, 4472.0, 4458.0, 4459.0, 4446.0, 4446.0, 4447.0, 4458.0, 4448.0, 4445.0, 4445.0, 4445.0, 4458.0, 4447.0, 4459.0, 4447.0, 4455.0, 4446.0, 4455.0, 4458.0, 4461.0, 4470.0, 4459.0, 4459.0, 4470.0, 4470.0, 4470.0, 4472.0, 4469.0, 4461.0, 4472.0, 4471.0, 4474.0, 4473.0, 4472.0, 4472.0, 4472.0, 4471.0, 4473.0, 4471.0, 4471.0, 4471.0, 4472.0, 4473.0, 4474.0, 4472.0, 4470.0, 4474.0, 4473.0, 4475.0, 4474.0, 4470.0, 4473.0, 4475.0, 4475.0, 4483.0, 4473.0, 4471.0, 4472.0, 4475.0, 4483.0, 4471.0, 4471.0, 4472.0, 4472.0, 4472.0, 4463.0, 4470.0, 4461.0, 4463.0, 4462.0, 4475.0, 4472.0, 4460.0, 4460.0, 4473.0, 4472.0, 4462.0, 4473.0, 4473.0, 4472.0, 4472.0, 4474.0, 4475.0, 4486.0, 4486.0, 4473.0, 4473.0, 4472.0, 4476.0, 4472.0, 4489.0, 4485.0, 4476.0, 4474.0, 4473.0, 4475.0, 4472.0, 4472.0, 4476.0, 4477.0, 4489.0, 4488.0, 4475.0, 4476.0, 4486.0, 4475.0, 4476.0, 4488.0, 4486.0, 4486.0, 4488.0, 4473.0, 4476.0, 4474.0, 4475.0, 4475.0, 4474.0, 4473.0, 4473.0, 4473.0, 4473.0, 4473.0, 4461.0, 4464.0, 4448.0, 4448.0, 4448.0, 4461.0, 4458.0, 4457.0, 4462.0, 4471.0, 4474.0, 4474.0, 4460.0, 4462.0, 4460.0, 4461.0, 4462.0, 4459.0, 4459.0, 4461.0, 4457.0, 4458.0, 4459.0, 4456.0, 4455.0, 4459.0, 4460.0, 4457.0, 4459.0, 4458.0, 4460.0, 4459.0, 4459.0, 4459.0, 4469.0, 4463.0, 4472.0, 4459.0, 4458.0, 4475.0, 4474.0, 4461.0, 4458.0, 4457.0, 4473.0, 4471.0, 4471.0, 4471.0, 4483.0, 4471.0, 4471.0, 4473.0, 4461.0, 4459.0, 4461.0, 4461.0, 4461.0, 4456.0, 4459.0, 4447.0, 4444.0, 4443.0, 4441.0, 4431.0, 4443.0, 4431.0, 4433.0, 4432.0, 4440.0, 4442.0, 4431.0, 4431.0, 4432.0, 4443.0, 4442.0, 4430.0, 4440.0, 4441.0, 4442.0, 4445.0, 4445.0, 4446.0, 4458.0, 4457.0, 4454.0, 4456.0, 4461.0, 4470.0, 4469.0, 4469.0, 4459.0, 4458.0, 4470.0, 4460.0, 4471.0, 4472.0, 4471.0, 4462.0, 4470.0, 4474.0, 4474.0, 4470.0, 4471.0, 4471.0, 4470.0, 4471.0, 4473.0, 4472.0, 4472.0, 4471.0, 4470.0, 4471.0, 4475.0, 4473.0, 4472.0, 4472.0, 4472.0, 4471.0, 4475.0, 4463.0, 4475.0, 4471.0, 4471.0, 4473.0, 4473.0, 4472.0, 4473.0, 4473.0, 4471.0, 4472.0, 4474.0, 4470.0, 4471.0, 4471.0, 4472.0, 4472.0, 4471.0, 4475.0, 4476.0, 4473.0, 4473.0, 4473.0, 4474.0, 4474.0, 4486.0, 4485.0, 4475.0, 4487.0, 4476.0, 4473.0, 4476.0, 4486.0, 4475.0, 4474.0, 4474.0, 4477.0, 4471.0, 4472.0, 4473.0, 4472.0, 4472.0, 4472.0, 4471.0, 4474.0, 4483.0, 4474.0, 4472.0, 4474.0, 4476.0, 4476.0, 4483.0, 4473.0, 4472.0, 4476.0, 4473.0, 4473.0, 4473.0, 4462.0, 4473.0, 4462.0, 4474.0, 4473.0, 4472.0, 4469.0, 4462.0, 4471.0, 4473.0, 4473.0, 4471.0, 4471.0, 4472.0, 4472.0, 4471.0, 4483.0, 4472.0, 4471.0, 4474.0, 4473.0, 4475.0, 4483.0, 4472.0, 4472.0, 4476.0, 4475.0, 4473.0, 4484.0, 4474.0, 4470.0, 4476.0, 4462.0, 4447.0, 4463.0, 4457.0, 4461.0, 4464.0, 4472.0, 4464.0, 4462.0, 4464.0, 4461.0, 4462.0, 4475.0, 4468.0, 4472.0, 4473.0, 4475.0, 4467.0, 4480.0, 4479.0, 4474.0, 4475.0, 4473.0, 4477.0, 4475.0, 4476.0, 4465.0, 4474.0, 4491.0, 4491.0, 4477.0, 4489.0, 4481.0, 4465.0, 4464.0, 4464.0, 4473.0, 4483.0, 4485.0, 4495.0, 4498.0, 4498.0, 4497.0, 4508.0, 4499.0, 4494.0, 4484.0, 4486.0, 4475.0, 4482.0, 4481.0, 4479.0, 4479.0, 4464.0, 4474.0, 4476.0, 4479.0, 4475.0, 4473.0, 4475.0, 4469.0, 4458.0, 4448.0, 4450.0, 4460.0, 4484.0, 4483.0, 4492.0, 4492.0, 4479.0, 4466.0, 4461.0, 4449.0, 4450.0, 4451.0, 4466.0, 4465.0, 4479.0, 4479.0, 4481.0, 4478.0, 4480.0, 4476.0, 4465.0, 4462.0, 4462.0, 4460.0, 4461.0, 4464.0, 4467.0, 4464.0, 4477.0, 4477.0, 4477.0, 4475.0, 4464.0, 4475.0, 4477.0, 4475.0, 4467.0, 4477.0, 4467.0, 4477.0, 4479.0, 4477.0, 4476.0, 4477.0, 4488.0, 4480.0, 4477.0, 4480.0, 4486.0, 4480.0, 4465.0, 4465.0, 4464.0, 4464.0, 4464.0, 4464.0, 4464.0, 4464.0, 4462.0, 4464.0, 4466.0, 4465.0, 4460.0, 4476.0, 4474.0, 4475.0, 4477.0, 4493.0, 4480.0, 4490.0, 4493.0, 4475.0, 4466.0, 4451.0, 4460.0, 4484.0, 4481.0, 4479.0, 4479.0, 4479.0, 4477.0, 4461.0, 4479.0, 4471.0, 4479.0, 4469.0, 4468.0, 4470.0, 4481.0, 4493.0, 4491.0, 4494.0, 4502.0, 4486.0, 4472.0, 4483.0, 4482.0, 4472.0, 4483.0, 4482.0, 4482.0, 4481.0, 4479.0, 4480.0, 4479.0, 4476.0, 4478.0, 4480.0, 4481.0, 4490.0, 4480.0, 4476.0, 4486.0, 4486.0, 4481.0, 4480.0, 4467.0, 4467.0, 4464.0, 4466.0, 4481.0, 4478.0, 4491.0, 4479.0, 4468.0, 4462.0, 4472.0, 4463.0, 4471.0, 4483.0, 4475.0, 4482.0, 4471.0, 4485.0, 4480.0, 4479.0, 4468.0, 4463.0, 4478.0, 4489.0, 4492.0, 4490.0, 4473.0, 4482.0, 4479.0, 4477.0, 4481.0, 4464.0, 4477.0, 4479.0, 4468.0, 4465.0, 4468.0, 4463.0, 4477.0, 4465.0, 4464.0, 4466.0, 4458.0, 4458.0, 4470.0, 4472.0, 4473.0, 4484.0, 4487.0, 4488.0, 4497.0, 4496.0, 4496.0, 4481.0, 4479.0, 4479.0, 4480.0, 4478.0, 4473.0, 4477.0, 4486.0, 4474.0, 4475.0, 4476.0, 4476.0, 4474.0, 4473.0, 4462.0, 4472.0, 4461.0, 4463.0, 4460.0, 4462.0, 4461.0, 4459.0, 4459.0, 4458.0, 4463.0, 4460.0, 4448.0, 4457.0, 4459.0, 4468.0, 4473.0, 4482.0, 4493.0, 4483.0, 4482.0, 4478.0, 4465.0, 4465.0, 4466.0, 4478.0, 4477.0, 4480.0, 4479.0, 4479.0, 4481.0, 4465.0, 4461.0, 4447.0, 4446.0, 4448.0, 4446.0, 4446.0, 4448.0, 4447.0, 4458.0, 4459.0, 4473.0, 4472.0, 4468.0, 4457.0, 4458.0, 4457.0, 4458.0, 4460.0, 4469.0, 4472.0, 4459.0, 4470.0, 4472.0, 4478.0, 4480.0, 4476.0, 4463.0, 4464.0, 4460.0, 4460.0, 4451.0, 4458.0, 4453.0, 4468.0, 4464.0, 4464.0, 4465.0, 4467.0, 4481.0, 4480.0, 4465.0, 4465.0, 4455.0, 4452.0, 4464.0, 4465.0, 4454.0, 4452.0, 4451.0, 4453.0, 4453.0, 4463.0, 4452.0, 4451.0, 4449.0, 4450.0, 4451.0, 4452.0, 4453.0, 4449.0, 4448.0, 4448.0, 4449.0, 4437.0, 4440.0, 4452.0, 4452.0, 4442.0, 4453.0, 4458.0, 4451.0, 4448.0, 4433.0, 4442.0, 4430.0, 4424.0, 4414.0, 4424.0, 4428.0, 4439.0, 4450.0, 4452.0, 4452.0, 4443.0, 4452.0, 4453.0, 4440.0, 4437.0, 4438.0, 4439.0, 4440.0, 4452.0, 4441.0, 4451.0, 4452.0, 4450.0, 4453.0, 4442.0, 4439.0, 4438.0, 4439.0], 'WindowWidth': [9975.0, 9950.0, 9927.0, 9903.0, 9904.0, 9908.0, 9959.0, 9909.0, 9867.0, 9856.0, 9847.0, 9837.0, 9837.0, 9838.0, 9835.0, 9829.0, 9829.0, 9835.0, 9839.0, 9829.0, 9823.0, 9803.0, 9794.0, 9794.0, 9795.0, 9800.0, 9803.0, 9811.0, 9803.0, 9806.0, 9807.0, 9822.0, 9829.0, 9822.0, 9797.0, 9795.0, 9814.0, 9805.0, 9807.0, 9806.0, 9819.0, 9820.0, 9823.0, 9827.0, 9823.0, 9809.0, 9803.0, 9801.0, 9806.0, 9806.0, 9808.0, 9812.0, 9805.0, 9805.0, 9822.0, 9802.0, 9817.0, 9800.0, 9804.0, 9802.0, 9824.0, 9807.0, 9805.0, 9824.0, 9815.0, 9841.0, 9834.0, 9844.0, 9827.0, 9832.0, 9849.0, 9852.0, 9835.0, 9850.0, 9836.0, 9852.0, 9838.0, 9851.0, 9855.0, 9853.0, 9836.0, 9835.0, 9846.0, 9849.0, 9853.0, 9834.0, 9854.0, 9854.0, 9857.0, 9860.0, 9849.0, 9851.0, 9850.0, 9850.0, 9850.0, 9862.0, 9853.0, 9837.0, 9855.0, 9843.0, 9852.0, 9855.0, 9844.0, 9851.0, 9851.0, 9856.0, 9856.0, 9847.0, 9830.0, 9850.0, 9857.0, 9862.0, 9874.0, 9875.0, 9856.0, 9856.0, 9856.0, 9851.0, 9839.0, 9857.0, 9859.0, 9864.0, 9882.0, 9856.0, 9856.0, 9858.0, 9862.0, 9864.0, 9857.0, 9858.0, 9876.0, 9865.0, 9880.0, 9851.0, 9835.0, 9852.0, 9861.0, 9854.0, 9831.0, 9828.0, 9832.0, 9835.0, 9843.0, 9832.0, 9828.0, 9828.0, 9830.0, 9833.0, 9832.0, 9849.0, 9835.0, 9830.0, 9835.0, 9854.0, 9838.0, 9837.0, 9838.0, 9841.0, 9834.0, 9854.0, 9855.0, 9839.0, 9834.0, 9840.0, 9853.0, 9853.0, 9838.0, 9838.0, 9854.0, 9861.0, 9855.0, 9857.0, 9863.0, 9856.0, 9858.0, 9865.0, 9859.0, 9854.0, 9835.0, 9843.0, 9851.0, 9860.0, 9849.0, 9912.0, 9916.0, 9852.0, 9804.0, 9834.0, 9812.0, 9840.0, 9852.0, 9859.0, 9877.0, 9869.0, 9885.0, 9884.0, 9858.0, 9862.0, 9857.0, 9866.0, 9862.0, 9850.0, 9832.0, 9833.0, 9855.0, 9832.0, 9832.0, 9810.0, 9808.0, 9809.0, 9827.0, 9815.0, 9810.0, 9807.0, 9807.0, 9830.0, 9813.0, 9832.0, 9814.0, 9822.0, 9810.0, 9825.0, 9830.0, 9841.0, 9851.0, 9834.0, 9834.0, 9855.0, 9851.0, 9854.0, 9859.0, 9850.0, 9841.0, 9858.0, 9857.0, 9864.0, 9861.0, 9859.0, 9859.0, 9858.0, 9857.0, 9860.0, 9855.0, 9855.0, 9856.0, 9860.0, 9862.0, 9864.0, 9859.0, 9853.0, 9864.0, 9861.0, 9867.0, 9865.0, 9855.0, 9862.0, 9865.0, 9866.0, 9877.0, 9861.0, 9856.0, 9861.0, 9867.0, 9877.0, 9858.0, 9856.0, 9857.0, 9857.0, 9856.0, 9845.0, 9854.0, 9841.0, 9845.0, 9843.0, 9863.0, 9859.0, 9839.0, 9838.0, 9860.0, 9858.0, 9845.0, 9862.0, 9861.0, 9860.0, 9857.0, 9866.0, 9866.0, 9885.0, 9883.0, 9863.0, 9862.0, 9858.0, 9869.0, 9860.0, 9893.0, 9886.0, 9870.0, 9866.0, 9862.0, 9867.0, 9861.0, 9858.0, 9869.0, 9872.0, 9892.0, 9891.0, 9867.0, 9870.0, 9887.0, 9868.0, 9870.0, 9893.0, 9885.0, 9887.0, 9891.0, 9863.0, 9868.0, 9864.0, 9868.0, 9868.0, 9864.0, 9861.0, 9860.0, 9860.0, 9862.0, 9861.0, 9840.0, 9844.0, 9814.0, 9813.0, 9813.0, 9833.0, 9834.0, 9830.0, 9840.0, 9854.0, 9865.0, 9864.0, 9841.0, 9842.0, 9839.0, 9843.0, 9843.0, 9837.0, 9836.0, 9841.0, 9833.0, 9834.0, 9836.0, 9827.0, 9826.0, 9835.0, 9837.0, 9828.0, 9832.0, 9831.0, 9839.0, 9836.0, 9835.0, 9839.0, 9851.0, 9846.0, 9860.0, 9838.0, 9834.0, 9867.0, 9864.0, 9834.0, 9825.0, 9826.0, 9860.0, 9855.0, 9858.0, 9857.0, 9875.0, 9859.0, 9857.0, 9860.0, 9840.0, 9834.0, 9841.0, 9842.0, 9838.0, 9829.0, 9832.0, 9813.0, 9805.0, 9804.0, 9799.0, 9782.0, 9799.0, 9781.0, 9785.0, 9782.0, 9793.0, 9796.0, 9781.0, 9781.0, 9782.0, 9801.0, 9798.0, 9782.0, 9794.0, 9797.0, 9799.0, 9810.0, 9808.0, 9812.0, 9831.0, 9828.0, 9821.0, 9825.0, 9839.0, 9849.0, 9850.0, 9851.0, 9836.0, 9834.0, 9855.0, 9840.0, 9856.0, 9859.0, 9855.0, 9843.0, 9853.0, 9863.0, 9862.0, 9854.0, 9857.0, 9855.0, 9854.0, 9856.0, 9863.0, 9861.0, 9859.0, 9857.0, 9854.0, 9857.0, 9865.0, 9861.0, 9858.0, 9857.0, 9859.0, 9860.0, 9866.0, 9850.0, 9867.0, 9858.0, 9856.0, 9861.0, 9862.0, 9860.0, 9863.0, 9862.0, 9856.0, 9859.0, 9862.0, 9854.0, 9857.0, 9855.0, 9855.0, 9857.0, 9855.0, 9863.0, 9869.0, 9862.0, 9862.0, 9862.0, 9865.0, 9865.0, 9886.0, 9882.0, 9867.0, 9883.0, 9871.0, 9862.0, 9870.0, 9886.0, 9869.0, 9866.0, 9865.0, 9871.0, 9858.0, 9863.0, 9863.0, 9858.0, 9857.0, 9859.0, 9856.0, 9864.0, 9877.0, 9863.0, 9858.0, 9864.0, 9869.0, 9869.0, 9877.0, 9861.0, 9858.0, 9867.0, 9861.0, 9862.0, 9861.0, 9844.0, 9859.0, 9844.0, 9863.0, 9860.0, 9859.0, 9851.0, 9843.0, 9855.0, 9859.0, 9861.0, 9855.0, 9855.0, 9859.0, 9858.0, 9858.0, 9875.0, 9857.0, 9856.0, 9864.0, 9860.0, 9865.0, 9878.0, 9860.0, 9856.0, 9867.0, 9864.0, 9863.0, 9879.0, 9864.0, 9858.0, 9864.0, 9840.0, 9812.0, 9838.0, 9833.0, 9843.0, 9844.0, 9859.0, 9843.0, 9838.0, 9841.0, 9836.0, 9840.0, 9861.0, 9848.0, 9857.0, 9859.0, 9862.0, 9852.0, 9875.0, 9873.0, 9864.0, 9866.0, 9860.0, 9868.0, 9864.0, 9866.0, 9848.0, 9860.0, 9896.0, 9891.0, 9870.0, 9891.0, 9876.0, 9847.0, 9843.0, 9841.0, 9859.0, 9881.0, 9885.0, 9903.0, 9911.0, 9912.0, 9913.0, 9924.0, 9915.0, 9902.0, 9887.0, 9884.0, 9869.0, 9881.0, 9876.0, 9871.0, 9870.0, 9843.0, 9863.0, 9869.0, 9877.0, 9865.0, 9859.0, 9862.0, 9858.0, 9836.0, 9813.0, 9817.0, 9833.0, 9884.0, 9879.0, 9893.0, 9893.0, 9872.0, 9849.0, 9837.0, 9814.0, 9813.0, 9817.0, 9842.0, 9847.0, 9871.0, 9869.0, 9877.0, 9870.0, 9874.0, 9864.0, 9848.0, 9838.0, 9838.0, 9833.0, 9835.0, 9843.0, 9851.0, 9843.0, 9868.0, 9868.0, 9869.0, 9862.0, 9844.0, 9859.0, 9865.0, 9861.0, 9853.0, 9867.0, 9853.0, 9869.0, 9872.0, 9870.0, 9868.0, 9871.0, 9887.0, 9875.0, 9867.0, 9876.0, 9885.0, 9871.0, 9846.0, 9844.0, 9842.0, 9843.0, 9843.0, 9842.0, 9842.0, 9840.0, 9835.0, 9841.0, 9848.0, 9844.0, 9839.0, 9865.0, 9861.0, 9865.0, 9870.0, 9898.0, 9878.0, 9894.0, 9899.0, 9866.0, 9847.0, 9822.0, 9842.0, 9879.0, 9874.0, 9868.0, 9870.0, 9870.0, 9867.0, 9838.0, 9873.0, 9857.0, 9869.0, 9854.0, 9852.0, 9856.0, 9877.0, 9897.0, 9891.0, 9902.0, 9915.0, 9882.0, 9859.0, 9876.0, 9875.0, 9862.0, 9879.0, 9879.0, 9880.0, 9877.0, 9872.0, 9872.0, 9867.0, 9867.0, 9872.0, 9874.0, 9876.0, 9892.0, 9875.0, 9871.0, 9887.0, 9889.0, 9877.0, 9873.0, 9851.0, 9848.0, 9842.0, 9846.0, 9875.0, 9868.0, 9890.0, 9871.0, 9852.0, 9843.0, 9859.0, 9846.0, 9860.0, 9880.0, 9869.0, 9879.0, 9861.0, 9883.0, 9871.0, 9873.0, 9852.0, 9847.0, 9872.0, 9890.0, 9896.0, 9892.0, 9866.0, 9879.0, 9873.0, 9868.0, 9874.0, 9843.0, 9862.0, 9867.0, 9851.0, 9844.0, 9854.0, 9841.0, 9864.0, 9845.0, 9842.0, 9844.0, 9834.0, 9832.0, 9852.0, 9859.0, 9867.0, 9882.0, 9888.0, 9891.0, 9908.0, 9904.0, 9904.0, 9875.0, 9869.0, 9869.0, 9870.0, 9865.0, 9863.0, 9869.0, 9879.0, 9862.0, 9864.0, 9867.0, 9866.0, 9861.0, 9859.0, 9841.0, 9853.0, 9837.0, 9840.0, 9837.0, 9841.0, 9837.0, 9834.0, 9833.0, 9831.0, 9839.0, 9836.0, 9817.0, 9827.0, 9833.0, 9850.0, 9862.0, 9876.0, 9894.0, 9882.0, 9880.0, 9868.0, 9844.0, 9842.0, 9846.0, 9864.0, 9864.0, 9870.0, 9868.0, 9870.0, 9876.0, 9843.0, 9833.0, 9812.0, 9809.0, 9813.0, 9811.0, 9812.0, 9817.0, 9815.0, 9832.0, 9836.0, 9862.0, 9862.0, 9849.0, 9831.0, 9832.0, 9830.0, 9832.0, 9839.0, 9854.0, 9858.0, 9837.0, 9854.0, 9859.0, 9871.0, 9872.0, 9862.0, 9839.0, 9842.0, 9830.0, 9831.0, 9818.0, 9831.0, 9825.0, 9852.0, 9843.0, 9842.0, 9846.0, 9851.0, 9876.0, 9876.0, 9847.0, 9843.0, 9830.0, 9823.0, 9842.0, 9843.0, 9828.0, 9822.0, 9820.0, 9824.0, 9827.0, 9838.0, 9823.0, 9818.0, 9814.0, 9818.0, 9822.0, 9821.0, 9827.0, 9816.0, 9812.0, 9811.0, 9814.0, 9797.0, 9803.0, 9819.0, 9819.0, 9805.0, 9823.0, 9831.0, 9819.0, 9813.0, 9781.0, 9792.0, 9778.0, 9764.0, 9750.0, 9766.0, 9777.0, 9796.0, 9813.0, 9817.0, 9820.0, 9807.0, 9819.0, 9823.0, 9800.0, 9791.0, 9794.0, 9797.0, 9799.0, 9819.0, 9804.0, 9818.0, 9821.0, 9815.0, 9822.0, 9806.0, 9798.0, 9795.0, 9796.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.00489691289966924</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02780625799338479</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.07446669916117</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1478112552428272</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0540615356732899</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4705</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5220.3208</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1382439836657838</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.979051819184125</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.144579831085158</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>3.1161341075237554</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.4319869181750557</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8856184675566627</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0140604</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0004621516272891313</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017457710579037666</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>907</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.873686056599005</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>42.7645</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0244</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.776</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300262.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.2862</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6645</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>617.9785</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3669.1363</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3902.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76282.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1373.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4859.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1007.3027</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.22760634776205</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> |