=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-02/func/sub-0122_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>d232bcc002626f4ba2ddb04fa0d9c8f7</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>22:28:31.305000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999675, 0.0247275, -0.00622593, -0.0242569, 0.997471, 0.0668109]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0819669</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>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4228, -7635, -7102, 875, -174, 296, -454, 75]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.155</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8fff4aab-b058-4687-ba6a-18bd4892c6a1||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820545196533203, -0.06507955491542816, -0.02122807689011097, 113.68132019042969], [-0.06634218245744705, 2.6761410236358643, 0.17992305755615234, -97.89546966552734], [-0.016703709959983826, -0.17924880981445312, 2.6939146518707275, -51.6805305480957], [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': ['222831.305000', '222831.765000', '222832.225000', '222832.685000', '222833.145000', '222833.605000', '222834.065000', '222834.525000', '222834.985000', '222835.445000', '222835.905000', '222836.365000', '222836.825000', '222837.285000', '222837.745000', '222838.205000', '222838.665000', '222839.125000', '222839.585000', '222840.045000', '222840.505000', '222840.965000', '222841.425000', '222841.885000', '222842.345000', '222842.805000', '222843.265000', '222843.725000', '222844.185000', '222844.645000', '222845.105000', '222845.565000', '222846.025000', '222846.485000', '222846.945000', '222847.405000', '222847.865000', '222848.325000', '222848.785000', '222849.245000', '222849.705000', '222850.165000', '222850.625000', '222851.085000', '222851.545000', '222852.005000', '222852.465000', '222852.925000', '222853.385000', '222853.845000', '222854.305000', '222854.765000', '222855.225000', '222855.685000', '222856.145000', '222856.605000', '222857.065000', '222857.525000', '222857.985000', '222858.445000', '222858.905000', '222859.365000', '222859.825000', '222900.285000', '222900.745000', '222901.205000', '222901.665000', '222902.125000', '222902.585000', '222903.045000', '222903.505000', '222903.965000', '222904.425000', '222904.885000', '222905.345000', '222905.805000', '222906.265000', '222906.725000', '222907.185000', '222907.645000', '222908.105000', '222908.565000', '222909.025000', '222909.485000', '222909.945000', '222910.405000', '222910.865000', '222911.325000', '222911.785000', '222912.245000', '222912.705000', '222913.165000', '222913.625000', '222914.085000', '222914.545000', '222915.005000', '222915.465000', '222915.925000', '222916.385000', '222916.845000', '222917.305000', '222917.765000', '222918.225000', '222918.685000', '222919.145000', '222919.605000', '222920.065000', '222920.525000', '222920.985000', '222921.445000', '222921.905000', '222922.365000', '222922.825000', '222923.285000', '222923.745000', '222924.205000', '222924.665000', '222925.125000', '222925.585000', '222926.045000', '222926.505000', '222926.965000', '222927.425000', '222927.885000', '222928.345000', '222928.805000', '222929.265000', '222929.725000', '222930.185000', '222930.645000', '222931.105000', '222931.565000', '222932.025000', '222932.485000', '222932.945000', '222933.405000', '222933.865000', '222934.325000', '222934.785000', '222935.245000', '222935.705000', '222936.165000', '222936.625000', '222937.085000', '222937.545000', '222938.005000', '222938.465000', '222938.925000', '222939.385000', '222939.845000', '222940.305000', '222940.765000', '222941.225000', '222941.685000', '222942.145000', '222942.605000', '222943.065000', '222943.525000', '222943.985000', '222944.445000', '222944.905000', '222945.365000', '222945.825000', '222946.285000', '222946.745000', '222947.205000', '222947.665000', '222948.125000', '222948.585000', '222949.045000', '222949.505000', '222949.965000', '222950.425000', '222950.885000', '222951.345000', '222951.805000', '222952.265000', '222952.725000', '222953.185000', '222953.645000', '222954.105000', '222954.565000', '222955.025000', '222955.485000', '222955.945000', '222956.405000', '222956.865000', '222957.325000', '222957.785000', '222958.245000', '222958.705000', '222959.165000', '222959.625000', '223000.085000', '223000.545000', '223001.005000', '223001.465000', '223001.925000', '223002.385000', '223002.845000', '223003.305000', '223003.765000', '223004.225000', '223004.685000', '223005.145000', '223005.605000', '223006.065000', '223006.525000', '223006.985000', '223007.445000', '223007.905000', '223008.365000', '223008.825000', '223009.285000', '223009.745000', '223010.205000', '223010.665000', '223011.125000', '223011.585000', '223012.045000', '223012.505000', '223012.965000', '223013.425000', '223013.885000', '223014.345000', '223014.805000', '223015.265000', '223015.725000', '223016.185000', '223016.645000', '223017.105000', '223017.565000', '223018.025000', '223018.485000', '223018.945000', '223019.405000', '223019.865000', '223020.325000', '223020.785000', '223021.245000', '223021.705000', '223022.165000', '223022.625000', '223023.085000', '223023.545000', '223024.005000', '223024.465000', '223024.925000', '223025.385000', '223025.845000', '223026.305000', '223026.765000', '223027.225000', '223027.685000', '223028.145000', '223028.605000', '223029.065000', '223029.525000', '223029.985000', '223030.445000', '223030.905000', '223031.365000', '223031.825000', '223032.285000', '223032.745000', '223033.205000', '223033.665000', '223034.125000', '223034.585000', '223035.045000', '223035.505000', '223035.965000', '223036.425000', '223036.885000', '223037.345000', '223037.805000', '223038.265000', '223038.725000', '223039.185000', '223039.645000', '223040.105000', '223040.565000', '223041.025000', '223041.485000', '223041.945000', '223042.405000', '223042.865000', '223043.325000', '223043.785000', '223044.245000', '223044.705000', '223045.165000', '223045.625000', '223046.085000', '223046.545000', '223047.005000', '223047.465000', '223047.925000', '223048.385000', '223048.845000', '223049.305000', '223049.765000', '223050.225000', '223050.685000', '223051.145000', '223051.605000', '223052.065000', '223052.525000', '223052.985000', '223053.445000', '223053.905000', '223054.365000', '223054.825000', '223055.285000', '223055.745000', '223056.205000', '223056.665000', '223057.125000', '223057.585000', '223058.045000', '223058.505000', '223058.965000', '223059.425000', '223059.885000', '223100.345000', '223100.805000', '223101.265000', '223101.725000', '223102.185000', '223102.645000', '223103.105000', '223103.565000', '223104.025000', '223104.485000', '223104.945000', '223105.405000', '223105.865000', '223106.325000', '223106.785000', '223107.245000', '223107.705000', '223108.165000', '223108.625000', '223109.085000', '223109.545000', '223110.005000', '223110.465000', '223110.925000', '223111.385000', '223111.845000', '223112.305000', '223112.765000', '223113.225000', '223113.685000', '223114.145000', '223114.605000', '223115.065000', '223115.525000', '223115.985000', '223116.445000', '223116.905000', '223117.365000', '223117.825000', '223118.285000', '223118.745000', '223119.205000', '223119.665000', '223120.125000', '223120.585000', '223121.045000', '223121.505000', '223121.965000', '223122.425000', '223122.885000', '223123.345000', '223123.805000', '223124.265000', '223124.725000', '223125.185000', '223125.645000', '223126.105000', '223126.565000', '223127.025000', '223127.485000', '223127.945000', '223128.405000', '223128.865000', '223129.325000', '223129.785000', '223130.245000', '223130.705000', '223131.165000', '223131.625000', '223132.085000', '223132.545000', '223133.005000', '223133.465000', '223133.925000', '223134.385000', '223134.845000', '223135.305000', '223135.765000', '223136.225000', '223136.685000', '223137.145000', '223137.605000', '223138.065000', '223138.525000', '223138.985000', '223139.445000', '223139.905000', '223140.365000', '223140.825000', '223141.285000', '223141.745000', '223142.205000', '223142.665000', '223143.125000', '223143.585000', '223144.045000', '223144.505000', '223144.965000', '223145.425000', '223145.885000', '223146.345000', '223146.805000', '223147.265000', '223147.725000', '223148.185000', '223148.645000', '223149.105000', '223149.565000', '223150.025000', '223150.485000', '223150.945000', '223151.405000', '223151.865000', '223152.325000', '223152.785000', '223153.245000', '223153.705000', '223154.165000', '223154.625000', '223155.085000', '223155.545000', '223156.005000', '223156.465000', '223156.925000', '223157.385000', '223157.845000', '223158.305000', '223158.765000', '223159.225000', '223159.685000', '223200.145000', '223200.605000', '223201.065000', '223201.525000', '223201.985000', '223202.445000', '223202.905000', '223203.365000', '223203.825000', '223204.285000', '223204.745000', '223205.205000', '223205.665000', '223206.125000', '223206.585000', '223207.045000', '223207.505000', '223207.965000', '223208.425000', '223208.885000', '223209.345000', '223209.805000', '223210.265000', '223210.725000', '223211.185000', '223211.645000', '223212.105000', '223212.565000', '223213.025000', '223213.485000', '223213.945000', '223214.405000', '223214.865000', '223215.325000', '223215.785000', '223216.245000', '223216.705000', '223217.165000', '223217.625000', '223218.085000', '223218.545000', '223219.005000', '223219.465000', '223219.925000', '223220.385000', '223220.845000', '223221.305000', '223221.765000', '223222.225000', '223222.685000', '223223.145000', '223223.605000', '223224.065000', '223224.525000', '223224.985000', '223225.445000', '223225.905000', '223226.365000', '223226.825000', '223227.285000', '223227.745000', '223228.205000', '223228.665000', '223229.125000', '223229.585000', '223230.045000', '223230.505000', '223230.965000', '223231.425000', '223231.885000', '223232.345000', '223232.805000', '223233.265000', '223233.725000', '223234.185000', '223234.645000', '223235.105000', '223235.565000', '223236.025000', '223236.485000', '223236.945000', '223237.405000', '223237.865000', '223238.325000', '223238.785000', '223239.245000', '223239.705000', '223240.165000', '223240.625000', '223241.085000', '223241.545000', '223242.005000', '223242.465000', '223242.925000', '223243.385000', '223243.845000', '223244.305000', '223244.765000', '223245.225000', '223245.685000', '223246.145000', '223246.605000', '223247.065000', '223247.525000', '223247.985000', '223248.445000', '223248.905000', '223249.365000', '223249.825000', '223250.285000', '223250.745000', '223251.205000', '223251.665000', '223252.125000', '223252.585000', '223253.045000', '223253.505000', '223253.965000', '223254.425000', '223254.885000', '223255.345000', '223255.805000', '223256.265000', '223256.725000', '223257.185000', '223257.645000', '223258.105000', '223258.565000', '223259.025000', '223259.485000', '223259.945000', '223300.405000', '223300.865000', '223301.325000', '223301.785000', '223302.245000', '223302.705000', '223303.165000', '223303.625000', '223304.085000', '223304.545000', '223305.005000', '223305.465000', '223305.925000', '223306.385000', '223306.845000', '223307.305000', '223307.765000', '223308.225000', '223308.685000', '223309.145000', '223309.605000', '223310.065000', '223310.525000', '223310.985000', '223311.445000', '223311.905000', '223312.365000', '223312.825000', '223313.285000', '223313.745000', '223314.205000', '223314.665000', '223315.125000', '223315.585000', '223316.045000', '223316.505000', '223316.965000', '223317.425000', '223317.885000', '223318.345000', '223318.805000', '223319.265000', '223319.725000', '223320.185000', '223320.645000', '223321.105000', '223321.565000', '223322.025000', '223322.485000', '223322.945000', '223323.405000', '223323.865000', '223324.325000', '223324.785000', '223325.245000', '223325.705000', '223326.165000', '223326.625000', '223327.085000', '223327.545000', '223328.005000', '223328.465000', '223328.925000', '223329.385000', '223329.845000', '223330.305000', '223330.765000', '223331.225000', '223331.685000', '223332.145000', '223332.605000', '223333.065000', '223333.525000', '223333.985000', '223334.445000', '223334.905000', '223335.365000', '223335.825000', '223336.285000', '223336.745000', '223337.205000', '223337.665000', '223338.125000', '223338.585000', '223339.045000', '223339.505000', '223339.965000', '223340.425000', '223340.885000', '223341.345000', '223341.805000', '223342.265000', '223342.725000', '223343.185000', '223343.645000', '223344.105000', '223344.565000', '223345.025000', '223345.485000', '223345.945000', '223346.405000', '223346.865000', '223347.325000', '223347.785000', '223348.245000', '223348.705000', '223349.165000', '223349.625000', '223350.085000', '223350.545000', '223351.005000', '223351.465000', '223351.925000', '223352.385000', '223352.845000', '223353.305000', '223353.765000', '223354.225000', '223354.685000', '223355.145000', '223355.605000', '223356.065000', '223356.525000', '223356.985000', '223357.445000', '223357.905000', '223358.365000', '223358.825000', '223359.285000', '223359.745000', '223400.205000', '223400.665000', '223401.125000', '223401.585000', '223402.045000', '223402.505000', '223402.965000', '223403.425000', '223403.885000', '223404.345000', '223404.805000', '223405.265000', '223405.725000', '223406.185000', '223406.645000', '223407.105000', '223407.565000', '223408.025000', '223408.485000', '223408.945000', '223409.405000', '223409.865000', '223410.325000', '223410.785000', '223411.245000', '223411.705000', '223412.165000', '223412.625000', '223413.085000', '223413.545000', '223414.005000', '223414.465000', '223414.925000', '223415.385000', '223415.845000', '223416.305000', '223416.765000', '223417.225000', '223417.685000', '223418.145000', '223418.605000', '223419.065000', '223419.525000', '223419.985000', '223420.445000', '223420.905000', '223421.365000', '223421.825000', '223422.285000', '223422.745000', '223423.205000', '223423.665000', '223424.125000', '223424.585000', '223425.045000', '223425.505000', '223425.965000', '223426.425000', '223426.885000', '223427.345000', '223427.805000', '223428.265000', '223428.725000', '223429.185000', '223429.645000', '223430.105000', '223430.565000', '223431.025000', '223431.485000', '223431.945000', '223432.405000', '223432.865000', '223433.325000', '223433.785000', '223434.245000', '223434.705000', '223435.165000', '223435.625000', '223436.085000', '223436.545000', '223437.005000', '223437.465000', '223437.925000', '223438.385000', '223438.845000', '223439.305000', '223439.765000', '223440.225000', '223440.685000', '223441.145000', '223441.605000', '223442.065000', '223442.525000', '223442.985000', '223443.445000', '223443.905000', '223444.365000', '223444.825000', '223445.285000', '223445.745000', '223446.205000', '223446.665000', '223447.125000', '223447.585000', '223448.045000', '223448.505000', '223448.965000', '223449.425000', '223449.885000', '223450.345000', '223450.805000', '223451.265000', '223451.725000', '223452.185000', '223452.645000', '223453.105000', '223453.565000', '223454.025000', '223454.485000', '223454.945000', '223455.405000', '223455.865000', '223456.325000', '223456.785000', '223457.245000', '223457.705000', '223458.165000', '223458.625000', '223459.085000', '223459.545000', '223500.005000', '223500.465000', '223500.925000', '223501.385000', '223501.845000', '223502.305000', '223502.765000', '223503.225000', '223503.685000', '223504.145000', '223504.605000', '223505.065000', '223505.525000', '223505.985000', '223506.445000', '223506.905000', '223507.365000', '223507.825000', '223508.285000', '223508.745000', '223509.205000', '223509.665000', '223510.125000', '223510.585000', '223511.045000', '223511.505000', '223511.965000', '223512.425000', '223512.885000', '223513.345000', '223513.805000', '223514.265000', '223514.725000', '223515.185000', '223515.645000', '223516.105000', '223516.565000', '223517.025000', '223517.485000', '223517.945000', '223518.405000', '223518.865000', '223519.325000', '223519.785000', '223520.245000', '223520.705000', '223521.165000', '223521.625000', '223522.085000', '223522.545000', '223523.005000', '223523.465000', '223523.925000', '223524.385000', '223524.845000', '223525.305000', '223525.765000', '223526.225000', '223526.685000', '223527.145000', '223527.605000', '223528.065000', '223528.525000', '223528.985000', '223529.445000', '223529.905000', '223530.365000', '223530.825000', '223531.285000'], 'ContentTime': ['222858.323000', '222858.326000', '222858.329000', '222858.332000', '222858.334000', '222858.337000', '222858.339000', '222858.342000', '222858.344000', '222858.347000', '222858.349000', '222858.352000', '222858.355000', '222858.357000', '222858.360000', '222858.362000', '222858.365000', '222858.368000', '222858.370000', '222858.373000', '222858.375000', '222858.378000', '222858.381000', '222858.383000', '222858.386000', '222858.388000', '222858.391000', '222858.394000', '222858.396000', '222858.399000', '222858.401000', '222858.404000', '222858.406000', '222858.416000', '222858.418000', '222858.421000', '222858.423000', '222858.426000', '222858.429000', '222858.431000', '222858.434000', '222858.437000', '222858.439000', '222858.442000', '222858.445000', '222858.450000', '222858.452000', '222858.455000', '222858.458000', '222858.460000', '222858.463000', '222858.465000', '222858.468000', '222858.470000', '222858.473000', '222858.476000', '222918.288000', '222918.291000', '222918.293000', '222918.296000', '222918.298000', '222918.301000', '222918.304000', '222918.306000', '222918.309000', '222918.311000', '222918.321000', '222918.324000', '222918.326000', '222918.329000', '222918.332000', '222918.334000', '222918.337000', '222918.340000', '222918.342000', '222918.345000', '222918.347000', '222918.350000', '222918.352000', '222918.355000', '222918.358000', '222918.360000', '222918.363000', '222918.366000', '222918.368000', '222918.371000', '222918.373000', '222918.376000', '222918.378000', '222918.381000', '222918.384000', '222918.386000', '222918.389000', '222918.391000', '222918.394000', '222918.396000', '222918.399000', '222918.402000', '222918.404000', '222938.288000', '222938.291000', '222938.294000', '222938.296000', '222938.308000', '222938.311000', '222938.313000', '222938.317000', '222938.320000', '222938.323000', '222938.325000', '222938.328000', '222938.331000', '222938.333000', '222938.336000', '222938.338000', '222938.341000', '222938.344000', '222938.346000', '222938.349000', '222938.351000', '222938.354000', '222938.356000', '222938.359000', '222938.362000', '222938.364000', '222938.367000', '222938.370000', '222938.372000', '222938.375000', '222938.377000', '222938.380000', '222938.383000', '222938.386000', '222938.388000', '222938.391000', '222938.394000', '222938.396000', '222938.399000', '222938.401000', '222938.404000', '222938.407000', '222938.409000', '222958.288000', '222958.291000', '222958.294000', '222958.296000', '222958.299000', '222958.302000', '222958.304000', '222958.307000', '222958.309000', '222958.312000', '222958.314000', '222958.317000', '222958.320000', '222958.365000', '222958.368000', '222958.370000', '222958.373000', '222958.376000', '222958.379000', '222958.381000', '222958.384000', '222958.390000', '222958.392000', '222958.395000', '222958.398000', '222958.400000', '222958.403000', '222958.406000', '222958.408000', '222958.411000', '222958.413000', '222958.416000', '222958.419000', '222958.421000', '222958.424000', '222958.426000', '222958.429000', '222958.432000', '222958.434000', '222958.437000', '222958.439000', '222958.442000', '222958.445000', '222958.447000', '223018.288000', '223018.291000', '223018.294000', '223018.297000', '223018.299000', '223018.302000', '223018.305000', '223018.307000', '223018.310000', '223018.313000', '223018.315000', '223018.318000', '223018.320000', '223018.323000', '223018.326000', '223018.328000', '223018.331000', '223018.333000', '223018.336000', '223018.339000', '223018.341000', '223018.344000', '223018.347000', '223018.349000', '223018.352000', '223018.355000', '223018.357000', '223018.361000', '223018.365000', '223018.368000', '223018.371000', '223018.373000', '223018.376000', '223018.379000', '223018.381000', '223018.384000', '223018.386000', '223018.389000', '223018.392000', '223018.394000', '223018.397000', '223018.400000', '223018.402000', '223038.287000', '223038.290000', '223038.293000', '223038.295000', '223038.298000', '223038.301000', '223038.304000', '223038.306000', '223038.309000', '223038.311000', '223038.314000', '223038.317000', '223038.319000', '223038.322000', '223038.325000', '223038.327000', '223038.330000', '223038.332000', '223038.335000', '223038.338000', '223038.340000', '223038.343000', '223038.377000', '223038.380000', '223038.382000', '223038.385000', '223038.388000', '223038.390000', '223038.393000', '223038.396000', '223038.398000', '223038.401000', '223038.404000', '223038.406000', '223038.409000', '223038.411000', '223038.414000', '223038.417000', '223038.419000', '223038.422000', '223038.425000', '223038.427000', '223038.430000', '223038.433000', '223058.287000', '223058.290000', '223058.293000', '223058.295000', '223058.298000', '223058.301000', '223058.303000', '223058.306000', '223058.309000', '223058.311000', '223058.314000', '223058.317000', '223058.319000', '223058.322000', '223058.324000', '223058.327000', '223058.330000', '223058.332000', '223058.335000', '223058.337000', '223058.340000', '223058.343000', '223058.345000', '223058.348000', '223058.351000', '223058.353000', '223058.356000', '223058.358000', '223058.361000', '223058.364000', '223058.366000', '223058.369000', '223058.371000', '223058.374000', '223058.377000', '223058.379000', '223058.382000', '223058.384000', '223058.387000', '223058.390000', '223058.393000', '223058.395000', '223058.398000', '223058.400000', '223118.287000', '223118.290000', '223118.293000', '223118.296000', '223118.298000', '223118.301000', '223118.303000', '223118.306000', '223118.309000', '223118.312000', '223118.314000', '223118.317000', '223118.320000', '223118.322000', '223118.325000', '223118.328000', '223118.336000', '223118.338000', '223118.341000', '223118.344000', '223118.346000', '223118.349000', '223118.351000', '223118.354000', '223118.357000', '223118.359000', '223118.362000', '223118.365000', '223118.367000', '223118.370000', '223118.372000', '223118.375000', '223118.378000', '223118.380000', '223118.383000', '223118.385000', '223118.388000', '223118.391000', '223118.393000', '223118.396000', '223118.399000', '223118.401000', '223138.287000', '223138.290000', '223138.293000', '223138.295000', '223138.298000', '223138.300000', '223138.303000', '223138.306000', '223138.308000', '223138.322000', '223138.325000', '223138.328000', '223138.331000', '223138.334000', '223138.337000', '223138.340000', '223138.343000', '223138.345000', '223138.348000', '223138.350000', '223138.353000', '223138.356000', '223138.358000', '223138.361000', '223138.364000', '223138.366000', '223138.369000', '223138.371000', '223138.374000', '223138.377000', '223138.379000', '223138.382000', '223138.384000', '223138.387000', '223138.390000', '223138.392000', '223138.395000', '223138.397000', '223138.400000', '223138.403000', '223138.406000', '223138.409000', '223138.411000', '223138.414000', '223158.288000', '223158.291000', '223158.294000', '223158.296000', '223158.299000', '223158.302000', '223158.304000', '223158.307000', '223158.310000', '223158.312000', '223158.315000', '223158.318000', '223158.320000', '223158.323000', '223158.325000', '223158.328000', '223158.331000', '223158.333000', '223158.336000', '223158.339000', '223158.341000', '223158.344000', '223158.347000', '223158.349000', '223158.352000', '223158.360000', '223158.363000', '223158.365000', '223158.368000', '223158.371000', '223158.374000', '223158.376000', '223158.379000', '223158.382000', '223158.384000', '223158.387000', '223158.390000', '223158.392000', '223158.395000', '223158.397000', '223158.400000', '223158.403000', '223158.405000', '223158.408000', '223218.289000', '223218.292000', '223218.294000', '223218.297000', '223218.299000', '223218.302000', '223218.305000', '223218.307000', '223218.310000', '223218.312000', '223218.315000', '223218.318000', '223218.320000', '223218.323000', '223218.325000', '223218.328000', '223218.331000', '223218.333000', '223218.336000', '223218.339000', '223218.342000', '223218.344000', '223218.347000', '223218.350000', '223218.352000', '223218.355000', '223218.357000', '223218.360000', '223218.363000', '223218.365000', '223218.368000', '223218.371000', '223218.373000', '223218.376000', '223218.379000', '223218.381000', '223218.384000', '223218.386000', '223218.389000', '223218.392000', '223218.394000', '223218.397000', '223218.399000', '223238.289000', '223238.292000', '223238.294000', '223238.297000', '223238.299000', '223238.302000', '223238.305000', '223238.308000', '223238.310000', '223238.313000', '223238.315000', '223238.318000', '223238.321000', '223238.323000', '223238.326000', '223238.329000', '223238.331000', '223238.334000', '223238.336000', '223238.339000', '223238.342000', '223238.344000', '223238.347000', '223238.349000', '223238.352000', '223238.355000', '223238.357000', '223238.360000', '223238.362000', '223238.365000', '223238.368000', '223238.370000', '223238.373000', '223238.376000', '223238.379000', '223238.381000', '223238.384000', '223238.387000', '223238.389000', '223238.392000', '223238.395000', '223238.397000', '223238.400000', '223238.402000', '223258.287000', '223258.290000', '223258.293000', '223258.296000', '223258.298000', '223258.301000', '223258.303000', '223258.306000', '223258.309000', '223258.311000', '223258.314000', '223258.317000', '223258.319000', '223258.322000', '223258.324000', '223258.327000', '223258.330000', '223258.332000', '223258.335000', '223258.338000', '223258.340000', '223258.343000', '223258.345000', '223258.348000', '223258.351000', '223258.353000', '223258.356000', '223258.358000', '223258.361000', '223258.364000', '223258.366000', '223258.369000', '223258.371000', '223258.413000', '223258.416000', '223258.418000', '223258.421000', '223258.424000', '223258.426000', '223258.429000', '223258.431000', '223258.434000', '223258.437000', '223318.287000', '223318.290000', '223318.293000', '223318.296000', '223318.298000', '223318.301000', '223318.304000', '223318.306000', '223318.309000', '223318.311000', '223318.314000', '223318.317000', '223318.319000', '223318.322000', '223318.325000', '223318.327000', '223318.330000', '223318.332000', '223318.335000', '223318.338000', '223318.340000', '223318.343000', '223318.346000', '223318.348000', '223318.351000', '223318.353000', '223318.356000', '223318.359000', '223318.361000', '223318.364000', '223318.367000', '223318.369000', '223318.372000', '223318.375000', '223318.378000', '223318.381000', '223318.383000', '223318.386000', '223318.389000', '223318.391000', '223318.394000', '223318.397000', '223318.399000', '223318.402000', '223338.288000', '223338.290000', '223338.293000', '223338.296000', '223338.298000', '223338.301000', '223338.304000', '223338.306000', '223338.309000', '223338.311000', '223338.314000', '223338.317000', '223338.319000', '223338.322000', '223338.325000', '223338.327000', '223338.337000', '223338.340000', '223338.342000', '223338.345000', '223338.348000', '223338.350000', '223338.353000', '223338.355000', '223338.358000', '223338.361000', '223338.363000', '223338.366000', '223338.369000', '223338.371000', '223338.374000', '223338.377000', '223338.379000', '223338.382000', '223338.384000', '223338.387000', '223338.390000', '223338.392000', '223338.395000', '223338.398000', '223338.400000', '223338.403000', '223338.405000', '223358.287000', '223358.290000', '223358.293000', '223358.296000', '223358.298000', '223358.301000', '223358.304000', '223358.306000', '223358.309000', '223358.311000', '223358.314000', '223358.317000', '223358.319000', '223358.322000', '223358.325000', '223358.327000', '223358.330000', '223358.333000', '223358.335000', '223358.338000', '223358.340000', '223358.343000', '223358.346000', '223358.348000', '223358.351000', '223358.353000', '223358.356000', '223358.359000', '223358.361000', '223358.364000', '223358.366000', '223358.369000', '223358.372000', '223358.374000', '223358.377000', '223358.380000', '223358.382000', '223358.385000', '223358.388000', '223358.390000', '223358.393000', '223358.395000', '223358.398000', '223358.401000', '223418.289000', '223418.292000', '223418.294000', '223418.312000', '223418.315000', '223418.318000', '223418.320000', '223418.323000', '223418.325000', '223418.328000', '223418.331000', '223418.333000', '223418.336000', '223418.338000', '223418.341000', '223418.344000', '223418.346000', '223418.349000', '223418.351000', '223418.354000', '223418.357000', '223418.359000', '223418.362000', '223418.364000', '223418.367000', '223418.370000', '223418.372000', '223418.375000', '223418.377000', '223418.380000', '223418.383000', '223418.386000', '223418.389000', '223418.391000', '223418.394000', '223418.396000', '223418.399000', '223418.401000', '223418.404000', '223418.407000', '223418.409000', '223418.412000', '223418.415000', '223438.297000', '223438.300000', '223438.302000', '223438.305000', '223438.308000', '223438.310000', '223438.313000', '223438.315000', '223438.318000', '223438.321000', '223438.323000', '223438.326000', '223438.328000', '223438.331000', '223438.333000', '223438.336000', '223438.339000', '223438.341000', '223438.344000', '223438.346000', '223438.349000', '223438.352000', '223438.354000', '223438.357000', '223438.359000', '223438.362000', '223438.365000', '223438.367000', '223438.370000', '223438.373000', '223438.375000', '223438.378000', '223438.381000', '223438.383000', '223438.386000', '223438.389000', '223438.391000', '223438.394000', '223438.396000', '223438.399000', '223438.402000', '223438.404000', '223438.407000', '223438.410000', '223458.288000', '223458.291000', '223458.294000', '223458.296000', '223458.299000', '223458.302000', '223458.304000', '223458.307000', '223458.309000', '223458.312000', '223458.315000', '223458.317000', '223458.320000', '223458.322000', '223458.325000', '223458.328000', '223458.330000', '223458.333000', '223458.336000', '223458.338000', '223458.341000', '223458.343000', '223458.346000', '223458.349000', '223458.351000', '223458.354000', '223458.356000', '223458.359000', '223458.362000', '223458.364000', '223458.367000', '223458.369000', '223458.372000', '223458.374000', '223458.377000', '223458.380000', '223458.382000', '223458.385000', '223458.388000', '223458.390000', '223458.393000', '223458.395000', '223458.398000', '223518.288000', '223518.291000', '223518.293000', '223518.296000', '223518.298000', '223518.301000', '223518.304000', '223518.306000', '223518.309000', '223518.311000', '223518.314000', '223518.317000', '223518.319000', '223518.322000', '223518.325000', '223518.327000', '223518.330000', '223518.333000', '223518.335000', '223518.338000', '223518.341000', '223518.343000', '223518.346000', '223518.348000', '223518.351000', '223518.354000', '223518.356000', '223518.359000', '223518.362000', '223518.364000', '223518.367000', '223518.369000', '223518.372000', '223518.375000', '223518.377000', '223518.380000', '223518.382000', '223518.385000', '223518.388000', '223518.391000', '223518.393000', '223518.396000', '223518.399000', '223518.401000', '223532.947000', '223532.950000', '223532.952000', '223532.955000', '223532.957000', '223532.960000', '223532.963000', '223532.965000', '223532.968000', '223532.970000', '223532.973000', '223532.976000', '223532.978000', '223532.981000', '223532.984000', '223532.986000', '223532.989000', '223532.991000', '223532.994000', '223532.996000', '223533.000000', '223533.003000', '223533.005000', '223533.008000', '223533.010000', '223533.013000', '223533.016000', '223533.018000', '223533.021000', '223533.024000', '223533.026000', '223533.029000'], 'InstanceCreationTime': ['222858.323000', '222858.326000', '222858.329000', '222858.332000', '222858.334000', '222858.337000', '222858.339000', '222858.342000', '222858.344000', '222858.347000', '222858.349000', '222858.352000', '222858.355000', '222858.357000', '222858.360000', '222858.362000', '222858.365000', '222858.368000', '222858.370000', '222858.373000', '222858.375000', '222858.378000', '222858.381000', '222858.383000', '222858.386000', '222858.388000', '222858.391000', '222858.394000', '222858.396000', '222858.399000', '222858.401000', '222858.404000', '222858.406000', '222858.416000', '222858.418000', '222858.421000', '222858.423000', '222858.426000', '222858.429000', '222858.431000', '222858.434000', '222858.437000', '222858.439000', '222858.442000', '222858.445000', '222858.450000', '222858.452000', '222858.455000', '222858.458000', '222858.460000', '222858.463000', '222858.465000', '222858.468000', '222858.470000', '222858.473000', '222858.476000', '222918.288000', '222918.291000', '222918.293000', '222918.296000', '222918.298000', '222918.301000', '222918.304000', '222918.306000', '222918.309000', '222918.311000', '222918.321000', '222918.324000', '222918.326000', '222918.329000', '222918.332000', '222918.334000', '222918.337000', '222918.340000', '222918.342000', '222918.345000', '222918.347000', '222918.350000', '222918.352000', '222918.355000', '222918.358000', '222918.360000', '222918.363000', '222918.366000', '222918.368000', '222918.371000', '222918.373000', '222918.376000', '222918.378000', '222918.381000', '222918.384000', '222918.386000', '222918.389000', '222918.391000', '222918.394000', '222918.396000', '222918.399000', '222918.402000', '222918.404000', '222938.288000', '222938.291000', '222938.294000', '222938.296000', '222938.308000', '222938.311000', '222938.313000', '222938.317000', '222938.320000', '222938.323000', '222938.325000', '222938.328000', '222938.331000', '222938.333000', '222938.336000', '222938.338000', '222938.341000', '222938.344000', '222938.346000', '222938.349000', '222938.351000', '222938.354000', '222938.356000', '222938.359000', '222938.362000', '222938.364000', '222938.367000', '222938.370000', '222938.372000', '222938.375000', '222938.377000', '222938.380000', '222938.383000', '222938.386000', '222938.388000', '222938.391000', '222938.394000', '222938.396000', '222938.399000', '222938.401000', '222938.404000', '222938.407000', '222938.409000', '222958.288000', '222958.291000', '222958.294000', '222958.296000', '222958.299000', '222958.302000', '222958.304000', '222958.307000', '222958.309000', '222958.312000', '222958.314000', '222958.317000', '222958.320000', '222958.365000', '222958.368000', '222958.370000', '222958.373000', '222958.376000', '222958.379000', '222958.381000', '222958.384000', '222958.390000', '222958.392000', '222958.395000', '222958.398000', '222958.400000', '222958.403000', '222958.406000', '222958.408000', '222958.411000', '222958.413000', '222958.416000', '222958.419000', '222958.421000', '222958.424000', '222958.426000', '222958.429000', '222958.432000', '222958.434000', '222958.437000', '222958.439000', '222958.442000', '222958.445000', '222958.447000', '223018.288000', '223018.291000', '223018.294000', '223018.297000', '223018.299000', '223018.302000', '223018.305000', '223018.307000', '223018.310000', '223018.313000', '223018.315000', '223018.318000', '223018.320000', '223018.323000', '223018.326000', '223018.328000', '223018.331000', '223018.333000', '223018.336000', '223018.339000', '223018.341000', '223018.344000', '223018.347000', '223018.349000', '223018.352000', '223018.355000', '223018.357000', '223018.361000', '223018.365000', '223018.368000', '223018.371000', '223018.373000', '223018.376000', '223018.379000', '223018.381000', '223018.384000', '223018.386000', '223018.389000', '223018.392000', '223018.394000', '223018.397000', '223018.400000', '223018.402000', '223038.287000', '223038.290000', '223038.293000', '223038.295000', '223038.298000', '223038.301000', '223038.304000', '223038.306000', '223038.309000', '223038.311000', '223038.314000', '223038.317000', '223038.319000', '223038.322000', '223038.325000', '223038.327000', '223038.330000', '223038.332000', '223038.335000', '223038.338000', '223038.340000', '223038.343000', '223038.377000', '223038.380000', '223038.382000', '223038.385000', '223038.388000', '223038.390000', '223038.393000', '223038.396000', '223038.398000', '223038.401000', '223038.404000', '223038.406000', '223038.409000', '223038.411000', '223038.414000', '223038.417000', '223038.419000', '223038.422000', '223038.425000', '223038.427000', '223038.430000', '223038.433000', '223058.287000', '223058.290000', '223058.293000', '223058.295000', '223058.298000', '223058.301000', '223058.303000', '223058.306000', '223058.309000', '223058.311000', '223058.314000', '223058.317000', '223058.319000', '223058.322000', '223058.324000', '223058.327000', '223058.330000', '223058.332000', '223058.335000', '223058.337000', '223058.340000', '223058.343000', '223058.345000', '223058.348000', '223058.351000', '223058.353000', '223058.356000', '223058.358000', '223058.361000', '223058.364000', '223058.366000', '223058.369000', '223058.371000', '223058.374000', '223058.377000', '223058.379000', '223058.382000', '223058.384000', '223058.387000', '223058.390000', '223058.393000', '223058.395000', '223058.398000', '223058.400000', '223118.287000', '223118.290000', '223118.293000', '223118.296000', '223118.298000', '223118.301000', '223118.303000', '223118.306000', '223118.309000', '223118.312000', '223118.314000', '223118.317000', '223118.320000', '223118.322000', '223118.325000', '223118.328000', '223118.336000', '223118.338000', '223118.341000', '223118.344000', '223118.346000', '223118.349000', '223118.351000', '223118.354000', '223118.357000', '223118.359000', '223118.362000', '223118.365000', '223118.367000', '223118.370000', '223118.372000', '223118.375000', '223118.378000', '223118.380000', '223118.383000', '223118.385000', '223118.388000', '223118.391000', '223118.393000', '223118.396000', '223118.399000', '223118.401000', '223138.287000', '223138.290000', '223138.293000', '223138.295000', '223138.298000', '223138.300000', '223138.303000', '223138.306000', '223138.308000', '223138.322000', '223138.325000', '223138.328000', '223138.331000', '223138.334000', '223138.337000', '223138.340000', '223138.343000', '223138.345000', '223138.348000', '223138.350000', '223138.353000', '223138.356000', '223138.358000', '223138.361000', '223138.364000', '223138.366000', '223138.369000', '223138.371000', '223138.374000', '223138.377000', '223138.379000', '223138.382000', '223138.384000', '223138.387000', '223138.390000', '223138.392000', '223138.395000', '223138.397000', '223138.400000', '223138.403000', '223138.406000', '223138.409000', '223138.411000', '223138.414000', '223158.288000', '223158.291000', '223158.294000', '223158.296000', '223158.299000', '223158.302000', '223158.304000', '223158.307000', '223158.310000', '223158.312000', '223158.315000', '223158.318000', '223158.320000', '223158.323000', '223158.325000', '223158.328000', '223158.331000', '223158.333000', '223158.336000', '223158.339000', '223158.341000', '223158.344000', '223158.347000', '223158.349000', '223158.352000', '223158.360000', '223158.363000', '223158.365000', '223158.368000', '223158.371000', '223158.374000', '223158.376000', '223158.379000', '223158.382000', '223158.384000', '223158.387000', '223158.390000', '223158.392000', '223158.395000', '223158.397000', '223158.400000', '223158.403000', '223158.405000', '223158.408000', '223218.289000', '223218.292000', '223218.294000', '223218.297000', '223218.299000', '223218.302000', '223218.305000', '223218.307000', '223218.310000', '223218.312000', '223218.315000', '223218.318000', '223218.320000', '223218.323000', '223218.325000', '223218.328000', '223218.331000', '223218.333000', '223218.336000', '223218.339000', '223218.342000', '223218.344000', '223218.347000', '223218.350000', '223218.352000', '223218.355000', '223218.357000', '223218.360000', '223218.363000', '223218.365000', '223218.368000', '223218.371000', '223218.373000', '223218.376000', '223218.379000', '223218.381000', '223218.384000', '223218.386000', '223218.389000', '223218.392000', '223218.394000', '223218.397000', '223218.399000', '223238.289000', '223238.292000', '223238.294000', '223238.297000', '223238.299000', '223238.302000', '223238.305000', '223238.308000', '223238.310000', '223238.313000', '223238.315000', '223238.318000', '223238.321000', '223238.323000', '223238.326000', '223238.329000', '223238.331000', '223238.334000', '223238.336000', '223238.339000', '223238.342000', '223238.344000', '223238.347000', '223238.349000', '223238.352000', '223238.355000', '223238.357000', '223238.360000', '223238.362000', '223238.365000', '223238.368000', '223238.370000', '223238.373000', '223238.376000', '223238.379000', '223238.381000', '223238.384000', '223238.387000', '223238.389000', '223238.392000', '223238.395000', '223238.397000', '223238.400000', '223238.402000', '223258.287000', '223258.290000', '223258.293000', '223258.296000', '223258.298000', '223258.301000', '223258.303000', '223258.306000', '223258.309000', '223258.311000', '223258.314000', '223258.317000', '223258.319000', '223258.322000', '223258.324000', '223258.327000', '223258.330000', '223258.332000', '223258.335000', '223258.338000', '223258.340000', '223258.343000', '223258.345000', '223258.348000', '223258.351000', '223258.353000', '223258.356000', '223258.358000', '223258.361000', '223258.364000', '223258.366000', '223258.369000', '223258.371000', '223258.413000', '223258.416000', '223258.418000', '223258.421000', '223258.424000', '223258.426000', '223258.429000', '223258.431000', '223258.434000', '223258.437000', '223318.287000', '223318.290000', '223318.293000', '223318.296000', '223318.298000', '223318.301000', '223318.304000', '223318.306000', '223318.309000', '223318.311000', '223318.314000', '223318.317000', '223318.319000', '223318.322000', '223318.325000', '223318.327000', '223318.330000', '223318.332000', '223318.335000', '223318.338000', '223318.340000', '223318.343000', '223318.346000', '223318.348000', '223318.351000', '223318.353000', '223318.356000', '223318.359000', '223318.361000', '223318.364000', '223318.367000', '223318.369000', '223318.372000', '223318.375000', '223318.378000', '223318.381000', '223318.383000', '223318.386000', '223318.389000', '223318.391000', '223318.394000', '223318.397000', '223318.399000', '223318.402000', '223338.288000', '223338.290000', '223338.293000', '223338.296000', '223338.298000', '223338.301000', '223338.304000', '223338.306000', '223338.309000', '223338.311000', '223338.314000', '223338.317000', '223338.319000', '223338.322000', '223338.325000', '223338.327000', '223338.337000', '223338.340000', '223338.342000', '223338.345000', '223338.348000', '223338.350000', '223338.353000', '223338.355000', '223338.358000', '223338.361000', '223338.363000', '223338.366000', '223338.369000', '223338.371000', '223338.374000', '223338.377000', '223338.379000', '223338.382000', '223338.384000', '223338.387000', '223338.390000', '223338.392000', '223338.395000', '223338.398000', '223338.400000', '223338.403000', '223338.405000', '223358.287000', '223358.290000', '223358.293000', '223358.296000', '223358.298000', '223358.301000', '223358.304000', '223358.306000', '223358.309000', '223358.311000', '223358.314000', '223358.317000', '223358.319000', '223358.322000', '223358.325000', '223358.327000', '223358.330000', '223358.333000', '223358.335000', '223358.338000', '223358.340000', '223358.343000', '223358.346000', '223358.348000', '223358.351000', '223358.353000', '223358.356000', '223358.359000', '223358.361000', '223358.364000', '223358.366000', '223358.369000', '223358.372000', '223358.374000', '223358.377000', '223358.380000', '223358.382000', '223358.385000', '223358.388000', '223358.390000', '223358.393000', '223358.395000', '223358.398000', '223358.401000', '223418.289000', '223418.292000', '223418.294000', '223418.312000', '223418.315000', '223418.318000', '223418.320000', '223418.323000', '223418.325000', '223418.328000', '223418.331000', '223418.333000', '223418.336000', '223418.338000', '223418.341000', '223418.344000', '223418.346000', '223418.349000', '223418.351000', '223418.354000', '223418.357000', '223418.359000', '223418.362000', '223418.364000', '223418.367000', '223418.370000', '223418.372000', '223418.375000', '223418.377000', '223418.380000', '223418.383000', '223418.386000', '223418.389000', '223418.391000', '223418.394000', '223418.396000', '223418.399000', '223418.401000', '223418.404000', '223418.407000', '223418.409000', '223418.412000', '223418.415000', '223438.297000', '223438.300000', '223438.302000', '223438.305000', '223438.308000', '223438.310000', '223438.313000', '223438.315000', '223438.318000', '223438.321000', '223438.323000', '223438.326000', '223438.328000', '223438.331000', '223438.333000', '223438.336000', '223438.339000', '223438.341000', '223438.344000', '223438.346000', '223438.349000', '223438.352000', '223438.354000', '223438.357000', '223438.359000', '223438.362000', '223438.365000', '223438.367000', '223438.370000', '223438.373000', '223438.375000', '223438.378000', '223438.381000', '223438.383000', '223438.386000', '223438.389000', '223438.391000', '223438.394000', '223438.396000', '223438.399000', '223438.402000', '223438.404000', '223438.407000', '223438.410000', '223458.288000', '223458.291000', '223458.294000', '223458.296000', '223458.299000', '223458.302000', '223458.304000', '223458.307000', '223458.309000', '223458.312000', '223458.315000', '223458.317000', '223458.320000', '223458.322000', '223458.325000', '223458.328000', '223458.330000', '223458.333000', '223458.336000', '223458.338000', '223458.341000', '223458.343000', '223458.346000', '223458.349000', '223458.351000', '223458.354000', '223458.356000', '223458.359000', '223458.362000', '223458.364000', '223458.367000', '223458.369000', '223458.372000', '223458.374000', '223458.377000', '223458.380000', '223458.382000', '223458.385000', '223458.388000', '223458.390000', '223458.393000', '223458.395000', '223458.398000', '223518.288000', '223518.291000', '223518.293000', '223518.296000', '223518.298000', '223518.301000', '223518.304000', '223518.306000', '223518.309000', '223518.311000', '223518.314000', '223518.317000', '223518.319000', '223518.322000', '223518.325000', '223518.327000', '223518.330000', '223518.333000', '223518.335000', '223518.338000', '223518.341000', '223518.343000', '223518.346000', '223518.348000', '223518.351000', '223518.354000', '223518.356000', '223518.359000', '223518.362000', '223518.364000', '223518.367000', '223518.369000', '223518.372000', '223518.375000', '223518.377000', '223518.380000', '223518.382000', '223518.385000', '223518.388000', '223518.391000', '223518.393000', '223518.396000', '223518.399000', '223518.401000', '223532.947000', '223532.950000', '223532.952000', '223532.955000', '223532.957000', '223532.960000', '223532.963000', '223532.965000', '223532.968000', '223532.970000', '223532.973000', '223532.976000', '223532.978000', '223532.981000', '223532.984000', '223532.986000', '223532.989000', '223532.991000', '223532.994000', '223532.996000', '223533.000000', '223533.003000', '223533.005000', '223533.008000', '223533.010000', '223533.013000', '223533.016000', '223533.018000', '223533.021000', '223533.024000', '223533.026000', '223533.029000'], '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': [10314, 9110, 10234, 8482, 9451, 9288, 9827, 8649, 9720, 8193, 9418, 8936, 9359, 10438, 9231, 10813, 9277, 11470, 7656, 10433, 10064, 9346, 10865, 8759, 11260, 8101, 9306, 9883, 7928, 10419, 7968, 9233, 9898, 8593, 10083, 7740, 10078, 8184, 9311, 10399, 8660, 10558, 8326, 9754, 10184, 9696, 10641, 8432, 10442, 7706, 10675, 8596, 9499, 10469, 9176, 10755, 9459, 10740, 8303, 9279, 10239, 8709, 10842, 8573, 10782, 9313, 10244, 8478, 10163, 8082, 9849, 10202, 9263, 9932, 7799, 10583, 9681, 9577, 9536, 8249, 10376, 7610, 9540, 8194, 9539, 9038, 8051, 9972, 7644, 9685, 7859, 9299, 8411, 8534, 10083, 7835, 9479, 9506, 8503, 9805, 7848, 9868, 9443, 8020, 9647, 8215, 9653, 9196, 8544, 10156, 7976, 10444, 8010, 9432, 8127, 8500, 10308, 7979, 10176, 8184, 10097, 8546, 9370, 8021, 8876, 9003, 9249, 8025, 9136, 10114, 9363, 8153, 9386, 8605, 8397, 10744, 10062, 8637, 9680, 8401, 9248, 8707, 10235, 9461, 9823, 8824, 9694, 8828, 8072, 8989, 10587, 8965, 11325, 8818, 11025, 8313, 11610, 8633, 11703, 7881, 10521, 10831, 9890, 10928, 8303, 11644, 7785, 10076, 10614, 9097, 10956, 8145, 11069, 7734, 10843, 8667, 9047, 10320, 8215, 10729, 8182, 10963, 7877, 11253, 7757, 9550, 10197, 8736, 10764, 9189, 10883, 8506, 11387, 7623, 10251, 8012, 10035, 10520, 8533, 11211, 9265, 8692, 9860, 7681, 10660, 9574, 8151, 9899, 7987, 8435, 9320, 7546, 9616, 8940, 8374, 9060, 7841, 9093, 8511, 8725, 9430, 7729, 9324, 8304, 9432, 7954, 8741, 9902, 8409, 10087, 9656, 9313, 10228, 9065, 10291, 9345, 8543, 9544, 9491, 9838, 9392, 8486, 9695, 8813, 8410, 9189, 8843, 9655, 7762, 8977, 9314, 8487, 9980, 7587, 9781, 9389, 8260, 9497, 7445, 9802, 9813, 8482, 10226, 8508, 8862, 9305, 8789, 10816, 8884, 9391, 9812, 7708, 10162, 9912, 9306, 10614, 8170, 9442, 8456, 9393, 10100, 9113, 10582, 8901, 9517, 8093, 9466, 10442, 9508, 11139, 9978, 9407, 10150, 9918, 10308, 9979, 8745, 10003, 7819, 10256, 9168, 9847, 8681, 10361, 9548, 8967, 8972, 9550, 9878, 8996, 8920, 9192, 8123, 10007, 8677, 10857, 8620, 11657, 11099, 8351, 10363, 8525, 8229, 7974, 9321, 8069, 8465, 9881, 9057, 10352, 11927, 12370, 12340, 9313, 11174, 8043, 11459, 11041, 9340, 11923, 8568, 10739, 11827, 8602, 11839, 8061, 11721, 11240, 10802, 11953, 8070, 10995, 11166, 8986, 11454, 7984, 11669, 9873, 9875, 10927, 8158, 10815, 7859, 10180, 8991, 9965, 8179, 10109, 8383, 10474, 8640, 8198, 9568, 8103, 8834, 9090, 9756, 9593, 9476, 8465, 10435, 9526, 9519, 10139, 7936, 10537, 8173, 9644, 8691, 8050, 9608, 7923, 8657, 8156, 9571, 8093, 10376, 8061, 10186, 8133, 8345, 9794, 8972, 9490, 8627, 9415, 9125, 8002, 9841, 8367, 8665, 8999, 8636, 9968, 8466, 9757, 8892, 7922, 9114, 8392, 7573, 9311, 8202, 9677, 8428, 8081, 9413, 7852, 10491, 8968, 8107, 9521, 7877, 9333, 9043, 7782, 9549, 8282, 7802, 9340, 7998, 9720, 8838, 7740, 9585, 8468, 9819, 8596, 7900, 9495, 8031, 8809, 9281, 7777, 9277, 8575, 8969, 9116, 7746, 9447, 7555, 9298, 8267, 8079, 8550, 8055, 9566, 7639, 9675, 9013, 8077, 8707, 7694, 9526, 7976, 8065, 9282, 7681, 8607, 8215, 8110, 8499, 7634, 8971, 7870, 9123, 8168, 7845, 8593, 7635, 9324, 7580, 8524, 8101, 8138, 8725, 7716, 10330, 9413, 9491, 8956, 7575, 9392, 8615, 9025, 8638, 7913, 8239, 7631, 9283, 7573, 9234, 8236, 8746, 8115, 8000, 9335, 7900, 9825, 8140, 8998, 7540, 9266, 8894, 7928, 9275, 8128, 9478, 8460, 9217, 9251, 7955, 9495, 8112, 9282, 7752, 8806, 8056, 8184, 9035, 7876, 8729, 7680, 9738, 7577, 9232, 8088, 8131, 8862, 7825, 9527, 7661, 10113, 8320, 8877, 8643, 7975, 8899, 7614, 9566, 7528, 9665, 8040, 7848, 8112, 7831, 8601, 7790, 9513, 7597, 9742, 7666, 8578, 7910, 8092, 8178, 8272, 8534, 7732, 9243, 7695, 10150, 8258, 9423, 8715, 8058, 9181, 7715, 8628, 7741, 9309, 7785, 10040, 7750, 9742, 8721, 9562, 8100, 8020, 9417, 7702, 9928, 7786, 9316, 8918, 9532, 8457, 8234, 9138, 7679, 10272, 7831, 9835, 8649, 8383, 9137, 7547, 9678, 8122, 9270, 8360, 8772, 9156, 7790, 9075, 7698, 9012, 7547, 8644, 8065, 8531, 8526, 7725, 8761, 7647, 8852, 7802, 9501, 8358, 9518, 8044, 7941, 8837, 7768, 9897, 7595, 9975, 7512, 8061, 7999, 8217, 8215, 8004, 8780, 7707, 8594, 7667, 9915, 7680, 9802, 8761, 8847, 8044, 9970, 8572, 8293, 7992, 8161, 8487, 8123, 8959, 7646, 9033, 7617, 9918, 7622, 9537, 7580, 9768, 7589, 10178, 8162, 9560, 9131, 8229, 9241, 7715, 12124, 7956, 9732, 7635, 8922, 7908, 7835, 7516, 8841, 7774, 9451, 9039, 8603, 8084, 8046, 7948, 9366, 9289, 9682, 7838, 10429, 9188, 9944, 8865, 10823, 8734, 10329, 8605, 8544, 10227, 7839, 9854, 8126, 9212, 8488, 10510, 8775, 9012, 8801, 7840, 10408, 7544, 9652, 7998, 10174, 9010, 9458, 9352, 7591, 11401, 7597, 10177, 7799, 10953, 8104, 8981, 9909, 7797, 8308, 7827, 8819, 8065, 9433, 9828, 9444, 8097, 9809, 7985, 9423, 8085, 10532, 8124, 8263, 8352, 7655, 10465, 8177, 10124, 8187, 10486, 8190, 8182, 8657, 7921, 10546, 7775, 8872, 7626, 9363, 7916, 7838, 8129, 8755, 8405, 10921, 8808, 8855, 8771, 7490, 10903, 9194, 10846, 8330, 10260, 8517, 7757, 10846, 9006, 11123, 8724, 10150, 10647, 8398, 10675, 8288, 10136, 10721, 7576, 11398, 8202, 10587, 8170, 7546, 11724, 7580, 11293, 8146, 10964, 8289, 7833, 11323, 7901, 11783, 9271, 10548, 10903, 7584, 11463, 8544, 9806, 10660, 7618, 10779, 8227, 10093, 10418, 7889, 11494, 8061, 10902, 8031, 8896, 8385, 8768, 8694, 7538, 11389, 8838, 10933, 8818, 8516, 11380, 8134, 11655, 8822, 8879, 10388, 7783, 11240, 8092, 10883, 8591, 9553, 8879, 7901, 8114, 7596, 8180, 8039, 8038, 8119, 9534, 8207, 10318, 8459, 10013, 7682, 9674, 8268, 10613, 8366, 9981, 8774, 8972, 8489, 8314, 11217, 8100, 11282, 8731, 11838, 8429, 10401, 10682, 9120, 10682, 8821, 11478, 8740, 10583, 8376, 8589, 8084, 8712, 8407, 10106, 9185, 9004, 8113, 9515, 7691, 8204, 8144, 11069, 9901, 10985, 9811], 'WindowCenter': [4797.0, 4769.0, 4768.0, 4732.0, 4739.0, 4729.0, 4726.0, 4703.0, 4722.0, 4702.0, 4721.0, 4712.0, 4711.0, 4719.0, 4711.0, 4731.0, 4711.0, 4732.0, 4688.0, 4722.0, 4706.0, 4699.0, 4717.0, 4687.0, 4717.0, 4674.0, 4698.0, 4709.0, 4667.0, 4706.0, 4662.0, 4696.0, 4695.0, 4686.0, 4708.0, 4677.0, 4708.0, 4687.0, 4708.0, 4720.0, 4700.0, 4721.0, 4686.0, 4709.0, 4708.0, 4708.0, 4720.0, 4702.0, 4733.0, 4680.0, 4722.0, 4700.0, 4710.0, 4719.0, 4709.0, 4732.0, 4699.0, 4721.0, 4699.0, 4710.0, 4722.0, 4714.0, 4732.0, 4714.0, 4744.0, 4723.0, 4733.0, 4701.0, 4734.0, 4716.0, 4725.0, 4721.0, 4722.0, 4723.0, 4689.0, 4719.0, 4695.0, 4709.0, 4707.0, 4685.0, 4717.0, 4678.0, 4710.0, 4688.0, 4709.0, 4696.0, 4687.0, 4707.0, 4689.0, 4720.0, 4690.0, 4721.0, 4698.0, 4702.0, 4721.0, 4689.0, 4711.0, 4708.0, 4688.0, 4708.0, 4674.0, 4706.0, 4696.0, 4678.0, 4707.0, 4678.0, 4697.0, 4694.0, 4685.0, 4706.0, 4690.0, 4734.0, 4702.0, 4723.0, 4699.0, 4712.0, 4730.0, 4703.0, 4732.0, 4700.0, 4731.0, 4700.0, 4722.0, 4701.0, 4723.0, 4723.0, 4726.0, 4714.0, 4725.0, 4733.0, 4723.0, 4691.0, 4712.0, 4699.0, 4689.0, 4731.0, 4709.0, 4689.0, 4712.0, 4692.0, 4713.0, 4698.0, 4719.0, 4710.0, 4733.0, 4713.0, 4709.0, 4698.0, 4677.0, 4698.0, 4719.0, 4700.0, 4718.0, 4686.0, 4709.0, 4676.0, 4716.0, 4672.0, 4716.0, 4664.0, 4696.0, 4705.0, 4695.0, 4704.0, 4661.0, 4702.0, 4652.0, 4683.0, 4694.0, 4686.0, 4704.0, 4662.0, 4703.0, 4663.0, 4705.0, 4684.0, 4686.0, 4708.0, 4689.0, 4718.0, 4687.0, 4718.0, 4677.0, 4729.0, 4678.0, 4707.0, 4718.0, 4695.0, 4719.0, 4707.0, 4730.0, 4698.0, 4730.0, 4690.0, 4721.0, 4689.0, 4711.0, 4718.0, 4687.0, 4729.0, 4708.0, 4688.0, 4710.0, 4675.0, 4705.0, 4695.0, 4665.0, 4706.0, 4675.0, 4686.0, 4696.0, 4675.0, 4707.0, 4697.0, 4684.0, 4710.0, 4688.0, 4700.0, 4697.0, 4700.0, 4722.0, 4704.0, 4723.0, 4709.0, 4724.0, 4701.0, 4722.0, 4734.0, 4715.0, 4747.0, 4721.0, 4724.0, 4734.0, 4713.0, 4736.0, 4712.0, 4712.0, 4723.0, 4710.0, 4710.0, 4699.0, 4686.0, 4722.0, 4699.0, 4689.0, 4710.0, 4697.0, 4720.0, 4685.0, 4709.0, 4709.0, 4700.0, 4731.0, 4690.0, 4733.0, 4724.0, 4713.0, 4724.0, 4692.0, 4730.0, 4731.0, 4701.0, 4733.0, 4711.0, 4709.0, 4712.0, 4700.0, 4730.0, 4709.0, 4709.0, 4732.0, 4688.0, 4721.0, 4707.0, 4707.0, 4717.0, 4700.0, 4720.0, 4699.0, 4709.0, 4720.0, 4710.0, 4743.0, 4721.0, 4730.0, 4702.0, 4735.0, 4742.0, 4719.0, 4741.0, 4721.0, 4709.0, 4721.0, 4708.0, 4706.0, 4709.0, 4699.0, 4718.0, 4678.0, 4721.0, 4707.0, 4729.0, 4723.0, 4742.0, 4744.0, 4747.0, 4751.0, 4749.0, 4736.0, 4728.0, 4713.0, 4712.0, 4702.0, 4723.0, 4712.0, 4731.0, 4701.0, 4742.0, 4730.0, 4704.0, 4721.0, 4683.0, 4675.0, 4674.0, 4694.0, 4673.0, 4675.0, 4707.0, 4698.0, 4706.0, 4715.0, 4713.0, 4724.0, 4695.0, 4713.0, 4675.0, 4717.0, 4704.0, 4670.0, 4702.0, 4661.0, 4678.0, 4691.0, 4647.0, 4689.0, 4637.0, 4677.0, 4664.0, 4653.0, 4674.0, 4621.0, 4651.0, 4661.0, 4643.0, 4672.0, 4632.0, 4675.0, 4653.0, 4665.0, 4677.0, 4648.0, 4688.0, 4645.0, 4682.0, 4659.0, 4680.0, 4661.0, 4692.0, 4685.0, 4719.0, 4673.0, 4676.0, 4693.0, 4663.0, 4684.0, 4697.0, 4696.0, 4694.0, 4694.0, 4687.0, 4706.0, 4684.0, 4682.0, 4692.0, 4663.0, 4690.0, 4660.0, 4683.0, 4676.0, 4663.0, 4682.0, 4675.0, 4686.0, 4675.0, 4709.0, 4691.0, 4719.0, 4687.0, 4720.0, 4687.0, 4688.0, 4708.0, 4685.0, 4696.0, 4699.0, 4698.0, 4696.0, 4675.0, 4705.0, 4676.0, 4686.0, 4685.0, 4682.0, 4696.0, 4676.0, 4693.0, 4685.0, 4674.0, 4685.0, 4684.0, 4664.0, 4695.0, 4674.0, 4696.0, 4685.0, 4675.0, 4708.0, 4676.0, 4715.0, 4698.0, 4675.0, 4697.0, 4676.0, 4696.0, 4699.0, 4675.0, 4706.0, 4685.0, 4678.0, 4709.0, 4677.0, 4708.0, 4699.0, 4677.0, 4709.0, 4684.0, 4708.0, 4698.0, 4678.0, 4708.0, 4674.0, 4701.0, 4697.0, 4687.0, 4711.0, 4688.0, 4700.0, 4698.0, 4689.0, 4710.0, 4677.0, 4710.0, 4701.0, 4689.0, 4698.0, 4689.0, 4722.0, 4689.0, 4721.0, 4711.0, 4690.0, 4700.0, 4687.0, 4721.0, 4689.0, 4700.0, 4721.0, 4688.0, 4701.0, 4699.0, 4688.0, 4701.0, 4690.0, 4721.0, 4698.0, 4711.0, 4699.0, 4700.0, 4712.0, 4701.0, 4723.0, 4690.0, 4713.0, 4702.0, 4704.0, 4710.0, 4692.0, 4732.0, 4710.0, 4711.0, 4711.0, 4678.0, 4709.0, 4697.0, 4710.0, 4699.0, 4687.0, 4699.0, 4689.0, 4712.0, 4691.0, 4720.0, 4699.0, 4713.0, 4699.0, 4702.0, 4711.0, 4692.0, 4720.0, 4690.0, 4713.0, 4689.0, 4713.0, 4709.0, 4690.0, 4712.0, 4687.0, 4709.0, 4686.0, 4708.0, 4708.0, 4687.0, 4710.0, 4689.0, 4709.0, 4686.0, 4711.0, 4685.0, 4699.0, 4709.0, 4702.0, 4710.0, 4689.0, 4722.0, 4687.0, 4709.0, 4692.0, 4702.0, 4712.0, 4691.0, 4722.0, 4689.0, 4732.0, 4699.0, 4712.0, 4701.0, 4687.0, 4699.0, 4689.0, 4721.0, 4688.0, 4723.0, 4698.0, 4700.0, 4701.0, 4700.0, 4711.0, 4703.0, 4735.0, 4701.0, 4724.0, 4705.0, 4715.0, 4703.0, 4715.0, 4713.0, 4716.0, 4713.0, 4705.0, 4722.0, 4701.0, 4733.0, 4702.0, 4724.0, 4711.0, 4701.0, 4710.0, 4704.0, 4712.0, 4690.0, 4721.0, 4692.0, 4731.0, 4691.0, 4723.0, 4709.0, 4722.0, 4701.0, 4702.0, 4710.0, 4688.0, 4721.0, 4692.0, 4721.0, 4709.0, 4721.0, 4702.0, 4701.0, 4712.0, 4691.0, 4732.0, 4678.0, 4721.0, 4699.0, 4699.0, 4710.0, 4689.0, 4710.0, 4687.0, 4710.0, 4687.0, 4700.0, 4709.0, 4690.0, 4711.0, 4686.0, 4712.0, 4689.0, 4712.0, 4686.0, 4710.0, 4713.0, 4702.0, 4714.0, 4691.0, 4724.0, 4692.0, 4733.0, 4711.0, 4724.0, 4700.0, 4702.0, 4713.0, 4705.0, 4735.0, 4703.0, 4735.0, 4691.0, 4704.0, 4703.0, 4713.0, 4712.0, 4701.0, 4712.0, 4704.0, 4715.0, 4701.0, 4732.0, 4693.0, 4734.0, 4702.0, 4710.0, 4701.0, 4733.0, 4701.0, 4702.0, 4702.0, 4703.0, 4712.0, 4703.0, 4713.0, 4694.0, 4712.0, 4703.0, 4734.0, 4692.0, 4722.0, 4692.0, 4721.0, 4691.0, 4732.0, 4700.0, 4722.0, 4720.0, 4703.0, 4721.0, 4702.0, 4755.0, 4712.0, 4735.0, 4693.0, 4725.0, 4702.0, 4704.0, 4704.0, 4726.0, 4705.0, 4746.0, 4727.0, 4726.0, 4707.0, 4704.0, 4704.0, 4740.0, 4724.0, 4736.0, 4705.0, 4733.0, 4725.0, 4735.0, 4712.0, 4721.0, 4699.0, 4722.0, 4702.0, 4699.0, 4724.0, 4679.0, 4709.0, 4675.0, 4699.0, 4687.0, 4718.0, 4698.0, 4699.0, 4698.0, 4677.0, 4718.0, 4677.0, 4707.0, 4686.0, 4709.0, 4699.0, 4710.0, 4698.0, 4679.0, 4729.0, 4678.0, 4723.0, 4679.0, 4730.0, 4690.0, 4702.0, 4710.0, 4681.0, 4702.0, 4690.0, 4711.0, 4703.0, 4712.0, 4720.0, 4710.0, 4687.0, 4709.0, 4678.0, 4710.0, 4702.0, 4717.0, 4689.0, 4686.0, 4687.0, 4667.0, 4718.0, 4688.0, 4708.0, 4688.0, 4718.0, 4688.0, 4701.0, 4712.0, 4704.0, 4732.0, 4692.0, 4714.0, 4688.0, 4713.0, 4703.0, 4704.0, 4702.0, 4726.0, 4713.0, 4743.0, 4711.0, 4709.0, 4703.0, 4693.0, 4733.0, 4708.0, 4720.0, 4689.0, 4719.0, 4701.0, 4690.0, 4718.0, 4696.0, 4717.0, 4686.0, 4705.0, 4717.0, 4687.0, 4718.0, 4688.0, 4707.0, 4718.0, 4676.0, 4739.0, 4688.0, 4718.0, 4700.0, 4687.0, 4739.0, 4692.0, 4741.0, 4700.0, 4732.0, 4702.0, 4691.0, 4741.0, 4702.0, 4740.0, 4712.0, 4720.0, 4729.0, 4677.0, 4728.0, 4699.0, 4706.0, 4718.0, 4676.0, 4730.0, 4701.0, 4720.0, 4718.0, 4691.0, 4740.0, 4688.0, 4728.0, 4700.0, 4723.0, 4710.0, 4713.0, 4712.0, 4700.0, 4755.0, 4722.0, 4743.0, 4714.0, 4709.0, 4741.0, 4688.0, 4731.0, 4700.0, 4711.0, 4720.0, 4677.0, 4727.0, 4679.0, 4717.0, 4711.0, 4731.0, 4710.0, 4701.0, 4704.0, 4692.0, 4714.0, 4712.0, 4715.0, 4713.0, 4723.0, 4712.0, 4732.0, 4698.0, 4719.0, 4687.0, 4720.0, 4712.0, 4743.0, 4710.0, 4722.0, 4690.0, 4710.0, 4711.0, 4697.0, 4730.0, 4685.0, 4715.0, 4686.0, 4726.0, 4674.0, 4703.0, 4703.0, 4683.0, 4717.0, 4696.0, 4715.0, 4674.0, 4717.0, 4688.0, 4695.0, 4686.0, 4709.0, 4711.0, 4731.0, 4709.0, 4711.0, 4699.0, 4720.0, 4700.0, 4712.0, 4712.0, 4753.0, 4733.0, 4730.0, 4706.0], 'WindowWidth': [10496.0, 10442.0, 10432.0, 10368.0, 10375.0, 10353.0, 10346.0, 10308.0, 10335.0, 10305.0, 10332.0, 10315.0, 10316.0, 10323.0, 10313.0, 10339.0, 10313.0, 10343.0, 10281.0, 10330.0, 10301.0, 10292.0, 10316.0, 10273.0, 10314.0, 10254.0, 10293.0, 10305.0, 10244.0, 10296.0, 10234.0, 10283.0, 10280.0, 10273.0, 10305.0, 10262.0, 10304.0, 10274.0, 10305.0, 10323.0, 10298.0, 10326.0, 10274.0, 10308.0, 10303.0, 10306.0, 10324.0, 10303.0, 10344.0, 10271.0, 10327.0, 10296.0, 10312.0, 10323.0, 10310.0, 10341.0, 10294.0, 10325.0, 10296.0, 10314.0, 10329.0, 10325.0, 10347.0, 10326.0, 10367.0, 10337.0, 10349.0, 10302.0, 10353.0, 10331.0, 10341.0, 10330.0, 10335.0, 10332.0, 10283.0, 10321.0, 10286.0, 10306.0, 10304.0, 10270.0, 10317.0, 10265.0, 10310.0, 10279.0, 10310.0, 10288.0, 10277.0, 10304.0, 10282.0, 10326.0, 10286.0, 10331.0, 10295.0, 10303.0, 10327.0, 10285.0, 10313.0, 10307.0, 10278.0, 10303.0, 10254.0, 10298.0, 10286.0, 10265.0, 10302.0, 10261.0, 10287.0, 10280.0, 10271.0, 10301.0, 10285.0, 10353.0, 10306.0, 10336.0, 10298.0, 10318.0, 10341.0, 10308.0, 10345.0, 10300.0, 10343.0, 10300.0, 10332.0, 10301.0, 10337.0, 10339.0, 10345.0, 10327.0, 10341.0, 10350.0, 10334.0, 10288.0, 10318.0, 10296.0, 10282.0, 10339.0, 10308.0, 10281.0, 10313.0, 10287.0, 10317.0, 10292.0, 10322.0, 10312.0, 10349.0, 10321.0, 10307.0, 10289.0, 10259.0, 10290.0, 10320.0, 10294.0, 10318.0, 10272.0, 10304.0, 10256.0, 10309.0, 10247.0, 10308.0, 10235.0, 10281.0, 10293.0, 10281.0, 10291.0, 10229.0, 10284.0, 10217.0, 10257.0, 10274.0, 10267.0, 10289.0, 10228.0, 10286.0, 10232.0, 10294.0, 10264.0, 10271.0, 10303.0, 10279.0, 10318.0, 10274.0, 10317.0, 10261.0, 10333.0, 10263.0, 10304.0, 10318.0, 10286.0, 10321.0, 10304.0, 10336.0, 10292.0, 10338.0, 10286.0, 10328.0, 10282.0, 10312.0, 10318.0, 10276.0, 10334.0, 10308.0, 10280.0, 10308.0, 10257.0, 10296.0, 10281.0, 10239.0, 10299.0, 10255.0, 10271.0, 10287.0, 10255.0, 10302.0, 10288.0, 10270.0, 10312.0, 10278.0, 10297.0, 10291.0, 10299.0, 10330.0, 10313.0, 10338.0, 10313.0, 10339.0, 10306.0, 10337.0, 10354.0, 10330.0, 10374.0, 10333.0, 10341.0, 10351.0, 10322.0, 10355.0, 10318.0, 10319.0, 10332.0, 10311.0, 10309.0, 10295.0, 10273.0, 10328.0, 10294.0, 10282.0, 10311.0, 10290.0, 10325.0, 10275.0, 10314.0, 10312.0, 10299.0, 10344.0, 10287.0, 10347.0, 10339.0, 10323.0, 10337.0, 10293.0, 10343.0, 10343.0, 10302.0, 10348.0, 10316.0, 10312.0, 10319.0, 10299.0, 10341.0, 10312.0, 10311.0, 10347.0, 10281.0, 10325.0, 10305.0, 10304.0, 10319.0, 10300.0, 10327.0, 10298.0, 10313.0, 10326.0, 10316.0, 10363.0, 10333.0, 10347.0, 10307.0, 10355.0, 10360.0, 10328.0, 10359.0, 10330.0, 10313.0, 10326.0, 10304.0, 10301.0, 10305.0, 10295.0, 10322.0, 10265.0, 10328.0, 10306.0, 10340.0, 10337.0, 10364.0, 10371.0, 10381.0, 10390.0, 10384.0, 10361.0, 10349.0, 10321.0, 10315.0, 10305.0, 10335.0, 10319.0, 10344.0, 10300.0, 10359.0, 10342.0, 10308.0, 10330.0, 10265.0, 10256.0, 10252.0, 10279.0, 10249.0, 10257.0, 10304.0, 10291.0, 10299.0, 10309.0, 10303.0, 10321.0, 10282.0, 10303.0, 10255.0, 10312.0, 10289.0, 10237.0, 10284.0, 10227.0, 10246.0, 10263.0, 10200.0, 10259.0, 10186.0, 10238.0, 10218.0, 10200.0, 10229.0, 10156.0, 10196.0, 10210.0, 10188.0, 10229.0, 10174.0, 10233.0, 10202.0, 10222.0, 10240.0, 10206.0, 10259.0, 10200.0, 10255.0, 10220.0, 10250.0, 10226.0, 10273.0, 10271.0, 10320.0, 10251.0, 10257.0, 10276.0, 10235.0, 10264.0, 10286.0, 10283.0, 10280.0, 10279.0, 10275.0, 10300.0, 10263.0, 10258.0, 10271.0, 10232.0, 10267.0, 10224.0, 10259.0, 10255.0, 10233.0, 10260.0, 10253.0, 10272.0, 10258.0, 10312.0, 10287.0, 10323.0, 10277.0, 10324.0, 10275.0, 10279.0, 10307.0, 10269.0, 10287.0, 10295.0, 10289.0, 10285.0, 10256.0, 10297.0, 10256.0, 10269.0, 10268.0, 10261.0, 10284.0, 10257.0, 10276.0, 10268.0, 10251.0, 10270.0, 10268.0, 10240.0, 10284.0, 10253.0, 10284.0, 10270.0, 10258.0, 10306.0, 10259.0, 10310.0, 10292.0, 10256.0, 10288.0, 10259.0, 10288.0, 10293.0, 10255.0, 10299.0, 10271.0, 10266.0, 10309.0, 10262.0, 10306.0, 10293.0, 10262.0, 10307.0, 10269.0, 10308.0, 10293.0, 10264.0, 10305.0, 10257.0, 10298.0, 10289.0, 10280.0, 10314.0, 10277.0, 10298.0, 10293.0, 10284.0, 10311.0, 10263.0, 10313.0, 10301.0, 10283.0, 10292.0, 10284.0, 10331.0, 10282.0, 10331.0, 10318.0, 10286.0, 10301.0, 10280.0, 10329.0, 10283.0, 10301.0, 10332.0, 10282.0, 10301.0, 10296.0, 10282.0, 10301.0, 10287.0, 10333.0, 10297.0, 10316.0, 10299.0, 10303.0, 10320.0, 10304.0, 10337.0, 10289.0, 10322.0, 10305.0, 10310.0, 10316.0, 10292.0, 10345.0, 10314.0, 10314.0, 10314.0, 10266.0, 10308.0, 10294.0, 10314.0, 10295.0, 10278.0, 10295.0, 10282.0, 10316.0, 10287.0, 10328.0, 10297.0, 10319.0, 10299.0, 10306.0, 10317.0, 10290.0, 10329.0, 10286.0, 10320.0, 10284.0, 10319.0, 10311.0, 10286.0, 10319.0, 10280.0, 10308.0, 10275.0, 10305.0, 10306.0, 10276.0, 10312.0, 10285.0, 10311.0, 10277.0, 10314.0, 10276.0, 10298.0, 10312.0, 10308.0, 10316.0, 10285.0, 10331.0, 10281.0, 10312.0, 10291.0, 10308.0, 10319.0, 10289.0, 10331.0, 10284.0, 10344.0, 10298.0, 10321.0, 10302.0, 10279.0, 10296.0, 10282.0, 10327.0, 10284.0, 10335.0, 10298.0, 10302.0, 10304.0, 10303.0, 10319.0, 10309.0, 10355.0, 10307.0, 10340.0, 10313.0, 10328.0, 10310.0, 10331.0, 10324.0, 10330.0, 10325.0, 10313.0, 10335.0, 10306.0, 10352.0, 10307.0, 10337.0, 10317.0, 10305.0, 10316.0, 10309.0, 10320.0, 10289.0, 10330.0, 10291.0, 10345.0, 10290.0, 10334.0, 10315.0, 10332.0, 10302.0, 10305.0, 10314.0, 10283.0, 10330.0, 10293.0, 10331.0, 10312.0, 10330.0, 10303.0, 10302.0, 10318.0, 10291.0, 10346.0, 10268.0, 10326.0, 10296.0, 10296.0, 10310.0, 10285.0, 10312.0, 10278.0, 10310.0, 10278.0, 10298.0, 10309.0, 10286.0, 10317.0, 10278.0, 10317.0, 10282.0, 10317.0, 10279.0, 10317.0, 10322.0, 10306.0, 10324.0, 10291.0, 10337.0, 10293.0, 10351.0, 10320.0, 10338.0, 10303.0, 10309.0, 10323.0, 10317.0, 10355.0, 10309.0, 10354.0, 10293.0, 10313.0, 10310.0, 10326.0, 10321.0, 10307.0, 10320.0, 10311.0, 10328.0, 10305.0, 10347.0, 10295.0, 10350.0, 10305.0, 10315.0, 10304.0, 10348.0, 10301.0, 10305.0, 10305.0, 10307.0, 10319.0, 10309.0, 10321.0, 10297.0, 10320.0, 10308.0, 10352.0, 10292.0, 10334.0, 10291.0, 10330.0, 10289.0, 10345.0, 10301.0, 10335.0, 10330.0, 10308.0, 10330.0, 10308.0, 10382.0, 10325.0, 10356.0, 10296.0, 10340.0, 10303.0, 10314.0, 10312.0, 10344.0, 10316.0, 10374.0, 10347.0, 10345.0, 10316.0, 10310.0, 10310.0, 10368.0, 10339.0, 10360.0, 10314.0, 10349.0, 10341.0, 10353.0, 10316.0, 10328.0, 10295.0, 10327.0, 10302.0, 10297.0, 10334.0, 10266.0, 10306.0, 10257.0, 10292.0, 10274.0, 10315.0, 10293.0, 10293.0, 10291.0, 10262.0, 10319.0, 10261.0, 10302.0, 10273.0, 10306.0, 10292.0, 10306.0, 10291.0, 10267.0, 10335.0, 10266.0, 10331.0, 10268.0, 10338.0, 10283.0, 10301.0, 10309.0, 10271.0, 10306.0, 10285.0, 10314.0, 10309.0, 10318.0, 10326.0, 10309.0, 10275.0, 10306.0, 10263.0, 10311.0, 10306.0, 10318.0, 10280.0, 10275.0, 10275.0, 10246.0, 10316.0, 10279.0, 10304.0, 10276.0, 10319.0, 10279.0, 10301.0, 10317.0, 10312.0, 10347.0, 10291.0, 10322.0, 10281.0, 10320.0, 10307.0, 10313.0, 10307.0, 10348.0, 10323.0, 10363.0, 10315.0, 10313.0, 10306.0, 10293.0, 10346.0, 10307.0, 10325.0, 10283.0, 10322.0, 10300.0, 10285.0, 10320.0, 10288.0, 10316.0, 10274.0, 10298.0, 10318.0, 10276.0, 10318.0, 10278.0, 10301.0, 10319.0, 10261.0, 10351.0, 10280.0, 10320.0, 10299.0, 10279.0, 10352.0, 10293.0, 10359.0, 10300.0, 10345.0, 10303.0, 10288.0, 10357.0, 10307.0, 10355.0, 10317.0, 10324.0, 10337.0, 10262.0, 10335.0, 10297.0, 10302.0, 10320.0, 10262.0, 10339.0, 10304.0, 10328.0, 10320.0, 10288.0, 10354.0, 10280.0, 10335.0, 10300.0, 10337.0, 10315.0, 10321.0, 10320.0, 10303.0, 10382.0, 10339.0, 10365.0, 10324.0, 10313.0, 10357.0, 10280.0, 10339.0, 10299.0, 10314.0, 10325.0, 10263.0, 10330.0, 10266.0, 10316.0, 10318.0, 10348.0, 10315.0, 10305.0, 10310.0, 10291.0, 10328.0, 10326.0, 10331.0, 10326.0, 10335.0, 10322.0, 10345.0, 10294.0, 10323.0, 10277.0, 10326.0, 10323.0, 10368.0, 10318.0, 10333.0, 10281.0, 10314.0, 10317.0, 10293.0, 10341.0, 10272.0, 10311.0, 10272.0, 10325.0, 10254.0, 10291.0, 10293.0, 10264.0, 10316.0, 10290.0, 10308.0, 10252.0, 10317.0, 10280.0, 10286.0, 10279.0, 10317.0, 10319.0, 10346.0, 10309.0, 10313.0, 10299.0, 10327.0, 10307.0, 10325.0, 10324.0, 10381.0, 10353.0, 10340.0, 10300.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.0006704950495049504</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022096735093509352</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.39190593999999</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2150464411233484</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0048789868832606</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4812</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6303.5918</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09290328167783289</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.5005500550055</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3171104392140243</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3349238534219863</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.458236941391064</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.158170522829022</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0200976</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011635152623057365</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024459823966026306</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.202124967642809</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>21.6065</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8208</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.5116</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297187.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>953.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.3368</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9302</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.25</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3937.4832</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4088.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79357.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1649.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5136.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.835</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.93612429127097</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> |