=== 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-0087 --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-0087",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 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-0087_ses-02_task-alignvideo_acq-mb8_run-04_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-0087_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_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-0087/ses-02/func/sub-0087_ses-02_task-alignvideo_acq-mb8_run-04_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>55a8c3389efbcde017000ec367a8ed8a</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>20:12:30.840000</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.998874, -0.047364, -0.00263934, 0.0472805, 0.989505, 0.136545]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.114658</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-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4164, -7773, -7219, 550, -53, -58, 55, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>272.305</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>37fac278-6348-4be0-9196-bb3ff7686b33||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.6799063682556152, 0.12685014307498932, 0.010410365648567677, 106.3362045288086], [0.12707409262657166, 2.6547691822052, 0.36859455704689026, -107.94377899169922], [-0.007081168238073587, -0.36634141206741333, 2.6747019290924072, -45.79291915893555], [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, 914]</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], 'AcquisitionTime': ['201230.840000', '201231.300000', '201231.760000', '201232.220000', '201232.680000', '201233.140000', '201233.600000', '201234.060000', '201234.520000', '201234.980000', '201235.440000', '201235.900000', '201236.360000', '201236.820000', '201237.280000', '201237.740000', '201238.200000', '201238.660000', '201239.120000', '201239.580000', '201240.040000', '201240.500000', '201240.960000', '201241.420000', '201241.880000', '201242.340000', '201242.800000', '201243.260000', '201243.720000', '201244.180000', '201244.640000', '201245.100000', '201245.560000', '201246.020000', '201246.480000', '201246.940000', '201247.400000', '201247.860000', '201248.320000', '201248.780000', '201249.240000', '201249.700000', '201250.160000', '201250.620000', '201251.080000', '201251.540000', '201252.000000', '201252.460000', '201252.920000', '201253.380000', '201253.840000', '201254.300000', '201254.760000', '201255.220000', '201255.680000', '201256.140000', '201256.600000', '201257.060000', '201257.520000', '201257.980000', '201258.440000', '201258.900000', '201259.360000', '201259.820000', '201300.280000', '201300.740000', '201301.200000', '201301.660000', '201302.120000', '201302.580000', '201303.040000', '201303.500000', '201303.960000', '201304.420000', '201304.880000', '201305.340000', '201305.800000', '201306.260000', '201306.720000', '201307.180000', '201307.640000', '201308.100000', '201308.560000', '201309.020000', '201309.480000', '201309.940000', '201310.400000', '201310.860000', '201311.320000', '201311.780000', '201312.240000', '201312.700000', '201313.160000', '201313.620000', '201314.080000', '201314.540000', '201315.000000', '201315.460000', '201315.920000', '201316.380000', '201316.840000', '201317.300000', '201317.760000', '201318.220000', '201318.680000', '201319.140000', '201319.600000', '201320.060000', '201320.520000', '201320.980000', '201321.440000', '201321.900000', '201322.360000', '201322.820000', '201323.280000', '201323.740000', '201324.200000', '201324.660000', '201325.120000', '201325.580000', '201326.040000', '201326.500000', '201326.960000', '201327.420000', '201327.880000', '201328.340000', '201328.800000', '201329.260000', '201329.720000', '201330.180000', '201330.640000', '201331.100000', '201331.560000', '201332.020000', '201332.480000', '201332.940000', '201333.400000', '201333.860000', '201334.320000', '201334.780000', '201335.240000', '201335.700000', '201336.160000', '201336.620000', '201337.080000', '201337.540000', '201338.000000', '201338.460000', '201338.920000', '201339.380000', '201339.840000', '201340.300000', '201340.760000', '201341.220000', '201341.680000', '201342.140000', '201342.600000', '201343.060000', '201343.520000', '201343.980000', '201344.440000', '201344.900000', '201345.360000', '201345.820000', '201346.280000', '201346.740000', '201347.200000', '201347.660000', '201348.120000', '201348.580000', '201349.040000', '201349.500000', '201349.960000', '201350.420000', '201350.880000', '201351.340000', '201351.800000', '201352.260000', '201352.720000', '201353.180000', '201353.640000', '201354.100000', '201354.560000', '201355.020000', '201355.480000', '201355.940000', '201356.400000', '201356.860000', '201357.320000', '201357.780000', '201358.240000', '201358.700000', '201359.160000', '201359.620000', '201400.080000', '201400.540000', '201401.000000', '201401.460000', '201401.920000', '201402.380000', '201402.840000', '201403.300000', '201403.760000', '201404.220000', '201404.680000', '201405.140000', '201405.600000', '201406.060000', '201406.520000', '201406.980000', '201407.440000', '201407.900000', '201408.360000', '201408.820000', '201409.280000', '201409.740000', '201410.200000', '201410.660000', '201411.120000', '201411.580000', '201412.040000', '201412.500000', '201412.960000', '201413.420000', '201413.880000', '201414.340000', '201414.800000', '201415.260000', '201415.720000', '201416.180000', '201416.640000', '201417.100000', '201417.560000', '201418.020000', '201418.480000', '201418.940000', '201419.400000', '201419.860000', '201420.320000', '201420.780000', '201421.240000', '201421.700000', '201422.160000', '201422.620000', '201423.080000', '201423.540000', '201424.000000', '201424.460000', '201424.920000', '201425.380000', '201425.840000', '201426.300000', '201426.760000', '201427.220000', '201427.680000', '201428.140000', '201428.600000', '201429.060000', '201429.520000', '201429.980000', '201430.440000', '201430.900000', '201431.360000', '201431.820000', '201432.280000', '201432.740000', '201433.200000', '201433.660000', '201434.120000', '201434.580000', '201435.040000', '201435.500000', '201435.960000', '201436.420000', '201436.880000', '201437.340000', '201437.800000', '201438.260000', '201438.720000', '201439.180000', '201439.640000', '201440.100000', '201440.560000', '201441.020000', '201441.480000', '201441.940000', '201442.400000', '201442.860000', '201443.320000', '201443.780000', '201444.240000', '201444.700000', '201445.160000', '201445.620000', '201446.080000', '201446.540000', '201447.000000', '201447.460000', '201447.920000', '201448.380000', '201448.840000', '201449.300000', '201449.760000', '201450.220000', '201450.680000', '201451.140000', '201451.600000', '201452.060000', '201452.520000', '201452.980000', '201453.440000', '201453.900000', '201454.360000', '201454.820000', '201455.280000', '201455.740000', '201456.200000', '201456.660000', '201457.120000', '201457.580000', '201458.040000', '201458.500000', '201458.960000', '201459.420000', '201459.880000', '201500.340000', '201500.800000', '201501.260000', '201501.720000', '201502.180000', '201502.640000', '201503.100000', '201503.560000', '201504.020000', '201504.480000', '201504.940000', '201505.400000', '201505.860000', '201506.320000', '201506.780000', '201507.240000', '201507.700000', '201508.160000', '201508.620000', '201509.080000', '201509.540000', '201510.000000', '201510.460000', '201510.920000', '201511.380000', '201511.840000', '201512.300000', '201512.760000', '201513.220000', '201513.680000', '201514.140000', '201514.600000', '201515.060000', '201515.520000', '201515.980000', '201516.440000', '201516.900000', '201517.360000', '201517.820000', '201518.280000', '201518.740000', '201519.200000', '201519.660000', '201520.120000', '201520.580000', '201521.040000', '201521.500000', '201521.960000', '201522.420000', '201522.880000', '201523.340000', '201523.800000', '201524.260000', '201524.720000', '201525.180000', '201525.640000', '201526.100000', '201526.560000', '201527.020000', '201527.480000', '201527.940000', '201528.400000', '201528.860000', '201529.320000', '201529.780000', '201530.240000', '201530.700000', '201531.160000', '201531.620000', '201532.080000', '201532.540000', '201533.000000', '201533.460000', '201533.920000', '201534.380000', '201534.840000', '201535.300000', '201535.760000', '201536.220000', '201536.680000', '201537.140000', '201537.600000', '201538.060000', '201538.520000', '201538.980000', '201539.440000', '201539.900000', '201540.360000', '201540.820000', '201541.280000', '201541.740000', '201542.200000', '201542.660000', '201543.120000', '201543.580000', '201544.040000', '201544.500000', '201544.960000', '201545.420000', '201545.880000', '201546.340000', '201546.800000', '201547.260000', '201547.720000', '201548.180000', '201548.640000', '201549.100000', '201549.560000', '201550.020000', '201550.480000', '201550.940000', '201551.400000', '201551.860000', '201552.320000', '201552.780000', '201553.240000', '201553.700000', '201554.160000', '201554.620000', '201555.080000', '201555.540000', '201556.000000', '201556.460000', '201556.920000', '201557.380000', '201557.840000', '201558.300000', '201558.760000', '201559.220000', '201559.680000', '201600.140000', '201600.600000', '201601.060000', '201601.520000', '201601.980000', '201602.440000', '201602.900000', '201603.360000', '201603.820000', '201604.280000', '201604.740000', '201605.200000', '201605.660000', '201606.120000', '201606.580000', '201607.040000', '201607.500000', '201607.960000', '201608.420000', '201608.880000', '201609.340000', '201609.800000', '201610.260000', '201610.720000', '201611.180000', '201611.640000', '201612.100000', '201612.560000', '201613.020000', '201613.480000', '201613.940000', '201614.400000', '201614.860000', '201615.320000', '201615.780000', '201616.240000', '201616.700000', '201617.160000', '201617.620000', '201618.080000', '201618.540000', '201619.000000', '201619.460000', '201619.920000', '201620.380000', '201620.840000', '201621.300000', '201621.760000', '201622.220000', '201622.680000', '201623.140000', '201623.600000', '201624.060000', '201624.520000', '201624.980000', '201625.440000', '201625.900000', '201626.360000', '201626.820000', '201627.280000', '201627.740000', '201628.200000', '201628.660000', '201629.120000', '201629.580000', '201630.040000', '201630.500000', '201630.960000', '201631.420000', '201631.880000', '201632.340000', '201632.800000', '201633.260000', '201633.720000', '201634.180000', '201634.640000', '201635.100000', '201635.560000', '201636.020000', '201636.480000', '201636.940000', '201637.400000', '201637.860000', '201638.320000', '201638.780000', '201639.240000', '201639.700000', '201640.160000', '201640.620000', '201641.080000', '201641.540000', '201642.000000', '201642.460000', '201642.920000', '201643.380000', '201643.840000', '201644.300000', '201644.760000', '201645.220000', '201645.680000', '201646.140000', '201646.600000', '201647.060000', '201647.520000', '201647.980000', '201648.440000', '201648.900000', '201649.360000', '201649.820000', '201650.280000', '201650.740000', '201651.200000', '201651.660000', '201652.120000', '201652.580000', '201653.040000', '201653.500000', '201653.960000', '201654.420000', '201654.880000', '201655.340000', '201655.800000', '201656.260000', '201656.720000', '201657.180000', '201657.640000', '201658.100000', '201658.560000', '201659.020000', '201659.480000', '201659.940000', '201700.400000', '201700.860000', '201701.320000', '201701.780000', '201702.240000', '201702.700000', '201703.160000', '201703.620000', '201704.080000', '201704.540000', '201705.000000', '201705.460000', '201705.920000', '201706.380000', '201706.840000', '201707.300000', '201707.760000', '201708.220000', '201708.680000', '201709.140000', '201709.600000', '201710.060000', '201710.520000', '201710.980000', '201711.440000', '201711.900000', '201712.360000', '201712.820000', '201713.280000', '201713.740000', '201714.200000', '201714.660000', '201715.120000', '201715.580000', '201716.040000', '201716.500000', '201716.960000', '201717.420000', '201717.880000', '201718.340000', '201718.800000', '201719.260000', '201719.720000', '201720.180000', '201720.640000', '201721.100000', '201721.560000', '201722.020000', '201722.480000', '201722.940000', '201723.400000', '201723.860000', '201724.320000', '201724.780000', '201725.240000', '201725.700000', '201726.160000', '201726.620000', '201727.080000', '201727.540000', '201728.000000', '201728.460000', '201728.920000', '201729.380000', '201729.840000', '201730.300000', '201730.760000', '201731.220000', '201731.680000', '201732.140000', '201732.600000', '201733.060000', '201733.520000', '201733.980000', '201734.440000', '201734.900000', '201735.360000', '201735.820000', '201736.280000', '201736.740000', '201737.200000', '201737.660000', '201738.120000', '201738.580000', '201739.040000', '201739.500000', '201739.960000', '201740.420000', '201740.880000', '201741.340000', '201741.800000', '201742.260000', '201742.720000', '201743.180000', '201743.640000', '201744.100000', '201744.560000', '201745.020000', '201745.480000', '201745.940000', '201746.400000', '201746.860000', '201747.320000', '201747.780000', '201748.240000', '201748.700000', '201749.160000', '201749.620000', '201750.080000', '201750.540000', '201751.000000', '201751.460000', '201751.920000', '201752.380000', '201752.840000', '201753.300000', '201753.760000', '201754.220000', '201754.680000', '201755.140000', '201755.600000', '201756.060000', '201756.520000', '201756.980000', '201757.440000', '201757.900000', '201758.360000', '201758.820000', '201759.280000', '201759.740000', '201800.200000', '201800.660000', '201801.120000', '201801.580000', '201802.040000', '201802.500000', '201802.960000', '201803.420000', '201803.880000', '201804.340000', '201804.800000', '201805.260000', '201805.720000', '201806.180000', '201806.640000', '201807.100000', '201807.560000', '201808.020000', '201808.480000', '201808.940000', '201809.400000', '201809.860000', '201810.320000', '201810.780000', '201811.240000', '201811.700000', '201812.160000', '201812.620000', '201813.080000', '201813.540000', '201814.000000', '201814.460000', '201814.920000', '201815.380000', '201815.840000', '201816.300000', '201816.760000', '201817.220000', '201817.680000', '201818.140000', '201818.600000', '201819.060000', '201819.520000', '201819.980000', '201820.440000', '201820.900000', '201821.360000', '201821.820000', '201822.280000', '201822.740000', '201823.200000', '201823.660000', '201824.120000', '201824.580000', '201825.040000', '201825.500000', '201825.960000', '201826.420000', '201826.880000', '201827.340000', '201827.800000', '201828.260000', '201828.720000', '201829.180000', '201829.640000', '201830.100000', '201830.560000', '201831.020000', '201831.480000', '201831.940000', '201832.400000', '201832.860000', '201833.320000', '201833.780000', '201834.240000', '201834.700000', '201835.160000', '201835.620000', '201836.080000', '201836.540000', '201837.000000', '201837.460000', '201837.920000', '201838.380000', '201838.840000', '201839.300000', '201839.760000', '201840.220000', '201840.680000', '201841.140000', '201841.600000', '201842.060000', '201842.520000', '201842.980000', '201843.440000', '201843.900000', '201844.360000', '201844.820000', '201845.280000', '201845.740000', '201846.200000', '201846.660000', '201847.120000', '201847.580000', '201848.040000', '201848.500000', '201848.960000', '201849.420000', '201849.880000', '201850.340000', '201850.800000', '201851.260000', '201851.720000', '201852.180000', '201852.640000', '201853.100000', '201853.560000', '201854.020000', '201854.480000', '201854.940000', '201855.400000', '201855.860000', '201856.320000', '201856.780000', '201857.240000', '201857.700000', '201858.160000', '201858.620000', '201859.080000', '201859.540000', '201900.000000', '201900.460000', '201900.920000', '201901.380000', '201901.840000', '201902.300000', '201902.760000', '201903.220000', '201903.680000', '201904.140000', '201904.600000', '201905.060000', '201905.520000', '201905.980000', '201906.440000', '201906.900000', '201907.360000', '201907.820000', '201908.280000', '201908.740000', '201909.200000', '201909.660000', '201910.120000', '201910.580000', '201911.040000', '201911.500000', '201911.960000', '201912.420000', '201912.880000', '201913.340000', '201913.800000', '201914.260000', '201914.720000', '201915.180000', '201915.640000', '201916.100000', '201916.560000', '201917.020000', '201917.480000', '201917.940000', '201918.400000', '201918.860000', '201919.320000', '201919.780000', '201920.240000', '201920.700000', '201921.160000', '201921.620000', '201922.080000', '201922.540000', '201923.000000', '201923.460000', '201923.920000', '201924.380000', '201924.840000', '201925.300000', '201925.760000', '201926.220000', '201926.680000', '201927.140000', '201927.600000', '201928.060000', '201928.520000', '201928.980000', '201929.440000', '201929.900000', '201930.360000', '201930.820000'], 'ContentTime': ['201244.686000', '201244.689000', '201244.692000', '201244.695000', '201244.698000', '201244.701000', '201244.730000', '201244.732000', '201244.746000', '201244.749000', '201244.752000', '201244.754000', '201244.757000', '201244.759000', '201244.762000', '201244.765000', '201244.767000', '201244.770000', '201244.773000', '201244.775000', '201244.778000', '201244.780000', '201244.783000', '201244.786000', '201244.788000', '201244.791000', '201304.657000', '201304.660000', '201304.663000', '201304.665000', '201304.668000', '201304.670000', '201304.673000', '201304.676000', '201304.678000', '201304.681000', '201304.683000', '201304.686000', '201304.688000', '201304.691000', '201304.693000', '201304.711000', '201304.714000', '201304.716000', '201304.719000', '201304.721000', '201304.724000', '201304.726000', '201304.729000', '201304.731000', '201304.734000', '201304.737000', '201304.739000', '201304.744000', '201304.747000', '201304.749000', '201304.752000', '201304.754000', '201304.757000', '201304.759000', '201304.762000', '201304.765000', '201304.767000', '201304.770000', '201304.772000', '201304.775000', '201304.778000', '201304.780000', '201304.783000', '201304.785000', '201324.657000', '201324.660000', '201324.663000', '201324.666000', '201324.669000', '201324.672000', '201324.675000', '201324.677000', '201324.680000', '201324.683000', '201324.686000', '201324.688000', '201324.691000', '201324.694000', '201324.696000', '201324.699000', '201324.701000', '201324.704000', '201324.707000', '201324.709000', '201324.712000', '201324.715000', '201324.717000', '201324.720000', '201324.722000', '201324.726000', '201324.728000', '201324.731000', '201324.734000', '201324.736000', '201324.739000', '201324.742000', '201324.744000', '201324.747000', '201324.756000', '201324.759000', '201324.761000', '201324.764000', '201324.766000', '201324.769000', '201324.772000', '201324.774000', '201324.777000', '201344.658000', '201344.661000', '201344.664000', '201344.666000', '201344.669000', '201344.672000', '201344.674000', '201344.677000', '201344.679000', '201344.682000', '201344.684000', '201344.687000', '201344.690000', '201344.692000', '201344.695000', '201344.698000', '201344.701000', '201344.703000', '201344.706000', '201344.708000', '201344.711000', '201344.714000', '201344.716000', '201344.719000', '201344.721000', '201344.724000', '201344.727000', '201344.729000', '201344.732000', '201344.734000', '201344.737000', '201344.740000', '201344.742000', '201344.745000', '201344.747000', '201344.750000', '201344.752000', '201344.755000', '201344.758000', '201344.760000', '201344.763000', '201344.765000', '201344.768000', '201344.770000', '201404.658000', '201404.660000', '201404.663000', '201404.666000', '201404.668000', '201404.671000', '201404.673000', '201404.676000', '201404.678000', '201404.681000', '201404.684000', '201404.686000', '201404.689000', '201404.691000', '201404.694000', '201404.697000', '201404.699000', '201404.702000', '201404.705000', '201404.707000', '201404.710000', '201404.712000', '201404.715000', '201404.718000', '201404.720000', '201404.723000', '201404.726000', '201404.728000', '201404.731000', '201404.733000', '201404.736000', '201404.739000', '201404.741000', '201404.744000', '201404.746000', '201404.749000', '201404.752000', '201404.754000', '201404.757000', '201404.759000', '201404.762000', '201404.764000', '201404.767000', '201424.657000', '201424.660000', '201424.663000', '201424.665000', '201424.668000', '201424.671000', '201424.673000', '201424.676000', '201424.679000', '201424.681000', '201424.684000', '201424.686000', '201424.689000', '201424.692000', '201424.694000', '201424.697000', '201424.699000', '201424.702000', '201424.705000', '201424.707000', '201424.710000', '201424.712000', '201424.715000', '201424.717000', '201424.720000', '201424.723000', '201424.725000', '201424.728000', '201424.730000', '201424.733000', '201424.735000', '201424.738000', '201424.741000', '201424.743000', '201424.746000', '201424.748000', '201424.751000', '201424.754000', '201424.756000', '201424.759000', '201424.762000', '201424.764000', '201424.767000', '201424.769000', '201444.657000', '201444.665000', '201444.668000', '201444.670000', '201444.673000', '201444.675000', '201444.678000', '201444.681000', '201444.684000', '201444.687000', '201444.690000', '201444.693000', '201444.695000', '201444.698000', '201444.701000', '201444.704000', '201444.706000', '201444.709000', '201444.711000', '201444.714000', '201444.717000', '201444.720000', '201444.723000', '201444.725000', '201444.736000', '201444.738000', '201444.741000', '201444.743000', '201444.746000', '201444.749000', '201444.751000', '201444.754000', '201444.756000', '201444.759000', '201444.761000', '201444.764000', '201444.767000', '201444.769000', '201444.772000', '201444.775000', '201444.777000', '201444.780000', '201444.783000', '201504.658000', '201504.660000', '201504.663000', '201504.665000', '201504.668000', '201504.671000', '201504.673000', '201504.676000', '201504.678000', '201504.681000', '201504.683000', '201504.686000', '201504.689000', '201504.691000', '201504.694000', '201504.696000', '201504.699000', '201504.702000', '201504.704000', '201504.707000', '201504.709000', '201504.712000', '201504.715000', '201504.717000', '201504.720000', '201504.722000', '201504.725000', '201504.728000', '201504.730000', '201504.733000', '201504.735000', '201504.738000', '201504.741000', '201504.743000', '201504.746000', '201504.748000', '201504.751000', '201504.753000', '201504.756000', '201504.759000', '201504.761000', '201504.764000', '201504.766000', '201504.769000', '201524.657000', '201524.660000', '201524.663000', '201524.666000', '201524.669000', '201524.672000', '201524.675000', '201524.677000', '201524.680000', '201524.683000', '201524.685000', '201524.688000', '201524.691000', '201524.693000', '201524.696000', '201524.698000', '201524.701000', '201524.704000', '201524.706000', '201524.709000', '201524.711000', '201524.714000', '201524.717000', '201524.719000', '201524.722000', '201524.724000', '201524.727000', '201524.729000', '201524.732000', '201524.735000', '201524.737000', '201524.740000', '201524.743000', '201524.745000', '201524.748000', '201524.750000', '201524.753000', '201524.756000', '201524.758000', '201524.761000', '201524.763000', '201524.766000', '201524.769000', '201544.659000', '201544.661000', '201544.664000', '201544.667000', '201544.669000', '201544.672000', '201544.674000', '201544.677000', '201544.680000', '201544.682000', '201544.685000', '201544.688000', '201544.690000', '201544.693000', '201544.695000', '201544.698000', '201544.700000', '201544.703000', '201544.706000', '201544.708000', '201544.711000', '201544.713000', '201544.716000', '201544.719000', '201544.721000', '201544.724000', '201544.726000', '201544.729000', '201544.732000', '201544.734000', '201544.737000', '201544.740000', '201544.742000', '201544.745000', '201544.747000', '201544.750000', '201544.753000', '201544.755000', '201544.758000', '201544.761000', '201544.763000', '201544.766000', '201544.768000', '201544.771000', '201604.659000', '201604.661000', '201604.664000', '201604.667000', '201604.669000', '201604.672000', '201604.674000', '201604.677000', '201604.680000', '201604.682000', '201604.685000', '201604.687000', '201604.690000', '201604.693000', '201604.695000', '201604.698000', '201604.701000', '201604.703000', '201604.717000', '201604.720000', '201604.722000', '201604.725000', '201604.728000', '201604.730000', '201604.733000', '201604.735000', '201604.738000', '201604.741000', '201604.743000', '201604.746000', '201604.748000', '201604.751000', '201604.754000', '201604.756000', '201604.759000', '201604.763000', '201604.766000', '201604.769000', '201604.771000', '201604.774000', '201604.776000', '201604.779000', '201604.781000', '201624.657000', '201624.660000', '201624.663000', '201624.666000', '201624.669000', '201624.671000', '201624.682000', '201624.685000', '201624.687000', '201624.690000', '201624.693000', '201624.695000', '201624.698000', '201624.701000', '201624.703000', '201624.706000', '201624.708000', '201624.711000', '201624.713000', '201624.716000', '201624.719000', '201624.721000', '201624.724000', '201624.727000', '201624.729000', '201624.732000', '201624.735000', '201624.737000', '201624.740000', '201624.742000', '201624.745000', '201624.748000', '201624.750000', '201624.753000', '201624.756000', '201624.758000', '201624.761000', '201624.763000', '201624.766000', '201624.769000', '201624.771000', '201624.774000', '201624.776000', '201624.779000', '201644.658000', '201644.660000', '201644.663000', '201644.666000', '201644.668000', '201644.671000', '201644.673000', '201644.676000', '201644.678000', '201644.681000', '201644.684000', '201644.686000', '201644.689000', '201644.691000', '201644.694000', '201644.697000', '201644.699000', '201644.702000', '201644.705000', '201644.707000', '201644.710000', '201644.713000', '201644.715000', '201644.718000', '201644.720000', '201644.723000', '201644.726000', '201644.728000', '201644.731000', '201644.733000', '201644.736000', '201644.739000', '201644.742000', '201644.744000', '201644.747000', '201644.750000', '201644.752000', '201644.755000', '201644.757000', '201644.760000', '201644.763000', '201644.765000', '201644.768000', '201704.658000', '201704.660000', '201704.663000', '201704.666000', '201704.668000', '201704.671000', '201704.673000', '201704.676000', '201704.679000', '201704.681000', '201704.684000', '201704.686000', '201704.689000', '201704.692000', '201704.694000', '201704.697000', '201704.699000', '201704.702000', '201704.704000', '201704.707000', '201704.710000', '201704.712000', '201704.715000', '201704.718000', '201704.720000', '201704.723000', '201704.725000', '201704.728000', '201704.730000', '201704.733000', '201704.736000', '201704.738000', '201704.741000', '201704.743000', '201704.746000', '201704.749000', '201704.751000', '201704.754000', '201704.757000', '201704.759000', '201704.762000', '201704.764000', '201704.767000', '201704.770000', '201724.658000', '201724.660000', '201724.663000', '201724.666000', '201724.668000', '201724.671000', '201724.673000', '201724.676000', '201724.679000', '201724.681000', '201724.684000', '201724.687000', '201724.689000', '201724.692000', '201724.695000', '201724.697000', '201724.700000', '201724.703000', '201724.705000', '201724.708000', '201724.710000', '201724.713000', '201724.716000', '201724.718000', '201724.721000', '201724.723000', '201724.726000', '201724.729000', '201724.731000', '201724.734000', '201724.737000', '201724.739000', '201724.742000', '201724.745000', '201724.747000', '201724.750000', '201724.752000', '201724.755000', '201724.757000', '201724.760000', '201724.763000', '201724.765000', '201724.768000', '201744.657000', '201744.660000', '201744.663000', '201744.665000', '201744.668000', '201744.671000', '201744.673000', '201744.676000', '201744.678000', '201744.681000', '201744.684000', '201744.686000', '201744.689000', '201744.691000', '201744.694000', '201744.696000', '201744.699000', '201744.702000', '201744.704000', '201744.707000', '201744.709000', '201744.712000', '201744.715000', '201744.717000', '201744.720000', '201744.722000', '201744.725000', '201744.730000', '201744.732000', '201744.735000', '201744.737000', '201744.754000', '201744.756000', '201744.759000', '201744.762000', '201744.764000', '201744.767000', '201744.769000', '201744.772000', '201744.774000', '201744.777000', '201744.780000', '201744.782000', '201744.785000', '201804.659000', '201804.661000', '201804.664000', '201804.667000', '201804.669000', '201804.672000', '201804.674000', '201804.677000', '201804.680000', '201804.682000', '201804.685000', '201804.687000', '201804.690000', '201804.693000', '201804.695000', '201804.698000', '201804.701000', '201804.703000', '201804.706000', '201804.709000', '201804.711000', '201804.714000', '201804.716000', '201804.719000', '201804.722000', '201804.724000', '201804.727000', '201804.729000', '201804.732000', '201804.735000', '201804.737000', '201804.740000', '201804.742000', '201804.745000', '201804.748000', '201804.750000', '201804.753000', '201804.755000', '201804.758000', '201804.761000', '201804.763000', '201804.766000', '201804.769000', '201824.658000', '201824.661000', '201824.664000', '201824.667000', '201824.669000', '201824.672000', '201824.674000', '201824.677000', '201824.679000', '201824.682000', '201824.684000', '201824.687000', '201824.690000', '201824.692000', '201824.695000', '201824.697000', '201824.700000', '201824.703000', '201824.705000', '201824.708000', '201824.711000', '201824.713000', '201824.716000', '201824.718000', '201824.721000', '201824.723000', '201824.726000', '201824.729000', '201824.731000', '201824.734000', '201824.736000', '201824.739000', '201824.742000', '201824.744000', '201824.747000', '201824.749000', '201824.752000', '201824.755000', '201824.757000', '201824.760000', '201824.762000', '201824.765000', '201824.768000', '201824.770000', '201844.657000', '201844.660000', '201844.663000', '201844.665000', '201844.668000', '201844.671000', '201844.673000', '201844.676000', '201844.678000', '201844.681000', '201844.684000', '201844.686000', '201844.689000', '201844.691000', '201844.694000', '201844.696000', '201844.699000', '201844.702000', '201844.704000', '201844.707000', '201844.709000', '201844.712000', '201844.715000', '201844.717000', '201844.720000', '201844.722000', '201844.725000', '201844.728000', '201844.730000', '201844.733000', '201844.735000', '201844.738000', '201844.740000', '201844.743000', '201844.746000', '201844.748000', '201844.751000', '201844.754000', '201844.756000', '201844.759000', '201844.761000', '201844.764000', '201844.767000', '201904.657000', '201904.660000', '201904.663000', '201904.666000', '201904.668000', '201904.671000', '201904.673000', '201904.676000', '201904.679000', '201904.681000', '201904.684000', '201904.686000', '201904.689000', '201904.692000', '201904.694000', '201904.697000', '201904.699000', '201904.702000', '201904.704000', '201904.707000', '201904.710000', '201904.712000', '201904.715000', '201904.717000', '201904.720000', '201904.723000', '201904.725000', '201904.728000', '201904.730000', '201904.733000', '201904.736000', '201904.738000', '201904.741000', '201904.743000', '201904.746000', '201904.749000', '201904.751000', '201904.754000', '201904.757000', '201904.759000', '201904.762000', '201904.764000', '201904.781000', '201904.783000', '201924.657000', '201924.660000', '201924.663000', '201924.666000', '201924.668000', '201924.671000', '201924.673000', '201924.676000', '201924.679000', '201924.681000', '201924.684000', '201924.687000', '201924.689000', '201924.692000', '201924.694000', '201924.697000', '201924.700000', '201924.702000', '201924.705000', '201924.707000', '201924.710000', '201924.713000', '201924.715000', '201924.718000', '201924.720000', '201924.723000', '201924.726000', '201924.729000', '201924.731000', '201924.734000', '201924.736000', '201924.739000', '201924.742000', '201924.744000', '201924.747000', '201924.750000', '201924.752000', '201924.755000', '201924.757000', '201924.760000', '201924.762000', '201924.765000', '201924.768000', '201932.623000', '201932.626000', '201932.629000', '201932.632000', '201932.634000', '201932.637000', '201932.639000', '201932.642000', '201932.645000', '201932.647000', '201932.650000', '201932.652000', '201932.655000', '201932.658000', '201932.660000', '201932.663000', '201932.665000', '201932.668000'], 'InstanceCreationTime': ['201244.686000', '201244.689000', '201244.692000', '201244.695000', '201244.698000', '201244.701000', '201244.730000', '201244.732000', '201244.746000', '201244.749000', '201244.752000', '201244.754000', '201244.757000', '201244.759000', '201244.762000', '201244.765000', '201244.767000', '201244.770000', '201244.773000', '201244.775000', '201244.778000', '201244.780000', '201244.783000', '201244.786000', '201244.788000', '201244.791000', '201304.657000', '201304.660000', '201304.663000', '201304.665000', '201304.668000', '201304.670000', '201304.673000', '201304.676000', '201304.678000', '201304.681000', '201304.683000', '201304.686000', '201304.688000', '201304.691000', '201304.693000', '201304.711000', '201304.714000', '201304.716000', '201304.719000', '201304.721000', '201304.724000', '201304.726000', '201304.729000', '201304.731000', '201304.734000', '201304.737000', '201304.739000', '201304.744000', '201304.747000', '201304.749000', '201304.752000', '201304.754000', '201304.757000', '201304.759000', '201304.762000', '201304.765000', '201304.767000', '201304.770000', '201304.772000', '201304.775000', '201304.778000', '201304.780000', '201304.783000', '201304.785000', '201324.657000', '201324.660000', '201324.663000', '201324.666000', '201324.669000', '201324.672000', '201324.675000', '201324.677000', '201324.680000', '201324.683000', '201324.686000', '201324.688000', '201324.691000', '201324.694000', '201324.696000', '201324.699000', '201324.701000', '201324.704000', '201324.707000', '201324.709000', '201324.712000', '201324.715000', '201324.717000', '201324.720000', '201324.722000', '201324.726000', '201324.728000', '201324.731000', '201324.734000', '201324.736000', '201324.739000', '201324.742000', '201324.744000', '201324.747000', '201324.756000', '201324.759000', '201324.761000', '201324.764000', '201324.766000', '201324.769000', '201324.772000', '201324.774000', '201324.777000', '201344.658000', '201344.661000', '201344.664000', '201344.666000', '201344.669000', '201344.672000', '201344.674000', '201344.677000', '201344.679000', '201344.682000', '201344.684000', '201344.687000', '201344.690000', '201344.692000', '201344.695000', '201344.698000', '201344.701000', '201344.703000', '201344.706000', '201344.708000', '201344.711000', '201344.714000', '201344.716000', '201344.719000', '201344.721000', '201344.724000', '201344.727000', '201344.729000', '201344.732000', '201344.734000', '201344.737000', '201344.740000', '201344.742000', '201344.745000', '201344.747000', '201344.750000', '201344.752000', '201344.755000', '201344.758000', '201344.760000', '201344.763000', '201344.765000', '201344.768000', '201344.770000', '201404.658000', '201404.660000', '201404.663000', '201404.666000', '201404.668000', '201404.671000', '201404.673000', '201404.676000', '201404.678000', '201404.681000', '201404.684000', '201404.686000', '201404.689000', '201404.691000', '201404.694000', '201404.697000', '201404.699000', '201404.702000', '201404.705000', '201404.707000', '201404.710000', '201404.712000', '201404.715000', '201404.718000', '201404.720000', '201404.723000', '201404.726000', '201404.728000', '201404.731000', '201404.733000', '201404.736000', '201404.739000', '201404.741000', '201404.744000', '201404.746000', '201404.749000', '201404.752000', '201404.754000', '201404.757000', '201404.759000', '201404.762000', '201404.764000', '201404.767000', '201424.657000', '201424.660000', '201424.663000', '201424.665000', '201424.668000', '201424.671000', '201424.673000', '201424.676000', '201424.679000', '201424.681000', '201424.684000', '201424.686000', '201424.689000', '201424.692000', '201424.694000', '201424.697000', '201424.699000', '201424.702000', '201424.705000', '201424.707000', '201424.710000', '201424.712000', '201424.715000', '201424.717000', '201424.720000', '201424.723000', '201424.725000', '201424.728000', '201424.730000', '201424.733000', '201424.735000', '201424.738000', '201424.741000', '201424.743000', '201424.746000', '201424.748000', '201424.751000', '201424.754000', '201424.756000', '201424.759000', '201424.762000', '201424.764000', '201424.767000', '201424.769000', '201444.657000', '201444.665000', '201444.668000', '201444.670000', '201444.673000', '201444.675000', '201444.678000', '201444.681000', '201444.684000', '201444.687000', '201444.690000', '201444.693000', '201444.695000', '201444.698000', '201444.701000', '201444.704000', '201444.706000', '201444.709000', '201444.711000', '201444.714000', '201444.717000', '201444.720000', '201444.723000', '201444.725000', '201444.736000', '201444.738000', '201444.741000', '201444.743000', '201444.746000', '201444.749000', '201444.751000', '201444.754000', '201444.756000', '201444.759000', '201444.761000', '201444.764000', '201444.767000', '201444.769000', '201444.772000', '201444.775000', '201444.777000', '201444.780000', '201444.783000', '201504.658000', '201504.660000', '201504.663000', '201504.665000', '201504.668000', '201504.671000', '201504.673000', '201504.676000', '201504.678000', '201504.681000', '201504.683000', '201504.686000', '201504.689000', '201504.691000', '201504.694000', '201504.696000', '201504.699000', '201504.702000', '201504.704000', '201504.707000', '201504.709000', '201504.712000', '201504.715000', '201504.717000', '201504.720000', '201504.722000', '201504.725000', '201504.728000', '201504.730000', '201504.733000', '201504.735000', '201504.738000', '201504.741000', '201504.743000', '201504.746000', '201504.748000', '201504.751000', '201504.753000', '201504.756000', '201504.759000', '201504.761000', '201504.764000', '201504.766000', '201504.769000', '201524.657000', '201524.660000', '201524.663000', '201524.666000', '201524.669000', '201524.672000', '201524.675000', '201524.677000', '201524.680000', '201524.683000', '201524.685000', '201524.688000', '201524.691000', '201524.693000', '201524.696000', '201524.698000', '201524.701000', '201524.704000', '201524.706000', '201524.709000', '201524.711000', '201524.714000', '201524.717000', '201524.719000', '201524.722000', '201524.724000', '201524.727000', '201524.729000', '201524.732000', '201524.735000', '201524.737000', '201524.740000', '201524.743000', '201524.745000', '201524.748000', '201524.750000', '201524.753000', '201524.756000', '201524.758000', '201524.761000', '201524.763000', '201524.766000', '201524.769000', '201544.659000', '201544.661000', '201544.664000', '201544.667000', '201544.669000', '201544.672000', '201544.674000', '201544.677000', '201544.680000', '201544.682000', '201544.685000', '201544.688000', '201544.690000', '201544.693000', '201544.695000', '201544.698000', '201544.700000', '201544.703000', '201544.706000', '201544.708000', '201544.711000', '201544.713000', '201544.716000', '201544.719000', '201544.721000', '201544.724000', '201544.726000', '201544.729000', '201544.732000', '201544.734000', '201544.737000', '201544.740000', '201544.742000', '201544.745000', '201544.747000', '201544.750000', '201544.753000', '201544.755000', '201544.758000', '201544.761000', '201544.763000', '201544.766000', '201544.768000', '201544.771000', '201604.659000', '201604.661000', '201604.664000', '201604.667000', '201604.669000', '201604.672000', '201604.674000', '201604.677000', '201604.680000', '201604.682000', '201604.685000', '201604.687000', '201604.690000', '201604.693000', '201604.695000', '201604.698000', '201604.701000', '201604.703000', '201604.717000', '201604.720000', '201604.722000', '201604.725000', '201604.728000', '201604.730000', '201604.733000', '201604.735000', '201604.738000', '201604.741000', '201604.743000', '201604.746000', '201604.748000', '201604.751000', '201604.754000', '201604.756000', '201604.759000', '201604.763000', '201604.766000', '201604.769000', '201604.771000', '201604.774000', '201604.776000', '201604.779000', '201604.781000', '201624.657000', '201624.660000', '201624.663000', '201624.666000', '201624.669000', '201624.671000', '201624.682000', '201624.685000', '201624.687000', '201624.690000', '201624.693000', '201624.695000', '201624.698000', '201624.701000', '201624.703000', '201624.706000', '201624.708000', '201624.711000', '201624.713000', '201624.716000', '201624.719000', '201624.721000', '201624.724000', '201624.727000', '201624.729000', '201624.732000', '201624.735000', '201624.737000', '201624.740000', '201624.742000', '201624.745000', '201624.748000', '201624.750000', '201624.753000', '201624.756000', '201624.758000', '201624.761000', '201624.763000', '201624.766000', '201624.769000', '201624.771000', '201624.774000', '201624.776000', '201624.779000', '201644.658000', '201644.660000', '201644.663000', '201644.666000', '201644.668000', '201644.671000', '201644.673000', '201644.676000', '201644.678000', '201644.681000', '201644.684000', '201644.686000', '201644.689000', '201644.691000', '201644.694000', '201644.697000', '201644.699000', '201644.702000', '201644.705000', '201644.707000', '201644.710000', '201644.713000', '201644.715000', '201644.718000', '201644.720000', '201644.723000', '201644.726000', '201644.728000', '201644.731000', '201644.733000', '201644.736000', '201644.739000', '201644.742000', '201644.744000', '201644.747000', '201644.750000', '201644.752000', '201644.755000', '201644.757000', '201644.760000', '201644.763000', '201644.765000', '201644.768000', '201704.658000', '201704.660000', '201704.663000', '201704.666000', '201704.668000', '201704.671000', '201704.673000', '201704.676000', '201704.679000', '201704.681000', '201704.684000', '201704.686000', '201704.689000', '201704.692000', '201704.694000', '201704.697000', '201704.699000', '201704.702000', '201704.704000', '201704.707000', '201704.710000', '201704.712000', '201704.715000', '201704.718000', '201704.720000', '201704.723000', '201704.725000', '201704.728000', '201704.730000', '201704.733000', '201704.736000', '201704.738000', '201704.741000', '201704.743000', '201704.746000', '201704.749000', '201704.751000', '201704.754000', '201704.757000', '201704.759000', '201704.762000', '201704.764000', '201704.767000', '201704.770000', '201724.658000', '201724.660000', '201724.663000', '201724.666000', '201724.668000', '201724.671000', '201724.673000', '201724.676000', '201724.679000', '201724.681000', '201724.684000', '201724.687000', '201724.689000', '201724.692000', '201724.695000', '201724.697000', '201724.700000', '201724.703000', '201724.705000', '201724.708000', '201724.710000', '201724.713000', '201724.716000', '201724.718000', '201724.721000', '201724.723000', '201724.726000', '201724.729000', '201724.731000', '201724.734000', '201724.737000', '201724.739000', '201724.742000', '201724.745000', '201724.747000', '201724.750000', '201724.752000', '201724.755000', '201724.757000', '201724.760000', '201724.763000', '201724.765000', '201724.768000', '201744.657000', '201744.660000', '201744.663000', '201744.665000', '201744.668000', '201744.671000', '201744.673000', '201744.676000', '201744.678000', '201744.681000', '201744.684000', '201744.686000', '201744.689000', '201744.691000', '201744.694000', '201744.696000', '201744.699000', '201744.702000', '201744.704000', '201744.707000', '201744.709000', '201744.712000', '201744.715000', '201744.717000', '201744.720000', '201744.722000', '201744.725000', '201744.730000', '201744.732000', '201744.735000', '201744.737000', '201744.754000', '201744.756000', '201744.759000', '201744.762000', '201744.764000', '201744.767000', '201744.769000', '201744.772000', '201744.774000', '201744.777000', '201744.780000', '201744.782000', '201744.785000', '201804.659000', '201804.661000', '201804.664000', '201804.667000', '201804.669000', '201804.672000', '201804.674000', '201804.677000', '201804.680000', '201804.682000', '201804.685000', '201804.687000', '201804.690000', '201804.693000', '201804.695000', '201804.698000', '201804.701000', '201804.703000', '201804.706000', '201804.709000', '201804.711000', '201804.714000', '201804.716000', '201804.719000', '201804.722000', '201804.724000', '201804.727000', '201804.729000', '201804.732000', '201804.735000', '201804.737000', '201804.740000', '201804.742000', '201804.745000', '201804.748000', '201804.750000', '201804.753000', '201804.755000', '201804.758000', '201804.761000', '201804.763000', '201804.766000', '201804.769000', '201824.658000', '201824.661000', '201824.664000', '201824.667000', '201824.669000', '201824.672000', '201824.674000', '201824.677000', '201824.679000', '201824.682000', '201824.684000', '201824.687000', '201824.690000', '201824.692000', '201824.695000', '201824.697000', '201824.700000', '201824.703000', '201824.705000', '201824.708000', '201824.711000', '201824.713000', '201824.716000', '201824.718000', '201824.721000', '201824.723000', '201824.726000', '201824.729000', '201824.731000', '201824.734000', '201824.736000', '201824.739000', '201824.742000', '201824.744000', '201824.747000', '201824.749000', '201824.752000', '201824.755000', '201824.757000', '201824.760000', '201824.762000', '201824.765000', '201824.768000', '201824.770000', '201844.657000', '201844.660000', '201844.663000', '201844.665000', '201844.668000', '201844.671000', '201844.673000', '201844.676000', '201844.678000', '201844.681000', '201844.684000', '201844.686000', '201844.689000', '201844.691000', '201844.694000', '201844.696000', '201844.699000', '201844.702000', '201844.704000', '201844.707000', '201844.709000', '201844.712000', '201844.715000', '201844.717000', '201844.720000', '201844.722000', '201844.725000', '201844.728000', '201844.730000', '201844.733000', '201844.735000', '201844.738000', '201844.740000', '201844.743000', '201844.746000', '201844.748000', '201844.751000', '201844.754000', '201844.756000', '201844.759000', '201844.761000', '201844.764000', '201844.767000', '201904.657000', '201904.660000', '201904.663000', '201904.666000', '201904.668000', '201904.671000', '201904.673000', '201904.676000', '201904.679000', '201904.681000', '201904.684000', '201904.686000', '201904.689000', '201904.692000', '201904.694000', '201904.697000', '201904.699000', '201904.702000', '201904.704000', '201904.707000', '201904.710000', '201904.712000', '201904.715000', '201904.717000', '201904.720000', '201904.723000', '201904.725000', '201904.728000', '201904.730000', '201904.733000', '201904.736000', '201904.738000', '201904.741000', '201904.743000', '201904.746000', '201904.749000', '201904.751000', '201904.754000', '201904.757000', '201904.759000', '201904.762000', '201904.764000', '201904.781000', '201904.783000', '201924.657000', '201924.660000', '201924.663000', '201924.666000', '201924.668000', '201924.671000', '201924.673000', '201924.676000', '201924.679000', '201924.681000', '201924.684000', '201924.687000', '201924.689000', '201924.692000', '201924.694000', '201924.697000', '201924.700000', '201924.702000', '201924.705000', '201924.707000', '201924.710000', '201924.713000', '201924.715000', '201924.718000', '201924.720000', '201924.723000', '201924.726000', '201924.729000', '201924.731000', '201924.734000', '201924.736000', '201924.739000', '201924.742000', '201924.744000', '201924.747000', '201924.750000', '201924.752000', '201924.755000', '201924.757000', '201924.760000', '201924.762000', '201924.765000', '201924.768000', '201932.623000', '201932.626000', '201932.629000', '201932.632000', '201932.634000', '201932.637000', '201932.639000', '201932.642000', '201932.645000', '201932.647000', '201932.650000', '201932.652000', '201932.655000', '201932.658000', '201932.660000', '201932.663000', '201932.665000', '201932.668000'], '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], 'LargestImagePixelValue': [9139, 12487, 9661, 12347, 10078, 9551, 9418, 8585, 10616, 9057, 11442, 9103, 12446, 9465, 8680, 9445, 9089, 11112, 8889, 12687, 9610, 9091, 10522, 9201, 12162, 8825, 13216, 9885, 10187, 9619, 8612, 12027, 9193, 12653, 9503, 11709, 10090, 8209, 11601, 9169, 12403, 9215, 13506, 10012, 8575, 10460, 9213, 12093, 9198, 11038, 9615, 8834, 11168, 9036, 13237, 9781, 9535, 10136, 8829, 12357, 9798, 12787, 10307, 9093, 13770, 10473, 8485, 12849, 9697, 12983, 10543, 8825, 13240, 9727, 15014, 10238, 8368, 12056, 8322, 15192, 10029, 10038, 10175, 8052, 12163, 8695, 13018, 10166, 9976, 9938, 8364, 11423, 8650, 12430, 9472, 11503, 10261, 8883, 10702, 8893, 8409, 11835, 8871, 11605, 10689, 8869, 13399, 10078, 14158, 10757, 8581, 12772, 8629, 14695, 10366, 17353, 10955, 8879, 11238, 8710, 12604, 9586, 10633, 9652, 8142, 11352, 8458, 12060, 9603, 9521, 11182, 9569, 8513, 11844, 8767, 8826, 11206, 8342, 16779, 10777, 9205, 12306, 8744, 16724, 11566, 12918, 10541, 8449, 12521, 8560, 13371, 9450, 10966, 10283, 8370, 12769, 9122, 11774, 10554, 8861, 13675, 10874, 8969, 14324, 9538, 8672, 12763, 9737, 16758, 10397, 10770, 11910, 8718, 13734, 9217, 14534, 10864, 10244, 10884, 8548, 12676, 8661, 13393, 10266, 9778, 10271, 8336, 12030, 8313, 12598, 8846, 12176, 9818, 10421, 9708, 8377, 11256, 8299, 12935, 9430, 9307, 9487, 7989, 11007, 8419, 11939, 9191, 12697, 9738, 11223, 9504, 8624, 9432, 7940, 9782, 8468, 10812, 8571, 11239, 8494, 10806, 8961, 8744, 10501, 7983, 11581, 9274, 10412, 9860, 8711, 11619, 8198, 14023, 9068, 15364, 9704, 14881, 9233, 14655, 9638, 15711, 9713, 14284, 10736, 15657, 11446, 10043, 10763, 8763, 12555, 8360, 13982, 9024, 14019, 10528, 16775, 11087, 14373, 10782, 9659, 11612, 8539, 13311, 8375, 13821, 8798, 15017, 9416, 13804, 10273, 13544, 10570, 8839, 11381, 8858, 12549, 8047, 13204, 9403, 13214, 10113, 11162, 9864, 8740, 10251, 10326, 11394, 10353, 13760, 10260, 9908, 10837, 9242, 13032, 9570, 13953, 9778, 14226, 10893, 9774, 11096, 9265, 14019, 10294, 15909, 10678, 9546, 13297, 9621, 13478, 9140, 8663, 11965, 9524, 10193, 12096, 9399, 14572, 10968, 8510, 11699, 9789, 9134, 13394, 10349, 10890, 11724, 9342, 13105, 10981, 9408, 12763, 9929, 13073, 10463, 9284, 12491, 10286, 14795, 11043, 9745, 12431, 10568, 9533, 11029, 9641, 10711, 8719, 10373, 7568, 11349, 7567, 11534, 9778, 14879, 11011, 14123, 12013, 8862, 15546, 11335, 12257, 10843, 8453, 13314, 10741, 16078, 11762, 9947, 11360, 8735, 12589, 9124, 12925, 9403, 12703, 10765, 12856, 10045, 7098, 8388, 8394, 8031, 8062, 7143, 10859, 8262, 7951, 9033, 7517, 12397, 9450, 10235, 11666, 11063, 14427, 11509, 13475, 12836, 11411, 14507, 10914, 15515, 12963, 8094, 11163, 7792, 9343, 11547, 7070, 13337, 10891, 8696, 13237, 9981, 15183, 12300, 8921, 13996, 11044, 12908, 10653, 7821, 12554, 9712, 10221, 10081, 7655, 11984, 9840, 12377, 10589, 8203, 10111, 6980, 11465, 9297, 11747, 9722, 7315, 11375, 8260, 12375, 10423, 8189, 9914, 7332, 11886, 9627, 8647, 10590, 7356, 12331, 9357, 9758, 10640, 6984, 13321, 9598, 15054, 10624, 7886, 12833, 8983, 14127, 11105, 13278, 10667, 8432, 12660, 8026, 13526, 9401, 12482, 9796, 8202, 12107, 8040, 13062, 9751, 8755, 11073, 7493, 12308, 9364, 9571, 9909, 7343, 11759, 9110, 11378, 9689, 8201, 11178, 7457, 11866, 9873, 12955, 10552, 10017, 10828, 7324, 12544, 9802, 14201, 11075, 8436, 11814, 7945, 13346, 10604, 11587, 9857, 7659, 12228, 8106, 13099, 9876, 10762, 11018, 7630, 13460, 10342, 8518, 12570, 8644, 13708, 10514, 15732, 11226, 11574, 10797, 11398, 11729, 8061, 13104, 8090, 14011, 10637, 15664, 10351, 9548, 11220, 7428, 13097, 9113, 13209, 10456, 8010, 11864, 9509, 13207, 10545, 8330, 11434, 8609, 13004, 10541, 10221, 11037, 7757, 12799, 9008, 13574, 10551, 8552, 11632, 8385, 13355, 10765, 7792, 11553, 8648, 12961, 10144, 7992, 11344, 8025, 12825, 10577, 7753, 11800, 7904, 12960, 10537, 9288, 11110, 7482, 13195, 10268, 10242, 10625, 7298, 13097, 9469, 12523, 10065, 7546, 12094, 9120, 9384, 11254, 7313, 12125, 10686, 7748, 13827, 10833, 9361, 13062, 8207, 14050, 10551, 16547, 11336, 9068, 11203, 8186, 13030, 8929, 13422, 9750, 13302, 9758, 10018, 10484, 7554, 12917, 9211, 13123, 10233, 11250, 9833, 7328, 11689, 7263, 13516, 9667, 13353, 9909, 14363, 10088, 11236, 10173, 7294, 12024, 7265, 13690, 9814, 11824, 9874, 7836, 12556, 8329, 13244, 9777, 13155, 10047, 7645, 12338, 9410, 14603, 7940, 10381, 12948, 10069, 9602, 11500, 8021, 14422, 10153, 9544, 11802, 7778, 13446, 9790, 12943, 10553, 7768, 11975, 8148, 12570, 9965, 8527, 10156, 7398, 12465, 9853, 10969, 9848, 7565, 11819, 7689, 12992, 9894, 11579, 10572, 9022, 14223, 10980, 7733, 12310, 9647, 9270, 11777, 9128, 14215, 11771, 8836, 14980, 11533, 14574, 11281, 11038, 15110, 10180, 15527, 10888, 12918, 10909, 8341, 12677, 8501, 13272, 10291, 13522, 10362, 7830, 11280, 7754, 12600, 9682, 12360, 10282, 9719, 10732, 8364, 11974, 9252, 13325, 10703, 10713, 10843, 8397, 12841, 8116, 14533, 10708, 13544, 10643, 9255, 12202, 8496, 13588, 10370, 14368, 10785, 8391, 11274, 8232, 13156, 10159, 12835, 10624, 8168, 12249, 8167, 13392, 10197, 8904, 10799, 7810, 12902, 9798, 12568, 10026, 9720, 10843, 8179, 12747, 9656, 12957, 10393, 7967, 11575, 7944, 12202, 10278, 9123, 10193, 7821, 12240, 9743, 11758, 9918, 7821, 10852, 7600, 12553, 9843, 10653, 10067, 7620, 12807, 9389, 13371, 10672, 8720, 12076, 7903, 13423, 10628, 11912, 11059, 7935, 13214, 9388, 14664, 11026, 7756, 11843, 8188, 13441, 10744, 7986, 11130, 7521, 12992, 10287, 10040, 10177, 7684, 12402, 8108, 9390, 11156, 9267, 9201, 11273, 8551, 11342, 9690, 7535, 12904, 10532, 7997, 11509, 8154, 13955, 10990, 10003, 10652, 8273, 14260, 11097, 14950, 10907, 8040, 13569, 9149, 15850, 10815, 9055, 14329, 10883, 9234, 13831, 9618, 11695, 11156, 8686, 13498, 9559, 14167, 11436, 9191, 10565, 7970, 12847, 9950, 10658, 9659, 7300, 11552, 8027, 12069, 9385, 12339, 10025, 9268, 10200, 8168, 11987, 8460, 13352, 10245, 13712, 9898, 8827, 11066, 8535, 13092, 9084, 13288, 10251, 10368, 10285, 7986, 13120, 10310, 9252, 12831, 10201, 8489], 'WindowCenter': [4241.0, 4254.0, 4235.0, 4241.0, 4220.0, 4222.0, 4209.0, 4198.0, 4218.0, 4198.0, 4227.0, 4210.0, 4238.0, 4219.0, 4199.0, 4209.0, 4198.0, 4242.0, 4211.0, 4239.0, 4209.0, 4198.0, 4217.0, 4207.0, 4228.0, 4198.0, 4238.0, 4208.0, 4217.0, 4207.0, 4199.0, 4228.0, 4207.0, 4237.0, 4208.0, 4238.0, 4218.0, 4188.0, 4227.0, 4206.0, 4237.0, 4209.0, 4238.0, 4208.0, 4197.0, 4218.0, 4209.0, 4239.0, 4209.0, 4228.0, 4209.0, 4210.0, 4241.0, 4211.0, 4251.0, 4221.0, 4220.0, 4219.0, 4212.0, 4241.0, 4221.0, 4251.0, 4220.0, 4209.0, 4249.0, 4230.0, 4211.0, 4240.0, 4209.0, 4239.0, 4219.0, 4223.0, 4252.0, 4220.0, 4249.0, 4218.0, 4187.0, 4238.0, 4199.0, 4249.0, 4220.0, 4218.0, 4219.0, 4200.0, 4239.0, 4210.0, 4238.0, 4219.0, 4220.0, 4217.0, 4198.0, 4228.0, 4198.0, 4239.0, 4220.0, 4228.0, 4217.0, 4208.0, 4217.0, 4209.0, 4198.0, 4239.0, 4211.0, 4240.0, 4229.0, 4209.0, 4249.0, 4221.0, 4249.0, 4227.0, 4196.0, 4236.0, 4196.0, 4248.0, 4218.0, 4257.0, 4215.0, 4195.0, 4215.0, 4197.0, 4235.0, 4208.0, 4217.0, 4207.0, 4199.0, 4239.0, 4198.0, 4239.0, 4220.0, 4218.0, 4228.0, 4220.0, 4210.0, 4240.0, 4211.0, 4208.0, 4239.0, 4212.0, 4272.0, 4242.0, 4209.0, 4241.0, 4209.0, 4259.0, 4229.0, 4237.0, 4217.0, 4197.0, 4236.0, 4196.0, 4236.0, 4207.0, 4229.0, 4217.0, 4197.0, 4238.0, 4208.0, 4227.0, 4229.0, 4208.0, 4249.0, 4231.0, 4209.0, 4264.0, 4219.0, 4210.0, 4250.0, 4219.0, 4259.0, 4216.0, 4230.0, 4228.0, 4198.0, 4238.0, 4195.0, 4248.0, 4228.0, 4206.0, 4216.0, 4184.0, 4224.0, 4195.0, 4235.0, 4216.0, 4205.0, 4204.0, 4196.0, 4236.0, 4187.0, 4237.0, 4197.0, 4226.0, 4218.0, 4215.0, 4206.0, 4184.0, 4227.0, 4198.0, 4236.0, 4207.0, 4206.0, 4207.0, 4186.0, 4214.0, 4187.0, 4226.0, 4206.0, 4236.0, 4206.0, 4215.0, 4205.0, 4183.0, 4194.0, 4184.0, 4216.0, 4186.0, 4230.0, 4199.0, 4228.0, 4209.0, 4227.0, 4208.0, 4209.0, 4230.0, 4200.0, 4238.0, 4222.0, 4230.0, 4231.0, 4199.0, 4239.0, 4199.0, 4250.0, 4210.0, 4261.0, 4208.0, 4248.0, 4196.0, 4247.0, 4206.0, 4247.0, 4206.0, 4246.0, 4228.0, 4259.0, 4227.0, 4217.0, 4227.0, 4197.0, 4240.0, 4198.0, 4249.0, 4209.0, 4249.0, 4230.0, 4259.0, 4229.0, 4248.0, 4217.0, 4208.0, 4227.0, 4196.0, 4237.0, 4186.0, 4247.0, 4197.0, 4247.0, 4206.0, 4236.0, 4217.0, 4247.0, 4216.0, 4196.0, 4226.0, 4205.0, 4238.0, 4187.0, 4237.0, 4208.0, 4237.0, 4218.0, 4216.0, 4234.0, 4198.0, 4205.0, 4192.0, 4227.0, 4217.0, 4237.0, 4216.0, 4207.0, 4216.0, 4205.0, 4236.0, 4206.0, 4248.0, 4220.0, 4249.0, 4229.0, 4206.0, 4226.0, 4206.0, 4247.0, 4219.0, 4258.0, 4219.0, 4220.0, 4239.0, 4206.0, 4249.0, 4208.0, 4197.0, 4227.0, 4205.0, 4216.0, 4225.0, 4195.0, 4246.0, 4216.0, 4186.0, 4226.0, 4208.0, 4208.0, 4250.0, 4217.0, 4204.0, 4226.0, 4197.0, 4223.0, 4215.0, 4207.0, 4226.0, 4207.0, 4224.0, 4215.0, 4207.0, 4236.0, 4214.0, 4247.0, 4229.0, 4211.0, 4227.0, 4206.0, 4193.0, 4202.0, 4181.0, 4189.0, 4157.0, 4166.0, 4150.0, 4173.0, 4144.0, 4186.0, 4180.0, 4207.0, 4176.0, 4197.0, 4200.0, 4157.0, 4219.0, 4189.0, 4186.0, 4176.0, 4145.0, 4196.0, 4176.0, 4218.0, 4186.0, 4164.0, 4184.0, 4144.0, 4185.0, 4166.0, 4195.0, 4167.0, 4209.0, 4189.0, 4210.0, 4297.0, 4273.0, 4223.0, 4196.0, 4151.0, 4132.0, 4086.0, 4110.0, 4078.0, 4091.0, 4105.0, 4098.0, 4161.0, 4143.0, 4165.0, 4177.0, 4178.0, 4210.0, 4190.0, 4199.0, 4189.0, 4176.0, 4197.0, 4177.0, 4196.0, 4197.0, 4144.0, 4174.0, 4061.0, 4069.0, 4101.0, 4080.0, 4169.0, 4174.0, 4155.0, 4198.0, 4181.0, 4223.0, 4213.0, 4171.0, 4221.0, 4201.0, 4211.0, 4201.0, 4161.0, 4210.0, 4192.0, 4202.0, 4202.0, 4162.0, 4212.0, 4205.0, 4226.0, 4215.0, 4185.0, 4204.0, 4164.0, 4226.0, 4209.0, 4227.0, 4206.0, 4175.0, 4226.0, 4213.0, 4299.0, 4263.0, 4216.0, 4222.0, 4191.0, 4241.0, 4209.0, 4198.0, 4217.0, 4179.0, 4241.0, 4210.0, 4210.0, 4218.0, 4168.0, 4251.0, 4222.0, 4250.0, 4207.0, 4174.0, 4210.0, 4183.0, 4235.0, 4228.0, 4238.0, 4217.0, 4185.0, 4238.0, 4187.0, 4236.0, 4196.0, 4226.0, 4205.0, 4198.0, 4228.0, 4187.0, 4239.0, 4208.0, 4197.0, 4229.0, 4178.0, 4239.0, 4209.0, 4207.0, 4219.0, 4190.0, 4240.0, 4211.0, 4229.0, 4209.0, 4201.0, 4231.0, 4179.0, 4239.0, 4220.0, 4251.0, 4232.0, 4218.0, 4230.0, 4179.0, 4239.0, 4221.0, 4249.0, 4230.0, 4198.0, 4228.0, 4199.0, 4251.0, 4230.0, 4231.0, 4219.0, 4188.0, 4253.0, 4202.0, 4251.0, 4219.0, 4230.0, 4230.0, 4189.0, 4263.0, 4232.0, 4210.0, 4252.0, 4210.0, 4263.0, 4232.0, 4262.0, 4231.0, 4229.0, 4229.0, 4230.0, 4227.0, 4175.0, 4237.0, 4175.0, 4247.0, 4217.0, 4246.0, 4205.0, 4204.0, 4226.0, 4178.0, 4237.0, 4196.0, 4236.0, 4205.0, 4175.0, 4226.0, 4207.0, 4240.0, 4217.0, 4185.0, 4226.0, 4185.0, 4236.0, 4217.0, 4205.0, 4217.0, 4174.0, 4237.0, 4196.0, 4235.0, 4206.0, 4184.0, 4215.0, 4198.0, 4236.0, 4217.0, 4175.0, 4228.0, 4200.0, 4238.0, 4218.0, 4187.0, 4228.0, 4201.0, 4240.0, 4218.0, 4187.0, 4239.0, 4187.0, 4251.0, 4219.0, 4207.0, 4228.0, 4177.0, 4238.0, 4218.0, 4217.0, 4218.0, 4176.0, 4240.0, 4239.0, 4267.0, 4221.0, 4178.0, 4227.0, 4182.0, 4193.0, 4216.0, 4176.0, 4225.0, 4217.0, 4187.0, 4248.0, 4229.0, 4206.0, 4251.0, 4187.0, 4250.0, 4219.0, 4248.0, 4228.0, 4185.0, 4202.0, 4171.0, 4235.0, 4195.0, 4222.0, 4193.0, 4235.0, 4204.0, 4202.0, 4212.0, 4184.0, 4236.0, 4204.0, 4235.0, 4215.0, 4225.0, 4215.0, 4173.0, 4225.0, 4187.0, 4235.0, 4217.0, 4235.0, 4215.0, 4258.0, 4217.0, 4224.0, 4213.0, 4173.0, 4236.0, 4187.0, 4245.0, 4216.0, 4226.0, 4216.0, 4187.0, 4236.0, 4196.0, 4236.0, 4216.0, 4248.0, 4216.0, 4183.0, 4235.0, 4205.0, 4246.0, 4197.0, 4216.0, 4236.0, 4217.0, 4219.0, 4226.0, 4196.0, 4246.0, 4216.0, 4217.0, 4226.0, 4185.0, 4235.0, 4216.0, 4237.0, 4214.0, 4184.0, 4225.0, 4184.0, 4236.0, 4215.0, 4194.0, 4216.0, 4186.0, 4236.0, 4217.0, 4228.0, 4218.0, 4186.0, 4236.0, 4199.0, 4249.0, 4206.0, 4225.0, 4214.0, 4207.0, 4246.0, 4226.0, 4174.0, 4237.0, 4218.0, 4207.0, 4226.0, 4218.0, 4249.0, 4226.0, 4208.0, 4247.0, 4228.0, 4245.0, 4215.0, 4215.0, 4247.0, 4215.0, 4243.0, 4214.0, 4223.0, 4201.0, 4181.0, 4222.0, 4179.0, 4222.0, 4202.0, 4234.0, 4202.0, 4173.0, 4223.0, 4172.0, 4223.0, 4217.0, 4223.0, 4216.0, 4206.0, 4213.0, 4182.0, 4224.0, 4193.0, 4235.0, 4213.0, 4204.0, 4213.0, 4170.0, 4221.0, 4184.0, 4232.0, 4204.0, 4222.0, 4201.0, 4193.0, 4223.0, 4183.0, 4232.0, 4201.0, 4234.0, 4213.0, 4182.0, 4212.0, 4182.0, 4235.0, 4215.0, 4221.0, 4203.0, 4170.0, 4222.0, 4183.0, 4234.0, 4214.0, 4193.0, 4215.0, 4185.0, 4224.0, 4204.0, 4224.0, 4204.0, 4206.0, 4212.0, 4181.0, 4222.0, 4192.0, 4236.0, 4204.0, 4171.0, 4212.0, 4173.0, 4223.0, 4203.0, 4192.0, 4203.0, 4174.0, 4225.0, 4205.0, 4223.0, 4205.0, 4173.0, 4214.0, 4173.0, 4223.0, 4204.0, 4215.0, 4206.0, 4174.0, 4236.0, 4205.0, 4235.0, 4215.0, 4196.0, 4227.0, 4184.0, 4234.0, 4215.0, 4226.0, 4214.0, 4183.0, 4234.0, 4195.0, 4246.0, 4216.0, 4173.0, 4224.0, 4183.0, 4237.0, 4214.0, 4185.0, 4226.0, 4174.0, 4236.0, 4217.0, 4218.0, 4217.0, 4187.0, 4250.0, 4198.0, 4207.0, 4239.0, 4207.0, 4206.0, 4228.0, 4196.0, 4229.0, 4207.0, 4189.0, 4237.0, 4217.0, 4187.0, 4226.0, 4185.0, 4247.0, 4216.0, 4205.0, 4216.0, 4184.0, 4248.0, 4226.0, 4246.0, 4215.0, 4185.0, 4236.0, 4194.0, 4244.0, 4215.0, 4195.0, 4248.0, 4227.0, 4206.0, 4236.0, 4207.0, 4225.0, 4214.0, 4182.0, 4223.0, 4206.0, 4235.0, 4213.0, 4193.0, 4203.0, 4183.0, 4236.0, 4203.0, 4214.0, 4203.0, 4174.0, 4227.0, 4186.0, 4226.0, 4206.0, 4238.0, 4217.0, 4204.0, 4203.0, 4184.0, 4224.0, 4183.0, 4237.0, 4204.0, 4236.0, 4206.0, 4194.0, 4225.0, 4196.0, 4235.0, 4196.0, 4234.0, 4215.0, 4216.0, 4217.0, 4185.0, 4235.0, 4215.0, 4205.0, 4236.0, 4206.0, 4196.0], 'WindowWidth': [9412.0, 9417.0, 9390.0, 9390.0, 9359.0, 9365.0, 9342.0, 9325.0, 9353.0, 9325.0, 9363.0, 9346.0, 9380.0, 9356.0, 9328.0, 9341.0, 9325.0, 9391.0, 9347.0, 9383.0, 9341.0, 9323.0, 9348.0, 9335.0, 9365.0, 9326.0, 9377.0, 9338.0, 9348.0, 9336.0, 9329.0, 9366.0, 9336.0, 9376.0, 9338.0, 9380.0, 9354.0, 9311.0, 9365.0, 9334.0, 9376.0, 9342.0, 9380.0, 9339.0, 9323.0, 9351.0, 9342.0, 9382.0, 9342.0, 9367.0, 9341.0, 9345.0, 9390.0, 9351.0, 9404.0, 9362.0, 9357.0, 9356.0, 9352.0, 9390.0, 9363.0, 9402.0, 9358.0, 9343.0, 9397.0, 9372.0, 9351.0, 9387.0, 9342.0, 9383.0, 9354.0, 9370.0, 9409.0, 9359.0, 9399.0, 9352.0, 9309.0, 9380.0, 9329.0, 9397.0, 9359.0, 9351.0, 9355.0, 9333.0, 9382.0, 9347.0, 9381.0, 9355.0, 9360.0, 9353.0, 9328.0, 9367.0, 9326.0, 9383.0, 9360.0, 9367.0, 9351.0, 9339.0, 9349.0, 9344.0, 9329.0, 9384.0, 9350.0, 9387.0, 9371.0, 9341.0, 9398.0, 9364.0, 9399.0, 9364.0, 9321.0, 9374.0, 9318.0, 9393.0, 9353.0, 9408.0, 9344.0, 9318.0, 9344.0, 9325.0, 9374.0, 9340.0, 9350.0, 9336.0, 9330.0, 9385.0, 9331.0, 9385.0, 9363.0, 9355.0, 9367.0, 9359.0, 9349.0, 9387.0, 9348.0, 9342.0, 9386.0, 9354.0, 9435.0, 9393.0, 9341.0, 9388.0, 9345.0, 9414.0, 9369.0, 9377.0, 9348.0, 9323.0, 9375.0, 9322.0, 9375.0, 9336.0, 9371.0, 9350.0, 9325.0, 9379.0, 9340.0, 9362.0, 9370.0, 9340.0, 9396.0, 9377.0, 9347.0, 9425.0, 9357.0, 9348.0, 9402.0, 9356.0, 9413.0, 9348.0, 9370.0, 9365.0, 9324.0, 9380.0, 9317.0, 9394.0, 9368.0, 9333.0, 9346.0, 9301.0, 9353.0, 9318.0, 9371.0, 9347.0, 9330.0, 9327.0, 9322.0, 9374.0, 9308.0, 9377.0, 9321.0, 9361.0, 9353.0, 9344.0, 9333.0, 9301.0, 9363.0, 9327.0, 9375.0, 9337.0, 9333.0, 9335.0, 9309.0, 9343.0, 9308.0, 9358.0, 9335.0, 9374.0, 9333.0, 9343.0, 9329.0, 9299.0, 9315.0, 9303.0, 9348.0, 9307.0, 9372.0, 9329.0, 9368.0, 9346.0, 9365.0, 9339.0, 9343.0, 9374.0, 9333.0, 9382.0, 9364.0, 9373.0, 9377.0, 9331.0, 9383.0, 9328.0, 9398.0, 9345.0, 9417.0, 9338.0, 9395.0, 9321.0, 9391.0, 9334.0, 9392.0, 9332.0, 9386.0, 9365.0, 9410.0, 9364.0, 9350.0, 9363.0, 9325.0, 9385.0, 9328.0, 9399.0, 9342.0, 9396.0, 9375.0, 9411.0, 9370.0, 9392.0, 9350.0, 9340.0, 9363.0, 9320.0, 9377.0, 9306.0, 9392.0, 9323.0, 9390.0, 9334.0, 9373.0, 9352.0, 9392.0, 9348.0, 9320.0, 9361.0, 9333.0, 9381.0, 9311.0, 9378.0, 9339.0, 9377.0, 9355.0, 9347.0, 9387.0, 9324.0, 9329.0, 9303.0, 9363.0, 9350.0, 9378.0, 9346.0, 9335.0, 9347.0, 9332.0, 9376.0, 9334.0, 9392.0, 9357.0, 9398.0, 9368.0, 9334.0, 9360.0, 9336.0, 9391.0, 9355.0, 9411.0, 9356.0, 9361.0, 9381.0, 9333.0, 9399.0, 9339.0, 9320.0, 9361.0, 9329.0, 9347.0, 9357.0, 9316.0, 9386.0, 9345.0, 9304.0, 9355.0, 9338.0, 9339.0, 9399.0, 9348.0, 9325.0, 9358.0, 9320.0, 9350.0, 9344.0, 9334.0, 9357.0, 9335.0, 9352.0, 9342.0, 9338.0, 9374.0, 9343.0, 9393.0, 9370.0, 9344.0, 9358.0, 9328.0, 9304.0, 9313.0, 9282.0, 9293.0, 9245.0, 9254.0, 9238.0, 9259.0, 9226.0, 9282.0, 9283.0, 9312.0, 9267.0, 9298.0, 9305.0, 9247.0, 9335.0, 9290.0, 9282.0, 9268.0, 9224.0, 9297.0, 9271.0, 9330.0, 9284.0, 9250.0, 9277.0, 9222.0, 9279.0, 9254.0, 9293.0, 9259.0, 9320.0, 9293.0, 9321.0, 9510.0, 9486.0, 9375.0, 9319.0, 9239.0, 9193.0, 9118.0, 9136.0, 9090.0, 9114.0, 9139.0, 9138.0, 9227.0, 9210.0, 9241.0, 9263.0, 9265.0, 9314.0, 9288.0, 9300.0, 9288.0, 9263.0, 9298.0, 9265.0, 9294.0, 9295.0, 9221.0, 9257.0, 9064.0, 9068.0, 9115.0, 9106.0, 9244.0, 9260.0, 9237.0, 9300.0, 9281.0, 9346.0, 9329.0, 9270.0, 9339.0, 9313.0, 9324.0, 9313.0, 9262.0, 9324.0, 9303.0, 9316.0, 9317.0, 9264.0, 9332.0, 9327.0, 9360.0, 9340.0, 9301.0, 9326.0, 9272.0, 9360.0, 9342.0, 9361.0, 9331.0, 9290.0, 9358.0, 9354.0, 9499.0, 9437.0, 9362.0, 9363.0, 9320.0, 9384.0, 9336.0, 9322.0, 9344.0, 9298.0, 9385.0, 9341.0, 9339.0, 9348.0, 9281.0, 9398.0, 9363.0, 9396.0, 9331.0, 9283.0, 9322.0, 9291.0, 9368.0, 9363.0, 9378.0, 9344.0, 9299.0, 9376.0, 9307.0, 9372.0, 9317.0, 9356.0, 9327.0, 9324.0, 9363.0, 9307.0, 9379.0, 9336.0, 9322.0, 9367.0, 9298.0, 9379.0, 9340.0, 9334.0, 9354.0, 9319.0, 9383.0, 9347.0, 9367.0, 9340.0, 9334.0, 9372.0, 9300.0, 9381.0, 9356.0, 9403.0, 9377.0, 9352.0, 9370.0, 9300.0, 9380.0, 9360.0, 9395.0, 9370.0, 9325.0, 9364.0, 9328.0, 9403.0, 9371.0, 9371.0, 9355.0, 9311.0, 9406.0, 9337.0, 9400.0, 9353.0, 9367.0, 9369.0, 9315.0, 9421.0, 9379.0, 9345.0, 9405.0, 9344.0, 9421.0, 9377.0, 9420.0, 9374.0, 9367.0, 9367.0, 9370.0, 9362.0, 9289.0, 9372.0, 9287.0, 9389.0, 9348.0, 9385.0, 9328.0, 9326.0, 9356.0, 9298.0, 9373.0, 9318.0, 9369.0, 9328.0, 9288.0, 9355.0, 9334.0, 9384.0, 9346.0, 9300.0, 9357.0, 9300.0, 9370.0, 9345.0, 9328.0, 9345.0, 9282.0, 9372.0, 9317.0, 9367.0, 9328.0, 9295.0, 9340.0, 9323.0, 9371.0, 9347.0, 9287.0, 9362.0, 9328.0, 9374.0, 9350.0, 9307.0, 9364.0, 9334.0, 9382.0, 9351.0, 9307.0, 9379.0, 9309.0, 9400.0, 9353.0, 9334.0, 9364.0, 9295.0, 9379.0, 9351.0, 9348.0, 9349.0, 9293.0, 9381.0, 9397.0, 9433.0, 9358.0, 9295.0, 9356.0, 9286.0, 9305.0, 9342.0, 9291.0, 9355.0, 9349.0, 9309.0, 9394.0, 9367.0, 9333.0, 9403.0, 9307.0, 9396.0, 9354.0, 9395.0, 9364.0, 9299.0, 9318.0, 9275.0, 9370.0, 9312.0, 9345.0, 9308.0, 9368.0, 9326.0, 9323.0, 9335.0, 9303.0, 9375.0, 9329.0, 9373.0, 9346.0, 9358.0, 9345.0, 9287.0, 9360.0, 9313.0, 9373.0, 9352.0, 9373.0, 9347.0, 9410.0, 9351.0, 9357.0, 9341.0, 9287.0, 9377.0, 9314.0, 9385.0, 9349.0, 9360.0, 9348.0, 9313.0, 9377.0, 9322.0, 9375.0, 9349.0, 9397.0, 9350.0, 9302.0, 9373.0, 9331.0, 9387.0, 9324.0, 9348.0, 9375.0, 9352.0, 9359.0, 9363.0, 9322.0, 9390.0, 9349.0, 9352.0, 9362.0, 9308.0, 9373.0, 9349.0, 9379.0, 9343.0, 9304.0, 9359.0, 9302.0, 9377.0, 9347.0, 9317.0, 9348.0, 9309.0, 9376.0, 9351.0, 9367.0, 9354.0, 9307.0, 9377.0, 9332.0, 9397.0, 9333.0, 9359.0, 9343.0, 9338.0, 9387.0, 9361.0, 9287.0, 9379.0, 9354.0, 9335.0, 9361.0, 9356.0, 9398.0, 9361.0, 9341.0, 9395.0, 9367.0, 9386.0, 9345.0, 9343.0, 9395.0, 9343.0, 9380.0, 9341.0, 9355.0, 9317.0, 9291.0, 9347.0, 9286.0, 9350.0, 9321.0, 9369.0, 9323.0, 9283.0, 9353.0, 9285.0, 9351.0, 9351.0, 9352.0, 9348.0, 9336.0, 9338.0, 9295.0, 9352.0, 9310.0, 9370.0, 9339.0, 9324.0, 9336.0, 9274.0, 9344.0, 9300.0, 9362.0, 9325.0, 9346.0, 9319.0, 9312.0, 9348.0, 9295.0, 9361.0, 9319.0, 9369.0, 9337.0, 9294.0, 9334.0, 9292.0, 9369.0, 9342.0, 9346.0, 9323.0, 9276.0, 9347.0, 9300.0, 9365.0, 9342.0, 9311.0, 9343.0, 9304.0, 9354.0, 9327.0, 9353.0, 9327.0, 9332.0, 9335.0, 9292.0, 9347.0, 9308.0, 9373.0, 9326.0, 9279.0, 9333.0, 9283.0, 9351.0, 9323.0, 9308.0, 9324.0, 9289.0, 9356.0, 9328.0, 9352.0, 9328.0, 9284.0, 9339.0, 9286.0, 9351.0, 9326.0, 9342.0, 9332.0, 9287.0, 9372.0, 9330.0, 9370.0, 9345.0, 9321.0, 9360.0, 9300.0, 9367.0, 9343.0, 9362.0, 9341.0, 9298.0, 9367.0, 9317.0, 9390.0, 9346.0, 9286.0, 9354.0, 9299.0, 9377.0, 9343.0, 9302.0, 9358.0, 9289.0, 9375.0, 9349.0, 9352.0, 9348.0, 9312.0, 9402.0, 9327.0, 9337.0, 9384.0, 9338.0, 9337.0, 9366.0, 9322.0, 9368.0, 9335.0, 9315.0, 9379.0, 9349.0, 9310.0, 9360.0, 9304.0, 9391.0, 9347.0, 9329.0, 9344.0, 9300.0, 9394.0, 9360.0, 9387.0, 9345.0, 9301.0, 9371.0, 9311.0, 9381.0, 9340.0, 9317.0, 9393.0, 9364.0, 9336.0, 9372.0, 9336.0, 9357.0, 9337.0, 9294.0, 9349.0, 9330.0, 9372.0, 9337.0, 9311.0, 9321.0, 9297.0, 9372.0, 9324.0, 9339.0, 9325.0, 9287.0, 9362.0, 9306.0, 9359.0, 9335.0, 9376.0, 9350.0, 9329.0, 9324.0, 9298.0, 9353.0, 9299.0, 9375.0, 9327.0, 9373.0, 9331.0, 9312.0, 9357.0, 9318.0, 9369.0, 9319.0, 9366.0, 9348.0, 9348.0, 9350.0, 9307.0, 9371.0, 9344.0, 9331.0, 9371.0, 9330.0, 9321.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.008636904500548848</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.09546986443468715</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.377348038417594</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1220307720329654</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0268506625164833</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4853</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4132.9766</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.19029906804065566</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>186</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.417124039517013</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7819008963922713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.68992793586712</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.051111836346734</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6046629169629605</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0147017</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0026180811692029238</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02096640132367611</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.881464585192304</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.7104</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.7114</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.7195</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>298979.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>793.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.3064</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1794</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.0535</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3378.7626</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77565.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1090.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4398.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.6927</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>22.60528653487563</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> |