=== 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-0004 --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-0004",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0004_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-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0004/figures/sub-0004_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-0004/figures/sub-0004_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004/ses-04/func/sub-0004_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>863827e79681a2458475392cbe0ce933</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>10:21:15.075000</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_VE11C_LATEST_20160120</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.999638, 0.0264566, -0.00483805, -0.0253035, 0.986098, 0.164225]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.109276</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>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7783, -7223, 516, -51, -230, 60, 80]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.188</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6da1bc96-601e-4a2d-8092-7ff43a8ad715||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6819562911987305, -0.06788738071918488, -0.024612190201878548, 116.88429260253906], [-0.0709812343120575, 2.6456298828125, 0.442915678024292, -95.58635711669922], [-0.012980133295059204, -0.44060277938842773, 2.6633100509643555, -15.204647064208984], [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': ['102115.075000', '102115.535000', '102115.995000', '102116.455000', '102116.915000', '102117.375000', '102117.835000', '102118.295000', '102118.755000', '102119.215000', '102119.675000', '102120.135000', '102120.595000', '102121.055000', '102121.515000', '102121.975000', '102122.435000', '102122.895000', '102123.355000', '102123.815000', '102124.275000', '102124.735000', '102125.195000', '102125.655000', '102126.115000', '102126.575000', '102127.035000', '102127.495000', '102127.955000', '102128.415000', '102128.875000', '102129.335000', '102129.795000', '102130.255000', '102130.715000', '102131.175000', '102131.635000', '102132.095000', '102132.555000', '102133.015000', '102133.475000', '102133.935000', '102134.395000', '102134.855000', '102135.315000', '102135.775000', '102136.235000', '102136.695000', '102137.155000', '102137.615000', '102138.075000', '102138.535000', '102138.995000', '102139.455000', '102139.915000', '102140.375000', '102140.835000', '102141.295000', '102141.755000', '102142.215000', '102142.675000', '102143.135000', '102143.595000', '102144.055000', '102144.515000', '102144.975000', '102145.435000', '102145.895000', '102146.355000', '102146.815000', '102147.275000', '102147.735000', '102148.195000', '102148.655000', '102149.115000', '102149.575000', '102150.035000', '102150.495000', '102150.955000', '102151.415000', '102151.875000', '102152.335000', '102152.795000', '102153.255000', '102153.715000', '102154.175000', '102154.635000', '102155.095000', '102155.555000', '102156.015000', '102156.475000', '102156.935000', '102157.395000', '102157.855000', '102158.315000', '102158.775000', '102159.235000', '102159.695000', '102200.155000', '102200.615000', '102201.075000', '102201.535000', '102201.995000', '102202.455000', '102202.915000', '102203.375000', '102203.835000', '102204.295000', '102204.755000', '102205.215000', '102205.675000', '102206.135000', '102206.595000', '102207.055000', '102207.515000', '102207.975000', '102208.435000', '102208.895000', '102209.355000', '102209.815000', '102210.275000', '102210.735000', '102211.195000', '102211.655000', '102212.115000', '102212.575000', '102213.035000', '102213.495000', '102213.955000', '102214.415000', '102214.875000', '102215.335000', '102215.795000', '102216.255000', '102216.715000', '102217.175000', '102217.635000', '102218.095000', '102218.555000', '102219.015000', '102219.475000', '102219.935000', '102220.395000', '102220.855000', '102221.315000', '102221.775000', '102222.235000', '102222.695000', '102223.155000', '102223.615000', '102224.075000', '102224.535000', '102224.995000', '102225.455000', '102225.915000', '102226.375000', '102226.835000', '102227.295000', '102227.755000', '102228.215000', '102228.675000', '102229.135000', '102229.595000', '102230.055000', '102230.515000', '102230.975000', '102231.435000', '102231.895000', '102232.355000', '102232.815000', '102233.275000', '102233.735000', '102234.195000', '102234.655000', '102235.115000', '102235.575000', '102236.035000', '102236.495000', '102236.955000', '102237.415000', '102237.875000', '102238.335000', '102238.795000', '102239.255000', '102239.715000', '102240.175000', '102240.635000', '102241.095000', '102241.555000', '102242.015000', '102242.475000', '102242.935000', '102243.395000', '102243.855000', '102244.315000', '102244.775000', '102245.235000', '102245.695000', '102246.155000', '102246.615000', '102247.075000', '102247.535000', '102247.995000', '102248.455000', '102248.915000', '102249.375000', '102249.835000', '102250.295000', '102250.755000', '102251.215000', '102251.675000', '102252.135000', '102252.595000', '102253.055000', '102253.515000', '102253.975000', '102254.435000', '102254.895000', '102255.355000', '102255.815000', '102256.275000', '102256.735000', '102257.195000', '102257.655000', '102258.115000', '102258.575000', '102259.035000', '102259.495000', '102259.955000', '102300.415000', '102300.875000', '102301.335000', '102301.795000', '102302.255000', '102302.715000', '102303.175000', '102303.635000', '102304.095000', '102304.555000', '102305.015000', '102305.475000', '102305.935000', '102306.395000', '102306.855000', '102307.315000', '102307.775000', '102308.235000', '102308.695000', '102309.155000', '102309.615000', '102310.075000', '102310.535000', '102310.995000', '102311.455000', '102311.915000', '102312.375000', '102312.835000', '102313.295000', '102313.755000', '102314.215000', '102314.675000', '102315.135000', '102315.595000', '102316.055000', '102316.515000', '102316.975000', '102317.435000', '102317.895000', '102318.355000', '102318.815000', '102319.275000', '102319.735000', '102320.195000', '102320.655000', '102321.115000', '102321.575000', '102322.035000', '102322.495000', '102322.955000', '102323.415000', '102323.875000', '102324.335000', '102324.795000', '102325.255000', '102325.715000', '102326.175000', '102326.635000', '102327.095000', '102327.555000', '102328.015000', '102328.475000', '102328.935000', '102329.395000', '102329.855000', '102330.315000', '102330.775000', '102331.235000', '102331.695000', '102332.155000', '102332.615000', '102333.075000', '102333.535000', '102333.995000', '102334.455000', '102334.915000', '102335.375000', '102335.835000', '102336.295000', '102336.755000', '102337.215000', '102337.675000', '102338.135000', '102338.595000', '102339.055000', '102339.515000', '102339.975000', '102340.435000', '102340.895000', '102341.355000', '102341.815000', '102342.275000', '102342.735000', '102343.195000', '102343.655000', '102344.115000', '102344.575000', '102345.035000', '102345.495000', '102345.955000', '102346.415000', '102346.875000', '102347.335000', '102347.795000', '102348.255000', '102348.715000', '102349.175000', '102349.635000', '102350.095000', '102350.555000', '102351.015000', '102351.475000', '102351.935000', '102352.395000', '102352.855000', '102353.315000', '102353.775000', '102354.235000', '102354.695000', '102355.155000', '102355.615000', '102356.075000', '102356.535000', '102356.995000', '102357.455000', '102357.915000', '102358.375000', '102358.835000', '102359.295000', '102359.755000', '102400.215000', '102400.675000', '102401.135000', '102401.595000', '102402.055000', '102402.515000', '102402.975000', '102403.435000', '102403.895000', '102404.355000', '102404.815000', '102405.275000', '102405.735000', '102406.195000', '102406.655000', '102407.115000', '102407.575000', '102408.035000', '102408.495000', '102408.955000', '102409.415000', '102409.875000', '102410.335000', '102410.795000', '102411.255000', '102411.715000', '102412.175000', '102412.635000', '102413.095000', '102413.555000', '102414.015000', '102414.475000', '102414.935000', '102415.395000', '102415.855000', '102416.315000', '102416.775000', '102417.235000', '102417.695000', '102418.155000', '102418.615000', '102419.075000', '102419.535000', '102419.995000', '102420.455000', '102420.915000', '102421.375000', '102421.835000', '102422.295000', '102422.755000', '102423.215000', '102423.675000', '102424.135000', '102424.595000', '102425.055000', '102425.515000', '102425.975000', '102426.435000', '102426.895000', '102427.355000', '102427.815000', '102428.275000', '102428.735000', '102429.195000', '102429.655000', '102430.115000', '102430.575000', '102431.035000', '102431.495000', '102431.955000', '102432.415000', '102432.875000', '102433.335000', '102433.795000', '102434.255000', '102434.715000', '102435.175000', '102435.635000', '102436.095000', '102436.555000', '102437.015000', '102437.475000', '102437.935000', '102438.395000', '102438.855000', '102439.315000', '102439.775000', '102440.235000', '102440.695000', '102441.155000', '102441.615000', '102442.075000', '102442.535000', '102442.995000', '102443.455000', '102443.915000', '102444.375000', '102444.835000', '102445.295000', '102445.755000', '102446.215000', '102446.675000', '102447.135000', '102447.595000', '102448.055000', '102448.515000', '102448.975000', '102449.435000', '102449.895000', '102450.355000', '102450.815000', '102451.275000', '102451.735000', '102452.195000', '102452.655000', '102453.115000', '102453.575000', '102454.035000', '102454.495000', '102454.955000', '102455.415000', '102455.875000', '102456.335000', '102456.795000', '102457.255000', '102457.715000', '102458.175000', '102458.635000', '102459.095000', '102459.555000', '102500.015000', '102500.475000', '102500.935000', '102501.395000', '102501.855000', '102502.315000', '102502.775000', '102503.235000', '102503.695000', '102504.155000', '102504.615000', '102505.075000', '102505.535000', '102505.995000', '102506.455000', '102506.915000', '102507.375000', '102507.835000', '102508.295000', '102508.755000', '102509.215000', '102509.675000', '102510.135000', '102510.595000', '102511.055000', '102511.515000', '102511.975000', '102512.435000', '102512.895000', '102513.355000', '102513.815000', '102514.275000', '102514.735000', '102515.195000', '102515.655000', '102516.115000', '102516.575000', '102517.035000', '102517.495000', '102517.955000', '102518.415000', '102518.875000', '102519.335000', '102519.795000', '102520.255000', '102520.715000', '102521.175000', '102521.635000', '102522.095000', '102522.555000', '102523.015000', '102523.475000', '102523.935000', '102524.395000', '102524.855000', '102525.315000', '102525.775000', '102526.235000', '102526.695000', '102527.155000', '102527.615000', '102528.075000', '102528.535000', '102528.995000', '102529.455000', '102529.915000', '102530.375000', '102530.835000', '102531.295000', '102531.755000', '102532.215000', '102532.675000', '102533.135000', '102533.595000', '102534.055000', '102534.515000', '102534.975000', '102535.435000', '102535.895000', '102536.355000', '102536.815000', '102537.275000', '102537.735000', '102538.195000', '102538.655000', '102539.115000', '102539.575000', '102540.035000', '102540.495000', '102540.955000', '102541.415000', '102541.875000', '102542.335000', '102542.795000', '102543.255000', '102543.715000', '102544.175000', '102544.635000', '102545.095000', '102545.555000', '102546.015000', '102546.475000', '102546.935000', '102547.395000', '102547.855000', '102548.315000', '102548.775000', '102549.235000', '102549.695000', '102550.155000', '102550.615000', '102551.075000', '102551.535000', '102551.995000', '102552.455000', '102552.915000', '102553.375000', '102553.835000', '102554.295000', '102554.755000', '102555.215000', '102555.675000', '102556.135000', '102556.595000', '102557.055000', '102557.515000', '102557.975000', '102558.435000', '102558.895000', '102559.355000', '102559.815000', '102600.275000', '102600.735000', '102601.195000', '102601.655000', '102602.115000', '102602.575000', '102603.035000', '102603.495000', '102603.955000', '102604.415000', '102604.875000', '102605.335000', '102605.795000', '102606.255000', '102606.715000', '102607.175000', '102607.635000', '102608.095000', '102608.555000', '102609.015000', '102609.475000', '102609.935000', '102610.395000', '102610.855000', '102611.315000', '102611.775000', '102612.235000', '102612.695000', '102613.155000', '102613.615000', '102614.075000', '102614.535000', '102614.995000', '102615.455000', '102615.915000', '102616.375000', '102616.835000', '102617.295000', '102617.755000', '102618.215000', '102618.675000', '102619.135000', '102619.595000', '102620.055000', '102620.515000', '102620.975000', '102621.435000', '102621.895000', '102622.355000', '102622.815000', '102623.275000', '102623.735000', '102624.195000', '102624.655000', '102625.115000', '102625.575000', '102626.035000', '102626.495000', '102626.955000', '102627.415000', '102627.875000', '102628.335000', '102628.795000', '102629.255000', '102629.715000', '102630.175000', '102630.635000', '102631.095000', '102631.555000', '102632.015000', '102632.475000', '102632.935000', '102633.395000', '102633.855000', '102634.315000', '102634.775000', '102635.235000', '102635.695000', '102636.155000', '102636.615000', '102637.075000', '102637.535000', '102637.995000', '102638.455000', '102638.915000', '102639.375000', '102639.835000', '102640.295000', '102640.755000', '102641.215000', '102641.675000', '102642.135000', '102642.595000', '102643.055000', '102643.515000', '102643.975000', '102644.435000', '102644.895000', '102645.355000', '102645.815000', '102646.275000', '102646.735000', '102647.195000', '102647.655000', '102648.115000', '102648.575000', '102649.035000', '102649.495000', '102649.955000', '102650.415000', '102650.875000', '102651.335000', '102651.795000', '102652.255000', '102652.715000', '102653.175000', '102653.635000', '102654.095000', '102654.555000', '102655.015000', '102655.475000', '102655.935000', '102656.395000', '102656.855000', '102657.315000', '102657.775000', '102658.235000', '102658.695000', '102659.155000', '102659.615000', '102700.075000', '102700.535000', '102700.995000', '102701.455000', '102701.915000', '102702.375000', '102702.835000', '102703.295000', '102703.755000', '102704.215000', '102704.675000', '102705.135000', '102705.595000', '102706.055000', '102706.515000', '102706.975000', '102707.435000', '102707.895000', '102708.355000', '102708.815000', '102709.275000', '102709.735000', '102710.195000', '102710.655000', '102711.115000', '102711.575000', '102712.035000', '102712.495000', '102712.955000', '102713.415000', '102713.875000', '102714.335000', '102714.795000', '102715.255000', '102715.715000', '102716.175000', '102716.635000', '102717.095000', '102717.555000', '102718.015000', '102718.475000', '102718.935000', '102719.395000', '102719.855000', '102720.315000', '102720.775000', '102721.235000', '102721.695000', '102722.155000', '102722.615000', '102723.075000', '102723.535000', '102723.995000', '102724.455000', '102724.915000', '102725.375000', '102725.835000', '102726.295000', '102726.755000', '102727.215000', '102727.675000', '102728.135000', '102728.595000', '102729.055000', '102729.515000', '102729.975000', '102730.435000', '102730.895000', '102731.355000', '102731.815000', '102732.275000', '102732.735000', '102733.195000', '102733.655000', '102734.115000', '102734.575000', '102735.035000', '102735.495000', '102735.955000', '102736.415000', '102736.875000', '102737.335000', '102737.795000', '102738.255000', '102738.715000', '102739.175000', '102739.635000', '102740.095000', '102740.555000', '102741.015000', '102741.475000', '102741.935000', '102742.395000', '102742.855000', '102743.315000', '102743.775000', '102744.235000', '102744.695000', '102745.155000', '102745.615000', '102746.075000', '102746.535000', '102746.995000', '102747.455000', '102747.915000', '102748.375000', '102748.835000', '102749.295000', '102749.755000', '102750.215000', '102750.675000', '102751.135000', '102751.595000', '102752.055000', '102752.515000', '102752.975000', '102753.435000', '102753.895000', '102754.355000', '102754.815000', '102755.275000', '102755.735000', '102756.195000', '102756.655000', '102757.115000', '102757.575000', '102758.035000', '102758.495000', '102758.955000', '102759.415000', '102759.875000', '102800.335000', '102800.795000', '102801.255000', '102801.715000', '102802.175000', '102802.635000', '102803.095000', '102803.555000', '102804.015000', '102804.475000', '102804.935000', '102805.395000', '102805.855000', '102806.315000', '102806.775000', '102807.235000', '102807.695000', '102808.155000', '102808.615000', '102809.075000', '102809.535000', '102809.995000', '102810.455000', '102810.915000', '102811.375000', '102811.835000', '102812.295000', '102812.755000', '102813.215000', '102813.675000', '102814.135000', '102814.595000', '102815.055000', '102815.515000', '102815.975000', '102816.435000', '102816.895000', '102817.355000', '102817.815000', '102818.275000', '102818.735000', '102819.195000', '102819.655000', '102820.115000', '102820.575000'], 'ContentTime': ['102127.839000', '102127.843000', '102127.846000', '102127.849000', '102127.853000', '102127.856000', '102127.870000', '102127.875000', '102127.878000', '102127.881000', '102127.898000', '102127.901000', '102127.904000', '102127.914000', '102127.917000', '102127.920000', '102127.923000', '102127.927000', '102127.930000', '102127.933000', '102127.937000', '102127.940000', '102127.943000', '102127.946000', '102127.949000', '102127.952000', '102147.804000', '102147.807000', '102147.815000', '102147.818000', '102147.821000', '102147.824000', '102147.827000', '102147.830000', '102147.833000', '102147.836000', '102147.839000', '102147.842000', '102147.845000', '102147.848000', '102147.851000', '102147.854000', '102147.857000', '102147.860000', '102147.863000', '102147.866000', '102147.869000', '102147.872000', '102147.875000', '102147.878000', '102147.881000', '102147.884000', '102147.887000', '102147.890000', '102147.893000', '102147.897000', '102147.900000', '102147.903000', '102147.905000', '102147.909000', '102147.912000', '102147.915000', '102147.918000', '102147.921000', '102147.924000', '102147.927000', '102147.930000', '102147.938000', '102147.941000', '102147.945000', '102207.803000', '102207.806000', '102207.809000', '102207.812000', '102207.815000', '102207.818000', '102207.820000', '102207.823000', '102207.826000', '102207.829000', '102207.832000', '102207.835000', '102207.838000', '102207.841000', '102207.844000', '102207.847000', '102207.849000', '102207.852000', '102207.855000', '102207.858000', '102207.861000', '102207.864000', '102207.867000', '102207.870000', '102207.872000', '102207.875000', '102207.878000', '102207.881000', '102207.884000', '102207.887000', '102207.890000', '102207.892000', '102207.895000', '102207.898000', '102207.901000', '102207.904000', '102207.907000', '102207.909000', '102207.912000', '102207.915000', '102207.918000', '102207.925000', '102207.927000', '102227.803000', '102227.806000', '102227.809000', '102227.811000', '102227.814000', '102227.817000', '102227.820000', '102227.823000', '102227.826000', '102227.828000', '102227.831000', '102227.834000', '102227.837000', '102227.840000', '102227.843000', '102227.846000', '102227.849000', '102227.851000', '102227.854000', '102227.857000', '102227.860000', '102227.863000', '102227.866000', '102227.869000', '102227.872000', '102227.875000', '102227.877000', '102227.880000', '102227.883000', '102227.886000', '102227.889000', '102227.892000', '102227.895000', '102227.898000', '102227.901000', '102227.904000', '102227.907000', '102227.909000', '102227.912000', '102227.915000', '102227.918000', '102227.921000', '102227.924000', '102227.927000', '102247.803000', '102247.806000', '102247.809000', '102247.812000', '102247.814000', '102247.817000', '102247.820000', '102247.823000', '102247.826000', '102247.829000', '102247.832000', '102247.834000', '102247.837000', '102247.840000', '102247.843000', '102247.846000', '102247.849000', '102247.852000', '102247.855000', '102247.857000', '102247.860000', '102247.863000', '102247.866000', '102247.869000', '102247.872000', '102247.875000', '102247.878000', '102247.880000', '102247.883000', '102247.886000', '102247.889000', '102247.892000', '102247.895000', '102247.898000', '102247.901000', '102247.903000', '102247.906000', '102247.910000', '102247.913000', '102247.916000', '102247.931000', '102247.934000', '102247.936000', '102307.803000', '102307.806000', '102307.809000', '102307.811000', '102307.814000', '102307.817000', '102307.820000', '102307.823000', '102307.828000', '102307.830000', '102307.833000', '102307.836000', '102307.839000', '102307.842000', '102307.845000', '102307.848000', '102307.851000', '102307.853000', '102307.856000', '102307.859000', '102307.862000', '102307.865000', '102307.868000', '102307.871000', '102307.873000', '102307.876000', '102307.879000', '102307.882000', '102307.885000', '102307.888000', '102307.891000', '102307.894000', '102307.897000', '102307.900000', '102307.902000', '102307.905000', '102307.908000', '102307.911000', '102307.914000', '102307.917000', '102307.920000', '102307.923000', '102307.925000', '102307.928000', '102327.803000', '102327.806000', '102327.809000', '102327.812000', '102327.814000', '102327.817000', '102327.820000', '102327.823000', '102327.826000', '102327.829000', '102327.832000', '102327.835000', '102327.837000', '102327.840000', '102327.843000', '102327.846000', '102327.849000', '102327.852000', '102327.855000', '102327.857000', '102327.860000', '102327.863000', '102327.866000', '102327.869000', '102327.872000', '102327.875000', '102327.878000', '102327.881000', '102327.883000', '102327.886000', '102327.889000', '102327.892000', '102327.895000', '102327.898000', '102327.900000', '102327.903000', '102327.906000', '102327.909000', '102327.912000', '102327.915000', '102327.918000', '102327.928000', '102327.931000', '102347.804000', '102347.807000', '102347.810000', '102347.813000', '102347.816000', '102347.818000', '102347.821000', '102347.824000', '102347.827000', '102347.830000', '102347.833000', '102347.836000', '102347.839000', '102347.841000', '102347.844000', '102347.847000', '102347.850000', '102347.853000', '102347.856000', '102347.859000', '102347.862000', '102347.864000', '102347.877000', '102347.880000', '102347.883000', '102347.886000', '102347.889000', '102347.892000', '102347.895000', '102347.898000', '102347.901000', '102347.903000', '102347.906000', '102347.909000', '102347.912000', '102347.915000', '102347.918000', '102347.921000', '102347.924000', '102347.927000', '102347.929000', '102347.932000', '102347.935000', '102347.938000', '102407.804000', '102407.807000', '102407.810000', '102407.813000', '102407.816000', '102407.819000', '102407.821000', '102407.824000', '102407.827000', '102407.830000', '102407.833000', '102407.836000', '102407.839000', '102407.842000', '102407.845000', '102407.848000', '102407.851000', '102407.854000', '102407.856000', '102407.859000', '102407.862000', '102407.865000', '102407.868000', '102407.871000', '102407.874000', '102407.877000', '102407.880000', '102407.883000', '102407.886000', '102407.889000', '102407.891000', '102407.894000', '102407.897000', '102407.900000', '102407.903000', '102407.906000', '102407.909000', '102407.912000', '102407.915000', '102407.918000', '102407.920000', '102407.923000', '102407.926000', '102427.803000', '102427.806000', '102427.809000', '102427.812000', '102427.815000', '102427.818000', '102427.821000', '102427.823000', '102427.826000', '102427.829000', '102427.832000', '102427.835000', '102427.838000', '102427.841000', '102427.844000', '102427.847000', '102427.850000', '102427.853000', '102427.855000', '102427.858000', '102427.861000', '102427.864000', '102427.867000', '102427.870000', '102427.873000', '102427.876000', '102427.879000', '102427.882000', '102427.884000', '102427.887000', '102427.890000', '102427.893000', '102427.896000', '102427.899000', '102427.902000', '102427.905000', '102427.921000', '102427.924000', '102427.927000', '102427.930000', '102427.933000', '102427.936000', '102427.939000', '102427.942000', '102447.803000', '102447.806000', '102447.809000', '102447.812000', '102447.815000', '102447.818000', '102447.821000', '102447.824000', '102447.826000', '102447.829000', '102447.832000', '102447.835000', '102447.838000', '102447.841000', '102447.844000', '102447.847000', '102447.850000', '102447.853000', '102447.856000', '102447.859000', '102447.861000', '102447.864000', '102447.867000', '102447.870000', '102447.873000', '102447.876000', '102447.879000', '102447.882000', '102447.885000', '102447.888000', '102447.890000', '102447.893000', '102447.896000', '102447.899000', '102447.902000', '102447.905000', '102447.908000', '102447.911000', '102447.914000', '102447.917000', '102447.920000', '102447.922000', '102447.925000', '102507.805000', '102507.809000', '102507.812000', '102507.815000', '102507.818000', '102507.821000', '102507.824000', '102507.827000', '102507.830000', '102507.833000', '102507.836000', '102507.838000', '102507.842000', '102507.844000', '102507.847000', '102507.850000', '102507.853000', '102507.856000', '102507.859000', '102507.862000', '102507.865000', '102507.868000', '102507.871000', '102507.874000', '102507.877000', '102507.880000', '102507.883000', '102507.885000', '102507.888000', '102507.891000', '102507.894000', '102507.897000', '102507.900000', '102507.903000', '102507.906000', '102507.909000', '102507.912000', '102507.915000', '102507.918000', '102507.920000', '102507.923000', '102507.926000', '102507.929000', '102527.803000', '102527.806000', '102527.809000', '102527.812000', '102527.814000', '102527.817000', '102527.820000', '102527.823000', '102527.826000', '102527.829000', '102527.832000', '102527.834000', '102527.837000', '102527.840000', '102527.843000', '102527.846000', '102527.849000', '102527.852000', '102527.855000', '102527.858000', '102527.861000', '102527.864000', '102527.866000', '102527.869000', '102527.872000', '102527.875000', '102527.878000', '102527.881000', '102527.884000', '102527.887000', '102527.890000', '102527.892000', '102527.895000', '102527.898000', '102527.901000', '102527.904000', '102527.907000', '102527.910000', '102527.913000', '102527.915000', '102527.918000', '102527.921000', '102527.924000', '102527.927000', '102547.803000', '102547.806000', '102547.809000', '102547.812000', '102547.815000', '102547.818000', '102547.824000', '102547.827000', '102547.830000', '102547.833000', '102547.836000', '102547.838000', '102547.841000', '102547.844000', '102547.847000', '102547.850000', '102547.853000', '102547.856000', '102547.858000', '102547.861000', '102547.864000', '102547.867000', '102547.870000', '102547.873000', '102547.876000', '102547.879000', '102547.881000', '102547.884000', '102547.887000', '102547.890000', '102547.893000', '102547.896000', '102547.899000', '102547.902000', '102547.904000', '102547.907000', '102547.910000', '102547.913000', '102547.916000', '102547.919000', '102547.922000', '102547.924000', '102547.927000', '102607.804000', '102607.807000', '102607.810000', '102607.813000', '102607.832000', '102607.835000', '102607.838000', '102607.841000', '102607.844000', '102607.847000', '102607.849000', '102607.852000', '102607.855000', '102607.858000', '102607.861000', '102607.864000', '102607.866000', '102607.869000', '102607.872000', '102607.875000', '102607.878000', '102607.881000', '102607.884000', '102607.887000', '102607.889000', '102607.892000', '102607.895000', '102607.898000', '102607.901000', '102607.904000', '102607.907000', '102607.910000', '102607.913000', '102607.915000', '102607.918000', '102607.921000', '102607.924000', '102607.927000', '102607.930000', '102607.933000', '102607.936000', '102607.939000', '102607.941000', '102607.944000', '102627.804000', '102627.807000', '102627.810000', '102627.813000', '102627.816000', '102627.819000', '102627.822000', '102627.824000', '102627.827000', '102627.830000', '102627.833000', '102627.836000', '102627.839000', '102627.842000', '102627.845000', '102627.848000', '102627.850000', '102627.853000', '102627.856000', '102627.859000', '102627.862000', '102627.865000', '102627.868000', '102627.871000', '102627.874000', '102627.876000', '102627.879000', '102627.882000', '102627.885000', '102627.888000', '102627.893000', '102627.896000', '102627.899000', '102627.902000', '102627.905000', '102627.908000', '102627.911000', '102627.914000', '102627.916000', '102627.919000', '102627.922000', '102627.925000', '102627.928000', '102647.803000', '102647.806000', '102647.809000', '102647.812000', '102647.814000', '102647.817000', '102647.820000', '102647.823000', '102647.826000', '102647.829000', '102647.832000', '102647.835000', '102647.837000', '102647.840000', '102647.843000', '102647.846000', '102647.849000', '102647.852000', '102647.855000', '102647.857000', '102647.860000', '102647.863000', '102647.866000', '102647.869000', '102647.872000', '102647.875000', '102647.877000', '102647.880000', '102647.883000', '102647.886000', '102647.889000', '102647.892000', '102647.895000', '102647.897000', '102647.900000', '102647.903000', '102647.906000', '102647.909000', '102647.912000', '102647.915000', '102647.917000', '102647.920000', '102647.923000', '102647.926000', '102707.803000', '102707.806000', '102707.809000', '102707.812000', '102707.814000', '102707.817000', '102707.820000', '102707.823000', '102707.826000', '102707.829000', '102707.832000', '102707.835000', '102707.837000', '102707.840000', '102707.843000', '102707.846000', '102707.849000', '102707.852000', '102707.855000', '102707.858000', '102707.861000', '102707.863000', '102707.866000', '102707.869000', '102707.872000', '102707.875000', '102707.878000', '102707.881000', '102707.884000', '102707.887000', '102707.890000', '102707.893000', '102707.896000', '102707.899000', '102707.901000', '102707.904000', '102707.907000', '102707.910000', '102707.913000', '102707.916000', '102707.919000', '102707.922000', '102707.924000', '102727.803000', '102727.806000', '102727.809000', '102727.812000', '102727.815000', '102727.818000', '102727.820000', '102727.823000', '102727.826000', '102727.829000', '102727.832000', '102727.835000', '102727.837000', '102727.840000', '102727.843000', '102727.857000', '102727.860000', '102727.863000', '102727.866000', '102727.869000', '102727.871000', '102727.874000', '102727.877000', '102727.880000', '102727.883000', '102727.886000', '102727.888000', '102727.891000', '102727.894000', '102727.897000', '102727.900000', '102727.903000', '102727.906000', '102727.909000', '102727.911000', '102727.914000', '102727.917000', '102727.920000', '102727.923000', '102727.926000', '102727.929000', '102727.931000', '102727.934000', '102727.937000', '102747.803000', '102747.806000', '102747.809000', '102747.812000', '102747.815000', '102747.818000', '102747.820000', '102747.824000', '102747.827000', '102747.830000', '102747.833000', '102747.836000', '102747.839000', '102747.842000', '102747.845000', '102747.848000', '102747.851000', '102747.853000', '102747.856000', '102747.859000', '102747.862000', '102747.865000', '102747.868000', '102747.871000', '102747.874000', '102747.877000', '102747.880000', '102747.883000', '102747.887000', '102747.890000', '102747.892000', '102747.895000', '102747.898000', '102747.901000', '102747.904000', '102747.907000', '102747.910000', '102747.912000', '102747.915000', '102747.918000', '102747.921000', '102747.924000', '102747.927000', '102807.803000', '102807.806000', '102807.809000', '102807.812000', '102807.814000', '102807.817000', '102807.820000', '102807.823000', '102807.826000', '102807.829000', '102807.832000', '102807.835000', '102807.837000', '102807.840000', '102807.843000', '102807.846000', '102807.849000', '102807.852000', '102807.855000', '102807.858000', '102807.864000', '102807.867000', '102807.870000', '102807.872000', '102807.875000', '102807.878000', '102807.881000', '102807.884000', '102807.887000', '102807.890000', '102807.893000', '102807.895000', '102807.898000', '102807.901000', '102807.904000', '102807.907000', '102807.910000', '102807.913000', '102807.915000', '102807.918000', '102807.921000', '102807.924000', '102807.927000', '102807.930000', '102821.518000', '102821.521000', '102821.525000', '102821.528000', '102821.532000', '102821.535000', '102821.538000', '102821.541000', '102821.544000', '102821.547000', '102821.550000', '102821.554000', '102821.557000', '102821.560000', '102821.563000', '102821.566000', '102821.569000', '102821.572000', '102821.575000', '102821.578000', '102821.581000', '102821.584000', '102821.586000', '102821.589000', '102821.592000', '102821.595000', '102821.598000', '102821.601000', '102821.604000', '102821.607000'], 'InstanceCreationTime': ['102127.839000', '102127.843000', '102127.846000', '102127.849000', '102127.853000', '102127.856000', '102127.870000', '102127.875000', '102127.878000', '102127.881000', '102127.898000', '102127.901000', '102127.904000', '102127.914000', '102127.917000', '102127.920000', '102127.923000', '102127.927000', '102127.930000', '102127.933000', '102127.937000', '102127.940000', '102127.943000', '102127.946000', '102127.949000', '102127.952000', '102147.804000', '102147.807000', '102147.815000', '102147.818000', '102147.821000', '102147.824000', '102147.827000', '102147.830000', '102147.833000', '102147.836000', '102147.839000', '102147.842000', '102147.845000', '102147.848000', '102147.851000', '102147.854000', '102147.857000', '102147.860000', '102147.863000', '102147.866000', '102147.869000', '102147.872000', '102147.875000', '102147.878000', '102147.881000', '102147.884000', '102147.887000', '102147.890000', '102147.893000', '102147.897000', '102147.900000', '102147.903000', '102147.905000', '102147.909000', '102147.912000', '102147.915000', '102147.918000', '102147.921000', '102147.924000', '102147.927000', '102147.930000', '102147.938000', '102147.941000', '102147.945000', '102207.803000', '102207.806000', '102207.809000', '102207.812000', '102207.815000', '102207.818000', '102207.820000', '102207.823000', '102207.826000', '102207.829000', '102207.832000', '102207.835000', '102207.838000', '102207.841000', '102207.844000', '102207.847000', '102207.849000', '102207.852000', '102207.855000', '102207.858000', '102207.861000', '102207.864000', '102207.867000', '102207.870000', '102207.872000', '102207.875000', '102207.878000', '102207.881000', '102207.884000', '102207.887000', '102207.890000', '102207.892000', '102207.895000', '102207.898000', '102207.901000', '102207.904000', '102207.907000', '102207.909000', '102207.912000', '102207.915000', '102207.918000', '102207.925000', '102207.927000', '102227.803000', '102227.806000', '102227.809000', '102227.811000', '102227.814000', '102227.817000', '102227.820000', '102227.823000', '102227.826000', '102227.828000', '102227.831000', '102227.834000', '102227.837000', '102227.840000', '102227.843000', '102227.846000', '102227.849000', '102227.851000', '102227.854000', '102227.857000', '102227.860000', '102227.863000', '102227.866000', '102227.869000', '102227.872000', '102227.875000', '102227.877000', '102227.880000', '102227.883000', '102227.886000', '102227.889000', '102227.892000', '102227.895000', '102227.898000', '102227.901000', '102227.904000', '102227.907000', '102227.909000', '102227.912000', '102227.915000', '102227.918000', '102227.921000', '102227.924000', '102227.927000', '102247.803000', '102247.806000', '102247.809000', '102247.812000', '102247.814000', '102247.817000', '102247.820000', '102247.823000', '102247.826000', '102247.829000', '102247.832000', '102247.834000', '102247.837000', '102247.840000', '102247.843000', '102247.846000', '102247.849000', '102247.852000', '102247.855000', '102247.857000', '102247.860000', '102247.863000', '102247.866000', '102247.869000', '102247.872000', '102247.875000', '102247.878000', '102247.880000', '102247.883000', '102247.886000', '102247.889000', '102247.892000', '102247.895000', '102247.898000', '102247.901000', '102247.903000', '102247.906000', '102247.910000', '102247.913000', '102247.916000', '102247.931000', '102247.934000', '102247.936000', '102307.803000', '102307.806000', '102307.809000', '102307.811000', '102307.814000', '102307.817000', '102307.820000', '102307.823000', '102307.828000', '102307.830000', '102307.833000', '102307.836000', '102307.839000', '102307.842000', '102307.845000', '102307.848000', '102307.851000', '102307.853000', '102307.856000', '102307.859000', '102307.862000', '102307.865000', '102307.868000', '102307.871000', '102307.873000', '102307.876000', '102307.879000', '102307.882000', '102307.885000', '102307.888000', '102307.891000', '102307.894000', '102307.897000', '102307.900000', '102307.902000', '102307.905000', '102307.908000', '102307.911000', '102307.914000', '102307.917000', '102307.920000', '102307.923000', '102307.925000', '102307.928000', '102327.803000', '102327.806000', '102327.809000', '102327.812000', '102327.814000', '102327.817000', '102327.820000', '102327.823000', '102327.826000', '102327.829000', '102327.832000', '102327.835000', '102327.837000', '102327.840000', '102327.843000', '102327.846000', '102327.849000', '102327.852000', '102327.855000', '102327.857000', '102327.860000', '102327.863000', '102327.866000', '102327.869000', '102327.872000', '102327.875000', '102327.878000', '102327.881000', '102327.883000', '102327.886000', '102327.889000', '102327.892000', '102327.895000', '102327.898000', '102327.900000', '102327.903000', '102327.906000', '102327.909000', '102327.912000', '102327.915000', '102327.918000', '102327.928000', '102327.931000', '102347.804000', '102347.807000', '102347.810000', '102347.813000', '102347.816000', '102347.818000', '102347.821000', '102347.824000', '102347.827000', '102347.830000', '102347.833000', '102347.836000', '102347.839000', '102347.841000', '102347.844000', '102347.847000', '102347.850000', '102347.853000', '102347.856000', '102347.859000', '102347.862000', '102347.864000', '102347.877000', '102347.880000', '102347.883000', '102347.886000', '102347.889000', '102347.892000', '102347.895000', '102347.898000', '102347.901000', '102347.903000', '102347.906000', '102347.909000', '102347.912000', '102347.915000', '102347.918000', '102347.921000', '102347.924000', '102347.927000', '102347.929000', '102347.932000', '102347.935000', '102347.938000', '102407.804000', '102407.807000', '102407.810000', '102407.813000', '102407.816000', '102407.819000', '102407.821000', '102407.824000', '102407.827000', '102407.830000', '102407.833000', '102407.836000', '102407.839000', '102407.842000', '102407.845000', '102407.848000', '102407.851000', '102407.854000', '102407.856000', '102407.859000', '102407.862000', '102407.865000', '102407.868000', '102407.871000', '102407.874000', '102407.877000', '102407.880000', '102407.883000', '102407.886000', '102407.889000', '102407.891000', '102407.894000', '102407.897000', '102407.900000', '102407.903000', '102407.906000', '102407.909000', '102407.912000', '102407.915000', '102407.918000', '102407.920000', '102407.923000', '102407.926000', '102427.803000', '102427.806000', '102427.809000', '102427.812000', '102427.815000', '102427.818000', '102427.821000', '102427.823000', '102427.826000', '102427.829000', '102427.832000', '102427.835000', '102427.838000', '102427.841000', '102427.844000', '102427.847000', '102427.850000', '102427.853000', '102427.855000', '102427.858000', '102427.861000', '102427.864000', '102427.867000', '102427.870000', '102427.873000', '102427.876000', '102427.879000', '102427.882000', '102427.884000', '102427.887000', '102427.890000', '102427.893000', '102427.896000', '102427.899000', '102427.902000', '102427.905000', '102427.921000', '102427.924000', '102427.927000', '102427.930000', '102427.933000', '102427.936000', '102427.939000', '102427.942000', '102447.803000', '102447.806000', '102447.809000', '102447.812000', '102447.815000', '102447.818000', '102447.821000', '102447.824000', '102447.826000', '102447.829000', '102447.832000', '102447.835000', '102447.838000', '102447.841000', '102447.844000', '102447.847000', '102447.850000', '102447.853000', '102447.856000', '102447.859000', '102447.861000', '102447.864000', '102447.867000', '102447.870000', '102447.873000', '102447.876000', '102447.879000', '102447.882000', '102447.885000', '102447.888000', '102447.890000', '102447.893000', '102447.896000', '102447.899000', '102447.902000', '102447.905000', '102447.908000', '102447.911000', '102447.914000', '102447.917000', '102447.920000', '102447.922000', '102447.925000', '102507.805000', '102507.809000', '102507.812000', '102507.815000', '102507.818000', '102507.821000', '102507.824000', '102507.827000', '102507.830000', '102507.833000', '102507.836000', '102507.838000', '102507.842000', '102507.844000', '102507.847000', '102507.850000', '102507.853000', '102507.856000', '102507.859000', '102507.862000', '102507.865000', '102507.868000', '102507.871000', '102507.874000', '102507.877000', '102507.880000', '102507.883000', '102507.885000', '102507.888000', '102507.891000', '102507.894000', '102507.897000', '102507.900000', '102507.903000', '102507.906000', '102507.909000', '102507.912000', '102507.915000', '102507.918000', '102507.920000', '102507.923000', '102507.926000', '102507.929000', '102527.803000', '102527.806000', '102527.809000', '102527.812000', '102527.814000', '102527.817000', '102527.820000', '102527.823000', '102527.826000', '102527.829000', '102527.832000', '102527.834000', '102527.837000', '102527.840000', '102527.843000', '102527.846000', '102527.849000', '102527.852000', '102527.855000', '102527.858000', '102527.861000', '102527.864000', '102527.866000', '102527.869000', '102527.872000', '102527.875000', '102527.878000', '102527.881000', '102527.884000', '102527.887000', '102527.890000', '102527.892000', '102527.895000', '102527.898000', '102527.901000', '102527.904000', '102527.907000', '102527.910000', '102527.913000', '102527.915000', '102527.918000', '102527.921000', '102527.924000', '102527.927000', '102547.803000', '102547.806000', '102547.809000', '102547.812000', '102547.815000', '102547.818000', '102547.824000', '102547.827000', '102547.830000', '102547.833000', '102547.836000', '102547.838000', '102547.841000', '102547.844000', '102547.847000', '102547.850000', '102547.853000', '102547.856000', '102547.858000', '102547.861000', '102547.864000', '102547.867000', '102547.870000', '102547.873000', '102547.876000', '102547.879000', '102547.881000', '102547.884000', '102547.887000', '102547.890000', '102547.893000', '102547.896000', '102547.899000', '102547.902000', '102547.904000', '102547.907000', '102547.910000', '102547.913000', '102547.916000', '102547.919000', '102547.922000', '102547.924000', '102547.927000', '102607.804000', '102607.807000', '102607.810000', '102607.813000', '102607.832000', '102607.835000', '102607.838000', '102607.841000', '102607.844000', '102607.847000', '102607.849000', '102607.852000', '102607.855000', '102607.858000', '102607.861000', '102607.864000', '102607.866000', '102607.869000', '102607.872000', '102607.875000', '102607.878000', '102607.881000', '102607.884000', '102607.887000', '102607.889000', '102607.892000', '102607.895000', '102607.898000', '102607.901000', '102607.904000', '102607.907000', '102607.910000', '102607.913000', '102607.915000', '102607.918000', '102607.921000', '102607.924000', '102607.927000', '102607.930000', '102607.933000', '102607.936000', '102607.939000', '102607.941000', '102607.944000', '102627.804000', '102627.807000', '102627.810000', '102627.813000', '102627.816000', '102627.819000', '102627.822000', '102627.824000', '102627.827000', '102627.830000', '102627.833000', '102627.836000', '102627.839000', '102627.842000', '102627.845000', '102627.848000', '102627.850000', '102627.853000', '102627.856000', '102627.859000', '102627.862000', '102627.865000', '102627.868000', '102627.871000', '102627.874000', '102627.876000', '102627.879000', '102627.882000', '102627.885000', '102627.888000', '102627.893000', '102627.896000', '102627.899000', '102627.902000', '102627.905000', '102627.908000', '102627.911000', '102627.914000', '102627.916000', '102627.919000', '102627.922000', '102627.925000', '102627.928000', '102647.803000', '102647.806000', '102647.809000', '102647.812000', '102647.814000', '102647.817000', '102647.820000', '102647.823000', '102647.826000', '102647.829000', '102647.832000', '102647.835000', '102647.837000', '102647.840000', '102647.843000', '102647.846000', '102647.849000', '102647.852000', '102647.855000', '102647.857000', '102647.860000', '102647.863000', '102647.866000', '102647.869000', '102647.872000', '102647.875000', '102647.877000', '102647.880000', '102647.883000', '102647.886000', '102647.889000', '102647.892000', '102647.895000', '102647.897000', '102647.900000', '102647.903000', '102647.906000', '102647.909000', '102647.912000', '102647.915000', '102647.917000', '102647.920000', '102647.923000', '102647.926000', '102707.803000', '102707.806000', '102707.809000', '102707.812000', '102707.814000', '102707.817000', '102707.820000', '102707.823000', '102707.826000', '102707.829000', '102707.832000', '102707.835000', '102707.837000', '102707.840000', '102707.843000', '102707.846000', '102707.849000', '102707.852000', '102707.855000', '102707.858000', '102707.861000', '102707.863000', '102707.866000', '102707.869000', '102707.872000', '102707.875000', '102707.878000', '102707.881000', '102707.884000', '102707.887000', '102707.890000', '102707.893000', '102707.896000', '102707.899000', '102707.901000', '102707.904000', '102707.907000', '102707.910000', '102707.913000', '102707.916000', '102707.919000', '102707.922000', '102707.924000', '102727.803000', '102727.806000', '102727.809000', '102727.812000', '102727.815000', '102727.818000', '102727.820000', '102727.823000', '102727.826000', '102727.829000', '102727.832000', '102727.835000', '102727.837000', '102727.840000', '102727.843000', '102727.857000', '102727.860000', '102727.863000', '102727.866000', '102727.869000', '102727.871000', '102727.874000', '102727.877000', '102727.880000', '102727.883000', '102727.886000', '102727.888000', '102727.891000', '102727.894000', '102727.897000', '102727.900000', '102727.903000', '102727.906000', '102727.909000', '102727.911000', '102727.914000', '102727.917000', '102727.920000', '102727.923000', '102727.926000', '102727.929000', '102727.931000', '102727.934000', '102727.937000', '102747.803000', '102747.806000', '102747.809000', '102747.812000', '102747.815000', '102747.818000', '102747.820000', '102747.824000', '102747.827000', '102747.830000', '102747.833000', '102747.836000', '102747.839000', '102747.842000', '102747.845000', '102747.848000', '102747.851000', '102747.853000', '102747.856000', '102747.859000', '102747.862000', '102747.865000', '102747.868000', '102747.871000', '102747.874000', '102747.877000', '102747.880000', '102747.883000', '102747.887000', '102747.890000', '102747.892000', '102747.895000', '102747.898000', '102747.901000', '102747.904000', '102747.907000', '102747.910000', '102747.912000', '102747.915000', '102747.918000', '102747.921000', '102747.924000', '102747.927000', '102807.803000', '102807.806000', '102807.809000', '102807.812000', '102807.814000', '102807.817000', '102807.820000', '102807.823000', '102807.826000', '102807.829000', '102807.832000', '102807.835000', '102807.837000', '102807.840000', '102807.843000', '102807.846000', '102807.849000', '102807.852000', '102807.855000', '102807.858000', '102807.864000', '102807.867000', '102807.870000', '102807.872000', '102807.875000', '102807.878000', '102807.881000', '102807.884000', '102807.887000', '102807.890000', '102807.893000', '102807.895000', '102807.898000', '102807.901000', '102807.904000', '102807.907000', '102807.910000', '102807.913000', '102807.915000', '102807.918000', '102807.921000', '102807.924000', '102807.927000', '102807.930000', '102821.518000', '102821.521000', '102821.525000', '102821.528000', '102821.532000', '102821.535000', '102821.538000', '102821.541000', '102821.544000', '102821.547000', '102821.550000', '102821.554000', '102821.557000', '102821.560000', '102821.563000', '102821.566000', '102821.569000', '102821.572000', '102821.575000', '102821.578000', '102821.581000', '102821.584000', '102821.586000', '102821.589000', '102821.592000', '102821.595000', '102821.598000', '102821.601000', '102821.604000', '102821.607000'], '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': [11831, 7675, 10884, 8968, 7573, 8628, 7284, 11348, 7470, 10893, 9468, 8081, 8142, 7475, 9485, 7483, 9195, 7627, 7345, 8594, 7534, 10637, 7786, 8382, 9113, 7241, 9684, 7041, 11176, 8184, 8551, 7894, 7382, 11334, 8249, 7235, 7641, 7438, 8413, 7809, 7346, 12359, 9005, 7559, 10402, 9092, 11223, 11711, 7963, 12052, 8444, 7350, 12702, 9705, 12926, 11771, 8551, 9661, 7755, 7148, 8984, 7732, 7160, 10272, 8211, 7271, 8380, 7668, 7242, 11530, 10493, 11412, 12380, 8799, 13624, 8933, 7476, 12700, 9144, 11146, 11913, 8078, 10293, 7601, 7230, 8994, 7475, 7203, 10860, 7762, 7313, 10305, 7941, 7139, 9297, 7566, 7415, 11282, 8466, 8925, 10767, 7581, 8948, 7608, 7220, 9531, 7481, 7108, 9627, 7598, 7265, 9092, 7451, 8878, 8228, 7511, 10582, 7582, 7364, 8738, 7354, 7607, 7803, 7319, 7482, 8974, 8511, 9862, 7659, 7378, 7366, 7773, 7266, 9897, 8344, 7348, 7281, 7664, 7257, 7628, 7611, 7614, 8823, 10572, 8180, 9534, 9221, 7348, 12756, 11908, 8152, 10697, 7420, 10399, 8619, 7265, 9569, 7340, 7947, 7803, 7544, 8056, 9923, 7595, 7167, 8616, 7461, 7366, 9838, 7874, 11245, 9200, 7659, 10657, 7605, 7075, 9906, 7371, 7498, 9114, 7796, 11554, 9325, 7444, 9239, 7686, 7231, 8757, 7305, 8992, 8063, 7260, 9189, 7244, 12159, 10135, 8071, 9084, 7325, 10624, 7465, 10709, 8738, 7548, 9435, 8120, 13692, 8894, 10756, 7858, 7146, 9623, 7108, 11968, 9329, 10229, 8402, 7230, 9438, 7191, 9420, 7325, 9844, 7642, 10936, 9026, 8863, 10216, 7788, 11594, 7885, 8893, 8762, 7439, 10634, 8990, 13329, 9488, 9659, 7538, 7324, 10289, 8121, 11676, 7512, 7515, 9016, 7380, 9002, 7676, 7221, 8840, 7388, 7164, 10020, 8667, 10951, 9739, 7514, 10557, 8563, 7456, 9663, 7392, 13640, 10224, 12026, 9182, 7385, 10371, 7595, 11506, 8144, 12032, 7889, 11236, 7803, 11227, 7991, 9293, 7703, 7844, 8732, 8187, 8013, 7179, 7837, 7331, 9028, 7374, 9640, 7403, 9185, 7371, 9740, 7385, 10882, 7841, 11130, 7987, 9437, 7639, 7633, 8443, 7613, 12092, 9295, 9942, 7700, 7153, 10212, 7772, 10273, 10248, 9826, 11135, 7639, 10386, 7630, 8622, 9216, 7553, 11027, 7466, 11238, 8488, 13173, 10050, 12203, 8314, 7420, 7943, 7261, 10337, 7612, 10772, 7678, 7779, 7628, 7639, 9841, 7612, 7636, 10392, 10095, 13126, 11462, 8428, 9405, 7671, 8950, 8983, 9247, 13137, 10906, 9533, 8465, 7818, 9351, 9083, 8819, 11854, 10036, 7617, 9760, 7263, 7537, 9622, 7561, 7775, 7561, 7637, 9025, 8216, 7962, 12459, 10793, 9241, 9403, 7843, 9098, 7719, 7468, 10704, 8249, 12422, 9971, 7840, 10482, 7695, 7512, 9147, 8394, 10871, 8217, 7786, 9771, 7796, 7623, 9795, 7578, 11724, 9478, 7788, 7433, 7341, 7737, 8076, 7670, 7526, 12126, 9701, 11296, 8671, 7499, 10585, 7530, 11612, 8905, 12385, 8573, 9243, 8288, 7212, 9505, 7660, 11257, 7722, 9289, 7661, 7311, 8361, 7422, 11386, 8463, 8250, 7651, 7535, 10464, 7584, 7803, 7974, 7562, 10512, 7722, 9177, 9475, 8416, 12715, 8689, 10047, 8580, 7617, 13278, 9349, 12451, 8493, 7556, 10106, 7383, 14257, 9832, 8600, 8611, 7649, 11140, 7766, 10516, 8513, 7554, 10271, 7628, 10672, 7851, 9736, 8433, 7628, 11170, 7731, 10276, 7800, 7411, 8902, 7444, 10976, 7528, 8673, 8645, 7156, 10376, 7702, 11912, 7566, 10943, 8952, 7128, 7618, 7653, 9742, 7525, 9276, 7633, 7389, 9107, 7780, 10156, 7934, 10642, 8803, 7699, 8712, 7655, 10256, 7754, 12256, 9301, 12497, 8915, 10133, 9133, 7333, 11477, 7964, 11070, 7781, 7420, 8213, 7619, 9770, 8379, 7183, 9959, 7672, 11760, 7866, 11480, 9541, 8954, 10213, 8288, 11606, 7720, 13705, 9932, 14583, 9033, 9556, 8624, 7544, 10261, 7628, 11634, 7718, 10567, 7942, 8712, 8015, 7535, 10367, 7590, 10596, 8448, 7450, 8618, 7694, 11342, 7986, 12143, 9577, 8098, 8957, 7518, 11287, 8205, 13491, 9460, 9760, 7425, 7654, 7280, 7636, 7816, 12699, 9611, 7589, 10683, 7884, 7617, 8629, 7810, 7631, 12565, 10015, 9111, 13416, 7908, 7649, 9923, 7574, 9429, 8142, 7846, 12676, 10261, 7555, 10288, 7641, 7479, 8472, 8385, 11007, 8857, 7547, 10848, 7658, 7456, 9262, 7353, 9581, 8891, 7918, 9095, 7882, 7754, 10146, 7950, 8567, 8587, 7665, 11431, 7882, 10225, 7941, 7906, 8743, 7587, 10857, 7361, 11253, 7673, 9413, 7740, 7377, 9693, 7678, 10103, 8143, 7284, 8291, 7708, 11019, 7662, 7952, 8051, 7550, 11087, 7686, 10341, 7904, 7138, 8535, 7584, 9440, 7854, 7452, 7894, 7537, 9819, 7800, 7399, 8609, 7574, 13247, 9586, 10264, 7941, 7409, 9983, 7695, 7382, 7570, 7625, 11064, 8520, 7296, 9202, 7575, 13450, 9392, 13196, 10628, 10417, 8883, 7680, 10137, 8093, 11523, 7585, 10224, 7914, 8323, 7810, 7644, 10179, 8003, 7538, 8109, 7877, 12540, 8300, 9693, 8034, 7758, 9762, 7592, 8192, 7835, 7892, 9132, 7857, 7826, 11691, 8120, 7522, 9688, 7854, 7777, 8906, 7619, 12159, 10081, 7829, 13377, 7968, 7669, 8787, 7747, 10433, 8626, 7759, 9338, 7368, 7829, 9402, 7706, 9150, 11763, 10005, 7804, 8817, 7359, 7672, 11499, 9077, 8346, 13910, 8592, 7757, 12923, 7648, 7435, 7586, 7357, 7392, 7272, 7470, 8352, 10241, 11899, 7610, 7507, 9655, 8122, 7580, 8996, 7755, 7385, 11742, 9380, 7810, 11101, 9860, 8249, 12547, 10459, 8191, 11198, 8306, 7679, 10599, 7902, 7777, 7584, 7807, 11509, 8062, 8698, 7912, 7986, 7764, 7741, 10611, 7910, 9441, 8171, 7802, 7641, 7850, 10172, 7863, 11460, 8404, 11084, 9360, 7535, 11120, 7560, 10327, 7938, 11832, 9933, 9480, 7716, 7401, 8610, 7954, 9285, 7433, 8761, 8435, 9141, 7706, 7725, 7795, 7775, 11765, 8262, 8906, 7841, 7481, 9033, 7907, 12023, 8154, 11833, 7677, 11694, 7755, 10959, 8366, 10932, 9211, 7329, 8821, 7748, 7388, 7821, 8054, 10619, 8019, 10617, 9378, 8277, 11901, 7706, 10407, 8672, 7518, 9508, 7840, 11911, 7624, 13038, 10849, 14942, 13444, 7628, 10286, 7655, 7663, 8299, 7659, 12509, 9648, 10512, 8638, 7619, 8961, 7577, 7585, 11591, 9128, 7984, 10447, 8653, 9764, 13437, 8127, 7564, 10753, 7891, 7617, 13391, 9054, 7752, 9444, 8083, 7735, 9449, 7731, 7586, 10886, 8101, 7739, 9349, 7738, 7780, 9457, 7877, 7795, 9072, 8206, 10346, 11401, 11162, 7649], 'WindowCenter': [4544.0, 4480.0, 4504.0, 4472.0, 4452.0, 4460.0, 4440.0, 4489.0, 4438.0, 4475.0, 4467.0, 4448.0, 4448.0, 4438.0, 4466.0, 4440.0, 4468.0, 4450.0, 4451.0, 4468.0, 4450.0, 4488.0, 4461.0, 4462.0, 4473.0, 4453.0, 4481.0, 4442.0, 4501.0, 4462.0, 4461.0, 4462.0, 4452.0, 4502.0, 4463.0, 4453.0, 4464.0, 4453.0, 4473.0, 4466.0, 4466.0, 4523.0, 4484.0, 4465.0, 4504.0, 4497.0, 4517.0, 4514.0, 4474.0, 4515.0, 4475.0, 4454.0, 4523.0, 4494.0, 4511.0, 4501.0, 4473.0, 4480.0, 4450.0, 4441.0, 4469.0, 4451.0, 4451.0, 4490.0, 4460.0, 4451.0, 4461.0, 4452.0, 4438.0, 4500.0, 4490.0, 4499.0, 4498.0, 4460.0, 4507.0, 4458.0, 4436.0, 4497.0, 4468.0, 4476.0, 4485.0, 4445.0, 4465.0, 4436.0, 4434.0, 4455.0, 4435.0, 4436.0, 4474.0, 4436.0, 4439.0, 4488.0, 4447.0, 4425.0, 4467.0, 4438.0, 4434.0, 4486.0, 4447.0, 4470.0, 4491.0, 4451.0, 4458.0, 4436.0, 4437.0, 4466.0, 4436.0, 4426.0, 4466.0, 4435.0, 4438.0, 4457.0, 4437.0, 4457.0, 4448.0, 4426.0, 4476.0, 4436.0, 4436.0, 4457.0, 4439.0, 4437.0, 4438.0, 4439.0, 4451.0, 4470.0, 4470.0, 4479.0, 4448.0, 4438.0, 4439.0, 4449.0, 4451.0, 4480.0, 4462.0, 4452.0, 4452.0, 4450.0, 4453.0, 4451.0, 4450.0, 4453.0, 4483.0, 4503.0, 4462.0, 4480.0, 4470.0, 4440.0, 4501.0, 4490.0, 4437.0, 4466.0, 4425.0, 4465.0, 4446.0, 4426.0, 4464.0, 4426.0, 4445.0, 4436.0, 4449.0, 4446.0, 4477.0, 4447.0, 4441.0, 4470.0, 4440.0, 4440.0, 4470.0, 4450.0, 4492.0, 4468.0, 4439.0, 4475.0, 4437.0, 4429.0, 4467.0, 4437.0, 4425.0, 4458.0, 4449.0, 4489.0, 4467.0, 4438.0, 4468.0, 4449.0, 4437.0, 4457.0, 4436.0, 4458.0, 4447.0, 4426.0, 4468.0, 4440.0, 4497.0, 4478.0, 4448.0, 4458.0, 4426.0, 4476.0, 4426.0, 4465.0, 4447.0, 4436.0, 4457.0, 4438.0, 4495.0, 4456.0, 4475.0, 4445.0, 4424.0, 4456.0, 4427.0, 4487.0, 4467.0, 4467.0, 4448.0, 4437.0, 4467.0, 4426.0, 4456.0, 4425.0, 4453.0, 4435.0, 4475.0, 4457.0, 4457.0, 4477.0, 4438.0, 4488.0, 4447.0, 4458.0, 4457.0, 4437.0, 4478.0, 4459.0, 4498.0, 4468.0, 4455.0, 4425.0, 4426.0, 4466.0, 4438.0, 4489.0, 4440.0, 4437.0, 4443.0, 4438.0, 4470.0, 4463.0, 4465.0, 4483.0, 4452.0, 4442.0, 4493.0, 4472.0, 4490.0, 4482.0, 4454.0, 4493.0, 4471.0, 4440.0, 4469.0, 4439.0, 4507.0, 4478.0, 4488.0, 4458.0, 4427.0, 4465.0, 4436.0, 4487.0, 4436.0, 4485.0, 4446.0, 4475.0, 4436.0, 4475.0, 4436.0, 4456.0, 4436.0, 4447.0, 4458.0, 4446.0, 4445.0, 4427.0, 4438.0, 4438.0, 4468.0, 4438.0, 4468.0, 4438.0, 4468.0, 4439.0, 4478.0, 4451.0, 4489.0, 4450.0, 4499.0, 4462.0, 4481.0, 4450.0, 4450.0, 4462.0, 4452.0, 4512.0, 4483.0, 4493.0, 4463.0, 4455.0, 4492.0, 4463.0, 4492.0, 4495.0, 4492.0, 4503.0, 4465.0, 4494.0, 4463.0, 4474.0, 4483.0, 4452.0, 4502.0, 4453.0, 4501.0, 4475.0, 4523.0, 4491.0, 4511.0, 4462.0, 4440.0, 4450.0, 4441.0, 4489.0, 4451.0, 4501.0, 4464.0, 4462.0, 4464.0, 4464.0, 4493.0, 4465.0, 4451.0, 4493.0, 4495.0, 4523.0, 4504.0, 4464.0, 4482.0, 4452.0, 4471.0, 4470.0, 4483.0, 4512.0, 4493.0, 4482.0, 4462.0, 4450.0, 4469.0, 4469.0, 4471.0, 4500.0, 4480.0, 4450.0, 4478.0, 4452.0, 4452.0, 4478.0, 4452.0, 4451.0, 4452.0, 4450.0, 4470.0, 4460.0, 4450.0, 4500.0, 4489.0, 4469.0, 4468.0, 4449.0, 4458.0, 4437.0, 4427.0, 4477.0, 4448.0, 4498.0, 4477.0, 4448.0, 4478.0, 4437.0, 4437.0, 4468.0, 4458.0, 4487.0, 4458.0, 4451.0, 4478.0, 4449.0, 4450.0, 4477.0, 4449.0, 4500.0, 4480.0, 4449.0, 4440.0, 4440.0, 4451.0, 4449.0, 4450.0, 4439.0, 4499.0, 4470.0, 4490.0, 4459.0, 4438.0, 4478.0, 4439.0, 4488.0, 4456.0, 4494.0, 4456.0, 4455.0, 4447.0, 4438.0, 4467.0, 4437.0, 4488.0, 4438.0, 4467.0, 4449.0, 4440.0, 4462.0, 4451.0, 4499.0, 4462.0, 4461.0, 4452.0, 4453.0, 4504.0, 4463.0, 4462.0, 4474.0, 4464.0, 4503.0, 4464.0, 4496.0, 4495.0, 4472.0, 4522.0, 4472.0, 4493.0, 4473.0, 4464.0, 4522.0, 4483.0, 4512.0, 4471.0, 4452.0, 4491.0, 4451.0, 4519.0, 4479.0, 4459.0, 4459.0, 4450.0, 4489.0, 4450.0, 4491.0, 4459.0, 4449.0, 4480.0, 4450.0, 4478.0, 4450.0, 4469.0, 4459.0, 4447.0, 4488.0, 4450.0, 4478.0, 4449.0, 4440.0, 4469.0, 4451.0, 4488.0, 4451.0, 4471.0, 4471.0, 4441.0, 4491.0, 4452.0, 4510.0, 4463.0, 4491.0, 4471.0, 4440.0, 4451.0, 4451.0, 4478.0, 4464.0, 4482.0, 4462.0, 4455.0, 4485.0, 4468.0, 4505.0, 4478.0, 4506.0, 4486.0, 4464.0, 4476.0, 4465.0, 4494.0, 4466.0, 4513.0, 4484.0, 4513.0, 4473.0, 4492.0, 4483.0, 4454.0, 4502.0, 4463.0, 4501.0, 4452.0, 4453.0, 4471.0, 4465.0, 4505.0, 4475.0, 4456.0, 4495.0, 4466.0, 4514.0, 4475.0, 4515.0, 4484.0, 4472.0, 4492.0, 4462.0, 4501.0, 4452.0, 4521.0, 4482.0, 4518.0, 4472.0, 4470.0, 4460.0, 4450.0, 4480.0, 4450.0, 4499.0, 4451.0, 4489.0, 4461.0, 4461.0, 4460.0, 4452.0, 4492.0, 4465.0, 4502.0, 4474.0, 4455.0, 4485.0, 4465.0, 4514.0, 4465.0, 4513.0, 4484.0, 4464.0, 4474.0, 4453.0, 4514.0, 4476.0, 4536.0, 4505.0, 4495.0, 4450.0, 4451.0, 4450.0, 4461.0, 4466.0, 4537.0, 4493.0, 4451.0, 4490.0, 4451.0, 4450.0, 4472.0, 4452.0, 4453.0, 4513.0, 4482.0, 4471.0, 4510.0, 4449.0, 4438.0, 4467.0, 4426.0, 4445.0, 4436.0, 4438.0, 4493.0, 4465.0, 4437.0, 4466.0, 4436.0, 4426.0, 4446.0, 4447.0, 4477.0, 4458.0, 4440.0, 4489.0, 4440.0, 4438.0, 4471.0, 4439.0, 4470.0, 4469.0, 4451.0, 4469.0, 4450.0, 4452.0, 4481.0, 4451.0, 4461.0, 4473.0, 4453.0, 4502.0, 4464.0, 4482.0, 4463.0, 4464.0, 4460.0, 4452.0, 4491.0, 4442.0, 4491.0, 4453.0, 4470.0, 4451.0, 4441.0, 4482.0, 4465.0, 4492.0, 4464.0, 4454.0, 4462.0, 4465.0, 4502.0, 4455.0, 4463.0, 4464.0, 4465.0, 4504.0, 4455.0, 4493.0, 4463.0, 4454.0, 4473.0, 4465.0, 4492.0, 4466.0, 4454.0, 4476.0, 4477.0, 4496.0, 4466.0, 4467.0, 4486.0, 4479.0, 4536.0, 4495.0, 4495.0, 4467.0, 4456.0, 4495.0, 4466.0, 4466.0, 4467.0, 4467.0, 4516.0, 4486.0, 4468.0, 4497.0, 4467.0, 4536.0, 4497.0, 4525.0, 4508.0, 4504.0, 4474.0, 4453.0, 4492.0, 4452.0, 4501.0, 4451.0, 4481.0, 4451.0, 4462.0, 4451.0, 4450.0, 4492.0, 4464.0, 4463.0, 4473.0, 4476.0, 4523.0, 4474.0, 4485.0, 4463.0, 4466.0, 4507.0, 4478.0, 4474.0, 4465.0, 4474.0, 4484.0, 4465.0, 4467.0, 4527.0, 4463.0, 4465.0, 4495.0, 4477.0, 4466.0, 4484.0, 4467.0, 4525.0, 4494.0, 4464.0, 4524.0, 4464.0, 4452.0, 4460.0, 4452.0, 4492.0, 4461.0, 4452.0, 4481.0, 4451.0, 4453.0, 4481.0, 4454.0, 4483.0, 4513.0, 4483.0, 4451.0, 4473.0, 4442.0, 4450.0, 4502.0, 4472.0, 4464.0, 4521.0, 4460.0, 4452.0, 4535.0, 4462.0, 4441.0, 4451.0, 4438.0, 4437.0, 4426.0, 4439.0, 4447.0, 4466.0, 4473.0, 4423.0, 4423.0, 4453.0, 4436.0, 4436.0, 4457.0, 4436.0, 4438.0, 4488.0, 4455.0, 4425.0, 4463.0, 4454.0, 4422.0, 4471.0, 4451.0, 4421.0, 4449.0, 4419.0, 4409.0, 4448.0, 4410.0, 4408.0, 4411.0, 4412.0, 4474.0, 4437.0, 4446.0, 4437.0, 4436.0, 4426.0, 4427.0, 4466.0, 4437.0, 4468.0, 4449.0, 4439.0, 4441.0, 4450.0, 4480.0, 4450.0, 4489.0, 4452.0, 4490.0, 4471.0, 4451.0, 4491.0, 4452.0, 4479.0, 4451.0, 4499.0, 4482.0, 4480.0, 4451.0, 4439.0, 4460.0, 4448.0, 4471.0, 4439.0, 4448.0, 4450.0, 4457.0, 4438.0, 4439.0, 4450.0, 4453.0, 4513.0, 4475.0, 4484.0, 4464.0, 4453.0, 4482.0, 4463.0, 4512.0, 4464.0, 4501.0, 4452.0, 4500.0, 4441.0, 4490.0, 4463.0, 4492.0, 4482.0, 4452.0, 4483.0, 4465.0, 4454.0, 4465.0, 4466.0, 4504.0, 4465.0, 4506.0, 4487.0, 4476.0, 4514.0, 4464.0, 4493.0, 4462.0, 4441.0, 4471.0, 4441.0, 4488.0, 4440.0, 4499.0, 4482.0, 4521.0, 4508.0, 4439.0, 4467.0, 4436.0, 4427.0, 4448.0, 4438.0, 4499.0, 4471.0, 4480.0, 4460.0, 4449.0, 4469.0, 4440.0, 4439.0, 4488.0, 4458.0, 4440.0, 4479.0, 4460.0, 4483.0, 4510.0, 4450.0, 4437.0, 4477.0, 4438.0, 4439.0, 4498.0, 4447.0, 4426.0, 4457.0, 4437.0, 4437.0, 4468.0, 4438.0, 4438.0, 4490.0, 4449.0, 4439.0, 4458.0, 4438.0, 4439.0, 4469.0, 4452.0, 4453.0, 4457.0, 4463.0, 4494.0, 4503.0, 4491.0, 4441.0], 'WindowWidth': [9984.0, 9888.0, 9910.0, 9862.0, 9833.0, 9843.0, 9815.0, 9879.0, 9810.0, 9855.0, 9844.0, 9820.0, 9820.0, 9807.0, 9844.0, 9813.0, 9849.0, 9829.0, 9832.0, 9852.0, 9832.0, 9879.0, 9847.0, 9848.0, 9864.0, 9837.0, 9874.0, 9822.0, 9898.0, 9847.0, 9843.0, 9849.0, 9835.0, 9901.0, 9851.0, 9837.0, 9852.0, 9839.0, 9866.0, 9862.0, 9860.0, 9934.0, 9885.0, 9860.0, 9911.0, 9905.0, 9931.0, 9922.0, 9870.0, 9924.0, 9870.0, 9842.0, 9932.0, 9897.0, 9915.0, 9901.0, 9865.0, 9870.0, 9831.0, 9819.0, 9854.0, 9834.0, 9836.0, 9884.0, 9844.0, 9833.0, 9847.0, 9833.0, 9812.0, 9895.0, 9882.0, 9893.0, 9892.0, 9842.0, 9902.0, 9835.0, 9803.0, 9886.0, 9847.0, 9855.0, 9867.0, 9814.0, 9840.0, 9801.0, 9797.0, 9828.0, 9803.0, 9803.0, 9853.0, 9803.0, 9811.0, 9881.0, 9820.0, 9790.0, 9845.0, 9808.0, 9799.0, 9870.0, 9821.0, 9853.0, 9886.0, 9833.0, 9836.0, 9803.0, 9806.0, 9843.0, 9803.0, 9789.0, 9843.0, 9803.0, 9808.0, 9833.0, 9806.0, 9832.0, 9820.0, 9788.0, 9854.0, 9802.0, 9804.0, 9831.0, 9810.0, 9805.0, 9807.0, 9812.0, 9833.0, 9857.0, 9857.0, 9866.0, 9822.0, 9810.0, 9810.0, 9827.0, 9832.0, 9870.0, 9846.0, 9836.0, 9835.0, 9832.0, 9838.0, 9833.0, 9829.0, 9836.0, 9879.0, 9905.0, 9847.0, 9869.0, 9856.0, 9815.0, 9897.0, 9880.0, 9803.0, 9840.0, 9785.0, 9836.0, 9812.0, 9788.0, 9838.0, 9789.0, 9815.0, 9806.0, 9824.0, 9816.0, 9858.0, 9821.0, 9819.0, 9857.0, 9816.0, 9813.0, 9852.0, 9828.0, 9887.0, 9851.0, 9809.0, 9853.0, 9805.0, 9798.0, 9846.0, 9806.0, 9788.0, 9835.0, 9825.0, 9879.0, 9845.0, 9810.0, 9849.0, 9825.0, 9806.0, 9830.0, 9804.0, 9832.0, 9818.0, 9788.0, 9847.0, 9814.0, 9887.0, 9861.0, 9822.0, 9833.0, 9790.0, 9855.0, 9790.0, 9838.0, 9816.0, 9803.0, 9834.0, 9808.0, 9881.0, 9827.0, 9852.0, 9814.0, 9784.0, 9827.0, 9792.0, 9873.0, 9845.0, 9844.0, 9821.0, 9807.0, 9845.0, 9789.0, 9827.0, 9786.0, 9820.0, 9798.0, 9852.0, 9830.0, 9833.0, 9860.0, 9808.0, 9875.0, 9820.0, 9833.0, 9834.0, 9804.0, 9861.0, 9837.0, 9888.0, 9849.0, 9826.0, 9782.0, 9787.0, 9840.0, 9807.0, 9878.0, 9816.0, 9806.0, 9806.0, 9809.0, 9856.0, 9854.0, 9861.0, 9881.0, 9835.0, 9823.0, 9892.0, 9861.0, 9882.0, 9875.0, 9840.0, 9889.0, 9859.0, 9814.0, 9852.0, 9813.0, 9902.0, 9861.0, 9873.0, 9834.0, 9790.0, 9841.0, 9802.0, 9870.0, 9802.0, 9867.0, 9815.0, 9854.0, 9804.0, 9853.0, 9801.0, 9828.0, 9803.0, 9819.0, 9836.0, 9817.0, 9816.0, 9793.0, 9808.0, 9808.0, 9850.0, 9810.0, 9849.0, 9809.0, 9849.0, 9812.0, 9863.0, 9831.0, 9880.0, 9829.0, 9895.0, 9848.0, 9871.0, 9829.0, 9830.0, 9846.0, 9835.0, 9915.0, 9878.0, 9891.0, 9853.0, 9844.0, 9888.0, 9853.0, 9890.0, 9896.0, 9888.0, 9905.0, 9856.0, 9893.0, 9851.0, 9868.0, 9879.0, 9836.0, 9903.0, 9838.0, 9901.0, 9868.0, 9932.0, 9887.0, 9913.0, 9848.0, 9815.0, 9829.0, 9817.0, 9880.0, 9831.0, 9899.0, 9854.0, 9851.0, 9853.0, 9854.0, 9892.0, 9855.0, 9833.0, 9893.0, 9897.0, 9931.0, 9906.0, 9852.0, 9875.0, 9834.0, 9856.0, 9856.0, 9876.0, 9913.0, 9889.0, 9875.0, 9846.0, 9830.0, 9851.0, 9854.0, 9856.0, 9896.0, 9869.0, 9829.0, 9864.0, 9833.0, 9835.0, 9865.0, 9833.0, 9831.0, 9833.0, 9830.0, 9855.0, 9841.0, 9827.0, 9895.0, 9879.0, 9852.0, 9850.0, 9825.0, 9833.0, 9806.0, 9790.0, 9859.0, 9821.0, 9889.0, 9861.0, 9823.0, 9863.0, 9805.0, 9806.0, 9847.0, 9835.0, 9875.0, 9838.0, 9831.0, 9863.0, 9826.0, 9826.0, 9859.0, 9825.0, 9894.0, 9869.0, 9826.0, 9815.0, 9816.0, 9831.0, 9826.0, 9826.0, 9811.0, 9890.0, 9853.0, 9878.0, 9838.0, 9809.0, 9860.0, 9810.0, 9875.0, 9830.0, 9879.0, 9830.0, 9827.0, 9817.0, 9808.0, 9846.0, 9806.0, 9874.0, 9810.0, 9847.0, 9826.0, 9815.0, 9848.0, 9833.0, 9894.0, 9846.0, 9845.0, 9835.0, 9837.0, 9907.0, 9852.0, 9850.0, 9869.0, 9857.0, 9907.0, 9856.0, 9900.0, 9896.0, 9862.0, 9928.0, 9862.0, 9889.0, 9864.0, 9854.0, 9929.0, 9875.0, 9914.0, 9859.0, 9832.0, 9884.0, 9833.0, 9918.0, 9865.0, 9838.0, 9838.0, 9827.0, 9878.0, 9829.0, 9883.0, 9839.0, 9825.0, 9867.0, 9827.0, 9862.0, 9828.0, 9852.0, 9839.0, 9819.0, 9876.0, 9826.0, 9863.0, 9827.0, 9817.0, 9852.0, 9830.0, 9878.0, 9833.0, 9861.0, 9860.0, 9818.0, 9886.0, 9834.0, 9911.0, 9851.0, 9884.0, 9859.0, 9815.0, 9830.0, 9830.0, 9865.0, 9853.0, 9876.0, 9850.0, 9843.0, 9884.0, 9866.0, 9911.0, 9882.0, 9915.0, 9888.0, 9855.0, 9874.0, 9856.0, 9894.0, 9859.0, 9918.0, 9879.0, 9916.0, 9864.0, 9888.0, 9876.0, 9839.0, 9901.0, 9849.0, 9900.0, 9837.0, 9838.0, 9862.0, 9858.0, 9913.0, 9874.0, 9848.0, 9900.0, 9861.0, 9921.0, 9872.0, 9923.0, 9880.0, 9862.0, 9889.0, 9846.0, 9897.0, 9833.0, 9927.0, 9872.0, 9917.0, 9859.0, 9852.0, 9842.0, 9829.0, 9867.0, 9827.0, 9891.0, 9829.0, 9880.0, 9845.0, 9844.0, 9843.0, 9836.0, 9889.0, 9858.0, 9904.0, 9869.0, 9844.0, 9885.0, 9856.0, 9922.0, 9858.0, 9918.0, 9879.0, 9853.0, 9867.0, 9838.0, 9923.0, 9874.0, 9956.0, 9914.0, 9897.0, 9829.0, 9829.0, 9828.0, 9847.0, 9860.0, 9958.0, 9893.0, 9831.0, 9880.0, 9828.0, 9826.0, 9859.0, 9834.0, 9838.0, 9917.0, 9872.0, 9857.0, 9906.0, 9822.0, 9805.0, 9842.0, 9787.0, 9809.0, 9799.0, 9804.0, 9874.0, 9837.0, 9802.0, 9839.0, 9799.0, 9787.0, 9813.0, 9816.0, 9856.0, 9834.0, 9811.0, 9876.0, 9811.0, 9807.0, 9855.0, 9812.0, 9852.0, 9851.0, 9828.0, 9851.0, 9828.0, 9831.0, 9869.0, 9830.0, 9844.0, 9863.0, 9835.0, 9899.0, 9850.0, 9872.0, 9849.0, 9851.0, 9842.0, 9831.0, 9882.0, 9818.0, 9884.0, 9834.0, 9854.0, 9831.0, 9817.0, 9872.0, 9854.0, 9887.0, 9851.0, 9837.0, 9847.0, 9856.0, 9902.0, 9842.0, 9851.0, 9852.0, 9856.0, 9905.0, 9842.0, 9889.0, 9851.0, 9843.0, 9865.0, 9856.0, 9890.0, 9858.0, 9841.0, 9873.0, 9878.0, 9900.0, 9862.0, 9863.0, 9887.0, 9883.0, 9953.0, 9896.0, 9895.0, 9861.0, 9846.0, 9897.0, 9862.0, 9860.0, 9861.0, 9865.0, 9928.0, 9889.0, 9864.0, 9902.0, 9864.0, 9953.0, 9903.0, 9936.0, 9917.0, 9907.0, 9866.0, 9834.0, 9884.0, 9832.0, 9897.0, 9829.0, 9868.0, 9830.0, 9846.0, 9831.0, 9829.0, 9886.0, 9852.0, 9851.0, 9868.0, 9875.0, 9933.0, 9868.0, 9881.0, 9852.0, 9860.0, 9914.0, 9883.0, 9871.0, 9859.0, 9870.0, 9882.0, 9857.0, 9862.0, 9942.0, 9854.0, 9857.0, 9899.0, 9875.0, 9859.0, 9881.0, 9861.0, 9936.0, 9892.0, 9853.0, 9933.0, 9853.0, 9834.0, 9841.0, 9832.0, 9886.0, 9844.0, 9832.0, 9871.0, 9833.0, 9836.0, 9873.0, 9839.0, 9876.0, 9916.0, 9876.0, 9832.0, 9862.0, 9818.0, 9827.0, 9901.0, 9859.0, 9851.0, 9925.0, 9842.0, 9834.0, 9955.0, 9849.0, 9816.0, 9829.0, 9807.0, 9805.0, 9786.0, 9811.0, 9818.0, 9837.0, 9844.0, 9777.0, 9776.0, 9818.0, 9799.0, 9802.0, 9831.0, 9803.0, 9807.0, 9873.0, 9823.0, 9782.0, 9829.0, 9816.0, 9771.0, 9834.0, 9808.0, 9766.0, 9800.0, 9762.0, 9747.0, 9800.0, 9751.0, 9747.0, 9755.0, 9758.0, 9844.0, 9800.0, 9812.0, 9799.0, 9798.0, 9784.0, 9787.0, 9837.0, 9802.0, 9841.0, 9820.0, 9807.0, 9812.0, 9824.0, 9861.0, 9823.0, 9873.0, 9828.0, 9877.0, 9853.0, 9828.0, 9880.0, 9829.0, 9862.0, 9828.0, 9890.0, 9870.0, 9866.0, 9827.0, 9810.0, 9839.0, 9820.0, 9853.0, 9810.0, 9821.0, 9823.0, 9828.0, 9806.0, 9809.0, 9828.0, 9837.0, 9918.0, 9869.0, 9879.0, 9854.0, 9836.0, 9874.0, 9849.0, 9913.0, 9849.0, 9896.0, 9830.0, 9891.0, 9813.0, 9878.0, 9847.0, 9883.0, 9871.0, 9834.0, 9876.0, 9856.0, 9840.0, 9856.0, 9857.0, 9905.0, 9857.0, 9910.0, 9888.0, 9872.0, 9921.0, 9852.0, 9886.0, 9843.0, 9812.0, 9854.0, 9812.0, 9872.0, 9809.0, 9888.0, 9869.0, 9923.0, 9902.0, 9809.0, 9843.0, 9800.0, 9787.0, 9816.0, 9804.0, 9888.0, 9853.0, 9866.0, 9839.0, 9826.0, 9851.0, 9812.0, 9809.0, 9875.0, 9833.0, 9808.0, 9859.0, 9838.0, 9871.0, 9907.0, 9826.0, 9805.0, 9857.0, 9804.0, 9806.0, 9886.0, 9816.0, 9787.0, 9828.0, 9802.0, 9803.0, 9846.0, 9808.0, 9809.0, 9879.0, 9823.0, 9807.0, 9833.0, 9805.0, 9807.0, 9846.0, 9831.0, 9836.0, 9830.0, 9850.0, 9896.0, 9904.0, 9884.0, 9814.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.0019206587473002158</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03458662656587473</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.65205914473508</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1412161139567578</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9641668463891895</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4731</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7145.7544</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09654990166446181</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.643628509719222</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4973381831416415</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.441061669073282</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.746593661788831</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3043592185628112</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00984319</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001973397796973586</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029214825481176376</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>926</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7772648803133717</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>18.9595</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.1872</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.1794</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298978.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>833.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.3782</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.067</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.4441</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3659.1138</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3866.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77566.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1183.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4894.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1023.4853</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.46338252257556</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> |