=== 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-0077 --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-0077",
"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-0077_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-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0077/figures/sub-0077_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-0077/figures/sub-0077_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077/ses-04/func/sub-0077_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>32f878dee39141539e746c028bea96dd</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>22:00:0.625000</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.99894, -0.0443459, -0.0123026, 0.0437894, 0.998144, -0.042319]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0915637</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>[4148, -7713, -7245, 787, -40, -118, -90, 37]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>239.426</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>af53c9c9-9a47-4308-a63a-ffdceb42a0f2||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.680084228515625, 0.11748365312814713, -0.03822244703769684, 104.9200668334961], [0.11897681653499603, 2.677947521209717, -0.11268578469753265, -97.43474578857422], [-0.033007025718688965, 0.11353888362646103, 2.6973767280578613, -72.01654052734375], [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': ['220000.625000', '220001.085000', '220001.545000', '220002.005000', '220002.465000', '220002.925000', '220003.385000', '220003.845000', '220004.305000', '220004.765000', '220005.225000', '220005.685000', '220006.145000', '220006.605000', '220007.065000', '220007.525000', '220007.985000', '220008.445000', '220008.905000', '220009.365000', '220009.825000', '220010.285000', '220010.745000', '220011.205000', '220011.665000', '220012.125000', '220012.585000', '220013.045000', '220013.505000', '220013.965000', '220014.425000', '220014.885000', '220015.345000', '220015.805000', '220016.265000', '220016.725000', '220017.185000', '220017.645000', '220018.105000', '220018.565000', '220019.025000', '220019.485000', '220019.945000', '220020.405000', '220020.865000', '220021.325000', '220021.785000', '220022.245000', '220022.705000', '220023.165000', '220023.625000', '220024.085000', '220024.545000', '220025.005000', '220025.465000', '220025.925000', '220026.385000', '220026.845000', '220027.305000', '220027.765000', '220028.225000', '220028.685000', '220029.145000', '220029.605000', '220030.065000', '220030.525000', '220030.985000', '220031.445000', '220031.905000', '220032.365000', '220032.825000', '220033.285000', '220033.745000', '220034.205000', '220034.665000', '220035.125000', '220035.585000', '220036.045000', '220036.505000', '220036.965000', '220037.425000', '220037.885000', '220038.345000', '220038.805000', '220039.265000', '220039.725000', '220040.185000', '220040.645000', '220041.105000', '220041.565000', '220042.025000', '220042.485000', '220042.945000', '220043.405000', '220043.865000', '220044.325000', '220044.785000', '220045.245000', '220045.705000', '220046.165000', '220046.625000', '220047.085000', '220047.545000', '220048.005000', '220048.465000', '220048.925000', '220049.385000', '220049.845000', '220050.305000', '220050.765000', '220051.225000', '220051.685000', '220052.145000', '220052.605000', '220053.065000', '220053.525000', '220053.985000', '220054.445000', '220054.905000', '220055.365000', '220055.825000', '220056.285000', '220056.745000', '220057.205000', '220057.665000', '220058.125000', '220058.585000', '220059.045000', '220059.505000', '220059.965000', '220100.425000', '220100.885000', '220101.345000', '220101.805000', '220102.265000', '220102.725000', '220103.185000', '220103.645000', '220104.105000', '220104.565000', '220105.025000', '220105.485000', '220105.945000', '220106.405000', '220106.865000', '220107.325000', '220107.785000', '220108.245000', '220108.705000', '220109.165000', '220109.625000', '220110.085000', '220110.545000', '220111.005000', '220111.465000', '220111.925000', '220112.385000', '220112.845000', '220113.305000', '220113.765000', '220114.225000', '220114.685000', '220115.145000', '220115.605000', '220116.065000', '220116.525000', '220116.985000', '220117.445000', '220117.905000', '220118.365000', '220118.825000', '220119.285000', '220119.745000', '220120.205000', '220120.665000', '220121.125000', '220121.585000', '220122.045000', '220122.505000', '220122.965000', '220123.425000', '220123.885000', '220124.345000', '220124.805000', '220125.265000', '220125.725000', '220126.185000', '220126.645000', '220127.105000', '220127.565000', '220128.025000', '220128.485000', '220128.945000', '220129.405000', '220129.865000', '220130.325000', '220130.785000', '220131.245000', '220131.705000', '220132.165000', '220132.625000', '220133.085000', '220133.545000', '220134.005000', '220134.465000', '220134.925000', '220135.385000', '220135.845000', '220136.305000', '220136.765000', '220137.225000', '220137.685000', '220138.145000', '220138.605000', '220139.065000', '220139.525000', '220139.985000', '220140.445000', '220140.905000', '220141.365000', '220141.825000', '220142.285000', '220142.745000', '220143.205000', '220143.665000', '220144.125000', '220144.585000', '220145.045000', '220145.505000', '220145.965000', '220146.425000', '220146.885000', '220147.345000', '220147.805000', '220148.265000', '220148.725000', '220149.185000', '220149.645000', '220150.105000', '220150.565000', '220151.025000', '220151.485000', '220151.945000', '220152.405000', '220152.865000', '220153.325000', '220153.785000', '220154.245000', '220154.705000', '220155.165000', '220155.625000', '220156.085000', '220156.545000', '220157.005000', '220157.465000', '220157.925000', '220158.385000', '220158.845000', '220159.305000', '220159.765000', '220200.225000', '220200.685000', '220201.145000', '220201.605000', '220202.065000', '220202.525000', '220202.985000', '220203.445000', '220203.905000', '220204.365000', '220204.825000', '220205.285000', '220205.745000', '220206.205000', '220206.665000', '220207.125000', '220207.585000', '220208.045000', '220208.505000', '220208.965000', '220209.425000', '220209.885000', '220210.345000', '220210.805000', '220211.265000', '220211.725000', '220212.185000', '220212.645000', '220213.105000', '220213.565000', '220214.025000', '220214.485000', '220214.945000', '220215.405000', '220215.865000', '220216.325000', '220216.785000', '220217.245000', '220217.705000', '220218.165000', '220218.625000', '220219.085000', '220219.545000', '220220.005000', '220220.465000', '220220.925000', '220221.385000', '220221.845000', '220222.305000', '220222.765000', '220223.225000', '220223.685000', '220224.145000', '220224.605000', '220225.065000', '220225.525000', '220225.985000', '220226.445000', '220226.905000', '220227.365000', '220227.825000', '220228.285000', '220228.745000', '220229.205000', '220229.665000', '220230.125000', '220230.585000', '220231.045000', '220231.505000', '220231.965000', '220232.425000', '220232.885000', '220233.345000', '220233.805000', '220234.265000', '220234.725000', '220235.185000', '220235.645000', '220236.105000', '220236.565000', '220237.025000', '220237.485000', '220237.945000', '220238.405000', '220238.865000', '220239.325000', '220239.785000', '220240.245000', '220240.705000', '220241.165000', '220241.625000', '220242.085000', '220242.545000', '220243.005000', '220243.465000', '220243.925000', '220244.385000', '220244.845000', '220245.305000', '220245.765000', '220246.225000', '220246.685000', '220247.145000', '220247.605000', '220248.065000', '220248.525000', '220248.985000', '220249.445000', '220249.905000', '220250.365000', '220250.825000', '220251.285000', '220251.745000', '220252.205000', '220252.665000', '220253.125000', '220253.585000', '220254.045000', '220254.505000', '220254.965000', '220255.425000', '220255.885000', '220256.345000', '220256.805000', '220257.265000', '220257.725000', '220258.185000', '220258.645000', '220259.105000', '220259.565000', '220300.025000', '220300.485000', '220300.945000', '220301.405000', '220301.865000', '220302.325000', '220302.785000', '220303.245000', '220303.705000', '220304.165000', '220304.625000', '220305.085000', '220305.545000', '220306.005000', '220306.465000', '220306.925000', '220307.385000', '220307.845000', '220308.305000', '220308.765000', '220309.225000', '220309.685000', '220310.145000', '220310.605000', '220311.065000', '220311.525000', '220311.985000', '220312.445000', '220312.905000', '220313.365000', '220313.825000', '220314.285000', '220314.745000', '220315.205000', '220315.665000', '220316.125000', '220316.585000', '220317.045000', '220317.505000', '220317.965000', '220318.425000', '220318.885000', '220319.345000', '220319.805000', '220320.265000', '220320.725000', '220321.185000', '220321.645000', '220322.105000', '220322.565000', '220323.025000', '220323.485000', '220323.945000', '220324.405000', '220324.865000', '220325.325000', '220325.785000', '220326.245000', '220326.705000', '220327.165000', '220327.625000', '220328.085000', '220328.545000', '220329.005000', '220329.465000', '220329.925000', '220330.385000', '220330.845000', '220331.305000', '220331.765000', '220332.225000', '220332.685000', '220333.145000', '220333.605000', '220334.065000', '220334.525000', '220334.985000', '220335.445000', '220335.905000', '220336.365000', '220336.825000', '220337.285000', '220337.745000', '220338.205000', '220338.665000', '220339.125000', '220339.585000', '220340.045000', '220340.505000', '220340.965000', '220341.425000', '220341.885000', '220342.345000', '220342.805000', '220343.265000', '220343.725000', '220344.185000', '220344.645000', '220345.105000', '220345.565000', '220346.025000', '220346.485000', '220346.945000', '220347.405000', '220347.865000', '220348.325000', '220348.785000', '220349.245000', '220349.705000', '220350.165000', '220350.625000', '220351.085000', '220351.545000', '220352.005000', '220352.465000', '220352.925000', '220353.385000', '220353.845000', '220354.305000', '220354.765000', '220355.225000', '220355.685000', '220356.145000', '220356.605000', '220357.065000', '220357.525000', '220357.985000', '220358.445000', '220358.905000', '220359.365000', '220359.825000', '220400.285000', '220400.745000', '220401.205000', '220401.665000', '220402.125000', '220402.585000', '220403.045000', '220403.505000', '220403.965000', '220404.425000', '220404.885000', '220405.345000', '220405.805000', '220406.265000', '220406.725000', '220407.185000', '220407.645000', '220408.105000', '220408.565000', '220409.025000', '220409.485000', '220409.945000', '220410.405000', '220410.865000', '220411.325000', '220411.785000', '220412.245000', '220412.705000', '220413.165000', '220413.625000', '220414.085000', '220414.545000', '220415.005000', '220415.465000', '220415.925000', '220416.385000', '220416.845000', '220417.305000', '220417.765000', '220418.225000', '220418.685000', '220419.145000', '220419.605000', '220420.065000', '220420.525000', '220420.985000', '220421.445000', '220421.905000', '220422.365000', '220422.825000', '220423.285000', '220423.745000', '220424.205000', '220424.665000', '220425.125000', '220425.585000', '220426.045000', '220426.505000', '220426.965000', '220427.425000', '220427.885000', '220428.345000', '220428.805000', '220429.265000', '220429.725000', '220430.185000', '220430.645000', '220431.105000', '220431.565000', '220432.025000', '220432.485000', '220432.945000', '220433.405000', '220433.865000', '220434.325000', '220434.785000', '220435.245000', '220435.705000', '220436.165000', '220436.625000', '220437.085000', '220437.545000', '220438.005000', '220438.465000', '220438.925000', '220439.385000', '220439.845000', '220440.305000', '220440.765000', '220441.225000', '220441.685000', '220442.145000', '220442.605000', '220443.065000', '220443.525000', '220443.985000', '220444.445000', '220444.905000', '220445.365000', '220445.825000', '220446.285000', '220446.745000', '220447.205000', '220447.665000', '220448.125000', '220448.585000', '220449.045000', '220449.505000', '220449.965000', '220450.425000', '220450.885000', '220451.345000', '220451.805000', '220452.265000', '220452.725000', '220453.185000', '220453.645000', '220454.105000', '220454.565000', '220455.025000', '220455.485000', '220455.945000', '220456.405000', '220456.865000', '220457.325000', '220457.785000', '220458.245000', '220458.705000', '220459.165000', '220459.625000', '220500.085000', '220500.545000', '220501.005000', '220501.465000', '220501.925000', '220502.385000', '220502.845000', '220503.305000', '220503.765000', '220504.225000', '220504.685000', '220505.145000', '220505.605000', '220506.065000', '220506.525000', '220506.985000', '220507.445000', '220507.905000', '220508.365000', '220508.825000', '220509.285000', '220509.745000', '220510.205000', '220510.665000', '220511.125000', '220511.585000', '220512.045000', '220512.505000', '220512.965000', '220513.425000', '220513.885000', '220514.345000', '220514.805000', '220515.265000', '220515.725000', '220516.185000', '220516.645000', '220517.105000', '220517.565000', '220518.025000', '220518.485000', '220518.945000', '220519.405000', '220519.865000', '220520.325000', '220520.785000', '220521.245000', '220521.705000', '220522.165000', '220522.625000', '220523.085000', '220523.545000', '220524.005000', '220524.465000', '220524.925000', '220525.385000', '220525.845000', '220526.305000', '220526.765000', '220527.225000', '220527.685000', '220528.145000', '220528.605000', '220529.065000', '220529.525000', '220529.985000', '220530.445000', '220530.905000', '220531.365000', '220531.825000', '220532.285000', '220532.745000', '220533.205000', '220533.665000', '220534.125000', '220534.585000', '220535.045000', '220535.505000', '220535.965000', '220536.425000', '220536.885000', '220537.345000', '220537.805000', '220538.265000', '220538.725000', '220539.185000', '220539.645000', '220540.105000', '220540.565000', '220541.025000', '220541.485000', '220541.945000', '220542.405000', '220542.865000', '220543.325000', '220543.785000', '220544.245000', '220544.705000', '220545.165000', '220545.625000', '220546.085000', '220546.545000', '220547.005000', '220547.465000', '220547.925000', '220548.385000', '220548.845000', '220549.305000', '220549.765000', '220550.225000', '220550.685000', '220551.145000', '220551.605000', '220552.065000', '220552.525000', '220552.985000', '220553.445000', '220553.905000', '220554.365000', '220554.825000', '220555.285000', '220555.745000', '220556.205000', '220556.665000', '220557.125000', '220557.585000', '220558.045000', '220558.505000', '220558.965000', '220559.425000', '220559.885000', '220600.345000', '220600.805000', '220601.265000', '220601.725000', '220602.185000', '220602.645000', '220603.105000', '220603.565000', '220604.025000', '220604.485000', '220604.945000', '220605.405000', '220605.865000', '220606.325000', '220606.785000', '220607.245000', '220607.705000', '220608.165000', '220608.625000', '220609.085000', '220609.545000', '220610.005000', '220610.465000', '220610.925000', '220611.385000', '220611.845000', '220612.305000', '220612.765000', '220613.225000', '220613.685000', '220614.145000', '220614.605000', '220615.065000', '220615.525000', '220615.985000', '220616.445000', '220616.905000', '220617.365000', '220617.825000', '220618.285000', '220618.745000', '220619.205000', '220619.665000', '220620.125000', '220620.585000', '220621.045000', '220621.505000', '220621.965000', '220622.425000', '220622.885000', '220623.345000', '220623.805000', '220624.265000', '220624.725000', '220625.185000', '220625.645000', '220626.105000', '220626.565000', '220627.025000', '220627.485000', '220627.945000', '220628.405000', '220628.865000', '220629.325000', '220629.785000', '220630.245000', '220630.705000', '220631.165000', '220631.625000', '220632.085000', '220632.545000', '220633.005000', '220633.465000', '220633.925000', '220634.385000', '220634.845000', '220635.305000', '220635.765000', '220636.225000', '220636.685000', '220637.145000', '220637.605000', '220638.065000', '220638.525000', '220638.985000', '220639.445000', '220639.905000', '220640.365000', '220640.825000', '220641.285000', '220641.745000', '220642.205000', '220642.665000', '220643.125000', '220643.585000', '220644.045000', '220644.505000', '220644.965000', '220645.425000', '220645.885000', '220646.345000', '220646.805000', '220647.265000', '220647.725000', '220648.185000', '220648.645000', '220649.105000', '220649.565000', '220650.025000', '220650.485000', '220650.945000', '220651.405000', '220651.865000', '220652.325000', '220652.785000', '220653.245000', '220653.705000', '220654.165000', '220654.625000', '220655.085000', '220655.545000', '220656.005000', '220656.465000', '220656.925000', '220657.385000', '220657.845000', '220658.305000', '220658.765000', '220659.225000', '220659.685000', '220700.145000', '220700.605000', '220701.065000', '220701.525000', '220701.985000', '220702.445000', '220702.905000', '220703.365000', '220703.825000', '220704.285000', '220704.745000', '220705.205000', '220705.665000', '220706.125000'], 'ContentTime': ['220024.611000', '220024.614000', '220024.617000', '220024.620000', '220024.622000', '220024.625000', '220024.627000', '220024.630000', '220024.633000', '220024.635000', '220024.644000', '220024.647000', '220024.650000', '220024.652000', '220024.655000', '220024.657000', '220024.660000', '220024.663000', '220024.665000', '220024.668000', '220024.670000', '220024.673000', '220024.675000', '220024.678000', '220024.681000', '220024.683000', '220024.686000', '220024.688000', '220024.691000', '220024.694000', '220024.696000', '220024.699000', '220024.701000', '220024.704000', '220024.707000', '220024.709000', '220024.712000', '220024.716000', '220024.719000', '220024.722000', '220024.724000', '220024.727000', '220024.729000', '220024.732000', '220024.735000', '220024.737000', '220024.740000', '220024.742000', '220024.745000', '220044.572000', '220044.575000', '220044.578000', '220044.580000', '220044.583000', '220044.586000', '220044.588000', '220044.591000', '220044.593000', '220044.596000', '220044.599000', '220044.601000', '220044.604000', '220044.607000', '220044.609000', '220044.612000', '220044.614000', '220044.617000', '220044.620000', '220044.622000', '220044.625000', '220044.627000', '220044.630000', '220044.633000', '220044.635000', '220044.638000', '220044.640000', '220044.643000', '220044.645000', '220044.648000', '220044.650000', '220044.653000', '220044.656000', '220044.658000', '220044.661000', '220044.663000', '220044.671000', '220044.674000', '220044.676000', '220044.679000', '220044.681000', '220044.684000', '220044.686000', '220104.572000', '220104.575000', '220104.578000', '220104.580000', '220104.583000', '220104.585000', '220104.588000', '220104.591000', '220104.593000', '220104.596000', '220104.598000', '220104.601000', '220104.604000', '220104.607000', '220104.610000', '220104.612000', '220104.615000', '220104.617000', '220104.620000', '220104.623000', '220104.625000', '220104.628000', '220104.630000', '220104.633000', '220104.636000', '220104.638000', '220104.641000', '220104.649000', '220104.652000', '220104.655000', '220104.657000', '220104.660000', '220104.663000', '220104.665000', '220104.668000', '220104.671000', '220104.673000', '220104.676000', '220104.679000', '220104.681000', '220104.684000', '220104.686000', '220104.689000', '220104.692000', '220124.572000', '220124.575000', '220124.578000', '220124.581000', '220124.583000', '220124.586000', '220124.588000', '220124.591000', '220124.594000', '220124.596000', '220124.599000', '220124.602000', '220124.604000', '220124.607000', '220124.613000', '220124.616000', '220124.618000', '220124.621000', '220124.624000', '220124.626000', '220124.629000', '220124.631000', '220124.634000', '220124.636000', '220124.639000', '220124.642000', '220124.644000', '220124.647000', '220124.649000', '220124.652000', '220124.654000', '220124.657000', '220124.660000', '220124.662000', '220124.665000', '220124.667000', '220124.670000', '220124.672000', '220124.675000', '220124.678000', '220124.680000', '220124.683000', '220124.685000', '220144.573000', '220144.576000', '220144.583000', '220144.586000', '220144.612000', '220144.615000', '220144.617000', '220144.620000', '220144.622000', '220144.625000', '220144.627000', '220144.630000', '220144.633000', '220144.635000', '220144.638000', '220144.641000', '220144.643000', '220144.646000', '220144.649000', '220144.651000', '220144.654000', '220144.656000', '220144.659000', '220144.661000', '220144.664000', '220144.667000', '220144.669000', '220144.672000', '220144.675000', '220144.677000', '220144.680000', '220144.682000', '220144.685000', '220144.688000', '220144.690000', '220144.693000', '220144.695000', '220144.698000', '220144.700000', '220144.703000', '220144.705000', '220144.708000', '220144.711000', '220204.572000', '220204.575000', '220204.578000', '220204.580000', '220204.583000', '220204.586000', '220204.588000', '220204.591000', '220204.593000', '220204.596000', '220204.599000', '220204.601000', '220204.604000', '220204.606000', '220204.609000', '220204.612000', '220204.614000', '220204.617000', '220204.620000', '220204.622000', '220204.625000', '220204.627000', '220204.658000', '220204.661000', '220204.663000', '220204.666000', '220204.668000', '220204.671000', '220204.674000', '220204.676000', '220204.679000', '220204.681000', '220204.684000', '220204.687000', '220204.689000', '220204.692000', '220204.695000', '220204.697000', '220204.700000', '220204.703000', '220204.705000', '220204.708000', '220204.710000', '220204.713000', '220224.573000', '220224.576000', '220224.579000', '220224.582000', '220224.584000', '220224.587000', '220224.589000', '220224.592000', '220224.594000', '220224.597000', '220224.600000', '220224.602000', '220224.605000', '220224.609000', '220224.612000', '220224.614000', '220224.617000', '220224.620000', '220224.622000', '220224.625000', '220224.627000', '220224.630000', '220224.633000', '220224.635000', '220224.638000', '220224.640000', '220224.645000', '220224.648000', '220224.650000', '220224.653000', '220224.656000', '220224.658000', '220224.661000', '220224.664000', '220224.666000', '220224.669000', '220224.671000', '220224.674000', '220224.677000', '220224.679000', '220224.682000', '220224.684000', '220224.687000', '220244.573000', '220244.576000', '220244.579000', '220244.582000', '220244.584000', '220244.587000', '220244.589000', '220244.592000', '220244.594000', '220244.597000', '220244.600000', '220244.602000', '220244.605000', '220244.608000', '220244.610000', '220244.613000', '220244.616000', '220244.618000', '220244.621000', '220244.624000', '220244.626000', '220244.629000', '220244.631000', '220244.634000', '220244.636000', '220244.644000', '220244.646000', '220244.649000', '220244.651000', '220244.654000', '220244.657000', '220244.659000', '220244.662000', '220244.664000', '220244.667000', '220244.670000', '220244.672000', '220244.675000', '220244.677000', '220244.680000', '220244.682000', '220244.685000', '220244.687000', '220244.690000', '220304.573000', '220304.576000', '220304.578000', '220304.581000', '220304.583000', '220304.586000', '220304.589000', '220304.591000', '220304.594000', '220304.596000', '220304.599000', '220304.602000', '220304.604000', '220304.607000', '220304.610000', '220304.612000', '220304.615000', '220304.618000', '220304.620000', '220304.623000', '220304.625000', '220304.628000', '220304.631000', '220304.633000', '220304.636000', '220304.638000', '220304.641000', '220304.643000', '220304.646000', '220304.649000', '220304.651000', '220304.654000', '220304.657000', '220304.659000', '220304.662000', '220304.664000', '220304.667000', '220304.669000', '220304.672000', '220304.675000', '220304.677000', '220304.680000', '220304.683000', '220324.573000', '220324.575000', '220324.578000', '220324.581000', '220324.583000', '220324.586000', '220324.588000', '220324.591000', '220324.594000', '220324.596000', '220324.599000', '220324.601000', '220324.604000', '220324.607000', '220324.609000', '220324.612000', '220324.615000', '220324.617000', '220324.620000', '220324.622000', '220324.625000', '220324.628000', '220324.630000', '220324.633000', '220324.635000', '220324.638000', '220324.641000', '220324.643000', '220324.646000', '220324.648000', '220324.651000', '220324.654000', '220324.656000', '220324.659000', '220324.661000', '220324.664000', '220324.667000', '220324.669000', '220324.672000', '220324.674000', '220324.677000', '220324.680000', '220324.682000', '220324.685000', '220344.572000', '220344.575000', '220344.578000', '220344.580000', '220344.583000', '220344.586000', '220344.588000', '220344.591000', '220344.593000', '220344.596000', '220344.599000', '220344.601000', '220344.604000', '220344.607000', '220344.609000', '220344.612000', '220344.614000', '220344.617000', '220344.620000', '220344.622000', '220344.625000', '220344.627000', '220344.630000', '220344.632000', '220344.635000', '220344.638000', '220344.640000', '220344.643000', '220344.646000', '220344.648000', '220344.651000', '220344.653000', '220344.656000', '220344.659000', '220344.661000', '220344.664000', '220344.666000', '220344.669000', '220344.672000', '220344.674000', '220344.677000', '220344.679000', '220344.683000', '220404.572000', '220404.575000', '220404.578000', '220404.581000', '220404.583000', '220404.586000', '220404.588000', '220404.591000', '220404.594000', '220404.596000', '220404.599000', '220404.602000', '220404.604000', '220404.607000', '220404.610000', '220404.612000', '220404.615000', '220404.617000', '220404.620000', '220404.623000', '220404.625000', '220404.628000', '220404.630000', '220404.633000', '220404.636000', '220404.638000', '220404.641000', '220404.643000', '220404.646000', '220404.649000', '220404.651000', '220404.654000', '220404.656000', '220404.659000', '220404.662000', '220404.664000', '220404.667000', '220404.669000', '220404.672000', '220404.675000', '220404.677000', '220404.680000', '220404.683000', '220404.685000', '220424.573000', '220424.575000', '220424.578000', '220424.581000', '220424.583000', '220424.586000', '220424.589000', '220424.591000', '220424.594000', '220424.596000', '220424.599000', '220424.602000', '220424.604000', '220424.607000', '220424.610000', '220424.612000', '220424.615000', '220424.618000', '220424.620000', '220424.623000', '220424.626000', '220424.628000', '220424.631000', '220424.634000', '220424.637000', '220424.640000', '220424.643000', '220424.646000', '220424.648000', '220424.651000', '220424.653000', '220424.656000', '220424.659000', '220424.661000', '220424.664000', '220424.666000', '220424.669000', '220424.671000', '220424.674000', '220424.677000', '220424.679000', '220424.682000', '220424.684000', '220444.573000', '220444.576000', '220444.579000', '220444.581000', '220444.584000', '220444.587000', '220444.589000', '220444.592000', '220444.594000', '220444.597000', '220444.600000', '220444.617000', '220444.620000', '220444.622000', '220444.625000', '220444.628000', '220444.630000', '220444.633000', '220444.635000', '220444.638000', '220444.641000', '220444.643000', '220444.646000', '220444.649000', '220444.651000', '220444.654000', '220444.657000', '220444.659000', '220444.662000', '220444.665000', '220444.667000', '220444.670000', '220444.672000', '220444.675000', '220444.677000', '220444.680000', '220444.683000', '220444.685000', '220444.688000', '220444.691000', '220444.693000', '220444.696000', '220444.698000', '220444.701000', '220504.573000', '220504.576000', '220504.579000', '220504.581000', '220504.584000', '220504.587000', '220504.589000', '220504.592000', '220504.594000', '220504.597000', '220504.600000', '220504.602000', '220504.605000', '220504.608000', '220504.610000', '220504.613000', '220504.616000', '220504.618000', '220504.621000', '220504.624000', '220504.626000', '220504.629000', '220504.631000', '220504.634000', '220504.637000', '220504.639000', '220504.642000', '220504.644000', '220504.647000', '220504.650000', '220504.652000', '220504.655000', '220504.657000', '220504.660000', '220504.663000', '220504.665000', '220504.668000', '220504.670000', '220504.673000', '220504.676000', '220504.678000', '220504.681000', '220504.684000', '220524.573000', '220524.575000', '220524.578000', '220524.581000', '220524.583000', '220524.586000', '220524.589000', '220524.591000', '220524.594000', '220524.597000', '220524.599000', '220524.602000', '220524.605000', '220524.607000', '220524.610000', '220524.612000', '220524.615000', '220524.618000', '220524.620000', '220524.623000', '220524.625000', '220524.628000', '220524.631000', '220524.633000', '220524.636000', '220524.638000', '220524.641000', '220524.644000', '220524.646000', '220524.651000', '220524.653000', '220524.656000', '220524.659000', '220524.661000', '220524.664000', '220524.666000', '220524.669000', '220524.671000', '220524.674000', '220524.677000', '220524.679000', '220524.682000', '220524.684000', '220524.687000', '220544.573000', '220544.576000', '220544.578000', '220544.581000', '220544.583000', '220544.586000', '220544.589000', '220544.591000', '220544.594000', '220544.596000', '220544.599000', '220544.602000', '220544.604000', '220544.607000', '220544.610000', '220544.612000', '220544.615000', '220544.617000', '220544.620000', '220544.623000', '220544.625000', '220544.628000', '220544.631000', '220544.633000', '220544.636000', '220544.638000', '220544.641000', '220544.643000', '220544.646000', '220544.649000', '220544.651000', '220544.654000', '220544.656000', '220544.659000', '220544.662000', '220544.664000', '220544.667000', '220544.669000', '220544.672000', '220544.675000', '220544.677000', '220544.680000', '220544.682000', '220604.573000', '220604.576000', '220604.578000', '220604.581000', '220604.584000', '220604.586000', '220604.589000', '220604.591000', '220604.594000', '220604.597000', '220604.599000', '220604.602000', '220604.605000', '220604.607000', '220604.610000', '220604.612000', '220604.615000', '220604.618000', '220604.620000', '220604.623000', '220604.626000', '220604.628000', '220604.631000', '220604.634000', '220604.636000', '220604.639000', '220604.641000', '220604.644000', '220604.647000', '220604.649000', '220604.652000', '220604.654000', '220604.657000', '220604.660000', '220604.662000', '220604.665000', '220604.711000', '220604.714000', '220604.716000', '220604.719000', '220604.721000', '220604.724000', '220604.727000', '220604.729000', '220624.572000', '220624.575000', '220624.578000', '220624.581000', '220624.583000', '220624.586000', '220624.588000', '220624.591000', '220624.594000', '220624.596000', '220624.599000', '220624.602000', '220624.604000', '220624.607000', '220624.609000', '220624.612000', '220624.615000', '220624.617000', '220624.620000', '220624.623000', '220624.625000', '220624.628000', '220624.630000', '220624.633000', '220624.635000', '220624.638000', '220624.641000', '220624.643000', '220624.646000', '220624.648000', '220624.651000', '220624.654000', '220624.656000', '220624.659000', '220624.661000', '220624.664000', '220624.667000', '220624.669000', '220624.672000', '220624.674000', '220624.677000', '220624.680000', '220624.682000', '220644.572000', '220644.575000', '220644.578000', '220644.581000', '220644.583000', '220644.586000', '220644.588000', '220644.591000', '220644.594000', '220644.596000', '220644.599000', '220644.602000', '220644.604000', '220644.607000', '220644.610000', '220644.612000', '220644.615000', '220644.618000', '220644.620000', '220644.623000', '220644.626000', '220644.628000', '220644.631000', '220644.633000', '220644.636000', '220644.639000', '220644.641000', '220644.644000', '220644.646000', '220644.649000', '220644.652000', '220644.654000', '220644.657000', '220644.659000', '220644.662000', '220644.665000', '220644.667000', '220644.670000', '220644.672000', '220644.675000', '220644.678000', '220644.680000', '220644.683000', '220644.685000', '220704.574000', '220704.576000', '220704.579000', '220704.582000', '220704.584000', '220704.587000', '220704.590000', '220704.592000', '220704.595000', '220704.597000', '220704.600000', '220704.603000', '220704.605000', '220704.608000', '220704.610000', '220704.613000', '220704.616000', '220704.618000', '220704.621000', '220704.624000', '220704.626000', '220704.629000', '220704.632000', '220704.634000', '220704.637000', '220704.639000', '220704.642000', '220704.645000', '220704.647000', '220704.650000', '220704.653000', '220704.655000', '220704.658000', '220704.661000', '220704.663000', '220704.666000', '220704.668000', '220704.671000', '220704.674000', '220704.676000', '220704.679000', '220704.682000', '220704.684000', '220707.942000', '220707.945000', '220707.947000', '220707.950000', '220707.952000', '220707.955000', '220707.958000', '220707.960000'], 'InstanceCreationTime': ['220024.611000', '220024.614000', '220024.617000', '220024.620000', '220024.622000', '220024.625000', '220024.627000', '220024.630000', '220024.633000', '220024.635000', '220024.644000', '220024.647000', '220024.650000', '220024.652000', '220024.655000', '220024.657000', '220024.660000', '220024.663000', '220024.665000', '220024.668000', '220024.670000', '220024.673000', '220024.675000', '220024.678000', '220024.681000', '220024.683000', '220024.686000', '220024.688000', '220024.691000', '220024.694000', '220024.696000', '220024.699000', '220024.701000', '220024.704000', '220024.707000', '220024.709000', '220024.712000', '220024.716000', '220024.719000', '220024.722000', '220024.724000', '220024.727000', '220024.729000', '220024.732000', '220024.735000', '220024.737000', '220024.740000', '220024.742000', '220024.745000', '220044.572000', '220044.575000', '220044.578000', '220044.580000', '220044.583000', '220044.586000', '220044.588000', '220044.591000', '220044.593000', '220044.596000', '220044.599000', '220044.601000', '220044.604000', '220044.607000', '220044.609000', '220044.612000', '220044.614000', '220044.617000', '220044.620000', '220044.622000', '220044.625000', '220044.627000', '220044.630000', '220044.633000', '220044.635000', '220044.638000', '220044.640000', '220044.643000', '220044.645000', '220044.648000', '220044.650000', '220044.653000', '220044.656000', '220044.658000', '220044.661000', '220044.663000', '220044.671000', '220044.674000', '220044.676000', '220044.679000', '220044.681000', '220044.684000', '220044.686000', '220104.572000', '220104.575000', '220104.578000', '220104.580000', '220104.583000', '220104.585000', '220104.588000', '220104.591000', '220104.593000', '220104.596000', '220104.598000', '220104.601000', '220104.604000', '220104.607000', '220104.610000', '220104.612000', '220104.615000', '220104.617000', '220104.620000', '220104.623000', '220104.625000', '220104.628000', '220104.630000', '220104.633000', '220104.636000', '220104.638000', '220104.641000', '220104.649000', '220104.652000', '220104.655000', '220104.657000', '220104.660000', '220104.663000', '220104.665000', '220104.668000', '220104.671000', '220104.673000', '220104.676000', '220104.679000', '220104.681000', '220104.684000', '220104.686000', '220104.689000', '220104.692000', '220124.572000', '220124.575000', '220124.578000', '220124.581000', '220124.583000', '220124.586000', '220124.588000', '220124.591000', '220124.594000', '220124.596000', '220124.599000', '220124.602000', '220124.604000', '220124.607000', '220124.613000', '220124.616000', '220124.618000', '220124.621000', '220124.624000', '220124.626000', '220124.629000', '220124.631000', '220124.634000', '220124.636000', '220124.639000', '220124.642000', '220124.644000', '220124.647000', '220124.649000', '220124.652000', '220124.654000', '220124.657000', '220124.660000', '220124.662000', '220124.665000', '220124.667000', '220124.670000', '220124.672000', '220124.675000', '220124.678000', '220124.680000', '220124.683000', '220124.685000', '220144.573000', '220144.576000', '220144.583000', '220144.586000', '220144.612000', '220144.615000', '220144.617000', '220144.620000', '220144.622000', '220144.625000', '220144.627000', '220144.630000', '220144.633000', '220144.635000', '220144.638000', '220144.641000', '220144.643000', '220144.646000', '220144.649000', '220144.651000', '220144.654000', '220144.656000', '220144.659000', '220144.661000', '220144.664000', '220144.667000', '220144.669000', '220144.672000', '220144.675000', '220144.677000', '220144.680000', '220144.682000', '220144.685000', '220144.688000', '220144.690000', '220144.693000', '220144.695000', '220144.698000', '220144.700000', '220144.703000', '220144.705000', '220144.708000', '220144.711000', '220204.572000', '220204.575000', '220204.578000', '220204.580000', '220204.583000', '220204.586000', '220204.588000', '220204.591000', '220204.593000', '220204.596000', '220204.599000', '220204.601000', '220204.604000', '220204.606000', '220204.609000', '220204.612000', '220204.614000', '220204.617000', '220204.620000', '220204.622000', '220204.625000', '220204.627000', '220204.658000', '220204.661000', '220204.663000', '220204.666000', '220204.668000', '220204.671000', '220204.674000', '220204.676000', '220204.679000', '220204.681000', '220204.684000', '220204.687000', '220204.689000', '220204.692000', '220204.695000', '220204.697000', '220204.700000', '220204.703000', '220204.705000', '220204.708000', '220204.710000', '220204.713000', '220224.573000', '220224.576000', '220224.579000', '220224.582000', '220224.584000', '220224.587000', '220224.589000', '220224.592000', '220224.594000', '220224.597000', '220224.600000', '220224.602000', '220224.605000', '220224.609000', '220224.612000', '220224.614000', '220224.617000', '220224.620000', '220224.622000', '220224.625000', '220224.627000', '220224.630000', '220224.633000', '220224.635000', '220224.638000', '220224.640000', '220224.645000', '220224.648000', '220224.650000', '220224.653000', '220224.656000', '220224.658000', '220224.661000', '220224.664000', '220224.666000', '220224.669000', '220224.671000', '220224.674000', '220224.677000', '220224.679000', '220224.682000', '220224.684000', '220224.687000', '220244.573000', '220244.576000', '220244.579000', '220244.582000', '220244.584000', '220244.587000', '220244.589000', '220244.592000', '220244.594000', '220244.597000', '220244.600000', '220244.602000', '220244.605000', '220244.608000', '220244.610000', '220244.613000', '220244.616000', '220244.618000', '220244.621000', '220244.624000', '220244.626000', '220244.629000', '220244.631000', '220244.634000', '220244.636000', '220244.644000', '220244.646000', '220244.649000', '220244.651000', '220244.654000', '220244.657000', '220244.659000', '220244.662000', '220244.664000', '220244.667000', '220244.670000', '220244.672000', '220244.675000', '220244.677000', '220244.680000', '220244.682000', '220244.685000', '220244.687000', '220244.690000', '220304.573000', '220304.576000', '220304.578000', '220304.581000', '220304.583000', '220304.586000', '220304.589000', '220304.591000', '220304.594000', '220304.596000', '220304.599000', '220304.602000', '220304.604000', '220304.607000', '220304.610000', '220304.612000', '220304.615000', '220304.618000', '220304.620000', '220304.623000', '220304.625000', '220304.628000', '220304.631000', '220304.633000', '220304.636000', '220304.638000', '220304.641000', '220304.643000', '220304.646000', '220304.649000', '220304.651000', '220304.654000', '220304.657000', '220304.659000', '220304.662000', '220304.664000', '220304.667000', '220304.669000', '220304.672000', '220304.675000', '220304.677000', '220304.680000', '220304.683000', '220324.573000', '220324.575000', '220324.578000', '220324.581000', '220324.583000', '220324.586000', '220324.588000', '220324.591000', '220324.594000', '220324.596000', '220324.599000', '220324.601000', '220324.604000', '220324.607000', '220324.609000', '220324.612000', '220324.615000', '220324.617000', '220324.620000', '220324.622000', '220324.625000', '220324.628000', '220324.630000', '220324.633000', '220324.635000', '220324.638000', '220324.641000', '220324.643000', '220324.646000', '220324.648000', '220324.651000', '220324.654000', '220324.656000', '220324.659000', '220324.661000', '220324.664000', '220324.667000', '220324.669000', '220324.672000', '220324.674000', '220324.677000', '220324.680000', '220324.682000', '220324.685000', '220344.572000', '220344.575000', '220344.578000', '220344.580000', '220344.583000', '220344.586000', '220344.588000', '220344.591000', '220344.593000', '220344.596000', '220344.599000', '220344.601000', '220344.604000', '220344.607000', '220344.609000', '220344.612000', '220344.614000', '220344.617000', '220344.620000', '220344.622000', '220344.625000', '220344.627000', '220344.630000', '220344.632000', '220344.635000', '220344.638000', '220344.640000', '220344.643000', '220344.646000', '220344.648000', '220344.651000', '220344.653000', '220344.656000', '220344.659000', '220344.661000', '220344.664000', '220344.666000', '220344.669000', '220344.672000', '220344.674000', '220344.677000', '220344.679000', '220344.683000', '220404.572000', '220404.575000', '220404.578000', '220404.581000', '220404.583000', '220404.586000', '220404.588000', '220404.591000', '220404.594000', '220404.596000', '220404.599000', '220404.602000', '220404.604000', '220404.607000', '220404.610000', '220404.612000', '220404.615000', '220404.617000', '220404.620000', '220404.623000', '220404.625000', '220404.628000', '220404.630000', '220404.633000', '220404.636000', '220404.638000', '220404.641000', '220404.643000', '220404.646000', '220404.649000', '220404.651000', '220404.654000', '220404.656000', '220404.659000', '220404.662000', '220404.664000', '220404.667000', '220404.669000', '220404.672000', '220404.675000', '220404.677000', '220404.680000', '220404.683000', '220404.685000', '220424.573000', '220424.575000', '220424.578000', '220424.581000', '220424.583000', '220424.586000', '220424.589000', '220424.591000', '220424.594000', '220424.596000', '220424.599000', '220424.602000', '220424.604000', '220424.607000', '220424.610000', '220424.612000', '220424.615000', '220424.618000', '220424.620000', '220424.623000', '220424.626000', '220424.628000', '220424.631000', '220424.634000', '220424.637000', '220424.640000', '220424.643000', '220424.646000', '220424.648000', '220424.651000', '220424.653000', '220424.656000', '220424.659000', '220424.661000', '220424.664000', '220424.666000', '220424.669000', '220424.671000', '220424.674000', '220424.677000', '220424.679000', '220424.682000', '220424.684000', '220444.573000', '220444.576000', '220444.579000', '220444.581000', '220444.584000', '220444.587000', '220444.589000', '220444.592000', '220444.594000', '220444.597000', '220444.600000', '220444.617000', '220444.620000', '220444.622000', '220444.625000', '220444.628000', '220444.630000', '220444.633000', '220444.635000', '220444.638000', '220444.641000', '220444.643000', '220444.646000', '220444.649000', '220444.651000', '220444.654000', '220444.657000', '220444.659000', '220444.662000', '220444.665000', '220444.667000', '220444.670000', '220444.672000', '220444.675000', '220444.677000', '220444.680000', '220444.683000', '220444.685000', '220444.688000', '220444.691000', '220444.693000', '220444.696000', '220444.698000', '220444.701000', '220504.573000', '220504.576000', '220504.579000', '220504.581000', '220504.584000', '220504.587000', '220504.589000', '220504.592000', '220504.594000', '220504.597000', '220504.600000', '220504.602000', '220504.605000', '220504.608000', '220504.610000', '220504.613000', '220504.616000', '220504.618000', '220504.621000', '220504.624000', '220504.626000', '220504.629000', '220504.631000', '220504.634000', '220504.637000', '220504.639000', '220504.642000', '220504.644000', '220504.647000', '220504.650000', '220504.652000', '220504.655000', '220504.657000', '220504.660000', '220504.663000', '220504.665000', '220504.668000', '220504.670000', '220504.673000', '220504.676000', '220504.678000', '220504.681000', '220504.684000', '220524.573000', '220524.575000', '220524.578000', '220524.581000', '220524.583000', '220524.586000', '220524.589000', '220524.591000', '220524.594000', '220524.597000', '220524.599000', '220524.602000', '220524.605000', '220524.607000', '220524.610000', '220524.612000', '220524.615000', '220524.618000', '220524.620000', '220524.623000', '220524.625000', '220524.628000', '220524.631000', '220524.633000', '220524.636000', '220524.638000', '220524.641000', '220524.644000', '220524.646000', '220524.651000', '220524.653000', '220524.656000', '220524.659000', '220524.661000', '220524.664000', '220524.666000', '220524.669000', '220524.671000', '220524.674000', '220524.677000', '220524.679000', '220524.682000', '220524.684000', '220524.687000', '220544.573000', '220544.576000', '220544.578000', '220544.581000', '220544.583000', '220544.586000', '220544.589000', '220544.591000', '220544.594000', '220544.596000', '220544.599000', '220544.602000', '220544.604000', '220544.607000', '220544.610000', '220544.612000', '220544.615000', '220544.617000', '220544.620000', '220544.623000', '220544.625000', '220544.628000', '220544.631000', '220544.633000', '220544.636000', '220544.638000', '220544.641000', '220544.643000', '220544.646000', '220544.649000', '220544.651000', '220544.654000', '220544.656000', '220544.659000', '220544.662000', '220544.664000', '220544.667000', '220544.669000', '220544.672000', '220544.675000', '220544.677000', '220544.680000', '220544.682000', '220604.573000', '220604.576000', '220604.578000', '220604.581000', '220604.584000', '220604.586000', '220604.589000', '220604.591000', '220604.594000', '220604.597000', '220604.599000', '220604.602000', '220604.605000', '220604.607000', '220604.610000', '220604.612000', '220604.615000', '220604.618000', '220604.620000', '220604.623000', '220604.626000', '220604.628000', '220604.631000', '220604.634000', '220604.636000', '220604.639000', '220604.641000', '220604.644000', '220604.647000', '220604.649000', '220604.652000', '220604.654000', '220604.657000', '220604.660000', '220604.662000', '220604.665000', '220604.711000', '220604.714000', '220604.716000', '220604.719000', '220604.721000', '220604.724000', '220604.727000', '220604.729000', '220624.572000', '220624.575000', '220624.578000', '220624.581000', '220624.583000', '220624.586000', '220624.588000', '220624.591000', '220624.594000', '220624.596000', '220624.599000', '220624.602000', '220624.604000', '220624.607000', '220624.609000', '220624.612000', '220624.615000', '220624.617000', '220624.620000', '220624.623000', '220624.625000', '220624.628000', '220624.630000', '220624.633000', '220624.635000', '220624.638000', '220624.641000', '220624.643000', '220624.646000', '220624.648000', '220624.651000', '220624.654000', '220624.656000', '220624.659000', '220624.661000', '220624.664000', '220624.667000', '220624.669000', '220624.672000', '220624.674000', '220624.677000', '220624.680000', '220624.682000', '220644.572000', '220644.575000', '220644.578000', '220644.581000', '220644.583000', '220644.586000', '220644.588000', '220644.591000', '220644.594000', '220644.596000', '220644.599000', '220644.602000', '220644.604000', '220644.607000', '220644.610000', '220644.612000', '220644.615000', '220644.618000', '220644.620000', '220644.623000', '220644.626000', '220644.628000', '220644.631000', '220644.633000', '220644.636000', '220644.639000', '220644.641000', '220644.644000', '220644.646000', '220644.649000', '220644.652000', '220644.654000', '220644.657000', '220644.659000', '220644.662000', '220644.665000', '220644.667000', '220644.670000', '220644.672000', '220644.675000', '220644.678000', '220644.680000', '220644.683000', '220644.685000', '220704.574000', '220704.576000', '220704.579000', '220704.582000', '220704.584000', '220704.587000', '220704.590000', '220704.592000', '220704.595000', '220704.597000', '220704.600000', '220704.603000', '220704.605000', '220704.608000', '220704.610000', '220704.613000', '220704.616000', '220704.618000', '220704.621000', '220704.624000', '220704.626000', '220704.629000', '220704.632000', '220704.634000', '220704.637000', '220704.639000', '220704.642000', '220704.645000', '220704.647000', '220704.650000', '220704.653000', '220704.655000', '220704.658000', '220704.661000', '220704.663000', '220704.666000', '220704.668000', '220704.671000', '220704.674000', '220704.676000', '220704.679000', '220704.682000', '220704.684000', '220707.942000', '220707.945000', '220707.947000', '220707.950000', '220707.952000', '220707.955000', '220707.958000', '220707.960000'], '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': [15464, 13082, 10522, 14417, 9004, 14375, 10730, 14521, 13236, 13554, 11645, 13552, 11946, 14278, 13937, 10885, 14041, 10142, 14048, 11897, 14841, 13760, 15428, 13611, 14382, 13868, 16686, 13095, 13464, 12861, 13208, 12408, 11410, 14171, 10719, 13857, 10699, 14396, 14032, 14944, 13302, 13137, 12868, 14682, 13816, 10662, 13983, 11165, 14265, 9949, 15555, 13993, 15251, 12359, 14411, 12181, 13696, 13651, 10727, 13875, 10881, 15343, 11881, 15391, 14008, 13454, 13237, 15750, 12936, 12899, 12024, 11508, 13817, 11829, 14579, 10774, 14369, 13347, 13420, 13359, 14947, 13727, 16497, 12792, 13794, 11484, 13609, 12136, 13885, 12241, 9980, 13744, 10717, 13432, 9552, 15000, 13920, 13899, 13298, 14203, 13479, 16984, 12806, 10387, 12248, 12122, 13816, 13791, 13405, 10332, 14138, 10950, 14182, 11359, 14391, 12607, 15750, 13698, 13973, 12359, 16516, 12355, 14128, 11988, 12708, 13493, 14490, 12266, 15256, 11892, 11070, 13405, 11213, 14307, 11988, 15436, 10897, 12944, 12519, 14766, 12442, 17889, 12984, 10924, 12374, 11306, 13741, 12868, 14749, 10168, 13626, 12533, 13858, 13643, 15595, 13890, 15001, 13538, 13875, 12235, 15833, 13122, 16432, 11232, 14597, 10728, 15205, 11913, 11133, 13177, 10305, 13555, 11776, 15105, 9396, 13124, 11845, 12855, 13318, 15155, 13323, 15566, 12360, 13808, 11447, 15454, 12767, 9948, 12878, 10446, 12843, 9506, 14974, 13596, 13909, 12583, 14658, 11397, 14196, 12253, 10429, 12994, 9572, 14284, 11464, 16264, 12660, 12732, 10966, 14340, 14211, 11422, 14129, 11268, 13105, 12147, 15394, 12268, 10929, 12413, 9456, 13429, 10776, 16562, 12147, 12550, 12054, 11996, 13805, 9746, 14811, 12873, 13304, 12163, 13741, 15891, 9689, 13578, 12798, 14759, 12294, 14858, 11343, 10136, 12615, 10322, 14194, 13501, 13454, 11741, 10833, 13201, 11078, 15681, 12724, 16284, 12142, 13268, 11484, 14669, 14780, 10244, 12351, 9623, 13133, 11693, 15382, 12871, 13004, 10771, 12856, 12427, 14368, 13853, 10524, 12629, 11053, 12720, 11760, 13610, 9881, 12511, 9793, 12809, 9982, 13708, 9714, 13477, 11165, 12781, 10071, 13981, 10150, 15199, 11990, 12822, 11937, 13813, 10987, 14773, 12964, 14756, 12843, 13668, 12383, 14757, 12975, 15861, 11251, 12306, 10890, 14012, 12920, 14047, 14214, 10300, 12408, 11017, 12818, 13513, 14645, 10271, 13345, 10668, 13446, 13250, 13010, 12593, 13227, 11250, 13548, 13162, 13468, 13797, 13525, 10315, 13038, 10838, 13094, 11178, 14804, 12854, 13380, 13287, 13863, 13361, 15460, 12725, 15533, 13313, 13962, 12181, 15384, 12552, 15997, 11761, 12893, 9708, 12740, 12369, 14096, 15608, 10564, 13380, 10112, 14576, 10630, 16222, 10627, 14516, 12965, 13878, 12724, 16329, 12417, 15338, 13174, 12936, 12021, 14086, 13044, 15436, 12962, 14800, 11969, 14400, 12718, 16465, 12749, 16583, 12507, 13509, 12965, 15698, 12930, 14688, 13359, 15117, 10107, 15507, 10201, 12418, 10391, 13167, 12388, 13642, 10706, 13586, 11310, 13984, 14269, 14316, 10287, 13916, 10150, 13512, 13383, 14553, 13698, 12536, 12845, 14073, 13067, 17727, 13001, 14621, 12608, 14675, 12286, 17818, 13719, 13504, 10894, 12509, 11872, 14154, 14044, 10910, 13924, 10476, 13497, 13284, 16020, 13498, 13983, 12375, 14346, 12565, 16585, 13812, 11857, 11878, 13645, 12725, 16561, 13782, 12850, 11375, 12938, 11672, 14114, 11565, 15770, 11762, 9742, 13035, 10406, 13480, 12960, 14996, 9593, 13207, 12956, 14461, 13119, 14021, 12401, 10479, 14316, 13254, 14322, 14373, 14864, 11176, 13981, 12998, 14035, 15779, 15002, 10922, 13257, 13119, 12988, 16146, 12968, 13388, 11469, 12863, 12320, 14255, 13144, 13665, 13562, 11342, 13533, 11552, 14091, 12129, 15459, 9923, 12657, 12313, 15829, 12974, 15082, 11801, 11475, 12951, 11668, 12963, 15076, 12292, 13533, 12898, 11117, 13806, 12732, 11328, 9573, 14702, 12478, 11454, 12124, 14922, 13161, 10840, 11989, 14153, 15473, 9540, 13921, 12969, 12828, 15659, 14200, 15787, 13778, 15075, 12334, 15032, 12099, 9544, 9183, 10773, 13842, 12045, 16184, 13548, 14334, 14451, 14715, 12821, 14696, 13225, 10698, 13888, 10984, 13705, 10272, 15640, 14428, 13221, 11899, 13755, 14115, 13896, 15376, 10870, 17014, 13277, 12271, 14710, 14123, 16917, 12686, 13984, 11916, 13840, 15958, 13310, 15415, 8757, 11667, 9865, 13956, 14132, 14287, 10892, 11826, 13641, 12093, 15439, 9473, 14014, 10884, 14255, 10993, 14619, 12355, 15226, 10871, 12447, 10270, 13470, 11438, 15048, 9327, 13473, 9295, 11984, 11952, 13598, 11288, 14709, 13220, 13176, 14637, 12384, 16212, 12742, 15292, 14147, 12725, 9541, 15248, 11075, 14279, 12678, 12050, 14051, 11576, 13531, 11670, 13006, 12355, 15118, 12419, 13897, 13244, 13977, 12551, 16828, 12418, 17384, 12801, 14559, 12854, 14733, 12762, 15837, 11990, 14291, 8575, 12435, 10922, 14760, 10972, 14833, 8427, 12483, 8684, 13295, 10011, 14929, 13463, 13824, 13201, 14766, 12959, 14710, 11473, 14259, 11650, 16673, 13253, 13961, 10663, 15063, 11965, 16321, 13327, 13724, 12060, 12486, 11946, 15364, 9321, 14047, 12397, 12432, 9734, 14933, 11714, 14378, 13065, 17017, 11769, 15269, 13804, 15775, 11777, 13040, 10990, 15665, 13561, 15262, 11177, 10333, 12833, 11137, 16144, 10260, 15926, 13594, 14234, 12603, 15518, 12974, 16167, 12675, 15117, 10440, 14084, 10134, 16994, 12098, 14189, 11024, 11471, 12928, 11958, 15236, 10809, 15808, 10090, 13173, 11233, 15120, 13391, 15645, 11670, 14293, 10738, 16525, 11767, 15873, 11696, 12021, 11356, 12392, 13578, 13234, 14609, 10762, 13853, 9119, 14108, 9965, 15025, 13408, 14187, 13511, 17057, 12327, 16135, 11970, 13127, 11300, 13971, 12631, 15728, 12224, 13526, 11360, 11354, 12930, 12955, 14050, 11310, 14067, 11293, 13584, 12003, 15306, 10687, 13576, 11169, 13754, 12446, 15036, 11513, 13724, 12929, 14107, 15152, 13585, 13290, 10993, 17596, 13080, 15954, 13295, 14557, 12663, 12517, 12359, 14906, 12580, 14857, 13940, 13055, 13022, 14341, 13210, 14830, 14068, 13683, 13247, 14052, 10913, 15059, 13497, 13305, 11806, 13467, 9359, 14452, 10504, 13663, 11170, 13626, 9748, 14793, 9720, 13974, 10050, 13289, 10961, 13987, 11548, 14511, 10540, 13082, 9310, 13763, 10045, 15167, 14019, 16240, 13214, 14278, 13362, 15667, 12604, 15023, 12045, 16653, 12730, 15896, 12465, 14955, 9749, 10800, 9941, 13056, 12583, 15680, 10502, 12703, 11107, 13565, 14523, 13050, 12540, 13910, 10135, 13306, 10544, 15110, 10859, 15761, 14306, 13221, 13072, 14382, 13614, 16115, 13331, 16479, 12483, 15807, 12037, 16111, 12651, 16142, 11762, 14787, 10400, 14955, 13909, 9913, 12974, 11102, 13002, 13537, 14496, 11647, 12081, 13914, 11459, 15136, 13845, 11362, 16709, 13408, 10326], 'WindowCenter': [3817.0, 3793.0, 3768.0, 3788.0, 3744.0, 3775.0, 3766.0, 3776.0, 3776.0, 3775.0, 3765.0, 3773.0, 3766.0, 3775.0, 3776.0, 3765.0, 3774.0, 3754.0, 3777.0, 3778.0, 3787.0, 3788.0, 3786.0, 3788.0, 3776.0, 3777.0, 3788.0, 3778.0, 3776.0, 3776.0, 3775.0, 3767.0, 3765.0, 3777.0, 3766.0, 3778.0, 3766.0, 3787.0, 3789.0, 3788.0, 3789.0, 3776.0, 3777.0, 3788.0, 3776.0, 3766.0, 3776.0, 3766.0, 3788.0, 3755.0, 3786.0, 3776.0, 3786.0, 3777.0, 3776.0, 3777.0, 3776.0, 3775.0, 3765.0, 3775.0, 3766.0, 3787.0, 3766.0, 3776.0, 3776.0, 3774.0, 3777.0, 3786.0, 3766.0, 3765.0, 3765.0, 3763.0, 3775.0, 3763.0, 3776.0, 3754.0, 3775.0, 3776.0, 3774.0, 3775.0, 3774.0, 3775.0, 3786.0, 3764.0, 3773.0, 3765.0, 3774.0, 3765.0, 3774.0, 3764.0, 3754.0, 3775.0, 3764.0, 3776.0, 3755.0, 3774.0, 3776.0, 3775.0, 3777.0, 3775.0, 3778.0, 3787.0, 3777.0, 3754.0, 3776.0, 3775.0, 3776.0, 3776.0, 3777.0, 3755.0, 3776.0, 3766.0, 3776.0, 3765.0, 3777.0, 3766.0, 3787.0, 3777.0, 3775.0, 3778.0, 3787.0, 3778.0, 3775.0, 3766.0, 3774.0, 3776.0, 3775.0, 3766.0, 3774.0, 3765.0, 3764.0, 3775.0, 3753.0, 3777.0, 3765.0, 3775.0, 3764.0, 3764.0, 3766.0, 3775.0, 3765.0, 3786.0, 3776.0, 3765.0, 3776.0, 3764.0, 3775.0, 3776.0, 3788.0, 3755.0, 3776.0, 3778.0, 3776.0, 3777.0, 3788.0, 3777.0, 3776.0, 3776.0, 3774.0, 3765.0, 3774.0, 3765.0, 3774.0, 3754.0, 3772.0, 3754.0, 3773.0, 3753.0, 3753.0, 3764.0, 3752.0, 3765.0, 3765.0, 3776.0, 3743.0, 3762.0, 3763.0, 3763.0, 3775.0, 3775.0, 3775.0, 3775.0, 3765.0, 3763.0, 3765.0, 3775.0, 3764.0, 3742.0, 3763.0, 3752.0, 3764.0, 3743.0, 3773.0, 3775.0, 3773.0, 3765.0, 3774.0, 3765.0, 3773.0, 3764.0, 3753.0, 3764.0, 3753.0, 3776.0, 3765.0, 3775.0, 3765.0, 3764.0, 3753.0, 3773.0, 3775.0, 3753.0, 3773.0, 3763.0, 3761.0, 3765.0, 3774.0, 3764.0, 3753.0, 3763.0, 3742.0, 3764.0, 3753.0, 3774.0, 3765.0, 3762.0, 3763.0, 3763.0, 3775.0, 3755.0, 3776.0, 3775.0, 3775.0, 3765.0, 3775.0, 3786.0, 3754.0, 3773.0, 3763.0, 3774.0, 3764.0, 3774.0, 3753.0, 3752.0, 3764.0, 3753.0, 3774.0, 3775.0, 3775.0, 3765.0, 3764.0, 3776.0, 3765.0, 3775.0, 3765.0, 3784.0, 3765.0, 3762.0, 3765.0, 3774.0, 3774.0, 3752.0, 3762.0, 3752.0, 3762.0, 3764.0, 3774.0, 3765.0, 3773.0, 3764.0, 3762.0, 3765.0, 3773.0, 3774.0, 3752.0, 3764.0, 3753.0, 3763.0, 3763.0, 3775.0, 3754.0, 3762.0, 3754.0, 3763.0, 3756.0, 3775.0, 3753.0, 3773.0, 3763.0, 3764.0, 3754.0, 3775.0, 3753.0, 3773.0, 3763.0, 3762.0, 3764.0, 3763.0, 3754.0, 3774.0, 3764.0, 3774.0, 3776.0, 3773.0, 3764.0, 3773.0, 3776.0, 3773.0, 3765.0, 3763.0, 3764.0, 3773.0, 3775.0, 3775.0, 3775.0, 3754.0, 3763.0, 3753.0, 3765.0, 3763.0, 3775.0, 3753.0, 3775.0, 3754.0, 3776.0, 3774.0, 3775.0, 3764.0, 3775.0, 3764.0, 3776.0, 3774.0, 3776.0, 3775.0, 3776.0, 3753.0, 3775.0, 3764.0, 3777.0, 3766.0, 3775.0, 3777.0, 3776.0, 3776.0, 3774.0, 3778.0, 3786.0, 3765.0, 3774.0, 3776.0, 3774.0, 3765.0, 3773.0, 3764.0, 3774.0, 3765.0, 3763.0, 3753.0, 3764.0, 3766.0, 3775.0, 3786.0, 3754.0, 3774.0, 3754.0, 3775.0, 3753.0, 3776.0, 3754.0, 3773.0, 3775.0, 3774.0, 3764.0, 3775.0, 3763.0, 3773.0, 3764.0, 3760.0, 3762.0, 3764.0, 3763.0, 3774.0, 3775.0, 3774.0, 3764.0, 3774.0, 3775.0, 3784.0, 3775.0, 3783.0, 3776.0, 3775.0, 3778.0, 3785.0, 3776.0, 3774.0, 3776.0, 3773.0, 3753.0, 3774.0, 3753.0, 3763.0, 3752.0, 3774.0, 3764.0, 3775.0, 3754.0, 3775.0, 3764.0, 3776.0, 3774.0, 3776.0, 3755.0, 3776.0, 3765.0, 3774.0, 3788.0, 3788.0, 3789.0, 3777.0, 3779.0, 3788.0, 3778.0, 3799.0, 3778.0, 3776.0, 3777.0, 3776.0, 3776.0, 3788.0, 3776.0, 3775.0, 3764.0, 3762.0, 3765.0, 3775.0, 3776.0, 3764.0, 3777.0, 3755.0, 3776.0, 3776.0, 3786.0, 3777.0, 3776.0, 3777.0, 3776.0, 3777.0, 3787.0, 3776.0, 3762.0, 3764.0, 3773.0, 3764.0, 3773.0, 3764.0, 3762.0, 3752.0, 3761.0, 3753.0, 3762.0, 3752.0, 3773.0, 3751.0, 3741.0, 3763.0, 3752.0, 3774.0, 3764.0, 3775.0, 3753.0, 3763.0, 3776.0, 3774.0, 3777.0, 3787.0, 3778.0, 3767.0, 3789.0, 3777.0, 3789.0, 3776.0, 3778.0, 3765.0, 3777.0, 3775.0, 3777.0, 3775.0, 3775.0, 3753.0, 3774.0, 3763.0, 3775.0, 3785.0, 3775.0, 3775.0, 3766.0, 3762.0, 3764.0, 3774.0, 3765.0, 3775.0, 3766.0, 3752.0, 3763.0, 3764.0, 3776.0, 3764.0, 3776.0, 3754.0, 3775.0, 3776.0, 3786.0, 3776.0, 3788.0, 3766.0, 3765.0, 3775.0, 3764.0, 3776.0, 3774.0, 3764.0, 3762.0, 3764.0, 3753.0, 3763.0, 3762.0, 3752.0, 3740.0, 3773.0, 3764.0, 3750.0, 3763.0, 3775.0, 3777.0, 3765.0, 3767.0, 3775.0, 3787.0, 3754.0, 3775.0, 3776.0, 3775.0, 3787.0, 3777.0, 3786.0, 3778.0, 3776.0, 3767.0, 3776.0, 3765.0, 3743.0, 3742.0, 3752.0, 3775.0, 3764.0, 3787.0, 3776.0, 3775.0, 3786.0, 3774.0, 3777.0, 3776.0, 3777.0, 3765.0, 3776.0, 3765.0, 3777.0, 3767.0, 3787.0, 3787.0, 3777.0, 3765.0, 3776.0, 3778.0, 3777.0, 3788.0, 3766.0, 3788.0, 3778.0, 3777.0, 3787.0, 3778.0, 3788.0, 3777.0, 3776.0, 3765.0, 3775.0, 3776.0, 3764.0, 3774.0, 3730.0, 3750.0, 3741.0, 3762.0, 3774.0, 3773.0, 3752.0, 3761.0, 3774.0, 3763.0, 3775.0, 3753.0, 3774.0, 3752.0, 3773.0, 3751.0, 3774.0, 3750.0, 3773.0, 3752.0, 3762.0, 3740.0, 3762.0, 3751.0, 3775.0, 3742.0, 3763.0, 3741.0, 3750.0, 3761.0, 3763.0, 3751.0, 3774.0, 3761.0, 3773.0, 3772.0, 3764.0, 3773.0, 3764.0, 3771.0, 3773.0, 3762.0, 3741.0, 3773.0, 3752.0, 3773.0, 3760.0, 3762.0, 3761.0, 3752.0, 3760.0, 3763.0, 3761.0, 3764.0, 3773.0, 3765.0, 3774.0, 3775.0, 3772.0, 3764.0, 3784.0, 3765.0, 3784.0, 3764.0, 3773.0, 3763.0, 3771.0, 3763.0, 3772.0, 3752.0, 3773.0, 3742.0, 3763.0, 3750.0, 3773.0, 3751.0, 3761.0, 3729.0, 3760.0, 3740.0, 3763.0, 3742.0, 3772.0, 3773.0, 3772.0, 3773.0, 3773.0, 3764.0, 3773.0, 3763.0, 3772.0, 3762.0, 3783.0, 3764.0, 3772.0, 3751.0, 3771.0, 3762.0, 3771.0, 3761.0, 3760.0, 3762.0, 3749.0, 3761.0, 3772.0, 3739.0, 3759.0, 3761.0, 3761.0, 3750.0, 3773.0, 3762.0, 3772.0, 3773.0, 3782.0, 3764.0, 3774.0, 3775.0, 3772.0, 3763.0, 3761.0, 3753.0, 3773.0, 3763.0, 3772.0, 3752.0, 3751.0, 3762.0, 3750.0, 3774.0, 3741.0, 3772.0, 3761.0, 3760.0, 3762.0, 3771.0, 3762.0, 3771.0, 3761.0, 3760.0, 3751.0, 3760.0, 3751.0, 3771.0, 3749.0, 3759.0, 3750.0, 3750.0, 3761.0, 3749.0, 3773.0, 3750.0, 3772.0, 3740.0, 3760.0, 3751.0, 3773.0, 3762.0, 3772.0, 3752.0, 3771.0, 3752.0, 3772.0, 3762.0, 3772.0, 3764.0, 3762.0, 3752.0, 3762.0, 3775.0, 3763.0, 3774.0, 3763.0, 3774.0, 3743.0, 3775.0, 3754.0, 3773.0, 3775.0, 3773.0, 3775.0, 3785.0, 3764.0, 3774.0, 3764.0, 3761.0, 3752.0, 3771.0, 3764.0, 3772.0, 3764.0, 3763.0, 3762.0, 3762.0, 3762.0, 3773.0, 3775.0, 3763.0, 3774.0, 3764.0, 3775.0, 3765.0, 3787.0, 3764.0, 3775.0, 3764.0, 3776.0, 3764.0, 3776.0, 3764.0, 3775.0, 3763.0, 3776.0, 3773.0, 3774.0, 3763.0, 3752.0, 3784.0, 3762.0, 3772.0, 3762.0, 3761.0, 3761.0, 3760.0, 3762.0, 3773.0, 3763.0, 3772.0, 3774.0, 3760.0, 3762.0, 3772.0, 3763.0, 3772.0, 3774.0, 3761.0, 3763.0, 3772.0, 3752.0, 3773.0, 3763.0, 3761.0, 3763.0, 3763.0, 3743.0, 3773.0, 3753.0, 3772.0, 3763.0, 3773.0, 3752.0, 3775.0, 3742.0, 3773.0, 3754.0, 3763.0, 3753.0, 3775.0, 3763.0, 3774.0, 3754.0, 3774.0, 3753.0, 3774.0, 3754.0, 3774.0, 3776.0, 3786.0, 3776.0, 3775.0, 3777.0, 3785.0, 3776.0, 3785.0, 3776.0, 3785.0, 3775.0, 3775.0, 3763.0, 3773.0, 3742.0, 3752.0, 3752.0, 3762.0, 3763.0, 3776.0, 3751.0, 3761.0, 3751.0, 3763.0, 3773.0, 3764.0, 3762.0, 3774.0, 3754.0, 3775.0, 3754.0, 3776.0, 3764.0, 3775.0, 3776.0, 3773.0, 3774.0, 3775.0, 3776.0, 3773.0, 3775.0, 3774.0, 3763.0, 3772.0, 3764.0, 3772.0, 3762.0, 3772.0, 3751.0, 3772.0, 3752.0, 3773.0, 3774.0, 3752.0, 3773.0, 3763.0, 3763.0, 3777.0, 3787.0, 3765.0, 3776.0, 3788.0, 3777.0, 3788.0, 3788.0, 3778.0, 3800.0, 3778.0, 3767.0], 'WindowWidth': [8552.0, 8510.0, 8468.0, 8494.0, 8429.0, 8472.0, 8458.0, 8472.0, 8472.0, 8470.0, 8455.0, 8465.0, 8458.0, 8468.0, 8474.0, 8455.0, 8470.0, 8442.0, 8476.0, 8478.0, 8490.0, 8493.0, 8489.0, 8493.0, 8474.0, 8477.0, 8492.0, 8477.0, 8471.0, 8472.0, 8470.0, 8461.0, 8457.0, 8477.0, 8458.0, 8480.0, 8461.0, 8490.0, 8496.0, 8492.0, 8496.0, 8473.0, 8478.0, 8490.0, 8475.0, 8458.0, 8473.0, 8458.0, 8493.0, 8443.0, 8486.0, 8474.0, 8487.0, 8476.0, 8473.0, 8477.0, 8471.0, 8473.0, 8455.0, 8472.0, 8456.0, 8490.0, 8459.0, 8472.0, 8471.0, 8467.0, 8474.0, 8486.0, 8458.0, 8454.0, 8454.0, 8449.0, 8470.0, 8449.0, 8472.0, 8439.0, 8470.0, 8470.0, 8465.0, 8469.0, 8466.0, 8469.0, 8487.0, 8454.0, 8464.0, 8455.0, 8465.0, 8456.0, 8465.0, 8453.0, 8440.0, 8470.0, 8455.0, 8474.0, 8440.0, 8468.0, 8471.0, 8469.0, 8474.0, 8469.0, 8477.0, 8490.0, 8474.0, 8440.0, 8473.0, 8468.0, 8475.0, 8473.0, 8475.0, 8443.0, 8472.0, 8457.0, 8473.0, 8456.0, 8476.0, 8460.0, 8490.0, 8477.0, 8470.0, 8478.0, 8489.0, 8477.0, 8469.0, 8459.0, 8467.0, 8473.0, 8469.0, 8459.0, 8466.0, 8455.0, 8451.0, 8468.0, 8435.0, 8475.0, 8453.0, 8470.0, 8452.0, 8452.0, 8457.0, 8469.0, 8456.0, 8485.0, 8472.0, 8455.0, 8472.0, 8454.0, 8473.0, 8473.0, 8493.0, 8443.0, 8473.0, 8475.0, 8472.0, 8475.0, 8491.0, 8475.0, 8471.0, 8470.0, 8466.0, 8456.0, 8466.0, 8454.0, 8466.0, 8437.0, 8460.0, 8437.0, 8461.0, 8436.0, 8435.0, 8451.0, 8432.0, 8455.0, 8454.0, 8472.0, 8424.0, 8447.0, 8449.0, 8449.0, 8470.0, 8468.0, 8469.0, 8468.0, 8456.0, 8450.0, 8455.0, 8466.0, 8452.0, 8419.0, 8450.0, 8433.0, 8453.0, 8422.0, 8463.0, 8470.0, 8466.0, 8456.0, 8465.0, 8456.0, 8464.0, 8454.0, 8436.0, 8454.0, 8436.0, 8472.0, 8456.0, 8470.0, 8456.0, 8452.0, 8437.0, 8463.0, 8470.0, 8435.0, 8463.0, 8450.0, 8445.0, 8456.0, 8467.0, 8452.0, 8437.0, 8451.0, 8421.0, 8453.0, 8438.0, 8468.0, 8455.0, 8449.0, 8451.0, 8450.0, 8472.0, 8442.0, 8473.0, 8472.0, 8469.0, 8458.0, 8469.0, 8488.0, 8439.0, 8464.0, 8451.0, 8465.0, 8454.0, 8465.0, 8438.0, 8434.0, 8452.0, 8437.0, 8468.0, 8470.0, 8469.0, 8456.0, 8452.0, 8472.0, 8454.0, 8472.0, 8457.0, 8483.0, 8456.0, 8448.0, 8456.0, 8467.0, 8468.0, 8434.0, 8448.0, 8434.0, 8447.0, 8454.0, 8466.0, 8456.0, 8464.0, 8453.0, 8447.0, 8457.0, 8464.0, 8467.0, 8434.0, 8453.0, 8435.0, 8452.0, 8448.0, 8471.0, 8439.0, 8449.0, 8440.0, 8452.0, 8445.0, 8471.0, 8438.0, 8464.0, 8453.0, 8453.0, 8441.0, 8469.0, 8437.0, 8463.0, 8452.0, 8447.0, 8452.0, 8450.0, 8439.0, 8466.0, 8454.0, 8467.0, 8471.0, 8463.0, 8454.0, 8464.0, 8471.0, 8465.0, 8455.0, 8451.0, 8453.0, 8465.0, 8470.0, 8467.0, 8469.0, 8438.0, 8452.0, 8436.0, 8457.0, 8449.0, 8470.0, 8436.0, 8468.0, 8438.0, 8473.0, 8467.0, 8471.0, 8452.0, 8471.0, 8452.0, 8473.0, 8467.0, 8475.0, 8469.0, 8472.0, 8437.0, 8471.0, 8453.0, 8476.0, 8459.0, 8471.0, 8476.0, 8472.0, 8475.0, 8469.0, 8479.0, 8487.0, 8457.0, 8465.0, 8470.0, 8465.0, 8455.0, 8464.0, 8453.0, 8466.0, 8455.0, 8450.0, 8437.0, 8451.0, 8458.0, 8469.0, 8487.0, 8439.0, 8467.0, 8439.0, 8471.0, 8438.0, 8472.0, 8440.0, 8464.0, 8468.0, 8464.0, 8453.0, 8469.0, 8451.0, 8462.0, 8452.0, 8441.0, 8448.0, 8450.0, 8451.0, 8467.0, 8469.0, 8467.0, 8453.0, 8467.0, 8471.0, 8482.0, 8470.0, 8481.0, 8472.0, 8470.0, 8477.0, 8485.0, 8474.0, 8466.0, 8471.0, 8466.0, 8437.0, 8467.0, 8435.0, 8451.0, 8433.0, 8467.0, 8451.0, 8472.0, 8439.0, 8471.0, 8453.0, 8473.0, 8468.0, 8473.0, 8442.0, 8472.0, 8456.0, 8469.0, 8492.0, 8492.0, 8496.0, 8476.0, 8482.0, 8492.0, 8480.0, 8511.0, 8479.0, 8474.0, 8475.0, 8471.0, 8472.0, 8492.0, 8471.0, 8467.0, 8453.0, 8447.0, 8456.0, 8468.0, 8473.0, 8453.0, 8476.0, 8442.0, 8472.0, 8473.0, 8487.0, 8476.0, 8473.0, 8474.0, 8472.0, 8476.0, 8488.0, 8472.0, 8449.0, 8454.0, 8463.0, 8453.0, 8463.0, 8451.0, 8446.0, 8434.0, 8442.0, 8435.0, 8445.0, 8434.0, 8463.0, 8429.0, 8416.0, 8449.0, 8432.0, 8467.0, 8452.0, 8470.0, 8436.0, 8450.0, 8471.0, 8469.0, 8477.0, 8490.0, 8478.0, 8462.0, 8495.0, 8475.0, 8496.0, 8474.0, 8478.0, 8456.0, 8475.0, 8467.0, 8475.0, 8471.0, 8470.0, 8437.0, 8468.0, 8449.0, 8470.0, 8483.0, 8470.0, 8467.0, 8458.0, 8448.0, 8452.0, 8465.0, 8456.0, 8467.0, 8457.0, 8435.0, 8451.0, 8451.0, 8474.0, 8452.0, 8471.0, 8438.0, 8467.0, 8472.0, 8486.0, 8474.0, 8489.0, 8459.0, 8454.0, 8469.0, 8454.0, 8472.0, 8467.0, 8453.0, 8447.0, 8451.0, 8435.0, 8450.0, 8447.0, 8432.0, 8415.0, 8463.0, 8451.0, 8429.0, 8450.0, 8470.0, 8476.0, 8458.0, 8461.0, 8468.0, 8488.0, 8441.0, 8469.0, 8473.0, 8470.0, 8491.0, 8476.0, 8488.0, 8477.0, 8471.0, 8461.0, 8469.0, 8453.0, 8421.0, 8419.0, 8432.0, 8469.0, 8452.0, 8489.0, 8471.0, 8470.0, 8486.0, 8468.0, 8475.0, 8472.0, 8474.0, 8456.0, 8473.0, 8455.0, 8477.0, 8461.0, 8490.0, 8488.0, 8475.0, 8458.0, 8472.0, 8478.0, 8476.0, 8493.0, 8459.0, 8495.0, 8477.0, 8474.0, 8492.0, 8479.0, 8494.0, 8477.0, 8470.0, 8456.0, 8467.0, 8473.0, 8451.0, 8465.0, 8401.0, 8426.0, 8418.0, 8447.0, 8466.0, 8462.0, 8435.0, 8444.0, 8468.0, 8450.0, 8472.0, 8436.0, 8466.0, 8433.0, 8465.0, 8431.0, 8466.0, 8428.0, 8464.0, 8431.0, 8446.0, 8414.0, 8447.0, 8432.0, 8471.0, 8420.0, 8449.0, 8417.0, 8429.0, 8445.0, 8451.0, 8431.0, 8467.0, 8446.0, 8466.0, 8463.0, 8455.0, 8467.0, 8453.0, 8458.0, 8463.0, 8446.0, 8417.0, 8464.0, 8432.0, 8463.0, 8441.0, 8445.0, 8444.0, 8434.0, 8442.0, 8449.0, 8445.0, 8452.0, 8465.0, 8457.0, 8467.0, 8469.0, 8462.0, 8453.0, 8482.0, 8457.0, 8483.0, 8453.0, 8462.0, 8448.0, 8457.0, 8449.0, 8460.0, 8432.0, 8462.0, 8423.0, 8449.0, 8426.0, 8464.0, 8428.0, 8444.0, 8399.0, 8442.0, 8415.0, 8450.0, 8419.0, 8460.0, 8464.0, 8459.0, 8464.0, 8465.0, 8454.0, 8464.0, 8450.0, 8460.0, 8449.0, 8478.0, 8453.0, 8461.0, 8432.0, 8457.0, 8446.0, 8458.0, 8445.0, 8441.0, 8445.0, 8424.0, 8445.0, 8461.0, 8412.0, 8439.0, 8443.0, 8444.0, 8430.0, 8464.0, 8447.0, 8462.0, 8465.0, 8476.0, 8454.0, 8467.0, 8470.0, 8463.0, 8451.0, 8445.0, 8438.0, 8464.0, 8451.0, 8461.0, 8433.0, 8430.0, 8446.0, 8426.0, 8468.0, 8416.0, 8460.0, 8444.0, 8441.0, 8445.0, 8456.0, 8445.0, 8457.0, 8443.0, 8441.0, 8428.0, 8440.0, 8431.0, 8457.0, 8427.0, 8438.0, 8428.0, 8426.0, 8444.0, 8424.0, 8466.0, 8427.0, 8461.0, 8413.0, 8438.0, 8430.0, 8460.0, 8448.0, 8460.0, 8432.0, 8456.0, 8434.0, 8461.0, 8446.0, 8460.0, 8455.0, 8445.0, 8434.0, 8447.0, 8469.0, 8450.0, 8468.0, 8450.0, 8466.0, 8423.0, 8470.0, 8441.0, 8465.0, 8469.0, 8464.0, 8470.0, 8483.0, 8455.0, 8467.0, 8453.0, 8445.0, 8435.0, 8458.0, 8453.0, 8463.0, 8452.0, 8449.0, 8447.0, 8445.0, 8449.0, 8463.0, 8473.0, 8451.0, 8468.0, 8452.0, 8472.0, 8456.0, 8491.0, 8454.0, 8472.0, 8455.0, 8475.0, 8455.0, 8475.0, 8453.0, 8470.0, 8450.0, 8474.0, 8465.0, 8467.0, 8449.0, 8435.0, 8482.0, 8450.0, 8461.0, 8448.0, 8443.0, 8445.0, 8443.0, 8447.0, 8463.0, 8451.0, 8459.0, 8466.0, 8443.0, 8449.0, 8462.0, 8451.0, 8461.0, 8467.0, 8445.0, 8450.0, 8463.0, 8435.0, 8462.0, 8451.0, 8446.0, 8451.0, 8451.0, 8423.0, 8463.0, 8438.0, 8461.0, 8451.0, 8465.0, 8436.0, 8471.0, 8421.0, 8463.0, 8438.0, 8452.0, 8437.0, 8471.0, 8448.0, 8469.0, 8439.0, 8468.0, 8437.0, 8468.0, 8442.0, 8468.0, 8473.0, 8487.0, 8473.0, 8470.0, 8475.0, 8483.0, 8472.0, 8484.0, 8471.0, 8484.0, 8470.0, 8469.0, 8450.0, 8462.0, 8419.0, 8433.0, 8433.0, 8448.0, 8448.0, 8470.0, 8431.0, 8446.0, 8429.0, 8451.0, 8462.0, 8452.0, 8447.0, 8468.0, 8439.0, 8469.0, 8438.0, 8473.0, 8453.0, 8470.0, 8471.0, 8465.0, 8468.0, 8469.0, 8471.0, 8466.0, 8468.0, 8469.0, 8450.0, 8462.0, 8452.0, 8462.0, 8447.0, 8461.0, 8430.0, 8460.0, 8435.0, 8464.0, 8466.0, 8434.0, 8463.0, 8450.0, 8449.0, 8474.0, 8490.0, 8459.0, 8473.0, 8492.0, 8477.0, 8495.0, 8496.0, 8480.0, 8513.0, 8479.0, 8465.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.0004921343445287109</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022108170314192845</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.94198102797182</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2203932922125809</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0001352899023856</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.445</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7732.1509</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07192798586927633</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.408450704225352</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5781824226286014</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4680433957027144</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.907529839769996</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3589740324130934</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00570334</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020571205765008926</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02611655741930008</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7911497121927877</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>58.6806</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.7284</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.1281</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308446.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>655.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.7312</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3258</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>428.3837</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2989.7776</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3211.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68098.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>873.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3879.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.9664</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.32721282565035</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> |