=== 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-0014 --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-0014",
"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-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-02/func/sub-0014_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>869d09ba1759c8ae23236f6a3efbbf42</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:46:50.880000</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.999797, 0.00487625, 0.0195291, -0.00785256, 0.987826, 0.155362]</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.0954469</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>[4156, -7745, -7253, 477, -90, -8, 62, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.355</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8d03188b-4ec4-4b5e-bbf0-09c975079dd4||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.6823832988739014, -0.02106783166527748, 0.050041314214468, 110.91128540039062], [-0.013082612305879593, 2.650266170501709, 0.41980546712875366, -109.26676940917969], [0.052395258098840714, -0.4168238937854767, 2.666694402694702, -40.97767639160156], [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': ['164650.880000', '164651.340000', '164651.800000', '164652.260000', '164652.720000', '164653.180000', '164653.640000', '164654.100000', '164654.560000', '164655.020000', '164655.480000', '164655.940000', '164656.400000', '164656.860000', '164657.320000', '164657.780000', '164658.240000', '164658.700000', '164659.160000', '164659.620000', '164700.080000', '164700.540000', '164701.000000', '164701.460000', '164701.920000', '164702.380000', '164702.840000', '164703.300000', '164703.760000', '164704.220000', '164704.680000', '164705.140000', '164705.600000', '164706.060000', '164706.520000', '164706.980000', '164707.440000', '164707.900000', '164708.360000', '164708.820000', '164709.280000', '164709.740000', '164710.200000', '164710.660000', '164711.120000', '164711.580000', '164712.040000', '164712.500000', '164712.960000', '164713.420000', '164713.880000', '164714.340000', '164714.800000', '164715.260000', '164715.720000', '164716.180000', '164716.640000', '164717.100000', '164717.560000', '164718.020000', '164718.480000', '164718.940000', '164719.400000', '164719.860000', '164720.320000', '164720.780000', '164721.240000', '164721.700000', '164722.160000', '164722.620000', '164723.080000', '164723.540000', '164724.000000', '164724.460000', '164724.920000', '164725.380000', '164725.840000', '164726.300000', '164726.760000', '164727.220000', '164727.680000', '164728.140000', '164728.600000', '164729.060000', '164729.520000', '164729.980000', '164730.440000', '164730.900000', '164731.360000', '164731.820000', '164732.280000', '164732.740000', '164733.200000', '164733.660000', '164734.120000', '164734.580000', '164735.040000', '164735.500000', '164735.960000', '164736.420000', '164736.880000', '164737.340000', '164737.800000', '164738.260000', '164738.720000', '164739.180000', '164739.640000', '164740.100000', '164740.560000', '164741.020000', '164741.480000', '164741.940000', '164742.400000', '164742.860000', '164743.320000', '164743.780000', '164744.240000', '164744.700000', '164745.160000', '164745.620000', '164746.080000', '164746.540000', '164747.000000', '164747.460000', '164747.920000', '164748.380000', '164748.840000', '164749.300000', '164749.760000', '164750.220000', '164750.680000', '164751.140000', '164751.600000', '164752.060000', '164752.520000', '164752.980000', '164753.440000', '164753.900000', '164754.360000', '164754.820000', '164755.280000', '164755.740000', '164756.200000', '164756.660000', '164757.120000', '164757.580000', '164758.040000', '164758.500000', '164758.960000', '164759.420000', '164759.880000', '164800.340000', '164800.800000', '164801.260000', '164801.720000', '164802.180000', '164802.640000', '164803.100000', '164803.560000', '164804.020000', '164804.480000', '164804.940000', '164805.400000', '164805.860000', '164806.320000', '164806.780000', '164807.240000', '164807.700000', '164808.160000', '164808.620000', '164809.080000', '164809.540000', '164810.000000', '164810.460000', '164810.920000', '164811.380000', '164811.840000', '164812.300000', '164812.760000', '164813.220000', '164813.680000', '164814.140000', '164814.600000', '164815.060000', '164815.520000', '164815.980000', '164816.440000', '164816.900000', '164817.360000', '164817.820000', '164818.280000', '164818.740000', '164819.200000', '164819.660000', '164820.120000', '164820.580000', '164821.040000', '164821.500000', '164821.960000', '164822.420000', '164822.880000', '164823.340000', '164823.800000', '164824.260000', '164824.720000', '164825.180000', '164825.640000', '164826.100000', '164826.560000', '164827.020000', '164827.480000', '164827.940000', '164828.400000', '164828.860000', '164829.320000', '164829.780000', '164830.240000', '164830.700000', '164831.160000', '164831.620000', '164832.080000', '164832.540000', '164833.000000', '164833.460000', '164833.920000', '164834.380000', '164834.840000', '164835.300000', '164835.760000', '164836.220000', '164836.680000', '164837.140000', '164837.600000', '164838.060000', '164838.520000', '164838.980000', '164839.440000', '164839.900000', '164840.360000', '164840.820000', '164841.280000', '164841.740000', '164842.200000', '164842.660000', '164843.120000', '164843.580000', '164844.040000', '164844.500000', '164844.960000', '164845.420000', '164845.880000', '164846.340000', '164846.800000', '164847.260000', '164847.720000', '164848.180000', '164848.640000', '164849.100000', '164849.560000', '164850.020000', '164850.480000', '164850.940000', '164851.400000', '164851.860000', '164852.320000', '164852.780000', '164853.240000', '164853.700000', '164854.160000', '164854.620000', '164855.080000', '164855.540000', '164856.000000', '164856.460000', '164856.920000', '164857.380000', '164857.840000', '164858.300000', '164858.760000', '164859.220000', '164859.680000', '164900.140000', '164900.600000', '164901.060000', '164901.520000', '164901.980000', '164902.440000', '164902.900000', '164903.360000', '164903.820000', '164904.280000', '164904.740000', '164905.200000', '164905.660000', '164906.120000', '164906.580000', '164907.040000', '164907.500000', '164907.960000', '164908.420000', '164908.880000', '164909.340000', '164909.800000', '164910.260000', '164910.720000', '164911.180000', '164911.640000', '164912.100000', '164912.560000', '164913.020000', '164913.480000', '164913.940000', '164914.400000', '164914.860000', '164915.320000', '164915.780000', '164916.240000', '164916.700000', '164917.160000', '164917.620000', '164918.080000', '164918.540000', '164919.000000', '164919.460000', '164919.920000', '164920.380000', '164920.840000', '164921.300000', '164921.760000', '164922.220000', '164922.680000', '164923.140000', '164923.600000', '164924.060000', '164924.520000', '164924.980000', '164925.440000', '164925.900000', '164926.360000', '164926.820000', '164927.280000', '164927.740000', '164928.200000', '164928.660000', '164929.120000', '164929.580000', '164930.040000', '164930.500000', '164930.960000', '164931.420000', '164931.880000', '164932.340000', '164932.800000', '164933.260000', '164933.720000', '164934.180000', '164934.640000', '164935.100000', '164935.560000', '164936.020000', '164936.480000', '164936.940000', '164937.400000', '164937.860000', '164938.320000', '164938.780000', '164939.240000', '164939.700000', '164940.160000', '164940.620000', '164941.080000', '164941.540000', '164942.000000', '164942.460000', '164942.920000', '164943.380000', '164943.840000', '164944.300000', '164944.760000', '164945.220000', '164945.680000', '164946.140000', '164946.600000', '164947.060000', '164947.520000', '164947.980000', '164948.440000', '164948.900000', '164949.360000', '164949.820000', '164950.280000', '164950.740000', '164951.200000', '164951.660000', '164952.120000', '164952.580000', '164953.040000', '164953.500000', '164953.960000', '164954.420000', '164954.880000', '164955.340000', '164955.800000', '164956.260000', '164956.720000', '164957.180000', '164957.640000', '164958.100000', '164958.560000', '164959.020000', '164959.480000', '164959.940000', '165000.400000', '165000.860000', '165001.320000', '165001.780000', '165002.240000', '165002.700000', '165003.160000', '165003.620000', '165004.080000', '165004.540000', '165005.000000', '165005.460000', '165005.920000', '165006.380000', '165006.840000', '165007.300000', '165007.760000', '165008.220000', '165008.680000', '165009.140000', '165009.600000', '165010.060000', '165010.520000', '165010.980000', '165011.440000', '165011.900000', '165012.360000', '165012.820000', '165013.280000', '165013.740000', '165014.200000', '165014.660000', '165015.120000', '165015.580000', '165016.040000', '165016.500000', '165016.960000', '165017.420000', '165017.880000', '165018.340000', '165018.800000', '165019.260000', '165019.720000', '165020.180000', '165020.640000', '165021.100000', '165021.560000', '165022.020000', '165022.480000', '165022.940000', '165023.400000', '165023.860000', '165024.320000', '165024.780000', '165025.240000', '165025.700000', '165026.160000', '165026.620000', '165027.080000', '165027.540000', '165028.000000', '165028.460000', '165028.920000', '165029.380000', '165029.840000', '165030.300000', '165030.760000', '165031.220000', '165031.680000', '165032.140000', '165032.600000', '165033.060000', '165033.520000', '165033.980000', '165034.440000', '165034.900000', '165035.360000', '165035.820000', '165036.280000', '165036.740000', '165037.200000', '165037.660000', '165038.120000', '165038.580000', '165039.040000', '165039.500000', '165039.960000', '165040.420000', '165040.880000', '165041.340000', '165041.800000', '165042.260000', '165042.720000', '165043.180000', '165043.640000', '165044.100000', '165044.560000', '165045.020000', '165045.480000', '165045.940000', '165046.400000', '165046.860000', '165047.320000', '165047.780000', '165048.240000', '165048.700000', '165049.160000', '165049.620000', '165050.080000', '165050.540000', '165051.000000', '165051.460000', '165051.920000', '165052.380000', '165052.840000', '165053.300000', '165053.760000', '165054.220000', '165054.680000', '165055.140000', '165055.600000', '165056.060000', '165056.520000', '165056.980000', '165057.440000', '165057.900000', '165058.360000', '165058.820000', '165059.280000', '165059.740000', '165100.200000', '165100.660000', '165101.120000', '165101.580000', '165102.040000', '165102.500000', '165102.960000', '165103.420000', '165103.880000', '165104.340000', '165104.800000', '165105.260000', '165105.720000', '165106.180000', '165106.640000', '165107.100000', '165107.560000', '165108.020000', '165108.480000', '165108.940000', '165109.400000', '165109.860000', '165110.320000', '165110.780000', '165111.240000', '165111.700000', '165112.160000', '165112.620000', '165113.080000', '165113.540000', '165114.000000', '165114.460000', '165114.920000', '165115.380000', '165115.840000', '165116.300000', '165116.760000', '165117.220000', '165117.680000', '165118.140000', '165118.600000', '165119.060000', '165119.520000', '165119.980000', '165120.440000', '165120.900000', '165121.360000', '165121.820000', '165122.280000', '165122.740000', '165123.200000', '165123.660000', '165124.120000', '165124.580000', '165125.040000', '165125.500000', '165125.960000', '165126.420000', '165126.880000', '165127.340000', '165127.800000', '165128.260000', '165128.720000', '165129.180000', '165129.640000', '165130.100000', '165130.560000', '165131.020000', '165131.480000', '165131.940000', '165132.400000', '165132.860000', '165133.320000', '165133.780000', '165134.240000', '165134.700000', '165135.160000', '165135.620000', '165136.080000', '165136.540000', '165137.000000', '165137.460000', '165137.920000', '165138.380000', '165138.840000', '165139.300000', '165139.760000', '165140.220000', '165140.680000', '165141.140000', '165141.600000', '165142.060000', '165142.520000', '165142.980000', '165143.440000', '165143.900000', '165144.360000', '165144.820000', '165145.280000', '165145.740000', '165146.200000', '165146.660000', '165147.120000', '165147.580000', '165148.040000', '165148.500000', '165148.960000', '165149.420000', '165149.880000', '165150.340000', '165150.800000', '165151.260000', '165151.720000', '165152.180000', '165152.640000', '165153.100000', '165153.560000', '165154.020000', '165154.480000', '165154.940000', '165155.400000', '165155.860000', '165156.320000', '165156.780000', '165157.240000', '165157.700000', '165158.160000', '165158.620000', '165159.080000', '165159.540000', '165200.000000', '165200.460000', '165200.920000', '165201.380000', '165201.840000', '165202.300000', '165202.760000', '165203.220000', '165203.680000', '165204.140000', '165204.600000', '165205.060000', '165205.520000', '165205.980000', '165206.440000', '165206.900000', '165207.360000', '165207.820000', '165208.280000', '165208.740000', '165209.200000', '165209.660000', '165210.120000', '165210.580000', '165211.040000', '165211.500000', '165211.960000', '165212.420000', '165212.880000', '165213.340000', '165213.800000', '165214.260000', '165214.720000', '165215.180000', '165215.640000', '165216.100000', '165216.560000', '165217.020000', '165217.480000', '165217.940000', '165218.400000', '165218.860000', '165219.320000', '165219.780000', '165220.240000', '165220.700000', '165221.160000', '165221.620000', '165222.080000', '165222.540000', '165223.000000', '165223.460000', '165223.920000', '165224.380000', '165224.840000', '165225.300000', '165225.760000', '165226.220000', '165226.680000', '165227.140000', '165227.600000', '165228.060000', '165228.520000', '165228.980000', '165229.440000', '165229.900000', '165230.360000', '165230.820000', '165231.280000', '165231.740000', '165232.200000', '165232.660000', '165233.120000', '165233.580000', '165234.040000', '165234.500000', '165234.960000', '165235.420000', '165235.880000', '165236.340000', '165236.800000', '165237.260000', '165237.720000', '165238.180000', '165238.640000', '165239.100000', '165239.560000', '165240.020000', '165240.480000', '165240.940000', '165241.400000', '165241.860000', '165242.320000', '165242.780000', '165243.240000', '165243.700000', '165244.160000', '165244.620000', '165245.080000', '165245.540000', '165246.000000', '165246.460000', '165246.920000', '165247.380000', '165247.840000', '165248.300000', '165248.760000', '165249.220000', '165249.680000', '165250.140000', '165250.600000', '165251.060000', '165251.520000', '165251.980000', '165252.440000', '165252.900000', '165253.360000', '165253.820000', '165254.280000', '165254.740000', '165255.200000', '165255.660000', '165256.120000', '165256.580000', '165257.040000', '165257.500000', '165257.960000', '165258.420000', '165258.880000', '165259.340000', '165259.800000', '165300.260000', '165300.720000', '165301.180000', '165301.640000', '165302.100000', '165302.560000', '165303.020000', '165303.480000', '165303.940000', '165304.400000', '165304.860000', '165305.320000', '165305.780000', '165306.240000', '165306.700000', '165307.160000', '165307.620000', '165308.080000', '165308.540000', '165309.000000', '165309.460000', '165309.920000', '165310.380000', '165310.840000', '165311.300000', '165311.760000', '165312.220000', '165312.680000', '165313.140000', '165313.600000', '165314.060000', '165314.520000', '165314.980000', '165315.440000', '165315.900000', '165316.360000', '165316.820000', '165317.280000', '165317.740000', '165318.200000', '165318.660000', '165319.120000', '165319.580000', '165320.040000', '165320.500000', '165320.960000', '165321.420000', '165321.880000', '165322.340000', '165322.800000', '165323.260000', '165323.720000', '165324.180000', '165324.640000', '165325.100000', '165325.560000', '165326.020000', '165326.480000', '165326.940000', '165327.400000', '165327.860000', '165328.320000', '165328.780000', '165329.240000', '165329.700000', '165330.160000', '165330.620000', '165331.080000', '165331.540000', '165332.000000', '165332.460000', '165332.920000', '165333.380000', '165333.840000', '165334.300000', '165334.760000', '165335.220000', '165335.680000', '165336.140000', '165336.600000', '165337.060000', '165337.520000', '165337.980000', '165338.440000', '165338.900000', '165339.360000', '165339.820000', '165340.280000', '165340.740000', '165341.200000', '165341.660000', '165342.120000', '165342.580000', '165343.040000', '165343.500000', '165343.960000', '165344.420000', '165344.880000', '165345.340000', '165345.800000', '165346.260000', '165346.720000', '165347.180000', '165347.640000', '165348.100000', '165348.560000', '165349.020000', '165349.480000', '165349.940000', '165350.400000', '165350.860000'], 'ContentTime': ['164703.504000', '164703.507000', '164703.510000', '164703.514000', '164703.517000', '164703.520000', '164703.522000', '164703.525000', '164703.528000', '164703.531000', '164703.534000', '164703.536000', '164703.539000', '164703.542000', '164703.545000', '164703.548000', '164703.550000', '164703.553000', '164703.556000', '164703.560000', '164703.563000', '164703.566000', '164703.569000', '164703.572000', '164703.575000', '164703.578000', '164723.471000', '164723.474000', '164723.477000', '164723.480000', '164723.482000', '164723.485000', '164723.488000', '164723.491000', '164723.494000', '164723.496000', '164723.499000', '164723.502000', '164723.505000', '164723.513000', '164723.516000', '164723.518000', '164723.521000', '164723.524000', '164723.527000', '164723.530000', '164723.532000', '164723.535000', '164723.538000', '164723.541000', '164723.544000', '164723.546000', '164723.549000', '164723.552000', '164723.555000', '164723.558000', '164723.566000', '164723.569000', '164723.572000', '164723.574000', '164723.577000', '164723.580000', '164723.583000', '164723.586000', '164723.588000', '164723.591000', '164723.594000', '164723.597000', '164723.600000', '164723.603000', '164743.471000', '164743.474000', '164743.477000', '164743.480000', '164743.482000', '164743.485000', '164743.488000', '164743.491000', '164743.494000', '164743.496000', '164743.499000', '164743.502000', '164743.505000', '164743.508000', '164743.511000', '164743.513000', '164743.516000', '164743.519000', '164743.522000', '164743.525000', '164743.528000', '164743.531000', '164743.534000', '164743.536000', '164743.539000', '164743.542000', '164743.545000', '164743.548000', '164743.551000', '164743.553000', '164743.556000', '164743.559000', '164743.562000', '164743.565000', '164743.567000', '164743.577000', '164743.579000', '164743.582000', '164743.585000', '164743.588000', '164743.591000', '164743.594000', '164743.597000', '164803.471000', '164803.474000', '164803.477000', '164803.480000', '164803.482000', '164803.485000', '164803.488000', '164803.491000', '164803.494000', '164803.496000', '164803.499000', '164803.502000', '164803.505000', '164803.508000', '164803.511000', '164803.514000', '164803.516000', '164803.519000', '164803.522000', '164803.525000', '164803.528000', '164803.531000', '164803.533000', '164803.536000', '164803.539000', '164803.542000', '164803.545000', '164803.556000', '164803.559000', '164803.562000', '164803.565000', '164803.568000', '164803.571000', '164803.574000', '164803.576000', '164803.579000', '164803.582000', '164803.585000', '164803.588000', '164803.590000', '164803.593000', '164803.596000', '164803.599000', '164803.602000', '164823.472000', '164823.475000', '164823.478000', '164823.481000', '164823.484000', '164823.487000', '164823.490000', '164823.493000', '164823.496000', '164823.499000', '164823.501000', '164823.504000', '164823.507000', '164823.510000', '164823.513000', '164823.516000', '164823.519000', '164823.521000', '164823.524000', '164823.527000', '164823.530000', '164823.533000', '164823.536000', '164823.539000', '164823.541000', '164823.544000', '164823.547000', '164823.550000', '164823.553000', '164823.556000', '164823.560000', '164823.563000', '164823.566000', '164823.569000', '164823.572000', '164823.575000', '164823.578000', '164823.580000', '164823.583000', '164823.586000', '164823.589000', '164823.592000', '164823.594000', '164843.472000', '164843.475000', '164843.478000', '164843.481000', '164843.483000', '164843.486000', '164843.489000', '164843.492000', '164843.494000', '164843.497000', '164843.500000', '164843.503000', '164843.506000', '164843.509000', '164843.511000', '164843.514000', '164843.517000', '164843.520000', '164843.523000', '164843.525000', '164843.528000', '164843.531000', '164843.534000', '164843.537000', '164843.539000', '164843.542000', '164843.545000', '164843.548000', '164843.551000', '164843.554000', '164843.556000', '164843.559000', '164843.562000', '164843.565000', '164843.568000', '164843.571000', '164843.574000', '164843.576000', '164843.579000', '164843.582000', '164843.585000', '164843.588000', '164843.591000', '164843.593000', '164903.472000', '164903.475000', '164903.478000', '164903.481000', '164903.483000', '164903.486000', '164903.489000', '164903.492000', '164903.495000', '164903.498000', '164903.500000', '164903.503000', '164903.506000', '164903.509000', '164903.512000', '164903.514000', '164903.517000', '164903.520000', '164903.523000', '164903.526000', '164903.529000', '164903.531000', '164903.534000', '164903.537000', '164903.540000', '164903.543000', '164903.546000', '164903.548000', '164903.551000', '164903.554000', '164903.557000', '164903.560000', '164903.563000', '164903.566000', '164903.569000', '164903.572000', '164903.574000', '164903.577000', '164903.580000', '164903.583000', '164903.586000', '164903.589000', '164903.591000', '164923.472000', '164923.475000', '164923.478000', '164923.481000', '164923.483000', '164923.486000', '164923.489000', '164923.492000', '164923.495000', '164923.497000', '164923.500000', '164923.503000', '164923.506000', '164923.509000', '164923.512000', '164923.515000', '164923.518000', '164923.520000', '164923.523000', '164923.526000', '164923.529000', '164923.532000', '164923.535000', '164923.538000', '164923.541000', '164923.544000', '164923.547000', '164923.549000', '164923.552000', '164923.555000', '164923.558000', '164923.561000', '164923.564000', '164923.566000', '164923.569000', '164923.572000', '164923.575000', '164923.578000', '164923.581000', '164923.583000', '164923.586000', '164923.589000', '164923.592000', '164923.595000', '164943.471000', '164943.474000', '164943.477000', '164943.480000', '164943.482000', '164943.485000', '164943.488000', '164943.491000', '164943.494000', '164943.497000', '164943.499000', '164943.502000', '164943.505000', '164943.508000', '164943.511000', '164943.513000', '164943.516000', '164943.520000', '164943.523000', '164943.526000', '164943.529000', '164943.532000', '164943.552000', '164943.555000', '164943.558000', '164943.561000', '164943.564000', '164943.567000', '164943.569000', '164943.572000', '164943.575000', '164943.578000', '164943.581000', '164943.584000', '164943.587000', '164943.590000', '164943.593000', '164943.596000', '164943.599000', '164943.602000', '164943.605000', '164943.608000', '164943.610000', '165003.471000', '165003.474000', '165003.477000', '165003.480000', '165003.482000', '165003.485000', '165003.488000', '165003.491000', '165003.494000', '165003.497000', '165003.500000', '165003.502000', '165003.505000', '165003.508000', '165003.511000', '165003.514000', '165003.517000', '165003.519000', '165003.522000', '165003.525000', '165003.528000', '165003.531000', '165003.534000', '165003.537000', '165003.539000', '165003.542000', '165003.545000', '165003.548000', '165003.551000', '165003.554000', '165003.556000', '165003.559000', '165003.562000', '165003.565000', '165003.568000', '165003.571000', '165003.574000', '165003.576000', '165003.579000', '165003.582000', '165003.585000', '165003.588000', '165003.590000', '165003.593000', '165023.471000', '165023.474000', '165023.477000', '165023.480000', '165023.482000', '165023.485000', '165023.488000', '165023.491000', '165023.494000', '165023.497000', '165023.500000', '165023.503000', '165023.506000', '165023.508000', '165023.511000', '165023.514000', '165023.517000', '165023.520000', '165023.523000', '165023.526000', '165023.528000', '165023.531000', '165023.534000', '165023.537000', '165023.540000', '165023.543000', '165023.546000', '165023.548000', '165023.551000', '165023.554000', '165023.557000', '165023.560000', '165023.563000', '165023.566000', '165023.568000', '165023.571000', '165023.574000', '165023.577000', '165023.580000', '165023.583000', '165023.586000', '165023.588000', '165023.592000', '165043.472000', '165043.475000', '165043.478000', '165043.481000', '165043.484000', '165043.487000', '165043.490000', '165043.492000', '165043.495000', '165043.498000', '165043.501000', '165043.504000', '165043.507000', '165043.510000', '165043.512000', '165043.515000', '165043.518000', '165043.521000', '165043.524000', '165043.527000', '165043.530000', '165043.532000', '165043.535000', '165043.538000', '165043.541000', '165043.544000', '165043.547000', '165043.549000', '165043.552000', '165043.555000', '165043.558000', '165043.561000', '165043.564000', '165043.567000', '165043.569000', '165043.572000', '165043.575000', '165043.578000', '165043.581000', '165043.584000', '165043.587000', '165043.589000', '165043.592000', '165043.595000', '165103.472000', '165103.475000', '165103.478000', '165103.481000', '165103.484000', '165103.487000', '165103.490000', '165103.493000', '165103.495000', '165103.498000', '165103.501000', '165103.504000', '165103.507000', '165103.510000', '165103.513000', '165103.516000', '165103.523000', '165103.526000', '165103.529000', '165103.532000', '165103.535000', '165103.537000', '165103.540000', '165103.543000', '165103.546000', '165103.549000', '165103.552000', '165103.554000', '165103.559000', '165103.562000', '165103.565000', '165103.568000', '165103.570000', '165103.573000', '165103.576000', '165103.579000', '165103.582000', '165103.585000', '165103.588000', '165103.590000', '165103.593000', '165103.596000', '165103.599000', '165123.472000', '165123.475000', '165123.478000', '165123.481000', '165123.484000', '165123.487000', '165123.489000', '165123.492000', '165123.495000', '165123.498000', '165123.501000', '165123.504000', '165123.507000', '165123.510000', '165123.512000', '165123.515000', '165123.518000', '165123.521000', '165123.524000', '165123.527000', '165123.530000', '165123.532000', '165123.535000', '165123.538000', '165123.541000', '165123.544000', '165123.547000', '165123.549000', '165123.552000', '165123.555000', '165123.558000', '165123.561000', '165123.564000', '165123.567000', '165123.570000', '165123.573000', '165123.575000', '165123.578000', '165123.581000', '165123.584000', '165123.587000', '165123.590000', '165123.592000', '165123.595000', '165143.472000', '165143.475000', '165143.478000', '165143.481000', '165143.484000', '165143.487000', '165143.489000', '165143.492000', '165143.495000', '165143.498000', '165143.501000', '165143.503000', '165143.506000', '165143.509000', '165143.512000', '165143.515000', '165143.518000', '165143.521000', '165143.523000', '165143.526000', '165143.529000', '165143.532000', '165143.535000', '165143.538000', '165143.540000', '165143.543000', '165143.546000', '165143.549000', '165143.552000', '165143.555000', '165143.558000', '165143.561000', '165143.563000', '165143.566000', '165143.569000', '165143.572000', '165143.575000', '165143.578000', '165143.581000', '165143.583000', '165143.586000', '165143.589000', '165143.592000', '165203.471000', '165203.474000', '165203.477000', '165203.480000', '165203.483000', '165203.486000', '165203.489000', '165203.492000', '165203.495000', '165203.498000', '165203.501000', '165203.504000', '165203.506000', '165203.509000', '165203.512000', '165203.515000', '165203.518000', '165203.521000', '165203.524000', '165203.527000', '165203.530000', '165203.533000', '165203.536000', '165203.539000', '165203.542000', '165203.544000', '165203.547000', '165203.553000', '165203.556000', '165203.559000', '165203.562000', '165203.565000', '165203.568000', '165203.571000', '165203.574000', '165203.577000', '165203.580000', '165203.582000', '165203.585000', '165203.588000', '165203.591000', '165203.594000', '165203.597000', '165203.600000', '165223.471000', '165223.474000', '165223.477000', '165223.480000', '165223.482000', '165223.485000', '165223.488000', '165223.491000', '165223.494000', '165223.497000', '165223.499000', '165223.502000', '165223.505000', '165223.508000', '165223.511000', '165223.514000', '165223.516000', '165223.519000', '165223.522000', '165223.525000', '165223.528000', '165223.530000', '165223.533000', '165223.536000', '165223.539000', '165223.542000', '165223.545000', '165223.547000', '165223.550000', '165223.553000', '165223.556000', '165223.559000', '165223.562000', '165223.564000', '165223.567000', '165223.570000', '165223.573000', '165223.576000', '165223.579000', '165223.581000', '165223.584000', '165223.587000', '165223.590000', '165243.471000', '165243.474000', '165243.477000', '165243.480000', '165243.482000', '165243.485000', '165243.488000', '165243.491000', '165243.494000', '165243.497000', '165243.499000', '165243.502000', '165243.505000', '165243.508000', '165243.511000', '165243.534000', '165243.536000', '165243.539000', '165243.542000', '165243.545000', '165243.548000', '165243.550000', '165243.553000', '165243.556000', '165243.559000', '165243.562000', '165243.565000', '165243.568000', '165243.571000', '165243.574000', '165243.576000', '165243.579000', '165243.582000', '165243.585000', '165243.588000', '165243.591000', '165243.593000', '165243.596000', '165243.599000', '165243.602000', '165243.605000', '165243.607000', '165243.610000', '165243.613000', '165303.472000', '165303.475000', '165303.478000', '165303.481000', '165303.483000', '165303.486000', '165303.489000', '165303.492000', '165303.495000', '165303.498000', '165303.500000', '165303.503000', '165303.506000', '165303.509000', '165303.512000', '165303.515000', '165303.517000', '165303.520000', '165303.523000', '165303.526000', '165303.529000', '165303.531000', '165303.534000', '165303.537000', '165303.540000', '165303.543000', '165303.546000', '165303.548000', '165303.551000', '165303.554000', '165303.557000', '165303.560000', '165303.563000', '165303.566000', '165303.569000', '165303.572000', '165303.574000', '165303.577000', '165303.580000', '165303.583000', '165303.586000', '165303.588000', '165303.591000', '165323.472000', '165323.475000', '165323.478000', '165323.481000', '165323.484000', '165323.486000', '165323.489000', '165323.492000', '165323.495000', '165323.498000', '165323.501000', '165323.503000', '165323.506000', '165323.509000', '165323.512000', '165323.515000', '165323.518000', '165323.520000', '165323.523000', '165323.526000', '165323.529000', '165323.532000', '165323.535000', '165323.538000', '165323.540000', '165323.543000', '165323.546000', '165323.549000', '165323.552000', '165323.555000', '165323.558000', '165323.561000', '165323.563000', '165323.566000', '165323.569000', '165323.572000', '165323.575000', '165323.578000', '165323.580000', '165323.583000', '165323.586000', '165323.589000', '165323.592000', '165343.472000', '165343.475000', '165343.478000', '165343.481000', '165343.484000', '165343.486000', '165343.489000', '165343.492000', '165343.495000', '165343.498000', '165343.501000', '165343.503000', '165343.506000', '165343.509000', '165343.512000', '165343.515000', '165343.518000', '165343.520000', '165343.523000', '165343.526000', '165343.529000', '165343.532000', '165343.535000', '165343.537000', '165343.540000', '165343.543000', '165343.546000', '165343.549000', '165343.552000', '165343.554000', '165343.557000', '165343.560000', '165343.563000', '165343.566000', '165343.569000', '165343.572000', '165343.574000', '165343.577000', '165343.580000', '165343.583000', '165343.586000', '165343.589000', '165343.591000', '165343.594000', '165351.564000', '165351.567000', '165351.570000', '165351.573000', '165351.576000', '165351.585000', '165351.588000', '165351.591000', '165351.594000', '165351.597000', '165351.600000', '165351.602000', '165351.605000', '165351.608000', '165351.611000', '165351.614000', '165351.617000', '165351.619000'], 'InstanceCreationTime': ['164703.504000', '164703.507000', '164703.510000', '164703.514000', '164703.517000', '164703.520000', '164703.522000', '164703.525000', '164703.528000', '164703.531000', '164703.534000', '164703.536000', '164703.539000', '164703.542000', '164703.545000', '164703.548000', '164703.550000', '164703.553000', '164703.556000', '164703.560000', '164703.563000', '164703.566000', '164703.569000', '164703.572000', '164703.575000', '164703.578000', '164723.471000', '164723.474000', '164723.477000', '164723.480000', '164723.482000', '164723.485000', '164723.488000', '164723.491000', '164723.494000', '164723.496000', '164723.499000', '164723.502000', '164723.505000', '164723.513000', '164723.516000', '164723.518000', '164723.521000', '164723.524000', '164723.527000', '164723.530000', '164723.532000', '164723.535000', '164723.538000', '164723.541000', '164723.544000', '164723.546000', '164723.549000', '164723.552000', '164723.555000', '164723.558000', '164723.566000', '164723.569000', '164723.572000', '164723.574000', '164723.577000', '164723.580000', '164723.583000', '164723.586000', '164723.588000', '164723.591000', '164723.594000', '164723.597000', '164723.600000', '164723.603000', '164743.471000', '164743.474000', '164743.477000', '164743.480000', '164743.482000', '164743.485000', '164743.488000', '164743.491000', '164743.494000', '164743.496000', '164743.499000', '164743.502000', '164743.505000', '164743.508000', '164743.511000', '164743.513000', '164743.516000', '164743.519000', '164743.522000', '164743.525000', '164743.528000', '164743.531000', '164743.534000', '164743.536000', '164743.539000', '164743.542000', '164743.545000', '164743.548000', '164743.551000', '164743.553000', '164743.556000', '164743.559000', '164743.562000', '164743.565000', '164743.567000', '164743.577000', '164743.579000', '164743.582000', '164743.585000', '164743.588000', '164743.591000', '164743.594000', '164743.597000', '164803.471000', '164803.474000', '164803.477000', '164803.480000', '164803.482000', '164803.485000', '164803.488000', '164803.491000', '164803.494000', '164803.496000', '164803.499000', '164803.502000', '164803.505000', '164803.508000', '164803.511000', '164803.514000', '164803.516000', '164803.519000', '164803.522000', '164803.525000', '164803.528000', '164803.531000', '164803.533000', '164803.536000', '164803.539000', '164803.542000', '164803.545000', '164803.556000', '164803.559000', '164803.562000', '164803.565000', '164803.568000', '164803.571000', '164803.574000', '164803.576000', '164803.579000', '164803.582000', '164803.585000', '164803.588000', '164803.590000', '164803.593000', '164803.596000', '164803.599000', '164803.602000', '164823.472000', '164823.475000', '164823.478000', '164823.481000', '164823.484000', '164823.487000', '164823.490000', '164823.493000', '164823.496000', '164823.499000', '164823.501000', '164823.504000', '164823.507000', '164823.510000', '164823.513000', '164823.516000', '164823.519000', '164823.521000', '164823.524000', '164823.527000', '164823.530000', '164823.533000', '164823.536000', '164823.539000', '164823.541000', '164823.544000', '164823.547000', '164823.550000', '164823.553000', '164823.556000', '164823.560000', '164823.563000', '164823.566000', '164823.569000', '164823.572000', '164823.575000', '164823.578000', '164823.580000', '164823.583000', '164823.586000', '164823.589000', '164823.592000', '164823.594000', '164843.472000', '164843.475000', '164843.478000', '164843.481000', '164843.483000', '164843.486000', '164843.489000', '164843.492000', '164843.494000', '164843.497000', '164843.500000', '164843.503000', '164843.506000', '164843.509000', '164843.511000', '164843.514000', '164843.517000', '164843.520000', '164843.523000', '164843.525000', '164843.528000', '164843.531000', '164843.534000', '164843.537000', '164843.539000', '164843.542000', '164843.545000', '164843.548000', '164843.551000', '164843.554000', '164843.556000', '164843.559000', '164843.562000', '164843.565000', '164843.568000', '164843.571000', '164843.574000', '164843.576000', '164843.579000', '164843.582000', '164843.585000', '164843.588000', '164843.591000', '164843.593000', '164903.472000', '164903.475000', '164903.478000', '164903.481000', '164903.483000', '164903.486000', '164903.489000', '164903.492000', '164903.495000', '164903.498000', '164903.500000', '164903.503000', '164903.506000', '164903.509000', '164903.512000', '164903.514000', '164903.517000', '164903.520000', '164903.523000', '164903.526000', '164903.529000', '164903.531000', '164903.534000', '164903.537000', '164903.540000', '164903.543000', '164903.546000', '164903.548000', '164903.551000', '164903.554000', '164903.557000', '164903.560000', '164903.563000', '164903.566000', '164903.569000', '164903.572000', '164903.574000', '164903.577000', '164903.580000', '164903.583000', '164903.586000', '164903.589000', '164903.591000', '164923.472000', '164923.475000', '164923.478000', '164923.481000', '164923.483000', '164923.486000', '164923.489000', '164923.492000', '164923.495000', '164923.497000', '164923.500000', '164923.503000', '164923.506000', '164923.509000', '164923.512000', '164923.515000', '164923.518000', '164923.520000', '164923.523000', '164923.526000', '164923.529000', '164923.532000', '164923.535000', '164923.538000', '164923.541000', '164923.544000', '164923.547000', '164923.549000', '164923.552000', '164923.555000', '164923.558000', '164923.561000', '164923.564000', '164923.566000', '164923.569000', '164923.572000', '164923.575000', '164923.578000', '164923.581000', '164923.583000', '164923.586000', '164923.589000', '164923.592000', '164923.595000', '164943.471000', '164943.474000', '164943.477000', '164943.480000', '164943.482000', '164943.485000', '164943.488000', '164943.491000', '164943.494000', '164943.497000', '164943.499000', '164943.502000', '164943.505000', '164943.508000', '164943.511000', '164943.513000', '164943.516000', '164943.520000', '164943.523000', '164943.526000', '164943.529000', '164943.532000', '164943.552000', '164943.555000', '164943.558000', '164943.561000', '164943.564000', '164943.567000', '164943.569000', '164943.572000', '164943.575000', '164943.578000', '164943.581000', '164943.584000', '164943.587000', '164943.590000', '164943.593000', '164943.596000', '164943.599000', '164943.602000', '164943.605000', '164943.608000', '164943.610000', '165003.471000', '165003.474000', '165003.477000', '165003.480000', '165003.482000', '165003.485000', '165003.488000', '165003.491000', '165003.494000', '165003.497000', '165003.500000', '165003.502000', '165003.505000', '165003.508000', '165003.511000', '165003.514000', '165003.517000', '165003.519000', '165003.522000', '165003.525000', '165003.528000', '165003.531000', '165003.534000', '165003.537000', '165003.539000', '165003.542000', '165003.545000', '165003.548000', '165003.551000', '165003.554000', '165003.556000', '165003.559000', '165003.562000', '165003.565000', '165003.568000', '165003.571000', '165003.574000', '165003.576000', '165003.579000', '165003.582000', '165003.585000', '165003.588000', '165003.590000', '165003.593000', '165023.471000', '165023.474000', '165023.477000', '165023.480000', '165023.482000', '165023.485000', '165023.488000', '165023.491000', '165023.494000', '165023.497000', '165023.500000', '165023.503000', '165023.506000', '165023.508000', '165023.511000', '165023.514000', '165023.517000', '165023.520000', '165023.523000', '165023.526000', '165023.528000', '165023.531000', '165023.534000', '165023.537000', '165023.540000', '165023.543000', '165023.546000', '165023.548000', '165023.551000', '165023.554000', '165023.557000', '165023.560000', '165023.563000', '165023.566000', '165023.568000', '165023.571000', '165023.574000', '165023.577000', '165023.580000', '165023.583000', '165023.586000', '165023.588000', '165023.592000', '165043.472000', '165043.475000', '165043.478000', '165043.481000', '165043.484000', '165043.487000', '165043.490000', '165043.492000', '165043.495000', '165043.498000', '165043.501000', '165043.504000', '165043.507000', '165043.510000', '165043.512000', '165043.515000', '165043.518000', '165043.521000', '165043.524000', '165043.527000', '165043.530000', '165043.532000', '165043.535000', '165043.538000', '165043.541000', '165043.544000', '165043.547000', '165043.549000', '165043.552000', '165043.555000', '165043.558000', '165043.561000', '165043.564000', '165043.567000', '165043.569000', '165043.572000', '165043.575000', '165043.578000', '165043.581000', '165043.584000', '165043.587000', '165043.589000', '165043.592000', '165043.595000', '165103.472000', '165103.475000', '165103.478000', '165103.481000', '165103.484000', '165103.487000', '165103.490000', '165103.493000', '165103.495000', '165103.498000', '165103.501000', '165103.504000', '165103.507000', '165103.510000', '165103.513000', '165103.516000', '165103.523000', '165103.526000', '165103.529000', '165103.532000', '165103.535000', '165103.537000', '165103.540000', '165103.543000', '165103.546000', '165103.549000', '165103.552000', '165103.554000', '165103.559000', '165103.562000', '165103.565000', '165103.568000', '165103.570000', '165103.573000', '165103.576000', '165103.579000', '165103.582000', '165103.585000', '165103.588000', '165103.590000', '165103.593000', '165103.596000', '165103.599000', '165123.472000', '165123.475000', '165123.478000', '165123.481000', '165123.484000', '165123.487000', '165123.489000', '165123.492000', '165123.495000', '165123.498000', '165123.501000', '165123.504000', '165123.507000', '165123.510000', '165123.512000', '165123.515000', '165123.518000', '165123.521000', '165123.524000', '165123.527000', '165123.530000', '165123.532000', '165123.535000', '165123.538000', '165123.541000', '165123.544000', '165123.547000', '165123.549000', '165123.552000', '165123.555000', '165123.558000', '165123.561000', '165123.564000', '165123.567000', '165123.570000', '165123.573000', '165123.575000', '165123.578000', '165123.581000', '165123.584000', '165123.587000', '165123.590000', '165123.592000', '165123.595000', '165143.472000', '165143.475000', '165143.478000', '165143.481000', '165143.484000', '165143.487000', '165143.489000', '165143.492000', '165143.495000', '165143.498000', '165143.501000', '165143.503000', '165143.506000', '165143.509000', '165143.512000', '165143.515000', '165143.518000', '165143.521000', '165143.523000', '165143.526000', '165143.529000', '165143.532000', '165143.535000', '165143.538000', '165143.540000', '165143.543000', '165143.546000', '165143.549000', '165143.552000', '165143.555000', '165143.558000', '165143.561000', '165143.563000', '165143.566000', '165143.569000', '165143.572000', '165143.575000', '165143.578000', '165143.581000', '165143.583000', '165143.586000', '165143.589000', '165143.592000', '165203.471000', '165203.474000', '165203.477000', '165203.480000', '165203.483000', '165203.486000', '165203.489000', '165203.492000', '165203.495000', '165203.498000', '165203.501000', '165203.504000', '165203.506000', '165203.509000', '165203.512000', '165203.515000', '165203.518000', '165203.521000', '165203.524000', '165203.527000', '165203.530000', '165203.533000', '165203.536000', '165203.539000', '165203.542000', '165203.544000', '165203.547000', '165203.553000', '165203.556000', '165203.559000', '165203.562000', '165203.565000', '165203.568000', '165203.571000', '165203.574000', '165203.577000', '165203.580000', '165203.582000', '165203.585000', '165203.588000', '165203.591000', '165203.594000', '165203.597000', '165203.600000', '165223.471000', '165223.474000', '165223.477000', '165223.480000', '165223.482000', '165223.485000', '165223.488000', '165223.491000', '165223.494000', '165223.497000', '165223.499000', '165223.502000', '165223.505000', '165223.508000', '165223.511000', '165223.514000', '165223.516000', '165223.519000', '165223.522000', '165223.525000', '165223.528000', '165223.530000', '165223.533000', '165223.536000', '165223.539000', '165223.542000', '165223.545000', '165223.547000', '165223.550000', '165223.553000', '165223.556000', '165223.559000', '165223.562000', '165223.564000', '165223.567000', '165223.570000', '165223.573000', '165223.576000', '165223.579000', '165223.581000', '165223.584000', '165223.587000', '165223.590000', '165243.471000', '165243.474000', '165243.477000', '165243.480000', '165243.482000', '165243.485000', '165243.488000', '165243.491000', '165243.494000', '165243.497000', '165243.499000', '165243.502000', '165243.505000', '165243.508000', '165243.511000', '165243.534000', '165243.536000', '165243.539000', '165243.542000', '165243.545000', '165243.548000', '165243.550000', '165243.553000', '165243.556000', '165243.559000', '165243.562000', '165243.565000', '165243.568000', '165243.571000', '165243.574000', '165243.576000', '165243.579000', '165243.582000', '165243.585000', '165243.588000', '165243.591000', '165243.593000', '165243.596000', '165243.599000', '165243.602000', '165243.605000', '165243.607000', '165243.610000', '165243.613000', '165303.472000', '165303.475000', '165303.478000', '165303.481000', '165303.483000', '165303.486000', '165303.489000', '165303.492000', '165303.495000', '165303.498000', '165303.500000', '165303.503000', '165303.506000', '165303.509000', '165303.512000', '165303.515000', '165303.517000', '165303.520000', '165303.523000', '165303.526000', '165303.529000', '165303.531000', '165303.534000', '165303.537000', '165303.540000', '165303.543000', '165303.546000', '165303.548000', '165303.551000', '165303.554000', '165303.557000', '165303.560000', '165303.563000', '165303.566000', '165303.569000', '165303.572000', '165303.574000', '165303.577000', '165303.580000', '165303.583000', '165303.586000', '165303.588000', '165303.591000', '165323.472000', '165323.475000', '165323.478000', '165323.481000', '165323.484000', '165323.486000', '165323.489000', '165323.492000', '165323.495000', '165323.498000', '165323.501000', '165323.503000', '165323.506000', '165323.509000', '165323.512000', '165323.515000', '165323.518000', '165323.520000', '165323.523000', '165323.526000', '165323.529000', '165323.532000', '165323.535000', '165323.538000', '165323.540000', '165323.543000', '165323.546000', '165323.549000', '165323.552000', '165323.555000', '165323.558000', '165323.561000', '165323.563000', '165323.566000', '165323.569000', '165323.572000', '165323.575000', '165323.578000', '165323.580000', '165323.583000', '165323.586000', '165323.589000', '165323.592000', '165343.472000', '165343.475000', '165343.478000', '165343.481000', '165343.484000', '165343.486000', '165343.489000', '165343.492000', '165343.495000', '165343.498000', '165343.501000', '165343.503000', '165343.506000', '165343.509000', '165343.512000', '165343.515000', '165343.518000', '165343.520000', '165343.523000', '165343.526000', '165343.529000', '165343.532000', '165343.535000', '165343.537000', '165343.540000', '165343.543000', '165343.546000', '165343.549000', '165343.552000', '165343.554000', '165343.557000', '165343.560000', '165343.563000', '165343.566000', '165343.569000', '165343.572000', '165343.574000', '165343.577000', '165343.580000', '165343.583000', '165343.586000', '165343.589000', '165343.591000', '165343.594000', '165351.564000', '165351.567000', '165351.570000', '165351.573000', '165351.576000', '165351.585000', '165351.588000', '165351.591000', '165351.594000', '165351.597000', '165351.600000', '165351.602000', '165351.605000', '165351.608000', '165351.611000', '165351.614000', '165351.617000', '165351.619000'], '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': [8361, 10707, 8804, 11492, 9564, 8342, 9397, 8100, 9951, 8860, 10699, 8612, 10810, 8856, 7837, 9162, 8105, 9788, 8737, 10652, 8749, 11063, 8741, 8941, 8679, 7581, 9257, 8141, 10438, 8881, 10195, 8803, 8947, 8868, 7646, 9242, 8007, 10391, 8335, 9607, 8681, 10351, 8733, 10565, 8888, 11045, 8617, 10745, 8417, 9588, 8590, 9880, 8522, 9670, 8219, 10163, 8543, 10545, 8616, 9361, 8599, 8709, 8785, 9428, 8696, 10358, 8841, 9437, 8956, 7680, 8069, 8384, 8471, 8684, 9902, 8389, 10595, 8340, 10709, 8560, 10510, 8639, 10214, 8679, 10029, 8620, 9733, 7984, 9331, 8397, 8108, 8507, 9026, 8392, 9575, 8240, 10439, 9050, 10239, 8385, 9682, 8525, 10079, 8320, 9839, 8164, 9582, 8512, 9563, 8442, 7946, 8597, 8703, 8818, 9193, 9316, 8728, 9245, 8075, 8518, 8494, 10089, 8541, 10671, 8610, 11257, 8686, 9702, 8849, 7881, 9222, 8055, 9314, 7774, 9094, 8015, 8351, 8102, 8146, 8245, 9047, 8073, 9387, 8494, 6889, 7979, 8121, 8516, 8066, 9691, 8422, 10519, 9337, 7903, 9175, 8362, 9301, 8282, 10678, 8842, 11667, 8614, 9718, 8749, 8023, 9151, 8142, 10427, 8821, 10647, 8597, 10096, 8628, 10659, 8347, 10362, 8629, 9159, 8747, 7271, 7672, 8285, 8814, 8136, 9451, 8545, 7556, 8254, 8492, 9904, 8477, 8829, 8731, 7931, 9936, 8408, 9228, 8514, 9673, 8481, 9023, 9675, 8255, 8894, 7975, 8198, 8449, 9231, 8162, 10342, 8787, 10510, 8222, 9853, 8333, 9469, 8276, 9015, 8950, 7381, 7898, 8086, 9110, 8233, 9805, 8270, 8477, 8871, 7346, 9178, 8184, 9484, 8410, 9975, 8711, 10666, 8706, 10537, 8794, 10185, 8532, 10196, 9383, 8086, 9082, 7915, 8441, 8480, 9747, 8496, 10703, 8676, 10314, 8548, 7787, 9091, 7900, 9402, 8304, 9631, 8145, 10581, 8785, 9972, 8719, 9923, 8537, 10348, 8409, 10854, 8547, 9801, 8780, 8526, 9094, 7708, 8767, 7860, 9942, 8264, 9293, 8502, 9632, 8576, 10092, 8225, 10600, 8276, 10688, 8707, 9626, 8529, 8704, 8975, 8149, 9937, 8067, 9836, 8556, 9102, 8882, 7705, 8003, 8259, 10067, 8815, 10467, 8692, 7990, 9028, 7977, 10185, 8549, 10634, 8695, 9996, 8675, 10330, 8500, 10680, 8690, 10680, 8433, 8103, 8608, 7130, 8838, 6800, 8932, 7279, 8569, 7666, 8050, 8023, 9682, 8138, 6506, 7634, 7919, 8713, 7863, 10334, 8261, 11093, 8882, 9878, 9046, 8591, 9343, 8411, 10370, 8685, 9576, 8692, 10035, 8685, 10316, 9976, 8380, 8730, 8679, 9801, 8686, 10253, 9350, 8543, 8992, 8281, 9726, 9849, 8237, 9419, 8548, 9560, 8537, 8090, 9265, 8264, 10779, 8590, 9883, 8726, 7593, 8628, 8006, 10053, 8592, 9340, 7730, 8391, 9005, 8302, 9710, 9239, 8132, 8873, 8303, 9317, 8565, 10413, 8233, 10578, 8417, 10652, 8688, 7437, 8552, 7928, 9558, 8324, 10447, 8345, 10702, 8427, 8192, 8812, 7816, 8726, 8135, 10397, 8758, 11285, 8876, 9144, 8807, 7610, 8806, 8169, 10451, 8550, 11469, 8939, 9615, 8725, 8015, 9174, 8082, 9063, 7950, 10125, 8437, 8902, 8305, 9553, 8615, 9982, 8373, 10520, 8674, 9746, 8529, 8096, 8814, 7499, 9024, 8576, 10010, 9329, 10166, 8864, 9833, 8841, 9240, 9726, 7736, 9582, 8640, 9506, 8936, 9588, 8838, 9675, 8701, 8353, 9299, 7969, 8898, 8586, 9384, 8668, 9640, 8571, 10542, 8888, 10412, 8927, 9872, 8712, 9945, 8684, 8215, 9288, 8271, 8617, 8607, 9670, 8947, 9930, 8537, 10590, 8722, 10586, 8881, 10166, 8821, 10647, 8799, 10384, 9035, 9572, 8734, 7995, 8999, 8299, 8399, 8735, 10022, 8623, 10488, 8907, 10125, 9146, 10178, 8729, 10250, 8766, 9733, 8837, 7805, 8786, 8448, 9124, 8752, 10561, 8913, 10761, 9221, 10369, 9065, 8515, 8850, 8192, 9524, 8540, 10224, 8910, 10143, 8707, 9995, 8971, 10297, 8849, 9751, 9584, 7902, 8814, 8560, 8491, 9041, 10058, 9015, 10475, 8917, 10884, 9040, 10428, 9071, 8464, 9152, 8246, 9889, 8873, 10724, 9135, 10103, 9156, 8121, 9058, 8421, 10218, 9050, 10795, 9146, 8866, 9233, 8392, 9920, 8884, 10758, 9046, 10797, 9026, 8607, 8948, 8926, 10347, 9039, 10681, 8918, 10878, 9065, 8724, 9072, 8649, 9328, 8901, 10537, 8792, 10652, 8765, 8058, 8877, 8765, 9726, 9016, 10401, 8849, 10705, 9167, 8250, 8871, 9032, 10258, 9150, 10668, 9014, 9253, 9044, 8100, 9059, 9219, 10491, 9290, 10707, 8898, 8890, 9201, 8723, 9238, 9169, 10833, 8939, 10707, 9012, 8192, 8541, 9045, 9777, 9220, 10418, 8894, 10582, 9022, 8064, 8770, 9337, 10075, 9287, 10570, 9287, 8126, 8747, 9185, 10221, 9535, 10541, 8973, 9300, 9031, 9301, 9758, 9236, 10575, 9116, 9849, 10060, 8741, 9075, 8947, 9983, 9308, 10193, 9133, 9204, 10035, 8436, 9023, 9125, 9800, 8997, 9415, 9105, 7880, 9461, 8743, 10353, 9109, 8474, 9242, 8524, 9415, 9015, 10368, 9160, 10424, 8990, 8214, 8779, 9069, 9966, 9041, 10063, 8976, 8406, 8950, 9426, 9940, 9316, 9432, 9370, 8169, 10050, 8830, 10835, 9026, 9650, 9309, 8277, 9719, 9332, 10416, 9372, 11052, 9339, 8637, 8328, 9404, 9399, 9367, 9750, 9075, 8729, 10247, 9208, 9420, 9760, 10623, 9278, 11035, 9261, 11029, 9221, 12104, 9102, 10455, 9141, 9173, 9206, 8878, 10634, 9475, 10705, 9065, 9800, 9002, 8649, 8354, 9353, 10570, 9196, 10888, 9223, 9437, 9421, 8837, 9353, 9454, 10897, 9362, 9684, 9304, 9119, 8717, 9323, 11213, 9110, 11070, 9140, 9042, 9366, 8995, 9428, 9166, 10836, 9392, 10558, 9008, 10313, 8845, 9136, 9027, 8537, 10155, 9137, 9732, 9199, 9641, 9101, 8527, 9211, 9388, 10400, 9082, 9921, 9094, 10188, 9028, 10585, 8826, 11783, 9265, 8941, 8866, 9217, 9066, 9045, 11212, 9048, 10773, 8840, 8948, 8240, 9191, 10295, 9254, 10865, 8794, 8859, 8580, 9283, 10125, 9215, 10540, 8941, 8998, 9336, 8990, 8187, 9439, 9972, 9235, 11276, 8856, 9932, 8750, 8298, 8373, 9152, 10399, 8999, 10389, 9249, 8501, 8432, 9328, 10548, 9004, 10820, 9195, 10107, 9214, 8487, 9387, 9092, 10129, 9396, 10750, 8929, 10049, 8712, 9048, 9408, 8953, 9548, 9056, 10468, 8919, 10000, 8711, 10214, 8796, 10243, 9222, 8983, 9431, 8849, 8986, 8965, 9807, 8932, 9270, 9184, 8991, 9593, 8966, 9957, 8969, 10062, 8994, 9951, 9542, 8733, 8539, 9107], 'WindowCenter': [4152.0, 4167.0, 4133.0, 4151.0, 4127.0, 4104.0, 4114.0, 4091.0, 4112.0, 4103.0, 4123.0, 4103.0, 4122.0, 4100.0, 4079.0, 4099.0, 4078.0, 4099.0, 4101.0, 4111.0, 4101.0, 4121.0, 4089.0, 4088.0, 4089.0, 4078.0, 4099.0, 4090.0, 4120.0, 4100.0, 4109.0, 4100.0, 4098.0, 4100.0, 4091.0, 4113.0, 4091.0, 4124.0, 4101.0, 4112.0, 4100.0, 4109.0, 4089.0, 4110.0, 4102.0, 4121.0, 4090.0, 4108.0, 4088.0, 4096.0, 4085.0, 4095.0, 4085.0, 4096.0, 4088.0, 4108.0, 4087.0, 4108.0, 4087.0, 4097.0, 4089.0, 4088.0, 4100.0, 4100.0, 4103.0, 4110.0, 4099.0, 4097.0, 4088.0, 4077.0, 4077.0, 4087.0, 4087.0, 4098.0, 4109.0, 4101.0, 4121.0, 4102.0, 4110.0, 4089.0, 4108.0, 4087.0, 4096.0, 4075.0, 4094.0, 4087.0, 4097.0, 4063.0, 4085.0, 4072.0, 4061.0, 4072.0, 4072.0, 4073.0, 4094.0, 4086.0, 4105.0, 4085.0, 4095.0, 4074.0, 4084.0, 4085.0, 4095.0, 4087.0, 4109.0, 4089.0, 4108.0, 4098.0, 4107.0, 4088.0, 4087.0, 4099.0, 4098.0, 4100.0, 4110.0, 4112.0, 4100.0, 4111.0, 4088.0, 4087.0, 4087.0, 4107.0, 4099.0, 4108.0, 4087.0, 4106.0, 4086.0, 4084.0, 4084.0, 4063.0, 4083.0, 4073.0, 4097.0, 4076.0, 4096.0, 4074.0, 4073.0, 4073.0, 4073.0, 4084.0, 4094.0, 4086.0, 4107.0, 4099.0, 4079.0, 4100.0, 4101.0, 4111.0, 4102.0, 4123.0, 4114.0, 4134.0, 4114.0, 4102.0, 4111.0, 4089.0, 4099.0, 4088.0, 4109.0, 4098.0, 4118.0, 4084.0, 4095.0, 4084.0, 4073.0, 4096.0, 4075.0, 4106.0, 4084.0, 4095.0, 4073.0, 4092.0, 4072.0, 4092.0, 4074.0, 4095.0, 4084.0, 4080.0, 4071.0, 4049.0, 4060.0, 4071.0, 4082.0, 4085.0, 4096.0, 4087.0, 4076.0, 4086.0, 4086.0, 4106.0, 4087.0, 4097.0, 4099.0, 4088.0, 4109.0, 4087.0, 4096.0, 4086.0, 4096.0, 4098.0, 4098.0, 4108.0, 4086.0, 4096.0, 4074.0, 4073.0, 4073.0, 4083.0, 4087.0, 4105.0, 4085.0, 4106.0, 4085.0, 4094.0, 4085.0, 4106.0, 4098.0, 4096.0, 4098.0, 4077.0, 4086.0, 4087.0, 4097.0, 4100.0, 4121.0, 4102.0, 4100.0, 4111.0, 4079.0, 4110.0, 4099.0, 4110.0, 4101.0, 4121.0, 4101.0, 4120.0, 4099.0, 4108.0, 4087.0, 4106.0, 4098.0, 4108.0, 4109.0, 4076.0, 4098.0, 4086.0, 4085.0, 4086.0, 4107.0, 4100.0, 4119.0, 4098.0, 4108.0, 4087.0, 4075.0, 4086.0, 4075.0, 4096.0, 4099.0, 4108.0, 4088.0, 4118.0, 4097.0, 4106.0, 4086.0, 4095.0, 4098.0, 4108.0, 4088.0, 4107.0, 4087.0, 4095.0, 4085.0, 4083.0, 4084.0, 4074.0, 4086.0, 4086.0, 4107.0, 4085.0, 4096.0, 4085.0, 4095.0, 4085.0, 4107.0, 4099.0, 4107.0, 4087.0, 4106.0, 4085.0, 4094.0, 4085.0, 4083.0, 4086.0, 4085.0, 4107.0, 4075.0, 4107.0, 4086.0, 4096.0, 4097.0, 4087.0, 4100.0, 4101.0, 4120.0, 4111.0, 4120.0, 4100.0, 4088.0, 4100.0, 4089.0, 4121.0, 4099.0, 4110.0, 4087.0, 4096.0, 4086.0, 4095.0, 4087.0, 4108.0, 4087.0, 4105.0, 4075.0, 4074.0, 4085.0, 4064.0, 4096.0, 4065.0, 4095.0, 4075.0, 4097.0, 4087.0, 4087.0, 4099.0, 4109.0, 4101.0, 4080.0, 4101.0, 4101.0, 4113.0, 4115.0, 4136.0, 4116.0, 4135.0, 4113.0, 4111.0, 4100.0, 4088.0, 4098.0, 4086.0, 4108.0, 4085.0, 4084.0, 4083.0, 4093.0, 4085.0, 4105.0, 4095.0, 4073.0, 4072.0, 4072.0, 4093.0, 4085.0, 4093.0, 4084.0, 4084.0, 4084.0, 4075.0, 4096.0, 4096.0, 4074.0, 4085.0, 4084.0, 4082.0, 4073.0, 4074.0, 4086.0, 4075.0, 4107.0, 4085.0, 4094.0, 4085.0, 4063.0, 4074.0, 4076.0, 4097.0, 4088.0, 4097.0, 4078.0, 4087.0, 4097.0, 4088.0, 4110.0, 4111.0, 4090.0, 4100.0, 4088.0, 4098.0, 4089.0, 4108.0, 4089.0, 4109.0, 4089.0, 4109.0, 4088.0, 4066.0, 4087.0, 4076.0, 4097.0, 4090.0, 4109.0, 4089.0, 4108.0, 4088.0, 4086.0, 4087.0, 4076.0, 4086.0, 4077.0, 4108.0, 4089.0, 4119.0, 4099.0, 4098.0, 4088.0, 4077.0, 4087.0, 4090.0, 4109.0, 4088.0, 4119.0, 4087.0, 4096.0, 4086.0, 4074.0, 4086.0, 4076.0, 4087.0, 4076.0, 4097.0, 4075.0, 4085.0, 4075.0, 4084.0, 4085.0, 4096.0, 4088.0, 4106.0, 4087.0, 4096.0, 4086.0, 4075.0, 4087.0, 4065.0, 4098.0, 4099.0, 4109.0, 4099.0, 4108.0, 4098.0, 4097.0, 4098.0, 4100.0, 4100.0, 4077.0, 4099.0, 4087.0, 4097.0, 4098.0, 4097.0, 4099.0, 4110.0, 4102.0, 4090.0, 4112.0, 4089.0, 4099.0, 4099.0, 4099.0, 4088.0, 4110.0, 4100.0, 4109.0, 4098.0, 4107.0, 4087.0, 4096.0, 4087.0, 4097.0, 4099.0, 4087.0, 4099.0, 4087.0, 4087.0, 4088.0, 4097.0, 4099.0, 4110.0, 4102.0, 4120.0, 4101.0, 4109.0, 4098.0, 4108.0, 4098.0, 4107.0, 4088.0, 4108.0, 4098.0, 4096.0, 4087.0, 4074.0, 4085.0, 4085.0, 4086.0, 4099.0, 4109.0, 4099.0, 4109.0, 4098.0, 4107.0, 4098.0, 4107.0, 4099.0, 4109.0, 4099.0, 4097.0, 4098.0, 4076.0, 4086.0, 4086.0, 4096.0, 4098.0, 4108.0, 4100.0, 4108.0, 4098.0, 4107.0, 4098.0, 4086.0, 4097.0, 4088.0, 4110.0, 4099.0, 4109.0, 4098.0, 4108.0, 4087.0, 4097.0, 4098.0, 4108.0, 4099.0, 4110.0, 4109.0, 4086.0, 4098.0, 4087.0, 4086.0, 4097.0, 4097.0, 4100.0, 4119.0, 4099.0, 4120.0, 4100.0, 4108.0, 4099.0, 4087.0, 4099.0, 4100.0, 4110.0, 4099.0, 4121.0, 4099.0, 4109.0, 4109.0, 4087.0, 4100.0, 4102.0, 4122.0, 4111.0, 4122.0, 4112.0, 4100.0, 4110.0, 4088.0, 4110.0, 4112.0, 4121.0, 4100.0, 4109.0, 4088.0, 4087.0, 4087.0, 4086.0, 4107.0, 4100.0, 4109.0, 4098.0, 4108.0, 4097.0, 4086.0, 4086.0, 4086.0, 4096.0, 4099.0, 4119.0, 4099.0, 4109.0, 4098.0, 4085.0, 4098.0, 4087.0, 4108.0, 4110.0, 4120.0, 4099.0, 4109.0, 4099.0, 4088.0, 4098.0, 4098.0, 4109.0, 4111.0, 4109.0, 4099.0, 4098.0, 4087.0, 4087.0, 4086.0, 4097.0, 4109.0, 4110.0, 4109.0, 4099.0, 4098.0, 4099.0, 4087.0, 4097.0, 4098.0, 4119.0, 4101.0, 4120.0, 4100.0, 4088.0, 4098.0, 4099.0, 4108.0, 4111.0, 4121.0, 4101.0, 4120.0, 4100.0, 4089.0, 4088.0, 4099.0, 4109.0, 4112.0, 4121.0, 4112.0, 4090.0, 4099.0, 4099.0, 4108.0, 4110.0, 4121.0, 4101.0, 4099.0, 4099.0, 4098.0, 4097.0, 4098.0, 4107.0, 4100.0, 4109.0, 4109.0, 4088.0, 4087.0, 4086.0, 4096.0, 4097.0, 4107.0, 4099.0, 4097.0, 4097.0, 4077.0, 4085.0, 4085.0, 4095.0, 4086.0, 4085.0, 4087.0, 4088.0, 4109.0, 4099.0, 4109.0, 4099.0, 4088.0, 4099.0, 4087.0, 4098.0, 4099.0, 4110.0, 4112.0, 4110.0, 4100.0, 4089.0, 4088.0, 4088.0, 4097.0, 4087.0, 4098.0, 4100.0, 4089.0, 4090.0, 4099.0, 4099.0, 4100.0, 4099.0, 4098.0, 4089.0, 4109.0, 4102.0, 4122.0, 4101.0, 4100.0, 4100.0, 4089.0, 4098.0, 4089.0, 4109.0, 4101.0, 4110.0, 4100.0, 4089.0, 4077.0, 4088.0, 4087.0, 4099.0, 4098.0, 4102.0, 4101.0, 4113.0, 4102.0, 4101.0, 4110.0, 4109.0, 4088.0, 4107.0, 4088.0, 4110.0, 4088.0, 4108.0, 4087.0, 4096.0, 4086.0, 4083.0, 4085.0, 4087.0, 4097.0, 4098.0, 4098.0, 4085.0, 4096.0, 4088.0, 4076.0, 4077.0, 4099.0, 4111.0, 4099.0, 4110.0, 4087.0, 4098.0, 4097.0, 4087.0, 4099.0, 4111.0, 4112.0, 4101.0, 4098.0, 4099.0, 4100.0, 4086.0, 4099.0, 4120.0, 4100.0, 4110.0, 4088.0, 4085.0, 4084.0, 4085.0, 4085.0, 4098.0, 4108.0, 4085.0, 4096.0, 4084.0, 4094.0, 4085.0, 4085.0, 4088.0, 4086.0, 4097.0, 4086.0, 4085.0, 4086.0, 4085.0, 4088.0, 4089.0, 4100.0, 4100.0, 4111.0, 4100.0, 4099.0, 4089.0, 4096.0, 4089.0, 4108.0, 4088.0, 4107.0, 4086.0, 4085.0, 4074.0, 4084.0, 4073.0, 4087.0, 4107.0, 4087.0, 4106.0, 4085.0, 4085.0, 4075.0, 4085.0, 4096.0, 4097.0, 4107.0, 4088.0, 4086.0, 4074.0, 4085.0, 4095.0, 4098.0, 4107.0, 4087.0, 4085.0, 4085.0, 4084.0, 4074.0, 4085.0, 4094.0, 4097.0, 4107.0, 4086.0, 4095.0, 4075.0, 4074.0, 4075.0, 4097.0, 4096.0, 4087.0, 4108.0, 4096.0, 4087.0, 4087.0, 4099.0, 4109.0, 4101.0, 4111.0, 4099.0, 4098.0, 4087.0, 4075.0, 4084.0, 4087.0, 4098.0, 4085.0, 4096.0, 4074.0, 4083.0, 4074.0, 4073.0, 4085.0, 4086.0, 4097.0, 4087.0, 4108.0, 4087.0, 4096.0, 4076.0, 4095.0, 4075.0, 4096.0, 4087.0, 4087.0, 4086.0, 4084.0, 4085.0, 4085.0, 4096.0, 4085.0, 4096.0, 4099.0, 4087.0, 4098.0, 4087.0, 4097.0, 4087.0, 4097.0, 4099.0, 4098.0, 4097.0, 4087.0, 4075.0, 4084.0], 'WindowWidth': [9247.0, 9255.0, 9198.0, 9218.0, 9177.0, 9141.0, 9152.0, 9118.0, 9147.0, 9137.0, 9165.0, 9137.0, 9161.0, 9128.0, 9097.0, 9125.0, 9094.0, 9123.0, 9133.0, 9145.0, 9132.0, 9156.0, 9112.0, 9108.0, 9111.0, 9095.0, 9128.0, 9116.0, 9156.0, 9128.0, 9140.0, 9128.0, 9123.0, 9129.0, 9119.0, 9153.0, 9121.0, 9169.0, 9132.0, 9145.0, 9129.0, 9139.0, 9113.0, 9143.0, 9135.0, 9158.0, 9114.0, 9136.0, 9108.0, 9115.0, 9100.0, 9113.0, 9101.0, 9116.0, 9110.0, 9136.0, 9107.0, 9136.0, 9108.0, 9119.0, 9111.0, 9108.0, 9129.0, 9128.0, 9139.0, 9143.0, 9128.0, 9121.0, 9111.0, 9093.0, 9094.0, 9105.0, 9107.0, 9124.0, 9140.0, 9132.0, 9161.0, 9137.0, 9145.0, 9115.0, 9137.0, 9107.0, 9117.0, 9086.0, 9114.0, 9106.0, 9120.0, 9069.0, 9100.0, 9079.0, 9063.0, 9078.0, 9078.0, 9082.0, 9113.0, 9104.0, 9129.0, 9100.0, 9114.0, 9086.0, 9098.0, 9102.0, 9113.0, 9106.0, 9141.0, 9116.0, 9138.0, 9125.0, 9136.0, 9113.0, 9110.0, 9128.0, 9124.0, 9131.0, 9145.0, 9151.0, 9131.0, 9148.0, 9112.0, 9109.0, 9108.0, 9133.0, 9128.0, 9139.0, 9109.0, 9133.0, 9103.0, 9096.0, 9096.0, 9067.0, 9096.0, 9081.0, 9121.0, 9093.0, 9119.0, 9085.0, 9085.0, 9082.0, 9086.0, 9100.0, 9114.0, 9108.0, 9137.0, 9130.0, 9103.0, 9134.0, 9137.0, 9149.0, 9139.0, 9169.0, 9161.0, 9184.0, 9159.0, 9136.0, 9147.0, 9114.0, 9127.0, 9113.0, 9142.0, 9124.0, 9152.0, 9101.0, 9114.0, 9099.0, 9083.0, 9119.0, 9091.0, 9133.0, 9099.0, 9114.0, 9081.0, 9106.0, 9079.0, 9107.0, 9085.0, 9115.0, 9098.0, 9088.0, 9076.0, 9045.0, 9060.0, 9076.0, 9092.0, 9104.0, 9119.0, 9109.0, 9095.0, 9107.0, 9106.0, 9134.0, 9108.0, 9122.0, 9129.0, 9111.0, 9143.0, 9107.0, 9120.0, 9106.0, 9118.0, 9125.0, 9126.0, 9141.0, 9106.0, 9121.0, 9087.0, 9083.0, 9083.0, 9098.0, 9110.0, 9131.0, 9104.0, 9132.0, 9102.0, 9113.0, 9102.0, 9134.0, 9128.0, 9122.0, 9126.0, 9096.0, 9108.0, 9109.0, 9123.0, 9131.0, 9162.0, 9140.0, 9131.0, 9150.0, 9103.0, 9145.0, 9130.0, 9143.0, 9136.0, 9162.0, 9134.0, 9158.0, 9127.0, 9137.0, 9108.0, 9133.0, 9125.0, 9141.0, 9143.0, 9093.0, 9125.0, 9106.0, 9104.0, 9105.0, 9135.0, 9133.0, 9156.0, 9128.0, 9139.0, 9110.0, 9090.0, 9105.0, 9089.0, 9120.0, 9129.0, 9141.0, 9113.0, 9155.0, 9121.0, 9132.0, 9105.0, 9118.0, 9127.0, 9141.0, 9114.0, 9138.0, 9109.0, 9116.0, 9102.0, 9097.0, 9100.0, 9087.0, 9109.0, 9106.0, 9136.0, 9104.0, 9119.0, 9104.0, 9117.0, 9105.0, 9136.0, 9130.0, 9138.0, 9110.0, 9134.0, 9104.0, 9112.0, 9102.0, 9097.0, 9105.0, 9104.0, 9135.0, 9091.0, 9135.0, 9106.0, 9120.0, 9123.0, 9110.0, 9132.0, 9136.0, 9161.0, 9148.0, 9158.0, 9130.0, 9113.0, 9131.0, 9117.0, 9163.0, 9127.0, 9146.0, 9107.0, 9119.0, 9103.0, 9114.0, 9105.0, 9138.0, 9108.0, 9129.0, 9089.0, 9085.0, 9102.0, 9075.0, 9118.0, 9075.0, 9117.0, 9089.0, 9123.0, 9109.0, 9110.0, 9132.0, 9144.0, 9136.0, 9109.0, 9138.0, 9139.0, 9156.0, 9163.0, 9191.0, 9166.0, 9189.0, 9155.0, 9149.0, 9131.0, 9111.0, 9127.0, 9107.0, 9141.0, 9102.0, 9101.0, 9096.0, 9110.0, 9102.0, 9129.0, 9118.0, 9084.0, 9080.0, 9078.0, 9109.0, 9100.0, 9108.0, 9099.0, 9099.0, 9100.0, 9088.0, 9119.0, 9120.0, 9086.0, 9101.0, 9097.0, 9093.0, 9082.0, 9085.0, 9105.0, 9086.0, 9132.0, 9099.0, 9111.0, 9099.0, 9069.0, 9084.0, 9091.0, 9121.0, 9111.0, 9120.0, 9095.0, 9108.0, 9120.0, 9110.0, 9142.0, 9148.0, 9116.0, 9130.0, 9110.0, 9122.0, 9112.0, 9135.0, 9112.0, 9141.0, 9114.0, 9140.0, 9109.0, 9077.0, 9105.0, 9089.0, 9117.0, 9115.0, 9139.0, 9113.0, 9138.0, 9109.0, 9103.0, 9105.0, 9090.0, 9105.0, 9092.0, 9136.0, 9115.0, 9154.0, 9126.0, 9123.0, 9108.0, 9092.0, 9105.0, 9114.0, 9139.0, 9111.0, 9153.0, 9106.0, 9116.0, 9103.0, 9085.0, 9102.0, 9090.0, 9109.0, 9090.0, 9122.0, 9086.0, 9099.0, 9085.0, 9098.0, 9100.0, 9116.0, 9109.0, 9132.0, 9108.0, 9116.0, 9103.0, 9087.0, 9105.0, 9074.0, 9124.0, 9127.0, 9141.0, 9124.0, 9136.0, 9122.0, 9119.0, 9124.0, 9127.0, 9130.0, 9095.0, 9126.0, 9107.0, 9121.0, 9123.0, 9122.0, 9127.0, 9146.0, 9137.0, 9117.0, 9150.0, 9113.0, 9128.0, 9125.0, 9125.0, 9112.0, 9142.0, 9129.0, 9140.0, 9122.0, 9135.0, 9106.0, 9117.0, 9106.0, 9122.0, 9129.0, 9110.0, 9127.0, 9107.0, 9107.0, 9109.0, 9122.0, 9127.0, 9145.0, 9137.0, 9158.0, 9132.0, 9142.0, 9124.0, 9136.0, 9122.0, 9134.0, 9110.0, 9137.0, 9126.0, 9118.0, 9106.0, 9085.0, 9102.0, 9102.0, 9105.0, 9128.0, 9140.0, 9127.0, 9141.0, 9125.0, 9135.0, 9122.0, 9134.0, 9126.0, 9142.0, 9128.0, 9121.0, 9125.0, 9090.0, 9105.0, 9104.0, 9118.0, 9125.0, 9139.0, 9130.0, 9139.0, 9125.0, 9135.0, 9121.0, 9104.0, 9121.0, 9111.0, 9143.0, 9126.0, 9142.0, 9124.0, 9136.0, 9108.0, 9120.0, 9123.0, 9136.0, 9128.0, 9143.0, 9141.0, 9107.0, 9125.0, 9106.0, 9106.0, 9120.0, 9120.0, 9131.0, 9156.0, 9129.0, 9158.0, 9128.0, 9139.0, 9126.0, 9108.0, 9128.0, 9130.0, 9145.0, 9128.0, 9160.0, 9128.0, 9140.0, 9141.0, 9108.0, 9131.0, 9135.0, 9163.0, 9148.0, 9163.0, 9148.0, 9129.0, 9144.0, 9112.0, 9145.0, 9149.0, 9161.0, 9130.0, 9141.0, 9109.0, 9106.0, 9107.0, 9104.0, 9135.0, 9130.0, 9141.0, 9124.0, 9138.0, 9121.0, 9104.0, 9105.0, 9105.0, 9118.0, 9129.0, 9155.0, 9129.0, 9141.0, 9125.0, 9105.0, 9122.0, 9107.0, 9139.0, 9145.0, 9157.0, 9129.0, 9141.0, 9127.0, 9109.0, 9123.0, 9122.0, 9139.0, 9146.0, 9142.0, 9127.0, 9122.0, 9108.0, 9108.0, 9106.0, 9121.0, 9140.0, 9145.0, 9140.0, 9128.0, 9122.0, 9125.0, 9107.0, 9120.0, 9125.0, 9155.0, 9133.0, 9157.0, 9131.0, 9112.0, 9124.0, 9125.0, 9137.0, 9148.0, 9160.0, 9134.0, 9158.0, 9129.0, 9113.0, 9111.0, 9125.0, 9140.0, 9149.0, 9162.0, 9150.0, 9117.0, 9127.0, 9126.0, 9138.0, 9142.0, 9160.0, 9135.0, 9128.0, 9128.0, 9122.0, 9120.0, 9121.0, 9135.0, 9129.0, 9139.0, 9141.0, 9109.0, 9107.0, 9104.0, 9116.0, 9118.0, 9134.0, 9127.0, 9122.0, 9123.0, 9091.0, 9101.0, 9100.0, 9112.0, 9102.0, 9100.0, 9107.0, 9112.0, 9142.0, 9127.0, 9141.0, 9127.0, 9110.0, 9124.0, 9107.0, 9123.0, 9124.0, 9142.0, 9148.0, 9143.0, 9129.0, 9110.0, 9108.0, 9105.0, 9117.0, 9104.0, 9122.0, 9128.0, 9109.0, 9113.0, 9122.0, 9122.0, 9125.0, 9122.0, 9121.0, 9108.0, 9139.0, 9132.0, 9160.0, 9129.0, 9125.0, 9123.0, 9108.0, 9120.0, 9107.0, 9135.0, 9128.0, 9140.0, 9127.0, 9109.0, 9089.0, 9104.0, 9104.0, 9121.0, 9121.0, 9135.0, 9131.0, 9151.0, 9131.0, 9130.0, 9139.0, 9135.0, 9105.0, 9130.0, 9107.0, 9141.0, 9105.0, 9133.0, 9102.0, 9114.0, 9099.0, 9091.0, 9097.0, 9105.0, 9119.0, 9118.0, 9120.0, 9099.0, 9113.0, 9104.0, 9086.0, 9090.0, 9124.0, 9141.0, 9124.0, 9139.0, 9106.0, 9119.0, 9117.0, 9104.0, 9122.0, 9143.0, 9146.0, 9131.0, 9122.0, 9124.0, 9123.0, 9103.0, 9125.0, 9154.0, 9127.0, 9141.0, 9108.0, 9100.0, 9097.0, 9098.0, 9101.0, 9120.0, 9135.0, 9100.0, 9114.0, 9096.0, 9109.0, 9098.0, 9098.0, 9106.0, 9102.0, 9120.0, 9100.0, 9099.0, 9100.0, 9098.0, 9105.0, 9110.0, 9128.0, 9129.0, 9147.0, 9126.0, 9125.0, 9110.0, 9117.0, 9110.0, 9135.0, 9110.0, 9134.0, 9102.0, 9098.0, 9082.0, 9095.0, 9080.0, 9104.0, 9132.0, 9105.0, 9131.0, 9100.0, 9099.0, 9085.0, 9099.0, 9116.0, 9121.0, 9134.0, 9108.0, 9102.0, 9083.0, 9100.0, 9113.0, 9121.0, 9133.0, 9107.0, 9100.0, 9098.0, 9094.0, 9081.0, 9095.0, 9109.0, 9117.0, 9131.0, 9101.0, 9111.0, 9084.0, 9084.0, 9086.0, 9119.0, 9118.0, 9107.0, 9135.0, 9117.0, 9106.0, 9106.0, 9124.0, 9140.0, 9131.0, 9144.0, 9124.0, 9120.0, 9104.0, 9084.0, 9098.0, 9103.0, 9120.0, 9099.0, 9115.0, 9081.0, 9091.0, 9079.0, 9077.0, 9098.0, 9103.0, 9119.0, 9105.0, 9135.0, 9103.0, 9114.0, 9087.0, 9112.0, 9085.0, 9113.0, 9105.0, 9104.0, 9104.0, 9096.0, 9098.0, 9098.0, 9113.0, 9099.0, 9115.0, 9125.0, 9106.0, 9124.0, 9106.0, 9119.0, 9106.0, 9119.0, 9126.0, 9122.0, 9121.0, 9105.0, 9087.0, 9095.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.0002560549450549451</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022601399780219782</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.443140384488444</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.180787046710671</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9761876056765658</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4966</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4931.2241</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0718184674526897</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.21978021978021978</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.695084901529064</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6489801186615742</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9590929294497266</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4771816564758904</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00729855</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0008699132595211267</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03965679556131363</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.554798782210284</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>13.7338</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0975</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.8785</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297310.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1121.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.3819</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8433</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.0709</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3232.5107</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3457.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79234.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>835.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4336.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.4821</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.41276253433898</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> |