=== 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-0112 --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-0112",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 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-0112_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-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0112/figures/sub-0112_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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112/ses-02/func/sub-0112_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>ae3bced6eab264003693fbbe298075a6</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>14:17:37.690000</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.996088, 0.0649093, 0.0599567, -0.0644141, 0.997872, -0.0101578]</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.0879201</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4232, -7789, -7268, 216, -179, -170, -29, 66]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>228.78</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d974935b-745a-4681-b816-08a8789dfe34||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.6724321842193604, -0.17281833291053772, 0.16331878304481506, 115.25556182861328], [-0.17414698004722595, 2.6772165298461914, -0.016891341656446457, -98.87989044189453], [0.16085948050022125, 0.02725275605916977, 2.695003032684326, -76.5939712524414], [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': ['141737.690000', '141738.150000', '141738.610000', '141739.070000', '141739.530000', '141739.990000', '141740.450000', '141740.910000', '141741.370000', '141741.830000', '141742.290000', '141742.750000', '141743.210000', '141743.670000', '141744.130000', '141744.590000', '141745.050000', '141745.510000', '141745.970000', '141746.430000', '141746.890000', '141747.350000', '141747.810000', '141748.270000', '141748.730000', '141749.190000', '141749.650000', '141750.110000', '141750.570000', '141751.030000', '141751.490000', '141751.950000', '141752.410000', '141752.870000', '141753.330000', '141753.790000', '141754.250000', '141754.710000', '141755.170000', '141755.630000', '141756.090000', '141756.550000', '141757.010000', '141757.470000', '141757.930000', '141758.390000', '141758.850000', '141759.310000', '141759.770000', '141800.230000', '141800.690000', '141801.150000', '141801.610000', '141802.070000', '141802.530000', '141802.990000', '141803.450000', '141803.910000', '141804.370000', '141804.830000', '141805.290000', '141805.750000', '141806.210000', '141806.670000', '141807.130000', '141807.590000', '141808.050000', '141808.510000', '141808.970000', '141809.430000', '141809.890000', '141810.350000', '141810.810000', '141811.270000', '141811.730000', '141812.190000', '141812.650000', '141813.110000', '141813.570000', '141814.030000', '141814.490000', '141814.950000', '141815.410000', '141815.870000', '141816.330000', '141816.790000', '141817.250000', '141817.710000', '141818.170000', '141818.630000', '141819.090000', '141819.550000', '141820.010000', '141820.470000', '141820.930000', '141821.390000', '141821.850000', '141822.310000', '141822.770000', '141823.230000', '141823.690000', '141824.150000', '141824.610000', '141825.070000', '141825.530000', '141825.990000', '141826.450000', '141826.910000', '141827.370000', '141827.830000', '141828.290000', '141828.750000', '141829.210000', '141829.670000', '141830.130000', '141830.590000', '141831.050000', '141831.510000', '141831.970000', '141832.430000', '141832.890000', '141833.350000', '141833.810000', '141834.270000', '141834.730000', '141835.190000', '141835.650000', '141836.110000', '141836.570000', '141837.030000', '141837.490000', '141837.950000', '141838.410000', '141838.870000', '141839.330000', '141839.790000', '141840.250000', '141840.710000', '141841.170000', '141841.630000', '141842.090000', '141842.550000', '141843.010000', '141843.470000', '141843.930000', '141844.390000', '141844.850000', '141845.310000', '141845.770000', '141846.230000', '141846.690000', '141847.150000', '141847.610000', '141848.070000', '141848.530000', '141848.990000', '141849.450000', '141849.910000', '141850.370000', '141850.830000', '141851.290000', '141851.750000', '141852.210000', '141852.670000', '141853.130000', '141853.590000', '141854.050000', '141854.510000', '141854.970000', '141855.430000', '141855.890000', '141856.350000', '141856.810000', '141857.270000', '141857.730000', '141858.190000', '141858.650000', '141859.110000', '141859.570000', '141900.030000', '141900.490000', '141900.950000', '141901.410000', '141901.870000', '141902.330000', '141902.790000', '141903.250000', '141903.710000', '141904.170000', '141904.630000', '141905.090000', '141905.550000', '141906.010000', '141906.470000', '141906.930000', '141907.390000', '141907.850000', '141908.310000', '141908.770000', '141909.230000', '141909.690000', '141910.150000', '141910.610000', '141911.070000', '141911.530000', '141911.990000', '141912.450000', '141912.910000', '141913.370000', '141913.830000', '141914.290000', '141914.750000', '141915.210000', '141915.670000', '141916.130000', '141916.590000', '141917.050000', '141917.510000', '141917.970000', '141918.430000', '141918.890000', '141919.350000', '141919.810000', '141920.270000', '141920.730000', '141921.190000', '141921.650000', '141922.110000', '141922.570000', '141923.030000', '141923.490000', '141923.950000', '141924.410000', '141924.870000', '141925.330000', '141925.790000', '141926.250000', '141926.710000', '141927.170000', '141927.630000', '141928.090000', '141928.550000', '141929.010000', '141929.470000', '141929.930000', '141930.390000', '141930.850000', '141931.310000', '141931.770000', '141932.230000', '141932.690000', '141933.150000', '141933.610000', '141934.070000', '141934.530000', '141934.990000', '141935.450000', '141935.910000', '141936.370000', '141936.830000', '141937.290000', '141937.750000', '141938.210000', '141938.670000', '141939.130000', '141939.590000', '141940.050000', '141940.510000', '141940.970000', '141941.430000', '141941.890000', '141942.350000', '141942.810000', '141943.270000', '141943.730000', '141944.190000', '141944.650000', '141945.110000', '141945.570000', '141946.030000', '141946.490000', '141946.950000', '141947.410000', '141947.870000', '141948.330000', '141948.790000', '141949.250000', '141949.710000', '141950.170000', '141950.630000', '141951.090000', '141951.550000', '141952.010000', '141952.470000', '141952.930000', '141953.390000', '141953.850000', '141954.310000', '141954.770000', '141955.230000', '141955.690000', '141956.150000', '141956.610000', '141957.070000', '141957.530000', '141957.990000', '141958.450000', '141958.910000', '141959.370000', '141959.830000', '142000.290000', '142000.750000', '142001.210000', '142001.670000', '142002.130000', '142002.590000', '142003.050000', '142003.510000', '142003.970000', '142004.430000', '142004.890000', '142005.350000', '142005.810000', '142006.270000', '142006.730000', '142007.190000', '142007.650000', '142008.110000', '142008.570000', '142009.030000', '142009.490000', '142009.950000', '142010.410000', '142010.870000', '142011.330000', '142011.790000', '142012.250000', '142012.710000', '142013.170000', '142013.630000', '142014.090000', '142014.550000', '142015.010000', '142015.470000', '142015.930000', '142016.390000', '142016.850000', '142017.310000', '142017.770000', '142018.230000', '142018.690000', '142019.150000', '142019.610000', '142020.070000', '142020.530000', '142020.990000', '142021.450000', '142021.910000', '142022.370000', '142022.830000', '142023.290000', '142023.750000', '142024.210000', '142024.670000', '142025.130000', '142025.590000', '142026.050000', '142026.510000', '142026.970000', '142027.430000', '142027.890000', '142028.350000', '142028.810000', '142029.270000', '142029.730000', '142030.190000', '142030.650000', '142031.110000', '142031.570000', '142032.030000', '142032.490000', '142032.950000', '142033.410000', '142033.870000', '142034.330000', '142034.790000', '142035.250000', '142035.710000', '142036.170000', '142036.630000', '142037.090000', '142037.550000', '142038.010000', '142038.470000', '142038.930000', '142039.390000', '142039.850000', '142040.310000', '142040.770000', '142041.230000', '142041.690000', '142042.150000', '142042.610000', '142043.070000', '142043.530000', '142043.990000', '142044.450000', '142044.910000', '142045.370000', '142045.830000', '142046.290000', '142046.750000', '142047.210000', '142047.670000', '142048.130000', '142048.590000', '142049.050000', '142049.510000', '142049.970000', '142050.430000', '142050.890000', '142051.350000', '142051.810000', '142052.270000', '142052.730000', '142053.190000', '142053.650000', '142054.110000', '142054.570000', '142055.030000', '142055.490000', '142055.950000', '142056.410000', '142056.870000', '142057.330000', '142057.790000', '142058.250000', '142058.710000', '142059.170000', '142059.630000', '142100.090000', '142100.550000', '142101.010000', '142101.470000', '142101.930000', '142102.390000', '142102.850000', '142103.310000', '142103.770000', '142104.230000', '142104.690000', '142105.150000', '142105.610000', '142106.070000', '142106.530000', '142106.990000', '142107.450000', '142107.910000', '142108.370000', '142108.830000', '142109.290000', '142109.750000', '142110.210000', '142110.670000', '142111.130000', '142111.590000', '142112.050000', '142112.510000', '142112.970000', '142113.430000', '142113.890000', '142114.350000', '142114.810000', '142115.270000', '142115.730000', '142116.190000', '142116.650000', '142117.110000', '142117.570000', '142118.030000', '142118.490000', '142118.950000', '142119.410000', '142119.870000', '142120.330000', '142120.790000', '142121.250000', '142121.710000', '142122.170000', '142122.630000', '142123.090000', '142123.550000', '142124.010000', '142124.470000', '142124.930000', '142125.390000', '142125.850000', '142126.310000', '142126.770000', '142127.230000', '142127.690000', '142128.150000', '142128.610000', '142129.070000', '142129.530000', '142129.990000', '142130.450000', '142130.910000', '142131.370000', '142131.830000', '142132.290000', '142132.750000', '142133.210000', '142133.670000', '142134.130000', '142134.590000', '142135.050000', '142135.510000', '142135.970000', '142136.430000', '142136.890000', '142137.350000', '142137.810000', '142138.270000', '142138.730000', '142139.190000', '142139.650000', '142140.110000', '142140.570000', '142141.030000', '142141.490000', '142141.950000', '142142.410000', '142142.870000', '142143.330000', '142143.790000', '142144.250000', '142144.710000', '142145.170000', '142145.630000', '142146.090000', '142146.550000', '142147.010000', '142147.470000', '142147.930000', '142148.390000', '142148.850000', '142149.310000', '142149.770000', '142150.230000', '142150.690000', '142151.150000', '142151.610000', '142152.070000', '142152.530000', '142152.990000', '142153.450000', '142153.910000', '142154.370000', '142154.830000', '142155.290000', '142155.750000', '142156.210000', '142156.670000', '142157.130000', '142157.590000', '142158.050000', '142158.510000', '142158.970000', '142159.430000', '142159.890000', '142200.350000', '142200.810000', '142201.270000', '142201.730000', '142202.190000', '142202.650000', '142203.110000', '142203.570000', '142204.030000', '142204.490000', '142204.950000', '142205.410000', '142205.870000', '142206.330000', '142206.790000', '142207.250000', '142207.710000', '142208.170000', '142208.630000', '142209.090000', '142209.550000', '142210.010000', '142210.470000', '142210.930000', '142211.390000', '142211.850000', '142212.310000', '142212.770000', '142213.230000', '142213.690000', '142214.150000', '142214.610000', '142215.070000', '142215.530000', '142215.990000', '142216.450000', '142216.910000', '142217.370000', '142217.830000', '142218.290000', '142218.750000', '142219.210000', '142219.670000', '142220.130000', '142220.590000', '142221.050000', '142221.510000', '142221.970000', '142222.430000', '142222.890000', '142223.350000', '142223.810000', '142224.270000', '142224.730000', '142225.190000', '142225.650000', '142226.110000', '142226.570000', '142227.030000', '142227.490000', '142227.950000', '142228.410000', '142228.870000', '142229.330000', '142229.790000', '142230.250000', '142230.710000', '142231.170000', '142231.630000', '142232.090000', '142232.550000', '142233.010000', '142233.470000', '142233.930000', '142234.390000', '142234.850000', '142235.310000', '142235.770000', '142236.230000', '142236.690000', '142237.150000', '142237.610000', '142238.070000', '142238.530000', '142238.990000', '142239.450000', '142239.910000', '142240.370000', '142240.830000', '142241.290000', '142241.750000', '142242.210000', '142242.670000', '142243.130000', '142243.590000', '142244.050000', '142244.510000', '142244.970000', '142245.430000', '142245.890000', '142246.350000', '142246.810000', '142247.270000', '142247.730000', '142248.190000', '142248.650000', '142249.110000', '142249.570000', '142250.030000', '142250.490000', '142250.950000', '142251.410000', '142251.870000', '142252.330000', '142252.790000', '142253.250000', '142253.710000', '142254.170000', '142254.630000', '142255.090000', '142255.550000', '142256.010000', '142256.470000', '142256.930000', '142257.390000', '142257.850000', '142258.310000', '142258.770000', '142259.230000', '142259.690000', '142300.150000', '142300.610000', '142301.070000', '142301.530000', '142301.990000', '142302.450000', '142302.910000', '142303.370000', '142303.830000', '142304.290000', '142304.750000', '142305.210000', '142305.670000', '142306.130000', '142306.590000', '142307.050000', '142307.510000', '142307.970000', '142308.430000', '142308.890000', '142309.350000', '142309.810000', '142310.270000', '142310.730000', '142311.190000', '142311.650000', '142312.110000', '142312.570000', '142313.030000', '142313.490000', '142313.950000', '142314.410000', '142314.870000', '142315.330000', '142315.790000', '142316.250000', '142316.710000', '142317.170000', '142317.630000', '142318.090000', '142318.550000', '142319.010000', '142319.470000', '142319.930000', '142320.390000', '142320.850000', '142321.310000', '142321.770000', '142322.230000', '142322.690000', '142323.150000', '142323.610000', '142324.070000', '142324.530000', '142324.990000', '142325.450000', '142325.910000', '142326.370000', '142326.830000', '142327.290000', '142327.750000', '142328.210000', '142328.670000', '142329.130000', '142329.590000', '142330.050000', '142330.510000', '142330.970000', '142331.430000', '142331.890000', '142332.350000', '142332.810000', '142333.270000', '142333.730000', '142334.190000', '142334.650000', '142335.110000', '142335.570000', '142336.030000', '142336.490000', '142336.950000', '142337.410000', '142337.870000', '142338.330000', '142338.790000', '142339.250000', '142339.710000', '142340.170000', '142340.630000', '142341.090000', '142341.550000', '142342.010000', '142342.470000', '142342.930000', '142343.390000', '142343.850000', '142344.310000', '142344.770000', '142345.230000', '142345.690000', '142346.150000', '142346.610000', '142347.070000', '142347.530000', '142347.990000', '142348.450000', '142348.910000', '142349.370000', '142349.830000', '142350.290000', '142350.750000', '142351.210000', '142351.670000', '142352.130000', '142352.590000', '142353.050000', '142353.510000', '142353.970000', '142354.430000', '142354.890000', '142355.350000', '142355.810000', '142356.270000', '142356.730000', '142357.190000', '142357.650000', '142358.110000', '142358.570000', '142359.030000', '142359.490000', '142359.950000', '142400.410000', '142400.870000', '142401.330000', '142401.790000', '142402.250000', '142402.710000', '142403.170000', '142403.630000', '142404.090000', '142404.550000', '142405.010000', '142405.470000', '142405.930000', '142406.390000', '142406.850000', '142407.310000', '142407.770000', '142408.230000', '142408.690000', '142409.150000', '142409.610000', '142410.070000', '142410.530000', '142410.990000', '142411.450000', '142411.910000', '142412.370000', '142412.830000', '142413.290000', '142413.750000', '142414.210000', '142414.670000', '142415.130000', '142415.590000', '142416.050000', '142416.510000', '142416.970000', '142417.430000', '142417.890000', '142418.350000', '142418.810000', '142419.270000', '142419.730000', '142420.190000', '142420.650000', '142421.110000', '142421.570000', '142422.030000', '142422.490000', '142422.950000', '142423.410000', '142423.870000', '142424.330000', '142424.790000', '142425.250000', '142425.710000', '142426.170000', '142426.630000', '142427.090000', '142427.550000', '142428.010000', '142428.470000', '142428.930000', '142429.390000', '142429.850000', '142430.310000', '142430.770000', '142431.230000', '142431.690000', '142432.150000', '142432.610000', '142433.070000', '142433.530000', '142433.990000', '142434.450000', '142434.910000', '142435.370000', '142435.830000', '142436.290000', '142436.750000', '142437.210000', '142437.670000'], 'ContentTime': ['141802.913000', '141802.916000', '141802.919000', '141802.922000', '141802.924000', '141802.927000', '141802.929000', '141802.932000', '141802.935000', '141802.937000', '141802.940000', '141802.942000', '141802.945000', '141802.947000', '141802.950000', '141802.953000', '141802.955000', '141802.958000', '141802.960000', '141802.963000', '141802.965000', '141802.968000', '141802.970000', '141802.973000', '141802.976000', '141802.978000', '141802.981000', '141802.983000', '141802.989000', '141802.992000', '141802.994000', '141802.997000', '141803.000000', '141803.003000', '141803.005000', '141803.008000', '141803.011000', '141803.013000', '141803.016000', '141803.018000', '141803.021000', '141803.029000', '141803.031000', '141803.034000', '141803.036000', '141803.039000', '141803.041000', '141803.044000', '141803.047000', '141803.049000', '141803.052000', '141803.054000', '141822.879000', '141822.882000', '141822.885000', '141822.888000', '141822.890000', '141822.893000', '141822.895000', '141822.898000', '141822.901000', '141822.903000', '141822.906000', '141822.908000', '141822.911000', '141822.914000', '141822.916000', '141822.919000', '141822.921000', '141822.924000', '141822.926000', '141822.929000', '141822.939000', '141822.941000', '141822.944000', '141822.947000', '141822.949000', '141822.952000', '141822.954000', '141822.957000', '141822.959000', '141822.962000', '141822.964000', '141822.967000', '141822.970000', '141822.972000', '141822.975000', '141822.977000', '141822.980000', '141822.982000', '141822.985000', '141822.988000', '141822.990000', '141822.993000', '141822.995000', '141822.998000', '141842.879000', '141842.882000', '141842.885000', '141842.888000', '141842.890000', '141842.893000', '141842.895000', '141842.898000', '141842.900000', '141842.903000', '141842.906000', '141842.908000', '141842.911000', '141842.913000', '141842.916000', '141842.919000', '141842.922000', '141842.925000', '141842.928000', '141842.930000', '141842.933000', '141842.935000', '141842.938000', '141842.940000', '141842.943000', '141842.945000', '141842.948000', '141842.950000', '141842.957000', '141842.960000', '141842.963000', '141842.965000', '141842.968000', '141842.971000', '141842.973000', '141842.976000', '141842.979000', '141842.982000', '141842.984000', '141842.987000', '141842.989000', '141842.992000', '141842.994000', '141902.879000', '141902.882000', '141902.885000', '141902.887000', '141902.890000', '141902.893000', '141902.895000', '141902.898000', '141902.900000', '141902.903000', '141902.905000', '141902.908000', '141902.910000', '141902.913000', '141902.916000', '141902.918000', '141902.921000', '141902.923000', '141902.926000', '141902.929000', '141902.931000', '141902.934000', '141902.936000', '141902.939000', '141902.941000', '141902.944000', '141902.960000', '141902.963000', '141902.965000', '141902.968000', '141902.970000', '141902.973000', '141902.976000', '141902.978000', '141902.981000', '141902.983000', '141902.986000', '141902.988000', '141902.991000', '141902.994000', '141902.996000', '141903.000000', '141903.002000', '141903.005000', '141922.879000', '141922.882000', '141922.885000', '141922.888000', '141922.890000', '141922.893000', '141922.895000', '141922.898000', '141922.900000', '141922.903000', '141922.906000', '141922.908000', '141922.911000', '141922.913000', '141922.916000', '141922.922000', '141922.924000', '141922.927000', '141922.929000', '141922.932000', '141922.935000', '141922.937000', '141922.940000', '141922.942000', '141922.945000', '141922.947000', '141922.950000', '141922.953000', '141922.955000', '141922.958000', '141922.961000', '141922.963000', '141922.966000', '141922.968000', '141922.971000', '141922.973000', '141922.977000', '141922.980000', '141922.982000', '141922.985000', '141922.988000', '141922.990000', '141922.993000', '141942.879000', '141942.882000', '141942.885000', '141942.888000', '141942.890000', '141942.893000', '141942.895000', '141942.898000', '141942.900000', '141942.903000', '141942.906000', '141942.908000', '141942.911000', '141942.913000', '141942.916000', '141942.919000', '141942.921000', '141942.924000', '141942.926000', '141942.929000', '141942.932000', '141942.934000', '141942.937000', '141942.939000', '141942.942000', '141942.944000', '141942.947000', '141942.950000', '141942.952000', '141942.955000', '141942.958000', '141942.960000', '141942.963000', '141942.965000', '141942.968000', '141942.970000', '141942.973000', '141942.976000', '141942.978000', '141942.981000', '141942.983000', '141942.986000', '141942.996000', '141943.000000', '142002.880000', '142002.883000', '142002.886000', '142002.888000', '142002.891000', '142002.893000', '142002.896000', '142002.899000', '142002.901000', '142002.904000', '142002.906000', '142002.909000', '142002.912000', '142002.914000', '142002.917000', '142002.919000', '142002.922000', '142002.925000', '142002.927000', '142002.930000', '142002.933000', '142002.935000', '142002.938000', '142002.940000', '142002.943000', '142002.945000', '142002.948000', '142002.951000', '142002.953000', '142002.956000', '142002.958000', '142002.961000', '142002.964000', '142002.966000', '142002.969000', '142002.971000', '142002.974000', '142002.976000', '142002.979000', '142002.982000', '142002.984000', '142002.987000', '142002.989000', '142022.881000', '142022.883000', '142022.886000', '142022.893000', '142022.896000', '142022.898000', '142022.901000', '142022.904000', '142022.906000', '142022.913000', '142022.916000', '142022.918000', '142022.921000', '142022.924000', '142022.926000', '142022.929000', '142022.931000', '142022.934000', '142022.936000', '142022.939000', '142022.942000', '142022.944000', '142022.947000', '142022.949000', '142022.952000', '142022.954000', '142022.957000', '142022.960000', '142022.962000', '142022.965000', '142022.967000', '142022.970000', '142022.973000', '142022.975000', '142022.978000', '142022.980000', '142022.983000', '142022.985000', '142022.988000', '142022.991000', '142022.993000', '142022.996000', '142023.000000', '142023.002000', '142042.880000', '142042.883000', '142042.885000', '142042.888000', '142042.890000', '142042.893000', '142042.895000', '142042.898000', '142042.901000', '142042.903000', '142042.906000', '142042.908000', '142042.911000', '142042.914000', '142042.916000', '142042.919000', '142042.921000', '142042.924000', '142042.927000', '142042.929000', '142042.932000', '142042.935000', '142042.937000', '142042.940000', '142042.942000', '142042.945000', '142042.948000', '142042.950000', '142042.953000', '142042.955000', '142042.958000', '142042.960000', '142042.963000', '142042.966000', '142042.968000', '142042.971000', '142042.973000', '142042.976000', '142042.979000', '142042.981000', '142042.984000', '142042.986000', '142042.989000', '142102.879000', '142102.882000', '142102.885000', '142102.888000', '142102.890000', '142102.893000', '142102.895000', '142102.898000', '142102.901000', '142102.903000', '142102.906000', '142102.908000', '142102.911000', '142102.914000', '142102.916000', '142102.919000', '142102.921000', '142102.924000', '142102.926000', '142102.929000', '142102.931000', '142102.934000', '142102.937000', '142102.939000', '142102.942000', '142102.945000', '142102.947000', '142102.950000', '142102.952000', '142102.955000', '142102.958000', '142102.960000', '142102.963000', '142102.965000', '142102.968000', '142102.970000', '142102.973000', '142102.985000', '142102.988000', '142102.990000', '142102.993000', '142102.995000', '142102.998000', '142103.002000', '142122.880000', '142122.882000', '142122.885000', '142122.888000', '142122.890000', '142122.893000', '142122.895000', '142122.898000', '142122.901000', '142122.903000', '142122.906000', '142122.908000', '142122.911000', '142122.914000', '142122.916000', '142122.919000', '142122.921000', '142122.924000', '142122.927000', '142122.929000', '142122.932000', '142122.934000', '142122.937000', '142122.962000', '142122.995000', '142122.997000', '142123.001000', '142123.004000', '142123.006000', '142123.009000', '142123.011000', '142123.014000', '142123.017000', '142123.019000', '142123.022000', '142123.024000', '142123.027000', '142123.030000', '142123.032000', '142123.035000', '142123.038000', '142123.040000', '142123.043000', '142142.879000', '142142.882000', '142142.885000', '142142.887000', '142142.890000', '142142.893000', '142142.895000', '142142.898000', '142142.900000', '142142.903000', '142142.906000', '142142.908000', '142142.911000', '142142.913000', '142142.916000', '142142.919000', '142142.921000', '142142.924000', '142142.926000', '142142.929000', '142142.932000', '142142.934000', '142142.937000', '142142.939000', '142142.942000', '142142.945000', '142142.947000', '142142.950000', '142142.952000', '142142.955000', '142142.958000', '142142.960000', '142142.963000', '142142.965000', '142142.968000', '142142.970000', '142142.973000', '142142.976000', '142142.978000', '142142.981000', '142142.984000', '142142.986000', '142142.989000', '142142.991000', '142202.880000', '142202.882000', '142202.885000', '142202.888000', '142202.890000', '142202.893000', '142202.895000', '142202.898000', '142202.901000', '142202.903000', '142202.906000', '142202.909000', '142202.911000', '142202.914000', '142202.916000', '142202.919000', '142202.921000', '142202.924000', '142202.927000', '142202.929000', '142202.932000', '142202.934000', '142202.937000', '142202.940000', '142202.942000', '142202.945000', '142202.947000', '142202.950000', '142202.953000', '142202.955000', '142202.958000', '142202.961000', '142202.963000', '142202.966000', '142202.968000', '142202.971000', '142202.974000', '142202.976000', '142202.979000', '142202.982000', '142202.984000', '142202.987000', '142202.989000', '142222.880000', '142222.883000', '142222.886000', '142222.889000', '142222.891000', '142222.894000', '142222.896000', '142222.899000', '142222.902000', '142222.904000', '142222.907000', '142222.910000', '142222.912000', '142222.915000', '142222.918000', '142222.920000', '142222.923000', '142222.925000', '142222.928000', '142222.931000', '142222.933000', '142222.936000', '142222.938000', '142222.941000', '142222.944000', '142222.946000', '142222.949000', '142222.951000', '142222.954000', '142222.957000', '142222.959000', '142222.962000', '142222.964000', '142222.967000', '142222.970000', '142222.972000', '142222.975000', '142222.977000', '142222.980000', '142222.983000', '142222.985000', '142222.988000', '142222.990000', '142222.993000', '142242.880000', '142242.883000', '142242.886000', '142242.889000', '142242.891000', '142242.894000', '142242.896000', '142242.899000', '142242.902000', '142242.904000', '142242.907000', '142242.909000', '142242.912000', '142242.915000', '142242.917000', '142242.920000', '142242.922000', '142242.925000', '142242.927000', '142242.930000', '142242.933000', '142242.935000', '142242.938000', '142242.941000', '142242.943000', '142242.946000', '142242.948000', '142242.951000', '142242.954000', '142242.956000', '142242.959000', '142242.961000', '142242.964000', '142242.966000', '142242.969000', '142242.972000', '142242.974000', '142242.977000', '142242.980000', '142242.982000', '142242.985000', '142242.987000', '142242.990000', '142302.880000', '142302.882000', '142302.885000', '142302.888000', '142302.890000', '142302.893000', '142302.895000', '142302.898000', '142302.900000', '142302.903000', '142302.906000', '142302.908000', '142302.911000', '142302.913000', '142302.916000', '142302.919000', '142302.921000', '142302.924000', '142302.926000', '142302.929000', '142302.931000', '142302.934000', '142302.937000', '142302.939000', '142302.942000', '142302.944000', '142302.947000', '142302.949000', '142302.952000', '142302.955000', '142302.957000', '142302.960000', '142302.962000', '142302.965000', '142302.968000', '142302.970000', '142302.973000', '142302.976000', '142302.978000', '142302.981000', '142302.983000', '142302.986000', '142302.988000', '142322.879000', '142322.882000', '142322.885000', '142322.888000', '142322.890000', '142322.893000', '142322.895000', '142322.898000', '142322.901000', '142322.903000', '142322.906000', '142322.908000', '142322.911000', '142322.913000', '142322.916000', '142322.919000', '142322.921000', '142322.924000', '142322.926000', '142322.929000', '142322.932000', '142322.934000', '142322.937000', '142322.939000', '142322.942000', '142322.945000', '142322.947000', '142322.950000', '142322.953000', '142322.955000', '142322.958000', '142322.960000', '142322.963000', '142322.966000', '142322.968000', '142322.971000', '142322.973000', '142322.976000', '142322.979000', '142322.981000', '142322.984000', '142322.988000', '142322.991000', '142322.994000', '142342.880000', '142342.882000', '142342.885000', '142342.888000', '142342.890000', '142342.893000', '142342.896000', '142342.899000', '142342.902000', '142342.904000', '142342.907000', '142342.909000', '142342.912000', '142342.915000', '142342.917000', '142342.920000', '142342.922000', '142342.925000', '142342.928000', '142342.930000', '142342.933000', '142342.935000', '142342.945000', '142342.948000', '142342.951000', '142342.954000', '142342.956000', '142342.960000', '142342.963000', '142342.966000', '142342.968000', '142342.971000', '142342.973000', '142342.976000', '142342.979000', '142342.981000', '142342.984000', '142342.986000', '142342.989000', '142342.991000', '142342.995000', '142342.997000', '142343.001000', '142402.880000', '142402.883000', '142402.885000', '142402.888000', '142402.891000', '142402.893000', '142402.896000', '142402.898000', '142402.901000', '142402.904000', '142402.906000', '142402.909000', '142402.911000', '142402.914000', '142402.917000', '142402.919000', '142402.922000', '142402.925000', '142402.927000', '142402.930000', '142402.932000', '142402.935000', '142402.938000', '142402.940000', '142402.943000', '142402.945000', '142402.948000', '142402.951000', '142402.953000', '142402.956000', '142402.958000', '142402.961000', '142402.964000', '142402.966000', '142402.969000', '142402.971000', '142402.974000', '142402.976000', '142402.979000', '142402.982000', '142402.984000', '142402.987000', '142402.989000', '142402.992000', '142422.880000', '142422.883000', '142422.895000', '142422.898000', '142422.900000', '142422.903000', '142422.905000', '142422.908000', '142422.911000', '142422.913000', '142422.916000', '142422.918000', '142422.921000', '142422.924000', '142422.927000', '142422.929000', '142422.932000', '142422.935000', '142422.938000', '142422.940000', '142422.943000', '142422.946000', '142422.948000', '142422.951000', '142422.953000', '142422.956000', '142422.959000', '142422.961000', '142422.964000', '142422.967000', '142422.969000', '142422.972000', '142422.975000', '142422.977000', '142422.980000', '142422.982000', '142422.985000', '142422.988000', '142422.990000', '142422.993000', '142422.995000', '142422.998000', '142423.001000', '142438.947000', '142438.950000', '142438.953000', '142438.955000', '142438.958000', '142438.961000', '142438.963000', '142438.966000', '142438.969000', '142438.972000', '142438.975000', '142438.978000', '142438.982000', '142438.985000', '142438.988000', '142438.991000', '142438.994000', '142438.996000', '142439.000000', '142439.003000', '142439.007000', '142439.010000', '142439.012000', '142439.015000', '142439.018000', '142439.021000', '142439.023000', '142439.026000', '142439.029000', '142439.032000', '142439.034000', '142439.037000', '142439.040000', '142439.042000', '142439.045000', '142439.048000'], 'InstanceCreationTime': ['141802.913000', '141802.916000', '141802.919000', '141802.922000', '141802.924000', '141802.927000', '141802.929000', '141802.932000', '141802.935000', '141802.937000', '141802.940000', '141802.942000', '141802.945000', '141802.947000', '141802.950000', '141802.953000', '141802.955000', '141802.958000', '141802.960000', '141802.963000', '141802.965000', '141802.968000', '141802.970000', '141802.973000', '141802.976000', '141802.978000', '141802.981000', '141802.983000', '141802.989000', '141802.992000', '141802.994000', '141802.997000', '141803.000000', '141803.003000', '141803.005000', '141803.008000', '141803.011000', '141803.013000', '141803.016000', '141803.018000', '141803.021000', '141803.029000', '141803.031000', '141803.034000', '141803.036000', '141803.039000', '141803.041000', '141803.044000', '141803.047000', '141803.049000', '141803.052000', '141803.054000', '141822.879000', '141822.882000', '141822.885000', '141822.888000', '141822.890000', '141822.893000', '141822.895000', '141822.898000', '141822.901000', '141822.903000', '141822.906000', '141822.908000', '141822.911000', '141822.914000', '141822.916000', '141822.919000', '141822.921000', '141822.924000', '141822.926000', '141822.929000', '141822.939000', '141822.941000', '141822.944000', '141822.947000', '141822.949000', '141822.952000', '141822.954000', '141822.957000', '141822.959000', '141822.962000', '141822.964000', '141822.967000', '141822.970000', '141822.972000', '141822.975000', '141822.977000', '141822.980000', '141822.982000', '141822.985000', '141822.988000', '141822.990000', '141822.993000', '141822.995000', '141822.998000', '141842.879000', '141842.882000', '141842.885000', '141842.888000', '141842.890000', '141842.893000', '141842.895000', '141842.898000', '141842.900000', '141842.903000', '141842.906000', '141842.908000', '141842.911000', '141842.913000', '141842.916000', '141842.919000', '141842.922000', '141842.925000', '141842.928000', '141842.930000', '141842.933000', '141842.935000', '141842.938000', '141842.940000', '141842.943000', '141842.945000', '141842.948000', '141842.950000', '141842.957000', '141842.960000', '141842.963000', '141842.965000', '141842.968000', '141842.971000', '141842.973000', '141842.976000', '141842.979000', '141842.982000', '141842.984000', '141842.987000', '141842.989000', '141842.992000', '141842.994000', '141902.879000', '141902.882000', '141902.885000', '141902.887000', '141902.890000', '141902.893000', '141902.895000', '141902.898000', '141902.900000', '141902.903000', '141902.905000', '141902.908000', '141902.910000', '141902.913000', '141902.916000', '141902.918000', '141902.921000', '141902.923000', '141902.926000', '141902.929000', '141902.931000', '141902.934000', '141902.936000', '141902.939000', '141902.941000', '141902.944000', '141902.960000', '141902.963000', '141902.965000', '141902.968000', '141902.970000', '141902.973000', '141902.976000', '141902.978000', '141902.981000', '141902.983000', '141902.986000', '141902.988000', '141902.991000', '141902.994000', '141902.996000', '141903.000000', '141903.002000', '141903.005000', '141922.879000', '141922.882000', '141922.885000', '141922.888000', '141922.890000', '141922.893000', '141922.895000', '141922.898000', '141922.900000', '141922.903000', '141922.906000', '141922.908000', '141922.911000', '141922.913000', '141922.916000', '141922.922000', '141922.924000', '141922.927000', '141922.929000', '141922.932000', '141922.935000', '141922.937000', '141922.940000', '141922.942000', '141922.945000', '141922.947000', '141922.950000', '141922.953000', '141922.955000', '141922.958000', '141922.961000', '141922.963000', '141922.966000', '141922.968000', '141922.971000', '141922.973000', '141922.977000', '141922.980000', '141922.982000', '141922.985000', '141922.988000', '141922.990000', '141922.993000', '141942.879000', '141942.882000', '141942.885000', '141942.888000', '141942.890000', '141942.893000', '141942.895000', '141942.898000', '141942.900000', '141942.903000', '141942.906000', '141942.908000', '141942.911000', '141942.913000', '141942.916000', '141942.919000', '141942.921000', '141942.924000', '141942.926000', '141942.929000', '141942.932000', '141942.934000', '141942.937000', '141942.939000', '141942.942000', '141942.944000', '141942.947000', '141942.950000', '141942.952000', '141942.955000', '141942.958000', '141942.960000', '141942.963000', '141942.965000', '141942.968000', '141942.970000', '141942.973000', '141942.976000', '141942.978000', '141942.981000', '141942.983000', '141942.986000', '141942.996000', '141943.000000', '142002.880000', '142002.883000', '142002.886000', '142002.888000', '142002.891000', '142002.893000', '142002.896000', '142002.899000', '142002.901000', '142002.904000', '142002.906000', '142002.909000', '142002.912000', '142002.914000', '142002.917000', '142002.919000', '142002.922000', '142002.925000', '142002.927000', '142002.930000', '142002.933000', '142002.935000', '142002.938000', '142002.940000', '142002.943000', '142002.945000', '142002.948000', '142002.951000', '142002.953000', '142002.956000', '142002.958000', '142002.961000', '142002.964000', '142002.966000', '142002.969000', '142002.971000', '142002.974000', '142002.976000', '142002.979000', '142002.982000', '142002.984000', '142002.987000', '142002.989000', '142022.881000', '142022.883000', '142022.886000', '142022.893000', '142022.896000', '142022.898000', '142022.901000', '142022.904000', '142022.906000', '142022.913000', '142022.916000', '142022.918000', '142022.921000', '142022.924000', '142022.926000', '142022.929000', '142022.931000', '142022.934000', '142022.936000', '142022.939000', '142022.942000', '142022.944000', '142022.947000', '142022.949000', '142022.952000', '142022.954000', '142022.957000', '142022.960000', '142022.962000', '142022.965000', '142022.967000', '142022.970000', '142022.973000', '142022.975000', '142022.978000', '142022.980000', '142022.983000', '142022.985000', '142022.988000', '142022.991000', '142022.993000', '142022.996000', '142023.000000', '142023.002000', '142042.880000', '142042.883000', '142042.885000', '142042.888000', '142042.890000', '142042.893000', '142042.895000', '142042.898000', '142042.901000', '142042.903000', '142042.906000', '142042.908000', '142042.911000', '142042.914000', '142042.916000', '142042.919000', '142042.921000', '142042.924000', '142042.927000', '142042.929000', '142042.932000', '142042.935000', '142042.937000', '142042.940000', '142042.942000', '142042.945000', '142042.948000', '142042.950000', '142042.953000', '142042.955000', '142042.958000', '142042.960000', '142042.963000', '142042.966000', '142042.968000', '142042.971000', '142042.973000', '142042.976000', '142042.979000', '142042.981000', '142042.984000', '142042.986000', '142042.989000', '142102.879000', '142102.882000', '142102.885000', '142102.888000', '142102.890000', '142102.893000', '142102.895000', '142102.898000', '142102.901000', '142102.903000', '142102.906000', '142102.908000', '142102.911000', '142102.914000', '142102.916000', '142102.919000', '142102.921000', '142102.924000', '142102.926000', '142102.929000', '142102.931000', '142102.934000', '142102.937000', '142102.939000', '142102.942000', '142102.945000', '142102.947000', '142102.950000', '142102.952000', '142102.955000', '142102.958000', '142102.960000', '142102.963000', '142102.965000', '142102.968000', '142102.970000', '142102.973000', '142102.985000', '142102.988000', '142102.990000', '142102.993000', '142102.995000', '142102.998000', '142103.002000', '142122.880000', '142122.882000', '142122.885000', '142122.888000', '142122.890000', '142122.893000', '142122.895000', '142122.898000', '142122.901000', '142122.903000', '142122.906000', '142122.908000', '142122.911000', '142122.914000', '142122.916000', '142122.919000', '142122.921000', '142122.924000', '142122.927000', '142122.929000', '142122.932000', '142122.934000', '142122.937000', '142122.962000', '142122.995000', '142122.997000', '142123.001000', '142123.004000', '142123.006000', '142123.009000', '142123.011000', '142123.014000', '142123.017000', '142123.019000', '142123.022000', '142123.024000', '142123.027000', '142123.030000', '142123.032000', '142123.035000', '142123.038000', '142123.040000', '142123.043000', '142142.879000', '142142.882000', '142142.885000', '142142.887000', '142142.890000', '142142.893000', '142142.895000', '142142.898000', '142142.900000', '142142.903000', '142142.906000', '142142.908000', '142142.911000', '142142.913000', '142142.916000', '142142.919000', '142142.921000', '142142.924000', '142142.926000', '142142.929000', '142142.932000', '142142.934000', '142142.937000', '142142.939000', '142142.942000', '142142.945000', '142142.947000', '142142.950000', '142142.952000', '142142.955000', '142142.958000', '142142.960000', '142142.963000', '142142.965000', '142142.968000', '142142.970000', '142142.973000', '142142.976000', '142142.978000', '142142.981000', '142142.984000', '142142.986000', '142142.989000', '142142.991000', '142202.880000', '142202.882000', '142202.885000', '142202.888000', '142202.890000', '142202.893000', '142202.895000', '142202.898000', '142202.901000', '142202.903000', '142202.906000', '142202.909000', '142202.911000', '142202.914000', '142202.916000', '142202.919000', '142202.921000', '142202.924000', '142202.927000', '142202.929000', '142202.932000', '142202.934000', '142202.937000', '142202.940000', '142202.942000', '142202.945000', '142202.947000', '142202.950000', '142202.953000', '142202.955000', '142202.958000', '142202.961000', '142202.963000', '142202.966000', '142202.968000', '142202.971000', '142202.974000', '142202.976000', '142202.979000', '142202.982000', '142202.984000', '142202.987000', '142202.989000', '142222.880000', '142222.883000', '142222.886000', '142222.889000', '142222.891000', '142222.894000', '142222.896000', '142222.899000', '142222.902000', '142222.904000', '142222.907000', '142222.910000', '142222.912000', '142222.915000', '142222.918000', '142222.920000', '142222.923000', '142222.925000', '142222.928000', '142222.931000', '142222.933000', '142222.936000', '142222.938000', '142222.941000', '142222.944000', '142222.946000', '142222.949000', '142222.951000', '142222.954000', '142222.957000', '142222.959000', '142222.962000', '142222.964000', '142222.967000', '142222.970000', '142222.972000', '142222.975000', '142222.977000', '142222.980000', '142222.983000', '142222.985000', '142222.988000', '142222.990000', '142222.993000', '142242.880000', '142242.883000', '142242.886000', '142242.889000', '142242.891000', '142242.894000', '142242.896000', '142242.899000', '142242.902000', '142242.904000', '142242.907000', '142242.909000', '142242.912000', '142242.915000', '142242.917000', '142242.920000', '142242.922000', '142242.925000', '142242.927000', '142242.930000', '142242.933000', '142242.935000', '142242.938000', '142242.941000', '142242.943000', '142242.946000', '142242.948000', '142242.951000', '142242.954000', '142242.956000', '142242.959000', '142242.961000', '142242.964000', '142242.966000', '142242.969000', '142242.972000', '142242.974000', '142242.977000', '142242.980000', '142242.982000', '142242.985000', '142242.987000', '142242.990000', '142302.880000', '142302.882000', '142302.885000', '142302.888000', '142302.890000', '142302.893000', '142302.895000', '142302.898000', '142302.900000', '142302.903000', '142302.906000', '142302.908000', '142302.911000', '142302.913000', '142302.916000', '142302.919000', '142302.921000', '142302.924000', '142302.926000', '142302.929000', '142302.931000', '142302.934000', '142302.937000', '142302.939000', '142302.942000', '142302.944000', '142302.947000', '142302.949000', '142302.952000', '142302.955000', '142302.957000', '142302.960000', '142302.962000', '142302.965000', '142302.968000', '142302.970000', '142302.973000', '142302.976000', '142302.978000', '142302.981000', '142302.983000', '142302.986000', '142302.988000', '142322.879000', '142322.882000', '142322.885000', '142322.888000', '142322.890000', '142322.893000', '142322.895000', '142322.898000', '142322.901000', '142322.903000', '142322.906000', '142322.908000', '142322.911000', '142322.913000', '142322.916000', '142322.919000', '142322.921000', '142322.924000', '142322.926000', '142322.929000', '142322.932000', '142322.934000', '142322.937000', '142322.939000', '142322.942000', '142322.945000', '142322.947000', '142322.950000', '142322.953000', '142322.955000', '142322.958000', '142322.960000', '142322.963000', '142322.966000', '142322.968000', '142322.971000', '142322.973000', '142322.976000', '142322.979000', '142322.981000', '142322.984000', '142322.988000', '142322.991000', '142322.994000', '142342.880000', '142342.882000', '142342.885000', '142342.888000', '142342.890000', '142342.893000', '142342.896000', '142342.899000', '142342.902000', '142342.904000', '142342.907000', '142342.909000', '142342.912000', '142342.915000', '142342.917000', '142342.920000', '142342.922000', '142342.925000', '142342.928000', '142342.930000', '142342.933000', '142342.935000', '142342.945000', '142342.948000', '142342.951000', '142342.954000', '142342.956000', '142342.960000', '142342.963000', '142342.966000', '142342.968000', '142342.971000', '142342.973000', '142342.976000', '142342.979000', '142342.981000', '142342.984000', '142342.986000', '142342.989000', '142342.991000', '142342.995000', '142342.997000', '142343.001000', '142402.880000', '142402.883000', '142402.885000', '142402.888000', '142402.891000', '142402.893000', '142402.896000', '142402.898000', '142402.901000', '142402.904000', '142402.906000', '142402.909000', '142402.911000', '142402.914000', '142402.917000', '142402.919000', '142402.922000', '142402.925000', '142402.927000', '142402.930000', '142402.932000', '142402.935000', '142402.938000', '142402.940000', '142402.943000', '142402.945000', '142402.948000', '142402.951000', '142402.953000', '142402.956000', '142402.958000', '142402.961000', '142402.964000', '142402.966000', '142402.969000', '142402.971000', '142402.974000', '142402.976000', '142402.979000', '142402.982000', '142402.984000', '142402.987000', '142402.989000', '142402.992000', '142422.880000', '142422.883000', '142422.895000', '142422.898000', '142422.900000', '142422.903000', '142422.905000', '142422.908000', '142422.911000', '142422.913000', '142422.916000', '142422.918000', '142422.921000', '142422.924000', '142422.927000', '142422.929000', '142422.932000', '142422.935000', '142422.938000', '142422.940000', '142422.943000', '142422.946000', '142422.948000', '142422.951000', '142422.953000', '142422.956000', '142422.959000', '142422.961000', '142422.964000', '142422.967000', '142422.969000', '142422.972000', '142422.975000', '142422.977000', '142422.980000', '142422.982000', '142422.985000', '142422.988000', '142422.990000', '142422.993000', '142422.995000', '142422.998000', '142423.001000', '142438.947000', '142438.950000', '142438.953000', '142438.955000', '142438.958000', '142438.961000', '142438.963000', '142438.966000', '142438.969000', '142438.972000', '142438.975000', '142438.978000', '142438.982000', '142438.985000', '142438.988000', '142438.991000', '142438.994000', '142438.996000', '142439.000000', '142439.003000', '142439.007000', '142439.010000', '142439.012000', '142439.015000', '142439.018000', '142439.021000', '142439.023000', '142439.026000', '142439.029000', '142439.032000', '142439.034000', '142439.037000', '142439.040000', '142439.042000', '142439.045000', '142439.048000'], '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': [10772, 8721, 11019, 8281, 9547, 8083, 10783, 8833, 7808, 7993, 8020, 8294, 7900, 14659, 10355, 11215, 7981, 10145, 8331, 9801, 11957, 9633, 11092, 8022, 10979, 8236, 10245, 7981, 8182, 11549, 9627, 7938, 8221, 12036, 7830, 12078, 9829, 10199, 8011, 8320, 8148, 8243, 14539, 8962, 12783, 10239, 11244, 7969, 8129, 8016, 8044, 14999, 11243, 13209, 7869, 12309, 8403, 12626, 8461, 9717, 7976, 8382, 8159, 8016, 13614, 8848, 11393, 8505, 12104, 8088, 9907, 8238, 9248, 8302, 7902, 8167, 8493, 14550, 8427, 12966, 10442, 13202, 8658, 10207, 8077, 8720, 11945, 10032, 12017, 8051, 11959, 7990, 11031, 8902, 10148, 8224, 9362, 7828, 8438, 10743, 8245, 14852, 10883, 15861, 8144, 10217, 8268, 11855, 9231, 12015, 8040, 8476, 10524, 8284, 14859, 10319, 11705, 8188, 9702, 7951, 10326, 11072, 10836, 10772, 8459, 14281, 8115, 10454, 8250, 9710, 9050, 9990, 8262, 8648, 10804, 8274, 12420, 9290, 11372, 8383, 9070, 8283, 8163, 8079, 8232, 8386, 8524, 8374, 8145, 13214, 8166, 11447, 8996, 9993, 7987, 9168, 8175, 7921, 8437, 8656, 10726, 8341, 14093, 8095, 11976, 8278, 12926, 10646, 11069, 8382, 9961, 7999, 15603, 10313, 10483, 8207, 10363, 8295, 11295, 8300, 14196, 11293, 12976, 8532, 8131, 9639, 8524, 15495, 12206, 14248, 12274, 11659, 8089, 8030, 7925, 8514, 14522, 9580, 11543, 8757, 10152, 8276, 8225, 8317, 8824, 12251, 9371, 9314, 8165, 11791, 8292, 10677, 8132, 10094, 8202, 9845, 8347, 9031, 8578, 8673, 14584, 10899, 10990, 8494, 10139, 8307, 8094, 8225, 9169, 11979, 9641, 11786, 8295, 10761, 7994, 12759, 8500, 10560, 8392, 11066, 8159, 8189, 8474, 8449, 14385, 11703, 13206, 8136, 10722, 8125, 11409, 8010, 10940, 7910, 8651, 10613, 8158, 13729, 9736, 11238, 8222, 10411, 8079, 8526, 7793, 8264, 8429, 12748, 8227, 8311, 9600, 8009, 13956, 9568, 11934, 9921, 10917, 8019, 8167, 8006, 8625, 13695, 10262, 13737, 11516, 15935, 8038, 9615, 7840, 7914, 8364, 11215, 8015, 12597, 7924, 13750, 10447, 12846, 8034, 11072, 8055, 9805, 8388, 10206, 8042, 8693, 13083, 7712, 10964, 7950, 11416, 9261, 9581, 7792, 9385, 8237, 9029, 7917, 10305, 8105, 10169, 8176, 7955, 8193, 9613, 12125, 11195, 8846, 8106, 14456, 7899, 12545, 7552, 11492, 9498, 12133, 8103, 9599, 8138, 8280, 7910, 9032, 10534, 12735, 7939, 7716, 8084, 8272, 8461, 8463, 11762, 10705, 8292, 10032, 8062, 8997, 9007, 9094, 13524, 11250, 8344, 8430, 12876, 8487, 12144, 9294, 11785, 9453, 11082, 7980, 10198, 8094, 9543, 9777, 11351, 8126, 8446, 13751, 8212, 11388, 7980, 10881, 9018, 9901, 8062, 8097, 8195, 7927, 7897, 9822, 7860, 8692, 14367, 8380, 12526, 8072, 11357, 9203, 10509, 8192, 9351, 8194, 10229, 10293, 10767, 7652, 8460, 13592, 8013, 12345, 8621, 11431, 9560, 12120, 7954, 9202, 8245, 10430, 8972, 11118, 12143, 12967, 7942, 11307, 11163, 8726, 13107, 9207, 11277, 9594, 11063, 7893, 8281, 8091, 8216, 13192, 9118, 11052, 9194, 9624, 8138, 8314, 7985, 8274, 7906, 9863, 7986, 8395, 10851, 7876, 13127, 9313, 11917, 11974, 12043, 7941, 8210, 7927, 8560, 9681, 11064, 7928, 7907, 13970, 7843, 11872, 9302, 11056, 9242, 11805, 8137, 7778, 8243, 8002, 12741, 10089, 8579, 8093, 13379, 8371, 11924, 8714, 12107, 8224, 10790, 8034, 8154, 8243, 8664, 14084, 9775, 13343, 10191, 9935, 8312, 9841, 8070, 10284, 8367, 8672, 9072, 10727, 8102, 8403, 8377, 8420, 8213, 8125, 12069, 8024, 12013, 9923, 10663, 8205, 9481, 7967, 8238, 8075, 8939, 8066, 9760, 9208, 8452, 13155, 8055, 13921, 10205, 12967, 11849, 12186, 7852, 8455, 8055, 8153, 8003, 8528, 11685, 10197, 7841, 8029, 12126, 8046, 12025, 8741, 11615, 9669, 10497, 8220, 8854, 8190, 8398, 8197, 9518, 11174, 12617, 7789, 8512, 14353, 8271, 12405, 9559, 11897, 8629, 11215, 8237, 8037, 8142, 8966, 9556, 10789, 8007, 8512, 8085, 8256, 10035, 8083, 12776, 10001, 8147, 8140, 10485, 8004, 11852, 9050, 12922, 10819, 12434, 9185, 11037, 8542, 8210, 8343, 8360, 8125, 10760, 8293, 12981, 10321, 13328, 10868, 12519, 8651, 12392, 8517, 12260, 8340, 11258, 10168, 7865, 8045, 8477, 8071, 7973, 9095, 7923, 11575, 8252, 9412, 8104, 8898, 8011, 9898, 8312, 12251, 8177, 9101, 8046, 8535, 8078, 9099, 7875, 11018, 7891, 8434, 8035, 8321, 12439, 9576, 10679, 8063, 13002, 7958, 11614, 7828, 12074, 10087, 10880, 7717, 8807, 8110, 10132, 8074, 11645, 8333, 10374, 8496, 8139, 7714, 8738, 10716, 12779, 8019, 8540, 7798, 8179, 12720, 8174, 13311, 10559, 11358, 8490, 10288, 7778, 10891, 8999, 10652, 8094, 10073, 7932, 10142, 7968, 11554, 9884, 11588, 7944, 10461, 8000, 10059, 7861, 11858, 10784, 13739, 8458, 8010, 8005, 8225, 8209, 9902, 11346, 10881, 10874, 8141, 12647, 7910, 11517, 9100, 11312, 9184, 9176, 7982, 8818, 7840, 8937, 7946, 10605, 8128, 10615, 8145, 8397, 8408, 9395, 8025, 11635, 8125, 10716, 8421, 8375, 7842, 10259, 8796, 13263, 7948, 10059, 7965, 8236, 7987, 10754, 11244, 13861, 8130, 7947, 8108, 8151, 11385, 8836, 11615, 10896, 8153, 8078, 8237, 8161, 12891, 9065, 13197, 10395, 8007, 7694, 9514, 7854, 11559, 8616, 12573, 10427, 11135, 7894, 9215, 8209, 9738, 8329, 11593, 8217, 10812, 8114, 9252, 8066, 10035, 7845, 10494, 8191, 8999, 8229, 9405, 8459, 8488, 13769, 11279, 12185, 10317, 9875, 8120, 7808, 8199, 8609, 8752, 9333, 8190, 7908, 8178, 8020, 10686, 7923, 11166, 9213, 10073, 7943, 9494, 8234, 9288, 8709, 10894, 12419, 11393, 8085, 9107, 7858, 7970, 7890, 8576, 9760, 13053, 8233, 9038, 9750, 7994, 11922, 7930, 14155, 11404, 11699, 8550, 13136, 7968, 11618, 8066, 13005, 11103, 8236, 9793, 7717, 8198, 7714, 8047, 7713, 9411, 8066, 13161, 10689, 9338, 8092, 8998, 12040, 11923, 14089, 9124, 10661, 7609, 8129, 7496, 11556, 9593, 13852, 7553, 13069, 7671, 10768, 7617, 10694, 7978, 12600, 7710, 10491, 7622, 9773, 7657, 12511, 7907, 12622, 7799, 9425, 7958, 8713, 7669, 10407, 7879, 12292, 9136, 9551, 7831, 9423, 7593, 11098, 8722, 11981, 7816, 11603, 7846, 11039, 8643, 12413, 12520, 13896, 7706, 7638, 8887, 7639, 13129, 10252, 12468, 8281, 9820, 7899, 10731, 7782, 11493], 'WindowCenter': [4755.0, 4711.0, 4712.0, 4670.0, 4677.0, 4657.0, 4687.0, 4663.0, 4633.0, 4631.0, 4643.0, 4654.0, 4645.0, 4713.0, 4677.0, 4683.0, 4646.0, 4674.0, 4657.0, 4674.0, 4682.0, 4663.0, 4682.0, 4644.0, 4673.0, 4655.0, 4673.0, 4644.0, 4658.0, 4684.0, 4663.0, 4657.0, 4668.0, 4692.0, 4643.0, 4692.0, 4663.0, 4673.0, 4643.0, 4645.0, 4643.0, 4646.0, 4701.0, 4653.0, 4704.0, 4675.0, 4684.0, 4642.0, 4643.0, 4643.0, 4644.0, 4701.0, 4673.0, 4690.0, 4643.0, 4682.0, 4641.0, 4681.0, 4641.0, 4651.0, 4642.0, 4644.0, 4644.0, 4644.0, 4691.0, 4651.0, 4680.0, 4652.0, 4692.0, 4645.0, 4661.0, 4642.0, 4654.0, 4654.0, 4645.0, 4643.0, 4653.0, 4701.0, 4643.0, 4692.0, 4673.0, 4693.0, 4655.0, 4661.0, 4643.0, 4654.0, 4680.0, 4662.0, 4691.0, 4642.0, 4681.0, 4643.0, 4674.0, 4652.0, 4672.0, 4643.0, 4662.0, 4633.0, 4643.0, 4673.0, 4645.0, 4703.0, 4687.0, 4716.0, 4643.0, 4660.0, 4645.0, 4681.0, 4664.0, 4682.0, 4643.0, 4656.0, 4670.0, 4644.0, 4700.0, 4673.0, 4681.0, 4644.0, 4662.0, 4643.0, 4673.0, 4671.0, 4684.0, 4672.0, 4643.0, 4692.0, 4631.0, 4660.0, 4642.0, 4651.0, 4651.0, 4662.0, 4641.0, 4653.0, 4670.0, 4642.0, 4681.0, 4654.0, 4681.0, 4644.0, 4653.0, 4644.0, 4642.0, 4633.0, 4643.0, 4642.0, 4653.0, 4643.0, 4645.0, 4691.0, 4646.0, 4682.0, 4653.0, 4663.0, 4644.0, 4664.0, 4655.0, 4645.0, 4644.0, 4654.0, 4684.0, 4645.0, 4703.0, 4644.0, 4682.0, 4655.0, 4707.0, 4686.0, 4684.0, 4655.0, 4676.0, 4674.0, 4703.0, 4686.0, 4675.0, 4656.0, 4674.0, 4656.0, 4685.0, 4656.0, 4703.0, 4673.0, 4692.0, 4642.0, 4643.0, 4652.0, 4645.0, 4702.0, 4682.0, 4691.0, 4682.0, 4670.0, 4632.0, 4632.0, 4629.0, 4643.0, 4688.0, 4651.0, 4671.0, 4643.0, 4660.0, 4641.0, 4644.0, 4640.0, 4653.0, 4683.0, 4652.0, 4651.0, 4644.0, 4681.0, 4642.0, 4671.0, 4632.0, 4661.0, 4642.0, 4662.0, 4641.0, 4654.0, 4642.0, 4643.0, 4700.0, 4672.0, 4669.0, 4653.0, 4671.0, 4643.0, 4633.0, 4642.0, 4663.0, 4681.0, 4663.0, 4681.0, 4643.0, 4686.0, 4645.0, 4691.0, 4643.0, 4684.0, 4654.0, 4683.0, 4643.0, 4644.0, 4644.0, 4644.0, 4702.0, 4684.0, 4694.0, 4645.0, 4673.0, 4632.0, 4670.0, 4632.0, 4672.0, 4644.0, 4652.0, 4670.0, 4642.0, 4691.0, 4664.0, 4672.0, 4643.0, 4672.0, 4644.0, 4655.0, 4645.0, 4644.0, 4644.0, 4693.0, 4644.0, 4644.0, 4662.0, 4643.0, 4692.0, 4664.0, 4682.0, 4664.0, 4672.0, 4644.0, 4642.0, 4633.0, 4655.0, 4692.0, 4675.0, 4704.0, 4708.0, 4700.0, 4643.0, 4660.0, 4643.0, 4643.0, 4657.0, 4673.0, 4645.0, 4692.0, 4644.0, 4702.0, 4685.0, 4692.0, 4644.0, 4671.0, 4633.0, 4661.0, 4641.0, 4673.0, 4633.0, 4643.0, 4689.0, 4632.0, 4672.0, 4642.0, 4680.0, 4652.0, 4661.0, 4632.0, 4652.0, 4643.0, 4653.0, 4643.0, 4674.0, 4656.0, 4673.0, 4654.0, 4644.0, 4645.0, 4664.0, 4693.0, 4682.0, 4652.0, 4645.0, 4701.0, 4644.0, 4682.0, 4633.0, 4683.0, 4664.0, 4683.0, 4645.0, 4662.0, 4644.0, 4643.0, 4644.0, 4654.0, 4673.0, 4692.0, 4642.0, 4635.0, 4642.0, 4643.0, 4642.0, 4643.0, 4682.0, 4675.0, 4656.0, 4674.0, 4645.0, 4669.0, 4654.0, 4666.0, 4715.0, 4695.0, 4644.0, 4645.0, 4691.0, 4654.0, 4682.0, 4653.0, 4683.0, 4663.0, 4672.0, 4643.0, 4671.0, 4643.0, 4663.0, 4662.0, 4683.0, 4632.0, 4643.0, 4691.0, 4642.0, 4671.0, 4632.0, 4672.0, 4652.0, 4664.0, 4643.0, 4643.0, 4644.0, 4644.0, 4632.0, 4664.0, 4631.0, 4654.0, 4702.0, 4642.0, 4681.0, 4634.0, 4682.0, 4666.0, 4670.0, 4644.0, 4654.0, 4643.0, 4661.0, 4672.0, 4672.0, 4633.0, 4645.0, 4693.0, 4643.0, 4691.0, 4654.0, 4681.0, 4665.0, 4683.0, 4643.0, 4652.0, 4643.0, 4674.0, 4653.0, 4685.0, 4681.0, 4692.0, 4645.0, 4683.0, 4671.0, 4655.0, 4690.0, 4652.0, 4671.0, 4652.0, 4671.0, 4632.0, 4643.0, 4632.0, 4644.0, 4704.0, 4666.0, 4683.0, 4653.0, 4660.0, 4644.0, 4643.0, 4644.0, 4643.0, 4643.0, 4675.0, 4644.0, 4655.0, 4673.0, 4644.0, 4691.0, 4653.0, 4684.0, 4683.0, 4682.0, 4634.0, 4642.0, 4632.0, 4653.0, 4662.0, 4684.0, 4633.0, 4645.0, 4703.0, 4644.0, 4682.0, 4664.0, 4684.0, 4663.0, 4684.0, 4642.0, 4633.0, 4643.0, 4645.0, 4691.0, 4663.0, 4643.0, 4633.0, 4691.0, 4644.0, 4681.0, 4642.0, 4681.0, 4642.0, 4671.0, 4633.0, 4632.0, 4643.0, 4643.0, 4692.0, 4662.0, 4691.0, 4662.0, 4660.0, 4642.0, 4661.0, 4632.0, 4661.0, 4643.0, 4643.0, 4652.0, 4672.0, 4633.0, 4644.0, 4642.0, 4642.0, 4642.0, 4644.0, 4683.0, 4646.0, 4693.0, 4664.0, 4673.0, 4645.0, 4664.0, 4644.0, 4645.0, 4643.0, 4654.0, 4644.0, 4674.0, 4663.0, 4646.0, 4693.0, 4644.0, 4702.0, 4674.0, 4693.0, 4683.0, 4683.0, 4643.0, 4643.0, 4644.0, 4642.0, 4643.0, 4656.0, 4693.0, 4675.0, 4643.0, 4645.0, 4692.0, 4643.0, 4682.0, 4653.0, 4683.0, 4664.0, 4673.0, 4644.0, 4655.0, 4655.0, 4655.0, 4654.0, 4663.0, 4685.0, 4695.0, 4633.0, 4654.0, 4702.0, 4644.0, 4681.0, 4664.0, 4680.0, 4643.0, 4672.0, 4643.0, 4634.0, 4632.0, 4652.0, 4651.0, 4672.0, 4632.0, 4644.0, 4633.0, 4643.0, 4661.0, 4642.0, 4692.0, 4663.0, 4644.0, 4645.0, 4682.0, 4646.0, 4694.0, 4664.0, 4694.0, 4685.0, 4695.0, 4622.0, 4681.0, 4642.0, 4642.0, 4645.0, 4643.0, 4644.0, 4672.0, 4644.0, 4691.0, 4673.0, 4693.0, 4673.0, 4681.0, 4643.0, 4680.0, 4641.0, 4669.0, 4631.0, 4669.0, 4660.0, 4632.0, 4632.0, 4641.0, 4632.0, 4631.0, 4653.0, 4632.0, 4682.0, 4642.0, 4652.0, 4632.0, 4652.0, 4632.0, 4662.0, 4642.0, 4683.0, 4643.0, 4652.0, 4643.0, 4652.0, 4632.0, 4653.0, 4633.0, 4673.0, 4634.0, 4644.0, 4643.0, 4644.0, 4690.0, 4663.0, 4672.0, 4644.0, 4692.0, 4644.0, 4682.0, 4634.0, 4693.0, 4673.0, 4672.0, 4634.0, 4653.0, 4644.0, 4673.0, 4644.0, 4683.0, 4644.0, 4676.0, 4654.0, 4644.0, 4633.0, 4654.0, 4672.0, 4693.0, 4633.0, 4654.0, 4632.0, 4645.0, 4691.0, 4644.0, 4692.0, 4675.0, 4682.0, 4655.0, 4672.0, 4633.0, 4683.0, 4654.0, 4672.0, 4645.0, 4673.0, 4645.0, 4675.0, 4656.0, 4695.0, 4677.0, 4683.0, 4646.0, 4674.0, 4645.0, 4665.0, 4644.0, 4684.0, 4674.0, 4705.0, 4643.0, 4634.0, 4632.0, 4643.0, 4642.0, 4663.0, 4672.0, 4673.0, 4671.0, 4634.0, 4692.0, 4633.0, 4683.0, 4654.0, 4670.0, 4653.0, 4651.0, 4644.0, 4654.0, 4643.0, 4652.0, 4644.0, 4673.0, 4645.0, 4675.0, 4645.0, 4656.0, 4655.0, 4665.0, 4646.0, 4684.0, 4645.0, 4674.0, 4655.0, 4645.0, 4645.0, 4675.0, 4655.0, 4704.0, 4645.0, 4674.0, 4645.0, 4644.0, 4633.0, 4674.0, 4672.0, 4694.0, 4633.0, 4644.0, 4632.0, 4632.0, 4671.0, 4653.0, 4681.0, 4673.0, 4632.0, 4632.0, 4642.0, 4643.0, 4691.0, 4654.0, 4691.0, 4664.0, 4632.0, 4632.0, 4661.0, 4633.0, 4671.0, 4644.0, 4691.0, 4674.0, 4683.0, 4646.0, 4663.0, 4653.0, 4662.0, 4643.0, 4681.0, 4642.0, 4671.0, 4633.0, 4652.0, 4643.0, 4663.0, 4644.0, 4671.0, 4644.0, 4654.0, 4644.0, 4652.0, 4642.0, 4642.0, 4690.0, 4671.0, 4681.0, 4663.0, 4650.0, 4630.0, 4621.0, 4631.0, 4642.0, 4641.0, 4653.0, 4641.0, 4635.0, 4642.0, 4644.0, 4672.0, 4644.0, 4683.0, 4665.0, 4664.0, 4646.0, 4665.0, 4654.0, 4664.0, 4654.0, 4685.0, 4692.0, 4685.0, 4633.0, 4654.0, 4633.0, 4644.0, 4643.0, 4654.0, 4664.0, 4695.0, 4644.0, 4655.0, 4664.0, 4645.0, 4683.0, 4644.0, 4703.0, 4683.0, 4683.0, 4653.0, 4691.0, 4634.0, 4682.0, 4646.0, 4707.0, 4676.0, 4634.0, 4652.0, 4656.0, 4666.0, 4656.0, 4655.0, 4645.0, 4663.0, 4654.0, 4705.0, 4683.0, 4664.0, 4645.0, 4662.0, 4696.0, 4695.0, 4716.0, 4663.0, 4674.0, 4632.0, 4630.0, 4622.0, 4682.0, 4661.0, 4689.0, 4633.0, 4691.0, 4632.0, 4670.0, 4631.0, 4659.0, 4630.0, 4678.0, 4632.0, 4669.0, 4633.0, 4658.0, 4632.0, 4690.0, 4641.0, 4681.0, 4631.0, 4651.0, 4643.0, 4651.0, 4633.0, 4673.0, 4642.0, 4681.0, 4662.0, 4662.0, 4646.0, 4663.0, 4643.0, 4683.0, 4654.0, 4692.0, 4646.0, 4692.0, 4646.0, 4684.0, 4653.0, 4694.0, 4690.0, 4702.0, 4632.0, 4634.0, 4651.0, 4633.0, 4688.0, 4663.0, 4680.0, 4641.0, 4661.0, 4642.0, 4682.0, 4631.0, 4681.0], 'WindowWidth': [10374.0, 10303.0, 10287.0, 10224.0, 10227.0, 10200.0, 10242.0, 10204.0, 10161.0, 10155.0, 10176.0, 10191.0, 10180.0, 10269.0, 10225.0, 10230.0, 10183.0, 10217.0, 10200.0, 10219.0, 10227.0, 10202.0, 10226.0, 10178.0, 10214.0, 10194.0, 10215.0, 10178.0, 10202.0, 10232.0, 10204.0, 10200.0, 10219.0, 10242.0, 10175.0, 10239.0, 10201.0, 10214.0, 10174.0, 10177.0, 10174.0, 10182.0, 10250.0, 10188.0, 10260.0, 10220.0, 10229.0, 10172.0, 10174.0, 10173.0, 10176.0, 10250.0, 10215.0, 10234.0, 10174.0, 10224.0, 10168.0, 10223.0, 10167.0, 10180.0, 10173.0, 10176.0, 10180.0, 10176.0, 10236.0, 10183.0, 10218.0, 10184.0, 10239.0, 10180.0, 10197.0, 10172.0, 10188.0, 10190.0, 10181.0, 10174.0, 10188.0, 10251.0, 10175.0, 10240.0, 10213.0, 10241.0, 10191.0, 10196.0, 10173.0, 10188.0, 10220.0, 10197.0, 10237.0, 10172.0, 10222.0, 10174.0, 10215.0, 10187.0, 10213.0, 10176.0, 10199.0, 10161.0, 10176.0, 10213.0, 10179.0, 10257.0, 10240.0, 10278.0, 10173.0, 10193.0, 10177.0, 10222.0, 10203.0, 10225.0, 10174.0, 10193.0, 10206.0, 10174.0, 10248.0, 10213.0, 10222.0, 10177.0, 10199.0, 10173.0, 10214.0, 10208.0, 10231.0, 10210.0, 10172.0, 10236.0, 10154.0, 10190.0, 10171.0, 10181.0, 10180.0, 10197.0, 10168.0, 10187.0, 10206.0, 10171.0, 10221.0, 10188.0, 10220.0, 10175.0, 10187.0, 10175.0, 10170.0, 10159.0, 10174.0, 10170.0, 10186.0, 10174.0, 10179.0, 10236.0, 10181.0, 10224.0, 10188.0, 10201.0, 10176.0, 10203.0, 10192.0, 10179.0, 10177.0, 10192.0, 10233.0, 10180.0, 10254.0, 10176.0, 10227.0, 10196.0, 10270.0, 10239.0, 10232.0, 10195.0, 10224.0, 10233.0, 10252.0, 10238.0, 10220.0, 10195.0, 10218.0, 10199.0, 10234.0, 10196.0, 10256.0, 10213.0, 10240.0, 10171.0, 10175.0, 10184.0, 10177.0, 10253.0, 10225.0, 10235.0, 10224.0, 10203.0, 10155.0, 10155.0, 10147.0, 10170.0, 10228.0, 10180.0, 10207.0, 10172.0, 10193.0, 10168.0, 10174.0, 10165.0, 10186.0, 10224.0, 10183.0, 10180.0, 10175.0, 10220.0, 10171.0, 10207.0, 10157.0, 10195.0, 10169.0, 10197.0, 10167.0, 10188.0, 10169.0, 10173.0, 10248.0, 10211.0, 10204.0, 10186.0, 10209.0, 10173.0, 10160.0, 10170.0, 10200.0, 10223.0, 10202.0, 10221.0, 10174.0, 10237.0, 10180.0, 10237.0, 10173.0, 10231.0, 10192.0, 10228.0, 10175.0, 10176.0, 10175.0, 10176.0, 10253.0, 10230.0, 10245.0, 10178.0, 10215.0, 10157.0, 10205.0, 10156.0, 10211.0, 10174.0, 10185.0, 10206.0, 10171.0, 10235.0, 10202.0, 10210.0, 10172.0, 10210.0, 10177.0, 10192.0, 10180.0, 10176.0, 10176.0, 10241.0, 10176.0, 10178.0, 10199.0, 10172.0, 10239.0, 10202.0, 10225.0, 10203.0, 10211.0, 10175.0, 10171.0, 10159.0, 10194.0, 10238.0, 10220.0, 10258.0, 10275.0, 10246.0, 10175.0, 10194.0, 10175.0, 10176.0, 10201.0, 10215.0, 10178.0, 10239.0, 10177.0, 10253.0, 10236.0, 10240.0, 10178.0, 10209.0, 10160.0, 10196.0, 10168.0, 10215.0, 10159.0, 10172.0, 10229.0, 10156.0, 10209.0, 10171.0, 10221.0, 10185.0, 10195.0, 10159.0, 10185.0, 10174.0, 10189.0, 10176.0, 10216.0, 10197.0, 10215.0, 10191.0, 10178.0, 10179.0, 10204.0, 10242.0, 10227.0, 10185.0, 10178.0, 10251.0, 10174.0, 10223.0, 10160.0, 10226.0, 10203.0, 10227.0, 10178.0, 10200.0, 10176.0, 10174.0, 10176.0, 10191.0, 10214.0, 10241.0, 10172.0, 10165.0, 10173.0, 10175.0, 10172.0, 10176.0, 10225.0, 10219.0, 10197.0, 10218.0, 10182.0, 10219.0, 10190.0, 10210.0, 10279.0, 10250.0, 10176.0, 10179.0, 10237.0, 10190.0, 10224.0, 10187.0, 10228.0, 10201.0, 10211.0, 10174.0, 10210.0, 10174.0, 10201.0, 10196.0, 10227.0, 10157.0, 10172.0, 10235.0, 10169.0, 10207.0, 10158.0, 10211.0, 10185.0, 10200.0, 10173.0, 10173.0, 10175.0, 10175.0, 10158.0, 10201.0, 10154.0, 10189.0, 10251.0, 10171.0, 10221.0, 10163.0, 10224.0, 10207.0, 10207.0, 10179.0, 10189.0, 10172.0, 10192.0, 10212.0, 10212.0, 10160.0, 10179.0, 10240.0, 10174.0, 10237.0, 10190.0, 10223.0, 10205.0, 10227.0, 10175.0, 10185.0, 10173.0, 10216.0, 10186.0, 10231.0, 10222.0, 10239.0, 10180.0, 10229.0, 10209.0, 10191.0, 10233.0, 10184.0, 10208.0, 10182.0, 10207.0, 10156.0, 10172.0, 10156.0, 10177.0, 10260.0, 10210.0, 10230.0, 10187.0, 10194.0, 10176.0, 10173.0, 10177.0, 10176.0, 10176.0, 10218.0, 10177.0, 10193.0, 10213.0, 10176.0, 10235.0, 10188.0, 10231.0, 10227.0, 10223.0, 10160.0, 10171.0, 10157.0, 10187.0, 10198.0, 10230.0, 10160.0, 10179.0, 10254.0, 10175.0, 10225.0, 10203.0, 10230.0, 10202.0, 10231.0, 10172.0, 10160.0, 10171.0, 10177.0, 10234.0, 10200.0, 10172.0, 10160.0, 10235.0, 10174.0, 10221.0, 10171.0, 10221.0, 10170.0, 10206.0, 10159.0, 10158.0, 10171.0, 10171.0, 10236.0, 10196.0, 10233.0, 10198.0, 10192.0, 10171.0, 10194.0, 10156.0, 10195.0, 10171.0, 10171.0, 10182.0, 10211.0, 10159.0, 10175.0, 10171.0, 10172.0, 10170.0, 10175.0, 10226.0, 10181.0, 10240.0, 10203.0, 10212.0, 10179.0, 10205.0, 10176.0, 10179.0, 10173.0, 10191.0, 10176.0, 10218.0, 10200.0, 10180.0, 10240.0, 10176.0, 10251.0, 10216.0, 10242.0, 10229.0, 10226.0, 10175.0, 10174.0, 10176.0, 10173.0, 10173.0, 10194.0, 10242.0, 10220.0, 10174.0, 10179.0, 10241.0, 10176.0, 10226.0, 10187.0, 10227.0, 10204.0, 10214.0, 10178.0, 10192.0, 10193.0, 10194.0, 10190.0, 10203.0, 10231.0, 10245.0, 10161.0, 10191.0, 10251.0, 10173.0, 10220.0, 10200.0, 10219.0, 10172.0, 10211.0, 10171.0, 10162.0, 10155.0, 10184.0, 10180.0, 10211.0, 10157.0, 10176.0, 10160.0, 10175.0, 10196.0, 10173.0, 10240.0, 10202.0, 10176.0, 10181.0, 10228.0, 10184.0, 10245.0, 10206.0, 10247.0, 10235.0, 10248.0, 10122.0, 10229.0, 10172.0, 10171.0, 10179.0, 10172.0, 10177.0, 10212.0, 10178.0, 10237.0, 10215.0, 10240.0, 10214.0, 10221.0, 10174.0, 10218.0, 10165.0, 10200.0, 10153.0, 10203.0, 10190.0, 10157.0, 10156.0, 10168.0, 10157.0, 10155.0, 10187.0, 10155.0, 10224.0, 10172.0, 10184.0, 10157.0, 10183.0, 10158.0, 10198.0, 10170.0, 10227.0, 10172.0, 10184.0, 10174.0, 10185.0, 10158.0, 10188.0, 10161.0, 10215.0, 10163.0, 10177.0, 10173.0, 10176.0, 10234.0, 10201.0, 10210.0, 10176.0, 10238.0, 10175.0, 10223.0, 10163.0, 10240.0, 10216.0, 10211.0, 10162.0, 10186.0, 10176.0, 10216.0, 10178.0, 10229.0, 10177.0, 10222.0, 10189.0, 10177.0, 10159.0, 10190.0, 10212.0, 10243.0, 10159.0, 10188.0, 10158.0, 10178.0, 10236.0, 10176.0, 10239.0, 10221.0, 10226.0, 10193.0, 10211.0, 10161.0, 10227.0, 10191.0, 10211.0, 10181.0, 10215.0, 10182.0, 10221.0, 10199.0, 10249.0, 10227.0, 10229.0, 10183.0, 10219.0, 10180.0, 10206.0, 10177.0, 10233.0, 10216.0, 10260.0, 10172.0, 10161.0, 10158.0, 10173.0, 10170.0, 10201.0, 10210.0, 10215.0, 10209.0, 10162.0, 10237.0, 10160.0, 10228.0, 10190.0, 10206.0, 10187.0, 10181.0, 10176.0, 10190.0, 10176.0, 10185.0, 10178.0, 10215.0, 10181.0, 10219.0, 10181.0, 10197.0, 10195.0, 10208.0, 10182.0, 10232.0, 10179.0, 10218.0, 10193.0, 10179.0, 10179.0, 10221.0, 10193.0, 10260.0, 10181.0, 10218.0, 10178.0, 10176.0, 10161.0, 10217.0, 10211.0, 10245.0, 10159.0, 10177.0, 10158.0, 10158.0, 10208.0, 10187.0, 10221.0, 10213.0, 10155.0, 10157.0, 10170.0, 10174.0, 10237.0, 10189.0, 10236.0, 10203.0, 10158.0, 10159.0, 10195.0, 10160.0, 10208.0, 10174.0, 10237.0, 10218.0, 10230.0, 10186.0, 10202.0, 10190.0, 10198.0, 10174.0, 10222.0, 10171.0, 10209.0, 10161.0, 10184.0, 10174.0, 10200.0, 10176.0, 10210.0, 10178.0, 10190.0, 10175.0, 10186.0, 10170.0, 10171.0, 10233.0, 10208.0, 10220.0, 10199.0, 10178.0, 10153.0, 10140.0, 10153.0, 10170.0, 10168.0, 10185.0, 10167.0, 10164.0, 10172.0, 10178.0, 10212.0, 10178.0, 10229.0, 10207.0, 10203.0, 10185.0, 10207.0, 10191.0, 10204.0, 10189.0, 10233.0, 10241.0, 10233.0, 10160.0, 10191.0, 10160.0, 10177.0, 10174.0, 10191.0, 10202.0, 10248.0, 10177.0, 10194.0, 10204.0, 10181.0, 10229.0, 10177.0, 10254.0, 10228.0, 10226.0, 10188.0, 10238.0, 10162.0, 10224.0, 10183.0, 10268.0, 10220.0, 10160.0, 10181.0, 10203.0, 10216.0, 10201.0, 10200.0, 10183.0, 10205.0, 10195.0, 10264.0, 10231.0, 10204.0, 10180.0, 10201.0, 10251.0, 10249.0, 10281.0, 10203.0, 10217.0, 10159.0, 10153.0, 10144.0, 10226.0, 10197.0, 10233.0, 10160.0, 10235.0, 10158.0, 10206.0, 10154.0, 10189.0, 10152.0, 10214.0, 10157.0, 10203.0, 10161.0, 10189.0, 10160.0, 10235.0, 10168.0, 10222.0, 10156.0, 10183.0, 10174.0, 10183.0, 10161.0, 10214.0, 10174.0, 10223.0, 10200.0, 10200.0, 10185.0, 10203.0, 10178.0, 10229.0, 10194.0, 10241.0, 10184.0, 10241.0, 10184.0, 10232.0, 10189.0, 10245.0, 10235.0, 10252.0, 10159.0, 10164.0, 10185.0, 10161.0, 10231.0, 10200.0, 10220.0, 10170.0, 10197.0, 10174.0, 10228.0, 10157.0, 10224.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.006606391639163918</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.031222207920792076</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.58854961613437</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1873877886894262</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.045641884085904</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5385.4209</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10626809860120008</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.720572057205721</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5270690950587515</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5372253031441985</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.658067209354012</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.385914772678044</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00274141</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.005519140511751175</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01589588262140751</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9318871363283305</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>25.1263</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.9362</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.4712</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306278.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>892.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.2595</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2298</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.2343</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3927.2022</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4198.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70266.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1293.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5082.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1067.6731</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.30895892228</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> |