=== 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-0065 --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-0065",
"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-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-04/func/sub-0065_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>631cf242485b709c761a524ff7f55762</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>20:04:0.830000</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.9995, 0.0315168, 0.00235178, -0.0314106, 0.998845, -0.036369]</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.0857498</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>[4153, -7784, -7242, 707, -32, -400, 337, 60]</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>238.17</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2c078d58-99a5-43dc-aae7-aa7f8c5993af||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.681586742401123, -0.08427226543426514, 0.009437305852770805, 115.9912338256836], [-0.08455733209848404, 2.6798272132873535, -0.09794790297746658, -85.36434173583984], [0.006309651304036379, 0.09757547080516815, 2.6982064247131348, -65.26898956298828], [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': ['200400.830000', '200401.290000', '200401.750000', '200402.210000', '200402.670000', '200403.130000', '200403.590000', '200404.050000', '200404.510000', '200404.970000', '200405.430000', '200405.890000', '200406.350000', '200406.810000', '200407.270000', '200407.730000', '200408.190000', '200408.650000', '200409.110000', '200409.570000', '200410.030000', '200410.490000', '200410.950000', '200411.410000', '200411.870000', '200412.330000', '200412.790000', '200413.250000', '200413.710000', '200414.170000', '200414.630000', '200415.090000', '200415.550000', '200416.010000', '200416.470000', '200416.930000', '200417.390000', '200417.850000', '200418.310000', '200418.770000', '200419.230000', '200419.690000', '200420.150000', '200420.610000', '200421.070000', '200421.530000', '200421.990000', '200422.450000', '200422.910000', '200423.370000', '200423.830000', '200424.290000', '200424.750000', '200425.210000', '200425.670000', '200426.130000', '200426.590000', '200427.050000', '200427.510000', '200427.970000', '200428.430000', '200428.890000', '200429.350000', '200429.810000', '200430.270000', '200430.730000', '200431.190000', '200431.650000', '200432.110000', '200432.570000', '200433.030000', '200433.490000', '200433.950000', '200434.410000', '200434.870000', '200435.330000', '200435.790000', '200436.250000', '200436.710000', '200437.170000', '200437.630000', '200438.090000', '200438.550000', '200439.010000', '200439.470000', '200439.930000', '200440.390000', '200440.850000', '200441.310000', '200441.770000', '200442.230000', '200442.690000', '200443.150000', '200443.610000', '200444.070000', '200444.530000', '200444.990000', '200445.450000', '200445.910000', '200446.370000', '200446.830000', '200447.290000', '200447.750000', '200448.210000', '200448.670000', '200449.130000', '200449.590000', '200450.050000', '200450.510000', '200450.970000', '200451.430000', '200451.890000', '200452.350000', '200452.810000', '200453.270000', '200453.730000', '200454.190000', '200454.650000', '200455.110000', '200455.570000', '200456.030000', '200456.490000', '200456.950000', '200457.410000', '200457.870000', '200458.330000', '200458.790000', '200459.250000', '200459.710000', '200500.170000', '200500.630000', '200501.090000', '200501.550000', '200502.010000', '200502.470000', '200502.930000', '200503.390000', '200503.850000', '200504.310000', '200504.770000', '200505.230000', '200505.690000', '200506.150000', '200506.610000', '200507.070000', '200507.530000', '200507.990000', '200508.450000', '200508.910000', '200509.370000', '200509.830000', '200510.290000', '200510.750000', '200511.210000', '200511.670000', '200512.130000', '200512.590000', '200513.050000', '200513.510000', '200513.970000', '200514.430000', '200514.890000', '200515.350000', '200515.810000', '200516.270000', '200516.730000', '200517.190000', '200517.650000', '200518.110000', '200518.570000', '200519.030000', '200519.490000', '200519.950000', '200520.410000', '200520.870000', '200521.330000', '200521.790000', '200522.250000', '200522.710000', '200523.170000', '200523.630000', '200524.090000', '200524.550000', '200525.010000', '200525.470000', '200525.930000', '200526.390000', '200526.850000', '200527.310000', '200527.770000', '200528.230000', '200528.690000', '200529.150000', '200529.610000', '200530.070000', '200530.530000', '200530.990000', '200531.450000', '200531.910000', '200532.370000', '200532.830000', '200533.290000', '200533.750000', '200534.210000', '200534.670000', '200535.130000', '200535.590000', '200536.050000', '200536.510000', '200536.970000', '200537.430000', '200537.890000', '200538.350000', '200538.810000', '200539.270000', '200539.730000', '200540.190000', '200540.650000', '200541.110000', '200541.570000', '200542.030000', '200542.490000', '200542.950000', '200543.410000', '200543.870000', '200544.330000', '200544.790000', '200545.250000', '200545.710000', '200546.170000', '200546.630000', '200547.090000', '200547.550000', '200548.010000', '200548.470000', '200548.930000', '200549.390000', '200549.850000', '200550.310000', '200550.770000', '200551.230000', '200551.690000', '200552.150000', '200552.610000', '200553.070000', '200553.530000', '200553.990000', '200554.450000', '200554.910000', '200555.370000', '200555.830000', '200556.290000', '200556.750000', '200557.210000', '200557.670000', '200558.130000', '200558.590000', '200559.050000', '200559.510000', '200559.970000', '200600.430000', '200600.890000', '200601.350000', '200601.810000', '200602.270000', '200602.730000', '200603.190000', '200603.650000', '200604.110000', '200604.570000', '200605.030000', '200605.490000', '200605.950000', '200606.410000', '200606.870000', '200607.330000', '200607.790000', '200608.250000', '200608.710000', '200609.170000', '200609.630000', '200610.090000', '200610.550000', '200611.010000', '200611.470000', '200611.930000', '200612.390000', '200612.850000', '200613.310000', '200613.770000', '200614.230000', '200614.690000', '200615.150000', '200615.610000', '200616.070000', '200616.530000', '200616.990000', '200617.450000', '200617.910000', '200618.370000', '200618.830000', '200619.290000', '200619.750000', '200620.210000', '200620.670000', '200621.130000', '200621.590000', '200622.050000', '200622.510000', '200622.970000', '200623.430000', '200623.890000', '200624.350000', '200624.810000', '200625.270000', '200625.730000', '200626.190000', '200626.650000', '200627.110000', '200627.570000', '200628.030000', '200628.490000', '200628.950000', '200629.410000', '200629.870000', '200630.330000', '200630.790000', '200631.250000', '200631.710000', '200632.170000', '200632.630000', '200633.090000', '200633.550000', '200634.010000', '200634.470000', '200634.930000', '200635.390000', '200635.850000', '200636.310000', '200636.770000', '200637.230000', '200637.690000', '200638.150000', '200638.610000', '200639.070000', '200639.530000', '200639.990000', '200640.450000', '200640.910000', '200641.370000', '200641.830000', '200642.290000', '200642.750000', '200643.210000', '200643.670000', '200644.130000', '200644.590000', '200645.050000', '200645.510000', '200645.970000', '200646.430000', '200646.890000', '200647.350000', '200647.810000', '200648.270000', '200648.730000', '200649.190000', '200649.650000', '200650.110000', '200650.570000', '200651.030000', '200651.490000', '200651.950000', '200652.410000', '200652.870000', '200653.330000', '200653.790000', '200654.250000', '200654.710000', '200655.170000', '200655.630000', '200656.090000', '200656.550000', '200657.010000', '200657.470000', '200657.930000', '200658.390000', '200658.850000', '200659.310000', '200659.770000', '200700.230000', '200700.690000', '200701.150000', '200701.610000', '200702.070000', '200702.530000', '200702.990000', '200703.450000', '200703.910000', '200704.370000', '200704.830000', '200705.290000', '200705.750000', '200706.210000', '200706.670000', '200707.130000', '200707.590000', '200708.050000', '200708.510000', '200708.970000', '200709.430000', '200709.890000', '200710.350000', '200710.810000', '200711.270000', '200711.730000', '200712.190000', '200712.650000', '200713.110000', '200713.570000', '200714.030000', '200714.490000', '200714.950000', '200715.410000', '200715.870000', '200716.330000', '200716.790000', '200717.250000', '200717.710000', '200718.170000', '200718.630000', '200719.090000', '200719.550000', '200720.010000', '200720.470000', '200720.930000', '200721.390000', '200721.850000', '200722.310000', '200722.770000', '200723.230000', '200723.690000', '200724.150000', '200724.610000', '200725.070000', '200725.530000', '200725.990000', '200726.450000', '200726.910000', '200727.370000', '200727.830000', '200728.290000', '200728.750000', '200729.210000', '200729.670000', '200730.130000', '200730.590000', '200731.050000', '200731.510000', '200731.970000', '200732.430000', '200732.890000', '200733.350000', '200733.810000', '200734.270000', '200734.730000', '200735.190000', '200735.650000', '200736.110000', '200736.570000', '200737.030000', '200737.490000', '200737.950000', '200738.410000', '200738.870000', '200739.330000', '200739.790000', '200740.250000', '200740.710000', '200741.170000', '200741.630000', '200742.090000', '200742.550000', '200743.010000', '200743.470000', '200743.930000', '200744.390000', '200744.850000', '200745.310000', '200745.770000', '200746.230000', '200746.690000', '200747.150000', '200747.610000', '200748.070000', '200748.530000', '200748.990000', '200749.450000', '200749.910000', '200750.370000', '200750.830000', '200751.290000', '200751.750000', '200752.210000', '200752.670000', '200753.130000', '200753.590000', '200754.050000', '200754.510000', '200754.970000', '200755.430000', '200755.890000', '200756.350000', '200756.810000', '200757.270000', '200757.730000', '200758.190000', '200758.650000', '200759.110000', '200759.570000', '200800.030000', '200800.490000', '200800.950000', '200801.410000', '200801.870000', '200802.330000', '200802.790000', '200803.250000', '200803.710000', '200804.170000', '200804.630000', '200805.090000', '200805.550000', '200806.010000', '200806.470000', '200806.930000', '200807.390000', '200807.850000', '200808.310000', '200808.770000', '200809.230000', '200809.690000', '200810.150000', '200810.610000', '200811.070000', '200811.530000', '200811.990000', '200812.450000', '200812.910000', '200813.370000', '200813.830000', '200814.290000', '200814.750000', '200815.210000', '200815.670000', '200816.130000', '200816.590000', '200817.050000', '200817.510000', '200817.970000', '200818.430000', '200818.890000', '200819.350000', '200819.810000', '200820.270000', '200820.730000', '200821.190000', '200821.650000', '200822.110000', '200822.570000', '200823.030000', '200823.490000', '200823.950000', '200824.410000', '200824.870000', '200825.330000', '200825.790000', '200826.250000', '200826.710000', '200827.170000', '200827.630000', '200828.090000', '200828.550000', '200829.010000', '200829.470000', '200829.930000', '200830.390000', '200830.850000', '200831.310000', '200831.770000', '200832.230000', '200832.690000', '200833.150000', '200833.610000', '200834.070000', '200834.530000', '200834.990000', '200835.450000', '200835.910000', '200836.370000', '200836.830000', '200837.290000', '200837.750000', '200838.210000', '200838.670000', '200839.130000', '200839.590000', '200840.050000', '200840.510000', '200840.970000', '200841.430000', '200841.890000', '200842.350000', '200842.810000', '200843.270000', '200843.730000', '200844.190000', '200844.650000', '200845.110000', '200845.570000', '200846.030000', '200846.490000', '200846.950000', '200847.410000', '200847.870000', '200848.330000', '200848.790000', '200849.250000', '200849.710000', '200850.170000', '200850.630000', '200851.090000', '200851.550000', '200852.010000', '200852.470000', '200852.930000', '200853.390000', '200853.850000', '200854.310000', '200854.770000', '200855.230000', '200855.690000', '200856.150000', '200856.610000', '200857.070000', '200857.530000', '200857.990000', '200858.450000', '200858.910000', '200859.370000', '200859.830000', '200900.290000', '200900.750000', '200901.210000', '200901.670000', '200902.130000', '200902.590000', '200903.050000', '200903.510000', '200903.970000', '200904.430000', '200904.890000', '200905.350000', '200905.810000', '200906.270000', '200906.730000', '200907.190000', '200907.650000', '200908.110000', '200908.570000', '200909.030000', '200909.490000', '200909.950000', '200910.410000', '200910.870000', '200911.330000', '200911.790000', '200912.250000', '200912.710000', '200913.170000', '200913.630000', '200914.090000', '200914.550000', '200915.010000', '200915.470000', '200915.930000', '200916.390000', '200916.850000', '200917.310000', '200917.770000', '200918.230000', '200918.690000', '200919.150000', '200919.610000', '200920.070000', '200920.530000', '200920.990000', '200921.450000', '200921.910000', '200922.370000', '200922.830000', '200923.290000', '200923.750000', '200924.210000', '200924.670000', '200925.130000', '200925.590000', '200926.050000', '200926.510000', '200926.970000', '200927.430000', '200927.890000', '200928.350000', '200928.810000', '200929.270000', '200929.730000', '200930.190000', '200930.650000', '200931.110000', '200931.570000', '200932.030000', '200932.490000', '200932.950000', '200933.410000', '200933.870000', '200934.330000', '200934.790000', '200935.250000', '200935.710000', '200936.170000', '200936.630000', '200937.090000', '200937.550000', '200938.010000', '200938.470000', '200938.930000', '200939.390000', '200939.850000', '200940.310000', '200940.770000', '200941.230000', '200941.690000', '200942.150000', '200942.610000', '200943.070000', '200943.530000', '200943.990000', '200944.450000', '200944.910000', '200945.370000', '200945.830000', '200946.290000', '200946.750000', '200947.210000', '200947.670000', '200948.130000', '200948.590000', '200949.050000', '200949.510000', '200949.970000', '200950.430000', '200950.890000', '200951.350000', '200951.810000', '200952.270000', '200952.730000', '200953.190000', '200953.650000', '200954.110000', '200954.570000', '200955.030000', '200955.490000', '200955.950000', '200956.410000', '200956.870000', '200957.330000', '200957.790000', '200958.250000', '200958.710000', '200959.170000', '200959.630000', '201000.090000', '201000.550000', '201001.010000', '201001.470000', '201001.930000', '201002.390000', '201002.850000', '201003.310000', '201003.770000', '201004.230000', '201004.690000', '201005.150000', '201005.610000', '201006.070000', '201006.530000', '201006.990000', '201007.450000', '201007.910000', '201008.370000', '201008.830000', '201009.290000', '201009.750000', '201010.210000', '201010.670000', '201011.130000', '201011.590000', '201012.050000', '201012.510000', '201012.970000', '201013.430000', '201013.890000', '201014.350000', '201014.810000', '201015.270000', '201015.730000', '201016.190000', '201016.650000', '201017.110000', '201017.570000', '201018.030000', '201018.490000', '201018.950000', '201019.410000', '201019.870000', '201020.330000', '201020.790000', '201021.250000', '201021.710000', '201022.170000', '201022.630000', '201023.090000', '201023.550000', '201024.010000', '201024.470000', '201024.930000', '201025.390000', '201025.850000', '201026.310000', '201026.770000', '201027.230000', '201027.690000', '201028.150000', '201028.610000', '201029.070000', '201029.530000', '201029.990000', '201030.450000', '201030.910000', '201031.370000', '201031.830000', '201032.290000', '201032.750000', '201033.210000', '201033.670000', '201034.130000', '201034.590000', '201035.050000', '201035.510000', '201035.970000', '201036.430000', '201036.890000', '201037.350000', '201037.810000', '201038.270000', '201038.730000', '201039.190000', '201039.650000', '201040.110000', '201040.570000', '201041.030000', '201041.490000', '201041.950000', '201042.410000', '201042.870000', '201043.330000', '201043.790000', '201044.250000', '201044.710000', '201045.170000', '201045.630000', '201046.090000', '201046.550000', '201047.010000', '201047.470000', '201047.930000', '201048.390000', '201048.850000', '201049.310000', '201049.770000', '201050.230000', '201050.690000', '201051.150000', '201051.610000', '201052.070000', '201052.530000', '201052.990000', '201053.450000', '201053.910000', '201054.370000', '201054.830000', '201055.290000', '201055.750000', '201056.210000', '201056.670000', '201057.130000', '201057.590000', '201058.050000', '201058.510000', '201058.970000', '201059.430000', '201059.890000', '201100.350000', '201100.810000', '201101.270000', '201101.730000', '201102.190000', '201102.650000', '201103.110000', '201103.570000', '201104.030000', '201104.490000', '201104.950000', '201105.410000', '201105.870000', '201106.330000'], 'ContentTime': ['200422.704000', '200422.707000', '200422.710000', '200422.712000', '200422.715000', '200422.717000', '200422.720000', '200422.723000', '200422.725000', '200422.728000', '200422.737000', '200422.739000', '200422.742000', '200422.745000', '200422.747000', '200422.750000', '200422.752000', '200422.755000', '200422.757000', '200422.760000', '200422.762000', '200422.765000', '200422.768000', '200422.770000', '200422.773000', '200422.775000', '200422.778000', '200422.780000', '200422.783000', '200422.785000', '200422.788000', '200422.791000', '200422.793000', '200422.796000', '200422.798000', '200422.801000', '200422.803000', '200422.806000', '200422.808000', '200422.811000', '200422.814000', '200422.816000', '200422.819000', '200422.821000', '200422.824000', '200442.669000', '200442.672000', '200442.675000', '200442.678000', '200442.680000', '200442.683000', '200442.685000', '200442.688000', '200442.690000', '200442.693000', '200442.696000', '200442.698000', '200442.701000', '200442.703000', '200442.706000', '200442.709000', '200442.711000', '200442.714000', '200442.716000', '200442.719000', '200442.721000', '200442.724000', '200442.726000', '200442.729000', '200442.732000', '200442.734000', '200442.737000', '200442.739000', '200442.742000', '200442.744000', '200442.747000', '200442.750000', '200442.752000', '200442.755000', '200442.757000', '200442.760000', '200442.762000', '200442.765000', '200442.767000', '200442.770000', '200442.773000', '200442.775000', '200442.778000', '200502.670000', '200502.672000', '200502.675000', '200502.678000', '200502.681000', '200502.684000', '200502.687000', '200502.689000', '200502.692000', '200502.695000', '200502.697000', '200502.701000', '200502.704000', '200502.706000', '200502.709000', '200502.711000', '200502.714000', '200502.717000', '200502.719000', '200502.722000', '200502.724000', '200502.727000', '200502.730000', '200502.732000', '200502.747000', '200502.749000', '200502.752000', '200502.754000', '200502.757000', '200502.760000', '200502.762000', '200502.765000', '200502.767000', '200502.770000', '200502.772000', '200502.775000', '200502.778000', '200502.780000', '200502.783000', '200502.785000', '200502.788000', '200502.790000', '200502.793000', '200522.669000', '200522.672000', '200522.675000', '200522.677000', '200522.680000', '200522.682000', '200522.685000', '200522.688000', '200522.690000', '200522.693000', '200522.695000', '200522.698000', '200522.701000', '200522.703000', '200522.706000', '200522.708000', '200522.711000', '200522.713000', '200522.716000', '200522.719000', '200522.721000', '200522.724000', '200522.726000', '200522.729000', '200522.731000', '200522.734000', '200522.737000', '200522.739000', '200522.742000', '200522.744000', '200522.747000', '200522.750000', '200522.752000', '200522.755000', '200522.757000', '200522.760000', '200522.762000', '200522.765000', '200522.768000', '200522.770000', '200522.773000', '200522.775000', '200522.778000', '200522.781000', '200542.669000', '200542.672000', '200542.675000', '200542.678000', '200542.680000', '200542.683000', '200542.686000', '200542.688000', '200542.691000', '200542.693000', '200542.696000', '200542.699000', '200542.701000', '200542.704000', '200542.706000', '200542.709000', '200542.712000', '200542.714000', '200542.717000', '200542.719000', '200542.722000', '200542.724000', '200542.736000', '200542.743000', '200542.746000', '200542.748000', '200542.751000', '200542.753000', '200542.756000', '200542.759000', '200542.761000', '200542.764000', '200542.766000', '200542.769000', '200542.772000', '200542.774000', '200542.777000', '200542.779000', '200542.782000', '200542.785000', '200542.787000', '200542.790000', '200542.792000', '200602.670000', '200602.673000', '200602.676000', '200602.678000', '200602.681000', '200602.684000', '200602.686000', '200602.689000', '200602.692000', '200602.694000', '200602.697000', '200602.699000', '200602.702000', '200602.704000', '200602.707000', '200602.710000', '200602.712000', '200602.715000', '200602.717000', '200602.720000', '200602.722000', '200602.733000', '200602.736000', '200602.739000', '200602.741000', '200602.744000', '200602.746000', '200602.749000', '200602.752000', '200602.754000', '200602.757000', '200602.759000', '200602.762000', '200602.765000', '200602.767000', '200602.770000', '200602.772000', '200602.775000', '200602.777000', '200602.780000', '200602.782000', '200602.785000', '200602.788000', '200602.790000', '200622.671000', '200622.673000', '200622.676000', '200622.679000', '200622.682000', '200622.685000', '200622.688000', '200622.691000', '200622.693000', '200622.696000', '200622.698000', '200622.701000', '200622.704000', '200622.706000', '200622.709000', '200622.712000', '200622.714000', '200622.717000', '200622.719000', '200622.722000', '200622.725000', '200622.727000', '200622.730000', '200622.733000', '200622.735000', '200622.739000', '200622.742000', '200622.744000', '200622.747000', '200622.750000', '200622.752000', '200622.755000', '200622.757000', '200622.760000', '200622.763000', '200622.765000', '200622.768000', '200622.770000', '200622.773000', '200622.776000', '200622.778000', '200622.781000', '200622.783000', '200642.670000', '200642.672000', '200642.675000', '200642.678000', '200642.680000', '200642.683000', '200642.686000', '200642.688000', '200642.691000', '200642.693000', '200642.696000', '200642.698000', '200642.701000', '200642.704000', '200642.706000', '200642.709000', '200642.711000', '200642.714000', '200642.717000', '200642.719000', '200642.722000', '200642.725000', '200642.727000', '200642.730000', '200642.732000', '200642.735000', '200642.738000', '200642.740000', '200642.743000', '200642.745000', '200642.748000', '200642.750000', '200642.753000', '200642.756000', '200642.758000', '200642.761000', '200642.764000', '200642.766000', '200642.769000', '200642.771000', '200642.774000', '200642.777000', '200642.779000', '200642.782000', '200702.669000', '200702.672000', '200702.675000', '200702.678000', '200702.680000', '200702.683000', '200702.685000', '200702.688000', '200702.691000', '200702.693000', '200702.696000', '200702.699000', '200702.701000', '200702.704000', '200702.706000', '200702.709000', '200702.711000', '200702.714000', '200702.717000', '200702.719000', '200702.722000', '200702.724000', '200702.727000', '200702.730000', '200702.732000', '200702.735000', '200702.738000', '200702.741000', '200702.744000', '200702.746000', '200702.749000', '200702.752000', '200702.754000', '200702.757000', '200702.760000', '200702.762000', '200702.765000', '200702.767000', '200702.770000', '200702.772000', '200702.775000', '200702.778000', '200702.780000', '200722.669000', '200722.672000', '200722.675000', '200722.677000', '200722.680000', '200722.683000', '200722.715000', '200722.718000', '200722.721000', '200722.723000', '200722.726000', '200722.728000', '200722.731000', '200722.733000', '200722.736000', '200722.739000', '200722.741000', '200722.744000', '200722.756000', '200722.759000', '200722.761000', '200722.764000', '200722.766000', '200722.769000', '200722.772000', '200722.774000', '200722.777000', '200722.779000', '200722.782000', '200722.784000', '200722.787000', '200722.790000', '200722.792000', '200722.795000', '200722.797000', '200722.800000', '200722.803000', '200722.805000', '200722.808000', '200722.810000', '200722.813000', '200722.815000', '200722.818000', '200722.821000', '200742.670000', '200742.673000', '200742.675000', '200742.678000', '200742.681000', '200742.683000', '200742.686000', '200742.688000', '200742.691000', '200742.694000', '200742.696000', '200742.699000', '200742.701000', '200742.704000', '200742.706000', '200742.709000', '200742.712000', '200742.714000', '200742.717000', '200742.719000', '200742.722000', '200742.724000', '200742.727000', '200742.730000', '200742.732000', '200742.735000', '200742.737000', '200742.740000', '200742.742000', '200742.745000', '200742.748000', '200742.750000', '200742.753000', '200742.756000', '200742.758000', '200742.761000', '200742.764000', '200742.766000', '200742.769000', '200742.771000', '200742.774000', '200742.777000', '200742.781000', '200802.670000', '200802.673000', '200802.675000', '200802.678000', '200802.680000', '200802.683000', '200802.686000', '200802.688000', '200802.691000', '200802.693000', '200802.696000', '200802.698000', '200802.701000', '200802.704000', '200802.706000', '200802.709000', '200802.711000', '200802.714000', '200802.717000', '200802.719000', '200802.722000', '200802.724000', '200802.727000', '200802.729000', '200802.732000', '200802.735000', '200802.737000', '200802.740000', '200802.742000', '200802.745000', '200802.748000', '200802.750000', '200802.753000', '200802.755000', '200802.758000', '200802.761000', '200802.763000', '200802.766000', '200802.768000', '200802.771000', '200802.773000', '200802.776000', '200802.779000', '200802.781000', '200822.671000', '200822.673000', '200822.676000', '200822.679000', '200822.681000', '200822.684000', '200822.686000', '200822.689000', '200822.692000', '200822.694000', '200822.697000', '200822.699000', '200822.702000', '200822.704000', '200822.707000', '200822.710000', '200822.712000', '200822.715000', '200822.718000', '200822.720000', '200822.723000', '200822.725000', '200822.728000', '200822.730000', '200822.733000', '200822.736000', '200822.738000', '200822.741000', '200822.744000', '200822.747000', '200822.749000', '200822.752000', '200822.755000', '200822.757000', '200822.760000', '200822.762000', '200822.765000', '200822.767000', '200822.770000', '200822.773000', '200822.775000', '200822.778000', '200822.780000', '200842.670000', '200842.673000', '200842.676000', '200842.679000', '200842.681000', '200842.684000', '200842.686000', '200842.689000', '200842.691000', '200842.694000', '200842.697000', '200842.699000', '200842.702000', '200842.704000', '200842.707000', '200842.710000', '200842.712000', '200842.715000', '200842.717000', '200842.720000', '200842.723000', '200842.725000', '200842.728000', '200842.731000', '200842.733000', '200842.736000', '200842.738000', '200842.741000', '200842.743000', '200842.746000', '200842.749000', '200842.751000', '200842.754000', '200842.756000', '200842.759000', '200842.762000', '200842.764000', '200842.767000', '200842.769000', '200842.772000', '200842.775000', '200842.777000', '200842.780000', '200842.794000', '200902.669000', '200902.672000', '200902.675000', '200902.678000', '200902.680000', '200902.683000', '200902.686000', '200902.688000', '200902.691000', '200902.693000', '200902.696000', '200902.699000', '200902.701000', '200902.704000', '200902.706000', '200902.709000', '200902.712000', '200902.714000', '200902.717000', '200902.719000', '200902.722000', '200902.724000', '200902.727000', '200902.730000', '200902.732000', '200902.735000', '200902.737000', '200902.740000', '200902.743000', '200902.745000', '200902.748000', '200902.750000', '200902.753000', '200902.756000', '200902.759000', '200902.762000', '200902.765000', '200902.768000', '200902.770000', '200902.773000', '200902.775000', '200902.778000', '200902.781000', '200922.669000', '200922.672000', '200922.675000', '200922.677000', '200922.680000', '200922.683000', '200922.685000', '200922.688000', '200922.690000', '200922.693000', '200922.696000', '200922.698000', '200922.701000', '200922.703000', '200922.706000', '200922.709000', '200922.711000', '200922.714000', '200922.716000', '200922.719000', '200922.721000', '200922.724000', '200922.727000', '200922.729000', '200922.732000', '200922.734000', '200922.737000', '200922.740000', '200922.742000', '200922.745000', '200922.748000', '200922.750000', '200922.753000', '200922.757000', '200922.760000', '200922.763000', '200922.765000', '200922.768000', '200922.770000', '200922.773000', '200922.775000', '200922.778000', '200922.781000', '200922.783000', '200942.670000', '200942.672000', '200942.675000', '200942.678000', '200942.680000', '200942.683000', '200942.685000', '200942.688000', '200942.691000', '200942.693000', '200942.696000', '200942.698000', '200942.701000', '200942.703000', '200942.706000', '200942.709000', '200942.711000', '200942.714000', '200942.716000', '200942.719000', '200942.722000', '200942.724000', '200942.727000', '200942.729000', '200942.732000', '200942.735000', '200942.737000', '200942.740000', '200942.742000', '200942.745000', '200942.747000', '200942.750000', '200942.753000', '200942.755000', '200942.758000', '200942.760000', '200942.763000', '200942.766000', '200942.768000', '200942.771000', '200942.774000', '200942.776000', '200942.779000', '201002.670000', '201002.673000', '201002.676000', '201002.678000', '201002.681000', '201002.683000', '201002.686000', '201002.689000', '201002.691000', '201002.694000', '201002.696000', '201002.699000', '201002.702000', '201002.704000', '201002.707000', '201002.709000', '201002.712000', '201002.715000', '201002.717000', '201002.720000', '201002.722000', '201002.725000', '201002.727000', '201002.730000', '201002.732000', '201002.735000', '201002.738000', '201002.740000', '201002.743000', '201002.745000', '201002.748000', '201002.751000', '201002.753000', '201002.756000', '201002.758000', '201002.761000', '201002.763000', '201002.766000', '201002.768000', '201002.771000', '201002.774000', '201002.776000', '201002.779000', '201002.781000', '201022.670000', '201022.673000', '201022.675000', '201022.678000', '201022.680000', '201022.683000', '201022.685000', '201022.688000', '201022.691000', '201022.693000', '201022.696000', '201022.698000', '201022.701000', '201022.704000', '201022.706000', '201022.709000', '201022.711000', '201022.714000', '201022.717000', '201022.719000', '201022.722000', '201022.724000', '201022.727000', '201022.729000', '201022.732000', '201022.735000', '201022.737000', '201022.740000', '201022.743000', '201022.745000', '201022.748000', '201022.750000', '201022.753000', '201022.755000', '201022.758000', '201022.761000', '201022.763000', '201022.766000', '201022.768000', '201022.771000', '201022.774000', '201022.776000', '201022.779000', '201042.671000', '201042.673000', '201042.676000', '201042.679000', '201042.681000', '201042.684000', '201042.686000', '201042.689000', '201042.691000', '201042.694000', '201042.697000', '201042.699000', '201042.702000', '201042.704000', '201042.707000', '201042.710000', '201042.712000', '201042.715000', '201042.717000', '201042.720000', '201042.722000', '201042.725000', '201042.728000', '201042.730000', '201042.733000', '201042.735000', '201042.738000', '201042.740000', '201042.743000', '201042.746000', '201042.748000', '201042.751000', '201042.753000', '201042.756000', '201042.759000', '201042.761000', '201042.764000', '201042.766000', '201042.769000', '201042.772000', '201042.774000', '201042.777000', '201042.779000', '201042.782000', '201102.671000', '201102.673000', '201102.676000', '201102.679000', '201102.681000', '201102.684000', '201102.686000', '201102.689000', '201102.692000', '201102.694000', '201102.697000', '201102.699000', '201102.702000', '201102.705000', '201102.707000', '201102.710000', '201102.713000', '201102.715000', '201102.718000', '201102.720000', '201102.723000', '201102.726000', '201102.728000', '201102.731000', '201102.733000', '201102.736000', '201102.739000', '201102.741000', '201102.744000', '201102.747000', '201102.749000', '201102.752000', '201102.754000', '201102.757000', '201102.760000', '201102.762000', '201102.765000', '201102.768000', '201102.770000', '201102.773000', '201102.776000', '201102.778000', '201102.781000', '201107.873000', '201107.876000', '201107.879000', '201107.881000', '201107.884000', '201107.887000', '201107.889000', '201107.892000', '201107.895000', '201107.897000', '201107.900000', '201107.903000'], 'InstanceCreationTime': ['200422.704000', '200422.707000', '200422.710000', '200422.712000', '200422.715000', '200422.717000', '200422.720000', '200422.723000', '200422.725000', '200422.728000', '200422.737000', '200422.739000', '200422.742000', '200422.745000', '200422.747000', '200422.750000', '200422.752000', '200422.755000', '200422.757000', '200422.760000', '200422.762000', '200422.765000', '200422.768000', '200422.770000', '200422.773000', '200422.775000', '200422.778000', '200422.780000', '200422.783000', '200422.785000', '200422.788000', '200422.791000', '200422.793000', '200422.796000', '200422.798000', '200422.801000', '200422.803000', '200422.806000', '200422.808000', '200422.811000', '200422.814000', '200422.816000', '200422.819000', '200422.821000', '200422.824000', '200442.669000', '200442.672000', '200442.675000', '200442.678000', '200442.680000', '200442.683000', '200442.685000', '200442.688000', '200442.690000', '200442.693000', '200442.696000', '200442.698000', '200442.701000', '200442.703000', '200442.706000', '200442.709000', '200442.711000', '200442.714000', '200442.716000', '200442.719000', '200442.721000', '200442.724000', '200442.726000', '200442.729000', '200442.732000', '200442.734000', '200442.737000', '200442.739000', '200442.742000', '200442.744000', '200442.747000', '200442.750000', '200442.752000', '200442.755000', '200442.757000', '200442.760000', '200442.762000', '200442.765000', '200442.767000', '200442.770000', '200442.773000', '200442.775000', '200442.778000', '200502.670000', '200502.672000', '200502.675000', '200502.678000', '200502.681000', '200502.684000', '200502.687000', '200502.689000', '200502.692000', '200502.695000', '200502.697000', '200502.701000', '200502.704000', '200502.706000', '200502.709000', '200502.711000', '200502.714000', '200502.717000', '200502.719000', '200502.722000', '200502.724000', '200502.727000', '200502.730000', '200502.732000', '200502.747000', '200502.749000', '200502.752000', '200502.754000', '200502.757000', '200502.760000', '200502.762000', '200502.765000', '200502.767000', '200502.770000', '200502.772000', '200502.775000', '200502.778000', '200502.780000', '200502.783000', '200502.785000', '200502.788000', '200502.790000', '200502.793000', '200522.669000', '200522.672000', '200522.675000', '200522.677000', '200522.680000', '200522.682000', '200522.685000', '200522.688000', '200522.690000', '200522.693000', '200522.695000', '200522.698000', '200522.701000', '200522.703000', '200522.706000', '200522.708000', '200522.711000', '200522.713000', '200522.716000', '200522.719000', '200522.721000', '200522.724000', '200522.726000', '200522.729000', '200522.731000', '200522.734000', '200522.737000', '200522.739000', '200522.742000', '200522.744000', '200522.747000', '200522.750000', '200522.752000', '200522.755000', '200522.757000', '200522.760000', '200522.762000', '200522.765000', '200522.768000', '200522.770000', '200522.773000', '200522.775000', '200522.778000', '200522.781000', '200542.669000', '200542.672000', '200542.675000', '200542.678000', '200542.680000', '200542.683000', '200542.686000', '200542.688000', '200542.691000', '200542.693000', '200542.696000', '200542.699000', '200542.701000', '200542.704000', '200542.706000', '200542.709000', '200542.712000', '200542.714000', '200542.717000', '200542.719000', '200542.722000', '200542.724000', '200542.736000', '200542.743000', '200542.746000', '200542.748000', '200542.751000', '200542.753000', '200542.756000', '200542.759000', '200542.761000', '200542.764000', '200542.766000', '200542.769000', '200542.772000', '200542.774000', '200542.777000', '200542.779000', '200542.782000', '200542.785000', '200542.787000', '200542.790000', '200542.792000', '200602.670000', '200602.673000', '200602.676000', '200602.678000', '200602.681000', '200602.684000', '200602.686000', '200602.689000', '200602.692000', '200602.694000', '200602.697000', '200602.699000', '200602.702000', '200602.704000', '200602.707000', '200602.710000', '200602.712000', '200602.715000', '200602.717000', '200602.720000', '200602.722000', '200602.733000', '200602.736000', '200602.739000', '200602.741000', '200602.744000', '200602.746000', '200602.749000', '200602.752000', '200602.754000', '200602.757000', '200602.759000', '200602.762000', '200602.765000', '200602.767000', '200602.770000', '200602.772000', '200602.775000', '200602.777000', '200602.780000', '200602.782000', '200602.785000', '200602.788000', '200602.790000', '200622.671000', '200622.673000', '200622.676000', '200622.679000', '200622.682000', '200622.685000', '200622.688000', '200622.691000', '200622.693000', '200622.696000', '200622.698000', '200622.701000', '200622.704000', '200622.706000', '200622.709000', '200622.712000', '200622.714000', '200622.717000', '200622.719000', '200622.722000', '200622.725000', '200622.727000', '200622.730000', '200622.733000', '200622.735000', '200622.739000', '200622.742000', '200622.744000', '200622.747000', '200622.750000', '200622.752000', '200622.755000', '200622.757000', '200622.760000', '200622.763000', '200622.765000', '200622.768000', '200622.770000', '200622.773000', '200622.776000', '200622.778000', '200622.781000', '200622.783000', '200642.670000', '200642.672000', '200642.675000', '200642.678000', '200642.680000', '200642.683000', '200642.686000', '200642.688000', '200642.691000', '200642.693000', '200642.696000', '200642.698000', '200642.701000', '200642.704000', '200642.706000', '200642.709000', '200642.711000', '200642.714000', '200642.717000', '200642.719000', '200642.722000', '200642.725000', '200642.727000', '200642.730000', '200642.732000', '200642.735000', '200642.738000', '200642.740000', '200642.743000', '200642.745000', '200642.748000', '200642.750000', '200642.753000', '200642.756000', '200642.758000', '200642.761000', '200642.764000', '200642.766000', '200642.769000', '200642.771000', '200642.774000', '200642.777000', '200642.779000', '200642.782000', '200702.669000', '200702.672000', '200702.675000', '200702.678000', '200702.680000', '200702.683000', '200702.685000', '200702.688000', '200702.691000', '200702.693000', '200702.696000', '200702.699000', '200702.701000', '200702.704000', '200702.706000', '200702.709000', '200702.711000', '200702.714000', '200702.717000', '200702.719000', '200702.722000', '200702.724000', '200702.727000', '200702.730000', '200702.732000', '200702.735000', '200702.738000', '200702.741000', '200702.744000', '200702.746000', '200702.749000', '200702.752000', '200702.754000', '200702.757000', '200702.760000', '200702.762000', '200702.765000', '200702.767000', '200702.770000', '200702.772000', '200702.775000', '200702.778000', '200702.780000', '200722.669000', '200722.672000', '200722.675000', '200722.677000', '200722.680000', '200722.683000', '200722.715000', '200722.718000', '200722.721000', '200722.723000', '200722.726000', '200722.728000', '200722.731000', '200722.733000', '200722.736000', '200722.739000', '200722.741000', '200722.744000', '200722.756000', '200722.759000', '200722.761000', '200722.764000', '200722.766000', '200722.769000', '200722.772000', '200722.774000', '200722.777000', '200722.779000', '200722.782000', '200722.784000', '200722.787000', '200722.790000', '200722.792000', '200722.795000', '200722.797000', '200722.800000', '200722.803000', '200722.805000', '200722.808000', '200722.810000', '200722.813000', '200722.815000', '200722.818000', '200722.821000', '200742.670000', '200742.673000', '200742.675000', '200742.678000', '200742.681000', '200742.683000', '200742.686000', '200742.688000', '200742.691000', '200742.694000', '200742.696000', '200742.699000', '200742.701000', '200742.704000', '200742.706000', '200742.709000', '200742.712000', '200742.714000', '200742.717000', '200742.719000', '200742.722000', '200742.724000', '200742.727000', '200742.730000', '200742.732000', '200742.735000', '200742.737000', '200742.740000', '200742.742000', '200742.745000', '200742.748000', '200742.750000', '200742.753000', '200742.756000', '200742.758000', '200742.761000', '200742.764000', '200742.766000', '200742.769000', '200742.771000', '200742.774000', '200742.777000', '200742.781000', '200802.670000', '200802.673000', '200802.675000', '200802.678000', '200802.680000', '200802.683000', '200802.686000', '200802.688000', '200802.691000', '200802.693000', '200802.696000', '200802.698000', '200802.701000', '200802.704000', '200802.706000', '200802.709000', '200802.711000', '200802.714000', '200802.717000', '200802.719000', '200802.722000', '200802.724000', '200802.727000', '200802.729000', '200802.732000', '200802.735000', '200802.737000', '200802.740000', '200802.742000', '200802.745000', '200802.748000', '200802.750000', '200802.753000', '200802.755000', '200802.758000', '200802.761000', '200802.763000', '200802.766000', '200802.768000', '200802.771000', '200802.773000', '200802.776000', '200802.779000', '200802.781000', '200822.671000', '200822.673000', '200822.676000', '200822.679000', '200822.681000', '200822.684000', '200822.686000', '200822.689000', '200822.692000', '200822.694000', '200822.697000', '200822.699000', '200822.702000', '200822.704000', '200822.707000', '200822.710000', '200822.712000', '200822.715000', '200822.718000', '200822.720000', '200822.723000', '200822.725000', '200822.728000', '200822.730000', '200822.733000', '200822.736000', '200822.738000', '200822.741000', '200822.744000', '200822.747000', '200822.749000', '200822.752000', '200822.755000', '200822.757000', '200822.760000', '200822.762000', '200822.765000', '200822.767000', '200822.770000', '200822.773000', '200822.775000', '200822.778000', '200822.780000', '200842.670000', '200842.673000', '200842.676000', '200842.679000', '200842.681000', '200842.684000', '200842.686000', '200842.689000', '200842.691000', '200842.694000', '200842.697000', '200842.699000', '200842.702000', '200842.704000', '200842.707000', '200842.710000', '200842.712000', '200842.715000', '200842.717000', '200842.720000', '200842.723000', '200842.725000', '200842.728000', '200842.731000', '200842.733000', '200842.736000', '200842.738000', '200842.741000', '200842.743000', '200842.746000', '200842.749000', '200842.751000', '200842.754000', '200842.756000', '200842.759000', '200842.762000', '200842.764000', '200842.767000', '200842.769000', '200842.772000', '200842.775000', '200842.777000', '200842.780000', '200842.794000', '200902.669000', '200902.672000', '200902.675000', '200902.678000', '200902.680000', '200902.683000', '200902.686000', '200902.688000', '200902.691000', '200902.693000', '200902.696000', '200902.699000', '200902.701000', '200902.704000', '200902.706000', '200902.709000', '200902.712000', '200902.714000', '200902.717000', '200902.719000', '200902.722000', '200902.724000', '200902.727000', '200902.730000', '200902.732000', '200902.735000', '200902.737000', '200902.740000', '200902.743000', '200902.745000', '200902.748000', '200902.750000', '200902.753000', '200902.756000', '200902.759000', '200902.762000', '200902.765000', '200902.768000', '200902.770000', '200902.773000', '200902.775000', '200902.778000', '200902.781000', '200922.669000', '200922.672000', '200922.675000', '200922.677000', '200922.680000', '200922.683000', '200922.685000', '200922.688000', '200922.690000', '200922.693000', '200922.696000', '200922.698000', '200922.701000', '200922.703000', '200922.706000', '200922.709000', '200922.711000', '200922.714000', '200922.716000', '200922.719000', '200922.721000', '200922.724000', '200922.727000', '200922.729000', '200922.732000', '200922.734000', '200922.737000', '200922.740000', '200922.742000', '200922.745000', '200922.748000', '200922.750000', '200922.753000', '200922.757000', '200922.760000', '200922.763000', '200922.765000', '200922.768000', '200922.770000', '200922.773000', '200922.775000', '200922.778000', '200922.781000', '200922.783000', '200942.670000', '200942.672000', '200942.675000', '200942.678000', '200942.680000', '200942.683000', '200942.685000', '200942.688000', '200942.691000', '200942.693000', '200942.696000', '200942.698000', '200942.701000', '200942.703000', '200942.706000', '200942.709000', '200942.711000', '200942.714000', '200942.716000', '200942.719000', '200942.722000', '200942.724000', '200942.727000', '200942.729000', '200942.732000', '200942.735000', '200942.737000', '200942.740000', '200942.742000', '200942.745000', '200942.747000', '200942.750000', '200942.753000', '200942.755000', '200942.758000', '200942.760000', '200942.763000', '200942.766000', '200942.768000', '200942.771000', '200942.774000', '200942.776000', '200942.779000', '201002.670000', '201002.673000', '201002.676000', '201002.678000', '201002.681000', '201002.683000', '201002.686000', '201002.689000', '201002.691000', '201002.694000', '201002.696000', '201002.699000', '201002.702000', '201002.704000', '201002.707000', '201002.709000', '201002.712000', '201002.715000', '201002.717000', '201002.720000', '201002.722000', '201002.725000', '201002.727000', '201002.730000', '201002.732000', '201002.735000', '201002.738000', '201002.740000', '201002.743000', '201002.745000', '201002.748000', '201002.751000', '201002.753000', '201002.756000', '201002.758000', '201002.761000', '201002.763000', '201002.766000', '201002.768000', '201002.771000', '201002.774000', '201002.776000', '201002.779000', '201002.781000', '201022.670000', '201022.673000', '201022.675000', '201022.678000', '201022.680000', '201022.683000', '201022.685000', '201022.688000', '201022.691000', '201022.693000', '201022.696000', '201022.698000', '201022.701000', '201022.704000', '201022.706000', '201022.709000', '201022.711000', '201022.714000', '201022.717000', '201022.719000', '201022.722000', '201022.724000', '201022.727000', '201022.729000', '201022.732000', '201022.735000', '201022.737000', '201022.740000', '201022.743000', '201022.745000', '201022.748000', '201022.750000', '201022.753000', '201022.755000', '201022.758000', '201022.761000', '201022.763000', '201022.766000', '201022.768000', '201022.771000', '201022.774000', '201022.776000', '201022.779000', '201042.671000', '201042.673000', '201042.676000', '201042.679000', '201042.681000', '201042.684000', '201042.686000', '201042.689000', '201042.691000', '201042.694000', '201042.697000', '201042.699000', '201042.702000', '201042.704000', '201042.707000', '201042.710000', '201042.712000', '201042.715000', '201042.717000', '201042.720000', '201042.722000', '201042.725000', '201042.728000', '201042.730000', '201042.733000', '201042.735000', '201042.738000', '201042.740000', '201042.743000', '201042.746000', '201042.748000', '201042.751000', '201042.753000', '201042.756000', '201042.759000', '201042.761000', '201042.764000', '201042.766000', '201042.769000', '201042.772000', '201042.774000', '201042.777000', '201042.779000', '201042.782000', '201102.671000', '201102.673000', '201102.676000', '201102.679000', '201102.681000', '201102.684000', '201102.686000', '201102.689000', '201102.692000', '201102.694000', '201102.697000', '201102.699000', '201102.702000', '201102.705000', '201102.707000', '201102.710000', '201102.713000', '201102.715000', '201102.718000', '201102.720000', '201102.723000', '201102.726000', '201102.728000', '201102.731000', '201102.733000', '201102.736000', '201102.739000', '201102.741000', '201102.744000', '201102.747000', '201102.749000', '201102.752000', '201102.754000', '201102.757000', '201102.760000', '201102.762000', '201102.765000', '201102.768000', '201102.770000', '201102.773000', '201102.776000', '201102.778000', '201102.781000', '201107.873000', '201107.876000', '201107.879000', '201107.881000', '201107.884000', '201107.887000', '201107.889000', '201107.892000', '201107.895000', '201107.897000', '201107.900000', '201107.903000'], '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': [6742, 7311, 6440, 7043, 8231, 6953, 7174, 6827, 7034, 7050, 6478, 6847, 7910, 7420, 6726, 7256, 7257, 7076, 7032, 7327, 6803, 7301, 6677, 7433, 7262, 6891, 7304, 7005, 7264, 6696, 7074, 7199, 6973, 7576, 6687, 7301, 7376, 7115, 7897, 7000, 7660, 6612, 7512, 7102, 7154, 7652, 6790, 7414, 6200, 7540, 7524, 6978, 7395, 6627, 7159, 7257, 7027, 6939, 6745, 7381, 6551, 7125, 6885, 6777, 7352, 6807, 7078, 6720, 7094, 6766, 6899, 7171, 6390, 6997, 6999, 6936, 7092, 6724, 6950, 7199, 6635, 7481, 6773, 7114, 5892, 6906, 6779, 6591, 7479, 6859, 7118, 7375, 6665, 7142, 6793, 6855, 6497, 6826, 6684, 6504, 7315, 6808, 6939, 6107, 6763, 6887, 6921, 7414, 6698, 6828, 5695, 7065, 6729, 6825, 7070, 6301, 7010, 7576, 6670, 6378, 6794, 7016, 6827, 6678, 6397, 6752, 6652, 6827, 6997, 6856, 7004, 6645, 7091, 5934, 6706, 7066, 6656, 7190, 6595, 7053, 6230, 6849, 6450, 6542, 6533, 6804, 6386, 6924, 6765, 7100, 6451, 6833, 8026, 6695, 6640, 6447, 7213, 5895, 6572, 6426, 6443, 6889, 6830, 6634, 7121, 6381, 7119, 6634, 6941, 7278, 6848, 6784, 6543, 7337, 6532, 6756, 7048, 6673, 7207, 6324, 6910, 7024, 6825, 7281, 6481, 6786, 7159, 6923, 6576, 6904, 7135, 6252, 6915, 7144, 6949, 7298, 6718, 7004, 7752, 7019, 6692, 7017, 7087, 6535, 6833, 7235, 7014, 7226, 6939, 7005, 7153, 7256, 7543, 6590, 7170, 6305, 6772, 7177, 7339, 6952, 6639, 6778, 6339, 6706, 7175, 6902, 7266, 6644, 7059, 6601, 6811, 7584, 6714, 6971, 6353, 7289, 7627, 6701, 7001, 6692, 6861, 6040, 6717, 7211, 6637, 7205, 6730, 7217, 7589, 6837, 7184, 6378, 6912, 7403, 6953, 7302, 6753, 6695, 7166, 6926, 7331, 6520, 6697, 6780, 6458, 7093, 6818, 6992, 6391, 6647, 7217, 6671, 6822, 6474, 6760, 6978, 6736, 6874, 6372, 6609, 7462, 6397, 7182, 6468, 6694, 5975, 6862, 7052, 6814, 6926, 6650, 6593, 7612, 6656, 7365, 6602, 6759, 6437, 6474, 6869, 6758, 6557, 6136, 6392, 7275, 6765, 6657, 6090, 6716, 7863, 6447, 6851, 6473, 6480, 7219, 6363, 6730, 6577, 6728, 6301, 6605, 6686, 6810, 6520, 5829, 6436, 7083, 6416, 6826, 6652, 6692, 6108, 6468, 6970, 6765, 6720, 6124, 6497, 7141, 6414, 6901, 6463, 6633, 7576, 6356, 7178, 6564, 6586, 6123, 6623, 6923, 6444, 6893, 6456, 6646, 7679, 6370, 6810, 6828, 6751, 6453, 6542, 7190, 6999, 6650, 6572, 6613, 7782, 6525, 7169, 6732, 6923, 6256, 6615, 7332, 7148, 6975, 6941, 7051, 6456, 6546, 7365, 6982, 7361, 6719, 6911, 6583, 6757, 7226, 6445, 6890, 6548, 6651, 6891, 6548, 6989, 6731, 6812, 6540, 6701, 7149, 6580, 7242, 6697, 6760, 6075, 6556, 7279, 6684, 6635, 6459, 6904, 6125, 6723, 7092, 6904, 6825, 6454, 6520, 7828, 6786, 7170, 6389, 6709, 6139, 6671, 7704, 7091, 7032, 6548, 6777, 7174, 6643, 7068, 6504, 6752, 6430, 6688, 6303, 6877, 7495, 6755, 6811, 6722, 6980, 7813, 6406, 6977, 6304, 6718, 6620, 6620, 7200, 6730, 6681, 6426, 6721, 7240, 6789, 7066, 6769, 6875, 6466, 6683, 7215, 6818, 6875, 6316, 6705, 7607, 6830, 6987, 6218, 6541, 7126, 6475, 7047, 6463, 6618, 7262, 6646, 6951, 6470, 6695, 5970, 6665, 7361, 7013, 6744, 6842, 6467, 7106, 6589, 7040, 6560, 6687, 6280, 6696, 7212, 6525, 6581, 6246, 6530, 6960, 6828, 6299, 6622, 6942, 5841, 6506, 6995, 6659, 6751, 7268, 6615, 6933, 6597, 6391, 7124, 6380, 6760, 6806, 6217, 6143, 6883, 7247, 6680, 6616, 6512, 6790, 7354, 6689, 7078, 6733, 6272, 6220, 6807, 7032, 6431, 6477, 6274, 6991, 6975, 6553, 6410, 6122, 6797, 7066, 6776, 6860, 6301, 6853, 7152, 6588, 6644, 6655, 6573, 7253, 6623, 6584, 6376, 6601, 7112, 6582, 6559, 6391, 6791, 7121, 6453, 6968, 6134, 6658, 7305, 6717, 6858, 7449, 6652, 6815, 6085, 6797, 6950, 6723, 6699, 7084, 6625, 6820, 6329, 6757, 7300, 6639, 6835, 6144, 6966, 7424, 6931, 6894, 6593, 6678, 7444, 6956, 7056, 6150, 6786, 7227, 6693, 6810, 6056, 7079, 7063, 6732, 6728, 6252, 6974, 7180, 6877, 6836, 6232, 6783, 7189, 6460, 6856, 6076, 6836, 7216, 6444, 6707, 5781, 6531, 6848, 6530, 6797, 7057, 6252, 6489, 6626, 6769, 7006, 6665, 6673, 6814, 6351, 6232, 6950, 7000, 6862, 6718, 6486, 6853, 7676, 6616, 6760, 6534, 6882, 7973, 6592, 6794, 6625, 7003, 7653, 6422, 7161, 6394, 7153, 7424, 6825, 7062, 6685, 6773, 7534, 6669, 6943, 6815, 6537, 7510, 6790, 6992, 6586, 6700, 7145, 6501, 6507, 5989, 6886, 6910, 6385, 6497, 6252, 6854, 7092, 6766, 6742, 6303, 6998, 7345, 6750, 6860, 6393, 6987, 7408, 6975, 6635, 6224, 6859, 7360, 6999, 6751, 6230, 6554, 6878, 6948, 6750, 5766, 6733, 6689, 6136, 6520, 6063, 6607, 6072, 6308, 6317, 6181, 6533, 6385, 6623, 6377, 6171, 6161, 6401, 6399, 6491, 6263, 6747, 6603, 6438, 6613, 8713, 6747, 6867, 6497, 6573, 6627, 6695, 6644, 6600, 6630, 7102, 6578, 6656, 6789, 6389, 6550, 6598, 6785, 6779, 6362, 6435, 6472, 6807, 6726, 6494, 6555, 6506, 7222, 6599, 6690, 6482, 6661, 7981, 6564, 6979, 6846, 6648, 6123, 6437, 7000, 6681, 6798, 6301, 6613, 6925, 6687, 6838, 6765, 6576, 7071, 6609, 6807, 6840, 6651, 6383, 6639, 6878, 6308, 6734, 6001, 6626, 6876, 6862, 7079, 6594, 6836, 6892, 7183, 7346, 6247, 6979, 7381, 7688, 7943, 7476, 8235, 6990, 8134, 7763, 6469, 6694, 7787, 6664, 7222, 6403, 6900, 6879, 6829, 5936, 6427, 7628, 6620, 6826, 6977, 6931, 6346, 6839, 7310, 6544, 6991, 6612, 6811, 7068, 6725, 7126, 6176, 6830, 6628, 6133, 6573, 7598, 6628, 7090, 6450, 6794, 7447, 6745, 6962, 6658, 6699, 6441, 6543, 7073, 6600, 6599, 6208, 6823, 7052, 6678, 6779, 6701, 6752, 6554, 6340, 6943, 6686, 6615, 6295, 6520, 7770, 6880, 7068, 6553, 6838, 6411, 6587, 7275, 6769, 7291, 6424, 5950, 5965, 6216, 6652, 7944, 6502, 7517, 8619, 6315, 7228, 6708, 6826, 7448, 6929, 7093, 6940, 7115, 7784, 6820, 7461, 6663, 7147, 7714, 6504, 7759, 6734, 7841, 6854, 7343, 7504, 6555, 7476, 7315, 7628, 6633, 7208, 7129, 6823, 7170, 6750], 'WindowCenter': [3636.0, 3642.0, 3617.0, 3629.0, 3634.0, 3599.0, 3600.0, 3590.0, 3598.0, 3586.0, 3575.0, 3587.0, 3595.0, 3584.0, 3579.0, 3591.0, 3590.0, 3578.0, 3591.0, 3585.0, 3573.0, 3585.0, 3571.0, 3586.0, 3583.0, 3575.0, 3572.0, 3571.0, 3589.0, 3571.0, 3574.0, 3573.0, 3572.0, 3584.0, 3573.0, 3586.0, 3584.0, 3575.0, 3596.0, 3574.0, 3596.0, 3573.0, 3585.0, 3587.0, 3589.0, 3597.0, 3579.0, 3587.0, 3563.0, 3596.0, 3586.0, 3586.0, 3586.0, 3576.0, 3587.0, 3588.0, 3587.0, 3586.0, 3589.0, 3587.0, 3573.0, 3588.0, 3584.0, 3590.0, 3599.0, 3591.0, 3593.0, 3586.0, 3588.0, 3587.0, 3590.0, 3589.0, 3575.0, 3592.0, 3589.0, 3588.0, 3591.0, 3587.0, 3590.0, 3587.0, 3588.0, 3599.0, 3586.0, 3601.0, 3570.0, 3592.0, 3588.0, 3592.0, 3599.0, 3587.0, 3592.0, 3597.0, 3593.0, 3589.0, 3589.0, 3592.0, 3576.0, 3590.0, 3588.0, 3589.0, 3601.0, 3590.0, 3601.0, 3578.0, 3601.0, 3600.0, 3604.0, 3601.0, 3603.0, 3602.0, 3578.0, 3602.0, 3602.0, 3603.0, 3601.0, 3590.0, 3603.0, 3610.0, 3601.0, 3591.0, 3601.0, 3601.0, 3603.0, 3603.0, 3592.0, 3604.0, 3600.0, 3605.0, 3605.0, 3607.0, 3604.0, 3590.0, 3602.0, 3583.0, 3601.0, 3599.0, 3603.0, 3600.0, 3592.0, 3604.0, 3583.0, 3590.0, 3592.0, 3594.0, 3590.0, 3602.0, 3605.0, 3615.0, 3605.0, 3616.0, 3591.0, 3604.0, 3611.0, 3594.0, 3589.0, 3577.0, 3601.0, 3567.0, 3594.0, 3589.0, 3592.0, 3613.0, 3614.0, 3613.0, 3614.0, 3608.0, 3616.0, 3605.0, 3603.0, 3601.0, 3590.0, 3594.0, 3591.0, 3601.0, 3580.0, 3590.0, 3590.0, 3590.0, 3603.0, 3576.0, 3602.0, 3588.0, 3587.0, 3603.0, 3591.0, 3593.0, 3587.0, 3600.0, 3592.0, 3603.0, 3603.0, 3587.0, 3601.0, 3598.0, 3603.0, 3600.0, 3589.0, 3602.0, 3598.0, 3588.0, 3587.0, 3592.0, 3589.0, 3575.0, 3588.0, 3598.0, 3590.0, 3598.0, 3586.0, 3589.0, 3587.0, 3599.0, 3613.0, 3590.0, 3602.0, 3591.0, 3589.0, 3586.0, 3598.0, 3588.0, 3587.0, 3586.0, 3585.0, 3587.0, 3596.0, 3586.0, 3596.0, 3588.0, 3597.0, 3585.0, 3584.0, 3597.0, 3585.0, 3584.0, 3573.0, 3596.0, 3594.0, 3584.0, 3587.0, 3573.0, 3585.0, 3563.0, 3585.0, 3598.0, 3585.0, 3596.0, 3584.0, 3596.0, 3598.0, 3584.0, 3583.0, 3573.0, 3587.0, 3585.0, 3584.0, 3583.0, 3579.0, 3587.0, 3583.0, 3582.0, 3583.0, 3574.0, 3584.0, 3572.0, 3574.0, 3583.0, 3589.0, 3583.0, 3574.0, 3585.0, 3593.0, 3584.0, 3584.0, 3573.0, 3588.0, 3584.0, 3585.0, 3584.0, 3573.0, 3586.0, 3595.0, 3585.0, 3584.0, 3574.0, 3586.0, 3581.0, 3586.0, 3596.0, 3590.0, 3597.0, 3586.0, 3587.0, 3596.0, 3585.0, 3599.0, 3589.0, 3586.0, 3580.0, 3586.0, 3589.0, 3588.0, 3588.0, 3578.0, 3587.0, 3596.0, 3586.0, 3586.0, 3577.0, 3589.0, 3596.0, 3586.0, 3585.0, 3585.0, 3586.0, 3597.0, 3586.0, 3585.0, 3586.0, 3586.0, 3586.0, 3586.0, 3586.0, 3587.0, 3586.0, 3576.0, 3588.0, 3597.0, 3591.0, 3598.0, 3599.0, 3599.0, 3594.0, 3587.0, 3601.0, 3587.0, 3587.0, 3575.0, 3587.0, 3597.0, 3587.0, 3601.0, 3590.0, 3599.0, 3611.0, 3587.0, 3598.0, 3589.0, 3587.0, 3575.0, 3598.0, 3600.0, 3588.0, 3601.0, 3590.0, 3598.0, 3609.0, 3587.0, 3589.0, 3589.0, 3588.0, 3586.0, 3587.0, 3599.0, 3597.0, 3587.0, 3590.0, 3588.0, 3608.0, 3587.0, 3596.0, 3585.0, 3597.0, 3574.0, 3589.0, 3596.0, 3585.0, 3585.0, 3597.0, 3598.0, 3586.0, 3586.0, 3596.0, 3597.0, 3596.0, 3585.0, 3586.0, 3585.0, 3586.0, 3595.0, 3574.0, 3585.0, 3574.0, 3586.0, 3585.0, 3586.0, 3585.0, 3586.0, 3586.0, 3585.0, 3587.0, 3585.0, 3590.0, 3597.0, 3592.0, 3586.0, 3577.0, 3586.0, 3596.0, 3586.0, 3588.0, 3591.0, 3597.0, 3577.0, 3587.0, 3586.0, 3597.0, 3587.0, 3589.0, 3587.0, 3595.0, 3585.0, 3585.0, 3574.0, 3586.0, 3574.0, 3585.0, 3595.0, 3585.0, 3588.0, 3577.0, 3585.0, 3598.0, 3586.0, 3585.0, 3575.0, 3589.0, 3579.0, 3589.0, 3586.0, 3587.0, 3599.0, 3588.0, 3589.0, 3585.0, 3586.0, 3595.0, 3575.0, 3585.0, 3576.0, 3585.0, 3585.0, 3585.0, 3599.0, 3585.0, 3588.0, 3577.0, 3586.0, 3596.0, 3585.0, 3585.0, 3588.0, 3586.0, 3578.0, 3588.0, 3585.0, 3585.0, 3585.0, 3573.0, 3587.0, 3598.0, 3572.0, 3587.0, 3562.0, 3577.0, 3584.0, 3577.0, 3587.0, 3574.0, 3585.0, 3585.0, 3589.0, 3586.0, 3577.0, 3587.0, 3580.0, 3586.0, 3596.0, 3589.0, 3586.0, 3588.0, 3590.0, 3600.0, 3587.0, 3598.0, 3590.0, 3587.0, 3586.0, 3590.0, 3597.0, 3587.0, 3587.0, 3585.0, 3587.0, 3600.0, 3591.0, 3587.0, 3586.0, 3598.0, 3569.0, 3586.0, 3586.0, 3589.0, 3587.0, 3597.0, 3587.0, 3586.0, 3586.0, 3587.0, 3587.0, 3575.0, 3586.0, 3589.0, 3576.0, 3580.0, 3601.0, 3596.0, 3590.0, 3589.0, 3575.0, 3589.0, 3585.0, 3585.0, 3588.0, 3590.0, 3585.0, 3577.0, 3588.0, 3602.0, 3589.0, 3589.0, 3591.0, 3603.0, 3604.0, 3593.0, 3592.0, 3579.0, 3591.0, 3598.0, 3588.0, 3591.0, 3589.0, 3591.0, 3588.0, 3592.0, 3587.0, 3590.0, 3588.0, 3597.0, 3590.0, 3590.0, 3580.0, 3589.0, 3598.0, 3591.0, 3591.0, 3580.0, 3588.0, 3587.0, 3588.0, 3601.0, 3576.0, 3590.0, 3600.0, 3586.0, 3587.0, 3587.0, 3589.0, 3589.0, 3578.0, 3589.0, 3588.0, 3588.0, 3589.0, 3585.0, 3589.0, 3589.0, 3577.0, 3589.0, 3596.0, 3586.0, 3588.0, 3579.0, 3600.0, 3599.0, 3589.0, 3601.0, 3586.0, 3589.0, 3596.0, 3591.0, 3590.0, 3575.0, 3590.0, 3597.0, 3590.0, 3590.0, 3576.0, 3590.0, 3588.0, 3590.0, 3590.0, 3575.0, 3601.0, 3587.0, 3587.0, 3590.0, 3578.0, 3590.0, 3586.0, 3579.0, 3590.0, 3580.0, 3590.0, 3599.0, 3578.0, 3588.0, 3568.0, 3590.0, 3590.0, 3579.0, 3590.0, 3601.0, 3590.0, 3588.0, 3600.0, 3604.0, 3605.0, 3603.0, 3602.0, 3603.0, 3593.0, 3579.0, 3603.0, 3602.0, 3593.0, 3592.0, 3591.0, 3600.0, 3613.0, 3592.0, 3592.0, 3592.0, 3602.0, 3609.0, 3588.0, 3591.0, 3591.0, 3590.0, 3596.0, 3576.0, 3588.0, 3579.0, 3600.0, 3598.0, 3589.0, 3586.0, 3589.0, 3588.0, 3602.0, 3590.0, 3590.0, 3593.0, 3593.0, 3599.0, 3590.0, 3590.0, 3588.0, 3590.0, 3589.0, 3591.0, 3589.0, 3579.0, 3600.0, 3600.0, 3592.0, 3592.0, 3590.0, 3603.0, 3602.0, 3603.0, 3603.0, 3588.0, 3603.0, 3600.0, 3592.0, 3592.0, 3590.0, 3603.0, 3601.0, 3599.0, 3590.0, 3579.0, 3591.0, 3600.0, 3590.0, 3589.0, 3568.0, 3576.0, 3587.0, 3589.0, 3588.0, 3569.0, 3590.0, 3589.0, 3592.0, 3589.0, 3592.0, 3602.0, 3595.0, 3602.0, 3602.0, 3603.0, 3602.0, 3594.0, 3602.0, 3595.0, 3592.0, 3592.0, 3608.0, 3600.0, 3602.0, 3601.0, 3617.0, 3614.0, 3605.0, 3602.0, 3624.0, 3589.0, 3588.0, 3588.0, 3589.0, 3592.0, 3587.0, 3590.0, 3593.0, 3589.0, 3592.0, 3588.0, 3587.0, 3587.0, 3588.0, 3587.0, 3587.0, 3587.0, 3586.0, 3587.0, 3575.0, 3587.0, 3587.0, 3587.0, 3586.0, 3586.0, 3588.0, 3597.0, 3587.0, 3588.0, 3578.0, 3588.0, 3607.0, 3587.0, 3585.0, 3585.0, 3587.0, 3578.0, 3576.0, 3586.0, 3588.0, 3585.0, 3574.0, 3588.0, 3586.0, 3587.0, 3585.0, 3585.0, 3587.0, 3588.0, 3589.0, 3588.0, 3589.0, 3587.0, 3578.0, 3587.0, 3585.0, 3578.0, 3590.0, 3574.0, 3587.0, 3589.0, 3588.0, 3601.0, 3592.0, 3590.0, 3590.0, 3590.0, 3601.0, 3580.0, 3595.0, 3590.0, 3590.0, 3602.0, 3590.0, 3602.0, 3580.0, 3604.0, 3603.0, 3581.0, 3603.0, 3612.0, 3602.0, 3612.0, 3587.0, 3585.0, 3585.0, 3600.0, 3593.0, 3601.0, 3610.0, 3588.0, 3588.0, 3602.0, 3602.0, 3587.0, 3587.0, 3602.0, 3587.0, 3586.0, 3587.0, 3587.0, 3597.0, 3590.0, 3589.0, 3579.0, 3590.0, 3599.0, 3588.0, 3600.0, 3626.0, 3600.0, 3602.0, 3576.0, 3585.0, 3584.0, 3584.0, 3584.0, 3574.0, 3586.0, 3579.0, 3576.0, 3585.0, 3573.0, 3574.0, 3562.0, 3584.0, 3583.0, 3587.0, 3587.0, 3588.0, 3586.0, 3577.0, 3578.0, 3587.0, 3587.0, 3584.0, 3577.0, 3577.0, 3598.0, 3588.0, 3585.0, 3578.0, 3588.0, 3577.0, 3577.0, 3598.0, 3574.0, 3585.0, 3574.0, 3574.0, 3576.0, 3577.0, 3588.0, 3599.0, 3575.0, 3586.0, 3598.0, 3574.0, 3585.0, 3589.0, 3589.0, 3595.0, 3587.0, 3587.0, 3585.0, 3586.0, 3585.0, 3577.0, 3585.0, 3562.0, 3573.0, 3571.0, 3560.0, 3569.0, 3559.0, 3580.0, 3557.0, 3570.0, 3569.0, 3560.0, 3569.0, 3568.0, 3579.0, 3560.0, 3583.0, 3571.0, 3558.0, 3570.0, 3573.0], 'WindowWidth': [8245.0, 8245.0, 8201.0, 8222.0, 8216.0, 8162.0, 8163.0, 8147.0, 8154.0, 8137.0, 8120.0, 8138.0, 8144.0, 8128.0, 8125.0, 8140.0, 8140.0, 8122.0, 8142.0, 8129.0, 8109.0, 8128.0, 8105.0, 8130.0, 8123.0, 8115.0, 8107.0, 8104.0, 8136.0, 8104.0, 8112.0, 8109.0, 8107.0, 8126.0, 8110.0, 8132.0, 8126.0, 8115.0, 8144.0, 8113.0, 8144.0, 8110.0, 8131.0, 8133.0, 8138.0, 8147.0, 8124.0, 8136.0, 8099.0, 8146.0, 8131.0, 8131.0, 8131.0, 8118.0, 8135.0, 8136.0, 8135.0, 8132.0, 8139.0, 8135.0, 8113.0, 8138.0, 8129.0, 8141.0, 8154.0, 8145.0, 8149.0, 8133.0, 8139.0, 8135.0, 8142.0, 8142.0, 8118.0, 8148.0, 8140.0, 8139.0, 8146.0, 8135.0, 8145.0, 8136.0, 8140.0, 8154.0, 8136.0, 8161.0, 8117.0, 8149.0, 8139.0, 8147.0, 8154.0, 8136.0, 8148.0, 8148.0, 8150.0, 8141.0, 8142.0, 8149.0, 8121.0, 8144.0, 8140.0, 8144.0, 8162.0, 8145.0, 8163.0, 8130.0, 8163.0, 8159.0, 8167.0, 8161.0, 8166.0, 8167.0, 8130.0, 8166.0, 8164.0, 8167.0, 8163.0, 8145.0, 8166.0, 8172.0, 8162.0, 8149.0, 8163.0, 8163.0, 8168.0, 8169.0, 8152.0, 8171.0, 8162.0, 8172.0, 8170.0, 8174.0, 8168.0, 8147.0, 8164.0, 8139.0, 8163.0, 8157.0, 8165.0, 8160.0, 8149.0, 8168.0, 8138.0, 8147.0, 8148.0, 8155.0, 8149.0, 8167.0, 8173.0, 8190.0, 8175.0, 8189.0, 8149.0, 8170.0, 8174.0, 8153.0, 8141.0, 8124.0, 8157.0, 8112.0, 8153.0, 8141.0, 8151.0, 8182.0, 8188.0, 8185.0, 8187.0, 8180.0, 8189.0, 8171.0, 8166.0, 8161.0, 8146.0, 8153.0, 8146.0, 8161.0, 8130.0, 8144.0, 8142.0, 8143.0, 8165.0, 8121.0, 8162.0, 8139.0, 8138.0, 8164.0, 8147.0, 8152.0, 8137.0, 8158.0, 8147.0, 8165.0, 8166.0, 8138.0, 8161.0, 8154.0, 8165.0, 8157.0, 8141.0, 8161.0, 8152.0, 8140.0, 8136.0, 8148.0, 8143.0, 8119.0, 8140.0, 8152.0, 8143.0, 8153.0, 8134.0, 8142.0, 8135.0, 8152.0, 8182.0, 8145.0, 8166.0, 8148.0, 8144.0, 8134.0, 8152.0, 8138.0, 8138.0, 8138.0, 8133.0, 8138.0, 8149.0, 8134.0, 8147.0, 8140.0, 8151.0, 8132.0, 8131.0, 8150.0, 8131.0, 8130.0, 8114.0, 8147.0, 8143.0, 8128.0, 8137.0, 8112.0, 8133.0, 8101.0, 8131.0, 8151.0, 8133.0, 8147.0, 8129.0, 8149.0, 8150.0, 8128.0, 8128.0, 8112.0, 8137.0, 8131.0, 8129.0, 8127.0, 8125.0, 8135.0, 8126.0, 8125.0, 8126.0, 8115.0, 8130.0, 8111.0, 8115.0, 8127.0, 8140.0, 8129.0, 8115.0, 8131.0, 8140.0, 8131.0, 8131.0, 8114.0, 8139.0, 8128.0, 8133.0, 8129.0, 8113.0, 8135.0, 8144.0, 8132.0, 8131.0, 8118.0, 8136.0, 8132.0, 8137.0, 8149.0, 8144.0, 8152.0, 8135.0, 8140.0, 8149.0, 8135.0, 8155.0, 8143.0, 8137.0, 8129.0, 8137.0, 8142.0, 8142.0, 8142.0, 8127.0, 8139.0, 8149.0, 8137.0, 8137.0, 8125.0, 8143.0, 8147.0, 8136.0, 8134.0, 8134.0, 8136.0, 8149.0, 8136.0, 8134.0, 8136.0, 8137.0, 8136.0, 8137.0, 8135.0, 8138.0, 8137.0, 8123.0, 8142.0, 8153.0, 8148.0, 8157.0, 8157.0, 8161.0, 8154.0, 8141.0, 8161.0, 8140.0, 8138.0, 8121.0, 8139.0, 8151.0, 8141.0, 8161.0, 8145.0, 8159.0, 8175.0, 8141.0, 8154.0, 8142.0, 8138.0, 8122.0, 8156.0, 8159.0, 8142.0, 8161.0, 8145.0, 8156.0, 8168.0, 8140.0, 8144.0, 8143.0, 8141.0, 8135.0, 8138.0, 8155.0, 8152.0, 8139.0, 8146.0, 8141.0, 8166.0, 8139.0, 8149.0, 8134.0, 8150.0, 8118.0, 8143.0, 8148.0, 8133.0, 8134.0, 8152.0, 8155.0, 8136.0, 8137.0, 8148.0, 8150.0, 8148.0, 8134.0, 8135.0, 8133.0, 8134.0, 8145.0, 8117.0, 8133.0, 8116.0, 8134.0, 8133.0, 8134.0, 8133.0, 8135.0, 8136.0, 8132.0, 8139.0, 8135.0, 8144.0, 8150.0, 8148.0, 8137.0, 8124.0, 8137.0, 8147.0, 8134.0, 8140.0, 8146.0, 8153.0, 8125.0, 8138.0, 8135.0, 8152.0, 8138.0, 8141.0, 8137.0, 8144.0, 8135.0, 8134.0, 8118.0, 8135.0, 8115.0, 8132.0, 8145.0, 8132.0, 8138.0, 8121.0, 8133.0, 8155.0, 8138.0, 8132.0, 8119.0, 8142.0, 8127.0, 8142.0, 8136.0, 8140.0, 8156.0, 8139.0, 8141.0, 8133.0, 8135.0, 8145.0, 8118.0, 8133.0, 8119.0, 8133.0, 8130.0, 8132.0, 8154.0, 8133.0, 8139.0, 8123.0, 8137.0, 8148.0, 8133.0, 8133.0, 8137.0, 8136.0, 8125.0, 8138.0, 8131.0, 8131.0, 8132.0, 8112.0, 8137.0, 8150.0, 8112.0, 8135.0, 8097.0, 8122.0, 8128.0, 8123.0, 8137.0, 8115.0, 8134.0, 8131.0, 8142.0, 8134.0, 8125.0, 8137.0, 8130.0, 8136.0, 8148.0, 8140.0, 8134.0, 8140.0, 8146.0, 8157.0, 8140.0, 8154.0, 8146.0, 8139.0, 8136.0, 8147.0, 8153.0, 8138.0, 8141.0, 8134.0, 8139.0, 8159.0, 8147.0, 8138.0, 8135.0, 8154.0, 8115.0, 8138.0, 8136.0, 8143.0, 8139.0, 8151.0, 8139.0, 8136.0, 8135.0, 8137.0, 8137.0, 8120.0, 8136.0, 8142.0, 8123.0, 8130.0, 8162.0, 8150.0, 8144.0, 8144.0, 8119.0, 8140.0, 8132.0, 8133.0, 8139.0, 8145.0, 8135.0, 8125.0, 8144.0, 8165.0, 8145.0, 8146.0, 8148.0, 8167.0, 8170.0, 8153.0, 8151.0, 8131.0, 8148.0, 8153.0, 8142.0, 8149.0, 8143.0, 8149.0, 8141.0, 8148.0, 8139.0, 8143.0, 8142.0, 8151.0, 8145.0, 8146.0, 8131.0, 8143.0, 8153.0, 8148.0, 8148.0, 8131.0, 8142.0, 8137.0, 8141.0, 8161.0, 8122.0, 8144.0, 8156.0, 8135.0, 8137.0, 8136.0, 8140.0, 8141.0, 8124.0, 8141.0, 8138.0, 8138.0, 8141.0, 8131.0, 8140.0, 8141.0, 8124.0, 8143.0, 8147.0, 8135.0, 8141.0, 8128.0, 8158.0, 8153.0, 8143.0, 8160.0, 8134.0, 8142.0, 8149.0, 8147.0, 8145.0, 8119.0, 8144.0, 8150.0, 8144.0, 8145.0, 8121.0, 8144.0, 8139.0, 8144.0, 8144.0, 8120.0, 8159.0, 8137.0, 8138.0, 8145.0, 8125.0, 8145.0, 8135.0, 8128.0, 8144.0, 8130.0, 8144.0, 8155.0, 8125.0, 8140.0, 8111.0, 8144.0, 8145.0, 8129.0, 8146.0, 8160.0, 8147.0, 8141.0, 8161.0, 8170.0, 8171.0, 8169.0, 8166.0, 8166.0, 8154.0, 8131.0, 8168.0, 8164.0, 8152.0, 8150.0, 8149.0, 8162.0, 8177.0, 8149.0, 8150.0, 8148.0, 8163.0, 8168.0, 8139.0, 8148.0, 8146.0, 8144.0, 8148.0, 8122.0, 8140.0, 8128.0, 8157.0, 8152.0, 8142.0, 8137.0, 8142.0, 8141.0, 8160.0, 8144.0, 8143.0, 8150.0, 8153.0, 8154.0, 8143.0, 8144.0, 8137.0, 8146.0, 8142.0, 8145.0, 8144.0, 8129.0, 8160.0, 8158.0, 8151.0, 8152.0, 8148.0, 8169.0, 8164.0, 8168.0, 8167.0, 8143.0, 8168.0, 8159.0, 8151.0, 8150.0, 8145.0, 8166.0, 8161.0, 8156.0, 8145.0, 8128.0, 8145.0, 8156.0, 8142.0, 8141.0, 8110.0, 8121.0, 8137.0, 8140.0, 8139.0, 8115.0, 8147.0, 8143.0, 8153.0, 8147.0, 8154.0, 8169.0, 8161.0, 8169.0, 8168.0, 8173.0, 8170.0, 8158.0, 8168.0, 8160.0, 8154.0, 8155.0, 8182.0, 8162.0, 8168.0, 8166.0, 8195.0, 8189.0, 8174.0, 8168.0, 8196.0, 8145.0, 8142.0, 8142.0, 8143.0, 8150.0, 8139.0, 8145.0, 8151.0, 8144.0, 8148.0, 8141.0, 8137.0, 8138.0, 8140.0, 8137.0, 8138.0, 8137.0, 8136.0, 8139.0, 8120.0, 8138.0, 8138.0, 8138.0, 8136.0, 8137.0, 8142.0, 8152.0, 8139.0, 8140.0, 8126.0, 8142.0, 8164.0, 8137.0, 8134.0, 8132.0, 8138.0, 8126.0, 8122.0, 8135.0, 8136.0, 8132.0, 8116.0, 8139.0, 8134.0, 8136.0, 8133.0, 8132.0, 8137.0, 8140.0, 8142.0, 8139.0, 8141.0, 8140.0, 8127.0, 8137.0, 8135.0, 8127.0, 8146.0, 8118.0, 8141.0, 8144.0, 8141.0, 8164.0, 8146.0, 8145.0, 8144.0, 8142.0, 8160.0, 8129.0, 8153.0, 8139.0, 8140.0, 8157.0, 8139.0, 8159.0, 8125.0, 8162.0, 8162.0, 8134.0, 8168.0, 8178.0, 8166.0, 8180.0, 8142.0, 8133.0, 8132.0, 8161.0, 8156.0, 8167.0, 8171.0, 8140.0, 8140.0, 8166.0, 8165.0, 8139.0, 8141.0, 8162.0, 8137.0, 8134.0, 8136.0, 8137.0, 8150.0, 8145.0, 8140.0, 8126.0, 8144.0, 8159.0, 8141.0, 8162.0, 8206.0, 8163.0, 8164.0, 8121.0, 8133.0, 8128.0, 8130.0, 8129.0, 8114.0, 8134.0, 8127.0, 8121.0, 8130.0, 8113.0, 8115.0, 8097.0, 8129.0, 8127.0, 8135.0, 8136.0, 8140.0, 8135.0, 8123.0, 8125.0, 8135.0, 8135.0, 8130.0, 8122.0, 8122.0, 8150.0, 8137.0, 8131.0, 8126.0, 8139.0, 8121.0, 8123.0, 8152.0, 8116.0, 8128.0, 8114.0, 8116.0, 8120.0, 8123.0, 8141.0, 8154.0, 8116.0, 8132.0, 8148.0, 8114.0, 8129.0, 8141.0, 8142.0, 8146.0, 8135.0, 8135.0, 8129.0, 8133.0, 8129.0, 8118.0, 8128.0, 8092.0, 8107.0, 8101.0, 8087.0, 8096.0, 8084.0, 8113.0, 8079.0, 8101.0, 8097.0, 8087.0, 8099.0, 8097.0, 8112.0, 8088.0, 8123.0, 8102.0, 8085.0, 8101.0, 8110.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.0011990997830802605</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022539967353579177</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.1310337658198</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.188654805874051</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0200141430727476</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4574</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5460.9902</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07231742491187651</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.4099783080260304</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3886359925361096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.280979036526313</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.656121573036763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.228807368045253</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00952963</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015553800389170647</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02459685504436493</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>922</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.797962625999687</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>32.0133</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.053</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.5921</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305778.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>607.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.3258</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0882</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.1142</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2844.6494</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3020.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70766.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>909.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3749.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.2892</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.169156009331346</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> |