=== 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-0094 --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-0094",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
108 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
108 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-0094_ses-02_task-faces_acq-mb8_run-01_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-0094_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-01_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-0094/ses-02/func/sub-0094_ses-02_task-faces_acq-mb8_run-01_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>93be755a1b9de368b215720bf3889de5</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>11:40:32.295000</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.997698, 0.0596292, 0.0322941, -0.060148, 0.998072, 0.0153377]</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.259</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-01_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.113007</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-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4257, -7867, -7207, 508, -86, -426, 263, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.71</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9782523f-f5e3-405f-ae72-ad6c80820f84||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.676750898361206, -0.1613726019859314, 0.08455651998519897, 115.10087585449219], [-0.15998074412345886, 2.677753210067749, 0.046561021357774734, -89.55316162109375], [0.08664265275001526, -0.041149940341711044, 2.6982741355895996, -57.943199157714844], [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': ['114032.295000', '114032.755000', '114033.215000', '114033.675000', '114034.135000', '114034.595000', '114035.055000', '114035.515000', '114035.975000', '114036.435000', '114036.895000', '114037.355000', '114037.815000', '114038.275000', '114038.735000', '114039.195000', '114039.655000', '114040.115000', '114040.575000', '114041.035000', '114041.495000', '114041.955000', '114042.415000', '114042.875000', '114043.335000', '114043.795000', '114044.255000', '114044.715000', '114045.175000', '114045.635000', '114046.095000', '114046.555000', '114047.015000', '114047.475000', '114047.935000', '114048.395000', '114048.855000', '114049.315000', '114049.775000', '114050.235000', '114050.695000', '114051.155000', '114051.615000', '114052.075000', '114052.535000', '114052.995000', '114053.455000', '114053.915000', '114054.375000', '114054.835000', '114055.295000', '114055.755000', '114056.215000', '114056.675000', '114057.135000', '114057.595000', '114058.055000', '114058.515000', '114058.975000', '114059.435000', '114059.895000', '114100.355000', '114100.815000', '114101.275000', '114101.735000', '114102.195000', '114102.655000', '114103.115000', '114103.575000', '114104.035000', '114104.495000', '114104.955000', '114105.415000', '114105.875000', '114106.335000', '114106.795000', '114107.255000', '114107.715000', '114108.175000', '114108.635000', '114109.095000', '114109.555000', '114110.015000', '114110.475000', '114110.935000', '114111.395000', '114111.855000', '114112.315000', '114112.775000', '114113.235000', '114113.695000', '114114.155000', '114114.615000', '114115.075000', '114115.535000', '114115.995000', '114116.455000', '114116.915000', '114117.375000', '114117.835000', '114118.295000', '114118.755000', '114119.215000', '114119.675000', '114120.135000', '114120.595000', '114121.055000', '114121.515000', '114121.975000', '114122.435000', '114122.895000', '114123.355000', '114123.815000', '114124.275000', '114124.735000', '114125.195000', '114125.655000', '114126.115000', '114126.575000', '114127.035000', '114127.495000', '114127.955000', '114128.415000', '114128.875000', '114129.335000', '114129.795000', '114130.255000', '114130.715000', '114131.175000', '114131.635000', '114132.095000', '114132.555000', '114133.015000', '114133.475000', '114133.935000', '114134.395000', '114134.855000', '114135.315000', '114135.775000', '114136.235000', '114136.695000', '114137.155000', '114137.615000', '114138.075000', '114138.535000', '114138.995000', '114139.455000', '114139.915000', '114140.375000', '114140.835000', '114141.295000', '114141.755000', '114142.215000', '114142.675000', '114143.135000', '114143.595000', '114144.055000', '114144.515000', '114144.975000', '114145.435000', '114145.895000', '114146.355000', '114146.815000', '114147.275000', '114147.735000', '114148.195000', '114148.655000', '114149.115000', '114149.575000', '114150.035000', '114150.495000', '114150.955000', '114151.415000', '114151.875000', '114152.335000', '114152.795000', '114153.255000', '114153.715000', '114154.175000', '114154.635000', '114155.095000', '114155.555000', '114156.015000', '114156.475000', '114156.935000', '114157.395000', '114157.855000', '114158.315000', '114158.775000', '114159.235000', '114159.695000', '114200.155000', '114200.615000', '114201.075000', '114201.535000', '114201.995000', '114202.455000', '114202.915000', '114203.375000', '114203.835000', '114204.295000', '114204.755000', '114205.215000', '114205.675000', '114206.135000', '114206.595000', '114207.055000', '114207.515000', '114207.975000', '114208.435000', '114208.895000', '114209.355000', '114209.815000', '114210.275000', '114210.735000', '114211.195000', '114211.655000', '114212.115000', '114212.575000', '114213.035000', '114213.495000', '114213.955000', '114214.415000', '114214.875000', '114215.335000', '114215.795000', '114216.255000', '114216.715000', '114217.175000', '114217.635000', '114218.095000', '114218.555000', '114219.015000', '114219.475000', '114219.935000', '114220.395000', '114220.855000', '114221.315000', '114221.775000', '114222.235000', '114222.695000', '114223.155000', '114223.615000', '114224.075000', '114224.535000', '114224.995000', '114225.455000', '114225.915000', '114226.375000', '114226.835000', '114227.295000', '114227.755000', '114228.215000', '114228.675000', '114229.135000', '114229.595000', '114230.055000', '114230.515000', '114230.975000', '114231.435000', '114231.895000', '114232.355000', '114232.815000', '114233.275000', '114233.735000', '114234.195000', '114234.655000', '114235.115000', '114235.575000', '114236.035000', '114236.495000', '114236.955000', '114237.415000', '114237.875000', '114238.335000', '114238.795000', '114239.255000', '114239.715000', '114240.175000', '114240.635000', '114241.095000', '114241.555000', '114242.015000', '114242.475000', '114242.935000', '114243.395000', '114243.855000', '114244.315000', '114244.775000', '114245.235000', '114245.695000', '114246.155000', '114246.615000', '114247.075000', '114247.535000', '114247.995000', '114248.455000', '114248.915000', '114249.375000', '114249.835000', '114250.295000', '114250.755000', '114251.215000', '114251.675000', '114252.135000', '114252.595000', '114253.055000', '114253.515000', '114253.975000', '114254.435000', '114254.895000', '114255.355000', '114255.815000', '114256.275000', '114256.735000', '114257.195000', '114257.655000', '114258.115000', '114258.575000', '114259.035000', '114259.495000', '114259.955000', '114300.415000', '114300.875000', '114301.335000', '114301.795000', '114302.255000', '114302.715000', '114303.175000', '114303.635000', '114304.095000', '114304.555000', '114305.015000', '114305.475000', '114305.935000', '114306.395000', '114306.855000', '114307.315000', '114307.775000', '114308.235000', '114308.695000', '114309.155000', '114309.615000', '114310.075000', '114310.535000', '114310.995000', '114311.455000', '114311.915000', '114312.375000', '114312.835000', '114313.295000', '114313.755000', '114314.215000', '114314.675000', '114315.135000', '114315.595000', '114316.055000', '114316.515000', '114316.975000', '114317.435000', '114317.895000', '114318.355000', '114318.815000', '114319.275000', '114319.735000', '114320.195000', '114320.655000', '114321.115000', '114321.575000', '114322.035000', '114322.495000', '114322.955000', '114323.415000', '114323.875000', '114324.335000', '114324.795000', '114325.255000', '114325.715000', '114326.175000', '114326.635000', '114327.095000', '114327.555000', '114328.015000', '114328.475000', '114328.935000', '114329.395000', '114329.855000', '114330.315000', '114330.775000', '114331.235000', '114331.695000', '114332.155000', '114332.615000', '114333.075000', '114333.535000', '114333.995000', '114334.455000', '114334.915000', '114335.375000', '114335.835000', '114336.295000', '114336.755000', '114337.215000', '114337.675000', '114338.135000', '114338.595000', '114339.055000', '114339.515000', '114339.975000', '114340.435000', '114340.895000', '114341.355000', '114341.815000', '114342.275000', '114342.735000', '114343.195000', '114343.655000', '114344.115000', '114344.575000', '114345.035000', '114345.495000', '114345.955000', '114346.415000', '114346.875000', '114347.335000', '114347.795000', '114348.255000', '114348.715000', '114349.175000', '114349.635000', '114350.095000', '114350.555000', '114351.015000', '114351.475000', '114351.935000', '114352.395000', '114352.855000', '114353.315000', '114353.775000', '114354.235000', '114354.695000', '114355.155000', '114355.615000', '114356.075000', '114356.535000', '114356.995000', '114357.455000', '114357.915000', '114358.375000', '114358.835000', '114359.295000', '114359.755000', '114400.215000', '114400.675000', '114401.135000', '114401.595000', '114402.055000', '114402.515000', '114402.975000', '114403.435000', '114403.895000', '114404.355000', '114404.815000', '114405.275000', '114405.735000', '114406.195000', '114406.655000', '114407.115000', '114407.575000', '114408.035000', '114408.495000', '114408.955000', '114409.415000', '114409.875000', '114410.335000', '114410.795000', '114411.255000', '114411.715000', '114412.175000', '114412.635000', '114413.095000', '114413.555000', '114414.015000', '114414.475000', '114414.935000', '114415.395000', '114415.855000', '114416.315000', '114416.775000', '114417.235000', '114417.695000', '114418.155000', '114418.615000', '114419.075000', '114419.535000', '114419.995000', '114420.455000', '114420.915000', '114421.375000', '114421.835000', '114422.295000', '114422.755000', '114423.215000', '114423.675000', '114424.135000', '114424.595000', '114425.055000', '114425.515000', '114425.975000', '114426.435000', '114426.895000', '114427.355000', '114427.815000', '114428.275000', '114428.735000', '114429.195000', '114429.655000', '114430.115000', '114430.575000', '114431.035000', '114431.495000', '114431.955000', '114432.415000', '114432.875000', '114433.335000', '114433.795000', '114434.255000', '114434.715000', '114435.175000', '114435.635000', '114436.095000', '114436.555000', '114437.015000', '114437.475000', '114437.935000', '114438.395000', '114438.855000', '114439.315000', '114439.775000', '114440.235000', '114440.695000', '114441.155000', '114441.615000', '114442.075000', '114442.535000', '114442.995000', '114443.455000', '114443.915000', '114444.375000', '114444.835000', '114445.295000', '114445.755000', '114446.215000', '114446.675000', '114447.135000', '114447.595000', '114448.055000', '114448.515000', '114448.975000', '114449.435000', '114449.895000', '114450.355000', '114450.815000', '114451.275000', '114451.735000', '114452.195000', '114452.655000', '114453.115000', '114453.575000', '114454.035000', '114454.495000', '114454.955000', '114455.415000', '114455.875000', '114456.335000', '114456.795000', '114457.255000', '114457.715000', '114458.175000', '114458.635000', '114459.095000', '114459.555000', '114500.015000', '114500.475000', '114500.935000', '114501.395000', '114501.855000', '114502.315000', '114502.775000', '114503.235000', '114503.695000', '114504.155000', '114504.615000', '114505.075000', '114505.535000', '114505.995000', '114506.455000', '114506.915000', '114507.375000', '114507.835000', '114508.295000', '114508.755000', '114509.215000', '114509.675000', '114510.135000', '114510.595000', '114511.055000', '114511.515000', '114511.975000', '114512.435000', '114512.895000', '114513.355000', '114513.815000', '114514.275000', '114514.735000', '114515.195000', '114515.655000', '114516.115000', '114516.575000', '114517.035000', '114517.495000', '114517.955000', '114518.415000', '114518.875000', '114519.335000', '114519.795000', '114520.255000', '114520.715000', '114521.175000', '114521.635000', '114522.095000', '114522.555000', '114523.015000', '114523.475000', '114523.935000', '114524.395000', '114524.855000', '114525.315000', '114525.775000', '114526.235000', '114526.695000', '114527.155000', '114527.615000', '114528.075000', '114528.535000', '114528.995000', '114529.455000', '114529.915000', '114530.375000', '114530.835000', '114531.295000', '114531.755000', '114532.215000', '114532.675000', '114533.135000', '114533.595000', '114534.055000', '114534.515000', '114534.975000', '114535.435000', '114535.895000', '114536.355000', '114536.815000', '114537.275000', '114537.735000', '114538.195000', '114538.655000', '114539.115000', '114539.575000', '114540.035000', '114540.495000', '114540.955000', '114541.415000', '114541.875000', '114542.335000', '114542.795000', '114543.255000', '114543.715000', '114544.175000', '114544.635000', '114545.095000', '114545.555000', '114546.015000', '114546.475000', '114546.935000', '114547.395000', '114547.855000', '114548.315000', '114548.775000', '114549.235000', '114549.695000', '114550.155000', '114550.615000', '114551.075000', '114551.535000', '114551.995000', '114552.455000', '114552.915000', '114553.375000', '114553.835000', '114554.295000', '114554.755000', '114555.215000', '114555.675000', '114556.135000', '114556.595000', '114557.055000', '114557.515000', '114557.975000', '114558.435000', '114558.895000', '114559.355000', '114559.815000', '114600.275000', '114600.735000', '114601.195000', '114601.655000', '114602.115000', '114602.575000', '114603.035000', '114603.495000', '114603.955000', '114604.415000', '114604.875000', '114605.335000', '114605.795000', '114606.255000', '114606.715000', '114607.175000', '114607.635000', '114608.095000', '114608.555000', '114609.015000', '114609.475000', '114609.935000', '114610.395000', '114610.855000', '114611.315000', '114611.775000', '114612.235000', '114612.695000', '114613.155000', '114613.615000', '114614.075000', '114614.535000', '114614.995000', '114615.455000', '114615.915000', '114616.375000', '114616.835000', '114617.295000', '114617.755000', '114618.215000', '114618.675000', '114619.135000', '114619.595000', '114620.055000', '114620.515000', '114620.975000', '114621.435000', '114621.895000', '114622.355000', '114622.815000', '114623.275000', '114623.735000', '114624.195000', '114624.655000', '114625.115000', '114625.575000', '114626.035000', '114626.495000', '114626.955000', '114627.415000', '114627.875000', '114628.335000', '114628.795000', '114629.255000', '114629.715000', '114630.175000', '114630.635000', '114631.095000', '114631.555000', '114632.015000', '114632.475000', '114632.935000', '114633.395000', '114633.855000', '114634.315000', '114634.775000', '114635.235000', '114635.695000', '114636.155000', '114636.615000', '114637.075000', '114637.535000', '114637.995000', '114638.455000', '114638.915000', '114639.375000', '114639.835000', '114640.295000', '114640.755000', '114641.215000', '114641.675000', '114642.135000', '114642.595000', '114643.055000', '114643.515000', '114643.975000', '114644.435000', '114644.895000', '114645.355000', '114645.815000', '114646.275000', '114646.735000', '114647.195000', '114647.655000', '114648.115000', '114648.575000', '114649.035000', '114649.495000', '114649.955000', '114650.415000', '114650.875000', '114651.335000', '114651.795000', '114652.255000', '114652.715000', '114653.175000', '114653.635000', '114654.095000', '114654.555000', '114655.015000', '114655.475000', '114655.935000', '114656.395000', '114656.855000', '114657.315000', '114657.775000', '114658.235000', '114658.695000', '114659.155000', '114659.615000', '114700.075000', '114700.535000', '114700.995000', '114701.455000', '114701.915000', '114702.375000', '114702.835000', '114703.295000', '114703.755000', '114704.215000', '114704.675000', '114705.135000', '114705.595000', '114706.055000', '114706.515000', '114706.975000', '114707.435000', '114707.895000', '114708.355000', '114708.815000', '114709.275000', '114709.735000', '114710.195000', '114710.655000', '114711.115000', '114711.575000', '114712.035000', '114712.495000', '114712.955000', '114713.415000', '114713.875000', '114714.335000', '114714.795000', '114715.255000', '114715.715000', '114716.175000', '114716.635000', '114717.095000', '114717.555000', '114718.015000', '114718.475000', '114718.935000', '114719.395000', '114719.855000', '114720.315000', '114720.775000', '114721.235000', '114721.695000', '114722.155000', '114722.615000', '114723.075000', '114723.535000', '114723.995000', '114724.455000', '114724.915000', '114725.375000', '114725.835000', '114726.295000', '114726.755000', '114727.215000', '114727.675000', '114728.135000', '114728.595000', '114729.055000', '114729.515000', '114729.975000', '114730.435000', '114730.895000', '114731.355000', '114731.815000', '114732.275000'], 'ContentTime': ['114102.738000', '114102.741000', '114102.744000', '114102.746000', '114102.749000', '114102.758000', '114102.761000', '114102.763000', '114102.766000', '114102.768000', '114102.771000', '114102.774000', '114102.776000', '114102.779000', '114102.782000', '114102.784000', '114102.787000', '114102.789000', '114102.792000', '114102.794000', '114102.797000', '114102.799000', '114102.802000', '114102.805000', '114102.807000', '114102.810000', '114102.812000', '114102.815000', '114102.818000', '114102.820000', '114102.823000', '114102.825000', '114102.828000', '114102.830000', '114102.833000', '114102.836000', '114102.838000', '114102.841000', '114102.843000', '114102.846000', '114102.849000', '114102.853000', '114102.856000', '114102.859000', '114102.861000', '114102.864000', '114102.867000', '114102.869000', '114102.872000', '114102.874000', '114102.877000', '114102.880000', '114102.882000', '114102.885000', '114102.888000', '114102.890000', '114102.893000', '114102.896000', '114102.898000', '114102.901000', '114102.903000', '114102.906000', '114102.908000', '114122.702000', '114122.705000', '114122.708000', '114122.711000', '114122.713000', '114122.716000', '114122.719000', '114122.722000', '114122.727000', '114122.729000', '114122.732000', '114122.735000', '114122.737000', '114122.740000', '114122.743000', '114122.745000', '114122.748000', '114122.750000', '114122.753000', '114122.756000', '114122.758000', '114122.761000', '114122.763000', '114122.766000', '114122.769000', '114122.771000', '114122.774000', '114122.776000', '114122.779000', '114122.781000', '114122.784000', '114122.787000', '114122.789000', '114122.792000', '114122.795000', '114122.797000', '114122.800000', '114122.803000', '114122.806000', '114122.808000', '114122.811000', '114122.814000', '114122.816000', '114142.702000', '114142.705000', '114142.708000', '114142.711000', '114142.714000', '114142.717000', '114142.720000', '114142.723000', '114142.725000', '114142.728000', '114142.731000', '114142.733000', '114142.736000', '114142.739000', '114142.741000', '114142.744000', '114142.747000', '114142.749000', '114142.752000', '114142.754000', '114142.764000', '114142.767000', '114142.770000', '114142.773000', '114142.775000', '114142.778000', '114142.780000', '114142.783000', '114142.786000', '114142.788000', '114142.791000', '114142.794000', '114142.796000', '114142.799000', '114142.833000', '114142.836000', '114142.839000', '114142.841000', '114142.844000', '114142.847000', '114142.849000', '114142.852000', '114142.854000', '114142.857000', '114202.702000', '114202.705000', '114202.708000', '114202.711000', '114202.713000', '114202.716000', '114202.719000', '114202.721000', '114202.724000', '114202.726000', '114202.729000', '114202.732000', '114202.734000', '114202.737000', '114202.740000', '114202.742000', '114202.745000', '114202.748000', '114202.750000', '114202.753000', '114202.755000', '114202.758000', '114202.761000', '114202.763000', '114202.766000', '114202.768000', '114202.771000', '114202.774000', '114202.776000', '114202.779000', '114202.782000', '114202.784000', '114202.787000', '114202.789000', '114202.792000', '114202.795000', '114202.797000', '114202.844000', '114202.847000', '114202.849000', '114202.852000', '114202.855000', '114202.857000', '114222.704000', '114222.707000', '114222.709000', '114222.712000', '114222.715000', '114222.717000', '114222.722000', '114222.725000', '114222.728000', '114222.730000', '114222.733000', '114222.736000', '114222.738000', '114222.741000', '114222.743000', '114222.746000', '114222.749000', '114222.751000', '114222.754000', '114222.757000', '114222.759000', '114222.762000', '114222.765000', '114222.767000', '114222.770000', '114222.772000', '114222.775000', '114222.778000', '114222.780000', '114222.783000', '114222.786000', '114222.788000', '114222.791000', '114222.793000', '114222.796000', '114222.799000', '114222.879000', '114222.882000', '114222.885000', '114222.887000', '114222.890000', '114222.893000', '114222.895000', '114242.704000', '114242.707000', '114242.709000', '114242.712000', '114242.715000', '114242.717000', '114242.720000', '114242.723000', '114242.725000', '114242.728000', '114242.731000', '114242.733000', '114242.736000', '114242.738000', '114242.741000', '114242.744000', '114242.746000', '114242.749000', '114242.752000', '114242.754000', '114242.757000', '114242.760000', '114242.762000', '114242.765000', '114242.767000', '114242.770000', '114242.773000', '114242.775000', '114242.778000', '114242.781000', '114242.783000', '114242.786000', '114242.789000', '114242.791000', '114242.794000', '114242.797000', '114242.799000', '114242.844000', '114242.846000', '114242.849000', '114242.852000', '114242.854000', '114242.857000', '114242.859000', '114302.703000', '114302.706000', '114302.709000', '114302.712000', '114302.715000', '114302.717000', '114302.720000', '114302.729000', '114302.732000', '114302.734000', '114302.737000', '114302.739000', '114302.742000', '114302.745000', '114302.747000', '114302.750000', '114302.753000', '114302.756000', '114302.759000', '114302.762000', '114302.764000', '114302.767000', '114302.769000', '114302.773000', '114302.776000', '114302.779000', '114302.782000', '114302.785000', '114302.787000', '114302.790000', '114302.793000', '114302.795000', '114302.798000', '114302.847000', '114302.850000', '114302.852000', '114302.855000', '114302.858000', '114302.860000', '114302.863000', '114302.865000', '114302.868000', '114302.871000', '114322.702000', '114322.705000', '114322.730000', '114322.732000', '114322.735000', '114322.738000', '114322.741000', '114322.743000', '114322.746000', '114322.748000', '114322.751000', '114322.754000', '114322.756000', '114322.759000', '114322.761000', '114322.764000', '114322.767000', '114322.769000', '114322.772000', '114322.774000', '114322.777000', '114322.780000', '114322.782000', '114322.785000', '114322.788000', '114322.790000', '114322.793000', '114322.796000', '114322.799000', '114322.825000', '114322.828000', '114322.831000', '114322.834000', '114322.836000', '114322.839000', '114322.841000', '114322.844000', '114322.847000', '114322.849000', '114322.852000', '114322.855000', '114322.857000', '114322.860000', '114322.863000', '114342.703000', '114342.706000', '114342.708000', '114342.711000', '114342.714000', '114342.716000', '114342.719000', '114342.722000', '114342.724000', '114342.727000', '114342.730000', '114342.733000', '114342.736000', '114342.739000', '114342.742000', '114342.744000', '114342.747000', '114342.750000', '114342.752000', '114342.755000', '114342.758000', '114342.760000', '114342.763000', '114342.765000', '114342.768000', '114342.771000', '114342.773000', '114342.776000', '114342.779000', '114342.781000', '114342.784000', '114342.787000', '114342.789000', '114342.792000', '114342.794000', '114342.797000', '114342.830000', '114342.832000', '114342.835000', '114342.837000', '114342.840000', '114342.843000', '114342.845000', '114402.703000', '114402.705000', '114402.708000', '114402.711000', '114402.713000', '114402.716000', '114402.718000', '114402.721000', '114402.724000', '114402.726000', '114402.729000', '114402.731000', '114402.734000', '114402.736000', '114402.739000', '114402.742000', '114402.744000', '114402.747000', '114402.750000', '114402.752000', '114402.755000', '114402.757000', '114402.760000', '114402.763000', '114402.765000', '114402.768000', '114402.770000', '114402.773000', '114402.776000', '114402.778000', '114402.781000', '114402.783000', '114402.786000', '114402.789000', '114402.791000', '114402.794000', '114402.796000', '114402.799000', '114402.869000', '114402.872000', '114402.874000', '114402.877000', '114402.879000', '114402.882000', '114422.703000', '114422.705000', '114422.708000', '114422.711000', '114422.713000', '114422.716000', '114422.718000', '114422.721000', '114422.724000', '114422.727000', '114422.729000', '114422.732000', '114422.735000', '114422.738000', '114422.740000', '114422.746000', '114422.749000', '114422.751000', '114422.754000', '114422.757000', '114422.759000', '114422.762000', '114422.764000', '114422.767000', '114422.770000', '114422.772000', '114422.775000', '114422.778000', '114422.780000', '114422.783000', '114422.786000', '114422.788000', '114422.791000', '114422.794000', '114422.797000', '114422.849000', '114422.852000', '114422.854000', '114422.857000', '114422.859000', '114422.862000', '114422.865000', '114422.867000', '114442.703000', '114442.706000', '114442.709000', '114442.711000', '114442.714000', '114442.717000', '114442.719000', '114442.722000', '114442.724000', '114442.727000', '114442.730000', '114442.732000', '114442.735000', '114442.737000', '114442.740000', '114442.743000', '114442.745000', '114442.748000', '114442.751000', '114442.753000', '114442.756000', '114442.758000', '114442.761000', '114442.764000', '114442.767000', '114442.769000', '114442.772000', '114442.784000', '114442.786000', '114442.789000', '114442.791000', '114442.794000', '114442.797000', '114442.834000', '114442.837000', '114442.839000', '114442.842000', '114442.845000', '114442.847000', '114442.850000', '114442.853000', '114442.855000', '114442.858000', '114442.860000', '114502.704000', '114502.707000', '114502.709000', '114502.712000', '114502.714000', '114502.717000', '114502.720000', '114502.722000', '114502.725000', '114502.727000', '114502.730000', '114502.733000', '114502.735000', '114502.738000', '114502.741000', '114502.743000', '114502.746000', '114502.749000', '114502.751000', '114502.754000', '114502.757000', '114502.759000', '114502.762000', '114502.764000', '114502.767000', '114502.770000', '114502.772000', '114502.775000', '114502.777000', '114502.780000', '114502.782000', '114502.785000', '114502.788000', '114502.790000', '114502.793000', '114502.796000', '114502.798000', '114502.850000', '114502.852000', '114502.855000', '114502.858000', '114502.860000', '114502.863000', '114522.703000', '114522.706000', '114522.709000', '114522.712000', '114522.714000', '114522.717000', '114522.719000', '114522.722000', '114522.725000', '114522.728000', '114522.730000', '114522.733000', '114522.736000', '114522.738000', '114522.741000', '114522.744000', '114522.746000', '114522.749000', '114522.752000', '114522.754000', '114522.757000', '114522.760000', '114522.762000', '114522.765000', '114522.767000', '114522.770000', '114522.773000', '114522.775000', '114522.778000', '114522.780000', '114522.783000', '114522.786000', '114522.788000', '114522.791000', '114522.794000', '114522.796000', '114522.799000', '114522.884000', '114522.887000', '114522.890000', '114522.892000', '114522.895000', '114522.897000', '114522.900000', '114542.702000', '114542.705000', '114542.708000', '114542.711000', '114542.713000', '114542.716000', '114542.718000', '114542.721000', '114542.724000', '114542.726000', '114542.729000', '114542.732000', '114542.734000', '114542.737000', '114542.739000', '114542.742000', '114542.745000', '114542.747000', '114542.750000', '114542.753000', '114542.755000', '114542.758000', '114542.761000', '114542.763000', '114542.766000', '114542.769000', '114542.771000', '114542.774000', '114542.777000', '114542.779000', '114542.782000', '114542.785000', '114542.787000', '114542.790000', '114542.792000', '114542.795000', '114542.798000', '114542.865000', '114542.867000', '114542.870000', '114542.873000', '114542.875000', '114542.878000', '114602.703000', '114602.705000', '114602.708000', '114602.711000', '114602.713000', '114602.716000', '114602.719000', '114602.721000', '114602.724000', '114602.727000', '114602.729000', '114602.732000', '114602.734000', '114602.737000', '114602.740000', '114602.742000', '114602.745000', '114602.747000', '114602.750000', '114602.753000', '114602.755000', '114602.758000', '114602.760000', '114602.763000', '114602.766000', '114602.768000', '114602.771000', '114602.774000', '114602.776000', '114602.779000', '114602.781000', '114602.784000', '114602.787000', '114602.789000', '114602.792000', '114602.794000', '114602.797000', '114602.853000', '114602.856000', '114602.858000', '114602.861000', '114602.864000', '114602.866000', '114602.869000', '114622.703000', '114622.705000', '114622.708000', '114622.711000', '114622.713000', '114622.716000', '114622.718000', '114622.721000', '114622.724000', '114622.726000', '114622.729000', '114622.732000', '114622.734000', '114622.737000', '114622.739000', '114622.742000', '114622.744000', '114622.747000', '114622.750000', '114622.752000', '114622.755000', '114622.757000', '114622.760000', '114622.763000', '114622.765000', '114622.768000', '114622.771000', '114622.773000', '114622.778000', '114622.780000', '114622.783000', '114622.785000', '114622.788000', '114622.791000', '114622.794000', '114622.797000', '114622.869000', '114622.871000', '114622.874000', '114622.877000', '114622.879000', '114622.882000', '114622.884000', '114642.702000', '114642.705000', '114642.708000', '114642.711000', '114642.713000', '114642.716000', '114642.719000', '114642.721000', '114642.724000', '114642.727000', '114642.729000', '114642.735000', '114642.738000', '114642.740000', '114642.743000', '114642.745000', '114642.748000', '114642.751000', '114642.753000', '114642.756000', '114642.758000', '114642.761000', '114642.764000', '114642.766000', '114642.769000', '114642.771000', '114642.774000', '114642.776000', '114642.779000', '114642.782000', '114642.784000', '114642.787000', '114642.790000', '114642.792000', '114642.795000', '114642.798000', '114642.867000', '114642.870000', '114642.872000', '114642.875000', '114642.878000', '114642.880000', '114642.883000', '114642.886000', '114702.704000', '114702.706000', '114702.709000', '114702.712000', '114702.714000', '114702.717000', '114702.719000', '114702.722000', '114702.725000', '114702.727000', '114702.730000', '114702.733000', '114702.735000', '114702.738000', '114702.740000', '114702.743000', '114702.746000', '114702.748000', '114702.751000', '114702.753000', '114702.756000', '114702.759000', '114702.761000', '114702.764000', '114702.766000', '114702.769000', '114702.771000', '114702.774000', '114702.776000', '114702.779000', '114702.782000', '114702.784000', '114702.787000', '114702.790000', '114702.792000', '114702.795000', '114702.797000', '114702.800000', '114702.803000', '114702.805000', '114702.808000', '114702.811000', '114702.813000', '114722.704000', '114722.706000', '114722.709000', '114722.712000', '114722.714000', '114722.717000', '114722.719000', '114722.722000', '114722.725000', '114722.727000', '114722.730000', '114722.733000', '114722.735000', '114722.738000', '114722.740000', '114722.743000', '114722.745000', '114722.748000', '114722.751000', '114722.753000', '114722.756000', '114722.758000', '114722.761000', '114722.764000', '114722.766000', '114722.769000', '114722.772000', '114722.775000', '114722.777000', '114722.780000', '114722.783000', '114722.785000', '114722.788000', '114722.790000', '114722.793000', '114722.796000', '114722.798000', '114722.863000', '114722.866000', '114722.869000', '114722.871000', '114722.874000', '114722.877000', '114722.879000', '114734.121000', '114734.124000', '114734.126000', '114734.129000', '114734.132000', '114734.135000', '114734.138000', '114734.141000', '114734.143000', '114734.146000', '114734.149000', '114734.152000', '114734.154000', '114734.157000', '114734.160000', '114734.162000', '114734.165000', '114734.168000', '114734.170000', '114734.180000', '114734.183000', '114734.187000', '114734.190000', '114734.193000', '114734.202000'], 'InstanceCreationTime': ['114102.738000', '114102.741000', '114102.744000', '114102.746000', '114102.749000', '114102.758000', '114102.761000', '114102.763000', '114102.766000', '114102.768000', '114102.771000', '114102.774000', '114102.776000', '114102.779000', '114102.782000', '114102.784000', '114102.787000', '114102.789000', '114102.792000', '114102.794000', '114102.797000', '114102.799000', '114102.802000', '114102.805000', '114102.807000', '114102.810000', '114102.812000', '114102.815000', '114102.818000', '114102.820000', '114102.823000', '114102.825000', '114102.828000', '114102.830000', '114102.833000', '114102.836000', '114102.838000', '114102.841000', '114102.843000', '114102.846000', '114102.849000', '114102.853000', '114102.856000', '114102.859000', '114102.861000', '114102.864000', '114102.867000', '114102.869000', '114102.872000', '114102.874000', '114102.877000', '114102.880000', '114102.882000', '114102.885000', '114102.888000', '114102.890000', '114102.893000', '114102.896000', '114102.898000', '114102.901000', '114102.903000', '114102.906000', '114102.908000', '114122.702000', '114122.705000', '114122.708000', '114122.711000', '114122.713000', '114122.716000', '114122.719000', '114122.722000', '114122.727000', '114122.729000', '114122.732000', '114122.735000', '114122.737000', '114122.740000', '114122.743000', '114122.745000', '114122.748000', '114122.750000', '114122.753000', '114122.756000', '114122.758000', '114122.761000', '114122.763000', '114122.766000', '114122.769000', '114122.771000', '114122.774000', '114122.776000', '114122.779000', '114122.781000', '114122.784000', '114122.787000', '114122.789000', '114122.792000', '114122.795000', '114122.797000', '114122.800000', '114122.803000', '114122.806000', '114122.808000', '114122.811000', '114122.814000', '114122.816000', '114142.702000', '114142.705000', '114142.708000', '114142.711000', '114142.714000', '114142.717000', '114142.720000', '114142.723000', '114142.725000', '114142.728000', '114142.731000', '114142.733000', '114142.736000', '114142.739000', '114142.741000', '114142.744000', '114142.747000', '114142.749000', '114142.752000', '114142.754000', '114142.764000', '114142.767000', '114142.770000', '114142.773000', '114142.775000', '114142.778000', '114142.780000', '114142.783000', '114142.786000', '114142.788000', '114142.791000', '114142.794000', '114142.796000', '114142.799000', '114142.833000', '114142.836000', '114142.839000', '114142.841000', '114142.844000', '114142.847000', '114142.849000', '114142.852000', '114142.854000', '114142.857000', '114202.702000', '114202.705000', '114202.708000', '114202.711000', '114202.713000', '114202.716000', '114202.719000', '114202.721000', '114202.724000', '114202.726000', '114202.729000', '114202.732000', '114202.734000', '114202.737000', '114202.740000', '114202.742000', '114202.745000', '114202.748000', '114202.750000', '114202.753000', '114202.755000', '114202.758000', '114202.761000', '114202.763000', '114202.766000', '114202.768000', '114202.771000', '114202.774000', '114202.776000', '114202.779000', '114202.782000', '114202.784000', '114202.787000', '114202.789000', '114202.792000', '114202.795000', '114202.797000', '114202.844000', '114202.847000', '114202.849000', '114202.852000', '114202.855000', '114202.857000', '114222.704000', '114222.707000', '114222.709000', '114222.712000', '114222.715000', '114222.717000', '114222.722000', '114222.725000', '114222.728000', '114222.730000', '114222.733000', '114222.736000', '114222.738000', '114222.741000', '114222.743000', '114222.746000', '114222.749000', '114222.751000', '114222.754000', '114222.757000', '114222.759000', '114222.762000', '114222.765000', '114222.767000', '114222.770000', '114222.772000', '114222.775000', '114222.778000', '114222.780000', '114222.783000', '114222.786000', '114222.788000', '114222.791000', '114222.793000', '114222.796000', '114222.799000', '114222.879000', '114222.882000', '114222.885000', '114222.887000', '114222.890000', '114222.893000', '114222.895000', '114242.704000', '114242.707000', '114242.709000', '114242.712000', '114242.715000', '114242.717000', '114242.720000', '114242.723000', '114242.725000', '114242.728000', '114242.731000', '114242.733000', '114242.736000', '114242.738000', '114242.741000', '114242.744000', '114242.746000', '114242.749000', '114242.752000', '114242.754000', '114242.757000', '114242.760000', '114242.762000', '114242.765000', '114242.767000', '114242.770000', '114242.773000', '114242.775000', '114242.778000', '114242.781000', '114242.783000', '114242.786000', '114242.789000', '114242.791000', '114242.794000', '114242.797000', '114242.799000', '114242.844000', '114242.846000', '114242.849000', '114242.852000', '114242.854000', '114242.857000', '114242.859000', '114302.703000', '114302.706000', '114302.709000', '114302.712000', '114302.715000', '114302.717000', '114302.720000', '114302.729000', '114302.732000', '114302.734000', '114302.737000', '114302.739000', '114302.742000', '114302.745000', '114302.747000', '114302.750000', '114302.753000', '114302.756000', '114302.759000', '114302.762000', '114302.764000', '114302.767000', '114302.769000', '114302.773000', '114302.776000', '114302.779000', '114302.782000', '114302.785000', '114302.787000', '114302.790000', '114302.793000', '114302.795000', '114302.798000', '114302.847000', '114302.850000', '114302.852000', '114302.855000', '114302.858000', '114302.860000', '114302.863000', '114302.865000', '114302.868000', '114302.871000', '114322.702000', '114322.705000', '114322.730000', '114322.732000', '114322.735000', '114322.738000', '114322.741000', '114322.743000', '114322.746000', '114322.748000', '114322.751000', '114322.754000', '114322.756000', '114322.759000', '114322.761000', '114322.764000', '114322.767000', '114322.769000', '114322.772000', '114322.774000', '114322.777000', '114322.780000', '114322.782000', '114322.785000', '114322.788000', '114322.790000', '114322.793000', '114322.796000', '114322.799000', '114322.825000', '114322.828000', '114322.831000', '114322.834000', '114322.836000', '114322.839000', '114322.841000', '114322.844000', '114322.847000', '114322.849000', '114322.852000', '114322.855000', '114322.857000', '114322.860000', '114322.863000', '114342.703000', '114342.706000', '114342.708000', '114342.711000', '114342.714000', '114342.716000', '114342.719000', '114342.722000', '114342.724000', '114342.727000', '114342.730000', '114342.733000', '114342.736000', '114342.739000', '114342.742000', '114342.744000', '114342.747000', '114342.750000', '114342.752000', '114342.755000', '114342.758000', '114342.760000', '114342.763000', '114342.765000', '114342.768000', '114342.771000', '114342.773000', '114342.776000', '114342.779000', '114342.781000', '114342.784000', '114342.787000', '114342.789000', '114342.792000', '114342.794000', '114342.797000', '114342.830000', '114342.832000', '114342.835000', '114342.837000', '114342.840000', '114342.843000', '114342.845000', '114402.703000', '114402.705000', '114402.708000', '114402.711000', '114402.713000', '114402.716000', '114402.718000', '114402.721000', '114402.724000', '114402.726000', '114402.729000', '114402.731000', '114402.734000', '114402.736000', '114402.739000', '114402.742000', '114402.744000', '114402.747000', '114402.750000', '114402.752000', '114402.755000', '114402.757000', '114402.760000', '114402.763000', '114402.765000', '114402.768000', '114402.770000', '114402.773000', '114402.776000', '114402.778000', '114402.781000', '114402.783000', '114402.786000', '114402.789000', '114402.791000', '114402.794000', '114402.796000', '114402.799000', '114402.869000', '114402.872000', '114402.874000', '114402.877000', '114402.879000', '114402.882000', '114422.703000', '114422.705000', '114422.708000', '114422.711000', '114422.713000', '114422.716000', '114422.718000', '114422.721000', '114422.724000', '114422.727000', '114422.729000', '114422.732000', '114422.735000', '114422.738000', '114422.740000', '114422.746000', '114422.749000', '114422.751000', '114422.754000', '114422.757000', '114422.759000', '114422.762000', '114422.764000', '114422.767000', '114422.770000', '114422.772000', '114422.775000', '114422.778000', '114422.780000', '114422.783000', '114422.786000', '114422.788000', '114422.791000', '114422.794000', '114422.797000', '114422.849000', '114422.852000', '114422.854000', '114422.857000', '114422.859000', '114422.862000', '114422.865000', '114422.867000', '114442.703000', '114442.706000', '114442.709000', '114442.711000', '114442.714000', '114442.717000', '114442.719000', '114442.722000', '114442.724000', '114442.727000', '114442.730000', '114442.732000', '114442.735000', '114442.737000', '114442.740000', '114442.743000', '114442.745000', '114442.748000', '114442.751000', '114442.753000', '114442.756000', '114442.758000', '114442.761000', '114442.764000', '114442.767000', '114442.769000', '114442.772000', '114442.784000', '114442.786000', '114442.789000', '114442.791000', '114442.794000', '114442.797000', '114442.834000', '114442.837000', '114442.839000', '114442.842000', '114442.845000', '114442.847000', '114442.850000', '114442.853000', '114442.855000', '114442.858000', '114442.860000', '114502.704000', '114502.707000', '114502.709000', '114502.712000', '114502.714000', '114502.717000', '114502.720000', '114502.722000', '114502.725000', '114502.727000', '114502.730000', '114502.733000', '114502.735000', '114502.738000', '114502.741000', '114502.743000', '114502.746000', '114502.749000', '114502.751000', '114502.754000', '114502.757000', '114502.759000', '114502.762000', '114502.764000', '114502.767000', '114502.770000', '114502.772000', '114502.775000', '114502.777000', '114502.780000', '114502.782000', '114502.785000', '114502.788000', '114502.790000', '114502.793000', '114502.796000', '114502.798000', '114502.850000', '114502.852000', '114502.855000', '114502.858000', '114502.860000', '114502.863000', '114522.703000', '114522.706000', '114522.709000', '114522.712000', '114522.714000', '114522.717000', '114522.719000', '114522.722000', '114522.725000', '114522.728000', '114522.730000', '114522.733000', '114522.736000', '114522.738000', '114522.741000', '114522.744000', '114522.746000', '114522.749000', '114522.752000', '114522.754000', '114522.757000', '114522.760000', '114522.762000', '114522.765000', '114522.767000', '114522.770000', '114522.773000', '114522.775000', '114522.778000', '114522.780000', '114522.783000', '114522.786000', '114522.788000', '114522.791000', '114522.794000', '114522.796000', '114522.799000', '114522.884000', '114522.887000', '114522.890000', '114522.892000', '114522.895000', '114522.897000', '114522.900000', '114542.702000', '114542.705000', '114542.708000', '114542.711000', '114542.713000', '114542.716000', '114542.718000', '114542.721000', '114542.724000', '114542.726000', '114542.729000', '114542.732000', '114542.734000', '114542.737000', '114542.739000', '114542.742000', '114542.745000', '114542.747000', '114542.750000', '114542.753000', '114542.755000', '114542.758000', '114542.761000', '114542.763000', '114542.766000', '114542.769000', '114542.771000', '114542.774000', '114542.777000', '114542.779000', '114542.782000', '114542.785000', '114542.787000', '114542.790000', '114542.792000', '114542.795000', '114542.798000', '114542.865000', '114542.867000', '114542.870000', '114542.873000', '114542.875000', '114542.878000', '114602.703000', '114602.705000', '114602.708000', '114602.711000', '114602.713000', '114602.716000', '114602.719000', '114602.721000', '114602.724000', '114602.727000', '114602.729000', '114602.732000', '114602.734000', '114602.737000', '114602.740000', '114602.742000', '114602.745000', '114602.747000', '114602.750000', '114602.753000', '114602.755000', '114602.758000', '114602.760000', '114602.763000', '114602.766000', '114602.768000', '114602.771000', '114602.774000', '114602.776000', '114602.779000', '114602.781000', '114602.784000', '114602.787000', '114602.789000', '114602.792000', '114602.794000', '114602.797000', '114602.853000', '114602.856000', '114602.858000', '114602.861000', '114602.864000', '114602.866000', '114602.869000', '114622.703000', '114622.705000', '114622.708000', '114622.711000', '114622.713000', '114622.716000', '114622.718000', '114622.721000', '114622.724000', '114622.726000', '114622.729000', '114622.732000', '114622.734000', '114622.737000', '114622.739000', '114622.742000', '114622.744000', '114622.747000', '114622.750000', '114622.752000', '114622.755000', '114622.757000', '114622.760000', '114622.763000', '114622.765000', '114622.768000', '114622.771000', '114622.773000', '114622.778000', '114622.780000', '114622.783000', '114622.785000', '114622.788000', '114622.791000', '114622.794000', '114622.797000', '114622.869000', '114622.871000', '114622.874000', '114622.877000', '114622.879000', '114622.882000', '114622.884000', '114642.702000', '114642.705000', '114642.708000', '114642.711000', '114642.713000', '114642.716000', '114642.719000', '114642.721000', '114642.724000', '114642.727000', '114642.729000', '114642.735000', '114642.738000', '114642.740000', '114642.743000', '114642.745000', '114642.748000', '114642.751000', '114642.753000', '114642.756000', '114642.758000', '114642.761000', '114642.764000', '114642.766000', '114642.769000', '114642.771000', '114642.774000', '114642.776000', '114642.779000', '114642.782000', '114642.784000', '114642.787000', '114642.790000', '114642.792000', '114642.795000', '114642.798000', '114642.867000', '114642.870000', '114642.872000', '114642.875000', '114642.878000', '114642.880000', '114642.883000', '114642.886000', '114702.704000', '114702.706000', '114702.709000', '114702.712000', '114702.714000', '114702.717000', '114702.719000', '114702.722000', '114702.725000', '114702.727000', '114702.730000', '114702.733000', '114702.735000', '114702.738000', '114702.740000', '114702.743000', '114702.746000', '114702.748000', '114702.751000', '114702.753000', '114702.756000', '114702.759000', '114702.761000', '114702.764000', '114702.766000', '114702.769000', '114702.771000', '114702.774000', '114702.776000', '114702.779000', '114702.782000', '114702.784000', '114702.787000', '114702.790000', '114702.792000', '114702.795000', '114702.797000', '114702.800000', '114702.803000', '114702.805000', '114702.808000', '114702.811000', '114702.813000', '114722.704000', '114722.706000', '114722.709000', '114722.712000', '114722.714000', '114722.717000', '114722.719000', '114722.722000', '114722.725000', '114722.727000', '114722.730000', '114722.733000', '114722.735000', '114722.738000', '114722.740000', '114722.743000', '114722.745000', '114722.748000', '114722.751000', '114722.753000', '114722.756000', '114722.758000', '114722.761000', '114722.764000', '114722.766000', '114722.769000', '114722.772000', '114722.775000', '114722.777000', '114722.780000', '114722.783000', '114722.785000', '114722.788000', '114722.790000', '114722.793000', '114722.796000', '114722.798000', '114722.863000', '114722.866000', '114722.869000', '114722.871000', '114722.874000', '114722.877000', '114722.879000', '114734.121000', '114734.124000', '114734.126000', '114734.129000', '114734.132000', '114734.135000', '114734.138000', '114734.141000', '114734.143000', '114734.146000', '114734.149000', '114734.152000', '114734.154000', '114734.157000', '114734.160000', '114734.162000', '114734.165000', '114734.168000', '114734.170000', '114734.180000', '114734.183000', '114734.187000', '114734.190000', '114734.193000', '114734.202000'], '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': [8732, 8386, 8242, 8718, 8670, 8751, 8411, 8382, 8296, 7807, 8630, 7932, 8792, 8341, 8430, 8241, 8048, 8124, 7978, 8221, 8396, 8086, 8057, 8109, 8276, 8535, 8095, 8213, 7935, 7938, 8143, 8025, 8168, 7951, 8133, 8044, 8338, 8048, 8187, 8118, 8302, 8094, 8198, 8249, 8133, 8296, 8148, 8181, 8062, 8498, 8425, 8282, 8496, 7870, 8556, 8037, 8581, 8186, 8136, 8540, 8317, 8454, 8127, 8361, 8714, 8298, 8097, 8343, 8606, 8223, 8289, 8575, 8447, 8522, 8235, 8332, 8010, 8115, 7979, 8701, 8562, 8249, 8431, 7973, 8186, 7905, 8113, 8090, 8262, 8551, 8099, 8295, 8166, 8257, 8188, 8392, 8300, 8032, 8500, 7930, 8454, 7983, 8410, 8294, 8398, 8702, 7950, 8367, 8660, 8512, 8700, 8501, 8911, 7945, 8663, 8582, 8596, 8773, 8256, 8646, 7793, 8547, 8584, 8580, 8868, 8069, 8263, 8607, 8176, 8593, 7999, 8302, 8151, 8330, 8511, 8413, 8961, 7789, 8144, 8261, 8457, 7858, 8316, 8204, 8044, 8438, 7872, 8422, 8217, 8336, 8362, 8131, 8360, 8401, 8334, 8205, 7967, 8291, 8089, 8421, 8129, 8308, 8661, 7972, 8453, 8227, 8503, 8368, 8070, 8474, 8220, 8387, 8486, 8298, 8377, 7957, 8163, 8026, 8399, 8217, 7936, 8334, 8253, 8314, 8375, 8814, 8257, 8033, 8207, 8582, 8478, 8145, 8623, 8330, 8137, 8307, 8508, 8344, 8431, 7975, 8415, 8185, 8413, 8577, 8004, 8556, 8051, 8438, 8492, 8219, 8385, 8276, 8527, 8200, 8313, 8644, 8069, 8193, 7765, 8547, 8403, 8389, 8336, 8227, 8605, 8130, 8771, 8434, 7947, 8177, 8051, 8518, 8093, 8048, 8681, 7942, 8344, 8060, 8086, 8453, 7993, 8139, 8650, 8450, 8362, 7797, 8198, 8130, 8202, 7913, 7867, 8482, 7981, 8355, 8681, 8764, 8250, 8056, 8509, 8009, 8450, 8327, 8820, 8320, 8202, 8525, 7866, 8494, 8279, 8365, 8594, 7798, 8337, 8115, 8550, 8216, 7989, 8486, 8171, 8279, 8122, 8568, 8180, 8260, 8739, 7982, 8189, 8407, 8142, 8491, 8203, 8384, 8686, 8264, 8248, 8126, 8494, 8188, 8249, 8206, 8211, 8476, 8027, 8749, 8317, 8096, 8338, 8193, 8595, 8229, 8027, 8623, 8022, 8211, 8511, 8006, 8300, 7958, 8671, 8888, 8087, 8209, 8126, 8485, 8612, 7992, 8347, 7959, 8490, 8292, 7978, 8604, 7969, 8304, 9017, 8694, 8607, 8000, 8646, 8061, 8369, 8540, 8030, 8500, 7849, 8566, 8923, 7864, 8431, 7846, 8520, 8036, 8348, 8388, 7966, 8318, 7921, 8618, 8888, 8408, 8508, 8110, 8573, 7917, 8589, 8666, 8406, 8183, 7965, 8737, 8861, 8235, 8229, 7737, 8614, 7945, 8671, 8118, 8520, 8565, 8666, 8280, 8550, 8571, 7966, 8549, 8514, 9109, 8508, 7940, 8585, 8920, 8400, 8190, 8221, 8295, 8027, 8632, 8708, 8111, 8648, 7979, 8752, 8529, 8599, 8609, 8335, 8588, 8082, 8727, 8975, 8555, 8650, 8005, 8707, 7879, 8924, 8637, 8146, 8420, 7836, 8686, 8336, 8361, 8644, 8032, 8738, 7924, 8587, 8551, 8325, 8794, 8205, 8504, 8831, 8474, 8680, 8060, 8477, 8240, 8902, 8212, 7910, 8670, 8021, 8876, 8092, 7955, 8505, 8049, 8048, 7605, 8846, 8204, 8032, 8401, 7924, 8409, 8074, 8049, 8380, 7853, 8487, 8463, 8601, 8586, 7834, 8243, 7861, 8329, 8051, 8656, 8315, 7863, 8365, 7947, 8456, 8389, 8354, 8893, 8453, 8833, 8162, 8693, 8000, 8525, 8847, 8457, 8764, 8220, 8674, 7904, 8335, 8887, 8132, 8890, 7800, 8350, 7694, 8333, 7947, 8722, 8031, 8949, 8757, 8395, 8130, 7813, 8627, 7926, 8418, 8195, 8349, 7837, 8060, 8531, 7914, 9538, 8381, 8538, 8061, 8408, 8608, 8507, 8816, 8031, 8854, 8421, 8394, 8746, 8374, 8769, 8147, 8972, 7892, 8852, 8173, 7865, 8021, 8273, 8371, 7648, 8375, 7918, 8609, 7900, 8372, 8639, 8181, 8588, 8088, 8459, 8408, 8012, 8741, 8761, 8511, 8421, 8281, 8752, 8132, 8826, 8502, 8832, 8539, 8302, 8798, 8150, 8816, 8280, 8438, 8767, 8192, 8689, 8169, 8779, 8058, 8652, 8064, 8328, 8856, 8253, 8956, 8033, 8688, 7959, 8350, 7930, 8010, 8127, 8439, 8307, 8153, 8655, 8007, 8513, 8173, 8527, 8343, 8157, 8300, 7793, 8423, 8255, 8188, 8232, 8489, 8570, 7354, 8493, 7819, 8005, 8182, 7894, 8566, 7567, 8535, 7843, 8216, 8174, 7841, 8598, 7524, 8681, 7953, 8278, 8095, 7834, 8688, 8489, 8919, 7927, 8162, 7992, 7595, 8745, 7498, 8423, 7944, 8208, 8104, 7938, 8689, 7799, 8348, 7929, 7849, 8576, 7466, 8590, 8019, 8137, 8188, 7731, 8764, 7610, 8543, 8188, 7996, 8149, 7603, 8657, 7875, 8227, 7979, 8207, 8374, 8531, 8572, 8159, 7942, 8483, 8459, 8693, 8228, 8194, 8496, 7754, 8509, 8284, 8138, 8810, 8050, 8365, 8215, 8311, 8554, 8067, 8466, 8187, 8847, 7420, 8504, 8394, 8255, 8142, 8162, 8767, 8108, 8910, 7899, 8714, 7875, 8058, 8571, 8510, 8668, 8117, 8802, 7412, 8997, 8241, 8330, 8874, 8304, 8802, 8115, 8834, 7684, 8668, 8030, 8284, 8585, 7972, 8837, 8247, 8776, 7672, 8638, 8443, 8778, 8737, 8664, 8803, 8495, 8592, 8471, 8694, 8216, 8214, 8634, 8426, 8692, 8425, 8624, 8623, 8861, 8359, 8901, 8527, 8527, 8381, 8489, 8792, 8257, 8862, 8214, 8737, 7661, 8629, 8583, 8220, 8778, 8325, 8904, 7853, 8725, 8116, 8536, 8283, 7909, 8435, 8226, 8673, 8415, 8671, 7785, 8280, 8412, 7918, 8717, 8616, 8685, 8230, 8010, 8445, 7734, 8314, 7500, 7222, 6900, 7213, 7124, 6837, 7623, 7579, 6668, 9197, 7144, 7162, 7568, 7625, 7840, 8339, 6711, 7524, 7700, 8341, 8011, 7901, 8517, 7988, 8418, 7726, 8223, 7316, 8320, 7329, 8471, 7097, 8512, 7009, 8470, 7423, 8768, 7214, 8661, 7153, 8641, 7031, 8217, 7139, 8324, 8149, 8316, 7866, 8387, 7652, 8091, 7060, 8074, 7798, 8095, 7515, 7972, 7336, 8335, 7548, 7982, 7815, 9493, 8598, 9313, 9190, 8631, 9150, 10334, 9258, 7728, 7235, 6981, 7819, 7522, 7593, 7835, 6688, 7555, 9329, 8036, 8632, 8484, 7741, 7735, 7954, 7326, 7745, 7822, 6648, 8009, 7222, 8017, 7379, 7458, 7876, 7471, 8012, 7449, 7472, 7819, 6757, 7932, 7157, 7888, 7604, 7563, 7950, 6853, 8039, 7331, 6915, 7330, 7302, 7063, 7351, 7308, 7617, 7064, 7364, 7594, 7297, 7683, 7063, 7128, 7473], 'WindowCenter': [4224.0, 4220.0, 4204.0, 4204.0, 4202.0, 4190.0, 4188.0, 4188.0, 4187.0, 4175.0, 4196.0, 4176.0, 4186.0, 4187.0, 4189.0, 4201.0, 4189.0, 4179.0, 4178.0, 4187.0, 4192.0, 4189.0, 4198.0, 4194.0, 4195.0, 4187.0, 4178.0, 4196.0, 4180.0, 4183.0, 4177.0, 4180.0, 4178.0, 4185.0, 4185.0, 4180.0, 4184.0, 4178.0, 4184.0, 4179.0, 4196.0, 4184.0, 4184.0, 4183.0, 4173.0, 4182.0, 4183.0, 4183.0, 4170.0, 4182.0, 4170.0, 4164.0, 4175.0, 4171.0, 4184.0, 4171.0, 4181.0, 4175.0, 4168.0, 4185.0, 4168.0, 4181.0, 4170.0, 4171.0, 4179.0, 4180.0, 4171.0, 4164.0, 4185.0, 4181.0, 4185.0, 4178.0, 4170.0, 4180.0, 4168.0, 4181.0, 4182.0, 4171.0, 4172.0, 4179.0, 4176.0, 4181.0, 4181.0, 4186.0, 4184.0, 4170.0, 4168.0, 4170.0, 4180.0, 4180.0, 4170.0, 4186.0, 4169.0, 4170.0, 4169.0, 4167.0, 4174.0, 4168.0, 4183.0, 4168.0, 4169.0, 4170.0, 4168.0, 4174.0, 4168.0, 4168.0, 4158.0, 4167.0, 4169.0, 4168.0, 4171.0, 4169.0, 4180.0, 4169.0, 4168.0, 4170.0, 4167.0, 4174.0, 4166.0, 4170.0, 4158.0, 4169.0, 4169.0, 4169.0, 4171.0, 4158.0, 4168.0, 4180.0, 4171.0, 4167.0, 4157.0, 4167.0, 4168.0, 4169.0, 4181.0, 4170.0, 4192.0, 4172.0, 4171.0, 4169.0, 4171.0, 4165.0, 4170.0, 4171.0, 4171.0, 4183.0, 4172.0, 4171.0, 4163.0, 4169.0, 4172.0, 4170.0, 4172.0, 4164.0, 4169.0, 4163.0, 4158.0, 4170.0, 4169.0, 4163.0, 4172.0, 4171.0, 4172.0, 4158.0, 4170.0, 4163.0, 4163.0, 4169.0, 4170.0, 4172.0, 4170.0, 4172.0, 4171.0, 4170.0, 4183.0, 4171.0, 4170.0, 4168.0, 4169.0, 4169.0, 4160.0, 4172.0, 4169.0, 4172.0, 4172.0, 4179.0, 4172.0, 4171.0, 4171.0, 4171.0, 4169.0, 4176.0, 4169.0, 4169.0, 4159.0, 4168.0, 4182.0, 4179.0, 4183.0, 4170.0, 4173.0, 4171.0, 4171.0, 4186.0, 4170.0, 4182.0, 4170.0, 4172.0, 4182.0, 4170.0, 4172.0, 4171.0, 4165.0, 4171.0, 4168.0, 4183.0, 4172.0, 4170.0, 4160.0, 4171.0, 4171.0, 4170.0, 4172.0, 4170.0, 4183.0, 4171.0, 4169.0, 4169.0, 4171.0, 4170.0, 4171.0, 4183.0, 4178.0, 4171.0, 4183.0, 4170.0, 4170.0, 4170.0, 4159.0, 4164.0, 4158.0, 4154.0, 4169.0, 4171.0, 4172.0, 4161.0, 4172.0, 4158.0, 4167.0, 4153.0, 4170.0, 4171.0, 4158.0, 4168.0, 4168.0, 4168.0, 4173.0, 4170.0, 4169.0, 4159.0, 4169.0, 4169.0, 4181.0, 4175.0, 4170.0, 4182.0, 4159.0, 4169.0, 4167.0, 4168.0, 4171.0, 4157.0, 4166.0, 4169.0, 4170.0, 4172.0, 4159.0, 4171.0, 4169.0, 4168.0, 4170.0, 4183.0, 4178.0, 4170.0, 4183.0, 4170.0, 4171.0, 4171.0, 4169.0, 4174.0, 4168.0, 4170.0, 4182.0, 4169.0, 4172.0, 4165.0, 4165.0, 4168.0, 4170.0, 4169.0, 4169.0, 4171.0, 4165.0, 4170.0, 4171.0, 4154.0, 4169.0, 4172.0, 4181.0, 4184.0, 4171.0, 4172.0, 4169.0, 4169.0, 4186.0, 4165.0, 4173.0, 4171.0, 4170.0, 4182.0, 4157.0, 4170.0, 4170.0, 4164.0, 4175.0, 4158.0, 4171.0, 4167.0, 4181.0, 4175.0, 4153.0, 4171.0, 4152.0, 4171.0, 4182.0, 4175.0, 4176.0, 4154.0, 4171.0, 4166.0, 4169.0, 4171.0, 4153.0, 4164.0, 4153.0, 4170.0, 4181.0, 4159.0, 4170.0, 4152.0, 4164.0, 4153.0, 4166.0, 4165.0, 4163.0, 4174.0, 4164.0, 4170.0, 4174.0, 4164.0, 4171.0, 4165.0, 4177.0, 4164.0, 4167.0, 4166.0, 4170.0, 4167.0, 4159.0, 4165.0, 4176.0, 4171.0, 4172.0, 4158.0, 4184.0, 4177.0, 4178.0, 4164.0, 4183.0, 4184.0, 4181.0, 4183.0, 4177.0, 4172.0, 4164.0, 4164.0, 4172.0, 4181.0, 4186.0, 4155.0, 4164.0, 4173.0, 4164.0, 4173.0, 4163.0, 4163.0, 4154.0, 4171.0, 4164.0, 4158.0, 4170.0, 4153.0, 4165.0, 4170.0, 4170.0, 4165.0, 4170.0, 4176.0, 4171.0, 4166.0, 4175.0, 4164.0, 4165.0, 4154.0, 4172.0, 4154.0, 4181.0, 4167.0, 4161.0, 4166.0, 4152.0, 4163.0, 4169.0, 4164.0, 4175.0, 4169.0, 4185.0, 4165.0, 4174.0, 4165.0, 4164.0, 4185.0, 4165.0, 4175.0, 4175.0, 4165.0, 4177.0, 4165.0, 4185.0, 4167.0, 4174.0, 4166.0, 4153.0, 4166.0, 4165.0, 4176.0, 4166.0, 4164.0, 4177.0, 4171.0, 4171.0, 4166.0, 4176.0, 4167.0, 4166.0, 4178.0, 4171.0, 4178.0, 4169.0, 4168.0, 4166.0, 4164.0, 4166.0, 4173.0, 4183.0, 4184.0, 4169.0, 4165.0, 4152.0, 4152.0, 4154.0, 4164.0, 4165.0, 4165.0, 4166.0, 4173.0, 4165.0, 4171.0, 4166.0, 4166.0, 4170.0, 4179.0, 4169.0, 4169.0, 4160.0, 4170.0, 4168.0, 4157.0, 4168.0, 4158.0, 4173.0, 4156.0, 4155.0, 4167.0, 4169.0, 4167.0, 4151.0, 4150.0, 4154.0, 4165.0, 4165.0, 4175.0, 4165.0, 4177.0, 4178.0, 4167.0, 4164.0, 4151.0, 4163.0, 4153.0, 4163.0, 4153.0, 4152.0, 4152.0, 4153.0, 4162.0, 4148.0, 4174.0, 4154.0, 4163.0, 4154.0, 4154.0, 4162.0, 4151.0, 4163.0, 4153.0, 4163.0, 4165.0, 4165.0, 4167.0, 4153.0, 4164.0, 4154.0, 4175.0, 4154.0, 4188.0, 4165.0, 4160.0, 4155.0, 4163.0, 4165.0, 4152.0, 4163.0, 4154.0, 4164.0, 4165.0, 4166.0, 4164.0, 4154.0, 4164.0, 4154.0, 4153.0, 4154.0, 4153.0, 4164.0, 4163.0, 4162.0, 4152.0, 4165.0, 4164.0, 4153.0, 4166.0, 4165.0, 4175.0, 4166.0, 4165.0, 4177.0, 4169.0, 4178.0, 4165.0, 4167.0, 4166.0, 4168.0, 4166.0, 4162.0, 4166.0, 4166.0, 4167.0, 4168.0, 4168.0, 4179.0, 4167.0, 4181.0, 4166.0, 4166.0, 4164.0, 4163.0, 4152.0, 4164.0, 4165.0, 4179.0, 4178.0, 4168.0, 4177.0, 4165.0, 4175.0, 4168.0, 4177.0, 4167.0, 4162.0, 4165.0, 4150.0, 4160.0, 4163.0, 4165.0, 4165.0, 4164.0, 4175.0, 4156.0, 4164.0, 4153.0, 4154.0, 4163.0, 4153.0, 4165.0, 4154.0, 4165.0, 4155.0, 4162.0, 4164.0, 4166.0, 4176.0, 4166.0, 4164.0, 4156.0, 4149.0, 4164.0, 4154.0, 4165.0, 4164.0, 4175.0, 4166.0, 4165.0, 4166.0, 4155.0, 4177.0, 4156.0, 4160.0, 4155.0, 4165.0, 4166.0, 4165.0, 4166.0, 4157.0, 4165.0, 4166.0, 4167.0, 4179.0, 4156.0, 4164.0, 4156.0, 4162.0, 4165.0, 4156.0, 4176.0, 4155.0, 4175.0, 4165.0, 4167.0, 4163.0, 4166.0, 4180.0, 4167.0, 4169.0, 4167.0, 4164.0, 4165.0, 4178.0, 4178.0, 4167.0, 4167.0, 4174.0, 4166.0, 4164.0, 4168.0, 4167.0, 4177.0, 4165.0, 4176.0, 4165.0, 4165.0, 4178.0, 4168.0, 4179.0, 4168.0, 4175.0, 4180.0, 4181.0, 4192.0, 4183.0, 4191.0, 4171.0, 4179.0, 4181.0, 4176.0, 4169.0, 4178.0, 4178.0, 4166.0, 4176.0, 4166.0, 4179.0, 4166.0, 4166.0, 4169.0, 4167.0, 4165.0, 4167.0, 4177.0, 4156.0, 4166.0, 4163.0, 4164.0, 4174.0, 4163.0, 4164.0, 4154.0, 4163.0, 4155.0, 4177.0, 4181.0, 4178.0, 4179.0, 4166.0, 4177.0, 4165.0, 4179.0, 4167.0, 4174.0, 4169.0, 4165.0, 4178.0, 4180.0, 4178.0, 4167.0, 4167.0, 4164.0, 4177.0, 4167.0, 4180.0, 4181.0, 4179.0, 4179.0, 4166.0, 4178.0, 4177.0, 4188.0, 4180.0, 4181.0, 4180.0, 4180.0, 4179.0, 4180.0, 4193.0, 4179.0, 4179.0, 4167.0, 4177.0, 4170.0, 4181.0, 4179.0, 4178.0, 4179.0, 4179.0, 4180.0, 4167.0, 4182.0, 4180.0, 4180.0, 4180.0, 4169.0, 4178.0, 4168.0, 4181.0, 4178.0, 4178.0, 4169.0, 4167.0, 4178.0, 4168.0, 4191.0, 4180.0, 4191.0, 4180.0, 4168.0, 4168.0, 4167.0, 4179.0, 4152.0, 4165.0, 4155.0, 4140.0, 4147.0, 4146.0, 4178.0, 4168.0, 4157.0, 4188.0, 4158.0, 4163.0, 4158.0, 4160.0, 4176.0, 4183.0, 4177.0, 4172.0, 4157.0, 4159.0, 4155.0, 4140.0, 4142.0, 4124.0, 4123.0, 4114.0, 4128.0, 4098.0, 4113.0, 4088.0, 4108.0, 4090.0, 4109.0, 4087.0, 4111.0, 4101.0, 4122.0, 4111.0, 4123.0, 4103.0, 4135.0, 4111.0, 4136.0, 4111.0, 4134.0, 4138.0, 4151.0, 4136.0, 4148.0, 4139.0, 4156.0, 4146.0, 4155.0, 4155.0, 4156.0, 4146.0, 4167.0, 4160.0, 4174.0, 4164.0, 4165.0, 4164.0, 4200.0, 4189.0, 4216.0, 4224.0, 4226.0, 4225.0, 4234.0, 4233.0, 4217.0, 4196.0, 4195.0, 4194.0, 4192.0, 4182.0, 4184.0, 4160.0, 4171.0, 4194.0, 4165.0, 4165.0, 4151.0, 4138.0, 4128.0, 4125.0, 4118.0, 4111.0, 4117.0, 4105.0, 4126.0, 4112.0, 4125.0, 4117.0, 4109.0, 4128.0, 4116.0, 4124.0, 4116.0, 4114.0, 4126.0, 4104.0, 4129.0, 4119.0, 4139.0, 4129.0, 4140.0, 4141.0, 4131.0, 4151.0, 4145.0, 4142.0, 4142.0, 4141.0, 4144.0, 4156.0, 4162.0, 4195.0, 4186.0, 4178.0, 4186.0, 4176.0, 4168.0, 4162.0, 4157.0, 4165.0], 'WindowWidth': [9392.0, 9380.0, 9341.0, 9340.0, 9333.0, 9313.0, 9305.0, 9303.0, 9303.0, 9283.0, 9322.0, 9286.0, 9298.0, 9300.0, 9309.0, 9328.0, 9309.0, 9292.0, 9291.0, 9300.0, 9312.0, 9309.0, 9326.0, 9317.0, 9317.0, 9300.0, 9288.0, 9320.0, 9293.0, 9299.0, 9287.0, 9292.0, 9287.0, 9304.0, 9303.0, 9292.0, 9298.0, 9285.0, 9298.0, 9292.0, 9319.0, 9296.0, 9296.0, 9293.0, 9280.0, 9291.0, 9296.0, 9295.0, 9274.0, 9291.0, 9273.0, 9260.0, 9275.0, 9276.0, 9296.0, 9276.0, 9290.0, 9283.0, 9268.0, 9297.0, 9268.0, 9289.0, 9271.0, 9273.0, 9282.0, 9287.0, 9276.0, 9259.0, 9296.0, 9292.0, 9297.0, 9281.0, 9273.0, 9285.0, 9267.0, 9289.0, 9293.0, 9277.0, 9277.0, 9283.0, 9277.0, 9288.0, 9288.0, 9305.0, 9298.0, 9272.0, 9269.0, 9273.0, 9288.0, 9287.0, 9274.0, 9300.0, 9271.0, 9273.0, 9270.0, 9265.0, 9281.0, 9267.0, 9292.0, 9267.0, 9271.0, 9272.0, 9269.0, 9281.0, 9267.0, 9267.0, 9251.0, 9265.0, 9269.0, 9266.0, 9272.0, 9268.0, 9287.0, 9270.0, 9268.0, 9270.0, 9264.0, 9278.0, 9260.0, 9270.0, 9254.0, 9269.0, 9268.0, 9268.0, 9272.0, 9251.0, 9267.0, 9285.0, 9273.0, 9263.0, 9248.0, 9263.0, 9265.0, 9271.0, 9287.0, 9273.0, 9306.0, 9278.0, 9276.0, 9270.0, 9276.0, 9263.0, 9272.0, 9275.0, 9277.0, 9293.0, 9277.0, 9275.0, 9258.0, 9269.0, 9276.0, 9272.0, 9277.0, 9259.0, 9268.0, 9255.0, 9252.0, 9271.0, 9268.0, 9257.0, 9275.0, 9274.0, 9275.0, 9253.0, 9271.0, 9257.0, 9256.0, 9268.0, 9270.0, 9276.0, 9271.0, 9277.0, 9273.0, 9270.0, 9292.0, 9273.0, 9271.0, 9266.0, 9267.0, 9268.0, 9256.0, 9277.0, 9269.0, 9277.0, 9278.0, 9283.0, 9275.0, 9273.0, 9274.0, 9274.0, 9271.0, 9285.0, 9267.0, 9268.0, 9255.0, 9266.0, 9289.0, 9285.0, 9294.0, 9272.0, 9277.0, 9273.0, 9274.0, 9298.0, 9273.0, 9291.0, 9272.0, 9277.0, 9289.0, 9273.0, 9278.0, 9273.0, 9261.0, 9274.0, 9268.0, 9295.0, 9277.0, 9274.0, 9258.0, 9273.0, 9274.0, 9273.0, 9277.0, 9273.0, 9292.0, 9275.0, 9269.0, 9270.0, 9273.0, 9272.0, 9274.0, 9291.0, 9290.0, 9273.0, 9294.0, 9273.0, 9273.0, 9271.0, 9254.0, 9258.0, 9254.0, 9246.0, 9269.0, 9273.0, 9276.0, 9261.0, 9274.0, 9252.0, 9264.0, 9243.0, 9272.0, 9274.0, 9253.0, 9267.0, 9267.0, 9267.0, 9279.0, 9272.0, 9269.0, 9255.0, 9268.0, 9269.0, 9287.0, 9284.0, 9270.0, 9292.0, 9255.0, 9269.0, 9264.0, 9264.0, 9271.0, 9249.0, 9263.0, 9269.0, 9273.0, 9278.0, 9255.0, 9273.0, 9266.0, 9267.0, 9270.0, 9292.0, 9289.0, 9270.0, 9292.0, 9272.0, 9273.0, 9273.0, 9269.0, 9272.0, 9266.0, 9272.0, 9292.0, 9271.0, 9278.0, 9260.0, 9261.0, 9268.0, 9272.0, 9271.0, 9268.0, 9276.0, 9262.0, 9271.0, 9273.0, 9244.0, 9271.0, 9276.0, 9288.0, 9296.0, 9274.0, 9277.0, 9268.0, 9270.0, 9298.0, 9262.0, 9279.0, 9273.0, 9272.0, 9288.0, 9250.0, 9270.0, 9271.0, 9258.0, 9280.0, 9251.0, 9275.0, 9266.0, 9289.0, 9282.0, 9240.0, 9272.0, 9239.0, 9271.0, 9291.0, 9276.0, 9277.0, 9244.0, 9273.0, 9262.0, 9267.0, 9274.0, 9244.0, 9260.0, 9243.0, 9271.0, 9286.0, 9254.0, 9271.0, 9239.0, 9257.0, 9242.0, 9262.0, 9261.0, 9257.0, 9282.0, 9261.0, 9272.0, 9272.0, 9257.0, 9273.0, 9261.0, 9279.0, 9259.0, 9266.0, 9262.0, 9269.0, 9267.0, 9256.0, 9260.0, 9278.0, 9273.0, 9275.0, 9253.0, 9296.0, 9283.0, 9285.0, 9260.0, 9293.0, 9295.0, 9288.0, 9293.0, 9280.0, 9277.0, 9259.0, 9259.0, 9277.0, 9287.0, 9299.0, 9247.0, 9259.0, 9268.0, 9259.0, 9279.0, 9256.0, 9256.0, 9244.0, 9274.0, 9257.0, 9252.0, 9272.0, 9243.0, 9259.0, 9271.0, 9269.0, 9261.0, 9269.0, 9278.0, 9275.0, 9262.0, 9273.0, 9256.0, 9260.0, 9244.0, 9277.0, 9245.0, 9289.0, 9265.0, 9259.0, 9264.0, 9240.0, 9255.0, 9268.0, 9259.0, 9283.0, 9271.0, 9297.0, 9262.0, 9273.0, 9262.0, 9261.0, 9296.0, 9263.0, 9277.0, 9275.0, 9262.0, 9280.0, 9262.0, 9298.0, 9268.0, 9272.0, 9262.0, 9243.0, 9263.0, 9262.0, 9278.0, 9265.0, 9258.0, 9281.0, 9275.0, 9275.0, 9265.0, 9279.0, 9267.0, 9265.0, 9283.0, 9276.0, 9286.0, 9274.0, 9269.0, 9266.0, 9262.0, 9263.0, 9278.0, 9294.0, 9297.0, 9272.0, 9259.0, 9239.0, 9241.0, 9245.0, 9258.0, 9262.0, 9261.0, 9267.0, 9281.0, 9264.0, 9276.0, 9264.0, 9263.0, 9274.0, 9285.0, 9271.0, 9271.0, 9258.0, 9270.0, 9266.0, 9249.0, 9267.0, 9251.0, 9277.0, 9247.0, 9245.0, 9261.0, 9270.0, 9264.0, 9240.0, 9236.0, 9248.0, 9263.0, 9263.0, 9278.0, 9264.0, 9283.0, 9287.0, 9268.0, 9261.0, 9240.0, 9258.0, 9243.0, 9257.0, 9243.0, 9240.0, 9240.0, 9243.0, 9251.0, 9230.0, 9270.0, 9242.0, 9256.0, 9244.0, 9245.0, 9252.0, 9238.0, 9256.0, 9241.0, 9256.0, 9261.0, 9261.0, 9265.0, 9242.0, 9257.0, 9245.0, 9274.0, 9246.0, 9300.0, 9262.0, 9252.0, 9247.0, 9258.0, 9263.0, 9243.0, 9258.0, 9246.0, 9261.0, 9261.0, 9263.0, 9260.0, 9244.0, 9258.0, 9242.0, 9240.0, 9243.0, 9239.0, 9257.0, 9254.0, 9251.0, 9237.0, 9260.0, 9259.0, 9241.0, 9263.0, 9262.0, 9275.0, 9263.0, 9261.0, 9280.0, 9273.0, 9283.0, 9261.0, 9265.0, 9263.0, 9269.0, 9266.0, 9255.0, 9266.0, 9266.0, 9267.0, 9268.0, 9269.0, 9285.0, 9267.0, 9292.0, 9266.0, 9264.0, 9259.0, 9258.0, 9243.0, 9264.0, 9265.0, 9289.0, 9289.0, 9273.0, 9284.0, 9266.0, 9279.0, 9272.0, 9281.0, 9267.0, 9257.0, 9263.0, 9238.0, 9249.0, 9258.0, 9264.0, 9262.0, 9259.0, 9278.0, 9252.0, 9260.0, 9244.0, 9246.0, 9258.0, 9244.0, 9261.0, 9245.0, 9261.0, 9248.0, 9255.0, 9261.0, 9265.0, 9280.0, 9268.0, 9258.0, 9250.0, 9234.0, 9258.0, 9246.0, 9262.0, 9259.0, 9276.0, 9266.0, 9262.0, 9267.0, 9250.0, 9282.0, 9253.0, 9252.0, 9247.0, 9260.0, 9264.0, 9265.0, 9265.0, 9254.0, 9261.0, 9264.0, 9268.0, 9286.0, 9252.0, 9258.0, 9250.0, 9255.0, 9263.0, 9251.0, 9280.0, 9250.0, 9277.0, 9264.0, 9268.0, 9262.0, 9267.0, 9290.0, 9269.0, 9272.0, 9267.0, 9261.0, 9264.0, 9284.0, 9287.0, 9271.0, 9268.0, 9275.0, 9264.0, 9260.0, 9269.0, 9269.0, 9281.0, 9263.0, 9279.0, 9263.0, 9263.0, 9283.0, 9272.0, 9287.0, 9269.0, 9278.0, 9291.0, 9292.0, 9312.0, 9301.0, 9308.0, 9282.0, 9289.0, 9294.0, 9281.0, 9274.0, 9285.0, 9285.0, 9265.0, 9279.0, 9264.0, 9285.0, 9266.0, 9266.0, 9270.0, 9264.0, 9263.0, 9267.0, 9279.0, 9251.0, 9262.0, 9254.0, 9262.0, 9273.0, 9255.0, 9256.0, 9243.0, 9256.0, 9248.0, 9280.0, 9292.0, 9285.0, 9286.0, 9264.0, 9282.0, 9261.0, 9287.0, 9272.0, 9275.0, 9273.0, 9263.0, 9283.0, 9289.0, 9284.0, 9263.0, 9264.0, 9260.0, 9281.0, 9267.0, 9289.0, 9291.0, 9286.0, 9285.0, 9266.0, 9285.0, 9282.0, 9301.0, 9290.0, 9292.0, 9287.0, 9288.0, 9286.0, 9288.0, 9310.0, 9285.0, 9285.0, 9266.0, 9282.0, 9276.0, 9292.0, 9289.0, 9285.0, 9287.0, 9286.0, 9289.0, 9269.0, 9294.0, 9292.0, 9290.0, 9288.0, 9273.0, 9284.0, 9269.0, 9291.0, 9284.0, 9283.0, 9272.0, 9268.0, 9283.0, 9272.0, 9306.0, 9291.0, 9309.0, 9289.0, 9267.0, 9267.0, 9268.0, 9288.0, 9245.0, 9272.0, 9251.0, 9222.0, 9240.0, 9239.0, 9287.0, 9270.0, 9256.0, 9298.0, 9258.0, 9267.0, 9256.0, 9257.0, 9287.0, 9295.0, 9294.0, 9280.0, 9248.0, 9252.0, 9241.0, 9215.0, 9214.0, 9182.0, 9176.0, 9162.0, 9191.0, 9137.0, 9160.0, 9120.0, 9148.0, 9125.0, 9149.0, 9119.0, 9158.0, 9144.0, 9176.0, 9159.0, 9179.0, 9151.0, 9200.0, 9165.0, 9204.0, 9166.0, 9201.0, 9210.0, 9231.0, 9208.0, 9228.0, 9219.0, 9249.0, 9234.0, 9246.0, 9244.0, 9248.0, 9234.0, 9266.0, 9259.0, 9277.0, 9261.0, 9264.0, 9265.0, 9320.0, 9302.0, 9351.0, 9366.0, 9376.0, 9371.0, 9383.0, 9385.0, 9363.0, 9329.0, 9325.0, 9320.0, 9314.0, 9297.0, 9303.0, 9262.0, 9276.0, 9309.0, 9260.0, 9258.0, 9233.0, 9212.0, 9194.0, 9185.0, 9178.0, 9160.0, 9171.0, 9155.0, 9186.0, 9164.0, 9182.0, 9174.0, 9156.0, 9191.0, 9173.0, 9180.0, 9172.0, 9167.0, 9187.0, 9157.0, 9194.0, 9183.0, 9209.0, 9199.0, 9214.0, 9216.0, 9205.0, 9233.0, 9231.0, 9222.0, 9224.0, 9220.0, 9229.0, 9253.0, 9259.0, 9321.0, 9310.0, 9290.0, 9308.0, 9291.0, 9272.0, 9266.0, 9254.0, 9265.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.009606857142857144</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03922603197802197</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.48661114705174</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2356702790869096</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1390619236193618</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4568</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7088.9795</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12491959960060388</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.010989010989011</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5403760542005</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5034524857675873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.798227569648692</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3194481071852207</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115925</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01903587393462658</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031443893909454346</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.0058532853378175</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>31.2478</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4729</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.2672</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306677.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>855.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.748</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4166</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.9862</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3439.581</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3609.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69867.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1272.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4503.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.9252</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.928534478880465</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> |