=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
111 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
111 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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-04/func/sub-0122_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>8b0298e35f5bc6b58a5881c1d2797dc4</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>19:38:19.415000</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.999032, 0.0222081, -0.037972, -0.0223224, 0.999747, -0.00258872]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0847155</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>[4223, -7660, -7097, 798, -73, 185, -275, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.418</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f5965d98-4d0b-4273-b236-cd8ac5597bf9||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.6803297996520996, -0.05988931655883789, -0.10234323143959045, 118.65962982177734], [-0.0595826618373394, 2.6822493076324463, -0.009271367453038692, -99.90511322021484], [-0.10187604278326035, 0.006945348344743252, 2.6980438232421875, -55.07334899902344], [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': ['193819.415000', '193819.875000', '193820.335000', '193820.795000', '193821.255000', '193821.715000', '193822.175000', '193822.635000', '193823.095000', '193823.555000', '193824.015000', '193824.475000', '193824.935000', '193825.395000', '193825.855000', '193826.315000', '193826.775000', '193827.235000', '193827.695000', '193828.155000', '193828.615000', '193829.075000', '193829.535000', '193829.995000', '193830.455000', '193830.915000', '193831.375000', '193831.835000', '193832.295000', '193832.755000', '193833.215000', '193833.675000', '193834.135000', '193834.595000', '193835.055000', '193835.515000', '193835.975000', '193836.435000', '193836.895000', '193837.355000', '193837.815000', '193838.275000', '193838.735000', '193839.195000', '193839.655000', '193840.115000', '193840.575000', '193841.035000', '193841.495000', '193841.955000', '193842.415000', '193842.875000', '193843.335000', '193843.795000', '193844.255000', '193844.715000', '193845.175000', '193845.635000', '193846.095000', '193846.555000', '193847.015000', '193847.475000', '193847.935000', '193848.395000', '193848.855000', '193849.315000', '193849.775000', '193850.235000', '193850.695000', '193851.155000', '193851.615000', '193852.075000', '193852.535000', '193852.995000', '193853.455000', '193853.915000', '193854.375000', '193854.835000', '193855.295000', '193855.755000', '193856.215000', '193856.675000', '193857.135000', '193857.595000', '193858.055000', '193858.515000', '193858.975000', '193859.435000', '193859.895000', '193900.355000', '193900.815000', '193901.275000', '193901.735000', '193902.195000', '193902.655000', '193903.115000', '193903.575000', '193904.035000', '193904.495000', '193904.955000', '193905.415000', '193905.875000', '193906.335000', '193906.795000', '193907.255000', '193907.715000', '193908.175000', '193908.635000', '193909.095000', '193909.555000', '193910.015000', '193910.475000', '193910.935000', '193911.395000', '193911.855000', '193912.315000', '193912.775000', '193913.235000', '193913.695000', '193914.155000', '193914.615000', '193915.075000', '193915.535000', '193915.995000', '193916.455000', '193916.915000', '193917.375000', '193917.835000', '193918.295000', '193918.755000', '193919.215000', '193919.675000', '193920.135000', '193920.595000', '193921.055000', '193921.515000', '193921.975000', '193922.435000', '193922.895000', '193923.355000', '193923.815000', '193924.275000', '193924.735000', '193925.195000', '193925.655000', '193926.115000', '193926.575000', '193927.035000', '193927.495000', '193927.955000', '193928.415000', '193928.875000', '193929.335000', '193929.795000', '193930.255000', '193930.715000', '193931.175000', '193931.635000', '193932.095000', '193932.555000', '193933.015000', '193933.475000', '193933.935000', '193934.395000', '193934.855000', '193935.315000', '193935.775000', '193936.235000', '193936.695000', '193937.155000', '193937.615000', '193938.075000', '193938.535000', '193938.995000', '193939.455000', '193939.915000', '193940.375000', '193940.835000', '193941.295000', '193941.755000', '193942.215000', '193942.675000', '193943.135000', '193943.595000', '193944.055000', '193944.515000', '193944.975000', '193945.435000', '193945.895000', '193946.355000', '193946.815000', '193947.275000', '193947.735000', '193948.195000', '193948.655000', '193949.115000', '193949.575000', '193950.035000', '193950.495000', '193950.955000', '193951.415000', '193951.875000', '193952.335000', '193952.795000', '193953.255000', '193953.715000', '193954.175000', '193954.635000', '193955.095000', '193955.555000', '193956.015000', '193956.475000', '193956.935000', '193957.395000', '193957.855000', '193958.315000', '193958.775000', '193959.235000', '193959.695000', '194000.155000', '194000.615000', '194001.075000', '194001.535000', '194001.995000', '194002.455000', '194002.915000', '194003.375000', '194003.835000', '194004.295000', '194004.755000', '194005.215000', '194005.675000', '194006.135000', '194006.595000', '194007.055000', '194007.515000', '194007.975000', '194008.435000', '194008.895000', '194009.355000', '194009.815000', '194010.275000', '194010.735000', '194011.195000', '194011.655000', '194012.115000', '194012.575000', '194013.035000', '194013.495000', '194013.955000', '194014.415000', '194014.875000', '194015.335000', '194015.795000', '194016.255000', '194016.715000', '194017.175000', '194017.635000', '194018.095000', '194018.555000', '194019.015000', '194019.475000', '194019.935000', '194020.395000', '194020.855000', '194021.315000', '194021.775000', '194022.235000', '194022.695000', '194023.155000', '194023.615000', '194024.075000', '194024.535000', '194024.995000', '194025.455000', '194025.915000', '194026.375000', '194026.835000', '194027.295000', '194027.755000', '194028.215000', '194028.675000', '194029.135000', '194029.595000', '194030.055000', '194030.515000', '194030.975000', '194031.435000', '194031.895000', '194032.355000', '194032.815000', '194033.275000', '194033.735000', '194034.195000', '194034.655000', '194035.115000', '194035.575000', '194036.035000', '194036.495000', '194036.955000', '194037.415000', '194037.875000', '194038.335000', '194038.795000', '194039.255000', '194039.715000', '194040.175000', '194040.635000', '194041.095000', '194041.555000', '194042.015000', '194042.475000', '194042.935000', '194043.395000', '194043.855000', '194044.315000', '194044.775000', '194045.235000', '194045.695000', '194046.155000', '194046.615000', '194047.075000', '194047.535000', '194047.995000', '194048.455000', '194048.915000', '194049.375000', '194049.835000', '194050.295000', '194050.755000', '194051.215000', '194051.675000', '194052.135000', '194052.595000', '194053.055000', '194053.515000', '194053.975000', '194054.435000', '194054.895000', '194055.355000', '194055.815000', '194056.275000', '194056.735000', '194057.195000', '194057.655000', '194058.115000', '194058.575000', '194059.035000', '194059.495000', '194059.955000', '194100.415000', '194100.875000', '194101.335000', '194101.795000', '194102.255000', '194102.715000', '194103.175000', '194103.635000', '194104.095000', '194104.555000', '194105.015000', '194105.475000', '194105.935000', '194106.395000', '194106.855000', '194107.315000', '194107.775000', '194108.235000', '194108.695000', '194109.155000', '194109.615000', '194110.075000', '194110.535000', '194110.995000', '194111.455000', '194111.915000', '194112.375000', '194112.835000', '194113.295000', '194113.755000', '194114.215000', '194114.675000', '194115.135000', '194115.595000', '194116.055000', '194116.515000', '194116.975000', '194117.435000', '194117.895000', '194118.355000', '194118.815000', '194119.275000', '194119.735000', '194120.195000', '194120.655000', '194121.115000', '194121.575000', '194122.035000', '194122.495000', '194122.955000', '194123.415000', '194123.875000', '194124.335000', '194124.795000', '194125.255000', '194125.715000', '194126.175000', '194126.635000', '194127.095000', '194127.555000', '194128.015000', '194128.475000', '194128.935000', '194129.395000', '194129.855000', '194130.315000', '194130.775000', '194131.235000', '194131.695000', '194132.155000', '194132.615000', '194133.075000', '194133.535000', '194133.995000', '194134.455000', '194134.915000', '194135.375000', '194135.835000', '194136.295000', '194136.755000', '194137.215000', '194137.675000', '194138.135000', '194138.595000', '194139.055000', '194139.515000', '194139.975000', '194140.435000', '194140.895000', '194141.355000', '194141.815000', '194142.275000', '194142.735000', '194143.195000', '194143.655000', '194144.115000', '194144.575000', '194145.035000', '194145.495000', '194145.955000', '194146.415000', '194146.875000', '194147.335000', '194147.795000', '194148.255000', '194148.715000', '194149.175000', '194149.635000', '194150.095000', '194150.555000', '194151.015000', '194151.475000', '194151.935000', '194152.395000', '194152.855000', '194153.315000', '194153.775000', '194154.235000', '194154.695000', '194155.155000', '194155.615000', '194156.075000', '194156.535000', '194156.995000', '194157.455000', '194157.915000', '194158.375000', '194158.835000', '194159.295000', '194159.755000', '194200.215000', '194200.675000', '194201.135000', '194201.595000', '194202.055000', '194202.515000', '194202.975000', '194203.435000', '194203.895000', '194204.355000', '194204.815000', '194205.275000', '194205.735000', '194206.195000', '194206.655000', '194207.115000', '194207.575000', '194208.035000', '194208.495000', '194208.955000', '194209.415000', '194209.875000', '194210.335000', '194210.795000', '194211.255000', '194211.715000', '194212.175000', '194212.635000', '194213.095000', '194213.555000', '194214.015000', '194214.475000', '194214.935000', '194215.395000', '194215.855000', '194216.315000', '194216.775000', '194217.235000', '194217.695000', '194218.155000', '194218.615000', '194219.075000', '194219.535000', '194219.995000', '194220.455000', '194220.915000', '194221.375000', '194221.835000', '194222.295000', '194222.755000', '194223.215000', '194223.675000', '194224.135000', '194224.595000', '194225.055000', '194225.515000', '194225.975000', '194226.435000', '194226.895000', '194227.355000', '194227.815000', '194228.275000', '194228.735000', '194229.195000', '194229.655000', '194230.115000', '194230.575000', '194231.035000', '194231.495000', '194231.955000', '194232.415000', '194232.875000', '194233.335000', '194233.795000', '194234.255000', '194234.715000', '194235.175000', '194235.635000', '194236.095000', '194236.555000', '194237.015000', '194237.475000', '194237.935000', '194238.395000', '194238.855000', '194239.315000', '194239.775000', '194240.235000', '194240.695000', '194241.155000', '194241.615000', '194242.075000', '194242.535000', '194242.995000', '194243.455000', '194243.915000', '194244.375000', '194244.835000', '194245.295000', '194245.755000', '194246.215000', '194246.675000', '194247.135000', '194247.595000', '194248.055000', '194248.515000', '194248.975000', '194249.435000', '194249.895000', '194250.355000', '194250.815000', '194251.275000', '194251.735000', '194252.195000', '194252.655000', '194253.115000', '194253.575000', '194254.035000', '194254.495000', '194254.955000', '194255.415000', '194255.875000', '194256.335000', '194256.795000', '194257.255000', '194257.715000', '194258.175000', '194258.635000', '194259.095000', '194259.555000', '194300.015000', '194300.475000', '194300.935000', '194301.395000', '194301.855000', '194302.315000', '194302.775000', '194303.235000', '194303.695000', '194304.155000', '194304.615000', '194305.075000', '194305.535000', '194305.995000', '194306.455000', '194306.915000', '194307.375000', '194307.835000', '194308.295000', '194308.755000', '194309.215000', '194309.675000', '194310.135000', '194310.595000', '194311.055000', '194311.515000', '194311.975000', '194312.435000', '194312.895000', '194313.355000', '194313.815000', '194314.275000', '194314.735000', '194315.195000', '194315.655000', '194316.115000', '194316.575000', '194317.035000', '194317.495000', '194317.955000', '194318.415000', '194318.875000', '194319.335000', '194319.795000', '194320.255000', '194320.715000', '194321.175000', '194321.635000', '194322.095000', '194322.555000', '194323.015000', '194323.475000', '194323.935000', '194324.395000', '194324.855000', '194325.315000', '194325.775000', '194326.235000', '194326.695000', '194327.155000', '194327.615000', '194328.075000', '194328.535000', '194328.995000', '194329.455000', '194329.915000', '194330.375000', '194330.835000', '194331.295000', '194331.755000', '194332.215000', '194332.675000', '194333.135000', '194333.595000', '194334.055000', '194334.515000', '194334.975000', '194335.435000', '194335.895000', '194336.355000', '194336.815000', '194337.275000', '194337.735000', '194338.195000', '194338.655000', '194339.115000', '194339.575000', '194340.035000', '194340.495000', '194340.955000', '194341.415000', '194341.875000', '194342.335000', '194342.795000', '194343.255000', '194343.715000', '194344.175000', '194344.635000', '194345.095000', '194345.555000', '194346.015000', '194346.475000', '194346.935000', '194347.395000', '194347.855000', '194348.315000', '194348.775000', '194349.235000', '194349.695000', '194350.155000', '194350.615000', '194351.075000', '194351.535000', '194351.995000', '194352.455000', '194352.915000', '194353.375000', '194353.835000', '194354.295000', '194354.755000', '194355.215000', '194355.675000', '194356.135000', '194356.595000', '194357.055000', '194357.515000', '194357.975000', '194358.435000', '194358.895000', '194359.355000', '194359.815000', '194400.275000', '194400.735000', '194401.195000', '194401.655000', '194402.115000', '194402.575000', '194403.035000', '194403.495000', '194403.955000', '194404.415000', '194404.875000', '194405.335000', '194405.795000', '194406.255000', '194406.715000', '194407.175000', '194407.635000', '194408.095000', '194408.555000', '194409.015000', '194409.475000', '194409.935000', '194410.395000', '194410.855000', '194411.315000', '194411.775000', '194412.235000', '194412.695000', '194413.155000', '194413.615000', '194414.075000', '194414.535000', '194414.995000', '194415.455000', '194415.915000', '194416.375000', '194416.835000', '194417.295000', '194417.755000', '194418.215000', '194418.675000', '194419.135000', '194419.595000', '194420.055000', '194420.515000', '194420.975000', '194421.435000', '194421.895000', '194422.355000', '194422.815000', '194423.275000', '194423.735000', '194424.195000', '194424.655000', '194425.115000', '194425.575000', '194426.035000', '194426.495000', '194426.955000', '194427.415000', '194427.875000', '194428.335000', '194428.795000', '194429.255000', '194429.715000', '194430.175000', '194430.635000', '194431.095000', '194431.555000', '194432.015000', '194432.475000', '194432.935000', '194433.395000', '194433.855000', '194434.315000', '194434.775000', '194435.235000', '194435.695000', '194436.155000', '194436.615000', '194437.075000', '194437.535000', '194437.995000', '194438.455000', '194438.915000', '194439.375000', '194439.835000', '194440.295000', '194440.755000', '194441.215000', '194441.675000', '194442.135000', '194442.595000', '194443.055000', '194443.515000', '194443.975000', '194444.435000', '194444.895000', '194445.355000', '194445.815000', '194446.275000', '194446.735000', '194447.195000', '194447.655000', '194448.115000', '194448.575000', '194449.035000', '194449.495000', '194449.955000', '194450.415000', '194450.875000', '194451.335000', '194451.795000', '194452.255000', '194452.715000', '194453.175000', '194453.635000', '194454.095000', '194454.555000', '194455.015000', '194455.475000', '194455.935000', '194456.395000', '194456.855000', '194457.315000', '194457.775000', '194458.235000', '194458.695000', '194459.155000', '194459.615000', '194500.075000', '194500.535000', '194500.995000', '194501.455000', '194501.915000', '194502.375000', '194502.835000', '194503.295000', '194503.755000', '194504.215000', '194504.675000', '194505.135000', '194505.595000', '194506.055000', '194506.515000', '194506.975000', '194507.435000', '194507.895000', '194508.355000', '194508.815000', '194509.275000', '194509.735000', '194510.195000', '194510.655000', '194511.115000', '194511.575000', '194512.035000', '194512.495000', '194512.955000', '194513.415000', '194513.875000', '194514.335000', '194514.795000', '194515.255000', '194515.715000', '194516.175000', '194516.635000', '194517.095000', '194517.555000', '194518.015000', '194518.475000', '194518.935000', '194519.395000', '194519.855000', '194520.315000', '194520.775000', '194521.235000', '194521.695000', '194522.155000', '194522.615000', '194523.075000', '194523.535000', '194523.995000', '194524.455000', '194524.915000'], 'ContentTime': ['193848.635000', '193848.638000', '193848.641000', '193848.644000', '193848.646000', '193848.649000', '193848.652000', '193848.654000', '193848.657000', '193848.659000', '193848.662000', '193848.665000', '193848.667000', '193848.670000', '193848.675000', '193848.677000', '193848.680000', '193848.682000', '193848.685000', '193848.687000', '193848.690000', '193848.693000', '193848.695000', '193848.698000', '193848.700000', '193848.703000', '193848.705000', '193848.708000', '193848.711000', '193848.713000', '193848.716000', '193848.718000', '193848.721000', '193848.723000', '193848.726000', '193848.728000', '193848.731000', '193848.734000', '193848.736000', '193848.739000', '193848.741000', '193848.744000', '193848.747000', '193848.749000', '193848.752000', '193848.754000', '193848.757000', '193848.759000', '193848.762000', '193848.764000', '193848.767000', '193848.770000', '193848.772000', '193848.775000', '193848.777000', '193848.780000', '193848.782000', '193848.785000', '193848.787000', '193848.790000', '193848.793000', '193848.796000', '193908.578000', '193908.581000', '193908.584000', '193908.586000', '193908.589000', '193908.592000', '193908.594000', '193908.597000', '193908.599000', '193908.602000', '193908.605000', '193908.607000', '193908.610000', '193908.612000', '193908.615000', '193908.618000', '193908.620000', '193908.623000', '193908.626000', '193908.629000', '193908.632000', '193908.635000', '193908.663000', '193908.665000', '193908.668000', '193908.670000', '193908.673000', '193908.675000', '193908.678000', '193908.680000', '193908.683000', '193908.686000', '193908.688000', '193908.691000', '193908.694000', '193908.697000', '193908.700000', '193908.703000', '193908.705000', '193908.708000', '193908.711000', '193908.713000', '193908.716000', '193928.578000', '193928.581000', '193928.584000', '193928.586000', '193928.589000', '193928.591000', '193928.594000', '193928.596000', '193928.599000', '193928.602000', '193928.604000', '193928.607000', '193928.609000', '193928.612000', '193928.615000', '193928.617000', '193928.620000', '193928.622000', '193928.625000', '193928.627000', '193928.630000', '193928.633000', '193928.635000', '193928.638000', '193928.640000', '193928.643000', '193928.645000', '193928.648000', '193928.650000', '193928.653000', '193928.656000', '193928.658000', '193928.661000', '193928.663000', '193928.666000', '193928.669000', '193928.671000', '193928.674000', '193928.676000', '193928.679000', '193928.681000', '193928.684000', '193928.688000', '193928.690000', '193948.579000', '193948.582000', '193948.585000', '193948.587000', '193948.590000', '193948.593000', '193948.595000', '193948.598000', '193948.601000', '193948.603000', '193948.606000', '193948.608000', '193948.611000', '193948.613000', '193948.616000', '193948.619000', '193948.621000', '193948.624000', '193948.627000', '193948.629000', '193948.632000', '193948.634000', '193948.637000', '193948.640000', '193948.642000', '193948.645000', '193948.647000', '193948.650000', '193948.652000', '193948.655000', '193948.658000', '193948.660000', '193948.663000', '193948.665000', '193948.668000', '193948.671000', '193948.674000', '193948.677000', '193948.680000', '193948.683000', '193948.686000', '193948.688000', '193948.691000', '194008.579000', '194008.582000', '194008.585000', '194008.588000', '194008.590000', '194008.599000', '194008.601000', '194008.604000', '194008.607000', '194008.609000', '194008.612000', '194008.615000', '194008.617000', '194008.620000', '194008.622000', '194008.625000', '194008.628000', '194008.630000', '194008.633000', '194008.636000', '194008.638000', '194008.641000', '194008.644000', '194008.646000', '194008.649000', '194008.651000', '194008.654000', '194008.657000', '194008.659000', '194008.662000', '194008.665000', '194008.667000', '194008.670000', '194008.672000', '194008.675000', '194008.678000', '194008.680000', '194008.683000', '194008.685000', '194008.688000', '194008.691000', '194008.693000', '194008.696000', '194008.698000', '194028.578000', '194028.581000', '194028.584000', '194028.586000', '194028.589000', '194028.592000', '194028.594000', '194028.597000', '194028.599000', '194028.602000', '194028.605000', '194028.607000', '194028.610000', '194028.612000', '194028.615000', '194028.618000', '194028.620000', '194028.623000', '194028.626000', '194028.628000', '194028.631000', '194028.633000', '194028.636000', '194028.638000', '194028.641000', '194028.644000', '194028.646000', '194028.649000', '194028.651000', '194028.654000', '194028.657000', '194028.659000', '194028.662000', '194028.664000', '194028.667000', '194028.670000', '194028.672000', '194028.675000', '194028.678000', '194028.681000', '194028.684000', '194028.687000', '194028.690000', '194048.578000', '194048.581000', '194048.584000', '194048.587000', '194048.589000', '194048.592000', '194048.594000', '194048.597000', '194048.600000', '194048.602000', '194048.605000', '194048.607000', '194048.610000', '194048.613000', '194048.615000', '194048.618000', '194048.621000', '194048.623000', '194048.640000', '194048.642000', '194048.645000', '194048.648000', '194048.650000', '194048.653000', '194048.655000', '194048.658000', '194048.661000', '194048.663000', '194048.666000', '194048.668000', '194048.671000', '194048.674000', '194048.676000', '194048.679000', '194048.681000', '194048.684000', '194048.687000', '194048.689000', '194048.692000', '194048.694000', '194048.697000', '194048.699000', '194048.702000', '194048.705000', '194108.578000', '194108.581000', '194108.584000', '194108.587000', '194108.589000', '194108.592000', '194108.594000', '194108.597000', '194108.600000', '194108.602000', '194108.605000', '194108.607000', '194108.610000', '194108.612000', '194108.615000', '194108.618000', '194108.620000', '194108.623000', '194108.625000', '194108.628000', '194108.636000', '194108.638000', '194108.641000', '194108.643000', '194108.646000', '194108.649000', '194108.651000', '194108.654000', '194108.657000', '194108.659000', '194108.662000', '194108.665000', '194108.667000', '194108.670000', '194108.672000', '194108.675000', '194108.677000', '194108.680000', '194108.683000', '194108.685000', '194108.688000', '194108.690000', '194108.694000', '194128.579000', '194128.581000', '194128.584000', '194128.587000', '194128.589000', '194128.592000', '194128.595000', '194128.597000', '194128.600000', '194128.602000', '194128.605000', '194128.608000', '194128.610000', '194128.613000', '194128.615000', '194128.618000', '194128.621000', '194128.623000', '194128.626000', '194128.628000', '194128.631000', '194128.633000', '194128.636000', '194128.639000', '194128.641000', '194128.644000', '194128.646000', '194128.649000', '194128.651000', '194128.654000', '194128.657000', '194128.659000', '194128.662000', '194128.665000', '194128.667000', '194128.670000', '194128.672000', '194128.675000', '194128.677000', '194128.680000', '194128.683000', '194128.685000', '194128.688000', '194128.690000', '194148.580000', '194148.583000', '194148.585000', '194148.588000', '194148.590000', '194148.593000', '194148.596000', '194148.598000', '194148.601000', '194148.603000', '194148.606000', '194148.609000', '194148.611000', '194148.614000', '194148.616000', '194148.619000', '194148.622000', '194148.624000', '194148.627000', '194148.630000', '194148.632000', '194148.635000', '194148.637000', '194148.640000', '194148.643000', '194148.645000', '194148.648000', '194148.650000', '194148.653000', '194148.656000', '194148.658000', '194148.661000', '194148.663000', '194148.666000', '194148.669000', '194148.671000', '194148.674000', '194148.677000', '194148.679000', '194148.682000', '194148.684000', '194148.687000', '194148.689000', '194208.580000', '194208.582000', '194208.585000', '194208.588000', '194208.590000', '194208.593000', '194208.595000', '194208.598000', '194208.601000', '194208.603000', '194208.606000', '194208.609000', '194208.611000', '194208.614000', '194208.617000', '194208.619000', '194208.622000', '194208.624000', '194208.627000', '194208.630000', '194208.632000', '194208.635000', '194208.637000', '194208.640000', '194208.642000', '194208.645000', '194208.648000', '194208.650000', '194208.653000', '194208.655000', '194208.658000', '194208.661000', '194208.663000', '194208.666000', '194208.669000', '194208.671000', '194208.674000', '194208.676000', '194208.679000', '194208.682000', '194208.684000', '194208.687000', '194208.689000', '194208.692000', '194228.580000', '194228.582000', '194228.585000', '194228.588000', '194228.590000', '194228.593000', '194228.596000', '194228.598000', '194228.601000', '194228.603000', '194228.606000', '194228.609000', '194228.611000', '194228.614000', '194228.616000', '194228.619000', '194228.621000', '194228.624000', '194228.627000', '194228.629000', '194228.632000', '194228.634000', '194228.637000', '194228.640000', '194228.642000', '194228.645000', '194228.648000', '194228.650000', '194228.653000', '194228.655000', '194228.658000', '194228.661000', '194228.663000', '194228.666000', '194228.676000', '194228.679000', '194228.681000', '194228.684000', '194228.687000', '194228.689000', '194228.692000', '194228.695000', '194228.698000', '194248.579000', '194248.581000', '194248.584000', '194248.587000', '194248.589000', '194248.592000', '194248.594000', '194248.597000', '194248.600000', '194248.602000', '194248.605000', '194248.607000', '194248.610000', '194248.613000', '194248.615000', '194248.618000', '194248.620000', '194248.623000', '194248.626000', '194248.628000', '194248.631000', '194248.634000', '194248.636000', '194248.639000', '194248.641000', '194248.644000', '194248.646000', '194248.649000', '194248.652000', '194248.654000', '194248.657000', '194248.659000', '194248.662000', '194248.665000', '194248.668000', '194248.670000', '194248.673000', '194248.675000', '194248.678000', '194248.681000', '194248.683000', '194248.686000', '194248.688000', '194248.691000', '194308.579000', '194308.581000', '194308.584000', '194308.587000', '194308.589000', '194308.592000', '194308.594000', '194308.597000', '194308.600000', '194308.602000', '194308.605000', '194308.608000', '194308.610000', '194308.613000', '194308.615000', '194308.618000', '194308.621000', '194308.623000', '194308.626000', '194308.628000', '194308.631000', '194308.634000', '194308.636000', '194308.639000', '194308.641000', '194308.644000', '194308.647000', '194308.650000', '194308.652000', '194308.655000', '194308.657000', '194308.660000', '194308.663000', '194308.665000', '194308.668000', '194308.671000', '194308.673000', '194308.676000', '194308.679000', '194308.681000', '194308.684000', '194308.686000', '194308.689000', '194328.579000', '194328.582000', '194328.584000', '194328.587000', '194328.589000', '194328.592000', '194328.594000', '194328.597000', '194328.600000', '194328.602000', '194328.605000', '194328.608000', '194328.610000', '194328.613000', '194328.615000', '194328.618000', '194328.621000', '194328.623000', '194328.626000', '194328.628000', '194328.631000', '194328.634000', '194328.636000', '194328.639000', '194328.641000', '194328.644000', '194328.647000', '194328.649000', '194328.652000', '194328.654000', '194328.657000', '194328.660000', '194328.662000', '194328.665000', '194328.668000', '194328.670000', '194328.673000', '194328.675000', '194328.678000', '194328.681000', '194328.683000', '194328.686000', '194328.689000', '194328.691000', '194348.579000', '194348.582000', '194348.584000', '194348.587000', '194348.589000', '194348.592000', '194348.594000', '194348.597000', '194348.600000', '194348.602000', '194348.605000', '194348.608000', '194348.612000', '194348.615000', '194348.617000', '194348.620000', '194348.623000', '194348.625000', '194348.628000', '194348.631000', '194348.633000', '194348.636000', '194348.638000', '194348.647000', '194348.659000', '194348.661000', '194348.664000', '194348.667000', '194348.669000', '194348.672000', '194348.675000', '194348.677000', '194348.680000', '194348.682000', '194348.685000', '194348.687000', '194348.690000', '194348.693000', '194348.695000', '194348.698000', '194348.700000', '194348.703000', '194348.706000', '194408.580000', '194408.582000', '194408.585000', '194408.588000', '194408.590000', '194408.593000', '194408.596000', '194408.599000', '194408.602000', '194408.605000', '194408.607000', '194408.610000', '194408.613000', '194408.616000', '194408.619000', '194408.622000', '194408.624000', '194408.627000', '194408.630000', '194408.632000', '194408.635000', '194408.637000', '194408.640000', '194408.643000', '194408.645000', '194408.648000', '194408.650000', '194408.653000', '194408.656000', '194408.658000', '194408.661000', '194408.663000', '194408.666000', '194408.669000', '194408.672000', '194408.674000', '194408.677000', '194408.679000', '194408.682000', '194408.685000', '194408.687000', '194408.690000', '194408.692000', '194428.579000', '194428.582000', '194428.585000', '194428.587000', '194428.590000', '194428.593000', '194428.595000', '194428.598000', '194428.601000', '194428.603000', '194428.606000', '194428.609000', '194428.611000', '194428.614000', '194428.616000', '194428.619000', '194428.621000', '194428.624000', '194428.627000', '194428.629000', '194428.632000', '194428.634000', '194428.637000', '194428.640000', '194428.642000', '194428.645000', '194428.648000', '194428.650000', '194428.653000', '194428.655000', '194428.658000', '194428.661000', '194428.663000', '194428.666000', '194428.669000', '194428.671000', '194428.674000', '194428.677000', '194428.679000', '194428.682000', '194428.685000', '194428.687000', '194428.690000', '194428.692000', '194448.578000', '194448.581000', '194448.584000', '194448.587000', '194448.589000', '194448.592000', '194448.594000', '194448.597000', '194448.600000', '194448.602000', '194448.605000', '194448.607000', '194448.610000', '194448.613000', '194448.615000', '194448.618000', '194448.620000', '194448.623000', '194448.626000', '194448.628000', '194448.631000', '194448.633000', '194448.636000', '194448.639000', '194448.641000', '194448.644000', '194448.646000', '194448.649000', '194448.651000', '194448.654000', '194448.657000', '194448.659000', '194448.662000', '194448.665000', '194448.667000', '194448.670000', '194448.672000', '194448.675000', '194448.678000', '194448.680000', '194448.683000', '194448.685000', '194448.688000', '194448.691000', '194508.579000', '194508.581000', '194508.584000', '194508.587000', '194508.589000', '194508.592000', '194508.594000', '194508.597000', '194508.600000', '194508.602000', '194508.605000', '194508.608000', '194508.610000', '194508.613000', '194508.615000', '194508.618000', '194508.621000', '194508.623000', '194508.626000', '194508.628000', '194508.631000', '194508.634000', '194508.636000', '194508.639000', '194508.641000', '194508.644000', '194508.647000', '194508.649000', '194508.652000', '194508.654000', '194508.657000', '194508.659000', '194508.662000', '194508.665000', '194508.678000', '194508.680000', '194508.683000', '194508.686000', '194508.688000', '194508.691000', '194508.693000', '194508.696000', '194508.699000', '194525.892000', '194525.894000', '194525.897000', '194525.900000', '194525.902000', '194525.905000', '194525.908000', '194525.910000', '194525.913000', '194525.916000', '194525.919000', '194525.922000', '194525.924000', '194525.927000', '194525.930000', '194525.933000', '194525.936000', '194525.939000', '194525.942000', '194525.945000', '194525.948000', '194525.951000', '194525.954000', '194525.956000', '194525.959000', '194525.962000', '194525.965000', '194525.967000', '194525.970000', '194525.972000', '194525.975000', '194525.978000', '194525.980000', '194525.983000', '194525.985000', '194525.988000', '194525.991000', '194525.993000'], 'InstanceCreationTime': ['193848.635000', '193848.638000', '193848.641000', '193848.644000', '193848.646000', '193848.649000', '193848.652000', '193848.654000', '193848.657000', '193848.659000', '193848.662000', '193848.665000', '193848.667000', '193848.670000', '193848.675000', '193848.677000', '193848.680000', '193848.682000', '193848.685000', '193848.687000', '193848.690000', '193848.693000', '193848.695000', '193848.698000', '193848.700000', '193848.703000', '193848.705000', '193848.708000', '193848.711000', '193848.713000', '193848.716000', '193848.718000', '193848.721000', '193848.723000', '193848.726000', '193848.728000', '193848.731000', '193848.734000', '193848.736000', '193848.739000', '193848.741000', '193848.744000', '193848.747000', '193848.749000', '193848.752000', '193848.754000', '193848.757000', '193848.759000', '193848.762000', '193848.764000', '193848.767000', '193848.770000', '193848.772000', '193848.775000', '193848.777000', '193848.780000', '193848.782000', '193848.785000', '193848.787000', '193848.790000', '193848.793000', '193848.796000', '193908.578000', '193908.581000', '193908.584000', '193908.586000', '193908.589000', '193908.592000', '193908.594000', '193908.597000', '193908.599000', '193908.602000', '193908.605000', '193908.607000', '193908.610000', '193908.612000', '193908.615000', '193908.618000', '193908.620000', '193908.623000', '193908.626000', '193908.629000', '193908.632000', '193908.635000', '193908.663000', '193908.665000', '193908.668000', '193908.670000', '193908.673000', '193908.675000', '193908.678000', '193908.680000', '193908.683000', '193908.686000', '193908.688000', '193908.691000', '193908.694000', '193908.697000', '193908.700000', '193908.703000', '193908.705000', '193908.708000', '193908.711000', '193908.713000', '193908.716000', '193928.578000', '193928.581000', '193928.584000', '193928.586000', '193928.589000', '193928.591000', '193928.594000', '193928.596000', '193928.599000', '193928.602000', '193928.604000', '193928.607000', '193928.609000', '193928.612000', '193928.615000', '193928.617000', '193928.620000', '193928.622000', '193928.625000', '193928.627000', '193928.630000', '193928.633000', '193928.635000', '193928.638000', '193928.640000', '193928.643000', '193928.645000', '193928.648000', '193928.650000', '193928.653000', '193928.656000', '193928.658000', '193928.661000', '193928.663000', '193928.666000', '193928.669000', '193928.671000', '193928.674000', '193928.676000', '193928.679000', '193928.681000', '193928.684000', '193928.688000', '193928.690000', '193948.579000', '193948.582000', '193948.585000', '193948.587000', '193948.590000', '193948.593000', '193948.595000', '193948.598000', '193948.601000', '193948.603000', '193948.606000', '193948.608000', '193948.611000', '193948.613000', '193948.616000', '193948.619000', '193948.621000', '193948.624000', '193948.627000', '193948.629000', '193948.632000', '193948.634000', '193948.637000', '193948.640000', '193948.642000', '193948.645000', '193948.647000', '193948.650000', '193948.652000', '193948.655000', '193948.658000', '193948.660000', '193948.663000', '193948.665000', '193948.668000', '193948.671000', '193948.674000', '193948.677000', '193948.680000', '193948.683000', '193948.686000', '193948.688000', '193948.691000', '194008.579000', '194008.582000', '194008.585000', '194008.588000', '194008.590000', '194008.599000', '194008.601000', '194008.604000', '194008.607000', '194008.609000', '194008.612000', '194008.615000', '194008.617000', '194008.620000', '194008.622000', '194008.625000', '194008.628000', '194008.630000', '194008.633000', '194008.636000', '194008.638000', '194008.641000', '194008.644000', '194008.646000', '194008.649000', '194008.651000', '194008.654000', '194008.657000', '194008.659000', '194008.662000', '194008.665000', '194008.667000', '194008.670000', '194008.672000', '194008.675000', '194008.678000', '194008.680000', '194008.683000', '194008.685000', '194008.688000', '194008.691000', '194008.693000', '194008.696000', '194008.698000', '194028.578000', '194028.581000', '194028.584000', '194028.586000', '194028.589000', '194028.592000', '194028.594000', '194028.597000', '194028.599000', '194028.602000', '194028.605000', '194028.607000', '194028.610000', '194028.612000', '194028.615000', '194028.618000', '194028.620000', '194028.623000', '194028.626000', '194028.628000', '194028.631000', '194028.633000', '194028.636000', '194028.638000', '194028.641000', '194028.644000', '194028.646000', '194028.649000', '194028.651000', '194028.654000', '194028.657000', '194028.659000', '194028.662000', '194028.664000', '194028.667000', '194028.670000', '194028.672000', '194028.675000', '194028.678000', '194028.681000', '194028.684000', '194028.687000', '194028.690000', '194048.578000', '194048.581000', '194048.584000', '194048.587000', '194048.589000', '194048.592000', '194048.594000', '194048.597000', '194048.600000', '194048.602000', '194048.605000', '194048.607000', '194048.610000', '194048.613000', '194048.615000', '194048.618000', '194048.621000', '194048.623000', '194048.640000', '194048.642000', '194048.645000', '194048.648000', '194048.650000', '194048.653000', '194048.655000', '194048.658000', '194048.661000', '194048.663000', '194048.666000', '194048.668000', '194048.671000', '194048.674000', '194048.676000', '194048.679000', '194048.681000', '194048.684000', '194048.687000', '194048.689000', '194048.692000', '194048.694000', '194048.697000', '194048.699000', '194048.702000', '194048.705000', '194108.578000', '194108.581000', '194108.584000', '194108.587000', '194108.589000', '194108.592000', '194108.594000', '194108.597000', '194108.600000', '194108.602000', '194108.605000', '194108.607000', '194108.610000', '194108.612000', '194108.615000', '194108.618000', '194108.620000', '194108.623000', '194108.625000', '194108.628000', '194108.636000', '194108.638000', '194108.641000', '194108.643000', '194108.646000', '194108.649000', '194108.651000', '194108.654000', '194108.657000', '194108.659000', '194108.662000', '194108.665000', '194108.667000', '194108.670000', '194108.672000', '194108.675000', '194108.677000', '194108.680000', '194108.683000', '194108.685000', '194108.688000', '194108.690000', '194108.694000', '194128.579000', '194128.581000', '194128.584000', '194128.587000', '194128.589000', '194128.592000', '194128.595000', '194128.597000', '194128.600000', '194128.602000', '194128.605000', '194128.608000', '194128.610000', '194128.613000', '194128.615000', '194128.618000', '194128.621000', '194128.623000', '194128.626000', '194128.628000', '194128.631000', '194128.633000', '194128.636000', '194128.639000', '194128.641000', '194128.644000', '194128.646000', '194128.649000', '194128.651000', '194128.654000', '194128.657000', '194128.659000', '194128.662000', '194128.665000', '194128.667000', '194128.670000', '194128.672000', '194128.675000', '194128.677000', '194128.680000', '194128.683000', '194128.685000', '194128.688000', '194128.690000', '194148.580000', '194148.583000', '194148.585000', '194148.588000', '194148.590000', '194148.593000', '194148.596000', '194148.598000', '194148.601000', '194148.603000', '194148.606000', '194148.609000', '194148.611000', '194148.614000', '194148.616000', '194148.619000', '194148.622000', '194148.624000', '194148.627000', '194148.630000', '194148.632000', '194148.635000', '194148.637000', '194148.640000', '194148.643000', '194148.645000', '194148.648000', '194148.650000', '194148.653000', '194148.656000', '194148.658000', '194148.661000', '194148.663000', '194148.666000', '194148.669000', '194148.671000', '194148.674000', '194148.677000', '194148.679000', '194148.682000', '194148.684000', '194148.687000', '194148.689000', '194208.580000', '194208.582000', '194208.585000', '194208.588000', '194208.590000', '194208.593000', '194208.595000', '194208.598000', '194208.601000', '194208.603000', '194208.606000', '194208.609000', '194208.611000', '194208.614000', '194208.617000', '194208.619000', '194208.622000', '194208.624000', '194208.627000', '194208.630000', '194208.632000', '194208.635000', '194208.637000', '194208.640000', '194208.642000', '194208.645000', '194208.648000', '194208.650000', '194208.653000', '194208.655000', '194208.658000', '194208.661000', '194208.663000', '194208.666000', '194208.669000', '194208.671000', '194208.674000', '194208.676000', '194208.679000', '194208.682000', '194208.684000', '194208.687000', '194208.689000', '194208.692000', '194228.580000', '194228.582000', '194228.585000', '194228.588000', '194228.590000', '194228.593000', '194228.596000', '194228.598000', '194228.601000', '194228.603000', '194228.606000', '194228.609000', '194228.611000', '194228.614000', '194228.616000', '194228.619000', '194228.621000', '194228.624000', '194228.627000', '194228.629000', '194228.632000', '194228.634000', '194228.637000', '194228.640000', '194228.642000', '194228.645000', '194228.648000', '194228.650000', '194228.653000', '194228.655000', '194228.658000', '194228.661000', '194228.663000', '194228.666000', '194228.676000', '194228.679000', '194228.681000', '194228.684000', '194228.687000', '194228.689000', '194228.692000', '194228.695000', '194228.698000', '194248.579000', '194248.581000', '194248.584000', '194248.587000', '194248.589000', '194248.592000', '194248.594000', '194248.597000', '194248.600000', '194248.602000', '194248.605000', '194248.607000', '194248.610000', '194248.613000', '194248.615000', '194248.618000', '194248.620000', '194248.623000', '194248.626000', '194248.628000', '194248.631000', '194248.634000', '194248.636000', '194248.639000', '194248.641000', '194248.644000', '194248.646000', '194248.649000', '194248.652000', '194248.654000', '194248.657000', '194248.659000', '194248.662000', '194248.665000', '194248.668000', '194248.670000', '194248.673000', '194248.675000', '194248.678000', '194248.681000', '194248.683000', '194248.686000', '194248.688000', '194248.691000', '194308.579000', '194308.581000', '194308.584000', '194308.587000', '194308.589000', '194308.592000', '194308.594000', '194308.597000', '194308.600000', '194308.602000', '194308.605000', '194308.608000', '194308.610000', '194308.613000', '194308.615000', '194308.618000', '194308.621000', '194308.623000', '194308.626000', '194308.628000', '194308.631000', '194308.634000', '194308.636000', '194308.639000', '194308.641000', '194308.644000', '194308.647000', '194308.650000', '194308.652000', '194308.655000', '194308.657000', '194308.660000', '194308.663000', '194308.665000', '194308.668000', '194308.671000', '194308.673000', '194308.676000', '194308.679000', '194308.681000', '194308.684000', '194308.686000', '194308.689000', '194328.579000', '194328.582000', '194328.584000', '194328.587000', '194328.589000', '194328.592000', '194328.594000', '194328.597000', '194328.600000', '194328.602000', '194328.605000', '194328.608000', '194328.610000', '194328.613000', '194328.615000', '194328.618000', '194328.621000', '194328.623000', '194328.626000', '194328.628000', '194328.631000', '194328.634000', '194328.636000', '194328.639000', '194328.641000', '194328.644000', '194328.647000', '194328.649000', '194328.652000', '194328.654000', '194328.657000', '194328.660000', '194328.662000', '194328.665000', '194328.668000', '194328.670000', '194328.673000', '194328.675000', '194328.678000', '194328.681000', '194328.683000', '194328.686000', '194328.689000', '194328.691000', '194348.579000', '194348.582000', '194348.584000', '194348.587000', '194348.589000', '194348.592000', '194348.594000', '194348.597000', '194348.600000', '194348.602000', '194348.605000', '194348.608000', '194348.612000', '194348.615000', '194348.617000', '194348.620000', '194348.623000', '194348.625000', '194348.628000', '194348.631000', '194348.633000', '194348.636000', '194348.638000', '194348.647000', '194348.659000', '194348.661000', '194348.664000', '194348.667000', '194348.669000', '194348.672000', '194348.675000', '194348.677000', '194348.680000', '194348.682000', '194348.685000', '194348.687000', '194348.690000', '194348.693000', '194348.695000', '194348.698000', '194348.700000', '194348.703000', '194348.706000', '194408.580000', '194408.582000', '194408.585000', '194408.588000', '194408.590000', '194408.593000', '194408.596000', '194408.599000', '194408.602000', '194408.605000', '194408.607000', '194408.610000', '194408.613000', '194408.616000', '194408.619000', '194408.622000', '194408.624000', '194408.627000', '194408.630000', '194408.632000', '194408.635000', '194408.637000', '194408.640000', '194408.643000', '194408.645000', '194408.648000', '194408.650000', '194408.653000', '194408.656000', '194408.658000', '194408.661000', '194408.663000', '194408.666000', '194408.669000', '194408.672000', '194408.674000', '194408.677000', '194408.679000', '194408.682000', '194408.685000', '194408.687000', '194408.690000', '194408.692000', '194428.579000', '194428.582000', '194428.585000', '194428.587000', '194428.590000', '194428.593000', '194428.595000', '194428.598000', '194428.601000', '194428.603000', '194428.606000', '194428.609000', '194428.611000', '194428.614000', '194428.616000', '194428.619000', '194428.621000', '194428.624000', '194428.627000', '194428.629000', '194428.632000', '194428.634000', '194428.637000', '194428.640000', '194428.642000', '194428.645000', '194428.648000', '194428.650000', '194428.653000', '194428.655000', '194428.658000', '194428.661000', '194428.663000', '194428.666000', '194428.669000', '194428.671000', '194428.674000', '194428.677000', '194428.679000', '194428.682000', '194428.685000', '194428.687000', '194428.690000', '194428.692000', '194448.578000', '194448.581000', '194448.584000', '194448.587000', '194448.589000', '194448.592000', '194448.594000', '194448.597000', '194448.600000', '194448.602000', '194448.605000', '194448.607000', '194448.610000', '194448.613000', '194448.615000', '194448.618000', '194448.620000', '194448.623000', '194448.626000', '194448.628000', '194448.631000', '194448.633000', '194448.636000', '194448.639000', '194448.641000', '194448.644000', '194448.646000', '194448.649000', '194448.651000', '194448.654000', '194448.657000', '194448.659000', '194448.662000', '194448.665000', '194448.667000', '194448.670000', '194448.672000', '194448.675000', '194448.678000', '194448.680000', '194448.683000', '194448.685000', '194448.688000', '194448.691000', '194508.579000', '194508.581000', '194508.584000', '194508.587000', '194508.589000', '194508.592000', '194508.594000', '194508.597000', '194508.600000', '194508.602000', '194508.605000', '194508.608000', '194508.610000', '194508.613000', '194508.615000', '194508.618000', '194508.621000', '194508.623000', '194508.626000', '194508.628000', '194508.631000', '194508.634000', '194508.636000', '194508.639000', '194508.641000', '194508.644000', '194508.647000', '194508.649000', '194508.652000', '194508.654000', '194508.657000', '194508.659000', '194508.662000', '194508.665000', '194508.678000', '194508.680000', '194508.683000', '194508.686000', '194508.688000', '194508.691000', '194508.693000', '194508.696000', '194508.699000', '194525.892000', '194525.894000', '194525.897000', '194525.900000', '194525.902000', '194525.905000', '194525.908000', '194525.910000', '194525.913000', '194525.916000', '194525.919000', '194525.922000', '194525.924000', '194525.927000', '194525.930000', '194525.933000', '194525.936000', '194525.939000', '194525.942000', '194525.945000', '194525.948000', '194525.951000', '194525.954000', '194525.956000', '194525.959000', '194525.962000', '194525.965000', '194525.967000', '194525.970000', '194525.972000', '194525.975000', '194525.978000', '194525.980000', '194525.983000', '194525.985000', '194525.988000', '194525.991000', '194525.993000'], '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': [12366, 15577, 12326, 14523, 12234, 11853, 12082, 12494, 12365, 12163, 12601, 12201, 12051, 12304, 12540, 11749, 11568, 12801, 11027, 12583, 12289, 11478, 12432, 14933, 12225, 11880, 10831, 12711, 11649, 12056, 12406, 11258, 12829, 11593, 12502, 12191, 11339, 12615, 12293, 12350, 12166, 11481, 12644, 10965, 12535, 11436, 12781, 12481, 12191, 12772, 12632, 12862, 14746, 12851, 13846, 12077, 12375, 15820, 12589, 14774, 12571, 12320, 11966, 12645, 15527, 12535, 14831, 12508, 12185, 11528, 12805, 11943, 12884, 14865, 12925, 14812, 12020, 14830, 12051, 12486, 14805, 12950, 13175, 12187, 12738, 13151, 12890, 11809, 12477, 12362, 11646, 12595, 14568, 12449, 12061, 11603, 13269, 11772, 13315, 12299, 13165, 12102, 13187, 10348, 13194, 13996, 13272, 13237, 12059, 13417, 14869, 13209, 13139, 11951, 13293, 14731, 13572, 12619, 11581, 13567, 13491, 13221, 12792, 11896, 13389, 12003, 12340, 13201, 12926, 13215, 12219, 13379, 12926, 12363, 13125, 13918, 13281, 12929, 12520, 13263, 14486, 13200, 13121, 12164, 13430, 14361, 13371, 12731, 13210, 13098, 14828, 13393, 13067, 11641, 13230, 12040, 13508, 12274, 13231, 12743, 13050, 12807, 13169, 12968, 13167, 12621, 13189, 11581, 12910, 15756, 12869, 14319, 12735, 12791, 11860, 13179, 15652, 11563, 12613, 12119, 10976, 12400, 11667, 12223, 15412, 12603, 14120, 12574, 12782, 14916, 11985, 12384, 13920, 12568, 14209, 11992, 12616, 15374, 13032, 13579, 11858, 12734, 13494, 12899, 12163, 11074, 13285, 12364, 13296, 12316, 11882, 13121, 11668, 12889, 12596, 10509, 13316, 12154, 12941, 12511, 11529, 12988, 11845, 12359, 12906, 13944, 12793, 12333, 12738, 12731, 10716, 13191, 12537, 12749, 12877, 12006, 13469, 12243, 13189, 12829, 11889, 13177, 16079, 13003, 14418, 12204, 13182, 15208, 12707, 14159, 11617, 13396, 14433, 12960, 12714, 10995, 13401, 14189, 12913, 12693, 10605, 13440, 12243, 12218, 13504, 14699, 13044, 12485, 12116, 13267, 12385, 12933, 13233, 12973, 13628, 12576, 11949, 13410, 12471, 12734, 13404, 14371, 13049, 12885, 11997, 13316, 12730, 12267, 13480, 12651, 12792, 13155, 12643, 13582, 12864, 11740, 13552, 12791, 13042, 12997, 11634, 13490, 13244, 12276, 13513, 13836, 13156, 13256, 11635, 13851, 15201, 13072, 13404, 13480, 13525, 15321, 11485, 13451, 14040, 12748, 13676, 14511, 13165, 13014, 11483, 13861, 13088, 12548, 13701, 14797, 13383, 13208, 11766, 13156, 12771, 12579, 13628, 12213, 14004, 13239, 13317, 13779, 12148, 13907, 13352, 13785, 13648, 14062, 14097, 15206, 12941, 14160, 15384, 13524, 13768, 13069, 14153, 15475, 13072, 13912, 12743, 13864, 12728, 13557, 13674, 14160, 13989, 13999, 14224, 13797, 12156, 13437, 14991, 12458, 14194, 14626, 13651, 13362, 13643, 12706, 13857, 15340, 13877, 12507, 14218, 15910, 13669, 14050, 15725, 14163, 14871, 13243, 13616, 13152, 13677, 12139, 13824, 13720, 13498, 13905, 11710, 14418, 13045, 13446, 14119, 13988, 13686, 13591, 12986, 14151, 13075, 13426, 13173, 12869, 14030, 12805, 14013, 12433, 13906, 13402, 13261, 13944, 11345, 13829, 13563, 13336, 13990, 15883, 13300, 15020, 12924, 13801, 13878, 13994, 15318, 13118, 14242, 12488, 14076, 12640, 14085, 13800, 12314, 14290, 15663, 13857, 13959, 13118, 13990, 14829, 12642, 14023, 15952, 13819, 14373, 12525, 14210, 15611, 13317, 13939, 14496, 13814, 13711, 12253, 13846, 13472, 13366, 13927, 10269, 13953, 13239, 12707, 13805, 12983, 13532, 13670, 11688, 13812, 13398, 12412, 13967, 13270, 13164, 13467, 11098, 13608, 13359, 12835, 13642, 13212, 13368, 13533, 12024, 13596, 13308, 12331, 13652, 13146, 12742, 13609, 14438, 12757, 13947, 15073, 13460, 13414, 12275, 13799, 13230, 13332, 13960, 12137, 14059, 13535, 12946, 13644, 13910, 13215, 13912, 11841, 13589, 14802, 13030, 13480, 15500, 13374, 13795, 12704, 13895, 15440, 13234, 13885, 12333, 13242, 13807, 13078, 13405, 15542, 13154, 13983, 13038, 13766, 15937, 12626, 13599, 14169, 13675, 14978, 12648, 13121, 15926, 12960, 13800, 12762, 13209, 15301, 12786, 12941, 12966, 13586, 14858, 12166, 13123, 15001, 12950, 13612, 11857, 12779, 14704, 12849, 13128, 14699, 12967, 13072, 12190, 13135, 14061, 12690, 12798, 11431, 12834, 13484, 12543, 12874, 11120, 12701, 13483, 12599, 13016, 12798, 13306, 12501, 12517, 12724, 15112, 12701, 12927, 12368, 12729, 15166, 12130, 12794, 12228, 12479, 15041, 11372, 12271, 15322, 12264, 12545, 11317, 12312, 13459, 11978, 12107, 11924, 12014, 14902, 11586, 12339, 13369, 12250, 15098, 11835, 12129, 13779, 11864, 13790, 11951, 12124, 14201, 12219, 11899, 11804, 11900, 12171, 11973, 12150, 12783, 12280, 12750, 11938, 11773, 14275, 12276, 13163, 11797, 11949, 12042, 12057, 15930, 12014, 12806, 11558, 11830, 15795, 11329, 14974, 11256, 11845, 15029, 11407, 14872, 10666, 12242, 15392, 12003, 11826, 11924, 11699, 14747, 11373, 12602, 11589, 12236, 15314, 11223, 12415, 12285, 12101, 15081, 11491, 12396, 11176, 11485, 14025, 11323, 11620, 10995, 11742, 12863, 11081, 11611, 13906, 11475, 11594, 11171, 11705, 14726, 11310, 12360, 11385, 11694, 12780, 11496, 14377, 11003, 11418, 15087, 11334, 14252, 11133, 11423, 15189, 11653, 13053, 11523, 11547, 11015, 11967, 11447, 11423, 13020, 15632, 11672, 15285, 12773, 11774, 15946, 12115, 12098, 14916, 11598, 15359, 11469, 12086, 15590, 11383, 14506, 10800, 11284, 10942, 12370, 15169, 11643, 14099, 11182, 11207, 11151, 11271, 15214, 11179, 14574, 11080, 12890, 11022, 11306, 12356, 11325, 15846, 10795, 14488, 11460, 11239, 14095, 12016, 14749, 11138, 11890, 10591, 11553, 12899, 11964, 12946, 11384, 12066, 12653, 11403, 11337, 11729, 14126, 10433, 12212, 10095, 10904, 10434, 11470, 13594, 12305, 14573, 10669, 11265, 14035, 11882, 14287, 10364, 11074, 12047, 12128, 14295, 11283, 11257, 14429, 11185, 11599, 10993, 10990, 13610, 11180, 11330, 11605, 12148, 11799, 10808, 11085, 11153, 11047, 12527, 10384, 11259, 13780, 10930, 12846, 10299, 11143, 13250, 11401, 13008, 11081, 11097, 14617, 11104, 12545, 11244, 11463, 14617, 10747, 12954, 11643, 11755, 14278, 10194, 11244, 10917, 11561, 13784, 10501, 11969, 11268, 11166, 14557, 10837, 11756, 11875, 11077, 14862, 11181, 14763, 10412, 11061, 13927, 11185, 14703, 10710, 13250, 11439, 12155, 15574, 10993, 13953, 11250, 11422, 14866, 11068, 13440, 10808, 11495, 11549, 12585, 14457, 11132, 11905, 11749, 12585, 14752, 10968, 12396, 11955, 11963, 13851, 10946, 12890, 10901, 11276, 11102, 10630, 10579, 12775, 14773, 11040, 14611, 10646, 12810, 10504, 11239, 15280, 10245, 13793, 10431, 10957, 12816, 11607, 14248, 10322, 12885, 11989, 11148, 14442, 11380, 12337, 11826, 10417, 14278, 10574, 13991, 10052], 'WindowCenter': [4911.0, 4913.0, 4877.0, 4871.0, 4851.0, 4836.0, 4836.0, 4847.0, 4847.0, 4850.0, 4836.0, 4837.0, 4835.0, 4831.0, 4846.0, 4835.0, 4827.0, 4844.0, 4823.0, 4836.0, 4833.0, 4823.0, 4836.0, 4839.0, 4822.0, 4822.0, 4810.0, 4834.0, 4822.0, 4824.0, 4837.0, 4822.0, 4843.0, 4821.0, 4833.0, 4837.0, 4825.0, 4836.0, 4834.0, 4848.0, 4834.0, 4836.0, 4856.0, 4825.0, 4851.0, 4838.0, 4861.0, 4848.0, 4850.0, 4860.0, 4849.0, 4849.0, 4853.0, 4847.0, 4870.0, 4847.0, 4846.0, 4856.0, 4835.0, 4850.0, 4835.0, 4848.0, 4836.0, 4833.0, 4855.0, 4836.0, 4850.0, 4835.0, 4835.0, 4835.0, 4844.0, 4828.0, 4835.0, 4846.0, 4833.0, 4855.0, 4836.0, 4844.0, 4823.0, 4822.0, 4830.0, 4820.0, 4831.0, 4809.0, 4820.0, 4816.0, 4818.0, 4808.0, 4822.0, 4823.0, 4812.0, 4823.0, 4842.0, 4833.0, 4833.0, 4822.0, 4833.0, 4848.0, 4858.0, 4836.0, 4861.0, 4847.0, 4870.0, 4832.0, 4859.0, 4856.0, 4850.0, 4846.0, 4821.0, 4836.0, 4843.0, 4835.0, 4834.0, 4822.0, 4837.0, 4842.0, 4836.0, 4822.0, 4811.0, 4834.0, 4829.0, 4833.0, 4832.0, 4810.0, 4831.0, 4820.0, 4823.0, 4832.0, 4823.0, 4831.0, 4822.0, 4833.0, 4835.0, 4835.0, 4846.0, 4842.0, 4834.0, 4833.0, 4834.0, 4843.0, 4840.0, 4834.0, 4832.0, 4834.0, 4845.0, 4840.0, 4847.0, 4838.0, 4845.0, 4843.0, 4844.0, 4834.0, 4833.0, 4824.0, 4845.0, 4835.0, 4859.0, 4848.0, 4873.0, 4858.0, 4842.0, 4847.0, 4847.0, 4847.0, 4847.0, 4850.0, 4845.0, 4837.0, 4846.0, 4857.0, 4836.0, 4841.0, 4834.0, 4845.0, 4824.0, 4847.0, 4856.0, 4826.0, 4823.0, 4838.0, 4827.0, 4844.0, 4848.0, 4851.0, 4841.0, 4832.0, 4846.0, 4821.0, 4820.0, 4843.0, 4813.0, 4820.0, 4821.0, 4811.0, 4816.0, 4799.0, 4808.0, 4812.0, 4809.0, 4816.0, 4797.0, 4807.0, 4801.0, 4808.0, 4799.0, 4789.0, 4804.0, 4797.0, 4807.0, 4798.0, 4796.0, 4815.0, 4797.0, 4807.0, 4820.0, 4800.0, 4832.0, 4806.0, 4820.0, 4821.0, 4810.0, 4822.0, 4809.0, 4820.0, 4833.0, 4833.0, 4828.0, 4817.0, 4835.0, 4833.0, 4812.0, 4835.0, 4831.0, 4847.0, 4847.0, 4833.0, 4855.0, 4835.0, 4849.0, 4846.0, 4839.0, 4849.0, 4851.0, 4834.0, 4843.0, 4833.0, 4843.0, 4852.0, 4834.0, 4844.0, 4822.0, 4846.0, 4830.0, 4834.0, 4833.0, 4815.0, 4844.0, 4840.0, 4831.0, 4834.0, 4800.0, 4833.0, 4821.0, 4824.0, 4844.0, 4844.0, 4834.0, 4834.0, 4822.0, 4835.0, 4820.0, 4833.0, 4831.0, 4833.0, 4846.0, 4833.0, 4822.0, 4834.0, 4821.0, 4831.0, 4844.0, 4831.0, 4835.0, 4834.0, 4821.0, 4844.0, 4845.0, 4833.0, 4847.0, 4835.0, 4845.0, 4846.0, 4833.0, 4844.0, 4844.0, 4835.0, 4845.0, 4834.0, 4843.0, 4849.0, 4825.0, 4856.0, 4847.0, 4847.0, 4859.0, 4858.0, 4850.0, 4848.0, 4835.0, 4857.0, 4869.0, 4856.0, 4849.0, 4846.0, 4847.0, 4859.0, 4825.0, 4843.0, 4843.0, 4847.0, 4847.0, 4846.0, 4848.0, 4845.0, 4826.0, 4857.0, 4845.0, 4846.0, 4854.0, 4855.0, 4845.0, 4844.0, 4837.0, 4873.0, 4859.0, 4846.0, 4855.0, 4848.0, 4872.0, 4848.0, 4858.0, 4857.0, 4848.0, 4861.0, 4861.0, 4870.0, 4871.0, 4856.0, 4858.0, 4869.0, 4849.0, 4858.0, 4854.0, 4848.0, 4849.0, 4835.0, 4847.0, 4869.0, 4852.0, 4861.0, 4850.0, 4858.0, 4858.0, 4857.0, 4873.0, 4884.0, 4862.0, 4864.0, 4845.0, 4848.0, 4849.0, 4870.0, 4869.0, 4826.0, 4846.0, 4847.0, 4859.0, 4845.0, 4855.0, 4858.0, 4870.0, 4869.0, 4861.0, 4847.0, 4859.0, 4867.0, 4837.0, 4844.0, 4845.0, 4845.0, 4844.0, 4838.0, 4832.0, 4833.0, 4844.0, 4821.0, 4835.0, 4833.0, 4834.0, 4843.0, 4824.0, 4845.0, 4833.0, 4832.0, 4855.0, 4843.0, 4845.0, 4832.0, 4836.0, 4846.0, 4821.0, 4833.0, 4835.0, 4837.0, 4846.0, 4836.0, 4857.0, 4847.0, 4872.0, 4864.0, 4849.0, 4857.0, 4828.0, 4856.0, 4845.0, 4845.0, 4857.0, 4866.0, 4852.0, 4855.0, 4837.0, 4847.0, 4836.0, 4846.0, 4857.0, 4848.0, 4856.0, 4837.0, 4859.0, 4847.0, 4858.0, 4858.0, 4838.0, 4860.0, 4855.0, 4846.0, 4858.0, 4836.0, 4848.0, 4856.0, 4836.0, 4849.0, 4852.0, 4843.0, 4846.0, 4824.0, 4844.0, 4842.0, 4838.0, 4848.0, 4833.0, 4832.0, 4833.0, 4812.0, 4836.0, 4834.0, 4833.0, 4832.0, 4801.0, 4830.0, 4830.0, 4821.0, 4833.0, 4830.0, 4831.0, 4837.0, 4812.0, 4835.0, 4833.0, 4838.0, 4848.0, 4834.0, 4835.0, 4845.0, 4815.0, 4844.0, 4843.0, 4846.0, 4845.0, 4845.0, 4846.0, 4847.0, 4823.0, 4845.0, 4860.0, 4833.0, 4848.0, 4835.0, 4834.0, 4846.0, 4844.0, 4836.0, 4844.0, 4845.0, 4846.0, 4845.0, 4822.0, 4842.0, 4834.0, 4847.0, 4857.0, 4836.0, 4858.0, 4845.0, 4846.0, 4857.0, 4861.0, 4861.0, 4858.0, 4839.0, 4857.0, 4860.0, 4846.0, 4862.0, 4870.0, 4848.0, 4850.0, 4837.0, 4858.0, 4858.0, 4860.0, 4861.0, 4839.0, 4848.0, 4858.0, 4848.0, 4858.0, 4871.0, 4860.0, 4859.0, 4848.0, 4860.0, 4864.0, 4850.0, 4858.0, 4847.0, 4852.0, 4856.0, 4838.0, 4847.0, 4868.0, 4850.0, 4846.0, 4835.0, 4848.0, 4857.0, 4837.0, 4838.0, 4848.0, 4848.0, 4855.0, 4834.0, 4847.0, 4843.0, 4837.0, 4849.0, 4823.0, 4838.0, 4843.0, 4835.0, 4838.0, 4846.0, 4848.0, 4846.0, 4826.0, 4849.0, 4846.0, 4837.0, 4847.0, 4827.0, 4849.0, 4837.0, 4838.0, 4839.0, 4824.0, 4838.0, 4847.0, 4838.0, 4848.0, 4838.0, 4849.0, 4837.0, 4836.0, 4848.0, 4868.0, 4851.0, 4849.0, 4839.0, 4849.0, 4853.0, 4840.0, 4849.0, 4836.0, 4839.0, 4856.0, 4826.0, 4839.0, 4856.0, 4839.0, 4848.0, 4827.0, 4838.0, 4847.0, 4837.0, 4839.0, 4840.0, 4841.0, 4858.0, 4838.0, 4839.0, 4845.0, 4837.0, 4857.0, 4836.0, 4838.0, 4845.0, 4839.0, 4848.0, 4825.0, 4849.0, 4848.0, 4837.0, 4839.0, 4839.0, 4840.0, 4837.0, 4841.0, 4850.0, 4848.0, 4839.0, 4848.0, 4840.0, 4839.0, 4859.0, 4852.0, 4851.0, 4839.0, 4841.0, 4839.0, 4853.0, 4869.0, 4842.0, 4851.0, 4839.0, 4841.0, 4859.0, 4840.0, 4871.0, 4831.0, 4841.0, 4858.0, 4838.0, 4858.0, 4820.0, 4837.0, 4858.0, 4837.0, 4838.0, 4837.0, 4839.0, 4856.0, 4839.0, 4847.0, 4838.0, 4843.0, 4858.0, 4828.0, 4839.0, 4840.0, 4842.0, 4855.0, 4828.0, 4835.0, 4824.0, 4828.0, 4846.0, 4828.0, 4830.0, 4817.0, 4838.0, 4835.0, 4828.0, 4839.0, 4848.0, 4830.0, 4826.0, 4827.0, 4840.0, 4857.0, 4841.0, 4838.0, 4831.0, 4841.0, 4838.0, 4839.0, 4860.0, 4828.0, 4842.0, 4860.0, 4830.0, 4861.0, 4829.0, 4851.0, 4871.0, 4840.0, 4849.0, 4843.0, 4840.0, 4854.0, 4852.0, 4864.0, 4880.0, 4889.0, 4888.0, 4855.0, 4884.0, 4848.0, 4841.0, 4860.0, 4836.0, 4839.0, 4846.0, 4829.0, 4857.0, 4826.0, 4837.0, 4856.0, 4827.0, 4845.0, 4815.0, 4828.0, 4815.0, 4838.0, 4857.0, 4830.0, 4847.0, 4827.0, 4827.0, 4827.0, 4829.0, 4857.0, 4828.0, 4848.0, 4819.0, 4837.0, 4819.0, 4830.0, 4826.0, 4818.0, 4856.0, 4815.0, 4845.0, 4817.0, 4817.0, 4832.0, 4817.0, 4845.0, 4817.0, 4815.0, 4804.0, 4827.0, 4823.0, 4826.0, 4835.0, 4825.0, 4829.0, 4835.0, 4826.0, 4827.0, 4840.0, 4849.0, 4819.0, 4826.0, 4815.0, 4817.0, 4814.0, 4840.0, 4847.0, 4836.0, 4846.0, 4815.0, 4828.0, 4848.0, 4827.0, 4847.0, 4807.0, 4825.0, 4822.0, 4839.0, 4847.0, 4815.0, 4816.0, 4833.0, 4811.0, 4812.0, 4814.0, 4817.0, 4832.0, 4815.0, 4817.0, 4813.0, 4823.0, 4826.0, 4818.0, 4819.0, 4815.0, 4827.0, 4824.0, 4805.0, 4829.0, 4848.0, 4830.0, 4839.0, 4817.0, 4828.0, 4833.0, 4841.0, 4849.0, 4826.0, 4829.0, 4845.0, 4828.0, 4838.0, 4830.0, 4841.0, 4858.0, 4827.0, 4846.0, 4825.0, 4837.0, 4860.0, 4821.0, 4830.0, 4828.0, 4840.0, 4844.0, 4844.0, 4852.0, 4838.0, 4842.0, 4857.0, 4829.0, 4841.0, 4839.0, 4841.0, 4861.0, 4841.0, 4858.0, 4827.0, 4841.0, 4860.0, 4829.0, 4857.0, 4829.0, 4849.0, 4828.0, 4839.0, 4858.0, 4827.0, 4850.0, 4817.0, 4829.0, 4847.0, 4829.0, 4847.0, 4830.0, 4840.0, 4826.0, 4838.0, 4846.0, 4828.0, 4831.0, 4825.0, 4838.0, 4845.0, 4818.0, 4839.0, 4841.0, 4841.0, 4847.0, 4829.0, 4849.0, 4842.0, 4840.0, 4840.0, 4827.0, 4831.0, 4850.0, 4859.0, 4830.0, 4860.0, 4829.0, 4835.0, 4818.0, 4828.0, 4847.0, 4806.0, 4849.0, 4817.0, 4814.0, 4824.0, 4824.0, 4835.0, 4806.0, 4835.0, 4825.0, 4816.0, 4833.0, 4826.0, 4824.0, 4814.0, 4816.0, 4846.0, 4817.0, 4835.0, 4809.0], 'WindowWidth': [10701.0, 10685.0, 10626.0, 10603.0, 10573.0, 10547.0, 10544.0, 10560.0, 10560.0, 10569.0, 10543.0, 10543.0, 10538.0, 10529.0, 10555.0, 10540.0, 10528.0, 10550.0, 10517.0, 10541.0, 10533.0, 10518.0, 10538.0, 10538.0, 10516.0, 10516.0, 10494.0, 10532.0, 10516.0, 10520.0, 10539.0, 10516.0, 10548.0, 10514.0, 10533.0, 10544.0, 10524.0, 10540.0, 10535.0, 10558.0, 10536.0, 10542.0, 10572.0, 10526.0, 10567.0, 10547.0, 10583.0, 10564.0, 10570.0, 10583.0, 10564.0, 10564.0, 10565.0, 10556.0, 10598.0, 10560.0, 10555.0, 10567.0, 10539.0, 10555.0, 10539.0, 10560.0, 10540.0, 10533.0, 10564.0, 10539.0, 10554.0, 10537.0, 10540.0, 10539.0, 10551.0, 10529.0, 10538.0, 10551.0, 10531.0, 10568.0, 10538.0, 10550.0, 10514.0, 10514.0, 10522.0, 10508.0, 10527.0, 10491.0, 10508.0, 10499.0, 10504.0, 10492.0, 10516.0, 10516.0, 10498.0, 10516.0, 10540.0, 10533.0, 10534.0, 10517.0, 10532.0, 10560.0, 10574.0, 10540.0, 10580.0, 10559.0, 10595.0, 10543.0, 10576.0, 10568.0, 10562.0, 10553.0, 10510.0, 10534.0, 10547.0, 10534.0, 10531.0, 10512.0, 10537.0, 10542.0, 10533.0, 10513.0, 10495.0, 10529.0, 10518.0, 10527.0, 10525.0, 10493.0, 10524.0, 10510.0, 10516.0, 10528.0, 10514.0, 10524.0, 10512.0, 10529.0, 10534.0, 10537.0, 10551.0, 10540.0, 10532.0, 10529.0, 10532.0, 10546.0, 10538.0, 10530.0, 10528.0, 10534.0, 10550.0, 10540.0, 10554.0, 10541.0, 10549.0, 10546.0, 10544.0, 10531.0, 10533.0, 10519.0, 10549.0, 10538.0, 10575.0, 10561.0, 10605.0, 10578.0, 10548.0, 10559.0, 10559.0, 10555.0, 10558.0, 10566.0, 10554.0, 10545.0, 10556.0, 10567.0, 10538.0, 10542.0, 10532.0, 10550.0, 10520.0, 10554.0, 10568.0, 10525.0, 10515.0, 10545.0, 10528.0, 10552.0, 10563.0, 10568.0, 10544.0, 10530.0, 10552.0, 10509.0, 10509.0, 10544.0, 10499.0, 10507.0, 10506.0, 10493.0, 10496.0, 10472.0, 10487.0, 10487.0, 10486.0, 10495.0, 10467.0, 10482.0, 10469.0, 10482.0, 10472.0, 10459.0, 10476.0, 10467.0, 10482.0, 10471.0, 10465.0, 10493.0, 10470.0, 10483.0, 10506.0, 10478.0, 10527.0, 10486.0, 10507.0, 10510.0, 10492.0, 10511.0, 10491.0, 10506.0, 10530.0, 10529.0, 10519.0, 10504.0, 10533.0, 10532.0, 10500.0, 10535.0, 10527.0, 10556.0, 10556.0, 10534.0, 10568.0, 10537.0, 10560.0, 10557.0, 10545.0, 10558.0, 10556.0, 10534.0, 10547.0, 10530.0, 10545.0, 10557.0, 10534.0, 10547.0, 10514.0, 10549.0, 10523.0, 10531.0, 10531.0, 10507.0, 10546.0, 10537.0, 10525.0, 10532.0, 10481.0, 10529.0, 10511.0, 10519.0, 10546.0, 10545.0, 10534.0, 10533.0, 10513.0, 10534.0, 10509.0, 10530.0, 10527.0, 10529.0, 10550.0, 10531.0, 10511.0, 10531.0, 10511.0, 10526.0, 10547.0, 10524.0, 10533.0, 10532.0, 10511.0, 10545.0, 10552.0, 10535.0, 10555.0, 10535.0, 10551.0, 10553.0, 10529.0, 10548.0, 10550.0, 10537.0, 10552.0, 10535.0, 10549.0, 10560.0, 10525.0, 10568.0, 10558.0, 10559.0, 10575.0, 10573.0, 10563.0, 10561.0, 10536.0, 10570.0, 10592.0, 10571.0, 10561.0, 10554.0, 10557.0, 10575.0, 10521.0, 10546.0, 10549.0, 10558.0, 10555.0, 10553.0, 10557.0, 10553.0, 10523.0, 10570.0, 10554.0, 10556.0, 10565.0, 10565.0, 10553.0, 10551.0, 10541.0, 10603.0, 10582.0, 10558.0, 10567.0, 10560.0, 10601.0, 10559.0, 10572.0, 10574.0, 10561.0, 10580.0, 10580.0, 10594.0, 10598.0, 10569.0, 10572.0, 10589.0, 10562.0, 10571.0, 10564.0, 10558.0, 10560.0, 10534.0, 10554.0, 10589.0, 10569.0, 10581.0, 10563.0, 10577.0, 10576.0, 10573.0, 10604.0, 10622.0, 10585.0, 10588.0, 10552.0, 10558.0, 10563.0, 10596.0, 10594.0, 10523.0, 10551.0, 10552.0, 10573.0, 10553.0, 10567.0, 10577.0, 10595.0, 10590.0, 10580.0, 10555.0, 10575.0, 10587.0, 10539.0, 10547.0, 10548.0, 10549.0, 10548.0, 10540.0, 10526.0, 10530.0, 10546.0, 10511.0, 10532.0, 10528.0, 10532.0, 10545.0, 10518.0, 10548.0, 10531.0, 10528.0, 10564.0, 10545.0, 10549.0, 10527.0, 10534.0, 10552.0, 10510.0, 10530.0, 10533.0, 10541.0, 10551.0, 10538.0, 10569.0, 10557.0, 10599.0, 10590.0, 10562.0, 10572.0, 10529.0, 10569.0, 10552.0, 10549.0, 10570.0, 10582.0, 10565.0, 10565.0, 10541.0, 10557.0, 10537.0, 10551.0, 10571.0, 10559.0, 10567.0, 10541.0, 10574.0, 10556.0, 10572.0, 10573.0, 10544.0, 10578.0, 10568.0, 10553.0, 10571.0, 10538.0, 10557.0, 10569.0, 10539.0, 10558.0, 10556.0, 10545.0, 10551.0, 10516.0, 10546.0, 10542.0, 10540.0, 10553.0, 10529.0, 10527.0, 10530.0, 10496.0, 10533.0, 10532.0, 10528.0, 10528.0, 10483.0, 10524.0, 10523.0, 10509.0, 10530.0, 10525.0, 10526.0, 10538.0, 10498.0, 10533.0, 10531.0, 10541.0, 10557.0, 10531.0, 10534.0, 10549.0, 10505.0, 10547.0, 10547.0, 10552.0, 10552.0, 10549.0, 10553.0, 10554.0, 10517.0, 10552.0, 10576.0, 10532.0, 10556.0, 10538.0, 10533.0, 10552.0, 10545.0, 10538.0, 10550.0, 10549.0, 10551.0, 10549.0, 10513.0, 10543.0, 10533.0, 10555.0, 10569.0, 10539.0, 10570.0, 10553.0, 10553.0, 10571.0, 10580.0, 10580.0, 10576.0, 10548.0, 10573.0, 10579.0, 10554.0, 10583.0, 10594.0, 10558.0, 10562.0, 10541.0, 10573.0, 10573.0, 10580.0, 10580.0, 10547.0, 10559.0, 10573.0, 10557.0, 10575.0, 10595.0, 10580.0, 10579.0, 10557.0, 10579.0, 10579.0, 10565.0, 10575.0, 10556.0, 10566.0, 10569.0, 10543.0, 10557.0, 10586.0, 10563.0, 10556.0, 10538.0, 10558.0, 10568.0, 10541.0, 10545.0, 10559.0, 10558.0, 10565.0, 10534.0, 10555.0, 10545.0, 10543.0, 10561.0, 10518.0, 10542.0, 10545.0, 10536.0, 10542.0, 10551.0, 10558.0, 10554.0, 10525.0, 10560.0, 10551.0, 10540.0, 10555.0, 10531.0, 10559.0, 10541.0, 10542.0, 10545.0, 10521.0, 10543.0, 10555.0, 10544.0, 10558.0, 10544.0, 10560.0, 10542.0, 10539.0, 10560.0, 10588.0, 10566.0, 10561.0, 10546.0, 10562.0, 10562.0, 10549.0, 10562.0, 10540.0, 10545.0, 10566.0, 10525.0, 10546.0, 10565.0, 10548.0, 10559.0, 10528.0, 10545.0, 10555.0, 10543.0, 10549.0, 10550.0, 10552.0, 10574.0, 10544.0, 10548.0, 10549.0, 10541.0, 10572.0, 10541.0, 10544.0, 10551.0, 10545.0, 10558.0, 10523.0, 10563.0, 10558.0, 10543.0, 10547.0, 10544.0, 10549.0, 10544.0, 10554.0, 10565.0, 10559.0, 10548.0, 10558.0, 10548.0, 10549.0, 10578.0, 10568.0, 10565.0, 10551.0, 10554.0, 10548.0, 10572.0, 10592.0, 10555.0, 10568.0, 10548.0, 10552.0, 10574.0, 10551.0, 10597.0, 10539.0, 10550.0, 10570.0, 10546.0, 10574.0, 10520.0, 10545.0, 10572.0, 10541.0, 10544.0, 10541.0, 10548.0, 10568.0, 10552.0, 10559.0, 10546.0, 10556.0, 10570.0, 10531.0, 10548.0, 10552.0, 10553.0, 10565.0, 10529.0, 10539.0, 10521.0, 10528.0, 10553.0, 10530.0, 10536.0, 10513.0, 10543.0, 10538.0, 10528.0, 10548.0, 10556.0, 10534.0, 10526.0, 10529.0, 10550.0, 10569.0, 10554.0, 10545.0, 10537.0, 10552.0, 10545.0, 10547.0, 10576.0, 10532.0, 10554.0, 10574.0, 10535.0, 10580.0, 10534.0, 10570.0, 10596.0, 10552.0, 10562.0, 10560.0, 10553.0, 10579.0, 10572.0, 10593.0, 10623.0, 10636.0, 10631.0, 10581.0, 10618.0, 10558.0, 10550.0, 10579.0, 10541.0, 10546.0, 10553.0, 10531.0, 10568.0, 10522.0, 10539.0, 10565.0, 10527.0, 10548.0, 10509.0, 10528.0, 10508.0, 10542.0, 10569.0, 10535.0, 10554.0, 10526.0, 10527.0, 10526.0, 10532.0, 10567.0, 10530.0, 10556.0, 10518.0, 10540.0, 10518.0, 10534.0, 10522.0, 10513.0, 10568.0, 10508.0, 10548.0, 10510.0, 10513.0, 10526.0, 10508.0, 10547.0, 10510.0, 10505.0, 10488.0, 10524.0, 10515.0, 10523.0, 10537.0, 10523.0, 10530.0, 10534.0, 10525.0, 10526.0, 10551.0, 10559.0, 10517.0, 10523.0, 10508.0, 10514.0, 10509.0, 10549.0, 10555.0, 10540.0, 10552.0, 10509.0, 10532.0, 10558.0, 10526.0, 10551.0, 10497.0, 10523.0, 10515.0, 10546.0, 10554.0, 10507.0, 10509.0, 10529.0, 10498.0, 10501.0, 10504.0, 10512.0, 10527.0, 10505.0, 10509.0, 10499.0, 10515.0, 10521.0, 10515.0, 10516.0, 10506.0, 10525.0, 10518.0, 10493.0, 10532.0, 10558.0, 10534.0, 10544.0, 10514.0, 10531.0, 10532.0, 10553.0, 10562.0, 10526.0, 10533.0, 10550.0, 10531.0, 10545.0, 10535.0, 10552.0, 10571.0, 10529.0, 10555.0, 10522.0, 10542.0, 10577.0, 10523.0, 10536.0, 10530.0, 10549.0, 10550.0, 10566.0, 10574.0, 10545.0, 10556.0, 10570.0, 10534.0, 10552.0, 10549.0, 10553.0, 10579.0, 10553.0, 10573.0, 10529.0, 10554.0, 10579.0, 10534.0, 10569.0, 10534.0, 10562.0, 10531.0, 10549.0, 10571.0, 10529.0, 10562.0, 10511.0, 10529.0, 10554.0, 10532.0, 10555.0, 10533.0, 10550.0, 10526.0, 10543.0, 10554.0, 10531.0, 10535.0, 10522.0, 10541.0, 10549.0, 10513.0, 10546.0, 10552.0, 10553.0, 10555.0, 10535.0, 10561.0, 10559.0, 10550.0, 10550.0, 10529.0, 10539.0, 10567.0, 10576.0, 10536.0, 10575.0, 10534.0, 10539.0, 10515.0, 10530.0, 10552.0, 10495.0, 10560.0, 10514.0, 10506.0, 10517.0, 10520.0, 10532.0, 10494.0, 10534.0, 10520.0, 10508.0, 10528.0, 10521.0, 10517.0, 10503.0, 10511.0, 10550.0, 10512.0, 10533.0, 10503.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.0003003250270855905</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03274336045503792</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.010235676800505</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1667470589587856</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.93991912697397</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4815</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6838.0176</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08581306200115807</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.925243770314193</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.401002235857464</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.401891760916256</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5385223940223645</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2625925526337705</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00876753</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01344274077564478</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020777568221092224</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.226106640326076</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.0733</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8861</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.2597</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297175.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1006.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.2854</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9206</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.3786</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4044.5793</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4210.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79369.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1684.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5256.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.1825</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.36440332327038</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> |