=== 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-0023 --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-0023",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-02/func/sub-0023_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>647a62d3d838e314edff5697b41a6686</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>13:54:13.685000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998692, -0.0148348, 0.0489352, 0.019699, 0.994745, -0.100467]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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.10971</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>40</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7233, 552, -40, -130, -91, 41]</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>277.896</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7b66b3bd-4904-4694-980e-c8c9aef20b00||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679417133331299, 0.05285090580582619, 0.1274065375328064, 105.95840454101562], [0.03980059549212456, 2.6688289642333984, -0.27350983023643494, -90.60865020751953], [0.13128945231437683, 0.2695466876029968, 2.6830878257751465, -83.98602294921875], [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': ['135413.685000', '135414.145000', '135414.605000', '135415.065000', '135415.525000', '135415.985000', '135416.445000', '135416.905000', '135417.365000', '135417.825000', '135418.285000', '135418.745000', '135419.205000', '135419.665000', '135420.125000', '135420.585000', '135421.045000', '135421.505000', '135421.965000', '135422.425000', '135422.885000', '135423.345000', '135423.805000', '135424.265000', '135424.725000', '135425.185000', '135425.645000', '135426.105000', '135426.565000', '135427.025000', '135427.485000', '135427.945000', '135428.405000', '135428.865000', '135429.325000', '135429.785000', '135430.245000', '135430.705000', '135431.165000', '135431.625000', '135432.085000', '135432.545000', '135433.005000', '135433.465000', '135433.925000', '135434.385000', '135434.845000', '135435.305000', '135435.765000', '135436.225000', '135436.685000', '135437.145000', '135437.605000', '135438.065000', '135438.525000', '135438.985000', '135439.445000', '135439.905000', '135440.365000', '135440.825000', '135441.285000', '135441.745000', '135442.205000', '135442.665000', '135443.125000', '135443.585000', '135444.045000', '135444.505000', '135444.965000', '135445.425000', '135445.885000', '135446.345000', '135446.805000', '135447.265000', '135447.725000', '135448.185000', '135448.645000', '135449.105000', '135449.565000', '135450.025000', '135450.485000', '135450.945000', '135451.405000', '135451.865000', '135452.325000', '135452.785000', '135453.245000', '135453.705000', '135454.165000', '135454.625000', '135455.085000', '135455.545000', '135456.005000', '135456.465000', '135456.925000', '135457.385000', '135457.845000', '135458.305000', '135458.765000', '135459.225000', '135459.685000', '135500.145000', '135500.605000', '135501.065000', '135501.525000', '135501.985000', '135502.445000', '135502.905000', '135503.365000', '135503.825000', '135504.285000', '135504.745000', '135505.205000', '135505.665000', '135506.125000', '135506.585000', '135507.045000', '135507.505000', '135507.965000', '135508.425000', '135508.885000', '135509.345000', '135509.805000', '135510.265000', '135510.725000', '135511.185000', '135511.645000', '135512.105000', '135512.565000', '135513.025000', '135513.485000', '135513.945000', '135514.405000', '135514.865000', '135515.325000', '135515.785000', '135516.245000', '135516.705000', '135517.165000', '135517.625000', '135518.085000', '135518.545000', '135519.005000', '135519.465000', '135519.925000', '135520.385000', '135520.845000', '135521.305000', '135521.765000', '135522.225000', '135522.685000', '135523.145000', '135523.605000', '135524.065000', '135524.525000', '135524.985000', '135525.445000', '135525.905000', '135526.365000', '135526.825000', '135527.285000', '135527.745000', '135528.205000', '135528.665000', '135529.125000', '135529.585000', '135530.045000', '135530.505000', '135530.965000', '135531.425000', '135531.885000', '135532.345000', '135532.805000', '135533.265000', '135533.725000', '135534.185000', '135534.645000', '135535.105000', '135535.565000', '135536.025000', '135536.485000', '135536.945000', '135537.405000', '135537.865000', '135538.325000', '135538.785000', '135539.245000', '135539.705000', '135540.165000', '135540.625000', '135541.085000', '135541.545000', '135542.005000', '135542.465000', '135542.925000', '135543.385000', '135543.845000', '135544.305000', '135544.765000', '135545.225000', '135545.685000', '135546.145000', '135546.605000', '135547.065000', '135547.525000', '135547.985000', '135548.445000', '135548.905000', '135549.365000', '135549.825000', '135550.285000', '135550.745000', '135551.205000', '135551.665000', '135552.125000', '135552.585000', '135553.045000', '135553.505000', '135553.965000', '135554.425000', '135554.885000', '135555.345000', '135555.805000', '135556.265000', '135556.725000', '135557.185000', '135557.645000', '135558.105000', '135558.565000', '135559.025000', '135559.485000', '135559.945000', '135600.405000', '135600.865000', '135601.325000', '135601.785000', '135602.245000', '135602.705000', '135603.165000', '135603.625000', '135604.085000', '135604.545000', '135605.005000', '135605.465000', '135605.925000', '135606.385000', '135606.845000', '135607.305000', '135607.765000', '135608.225000', '135608.685000', '135609.145000', '135609.605000', '135610.065000', '135610.525000', '135610.985000', '135611.445000', '135611.905000', '135612.365000', '135612.825000', '135613.285000', '135613.745000', '135614.205000', '135614.665000', '135615.125000', '135615.585000', '135616.045000', '135616.505000', '135616.965000', '135617.425000', '135617.885000', '135618.345000', '135618.805000', '135619.265000', '135619.725000', '135620.185000', '135620.645000', '135621.105000', '135621.565000', '135622.025000', '135622.485000', '135622.945000', '135623.405000', '135623.865000', '135624.325000', '135624.785000', '135625.245000', '135625.705000', '135626.165000', '135626.625000', '135627.085000', '135627.545000', '135628.005000', '135628.465000', '135628.925000', '135629.385000', '135629.845000', '135630.305000', '135630.765000', '135631.225000', '135631.685000', '135632.145000', '135632.605000', '135633.065000', '135633.525000', '135633.985000', '135634.445000', '135634.905000', '135635.365000', '135635.825000', '135636.285000', '135636.745000', '135637.205000', '135637.665000', '135638.125000', '135638.585000', '135639.045000', '135639.505000', '135639.965000', '135640.425000', '135640.885000', '135641.345000', '135641.805000', '135642.265000', '135642.725000', '135643.185000', '135643.645000', '135644.105000', '135644.565000', '135645.025000', '135645.485000', '135645.945000', '135646.405000', '135646.865000', '135647.325000', '135647.785000', '135648.245000', '135648.705000', '135649.165000', '135649.625000', '135650.085000', '135650.545000', '135651.005000', '135651.465000', '135651.925000', '135652.385000', '135652.845000', '135653.305000', '135653.765000', '135654.225000', '135654.685000', '135655.145000', '135655.605000', '135656.065000', '135656.525000', '135656.985000', '135657.445000', '135657.905000', '135658.365000', '135658.825000', '135659.285000', '135659.745000', '135700.205000', '135700.665000', '135701.125000', '135701.585000', '135702.045000', '135702.505000', '135702.965000', '135703.425000', '135703.885000', '135704.345000', '135704.805000', '135705.265000', '135705.725000', '135706.185000', '135706.645000', '135707.105000', '135707.565000', '135708.025000', '135708.485000', '135708.945000', '135709.405000', '135709.865000', '135710.325000', '135710.785000', '135711.245000', '135711.705000', '135712.165000', '135712.625000', '135713.085000', '135713.545000', '135714.005000', '135714.465000', '135714.925000', '135715.385000', '135715.845000', '135716.305000', '135716.765000', '135717.225000', '135717.685000', '135718.145000', '135718.605000', '135719.065000', '135719.525000', '135719.985000', '135720.445000', '135720.905000', '135721.365000', '135721.825000', '135722.285000', '135722.745000', '135723.205000', '135723.665000', '135724.125000', '135724.585000', '135725.045000', '135725.505000', '135725.965000', '135726.425000', '135726.885000', '135727.345000', '135727.805000', '135728.265000', '135728.725000', '135729.185000', '135729.645000', '135730.105000', '135730.565000', '135731.025000', '135731.485000', '135731.945000', '135732.405000', '135732.865000', '135733.325000', '135733.785000', '135734.245000', '135734.705000', '135735.165000', '135735.625000', '135736.085000', '135736.545000', '135737.005000', '135737.465000', '135737.925000', '135738.385000', '135738.845000', '135739.305000', '135739.765000', '135740.225000', '135740.685000', '135741.145000', '135741.605000', '135742.065000', '135742.525000', '135742.985000', '135743.445000', '135743.905000', '135744.365000', '135744.825000', '135745.285000', '135745.745000', '135746.205000', '135746.665000', '135747.125000', '135747.585000', '135748.045000', '135748.505000', '135748.965000', '135749.425000', '135749.885000', '135750.345000', '135750.805000', '135751.265000', '135751.725000', '135752.185000', '135752.645000', '135753.105000', '135753.565000', '135754.025000', '135754.485000', '135754.945000', '135755.405000', '135755.865000', '135756.325000', '135756.785000', '135757.245000', '135757.705000', '135758.165000', '135758.625000', '135759.085000', '135759.545000', '135800.005000', '135800.465000', '135800.925000', '135801.385000', '135801.845000', '135802.305000', '135802.765000', '135803.225000', '135803.685000', '135804.145000', '135804.605000', '135805.065000', '135805.525000', '135805.985000', '135806.445000', '135806.905000', '135807.365000', '135807.825000', '135808.285000', '135808.745000', '135809.205000', '135809.665000', '135810.125000', '135810.585000', '135811.045000', '135811.505000', '135811.965000', '135812.425000', '135812.885000', '135813.345000', '135813.805000', '135814.265000', '135814.725000', '135815.185000', '135815.645000', '135816.105000', '135816.565000', '135817.025000', '135817.485000', '135817.945000', '135818.405000', '135818.865000', '135819.325000', '135819.785000', '135820.245000', '135820.705000', '135821.165000', '135821.625000', '135822.085000', '135822.545000', '135823.005000', '135823.465000', '135823.925000', '135824.385000', '135824.845000', '135825.305000', '135825.765000', '135826.225000', '135826.685000', '135827.145000', '135827.605000', '135828.065000', '135828.525000', '135828.985000', '135829.445000', '135829.905000', '135830.365000', '135830.825000', '135831.285000', '135831.745000', '135832.205000', '135832.665000', '135833.125000', '135833.585000', '135834.045000', '135834.505000', '135834.965000', '135835.425000', '135835.885000', '135836.345000', '135836.805000', '135837.265000', '135837.725000', '135838.185000', '135838.645000', '135839.105000', '135839.565000', '135840.025000', '135840.485000', '135840.945000', '135841.405000', '135841.865000', '135842.325000', '135842.785000', '135843.245000', '135843.705000', '135844.165000', '135844.625000', '135845.085000', '135845.545000', '135846.005000', '135846.465000', '135846.925000', '135847.385000', '135847.845000', '135848.305000', '135848.765000', '135849.225000', '135849.685000', '135850.145000', '135850.605000', '135851.065000', '135851.525000', '135851.985000', '135852.445000', '135852.905000', '135853.365000', '135853.825000', '135854.285000', '135854.745000', '135855.205000', '135855.665000', '135856.125000', '135856.585000', '135857.045000', '135857.505000', '135857.965000', '135858.425000', '135858.885000', '135859.345000', '135859.805000', '135900.265000', '135900.725000', '135901.185000', '135901.645000', '135902.105000', '135902.565000', '135903.025000', '135903.485000', '135903.945000', '135904.405000', '135904.865000', '135905.325000', '135905.785000', '135906.245000', '135906.705000', '135907.165000', '135907.625000', '135908.085000', '135908.545000', '135909.005000', '135909.465000', '135909.925000', '135910.385000', '135910.845000', '135911.305000', '135911.765000', '135912.225000', '135912.685000', '135913.145000', '135913.605000', '135914.065000', '135914.525000', '135914.985000', '135915.445000', '135915.905000', '135916.365000', '135916.825000', '135917.285000', '135917.745000', '135918.205000', '135918.665000', '135919.125000', '135919.585000', '135920.045000', '135920.505000', '135920.965000', '135921.425000', '135921.885000', '135922.345000', '135922.805000', '135923.265000', '135923.725000', '135924.185000', '135924.645000', '135925.105000', '135925.565000', '135926.025000', '135926.485000', '135926.945000', '135927.405000', '135927.865000', '135928.325000', '135928.785000', '135929.245000', '135929.705000', '135930.165000', '135930.625000', '135931.085000', '135931.545000', '135932.005000', '135932.465000', '135932.925000', '135933.385000', '135933.845000', '135934.305000', '135934.765000', '135935.225000', '135935.685000', '135936.145000', '135936.605000', '135937.065000', '135937.525000', '135937.985000', '135938.445000', '135938.905000', '135939.365000', '135939.825000', '135940.285000', '135940.745000', '135941.205000', '135941.665000', '135942.125000', '135942.585000', '135943.045000', '135943.505000', '135943.965000', '135944.425000', '135944.885000', '135945.345000', '135945.805000', '135946.265000', '135946.725000', '135947.185000', '135947.645000', '135948.105000', '135948.565000', '135949.025000', '135949.485000', '135949.945000', '135950.405000', '135950.865000', '135951.325000', '135951.785000', '135952.245000', '135952.705000', '135953.165000', '135953.625000', '135954.085000', '135954.545000', '135955.005000', '135955.465000', '135955.925000', '135956.385000', '135956.845000', '135957.305000', '135957.765000', '135958.225000', '135958.685000', '135959.145000', '135959.605000', '140000.065000', '140000.525000', '140000.985000', '140001.445000', '140001.905000', '140002.365000', '140002.825000', '140003.285000', '140003.745000', '140004.205000', '140004.665000', '140005.125000', '140005.585000', '140006.045000', '140006.505000', '140006.965000', '140007.425000', '140007.885000', '140008.345000', '140008.805000', '140009.265000', '140009.725000', '140010.185000', '140010.645000', '140011.105000', '140011.565000', '140012.025000', '140012.485000', '140012.945000', '140013.405000', '140013.865000', '140014.325000', '140014.785000', '140015.245000', '140015.705000', '140016.165000', '140016.625000', '140017.085000', '140017.545000', '140018.005000', '140018.465000', '140018.925000', '140019.385000', '140019.845000', '140020.305000', '140020.765000', '140021.225000', '140021.685000', '140022.145000', '140022.605000', '140023.065000', '140023.525000', '140023.985000', '140024.445000', '140024.905000', '140025.365000', '140025.825000', '140026.285000', '140026.745000', '140027.205000', '140027.665000', '140028.125000', '140028.585000', '140029.045000', '140029.505000', '140029.965000', '140030.425000', '140030.885000', '140031.345000', '140031.805000', '140032.265000', '140032.725000', '140033.185000', '140033.645000', '140034.105000', '140034.565000', '140035.025000', '140035.485000', '140035.945000', '140036.405000', '140036.865000', '140037.325000', '140037.785000', '140038.245000', '140038.705000', '140039.165000', '140039.625000', '140040.085000', '140040.545000', '140041.005000', '140041.465000', '140041.925000', '140042.385000', '140042.845000', '140043.305000', '140043.765000', '140044.225000', '140044.685000', '140045.145000', '140045.605000', '140046.065000', '140046.525000', '140046.985000', '140047.445000', '140047.905000', '140048.365000', '140048.825000', '140049.285000', '140049.745000', '140050.205000', '140050.665000', '140051.125000', '140051.585000', '140052.045000', '140052.505000', '140052.965000', '140053.425000', '140053.885000', '140054.345000', '140054.805000', '140055.265000', '140055.725000', '140056.185000', '140056.645000', '140057.105000', '140057.565000', '140058.025000', '140058.485000', '140058.945000', '140059.405000', '140059.865000', '140100.325000', '140100.785000', '140101.245000', '140101.705000', '140102.165000', '140102.625000', '140103.085000', '140103.545000', '140104.005000', '140104.465000', '140104.925000', '140105.385000', '140105.845000', '140106.305000', '140106.765000', '140107.225000', '140107.685000', '140108.145000', '140108.605000', '140109.065000', '140109.525000', '140109.985000', '140110.445000', '140110.905000', '140111.365000', '140111.825000', '140112.285000', '140112.745000', '140113.205000', '140113.665000'], 'ContentTime': ['135424.106000', '135424.114000', '135424.117000', '135424.120000', '135424.123000', '135424.126000', '135424.129000', '135424.132000', '135424.135000', '135424.138000', '135424.141000', '135424.144000', '135424.147000', '135424.150000', '135424.162000', '135424.165000', '135424.168000', '135424.171000', '135424.174000', '135424.177000', '135424.180000', '135444.067000', '135444.070000', '135444.073000', '135444.076000', '135444.079000', '135444.082000', '135444.085000', '135444.088000', '135444.090000', '135444.093000', '135444.096000', '135444.099000', '135444.102000', '135444.105000', '135444.108000', '135444.111000', '135444.114000', '135444.117000', '135444.119000', '135444.122000', '135444.125000', '135444.128000', '135444.134000', '135444.136000', '135444.139000', '135444.142000', '135444.145000', '135444.148000', '135444.151000', '135444.154000', '135444.157000', '135444.160000', '135444.162000', '135444.166000', '135444.168000', '135444.171000', '135444.174000', '135444.177000', '135444.180000', '135444.183000', '135444.186000', '135444.189000', '135444.192000', '135444.195000', '135504.067000', '135504.070000', '135504.073000', '135504.076000', '135504.079000', '135504.082000', '135504.085000', '135504.089000', '135504.092000', '135504.095000', '135504.098000', '135504.101000', '135504.104000', '135504.106000', '135504.109000', '135504.112000', '135504.115000', '135504.118000', '135504.134000', '135504.138000', '135504.141000', '135504.143000', '135504.146000', '135504.149000', '135504.152000', '135504.155000', '135504.158000', '135504.161000', '135504.164000', '135504.167000', '135504.170000', '135504.173000', '135504.176000', '135504.179000', '135504.182000', '135504.185000', '135504.188000', '135504.191000', '135504.194000', '135504.196000', '135504.199000', '135504.202000', '135504.205000', '135524.067000', '135524.070000', '135524.073000', '135524.076000', '135524.079000', '135524.082000', '135524.085000', '135524.088000', '135524.091000', '135524.094000', '135524.097000', '135524.099000', '135524.102000', '135524.105000', '135524.108000', '135524.111000', '135524.114000', '135524.117000', '135524.120000', '135524.123000', '135524.126000', '135524.129000', '135524.132000', '135524.135000', '135524.138000', '135524.141000', '135524.143000', '135524.146000', '135524.149000', '135524.152000', '135524.155000', '135524.158000', '135524.161000', '135524.164000', '135524.167000', '135524.170000', '135524.173000', '135524.176000', '135524.179000', '135524.182000', '135524.185000', '135524.187000', '135524.190000', '135524.193000', '135544.067000', '135544.070000', '135544.073000', '135544.076000', '135544.079000', '135544.082000', '135544.085000', '135544.088000', '135544.091000', '135544.094000', '135544.097000', '135544.100000', '135544.102000', '135544.105000', '135544.108000', '135544.111000', '135544.114000', '135544.117000', '135544.120000', '135544.123000', '135544.126000', '135544.129000', '135544.132000', '135544.135000', '135544.138000', '135544.141000', '135544.144000', '135544.146000', '135544.149000', '135544.152000', '135544.155000', '135544.158000', '135544.161000', '135544.164000', '135544.167000', '135544.170000', '135544.173000', '135544.176000', '135544.179000', '135544.182000', '135544.185000', '135544.188000', '135544.191000', '135604.067000', '135604.070000', '135604.073000', '135604.076000', '135604.079000', '135604.082000', '135604.085000', '135604.088000', '135604.091000', '135604.094000', '135604.097000', '135604.100000', '135604.103000', '135604.105000', '135604.108000', '135604.111000', '135604.114000', '135604.117000', '135604.120000', '135604.123000', '135604.126000', '135604.129000', '135604.132000', '135604.135000', '135604.138000', '135604.141000', '135604.144000', '135604.147000', '135604.149000', '135604.152000', '135604.155000', '135604.158000', '135604.161000', '135604.164000', '135604.167000', '135604.170000', '135604.173000', '135604.176000', '135604.179000', '135604.182000', '135604.185000', '135604.188000', '135604.190000', '135604.193000', '135624.068000', '135624.071000', '135624.074000', '135624.077000', '135624.080000', '135624.083000', '135624.086000', '135624.089000', '135624.092000', '135624.095000', '135624.098000', '135624.101000', '135624.104000', '135624.107000', '135624.109000', '135624.112000', '135624.115000', '135624.118000', '135624.121000', '135624.124000', '135624.128000', '135624.131000', '135624.134000', '135624.137000', '135624.140000', '135624.143000', '135624.146000', '135624.149000', '135624.152000', '135624.155000', '135624.158000', '135624.161000', '135624.164000', '135624.167000', '135624.170000', '135624.172000', '135624.175000', '135624.178000', '135624.182000', '135624.185000', '135624.188000', '135624.191000', '135624.194000', '135644.068000', '135644.071000', '135644.074000', '135644.077000', '135644.080000', '135644.083000', '135644.086000', '135644.089000', '135644.092000', '135644.095000', '135644.098000', '135644.101000', '135644.104000', '135644.106000', '135644.110000', '135644.127000', '135644.130000', '135644.133000', '135644.136000', '135644.139000', '135644.142000', '135644.145000', '135644.148000', '135644.150000', '135644.153000', '135644.156000', '135644.159000', '135644.162000', '135644.165000', '135644.168000', '135644.171000', '135644.174000', '135644.177000', '135644.180000', '135644.183000', '135644.186000', '135644.189000', '135644.192000', '135644.195000', '135644.198000', '135644.201000', '135644.203000', '135644.206000', '135644.209000', '135704.067000', '135704.070000', '135704.073000', '135704.076000', '135704.079000', '135704.082000', '135704.085000', '135704.088000', '135704.091000', '135704.094000', '135704.097000', '135704.100000', '135704.103000', '135704.106000', '135704.109000', '135704.111000', '135704.115000', '135704.117000', '135704.120000', '135704.123000', '135704.126000', '135704.129000', '135704.132000', '135704.135000', '135704.138000', '135704.141000', '135704.144000', '135704.147000', '135704.150000', '135704.153000', '135704.156000', '135704.159000', '135704.162000', '135704.165000', '135704.167000', '135704.176000', '135704.180000', '135704.182000', '135704.185000', '135704.188000', '135704.191000', '135704.194000', '135704.197000', '135724.067000', '135724.070000', '135724.073000', '135724.076000', '135724.079000', '135724.083000', '135724.086000', '135724.089000', '135724.091000', '135724.095000', '135724.097000', '135724.100000', '135724.103000', '135724.106000', '135724.109000', '135724.112000', '135724.115000', '135724.118000', '135724.121000', '135724.124000', '135724.127000', '135724.130000', '135724.133000', '135724.136000', '135724.139000', '135724.142000', '135724.145000', '135724.148000', '135724.151000', '135724.154000', '135724.157000', '135724.160000', '135724.162000', '135724.166000', '135724.168000', '135724.171000', '135724.174000', '135724.177000', '135724.180000', '135724.183000', '135724.186000', '135724.189000', '135724.192000', '135724.195000', '135744.067000', '135744.070000', '135744.073000', '135744.076000', '135744.079000', '135744.082000', '135744.085000', '135744.088000', '135744.091000', '135744.094000', '135744.096000', '135744.100000', '135744.103000', '135744.110000', '135744.113000', '135744.116000', '135744.119000', '135744.122000', '135744.125000', '135744.128000', '135744.131000', '135744.134000', '135744.136000', '135744.140000', '135744.142000', '135744.145000', '135744.148000', '135744.151000', '135744.154000', '135744.157000', '135744.160000', '135744.164000', '135744.167000', '135744.170000', '135744.173000', '135744.176000', '135744.179000', '135744.182000', '135744.185000', '135744.188000', '135744.191000', '135744.194000', '135744.197000', '135804.067000', '135804.070000', '135804.073000', '135804.076000', '135804.079000', '135804.082000', '135804.085000', '135804.088000', '135804.091000', '135804.094000', '135804.097000', '135804.100000', '135804.103000', '135804.106000', '135804.109000', '135804.112000', '135804.115000', '135804.117000', '135804.120000', '135804.123000', '135804.126000', '135804.129000', '135804.132000', '135804.135000', '135804.138000', '135804.141000', '135804.144000', '135804.147000', '135804.150000', '135804.153000', '135804.156000', '135804.159000', '135804.162000', '135804.165000', '135804.168000', '135804.171000', '135804.174000', '135804.177000', '135804.179000', '135804.182000', '135804.198000', '135804.201000', '135804.204000', '135804.207000', '135824.067000', '135824.070000', '135824.073000', '135824.076000', '135824.079000', '135824.082000', '135824.085000', '135824.088000', '135824.091000', '135824.094000', '135824.097000', '135824.100000', '135824.103000', '135824.105000', '135824.108000', '135824.111000', '135824.114000', '135824.117000', '135824.120000', '135824.123000', '135824.126000', '135824.129000', '135824.132000', '135824.135000', '135824.138000', '135824.141000', '135824.144000', '135824.147000', '135824.150000', '135824.153000', '135824.156000', '135824.159000', '135824.162000', '135824.165000', '135824.168000', '135824.171000', '135824.173000', '135824.176000', '135824.179000', '135824.182000', '135824.185000', '135824.188000', '135824.191000', '135844.068000', '135844.071000', '135844.074000', '135844.079000', '135844.083000', '135844.086000', '135844.089000', '135844.092000', '135844.095000', '135844.098000', '135844.101000', '135844.104000', '135844.107000', '135844.110000', '135844.113000', '135844.116000', '135844.119000', '135844.122000', '135844.125000', '135844.128000', '135844.131000', '135844.134000', '135844.137000', '135844.140000', '135844.143000', '135844.146000', '135844.148000', '135844.152000', '135844.154000', '135844.157000', '135844.160000', '135844.163000', '135844.166000', '135844.169000', '135844.172000', '135844.175000', '135844.178000', '135844.181000', '135844.184000', '135844.187000', '135844.190000', '135844.193000', '135844.195000', '135904.068000', '135904.071000', '135904.074000', '135904.077000', '135904.080000', '135904.083000', '135904.086000', '135904.089000', '135904.092000', '135904.095000', '135904.098000', '135904.101000', '135904.104000', '135904.107000', '135904.110000', '135904.113000', '135904.116000', '135904.119000', '135904.122000', '135904.125000', '135904.127000', '135904.130000', '135904.133000', '135904.136000', '135904.139000', '135904.142000', '135904.145000', '135904.148000', '135904.151000', '135904.154000', '135904.157000', '135904.160000', '135904.163000', '135904.166000', '135904.169000', '135904.172000', '135904.175000', '135904.178000', '135904.181000', '135904.184000', '135904.187000', '135904.190000', '135904.193000', '135904.195000', '135924.067000', '135924.070000', '135924.073000', '135924.076000', '135924.079000', '135924.082000', '135924.085000', '135924.088000', '135924.091000', '135924.094000', '135924.097000', '135924.100000', '135924.103000', '135924.106000', '135924.109000', '135924.112000', '135924.115000', '135924.118000', '135924.121000', '135924.124000', '135924.126000', '135924.129000', '135924.132000', '135924.135000', '135924.138000', '135924.141000', '135924.144000', '135924.147000', '135924.150000', '135924.153000', '135924.158000', '135924.161000', '135924.164000', '135924.167000', '135924.170000', '135924.173000', '135924.176000', '135924.179000', '135924.182000', '135924.185000', '135924.188000', '135924.191000', '135924.194000', '135924.197000', '135944.067000', '135944.070000', '135944.073000', '135944.076000', '135944.079000', '135944.082000', '135944.095000', '135944.098000', '135944.101000', '135944.104000', '135944.107000', '135944.110000', '135944.113000', '135944.115000', '135944.118000', '135944.121000', '135944.124000', '135944.127000', '135944.130000', '135944.133000', '135944.136000', '135944.139000', '135944.142000', '135944.145000', '135944.148000', '135944.151000', '135944.154000', '135944.157000', '135944.160000', '135944.162000', '135944.165000', '135944.168000', '135944.171000', '135944.174000', '135944.177000', '135944.180000', '135944.183000', '135944.186000', '135944.189000', '135944.192000', '135944.195000', '135944.198000', '135944.200000', '140004.067000', '140004.070000', '140004.073000', '140004.076000', '140004.079000', '140004.082000', '140004.085000', '140004.088000', '140004.091000', '140004.094000', '140004.097000', '140004.100000', '140004.103000', '140004.106000', '140004.109000', '140004.112000', '140004.115000', '140004.118000', '140004.121000', '140004.124000', '140004.127000', '140004.130000', '140004.133000', '140004.135000', '140004.138000', '140004.141000', '140004.144000', '140004.147000', '140004.150000', '140004.153000', '140004.156000', '140004.159000', '140004.162000', '140004.165000', '140004.168000', '140004.171000', '140004.174000', '140004.185000', '140004.188000', '140004.191000', '140004.194000', '140004.197000', '140004.200000', '140024.067000', '140024.070000', '140024.073000', '140024.076000', '140024.079000', '140024.082000', '140024.085000', '140024.088000', '140024.091000', '140024.094000', '140024.097000', '140024.100000', '140024.103000', '140024.106000', '140024.109000', '140024.112000', '140024.115000', '140024.118000', '140024.120000', '140024.123000', '140024.126000', '140024.129000', '140024.132000', '140024.135000', '140024.138000', '140024.141000', '140024.144000', '140024.147000', '140024.150000', '140024.153000', '140024.156000', '140024.159000', '140024.162000', '140024.164000', '140024.167000', '140024.170000', '140024.173000', '140024.176000', '140024.179000', '140024.182000', '140024.185000', '140024.188000', '140024.191000', '140024.194000', '140044.067000', '140044.070000', '140044.073000', '140044.076000', '140044.079000', '140044.082000', '140044.085000', '140044.088000', '140044.091000', '140044.094000', '140044.097000', '140044.100000', '140044.103000', '140044.106000', '140044.109000', '140044.112000', '140044.115000', '140044.118000', '140044.121000', '140044.124000', '140044.127000', '140044.130000', '140044.133000', '140044.136000', '140044.139000', '140044.142000', '140044.144000', '140044.147000', '140044.151000', '140044.153000', '140044.156000', '140044.159000', '140044.162000', '140044.165000', '140044.168000', '140044.171000', '140044.174000', '140044.177000', '140044.180000', '140044.183000', '140044.186000', '140044.189000', '140044.192000', '140104.068000', '140104.071000', '140104.074000', '140104.077000', '140104.080000', '140104.083000', '140104.086000', '140104.089000', '140104.092000', '140104.095000', '140104.098000', '140104.101000', '140104.104000', '140104.107000', '140104.110000', '140104.112000', '140104.115000', '140104.118000', '140104.132000', '140104.135000', '140104.138000', '140104.141000', '140104.144000', '140104.147000', '140104.150000', '140104.153000', '140104.156000', '140104.159000', '140104.162000', '140104.165000', '140104.168000', '140104.171000', '140104.174000', '140104.177000', '140104.180000', '140104.183000', '140104.186000', '140104.188000', '140104.191000', '140104.194000', '140104.197000', '140104.200000', '140104.203000', '140104.206000', '140114.506000', '140114.510000', '140114.513000', '140114.516000', '140114.527000', '140114.530000', '140114.533000', '140114.536000', '140114.539000', '140114.542000', '140114.545000', '140114.548000', '140114.551000', '140114.554000', '140114.557000', '140114.560000', '140114.563000', '140114.566000', '140114.569000', '140114.572000', '140114.575000', '140114.578000', '140114.581000'], 'InstanceCreationTime': ['135424.106000', '135424.114000', '135424.117000', '135424.120000', '135424.123000', '135424.126000', '135424.129000', '135424.132000', '135424.135000', '135424.138000', '135424.141000', '135424.144000', '135424.147000', '135424.150000', '135424.162000', '135424.165000', '135424.168000', '135424.171000', '135424.174000', '135424.177000', '135424.180000', '135444.067000', '135444.070000', '135444.073000', '135444.076000', '135444.079000', '135444.082000', '135444.085000', '135444.088000', '135444.090000', '135444.093000', '135444.096000', '135444.099000', '135444.102000', '135444.105000', '135444.108000', '135444.111000', '135444.114000', '135444.117000', '135444.119000', '135444.122000', '135444.125000', '135444.128000', '135444.134000', '135444.136000', '135444.139000', '135444.142000', '135444.145000', '135444.148000', '135444.151000', '135444.154000', '135444.157000', '135444.160000', '135444.162000', '135444.166000', '135444.168000', '135444.171000', '135444.174000', '135444.177000', '135444.180000', '135444.183000', '135444.186000', '135444.189000', '135444.192000', '135444.195000', '135504.067000', '135504.070000', '135504.073000', '135504.076000', '135504.079000', '135504.082000', '135504.085000', '135504.089000', '135504.092000', '135504.095000', '135504.098000', '135504.101000', '135504.104000', '135504.106000', '135504.109000', '135504.112000', '135504.115000', '135504.118000', '135504.134000', '135504.138000', '135504.141000', '135504.143000', '135504.146000', '135504.149000', '135504.152000', '135504.155000', '135504.158000', '135504.161000', '135504.164000', '135504.167000', '135504.170000', '135504.173000', '135504.176000', '135504.179000', '135504.182000', '135504.185000', '135504.188000', '135504.191000', '135504.194000', '135504.196000', '135504.199000', '135504.202000', '135504.205000', '135524.067000', '135524.070000', '135524.073000', '135524.076000', '135524.079000', '135524.082000', '135524.085000', '135524.088000', '135524.091000', '135524.094000', '135524.097000', '135524.099000', '135524.102000', '135524.105000', '135524.108000', '135524.111000', '135524.114000', '135524.117000', '135524.120000', '135524.123000', '135524.126000', '135524.129000', '135524.132000', '135524.135000', '135524.138000', '135524.141000', '135524.143000', '135524.146000', '135524.149000', '135524.152000', '135524.155000', '135524.158000', '135524.161000', '135524.164000', '135524.167000', '135524.170000', '135524.173000', '135524.176000', '135524.179000', '135524.182000', '135524.185000', '135524.187000', '135524.190000', '135524.193000', '135544.067000', '135544.070000', '135544.073000', '135544.076000', '135544.079000', '135544.082000', '135544.085000', '135544.088000', '135544.091000', '135544.094000', '135544.097000', '135544.100000', '135544.102000', '135544.105000', '135544.108000', '135544.111000', '135544.114000', '135544.117000', '135544.120000', '135544.123000', '135544.126000', '135544.129000', '135544.132000', '135544.135000', '135544.138000', '135544.141000', '135544.144000', '135544.146000', '135544.149000', '135544.152000', '135544.155000', '135544.158000', '135544.161000', '135544.164000', '135544.167000', '135544.170000', '135544.173000', '135544.176000', '135544.179000', '135544.182000', '135544.185000', '135544.188000', '135544.191000', '135604.067000', '135604.070000', '135604.073000', '135604.076000', '135604.079000', '135604.082000', '135604.085000', '135604.088000', '135604.091000', '135604.094000', '135604.097000', '135604.100000', '135604.103000', '135604.105000', '135604.108000', '135604.111000', '135604.114000', '135604.117000', '135604.120000', '135604.123000', '135604.126000', '135604.129000', '135604.132000', '135604.135000', '135604.138000', '135604.141000', '135604.144000', '135604.147000', '135604.149000', '135604.152000', '135604.155000', '135604.158000', '135604.161000', '135604.164000', '135604.167000', '135604.170000', '135604.173000', '135604.176000', '135604.179000', '135604.182000', '135604.185000', '135604.188000', '135604.190000', '135604.193000', '135624.068000', '135624.071000', '135624.074000', '135624.077000', '135624.080000', '135624.083000', '135624.086000', '135624.089000', '135624.092000', '135624.095000', '135624.098000', '135624.101000', '135624.104000', '135624.107000', '135624.109000', '135624.112000', '135624.115000', '135624.118000', '135624.121000', '135624.124000', '135624.128000', '135624.131000', '135624.134000', '135624.137000', '135624.140000', '135624.143000', '135624.146000', '135624.149000', '135624.152000', '135624.155000', '135624.158000', '135624.161000', '135624.164000', '135624.167000', '135624.170000', '135624.172000', '135624.175000', '135624.178000', '135624.182000', '135624.185000', '135624.188000', '135624.191000', '135624.194000', '135644.068000', '135644.071000', '135644.074000', '135644.077000', '135644.080000', '135644.083000', '135644.086000', '135644.089000', '135644.092000', '135644.095000', '135644.098000', '135644.101000', '135644.104000', '135644.106000', '135644.110000', '135644.127000', '135644.130000', '135644.133000', '135644.136000', '135644.139000', '135644.142000', '135644.145000', '135644.148000', '135644.150000', '135644.153000', '135644.156000', '135644.159000', '135644.162000', '135644.165000', '135644.168000', '135644.171000', '135644.174000', '135644.177000', '135644.180000', '135644.183000', '135644.186000', '135644.189000', '135644.192000', '135644.195000', '135644.198000', '135644.201000', '135644.203000', '135644.206000', '135644.209000', '135704.067000', '135704.070000', '135704.073000', '135704.076000', '135704.079000', '135704.082000', '135704.085000', '135704.088000', '135704.091000', '135704.094000', '135704.097000', '135704.100000', '135704.103000', '135704.106000', '135704.109000', '135704.111000', '135704.115000', '135704.117000', '135704.120000', '135704.123000', '135704.126000', '135704.129000', '135704.132000', '135704.135000', '135704.138000', '135704.141000', '135704.144000', '135704.147000', '135704.150000', '135704.153000', '135704.156000', '135704.159000', '135704.162000', '135704.165000', '135704.167000', '135704.176000', '135704.180000', '135704.182000', '135704.185000', '135704.188000', '135704.191000', '135704.194000', '135704.197000', '135724.067000', '135724.070000', '135724.073000', '135724.076000', '135724.079000', '135724.083000', '135724.086000', '135724.089000', '135724.091000', '135724.095000', '135724.097000', '135724.100000', '135724.103000', '135724.106000', '135724.109000', '135724.112000', '135724.115000', '135724.118000', '135724.121000', '135724.124000', '135724.127000', '135724.130000', '135724.133000', '135724.136000', '135724.139000', '135724.142000', '135724.145000', '135724.148000', '135724.151000', '135724.154000', '135724.157000', '135724.160000', '135724.162000', '135724.166000', '135724.168000', '135724.171000', '135724.174000', '135724.177000', '135724.180000', '135724.183000', '135724.186000', '135724.189000', '135724.192000', '135724.195000', '135744.067000', '135744.070000', '135744.073000', '135744.076000', '135744.079000', '135744.082000', '135744.085000', '135744.088000', '135744.091000', '135744.094000', '135744.096000', '135744.100000', '135744.103000', '135744.110000', '135744.113000', '135744.116000', '135744.119000', '135744.122000', '135744.125000', '135744.128000', '135744.131000', '135744.134000', '135744.136000', '135744.140000', '135744.142000', '135744.145000', '135744.148000', '135744.151000', '135744.154000', '135744.157000', '135744.160000', '135744.164000', '135744.167000', '135744.170000', '135744.173000', '135744.176000', '135744.179000', '135744.182000', '135744.185000', '135744.188000', '135744.191000', '135744.194000', '135744.197000', '135804.067000', '135804.070000', '135804.073000', '135804.076000', '135804.079000', '135804.082000', '135804.085000', '135804.088000', '135804.091000', '135804.094000', '135804.097000', '135804.100000', '135804.103000', '135804.106000', '135804.109000', '135804.112000', '135804.115000', '135804.117000', '135804.120000', '135804.123000', '135804.126000', '135804.129000', '135804.132000', '135804.135000', '135804.138000', '135804.141000', '135804.144000', '135804.147000', '135804.150000', '135804.153000', '135804.156000', '135804.159000', '135804.162000', '135804.165000', '135804.168000', '135804.171000', '135804.174000', '135804.177000', '135804.179000', '135804.182000', '135804.198000', '135804.201000', '135804.204000', '135804.207000', '135824.067000', '135824.070000', '135824.073000', '135824.076000', '135824.079000', '135824.082000', '135824.085000', '135824.088000', '135824.091000', '135824.094000', '135824.097000', '135824.100000', '135824.103000', '135824.105000', '135824.108000', '135824.111000', '135824.114000', '135824.117000', '135824.120000', '135824.123000', '135824.126000', '135824.129000', '135824.132000', '135824.135000', '135824.138000', '135824.141000', '135824.144000', '135824.147000', '135824.150000', '135824.153000', '135824.156000', '135824.159000', '135824.162000', '135824.165000', '135824.168000', '135824.171000', '135824.173000', '135824.176000', '135824.179000', '135824.182000', '135824.185000', '135824.188000', '135824.191000', '135844.068000', '135844.071000', '135844.074000', '135844.079000', '135844.083000', '135844.086000', '135844.089000', '135844.092000', '135844.095000', '135844.098000', '135844.101000', '135844.104000', '135844.107000', '135844.110000', '135844.113000', '135844.116000', '135844.119000', '135844.122000', '135844.125000', '135844.128000', '135844.131000', '135844.134000', '135844.137000', '135844.140000', '135844.143000', '135844.146000', '135844.148000', '135844.152000', '135844.154000', '135844.157000', '135844.160000', '135844.163000', '135844.166000', '135844.169000', '135844.172000', '135844.175000', '135844.178000', '135844.181000', '135844.184000', '135844.187000', '135844.190000', '135844.193000', '135844.195000', '135904.068000', '135904.071000', '135904.074000', '135904.077000', '135904.080000', '135904.083000', '135904.086000', '135904.089000', '135904.092000', '135904.095000', '135904.098000', '135904.101000', '135904.104000', '135904.107000', '135904.110000', '135904.113000', '135904.116000', '135904.119000', '135904.122000', '135904.125000', '135904.127000', '135904.130000', '135904.133000', '135904.136000', '135904.139000', '135904.142000', '135904.145000', '135904.148000', '135904.151000', '135904.154000', '135904.157000', '135904.160000', '135904.163000', '135904.166000', '135904.169000', '135904.172000', '135904.175000', '135904.178000', '135904.181000', '135904.184000', '135904.187000', '135904.190000', '135904.193000', '135904.195000', '135924.067000', '135924.070000', '135924.073000', '135924.076000', '135924.079000', '135924.082000', '135924.085000', '135924.088000', '135924.091000', '135924.094000', '135924.097000', '135924.100000', '135924.103000', '135924.106000', '135924.109000', '135924.112000', '135924.115000', '135924.118000', '135924.121000', '135924.124000', '135924.126000', '135924.129000', '135924.132000', '135924.135000', '135924.138000', '135924.141000', '135924.144000', '135924.147000', '135924.150000', '135924.153000', '135924.158000', '135924.161000', '135924.164000', '135924.167000', '135924.170000', '135924.173000', '135924.176000', '135924.179000', '135924.182000', '135924.185000', '135924.188000', '135924.191000', '135924.194000', '135924.197000', '135944.067000', '135944.070000', '135944.073000', '135944.076000', '135944.079000', '135944.082000', '135944.095000', '135944.098000', '135944.101000', '135944.104000', '135944.107000', '135944.110000', '135944.113000', '135944.115000', '135944.118000', '135944.121000', '135944.124000', '135944.127000', '135944.130000', '135944.133000', '135944.136000', '135944.139000', '135944.142000', '135944.145000', '135944.148000', '135944.151000', '135944.154000', '135944.157000', '135944.160000', '135944.162000', '135944.165000', '135944.168000', '135944.171000', '135944.174000', '135944.177000', '135944.180000', '135944.183000', '135944.186000', '135944.189000', '135944.192000', '135944.195000', '135944.198000', '135944.200000', '140004.067000', '140004.070000', '140004.073000', '140004.076000', '140004.079000', '140004.082000', '140004.085000', '140004.088000', '140004.091000', '140004.094000', '140004.097000', '140004.100000', '140004.103000', '140004.106000', '140004.109000', '140004.112000', '140004.115000', '140004.118000', '140004.121000', '140004.124000', '140004.127000', '140004.130000', '140004.133000', '140004.135000', '140004.138000', '140004.141000', '140004.144000', '140004.147000', '140004.150000', '140004.153000', '140004.156000', '140004.159000', '140004.162000', '140004.165000', '140004.168000', '140004.171000', '140004.174000', '140004.185000', '140004.188000', '140004.191000', '140004.194000', '140004.197000', '140004.200000', '140024.067000', '140024.070000', '140024.073000', '140024.076000', '140024.079000', '140024.082000', '140024.085000', '140024.088000', '140024.091000', '140024.094000', '140024.097000', '140024.100000', '140024.103000', '140024.106000', '140024.109000', '140024.112000', '140024.115000', '140024.118000', '140024.120000', '140024.123000', '140024.126000', '140024.129000', '140024.132000', '140024.135000', '140024.138000', '140024.141000', '140024.144000', '140024.147000', '140024.150000', '140024.153000', '140024.156000', '140024.159000', '140024.162000', '140024.164000', '140024.167000', '140024.170000', '140024.173000', '140024.176000', '140024.179000', '140024.182000', '140024.185000', '140024.188000', '140024.191000', '140024.194000', '140044.067000', '140044.070000', '140044.073000', '140044.076000', '140044.079000', '140044.082000', '140044.085000', '140044.088000', '140044.091000', '140044.094000', '140044.097000', '140044.100000', '140044.103000', '140044.106000', '140044.109000', '140044.112000', '140044.115000', '140044.118000', '140044.121000', '140044.124000', '140044.127000', '140044.130000', '140044.133000', '140044.136000', '140044.139000', '140044.142000', '140044.144000', '140044.147000', '140044.151000', '140044.153000', '140044.156000', '140044.159000', '140044.162000', '140044.165000', '140044.168000', '140044.171000', '140044.174000', '140044.177000', '140044.180000', '140044.183000', '140044.186000', '140044.189000', '140044.192000', '140104.068000', '140104.071000', '140104.074000', '140104.077000', '140104.080000', '140104.083000', '140104.086000', '140104.089000', '140104.092000', '140104.095000', '140104.098000', '140104.101000', '140104.104000', '140104.107000', '140104.110000', '140104.112000', '140104.115000', '140104.118000', '140104.132000', '140104.135000', '140104.138000', '140104.141000', '140104.144000', '140104.147000', '140104.150000', '140104.153000', '140104.156000', '140104.159000', '140104.162000', '140104.165000', '140104.168000', '140104.171000', '140104.174000', '140104.177000', '140104.180000', '140104.183000', '140104.186000', '140104.188000', '140104.191000', '140104.194000', '140104.197000', '140104.200000', '140104.203000', '140104.206000', '140114.506000', '140114.510000', '140114.513000', '140114.516000', '140114.527000', '140114.530000', '140114.533000', '140114.536000', '140114.539000', '140114.542000', '140114.545000', '140114.548000', '140114.551000', '140114.554000', '140114.557000', '140114.560000', '140114.563000', '140114.566000', '140114.569000', '140114.572000', '140114.575000', '140114.578000', '140114.581000'], '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': [11156, 11167, 9102, 11473, 11658, 11068, 11888, 9801, 11188, 10697, 8450, 11277, 10864, 9026, 11474, 9931, 11504, 10367, 10987, 10880, 8577, 10775, 10340, 11120, 10141, 9042, 10400, 10522, 9005, 10965, 10056, 10328, 11409, 9304, 10644, 9867, 8711, 10710, 9709, 9255, 10305, 9180, 10946, 10714, 9744, 11183, 10367, 10912, 12708, 9675, 11086, 9916, 10095, 10061, 9679, 10522, 8952, 10373, 10284, 9370, 10566, 9394, 10301, 12594, 9513, 10407, 10561, 10639, 10082, 9719, 11596, 12390, 9272, 11952, 11316, 8966, 10851, 10391, 9675, 10028, 9327, 10151, 9349, 9858, 10460, 9528, 10880, 11836, 9488, 11580, 10855, 10545, 13261, 10764, 10457, 9383, 10428, 9420, 10264, 10753, 9683, 10375, 9453, 10509, 10597, 9406, 10311, 13764, 9809, 10908, 9603, 10321, 9667, 9942, 10724, 9726, 10362, 10656, 10416, 10640, 9924, 10078, 10253, 9993, 10080, 8981, 10512, 10512, 9527, 9995, 10214, 9870, 10385, 10963, 10567, 11476, 9334, 10444, 11604, 10026, 10171, 9709, 10279, 10224, 10273, 10250, 10701, 10032, 10617, 9294, 10857, 11743, 10140, 13574, 11202, 13880, 10449, 10640, 9395, 11119, 9546, 9635, 10658, 10044, 9756, 10634, 9431, 10429, 10031, 10505, 10604, 9631, 10362, 11236, 10842, 10055, 9420, 10511, 9313, 10618, 9718, 9897, 10179, 10483, 9904, 10353, 8824, 9969, 10666, 8859, 10133, 10187, 10555, 9915, 10639, 9204, 9997, 10180, 9783, 10322, 9690, 10022, 10249, 9342, 10090, 11230, 9825, 10437, 9617, 9713, 10709, 9385, 10495, 9876, 10060, 10411, 9575, 10560, 10359, 9956, 11262, 9559, 10264, 11755, 9851, 9978, 9926, 10157, 10797, 9260, 10403, 9570, 10135, 10525, 9752, 10451, 12714, 9544, 10332, 9319, 10292, 10519, 9971, 10947, 9143, 10336, 10875, 9749, 10824, 10194, 10738, 10750, 9896, 10399, 10785, 10196, 10680, 11023, 10721, 11194, 9747, 10477, 11917, 10486, 12642, 10320, 12721, 9962, 10629, 8631, 10365, 11124, 9452, 11276, 11360, 10317, 11053, 10108, 10767, 10891, 9825, 10673, 11179, 10258, 10811, 9790, 10676, 12888, 10343, 10272, 10193, 10342, 12301, 10358, 11151, 9248, 10493, 10718, 10451, 10857, 11306, 10163, 10561, 11247, 9967, 10790, 11218, 10714, 10871, 10224, 10274, 11259, 9496, 10801, 11615, 10769, 10891, 12327, 10382, 10958, 10993, 10198, 10517, 11444, 9626, 10960, 10810, 9976, 10605, 12382, 10632, 10704, 9600, 9778, 10921, 10116, 9175, 9169, 10969, 11036, 10910, 11021, 10903, 10626, 12482, 10553, 11309, 10938, 11202, 11251, 10681, 11182, 10665, 11107, 11028, 10995, 10297, 11175, 11432, 11346, 10522, 10884, 10653, 10206, 11207, 10465, 10482, 9262, 10411, 9542, 10539, 9517, 12240, 11627, 12332, 11176, 11386, 11116, 10443, 9808, 10928, 10986, 12127, 11789, 9037, 10957, 9781, 10629, 9799, 10020, 10261, 9360, 10309, 9767, 9647, 10048, 10799, 10568, 9843, 9623, 10470, 10157, 9845, 10556, 9530, 10265, 10366, 9187, 10846, 10255, 9863, 10701, 10605, 10350, 10275, 9512, 10835, 11332, 10362, 10880, 10013, 10977, 11123, 10496, 10863, 8961, 10746, 10861, 10140, 10859, 9983, 10603, 11172, 9438, 10553, 12634, 10141, 11188, 9712, 10758, 10670, 10750, 11065, 10264, 10822, 9125, 11008, 11056, 10767, 10744, 8951, 10587, 10178, 9051, 11439, 10188, 9567, 10794, 9932, 10507, 10702, 10236, 11004, 9309, 10395, 10975, 10288, 10935, 9322, 10427, 11219, 10057, 10557, 10391, 10351, 11012, 9715, 12105, 13946, 10476, 11536, 10851, 9017, 11053, 9711, 9627, 10770, 11085, 11362, 11156, 10348, 10675, 10636, 9526, 12562, 10532, 11218, 10976, 9637, 10564, 11417, 11430, 11259, 10070, 11182, 9596, 9850, 10736, 9561, 9994, 10937, 9774, 10705, 9703, 10060, 10898, 11463, 9703, 10985, 11481, 10600, 10983, 9176, 10615, 12887, 9306, 11428, 10894, 10084, 10912, 11502, 10137, 10626, 10985, 9901, 10301, 11048, 9046, 10241, 10751, 10398, 10166, 10409, 10620, 10417, 11451, 12022, 10313, 10878, 9700, 10509, 13129, 10104, 10680, 10031, 10274, 11142, 9230, 10670, 10733, 10266, 10488, 11256, 10214, 10913, 11449, 10257, 10824, 10443, 10383, 11387, 9232, 10937, 11217, 8859, 10616, 10534, 10189, 11079, 10838, 9785, 10625, 11071, 9792, 10888, 10775, 10554, 11213, 14859, 10219, 10804, 10280, 10263, 10513, 10428, 10804, 11199, 10101, 11247, 9601, 10397, 10405, 10056, 11164, 11299, 9888, 10940, 9162, 10337, 10167, 10270, 10755, 11228, 10101, 11006, 9015, 10497, 11312, 9477, 10562, 10774, 9527, 11099, 10912, 10495, 11112, 11417, 10353, 10973, 9255, 10470, 11514, 10366, 11033, 10705, 10258, 10910, 9985, 11225, 9912, 10816, 13468, 10418, 10450, 9665, 10915, 10553, 11258, 11433, 8875, 10877, 11596, 10683, 11594, 10407, 11359, 12024, 9870, 11009, 9938, 11126, 13493, 10837, 11168, 9781, 10802, 10397, 10800, 10976, 9733, 10687, 10830, 9887, 10709, 9562, 10183, 11450, 9333, 10420, 10665, 10334, 11302, 10848, 9766, 10927, 14141, 11413, 11946, 9204, 10673, 10726, 10672, 11150, 10410, 11085, 10705, 11060, 10914, 10302, 11327, 9823, 10844, 10550, 10750, 10688, 10823, 11306, 10052, 10562, 9128, 10750, 9709, 10226, 10086, 9520, 10687, 10147, 10836, 11268, 9606, 10682, 10143, 11301, 13489, 11045, 11647, 9428, 10542, 9388, 10652, 10298, 9458, 10754, 9780, 10827, 10253, 10664, 11083, 9700, 11144, 10393, 10994, 11470, 9700, 10691, 10602, 10937, 9608, 9618, 10954, 9313, 10849, 10258, 9613, 10824, 9426, 11133, 9696, 9804, 11001, 9913, 11271, 13098, 9389, 11317, 10692, 9697, 11455, 11592, 10072, 11807, 11379, 11141, 10400, 8771, 11641, 11691, 11118, 11091, 10839, 12222, 9183, 11803, 11075, 11486, 10363, 8451, 11416, 11896, 10956, 11408, 10848, 11526, 11323, 11087, 11169, 9103, 11184, 10843, 11506, 10957, 10917, 10539, 9383, 11028, 10400, 11186, 10568, 10117, 11411, 11019, 10279, 10977, 10532, 11419, 10434, 11209, 11413, 11094, 11206, 9121, 11141, 9955, 11167, 9891, 8946, 10374, 9992, 9030, 11158, 10363, 11103, 10720, 9295, 10554, 9148, 10919, 9551, 8883, 10404, 9967, 9874, 10274, 9419, 10187, 9795, 9430, 9609, 10035, 9404, 11233, 8854, 10412, 10430, 9250, 10122, 10113, 9146, 10291, 9708, 9394, 10633, 10050, 9772, 12378, 9305, 10336, 10938, 9235, 9372, 9927, 10273, 11741, 9224, 10419, 9843, 10039, 10834, 9369, 10301, 10002, 9683, 10663, 9324, 10157, 11596, 10085, 10320, 8945, 10283, 10500, 9637, 9856, 10132, 10122, 9822, 9451, 10441, 10052, 10103, 10061, 10735, 10608, 10565, 9965, 10131, 11149, 9758, 10459, 9320, 9426, 10168, 10069, 10842], 'WindowCenter': [4077.0, 4062.0, 4029.0, 4046.0, 4045.0, 4046.0, 4044.0, 4022.0, 4032.0, 4022.0, 4002.0, 4044.0, 4035.0, 4014.0, 4058.0, 4036.0, 4056.0, 4024.0, 4036.0, 4034.0, 4005.0, 4048.0, 4036.0, 4045.0, 4024.0, 4014.0, 4036.0, 4036.0, 4028.0, 4048.0, 4038.0, 4038.0, 4059.0, 4030.0, 4049.0, 4038.0, 4017.0, 4037.0, 4027.0, 4028.0, 4038.0, 4029.0, 4051.0, 4048.0, 4027.0, 4049.0, 4037.0, 4049.0, 4059.0, 4039.0, 4046.0, 4025.0, 4036.0, 4028.0, 4027.0, 4049.0, 4028.0, 4049.0, 4039.0, 4027.0, 4037.0, 4026.0, 4037.0, 4058.0, 4027.0, 4038.0, 4036.0, 4036.0, 4036.0, 4039.0, 4135.0, 4122.0, 4032.0, 4047.0, 4048.0, 4016.0, 4046.0, 4023.0, 4027.0, 4037.0, 4027.0, 4040.0, 4030.0, 4052.0, 4063.0, 4044.0, 4065.0, 4061.0, 4030.0, 4050.0, 4038.0, 4038.0, 4071.0, 4048.0, 4051.0, 4028.0, 4039.0, 4029.0, 4037.0, 4050.0, 4040.0, 4051.0, 4041.0, 4037.0, 4038.0, 4027.0, 4038.0, 4068.0, 4026.0, 4036.0, 4026.0, 4037.0, 4025.0, 4026.0, 4037.0, 4025.0, 4039.0, 4036.0, 4036.0, 4035.0, 4024.0, 4026.0, 4037.0, 4037.0, 4040.0, 4028.0, 4050.0, 4037.0, 4026.0, 4037.0, 4040.0, 4040.0, 4038.0, 4048.0, 4039.0, 4048.0, 4015.0, 4036.0, 4035.0, 4026.0, 4036.0, 4026.0, 4038.0, 4038.0, 4037.0, 4038.0, 4051.0, 4041.0, 4052.0, 4031.0, 4050.0, 4049.0, 4027.0, 4058.0, 4038.0, 4057.0, 4037.0, 4036.0, 4015.0, 4036.0, 4012.0, 4012.0, 4035.0, 4026.0, 4026.0, 4037.0, 4015.0, 4035.0, 4025.0, 4034.0, 4024.0, 4015.0, 4025.0, 4036.0, 4037.0, 4024.0, 4014.0, 4024.0, 4012.0, 4023.0, 4014.0, 4013.0, 4023.0, 4035.0, 4025.0, 4037.0, 4014.0, 4025.0, 4035.0, 4013.0, 4037.0, 4039.0, 4049.0, 4038.0, 4049.0, 4026.0, 4036.0, 4039.0, 4036.0, 4039.0, 4027.0, 4038.0, 4037.0, 4028.0, 4037.0, 4049.0, 4037.0, 4048.0, 4027.0, 4026.0, 4037.0, 4026.0, 4038.0, 4038.0, 4039.0, 4050.0, 4027.0, 4048.0, 4037.0, 4037.0, 4049.0, 4027.0, 4036.0, 4045.0, 4025.0, 4026.0, 4026.0, 4036.0, 4036.0, 4026.0, 4037.0, 4029.0, 4036.0, 4037.0, 4026.0, 4035.0, 4058.0, 4027.0, 4037.0, 4014.0, 4025.0, 4034.0, 4024.0, 4035.0, 4015.0, 4037.0, 4048.0, 4025.0, 4035.0, 4025.0, 4035.0, 4048.0, 4038.0, 4037.0, 4048.0, 4039.0, 4049.0, 4049.0, 4049.0, 4061.0, 4030.0, 4051.0, 4060.0, 4036.0, 4058.0, 4026.0, 4058.0, 4026.0, 4038.0, 4017.0, 4036.0, 4046.0, 4027.0, 4047.0, 4060.0, 4038.0, 4047.0, 4038.0, 4048.0, 4048.0, 4038.0, 4038.0, 4049.0, 4039.0, 4048.0, 4027.0, 4036.0, 4046.0, 4024.0, 4024.0, 4023.0, 4024.0, 4046.0, 4024.0, 4035.0, 4013.0, 4023.0, 4023.0, 4024.0, 4036.0, 4047.0, 4037.0, 4037.0, 4048.0, 4026.0, 4035.0, 4037.0, 4037.0, 4038.0, 4038.0, 4038.0, 4037.0, 4014.0, 4035.0, 4035.0, 4034.0, 4036.0, 4046.0, 4025.0, 4035.0, 4035.0, 4024.0, 4036.0, 4049.0, 4028.0, 4049.0, 4037.0, 4025.0, 4039.0, 4049.0, 4036.0, 4037.0, 4026.0, 4024.0, 4034.0, 4022.0, 4012.0, 4015.0, 4036.0, 4035.0, 4036.0, 4035.0, 4023.0, 4023.0, 4044.0, 4025.0, 4034.0, 4023.0, 4031.0, 4032.0, 4022.0, 4021.0, 4021.0, 4022.0, 4022.0, 4033.0, 4023.0, 4021.0, 4031.0, 4019.0, 4020.0, 4021.0, 4022.0, 4023.0, 4035.0, 4023.0, 4051.0, 4017.0, 4023.0, 4000.0, 4023.0, 4016.0, 4062.0, 4054.0, 4051.0, 4013.0, 4026.0, 4041.0, 4039.0, 3997.0, 4032.0, 4049.0, 4072.0, 4058.0, 4028.0, 4047.0, 4036.0, 4035.0, 4036.0, 4037.0, 4049.0, 4038.0, 4050.0, 4038.0, 4027.0, 4038.0, 4047.0, 4035.0, 4026.0, 4026.0, 4034.0, 4024.0, 4025.0, 4036.0, 4027.0, 4038.0, 4050.0, 4028.0, 4049.0, 4050.0, 4038.0, 4051.0, 4065.0, 4064.0, 4055.0, 4042.0, 4064.0, 4051.0, 4039.0, 4048.0, 4040.0, 4063.0, 4061.0, 4051.0, 4063.0, 4029.0, 4050.0, 4052.0, 4041.0, 4052.0, 4039.0, 4048.0, 4049.0, 4027.0, 4050.0, 4060.0, 4039.0, 4050.0, 4028.0, 4047.0, 4036.0, 4036.0, 4047.0, 4037.0, 4047.0, 4024.0, 4049.0, 4047.0, 4034.0, 4035.0, 4019.0, 4079.0, 4069.0, 4045.0, 4062.0, 4023.0, 4009.0, 4034.0, 4028.0, 4051.0, 4049.0, 4039.0, 4036.0, 4016.0, 4039.0, 4048.0, 4038.0, 4050.0, 4017.0, 4037.0, 4047.0, 4038.0, 4037.0, 4038.0, 4037.0, 4048.0, 4056.0, 4135.0, 4131.0, 4053.0, 4051.0, 4051.0, 4017.0, 4048.0, 4025.0, 4025.0, 4036.0, 4047.0, 4049.0, 4048.0, 4036.0, 4036.0, 4037.0, 4027.0, 4049.0, 4034.0, 4036.0, 4033.0, 4014.0, 4024.0, 4036.0, 4047.0, 4037.0, 4025.0, 4036.0, 4013.0, 4026.0, 4036.0, 4026.0, 4027.0, 4049.0, 4026.0, 4036.0, 4016.0, 4027.0, 4038.0, 4048.0, 4028.0, 4038.0, 4047.0, 4025.0, 4035.0, 4014.0, 4025.0, 4046.0, 4015.0, 4045.0, 4036.0, 4024.0, 4035.0, 4035.0, 4025.0, 4035.0, 4035.0, 4025.0, 4024.0, 4036.0, 4017.0, 4038.0, 4048.0, 4038.0, 4037.0, 4037.0, 4038.0, 4038.0, 4047.0, 4049.0, 4035.0, 4036.0, 4015.0, 4024.0, 4057.0, 4025.0, 4026.0, 4025.0, 4026.0, 4047.0, 4014.0, 4036.0, 4036.0, 4025.0, 4037.0, 4036.0, 4024.0, 4036.0, 4048.0, 4036.0, 4038.0, 4037.0, 4024.0, 4046.0, 4015.0, 4037.0, 4036.0, 4015.0, 4036.0, 4037.0, 4025.0, 4035.0, 4038.0, 4028.0, 4038.0, 4048.0, 4025.0, 4036.0, 4036.0, 4026.0, 4037.0, 4068.0, 4024.0, 4034.0, 4024.0, 4023.0, 4024.0, 4024.0, 4036.0, 4034.0, 4024.0, 4036.0, 4015.0, 4025.0, 4025.0, 4025.0, 4036.0, 4036.0, 4024.0, 4036.0, 4014.0, 4023.0, 4022.0, 4024.0, 4034.0, 4036.0, 4025.0, 4036.0, 4004.0, 4025.0, 4035.0, 4016.0, 4036.0, 4036.0, 4015.0, 4035.0, 4035.0, 4024.0, 4036.0, 4047.0, 4025.0, 4036.0, 4015.0, 4025.0, 4036.0, 4025.0, 4037.0, 4036.0, 4037.0, 4036.0, 4024.0, 4035.0, 4025.0, 4037.0, 4057.0, 4035.0, 4024.0, 4013.0, 4035.0, 4023.0, 4035.0, 4046.0, 4016.0, 4037.0, 4048.0, 4036.0, 4048.0, 4037.0, 4038.0, 4062.0, 4028.0, 4037.0, 4024.0, 4034.0, 4046.0, 4036.0, 4047.0, 4024.0, 4036.0, 4023.0, 4033.0, 4037.0, 4015.0, 4035.0, 4036.0, 4025.0, 4036.0, 4015.0, 4025.0, 4046.0, 4016.0, 4037.0, 4038.0, 4027.0, 4038.0, 4036.0, 4025.0, 4025.0, 4057.0, 4036.0, 4046.0, 4014.0, 4024.0, 4021.0, 4024.0, 4034.0, 4024.0, 4035.0, 4025.0, 4036.0, 4035.0, 4025.0, 4036.0, 4027.0, 4038.0, 4037.0, 4037.0, 4025.0, 4025.0, 4023.0, 4013.0, 4023.0, 4003.0, 4023.0, 4012.0, 4023.0, 4024.0, 4014.0, 4036.0, 4025.0, 4037.0, 4036.0, 4014.0, 4024.0, 4014.0, 4036.0, 4046.0, 4033.0, 4033.0, 4001.0, 4011.0, 4000.0, 4021.0, 4013.0, 4013.0, 4034.0, 4024.0, 4034.0, 4013.0, 4024.0, 4035.0, 4015.0, 4036.0, 4025.0, 4024.0, 4033.0, 4002.0, 4023.0, 4022.0, 4023.0, 4001.0, 4001.0, 4022.0, 4001.0, 4023.0, 4023.0, 4014.0, 4035.0, 4003.0, 4033.0, 4002.0, 4014.0, 4023.0, 4014.0, 4024.0, 4046.0, 4015.0, 4035.0, 4022.0, 4012.0, 4035.0, 4037.0, 4027.0, 4036.0, 4011.0, 4011.0, 4001.0, 3980.0, 4021.0, 4022.0, 4010.0, 4008.0, 4010.0, 4021.0, 3991.0, 4020.0, 4009.0, 4021.0, 3999.0, 3968.0, 4010.0, 4020.0, 4010.0, 4010.0, 4010.0, 4021.0, 4009.0, 4011.0, 4011.0, 3979.0, 4010.0, 3998.0, 4008.0, 3997.0, 3997.0, 3986.0, 3977.0, 3998.0, 3997.0, 4008.0, 3998.0, 3997.0, 4008.0, 3997.0, 3999.0, 4010.0, 4011.0, 4020.0, 4000.0, 4010.0, 4009.0, 4009.0, 3998.0, 3978.0, 4008.0, 3987.0, 4007.0, 3987.0, 3977.0, 3999.0, 4000.0, 3991.0, 4024.0, 4013.0, 4024.0, 4012.0, 3990.0, 4010.0, 3990.0, 4011.0, 4001.0, 3990.0, 4011.0, 4002.0, 4003.0, 4013.0, 4002.0, 4015.0, 4002.0, 3991.0, 4001.0, 3990.0, 3990.0, 4012.0, 3990.0, 4011.0, 3999.0, 3988.0, 4000.0, 4000.0, 3989.0, 4012.0, 4000.0, 3989.0, 4000.0, 4000.0, 4000.0, 4021.0, 3989.0, 4000.0, 4009.0, 3987.0, 3988.0, 3988.0, 3998.0, 4019.0, 3988.0, 4009.0, 3987.0, 3998.0, 4009.0, 3989.0, 3999.0, 4000.0, 4000.0, 3999.0, 3988.0, 3998.0, 4010.0, 3999.0, 3999.0, 3977.0, 3998.0, 3998.0, 3987.0, 3987.0, 3998.0, 3998.0, 3997.0, 3986.0, 3997.0, 3987.0, 3998.0, 3999.0, 4009.0, 3999.0, 3997.0, 3987.0, 3998.0, 4008.0, 3988.0, 3997.0, 3976.0, 3976.0, 3998.0, 4001.0, 4007.0], 'WindowWidth': [9072.0, 9042.0, 8992.0, 9010.0, 9006.0, 9005.0, 9000.0, 8968.0, 8979.0, 8970.0, 8942.0, 9000.0, 8989.0, 8962.0, 9025.0, 8995.0, 9022.0, 8975.0, 8991.0, 8990.0, 8951.0, 9009.0, 8993.0, 9005.0, 8974.0, 8962.0, 8992.0, 8995.0, 8986.0, 9014.0, 8999.0, 9001.0, 9032.0, 8991.0, 9017.0, 9001.0, 8971.0, 8997.0, 8983.0, 8985.0, 9001.0, 8991.0, 9019.0, 9015.0, 8985.0, 9015.0, 8997.0, 9013.0, 9031.0, 9001.0, 9009.0, 8979.0, 8994.0, 8987.0, 8984.0, 9017.0, 8987.0, 9017.0, 9002.0, 8985.0, 8997.0, 8982.0, 8997.0, 9028.0, 8984.0, 8998.0, 8993.0, 8994.0, 8993.0, 9006.0, 9177.0, 9157.0, 8996.0, 9007.0, 9009.0, 8968.0, 9003.0, 8969.0, 8982.0, 8996.0, 8982.0, 9002.0, 8991.0, 9023.0, 9041.0, 9016.0, 9044.0, 9036.0, 8988.0, 9014.0, 9000.0, 8999.0, 9046.0, 9012.0, 9018.0, 8985.0, 9000.0, 8988.0, 8998.0, 9017.0, 9004.0, 9020.0, 9006.0, 8996.0, 8997.0, 8983.0, 8999.0, 9041.0, 8980.0, 8995.0, 8979.0, 8993.0, 8978.0, 8977.0, 8994.0, 8978.0, 9000.0, 8994.0, 8992.0, 8988.0, 8972.0, 8979.0, 8995.0, 8996.0, 9005.0, 8987.0, 9016.0, 8994.0, 8980.0, 8995.0, 9002.0, 9003.0, 8999.0, 9012.0, 9000.0, 9011.0, 8962.0, 8990.0, 8990.0, 8977.0, 8992.0, 8979.0, 8998.0, 8997.0, 8996.0, 8999.0, 9019.0, 9007.0, 9024.0, 8995.0, 9017.0, 9015.0, 8982.0, 9025.0, 8997.0, 9022.0, 8993.0, 8992.0, 8964.0, 8989.0, 8953.0, 8954.0, 8988.0, 8981.0, 8978.0, 8993.0, 8962.0, 8989.0, 8976.0, 8986.0, 8973.0, 8961.0, 8975.0, 8995.0, 8996.0, 8976.0, 8959.0, 8972.0, 8955.0, 8968.0, 8958.0, 8957.0, 8971.0, 8992.0, 8976.0, 8994.0, 8963.0, 8976.0, 8988.0, 8960.0, 8994.0, 9001.0, 9016.0, 9000.0, 9013.0, 8981.0, 8992.0, 9002.0, 8996.0, 9001.0, 8984.0, 8998.0, 8994.0, 8984.0, 8995.0, 9016.0, 8996.0, 9012.0, 8983.0, 8980.0, 8995.0, 8980.0, 8998.0, 9000.0, 9001.0, 9018.0, 8985.0, 9012.0, 8998.0, 8997.0, 9015.0, 8982.0, 8993.0, 9006.0, 8975.0, 8976.0, 8977.0, 8992.0, 8992.0, 8979.0, 8996.0, 8991.0, 8994.0, 8993.0, 8978.0, 8990.0, 9026.0, 8981.0, 8996.0, 8961.0, 8975.0, 8987.0, 8973.0, 8987.0, 8963.0, 8996.0, 9013.0, 8978.0, 8990.0, 8977.0, 8991.0, 9011.0, 8999.0, 8996.0, 9013.0, 9000.0, 9014.0, 9012.0, 9014.0, 9033.0, 8992.0, 9020.0, 9032.0, 8995.0, 9024.0, 8978.0, 9023.0, 8978.0, 8998.0, 8972.0, 8993.0, 9005.0, 8982.0, 9007.0, 9030.0, 8997.0, 9010.0, 8999.0, 9012.0, 9011.0, 8997.0, 8997.0, 9016.0, 9001.0, 9013.0, 8984.0, 8992.0, 9006.0, 8972.0, 8970.0, 8971.0, 8974.0, 9005.0, 8973.0, 8988.0, 8957.0, 8969.0, 8969.0, 8971.0, 8991.0, 9006.0, 8994.0, 8997.0, 9011.0, 8978.0, 8991.0, 8992.0, 8995.0, 8997.0, 8999.0, 8997.0, 8994.0, 8959.0, 8986.0, 8987.0, 8988.0, 8989.0, 9006.0, 8974.0, 8989.0, 8987.0, 8973.0, 8990.0, 9012.0, 8985.0, 9012.0, 8993.0, 8974.0, 9000.0, 9014.0, 8995.0, 8996.0, 8981.0, 8974.0, 8985.0, 8967.0, 8955.0, 8963.0, 8991.0, 8991.0, 8990.0, 8987.0, 8971.0, 8967.0, 8999.0, 8976.0, 8985.0, 8968.0, 8976.0, 8979.0, 8964.0, 8962.0, 8962.0, 8966.0, 8965.0, 8982.0, 8968.0, 8961.0, 8975.0, 8958.0, 8959.0, 8961.0, 8965.0, 8969.0, 8989.0, 8967.0, 9019.0, 8968.0, 8968.0, 8931.0, 8969.0, 8962.0, 9030.0, 9022.0, 9013.0, 8945.0, 8968.0, 9000.0, 8997.0, 8921.0, 8979.0, 9016.0, 9052.0, 9030.0, 8989.0, 9011.0, 8994.0, 8990.0, 8993.0, 8999.0, 9018.0, 9004.0, 9020.0, 9000.0, 8986.0, 8999.0, 9012.0, 8993.0, 8982.0, 8980.0, 8988.0, 8975.0, 8975.0, 8993.0, 8983.0, 8999.0, 9021.0, 8989.0, 9019.0, 9021.0, 9004.0, 9024.0, 9049.0, 9046.0, 9033.0, 9015.0, 9043.0, 9022.0, 9002.0, 9016.0, 9009.0, 9039.0, 9036.0, 9024.0, 9041.0, 8990.0, 9017.0, 9024.0, 9008.0, 9024.0, 9007.0, 9016.0, 9015.0, 8986.0, 9017.0, 9032.0, 9003.0, 9019.0, 8987.0, 9009.0, 8995.0, 8992.0, 9009.0, 8994.0, 9009.0, 8978.0, 9014.0, 9009.0, 8987.0, 8989.0, 8975.0, 9077.0, 9062.0, 9020.0, 9037.0, 8972.0, 8943.0, 8987.0, 8986.0, 9021.0, 9016.0, 9001.0, 8992.0, 8967.0, 9002.0, 9014.0, 8999.0, 9018.0, 8970.0, 8994.0, 9007.0, 8998.0, 8997.0, 8999.0, 8996.0, 9014.0, 9038.0, 9176.0, 9165.0, 9029.0, 9017.0, 9021.0, 8968.0, 9011.0, 8976.0, 8975.0, 8991.0, 9007.0, 9011.0, 9010.0, 8991.0, 8991.0, 8995.0, 8980.0, 9010.0, 8987.0, 8988.0, 8985.0, 8957.0, 8971.0, 8988.0, 9004.0, 8992.0, 8974.0, 8990.0, 8958.0, 8974.0, 8989.0, 8978.0, 8980.0, 9013.0, 8977.0, 8989.0, 8964.0, 8979.0, 8995.0, 9012.0, 8981.0, 8994.0, 9005.0, 8973.0, 8986.0, 8958.0, 8974.0, 9003.0, 8961.0, 9000.0, 8988.0, 8971.0, 8986.0, 8988.0, 8975.0, 8987.0, 8988.0, 8973.0, 8971.0, 8990.0, 8966.0, 8995.0, 9011.0, 8997.0, 8994.0, 8993.0, 8996.0, 8997.0, 9009.0, 9012.0, 8990.0, 8990.0, 8962.0, 8971.0, 9020.0, 8975.0, 8976.0, 8976.0, 8976.0, 9006.0, 8960.0, 8988.0, 8991.0, 8977.0, 8993.0, 8990.0, 8973.0, 8990.0, 9010.0, 8992.0, 8995.0, 8995.0, 8973.0, 9002.0, 8960.0, 8992.0, 8990.0, 8963.0, 8991.0, 8991.0, 8975.0, 8988.0, 8997.0, 8983.0, 8995.0, 9010.0, 8976.0, 8990.0, 8989.0, 8976.0, 8993.0, 9037.0, 8972.0, 8985.0, 8973.0, 8968.0, 8969.0, 8970.0, 8988.0, 8986.0, 8972.0, 8990.0, 8961.0, 8972.0, 8973.0, 8974.0, 8991.0, 8991.0, 8972.0, 8989.0, 8956.0, 8968.0, 8967.0, 8969.0, 8985.0, 8991.0, 8974.0, 8989.0, 8945.0, 8973.0, 8986.0, 8965.0, 8989.0, 8990.0, 8960.0, 8987.0, 8986.0, 8971.0, 8990.0, 9006.0, 8975.0, 8991.0, 8962.0, 8974.0, 8989.0, 8974.0, 8991.0, 8992.0, 8994.0, 8992.0, 8970.0, 8987.0, 8974.0, 8992.0, 9020.0, 8987.0, 8971.0, 8955.0, 8984.0, 8969.0, 8986.0, 9003.0, 8963.0, 8994.0, 9009.0, 8991.0, 9008.0, 8992.0, 8996.0, 9035.0, 8986.0, 8994.0, 8972.0, 8982.0, 9004.0, 8992.0, 9007.0, 8972.0, 8988.0, 8969.0, 8983.0, 8994.0, 8961.0, 8987.0, 8992.0, 8972.0, 8989.0, 8961.0, 8974.0, 9001.0, 8963.0, 8993.0, 8994.0, 8980.0, 8994.0, 8989.0, 8974.0, 8974.0, 9022.0, 8989.0, 9003.0, 8959.0, 8969.0, 8963.0, 8969.0, 8983.0, 8970.0, 8987.0, 8973.0, 8989.0, 8988.0, 8973.0, 8988.0, 8979.0, 8994.0, 8995.0, 8991.0, 8972.0, 8970.0, 8967.0, 8954.0, 8966.0, 8941.0, 8968.0, 8952.0, 8967.0, 8970.0, 8958.0, 8989.0, 8977.0, 8991.0, 8988.0, 8956.0, 8969.0, 8958.0, 8987.0, 9005.0, 8981.0, 8981.0, 8935.0, 8946.0, 8932.0, 8961.0, 8955.0, 8954.0, 8984.0, 8971.0, 8984.0, 8953.0, 8969.0, 8986.0, 8961.0, 8987.0, 8972.0, 8970.0, 8981.0, 8936.0, 8966.0, 8966.0, 8967.0, 8936.0, 8933.0, 8962.0, 8935.0, 8966.0, 8967.0, 8957.0, 8986.0, 8942.0, 8980.0, 8938.0, 8955.0, 8966.0, 8957.0, 8968.0, 9001.0, 8960.0, 8986.0, 8964.0, 8949.0, 8984.0, 8991.0, 8975.0, 8981.0, 8939.0, 8939.0, 8928.0, 8900.0, 8956.0, 8956.0, 8938.0, 8933.0, 8936.0, 8957.0, 8916.0, 8953.0, 8936.0, 8955.0, 8923.0, 8881.0, 8938.0, 8951.0, 8940.0, 8940.0, 8940.0, 8955.0, 8936.0, 8940.0, 8942.0, 8898.0, 8938.0, 8921.0, 8931.0, 8917.0, 8916.0, 8901.0, 8889.0, 8918.0, 8917.0, 8932.0, 8920.0, 8918.0, 8932.0, 8918.0, 8924.0, 8939.0, 8942.0, 8952.0, 8926.0, 8938.0, 8934.0, 8934.0, 8920.0, 8892.0, 8933.0, 8904.0, 8931.0, 8902.0, 8890.0, 8924.0, 8925.0, 8920.0, 8966.0, 8949.0, 8964.0, 8943.0, 8914.0, 8940.0, 8913.0, 8941.0, 8930.0, 8914.0, 8943.0, 8932.0, 8936.0, 8948.0, 8935.0, 8956.0, 8934.0, 8916.0, 8928.0, 8913.0, 8915.0, 8945.0, 8913.0, 8942.0, 8922.0, 8909.0, 8926.0, 8927.0, 8912.0, 8947.0, 8929.0, 8911.0, 8925.0, 8926.0, 8925.0, 8958.0, 8913.0, 8928.0, 8938.0, 8904.0, 8906.0, 8909.0, 8921.0, 8951.0, 8907.0, 8937.0, 8904.0, 8920.0, 8936.0, 8912.0, 8926.0, 8927.0, 8927.0, 8923.0, 8907.0, 8921.0, 8941.0, 8924.0, 8925.0, 8893.0, 8919.0, 8920.0, 8904.0, 8905.0, 8921.0, 8920.0, 8919.0, 8901.0, 8916.0, 8904.0, 8921.0, 8923.0, 8937.0, 8923.0, 8917.0, 8903.0, 8918.0, 8935.0, 8906.0, 8920.0, 8890.0, 8888.0, 8919.0, 8930.0, 8933.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.026497571115973746</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06078652746170678</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.36637705015335</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3230272692004363</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.4078058316757935</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5151</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3425.1287</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12610852623046698</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.62800875273523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6068563705625203</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4473607598321907</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.895352840060318</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.477855511795053</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0108838</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01753450185060501</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04109572991728783</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9583626150451567</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>19.0023</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.0907</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.5169</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292051.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>950.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.9886</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2023</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.3516</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3160.3724</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3328.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84493.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1144.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4166.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>840.7467</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.544361006468534</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> |