=== 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-0131 --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-0131",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
111 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
111 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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-04/func/sub-0131_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>5679d1d01385e1715b2e23f54d3e5f1c</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>22:19:4.152500</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.9997, 0.00909937, -0.022745, -0.00837526, 0.999461, 0.0317309]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0979755</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>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4211, -7795, -7255, 395, -163, 8, 1, 95]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.539</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1b0afef8-4908-47dd-8c62-9b69226d5102||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.682121753692627, -0.02247021347284317, -0.06215798854827881, 112.94325256347656], [-0.024412943050265312, 2.6814818382263184, 0.08513347059488297, -103.47917175292969], [-0.06102316454052925, -0.08513177186250687, 2.697941541671753, -67.73542022705078], [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': ['221904.152500', '221904.612500', '221905.072500', '221905.532500', '221905.992500', '221906.452500', '221906.912500', '221907.372500', '221907.832500', '221908.292500', '221908.752500', '221909.212500', '221909.672500', '221910.132500', '221910.592500', '221911.052500', '221911.512500', '221911.972500', '221912.432500', '221912.892500', '221913.352500', '221913.812500', '221914.272500', '221914.732500', '221915.192500', '221915.652500', '221916.112500', '221916.572500', '221917.032500', '221917.492500', '221917.952500', '221918.412500', '221918.872500', '221919.332500', '221919.792500', '221920.252500', '221920.712500', '221921.172500', '221921.632500', '221922.092500', '221922.552500', '221923.012500', '221923.472500', '221923.932500', '221924.392500', '221924.852500', '221925.312500', '221925.772500', '221926.232500', '221926.692500', '221927.152500', '221927.612500', '221928.072500', '221928.532500', '221928.992500', '221929.452500', '221929.912500', '221930.372500', '221930.832500', '221931.292500', '221931.752500', '221932.212500', '221932.672500', '221933.132500', '221933.592500', '221934.052500', '221934.512500', '221934.972500', '221935.432500', '221935.892500', '221936.352500', '221936.812500', '221937.272500', '221937.732500', '221938.192500', '221938.652500', '221939.112500', '221939.572500', '221940.032500', '221940.492500', '221940.952500', '221941.412500', '221941.872500', '221942.332500', '221942.792500', '221943.252500', '221943.712500', '221944.172500', '221944.632500', '221945.092500', '221945.552500', '221946.012500', '221946.472500', '221946.932500', '221947.392500', '221947.852500', '221948.312500', '221948.772500', '221949.232500', '221949.692500', '221950.152500', '221950.612500', '221951.072500', '221951.532500', '221951.992500', '221952.452500', '221952.912500', '221953.372500', '221953.832500', '221954.292500', '221954.752500', '221955.212500', '221955.672500', '221956.132500', '221956.592500', '221957.052500', '221957.512500', '221957.972500', '221958.432500', '221958.892500', '221959.352500', '221959.812500', '222000.272500', '222000.732500', '222001.192500', '222001.652500', '222002.112500', '222002.572500', '222003.032500', '222003.492500', '222003.952500', '222004.412500', '222004.872500', '222005.332500', '222005.792500', '222006.252500', '222006.712500', '222007.172500', '222007.632500', '222008.092500', '222008.552500', '222009.012500', '222009.472500', '222009.932500', '222010.392500', '222010.852500', '222011.312500', '222011.772500', '222012.232500', '222012.692500', '222013.152500', '222013.612500', '222014.072500', '222014.532500', '222014.992500', '222015.452500', '222015.912500', '222016.372500', '222016.832500', '222017.292500', '222017.752500', '222018.212500', '222018.672500', '222019.132500', '222019.592500', '222020.052500', '222020.512500', '222020.972500', '222021.432500', '222021.892500', '222022.352500', '222022.812500', '222023.272500', '222023.732500', '222024.192500', '222024.652500', '222025.112500', '222025.572500', '222026.032500', '222026.492500', '222026.952500', '222027.412500', '222027.872500', '222028.332500', '222028.792500', '222029.252500', '222029.712500', '222030.172500', '222030.632500', '222031.092500', '222031.552500', '222032.012500', '222032.472500', '222032.932500', '222033.392500', '222033.852500', '222034.312500', '222034.772500', '222035.232500', '222035.692500', '222036.152500', '222036.612500', '222037.072500', '222037.532500', '222037.992500', '222038.452500', '222038.912500', '222039.372500', '222039.832500', '222040.292500', '222040.752500', '222041.212500', '222041.672500', '222042.132500', '222042.592500', '222043.052500', '222043.512500', '222043.972500', '222044.432500', '222044.892500', '222045.352500', '222045.812500', '222046.272500', '222046.732500', '222047.192500', '222047.652500', '222048.112500', '222048.572500', '222049.032500', '222049.492500', '222049.952500', '222050.412500', '222050.872500', '222051.332500', '222051.792500', '222052.252500', '222052.712500', '222053.172500', '222053.632500', '222054.092500', '222054.552500', '222055.012500', '222055.472500', '222055.932500', '222056.392500', '222056.852500', '222057.312500', '222057.772500', '222058.232500', '222058.692500', '222059.152500', '222059.612500', '222100.072500', '222100.532500', '222100.992500', '222101.452500', '222101.912500', '222102.372500', '222102.832500', '222103.292500', '222103.752500', '222104.212500', '222104.672500', '222105.132500', '222105.592500', '222106.052500', '222106.512500', '222106.972500', '222107.432500', '222107.892500', '222108.352500', '222108.812500', '222109.272500', '222109.732500', '222110.192500', '222110.652500', '222111.112500', '222111.572500', '222112.032500', '222112.492500', '222112.952500', '222113.412500', '222113.872500', '222114.332500', '222114.792500', '222115.252500', '222115.712500', '222116.172500', '222116.632500', '222117.092500', '222117.552500', '222118.012500', '222118.472500', '222118.932500', '222119.392500', '222119.852500', '222120.312500', '222120.772500', '222121.232500', '222121.692500', '222122.152500', '222122.612500', '222123.072500', '222123.532500', '222123.992500', '222124.452500', '222124.912500', '222125.372500', '222125.832500', '222126.292500', '222126.752500', '222127.212500', '222127.672500', '222128.132500', '222128.592500', '222129.052500', '222129.512500', '222129.972500', '222130.432500', '222130.892500', '222131.352500', '222131.812500', '222132.272500', '222132.732500', '222133.192500', '222133.652500', '222134.112500', '222134.572500', '222135.032500', '222135.492500', '222135.952500', '222136.412500', '222136.872500', '222137.332500', '222137.792500', '222138.252500', '222138.712500', '222139.172500', '222139.632500', '222140.092500', '222140.552500', '222141.012500', '222141.472500', '222141.932500', '222142.392500', '222142.852500', '222143.312500', '222143.772500', '222144.232500', '222144.692500', '222145.152500', '222145.612500', '222146.072500', '222146.532500', '222146.992500', '222147.452500', '222147.912500', '222148.372500', '222148.832500', '222149.292500', '222149.752500', '222150.212500', '222150.672500', '222151.132500', '222151.592500', '222152.052500', '222152.512500', '222152.972500', '222153.432500', '222153.892500', '222154.352500', '222154.812500', '222155.272500', '222155.732500', '222156.192500', '222156.652500', '222157.112500', '222157.572500', '222158.032500', '222158.492500', '222158.952500', '222159.412500', '222159.872500', '222200.332500', '222200.792500', '222201.252500', '222201.712500', '222202.172500', '222202.632500', '222203.092500', '222203.552500', '222204.012500', '222204.472500', '222204.932500', '222205.392500', '222205.852500', '222206.312500', '222206.772500', '222207.232500', '222207.692500', '222208.152500', '222208.612500', '222209.072500', '222209.532500', '222209.992500', '222210.452500', '222210.912500', '222211.372500', '222211.832500', '222212.292500', '222212.752500', '222213.212500', '222213.672500', '222214.132500', '222214.592500', '222215.052500', '222215.512500', '222215.972500', '222216.432500', '222216.892500', '222217.352500', '222217.812500', '222218.272500', '222218.732500', '222219.192500', '222219.652500', '222220.112500', '222220.572500', '222221.032500', '222221.492500', '222221.952500', '222222.412500', '222222.872500', '222223.332500', '222223.792500', '222224.252500', '222224.712500', '222225.172500', '222225.632500', '222226.092500', '222226.552500', '222227.012500', '222227.472500', '222227.932500', '222228.392500', '222228.852500', '222229.312500', '222229.772500', '222230.232500', '222230.692500', '222231.152500', '222231.612500', '222232.072500', '222232.532500', '222232.992500', '222233.452500', '222233.912500', '222234.372500', '222234.832500', '222235.292500', '222235.752500', '222236.212500', '222236.672500', '222237.132500', '222237.592500', '222238.052500', '222238.512500', '222238.972500', '222239.432500', '222239.892500', '222240.352500', '222240.812500', '222241.272500', '222241.732500', '222242.192500', '222242.652500', '222243.112500', '222243.572500', '222244.032500', '222244.492500', '222244.952500', '222245.412500', '222245.872500', '222246.332500', '222246.792500', '222247.252500', '222247.712500', '222248.172500', '222248.632500', '222249.092500', '222249.552500', '222250.012500', '222250.472500', '222250.932500', '222251.392500', '222251.852500', '222252.312500', '222252.772500', '222253.232500', '222253.692500', '222254.152500', '222254.612500', '222255.072500', '222255.532500', '222255.992500', '222256.452500', '222256.912500', '222257.372500', '222257.832500', '222258.292500', '222258.752500', '222259.212500', '222259.672500', '222300.132500', '222300.592500', '222301.052500', '222301.512500', '222301.972500', '222302.432500', '222302.892500', '222303.352500', '222303.812500', '222304.272500', '222304.732500', '222305.192500', '222305.652500', '222306.112500', '222306.572500', '222307.032500', '222307.492500', '222307.952500', '222308.412500', '222308.872500', '222309.332500', '222309.792500', '222310.252500', '222310.712500', '222311.172500', '222311.632500', '222312.092500', '222312.552500', '222313.012500', '222313.472500', '222313.932500', '222314.392500', '222314.852500', '222315.312500', '222315.772500', '222316.232500', '222316.692500', '222317.152500', '222317.612500', '222318.072500', '222318.532500', '222318.992500', '222319.452500', '222319.912500', '222320.372500', '222320.832500', '222321.292500', '222321.752500', '222322.212500', '222322.672500', '222323.132500', '222323.592500', '222324.052500', '222324.512500', '222324.972500', '222325.432500', '222325.892500', '222326.352500', '222326.812500', '222327.272500', '222327.732500', '222328.192500', '222328.652500', '222329.112500', '222329.572500', '222330.032500', '222330.492500', '222330.952500', '222331.412500', '222331.872500', '222332.332500', '222332.792500', '222333.252500', '222333.712500', '222334.172500', '222334.632500', '222335.092500', '222335.552500', '222336.012500', '222336.472500', '222336.932500', '222337.392500', '222337.852500', '222338.312500', '222338.772500', '222339.232500', '222339.692500', '222340.152500', '222340.612500', '222341.072500', '222341.532500', '222341.992500', '222342.452500', '222342.912500', '222343.372500', '222343.832500', '222344.292500', '222344.752500', '222345.212500', '222345.672500', '222346.132500', '222346.592500', '222347.052500', '222347.512500', '222347.972500', '222348.432500', '222348.892500', '222349.352500', '222349.812500', '222350.272500', '222350.732500', '222351.192500', '222351.652500', '222352.112500', '222352.572500', '222353.032500', '222353.492500', '222353.952500', '222354.412500', '222354.872500', '222355.332500', '222355.792500', '222356.252500', '222356.712500', '222357.172500', '222357.632500', '222358.092500', '222358.552500', '222359.012500', '222359.472500', '222359.932500', '222400.392500', '222400.852500', '222401.312500', '222401.772500', '222402.232500', '222402.692500', '222403.152500', '222403.612500', '222404.072500', '222404.532500', '222404.992500', '222405.452500', '222405.912500', '222406.372500', '222406.832500', '222407.292500', '222407.752500', '222408.212500', '222408.672500', '222409.132500', '222409.592500', '222410.052500', '222410.512500', '222410.972500', '222411.432500', '222411.892500', '222412.352500', '222412.812500', '222413.272500', '222413.732500', '222414.192500', '222414.652500', '222415.112500', '222415.572500', '222416.032500', '222416.492500', '222416.952500', '222417.412500', '222417.872500', '222418.332500', '222418.792500', '222419.252500', '222419.712500', '222420.172500', '222420.632500', '222421.092500', '222421.552500', '222422.012500', '222422.472500', '222422.932500', '222423.392500', '222423.852500', '222424.312500', '222424.772500', '222425.232500', '222425.692500', '222426.152500', '222426.612500', '222427.072500', '222427.532500', '222427.992500', '222428.452500', '222428.912500', '222429.372500', '222429.832500', '222430.292500', '222430.752500', '222431.212500', '222431.672500', '222432.132500', '222432.592500', '222433.052500', '222433.512500', '222433.972500', '222434.432500', '222434.892500', '222435.352500', '222435.812500', '222436.272500', '222436.732500', '222437.192500', '222437.652500', '222438.112500', '222438.572500', '222439.032500', '222439.492500', '222439.952500', '222440.412500', '222440.872500', '222441.332500', '222441.792500', '222442.252500', '222442.712500', '222443.172500', '222443.632500', '222444.092500', '222444.552500', '222445.012500', '222445.472500', '222445.932500', '222446.392500', '222446.852500', '222447.312500', '222447.772500', '222448.232500', '222448.692500', '222449.152500', '222449.612500', '222450.072500', '222450.532500', '222450.992500', '222451.452500', '222451.912500', '222452.372500', '222452.832500', '222453.292500', '222453.752500', '222454.212500', '222454.672500', '222455.132500', '222455.592500', '222456.052500', '222456.512500', '222456.972500', '222457.432500', '222457.892500', '222458.352500', '222458.812500', '222459.272500', '222459.732500', '222500.192500', '222500.652500', '222501.112500', '222501.572500', '222502.032500', '222502.492500', '222502.952500', '222503.412500', '222503.872500', '222504.332500', '222504.792500', '222505.252500', '222505.712500', '222506.172500', '222506.632500', '222507.092500', '222507.552500', '222508.012500', '222508.472500', '222508.932500', '222509.392500', '222509.852500', '222510.312500', '222510.772500', '222511.232500', '222511.692500', '222512.152500', '222512.612500', '222513.072500', '222513.532500', '222513.992500', '222514.452500', '222514.912500', '222515.372500', '222515.832500', '222516.292500', '222516.752500', '222517.212500', '222517.672500', '222518.132500', '222518.592500', '222519.052500', '222519.512500', '222519.972500', '222520.432500', '222520.892500', '222521.352500', '222521.812500', '222522.272500', '222522.732500', '222523.192500', '222523.652500', '222524.112500', '222524.572500', '222525.032500', '222525.492500', '222525.952500', '222526.412500', '222526.872500', '222527.332500', '222527.792500', '222528.252500', '222528.712500', '222529.172500', '222529.632500', '222530.092500', '222530.552500', '222531.012500', '222531.472500', '222531.932500', '222532.392500', '222532.852500', '222533.312500', '222533.772500', '222534.232500', '222534.692500', '222535.152500', '222535.612500', '222536.072500', '222536.532500', '222536.992500', '222537.452500', '222537.912500', '222538.372500', '222538.832500', '222539.292500', '222539.752500', '222540.212500', '222540.672500', '222541.132500', '222541.592500', '222542.052500', '222542.512500', '222542.972500', '222543.432500', '222543.892500', '222544.352500', '222544.812500', '222545.272500', '222545.732500', '222546.192500', '222546.652500', '222547.112500', '222547.572500', '222548.032500', '222548.492500', '222548.952500', '222549.412500', '222549.872500', '222550.332500', '222550.792500', '222551.252500', '222551.712500', '222552.172500', '222552.632500', '222553.092500', '222553.552500', '222554.012500', '222554.472500', '222554.932500', '222555.392500', '222555.852500', '222556.312500', '222556.772500', '222557.232500', '222557.692500', '222558.152500', '222558.612500', '222559.072500', '222559.532500', '222559.992500', '222600.452500', '222600.912500', '222601.372500', '222601.832500', '222602.292500', '222602.752500', '222603.212500', '222603.672500', '222604.132500', '222604.592500', '222605.052500', '222605.512500', '222605.972500', '222606.432500', '222606.892500', '222607.352500', '222607.812500', '222608.272500', '222608.732500', '222609.192500', '222609.652500'], 'ContentTime': ['221930.074000', '221930.077000', '221930.079000', '221930.082000', '221930.085000', '221930.087000', '221930.090000', '221930.092000', '221930.095000', '221930.097000', '221930.100000', '221930.102000', '221930.112000', '221930.115000', '221930.118000', '221930.120000', '221930.123000', '221930.126000', '221930.128000', '221930.131000', '221930.134000', '221930.136000', '221930.139000', '221930.141000', '221930.144000', '221930.147000', '221930.149000', '221930.152000', '221930.154000', '221930.157000', '221930.160000', '221930.162000', '221930.165000', '221930.167000', '221930.175000', '221930.178000', '221930.181000', '221930.183000', '221930.186000', '221930.189000', '221930.191000', '221930.194000', '221930.196000', '221930.199000', '221930.201000', '221930.204000', '221930.207000', '221930.209000', '221930.212000', '221930.214000', '221930.217000', '221930.220000', '221930.222000', '221930.225000', '221950.044000', '221950.048000', '221950.050000', '221950.053000', '221950.055000', '221950.058000', '221950.066000', '221950.068000', '221950.071000', '221950.073000', '221950.076000', '221950.079000', '221950.081000', '221950.084000', '221950.086000', '221950.089000', '221950.091000', '221950.094000', '221950.097000', '221950.099000', '221950.102000', '221950.104000', '221950.107000', '221950.109000', '221950.112000', '221950.115000', '221950.117000', '221950.120000', '221950.122000', '221950.125000', '221950.127000', '221950.130000', '221950.133000', '221950.135000', '221950.138000', '221950.140000', '221950.143000', '221950.145000', '221950.148000', '221950.150000', '221950.153000', '221950.155000', '221950.158000', '221950.161000', '222010.045000', '222010.047000', '222010.050000', '222010.053000', '222010.055000', '222010.058000', '222010.060000', '222010.063000', '222010.066000', '222010.068000', '222010.071000', '222010.074000', '222010.077000', '222010.079000', '222010.082000', '222010.085000', '222010.088000', '222010.091000', '222010.094000', '222010.098000', '222010.100000', '222010.103000', '222010.106000', '222010.108000', '222010.111000', '222010.113000', '222010.116000', '222010.119000', '222010.121000', '222010.124000', '222010.127000', '222010.129000', '222010.132000', '222010.134000', '222010.137000', '222010.140000', '222010.142000', '222010.145000', '222010.148000', '222010.151000', '222010.153000', '222010.156000', '222010.159000', '222030.045000', '222030.047000', '222030.050000', '222030.053000', '222030.055000', '222030.058000', '222030.060000', '222030.063000', '222030.066000', '222030.068000', '222030.071000', '222030.074000', '222030.076000', '222030.079000', '222030.092000', '222030.094000', '222030.097000', '222030.100000', '222030.102000', '222030.105000', '222030.107000', '222030.110000', '222030.113000', '222030.115000', '222030.118000', '222030.120000', '222030.123000', '222030.126000', '222030.128000', '222030.131000', '222030.134000', '222030.136000', '222030.139000', '222030.141000', '222030.144000', '222030.147000', '222030.149000', '222030.152000', '222030.155000', '222030.157000', '222030.160000', '222030.163000', '222030.165000', '222030.168000', '222050.044000', '222050.047000', '222050.050000', '222050.053000', '222050.056000', '222050.058000', '222050.061000', '222050.063000', '222050.066000', '222050.069000', '222050.071000', '222050.074000', '222050.076000', '222050.079000', '222050.082000', '222050.084000', '222050.087000', '222050.089000', '222050.092000', '222050.095000', '222050.097000', '222050.100000', '222050.102000', '222050.105000', '222050.108000', '222050.110000', '222050.113000', '222050.116000', '222050.118000', '222050.121000', '222050.124000', '222050.132000', '222050.135000', '222050.138000', '222050.140000', '222050.143000', '222050.146000', '222050.148000', '222050.151000', '222050.154000', '222050.156000', '222050.159000', '222050.162000', '222110.044000', '222110.047000', '222110.050000', '222110.052000', '222110.055000', '222110.058000', '222110.060000', '222110.063000', '222110.065000', '222110.068000', '222110.071000', '222110.073000', '222110.076000', '222110.078000', '222110.081000', '222110.084000', '222110.086000', '222110.089000', '222110.091000', '222110.094000', '222110.097000', '222110.100000', '222110.102000', '222110.105000', '222110.108000', '222110.111000', '222110.113000', '222110.128000', '222110.131000', '222110.133000', '222110.136000', '222110.139000', '222110.141000', '222110.144000', '222110.147000', '222110.149000', '222110.152000', '222110.154000', '222110.157000', '222110.159000', '222110.162000', '222110.165000', '222110.167000', '222110.170000', '222130.043000', '222130.046000', '222130.049000', '222130.052000', '222130.054000', '222130.057000', '222130.060000', '222130.062000', '222130.065000', '222130.068000', '222130.070000', '222130.073000', '222130.076000', '222130.078000', '222130.081000', '222130.084000', '222130.086000', '222130.089000', '222130.092000', '222130.094000', '222130.097000', '222130.100000', '222130.102000', '222130.105000', '222130.107000', '222130.110000', '222130.113000', '222130.115000', '222130.118000', '222130.120000', '222130.123000', '222130.126000', '222130.128000', '222130.131000', '222130.133000', '222130.136000', '222130.139000', '222130.141000', '222130.146000', '222130.148000', '222130.151000', '222130.154000', '222130.156000', '222150.044000', '222150.047000', '222150.050000', '222150.053000', '222150.055000', '222150.058000', '222150.060000', '222150.063000', '222150.065000', '222150.068000', '222150.071000', '222150.074000', '222150.076000', '222150.079000', '222150.082000', '222150.084000', '222150.087000', '222150.089000', '222150.092000', '222150.094000', '222150.097000', '222150.100000', '222150.102000', '222150.115000', '222150.118000', '222150.121000', '222150.123000', '222150.126000', '222150.128000', '222150.131000', '222150.134000', '222150.136000', '222150.139000', '222150.141000', '222150.144000', '222150.146000', '222150.149000', '222150.152000', '222150.154000', '222150.157000', '222150.160000', '222150.162000', '222150.165000', '222150.167000', '222210.044000', '222210.047000', '222210.050000', '222210.053000', '222210.055000', '222210.058000', '222210.061000', '222210.063000', '222210.066000', '222210.104000', '222210.106000', '222210.109000', '222210.112000', '222210.114000', '222210.117000', '222210.120000', '222210.123000', '222210.125000', '222210.128000', '222210.131000', '222210.134000', '222210.137000', '222210.139000', '222210.142000', '222210.145000', '222210.148000', '222210.150000', '222210.153000', '222210.156000', '222210.158000', '222210.161000', '222210.163000', '222210.166000', '222210.169000', '222210.171000', '222210.174000', '222210.176000', '222210.179000', '222210.182000', '222210.184000', '222210.187000', '222210.189000', '222210.192000', '222230.045000', '222230.047000', '222230.050000', '222230.053000', '222230.055000', '222230.058000', '222230.061000', '222230.063000', '222230.066000', '222230.069000', '222230.071000', '222230.074000', '222230.076000', '222230.079000', '222230.082000', '222230.084000', '222230.087000', '222230.089000', '222230.092000', '222230.094000', '222230.097000', '222230.106000', '222230.109000', '222230.111000', '222230.114000', '222230.117000', '222230.119000', '222230.122000', '222230.124000', '222230.127000', '222230.130000', '222230.132000', '222230.135000', '222230.137000', '222230.140000', '222230.143000', '222230.145000', '222230.148000', '222230.150000', '222230.153000', '222230.156000', '222230.158000', '222230.161000', '222230.163000', '222250.045000', '222250.048000', '222250.051000', '222250.054000', '222250.056000', '222250.059000', '222250.062000', '222250.064000', '222250.067000', '222250.070000', '222250.072000', '222250.075000', '222250.077000', '222250.080000', '222250.083000', '222250.085000', '222250.088000', '222250.091000', '222250.093000', '222250.096000', '222250.099000', '222250.102000', '222250.104000', '222250.107000', '222250.110000', '222250.112000', '222250.115000', '222250.118000', '222250.120000', '222250.123000', '222250.126000', '222250.128000', '222250.131000', '222250.133000', '222250.136000', '222250.139000', '222250.141000', '222250.144000', '222250.147000', '222250.149000', '222250.152000', '222250.154000', '222250.157000', '222310.044000', '222310.047000', '222310.050000', '222310.052000', '222310.055000', '222310.058000', '222310.061000', '222310.064000', '222310.066000', '222310.069000', '222310.072000', '222310.074000', '222310.077000', '222310.080000', '222310.082000', '222310.085000', '222310.088000', '222310.090000', '222310.093000', '222310.096000', '222310.098000', '222310.112000', '222310.114000', '222310.117000', '222310.119000', '222310.122000', '222310.124000', '222310.127000', '222310.130000', '222310.132000', '222310.135000', '222310.137000', '222310.140000', '222310.143000', '222310.145000', '222310.148000', '222310.151000', '222310.153000', '222310.156000', '222310.158000', '222310.161000', '222310.164000', '222310.166000', '222310.169000', '222330.045000', '222330.047000', '222330.050000', '222330.053000', '222330.055000', '222330.058000', '222330.061000', '222330.063000', '222330.066000', '222330.068000', '222330.071000', '222330.074000', '222330.076000', '222330.079000', '222330.081000', '222330.084000', '222330.086000', '222330.089000', '222330.092000', '222330.094000', '222330.097000', '222330.099000', '222330.102000', '222330.105000', '222330.107000', '222330.110000', '222330.113000', '222330.115000', '222330.118000', '222330.120000', '222330.123000', '222330.125000', '222330.128000', '222330.131000', '222330.143000', '222330.146000', '222330.149000', '222330.151000', '222330.154000', '222330.156000', '222330.159000', '222330.162000', '222330.164000', '222350.043000', '222350.046000', '222350.049000', '222350.052000', '222350.054000', '222350.057000', '222350.059000', '222350.062000', '222350.065000', '222350.067000', '222350.070000', '222350.072000', '222350.075000', '222350.077000', '222350.080000', '222350.082000', '222350.085000', '222350.088000', '222350.091000', '222350.094000', '222350.096000', '222350.099000', '222350.102000', '222350.105000', '222350.107000', '222350.110000', '222350.112000', '222350.115000', '222350.118000', '222350.120000', '222350.123000', '222350.126000', '222350.128000', '222350.131000', '222350.134000', '222350.136000', '222350.139000', '222350.141000', '222350.144000', '222350.147000', '222350.149000', '222350.152000', '222350.154000', '222350.157000', '222410.045000', '222410.047000', '222410.050000', '222410.053000', '222410.056000', '222410.058000', '222410.061000', '222410.063000', '222410.066000', '222410.069000', '222410.071000', '222410.074000', '222410.076000', '222410.079000', '222410.081000', '222410.084000', '222410.087000', '222410.089000', '222410.092000', '222410.094000', '222410.097000', '222410.100000', '222410.102000', '222410.105000', '222410.107000', '222410.110000', '222410.113000', '222410.115000', '222410.118000', '222410.120000', '222410.123000', '222410.126000', '222410.129000', '222410.131000', '222410.134000', '222410.136000', '222410.139000', '222410.141000', '222410.144000', '222410.147000', '222410.149000', '222410.152000', '222410.154000', '222430.044000', '222430.047000', '222430.050000', '222430.053000', '222430.055000', '222430.058000', '222430.060000', '222430.063000', '222430.066000', '222430.068000', '222430.071000', '222430.073000', '222430.076000', '222430.078000', '222430.081000', '222430.084000', '222430.086000', '222430.089000', '222430.091000', '222430.094000', '222430.097000', '222430.099000', '222430.102000', '222430.104000', '222430.109000', '222430.112000', '222430.114000', '222430.117000', '222430.119000', '222430.122000', '222430.125000', '222430.127000', '222430.130000', '222430.133000', '222430.135000', '222430.138000', '222430.140000', '222430.143000', '222430.145000', '222430.148000', '222430.151000', '222430.153000', '222430.156000', '222450.045000', '222450.048000', '222450.050000', '222450.053000', '222450.056000', '222450.058000', '222450.061000', '222450.063000', '222450.066000', '222450.068000', '222450.071000', '222450.101000', '222450.104000', '222450.106000', '222450.109000', '222450.112000', '222450.115000', '222450.117000', '222450.120000', '222450.122000', '222450.125000', '222450.128000', '222450.130000', '222450.133000', '222450.136000', '222450.138000', '222450.141000', '222450.144000', '222450.146000', '222450.149000', '222450.151000', '222450.154000', '222450.157000', '222450.159000', '222450.162000', '222450.164000', '222450.167000', '222450.169000', '222450.172000', '222450.174000', '222450.177000', '222450.180000', '222450.182000', '222450.185000', '222510.044000', '222510.072000', '222510.075000', '222510.078000', '222510.080000', '222510.083000', '222510.086000', '222510.088000', '222510.091000', '222510.093000', '222510.096000', '222510.099000', '222510.101000', '222510.104000', '222510.106000', '222510.109000', '222510.112000', '222510.115000', '222510.117000', '222510.120000', '222510.122000', '222510.125000', '222510.128000', '222510.130000', '222510.133000', '222510.136000', '222510.138000', '222510.141000', '222510.144000', '222510.146000', '222510.149000', '222510.151000', '222510.154000', '222510.157000', '222510.159000', '222510.162000', '222510.165000', '222510.167000', '222510.170000', '222510.172000', '222510.175000', '222510.178000', '222510.180000', '222510.183000', '222530.044000', '222530.047000', '222530.050000', '222530.053000', '222530.055000', '222530.058000', '222530.060000', '222530.063000', '222530.066000', '222530.068000', '222530.071000', '222530.073000', '222530.076000', '222530.079000', '222530.081000', '222530.084000', '222530.086000', '222530.089000', '222530.092000', '222530.094000', '222530.097000', '222530.099000', '222530.102000', '222530.104000', '222530.107000', '222530.109000', '222530.112000', '222530.114000', '222530.117000', '222530.120000', '222530.122000', '222530.125000', '222530.127000', '222530.130000', '222530.132000', '222530.135000', '222530.138000', '222530.140000', '222530.143000', '222530.145000', '222530.148000', '222530.150000', '222530.153000', '222550.044000', '222550.047000', '222550.050000', '222550.053000', '222550.055000', '222550.058000', '222550.060000', '222550.063000', '222550.066000', '222550.068000', '222550.071000', '222550.073000', '222550.076000', '222550.079000', '222550.081000', '222550.084000', '222550.086000', '222550.089000', '222550.092000', '222550.094000', '222550.097000', '222550.099000', '222550.102000', '222550.104000', '222550.107000', '222550.110000', '222550.112000', '222550.115000', '222550.117000', '222550.120000', '222550.123000', '222550.125000', '222550.128000', '222550.130000', '222550.133000', '222550.136000', '222550.138000', '222550.141000', '222550.143000', '222550.146000', '222550.148000', '222550.151000', '222550.154000', '222550.156000', '222610.044000', '222610.047000', '222610.049000', '222610.052000', '222610.054000', '222610.057000', '222610.060000', '222610.062000', '222610.065000', '222610.067000', '222610.070000', '222610.073000', '222610.075000', '222610.078000', '222610.080000', '222610.083000', '222610.086000', '222610.089000', '222610.091000', '222610.094000', '222610.097000', '222610.099000', '222610.102000', '222610.104000', '222610.107000', '222610.110000', '222610.112000', '222610.115000', '222610.117000', '222610.120000', '222610.123000', '222610.125000', '222610.128000', '222610.130000', '222610.133000', '222610.135000', '222610.138000', '222610.141000', '222610.143000', '222610.146000', '222610.148000', '222610.151000', '222610.154000', '222610.687000', '222610.690000'], 'InstanceCreationTime': ['221930.074000', '221930.077000', '221930.079000', '221930.082000', '221930.085000', '221930.087000', '221930.090000', '221930.092000', '221930.095000', '221930.097000', '221930.100000', '221930.102000', '221930.112000', '221930.115000', '221930.118000', '221930.120000', '221930.123000', '221930.126000', '221930.128000', '221930.131000', '221930.134000', '221930.136000', '221930.139000', '221930.141000', '221930.144000', '221930.147000', '221930.149000', '221930.152000', '221930.154000', '221930.157000', '221930.160000', '221930.162000', '221930.165000', '221930.167000', '221930.175000', '221930.178000', '221930.181000', '221930.183000', '221930.186000', '221930.189000', '221930.191000', '221930.194000', '221930.196000', '221930.199000', '221930.201000', '221930.204000', '221930.207000', '221930.209000', '221930.212000', '221930.214000', '221930.217000', '221930.220000', '221930.222000', '221930.225000', '221950.044000', '221950.048000', '221950.050000', '221950.053000', '221950.055000', '221950.058000', '221950.066000', '221950.068000', '221950.071000', '221950.073000', '221950.076000', '221950.079000', '221950.081000', '221950.084000', '221950.086000', '221950.089000', '221950.091000', '221950.094000', '221950.097000', '221950.099000', '221950.102000', '221950.104000', '221950.107000', '221950.109000', '221950.112000', '221950.115000', '221950.117000', '221950.120000', '221950.122000', '221950.125000', '221950.127000', '221950.130000', '221950.133000', '221950.135000', '221950.138000', '221950.140000', '221950.143000', '221950.145000', '221950.148000', '221950.150000', '221950.153000', '221950.155000', '221950.158000', '221950.161000', '222010.045000', '222010.047000', '222010.050000', '222010.053000', '222010.055000', '222010.058000', '222010.060000', '222010.063000', '222010.066000', '222010.068000', '222010.071000', '222010.074000', '222010.077000', '222010.079000', '222010.082000', '222010.085000', '222010.088000', '222010.091000', '222010.094000', '222010.098000', '222010.100000', '222010.103000', '222010.106000', '222010.108000', '222010.111000', '222010.113000', '222010.116000', '222010.119000', '222010.121000', '222010.124000', '222010.127000', '222010.129000', '222010.132000', '222010.134000', '222010.137000', '222010.140000', '222010.142000', '222010.145000', '222010.148000', '222010.151000', '222010.153000', '222010.156000', '222010.159000', '222030.045000', '222030.047000', '222030.050000', '222030.053000', '222030.055000', '222030.058000', '222030.060000', '222030.063000', '222030.066000', '222030.068000', '222030.071000', '222030.074000', '222030.076000', '222030.079000', '222030.092000', '222030.094000', '222030.097000', '222030.100000', '222030.102000', '222030.105000', '222030.107000', '222030.110000', '222030.113000', '222030.115000', '222030.118000', '222030.120000', '222030.123000', '222030.126000', '222030.128000', '222030.131000', '222030.134000', '222030.136000', '222030.139000', '222030.141000', '222030.144000', '222030.147000', '222030.149000', '222030.152000', '222030.155000', '222030.157000', '222030.160000', '222030.163000', '222030.165000', '222030.168000', '222050.044000', '222050.047000', '222050.050000', '222050.053000', '222050.056000', '222050.058000', '222050.061000', '222050.063000', '222050.066000', '222050.069000', '222050.071000', '222050.074000', '222050.076000', '222050.079000', '222050.082000', '222050.084000', '222050.087000', '222050.089000', '222050.092000', '222050.095000', '222050.097000', '222050.100000', '222050.102000', '222050.105000', '222050.108000', '222050.110000', '222050.113000', '222050.116000', '222050.118000', '222050.121000', '222050.124000', '222050.132000', '222050.135000', '222050.138000', '222050.140000', '222050.143000', '222050.146000', '222050.148000', '222050.151000', '222050.154000', '222050.156000', '222050.159000', '222050.162000', '222110.044000', '222110.047000', '222110.050000', '222110.052000', '222110.055000', '222110.058000', '222110.060000', '222110.063000', '222110.065000', '222110.068000', '222110.071000', '222110.073000', '222110.076000', '222110.078000', '222110.081000', '222110.084000', '222110.086000', '222110.089000', '222110.091000', '222110.094000', '222110.097000', '222110.100000', '222110.102000', '222110.105000', '222110.108000', '222110.111000', '222110.113000', '222110.128000', '222110.131000', '222110.133000', '222110.136000', '222110.139000', '222110.141000', '222110.144000', '222110.147000', '222110.149000', '222110.152000', '222110.154000', '222110.157000', '222110.159000', '222110.162000', '222110.165000', '222110.167000', '222110.170000', '222130.043000', '222130.046000', '222130.049000', '222130.052000', '222130.054000', '222130.057000', '222130.060000', '222130.062000', '222130.065000', '222130.068000', '222130.070000', '222130.073000', '222130.076000', '222130.078000', '222130.081000', '222130.084000', '222130.086000', '222130.089000', '222130.092000', '222130.094000', '222130.097000', '222130.100000', '222130.102000', '222130.105000', '222130.107000', '222130.110000', '222130.113000', '222130.115000', '222130.118000', '222130.120000', '222130.123000', '222130.126000', '222130.128000', '222130.131000', '222130.133000', '222130.136000', '222130.139000', '222130.141000', '222130.146000', '222130.148000', '222130.151000', '222130.154000', '222130.156000', '222150.044000', '222150.047000', '222150.050000', '222150.053000', '222150.055000', '222150.058000', '222150.060000', '222150.063000', '222150.065000', '222150.068000', '222150.071000', '222150.074000', '222150.076000', '222150.079000', '222150.082000', '222150.084000', '222150.087000', '222150.089000', '222150.092000', '222150.094000', '222150.097000', '222150.100000', '222150.102000', '222150.115000', '222150.118000', '222150.121000', '222150.123000', '222150.126000', '222150.128000', '222150.131000', '222150.134000', '222150.136000', '222150.139000', '222150.141000', '222150.144000', '222150.146000', '222150.149000', '222150.152000', '222150.154000', '222150.157000', '222150.160000', '222150.162000', '222150.165000', '222150.167000', '222210.044000', '222210.047000', '222210.050000', '222210.053000', '222210.055000', '222210.058000', '222210.061000', '222210.063000', '222210.066000', '222210.104000', '222210.106000', '222210.109000', '222210.112000', '222210.114000', '222210.117000', '222210.120000', '222210.123000', '222210.125000', '222210.128000', '222210.131000', '222210.134000', '222210.137000', '222210.139000', '222210.142000', '222210.145000', '222210.148000', '222210.150000', '222210.153000', '222210.156000', '222210.158000', '222210.161000', '222210.163000', '222210.166000', '222210.169000', '222210.171000', '222210.174000', '222210.176000', '222210.179000', '222210.182000', '222210.184000', '222210.187000', '222210.189000', '222210.192000', '222230.045000', '222230.047000', '222230.050000', '222230.053000', '222230.055000', '222230.058000', '222230.061000', '222230.063000', '222230.066000', '222230.069000', '222230.071000', '222230.074000', '222230.076000', '222230.079000', '222230.082000', '222230.084000', '222230.087000', '222230.089000', '222230.092000', '222230.094000', '222230.097000', '222230.106000', '222230.109000', '222230.111000', '222230.114000', '222230.117000', '222230.119000', '222230.122000', '222230.124000', '222230.127000', '222230.130000', '222230.132000', '222230.135000', '222230.137000', '222230.140000', '222230.143000', '222230.145000', '222230.148000', '222230.150000', '222230.153000', '222230.156000', '222230.158000', '222230.161000', '222230.163000', '222250.045000', '222250.048000', '222250.051000', '222250.054000', '222250.056000', '222250.059000', '222250.062000', '222250.064000', '222250.067000', '222250.070000', '222250.072000', '222250.075000', '222250.077000', '222250.080000', '222250.083000', '222250.085000', '222250.088000', '222250.091000', '222250.093000', '222250.096000', '222250.099000', '222250.102000', '222250.104000', '222250.107000', '222250.110000', '222250.112000', '222250.115000', '222250.118000', '222250.120000', '222250.123000', '222250.126000', '222250.128000', '222250.131000', '222250.133000', '222250.136000', '222250.139000', '222250.141000', '222250.144000', '222250.147000', '222250.149000', '222250.152000', '222250.154000', '222250.157000', '222310.044000', '222310.047000', '222310.050000', '222310.052000', '222310.055000', '222310.058000', '222310.061000', '222310.064000', '222310.066000', '222310.069000', '222310.072000', '222310.074000', '222310.077000', '222310.080000', '222310.082000', '222310.085000', '222310.088000', '222310.090000', '222310.093000', '222310.096000', '222310.098000', '222310.112000', '222310.114000', '222310.117000', '222310.119000', '222310.122000', '222310.124000', '222310.127000', '222310.130000', '222310.132000', '222310.135000', '222310.137000', '222310.140000', '222310.143000', '222310.145000', '222310.148000', '222310.151000', '222310.153000', '222310.156000', '222310.158000', '222310.161000', '222310.164000', '222310.166000', '222310.169000', '222330.045000', '222330.047000', '222330.050000', '222330.053000', '222330.055000', '222330.058000', '222330.061000', '222330.063000', '222330.066000', '222330.068000', '222330.071000', '222330.074000', '222330.076000', '222330.079000', '222330.081000', '222330.084000', '222330.086000', '222330.089000', '222330.092000', '222330.094000', '222330.097000', '222330.099000', '222330.102000', '222330.105000', '222330.107000', '222330.110000', '222330.113000', '222330.115000', '222330.118000', '222330.120000', '222330.123000', '222330.125000', '222330.128000', '222330.131000', '222330.143000', '222330.146000', '222330.149000', '222330.151000', '222330.154000', '222330.156000', '222330.159000', '222330.162000', '222330.164000', '222350.043000', '222350.046000', '222350.049000', '222350.052000', '222350.054000', '222350.057000', '222350.059000', '222350.062000', '222350.065000', '222350.067000', '222350.070000', '222350.072000', '222350.075000', '222350.077000', '222350.080000', '222350.082000', '222350.085000', '222350.088000', '222350.091000', '222350.094000', '222350.096000', '222350.099000', '222350.102000', '222350.105000', '222350.107000', '222350.110000', '222350.112000', '222350.115000', '222350.118000', '222350.120000', '222350.123000', '222350.126000', '222350.128000', '222350.131000', '222350.134000', '222350.136000', '222350.139000', '222350.141000', '222350.144000', '222350.147000', '222350.149000', '222350.152000', '222350.154000', '222350.157000', '222410.045000', '222410.047000', '222410.050000', '222410.053000', '222410.056000', '222410.058000', '222410.061000', '222410.063000', '222410.066000', '222410.069000', '222410.071000', '222410.074000', '222410.076000', '222410.079000', '222410.081000', '222410.084000', '222410.087000', '222410.089000', '222410.092000', '222410.094000', '222410.097000', '222410.100000', '222410.102000', '222410.105000', '222410.107000', '222410.110000', '222410.113000', '222410.115000', '222410.118000', '222410.120000', '222410.123000', '222410.126000', '222410.129000', '222410.131000', '222410.134000', '222410.136000', '222410.139000', '222410.141000', '222410.144000', '222410.147000', '222410.149000', '222410.152000', '222410.154000', '222430.044000', '222430.047000', '222430.050000', '222430.053000', '222430.055000', '222430.058000', '222430.060000', '222430.063000', '222430.066000', '222430.068000', '222430.071000', '222430.073000', '222430.076000', '222430.078000', '222430.081000', '222430.084000', '222430.086000', '222430.089000', '222430.091000', '222430.094000', '222430.097000', '222430.099000', '222430.102000', '222430.104000', '222430.109000', '222430.112000', '222430.114000', '222430.117000', '222430.119000', '222430.122000', '222430.125000', '222430.127000', '222430.130000', '222430.133000', '222430.135000', '222430.138000', '222430.140000', '222430.143000', '222430.145000', '222430.148000', '222430.151000', '222430.153000', '222430.156000', '222450.045000', '222450.048000', '222450.050000', '222450.053000', '222450.056000', '222450.058000', '222450.061000', '222450.063000', '222450.066000', '222450.068000', '222450.071000', '222450.101000', '222450.104000', '222450.106000', '222450.109000', '222450.112000', '222450.115000', '222450.117000', '222450.120000', '222450.122000', '222450.125000', '222450.128000', '222450.130000', '222450.133000', '222450.136000', '222450.138000', '222450.141000', '222450.144000', '222450.146000', '222450.149000', '222450.151000', '222450.154000', '222450.157000', '222450.159000', '222450.162000', '222450.164000', '222450.167000', '222450.169000', '222450.172000', '222450.174000', '222450.177000', '222450.180000', '222450.182000', '222450.185000', '222510.044000', '222510.072000', '222510.075000', '222510.078000', '222510.080000', '222510.083000', '222510.086000', '222510.088000', '222510.091000', '222510.093000', '222510.096000', '222510.099000', '222510.101000', '222510.104000', '222510.106000', '222510.109000', '222510.112000', '222510.115000', '222510.117000', '222510.120000', '222510.122000', '222510.125000', '222510.128000', '222510.130000', '222510.133000', '222510.136000', '222510.138000', '222510.141000', '222510.144000', '222510.146000', '222510.149000', '222510.151000', '222510.154000', '222510.157000', '222510.159000', '222510.162000', '222510.165000', '222510.167000', '222510.170000', '222510.172000', '222510.175000', '222510.178000', '222510.180000', '222510.183000', '222530.044000', '222530.047000', '222530.050000', '222530.053000', '222530.055000', '222530.058000', '222530.060000', '222530.063000', '222530.066000', '222530.068000', '222530.071000', '222530.073000', '222530.076000', '222530.079000', '222530.081000', '222530.084000', '222530.086000', '222530.089000', '222530.092000', '222530.094000', '222530.097000', '222530.099000', '222530.102000', '222530.104000', '222530.107000', '222530.109000', '222530.112000', '222530.114000', '222530.117000', '222530.120000', '222530.122000', '222530.125000', '222530.127000', '222530.130000', '222530.132000', '222530.135000', '222530.138000', '222530.140000', '222530.143000', '222530.145000', '222530.148000', '222530.150000', '222530.153000', '222550.044000', '222550.047000', '222550.050000', '222550.053000', '222550.055000', '222550.058000', '222550.060000', '222550.063000', '222550.066000', '222550.068000', '222550.071000', '222550.073000', '222550.076000', '222550.079000', '222550.081000', '222550.084000', '222550.086000', '222550.089000', '222550.092000', '222550.094000', '222550.097000', '222550.099000', '222550.102000', '222550.104000', '222550.107000', '222550.110000', '222550.112000', '222550.115000', '222550.117000', '222550.120000', '222550.123000', '222550.125000', '222550.128000', '222550.130000', '222550.133000', '222550.136000', '222550.138000', '222550.141000', '222550.143000', '222550.146000', '222550.148000', '222550.151000', '222550.154000', '222550.156000', '222610.044000', '222610.047000', '222610.049000', '222610.052000', '222610.054000', '222610.057000', '222610.060000', '222610.062000', '222610.065000', '222610.067000', '222610.070000', '222610.073000', '222610.075000', '222610.078000', '222610.080000', '222610.083000', '222610.086000', '222610.089000', '222610.091000', '222610.094000', '222610.097000', '222610.099000', '222610.102000', '222610.104000', '222610.107000', '222610.110000', '222610.112000', '222610.115000', '222610.117000', '222610.120000', '222610.123000', '222610.125000', '222610.128000', '222610.130000', '222610.133000', '222610.135000', '222610.138000', '222610.141000', '222610.143000', '222610.146000', '222610.148000', '222610.151000', '222610.154000', '222610.687000', '222610.690000'], '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': [14338, 9861, 15681, 11152, 16506, 12496, 15257, 11819, 15360, 13014, 16387, 12099, 14752, 11723, 14688, 12485, 14695, 11286, 13295, 10597, 14839, 10496, 12819, 15345, 10781, 14899, 13119, 14140, 10964, 13065, 11370, 11887, 12365, 11639, 17420, 11010, 14244, 12016, 13911, 11154, 14686, 11735, 11908, 18069, 12726, 14276, 12840, 14159, 10722, 13961, 11963, 14150, 13502, 12303, 18068, 12887, 15350, 13200, 14255, 11344, 14405, 11958, 13306, 14836, 12264, 16887, 10977, 17838, 12178, 16734, 12950, 15374, 12120, 13603, 12020, 13749, 12077, 14055, 12091, 13354, 10944, 14335, 11729, 12794, 17341, 12628, 15415, 12351, 14484, 11485, 12097, 16608, 11971, 15755, 12911, 14727, 11716, 14380, 12156, 10429, 11713, 10584, 11230, 11374, 15518, 11754, 14936, 11495, 14315, 13975, 11322, 15018, 11618, 17227, 13127, 11638, 15492, 11530, 15792, 11984, 14297, 11897, 15985, 13155, 15330, 12450, 14834, 12017, 14965, 11434, 12847, 11161, 14544, 11777, 14271, 11723, 14700, 11919, 13567, 11109, 14602, 11401, 12955, 11844, 11519, 12842, 10628, 14036, 11085, 14171, 10578, 12918, 11404, 13416, 11886, 13663, 11759, 12334, 11167, 13614, 10081, 14504, 10876, 13665, 11300, 13907, 12253, 14979, 11482, 13423, 11683, 14757, 11815, 15148, 11669, 13652, 11627, 14131, 11684, 14927, 11358, 14390, 11403, 15097, 11655, 14219, 11358, 9684, 11291, 9359, 13570, 11283, 14747, 11541, 15143, 11603, 16027, 12526, 15905, 11912, 14903, 11561, 15764, 12030, 15528, 11397, 13808, 11162, 15121, 11373, 15706, 11476, 13222, 11192, 9458, 10790, 9414, 12289, 9643, 12165, 13436, 12041, 16025, 13463, 16691, 12571, 15202, 11623, 15783, 10758, 15192, 10472, 11702, 10101, 11776, 12275, 12394, 10650, 12048, 10360, 11771, 13225, 11546, 12415, 11526, 14334, 11185, 16688, 11222, 16607, 11754, 16080, 11190, 14821, 10903, 15665, 11603, 16026, 11606, 13817, 10896, 12903, 15508, 12346, 16932, 11205, 15206, 10949, 14491, 11209, 15542, 11218, 12933, 9996, 13124, 11292, 15158, 12357, 12811, 17574, 12094, 16759, 13905, 15995, 12355, 14334, 10661, 15621, 10736, 15933, 11092, 13615, 10709, 14334, 10924, 16242, 12353, 15932, 12059, 16766, 12904, 16757, 11280, 16177, 12687, 15395, 15409, 14578, 16682, 12500, 16435, 11839, 15480, 11832, 16116, 12332, 13710, 11161, 12639, 12167, 14478, 11501, 12602, 10071, 12313, 11116, 13926, 11270, 13156, 11086, 13137, 10360, 15247, 10595, 15039, 9606, 13534, 10808, 16792, 11797, 9530, 15411, 12154, 13697, 11590, 10404, 16500, 12407, 17334, 13231, 16676, 13396, 17022, 14637, 16359, 13234, 15181, 11638, 12831, 14402, 11248, 15697, 11617, 16334, 12490, 11779, 12380, 10836, 16253, 12095, 16744, 11843, 14192, 11572, 13167, 13536, 10616, 13266, 10686, 15662, 12410, 15338, 11992, 15381, 11700, 12301, 11175, 10621, 12087, 10678, 14655, 11336, 13500, 11354, 14384, 12102, 16114, 11518, 12799, 11427, 10649, 13140, 11338, 14645, 11792, 10961, 11470, 11242, 13448, 11547, 13902, 11374, 10128, 11977, 10173, 15784, 11170, 16270, 11524, 14515, 10969, 15138, 11671, 13416, 11370, 10304, 13527, 11629, 10829, 11441, 11451, 12880, 11842, 16316, 11688, 15603, 11485, 14506, 11578, 15076, 11760, 15579, 11610, 13728, 11094, 15489, 11000, 13615, 11058, 14460, 10569, 16274, 11422, 13910, 11256, 11782, 10187, 12988, 10493, 12226, 11385, 12160, 15175, 12822, 16624, 12080, 15537, 12292, 15742, 11558, 14575, 11476, 13742, 14715, 12001, 15701, 11418, 16344, 11643, 15227, 11923, 15965, 11088, 13694, 11231, 11662, 11476, 11036, 11604, 15899, 11242, 16224, 13584, 15510, 11191, 13773, 11616, 13259, 14373, 11777, 16054, 11193, 16331, 11017, 15569, 11497, 14534, 10775, 14122, 10738, 15559, 11563, 15195, 10985, 15585, 12029, 16113, 13253, 11674, 16324, 13539, 17284, 14497, 16593, 12796, 15284, 11521, 15968, 11894, 16066, 11643, 14601, 10353, 15870, 10732, 16971, 11137, 14156, 14445, 11603, 16901, 14384, 16490, 11440, 14870, 11107, 15343, 11592, 11428, 11166, 11009, 10846, 9899, 13798, 9950, 14991, 10464, 16716, 11919, 17102, 11681, 16246, 12263, 15818, 13669, 16434, 12017, 13306, 11046, 12486, 12193, 14979, 9791, 14179, 10800, 13008, 10361, 15391, 10877, 14615, 11204, 13140, 10825, 15433, 11336, 16127, 11472, 14659, 11340, 15204, 11521, 16155, 11614, 15517, 11457, 15674, 11713, 16815, 12379, 16138, 11113, 16100, 12617, 16366, 12608, 16042, 11225, 15945, 10968, 16891, 11439, 15233, 10957, 14966, 10921, 16617, 12571, 16341, 11670, 15729, 11681, 16399, 13178, 16472, 12268, 15886, 11449, 17039, 12614, 16221, 11636, 16003, 11225, 16753, 13516, 16402, 12902, 16501, 11117, 15782, 11779, 16193, 12047, 10801, 11100, 8709, 12378, 10605, 15638, 11059, 15957, 10823, 16804, 13337, 16529, 15221, 12310, 17044, 14419, 16618, 13582, 16713, 12822, 15806, 11272, 14163, 10781, 15546, 11254, 10570, 11140, 9489, 13908, 10064, 17069, 10106, 16655, 10625, 16684, 10673, 17579, 11654, 17066, 11023, 15852, 10459, 16952, 10921, 16431, 11222, 14190, 10079, 15567, 10659, 16416, 10791, 13858, 10533, 14490, 10333, 16753, 11416, 14443, 10557, 13841, 11087, 16094, 11395, 11620, 11673, 8960, 12946, 10481, 16556, 12151, 16787, 11981, 10299, 15728, 12021, 14443, 13535, 11265, 17227, 14894, 16202, 12975, 14620, 16381, 11050, 17061, 11452, 17464, 14067, 17370, 13538, 15778, 11320, 11950, 15317, 11369, 15918, 11458, 13257, 11779, 10107, 14472, 10629, 17312, 13601, 16708, 11809, 12724, 10852, 9480, 16680, 12659, 15467, 10545, 14105, 10484, 15602, 12356, 14660, 10630, 15831, 10663, 16407, 11819, 14379, 10605, 9751, 11164, 9898, 13099, 10692, 11634, 10291, 9148, 12520, 11155, 15425, 10462, 13959, 16145, 10463, 16983, 11577, 17097, 13620, 17827, 14184, 15046, 12291, 10687, 16746, 11157, 11079, 9991, 9844, 15566, 10098, 12365, 10045, 13572, 15622, 11574, 13866, 11252, 13806, 14930, 13779, 15403, 10180, 16975, 12304, 16860, 11231, 15214, 9980, 13052, 10634, 14978, 10203, 14034, 10201, 15218, 10824, 16126, 11678, 14048, 10178, 14354, 11154, 15716, 10216, 11252, 9484, 10300, 13749, 11096, 12350, 10140, 14438, 10186, 17122, 12955, 16517, 11753, 14661, 10840, 15421, 11074, 16273, 10696, 10763, 9746, 9246, 13765, 9890, 11115, 13434, 10188, 16009, 10448, 17162, 12887, 17108, 13379, 16349, 11347, 16613, 12354, 17605, 13535, 13082, 10392, 9465, 14584, 10612, 9388, 10595, 10719, 15316, 12335, 16397, 11601, 14863, 13609, 14139, 15358, 11965, 17152, 11382, 16138, 12392, 15372, 10182, 12085, 9408, 11791, 10003, 11186, 11059, 10666, 15833, 10574, 16233, 10900, 13805, 8973, 9453, 10229, 9811, 13096, 9680, 14864, 10840, 16990, 13240, 17441, 13720, 15956, 14036, 17555, 13281], 'WindowCenter': [5065.0, 5008.0, 5034.0, 4991.0, 5014.0, 4995.0, 4991.0, 4974.0, 4992.0, 4982.0, 4992.0, 4971.0, 4979.0, 4972.0, 4980.0, 4970.0, 4978.0, 4959.0, 4971.0, 4951.0, 4978.0, 4953.0, 4969.0, 4981.0, 4951.0, 4978.0, 4968.0, 4968.0, 4958.0, 4958.0, 4947.0, 4959.0, 4957.0, 4959.0, 4990.0, 4949.0, 4967.0, 4963.0, 4969.0, 4950.0, 4980.0, 4961.0, 4959.0, 4989.0, 4973.0, 4968.0, 4968.0, 4969.0, 4952.0, 4971.0, 4958.0, 4969.0, 4972.0, 4971.0, 4998.0, 4971.0, 4983.0, 4975.0, 4980.0, 4960.0, 4972.0, 4958.0, 4969.0, 4978.0, 4960.0, 4990.0, 4953.0, 5000.0, 4973.0, 4991.0, 4974.0, 4990.0, 4975.0, 4980.0, 4973.0, 4982.0, 4975.0, 4991.0, 4987.0, 5001.0, 4965.0, 4997.0, 4979.0, 4983.0, 5008.0, 4986.0, 4993.0, 4973.0, 4982.0, 4962.0, 4963.0, 4989.0, 4965.0, 4982.0, 4974.0, 4979.0, 4966.0, 4983.0, 4970.0, 4963.0, 4984.0, 4976.0, 4979.0, 4990.0, 5016.0, 5001.0, 5007.0, 4987.0, 5010.0, 5008.0, 4989.0, 5007.0, 4984.0, 5016.0, 4995.0, 4975.0, 4996.0, 4974.0, 4991.0, 4972.0, 4985.0, 4977.0, 4992.0, 4987.0, 4981.0, 4970.0, 4983.0, 4962.0, 4980.0, 4952.0, 4963.0, 4951.0, 4968.0, 4964.0, 4972.0, 4961.0, 4978.0, 4962.0, 4970.0, 4962.0, 4979.0, 4960.0, 4976.0, 4971.0, 4966.0, 4970.0, 4950.0, 4982.0, 4961.0, 4984.0, 4962.0, 4972.0, 4950.0, 4972.0, 4960.0, 4971.0, 4961.0, 4963.0, 4949.0, 4974.0, 4952.0, 4981.0, 4960.0, 4966.0, 4961.0, 4971.0, 4962.0, 4991.0, 4976.0, 4970.0, 4962.0, 4982.0, 4963.0, 4978.0, 4963.0, 4967.0, 4959.0, 4971.0, 4961.0, 4981.0, 4960.0, 4978.0, 4963.0, 4978.0, 4960.0, 4979.0, 4964.0, 4955.0, 4965.0, 4952.0, 4983.0, 4973.0, 4995.0, 4976.0, 4991.0, 4975.0, 4993.0, 4975.0, 4990.0, 4971.0, 4978.0, 4961.0, 4979.0, 4971.0, 4988.0, 4963.0, 4970.0, 4963.0, 4976.0, 4960.0, 4990.0, 4971.0, 4979.0, 4961.0, 4951.0, 4975.0, 4954.0, 4985.0, 4962.0, 4984.0, 4993.0, 4986.0, 5004.0, 4984.0, 5003.0, 4985.0, 4990.0, 4963.0, 4992.0, 4951.0, 4981.0, 4963.0, 4959.0, 4947.0, 4963.0, 4958.0, 4973.0, 4960.0, 4969.0, 4950.0, 4962.0, 4971.0, 4961.0, 4973.0, 4960.0, 4980.0, 4963.0, 4994.0, 4964.0, 4993.0, 4969.0, 4990.0, 4965.0, 4980.0, 4965.0, 4991.0, 4973.0, 4989.0, 4976.0, 4982.0, 4963.0, 4972.0, 4992.0, 4974.0, 4994.0, 4963.0, 4977.0, 4964.0, 4980.0, 4972.0, 4992.0, 4974.0, 4983.0, 4966.0, 4986.0, 4972.0, 4992.0, 4986.0, 4984.0, 5000.0, 4986.0, 5002.0, 4985.0, 5000.0, 4984.0, 4994.0, 4961.0, 5002.0, 4963.0, 5005.0, 4973.0, 4993.0, 4968.0, 5004.0, 4977.0, 5017.0, 4999.0, 5017.0, 4996.0, 5015.0, 4995.0, 5018.0, 4979.0, 5006.0, 4983.0, 4994.0, 4996.0, 4996.0, 5002.0, 4973.0, 4991.0, 4963.0, 4978.0, 4960.0, 4978.0, 4971.0, 4967.0, 4962.0, 4958.0, 4962.0, 4979.0, 4973.0, 4974.0, 4952.0, 4972.0, 4960.0, 4982.0, 4976.0, 4983.0, 4976.0, 4984.0, 4966.0, 5008.0, 4964.0, 5007.0, 4966.0, 5000.0, 4990.0, 5016.0, 4997.0, 4980.0, 5015.0, 4999.0, 5006.0, 4991.0, 4981.0, 5029.0, 5003.0, 5031.0, 4997.0, 5003.0, 4997.0, 5016.0, 5007.0, 5007.0, 4999.0, 4992.0, 4974.0, 4984.0, 4996.0, 4984.0, 4990.0, 4972.0, 5006.0, 4976.0, 4973.0, 4973.0, 4965.0, 4991.0, 4972.0, 5002.0, 4975.0, 4971.0, 4964.0, 4973.0, 4972.0, 4955.0, 4971.0, 4950.0, 4977.0, 4973.0, 4980.0, 4962.0, 4979.0, 4959.0, 4971.0, 4965.0, 4949.0, 4960.0, 4952.0, 4979.0, 4960.0, 4967.0, 4963.0, 4978.0, 4963.0, 5005.0, 4965.0, 4958.0, 4962.0, 4949.0, 4970.0, 4961.0, 4978.0, 4972.0, 4963.0, 4973.0, 4975.0, 4984.0, 4978.0, 4982.0, 4977.0, 4969.0, 4974.0, 4955.0, 4990.0, 4962.0, 5003.0, 4963.0, 4981.0, 4967.0, 4982.0, 4963.0, 4981.0, 4964.0, 4963.0, 4982.0, 4972.0, 4963.0, 4974.0, 4961.0, 4970.0, 4972.0, 4994.0, 4976.0, 4991.0, 4964.0, 4982.0, 4962.0, 4979.0, 4965.0, 4980.0, 4961.0, 4972.0, 4952.0, 4979.0, 4962.0, 4969.0, 4965.0, 4983.0, 4952.0, 4993.0, 4963.0, 4971.0, 4954.0, 4962.0, 4952.0, 4984.0, 4967.0, 4976.0, 4967.0, 4976.0, 4994.0, 4983.0, 5000.0, 4973.0, 4985.0, 4963.0, 4982.0, 4975.0, 4984.0, 4965.0, 4982.0, 4980.0, 4963.0, 4979.0, 4965.0, 4980.0, 4965.0, 4984.0, 4963.0, 4992.0, 4965.0, 4983.0, 4965.0, 4964.0, 4972.0, 4963.0, 4978.0, 4993.0, 4967.0, 4994.0, 4982.0, 4992.0, 4968.0, 4975.0, 4952.0, 4973.0, 4981.0, 4966.0, 4982.0, 4952.0, 4981.0, 4953.0, 4985.0, 4964.0, 4982.0, 4964.0, 4985.0, 4961.0, 4994.0, 4979.0, 4991.0, 4963.0, 4994.0, 4976.0, 4997.0, 4985.0, 4966.0, 4997.0, 4987.0, 4995.0, 4984.0, 4997.0, 4971.0, 4980.0, 4962.0, 4989.0, 4965.0, 4990.0, 4967.0, 4980.0, 4954.0, 4996.0, 4964.0, 4994.0, 4967.0, 4985.0, 4984.0, 4965.0, 4996.0, 4983.0, 4993.0, 4963.0, 4983.0, 4964.0, 4995.0, 4977.0, 4975.0, 4976.0, 4965.0, 4981.0, 4967.0, 4998.0, 4965.0, 5003.0, 4966.0, 5008.0, 4976.0, 5007.0, 4974.0, 4995.0, 4964.0, 4999.0, 4972.0, 4994.0, 4977.0, 4972.0, 4951.0, 4961.0, 4959.0, 4982.0, 4941.0, 4972.0, 4953.0, 4969.0, 4945.0, 4979.0, 4951.0, 4983.0, 4962.0, 4974.0, 4953.0, 4981.0, 4966.0, 4989.0, 4977.0, 4979.0, 4963.0, 4993.0, 4974.0, 4993.0, 4976.0, 4995.0, 4976.0, 4997.0, 4980.0, 5004.0, 4985.0, 5002.0, 4966.0, 4994.0, 4976.0, 4995.0, 4975.0, 4991.0, 4963.0, 4992.0, 4966.0, 4993.0, 4972.0, 4993.0, 4965.0, 4994.0, 4964.0, 5000.0, 4986.0, 5003.0, 4979.0, 4995.0, 4977.0, 4992.0, 4985.0, 5003.0, 4976.0, 4994.0, 4973.0, 5007.0, 4976.0, 5007.0, 4975.0, 5006.0, 4979.0, 4997.0, 4986.0, 4995.0, 4974.0, 5003.0, 4969.0, 4991.0, 4977.0, 5001.0, 4976.0, 4975.0, 4976.0, 4949.0, 4987.0, 4978.0, 5007.0, 4990.0, 5009.0, 4979.0, 5018.0, 4990.0, 5007.0, 4995.0, 4976.0, 5006.0, 4983.0, 4992.0, 4974.0, 4991.0, 4972.0, 4989.0, 4964.0, 4982.0, 4969.0, 4997.0, 4966.0, 4968.0, 4976.0, 4969.0, 4996.0, 4969.0, 5014.0, 4967.0, 5008.0, 4976.0, 5009.0, 4967.0, 5017.0, 4976.0, 5003.0, 4968.0, 4995.0, 4964.0, 5005.0, 4965.0, 4993.0, 4966.0, 4982.0, 4953.0, 4992.0, 4961.0, 4991.0, 4963.0, 4986.0, 4967.0, 4996.0, 4957.0, 5001.0, 4977.0, 4991.0, 4968.0, 4983.0, 4976.0, 5003.0, 4985.0, 4985.0, 4988.0, 4960.0, 5002.0, 4978.0, 5028.0, 5015.0, 5032.0, 4990.0, 4980.0, 5021.0, 5004.0, 5010.0, 5011.0, 4989.0, 5029.0, 5022.0, 5015.0, 4998.0, 5005.0, 5018.0, 4988.0, 5018.0, 4980.0, 5018.0, 4995.0, 5007.0, 4986.0, 4992.0, 4964.0, 4977.0, 4994.0, 4977.0, 4993.0, 4974.0, 4984.0, 4973.0, 4968.0, 4992.0, 4967.0, 5004.0, 5023.0, 5029.0, 4997.0, 4995.0, 4977.0, 4966.0, 5001.0, 4970.0, 4978.0, 4953.0, 4980.0, 4962.0, 4995.0, 4974.0, 4992.0, 4963.0, 4976.0, 4950.0, 4990.0, 4961.0, 4967.0, 4941.0, 4943.0, 4960.0, 4965.0, 4983.0, 4978.0, 4972.0, 4968.0, 4956.0, 4996.0, 4989.0, 5003.0, 4977.0, 4997.0, 5006.0, 4981.0, 5002.0, 4973.0, 5001.0, 4984.0, 5014.0, 4994.0, 4979.0, 4961.0, 4950.0, 4988.0, 4962.0, 4959.0, 4955.0, 4964.0, 5006.0, 4966.0, 4976.0, 4964.0, 4982.0, 4995.0, 4974.0, 4985.0, 4961.0, 4969.0, 4977.0, 4971.0, 4978.0, 4938.0, 4981.0, 4958.0, 4975.0, 4949.0, 4967.0, 4930.0, 4959.0, 4940.0, 4979.0, 4954.0, 4969.0, 4939.0, 4977.0, 4950.0, 4977.0, 4965.0, 4966.0, 4942.0, 4968.0, 4950.0, 4967.0, 4940.0, 4947.0, 4930.0, 4938.0, 4968.0, 4953.0, 4961.0, 4942.0, 4964.0, 4951.0, 4992.0, 4962.0, 4991.0, 4963.0, 4967.0, 4950.0, 4981.0, 4962.0, 4995.0, 4966.0, 4968.0, 4970.0, 4957.0, 4996.0, 4981.0, 4976.0, 4999.0, 4967.0, 5007.0, 4969.0, 5018.0, 4987.0, 5018.0, 4995.0, 4996.0, 4965.0, 5005.0, 4980.0, 4994.0, 4984.0, 4985.0, 4964.0, 4969.0, 4996.0, 4968.0, 4954.0, 4969.0, 4967.0, 4995.0, 4973.0, 5009.0, 4977.0, 4983.0, 4974.0, 4974.0, 4984.0, 4963.0, 4979.0, 4952.0, 4971.0, 4949.0, 4969.0, 4943.0, 4959.0, 4930.0, 4953.0, 4938.0, 4953.0, 4952.0, 4950.0, 4978.0, 4951.0, 4990.0, 4964.0, 4984.0, 4945.0, 4955.0, 4954.0, 4956.0, 4985.0, 4968.0, 5004.0, 4978.0, 5016.0, 4999.0, 5019.0, 4996.0, 4998.0, 5002.0, 5015.0, 4996.0], 'WindowWidth': [10986.0, 10890.0, 10919.0, 10848.0, 10875.0, 10848.0, 10833.0, 10812.0, 10833.0, 10818.0, 10834.0, 10803.0, 10810.0, 10805.0, 10814.0, 10798.0, 10808.0, 10783.0, 10801.0, 10772.0, 10807.0, 10779.0, 10795.0, 10811.0, 10773.0, 10808.0, 10792.0, 10792.0, 10782.0, 10778.0, 10762.0, 10781.0, 10776.0, 10781.0, 10824.0, 10768.0, 10790.0, 10791.0, 10795.0, 10770.0, 10812.0, 10784.0, 10783.0, 10824.0, 10804.0, 10794.0, 10794.0, 10795.0, 10773.0, 10798.0, 10779.0, 10796.0, 10803.0, 10800.0, 10835.0, 10800.0, 10820.0, 10808.0, 10813.0, 10786.0, 10801.0, 10780.0, 10797.0, 10806.0, 10783.0, 10825.0, 10776.0, 10840.0, 10806.0, 10829.0, 10807.0, 10828.0, 10812.0, 10814.0, 10807.0, 10819.0, 10813.0, 10831.0, 10831.0, 10855.0, 10801.0, 10845.0, 10822.0, 10825.0, 10864.0, 10829.0, 10840.0, 10807.0, 10820.0, 10792.0, 10792.0, 10823.0, 10794.0, 10817.0, 10807.0, 10812.0, 10796.0, 10817.0, 10801.0, 10797.0, 10825.0, 10815.0, 10823.0, 10841.0, 10875.0, 10861.0, 10862.0, 10838.0, 10872.0, 10868.0, 10838.0, 10864.0, 10829.0, 10877.0, 10845.0, 10816.0, 10846.0, 10810.0, 10836.0, 10807.0, 10825.0, 10814.0, 10834.0, 10829.0, 10817.0, 10799.0, 10819.0, 10785.0, 10811.0, 10770.0, 10786.0, 10767.0, 10789.0, 10789.0, 10798.0, 10784.0, 10806.0, 10789.0, 10798.0, 10789.0, 10808.0, 10786.0, 10810.0, 10800.0, 10800.0, 10800.0, 10773.0, 10820.0, 10786.0, 10825.0, 10790.0, 10802.0, 10770.0, 10803.0, 10782.0, 10800.0, 10786.0, 10788.0, 10767.0, 10806.0, 10775.0, 10814.0, 10785.0, 10788.0, 10786.0, 10800.0, 10788.0, 10830.0, 10812.0, 10797.0, 10789.0, 10817.0, 10791.0, 10808.0, 10790.0, 10790.0, 10784.0, 10800.0, 10786.0, 10815.0, 10787.0, 10807.0, 10790.0, 10808.0, 10786.0, 10811.0, 10796.0, 10783.0, 10797.0, 10779.0, 10822.0, 10811.0, 10840.0, 10815.0, 10831.0, 10814.0, 10836.0, 10812.0, 10829.0, 10803.0, 10808.0, 10790.0, 10811.0, 10802.0, 10822.0, 10793.0, 10797.0, 10791.0, 10803.0, 10786.0, 10828.0, 10805.0, 10811.0, 10789.0, 10777.0, 10816.0, 10785.0, 10830.0, 10798.0, 10829.0, 10838.0, 10833.0, 10856.0, 10827.0, 10856.0, 10827.0, 10830.0, 10794.0, 10834.0, 10773.0, 10816.0, 10793.0, 10782.0, 10766.0, 10791.0, 10780.0, 10804.0, 10787.0, 10797.0, 10771.0, 10790.0, 10802.0, 10790.0, 10805.0, 10788.0, 10813.0, 10793.0, 10836.0, 10797.0, 10835.0, 10799.0, 10830.0, 10798.0, 10813.0, 10799.0, 10830.0, 10808.0, 10826.0, 10814.0, 10820.0, 10791.0, 10805.0, 10832.0, 10807.0, 10835.0, 10793.0, 10808.0, 10795.0, 10815.0, 10805.0, 10831.0, 10810.0, 10822.0, 10801.0, 10830.0, 10807.0, 10835.0, 10829.0, 10827.0, 10846.0, 10830.0, 10851.0, 10826.0, 10844.0, 10825.0, 10838.0, 10790.0, 10849.0, 10795.0, 10854.0, 10810.0, 10838.0, 10807.0, 10855.0, 10821.0, 10875.0, 10855.0, 10876.0, 10849.0, 10875.0, 10845.0, 10879.0, 10826.0, 10862.0, 10824.0, 10842.0, 10844.0, 10842.0, 10851.0, 10807.0, 10830.0, 10791.0, 10811.0, 10785.0, 10807.0, 10802.0, 10792.0, 10789.0, 10781.0, 10788.0, 10810.0, 10807.0, 10806.0, 10779.0, 10807.0, 10787.0, 10818.0, 10815.0, 10822.0, 10816.0, 10826.0, 10802.0, 10865.0, 10799.0, 10859.0, 10803.0, 10854.0, 10843.0, 10875.0, 10852.0, 10830.0, 10874.0, 10857.0, 10864.0, 10846.0, 10831.0, 10900.0, 10864.0, 10906.0, 10849.0, 10854.0, 10850.0, 10876.0, 10861.0, 10865.0, 10850.0, 10833.0, 10813.0, 10824.0, 10843.0, 10828.0, 10831.0, 10808.0, 10858.0, 10816.0, 10811.0, 10808.0, 10796.0, 10830.0, 10805.0, 10850.0, 10812.0, 10801.0, 10794.0, 10803.0, 10803.0, 10783.0, 10799.0, 10769.0, 10805.0, 10803.0, 10812.0, 10789.0, 10811.0, 10782.0, 10801.0, 10795.0, 10769.0, 10786.0, 10773.0, 10808.0, 10785.0, 10789.0, 10788.0, 10806.0, 10789.0, 10855.0, 10797.0, 10779.0, 10788.0, 10769.0, 10800.0, 10789.0, 10809.0, 10804.0, 10791.0, 10808.0, 10814.0, 10822.0, 10818.0, 10820.0, 10817.0, 10808.0, 10810.0, 10783.0, 10829.0, 10790.0, 10849.0, 10794.0, 10812.0, 10802.0, 10818.0, 10790.0, 10815.0, 10795.0, 10793.0, 10819.0, 10806.0, 10791.0, 10811.0, 10788.0, 10798.0, 10805.0, 10834.0, 10812.0, 10832.0, 10796.0, 10815.0, 10789.0, 10809.0, 10794.0, 10811.0, 10786.0, 10800.0, 10773.0, 10809.0, 10790.0, 10795.0, 10794.0, 10818.0, 10773.0, 10832.0, 10790.0, 10797.0, 10777.0, 10789.0, 10777.0, 10821.0, 10802.0, 10813.0, 10800.0, 10814.0, 10837.0, 10821.0, 10849.0, 10805.0, 10824.0, 10792.0, 10816.0, 10811.0, 10822.0, 10793.0, 10816.0, 10809.0, 10789.0, 10810.0, 10791.0, 10809.0, 10792.0, 10818.0, 10790.0, 10829.0, 10794.0, 10816.0, 10797.0, 10794.0, 10805.0, 10793.0, 10817.0, 10834.0, 10803.0, 10838.0, 10818.0, 10832.0, 10799.0, 10808.0, 10773.0, 10804.0, 10812.0, 10796.0, 10816.0, 10775.0, 10813.0, 10777.0, 10821.0, 10795.0, 10817.0, 10795.0, 10822.0, 10790.0, 10834.0, 10820.0, 10830.0, 10792.0, 10837.0, 10811.0, 10840.0, 10823.0, 10800.0, 10841.0, 10827.0, 10840.0, 10820.0, 10841.0, 10800.0, 10811.0, 10789.0, 10823.0, 10795.0, 10826.0, 10801.0, 10813.0, 10782.0, 10842.0, 10793.0, 10838.0, 10800.0, 10823.0, 10821.0, 10797.0, 10841.0, 10816.0, 10833.0, 10791.0, 10816.0, 10792.0, 10835.0, 10816.0, 10810.0, 10814.0, 10799.0, 10825.0, 10805.0, 10849.0, 10804.0, 10853.0, 10803.0, 10865.0, 10814.0, 10860.0, 10812.0, 10838.0, 10792.0, 10847.0, 10802.0, 10834.0, 10813.0, 10801.0, 10770.0, 10784.0, 10781.0, 10813.0, 10758.0, 10799.0, 10775.0, 10796.0, 10765.0, 10809.0, 10773.0, 10816.0, 10790.0, 10805.0, 10778.0, 10814.0, 10797.0, 10824.0, 10815.0, 10811.0, 10794.0, 10833.0, 10809.0, 10834.0, 10815.0, 10837.0, 10814.0, 10841.0, 10822.0, 10850.0, 10828.0, 10848.0, 10802.0, 10838.0, 10815.0, 10839.0, 10813.0, 10830.0, 10794.0, 10834.0, 10798.0, 10833.0, 10807.0, 10832.0, 10797.0, 10834.0, 10796.0, 10841.0, 10828.0, 10848.0, 10820.0, 10837.0, 10818.0, 10834.0, 10825.0, 10849.0, 10815.0, 10835.0, 10809.0, 10856.0, 10814.0, 10856.0, 10812.0, 10856.0, 10820.0, 10844.0, 10828.0, 10839.0, 10811.0, 10849.0, 10806.0, 10830.0, 10816.0, 10845.0, 10815.0, 10816.0, 10816.0, 10781.0, 10833.0, 10822.0, 10862.0, 10842.0, 10866.0, 10824.0, 10880.0, 10838.0, 10860.0, 10841.0, 10815.0, 10859.0, 10821.0, 10832.0, 10809.0, 10828.0, 10804.0, 10826.0, 10797.0, 10817.0, 10808.0, 10844.0, 10802.0, 10807.0, 10817.0, 10809.0, 10846.0, 10809.0, 10868.0, 10806.0, 10862.0, 10818.0, 10864.0, 10804.0, 10874.0, 10815.0, 10851.0, 10806.0, 10840.0, 10797.0, 10853.0, 10795.0, 10835.0, 10800.0, 10818.0, 10781.0, 10834.0, 10790.0, 10830.0, 10795.0, 10826.0, 10802.0, 10840.0, 10788.0, 10844.0, 10817.0, 10831.0, 10807.0, 10821.0, 10818.0, 10850.0, 10829.0, 10829.0, 10835.0, 10799.0, 10859.0, 10823.0, 10894.0, 10885.0, 10903.0, 10842.0, 10826.0, 10888.0, 10868.0, 10871.0, 10874.0, 10841.0, 10900.0, 10889.0, 10873.0, 10851.0, 10858.0, 10881.0, 10839.0, 10877.0, 10824.0, 10877.0, 10841.0, 10861.0, 10827.0, 10834.0, 10795.0, 10816.0, 10837.0, 10814.0, 10834.0, 10811.0, 10826.0, 10810.0, 10807.0, 10834.0, 10801.0, 10855.0, 10895.0, 10902.0, 10852.0, 10843.0, 10819.0, 10802.0, 10845.0, 10796.0, 10806.0, 10774.0, 10813.0, 10792.0, 10837.0, 10807.0, 10830.0, 10792.0, 10802.0, 10771.0, 10825.0, 10782.0, 10787.0, 10754.0, 10763.0, 10785.0, 10799.0, 10821.0, 10820.0, 10805.0, 10805.0, 10789.0, 10846.0, 10838.0, 10852.0, 10820.0, 10846.0, 10859.0, 10829.0, 10850.0, 10808.0, 10846.0, 10821.0, 10869.0, 10839.0, 10810.0, 10787.0, 10770.0, 10822.0, 10790.0, 10784.0, 10784.0, 10798.0, 10859.0, 10804.0, 10812.0, 10798.0, 10820.0, 10839.0, 10810.0, 10823.0, 10787.0, 10797.0, 10805.0, 10799.0, 10806.0, 10749.0, 10811.0, 10777.0, 10798.0, 10765.0, 10788.0, 10738.0, 10779.0, 10755.0, 10808.0, 10777.0, 10791.0, 10753.0, 10803.0, 10769.0, 10804.0, 10794.0, 10787.0, 10758.0, 10791.0, 10764.0, 10787.0, 10754.0, 10760.0, 10739.0, 10750.0, 10792.0, 10772.0, 10783.0, 10758.0, 10784.0, 10772.0, 10829.0, 10787.0, 10826.0, 10789.0, 10789.0, 10772.0, 10812.0, 10789.0, 10838.0, 10799.0, 10803.0, 10809.0, 10792.0, 10844.0, 10828.0, 10818.0, 10851.0, 10807.0, 10860.0, 10809.0, 10878.0, 10832.0, 10881.0, 10842.0, 10841.0, 10796.0, 10858.0, 10819.0, 10832.0, 10823.0, 10829.0, 10794.0, 10808.0, 10842.0, 10806.0, 10785.0, 10805.0, 10801.0, 10842.0, 10807.0, 10864.0, 10816.0, 10820.0, 10806.0, 10806.0, 10819.0, 10788.0, 10807.0, 10770.0, 10796.0, 10763.0, 10790.0, 10762.0, 10778.0, 10738.0, 10771.0, 10747.0, 10774.0, 10772.0, 10768.0, 10805.0, 10772.0, 10824.0, 10793.0, 10819.0, 10768.0, 10782.0, 10782.0, 10787.0, 10824.0, 10808.0, 10853.0, 10822.0, 10873.0, 10853.0, 10878.0, 10843.0, 10849.0, 10857.0, 10871.0, 10846.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.00203475</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029269169673913045</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.776555506615885</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3144193961588673</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0300731054733427</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4899</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6147.8887</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09437966001416177</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.0434782608695654</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5540291826498547</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5057298493496543</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7332649348338856</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4230927637660247</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00939565</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004951298236846924</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023272128775715828</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>920</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.360440979501917</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>26.1783</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1402</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.117</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295008.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1079.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>439.3868</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7271</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.2973</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4197.1728</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4383.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81536.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1780.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5349.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.1674</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.73937060195021</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> |