=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0052 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0052",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0052_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0052_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0052_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0052_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0052_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0052_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0052_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-04/func/sub-0052_ses-04_task-alignvideo_acq-mb8_run-02_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>c9857db1e94f3f470404487316aa510d</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>13:53:24.267500</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.997838, -0.063723, 0.0160933, 0.0598069, 0.981901, 0.179706]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.093323</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-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4133, -7718, -7308, 781, -24, -20, 58, 84]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>238.843</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1b0b2292-f50e-4008-a1e4-84db3c68923c||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.677125930786133, 0.16045747697353363, 0.07358423620462418, 105.23997497558594], [0.1709640771150589, 2.6343674659729004, 0.48155906796455383, -111.94258117675781], [0.043177101761102676, -0.4821387231349945, 2.6556894779205322, -43.32648849487305], [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, 926]</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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['135324.267500', '135324.727500', '135325.187500', '135325.647500', '135326.107500', '135326.567500', '135327.027500', '135327.487500', '135327.947500', '135328.407500', '135328.867500', '135329.327500', '135329.787500', '135330.247500', '135330.707500', '135331.167500', '135331.627500', '135332.087500', '135332.547500', '135333.007500', '135333.467500', '135333.927500', '135334.387500', '135334.847500', '135335.307500', '135335.767500', '135336.227500', '135336.687500', '135337.147500', '135337.607500', '135338.067500', '135338.527500', '135338.987500', '135339.447500', '135339.907500', '135340.367500', '135340.827500', '135341.287500', '135341.747500', '135342.207500', '135342.667500', '135343.127500', '135343.587500', '135344.047500', '135344.507500', '135344.967500', '135345.427500', '135345.887500', '135346.347500', '135346.807500', '135347.267500', '135347.727500', '135348.187500', '135348.647500', '135349.107500', '135349.567500', '135350.027500', '135350.487500', '135350.947500', '135351.407500', '135351.867500', '135352.327500', '135352.787500', '135353.247500', '135353.707500', '135354.167500', '135354.627500', '135355.087500', '135355.547500', '135356.007500', '135356.467500', '135356.927500', '135357.387500', '135357.847500', '135358.307500', '135358.767500', '135359.227500', '135359.687500', '135400.147500', '135400.607500', '135401.067500', '135401.527500', '135401.987500', '135402.447500', '135402.907500', '135403.367500', '135403.827500', '135404.287500', '135404.747500', '135405.207500', '135405.667500', '135406.127500', '135406.587500', '135407.047500', '135407.507500', '135407.967500', '135408.427500', '135408.887500', '135409.347500', '135409.807500', '135410.267500', '135410.727500', '135411.187500', '135411.647500', '135412.107500', '135412.567500', '135413.027500', '135413.487500', '135413.947500', '135414.407500', '135414.867500', '135415.327500', '135415.787500', '135416.247500', '135416.707500', '135417.167500', '135417.627500', '135418.087500', '135418.547500', '135419.007500', '135419.467500', '135419.927500', '135420.387500', '135420.847500', '135421.307500', '135421.767500', '135422.227500', '135422.687500', '135423.147500', '135423.607500', '135424.067500', '135424.527500', '135424.987500', '135425.447500', '135425.907500', '135426.367500', '135426.827500', '135427.287500', '135427.747500', '135428.207500', '135428.667500', '135429.127500', '135429.587500', '135430.047500', '135430.507500', '135430.967500', '135431.427500', '135431.887500', '135432.347500', '135432.807500', '135433.267500', '135433.727500', '135434.187500', '135434.647500', '135435.107500', '135435.567500', '135436.027500', '135436.487500', '135436.947500', '135437.407500', '135437.867500', '135438.327500', '135438.787500', '135439.247500', '135439.707500', '135440.167500', '135440.627500', '135441.087500', '135441.547500', '135442.007500', '135442.467500', '135442.927500', '135443.387500', '135443.847500', '135444.307500', '135444.767500', '135445.227500', '135445.687500', '135446.147500', '135446.607500', '135447.067500', '135447.527500', '135447.987500', '135448.447500', '135448.907500', '135449.367500', '135449.827500', '135450.287500', '135450.747500', '135451.207500', '135451.667500', '135452.127500', '135452.587500', '135453.047500', '135453.507500', '135453.967500', '135454.427500', '135454.887500', '135455.347500', '135455.807500', '135456.267500', '135456.727500', '135457.187500', '135457.647500', '135458.107500', '135458.567500', '135459.027500', '135459.487500', '135459.947500', '135500.407500', '135500.867500', '135501.327500', '135501.787500', '135502.247500', '135502.707500', '135503.167500', '135503.627500', '135504.087500', '135504.547500', '135505.007500', '135505.467500', '135505.927500', '135506.387500', '135506.847500', '135507.307500', '135507.767500', '135508.227500', '135508.687500', '135509.147500', '135509.607500', '135510.067500', '135510.527500', '135510.987500', '135511.447500', '135511.907500', '135512.367500', '135512.827500', '135513.287500', '135513.747500', '135514.207500', '135514.667500', '135515.127500', '135515.587500', '135516.047500', '135516.507500', '135516.967500', '135517.427500', '135517.887500', '135518.347500', '135518.807500', '135519.267500', '135519.727500', '135520.187500', '135520.647500', '135521.107500', '135521.567500', '135522.027500', '135522.487500', '135522.947500', '135523.407500', '135523.867500', '135524.327500', '135524.787500', '135525.247500', '135525.707500', '135526.167500', '135526.627500', '135527.087500', '135527.547500', '135528.007500', '135528.467500', '135528.927500', '135529.387500', '135529.847500', '135530.307500', '135530.767500', '135531.227500', '135531.687500', '135532.147500', '135532.607500', '135533.067500', '135533.527500', '135533.987500', '135534.447500', '135534.907500', '135535.367500', '135535.827500', '135536.287500', '135536.747500', '135537.207500', '135537.667500', '135538.127500', '135538.587500', '135539.047500', '135539.507500', '135539.967500', '135540.427500', '135540.887500', '135541.347500', '135541.807500', '135542.267500', '135542.727500', '135543.187500', '135543.647500', '135544.107500', '135544.567500', '135545.027500', '135545.487500', '135545.947500', '135546.407500', '135546.867500', '135547.327500', '135547.787500', '135548.247500', '135548.707500', '135549.167500', '135549.627500', '135550.087500', '135550.547500', '135551.007500', '135551.467500', '135551.927500', '135552.387500', '135552.847500', '135553.307500', '135553.767500', '135554.227500', '135554.687500', '135555.147500', '135555.607500', '135556.067500', '135556.527500', '135556.987500', '135557.447500', '135557.907500', '135558.367500', '135558.827500', '135559.287500', '135559.747500', '135600.207500', '135600.667500', '135601.127500', '135601.587500', '135602.047500', '135602.507500', '135602.967500', '135603.427500', '135603.887500', '135604.347500', '135604.807500', '135605.267500', '135605.727500', '135606.187500', '135606.647500', '135607.107500', '135607.567500', '135608.027500', '135608.487500', '135608.947500', '135609.407500', '135609.867500', '135610.327500', '135610.787500', '135611.247500', '135611.707500', '135612.167500', '135612.627500', '135613.087500', '135613.547500', '135614.007500', '135614.467500', '135614.927500', '135615.387500', '135615.847500', '135616.307500', '135616.767500', '135617.227500', '135617.687500', '135618.147500', '135618.607500', '135619.067500', '135619.527500', '135619.987500', '135620.447500', '135620.907500', '135621.367500', '135621.827500', '135622.287500', '135622.747500', '135623.207500', '135623.667500', '135624.127500', '135624.587500', '135625.047500', '135625.507500', '135625.967500', '135626.427500', '135626.887500', '135627.347500', '135627.807500', '135628.267500', '135628.727500', '135629.187500', '135629.647500', '135630.107500', '135630.567500', '135631.027500', '135631.487500', '135631.947500', '135632.407500', '135632.867500', '135633.327500', '135633.787500', '135634.247500', '135634.707500', '135635.167500', '135635.627500', '135636.087500', '135636.547500', '135637.007500', '135637.467500', '135637.927500', '135638.387500', '135638.847500', '135639.307500', '135639.767500', '135640.227500', '135640.687500', '135641.147500', '135641.607500', '135642.067500', '135642.527500', '135642.987500', '135643.447500', '135643.907500', '135644.367500', '135644.827500', '135645.287500', '135645.747500', '135646.207500', '135646.667500', '135647.127500', '135647.587500', '135648.047500', '135648.507500', '135648.967500', '135649.427500', '135649.887500', '135650.347500', '135650.807500', '135651.267500', '135651.727500', '135652.187500', '135652.647500', '135653.107500', '135653.567500', '135654.027500', '135654.487500', '135654.947500', '135655.407500', '135655.867500', '135656.327500', '135656.787500', '135657.247500', '135657.707500', '135658.167500', '135658.627500', '135659.087500', '135659.547500', '135700.007500', '135700.467500', '135700.927500', '135701.387500', '135701.847500', '135702.307500', '135702.767500', '135703.227500', '135703.687500', '135704.147500', '135704.607500', '135705.067500', '135705.527500', '135705.987500', '135706.447500', '135706.907500', '135707.367500', '135707.827500', '135708.287500', '135708.747500', '135709.207500', '135709.667500', '135710.127500', '135710.587500', '135711.047500', '135711.507500', '135711.967500', '135712.427500', '135712.887500', '135713.347500', '135713.807500', '135714.267500', '135714.727500', '135715.187500', '135715.647500', '135716.107500', '135716.567500', '135717.027500', '135717.487500', '135717.947500', '135718.407500', '135718.867500', '135719.327500', '135719.787500', '135720.247500', '135720.707500', '135721.167500', '135721.627500', '135722.087500', '135722.547500', '135723.007500', '135723.467500', '135723.927500', '135724.387500', '135724.847500', '135725.307500', '135725.767500', '135726.227500', '135726.687500', '135727.147500', '135727.607500', '135728.067500', '135728.527500', '135728.987500', '135729.447500', '135729.907500', '135730.367500', '135730.827500', '135731.287500', '135731.747500', '135732.207500', '135732.667500', '135733.127500', '135733.587500', '135734.047500', '135734.507500', '135734.967500', '135735.427500', '135735.887500', '135736.347500', '135736.807500', '135737.267500', '135737.727500', '135738.187500', '135738.647500', '135739.107500', '135739.567500', '135740.027500', '135740.487500', '135740.947500', '135741.407500', '135741.867500', '135742.327500', '135742.787500', '135743.247500', '135743.707500', '135744.167500', '135744.627500', '135745.087500', '135745.547500', '135746.007500', '135746.467500', '135746.927500', '135747.387500', '135747.847500', '135748.307500', '135748.767500', '135749.227500', '135749.687500', '135750.147500', '135750.607500', '135751.067500', '135751.527500', '135751.987500', '135752.447500', '135752.907500', '135753.367500', '135753.827500', '135754.287500', '135754.747500', '135755.207500', '135755.667500', '135756.127500', '135756.587500', '135757.047500', '135757.507500', '135757.967500', '135758.427500', '135758.887500', '135759.347500', '135759.807500', '135800.267500', '135800.727500', '135801.187500', '135801.647500', '135802.107500', '135802.567500', '135803.027500', '135803.487500', '135803.947500', '135804.407500', '135804.867500', '135805.327500', '135805.787500', '135806.247500', '135806.707500', '135807.167500', '135807.627500', '135808.087500', '135808.547500', '135809.007500', '135809.467500', '135809.927500', '135810.387500', '135810.847500', '135811.307500', '135811.767500', '135812.227500', '135812.687500', '135813.147500', '135813.607500', '135814.067500', '135814.527500', '135814.987500', '135815.447500', '135815.907500', '135816.367500', '135816.827500', '135817.287500', '135817.747500', '135818.207500', '135818.667500', '135819.127500', '135819.587500', '135820.047500', '135820.507500', '135820.967500', '135821.427500', '135821.887500', '135822.347500', '135822.807500', '135823.267500', '135823.727500', '135824.187500', '135824.647500', '135825.107500', '135825.567500', '135826.027500', '135826.487500', '135826.947500', '135827.407500', '135827.867500', '135828.327500', '135828.787500', '135829.247500', '135829.707500', '135830.167500', '135830.627500', '135831.087500', '135831.547500', '135832.007500', '135832.467500', '135832.927500', '135833.387500', '135833.847500', '135834.307500', '135834.767500', '135835.227500', '135835.687500', '135836.147500', '135836.607500', '135837.067500', '135837.527500', '135837.987500', '135838.447500', '135838.907500', '135839.367500', '135839.827500', '135840.287500', '135840.747500', '135841.207500', '135841.667500', '135842.127500', '135842.587500', '135843.047500', '135843.507500', '135843.967500', '135844.427500', '135844.887500', '135845.347500', '135845.807500', '135846.267500', '135846.727500', '135847.187500', '135847.647500', '135848.107500', '135848.567500', '135849.027500', '135849.487500', '135849.947500', '135850.407500', '135850.867500', '135851.327500', '135851.787500', '135852.247500', '135852.707500', '135853.167500', '135853.627500', '135854.087500', '135854.547500', '135855.007500', '135855.467500', '135855.927500', '135856.387500', '135856.847500', '135857.307500', '135857.767500', '135858.227500', '135858.687500', '135859.147500', '135859.607500', '135900.067500', '135900.527500', '135900.987500', '135901.447500', '135901.907500', '135902.367500', '135902.827500', '135903.287500', '135903.747500', '135904.207500', '135904.667500', '135905.127500', '135905.587500', '135906.047500', '135906.507500', '135906.967500', '135907.427500', '135907.887500', '135908.347500', '135908.807500', '135909.267500', '135909.727500', '135910.187500', '135910.647500', '135911.107500', '135911.567500', '135912.027500', '135912.487500', '135912.947500', '135913.407500', '135913.867500', '135914.327500', '135914.787500', '135915.247500', '135915.707500', '135916.167500', '135916.627500', '135917.087500', '135917.547500', '135918.007500', '135918.467500', '135918.927500', '135919.387500', '135919.847500', '135920.307500', '135920.767500', '135921.227500', '135921.687500', '135922.147500', '135922.607500', '135923.067500', '135923.527500', '135923.987500', '135924.447500', '135924.907500', '135925.367500', '135925.827500', '135926.287500', '135926.747500', '135927.207500', '135927.667500', '135928.127500', '135928.587500', '135929.047500', '135929.507500', '135929.967500', '135930.427500', '135930.887500', '135931.347500', '135931.807500', '135932.267500', '135932.727500', '135933.187500', '135933.647500', '135934.107500', '135934.567500', '135935.027500', '135935.487500', '135935.947500', '135936.407500', '135936.867500', '135937.327500', '135937.787500', '135938.247500', '135938.707500', '135939.167500', '135939.627500', '135940.087500', '135940.547500', '135941.007500', '135941.467500', '135941.927500', '135942.387500', '135942.847500', '135943.307500', '135943.767500', '135944.227500', '135944.687500', '135945.147500', '135945.607500', '135946.067500', '135946.527500', '135946.987500', '135947.447500', '135947.907500', '135948.367500', '135948.827500', '135949.287500', '135949.747500', '135950.207500', '135950.667500', '135951.127500', '135951.587500', '135952.047500', '135952.507500', '135952.967500', '135953.427500', '135953.887500', '135954.347500', '135954.807500', '135955.267500', '135955.727500', '135956.187500', '135956.647500', '135957.107500', '135957.567500', '135958.027500', '135958.487500', '135958.947500', '135959.407500', '135959.867500', '140000.327500', '140000.787500', '140001.247500', '140001.707500', '140002.167500', '140002.627500', '140003.087500', '140003.547500', '140004.007500', '140004.467500', '140004.927500', '140005.387500', '140005.847500', '140006.307500', '140006.767500', '140007.227500', '140007.687500', '140008.147500', '140008.607500', '140009.067500', '140009.527500', '140009.987500', '140010.447500', '140010.907500', '140011.367500', '140011.827500', '140012.287500', '140012.747500', '140013.207500', '140013.667500', '140014.127500', '140014.587500', '140015.047500', '140015.507500', '140015.967500', '140016.427500', '140016.887500', '140017.347500', '140017.807500', '140018.267500', '140018.727500', '140019.187500', '140019.647500', '140020.107500', '140020.567500', '140021.027500', '140021.487500', '140021.947500', '140022.407500', '140022.867500', '140023.327500', '140023.787500', '140024.247500', '140024.707500', '140025.167500', '140025.627500', '140026.087500', '140026.547500', '140027.007500', '140027.467500', '140027.927500', '140028.387500', '140028.847500', '140029.307500', '140029.767500'], 'ContentTime': ['135350.816000', '135350.819000', '135350.822000', '135350.825000', '135350.827000', '135350.830000', '135350.833000', '135350.836000', '135350.838000', '135350.841000', '135350.844000', '135350.846000', '135350.849000', '135350.852000', '135350.854000', '135350.857000', '135350.860000', '135350.862000', '135350.865000', '135350.868000', '135350.871000', '135350.873000', '135350.876000', '135350.879000', '135350.882000', '135350.885000', '135350.887000', '135350.914000', '135350.917000', '135350.919000', '135350.922000', '135350.925000', '135350.927000', '135350.930000', '135350.933000', '135350.936000', '135350.938000', '135350.941000', '135350.944000', '135350.947000', '135350.955000', '135350.958000', '135350.961000', '135350.963000', '135350.966000', '135350.969000', '135350.972000', '135350.975000', '135350.977000', '135350.980000', '135350.983000', '135350.986000', '135350.988000', '135350.991000', '135410.781000', '135410.784000', '135410.787000', '135410.789000', '135410.792000', '135410.795000', '135410.797000', '135410.800000', '135410.809000', '135410.812000', '135410.815000', '135410.817000', '135410.820000', '135410.823000', '135410.825000', '135410.828000', '135410.831000', '135410.833000', '135410.843000', '135410.845000', '135410.848000', '135410.851000', '135410.853000', '135410.856000', '135410.858000', '135410.861000', '135410.864000', '135410.866000', '135410.869000', '135410.872000', '135410.874000', '135410.877000', '135410.880000', '135410.882000', '135410.885000', '135410.888000', '135410.890000', '135410.893000', '135410.895000', '135410.898000', '135410.901000', '135410.903000', '135410.906000', '135410.909000', '135430.781000', '135430.784000', '135430.787000', '135430.790000', '135430.792000', '135430.795000', '135430.797000', '135430.800000', '135430.803000', '135430.805000', '135430.808000', '135430.811000', '135430.813000', '135430.816000', '135430.819000', '135430.821000', '135430.824000', '135430.826000', '135430.829000', '135430.832000', '135430.834000', '135430.837000', '135430.840000', '135430.842000', '135430.845000', '135430.847000', '135430.850000', '135430.853000', '135430.855000', '135430.858000', '135430.861000', '135430.863000', '135430.866000', '135430.868000', '135430.871000', '135430.874000', '135430.876000', '135430.879000', '135430.881000', '135430.884000', '135430.886000', '135430.889000', '135430.892000', '135450.781000', '135450.784000', '135450.787000', '135450.790000', '135450.793000', '135450.795000', '135450.798000', '135450.801000', '135450.803000', '135450.806000', '135450.809000', '135450.811000', '135450.814000', '135450.858000', '135450.860000', '135450.863000', '135450.866000', '135450.868000', '135450.871000', '135450.874000', '135450.876000', '135450.879000', '135450.882000', '135450.884000', '135450.887000', '135450.890000', '135450.892000', '135450.895000', '135450.898000', '135450.900000', '135450.903000', '135450.906000', '135450.908000', '135450.911000', '135450.913000', '135450.916000', '135450.919000', '135450.921000', '135450.924000', '135450.927000', '135450.930000', '135450.932000', '135450.935000', '135510.782000', '135510.784000', '135510.787000', '135510.790000', '135510.792000', '135510.795000', '135510.798000', '135510.800000', '135510.803000', '135510.806000', '135510.808000', '135510.811000', '135510.813000', '135510.816000', '135510.819000', '135510.822000', '135510.824000', '135510.827000', '135510.830000', '135510.832000', '135510.835000', '135510.837000', '135510.840000', '135510.843000', '135510.845000', '135510.848000', '135510.851000', '135510.858000', '135510.861000', '135510.863000', '135510.866000', '135510.869000', '135510.871000', '135510.874000', '135510.876000', '135510.879000', '135510.882000', '135510.884000', '135510.887000', '135510.889000', '135510.892000', '135510.895000', '135510.897000', '135510.900000', '135530.782000', '135530.784000', '135530.788000', '135530.791000', '135530.794000', '135530.796000', '135530.799000', '135530.802000', '135530.805000', '135530.807000', '135530.810000', '135530.812000', '135530.875000', '135530.878000', '135530.880000', '135530.883000', '135530.886000', '135530.888000', '135530.891000', '135530.894000', '135530.896000', '135530.899000', '135530.902000', '135530.904000', '135530.907000', '135530.909000', '135530.923000', '135530.925000', '135530.928000', '135530.931000', '135530.934000', '135530.936000', '135530.939000', '135530.941000', '135530.944000', '135530.947000', '135530.949000', '135530.952000', '135530.955000', '135530.957000', '135530.960000', '135530.963000', '135530.965000', '135530.968000', '135550.781000', '135550.785000', '135550.787000', '135550.790000', '135550.792000', '135550.795000', '135550.798000', '135550.800000', '135550.803000', '135550.806000', '135550.808000', '135550.811000', '135550.814000', '135550.816000', '135550.819000', '135550.822000', '135550.825000', '135550.827000', '135550.830000', '135550.832000', '135550.835000', '135550.838000', '135550.840000', '135550.843000', '135550.845000', '135550.848000', '135550.851000', '135550.853000', '135550.856000', '135550.859000', '135550.861000', '135550.864000', '135550.867000', '135550.869000', '135550.872000', '135550.874000', '135550.877000', '135550.880000', '135550.882000', '135550.885000', '135550.888000', '135550.890000', '135550.893000', '135610.781000', '135610.784000', '135610.787000', '135610.790000', '135610.792000', '135610.795000', '135610.797000', '135610.800000', '135610.803000', '135610.805000', '135610.808000', '135610.811000', '135610.813000', '135610.882000', '135610.885000', '135610.887000', '135610.890000', '135610.892000', '135610.895000', '135610.898000', '135610.900000', '135610.903000', '135610.906000', '135610.908000', '135610.911000', '135610.914000', '135610.916000', '135610.919000', '135610.922000', '135610.924000', '135610.932000', '135610.935000', '135610.938000', '135610.941000', '135610.943000', '135610.946000', '135610.948000', '135610.951000', '135610.954000', '135610.957000', '135610.959000', '135610.962000', '135610.965000', '135630.782000', '135630.784000', '135630.787000', '135630.790000', '135630.792000', '135630.795000', '135630.798000', '135630.800000', '135630.803000', '135630.806000', '135630.808000', '135630.811000', '135630.814000', '135630.867000', '135630.870000', '135630.873000', '135630.876000', '135630.878000', '135630.881000', '135630.883000', '135630.886000', '135630.889000', '135630.891000', '135630.894000', '135630.897000', '135630.899000', '135630.902000', '135630.905000', '135630.907000', '135630.910000', '135630.913000', '135630.915000', '135630.918000', '135630.920000', '135630.923000', '135630.926000', '135630.928000', '135630.931000', '135630.934000', '135630.936000', '135630.939000', '135630.941000', '135630.944000', '135630.947000', '135650.782000', '135650.785000', '135650.787000', '135650.790000', '135650.793000', '135650.795000', '135650.798000', '135650.801000', '135650.804000', '135650.806000', '135650.809000', '135650.812000', '135650.815000', '135650.877000', '135650.880000', '135650.882000', '135650.885000', '135650.888000', '135650.890000', '135650.893000', '135650.896000', '135650.899000', '135650.901000', '135650.904000', '135650.907000', '135650.909000', '135650.912000', '135650.914000', '135650.917000', '135650.920000', '135650.922000', '135650.925000', '135650.928000', '135650.930000', '135650.933000', '135650.936000', '135650.938000', '135650.941000', '135650.944000', '135650.946000', '135650.949000', '135650.952000', '135650.954000', '135710.781000', '135710.784000', '135710.787000', '135710.790000', '135710.792000', '135710.795000', '135710.798000', '135710.801000', '135710.816000', '135710.843000', '135710.845000', '135710.848000', '135710.851000', '135710.853000', '135710.856000', '135710.859000', '135710.861000', '135710.864000', '135710.866000', '135710.869000', '135710.872000', '135710.874000', '135710.877000', '135710.880000', '135710.883000', '135710.885000', '135710.888000', '135710.890000', '135710.893000', '135710.896000', '135710.898000', '135710.901000', '135710.904000', '135710.906000', '135710.909000', '135710.912000', '135710.914000', '135710.917000', '135710.919000', '135710.922000', '135710.925000', '135710.927000', '135710.930000', '135710.933000', '135730.782000', '135730.785000', '135730.787000', '135730.790000', '135730.792000', '135730.795000', '135730.798000', '135730.801000', '135730.803000', '135730.806000', '135730.809000', '135730.811000', '135730.814000', '135730.817000', '135730.819000', '135730.822000', '135730.824000', '135730.827000', '135730.830000', '135730.833000', '135730.836000', '135730.839000', '135730.842000', '135730.845000', '135730.848000', '135730.850000', '135730.853000', '135730.856000', '135730.858000', '135730.861000', '135730.863000', '135730.866000', '135730.869000', '135730.871000', '135730.874000', '135730.877000', '135730.880000', '135730.882000', '135730.885000', '135730.888000', '135730.890000', '135730.893000', '135730.895000', '135750.781000', '135750.784000', '135750.787000', '135750.790000', '135750.793000', '135750.795000', '135750.798000', '135750.801000', '135750.803000', '135750.806000', '135750.809000', '135750.811000', '135750.814000', '135750.870000', '135750.873000', '135750.875000', '135750.878000', '135750.880000', '135750.883000', '135750.886000', '135750.889000', '135750.891000', '135750.894000', '135750.897000', '135750.899000', '135750.902000', '135750.904000', '135750.907000', '135750.910000', '135750.912000', '135750.915000', '135750.918000', '135750.920000', '135750.923000', '135750.926000', '135750.928000', '135750.931000', '135750.933000', '135750.936000', '135750.939000', '135750.941000', '135750.944000', '135750.947000', '135750.949000', '135810.781000', '135810.784000', '135810.787000', '135810.790000', '135810.792000', '135810.795000', '135810.798000', '135810.800000', '135810.803000', '135810.806000', '135810.809000', '135810.812000', '135810.815000', '135810.818000', '135810.820000', '135810.823000', '135810.826000', '135810.828000', '135810.831000', '135810.834000', '135810.836000', '135810.839000', '135810.842000', '135810.844000', '135810.847000', '135810.850000', '135810.853000', '135810.855000', '135810.858000', '135810.861000', '135810.863000', '135810.867000', '135810.870000', '135810.872000', '135810.875000', '135810.878000', '135810.880000', '135810.883000', '135810.886000', '135810.888000', '135810.891000', '135810.894000', '135810.896000', '135830.781000', '135830.785000', '135830.787000', '135830.790000', '135830.793000', '135830.795000', '135830.798000', '135830.801000', '135830.803000', '135830.806000', '135830.809000', '135830.811000', '135830.814000', '135830.872000', '135830.874000', '135830.877000', '135830.880000', '135830.882000', '135830.885000', '135830.888000', '135830.890000', '135830.893000', '135830.896000', '135830.898000', '135830.901000', '135830.903000', '135830.906000', '135830.909000', '135830.911000', '135830.914000', '135830.917000', '135830.919000', '135830.922000', '135830.935000', '135830.938000', '135830.940000', '135830.943000', '135830.946000', '135830.948000', '135830.951000', '135830.953000', '135830.956000', '135830.959000', '135830.961000', '135850.782000', '135850.784000', '135850.787000', '135850.790000', '135850.793000', '135850.795000', '135850.798000', '135850.801000', '135850.803000', '135850.806000', '135850.808000', '135850.811000', '135850.814000', '135850.843000', '135850.846000', '135850.849000', '135850.851000', '135850.854000', '135850.856000', '135850.859000', '135850.862000', '135850.865000', '135850.869000', '135850.872000', '135850.875000', '135850.877000', '135850.880000', '135850.882000', '135850.885000', '135850.888000', '135850.890000', '135850.893000', '135850.896000', '135850.899000', '135850.901000', '135850.904000', '135850.907000', '135850.909000', '135850.912000', '135850.915000', '135850.918000', '135850.920000', '135850.923000', '135910.782000', '135910.784000', '135910.787000', '135910.790000', '135910.793000', '135910.795000', '135910.798000', '135910.800000', '135910.803000', '135910.806000', '135910.808000', '135910.811000', '135910.814000', '135910.891000', '135910.893000', '135910.896000', '135910.899000', '135910.901000', '135910.904000', '135910.906000', '135910.909000', '135910.912000', '135910.914000', '135910.917000', '135910.920000', '135910.922000', '135910.925000', '135910.927000', '135910.930000', '135910.933000', '135910.936000', '135910.938000', '135910.941000', '135910.944000', '135910.946000', '135910.949000', '135910.952000', '135910.954000', '135910.957000', '135910.959000', '135910.962000', '135910.965000', '135910.968000', '135910.970000', '135930.781000', '135930.784000', '135930.787000', '135930.790000', '135930.792000', '135930.795000', '135930.798000', '135930.801000', '135930.803000', '135930.806000', '135930.809000', '135930.811000', '135930.814000', '135930.817000', '135930.819000', '135930.822000', '135930.825000', '135930.827000', '135930.830000', '135930.833000', '135930.835000', '135930.838000', '135930.841000', '135930.843000', '135930.846000', '135930.848000', '135930.851000', '135930.854000', '135930.857000', '135930.859000', '135930.862000', '135930.865000', '135930.867000', '135930.870000', '135930.873000', '135930.875000', '135930.878000', '135930.881000', '135930.883000', '135930.886000', '135930.888000', '135930.891000', '135930.894000', '135950.781000', '135950.784000', '135950.787000', '135950.790000', '135950.792000', '135950.795000', '135950.798000', '135950.801000', '135950.803000', '135950.806000', '135950.808000', '135950.811000', '135950.814000', '135950.855000', '135950.858000', '135950.860000', '135950.863000', '135950.866000', '135950.868000', '135950.871000', '135950.874000', '135950.876000', '135950.879000', '135950.890000', '135950.893000', '135950.895000', '135950.898000', '135950.901000', '135950.903000', '135950.906000', '135950.909000', '135950.911000', '135950.914000', '135950.916000', '135950.919000', '135950.922000', '135950.924000', '135950.927000', '135950.930000', '135950.932000', '135950.935000', '135950.938000', '135950.940000', '135950.943000', '140010.782000', '140010.785000', '140010.787000', '140010.790000', '140010.792000', '140010.795000', '140010.801000', '140010.803000', '140010.806000', '140010.809000', '140010.811000', '140010.814000', '140010.817000', '140010.819000', '140010.822000', '140010.825000', '140010.827000', '140010.830000', '140010.833000', '140010.835000', '140010.838000', '140010.841000', '140010.843000', '140010.846000', '140010.848000', '140010.851000', '140010.854000', '140010.856000', '140010.859000', '140010.862000', '140010.864000', '140010.867000', '140010.870000', '140010.872000', '140010.875000', '140010.877000', '140010.880000', '140010.883000', '140010.885000', '140010.889000', '140010.892000', '140010.895000', '140010.897000', '140030.781000', '140030.784000', '140030.787000', '140030.790000', '140030.792000', '140030.795000', '140030.798000', '140030.800000', '140030.803000', '140030.805000', '140030.808000', '140030.811000', '140030.813000', '140030.875000', '140030.878000', '140030.881000', '140030.883000', '140030.886000', '140030.888000', '140030.891000', '140030.894000', '140030.896000', '140030.899000', '140030.902000', '140030.904000', '140030.907000', '140030.910000', '140030.912000', '140030.915000', '140030.917000', '140030.920000', '140030.923000', '140030.925000', '140030.928000', '140030.931000', '140030.933000', '140030.936000', '140030.938000', '140030.941000', '140030.944000', '140030.946000', '140030.949000', '140030.952000', '140030.955000', '140031.607000', '140031.610000'], 'InstanceCreationTime': ['135350.816000', '135350.819000', '135350.822000', '135350.825000', '135350.827000', '135350.830000', '135350.833000', '135350.836000', '135350.838000', '135350.841000', '135350.844000', '135350.846000', '135350.849000', '135350.852000', '135350.854000', '135350.857000', '135350.860000', '135350.862000', '135350.865000', '135350.868000', '135350.871000', '135350.873000', '135350.876000', '135350.879000', '135350.882000', '135350.885000', '135350.887000', '135350.914000', '135350.917000', '135350.919000', '135350.922000', '135350.925000', '135350.927000', '135350.930000', '135350.933000', '135350.936000', '135350.938000', '135350.941000', '135350.944000', '135350.947000', '135350.955000', '135350.958000', '135350.961000', '135350.963000', '135350.966000', '135350.969000', '135350.972000', '135350.975000', '135350.977000', '135350.980000', '135350.983000', '135350.986000', '135350.988000', '135350.991000', '135410.781000', '135410.784000', '135410.787000', '135410.789000', '135410.792000', '135410.795000', '135410.797000', '135410.800000', '135410.809000', '135410.812000', '135410.815000', '135410.817000', '135410.820000', '135410.823000', '135410.825000', '135410.828000', '135410.831000', '135410.833000', '135410.843000', '135410.845000', '135410.848000', '135410.851000', '135410.853000', '135410.856000', '135410.858000', '135410.861000', '135410.864000', '135410.866000', '135410.869000', '135410.872000', '135410.874000', '135410.877000', '135410.880000', '135410.882000', '135410.885000', '135410.888000', '135410.890000', '135410.893000', '135410.895000', '135410.898000', '135410.901000', '135410.903000', '135410.906000', '135410.909000', '135430.781000', '135430.784000', '135430.787000', '135430.790000', '135430.792000', '135430.795000', '135430.797000', '135430.800000', '135430.803000', '135430.805000', '135430.808000', '135430.811000', '135430.813000', '135430.816000', '135430.819000', '135430.821000', '135430.824000', '135430.826000', '135430.829000', '135430.832000', '135430.834000', '135430.837000', '135430.840000', '135430.842000', '135430.845000', '135430.847000', '135430.850000', '135430.853000', '135430.855000', '135430.858000', '135430.861000', '135430.863000', '135430.866000', '135430.868000', '135430.871000', '135430.874000', '135430.876000', '135430.879000', '135430.881000', '135430.884000', '135430.886000', '135430.889000', '135430.892000', '135450.781000', '135450.784000', '135450.787000', '135450.790000', '135450.793000', '135450.795000', '135450.798000', '135450.801000', '135450.803000', '135450.806000', '135450.809000', '135450.811000', '135450.814000', '135450.858000', '135450.860000', '135450.863000', '135450.866000', '135450.868000', '135450.871000', '135450.874000', '135450.876000', '135450.879000', '135450.882000', '135450.884000', '135450.887000', '135450.890000', '135450.892000', '135450.895000', '135450.898000', '135450.900000', '135450.903000', '135450.906000', '135450.908000', '135450.911000', '135450.913000', '135450.916000', '135450.919000', '135450.921000', '135450.924000', '135450.927000', '135450.930000', '135450.932000', '135450.935000', '135510.782000', '135510.784000', '135510.787000', '135510.790000', '135510.792000', '135510.795000', '135510.798000', '135510.800000', '135510.803000', '135510.806000', '135510.808000', '135510.811000', '135510.813000', '135510.816000', '135510.819000', '135510.822000', '135510.824000', '135510.827000', '135510.830000', '135510.832000', '135510.835000', '135510.837000', '135510.840000', '135510.843000', '135510.845000', '135510.848000', '135510.851000', '135510.858000', '135510.861000', '135510.863000', '135510.866000', '135510.869000', '135510.871000', '135510.874000', '135510.876000', '135510.879000', '135510.882000', '135510.884000', '135510.887000', '135510.889000', '135510.892000', '135510.895000', '135510.897000', '135510.900000', '135530.782000', '135530.784000', '135530.788000', '135530.791000', '135530.794000', '135530.796000', '135530.799000', '135530.802000', '135530.805000', '135530.807000', '135530.810000', '135530.812000', '135530.875000', '135530.878000', '135530.880000', '135530.883000', '135530.886000', '135530.888000', '135530.891000', '135530.894000', '135530.896000', '135530.899000', '135530.902000', '135530.904000', '135530.907000', '135530.909000', '135530.923000', '135530.925000', '135530.928000', '135530.931000', '135530.934000', '135530.936000', '135530.939000', '135530.941000', '135530.944000', '135530.947000', '135530.949000', '135530.952000', '135530.955000', '135530.957000', '135530.960000', '135530.963000', '135530.965000', '135530.968000', '135550.781000', '135550.785000', '135550.787000', '135550.790000', '135550.792000', '135550.795000', '135550.798000', '135550.800000', '135550.803000', '135550.806000', '135550.808000', '135550.811000', '135550.814000', '135550.816000', '135550.819000', '135550.822000', '135550.825000', '135550.827000', '135550.830000', '135550.832000', '135550.835000', '135550.838000', '135550.840000', '135550.843000', '135550.845000', '135550.848000', '135550.851000', '135550.853000', '135550.856000', '135550.859000', '135550.861000', '135550.864000', '135550.867000', '135550.869000', '135550.872000', '135550.874000', '135550.877000', '135550.880000', '135550.882000', '135550.885000', '135550.888000', '135550.890000', '135550.893000', '135610.781000', '135610.784000', '135610.787000', '135610.790000', '135610.792000', '135610.795000', '135610.797000', '135610.800000', '135610.803000', '135610.805000', '135610.808000', '135610.811000', '135610.813000', '135610.882000', '135610.885000', '135610.887000', '135610.890000', '135610.892000', '135610.895000', '135610.898000', '135610.900000', '135610.903000', '135610.906000', '135610.908000', '135610.911000', '135610.914000', '135610.916000', '135610.919000', '135610.922000', '135610.924000', '135610.932000', '135610.935000', '135610.938000', '135610.941000', '135610.943000', '135610.946000', '135610.948000', '135610.951000', '135610.954000', '135610.957000', '135610.959000', '135610.962000', '135610.965000', '135630.782000', '135630.784000', '135630.787000', '135630.790000', '135630.792000', '135630.795000', '135630.798000', '135630.800000', '135630.803000', '135630.806000', '135630.808000', '135630.811000', '135630.814000', '135630.867000', '135630.870000', '135630.873000', '135630.876000', '135630.878000', '135630.881000', '135630.883000', '135630.886000', '135630.889000', '135630.891000', '135630.894000', '135630.897000', '135630.899000', '135630.902000', '135630.905000', '135630.907000', '135630.910000', '135630.913000', '135630.915000', '135630.918000', '135630.920000', '135630.923000', '135630.926000', '135630.928000', '135630.931000', '135630.934000', '135630.936000', '135630.939000', '135630.941000', '135630.944000', '135630.947000', '135650.782000', '135650.785000', '135650.787000', '135650.790000', '135650.793000', '135650.795000', '135650.798000', '135650.801000', '135650.804000', '135650.806000', '135650.809000', '135650.812000', '135650.815000', '135650.877000', '135650.880000', '135650.882000', '135650.885000', '135650.888000', '135650.890000', '135650.893000', '135650.896000', '135650.899000', '135650.901000', '135650.904000', '135650.907000', '135650.909000', '135650.912000', '135650.914000', '135650.917000', '135650.920000', '135650.922000', '135650.925000', '135650.928000', '135650.930000', '135650.933000', '135650.936000', '135650.938000', '135650.941000', '135650.944000', '135650.946000', '135650.949000', '135650.952000', '135650.954000', '135710.781000', '135710.784000', '135710.787000', '135710.790000', '135710.792000', '135710.795000', '135710.798000', '135710.801000', '135710.816000', '135710.843000', '135710.845000', '135710.848000', '135710.851000', '135710.853000', '135710.856000', '135710.859000', '135710.861000', '135710.864000', '135710.866000', '135710.869000', '135710.872000', '135710.874000', '135710.877000', '135710.880000', '135710.883000', '135710.885000', '135710.888000', '135710.890000', '135710.893000', '135710.896000', '135710.898000', '135710.901000', '135710.904000', '135710.906000', '135710.909000', '135710.912000', '135710.914000', '135710.917000', '135710.919000', '135710.922000', '135710.925000', '135710.927000', '135710.930000', '135710.933000', '135730.782000', '135730.785000', '135730.787000', '135730.790000', '135730.792000', '135730.795000', '135730.798000', '135730.801000', '135730.803000', '135730.806000', '135730.809000', '135730.811000', '135730.814000', '135730.817000', '135730.819000', '135730.822000', '135730.824000', '135730.827000', '135730.830000', '135730.833000', '135730.836000', '135730.839000', '135730.842000', '135730.845000', '135730.848000', '135730.850000', '135730.853000', '135730.856000', '135730.858000', '135730.861000', '135730.863000', '135730.866000', '135730.869000', '135730.871000', '135730.874000', '135730.877000', '135730.880000', '135730.882000', '135730.885000', '135730.888000', '135730.890000', '135730.893000', '135730.895000', '135750.781000', '135750.784000', '135750.787000', '135750.790000', '135750.793000', '135750.795000', '135750.798000', '135750.801000', '135750.803000', '135750.806000', '135750.809000', '135750.811000', '135750.814000', '135750.870000', '135750.873000', '135750.875000', '135750.878000', '135750.880000', '135750.883000', '135750.886000', '135750.889000', '135750.891000', '135750.894000', '135750.897000', '135750.899000', '135750.902000', '135750.904000', '135750.907000', '135750.910000', '135750.912000', '135750.915000', '135750.918000', '135750.920000', '135750.923000', '135750.926000', '135750.928000', '135750.931000', '135750.933000', '135750.936000', '135750.939000', '135750.941000', '135750.944000', '135750.947000', '135750.949000', '135810.781000', '135810.784000', '135810.787000', '135810.790000', '135810.792000', '135810.795000', '135810.798000', '135810.800000', '135810.803000', '135810.806000', '135810.809000', '135810.812000', '135810.815000', '135810.818000', '135810.820000', '135810.823000', '135810.826000', '135810.828000', '135810.831000', '135810.834000', '135810.836000', '135810.839000', '135810.842000', '135810.844000', '135810.847000', '135810.850000', '135810.853000', '135810.855000', '135810.858000', '135810.861000', '135810.863000', '135810.867000', '135810.870000', '135810.872000', '135810.875000', '135810.878000', '135810.880000', '135810.883000', '135810.886000', '135810.888000', '135810.891000', '135810.894000', '135810.896000', '135830.781000', '135830.785000', '135830.787000', '135830.790000', '135830.793000', '135830.795000', '135830.798000', '135830.801000', '135830.803000', '135830.806000', '135830.809000', '135830.811000', '135830.814000', '135830.872000', '135830.874000', '135830.877000', '135830.880000', '135830.882000', '135830.885000', '135830.888000', '135830.890000', '135830.893000', '135830.896000', '135830.898000', '135830.901000', '135830.903000', '135830.906000', '135830.909000', '135830.911000', '135830.914000', '135830.917000', '135830.919000', '135830.922000', '135830.935000', '135830.938000', '135830.940000', '135830.943000', '135830.946000', '135830.948000', '135830.951000', '135830.953000', '135830.956000', '135830.959000', '135830.961000', '135850.782000', '135850.784000', '135850.787000', '135850.790000', '135850.793000', '135850.795000', '135850.798000', '135850.801000', '135850.803000', '135850.806000', '135850.808000', '135850.811000', '135850.814000', '135850.843000', '135850.846000', '135850.849000', '135850.851000', '135850.854000', '135850.856000', '135850.859000', '135850.862000', '135850.865000', '135850.869000', '135850.872000', '135850.875000', '135850.877000', '135850.880000', '135850.882000', '135850.885000', '135850.888000', '135850.890000', '135850.893000', '135850.896000', '135850.899000', '135850.901000', '135850.904000', '135850.907000', '135850.909000', '135850.912000', '135850.915000', '135850.918000', '135850.920000', '135850.923000', '135910.782000', '135910.784000', '135910.787000', '135910.790000', '135910.793000', '135910.795000', '135910.798000', '135910.800000', '135910.803000', '135910.806000', '135910.808000', '135910.811000', '135910.814000', '135910.891000', '135910.893000', '135910.896000', '135910.899000', '135910.901000', '135910.904000', '135910.906000', '135910.909000', '135910.912000', '135910.914000', '135910.917000', '135910.920000', '135910.922000', '135910.925000', '135910.927000', '135910.930000', '135910.933000', '135910.936000', '135910.938000', '135910.941000', '135910.944000', '135910.946000', '135910.949000', '135910.952000', '135910.954000', '135910.957000', '135910.959000', '135910.962000', '135910.965000', '135910.968000', '135910.970000', '135930.781000', '135930.784000', '135930.787000', '135930.790000', '135930.792000', '135930.795000', '135930.798000', '135930.801000', '135930.803000', '135930.806000', '135930.809000', '135930.811000', '135930.814000', '135930.817000', '135930.819000', '135930.822000', '135930.825000', '135930.827000', '135930.830000', '135930.833000', '135930.835000', '135930.838000', '135930.841000', '135930.843000', '135930.846000', '135930.848000', '135930.851000', '135930.854000', '135930.857000', '135930.859000', '135930.862000', '135930.865000', '135930.867000', '135930.870000', '135930.873000', '135930.875000', '135930.878000', '135930.881000', '135930.883000', '135930.886000', '135930.888000', '135930.891000', '135930.894000', '135950.781000', '135950.784000', '135950.787000', '135950.790000', '135950.792000', '135950.795000', '135950.798000', '135950.801000', '135950.803000', '135950.806000', '135950.808000', '135950.811000', '135950.814000', '135950.855000', '135950.858000', '135950.860000', '135950.863000', '135950.866000', '135950.868000', '135950.871000', '135950.874000', '135950.876000', '135950.879000', '135950.890000', '135950.893000', '135950.895000', '135950.898000', '135950.901000', '135950.903000', '135950.906000', '135950.909000', '135950.911000', '135950.914000', '135950.916000', '135950.919000', '135950.922000', '135950.924000', '135950.927000', '135950.930000', '135950.932000', '135950.935000', '135950.938000', '135950.940000', '135950.943000', '140010.782000', '140010.785000', '140010.787000', '140010.790000', '140010.792000', '140010.795000', '140010.801000', '140010.803000', '140010.806000', '140010.809000', '140010.811000', '140010.814000', '140010.817000', '140010.819000', '140010.822000', '140010.825000', '140010.827000', '140010.830000', '140010.833000', '140010.835000', '140010.838000', '140010.841000', '140010.843000', '140010.846000', '140010.848000', '140010.851000', '140010.854000', '140010.856000', '140010.859000', '140010.862000', '140010.864000', '140010.867000', '140010.870000', '140010.872000', '140010.875000', '140010.877000', '140010.880000', '140010.883000', '140010.885000', '140010.889000', '140010.892000', '140010.895000', '140010.897000', '140030.781000', '140030.784000', '140030.787000', '140030.790000', '140030.792000', '140030.795000', '140030.798000', '140030.800000', '140030.803000', '140030.805000', '140030.808000', '140030.811000', '140030.813000', '140030.875000', '140030.878000', '140030.881000', '140030.883000', '140030.886000', '140030.888000', '140030.891000', '140030.894000', '140030.896000', '140030.899000', '140030.902000', '140030.904000', '140030.907000', '140030.910000', '140030.912000', '140030.915000', '140030.917000', '140030.920000', '140030.923000', '140030.925000', '140030.928000', '140030.931000', '140030.933000', '140030.936000', '140030.938000', '140030.941000', '140030.944000', '140030.946000', '140030.949000', '140030.952000', '140030.955000', '140031.607000', '140031.610000'], '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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [12326, 11668, 11744, 11498, 9303, 13081, 8001, 13565, 14452, 10994, 13915, 15645, 8154, 13616, 8474, 10754, 13255, 10211, 15528, 8025, 11806, 8752, 11309, 16017, 10326, 12831, 8860, 11247, 8974, 9565, 13407, 9535, 13053, 8226, 9804, 11004, 8642, 10514, 10001, 10299, 7511, 10000, 11693, 8298, 10547, 8307, 9966, 10098, 8507, 10450, 7575, 10208, 7551, 8628, 10708, 7661, 10129, 7713, 8876, 10007, 7623, 9803, 7932, 8535, 7980, 7793, 9919, 7492, 9159, 7665, 8202, 11021, 7839, 10342, 7761, 8757, 11289, 7799, 9963, 7864, 9708, 7541, 7767, 11157, 7621, 10291, 7462, 10154, 7362, 8001, 10721, 7469, 9860, 7695, 10124, 7695, 8526, 11472, 9564, 10855, 7493, 10251, 9314, 9166, 11774, 7944, 11265, 7413, 9056, 9796, 7920, 10567, 7673, 10900, 7910, 11058, 10251, 9366, 13979, 7781, 12198, 8498, 10936, 11584, 11101, 15442, 7932, 12305, 12947, 8620, 13736, 7940, 11291, 9232, 9574, 14887, 8358, 12693, 8005, 9687, 11406, 8493, 10875, 7489, 9715, 9662, 8020, 10189, 7634, 9034, 9301, 8236, 9567, 7520, 9778, 7579, 8526, 10888, 7862, 10856, 7818, 8451, 7698, 8101, 7631, 9659, 8254, 8696, 10963, 10968, 8210, 12761, 7647, 11885, 7977, 9456, 14356, 8738, 12498, 8105, 9869, 15408, 9069, 12420, 10135, 9492, 13209, 7654, 10443, 7767, 10040, 7512, 8692, 10395, 7680, 10240, 7562, 10209, 7925, 11256, 8280, 8613, 12298, 8433, 12493, 7701, 11316, 7961, 9652, 11041, 9863, 10692, 8861, 12180, 7815, 12309, 8247, 10342, 7787, 9607, 12601, 7856, 11655, 7653, 12541, 8735, 12617, 8468, 9028, 12339, 7761, 11633, 9369, 12742, 8140, 11746, 7861, 9445, 7718, 8959, 7756, 9679, 12923, 8246, 11666, 7662, 11637, 7680, 9302, 13979, 8796, 11771, 9767, 13283, 7988, 9349, 13281, 8126, 12892, 8394, 9495, 9950, 8261, 11186, 7905, 9509, 7868, 8368, 10956, 7941, 9707, 7803, 8641, 10962, 7778, 9936, 7739, 9355, 7179, 8024, 10141, 7792, 10179, 7561, 9044, 11471, 7721, 9991, 7823, 9260, 8450, 8671, 10219, 7565, 9274, 12309, 7855, 11680, 7592, 10142, 7762, 8320, 10391, 7804, 9959, 7929, 8286, 11186, 7852, 10684, 7833, 8144, 7529, 7876, 10129, 7509, 9238, 8287, 9455, 12747, 7704, 11258, 8083, 9103, 12121, 8772, 11109, 7610, 9801, 11210, 8243, 11515, 9059, 11057, 7800, 8508, 10741, 7575, 9892, 7500, 8440, 11077, 7721, 9814, 7725, 8440, 9895, 8218, 10080, 7844, 10120, 7600, 10544, 11278, 8204, 11401, 8740, 9498, 8983, 9502, 12626, 7940, 11832, 7827, 9534, 8589, 9399, 12251, 8111, 11193, 7729, 12338, 8018, 11434, 12642, 9749, 12765, 7944, 12608, 8322, 11221, 10517, 8734, 11511, 8303, 12269, 7863, 11405, 8120, 9232, 11502, 8526, 11886, 7888, 10943, 7752, 9801, 10373, 10260, 13397, 7697, 11575, 7701, 11479, 7661, 12235, 7718, 9864, 7803, 11340, 7850, 10181, 8037, 10898, 7694, 10366, 7642, 12653, 14514, 12041, 12992, 8798, 7729, 8451, 7790, 9855, 7695, 11446, 8474, 12486, 8392, 13950, 14014, 12590, 14478, 8572, 13531, 13951, 12353, 13879, 10075, 9612, 13069, 8820, 11789, 8852, 10242, 8732, 8880, 8570, 8745, 11469, 8685, 9246, 9159, 9299, 8492, 8965, 10236, 8748, 9850, 8273, 9603, 8427, 9145, 8564, 8751, 9687, 8225, 9530, 7779, 10912, 7641, 8978, 9730, 7846, 9273, 7563, 8467, 9463, 8067, 9929, 7829, 8303, 10075, 7673, 9809, 7799, 9492, 8770, 7698, 10056, 7580, 8856, 11301, 7831, 10275, 7545, 9558, 11168, 8017, 10918, 7655, 11419, 10522, 8001, 10290, 7785, 10937, 11888, 8114, 11292, 7523, 10347, 11444, 7808, 10303, 7998, 11264, 10048, 8853, 10565, 7498, 10515, 10554, 8685, 11921, 7768, 10426, 10118, 8671, 12915, 7956, 12133, 7780, 8250, 11797, 7730, 11287, 13624, 8603, 12324, 7443, 9828, 12369, 8025, 11114, 7657, 8551, 11013, 8054, 11289, 8177, 8228, 10121, 7952, 9593, 11368, 8629, 11972, 7776, 8710, 9866, 7762, 8823, 10829, 7825, 9431, 10219, 8016, 10165, 7462, 8019, 9318, 7711, 8361, 9640, 7836, 8459, 9811, 7635, 8794, 10047, 7770, 9859, 7888, 8465, 9467, 7716, 8546, 10034, 8291, 9154, 7972, 8403, 10898, 7843, 10884, 8490, 9142, 10918, 7930, 10252, 12807, 8271, 11921, 8406, 8853, 10146, 7679, 8778, 10568, 8167, 9622, 7912, 8711, 10644, 7950, 9166, 10092, 8344, 8702, 9898, 7991, 9579, 7287, 8092, 8925, 7663, 9209, 7766, 7908, 11476, 8912, 8205, 12976, 7800, 10631, 13476, 9007, 11866, 8899, 9405, 14214, 8065, 9206, 14460, 10362, 8696, 12001, 7997, 8564, 10451, 7798, 8442, 10519, 7691, 8792, 8620, 8029, 9493, 7877, 8370, 9435, 7737, 9630, 7590, 8290, 9545, 7763, 9196, 7925, 9539, 12888, 8165, 10639, 13781, 9988, 9644, 12749, 8779, 8263, 10858, 8230, 9821, 7623, 8498, 11011, 7735, 9241, 8100, 8359, 9320, 7955, 9889, 7741, 8417, 12290, 7876, 12497, 14124, 8675, 13225, 8078, 8772, 12480, 8125, 12240, 7975, 9089, 13225, 8343, 10813, 7938, 8584, 7892, 8751, 7590, 7321, 8199, 10656, 11030, 8066, 11634, 7864, 9889, 8149, 9582, 8970, 11738, 8319, 12046, 8171, 12101, 8209, 11003, 8090, 13257, 14851, 11670, 13324, 8541, 11935, 8874, 9831, 14612, 10616, 12135, 8539, 10423, 9604, 9738, 10011, 7911, 10360, 8465, 10933, 8279, 10042, 10053, 11384, 11311, 11750, 8821, 13464, 9888, 11740, 9187, 10661, 13847, 12370, 14266, 10651, 13167, 14039, 8944, 12571, 9063, 10057, 9168, 9046, 12040, 8841, 10973, 8725, 10847, 9723, 10154, 8720, 9632, 8885, 8929, 9277, 8634, 9690, 8619, 9630, 9037, 9148, 8099, 8803, 7930, 8590, 8846, 8087, 11213, 7978, 11332, 7785, 10380, 7947, 8802, 7514, 8981, 10700, 8553, 11176, 8056, 11604, 7586, 10005, 10882, 10253, 11072, 7830, 11697, 7944, 9926, 11691, 7722, 9886, 7854, 10736, 11999, 7893, 10753, 7822, 9849, 8277, 9463, 10054, 7788, 11713, 8036, 9486, 9827, 7671, 10832, 7715, 9628, 10354, 7831, 10826, 7829, 8640, 7458, 8455, 9478, 7949, 11158, 8024, 9587, 9960, 7727, 10309, 8028, 12102, 11173, 10988, 13171, 8032, 11726, 8991, 12050, 13769, 9518, 12798, 8731, 9106, 13777, 7887, 13178, 8133, 8690, 10594, 8281, 10785, 8012, 8414, 12913, 8255, 10327, 7913, 8186, 10643, 8002, 9952, 7885, 8255, 9196, 8162, 9553, 8014, 8511, 7788, 8958, 10820, 8047, 10270, 8194, 11216, 7925, 10191, 12109, 8078, 10991, 7947, 12865, 7970, 10508, 12719, 8023, 11503, 7881, 9620, 9379], 'WindowCenter': [4375.0, 4351.0, 4336.0, 4324.0, 4288.0, 4305.0, 4252.0, 4294.0, 4291.0, 4258.0, 4278.0, 4276.0, 4238.0, 4276.0, 4247.0, 4270.0, 4265.0, 4245.0, 4274.0, 4224.0, 4254.0, 4221.0, 4253.0, 4261.0, 4241.0, 4250.0, 4219.0, 4241.0, 4219.0, 4231.0, 4249.0, 4218.0, 4247.0, 4204.0, 4227.0, 4226.0, 4218.0, 4239.0, 4229.0, 4228.0, 4197.0, 4240.0, 4238.0, 4220.0, 4240.0, 4218.0, 4242.0, 4239.0, 4220.0, 4240.0, 4221.0, 4243.0, 4220.0, 4233.0, 4252.0, 4224.0, 4243.0, 4223.0, 4246.0, 4243.0, 4225.0, 4256.0, 4236.0, 4246.0, 4236.0, 4250.0, 4257.0, 4239.0, 4259.0, 4237.0, 4249.0, 4267.0, 4238.0, 4258.0, 4238.0, 4250.0, 4267.0, 4239.0, 4258.0, 4249.0, 4259.0, 4237.0, 4251.0, 4280.0, 4252.0, 4271.0, 4252.0, 4283.0, 4251.0, 4264.0, 4283.0, 4254.0, 4273.0, 4264.0, 4286.0, 4251.0, 4275.0, 4282.0, 4274.0, 4281.0, 4253.0, 4285.0, 4273.0, 4274.0, 4282.0, 4252.0, 4283.0, 4242.0, 4274.0, 4271.0, 4253.0, 4271.0, 4252.0, 4282.0, 4253.0, 4283.0, 4270.0, 4261.0, 4290.0, 4239.0, 4281.0, 4248.0, 4270.0, 4267.0, 4269.0, 4288.0, 4237.0, 4268.0, 4265.0, 4235.0, 4274.0, 4235.0, 4255.0, 4243.0, 4245.0, 4273.0, 4234.0, 4267.0, 4222.0, 4245.0, 4251.0, 4234.0, 4253.0, 4223.0, 4244.0, 4242.0, 4234.0, 4254.0, 4223.0, 4245.0, 4243.0, 4237.0, 4245.0, 4236.0, 4257.0, 4235.0, 4248.0, 4267.0, 4237.0, 4270.0, 4238.0, 4251.0, 4239.0, 4250.0, 4249.0, 4283.0, 4261.0, 4274.0, 4285.0, 4271.0, 4251.0, 4279.0, 4250.0, 4281.0, 4238.0, 4261.0, 4289.0, 4248.0, 4278.0, 4237.0, 4259.0, 4287.0, 4247.0, 4267.0, 4254.0, 4247.0, 4264.0, 4235.0, 4256.0, 4236.0, 4257.0, 4225.0, 4248.0, 4256.0, 4237.0, 4268.0, 4237.0, 4269.0, 4250.0, 4281.0, 4248.0, 4251.0, 4278.0, 4249.0, 4278.0, 4239.0, 4282.0, 4238.0, 4260.0, 4268.0, 4259.0, 4267.0, 4260.0, 4278.0, 4237.0, 4278.0, 4236.0, 4257.0, 4235.0, 4258.0, 4276.0, 4237.0, 4267.0, 4239.0, 4278.0, 4247.0, 4278.0, 4233.0, 4247.0, 4276.0, 4238.0, 4282.0, 4260.0, 4304.0, 4223.0, 4250.0, 4234.0, 4246.0, 4224.0, 4247.0, 4249.0, 4272.0, 4281.0, 4248.0, 4267.0, 4237.0, 4267.0, 4224.0, 4247.0, 4276.0, 4237.0, 4266.0, 4246.0, 4265.0, 4223.0, 4244.0, 4263.0, 4222.0, 4265.0, 4223.0, 4232.0, 4241.0, 4233.0, 4252.0, 4224.0, 4244.0, 4223.0, 4235.0, 4253.0, 4235.0, 4245.0, 4224.0, 4247.0, 4256.0, 4236.0, 4256.0, 4237.0, 4258.0, 4225.0, 4249.0, 4258.0, 4238.0, 4257.0, 4238.0, 4260.0, 4267.0, 4239.0, 4270.0, 4238.0, 4260.0, 4247.0, 4249.0, 4269.0, 4237.0, 4260.0, 4279.0, 4249.0, 4268.0, 4238.0, 4259.0, 4225.0, 4249.0, 4257.0, 4236.0, 4259.0, 4250.0, 4251.0, 4268.0, 4249.0, 4269.0, 4237.0, 4250.0, 4237.0, 4252.0, 4269.0, 4239.0, 4261.0, 4249.0, 4271.0, 4280.0, 4250.0, 4281.0, 4249.0, 4261.0, 4277.0, 4249.0, 4268.0, 4238.0, 4260.0, 4267.0, 4238.0, 4268.0, 4235.0, 4256.0, 4224.0, 4248.0, 4256.0, 4236.0, 4257.0, 4225.0, 4248.0, 4256.0, 4237.0, 4258.0, 4224.0, 4248.0, 4257.0, 4249.0, 4257.0, 4239.0, 4269.0, 4237.0, 4269.0, 4266.0, 4247.0, 4269.0, 4247.0, 4258.0, 4246.0, 4258.0, 4267.0, 4237.0, 4267.0, 4236.0, 4258.0, 4246.0, 4259.0, 4277.0, 4239.0, 4268.0, 4236.0, 4277.0, 4236.0, 4268.0, 4265.0, 4258.0, 4266.0, 4236.0, 4266.0, 4236.0, 4266.0, 4253.0, 4245.0, 4264.0, 4235.0, 4265.0, 4235.0, 4267.0, 4235.0, 4258.0, 4265.0, 4246.0, 4267.0, 4237.0, 4267.0, 4235.0, 4258.0, 4256.0, 4270.0, 4276.0, 4239.0, 4279.0, 4249.0, 4264.0, 4223.0, 4252.0, 4225.0, 4257.0, 4227.0, 4269.0, 4238.0, 4259.0, 4251.0, 4282.0, 4252.0, 4271.0, 4240.0, 4282.0, 4277.0, 4253.0, 4262.0, 4235.0, 4223.0, 4233.0, 4212.0, 4256.0, 4239.0, 4269.0, 4249.0, 4277.0, 4237.0, 4277.0, 4263.0, 4254.0, 4250.0, 4221.0, 4263.0, 4237.0, 4225.0, 4234.0, 4201.0, 4202.0, 4222.0, 4204.0, 4211.0, 4191.0, 4200.0, 4179.0, 4192.0, 4190.0, 4193.0, 4212.0, 4194.0, 4205.0, 4204.0, 4217.0, 4205.0, 4219.0, 4227.0, 4208.0, 4216.0, 4209.0, 4231.0, 4209.0, 4231.0, 4218.0, 4222.0, 4233.0, 4223.0, 4233.0, 4214.0, 4255.0, 4226.0, 4246.0, 4244.0, 4223.0, 4247.0, 4225.0, 4238.0, 4246.0, 4238.0, 4259.0, 4226.0, 4240.0, 4257.0, 4238.0, 4260.0, 4228.0, 4260.0, 4237.0, 4240.0, 4259.0, 4237.0, 4263.0, 4270.0, 4240.0, 4260.0, 4240.0, 4262.0, 4269.0, 4251.0, 4271.0, 4239.0, 4271.0, 4258.0, 4240.0, 4271.0, 4227.0, 4272.0, 4270.0, 4239.0, 4269.0, 4227.0, 4270.0, 4268.0, 4240.0, 4259.0, 4238.0, 4269.0, 4258.0, 4250.0, 4269.0, 4228.0, 4271.0, 4258.0, 4249.0, 4268.0, 4238.0, 4271.0, 4257.0, 4249.0, 4268.0, 4236.0, 4268.0, 4224.0, 4249.0, 4267.0, 4227.0, 4270.0, 4276.0, 4236.0, 4266.0, 4226.0, 4258.0, 4266.0, 4237.0, 4257.0, 4225.0, 4237.0, 4257.0, 4236.0, 4257.0, 4234.0, 4236.0, 4246.0, 4227.0, 4248.0, 4253.0, 4237.0, 4256.0, 4224.0, 4237.0, 4245.0, 4226.0, 4248.0, 4255.0, 4226.0, 4248.0, 4242.0, 4236.0, 4259.0, 4225.0, 4239.0, 4248.0, 4227.0, 4239.0, 4245.0, 4226.0, 4249.0, 4256.0, 4226.0, 4251.0, 4257.0, 4240.0, 4259.0, 4237.0, 4251.0, 4260.0, 4240.0, 4251.0, 4258.0, 4251.0, 4263.0, 4238.0, 4251.0, 4269.0, 4241.0, 4270.0, 4247.0, 4260.0, 4271.0, 4239.0, 4261.0, 4268.0, 4239.0, 4269.0, 4235.0, 4248.0, 4258.0, 4228.0, 4250.0, 4256.0, 4239.0, 4260.0, 4225.0, 4249.0, 4259.0, 4226.0, 4249.0, 4257.0, 4237.0, 4249.0, 4244.0, 4237.0, 4260.0, 4226.0, 4239.0, 4249.0, 4241.0, 4262.0, 4239.0, 4251.0, 4282.0, 4248.0, 4239.0, 4278.0, 4237.0, 4270.0, 4277.0, 4249.0, 4269.0, 4236.0, 4247.0, 4266.0, 4224.0, 4245.0, 4265.0, 4243.0, 4234.0, 4253.0, 4222.0, 4235.0, 4243.0, 4211.0, 4236.0, 4243.0, 4214.0, 4235.0, 4222.0, 4224.0, 4246.0, 4224.0, 4238.0, 4246.0, 4237.0, 4258.0, 4236.0, 4250.0, 4259.0, 4240.0, 4261.0, 4249.0, 4264.0, 4281.0, 4240.0, 4270.0, 4280.0, 4246.0, 4246.0, 4266.0, 4236.0, 4235.0, 4244.0, 4224.0, 4246.0, 4224.0, 4247.0, 4255.0, 4224.0, 4247.0, 4233.0, 4237.0, 4246.0, 4238.0, 4258.0, 4226.0, 4249.0, 4268.0, 4238.0, 4280.0, 4276.0, 4235.0, 4266.0, 4224.0, 4237.0, 4264.0, 4225.0, 4267.0, 4223.0, 4247.0, 4280.0, 4249.0, 4272.0, 4250.0, 4236.0, 4224.0, 4235.0, 4236.0, 4240.0, 4261.0, 4287.0, 4284.0, 4251.0, 4268.0, 4240.0, 4269.0, 4261.0, 4258.0, 4273.0, 4282.0, 4252.0, 4294.0, 4252.0, 4280.0, 4248.0, 4269.0, 4237.0, 4281.0, 4276.0, 4256.0, 4264.0, 4222.0, 4253.0, 4223.0, 4234.0, 4261.0, 4244.0, 4253.0, 4236.0, 4255.0, 4243.0, 4242.0, 4242.0, 4222.0, 4243.0, 4236.0, 4257.0, 4239.0, 4258.0, 4261.0, 4270.0, 4272.0, 4269.0, 4250.0, 4267.0, 4231.0, 4244.0, 4222.0, 4232.0, 4251.0, 4241.0, 4251.0, 4216.0, 4226.0, 4221.0, 4191.0, 4212.0, 4189.0, 4201.0, 4190.0, 4191.0, 4210.0, 4192.0, 4211.0, 4192.0, 4212.0, 4203.0, 4227.0, 4205.0, 4217.0, 4204.0, 4206.0, 4216.0, 4218.0, 4217.0, 4220.0, 4230.0, 4222.0, 4234.0, 4222.0, 4234.0, 4224.0, 4248.0, 4274.0, 4239.0, 4300.0, 4229.0, 4244.0, 4205.0, 4240.0, 4221.0, 4242.0, 4220.0, 4254.0, 4178.0, 4223.0, 4259.0, 4238.0, 4260.0, 4215.0, 4248.0, 4242.0, 4247.0, 4256.0, 4228.0, 4271.0, 4240.0, 4274.0, 4280.0, 4240.0, 4259.0, 4226.0, 4257.0, 4252.0, 4225.0, 4256.0, 4226.0, 4259.0, 4236.0, 4261.0, 4257.0, 4226.0, 4269.0, 4223.0, 4247.0, 4245.0, 4227.0, 4258.0, 4225.0, 4258.0, 4256.0, 4238.0, 4270.0, 4226.0, 4251.0, 4227.0, 4250.0, 4261.0, 4239.0, 4271.0, 4238.0, 4261.0, 4260.0, 4241.0, 4271.0, 4240.0, 4284.0, 4269.0, 4271.0, 4280.0, 4239.0, 4271.0, 4236.0, 4269.0, 4267.0, 4245.0, 4270.0, 4234.0, 4237.0, 4265.0, 4223.0, 4267.0, 4212.0, 4234.0, 4243.0, 4223.0, 4245.0, 4224.0, 4236.0, 4264.0, 4225.0, 4248.0, 4212.0, 4224.0, 4243.0, 4223.0, 4248.0, 4222.0, 4235.0, 4234.0, 4237.0, 4247.0, 4235.0, 4239.0, 4225.0, 4247.0, 4256.0, 4237.0, 4258.0, 4237.0, 4270.0, 4240.0, 4258.0, 4267.0, 4238.0, 4257.0, 4237.0, 4278.0, 4236.0, 4270.0, 4267.0, 4237.0, 4258.0, 4226.0, 4232.0, 4191.0], 'WindowWidth': [9651.0, 9611.0, 9581.0, 9558.0, 9499.0, 9514.0, 9437.0, 9496.0, 9491.0, 9435.0, 9464.0, 9459.0, 9408.0, 9459.0, 9421.0, 9456.0, 9442.0, 9414.0, 9451.0, 9384.0, 9424.0, 9375.0, 9422.0, 9428.0, 9400.0, 9411.0, 9367.0, 9400.0, 9368.0, 9388.0, 9409.0, 9363.0, 9402.0, 9339.0, 9376.0, 9373.0, 9366.0, 9395.0, 9380.0, 9380.0, 9336.0, 9398.0, 9393.0, 9371.0, 9398.0, 9366.0, 9404.0, 9394.0, 9373.0, 9398.0, 9376.0, 9408.0, 9373.0, 9396.0, 9420.0, 9384.0, 9409.0, 9379.0, 9418.0, 9407.0, 9387.0, 9432.0, 9406.0, 9419.0, 9406.0, 9433.0, 9437.0, 9413.0, 9441.0, 9408.0, 9429.0, 9448.0, 9411.0, 9438.0, 9409.0, 9429.0, 9447.0, 9414.0, 9440.0, 9426.0, 9441.0, 9409.0, 9435.0, 9472.0, 9439.0, 9460.0, 9437.0, 9480.0, 9436.0, 9459.0, 9480.0, 9444.0, 9469.0, 9458.0, 9491.0, 9437.0, 9473.0, 9477.0, 9469.0, 9477.0, 9440.0, 9486.0, 9465.0, 9472.0, 9478.0, 9438.0, 9481.0, 9424.0, 9471.0, 9459.0, 9441.0, 9461.0, 9439.0, 9480.0, 9439.0, 9482.0, 9457.0, 9448.0, 9485.0, 9416.0, 9475.0, 9426.0, 9457.0, 9450.0, 9453.0, 9478.0, 9407.0, 9451.0, 9441.0, 9401.0, 9453.0, 9401.0, 9428.0, 9409.0, 9416.0, 9449.0, 9398.0, 9447.0, 9380.0, 9413.0, 9417.0, 9398.0, 9422.0, 9382.0, 9413.0, 9404.0, 9398.0, 9425.0, 9383.0, 9417.0, 9410.0, 9407.0, 9414.0, 9407.0, 9435.0, 9402.0, 9425.0, 9448.0, 9409.0, 9458.0, 9411.0, 9434.0, 9415.0, 9434.0, 9431.0, 9482.0, 9450.0, 9470.0, 9488.0, 9461.0, 9433.0, 9469.0, 9432.0, 9476.0, 9412.0, 9447.0, 9482.0, 9425.0, 9465.0, 9408.0, 9442.0, 9475.0, 9420.0, 9450.0, 9424.0, 9420.0, 9437.0, 9403.0, 9431.0, 9406.0, 9436.0, 9391.0, 9425.0, 9432.0, 9410.0, 9452.0, 9412.0, 9455.0, 9430.0, 9474.0, 9424.0, 9433.0, 9467.0, 9429.0, 9467.0, 9416.0, 9477.0, 9413.0, 9446.0, 9450.0, 9442.0, 9449.0, 9444.0, 9465.0, 9409.0, 9466.0, 9405.0, 9435.0, 9404.0, 9440.0, 9458.0, 9409.0, 9449.0, 9413.0, 9464.0, 9420.0, 9463.0, 9399.0, 9422.0, 9459.0, 9414.0, 9478.0, 9444.0, 9512.0, 9381.0, 9412.0, 9396.0, 9418.0, 9387.0, 9422.0, 9429.0, 9466.0, 9474.0, 9426.0, 9449.0, 9407.0, 9449.0, 9385.0, 9421.0, 9456.0, 9407.0, 9444.0, 9415.0, 9442.0, 9381.0, 9411.0, 9434.0, 9379.0, 9441.0, 9380.0, 9392.0, 9401.0, 9396.0, 9421.0, 9383.0, 9413.0, 9381.0, 9401.0, 9422.0, 9400.0, 9414.0, 9385.0, 9421.0, 9432.0, 9406.0, 9432.0, 9408.0, 9439.0, 9390.0, 9429.0, 9438.0, 9412.0, 9435.0, 9411.0, 9446.0, 9449.0, 9416.0, 9460.0, 9412.0, 9444.0, 9422.0, 9430.0, 9454.0, 9410.0, 9446.0, 9467.0, 9428.0, 9451.0, 9410.0, 9440.0, 9389.0, 9426.0, 9435.0, 9408.0, 9440.0, 9432.0, 9433.0, 9451.0, 9429.0, 9454.0, 9409.0, 9430.0, 9409.0, 9436.0, 9457.0, 9418.0, 9449.0, 9426.0, 9460.0, 9470.0, 9433.0, 9474.0, 9427.0, 9449.0, 9463.0, 9429.0, 9454.0, 9411.0, 9444.0, 9446.0, 9411.0, 9451.0, 9401.0, 9430.0, 9386.0, 9423.0, 9431.0, 9405.0, 9434.0, 9389.0, 9424.0, 9432.0, 9408.0, 9438.0, 9388.0, 9426.0, 9433.0, 9428.0, 9437.0, 9415.0, 9456.0, 9408.0, 9455.0, 9445.0, 9422.0, 9455.0, 9421.0, 9438.0, 9419.0, 9439.0, 9449.0, 9410.0, 9450.0, 9406.0, 9437.0, 9418.0, 9440.0, 9462.0, 9414.0, 9451.0, 9407.0, 9462.0, 9405.0, 9452.0, 9442.0, 9436.0, 9445.0, 9403.0, 9444.0, 9405.0, 9446.0, 9423.0, 9417.0, 9441.0, 9403.0, 9442.0, 9403.0, 9449.0, 9402.0, 9437.0, 9443.0, 9419.0, 9446.0, 9408.0, 9449.0, 9404.0, 9439.0, 9433.0, 9457.0, 9457.0, 9417.0, 9469.0, 9430.0, 9439.0, 9381.0, 9416.0, 9387.0, 9434.0, 9393.0, 9452.0, 9411.0, 9441.0, 9435.0, 9476.0, 9438.0, 9462.0, 9419.0, 9478.0, 9462.0, 9421.0, 9430.0, 9401.0, 9381.0, 9397.0, 9365.0, 9431.0, 9410.0, 9452.0, 9429.0, 9462.0, 9407.0, 9462.0, 9432.0, 9421.0, 9411.0, 9370.0, 9434.0, 9385.0, 9366.0, 9378.0, 9326.0, 9329.0, 9354.0, 9335.0, 9339.0, 9311.0, 9324.0, 9292.0, 9317.0, 9310.0, 9319.0, 9344.0, 9322.0, 9338.0, 9336.0, 9358.0, 9337.0, 9366.0, 9374.0, 9350.0, 9357.0, 9353.0, 9382.0, 9352.0, 9385.0, 9362.0, 9375.0, 9392.0, 9378.0, 9390.0, 9366.0, 9426.0, 9387.0, 9416.0, 9410.0, 9380.0, 9419.0, 9386.0, 9409.0, 9416.0, 9409.0, 9437.0, 9389.0, 9413.0, 9431.0, 9408.0, 9443.0, 9394.0, 9440.0, 9405.0, 9414.0, 9439.0, 9408.0, 9449.0, 9455.0, 9415.0, 9443.0, 9414.0, 9450.0, 9452.0, 9432.0, 9460.0, 9410.0, 9459.0, 9435.0, 9415.0, 9460.0, 9393.0, 9461.0, 9453.0, 9411.0, 9451.0, 9393.0, 9456.0, 9450.0, 9415.0, 9440.0, 9409.0, 9454.0, 9434.0, 9427.0, 9453.0, 9397.0, 9460.0, 9435.0, 9426.0, 9450.0, 9411.0, 9459.0, 9430.0, 9425.0, 9450.0, 9403.0, 9447.0, 9384.0, 9425.0, 9447.0, 9391.0, 9454.0, 9456.0, 9401.0, 9441.0, 9389.0, 9436.0, 9442.0, 9406.0, 9434.0, 9386.0, 9407.0, 9434.0, 9403.0, 9433.0, 9396.0, 9403.0, 9415.0, 9390.0, 9422.0, 9421.0, 9403.0, 9430.0, 9384.0, 9406.0, 9413.0, 9389.0, 9422.0, 9425.0, 9389.0, 9421.0, 9405.0, 9403.0, 9437.0, 9387.0, 9412.0, 9422.0, 9391.0, 9411.0, 9416.0, 9391.0, 9426.0, 9430.0, 9392.0, 9432.0, 9433.0, 9413.0, 9440.0, 9406.0, 9432.0, 9443.0, 9415.0, 9434.0, 9437.0, 9432.0, 9452.0, 9410.0, 9433.0, 9453.0, 9415.0, 9456.0, 9419.0, 9442.0, 9458.0, 9412.0, 9444.0, 9448.0, 9409.0, 9454.0, 9399.0, 9424.0, 9437.0, 9395.0, 9429.0, 9431.0, 9410.0, 9441.0, 9386.0, 9424.0, 9438.0, 9388.0, 9425.0, 9433.0, 9406.0, 9424.0, 9412.0, 9407.0, 9443.0, 9392.0, 9414.0, 9427.0, 9418.0, 9451.0, 9413.0, 9433.0, 9477.0, 9423.0, 9413.0, 9463.0, 9407.0, 9456.0, 9461.0, 9425.0, 9453.0, 9401.0, 9420.0, 9444.0, 9383.0, 9412.0, 9442.0, 9405.0, 9395.0, 9419.0, 9376.0, 9399.0, 9407.0, 9363.0, 9403.0, 9406.0, 9368.0, 9399.0, 9376.0, 9385.0, 9416.0, 9384.0, 9410.0, 9416.0, 9407.0, 9438.0, 9405.0, 9431.0, 9440.0, 9417.0, 9446.0, 9428.0, 9453.0, 9472.0, 9413.0, 9457.0, 9472.0, 9414.0, 9414.0, 9443.0, 9401.0, 9399.0, 9409.0, 9382.0, 9416.0, 9383.0, 9419.0, 9427.0, 9385.0, 9420.0, 9396.0, 9407.0, 9417.0, 9409.0, 9438.0, 9389.0, 9425.0, 9450.0, 9407.0, 9468.0, 9457.0, 9400.0, 9442.0, 9382.0, 9404.0, 9438.0, 9386.0, 9444.0, 9380.0, 9420.0, 9472.0, 9426.0, 9461.0, 9430.0, 9402.0, 9383.0, 9398.0, 9404.0, 9417.0, 9449.0, 9491.0, 9481.0, 9432.0, 9448.0, 9415.0, 9453.0, 9451.0, 9442.0, 9468.0, 9479.0, 9438.0, 9495.0, 9436.0, 9468.0, 9424.0, 9453.0, 9409.0, 9475.0, 9458.0, 9427.0, 9436.0, 9376.0, 9421.0, 9379.0, 9393.0, 9428.0, 9409.0, 9421.0, 9404.0, 9431.0, 9410.0, 9407.0, 9406.0, 9380.0, 9406.0, 9406.0, 9432.0, 9413.0, 9435.0, 9445.0, 9452.0, 9461.0, 9450.0, 9428.0, 9445.0, 9383.0, 9406.0, 9370.0, 9388.0, 9408.0, 9397.0, 9413.0, 9353.0, 9368.0, 9353.0, 9310.0, 9342.0, 9305.0, 9324.0, 9309.0, 9313.0, 9336.0, 9316.0, 9338.0, 9315.0, 9342.0, 9331.0, 9372.0, 9339.0, 9358.0, 9336.0, 9343.0, 9355.0, 9364.0, 9361.0, 9370.0, 9384.0, 9374.0, 9395.0, 9375.0, 9395.0, 9381.0, 9423.0, 9467.0, 9410.0, 9510.0, 9390.0, 9398.0, 9348.0, 9402.0, 9375.0, 9408.0, 9376.0, 9429.0, 9282.0, 9372.0, 9436.0, 9405.0, 9435.0, 9369.0, 9419.0, 9400.0, 9416.0, 9427.0, 9392.0, 9457.0, 9413.0, 9467.0, 9468.0, 9415.0, 9438.0, 9387.0, 9429.0, 9415.0, 9383.0, 9426.0, 9387.0, 9437.0, 9402.0, 9442.0, 9432.0, 9388.0, 9448.0, 9377.0, 9416.0, 9411.0, 9390.0, 9434.0, 9386.0, 9435.0, 9429.0, 9411.0, 9453.0, 9390.0, 9431.0, 9393.0, 9428.0, 9444.0, 9412.0, 9457.0, 9407.0, 9443.0, 9441.0, 9420.0, 9457.0, 9414.0, 9479.0, 9451.0, 9455.0, 9469.0, 9413.0, 9457.0, 9401.0, 9449.0, 9445.0, 9414.0, 9453.0, 9396.0, 9404.0, 9439.0, 9378.0, 9445.0, 9362.0, 9397.0, 9406.0, 9380.0, 9410.0, 9383.0, 9402.0, 9435.0, 9385.0, 9419.0, 9361.0, 9382.0, 9407.0, 9381.0, 9419.0, 9378.0, 9399.0, 9397.0, 9404.0, 9418.0, 9401.0, 9410.0, 9386.0, 9420.0, 9429.0, 9406.0, 9436.0, 9406.0, 9453.0, 9414.0, 9436.0, 9444.0, 9409.0, 9434.0, 9405.0, 9461.0, 9404.0, 9454.0, 9447.0, 9405.0, 9436.0, 9387.0, 9386.0, 9309.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.005001672095548317</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0334140773072747</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.93359022155435</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3388362926956525</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0619528302934775</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4708</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8735.0254</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0999292321521776</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>93</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.09771986970684</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3738485833742433</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2714111276635203</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5545198481864095</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.295614774272799</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0247534</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0018328879959881306</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029153499752283096</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>921</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.122183012742804</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.5141</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8072</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.9719</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296903.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>648.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.8948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6681</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.4911</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3445.948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3642.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79641.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1301.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4451.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.5069</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.371943927020766</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> |