=== 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-0107 --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-0107",
"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-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-04/func/sub-0107_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>dc675a64ecaf48e30cfa9c94d82b2957</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>17:55:15.297500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998441, 0.0260561, 0.0493565, -0.0184738, 0.988773, -0.148281]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.102279</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>[4214, -7783, -7151, 453, -155, -112, 70, 53]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>249.882</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a70283fa-725e-49ac-aa40-547e16ec5af9||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6787450313568115, -0.04956374689936638, 0.14219820499420166, 110.46066284179688], [-0.06990665197372437, 2.6528050899505615, -0.39727163314819336, -89.05139923095703], [0.13241994380950928, 0.3978259265422821, 2.6668248176574707, -73.25406646728516], [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': ['175515.297500', '175515.757500', '175516.217500', '175516.677500', '175517.137500', '175517.597500', '175518.057500', '175518.517500', '175518.977500', '175519.437500', '175519.897500', '175520.357500', '175520.817500', '175521.277500', '175521.737500', '175522.197500', '175522.657500', '175523.117500', '175523.577500', '175524.037500', '175524.497500', '175524.957500', '175525.417500', '175525.877500', '175526.337500', '175526.797500', '175527.257500', '175527.717500', '175528.177500', '175528.637500', '175529.097500', '175529.557500', '175530.017500', '175530.477500', '175530.937500', '175531.397500', '175531.857500', '175532.317500', '175532.777500', '175533.237500', '175533.697500', '175534.157500', '175534.617500', '175535.077500', '175535.537500', '175535.997500', '175536.457500', '175536.917500', '175537.377500', '175537.837500', '175538.297500', '175538.757500', '175539.217500', '175539.677500', '175540.137500', '175540.597500', '175541.057500', '175541.517500', '175541.977500', '175542.437500', '175542.897500', '175543.357500', '175543.817500', '175544.277500', '175544.737500', '175545.197500', '175545.657500', '175546.117500', '175546.577500', '175547.037500', '175547.497500', '175547.957500', '175548.417500', '175548.877500', '175549.337500', '175549.797500', '175550.257500', '175550.717500', '175551.177500', '175551.637500', '175552.097500', '175552.557500', '175553.017500', '175553.477500', '175553.937500', '175554.397500', '175554.857500', '175555.317500', '175555.777500', '175556.237500', '175556.697500', '175557.157500', '175557.617500', '175558.077500', '175558.537500', '175558.997500', '175559.457500', '175559.917500', '175600.377500', '175600.837500', '175601.297500', '175601.757500', '175602.217500', '175602.677500', '175603.137500', '175603.597500', '175604.057500', '175604.517500', '175604.977500', '175605.437500', '175605.897500', '175606.357500', '175606.817500', '175607.277500', '175607.737500', '175608.197500', '175608.657500', '175609.117500', '175609.577500', '175610.037500', '175610.497500', '175610.957500', '175611.417500', '175611.877500', '175612.337500', '175612.797500', '175613.257500', '175613.717500', '175614.177500', '175614.637500', '175615.097500', '175615.557500', '175616.017500', '175616.477500', '175616.937500', '175617.397500', '175617.857500', '175618.317500', '175618.777500', '175619.237500', '175619.697500', '175620.157500', '175620.617500', '175621.077500', '175621.537500', '175621.997500', '175622.457500', '175622.917500', '175623.377500', '175623.837500', '175624.297500', '175624.757500', '175625.217500', '175625.677500', '175626.137500', '175626.597500', '175627.057500', '175627.517500', '175627.977500', '175628.437500', '175628.897500', '175629.357500', '175629.817500', '175630.277500', '175630.737500', '175631.197500', '175631.657500', '175632.117500', '175632.577500', '175633.037500', '175633.497500', '175633.957500', '175634.417500', '175634.877500', '175635.337500', '175635.797500', '175636.257500', '175636.717500', '175637.177500', '175637.637500', '175638.097500', '175638.557500', '175639.017500', '175639.477500', '175639.937500', '175640.397500', '175640.857500', '175641.317500', '175641.777500', '175642.237500', '175642.697500', '175643.157500', '175643.617500', '175644.077500', '175644.537500', '175644.997500', '175645.457500', '175645.917500', '175646.377500', '175646.837500', '175647.297500', '175647.757500', '175648.217500', '175648.677500', '175649.137500', '175649.597500', '175650.057500', '175650.517500', '175650.977500', '175651.437500', '175651.897500', '175652.357500', '175652.817500', '175653.277500', '175653.737500', '175654.197500', '175654.657500', '175655.117500', '175655.577500', '175656.037500', '175656.497500', '175656.957500', '175657.417500', '175657.877500', '175658.337500', '175658.797500', '175659.257500', '175659.717500', '175700.177500', '175700.637500', '175701.097500', '175701.557500', '175702.017500', '175702.477500', '175702.937500', '175703.397500', '175703.857500', '175704.317500', '175704.777500', '175705.237500', '175705.697500', '175706.157500', '175706.617500', '175707.077500', '175707.537500', '175707.997500', '175708.457500', '175708.917500', '175709.377500', '175709.837500', '175710.297500', '175710.757500', '175711.217500', '175711.677500', '175712.137500', '175712.597500', '175713.057500', '175713.517500', '175713.977500', '175714.437500', '175714.897500', '175715.357500', '175715.817500', '175716.277500', '175716.737500', '175717.197500', '175717.657500', '175718.117500', '175718.577500', '175719.037500', '175719.497500', '175719.957500', '175720.417500', '175720.877500', '175721.337500', '175721.797500', '175722.257500', '175722.717500', '175723.177500', '175723.637500', '175724.097500', '175724.557500', '175725.017500', '175725.477500', '175725.937500', '175726.397500', '175726.857500', '175727.317500', '175727.777500', '175728.237500', '175728.697500', '175729.157500', '175729.617500', '175730.077500', '175730.537500', '175730.997500', '175731.457500', '175731.917500', '175732.377500', '175732.837500', '175733.297500', '175733.757500', '175734.217500', '175734.677500', '175735.137500', '175735.597500', '175736.057500', '175736.517500', '175736.977500', '175737.437500', '175737.897500', '175738.357500', '175738.817500', '175739.277500', '175739.737500', '175740.197500', '175740.657500', '175741.117500', '175741.577500', '175742.037500', '175742.497500', '175742.957500', '175743.417500', '175743.877500', '175744.337500', '175744.797500', '175745.257500', '175745.717500', '175746.177500', '175746.637500', '175747.097500', '175747.557500', '175748.017500', '175748.477500', '175748.937500', '175749.397500', '175749.857500', '175750.317500', '175750.777500', '175751.237500', '175751.697500', '175752.157500', '175752.617500', '175753.077500', '175753.537500', '175753.997500', '175754.457500', '175754.917500', '175755.377500', '175755.837500', '175756.297500', '175756.757500', '175757.217500', '175757.677500', '175758.137500', '175758.597500', '175759.057500', '175759.517500', '175759.977500', '175800.437500', '175800.897500', '175801.357500', '175801.817500', '175802.277500', '175802.737500', '175803.197500', '175803.657500', '175804.117500', '175804.577500', '175805.037500', '175805.497500', '175805.957500', '175806.417500', '175806.877500', '175807.337500', '175807.797500', '175808.257500', '175808.717500', '175809.177500', '175809.637500', '175810.097500', '175810.557500', '175811.017500', '175811.477500', '175811.937500', '175812.397500', '175812.857500', '175813.317500', '175813.777500', '175814.237500', '175814.697500', '175815.157500', '175815.617500', '175816.077500', '175816.537500', '175816.997500', '175817.457500', '175817.917500', '175818.377500', '175818.837500', '175819.297500', '175819.757500', '175820.217500', '175820.677500', '175821.137500', '175821.597500', '175822.057500', '175822.517500', '175822.977500', '175823.437500', '175823.897500', '175824.357500', '175824.817500', '175825.277500', '175825.737500', '175826.197500', '175826.657500', '175827.117500', '175827.577500', '175828.037500', '175828.497500', '175828.957500', '175829.417500', '175829.877500', '175830.337500', '175830.797500', '175831.257500', '175831.717500', '175832.177500', '175832.637500', '175833.097500', '175833.557500', '175834.017500', '175834.477500', '175834.937500', '175835.397500', '175835.857500', '175836.317500', '175836.777500', '175837.237500', '175837.697500', '175838.157500', '175838.617500', '175839.077500', '175839.537500', '175839.997500', '175840.457500', '175840.917500', '175841.377500', '175841.837500', '175842.297500', '175842.757500', '175843.217500', '175843.677500', '175844.137500', '175844.597500', '175845.057500', '175845.517500', '175845.977500', '175846.437500', '175846.897500', '175847.357500', '175847.817500', '175848.277500', '175848.737500', '175849.197500', '175849.657500', '175850.117500', '175850.577500', '175851.037500', '175851.497500', '175851.957500', '175852.417500', '175852.877500', '175853.337500', '175853.797500', '175854.257500', '175854.717500', '175855.177500', '175855.637500', '175856.097500', '175856.557500', '175857.017500', '175857.477500', '175857.937500', '175858.397500', '175858.857500', '175859.317500', '175859.777500', '175900.237500', '175900.697500', '175901.157500', '175901.617500', '175902.077500', '175902.537500', '175902.997500', '175903.457500', '175903.917500', '175904.377500', '175904.837500', '175905.297500', '175905.757500', '175906.217500', '175906.677500', '175907.137500', '175907.597500', '175908.057500', '175908.517500', '175908.977500', '175909.437500', '175909.897500', '175910.357500', '175910.817500', '175911.277500', '175911.737500', '175912.197500', '175912.657500', '175913.117500', '175913.577500', '175914.037500', '175914.497500', '175914.957500', '175915.417500', '175915.877500', '175916.337500', '175916.797500', '175917.257500', '175917.717500', '175918.177500', '175918.637500', '175919.097500', '175919.557500', '175920.017500', '175920.477500', '175920.937500', '175921.397500', '175921.857500', '175922.317500', '175922.777500', '175923.237500', '175923.697500', '175924.157500', '175924.617500', '175925.077500', '175925.537500', '175925.997500', '175926.457500', '175926.917500', '175927.377500', '175927.837500', '175928.297500', '175928.757500', '175929.217500', '175929.677500', '175930.137500', '175930.597500', '175931.057500', '175931.517500', '175931.977500', '175932.437500', '175932.897500', '175933.357500', '175933.817500', '175934.277500', '175934.737500', '175935.197500', '175935.657500', '175936.117500', '175936.577500', '175937.037500', '175937.497500', '175937.957500', '175938.417500', '175938.877500', '175939.337500', '175939.797500', '175940.257500', '175940.717500', '175941.177500', '175941.637500', '175942.097500', '175942.557500', '175943.017500', '175943.477500', '175943.937500', '175944.397500', '175944.857500', '175945.317500', '175945.777500', '175946.237500', '175946.697500', '175947.157500', '175947.617500', '175948.077500', '175948.537500', '175948.997500', '175949.457500', '175949.917500', '175950.377500', '175950.837500', '175951.297500', '175951.757500', '175952.217500', '175952.677500', '175953.137500', '175953.597500', '175954.057500', '175954.517500', '175954.977500', '175955.437500', '175955.897500', '175956.357500', '175956.817500', '175957.277500', '175957.737500', '175958.197500', '175958.657500', '175959.117500', '175959.577500', '180000.037500', '180000.497500', '180000.957500', '180001.417500', '180001.877500', '180002.337500', '180002.797500', '180003.257500', '180003.717500', '180004.177500', '180004.637500', '180005.097500', '180005.557500', '180006.017500', '180006.477500', '180006.937500', '180007.397500', '180007.857500', '180008.317500', '180008.777500', '180009.237500', '180009.697500', '180010.157500', '180010.617500', '180011.077500', '180011.537500', '180011.997500', '180012.457500', '180012.917500', '180013.377500', '180013.837500', '180014.297500', '180014.757500', '180015.217500', '180015.677500', '180016.137500', '180016.597500', '180017.057500', '180017.517500', '180017.977500', '180018.437500', '180018.897500', '180019.357500', '180019.817500', '180020.277500', '180020.737500', '180021.197500', '180021.657500', '180022.117500', '180022.577500', '180023.037500', '180023.497500', '180023.957500', '180024.417500', '180024.877500', '180025.337500', '180025.797500', '180026.257500', '180026.717500', '180027.177500', '180027.637500', '180028.097500', '180028.557500', '180029.017500', '180029.477500', '180029.937500', '180030.397500', '180030.857500', '180031.317500', '180031.777500', '180032.237500', '180032.697500', '180033.157500', '180033.617500', '180034.077500', '180034.537500', '180034.997500', '180035.457500', '180035.917500', '180036.377500', '180036.837500', '180037.297500', '180037.757500', '180038.217500', '180038.677500', '180039.137500', '180039.597500', '180040.057500', '180040.517500', '180040.977500', '180041.437500', '180041.897500', '180042.357500', '180042.817500', '180043.277500', '180043.737500', '180044.197500', '180044.657500', '180045.117500', '180045.577500', '180046.037500', '180046.497500', '180046.957500', '180047.417500', '180047.877500', '180048.337500', '180048.797500', '180049.257500', '180049.717500', '180050.177500', '180050.637500', '180051.097500', '180051.557500', '180052.017500', '180052.477500', '180052.937500', '180053.397500', '180053.857500', '180054.317500', '180054.777500', '180055.237500', '180055.697500', '180056.157500', '180056.617500', '180057.077500', '180057.537500', '180057.997500', '180058.457500', '180058.917500', '180059.377500', '180059.837500', '180100.297500', '180100.757500', '180101.217500', '180101.677500', '180102.137500', '180102.597500', '180103.057500', '180103.517500', '180103.977500', '180104.437500', '180104.897500', '180105.357500', '180105.817500', '180106.277500', '180106.737500', '180107.197500', '180107.657500', '180108.117500', '180108.577500', '180109.037500', '180109.497500', '180109.957500', '180110.417500', '180110.877500', '180111.337500', '180111.797500', '180112.257500', '180112.717500', '180113.177500', '180113.637500', '180114.097500', '180114.557500', '180115.017500', '180115.477500', '180115.937500', '180116.397500', '180116.857500', '180117.317500', '180117.777500', '180118.237500', '180118.697500', '180119.157500', '180119.617500', '180120.077500', '180120.537500', '180120.997500', '180121.457500', '180121.917500', '180122.377500', '180122.837500', '180123.297500', '180123.757500', '180124.217500', '180124.677500', '180125.137500', '180125.597500', '180126.057500', '180126.517500', '180126.977500', '180127.437500', '180127.897500', '180128.357500', '180128.817500', '180129.277500', '180129.737500', '180130.197500', '180130.657500', '180131.117500', '180131.577500', '180132.037500', '180132.497500', '180132.957500', '180133.417500', '180133.877500', '180134.337500', '180134.797500', '180135.257500', '180135.717500', '180136.177500', '180136.637500', '180137.097500', '180137.557500', '180138.017500', '180138.477500', '180138.937500', '180139.397500', '180139.857500', '180140.317500', '180140.777500', '180141.237500', '180141.697500', '180142.157500', '180142.617500', '180143.077500', '180143.537500', '180143.997500', '180144.457500', '180144.917500', '180145.377500', '180145.837500', '180146.297500', '180146.757500', '180147.217500', '180147.677500', '180148.137500', '180148.597500', '180149.057500', '180149.517500', '180149.977500', '180150.437500', '180150.897500', '180151.357500', '180151.817500', '180152.277500', '180152.737500', '180153.197500', '180153.657500', '180154.117500', '180154.577500', '180155.037500', '180155.497500', '180155.957500', '180156.417500', '180156.877500', '180157.337500', '180157.797500', '180158.257500', '180158.717500', '180159.177500', '180159.637500', '180200.097500', '180200.557500', '180201.017500', '180201.477500', '180201.937500', '180202.397500', '180202.857500', '180203.317500', '180203.777500', '180204.237500', '180204.697500', '180205.157500', '180205.617500', '180206.077500', '180206.537500', '180206.997500', '180207.457500', '180207.917500', '180208.377500', '180208.837500', '180209.297500', '180209.757500', '180210.217500', '180210.677500', '180211.137500', '180211.597500', '180212.057500', '180212.517500', '180212.977500', '180213.437500', '180213.897500', '180214.357500', '180214.817500', '180215.277500', '180215.737500', '180216.197500', '180216.657500', '180217.117500', '180217.577500', '180218.037500', '180218.497500', '180218.957500', '180219.417500', '180219.877500', '180220.337500', '180220.797500'], 'ContentTime': ['175538.940000', '175538.943000', '175538.946000', '175538.949000', '175538.951000', '175538.954000', '175538.956000', '175538.959000', '175538.962000', '175538.964000', '175538.967000', '175538.970000', '175538.973000', '175538.975000', '175538.978000', '175538.980000', '175538.983000', '175538.986000', '175538.988000', '175538.991000', '175538.993000', '175538.996000', '175539.000000', '175539.002000', '175539.005000', '175539.007000', '175539.010000', '175539.013000', '175539.015000', '175539.018000', '175539.020000', '175539.023000', '175539.025000', '175539.028000', '175539.031000', '175539.033000', '175539.036000', '175539.045000', '175539.048000', '175539.050000', '175539.053000', '175539.055000', '175539.058000', '175539.061000', '175539.063000', '175539.066000', '175539.068000', '175539.071000', '175539.074000', '175558.887000', '175558.890000', '175558.893000', '175558.896000', '175558.898000', '175558.901000', '175558.904000', '175558.907000', '175558.909000', '175558.912000', '175558.915000', '175558.918000', '175558.920000', '175558.923000', '175558.926000', '175558.928000', '175558.931000', '175558.934000', '175558.936000', '175558.939000', '175558.941000', '175558.944000', '175558.947000', '175558.949000', '175558.952000', '175558.954000', '175558.957000', '175558.960000', '175558.962000', '175558.965000', '175558.967000', '175558.970000', '175558.973000', '175558.975000', '175558.978000', '175558.981000', '175558.983000', '175558.986000', '175558.988000', '175558.991000', '175558.994000', '175558.996000', '175559.000000', '175618.887000', '175618.890000', '175618.893000', '175618.895000', '175618.898000', '175618.901000', '175618.903000', '175618.906000', '175618.909000', '175618.911000', '175618.914000', '175618.916000', '175618.919000', '175618.922000', '175618.924000', '175618.927000', '175618.930000', '175618.932000', '175618.935000', '175618.937000', '175618.951000', '175618.958000', '175618.960000', '175618.963000', '175618.966000', '175618.968000', '175618.971000', '175618.973000', '175618.976000', '175618.979000', '175618.981000', '175618.984000', '175618.986000', '175618.989000', '175618.992000', '175618.994000', '175618.997000', '175619.000000', '175619.002000', '175619.005000', '175619.008000', '175619.010000', '175619.013000', '175619.015000', '175638.888000', '175638.890000', '175638.894000', '175638.896000', '175638.899000', '175638.902000', '175638.904000', '175638.907000', '175638.909000', '175638.912000', '175638.915000', '175638.917000', '175638.920000', '175638.922000', '175638.925000', '175638.927000', '175638.930000', '175638.933000', '175638.935000', '175638.938000', '175638.940000', '175638.943000', '175638.946000', '175638.948000', '175638.951000', '175638.954000', '175638.956000', '175638.959000', '175638.961000', '175638.964000', '175638.967000', '175638.969000', '175638.972000', '175638.975000', '175638.977000', '175638.980000', '175638.982000', '175638.985000', '175638.988000', '175638.990000', '175638.993000', '175638.996000', '175639.000000', '175658.887000', '175658.890000', '175658.893000', '175658.901000', '175658.903000', '175658.906000', '175658.909000', '175658.911000', '175658.914000', '175658.917000', '175658.926000', '175658.928000', '175658.931000', '175658.934000', '175658.936000', '175658.939000', '175658.941000', '175658.944000', '175658.947000', '175658.949000', '175658.952000', '175658.955000', '175658.957000', '175658.960000', '175658.962000', '175658.965000', '175658.968000', '175658.970000', '175658.973000', '175658.975000', '175658.978000', '175658.981000', '175658.984000', '175658.986000', '175658.989000', '175658.992000', '175658.994000', '175658.997000', '175659.000000', '175659.003000', '175659.006000', '175659.008000', '175659.011000', '175659.014000', '175718.888000', '175718.890000', '175718.893000', '175718.896000', '175718.898000', '175718.901000', '175718.903000', '175718.906000', '175718.909000', '175718.911000', '175718.914000', '175718.916000', '175718.919000', '175718.921000', '175718.924000', '175718.927000', '175718.929000', '175718.932000', '175718.935000', '175718.937000', '175718.940000', '175718.942000', '175718.945000', '175718.948000', '175718.950000', '175718.953000', '175718.956000', '175718.958000', '175718.961000', '175718.963000', '175718.966000', '175718.969000', '175718.971000', '175718.974000', '175718.977000', '175718.979000', '175718.982000', '175718.984000', '175718.987000', '175718.989000', '175718.992000', '175718.995000', '175718.997000', '175738.887000', '175738.890000', '175738.893000', '175738.896000', '175738.899000', '175738.901000', '175738.904000', '175738.907000', '175738.909000', '175738.912000', '175738.915000', '175738.917000', '175738.920000', '175738.923000', '175738.925000', '175738.928000', '175738.931000', '175738.933000', '175738.936000', '175738.939000', '175738.941000', '175738.944000', '175738.947000', '175738.949000', '175738.952000', '175738.954000', '175738.957000', '175738.960000', '175738.962000', '175738.965000', '175738.968000', '175738.970000', '175738.973000', '175738.976000', '175738.978000', '175738.981000', '175738.984000', '175738.986000', '175738.989000', '175738.991000', '175738.994000', '175738.996000', '175739.000000', '175739.003000', '175758.887000', '175758.896000', '175758.899000', '175758.902000', '175758.905000', '175758.907000', '175758.910000', '175758.912000', '175758.915000', '175758.918000', '175758.921000', '175758.923000', '175758.926000', '175758.929000', '175758.932000', '175758.934000', '175758.937000', '175758.939000', '175758.942000', '175758.945000', '175758.947000', '175758.950000', '175758.953000', '175758.955000', '175758.958000', '175758.960000', '175758.963000', '175758.966000', '175758.969000', '175758.971000', '175758.974000', '175758.977000', '175758.979000', '175758.982000', '175758.985000', '175758.987000', '175758.990000', '175758.993000', '175758.995000', '175758.998000', '175759.001000', '175759.004000', '175759.007000', '175818.887000', '175818.891000', '175818.893000', '175818.896000', '175818.899000', '175818.901000', '175818.904000', '175818.907000', '175818.909000', '175818.912000', '175818.914000', '175818.917000', '175818.919000', '175818.922000', '175818.925000', '175818.927000', '175818.930000', '175818.933000', '175818.935000', '175818.938000', '175818.940000', '175818.943000', '175818.945000', '175818.948000', '175818.951000', '175818.953000', '175818.956000', '175818.958000', '175818.961000', '175818.964000', '175818.966000', '175818.969000', '175818.971000', '175818.974000', '175818.977000', '175818.979000', '175818.982000', '175818.984000', '175818.987000', '175818.990000', '175818.992000', '175818.995000', '175818.997000', '175819.001000', '175838.888000', '175838.890000', '175838.893000', '175838.896000', '175838.899000', '175838.901000', '175838.904000', '175838.907000', '175838.909000', '175838.912000', '175838.915000', '175838.918000', '175838.920000', '175838.923000', '175838.925000', '175838.928000', '175838.931000', '175838.933000', '175838.936000', '175838.939000', '175838.941000', '175838.944000', '175838.946000', '175838.949000', '175838.952000', '175838.954000', '175838.957000', '175838.960000', '175838.962000', '175838.965000', '175838.968000', '175838.979000', '175838.981000', '175838.984000', '175838.987000', '175838.998000', '175839.001000', '175839.004000', '175839.007000', '175839.009000', '175839.012000', '175839.015000', '175839.017000', '175858.887000', '175858.890000', '175858.893000', '175858.896000', '175858.898000', '175858.901000', '175858.904000', '175858.906000', '175858.909000', '175858.912000', '175858.914000', '175858.917000', '175858.920000', '175858.922000', '175858.925000', '175858.928000', '175858.930000', '175858.933000', '175858.936000', '175858.938000', '175858.941000', '175858.944000', '175858.946000', '175858.949000', '175858.952000', '175858.954000', '175858.957000', '175858.960000', '175858.962000', '175858.965000', '175858.968000', '175858.970000', '175858.973000', '175858.975000', '175858.978000', '175858.981000', '175858.983000', '175858.986000', '175858.989000', '175858.991000', '175858.994000', '175858.997000', '175859.000000', '175859.003000', '175918.888000', '175918.891000', '175918.893000', '175918.896000', '175918.898000', '175918.901000', '175918.903000', '175918.906000', '175918.909000', '175918.911000', '175918.914000', '175918.916000', '175918.919000', '175918.922000', '175918.925000', '175918.927000', '175918.930000', '175918.932000', '175918.935000', '175918.938000', '175918.940000', '175918.943000', '175918.945000', '175918.948000', '175918.950000', '175918.953000', '175918.956000', '175918.958000', '175918.961000', '175918.963000', '175918.966000', '175918.969000', '175918.971000', '175918.974000', '175918.976000', '175918.979000', '175918.981000', '175918.984000', '175918.987000', '175918.989000', '175919.009000', '175919.012000', '175919.014000', '175938.888000', '175938.890000', '175938.893000', '175938.896000', '175938.898000', '175938.901000', '175938.904000', '175938.906000', '175938.909000', '175938.911000', '175938.914000', '175938.917000', '175938.920000', '175938.922000', '175938.925000', '175938.928000', '175938.930000', '175938.933000', '175938.936000', '175938.938000', '175938.941000', '175938.944000', '175938.946000', '175938.949000', '175938.952000', '175938.954000', '175938.957000', '175938.960000', '175938.962000', '175938.965000', '175938.967000', '175938.970000', '175938.973000', '175938.975000', '175938.978000', '175938.981000', '175938.983000', '175938.986000', '175938.988000', '175938.991000', '175938.994000', '175938.996000', '175939.000000', '175939.003000', '175958.888000', '175958.891000', '175958.893000', '175958.896000', '175958.899000', '175958.901000', '175958.904000', '175958.907000', '175958.909000', '175958.912000', '175958.915000', '175958.917000', '175958.920000', '175958.923000', '175958.925000', '175958.928000', '175958.930000', '175958.933000', '175958.936000', '175958.938000', '175958.941000', '175958.944000', '175958.946000', '175958.949000', '175958.951000', '175958.954000', '175958.957000', '175958.959000', '175958.962000', '175958.965000', '175958.967000', '175958.970000', '175958.972000', '175958.975000', '175958.978000', '175958.980000', '175958.983000', '175958.985000', '175958.988000', '175958.991000', '175958.993000', '175958.996000', '175959.000000', '180018.887000', '180018.890000', '180018.893000', '180018.896000', '180018.898000', '180018.901000', '180018.904000', '180018.906000', '180018.909000', '180018.913000', '180018.916000', '180018.918000', '180018.921000', '180018.924000', '180018.927000', '180018.929000', '180018.932000', '180018.934000', '180018.937000', '180018.940000', '180018.942000', '180018.945000', '180018.948000', '180018.950000', '180018.953000', '180018.956000', '180018.958000', '180018.961000', '180018.964000', '180018.966000', '180018.969000', '180018.972000', '180018.974000', '180018.977000', '180018.980000', '180018.982000', '180018.985000', '180018.987000', '180018.990000', '180018.993000', '180018.995000', '180018.998000', '180019.001000', '180019.004000', '180038.887000', '180038.890000', '180038.893000', '180038.896000', '180038.898000', '180038.901000', '180038.903000', '180038.906000', '180038.909000', '180038.911000', '180038.914000', '180038.916000', '180038.919000', '180038.922000', '180038.924000', '180038.927000', '180038.929000', '180038.932000', '180038.934000', '180038.937000', '180038.940000', '180038.942000', '180038.945000', '180038.947000', '180038.950000', '180038.953000', '180038.955000', '180038.958000', '180038.962000', '180038.965000', '180038.967000', '180038.970000', '180038.973000', '180038.975000', '180038.978000', '180038.980000', '180038.983000', '180038.986000', '180038.988000', '180038.991000', '180038.994000', '180038.996000', '180039.000000', '180058.888000', '180058.890000', '180058.893000', '180058.896000', '180058.898000', '180058.901000', '180058.904000', '180058.906000', '180058.916000', '180058.919000', '180058.922000', '180058.924000', '180058.927000', '180058.930000', '180058.932000', '180058.935000', '180058.938000', '180058.940000', '180058.943000', '180058.945000', '180058.948000', '180058.951000', '180058.953000', '180058.956000', '180058.959000', '180058.961000', '180058.964000', '180058.967000', '180058.969000', '180058.972000', '180058.974000', '180058.977000', '180058.980000', '180058.982000', '180058.985000', '180058.988000', '180058.990000', '180058.993000', '180058.996000', '180058.998000', '180059.002000', '180059.005000', '180059.007000', '180059.010000', '180118.887000', '180118.891000', '180118.893000', '180118.896000', '180118.899000', '180118.902000', '180118.904000', '180118.907000', '180118.910000', '180118.912000', '180118.915000', '180118.918000', '180118.920000', '180118.923000', '180118.926000', '180118.928000', '180118.931000', '180118.934000', '180118.936000', '180118.939000', '180118.941000', '180118.944000', '180118.947000', '180118.949000', '180118.952000', '180118.955000', '180118.957000', '180118.960000', '180118.962000', '180118.965000', '180118.968000', '180118.970000', '180118.973000', '180118.976000', '180118.978000', '180118.981000', '180118.984000', '180118.986000', '180118.989000', '180118.991000', '180118.994000', '180118.997000', '180119.000000', '180138.887000', '180138.891000', '180138.894000', '180138.897000', '180138.900000', '180138.902000', '180138.905000', '180138.908000', '180138.911000', '180138.913000', '180138.916000', '180138.918000', '180138.921000', '180138.924000', '180138.926000', '180138.929000', '180138.932000', '180138.934000', '180138.937000', '180138.940000', '180138.942000', '180138.945000', '180138.948000', '180138.951000', '180138.954000', '180138.956000', '180138.960000', '180138.962000', '180138.965000', '180138.967000', '180138.970000', '180138.973000', '180138.975000', '180138.978000', '180138.981000', '180138.983000', '180138.986000', '180138.988000', '180138.991000', '180138.994000', '180138.996000', '180139.000000', '180139.003000', '180158.888000', '180158.891000', '180158.894000', '180158.896000', '180158.899000', '180158.902000', '180158.905000', '180158.907000', '180158.910000', '180158.913000', '180158.915000', '180158.918000', '180158.920000', '180158.923000', '180158.926000', '180158.928000', '180158.931000', '180158.934000', '180158.936000', '180158.939000', '180158.942000', '180158.944000', '180158.947000', '180158.950000', '180158.952000', '180158.955000', '180158.958000', '180158.960000', '180158.963000', '180158.965000', '180158.968000', '180158.971000', '180158.973000', '180158.976000', '180158.979000', '180158.982000', '180158.984000', '180158.987000', '180158.990000', '180158.992000', '180158.995000', '180158.997000', '180159.001000', '180159.004000', '180218.887000', '180218.890000', '180218.893000', '180218.896000', '180218.899000', '180218.902000', '180218.905000', '180218.908000', '180218.911000', '180218.915000', '180218.918000', '180218.920000', '180218.923000', '180218.926000', '180218.929000', '180218.931000', '180218.934000', '180218.937000', '180218.947000', '180218.950000', '180218.953000', '180218.955000', '180218.958000', '180218.961000', '180218.963000', '180218.966000', '180218.969000', '180218.971000', '180218.974000', '180218.977000', '180218.979000', '180218.982000', '180218.984000', '180218.987000', '180218.990000', '180218.992000', '180218.995000', '180218.998000', '180219.001000', '180219.004000', '180219.007000', '180219.009000', '180219.012000', '180222.145000', '180222.148000', '180222.151000', '180222.153000', '180222.157000', '180222.159000', '180222.162000', '180222.165000'], 'InstanceCreationTime': ['175538.940000', '175538.943000', '175538.946000', '175538.949000', '175538.951000', '175538.954000', '175538.956000', '175538.959000', '175538.962000', '175538.964000', '175538.967000', '175538.970000', '175538.973000', '175538.975000', '175538.978000', '175538.980000', '175538.983000', '175538.986000', '175538.988000', '175538.991000', '175538.993000', '175538.996000', '175539.000000', '175539.002000', '175539.005000', '175539.007000', '175539.010000', '175539.013000', '175539.015000', '175539.018000', '175539.020000', '175539.023000', '175539.025000', '175539.028000', '175539.031000', '175539.033000', '175539.036000', '175539.045000', '175539.048000', '175539.050000', '175539.053000', '175539.055000', '175539.058000', '175539.061000', '175539.063000', '175539.066000', '175539.068000', '175539.071000', '175539.074000', '175558.887000', '175558.890000', '175558.893000', '175558.896000', '175558.898000', '175558.901000', '175558.904000', '175558.907000', '175558.909000', '175558.912000', '175558.915000', '175558.918000', '175558.920000', '175558.923000', '175558.926000', '175558.928000', '175558.931000', '175558.934000', '175558.936000', '175558.939000', '175558.941000', '175558.944000', '175558.947000', '175558.949000', '175558.952000', '175558.954000', '175558.957000', '175558.960000', '175558.962000', '175558.965000', '175558.967000', '175558.970000', '175558.973000', '175558.975000', '175558.978000', '175558.981000', '175558.983000', '175558.986000', '175558.988000', '175558.991000', '175558.994000', '175558.996000', '175559.000000', '175618.887000', '175618.890000', '175618.893000', '175618.895000', '175618.898000', '175618.901000', '175618.903000', '175618.906000', '175618.909000', '175618.911000', '175618.914000', '175618.916000', '175618.919000', '175618.922000', '175618.924000', '175618.927000', '175618.930000', '175618.932000', '175618.935000', '175618.937000', '175618.951000', '175618.958000', '175618.960000', '175618.963000', '175618.966000', '175618.968000', '175618.971000', '175618.973000', '175618.976000', '175618.979000', '175618.981000', '175618.984000', '175618.986000', '175618.989000', '175618.992000', '175618.994000', '175618.997000', '175619.000000', '175619.002000', '175619.005000', '175619.008000', '175619.010000', '175619.013000', '175619.015000', '175638.888000', '175638.890000', '175638.894000', '175638.896000', '175638.899000', '175638.902000', '175638.904000', '175638.907000', '175638.909000', '175638.912000', '175638.915000', '175638.917000', '175638.920000', '175638.922000', '175638.925000', '175638.927000', '175638.930000', '175638.933000', '175638.935000', '175638.938000', '175638.940000', '175638.943000', '175638.946000', '175638.948000', '175638.951000', '175638.954000', '175638.956000', '175638.959000', '175638.961000', '175638.964000', '175638.967000', '175638.969000', '175638.972000', '175638.975000', '175638.977000', '175638.980000', '175638.982000', '175638.985000', '175638.988000', '175638.990000', '175638.993000', '175638.996000', '175639.000000', '175658.887000', '175658.890000', '175658.893000', '175658.901000', '175658.903000', '175658.906000', '175658.909000', '175658.911000', '175658.914000', '175658.917000', '175658.926000', '175658.928000', '175658.931000', '175658.934000', '175658.936000', '175658.939000', '175658.941000', '175658.944000', '175658.947000', '175658.949000', '175658.952000', '175658.955000', '175658.957000', '175658.960000', '175658.962000', '175658.965000', '175658.968000', '175658.970000', '175658.973000', '175658.975000', '175658.978000', '175658.981000', '175658.984000', '175658.986000', '175658.989000', '175658.992000', '175658.994000', '175658.997000', '175659.000000', '175659.003000', '175659.006000', '175659.008000', '175659.011000', '175659.014000', '175718.888000', '175718.890000', '175718.893000', '175718.896000', '175718.898000', '175718.901000', '175718.903000', '175718.906000', '175718.909000', '175718.911000', '175718.914000', '175718.916000', '175718.919000', '175718.921000', '175718.924000', '175718.927000', '175718.929000', '175718.932000', '175718.935000', '175718.937000', '175718.940000', '175718.942000', '175718.945000', '175718.948000', '175718.950000', '175718.953000', '175718.956000', '175718.958000', '175718.961000', '175718.963000', '175718.966000', '175718.969000', '175718.971000', '175718.974000', '175718.977000', '175718.979000', '175718.982000', '175718.984000', '175718.987000', '175718.989000', '175718.992000', '175718.995000', '175718.997000', '175738.887000', '175738.890000', '175738.893000', '175738.896000', '175738.899000', '175738.901000', '175738.904000', '175738.907000', '175738.909000', '175738.912000', '175738.915000', '175738.917000', '175738.920000', '175738.923000', '175738.925000', '175738.928000', '175738.931000', '175738.933000', '175738.936000', '175738.939000', '175738.941000', '175738.944000', '175738.947000', '175738.949000', '175738.952000', '175738.954000', '175738.957000', '175738.960000', '175738.962000', '175738.965000', '175738.968000', '175738.970000', '175738.973000', '175738.976000', '175738.978000', '175738.981000', '175738.984000', '175738.986000', '175738.989000', '175738.991000', '175738.994000', '175738.996000', '175739.000000', '175739.003000', '175758.887000', '175758.896000', '175758.899000', '175758.902000', '175758.905000', '175758.907000', '175758.910000', '175758.912000', '175758.915000', '175758.918000', '175758.921000', '175758.923000', '175758.926000', '175758.929000', '175758.932000', '175758.934000', '175758.937000', '175758.939000', '175758.942000', '175758.945000', '175758.947000', '175758.950000', '175758.953000', '175758.955000', '175758.958000', '175758.960000', '175758.963000', '175758.966000', '175758.969000', '175758.971000', '175758.974000', '175758.977000', '175758.979000', '175758.982000', '175758.985000', '175758.987000', '175758.990000', '175758.993000', '175758.995000', '175758.998000', '175759.001000', '175759.004000', '175759.007000', '175818.887000', '175818.891000', '175818.893000', '175818.896000', '175818.899000', '175818.901000', '175818.904000', '175818.907000', '175818.909000', '175818.912000', '175818.914000', '175818.917000', '175818.919000', '175818.922000', '175818.925000', '175818.927000', '175818.930000', '175818.933000', '175818.935000', '175818.938000', '175818.940000', '175818.943000', '175818.945000', '175818.948000', '175818.951000', '175818.953000', '175818.956000', '175818.958000', '175818.961000', '175818.964000', '175818.966000', '175818.969000', '175818.971000', '175818.974000', '175818.977000', '175818.979000', '175818.982000', '175818.984000', '175818.987000', '175818.990000', '175818.992000', '175818.995000', '175818.997000', '175819.001000', '175838.888000', '175838.890000', '175838.893000', '175838.896000', '175838.899000', '175838.901000', '175838.904000', '175838.907000', '175838.909000', '175838.912000', '175838.915000', '175838.918000', '175838.920000', '175838.923000', '175838.925000', '175838.928000', '175838.931000', '175838.933000', '175838.936000', '175838.939000', '175838.941000', '175838.944000', '175838.946000', '175838.949000', '175838.952000', '175838.954000', '175838.957000', '175838.960000', '175838.962000', '175838.965000', '175838.968000', '175838.979000', '175838.981000', '175838.984000', '175838.987000', '175838.998000', '175839.001000', '175839.004000', '175839.007000', '175839.009000', '175839.012000', '175839.015000', '175839.017000', '175858.887000', '175858.890000', '175858.893000', '175858.896000', '175858.898000', '175858.901000', '175858.904000', '175858.906000', '175858.909000', '175858.912000', '175858.914000', '175858.917000', '175858.920000', '175858.922000', '175858.925000', '175858.928000', '175858.930000', '175858.933000', '175858.936000', '175858.938000', '175858.941000', '175858.944000', '175858.946000', '175858.949000', '175858.952000', '175858.954000', '175858.957000', '175858.960000', '175858.962000', '175858.965000', '175858.968000', '175858.970000', '175858.973000', '175858.975000', '175858.978000', '175858.981000', '175858.983000', '175858.986000', '175858.989000', '175858.991000', '175858.994000', '175858.997000', '175859.000000', '175859.003000', '175918.888000', '175918.891000', '175918.893000', '175918.896000', '175918.898000', '175918.901000', '175918.903000', '175918.906000', '175918.909000', '175918.911000', '175918.914000', '175918.916000', '175918.919000', '175918.922000', '175918.925000', '175918.927000', '175918.930000', '175918.932000', '175918.935000', '175918.938000', '175918.940000', '175918.943000', '175918.945000', '175918.948000', '175918.950000', '175918.953000', '175918.956000', '175918.958000', '175918.961000', '175918.963000', '175918.966000', '175918.969000', '175918.971000', '175918.974000', '175918.976000', '175918.979000', '175918.981000', '175918.984000', '175918.987000', '175918.989000', '175919.009000', '175919.012000', '175919.014000', '175938.888000', '175938.890000', '175938.893000', '175938.896000', '175938.898000', '175938.901000', '175938.904000', '175938.906000', '175938.909000', '175938.911000', '175938.914000', '175938.917000', '175938.920000', '175938.922000', '175938.925000', '175938.928000', '175938.930000', '175938.933000', '175938.936000', '175938.938000', '175938.941000', '175938.944000', '175938.946000', '175938.949000', '175938.952000', '175938.954000', '175938.957000', '175938.960000', '175938.962000', '175938.965000', '175938.967000', '175938.970000', '175938.973000', '175938.975000', '175938.978000', '175938.981000', '175938.983000', '175938.986000', '175938.988000', '175938.991000', '175938.994000', '175938.996000', '175939.000000', '175939.003000', '175958.888000', '175958.891000', '175958.893000', '175958.896000', '175958.899000', '175958.901000', '175958.904000', '175958.907000', '175958.909000', '175958.912000', '175958.915000', '175958.917000', '175958.920000', '175958.923000', '175958.925000', '175958.928000', '175958.930000', '175958.933000', '175958.936000', '175958.938000', '175958.941000', '175958.944000', '175958.946000', '175958.949000', '175958.951000', '175958.954000', '175958.957000', '175958.959000', '175958.962000', '175958.965000', '175958.967000', '175958.970000', '175958.972000', '175958.975000', '175958.978000', '175958.980000', '175958.983000', '175958.985000', '175958.988000', '175958.991000', '175958.993000', '175958.996000', '175959.000000', '180018.887000', '180018.890000', '180018.893000', '180018.896000', '180018.898000', '180018.901000', '180018.904000', '180018.906000', '180018.909000', '180018.913000', '180018.916000', '180018.918000', '180018.921000', '180018.924000', '180018.927000', '180018.929000', '180018.932000', '180018.934000', '180018.937000', '180018.940000', '180018.942000', '180018.945000', '180018.948000', '180018.950000', '180018.953000', '180018.956000', '180018.958000', '180018.961000', '180018.964000', '180018.966000', '180018.969000', '180018.972000', '180018.974000', '180018.977000', '180018.980000', '180018.982000', '180018.985000', '180018.987000', '180018.990000', '180018.993000', '180018.995000', '180018.998000', '180019.001000', '180019.004000', '180038.887000', '180038.890000', '180038.893000', '180038.896000', '180038.898000', '180038.901000', '180038.903000', '180038.906000', '180038.909000', '180038.911000', '180038.914000', '180038.916000', '180038.919000', '180038.922000', '180038.924000', '180038.927000', '180038.929000', '180038.932000', '180038.934000', '180038.937000', '180038.940000', '180038.942000', '180038.945000', '180038.947000', '180038.950000', '180038.953000', '180038.955000', '180038.958000', '180038.962000', '180038.965000', '180038.967000', '180038.970000', '180038.973000', '180038.975000', '180038.978000', '180038.980000', '180038.983000', '180038.986000', '180038.988000', '180038.991000', '180038.994000', '180038.996000', '180039.000000', '180058.888000', '180058.890000', '180058.893000', '180058.896000', '180058.898000', '180058.901000', '180058.904000', '180058.906000', '180058.916000', '180058.919000', '180058.922000', '180058.924000', '180058.927000', '180058.930000', '180058.932000', '180058.935000', '180058.938000', '180058.940000', '180058.943000', '180058.945000', '180058.948000', '180058.951000', '180058.953000', '180058.956000', '180058.959000', '180058.961000', '180058.964000', '180058.967000', '180058.969000', '180058.972000', '180058.974000', '180058.977000', '180058.980000', '180058.982000', '180058.985000', '180058.988000', '180058.990000', '180058.993000', '180058.996000', '180058.998000', '180059.002000', '180059.005000', '180059.007000', '180059.010000', '180118.887000', '180118.891000', '180118.893000', '180118.896000', '180118.899000', '180118.902000', '180118.904000', '180118.907000', '180118.910000', '180118.912000', '180118.915000', '180118.918000', '180118.920000', '180118.923000', '180118.926000', '180118.928000', '180118.931000', '180118.934000', '180118.936000', '180118.939000', '180118.941000', '180118.944000', '180118.947000', '180118.949000', '180118.952000', '180118.955000', '180118.957000', '180118.960000', '180118.962000', '180118.965000', '180118.968000', '180118.970000', '180118.973000', '180118.976000', '180118.978000', '180118.981000', '180118.984000', '180118.986000', '180118.989000', '180118.991000', '180118.994000', '180118.997000', '180119.000000', '180138.887000', '180138.891000', '180138.894000', '180138.897000', '180138.900000', '180138.902000', '180138.905000', '180138.908000', '180138.911000', '180138.913000', '180138.916000', '180138.918000', '180138.921000', '180138.924000', '180138.926000', '180138.929000', '180138.932000', '180138.934000', '180138.937000', '180138.940000', '180138.942000', '180138.945000', '180138.948000', '180138.951000', '180138.954000', '180138.956000', '180138.960000', '180138.962000', '180138.965000', '180138.967000', '180138.970000', '180138.973000', '180138.975000', '180138.978000', '180138.981000', '180138.983000', '180138.986000', '180138.988000', '180138.991000', '180138.994000', '180138.996000', '180139.000000', '180139.003000', '180158.888000', '180158.891000', '180158.894000', '180158.896000', '180158.899000', '180158.902000', '180158.905000', '180158.907000', '180158.910000', '180158.913000', '180158.915000', '180158.918000', '180158.920000', '180158.923000', '180158.926000', '180158.928000', '180158.931000', '180158.934000', '180158.936000', '180158.939000', '180158.942000', '180158.944000', '180158.947000', '180158.950000', '180158.952000', '180158.955000', '180158.958000', '180158.960000', '180158.963000', '180158.965000', '180158.968000', '180158.971000', '180158.973000', '180158.976000', '180158.979000', '180158.982000', '180158.984000', '180158.987000', '180158.990000', '180158.992000', '180158.995000', '180158.997000', '180159.001000', '180159.004000', '180218.887000', '180218.890000', '180218.893000', '180218.896000', '180218.899000', '180218.902000', '180218.905000', '180218.908000', '180218.911000', '180218.915000', '180218.918000', '180218.920000', '180218.923000', '180218.926000', '180218.929000', '180218.931000', '180218.934000', '180218.937000', '180218.947000', '180218.950000', '180218.953000', '180218.955000', '180218.958000', '180218.961000', '180218.963000', '180218.966000', '180218.969000', '180218.971000', '180218.974000', '180218.977000', '180218.979000', '180218.982000', '180218.984000', '180218.987000', '180218.990000', '180218.992000', '180218.995000', '180218.998000', '180219.001000', '180219.004000', '180219.007000', '180219.009000', '180219.012000', '180222.145000', '180222.148000', '180222.151000', '180222.153000', '180222.157000', '180222.159000', '180222.162000', '180222.165000'], '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': [14805, 17009, 11616, 14985, 10152, 13123, 10623, 8517, 15981, 11715, 15966, 11310, 8194, 11637, 9414, 15553, 12144, 16022, 11313, 10998, 11675, 11091, 15408, 9514, 15343, 9032, 15687, 10559, 16082, 12879, 16465, 11890, 16433, 11759, 16169, 12804, 16878, 11931, 16369, 10852, 15692, 11973, 15558, 11471, 15766, 10283, 15922, 11053, 16565, 11555, 13018, 10285, 12098, 11658, 16197, 12358, 16995, 10781, 16784, 11534, 15763, 11955, 15426, 9347, 13205, 10942, 9814, 18593, 12761, 15371, 10359, 13587, 9615, 12460, 9183, 13921, 9026, 12102, 9200, 10241, 17814, 12485, 15397, 11090, 14041, 10068, 12813, 9629, 11855, 13636, 9011, 16865, 10093, 13992, 9948, 12983, 9184, 9885, 9059, 9838, 10901, 12480, 9699, 10383, 9575, 10377, 8997, 14208, 10537, 15339, 8995, 15354, 9075, 15534, 9815, 16166, 11525, 16439, 12453, 17319, 10527, 15548, 9665, 14315, 13191, 12801, 15682, 9261, 19976, 10363, 15991, 11755, 13910, 9493, 12137, 9431, 12327, 9312, 12615, 9155, 9774, 11883, 9011, 17676, 11999, 15242, 10581, 14374, 10082, 13683, 9431, 15062, 8828, 12472, 9059, 11142, 11727, 13121, 16489, 11108, 15053, 9397, 17222, 10174, 16683, 12647, 15398, 10435, 14181, 9613, 13900, 14843, 9388, 19520, 12584, 16226, 8888, 13635, 9976, 14031, 10254, 14365, 9369, 14341, 9565, 14925, 8452, 11519, 16306, 10054, 16614, 9487, 13870, 9469, 11926, 10229, 9696, 17646, 10309, 15043, 9749, 12422, 8640, 10363, 16748, 9829, 15616, 10192, 12756, 8375, 12627, 9385, 10021, 17170, 10181, 16346, 11471, 16716, 9114, 12027, 10082, 8617, 17966, 9900, 14589, 10446, 14018, 8696, 10841, 10581, 9263, 17866, 12562, 15046, 11100, 14727, 8710, 12003, 18361, 10917, 16557, 10845, 17211, 11259, 11218, 18143, 10868, 15439, 9549, 14536, 8675, 10524, 17441, 10186, 15994, 9632, 13246, 8538, 11743, 13096, 9838, 17841, 9713, 14067, 9007, 12216, 14667, 9724, 17567, 10163, 14190, 8656, 11665, 14048, 9443, 17364, 10890, 14215, 9405, 12002, 16225, 9561, 16051, 10687, 13400, 8864, 11482, 15735, 9185, 16337, 10450, 13589, 9008, 11707, 16598, 9454, 16886, 10687, 14417, 11193, 12637, 16773, 9534, 17753, 11062, 15315, 10350, 14343, 10542, 10895, 16143, 9078, 17509, 11979, 14456, 8976, 12691, 14988, 9137, 17314, 11584, 13454, 9401, 9604, 18991, 9276, 14695, 9567, 12807, 8889, 9478, 18228, 9774, 15117, 11646, 13626, 8586, 11910, 8825, 11507, 10584, 12953, 11991, 10459, 12727, 9072, 18438, 11716, 16250, 12558, 17343, 10887, 13563, 18444, 11172, 17470, 12448, 15596, 9988, 15832, 10602, 12526, 12395, 10429, 14191, 9156, 19071, 10462, 15444, 12236, 14746, 9828, 13342, 9514, 17004, 9522, 15458, 10853, 11861, 9355, 11395, 14378, 12482, 16987, 10581, 18160, 9447, 18904, 10606, 15138, 11447, 13056, 9824, 16851, 9724, 12573, 9277, 9267, 10139, 9535, 15471, 9108, 15742, 9241, 14493, 9569, 14519, 9250, 16994, 9234, 16036, 9727, 14026, 9642, 12367, 9520, 11399, 13495, 11142, 16263, 9493, 17486, 9942, 14591, 10890, 13442, 9237, 12285, 9476, 9839, 9308, 10090, 13840, 8804, 16696, 9454, 14188, 10051, 12544, 9179, 12994, 9490, 10586, 9809, 10007, 16512, 10689, 17526, 10022, 14978, 11393, 14226, 9458, 14349, 9264, 11875, 9380, 10934, 15549, 11112, 16092, 9558, 18667, 10291, 15992, 11605, 15411, 11102, 15187, 9785, 14257, 8902, 14147, 10368, 12242, 15080, 9614, 18370, 11487, 15498, 11088, 16259, 9566, 10455, 17865, 9304, 16176, 9616, 14384, 9364, 13840, 9165, 12113, 9505, 9287, 13071, 9321, 17356, 12132, 15367, 10703, 14544, 9583, 14050, 12086, 14661, 11119, 11121, 9957, 10274, 15818, 10747, 18810, 11646, 19617, 10391, 15511, 10858, 14393, 9895, 16271, 10558, 10084, 14642, 9190, 17029, 10284, 14514, 9686, 13114, 9445, 11052, 9826, 9106, 15534, 9512, 15483, 9518, 14130, 9419, 12230, 9253, 13771, 9426, 11464, 11476, 9360, 18540, 10741, 15153, 10720, 13839, 9647, 12499, 9155, 13799, 9531, 11937, 13209, 9551, 18721, 10508, 14954, 11067, 13888, 9762, 12845, 9514, 13824, 9603, 14788, 9564, 14077, 9381, 15415, 9730, 14173, 15435, 11229, 19748, 10327, 15068, 10892, 13987, 12991, 12151, 10773, 9409, 15053, 9865, 16101, 9983, 14966, 10213, 13018, 9630, 10823, 8655, 10632, 8754, 11374, 8363, 12756, 12396, 10630, 14909, 10927, 17774, 12185, 15814, 10535, 17226, 10419, 16011, 11634, 15874, 11734, 15248, 9300, 13671, 8736, 11781, 13155, 11486, 17768, 10954, 15931, 11076, 14341, 9205, 14331, 8788, 12118, 14679, 10311, 17696, 11607, 15025, 9983, 13953, 9802, 10478, 17997, 11599, 16789, 12244, 15001, 9728, 12465, 8175, 10879, 9951, 10350, 15886, 9586, 16727, 10997, 14154, 11217, 11129, 18027, 9347, 15572, 11053, 13213, 9344, 10449, 15341, 9382, 16262, 11711, 14042, 9348, 12924, 8786, 10196, 18344, 12355, 15742, 11106, 13784, 9403, 11744, 13567, 10781, 18413, 10454, 15571, 10660, 12805, 9443, 11673, 13104, 9274, 17582, 10268, 15025, 9559, 12688, 12862, 9496, 16983, 10115, 14619, 9755, 13311, 8736, 9755, 16931, 9842, 16063, 11567, 14244, 9519, 12745, 8341, 14075, 8951, 12944, 8860, 11944, 8413, 14782, 8616, 14673, 8914, 12282, 10263, 13584, 11993, 11739, 13086, 10671, 17425, 11936, 18617, 12785, 18170, 10727, 16115, 10709, 15291, 10691, 15766, 10918, 14791, 9726, 13522, 9749, 15082, 10857, 17103, 10476, 15263, 9501, 12982, 9376, 15116, 9672, 15892, 10122, 15265, 10961, 12799, 10095, 9354, 11286, 9316, 13502, 10342, 14355, 9874, 12474, 10859, 11202, 16509, 11072, 18195, 12622, 15404, 10372, 12342, 9599, 11708, 9501, 12888, 9574, 10262, 10940, 9609, 17613, 9863, 15114, 11268, 12472, 9439, 9664, 12934, 9610, 17021, 10996, 13678, 9388, 9591, 16347, 9474, 15209, 10970, 12998, 9318, 9515, 16663, 9728, 15840, 11801, 13571, 9205, 11397, 9052, 9489, 18238, 12522, 15600, 10993, 13783, 9758, 10878, 17286, 11346, 15876, 10153, 13486, 8806, 10997, 16196, 10615, 16610, 10058, 14088, 9321, 12676, 11892, 10569, 17140, 10143, 16052, 10894, 14229, 9748, 14293, 9299, 11035, 16154, 10090, 17236, 12809, 15481, 10932, 14830, 10089, 11402, 11314, 11433, 16850, 11214, 14359, 9590, 16014, 10075, 16944, 11739, 15976, 10509, 14855, 10817, 15723, 11186, 14957, 9812, 13570, 9466, 14394, 11301, 13075, 10058, 9628, 16778, 9925, 16266, 12455, 14653, 10007, 12811, 9600, 12447, 9738, 13562, 10961, 10602, 14874, 9698, 16921, 11942, 15642, 11391, 14271, 9583, 11507, 9785, 10215, 11598, 13994, 11918, 11220, 9616, 9404, 9594, 10924, 9168, 15417, 9747, 15964, 9747, 14706, 9532, 13871], 'WindowCenter': [4371.0, 4378.0, 4325.0, 4340.0, 4297.0, 4316.0, 4295.0, 4273.0, 4333.0, 4304.0, 4333.0, 4303.0, 4273.0, 4317.0, 4285.0, 4348.0, 4331.0, 4348.0, 4321.0, 4321.0, 4318.0, 4308.0, 4341.0, 4300.0, 4351.0, 4290.0, 4339.0, 4311.0, 4352.0, 4330.0, 4351.0, 4318.0, 4338.0, 4317.0, 4338.0, 4331.0, 4352.0, 4318.0, 4338.0, 4308.0, 4350.0, 4320.0, 4340.0, 4317.0, 4336.0, 4295.0, 4336.0, 4309.0, 4349.0, 4319.0, 4327.0, 4296.0, 4316.0, 4306.0, 4349.0, 4319.0, 4347.0, 4295.0, 4335.0, 4292.0, 4337.0, 4305.0, 4326.0, 4261.0, 4302.0, 4277.0, 4271.0, 4333.0, 4301.0, 4310.0, 4269.0, 4299.0, 4270.0, 4301.0, 4272.0, 4324.0, 4271.0, 4303.0, 4270.0, 4294.0, 4345.0, 4305.0, 4323.0, 4291.0, 4312.0, 4270.0, 4315.0, 4283.0, 4305.0, 4310.0, 4260.0, 4321.0, 4282.0, 4314.0, 4282.0, 4313.0, 4270.0, 4281.0, 4273.0, 4299.0, 4306.0, 4316.0, 4295.0, 4295.0, 4283.0, 4307.0, 4299.0, 4342.0, 4309.0, 4362.0, 4299.0, 4351.0, 4298.0, 4348.0, 4296.0, 4349.0, 4318.0, 4350.0, 4318.0, 4348.0, 4294.0, 4335.0, 4283.0, 4325.0, 4315.0, 4317.0, 4322.0, 4270.0, 4342.0, 4279.0, 4320.0, 4294.0, 4313.0, 4267.0, 4290.0, 4270.0, 4314.0, 4271.0, 4302.0, 4271.0, 4279.0, 4289.0, 4273.0, 4344.0, 4303.0, 4323.0, 4282.0, 4312.0, 4282.0, 4325.0, 4284.0, 4335.0, 4272.0, 4303.0, 4271.0, 4292.0, 4303.0, 4313.0, 4331.0, 4293.0, 4310.0, 4270.0, 4347.0, 4296.0, 4335.0, 4314.0, 4324.0, 4280.0, 4310.0, 4269.0, 4313.0, 4309.0, 4282.0, 4343.0, 4290.0, 4318.0, 4256.0, 4297.0, 4268.0, 4308.0, 4281.0, 4308.0, 4268.0, 4297.0, 4267.0, 4307.0, 4246.0, 4289.0, 4317.0, 4266.0, 4306.0, 4255.0, 4295.0, 4254.0, 4285.0, 4266.0, 4267.0, 4318.0, 4266.0, 4306.0, 4266.0, 4298.0, 4257.0, 4277.0, 4318.0, 4267.0, 4318.0, 4277.0, 4312.0, 4261.0, 4300.0, 4269.0, 4280.0, 4328.0, 4279.0, 4331.0, 4303.0, 4333.0, 4270.0, 4303.0, 4279.0, 4260.0, 4332.0, 4283.0, 4324.0, 4292.0, 4326.0, 4272.0, 4291.0, 4291.0, 4285.0, 4355.0, 4314.0, 4324.0, 4303.0, 4324.0, 4270.0, 4314.0, 4355.0, 4294.0, 4335.0, 4293.0, 4334.0, 4292.0, 4305.0, 4343.0, 4293.0, 4323.0, 4280.0, 4310.0, 4272.0, 4292.0, 4341.0, 4292.0, 4332.0, 4280.0, 4311.0, 4272.0, 4303.0, 4310.0, 4281.0, 4342.0, 4281.0, 4322.0, 4282.0, 4302.0, 4322.0, 4282.0, 4332.0, 4280.0, 4323.0, 4271.0, 4300.0, 4310.0, 4280.0, 4331.0, 4291.0, 4323.0, 4282.0, 4302.0, 4331.0, 4280.0, 4331.0, 4291.0, 4324.0, 4270.0, 4303.0, 4331.0, 4280.0, 4332.0, 4293.0, 4326.0, 4282.0, 4316.0, 4344.0, 4294.0, 4345.0, 4304.0, 4336.0, 4304.0, 4315.0, 4334.0, 4283.0, 4344.0, 4304.0, 4336.0, 4293.0, 4326.0, 4293.0, 4304.0, 4331.0, 4285.0, 4356.0, 4303.0, 4324.0, 4272.0, 4314.0, 4322.0, 4270.0, 4346.0, 4303.0, 4312.0, 4270.0, 4283.0, 4341.0, 4282.0, 4335.0, 4281.0, 4313.0, 4282.0, 4282.0, 4343.0, 4295.0, 4334.0, 4303.0, 4322.0, 4271.0, 4302.0, 4271.0, 4316.0, 4304.0, 4314.0, 4315.0, 4305.0, 4314.0, 4285.0, 4368.0, 4318.0, 4348.0, 4317.0, 4349.0, 4305.0, 4328.0, 4358.0, 4306.0, 4346.0, 4315.0, 4334.0, 4282.0, 4335.0, 4293.0, 4314.0, 4301.0, 4290.0, 4310.0, 4269.0, 4354.0, 4291.0, 4324.0, 4304.0, 4325.0, 4283.0, 4313.0, 4282.0, 4334.0, 4283.0, 4334.0, 4291.0, 4302.0, 4270.0, 4302.0, 4322.0, 4302.0, 4331.0, 4280.0, 4328.0, 4269.0, 4344.0, 4280.0, 4321.0, 4302.0, 4300.0, 4282.0, 4343.0, 4282.0, 4298.0, 4268.0, 4267.0, 4278.0, 4268.0, 4321.0, 4270.0, 4334.0, 4272.0, 4312.0, 4270.0, 4310.0, 4256.0, 4321.0, 4256.0, 4320.0, 4257.0, 4299.0, 4256.0, 4286.0, 4265.0, 4289.0, 4298.0, 4278.0, 4316.0, 4265.0, 4317.0, 4266.0, 4309.0, 4277.0, 4297.0, 4256.0, 4286.0, 4266.0, 4280.0, 4267.0, 4278.0, 4298.0, 4258.0, 4318.0, 4268.0, 4324.0, 4292.0, 4312.0, 4281.0, 4313.0, 4269.0, 4292.0, 4293.0, 4294.0, 4334.0, 4292.0, 4344.0, 4282.0, 4337.0, 4306.0, 4325.0, 4283.0, 4323.0, 4271.0, 4301.0, 4284.0, 4306.0, 4335.0, 4304.0, 4335.0, 4284.0, 4344.0, 4295.0, 4347.0, 4304.0, 4336.0, 4305.0, 4336.0, 4282.0, 4339.0, 4286.0, 4325.0, 4296.0, 4315.0, 4323.0, 4297.0, 4359.0, 4305.0, 4337.0, 4304.0, 4332.0, 4270.0, 4294.0, 4344.0, 4271.0, 4333.0, 4282.0, 4321.0, 4282.0, 4326.0, 4281.0, 4303.0, 4282.0, 4283.0, 4312.0, 4286.0, 4346.0, 4314.0, 4336.0, 4294.0, 4324.0, 4284.0, 4326.0, 4302.0, 4323.0, 4292.0, 4292.0, 4269.0, 4294.0, 4335.0, 4293.0, 4355.0, 4306.0, 4343.0, 4280.0, 4336.0, 4293.0, 4313.0, 4280.0, 4323.0, 4277.0, 4277.0, 4320.0, 4283.0, 4331.0, 4280.0, 4310.0, 4270.0, 4300.0, 4267.0, 4289.0, 4280.0, 4271.0, 4332.0, 4279.0, 4321.0, 4284.0, 4321.0, 4282.0, 4316.0, 4283.0, 4325.0, 4283.0, 4306.0, 4290.0, 4284.0, 4342.0, 4291.0, 4322.0, 4293.0, 4311.0, 4281.0, 4313.0, 4282.0, 4323.0, 4269.0, 4302.0, 4310.0, 4281.0, 4355.0, 4293.0, 4323.0, 4303.0, 4313.0, 4281.0, 4324.0, 4293.0, 4322.0, 4283.0, 4323.0, 4284.0, 4322.0, 4282.0, 4333.0, 4283.0, 4325.0, 4334.0, 4304.0, 4356.0, 4282.0, 4323.0, 4292.0, 4311.0, 4299.0, 4299.0, 4277.0, 4268.0, 4308.0, 4267.0, 4320.0, 4279.0, 4322.0, 4292.0, 4311.0, 4283.0, 4316.0, 4286.0, 4278.0, 4259.0, 4276.0, 4228.0, 4327.0, 4300.0, 4292.0, 4347.0, 4292.0, 4329.0, 4298.0, 4305.0, 4275.0, 4331.0, 4290.0, 4320.0, 4301.0, 4332.0, 4301.0, 4321.0, 4266.0, 4297.0, 4244.0, 4287.0, 4294.0, 4287.0, 4326.0, 4277.0, 4319.0, 4277.0, 4309.0, 4268.0, 4308.0, 4256.0, 4299.0, 4305.0, 4276.0, 4341.0, 4288.0, 4319.0, 4278.0, 4309.0, 4266.0, 4277.0, 4329.0, 4288.0, 4320.0, 4288.0, 4307.0, 4264.0, 4297.0, 4270.0, 4290.0, 4277.0, 4292.0, 4331.0, 4280.0, 4344.0, 4301.0, 4323.0, 4302.0, 4303.0, 4331.0, 4281.0, 4335.0, 4290.0, 4300.0, 4267.0, 4291.0, 4318.0, 4269.0, 4329.0, 4300.0, 4310.0, 4268.0, 4311.0, 4256.0, 4293.0, 4341.0, 4299.0, 4332.0, 4288.0, 4309.0, 4267.0, 4302.0, 4310.0, 4289.0, 4341.0, 4292.0, 4319.0, 4287.0, 4311.0, 4278.0, 4301.0, 4309.0, 4268.0, 4332.0, 4291.0, 4321.0, 4278.0, 4312.0, 4296.0, 4266.0, 4340.0, 4278.0, 4319.0, 4277.0, 4310.0, 4254.0, 4269.0, 4342.0, 4278.0, 4319.0, 4299.0, 4307.0, 4267.0, 4298.0, 4270.0, 4323.0, 4281.0, 4311.0, 4268.0, 4313.0, 4271.0, 4334.0, 4282.0, 4336.0, 4280.0, 4313.0, 4292.0, 4322.0, 4301.0, 4300.0, 4309.0, 4289.0, 4332.0, 4301.0, 4342.0, 4313.0, 4341.0, 4287.0, 4320.0, 4276.0, 4322.0, 4289.0, 4318.0, 4277.0, 4308.0, 4266.0, 4296.0, 4267.0, 4320.0, 4279.0, 4317.0, 4274.0, 4306.0, 4264.0, 4293.0, 4266.0, 4306.0, 4280.0, 4329.0, 4281.0, 4319.0, 4288.0, 4297.0, 4277.0, 4254.0, 4274.0, 4253.0, 4298.0, 4277.0, 4308.0, 4265.0, 4287.0, 4273.0, 4275.0, 4314.0, 4276.0, 4328.0, 4286.0, 4308.0, 4263.0, 4272.0, 4250.0, 4285.0, 4266.0, 4296.0, 4264.0, 4274.0, 4272.0, 4264.0, 4314.0, 4265.0, 4317.0, 4288.0, 4287.0, 4254.0, 4266.0, 4295.0, 4269.0, 4329.0, 4278.0, 4308.0, 4256.0, 4266.0, 4317.0, 4278.0, 4319.0, 4276.0, 4297.0, 4265.0, 4266.0, 4316.0, 4279.0, 4331.0, 4299.0, 4310.0, 4267.0, 4300.0, 4267.0, 4292.0, 4353.0, 4311.0, 4332.0, 4300.0, 4321.0, 4280.0, 4303.0, 4342.0, 4302.0, 4333.0, 4290.0, 4311.0, 4281.0, 4303.0, 4331.0, 4291.0, 4343.0, 4290.0, 4321.0, 4281.0, 4324.0, 4301.0, 4291.0, 4341.0, 4292.0, 4332.0, 4301.0, 4324.0, 4292.0, 4332.0, 4283.0, 4303.0, 4331.0, 4291.0, 4345.0, 4323.0, 4334.0, 4291.0, 4324.0, 4280.0, 4290.0, 4290.0, 4300.0, 4330.0, 4290.0, 4319.0, 4278.0, 4330.0, 4291.0, 4342.0, 4326.0, 4334.0, 4291.0, 4324.0, 4305.0, 4333.0, 4303.0, 4334.0, 4279.0, 4310.0, 4280.0, 4321.0, 4289.0, 4312.0, 4278.0, 4269.0, 4329.0, 4279.0, 4333.0, 4300.0, 4322.0, 4279.0, 4298.0, 4267.0, 4300.0, 4279.0, 4299.0, 4277.0, 4277.0, 4306.0, 4266.0, 4331.0, 4298.0, 4319.0, 4287.0, 4309.0, 4265.0, 4288.0, 4266.0, 4291.0, 4288.0, 4308.0, 4300.0, 4289.0, 4266.0, 4269.0, 4277.0, 4300.0, 4292.0, 4335.0, 4293.0, 4345.0, 4280.0, 4323.0, 4278.0, 4323.0], 'WindowWidth': [9626.0, 9635.0, 9546.0, 9561.0, 9496.0, 9519.0, 9492.0, 9458.0, 9542.0, 9500.0, 9540.0, 9500.0, 9461.0, 9524.0, 9482.0, 9569.0, 9551.0, 9570.0, 9537.0, 9537.0, 9529.0, 9514.0, 9564.0, 9507.0, 9578.0, 9491.0, 9558.0, 9522.0, 9581.0, 9547.0, 9582.0, 9527.0, 9556.0, 9525.0, 9560.0, 9550.0, 9584.0, 9528.0, 9556.0, 9516.0, 9578.0, 9537.0, 9564.0, 9526.0, 9551.0, 9493.0, 9549.0, 9517.0, 9573.0, 9533.0, 9539.0, 9498.0, 9521.0, 9510.0, 9574.0, 9531.0, 9571.0, 9492.0, 9555.0, 9484.0, 9559.0, 9504.0, 9539.0, 9437.0, 9495.0, 9454.0, 9450.0, 9546.0, 9491.0, 9507.0, 9446.0, 9486.0, 9450.0, 9496.0, 9459.0, 9530.0, 9454.0, 9499.0, 9451.0, 9490.0, 9566.0, 9504.0, 9529.0, 9478.0, 9509.0, 9452.0, 9522.0, 9473.0, 9502.0, 9504.0, 9437.0, 9525.0, 9469.0, 9519.0, 9469.0, 9516.0, 9450.0, 9466.0, 9461.0, 9505.0, 9510.0, 9523.0, 9495.0, 9493.0, 9476.0, 9515.0, 9506.0, 9567.0, 9520.0, 9599.0, 9508.0, 9579.0, 9505.0, 9573.0, 9499.0, 9576.0, 9532.0, 9586.0, 9531.0, 9576.0, 9489.0, 9550.0, 9472.0, 9535.0, 9519.0, 9526.0, 9524.0, 9451.0, 9557.0, 9462.0, 9521.0, 9486.0, 9511.0, 9443.0, 9475.0, 9452.0, 9516.0, 9454.0, 9498.0, 9454.0, 9462.0, 9476.0, 9458.0, 9561.0, 9498.0, 9528.0, 9471.0, 9511.0, 9473.0, 9535.0, 9479.0, 9549.0, 9459.0, 9501.0, 9453.0, 9485.0, 9501.0, 9513.0, 9536.0, 9484.0, 9505.0, 9452.0, 9569.0, 9497.0, 9554.0, 9518.0, 9534.0, 9464.0, 9507.0, 9447.0, 9513.0, 9503.0, 9474.0, 9564.0, 9478.0, 9517.0, 9428.0, 9487.0, 9445.0, 9502.0, 9469.0, 9500.0, 9446.0, 9484.0, 9441.0, 9497.0, 9413.0, 9473.0, 9509.0, 9439.0, 9496.0, 9423.0, 9476.0, 9419.0, 9465.0, 9441.0, 9442.0, 9514.0, 9441.0, 9495.0, 9439.0, 9488.0, 9433.0, 9457.0, 9513.0, 9443.0, 9513.0, 9458.0, 9511.0, 9442.0, 9493.0, 9449.0, 9465.0, 9529.0, 9463.0, 9540.0, 9501.0, 9543.0, 9452.0, 9500.0, 9463.0, 9438.0, 9541.0, 9476.0, 9534.0, 9487.0, 9537.0, 9459.0, 9485.0, 9483.0, 9483.0, 9584.0, 9519.0, 9533.0, 9501.0, 9533.0, 9456.0, 9520.0, 9579.0, 9491.0, 9556.0, 9487.0, 9547.0, 9485.0, 9508.0, 9560.0, 9488.0, 9533.0, 9466.0, 9508.0, 9460.0, 9487.0, 9553.0, 9487.0, 9542.0, 9466.0, 9510.0, 9461.0, 9501.0, 9507.0, 9470.0, 9557.0, 9468.0, 9527.0, 9474.0, 9500.0, 9525.0, 9473.0, 9544.0, 9465.0, 9532.0, 9458.0, 9495.0, 9508.0, 9466.0, 9540.0, 9482.0, 9531.0, 9473.0, 9499.0, 9538.0, 9466.0, 9536.0, 9483.0, 9532.0, 9455.0, 9500.0, 9537.0, 9468.0, 9541.0, 9489.0, 9539.0, 9477.0, 9525.0, 9562.0, 9493.0, 9564.0, 9507.0, 9553.0, 9505.0, 9520.0, 9545.0, 9473.0, 9563.0, 9506.0, 9557.0, 9491.0, 9537.0, 9488.0, 9506.0, 9539.0, 9483.0, 9587.0, 9505.0, 9535.0, 9459.0, 9520.0, 9525.0, 9455.0, 9571.0, 9503.0, 9515.0, 9455.0, 9474.0, 9556.0, 9475.0, 9551.0, 9474.0, 9518.0, 9476.0, 9475.0, 9561.0, 9498.0, 9549.0, 9503.0, 9529.0, 9457.0, 9501.0, 9457.0, 9527.0, 9507.0, 9521.0, 9524.0, 9510.0, 9521.0, 9483.0, 9605.0, 9532.0, 9576.0, 9530.0, 9578.0, 9508.0, 9544.0, 9588.0, 9510.0, 9578.0, 9523.0, 9551.0, 9471.0, 9551.0, 9490.0, 9517.0, 9496.0, 9481.0, 9508.0, 9452.0, 9579.0, 9485.0, 9535.0, 9504.0, 9536.0, 9475.0, 9513.0, 9474.0, 9546.0, 9474.0, 9549.0, 9480.0, 9497.0, 9454.0, 9498.0, 9527.0, 9497.0, 9537.0, 9464.0, 9531.0, 9448.0, 9562.0, 9466.0, 9527.0, 9499.0, 9495.0, 9474.0, 9562.0, 9473.0, 9487.0, 9447.0, 9446.0, 9462.0, 9448.0, 9524.0, 9453.0, 9549.0, 9457.0, 9512.0, 9452.0, 9507.0, 9427.0, 9521.0, 9426.0, 9523.0, 9428.0, 9489.0, 9425.0, 9466.0, 9437.0, 9476.0, 9486.0, 9459.0, 9509.0, 9437.0, 9513.0, 9442.0, 9504.0, 9457.0, 9482.0, 9425.0, 9468.0, 9443.0, 9468.0, 9446.0, 9461.0, 9486.0, 9432.0, 9514.0, 9447.0, 9534.0, 9489.0, 9514.0, 9470.0, 9516.0, 9450.0, 9487.0, 9490.0, 9491.0, 9547.0, 9487.0, 9560.0, 9471.0, 9557.0, 9510.0, 9534.0, 9476.0, 9530.0, 9454.0, 9497.0, 9479.0, 9511.0, 9547.0, 9506.0, 9547.0, 9478.0, 9562.0, 9493.0, 9572.0, 9507.0, 9552.0, 9509.0, 9553.0, 9474.0, 9561.0, 9486.0, 9539.0, 9497.0, 9522.0, 9527.0, 9500.0, 9596.0, 9509.0, 9557.0, 9503.0, 9541.0, 9453.0, 9493.0, 9562.0, 9456.0, 9545.0, 9473.0, 9524.0, 9475.0, 9536.0, 9472.0, 9503.0, 9475.0, 9476.0, 9512.0, 9485.0, 9570.0, 9519.0, 9551.0, 9493.0, 9532.0, 9477.0, 9540.0, 9500.0, 9531.0, 9486.0, 9484.0, 9450.0, 9490.0, 9551.0, 9489.0, 9580.0, 9508.0, 9563.0, 9466.0, 9555.0, 9490.0, 9517.0, 9466.0, 9529.0, 9456.0, 9457.0, 9518.0, 9473.0, 9541.0, 9463.0, 9507.0, 9450.0, 9491.0, 9442.0, 9474.0, 9466.0, 9456.0, 9539.0, 9464.0, 9524.0, 9478.0, 9524.0, 9473.0, 9524.0, 9476.0, 9532.0, 9474.0, 9510.0, 9479.0, 9478.0, 9561.0, 9481.0, 9529.0, 9488.0, 9508.0, 9468.0, 9516.0, 9472.0, 9529.0, 9452.0, 9499.0, 9507.0, 9471.0, 9582.0, 9490.0, 9532.0, 9505.0, 9515.0, 9472.0, 9536.0, 9493.0, 9530.0, 9479.0, 9531.0, 9479.0, 9529.0, 9474.0, 9546.0, 9475.0, 9535.0, 9544.0, 9503.0, 9586.0, 9472.0, 9532.0, 9484.0, 9514.0, 9489.0, 9491.0, 9460.0, 9446.0, 9500.0, 9443.0, 9523.0, 9465.0, 9529.0, 9487.0, 9510.0, 9479.0, 9528.0, 9487.0, 9457.0, 9431.0, 9447.0, 9376.0, 9543.0, 9493.0, 9487.0, 9577.0, 9488.0, 9539.0, 9487.0, 9495.0, 9452.0, 9538.0, 9482.0, 9525.0, 9497.0, 9545.0, 9496.0, 9525.0, 9443.0, 9484.0, 9409.0, 9470.0, 9478.0, 9470.0, 9531.0, 9459.0, 9520.0, 9457.0, 9506.0, 9450.0, 9502.0, 9430.0, 9491.0, 9496.0, 9456.0, 9557.0, 9477.0, 9521.0, 9462.0, 9505.0, 9443.0, 9459.0, 9541.0, 9475.0, 9525.0, 9474.0, 9500.0, 9438.0, 9485.0, 9456.0, 9483.0, 9461.0, 9488.0, 9543.0, 9471.0, 9566.0, 9502.0, 9531.0, 9503.0, 9503.0, 9542.0, 9474.0, 9554.0, 9481.0, 9495.0, 9449.0, 9483.0, 9519.0, 9451.0, 9537.0, 9493.0, 9508.0, 9449.0, 9511.0, 9432.0, 9492.0, 9562.0, 9493.0, 9544.0, 9477.0, 9507.0, 9448.0, 9501.0, 9509.0, 9479.0, 9559.0, 9487.0, 9523.0, 9475.0, 9514.0, 9463.0, 9497.0, 9508.0, 9451.0, 9544.0, 9489.0, 9529.0, 9464.0, 9516.0, 9483.0, 9442.0, 9555.0, 9465.0, 9519.0, 9462.0, 9509.0, 9426.0, 9448.0, 9558.0, 9463.0, 9520.0, 9495.0, 9498.0, 9445.0, 9491.0, 9456.0, 9531.0, 9473.0, 9513.0, 9451.0, 9519.0, 9463.0, 9547.0, 9476.0, 9554.0, 9470.0, 9521.0, 9491.0, 9528.0, 9499.0, 9496.0, 9505.0, 9479.0, 9547.0, 9499.0, 9565.0, 9515.0, 9558.0, 9473.0, 9523.0, 9458.0, 9530.0, 9482.0, 9519.0, 9460.0, 9504.0, 9441.0, 9484.0, 9444.0, 9524.0, 9463.0, 9516.0, 9450.0, 9496.0, 9438.0, 9474.0, 9443.0, 9496.0, 9468.0, 9534.0, 9470.0, 9519.0, 9476.0, 9485.0, 9457.0, 9424.0, 9449.0, 9421.0, 9487.0, 9458.0, 9504.0, 9439.0, 9471.0, 9448.0, 9451.0, 9505.0, 9455.0, 9538.0, 9466.0, 9502.0, 9432.0, 9442.0, 9413.0, 9465.0, 9443.0, 9482.0, 9437.0, 9451.0, 9442.0, 9435.0, 9508.0, 9441.0, 9513.0, 9473.0, 9472.0, 9424.0, 9442.0, 9480.0, 9450.0, 9533.0, 9460.0, 9503.0, 9427.0, 9443.0, 9514.0, 9464.0, 9519.0, 9458.0, 9487.0, 9439.0, 9444.0, 9513.0, 9467.0, 9542.0, 9493.0, 9508.0, 9447.0, 9494.0, 9447.0, 9489.0, 9578.0, 9513.0, 9545.0, 9497.0, 9525.0, 9468.0, 9503.0, 9561.0, 9501.0, 9547.0, 9483.0, 9514.0, 9473.0, 9505.0, 9543.0, 9486.0, 9562.0, 9484.0, 9527.0, 9473.0, 9536.0, 9500.0, 9484.0, 9557.0, 9486.0, 9544.0, 9499.0, 9536.0, 9489.0, 9544.0, 9480.0, 9504.0, 9543.0, 9484.0, 9571.0, 9533.0, 9551.0, 9486.0, 9537.0, 9467.0, 9481.0, 9483.0, 9495.0, 9538.0, 9481.0, 9520.0, 9463.0, 9541.0, 9486.0, 9559.0, 9543.0, 9550.0, 9487.0, 9534.0, 9509.0, 9549.0, 9504.0, 9549.0, 9465.0, 9509.0, 9470.0, 9527.0, 9478.0, 9514.0, 9461.0, 9451.0, 9536.0, 9465.0, 9551.0, 9494.0, 9528.0, 9463.0, 9487.0, 9446.0, 9495.0, 9466.0, 9490.0, 9457.0, 9456.0, 9498.0, 9440.0, 9541.0, 9489.0, 9521.0, 9472.0, 9505.0, 9438.0, 9473.0, 9440.0, 9483.0, 9477.0, 9503.0, 9494.0, 9476.0, 9445.0, 9452.0, 9461.0, 9498.0, 9491.0, 9552.0, 9491.0, 9566.0, 9468.0, 9531.0, 9463.0, 9530.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.005582583783783784</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04274517664864865</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.840364200119005</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2351727275432907</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0487162742316014</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5061</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3382.4204</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14973922363982684</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>160</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.2972972972973</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5894012988936796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.543192666638289</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8712075679087135</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3538036621340352</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00606145</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013715291395783424</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02789888344705105</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>3.970809561341363</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>22.3839</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.3971</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.9582</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297942.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1207.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>454.4651</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4889</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.5507</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3461.929</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3659.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78602.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1205.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4509.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.4687</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.12833922560094</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> |