=== 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-0034 --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-0034",
"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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-02/func/sub-0034_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>b7c3f698f71133024c9d10aee000ec30</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>16:47:43.192500</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_VE11C_LATEST_20160120</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.999292, -0.0373187, 0.00479621, 0.036817, 0.996125, 0.0798767]</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.0885718</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>[4151, -7784, -7227, 587, -86, -223, 67, 62]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>250.856</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d726e365-44a0-4bd7-9f90-2b2bb27e037e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810271739959717, 0.09877731651067734, 0.020947979763150215, 106.22103118896484], [0.10012323409318924, 2.672529458999634, 0.215037539601326, -98.50517272949219], [0.012867875397205353, -0.21430328488349915, 2.6913416385650635, -61.857086181640625], [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': ['164743.192500', '164743.652500', '164744.112500', '164744.572500', '164745.032500', '164745.492500', '164745.952500', '164746.412500', '164746.872500', '164747.332500', '164747.792500', '164748.252500', '164748.712500', '164749.172500', '164749.632500', '164750.092500', '164750.552500', '164751.012500', '164751.472500', '164751.932500', '164752.392500', '164752.852500', '164753.312500', '164753.772500', '164754.232500', '164754.692500', '164755.152500', '164755.612500', '164756.072500', '164756.532500', '164756.992500', '164757.452500', '164757.912500', '164758.372500', '164758.832500', '164759.292500', '164759.752500', '164800.212500', '164800.672500', '164801.132500', '164801.592500', '164802.052500', '164802.512500', '164802.972500', '164803.432500', '164803.892500', '164804.352500', '164804.812500', '164805.272500', '164805.732500', '164806.192500', '164806.652500', '164807.112500', '164807.572500', '164808.032500', '164808.492500', '164808.952500', '164809.412500', '164809.872500', '164810.332500', '164810.792500', '164811.252500', '164811.712500', '164812.172500', '164812.632500', '164813.092500', '164813.552500', '164814.012500', '164814.472500', '164814.932500', '164815.392500', '164815.852500', '164816.312500', '164816.772500', '164817.232500', '164817.692500', '164818.152500', '164818.612500', '164819.072500', '164819.532500', '164819.992500', '164820.452500', '164820.912500', '164821.372500', '164821.832500', '164822.292500', '164822.752500', '164823.212500', '164823.672500', '164824.132500', '164824.592500', '164825.052500', '164825.512500', '164825.972500', '164826.432500', '164826.892500', '164827.352500', '164827.812500', '164828.272500', '164828.732500', '164829.192500', '164829.652500', '164830.112500', '164830.572500', '164831.032500', '164831.492500', '164831.952500', '164832.412500', '164832.872500', '164833.332500', '164833.792500', '164834.252500', '164834.712500', '164835.172500', '164835.632500', '164836.092500', '164836.552500', '164837.012500', '164837.472500', '164837.932500', '164838.392500', '164838.852500', '164839.312500', '164839.772500', '164840.232500', '164840.692500', '164841.152500', '164841.612500', '164842.072500', '164842.532500', '164842.992500', '164843.452500', '164843.912500', '164844.372500', '164844.832500', '164845.292500', '164845.752500', '164846.212500', '164846.672500', '164847.132500', '164847.592500', '164848.052500', '164848.512500', '164848.972500', '164849.432500', '164849.892500', '164850.352500', '164850.812500', '164851.272500', '164851.732500', '164852.192500', '164852.652500', '164853.112500', '164853.572500', '164854.032500', '164854.492500', '164854.952500', '164855.412500', '164855.872500', '164856.332500', '164856.792500', '164857.252500', '164857.712500', '164858.172500', '164858.632500', '164859.092500', '164859.552500', '164900.012500', '164900.472500', '164900.932500', '164901.392500', '164901.852500', '164902.312500', '164902.772500', '164903.232500', '164903.692500', '164904.152500', '164904.612500', '164905.072500', '164905.532500', '164905.992500', '164906.452500', '164906.912500', '164907.372500', '164907.832500', '164908.292500', '164908.752500', '164909.212500', '164909.672500', '164910.132500', '164910.592500', '164911.052500', '164911.512500', '164911.972500', '164912.432500', '164912.892500', '164913.352500', '164913.812500', '164914.272500', '164914.732500', '164915.192500', '164915.652500', '164916.112500', '164916.572500', '164917.032500', '164917.492500', '164917.952500', '164918.412500', '164918.872500', '164919.332500', '164919.792500', '164920.252500', '164920.712500', '164921.172500', '164921.632500', '164922.092500', '164922.552500', '164923.012500', '164923.472500', '164923.932500', '164924.392500', '164924.852500', '164925.312500', '164925.772500', '164926.232500', '164926.692500', '164927.152500', '164927.612500', '164928.072500', '164928.532500', '164928.992500', '164929.452500', '164929.912500', '164930.372500', '164930.832500', '164931.292500', '164931.752500', '164932.212500', '164932.672500', '164933.132500', '164933.592500', '164934.052500', '164934.512500', '164934.972500', '164935.432500', '164935.892500', '164936.352500', '164936.812500', '164937.272500', '164937.732500', '164938.192500', '164938.652500', '164939.112500', '164939.572500', '164940.032500', '164940.492500', '164940.952500', '164941.412500', '164941.872500', '164942.332500', '164942.792500', '164943.252500', '164943.712500', '164944.172500', '164944.632500', '164945.092500', '164945.552500', '164946.012500', '164946.472500', '164946.932500', '164947.392500', '164947.852500', '164948.312500', '164948.772500', '164949.232500', '164949.692500', '164950.152500', '164950.612500', '164951.072500', '164951.532500', '164951.992500', '164952.452500', '164952.912500', '164953.372500', '164953.832500', '164954.292500', '164954.752500', '164955.212500', '164955.672500', '164956.132500', '164956.592500', '164957.052500', '164957.512500', '164957.972500', '164958.432500', '164958.892500', '164959.352500', '164959.812500', '165000.272500', '165000.732500', '165001.192500', '165001.652500', '165002.112500', '165002.572500', '165003.032500', '165003.492500', '165003.952500', '165004.412500', '165004.872500', '165005.332500', '165005.792500', '165006.252500', '165006.712500', '165007.172500', '165007.632500', '165008.092500', '165008.552500', '165009.012500', '165009.472500', '165009.932500', '165010.392500', '165010.852500', '165011.312500', '165011.772500', '165012.232500', '165012.692500', '165013.152500', '165013.612500', '165014.072500', '165014.532500', '165014.992500', '165015.452500', '165015.912500', '165016.372500', '165016.832500', '165017.292500', '165017.752500', '165018.212500', '165018.672500', '165019.132500', '165019.592500', '165020.052500', '165020.512500', '165020.972500', '165021.432500', '165021.892500', '165022.352500', '165022.812500', '165023.272500', '165023.732500', '165024.192500', '165024.652500', '165025.112500', '165025.572500', '165026.032500', '165026.492500', '165026.952500', '165027.412500', '165027.872500', '165028.332500', '165028.792500', '165029.252500', '165029.712500', '165030.172500', '165030.632500', '165031.092500', '165031.552500', '165032.012500', '165032.472500', '165032.932500', '165033.392500', '165033.852500', '165034.312500', '165034.772500', '165035.232500', '165035.692500', '165036.152500', '165036.612500', '165037.072500', '165037.532500', '165037.992500', '165038.452500', '165038.912500', '165039.372500', '165039.832500', '165040.292500', '165040.752500', '165041.212500', '165041.672500', '165042.132500', '165042.592500', '165043.052500', '165043.512500', '165043.972500', '165044.432500', '165044.892500', '165045.352500', '165045.812500', '165046.272500', '165046.732500', '165047.192500', '165047.652500', '165048.112500', '165048.572500', '165049.032500', '165049.492500', '165049.952500', '165050.412500', '165050.872500', '165051.332500', '165051.792500', '165052.252500', '165052.712500', '165053.172500', '165053.632500', '165054.092500', '165054.552500', '165055.012500', '165055.472500', '165055.932500', '165056.392500', '165056.852500', '165057.312500', '165057.772500', '165058.232500', '165058.692500', '165059.152500', '165059.612500', '165100.072500', '165100.532500', '165100.992500', '165101.452500', '165101.912500', '165102.372500', '165102.832500', '165103.292500', '165103.752500', '165104.212500', '165104.672500', '165105.132500', '165105.592500', '165106.052500', '165106.512500', '165106.972500', '165107.432500', '165107.892500', '165108.352500', '165108.812500', '165109.272500', '165109.732500', '165110.192500', '165110.652500', '165111.112500', '165111.572500', '165112.032500', '165112.492500', '165112.952500', '165113.412500', '165113.872500', '165114.332500', '165114.792500', '165115.252500', '165115.712500', '165116.172500', '165116.632500', '165117.092500', '165117.552500', '165118.012500', '165118.472500', '165118.932500', '165119.392500', '165119.852500', '165120.312500', '165120.772500', '165121.232500', '165121.692500', '165122.152500', '165122.612500', '165123.072500', '165123.532500', '165123.992500', '165124.452500', '165124.912500', '165125.372500', '165125.832500', '165126.292500', '165126.752500', '165127.212500', '165127.672500', '165128.132500', '165128.592500', '165129.052500', '165129.512500', '165129.972500', '165130.432500', '165130.892500', '165131.352500', '165131.812500', '165132.272500', '165132.732500', '165133.192500', '165133.652500', '165134.112500', '165134.572500', '165135.032500', '165135.492500', '165135.952500', '165136.412500', '165136.872500', '165137.332500', '165137.792500', '165138.252500', '165138.712500', '165139.172500', '165139.632500', '165140.092500', '165140.552500', '165141.012500', '165141.472500', '165141.932500', '165142.392500', '165142.852500', '165143.312500', '165143.772500', '165144.232500', '165144.692500', '165145.152500', '165145.612500', '165146.072500', '165146.532500', '165146.992500', '165147.452500', '165147.912500', '165148.372500', '165148.832500', '165149.292500', '165149.752500', '165150.212500', '165150.672500', '165151.132500', '165151.592500', '165152.052500', '165152.512500', '165152.972500', '165153.432500', '165153.892500', '165154.352500', '165154.812500', '165155.272500', '165155.732500', '165156.192500', '165156.652500', '165157.112500', '165157.572500', '165158.032500', '165158.492500', '165158.952500', '165159.412500', '165159.872500', '165200.332500', '165200.792500', '165201.252500', '165201.712500', '165202.172500', '165202.632500', '165203.092500', '165203.552500', '165204.012500', '165204.472500', '165204.932500', '165205.392500', '165205.852500', '165206.312500', '165206.772500', '165207.232500', '165207.692500', '165208.152500', '165208.612500', '165209.072500', '165209.532500', '165209.992500', '165210.452500', '165210.912500', '165211.372500', '165211.832500', '165212.292500', '165212.752500', '165213.212500', '165213.672500', '165214.132500', '165214.592500', '165215.052500', '165215.512500', '165215.972500', '165216.432500', '165216.892500', '165217.352500', '165217.812500', '165218.272500', '165218.732500', '165219.192500', '165219.652500', '165220.112500', '165220.572500', '165221.032500', '165221.492500', '165221.952500', '165222.412500', '165222.872500', '165223.332500', '165223.792500', '165224.252500', '165224.712500', '165225.172500', '165225.632500', '165226.092500', '165226.552500', '165227.012500', '165227.472500', '165227.932500', '165228.392500', '165228.852500', '165229.312500', '165229.772500', '165230.232500', '165230.692500', '165231.152500', '165231.612500', '165232.072500', '165232.532500', '165232.992500', '165233.452500', '165233.912500', '165234.372500', '165234.832500', '165235.292500', '165235.752500', '165236.212500', '165236.672500', '165237.132500', '165237.592500', '165238.052500', '165238.512500', '165238.972500', '165239.432500', '165239.892500', '165240.352500', '165240.812500', '165241.272500', '165241.732500', '165242.192500', '165242.652500', '165243.112500', '165243.572500', '165244.032500', '165244.492500', '165244.952500', '165245.412500', '165245.872500', '165246.332500', '165246.792500', '165247.252500', '165247.712500', '165248.172500', '165248.632500', '165249.092500', '165249.552500', '165250.012500', '165250.472500', '165250.932500', '165251.392500', '165251.852500', '165252.312500', '165252.772500', '165253.232500', '165253.692500', '165254.152500', '165254.612500', '165255.072500', '165255.532500', '165255.992500', '165256.452500', '165256.912500', '165257.372500', '165257.832500', '165258.292500', '165258.752500', '165259.212500', '165259.672500', '165300.132500', '165300.592500', '165301.052500', '165301.512500', '165301.972500', '165302.432500', '165302.892500', '165303.352500', '165303.812500', '165304.272500', '165304.732500', '165305.192500', '165305.652500', '165306.112500', '165306.572500', '165307.032500', '165307.492500', '165307.952500', '165308.412500', '165308.872500', '165309.332500', '165309.792500', '165310.252500', '165310.712500', '165311.172500', '165311.632500', '165312.092500', '165312.552500', '165313.012500', '165313.472500', '165313.932500', '165314.392500', '165314.852500', '165315.312500', '165315.772500', '165316.232500', '165316.692500', '165317.152500', '165317.612500', '165318.072500', '165318.532500', '165318.992500', '165319.452500', '165319.912500', '165320.372500', '165320.832500', '165321.292500', '165321.752500', '165322.212500', '165322.672500', '165323.132500', '165323.592500', '165324.052500', '165324.512500', '165324.972500', '165325.432500', '165325.892500', '165326.352500', '165326.812500', '165327.272500', '165327.732500', '165328.192500', '165328.652500', '165329.112500', '165329.572500', '165330.032500', '165330.492500', '165330.952500', '165331.412500', '165331.872500', '165332.332500', '165332.792500', '165333.252500', '165333.712500', '165334.172500', '165334.632500', '165335.092500', '165335.552500', '165336.012500', '165336.472500', '165336.932500', '165337.392500', '165337.852500', '165338.312500', '165338.772500', '165339.232500', '165339.692500', '165340.152500', '165340.612500', '165341.072500', '165341.532500', '165341.992500', '165342.452500', '165342.912500', '165343.372500', '165343.832500', '165344.292500', '165344.752500', '165345.212500', '165345.672500', '165346.132500', '165346.592500', '165347.052500', '165347.512500', '165347.972500', '165348.432500', '165348.892500', '165349.352500', '165349.812500', '165350.272500', '165350.732500', '165351.192500', '165351.652500', '165352.112500', '165352.572500', '165353.032500', '165353.492500', '165353.952500', '165354.412500', '165354.872500', '165355.332500', '165355.792500', '165356.252500', '165356.712500', '165357.172500', '165357.632500', '165358.092500', '165358.552500', '165359.012500', '165359.472500', '165359.932500', '165400.392500', '165400.852500', '165401.312500', '165401.772500', '165402.232500', '165402.692500', '165403.152500', '165403.612500', '165404.072500', '165404.532500', '165404.992500', '165405.452500', '165405.912500', '165406.372500', '165406.832500', '165407.292500', '165407.752500', '165408.212500', '165408.672500', '165409.132500', '165409.592500', '165410.052500', '165410.512500', '165410.972500', '165411.432500', '165411.892500', '165412.352500', '165412.812500', '165413.272500', '165413.732500', '165414.192500', '165414.652500', '165415.112500', '165415.572500', '165416.032500', '165416.492500', '165416.952500', '165417.412500', '165417.872500', '165418.332500', '165418.792500', '165419.252500', '165419.712500', '165420.172500', '165420.632500', '165421.092500', '165421.552500', '165422.012500', '165422.472500', '165422.932500', '165423.392500', '165423.852500', '165424.312500', '165424.772500', '165425.232500', '165425.692500', '165426.152500', '165426.612500', '165427.072500', '165427.532500', '165427.992500', '165428.452500', '165428.912500', '165429.372500', '165429.832500', '165430.292500', '165430.752500', '165431.212500', '165431.672500', '165432.132500', '165432.592500', '165433.052500', '165433.512500', '165433.972500', '165434.432500', '165434.892500', '165435.352500', '165435.812500', '165436.272500', '165436.732500', '165437.192500', '165437.652500', '165438.112500', '165438.572500', '165439.032500', '165439.492500', '165439.952500', '165440.412500', '165440.872500', '165441.332500', '165441.792500', '165442.252500', '165442.712500', '165443.172500'], 'ContentTime': ['164801.225000', '164801.229000', '164801.232000', '164801.235000', '164801.238000', '164801.242000', '164801.245000', '164801.248000', '164801.251000', '164801.254000', '164801.257000', '164801.260000', '164801.263000', '164801.266000', '164801.269000', '164801.272000', '164801.276000', '164801.279000', '164801.282000', '164801.291000', '164801.295000', '164801.298000', '164801.300000', '164801.303000', '164801.306000', '164801.309000', '164801.323000', '164801.326000', '164801.330000', '164801.332000', '164801.335000', '164801.338000', '164801.341000', '164801.351000', '164801.354000', '164801.358000', '164801.361000', '164801.364000', '164821.186000', '164821.189000', '164821.192000', '164821.195000', '164821.198000', '164821.200000', '164821.203000', '164821.206000', '164821.209000', '164821.212000', '164821.215000', '164821.218000', '164821.227000', '164821.229000', '164821.232000', '164821.235000', '164821.238000', '164821.241000', '164821.244000', '164821.246000', '164821.249000', '164821.252000', '164821.255000', '164821.258000', '164821.261000', '164821.264000', '164821.267000', '164821.270000', '164821.272000', '164821.275000', '164821.278000', '164821.281000', '164821.284000', '164821.287000', '164821.290000', '164821.293000', '164821.295000', '164821.298000', '164821.301000', '164821.304000', '164821.307000', '164821.310000', '164821.313000', '164841.186000', '164841.189000', '164841.192000', '164841.195000', '164841.197000', '164841.200000', '164841.203000', '164841.206000', '164841.209000', '164841.212000', '164841.215000', '164841.217000', '164841.220000', '164841.223000', '164841.226000', '164841.229000', '164841.232000', '164841.235000', '164841.237000', '164841.240000', '164841.243000', '164841.246000', '164841.249000', '164841.252000', '164841.255000', '164841.257000', '164841.260000', '164841.263000', '164841.266000', '164841.269000', '164841.272000', '164841.275000', '164841.278000', '164841.280000', '164841.283000', '164841.286000', '164841.289000', '164841.292000', '164841.295000', '164841.302000', '164841.305000', '164841.307000', '164841.310000', '164841.313000', '164901.186000', '164901.189000', '164901.192000', '164901.195000', '164901.198000', '164901.201000', '164901.203000', '164901.206000', '164901.209000', '164901.212000', '164901.215000', '164901.218000', '164901.221000', '164901.223000', '164901.226000', '164901.229000', '164901.232000', '164901.235000', '164901.238000', '164901.241000', '164901.244000', '164901.247000', '164901.249000', '164901.252000', '164901.255000', '164901.258000', '164901.261000', '164901.264000', '164901.267000', '164901.270000', '164901.272000', '164901.275000', '164901.278000', '164901.281000', '164901.284000', '164901.287000', '164901.290000', '164901.292000', '164901.295000', '164901.298000', '164901.301000', '164901.304000', '164901.307000', '164921.185000', '164921.188000', '164921.191000', '164921.194000', '164921.197000', '164921.200000', '164921.202000', '164921.205000', '164921.208000', '164921.211000', '164921.214000', '164921.217000', '164921.220000', '164921.222000', '164921.225000', '164921.228000', '164921.231000', '164921.234000', '164921.237000', '164921.240000', '164921.243000', '164921.245000', '164921.248000', '164921.251000', '164921.254000', '164921.257000', '164921.260000', '164921.263000', '164921.265000', '164921.268000', '164921.271000', '164921.274000', '164921.277000', '164921.280000', '164921.283000', '164921.286000', '164921.289000', '164921.292000', '164921.295000', '164921.297000', '164921.300000', '164921.303000', '164921.306000', '164921.309000', '164941.185000', '164941.188000', '164941.191000', '164941.194000', '164941.197000', '164941.200000', '164941.202000', '164941.205000', '164941.208000', '164941.211000', '164941.214000', '164941.217000', '164941.220000', '164941.223000', '164941.238000', '164941.241000', '164941.244000', '164941.247000', '164941.250000', '164941.253000', '164941.256000', '164941.259000', '164941.262000', '164941.265000', '164941.268000', '164941.270000', '164941.273000', '164941.276000', '164941.279000', '164941.282000', '164941.285000', '164941.288000', '164941.291000', '164941.294000', '164941.297000', '164941.300000', '164941.302000', '164941.305000', '164941.308000', '164941.311000', '164941.314000', '164941.317000', '164941.320000', '165001.186000', '165001.191000', '165001.194000', '165001.197000', '165001.200000', '165001.203000', '165001.205000', '165001.208000', '165001.211000', '165001.214000', '165001.217000', '165001.220000', '165001.223000', '165001.226000', '165001.228000', '165001.231000', '165001.234000', '165001.237000', '165001.240000', '165001.243000', '165001.246000', '165001.249000', '165001.252000', '165001.255000', '165001.257000', '165001.260000', '165001.263000', '165001.266000', '165001.269000', '165001.272000', '165001.275000', '165001.278000', '165001.281000', '165001.284000', '165001.287000', '165001.289000', '165001.292000', '165001.295000', '165001.298000', '165001.301000', '165001.304000', '165001.307000', '165001.310000', '165021.185000', '165021.188000', '165021.191000', '165021.194000', '165021.197000', '165021.200000', '165021.202000', '165021.205000', '165021.208000', '165021.211000', '165021.214000', '165021.217000', '165021.220000', '165021.223000', '165021.226000', '165021.229000', '165021.231000', '165021.234000', '165021.237000', '165021.240000', '165021.243000', '165021.246000', '165021.249000', '165021.252000', '165021.255000', '165021.258000', '165021.261000', '165021.263000', '165021.266000', '165021.269000', '165021.272000', '165021.275000', '165021.278000', '165021.281000', '165021.284000', '165021.287000', '165021.290000', '165021.292000', '165021.295000', '165021.298000', '165021.301000', '165021.304000', '165021.307000', '165021.310000', '165041.186000', '165041.214000', '165041.217000', '165041.220000', '165041.223000', '165041.226000', '165041.229000', '165041.231000', '165041.234000', '165041.237000', '165041.240000', '165041.243000', '165041.246000', '165041.249000', '165041.252000', '165041.255000', '165041.257000', '165041.260000', '165041.263000', '165041.266000', '165041.269000', '165041.272000', '165041.275000', '165041.278000', '165041.281000', '165041.283000', '165041.286000', '165041.299000', '165041.302000', '165041.304000', '165041.307000', '165041.310000', '165041.313000', '165041.316000', '165041.319000', '165041.323000', '165041.326000', '165041.329000', '165041.332000', '165041.334000', '165041.337000', '165041.340000', '165041.343000', '165101.186000', '165101.189000', '165101.192000', '165101.195000', '165101.198000', '165101.201000', '165101.204000', '165101.207000', '165101.209000', '165101.212000', '165101.215000', '165101.218000', '165101.221000', '165101.224000', '165101.227000', '165101.230000', '165101.233000', '165101.235000', '165101.238000', '165101.241000', '165101.244000', '165101.247000', '165101.250000', '165101.253000', '165101.256000', '165101.259000', '165101.262000', '165101.264000', '165101.267000', '165101.270000', '165101.273000', '165101.276000', '165101.279000', '165101.282000', '165101.285000', '165101.288000', '165101.290000', '165101.293000', '165101.296000', '165101.299000', '165101.322000', '165101.325000', '165101.328000', '165101.331000', '165121.186000', '165121.189000', '165121.192000', '165121.195000', '165121.198000', '165121.201000', '165121.204000', '165121.208000', '165121.213000', '165121.216000', '165121.219000', '165121.222000', '165121.225000', '165121.228000', '165121.231000', '165121.234000', '165121.237000', '165121.240000', '165121.243000', '165121.246000', '165121.248000', '165121.251000', '165121.254000', '165121.257000', '165121.260000', '165121.263000', '165121.266000', '165121.269000', '165121.272000', '165121.274000', '165121.277000', '165121.280000', '165121.283000', '165121.286000', '165121.289000', '165121.292000', '165121.295000', '165121.297000', '165121.300000', '165121.303000', '165121.306000', '165121.309000', '165121.312000', '165141.185000', '165141.201000', '165141.204000', '165141.207000', '165141.210000', '165141.213000', '165141.216000', '165141.229000', '165141.232000', '165141.235000', '165141.238000', '165141.241000', '165141.244000', '165141.247000', '165141.250000', '165141.253000', '165141.256000', '165141.258000', '165141.261000', '165141.264000', '165141.267000', '165141.270000', '165141.273000', '165141.276000', '165141.279000', '165141.282000', '165141.285000', '165141.287000', '165141.290000', '165141.293000', '165141.296000', '165141.299000', '165141.302000', '165141.305000', '165141.308000', '165141.311000', '165141.313000', '165141.316000', '165141.319000', '165141.322000', '165141.325000', '165141.328000', '165141.331000', '165141.334000', '165201.185000', '165201.192000', '165201.195000', '165201.198000', '165201.201000', '165201.204000', '165201.207000', '165201.209000', '165201.212000', '165201.215000', '165201.218000', '165201.221000', '165201.224000', '165201.227000', '165201.230000', '165201.233000', '165201.236000', '165201.239000', '165201.241000', '165201.244000', '165201.247000', '165201.250000', '165201.253000', '165201.256000', '165201.259000', '165201.262000', '165201.265000', '165201.267000', '165201.270000', '165201.273000', '165201.276000', '165201.280000', '165201.282000', '165201.285000', '165201.288000', '165201.291000', '165201.294000', '165201.297000', '165201.300000', '165201.303000', '165201.306000', '165201.309000', '165201.312000', '165221.185000', '165221.223000', '165221.226000', '165221.229000', '165221.232000', '165221.235000', '165221.238000', '165221.241000', '165221.244000', '165221.246000', '165221.249000', '165221.252000', '165221.255000', '165221.258000', '165221.261000', '165221.264000', '165221.267000', '165221.270000', '165221.272000', '165221.275000', '165221.278000', '165221.281000', '165221.284000', '165221.287000', '165221.290000', '165221.293000', '165221.296000', '165221.299000', '165221.301000', '165221.304000', '165221.307000', '165221.310000', '165221.313000', '165221.316000', '165221.319000', '165221.321000', '165221.324000', '165221.327000', '165221.330000', '165221.333000', '165221.336000', '165221.339000', '165221.342000', '165221.345000', '165241.185000', '165241.201000', '165241.204000', '165241.207000', '165241.209000', '165241.212000', '165241.215000', '165241.218000', '165241.221000', '165241.224000', '165241.227000', '165241.230000', '165241.232000', '165241.235000', '165241.238000', '165241.241000', '165241.244000', '165241.247000', '165241.250000', '165241.253000', '165241.269000', '165241.273000', '165241.276000', '165241.279000', '165241.282000', '165241.285000', '165241.288000', '165241.290000', '165241.293000', '165241.296000', '165241.299000', '165241.302000', '165241.305000', '165241.308000', '165241.311000', '165241.314000', '165241.317000', '165241.319000', '165241.322000', '165241.325000', '165241.328000', '165241.331000', '165241.334000', '165301.186000', '165301.207000', '165301.210000', '165301.212000', '165301.215000', '165301.218000', '165301.221000', '165301.224000', '165301.227000', '165301.230000', '165301.233000', '165301.236000', '165301.238000', '165301.241000', '165301.246000', '165301.249000', '165301.252000', '165301.255000', '165301.258000', '165301.261000', '165301.264000', '165301.267000', '165301.270000', '165301.273000', '165301.276000', '165301.279000', '165301.282000', '165301.284000', '165301.287000', '165301.290000', '165301.293000', '165301.296000', '165301.299000', '165301.302000', '165301.305000', '165301.308000', '165301.310000', '165301.313000', '165301.316000', '165301.319000', '165301.322000', '165301.325000', '165301.328000', '165301.331000', '165321.186000', '165321.214000', '165321.217000', '165321.220000', '165321.223000', '165321.226000', '165321.229000', '165321.232000', '165321.234000', '165321.237000', '165321.240000', '165321.243000', '165321.246000', '165321.249000', '165321.252000', '165321.255000', '165321.258000', '165321.260000', '165321.263000', '165321.268000', '165321.280000', '165321.283000', '165321.285000', '165321.288000', '165321.291000', '165321.294000', '165321.297000', '165321.300000', '165321.303000', '165321.306000', '165321.308000', '165321.311000', '165321.314000', '165321.317000', '165321.320000', '165321.323000', '165321.326000', '165321.329000', '165321.332000', '165321.335000', '165321.338000', '165321.341000', '165321.343000', '165341.186000', '165341.207000', '165341.210000', '165341.213000', '165341.216000', '165341.219000', '165341.222000', '165341.224000', '165341.227000', '165341.230000', '165341.233000', '165341.236000', '165341.239000', '165341.242000', '165341.245000', '165341.247000', '165341.250000', '165341.253000', '165341.256000', '165341.259000', '165341.262000', '165341.265000', '165341.268000', '165341.270000', '165341.273000', '165341.276000', '165341.279000', '165341.282000', '165341.285000', '165341.293000', '165341.296000', '165341.299000', '165341.302000', '165341.305000', '165341.308000', '165341.311000', '165341.313000', '165341.316000', '165341.319000', '165341.322000', '165341.325000', '165341.328000', '165341.331000', '165341.334000', '165401.185000', '165401.235000', '165401.238000', '165401.241000', '165401.244000', '165401.247000', '165401.250000', '165401.253000', '165401.256000', '165401.259000', '165401.261000', '165401.264000', '165401.267000', '165401.270000', '165401.273000', '165401.276000', '165401.279000', '165401.296000', '165401.301000', '165401.304000', '165401.307000', '165401.310000', '165401.313000', '165401.316000', '165401.319000', '165401.322000', '165401.324000', '165401.327000', '165401.330000', '165401.333000', '165401.336000', '165401.339000', '165401.342000', '165401.345000', '165401.348000', '165401.351000', '165401.354000', '165401.356000', '165401.359000', '165401.362000', '165401.365000', '165401.368000', '165401.371000', '165421.185000', '165421.217000', '165421.220000', '165421.223000', '165421.226000', '165421.229000', '165421.232000', '165421.234000', '165421.237000', '165421.240000', '165421.243000', '165421.246000', '165421.249000', '165421.252000', '165421.255000', '165421.258000', '165421.260000', '165421.263000', '165421.266000', '165421.269000', '165421.272000', '165421.275000', '165421.278000', '165421.281000', '165421.284000', '165421.287000', '165421.289000', '165421.292000', '165421.295000', '165421.298000', '165421.301000', '165421.304000', '165421.307000', '165421.310000', '165421.313000', '165421.315000', '165421.318000', '165421.321000', '165421.324000', '165421.327000', '165421.330000', '165421.333000', '165421.336000', '165421.339000', '165441.185000', '165441.188000', '165441.191000', '165441.194000', '165441.197000', '165441.200000', '165441.203000', '165441.205000', '165441.208000', '165441.211000', '165441.214000', '165441.217000', '165441.220000', '165441.223000', '165441.226000', '165441.229000', '165441.232000', '165441.234000', '165441.237000', '165441.240000', '165441.243000', '165441.246000', '165441.249000', '165441.252000', '165441.255000', '165441.257000', '165441.260000', '165441.263000', '165441.266000', '165441.269000', '165441.272000', '165441.275000', '165441.278000', '165441.280000', '165441.283000', '165441.286000', '165441.289000', '165441.292000', '165441.295000', '165441.298000', '165441.301000', '165441.304000', '165441.310000', '165444.126000', '165444.129000', '165444.132000', '165444.135000', '165444.138000', '165444.141000', '165444.144000'], 'InstanceCreationTime': ['164801.225000', '164801.229000', '164801.232000', '164801.235000', '164801.238000', '164801.242000', '164801.245000', '164801.248000', '164801.251000', '164801.254000', '164801.257000', '164801.260000', '164801.263000', '164801.266000', '164801.269000', '164801.272000', '164801.276000', '164801.279000', '164801.282000', '164801.291000', '164801.295000', '164801.298000', '164801.300000', '164801.303000', '164801.306000', '164801.309000', '164801.323000', '164801.326000', '164801.330000', '164801.332000', '164801.335000', '164801.338000', '164801.341000', '164801.351000', '164801.354000', '164801.358000', '164801.361000', '164801.364000', '164821.186000', '164821.189000', '164821.192000', '164821.195000', '164821.198000', '164821.200000', '164821.203000', '164821.206000', '164821.209000', '164821.212000', '164821.215000', '164821.218000', '164821.227000', '164821.229000', '164821.232000', '164821.235000', '164821.238000', '164821.241000', '164821.244000', '164821.246000', '164821.249000', '164821.252000', '164821.255000', '164821.258000', '164821.261000', '164821.264000', '164821.267000', '164821.270000', '164821.272000', '164821.275000', '164821.278000', '164821.281000', '164821.284000', '164821.287000', '164821.290000', '164821.293000', '164821.295000', '164821.298000', '164821.301000', '164821.304000', '164821.307000', '164821.310000', '164821.313000', '164841.186000', '164841.189000', '164841.192000', '164841.195000', '164841.197000', '164841.200000', '164841.203000', '164841.206000', '164841.209000', '164841.212000', '164841.215000', '164841.217000', '164841.220000', '164841.223000', '164841.226000', '164841.229000', '164841.232000', '164841.235000', '164841.237000', '164841.240000', '164841.243000', '164841.246000', '164841.249000', '164841.252000', '164841.255000', '164841.257000', '164841.260000', '164841.263000', '164841.266000', '164841.269000', '164841.272000', '164841.275000', '164841.278000', '164841.280000', '164841.283000', '164841.286000', '164841.289000', '164841.292000', '164841.295000', '164841.302000', '164841.305000', '164841.307000', '164841.310000', '164841.313000', '164901.186000', '164901.189000', '164901.192000', '164901.195000', '164901.198000', '164901.201000', '164901.203000', '164901.206000', '164901.209000', '164901.212000', '164901.215000', '164901.218000', '164901.221000', '164901.223000', '164901.226000', '164901.229000', '164901.232000', '164901.235000', '164901.238000', '164901.241000', '164901.244000', '164901.247000', '164901.249000', '164901.252000', '164901.255000', '164901.258000', '164901.261000', '164901.264000', '164901.267000', '164901.270000', '164901.272000', '164901.275000', '164901.278000', '164901.281000', '164901.284000', '164901.287000', '164901.290000', '164901.292000', '164901.295000', '164901.298000', '164901.301000', '164901.304000', '164901.307000', '164921.185000', '164921.188000', '164921.191000', '164921.194000', '164921.197000', '164921.200000', '164921.202000', '164921.205000', '164921.208000', '164921.211000', '164921.214000', '164921.217000', '164921.220000', '164921.222000', '164921.225000', '164921.228000', '164921.231000', '164921.234000', '164921.237000', '164921.240000', '164921.243000', '164921.245000', '164921.248000', '164921.251000', '164921.254000', '164921.257000', '164921.260000', '164921.263000', '164921.265000', '164921.268000', '164921.271000', '164921.274000', '164921.277000', '164921.280000', '164921.283000', '164921.286000', '164921.289000', '164921.292000', '164921.295000', '164921.297000', '164921.300000', '164921.303000', '164921.306000', '164921.309000', '164941.185000', '164941.188000', '164941.191000', '164941.194000', '164941.197000', '164941.200000', '164941.202000', '164941.205000', '164941.208000', '164941.211000', '164941.214000', '164941.217000', '164941.220000', '164941.223000', '164941.238000', '164941.241000', '164941.244000', '164941.247000', '164941.250000', '164941.253000', '164941.256000', '164941.259000', '164941.262000', '164941.265000', '164941.268000', '164941.270000', '164941.273000', '164941.276000', '164941.279000', '164941.282000', '164941.285000', '164941.288000', '164941.291000', '164941.294000', '164941.297000', '164941.300000', '164941.302000', '164941.305000', '164941.308000', '164941.311000', '164941.314000', '164941.317000', '164941.320000', '165001.186000', '165001.191000', '165001.194000', '165001.197000', '165001.200000', '165001.203000', '165001.205000', '165001.208000', '165001.211000', '165001.214000', '165001.217000', '165001.220000', '165001.223000', '165001.226000', '165001.228000', '165001.231000', '165001.234000', '165001.237000', '165001.240000', '165001.243000', '165001.246000', '165001.249000', '165001.252000', '165001.255000', '165001.257000', '165001.260000', '165001.263000', '165001.266000', '165001.269000', '165001.272000', '165001.275000', '165001.278000', '165001.281000', '165001.284000', '165001.287000', '165001.289000', '165001.292000', '165001.295000', '165001.298000', '165001.301000', '165001.304000', '165001.307000', '165001.310000', '165021.185000', '165021.188000', '165021.191000', '165021.194000', '165021.197000', '165021.200000', '165021.202000', '165021.205000', '165021.208000', '165021.211000', '165021.214000', '165021.217000', '165021.220000', '165021.223000', '165021.226000', '165021.229000', '165021.231000', '165021.234000', '165021.237000', '165021.240000', '165021.243000', '165021.246000', '165021.249000', '165021.252000', '165021.255000', '165021.258000', '165021.261000', '165021.263000', '165021.266000', '165021.269000', '165021.272000', '165021.275000', '165021.278000', '165021.281000', '165021.284000', '165021.287000', '165021.290000', '165021.292000', '165021.295000', '165021.298000', '165021.301000', '165021.304000', '165021.307000', '165021.310000', '165041.186000', '165041.214000', '165041.217000', '165041.220000', '165041.223000', '165041.226000', '165041.229000', '165041.231000', '165041.234000', '165041.237000', '165041.240000', '165041.243000', '165041.246000', '165041.249000', '165041.252000', '165041.255000', '165041.257000', '165041.260000', '165041.263000', '165041.266000', '165041.269000', '165041.272000', '165041.275000', '165041.278000', '165041.281000', '165041.283000', '165041.286000', '165041.299000', '165041.302000', '165041.304000', '165041.307000', '165041.310000', '165041.313000', '165041.316000', '165041.319000', '165041.323000', '165041.326000', '165041.329000', '165041.332000', '165041.334000', '165041.337000', '165041.340000', '165041.343000', '165101.186000', '165101.189000', '165101.192000', '165101.195000', '165101.198000', '165101.201000', '165101.204000', '165101.207000', '165101.209000', '165101.212000', '165101.215000', '165101.218000', '165101.221000', '165101.224000', '165101.227000', '165101.230000', '165101.233000', '165101.235000', '165101.238000', '165101.241000', '165101.244000', '165101.247000', '165101.250000', '165101.253000', '165101.256000', '165101.259000', '165101.262000', '165101.264000', '165101.267000', '165101.270000', '165101.273000', '165101.276000', '165101.279000', '165101.282000', '165101.285000', '165101.288000', '165101.290000', '165101.293000', '165101.296000', '165101.299000', '165101.322000', '165101.325000', '165101.328000', '165101.331000', '165121.186000', '165121.189000', '165121.192000', '165121.195000', '165121.198000', '165121.201000', '165121.204000', '165121.208000', '165121.213000', '165121.216000', '165121.219000', '165121.222000', '165121.225000', '165121.228000', '165121.231000', '165121.234000', '165121.237000', '165121.240000', '165121.243000', '165121.246000', '165121.248000', '165121.251000', '165121.254000', '165121.257000', '165121.260000', '165121.263000', '165121.266000', '165121.269000', '165121.272000', '165121.274000', '165121.277000', '165121.280000', '165121.283000', '165121.286000', '165121.289000', '165121.292000', '165121.295000', '165121.297000', '165121.300000', '165121.303000', '165121.306000', '165121.309000', '165121.312000', '165141.185000', '165141.201000', '165141.204000', '165141.207000', '165141.210000', '165141.213000', '165141.216000', '165141.229000', '165141.232000', '165141.235000', '165141.238000', '165141.241000', '165141.244000', '165141.247000', '165141.250000', '165141.253000', '165141.256000', '165141.258000', '165141.261000', '165141.264000', '165141.267000', '165141.270000', '165141.273000', '165141.276000', '165141.279000', '165141.282000', '165141.285000', '165141.287000', '165141.290000', '165141.293000', '165141.296000', '165141.299000', '165141.302000', '165141.305000', '165141.308000', '165141.311000', '165141.313000', '165141.316000', '165141.319000', '165141.322000', '165141.325000', '165141.328000', '165141.331000', '165141.334000', '165201.185000', '165201.192000', '165201.195000', '165201.198000', '165201.201000', '165201.204000', '165201.207000', '165201.209000', '165201.212000', '165201.215000', '165201.218000', '165201.221000', '165201.224000', '165201.227000', '165201.230000', '165201.233000', '165201.236000', '165201.239000', '165201.241000', '165201.244000', '165201.247000', '165201.250000', '165201.253000', '165201.256000', '165201.259000', '165201.262000', '165201.265000', '165201.267000', '165201.270000', '165201.273000', '165201.276000', '165201.280000', '165201.282000', '165201.285000', '165201.288000', '165201.291000', '165201.294000', '165201.297000', '165201.300000', '165201.303000', '165201.306000', '165201.309000', '165201.312000', '165221.185000', '165221.223000', '165221.226000', '165221.229000', '165221.232000', '165221.235000', '165221.238000', '165221.241000', '165221.244000', '165221.246000', '165221.249000', '165221.252000', '165221.255000', '165221.258000', '165221.261000', '165221.264000', '165221.267000', '165221.270000', '165221.272000', '165221.275000', '165221.278000', '165221.281000', '165221.284000', '165221.287000', '165221.290000', '165221.293000', '165221.296000', '165221.299000', '165221.301000', '165221.304000', '165221.307000', '165221.310000', '165221.313000', '165221.316000', '165221.319000', '165221.321000', '165221.324000', '165221.327000', '165221.330000', '165221.333000', '165221.336000', '165221.339000', '165221.342000', '165221.345000', '165241.185000', '165241.201000', '165241.204000', '165241.207000', '165241.209000', '165241.212000', '165241.215000', '165241.218000', '165241.221000', '165241.224000', '165241.227000', '165241.230000', '165241.232000', '165241.235000', '165241.238000', '165241.241000', '165241.244000', '165241.247000', '165241.250000', '165241.253000', '165241.269000', '165241.273000', '165241.276000', '165241.279000', '165241.282000', '165241.285000', '165241.288000', '165241.290000', '165241.293000', '165241.296000', '165241.299000', '165241.302000', '165241.305000', '165241.308000', '165241.311000', '165241.314000', '165241.317000', '165241.319000', '165241.322000', '165241.325000', '165241.328000', '165241.331000', '165241.334000', '165301.186000', '165301.207000', '165301.210000', '165301.212000', '165301.215000', '165301.218000', '165301.221000', '165301.224000', '165301.227000', '165301.230000', '165301.233000', '165301.236000', '165301.238000', '165301.241000', '165301.246000', '165301.249000', '165301.252000', '165301.255000', '165301.258000', '165301.261000', '165301.264000', '165301.267000', '165301.270000', '165301.273000', '165301.276000', '165301.279000', '165301.282000', '165301.284000', '165301.287000', '165301.290000', '165301.293000', '165301.296000', '165301.299000', '165301.302000', '165301.305000', '165301.308000', '165301.310000', '165301.313000', '165301.316000', '165301.319000', '165301.322000', '165301.325000', '165301.328000', '165301.331000', '165321.186000', '165321.214000', '165321.217000', '165321.220000', '165321.223000', '165321.226000', '165321.229000', '165321.232000', '165321.234000', '165321.237000', '165321.240000', '165321.243000', '165321.246000', '165321.249000', '165321.252000', '165321.255000', '165321.258000', '165321.260000', '165321.263000', '165321.268000', '165321.280000', '165321.283000', '165321.285000', '165321.288000', '165321.291000', '165321.294000', '165321.297000', '165321.300000', '165321.303000', '165321.306000', '165321.308000', '165321.311000', '165321.314000', '165321.317000', '165321.320000', '165321.323000', '165321.326000', '165321.329000', '165321.332000', '165321.335000', '165321.338000', '165321.341000', '165321.343000', '165341.186000', '165341.207000', '165341.210000', '165341.213000', '165341.216000', '165341.219000', '165341.222000', '165341.224000', '165341.227000', '165341.230000', '165341.233000', '165341.236000', '165341.239000', '165341.242000', '165341.245000', '165341.247000', '165341.250000', '165341.253000', '165341.256000', '165341.259000', '165341.262000', '165341.265000', '165341.268000', '165341.270000', '165341.273000', '165341.276000', '165341.279000', '165341.282000', '165341.285000', '165341.293000', '165341.296000', '165341.299000', '165341.302000', '165341.305000', '165341.308000', '165341.311000', '165341.313000', '165341.316000', '165341.319000', '165341.322000', '165341.325000', '165341.328000', '165341.331000', '165341.334000', '165401.185000', '165401.235000', '165401.238000', '165401.241000', '165401.244000', '165401.247000', '165401.250000', '165401.253000', '165401.256000', '165401.259000', '165401.261000', '165401.264000', '165401.267000', '165401.270000', '165401.273000', '165401.276000', '165401.279000', '165401.296000', '165401.301000', '165401.304000', '165401.307000', '165401.310000', '165401.313000', '165401.316000', '165401.319000', '165401.322000', '165401.324000', '165401.327000', '165401.330000', '165401.333000', '165401.336000', '165401.339000', '165401.342000', '165401.345000', '165401.348000', '165401.351000', '165401.354000', '165401.356000', '165401.359000', '165401.362000', '165401.365000', '165401.368000', '165401.371000', '165421.185000', '165421.217000', '165421.220000', '165421.223000', '165421.226000', '165421.229000', '165421.232000', '165421.234000', '165421.237000', '165421.240000', '165421.243000', '165421.246000', '165421.249000', '165421.252000', '165421.255000', '165421.258000', '165421.260000', '165421.263000', '165421.266000', '165421.269000', '165421.272000', '165421.275000', '165421.278000', '165421.281000', '165421.284000', '165421.287000', '165421.289000', '165421.292000', '165421.295000', '165421.298000', '165421.301000', '165421.304000', '165421.307000', '165421.310000', '165421.313000', '165421.315000', '165421.318000', '165421.321000', '165421.324000', '165421.327000', '165421.330000', '165421.333000', '165421.336000', '165421.339000', '165441.185000', '165441.188000', '165441.191000', '165441.194000', '165441.197000', '165441.200000', '165441.203000', '165441.205000', '165441.208000', '165441.211000', '165441.214000', '165441.217000', '165441.220000', '165441.223000', '165441.226000', '165441.229000', '165441.232000', '165441.234000', '165441.237000', '165441.240000', '165441.243000', '165441.246000', '165441.249000', '165441.252000', '165441.255000', '165441.257000', '165441.260000', '165441.263000', '165441.266000', '165441.269000', '165441.272000', '165441.275000', '165441.278000', '165441.280000', '165441.283000', '165441.286000', '165441.289000', '165441.292000', '165441.295000', '165441.298000', '165441.301000', '165441.304000', '165441.310000', '165444.126000', '165444.129000', '165444.132000', '165444.135000', '165444.138000', '165444.141000', '165444.144000'], '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': [7445, 10753, 7378, 10146, 7225, 10248, 8165, 8010, 8397, 7588, 10633, 7106, 10651, 7498, 9676, 7155, 8167, 7053, 7679, 9777, 7280, 9299, 7332, 8749, 8023, 8324, 7464, 7661, 9308, 7776, 9519, 7718, 9604, 7642, 8955, 7407, 7681, 8682, 7538, 12190, 8219, 10509, 7079, 9704, 7221, 10994, 7632, 9463, 7370, 7757, 9030, 7612, 11407, 7738, 11380, 7010, 9780, 7199, 8250, 10265, 8082, 12027, 7657, 10298, 7144, 9209, 7112, 8418, 8768, 7634, 9096, 7618, 11004, 7689, 10082, 7032, 9306, 7046, 8372, 7160, 8066, 8245, 7514, 9625, 7535, 11969, 7534, 9959, 7463, 9544, 6967, 8833, 6817, 7759, 8999, 7845, 10449, 7510, 10976, 7952, 10864, 8412, 11196, 7524, 9805, 7465, 9383, 7238, 9574, 6794, 8829, 6723, 8157, 7327, 8037, 10935, 7764, 8521, 8358, 9963, 7991, 10035, 8075, 11404, 10042, 7116, 8419, 8229, 8414, 13492, 10093, 13302, 8090, 11720, 7262, 10300, 8090, 8664, 10325, 8091, 9681, 8044, 11012, 7780, 10007, 7973, 11393, 7599, 9841, 7271, 9931, 7478, 11378, 7911, 8419, 7452, 8599, 13319, 8298, 12042, 8230, 10160, 8310, 10555, 7889, 10659, 7727, 10699, 7396, 8808, 8841, 8906, 11832, 8597, 9937, 8410, 11402, 7692, 12467, 8296, 9408, 8367, 10753, 8398, 12055, 7961, 10231, 8439, 12073, 8790, 12507, 7956, 10603, 7321, 8595, 6906, 8771, 8511, 8353, 8322, 8130, 10923, 7642, 10349, 7238, 9451, 6601, 9245, 8097, 8287, 7160, 7789, 11653, 7115, 10147, 6970, 9464, 6841, 8294, 10175, 8187, 12305, 7840, 10611, 7760, 10606, 6987, 9359, 7693, 8599, 10807, 7867, 10929, 7218, 10288, 6542, 9593, 9705, 8087, 13040, 7182, 10697, 6863, 9882, 8697, 8455, 8082, 7853, 12449, 8103, 10858, 7231, 9874, 6888, 9315, 8578, 8850, 9142, 7727, 11361, 7171, 11017, 7201, 10159, 7027, 8271, 8436, 8003, 12896, 8312, 11018, 6889, 10250, 6923, 9715, 8512, 8692, 8166, 7619, 10607, 8108, 13966, 7767, 10877, 7248, 10918, 7154, 10991, 6929, 9763, 7354, 8055, 8396, 8014, 13981, 7649, 10475, 7347, 10573, 8497, 10483, 8246, 8577, 7904, 9549, 7887, 6877, 12710, 10524, 9869, 6671, 13779, 9194, 7861, 9309, 7666, 12448, 11787, 9184, 13474, 8103, 13585, 8149, 12020, 8524, 12644, 8656, 13453, 7786, 12453, 9310, 13628, 13457, 11413, 9663, 8647, 12184, 8176, 11317, 6970, 11255, 7734, 11907, 7429, 10152, 6700, 9125, 8011, 8339, 8121, 9524, 9255, 7612, 8711, 7376, 9380, 6941, 8733, 9191, 9288, 13452, 8315, 11137, 7569, 10383, 7837, 11508, 8590, 12925, 6937, 10749, 6741, 9750, 7018, 8263, 12281, 9384, 12245, 7389, 10569, 6756, 9680, 7433, 9687, 9825, 7541, 10316, 7519, 11000, 7972, 9943, 7044, 9666, 6900, 9040, 9867, 9049, 10433, 7333, 12219, 7232, 10966, 6924, 9934, 8401, 9363, 7589, 7501, 11199, 7122, 11246, 8720, 10962, 6935, 9837, 6823, 9236, 7100, 9651, 10256, 7879, 11917, 7275, 10771, 6970, 10096, 8108, 9647, 11351, 7256, 11171, 6987, 10640, 6989, 10024, 7271, 7521, 10165, 7378, 10900, 8301, 11807, 6961, 9909, 7006, 9122, 7302, 7710, 11083, 7340, 9740, 7604, 10044, 6543, 9304, 6909, 9124, 8113, 9346, 7570, 7497, 7545, 7416, 10851, 8332, 10573, 7943, 8711, 7794, 6613, 8873, 6960, 9865, 6864, 10552, 6833, 10378, 6784, 9716, 6889, 9370, 7193, 9165, 8796, 8146, 6710, 7396, 7698, 7643, 10920, 8689, 11831, 6908, 10439, 6764, 9774, 7218, 9969, 7314, 8596, 6477, 8589, 11331, 9114, 7259, 9162, 6453, 9425, 6444, 9524, 7421, 9489, 7424, 10209, 7705, 11924, 8513, 13033, 9171, 13447, 9575, 12961, 8780, 9639, 8209, 7998, 15262, 7336, 12319, 8704, 12625, 7290, 9222, 7141, 9025, 7313, 9635, 8248, 8451, 8110, 7595, 10107, 7987, 12347, 8054, 11205, 6964, 10554, 7109, 9171, 8352, 7922, 8442, 6941, 7666, 7956, 6803, 9358, 7089, 10213, 8546, 8397, 11605, 7619, 14609, 9343, 16056, 11902, 15031, 8312, 10907, 6865, 12295, 6719, 12981, 8395, 12051, 6465, 8660, 6482, 11284, 6884, 11601, 9576, 8594, 8420, 6794, 9114, 8801, 8447, 12339, 8577, 15681, 10185, 16392, 7570, 12174, 7237, 11052, 7019, 7749, 8030, 6784, 10473, 8474, 13302, 8151, 12557, 8577, 14975, 11291, 14403, 11626, 14892, 7101, 6923, 6147, 6429, 6531, 8220, 9948, 15923, 10453, 12260, 7200, 12187, 7880, 7910, 7722, 8493, 10476, 7627, 9039, 6543, 9013, 9199, 9218, 14975, 10707, 14097, 7436, 13936, 6466, 10023, 7435, 10630, 7349, 9684, 6219, 8077, 6565, 8801, 7233, 12678, 7156, 10407, 6562, 10082, 8650, 11214, 13636, 9503, 8943, 8003, 9894, 7384, 11473, 7215, 11357, 7550, 14511, 12285, 10260, 9134, 6587, 8815, 8040, 8221, 13805, 10341, 16350, 7463, 11805, 7357, 9336, 7085, 10757, 7259, 9576, 7153, 6887, 8650, 7932, 11838, 7977, 7246, 9601, 6877, 12311, 7646, 12509, 11362, 7447, 11176, 6440, 9825, 6769, 10484, 6906, 10579, 8983, 13771, 9794, 7436, 6871, 6403, 7797, 7723, 7812, 12605, 9112, 12113, 7461, 8880, 7607, 8925, 7935, 11780, 8013, 7320, 11994, 7948, 12063, 7082, 12921, 7838, 10350, 12266, 8121, 7124, 13180, 8941, 8808, 8032, 8635, 13108, 12384, 8652, 7682, 6846, 10369, 6365, 9815, 7583, 11378, 8785, 13556, 11639, 13704, 7298, 11124, 6995, 9356, 6803, 9566, 7405, 12625, 7941, 8280, 6358, 8373, 6656, 7995, 6806, 8995, 7895, 8856, 7804, 8588, 8739, 7593, 12042, 8363, 13188, 6635, 9733, 6674, 8578, 8434, 8647, 9432, 7831, 9858, 7231, 10335, 6885, 9330, 6829, 9257, 7681, 8470, 9819, 8304, 14431, 6982, 12020, 7056, 9604, 6956, 11758, 7822, 15341, 7390, 11894, 6652, 11362, 6670, 11752, 9745, 10695, 8419, 7589, 10202, 7499, 11643, 8909, 13229, 6606, 7541, 6812, 8156, 7019, 12308, 10107, 8807, 7842, 12300, 6828, 9272, 8908, 14134, 7093, 11895, 7211, 11059, 7052, 11639, 7112, 10960, 7538, 9672, 6610, 8077, 6757, 13331, 7403, 12904, 8905, 13329, 10746, 15537, 6843, 12682, 6829, 11512, 6972, 10316, 8839, 12671, 10647, 9134, 7536, 8659, 6570, 8947, 6229, 8533, 6907, 8017, 11149, 7926, 10241, 7030, 11300, 7317, 13101, 9873, 15068, 7888, 12922, 7916, 13001, 9972, 10478, 8044, 13083, 9385, 14005, 7994, 11621, 7858, 12680, 7752, 12196, 7116, 11413, 6678, 9286, 6284, 9793, 6750, 9860, 6749, 8421], 'WindowCenter': [3716.0, 3743.0, 3698.0, 3717.0, 3684.0, 3716.0, 3693.0, 3694.0, 3693.0, 3694.0, 3713.0, 3682.0, 3714.0, 3682.0, 3703.0, 3671.0, 3693.0, 3671.0, 3694.0, 3712.0, 3684.0, 3704.0, 3694.0, 3706.0, 3706.0, 3707.0, 3695.0, 3707.0, 3715.0, 3707.0, 3716.0, 3708.0, 3728.0, 3706.0, 3716.0, 3695.0, 3696.0, 3706.0, 3708.0, 3739.0, 3707.0, 3727.0, 3685.0, 3716.0, 3696.0, 3740.0, 3697.0, 3717.0, 3684.0, 3696.0, 3705.0, 3696.0, 3727.0, 3695.0, 3728.0, 3685.0, 3717.0, 3685.0, 3707.0, 3714.0, 3695.0, 3726.0, 3695.0, 3715.0, 3683.0, 3704.0, 3684.0, 3706.0, 3704.0, 3695.0, 3704.0, 3695.0, 3725.0, 3695.0, 3716.0, 3685.0, 3716.0, 3683.0, 3705.0, 3684.0, 3706.0, 3705.0, 3695.0, 3715.0, 3695.0, 3726.0, 3695.0, 3716.0, 3696.0, 3716.0, 3684.0, 3706.0, 3673.0, 3695.0, 3705.0, 3706.0, 3725.0, 3694.0, 3725.0, 3706.0, 3727.0, 3707.0, 3727.0, 3708.0, 3727.0, 3697.0, 3717.0, 3695.0, 3716.0, 3684.0, 3716.0, 3684.0, 3706.0, 3684.0, 3708.0, 3727.0, 3707.0, 3706.0, 3719.0, 3727.0, 3707.0, 3727.0, 3709.0, 3740.0, 3742.0, 3698.0, 3707.0, 3706.0, 3707.0, 3738.0, 3717.0, 3737.0, 3695.0, 3725.0, 3684.0, 3715.0, 3693.0, 3705.0, 3714.0, 3693.0, 3702.0, 3693.0, 3714.0, 3693.0, 3715.0, 3695.0, 3726.0, 3694.0, 3714.0, 3684.0, 3716.0, 3684.0, 3727.0, 3693.0, 3694.0, 3682.0, 3705.0, 3724.0, 3694.0, 3724.0, 3694.0, 3714.0, 3705.0, 3713.0, 3694.0, 3715.0, 3683.0, 3728.0, 3681.0, 3704.0, 3691.0, 3703.0, 3713.0, 3693.0, 3701.0, 3707.0, 3725.0, 3682.0, 3723.0, 3694.0, 3704.0, 3694.0, 3714.0, 3706.0, 3728.0, 3708.0, 3715.0, 3693.0, 3712.0, 3692.0, 3712.0, 3682.0, 3701.0, 3670.0, 3690.0, 3669.0, 3692.0, 3690.0, 3692.0, 3680.0, 3681.0, 3712.0, 3682.0, 3712.0, 3697.0, 3715.0, 3672.0, 3704.0, 3694.0, 3694.0, 3683.0, 3694.0, 3725.0, 3684.0, 3715.0, 3685.0, 3715.0, 3674.0, 3706.0, 3715.0, 3696.0, 3725.0, 3696.0, 3716.0, 3696.0, 3715.0, 3684.0, 3705.0, 3683.0, 3705.0, 3714.0, 3696.0, 3716.0, 3684.0, 3714.0, 3663.0, 3716.0, 3703.0, 3694.0, 3724.0, 3682.0, 3713.0, 3671.0, 3716.0, 3705.0, 3709.0, 3696.0, 3707.0, 3725.0, 3694.0, 3715.0, 3683.0, 3703.0, 3671.0, 3705.0, 3693.0, 3705.0, 3703.0, 3684.0, 3713.0, 3673.0, 3714.0, 3683.0, 3714.0, 3671.0, 3694.0, 3693.0, 3694.0, 3726.0, 3695.0, 3714.0, 3673.0, 3715.0, 3672.0, 3705.0, 3694.0, 3695.0, 3694.0, 3695.0, 3715.0, 3696.0, 3736.0, 3694.0, 3714.0, 3683.0, 3715.0, 3673.0, 3716.0, 3673.0, 3704.0, 3683.0, 3694.0, 3693.0, 3694.0, 3737.0, 3696.0, 3715.0, 3684.0, 3716.0, 3706.0, 3727.0, 3707.0, 3705.0, 3696.0, 3717.0, 3710.0, 3691.0, 3729.0, 3703.0, 3681.0, 3648.0, 3727.0, 3720.0, 3698.0, 3708.0, 3685.0, 3716.0, 3702.0, 3693.0, 3714.0, 3683.0, 3724.0, 3683.0, 3713.0, 3692.0, 3712.0, 3680.0, 3700.0, 3655.0, 3701.0, 3679.0, 3711.0, 3698.0, 3687.0, 3675.0, 3676.0, 3684.0, 3666.0, 3697.0, 3628.0, 3685.0, 3652.0, 3684.0, 3655.0, 3685.0, 3645.0, 3676.0, 3667.0, 3665.0, 3668.0, 3688.0, 3690.0, 3684.0, 3694.0, 3670.0, 3690.0, 3657.0, 3692.0, 3692.0, 3692.0, 3725.0, 3693.0, 3713.0, 3680.0, 3700.0, 3668.0, 3699.0, 3679.0, 3712.0, 3670.0, 3700.0, 3659.0, 3690.0, 3658.0, 3691.0, 3710.0, 3691.0, 3711.0, 3669.0, 3701.0, 3659.0, 3701.0, 3670.0, 3691.0, 3701.0, 3666.0, 3687.0, 3670.0, 3712.0, 3681.0, 3702.0, 3671.0, 3702.0, 3670.0, 3703.0, 3702.0, 3702.0, 3712.0, 3682.0, 3712.0, 3681.0, 3712.0, 3670.0, 3702.0, 3691.0, 3703.0, 3681.0, 3683.0, 3712.0, 3672.0, 3712.0, 3704.0, 3730.0, 3684.0, 3718.0, 3673.0, 3716.0, 3685.0, 3716.0, 3715.0, 3694.0, 3713.0, 3682.0, 3712.0, 3670.0, 3703.0, 3681.0, 3704.0, 3714.0, 3682.0, 3712.0, 3670.0, 3702.0, 3670.0, 3702.0, 3670.0, 3682.0, 3701.0, 3682.0, 3727.0, 3705.0, 3726.0, 3684.0, 3714.0, 3683.0, 3703.0, 3694.0, 3696.0, 3727.0, 3698.0, 3702.0, 3695.0, 3703.0, 3674.0, 3691.0, 3670.0, 3692.0, 3692.0, 3717.0, 3695.0, 3698.0, 3694.0, 3695.0, 3724.0, 3691.0, 3712.0, 3680.0, 3690.0, 3681.0, 3671.0, 3703.0, 3684.0, 3716.0, 3686.0, 3727.0, 3685.0, 3715.0, 3672.0, 3714.0, 3683.0, 3704.0, 3682.0, 3716.0, 3705.0, 3706.0, 3685.0, 3696.0, 3694.0, 3695.0, 3725.0, 3718.0, 3737.0, 3686.0, 3727.0, 3686.0, 3726.0, 3695.0, 3716.0, 3695.0, 3720.0, 3674.0, 3706.0, 3715.0, 3717.0, 3697.0, 3731.0, 3690.0, 3719.0, 3689.0, 3730.0, 3699.0, 3732.0, 3710.0, 3742.0, 3710.0, 3741.0, 3720.0, 3740.0, 3718.0, 3729.0, 3706.0, 3727.0, 3694.0, 3705.0, 3693.0, 3695.0, 3735.0, 3683.0, 3715.0, 3692.0, 3724.0, 3682.0, 3702.0, 3671.0, 3704.0, 3682.0, 3717.0, 3694.0, 3706.0, 3696.0, 3697.0, 3716.0, 3697.0, 3727.0, 3697.0, 3728.0, 3686.0, 3717.0, 3686.0, 3707.0, 3695.0, 3698.0, 3706.0, 3687.0, 3699.0, 3709.0, 3688.0, 3719.0, 3700.0, 3732.0, 3734.0, 3724.0, 3732.0, 3701.0, 3755.0, 3722.0, 3753.0, 3743.0, 3741.0, 3707.0, 3716.0, 3675.0, 3726.0, 3674.0, 3727.0, 3695.0, 3727.0, 3675.0, 3706.0, 3675.0, 3727.0, 3688.0, 3742.0, 3731.0, 3709.0, 3710.0, 3689.0, 3721.0, 3709.0, 3710.0, 3729.0, 3708.0, 3740.0, 3719.0, 3749.0, 3697.0, 3739.0, 3700.0, 3741.0, 3700.0, 3710.0, 3711.0, 3702.0, 3746.0, 3724.0, 3753.0, 3710.0, 3740.0, 3709.0, 3740.0, 3730.0, 3754.0, 3746.0, 3727.0, 3619.0, 3619.0, 3627.0, 3612.0, 3621.0, 3682.0, 3775.0, 3780.0, 3759.0, 3757.0, 3712.0, 3754.0, 3710.0, 3708.0, 3709.0, 3720.0, 3732.0, 3711.0, 3722.0, 3690.0, 3724.0, 3721.0, 3732.0, 3752.0, 3730.0, 3738.0, 3685.0, 3726.0, 3675.0, 3717.0, 3698.0, 3731.0, 3712.0, 3731.0, 3679.0, 3708.0, 3687.0, 3719.0, 3698.0, 3741.0, 3688.0, 3730.0, 3689.0, 3731.0, 3722.0, 3743.0, 3741.0, 3719.0, 3707.0, 3697.0, 3717.0, 3687.0, 3726.0, 3687.0, 3715.0, 3699.0, 3752.0, 3741.0, 3718.0, 3707.0, 3675.0, 3706.0, 3684.0, 3694.0, 3726.0, 3716.0, 3737.0, 3674.0, 3716.0, 3685.0, 3705.0, 3686.0, 3716.0, 3685.0, 3707.0, 3676.0, 3678.0, 3710.0, 3712.0, 3732.0, 3701.0, 3701.0, 3723.0, 3680.0, 3731.0, 3689.0, 3730.0, 3730.0, 3699.0, 3742.0, 3690.0, 3717.0, 3676.0, 3704.0, 3674.0, 3729.0, 3720.0, 3741.0, 3732.0, 3698.0, 3687.0, 3677.0, 3698.0, 3697.0, 3711.0, 3742.0, 3721.0, 3741.0, 3701.0, 3721.0, 3700.0, 3708.0, 3709.0, 3742.0, 3700.0, 3688.0, 3731.0, 3710.0, 3742.0, 3704.0, 3729.0, 3617.0, 3625.0, 3662.0, 3630.0, 3633.0, 3771.0, 3737.0, 3734.0, 3709.0, 3709.0, 3740.0, 3727.0, 3693.0, 3681.0, 3661.0, 3715.0, 3675.0, 3716.0, 3698.0, 3729.0, 3709.0, 3730.0, 3718.0, 3726.0, 3683.0, 3702.0, 3671.0, 3691.0, 3660.0, 3693.0, 3672.0, 3726.0, 3682.0, 3693.0, 3662.0, 3693.0, 3672.0, 3693.0, 3671.0, 3706.0, 3696.0, 3707.0, 3685.0, 3706.0, 3694.0, 3684.0, 3715.0, 3695.0, 3725.0, 3661.0, 3703.0, 3661.0, 3693.0, 3693.0, 3694.0, 3704.0, 3684.0, 3703.0, 3683.0, 3703.0, 3672.0, 3705.0, 3661.0, 3693.0, 3680.0, 3693.0, 3703.0, 3693.0, 3736.0, 3673.0, 3726.0, 3685.0, 3703.0, 3674.0, 3714.0, 3695.0, 3738.0, 3685.0, 3715.0, 3674.0, 3715.0, 3675.0, 3727.0, 3705.0, 3715.0, 3682.0, 3683.0, 3702.0, 3683.0, 3714.0, 3705.0, 3726.0, 3673.0, 3683.0, 3662.0, 3670.0, 3670.0, 3717.0, 3706.0, 3694.0, 3697.0, 3728.0, 3675.0, 3709.0, 3708.0, 3739.0, 3676.0, 3717.0, 3685.0, 3717.0, 3675.0, 3717.0, 3673.0, 3706.0, 3672.0, 3694.0, 3662.0, 3681.0, 3663.0, 3713.0, 3673.0, 3713.0, 3695.0, 3715.0, 3706.0, 3726.0, 3663.0, 3714.0, 3662.0, 3702.0, 3659.0, 3691.0, 3680.0, 3714.0, 3692.0, 3694.0, 3672.0, 3693.0, 3663.0, 3693.0, 3640.0, 3682.0, 3659.0, 3684.0, 3703.0, 3684.0, 3704.0, 3674.0, 3702.0, 3673.0, 3714.0, 3705.0, 3724.0, 3683.0, 3713.0, 3672.0, 3727.0, 3706.0, 3732.0, 3697.0, 3702.0, 3681.0, 3714.0, 3670.0, 3700.0, 3671.0, 3701.0, 3671.0, 3701.0, 3660.0, 3701.0, 3649.0, 3691.0, 3661.0, 3691.0, 3661.0, 3703.0, 3662.0, 3681.0], 'WindowWidth': [8399.0, 8425.0, 8356.0, 8379.0, 8330.0, 8376.0, 8340.0, 8342.0, 8338.0, 8342.0, 8368.0, 8325.0, 8368.0, 8325.0, 8353.0, 8307.0, 8340.0, 8308.0, 8342.0, 8366.0, 8329.0, 8356.0, 8345.0, 8365.0, 8365.0, 8367.0, 8348.0, 8368.0, 8375.0, 8368.0, 8378.0, 8372.0, 8399.0, 8366.0, 8379.0, 8349.0, 8352.0, 8364.0, 8373.0, 8413.0, 8367.0, 8392.0, 8337.0, 8377.0, 8354.0, 8418.0, 8354.0, 8382.0, 8332.0, 8352.0, 8361.0, 8351.0, 8393.0, 8349.0, 8395.0, 8336.0, 8381.0, 8334.0, 8366.0, 8372.0, 8346.0, 8391.0, 8347.0, 8373.0, 8328.0, 8359.0, 8332.0, 8362.0, 8358.0, 8348.0, 8357.0, 8347.0, 8387.0, 8347.0, 8378.0, 8334.0, 8376.0, 8331.0, 8362.0, 8332.0, 8364.0, 8363.0, 8350.0, 8375.0, 8349.0, 8389.0, 8347.0, 8377.0, 8350.0, 8376.0, 8333.0, 8363.0, 8317.0, 8349.0, 8361.0, 8364.0, 8387.0, 8347.0, 8388.0, 8365.0, 8394.0, 8369.0, 8394.0, 8369.0, 8395.0, 8354.0, 8381.0, 8349.0, 8379.0, 8333.0, 8377.0, 8333.0, 8365.0, 8331.0, 8372.0, 8394.0, 8367.0, 8365.0, 8386.0, 8393.0, 8368.0, 8393.0, 8373.0, 8416.0, 8423.0, 8357.0, 8368.0, 8364.0, 8367.0, 8408.0, 8380.0, 8406.0, 8349.0, 8388.0, 8330.0, 8373.0, 8338.0, 8358.0, 8368.0, 8341.0, 8349.0, 8341.0, 8369.0, 8343.0, 8371.0, 8348.0, 8390.0, 8346.0, 8370.0, 8330.0, 8375.0, 8331.0, 8391.0, 8341.0, 8345.0, 8324.0, 8361.0, 8383.0, 8342.0, 8384.0, 8343.0, 8369.0, 8359.0, 8367.0, 8342.0, 8375.0, 8327.0, 8395.0, 8322.0, 8355.0, 8332.0, 8354.0, 8366.0, 8339.0, 8349.0, 8365.0, 8383.0, 8324.0, 8379.0, 8344.0, 8354.0, 8342.0, 8370.0, 8363.0, 8395.0, 8368.0, 8371.0, 8340.0, 8363.0, 8336.0, 8364.0, 8322.0, 8345.0, 8302.0, 8330.0, 8302.0, 8335.0, 8328.0, 8334.0, 8316.0, 8319.0, 8362.0, 8323.0, 8363.0, 8352.0, 8370.0, 8311.0, 8355.0, 8340.0, 8342.0, 8325.0, 8343.0, 8383.0, 8329.0, 8372.0, 8331.0, 8372.0, 8316.0, 8361.0, 8369.0, 8347.0, 8384.0, 8347.0, 8374.0, 8346.0, 8373.0, 8329.0, 8359.0, 8324.0, 8357.0, 8366.0, 8346.0, 8374.0, 8330.0, 8370.0, 8299.0, 8374.0, 8352.0, 8340.0, 8381.0, 8324.0, 8365.0, 8308.0, 8372.0, 8356.0, 8372.0, 8347.0, 8365.0, 8385.0, 8342.0, 8371.0, 8326.0, 8352.0, 8307.0, 8356.0, 8339.0, 8357.0, 8351.0, 8327.0, 8365.0, 8311.0, 8369.0, 8324.0, 8368.0, 8307.0, 8341.0, 8336.0, 8342.0, 8385.0, 8344.0, 8368.0, 8313.0, 8368.0, 8309.0, 8357.0, 8339.0, 8342.0, 8342.0, 8346.0, 8372.0, 8348.0, 8401.0, 8344.0, 8369.0, 8327.0, 8369.0, 8313.0, 8375.0, 8312.0, 8355.0, 8324.0, 8342.0, 8336.0, 8341.0, 8401.0, 8347.0, 8370.0, 8328.0, 8372.0, 8363.0, 8390.0, 8364.0, 8358.0, 8348.0, 8376.0, 8372.0, 8350.0, 8393.0, 8344.0, 8309.0, 8264.0, 8383.0, 8387.0, 8353.0, 8364.0, 8331.0, 8374.0, 8347.0, 8334.0, 8365.0, 8324.0, 8379.0, 8325.0, 8366.0, 8334.0, 8361.0, 8313.0, 8342.0, 8273.0, 8342.0, 8311.0, 8357.0, 8335.0, 8319.0, 8299.0, 8303.0, 8309.0, 8288.0, 8333.0, 8224.0, 8312.0, 8262.0, 8308.0, 8274.0, 8312.0, 8263.0, 8304.0, 8294.0, 8287.0, 8294.0, 8321.0, 8328.0, 8328.0, 8340.0, 8300.0, 8328.0, 8278.0, 8332.0, 8335.0, 8333.0, 8383.0, 8338.0, 8364.0, 8317.0, 8341.0, 8298.0, 8339.0, 8313.0, 8360.0, 8301.0, 8342.0, 8288.0, 8329.0, 8284.0, 8332.0, 8355.0, 8331.0, 8358.0, 8301.0, 8343.0, 8288.0, 8346.0, 8303.0, 8330.0, 8342.0, 8289.0, 8318.0, 8304.0, 8363.0, 8320.0, 8347.0, 8306.0, 8347.0, 8303.0, 8352.0, 8347.0, 8350.0, 8361.0, 8323.0, 8361.0, 8321.0, 8362.0, 8304.0, 8351.0, 8332.0, 8353.0, 8320.0, 8326.0, 8363.0, 8309.0, 8363.0, 8356.0, 8400.0, 8329.0, 8381.0, 8315.0, 8376.0, 8333.0, 8374.0, 8370.0, 8343.0, 8366.0, 8323.0, 8363.0, 8305.0, 8353.0, 8321.0, 8355.0, 8365.0, 8324.0, 8362.0, 8306.0, 8348.0, 8303.0, 8349.0, 8303.0, 8324.0, 8348.0, 8326.0, 8393.0, 8362.0, 8391.0, 8331.0, 8370.0, 8327.0, 8354.0, 8345.0, 8351.0, 8394.0, 8357.0, 8349.0, 8349.0, 8351.0, 8318.0, 8333.0, 8302.0, 8335.0, 8336.0, 8377.0, 8350.0, 8357.0, 8344.0, 8349.0, 8383.0, 8337.0, 8363.0, 8319.0, 8330.0, 8320.0, 8307.0, 8353.0, 8332.0, 8377.0, 8339.0, 8393.0, 8335.0, 8373.0, 8315.0, 8369.0, 8328.0, 8357.0, 8325.0, 8376.0, 8358.0, 8363.0, 8334.0, 8351.0, 8344.0, 8349.0, 8387.0, 8382.0, 8406.0, 8337.0, 8392.0, 8337.0, 8392.0, 8349.0, 8377.0, 8346.0, 8387.0, 8317.0, 8362.0, 8371.0, 8378.0, 8353.0, 8404.0, 8349.0, 8386.0, 8345.0, 8400.0, 8357.0, 8405.0, 8378.0, 8420.0, 8378.0, 8420.0, 8390.0, 8414.0, 8381.0, 8399.0, 8361.0, 8394.0, 8341.0, 8359.0, 8338.0, 8344.0, 8398.0, 8325.0, 8372.0, 8337.0, 8381.0, 8323.0, 8348.0, 8308.0, 8354.0, 8327.0, 8377.0, 8343.0, 8363.0, 8347.0, 8351.0, 8374.0, 8351.0, 8390.0, 8353.0, 8392.0, 8336.0, 8378.0, 8333.0, 8363.0, 8343.0, 8352.0, 8359.0, 8338.0, 8354.0, 8370.0, 8341.0, 8381.0, 8359.0, 8405.0, 8413.0, 8395.0, 8401.0, 8361.0, 8439.0, 8392.0, 8440.0, 8423.0, 8416.0, 8365.0, 8372.0, 8317.0, 8383.0, 8314.0, 8388.0, 8344.0, 8389.0, 8321.0, 8359.0, 8316.0, 8387.0, 8342.0, 8416.0, 8401.0, 8370.0, 8371.0, 8343.0, 8387.0, 8367.0, 8369.0, 8392.0, 8364.0, 8412.0, 8382.0, 8422.0, 8351.0, 8407.0, 8361.0, 8414.0, 8362.0, 8374.0, 8377.0, 8369.0, 8431.0, 8398.0, 8433.0, 8374.0, 8410.0, 8368.0, 8412.0, 8399.0, 8443.0, 8433.0, 8389.0, 8209.0, 8206.0, 8228.0, 8199.0, 8212.0, 8317.0, 8490.0, 8489.0, 8456.0, 8447.0, 8383.0, 8439.0, 8375.0, 8368.0, 8371.0, 8386.0, 8405.0, 8376.0, 8391.0, 8348.0, 8398.0, 8390.0, 8407.0, 8431.0, 8399.0, 8404.0, 8330.0, 8385.0, 8318.0, 8376.0, 8353.0, 8401.0, 8380.0, 8400.0, 8331.0, 8367.0, 8340.0, 8384.0, 8353.0, 8416.0, 8341.0, 8396.0, 8342.0, 8400.0, 8393.0, 8421.0, 8414.0, 8383.0, 8362.0, 8351.0, 8376.0, 8336.0, 8387.0, 8335.0, 8369.0, 8358.0, 8432.0, 8418.0, 8380.0, 8364.0, 8320.0, 8361.0, 8325.0, 8341.0, 8384.0, 8371.0, 8403.0, 8311.0, 8371.0, 8327.0, 8353.0, 8334.0, 8371.0, 8327.0, 8358.0, 8318.0, 8316.0, 8367.0, 8376.0, 8402.0, 8358.0, 8359.0, 8393.0, 8330.0, 8398.0, 8338.0, 8396.0, 8396.0, 8355.0, 8418.0, 8347.0, 8373.0, 8319.0, 8348.0, 8311.0, 8392.0, 8385.0, 8414.0, 8406.0, 8354.0, 8339.0, 8323.0, 8352.0, 8348.0, 8376.0, 8416.0, 8388.0, 8416.0, 8367.0, 8388.0, 8360.0, 8364.0, 8367.0, 8417.0, 8356.0, 8337.0, 8401.0, 8371.0, 8415.0, 8372.0, 8390.0, 8198.0, 8200.0, 8258.0, 8219.0, 8234.0, 8476.0, 8422.0, 8414.0, 8370.0, 8370.0, 8411.0, 8390.0, 8337.0, 8316.0, 8292.0, 8370.0, 8318.0, 8374.0, 8352.0, 8396.0, 8369.0, 8405.0, 8380.0, 8388.0, 8324.0, 8347.0, 8304.0, 8330.0, 8288.0, 8336.0, 8307.0, 8387.0, 8322.0, 8339.0, 8295.0, 8337.0, 8308.0, 8339.0, 8308.0, 8362.0, 8347.0, 8363.0, 8331.0, 8361.0, 8339.0, 8328.0, 8370.0, 8342.0, 8383.0, 8292.0, 8350.0, 8292.0, 8336.0, 8336.0, 8342.0, 8352.0, 8326.0, 8350.0, 8324.0, 8348.0, 8310.0, 8357.0, 8294.0, 8338.0, 8316.0, 8339.0, 8350.0, 8339.0, 8400.0, 8313.0, 8386.0, 8331.0, 8350.0, 8314.0, 8366.0, 8345.0, 8406.0, 8333.0, 8371.0, 8315.0, 8371.0, 8317.0, 8392.0, 8355.0, 8371.0, 8320.0, 8325.0, 8346.0, 8323.0, 8368.0, 8358.0, 8386.0, 8312.0, 8321.0, 8290.0, 8296.0, 8301.0, 8378.0, 8358.0, 8341.0, 8346.0, 8389.0, 8316.0, 8366.0, 8364.0, 8405.0, 8316.0, 8369.0, 8326.0, 8370.0, 8312.0, 8370.0, 8309.0, 8356.0, 8305.0, 8336.0, 8291.0, 8314.0, 8293.0, 8360.0, 8307.0, 8361.0, 8338.0, 8368.0, 8355.0, 8385.0, 8294.0, 8363.0, 8291.0, 8342.0, 8280.0, 8327.0, 8308.0, 8363.0, 8327.0, 8335.0, 8305.0, 8334.0, 8296.0, 8333.0, 8260.0, 8315.0, 8282.0, 8321.0, 8347.0, 8322.0, 8349.0, 8309.0, 8345.0, 8307.0, 8362.0, 8354.0, 8378.0, 8321.0, 8359.0, 8303.0, 8385.0, 8356.0, 8403.0, 8346.0, 8342.0, 8315.0, 8362.0, 8296.0, 8337.0, 8300.0, 8341.0, 8301.0, 8343.0, 8285.0, 8338.0, 8270.0, 8329.0, 8292.0, 8330.0, 8292.0, 8347.0, 8294.0, 8317.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.003999244249726177</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.08990147152245344</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.36414881756582</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1773571477850875</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.979749097587719</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4688</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6133.728</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17907272546568798</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>228</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.97261774370208</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4344002835094067</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.301095126955799</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6483502095856837</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.353755513986737</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00957702</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015957625582814217</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02783597819507122</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.375599649785212</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>23.7395</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2947</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.3497</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301493.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>558.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.9558</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2496</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>406.9671</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2948.8325</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3074.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75051.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1265.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3769.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>702.5276</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.644895345903933</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> |