=== 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-0073 --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-0073",
"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-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-02/func/sub-0073_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>8239b2ed5cc13ce94b411fc95d5499ce</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>20:11:2.007500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998608, 0.000750023, -0.0527306, 0.00923766, 0.981951, 0.188909]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0953388</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4137, -7824, -7281, 577, -101, -306, -135, 98]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.56</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>23e95b98-d452-480c-a600-e3f66c2f2c21||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6791934967041016, 0.024783972650766373, -0.14018560945987701, 114.8960189819336], [-0.002012257929891348, 2.634503126144409, 0.5106598734855652, -97.06008911132812], [-0.1414724439382553, -0.5068292021751404, 2.6475601196289062, -51.23948287963867], [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': ['201102.007500', '201102.467500', '201102.927500', '201103.387500', '201103.847500', '201104.307500', '201104.767500', '201105.227500', '201105.687500', '201106.147500', '201106.607500', '201107.067500', '201107.527500', '201107.987500', '201108.447500', '201108.907500', '201109.367500', '201109.827500', '201110.287500', '201110.747500', '201111.207500', '201111.667500', '201112.127500', '201112.587500', '201113.047500', '201113.507500', '201113.967500', '201114.427500', '201114.887500', '201115.347500', '201115.807500', '201116.267500', '201116.727500', '201117.187500', '201117.647500', '201118.107500', '201118.567500', '201119.027500', '201119.487500', '201119.947500', '201120.407500', '201120.867500', '201121.327500', '201121.787500', '201122.247500', '201122.707500', '201123.167500', '201123.627500', '201124.087500', '201124.547500', '201125.007500', '201125.467500', '201125.927500', '201126.387500', '201126.847500', '201127.307500', '201127.767500', '201128.227500', '201128.687500', '201129.147500', '201129.607500', '201130.067500', '201130.527500', '201130.987500', '201131.447500', '201131.907500', '201132.367500', '201132.827500', '201133.287500', '201133.747500', '201134.207500', '201134.667500', '201135.127500', '201135.587500', '201136.047500', '201136.507500', '201136.967500', '201137.427500', '201137.887500', '201138.347500', '201138.807500', '201139.267500', '201139.727500', '201140.187500', '201140.647500', '201141.107500', '201141.567500', '201142.027500', '201142.487500', '201142.947500', '201143.407500', '201143.867500', '201144.327500', '201144.787500', '201145.247500', '201145.707500', '201146.167500', '201146.627500', '201147.087500', '201147.547500', '201148.007500', '201148.467500', '201148.927500', '201149.387500', '201149.847500', '201150.307500', '201150.767500', '201151.227500', '201151.687500', '201152.147500', '201152.607500', '201153.067500', '201153.527500', '201153.987500', '201154.447500', '201154.907500', '201155.367500', '201155.827500', '201156.287500', '201156.747500', '201157.207500', '201157.667500', '201158.127500', '201158.587500', '201159.047500', '201159.507500', '201159.967500', '201200.427500', '201200.887500', '201201.347500', '201201.807500', '201202.267500', '201202.727500', '201203.187500', '201203.647500', '201204.107500', '201204.567500', '201205.027500', '201205.487500', '201205.947500', '201206.407500', '201206.867500', '201207.327500', '201207.787500', '201208.247500', '201208.707500', '201209.167500', '201209.627500', '201210.087500', '201210.547500', '201211.007500', '201211.467500', '201211.927500', '201212.387500', '201212.847500', '201213.307500', '201213.767500', '201214.227500', '201214.687500', '201215.147500', '201215.607500', '201216.067500', '201216.527500', '201216.987500', '201217.447500', '201217.907500', '201218.367500', '201218.827500', '201219.287500', '201219.747500', '201220.207500', '201220.667500', '201221.127500', '201221.587500', '201222.047500', '201222.507500', '201222.967500', '201223.427500', '201223.887500', '201224.347500', '201224.807500', '201225.267500', '201225.727500', '201226.187500', '201226.647500', '201227.107500', '201227.567500', '201228.027500', '201228.487500', '201228.947500', '201229.407500', '201229.867500', '201230.327500', '201230.787500', '201231.247500', '201231.707500', '201232.167500', '201232.627500', '201233.087500', '201233.547500', '201234.007500', '201234.467500', '201234.927500', '201235.387500', '201235.847500', '201236.307500', '201236.767500', '201237.227500', '201237.687500', '201238.147500', '201238.607500', '201239.067500', '201239.527500', '201239.987500', '201240.447500', '201240.907500', '201241.367500', '201241.827500', '201242.287500', '201242.747500', '201243.207500', '201243.667500', '201244.127500', '201244.587500', '201245.047500', '201245.507500', '201245.967500', '201246.427500', '201246.887500', '201247.347500', '201247.807500', '201248.267500', '201248.727500', '201249.187500', '201249.647500', '201250.107500', '201250.567500', '201251.027500', '201251.487500', '201251.947500', '201252.407500', '201252.867500', '201253.327500', '201253.787500', '201254.247500', '201254.707500', '201255.167500', '201255.627500', '201256.087500', '201256.547500', '201257.007500', '201257.467500', '201257.927500', '201258.387500', '201258.847500', '201259.307500', '201259.767500', '201300.227500', '201300.687500', '201301.147500', '201301.607500', '201302.067500', '201302.527500', '201302.987500', '201303.447500', '201303.907500', '201304.367500', '201304.827500', '201305.287500', '201305.747500', '201306.207500', '201306.667500', '201307.127500', '201307.587500', '201308.047500', '201308.507500', '201308.967500', '201309.427500', '201309.887500', '201310.347500', '201310.807500', '201311.267500', '201311.727500', '201312.187500', '201312.647500', '201313.107500', '201313.567500', '201314.027500', '201314.487500', '201314.947500', '201315.407500', '201315.867500', '201316.327500', '201316.787500', '201317.247500', '201317.707500', '201318.167500', '201318.627500', '201319.087500', '201319.547500', '201320.007500', '201320.467500', '201320.927500', '201321.387500', '201321.847500', '201322.307500', '201322.767500', '201323.227500', '201323.687500', '201324.147500', '201324.607500', '201325.067500', '201325.527500', '201325.987500', '201326.447500', '201326.907500', '201327.367500', '201327.827500', '201328.287500', '201328.747500', '201329.207500', '201329.667500', '201330.127500', '201330.587500', '201331.047500', '201331.507500', '201331.967500', '201332.427500', '201332.887500', '201333.347500', '201333.807500', '201334.267500', '201334.727500', '201335.187500', '201335.647500', '201336.107500', '201336.567500', '201337.027500', '201337.487500', '201337.947500', '201338.407500', '201338.867500', '201339.327500', '201339.787500', '201340.247500', '201340.707500', '201341.167500', '201341.627500', '201342.087500', '201342.547500', '201343.007500', '201343.467500', '201343.927500', '201344.387500', '201344.847500', '201345.307500', '201345.767500', '201346.227500', '201346.687500', '201347.147500', '201347.607500', '201348.067500', '201348.527500', '201348.987500', '201349.447500', '201349.907500', '201350.367500', '201350.827500', '201351.287500', '201351.747500', '201352.207500', '201352.667500', '201353.127500', '201353.587500', '201354.047500', '201354.507500', '201354.967500', '201355.427500', '201355.887500', '201356.347500', '201356.807500', '201357.267500', '201357.727500', '201358.187500', '201358.647500', '201359.107500', '201359.567500', '201400.027500', '201400.487500', '201400.947500', '201401.407500', '201401.867500', '201402.327500', '201402.787500', '201403.247500', '201403.707500', '201404.167500', '201404.627500', '201405.087500', '201405.547500', '201406.007500', '201406.467500', '201406.927500', '201407.387500', '201407.847500', '201408.307500', '201408.767500', '201409.227500', '201409.687500', '201410.147500', '201410.607500', '201411.067500', '201411.527500', '201411.987500', '201412.447500', '201412.907500', '201413.367500', '201413.827500', '201414.287500', '201414.747500', '201415.207500', '201415.667500', '201416.127500', '201416.587500', '201417.047500', '201417.507500', '201417.967500', '201418.427500', '201418.887500', '201419.347500', '201419.807500', '201420.267500', '201420.727500', '201421.187500', '201421.647500', '201422.107500', '201422.567500', '201423.027500', '201423.487500', '201423.947500', '201424.407500', '201424.867500', '201425.327500', '201425.787500', '201426.247500', '201426.707500', '201427.167500', '201427.627500', '201428.087500', '201428.547500', '201429.007500', '201429.467500', '201429.927500', '201430.387500', '201430.847500', '201431.307500', '201431.767500', '201432.227500', '201432.687500', '201433.147500', '201433.607500', '201434.067500', '201434.527500', '201434.987500', '201435.447500', '201435.907500', '201436.367500', '201436.827500', '201437.287500', '201437.747500', '201438.207500', '201438.667500', '201439.127500', '201439.587500', '201440.047500', '201440.507500', '201440.967500', '201441.427500', '201441.887500', '201442.347500', '201442.807500', '201443.267500', '201443.727500', '201444.187500', '201444.647500', '201445.107500', '201445.567500', '201446.027500', '201446.487500', '201446.947500', '201447.407500', '201447.867500', '201448.327500', '201448.787500', '201449.247500', '201449.707500', '201450.167500', '201450.627500', '201451.087500', '201451.547500', '201452.007500', '201452.467500', '201452.927500', '201453.387500', '201453.847500', '201454.307500', '201454.767500', '201455.227500', '201455.687500', '201456.147500', '201456.607500', '201457.067500', '201457.527500', '201457.987500', '201458.447500', '201458.907500', '201459.367500', '201459.827500', '201500.287500', '201500.747500', '201501.207500', '201501.667500', '201502.127500', '201502.587500', '201503.047500', '201503.507500', '201503.967500', '201504.427500', '201504.887500', '201505.347500', '201505.807500', '201506.267500', '201506.727500', '201507.187500', '201507.647500', '201508.107500', '201508.567500', '201509.027500', '201509.487500', '201509.947500', '201510.407500', '201510.867500', '201511.327500', '201511.787500', '201512.247500', '201512.707500', '201513.167500', '201513.627500', '201514.087500', '201514.547500', '201515.007500', '201515.467500', '201515.927500', '201516.387500', '201516.847500', '201517.307500', '201517.767500', '201518.227500', '201518.687500', '201519.147500', '201519.607500', '201520.067500', '201520.527500', '201520.987500', '201521.447500', '201521.907500', '201522.367500', '201522.827500', '201523.287500', '201523.747500', '201524.207500', '201524.667500', '201525.127500', '201525.587500', '201526.047500', '201526.507500', '201526.967500', '201527.427500', '201527.887500', '201528.347500', '201528.807500', '201529.267500', '201529.727500', '201530.187500', '201530.647500', '201531.107500', '201531.567500', '201532.027500', '201532.487500', '201532.947500', '201533.407500', '201533.867500', '201534.327500', '201534.787500', '201535.247500', '201535.707500', '201536.167500', '201536.627500', '201537.087500', '201537.547500', '201538.007500', '201538.467500', '201538.927500', '201539.387500', '201539.847500', '201540.307500', '201540.767500', '201541.227500', '201541.687500', '201542.147500', '201542.607500', '201543.067500', '201543.527500', '201543.987500', '201544.447500', '201544.907500', '201545.367500', '201545.827500', '201546.287500', '201546.747500', '201547.207500', '201547.667500', '201548.127500', '201548.587500', '201549.047500', '201549.507500', '201549.967500', '201550.427500', '201550.887500', '201551.347500', '201551.807500', '201552.267500', '201552.727500', '201553.187500', '201553.647500', '201554.107500', '201554.567500', '201555.027500', '201555.487500', '201555.947500', '201556.407500', '201556.867500', '201557.327500', '201557.787500', '201558.247500', '201558.707500', '201559.167500', '201559.627500', '201600.087500', '201600.547500', '201601.007500', '201601.467500', '201601.927500', '201602.387500', '201602.847500', '201603.307500', '201603.767500', '201604.227500', '201604.687500', '201605.147500', '201605.607500', '201606.067500', '201606.527500', '201606.987500', '201607.447500', '201607.907500', '201608.367500', '201608.827500', '201609.287500', '201609.747500', '201610.207500', '201610.667500', '201611.127500', '201611.587500', '201612.047500', '201612.507500', '201612.967500', '201613.427500', '201613.887500', '201614.347500', '201614.807500', '201615.267500', '201615.727500', '201616.187500', '201616.647500', '201617.107500', '201617.567500', '201618.027500', '201618.487500', '201618.947500', '201619.407500', '201619.867500', '201620.327500', '201620.787500', '201621.247500', '201621.707500', '201622.167500', '201622.627500', '201623.087500', '201623.547500', '201624.007500', '201624.467500', '201624.927500', '201625.387500', '201625.847500', '201626.307500', '201626.767500', '201627.227500', '201627.687500', '201628.147500', '201628.607500', '201629.067500', '201629.527500', '201629.987500', '201630.447500', '201630.907500', '201631.367500', '201631.827500', '201632.287500', '201632.747500', '201633.207500', '201633.667500', '201634.127500', '201634.587500', '201635.047500', '201635.507500', '201635.967500', '201636.427500', '201636.887500', '201637.347500', '201637.807500', '201638.267500', '201638.727500', '201639.187500', '201639.647500', '201640.107500', '201640.567500', '201641.027500', '201641.487500', '201641.947500', '201642.407500', '201642.867500', '201643.327500', '201643.787500', '201644.247500', '201644.707500', '201645.167500', '201645.627500', '201646.087500', '201646.547500', '201647.007500', '201647.467500', '201647.927500', '201648.387500', '201648.847500', '201649.307500', '201649.767500', '201650.227500', '201650.687500', '201651.147500', '201651.607500', '201652.067500', '201652.527500', '201652.987500', '201653.447500', '201653.907500', '201654.367500', '201654.827500', '201655.287500', '201655.747500', '201656.207500', '201656.667500', '201657.127500', '201657.587500', '201658.047500', '201658.507500', '201658.967500', '201659.427500', '201659.887500', '201700.347500', '201700.807500', '201701.267500', '201701.727500', '201702.187500', '201702.647500', '201703.107500', '201703.567500', '201704.027500', '201704.487500', '201704.947500', '201705.407500', '201705.867500', '201706.327500', '201706.787500', '201707.247500', '201707.707500', '201708.167500', '201708.627500', '201709.087500', '201709.547500', '201710.007500', '201710.467500', '201710.927500', '201711.387500', '201711.847500', '201712.307500', '201712.767500', '201713.227500', '201713.687500', '201714.147500', '201714.607500', '201715.067500', '201715.527500', '201715.987500', '201716.447500', '201716.907500', '201717.367500', '201717.827500', '201718.287500', '201718.747500', '201719.207500', '201719.667500', '201720.127500', '201720.587500', '201721.047500', '201721.507500', '201721.967500', '201722.427500', '201722.887500', '201723.347500', '201723.807500', '201724.267500', '201724.727500', '201725.187500', '201725.647500', '201726.107500', '201726.567500', '201727.027500', '201727.487500', '201727.947500', '201728.407500', '201728.867500', '201729.327500', '201729.787500', '201730.247500', '201730.707500', '201731.167500', '201731.627500', '201732.087500', '201732.547500', '201733.007500', '201733.467500', '201733.927500', '201734.387500', '201734.847500', '201735.307500', '201735.767500', '201736.227500', '201736.687500', '201737.147500', '201737.607500', '201738.067500', '201738.527500', '201738.987500', '201739.447500', '201739.907500', '201740.367500', '201740.827500', '201741.287500', '201741.747500', '201742.207500', '201742.667500', '201743.127500', '201743.587500', '201744.047500', '201744.507500', '201744.967500', '201745.427500', '201745.887500', '201746.347500', '201746.807500', '201747.267500', '201747.727500', '201748.187500', '201748.647500', '201749.107500', '201749.567500', '201750.027500', '201750.487500', '201750.947500', '201751.407500', '201751.867500', '201752.327500', '201752.787500', '201753.247500', '201753.707500', '201754.167500', '201754.627500', '201755.087500', '201755.547500', '201756.007500', '201756.467500', '201756.927500', '201757.387500', '201757.847500', '201758.307500', '201758.767500', '201759.227500', '201759.687500', '201800.147500', '201800.607500', '201801.067500', '201801.527500', '201801.987500'], 'ContentTime': ['201112.731000', '201112.734000', '201112.737000', '201112.740000', '201112.742000', '201112.745000', '201112.748000', '201112.750000', '201112.762000', '201112.765000', '201112.768000', '201112.774000', '201112.777000', '201112.780000', '201112.782000', '201112.785000', '201112.788000', '201112.790000', '201112.793000', '201112.795000', '201132.681000', '201132.683000', '201132.686000', '201132.689000', '201132.692000', '201132.694000', '201132.697000', '201132.699000', '201132.702000', '201132.705000', '201132.707000', '201132.710000', '201132.713000', '201132.715000', '201132.718000', '201132.720000', '201132.723000', '201132.726000', '201132.728000', '201132.731000', '201132.733000', '201132.736000', '201132.738000', '201132.741000', '201132.744000', '201132.746000', '201132.749000', '201132.751000', '201132.754000', '201132.756000', '201132.759000', '201132.762000', '201132.764000', '201132.767000', '201132.769000', '201132.772000', '201132.779000', '201132.782000', '201132.784000', '201132.795000', '201132.798000', '201132.819000', '201132.822000', '201132.825000', '201152.680000', '201152.683000', '201152.686000', '201152.688000', '201152.691000', '201152.694000', '201152.696000', '201152.699000', '201152.701000', '201152.704000', '201152.707000', '201152.709000', '201152.712000', '201152.715000', '201152.717000', '201152.720000', '201152.722000', '201152.725000', '201152.728000', '201152.730000', '201152.733000', '201152.735000', '201152.738000', '201152.740000', '201152.743000', '201152.746000', '201152.748000', '201152.751000', '201152.754000', '201152.756000', '201152.759000', '201152.761000', '201152.764000', '201152.767000', '201152.769000', '201152.772000', '201152.775000', '201152.777000', '201152.780000', '201152.783000', '201152.785000', '201152.788000', '201152.794000', '201212.680000', '201212.684000', '201212.686000', '201212.689000', '201212.692000', '201212.694000', '201212.697000', '201212.700000', '201212.702000', '201212.705000', '201212.708000', '201212.710000', '201212.713000', '201212.716000', '201212.718000', '201212.721000', '201212.723000', '201212.726000', '201212.729000', '201212.731000', '201212.734000', '201212.736000', '201212.739000', '201212.742000', '201212.744000', '201212.747000', '201212.749000', '201212.752000', '201212.755000', '201212.757000', '201212.760000', '201212.762000', '201212.765000', '201212.768000', '201212.770000', '201212.773000', '201212.775000', '201212.778000', '201212.781000', '201212.783000', '201212.786000', '201212.788000', '201212.791000', '201232.681000', '201232.683000', '201232.686000', '201232.689000', '201232.691000', '201232.694000', '201232.697000', '201232.699000', '201232.702000', '201232.711000', '201232.714000', '201232.716000', '201232.719000', '201232.721000', '201232.724000', '201232.727000', '201232.729000', '201232.732000', '201232.734000', '201232.737000', '201232.740000', '201232.742000', '201232.745000', '201232.747000', '201232.750000', '201232.753000', '201232.755000', '201232.758000', '201232.760000', '201232.763000', '201232.766000', '201232.768000', '201232.771000', '201232.774000', '201232.776000', '201232.779000', '201232.782000', '201232.784000', '201232.787000', '201232.789000', '201232.792000', '201232.795000', '201232.797000', '201232.800000', '201252.681000', '201252.684000', '201252.687000', '201252.690000', '201252.692000', '201252.695000', '201252.699000', '201252.701000', '201252.704000', '201252.707000', '201252.710000', '201252.712000', '201252.715000', '201252.718000', '201252.720000', '201252.723000', '201252.726000', '201252.728000', '201252.731000', '201252.734000', '201252.736000', '201252.739000', '201252.741000', '201252.744000', '201252.747000', '201252.749000', '201252.752000', '201252.755000', '201252.758000', '201252.761000', '201252.763000', '201252.766000', '201252.781000', '201252.784000', '201252.787000', '201252.789000', '201252.792000', '201252.794000', '201252.797000', '201252.823000', '201252.825000', '201252.828000', '201252.831000', '201312.682000', '201312.685000', '201312.687000', '201312.690000', '201312.692000', '201312.695000', '201312.698000', '201312.700000', '201312.703000', '201312.706000', '201312.708000', '201312.711000', '201312.713000', '201312.716000', '201312.719000', '201312.721000', '201312.724000', '201312.727000', '201312.729000', '201312.732000', '201312.734000', '201312.737000', '201312.740000', '201312.742000', '201312.745000', '201312.748000', '201312.750000', '201312.753000', '201312.756000', '201312.758000', '201312.761000', '201312.764000', '201312.766000', '201312.769000', '201312.771000', '201312.774000', '201312.777000', '201312.779000', '201312.782000', '201312.784000', '201312.787000', '201312.790000', '201312.792000', '201312.795000', '201332.680000', '201332.683000', '201332.686000', '201332.689000', '201332.691000', '201332.694000', '201332.697000', '201332.700000', '201332.702000', '201332.705000', '201332.707000', '201332.710000', '201332.713000', '201332.715000', '201332.718000', '201332.721000', '201332.723000', '201332.726000', '201332.728000', '201332.731000', '201332.733000', '201332.736000', '201332.739000', '201332.741000', '201332.744000', '201332.746000', '201332.749000', '201332.751000', '201332.754000', '201332.757000', '201332.759000', '201332.762000', '201332.765000', '201332.767000', '201332.770000', '201332.773000', '201332.775000', '201332.778000', '201332.780000', '201332.783000', '201332.785000', '201332.788000', '201332.791000', '201352.680000', '201352.683000', '201352.686000', '201352.688000', '201352.691000', '201352.694000', '201352.696000', '201352.699000', '201352.702000', '201352.704000', '201352.707000', '201352.709000', '201352.712000', '201352.715000', '201352.717000', '201352.720000', '201352.722000', '201352.725000', '201352.728000', '201352.730000', '201352.733000', '201352.736000', '201352.738000', '201352.741000', '201352.744000', '201352.746000', '201352.749000', '201352.752000', '201352.755000', '201352.757000', '201352.760000', '201352.762000', '201352.765000', '201352.768000', '201352.770000', '201352.773000', '201352.776000', '201352.778000', '201352.781000', '201352.783000', '201352.786000', '201352.789000', '201352.791000', '201352.794000', '201412.681000', '201412.683000', '201412.686000', '201412.689000', '201412.692000', '201412.694000', '201412.697000', '201412.700000', '201412.702000', '201412.705000', '201412.707000', '201412.710000', '201412.713000', '201412.715000', '201412.718000', '201412.721000', '201412.723000', '201412.728000', '201412.730000', '201412.733000', '201412.736000', '201412.740000', '201412.743000', '201412.745000', '201412.748000', '201412.751000', '201412.753000', '201412.756000', '201412.759000', '201412.761000', '201412.764000', '201412.767000', '201412.769000', '201412.772000', '201412.774000', '201412.783000', '201412.786000', '201412.788000', '201412.791000', '201412.794000', '201412.797000', '201412.800000', '201412.831000', '201432.680000', '201432.683000', '201432.686000', '201432.688000', '201432.691000', '201432.694000', '201432.696000', '201432.699000', '201432.701000', '201432.704000', '201432.707000', '201432.710000', '201432.712000', '201432.748000', '201432.750000', '201432.753000', '201432.756000', '201432.758000', '201432.761000', '201432.764000', '201432.766000', '201432.769000', '201432.771000', '201432.774000', '201432.777000', '201432.779000', '201432.782000', '201432.785000', '201432.787000', '201432.790000', '201432.792000', '201432.795000', '201432.798000', '201432.840000', '201432.842000', '201432.845000', '201432.847000', '201432.850000', '201432.853000', '201432.855000', '201432.858000', '201432.860000', '201432.863000', '201432.866000', '201452.680000', '201452.683000', '201452.686000', '201452.689000', '201452.691000', '201452.694000', '201452.696000', '201452.699000', '201452.702000', '201452.704000', '201452.707000', '201452.710000', '201452.712000', '201452.715000', '201452.718000', '201452.720000', '201452.723000', '201452.726000', '201452.728000', '201452.731000', '201452.733000', '201452.736000', '201452.739000', '201452.741000', '201452.744000', '201452.747000', '201452.749000', '201452.752000', '201452.754000', '201452.757000', '201452.760000', '201452.762000', '201452.765000', '201452.768000', '201452.770000', '201452.773000', '201452.775000', '201452.778000', '201452.781000', '201452.783000', '201452.786000', '201452.788000', '201452.791000', '201512.680000', '201512.683000', '201512.687000', '201512.689000', '201512.692000', '201512.695000', '201512.698000', '201512.700000', '201512.703000', '201512.705000', '201512.708000', '201512.711000', '201512.713000', '201512.716000', '201512.718000', '201512.721000', '201512.724000', '201512.726000', '201512.729000', '201512.731000', '201512.734000', '201512.737000', '201512.740000', '201512.742000', '201512.745000', '201512.747000', '201512.750000', '201512.753000', '201512.755000', '201512.758000', '201512.760000', '201512.763000', '201512.766000', '201512.768000', '201512.771000', '201512.774000', '201512.776000', '201512.779000', '201512.782000', '201512.784000', '201512.787000', '201512.790000', '201512.792000', '201512.795000', '201532.681000', '201532.684000', '201532.687000', '201532.689000', '201532.692000', '201532.695000', '201532.697000', '201532.700000', '201532.703000', '201532.705000', '201532.708000', '201532.711000', '201532.713000', '201532.716000', '201532.719000', '201532.721000', '201532.724000', '201532.727000', '201532.729000', '201532.732000', '201532.734000', '201532.737000', '201532.740000', '201532.742000', '201532.745000', '201532.748000', '201532.751000', '201532.753000', '201532.756000', '201532.759000', '201532.761000', '201532.764000', '201532.766000', '201532.769000', '201532.772000', '201532.774000', '201532.779000', '201532.782000', '201532.785000', '201532.787000', '201532.790000', '201532.792000', '201532.795000', '201552.681000', '201552.683000', '201552.686000', '201552.689000', '201552.691000', '201552.694000', '201552.696000', '201552.699000', '201552.702000', '201552.704000', '201552.707000', '201552.710000', '201552.712000', '201552.715000', '201552.718000', '201552.720000', '201552.723000', '201552.726000', '201552.728000', '201552.731000', '201552.733000', '201552.736000', '201552.739000', '201552.741000', '201552.744000', '201552.747000', '201552.750000', '201552.752000', '201552.755000', '201552.757000', '201552.760000', '201552.763000', '201552.765000', '201552.768000', '201552.771000', '201552.773000', '201552.776000', '201552.778000', '201552.790000', '201552.793000', '201552.796000', '201552.798000', '201552.827000', '201612.680000', '201612.683000', '201612.686000', '201612.688000', '201612.691000', '201612.694000', '201612.697000', '201612.699000', '201612.702000', '201612.705000', '201612.707000', '201612.710000', '201612.712000', '201612.715000', '201612.718000', '201612.720000', '201612.723000', '201612.725000', '201612.728000', '201612.731000', '201612.733000', '201612.736000', '201612.738000', '201612.741000', '201612.744000', '201612.746000', '201612.749000', '201612.752000', '201612.754000', '201612.757000', '201612.760000', '201612.762000', '201612.765000', '201612.767000', '201612.770000', '201612.775000', '201612.777000', '201612.780000', '201612.783000', '201612.786000', '201612.789000', '201612.792000', '201612.795000', '201612.797000', '201632.680000', '201632.683000', '201632.686000', '201632.688000', '201632.691000', '201632.694000', '201632.697000', '201632.699000', '201632.702000', '201632.704000', '201632.707000', '201632.710000', '201632.712000', '201632.715000', '201632.717000', '201632.720000', '201632.723000', '201632.725000', '201632.728000', '201632.739000', '201632.741000', '201632.744000', '201632.747000', '201632.749000', '201632.752000', '201632.754000', '201632.757000', '201632.760000', '201632.762000', '201632.765000', '201632.768000', '201632.770000', '201632.773000', '201632.776000', '201632.778000', '201632.781000', '201632.784000', '201632.786000', '201632.789000', '201632.791000', '201632.794000', '201632.796000', '201632.799000', '201632.859000', '201652.680000', '201652.683000', '201652.686000', '201652.689000', '201652.691000', '201652.694000', '201652.696000', '201652.699000', '201652.702000', '201652.704000', '201652.707000', '201652.710000', '201652.712000', '201652.715000', '201652.717000', '201652.720000', '201652.723000', '201652.725000', '201652.728000', '201652.730000', '201652.733000', '201652.736000', '201652.738000', '201652.741000', '201652.744000', '201652.746000', '201652.749000', '201652.752000', '201652.754000', '201652.757000', '201652.760000', '201652.762000', '201652.765000', '201652.768000', '201652.770000', '201652.773000', '201652.776000', '201652.778000', '201652.781000', '201652.783000', '201652.786000', '201652.789000', '201652.792000', '201712.681000', '201712.684000', '201712.686000', '201712.689000', '201712.691000', '201712.694000', '201712.697000', '201712.699000', '201712.702000', '201712.705000', '201712.707000', '201712.710000', '201712.713000', '201712.715000', '201712.718000', '201712.723000', '201712.725000', '201712.728000', '201712.730000', '201712.733000', '201712.736000', '201712.738000', '201712.741000', '201712.744000', '201712.746000', '201712.749000', '201712.752000', '201712.754000', '201712.757000', '201712.759000', '201712.762000', '201712.765000', '201712.767000', '201712.770000', '201712.773000', '201712.775000', '201712.778000', '201712.780000', '201712.783000', '201712.786000', '201712.788000', '201712.791000', '201712.794000', '201732.681000', '201732.683000', '201732.686000', '201732.689000', '201732.691000', '201732.694000', '201732.704000', '201732.706000', '201732.709000', '201732.712000', '201732.715000', '201732.718000', '201732.720000', '201732.723000', '201732.726000', '201732.728000', '201732.731000', '201732.733000', '201732.736000', '201732.739000', '201732.742000', '201732.744000', '201732.747000', '201732.749000', '201732.752000', '201732.755000', '201732.757000', '201732.760000', '201732.763000', '201732.765000', '201732.768000', '201732.771000', '201732.773000', '201732.776000', '201732.779000', '201732.781000', '201732.784000', '201732.786000', '201732.789000', '201732.792000', '201732.794000', '201732.797000', '201732.859000', '201732.861000', '201752.682000', '201752.684000', '201752.687000', '201752.690000', '201752.693000', '201752.695000', '201752.698000', '201752.701000', '201752.703000', '201752.706000', '201752.708000', '201752.711000', '201752.714000', '201752.716000', '201752.719000', '201752.722000', '201752.724000', '201752.727000', '201752.730000', '201752.732000', '201752.735000', '201752.738000', '201752.740000', '201752.743000', '201752.745000', '201752.748000', '201752.751000', '201752.753000', '201752.756000', '201752.759000', '201752.761000', '201752.764000', '201752.766000', '201752.769000', '201752.772000', '201752.774000', '201752.777000', '201752.780000', '201752.782000', '201752.785000', '201752.788000', '201752.790000', '201752.793000', '201752.795000', '201803.621000', '201803.623000', '201803.626000', '201803.629000', '201803.632000', '201803.634000', '201803.637000', '201803.640000', '201803.642000', '201803.645000', '201803.647000', '201803.650000', '201803.653000', '201803.655000', '201803.658000', '201803.661000', '201803.664000', '201803.666000', '201803.669000', '201803.672000', '201803.674000', '201803.677000', '201803.680000', '201803.682000'], 'InstanceCreationTime': ['201112.731000', '201112.734000', '201112.737000', '201112.740000', '201112.742000', '201112.745000', '201112.748000', '201112.750000', '201112.762000', '201112.765000', '201112.768000', '201112.774000', '201112.777000', '201112.780000', '201112.782000', '201112.785000', '201112.788000', '201112.790000', '201112.793000', '201112.795000', '201132.681000', '201132.683000', '201132.686000', '201132.689000', '201132.692000', '201132.694000', '201132.697000', '201132.699000', '201132.702000', '201132.705000', '201132.707000', '201132.710000', '201132.713000', '201132.715000', '201132.718000', '201132.720000', '201132.723000', '201132.726000', '201132.728000', '201132.731000', '201132.733000', '201132.736000', '201132.738000', '201132.741000', '201132.744000', '201132.746000', '201132.749000', '201132.751000', '201132.754000', '201132.756000', '201132.759000', '201132.762000', '201132.764000', '201132.767000', '201132.769000', '201132.772000', '201132.779000', '201132.782000', '201132.784000', '201132.795000', '201132.798000', '201132.819000', '201132.822000', '201132.825000', '201152.680000', '201152.683000', '201152.686000', '201152.688000', '201152.691000', '201152.694000', '201152.696000', '201152.699000', '201152.701000', '201152.704000', '201152.707000', '201152.709000', '201152.712000', '201152.715000', '201152.717000', '201152.720000', '201152.722000', '201152.725000', '201152.728000', '201152.730000', '201152.733000', '201152.735000', '201152.738000', '201152.740000', '201152.743000', '201152.746000', '201152.748000', '201152.751000', '201152.754000', '201152.756000', '201152.759000', '201152.761000', '201152.764000', '201152.767000', '201152.769000', '201152.772000', '201152.775000', '201152.777000', '201152.780000', '201152.783000', '201152.785000', '201152.788000', '201152.794000', '201212.680000', '201212.684000', '201212.686000', '201212.689000', '201212.692000', '201212.694000', '201212.697000', '201212.700000', '201212.702000', '201212.705000', '201212.708000', '201212.710000', '201212.713000', '201212.716000', '201212.718000', '201212.721000', '201212.723000', '201212.726000', '201212.729000', '201212.731000', '201212.734000', '201212.736000', '201212.739000', '201212.742000', '201212.744000', '201212.747000', '201212.749000', '201212.752000', '201212.755000', '201212.757000', '201212.760000', '201212.762000', '201212.765000', '201212.768000', '201212.770000', '201212.773000', '201212.775000', '201212.778000', '201212.781000', '201212.783000', '201212.786000', '201212.788000', '201212.791000', '201232.681000', '201232.683000', '201232.686000', '201232.689000', '201232.691000', '201232.694000', '201232.697000', '201232.699000', '201232.702000', '201232.711000', '201232.714000', '201232.716000', '201232.719000', '201232.721000', '201232.724000', '201232.727000', '201232.729000', '201232.732000', '201232.734000', '201232.737000', '201232.740000', '201232.742000', '201232.745000', '201232.747000', '201232.750000', '201232.753000', '201232.755000', '201232.758000', '201232.760000', '201232.763000', '201232.766000', '201232.768000', '201232.771000', '201232.774000', '201232.776000', '201232.779000', '201232.782000', '201232.784000', '201232.787000', '201232.789000', '201232.792000', '201232.795000', '201232.797000', '201232.800000', '201252.681000', '201252.684000', '201252.687000', '201252.690000', '201252.692000', '201252.695000', '201252.699000', '201252.701000', '201252.704000', '201252.707000', '201252.710000', '201252.712000', '201252.715000', '201252.718000', '201252.720000', '201252.723000', '201252.726000', '201252.728000', '201252.731000', '201252.734000', '201252.736000', '201252.739000', '201252.741000', '201252.744000', '201252.747000', '201252.749000', '201252.752000', '201252.755000', '201252.758000', '201252.761000', '201252.763000', '201252.766000', '201252.781000', '201252.784000', '201252.787000', '201252.789000', '201252.792000', '201252.794000', '201252.797000', '201252.823000', '201252.825000', '201252.828000', '201252.831000', '201312.682000', '201312.685000', '201312.687000', '201312.690000', '201312.692000', '201312.695000', '201312.698000', '201312.700000', '201312.703000', '201312.706000', '201312.708000', '201312.711000', '201312.713000', '201312.716000', '201312.719000', '201312.721000', '201312.724000', '201312.727000', '201312.729000', '201312.732000', '201312.734000', '201312.737000', '201312.740000', '201312.742000', '201312.745000', '201312.748000', '201312.750000', '201312.753000', '201312.756000', '201312.758000', '201312.761000', '201312.764000', '201312.766000', '201312.769000', '201312.771000', '201312.774000', '201312.777000', '201312.779000', '201312.782000', '201312.784000', '201312.787000', '201312.790000', '201312.792000', '201312.795000', '201332.680000', '201332.683000', '201332.686000', '201332.689000', '201332.691000', '201332.694000', '201332.697000', '201332.700000', '201332.702000', '201332.705000', '201332.707000', '201332.710000', '201332.713000', '201332.715000', '201332.718000', '201332.721000', '201332.723000', '201332.726000', '201332.728000', '201332.731000', '201332.733000', '201332.736000', '201332.739000', '201332.741000', '201332.744000', '201332.746000', '201332.749000', '201332.751000', '201332.754000', '201332.757000', '201332.759000', '201332.762000', '201332.765000', '201332.767000', '201332.770000', '201332.773000', '201332.775000', '201332.778000', '201332.780000', '201332.783000', '201332.785000', '201332.788000', '201332.791000', '201352.680000', '201352.683000', '201352.686000', '201352.688000', '201352.691000', '201352.694000', '201352.696000', '201352.699000', '201352.702000', '201352.704000', '201352.707000', '201352.709000', '201352.712000', '201352.715000', '201352.717000', '201352.720000', '201352.722000', '201352.725000', '201352.728000', '201352.730000', '201352.733000', '201352.736000', '201352.738000', '201352.741000', '201352.744000', '201352.746000', '201352.749000', '201352.752000', '201352.755000', '201352.757000', '201352.760000', '201352.762000', '201352.765000', '201352.768000', '201352.770000', '201352.773000', '201352.776000', '201352.778000', '201352.781000', '201352.783000', '201352.786000', '201352.789000', '201352.791000', '201352.794000', '201412.681000', '201412.683000', '201412.686000', '201412.689000', '201412.692000', '201412.694000', '201412.697000', '201412.700000', '201412.702000', '201412.705000', '201412.707000', '201412.710000', '201412.713000', '201412.715000', '201412.718000', '201412.721000', '201412.723000', '201412.728000', '201412.730000', '201412.733000', '201412.736000', '201412.740000', '201412.743000', '201412.745000', '201412.748000', '201412.751000', '201412.753000', '201412.756000', '201412.759000', '201412.761000', '201412.764000', '201412.767000', '201412.769000', '201412.772000', '201412.774000', '201412.783000', '201412.786000', '201412.788000', '201412.791000', '201412.794000', '201412.797000', '201412.800000', '201412.831000', '201432.680000', '201432.683000', '201432.686000', '201432.688000', '201432.691000', '201432.694000', '201432.696000', '201432.699000', '201432.701000', '201432.704000', '201432.707000', '201432.710000', '201432.712000', '201432.748000', '201432.750000', '201432.753000', '201432.756000', '201432.758000', '201432.761000', '201432.764000', '201432.766000', '201432.769000', '201432.771000', '201432.774000', '201432.777000', '201432.779000', '201432.782000', '201432.785000', '201432.787000', '201432.790000', '201432.792000', '201432.795000', '201432.798000', '201432.840000', '201432.842000', '201432.845000', '201432.847000', '201432.850000', '201432.853000', '201432.855000', '201432.858000', '201432.860000', '201432.863000', '201432.866000', '201452.680000', '201452.683000', '201452.686000', '201452.689000', '201452.691000', '201452.694000', '201452.696000', '201452.699000', '201452.702000', '201452.704000', '201452.707000', '201452.710000', '201452.712000', '201452.715000', '201452.718000', '201452.720000', '201452.723000', '201452.726000', '201452.728000', '201452.731000', '201452.733000', '201452.736000', '201452.739000', '201452.741000', '201452.744000', '201452.747000', '201452.749000', '201452.752000', '201452.754000', '201452.757000', '201452.760000', '201452.762000', '201452.765000', '201452.768000', '201452.770000', '201452.773000', '201452.775000', '201452.778000', '201452.781000', '201452.783000', '201452.786000', '201452.788000', '201452.791000', '201512.680000', '201512.683000', '201512.687000', '201512.689000', '201512.692000', '201512.695000', '201512.698000', '201512.700000', '201512.703000', '201512.705000', '201512.708000', '201512.711000', '201512.713000', '201512.716000', '201512.718000', '201512.721000', '201512.724000', '201512.726000', '201512.729000', '201512.731000', '201512.734000', '201512.737000', '201512.740000', '201512.742000', '201512.745000', '201512.747000', '201512.750000', '201512.753000', '201512.755000', '201512.758000', '201512.760000', '201512.763000', '201512.766000', '201512.768000', '201512.771000', '201512.774000', '201512.776000', '201512.779000', '201512.782000', '201512.784000', '201512.787000', '201512.790000', '201512.792000', '201512.795000', '201532.681000', '201532.684000', '201532.687000', '201532.689000', '201532.692000', '201532.695000', '201532.697000', '201532.700000', '201532.703000', '201532.705000', '201532.708000', '201532.711000', '201532.713000', '201532.716000', '201532.719000', '201532.721000', '201532.724000', '201532.727000', '201532.729000', '201532.732000', '201532.734000', '201532.737000', '201532.740000', '201532.742000', '201532.745000', '201532.748000', '201532.751000', '201532.753000', '201532.756000', '201532.759000', '201532.761000', '201532.764000', '201532.766000', '201532.769000', '201532.772000', '201532.774000', '201532.779000', '201532.782000', '201532.785000', '201532.787000', '201532.790000', '201532.792000', '201532.795000', '201552.681000', '201552.683000', '201552.686000', '201552.689000', '201552.691000', '201552.694000', '201552.696000', '201552.699000', '201552.702000', '201552.704000', '201552.707000', '201552.710000', '201552.712000', '201552.715000', '201552.718000', '201552.720000', '201552.723000', '201552.726000', '201552.728000', '201552.731000', '201552.733000', '201552.736000', '201552.739000', '201552.741000', '201552.744000', '201552.747000', '201552.750000', '201552.752000', '201552.755000', '201552.757000', '201552.760000', '201552.763000', '201552.765000', '201552.768000', '201552.771000', '201552.773000', '201552.776000', '201552.778000', '201552.790000', '201552.793000', '201552.796000', '201552.798000', '201552.827000', '201612.680000', '201612.683000', '201612.686000', '201612.688000', '201612.691000', '201612.694000', '201612.697000', '201612.699000', '201612.702000', '201612.705000', '201612.707000', '201612.710000', '201612.712000', '201612.715000', '201612.718000', '201612.720000', '201612.723000', '201612.725000', '201612.728000', '201612.731000', '201612.733000', '201612.736000', '201612.738000', '201612.741000', '201612.744000', '201612.746000', '201612.749000', '201612.752000', '201612.754000', '201612.757000', '201612.760000', '201612.762000', '201612.765000', '201612.767000', '201612.770000', '201612.775000', '201612.777000', '201612.780000', '201612.783000', '201612.786000', '201612.789000', '201612.792000', '201612.795000', '201612.797000', '201632.680000', '201632.683000', '201632.686000', '201632.688000', '201632.691000', '201632.694000', '201632.697000', '201632.699000', '201632.702000', '201632.704000', '201632.707000', '201632.710000', '201632.712000', '201632.715000', '201632.717000', '201632.720000', '201632.723000', '201632.725000', '201632.728000', '201632.739000', '201632.741000', '201632.744000', '201632.747000', '201632.749000', '201632.752000', '201632.754000', '201632.757000', '201632.760000', '201632.762000', '201632.765000', '201632.768000', '201632.770000', '201632.773000', '201632.776000', '201632.778000', '201632.781000', '201632.784000', '201632.786000', '201632.789000', '201632.791000', '201632.794000', '201632.796000', '201632.799000', '201632.859000', '201652.680000', '201652.683000', '201652.686000', '201652.689000', '201652.691000', '201652.694000', '201652.696000', '201652.699000', '201652.702000', '201652.704000', '201652.707000', '201652.710000', '201652.712000', '201652.715000', '201652.717000', '201652.720000', '201652.723000', '201652.725000', '201652.728000', '201652.730000', '201652.733000', '201652.736000', '201652.738000', '201652.741000', '201652.744000', '201652.746000', '201652.749000', '201652.752000', '201652.754000', '201652.757000', '201652.760000', '201652.762000', '201652.765000', '201652.768000', '201652.770000', '201652.773000', '201652.776000', '201652.778000', '201652.781000', '201652.783000', '201652.786000', '201652.789000', '201652.792000', '201712.681000', '201712.684000', '201712.686000', '201712.689000', '201712.691000', '201712.694000', '201712.697000', '201712.699000', '201712.702000', '201712.705000', '201712.707000', '201712.710000', '201712.713000', '201712.715000', '201712.718000', '201712.723000', '201712.725000', '201712.728000', '201712.730000', '201712.733000', '201712.736000', '201712.738000', '201712.741000', '201712.744000', '201712.746000', '201712.749000', '201712.752000', '201712.754000', '201712.757000', '201712.759000', '201712.762000', '201712.765000', '201712.767000', '201712.770000', '201712.773000', '201712.775000', '201712.778000', '201712.780000', '201712.783000', '201712.786000', '201712.788000', '201712.791000', '201712.794000', '201732.681000', '201732.683000', '201732.686000', '201732.689000', '201732.691000', '201732.694000', '201732.704000', '201732.706000', '201732.709000', '201732.712000', '201732.715000', '201732.718000', '201732.720000', '201732.723000', '201732.726000', '201732.728000', '201732.731000', '201732.733000', '201732.736000', '201732.739000', '201732.742000', '201732.744000', '201732.747000', '201732.749000', '201732.752000', '201732.755000', '201732.757000', '201732.760000', '201732.763000', '201732.765000', '201732.768000', '201732.771000', '201732.773000', '201732.776000', '201732.779000', '201732.781000', '201732.784000', '201732.786000', '201732.789000', '201732.792000', '201732.794000', '201732.797000', '201732.859000', '201732.861000', '201752.682000', '201752.684000', '201752.687000', '201752.690000', '201752.693000', '201752.695000', '201752.698000', '201752.701000', '201752.703000', '201752.706000', '201752.708000', '201752.711000', '201752.714000', '201752.716000', '201752.719000', '201752.722000', '201752.724000', '201752.727000', '201752.730000', '201752.732000', '201752.735000', '201752.738000', '201752.740000', '201752.743000', '201752.745000', '201752.748000', '201752.751000', '201752.753000', '201752.756000', '201752.759000', '201752.761000', '201752.764000', '201752.766000', '201752.769000', '201752.772000', '201752.774000', '201752.777000', '201752.780000', '201752.782000', '201752.785000', '201752.788000', '201752.790000', '201752.793000', '201752.795000', '201803.621000', '201803.623000', '201803.626000', '201803.629000', '201803.632000', '201803.634000', '201803.637000', '201803.640000', '201803.642000', '201803.645000', '201803.647000', '201803.650000', '201803.653000', '201803.655000', '201803.658000', '201803.661000', '201803.664000', '201803.666000', '201803.669000', '201803.672000', '201803.674000', '201803.677000', '201803.680000', '201803.682000'], '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': [9212, 12471, 8736, 12926, 8418, 13114, 9625, 7626, 6771, 6701, 6962, 8609, 6935, 11307, 8298, 9080, 6775, 7936, 6772, 6977, 8310, 6683, 7693, 6665, 8316, 6720, 7268, 6624, 6618, 6672, 6585, 9227, 6353, 8106, 6709, 7342, 7204, 6570, 11592, 6638, 8869, 6659, 7591, 7494, 6683, 8054, 6484, 10453, 6888, 7557, 6456, 6700, 12640, 6757, 9220, 9072, 6929, 13785, 8624, 11254, 8036, 6589, 15335, 11419, 10121, 7306, 6500, 6651, 9801, 6780, 8819, 7137, 6762, 6322, 6822, 13941, 10211, 9864, 8493, 7632, 16282, 13224, 11311, 14373, 10132, 14534, 9150, 9345, 8184, 6976, 13322, 7626, 9072, 6566, 6786, 9899, 6552, 8814, 6405, 6732, 6550, 6788, 6951, 6414, 8043, 6360, 6500, 6765, 6514, 7197, 7010, 8103, 6891, 6640, 6841, 11065, 9934, 9598, 7294, 9293, 7043, 7033, 10218, 7040, 14335, 11209, 12874, 10353, 13173, 11038, 8074, 7292, 7471, 7065, 7397, 7909, 7119, 7823, 7195, 6870, 8087, 13091, 10123, 13535, 11125, 9951, 8961, 14640, 12653, 12987, 9817, 7668, 13557, 6848, 10812, 6907, 8515, 6434, 7212, 7004, 6981, 6475, 6441, 8667, 6567, 6933, 6635, 7434, 6701, 6739, 6668, 6826, 7421, 7094, 6458, 6966, 10466, 8023, 8274, 9493, 6673, 12537, 7862, 10173, 6641, 7953, 6855, 7597, 7084, 6990, 6757, 7188, 6934, 7135, 10144, 7086, 7938, 6646, 8000, 6418, 7009, 10037, 7495, 8678, 6663, 8152, 6787, 7173, 11488, 8004, 9408, 6712, 7848, 6722, 6824, 10350, 6944, 8726, 7092, 8927, 6765, 8427, 7073, 7513, 7194, 7606, 6989, 7698, 7724, 6900, 6605, 6794, 12484, 8136, 9778, 7500, 8025, 7963, 7149, 11593, 7681, 9762, 6880, 7572, 10800, 6878, 11166, 7127, 9649, 6570, 7680, 6726, 6998, 11288, 7042, 9672, 6792, 7965, 6613, 7048, 10369, 7179, 9212, 7019, 8205, 6504, 6831, 11645, 6788, 9024, 6748, 8469, 6591, 7237, 6734, 6787, 6841, 6927, 6693, 7643, 6841, 8345, 9331, 7206, 9853, 7575, 10696, 7479, 6930, 9141, 6836, 13145, 14080, 11149, 14718, 10461, 12320, 7058, 9031, 7514, 9757, 8450, 6520, 8443, 6684, 8570, 6797, 9351, 7026, 8554, 6655, 8011, 6715, 7082, 8032, 6826, 11933, 7410, 11066, 7283, 8675, 6683, 7021, 8213, 6892, 7191, 7017, 10341, 7666, 8639, 6641, 7183, 6836, 7221, 8968, 6658, 9677, 7018, 8220, 6957, 7815, 8581, 6818, 10294, 7189, 8724, 6775, 8304, 8823, 6929, 12728, 7899, 8708, 6563, 8145, 6661, 7079, 6954, 7738, 6929, 6539, 7533, 6989, 8179, 6698, 6497, 8960, 6974, 11265, 9696, 11604, 7332, 9257, 13189, 8894, 14041, 12241, 10984, 9567, 9259, 6809, 8167, 7087, 7052, 6669, 6908, 6491, 6999, 6771, 6724, 6587, 6839, 6595, 6738, 9727, 7615, 9196, 7167, 8208, 6675, 6724, 11482, 7949, 9869, 7368, 7924, 7685, 6921, 11181, 7391, 8181, 6590, 7201, 6908, 6940, 7277, 7114, 7016, 6814, 6842, 6585, 7723, 7032, 9498, 7062, 10251, 9876, 10286, 14671, 13203, 11018, 8607, 8954, 11784, 14775, 12736, 12390, 9922, 7443, 14392, 7423, 10329, 6822, 7453, 8335, 6748, 8991, 6911, 7954, 6928, 7476, 6913, 7488, 6757, 7749, 7084, 6731, 8327, 6694, 9105, 6834, 7612, 7173, 6829, 8601, 6838, 10382, 6805, 6967, 6698, 6476, 7781, 11547, 10124, 10456, 7332, 7500, 11699, 6865, 12541, 9517, 9307, 6685, 7201, 9189, 6618, 10709, 6914, 7805, 6939, 7541, 6825, 6780, 9073, 6797, 8192, 6646, 7539, 10435, 6754, 9407, 7421, 7579, 7774, 6571, 14048, 6629, 8550, 6813, 7348, 6808, 6983, 9454, 6952, 9260, 6911, 7540, 6767, 7070, 13204, 7823, 12559, 10359, 10528, 7846, 7771, 12692, 7608, 13290, 10899, 10266, 7385, 6937, 14573, 8057, 11273, 9358, 7839, 6550, 6908, 7854, 7085, 8846, 6915, 7336, 6902, 7816, 7178, 6770, 10778, 9261, 9452, 9299, 7005, 11310, 6767, 10399, 7388, 7237, 12685, 6669, 12073, 8278, 8739, 6713, 6994, 11665, 6597, 8690, 7647, 7797, 6718, 7315, 7079, 6624, 10228, 7660, 8423, 6745, 8088, 6784, 7080, 14417, 10876, 10829, 8380, 8372, 10080, 6728, 12451, 8930, 8546, 6705, 7516, 12162, 6640, 9637, 7206, 7197, 10885, 6691, 11849, 7234, 7687, 9637, 6697, 12037, 8588, 8438, 7068, 7667, 9540, 6654, 9922, 7149, 7166, 6873, 7517, 6714, 6685, 8022, 6619, 7193, 7274, 6968, 9664, 6469, 8753, 9396, 6914, 13189, 9601, 10102, 14527, 11044, 12804, 10606, 8867, 10364, 6811, 13276, 8953, 9882, 7846, 7418, 6789, 6914, 9620, 6791, 9760, 6712, 8293, 6825, 7827, 6675, 7409, 6824, 6723, 9509, 6636, 11292, 7147, 9849, 7617, 7112, 13801, 9737, 12007, 8621, 9590, 7274, 7255, 8082, 6669, 12023, 6595, 8620, 6725, 6995, 12171, 7089, 9496, 6719, 7521, 7295, 6793, 10132, 6763, 7819, 6473, 7576, 6903, 7562, 6776, 8211, 6706, 7559, 6873, 6944, 7960, 13526, 11096, 11440, 8660, 10036, 8726, 11104, 10403, 9724, 7169, 7645, 12015, 7835, 11433, 7267, 6746, 6629, 6806, 7102, 6616, 9923, 9479, 14654, 10444, 6407, 7000, 10038, 6725, 9146, 6927, 9327, 7441, 12176, 8477, 11170, 9402, 12220, 8071, 10446, 11788, 9042, 13849, 10924, 12472, 12166, 12162, 9221, 14431, 7615, 11508, 7116, 9448, 6858, 8465, 6611, 8077, 6481, 7451, 6793, 7260, 6637, 7182, 6961, 6649, 6794, 6726, 7960, 6759, 8405, 6965, 9303, 6692, 9812, 6940, 8842, 10688, 7716, 7703, 6785, 13582, 7228, 11549, 7181, 11219, 9162, 8864, 6940, 8374, 6811, 8169, 6679, 10885, 7873, 9602, 6763, 8609, 6895, 7823, 6668, 7171, 7077, 6651, 12571, 7016, 9956, 8996, 8316, 6650, 7775, 6658, 7212, 7033, 6739, 6676, 6811, 8736, 6600, 8695, 7366, 7223, 6660, 7328, 6911, 7064, 11677, 7306, 10343, 6551, 12040, 8352, 9515, 7712, 7312, 6738, 6699, 13150, 7225, 12550, 9488, 8801, 7113, 7382, 6791, 7283, 12090, 8722, 10141, 6678, 6276, 7418, 6803, 7819, 6793, 9198, 7257, 6676, 7154, 7024, 9391, 7045, 11693, 8714, 7831, 9602, 7056, 9474, 8980, 6658, 9661, 7024, 11397, 7810, 9249, 7123, 6569, 7419, 6842, 7322, 7221, 7307, 6885, 7702, 8785, 6720, 10670, 7974, 8859, 7269, 8970, 7437, 7552, 7919, 6700, 6889, 6745, 6895, 7224, 6783, 7547, 6719, 7044, 7226, 6818, 10297, 6717, 12142, 9727, 11282, 9303, 11232, 9362, 7895, 14838, 11498], 'WindowCenter': [4123.0, 4180.0, 4186.0, 4211.0, 4142.0, 4150.0, 4093.0, 4058.0, 4037.0, 4036.0, 4048.0, 4067.0, 4047.0, 4097.0, 4067.0, 4065.0, 4033.0, 4054.0, 4022.0, 4045.0, 4054.0, 4035.0, 4054.0, 4036.0, 4065.0, 4035.0, 4045.0, 4035.0, 4047.0, 4035.0, 4047.0, 4077.0, 4037.0, 4068.0, 4050.0, 4070.0, 4059.0, 4051.0, 4110.0, 4048.0, 4080.0, 4050.0, 4084.0, 4072.0, 4063.0, 4080.0, 4051.0, 4102.0, 4063.0, 4072.0, 4051.0, 4063.0, 4123.0, 4063.0, 4094.0, 4093.0, 4075.0, 4133.0, 4094.0, 4113.0, 4072.0, 4063.0, 4132.0, 4113.0, 4102.0, 4061.0, 4051.0, 4061.0, 4101.0, 4064.0, 4094.0, 4062.0, 4063.0, 4051.0, 4063.0, 4133.0, 4101.0, 4091.0, 4080.0, 4071.0, 4131.0, 4109.0, 4100.0, 4121.0, 4090.0, 4117.0, 4077.0, 4076.0, 4054.0, 4045.0, 4104.0, 4056.0, 4065.0, 4034.0, 4034.0, 4074.0, 4024.0, 4063.0, 4024.0, 4033.0, 4023.0, 4047.0, 4046.0, 4036.0, 4067.0, 4047.0, 4048.0, 4059.0, 4049.0, 4077.0, 4087.0, 4082.0, 4028.0, 4001.0, 4033.0, 4109.0, 4087.0, 4090.0, 4056.0, 4087.0, 4057.0, 4057.0, 4097.0, 4060.0, 4132.0, 4123.0, 4133.0, 4110.0, 4119.0, 4109.0, 4076.0, 4065.0, 4065.0, 4068.0, 4068.0, 4090.0, 4083.0, 4094.0, 4087.0, 4076.0, 4095.0, 4133.0, 4100.0, 4118.0, 4098.0, 4087.0, 4079.0, 4120.0, 4108.0, 4107.0, 4084.0, 4053.0, 4091.0, 4019.0, 4069.0, 4029.0, 4048.0, 4019.0, 4040.0, 4029.0, 4041.0, 4020.0, 4034.0, 4061.0, 4031.0, 4026.0, 4032.0, 4053.0, 4045.0, 4045.0, 4047.0, 4048.0, 4069.0, 4071.0, 4050.0, 4073.0, 4112.0, 4081.0, 4081.0, 4101.0, 4062.0, 4123.0, 4070.0, 4088.0, 4048.0, 4068.0, 4061.0, 4083.0, 4060.0, 4060.0, 4060.0, 4071.0, 4058.0, 4071.0, 4112.0, 4072.0, 4080.0, 4061.0, 4081.0, 4049.0, 4072.0, 4113.0, 4072.0, 4091.0, 4061.0, 4081.0, 4060.0, 4071.0, 4111.0, 4081.0, 4091.0, 4060.0, 4080.0, 4059.0, 4061.0, 4101.0, 4061.0, 4090.0, 4071.0, 4090.0, 4061.0, 4092.0, 4061.0, 4071.0, 4071.0, 4081.0, 4071.0, 4082.0, 4081.0, 4071.0, 4060.0, 4061.0, 4122.0, 4082.0, 4102.0, 4072.0, 4082.0, 4080.0, 4072.0, 4123.0, 4083.0, 4102.0, 4060.0, 4081.0, 4110.0, 4060.0, 4110.0, 4061.0, 4101.0, 4060.0, 4070.0, 4059.0, 4060.0, 4110.0, 4071.0, 4101.0, 4060.0, 4080.0, 4058.0, 4059.0, 4100.0, 4061.0, 4089.0, 4059.0, 4079.0, 4048.0, 4059.0, 4111.0, 4060.0, 4090.0, 4060.0, 4079.0, 4059.0, 4070.0, 4063.0, 4061.0, 4061.0, 4072.0, 4073.0, 4082.0, 4073.0, 4107.0, 4117.0, 4085.0, 4115.0, 4084.0, 4125.0, 4083.0, 4072.0, 4103.0, 4063.0, 4136.0, 4145.0, 4125.0, 4143.0, 4115.0, 4122.0, 4060.0, 4089.0, 4070.0, 4102.0, 4079.0, 4048.0, 4080.0, 4072.0, 4090.0, 4059.0, 4090.0, 4071.0, 4090.0, 4059.0, 4078.0, 4047.0, 4057.0, 4067.0, 4049.0, 4120.0, 4069.0, 4109.0, 4069.0, 4077.0, 4048.0, 4060.0, 4078.0, 4058.0, 4056.0, 4058.0, 4098.0, 4068.0, 4078.0, 4059.0, 4058.0, 4047.0, 4068.0, 4077.0, 4059.0, 4099.0, 4060.0, 4079.0, 4059.0, 4070.0, 4078.0, 4049.0, 4099.0, 4060.0, 4090.0, 4059.0, 4080.0, 4089.0, 4071.0, 4133.0, 4082.0, 4089.0, 4048.0, 4078.0, 4059.0, 4072.0, 4074.0, 4082.0, 4075.0, 4062.0, 4083.0, 4074.0, 4093.0, 4063.0, 4064.0, 4105.0, 4086.0, 4139.0, 4116.0, 4126.0, 4072.0, 4091.0, 4120.0, 4080.0, 4120.0, 4109.0, 4098.0, 4087.0, 4076.0, 4046.0, 4078.0, 4046.0, 4044.0, 4034.0, 4044.0, 4023.0, 4045.0, 4047.0, 4048.0, 4047.0, 4048.0, 4047.0, 4060.0, 4089.0, 4071.0, 4090.0, 4060.0, 4080.0, 4047.0, 4049.0, 4110.0, 4082.0, 4100.0, 4059.0, 4069.0, 4067.0, 4058.0, 4109.0, 4070.0, 4079.0, 4059.0, 4081.0, 4071.0, 4070.0, 4082.0, 4072.0, 4083.0, 4074.0, 4085.0, 4085.0, 4095.0, 4101.0, 4129.0, 4090.0, 4129.0, 4105.0, 4113.0, 4134.0, 4123.0, 4111.0, 4080.0, 4090.0, 4112.0, 4131.0, 4109.0, 4097.0, 4073.0, 4043.0, 4102.0, 4042.0, 4072.0, 4020.0, 4041.0, 4050.0, 4020.0, 4061.0, 4044.0, 4052.0, 4043.0, 4043.0, 4045.0, 4055.0, 4047.0, 4069.0, 4060.0, 4061.0, 4079.0, 4060.0, 4090.0, 4048.0, 4070.0, 4060.0, 4061.0, 4091.0, 4062.0, 4100.0, 4061.0, 4061.0, 4063.0, 4064.0, 4087.0, 4127.0, 4115.0, 4113.0, 4072.0, 4072.0, 4122.0, 4061.0, 4121.0, 4101.0, 4090.0, 4049.0, 4059.0, 4088.0, 4048.0, 4098.0, 4059.0, 4069.0, 4060.0, 4070.0, 4060.0, 4062.0, 4093.0, 4063.0, 4082.0, 4061.0, 4072.0, 4100.0, 4050.0, 4091.0, 4061.0, 4072.0, 4071.0, 4050.0, 4131.0, 4050.0, 4080.0, 4061.0, 4072.0, 4062.0, 4073.0, 4102.0, 4073.0, 4103.0, 4073.0, 4083.0, 4062.0, 4062.0, 4122.0, 4072.0, 4122.0, 4102.0, 4101.0, 4071.0, 4071.0, 4121.0, 4071.0, 4132.0, 4112.0, 4100.0, 4058.0, 4058.0, 4129.0, 4068.0, 4098.0, 4088.0, 4057.0, 4036.0, 4046.0, 4066.0, 4047.0, 4078.0, 4058.0, 4058.0, 4060.0, 4070.0, 4058.0, 4049.0, 4099.0, 4090.0, 4090.0, 4090.0, 4059.0, 4098.0, 4048.0, 4087.0, 4057.0, 4056.0, 4108.0, 4048.0, 4109.0, 4079.0, 4078.0, 4046.0, 4047.0, 4108.0, 4048.0, 4078.0, 4069.0, 4057.0, 4046.0, 4057.0, 4047.0, 4048.0, 4099.0, 4070.0, 4078.0, 4049.0, 4068.0, 4048.0, 4059.0, 4130.0, 4100.0, 4097.0, 4067.0, 4068.0, 4087.0, 4048.0, 4109.0, 4078.0, 4078.0, 4046.0, 4058.0, 4108.0, 4047.0, 4088.0, 4058.0, 4057.0, 4098.0, 4047.0, 4108.0, 4057.0, 4056.0, 4076.0, 4048.0, 4108.0, 4079.0, 4067.0, 4047.0, 4057.0, 4086.0, 4047.0, 4089.0, 4059.0, 4058.0, 4048.0, 4058.0, 4047.0, 4048.0, 4083.0, 4089.0, 4087.0, 4086.0, 4075.0, 4114.0, 4064.0, 4095.0, 4104.0, 4075.0, 4135.0, 4103.0, 4102.0, 4132.0, 4112.0, 4121.0, 4100.0, 4080.0, 4087.0, 4047.0, 4118.0, 4079.0, 4099.0, 4066.0, 4058.0, 4035.0, 4046.0, 4075.0, 4046.0, 4087.0, 4047.0, 4066.0, 4047.0, 4067.0, 4047.0, 4058.0, 4048.0, 4050.0, 4100.0, 4060.0, 4109.0, 4059.0, 4098.0, 4068.0, 4059.0, 4119.0, 4088.0, 4107.0, 4078.0, 4088.0, 4058.0, 4058.0, 4066.0, 4048.0, 4108.0, 4048.0, 4078.0, 4047.0, 4059.0, 4109.0, 4059.0, 4089.0, 4049.0, 4067.0, 4057.0, 4061.0, 4112.0, 4060.0, 4081.0, 4064.0, 4081.0, 4085.0, 4094.0, 4076.0, 4094.0, 4075.0, 4094.0, 4075.0, 4087.0, 4099.0, 4149.0, 4127.0, 4124.0, 4094.0, 4103.0, 4093.0, 4112.0, 4113.0, 4102.0, 4061.0, 4072.0, 4121.0, 4071.0, 4110.0, 4069.0, 4048.0, 4049.0, 4060.0, 4072.0, 4061.0, 4102.0, 4090.0, 4120.0, 4089.0, 4038.0, 4060.0, 4099.0, 4050.0, 4078.0, 4048.0, 4078.0, 4060.0, 4112.0, 4082.0, 4101.0, 4091.0, 4110.0, 4070.0, 4098.0, 4108.0, 4078.0, 4118.0, 4088.0, 4097.0, 4097.0, 4084.0, 4063.0, 4092.0, 4041.0, 4082.0, 4031.0, 4059.0, 4021.0, 4040.0, 4020.0, 4040.0, 4011.0, 4032.0, 4023.0, 4031.0, 4033.0, 4033.0, 4046.0, 4047.0, 4048.0, 4049.0, 4071.0, 4051.0, 4082.0, 4062.0, 4092.0, 4051.0, 4092.0, 4061.0, 4093.0, 4114.0, 4072.0, 4070.0, 4050.0, 4120.0, 4059.0, 4109.0, 4060.0, 4111.0, 4090.0, 4078.0, 4048.0, 4068.0, 4048.0, 4068.0, 4050.0, 4100.0, 4070.0, 4088.0, 4049.0, 4078.0, 4059.0, 4059.0, 4048.0, 4059.0, 4048.0, 4049.0, 4109.0, 4061.0, 4090.0, 4079.0, 4067.0, 4048.0, 4058.0, 4049.0, 4060.0, 4060.0, 4049.0, 4049.0, 4051.0, 4080.0, 4062.0, 4082.0, 4073.0, 4071.0, 4051.0, 4060.0, 4060.0, 4061.0, 4111.0, 4071.0, 4100.0, 4050.0, 4111.0, 4081.0, 4090.0, 4070.0, 4059.0, 4048.0, 4049.0, 4120.0, 4060.0, 4111.0, 4090.0, 4078.0, 4048.0, 4058.0, 4048.0, 4060.0, 4122.0, 4084.0, 4075.0, 4038.0, 4026.0, 4061.0, 4050.0, 4073.0, 4064.0, 4092.0, 4071.0, 4049.0, 4059.0, 4058.0, 4089.0, 4059.0, 4110.0, 4080.0, 4058.0, 4091.0, 4063.0, 4091.0, 4079.0, 4048.0, 4077.0, 4047.0, 4097.0, 4057.0, 4076.0, 4047.0, 4036.0, 4057.0, 4047.0, 4059.0, 4071.0, 4059.0, 4060.0, 4070.0, 4078.0, 4050.0, 4099.0, 4070.0, 4079.0, 4060.0, 4078.0, 4058.0, 4058.0, 4070.0, 4051.0, 4060.0, 4049.0, 4060.0, 4070.0, 4062.0, 4082.0, 4063.0, 4074.0, 4073.0, 4065.0, 4115.0, 4064.0, 4124.0, 4104.0, 4113.0, 4092.0, 4112.0, 4090.0, 4069.0, 4131.0, 4114.0], 'WindowWidth': [9178.0, 9266.0, 9303.0, 9324.0, 9213.0, 9200.0, 9110.0, 9053.0, 9025.0, 9023.0, 9042.0, 9065.0, 9040.0, 9105.0, 9063.0, 9058.0, 9014.0, 9039.0, 8995.0, 9029.0, 9040.0, 9018.0, 9043.0, 9021.0, 9057.0, 9020.0, 9033.0, 9018.0, 9039.0, 9021.0, 9038.0, 9079.0, 9028.0, 9068.0, 9049.0, 9075.0, 9059.0, 9050.0, 9127.0, 9044.0, 9086.0, 9047.0, 9102.0, 9082.0, 9071.0, 9090.0, 9054.0, 9121.0, 9071.0, 9081.0, 9052.0, 9070.0, 9150.0, 9070.0, 9112.0, 9111.0, 9089.0, 9166.0, 9112.0, 9136.0, 9080.0, 9070.0, 9162.0, 9134.0, 9120.0, 9064.0, 9054.0, 9068.0, 9119.0, 9075.0, 9112.0, 9070.0, 9071.0, 9052.0, 9070.0, 9164.0, 9116.0, 9103.0, 9087.0, 9075.0, 9159.0, 9125.0, 9114.0, 9144.0, 9100.0, 9134.0, 9077.0, 9074.0, 9041.0, 9031.0, 9111.0, 9047.0, 9056.0, 9015.0, 9017.0, 9069.0, 9002.0, 9053.0, 9002.0, 9012.0, 9000.0, 9041.0, 9039.0, 9025.0, 9069.0, 9044.0, 9045.0, 9062.0, 9051.0, 9099.0, 9114.0, 9096.0, 8996.0, 8949.0, 9014.0, 9127.0, 9091.0, 9103.0, 9050.0, 9094.0, 9054.0, 9056.0, 9109.0, 9066.0, 9166.0, 9153.0, 9170.0, 9136.0, 9145.0, 9131.0, 9083.0, 9068.0, 9070.0, 9081.0, 9081.0, 9114.0, 9112.0, 9127.0, 9119.0, 9101.0, 9124.0, 9167.0, 9118.0, 9140.0, 9110.0, 9094.0, 9087.0, 9147.0, 9126.0, 9123.0, 9087.0, 9042.0, 9089.0, 8989.0, 9056.0, 9003.0, 9027.0, 8990.0, 9019.0, 9004.0, 9025.0, 8994.0, 9021.0, 9051.0, 9011.0, 8997.0, 9015.0, 9045.0, 9037.0, 9037.0, 9043.0, 9047.0, 9077.0, 9083.0, 9056.0, 9088.0, 9139.0, 9095.0, 9094.0, 9121.0, 9072.0, 9154.0, 9080.0, 9099.0, 9045.0, 9072.0, 9073.0, 9102.0, 9068.0, 9067.0, 9068.0, 9083.0, 9062.0, 9082.0, 9140.0, 9086.0, 9095.0, 9069.0, 9096.0, 9052.0, 9086.0, 9144.0, 9086.0, 9108.0, 9070.0, 9098.0, 9066.0, 9084.0, 9137.0, 9097.0, 9109.0, 9069.0, 9094.0, 9065.0, 9071.0, 9122.0, 9070.0, 9108.0, 9085.0, 9109.0, 9071.0, 9112.0, 9071.0, 9084.0, 9084.0, 9097.0, 9083.0, 9100.0, 9097.0, 9085.0, 9069.0, 9072.0, 9155.0, 9100.0, 9127.0, 9087.0, 9099.0, 9095.0, 9086.0, 9155.0, 9103.0, 9127.0, 9068.0, 9096.0, 9134.0, 9067.0, 9134.0, 9072.0, 9123.0, 9067.0, 9082.0, 9064.0, 9068.0, 9135.0, 9084.0, 9122.0, 9068.0, 9093.0, 9063.0, 9067.0, 9122.0, 9070.0, 9104.0, 9066.0, 9092.0, 9050.0, 9066.0, 9136.0, 9070.0, 9106.0, 9068.0, 9092.0, 9065.0, 9081.0, 9078.0, 9072.0, 9071.0, 9089.0, 9092.0, 9102.0, 9091.0, 9143.0, 9155.0, 9113.0, 9150.0, 9108.0, 9161.0, 9104.0, 9089.0, 9131.0, 9078.0, 9181.0, 9191.0, 9161.0, 9184.0, 9148.0, 9152.0, 9069.0, 9105.0, 9081.0, 9127.0, 9093.0, 9049.0, 9095.0, 9088.0, 9106.0, 9066.0, 9106.0, 9085.0, 9106.0, 9066.0, 9088.0, 9044.0, 9059.0, 9072.0, 9051.0, 9148.0, 9077.0, 9131.0, 9077.0, 9085.0, 9048.0, 9067.0, 9089.0, 9061.0, 9056.0, 9060.0, 9115.0, 9075.0, 9087.0, 9064.0, 9062.0, 9045.0, 9075.0, 9086.0, 9064.0, 9118.0, 9067.0, 9090.0, 9065.0, 9080.0, 9088.0, 9050.0, 9117.0, 9069.0, 9106.0, 9064.0, 9093.0, 9104.0, 9085.0, 9171.0, 9099.0, 9104.0, 9047.0, 9088.0, 9067.0, 9088.0, 9092.0, 9102.0, 9097.0, 9075.0, 9102.0, 9092.0, 9115.0, 9076.0, 9080.0, 9136.0, 9113.0, 9190.0, 9153.0, 9163.0, 9085.0, 9110.0, 9145.0, 9090.0, 9146.0, 9128.0, 9111.0, 9095.0, 9079.0, 9039.0, 9087.0, 9040.0, 9035.0, 9019.0, 9034.0, 9005.0, 9038.0, 9043.0, 9047.0, 9046.0, 9049.0, 9046.0, 9066.0, 9104.0, 9084.0, 9107.0, 9066.0, 9090.0, 9045.0, 9050.0, 9133.0, 9099.0, 9120.0, 9062.0, 9075.0, 9070.0, 9060.0, 9130.0, 9082.0, 9092.0, 9068.0, 9101.0, 9089.0, 9084.0, 9105.0, 9091.0, 9109.0, 9099.0, 9117.0, 9118.0, 9131.0, 9150.0, 9179.0, 9128.0, 9174.0, 9133.0, 9141.0, 9171.0, 9154.0, 9134.0, 9093.0, 9104.0, 9139.0, 9163.0, 9129.0, 9107.0, 9068.0, 9027.0, 9106.0, 9025.0, 9064.0, 8995.0, 9022.0, 9032.0, 8996.0, 9050.0, 9033.0, 9042.0, 9031.0, 9030.0, 9040.0, 9052.0, 9045.0, 9078.0, 9069.0, 9069.0, 9091.0, 9066.0, 9104.0, 9049.0, 9079.0, 9070.0, 9072.0, 9109.0, 9072.0, 9119.0, 9071.0, 9070.0, 9076.0, 9079.0, 9115.0, 9168.0, 9148.0, 9141.0, 9085.0, 9086.0, 9150.0, 9068.0, 9148.0, 9121.0, 9107.0, 9050.0, 9064.0, 9101.0, 9048.0, 9115.0, 9063.0, 9075.0, 9066.0, 9081.0, 9068.0, 9073.0, 9116.0, 9076.0, 9101.0, 9072.0, 9085.0, 9119.0, 9052.0, 9108.0, 9068.0, 9082.0, 9079.0, 9054.0, 9161.0, 9053.0, 9094.0, 9071.0, 9087.0, 9073.0, 9089.0, 9124.0, 9089.0, 9128.0, 9091.0, 9102.0, 9072.0, 9074.0, 9153.0, 9087.0, 9151.0, 9126.0, 9123.0, 9081.0, 9083.0, 9148.0, 9083.0, 9166.0, 9138.0, 9119.0, 9058.0, 9060.0, 9155.0, 9073.0, 9112.0, 9100.0, 9055.0, 9027.0, 9041.0, 9068.0, 9045.0, 9088.0, 9062.0, 9061.0, 9066.0, 9079.0, 9061.0, 9051.0, 9116.0, 9106.0, 9106.0, 9104.0, 9062.0, 9112.0, 9045.0, 9096.0, 9054.0, 9055.0, 9125.0, 9046.0, 9128.0, 9087.0, 9084.0, 9041.0, 9042.0, 9124.0, 9048.0, 9086.0, 9076.0, 9058.0, 9042.0, 9057.0, 9043.0, 9049.0, 9117.0, 9078.0, 9087.0, 9051.0, 9075.0, 9046.0, 9062.0, 9160.0, 9117.0, 9111.0, 9070.0, 9072.0, 9096.0, 9047.0, 9129.0, 9087.0, 9084.0, 9043.0, 9059.0, 9124.0, 9044.0, 9098.0, 9059.0, 9059.0, 9112.0, 9044.0, 9125.0, 9055.0, 9054.0, 9079.0, 9046.0, 9126.0, 9087.0, 9070.0, 9043.0, 9057.0, 9093.0, 9043.0, 9101.0, 9065.0, 9062.0, 9048.0, 9060.0, 9045.0, 9051.0, 9104.0, 9126.0, 9118.0, 9114.0, 9099.0, 9147.0, 9081.0, 9123.0, 9133.0, 9096.0, 9174.0, 9129.0, 9126.0, 9166.0, 9136.0, 9150.0, 9120.0, 9091.0, 9095.0, 9043.0, 9139.0, 9089.0, 9116.0, 9068.0, 9058.0, 9024.0, 9039.0, 9078.0, 9042.0, 9096.0, 9043.0, 9067.0, 9046.0, 9071.0, 9047.0, 9060.0, 9048.0, 9053.0, 9118.0, 9066.0, 9130.0, 9063.0, 9114.0, 9074.0, 9063.0, 9144.0, 9100.0, 9124.0, 9085.0, 9097.0, 9059.0, 9059.0, 9068.0, 9046.0, 9125.0, 9046.0, 9086.0, 9045.0, 9064.0, 9130.0, 9063.0, 9101.0, 9049.0, 9073.0, 9058.0, 9071.0, 9139.0, 9068.0, 9098.0, 9081.0, 9101.0, 9113.0, 9123.0, 9103.0, 9119.0, 9099.0, 9123.0, 9099.0, 9115.0, 9135.0, 9203.0, 9166.0, 9158.0, 9117.0, 9127.0, 9114.0, 9139.0, 9139.0, 9125.0, 9067.0, 9084.0, 9149.0, 9081.0, 9131.0, 9078.0, 9048.0, 9049.0, 9067.0, 9087.0, 9072.0, 9123.0, 9104.0, 9143.0, 9097.0, 9029.0, 9065.0, 9118.0, 9052.0, 9083.0, 9044.0, 9084.0, 9065.0, 9134.0, 9097.0, 9119.0, 9106.0, 9130.0, 9076.0, 9109.0, 9123.0, 9081.0, 9136.0, 9095.0, 9106.0, 9105.0, 9081.0, 9052.0, 9089.0, 9021.0, 9076.0, 9006.0, 9041.0, 8993.0, 9018.0, 8989.0, 9015.0, 8980.0, 9010.0, 8999.0, 9008.0, 9015.0, 9017.0, 9039.0, 9040.0, 9044.0, 9048.0, 9078.0, 9055.0, 9095.0, 9071.0, 9108.0, 9055.0, 9107.0, 9066.0, 9110.0, 9142.0, 9083.0, 9076.0, 9051.0, 9144.0, 9061.0, 9126.0, 9065.0, 9133.0, 9103.0, 9085.0, 9046.0, 9070.0, 9046.0, 9071.0, 9052.0, 9116.0, 9076.0, 9099.0, 9047.0, 9084.0, 9060.0, 9060.0, 9046.0, 9061.0, 9044.0, 9048.0, 9129.0, 9066.0, 9103.0, 9088.0, 9069.0, 9046.0, 9058.0, 9047.0, 9064.0, 9064.0, 9050.0, 9049.0, 9054.0, 9090.0, 9073.0, 9099.0, 9087.0, 9081.0, 9056.0, 9066.0, 9066.0, 9066.0, 9134.0, 9079.0, 9117.0, 9051.0, 9132.0, 9092.0, 9105.0, 9077.0, 9062.0, 9046.0, 9050.0, 9143.0, 9065.0, 9133.0, 9103.0, 9085.0, 9046.0, 9057.0, 9045.0, 9065.0, 9152.0, 9100.0, 9071.0, 9029.0, 9009.0, 9066.0, 9052.0, 9087.0, 9079.0, 9113.0, 9083.0, 9051.0, 9062.0, 9059.0, 9101.0, 9062.0, 9132.0, 9091.0, 9058.0, 9106.0, 9074.0, 9108.0, 9088.0, 9044.0, 9081.0, 9040.0, 9108.0, 9055.0, 9079.0, 9041.0, 9027.0, 9054.0, 9043.0, 9062.0, 9082.0, 9064.0, 9064.0, 9077.0, 9084.0, 9051.0, 9116.0, 9076.0, 9087.0, 9065.0, 9086.0, 9058.0, 9059.0, 9076.0, 9054.0, 9065.0, 9050.0, 9066.0, 9080.0, 9074.0, 9100.0, 9077.0, 9093.0, 9090.0, 9082.0, 9146.0, 9080.0, 9156.0, 9128.0, 9140.0, 9110.0, 9135.0, 9102.0, 9075.0, 9161.0, 9141.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.0017465426695842448</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03793806761487965</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.769014849583776</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1078052731325314</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9818685007119381</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4689</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5930.8579</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1308689736573332</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>142</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.536105032822757</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6750262130420595</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5785719385220545</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9155919304868716</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.530914770117252</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0119614</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00893965270370245</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027042806148529053</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.6045837084585215</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>17.6138</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0976</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.8051</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300398.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>730.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.0822</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6011</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.8896</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3242.2243</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3472.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76146.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>900.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4351.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.2117</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.86663033964578</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> |