=== 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-0064 --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-0064",
"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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-02/func/sub-0064_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>f04ee9d8348d4d0526dedd6b41b41438</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>10:38:31.195000</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.996612, 0.0553046, 0.0608773, -0.0551958, 0.99847, -0.00346884]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0870736</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>38</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4116, -7719, -7233, 594, -100, -72, 28, 138]</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>221.24</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>796ad629-1474-42a1-8afc-7bfd38e2d1db||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.6738369464874268, -0.1480863094329834, 0.16463524103164673, 117.86753845214844], [-0.14837823808193207, 2.678820848464966, -0.00026165926828980446, -86.66822052001953], [0.16332946717739105, 0.009306637570261955, 2.6949758529663086, -72.89757537841797], [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': ['103831.195000', '103831.655000', '103832.115000', '103832.575000', '103833.035000', '103833.495000', '103833.955000', '103834.415000', '103834.875000', '103835.335000', '103835.795000', '103836.255000', '103836.715000', '103837.175000', '103837.635000', '103838.095000', '103838.555000', '103839.015000', '103839.475000', '103839.935000', '103840.395000', '103840.855000', '103841.315000', '103841.775000', '103842.235000', '103842.695000', '103843.155000', '103843.615000', '103844.075000', '103844.535000', '103844.995000', '103845.455000', '103845.915000', '103846.375000', '103846.835000', '103847.295000', '103847.755000', '103848.215000', '103848.675000', '103849.135000', '103849.595000', '103850.055000', '103850.515000', '103850.975000', '103851.435000', '103851.895000', '103852.355000', '103852.815000', '103853.275000', '103853.735000', '103854.195000', '103854.655000', '103855.115000', '103855.575000', '103856.035000', '103856.495000', '103856.955000', '103857.415000', '103857.875000', '103858.335000', '103858.795000', '103859.255000', '103859.715000', '103900.175000', '103900.635000', '103901.095000', '103901.555000', '103902.015000', '103902.475000', '103902.935000', '103903.395000', '103903.855000', '103904.315000', '103904.775000', '103905.235000', '103905.695000', '103906.155000', '103906.615000', '103907.075000', '103907.535000', '103907.995000', '103908.455000', '103908.915000', '103909.375000', '103909.835000', '103910.295000', '103910.755000', '103911.215000', '103911.675000', '103912.135000', '103912.595000', '103913.055000', '103913.515000', '103913.975000', '103914.435000', '103914.895000', '103915.355000', '103915.815000', '103916.275000', '103916.735000', '103917.195000', '103917.655000', '103918.115000', '103918.575000', '103919.035000', '103919.495000', '103919.955000', '103920.415000', '103920.875000', '103921.335000', '103921.795000', '103922.255000', '103922.715000', '103923.175000', '103923.635000', '103924.095000', '103924.555000', '103925.015000', '103925.475000', '103925.935000', '103926.395000', '103926.855000', '103927.315000', '103927.775000', '103928.235000', '103928.695000', '103929.155000', '103929.615000', '103930.075000', '103930.535000', '103930.995000', '103931.455000', '103931.915000', '103932.375000', '103932.835000', '103933.295000', '103933.755000', '103934.215000', '103934.675000', '103935.135000', '103935.595000', '103936.055000', '103936.515000', '103936.975000', '103937.435000', '103937.895000', '103938.355000', '103938.815000', '103939.275000', '103939.735000', '103940.195000', '103940.655000', '103941.115000', '103941.575000', '103942.035000', '103942.495000', '103942.955000', '103943.415000', '103943.875000', '103944.335000', '103944.795000', '103945.255000', '103945.715000', '103946.175000', '103946.635000', '103947.095000', '103947.555000', '103948.015000', '103948.475000', '103948.935000', '103949.395000', '103949.855000', '103950.315000', '103950.775000', '103951.235000', '103951.695000', '103952.155000', '103952.615000', '103953.075000', '103953.535000', '103953.995000', '103954.455000', '103954.915000', '103955.375000', '103955.835000', '103956.295000', '103956.755000', '103957.215000', '103957.675000', '103958.135000', '103958.595000', '103959.055000', '103959.515000', '103959.975000', '104000.435000', '104000.895000', '104001.355000', '104001.815000', '104002.275000', '104002.735000', '104003.195000', '104003.655000', '104004.115000', '104004.575000', '104005.035000', '104005.495000', '104005.955000', '104006.415000', '104006.875000', '104007.335000', '104007.795000', '104008.255000', '104008.715000', '104009.175000', '104009.635000', '104010.095000', '104010.555000', '104011.015000', '104011.475000', '104011.935000', '104012.395000', '104012.855000', '104013.315000', '104013.775000', '104014.235000', '104014.695000', '104015.155000', '104015.615000', '104016.075000', '104016.535000', '104016.995000', '104017.455000', '104017.915000', '104018.375000', '104018.835000', '104019.295000', '104019.755000', '104020.215000', '104020.675000', '104021.135000', '104021.595000', '104022.055000', '104022.515000', '104022.975000', '104023.435000', '104023.895000', '104024.355000', '104024.815000', '104025.275000', '104025.735000', '104026.195000', '104026.655000', '104027.115000', '104027.575000', '104028.035000', '104028.495000', '104028.955000', '104029.415000', '104029.875000', '104030.335000', '104030.795000', '104031.255000', '104031.715000', '104032.175000', '104032.635000', '104033.095000', '104033.555000', '104034.015000', '104034.475000', '104034.935000', '104035.395000', '104035.855000', '104036.315000', '104036.775000', '104037.235000', '104037.695000', '104038.155000', '104038.615000', '104039.075000', '104039.535000', '104039.995000', '104040.455000', '104040.915000', '104041.375000', '104041.835000', '104042.295000', '104042.755000', '104043.215000', '104043.675000', '104044.135000', '104044.595000', '104045.055000', '104045.515000', '104045.975000', '104046.435000', '104046.895000', '104047.355000', '104047.815000', '104048.275000', '104048.735000', '104049.195000', '104049.655000', '104050.115000', '104050.575000', '104051.035000', '104051.495000', '104051.955000', '104052.415000', '104052.875000', '104053.335000', '104053.795000', '104054.255000', '104054.715000', '104055.175000', '104055.635000', '104056.095000', '104056.555000', '104057.015000', '104057.475000', '104057.935000', '104058.395000', '104058.855000', '104059.315000', '104059.775000', '104100.235000', '104100.695000', '104101.155000', '104101.615000', '104102.075000', '104102.535000', '104102.995000', '104103.455000', '104103.915000', '104104.375000', '104104.835000', '104105.295000', '104105.755000', '104106.215000', '104106.675000', '104107.135000', '104107.595000', '104108.055000', '104108.515000', '104108.975000', '104109.435000', '104109.895000', '104110.355000', '104110.815000', '104111.275000', '104111.735000', '104112.195000', '104112.655000', '104113.115000', '104113.575000', '104114.035000', '104114.495000', '104114.955000', '104115.415000', '104115.875000', '104116.335000', '104116.795000', '104117.255000', '104117.715000', '104118.175000', '104118.635000', '104119.095000', '104119.555000', '104120.015000', '104120.475000', '104120.935000', '104121.395000', '104121.855000', '104122.315000', '104122.775000', '104123.235000', '104123.695000', '104124.155000', '104124.615000', '104125.075000', '104125.535000', '104125.995000', '104126.455000', '104126.915000', '104127.375000', '104127.835000', '104128.295000', '104128.755000', '104129.215000', '104129.675000', '104130.135000', '104130.595000', '104131.055000', '104131.515000', '104131.975000', '104132.435000', '104132.895000', '104133.355000', '104133.815000', '104134.275000', '104134.735000', '104135.195000', '104135.655000', '104136.115000', '104136.575000', '104137.035000', '104137.495000', '104137.955000', '104138.415000', '104138.875000', '104139.335000', '104139.795000', '104140.255000', '104140.715000', '104141.175000', '104141.635000', '104142.095000', '104142.555000', '104143.015000', '104143.475000', '104143.935000', '104144.395000', '104144.855000', '104145.315000', '104145.775000', '104146.235000', '104146.695000', '104147.155000', '104147.615000', '104148.075000', '104148.535000', '104148.995000', '104149.455000', '104149.915000', '104150.375000', '104150.835000', '104151.295000', '104151.755000', '104152.215000', '104152.675000', '104153.135000', '104153.595000', '104154.055000', '104154.515000', '104154.975000', '104155.435000', '104155.895000', '104156.355000', '104156.815000', '104157.275000', '104157.735000', '104158.195000', '104158.655000', '104159.115000', '104159.575000', '104200.035000', '104200.495000', '104200.955000', '104201.415000', '104201.875000', '104202.335000', '104202.795000', '104203.255000', '104203.715000', '104204.175000', '104204.635000', '104205.095000', '104205.555000', '104206.015000', '104206.475000', '104206.935000', '104207.395000', '104207.855000', '104208.315000', '104208.775000', '104209.235000', '104209.695000', '104210.155000', '104210.615000', '104211.075000', '104211.535000', '104211.995000', '104212.455000', '104212.915000', '104213.375000', '104213.835000', '104214.295000', '104214.755000', '104215.215000', '104215.675000', '104216.135000', '104216.595000', '104217.055000', '104217.515000', '104217.975000', '104218.435000', '104218.895000', '104219.355000', '104219.815000', '104220.275000', '104220.735000', '104221.195000', '104221.655000', '104222.115000', '104222.575000', '104223.035000', '104223.495000', '104223.955000', '104224.415000', '104224.875000', '104225.335000', '104225.795000', '104226.255000', '104226.715000', '104227.175000', '104227.635000', '104228.095000', '104228.555000', '104229.015000', '104229.475000', '104229.935000', '104230.395000', '104230.855000', '104231.315000', '104231.775000', '104232.235000', '104232.695000', '104233.155000', '104233.615000', '104234.075000', '104234.535000', '104234.995000', '104235.455000', '104235.915000', '104236.375000', '104236.835000', '104237.295000', '104237.755000', '104238.215000', '104238.675000', '104239.135000', '104239.595000', '104240.055000', '104240.515000', '104240.975000', '104241.435000', '104241.895000', '104242.355000', '104242.815000', '104243.275000', '104243.735000', '104244.195000', '104244.655000', '104245.115000', '104245.575000', '104246.035000', '104246.495000', '104246.955000', '104247.415000', '104247.875000', '104248.335000', '104248.795000', '104249.255000', '104249.715000', '104250.175000', '104250.635000', '104251.095000', '104251.555000', '104252.015000', '104252.475000', '104252.935000', '104253.395000', '104253.855000', '104254.315000', '104254.775000', '104255.235000', '104255.695000', '104256.155000', '104256.615000', '104257.075000', '104257.535000', '104257.995000', '104258.455000', '104258.915000', '104259.375000', '104259.835000', '104300.295000', '104300.755000', '104301.215000', '104301.675000', '104302.135000', '104302.595000', '104303.055000', '104303.515000', '104303.975000', '104304.435000', '104304.895000', '104305.355000', '104305.815000', '104306.275000', '104306.735000', '104307.195000', '104307.655000', '104308.115000', '104308.575000', '104309.035000', '104309.495000', '104309.955000', '104310.415000', '104310.875000', '104311.335000', '104311.795000', '104312.255000', '104312.715000', '104313.175000', '104313.635000', '104314.095000', '104314.555000', '104315.015000', '104315.475000', '104315.935000', '104316.395000', '104316.855000', '104317.315000', '104317.775000', '104318.235000', '104318.695000', '104319.155000', '104319.615000', '104320.075000', '104320.535000', '104320.995000', '104321.455000', '104321.915000', '104322.375000', '104322.835000', '104323.295000', '104323.755000', '104324.215000', '104324.675000', '104325.135000', '104325.595000', '104326.055000', '104326.515000', '104326.975000', '104327.435000', '104327.895000', '104328.355000', '104328.815000', '104329.275000', '104329.735000', '104330.195000', '104330.655000', '104331.115000', '104331.575000', '104332.035000', '104332.495000', '104332.955000', '104333.415000', '104333.875000', '104334.335000', '104334.795000', '104335.255000', '104335.715000', '104336.175000', '104336.635000', '104337.095000', '104337.555000', '104338.015000', '104338.475000', '104338.935000', '104339.395000', '104339.855000', '104340.315000', '104340.775000', '104341.235000', '104341.695000', '104342.155000', '104342.615000', '104343.075000', '104343.535000', '104343.995000', '104344.455000', '104344.915000', '104345.375000', '104345.835000', '104346.295000', '104346.755000', '104347.215000', '104347.675000', '104348.135000', '104348.595000', '104349.055000', '104349.515000', '104349.975000', '104350.435000', '104350.895000', '104351.355000', '104351.815000', '104352.275000', '104352.735000', '104353.195000', '104353.655000', '104354.115000', '104354.575000', '104355.035000', '104355.495000', '104355.955000', '104356.415000', '104356.875000', '104357.335000', '104357.795000', '104358.255000', '104358.715000', '104359.175000', '104359.635000', '104400.095000', '104400.555000', '104401.015000', '104401.475000', '104401.935000', '104402.395000', '104402.855000', '104403.315000', '104403.775000', '104404.235000', '104404.695000', '104405.155000', '104405.615000', '104406.075000', '104406.535000', '104406.995000', '104407.455000', '104407.915000', '104408.375000', '104408.835000', '104409.295000', '104409.755000', '104410.215000', '104410.675000', '104411.135000', '104411.595000', '104412.055000', '104412.515000', '104412.975000', '104413.435000', '104413.895000', '104414.355000', '104414.815000', '104415.275000', '104415.735000', '104416.195000', '104416.655000', '104417.115000', '104417.575000', '104418.035000', '104418.495000', '104418.955000', '104419.415000', '104419.875000', '104420.335000', '104420.795000', '104421.255000', '104421.715000', '104422.175000', '104422.635000', '104423.095000', '104423.555000', '104424.015000', '104424.475000', '104424.935000', '104425.395000', '104425.855000', '104426.315000', '104426.775000', '104427.235000', '104427.695000', '104428.155000', '104428.615000', '104429.075000', '104429.535000', '104429.995000', '104430.455000', '104430.915000', '104431.375000', '104431.835000', '104432.295000', '104432.755000', '104433.215000', '104433.675000', '104434.135000', '104434.595000', '104435.055000', '104435.515000', '104435.975000', '104436.435000', '104436.895000', '104437.355000', '104437.815000', '104438.275000', '104438.735000', '104439.195000', '104439.655000', '104440.115000', '104440.575000', '104441.035000', '104441.495000', '104441.955000', '104442.415000', '104442.875000', '104443.335000', '104443.795000', '104444.255000', '104444.715000', '104445.175000', '104445.635000', '104446.095000', '104446.555000', '104447.015000', '104447.475000', '104447.935000', '104448.395000', '104448.855000', '104449.315000', '104449.775000', '104450.235000', '104450.695000', '104451.155000', '104451.615000', '104452.075000', '104452.535000', '104452.995000', '104453.455000', '104453.915000', '104454.375000', '104454.835000', '104455.295000', '104455.755000', '104456.215000', '104456.675000', '104457.135000', '104457.595000', '104458.055000', '104458.515000', '104458.975000', '104459.435000', '104459.895000', '104500.355000', '104500.815000', '104501.275000', '104501.735000', '104502.195000', '104502.655000', '104503.115000', '104503.575000', '104504.035000', '104504.495000', '104504.955000', '104505.415000', '104505.875000', '104506.335000', '104506.795000', '104507.255000', '104507.715000', '104508.175000', '104508.635000', '104509.095000', '104509.555000', '104510.015000', '104510.475000', '104510.935000', '104511.395000', '104511.855000', '104512.315000', '104512.775000', '104513.235000', '104513.695000', '104514.155000', '104514.615000', '104515.075000', '104515.535000', '104515.995000', '104516.455000', '104516.915000', '104517.375000', '104517.835000', '104518.295000', '104518.755000', '104519.215000', '104519.675000', '104520.135000', '104520.595000', '104521.055000', '104521.515000', '104521.975000', '104522.435000', '104522.895000', '104523.355000', '104523.815000', '104524.275000', '104524.735000', '104525.195000', '104525.655000', '104526.115000', '104526.575000', '104527.035000', '104527.495000', '104527.955000', '104528.415000', '104528.875000', '104529.335000', '104529.795000', '104530.255000', '104530.715000', '104531.175000'], 'ContentTime': ['103849.661000', '103849.664000', '103849.666000', '103849.669000', '103849.672000', '103849.674000', '103849.726000', '103849.729000', '103849.731000', '103849.734000', '103849.736000', '103849.739000', '103849.742000', '103849.744000', '103849.747000', '103849.750000', '103849.752000', '103849.755000', '103849.757000', '103849.760000', '103849.762000', '103849.765000', '103849.768000', '103849.780000', '103849.782000', '103849.785000', '103849.787000', '103849.790000', '103849.793000', '103849.795000', '103849.798000', '103849.800000', '103849.803000', '103849.806000', '103849.808000', '103849.811000', '103849.813000', '103909.611000', '103909.614000', '103909.617000', '103909.620000', '103909.622000', '103909.625000', '103909.627000', '103909.630000', '103909.633000', '103909.635000', '103909.638000', '103909.640000', '103909.643000', '103909.646000', '103909.648000', '103909.651000', '103909.654000', '103909.656000', '103909.659000', '103909.661000', '103909.664000', '103909.667000', '103909.669000', '103909.672000', '103909.674000', '103909.677000', '103909.679000', '103909.682000', '103909.685000', '103909.687000', '103909.690000', '103909.692000', '103909.695000', '103909.698000', '103909.700000', '103909.703000', '103909.705000', '103909.708000', '103909.711000', '103909.713000', '103909.716000', '103909.719000', '103909.721000', '103929.611000', '103929.614000', '103929.617000', '103929.620000', '103929.623000', '103929.626000', '103929.629000', '103929.631000', '103929.634000', '103929.637000', '103929.639000', '103929.642000', '103929.645000', '103929.647000', '103929.650000', '103929.653000', '103929.655000', '103929.658000', '103929.661000', '103929.663000', '103929.666000', '103929.668000', '103929.671000', '103929.674000', '103929.676000', '103929.679000', '103929.681000', '103929.684000', '103929.686000', '103929.689000', '103929.692000', '103929.694000', '103929.697000', '103929.699000', '103929.702000', '103929.705000', '103929.707000', '103929.710000', '103929.713000', '103929.715000', '103929.718000', '103929.720000', '103929.723000', '103949.611000', '103949.614000', '103949.617000', '103949.620000', '103949.622000', '103949.625000', '103949.627000', '103949.630000', '103949.633000', '103949.635000', '103949.638000', '103949.640000', '103949.643000', '103949.646000', '103949.648000', '103949.651000', '103949.654000', '103949.656000', '103949.659000', '103949.662000', '103949.664000', '103949.667000', '103949.669000', '103949.672000', '103949.675000', '103949.677000', '103949.680000', '103949.682000', '103949.685000', '103949.688000', '103949.690000', '103949.693000', '103949.696000', '103949.698000', '103949.701000', '103949.704000', '103949.706000', '103949.709000', '103949.711000', '103949.714000', '103949.717000', '103949.719000', '103949.722000', '103949.724000', '104009.610000', '104009.613000', '104009.616000', '104009.619000', '104009.621000', '104009.624000', '104009.627000', '104009.630000', '104009.632000', '104009.635000', '104009.637000', '104009.640000', '104009.643000', '104009.645000', '104009.648000', '104009.650000', '104009.653000', '104009.656000', '104009.658000', '104009.661000', '104009.664000', '104009.666000', '104009.669000', '104009.672000', '104009.674000', '104009.677000', '104009.679000', '104009.682000', '104009.685000', '104009.687000', '104009.702000', '104009.705000', '104009.707000', '104009.710000', '104009.713000', '104009.715000', '104009.718000', '104009.720000', '104009.723000', '104009.726000', '104009.743000', '104009.746000', '104009.748000', '104029.611000', '104029.614000', '104029.617000', '104029.620000', '104029.622000', '104029.625000', '104029.628000', '104029.630000', '104029.633000', '104029.636000', '104029.638000', '104029.641000', '104029.643000', '104029.646000', '104029.649000', '104029.651000', '104029.654000', '104029.657000', '104029.659000', '104029.662000', '104029.665000', '104029.667000', '104029.670000', '104029.672000', '104029.675000', '104029.678000', '104029.680000', '104029.683000', '104029.685000', '104029.688000', '104029.691000', '104029.694000', '104029.696000', '104029.699000', '104029.701000', '104029.704000', '104029.706000', '104029.709000', '104029.712000', '104029.714000', '104029.717000', '104029.719000', '104029.722000', '104029.725000', '104049.612000', '104049.615000', '104049.617000', '104049.621000', '104049.624000', '104049.626000', '104049.629000', '104049.632000', '104049.635000', '104049.637000', '104049.640000', '104049.643000', '104049.646000', '104049.648000', '104049.651000', '104049.654000', '104049.656000', '104049.659000', '104049.662000', '104049.665000', '104049.668000', '104049.670000', '104049.673000', '104049.676000', '104049.679000', '104049.681000', '104049.684000', '104049.686000', '104049.689000', '104049.692000', '104049.694000', '104049.697000', '104049.699000', '104049.702000', '104049.705000', '104049.707000', '104049.710000', '104049.713000', '104049.715000', '104049.718000', '104049.721000', '104049.723000', '104049.726000', '104109.612000', '104109.615000', '104109.617000', '104109.620000', '104109.622000', '104109.625000', '104109.628000', '104109.630000', '104109.633000', '104109.636000', '104109.638000', '104109.641000', '104109.643000', '104109.646000', '104109.649000', '104109.651000', '104109.654000', '104109.656000', '104109.659000', '104109.662000', '104109.664000', '104109.667000', '104109.670000', '104109.672000', '104109.675000', '104109.677000', '104109.680000', '104109.683000', '104109.685000', '104109.688000', '104109.691000', '104109.693000', '104109.696000', '104109.698000', '104109.701000', '104109.704000', '104109.706000', '104109.709000', '104109.712000', '104109.714000', '104109.717000', '104109.719000', '104109.722000', '104109.725000', '104129.612000', '104129.614000', '104129.617000', '104129.620000', '104129.622000', '104129.625000', '104129.627000', '104129.630000', '104129.633000', '104129.635000', '104129.638000', '104129.641000', '104129.644000', '104129.646000', '104129.649000', '104129.652000', '104129.655000', '104129.657000', '104129.660000', '104129.663000', '104129.666000', '104129.669000', '104129.671000', '104129.674000', '104129.677000', '104129.679000', '104129.682000', '104129.685000', '104129.688000', '104129.691000', '104129.693000', '104129.696000', '104129.699000', '104129.701000', '104129.704000', '104129.706000', '104129.709000', '104129.712000', '104129.714000', '104129.717000', '104129.719000', '104129.722000', '104129.725000', '104149.611000', '104149.614000', '104149.617000', '104149.620000', '104149.622000', '104149.625000', '104149.627000', '104149.630000', '104149.633000', '104149.635000', '104149.638000', '104149.641000', '104149.643000', '104149.646000', '104149.649000', '104149.651000', '104149.654000', '104149.656000', '104149.659000', '104149.662000', '104149.664000', '104149.667000', '104149.670000', '104149.672000', '104149.675000', '104149.677000', '104149.694000', '104149.697000', '104149.699000', '104149.702000', '104149.705000', '104149.707000', '104149.710000', '104149.713000', '104149.715000', '104149.718000', '104149.721000', '104149.723000', '104149.726000', '104149.728000', '104149.731000', '104149.734000', '104149.736000', '104149.739000', '104209.611000', '104209.614000', '104209.617000', '104209.620000', '104209.622000', '104209.625000', '104209.627000', '104209.630000', '104209.633000', '104209.635000', '104209.638000', '104209.641000', '104209.643000', '104209.646000', '104209.648000', '104209.651000', '104209.654000', '104209.656000', '104209.660000', '104209.663000', '104209.666000', '104209.669000', '104209.671000', '104209.674000', '104209.677000', '104209.680000', '104209.683000', '104209.685000', '104209.688000', '104209.691000', '104209.693000', '104209.696000', '104209.699000', '104209.701000', '104209.704000', '104209.706000', '104209.709000', '104209.712000', '104209.714000', '104209.717000', '104209.720000', '104209.722000', '104209.725000', '104229.611000', '104229.614000', '104229.616000', '104229.619000', '104229.622000', '104229.624000', '104229.627000', '104229.630000', '104229.633000', '104229.635000', '104229.638000', '104229.641000', '104229.643000', '104229.646000', '104229.649000', '104229.651000', '104229.654000', '104229.656000', '104229.659000', '104229.662000', '104229.664000', '104229.667000', '104229.670000', '104229.672000', '104229.675000', '104229.678000', '104229.680000', '104229.683000', '104229.686000', '104229.688000', '104229.691000', '104229.693000', '104229.696000', '104229.699000', '104229.701000', '104229.704000', '104229.707000', '104229.709000', '104229.712000', '104229.715000', '104229.717000', '104229.720000', '104229.722000', '104229.725000', '104249.612000', '104249.615000', '104249.617000', '104249.620000', '104249.622000', '104249.625000', '104249.628000', '104249.630000', '104249.633000', '104249.636000', '104249.638000', '104249.641000', '104249.643000', '104249.646000', '104249.649000', '104249.651000', '104249.654000', '104249.656000', '104249.659000', '104249.662000', '104249.664000', '104249.667000', '104249.669000', '104249.672000', '104249.675000', '104249.677000', '104249.680000', '104249.683000', '104249.685000', '104249.688000', '104249.690000', '104249.693000', '104249.696000', '104249.698000', '104249.701000', '104249.704000', '104249.706000', '104249.709000', '104249.712000', '104249.714000', '104249.717000', '104249.720000', '104249.722000', '104309.612000', '104309.615000', '104309.617000', '104309.620000', '104309.623000', '104309.625000', '104309.628000', '104309.630000', '104309.633000', '104309.636000', '104309.638000', '104309.641000', '104309.644000', '104309.646000', '104309.649000', '104309.652000', '104309.654000', '104309.657000', '104309.659000', '104309.662000', '104309.665000', '104309.667000', '104309.670000', '104309.673000', '104309.675000', '104309.678000', '104309.681000', '104309.683000', '104309.686000', '104309.689000', '104309.691000', '104309.694000', '104309.697000', '104309.699000', '104309.702000', '104309.705000', '104309.707000', '104309.710000', '104309.713000', '104309.715000', '104309.718000', '104309.720000', '104309.723000', '104309.726000', '104329.612000', '104329.614000', '104329.617000', '104329.620000', '104329.622000', '104329.625000', '104329.628000', '104329.630000', '104329.633000', '104329.636000', '104329.638000', '104329.641000', '104329.643000', '104329.646000', '104329.649000', '104329.651000', '104329.654000', '104329.656000', '104329.659000', '104329.662000', '104329.664000', '104329.667000', '104329.670000', '104329.672000', '104329.675000', '104329.678000', '104329.680000', '104329.683000', '104329.686000', '104329.688000', '104329.691000', '104329.693000', '104329.696000', '104329.700000', '104329.703000', '104329.705000', '104329.708000', '104329.711000', '104329.713000', '104329.716000', '104329.721000', '104329.723000', '104329.726000', '104349.612000', '104349.614000', '104349.617000', '104349.620000', '104349.622000', '104349.625000', '104349.627000', '104349.630000', '104349.633000', '104349.635000', '104349.638000', '104349.641000', '104349.643000', '104349.646000', '104349.648000', '104349.651000', '104349.654000', '104349.656000', '104349.659000', '104349.661000', '104349.664000', '104349.667000', '104349.669000', '104349.672000', '104349.675000', '104349.677000', '104349.680000', '104349.682000', '104349.685000', '104349.688000', '104349.690000', '104349.693000', '104349.695000', '104349.698000', '104349.701000', '104349.703000', '104349.706000', '104349.709000', '104349.711000', '104349.714000', '104349.716000', '104349.719000', '104349.722000', '104349.724000', '104409.612000', '104409.614000', '104409.617000', '104409.620000', '104409.622000', '104409.625000', '104409.628000', '104409.630000', '104409.633000', '104409.636000', '104409.638000', '104409.641000', '104409.643000', '104409.646000', '104409.649000', '104409.652000', '104409.654000', '104409.657000', '104409.660000', '104409.662000', '104409.665000', '104409.668000', '104409.671000', '104409.673000', '104409.676000', '104409.678000', '104409.681000', '104409.684000', '104409.686000', '104409.689000', '104409.691000', '104409.694000', '104409.697000', '104409.699000', '104409.702000', '104409.705000', '104409.707000', '104409.710000', '104409.712000', '104409.715000', '104409.718000', '104409.720000', '104409.723000', '104429.612000', '104429.614000', '104429.617000', '104429.620000', '104429.622000', '104429.625000', '104429.628000', '104429.630000', '104429.633000', '104429.635000', '104429.638000', '104429.641000', '104429.643000', '104429.646000', '104429.648000', '104429.651000', '104429.654000', '104429.656000', '104429.659000', '104429.661000', '104429.664000', '104429.667000', '104429.669000', '104429.672000', '104429.675000', '104429.677000', '104429.680000', '104429.682000', '104429.685000', '104429.688000', '104429.690000', '104429.693000', '104429.696000', '104429.698000', '104429.701000', '104429.704000', '104429.706000', '104429.709000', '104429.712000', '104429.714000', '104429.717000', '104429.719000', '104429.722000', '104429.725000', '104449.611000', '104449.613000', '104449.616000', '104449.619000', '104449.632000', '104449.635000', '104449.637000', '104449.640000', '104449.643000', '104449.645000', '104449.648000', '104449.651000', '104449.653000', '104449.656000', '104449.658000', '104449.661000', '104449.664000', '104449.666000', '104449.669000', '104449.672000', '104449.674000', '104449.677000', '104449.680000', '104449.682000', '104449.685000', '104449.687000', '104449.690000', '104449.693000', '104449.695000', '104449.698000', '104449.701000', '104449.703000', '104449.706000', '104449.709000', '104449.711000', '104449.714000', '104449.716000', '104449.719000', '104449.722000', '104449.724000', '104449.727000', '104449.729000', '104449.732000', '104509.612000', '104509.614000', '104509.617000', '104509.620000', '104509.622000', '104509.625000', '104509.628000', '104509.630000', '104509.633000', '104509.635000', '104509.638000', '104509.641000', '104509.643000', '104509.646000', '104509.648000', '104509.651000', '104509.654000', '104509.656000', '104509.659000', '104509.662000', '104509.664000', '104509.667000', '104509.669000', '104509.672000', '104509.675000', '104509.677000', '104509.680000', '104509.683000', '104509.685000', '104509.688000', '104509.691000', '104509.693000', '104509.696000', '104509.699000', '104509.701000', '104509.704000', '104509.707000', '104509.709000', '104509.712000', '104509.714000', '104509.717000', '104509.720000', '104509.722000', '104509.725000', '104529.612000', '104529.615000', '104529.617000', '104529.620000', '104529.623000', '104529.625000', '104529.628000', '104529.631000', '104529.633000', '104529.636000', '104529.639000', '104529.641000', '104529.644000', '104529.646000', '104529.649000', '104529.652000', '104529.654000', '104529.657000', '104529.660000', '104529.662000', '104529.665000', '104529.668000', '104529.670000', '104529.673000', '104529.676000', '104529.678000', '104529.681000', '104529.684000', '104529.686000', '104529.689000', '104529.692000', '104529.694000', '104529.697000', '104529.700000', '104529.702000', '104529.705000', '104529.707000', '104529.710000', '104529.713000', '104529.715000', '104529.718000', '104529.721000', '104529.723000', '104532.920000', '104532.923000', '104532.926000', '104532.928000', '104532.931000', '104532.934000', '104532.936000', '104532.939000'], 'InstanceCreationTime': ['103849.661000', '103849.664000', '103849.666000', '103849.669000', '103849.672000', '103849.674000', '103849.726000', '103849.729000', '103849.731000', '103849.734000', '103849.736000', '103849.739000', '103849.742000', '103849.744000', '103849.747000', '103849.750000', '103849.752000', '103849.755000', '103849.757000', '103849.760000', '103849.762000', '103849.765000', '103849.768000', '103849.780000', '103849.782000', '103849.785000', '103849.787000', '103849.790000', '103849.793000', '103849.795000', '103849.798000', '103849.800000', '103849.803000', '103849.806000', '103849.808000', '103849.811000', '103849.813000', '103909.611000', '103909.614000', '103909.617000', '103909.620000', '103909.622000', '103909.625000', '103909.627000', '103909.630000', '103909.633000', '103909.635000', '103909.638000', '103909.640000', '103909.643000', '103909.646000', '103909.648000', '103909.651000', '103909.654000', '103909.656000', '103909.659000', '103909.661000', '103909.664000', '103909.667000', '103909.669000', '103909.672000', '103909.674000', '103909.677000', '103909.679000', '103909.682000', '103909.685000', '103909.687000', '103909.690000', '103909.692000', '103909.695000', '103909.698000', '103909.700000', '103909.703000', '103909.705000', '103909.708000', '103909.711000', '103909.713000', '103909.716000', '103909.719000', '103909.721000', '103929.611000', '103929.614000', '103929.617000', '103929.620000', '103929.623000', '103929.626000', '103929.629000', '103929.631000', '103929.634000', '103929.637000', '103929.639000', '103929.642000', '103929.645000', '103929.647000', '103929.650000', '103929.653000', '103929.655000', '103929.658000', '103929.661000', '103929.663000', '103929.666000', '103929.668000', '103929.671000', '103929.674000', '103929.676000', '103929.679000', '103929.681000', '103929.684000', '103929.686000', '103929.689000', '103929.692000', '103929.694000', '103929.697000', '103929.699000', '103929.702000', '103929.705000', '103929.707000', '103929.710000', '103929.713000', '103929.715000', '103929.718000', '103929.720000', '103929.723000', '103949.611000', '103949.614000', '103949.617000', '103949.620000', '103949.622000', '103949.625000', '103949.627000', '103949.630000', '103949.633000', '103949.635000', '103949.638000', '103949.640000', '103949.643000', '103949.646000', '103949.648000', '103949.651000', '103949.654000', '103949.656000', '103949.659000', '103949.662000', '103949.664000', '103949.667000', '103949.669000', '103949.672000', '103949.675000', '103949.677000', '103949.680000', '103949.682000', '103949.685000', '103949.688000', '103949.690000', '103949.693000', '103949.696000', '103949.698000', '103949.701000', '103949.704000', '103949.706000', '103949.709000', '103949.711000', '103949.714000', '103949.717000', '103949.719000', '103949.722000', '103949.724000', '104009.610000', '104009.613000', '104009.616000', '104009.619000', '104009.621000', '104009.624000', '104009.627000', '104009.630000', '104009.632000', '104009.635000', '104009.637000', '104009.640000', '104009.643000', '104009.645000', '104009.648000', '104009.650000', '104009.653000', '104009.656000', '104009.658000', '104009.661000', '104009.664000', '104009.666000', '104009.669000', '104009.672000', '104009.674000', '104009.677000', '104009.679000', '104009.682000', '104009.685000', '104009.687000', '104009.702000', '104009.705000', '104009.707000', '104009.710000', '104009.713000', '104009.715000', '104009.718000', '104009.720000', '104009.723000', '104009.726000', '104009.743000', '104009.746000', '104009.748000', '104029.611000', '104029.614000', '104029.617000', '104029.620000', '104029.622000', '104029.625000', '104029.628000', '104029.630000', '104029.633000', '104029.636000', '104029.638000', '104029.641000', '104029.643000', '104029.646000', '104029.649000', '104029.651000', '104029.654000', '104029.657000', '104029.659000', '104029.662000', '104029.665000', '104029.667000', '104029.670000', '104029.672000', '104029.675000', '104029.678000', '104029.680000', '104029.683000', '104029.685000', '104029.688000', '104029.691000', '104029.694000', '104029.696000', '104029.699000', '104029.701000', '104029.704000', '104029.706000', '104029.709000', '104029.712000', '104029.714000', '104029.717000', '104029.719000', '104029.722000', '104029.725000', '104049.612000', '104049.615000', '104049.617000', '104049.621000', '104049.624000', '104049.626000', '104049.629000', '104049.632000', '104049.635000', '104049.637000', '104049.640000', '104049.643000', '104049.646000', '104049.648000', '104049.651000', '104049.654000', '104049.656000', '104049.659000', '104049.662000', '104049.665000', '104049.668000', '104049.670000', '104049.673000', '104049.676000', '104049.679000', '104049.681000', '104049.684000', '104049.686000', '104049.689000', '104049.692000', '104049.694000', '104049.697000', '104049.699000', '104049.702000', '104049.705000', '104049.707000', '104049.710000', '104049.713000', '104049.715000', '104049.718000', '104049.721000', '104049.723000', '104049.726000', '104109.612000', '104109.615000', '104109.617000', '104109.620000', '104109.622000', '104109.625000', '104109.628000', '104109.630000', '104109.633000', '104109.636000', '104109.638000', '104109.641000', '104109.643000', '104109.646000', '104109.649000', '104109.651000', '104109.654000', '104109.656000', '104109.659000', '104109.662000', '104109.664000', '104109.667000', '104109.670000', '104109.672000', '104109.675000', '104109.677000', '104109.680000', '104109.683000', '104109.685000', '104109.688000', '104109.691000', '104109.693000', '104109.696000', '104109.698000', '104109.701000', '104109.704000', '104109.706000', '104109.709000', '104109.712000', '104109.714000', '104109.717000', '104109.719000', '104109.722000', '104109.725000', '104129.612000', '104129.614000', '104129.617000', '104129.620000', '104129.622000', '104129.625000', '104129.627000', '104129.630000', '104129.633000', '104129.635000', '104129.638000', '104129.641000', '104129.644000', '104129.646000', '104129.649000', '104129.652000', '104129.655000', '104129.657000', '104129.660000', '104129.663000', '104129.666000', '104129.669000', '104129.671000', '104129.674000', '104129.677000', '104129.679000', '104129.682000', '104129.685000', '104129.688000', '104129.691000', '104129.693000', '104129.696000', '104129.699000', '104129.701000', '104129.704000', '104129.706000', '104129.709000', '104129.712000', '104129.714000', '104129.717000', '104129.719000', '104129.722000', '104129.725000', '104149.611000', '104149.614000', '104149.617000', '104149.620000', '104149.622000', '104149.625000', '104149.627000', '104149.630000', '104149.633000', '104149.635000', '104149.638000', '104149.641000', '104149.643000', '104149.646000', '104149.649000', '104149.651000', '104149.654000', '104149.656000', '104149.659000', '104149.662000', '104149.664000', '104149.667000', '104149.670000', '104149.672000', '104149.675000', '104149.677000', '104149.694000', '104149.697000', '104149.699000', '104149.702000', '104149.705000', '104149.707000', '104149.710000', '104149.713000', '104149.715000', '104149.718000', '104149.721000', '104149.723000', '104149.726000', '104149.728000', '104149.731000', '104149.734000', '104149.736000', '104149.739000', '104209.611000', '104209.614000', '104209.617000', '104209.620000', '104209.622000', '104209.625000', '104209.627000', '104209.630000', '104209.633000', '104209.635000', '104209.638000', '104209.641000', '104209.643000', '104209.646000', '104209.648000', '104209.651000', '104209.654000', '104209.656000', '104209.660000', '104209.663000', '104209.666000', '104209.669000', '104209.671000', '104209.674000', '104209.677000', '104209.680000', '104209.683000', '104209.685000', '104209.688000', '104209.691000', '104209.693000', '104209.696000', '104209.699000', '104209.701000', '104209.704000', '104209.706000', '104209.709000', '104209.712000', '104209.714000', '104209.717000', '104209.720000', '104209.722000', '104209.725000', '104229.611000', '104229.614000', '104229.616000', '104229.619000', '104229.622000', '104229.624000', '104229.627000', '104229.630000', '104229.633000', '104229.635000', '104229.638000', '104229.641000', '104229.643000', '104229.646000', '104229.649000', '104229.651000', '104229.654000', '104229.656000', '104229.659000', '104229.662000', '104229.664000', '104229.667000', '104229.670000', '104229.672000', '104229.675000', '104229.678000', '104229.680000', '104229.683000', '104229.686000', '104229.688000', '104229.691000', '104229.693000', '104229.696000', '104229.699000', '104229.701000', '104229.704000', '104229.707000', '104229.709000', '104229.712000', '104229.715000', '104229.717000', '104229.720000', '104229.722000', '104229.725000', '104249.612000', '104249.615000', '104249.617000', '104249.620000', '104249.622000', '104249.625000', '104249.628000', '104249.630000', '104249.633000', '104249.636000', '104249.638000', '104249.641000', '104249.643000', '104249.646000', '104249.649000', '104249.651000', '104249.654000', '104249.656000', '104249.659000', '104249.662000', '104249.664000', '104249.667000', '104249.669000', '104249.672000', '104249.675000', '104249.677000', '104249.680000', '104249.683000', '104249.685000', '104249.688000', '104249.690000', '104249.693000', '104249.696000', '104249.698000', '104249.701000', '104249.704000', '104249.706000', '104249.709000', '104249.712000', '104249.714000', '104249.717000', '104249.720000', '104249.722000', '104309.612000', '104309.615000', '104309.617000', '104309.620000', '104309.623000', '104309.625000', '104309.628000', '104309.630000', '104309.633000', '104309.636000', '104309.638000', '104309.641000', '104309.644000', '104309.646000', '104309.649000', '104309.652000', '104309.654000', '104309.657000', '104309.659000', '104309.662000', '104309.665000', '104309.667000', '104309.670000', '104309.673000', '104309.675000', '104309.678000', '104309.681000', '104309.683000', '104309.686000', '104309.689000', '104309.691000', '104309.694000', '104309.697000', '104309.699000', '104309.702000', '104309.705000', '104309.707000', '104309.710000', '104309.713000', '104309.715000', '104309.718000', '104309.720000', '104309.723000', '104309.726000', '104329.612000', '104329.614000', '104329.617000', '104329.620000', '104329.622000', '104329.625000', '104329.628000', '104329.630000', '104329.633000', '104329.636000', '104329.638000', '104329.641000', '104329.643000', '104329.646000', '104329.649000', '104329.651000', '104329.654000', '104329.656000', '104329.659000', '104329.662000', '104329.664000', '104329.667000', '104329.670000', '104329.672000', '104329.675000', '104329.678000', '104329.680000', '104329.683000', '104329.686000', '104329.688000', '104329.691000', '104329.693000', '104329.696000', '104329.700000', '104329.703000', '104329.705000', '104329.708000', '104329.711000', '104329.713000', '104329.716000', '104329.721000', '104329.723000', '104329.726000', '104349.612000', '104349.614000', '104349.617000', '104349.620000', '104349.622000', '104349.625000', '104349.627000', '104349.630000', '104349.633000', '104349.635000', '104349.638000', '104349.641000', '104349.643000', '104349.646000', '104349.648000', '104349.651000', '104349.654000', '104349.656000', '104349.659000', '104349.661000', '104349.664000', '104349.667000', '104349.669000', '104349.672000', '104349.675000', '104349.677000', '104349.680000', '104349.682000', '104349.685000', '104349.688000', '104349.690000', '104349.693000', '104349.695000', '104349.698000', '104349.701000', '104349.703000', '104349.706000', '104349.709000', '104349.711000', '104349.714000', '104349.716000', '104349.719000', '104349.722000', '104349.724000', '104409.612000', '104409.614000', '104409.617000', '104409.620000', '104409.622000', '104409.625000', '104409.628000', '104409.630000', '104409.633000', '104409.636000', '104409.638000', '104409.641000', '104409.643000', '104409.646000', '104409.649000', '104409.652000', '104409.654000', '104409.657000', '104409.660000', '104409.662000', '104409.665000', '104409.668000', '104409.671000', '104409.673000', '104409.676000', '104409.678000', '104409.681000', '104409.684000', '104409.686000', '104409.689000', '104409.691000', '104409.694000', '104409.697000', '104409.699000', '104409.702000', '104409.705000', '104409.707000', '104409.710000', '104409.712000', '104409.715000', '104409.718000', '104409.720000', '104409.723000', '104429.612000', '104429.614000', '104429.617000', '104429.620000', '104429.622000', '104429.625000', '104429.628000', '104429.630000', '104429.633000', '104429.635000', '104429.638000', '104429.641000', '104429.643000', '104429.646000', '104429.648000', '104429.651000', '104429.654000', '104429.656000', '104429.659000', '104429.661000', '104429.664000', '104429.667000', '104429.669000', '104429.672000', '104429.675000', '104429.677000', '104429.680000', '104429.682000', '104429.685000', '104429.688000', '104429.690000', '104429.693000', '104429.696000', '104429.698000', '104429.701000', '104429.704000', '104429.706000', '104429.709000', '104429.712000', '104429.714000', '104429.717000', '104429.719000', '104429.722000', '104429.725000', '104449.611000', '104449.613000', '104449.616000', '104449.619000', '104449.632000', '104449.635000', '104449.637000', '104449.640000', '104449.643000', '104449.645000', '104449.648000', '104449.651000', '104449.653000', '104449.656000', '104449.658000', '104449.661000', '104449.664000', '104449.666000', '104449.669000', '104449.672000', '104449.674000', '104449.677000', '104449.680000', '104449.682000', '104449.685000', '104449.687000', '104449.690000', '104449.693000', '104449.695000', '104449.698000', '104449.701000', '104449.703000', '104449.706000', '104449.709000', '104449.711000', '104449.714000', '104449.716000', '104449.719000', '104449.722000', '104449.724000', '104449.727000', '104449.729000', '104449.732000', '104509.612000', '104509.614000', '104509.617000', '104509.620000', '104509.622000', '104509.625000', '104509.628000', '104509.630000', '104509.633000', '104509.635000', '104509.638000', '104509.641000', '104509.643000', '104509.646000', '104509.648000', '104509.651000', '104509.654000', '104509.656000', '104509.659000', '104509.662000', '104509.664000', '104509.667000', '104509.669000', '104509.672000', '104509.675000', '104509.677000', '104509.680000', '104509.683000', '104509.685000', '104509.688000', '104509.691000', '104509.693000', '104509.696000', '104509.699000', '104509.701000', '104509.704000', '104509.707000', '104509.709000', '104509.712000', '104509.714000', '104509.717000', '104509.720000', '104509.722000', '104509.725000', '104529.612000', '104529.615000', '104529.617000', '104529.620000', '104529.623000', '104529.625000', '104529.628000', '104529.631000', '104529.633000', '104529.636000', '104529.639000', '104529.641000', '104529.644000', '104529.646000', '104529.649000', '104529.652000', '104529.654000', '104529.657000', '104529.660000', '104529.662000', '104529.665000', '104529.668000', '104529.670000', '104529.673000', '104529.676000', '104529.678000', '104529.681000', '104529.684000', '104529.686000', '104529.689000', '104529.692000', '104529.694000', '104529.697000', '104529.700000', '104529.702000', '104529.705000', '104529.707000', '104529.710000', '104529.713000', '104529.715000', '104529.718000', '104529.721000', '104529.723000', '104532.920000', '104532.923000', '104532.926000', '104532.928000', '104532.931000', '104532.934000', '104532.936000', '104532.939000'], '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': [7336, 6955, 7718, 6947, 8144, 7108, 9254, 7083, 11007, 7124, 9506, 7226, 8523, 7480, 7217, 11021, 7151, 10674, 7228, 9087, 7117, 8793, 6778, 8429, 6918, 8847, 6811, 8174, 7163, 7283, 9315, 6772, 9738, 6972, 9336, 6974, 8580, 6714, 7973, 6855, 7469, 9425, 7315, 9278, 7151, 10356, 7319, 10011, 7142, 9355, 7082, 8277, 7168, 8152, 7046, 7986, 6830, 8240, 7649, 7576, 11069, 6931, 10602, 6992, 9014, 6724, 8397, 6900, 7647, 8629, 7049, 10475, 7597, 10259, 6942, 10570, 7053, 10006, 7088, 8753, 7224, 8415, 6877, 7930, 9175, 6928, 10268, 6792, 9972, 6664, 9156, 6891, 8673, 6946, 7843, 6900, 7660, 6726, 8277, 6885, 7453, 8496, 6960, 9400, 7337, 10391, 7197, 10294, 7086, 10122, 7112, 9573, 6736, 9058, 6674, 8584, 6732, 8297, 6827, 9777, 6820, 7088, 6889, 7037, 7397, 7356, 7536, 7619, 8326, 6687, 8844, 8356, 8493, 12276, 9706, 13399, 7276, 12383, 6788, 11497, 8850, 9100, 7192, 6590, 8466, 6538, 8488, 7188, 7763, 8755, 7884, 6770, 8263, 6734, 8505, 7209, 7772, 11923, 7745, 10507, 7258, 8553, 7314, 6653, 8279, 6955, 8687, 6774, 9149, 6817, 6933, 6974, 8180, 6980, 9956, 6835, 10159, 6952, 9999, 7159, 10509, 7078, 8140, 7296, 6872, 8006, 7052, 8017, 8046, 6688, 10110, 6996, 10870, 7984, 10510, 9030, 10107, 8865, 11865, 7880, 12640, 9461, 11134, 7036, 10278, 6960, 9905, 6944, 9266, 6820, 8860, 6488, 9468, 6802, 9488, 6724, 7466, 8883, 7229, 8894, 7132, 8972, 7344, 9850, 6905, 9545, 7055, 8889, 6786, 8366, 6749, 8001, 9441, 6841, 9935, 6978, 10178, 7025, 8913, 6611, 7965, 10675, 6822, 10011, 6881, 9814, 6834, 8697, 6937, 8681, 6618, 8340, 7077, 8299, 6597, 8003, 6770, 8177, 6690, 8594, 6763, 8369, 9686, 6899, 10340, 6810, 9430, 6718, 8612, 6872, 8137, 6603, 8644, 6720, 7464, 7396, 10263, 6887, 10654, 7199, 10836, 7370, 11340, 6709, 10415, 6804, 10338, 8044, 9333, 8428, 9189, 7152, 8858, 6640, 8949, 6678, 8850, 6750, 8614, 6778, 9523, 6836, 8061, 8307, 6780, 8639, 6752, 8675, 6861, 8496, 7047, 10476, 7607, 12964, 7012, 12456, 7040, 10938, 6896, 10735, 7511, 11237, 7309, 11495, 6886, 10077, 6755, 9675, 6892, 9123, 6780, 9646, 6673, 8926, 7057, 8861, 7194, 8844, 7181, 8698, 7939, 6556, 8017, 6891, 8898, 6784, 8603, 6615, 9427, 6729, 10266, 6775, 8694, 7174, 6784, 8257, 6932, 9683, 6811, 7235, 7642, 6778, 8275, 6944, 7011, 7249, 8204, 7866, 6635, 10895, 7800, 9338, 7888, 6850, 10301, 12020, 9387, 13092, 11333, 13108, 7194, 10532, 7450, 6650, 8415, 6723, 8933, 6689, 8438, 8800, 7107, 10633, 6901, 10368, 7445, 10017, 6859, 10251, 6949, 9864, 6834, 9158, 6908, 9221, 6724, 8698, 6797, 8948, 6717, 9148, 6546, 8677, 6630, 8316, 8295, 7408, 9209, 7399, 6545, 7866, 6942, 7303, 9760, 8378, 10258, 7096, 11100, 7870, 11053, 6961, 10051, 7004, 9060, 6800, 8691, 7106, 7474, 9500, 6961, 9421, 6889, 8672, 6833, 8537, 8347, 7296, 7883, 6935, 9092, 6940, 9169, 7005, 8817, 6841, 9132, 6696, 8033, 9343, 7067, 9144, 6959, 9080, 6920, 8893, 6833, 8744, 6539, 8379, 8555, 6983, 9545, 7505, 7444, 7254, 6755, 7945, 9348, 6979, 9150, 6755, 8789, 6595, 8976, 6574, 8887, 6546, 8375, 6512, 7959, 8594, 7446, 10679, 7405, 12801, 6953, 11008, 7084, 10125, 7218, 9921, 6805, 8706, 7183, 9015, 6905, 8583, 6856, 7146, 7706, 6890, 8505, 6727, 8381, 7194, 7286, 7230, 6704, 7814, 6632, 8039, 6705, 8061, 6789, 8333, 6791, 8669, 6813, 8571, 7256, 8052, 11754, 10047, 8117, 8020, 6637, 8362, 7062, 7304, 7962, 6922, 6665, 7972, 7170, 8722, 6853, 9110, 7102, 9311, 7046, 9181, 7017, 9250, 7189, 9173, 6820, 8005, 8011, 7572, 10081, 6944, 8956, 6921, 8192, 6704, 8080, 6672, 7730, 6895, 7293, 6616, 8135, 6806, 7554, 8229, 7105, 9714, 7046, 9372, 7143, 8946, 7094, 9208, 7147, 9457, 7180, 8303, 7065, 8269, 6873, 8769, 6878, 7824, 6716, 7835, 7592, 7154, 10214, 7114, 11998, 7009, 10012, 7025, 9174, 7207, 9235, 6896, 8273, 7438, 7858, 11730, 7334, 11594, 7036, 9009, 6850, 9259, 6930, 8832, 6897, 8085, 6535, 7536, 8280, 7152, 8656, 7239, 8869, 7326, 8672, 7420, 9080, 7150, 9390, 7026, 9800, 7126, 8889, 6973, 8325, 6583, 7579, 9811, 7103, 9520, 7067, 9156, 6834, 8725, 6799, 9037, 6765, 9895, 6894, 8794, 6978, 8575, 6909, 8143, 6933, 7139, 6574, 7525, 6998, 7289, 7063, 9793, 7283, 10948, 7429, 7835, 7222, 7956, 6932, 8651, 7095, 11374, 6939, 11387, 7865, 7962, 6693, 8211, 10109, 8170, 9434, 7686, 8007, 6965, 6794, 7904, 6714, 7665, 6900, 7375, 6999, 9351, 6979, 8003, 7258, 10322, 7037, 9256, 6817, 8217, 6951, 7767, 7103, 7717, 6825, 7815, 6811, 7632, 6996, 8755, 6890, 9650, 7089, 9889, 7018, 11078, 6917, 10984, 7137, 13059, 7296, 10727, 7215, 9973, 6901, 9591, 7157, 8979, 7292, 9993, 7170, 9950, 7690, 7261, 7861, 9782, 7297, 9820, 7401, 8181, 7353, 7863, 7007, 7900, 7133, 8311, 7163, 8271, 7038, 9095, 7122, 8891, 7137, 8600, 7054, 7092, 7037, 7189, 6931, 7626, 7669, 8362, 7566, 10425, 8012, 11864, 10270, 11262, 7615, 9596, 7188, 11801, 7164, 10580, 7414, 9486, 7148, 8230, 7195, 7804, 7157, 7874, 7154, 7386, 6763, 7351, 8190, 7080, 9350, 7165, 8993, 7187, 9717, 7402, 9064, 7213, 8671, 7330, 8203, 6881, 7378, 7044, 7404, 7079, 7384, 7028, 7330, 9435, 7333, 9869, 7251, 9215, 7281, 8766, 7350, 7327, 7273, 7484, 7160, 7404, 6976, 7498, 9568, 7362, 9711, 7258, 9339, 7469, 9136, 7296, 9137, 7447, 8929, 7370, 9382, 7507, 9651, 7224, 6959, 7314, 7077, 7097, 7117, 7736, 7062, 8146, 7415, 8119, 7388, 7876, 7508, 8290, 7409, 9448, 7419, 10489, 7426, 9041, 7234, 7678, 7223, 7032, 7763, 7365, 8165, 7470, 8167, 7398, 8508, 7277, 9131, 7192, 11139, 7871, 10410, 7256, 9444, 7147, 7504, 7271, 6915, 8322, 7287, 7383, 7308, 8833, 7305, 7252, 7314, 7238, 7336, 7169, 7737, 6972, 8972, 7340, 9391, 7373, 8585, 7180, 7968, 6937, 8703, 7058, 8775, 7336, 7173, 7544, 7386, 7838], 'WindowCenter': [3965.0, 3950.0, 3947.0, 3934.0, 3944.0, 3922.0, 3952.0, 3921.0, 3961.0, 3919.0, 3939.0, 3918.0, 3928.0, 3919.0, 3918.0, 3947.0, 3919.0, 3947.0, 3916.0, 3926.0, 3906.0, 3926.0, 3907.0, 3916.0, 3906.0, 3927.0, 3906.0, 3928.0, 3906.0, 3931.0, 3950.0, 3921.0, 3950.0, 3920.0, 3951.0, 3920.0, 3940.0, 3908.0, 3929.0, 3908.0, 3931.0, 3940.0, 3932.0, 3940.0, 3922.0, 3950.0, 3930.0, 3950.0, 3920.0, 3953.0, 3921.0, 3930.0, 3919.0, 3929.0, 3919.0, 3930.0, 3908.0, 3941.0, 3919.0, 3931.0, 3960.0, 3920.0, 3950.0, 3907.0, 3927.0, 3906.0, 3927.0, 3904.0, 3917.0, 3925.0, 3917.0, 3948.0, 3917.0, 3948.0, 3917.0, 3948.0, 3918.0, 3950.0, 3908.0, 3939.0, 3917.0, 3927.0, 3895.0, 3916.0, 3924.0, 3919.0, 3947.0, 3907.0, 3937.0, 3906.0, 3936.0, 3906.0, 3927.0, 3918.0, 3928.0, 3906.0, 3917.0, 3920.0, 3942.0, 3918.0, 3930.0, 3941.0, 3931.0, 3940.0, 3931.0, 3962.0, 3921.0, 3950.0, 3920.0, 3950.0, 3920.0, 3951.0, 3922.0, 3954.0, 3922.0, 3954.0, 3922.0, 3942.0, 3922.0, 3964.0, 3933.0, 3933.0, 3933.0, 3931.0, 3933.0, 3933.0, 3944.0, 3944.0, 3955.0, 3934.0, 3966.0, 3943.0, 3942.0, 3961.0, 3941.0, 3969.0, 3919.0, 3960.0, 3921.0, 3959.0, 3939.0, 3937.0, 3907.0, 3908.0, 3927.0, 3896.0, 3927.0, 3907.0, 3918.0, 3940.0, 3941.0, 3909.0, 3929.0, 3907.0, 3929.0, 3906.0, 3917.0, 3946.0, 3917.0, 3935.0, 3906.0, 3925.0, 3917.0, 3907.0, 3926.0, 3905.0, 3926.0, 3906.0, 3951.0, 3920.0, 3907.0, 3904.0, 3928.0, 3919.0, 3948.0, 3907.0, 3947.0, 3917.0, 3936.0, 3905.0, 3947.0, 3919.0, 3925.0, 3915.0, 3907.0, 3940.0, 3932.0, 3942.0, 3942.0, 3921.0, 3961.0, 3922.0, 3961.0, 3930.0, 3963.0, 3953.0, 3949.0, 3937.0, 3945.0, 3914.0, 3945.0, 3925.0, 3934.0, 3903.0, 3933.0, 3904.0, 3921.0, 3893.0, 3922.0, 3893.0, 3924.0, 3894.0, 3938.0, 3907.0, 3937.0, 3906.0, 3918.0, 3925.0, 3904.0, 3925.0, 3907.0, 3926.0, 3918.0, 3937.0, 3906.0, 3926.0, 3906.0, 3927.0, 3895.0, 3926.0, 3894.0, 3916.0, 3923.0, 3906.0, 3937.0, 3917.0, 3949.0, 3905.0, 3926.0, 3894.0, 3916.0, 3947.0, 3920.0, 3937.0, 3918.0, 3935.0, 3905.0, 3925.0, 3916.0, 3940.0, 3932.0, 3942.0, 3920.0, 3927.0, 3922.0, 3931.0, 3909.0, 3929.0, 3920.0, 3942.0, 3920.0, 3941.0, 3950.0, 3919.0, 3949.0, 3919.0, 3951.0, 3919.0, 3941.0, 3921.0, 3928.0, 3920.0, 3940.0, 3922.0, 3931.0, 3933.0, 3962.0, 3934.0, 3975.0, 3934.0, 3963.0, 3932.0, 3962.0, 3920.0, 3950.0, 3908.0, 3949.0, 3917.0, 3940.0, 3928.0, 3938.0, 3906.0, 3938.0, 3907.0, 3938.0, 3906.0, 3936.0, 3906.0, 3928.0, 3920.0, 3953.0, 3921.0, 3931.0, 3940.0, 3920.0, 3953.0, 3909.0, 3929.0, 3908.0, 3940.0, 3920.0, 3949.0, 3918.0, 3969.0, 3918.0, 3958.0, 3906.0, 3935.0, 3893.0, 3933.0, 3903.0, 3935.0, 3903.0, 3933.0, 3892.0, 3922.0, 3891.0, 3921.0, 3891.0, 3911.0, 3893.0, 3923.0, 3894.0, 3924.0, 3905.0, 3923.0, 3905.0, 3924.0, 3905.0, 3925.0, 3915.0, 3894.0, 3917.0, 3916.0, 3937.0, 3908.0, 3927.0, 3908.0, 3938.0, 3909.0, 3949.0, 3909.0, 3939.0, 3919.0, 3921.0, 3942.0, 3934.0, 3963.0, 3923.0, 3943.0, 3946.0, 3933.0, 3943.0, 3921.0, 3932.0, 3932.0, 3942.0, 3943.0, 3936.0, 3988.0, 3945.0, 3953.0, 3943.0, 3921.0, 3964.0, 3973.0, 3952.0, 3985.0, 3975.0, 3960.0, 3908.0, 3937.0, 3905.0, 3894.0, 3915.0, 3893.0, 3925.0, 3893.0, 3916.0, 3925.0, 3905.0, 3937.0, 3908.0, 3936.0, 3904.0, 3924.0, 3895.0, 3934.0, 3904.0, 3924.0, 3893.0, 3925.0, 3905.0, 3926.0, 3895.0, 3925.0, 3907.0, 3927.0, 3906.0, 3936.0, 3894.0, 3925.0, 3893.0, 3928.0, 3928.0, 3918.0, 3937.0, 3917.0, 3895.0, 3917.0, 3904.0, 3904.0, 3922.0, 3913.0, 3924.0, 3904.0, 3947.0, 3915.0, 3947.0, 3904.0, 3934.0, 3904.0, 3923.0, 3893.0, 3925.0, 3904.0, 3905.0, 3936.0, 3905.0, 3924.0, 3904.0, 3914.0, 3893.0, 3913.0, 3912.0, 3904.0, 3902.0, 3905.0, 3923.0, 3905.0, 3924.0, 3893.0, 3925.0, 3893.0, 3924.0, 3893.0, 3914.0, 3923.0, 3893.0, 3923.0, 3893.0, 3924.0, 3894.0, 3924.0, 3895.0, 3925.0, 3895.0, 3928.0, 3938.0, 3919.0, 3952.0, 3932.0, 3920.0, 3930.0, 3919.0, 3930.0, 3939.0, 3918.0, 3938.0, 3908.0, 3939.0, 3909.0, 3940.0, 3909.0, 3939.0, 3908.0, 3938.0, 3897.0, 3928.0, 3939.0, 3919.0, 3949.0, 3919.0, 3968.0, 3907.0, 3946.0, 3918.0, 3948.0, 3918.0, 3936.0, 3893.0, 3915.0, 3903.0, 3924.0, 3893.0, 3913.0, 3881.0, 3893.0, 3903.0, 3893.0, 3912.0, 3892.0, 3912.0, 3892.0, 3903.0, 3903.0, 3892.0, 3915.0, 3906.0, 3928.0, 3907.0, 3917.0, 3906.0, 3927.0, 3896.0, 3926.0, 3894.0, 3926.0, 3917.0, 3927.0, 3960.0, 3949.0, 3915.0, 3926.0, 3895.0, 3926.0, 3904.0, 3904.0, 3916.0, 3906.0, 3907.0, 3928.0, 3919.0, 3938.0, 3922.0, 3951.0, 3933.0, 3941.0, 3920.0, 3938.0, 3919.0, 3938.0, 3908.0, 3938.0, 3908.0, 3930.0, 3917.0, 3918.0, 3936.0, 3906.0, 3925.0, 3905.0, 3916.0, 3894.0, 3918.0, 3907.0, 3930.0, 3918.0, 3919.0, 3909.0, 3929.0, 3906.0, 3918.0, 3929.0, 3920.0, 3949.0, 3921.0, 3939.0, 3920.0, 3938.0, 3920.0, 3940.0, 3919.0, 3938.0, 3919.0, 3929.0, 3918.0, 3929.0, 3910.0, 3941.0, 3908.0, 3929.0, 3908.0, 3929.0, 3917.0, 3919.0, 3952.0, 3921.0, 3960.0, 3908.0, 3938.0, 3919.0, 3937.0, 3919.0, 3938.0, 3906.0, 3927.0, 3906.0, 3917.0, 3957.0, 3906.0, 3945.0, 3904.0, 3913.0, 3893.0, 3924.0, 3904.0, 3925.0, 3905.0, 3930.0, 3894.0, 3915.0, 3928.0, 3919.0, 3925.0, 3905.0, 3925.0, 3916.0, 3927.0, 3905.0, 3925.0, 3907.0, 3939.0, 3907.0, 3938.0, 3905.0, 3924.0, 3905.0, 3927.0, 3893.0, 3915.0, 3934.0, 3904.0, 3934.0, 3905.0, 3924.0, 3895.0, 3925.0, 3907.0, 3927.0, 3906.0, 3937.0, 3918.0, 3928.0, 3907.0, 3927.0, 3918.0, 3943.0, 3920.0, 3907.0, 3907.0, 3919.0, 3908.0, 3916.0, 3908.0, 3948.0, 3919.0, 3961.0, 3920.0, 3930.0, 3918.0, 3927.0, 3907.0, 3927.0, 3918.0, 3973.0, 3919.0, 3958.0, 3915.0, 3916.0, 3893.0, 3915.0, 3934.0, 3926.0, 3937.0, 3917.0, 3927.0, 3907.0, 3895.0, 3915.0, 3906.0, 3931.0, 3932.0, 3933.0, 3922.0, 3952.0, 3921.0, 3929.0, 3921.0, 3949.0, 3907.0, 3939.0, 3907.0, 3928.0, 3907.0, 3918.0, 3919.0, 3930.0, 3909.0, 3917.0, 3907.0, 3917.0, 3907.0, 3928.0, 3908.0, 3937.0, 3906.0, 3937.0, 3906.0, 3946.0, 3894.0, 3933.0, 3893.0, 3944.0, 3903.0, 3933.0, 3904.0, 3922.0, 3891.0, 3922.0, 3892.0, 3939.0, 3906.0, 3935.0, 3905.0, 3924.0, 3903.0, 3903.0, 3915.0, 3922.0, 3904.0, 3923.0, 3903.0, 3914.0, 3917.0, 3916.0, 3906.0, 3914.0, 3904.0, 3913.0, 3903.0, 3913.0, 3904.0, 3925.0, 3907.0, 3939.0, 3921.0, 3941.0, 3918.0, 3918.0, 3918.0, 3918.0, 3906.0, 3928.0, 3918.0, 3928.0, 3931.0, 3964.0, 3945.0, 3974.0, 3964.0, 3973.0, 3930.0, 3938.0, 3906.0, 3946.0, 3905.0, 3934.0, 3905.0, 3924.0, 3894.0, 3914.0, 3905.0, 3915.0, 3905.0, 3914.0, 3904.0, 3904.0, 3893.0, 3916.0, 3916.0, 3907.0, 3939.0, 3908.0, 3928.0, 3907.0, 3936.0, 3906.0, 3925.0, 3916.0, 3927.0, 3917.0, 3942.0, 3920.0, 3932.0, 3920.0, 3919.0, 3918.0, 3917.0, 3906.0, 3906.0, 3924.0, 3906.0, 3937.0, 3906.0, 3938.0, 3917.0, 3927.0, 3918.0, 3917.0, 3918.0, 3916.0, 3907.0, 3920.0, 3906.0, 3919.0, 3939.0, 3920.0, 3939.0, 3918.0, 3938.0, 3919.0, 3937.0, 3917.0, 3925.0, 3916.0, 3927.0, 3919.0, 3938.0, 3920.0, 3939.0, 3919.0, 3920.0, 3929.0, 3919.0, 3918.0, 3908.0, 3930.0, 3908.0, 3928.0, 3918.0, 3929.0, 3919.0, 3928.0, 3917.0, 3926.0, 3917.0, 3937.0, 3917.0, 3947.0, 3918.0, 3937.0, 3919.0, 3918.0, 3917.0, 3919.0, 3918.0, 3918.0, 3928.0, 3918.0, 3929.0, 3920.0, 3927.0, 3919.0, 3938.0, 3919.0, 3958.0, 3929.0, 3948.0, 3919.0, 3937.0, 3907.0, 3905.0, 3916.0, 3905.0, 3929.0, 3917.0, 3920.0, 3933.0, 3940.0, 3930.0, 3930.0, 3932.0, 3918.0, 3920.0, 3919.0, 3929.0, 3919.0, 3940.0, 3929.0, 3941.0, 3920.0, 3938.0, 3906.0, 3927.0, 3917.0, 3940.0, 3920.0, 3939.0, 3931.0, 3931.0, 3932.0, 3930.0, 3929.0], 'WindowWidth': [8884.0, 8851.0, 8842.0, 8818.0, 8828.0, 8797.0, 8835.0, 8790.0, 8844.0, 8785.0, 8808.0, 8782.0, 8794.0, 8783.0, 8779.0, 8817.0, 8784.0, 8818.0, 8775.0, 8788.0, 8763.0, 8788.0, 8766.0, 8774.0, 8761.0, 8790.0, 8761.0, 8794.0, 8761.0, 8804.0, 8828.0, 8790.0, 8826.0, 8787.0, 8828.0, 8788.0, 8813.0, 8768.0, 8799.0, 8771.0, 8806.0, 8815.0, 8807.0, 8814.0, 8793.0, 8827.0, 8803.0, 8825.0, 8787.0, 8837.0, 8791.0, 8801.0, 8786.0, 8796.0, 8785.0, 8799.0, 8771.0, 8817.0, 8784.0, 8803.0, 8839.0, 8787.0, 8827.0, 8765.0, 8791.0, 8762.0, 8792.0, 8756.0, 8778.0, 8784.0, 8780.0, 8821.0, 8780.0, 8820.0, 8780.0, 8820.0, 8782.0, 8825.0, 8768.0, 8809.0, 8777.0, 8792.0, 8746.0, 8776.0, 8783.0, 8784.0, 8817.0, 8765.0, 8804.0, 8762.0, 8802.0, 8761.0, 8789.0, 8783.0, 8794.0, 8763.0, 8780.0, 8789.0, 8820.0, 8782.0, 8800.0, 8820.0, 8807.0, 8815.0, 8807.0, 8847.0, 8793.0, 8828.0, 8788.0, 8825.0, 8789.0, 8828.0, 8795.0, 8838.0, 8794.0, 8841.0, 8795.0, 8821.0, 8797.0, 8852.0, 8812.0, 8811.0, 8812.0, 8806.0, 8812.0, 8810.0, 8828.0, 8827.0, 8843.0, 8816.0, 8860.0, 8823.0, 8821.0, 8842.0, 8817.0, 8850.0, 8781.0, 8841.0, 8790.0, 8836.0, 8809.0, 8805.0, 8765.0, 8767.0, 8791.0, 8749.0, 8792.0, 8764.0, 8781.0, 8812.0, 8819.0, 8770.0, 8797.0, 8766.0, 8795.0, 8759.0, 8777.0, 8812.0, 8775.0, 8797.0, 8761.0, 8784.0, 8778.0, 8764.0, 8786.0, 8758.0, 8788.0, 8764.0, 8829.0, 8789.0, 8765.0, 8757.0, 8795.0, 8787.0, 8821.0, 8766.0, 8817.0, 8780.0, 8801.0, 8759.0, 8816.0, 8784.0, 8787.0, 8773.0, 8764.0, 8814.0, 8811.0, 8822.0, 8824.0, 8793.0, 8845.0, 8794.0, 8843.0, 8801.0, 8851.0, 8839.0, 8824.0, 8805.0, 8812.0, 8767.0, 8809.0, 8782.0, 8793.0, 8751.0, 8791.0, 8754.0, 8772.0, 8739.0, 8775.0, 8738.0, 8780.0, 8743.0, 8807.0, 8765.0, 8804.0, 8762.0, 8780.0, 8785.0, 8757.0, 8784.0, 8764.0, 8787.0, 8781.0, 8804.0, 8761.0, 8787.0, 8760.0, 8790.0, 8745.0, 8786.0, 8742.0, 8772.0, 8778.0, 8760.0, 8804.0, 8780.0, 8821.0, 8759.0, 8788.0, 8741.0, 8773.0, 8817.0, 8787.0, 8803.0, 8780.0, 8798.0, 8758.0, 8785.0, 8777.0, 8815.0, 8810.0, 8821.0, 8789.0, 8793.0, 8795.0, 8804.0, 8773.0, 8796.0, 8788.0, 8820.0, 8789.0, 8818.0, 8825.0, 8786.0, 8824.0, 8784.0, 8829.0, 8785.0, 8817.0, 8790.0, 8795.0, 8788.0, 8814.0, 8797.0, 8806.0, 8812.0, 8847.0, 8814.0, 8870.0, 8813.0, 8848.0, 8808.0, 8847.0, 8789.0, 8825.0, 8767.0, 8823.0, 8778.0, 8813.0, 8794.0, 8806.0, 8762.0, 8806.0, 8767.0, 8809.0, 8762.0, 8803.0, 8762.0, 8793.0, 8788.0, 8836.0, 8791.0, 8803.0, 8815.0, 8789.0, 8836.0, 8771.0, 8796.0, 8767.0, 8812.0, 8787.0, 8824.0, 8782.0, 8851.0, 8782.0, 8832.0, 8761.0, 8797.0, 8738.0, 8792.0, 8752.0, 8795.0, 8751.0, 8791.0, 8736.0, 8773.0, 8733.0, 8771.0, 8733.0, 8757.0, 8737.0, 8777.0, 8742.0, 8781.0, 8758.0, 8779.0, 8758.0, 8780.0, 8757.0, 8784.0, 8771.0, 8744.0, 8776.0, 8776.0, 8803.0, 8767.0, 8791.0, 8768.0, 8807.0, 8770.0, 8823.0, 8772.0, 8811.0, 8785.0, 8795.0, 8820.0, 8816.0, 8850.0, 8797.0, 8827.0, 8833.0, 8812.0, 8825.0, 8790.0, 8807.0, 8806.0, 8820.0, 8824.0, 8820.0, 8891.0, 8831.0, 8835.0, 8822.0, 8791.0, 8852.0, 8862.0, 8834.0, 8885.0, 8869.0, 8839.0, 8765.0, 8801.0, 8756.0, 8740.0, 8769.0, 8739.0, 8782.0, 8737.0, 8771.0, 8781.0, 8758.0, 8803.0, 8767.0, 8798.0, 8755.0, 8780.0, 8743.0, 8791.0, 8754.0, 8779.0, 8737.0, 8783.0, 8756.0, 8786.0, 8744.0, 8782.0, 8764.0, 8789.0, 8761.0, 8799.0, 8744.0, 8782.0, 8740.0, 8794.0, 8794.0, 8782.0, 8805.0, 8779.0, 8746.0, 8775.0, 8754.0, 8754.0, 8772.0, 8762.0, 8779.0, 8755.0, 8817.0, 8771.0, 8815.0, 8757.0, 8792.0, 8756.0, 8778.0, 8737.0, 8783.0, 8752.0, 8758.0, 8798.0, 8757.0, 8782.0, 8754.0, 8768.0, 8738.0, 8765.0, 8762.0, 8754.0, 8750.0, 8759.0, 8779.0, 8758.0, 8781.0, 8739.0, 8783.0, 8738.0, 8781.0, 8738.0, 8768.0, 8778.0, 8738.0, 8777.0, 8737.0, 8780.0, 8740.0, 8780.0, 8744.0, 8786.0, 8746.0, 8794.0, 8809.0, 8786.0, 8833.0, 8810.0, 8788.0, 8802.0, 8786.0, 8802.0, 8808.0, 8781.0, 8808.0, 8769.0, 8810.0, 8772.0, 8813.0, 8772.0, 8810.0, 8769.0, 8808.0, 8751.0, 8795.0, 8809.0, 8786.0, 8823.0, 8785.0, 8848.0, 8766.0, 8815.0, 8781.0, 8822.0, 8782.0, 8799.0, 8741.0, 8769.0, 8754.0, 8781.0, 8737.0, 8764.0, 8719.0, 8738.0, 8750.0, 8738.0, 8759.0, 8736.0, 8761.0, 8737.0, 8750.0, 8753.0, 8738.0, 8772.0, 8761.0, 8794.0, 8765.0, 8778.0, 8764.0, 8791.0, 8747.0, 8787.0, 8743.0, 8788.0, 8779.0, 8793.0, 8842.0, 8825.0, 8772.0, 8789.0, 8743.0, 8787.0, 8755.0, 8755.0, 8773.0, 8760.0, 8765.0, 8792.0, 8785.0, 8809.0, 8796.0, 8831.0, 8813.0, 8815.0, 8786.0, 8809.0, 8784.0, 8806.0, 8765.0, 8806.0, 8767.0, 8801.0, 8779.0, 8780.0, 8802.0, 8762.0, 8783.0, 8758.0, 8774.0, 8744.0, 8779.0, 8767.0, 8801.0, 8783.0, 8786.0, 8771.0, 8798.0, 8763.0, 8783.0, 8797.0, 8789.0, 8825.0, 8792.0, 8812.0, 8786.0, 8808.0, 8790.0, 8814.0, 8784.0, 8809.0, 8785.0, 8795.0, 8782.0, 8798.0, 8777.0, 8817.0, 8769.0, 8799.0, 8770.0, 8798.0, 8778.0, 8784.0, 8834.0, 8793.0, 8839.0, 8769.0, 8807.0, 8783.0, 8805.0, 8784.0, 8807.0, 8761.0, 8790.0, 8761.0, 8780.0, 8831.0, 8761.0, 8810.0, 8753.0, 8765.0, 8739.0, 8782.0, 8755.0, 8786.0, 8760.0, 8801.0, 8743.0, 8773.0, 8796.0, 8786.0, 8785.0, 8758.0, 8783.0, 8777.0, 8789.0, 8760.0, 8784.0, 8766.0, 8809.0, 8766.0, 8807.0, 8761.0, 8783.0, 8761.0, 8791.0, 8739.0, 8772.0, 8795.0, 8758.0, 8796.0, 8758.0, 8781.0, 8746.0, 8784.0, 8764.0, 8791.0, 8762.0, 8804.0, 8782.0, 8794.0, 8765.0, 8792.0, 8783.0, 8823.0, 8791.0, 8766.0, 8765.0, 8783.0, 8768.0, 8774.0, 8768.0, 8822.0, 8787.0, 8844.0, 8786.0, 8800.0, 8782.0, 8791.0, 8766.0, 8793.0, 8782.0, 8863.0, 8784.0, 8833.0, 8772.0, 8774.0, 8738.0, 8771.0, 8792.0, 8788.0, 8806.0, 8778.0, 8791.0, 8766.0, 8747.0, 8773.0, 8761.0, 8806.0, 8811.0, 8813.0, 8796.0, 8834.0, 8793.0, 8800.0, 8789.0, 8822.0, 8766.0, 8811.0, 8765.0, 8795.0, 8765.0, 8781.0, 8784.0, 8801.0, 8771.0, 8777.0, 8765.0, 8778.0, 8764.0, 8793.0, 8766.0, 8804.0, 8763.0, 8803.0, 8760.0, 8813.0, 8742.0, 8792.0, 8738.0, 8807.0, 8752.0, 8790.0, 8754.0, 8774.0, 8732.0, 8774.0, 8737.0, 8811.0, 8761.0, 8798.0, 8757.0, 8779.0, 8752.0, 8752.0, 8770.0, 8773.0, 8753.0, 8778.0, 8751.0, 8768.0, 8778.0, 8774.0, 8761.0, 8767.0, 8755.0, 8765.0, 8753.0, 8764.0, 8757.0, 8785.0, 8766.0, 8814.0, 8792.0, 8816.0, 8783.0, 8783.0, 8784.0, 8782.0, 8763.0, 8794.0, 8779.0, 8792.0, 8805.0, 8853.0, 8830.0, 8864.0, 8853.0, 8864.0, 8802.0, 8806.0, 8761.0, 8812.0, 8755.0, 8794.0, 8755.0, 8781.0, 8741.0, 8769.0, 8758.0, 8770.0, 8757.0, 8767.0, 8754.0, 8755.0, 8739.0, 8776.0, 8773.0, 8764.0, 8808.0, 8768.0, 8792.0, 8766.0, 8799.0, 8760.0, 8785.0, 8774.0, 8791.0, 8776.0, 8821.0, 8786.0, 8808.0, 8789.0, 8785.0, 8781.0, 8777.0, 8760.0, 8761.0, 8782.0, 8760.0, 8802.0, 8762.0, 8806.0, 8777.0, 8789.0, 8781.0, 8778.0, 8781.0, 8776.0, 8765.0, 8789.0, 8761.0, 8783.0, 8811.0, 8786.0, 8809.0, 8782.0, 8807.0, 8785.0, 8804.0, 8778.0, 8784.0, 8776.0, 8791.0, 8785.0, 8808.0, 8788.0, 8810.0, 8784.0, 8788.0, 8799.0, 8784.0, 8781.0, 8767.0, 8799.0, 8767.0, 8795.0, 8782.0, 8797.0, 8785.0, 8792.0, 8777.0, 8788.0, 8776.0, 8802.0, 8777.0, 8818.0, 8781.0, 8806.0, 8785.0, 8779.0, 8780.0, 8783.0, 8781.0, 8781.0, 8794.0, 8783.0, 8797.0, 8786.0, 8793.0, 8782.0, 8806.0, 8784.0, 8834.0, 8797.0, 8819.0, 8782.0, 8804.0, 8764.0, 8759.0, 8775.0, 8760.0, 8795.0, 8779.0, 8787.0, 8812.0, 8813.0, 8802.0, 8802.0, 8806.0, 8783.0, 8786.0, 8783.0, 8798.0, 8785.0, 8812.0, 8799.0, 8814.0, 8786.0, 8806.0, 8763.0, 8790.0, 8779.0, 8813.0, 8787.0, 8812.0, 8804.0, 8805.0, 8806.0, 8802.0, 8796.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.000934451754385965</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03715788914473684</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.820403257167925</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1868654630406152</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.973221000164655</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4513</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5978.0122</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10772435110603383</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>76</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.333333333333334</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.355613092236627</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.287270672739945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5622054843668063</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2173631196031303</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00883296</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011885346844792366</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0288277268409729</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.031759867336742</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>31.9066</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6895</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.3682</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307247.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>666.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.9745</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5784</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.3264</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3208.4532</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3372.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69297.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4199.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>836.3533</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.62450993061066</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> |