=== 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-0060 --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-0060",
"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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-04/func/sub-0060_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>1b0a60ac4dec4566fb88d0afd86ed034</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>15:28:59.380000</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.994975, 0.0964349, 0.0269242, -0.100013, 0.969857, 0.222205]</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.0953522</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>[4144, -7740, -7261, 705, -31, 6, -37, 70]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.926</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>691004ac-2119-49d6-97ac-90670e71298f||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.669445276260376, -0.26832839846611023, 0.012647551484405994, 120.6993408203125], [-0.2587278485298157, 2.602055072784424, 0.6042090058326721, -101.98320007324219], [0.0722355768084526, -0.5961595177650452, 2.6314961910247803, -36.354888916015625], [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': ['152859.380000', '152859.840000', '152900.300000', '152900.760000', '152901.220000', '152901.680000', '152902.140000', '152902.600000', '152903.060000', '152903.520000', '152903.980000', '152904.440000', '152904.900000', '152905.360000', '152905.820000', '152906.280000', '152906.740000', '152907.200000', '152907.660000', '152908.120000', '152908.580000', '152909.040000', '152909.500000', '152909.960000', '152910.420000', '152910.880000', '152911.340000', '152911.800000', '152912.260000', '152912.720000', '152913.180000', '152913.640000', '152914.100000', '152914.560000', '152915.020000', '152915.480000', '152915.940000', '152916.400000', '152916.860000', '152917.320000', '152917.780000', '152918.240000', '152918.700000', '152919.160000', '152919.620000', '152920.080000', '152920.540000', '152921.000000', '152921.460000', '152921.920000', '152922.380000', '152922.840000', '152923.300000', '152923.760000', '152924.220000', '152924.680000', '152925.140000', '152925.600000', '152926.060000', '152926.520000', '152926.980000', '152927.440000', '152927.900000', '152928.360000', '152928.820000', '152929.280000', '152929.740000', '152930.200000', '152930.660000', '152931.120000', '152931.580000', '152932.040000', '152932.500000', '152932.960000', '152933.420000', '152933.880000', '152934.340000', '152934.800000', '152935.260000', '152935.720000', '152936.180000', '152936.640000', '152937.100000', '152937.560000', '152938.020000', '152938.480000', '152938.940000', '152939.400000', '152939.860000', '152940.320000', '152940.780000', '152941.240000', '152941.700000', '152942.160000', '152942.620000', '152943.080000', '152943.540000', '152944.000000', '152944.460000', '152944.920000', '152945.380000', '152945.840000', '152946.300000', '152946.760000', '152947.220000', '152947.680000', '152948.140000', '152948.600000', '152949.060000', '152949.520000', '152949.980000', '152950.440000', '152950.900000', '152951.360000', '152951.820000', '152952.280000', '152952.740000', '152953.200000', '152953.660000', '152954.120000', '152954.580000', '152955.040000', '152955.500000', '152955.960000', '152956.420000', '152956.880000', '152957.340000', '152957.800000', '152958.260000', '152958.720000', '152959.180000', '152959.640000', '153000.100000', '153000.560000', '153001.020000', '153001.480000', '153001.940000', '153002.400000', '153002.860000', '153003.320000', '153003.780000', '153004.240000', '153004.700000', '153005.160000', '153005.620000', '153006.080000', '153006.540000', '153007.000000', '153007.460000', '153007.920000', '153008.380000', '153008.840000', '153009.300000', '153009.760000', '153010.220000', '153010.680000', '153011.140000', '153011.600000', '153012.060000', '153012.520000', '153012.980000', '153013.440000', '153013.900000', '153014.360000', '153014.820000', '153015.280000', '153015.740000', '153016.200000', '153016.660000', '153017.120000', '153017.580000', '153018.040000', '153018.500000', '153018.960000', '153019.420000', '153019.880000', '153020.340000', '153020.800000', '153021.260000', '153021.720000', '153022.180000', '153022.640000', '153023.100000', '153023.560000', '153024.020000', '153024.480000', '153024.940000', '153025.400000', '153025.860000', '153026.320000', '153026.780000', '153027.240000', '153027.700000', '153028.160000', '153028.620000', '153029.080000', '153029.540000', '153030.000000', '153030.460000', '153030.920000', '153031.380000', '153031.840000', '153032.300000', '153032.760000', '153033.220000', '153033.680000', '153034.140000', '153034.600000', '153035.060000', '153035.520000', '153035.980000', '153036.440000', '153036.900000', '153037.360000', '153037.820000', '153038.280000', '153038.740000', '153039.200000', '153039.660000', '153040.120000', '153040.580000', '153041.040000', '153041.500000', '153041.960000', '153042.420000', '153042.880000', '153043.340000', '153043.800000', '153044.260000', '153044.720000', '153045.180000', '153045.640000', '153046.100000', '153046.560000', '153047.020000', '153047.480000', '153047.940000', '153048.400000', '153048.860000', '153049.320000', '153049.780000', '153050.240000', '153050.700000', '153051.160000', '153051.620000', '153052.080000', '153052.540000', '153053.000000', '153053.460000', '153053.920000', '153054.380000', '153054.840000', '153055.300000', '153055.760000', '153056.220000', '153056.680000', '153057.140000', '153057.600000', '153058.060000', '153058.520000', '153058.980000', '153059.440000', '153059.900000', '153100.360000', '153100.820000', '153101.280000', '153101.740000', '153102.200000', '153102.660000', '153103.120000', '153103.580000', '153104.040000', '153104.500000', '153104.960000', '153105.420000', '153105.880000', '153106.340000', '153106.800000', '153107.260000', '153107.720000', '153108.180000', '153108.640000', '153109.100000', '153109.560000', '153110.020000', '153110.480000', '153110.940000', '153111.400000', '153111.860000', '153112.320000', '153112.780000', '153113.240000', '153113.700000', '153114.160000', '153114.620000', '153115.080000', '153115.540000', '153116.000000', '153116.460000', '153116.920000', '153117.380000', '153117.840000', '153118.300000', '153118.760000', '153119.220000', '153119.680000', '153120.140000', '153120.600000', '153121.060000', '153121.520000', '153121.980000', '153122.440000', '153122.900000', '153123.360000', '153123.820000', '153124.280000', '153124.740000', '153125.200000', '153125.660000', '153126.120000', '153126.580000', '153127.040000', '153127.500000', '153127.960000', '153128.420000', '153128.880000', '153129.340000', '153129.800000', '153130.260000', '153130.720000', '153131.180000', '153131.640000', '153132.100000', '153132.560000', '153133.020000', '153133.480000', '153133.940000', '153134.400000', '153134.860000', '153135.320000', '153135.780000', '153136.240000', '153136.700000', '153137.160000', '153137.620000', '153138.080000', '153138.540000', '153139.000000', '153139.460000', '153139.920000', '153140.380000', '153140.840000', '153141.300000', '153141.760000', '153142.220000', '153142.680000', '153143.140000', '153143.600000', '153144.060000', '153144.520000', '153144.980000', '153145.440000', '153145.900000', '153146.360000', '153146.820000', '153147.280000', '153147.740000', '153148.200000', '153148.660000', '153149.120000', '153149.580000', '153150.040000', '153150.500000', '153150.960000', '153151.420000', '153151.880000', '153152.340000', '153152.800000', '153153.260000', '153153.720000', '153154.180000', '153154.640000', '153155.100000', '153155.560000', '153156.020000', '153156.480000', '153156.940000', '153157.400000', '153157.860000', '153158.320000', '153158.780000', '153159.240000', '153159.700000', '153200.160000', '153200.620000', '153201.080000', '153201.540000', '153202.000000', '153202.460000', '153202.920000', '153203.380000', '153203.840000', '153204.300000', '153204.760000', '153205.220000', '153205.680000', '153206.140000', '153206.600000', '153207.060000', '153207.520000', '153207.980000', '153208.440000', '153208.900000', '153209.360000', '153209.820000', '153210.280000', '153210.740000', '153211.200000', '153211.660000', '153212.120000', '153212.580000', '153213.040000', '153213.500000', '153213.960000', '153214.420000', '153214.880000', '153215.340000', '153215.800000', '153216.260000', '153216.720000', '153217.180000', '153217.640000', '153218.100000', '153218.560000', '153219.020000', '153219.480000', '153219.940000', '153220.400000', '153220.860000', '153221.320000', '153221.780000', '153222.240000', '153222.700000', '153223.160000', '153223.620000', '153224.080000', '153224.540000', '153225.000000', '153225.460000', '153225.920000', '153226.380000', '153226.840000', '153227.300000', '153227.760000', '153228.220000', '153228.680000', '153229.140000', '153229.600000', '153230.060000', '153230.520000', '153230.980000', '153231.440000', '153231.900000', '153232.360000', '153232.820000', '153233.280000', '153233.740000', '153234.200000', '153234.660000', '153235.120000', '153235.580000', '153236.040000', '153236.500000', '153236.960000', '153237.420000', '153237.880000', '153238.340000', '153238.800000', '153239.260000', '153239.720000', '153240.180000', '153240.640000', '153241.100000', '153241.560000', '153242.020000', '153242.480000', '153242.940000', '153243.400000', '153243.860000', '153244.320000', '153244.780000', '153245.240000', '153245.700000', '153246.160000', '153246.620000', '153247.080000', '153247.540000', '153248.000000', '153248.460000', '153248.920000', '153249.380000', '153249.840000', '153250.300000', '153250.760000', '153251.220000', '153251.680000', '153252.140000', '153252.600000', '153253.060000', '153253.520000', '153253.980000', '153254.440000', '153254.900000', '153255.360000', '153255.820000', '153256.280000', '153256.740000', '153257.200000', '153257.660000', '153258.120000', '153258.580000', '153259.040000', '153259.500000', '153259.960000', '153300.420000', '153300.880000', '153301.340000', '153301.800000', '153302.260000', '153302.720000', '153303.180000', '153303.640000', '153304.100000', '153304.560000', '153305.020000', '153305.480000', '153305.940000', '153306.400000', '153306.860000', '153307.320000', '153307.780000', '153308.240000', '153308.700000', '153309.160000', '153309.620000', '153310.080000', '153310.540000', '153311.000000', '153311.460000', '153311.920000', '153312.380000', '153312.840000', '153313.300000', '153313.760000', '153314.220000', '153314.680000', '153315.140000', '153315.600000', '153316.060000', '153316.520000', '153316.980000', '153317.440000', '153317.900000', '153318.360000', '153318.820000', '153319.280000', '153319.740000', '153320.200000', '153320.660000', '153321.120000', '153321.580000', '153322.040000', '153322.500000', '153322.960000', '153323.420000', '153323.880000', '153324.340000', '153324.800000', '153325.260000', '153325.720000', '153326.180000', '153326.640000', '153327.100000', '153327.560000', '153328.020000', '153328.480000', '153328.940000', '153329.400000', '153329.860000', '153330.320000', '153330.780000', '153331.240000', '153331.700000', '153332.160000', '153332.620000', '153333.080000', '153333.540000', '153334.000000', '153334.460000', '153334.920000', '153335.380000', '153335.840000', '153336.300000', '153336.760000', '153337.220000', '153337.680000', '153338.140000', '153338.600000', '153339.060000', '153339.520000', '153339.980000', '153340.440000', '153340.900000', '153341.360000', '153341.820000', '153342.280000', '153342.740000', '153343.200000', '153343.660000', '153344.120000', '153344.580000', '153345.040000', '153345.500000', '153345.960000', '153346.420000', '153346.880000', '153347.340000', '153347.800000', '153348.260000', '153348.720000', '153349.180000', '153349.640000', '153350.100000', '153350.560000', '153351.020000', '153351.480000', '153351.940000', '153352.400000', '153352.860000', '153353.320000', '153353.780000', '153354.240000', '153354.700000', '153355.160000', '153355.620000', '153356.080000', '153356.540000', '153357.000000', '153357.460000', '153357.920000', '153358.380000', '153358.840000', '153359.300000', '153359.760000', '153400.220000', '153400.680000', '153401.140000', '153401.600000', '153402.060000', '153402.520000', '153402.980000', '153403.440000', '153403.900000', '153404.360000', '153404.820000', '153405.280000', '153405.740000', '153406.200000', '153406.660000', '153407.120000', '153407.580000', '153408.040000', '153408.500000', '153408.960000', '153409.420000', '153409.880000', '153410.340000', '153410.800000', '153411.260000', '153411.720000', '153412.180000', '153412.640000', '153413.100000', '153413.560000', '153414.020000', '153414.480000', '153414.940000', '153415.400000', '153415.860000', '153416.320000', '153416.780000', '153417.240000', '153417.700000', '153418.160000', '153418.620000', '153419.080000', '153419.540000', '153420.000000', '153420.460000', '153420.920000', '153421.380000', '153421.840000', '153422.300000', '153422.760000', '153423.220000', '153423.680000', '153424.140000', '153424.600000', '153425.060000', '153425.520000', '153425.980000', '153426.440000', '153426.900000', '153427.360000', '153427.820000', '153428.280000', '153428.740000', '153429.200000', '153429.660000', '153430.120000', '153430.580000', '153431.040000', '153431.500000', '153431.960000', '153432.420000', '153432.880000', '153433.340000', '153433.800000', '153434.260000', '153434.720000', '153435.180000', '153435.640000', '153436.100000', '153436.560000', '153437.020000', '153437.480000', '153437.940000', '153438.400000', '153438.860000', '153439.320000', '153439.780000', '153440.240000', '153440.700000', '153441.160000', '153441.620000', '153442.080000', '153442.540000', '153443.000000', '153443.460000', '153443.920000', '153444.380000', '153444.840000', '153445.300000', '153445.760000', '153446.220000', '153446.680000', '153447.140000', '153447.600000', '153448.060000', '153448.520000', '153448.980000', '153449.440000', '153449.900000', '153450.360000', '153450.820000', '153451.280000', '153451.740000', '153452.200000', '153452.660000', '153453.120000', '153453.580000', '153454.040000', '153454.500000', '153454.960000', '153455.420000', '153455.880000', '153456.340000', '153456.800000', '153457.260000', '153457.720000', '153458.180000', '153458.640000', '153459.100000', '153459.560000', '153500.020000', '153500.480000', '153500.940000', '153501.400000', '153501.860000', '153502.320000', '153502.780000', '153503.240000', '153503.700000', '153504.160000', '153504.620000', '153505.080000', '153505.540000', '153506.000000', '153506.460000', '153506.920000', '153507.380000', '153507.840000', '153508.300000', '153508.760000', '153509.220000', '153509.680000', '153510.140000', '153510.600000', '153511.060000', '153511.520000', '153511.980000', '153512.440000', '153512.900000', '153513.360000', '153513.820000', '153514.280000', '153514.740000', '153515.200000', '153515.660000', '153516.120000', '153516.580000', '153517.040000', '153517.500000', '153517.960000', '153518.420000', '153518.880000', '153519.340000', '153519.800000', '153520.260000', '153520.720000', '153521.180000', '153521.640000', '153522.100000', '153522.560000', '153523.020000', '153523.480000', '153523.940000', '153524.400000', '153524.860000', '153525.320000', '153525.780000', '153526.240000', '153526.700000', '153527.160000', '153527.620000', '153528.080000', '153528.540000', '153529.000000', '153529.460000', '153529.920000', '153530.380000', '153530.840000', '153531.300000', '153531.760000', '153532.220000', '153532.680000', '153533.140000', '153533.600000', '153534.060000', '153534.520000', '153534.980000', '153535.440000', '153535.900000', '153536.360000', '153536.820000', '153537.280000', '153537.740000', '153538.200000', '153538.660000', '153539.120000', '153539.580000', '153540.040000', '153540.500000', '153540.960000', '153541.420000', '153541.880000', '153542.340000', '153542.800000', '153543.260000', '153543.720000', '153544.180000', '153544.640000', '153545.100000', '153545.560000', '153546.020000', '153546.480000', '153546.940000', '153547.400000', '153547.860000', '153548.320000', '153548.780000', '153549.240000', '153549.700000', '153550.160000', '153550.620000', '153551.080000', '153551.540000', '153552.000000', '153552.460000', '153552.920000', '153553.380000', '153553.840000', '153554.300000', '153554.760000', '153555.220000', '153555.680000', '153556.140000', '153556.600000', '153557.060000', '153557.520000', '153557.980000', '153558.440000', '153558.900000', '153559.360000', '153559.820000', '153600.280000', '153600.740000', '153601.200000', '153601.660000', '153602.120000', '153602.580000', '153603.040000', '153603.500000', '153603.960000', '153604.420000', '153604.880000'], 'ContentTime': ['152927.569000', '152927.572000', '152927.575000', '152927.578000', '152927.580000', '152927.583000', '152927.586000', '152927.588000', '152927.591000', '152927.593000', '152927.596000', '152927.599000', '152927.601000', '152927.604000', '152927.607000', '152927.609000', '152927.612000', '152927.614000', '152927.617000', '152927.620000', '152927.622000', '152927.625000', '152927.634000', '152927.637000', '152927.639000', '152927.642000', '152927.644000', '152927.647000', '152927.650000', '152927.652000', '152927.655000', '152927.658000', '152927.660000', '152927.663000', '152927.666000', '152927.668000', '152927.671000', '152927.673000', '152927.676000', '152927.679000', '152927.681000', '152927.684000', '152927.687000', '152927.689000', '152927.692000', '152927.694000', '152927.697000', '152927.700000', '152927.702000', '152927.705000', '152927.708000', '152927.710000', '152927.713000', '152927.716000', '152927.718000', '152927.721000', '152927.724000', '152927.726000', '152947.524000', '152947.527000', '152947.530000', '152947.532000', '152947.535000', '152947.538000', '152947.540000', '152947.543000', '152947.545000', '152947.548000', '152947.551000', '152947.553000', '152947.556000', '152947.559000', '152947.561000', '152947.564000', '152947.566000', '152947.569000', '152947.572000', '152947.574000', '152947.577000', '152947.580000', '152947.582000', '152947.585000', '152947.587000', '152947.590000', '152947.593000', '152947.595000', '152947.598000', '152947.601000', '152947.603000', '152947.606000', '152947.609000', '152947.611000', '152947.614000', '152947.617000', '152947.619000', '152947.622000', '152947.625000', '152947.627000', '152947.630000', '152947.633000', '152947.635000', '152947.638000', '153007.523000', '153007.526000', '153007.529000', '153007.532000', '153007.534000', '153007.537000', '153007.539000', '153007.542000', '153007.545000', '153007.548000', '153007.560000', '153007.563000', '153007.566000', '153007.568000', '153007.571000', '153007.574000', '153007.576000', '153007.579000', '153007.581000', '153007.584000', '153007.587000', '153007.589000', '153007.592000', '153007.595000', '153007.599000', '153007.602000', '153007.604000', '153007.607000', '153007.609000', '153007.612000', '153007.615000', '153007.617000', '153007.620000', '153007.622000', '153007.625000', '153007.628000', '153007.632000', '153007.635000', '153007.637000', '153007.640000', '153007.643000', '153007.645000', '153007.648000', '153027.523000', '153027.526000', '153027.529000', '153027.532000', '153027.534000', '153027.537000', '153027.539000', '153027.542000', '153027.545000', '153027.547000', '153027.550000', '153027.553000', '153027.555000', '153027.558000', '153027.561000', '153027.563000', '153027.566000', '153027.568000', '153027.571000', '153027.574000', '153027.576000', '153027.579000', '153027.582000', '153027.584000', '153027.587000', '153027.590000', '153027.592000', '153027.595000', '153027.598000', '153027.600000', '153027.603000', '153027.606000', '153027.608000', '153027.611000', '153027.614000', '153027.616000', '153027.619000', '153027.622000', '153027.624000', '153027.627000', '153027.630000', '153027.632000', '153027.635000', '153027.638000', '153047.523000', '153047.527000', '153047.529000', '153047.532000', '153047.534000', '153047.537000', '153047.540000', '153047.542000', '153047.545000', '153047.548000', '153047.550000', '153047.560000', '153047.562000', '153047.565000', '153047.568000', '153047.570000', '153047.573000', '153047.576000', '153047.579000', '153047.582000', '153047.585000', '153047.588000', '153047.591000', '153047.593000', '153047.596000', '153047.599000', '153047.601000', '153047.604000', '153047.607000', '153047.609000', '153047.612000', '153047.615000', '153047.617000', '153047.620000', '153047.623000', '153047.625000', '153047.628000', '153047.631000', '153047.633000', '153047.636000', '153047.639000', '153047.641000', '153047.644000', '153107.524000', '153107.527000', '153107.531000', '153107.533000', '153107.536000', '153107.539000', '153107.541000', '153107.544000', '153107.547000', '153107.549000', '153107.552000', '153107.554000', '153107.557000', '153107.560000', '153107.562000', '153107.565000', '153107.568000', '153107.570000', '153107.573000', '153107.576000', '153107.578000', '153107.581000', '153107.584000', '153107.586000', '153107.589000', '153107.591000', '153107.594000', '153107.597000', '153107.600000', '153107.603000', '153107.605000', '153107.608000', '153107.611000', '153107.613000', '153107.616000', '153107.619000', '153107.622000', '153107.624000', '153107.627000', '153107.629000', '153107.632000', '153107.635000', '153107.637000', '153107.640000', '153127.524000', '153127.527000', '153127.530000', '153127.533000', '153127.535000', '153127.538000', '153127.541000', '153127.544000', '153127.546000', '153127.549000', '153127.552000', '153127.554000', '153127.557000', '153127.559000', '153127.562000', '153127.565000', '153127.567000', '153127.570000', '153127.573000', '153127.575000', '153127.578000', '153127.581000', '153127.583000', '153127.586000', '153127.588000', '153127.591000', '153127.594000', '153127.596000', '153127.599000', '153127.602000', '153127.604000', '153127.607000', '153127.610000', '153127.612000', '153127.616000', '153127.619000', '153127.622000', '153127.624000', '153127.627000', '153127.630000', '153127.632000', '153127.635000', '153127.638000', '153147.524000', '153147.527000', '153147.530000', '153147.533000', '153147.535000', '153147.538000', '153147.541000', '153147.543000', '153147.546000', '153147.549000', '153147.551000', '153147.554000', '153147.557000', '153147.559000', '153147.562000', '153147.565000', '153147.567000', '153147.573000', '153147.575000', '153147.578000', '153147.581000', '153147.583000', '153147.586000', '153147.589000', '153147.591000', '153147.594000', '153147.597000', '153147.599000', '153147.602000', '153147.605000', '153147.607000', '153147.610000', '153147.613000', '153147.615000', '153147.618000', '153147.621000', '153147.623000', '153147.626000', '153147.629000', '153147.631000', '153147.634000', '153147.637000', '153147.639000', '153147.642000', '153207.524000', '153207.527000', '153207.529000', '153207.532000', '153207.535000', '153207.537000', '153207.540000', '153207.543000', '153207.545000', '153207.548000', '153207.551000', '153207.553000', '153207.556000', '153207.558000', '153207.561000', '153207.564000', '153207.566000', '153207.569000', '153207.572000', '153207.574000', '153207.577000', '153207.580000', '153207.582000', '153207.585000', '153207.588000', '153207.591000', '153207.593000', '153207.596000', '153207.599000', '153207.601000', '153207.604000', '153207.607000', '153207.609000', '153207.612000', '153207.614000', '153207.617000', '153207.620000', '153207.624000', '153207.627000', '153207.629000', '153207.632000', '153207.635000', '153207.638000', '153227.524000', '153227.527000', '153227.529000', '153227.532000', '153227.535000', '153227.537000', '153227.540000', '153227.543000', '153227.545000', '153227.548000', '153227.551000', '153227.553000', '153227.556000', '153227.559000', '153227.561000', '153227.564000', '153227.567000', '153227.569000', '153227.572000', '153227.575000', '153227.577000', '153227.580000', '153227.582000', '153227.585000', '153227.588000', '153227.591000', '153227.593000', '153227.596000', '153227.599000', '153227.601000', '153227.604000', '153227.607000', '153227.609000', '153227.612000', '153227.615000', '153227.617000', '153227.620000', '153227.623000', '153227.625000', '153227.628000', '153227.630000', '153227.633000', '153227.636000', '153227.638000', '153247.523000', '153247.526000', '153247.529000', '153247.532000', '153247.535000', '153247.537000', '153247.540000', '153247.543000', '153247.545000', '153247.548000', '153247.551000', '153247.553000', '153247.556000', '153247.559000', '153247.561000', '153247.564000', '153247.567000', '153247.569000', '153247.572000', '153247.575000', '153247.577000', '153247.580000', '153247.583000', '153247.586000', '153247.588000', '153247.591000', '153247.593000', '153247.596000', '153247.599000', '153247.601000', '153247.604000', '153247.607000', '153247.610000', '153247.612000', '153247.615000', '153247.617000', '153247.620000', '153247.623000', '153247.625000', '153247.628000', '153247.631000', '153247.633000', '153247.636000', '153307.524000', '153307.527000', '153307.529000', '153307.532000', '153307.535000', '153307.537000', '153307.540000', '153307.543000', '153307.545000', '153307.548000', '153307.551000', '153307.554000', '153307.557000', '153307.560000', '153307.563000', '153307.565000', '153307.568000', '153307.571000', '153307.589000', '153307.592000', '153307.595000', '153307.597000', '153307.600000', '153307.603000', '153307.606000', '153307.609000', '153307.611000', '153307.614000', '153307.617000', '153307.620000', '153307.622000', '153307.665000', '153307.668000', '153307.670000', '153307.673000', '153307.676000', '153307.678000', '153307.681000', '153307.684000', '153307.686000', '153307.689000', '153307.692000', '153307.694000', '153327.525000', '153327.528000', '153327.530000', '153327.533000', '153327.536000', '153327.538000', '153327.541000', '153327.544000', '153327.547000', '153327.549000', '153327.552000', '153327.555000', '153327.557000', '153327.560000', '153327.563000', '153327.565000', '153327.568000', '153327.571000', '153327.573000', '153327.576000', '153327.579000', '153327.581000', '153327.584000', '153327.587000', '153327.589000', '153327.592000', '153327.595000', '153327.597000', '153327.600000', '153327.603000', '153327.606000', '153327.608000', '153327.611000', '153327.614000', '153327.616000', '153327.619000', '153327.622000', '153327.624000', '153327.627000', '153327.630000', '153327.633000', '153327.635000', '153327.638000', '153327.641000', '153347.524000', '153347.527000', '153347.530000', '153347.533000', '153347.535000', '153347.538000', '153347.541000', '153347.543000', '153347.546000', '153347.549000', '153347.551000', '153347.554000', '153347.557000', '153347.559000', '153347.562000', '153347.565000', '153347.567000', '153347.570000', '153347.573000', '153347.575000', '153347.578000', '153347.581000', '153347.583000', '153347.586000', '153347.589000', '153347.591000', '153347.594000', '153347.597000', '153347.599000', '153347.602000', '153347.605000', '153347.608000', '153347.610000', '153347.613000', '153347.616000', '153347.618000', '153347.621000', '153347.624000', '153347.626000', '153347.629000', '153347.632000', '153347.634000', '153347.637000', '153347.640000', '153407.525000', '153407.528000', '153407.530000', '153407.533000', '153407.536000', '153407.538000', '153407.541000', '153407.544000', '153407.546000', '153407.549000', '153407.552000', '153407.554000', '153407.557000', '153407.560000', '153407.562000', '153407.565000', '153407.568000', '153407.570000', '153407.573000', '153407.576000', '153407.578000', '153407.581000', '153407.584000', '153407.586000', '153407.589000', '153407.592000', '153407.594000', '153407.597000', '153407.600000', '153407.602000', '153407.605000', '153407.608000', '153407.611000', '153407.613000', '153407.616000', '153407.619000', '153407.621000', '153407.624000', '153407.626000', '153407.629000', '153407.632000', '153407.635000', '153407.637000', '153427.523000', '153427.526000', '153427.529000', '153427.531000', '153427.534000', '153427.537000', '153427.539000', '153427.542000', '153427.545000', '153427.547000', '153427.550000', '153427.553000', '153427.555000', '153427.558000', '153427.561000', '153427.563000', '153427.566000', '153427.571000', '153427.574000', '153427.576000', '153427.579000', '153427.582000', '153427.584000', '153427.587000', '153427.590000', '153427.592000', '153427.595000', '153427.598000', '153427.601000', '153427.603000', '153427.606000', '153427.609000', '153427.611000', '153427.614000', '153427.617000', '153427.619000', '153427.622000', '153427.625000', '153427.627000', '153427.630000', '153427.633000', '153427.635000', '153427.645000', '153427.648000', '153447.524000', '153447.527000', '153447.529000', '153447.532000', '153447.535000', '153447.537000', '153447.540000', '153447.543000', '153447.545000', '153447.548000', '153447.551000', '153447.553000', '153447.556000', '153447.559000', '153447.561000', '153447.564000', '153447.566000', '153447.569000', '153447.572000', '153447.574000', '153447.577000', '153447.580000', '153447.582000', '153447.585000', '153447.587000', '153447.590000', '153447.593000', '153447.595000', '153447.598000', '153447.601000', '153447.603000', '153447.606000', '153447.609000', '153447.612000', '153447.614000', '153447.617000', '153447.619000', '153447.622000', '153447.625000', '153447.627000', '153447.630000', '153447.633000', '153447.635000', '153507.523000', '153507.526000', '153507.529000', '153507.532000', '153507.534000', '153507.537000', '153507.540000', '153507.542000', '153507.545000', '153507.548000', '153507.551000', '153507.554000', '153507.557000', '153507.560000', '153507.562000', '153507.565000', '153507.568000', '153507.570000', '153507.573000', '153507.575000', '153507.578000', '153507.581000', '153507.583000', '153507.586000', '153507.588000', '153507.591000', '153507.594000', '153507.596000', '153507.599000', '153507.602000', '153507.605000', '153507.607000', '153507.610000', '153507.613000', '153507.615000', '153507.618000', '153507.621000', '153507.623000', '153507.626000', '153507.629000', '153507.631000', '153507.634000', '153507.637000', '153507.640000', '153527.524000', '153527.526000', '153527.529000', '153527.532000', '153527.535000', '153527.537000', '153527.540000', '153527.542000', '153527.545000', '153527.548000', '153527.551000', '153527.553000', '153527.556000', '153527.559000', '153527.561000', '153527.564000', '153527.567000', '153527.569000', '153527.572000', '153527.574000', '153527.577000', '153527.580000', '153527.582000', '153527.585000', '153527.588000', '153527.590000', '153527.593000', '153527.596000', '153527.598000', '153527.601000', '153527.604000', '153527.606000', '153527.609000', '153527.612000', '153527.614000', '153527.617000', '153527.620000', '153527.622000', '153527.625000', '153527.628000', '153527.630000', '153527.633000', '153527.636000', '153547.524000', '153547.527000', '153547.530000', '153547.533000', '153547.536000', '153547.539000', '153547.542000', '153547.545000', '153547.547000', '153547.551000', '153547.554000', '153547.557000', '153547.559000', '153547.562000', '153547.565000', '153547.567000', '153547.570000', '153547.573000', '153547.575000', '153547.578000', '153547.581000', '153547.583000', '153547.586000', '153547.589000', '153547.591000', '153547.594000', '153547.597000', '153547.599000', '153547.602000', '153547.605000', '153547.607000', '153547.610000', '153547.613000', '153547.615000', '153547.618000', '153547.621000', '153547.623000', '153547.626000', '153547.629000', '153547.631000', '153547.634000', '153547.637000', '153547.639000', '153606.383000', '153606.386000', '153606.389000', '153606.391000', '153606.394000', '153606.397000', '153606.399000', '153606.402000', '153606.405000', '153606.407000', '153606.410000', '153606.413000', '153606.415000', '153606.418000', '153606.421000', '153606.423000', '153606.426000', '153606.429000', '153606.431000', '153606.434000', '153606.437000', '153606.439000', '153606.442000', '153606.445000', '153606.448000', '153606.450000', '153606.453000', '153606.455000', '153606.458000', '153606.461000', '153606.463000', '153606.466000', '153606.469000', '153606.472000', '153606.474000', '153606.477000', '153606.480000', '153606.482000', '153606.485000', '153606.488000', '153606.490000', '153606.493000'], 'InstanceCreationTime': ['152927.569000', '152927.572000', '152927.575000', '152927.578000', '152927.580000', '152927.583000', '152927.586000', '152927.588000', '152927.591000', '152927.593000', '152927.596000', '152927.599000', '152927.601000', '152927.604000', '152927.607000', '152927.609000', '152927.612000', '152927.614000', '152927.617000', '152927.620000', '152927.622000', '152927.625000', '152927.634000', '152927.637000', '152927.639000', '152927.642000', '152927.644000', '152927.647000', '152927.650000', '152927.652000', '152927.655000', '152927.658000', '152927.660000', '152927.663000', '152927.666000', '152927.668000', '152927.671000', '152927.673000', '152927.676000', '152927.679000', '152927.681000', '152927.684000', '152927.687000', '152927.689000', '152927.692000', '152927.694000', '152927.697000', '152927.700000', '152927.702000', '152927.705000', '152927.708000', '152927.710000', '152927.713000', '152927.716000', '152927.718000', '152927.721000', '152927.724000', '152927.726000', '152947.524000', '152947.527000', '152947.530000', '152947.532000', '152947.535000', '152947.538000', '152947.540000', '152947.543000', '152947.545000', '152947.548000', '152947.551000', '152947.553000', '152947.556000', '152947.559000', '152947.561000', '152947.564000', '152947.566000', '152947.569000', '152947.572000', '152947.574000', '152947.577000', '152947.580000', '152947.582000', '152947.585000', '152947.587000', '152947.590000', '152947.593000', '152947.595000', '152947.598000', '152947.601000', '152947.603000', '152947.606000', '152947.609000', '152947.611000', '152947.614000', '152947.617000', '152947.619000', '152947.622000', '152947.625000', '152947.627000', '152947.630000', '152947.633000', '152947.635000', '152947.638000', '153007.523000', '153007.526000', '153007.529000', '153007.532000', '153007.534000', '153007.537000', '153007.539000', '153007.542000', '153007.545000', '153007.548000', '153007.560000', '153007.563000', '153007.566000', '153007.568000', '153007.571000', '153007.574000', '153007.576000', '153007.579000', '153007.581000', '153007.584000', '153007.587000', '153007.589000', '153007.592000', '153007.595000', '153007.599000', '153007.602000', '153007.604000', '153007.607000', '153007.609000', '153007.612000', '153007.615000', '153007.617000', '153007.620000', '153007.622000', '153007.625000', '153007.628000', '153007.632000', '153007.635000', '153007.637000', '153007.640000', '153007.643000', '153007.645000', '153007.648000', '153027.523000', '153027.526000', '153027.529000', '153027.532000', '153027.534000', '153027.537000', '153027.539000', '153027.542000', '153027.545000', '153027.547000', '153027.550000', '153027.553000', '153027.555000', '153027.558000', '153027.561000', '153027.563000', '153027.566000', '153027.568000', '153027.571000', '153027.574000', '153027.576000', '153027.579000', '153027.582000', '153027.584000', '153027.587000', '153027.590000', '153027.592000', '153027.595000', '153027.598000', '153027.600000', '153027.603000', '153027.606000', '153027.608000', '153027.611000', '153027.614000', '153027.616000', '153027.619000', '153027.622000', '153027.624000', '153027.627000', '153027.630000', '153027.632000', '153027.635000', '153027.638000', '153047.523000', '153047.527000', '153047.529000', '153047.532000', '153047.534000', '153047.537000', '153047.540000', '153047.542000', '153047.545000', '153047.548000', '153047.550000', '153047.560000', '153047.562000', '153047.565000', '153047.568000', '153047.570000', '153047.573000', '153047.576000', '153047.579000', '153047.582000', '153047.585000', '153047.588000', '153047.591000', '153047.593000', '153047.596000', '153047.599000', '153047.601000', '153047.604000', '153047.607000', '153047.609000', '153047.612000', '153047.615000', '153047.617000', '153047.620000', '153047.623000', '153047.625000', '153047.628000', '153047.631000', '153047.633000', '153047.636000', '153047.639000', '153047.641000', '153047.644000', '153107.524000', '153107.527000', '153107.531000', '153107.533000', '153107.536000', '153107.539000', '153107.541000', '153107.544000', '153107.547000', '153107.549000', '153107.552000', '153107.554000', '153107.557000', '153107.560000', '153107.562000', '153107.565000', '153107.568000', '153107.570000', '153107.573000', '153107.576000', '153107.578000', '153107.581000', '153107.584000', '153107.586000', '153107.589000', '153107.591000', '153107.594000', '153107.597000', '153107.600000', '153107.603000', '153107.605000', '153107.608000', '153107.611000', '153107.613000', '153107.616000', '153107.619000', '153107.622000', '153107.624000', '153107.627000', '153107.629000', '153107.632000', '153107.635000', '153107.637000', '153107.640000', '153127.524000', '153127.527000', '153127.530000', '153127.533000', '153127.535000', '153127.538000', '153127.541000', '153127.544000', '153127.546000', '153127.549000', '153127.552000', '153127.554000', '153127.557000', '153127.559000', '153127.562000', '153127.565000', '153127.567000', '153127.570000', '153127.573000', '153127.575000', '153127.578000', '153127.581000', '153127.583000', '153127.586000', '153127.588000', '153127.591000', '153127.594000', '153127.596000', '153127.599000', '153127.602000', '153127.604000', '153127.607000', '153127.610000', '153127.612000', '153127.616000', '153127.619000', '153127.622000', '153127.624000', '153127.627000', '153127.630000', '153127.632000', '153127.635000', '153127.638000', '153147.524000', '153147.527000', '153147.530000', '153147.533000', '153147.535000', '153147.538000', '153147.541000', '153147.543000', '153147.546000', '153147.549000', '153147.551000', '153147.554000', '153147.557000', '153147.559000', '153147.562000', '153147.565000', '153147.567000', '153147.573000', '153147.575000', '153147.578000', '153147.581000', '153147.583000', '153147.586000', '153147.589000', '153147.591000', '153147.594000', '153147.597000', '153147.599000', '153147.602000', '153147.605000', '153147.607000', '153147.610000', '153147.613000', '153147.615000', '153147.618000', '153147.621000', '153147.623000', '153147.626000', '153147.629000', '153147.631000', '153147.634000', '153147.637000', '153147.639000', '153147.642000', '153207.524000', '153207.527000', '153207.529000', '153207.532000', '153207.535000', '153207.537000', '153207.540000', '153207.543000', '153207.545000', '153207.548000', '153207.551000', '153207.553000', '153207.556000', '153207.558000', '153207.561000', '153207.564000', '153207.566000', '153207.569000', '153207.572000', '153207.574000', '153207.577000', '153207.580000', '153207.582000', '153207.585000', '153207.588000', '153207.591000', '153207.593000', '153207.596000', '153207.599000', '153207.601000', '153207.604000', '153207.607000', '153207.609000', '153207.612000', '153207.614000', '153207.617000', '153207.620000', '153207.624000', '153207.627000', '153207.629000', '153207.632000', '153207.635000', '153207.638000', '153227.524000', '153227.527000', '153227.529000', '153227.532000', '153227.535000', '153227.537000', '153227.540000', '153227.543000', '153227.545000', '153227.548000', '153227.551000', '153227.553000', '153227.556000', '153227.559000', '153227.561000', '153227.564000', '153227.567000', '153227.569000', '153227.572000', '153227.575000', '153227.577000', '153227.580000', '153227.582000', '153227.585000', '153227.588000', '153227.591000', '153227.593000', '153227.596000', '153227.599000', '153227.601000', '153227.604000', '153227.607000', '153227.609000', '153227.612000', '153227.615000', '153227.617000', '153227.620000', '153227.623000', '153227.625000', '153227.628000', '153227.630000', '153227.633000', '153227.636000', '153227.638000', '153247.523000', '153247.526000', '153247.529000', '153247.532000', '153247.535000', '153247.537000', '153247.540000', '153247.543000', '153247.545000', '153247.548000', '153247.551000', '153247.553000', '153247.556000', '153247.559000', '153247.561000', '153247.564000', '153247.567000', '153247.569000', '153247.572000', '153247.575000', '153247.577000', '153247.580000', '153247.583000', '153247.586000', '153247.588000', '153247.591000', '153247.593000', '153247.596000', '153247.599000', '153247.601000', '153247.604000', '153247.607000', '153247.610000', '153247.612000', '153247.615000', '153247.617000', '153247.620000', '153247.623000', '153247.625000', '153247.628000', '153247.631000', '153247.633000', '153247.636000', '153307.524000', '153307.527000', '153307.529000', '153307.532000', '153307.535000', '153307.537000', '153307.540000', '153307.543000', '153307.545000', '153307.548000', '153307.551000', '153307.554000', '153307.557000', '153307.560000', '153307.563000', '153307.565000', '153307.568000', '153307.571000', '153307.589000', '153307.592000', '153307.595000', '153307.597000', '153307.600000', '153307.603000', '153307.606000', '153307.609000', '153307.611000', '153307.614000', '153307.617000', '153307.620000', '153307.622000', '153307.665000', '153307.668000', '153307.670000', '153307.673000', '153307.676000', '153307.678000', '153307.681000', '153307.684000', '153307.686000', '153307.689000', '153307.692000', '153307.694000', '153327.525000', '153327.528000', '153327.530000', '153327.533000', '153327.536000', '153327.538000', '153327.541000', '153327.544000', '153327.547000', '153327.549000', '153327.552000', '153327.555000', '153327.557000', '153327.560000', '153327.563000', '153327.565000', '153327.568000', '153327.571000', '153327.573000', '153327.576000', '153327.579000', '153327.581000', '153327.584000', '153327.587000', '153327.589000', '153327.592000', '153327.595000', '153327.597000', '153327.600000', '153327.603000', '153327.606000', '153327.608000', '153327.611000', '153327.614000', '153327.616000', '153327.619000', '153327.622000', '153327.624000', '153327.627000', '153327.630000', '153327.633000', '153327.635000', '153327.638000', '153327.641000', '153347.524000', '153347.527000', '153347.530000', '153347.533000', '153347.535000', '153347.538000', '153347.541000', '153347.543000', '153347.546000', '153347.549000', '153347.551000', '153347.554000', '153347.557000', '153347.559000', '153347.562000', '153347.565000', '153347.567000', '153347.570000', '153347.573000', '153347.575000', '153347.578000', '153347.581000', '153347.583000', '153347.586000', '153347.589000', '153347.591000', '153347.594000', '153347.597000', '153347.599000', '153347.602000', '153347.605000', '153347.608000', '153347.610000', '153347.613000', '153347.616000', '153347.618000', '153347.621000', '153347.624000', '153347.626000', '153347.629000', '153347.632000', '153347.634000', '153347.637000', '153347.640000', '153407.525000', '153407.528000', '153407.530000', '153407.533000', '153407.536000', '153407.538000', '153407.541000', '153407.544000', '153407.546000', '153407.549000', '153407.552000', '153407.554000', '153407.557000', '153407.560000', '153407.562000', '153407.565000', '153407.568000', '153407.570000', '153407.573000', '153407.576000', '153407.578000', '153407.581000', '153407.584000', '153407.586000', '153407.589000', '153407.592000', '153407.594000', '153407.597000', '153407.600000', '153407.602000', '153407.605000', '153407.608000', '153407.611000', '153407.613000', '153407.616000', '153407.619000', '153407.621000', '153407.624000', '153407.626000', '153407.629000', '153407.632000', '153407.635000', '153407.637000', '153427.523000', '153427.526000', '153427.529000', '153427.531000', '153427.534000', '153427.537000', '153427.539000', '153427.542000', '153427.545000', '153427.547000', '153427.550000', '153427.553000', '153427.555000', '153427.558000', '153427.561000', '153427.563000', '153427.566000', '153427.571000', '153427.574000', '153427.576000', '153427.579000', '153427.582000', '153427.584000', '153427.587000', '153427.590000', '153427.592000', '153427.595000', '153427.598000', '153427.601000', '153427.603000', '153427.606000', '153427.609000', '153427.611000', '153427.614000', '153427.617000', '153427.619000', '153427.622000', '153427.625000', '153427.627000', '153427.630000', '153427.633000', '153427.635000', '153427.645000', '153427.648000', '153447.524000', '153447.527000', '153447.529000', '153447.532000', '153447.535000', '153447.537000', '153447.540000', '153447.543000', '153447.545000', '153447.548000', '153447.551000', '153447.553000', '153447.556000', '153447.559000', '153447.561000', '153447.564000', '153447.566000', '153447.569000', '153447.572000', '153447.574000', '153447.577000', '153447.580000', '153447.582000', '153447.585000', '153447.587000', '153447.590000', '153447.593000', '153447.595000', '153447.598000', '153447.601000', '153447.603000', '153447.606000', '153447.609000', '153447.612000', '153447.614000', '153447.617000', '153447.619000', '153447.622000', '153447.625000', '153447.627000', '153447.630000', '153447.633000', '153447.635000', '153507.523000', '153507.526000', '153507.529000', '153507.532000', '153507.534000', '153507.537000', '153507.540000', '153507.542000', '153507.545000', '153507.548000', '153507.551000', '153507.554000', '153507.557000', '153507.560000', '153507.562000', '153507.565000', '153507.568000', '153507.570000', '153507.573000', '153507.575000', '153507.578000', '153507.581000', '153507.583000', '153507.586000', '153507.588000', '153507.591000', '153507.594000', '153507.596000', '153507.599000', '153507.602000', '153507.605000', '153507.607000', '153507.610000', '153507.613000', '153507.615000', '153507.618000', '153507.621000', '153507.623000', '153507.626000', '153507.629000', '153507.631000', '153507.634000', '153507.637000', '153507.640000', '153527.524000', '153527.526000', '153527.529000', '153527.532000', '153527.535000', '153527.537000', '153527.540000', '153527.542000', '153527.545000', '153527.548000', '153527.551000', '153527.553000', '153527.556000', '153527.559000', '153527.561000', '153527.564000', '153527.567000', '153527.569000', '153527.572000', '153527.574000', '153527.577000', '153527.580000', '153527.582000', '153527.585000', '153527.588000', '153527.590000', '153527.593000', '153527.596000', '153527.598000', '153527.601000', '153527.604000', '153527.606000', '153527.609000', '153527.612000', '153527.614000', '153527.617000', '153527.620000', '153527.622000', '153527.625000', '153527.628000', '153527.630000', '153527.633000', '153527.636000', '153547.524000', '153547.527000', '153547.530000', '153547.533000', '153547.536000', '153547.539000', '153547.542000', '153547.545000', '153547.547000', '153547.551000', '153547.554000', '153547.557000', '153547.559000', '153547.562000', '153547.565000', '153547.567000', '153547.570000', '153547.573000', '153547.575000', '153547.578000', '153547.581000', '153547.583000', '153547.586000', '153547.589000', '153547.591000', '153547.594000', '153547.597000', '153547.599000', '153547.602000', '153547.605000', '153547.607000', '153547.610000', '153547.613000', '153547.615000', '153547.618000', '153547.621000', '153547.623000', '153547.626000', '153547.629000', '153547.631000', '153547.634000', '153547.637000', '153547.639000', '153606.383000', '153606.386000', '153606.389000', '153606.391000', '153606.394000', '153606.397000', '153606.399000', '153606.402000', '153606.405000', '153606.407000', '153606.410000', '153606.413000', '153606.415000', '153606.418000', '153606.421000', '153606.423000', '153606.426000', '153606.429000', '153606.431000', '153606.434000', '153606.437000', '153606.439000', '153606.442000', '153606.445000', '153606.448000', '153606.450000', '153606.453000', '153606.455000', '153606.458000', '153606.461000', '153606.463000', '153606.466000', '153606.469000', '153606.472000', '153606.474000', '153606.477000', '153606.480000', '153606.482000', '153606.485000', '153606.488000', '153606.490000', '153606.493000'], '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': [8723, 8327, 7728, 8596, 8917, 7418, 8551, 8515, 8527, 8837, 8866, 8477, 8253, 8884, 10684, 8105, 8714, 8632, 7965, 8785, 8586, 7689, 8833, 9115, 7698, 8820, 8667, 8651, 8619, 8769, 8024, 9101, 8769, 8868, 8708, 9434, 8533, 8692, 8438, 8611, 8628, 8632, 8641, 8644, 8203, 8501, 8700, 8219, 8502, 8817, 8161, 7853, 8979, 8076, 8081, 8719, 9446, 7473, 8917, 8725, 7430, 8699, 8632, 7760, 8828, 8628, 7477, 8538, 8579, 9515, 8652, 8660, 8379, 8716, 8744, 9744, 7667, 8743, 9279, 7645, 8893, 9718, 7648, 8894, 8639, 7683, 8477, 8974, 7561, 8705, 8796, 8356, 8704, 8873, 8245, 8729, 8864, 8321, 8780, 8831, 7984, 8555, 8849, 9832, 7613, 8760, 9462, 7494, 8785, 9417, 8141, 9035, 8673, 7831, 8910, 8566, 7339, 8880, 10906, 7945, 9097, 8679, 8156, 8755, 9389, 8226, 9025, 8695, 7971, 8888, 9287, 7486, 8722, 9656, 7550, 8792, 9404, 8854, 8664, 8461, 7507, 8863, 8806, 8001, 8925, 8744, 7954, 8496, 8166, 8070, 8757, 8846, 8399, 8837, 8911, 8178, 8878, 8800, 8353, 8863, 8862, 8344, 8714, 8720, 10250, 8583, 8861, 8700, 8186, 9389, 8780, 8348, 7674, 8964, 9082, 8588, 8989, 8992, 8689, 9012, 8977, 9892, 8875, 9017, 8896, 8986, 9015, 8746, 8909, 8994, 10600, 8669, 8876, 11146, 8620, 8881, 8951, 8732, 8995, 8710, 8865, 8782, 8692, 8555, 8443, 11040, 8035, 9043, 9182, 7982, 8959, 9132, 8483, 8953, 9776, 7908, 8608, 10224, 8269, 8895, 9073, 8364, 9124, 8899, 8373, 8613, 11235, 9251, 8685, 8769, 8131, 8871, 9016, 8383, 9056, 8968, 8756, 9032, 9082, 8605, 8724, 8535, 8458, 9025, 9105, 8139, 9201, 8991, 8676, 8885, 9000, 8027, 8588, 8783, 8660, 8744, 9152, 8132, 9173, 9130, 8362, 8593, 8558, 9070, 8744, 8866, 8887, 9103, 8895, 8710, 9000, 9294, 8066, 8812, 8946, 9494, 9072, 9306, 8932, 9301, 9122, 9744, 8837, 8795, 10172, 9427, 9555, 8117, 11007, 8181, 8160, 7017, 8662, 7722, 8330, 8162, 7187, 8184, 9246, 8178, 8184, 11628, 9958, 8481, 10967, 7902, 8283, 10688, 7881, 10677, 8932, 8096, 10380, 8124, 8196, 9184, 7772, 8177, 8490, 8027, 8163, 7964, 8130, 8381, 7944, 7914, 8293, 7837, 7667, 8127, 7856, 7208, 8016, 8962, 6936, 8133, 7852, 7362, 8370, 7947, 7146, 8492, 9119, 7406, 8463, 8471, 7115, 8726, 8643, 7185, 8549, 8741, 7577, 8550, 8875, 8047, 7707, 8842, 8107, 7719, 8947, 8329, 7712, 8681, 8229, 7483, 8784, 8374, 7488, 8627, 9088, 8193, 8801, 8594, 8193, 8665, 8739, 7630, 8761, 8645, 7566, 8832, 9115, 7827, 8591, 10140, 7612, 8797, 8300, 7956, 8892, 8672, 7767, 8577, 8907, 7639, 8956, 8459, 7542, 8856, 8566, 7866, 8801, 8896, 7721, 8866, 8728, 8053, 9078, 8932, 7848, 8642, 8648, 8618, 8816, 8768, 8258, 8898, 8726, 8207, 8802, 8671, 9185, 8898, 8716, 8459, 8087, 8918, 8231, 8866, 8733, 8460, 8756, 8711, 9930, 7480, 8723, 8536, 7553, 8772, 8433, 7497, 8863, 8911, 8207, 8739, 8684, 8313, 8563, 8840, 10685, 8110, 8670, 8649, 7807, 8905, 8627, 7681, 8483, 10109, 8287, 8854, 8702, 7618, 8940, 8662, 7870, 8834, 8561, 7732, 8501, 8999, 8308, 8613, 8796, 8405, 8773, 8659, 8487, 8641, 8677, 8465, 8499, 8666, 11202, 7458, 8810, 8750, 7698, 8891, 8586, 7423, 8862, 9139, 7829, 8902, 8620, 7560, 8800, 8586, 7708, 8836, 10462, 7781, 8690, 10793, 7934, 8769, 8507, 7599, 8824, 8549, 7842, 8711, 8622, 7985, 8799, 8729, 7841, 8850, 8231, 8576, 8729, 9984, 7737, 8850, 8733, 8075, 8988, 8512, 7865, 8455, 8608, 8764, 8853, 8881, 8262, 8728, 8635, 8373, 8477, 8427, 10379, 8722, 8670, 8573, 8465, 8631, 8571, 8557, 8766, 8256, 8458, 8774, 8385, 7694, 8660, 8588, 7708, 8659, 8206, 7659, 8220, 8422, 7730, 8550, 8858, 8263, 8633, 8949, 8220, 8542, 8763, 8139, 8483, 8619, 9931, 8830, 8796, 8443, 8618, 8807, 8246, 8412, 8481, 10785, 8292, 8766, 8529, 7918, 8830, 8576, 7971, 8556, 9407, 8727, 8638, 8642, 7951, 8871, 8751, 7941, 8741, 8808, 7860, 8489, 9657, 7879, 8558, 8638, 8128, 8667, 9000, 8384, 8508, 8690, 9963, 8230, 8510, 8697, 7995, 8583, 8681, 8027, 8527, 8506, 10139, 8478, 8748, 8417, 8413, 8542, 8424, 8247, 8587, 10012, 7725, 8761, 8447, 7787, 8801, 8038, 7728, 8491, 9042, 7823, 8694, 8963, 8379, 8587, 9053, 7679, 8704, 8822, 9149, 7816, 8738, 8479, 7678, 8708, 8552, 8440, 8564, 9094, 8512, 8615, 8632, 8632, 8740, 8372, 8420, 8576, 8048, 8308, 8619, 8390, 8408, 8691, 8088, 8374, 8691, 8010, 8609, 8659, 7789, 8506, 8442, 7900, 8681, 8531, 7951, 8645, 8564, 7495, 8571, 8404, 7448, 8575, 8316, 7971, 8879, 8803, 7604, 9032, 8731, 7868, 8839, 8270, 7815, 8583, 8919, 8058, 8433, 10754, 9723, 8395, 9840, 9575, 8912, 8949, 8032, 9326, 7949, 8381, 10114, 7886, 8400, 9284, 7653, 11441, 10244, 7991, 12285, 10345, 8092, 11421, 7805, 9096, 8363, 7843, 11356, 7811, 7919, 9258, 7864, 7983, 7653, 8071, 8460, 7543, 7806, 7938, 7190, 8020, 8096, 7291, 8071, 8463, 7665, 8215, 8516, 7751, 8739, 7767, 7746, 8299, 9130, 7622, 8561, 8917, 7667, 8506, 8980, 7806, 8248, 8415, 7389, 8578, 9016, 7855, 8474, 9113, 7635, 8055, 9072, 8709, 8022, 8726, 9075, 7725, 8561, 8458, 7504, 8661, 8910, 8268, 8123, 8981, 8586, 8022, 9041, 10147, 7896, 8814, 8840, 8876, 8899, 9317, 8869, 8952, 8064, 8865, 8834, 8006, 8604, 9536, 8030, 8810, 8611, 8469, 8872, 8914, 8619, 8825, 9943, 8579, 8993, 8198, 8782, 9025, 8009, 8525, 9092, 8173, 8777, 9195, 7962, 8809, 9094, 7900, 8870, 8797, 7789, 8809, 8556, 8186, 8551, 8681, 7976, 8860, 8048, 8763, 9076, 8087, 8571, 9253, 8119, 8231, 9136, 8229, 8448, 9074, 8029, 8779, 8852, 7848, 8666, 8707, 8081, 8706, 8976, 8012, 8747, 8786, 8149, 8890, 8979, 8035, 8841, 8581, 8169, 9045, 8484, 8334, 8945, 8268, 8280, 8919, 8909, 8194, 9102, 9007, 8130, 8885, 8725, 8447, 9064, 8958, 8295, 8744, 8829, 8524, 8936, 8934, 8136, 8979, 8803, 8089, 8925, 8744, 8463, 8795, 8824, 8042, 8729, 8707, 8242, 8883, 8738, 8489, 8368, 8970, 8492, 8207, 9004, 8862], 'WindowCenter': [3915.0, 3898.0, 3873.0, 3885.0, 3882.0, 3861.0, 3871.0, 3869.0, 3869.0, 3869.0, 3868.0, 3857.0, 3856.0, 3868.0, 3878.0, 3857.0, 3867.0, 3856.0, 3855.0, 3857.0, 3856.0, 3846.0, 3867.0, 3867.0, 3846.0, 3867.0, 3856.0, 3856.0, 3867.0, 3867.0, 3855.0, 3865.0, 3855.0, 3866.0, 3856.0, 3866.0, 3856.0, 3855.0, 3855.0, 3855.0, 3855.0, 3856.0, 3856.0, 3856.0, 3855.0, 3855.0, 3856.0, 3856.0, 3866.0, 3867.0, 3856.0, 3857.0, 3868.0, 3858.0, 3859.0, 3870.0, 3880.0, 3859.0, 3881.0, 3870.0, 3860.0, 3871.0, 3870.0, 3860.0, 3870.0, 3869.0, 3848.0, 3870.0, 3867.0, 3879.0, 3868.0, 3867.0, 3857.0, 3869.0, 3869.0, 3879.0, 3858.0, 3868.0, 3868.0, 3858.0, 3868.0, 3879.0, 3858.0, 3869.0, 3868.0, 3858.0, 3870.0, 3868.0, 3858.0, 3869.0, 3869.0, 3868.0, 3869.0, 3869.0, 3869.0, 3870.0, 3869.0, 3869.0, 3869.0, 3869.0, 3869.0, 3870.0, 3880.0, 3880.0, 3859.0, 3868.0, 3880.0, 3848.0, 3869.0, 3879.0, 3860.0, 3880.0, 3869.0, 3859.0, 3869.0, 3868.0, 3858.0, 3868.0, 3890.0, 3857.0, 3868.0, 3867.0, 3857.0, 3868.0, 3878.0, 3869.0, 3867.0, 3867.0, 3857.0, 3866.0, 3867.0, 3847.0, 3867.0, 3867.0, 3846.0, 3867.0, 3865.0, 3867.0, 3856.0, 3857.0, 3846.0, 3867.0, 3867.0, 3856.0, 3867.0, 3866.0, 3857.0, 3868.0, 3868.0, 3856.0, 3867.0, 3867.0, 3856.0, 3867.0, 3866.0, 3856.0, 3869.0, 3866.0, 3867.0, 3868.0, 3868.0, 3856.0, 3869.0, 3867.0, 3878.0, 3866.0, 3867.0, 3867.0, 3868.0, 3878.0, 3869.0, 3870.0, 3859.0, 3880.0, 3868.0, 3866.0, 3868.0, 3868.0, 3868.0, 3869.0, 3868.0, 3879.0, 3868.0, 3866.0, 3867.0, 3866.0, 3866.0, 3855.0, 3866.0, 3855.0, 3876.0, 3856.0, 3855.0, 3875.0, 3855.0, 3855.0, 3853.0, 3854.0, 3853.0, 3854.0, 3855.0, 3855.0, 3855.0, 3856.0, 3855.0, 3876.0, 3844.0, 3865.0, 3865.0, 3855.0, 3867.0, 3866.0, 3857.0, 3867.0, 3877.0, 3857.0, 3857.0, 3875.0, 3854.0, 3855.0, 3854.0, 3855.0, 3865.0, 3854.0, 3855.0, 3856.0, 3876.0, 3855.0, 3854.0, 3853.0, 3842.0, 3853.0, 3853.0, 3843.0, 3854.0, 3854.0, 3852.0, 3855.0, 3855.0, 3855.0, 3856.0, 3854.0, 3854.0, 3855.0, 3853.0, 3844.0, 3866.0, 3855.0, 3855.0, 3866.0, 3854.0, 3845.0, 3856.0, 3855.0, 3854.0, 3855.0, 3854.0, 3843.0, 3866.0, 3866.0, 3867.0, 3868.0, 3857.0, 3867.0, 3856.0, 3867.0, 3866.0, 3867.0, 3867.0, 3867.0, 3868.0, 3867.0, 3858.0, 3869.0, 3868.0, 3868.0, 3867.0, 3866.0, 3867.0, 3867.0, 3868.0, 3867.0, 3866.0, 3869.0, 3880.0, 3870.0, 3868.0, 3857.0, 3876.0, 3854.0, 3844.0, 3834.0, 3855.0, 3844.0, 3857.0, 3857.0, 3847.0, 3857.0, 3867.0, 3856.0, 3854.0, 3875.0, 3852.0, 3840.0, 3851.0, 3829.0, 3829.0, 3849.0, 3817.0, 3836.0, 3824.0, 3813.0, 3834.0, 3814.0, 3812.0, 3824.0, 3804.0, 3814.0, 3823.0, 3814.0, 3813.0, 3814.0, 3815.0, 3814.0, 3815.0, 3815.0, 3827.0, 3817.0, 3829.0, 3829.0, 3829.0, 3829.0, 3830.0, 3851.0, 3820.0, 3842.0, 3841.0, 3831.0, 3843.0, 3843.0, 3834.0, 3855.0, 3866.0, 3845.0, 3855.0, 3856.0, 3845.0, 3868.0, 3867.0, 3847.0, 3869.0, 3868.0, 3859.0, 3869.0, 3869.0, 3858.0, 3857.0, 3868.0, 3858.0, 3859.0, 3881.0, 3870.0, 3860.0, 3870.0, 3869.0, 3859.0, 3870.0, 3869.0, 3859.0, 3870.0, 3880.0, 3869.0, 3870.0, 3868.0, 3857.0, 3869.0, 3869.0, 3857.0, 3868.0, 3868.0, 3847.0, 3868.0, 3868.0, 3860.0, 3869.0, 3878.0, 3846.0, 3867.0, 3856.0, 3857.0, 3868.0, 3868.0, 3859.0, 3869.0, 3868.0, 3858.0, 3869.0, 3868.0, 3858.0, 3868.0, 3868.0, 3857.0, 3868.0, 3869.0, 3859.0, 3870.0, 3868.0, 3857.0, 3869.0, 3869.0, 3869.0, 3870.0, 3869.0, 3868.0, 3869.0, 3869.0, 3869.0, 3870.0, 3869.0, 3869.0, 3869.0, 3870.0, 3880.0, 3868.0, 3868.0, 3857.0, 3857.0, 3866.0, 3856.0, 3866.0, 3866.0, 3857.0, 3869.0, 3866.0, 3878.0, 3847.0, 3867.0, 3867.0, 3856.0, 3869.0, 3869.0, 3859.0, 3868.0, 3869.0, 3868.0, 3869.0, 3868.0, 3869.0, 3870.0, 3880.0, 3889.0, 3859.0, 3868.0, 3866.0, 3858.0, 3868.0, 3867.0, 3856.0, 3869.0, 3878.0, 3857.0, 3867.0, 3854.0, 3845.0, 3866.0, 3855.0, 3855.0, 3866.0, 3866.0, 3847.0, 3856.0, 3866.0, 3855.0, 3856.0, 3855.0, 3855.0, 3866.0, 3856.0, 3855.0, 3867.0, 3867.0, 3868.0, 3868.0, 3865.0, 3876.0, 3845.0, 3866.0, 3855.0, 3844.0, 3867.0, 3866.0, 3847.0, 3868.0, 3868.0, 3857.0, 3868.0, 3866.0, 3847.0, 3868.0, 3867.0, 3858.0, 3869.0, 3879.0, 3858.0, 3869.0, 3889.0, 3857.0, 3857.0, 3856.0, 3846.0, 3866.0, 3856.0, 3857.0, 3868.0, 3867.0, 3856.0, 3867.0, 3867.0, 3857.0, 3867.0, 3857.0, 3868.0, 3868.0, 3878.0, 3847.0, 3865.0, 3857.0, 3857.0, 3867.0, 3868.0, 3858.0, 3857.0, 3857.0, 3856.0, 3867.0, 3866.0, 3856.0, 3867.0, 3867.0, 3857.0, 3857.0, 3868.0, 3878.0, 3857.0, 3856.0, 3855.0, 3855.0, 3854.0, 3855.0, 3856.0, 3856.0, 3856.0, 3856.0, 3854.0, 3855.0, 3845.0, 3856.0, 3854.0, 3846.0, 3867.0, 3868.0, 3856.0, 3857.0, 3857.0, 3857.0, 3868.0, 3867.0, 3857.0, 3868.0, 3868.0, 3868.0, 3869.0, 3869.0, 3858.0, 3869.0, 3857.0, 3877.0, 3866.0, 3856.0, 3857.0, 3868.0, 3868.0, 3869.0, 3869.0, 3868.0, 3888.0, 3857.0, 3857.0, 3856.0, 3856.0, 3867.0, 3855.0, 3858.0, 3868.0, 3867.0, 3857.0, 3857.0, 3855.0, 3846.0, 3867.0, 3856.0, 3857.0, 3857.0, 3867.0, 3858.0, 3868.0, 3867.0, 3857.0, 3855.0, 3856.0, 3856.0, 3867.0, 3867.0, 3857.0, 3868.0, 3867.0, 3879.0, 3858.0, 3868.0, 3857.0, 3857.0, 3857.0, 3855.0, 3856.0, 3856.0, 3856.0, 3877.0, 3856.0, 3855.0, 3844.0, 3855.0, 3855.0, 3854.0, 3856.0, 3855.0, 3866.0, 3845.0, 3855.0, 3855.0, 3846.0, 3867.0, 3857.0, 3858.0, 3866.0, 3867.0, 3846.0, 3868.0, 3866.0, 3857.0, 3868.0, 3868.0, 3858.0, 3869.0, 3869.0, 3879.0, 3858.0, 3869.0, 3869.0, 3859.0, 3869.0, 3869.0, 3858.0, 3868.0, 3869.0, 3869.0, 3857.0, 3855.0, 3856.0, 3856.0, 3856.0, 3857.0, 3857.0, 3857.0, 3857.0, 3857.0, 3856.0, 3857.0, 3856.0, 3856.0, 3856.0, 3857.0, 3846.0, 3857.0, 3856.0, 3846.0, 3869.0, 3857.0, 3858.0, 3868.0, 3857.0, 3857.0, 3868.0, 3868.0, 3847.0, 3868.0, 3858.0, 3847.0, 3868.0, 3858.0, 3857.0, 3868.0, 3868.0, 3858.0, 3869.0, 3867.0, 3859.0, 3870.0, 3870.0, 3859.0, 3870.0, 3895.0, 3873.0, 3882.0, 3892.0, 3881.0, 3869.0, 3890.0, 3868.0, 3868.0, 3869.0, 3859.0, 3880.0, 3859.0, 3871.0, 3879.0, 3860.0, 3858.0, 3868.0, 3845.0, 3876.0, 3867.0, 3844.0, 3873.0, 3853.0, 3828.0, 3849.0, 3817.0, 3826.0, 3815.0, 3815.0, 3846.0, 3815.0, 3814.0, 3824.0, 3814.0, 3814.0, 3813.0, 3815.0, 3825.0, 3828.0, 3829.0, 3827.0, 3817.0, 3828.0, 3828.0, 3818.0, 3830.0, 3840.0, 3831.0, 3842.0, 3842.0, 3843.0, 3854.0, 3845.0, 3845.0, 3855.0, 3854.0, 3844.0, 3853.0, 3854.0, 3845.0, 3856.0, 3867.0, 3847.0, 3858.0, 3857.0, 3846.0, 3868.0, 3867.0, 3858.0, 3869.0, 3868.0, 3858.0, 3859.0, 3870.0, 3869.0, 3859.0, 3870.0, 3869.0, 3858.0, 3867.0, 3869.0, 3861.0, 3880.0, 3882.0, 3871.0, 3871.0, 3881.0, 3880.0, 3872.0, 3881.0, 3891.0, 3860.0, 3880.0, 3869.0, 3869.0, 3881.0, 3879.0, 3868.0, 3868.0, 3857.0, 3868.0, 3868.0, 3858.0, 3869.0, 3879.0, 3858.0, 3868.0, 3867.0, 3857.0, 3868.0, 3868.0, 3869.0, 3868.0, 3878.0, 3868.0, 3867.0, 3854.0, 3868.0, 3879.0, 3869.0, 3868.0, 3869.0, 3867.0, 3869.0, 3878.0, 3859.0, 3879.0, 3880.0, 3869.0, 3878.0, 3869.0, 3858.0, 3869.0, 3869.0, 3869.0, 3870.0, 3869.0, 3869.0, 3869.0, 3858.0, 3869.0, 3879.0, 3869.0, 3880.0, 3880.0, 3859.0, 3869.0, 3878.0, 3870.0, 3871.0, 3880.0, 3859.0, 3869.0, 3869.0, 3869.0, 3882.0, 3869.0, 3870.0, 3869.0, 3869.0, 3859.0, 3870.0, 3869.0, 3869.0, 3879.0, 3868.0, 3859.0, 3880.0, 3868.0, 3869.0, 3867.0, 3869.0, 3868.0, 3868.0, 3868.0, 3870.0, 3879.0, 3869.0, 3868.0, 3880.0, 3868.0, 3859.0, 3879.0, 3869.0, 3868.0, 3868.0, 3868.0, 3858.0, 3870.0, 3880.0, 3868.0, 3869.0, 3868.0, 3857.0, 3868.0, 3869.0, 3857.0, 3869.0, 3868.0, 3868.0, 3866.0, 3867.0, 3856.0, 3867.0, 3867.0, 3857.0, 3868.0, 3866.0, 3869.0, 3869.0, 3879.0, 3869.0, 3867.0, 3880.0, 3879.0], 'WindowWidth': [8765.0, 8728.0, 8686.0, 8699.0, 8691.0, 8661.0, 8673.0, 8667.0, 8665.0, 8664.0, 8662.0, 8646.0, 8645.0, 8660.0, 8674.0, 8646.0, 8659.0, 8642.0, 8640.0, 8645.0, 8642.0, 8630.0, 8659.0, 8656.0, 8628.0, 8656.0, 8640.0, 8643.0, 8660.0, 8660.0, 8642.0, 8652.0, 8638.0, 8655.0, 8642.0, 8655.0, 8643.0, 8639.0, 8638.0, 8639.0, 8639.0, 8641.0, 8643.0, 8641.0, 8639.0, 8640.0, 8641.0, 8643.0, 8657.0, 8659.0, 8643.0, 8645.0, 8663.0, 8649.0, 8653.0, 8668.0, 8682.0, 8652.0, 8683.0, 8667.0, 8654.0, 8671.0, 8668.0, 8654.0, 8668.0, 8664.0, 8636.0, 8666.0, 8660.0, 8676.0, 8662.0, 8658.0, 8646.0, 8663.0, 8663.0, 8676.0, 8649.0, 8661.0, 8661.0, 8647.0, 8662.0, 8679.0, 8650.0, 8665.0, 8662.0, 8648.0, 8670.0, 8662.0, 8649.0, 8665.0, 8665.0, 8664.0, 8666.0, 8665.0, 8665.0, 8669.0, 8665.0, 8667.0, 8666.0, 8664.0, 8666.0, 8670.0, 8680.0, 8682.0, 8653.0, 8664.0, 8680.0, 8637.0, 8666.0, 8679.0, 8655.0, 8681.0, 8667.0, 8651.0, 8666.0, 8663.0, 8649.0, 8663.0, 8694.0, 8647.0, 8663.0, 8659.0, 8647.0, 8663.0, 8677.0, 8664.0, 8661.0, 8660.0, 8646.0, 8656.0, 8658.0, 8632.0, 8659.0, 8659.0, 8630.0, 8658.0, 8655.0, 8659.0, 8642.0, 8645.0, 8630.0, 8660.0, 8658.0, 8643.0, 8660.0, 8657.0, 8647.0, 8664.0, 8663.0, 8644.0, 8660.0, 8657.0, 8642.0, 8659.0, 8658.0, 8645.0, 8665.0, 8658.0, 8660.0, 8664.0, 8663.0, 8646.0, 8664.0, 8660.0, 8676.0, 8658.0, 8660.0, 8660.0, 8663.0, 8675.0, 8665.0, 8669.0, 8654.0, 8681.0, 8663.0, 8658.0, 8663.0, 8660.0, 8661.0, 8663.0, 8662.0, 8677.0, 8662.0, 8656.0, 8656.0, 8656.0, 8654.0, 8639.0, 8654.0, 8638.0, 8667.0, 8642.0, 8638.0, 8664.0, 8637.0, 8636.0, 8632.0, 8634.0, 8633.0, 8633.0, 8637.0, 8637.0, 8639.0, 8642.0, 8639.0, 8667.0, 8623.0, 8651.0, 8651.0, 8639.0, 8657.0, 8655.0, 8644.0, 8659.0, 8674.0, 8647.0, 8644.0, 8667.0, 8636.0, 8639.0, 8637.0, 8638.0, 8653.0, 8637.0, 8639.0, 8643.0, 8668.0, 8637.0, 8636.0, 8633.0, 8616.0, 8632.0, 8630.0, 8619.0, 8635.0, 8634.0, 8632.0, 8637.0, 8637.0, 8637.0, 8643.0, 8636.0, 8636.0, 8637.0, 8634.0, 8622.0, 8653.0, 8638.0, 8639.0, 8654.0, 8635.0, 8624.0, 8641.0, 8638.0, 8636.0, 8637.0, 8635.0, 8621.0, 8655.0, 8655.0, 8660.0, 8661.0, 8644.0, 8657.0, 8644.0, 8657.0, 8656.0, 8659.0, 8657.0, 8658.0, 8662.0, 8660.0, 8650.0, 8665.0, 8662.0, 8661.0, 8658.0, 8656.0, 8658.0, 8659.0, 8661.0, 8658.0, 8658.0, 8664.0, 8679.0, 8667.0, 8662.0, 8646.0, 8668.0, 8637.0, 8621.0, 8609.0, 8640.0, 8624.0, 8645.0, 8645.0, 8632.0, 8645.0, 8657.0, 8643.0, 8636.0, 8665.0, 8629.0, 8609.0, 8622.0, 8592.0, 8589.0, 8615.0, 8571.0, 8594.0, 8577.0, 8561.0, 8589.0, 8561.0, 8558.0, 8574.0, 8549.0, 8561.0, 8573.0, 8562.0, 8559.0, 8561.0, 8564.0, 8564.0, 8566.0, 8567.0, 8584.0, 8573.0, 8592.0, 8592.0, 8592.0, 8593.0, 8596.0, 8623.0, 8585.0, 8615.0, 8613.0, 8601.0, 8620.0, 8620.0, 8610.0, 8641.0, 8656.0, 8627.0, 8641.0, 8642.0, 8627.0, 8660.0, 8659.0, 8632.0, 8663.0, 8663.0, 8652.0, 8665.0, 8665.0, 8648.0, 8647.0, 8663.0, 8649.0, 8653.0, 8684.0, 8670.0, 8656.0, 8669.0, 8666.0, 8653.0, 8668.0, 8666.0, 8654.0, 8669.0, 8683.0, 8666.0, 8667.0, 8663.0, 8646.0, 8663.0, 8662.0, 8646.0, 8661.0, 8661.0, 8633.0, 8662.0, 8662.0, 8654.0, 8665.0, 8674.0, 8629.0, 8658.0, 8641.0, 8645.0, 8660.0, 8661.0, 8650.0, 8667.0, 8663.0, 8648.0, 8664.0, 8662.0, 8648.0, 8662.0, 8663.0, 8647.0, 8663.0, 8667.0, 8652.0, 8665.0, 8660.0, 8646.0, 8664.0, 8664.0, 8667.0, 8669.0, 8666.0, 8663.0, 8666.0, 8664.0, 8665.0, 8666.0, 8664.0, 8663.0, 8665.0, 8667.0, 8681.0, 8661.0, 8661.0, 8644.0, 8645.0, 8656.0, 8643.0, 8658.0, 8655.0, 8645.0, 8664.0, 8658.0, 8673.0, 8631.0, 8659.0, 8658.0, 8645.0, 8664.0, 8667.0, 8652.0, 8664.0, 8664.0, 8661.0, 8665.0, 8661.0, 8663.0, 8668.0, 8682.0, 8691.0, 8651.0, 8661.0, 8657.0, 8649.0, 8661.0, 8659.0, 8644.0, 8665.0, 8674.0, 8646.0, 8659.0, 8638.0, 8626.0, 8656.0, 8640.0, 8639.0, 8654.0, 8655.0, 8632.0, 8643.0, 8656.0, 8640.0, 8641.0, 8640.0, 8638.0, 8656.0, 8642.0, 8641.0, 8659.0, 8657.0, 8663.0, 8660.0, 8654.0, 8668.0, 8626.0, 8655.0, 8640.0, 8624.0, 8657.0, 8656.0, 8633.0, 8663.0, 8660.0, 8646.0, 8661.0, 8657.0, 8632.0, 8661.0, 8660.0, 8648.0, 8663.0, 8677.0, 8650.0, 8663.0, 8690.0, 8645.0, 8645.0, 8642.0, 8629.0, 8657.0, 8644.0, 8646.0, 8663.0, 8659.0, 8643.0, 8659.0, 8658.0, 8645.0, 8659.0, 8646.0, 8663.0, 8661.0, 8674.0, 8632.0, 8654.0, 8644.0, 8644.0, 8659.0, 8661.0, 8647.0, 8645.0, 8644.0, 8643.0, 8657.0, 8655.0, 8642.0, 8658.0, 8656.0, 8645.0, 8645.0, 8663.0, 8676.0, 8645.0, 8640.0, 8638.0, 8640.0, 8636.0, 8638.0, 8640.0, 8642.0, 8641.0, 8641.0, 8636.0, 8638.0, 8625.0, 8642.0, 8638.0, 8628.0, 8657.0, 8664.0, 8645.0, 8646.0, 8646.0, 8645.0, 8661.0, 8660.0, 8647.0, 8662.0, 8662.0, 8663.0, 8664.0, 8663.0, 8649.0, 8663.0, 8646.0, 8671.0, 8657.0, 8643.0, 8644.0, 8661.0, 8661.0, 8665.0, 8666.0, 8661.0, 8688.0, 8645.0, 8644.0, 8642.0, 8643.0, 8659.0, 8640.0, 8648.0, 8662.0, 8659.0, 8645.0, 8645.0, 8639.0, 8627.0, 8657.0, 8642.0, 8644.0, 8644.0, 8657.0, 8647.0, 8662.0, 8658.0, 8644.0, 8640.0, 8642.0, 8641.0, 8659.0, 8658.0, 8646.0, 8663.0, 8660.0, 8676.0, 8649.0, 8662.0, 8645.0, 8644.0, 8646.0, 8641.0, 8642.0, 8640.0, 8643.0, 8670.0, 8640.0, 8637.0, 8622.0, 8638.0, 8637.0, 8637.0, 8642.0, 8639.0, 8653.0, 8625.0, 8638.0, 8639.0, 8628.0, 8656.0, 8646.0, 8648.0, 8657.0, 8658.0, 8630.0, 8659.0, 8656.0, 8645.0, 8662.0, 8661.0, 8650.0, 8665.0, 8666.0, 8679.0, 8650.0, 8665.0, 8664.0, 8650.0, 8665.0, 8664.0, 8650.0, 8662.0, 8663.0, 8663.0, 8645.0, 8639.0, 8642.0, 8641.0, 8641.0, 8644.0, 8644.0, 8644.0, 8646.0, 8643.0, 8641.0, 8644.0, 8643.0, 8642.0, 8642.0, 8642.0, 8627.0, 8644.0, 8641.0, 8630.0, 8663.0, 8645.0, 8647.0, 8661.0, 8645.0, 8646.0, 8662.0, 8660.0, 8634.0, 8662.0, 8647.0, 8633.0, 8662.0, 8647.0, 8647.0, 8663.0, 8662.0, 8649.0, 8663.0, 8659.0, 8650.0, 8666.0, 8669.0, 8653.0, 8665.0, 8710.0, 8679.0, 8690.0, 8698.0, 8682.0, 8666.0, 8694.0, 8659.0, 8661.0, 8663.0, 8652.0, 8681.0, 8652.0, 8670.0, 8678.0, 8654.0, 8648.0, 8660.0, 8627.0, 8666.0, 8655.0, 8620.0, 8656.0, 8629.0, 8589.0, 8616.0, 8572.0, 8581.0, 8566.0, 8566.0, 8606.0, 8565.0, 8561.0, 8575.0, 8563.0, 8563.0, 8561.0, 8566.0, 8580.0, 8587.0, 8592.0, 8585.0, 8574.0, 8591.0, 8589.0, 8577.0, 8596.0, 8608.0, 8598.0, 8614.0, 8614.0, 8618.0, 8634.0, 8625.0, 8625.0, 8636.0, 8634.0, 8622.0, 8634.0, 8635.0, 8626.0, 8642.0, 8655.0, 8631.0, 8648.0, 8645.0, 8629.0, 8661.0, 8658.0, 8647.0, 8665.0, 8662.0, 8650.0, 8653.0, 8667.0, 8666.0, 8653.0, 8667.0, 8665.0, 8650.0, 8660.0, 8666.0, 8659.0, 8683.0, 8688.0, 8670.0, 8670.0, 8683.0, 8683.0, 8677.0, 8685.0, 8697.0, 8654.0, 8679.0, 8665.0, 8665.0, 8683.0, 8679.0, 8663.0, 8662.0, 8646.0, 8661.0, 8660.0, 8647.0, 8665.0, 8676.0, 8647.0, 8661.0, 8659.0, 8647.0, 8661.0, 8662.0, 8665.0, 8662.0, 8675.0, 8660.0, 8659.0, 8639.0, 8663.0, 8678.0, 8666.0, 8663.0, 8665.0, 8659.0, 8665.0, 8676.0, 8651.0, 8679.0, 8684.0, 8668.0, 8678.0, 8665.0, 8650.0, 8666.0, 8664.0, 8665.0, 8669.0, 8666.0, 8667.0, 8664.0, 8649.0, 8664.0, 8680.0, 8668.0, 8683.0, 8681.0, 8652.0, 8665.0, 8677.0, 8667.0, 8670.0, 8680.0, 8652.0, 8665.0, 8664.0, 8667.0, 8689.0, 8666.0, 8668.0, 8666.0, 8665.0, 8653.0, 8670.0, 8665.0, 8666.0, 8678.0, 8662.0, 8651.0, 8680.0, 8664.0, 8666.0, 8660.0, 8663.0, 8663.0, 8662.0, 8664.0, 8668.0, 8680.0, 8665.0, 8663.0, 8680.0, 8662.0, 8652.0, 8680.0, 8664.0, 8663.0, 8662.0, 8663.0, 8648.0, 8668.0, 8681.0, 8663.0, 8664.0, 8661.0, 8645.0, 8662.0, 8665.0, 8648.0, 8664.0, 8661.0, 8661.0, 8658.0, 8660.0, 8644.0, 8660.0, 8659.0, 8645.0, 8661.0, 8656.0, 8664.0, 8667.0, 8681.0, 8667.0, 8661.0, 8680.0, 8679.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.0010931229597388465</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016829573993471163</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.86283530242919</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1922359068845307</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0218521176688442</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4487</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6696.3911</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.056364225332468036</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.7616974972796517</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4413637186755404</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3591026710273364</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.676081118015436</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2889073669838487</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.020416</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017192136496305466</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021201416850090027</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>919</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7498646808307603</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>33.8136</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7689</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.8499</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309229.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>716.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.1252</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0121</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.3232</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3110.4128</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3328.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67315.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>925.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4086.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>887.4921</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.633591073565185</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> |