=== 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-0010 --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-0010",
"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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-04/func/sub-0010_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>a2ede0fd4b5cb925581781374db35afc</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>16:35:5.742500</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.998943, 0.00686343, 0.045441, -0.0108101, 0.996134, 0.0871841]</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.0731062</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4175, -7726, -7297, 664, -61, -25, 90, 84]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.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>229.239</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>aa1e329f-bb3f-4851-ad0e-2d1b0c4c432b||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.6800923347473145, -0.029002580791711807, 0.12060079723596573, 107.87545013427734], [-0.018414082005620003, 2.672553539276123, 0.23647476732730865, -86.33125305175781], [0.12191498279571533, -0.23390866816043854, 2.6869194507598877, -48.64112854003906], [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': ['163505.742500', '163506.202500', '163506.662500', '163507.122500', '163507.582500', '163508.042500', '163508.502500', '163508.962500', '163509.422500', '163509.882500', '163510.342500', '163510.802500', '163511.262500', '163511.722500', '163512.182500', '163512.642500', '163513.102500', '163513.562500', '163514.022500', '163514.482500', '163514.942500', '163515.402500', '163515.862500', '163516.322500', '163516.782500', '163517.242500', '163517.702500', '163518.162500', '163518.622500', '163519.082500', '163519.542500', '163520.002500', '163520.462500', '163520.922500', '163521.382500', '163521.842500', '163522.302500', '163522.762500', '163523.222500', '163523.682500', '163524.142500', '163524.602500', '163525.062500', '163525.522500', '163525.982500', '163526.442500', '163526.902500', '163527.362500', '163527.822500', '163528.282500', '163528.742500', '163529.202500', '163529.662500', '163530.122500', '163530.582500', '163531.042500', '163531.502500', '163531.962500', '163532.422500', '163532.882500', '163533.342500', '163533.802500', '163534.262500', '163534.722500', '163535.182500', '163535.642500', '163536.102500', '163536.562500', '163537.022500', '163537.482500', '163537.942500', '163538.402500', '163538.862500', '163539.322500', '163539.782500', '163540.242500', '163540.702500', '163541.162500', '163541.622500', '163542.082500', '163542.542500', '163543.002500', '163543.462500', '163543.922500', '163544.382500', '163544.842500', '163545.302500', '163545.762500', '163546.222500', '163546.682500', '163547.142500', '163547.602500', '163548.062500', '163548.522500', '163548.982500', '163549.442500', '163549.902500', '163550.362500', '163550.822500', '163551.282500', '163551.742500', '163552.202500', '163552.662500', '163553.122500', '163553.582500', '163554.042500', '163554.502500', '163554.962500', '163555.422500', '163555.882500', '163556.342500', '163556.802500', '163557.262500', '163557.722500', '163558.182500', '163558.642500', '163559.102500', '163559.562500', '163600.022500', '163600.482500', '163600.942500', '163601.402500', '163601.862500', '163602.322500', '163602.782500', '163603.242500', '163603.702500', '163604.162500', '163604.622500', '163605.082500', '163605.542500', '163606.002500', '163606.462500', '163606.922500', '163607.382500', '163607.842500', '163608.302500', '163608.762500', '163609.222500', '163609.682500', '163610.142500', '163610.602500', '163611.062500', '163611.522500', '163611.982500', '163612.442500', '163612.902500', '163613.362500', '163613.822500', '163614.282500', '163614.742500', '163615.202500', '163615.662500', '163616.122500', '163616.582500', '163617.042500', '163617.502500', '163617.962500', '163618.422500', '163618.882500', '163619.342500', '163619.802500', '163620.262500', '163620.722500', '163621.182500', '163621.642500', '163622.102500', '163622.562500', '163623.022500', '163623.482500', '163623.942500', '163624.402500', '163624.862500', '163625.322500', '163625.782500', '163626.242500', '163626.702500', '163627.162500', '163627.622500', '163628.082500', '163628.542500', '163629.002500', '163629.462500', '163629.922500', '163630.382500', '163630.842500', '163631.302500', '163631.762500', '163632.222500', '163632.682500', '163633.142500', '163633.602500', '163634.062500', '163634.522500', '163634.982500', '163635.442500', '163635.902500', '163636.362500', '163636.822500', '163637.282500', '163637.742500', '163638.202500', '163638.662500', '163639.122500', '163639.582500', '163640.042500', '163640.502500', '163640.962500', '163641.422500', '163641.882500', '163642.342500', '163642.802500', '163643.262500', '163643.722500', '163644.182500', '163644.642500', '163645.102500', '163645.562500', '163646.022500', '163646.482500', '163646.942500', '163647.402500', '163647.862500', '163648.322500', '163648.782500', '163649.242500', '163649.702500', '163650.162500', '163650.622500', '163651.082500', '163651.542500', '163652.002500', '163652.462500', '163652.922500', '163653.382500', '163653.842500', '163654.302500', '163654.762500', '163655.222500', '163655.682500', '163656.142500', '163656.602500', '163657.062500', '163657.522500', '163657.982500', '163658.442500', '163658.902500', '163659.362500', '163659.822500', '163700.282500', '163700.742500', '163701.202500', '163701.662500', '163702.122500', '163702.582500', '163703.042500', '163703.502500', '163703.962500', '163704.422500', '163704.882500', '163705.342500', '163705.802500', '163706.262500', '163706.722500', '163707.182500', '163707.642500', '163708.102500', '163708.562500', '163709.022500', '163709.482500', '163709.942500', '163710.402500', '163710.862500', '163711.322500', '163711.782500', '163712.242500', '163712.702500', '163713.162500', '163713.622500', '163714.082500', '163714.542500', '163715.002500', '163715.462500', '163715.922500', '163716.382500', '163716.842500', '163717.302500', '163717.762500', '163718.222500', '163718.682500', '163719.142500', '163719.602500', '163720.062500', '163720.522500', '163720.982500', '163721.442500', '163721.902500', '163722.362500', '163722.822500', '163723.282500', '163723.742500', '163724.202500', '163724.662500', '163725.122500', '163725.582500', '163726.042500', '163726.502500', '163726.962500', '163727.422500', '163727.882500', '163728.342500', '163728.802500', '163729.262500', '163729.722500', '163730.182500', '163730.642500', '163731.102500', '163731.562500', '163732.022500', '163732.482500', '163732.942500', '163733.402500', '163733.862500', '163734.322500', '163734.782500', '163735.242500', '163735.702500', '163736.162500', '163736.622500', '163737.082500', '163737.542500', '163738.002500', '163738.462500', '163738.922500', '163739.382500', '163739.842500', '163740.302500', '163740.762500', '163741.222500', '163741.682500', '163742.142500', '163742.602500', '163743.062500', '163743.522500', '163743.982500', '163744.442500', '163744.902500', '163745.362500', '163745.822500', '163746.282500', '163746.742500', '163747.202500', '163747.662500', '163748.122500', '163748.582500', '163749.042500', '163749.502500', '163749.962500', '163750.422500', '163750.882500', '163751.342500', '163751.802500', '163752.262500', '163752.722500', '163753.182500', '163753.642500', '163754.102500', '163754.562500', '163755.022500', '163755.482500', '163755.942500', '163756.402500', '163756.862500', '163757.322500', '163757.782500', '163758.242500', '163758.702500', '163759.162500', '163759.622500', '163800.082500', '163800.542500', '163801.002500', '163801.462500', '163801.922500', '163802.382500', '163802.842500', '163803.302500', '163803.762500', '163804.222500', '163804.682500', '163805.142500', '163805.602500', '163806.062500', '163806.522500', '163806.982500', '163807.442500', '163807.902500', '163808.362500', '163808.822500', '163809.282500', '163809.742500', '163810.202500', '163810.662500', '163811.122500', '163811.582500', '163812.042500', '163812.502500', '163812.962500', '163813.422500', '163813.882500', '163814.342500', '163814.802500', '163815.262500', '163815.722500', '163816.182500', '163816.642500', '163817.102500', '163817.562500', '163818.022500', '163818.482500', '163818.942500', '163819.402500', '163819.862500', '163820.322500', '163820.782500', '163821.242500', '163821.702500', '163822.162500', '163822.622500', '163823.082500', '163823.542500', '163824.002500', '163824.462500', '163824.922500', '163825.382500', '163825.842500', '163826.302500', '163826.762500', '163827.222500', '163827.682500', '163828.142500', '163828.602500', '163829.062500', '163829.522500', '163829.982500', '163830.442500', '163830.902500', '163831.362500', '163831.822500', '163832.282500', '163832.742500', '163833.202500', '163833.662500', '163834.122500', '163834.582500', '163835.042500', '163835.502500', '163835.962500', '163836.422500', '163836.882500', '163837.342500', '163837.802500', '163838.262500', '163838.722500', '163839.182500', '163839.642500', '163840.102500', '163840.562500', '163841.022500', '163841.482500', '163841.942500', '163842.402500', '163842.862500', '163843.322500', '163843.782500', '163844.242500', '163844.702500', '163845.162500', '163845.622500', '163846.082500', '163846.542500', '163847.002500', '163847.462500', '163847.922500', '163848.382500', '163848.842500', '163849.302500', '163849.762500', '163850.222500', '163850.682500', '163851.142500', '163851.602500', '163852.062500', '163852.522500', '163852.982500', '163853.442500', '163853.902500', '163854.362500', '163854.822500', '163855.282500', '163855.742500', '163856.202500', '163856.662500', '163857.122500', '163857.582500', '163858.042500', '163858.502500', '163858.962500', '163859.422500', '163859.882500', '163900.342500', '163900.802500', '163901.262500', '163901.722500', '163902.182500', '163902.642500', '163903.102500', '163903.562500', '163904.022500', '163904.482500', '163904.942500', '163905.402500', '163905.862500', '163906.322500', '163906.782500', '163907.242500', '163907.702500', '163908.162500', '163908.622500', '163909.082500', '163909.542500', '163910.002500', '163910.462500', '163910.922500', '163911.382500', '163911.842500', '163912.302500', '163912.762500', '163913.222500', '163913.682500', '163914.142500', '163914.602500', '163915.062500', '163915.522500', '163915.982500', '163916.442500', '163916.902500', '163917.362500', '163917.822500', '163918.282500', '163918.742500', '163919.202500', '163919.662500', '163920.122500', '163920.582500', '163921.042500', '163921.502500', '163921.962500', '163922.422500', '163922.882500', '163923.342500', '163923.802500', '163924.262500', '163924.722500', '163925.182500', '163925.642500', '163926.102500', '163926.562500', '163927.022500', '163927.482500', '163927.942500', '163928.402500', '163928.862500', '163929.322500', '163929.782500', '163930.242500', '163930.702500', '163931.162500', '163931.622500', '163932.082500', '163932.542500', '163933.002500', '163933.462500', '163933.922500', '163934.382500', '163934.842500', '163935.302500', '163935.762500', '163936.222500', '163936.682500', '163937.142500', '163937.602500', '163938.062500', '163938.522500', '163938.982500', '163939.442500', '163939.902500', '163940.362500', '163940.822500', '163941.282500', '163941.742500', '163942.202500', '163942.662500', '163943.122500', '163943.582500', '163944.042500', '163944.502500', '163944.962500', '163945.422500', '163945.882500', '163946.342500', '163946.802500', '163947.262500', '163947.722500', '163948.182500', '163948.642500', '163949.102500', '163949.562500', '163950.022500', '163950.482500', '163950.942500', '163951.402500', '163951.862500', '163952.322500', '163952.782500', '163953.242500', '163953.702500', '163954.162500', '163954.622500', '163955.082500', '163955.542500', '163956.002500', '163956.462500', '163956.922500', '163957.382500', '163957.842500', '163958.302500', '163958.762500', '163959.222500', '163959.682500', '164000.142500', '164000.602500', '164001.062500', '164001.522500', '164001.982500', '164002.442500', '164002.902500', '164003.362500', '164003.822500', '164004.282500', '164004.742500', '164005.202500', '164005.662500', '164006.122500', '164006.582500', '164007.042500', '164007.502500', '164007.962500', '164008.422500', '164008.882500', '164009.342500', '164009.802500', '164010.262500', '164010.722500', '164011.182500', '164011.642500', '164012.102500', '164012.562500', '164013.022500', '164013.482500', '164013.942500', '164014.402500', '164014.862500', '164015.322500', '164015.782500', '164016.242500', '164016.702500', '164017.162500', '164017.622500', '164018.082500', '164018.542500', '164019.002500', '164019.462500', '164019.922500', '164020.382500', '164020.842500', '164021.302500', '164021.762500', '164022.222500', '164022.682500', '164023.142500', '164023.602500', '164024.062500', '164024.522500', '164024.982500', '164025.442500', '164025.902500', '164026.362500', '164026.822500', '164027.282500', '164027.742500', '164028.202500', '164028.662500', '164029.122500', '164029.582500', '164030.042500', '164030.502500', '164030.962500', '164031.422500', '164031.882500', '164032.342500', '164032.802500', '164033.262500', '164033.722500', '164034.182500', '164034.642500', '164035.102500', '164035.562500', '164036.022500', '164036.482500', '164036.942500', '164037.402500', '164037.862500', '164038.322500', '164038.782500', '164039.242500', '164039.702500', '164040.162500', '164040.622500', '164041.082500', '164041.542500', '164042.002500', '164042.462500', '164042.922500', '164043.382500', '164043.842500', '164044.302500', '164044.762500', '164045.222500', '164045.682500', '164046.142500', '164046.602500', '164047.062500', '164047.522500', '164047.982500', '164048.442500', '164048.902500', '164049.362500', '164049.822500', '164050.282500', '164050.742500', '164051.202500', '164051.662500', '164052.122500', '164052.582500', '164053.042500', '164053.502500', '164053.962500', '164054.422500', '164054.882500', '164055.342500', '164055.802500', '164056.262500', '164056.722500', '164057.182500', '164057.642500', '164058.102500', '164058.562500', '164059.022500', '164059.482500', '164059.942500', '164100.402500', '164100.862500', '164101.322500', '164101.782500', '164102.242500', '164102.702500', '164103.162500', '164103.622500', '164104.082500', '164104.542500', '164105.002500', '164105.462500', '164105.922500', '164106.382500', '164106.842500', '164107.302500', '164107.762500', '164108.222500', '164108.682500', '164109.142500', '164109.602500', '164110.062500', '164110.522500', '164110.982500', '164111.442500', '164111.902500', '164112.362500', '164112.822500', '164113.282500', '164113.742500', '164114.202500', '164114.662500', '164115.122500', '164115.582500', '164116.042500', '164116.502500', '164116.962500', '164117.422500', '164117.882500', '164118.342500', '164118.802500', '164119.262500', '164119.722500', '164120.182500', '164120.642500', '164121.102500', '164121.562500', '164122.022500', '164122.482500', '164122.942500', '164123.402500', '164123.862500', '164124.322500', '164124.782500', '164125.242500', '164125.702500', '164126.162500', '164126.622500', '164127.082500', '164127.542500', '164128.002500', '164128.462500', '164128.922500', '164129.382500', '164129.842500', '164130.302500', '164130.762500', '164131.222500', '164131.682500', '164132.142500', '164132.602500', '164133.062500', '164133.522500', '164133.982500', '164134.442500', '164134.902500', '164135.362500', '164135.822500', '164136.282500', '164136.742500', '164137.202500', '164137.662500', '164138.122500', '164138.582500', '164139.042500', '164139.502500', '164139.962500', '164140.422500', '164140.882500', '164141.342500', '164141.802500', '164142.262500', '164142.722500', '164143.182500', '164143.642500', '164144.102500', '164144.562500', '164145.022500', '164145.482500', '164145.942500', '164146.402500', '164146.862500', '164147.322500', '164147.782500', '164148.242500', '164148.702500', '164149.162500', '164149.622500', '164150.082500', '164150.542500', '164151.002500', '164151.462500', '164151.922500', '164152.382500', '164152.842500', '164153.302500', '164153.762500', '164154.222500', '164154.682500', '164155.142500', '164155.602500', '164156.062500', '164156.522500', '164156.982500', '164157.442500', '164157.902500', '164158.362500', '164158.822500', '164159.282500', '164159.742500', '164200.202500', '164200.662500', '164201.122500', '164201.582500', '164202.042500', '164202.502500', '164202.962500', '164203.422500', '164203.882500', '164204.342500', '164204.802500', '164205.262500', '164205.722500', '164206.182500', '164206.642500', '164207.102500', '164207.562500', '164208.022500', '164208.482500', '164208.942500', '164209.402500', '164209.862500', '164210.322500', '164210.782500', '164211.242500'], 'ContentTime': ['163533.485000', '163533.489000', '163533.492000', '163533.496000', '163533.499000', '163533.502000', '163533.505000', '163533.508000', '163533.511000', '163533.514000', '163533.517000', '163533.520000', '163533.523000', '163533.526000', '163533.529000', '163533.532000', '163533.535000', '163533.538000', '163533.541000', '163533.544000', '163533.547000', '163533.550000', '163533.559000', '163533.562000', '163533.565000', '163533.568000', '163533.570000', '163533.573000', '163533.576000', '163533.579000', '163533.582000', '163533.585000', '163533.588000', '163533.591000', '163533.594000', '163533.597000', '163533.600000', '163533.603000', '163533.606000', '163533.609000', '163533.612000', '163533.615000', '163533.618000', '163533.621000', '163533.624000', '163533.627000', '163533.630000', '163533.633000', '163533.636000', '163533.639000', '163533.642000', '163533.645000', '163533.648000', '163533.650000', '163533.653000', '163533.656000', '163533.665000', '163533.668000', '163553.438000', '163553.441000', '163553.444000', '163553.447000', '163553.450000', '163553.453000', '163553.456000', '163553.459000', '163553.462000', '163553.465000', '163553.468000', '163553.489000', '163553.492000', '163553.495000', '163553.498000', '163553.501000', '163553.504000', '163553.506000', '163553.509000', '163553.512000', '163553.515000', '163553.518000', '163553.521000', '163553.524000', '163553.527000', '163553.530000', '163553.533000', '163553.536000', '163553.541000', '163553.545000', '163553.548000', '163553.551000', '163553.554000', '163553.557000', '163553.560000', '163553.563000', '163553.566000', '163553.569000', '163553.572000', '163553.575000', '163553.578000', '163553.581000', '163553.584000', '163613.438000', '163613.441000', '163613.444000', '163613.447000', '163613.450000', '163613.453000', '163613.456000', '163613.459000', '163613.462000', '163613.465000', '163613.468000', '163613.471000', '163613.474000', '163613.477000', '163613.480000', '163613.483000', '163613.486000', '163613.489000', '163613.492000', '163613.495000', '163613.502000', '163613.504000', '163613.507000', '163613.510000', '163613.514000', '163613.516000', '163613.519000', '163613.522000', '163613.525000', '163613.528000', '163613.531000', '163613.534000', '163613.537000', '163613.540000', '163613.543000', '163613.546000', '163613.549000', '163613.552000', '163613.555000', '163613.558000', '163613.561000', '163613.564000', '163613.567000', '163613.570000', '163633.438000', '163633.441000', '163633.444000', '163633.447000', '163633.450000', '163633.453000', '163633.458000', '163633.461000', '163633.464000', '163633.467000', '163633.470000', '163633.473000', '163633.476000', '163633.479000', '163633.482000', '163633.485000', '163633.488000', '163633.491000', '163633.494000', '163633.497000', '163633.500000', '163633.502000', '163633.506000', '163633.509000', '163633.512000', '163633.515000', '163633.518000', '163633.521000', '163633.525000', '163633.529000', '163633.532000', '163633.535000', '163633.553000', '163633.555000', '163633.558000', '163633.561000', '163633.564000', '163633.567000', '163633.570000', '163633.573000', '163633.576000', '163633.579000', '163633.582000', '163653.437000', '163653.440000', '163653.443000', '163653.446000', '163653.449000', '163653.452000', '163653.455000', '163653.458000', '163653.461000', '163653.464000', '163653.467000', '163653.470000', '163653.475000', '163653.478000', '163653.481000', '163653.484000', '163653.487000', '163653.490000', '163653.493000', '163653.496000', '163653.499000', '163653.502000', '163653.505000', '163653.508000', '163653.511000', '163653.514000', '163653.517000', '163653.520000', '163653.523000', '163653.526000', '163653.529000', '163653.532000', '163653.535000', '163653.538000', '163653.541000', '163653.544000', '163653.547000', '163653.550000', '163653.552000', '163653.555000', '163653.558000', '163653.561000', '163653.564000', '163653.570000', '163713.437000', '163713.440000', '163713.443000', '163713.446000', '163713.449000', '163713.452000', '163713.455000', '163713.458000', '163713.461000', '163713.464000', '163713.467000', '163713.470000', '163713.473000', '163713.476000', '163713.479000', '163713.482000', '163713.485000', '163713.488000', '163713.491000', '163713.494000', '163713.498000', '163713.501000', '163713.504000', '163713.507000', '163713.510000', '163713.513000', '163713.516000', '163713.519000', '163713.522000', '163713.525000', '163713.528000', '163713.531000', '163713.534000', '163713.537000', '163713.540000', '163713.543000', '163713.547000', '163713.550000', '163713.553000', '163713.556000', '163713.559000', '163713.561000', '163713.564000', '163733.438000', '163733.441000', '163733.444000', '163733.447000', '163733.450000', '163733.453000', '163733.456000', '163733.459000', '163733.462000', '163733.465000', '163733.468000', '163733.471000', '163733.474000', '163733.477000', '163733.480000', '163733.483000', '163733.486000', '163733.489000', '163733.492000', '163733.495000', '163733.498000', '163733.501000', '163733.515000', '163733.518000', '163733.521000', '163733.524000', '163733.527000', '163733.530000', '163733.533000', '163733.536000', '163733.539000', '163733.542000', '163733.545000', '163733.548000', '163733.551000', '163733.554000', '163733.557000', '163733.560000', '163733.563000', '163733.566000', '163733.569000', '163733.571000', '163733.574000', '163733.577000', '163753.438000', '163753.441000', '163753.444000', '163753.447000', '163753.450000', '163753.453000', '163753.456000', '163753.459000', '163753.462000', '163753.465000', '163753.468000', '163753.471000', '163753.474000', '163753.477000', '163753.480000', '163753.483000', '163753.486000', '163753.489000', '163753.492000', '163753.495000', '163753.499000', '163753.502000', '163753.505000', '163753.508000', '163753.511000', '163753.514000', '163753.517000', '163753.520000', '163753.523000', '163753.526000', '163753.529000', '163753.532000', '163753.535000', '163753.538000', '163753.541000', '163753.544000', '163753.547000', '163753.550000', '163753.553000', '163753.556000', '163753.560000', '163753.563000', '163753.566000', '163813.438000', '163813.441000', '163813.444000', '163813.447000', '163813.450000', '163813.453000', '163813.456000', '163813.459000', '163813.462000', '163813.465000', '163813.468000', '163813.471000', '163813.474000', '163813.477000', '163813.480000', '163813.483000', '163813.486000', '163813.489000', '163813.492000', '163813.495000', '163813.498000', '163813.501000', '163813.504000', '163813.507000', '163813.510000', '163813.513000', '163813.516000', '163813.519000', '163813.522000', '163813.525000', '163813.528000', '163813.531000', '163813.534000', '163813.537000', '163813.540000', '163813.543000', '163813.546000', '163813.549000', '163813.552000', '163813.555000', '163813.558000', '163813.561000', '163813.564000', '163813.567000', '163833.438000', '163833.441000', '163833.444000', '163833.447000', '163833.450000', '163833.453000', '163833.456000', '163833.459000', '163833.462000', '163833.465000', '163833.468000', '163833.471000', '163833.474000', '163833.477000', '163833.480000', '163833.483000', '163833.486000', '163833.489000', '163833.492000', '163833.495000', '163833.498000', '163833.501000', '163833.503000', '163833.507000', '163833.509000', '163833.512000', '163833.515000', '163833.518000', '163833.521000', '163833.524000', '163833.527000', '163833.530000', '163833.533000', '163833.536000', '163833.539000', '163833.546000', '163833.549000', '163833.552000', '163833.555000', '163833.558000', '163833.561000', '163833.564000', '163833.566000', '163853.438000', '163853.441000', '163853.444000', '163853.447000', '163853.450000', '163853.453000', '163853.456000', '163853.459000', '163853.462000', '163853.465000', '163853.468000', '163853.471000', '163853.474000', '163853.477000', '163853.480000', '163853.483000', '163853.486000', '163853.489000', '163853.492000', '163853.495000', '163853.498000', '163853.501000', '163853.504000', '163853.507000', '163853.510000', '163853.513000', '163853.516000', '163853.519000', '163853.522000', '163853.525000', '163853.528000', '163853.531000', '163853.534000', '163853.537000', '163853.540000', '163853.543000', '163853.546000', '163853.549000', '163853.552000', '163853.555000', '163853.558000', '163853.561000', '163853.564000', '163853.566000', '163913.437000', '163913.440000', '163913.443000', '163913.446000', '163913.449000', '163913.452000', '163913.455000', '163913.458000', '163913.461000', '163913.464000', '163913.467000', '163913.470000', '163913.473000', '163913.476000', '163913.479000', '163913.482000', '163913.485000', '163913.488000', '163913.491000', '163913.494000', '163913.497000', '163913.500000', '163913.503000', '163913.506000', '163913.509000', '163913.512000', '163913.515000', '163913.518000', '163913.521000', '163913.524000', '163913.527000', '163913.543000', '163913.547000', '163913.550000', '163913.553000', '163913.556000', '163913.559000', '163913.562000', '163913.565000', '163913.568000', '163913.571000', '163913.574000', '163913.577000', '163933.437000', '163933.440000', '163933.443000', '163933.446000', '163933.449000', '163933.452000', '163933.455000', '163933.458000', '163933.461000', '163933.464000', '163933.467000', '163933.470000', '163933.473000', '163933.476000', '163933.479000', '163933.482000', '163933.485000', '163933.488000', '163933.491000', '163933.494000', '163933.497000', '163933.500000', '163933.503000', '163933.506000', '163933.509000', '163933.512000', '163933.515000', '163933.518000', '163933.521000', '163933.524000', '163933.527000', '163933.530000', '163933.533000', '163933.536000', '163933.539000', '163933.542000', '163933.545000', '163933.548000', '163933.551000', '163933.554000', '163933.557000', '163933.560000', '163933.562000', '163933.566000', '163953.438000', '163953.441000', '163953.444000', '163953.447000', '163953.450000', '163953.453000', '163953.456000', '163953.459000', '163953.462000', '163953.465000', '163953.468000', '163953.471000', '163953.474000', '163953.477000', '163953.480000', '163953.483000', '163953.486000', '163953.489000', '163953.492000', '163953.495000', '163953.498000', '163953.501000', '163953.504000', '163953.507000', '163953.510000', '163953.513000', '163953.516000', '163953.519000', '163953.522000', '163953.525000', '163953.528000', '163953.531000', '163953.534000', '163953.537000', '163953.540000', '163953.543000', '163953.546000', '163953.549000', '163953.552000', '163953.555000', '163953.558000', '163953.561000', '163953.564000', '164013.438000', '164013.441000', '164013.444000', '164013.447000', '164013.450000', '164013.453000', '164013.456000', '164013.459000', '164013.462000', '164013.465000', '164013.468000', '164013.471000', '164013.474000', '164013.477000', '164013.480000', '164013.483000', '164013.486000', '164013.489000', '164013.492000', '164013.495000', '164013.498000', '164013.501000', '164013.504000', '164013.507000', '164013.510000', '164013.513000', '164013.516000', '164013.519000', '164013.522000', '164013.525000', '164013.528000', '164013.531000', '164013.534000', '164013.537000', '164013.540000', '164013.543000', '164013.546000', '164013.549000', '164013.552000', '164013.555000', '164013.558000', '164013.561000', '164013.564000', '164013.567000', '164033.438000', '164033.441000', '164033.444000', '164033.447000', '164033.450000', '164033.453000', '164033.456000', '164033.459000', '164033.462000', '164033.465000', '164033.468000', '164033.471000', '164033.474000', '164033.477000', '164033.480000', '164033.483000', '164033.486000', '164033.489000', '164033.492000', '164033.495000', '164033.498000', '164033.501000', '164033.504000', '164033.507000', '164033.510000', '164033.513000', '164033.516000', '164033.519000', '164033.522000', '164033.525000', '164033.528000', '164033.531000', '164033.534000', '164033.537000', '164033.540000', '164033.543000', '164033.546000', '164033.549000', '164033.552000', '164033.554000', '164033.558000', '164033.560000', '164033.564000', '164053.438000', '164053.441000', '164053.444000', '164053.447000', '164053.450000', '164053.453000', '164053.456000', '164053.459000', '164053.462000', '164053.465000', '164053.468000', '164053.471000', '164053.474000', '164053.477000', '164053.480000', '164053.483000', '164053.486000', '164053.493000', '164053.496000', '164053.499000', '164053.502000', '164053.505000', '164053.508000', '164053.510000', '164053.513000', '164053.516000', '164053.519000', '164053.523000', '164053.525000', '164053.529000', '164053.531000', '164053.534000', '164053.537000', '164053.541000', '164053.544000', '164053.546000', '164053.549000', '164053.552000', '164053.555000', '164053.558000', '164053.561000', '164053.580000', '164053.583000', '164053.586000', '164113.438000', '164113.441000', '164113.444000', '164113.447000', '164113.450000', '164113.453000', '164113.456000', '164113.459000', '164113.462000', '164113.465000', '164113.468000', '164113.471000', '164113.474000', '164113.477000', '164113.480000', '164113.483000', '164113.486000', '164113.489000', '164113.492000', '164113.495000', '164113.498000', '164113.501000', '164113.503000', '164113.507000', '164113.509000', '164113.512000', '164113.515000', '164113.518000', '164113.521000', '164113.524000', '164113.527000', '164113.530000', '164113.533000', '164113.536000', '164113.539000', '164113.542000', '164113.545000', '164113.548000', '164113.551000', '164113.554000', '164113.557000', '164113.560000', '164113.563000', '164133.439000', '164133.442000', '164133.445000', '164133.448000', '164133.451000', '164133.454000', '164133.457000', '164133.460000', '164133.463000', '164133.466000', '164133.469000', '164133.472000', '164133.475000', '164133.478000', '164133.481000', '164133.484000', '164133.487000', '164133.490000', '164133.493000', '164133.496000', '164133.499000', '164133.502000', '164133.505000', '164133.508000', '164133.511000', '164133.514000', '164133.517000', '164133.520000', '164133.523000', '164133.526000', '164133.529000', '164133.532000', '164133.535000', '164133.538000', '164133.541000', '164133.543000', '164133.547000', '164133.549000', '164133.552000', '164133.555000', '164133.558000', '164133.561000', '164133.564000', '164153.437000', '164153.440000', '164153.443000', '164153.446000', '164153.449000', '164153.452000', '164153.455000', '164153.458000', '164153.461000', '164153.464000', '164153.467000', '164153.470000', '164153.473000', '164153.476000', '164153.479000', '164153.482000', '164153.485000', '164153.488000', '164153.491000', '164153.494000', '164153.497000', '164153.500000', '164153.503000', '164153.506000', '164153.509000', '164153.512000', '164153.515000', '164153.518000', '164153.521000', '164153.524000', '164153.527000', '164153.530000', '164153.533000', '164153.536000', '164153.538000', '164153.542000', '164153.545000', '164153.548000', '164153.551000', '164153.554000', '164153.557000', '164153.560000', '164153.563000', '164153.566000', '164212.603000', '164212.606000', '164212.609000', '164212.624000', '164212.627000', '164212.629000', '164212.632000', '164212.636000', '164212.639000', '164212.642000', '164212.644000', '164212.648000', '164212.650000', '164212.653000', '164212.656000', '164212.659000', '164212.662000', '164212.665000', '164212.668000', '164212.671000', '164212.674000', '164212.677000', '164212.680000', '164212.683000', '164212.686000', '164212.689000', '164212.692000', '164212.695000', '164212.698000', '164212.701000', '164212.704000', '164212.707000', '164212.710000', '164212.713000', '164212.716000', '164212.719000', '164212.722000', '164212.725000', '164212.727000', '164212.731000', '164212.733000', '164212.736000'], 'InstanceCreationTime': ['163533.485000', '163533.489000', '163533.492000', '163533.496000', '163533.499000', '163533.502000', '163533.505000', '163533.508000', '163533.511000', '163533.514000', '163533.517000', '163533.520000', '163533.523000', '163533.526000', '163533.529000', '163533.532000', '163533.535000', '163533.538000', '163533.541000', '163533.544000', '163533.547000', '163533.550000', '163533.559000', '163533.562000', '163533.565000', '163533.568000', '163533.570000', '163533.573000', '163533.576000', '163533.579000', '163533.582000', '163533.585000', '163533.588000', '163533.591000', '163533.594000', '163533.597000', '163533.600000', '163533.603000', '163533.606000', '163533.609000', '163533.612000', '163533.615000', '163533.618000', '163533.621000', '163533.624000', '163533.627000', '163533.630000', '163533.633000', '163533.636000', '163533.639000', '163533.642000', '163533.645000', '163533.648000', '163533.650000', '163533.653000', '163533.656000', '163533.665000', '163533.668000', '163553.438000', '163553.441000', '163553.444000', '163553.447000', '163553.450000', '163553.453000', '163553.456000', '163553.459000', '163553.462000', '163553.465000', '163553.468000', '163553.489000', '163553.492000', '163553.495000', '163553.498000', '163553.501000', '163553.504000', '163553.506000', '163553.509000', '163553.512000', '163553.515000', '163553.518000', '163553.521000', '163553.524000', '163553.527000', '163553.530000', '163553.533000', '163553.536000', '163553.541000', '163553.545000', '163553.548000', '163553.551000', '163553.554000', '163553.557000', '163553.560000', '163553.563000', '163553.566000', '163553.569000', '163553.572000', '163553.575000', '163553.578000', '163553.581000', '163553.584000', '163613.438000', '163613.441000', '163613.444000', '163613.447000', '163613.450000', '163613.453000', '163613.456000', '163613.459000', '163613.462000', '163613.465000', '163613.468000', '163613.471000', '163613.474000', '163613.477000', '163613.480000', '163613.483000', '163613.486000', '163613.489000', '163613.492000', '163613.495000', '163613.502000', '163613.504000', '163613.507000', '163613.510000', '163613.514000', '163613.516000', '163613.519000', '163613.522000', '163613.525000', '163613.528000', '163613.531000', '163613.534000', '163613.537000', '163613.540000', '163613.543000', '163613.546000', '163613.549000', '163613.552000', '163613.555000', '163613.558000', '163613.561000', '163613.564000', '163613.567000', '163613.570000', '163633.438000', '163633.441000', '163633.444000', '163633.447000', '163633.450000', '163633.453000', '163633.458000', '163633.461000', '163633.464000', '163633.467000', '163633.470000', '163633.473000', '163633.476000', '163633.479000', '163633.482000', '163633.485000', '163633.488000', '163633.491000', '163633.494000', '163633.497000', '163633.500000', '163633.502000', '163633.506000', '163633.509000', '163633.512000', '163633.515000', '163633.518000', '163633.521000', '163633.525000', '163633.529000', '163633.532000', '163633.535000', '163633.553000', '163633.555000', '163633.558000', '163633.561000', '163633.564000', '163633.567000', '163633.570000', '163633.573000', '163633.576000', '163633.579000', '163633.582000', '163653.437000', '163653.440000', '163653.443000', '163653.446000', '163653.449000', '163653.452000', '163653.455000', '163653.458000', '163653.461000', '163653.464000', '163653.467000', '163653.470000', '163653.475000', '163653.478000', '163653.481000', '163653.484000', '163653.487000', '163653.490000', '163653.493000', '163653.496000', '163653.499000', '163653.502000', '163653.505000', '163653.508000', '163653.511000', '163653.514000', '163653.517000', '163653.520000', '163653.523000', '163653.526000', '163653.529000', '163653.532000', '163653.535000', '163653.538000', '163653.541000', '163653.544000', '163653.547000', '163653.550000', '163653.552000', '163653.555000', '163653.558000', '163653.561000', '163653.564000', '163653.570000', '163713.437000', '163713.440000', '163713.443000', '163713.446000', '163713.449000', '163713.452000', '163713.455000', '163713.458000', '163713.461000', '163713.464000', '163713.467000', '163713.470000', '163713.473000', '163713.476000', '163713.479000', '163713.482000', '163713.485000', '163713.488000', '163713.491000', '163713.494000', '163713.498000', '163713.501000', '163713.504000', '163713.507000', '163713.510000', '163713.513000', '163713.516000', '163713.519000', '163713.522000', '163713.525000', '163713.528000', '163713.531000', '163713.534000', '163713.537000', '163713.540000', '163713.543000', '163713.547000', '163713.550000', '163713.553000', '163713.556000', '163713.559000', '163713.561000', '163713.564000', '163733.438000', '163733.441000', '163733.444000', '163733.447000', '163733.450000', '163733.453000', '163733.456000', '163733.459000', '163733.462000', '163733.465000', '163733.468000', '163733.471000', '163733.474000', '163733.477000', '163733.480000', '163733.483000', '163733.486000', '163733.489000', '163733.492000', '163733.495000', '163733.498000', '163733.501000', '163733.515000', '163733.518000', '163733.521000', '163733.524000', '163733.527000', '163733.530000', '163733.533000', '163733.536000', '163733.539000', '163733.542000', '163733.545000', '163733.548000', '163733.551000', '163733.554000', '163733.557000', '163733.560000', '163733.563000', '163733.566000', '163733.569000', '163733.571000', '163733.574000', '163733.577000', '163753.438000', '163753.441000', '163753.444000', '163753.447000', '163753.450000', '163753.453000', '163753.456000', '163753.459000', '163753.462000', '163753.465000', '163753.468000', '163753.471000', '163753.474000', '163753.477000', '163753.480000', '163753.483000', '163753.486000', '163753.489000', '163753.492000', '163753.495000', '163753.499000', '163753.502000', '163753.505000', '163753.508000', '163753.511000', '163753.514000', '163753.517000', '163753.520000', '163753.523000', '163753.526000', '163753.529000', '163753.532000', '163753.535000', '163753.538000', '163753.541000', '163753.544000', '163753.547000', '163753.550000', '163753.553000', '163753.556000', '163753.560000', '163753.563000', '163753.566000', '163813.438000', '163813.441000', '163813.444000', '163813.447000', '163813.450000', '163813.453000', '163813.456000', '163813.459000', '163813.462000', '163813.465000', '163813.468000', '163813.471000', '163813.474000', '163813.477000', '163813.480000', '163813.483000', '163813.486000', '163813.489000', '163813.492000', '163813.495000', '163813.498000', '163813.501000', '163813.504000', '163813.507000', '163813.510000', '163813.513000', '163813.516000', '163813.519000', '163813.522000', '163813.525000', '163813.528000', '163813.531000', '163813.534000', '163813.537000', '163813.540000', '163813.543000', '163813.546000', '163813.549000', '163813.552000', '163813.555000', '163813.558000', '163813.561000', '163813.564000', '163813.567000', '163833.438000', '163833.441000', '163833.444000', '163833.447000', '163833.450000', '163833.453000', '163833.456000', '163833.459000', '163833.462000', '163833.465000', '163833.468000', '163833.471000', '163833.474000', '163833.477000', '163833.480000', '163833.483000', '163833.486000', '163833.489000', '163833.492000', '163833.495000', '163833.498000', '163833.501000', '163833.503000', '163833.507000', '163833.509000', '163833.512000', '163833.515000', '163833.518000', '163833.521000', '163833.524000', '163833.527000', '163833.530000', '163833.533000', '163833.536000', '163833.539000', '163833.546000', '163833.549000', '163833.552000', '163833.555000', '163833.558000', '163833.561000', '163833.564000', '163833.566000', '163853.438000', '163853.441000', '163853.444000', '163853.447000', '163853.450000', '163853.453000', '163853.456000', '163853.459000', '163853.462000', '163853.465000', '163853.468000', '163853.471000', '163853.474000', '163853.477000', '163853.480000', '163853.483000', '163853.486000', '163853.489000', '163853.492000', '163853.495000', '163853.498000', '163853.501000', '163853.504000', '163853.507000', '163853.510000', '163853.513000', '163853.516000', '163853.519000', '163853.522000', '163853.525000', '163853.528000', '163853.531000', '163853.534000', '163853.537000', '163853.540000', '163853.543000', '163853.546000', '163853.549000', '163853.552000', '163853.555000', '163853.558000', '163853.561000', '163853.564000', '163853.566000', '163913.437000', '163913.440000', '163913.443000', '163913.446000', '163913.449000', '163913.452000', '163913.455000', '163913.458000', '163913.461000', '163913.464000', '163913.467000', '163913.470000', '163913.473000', '163913.476000', '163913.479000', '163913.482000', '163913.485000', '163913.488000', '163913.491000', '163913.494000', '163913.497000', '163913.500000', '163913.503000', '163913.506000', '163913.509000', '163913.512000', '163913.515000', '163913.518000', '163913.521000', '163913.524000', '163913.527000', '163913.543000', '163913.547000', '163913.550000', '163913.553000', '163913.556000', '163913.559000', '163913.562000', '163913.565000', '163913.568000', '163913.571000', '163913.574000', '163913.577000', '163933.437000', '163933.440000', '163933.443000', '163933.446000', '163933.449000', '163933.452000', '163933.455000', '163933.458000', '163933.461000', '163933.464000', '163933.467000', '163933.470000', '163933.473000', '163933.476000', '163933.479000', '163933.482000', '163933.485000', '163933.488000', '163933.491000', '163933.494000', '163933.497000', '163933.500000', '163933.503000', '163933.506000', '163933.509000', '163933.512000', '163933.515000', '163933.518000', '163933.521000', '163933.524000', '163933.527000', '163933.530000', '163933.533000', '163933.536000', '163933.539000', '163933.542000', '163933.545000', '163933.548000', '163933.551000', '163933.554000', '163933.557000', '163933.560000', '163933.562000', '163933.566000', '163953.438000', '163953.441000', '163953.444000', '163953.447000', '163953.450000', '163953.453000', '163953.456000', '163953.459000', '163953.462000', '163953.465000', '163953.468000', '163953.471000', '163953.474000', '163953.477000', '163953.480000', '163953.483000', '163953.486000', '163953.489000', '163953.492000', '163953.495000', '163953.498000', '163953.501000', '163953.504000', '163953.507000', '163953.510000', '163953.513000', '163953.516000', '163953.519000', '163953.522000', '163953.525000', '163953.528000', '163953.531000', '163953.534000', '163953.537000', '163953.540000', '163953.543000', '163953.546000', '163953.549000', '163953.552000', '163953.555000', '163953.558000', '163953.561000', '163953.564000', '164013.438000', '164013.441000', '164013.444000', '164013.447000', '164013.450000', '164013.453000', '164013.456000', '164013.459000', '164013.462000', '164013.465000', '164013.468000', '164013.471000', '164013.474000', '164013.477000', '164013.480000', '164013.483000', '164013.486000', '164013.489000', '164013.492000', '164013.495000', '164013.498000', '164013.501000', '164013.504000', '164013.507000', '164013.510000', '164013.513000', '164013.516000', '164013.519000', '164013.522000', '164013.525000', '164013.528000', '164013.531000', '164013.534000', '164013.537000', '164013.540000', '164013.543000', '164013.546000', '164013.549000', '164013.552000', '164013.555000', '164013.558000', '164013.561000', '164013.564000', '164013.567000', '164033.438000', '164033.441000', '164033.444000', '164033.447000', '164033.450000', '164033.453000', '164033.456000', '164033.459000', '164033.462000', '164033.465000', '164033.468000', '164033.471000', '164033.474000', '164033.477000', '164033.480000', '164033.483000', '164033.486000', '164033.489000', '164033.492000', '164033.495000', '164033.498000', '164033.501000', '164033.504000', '164033.507000', '164033.510000', '164033.513000', '164033.516000', '164033.519000', '164033.522000', '164033.525000', '164033.528000', '164033.531000', '164033.534000', '164033.537000', '164033.540000', '164033.543000', '164033.546000', '164033.549000', '164033.552000', '164033.554000', '164033.558000', '164033.560000', '164033.564000', '164053.438000', '164053.441000', '164053.444000', '164053.447000', '164053.450000', '164053.453000', '164053.456000', '164053.459000', '164053.462000', '164053.465000', '164053.468000', '164053.471000', '164053.474000', '164053.477000', '164053.480000', '164053.483000', '164053.486000', '164053.493000', '164053.496000', '164053.499000', '164053.502000', '164053.505000', '164053.508000', '164053.510000', '164053.513000', '164053.516000', '164053.519000', '164053.523000', '164053.525000', '164053.529000', '164053.531000', '164053.534000', '164053.537000', '164053.541000', '164053.544000', '164053.546000', '164053.549000', '164053.552000', '164053.555000', '164053.558000', '164053.561000', '164053.580000', '164053.583000', '164053.586000', '164113.438000', '164113.441000', '164113.444000', '164113.447000', '164113.450000', '164113.453000', '164113.456000', '164113.459000', '164113.462000', '164113.465000', '164113.468000', '164113.471000', '164113.474000', '164113.477000', '164113.480000', '164113.483000', '164113.486000', '164113.489000', '164113.492000', '164113.495000', '164113.498000', '164113.501000', '164113.503000', '164113.507000', '164113.509000', '164113.512000', '164113.515000', '164113.518000', '164113.521000', '164113.524000', '164113.527000', '164113.530000', '164113.533000', '164113.536000', '164113.539000', '164113.542000', '164113.545000', '164113.548000', '164113.551000', '164113.554000', '164113.557000', '164113.560000', '164113.563000', '164133.439000', '164133.442000', '164133.445000', '164133.448000', '164133.451000', '164133.454000', '164133.457000', '164133.460000', '164133.463000', '164133.466000', '164133.469000', '164133.472000', '164133.475000', '164133.478000', '164133.481000', '164133.484000', '164133.487000', '164133.490000', '164133.493000', '164133.496000', '164133.499000', '164133.502000', '164133.505000', '164133.508000', '164133.511000', '164133.514000', '164133.517000', '164133.520000', '164133.523000', '164133.526000', '164133.529000', '164133.532000', '164133.535000', '164133.538000', '164133.541000', '164133.543000', '164133.547000', '164133.549000', '164133.552000', '164133.555000', '164133.558000', '164133.561000', '164133.564000', '164153.437000', '164153.440000', '164153.443000', '164153.446000', '164153.449000', '164153.452000', '164153.455000', '164153.458000', '164153.461000', '164153.464000', '164153.467000', '164153.470000', '164153.473000', '164153.476000', '164153.479000', '164153.482000', '164153.485000', '164153.488000', '164153.491000', '164153.494000', '164153.497000', '164153.500000', '164153.503000', '164153.506000', '164153.509000', '164153.512000', '164153.515000', '164153.518000', '164153.521000', '164153.524000', '164153.527000', '164153.530000', '164153.533000', '164153.536000', '164153.538000', '164153.542000', '164153.545000', '164153.548000', '164153.551000', '164153.554000', '164153.557000', '164153.560000', '164153.563000', '164153.566000', '164212.603000', '164212.606000', '164212.609000', '164212.624000', '164212.627000', '164212.629000', '164212.632000', '164212.636000', '164212.639000', '164212.642000', '164212.644000', '164212.648000', '164212.650000', '164212.653000', '164212.656000', '164212.659000', '164212.662000', '164212.665000', '164212.668000', '164212.671000', '164212.674000', '164212.677000', '164212.680000', '164212.683000', '164212.686000', '164212.689000', '164212.692000', '164212.695000', '164212.698000', '164212.701000', '164212.704000', '164212.707000', '164212.710000', '164212.713000', '164212.716000', '164212.719000', '164212.722000', '164212.725000', '164212.727000', '164212.731000', '164212.733000', '164212.736000'], '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': [11453, 8675, 12533, 9382, 14461, 9877, 16974, 11417, 12042, 11228, 8346, 12002, 8316, 11719, 8435, 11584, 9071, 11439, 8492, 11631, 7990, 11903, 8426, 11225, 7593, 11476, 7503, 11637, 8646, 11222, 9414, 10781, 10453, 10406, 12824, 9471, 12671, 9314, 11835, 9225, 11623, 8973, 11653, 8870, 10963, 11856, 10341, 13585, 9535, 11998, 9133, 11656, 9043, 11866, 8482, 12233, 7963, 12245, 7974, 10889, 11148, 10668, 13830, 9678, 12748, 9130, 11947, 8215, 11949, 8037, 12285, 8789, 11106, 10365, 10209, 13071, 9419, 12789, 8427, 12244, 8196, 11307, 10544, 10390, 13136, 9632, 12189, 8635, 12167, 8213, 12700, 8349, 12268, 8275, 11256, 11157, 10990, 12333, 10851, 10619, 11386, 8647, 12085, 10205, 11464, 13843, 10591, 12797, 9412, 13198, 9202, 13188, 9042, 13295, 8281, 11989, 9170, 14070, 8631, 13692, 8972, 13737, 8758, 12851, 8651, 13054, 9030, 13162, 8764, 12692, 12957, 11609, 12977, 10701, 14376, 10755, 14657, 10493, 15050, 10045, 10946, 10455, 9104, 11382, 9698, 11565, 12250, 11237, 9640, 10994, 8147, 11512, 8905, 12123, 9446, 12197, 10425, 11193, 8811, 11414, 10446, 11388, 12199, 10865, 13272, 10085, 11978, 9495, 13388, 9804, 13279, 9554, 12488, 7968, 11903, 8937, 13965, 10380, 12217, 10759, 8239, 12889, 8648, 13052, 9326, 13547, 9563, 13428, 9453, 12863, 8612, 12202, 8685, 13255, 8414, 13725, 8935, 12394, 8341, 12640, 8010, 12961, 8099, 12516, 8784, 11807, 8855, 11085, 11723, 10410, 13580, 9529, 13530, 9625, 12776, 8434, 12501, 8386, 12462, 8277, 12296, 9092, 10901, 14000, 9527, 12841, 8845, 12465, 8045, 12458, 8071, 11626, 7983, 10633, 10096, 10298, 13826, 9440, 12432, 8863, 11568, 8530, 12597, 8612, 13006, 8368, 11849, 14914, 9983, 15343, 8544, 11811, 8190, 11642, 9801, 11002, 16691, 9279, 12196, 8344, 11639, 8269, 12158, 8224, 10335, 9543, 9046, 13029, 8748, 12688, 7974, 12428, 8132, 10548, 11667, 9467, 13248, 8851, 12293, 8287, 10701, 13594, 8777, 12186, 8215, 12067, 9676, 10868, 13034, 9188, 12470, 8596, 12458, 7936, 11302, 13021, 9401, 11912, 8155, 11269, 10722, 10595, 14664, 10173, 12153, 7917, 11191, 8161, 10874, 13128, 9712, 12853, 9152, 11345, 7994, 11068, 10218, 9268, 12721, 9122, 11491, 7694, 11092, 7991, 10286, 13127, 9533, 11905, 8323, 11719, 7823, 11748, 9497, 10239, 13235, 9752, 12115, 8995, 11550, 9052, 12853, 9589, 13230, 10253, 12260, 8967, 12053, 8051, 11751, 15841, 10586, 16062, 11652, 13185, 8516, 11640, 8198, 12486, 8663, 12598, 8865, 11221, 9150, 10006, 10486, 11044, 11838, 8687, 12743, 9317, 13570, 9263, 14565, 12888, 14372, 11444, 12704, 9103, 11938, 8498, 11562, 8511, 11426, 8696, 11446, 8477, 12403, 9286, 11852, 9968, 9363, 10720, 9515, 10948, 13161, 10421, 16631, 9836, 14497, 9311, 12309, 9702, 13237, 9746, 12931, 10090, 13851, 8849, 12201, 8873, 12722, 8951, 12112, 9481, 11627, 8680, 12264, 8933, 12934, 8182, 12749, 8211, 13117, 8708, 13974, 9039, 13565, 8954, 13726, 8235, 13769, 8558, 14213, 8273, 13810, 8049, 13449, 7775, 14039, 7982, 13103, 7981, 12681, 7973, 12243, 14173, 10050, 13700, 9915, 13372, 8611, 12877, 8256, 12480, 14442, 10784, 14389, 9682, 13438, 9219, 13045, 8025, 12599, 7825, 11675, 9470, 10582, 13821, 9259, 13104, 8755, 13588, 9135, 12097, 8670, 12307, 9011, 12812, 10071, 14314, 9790, 12025, 9904, 13914, 9702, 13413, 9151, 12423, 8298, 11273, 11292, 10352, 13820, 9532, 12697, 8736, 12389, 7985, 12551, 8362, 11749, 12675, 9921, 12693, 9281, 12542, 8325, 12420, 11887, 10595, 13095, 9529, 12507, 8386, 12140, 14335, 10814, 16558, 10225, 11991, 8877, 12115, 8543, 12362, 9420, 11513, 11747, 9957, 13274, 9326, 12450, 8774, 12806, 8447, 11858, 10383, 10912, 14969, 9538, 12793, 9229, 11861, 8614, 11872, 8245, 11652, 10480, 10342, 13292, 9728, 11927, 8655, 12543, 8515, 12878, 8888, 13249, 8330, 11974, 7814, 11965, 8619, 11826, 13044, 10818, 15292, 9850, 14365, 8391, 12463, 8379, 12495, 8612, 9915, 8606, 10307, 8085, 11131, 8373, 11879, 8443, 11575, 8559, 11231, 10240, 10437, 8359, 11118, 7973, 10742, 9074, 10732, 9001, 9930, 10237, 9403, 13461, 8809, 12659, 9360, 12134, 8150, 11829, 8463, 12283, 8970, 12041, 8488, 10882, 8725, 10820, 8330, 10620, 11087, 9681, 14875, 9171, 12915, 8761, 12286, 8451, 12634, 8624, 12143, 8070, 11135, 8492, 10992, 8524, 10418, 12577, 8745, 12024, 8503, 12379, 8094, 12104, 8320, 11401, 8310, 10730, 8319, 10573, 8330, 10454, 8772, 10026, 9292, 10179, 12763, 8960, 12486, 8422, 11662, 8441, 11220, 8261, 11262, 8354, 11361, 8365, 10564, 8200, 10658, 8382, 11103, 8210, 11509, 8561, 11011, 11182, 10208, 14553, 8783, 11586, 8730, 11075, 8405, 11072, 8463, 11536, 7817, 11124, 8186, 10997, 8405, 11300, 8251, 11187, 8503, 11170, 7938, 11170, 8114, 11089, 8027, 10932, 10898, 9927, 8978, 10366, 10542, 9544, 12170, 8753, 12003, 8763, 10015, 9399, 11487, 9152, 12092, 8979, 8975, 10162, 7792, 11029, 8446, 11374, 8127, 11449, 8208, 11438, 8134, 11576, 8406, 11409, 9147, 11430, 8399, 11434, 8680, 11526, 8517, 11337, 8725, 11155, 8476, 11407, 8144, 11941, 8764, 11238, 8901, 11535, 8647, 11405, 8936, 10029, 9645, 7521, 11303, 8119, 11877, 8746, 11479, 8745, 11879, 8963, 11427, 8952, 11091, 9601, 11908, 9084, 11935, 8922, 11105, 8773, 9136, 9578, 7856, 11033, 8456, 11452, 8739, 11566, 8799, 11462, 8491, 12796, 8752, 12004, 9218, 10164, 9613, 8441, 10585, 7861, 11315, 8574, 11353, 8651, 11093, 8596, 11319, 8709, 11207, 8515, 11041, 8700, 9888, 9208, 10387, 9305, 11342, 8849, 9867, 9274, 10382, 9239, 11752, 8514, 11174, 8811, 10811, 8622, 10819, 8564, 11129, 8636, 10795, 8661, 10960, 8080, 10552, 7697, 10703, 7606, 10893, 7467, 10769, 9548, 9990, 10990, 9091, 10464, 9561, 10822, 8618, 10901, 8798, 10457, 8475, 10831, 7793, 10820, 7788, 10856, 7876, 11263, 7722, 11069, 8883, 10967, 7591, 11218, 7969, 11173, 7657, 11085, 9083, 10872, 8946, 10499, 13131, 9724, 12253, 9061, 11507, 8679, 10597, 8444, 10683, 8408, 10739, 8551, 10123, 8437, 10482, 8302, 11030, 8371, 10948, 8685, 10792, 8693, 10680, 8885, 10863, 8504, 10801, 8483, 10688, 8520, 10770, 8533, 10851, 8587, 10678, 8667, 10596, 8647, 10814, 8807, 11314, 8944, 10577, 10756, 9222, 12548, 8968, 8076, 10607, 10028, 9945, 10995, 9494, 10118, 9173, 11685, 11522, 9655, 12927, 9766, 9612], 'WindowCenter': [4506.0, 4459.0, 4486.0, 4451.0, 4472.0, 4450.0, 4479.0, 4446.0, 4443.0, 4432.0, 4410.0, 4441.0, 4412.0, 4444.0, 4423.0, 4442.0, 4422.0, 4442.0, 4423.0, 4444.0, 4424.0, 4455.0, 4421.0, 4442.0, 4411.0, 4454.0, 4414.0, 4456.0, 4435.0, 4454.0, 4434.0, 4453.0, 4456.0, 4469.0, 4477.0, 4460.0, 4478.0, 4449.0, 4469.0, 4449.0, 4471.0, 4448.0, 4470.0, 4439.0, 4459.0, 4468.0, 4457.0, 4478.0, 4447.0, 4467.0, 4449.0, 4470.0, 4449.0, 4471.0, 4450.0, 4481.0, 4453.0, 4483.0, 4452.0, 4472.0, 4470.0, 4470.0, 4479.0, 4459.0, 4480.0, 4448.0, 4481.0, 4450.0, 4481.0, 4451.0, 4480.0, 4451.0, 4484.0, 4470.0, 4471.0, 4492.0, 4462.0, 4492.0, 4464.0, 4493.0, 4451.0, 4482.0, 4482.0, 4473.0, 4503.0, 4473.0, 4492.0, 4463.0, 4493.0, 4461.0, 4505.0, 4466.0, 4509.0, 4480.0, 4498.0, 4487.0, 4486.0, 4497.0, 4497.0, 4498.0, 4495.0, 4464.0, 4498.0, 4486.0, 4497.0, 4519.0, 4499.0, 4508.0, 4476.0, 4494.0, 4476.0, 4494.0, 4467.0, 4506.0, 4464.0, 4496.0, 4488.0, 4508.0, 4477.0, 4507.0, 4464.0, 4506.0, 4464.0, 4507.0, 4465.0, 4494.0, 4463.0, 4493.0, 4463.0, 4495.0, 4493.0, 4484.0, 4481.0, 4461.0, 4479.0, 4460.0, 4492.0, 4460.0, 4488.0, 4459.0, 4458.0, 4459.0, 4448.0, 4470.0, 4448.0, 4469.0, 4480.0, 4469.0, 4448.0, 4469.0, 4439.0, 4470.0, 4449.0, 4479.0, 4461.0, 4481.0, 4472.0, 4470.0, 4451.0, 4470.0, 4469.0, 4481.0, 4480.0, 4474.0, 4482.0, 4472.0, 4481.0, 4474.0, 4496.0, 4474.0, 4494.0, 4474.0, 4496.0, 4465.0, 4483.0, 4478.0, 4508.0, 4490.0, 4522.0, 4527.0, 4508.0, 4539.0, 4506.0, 4524.0, 4493.0, 4520.0, 4492.0, 4511.0, 4478.0, 4497.0, 4467.0, 4497.0, 4464.0, 4496.0, 4455.0, 4495.0, 4452.0, 4482.0, 4439.0, 4469.0, 4437.0, 4480.0, 4441.0, 4481.0, 4454.0, 4481.0, 4450.0, 4471.0, 4470.0, 4470.0, 4481.0, 4461.0, 4483.0, 4462.0, 4482.0, 4440.0, 4469.0, 4439.0, 4469.0, 4438.0, 4480.0, 4462.0, 4473.0, 4492.0, 4462.0, 4481.0, 4451.0, 4480.0, 4438.0, 4484.0, 4452.0, 4482.0, 4441.0, 4473.0, 4470.0, 4474.0, 4504.0, 4476.0, 4508.0, 4475.0, 4485.0, 4462.0, 4484.0, 4465.0, 4495.0, 4464.0, 4496.0, 4509.0, 4475.0, 4504.0, 4463.0, 4484.0, 4451.0, 4482.0, 4463.0, 4471.0, 4500.0, 4460.0, 4481.0, 4450.0, 4471.0, 4449.0, 4481.0, 4450.0, 4472.0, 4459.0, 4462.0, 4493.0, 4461.0, 4493.0, 4455.0, 4494.0, 4454.0, 4485.0, 4483.0, 4474.0, 4491.0, 4462.0, 4482.0, 4451.0, 4474.0, 4492.0, 4451.0, 4482.0, 4453.0, 4495.0, 4473.0, 4486.0, 4493.0, 4464.0, 4493.0, 4463.0, 4493.0, 4453.0, 4487.0, 4495.0, 4474.0, 4484.0, 4453.0, 4484.0, 4483.0, 4476.0, 4505.0, 4474.0, 4484.0, 4443.0, 4473.0, 4449.0, 4473.0, 4493.0, 4463.0, 4483.0, 4462.0, 4473.0, 4453.0, 4484.0, 4472.0, 4463.0, 4495.0, 4473.0, 4483.0, 4453.0, 4485.0, 4454.0, 4474.0, 4494.0, 4475.0, 4483.0, 4464.0, 4482.0, 4455.0, 4498.0, 4489.0, 4488.0, 4495.0, 4475.0, 4510.0, 4477.0, 4495.0, 4489.0, 4509.0, 4491.0, 4510.0, 4502.0, 4508.0, 4478.0, 4499.0, 4456.0, 4498.0, 4504.0, 4486.0, 4504.0, 4484.0, 4484.0, 4452.0, 4474.0, 4442.0, 4497.0, 4467.0, 4496.0, 4452.0, 4474.0, 4466.0, 4475.0, 4500.0, 4487.0, 4511.0, 4493.0, 4512.0, 4479.0, 4509.0, 4493.0, 4520.0, 4510.0, 4495.0, 4473.0, 4471.0, 4442.0, 4472.0, 4440.0, 4472.0, 4441.0, 4459.0, 4440.0, 4467.0, 4439.0, 4479.0, 4463.0, 4494.0, 4473.0, 4464.0, 4472.0, 4463.0, 4474.0, 4483.0, 4472.0, 4504.0, 4462.0, 4482.0, 4450.0, 4469.0, 4460.0, 4479.0, 4464.0, 4483.0, 4462.0, 4481.0, 4451.0, 4470.0, 4450.0, 4481.0, 4449.0, 4482.0, 4466.0, 4473.0, 4463.0, 4484.0, 4505.0, 4524.0, 4493.0, 4508.0, 4467.0, 4494.0, 4463.0, 4503.0, 4463.0, 4495.0, 4476.0, 4508.0, 4467.0, 4504.0, 4465.0, 4492.0, 4463.0, 4505.0, 4453.0, 4495.0, 4456.0, 4517.0, 4454.0, 4495.0, 4466.0, 4495.0, 4454.0, 4484.0, 4495.0, 4473.0, 4492.0, 4461.0, 4482.0, 4450.0, 4482.0, 4451.0, 4483.0, 4492.0, 4472.0, 4491.0, 4460.0, 4480.0, 4462.0, 4481.0, 4452.0, 4482.0, 4441.0, 4470.0, 4462.0, 4473.0, 4490.0, 4461.0, 4493.0, 4465.0, 4507.0, 4462.0, 4483.0, 4464.0, 4494.0, 4478.0, 4509.0, 4477.0, 4505.0, 4476.0, 4484.0, 4474.0, 4493.0, 4465.0, 4495.0, 4464.0, 4484.0, 4453.0, 4482.0, 4471.0, 4474.0, 4495.0, 4473.0, 4483.0, 4453.0, 4484.0, 4453.0, 4494.0, 4465.0, 4498.0, 4505.0, 4487.0, 4508.0, 4478.0, 4496.0, 4468.0, 4508.0, 4499.0, 4487.0, 4507.0, 4478.0, 4496.0, 4455.0, 4496.0, 4505.0, 4487.0, 4515.0, 4475.0, 4483.0, 4464.0, 4485.0, 4464.0, 4495.0, 4474.0, 4486.0, 4485.0, 4474.0, 4495.0, 4475.0, 4496.0, 4466.0, 4495.0, 4454.0, 4485.0, 4473.0, 4484.0, 4506.0, 4474.0, 4494.0, 4465.0, 4484.0, 4453.0, 4485.0, 4452.0, 4484.0, 4473.0, 4485.0, 4494.0, 4476.0, 4485.0, 4465.0, 4495.0, 4465.0, 4510.0, 4478.0, 4511.0, 4467.0, 4486.0, 4455.0, 4495.0, 4464.0, 4496.0, 4507.0, 4487.0, 4517.0, 4490.0, 4518.0, 4466.0, 4498.0, 4478.0, 4507.0, 4477.0, 4475.0, 4451.0, 4461.0, 4451.0, 4469.0, 4451.0, 4471.0, 4442.0, 4473.0, 4453.0, 4471.0, 4459.0, 4460.0, 4440.0, 4469.0, 4440.0, 4472.0, 4450.0, 4472.0, 4462.0, 4474.0, 4470.0, 4462.0, 4483.0, 4462.0, 4481.0, 4450.0, 4470.0, 4442.0, 4469.0, 4438.0, 4469.0, 4451.0, 4480.0, 4450.0, 4471.0, 4450.0, 4471.0, 4450.0, 4472.0, 4482.0, 4463.0, 4493.0, 4452.0, 4481.0, 4452.0, 4469.0, 4452.0, 4482.0, 4453.0, 4471.0, 4441.0, 4473.0, 4451.0, 4472.0, 4450.0, 4473.0, 4481.0, 4452.0, 4470.0, 4450.0, 4469.0, 4439.0, 4481.0, 4454.0, 4471.0, 4453.0, 4472.0, 4450.0, 4474.0, 4467.0, 4484.0, 4465.0, 4474.0, 4465.0, 4475.0, 4483.0, 4464.0, 4483.0, 4453.0, 4472.0, 4441.0, 4460.0, 4439.0, 4472.0, 4451.0, 4472.0, 4453.0, 4473.0, 4453.0, 4475.0, 4464.0, 4486.0, 4466.0, 4498.0, 4464.0, 4484.0, 4483.0, 4474.0, 4494.0, 4453.0, 4473.0, 4453.0, 4462.0, 4438.0, 4460.0, 4439.0, 4472.0, 4441.0, 4470.0, 4440.0, 4460.0, 4440.0, 4471.0, 4440.0, 4472.0, 4453.0, 4474.0, 4454.0, 4474.0, 4443.0, 4473.0, 4468.0, 4485.0, 4474.0, 4464.0, 4452.0, 4463.0, 4462.0, 4462.0, 4482.0, 4453.0, 4472.0, 4452.0, 4461.0, 4451.0, 4471.0, 4462.0, 4495.0, 4465.0, 4465.0, 4476.0, 4458.0, 4485.0, 4468.0, 4499.0, 4468.0, 4499.0, 4467.0, 4486.0, 4455.0, 4486.0, 4467.0, 4485.0, 4463.0, 4474.0, 4443.0, 4470.0, 4451.0, 4471.0, 4452.0, 4470.0, 4450.0, 4471.0, 4439.0, 4470.0, 4456.0, 4473.0, 4453.0, 4471.0, 4452.0, 4468.0, 4466.0, 4487.0, 4465.0, 4461.0, 4462.0, 4442.0, 4460.0, 4441.0, 4472.0, 4451.0, 4472.0, 4453.0, 4471.0, 4439.0, 4459.0, 4441.0, 4472.0, 4462.0, 4460.0, 4436.0, 4457.0, 4435.0, 4447.0, 4428.0, 4436.0, 4450.0, 4441.0, 4474.0, 4444.0, 4469.0, 4451.0, 4469.0, 4450.0, 4470.0, 4453.0, 4469.0, 4437.0, 4456.0, 4437.0, 4449.0, 4448.0, 4439.0, 4459.0, 4441.0, 4457.0, 4437.0, 4470.0, 4440.0, 4469.0, 4439.0, 4458.0, 4438.0, 4471.0, 4450.0, 4458.0, 4441.0, 4451.0, 4448.0, 4458.0, 4450.0, 4459.0, 4450.0, 4450.0, 4450.0, 4458.0, 4450.0, 4470.0, 4451.0, 4460.0, 4449.0, 4458.0, 4440.0, 4456.0, 4453.0, 4472.0, 4452.0, 4471.0, 4448.0, 4458.0, 4441.0, 4473.0, 4443.0, 4461.0, 4440.0, 4461.0, 4431.0, 4471.0, 4459.0, 4462.0, 4470.0, 4462.0, 4471.0, 4460.0, 4471.0, 4464.0, 4473.0, 4451.0, 4470.0, 4452.0, 4470.0, 4443.0, 4473.0, 4442.0, 4486.0, 4454.0, 4483.0, 4441.0, 4473.0, 4452.0, 4472.0, 4441.0, 4472.0, 4454.0, 4473.0, 4455.0, 4484.0, 4464.0, 4473.0, 4449.0, 4462.0, 4480.0, 4448.0, 4471.0, 4439.0, 4457.0, 4439.0, 4447.0, 4436.0, 4446.0, 4438.0, 4460.0, 4439.0, 4448.0, 4439.0, 4460.0, 4437.0, 4459.0, 4451.0, 4471.0, 4452.0, 4461.0, 4451.0, 4458.0, 4451.0, 4472.0, 4451.0, 4458.0, 4437.0, 4447.0, 4438.0, 4455.0, 4450.0, 4460.0, 4441.0, 4459.0, 4440.0, 4458.0, 4439.0, 4460.0, 4475.0, 4484.0, 4463.0, 4471.0, 4474.0, 4451.0, 4468.0, 4463.0, 4441.0, 4486.0, 4473.0, 4477.0, 4486.0, 4475.0, 4485.0, 4462.0, 4485.0, 4481.0, 4463.0, 4471.0, 4447.0, 4462.0], 'WindowWidth': [9923.0, 9844.0, 9875.0, 9818.0, 9850.0, 9817.0, 9853.0, 9803.0, 9791.0, 9774.0, 9744.0, 9786.0, 9750.0, 9797.0, 9769.0, 9793.0, 9766.0, 9793.0, 9769.0, 9797.0, 9771.0, 9813.0, 9763.0, 9793.0, 9752.0, 9812.0, 9760.0, 9818.0, 9788.0, 9815.0, 9787.0, 9813.0, 9821.0, 9844.0, 9856.0, 9832.0, 9853.0, 9816.0, 9842.0, 9816.0, 9847.0, 9813.0, 9845.0, 9800.0, 9827.0, 9837.0, 9823.0, 9854.0, 9811.0, 9841.0, 9817.0, 9843.0, 9818.0, 9848.0, 9820.0, 9865.0, 9829.0, 9869.0, 9828.0, 9852.0, 9848.0, 9847.0, 9859.0, 9832.0, 9861.0, 9816.0, 9863.0, 9822.0, 9864.0, 9823.0, 9863.0, 9824.0, 9871.0, 9850.0, 9851.0, 9882.0, 9842.0, 9882.0, 9849.0, 9883.0, 9824.0, 9867.0, 9869.0, 9856.0, 9899.0, 9858.0, 9881.0, 9844.0, 9884.0, 9842.0, 9904.0, 9854.0, 9916.0, 9881.0, 9900.0, 9880.0, 9879.0, 9894.0, 9897.0, 9899.0, 9891.0, 9847.0, 9894.0, 9878.0, 9895.0, 9930.0, 9900.0, 9911.0, 9866.0, 9887.0, 9864.0, 9887.0, 9853.0, 9905.0, 9845.0, 9893.0, 9886.0, 9909.0, 9869.0, 9910.0, 9845.0, 9906.0, 9848.0, 9908.0, 9849.0, 9886.0, 9844.0, 9885.0, 9843.0, 9888.0, 9881.0, 9870.0, 9861.0, 9834.0, 9856.0, 9829.0, 9875.0, 9832.0, 9869.0, 9828.0, 9824.0, 9826.0, 9812.0, 9843.0, 9812.0, 9842.0, 9861.0, 9844.0, 9814.0, 9841.0, 9802.0, 9844.0, 9816.0, 9858.0, 9837.0, 9864.0, 9850.0, 9846.0, 9821.0, 9846.0, 9844.0, 9861.0, 9862.0, 9858.0, 9866.0, 9853.0, 9863.0, 9858.0, 9891.0, 9859.0, 9885.0, 9858.0, 9890.0, 9848.0, 9870.0, 9871.0, 9908.0, 9889.0, 9939.0, 9955.0, 9930.0, 9971.0, 9925.0, 9942.0, 9898.0, 9932.0, 9894.0, 9920.0, 9869.0, 9893.0, 9853.0, 9895.0, 9843.0, 9887.0, 9833.0, 9888.0, 9821.0, 9860.0, 9800.0, 9839.0, 9795.0, 9857.0, 9806.0, 9863.0, 9828.0, 9860.0, 9818.0, 9846.0, 9844.0, 9845.0, 9860.0, 9832.0, 9864.0, 9835.0, 9863.0, 9805.0, 9842.0, 9801.0, 9841.0, 9799.0, 9858.0, 9838.0, 9855.0, 9879.0, 9837.0, 9861.0, 9821.0, 9859.0, 9801.0, 9870.0, 9825.0, 9865.0, 9808.0, 9854.0, 9847.0, 9855.0, 9899.0, 9863.0, 9913.0, 9866.0, 9871.0, 9838.0, 9868.0, 9844.0, 9888.0, 9844.0, 9890.0, 9910.0, 9861.0, 9899.0, 9841.0, 9870.0, 9821.0, 9866.0, 9838.0, 9850.0, 9890.0, 9832.0, 9862.0, 9819.0, 9847.0, 9816.0, 9862.0, 9820.0, 9850.0, 9831.0, 9837.0, 9879.0, 9838.0, 9882.0, 9833.0, 9885.0, 9829.0, 9873.0, 9870.0, 9857.0, 9878.0, 9839.0, 9868.0, 9824.0, 9856.0, 9881.0, 9823.0, 9865.0, 9827.0, 9886.0, 9855.0, 9877.0, 9884.0, 9843.0, 9882.0, 9842.0, 9882.0, 9829.0, 9878.0, 9888.0, 9859.0, 9873.0, 9830.0, 9872.0, 9867.0, 9861.0, 9902.0, 9858.0, 9871.0, 9812.0, 9852.0, 9817.0, 9852.0, 9880.0, 9840.0, 9867.0, 9837.0, 9853.0, 9827.0, 9869.0, 9850.0, 9842.0, 9885.0, 9855.0, 9869.0, 9828.0, 9873.0, 9831.0, 9859.0, 9886.0, 9860.0, 9869.0, 9844.0, 9868.0, 9831.0, 9897.0, 9887.0, 9883.0, 9889.0, 9860.0, 9919.0, 9868.0, 9889.0, 9890.0, 9915.0, 9894.0, 9915.0, 9909.0, 9912.0, 9870.0, 9900.0, 9837.0, 9894.0, 9901.0, 9877.0, 9901.0, 9869.0, 9870.0, 9823.0, 9853.0, 9808.0, 9893.0, 9853.0, 9889.0, 9823.0, 9854.0, 9847.0, 9858.0, 9903.0, 9879.0, 9918.0, 9900.0, 9920.0, 9872.0, 9917.0, 9902.0, 9933.0, 9917.0, 9888.0, 9852.0, 9846.0, 9806.0, 9847.0, 9801.0, 9853.0, 9805.0, 9828.0, 9800.0, 9835.0, 9801.0, 9855.0, 9841.0, 9885.0, 9855.0, 9842.0, 9851.0, 9837.0, 9853.0, 9865.0, 9849.0, 9897.0, 9835.0, 9861.0, 9815.0, 9840.0, 9830.0, 9854.0, 9839.0, 9869.0, 9837.0, 9859.0, 9818.0, 9842.0, 9817.0, 9858.0, 9818.0, 9864.0, 9845.0, 9851.0, 9841.0, 9868.0, 9920.0, 9942.0, 9901.0, 9908.0, 9853.0, 9884.0, 9839.0, 9894.0, 9839.0, 9887.0, 9863.0, 9912.0, 9854.0, 9899.0, 9845.0, 9878.0, 9842.0, 9900.0, 9828.0, 9886.0, 9837.0, 9922.0, 9833.0, 9888.0, 9852.0, 9887.0, 9831.0, 9870.0, 9888.0, 9855.0, 9880.0, 9837.0, 9864.0, 9819.0, 9865.0, 9823.0, 9867.0, 9880.0, 9851.0, 9874.0, 9831.0, 9860.0, 9836.0, 9862.0, 9824.0, 9863.0, 9806.0, 9847.0, 9837.0, 9853.0, 9874.0, 9835.0, 9881.0, 9850.0, 9909.0, 9837.0, 9865.0, 9843.0, 9885.0, 9869.0, 9913.0, 9867.0, 9902.0, 9862.0, 9871.0, 9857.0, 9882.0, 9846.0, 9888.0, 9843.0, 9871.0, 9825.0, 9865.0, 9847.0, 9854.0, 9885.0, 9856.0, 9867.0, 9826.0, 9868.0, 9826.0, 9884.0, 9847.0, 9896.0, 9903.0, 9880.0, 9910.0, 9871.0, 9892.0, 9855.0, 9911.0, 9900.0, 9882.0, 9907.0, 9868.0, 9891.0, 9833.0, 9889.0, 9901.0, 9879.0, 9916.0, 9861.0, 9868.0, 9844.0, 9873.0, 9842.0, 9888.0, 9858.0, 9875.0, 9873.0, 9859.0, 9887.0, 9860.0, 9892.0, 9850.0, 9888.0, 9830.0, 9872.0, 9854.0, 9869.0, 9903.0, 9857.0, 9887.0, 9846.0, 9870.0, 9828.0, 9871.0, 9825.0, 9870.0, 9855.0, 9873.0, 9886.0, 9862.0, 9872.0, 9846.0, 9887.0, 9848.0, 9916.0, 9868.0, 9920.0, 9854.0, 9876.0, 9833.0, 9887.0, 9844.0, 9889.0, 9909.0, 9881.0, 9922.0, 9892.0, 9926.0, 9851.0, 9898.0, 9873.0, 9909.0, 9870.0, 9861.0, 9821.0, 9833.0, 9822.0, 9843.0, 9822.0, 9849.0, 9808.0, 9852.0, 9826.0, 9847.0, 9829.0, 9830.0, 9803.0, 9844.0, 9806.0, 9850.0, 9821.0, 9850.0, 9837.0, 9856.0, 9847.0, 9836.0, 9866.0, 9838.0, 9863.0, 9820.0, 9844.0, 9807.0, 9841.0, 9800.0, 9844.0, 9821.0, 9860.0, 9818.0, 9848.0, 9820.0, 9848.0, 9817.0, 9849.0, 9867.0, 9839.0, 9881.0, 9822.0, 9860.0, 9820.0, 9842.0, 9824.0, 9865.0, 9827.0, 9846.0, 9807.0, 9851.0, 9823.0, 9849.0, 9819.0, 9851.0, 9860.0, 9821.0, 9845.0, 9818.0, 9843.0, 9804.0, 9863.0, 9829.0, 9847.0, 9826.0, 9851.0, 9821.0, 9858.0, 9853.0, 9874.0, 9845.0, 9857.0, 9847.0, 9858.0, 9870.0, 9844.0, 9870.0, 9826.0, 9850.0, 9805.0, 9830.0, 9800.0, 9848.0, 9822.0, 9850.0, 9826.0, 9853.0, 9825.0, 9858.0, 9845.0, 9878.0, 9850.0, 9895.0, 9843.0, 9869.0, 9869.0, 9855.0, 9886.0, 9828.0, 9856.0, 9825.0, 9837.0, 9799.0, 9830.0, 9800.0, 9846.0, 9804.0, 9842.0, 9802.0, 9829.0, 9805.0, 9846.0, 9803.0, 9849.0, 9827.0, 9856.0, 9827.0, 9854.0, 9812.0, 9852.0, 9855.0, 9873.0, 9857.0, 9841.0, 9822.0, 9837.0, 9837.0, 9836.0, 9867.0, 9826.0, 9850.0, 9821.0, 9833.0, 9819.0, 9846.0, 9836.0, 9888.0, 9848.0, 9847.0, 9862.0, 9842.0, 9873.0, 9856.0, 9901.0, 9857.0, 9897.0, 9851.0, 9876.0, 9832.0, 9877.0, 9852.0, 9876.0, 9839.0, 9855.0, 9810.0, 9844.0, 9818.0, 9846.0, 9821.0, 9845.0, 9817.0, 9846.0, 9803.0, 9844.0, 9836.0, 9852.0, 9827.0, 9848.0, 9823.0, 9840.0, 9849.0, 9878.0, 9845.0, 9834.0, 9838.0, 9808.0, 9829.0, 9806.0, 9850.0, 9818.0, 9849.0, 9822.0, 9848.0, 9797.0, 9824.0, 9803.0, 9852.0, 9836.0, 9830.0, 9792.0, 9823.0, 9788.0, 9804.0, 9780.0, 9790.0, 9817.0, 9804.0, 9852.0, 9810.0, 9842.0, 9817.0, 9843.0, 9818.0, 9847.0, 9823.0, 9843.0, 9796.0, 9821.0, 9793.0, 9813.0, 9810.0, 9797.0, 9827.0, 9803.0, 9824.0, 9797.0, 9843.0, 9803.0, 9842.0, 9799.0, 9823.0, 9798.0, 9848.0, 9818.0, 9826.0, 9805.0, 9818.0, 9813.0, 9826.0, 9818.0, 9828.0, 9818.0, 9815.0, 9816.0, 9825.0, 9816.0, 9845.0, 9820.0, 9828.0, 9814.0, 9824.0, 9803.0, 9821.0, 9824.0, 9848.0, 9823.0, 9848.0, 9813.0, 9826.0, 9805.0, 9854.0, 9813.0, 9833.0, 9802.0, 9832.0, 9791.0, 9846.0, 9831.0, 9836.0, 9846.0, 9840.0, 9847.0, 9832.0, 9848.0, 9844.0, 9855.0, 9821.0, 9846.0, 9823.0, 9843.0, 9811.0, 9853.0, 9811.0, 9878.0, 9827.0, 9867.0, 9809.0, 9852.0, 9822.0, 9850.0, 9807.0, 9849.0, 9828.0, 9851.0, 9830.0, 9870.0, 9842.0, 9854.0, 9816.0, 9834.0, 9859.0, 9812.0, 9849.0, 9802.0, 9824.0, 9798.0, 9806.0, 9791.0, 9803.0, 9796.0, 9829.0, 9799.0, 9810.0, 9799.0, 9827.0, 9797.0, 9827.0, 9820.0, 9846.0, 9821.0, 9832.0, 9819.0, 9824.0, 9819.0, 9851.0, 9820.0, 9827.0, 9795.0, 9808.0, 9795.0, 9818.0, 9817.0, 9830.0, 9804.0, 9827.0, 9802.0, 9823.0, 9800.0, 9829.0, 9865.0, 9873.0, 9844.0, 9850.0, 9854.0, 9819.0, 9837.0, 9841.0, 9806.0, 9875.0, 9856.0, 9865.0, 9878.0, 9861.0, 9877.0, 9836.0, 9874.0, 9864.0, 9838.0, 9848.0, 9811.0, 9838.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.0037270162162162165</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0787872495135135</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.21826671001081</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.127322988116882</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9357172984090912</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4815</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8881.498</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12511288626408623</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>126</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.621621621621621</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4533395815181778</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3563407620022763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6890632086150097</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.314614773937247</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00735444</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007910708896815777</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04842725768685341</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>925</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.341456096889949</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.0355</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8049</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.7943</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295923.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>875.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.3272</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3154</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.7997</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3679.9084</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3857.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80621.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1511.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4681.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.4061</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.972574264509603</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> |