=== 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-0102 --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-0102",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0102_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-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_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-0102/figures/sub-0102_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102/ses-02/func/sub-0102_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>e384005bc8078034338a2179cedc5578</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:25:51.610000</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.99593, -0.022364, -0.0873077, 0.0140805, 0.995438, -0.0943647]</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.097724</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>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4218, -7791, -7296, 210, -124, -132, -114, 96]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.126</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>950f2f00-3ce6-4eae-844a-fbe8e4502b04||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.6720082759857178, 0.037777043879032135, -0.2403535544872284, 116.93028259277344], [0.06000104546546936, 2.670687675476074, -0.2504286766052246, -95.27086639404297], [-0.23424029350280762, 0.25317367911338806, 2.6775951385498047, -82.20867156982422], [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': ['102551.610000', '102552.070000', '102552.530000', '102552.990000', '102553.450000', '102553.910000', '102554.370000', '102554.830000', '102555.290000', '102555.750000', '102556.210000', '102556.670000', '102557.130000', '102557.590000', '102558.050000', '102558.510000', '102558.970000', '102559.430000', '102559.890000', '102600.350000', '102600.810000', '102601.270000', '102601.730000', '102602.190000', '102602.650000', '102603.110000', '102603.570000', '102604.030000', '102604.490000', '102604.950000', '102605.410000', '102605.870000', '102606.330000', '102606.790000', '102607.250000', '102607.710000', '102608.170000', '102608.630000', '102609.090000', '102609.550000', '102610.010000', '102610.470000', '102610.930000', '102611.390000', '102611.850000', '102612.310000', '102612.770000', '102613.230000', '102613.690000', '102614.150000', '102614.610000', '102615.070000', '102615.530000', '102615.990000', '102616.450000', '102616.910000', '102617.370000', '102617.830000', '102618.290000', '102618.750000', '102619.210000', '102619.670000', '102620.130000', '102620.590000', '102621.050000', '102621.510000', '102621.970000', '102622.430000', '102622.890000', '102623.350000', '102623.810000', '102624.270000', '102624.730000', '102625.190000', '102625.650000', '102626.110000', '102626.570000', '102627.030000', '102627.490000', '102627.950000', '102628.410000', '102628.870000', '102629.330000', '102629.790000', '102630.250000', '102630.710000', '102631.170000', '102631.630000', '102632.090000', '102632.550000', '102633.010000', '102633.470000', '102633.930000', '102634.390000', '102634.850000', '102635.310000', '102635.770000', '102636.230000', '102636.690000', '102637.150000', '102637.610000', '102638.070000', '102638.530000', '102638.990000', '102639.450000', '102639.910000', '102640.370000', '102640.830000', '102641.290000', '102641.750000', '102642.210000', '102642.670000', '102643.130000', '102643.590000', '102644.050000', '102644.510000', '102644.970000', '102645.430000', '102645.890000', '102646.350000', '102646.810000', '102647.270000', '102647.730000', '102648.190000', '102648.650000', '102649.110000', '102649.570000', '102650.030000', '102650.490000', '102650.950000', '102651.410000', '102651.870000', '102652.330000', '102652.790000', '102653.250000', '102653.710000', '102654.170000', '102654.630000', '102655.090000', '102655.550000', '102656.010000', '102656.470000', '102656.930000', '102657.390000', '102657.850000', '102658.310000', '102658.770000', '102659.230000', '102659.690000', '102700.150000', '102700.610000', '102701.070000', '102701.530000', '102701.990000', '102702.450000', '102702.910000', '102703.370000', '102703.830000', '102704.290000', '102704.750000', '102705.210000', '102705.670000', '102706.130000', '102706.590000', '102707.050000', '102707.510000', '102707.970000', '102708.430000', '102708.890000', '102709.350000', '102709.810000', '102710.270000', '102710.730000', '102711.190000', '102711.650000', '102712.110000', '102712.570000', '102713.030000', '102713.490000', '102713.950000', '102714.410000', '102714.870000', '102715.330000', '102715.790000', '102716.250000', '102716.710000', '102717.170000', '102717.630000', '102718.090000', '102718.550000', '102719.010000', '102719.470000', '102719.930000', '102720.390000', '102720.850000', '102721.310000', '102721.770000', '102722.230000', '102722.690000', '102723.150000', '102723.610000', '102724.070000', '102724.530000', '102724.990000', '102725.450000', '102725.910000', '102726.370000', '102726.830000', '102727.290000', '102727.750000', '102728.210000', '102728.670000', '102729.130000', '102729.590000', '102730.050000', '102730.510000', '102730.970000', '102731.430000', '102731.890000', '102732.350000', '102732.810000', '102733.270000', '102733.730000', '102734.190000', '102734.650000', '102735.110000', '102735.570000', '102736.030000', '102736.490000', '102736.950000', '102737.410000', '102737.870000', '102738.330000', '102738.790000', '102739.250000', '102739.710000', '102740.170000', '102740.630000', '102741.090000', '102741.550000', '102742.010000', '102742.470000', '102742.930000', '102743.390000', '102743.850000', '102744.310000', '102744.770000', '102745.230000', '102745.690000', '102746.150000', '102746.610000', '102747.070000', '102747.530000', '102747.990000', '102748.450000', '102748.910000', '102749.370000', '102749.830000', '102750.290000', '102750.750000', '102751.210000', '102751.670000', '102752.130000', '102752.590000', '102753.050000', '102753.510000', '102753.970000', '102754.430000', '102754.890000', '102755.350000', '102755.810000', '102756.270000', '102756.730000', '102757.190000', '102757.650000', '102758.110000', '102758.570000', '102759.030000', '102759.490000', '102759.950000', '102800.410000', '102800.870000', '102801.330000', '102801.790000', '102802.250000', '102802.710000', '102803.170000', '102803.630000', '102804.090000', '102804.550000', '102805.010000', '102805.470000', '102805.930000', '102806.390000', '102806.850000', '102807.310000', '102807.770000', '102808.230000', '102808.690000', '102809.150000', '102809.610000', '102810.070000', '102810.530000', '102810.990000', '102811.450000', '102811.910000', '102812.370000', '102812.830000', '102813.290000', '102813.750000', '102814.210000', '102814.670000', '102815.130000', '102815.590000', '102816.050000', '102816.510000', '102816.970000', '102817.430000', '102817.890000', '102818.350000', '102818.810000', '102819.270000', '102819.730000', '102820.190000', '102820.650000', '102821.110000', '102821.570000', '102822.030000', '102822.490000', '102822.950000', '102823.410000', '102823.870000', '102824.330000', '102824.790000', '102825.250000', '102825.710000', '102826.170000', '102826.630000', '102827.090000', '102827.550000', '102828.010000', '102828.470000', '102828.930000', '102829.390000', '102829.850000', '102830.310000', '102830.770000', '102831.230000', '102831.690000', '102832.150000', '102832.610000', '102833.070000', '102833.530000', '102833.990000', '102834.450000', '102834.910000', '102835.370000', '102835.830000', '102836.290000', '102836.750000', '102837.210000', '102837.670000', '102838.130000', '102838.590000', '102839.050000', '102839.510000', '102839.970000', '102840.430000', '102840.890000', '102841.350000', '102841.810000', '102842.270000', '102842.730000', '102843.190000', '102843.650000', '102844.110000', '102844.570000', '102845.030000', '102845.490000', '102845.950000', '102846.410000', '102846.870000', '102847.330000', '102847.790000', '102848.250000', '102848.710000', '102849.170000', '102849.630000', '102850.090000', '102850.550000', '102851.010000', '102851.470000', '102851.930000', '102852.390000', '102852.850000', '102853.310000', '102853.770000', '102854.230000', '102854.690000', '102855.150000', '102855.610000', '102856.070000', '102856.530000', '102856.990000', '102857.450000', '102857.910000', '102858.370000', '102858.830000', '102859.290000', '102859.750000', '102900.210000', '102900.670000', '102901.130000', '102901.590000', '102902.050000', '102902.510000', '102902.970000', '102903.430000', '102903.890000', '102904.350000', '102904.810000', '102905.270000', '102905.730000', '102906.190000', '102906.650000', '102907.110000', '102907.570000', '102908.030000', '102908.490000', '102908.950000', '102909.410000', '102909.870000', '102910.330000', '102910.790000', '102911.250000', '102911.710000', '102912.170000', '102912.630000', '102913.090000', '102913.550000', '102914.010000', '102914.470000', '102914.930000', '102915.390000', '102915.850000', '102916.310000', '102916.770000', '102917.230000', '102917.690000', '102918.150000', '102918.610000', '102919.070000', '102919.530000', '102919.990000', '102920.450000', '102920.910000', '102921.370000', '102921.830000', '102922.290000', '102922.750000', '102923.210000', '102923.670000', '102924.130000', '102924.590000', '102925.050000', '102925.510000', '102925.970000', '102926.430000', '102926.890000', '102927.350000', '102927.810000', '102928.270000', '102928.730000', '102929.190000', '102929.650000', '102930.110000', '102930.570000', '102931.030000', '102931.490000', '102931.950000', '102932.410000', '102932.870000', '102933.330000', '102933.790000', '102934.250000', '102934.710000', '102935.170000', '102935.630000', '102936.090000', '102936.550000', '102937.010000', '102937.470000', '102937.930000', '102938.390000', '102938.850000', '102939.310000', '102939.770000', '102940.230000', '102940.690000', '102941.150000', '102941.610000', '102942.070000', '102942.530000', '102942.990000', '102943.450000', '102943.910000', '102944.370000', '102944.830000', '102945.290000', '102945.750000', '102946.210000', '102946.670000', '102947.130000', '102947.590000', '102948.050000', '102948.510000', '102948.970000', '102949.430000', '102949.890000', '102950.350000', '102950.810000', '102951.270000', '102951.730000', '102952.190000', '102952.650000', '102953.110000', '102953.570000', '102954.030000', '102954.490000', '102954.950000', '102955.410000', '102955.870000', '102956.330000', '102956.790000', '102957.250000', '102957.710000', '102958.170000', '102958.630000', '102959.090000', '102959.550000', '103000.010000', '103000.470000', '103000.930000', '103001.390000', '103001.850000', '103002.310000', '103002.770000', '103003.230000', '103003.690000', '103004.150000', '103004.610000', '103005.070000', '103005.530000', '103005.990000', '103006.450000', '103006.910000', '103007.370000', '103007.830000', '103008.290000', '103008.750000', '103009.210000', '103009.670000', '103010.130000', '103010.590000', '103011.050000', '103011.510000', '103011.970000', '103012.430000', '103012.890000', '103013.350000', '103013.810000', '103014.270000', '103014.730000', '103015.190000', '103015.650000', '103016.110000', '103016.570000', '103017.030000', '103017.490000', '103017.950000', '103018.410000', '103018.870000', '103019.330000', '103019.790000', '103020.250000', '103020.710000', '103021.170000', '103021.630000', '103022.090000', '103022.550000', '103023.010000', '103023.470000', '103023.930000', '103024.390000', '103024.850000', '103025.310000', '103025.770000', '103026.230000', '103026.690000', '103027.150000', '103027.610000', '103028.070000', '103028.530000', '103028.990000', '103029.450000', '103029.910000', '103030.370000', '103030.830000', '103031.290000', '103031.750000', '103032.210000', '103032.670000', '103033.130000', '103033.590000', '103034.050000', '103034.510000', '103034.970000', '103035.430000', '103035.890000', '103036.350000', '103036.810000', '103037.270000', '103037.730000', '103038.190000', '103038.650000', '103039.110000', '103039.570000', '103040.030000', '103040.490000', '103040.950000', '103041.410000', '103041.870000', '103042.330000', '103042.790000', '103043.250000', '103043.710000', '103044.170000', '103044.630000', '103045.090000', '103045.550000', '103046.010000', '103046.470000', '103046.930000', '103047.390000', '103047.850000', '103048.310000', '103048.770000', '103049.230000', '103049.690000', '103050.150000', '103050.610000', '103051.070000', '103051.530000', '103051.990000', '103052.450000', '103052.910000', '103053.370000', '103053.830000', '103054.290000', '103054.750000', '103055.210000', '103055.670000', '103056.130000', '103056.590000', '103057.050000', '103057.510000', '103057.970000', '103058.430000', '103058.890000', '103059.350000', '103059.810000', '103100.270000', '103100.730000', '103101.190000', '103101.650000', '103102.110000', '103102.570000', '103103.030000', '103103.490000', '103103.950000', '103104.410000', '103104.870000', '103105.330000', '103105.790000', '103106.250000', '103106.710000', '103107.170000', '103107.630000', '103108.090000', '103108.550000', '103109.010000', '103109.470000', '103109.930000', '103110.390000', '103110.850000', '103111.310000', '103111.770000', '103112.230000', '103112.690000', '103113.150000', '103113.610000', '103114.070000', '103114.530000', '103114.990000', '103115.450000', '103115.910000', '103116.370000', '103116.830000', '103117.290000', '103117.750000', '103118.210000', '103118.670000', '103119.130000', '103119.590000', '103120.050000', '103120.510000', '103120.970000', '103121.430000', '103121.890000', '103122.350000', '103122.810000', '103123.270000', '103123.730000', '103124.190000', '103124.650000', '103125.110000', '103125.570000', '103126.030000', '103126.490000', '103126.950000', '103127.410000', '103127.870000', '103128.330000', '103128.790000', '103129.250000', '103129.710000', '103130.170000', '103130.630000', '103131.090000', '103131.550000', '103132.010000', '103132.470000', '103132.930000', '103133.390000', '103133.850000', '103134.310000', '103134.770000', '103135.230000', '103135.690000', '103136.150000', '103136.610000', '103137.070000', '103137.530000', '103137.990000', '103138.450000', '103138.910000', '103139.370000', '103139.830000', '103140.290000', '103140.750000', '103141.210000', '103141.670000', '103142.130000', '103142.590000', '103143.050000', '103143.510000', '103143.970000', '103144.430000', '103144.890000', '103145.350000', '103145.810000', '103146.270000', '103146.730000', '103147.190000', '103147.650000', '103148.110000', '103148.570000', '103149.030000', '103149.490000', '103149.950000', '103150.410000', '103150.870000', '103151.330000', '103151.790000', '103152.250000', '103152.710000', '103153.170000', '103153.630000', '103154.090000', '103154.550000', '103155.010000', '103155.470000', '103155.930000', '103156.390000', '103156.850000', '103157.310000', '103157.770000', '103158.230000', '103158.690000', '103159.150000', '103159.610000', '103200.070000', '103200.530000', '103200.990000', '103201.450000', '103201.910000', '103202.370000', '103202.830000', '103203.290000', '103203.750000', '103204.210000', '103204.670000', '103205.130000', '103205.590000', '103206.050000', '103206.510000', '103206.970000', '103207.430000', '103207.890000', '103208.350000', '103208.810000', '103209.270000', '103209.730000', '103210.190000', '103210.650000', '103211.110000', '103211.570000', '103212.030000', '103212.490000', '103212.950000', '103213.410000', '103213.870000', '103214.330000', '103214.790000', '103215.250000', '103215.710000', '103216.170000', '103216.630000', '103217.090000', '103217.550000', '103218.010000', '103218.470000', '103218.930000', '103219.390000', '103219.850000', '103220.310000', '103220.770000', '103221.230000', '103221.690000', '103222.150000', '103222.610000', '103223.070000', '103223.530000', '103223.990000', '103224.450000', '103224.910000', '103225.370000', '103225.830000', '103226.290000', '103226.750000', '103227.210000', '103227.670000', '103228.130000', '103228.590000', '103229.050000', '103229.510000', '103229.970000', '103230.430000', '103230.890000', '103231.350000', '103231.810000', '103232.270000', '103232.730000', '103233.190000', '103233.650000', '103234.110000', '103234.570000', '103235.030000', '103235.490000', '103235.950000', '103236.410000', '103236.870000', '103237.330000', '103237.790000', '103238.250000', '103238.710000', '103239.170000', '103239.630000', '103240.090000', '103240.550000', '103241.010000', '103241.470000', '103241.930000', '103242.390000', '103242.850000', '103243.310000', '103243.770000', '103244.230000', '103244.690000', '103245.150000', '103245.610000', '103246.070000', '103246.530000', '103246.990000', '103247.450000', '103247.910000', '103248.370000', '103248.830000', '103249.290000', '103249.750000', '103250.210000', '103250.670000', '103251.130000', '103251.590000'], 'ContentTime': ['102607.111000', '102607.114000', '102607.117000', '102607.119000', '102607.128000', '102607.131000', '102607.133000', '102607.136000', '102607.138000', '102607.141000', '102607.144000', '102607.146000', '102607.149000', '102607.151000', '102607.154000', '102607.156000', '102607.159000', '102607.161000', '102607.164000', '102607.167000', '102607.169000', '102607.172000', '102607.174000', '102607.177000', '102607.179000', '102607.182000', '102607.184000', '102607.187000', '102607.190000', '102607.192000', '102607.195000', '102627.075000', '102627.078000', '102627.081000', '102627.083000', '102627.086000', '102627.088000', '102627.091000', '102627.093000', '102627.096000', '102627.098000', '102627.101000', '102627.104000', '102627.106000', '102627.109000', '102627.111000', '102627.114000', '102627.116000', '102627.119000', '102627.122000', '102627.124000', '102627.127000', '102627.129000', '102627.132000', '102627.134000', '102627.137000', '102627.140000', '102627.142000', '102627.145000', '102627.147000', '102627.150000', '102627.159000', '102627.161000', '102627.164000', '102627.166000', '102627.169000', '102627.171000', '102627.174000', '102627.176000', '102627.179000', '102627.182000', '102627.184000', '102627.187000', '102627.190000', '102647.075000', '102647.078000', '102647.081000', '102647.083000', '102647.086000', '102647.089000', '102647.091000', '102647.094000', '102647.096000', '102647.099000', '102647.101000', '102647.104000', '102647.107000', '102647.109000', '102647.112000', '102647.114000', '102647.117000', '102647.119000', '102647.122000', '102647.125000', '102647.127000', '102647.130000', '102647.132000', '102647.135000', '102647.137000', '102647.144000', '102647.147000', '102647.149000', '102647.152000', '102647.154000', '102647.157000', '102647.159000', '102647.162000', '102647.165000', '102647.167000', '102647.170000', '102647.172000', '102647.175000', '102647.177000', '102647.180000', '102647.183000', '102647.185000', '102647.188000', '102647.190000', '102707.075000', '102707.078000', '102707.081000', '102707.083000', '102707.086000', '102707.089000', '102707.091000', '102707.094000', '102707.096000', '102707.099000', '102707.102000', '102707.104000', '102707.107000', '102707.109000', '102707.112000', '102707.114000', '102707.117000', '102707.120000', '102707.122000', '102707.125000', '102707.127000', '102707.130000', '102707.132000', '102707.135000', '102707.138000', '102707.140000', '102707.143000', '102707.145000', '102707.148000', '102707.150000', '102707.153000', '102707.155000', '102707.158000', '102707.161000', '102707.163000', '102707.175000', '102707.178000', '102707.180000', '102707.183000', '102707.186000', '102707.189000', '102707.191000', '102707.194000', '102727.076000', '102727.078000', '102727.081000', '102727.083000', '102727.086000', '102727.089000', '102727.091000', '102727.094000', '102727.096000', '102727.099000', '102727.101000', '102727.104000', '102727.107000', '102727.109000', '102727.112000', '102727.114000', '102727.117000', '102727.119000', '102727.122000', '102727.124000', '102727.127000', '102727.130000', '102727.132000', '102727.135000', '102727.137000', '102727.140000', '102727.143000', '102727.145000', '102727.148000', '102727.150000', '102727.153000', '102727.155000', '102727.158000', '102727.161000', '102727.163000', '102727.166000', '102727.174000', '102727.176000', '102727.179000', '102727.181000', '102727.184000', '102727.187000', '102727.189000', '102727.192000', '102747.077000', '102747.079000', '102747.082000', '102747.085000', '102747.087000', '102747.090000', '102747.092000', '102747.095000', '102747.098000', '102747.100000', '102747.103000', '102747.105000', '102747.108000', '102747.110000', '102747.113000', '102747.116000', '102747.118000', '102747.121000', '102747.123000', '102747.126000', '102747.128000', '102747.131000', '102747.134000', '102747.136000', '102747.139000', '102747.141000', '102747.144000', '102747.147000', '102747.149000', '102747.152000', '102747.154000', '102747.157000', '102747.159000', '102747.162000', '102747.165000', '102747.167000', '102747.170000', '102747.172000', '102747.175000', '102747.178000', '102747.180000', '102747.183000', '102747.185000', '102807.076000', '102807.079000', '102807.082000', '102807.084000', '102807.087000', '102807.090000', '102807.092000', '102807.095000', '102807.098000', '102807.100000', '102807.103000', '102807.105000', '102807.108000', '102807.111000', '102807.113000', '102807.129000', '102807.131000', '102807.134000', '102807.136000', '102807.139000', '102807.142000', '102807.144000', '102807.147000', '102807.149000', '102807.152000', '102807.155000', '102807.157000', '102807.160000', '102807.162000', '102807.165000', '102807.167000', '102807.170000', '102807.173000', '102807.175000', '102807.178000', '102807.180000', '102807.183000', '102807.185000', '102807.188000', '102807.191000', '102807.193000', '102807.196000', '102807.198000', '102807.201000', '102827.076000', '102827.079000', '102827.082000', '102827.084000', '102827.087000', '102827.090000', '102827.092000', '102827.095000', '102827.097000', '102827.100000', '102827.103000', '102827.105000', '102827.108000', '102827.110000', '102827.113000', '102827.115000', '102827.118000', '102827.121000', '102827.123000', '102827.126000', '102827.128000', '102827.162000', '102827.164000', '102827.167000', '102827.169000', '102827.172000', '102827.175000', '102827.177000', '102827.180000', '102827.182000', '102827.185000', '102827.188000', '102827.190000', '102827.193000', '102827.195000', '102827.198000', '102827.200000', '102827.204000', '102827.207000', '102827.210000', '102827.213000', '102827.215000', '102827.218000', '102847.075000', '102847.078000', '102847.081000', '102847.084000', '102847.086000', '102847.089000', '102847.092000', '102847.094000', '102847.097000', '102847.099000', '102847.102000', '102847.110000', '102847.113000', '102847.116000', '102847.118000', '102847.121000', '102847.123000', '102847.126000', '102847.129000', '102847.131000', '102847.134000', '102847.136000', '102847.139000', '102847.142000', '102847.144000', '102847.147000', '102847.149000', '102847.152000', '102847.154000', '102847.157000', '102847.160000', '102847.162000', '102847.165000', '102847.167000', '102847.170000', '102847.173000', '102847.175000', '102847.178000', '102847.181000', '102847.183000', '102847.186000', '102847.188000', '102847.191000', '102847.193000', '102907.076000', '102907.078000', '102907.081000', '102907.084000', '102907.086000', '102907.089000', '102907.091000', '102907.094000', '102907.096000', '102907.099000', '102907.102000', '102907.104000', '102907.107000', '102907.109000', '102907.112000', '102907.115000', '102907.117000', '102907.132000', '102907.135000', '102907.137000', '102907.140000', '102907.142000', '102907.145000', '102907.147000', '102907.150000', '102907.152000', '102907.155000', '102907.158000', '102907.160000', '102907.163000', '102907.165000', '102907.168000', '102907.171000', '102907.173000', '102907.176000', '102907.178000', '102907.181000', '102907.184000', '102907.186000', '102907.189000', '102907.191000', '102907.194000', '102907.196000', '102927.077000', '102927.080000', '102927.082000', '102927.085000', '102927.087000', '102927.090000', '102927.093000', '102927.095000', '102927.098000', '102927.101000', '102927.104000', '102927.107000', '102927.110000', '102927.113000', '102927.115000', '102927.118000', '102927.120000', '102927.123000', '102927.126000', '102927.128000', '102927.131000', '102927.134000', '102927.136000', '102927.139000', '102927.141000', '102927.144000', '102927.147000', '102927.149000', '102927.152000', '102927.154000', '102927.157000', '102927.160000', '102927.162000', '102927.165000', '102927.167000', '102927.170000', '102927.173000', '102927.175000', '102927.178000', '102927.180000', '102927.183000', '102927.185000', '102927.188000', '102947.075000', '102947.078000', '102947.081000', '102947.084000', '102947.086000', '102947.089000', '102947.091000', '102947.094000', '102947.097000', '102947.099000', '102947.102000', '102947.104000', '102947.107000', '102947.110000', '102947.112000', '102947.115000', '102947.118000', '102947.120000', '102947.123000', '102947.125000', '102947.128000', '102947.130000', '102947.133000', '102947.136000', '102947.138000', '102947.141000', '102947.143000', '102947.146000', '102947.149000', '102947.151000', '102947.154000', '102947.156000', '102947.159000', '102947.162000', '102947.164000', '102947.167000', '102947.170000', '102947.172000', '102947.175000', '102947.177000', '102947.180000', '102947.182000', '102947.185000', '102947.188000', '103007.076000', '103007.079000', '103007.082000', '103007.084000', '103007.087000', '103007.089000', '103007.092000', '103007.095000', '103007.097000', '103007.100000', '103007.102000', '103007.105000', '103007.107000', '103007.110000', '103007.113000', '103007.115000', '103007.118000', '103007.120000', '103007.123000', '103007.126000', '103007.128000', '103007.131000', '103007.133000', '103007.136000', '103007.138000', '103007.141000', '103007.143000', '103007.146000', '103007.149000', '103007.151000', '103007.154000', '103007.156000', '103007.159000', '103007.162000', '103007.164000', '103007.167000', '103007.169000', '103007.172000', '103007.174000', '103007.177000', '103007.179000', '103007.182000', '103007.185000', '103007.187000', '103027.076000', '103027.079000', '103027.082000', '103027.084000', '103027.087000', '103027.090000', '103027.092000', '103027.095000', '103027.097000', '103027.100000', '103027.103000', '103027.105000', '103027.108000', '103027.110000', '103027.113000', '103027.115000', '103027.118000', '103027.121000', '103027.123000', '103027.126000', '103027.128000', '103027.131000', '103027.134000', '103027.136000', '103027.139000', '103027.141000', '103027.144000', '103027.146000', '103027.149000', '103027.152000', '103027.154000', '103027.157000', '103027.160000', '103027.162000', '103027.165000', '103027.167000', '103027.170000', '103027.172000', '103027.175000', '103027.178000', '103027.180000', '103027.183000', '103027.199000', '103047.076000', '103047.079000', '103047.082000', '103047.084000', '103047.087000', '103047.090000', '103047.092000', '103047.095000', '103047.097000', '103047.101000', '103047.104000', '103047.107000', '103047.110000', '103047.112000', '103047.116000', '103047.119000', '103047.122000', '103047.124000', '103047.127000', '103047.129000', '103047.132000', '103047.135000', '103047.137000', '103047.140000', '103047.142000', '103047.145000', '103047.147000', '103047.150000', '103047.153000', '103047.155000', '103047.158000', '103047.160000', '103047.163000', '103047.166000', '103047.168000', '103047.171000', '103047.173000', '103047.176000', '103047.179000', '103047.181000', '103047.184000', '103047.186000', '103047.189000', '103107.075000', '103107.078000', '103107.081000', '103107.084000', '103107.093000', '103107.096000', '103107.099000', '103107.101000', '103107.104000', '103107.106000', '103107.109000', '103107.111000', '103107.114000', '103107.117000', '103107.119000', '103107.122000', '103107.124000', '103107.127000', '103107.130000', '103107.132000', '103107.135000', '103107.137000', '103107.140000', '103107.142000', '103107.145000', '103107.148000', '103107.150000', '103107.153000', '103107.155000', '103107.158000', '103107.161000', '103107.163000', '103107.166000', '103107.168000', '103107.171000', '103107.173000', '103107.176000', '103107.179000', '103107.181000', '103107.184000', '103107.186000', '103107.189000', '103107.192000', '103107.194000', '103127.076000', '103127.078000', '103127.081000', '103127.084000', '103127.086000', '103127.089000', '103127.091000', '103127.094000', '103127.097000', '103127.099000', '103127.102000', '103127.104000', '103127.107000', '103127.110000', '103127.112000', '103127.115000', '103127.118000', '103127.120000', '103127.123000', '103127.125000', '103127.128000', '103127.131000', '103127.133000', '103127.136000', '103127.138000', '103127.141000', '103127.144000', '103127.146000', '103127.149000', '103127.151000', '103127.154000', '103127.156000', '103127.159000', '103127.162000', '103127.164000', '103127.167000', '103127.169000', '103127.172000', '103127.175000', '103127.177000', '103127.180000', '103127.183000', '103127.185000', '103147.076000', '103147.078000', '103147.081000', '103147.084000', '103147.086000', '103147.089000', '103147.091000', '103147.094000', '103147.097000', '103147.099000', '103147.102000', '103147.104000', '103147.107000', '103147.110000', '103147.114000', '103147.117000', '103147.119000', '103147.122000', '103147.124000', '103147.127000', '103147.130000', '103147.132000', '103147.135000', '103147.137000', '103147.140000', '103147.143000', '103147.145000', '103147.148000', '103147.150000', '103147.153000', '103147.155000', '103147.158000', '103147.161000', '103147.163000', '103147.166000', '103147.168000', '103147.171000', '103147.174000', '103147.176000', '103147.179000', '103147.181000', '103147.184000', '103147.186000', '103147.189000', '103207.076000', '103207.078000', '103207.081000', '103207.084000', '103207.086000', '103207.089000', '103207.091000', '103207.094000', '103207.096000', '103207.099000', '103207.112000', '103207.114000', '103207.117000', '103207.119000', '103207.122000', '103207.125000', '103207.127000', '103207.130000', '103207.132000', '103207.135000', '103207.137000', '103207.140000', '103207.143000', '103207.145000', '103207.148000', '103207.150000', '103207.153000', '103207.156000', '103207.159000', '103207.161000', '103207.164000', '103207.166000', '103207.169000', '103207.171000', '103207.174000', '103207.177000', '103207.179000', '103207.182000', '103207.184000', '103207.187000', '103207.190000', '103207.192000', '103207.195000', '103227.077000', '103227.080000', '103227.082000', '103227.085000', '103227.087000', '103227.090000', '103227.093000', '103227.095000', '103227.098000', '103227.100000', '103227.103000', '103227.106000', '103227.108000', '103227.111000', '103227.113000', '103227.116000', '103227.118000', '103227.121000', '103227.131000', '103227.133000', '103227.136000', '103227.138000', '103227.141000', '103227.144000', '103227.146000', '103227.149000', '103227.151000', '103227.154000', '103227.157000', '103227.159000', '103227.162000', '103227.165000', '103227.167000', '103227.170000', '103227.172000', '103227.175000', '103227.177000', '103227.180000', '103227.183000', '103227.185000', '103227.188000', '103227.191000', '103227.193000', '103227.196000', '103247.077000', '103247.079000', '103247.082000', '103247.085000', '103247.087000', '103247.090000', '103247.092000', '103247.095000', '103247.098000', '103247.100000', '103247.103000', '103247.106000', '103247.108000', '103247.111000', '103247.114000', '103247.117000', '103247.120000', '103247.123000', '103247.125000', '103247.128000', '103247.130000', '103247.133000', '103247.136000', '103247.138000', '103247.141000', '103247.154000', '103247.157000', '103247.160000', '103247.162000', '103247.165000', '103247.167000', '103247.170000', '103247.173000', '103247.175000', '103247.178000', '103247.180000', '103247.183000', '103247.186000', '103247.188000', '103247.191000', '103247.193000', '103247.196000', '103247.198000', '103253.101000', '103253.104000', '103253.106000', '103253.109000', '103253.112000', '103253.114000', '103253.117000', '103253.119000', '103253.122000', '103253.125000', '103253.127000', '103253.130000', '103253.132000', '103253.135000'], 'InstanceCreationTime': ['102607.111000', '102607.114000', '102607.117000', '102607.119000', '102607.128000', '102607.131000', '102607.133000', '102607.136000', '102607.138000', '102607.141000', '102607.144000', '102607.146000', '102607.149000', '102607.151000', '102607.154000', '102607.156000', '102607.159000', '102607.161000', '102607.164000', '102607.167000', '102607.169000', '102607.172000', '102607.174000', '102607.177000', '102607.179000', '102607.182000', '102607.184000', '102607.187000', '102607.190000', '102607.192000', '102607.195000', '102627.075000', '102627.078000', '102627.081000', '102627.083000', '102627.086000', '102627.088000', '102627.091000', '102627.093000', '102627.096000', '102627.098000', '102627.101000', '102627.104000', '102627.106000', '102627.109000', '102627.111000', '102627.114000', '102627.116000', '102627.119000', '102627.122000', '102627.124000', '102627.127000', '102627.129000', '102627.132000', '102627.134000', '102627.137000', '102627.140000', '102627.142000', '102627.145000', '102627.147000', '102627.150000', '102627.159000', '102627.161000', '102627.164000', '102627.166000', '102627.169000', '102627.171000', '102627.174000', '102627.176000', '102627.179000', '102627.182000', '102627.184000', '102627.187000', '102627.190000', '102647.075000', '102647.078000', '102647.081000', '102647.083000', '102647.086000', '102647.089000', '102647.091000', '102647.094000', '102647.096000', '102647.099000', '102647.101000', '102647.104000', '102647.107000', '102647.109000', '102647.112000', '102647.114000', '102647.117000', '102647.119000', '102647.122000', '102647.125000', '102647.127000', '102647.130000', '102647.132000', '102647.135000', '102647.137000', '102647.144000', '102647.147000', '102647.149000', '102647.152000', '102647.154000', '102647.157000', '102647.159000', '102647.162000', '102647.165000', '102647.167000', '102647.170000', '102647.172000', '102647.175000', '102647.177000', '102647.180000', '102647.183000', '102647.185000', '102647.188000', '102647.190000', '102707.075000', '102707.078000', '102707.081000', '102707.083000', '102707.086000', '102707.089000', '102707.091000', '102707.094000', '102707.096000', '102707.099000', '102707.102000', '102707.104000', '102707.107000', '102707.109000', '102707.112000', '102707.114000', '102707.117000', '102707.120000', '102707.122000', '102707.125000', '102707.127000', '102707.130000', '102707.132000', '102707.135000', '102707.138000', '102707.140000', '102707.143000', '102707.145000', '102707.148000', '102707.150000', '102707.153000', '102707.155000', '102707.158000', '102707.161000', '102707.163000', '102707.175000', '102707.178000', '102707.180000', '102707.183000', '102707.186000', '102707.189000', '102707.191000', '102707.194000', '102727.076000', '102727.078000', '102727.081000', '102727.083000', '102727.086000', '102727.089000', '102727.091000', '102727.094000', '102727.096000', '102727.099000', '102727.101000', '102727.104000', '102727.107000', '102727.109000', '102727.112000', '102727.114000', '102727.117000', '102727.119000', '102727.122000', '102727.124000', '102727.127000', '102727.130000', '102727.132000', '102727.135000', '102727.137000', '102727.140000', '102727.143000', '102727.145000', '102727.148000', '102727.150000', '102727.153000', '102727.155000', '102727.158000', '102727.161000', '102727.163000', '102727.166000', '102727.174000', '102727.176000', '102727.179000', '102727.181000', '102727.184000', '102727.187000', '102727.189000', '102727.192000', '102747.077000', '102747.079000', '102747.082000', '102747.085000', '102747.087000', '102747.090000', '102747.092000', '102747.095000', '102747.098000', '102747.100000', '102747.103000', '102747.105000', '102747.108000', '102747.110000', '102747.113000', '102747.116000', '102747.118000', '102747.121000', '102747.123000', '102747.126000', '102747.128000', '102747.131000', '102747.134000', '102747.136000', '102747.139000', '102747.141000', '102747.144000', '102747.147000', '102747.149000', '102747.152000', '102747.154000', '102747.157000', '102747.159000', '102747.162000', '102747.165000', '102747.167000', '102747.170000', '102747.172000', '102747.175000', '102747.178000', '102747.180000', '102747.183000', '102747.185000', '102807.076000', '102807.079000', '102807.082000', '102807.084000', '102807.087000', '102807.090000', '102807.092000', '102807.095000', '102807.098000', '102807.100000', '102807.103000', '102807.105000', '102807.108000', '102807.111000', '102807.113000', '102807.129000', '102807.131000', '102807.134000', '102807.136000', '102807.139000', '102807.142000', '102807.144000', '102807.147000', '102807.149000', '102807.152000', '102807.155000', '102807.157000', '102807.160000', '102807.162000', '102807.165000', '102807.167000', '102807.170000', '102807.173000', '102807.175000', '102807.178000', '102807.180000', '102807.183000', '102807.185000', '102807.188000', '102807.191000', '102807.193000', '102807.196000', '102807.198000', '102807.201000', '102827.076000', '102827.079000', '102827.082000', '102827.084000', '102827.087000', '102827.090000', '102827.092000', '102827.095000', '102827.097000', '102827.100000', '102827.103000', '102827.105000', '102827.108000', '102827.110000', '102827.113000', '102827.115000', '102827.118000', '102827.121000', '102827.123000', '102827.126000', '102827.128000', '102827.162000', '102827.164000', '102827.167000', '102827.169000', '102827.172000', '102827.175000', '102827.177000', '102827.180000', '102827.182000', '102827.185000', '102827.188000', '102827.190000', '102827.193000', '102827.195000', '102827.198000', '102827.200000', '102827.204000', '102827.207000', '102827.210000', '102827.213000', '102827.215000', '102827.218000', '102847.075000', '102847.078000', '102847.081000', '102847.084000', '102847.086000', '102847.089000', '102847.092000', '102847.094000', '102847.097000', '102847.099000', '102847.102000', '102847.110000', '102847.113000', '102847.116000', '102847.118000', '102847.121000', '102847.123000', '102847.126000', '102847.129000', '102847.131000', '102847.134000', '102847.136000', '102847.139000', '102847.142000', '102847.144000', '102847.147000', '102847.149000', '102847.152000', '102847.154000', '102847.157000', '102847.160000', '102847.162000', '102847.165000', '102847.167000', '102847.170000', '102847.173000', '102847.175000', '102847.178000', '102847.181000', '102847.183000', '102847.186000', '102847.188000', '102847.191000', '102847.193000', '102907.076000', '102907.078000', '102907.081000', '102907.084000', '102907.086000', '102907.089000', '102907.091000', '102907.094000', '102907.096000', '102907.099000', '102907.102000', '102907.104000', '102907.107000', '102907.109000', '102907.112000', '102907.115000', '102907.117000', '102907.132000', '102907.135000', '102907.137000', '102907.140000', '102907.142000', '102907.145000', '102907.147000', '102907.150000', '102907.152000', '102907.155000', '102907.158000', '102907.160000', '102907.163000', '102907.165000', '102907.168000', '102907.171000', '102907.173000', '102907.176000', '102907.178000', '102907.181000', '102907.184000', '102907.186000', '102907.189000', '102907.191000', '102907.194000', '102907.196000', '102927.077000', '102927.080000', '102927.082000', '102927.085000', '102927.087000', '102927.090000', '102927.093000', '102927.095000', '102927.098000', '102927.101000', '102927.104000', '102927.107000', '102927.110000', '102927.113000', '102927.115000', '102927.118000', '102927.120000', '102927.123000', '102927.126000', '102927.128000', '102927.131000', '102927.134000', '102927.136000', '102927.139000', '102927.141000', '102927.144000', '102927.147000', '102927.149000', '102927.152000', '102927.154000', '102927.157000', '102927.160000', '102927.162000', '102927.165000', '102927.167000', '102927.170000', '102927.173000', '102927.175000', '102927.178000', '102927.180000', '102927.183000', '102927.185000', '102927.188000', '102947.075000', '102947.078000', '102947.081000', '102947.084000', '102947.086000', '102947.089000', '102947.091000', '102947.094000', '102947.097000', '102947.099000', '102947.102000', '102947.104000', '102947.107000', '102947.110000', '102947.112000', '102947.115000', '102947.118000', '102947.120000', '102947.123000', '102947.125000', '102947.128000', '102947.130000', '102947.133000', '102947.136000', '102947.138000', '102947.141000', '102947.143000', '102947.146000', '102947.149000', '102947.151000', '102947.154000', '102947.156000', '102947.159000', '102947.162000', '102947.164000', '102947.167000', '102947.170000', '102947.172000', '102947.175000', '102947.177000', '102947.180000', '102947.182000', '102947.185000', '102947.188000', '103007.076000', '103007.079000', '103007.082000', '103007.084000', '103007.087000', '103007.089000', '103007.092000', '103007.095000', '103007.097000', '103007.100000', '103007.102000', '103007.105000', '103007.107000', '103007.110000', '103007.113000', '103007.115000', '103007.118000', '103007.120000', '103007.123000', '103007.126000', '103007.128000', '103007.131000', '103007.133000', '103007.136000', '103007.138000', '103007.141000', '103007.143000', '103007.146000', '103007.149000', '103007.151000', '103007.154000', '103007.156000', '103007.159000', '103007.162000', '103007.164000', '103007.167000', '103007.169000', '103007.172000', '103007.174000', '103007.177000', '103007.179000', '103007.182000', '103007.185000', '103007.187000', '103027.076000', '103027.079000', '103027.082000', '103027.084000', '103027.087000', '103027.090000', '103027.092000', '103027.095000', '103027.097000', '103027.100000', '103027.103000', '103027.105000', '103027.108000', '103027.110000', '103027.113000', '103027.115000', '103027.118000', '103027.121000', '103027.123000', '103027.126000', '103027.128000', '103027.131000', '103027.134000', '103027.136000', '103027.139000', '103027.141000', '103027.144000', '103027.146000', '103027.149000', '103027.152000', '103027.154000', '103027.157000', '103027.160000', '103027.162000', '103027.165000', '103027.167000', '103027.170000', '103027.172000', '103027.175000', '103027.178000', '103027.180000', '103027.183000', '103027.199000', '103047.076000', '103047.079000', '103047.082000', '103047.084000', '103047.087000', '103047.090000', '103047.092000', '103047.095000', '103047.097000', '103047.101000', '103047.104000', '103047.107000', '103047.110000', '103047.112000', '103047.116000', '103047.119000', '103047.122000', '103047.124000', '103047.127000', '103047.129000', '103047.132000', '103047.135000', '103047.137000', '103047.140000', '103047.142000', '103047.145000', '103047.147000', '103047.150000', '103047.153000', '103047.155000', '103047.158000', '103047.160000', '103047.163000', '103047.166000', '103047.168000', '103047.171000', '103047.173000', '103047.176000', '103047.179000', '103047.181000', '103047.184000', '103047.186000', '103047.189000', '103107.075000', '103107.078000', '103107.081000', '103107.084000', '103107.093000', '103107.096000', '103107.099000', '103107.101000', '103107.104000', '103107.106000', '103107.109000', '103107.111000', '103107.114000', '103107.117000', '103107.119000', '103107.122000', '103107.124000', '103107.127000', '103107.130000', '103107.132000', '103107.135000', '103107.137000', '103107.140000', '103107.142000', '103107.145000', '103107.148000', '103107.150000', '103107.153000', '103107.155000', '103107.158000', '103107.161000', '103107.163000', '103107.166000', '103107.168000', '103107.171000', '103107.173000', '103107.176000', '103107.179000', '103107.181000', '103107.184000', '103107.186000', '103107.189000', '103107.192000', '103107.194000', '103127.076000', '103127.078000', '103127.081000', '103127.084000', '103127.086000', '103127.089000', '103127.091000', '103127.094000', '103127.097000', '103127.099000', '103127.102000', '103127.104000', '103127.107000', '103127.110000', '103127.112000', '103127.115000', '103127.118000', '103127.120000', '103127.123000', '103127.125000', '103127.128000', '103127.131000', '103127.133000', '103127.136000', '103127.138000', '103127.141000', '103127.144000', '103127.146000', '103127.149000', '103127.151000', '103127.154000', '103127.156000', '103127.159000', '103127.162000', '103127.164000', '103127.167000', '103127.169000', '103127.172000', '103127.175000', '103127.177000', '103127.180000', '103127.183000', '103127.185000', '103147.076000', '103147.078000', '103147.081000', '103147.084000', '103147.086000', '103147.089000', '103147.091000', '103147.094000', '103147.097000', '103147.099000', '103147.102000', '103147.104000', '103147.107000', '103147.110000', '103147.114000', '103147.117000', '103147.119000', '103147.122000', '103147.124000', '103147.127000', '103147.130000', '103147.132000', '103147.135000', '103147.137000', '103147.140000', '103147.143000', '103147.145000', '103147.148000', '103147.150000', '103147.153000', '103147.155000', '103147.158000', '103147.161000', '103147.163000', '103147.166000', '103147.168000', '103147.171000', '103147.174000', '103147.176000', '103147.179000', '103147.181000', '103147.184000', '103147.186000', '103147.189000', '103207.076000', '103207.078000', '103207.081000', '103207.084000', '103207.086000', '103207.089000', '103207.091000', '103207.094000', '103207.096000', '103207.099000', '103207.112000', '103207.114000', '103207.117000', '103207.119000', '103207.122000', '103207.125000', '103207.127000', '103207.130000', '103207.132000', '103207.135000', '103207.137000', '103207.140000', '103207.143000', '103207.145000', '103207.148000', '103207.150000', '103207.153000', '103207.156000', '103207.159000', '103207.161000', '103207.164000', '103207.166000', '103207.169000', '103207.171000', '103207.174000', '103207.177000', '103207.179000', '103207.182000', '103207.184000', '103207.187000', '103207.190000', '103207.192000', '103207.195000', '103227.077000', '103227.080000', '103227.082000', '103227.085000', '103227.087000', '103227.090000', '103227.093000', '103227.095000', '103227.098000', '103227.100000', '103227.103000', '103227.106000', '103227.108000', '103227.111000', '103227.113000', '103227.116000', '103227.118000', '103227.121000', '103227.131000', '103227.133000', '103227.136000', '103227.138000', '103227.141000', '103227.144000', '103227.146000', '103227.149000', '103227.151000', '103227.154000', '103227.157000', '103227.159000', '103227.162000', '103227.165000', '103227.167000', '103227.170000', '103227.172000', '103227.175000', '103227.177000', '103227.180000', '103227.183000', '103227.185000', '103227.188000', '103227.191000', '103227.193000', '103227.196000', '103247.077000', '103247.079000', '103247.082000', '103247.085000', '103247.087000', '103247.090000', '103247.092000', '103247.095000', '103247.098000', '103247.100000', '103247.103000', '103247.106000', '103247.108000', '103247.111000', '103247.114000', '103247.117000', '103247.120000', '103247.123000', '103247.125000', '103247.128000', '103247.130000', '103247.133000', '103247.136000', '103247.138000', '103247.141000', '103247.154000', '103247.157000', '103247.160000', '103247.162000', '103247.165000', '103247.167000', '103247.170000', '103247.173000', '103247.175000', '103247.178000', '103247.180000', '103247.183000', '103247.186000', '103247.188000', '103247.191000', '103247.193000', '103247.196000', '103247.198000', '103253.101000', '103253.104000', '103253.106000', '103253.109000', '103253.112000', '103253.114000', '103253.117000', '103253.119000', '103253.122000', '103253.125000', '103253.127000', '103253.130000', '103253.132000', '103253.135000'], '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': [11596, 8942, 12258, 9291, 10983, 8937, 10447, 8744, 10347, 8482, 10960, 8625, 11554, 8645, 10959, 8611, 10928, 8824, 10417, 8056, 11508, 8511, 10478, 8671, 11542, 8249, 11608, 7968, 12053, 8956, 10934, 8913, 12177, 9269, 12328, 9234, 12082, 9348, 13427, 9357, 12991, 8760, 12023, 9408, 8484, 10109, 8918, 9453, 8618, 9595, 8649, 12636, 8891, 12688, 9518, 12594, 8958, 13238, 9514, 15858, 10916, 15561, 8901, 12604, 8812, 12686, 9693, 11597, 8806, 11542, 9011, 13486, 8462, 12578, 9251, 11513, 8745, 11624, 8682, 11903, 8653, 12245, 9464, 8785, 9437, 9020, 9290, 8574, 9238, 11059, 9623, 9028, 10011, 9028, 9491, 8446, 8910, 8054, 10828, 8752, 12023, 8942, 12055, 8484, 12005, 8958, 11975, 9237, 12736, 9355, 14113, 10235, 14323, 9138, 11302, 8853, 10232, 9201, 8917, 9984, 8254, 10519, 8483, 10461, 8691, 9922, 8095, 11042, 8888, 11473, 8674, 11828, 8870, 11495, 9528, 11101, 8922, 12538, 9126, 12745, 8793, 12351, 8716, 11008, 9561, 9572, 9425, 8302, 9407, 8127, 11505, 8852, 11718, 8699, 11532, 9549, 10544, 10092, 14455, 10205, 15444, 11071, 13930, 10296, 9056, 8934, 8848, 9166, 9818, 9862, 9020, 11260, 8016, 10578, 8385, 11091, 9333, 8492, 9428, 8373, 9160, 8505, 10577, 8388, 10959, 8311, 11593, 8842, 11690, 8676, 11977, 9481, 11544, 8755, 11548, 8458, 11878, 9172, 10439, 10022, 9306, 9511, 8225, 10866, 8596, 11878, 9127, 9419, 9264, 10866, 9583, 12330, 10051, 11520, 11214, 9094, 10806, 9277, 11108, 8956, 12880, 9442, 14220, 9286, 12069, 8751, 12277, 9491, 10851, 9106, 9590, 9453, 8963, 11035, 8640, 11815, 8806, 11886, 8456, 11645, 9869, 13003, 8983, 11672, 8648, 8789, 8602, 8420, 10837, 8345, 12070, 8680, 12384, 9008, 12532, 9815, 9433, 9703, 8621, 10641, 8873, 12659, 9753, 9253, 9546, 8008, 11816, 9256, 9553, 10094, 8783, 11125, 8933, 12746, 9283, 12177, 10149, 11390, 8253, 12516, 8881, 12215, 9941, 9822, 10058, 9062, 10499, 9283, 11541, 9261, 11708, 8992, 11241, 8531, 12242, 9127, 11549, 9566, 11607, 9649, 12358, 10670, 11387, 10144, 10903, 9638, 10426, 10476, 10005, 10758, 10924, 10239, 10475, 10378, 10164, 11251, 9970, 11071, 9709, 10824, 9764, 11895, 9323, 12318, 9524, 12038, 9212, 11954, 9937, 13356, 9022, 11737, 8434, 9669, 11268, 8768, 11664, 9068, 12233, 9071, 11564, 11131, 8978, 10747, 8616, 11171, 8830, 9792, 10825, 8237, 12776, 10314, 9313, 11292, 9192, 15478, 15309, 12104, 16910, 9673, 12317, 8506, 13259, 9285, 13445, 10241, 9743, 9898, 9285, 9108, 8278, 9902, 8472, 11484, 9376, 9505, 9099, 9142, 9648, 8726, 10796, 9352, 12624, 9834, 13760, 9138, 13079, 9710, 12894, 9792, 12471, 10765, 9228, 9200, 9170, 10472, 8440, 11484, 8344, 11117, 8414, 11118, 9228, 11823, 8428, 10740, 7972, 9015, 7783, 8525, 8762, 8590, 10567, 7708, 9628, 7489, 11103, 8077, 10099, 10426, 8907, 10959, 8505, 11873, 9188, 12297, 11747, 9460, 14780, 9328, 7599, 9508, 8300, 9720, 7776, 10092, 8686, 8752, 12273, 10140, 9917, 11078, 10054, 13625, 13579, 18028, 13406, 12037, 11076, 9886, 12257, 9732, 12347, 10955, 11700, 10680, 9084, 11087, 8521, 10694, 9472, 8083, 9172, 7698, 12793, 9236, 9259, 9990, 9727, 13007, 11230, 14672, 14950, 9547, 8231, 8640, 6705, 7413, 7261, 6820, 8176, 9560, 7050, 7751, 9604, 7118, 11765, 9985, 10594, 14294, 12441, 15489, 13206, 10995, 16711, 11248, 15520, 11830, 14904, 15078, 10531, 11216, 9793, 9123, 9147, 7949, 8766, 8329, 8967, 8168, 9653, 8184, 10691, 8096, 10246, 9064, 11084, 9454, 11428, 8138, 8676, 7567, 8961, 7785, 8603, 8101, 8604, 12174, 8830, 10158, 8442, 10642, 7618, 8804, 8130, 9052, 11985, 8481, 10461, 7556, 9723, 8215, 8343, 12210, 9197, 11635, 8907, 9823, 9586, 9926, 12402, 9235, 15921, 10291, 14412, 9232, 14911, 9875, 15023, 9024, 13292, 8244, 10681, 7887, 8017, 8211, 8222, 8442, 7809, 10126, 8204, 10204, 8472, 10398, 8161, 12097, 9086, 10868, 8658, 11074, 8961, 8381, 9624, 8285, 10975, 8774, 12676, 10019, 8844, 9755, 7744, 8889, 7785, 11672, 8255, 8122, 9256, 7784, 10782, 8277, 11268, 8515, 9241, 12773, 9152, 11766, 8627, 12363, 8594, 11162, 10450, 8788, 10511, 8090, 10588, 7744, 8256, 8713, 7943, 9144, 7623, 10363, 7730, 10355, 7977, 8546, 8426, 8439, 12330, 9110, 12277, 8772, 11528, 8293, 10712, 8103, 10634, 9503, 12403, 8084, 8265, 8200, 7443, 12268, 9826, 9789, 9755, 8422, 9691, 8280, 11301, 11464, 8897, 12321, 9042, 10549, 8988, 9658, 16153, 15047, 17075, 16166, 11669, 9369, 10172, 8914, 8892, 8788, 8501, 12401, 10194, 13694, 9825, 14766, 15220, 16117, 16206, 12520, 10081, 17141, 14345, 15937, 14730, 10104, 16036, 10488, 10385, 16331, 10454, 10244, 10297, 9066, 9859, 9254, 9898, 9608, 9574, 10017, 9164, 10544, 9232, 8630, 9725, 8696, 9337, 8564, 8576, 9010, 8659, 12395, 8963, 13128, 9663, 8828, 12894, 8382, 12134, 8404, 13146, 8399, 9827, 9507, 8063, 12198, 8962, 10259, 8110, 7051, 8940, 7221, 6786, 10098, 8073, 7095, 8882, 6982, 11744, 8484, 9843, 12461, 10051, 16547, 12614, 16668, 13058, 13653, 10805, 10146, 9670, 10223, 9907, 9270, 10041, 9158, 10790, 9157, 11264, 9798, 9072, 10215, 8310, 7833, 6902, 8594, 7440, 9628, 7658, 10065, 8020, 10374, 8521, 10287, 8731, 9917, 8826, 8881, 8573, 8775, 8921, 8418, 8505, 8125, 8069, 7649, 7756, 7771, 7752, 7704, 7978, 7667, 9861, 8021, 9241, 8108, 12356, 7874, 11289, 8060, 10214, 8085, 9222, 8944, 8549, 9334, 9075, 8462, 8933, 8858, 8343, 9143, 8328, 11360, 7818, 10552, 8547, 8292, 8137, 8112, 8598, 8599, 8921, 8709, 10519, 9607, 10704, 9224, 11778, 8923, 9590, 11429, 9682, 10801, 8959, 7947, 8172, 7995, 9522, 14367, 14521, 15038, 16044, 10171, 11088, 10183, 8600, 11374, 8480, 17349, 13828, 15080, 12362, 9066, 13556, 10349, 8042, 13126, 11304, 8911, 13368, 10985, 13571, 16290, 14020, 18906, 14623, 12299, 13516, 11678, 18597, 12035, 7954, 8845, 8223, 8181, 8801, 8275, 7847, 8483, 7761, 6957, 6703, 8192, 6829, 9910, 7876, 11464, 8293, 12162, 9166, 12501, 8425, 14012, 9036, 12262, 8579, 11197, 7975, 9305, 7887, 8522, 10823, 8489, 11167, 8515, 11908, 8484, 11541, 8173, 7794, 8018, 9416, 7862, 11014, 7888], 'WindowCenter': [4388.0, 4352.0, 4358.0, 4323.0, 4332.0, 4320.0, 4329.0, 4309.0, 4328.0, 4309.0, 4327.0, 4309.0, 4340.0, 4309.0, 4330.0, 4311.0, 4329.0, 4308.0, 4329.0, 4311.0, 4341.0, 4322.0, 4332.0, 4324.0, 4342.0, 4322.0, 4353.0, 4324.0, 4353.0, 4336.0, 4344.0, 4334.0, 4353.0, 4334.0, 4365.0, 4335.0, 4353.0, 4333.0, 4376.0, 4346.0, 4363.0, 4323.0, 4352.0, 4332.0, 4322.0, 4331.0, 4321.0, 4331.0, 4321.0, 4333.0, 4323.0, 4365.0, 4333.0, 4353.0, 4332.0, 4352.0, 4322.0, 4362.0, 4333.0, 4373.0, 4342.0, 4371.0, 4320.0, 4339.0, 4320.0, 4350.0, 4320.0, 4340.0, 4319.0, 4340.0, 4320.0, 4349.0, 4311.0, 4350.0, 4320.0, 4339.0, 4310.0, 4339.0, 4309.0, 4339.0, 4320.0, 4350.0, 4331.0, 4310.0, 4319.0, 4319.0, 4320.0, 4309.0, 4331.0, 4342.0, 4332.0, 4320.0, 4329.0, 4319.0, 4330.0, 4321.0, 4332.0, 4325.0, 4343.0, 4333.0, 4354.0, 4337.0, 4353.0, 4324.0, 4354.0, 4335.0, 4353.0, 4334.0, 4364.0, 4334.0, 4363.0, 4334.0, 4362.0, 4324.0, 4341.0, 4320.0, 4330.0, 4321.0, 4323.0, 4333.0, 4324.0, 4344.0, 4321.0, 4341.0, 4321.0, 4331.0, 4324.0, 4353.0, 4322.0, 4353.0, 4322.0, 4352.0, 4322.0, 4352.0, 4332.0, 4342.0, 4323.0, 4352.0, 4335.0, 4353.0, 4322.0, 4352.0, 4324.0, 4342.0, 4333.0, 4335.0, 4335.0, 4325.0, 4334.0, 4328.0, 4358.0, 4336.0, 4366.0, 4336.0, 4358.0, 4347.0, 4349.0, 4346.0, 4376.0, 4344.0, 4376.0, 4344.0, 4362.0, 4332.0, 4321.0, 4320.0, 4320.0, 4321.0, 4332.0, 4335.0, 4320.0, 4341.0, 4312.0, 4333.0, 4313.0, 4341.0, 4333.0, 4324.0, 4334.0, 4326.0, 4333.0, 4325.0, 4348.0, 4326.0, 4344.0, 4323.0, 4353.0, 4323.0, 4352.0, 4325.0, 4342.0, 4332.0, 4341.0, 4311.0, 4340.0, 4313.0, 4354.0, 4333.0, 4334.0, 4334.0, 4336.0, 4348.0, 4327.0, 4345.0, 4338.0, 4357.0, 4337.0, 4336.0, 4326.0, 4344.0, 4337.0, 4357.0, 4334.0, 4354.0, 4345.0, 4323.0, 4345.0, 4322.0, 4330.0, 4310.0, 4352.0, 4324.0, 4354.0, 4323.0, 4343.0, 4311.0, 4343.0, 4321.0, 4333.0, 4313.0, 4323.0, 4321.0, 4323.0, 4332.0, 4315.0, 4345.0, 4321.0, 4343.0, 4316.0, 4345.0, 4335.0, 4355.0, 4323.0, 4345.0, 4315.0, 4314.0, 4323.0, 4323.0, 4346.0, 4326.0, 4357.0, 4327.0, 4357.0, 4340.0, 4372.0, 4348.0, 4334.0, 4334.0, 4314.0, 4335.0, 4327.0, 4357.0, 4338.0, 4326.0, 4335.0, 4328.0, 4370.0, 4337.0, 4337.0, 4342.0, 4326.0, 4346.0, 4337.0, 4367.0, 4335.0, 4359.0, 4351.0, 4347.0, 4326.0, 4355.0, 4326.0, 4358.0, 4337.0, 4335.0, 4334.0, 4323.0, 4336.0, 4336.0, 4342.0, 4324.0, 4343.0, 4325.0, 4342.0, 4323.0, 4344.0, 4324.0, 4343.0, 4322.0, 4343.0, 4335.0, 4354.0, 4333.0, 4331.0, 4320.0, 4331.0, 4325.0, 4334.0, 4334.0, 4325.0, 4333.0, 4334.0, 4335.0, 4335.0, 4334.0, 4335.0, 4344.0, 4325.0, 4336.0, 4325.0, 4345.0, 4336.0, 4346.0, 4325.0, 4345.0, 4325.0, 4346.0, 4338.0, 4356.0, 4335.0, 4355.0, 4313.0, 4345.0, 4312.0, 4335.0, 4345.0, 4327.0, 4348.0, 4327.0, 4355.0, 4338.0, 4360.0, 4358.0, 4327.0, 4348.0, 4328.0, 4359.0, 4340.0, 4350.0, 4345.0, 4315.0, 4359.0, 4339.0, 4325.0, 4347.0, 4326.0, 4377.0, 4367.0, 4345.0, 4372.0, 4311.0, 4333.0, 4303.0, 4342.0, 4311.0, 4342.0, 4321.0, 4313.0, 4310.0, 4311.0, 4298.0, 4301.0, 4323.0, 4316.0, 4343.0, 4324.0, 4325.0, 4315.0, 4324.0, 4323.0, 4314.0, 4335.0, 4326.0, 4358.0, 4336.0, 4356.0, 4324.0, 4354.0, 4323.0, 4344.0, 4325.0, 4346.0, 4332.0, 4311.0, 4311.0, 4311.0, 4331.0, 4301.0, 4330.0, 4301.0, 4330.0, 4301.0, 4331.0, 4313.0, 4332.0, 4303.0, 4334.0, 4303.0, 4313.0, 4303.0, 4315.0, 4325.0, 4326.0, 4347.0, 4317.0, 4336.0, 4315.0, 4358.0, 4330.0, 4349.0, 4350.0, 4342.0, 4362.0, 4341.0, 4371.0, 4352.0, 4371.0, 4357.0, 4349.0, 4375.0, 4335.0, 4318.0, 4346.0, 4340.0, 4347.0, 4327.0, 4360.0, 4338.0, 4339.0, 4370.0, 4346.0, 4345.0, 4345.0, 4335.0, 4366.0, 4365.0, 4385.0, 4354.0, 4340.0, 4319.0, 4307.0, 4328.0, 4308.0, 4327.0, 4317.0, 4326.0, 4307.0, 4297.0, 4317.0, 4299.0, 4319.0, 4320.0, 4301.0, 4321.0, 4314.0, 4353.0, 4335.0, 4337.0, 4347.0, 4349.0, 4379.0, 4358.0, 4376.0, 4385.0, 4342.0, 4333.0, 4332.0, 4312.0, 4310.0, 4322.0, 4314.0, 4325.0, 4334.0, 4314.0, 4325.0, 4343.0, 4313.0, 4353.0, 4332.0, 4333.0, 4362.0, 4340.0, 4359.0, 4326.0, 4305.0, 4345.0, 4303.0, 4332.0, 4299.0, 4332.0, 4321.0, 4292.0, 4289.0, 4288.0, 4293.0, 4294.0, 4274.0, 4283.0, 4286.0, 4297.0, 4287.0, 4309.0, 4289.0, 4318.0, 4291.0, 4320.0, 4308.0, 4328.0, 4310.0, 4330.0, 4303.0, 4301.0, 4300.0, 4313.0, 4304.0, 4317.0, 4315.0, 4324.0, 4354.0, 4327.0, 4333.0, 4330.0, 4344.0, 4328.0, 4341.0, 4328.0, 4341.0, 4370.0, 4340.0, 4377.0, 4315.0, 4336.0, 4326.0, 4330.0, 4367.0, 4338.0, 4357.0, 4340.0, 4353.0, 4349.0, 4351.0, 4373.0, 4339.0, 4390.0, 4340.0, 4367.0, 4327.0, 4364.0, 4325.0, 4365.0, 4316.0, 4366.0, 4317.0, 4332.0, 4303.0, 4301.0, 4312.0, 4313.0, 4316.0, 4316.0, 4347.0, 4328.0, 4344.0, 4326.0, 4337.0, 4328.0, 4360.0, 4339.0, 4345.0, 4328.0, 4359.0, 4325.0, 4316.0, 4326.0, 4317.0, 4346.0, 4328.0, 4369.0, 4336.0, 4327.0, 4336.0, 4317.0, 4338.0, 4318.0, 4371.0, 4340.0, 4331.0, 4339.0, 4346.0, 4373.0, 4341.0, 4357.0, 4324.0, 4339.0, 4370.0, 4350.0, 4359.0, 4330.0, 4368.0, 4340.0, 4358.0, 4346.0, 4326.0, 4335.0, 4314.0, 4331.0, 4316.0, 4326.0, 4327.0, 4328.0, 4340.0, 4319.0, 4349.0, 4331.0, 4350.0, 4329.0, 4340.0, 4330.0, 4331.0, 4372.0, 4337.0, 4358.0, 4328.0, 4346.0, 4315.0, 4336.0, 4316.0, 4348.0, 4336.0, 4357.0, 4316.0, 4328.0, 4328.0, 4319.0, 4369.0, 4349.0, 4348.0, 4337.0, 4328.0, 4337.0, 4330.0, 4360.0, 4360.0, 4340.0, 4369.0, 4340.0, 4362.0, 4352.0, 4350.0, 4389.0, 4377.0, 4376.0, 4377.0, 4333.0, 4311.0, 4321.0, 4312.0, 4324.0, 4314.0, 4325.0, 4367.0, 4349.0, 4366.0, 4327.0, 4356.0, 4376.0, 4377.0, 4362.0, 4329.0, 4296.0, 4335.0, 4313.0, 4321.0, 4309.0, 4267.0, 4306.0, 4264.0, 4263.0, 4293.0, 4249.0, 4249.0, 4250.0, 4240.0, 4250.0, 4253.0, 4263.0, 4263.0, 4267.0, 4277.0, 4267.0, 4276.0, 4266.0, 4256.0, 4267.0, 4269.0, 4281.0, 4284.0, 4286.0, 4298.0, 4299.0, 4329.0, 4313.0, 4343.0, 4311.0, 4299.0, 4328.0, 4287.0, 4317.0, 4289.0, 4328.0, 4301.0, 4321.0, 4324.0, 4314.0, 4355.0, 4321.0, 4329.0, 4296.0, 4284.0, 4302.0, 4282.0, 4274.0, 4303.0, 4284.0, 4277.0, 4311.0, 4289.0, 4332.0, 4308.0, 4319.0, 4340.0, 4319.0, 4357.0, 4327.0, 4346.0, 4325.0, 4325.0, 4301.0, 4292.0, 4291.0, 4293.0, 4292.0, 4282.0, 4292.0, 4295.0, 4305.0, 4297.0, 4317.0, 4307.0, 4296.0, 4307.0, 4299.0, 4299.0, 4294.0, 4312.0, 4306.0, 4338.0, 4329.0, 4339.0, 4317.0, 4338.0, 4328.0, 4336.0, 4314.0, 4325.0, 4311.0, 4312.0, 4312.0, 4312.0, 4313.0, 4311.0, 4313.0, 4304.0, 4313.0, 4304.0, 4315.0, 4316.0, 4316.0, 4318.0, 4328.0, 4331.0, 4350.0, 4330.0, 4338.0, 4330.0, 4370.0, 4328.0, 4349.0, 4318.0, 4337.0, 4317.0, 4324.0, 4326.0, 4324.0, 4336.0, 4328.0, 4314.0, 4325.0, 4323.0, 4313.0, 4324.0, 4326.0, 4358.0, 4329.0, 4347.0, 4335.0, 4329.0, 4329.0, 4329.0, 4339.0, 4340.0, 4352.0, 4352.0, 4376.0, 4362.0, 4361.0, 4355.0, 4384.0, 4396.0, 4392.0, 4372.0, 4335.0, 4343.0, 4352.0, 4343.0, 4339.0, 4339.0, 4349.0, 4389.0, 4389.0, 4391.0, 4389.0, 4346.0, 4369.0, 4358.0, 4352.0, 4367.0, 4348.0, 4408.0, 4387.0, 4384.0, 4359.0, 4315.0, 4343.0, 4310.0, 4281.0, 4309.0, 4298.0, 4265.0, 4306.0, 4285.0, 4307.0, 4331.0, 4318.0, 4340.0, 4318.0, 4283.0, 4293.0, 4268.0, 4311.0, 4281.0, 4240.0, 4262.0, 4253.0, 4264.0, 4276.0, 4266.0, 4266.0, 4278.0, 4269.0, 4269.0, 4276.0, 4296.0, 4289.0, 4317.0, 4310.0, 4338.0, 4308.0, 4338.0, 4318.0, 4336.0, 4295.0, 4346.0, 4306.0, 4336.0, 4308.0, 4327.0, 4296.0, 4305.0, 4298.0, 4295.0, 4315.0, 4295.0, 4324.0, 4293.0, 4327.0, 4294.0, 4325.0, 4299.0, 4298.0, 4300.0, 4319.0, 4311.0, 4330.0, 4298.0], 'WindowWidth': [9684.0, 9620.0, 9618.0, 9564.0, 9572.0, 9554.0, 9564.0, 9536.0, 9560.0, 9534.0, 9556.0, 9535.0, 9577.0, 9537.0, 9562.0, 9537.0, 9560.0, 9533.0, 9561.0, 9544.0, 9581.0, 9558.0, 9569.0, 9563.0, 9584.0, 9559.0, 9600.0, 9565.0, 9602.0, 9582.0, 9591.0, 9577.0, 9601.0, 9577.0, 9620.0, 9581.0, 9602.0, 9575.0, 9639.0, 9598.0, 9617.0, 9563.0, 9599.0, 9573.0, 9558.0, 9569.0, 9556.0, 9570.0, 9556.0, 9576.0, 9562.0, 9624.0, 9575.0, 9601.0, 9573.0, 9599.0, 9560.0, 9614.0, 9575.0, 9629.0, 9586.0, 9623.0, 9551.0, 9576.0, 9553.0, 9595.0, 9552.0, 9578.0, 9550.0, 9578.0, 9551.0, 9590.0, 9541.0, 9594.0, 9554.0, 9577.0, 9539.0, 9577.0, 9536.0, 9577.0, 9553.0, 9595.0, 9567.0, 9538.0, 9550.0, 9550.0, 9551.0, 9537.0, 9570.0, 9586.0, 9571.0, 9551.0, 9563.0, 9549.0, 9567.0, 9555.0, 9572.0, 9567.0, 9589.0, 9576.0, 9603.0, 9584.0, 9603.0, 9564.0, 9604.0, 9581.0, 9604.0, 9579.0, 9618.0, 9578.0, 9618.0, 9577.0, 9612.0, 9559.0, 9582.0, 9551.0, 9565.0, 9554.0, 9559.0, 9575.0, 9560.0, 9589.0, 9557.0, 9583.0, 9556.0, 9571.0, 9564.0, 9602.0, 9560.0, 9602.0, 9559.0, 9597.0, 9559.0, 9598.0, 9573.0, 9585.0, 9561.0, 9599.0, 9577.0, 9599.0, 9559.0, 9599.0, 9563.0, 9586.0, 9573.0, 9578.0, 9576.0, 9565.0, 9577.0, 9573.0, 9612.0, 9584.0, 9624.0, 9583.0, 9616.0, 9599.0, 9601.0, 9596.0, 9639.0, 9589.0, 9637.0, 9589.0, 9614.0, 9570.0, 9552.0, 9550.0, 9550.0, 9551.0, 9568.0, 9574.0, 9552.0, 9582.0, 9542.0, 9570.0, 9545.0, 9581.0, 9573.0, 9562.0, 9575.0, 9566.0, 9574.0, 9566.0, 9598.0, 9568.0, 9591.0, 9560.0, 9602.0, 9559.0, 9597.0, 9564.0, 9583.0, 9569.0, 9582.0, 9539.0, 9577.0, 9543.0, 9602.0, 9574.0, 9572.0, 9572.0, 9581.0, 9601.0, 9568.0, 9590.0, 9589.0, 9611.0, 9582.0, 9581.0, 9566.0, 9589.0, 9582.0, 9609.0, 9575.0, 9602.0, 9595.0, 9561.0, 9592.0, 9555.0, 9566.0, 9538.0, 9597.0, 9558.0, 9602.0, 9555.0, 9584.0, 9540.0, 9584.0, 9552.0, 9569.0, 9542.0, 9555.0, 9552.0, 9556.0, 9570.0, 9548.0, 9589.0, 9554.0, 9584.0, 9551.0, 9589.0, 9577.0, 9605.0, 9558.0, 9589.0, 9547.0, 9545.0, 9558.0, 9560.0, 9593.0, 9567.0, 9608.0, 9570.0, 9610.0, 9593.0, 9639.0, 9599.0, 9577.0, 9574.0, 9547.0, 9575.0, 9568.0, 9610.0, 9582.0, 9565.0, 9577.0, 9574.0, 9634.0, 9584.0, 9582.0, 9587.0, 9565.0, 9593.0, 9583.0, 9622.0, 9579.0, 9616.0, 9606.0, 9595.0, 9566.0, 9605.0, 9564.0, 9609.0, 9581.0, 9574.0, 9573.0, 9556.0, 9577.0, 9579.0, 9582.0, 9559.0, 9584.0, 9559.0, 9584.0, 9559.0, 9586.0, 9560.0, 9584.0, 9555.0, 9584.0, 9576.0, 9600.0, 9570.0, 9565.0, 9548.0, 9565.0, 9559.0, 9571.0, 9571.0, 9560.0, 9571.0, 9572.0, 9575.0, 9577.0, 9576.0, 9573.0, 9589.0, 9560.0, 9577.0, 9560.0, 9590.0, 9578.0, 9591.0, 9562.0, 9590.0, 9561.0, 9589.0, 9583.0, 9608.0, 9578.0, 9602.0, 9542.0, 9586.0, 9542.0, 9576.0, 9592.0, 9568.0, 9597.0, 9567.0, 9608.0, 9589.0, 9617.0, 9614.0, 9565.0, 9597.0, 9570.0, 9618.0, 9588.0, 9602.0, 9592.0, 9547.0, 9615.0, 9587.0, 9562.0, 9594.0, 9566.0, 9639.0, 9623.0, 9586.0, 9624.0, 9533.0, 9566.0, 9524.0, 9577.0, 9534.0, 9578.0, 9548.0, 9536.0, 9531.0, 9532.0, 9512.0, 9522.0, 9554.0, 9548.0, 9582.0, 9557.0, 9557.0, 9545.0, 9556.0, 9554.0, 9544.0, 9575.0, 9565.0, 9607.0, 9576.0, 9604.0, 9557.0, 9599.0, 9555.0, 9585.0, 9558.0, 9589.0, 9567.0, 9536.0, 9535.0, 9536.0, 9562.0, 9521.0, 9560.0, 9520.0, 9559.0, 9521.0, 9562.0, 9541.0, 9566.0, 9526.0, 9568.0, 9526.0, 9542.0, 9529.0, 9546.0, 9561.0, 9565.0, 9592.0, 9553.0, 9579.0, 9552.0, 9611.0, 9576.0, 9602.0, 9604.0, 9596.0, 9622.0, 9593.0, 9635.0, 9610.0, 9636.0, 9612.0, 9604.0, 9640.0, 9580.0, 9558.0, 9595.0, 9592.0, 9602.0, 9573.0, 9619.0, 9586.0, 9590.0, 9634.0, 9597.0, 9593.0, 9592.0, 9575.0, 9622.0, 9617.0, 9650.0, 9601.0, 9577.0, 9545.0, 9524.0, 9554.0, 9524.0, 9552.0, 9538.0, 9549.0, 9523.0, 9511.0, 9538.0, 9517.0, 9546.0, 9547.0, 9525.0, 9552.0, 9547.0, 9600.0, 9580.0, 9585.0, 9602.0, 9607.0, 9648.0, 9616.0, 9639.0, 9653.0, 9594.0, 9582.0, 9581.0, 9556.0, 9550.0, 9567.0, 9560.0, 9569.0, 9580.0, 9557.0, 9569.0, 9592.0, 9552.0, 9603.0, 9572.0, 9572.0, 9613.0, 9578.0, 9604.0, 9552.0, 9519.0, 9576.0, 9515.0, 9553.0, 9502.0, 9550.0, 9538.0, 9492.0, 9482.0, 9485.0, 9498.0, 9499.0, 9473.0, 9483.0, 9489.0, 9507.0, 9496.0, 9526.0, 9500.0, 9539.0, 9505.0, 9543.0, 9529.0, 9555.0, 9531.0, 9558.0, 9523.0, 9522.0, 9521.0, 9542.0, 9531.0, 9550.0, 9550.0, 9558.0, 9604.0, 9566.0, 9571.0, 9572.0, 9588.0, 9575.0, 9592.0, 9571.0, 9592.0, 9634.0, 9588.0, 9653.0, 9550.0, 9576.0, 9565.0, 9573.0, 9627.0, 9587.0, 9613.0, 9590.0, 9611.0, 9604.0, 9608.0, 9641.0, 9590.0, 9661.0, 9587.0, 9622.0, 9565.0, 9614.0, 9560.0, 9614.0, 9546.0, 9619.0, 9552.0, 9567.0, 9526.0, 9523.0, 9538.0, 9543.0, 9549.0, 9552.0, 9592.0, 9569.0, 9588.0, 9566.0, 9580.0, 9571.0, 9615.0, 9586.0, 9590.0, 9568.0, 9613.0, 9562.0, 9550.0, 9562.0, 9553.0, 9591.0, 9571.0, 9630.0, 9582.0, 9567.0, 9578.0, 9554.0, 9587.0, 9557.0, 9634.0, 9592.0, 9582.0, 9589.0, 9613.0, 9644.0, 9595.0, 9611.0, 9564.0, 9589.0, 9634.0, 9606.0, 9618.0, 9577.0, 9626.0, 9590.0, 9612.0, 9594.0, 9564.0, 9574.0, 9546.0, 9567.0, 9552.0, 9567.0, 9568.0, 9573.0, 9590.0, 9562.0, 9603.0, 9583.0, 9605.0, 9575.0, 9590.0, 9577.0, 9579.0, 9637.0, 9583.0, 9612.0, 9572.0, 9593.0, 9551.0, 9578.0, 9555.0, 9598.0, 9582.0, 9609.0, 9552.0, 9570.0, 9573.0, 9565.0, 9630.0, 9603.0, 9600.0, 9585.0, 9570.0, 9583.0, 9578.0, 9619.0, 9619.0, 9590.0, 9630.0, 9592.0, 9627.0, 9615.0, 9607.0, 9662.0, 9639.0, 9637.0, 9632.0, 9568.0, 9536.0, 9550.0, 9540.0, 9558.0, 9547.0, 9563.0, 9627.0, 9602.0, 9623.0, 9561.0, 9600.0, 9639.0, 9648.0, 9612.0, 9558.0, 9502.0, 9556.0, 9523.0, 9531.0, 9515.0, 9450.0, 9509.0, 9443.0, 9438.0, 9483.0, 9411.0, 9411.0, 9413.0, 9400.0, 9415.0, 9424.0, 9438.0, 9439.0, 9451.0, 9464.0, 9452.0, 9461.0, 9446.0, 9434.0, 9450.0, 9456.0, 9476.0, 9485.0, 9491.0, 9511.0, 9513.0, 9554.0, 9540.0, 9581.0, 9534.0, 9514.0, 9552.0, 9492.0, 9535.0, 9498.0, 9550.0, 9520.0, 9550.0, 9561.0, 9550.0, 9608.0, 9559.0, 9568.0, 9518.0, 9500.0, 9522.0, 9492.0, 9480.0, 9513.0, 9490.0, 9483.0, 9533.0, 9508.0, 9562.0, 9528.0, 9544.0, 9576.0, 9543.0, 9594.0, 9552.0, 9578.0, 9543.0, 9542.0, 9506.0, 9494.0, 9492.0, 9496.0, 9492.0, 9478.0, 9490.0, 9499.0, 9518.0, 9507.0, 9534.0, 9519.0, 9504.0, 9522.0, 9514.0, 9518.0, 9516.0, 9540.0, 9536.0, 9581.0, 9575.0, 9584.0, 9553.0, 9580.0, 9566.0, 9576.0, 9544.0, 9559.0, 9535.0, 9537.0, 9538.0, 9537.0, 9541.0, 9535.0, 9540.0, 9529.0, 9541.0, 9532.0, 9548.0, 9550.0, 9551.0, 9556.0, 9570.0, 9579.0, 9605.0, 9577.0, 9586.0, 9575.0, 9630.0, 9569.0, 9599.0, 9556.0, 9582.0, 9551.0, 9558.0, 9562.0, 9558.0, 9580.0, 9567.0, 9544.0, 9559.0, 9555.0, 9543.0, 9559.0, 9564.0, 9611.0, 9575.0, 9598.0, 9580.0, 9573.0, 9573.0, 9574.0, 9589.0, 9592.0, 9612.0, 9613.0, 9650.0, 9626.0, 9625.0, 9621.0, 9664.0, 9698.0, 9687.0, 9640.0, 9576.0, 9588.0, 9612.0, 9605.0, 9592.0, 9593.0, 9605.0, 9662.0, 9661.0, 9665.0, 9661.0, 9598.0, 9634.0, 9619.0, 9614.0, 9634.0, 9610.0, 9698.0, 9665.0, 9654.0, 9615.0, 9548.0, 9580.0, 9528.0, 9485.0, 9519.0, 9502.0, 9449.0, 9509.0, 9478.0, 9511.0, 9548.0, 9528.0, 9561.0, 9525.0, 9469.0, 9481.0, 9442.0, 9504.0, 9462.0, 9409.0, 9441.0, 9432.0, 9447.0, 9467.0, 9454.0, 9456.0, 9475.0, 9465.0, 9467.0, 9486.0, 9512.0, 9508.0, 9544.0, 9539.0, 9574.0, 9533.0, 9575.0, 9546.0, 9568.0, 9512.0, 9582.0, 9525.0, 9567.0, 9531.0, 9555.0, 9511.0, 9523.0, 9516.0, 9510.0, 9537.0, 9510.0, 9547.0, 9505.0, 9553.0, 9510.0, 9552.0, 9521.0, 9519.0, 9523.0, 9547.0, 9540.0, 9565.0, 9521.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.011553793859649122</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06745194353070175</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.000663489451185</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.235971795104284</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1362534619868274</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5117</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3779.822</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15232710359644458</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.337719298245613</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.536073323913373</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5045818493770247</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6628455728764506</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.440792549486645</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0161015</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.005548782180994749</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027810145169496536</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.366685447442794</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>13.9038</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.7095</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.364</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293641.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>1135.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.051</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1447</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.476</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3520.0391</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3664.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82903.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1559.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4524.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>839.0753</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.48772848327644</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> |