=== 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-0092 --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-0092",
"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-0092_ses-02_task-faces_acq-mb8_run-03_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-0092_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0092_suffix-bold_task-faces" 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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0092_suffix-bold_task-faces" 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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0092_suffix-bold_task-faces" 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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0092_suffix-bold_task-faces" 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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0092_suffix-bold_task-faces" 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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0092_suffix-bold_task-faces" 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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0092_suffix-bold_task-faces" 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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-03_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-0092/ses-02/func/sub-0092_ses-02_task-faces_acq-mb8_run-03_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>b1b0f79222d0d5f9c7ce58be2a11e422</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>09:47:24.062500</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.999222, -0.0076647, -0.0386751, 0.00837125, 0.9998, 0.01814]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_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.0809677</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-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4134, -7727, -7282, 667, -49, -70, 73, 104]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.706</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dee0fd63-08b9-488b-8fee-315b608c5645||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.6808407306671143, 0.022459447383880615, -0.10402648895978928, 110.41986846923828], [0.020563840866088867, 2.682391405105591, 0.04981398209929466, -102.35472869873047], [-0.1037624254822731, -0.048668209463357925, 2.697535514831543, -64.79426574707031], [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': ['094724.062500', '094724.522500', '094724.982500', '094725.442500', '094725.902500', '094726.362500', '094726.822500', '094727.282500', '094727.742500', '094728.202500', '094728.662500', '094729.122500', '094729.582500', '094730.042500', '094730.502500', '094730.962500', '094731.422500', '094731.882500', '094732.342500', '094732.802500', '094733.262500', '094733.722500', '094734.182500', '094734.642500', '094735.102500', '094735.562500', '094736.022500', '094736.482500', '094736.942500', '094737.402500', '094737.862500', '094738.322500', '094738.782500', '094739.242500', '094739.702500', '094740.162500', '094740.622500', '094741.082500', '094741.542500', '094742.002500', '094742.462500', '094742.922500', '094743.382500', '094743.842500', '094744.302500', '094744.762500', '094745.222500', '094745.682500', '094746.142500', '094746.602500', '094747.062500', '094747.522500', '094747.982500', '094748.442500', '094748.902500', '094749.362500', '094749.822500', '094750.282500', '094750.742500', '094751.202500', '094751.662500', '094752.122500', '094752.582500', '094753.042500', '094753.502500', '094753.962500', '094754.422500', '094754.882500', '094755.342500', '094755.802500', '094756.262500', '094756.722500', '094757.182500', '094757.642500', '094758.102500', '094758.562500', '094759.022500', '094759.482500', '094759.942500', '094800.402500', '094800.862500', '094801.322500', '094801.782500', '094802.242500', '094802.702500', '094803.162500', '094803.622500', '094804.082500', '094804.542500', '094805.002500', '094805.462500', '094805.922500', '094806.382500', '094806.842500', '094807.302500', '094807.762500', '094808.222500', '094808.682500', '094809.142500', '094809.602500', '094810.062500', '094810.522500', '094810.982500', '094811.442500', '094811.902500', '094812.362500', '094812.822500', '094813.282500', '094813.742500', '094814.202500', '094814.662500', '094815.122500', '094815.582500', '094816.042500', '094816.502500', '094816.962500', '094817.422500', '094817.882500', '094818.342500', '094818.802500', '094819.262500', '094819.722500', '094820.182500', '094820.642500', '094821.102500', '094821.562500', '094822.022500', '094822.482500', '094822.942500', '094823.402500', '094823.862500', '094824.322500', '094824.782500', '094825.242500', '094825.702500', '094826.162500', '094826.622500', '094827.082500', '094827.542500', '094828.002500', '094828.462500', '094828.922500', '094829.382500', '094829.842500', '094830.302500', '094830.762500', '094831.222500', '094831.682500', '094832.142500', '094832.602500', '094833.062500', '094833.522500', '094833.982500', '094834.442500', '094834.902500', '094835.362500', '094835.822500', '094836.282500', '094836.742500', '094837.202500', '094837.662500', '094838.122500', '094838.582500', '094839.042500', '094839.502500', '094839.962500', '094840.422500', '094840.882500', '094841.342500', '094841.802500', '094842.262500', '094842.722500', '094843.182500', '094843.642500', '094844.102500', '094844.562500', '094845.022500', '094845.482500', '094845.942500', '094846.402500', '094846.862500', '094847.322500', '094847.782500', '094848.242500', '094848.702500', '094849.162500', '094849.622500', '094850.082500', '094850.542500', '094851.002500', '094851.462500', '094851.922500', '094852.382500', '094852.842500', '094853.302500', '094853.762500', '094854.222500', '094854.682500', '094855.142500', '094855.602500', '094856.062500', '094856.522500', '094856.982500', '094857.442500', '094857.902500', '094858.362500', '094858.822500', '094859.282500', '094859.742500', '094900.202500', '094900.662500', '094901.122500', '094901.582500', '094902.042500', '094902.502500', '094902.962500', '094903.422500', '094903.882500', '094904.342500', '094904.802500', '094905.262500', '094905.722500', '094906.182500', '094906.642500', '094907.102500', '094907.562500', '094908.022500', '094908.482500', '094908.942500', '094909.402500', '094909.862500', '094910.322500', '094910.782500', '094911.242500', '094911.702500', '094912.162500', '094912.622500', '094913.082500', '094913.542500', '094914.002500', '094914.462500', '094914.922500', '094915.382500', '094915.842500', '094916.302500', '094916.762500', '094917.222500', '094917.682500', '094918.142500', '094918.602500', '094919.062500', '094919.522500', '094919.982500', '094920.442500', '094920.902500', '094921.362500', '094921.822500', '094922.282500', '094922.742500', '094923.202500', '094923.662500', '094924.122500', '094924.582500', '094925.042500', '094925.502500', '094925.962500', '094926.422500', '094926.882500', '094927.342500', '094927.802500', '094928.262500', '094928.722500', '094929.182500', '094929.642500', '094930.102500', '094930.562500', '094931.022500', '094931.482500', '094931.942500', '094932.402500', '094932.862500', '094933.322500', '094933.782500', '094934.242500', '094934.702500', '094935.162500', '094935.622500', '094936.082500', '094936.542500', '094937.002500', '094937.462500', '094937.922500', '094938.382500', '094938.842500', '094939.302500', '094939.762500', '094940.222500', '094940.682500', '094941.142500', '094941.602500', '094942.062500', '094942.522500', '094942.982500', '094943.442500', '094943.902500', '094944.362500', '094944.822500', '094945.282500', '094945.742500', '094946.202500', '094946.662500', '094947.122500', '094947.582500', '094948.042500', '094948.502500', '094948.962500', '094949.422500', '094949.882500', '094950.342500', '094950.802500', '094951.262500', '094951.722500', '094952.182500', '094952.642500', '094953.102500', '094953.562500', '094954.022500', '094954.482500', '094954.942500', '094955.402500', '094955.862500', '094956.322500', '094956.782500', '094957.242500', '094957.702500', '094958.162500', '094958.622500', '094959.082500', '094959.542500', '095000.002500', '095000.462500', '095000.922500', '095001.382500', '095001.842500', '095002.302500', '095002.762500', '095003.222500', '095003.682500', '095004.142500', '095004.602500', '095005.062500', '095005.522500', '095005.982500', '095006.442500', '095006.902500', '095007.362500', '095007.822500', '095008.282500', '095008.742500', '095009.202500', '095009.662500', '095010.122500', '095010.582500', '095011.042500', '095011.502500', '095011.962500', '095012.422500', '095012.882500', '095013.342500', '095013.802500', '095014.262500', '095014.722500', '095015.182500', '095015.642500', '095016.102500', '095016.562500', '095017.022500', '095017.482500', '095017.942500', '095018.402500', '095018.862500', '095019.322500', '095019.782500', '095020.242500', '095020.702500', '095021.162500', '095021.622500', '095022.082500', '095022.542500', '095023.002500', '095023.462500', '095023.922500', '095024.382500', '095024.842500', '095025.302500', '095025.762500', '095026.222500', '095026.682500', '095027.142500', '095027.602500', '095028.062500', '095028.522500', '095028.982500', '095029.442500', '095029.902500', '095030.362500', '095030.822500', '095031.282500', '095031.742500', '095032.202500', '095032.662500', '095033.122500', '095033.582500', '095034.042500', '095034.502500', '095034.962500', '095035.422500', '095035.882500', '095036.342500', '095036.802500', '095037.262500', '095037.722500', '095038.182500', '095038.642500', '095039.102500', '095039.562500', '095040.022500', '095040.482500', '095040.942500', '095041.402500', '095041.862500', '095042.322500', '095042.782500', '095043.242500', '095043.702500', '095044.162500', '095044.622500', '095045.082500', '095045.542500', '095046.002500', '095046.462500', '095046.922500', '095047.382500', '095047.842500', '095048.302500', '095048.762500', '095049.222500', '095049.682500', '095050.142500', '095050.602500', '095051.062500', '095051.522500', '095051.982500', '095052.442500', '095052.902500', '095053.362500', '095053.822500', '095054.282500', '095054.742500', '095055.202500', '095055.662500', '095056.122500', '095056.582500', '095057.042500', '095057.502500', '095057.962500', '095058.422500', '095058.882500', '095059.342500', '095059.802500', '095100.262500', '095100.722500', '095101.182500', '095101.642500', '095102.102500', '095102.562500', '095103.022500', '095103.482500', '095103.942500', '095104.402500', '095104.862500', '095105.322500', '095105.782500', '095106.242500', '095106.702500', '095107.162500', '095107.622500', '095108.082500', '095108.542500', '095109.002500', '095109.462500', '095109.922500', '095110.382500', '095110.842500', '095111.302500', '095111.762500', '095112.222500', '095112.682500', '095113.142500', '095113.602500', '095114.062500', '095114.522500', '095114.982500', '095115.442500', '095115.902500', '095116.362500', '095116.822500', '095117.282500', '095117.742500', '095118.202500', '095118.662500', '095119.122500', '095119.582500', '095120.042500', '095120.502500', '095120.962500', '095121.422500', '095121.882500', '095122.342500', '095122.802500', '095123.262500', '095123.722500', '095124.182500', '095124.642500', '095125.102500', '095125.562500', '095126.022500', '095126.482500', '095126.942500', '095127.402500', '095127.862500', '095128.322500', '095128.782500', '095129.242500', '095129.702500', '095130.162500', '095130.622500', '095131.082500', '095131.542500', '095132.002500', '095132.462500', '095132.922500', '095133.382500', '095133.842500', '095134.302500', '095134.762500', '095135.222500', '095135.682500', '095136.142500', '095136.602500', '095137.062500', '095137.522500', '095137.982500', '095138.442500', '095138.902500', '095139.362500', '095139.822500', '095140.282500', '095140.742500', '095141.202500', '095141.662500', '095142.122500', '095142.582500', '095143.042500', '095143.502500', '095143.962500', '095144.422500', '095144.882500', '095145.342500', '095145.802500', '095146.262500', '095146.722500', '095147.182500', '095147.642500', '095148.102500', '095148.562500', '095149.022500', '095149.482500', '095149.942500', '095150.402500', '095150.862500', '095151.322500', '095151.782500', '095152.242500', '095152.702500', '095153.162500', '095153.622500', '095154.082500', '095154.542500', '095155.002500', '095155.462500', '095155.922500', '095156.382500', '095156.842500', '095157.302500', '095157.762500', '095158.222500', '095158.682500', '095159.142500', '095159.602500', '095200.062500', '095200.522500', '095200.982500', '095201.442500', '095201.902500', '095202.362500', '095202.822500', '095203.282500', '095203.742500', '095204.202500', '095204.662500', '095205.122500', '095205.582500', '095206.042500', '095206.502500', '095206.962500', '095207.422500', '095207.882500', '095208.342500', '095208.802500', '095209.262500', '095209.722500', '095210.182500', '095210.642500', '095211.102500', '095211.562500', '095212.022500', '095212.482500', '095212.942500', '095213.402500', '095213.862500', '095214.322500', '095214.782500', '095215.242500', '095215.702500', '095216.162500', '095216.622500', '095217.082500', '095217.542500', '095218.002500', '095218.462500', '095218.922500', '095219.382500', '095219.842500', '095220.302500', '095220.762500', '095221.222500', '095221.682500', '095222.142500', '095222.602500', '095223.062500', '095223.522500', '095223.982500', '095224.442500', '095224.902500', '095225.362500', '095225.822500', '095226.282500', '095226.742500', '095227.202500', '095227.662500', '095228.122500', '095228.582500', '095229.042500', '095229.502500', '095229.962500', '095230.422500', '095230.882500', '095231.342500', '095231.802500', '095232.262500', '095232.722500', '095233.182500', '095233.642500', '095234.102500', '095234.562500', '095235.022500', '095235.482500', '095235.942500', '095236.402500', '095236.862500', '095237.322500', '095237.782500', '095238.242500', '095238.702500', '095239.162500', '095239.622500', '095240.082500', '095240.542500', '095241.002500', '095241.462500', '095241.922500', '095242.382500', '095242.842500', '095243.302500', '095243.762500', '095244.222500', '095244.682500', '095245.142500', '095245.602500', '095246.062500', '095246.522500', '095246.982500', '095247.442500', '095247.902500', '095248.362500', '095248.822500', '095249.282500', '095249.742500', '095250.202500', '095250.662500', '095251.122500', '095251.582500', '095252.042500', '095252.502500', '095252.962500', '095253.422500', '095253.882500', '095254.342500', '095254.802500', '095255.262500', '095255.722500', '095256.182500', '095256.642500', '095257.102500', '095257.562500', '095258.022500', '095258.482500', '095258.942500', '095259.402500', '095259.862500', '095300.322500', '095300.782500', '095301.242500', '095301.702500', '095302.162500', '095302.622500', '095303.082500', '095303.542500', '095304.002500', '095304.462500', '095304.922500', '095305.382500', '095305.842500', '095306.302500', '095306.762500', '095307.222500', '095307.682500', '095308.142500', '095308.602500', '095309.062500', '095309.522500', '095309.982500', '095310.442500', '095310.902500', '095311.362500', '095311.822500', '095312.282500', '095312.742500', '095313.202500', '095313.662500', '095314.122500', '095314.582500', '095315.042500', '095315.502500', '095315.962500', '095316.422500', '095316.882500', '095317.342500', '095317.802500', '095318.262500', '095318.722500', '095319.182500', '095319.642500', '095320.102500', '095320.562500', '095321.022500', '095321.482500', '095321.942500', '095322.402500', '095322.862500', '095323.322500', '095323.782500', '095324.242500', '095324.702500', '095325.162500', '095325.622500', '095326.082500', '095326.542500', '095327.002500', '095327.462500', '095327.922500', '095328.382500', '095328.842500', '095329.302500', '095329.762500', '095330.222500', '095330.682500', '095331.142500', '095331.602500', '095332.062500', '095332.522500', '095332.982500', '095333.442500', '095333.902500', '095334.362500', '095334.822500', '095335.282500', '095335.742500', '095336.202500', '095336.662500', '095337.122500', '095337.582500', '095338.042500', '095338.502500', '095338.962500', '095339.422500', '095339.882500', '095340.342500', '095340.802500', '095341.262500', '095341.722500', '095342.182500', '095342.642500', '095343.102500', '095343.562500', '095344.022500', '095344.482500', '095344.942500', '095345.402500', '095345.862500', '095346.322500', '095346.782500', '095347.242500', '095347.702500', '095348.162500', '095348.622500', '095349.082500', '095349.542500', '095350.002500', '095350.462500', '095350.922500', '095351.382500', '095351.842500', '095352.302500', '095352.762500', '095353.222500', '095353.682500', '095354.142500', '095354.602500', '095355.062500', '095355.522500', '095355.982500', '095356.442500', '095356.902500', '095357.362500', '095357.822500', '095358.282500', '095358.742500', '095359.202500', '095359.662500', '095400.122500', '095400.582500', '095401.042500', '095401.502500', '095401.962500', '095402.422500', '095402.882500', '095403.342500', '095403.802500', '095404.262500', '095404.722500', '095405.182500', '095405.642500', '095406.102500', '095406.562500', '095407.022500', '095407.482500', '095407.942500', '095408.402500', '095408.862500', '095409.322500', '095409.782500', '095410.242500', '095410.702500', '095411.162500', '095411.622500', '095412.082500', '095412.542500', '095413.002500', '095413.462500', '095413.922500', '095414.382500', '095414.842500', '095415.302500', '095415.762500', '095416.222500', '095416.682500', '095417.142500', '095417.602500', '095418.062500', '095418.522500', '095418.982500', '095419.442500', '095419.902500', '095420.362500', '095420.822500', '095421.282500', '095421.742500', '095422.202500', '095422.662500', '095423.122500', '095423.582500', '095424.042500'], 'ContentTime': ['094750.617000', '094750.620000', '094750.622000', '094750.625000', '094750.628000', '094750.630000', '094750.633000', '094750.635000', '094750.638000', '094750.640000', '094750.643000', '094750.646000', '094750.648000', '094750.651000', '094750.653000', '094750.656000', '094750.666000', '094750.669000', '094750.677000', '094750.680000', '094750.683000', '094750.685000', '094750.688000', '094750.690000', '094750.693000', '094750.696000', '094750.698000', '094750.701000', '094750.703000', '094750.706000', '094750.709000', '094750.711000', '094750.714000', '094750.716000', '094750.719000', '094750.721000', '094750.724000', '094750.726000', '094750.729000', '094750.732000', '094750.734000', '094750.737000', '094750.740000', '094750.742000', '094750.745000', '094750.747000', '094750.750000', '094750.752000', '094750.755000', '094750.758000', '094750.760000', '094750.763000', '094750.765000', '094750.768000', '094750.770000', '094810.586000', '094810.589000', '094810.591000', '094810.594000', '094810.596000', '094810.599000', '094810.602000', '094810.604000', '094810.607000', '094810.609000', '094810.612000', '094810.614000', '094810.617000', '094810.620000', '094810.622000', '094810.625000', '094810.627000', '094810.630000', '094810.633000', '094810.635000', '094810.638000', '094810.640000', '094810.643000', '094810.645000', '094810.648000', '094810.650000', '094810.653000', '094810.656000', '094810.666000', '094810.669000', '094810.672000', '094810.674000', '094810.677000', '094810.679000', '094810.682000', '094810.684000', '094810.687000', '094810.689000', '094810.692000', '094810.695000', '094810.697000', '094810.700000', '094810.702000', '094830.586000', '094830.589000', '094830.592000', '094830.594000', '094830.597000', '094830.600000', '094830.602000', '094830.605000', '094830.607000', '094830.610000', '094830.619000', '094830.621000', '094830.625000', '094830.628000', '094830.640000', '094830.643000', '094830.646000', '094830.648000', '094830.651000', '094830.653000', '094830.656000', '094830.659000', '094830.661000', '094830.664000', '094830.666000', '094830.669000', '094830.671000', '094830.674000', '094830.677000', '094830.679000', '094830.682000', '094830.684000', '094830.691000', '094830.694000', '094830.697000', '094830.700000', '094830.703000', '094830.706000', '094830.708000', '094830.713000', '094830.715000', '094830.718000', '094830.721000', '094850.586000', '094850.589000', '094850.592000', '094850.594000', '094850.597000', '094850.600000', '094850.602000', '094850.605000', '094850.608000', '094850.610000', '094850.613000', '094850.616000', '094850.618000', '094850.621000', '094850.623000', '094850.626000', '094850.629000', '094850.631000', '094850.634000', '094850.636000', '094850.639000', '094850.642000', '094850.644000', '094850.647000', '094850.649000', '094850.652000', '094850.654000', '094850.657000', '094850.660000', '094850.662000', '094850.665000', '094850.667000', '094850.670000', '094850.673000', '094850.675000', '094850.678000', '094850.680000', '094850.683000', '094850.685000', '094850.688000', '094850.690000', '094850.693000', '094850.696000', '094850.698000', '094910.586000', '094910.589000', '094910.592000', '094910.595000', '094910.597000', '094910.600000', '094910.603000', '094910.606000', '094910.608000', '094910.611000', '094910.614000', '094910.616000', '094910.619000', '094910.621000', '094910.624000', '094910.627000', '094910.629000', '094910.632000', '094910.634000', '094910.637000', '094910.640000', '094910.642000', '094910.645000', '094910.648000', '094910.650000', '094910.653000', '094910.656000', '094910.658000', '094910.661000', '094910.663000', '094910.666000', '094910.668000', '094910.671000', '094910.674000', '094910.676000', '094910.679000', '094910.681000', '094910.684000', '094910.686000', '094910.689000', '094910.692000', '094910.694000', '094910.697000', '094930.587000', '094930.589000', '094930.592000', '094930.600000', '094930.603000', '094930.605000', '094930.608000', '094930.610000', '094930.613000', '094930.616000', '094930.618000', '094930.621000', '094930.623000', '094930.626000', '094930.628000', '094930.631000', '094930.634000', '094930.636000', '094930.639000', '094930.641000', '094930.644000', '094930.647000', '094930.649000', '094930.652000', '094930.654000', '094930.657000', '094930.660000', '094930.662000', '094930.665000', '094930.667000', '094930.670000', '094930.673000', '094930.675000', '094930.678000', '094930.680000', '094930.683000', '094930.686000', '094930.688000', '094930.691000', '094930.693000', '094930.696000', '094930.699000', '094930.701000', '094930.704000', '094950.586000', '094950.589000', '094950.592000', '094950.594000', '094950.597000', '094950.600000', '094950.603000', '094950.605000', '094950.608000', '094950.610000', '094950.613000', '094950.616000', '094950.618000', '094950.621000', '094950.624000', '094950.626000', '094950.629000', '094950.633000', '094950.636000', '094950.638000', '094950.641000', '094950.644000', '094950.646000', '094950.649000', '094950.652000', '094950.654000', '094950.657000', '094950.659000', '094950.662000', '094950.666000', '094950.668000', '094950.671000', '094950.674000', '094950.676000', '094950.679000', '094950.682000', '094950.684000', '094950.687000', '094950.689000', '094950.692000', '094950.695000', '094950.697000', '094950.700000', '095010.586000', '095010.589000', '095010.592000', '095010.595000', '095010.597000', '095010.600000', '095010.603000', '095010.605000', '095010.608000', '095010.610000', '095010.648000', '095010.651000', '095010.654000', '095010.656000', '095010.659000', '095010.662000', '095010.664000', '095010.667000', '095010.669000', '095010.672000', '095010.675000', '095010.677000', '095010.680000', '095010.683000', '095010.685000', '095010.688000', '095010.690000', '095010.693000', '095010.696000', '095010.698000', '095010.701000', '095010.703000', '095010.706000', '095010.708000', '095010.711000', '095010.714000', '095010.716000', '095010.719000', '095010.721000', '095010.724000', '095010.727000', '095010.729000', '095010.732000', '095010.735000', '095030.586000', '095030.589000', '095030.591000', '095030.594000', '095030.596000', '095030.599000', '095030.602000', '095030.604000', '095030.607000', '095030.610000', '095030.612000', '095030.615000', '095030.617000', '095030.620000', '095030.623000', '095030.625000', '095030.628000', '095030.630000', '095030.633000', '095030.635000', '095030.638000', '095030.641000', '095030.643000', '095030.646000', '095030.649000', '095030.651000', '095030.654000', '095030.657000', '095030.659000', '095030.662000', '095030.665000', '095030.668000', '095030.670000', '095030.673000', '095030.676000', '095030.678000', '095030.681000', '095030.684000', '095030.686000', '095030.689000', '095030.691000', '095030.694000', '095030.697000', '095050.586000', '095050.589000', '095050.592000', '095050.595000', '095050.597000', '095050.600000', '095050.603000', '095050.605000', '095050.608000', '095050.611000', '095050.613000', '095050.616000', '095050.618000', '095050.621000', '095050.624000', '095050.626000', '095050.629000', '095050.631000', '095050.634000', '095050.637000', '095050.639000', '095050.642000', '095050.645000', '095050.647000', '095050.650000', '095050.652000', '095050.655000', '095050.658000', '095050.660000', '095050.663000', '095050.665000', '095050.668000', '095050.670000', '095050.673000', '095050.676000', '095050.678000', '095050.681000', '095050.684000', '095050.686000', '095050.689000', '095050.691000', '095050.694000', '095050.703000', '095050.706000', '095110.586000', '095110.589000', '095110.592000', '095110.594000', '095110.597000', '095110.600000', '095110.602000', '095110.605000', '095110.608000', '095110.610000', '095110.613000', '095110.615000', '095110.618000', '095110.621000', '095110.623000', '095110.626000', '095110.628000', '095110.631000', '095110.634000', '095110.636000', '095110.639000', '095110.642000', '095110.645000', '095110.648000', '095110.651000', '095110.654000', '095110.657000', '095110.659000', '095110.662000', '095110.665000', '095110.667000', '095110.670000', '095110.672000', '095110.675000', '095110.678000', '095110.680000', '095110.683000', '095110.685000', '095110.688000', '095110.691000', '095110.693000', '095110.696000', '095110.699000', '095130.587000', '095130.590000', '095130.592000', '095130.595000', '095130.597000', '095130.600000', '095130.603000', '095130.605000', '095130.608000', '095130.611000', '095130.613000', '095130.616000', '095130.618000', '095130.621000', '095130.624000', '095130.626000', '095130.629000', '095130.631000', '095130.634000', '095130.637000', '095130.639000', '095130.642000', '095130.645000', '095130.647000', '095130.650000', '095130.653000', '095130.655000', '095130.658000', '095130.660000', '095130.663000', '095130.666000', '095130.668000', '095130.671000', '095130.674000', '095130.676000', '095130.693000', '095130.695000', '095130.698000', '095130.700000', '095130.703000', '095130.706000', '095130.708000', '095130.711000', '095130.713000', '095150.587000', '095150.589000', '095150.592000', '095150.595000', '095150.597000', '095150.600000', '095150.603000', '095150.605000', '095150.608000', '095150.610000', '095150.613000', '095150.616000', '095150.618000', '095150.621000', '095150.624000', '095150.626000', '095150.629000', '095150.632000', '095150.634000', '095150.637000', '095150.640000', '095150.642000', '095150.645000', '095150.647000', '095150.650000', '095150.652000', '095150.655000', '095150.658000', '095150.661000', '095150.663000', '095150.666000', '095150.669000', '095150.672000', '095150.674000', '095150.677000', '095150.680000', '095150.682000', '095150.685000', '095150.687000', '095150.690000', '095150.693000', '095150.695000', '095150.698000', '095210.586000', '095210.589000', '095210.592000', '095210.594000', '095210.597000', '095210.600000', '095210.603000', '095210.605000', '095210.608000', '095210.610000', '095210.613000', '095210.616000', '095210.618000', '095210.621000', '095210.623000', '095210.626000', '095210.629000', '095210.631000', '095210.634000', '095210.637000', '095210.647000', '095210.649000', '095210.652000', '095210.654000', '095210.657000', '095210.660000', '095210.662000', '095210.665000', '095210.667000', '095210.670000', '095210.673000', '095210.675000', '095210.678000', '095210.681000', '095210.683000', '095210.686000', '095210.688000', '095210.691000', '095210.693000', '095210.696000', '095210.699000', '095210.701000', '095210.704000', '095210.706000', '095230.587000', '095230.589000', '095230.593000', '095230.595000', '095230.598000', '095230.601000', '095230.604000', '095230.606000', '095230.609000', '095230.611000', '095230.614000', '095230.617000', '095230.619000', '095230.622000', '095230.630000', '095230.633000', '095230.635000', '095230.638000', '095230.641000', '095230.643000', '095230.646000', '095230.648000', '095230.651000', '095230.653000', '095230.656000', '095230.659000', '095230.661000', '095230.664000', '095230.666000', '095230.669000', '095230.672000', '095230.675000', '095230.678000', '095230.680000', '095230.683000', '095230.685000', '095230.688000', '095230.691000', '095230.693000', '095230.696000', '095230.699000', '095230.701000', '095230.704000', '095250.587000', '095250.590000', '095250.593000', '095250.596000', '095250.598000', '095250.601000', '095250.604000', '095250.606000', '095250.609000', '095250.612000', '095250.614000', '095250.617000', '095250.619000', '095250.622000', '095250.625000', '095250.627000', '095250.630000', '095250.633000', '095250.635000', '095250.638000', '095250.640000', '095250.643000', '095250.646000', '095250.648000', '095250.651000', '095250.654000', '095250.656000', '095250.659000', '095250.661000', '095250.664000', '095250.666000', '095250.669000', '095250.672000', '095250.674000', '095250.677000', '095250.680000', '095250.682000', '095250.685000', '095250.687000', '095250.690000', '095250.692000', '095250.695000', '095250.698000', '095250.700000', '095310.587000', '095310.590000', '095310.605000', '095310.608000', '095310.610000', '095310.613000', '095310.616000', '095310.619000', '095310.623000', '095310.626000', '095310.628000', '095310.631000', '095310.633000', '095310.636000', '095310.639000', '095310.641000', '095310.644000', '095310.647000', '095310.649000', '095310.652000', '095310.654000', '095310.657000', '095310.660000', '095310.662000', '095310.665000', '095310.667000', '095310.670000', '095310.673000', '095310.675000', '095310.678000', '095310.680000', '095310.683000', '095310.686000', '095310.688000', '095310.691000', '095310.693000', '095310.696000', '095310.699000', '095310.701000', '095310.704000', '095310.706000', '095310.709000', '095310.712000', '095330.586000', '095330.589000', '095330.592000', '095330.595000', '095330.598000', '095330.600000', '095330.603000', '095330.606000', '095330.608000', '095330.611000', '095330.614000', '095330.616000', '095330.619000', '095330.621000', '095330.624000', '095330.627000', '095330.629000', '095330.632000', '095330.634000', '095330.637000', '095330.640000', '095330.642000', '095330.645000', '095330.647000', '095330.650000', '095330.653000', '095330.655000', '095330.658000', '095330.660000', '095330.663000', '095330.666000', '095330.668000', '095330.671000', '095330.673000', '095330.676000', '095330.679000', '095330.681000', '095330.684000', '095330.687000', '095330.689000', '095330.692000', '095330.694000', '095330.697000', '095350.587000', '095350.590000', '095350.592000', '095350.595000', '095350.597000', '095350.600000', '095350.603000', '095350.606000', '095350.608000', '095350.611000', '095350.613000', '095350.616000', '095350.618000', '095350.621000', '095350.624000', '095350.626000', '095350.629000', '095350.632000', '095350.634000', '095350.637000', '095350.639000', '095350.642000', '095350.645000', '095350.647000', '095350.650000', '095350.652000', '095350.655000', '095350.657000', '095350.660000', '095350.663000', '095350.665000', '095350.668000', '095350.670000', '095350.673000', '095350.676000', '095350.678000', '095350.681000', '095350.684000', '095350.686000', '095350.689000', '095350.691000', '095350.694000', '095350.696000', '095350.699000', '095410.587000', '095410.590000', '095410.592000', '095410.595000', '095410.597000', '095410.600000', '095410.603000', '095410.605000', '095410.608000', '095410.610000', '095410.613000', '095410.616000', '095410.618000', '095410.621000', '095410.623000', '095410.626000', '095410.629000', '095410.631000', '095410.634000', '095410.636000', '095410.639000', '095410.642000', '095410.644000', '095410.647000', '095410.649000', '095410.652000', '095410.655000', '095410.657000', '095410.660000', '095410.662000', '095410.665000', '095410.668000', '095410.670000', '095410.673000', '095410.675000', '095410.678000', '095410.680000', '095410.683000', '095410.686000', '095410.688000', '095410.691000', '095410.693000', '095410.696000', '095410.699000', '095425.721000', '095425.724000', '095425.726000', '095425.729000', '095425.731000', '095425.734000', '095425.737000', '095425.739000', '095425.742000', '095425.744000', '095425.747000', '095425.749000', '095425.784000', '095425.787000', '095425.789000', '095425.792000', '095425.795000', '095425.797000', '095425.800000', '095425.803000', '095425.805000', '095425.808000', '095425.810000', '095425.813000', '095425.816000', '095425.818000', '095425.821000', '095425.823000', '095425.826000', '095425.828000', '095425.831000', '095425.834000', '095425.836000'], 'InstanceCreationTime': ['094750.617000', '094750.620000', '094750.622000', '094750.625000', '094750.628000', '094750.630000', '094750.633000', '094750.635000', '094750.638000', '094750.640000', '094750.643000', '094750.646000', '094750.648000', '094750.651000', '094750.653000', '094750.656000', '094750.666000', '094750.669000', '094750.677000', '094750.680000', '094750.683000', '094750.685000', '094750.688000', '094750.690000', '094750.693000', '094750.696000', '094750.698000', '094750.701000', '094750.703000', '094750.706000', '094750.709000', '094750.711000', '094750.714000', '094750.716000', '094750.719000', '094750.721000', '094750.724000', '094750.726000', '094750.729000', '094750.732000', '094750.734000', '094750.737000', '094750.740000', '094750.742000', '094750.745000', '094750.747000', '094750.750000', '094750.752000', '094750.755000', '094750.758000', '094750.760000', '094750.763000', '094750.765000', '094750.768000', '094750.770000', '094810.586000', '094810.589000', '094810.591000', '094810.594000', '094810.596000', '094810.599000', '094810.602000', '094810.604000', '094810.607000', '094810.609000', '094810.612000', '094810.614000', '094810.617000', '094810.620000', '094810.622000', '094810.625000', '094810.627000', '094810.630000', '094810.633000', '094810.635000', '094810.638000', '094810.640000', '094810.643000', '094810.645000', '094810.648000', '094810.650000', '094810.653000', '094810.656000', '094810.666000', '094810.669000', '094810.672000', '094810.674000', '094810.677000', '094810.679000', '094810.682000', '094810.684000', '094810.687000', '094810.689000', '094810.692000', '094810.695000', '094810.697000', '094810.700000', '094810.702000', '094830.586000', '094830.589000', '094830.592000', '094830.594000', '094830.597000', '094830.600000', '094830.602000', '094830.605000', '094830.607000', '094830.610000', '094830.619000', '094830.621000', '094830.625000', '094830.628000', '094830.640000', '094830.643000', '094830.646000', '094830.648000', '094830.651000', '094830.653000', '094830.656000', '094830.659000', '094830.661000', '094830.664000', '094830.666000', '094830.669000', '094830.671000', '094830.674000', '094830.677000', '094830.679000', '094830.682000', '094830.684000', '094830.691000', '094830.694000', '094830.697000', '094830.700000', '094830.703000', '094830.706000', '094830.708000', '094830.713000', '094830.715000', '094830.718000', '094830.721000', '094850.586000', '094850.589000', '094850.592000', '094850.594000', '094850.597000', '094850.600000', '094850.602000', '094850.605000', '094850.608000', '094850.610000', '094850.613000', '094850.616000', '094850.618000', '094850.621000', '094850.623000', '094850.626000', '094850.629000', '094850.631000', '094850.634000', '094850.636000', '094850.639000', '094850.642000', '094850.644000', '094850.647000', '094850.649000', '094850.652000', '094850.654000', '094850.657000', '094850.660000', '094850.662000', '094850.665000', '094850.667000', '094850.670000', '094850.673000', '094850.675000', '094850.678000', '094850.680000', '094850.683000', '094850.685000', '094850.688000', '094850.690000', '094850.693000', '094850.696000', '094850.698000', '094910.586000', '094910.589000', '094910.592000', '094910.595000', '094910.597000', '094910.600000', '094910.603000', '094910.606000', '094910.608000', '094910.611000', '094910.614000', '094910.616000', '094910.619000', '094910.621000', '094910.624000', '094910.627000', '094910.629000', '094910.632000', '094910.634000', '094910.637000', '094910.640000', '094910.642000', '094910.645000', '094910.648000', '094910.650000', '094910.653000', '094910.656000', '094910.658000', '094910.661000', '094910.663000', '094910.666000', '094910.668000', '094910.671000', '094910.674000', '094910.676000', '094910.679000', '094910.681000', '094910.684000', '094910.686000', '094910.689000', '094910.692000', '094910.694000', '094910.697000', '094930.587000', '094930.589000', '094930.592000', '094930.600000', '094930.603000', '094930.605000', '094930.608000', '094930.610000', '094930.613000', '094930.616000', '094930.618000', '094930.621000', '094930.623000', '094930.626000', '094930.628000', '094930.631000', '094930.634000', '094930.636000', '094930.639000', '094930.641000', '094930.644000', '094930.647000', '094930.649000', '094930.652000', '094930.654000', '094930.657000', '094930.660000', '094930.662000', '094930.665000', '094930.667000', '094930.670000', '094930.673000', '094930.675000', '094930.678000', '094930.680000', '094930.683000', '094930.686000', '094930.688000', '094930.691000', '094930.693000', '094930.696000', '094930.699000', '094930.701000', '094930.704000', '094950.586000', '094950.589000', '094950.592000', '094950.594000', '094950.597000', '094950.600000', '094950.603000', '094950.605000', '094950.608000', '094950.610000', '094950.613000', '094950.616000', '094950.618000', '094950.621000', '094950.624000', '094950.626000', '094950.629000', '094950.633000', '094950.636000', '094950.638000', '094950.641000', '094950.644000', '094950.646000', '094950.649000', '094950.652000', '094950.654000', '094950.657000', '094950.659000', '094950.662000', '094950.666000', '094950.668000', '094950.671000', '094950.674000', '094950.676000', '094950.679000', '094950.682000', '094950.684000', '094950.687000', '094950.689000', '094950.692000', '094950.695000', '094950.697000', '094950.700000', '095010.586000', '095010.589000', '095010.592000', '095010.595000', '095010.597000', '095010.600000', '095010.603000', '095010.605000', '095010.608000', '095010.610000', '095010.648000', '095010.651000', '095010.654000', '095010.656000', '095010.659000', '095010.662000', '095010.664000', '095010.667000', '095010.669000', '095010.672000', '095010.675000', '095010.677000', '095010.680000', '095010.683000', '095010.685000', '095010.688000', '095010.690000', '095010.693000', '095010.696000', '095010.698000', '095010.701000', '095010.703000', '095010.706000', '095010.708000', '095010.711000', '095010.714000', '095010.716000', '095010.719000', '095010.721000', '095010.724000', '095010.727000', '095010.729000', '095010.732000', '095010.735000', '095030.586000', '095030.589000', '095030.591000', '095030.594000', '095030.596000', '095030.599000', '095030.602000', '095030.604000', '095030.607000', '095030.610000', '095030.612000', '095030.615000', '095030.617000', '095030.620000', '095030.623000', '095030.625000', '095030.628000', '095030.630000', '095030.633000', '095030.635000', '095030.638000', '095030.641000', '095030.643000', '095030.646000', '095030.649000', '095030.651000', '095030.654000', '095030.657000', '095030.659000', '095030.662000', '095030.665000', '095030.668000', '095030.670000', '095030.673000', '095030.676000', '095030.678000', '095030.681000', '095030.684000', '095030.686000', '095030.689000', '095030.691000', '095030.694000', '095030.697000', '095050.586000', '095050.589000', '095050.592000', '095050.595000', '095050.597000', '095050.600000', '095050.603000', '095050.605000', '095050.608000', '095050.611000', '095050.613000', '095050.616000', '095050.618000', '095050.621000', '095050.624000', '095050.626000', '095050.629000', '095050.631000', '095050.634000', '095050.637000', '095050.639000', '095050.642000', '095050.645000', '095050.647000', '095050.650000', '095050.652000', '095050.655000', '095050.658000', '095050.660000', '095050.663000', '095050.665000', '095050.668000', '095050.670000', '095050.673000', '095050.676000', '095050.678000', '095050.681000', '095050.684000', '095050.686000', '095050.689000', '095050.691000', '095050.694000', '095050.703000', '095050.706000', '095110.586000', '095110.589000', '095110.592000', '095110.594000', '095110.597000', '095110.600000', '095110.602000', '095110.605000', '095110.608000', '095110.610000', '095110.613000', '095110.615000', '095110.618000', '095110.621000', '095110.623000', '095110.626000', '095110.628000', '095110.631000', '095110.634000', '095110.636000', '095110.639000', '095110.642000', '095110.645000', '095110.648000', '095110.651000', '095110.654000', '095110.657000', '095110.659000', '095110.662000', '095110.665000', '095110.667000', '095110.670000', '095110.672000', '095110.675000', '095110.678000', '095110.680000', '095110.683000', '095110.685000', '095110.688000', '095110.691000', '095110.693000', '095110.696000', '095110.699000', '095130.587000', '095130.590000', '095130.592000', '095130.595000', '095130.597000', '095130.600000', '095130.603000', '095130.605000', '095130.608000', '095130.611000', '095130.613000', '095130.616000', '095130.618000', '095130.621000', '095130.624000', '095130.626000', '095130.629000', '095130.631000', '095130.634000', '095130.637000', '095130.639000', '095130.642000', '095130.645000', '095130.647000', '095130.650000', '095130.653000', '095130.655000', '095130.658000', '095130.660000', '095130.663000', '095130.666000', '095130.668000', '095130.671000', '095130.674000', '095130.676000', '095130.693000', '095130.695000', '095130.698000', '095130.700000', '095130.703000', '095130.706000', '095130.708000', '095130.711000', '095130.713000', '095150.587000', '095150.589000', '095150.592000', '095150.595000', '095150.597000', '095150.600000', '095150.603000', '095150.605000', '095150.608000', '095150.610000', '095150.613000', '095150.616000', '095150.618000', '095150.621000', '095150.624000', '095150.626000', '095150.629000', '095150.632000', '095150.634000', '095150.637000', '095150.640000', '095150.642000', '095150.645000', '095150.647000', '095150.650000', '095150.652000', '095150.655000', '095150.658000', '095150.661000', '095150.663000', '095150.666000', '095150.669000', '095150.672000', '095150.674000', '095150.677000', '095150.680000', '095150.682000', '095150.685000', '095150.687000', '095150.690000', '095150.693000', '095150.695000', '095150.698000', '095210.586000', '095210.589000', '095210.592000', '095210.594000', '095210.597000', '095210.600000', '095210.603000', '095210.605000', '095210.608000', '095210.610000', '095210.613000', '095210.616000', '095210.618000', '095210.621000', '095210.623000', '095210.626000', '095210.629000', '095210.631000', '095210.634000', '095210.637000', '095210.647000', '095210.649000', '095210.652000', '095210.654000', '095210.657000', '095210.660000', '095210.662000', '095210.665000', '095210.667000', '095210.670000', '095210.673000', '095210.675000', '095210.678000', '095210.681000', '095210.683000', '095210.686000', '095210.688000', '095210.691000', '095210.693000', '095210.696000', '095210.699000', '095210.701000', '095210.704000', '095210.706000', '095230.587000', '095230.589000', '095230.593000', '095230.595000', '095230.598000', '095230.601000', '095230.604000', '095230.606000', '095230.609000', '095230.611000', '095230.614000', '095230.617000', '095230.619000', '095230.622000', '095230.630000', '095230.633000', '095230.635000', '095230.638000', '095230.641000', '095230.643000', '095230.646000', '095230.648000', '095230.651000', '095230.653000', '095230.656000', '095230.659000', '095230.661000', '095230.664000', '095230.666000', '095230.669000', '095230.672000', '095230.675000', '095230.678000', '095230.680000', '095230.683000', '095230.685000', '095230.688000', '095230.691000', '095230.693000', '095230.696000', '095230.699000', '095230.701000', '095230.704000', '095250.587000', '095250.590000', '095250.593000', '095250.596000', '095250.598000', '095250.601000', '095250.604000', '095250.606000', '095250.609000', '095250.612000', '095250.614000', '095250.617000', '095250.619000', '095250.622000', '095250.625000', '095250.627000', '095250.630000', '095250.633000', '095250.635000', '095250.638000', '095250.640000', '095250.643000', '095250.646000', '095250.648000', '095250.651000', '095250.654000', '095250.656000', '095250.659000', '095250.661000', '095250.664000', '095250.666000', '095250.669000', '095250.672000', '095250.674000', '095250.677000', '095250.680000', '095250.682000', '095250.685000', '095250.687000', '095250.690000', '095250.692000', '095250.695000', '095250.698000', '095250.700000', '095310.587000', '095310.590000', '095310.605000', '095310.608000', '095310.610000', '095310.613000', '095310.616000', '095310.619000', '095310.623000', '095310.626000', '095310.628000', '095310.631000', '095310.633000', '095310.636000', '095310.639000', '095310.641000', '095310.644000', '095310.647000', '095310.649000', '095310.652000', '095310.654000', '095310.657000', '095310.660000', '095310.662000', '095310.665000', '095310.667000', '095310.670000', '095310.673000', '095310.675000', '095310.678000', '095310.680000', '095310.683000', '095310.686000', '095310.688000', '095310.691000', '095310.693000', '095310.696000', '095310.699000', '095310.701000', '095310.704000', '095310.706000', '095310.709000', '095310.712000', '095330.586000', '095330.589000', '095330.592000', '095330.595000', '095330.598000', '095330.600000', '095330.603000', '095330.606000', '095330.608000', '095330.611000', '095330.614000', '095330.616000', '095330.619000', '095330.621000', '095330.624000', '095330.627000', '095330.629000', '095330.632000', '095330.634000', '095330.637000', '095330.640000', '095330.642000', '095330.645000', '095330.647000', '095330.650000', '095330.653000', '095330.655000', '095330.658000', '095330.660000', '095330.663000', '095330.666000', '095330.668000', '095330.671000', '095330.673000', '095330.676000', '095330.679000', '095330.681000', '095330.684000', '095330.687000', '095330.689000', '095330.692000', '095330.694000', '095330.697000', '095350.587000', '095350.590000', '095350.592000', '095350.595000', '095350.597000', '095350.600000', '095350.603000', '095350.606000', '095350.608000', '095350.611000', '095350.613000', '095350.616000', '095350.618000', '095350.621000', '095350.624000', '095350.626000', '095350.629000', '095350.632000', '095350.634000', '095350.637000', '095350.639000', '095350.642000', '095350.645000', '095350.647000', '095350.650000', '095350.652000', '095350.655000', '095350.657000', '095350.660000', '095350.663000', '095350.665000', '095350.668000', '095350.670000', '095350.673000', '095350.676000', '095350.678000', '095350.681000', '095350.684000', '095350.686000', '095350.689000', '095350.691000', '095350.694000', '095350.696000', '095350.699000', '095410.587000', '095410.590000', '095410.592000', '095410.595000', '095410.597000', '095410.600000', '095410.603000', '095410.605000', '095410.608000', '095410.610000', '095410.613000', '095410.616000', '095410.618000', '095410.621000', '095410.623000', '095410.626000', '095410.629000', '095410.631000', '095410.634000', '095410.636000', '095410.639000', '095410.642000', '095410.644000', '095410.647000', '095410.649000', '095410.652000', '095410.655000', '095410.657000', '095410.660000', '095410.662000', '095410.665000', '095410.668000', '095410.670000', '095410.673000', '095410.675000', '095410.678000', '095410.680000', '095410.683000', '095410.686000', '095410.688000', '095410.691000', '095410.693000', '095410.696000', '095410.699000', '095425.721000', '095425.724000', '095425.726000', '095425.729000', '095425.731000', '095425.734000', '095425.737000', '095425.739000', '095425.742000', '095425.744000', '095425.747000', '095425.749000', '095425.784000', '095425.787000', '095425.789000', '095425.792000', '095425.795000', '095425.797000', '095425.800000', '095425.803000', '095425.805000', '095425.808000', '095425.810000', '095425.813000', '095425.816000', '095425.818000', '095425.821000', '095425.823000', '095425.826000', '095425.828000', '095425.831000', '095425.834000', '095425.836000'], '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': [18069, 10345, 12048, 8275, 7460, 8005, 13053, 9498, 13962, 7239, 13605, 8411, 8975, 8525, 8178, 15566, 12352, 15878, 9244, 12771, 7893, 10612, 7589, 14810, 9246, 13342, 7660, 9743, 7682, 10308, 8325, 9390, 7347, 8576, 7502, 10407, 7823, 8357, 6995, 7224, 9455, 7128, 6799, 7491, 6998, 12479, 7371, 14258, 10097, 15227, 12391, 17001, 12770, 16569, 13159, 11069, 15765, 19342, 14525, 15529, 12084, 10737, 7527, 7140, 7474, 7011, 7422, 7482, 7742, 8790, 7494, 9385, 7536, 9602, 7850, 10465, 7740, 11172, 8267, 7245, 7583, 7632, 7264, 7882, 7304, 12865, 7613, 12632, 7561, 8330, 7477, 7672, 7248, 7427, 7068, 7743, 10291, 8789, 12707, 7424, 11755, 7587, 12731, 8450, 13936, 8610, 13209, 7779, 11277, 7664, 8516, 9548, 7705, 16071, 9081, 10366, 7496, 7607, 7228, 8906, 7717, 9638, 7730, 9876, 7450, 10125, 7529, 11883, 8233, 16181, 14481, 14405, 8544, 9958, 8004, 9468, 7787, 11284, 10798, 15518, 7835, 11563, 7132, 9164, 7641, 10654, 8121, 12878, 9222, 14900, 8661, 12576, 7831, 9457, 7419, 10284, 8142, 13575, 8132, 9141, 7652, 9374, 7484, 17069, 14823, 15884, 9866, 9876, 7776, 9554, 7504, 11378, 7363, 11034, 7221, 11078, 7747, 10213, 7774, 8247, 7319, 7467, 7401, 8357, 7293, 9412, 7502, 11529, 7302, 11483, 16260, 8263, 15107, 7694, 11186, 7423, 9498, 7301, 8479, 7294, 8416, 7382, 8863, 7431, 9810, 8021, 9691, 8544, 9715, 9247, 9319, 8021, 13826, 9854, 15981, 12542, 7689, 8207, 7697, 8627, 7507, 11406, 9310, 16580, 10686, 14282, 7919, 10272, 7431, 9724, 7984, 10026, 7232, 7453, 6960, 7672, 9149, 7519, 11739, 8971, 15390, 9663, 12090, 7708, 11559, 7617, 14532, 8815, 16336, 9450, 11812, 7700, 12225, 7584, 9729, 7261, 8414, 7352, 8048, 7235, 8699, 7426, 8538, 7225, 10251, 7993, 11608, 8245, 8296, 7457, 11131, 8949, 15062, 10676, 15603, 13058, 9508, 8320, 7432, 7574, 8048, 9421, 8178, 13910, 7293, 12037, 7241, 10559, 7565, 11493, 8956, 10267, 7891, 8223, 7626, 7340, 8853, 8051, 14858, 7564, 11774, 7242, 10462, 7666, 12059, 8943, 13577, 7932, 8374, 7469, 7948, 7975, 7593, 13415, 7064, 11737, 7418, 10040, 7965, 13269, 8930, 8995, 7867, 7725, 7698, 7608, 9474, 7586, 11548, 7974, 12715, 7925, 7663, 7077, 7207, 9770, 6907, 7308, 12426, 8678, 11089, 15483, 9142, 17132, 9751, 14852, 10806, 14269, 11286, 16976, 9318, 7522, 7030, 7611, 6860, 7297, 8539, 7232, 11237, 7592, 7489, 6758, 7291, 10517, 7835, 14124, 9714, 8944, 11367, 7308, 11967, 7753, 14007, 8893, 15143, 10819, 15323, 8819, 10728, 7731, 8305, 7417, 13186, 8530, 9901, 7299, 8339, 7312, 8454, 7235, 7562, 7317, 7035, 7890, 7480, 7565, 8696, 7167, 7918, 7218, 10224, 12248, 11339, 6999, 7854, 6959, 8803, 7458, 10700, 8708, 11888, 7758, 12422, 8295, 14220, 11667, 14359, 10714, 13308, 13297, 10681, 14408, 8449, 14260, 7358, 10571, 7752, 9276, 7154, 8268, 11091, 7540, 9835, 7531, 8672, 7198, 8090, 7357, 8108, 7393, 9715, 7679, 8250, 7817, 15458, 10607, 12816, 10487, 14529, 13400, 14563, 9380, 10993, 7542, 11431, 8626, 16345, 14438, 15645, 11644, 12229, 8853, 10504, 8147, 12863, 8128, 10125, 7674, 10883, 7188, 9296, 7648, 13103, 7606, 9758, 7460, 7283, 7007, 7483, 10176, 8189, 13342, 7482, 12321, 8143, 16285, 10825, 15534, 11758, 9054, 8939, 7636, 10682, 7780, 15701, 11533, 13575, 7698, 7637, 6867, 7424, 11006, 8343, 13951, 7442, 11198, 7311, 10712, 7599, 7808, 9068, 7502, 11995, 7219, 9137, 7764, 7058, 7289, 7235, 11465, 8319, 13454, 7611, 8030, 7568, 7685, 12645, 9184, 16310, 10129, 7210, 6977, 7149, 12866, 9516, 9121, 16961, 10766, 7090, 6861, 7027, 10582, 7670, 12915, 8963, 9779, 10880, 10784, 14930, 12144, 14670, 12244, 13004, 12742, 13195, 7897, 9053, 7624, 8426, 7169, 7865, 7071, 7977, 7062, 7933, 7240, 7586, 7902, 7339, 7655, 6928, 7341, 7704, 7433, 7316, 7546, 8307, 7238, 9362, 7588, 10452, 6914, 10521, 7110, 8964, 7218, 11813, 8154, 10153, 7113, 10016, 7538, 8552, 7382, 9485, 8364, 10344, 7600, 7615, 7420, 11203, 7410, 15441, 10114, 17622, 12005, 15296, 10772, 12564, 9516, 11837, 9309, 12728, 7769, 7046, 7164, 7069, 7133, 7427, 9918, 7680, 7087, 13574, 12051, 16212, 13030, 12394, 8353, 10252, 8318, 14140, 8376, 16029, 10380, 7604, 7604, 9448, 7568, 11512, 7340, 9861, 6987, 8909, 7744, 9131, 7407, 8702, 7257, 10277, 7627, 8027, 11727, 9159, 7500, 9223, 7562, 7747, 16614, 8018, 9894, 7475, 7962, 9936, 7415, 9589, 7122, 7100, 7243, 7885, 7399, 9123, 10370, 10927, 14351, 8924, 14848, 10355, 15156, 18154, 13863, 16745, 12497, 9667, 7700, 7695, 7615, 7754, 12902, 11456, 14747, 7246, 10440, 7421, 11727, 8389, 16973, 9935, 7291, 7335, 7391, 8537, 7494, 11003, 8130, 15064, 8340, 12187, 7422, 12288, 7931, 13151, 8904, 11133, 9716, 7347, 8439, 6987, 10177, 7355, 10781, 8159, 12620, 8629, 7189, 7866, 7628, 8520, 14109, 7952, 15923, 8291, 12063, 7669, 8860, 7278, 7675, 7441, 8236, 7452, 8634, 6968, 8010, 7158, 9987, 8372, 13884, 8252, 10606, 7647, 10346, 7651, 11154, 10183, 16753, 12220, 12106, 7984, 8368, 7826, 7560, 10843, 7207, 14630, 7142, 11838, 7662, 6912, 7360, 7071, 9713, 7255, 7457, 13761, 11111, 14707, 9142, 11919, 10170, 17005, 13197, 15748, 11127, 16061, 11885, 7212, 7238, 7379, 6678, 7746, 7302, 7494, 7714, 10570, 7519, 15090, 8426, 11885, 7380, 9397, 7075, 8521, 7329, 7066, 7006, 6661, 7389, 7272, 7351, 8024, 7329, 9100, 7948, 9395, 7445, 13824, 8322, 14596, 10264, 15297, 13266, 15442, 10915, 12845, 8429, 9970, 14178, 7571, 15099, 8961, 7800, 7512, 7522, 7365, 6959, 7406, 9038, 7402, 11523, 7409, 13246, 7379, 12773, 8312, 15884, 8947, 13412, 8666, 11476, 8774, 8577, 10815, 7941, 8023, 7764, 8167, 7440, 8663, 7193, 10105, 7280, 9812, 7200, 7963, 7200, 7918, 8745, 7263, 13080, 11099, 12279, 7210, 8661, 7505, 7897, 10976, 13065, 11337, 13098, 8832, 8135, 18872, 13945, 17198, 12448, 15919, 12559, 16012, 9075, 14251, 7784, 16796, 12234, 16911, 9562, 8410, 7742, 7394, 6797, 7864, 8314, 7624, 11530, 7235, 10454, 16274, 8717, 13694, 7975, 10488, 8460, 7513, 7577, 7332, 7935], 'WindowCenter': [4315.0, 4258.0, 4264.0, 4232.0, 4209.0, 4207.0, 4246.0, 4215.0, 4255.0, 4183.0, 4246.0, 4205.0, 4217.0, 4205.0, 4206.0, 4257.0, 4237.0, 4243.0, 4204.0, 4222.0, 4182.0, 4212.0, 4182.0, 4233.0, 4191.0, 4219.0, 4169.0, 4198.0, 4181.0, 4201.0, 4192.0, 4189.0, 4180.0, 4201.0, 4185.0, 4223.0, 4197.0, 4192.0, 4181.0, 4182.0, 4216.0, 4182.0, 4184.0, 4182.0, 4195.0, 4245.0, 4196.0, 4256.0, 4228.0, 4246.0, 4235.0, 4245.0, 4231.0, 4241.0, 4221.0, 4209.0, 4231.0, 4239.0, 4218.0, 4215.0, 4192.0, 4182.0, 4167.0, 4143.0, 4155.0, 4153.0, 4166.0, 4155.0, 4168.0, 4188.0, 4169.0, 4185.0, 4178.0, 4199.0, 4180.0, 4209.0, 4181.0, 4209.0, 4192.0, 4168.0, 4181.0, 4180.0, 4181.0, 4192.0, 4181.0, 4231.0, 4194.0, 4234.0, 4184.0, 4202.0, 4194.0, 4195.0, 4196.0, 4196.0, 4185.0, 4196.0, 4228.0, 4206.0, 4248.0, 4195.0, 4235.0, 4194.0, 4234.0, 4194.0, 4244.0, 4204.0, 4246.0, 4194.0, 4236.0, 4192.0, 4202.0, 4212.0, 4193.0, 4253.0, 4203.0, 4212.0, 4180.0, 4193.0, 4194.0, 4228.0, 4209.0, 4226.0, 4207.0, 4226.0, 4210.0, 4236.0, 4208.0, 4246.0, 4217.0, 4268.0, 4259.0, 4246.0, 4205.0, 4215.0, 4192.0, 4213.0, 4193.0, 4224.0, 4225.0, 4256.0, 4192.0, 4221.0, 4185.0, 4228.0, 4206.0, 4234.0, 4206.0, 4246.0, 4215.0, 4253.0, 4202.0, 4230.0, 4182.0, 4214.0, 4195.0, 4224.0, 4193.0, 4246.0, 4195.0, 4212.0, 4194.0, 4215.0, 4197.0, 4255.0, 4245.0, 4241.0, 4202.0, 4199.0, 4181.0, 4200.0, 4197.0, 4234.0, 4181.0, 4222.0, 4182.0, 4224.0, 4193.0, 4212.0, 4194.0, 4201.0, 4181.0, 4180.0, 4181.0, 4192.0, 4183.0, 4215.0, 4185.0, 4223.0, 4183.0, 4236.0, 4253.0, 4192.0, 4240.0, 4182.0, 4208.0, 4179.0, 4202.0, 4181.0, 4191.0, 4184.0, 4193.0, 4193.0, 4214.0, 4194.0, 4222.0, 4205.0, 4214.0, 4207.0, 4214.0, 4215.0, 4214.0, 4194.0, 4232.0, 4213.0, 4244.0, 4234.0, 4191.0, 4204.0, 4194.0, 4201.0, 4193.0, 4233.0, 4203.0, 4253.0, 4210.0, 4231.0, 4179.0, 4200.0, 4181.0, 4214.0, 4193.0, 4212.0, 4183.0, 4181.0, 4181.0, 4190.0, 4201.0, 4182.0, 4233.0, 4203.0, 4253.0, 4214.0, 4233.0, 4194.0, 4220.0, 4181.0, 4243.0, 4204.0, 4254.0, 4214.0, 4220.0, 4183.0, 4220.0, 4182.0, 4202.0, 4182.0, 4192.0, 4195.0, 4190.0, 4194.0, 4204.0, 4195.0, 4215.0, 4206.0, 4237.0, 4219.0, 4236.0, 4221.0, 4216.0, 4198.0, 4237.0, 4230.0, 4269.0, 4239.0, 4267.0, 4245.0, 4212.0, 4192.0, 4180.0, 4181.0, 4191.0, 4213.0, 4194.0, 4247.0, 4183.0, 4220.0, 4181.0, 4210.0, 4181.0, 4223.0, 4202.0, 4212.0, 4192.0, 4192.0, 4182.0, 4180.0, 4203.0, 4192.0, 4245.0, 4183.0, 4223.0, 4182.0, 4210.0, 4180.0, 4222.0, 4201.0, 4233.0, 4193.0, 4189.0, 4180.0, 4189.0, 4192.0, 4180.0, 4245.0, 4173.0, 4221.0, 4183.0, 4210.0, 4193.0, 4233.0, 4205.0, 4203.0, 4193.0, 4182.0, 4181.0, 4179.0, 4201.0, 4183.0, 4222.0, 4192.0, 4234.0, 4194.0, 4191.0, 4171.0, 4182.0, 4227.0, 4197.0, 4199.0, 4246.0, 4209.0, 4238.0, 4258.0, 4206.0, 4256.0, 4205.0, 4232.0, 4213.0, 4231.0, 4214.0, 4242.0, 4191.0, 4171.0, 4161.0, 4170.0, 4160.0, 4171.0, 4190.0, 4184.0, 4223.0, 4194.0, 4183.0, 4184.0, 4197.0, 4226.0, 4209.0, 4258.0, 4231.0, 4232.0, 4247.0, 4195.0, 4234.0, 4193.0, 4245.0, 4203.0, 4244.0, 4213.0, 4244.0, 4203.0, 4221.0, 4182.0, 4194.0, 4183.0, 4234.0, 4205.0, 4213.0, 4182.0, 4193.0, 4192.0, 4204.0, 4195.0, 4191.0, 4195.0, 4183.0, 4203.0, 4194.0, 4208.0, 4207.0, 4185.0, 4194.0, 4195.0, 4229.0, 4247.0, 4226.0, 4182.0, 4193.0, 4183.0, 4205.0, 4193.0, 4225.0, 4218.0, 4233.0, 4196.0, 4246.0, 4204.0, 4247.0, 4224.0, 4245.0, 4213.0, 4233.0, 4231.0, 4213.0, 4231.0, 4181.0, 4231.0, 4169.0, 4210.0, 4180.0, 4199.0, 4171.0, 4192.0, 4210.0, 4178.0, 4201.0, 4181.0, 4188.0, 4180.0, 4190.0, 4195.0, 4204.0, 4208.0, 4226.0, 4212.0, 4218.0, 4210.0, 4270.0, 4240.0, 4249.0, 4238.0, 4258.0, 4245.0, 4243.0, 4203.0, 4211.0, 4182.0, 4223.0, 4205.0, 4256.0, 4258.0, 4244.0, 4223.0, 4219.0, 4190.0, 4198.0, 4180.0, 4221.0, 4182.0, 4208.0, 4181.0, 4212.0, 4170.0, 4200.0, 4179.0, 4229.0, 4182.0, 4198.0, 4180.0, 4182.0, 4184.0, 4196.0, 4223.0, 4206.0, 4247.0, 4194.0, 4231.0, 4195.0, 4255.0, 4213.0, 4258.0, 4225.0, 4192.0, 4191.0, 4170.0, 4210.0, 4180.0, 4243.0, 4236.0, 4233.0, 4182.0, 4181.0, 4160.0, 4171.0, 4211.0, 4192.0, 4231.0, 4172.0, 4211.0, 4171.0, 4199.0, 4180.0, 4181.0, 4203.0, 4173.0, 4222.0, 4172.0, 4201.0, 4170.0, 4171.0, 4171.0, 4184.0, 4236.0, 4194.0, 4246.0, 4196.0, 4194.0, 4182.0, 4180.0, 4236.0, 4204.0, 4243.0, 4202.0, 4171.0, 4171.0, 4182.0, 4233.0, 4203.0, 4215.0, 4258.0, 4227.0, 4185.0, 4172.0, 4183.0, 4210.0, 4181.0, 4233.0, 4202.0, 4200.0, 4212.0, 4211.0, 4232.0, 4210.0, 4220.0, 4197.0, 4207.0, 4204.0, 4207.0, 4152.0, 4163.0, 4153.0, 4152.0, 4141.0, 4154.0, 4142.0, 4163.0, 4143.0, 4164.0, 4154.0, 4165.0, 4165.0, 4167.0, 4164.0, 4158.0, 4168.0, 4168.0, 4168.0, 4168.0, 4168.0, 4179.0, 4170.0, 4200.0, 4183.0, 4213.0, 4172.0, 4210.0, 4172.0, 4191.0, 4183.0, 4236.0, 4195.0, 4213.0, 4173.0, 4213.0, 4194.0, 4203.0, 4194.0, 4214.0, 4208.0, 4224.0, 4194.0, 4195.0, 4197.0, 4223.0, 4194.0, 4256.0, 4225.0, 4268.0, 4251.0, 4244.0, 4211.0, 4221.0, 4201.0, 4221.0, 4203.0, 4233.0, 4194.0, 4180.0, 4181.0, 4182.0, 4169.0, 4185.0, 4212.0, 4195.0, 4184.0, 4247.0, 4237.0, 4255.0, 4238.0, 4222.0, 4193.0, 4212.0, 4194.0, 4244.0, 4193.0, 4241.0, 4202.0, 4168.0, 4179.0, 4210.0, 4180.0, 4217.0, 4180.0, 4210.0, 4182.0, 4203.0, 4192.0, 4212.0, 4194.0, 4203.0, 4194.0, 4226.0, 4194.0, 4194.0, 4237.0, 4215.0, 4183.0, 4216.0, 4193.0, 4191.0, 4254.0, 4190.0, 4211.0, 4179.0, 4202.0, 4226.0, 4207.0, 4227.0, 4198.0, 4207.0, 4206.0, 4207.0, 4208.0, 4230.0, 4242.0, 4252.0, 4271.0, 4217.0, 4257.0, 4216.0, 4248.0, 4255.0, 4236.0, 4241.0, 4222.0, 4201.0, 4180.0, 4180.0, 4183.0, 4195.0, 4235.0, 4222.0, 4231.0, 4169.0, 4199.0, 4167.0, 4208.0, 4181.0, 4240.0, 4199.0, 4168.0, 4168.0, 4167.0, 4189.0, 4169.0, 4210.0, 4192.0, 4242.0, 4192.0, 4234.0, 4181.0, 4220.0, 4181.0, 4216.0, 4202.0, 4212.0, 4202.0, 4169.0, 4179.0, 4170.0, 4209.0, 4180.0, 4210.0, 4192.0, 4230.0, 4193.0, 4170.0, 4192.0, 4181.0, 4192.0, 4229.0, 4182.0, 4241.0, 4179.0, 4220.0, 4177.0, 4189.0, 4180.0, 4178.0, 4182.0, 4191.0, 4205.0, 4213.0, 4183.0, 4191.0, 4183.0, 4223.0, 4208.0, 4247.0, 4206.0, 4225.0, 4193.0, 4214.0, 4193.0, 4223.0, 4215.0, 4255.0, 4224.0, 4221.0, 4181.0, 4189.0, 4181.0, 4193.0, 4212.0, 4181.0, 4242.0, 4181.0, 4221.0, 4181.0, 4171.0, 4181.0, 4182.0, 4222.0, 4194.0, 4193.0, 4246.0, 4227.0, 4246.0, 4205.0, 4222.0, 4203.0, 4243.0, 4222.0, 4230.0, 4210.0, 4229.0, 4209.0, 4157.0, 4157.0, 4167.0, 4158.0, 4180.0, 4182.0, 4182.0, 4194.0, 4212.0, 4182.0, 4242.0, 4180.0, 4208.0, 4169.0, 4188.0, 4170.0, 4189.0, 4171.0, 4170.0, 4171.0, 4171.0, 4182.0, 4181.0, 4183.0, 4192.0, 4197.0, 4216.0, 4208.0, 4215.0, 4197.0, 4255.0, 4207.0, 4257.0, 4215.0, 4247.0, 4236.0, 4247.0, 4226.0, 4232.0, 4190.0, 4200.0, 4230.0, 4181.0, 4241.0, 4192.0, 4180.0, 4182.0, 4180.0, 4181.0, 4183.0, 4185.0, 4215.0, 4196.0, 4235.0, 4196.0, 4245.0, 4182.0, 4231.0, 4207.0, 4265.0, 4216.0, 4246.0, 4206.0, 4236.0, 4204.0, 4205.0, 4235.0, 4193.0, 4191.0, 4194.0, 4201.0, 4196.0, 4229.0, 4212.0, 4240.0, 4218.0, 4238.0, 4209.0, 4220.0, 4209.0, 4208.0, 4214.0, 4195.0, 4245.0, 4235.0, 4238.0, 4196.0, 4205.0, 4182.0, 4196.0, 4226.0, 4247.0, 4224.0, 4235.0, 4215.0, 4207.0, 4264.0, 4244.0, 4253.0, 4222.0, 4243.0, 4232.0, 4242.0, 4189.0, 4229.0, 4194.0, 4254.0, 4233.0, 4252.0, 4200.0, 4187.0, 4179.0, 4178.0, 4170.0, 4190.0, 4202.0, 4193.0, 4234.0, 4183.0, 4224.0, 4249.0, 4188.0, 4229.0, 4191.0, 4211.0, 4193.0, 4193.0, 4205.0, 4181.0, 4191.0], 'WindowWidth': [9524.0, 9435.0, 9432.0, 9390.0, 9353.0, 9343.0, 9394.0, 9353.0, 9407.0, 9304.0, 9390.0, 9338.0, 9356.0, 9337.0, 9337.0, 9412.0, 9382.0, 9386.0, 9329.0, 9350.0, 9297.0, 9337.0, 9300.0, 9367.0, 9308.0, 9343.0, 9276.0, 9313.0, 9298.0, 9320.0, 9312.0, 9302.0, 9294.0, 9326.0, 9308.0, 9360.0, 9330.0, 9316.0, 9300.0, 9300.0, 9350.0, 9303.0, 9307.0, 9302.0, 9327.0, 9394.0, 9329.0, 9412.0, 9372.0, 9396.0, 9372.0, 9392.0, 9367.0, 9379.0, 9352.0, 9330.0, 9368.0, 9374.0, 9341.0, 9330.0, 9295.0, 9281.0, 9271.0, 9231.0, 9250.0, 9246.0, 9268.0, 9253.0, 9274.0, 9300.0, 9278.0, 9294.0, 9290.0, 9315.0, 9293.0, 9330.0, 9298.0, 9331.0, 9313.0, 9276.0, 9296.0, 9293.0, 9298.0, 9312.0, 9302.0, 9367.0, 9321.0, 9371.0, 9305.0, 9330.0, 9320.0, 9323.0, 9325.0, 9328.0, 9313.0, 9328.0, 9371.0, 9341.0, 9398.0, 9324.0, 9377.0, 9322.0, 9373.0, 9320.0, 9386.0, 9333.0, 9392.0, 9325.0, 9380.0, 9315.0, 9330.0, 9343.0, 9318.0, 9400.0, 9331.0, 9340.0, 9299.0, 9318.0, 9321.0, 9374.0, 9351.0, 9372.0, 9347.0, 9369.0, 9351.0, 9383.0, 9347.0, 9397.0, 9360.0, 9432.0, 9414.0, 9393.0, 9336.0, 9347.0, 9314.0, 9344.0, 9317.0, 9361.0, 9364.0, 9407.0, 9316.0, 9354.0, 9311.0, 9373.0, 9343.0, 9378.0, 9345.0, 9395.0, 9351.0, 9402.0, 9329.0, 9361.0, 9301.0, 9348.0, 9328.0, 9360.0, 9318.0, 9392.0, 9324.0, 9343.0, 9320.0, 9355.0, 9331.0, 9409.0, 9390.0, 9377.0, 9326.0, 9319.0, 9296.0, 9323.0, 9332.0, 9374.0, 9299.0, 9355.0, 9303.0, 9361.0, 9320.0, 9339.0, 9320.0, 9326.0, 9300.0, 9298.0, 9302.0, 9315.0, 9305.0, 9348.0, 9310.0, 9356.0, 9305.0, 9380.0, 9398.0, 9311.0, 9375.0, 9298.0, 9329.0, 9294.0, 9325.0, 9299.0, 9313.0, 9307.0, 9317.0, 9319.0, 9347.0, 9323.0, 9357.0, 9339.0, 9349.0, 9343.0, 9350.0, 9351.0, 9346.0, 9319.0, 9368.0, 9342.0, 9385.0, 9376.0, 9315.0, 9335.0, 9321.0, 9329.0, 9318.0, 9371.0, 9331.0, 9400.0, 9332.0, 9361.0, 9290.0, 9320.0, 9299.0, 9348.0, 9321.0, 9341.0, 9305.0, 9300.0, 9300.0, 9312.0, 9325.0, 9301.0, 9372.0, 9331.0, 9402.0, 9349.0, 9372.0, 9320.0, 9348.0, 9298.0, 9385.0, 9332.0, 9400.0, 9345.0, 9347.0, 9303.0, 9348.0, 9299.0, 9326.0, 9301.0, 9314.0, 9322.0, 9310.0, 9322.0, 9334.0, 9326.0, 9353.0, 9344.0, 9385.0, 9364.0, 9383.0, 9368.0, 9357.0, 9334.0, 9382.0, 9380.0, 9434.0, 9390.0, 9428.0, 9393.0, 9342.0, 9314.0, 9295.0, 9297.0, 9313.0, 9343.0, 9320.0, 9395.0, 9302.0, 9350.0, 9298.0, 9334.0, 9298.0, 9357.0, 9330.0, 9339.0, 9314.0, 9314.0, 9302.0, 9297.0, 9329.0, 9313.0, 9391.0, 9302.0, 9357.0, 9301.0, 9335.0, 9297.0, 9354.0, 9327.0, 9369.0, 9316.0, 9307.0, 9296.0, 9306.0, 9315.0, 9295.0, 9389.0, 9289.0, 9352.0, 9303.0, 9334.0, 9316.0, 9369.0, 9334.0, 9329.0, 9316.0, 9299.0, 9297.0, 9294.0, 9322.0, 9302.0, 9356.0, 9317.0, 9371.0, 9320.0, 9311.0, 9283.0, 9303.0, 9368.0, 9331.0, 9335.0, 9394.0, 9346.0, 9385.0, 9412.0, 9337.0, 9406.0, 9332.0, 9366.0, 9340.0, 9362.0, 9341.0, 9379.0, 9307.0, 9280.0, 9265.0, 9277.0, 9263.0, 9282.0, 9308.0, 9304.0, 9354.0, 9319.0, 9304.0, 9307.0, 9328.0, 9366.0, 9349.0, 9413.0, 9382.0, 9386.0, 9398.0, 9325.0, 9373.0, 9319.0, 9392.0, 9330.0, 9385.0, 9341.0, 9386.0, 9327.0, 9351.0, 9301.0, 9317.0, 9305.0, 9370.0, 9334.0, 9343.0, 9303.0, 9318.0, 9318.0, 9331.0, 9323.0, 9313.0, 9323.0, 9306.0, 9333.0, 9323.0, 9347.0, 9343.0, 9312.0, 9322.0, 9325.0, 9375.0, 9396.0, 9366.0, 9303.0, 9317.0, 9304.0, 9336.0, 9321.0, 9363.0, 9360.0, 9375.0, 9328.0, 9392.0, 9335.0, 9396.0, 9360.0, 9390.0, 9342.0, 9368.0, 9363.0, 9340.0, 9363.0, 9294.0, 9361.0, 9276.0, 9331.0, 9294.0, 9317.0, 9283.0, 9312.0, 9334.0, 9290.0, 9321.0, 9297.0, 9304.0, 9296.0, 9311.0, 9323.0, 9337.0, 9349.0, 9370.0, 9358.0, 9362.0, 9354.0, 9435.0, 9395.0, 9406.0, 9386.0, 9412.0, 9391.0, 9385.0, 9329.0, 9335.0, 9300.0, 9354.0, 9335.0, 9407.0, 9413.0, 9387.0, 9356.0, 9345.0, 9306.0, 9314.0, 9293.0, 9349.0, 9300.0, 9331.0, 9298.0, 9341.0, 9282.0, 9321.0, 9294.0, 9360.0, 9299.0, 9319.0, 9298.0, 9304.0, 9307.0, 9329.0, 9359.0, 9341.0, 9395.0, 9323.0, 9367.0, 9321.0, 9403.0, 9343.0, 9415.0, 9360.0, 9311.0, 9309.0, 9279.0, 9332.0, 9294.0, 9384.0, 9381.0, 9370.0, 9298.0, 9294.0, 9267.0, 9283.0, 9337.0, 9315.0, 9365.0, 9284.0, 9336.0, 9281.0, 9316.0, 9294.0, 9298.0, 9327.0, 9288.0, 9352.0, 9285.0, 9321.0, 9280.0, 9280.0, 9282.0, 9304.0, 9377.0, 9318.0, 9394.0, 9325.0, 9323.0, 9300.0, 9294.0, 9379.0, 9332.0, 9385.0, 9324.0, 9282.0, 9284.0, 9302.0, 9370.0, 9328.0, 9352.0, 9412.0, 9367.0, 9312.0, 9286.0, 9303.0, 9333.0, 9296.0, 9366.0, 9326.0, 9320.0, 9339.0, 9334.0, 9370.0, 9331.0, 9347.0, 9309.0, 9324.0, 9315.0, 9323.0, 9239.0, 9253.0, 9242.0, 9240.0, 9224.0, 9244.0, 9227.0, 9256.0, 9229.0, 9260.0, 9246.0, 9263.0, 9264.0, 9269.0, 9262.0, 9260.0, 9275.0, 9274.0, 9272.0, 9274.0, 9272.0, 9290.0, 9278.0, 9320.0, 9304.0, 9341.0, 9287.0, 9333.0, 9286.0, 9309.0, 9302.0, 9377.0, 9321.0, 9342.0, 9290.0, 9343.0, 9319.0, 9328.0, 9320.0, 9348.0, 9344.0, 9363.0, 9322.0, 9322.0, 9327.0, 9358.0, 9321.0, 9408.0, 9365.0, 9426.0, 9408.0, 9389.0, 9337.0, 9349.0, 9321.0, 9349.0, 9329.0, 9370.0, 9322.0, 9299.0, 9300.0, 9301.0, 9280.0, 9309.0, 9344.0, 9324.0, 9307.0, 9399.0, 9382.0, 9408.0, 9380.0, 9352.0, 9313.0, 9338.0, 9317.0, 9385.0, 9315.0, 9380.0, 9323.0, 9272.0, 9290.0, 9335.0, 9294.0, 9339.0, 9295.0, 9335.0, 9301.0, 9331.0, 9317.0, 9341.0, 9321.0, 9331.0, 9321.0, 9364.0, 9320.0, 9320.0, 9383.0, 9350.0, 9305.0, 9353.0, 9316.0, 9313.0, 9400.0, 9308.0, 9337.0, 9295.0, 9329.0, 9366.0, 9345.0, 9369.0, 9332.0, 9349.0, 9344.0, 9345.0, 9347.0, 9378.0, 9399.0, 9415.0, 9437.0, 9357.0, 9411.0, 9351.0, 9398.0, 9406.0, 9375.0, 9377.0, 9348.0, 9320.0, 9292.0, 9292.0, 9302.0, 9326.0, 9377.0, 9353.0, 9363.0, 9277.0, 9314.0, 9271.0, 9328.0, 9295.0, 9376.0, 9319.0, 9274.0, 9273.0, 9272.0, 9303.0, 9279.0, 9332.0, 9315.0, 9379.0, 9314.0, 9375.0, 9300.0, 9348.0, 9296.0, 9338.0, 9329.0, 9337.0, 9325.0, 9277.0, 9292.0, 9282.0, 9332.0, 9298.0, 9335.0, 9313.0, 9363.0, 9315.0, 9280.0, 9313.0, 9299.0, 9312.0, 9359.0, 9297.0, 9378.0, 9290.0, 9345.0, 9287.0, 9303.0, 9297.0, 9292.0, 9298.0, 9312.0, 9342.0, 9346.0, 9306.0, 9314.0, 9307.0, 9360.0, 9344.0, 9395.0, 9339.0, 9364.0, 9320.0, 9347.0, 9318.0, 9357.0, 9347.0, 9404.0, 9360.0, 9349.0, 9295.0, 9304.0, 9297.0, 9319.0, 9340.0, 9298.0, 9382.0, 9300.0, 9351.0, 9297.0, 9283.0, 9299.0, 9305.0, 9357.0, 9325.0, 9320.0, 9394.0, 9369.0, 9390.0, 9334.0, 9351.0, 9326.0, 9383.0, 9351.0, 9359.0, 9331.0, 9357.0, 9328.0, 9256.0, 9255.0, 9271.0, 9260.0, 9295.0, 9302.0, 9303.0, 9321.0, 9340.0, 9300.0, 9381.0, 9291.0, 9326.0, 9275.0, 9300.0, 9278.0, 9304.0, 9283.0, 9280.0, 9283.0, 9284.0, 9302.0, 9298.0, 9306.0, 9317.0, 9330.0, 9354.0, 9346.0, 9353.0, 9331.0, 9405.0, 9343.0, 9411.0, 9349.0, 9396.0, 9378.0, 9394.0, 9366.0, 9368.0, 9309.0, 9322.0, 9362.0, 9295.0, 9377.0, 9310.0, 9294.0, 9301.0, 9296.0, 9299.0, 9303.0, 9309.0, 9350.0, 9327.0, 9378.0, 9327.0, 9390.0, 9302.0, 9364.0, 9341.0, 9420.0, 9352.0, 9393.0, 9340.0, 9379.0, 9333.0, 9337.0, 9377.0, 9318.0, 9311.0, 9319.0, 9327.0, 9327.0, 9376.0, 9360.0, 9392.0, 9364.0, 9389.0, 9351.0, 9365.0, 9350.0, 9348.0, 9350.0, 9327.0, 9394.0, 9378.0, 9384.0, 9327.0, 9337.0, 9305.0, 9326.0, 9367.0, 9394.0, 9360.0, 9377.0, 9353.0, 9341.0, 9419.0, 9386.0, 9398.0, 9355.0, 9382.0, 9367.0, 9380.0, 9305.0, 9359.0, 9323.0, 9407.0, 9371.0, 9396.0, 9323.0, 9302.0, 9291.0, 9290.0, 9281.0, 9310.0, 9329.0, 9319.0, 9374.0, 9306.0, 9360.0, 9390.0, 9303.0, 9359.0, 9309.0, 9337.0, 9316.0, 9319.0, 9338.0, 9297.0, 9313.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.0028621820175438605</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02861558256578947</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.376985166827666</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.215491280120746</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.03017033938529</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4693</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6257.1084</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11703718988963223</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>93</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.197368421052632</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.521162710177208</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.450528941574837</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7569629342688815</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.355996254687905</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0129862</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01561000756919384</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028721051290631294</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>3.8048839607296965</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.9797</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.9399</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.3456</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300451.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>781.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.9301</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2766</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.7925</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3398.7446</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3624.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76093.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1025.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4450.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.4538</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.417713786824606</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> |