=== 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-0074 --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-0074",
"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-0074_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-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074/ses-02/func/sub-0074_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>745cb85b456ae2784d899e776566d85c</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:35:44.272500</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.994328, -0.0833696, 0.0660436, 0.0787792, 0.99448, 0.0693042]</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.0972289</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7765, -7215, 631, -135, -238, -41, 61]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>230.061</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0f367b9e-b712-4a6c-9b08-c4d87cb8e416||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.6677088737487793, 0.21135880053043365, 0.19293372333049774, 99.10676574707031], [0.22367459535598755, 2.6681175231933594, 0.17201223969459534, -110.07281494140625], [0.17719019949436188, -0.18593811988830566, 2.687598943710327, -53.27225875854492], [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': ['203544.272500', '203544.732500', '203545.192500', '203545.652500', '203546.112500', '203546.572500', '203547.032500', '203547.492500', '203547.952500', '203548.412500', '203548.872500', '203549.332500', '203549.792500', '203550.252500', '203550.712500', '203551.172500', '203551.632500', '203552.092500', '203552.552500', '203553.012500', '203553.472500', '203553.932500', '203554.392500', '203554.852500', '203555.312500', '203555.772500', '203556.232500', '203556.692500', '203557.152500', '203557.612500', '203558.072500', '203558.532500', '203558.992500', '203559.452500', '203559.912500', '203600.372500', '203600.832500', '203601.292500', '203601.752500', '203602.212500', '203602.672500', '203603.132500', '203603.592500', '203604.052500', '203604.512500', '203604.972500', '203605.432500', '203605.892500', '203606.352500', '203606.812500', '203607.272500', '203607.732500', '203608.192500', '203608.652500', '203609.112500', '203609.572500', '203610.032500', '203610.492500', '203610.952500', '203611.412500', '203611.872500', '203612.332500', '203612.792500', '203613.252500', '203613.712500', '203614.172500', '203614.632500', '203615.092500', '203615.552500', '203616.012500', '203616.472500', '203616.932500', '203617.392500', '203617.852500', '203618.312500', '203618.772500', '203619.232500', '203619.692500', '203620.152500', '203620.612500', '203621.072500', '203621.532500', '203621.992500', '203622.452500', '203622.912500', '203623.372500', '203623.832500', '203624.292500', '203624.752500', '203625.212500', '203625.672500', '203626.132500', '203626.592500', '203627.052500', '203627.512500', '203627.972500', '203628.432500', '203628.892500', '203629.352500', '203629.812500', '203630.272500', '203630.732500', '203631.192500', '203631.652500', '203632.112500', '203632.572500', '203633.032500', '203633.492500', '203633.952500', '203634.412500', '203634.872500', '203635.332500', '203635.792500', '203636.252500', '203636.712500', '203637.172500', '203637.632500', '203638.092500', '203638.552500', '203639.012500', '203639.472500', '203639.932500', '203640.392500', '203640.852500', '203641.312500', '203641.772500', '203642.232500', '203642.692500', '203643.152500', '203643.612500', '203644.072500', '203644.532500', '203644.992500', '203645.452500', '203645.912500', '203646.372500', '203646.832500', '203647.292500', '203647.752500', '203648.212500', '203648.672500', '203649.132500', '203649.592500', '203650.052500', '203650.512500', '203650.972500', '203651.432500', '203651.892500', '203652.352500', '203652.812500', '203653.272500', '203653.732500', '203654.192500', '203654.652500', '203655.112500', '203655.572500', '203656.032500', '203656.492500', '203656.952500', '203657.412500', '203657.872500', '203658.332500', '203658.792500', '203659.252500', '203659.712500', '203700.172500', '203700.632500', '203701.092500', '203701.552500', '203702.012500', '203702.472500', '203702.932500', '203703.392500', '203703.852500', '203704.312500', '203704.772500', '203705.232500', '203705.692500', '203706.152500', '203706.612500', '203707.072500', '203707.532500', '203707.992500', '203708.452500', '203708.912500', '203709.372500', '203709.832500', '203710.292500', '203710.752500', '203711.212500', '203711.672500', '203712.132500', '203712.592500', '203713.052500', '203713.512500', '203713.972500', '203714.432500', '203714.892500', '203715.352500', '203715.812500', '203716.272500', '203716.732500', '203717.192500', '203717.652500', '203718.112500', '203718.572500', '203719.032500', '203719.492500', '203719.952500', '203720.412500', '203720.872500', '203721.332500', '203721.792500', '203722.252500', '203722.712500', '203723.172500', '203723.632500', '203724.092500', '203724.552500', '203725.012500', '203725.472500', '203725.932500', '203726.392500', '203726.852500', '203727.312500', '203727.772500', '203728.232500', '203728.692500', '203729.152500', '203729.612500', '203730.072500', '203730.532500', '203730.992500', '203731.452500', '203731.912500', '203732.372500', '203732.832500', '203733.292500', '203733.752500', '203734.212500', '203734.672500', '203735.132500', '203735.592500', '203736.052500', '203736.512500', '203736.972500', '203737.432500', '203737.892500', '203738.352500', '203738.812500', '203739.272500', '203739.732500', '203740.192500', '203740.652500', '203741.112500', '203741.572500', '203742.032500', '203742.492500', '203742.952500', '203743.412500', '203743.872500', '203744.332500', '203744.792500', '203745.252500', '203745.712500', '203746.172500', '203746.632500', '203747.092500', '203747.552500', '203748.012500', '203748.472500', '203748.932500', '203749.392500', '203749.852500', '203750.312500', '203750.772500', '203751.232500', '203751.692500', '203752.152500', '203752.612500', '203753.072500', '203753.532500', '203753.992500', '203754.452500', '203754.912500', '203755.372500', '203755.832500', '203756.292500', '203756.752500', '203757.212500', '203757.672500', '203758.132500', '203758.592500', '203759.052500', '203759.512500', '203759.972500', '203800.432500', '203800.892500', '203801.352500', '203801.812500', '203802.272500', '203802.732500', '203803.192500', '203803.652500', '203804.112500', '203804.572500', '203805.032500', '203805.492500', '203805.952500', '203806.412500', '203806.872500', '203807.332500', '203807.792500', '203808.252500', '203808.712500', '203809.172500', '203809.632500', '203810.092500', '203810.552500', '203811.012500', '203811.472500', '203811.932500', '203812.392500', '203812.852500', '203813.312500', '203813.772500', '203814.232500', '203814.692500', '203815.152500', '203815.612500', '203816.072500', '203816.532500', '203816.992500', '203817.452500', '203817.912500', '203818.372500', '203818.832500', '203819.292500', '203819.752500', '203820.212500', '203820.672500', '203821.132500', '203821.592500', '203822.052500', '203822.512500', '203822.972500', '203823.432500', '203823.892500', '203824.352500', '203824.812500', '203825.272500', '203825.732500', '203826.192500', '203826.652500', '203827.112500', '203827.572500', '203828.032500', '203828.492500', '203828.952500', '203829.412500', '203829.872500', '203830.332500', '203830.792500', '203831.252500', '203831.712500', '203832.172500', '203832.632500', '203833.092500', '203833.552500', '203834.012500', '203834.472500', '203834.932500', '203835.392500', '203835.852500', '203836.312500', '203836.772500', '203837.232500', '203837.692500', '203838.152500', '203838.612500', '203839.072500', '203839.532500', '203839.992500', '203840.452500', '203840.912500', '203841.372500', '203841.832500', '203842.292500', '203842.752500', '203843.212500', '203843.672500', '203844.132500', '203844.592500', '203845.052500', '203845.512500', '203845.972500', '203846.432500', '203846.892500', '203847.352500', '203847.812500', '203848.272500', '203848.732500', '203849.192500', '203849.652500', '203850.112500', '203850.572500', '203851.032500', '203851.492500', '203851.952500', '203852.412500', '203852.872500', '203853.332500', '203853.792500', '203854.252500', '203854.712500', '203855.172500', '203855.632500', '203856.092500', '203856.552500', '203857.012500', '203857.472500', '203857.932500', '203858.392500', '203858.852500', '203859.312500', '203859.772500', '203900.232500', '203900.692500', '203901.152500', '203901.612500', '203902.072500', '203902.532500', '203902.992500', '203903.452500', '203903.912500', '203904.372500', '203904.832500', '203905.292500', '203905.752500', '203906.212500', '203906.672500', '203907.132500', '203907.592500', '203908.052500', '203908.512500', '203908.972500', '203909.432500', '203909.892500', '203910.352500', '203910.812500', '203911.272500', '203911.732500', '203912.192500', '203912.652500', '203913.112500', '203913.572500', '203914.032500', '203914.492500', '203914.952500', '203915.412500', '203915.872500', '203916.332500', '203916.792500', '203917.252500', '203917.712500', '203918.172500', '203918.632500', '203919.092500', '203919.552500', '203920.012500', '203920.472500', '203920.932500', '203921.392500', '203921.852500', '203922.312500', '203922.772500', '203923.232500', '203923.692500', '203924.152500', '203924.612500', '203925.072500', '203925.532500', '203925.992500', '203926.452500', '203926.912500', '203927.372500', '203927.832500', '203928.292500', '203928.752500', '203929.212500', '203929.672500', '203930.132500', '203930.592500', '203931.052500', '203931.512500', '203931.972500', '203932.432500', '203932.892500', '203933.352500', '203933.812500', '203934.272500', '203934.732500', '203935.192500', '203935.652500', '203936.112500', '203936.572500', '203937.032500', '203937.492500', '203937.952500', '203938.412500', '203938.872500', '203939.332500', '203939.792500', '203940.252500', '203940.712500', '203941.172500', '203941.632500', '203942.092500', '203942.552500', '203943.012500', '203943.472500', '203943.932500', '203944.392500', '203944.852500', '203945.312500', '203945.772500', '203946.232500', '203946.692500', '203947.152500', '203947.612500', '203948.072500', '203948.532500', '203948.992500', '203949.452500', '203949.912500', '203950.372500', '203950.832500', '203951.292500', '203951.752500', '203952.212500', '203952.672500', '203953.132500', '203953.592500', '203954.052500', '203954.512500', '203954.972500', '203955.432500', '203955.892500', '203956.352500', '203956.812500', '203957.272500', '203957.732500', '203958.192500', '203958.652500', '203959.112500', '203959.572500', '204000.032500', '204000.492500', '204000.952500', '204001.412500', '204001.872500', '204002.332500', '204002.792500', '204003.252500', '204003.712500', '204004.172500', '204004.632500', '204005.092500', '204005.552500', '204006.012500', '204006.472500', '204006.932500', '204007.392500', '204007.852500', '204008.312500', '204008.772500', '204009.232500', '204009.692500', '204010.152500', '204010.612500', '204011.072500', '204011.532500', '204011.992500', '204012.452500', '204012.912500', '204013.372500', '204013.832500', '204014.292500', '204014.752500', '204015.212500', '204015.672500', '204016.132500', '204016.592500', '204017.052500', '204017.512500', '204017.972500', '204018.432500', '204018.892500', '204019.352500', '204019.812500', '204020.272500', '204020.732500', '204021.192500', '204021.652500', '204022.112500', '204022.572500', '204023.032500', '204023.492500', '204023.952500', '204024.412500', '204024.872500', '204025.332500', '204025.792500', '204026.252500', '204026.712500', '204027.172500', '204027.632500', '204028.092500', '204028.552500', '204029.012500', '204029.472500', '204029.932500', '204030.392500', '204030.852500', '204031.312500', '204031.772500', '204032.232500', '204032.692500', '204033.152500', '204033.612500', '204034.072500', '204034.532500', '204034.992500', '204035.452500', '204035.912500', '204036.372500', '204036.832500', '204037.292500', '204037.752500', '204038.212500', '204038.672500', '204039.132500', '204039.592500', '204040.052500', '204040.512500', '204040.972500', '204041.432500', '204041.892500', '204042.352500', '204042.812500', '204043.272500', '204043.732500', '204044.192500', '204044.652500', '204045.112500', '204045.572500', '204046.032500', '204046.492500', '204046.952500', '204047.412500', '204047.872500', '204048.332500', '204048.792500', '204049.252500', '204049.712500', '204050.172500', '204050.632500', '204051.092500', '204051.552500', '204052.012500', '204052.472500', '204052.932500', '204053.392500', '204053.852500', '204054.312500', '204054.772500', '204055.232500', '204055.692500', '204056.152500', '204056.612500', '204057.072500', '204057.532500', '204057.992500', '204058.452500', '204058.912500', '204059.372500', '204059.832500', '204100.292500', '204100.752500', '204101.212500', '204101.672500', '204102.132500', '204102.592500', '204103.052500', '204103.512500', '204103.972500', '204104.432500', '204104.892500', '204105.352500', '204105.812500', '204106.272500', '204106.732500', '204107.192500', '204107.652500', '204108.112500', '204108.572500', '204109.032500', '204109.492500', '204109.952500', '204110.412500', '204110.872500', '204111.332500', '204111.792500', '204112.252500', '204112.712500', '204113.172500', '204113.632500', '204114.092500', '204114.552500', '204115.012500', '204115.472500', '204115.932500', '204116.392500', '204116.852500', '204117.312500', '204117.772500', '204118.232500', '204118.692500', '204119.152500', '204119.612500', '204120.072500', '204120.532500', '204120.992500', '204121.452500', '204121.912500', '204122.372500', '204122.832500', '204123.292500', '204123.752500', '204124.212500', '204124.672500', '204125.132500', '204125.592500', '204126.052500', '204126.512500', '204126.972500', '204127.432500', '204127.892500', '204128.352500', '204128.812500', '204129.272500', '204129.732500', '204130.192500', '204130.652500', '204131.112500', '204131.572500', '204132.032500', '204132.492500', '204132.952500', '204133.412500', '204133.872500', '204134.332500', '204134.792500', '204135.252500', '204135.712500', '204136.172500', '204136.632500', '204137.092500', '204137.552500', '204138.012500', '204138.472500', '204138.932500', '204139.392500', '204139.852500', '204140.312500', '204140.772500', '204141.232500', '204141.692500', '204142.152500', '204142.612500', '204143.072500', '204143.532500', '204143.992500', '204144.452500', '204144.912500', '204145.372500', '204145.832500', '204146.292500', '204146.752500', '204147.212500', '204147.672500', '204148.132500', '204148.592500', '204149.052500', '204149.512500', '204149.972500', '204150.432500', '204150.892500', '204151.352500', '204151.812500', '204152.272500', '204152.732500', '204153.192500', '204153.652500', '204154.112500', '204154.572500', '204155.032500', '204155.492500', '204155.952500', '204156.412500', '204156.872500', '204157.332500', '204157.792500', '204158.252500', '204158.712500', '204159.172500', '204159.632500', '204200.092500', '204200.552500', '204201.012500', '204201.472500', '204201.932500', '204202.392500', '204202.852500', '204203.312500', '204203.772500', '204204.232500', '204204.692500', '204205.152500', '204205.612500', '204206.072500', '204206.532500', '204206.992500', '204207.452500', '204207.912500', '204208.372500', '204208.832500', '204209.292500', '204209.752500', '204210.212500', '204210.672500', '204211.132500', '204211.592500', '204212.052500', '204212.512500', '204212.972500', '204213.432500', '204213.892500', '204214.352500', '204214.812500', '204215.272500', '204215.732500', '204216.192500', '204216.652500', '204217.112500', '204217.572500', '204218.032500', '204218.492500', '204218.952500', '204219.412500', '204219.872500', '204220.332500', '204220.792500', '204221.252500', '204221.712500', '204222.172500', '204222.632500', '204223.092500', '204223.552500', '204224.012500', '204224.472500', '204224.932500', '204225.392500', '204225.852500', '204226.312500', '204226.772500', '204227.232500', '204227.692500', '204228.152500', '204228.612500', '204229.072500', '204229.532500', '204229.992500', '204230.452500', '204230.912500', '204231.372500', '204231.832500', '204232.292500', '204232.752500', '204233.212500', '204233.672500', '204234.132500', '204234.592500', '204235.052500', '204235.512500', '204235.972500', '204236.432500', '204236.892500', '204237.352500', '204237.812500', '204238.272500', '204238.732500', '204239.192500', '204239.652500', '204240.112500', '204240.572500', '204241.032500', '204241.492500', '204241.952500', '204242.412500', '204242.872500', '204243.332500', '204243.792500', '204244.252500'], 'ContentTime': ['203556.504000', '203556.508000', '203556.511000', '203556.514000', '203556.516000', '203556.519000', '203556.522000', '203556.524000', '203556.527000', '203556.538000', '203556.541000', '203556.544000', '203556.546000', '203556.549000', '203556.551000', '203556.554000', '203556.557000', '203556.559000', '203556.562000', '203556.564000', '203556.567000', '203556.570000', '203556.573000', '203556.585000', '203616.477000', '203616.480000', '203616.483000', '203616.486000', '203616.488000', '203616.491000', '203616.493000', '203616.496000', '203616.502000', '203616.505000', '203616.507000', '203616.510000', '203616.513000', '203616.515000', '203616.518000', '203616.520000', '203616.523000', '203616.526000', '203616.528000', '203616.531000', '203616.533000', '203616.536000', '203616.538000', '203616.541000', '203616.544000', '203616.546000', '203616.549000', '203616.551000', '203616.554000', '203616.556000', '203616.559000', '203616.567000', '203616.570000', '203616.573000', '203616.575000', '203616.578000', '203616.580000', '203616.583000', '203616.585000', '203616.588000', '203616.591000', '203616.593000', '203616.596000', '203616.598000', '203636.477000', '203636.479000', '203636.482000', '203636.485000', '203636.487000', '203636.490000', '203636.492000', '203636.495000', '203636.498000', '203636.500000', '203636.503000', '203636.505000', '203636.508000', '203636.511000', '203636.513000', '203636.516000', '203636.518000', '203636.521000', '203636.524000', '203636.526000', '203636.529000', '203636.531000', '203636.534000', '203636.536000', '203636.539000', '203636.542000', '203636.544000', '203636.547000', '203636.549000', '203636.552000', '203636.555000', '203636.557000', '203636.560000', '203636.563000', '203636.565000', '203636.568000', '203636.570000', '203636.573000', '203636.576000', '203636.578000', '203636.581000', '203636.583000', '203636.586000', '203656.478000', '203656.480000', '203656.483000', '203656.485000', '203656.488000', '203656.491000', '203656.493000', '203656.496000', '203656.498000', '203656.501000', '203656.504000', '203656.506000', '203656.509000', '203656.511000', '203656.514000', '203656.517000', '203656.519000', '203656.522000', '203656.524000', '203656.527000', '203656.529000', '203656.532000', '203656.534000', '203656.537000', '203656.540000', '203656.542000', '203656.545000', '203656.547000', '203656.550000', '203656.553000', '203656.555000', '203656.558000', '203656.560000', '203656.563000', '203656.565000', '203656.568000', '203656.571000', '203656.573000', '203656.576000', '203656.578000', '203656.581000', '203656.583000', '203656.586000', '203656.589000', '203716.478000', '203716.480000', '203716.483000', '203716.486000', '203716.488000', '203716.491000', '203716.493000', '203716.496000', '203716.499000', '203716.501000', '203716.504000', '203716.506000', '203716.509000', '203716.512000', '203716.514000', '203716.517000', '203716.519000', '203716.522000', '203716.525000', '203716.527000', '203716.530000', '203716.532000', '203716.535000', '203716.537000', '203716.540000', '203716.543000', '203716.545000', '203716.548000', '203716.551000', '203716.553000', '203716.556000', '203716.558000', '203716.561000', '203716.564000', '203716.566000', '203716.569000', '203716.571000', '203716.574000', '203716.576000', '203716.579000', '203716.582000', '203716.584000', '203716.587000', '203736.477000', '203736.480000', '203736.483000', '203736.485000', '203736.488000', '203736.490000', '203736.493000', '203736.496000', '203736.498000', '203736.501000', '203736.504000', '203736.506000', '203736.509000', '203736.512000', '203736.514000', '203736.517000', '203736.520000', '203736.522000', '203736.525000', '203736.527000', '203736.530000', '203736.533000', '203736.535000', '203736.538000', '203736.540000', '203736.543000', '203736.545000', '203736.548000', '203736.551000', '203736.553000', '203736.556000', '203736.558000', '203736.561000', '203736.564000', '203736.566000', '203736.569000', '203736.571000', '203736.574000', '203736.577000', '203736.579000', '203736.582000', '203736.584000', '203736.599000', '203736.602000', '203756.477000', '203756.480000', '203756.483000', '203756.485000', '203756.488000', '203756.491000', '203756.493000', '203756.496000', '203756.498000', '203756.501000', '203756.504000', '203756.506000', '203756.509000', '203756.511000', '203756.514000', '203756.516000', '203756.519000', '203756.522000', '203756.524000', '203756.527000', '203756.530000', '203756.532000', '203756.535000', '203756.537000', '203756.540000', '203756.543000', '203756.545000', '203756.548000', '203756.550000', '203756.553000', '203756.556000', '203756.558000', '203756.561000', '203756.563000', '203756.566000', '203756.569000', '203756.571000', '203756.574000', '203756.576000', '203756.579000', '203756.582000', '203756.584000', '203756.587000', '203816.477000', '203816.480000', '203816.483000', '203816.485000', '203816.488000', '203816.491000', '203816.493000', '203816.496000', '203816.499000', '203816.501000', '203816.504000', '203816.506000', '203816.509000', '203816.512000', '203816.514000', '203816.517000', '203816.519000', '203816.522000', '203816.524000', '203816.527000', '203816.530000', '203816.532000', '203816.535000', '203816.537000', '203816.540000', '203816.543000', '203816.545000', '203816.548000', '203816.550000', '203816.553000', '203816.556000', '203816.558000', '203816.561000', '203816.563000', '203816.566000', '203816.569000', '203816.571000', '203816.574000', '203816.576000', '203816.579000', '203816.582000', '203816.584000', '203816.587000', '203816.589000', '203836.477000', '203836.480000', '203836.483000', '203836.486000', '203836.488000', '203836.491000', '203836.493000', '203836.496000', '203836.499000', '203836.501000', '203836.504000', '203836.506000', '203836.509000', '203836.512000', '203836.514000', '203836.517000', '203836.519000', '203836.522000', '203836.525000', '203836.527000', '203836.530000', '203836.532000', '203836.535000', '203836.538000', '203836.540000', '203836.543000', '203836.545000', '203836.548000', '203836.551000', '203836.553000', '203836.556000', '203836.558000', '203836.561000', '203836.564000', '203836.566000', '203836.569000', '203836.572000', '203836.574000', '203836.577000', '203836.579000', '203836.582000', '203836.585000', '203836.587000', '203856.477000', '203856.479000', '203856.482000', '203856.485000', '203856.487000', '203856.491000', '203856.494000', '203856.496000', '203856.499000', '203856.502000', '203856.504000', '203856.507000', '203856.509000', '203856.512000', '203856.515000', '203856.517000', '203856.520000', '203856.522000', '203856.525000', '203856.528000', '203856.530000', '203856.533000', '203856.535000', '203856.538000', '203856.541000', '203856.543000', '203856.546000', '203856.549000', '203856.551000', '203856.554000', '203856.556000', '203856.559000', '203856.562000', '203856.564000', '203856.567000', '203856.569000', '203856.572000', '203856.575000', '203856.577000', '203856.580000', '203856.583000', '203856.585000', '203856.588000', '203856.591000', '203916.477000', '203916.480000', '203916.483000', '203916.485000', '203916.488000', '203916.491000', '203916.493000', '203916.496000', '203916.499000', '203916.501000', '203916.504000', '203916.506000', '203916.509000', '203916.512000', '203916.514000', '203916.517000', '203916.520000', '203916.522000', '203916.525000', '203916.527000', '203916.530000', '203916.533000', '203916.535000', '203916.545000', '203916.548000', '203916.550000', '203916.553000', '203916.556000', '203916.558000', '203916.561000', '203916.563000', '203916.566000', '203916.568000', '203916.571000', '203916.574000', '203916.576000', '203916.579000', '203916.581000', '203916.584000', '203916.587000', '203916.589000', '203916.592000', '203916.595000', '203936.477000', '203936.480000', '203936.483000', '203936.485000', '203936.488000', '203936.491000', '203936.493000', '203936.496000', '203936.498000', '203936.501000', '203936.504000', '203936.506000', '203936.509000', '203936.512000', '203936.514000', '203936.517000', '203936.519000', '203936.522000', '203936.525000', '203936.527000', '203936.530000', '203936.532000', '203936.535000', '203936.538000', '203936.540000', '203936.543000', '203936.545000', '203936.548000', '203936.551000', '203936.553000', '203936.556000', '203936.558000', '203936.561000', '203936.563000', '203936.566000', '203936.569000', '203936.571000', '203936.574000', '203936.576000', '203936.579000', '203936.582000', '203936.584000', '203936.587000', '203936.589000', '203956.477000', '203956.480000', '203956.483000', '203956.486000', '203956.488000', '203956.491000', '203956.493000', '203956.496000', '203956.499000', '203956.501000', '203956.504000', '203956.506000', '203956.509000', '203956.512000', '203956.514000', '203956.517000', '203956.520000', '203956.522000', '203956.525000', '203956.528000', '203956.530000', '203956.533000', '203956.536000', '203956.538000', '203956.541000', '203956.544000', '203956.546000', '203956.549000', '203956.551000', '203956.554000', '203956.557000', '203956.559000', '203956.562000', '203956.565000', '203956.567000', '203956.570000', '203956.573000', '203956.575000', '203956.578000', '203956.581000', '203956.583000', '203956.586000', '203956.589000', '204016.478000', '204016.481000', '204016.483000', '204016.486000', '204016.488000', '204016.491000', '204016.494000', '204016.496000', '204016.499000', '204016.502000', '204016.504000', '204016.507000', '204016.509000', '204016.512000', '204016.514000', '204016.517000', '204016.520000', '204016.522000', '204016.525000', '204016.527000', '204016.531000', '204016.534000', '204016.536000', '204016.539000', '204016.542000', '204016.544000', '204016.547000', '204016.549000', '204016.552000', '204016.555000', '204016.557000', '204016.560000', '204016.562000', '204016.565000', '204016.568000', '204016.570000', '204016.573000', '204016.576000', '204016.578000', '204016.581000', '204016.583000', '204016.586000', '204016.589000', '204036.477000', '204036.480000', '204036.483000', '204036.485000', '204036.488000', '204036.491000', '204036.493000', '204036.496000', '204036.499000', '204036.501000', '204036.504000', '204036.506000', '204036.509000', '204036.512000', '204036.514000', '204036.517000', '204036.519000', '204036.522000', '204036.525000', '204036.527000', '204036.530000', '204036.533000', '204036.535000', '204036.538000', '204036.541000', '204036.543000', '204036.546000', '204036.549000', '204036.551000', '204036.554000', '204036.556000', '204036.559000', '204036.562000', '204036.564000', '204036.567000', '204036.570000', '204036.572000', '204036.575000', '204036.577000', '204036.580000', '204036.583000', '204036.585000', '204036.588000', '204036.591000', '204056.478000', '204056.480000', '204056.483000', '204056.485000', '204056.488000', '204056.491000', '204056.493000', '204056.496000', '204056.499000', '204056.501000', '204056.504000', '204056.506000', '204056.509000', '204056.513000', '204056.516000', '204056.518000', '204056.521000', '204056.524000', '204056.526000', '204056.529000', '204056.532000', '204056.534000', '204056.537000', '204056.539000', '204056.542000', '204056.547000', '204056.549000', '204056.552000', '204056.555000', '204056.557000', '204056.560000', '204056.562000', '204056.565000', '204056.568000', '204056.570000', '204056.573000', '204056.575000', '204056.578000', '204056.580000', '204056.583000', '204056.586000', '204056.588000', '204056.591000', '204116.477000', '204116.480000', '204116.482000', '204116.485000', '204116.488000', '204116.490000', '204116.493000', '204116.495000', '204116.498000', '204116.501000', '204116.503000', '204116.506000', '204116.508000', '204116.511000', '204116.514000', '204116.516000', '204116.519000', '204116.521000', '204116.524000', '204116.527000', '204116.529000', '204116.532000', '204116.534000', '204116.537000', '204116.540000', '204116.542000', '204116.545000', '204116.548000', '204116.550000', '204116.553000', '204116.555000', '204116.558000', '204116.561000', '204116.563000', '204116.566000', '204116.569000', '204116.571000', '204116.574000', '204116.577000', '204116.579000', '204116.582000', '204116.584000', '204116.587000', '204116.590000', '204136.478000', '204136.480000', '204136.483000', '204136.486000', '204136.488000', '204136.491000', '204136.494000', '204136.496000', '204136.499000', '204136.501000', '204136.504000', '204136.506000', '204136.509000', '204136.512000', '204136.514000', '204136.517000', '204136.519000', '204136.522000', '204136.525000', '204136.528000', '204136.530000', '204136.533000', '204136.535000', '204136.538000', '204136.541000', '204136.543000', '204136.546000', '204136.548000', '204136.551000', '204136.553000', '204136.556000', '204136.559000', '204136.561000', '204136.564000', '204136.566000', '204136.571000', '204136.573000', '204136.576000', '204136.579000', '204136.581000', '204136.584000', '204136.587000', '204136.589000', '204156.478000', '204156.481000', '204156.483000', '204156.486000', '204156.488000', '204156.491000', '204156.494000', '204156.496000', '204156.499000', '204156.501000', '204156.504000', '204156.507000', '204156.509000', '204156.512000', '204156.514000', '204156.517000', '204156.519000', '204156.522000', '204156.525000', '204156.527000', '204156.530000', '204156.532000', '204156.535000', '204156.538000', '204156.540000', '204156.543000', '204156.546000', '204156.548000', '204156.551000', '204156.553000', '204156.556000', '204156.559000', '204156.561000', '204156.564000', '204156.567000', '204156.569000', '204156.572000', '204156.574000', '204156.577000', '204156.579000', '204156.582000', '204156.585000', '204156.587000', '204156.590000', '204216.477000', '204216.495000', '204216.497000', '204216.500000', '204216.503000', '204216.505000', '204216.508000', '204216.510000', '204216.513000', '204216.516000', '204216.518000', '204216.521000', '204216.523000', '204216.527000', '204216.530000', '204216.533000', '204216.535000', '204216.538000', '204216.541000', '204216.543000', '204216.546000', '204216.548000', '204216.551000', '204216.554000', '204216.556000', '204216.559000', '204216.561000', '204216.564000', '204216.566000', '204216.569000', '204216.572000', '204216.574000', '204216.577000', '204216.580000', '204216.582000', '204216.585000', '204216.587000', '204216.590000', '204216.593000', '204216.595000', '204216.598000', '204216.601000', '204216.603000', '204236.478000', '204236.481000', '204236.483000', '204236.486000', '204236.488000', '204236.491000', '204236.494000', '204236.496000', '204236.499000', '204236.501000', '204236.504000', '204236.507000', '204236.509000', '204236.512000', '204236.514000', '204236.517000', '204236.520000', '204236.522000', '204236.525000', '204236.538000', '204236.541000', '204236.543000', '204236.546000', '204236.548000', '204236.551000', '204236.554000', '204236.556000', '204236.559000', '204236.561000', '204236.564000', '204236.567000', '204236.569000', '204236.572000', '204236.574000', '204236.577000', '204236.580000', '204236.582000', '204236.585000', '204236.588000', '204236.591000', '204236.593000', '204236.596000', '204236.598000', '204236.601000', '204245.531000', '204245.534000', '204245.537000', '204245.539000', '204245.542000', '204245.544000', '204245.547000', '204245.550000', '204245.552000', '204245.555000', '204245.557000', '204245.560000', '204245.563000', '204245.565000', '204245.568000', '204245.571000', '204245.573000', '204245.576000', '204245.578000', '204245.581000'], 'InstanceCreationTime': ['203556.504000', '203556.508000', '203556.511000', '203556.514000', '203556.516000', '203556.519000', '203556.522000', '203556.524000', '203556.527000', '203556.538000', '203556.541000', '203556.544000', '203556.546000', '203556.549000', '203556.551000', '203556.554000', '203556.557000', '203556.559000', '203556.562000', '203556.564000', '203556.567000', '203556.570000', '203556.573000', '203556.585000', '203616.477000', '203616.480000', '203616.483000', '203616.486000', '203616.488000', '203616.491000', '203616.493000', '203616.496000', '203616.502000', '203616.505000', '203616.507000', '203616.510000', '203616.513000', '203616.515000', '203616.518000', '203616.520000', '203616.523000', '203616.526000', '203616.528000', '203616.531000', '203616.533000', '203616.536000', '203616.538000', '203616.541000', '203616.544000', '203616.546000', '203616.549000', '203616.551000', '203616.554000', '203616.556000', '203616.559000', '203616.567000', '203616.570000', '203616.573000', '203616.575000', '203616.578000', '203616.580000', '203616.583000', '203616.585000', '203616.588000', '203616.591000', '203616.593000', '203616.596000', '203616.598000', '203636.477000', '203636.479000', '203636.482000', '203636.485000', '203636.487000', '203636.490000', '203636.492000', '203636.495000', '203636.498000', '203636.500000', '203636.503000', '203636.505000', '203636.508000', '203636.511000', '203636.513000', '203636.516000', '203636.518000', '203636.521000', '203636.524000', '203636.526000', '203636.529000', '203636.531000', '203636.534000', '203636.536000', '203636.539000', '203636.542000', '203636.544000', '203636.547000', '203636.549000', '203636.552000', '203636.555000', '203636.557000', '203636.560000', '203636.563000', '203636.565000', '203636.568000', '203636.570000', '203636.573000', '203636.576000', '203636.578000', '203636.581000', '203636.583000', '203636.586000', '203656.478000', '203656.480000', '203656.483000', '203656.485000', '203656.488000', '203656.491000', '203656.493000', '203656.496000', '203656.498000', '203656.501000', '203656.504000', '203656.506000', '203656.509000', '203656.511000', '203656.514000', '203656.517000', '203656.519000', '203656.522000', '203656.524000', '203656.527000', '203656.529000', '203656.532000', '203656.534000', '203656.537000', '203656.540000', '203656.542000', '203656.545000', '203656.547000', '203656.550000', '203656.553000', '203656.555000', '203656.558000', '203656.560000', '203656.563000', '203656.565000', '203656.568000', '203656.571000', '203656.573000', '203656.576000', '203656.578000', '203656.581000', '203656.583000', '203656.586000', '203656.589000', '203716.478000', '203716.480000', '203716.483000', '203716.486000', '203716.488000', '203716.491000', '203716.493000', '203716.496000', '203716.499000', '203716.501000', '203716.504000', '203716.506000', '203716.509000', '203716.512000', '203716.514000', '203716.517000', '203716.519000', '203716.522000', '203716.525000', '203716.527000', '203716.530000', '203716.532000', '203716.535000', '203716.537000', '203716.540000', '203716.543000', '203716.545000', '203716.548000', '203716.551000', '203716.553000', '203716.556000', '203716.558000', '203716.561000', '203716.564000', '203716.566000', '203716.569000', '203716.571000', '203716.574000', '203716.576000', '203716.579000', '203716.582000', '203716.584000', '203716.587000', '203736.477000', '203736.480000', '203736.483000', '203736.485000', '203736.488000', '203736.490000', '203736.493000', '203736.496000', '203736.498000', '203736.501000', '203736.504000', '203736.506000', '203736.509000', '203736.512000', '203736.514000', '203736.517000', '203736.520000', '203736.522000', '203736.525000', '203736.527000', '203736.530000', '203736.533000', '203736.535000', '203736.538000', '203736.540000', '203736.543000', '203736.545000', '203736.548000', '203736.551000', '203736.553000', '203736.556000', '203736.558000', '203736.561000', '203736.564000', '203736.566000', '203736.569000', '203736.571000', '203736.574000', '203736.577000', '203736.579000', '203736.582000', '203736.584000', '203736.599000', '203736.602000', '203756.477000', '203756.480000', '203756.483000', '203756.485000', '203756.488000', '203756.491000', '203756.493000', '203756.496000', '203756.498000', '203756.501000', '203756.504000', '203756.506000', '203756.509000', '203756.511000', '203756.514000', '203756.516000', '203756.519000', '203756.522000', '203756.524000', '203756.527000', '203756.530000', '203756.532000', '203756.535000', '203756.537000', '203756.540000', '203756.543000', '203756.545000', '203756.548000', '203756.550000', '203756.553000', '203756.556000', '203756.558000', '203756.561000', '203756.563000', '203756.566000', '203756.569000', '203756.571000', '203756.574000', '203756.576000', '203756.579000', '203756.582000', '203756.584000', '203756.587000', '203816.477000', '203816.480000', '203816.483000', '203816.485000', '203816.488000', '203816.491000', '203816.493000', '203816.496000', '203816.499000', '203816.501000', '203816.504000', '203816.506000', '203816.509000', '203816.512000', '203816.514000', '203816.517000', '203816.519000', '203816.522000', '203816.524000', '203816.527000', '203816.530000', '203816.532000', '203816.535000', '203816.537000', '203816.540000', '203816.543000', '203816.545000', '203816.548000', '203816.550000', '203816.553000', '203816.556000', '203816.558000', '203816.561000', '203816.563000', '203816.566000', '203816.569000', '203816.571000', '203816.574000', '203816.576000', '203816.579000', '203816.582000', '203816.584000', '203816.587000', '203816.589000', '203836.477000', '203836.480000', '203836.483000', '203836.486000', '203836.488000', '203836.491000', '203836.493000', '203836.496000', '203836.499000', '203836.501000', '203836.504000', '203836.506000', '203836.509000', '203836.512000', '203836.514000', '203836.517000', '203836.519000', '203836.522000', '203836.525000', '203836.527000', '203836.530000', '203836.532000', '203836.535000', '203836.538000', '203836.540000', '203836.543000', '203836.545000', '203836.548000', '203836.551000', '203836.553000', '203836.556000', '203836.558000', '203836.561000', '203836.564000', '203836.566000', '203836.569000', '203836.572000', '203836.574000', '203836.577000', '203836.579000', '203836.582000', '203836.585000', '203836.587000', '203856.477000', '203856.479000', '203856.482000', '203856.485000', '203856.487000', '203856.491000', '203856.494000', '203856.496000', '203856.499000', '203856.502000', '203856.504000', '203856.507000', '203856.509000', '203856.512000', '203856.515000', '203856.517000', '203856.520000', '203856.522000', '203856.525000', '203856.528000', '203856.530000', '203856.533000', '203856.535000', '203856.538000', '203856.541000', '203856.543000', '203856.546000', '203856.549000', '203856.551000', '203856.554000', '203856.556000', '203856.559000', '203856.562000', '203856.564000', '203856.567000', '203856.569000', '203856.572000', '203856.575000', '203856.577000', '203856.580000', '203856.583000', '203856.585000', '203856.588000', '203856.591000', '203916.477000', '203916.480000', '203916.483000', '203916.485000', '203916.488000', '203916.491000', '203916.493000', '203916.496000', '203916.499000', '203916.501000', '203916.504000', '203916.506000', '203916.509000', '203916.512000', '203916.514000', '203916.517000', '203916.520000', '203916.522000', '203916.525000', '203916.527000', '203916.530000', '203916.533000', '203916.535000', '203916.545000', '203916.548000', '203916.550000', '203916.553000', '203916.556000', '203916.558000', '203916.561000', '203916.563000', '203916.566000', '203916.568000', '203916.571000', '203916.574000', '203916.576000', '203916.579000', '203916.581000', '203916.584000', '203916.587000', '203916.589000', '203916.592000', '203916.595000', '203936.477000', '203936.480000', '203936.483000', '203936.485000', '203936.488000', '203936.491000', '203936.493000', '203936.496000', '203936.498000', '203936.501000', '203936.504000', '203936.506000', '203936.509000', '203936.512000', '203936.514000', '203936.517000', '203936.519000', '203936.522000', '203936.525000', '203936.527000', '203936.530000', '203936.532000', '203936.535000', '203936.538000', '203936.540000', '203936.543000', '203936.545000', '203936.548000', '203936.551000', '203936.553000', '203936.556000', '203936.558000', '203936.561000', '203936.563000', '203936.566000', '203936.569000', '203936.571000', '203936.574000', '203936.576000', '203936.579000', '203936.582000', '203936.584000', '203936.587000', '203936.589000', '203956.477000', '203956.480000', '203956.483000', '203956.486000', '203956.488000', '203956.491000', '203956.493000', '203956.496000', '203956.499000', '203956.501000', '203956.504000', '203956.506000', '203956.509000', '203956.512000', '203956.514000', '203956.517000', '203956.520000', '203956.522000', '203956.525000', '203956.528000', '203956.530000', '203956.533000', '203956.536000', '203956.538000', '203956.541000', '203956.544000', '203956.546000', '203956.549000', '203956.551000', '203956.554000', '203956.557000', '203956.559000', '203956.562000', '203956.565000', '203956.567000', '203956.570000', '203956.573000', '203956.575000', '203956.578000', '203956.581000', '203956.583000', '203956.586000', '203956.589000', '204016.478000', '204016.481000', '204016.483000', '204016.486000', '204016.488000', '204016.491000', '204016.494000', '204016.496000', '204016.499000', '204016.502000', '204016.504000', '204016.507000', '204016.509000', '204016.512000', '204016.514000', '204016.517000', '204016.520000', '204016.522000', '204016.525000', '204016.527000', '204016.531000', '204016.534000', '204016.536000', '204016.539000', '204016.542000', '204016.544000', '204016.547000', '204016.549000', '204016.552000', '204016.555000', '204016.557000', '204016.560000', '204016.562000', '204016.565000', '204016.568000', '204016.570000', '204016.573000', '204016.576000', '204016.578000', '204016.581000', '204016.583000', '204016.586000', '204016.589000', '204036.477000', '204036.480000', '204036.483000', '204036.485000', '204036.488000', '204036.491000', '204036.493000', '204036.496000', '204036.499000', '204036.501000', '204036.504000', '204036.506000', '204036.509000', '204036.512000', '204036.514000', '204036.517000', '204036.519000', '204036.522000', '204036.525000', '204036.527000', '204036.530000', '204036.533000', '204036.535000', '204036.538000', '204036.541000', '204036.543000', '204036.546000', '204036.549000', '204036.551000', '204036.554000', '204036.556000', '204036.559000', '204036.562000', '204036.564000', '204036.567000', '204036.570000', '204036.572000', '204036.575000', '204036.577000', '204036.580000', '204036.583000', '204036.585000', '204036.588000', '204036.591000', '204056.478000', '204056.480000', '204056.483000', '204056.485000', '204056.488000', '204056.491000', '204056.493000', '204056.496000', '204056.499000', '204056.501000', '204056.504000', '204056.506000', '204056.509000', '204056.513000', '204056.516000', '204056.518000', '204056.521000', '204056.524000', '204056.526000', '204056.529000', '204056.532000', '204056.534000', '204056.537000', '204056.539000', '204056.542000', '204056.547000', '204056.549000', '204056.552000', '204056.555000', '204056.557000', '204056.560000', '204056.562000', '204056.565000', '204056.568000', '204056.570000', '204056.573000', '204056.575000', '204056.578000', '204056.580000', '204056.583000', '204056.586000', '204056.588000', '204056.591000', '204116.477000', '204116.480000', '204116.482000', '204116.485000', '204116.488000', '204116.490000', '204116.493000', '204116.495000', '204116.498000', '204116.501000', '204116.503000', '204116.506000', '204116.508000', '204116.511000', '204116.514000', '204116.516000', '204116.519000', '204116.521000', '204116.524000', '204116.527000', '204116.529000', '204116.532000', '204116.534000', '204116.537000', '204116.540000', '204116.542000', '204116.545000', '204116.548000', '204116.550000', '204116.553000', '204116.555000', '204116.558000', '204116.561000', '204116.563000', '204116.566000', '204116.569000', '204116.571000', '204116.574000', '204116.577000', '204116.579000', '204116.582000', '204116.584000', '204116.587000', '204116.590000', '204136.478000', '204136.480000', '204136.483000', '204136.486000', '204136.488000', '204136.491000', '204136.494000', '204136.496000', '204136.499000', '204136.501000', '204136.504000', '204136.506000', '204136.509000', '204136.512000', '204136.514000', '204136.517000', '204136.519000', '204136.522000', '204136.525000', '204136.528000', '204136.530000', '204136.533000', '204136.535000', '204136.538000', '204136.541000', '204136.543000', '204136.546000', '204136.548000', '204136.551000', '204136.553000', '204136.556000', '204136.559000', '204136.561000', '204136.564000', '204136.566000', '204136.571000', '204136.573000', '204136.576000', '204136.579000', '204136.581000', '204136.584000', '204136.587000', '204136.589000', '204156.478000', '204156.481000', '204156.483000', '204156.486000', '204156.488000', '204156.491000', '204156.494000', '204156.496000', '204156.499000', '204156.501000', '204156.504000', '204156.507000', '204156.509000', '204156.512000', '204156.514000', '204156.517000', '204156.519000', '204156.522000', '204156.525000', '204156.527000', '204156.530000', '204156.532000', '204156.535000', '204156.538000', '204156.540000', '204156.543000', '204156.546000', '204156.548000', '204156.551000', '204156.553000', '204156.556000', '204156.559000', '204156.561000', '204156.564000', '204156.567000', '204156.569000', '204156.572000', '204156.574000', '204156.577000', '204156.579000', '204156.582000', '204156.585000', '204156.587000', '204156.590000', '204216.477000', '204216.495000', '204216.497000', '204216.500000', '204216.503000', '204216.505000', '204216.508000', '204216.510000', '204216.513000', '204216.516000', '204216.518000', '204216.521000', '204216.523000', '204216.527000', '204216.530000', '204216.533000', '204216.535000', '204216.538000', '204216.541000', '204216.543000', '204216.546000', '204216.548000', '204216.551000', '204216.554000', '204216.556000', '204216.559000', '204216.561000', '204216.564000', '204216.566000', '204216.569000', '204216.572000', '204216.574000', '204216.577000', '204216.580000', '204216.582000', '204216.585000', '204216.587000', '204216.590000', '204216.593000', '204216.595000', '204216.598000', '204216.601000', '204216.603000', '204236.478000', '204236.481000', '204236.483000', '204236.486000', '204236.488000', '204236.491000', '204236.494000', '204236.496000', '204236.499000', '204236.501000', '204236.504000', '204236.507000', '204236.509000', '204236.512000', '204236.514000', '204236.517000', '204236.520000', '204236.522000', '204236.525000', '204236.538000', '204236.541000', '204236.543000', '204236.546000', '204236.548000', '204236.551000', '204236.554000', '204236.556000', '204236.559000', '204236.561000', '204236.564000', '204236.567000', '204236.569000', '204236.572000', '204236.574000', '204236.577000', '204236.580000', '204236.582000', '204236.585000', '204236.588000', '204236.591000', '204236.593000', '204236.596000', '204236.598000', '204236.601000', '204245.531000', '204245.534000', '204245.537000', '204245.539000', '204245.542000', '204245.544000', '204245.547000', '204245.550000', '204245.552000', '204245.555000', '204245.557000', '204245.560000', '204245.563000', '204245.565000', '204245.568000', '204245.571000', '204245.573000', '204245.576000', '204245.578000', '204245.581000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [7778, 12727, 9684, 11099, 7600, 10530, 7004, 9891, 7409, 7748, 9089, 7347, 10965, 7544, 10455, 7740, 9530, 6938, 9146, 7176, 7342, 7640, 7110, 8646, 7231, 10832, 7245, 10523, 9054, 9950, 7032, 10220, 7170, 9857, 6964, 8996, 7797, 7120, 13181, 10006, 11526, 7732, 9678, 7137, 7271, 13664, 8006, 11688, 7374, 10436, 6773, 10010, 6778, 7800, 7561, 7183, 12539, 7295, 11053, 8379, 9902, 7454, 9594, 7063, 9969, 7022, 9475, 6844, 8652, 7358, 8355, 7272, 7470, 7562, 7498, 11122, 7417, 12735, 8013, 10593, 7261, 10383, 7257, 10495, 9231, 9826, 7787, 9910, 7933, 9827, 7008, 9662, 7384, 7190, 15482, 7697, 11302, 7367, 9346, 7346, 7424, 11873, 7371, 10137, 7322, 9431, 6872, 9129, 7161, 9305, 7580, 10672, 7823, 10112, 7026, 9245, 7647, 7298, 12678, 7340, 10520, 7413, 10278, 7028, 9307, 7160, 7438, 12200, 7109, 10759, 8244, 10247, 6873, 9604, 7174, 7552, 7893, 7352, 7731, 7235, 8918, 7269, 11089, 9067, 10245, 8295, 10398, 7509, 10814, 7990, 10278, 6988, 9201, 7257, 8014, 12686, 9043, 15463, 7289, 12267, 7390, 11820, 8247, 10168, 6794, 8368, 7346, 7353, 11930, 7962, 10850, 7272, 10574, 7540, 10617, 7339, 9791, 7037, 8031, 7626, 7225, 12189, 7520, 10868, 7534, 10113, 7531, 10090, 9492, 9486, 7503, 9279, 7634, 9640, 8133, 9265, 7232, 8252, 7434, 7399, 9815, 7415, 10116, 7525, 10008, 7444, 10026, 6908, 7553, 7239, 7421, 10245, 7348, 10460, 7106, 8407, 7342, 7537, 11265, 7851, 10102, 7286, 9897, 7264, 7707, 9416, 7318, 10887, 7356, 10330, 6978, 9813, 6884, 7516, 7442, 7443, 10784, 7400, 10499, 7279, 9597, 7194, 7797, 11960, 7505, 10557, 7308, 10384, 7038, 9440, 7308, 7392, 9798, 7292, 11148, 7187, 10775, 7351, 9468, 7641, 7767, 11583, 7175, 10843, 7427, 10631, 7010, 8539, 8778, 7142, 11323, 7195, 10550, 7238, 10367, 6739, 8343, 7380, 7428, 10280, 7132, 10273, 7765, 10103, 7134, 9526, 7757, 7411, 12985, 8246, 11611, 7482, 10452, 7716, 8008, 9387, 7177, 10287, 7260, 9420, 7042, 10139, 7871, 9609, 7360, 9546, 7340, 9814, 7193, 8059, 11054, 7886, 11395, 7387, 10587, 7616, 8910, 12583, 8817, 15327, 7478, 12407, 8119, 9779, 12789, 8990, 17880, 7637, 14882, 7148, 10405, 7453, 7433, 8841, 7383, 10737, 7558, 10140, 7406, 9800, 7193, 8053, 7665, 7482, 10585, 7513, 9845, 7517, 10271, 8488, 9645, 7325, 8940, 7162, 7194, 10599, 7551, 11562, 7542, 10244, 7513, 10630, 8904, 9770, 7011, 9887, 7033, 8450, 7457, 7918, 7655, 7290, 11478, 7364, 10781, 8907, 9907, 7302, 9315, 7319, 9455, 7142, 9290, 6860, 8358, 7387, 7368, 12697, 9424, 12705, 7544, 11380, 7602, 11214, 8202, 11512, 6791, 7695, 7477, 7175, 11931, 7424, 12774, 7492, 10816, 7062, 10425, 7050, 8064, 7666, 7076, 11341, 7373, 10429, 8189, 9873, 7104, 10086, 7045, 8420, 7236, 7344, 7766, 7164, 12650, 7555, 11006, 8352, 10669, 7571, 10766, 7191, 10236, 6819, 8188, 7729, 7285, 10958, 7462, 10929, 7707, 10765, 7474, 11035, 7030, 9884, 6896, 7708, 7637, 7599, 11650, 7350, 10560, 8016, 10344, 7069, 10583, 7062, 9730, 6733, 8323, 7613, 7466, 8882, 7181, 12098, 8191, 10980, 7313, 10990, 7622, 11026, 7314, 9402, 7222, 7343, 7419, 7312, 7816, 7167, 8270, 7099, 11849, 7145, 10780, 9010, 9977, 7283, 9828, 7264, 8448, 9126, 7436, 14244, 7282, 11452, 7389, 10251, 6814, 7146, 7466, 6990, 10919, 7262, 10719, 8724, 9284, 7160, 7621, 8629, 7249, 11007, 6957, 9991, 7086, 10156, 6957, 9464, 7243, 7717, 7683, 7087, 13509, 7079, 11811, 9875, 11077, 6919, 10138, 7174, 7370, 12387, 7571, 14222, 7328, 11151, 6870, 10597, 6677, 8073, 7548, 7096, 10671, 7165, 10933, 8311, 10542, 7236, 10824, 7264, 8448, 8342, 7277, 12817, 7075, 11185, 7555, 10557, 6921, 8975, 7426, 7281, 11423, 7418, 10621, 7299, 10480, 7184, 11045, 8339, 9954, 6828, 8872, 7321, 7371, 10799, 7705, 11224, 7145, 10424, 6992, 10846, 8539, 9845, 7082, 9268, 7364, 7517, 10683, 7801, 11341, 7104, 10633, 7160, 10948, 8755, 9901, 6946, 9222, 7454, 7254, 12001, 7998, 10971, 7077, 10831, 7025, 10385, 7340, 8426, 7698, 7216, 11976, 7268, 11216, 7564, 9728, 6932, 7373, 7706, 7273, 12049, 7866, 10750, 7327, 10830, 7087, 10684, 6772, 8594, 7067, 6978, 7524, 6972, 7776, 7240, 8404, 7044, 12122, 7121, 11120, 9820, 10285, 7510, 10131, 6890, 9155, 7665, 8692, 7821, 7150, 14746, 7263, 11624, 9175, 10729, 7189, 10211, 6786, 9705, 6803, 9394, 7094, 7277, 7953, 7324, 11837, 8199, 11483, 7199, 10468, 7228, 10813, 9102, 10076, 7067, 9923, 7106, 8314, 8848, 7551, 9924, 7178, 10530, 7308, 10505, 7929, 9489, 6857, 7988, 7730, 7384, 10645, 7069, 10816, 7343, 10308, 7620, 9881, 7063, 8780, 7410, 7308, 11069, 7296, 10820, 8235, 10086, 7040, 9744, 6833, 8734, 7236, 7131, 7511, 7463, 7896, 8124, 7871, 7823, 10481, 7312, 14476, 9822, 13667, 8799, 11798, 7248, 10864, 7031, 8864, 7214, 8239, 11154, 7949, 13506, 7717, 15128, 7911, 11713, 7217, 10519, 7148, 10019, 7317, 10595, 8243, 12947, 8987, 12453, 7580, 11081, 7474, 10968, 9182, 10203, 7337, 10486, 7039, 10653, 7147, 9101, 7038, 7622, 9954, 7183, 12248, 7282, 10470, 7225, 10195, 7153, 10186, 6766, 7888, 7551, 7336, 11594, 7532, 10221, 7079, 10524, 6786, 9966, 6888, 8621, 7780, 7273, 12542, 7485, 11762, 9195, 10614, 7650, 8128, 11605, 7167, 10983, 7345, 10466, 6841, 9818, 7257, 8398, 7591, 7182, 11111, 7126, 10702, 8189, 9711, 6947, 7549, 9023, 7186, 11828, 7430, 10466, 7331, 10563, 6812, 8941, 7222, 7202, 9645, 7210, 10733, 7684, 10325, 6872, 10351, 7237, 7875, 10161, 7600, 12421, 7314, 10669, 7116, 10385, 7577, 10139, 7498, 9852, 7063, 9818, 7147, 9165, 8893, 7759, 13563, 7496, 11958, 7877, 11325, 7603, 9975, 7060, 7304, 10546, 7051, 11680, 8388, 10796, 7163, 10872, 7113, 9182, 7147, 7341, 13227, 7115, 11700, 7726, 11056, 7141, 10446, 7243, 10248, 7055, 10239, 6909, 7753, 13359, 7349, 11716, 7821, 10424, 7166, 7287, 10837, 7313, 10374, 7345, 9624, 7074, 8208, 7305, 7298, 7308, 7395, 7851, 7334, 10183, 7315, 10001, 6981, 7839, 7320, 7362, 10545, 7378, 10242, 7882], 'WindowCenter': [4086.0, 4131.0, 4086.0, 4092.0, 4028.0, 4072.0, 4016.0, 4062.0, 4019.0, 4029.0, 4039.0, 4018.0, 4070.0, 4030.0, 4062.0, 4024.0, 4053.0, 4008.0, 4049.0, 4019.0, 4025.0, 4025.0, 4020.0, 4036.0, 4021.0, 4081.0, 4031.0, 4070.0, 4048.0, 4059.0, 4019.0, 4068.0, 4021.0, 4067.0, 4022.0, 4059.0, 4031.0, 4017.0, 4100.0, 4058.0, 4082.0, 4028.0, 4057.0, 4007.0, 4015.0, 4090.0, 4023.0, 4073.0, 4019.0, 4064.0, 4008.0, 4059.0, 4007.0, 4030.0, 4017.0, 4008.0, 4090.0, 4019.0, 4068.0, 4035.0, 4060.0, 4020.0, 4056.0, 4020.0, 4057.0, 4020.0, 4056.0, 4008.0, 4046.0, 4020.0, 4037.0, 4019.0, 4021.0, 4019.0, 4019.0, 4076.0, 4025.0, 4087.0, 4031.0, 4069.0, 4016.0, 4070.0, 4030.0, 4071.0, 4058.0, 4060.0, 4030.0, 4056.0, 4040.0, 4060.0, 4008.0, 4044.0, 4005.0, 4003.0, 4092.0, 4017.0, 4069.0, 4006.0, 4033.0, 4004.0, 4003.0, 4067.0, 4015.0, 4056.0, 4007.0, 4037.0, 3995.0, 4047.0, 4003.0, 4048.0, 4030.0, 4066.0, 4029.0, 4067.0, 4009.0, 4058.0, 4030.0, 4021.0, 4080.0, 4019.0, 4057.0, 4007.0, 4054.0, 4006.0, 4049.0, 4008.0, 4018.0, 4074.0, 4006.0, 4065.0, 4027.0, 4052.0, 3995.0, 4049.0, 4007.0, 4029.0, 4025.0, 4033.0, 4029.0, 4020.0, 4050.0, 4032.0, 4078.0, 4063.0, 4072.0, 4040.0, 4066.0, 4032.0, 4071.0, 4030.0, 4055.0, 4009.0, 4043.0, 4015.0, 4041.0, 4086.0, 4049.0, 4096.0, 4016.0, 4073.0, 4018.0, 4080.0, 4028.0, 4059.0, 3996.0, 4027.0, 4006.0, 4019.0, 4079.0, 4024.0, 4057.0, 4017.0, 4051.0, 4028.0, 4068.0, 4014.0, 4058.0, 4007.0, 4028.0, 4017.0, 4014.0, 4080.0, 4023.0, 4064.0, 4029.0, 4058.0, 4026.0, 4071.0, 4057.0, 4059.0, 4019.0, 4050.0, 4030.0, 4062.0, 4029.0, 4045.0, 4020.0, 4041.0, 4017.0, 4019.0, 4056.0, 4018.0, 4059.0, 4023.0, 4055.0, 4018.0, 4058.0, 4007.0, 4028.0, 4005.0, 4018.0, 4054.0, 4017.0, 4064.0, 4007.0, 4038.0, 4018.0, 4026.0, 4079.0, 4039.0, 4059.0, 4018.0, 4058.0, 4013.0, 4030.0, 4049.0, 4020.0, 4070.0, 4018.0, 4059.0, 4007.0, 4056.0, 4008.0, 4020.0, 4018.0, 4016.0, 4067.0, 4030.0, 4071.0, 4020.0, 4061.0, 4019.0, 4031.0, 4081.0, 4031.0, 4070.0, 4020.0, 4071.0, 4014.0, 4057.0, 4015.0, 4028.0, 4056.0, 4032.0, 4077.0, 4019.0, 4080.0, 4019.0, 4055.0, 4029.0, 4025.0, 4075.0, 4018.0, 4065.0, 4019.0, 4070.0, 4019.0, 4051.0, 4048.0, 4020.0, 4075.0, 4020.0, 4067.0, 4026.0, 4072.0, 4011.0, 4049.0, 4013.0, 4029.0, 4071.0, 4021.0, 4069.0, 4043.0, 4079.0, 4023.0, 4074.0, 4031.0, 4034.0, 4103.0, 4053.0, 4077.0, 4031.0, 4068.0, 4029.0, 4042.0, 4060.0, 4017.0, 4068.0, 4033.0, 4074.0, 4035.0, 4096.0, 4053.0, 4072.0, 4042.0, 4073.0, 4045.0, 4081.0, 4032.0, 4054.0, 4089.0, 4044.0, 4087.0, 4031.0, 4080.0, 4032.0, 4060.0, 4086.0, 4052.0, 4101.0, 4015.0, 4073.0, 4027.0, 4047.0, 4077.0, 4034.0, 4105.0, 4004.0, 4086.0, 3989.0, 4050.0, 3987.0, 4003.0, 4020.0, 4004.0, 4051.0, 4015.0, 4045.0, 4005.0, 4045.0, 4006.0, 4028.0, 4015.0, 4018.0, 4056.0, 4017.0, 4051.0, 4017.0, 4054.0, 4037.0, 4047.0, 4017.0, 4047.0, 4005.0, 4015.0, 4064.0, 4028.0, 4077.0, 4025.0, 4057.0, 4028.0, 4065.0, 4051.0, 4053.0, 4004.0, 4059.0, 4007.0, 4039.0, 4014.0, 4040.0, 4016.0, 4018.0, 4078.0, 4019.0, 4080.0, 4047.0, 4052.0, 4018.0, 4060.0, 4030.0, 4072.0, 4021.0, 4058.0, 4022.0, 4049.0, 4027.0, 4032.0, 4099.0, 4063.0, 4088.0, 4024.0, 4079.0, 4026.0, 4081.0, 4039.0, 4073.0, 3997.0, 4027.0, 4017.0, 4019.0, 4078.0, 4017.0, 4086.0, 4017.0, 4064.0, 4008.0, 4065.0, 4007.0, 4029.0, 4012.0, 4009.0, 4076.0, 4019.0, 4068.0, 4035.0, 4054.0, 4008.0, 4069.0, 4018.0, 4036.0, 4017.0, 4015.0, 4024.0, 4019.0, 4088.0, 4026.0, 4068.0, 4035.0, 4065.0, 4029.0, 4066.0, 4014.0, 4065.0, 4008.0, 4039.0, 4024.0, 4018.0, 4069.0, 4019.0, 4069.0, 4029.0, 4064.0, 4015.0, 4066.0, 4018.0, 4056.0, 4008.0, 4025.0, 4027.0, 4026.0, 4076.0, 4015.0, 4066.0, 4041.0, 4070.0, 4020.0, 4078.0, 4020.0, 4062.0, 4011.0, 4047.0, 4029.0, 4027.0, 4061.0, 4022.0, 4093.0, 4049.0, 4078.0, 4024.0, 4078.0, 4041.0, 4083.0, 4030.0, 4057.0, 4030.0, 4031.0, 4031.0, 4028.0, 4042.0, 4034.0, 4052.0, 4029.0, 4101.0, 4034.0, 4084.0, 4066.0, 4070.0, 4033.0, 4071.0, 4032.0, 4050.0, 4058.0, 4028.0, 4110.0, 4032.0, 4093.0, 4027.0, 4068.0, 4010.0, 4022.0, 4019.0, 4021.0, 4078.0, 4033.0, 4079.0, 4050.0, 4058.0, 4021.0, 4040.0, 4049.0, 4032.0, 4083.0, 4035.0, 4068.0, 4034.0, 4079.0, 4034.0, 4071.0, 4032.0, 4045.0, 4030.0, 4033.0, 4110.0, 4033.0, 4089.0, 4070.0, 4078.0, 4020.0, 4068.0, 4020.0, 4027.0, 4091.0, 4031.0, 4110.0, 4031.0, 4077.0, 4010.0, 4067.0, 4009.0, 4040.0, 4031.0, 4021.0, 4070.0, 4021.0, 4076.0, 4051.0, 4071.0, 4032.0, 4081.0, 4020.0, 4042.0, 4035.0, 4020.0, 4086.0, 4020.0, 4081.0, 4030.0, 4071.0, 4008.0, 4047.0, 4020.0, 4032.0, 4081.0, 4031.0, 4066.0, 4027.0, 4071.0, 4022.0, 4081.0, 4052.0, 4072.0, 4010.0, 4051.0, 4026.0, 4028.0, 4077.0, 4031.0, 4079.0, 4019.0, 4066.0, 4022.0, 4079.0, 4052.0, 4068.0, 4019.0, 4062.0, 4031.0, 4033.0, 4065.0, 4031.0, 4080.0, 4022.0, 4072.0, 4022.0, 4078.0, 4047.0, 4057.0, 4020.0, 4061.0, 4030.0, 4032.0, 4092.0, 4041.0, 4072.0, 4020.0, 4080.0, 4020.0, 4072.0, 4019.0, 4040.0, 4025.0, 4027.0, 4077.0, 4031.0, 4077.0, 4030.0, 4056.0, 4007.0, 4018.0, 4029.0, 4030.0, 4090.0, 4040.0, 4070.0, 4019.0, 4077.0, 4021.0, 4072.0, 4009.0, 4046.0, 4021.0, 4022.0, 4040.0, 4033.0, 4043.0, 4032.0, 4050.0, 4018.0, 4088.0, 4032.0, 4088.0, 4074.0, 4069.0, 4030.0, 4073.0, 4021.0, 4062.0, 4025.0, 4047.0, 4030.0, 4019.0, 4100.0, 4015.0, 4076.0, 4045.0, 4063.0, 4009.0, 4067.0, 4010.0, 4061.0, 4009.0, 4055.0, 4009.0, 4027.0, 4030.0, 4027.0, 4090.0, 4041.0, 4080.0, 4016.0, 4066.0, 4031.0, 4080.0, 4051.0, 4056.0, 4009.0, 4057.0, 4019.0, 4040.0, 4045.0, 4030.0, 4059.0, 4020.0, 4070.0, 4030.0, 4065.0, 4029.0, 4059.0, 4009.0, 4028.0, 4029.0, 4030.0, 4066.0, 4021.0, 4066.0, 4029.0, 4070.0, 4030.0, 4067.0, 4019.0, 4052.0, 4018.0, 4030.0, 4081.0, 4033.0, 4078.0, 4053.0, 4071.0, 4015.0, 4072.0, 4022.0, 4052.0, 4031.0, 4016.0, 4029.0, 4033.0, 4042.0, 4042.0, 4038.0, 4039.0, 4082.0, 4028.0, 4114.0, 4066.0, 4094.0, 4051.0, 4081.0, 4018.0, 4070.0, 4019.0, 4046.0, 4017.0, 4036.0, 4069.0, 4038.0, 4102.0, 4030.0, 4094.0, 4036.0, 4075.0, 4018.0, 4052.0, 4005.0, 4052.0, 4018.0, 4064.0, 4035.0, 4086.0, 4049.0, 4075.0, 4017.0, 4068.0, 4018.0, 4063.0, 4045.0, 4059.0, 4016.0, 4069.0, 4002.0, 4054.0, 4007.0, 4036.0, 4005.0, 4017.0, 4047.0, 4006.0, 4077.0, 4012.0, 4051.0, 4017.0, 4057.0, 4002.0, 4056.0, 3995.0, 4028.0, 4014.0, 4016.0, 4073.0, 4017.0, 4052.0, 4007.0, 4052.0, 3995.0, 4054.0, 4005.0, 4038.0, 4015.0, 4017.0, 4079.0, 4016.0, 4067.0, 4033.0, 4057.0, 4015.0, 4027.0, 4066.0, 3996.0, 4050.0, 4004.0, 4052.0, 3993.0, 4057.0, 4004.0, 4028.0, 4011.0, 4008.0, 4064.0, 4006.0, 4057.0, 4027.0, 4046.0, 4004.0, 4016.0, 4036.0, 4002.0, 4074.0, 4017.0, 4058.0, 4016.0, 4063.0, 4006.0, 4047.0, 4015.0, 4017.0, 4047.0, 4014.0, 4064.0, 4028.0, 4068.0, 4006.0, 4056.0, 4018.0, 4040.0, 4054.0, 4026.0, 4074.0, 4018.0, 4063.0, 4018.0, 4081.0, 4042.0, 4073.0, 4033.0, 4072.0, 4022.0, 4068.0, 4021.0, 4063.0, 4047.0, 4031.0, 4102.0, 4029.0, 4080.0, 4030.0, 4076.0, 4019.0, 4060.0, 4007.0, 4018.0, 4069.0, 4018.0, 4075.0, 4036.0, 4064.0, 4006.0, 4068.0, 4006.0, 4048.0, 4001.0, 4013.0, 4082.0, 4003.0, 4073.0, 4017.0, 4068.0, 4007.0, 4068.0, 4018.0, 4065.0, 4014.0, 4066.0, 4007.0, 4024.0, 4085.0, 4011.0, 4075.0, 4016.0, 4059.0, 4001.0, 4002.0, 4052.0, 4015.0, 4056.0, 4016.0, 4045.0, 4007.0, 4021.0, 4014.0, 4016.0, 4015.0, 4019.0, 4022.0, 4017.0, 4065.0, 4018.0, 4059.0, 4008.0, 4029.0, 4016.0, 4017.0, 4057.0, 4015.0, 4056.0, 4029.0], 'WindowWidth': [9127.0, 9171.0, 9101.0, 9098.0, 9008.0, 9065.0, 8986.0, 9050.0, 8988.0, 9003.0, 9012.0, 8985.0, 9057.0, 9003.0, 9038.0, 8989.0, 9027.0, 8971.0, 9027.0, 8987.0, 8994.0, 8993.0, 8991.0, 9007.0, 8993.0, 9074.0, 9007.0, 9056.0, 9025.0, 9041.0, 8989.0, 9054.0, 8995.0, 9053.0, 8997.0, 9045.0, 9007.0, 8988.0, 9099.0, 9040.0, 9072.0, 8998.0, 9037.0, 8969.0, 8979.0, 9083.0, 8986.0, 9051.0, 8984.0, 9040.0, 8971.0, 9039.0, 8969.0, 9001.0, 8982.0, 8972.0, 9083.0, 8986.0, 9048.0, 9005.0, 9044.0, 8992.0, 9035.0, 8991.0, 9036.0, 8990.0, 9034.0, 8972.0, 9022.0, 8991.0, 9009.0, 8986.0, 8992.0, 8987.0, 8988.0, 9062.0, 8993.0, 9076.0, 9006.0, 9051.0, 8981.0, 9056.0, 9004.0, 9058.0, 9042.0, 9042.0, 9005.0, 9034.0, 9017.0, 9044.0, 8970.0, 9016.0, 8963.0, 8959.0, 9079.0, 8981.0, 9050.0, 8963.0, 8997.0, 8958.0, 8957.0, 9046.0, 8976.0, 9030.0, 8966.0, 9003.0, 8947.0, 9016.0, 8961.0, 9024.0, 9003.0, 9048.0, 9001.0, 9048.0, 8974.0, 9038.0, 9004.0, 8991.0, 9066.0, 8984.0, 9033.0, 8966.0, 9026.0, 8967.0, 9024.0, 8968.0, 8983.0, 9053.0, 8966.0, 9041.0, 8995.0, 9021.0, 8949.0, 9023.0, 8966.0, 9001.0, 8993.0, 9012.0, 8999.0, 8991.0, 9029.0, 9010.0, 9066.0, 9051.0, 9059.0, 9018.0, 9048.0, 9010.0, 9058.0, 9002.0, 9031.0, 8972.0, 9015.0, 8980.0, 9019.0, 9073.0, 9026.0, 9086.0, 8980.0, 9052.0, 8984.0, 9068.0, 8995.0, 9036.0, 8951.0, 8993.0, 8963.0, 8985.0, 9065.0, 8988.0, 9032.0, 8980.0, 9019.0, 8998.0, 9049.0, 8974.0, 9036.0, 8966.0, 8995.0, 8980.0, 8976.0, 9067.0, 8988.0, 9040.0, 8999.0, 9037.0, 8997.0, 9059.0, 9039.0, 9041.0, 8987.0, 9029.0, 9003.0, 9047.0, 9001.0, 9018.0, 8989.0, 9018.0, 8981.0, 8989.0, 9035.0, 8987.0, 9038.0, 8987.0, 9031.0, 8985.0, 9037.0, 8968.0, 8998.0, 8963.0, 8983.0, 9029.0, 8983.0, 9042.0, 8969.0, 9011.0, 8985.0, 8994.0, 9065.0, 9015.0, 9038.0, 8985.0, 9039.0, 8975.0, 9004.0, 9025.0, 8989.0, 9056.0, 8985.0, 9037.0, 8970.0, 9033.0, 8970.0, 8989.0, 8983.0, 8980.0, 9050.0, 9004.0, 9058.0, 8989.0, 9046.0, 8987.0, 9006.0, 9071.0, 9006.0, 9055.0, 8990.0, 9059.0, 8976.0, 9038.0, 8978.0, 9000.0, 9033.0, 9008.0, 9062.0, 8989.0, 9071.0, 8988.0, 9032.0, 8999.0, 8992.0, 9059.0, 8986.0, 9044.0, 8988.0, 9055.0, 8986.0, 9032.0, 9025.0, 8990.0, 9057.0, 8991.0, 9049.0, 8997.0, 9062.0, 8980.0, 9029.0, 8975.0, 9003.0, 9058.0, 8996.0, 9056.0, 9026.0, 9070.0, 8999.0, 9068.0, 9009.0, 9015.0, 9105.0, 9037.0, 9065.0, 9007.0, 9053.0, 9002.0, 9023.0, 9044.0, 8985.0, 9052.0, 9015.0, 9068.0, 9021.0, 9105.0, 9045.0, 9065.0, 9028.0, 9068.0, 9037.0, 9078.0, 9012.0, 9044.0, 9084.0, 9029.0, 9080.0, 9010.0, 9072.0, 9009.0, 9047.0, 9076.0, 9033.0, 9098.0, 8976.0, 9052.0, 8994.0, 9020.0, 9057.0, 8998.0, 9096.0, 8957.0, 9068.0, 8933.0, 9016.0, 8928.0, 8955.0, 8973.0, 8957.0, 9017.0, 8972.0, 9010.0, 8959.0, 9014.0, 8963.0, 8996.0, 8974.0, 8985.0, 9031.0, 8981.0, 9019.0, 8981.0, 9028.0, 9008.0, 9021.0, 8981.0, 9021.0, 8965.0, 8980.0, 9042.0, 8997.0, 9063.0, 8994.0, 9035.0, 9001.0, 9045.0, 9031.0, 9026.0, 8964.0, 9040.0, 8969.0, 9014.0, 8975.0, 9015.0, 8979.0, 8986.0, 9065.0, 8988.0, 9071.0, 9023.0, 9025.0, 8987.0, 9043.0, 9005.0, 9063.0, 8995.0, 9043.0, 8999.0, 9031.0, 8999.0, 9011.0, 9096.0, 9052.0, 9079.0, 8991.0, 9067.0, 8995.0, 9072.0, 9013.0, 9054.0, 8954.0, 8995.0, 8982.0, 8987.0, 9064.0, 8983.0, 9073.0, 8982.0, 9042.0, 8971.0, 9044.0, 8967.0, 8998.0, 8970.0, 8973.0, 9059.0, 8986.0, 9049.0, 9004.0, 9029.0, 8971.0, 9053.0, 8985.0, 9006.0, 8982.0, 8979.0, 8989.0, 8989.0, 9079.0, 8994.0, 9051.0, 9006.0, 9043.0, 9000.0, 9047.0, 8979.0, 9046.0, 8971.0, 9013.0, 8989.0, 8987.0, 9054.0, 8989.0, 9053.0, 9001.0, 9042.0, 8980.0, 9048.0, 8988.0, 9036.0, 8972.0, 8994.0, 8997.0, 8995.0, 9060.0, 8980.0, 9046.0, 9022.0, 9056.0, 8994.0, 9068.0, 8994.0, 9051.0, 8981.0, 9025.0, 9003.0, 9001.0, 9048.0, 8999.0, 9091.0, 9030.0, 9068.0, 8994.0, 9067.0, 9021.0, 9077.0, 9005.0, 9039.0, 9006.0, 9008.0, 9008.0, 9003.0, 9025.0, 9020.0, 9039.0, 9006.0, 9104.0, 9017.0, 9084.0, 9062.0, 9061.0, 9015.0, 9062.0, 9013.0, 9036.0, 9042.0, 9003.0, 9113.0, 9011.0, 9093.0, 9001.0, 9056.0, 8978.0, 8997.0, 8989.0, 8996.0, 9067.0, 9014.0, 9072.0, 9033.0, 9043.0, 8996.0, 9021.0, 9032.0, 9012.0, 9081.0, 9020.0, 9056.0, 9017.0, 9072.0, 9019.0, 9065.0, 9011.0, 9031.0, 9007.0, 9015.0, 9116.0, 9015.0, 9086.0, 9060.0, 9069.0, 8991.0, 9055.0, 8992.0, 9000.0, 9086.0, 9008.0, 9112.0, 9009.0, 9064.0, 8978.0, 9052.0, 8974.0, 9018.0, 9007.0, 8995.0, 9056.0, 8994.0, 9062.0, 9035.0, 9058.0, 9009.0, 9074.0, 8989.0, 9022.0, 9005.0, 8990.0, 9074.0, 8990.0, 9071.0, 9004.0, 9058.0, 8972.0, 9023.0, 8991.0, 9009.0, 9072.0, 9008.0, 9047.0, 8998.0, 9059.0, 8997.0, 9073.0, 9036.0, 9062.0, 8977.0, 9034.0, 8996.0, 9001.0, 9065.0, 9007.0, 9067.0, 8990.0, 9048.0, 8997.0, 9069.0, 9036.0, 9054.0, 8990.0, 9048.0, 9008.0, 9013.0, 9046.0, 9007.0, 9069.0, 8995.0, 9062.0, 8997.0, 9067.0, 9025.0, 9036.0, 8991.0, 9046.0, 9006.0, 9011.0, 9088.0, 9020.0, 9059.0, 8992.0, 9070.0, 8993.0, 9063.0, 8988.0, 9018.0, 8991.0, 8998.0, 9064.0, 9007.0, 9064.0, 9002.0, 9033.0, 8969.0, 8986.0, 8999.0, 9005.0, 9083.0, 9017.0, 9054.0, 8988.0, 9063.0, 8993.0, 9060.0, 8976.0, 9022.0, 8993.0, 8997.0, 9021.0, 9014.0, 9026.0, 9012.0, 9033.0, 8990.0, 9084.0, 9011.0, 9082.0, 9068.0, 9055.0, 9006.0, 9065.0, 8995.0, 9051.0, 8993.0, 9024.0, 9001.0, 8988.0, 9098.0, 8979.0, 9061.0, 9019.0, 9041.0, 8973.0, 9048.0, 8980.0, 9047.0, 8975.0, 9035.0, 8973.0, 8998.0, 9003.0, 8998.0, 9083.0, 9020.0, 9068.0, 8983.0, 9049.0, 9008.0, 9071.0, 9034.0, 9035.0, 8975.0, 9038.0, 8989.0, 9017.0, 9018.0, 9003.0, 9038.0, 8989.0, 9054.0, 9004.0, 9044.0, 9000.0, 9038.0, 8972.0, 8999.0, 9002.0, 9004.0, 9047.0, 8995.0, 9049.0, 9004.0, 9058.0, 9006.0, 9052.0, 8989.0, 9035.0, 8988.0, 9007.0, 9073.0, 9014.0, 9065.0, 9037.0, 9058.0, 8981.0, 9064.0, 8998.0, 9037.0, 9007.0, 8983.0, 9003.0, 9015.0, 9024.0, 9025.0, 9017.0, 9019.0, 9077.0, 9004.0, 9124.0, 9049.0, 9085.0, 9031.0, 9070.0, 8985.0, 9057.0, 8990.0, 9022.0, 8982.0, 9007.0, 9052.0, 9012.0, 9103.0, 9003.0, 9083.0, 9009.0, 9057.0, 8982.0, 9022.0, 8962.0, 9023.0, 8984.0, 9042.0, 9005.0, 9071.0, 9026.0, 9055.0, 8980.0, 9048.0, 8984.0, 9038.0, 9019.0, 9038.0, 8980.0, 9051.0, 8959.0, 9028.0, 8966.0, 9005.0, 8961.0, 8979.0, 9019.0, 8966.0, 9058.0, 8969.0, 9017.0, 8980.0, 9034.0, 8957.0, 9031.0, 8949.0, 8997.0, 8973.0, 8979.0, 9051.0, 8980.0, 9022.0, 8967.0, 9022.0, 8951.0, 9029.0, 8964.0, 9012.0, 8976.0, 8982.0, 9065.0, 8978.0, 9045.0, 8997.0, 9031.0, 8973.0, 8993.0, 9044.0, 8949.0, 9016.0, 8957.0, 9020.0, 8944.0, 9033.0, 8959.0, 8996.0, 8965.0, 8970.0, 9039.0, 8966.0, 9033.0, 8994.0, 9017.0, 8959.0, 8978.0, 9003.0, 8957.0, 9051.0, 8981.0, 9034.0, 8979.0, 9038.0, 8966.0, 9021.0, 8976.0, 8980.0, 9021.0, 8975.0, 9041.0, 8997.0, 9048.0, 8966.0, 9033.0, 8984.0, 9016.0, 9029.0, 8993.0, 9055.0, 8984.0, 9039.0, 8984.0, 9076.0, 9025.0, 9064.0, 9015.0, 9062.0, 8999.0, 9055.0, 8995.0, 9054.0, 9025.0, 9007.0, 9103.0, 9001.0, 9070.0, 9003.0, 9061.0, 8986.0, 9041.0, 8967.0, 8985.0, 9053.0, 8986.0, 9057.0, 9006.0, 9042.0, 8966.0, 9049.0, 8967.0, 9024.0, 8954.0, 8972.0, 9064.0, 8959.0, 9051.0, 8979.0, 9047.0, 8969.0, 9049.0, 8985.0, 9046.0, 8977.0, 9048.0, 8969.0, 8991.0, 9072.0, 8969.0, 9058.0, 8979.0, 9038.0, 8953.0, 8956.0, 9020.0, 8976.0, 9032.0, 8979.0, 9014.0, 8966.0, 8980.0, 8974.0, 8981.0, 8978.0, 8987.0, 8984.0, 8984.0, 9045.0, 8985.0, 9041.0, 8971.0, 9002.0, 8978.0, 8981.0, 9032.0, 8976.0, 9030.0, 8996.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.0003955214050493963</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015925028759604828</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.53317921803298</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1934905030659355</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978582424945062</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.458</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5685.9189</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08408331250291987</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2074643249176729</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3158558876629574</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.236557401221771</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.475695486429365</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2353147753377356</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00862184</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019547689706087112</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03012910671532154</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>911</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.8424844930333957</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>38.4074</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7846</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.2167</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306377.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>708.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.9479</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1457</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.2194</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3300.2096</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3446.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70167.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4409.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.8092</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.47860930720344</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> |