=== 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-0010 --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-0010",
"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-0010_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0010_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-02/func/sub-0010_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0168a3d6dbd8cfcf214659384508288f</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>15:27:12.047500</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_VE11C_LATEST_20160120</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.997361, 0.0161414, 0.0707913, -0.0092261, 0.995247, -0.0969464]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0782219</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4175, -7704, -7229, 677, -5, 36, -59, 71]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.755</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2ada4d9a-ebe8-42d4-85aa-efc5ba5eba4a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6758453845977783, -0.024752963334321976, 0.19445312023162842, 112.56181335449219], [-0.04330630600452423, 2.6701745986938477, -0.2593010663986206, -74.79104614257812], [0.18992789089679718, 0.26010024547576904, 2.680475950241089, -55.12187194824219], [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': ['152712.047500', '152712.507500', '152712.967500', '152713.427500', '152713.887500', '152714.347500', '152714.807500', '152715.267500', '152715.727500', '152716.187500', '152716.647500', '152717.107500', '152717.567500', '152718.027500', '152718.487500', '152718.947500', '152719.407500', '152719.867500', '152720.327500', '152720.787500', '152721.247500', '152721.707500', '152722.167500', '152722.627500', '152723.087500', '152723.547500', '152724.007500', '152724.467500', '152724.927500', '152725.387500', '152725.847500', '152726.307500', '152726.767500', '152727.227500', '152727.687500', '152728.147500', '152728.607500', '152729.067500', '152729.527500', '152729.987500', '152730.447500', '152730.907500', '152731.367500', '152731.827500', '152732.287500', '152732.747500', '152733.207500', '152733.667500', '152734.127500', '152734.587500', '152735.047500', '152735.507500', '152735.967500', '152736.427500', '152736.887500', '152737.347500', '152737.807500', '152738.267500', '152738.727500', '152739.187500', '152739.647500', '152740.107500', '152740.567500', '152741.027500', '152741.487500', '152741.947500', '152742.407500', '152742.867500', '152743.327500', '152743.787500', '152744.247500', '152744.707500', '152745.167500', '152745.627500', '152746.087500', '152746.547500', '152747.007500', '152747.467500', '152747.927500', '152748.387500', '152748.847500', '152749.307500', '152749.767500', '152750.227500', '152750.687500', '152751.147500', '152751.607500', '152752.067500', '152752.527500', '152752.987500', '152753.447500', '152753.907500', '152754.367500', '152754.827500', '152755.287500', '152755.747500', '152756.207500', '152756.667500', '152757.127500', '152757.587500', '152758.047500', '152758.507500', '152758.967500', '152759.427500', '152759.887500', '152800.347500', '152800.807500', '152801.267500', '152801.727500', '152802.187500', '152802.647500', '152803.107500', '152803.567500', '152804.027500', '152804.487500', '152804.947500', '152805.407500', '152805.867500', '152806.327500', '152806.787500', '152807.247500', '152807.707500', '152808.167500', '152808.627500', '152809.087500', '152809.547500', '152810.007500', '152810.467500', '152810.927500', '152811.387500', '152811.847500', '152812.307500', '152812.767500', '152813.227500', '152813.687500', '152814.147500', '152814.607500', '152815.067500', '152815.527500', '152815.987500', '152816.447500', '152816.907500', '152817.367500', '152817.827500', '152818.287500', '152818.747500', '152819.207500', '152819.667500', '152820.127500', '152820.587500', '152821.047500', '152821.507500', '152821.967500', '152822.427500', '152822.887500', '152823.347500', '152823.807500', '152824.267500', '152824.727500', '152825.187500', '152825.647500', '152826.107500', '152826.567500', '152827.027500', '152827.487500', '152827.947500', '152828.407500', '152828.867500', '152829.327500', '152829.787500', '152830.247500', '152830.707500', '152831.167500', '152831.627500', '152832.087500', '152832.547500', '152833.007500', '152833.467500', '152833.927500', '152834.387500', '152834.847500', '152835.307500', '152835.767500', '152836.227500', '152836.687500', '152837.147500', '152837.607500', '152838.067500', '152838.527500', '152838.987500', '152839.447500', '152839.907500', '152840.367500', '152840.827500', '152841.287500', '152841.747500', '152842.207500', '152842.667500', '152843.127500', '152843.587500', '152844.047500', '152844.507500', '152844.967500', '152845.427500', '152845.887500', '152846.347500', '152846.807500', '152847.267500', '152847.727500', '152848.187500', '152848.647500', '152849.107500', '152849.567500', '152850.027500', '152850.487500', '152850.947500', '152851.407500', '152851.867500', '152852.327500', '152852.787500', '152853.247500', '152853.707500', '152854.167500', '152854.627500', '152855.087500', '152855.547500', '152856.007500', '152856.467500', '152856.927500', '152857.387500', '152857.847500', '152858.307500', '152858.767500', '152859.227500', '152859.687500', '152900.147500', '152900.607500', '152901.067500', '152901.527500', '152901.987500', '152902.447500', '152902.907500', '152903.367500', '152903.827500', '152904.287500', '152904.747500', '152905.207500', '152905.667500', '152906.127500', '152906.587500', '152907.047500', '152907.507500', '152907.967500', '152908.427500', '152908.887500', '152909.347500', '152909.807500', '152910.267500', '152910.727500', '152911.187500', '152911.647500', '152912.107500', '152912.567500', '152913.027500', '152913.487500', '152913.947500', '152914.407500', '152914.867500', '152915.327500', '152915.787500', '152916.247500', '152916.707500', '152917.167500', '152917.627500', '152918.087500', '152918.547500', '152919.007500', '152919.467500', '152919.927500', '152920.387500', '152920.847500', '152921.307500', '152921.767500', '152922.227500', '152922.687500', '152923.147500', '152923.607500', '152924.067500', '152924.527500', '152924.987500', '152925.447500', '152925.907500', '152926.367500', '152926.827500', '152927.287500', '152927.747500', '152928.207500', '152928.667500', '152929.127500', '152929.587500', '152930.047500', '152930.507500', '152930.967500', '152931.427500', '152931.887500', '152932.347500', '152932.807500', '152933.267500', '152933.727500', '152934.187500', '152934.647500', '152935.107500', '152935.567500', '152936.027500', '152936.487500', '152936.947500', '152937.407500', '152937.867500', '152938.327500', '152938.787500', '152939.247500', '152939.707500', '152940.167500', '152940.627500', '152941.087500', '152941.547500', '152942.007500', '152942.467500', '152942.927500', '152943.387500', '152943.847500', '152944.307500', '152944.767500', '152945.227500', '152945.687500', '152946.147500', '152946.607500', '152947.067500', '152947.527500', '152947.987500', '152948.447500', '152948.907500', '152949.367500', '152949.827500', '152950.287500', '152950.747500', '152951.207500', '152951.667500', '152952.127500', '152952.587500', '152953.047500', '152953.507500', '152953.967500', '152954.427500', '152954.887500', '152955.347500', '152955.807500', '152956.267500', '152956.727500', '152957.187500', '152957.647500', '152958.107500', '152958.567500', '152959.027500', '152959.487500', '152959.947500', '153000.407500', '153000.867500', '153001.327500', '153001.787500', '153002.247500', '153002.707500', '153003.167500', '153003.627500', '153004.087500', '153004.547500', '153005.007500', '153005.467500', '153005.927500', '153006.387500', '153006.847500', '153007.307500', '153007.767500', '153008.227500', '153008.687500', '153009.147500', '153009.607500', '153010.067500', '153010.527500', '153010.987500', '153011.447500', '153011.907500', '153012.367500', '153012.827500', '153013.287500', '153013.747500', '153014.207500', '153014.667500', '153015.127500', '153015.587500', '153016.047500', '153016.507500', '153016.967500', '153017.427500', '153017.887500', '153018.347500', '153018.807500', '153019.267500', '153019.727500', '153020.187500', '153020.647500', '153021.107500', '153021.567500', '153022.027500', '153022.487500', '153022.947500', '153023.407500', '153023.867500', '153024.327500', '153024.787500', '153025.247500', '153025.707500', '153026.167500', '153026.627500', '153027.087500', '153027.547500', '153028.007500', '153028.467500', '153028.927500', '153029.387500', '153029.847500', '153030.307500', '153030.767500', '153031.227500', '153031.687500', '153032.147500', '153032.607500', '153033.067500', '153033.527500', '153033.987500', '153034.447500', '153034.907500', '153035.367500', '153035.827500', '153036.287500', '153036.747500', '153037.207500', '153037.667500', '153038.127500', '153038.587500', '153039.047500', '153039.507500', '153039.967500', '153040.427500', '153040.887500', '153041.347500', '153041.807500', '153042.267500', '153042.727500', '153043.187500', '153043.647500', '153044.107500', '153044.567500', '153045.027500', '153045.487500', '153045.947500', '153046.407500', '153046.867500', '153047.327500', '153047.787500', '153048.247500', '153048.707500', '153049.167500', '153049.627500', '153050.087500', '153050.547500', '153051.007500', '153051.467500', '153051.927500', '153052.387500', '153052.847500', '153053.307500', '153053.767500', '153054.227500', '153054.687500', '153055.147500', '153055.607500', '153056.067500', '153056.527500', '153056.987500', '153057.447500', '153057.907500', '153058.367500', '153058.827500', '153059.287500', '153059.747500', '153100.207500', '153100.667500', '153101.127500', '153101.587500', '153102.047500', '153102.507500', '153102.967500', '153103.427500', '153103.887500', '153104.347500', '153104.807500', '153105.267500', '153105.727500', '153106.187500', '153106.647500', '153107.107500', '153107.567500', '153108.027500', '153108.487500', '153108.947500', '153109.407500', '153109.867500', '153110.327500', '153110.787500', '153111.247500', '153111.707500', '153112.167500', '153112.627500', '153113.087500', '153113.547500', '153114.007500', '153114.467500', '153114.927500', '153115.387500', '153115.847500', '153116.307500', '153116.767500', '153117.227500', '153117.687500', '153118.147500', '153118.607500', '153119.067500', '153119.527500', '153119.987500', '153120.447500', '153120.907500', '153121.367500', '153121.827500', '153122.287500', '153122.747500', '153123.207500', '153123.667500', '153124.127500', '153124.587500', '153125.047500', '153125.507500', '153125.967500', '153126.427500', '153126.887500', '153127.347500', '153127.807500', '153128.267500', '153128.727500', '153129.187500', '153129.647500', '153130.107500', '153130.567500', '153131.027500', '153131.487500', '153131.947500', '153132.407500', '153132.867500', '153133.327500', '153133.787500', '153134.247500', '153134.707500', '153135.167500', '153135.627500', '153136.087500', '153136.547500', '153137.007500', '153137.467500', '153137.927500', '153138.387500', '153138.847500', '153139.307500', '153139.767500', '153140.227500', '153140.687500', '153141.147500', '153141.607500', '153142.067500', '153142.527500', '153142.987500', '153143.447500', '153143.907500', '153144.367500', '153144.827500', '153145.287500', '153145.747500', '153146.207500', '153146.667500', '153147.127500', '153147.587500', '153148.047500', '153148.507500', '153148.967500', '153149.427500', '153149.887500', '153150.347500', '153150.807500', '153151.267500', '153151.727500', '153152.187500', '153152.647500', '153153.107500', '153153.567500', '153154.027500', '153154.487500', '153154.947500', '153155.407500', '153155.867500', '153156.327500', '153156.787500', '153157.247500', '153157.707500', '153158.167500', '153158.627500', '153159.087500', '153159.547500', '153200.007500', '153200.467500', '153200.927500', '153201.387500', '153201.847500', '153202.307500', '153202.767500', '153203.227500', '153203.687500', '153204.147500', '153204.607500', '153205.067500', '153205.527500', '153205.987500', '153206.447500', '153206.907500', '153207.367500', '153207.827500', '153208.287500', '153208.747500', '153209.207500', '153209.667500', '153210.127500', '153210.587500', '153211.047500', '153211.507500', '153211.967500', '153212.427500', '153212.887500', '153213.347500', '153213.807500', '153214.267500', '153214.727500', '153215.187500', '153215.647500', '153216.107500', '153216.567500', '153217.027500', '153217.487500', '153217.947500', '153218.407500', '153218.867500', '153219.327500', '153219.787500', '153220.247500', '153220.707500', '153221.167500', '153221.627500', '153222.087500', '153222.547500', '153223.007500', '153223.467500', '153223.927500', '153224.387500', '153224.847500', '153225.307500', '153225.767500', '153226.227500', '153226.687500', '153227.147500', '153227.607500', '153228.067500', '153228.527500', '153228.987500', '153229.447500', '153229.907500', '153230.367500', '153230.827500', '153231.287500', '153231.747500', '153232.207500', '153232.667500', '153233.127500', '153233.587500', '153234.047500', '153234.507500', '153234.967500', '153235.427500', '153235.887500', '153236.347500', '153236.807500', '153237.267500', '153237.727500', '153238.187500', '153238.647500', '153239.107500', '153239.567500', '153240.027500', '153240.487500', '153240.947500', '153241.407500', '153241.867500', '153242.327500', '153242.787500', '153243.247500', '153243.707500', '153244.167500', '153244.627500', '153245.087500', '153245.547500', '153246.007500', '153246.467500', '153246.927500', '153247.387500', '153247.847500', '153248.307500', '153248.767500', '153249.227500', '153249.687500', '153250.147500', '153250.607500', '153251.067500', '153251.527500', '153251.987500', '153252.447500', '153252.907500', '153253.367500', '153253.827500', '153254.287500', '153254.747500', '153255.207500', '153255.667500', '153256.127500', '153256.587500', '153257.047500', '153257.507500', '153257.967500', '153258.427500', '153258.887500', '153259.347500', '153259.807500', '153300.267500', '153300.727500', '153301.187500', '153301.647500', '153302.107500', '153302.567500', '153303.027500', '153303.487500', '153303.947500', '153304.407500', '153304.867500', '153305.327500', '153305.787500', '153306.247500', '153306.707500', '153307.167500', '153307.627500', '153308.087500', '153308.547500', '153309.007500', '153309.467500', '153309.927500', '153310.387500', '153310.847500', '153311.307500', '153311.767500', '153312.227500', '153312.687500', '153313.147500', '153313.607500', '153314.067500', '153314.527500', '153314.987500', '153315.447500', '153315.907500', '153316.367500', '153316.827500', '153317.287500', '153317.747500', '153318.207500', '153318.667500', '153319.127500', '153319.587500', '153320.047500', '153320.507500', '153320.967500', '153321.427500', '153321.887500', '153322.347500', '153322.807500', '153323.267500', '153323.727500', '153324.187500', '153324.647500', '153325.107500', '153325.567500', '153326.027500', '153326.487500', '153326.947500', '153327.407500', '153327.867500', '153328.327500', '153328.787500', '153329.247500', '153329.707500', '153330.167500', '153330.627500', '153331.087500', '153331.547500', '153332.007500', '153332.467500', '153332.927500', '153333.387500', '153333.847500', '153334.307500', '153334.767500', '153335.227500', '153335.687500', '153336.147500', '153336.607500', '153337.067500', '153337.527500', '153337.987500', '153338.447500', '153338.907500', '153339.367500', '153339.827500', '153340.287500', '153340.747500', '153341.207500', '153341.667500', '153342.127500', '153342.587500', '153343.047500', '153343.507500', '153343.967500', '153344.427500', '153344.887500', '153345.347500', '153345.807500', '153346.267500', '153346.727500', '153347.187500', '153347.647500', '153348.107500', '153348.567500', '153349.027500', '153349.487500', '153349.947500', '153350.407500', '153350.867500', '153351.327500', '153351.787500', '153352.247500', '153352.707500', '153353.167500', '153353.627500', '153354.087500', '153354.547500', '153355.007500', '153355.467500', '153355.927500', '153356.387500', '153356.847500', '153357.307500', '153357.767500', '153358.227500', '153358.687500', '153359.147500', '153359.607500', '153400.067500', '153400.527500', '153400.987500', '153401.447500', '153401.907500', '153402.367500', '153402.827500', '153403.287500', '153403.747500', '153404.207500', '153404.667500', '153405.127500', '153405.587500', '153406.047500', '153406.507500', '153406.967500', '153407.427500', '153407.887500', '153408.347500', '153408.807500', '153409.267500', '153409.727500', '153410.187500', '153410.647500', '153411.107500', '153411.567500', '153412.027500'], 'ContentTime': ['152739.212000', '152739.215000', '152739.219000', '152739.226000', '152739.229000', '152739.232000', '152739.234000', '152739.237000', '152739.240000', '152739.243000', '152739.246000', '152739.249000', '152739.252000', '152739.254000', '152739.267000', '152739.270000', '152739.273000', '152739.275000', '152739.278000', '152739.281000', '152739.284000', '152739.287000', '152739.289000', '152739.292000', '152739.295000', '152739.298000', '152739.301000', '152739.304000', '152739.334000', '152739.337000', '152739.339000', '152739.342000', '152739.345000', '152739.348000', '152739.350000', '152739.353000', '152739.356000', '152739.359000', '152739.362000', '152739.365000', '152739.368000', '152739.370000', '152739.373000', '152739.376000', '152739.379000', '152739.382000', '152739.385000', '152739.388000', '152739.390000', '152739.393000', '152739.396000', '152739.399000', '152739.402000', '152739.404000', '152739.407000', '152739.410000', '152739.413000', '152739.416000', '152759.179000', '152759.182000', '152759.185000', '152759.188000', '152759.191000', '152759.194000', '152759.197000', '152759.200000', '152759.203000', '152759.208000', '152759.211000', '152759.228000', '152759.231000', '152759.234000', '152759.237000', '152759.240000', '152759.242000', '152759.245000', '152759.248000', '152759.251000', '152759.254000', '152759.257000', '152759.260000', '152759.263000', '152759.266000', '152759.269000', '152759.272000', '152759.274000', '152759.277000', '152759.280000', '152759.283000', '152759.286000', '152759.289000', '152759.292000', '152759.294000', '152759.297000', '152759.300000', '152759.303000', '152759.306000', '152759.309000', '152759.312000', '152759.314000', '152759.317000', '152819.179000', '152819.182000', '152819.185000', '152819.188000', '152819.190000', '152819.193000', '152819.196000', '152819.203000', '152819.205000', '152819.208000', '152819.211000', '152819.214000', '152819.217000', '152819.220000', '152819.222000', '152819.225000', '152819.228000', '152819.231000', '152819.234000', '152819.237000', '152819.239000', '152819.242000', '152819.245000', '152819.248000', '152819.251000', '152819.254000', '152819.256000', '152819.259000', '152819.262000', '152819.265000', '152819.268000', '152819.271000', '152819.273000', '152819.276000', '152819.279000', '152819.282000', '152819.285000', '152819.288000', '152819.290000', '152819.293000', '152819.296000', '152819.299000', '152819.302000', '152839.179000', '152839.182000', '152839.185000', '152839.188000', '152839.190000', '152839.193000', '152839.196000', '152839.199000', '152839.202000', '152839.205000', '152839.208000', '152839.211000', '152839.213000', '152839.216000', '152839.219000', '152839.222000', '152839.225000', '152839.228000', '152839.231000', '152839.233000', '152839.236000', '152839.239000', '152839.242000', '152839.250000', '152839.253000', '152839.256000', '152839.259000', '152839.262000', '152839.265000', '152839.267000', '152839.270000', '152839.273000', '152839.276000', '152839.279000', '152839.282000', '152839.284000', '152839.287000', '152839.290000', '152839.293000', '152839.296000', '152839.298000', '152839.301000', '152839.304000', '152839.307000', '152859.180000', '152859.183000', '152859.186000', '152859.188000', '152859.191000', '152859.194000', '152859.197000', '152859.203000', '152859.206000', '152859.209000', '152859.212000', '152859.215000', '152859.218000', '152859.221000', '152859.224000', '152859.226000', '152859.229000', '152859.232000', '152859.235000', '152859.238000', '152859.241000', '152859.244000', '152859.247000', '152859.249000', '152859.252000', '152859.255000', '152859.258000', '152859.261000', '152859.264000', '152859.267000', '152859.270000', '152859.272000', '152859.275000', '152859.278000', '152859.281000', '152859.283000', '152859.286000', '152859.289000', '152859.292000', '152859.295000', '152859.298000', '152859.300000', '152859.303000', '152919.179000', '152919.182000', '152919.185000', '152919.193000', '152919.196000', '152919.199000', '152919.202000', '152919.205000', '152919.208000', '152919.211000', '152919.214000', '152919.216000', '152919.219000', '152919.222000', '152919.225000', '152919.228000', '152919.231000', '152919.234000', '152919.237000', '152919.239000', '152919.242000', '152919.245000', '152919.248000', '152919.251000', '152919.254000', '152919.257000', '152919.259000', '152919.262000', '152919.265000', '152919.268000', '152919.271000', '152919.273000', '152919.276000', '152919.279000', '152919.282000', '152919.285000', '152919.288000', '152919.291000', '152919.293000', '152919.296000', '152919.299000', '152919.302000', '152919.305000', '152919.307000', '152939.179000', '152939.182000', '152939.185000', '152939.188000', '152939.191000', '152939.193000', '152939.196000', '152939.219000', '152939.223000', '152939.226000', '152939.229000', '152939.232000', '152939.235000', '152939.238000', '152939.241000', '152939.243000', '152939.246000', '152939.249000', '152939.252000', '152939.255000', '152939.258000', '152939.261000', '152939.264000', '152939.266000', '152939.269000', '152939.272000', '152939.275000', '152939.278000', '152939.281000', '152939.284000', '152939.286000', '152939.289000', '152939.292000', '152939.295000', '152939.298000', '152939.300000', '152939.303000', '152939.306000', '152939.309000', '152939.312000', '152939.315000', '152939.318000', '152939.320000', '152959.179000', '152959.182000', '152959.185000', '152959.187000', '152959.190000', '152959.193000', '152959.196000', '152959.199000', '152959.202000', '152959.205000', '152959.207000', '152959.210000', '152959.213000', '152959.216000', '152959.219000', '152959.222000', '152959.225000', '152959.228000', '152959.230000', '152959.233000', '152959.236000', '152959.239000', '152959.242000', '152959.245000', '152959.248000', '152959.251000', '152959.254000', '152959.256000', '152959.259000', '152959.262000', '152959.265000', '152959.268000', '152959.271000', '152959.274000', '152959.277000', '152959.279000', '152959.282000', '152959.285000', '152959.288000', '152959.291000', '152959.294000', '152959.297000', '152959.300000', '152959.302000', '153019.179000', '153019.182000', '153019.185000', '153019.188000', '153019.191000', '153019.194000', '153019.197000', '153019.199000', '153019.202000', '153019.205000', '153019.208000', '153019.211000', '153019.214000', '153019.217000', '153019.220000', '153019.222000', '153019.225000', '153019.228000', '153019.231000', '153019.234000', '153019.237000', '153019.240000', '153019.245000', '153019.249000', '153019.252000', '153019.255000', '153019.258000', '153019.260000', '153019.263000', '153019.266000', '153019.269000', '153019.272000', '153019.275000', '153019.278000', '153019.280000', '153019.283000', '153019.286000', '153019.289000', '153019.292000', '153019.295000', '153019.298000', '153019.300000', '153019.303000', '153039.179000', '153039.182000', '153039.185000', '153039.188000', '153039.190000', '153039.193000', '153039.196000', '153039.199000', '153039.202000', '153039.205000', '153039.208000', '153039.211000', '153039.213000', '153039.216000', '153039.219000', '153039.222000', '153039.225000', '153039.228000', '153039.231000', '153039.234000', '153039.237000', '153039.239000', '153039.242000', '153039.245000', '153039.248000', '153039.256000', '153039.258000', '153039.261000', '153039.264000', '153039.267000', '153039.270000', '153039.273000', '153039.276000', '153039.279000', '153039.281000', '153039.284000', '153039.287000', '153039.290000', '153039.293000', '153039.296000', '153039.298000', '153039.301000', '153039.304000', '153039.307000', '153059.179000', '153059.182000', '153059.185000', '153059.189000', '153059.192000', '153059.196000', '153059.198000', '153059.201000', '153059.204000', '153059.207000', '153059.210000', '153059.213000', '153059.216000', '153059.219000', '153059.221000', '153059.224000', '153059.227000', '153059.230000', '153059.233000', '153059.236000', '153059.238000', '153059.241000', '153059.244000', '153059.247000', '153059.251000', '153059.255000', '153059.259000', '153059.262000', '153059.265000', '153059.267000', '153059.270000', '153059.273000', '153059.288000', '153059.291000', '153059.294000', '153059.297000', '153059.300000', '153059.303000', '153059.305000', '153059.308000', '153059.311000', '153059.314000', '153059.317000', '153119.180000', '153119.183000', '153119.186000', '153119.189000', '153119.191000', '153119.194000', '153119.197000', '153119.200000', '153119.203000', '153119.206000', '153119.209000', '153119.212000', '153119.215000', '153119.217000', '153119.220000', '153119.223000', '153119.226000', '153119.229000', '153119.232000', '153119.235000', '153119.238000', '153119.240000', '153119.243000', '153119.246000', '153119.249000', '153119.252000', '153119.255000', '153119.257000', '153119.260000', '153119.263000', '153119.266000', '153119.269000', '153119.272000', '153119.275000', '153119.278000', '153119.280000', '153119.283000', '153119.286000', '153119.289000', '153119.292000', '153119.294000', '153119.297000', '153119.300000', '153119.303000', '153139.179000', '153139.182000', '153139.185000', '153139.188000', '153139.191000', '153139.194000', '153139.196000', '153139.199000', '153139.202000', '153139.205000', '153139.208000', '153139.211000', '153139.213000', '153139.216000', '153139.219000', '153139.222000', '153139.225000', '153139.228000', '153139.231000', '153139.234000', '153139.237000', '153139.239000', '153139.242000', '153139.245000', '153139.248000', '153139.251000', '153139.254000', '153139.257000', '153139.259000', '153139.262000', '153139.265000', '153139.268000', '153139.271000', '153139.274000', '153139.276000', '153139.279000', '153139.282000', '153139.285000', '153139.288000', '153139.291000', '153139.293000', '153139.296000', '153139.299000', '153159.179000', '153159.182000', '153159.185000', '153159.188000', '153159.190000', '153159.193000', '153159.196000', '153159.199000', '153159.202000', '153159.205000', '153159.208000', '153159.211000', '153159.213000', '153159.216000', '153159.219000', '153159.222000', '153159.225000', '153159.228000', '153159.231000', '153159.234000', '153159.237000', '153159.240000', '153159.242000', '153159.245000', '153159.248000', '153159.251000', '153159.254000', '153159.257000', '153159.260000', '153159.270000', '153159.273000', '153159.276000', '153159.278000', '153159.281000', '153159.284000', '153159.287000', '153159.290000', '153159.293000', '153159.296000', '153159.298000', '153159.301000', '153159.304000', '153159.307000', '153159.310000', '153219.179000', '153219.182000', '153219.185000', '153219.188000', '153219.191000', '153219.194000', '153219.197000', '153219.200000', '153219.202000', '153219.205000', '153219.208000', '153219.211000', '153219.214000', '153219.217000', '153219.219000', '153219.223000', '153219.225000', '153219.229000', '153219.232000', '153219.235000', '153219.238000', '153219.241000', '153219.244000', '153219.247000', '153219.250000', '153219.252000', '153219.255000', '153219.258000', '153219.261000', '153219.264000', '153219.267000', '153219.270000', '153219.273000', '153219.275000', '153219.278000', '153219.281000', '153219.287000', '153219.291000', '153219.294000', '153219.297000', '153219.300000', '153219.303000', '153219.305000', '153239.193000', '153239.197000', '153239.199000', '153239.202000', '153239.205000', '153239.208000', '153239.211000', '153239.214000', '153239.217000', '153239.220000', '153239.222000', '153239.225000', '153239.228000', '153239.231000', '153239.234000', '153239.244000', '153239.247000', '153239.250000', '153239.252000', '153239.255000', '153239.258000', '153239.261000', '153239.264000', '153239.267000', '153239.270000', '153239.273000', '153239.276000', '153239.278000', '153239.281000', '153239.284000', '153239.287000', '153239.290000', '153239.293000', '153239.296000', '153239.299000', '153239.302000', '153239.305000', '153239.307000', '153239.310000', '153239.313000', '153239.316000', '153239.319000', '153239.322000', '153239.325000', '153259.179000', '153259.182000', '153259.185000', '153259.188000', '153259.191000', '153259.194000', '153259.197000', '153259.199000', '153259.204000', '153259.207000', '153259.210000', '153259.213000', '153259.216000', '153259.219000', '153259.222000', '153259.225000', '153259.227000', '153259.230000', '153259.233000', '153259.236000', '153259.239000', '153259.242000', '153259.245000', '153259.248000', '153259.250000', '153259.253000', '153259.256000', '153259.259000', '153259.262000', '153259.265000', '153259.268000', '153259.271000', '153259.273000', '153259.276000', '153259.279000', '153259.282000', '153259.285000', '153259.288000', '153259.291000', '153259.293000', '153259.296000', '153259.299000', '153259.302000', '153319.179000', '153319.182000', '153319.185000', '153319.188000', '153319.191000', '153319.194000', '153319.197000', '153319.200000', '153319.202000', '153319.205000', '153319.208000', '153319.211000', '153319.214000', '153319.217000', '153319.220000', '153319.223000', '153319.225000', '153319.228000', '153319.231000', '153319.234000', '153319.237000', '153319.240000', '153319.243000', '153319.246000', '153319.248000', '153319.251000', '153319.254000', '153319.257000', '153319.260000', '153319.263000', '153319.265000', '153319.268000', '153319.271000', '153319.274000', '153319.277000', '153319.280000', '153319.283000', '153319.285000', '153319.288000', '153319.297000', '153319.300000', '153319.303000', '153319.306000', '153319.309000', '153339.180000', '153339.183000', '153339.186000', '153339.189000', '153339.192000', '153339.195000', '153339.197000', '153339.200000', '153339.203000', '153339.206000', '153339.209000', '153339.212000', '153339.215000', '153339.217000', '153339.220000', '153339.223000', '153339.226000', '153339.229000', '153339.232000', '153339.235000', '153339.238000', '153339.241000', '153339.243000', '153339.246000', '153339.249000', '153339.252000', '153339.255000', '153339.258000', '153339.260000', '153339.263000', '153339.267000', '153339.270000', '153339.273000', '153339.276000', '153339.279000', '153339.282000', '153339.285000', '153339.288000', '153339.290000', '153339.293000', '153339.296000', '153339.299000', '153339.302000', '153359.179000', '153359.182000', '153359.185000', '153359.188000', '153359.191000', '153359.193000', '153359.196000', '153359.199000', '153359.202000', '153359.205000', '153359.208000', '153359.225000', '153359.228000', '153359.231000', '153359.234000', '153359.236000', '153359.239000', '153359.242000', '153359.245000', '153359.248000', '153359.251000', '153359.253000', '153359.257000', '153359.259000', '153359.262000', '153359.265000', '153359.268000', '153359.271000', '153359.274000', '153359.277000', '153359.279000', '153359.282000', '153359.285000', '153359.288000', '153359.291000', '153359.294000', '153359.296000', '153359.299000', '153359.302000', '153359.305000', '153359.308000', '153359.311000', '153359.314000', '153359.316000', '153412.965000', '153412.969000', '153412.972000', '153412.975000', '153412.978000', '153412.981000', '153412.984000', '153412.987000', '153412.989000', '153412.993000', '153412.996000', '153412.998000', '153413.001000', '153413.004000', '153413.007000', '153413.010000', '153413.013000', '153413.016000', '153413.019000', '153413.022000', '153413.025000', '153413.027000', '153413.030000', '153413.033000', '153413.036000', '153413.039000', '153413.042000', '153413.045000', '153413.048000', '153413.051000'], 'InstanceCreationTime': ['152739.212000', '152739.215000', '152739.219000', '152739.226000', '152739.229000', '152739.232000', '152739.234000', '152739.237000', '152739.240000', '152739.243000', '152739.246000', '152739.249000', '152739.252000', '152739.254000', '152739.267000', '152739.270000', '152739.273000', '152739.275000', '152739.278000', '152739.281000', '152739.284000', '152739.287000', '152739.289000', '152739.292000', '152739.295000', '152739.298000', '152739.301000', '152739.304000', '152739.334000', '152739.337000', '152739.339000', '152739.342000', '152739.345000', '152739.348000', '152739.350000', '152739.353000', '152739.356000', '152739.359000', '152739.362000', '152739.365000', '152739.368000', '152739.370000', '152739.373000', '152739.376000', '152739.379000', '152739.382000', '152739.385000', '152739.388000', '152739.390000', '152739.393000', '152739.396000', '152739.399000', '152739.402000', '152739.404000', '152739.407000', '152739.410000', '152739.413000', '152739.416000', '152759.179000', '152759.182000', '152759.185000', '152759.188000', '152759.191000', '152759.194000', '152759.197000', '152759.200000', '152759.203000', '152759.208000', '152759.211000', '152759.228000', '152759.231000', '152759.234000', '152759.237000', '152759.240000', '152759.242000', '152759.245000', '152759.248000', '152759.251000', '152759.254000', '152759.257000', '152759.260000', '152759.263000', '152759.266000', '152759.269000', '152759.272000', '152759.274000', '152759.277000', '152759.280000', '152759.283000', '152759.286000', '152759.289000', '152759.292000', '152759.294000', '152759.297000', '152759.300000', '152759.303000', '152759.306000', '152759.309000', '152759.312000', '152759.314000', '152759.317000', '152819.179000', '152819.182000', '152819.185000', '152819.188000', '152819.190000', '152819.193000', '152819.196000', '152819.203000', '152819.205000', '152819.208000', '152819.211000', '152819.214000', '152819.217000', '152819.220000', '152819.222000', '152819.225000', '152819.228000', '152819.231000', '152819.234000', '152819.237000', '152819.239000', '152819.242000', '152819.245000', '152819.248000', '152819.251000', '152819.254000', '152819.256000', '152819.259000', '152819.262000', '152819.265000', '152819.268000', '152819.271000', '152819.273000', '152819.276000', '152819.279000', '152819.282000', '152819.285000', '152819.288000', '152819.290000', '152819.293000', '152819.296000', '152819.299000', '152819.302000', '152839.179000', '152839.182000', '152839.185000', '152839.188000', '152839.190000', '152839.193000', '152839.196000', '152839.199000', '152839.202000', '152839.205000', '152839.208000', '152839.211000', '152839.213000', '152839.216000', '152839.219000', '152839.222000', '152839.225000', '152839.228000', '152839.231000', '152839.233000', '152839.236000', '152839.239000', '152839.242000', '152839.250000', '152839.253000', '152839.256000', '152839.259000', '152839.262000', '152839.265000', '152839.267000', '152839.270000', '152839.273000', '152839.276000', '152839.279000', '152839.282000', '152839.284000', '152839.287000', '152839.290000', '152839.293000', '152839.296000', '152839.298000', '152839.301000', '152839.304000', '152839.307000', '152859.180000', '152859.183000', '152859.186000', '152859.188000', '152859.191000', '152859.194000', '152859.197000', '152859.203000', '152859.206000', '152859.209000', '152859.212000', '152859.215000', '152859.218000', '152859.221000', '152859.224000', '152859.226000', '152859.229000', '152859.232000', '152859.235000', '152859.238000', '152859.241000', '152859.244000', '152859.247000', '152859.249000', '152859.252000', '152859.255000', '152859.258000', '152859.261000', '152859.264000', '152859.267000', '152859.270000', '152859.272000', '152859.275000', '152859.278000', '152859.281000', '152859.283000', '152859.286000', '152859.289000', '152859.292000', '152859.295000', '152859.298000', '152859.300000', '152859.303000', '152919.179000', '152919.182000', '152919.185000', '152919.193000', '152919.196000', '152919.199000', '152919.202000', '152919.205000', '152919.208000', '152919.211000', '152919.214000', '152919.216000', '152919.219000', '152919.222000', '152919.225000', '152919.228000', '152919.231000', '152919.234000', '152919.237000', '152919.239000', '152919.242000', '152919.245000', '152919.248000', '152919.251000', '152919.254000', '152919.257000', '152919.259000', '152919.262000', '152919.265000', '152919.268000', '152919.271000', '152919.273000', '152919.276000', '152919.279000', '152919.282000', '152919.285000', '152919.288000', '152919.291000', '152919.293000', '152919.296000', '152919.299000', '152919.302000', '152919.305000', '152919.307000', '152939.179000', '152939.182000', '152939.185000', '152939.188000', '152939.191000', '152939.193000', '152939.196000', '152939.219000', '152939.223000', '152939.226000', '152939.229000', '152939.232000', '152939.235000', '152939.238000', '152939.241000', '152939.243000', '152939.246000', '152939.249000', '152939.252000', '152939.255000', '152939.258000', '152939.261000', '152939.264000', '152939.266000', '152939.269000', '152939.272000', '152939.275000', '152939.278000', '152939.281000', '152939.284000', '152939.286000', '152939.289000', '152939.292000', '152939.295000', '152939.298000', '152939.300000', '152939.303000', '152939.306000', '152939.309000', '152939.312000', '152939.315000', '152939.318000', '152939.320000', '152959.179000', '152959.182000', '152959.185000', '152959.187000', '152959.190000', '152959.193000', '152959.196000', '152959.199000', '152959.202000', '152959.205000', '152959.207000', '152959.210000', '152959.213000', '152959.216000', '152959.219000', '152959.222000', '152959.225000', '152959.228000', '152959.230000', '152959.233000', '152959.236000', '152959.239000', '152959.242000', '152959.245000', '152959.248000', '152959.251000', '152959.254000', '152959.256000', '152959.259000', '152959.262000', '152959.265000', '152959.268000', '152959.271000', '152959.274000', '152959.277000', '152959.279000', '152959.282000', '152959.285000', '152959.288000', '152959.291000', '152959.294000', '152959.297000', '152959.300000', '152959.302000', '153019.179000', '153019.182000', '153019.185000', '153019.188000', '153019.191000', '153019.194000', '153019.197000', '153019.199000', '153019.202000', '153019.205000', '153019.208000', '153019.211000', '153019.214000', '153019.217000', '153019.220000', '153019.222000', '153019.225000', '153019.228000', '153019.231000', '153019.234000', '153019.237000', '153019.240000', '153019.245000', '153019.249000', '153019.252000', '153019.255000', '153019.258000', '153019.260000', '153019.263000', '153019.266000', '153019.269000', '153019.272000', '153019.275000', '153019.278000', '153019.280000', '153019.283000', '153019.286000', '153019.289000', '153019.292000', '153019.295000', '153019.298000', '153019.300000', '153019.303000', '153039.179000', '153039.182000', '153039.185000', '153039.188000', '153039.190000', '153039.193000', '153039.196000', '153039.199000', '153039.202000', '153039.205000', '153039.208000', '153039.211000', '153039.213000', '153039.216000', '153039.219000', '153039.222000', '153039.225000', '153039.228000', '153039.231000', '153039.234000', '153039.237000', '153039.239000', '153039.242000', '153039.245000', '153039.248000', '153039.256000', '153039.258000', '153039.261000', '153039.264000', '153039.267000', '153039.270000', '153039.273000', '153039.276000', '153039.279000', '153039.281000', '153039.284000', '153039.287000', '153039.290000', '153039.293000', '153039.296000', '153039.298000', '153039.301000', '153039.304000', '153039.307000', '153059.179000', '153059.182000', '153059.185000', '153059.189000', '153059.192000', '153059.196000', '153059.198000', '153059.201000', '153059.204000', '153059.207000', '153059.210000', '153059.213000', '153059.216000', '153059.219000', '153059.221000', '153059.224000', '153059.227000', '153059.230000', '153059.233000', '153059.236000', '153059.238000', '153059.241000', '153059.244000', '153059.247000', '153059.251000', '153059.255000', '153059.259000', '153059.262000', '153059.265000', '153059.267000', '153059.270000', '153059.273000', '153059.288000', '153059.291000', '153059.294000', '153059.297000', '153059.300000', '153059.303000', '153059.305000', '153059.308000', '153059.311000', '153059.314000', '153059.317000', '153119.180000', '153119.183000', '153119.186000', '153119.189000', '153119.191000', '153119.194000', '153119.197000', '153119.200000', '153119.203000', '153119.206000', '153119.209000', '153119.212000', '153119.215000', '153119.217000', '153119.220000', '153119.223000', '153119.226000', '153119.229000', '153119.232000', '153119.235000', '153119.238000', '153119.240000', '153119.243000', '153119.246000', '153119.249000', '153119.252000', '153119.255000', '153119.257000', '153119.260000', '153119.263000', '153119.266000', '153119.269000', '153119.272000', '153119.275000', '153119.278000', '153119.280000', '153119.283000', '153119.286000', '153119.289000', '153119.292000', '153119.294000', '153119.297000', '153119.300000', '153119.303000', '153139.179000', '153139.182000', '153139.185000', '153139.188000', '153139.191000', '153139.194000', '153139.196000', '153139.199000', '153139.202000', '153139.205000', '153139.208000', '153139.211000', '153139.213000', '153139.216000', '153139.219000', '153139.222000', '153139.225000', '153139.228000', '153139.231000', '153139.234000', '153139.237000', '153139.239000', '153139.242000', '153139.245000', '153139.248000', '153139.251000', '153139.254000', '153139.257000', '153139.259000', '153139.262000', '153139.265000', '153139.268000', '153139.271000', '153139.274000', '153139.276000', '153139.279000', '153139.282000', '153139.285000', '153139.288000', '153139.291000', '153139.293000', '153139.296000', '153139.299000', '153159.179000', '153159.182000', '153159.185000', '153159.188000', '153159.190000', '153159.193000', '153159.196000', '153159.199000', '153159.202000', '153159.205000', '153159.208000', '153159.211000', '153159.213000', '153159.216000', '153159.219000', '153159.222000', '153159.225000', '153159.228000', '153159.231000', '153159.234000', '153159.237000', '153159.240000', '153159.242000', '153159.245000', '153159.248000', '153159.251000', '153159.254000', '153159.257000', '153159.260000', '153159.270000', '153159.273000', '153159.276000', '153159.278000', '153159.281000', '153159.284000', '153159.287000', '153159.290000', '153159.293000', '153159.296000', '153159.298000', '153159.301000', '153159.304000', '153159.307000', '153159.310000', '153219.179000', '153219.182000', '153219.185000', '153219.188000', '153219.191000', '153219.194000', '153219.197000', '153219.200000', '153219.202000', '153219.205000', '153219.208000', '153219.211000', '153219.214000', '153219.217000', '153219.219000', '153219.223000', '153219.225000', '153219.229000', '153219.232000', '153219.235000', '153219.238000', '153219.241000', '153219.244000', '153219.247000', '153219.250000', '153219.252000', '153219.255000', '153219.258000', '153219.261000', '153219.264000', '153219.267000', '153219.270000', '153219.273000', '153219.275000', '153219.278000', '153219.281000', '153219.287000', '153219.291000', '153219.294000', '153219.297000', '153219.300000', '153219.303000', '153219.305000', '153239.193000', '153239.197000', '153239.199000', '153239.202000', '153239.205000', '153239.208000', '153239.211000', '153239.214000', '153239.217000', '153239.220000', '153239.222000', '153239.225000', '153239.228000', '153239.231000', '153239.234000', '153239.244000', '153239.247000', '153239.250000', '153239.252000', '153239.255000', '153239.258000', '153239.261000', '153239.264000', '153239.267000', '153239.270000', '153239.273000', '153239.276000', '153239.278000', '153239.281000', '153239.284000', '153239.287000', '153239.290000', '153239.293000', '153239.296000', '153239.299000', '153239.302000', '153239.305000', '153239.307000', '153239.310000', '153239.313000', '153239.316000', '153239.319000', '153239.322000', '153239.325000', '153259.179000', '153259.182000', '153259.185000', '153259.188000', '153259.191000', '153259.194000', '153259.197000', '153259.199000', '153259.204000', '153259.207000', '153259.210000', '153259.213000', '153259.216000', '153259.219000', '153259.222000', '153259.225000', '153259.227000', '153259.230000', '153259.233000', '153259.236000', '153259.239000', '153259.242000', '153259.245000', '153259.248000', '153259.250000', '153259.253000', '153259.256000', '153259.259000', '153259.262000', '153259.265000', '153259.268000', '153259.271000', '153259.273000', '153259.276000', '153259.279000', '153259.282000', '153259.285000', '153259.288000', '153259.291000', '153259.293000', '153259.296000', '153259.299000', '153259.302000', '153319.179000', '153319.182000', '153319.185000', '153319.188000', '153319.191000', '153319.194000', '153319.197000', '153319.200000', '153319.202000', '153319.205000', '153319.208000', '153319.211000', '153319.214000', '153319.217000', '153319.220000', '153319.223000', '153319.225000', '153319.228000', '153319.231000', '153319.234000', '153319.237000', '153319.240000', '153319.243000', '153319.246000', '153319.248000', '153319.251000', '153319.254000', '153319.257000', '153319.260000', '153319.263000', '153319.265000', '153319.268000', '153319.271000', '153319.274000', '153319.277000', '153319.280000', '153319.283000', '153319.285000', '153319.288000', '153319.297000', '153319.300000', '153319.303000', '153319.306000', '153319.309000', '153339.180000', '153339.183000', '153339.186000', '153339.189000', '153339.192000', '153339.195000', '153339.197000', '153339.200000', '153339.203000', '153339.206000', '153339.209000', '153339.212000', '153339.215000', '153339.217000', '153339.220000', '153339.223000', '153339.226000', '153339.229000', '153339.232000', '153339.235000', '153339.238000', '153339.241000', '153339.243000', '153339.246000', '153339.249000', '153339.252000', '153339.255000', '153339.258000', '153339.260000', '153339.263000', '153339.267000', '153339.270000', '153339.273000', '153339.276000', '153339.279000', '153339.282000', '153339.285000', '153339.288000', '153339.290000', '153339.293000', '153339.296000', '153339.299000', '153339.302000', '153359.179000', '153359.182000', '153359.185000', '153359.188000', '153359.191000', '153359.193000', '153359.196000', '153359.199000', '153359.202000', '153359.205000', '153359.208000', '153359.225000', '153359.228000', '153359.231000', '153359.234000', '153359.236000', '153359.239000', '153359.242000', '153359.245000', '153359.248000', '153359.251000', '153359.253000', '153359.257000', '153359.259000', '153359.262000', '153359.265000', '153359.268000', '153359.271000', '153359.274000', '153359.277000', '153359.279000', '153359.282000', '153359.285000', '153359.288000', '153359.291000', '153359.294000', '153359.296000', '153359.299000', '153359.302000', '153359.305000', '153359.308000', '153359.311000', '153359.314000', '153359.316000', '153412.965000', '153412.969000', '153412.972000', '153412.975000', '153412.978000', '153412.981000', '153412.984000', '153412.987000', '153412.989000', '153412.993000', '153412.996000', '153412.998000', '153413.001000', '153413.004000', '153413.007000', '153413.010000', '153413.013000', '153413.016000', '153413.019000', '153413.022000', '153413.025000', '153413.027000', '153413.030000', '153413.033000', '153413.036000', '153413.039000', '153413.042000', '153413.045000', '153413.048000', '153413.051000'], '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': [10130, 12752, 8959, 11927, 9365, 12462, 9056, 13151, 9951, 12067, 8991, 11516, 8649, 12920, 9027, 12867, 8981, 11174, 8507, 12280, 8612, 12074, 8509, 11379, 8533, 11129, 8529, 10895, 8197, 10847, 8737, 9055, 8602, 8687, 8977, 9666, 9194, 8622, 10252, 8408, 10151, 8496, 10718, 8792, 10626, 9114, 11140, 8721, 11576, 8478, 11333, 8894, 12204, 9155, 12797, 9229, 12578, 9620, 12357, 9389, 12962, 9621, 13050, 8852, 12284, 8852, 12488, 8864, 12702, 8678, 11825, 8668, 11856, 8662, 11614, 8731, 11760, 8872, 11889, 8973, 11771, 9119, 12115, 9151, 11762, 9282, 12143, 9420, 11979, 8933, 11815, 9249, 11715, 9163, 12185, 9412, 11986, 9438, 11585, 9044, 10392, 8759, 10514, 8821, 10729, 9180, 8866, 9503, 8734, 9873, 8434, 9708, 8568, 10865, 8312, 10858, 8210, 10825, 8273, 10653, 9244, 11411, 8332, 12022, 8408, 12253, 8619, 11981, 8714, 12267, 9008, 12371, 8844, 12210, 8589, 11982, 8780, 12099, 8587, 11948, 8797, 12126, 8825, 11794, 9171, 12146, 9091, 12308, 9195, 12129, 9566, 11985, 9170, 12714, 9026, 13191, 9314, 11138, 9590, 9058, 9149, 9240, 9549, 10965, 9742, 10627, 10241, 8227, 10462, 8719, 10996, 9273, 12053, 8941, 12287, 8645, 12269, 8696, 12363, 8833, 11924, 9112, 12959, 9428, 12834, 9235, 11669, 9708, 10084, 9514, 10356, 9734, 10238, 10076, 8871, 10702, 9179, 10904, 8993, 11490, 8761, 12372, 8890, 12537, 9069, 12439, 9132, 12432, 9346, 11599, 9118, 11147, 9119, 10094, 9137, 8583, 10366, 8918, 11915, 9033, 11911, 9344, 11678, 9236, 11679, 8790, 12233, 8481, 12574, 8561, 12449, 9556, 12490, 9032, 12441, 9156, 12508, 9309, 10560, 9124, 10556, 9112, 11014, 9359, 10989, 9944, 8541, 10165, 8325, 10447, 8441, 10383, 8722, 11088, 8382, 11094, 8663, 11422, 8673, 11051, 8883, 11764, 8513, 12218, 8663, 12094, 8975, 13071, 9290, 10347, 8902, 10167, 9117, 10924, 10009, 9982, 10169, 8464, 10478, 8500, 10801, 8995, 11637, 8882, 12606, 8542, 12712, 8888, 12780, 9412, 12193, 8862, 11164, 9343, 11129, 9121, 10256, 9932, 8309, 9869, 8463, 10064, 8645, 10259, 9088, 11312, 8409, 11825, 9001, 12258, 8968, 12569, 9235, 13155, 9148, 11135, 10519, 8427, 11956, 9066, 11534, 10061, 8608, 11716, 9123, 12347, 8934, 12352, 9310, 12841, 8876, 12502, 8735, 11994, 9005, 12450, 8800, 11560, 8924, 9344, 8637, 8728, 9080, 8845, 10313, 8621, 10915, 8607, 10770, 8665, 10782, 8661, 11574, 8239, 12030, 8448, 11704, 9032, 10661, 8758, 11694, 8672, 12431, 8290, 12583, 8633, 12757, 8856, 13277, 10732, 9772, 11414, 9056, 13070, 9239, 8640, 12845, 8994, 10522, 10971, 8441, 10321, 11320, 9779, 13639, 12393, 15306, 12056, 14449, 12237, 10329, 12925, 10200, 12820, 9617, 12308, 9619, 11990, 8677, 11635, 8719, 10447, 9580, 10824, 9868, 10760, 9214, 9213, 8792, 8031, 9145, 8595, 10583, 8070, 11844, 8579, 12190, 9283, 12877, 9710, 10721, 9214, 9755, 9654, 10531, 9944, 11281, 9892, 11328, 9679, 9669, 9795, 8448, 10283, 8279, 10827, 8346, 10889, 8411, 10519, 8598, 10307, 8414, 10381, 8873, 10894, 8724, 12023, 8870, 11789, 8369, 12089, 8623, 11982, 9119, 11303, 8540, 9549, 9036, 8441, 10178, 8446, 11647, 8741, 12532, 8821, 12837, 9122, 13181, 9202, 11486, 9027, 10990, 9816, 8330, 10816, 8552, 11366, 8711, 11565, 8877, 12218, 8818, 12212, 8951, 12273, 9051, 11413, 8928, 10762, 9045, 10314, 10156, 8749, 10876, 8166, 11378, 8627, 11949, 8702, 12855, 9498, 11262, 8902, 10024, 9136, 8606, 9991, 8575, 12179, 8808, 13067, 9304, 13215, 9651, 12920, 10012, 11867, 10006, 11961, 10121, 10171, 10129, 9045, 12686, 8810, 13020, 8879, 10677, 9006, 9639, 9982, 8364, 10565, 8521, 12458, 9108, 13416, 9023, 10737, 9742, 8239, 11093, 8600, 13128, 9073, 12644, 9776, 8798, 10887, 8720, 14062, 12522, 9417, 14580, 11998, 9630, 10452, 10083, 9877, 9539, 12060, 10535, 10019, 12489, 9858, 10164, 12346, 10024, 13291, 10868, 13232, 10959, 13489, 9929, 9520, 9466, 10070, 9290, 9776, 10621, 9816, 10445, 9796, 9213, 9559, 9616, 10939, 9688, 11736, 9861, 11694, 10160, 11565, 9726, 12015, 9107, 11529, 10521, 9424, 11078, 10688, 10151, 11499, 9241, 11049, 9135, 8683, 9661, 8710, 10621, 9027, 11747, 8757, 13232, 9604, 13271, 9687, 11772, 9550, 9710, 9662, 8769, 10572, 8543, 11133, 8526, 12034, 9012, 13234, 9902, 13708, 9625, 11658, 9478, 11862, 9808, 9573, 9482, 8933, 9948, 8694, 10579, 8476, 11697, 8766, 11411, 9280, 11512, 9095, 9681, 8728, 9730, 8866, 9353, 9235, 8797, 9934, 8795, 10431, 8917, 11363, 8904, 11427, 8820, 11483, 8642, 11531, 8837, 11498, 9290, 11712, 9780, 12224, 9272, 12072, 9249, 11397, 9343, 9683, 9332, 8724, 9819, 8932, 10580, 8847, 11489, 8902, 12056, 8771, 11901, 9058, 12390, 9527, 13563, 10256, 12245, 9203, 10058, 8875, 8830, 9700, 8884, 10871, 8680, 11343, 8723, 11724, 8775, 11622, 9626, 11701, 9220, 9128, 8672, 8624, 9197, 8685, 10235, 9051, 10541, 9089, 11400, 8504, 11724, 9281, 10459, 9161, 8586, 9364, 8773, 11560, 8808, 12194, 9515, 11888, 9238, 10374, 9299, 9803, 9856, 8776, 11392, 8681, 10338, 9033, 8775, 12067, 8959, 8867, 11409, 8791, 13741, 9667, 12656, 10210, 12403, 10227, 10161, 9114, 9141, 9496, 8692, 10098, 9134, 10975, 8588, 11604, 8917, 11291, 8967, 9558, 9171, 9027, 10318, 8584, 13860, 10468, 10392, 11391, 10092, 10505, 11537, 9602, 11781, 10472, 10027, 10918, 11486, 9843, 10403, 13654, 11930, 14157, 12709, 10509, 14181, 10401, 11292, 10855, 9841, 11891, 10556, 13459, 10509, 12259, 10963, 11119, 10453, 10132, 9593, 10791, 9218, 10719, 10688, 10187, 10589, 10434, 9900, 9495, 9643, 10030, 10161, 9368, 10527, 9498, 10027, 9849, 10467, 9669, 10483, 9495, 10315, 10016, 10259, 9954, 10096, 10923, 10576, 11411, 11092, 11892, 10396, 11751, 10739, 11754, 10164, 11556, 9759, 10319, 9476, 9957, 9506, 10644, 11433, 10582, 11731, 10183, 13046, 10157, 13015, 10365, 12873, 10151, 11259, 9414, 10687, 9215, 10322, 9267, 10503, 10504, 10564, 12055, 10785, 11700, 10236, 11936, 10116, 11502, 10032, 10349, 9178, 10705, 10155, 10468, 10597, 10690, 10933, 8591, 11892, 9284, 10830, 9376, 11744, 10054, 11240, 9645, 8475, 9444, 8804, 10485, 8928, 11077, 8959, 11709, 9684, 11779, 9741, 10645, 9115, 9126, 9895, 9812], 'WindowCenter': [4697.0, 4700.0, 4659.0, 4659.0, 4641.0, 4660.0, 4630.0, 4660.0, 4639.0, 4641.0, 4629.0, 4636.0, 4618.0, 4640.0, 4613.0, 4637.0, 4618.0, 4636.0, 4618.0, 4646.0, 4629.0, 4656.0, 4630.0, 4648.0, 4626.0, 4642.0, 4639.0, 4662.0, 4640.0, 4649.0, 4632.0, 4640.0, 4631.0, 4630.0, 4639.0, 4652.0, 4637.0, 4630.0, 4646.0, 4615.0, 4647.0, 4625.0, 4645.0, 4631.0, 4650.0, 4629.0, 4649.0, 4627.0, 4661.0, 4627.0, 4658.0, 4643.0, 4672.0, 4653.0, 4669.0, 4641.0, 4660.0, 4642.0, 4656.0, 4642.0, 4659.0, 4638.0, 4654.0, 4626.0, 4647.0, 4618.0, 4655.0, 4629.0, 4647.0, 4617.0, 4641.0, 4614.0, 4641.0, 4618.0, 4648.0, 4629.0, 4654.0, 4630.0, 4658.0, 4626.0, 4658.0, 4626.0, 4655.0, 4641.0, 4660.0, 4638.0, 4657.0, 4635.0, 4656.0, 4638.0, 4659.0, 4641.0, 4658.0, 4641.0, 4657.0, 4653.0, 4661.0, 4641.0, 4645.0, 4631.0, 4636.0, 4622.0, 4638.0, 4626.0, 4647.0, 4636.0, 4628.0, 4640.0, 4629.0, 4653.0, 4629.0, 4633.0, 4623.0, 4651.0, 4620.0, 4647.0, 4617.0, 4647.0, 4634.0, 4648.0, 4638.0, 4661.0, 4616.0, 4657.0, 4617.0, 4656.0, 4645.0, 4663.0, 4633.0, 4658.0, 4632.0, 4655.0, 4627.0, 4653.0, 4628.0, 4646.0, 4630.0, 4647.0, 4628.0, 4641.0, 4626.0, 4654.0, 4625.0, 4645.0, 4631.0, 4658.0, 4632.0, 4660.0, 4641.0, 4658.0, 4638.0, 4660.0, 4637.0, 4659.0, 4631.0, 4670.0, 4642.0, 4662.0, 4636.0, 4626.0, 4629.0, 4627.0, 4629.0, 4641.0, 4641.0, 4636.0, 4633.0, 4614.0, 4635.0, 4615.0, 4647.0, 4638.0, 4656.0, 4630.0, 4659.0, 4630.0, 4656.0, 4631.0, 4674.0, 4640.0, 4656.0, 4627.0, 4654.0, 4637.0, 4653.0, 4638.0, 4649.0, 4637.0, 4631.0, 4639.0, 4633.0, 4635.0, 4647.0, 4634.0, 4628.0, 4638.0, 4627.0, 4637.0, 4624.0, 4645.0, 4629.0, 4656.0, 4629.0, 4656.0, 4629.0, 4655.0, 4643.0, 4655.0, 4638.0, 4643.0, 4629.0, 4643.0, 4626.0, 4645.0, 4628.0, 4632.0, 4644.0, 4626.0, 4649.0, 4629.0, 4648.0, 4628.0, 4650.0, 4631.0, 4645.0, 4619.0, 4643.0, 4617.0, 4657.0, 4628.0, 4657.0, 4641.0, 4653.0, 4628.0, 4655.0, 4642.0, 4656.0, 4634.0, 4650.0, 4624.0, 4635.0, 4631.0, 4644.0, 4639.0, 4643.0, 4633.0, 4616.0, 4639.0, 4619.0, 4634.0, 4618.0, 4640.0, 4615.0, 4648.0, 4616.0, 4648.0, 4628.0, 4646.0, 4639.0, 4646.0, 4627.0, 4660.0, 4628.0, 4655.0, 4633.0, 4660.0, 4640.0, 4671.0, 4642.0, 4645.0, 4639.0, 4641.0, 4643.0, 4650.0, 4649.0, 4639.0, 4639.0, 4616.0, 4640.0, 4627.0, 4647.0, 4628.0, 4650.0, 4626.0, 4669.0, 4631.0, 4670.0, 4640.0, 4660.0, 4641.0, 4655.0, 4632.0, 4646.0, 4631.0, 4648.0, 4626.0, 4640.0, 4637.0, 4610.0, 4637.0, 4613.0, 4639.0, 4627.0, 4640.0, 4628.0, 4645.0, 4631.0, 4660.0, 4638.0, 4666.0, 4636.0, 4672.0, 4639.0, 4665.0, 4637.0, 4649.0, 4650.0, 4629.0, 4659.0, 4637.0, 4661.0, 4652.0, 4633.0, 4658.0, 4633.0, 4658.0, 4630.0, 4661.0, 4632.0, 4660.0, 4630.0, 4644.0, 4617.0, 4647.0, 4627.0, 4661.0, 4628.0, 4656.0, 4623.0, 4624.0, 4629.0, 4632.0, 4639.0, 4643.0, 4649.0, 4627.0, 4649.0, 4629.0, 4645.0, 4629.0, 4645.0, 4631.0, 4664.0, 4634.0, 4663.0, 4625.0, 4658.0, 4653.0, 4664.0, 4633.0, 4672.0, 4627.0, 4662.0, 4632.0, 4661.0, 4633.0, 4669.0, 4637.0, 4675.0, 4667.0, 4661.0, 4670.0, 4640.0, 4680.0, 4644.0, 4639.0, 4675.0, 4647.0, 4657.0, 4655.0, 4645.0, 4666.0, 4673.0, 4656.0, 4684.0, 4664.0, 4669.0, 4642.0, 4649.0, 4633.0, 4602.0, 4638.0, 4613.0, 4624.0, 4592.0, 4592.0, 4576.0, 4592.0, 4567.0, 4579.0, 4563.0, 4621.0, 4609.0, 4618.0, 4608.0, 4608.0, 4609.0, 4601.0, 4599.0, 4605.0, 4626.0, 4629.0, 4639.0, 4623.0, 4661.0, 4631.0, 4663.0, 4644.0, 4662.0, 4643.0, 4640.0, 4631.0, 4631.0, 4629.0, 4641.0, 4636.0, 4637.0, 4624.0, 4637.0, 4629.0, 4625.0, 4626.0, 4618.0, 4636.0, 4619.0, 4635.0, 4617.0, 4637.0, 4614.0, 4630.0, 4614.0, 4638.0, 4619.0, 4649.0, 4630.0, 4638.0, 4620.0, 4649.0, 4627.0, 4658.0, 4628.0, 4670.0, 4646.0, 4661.0, 4645.0, 4653.0, 4632.0, 4642.0, 4637.0, 4634.0, 4650.0, 4630.0, 4658.0, 4642.0, 4673.0, 4642.0, 4672.0, 4642.0, 4672.0, 4639.0, 4664.0, 4644.0, 4663.0, 4650.0, 4630.0, 4661.0, 4631.0, 4658.0, 4628.0, 4663.0, 4652.0, 4672.0, 4641.0, 4673.0, 4637.0, 4670.0, 4642.0, 4658.0, 4642.0, 4673.0, 4649.0, 4662.0, 4661.0, 4644.0, 4664.0, 4642.0, 4671.0, 4642.0, 4673.0, 4643.0, 4678.0, 4652.0, 4671.0, 4653.0, 4652.0, 4656.0, 4658.0, 4668.0, 4653.0, 4681.0, 4656.0, 4683.0, 4654.0, 4684.0, 4652.0, 4682.0, 4663.0, 4673.0, 4654.0, 4659.0, 4647.0, 4663.0, 4661.0, 4638.0, 4675.0, 4638.0, 4669.0, 4643.0, 4648.0, 4637.0, 4640.0, 4650.0, 4642.0, 4660.0, 4629.0, 4669.0, 4644.0, 4669.0, 4630.0, 4652.0, 4639.0, 4632.0, 4664.0, 4634.0, 4671.0, 4642.0, 4668.0, 4661.0, 4636.0, 4658.0, 4639.0, 4687.0, 4680.0, 4649.0, 4688.0, 4668.0, 4661.0, 4663.0, 4664.0, 4663.0, 4652.0, 4670.0, 4659.0, 4650.0, 4661.0, 4640.0, 4648.0, 4660.0, 4639.0, 4658.0, 4649.0, 4669.0, 4640.0, 4644.0, 4623.0, 4623.0, 4611.0, 4621.0, 4627.0, 4639.0, 4647.0, 4652.0, 4646.0, 4637.0, 4638.0, 4639.0, 4638.0, 4658.0, 4649.0, 4660.0, 4652.0, 4669.0, 4651.0, 4661.0, 4639.0, 4669.0, 4639.0, 4636.0, 4586.0, 4588.0, 4648.0, 4693.0, 4679.0, 4672.0, 4653.0, 4674.0, 4652.0, 4641.0, 4643.0, 4628.0, 4659.0, 4656.0, 4673.0, 4645.0, 4686.0, 4653.0, 4682.0, 4650.0, 4661.0, 4642.0, 4641.0, 4639.0, 4626.0, 4652.0, 4631.0, 4652.0, 4630.0, 4655.0, 4643.0, 4667.0, 4639.0, 4665.0, 4639.0, 4650.0, 4638.0, 4661.0, 4642.0, 4640.0, 4638.0, 4625.0, 4641.0, 4628.0, 4645.0, 4628.0, 4658.0, 4638.0, 4672.0, 4640.0, 4659.0, 4638.0, 4635.0, 4631.0, 4640.0, 4642.0, 4644.0, 4642.0, 4628.0, 4639.0, 4626.0, 4649.0, 4627.0, 4656.0, 4640.0, 4657.0, 4639.0, 4664.0, 4630.0, 4655.0, 4639.0, 4658.0, 4645.0, 4662.0, 4651.0, 4661.0, 4643.0, 4655.0, 4641.0, 4657.0, 4639.0, 4638.0, 4644.0, 4631.0, 4650.0, 4638.0, 4661.0, 4640.0, 4660.0, 4638.0, 4670.0, 4629.0, 4659.0, 4638.0, 4658.0, 4640.0, 4666.0, 4648.0, 4657.0, 4636.0, 4636.0, 4626.0, 4626.0, 4638.0, 4631.0, 4644.0, 4629.0, 4650.0, 4622.0, 4655.0, 4632.0, 4653.0, 4649.0, 4660.0, 4638.0, 4637.0, 4630.0, 4630.0, 4636.0, 4633.0, 4648.0, 4639.0, 4646.0, 4631.0, 4659.0, 4632.0, 4659.0, 4643.0, 4657.0, 4640.0, 4630.0, 4638.0, 4641.0, 4668.0, 4651.0, 4671.0, 4648.0, 4661.0, 4635.0, 4646.0, 4635.0, 4649.0, 4634.0, 4628.0, 4647.0, 4628.0, 4636.0, 4625.0, 4626.0, 4680.0, 4652.0, 4643.0, 4661.0, 4630.0, 4666.0, 4641.0, 4658.0, 4641.0, 4658.0, 4638.0, 4631.0, 4629.0, 4623.0, 4623.0, 4612.0, 4637.0, 4625.0, 4640.0, 4615.0, 4644.0, 4624.0, 4657.0, 4642.0, 4650.0, 4653.0, 4644.0, 4663.0, 4651.0, 4689.0, 4659.0, 4659.0, 4668.0, 4660.0, 4658.0, 4667.0, 4649.0, 4679.0, 4663.0, 4653.0, 4663.0, 4672.0, 4652.0, 4651.0, 4669.0, 4648.0, 4656.0, 4645.0, 4621.0, 4644.0, 4610.0, 4611.0, 4611.0, 4596.0, 4606.0, 4598.0, 4617.0, 4598.0, 4603.0, 4597.0, 4607.0, 4610.0, 4609.0, 4611.0, 4621.0, 4612.0, 4624.0, 4624.0, 4624.0, 4633.0, 4635.0, 4636.0, 4640.0, 4639.0, 4648.0, 4650.0, 4639.0, 4648.0, 4639.0, 4638.0, 4640.0, 4636.0, 4637.0, 4649.0, 4638.0, 4640.0, 4637.0, 4638.0, 4635.0, 4636.0, 4647.0, 4646.0, 4649.0, 4649.0, 4661.0, 4649.0, 4656.0, 4650.0, 4657.0, 4648.0, 4661.0, 4650.0, 4651.0, 4642.0, 4650.0, 4640.0, 4649.0, 4659.0, 4648.0, 4657.0, 4662.0, 4668.0, 4645.0, 4656.0, 4649.0, 4657.0, 4650.0, 4647.0, 4628.0, 4650.0, 4629.0, 4637.0, 4638.0, 4649.0, 4647.0, 4650.0, 4657.0, 4649.0, 4657.0, 4650.0, 4655.0, 4648.0, 4659.0, 4651.0, 4651.0, 4638.0, 4646.0, 4647.0, 4648.0, 4648.0, 4647.0, 4660.0, 4615.0, 4629.0, 4585.0, 4611.0, 4629.0, 4699.0, 4662.0, 4662.0, 4651.0, 4631.0, 4637.0, 4638.0, 4644.0, 4639.0, 4645.0, 4640.0, 4670.0, 4652.0, 4658.0, 4651.0, 4660.0, 4652.0, 4641.0, 4652.0, 4639.0], 'WindowWidth': [10297.0, 10288.0, 10226.0, 10213.0, 10188.0, 10209.0, 10168.0, 10207.0, 10177.0, 10174.0, 10162.0, 10168.0, 10146.0, 10171.0, 10136.0, 10162.0, 10145.0, 10167.0, 10145.0, 10180.0, 10164.0, 10200.0, 10167.0, 10188.0, 10159.0, 10175.0, 10182.0, 10218.0, 10185.0, 10192.0, 10173.0, 10180.0, 10169.0, 10166.0, 10179.0, 10202.0, 10177.0, 10167.0, 10187.0, 10143.0, 10187.0, 10156.0, 10185.0, 10171.0, 10194.0, 10165.0, 10193.0, 10161.0, 10211.0, 10162.0, 10208.0, 10191.0, 10227.0, 10205.0, 10221.0, 10185.0, 10209.0, 10186.0, 10202.0, 10186.0, 10205.0, 10177.0, 10193.0, 10156.0, 10185.0, 10146.0, 10196.0, 10165.0, 10183.0, 10145.0, 10171.0, 10139.0, 10172.0, 10146.0, 10189.0, 10166.0, 10194.0, 10169.0, 10201.0, 10159.0, 10202.0, 10161.0, 10198.0, 10184.0, 10206.0, 10178.0, 10200.0, 10172.0, 10199.0, 10180.0, 10203.0, 10184.0, 10202.0, 10184.0, 10204.0, 10206.0, 10211.0, 10182.0, 10182.0, 10168.0, 10170.0, 10151.0, 10175.0, 10159.0, 10187.0, 10172.0, 10161.0, 10180.0, 10166.0, 10202.0, 10164.0, 10166.0, 10153.0, 10197.0, 10153.0, 10187.0, 10147.0, 10187.0, 10179.0, 10191.0, 10176.0, 10208.0, 10145.0, 10199.0, 10148.0, 10200.0, 10199.0, 10217.0, 10177.0, 10205.0, 10172.0, 10197.0, 10162.0, 10193.0, 10166.0, 10184.0, 10166.0, 10186.0, 10162.0, 10172.0, 10158.0, 10195.0, 10157.0, 10183.0, 10168.0, 10201.0, 10173.0, 10207.0, 10184.0, 10201.0, 10179.0, 10205.0, 10174.0, 10203.0, 10168.0, 10220.0, 10186.0, 10215.0, 10173.0, 10155.0, 10161.0, 10158.0, 10162.0, 10175.0, 10180.0, 10171.0, 10166.0, 10139.0, 10167.0, 10141.0, 10186.0, 10175.0, 10199.0, 10164.0, 10203.0, 10164.0, 10196.0, 10172.0, 10234.0, 10186.0, 10200.0, 10161.0, 10194.0, 10175.0, 10192.0, 10176.0, 10190.0, 10174.0, 10161.0, 10176.0, 10163.0, 10168.0, 10188.0, 10167.0, 10160.0, 10174.0, 10156.0, 10171.0, 10156.0, 10182.0, 10164.0, 10199.0, 10164.0, 10197.0, 10166.0, 10198.0, 10189.0, 10196.0, 10178.0, 10178.0, 10164.0, 10177.0, 10157.0, 10184.0, 10161.0, 10173.0, 10184.0, 10157.0, 10190.0, 10162.0, 10188.0, 10161.0, 10193.0, 10166.0, 10181.0, 10149.0, 10176.0, 10145.0, 10200.0, 10162.0, 10199.0, 10183.0, 10192.0, 10162.0, 10196.0, 10187.0, 10199.0, 10171.0, 10192.0, 10154.0, 10168.0, 10167.0, 10181.0, 10179.0, 10180.0, 10165.0, 10142.0, 10174.0, 10147.0, 10165.0, 10148.0, 10180.0, 10142.0, 10190.0, 10144.0, 10188.0, 10161.0, 10185.0, 10181.0, 10185.0, 10160.0, 10206.0, 10161.0, 10193.0, 10174.0, 10208.0, 10181.0, 10221.0, 10185.0, 10185.0, 10179.0, 10181.0, 10188.0, 10195.0, 10194.0, 10178.0, 10179.0, 10144.0, 10179.0, 10159.0, 10185.0, 10161.0, 10194.0, 10158.0, 10222.0, 10173.0, 10224.0, 10185.0, 10205.0, 10183.0, 10194.0, 10167.0, 10182.0, 10166.0, 10191.0, 10156.0, 10177.0, 10171.0, 10130.0, 10170.0, 10137.0, 10175.0, 10160.0, 10178.0, 10162.0, 10184.0, 10168.0, 10205.0, 10179.0, 10215.0, 10176.0, 10227.0, 10182.0, 10211.0, 10175.0, 10192.0, 10196.0, 10168.0, 10206.0, 10176.0, 10214.0, 10200.0, 10174.0, 10205.0, 10166.0, 10203.0, 10165.0, 10210.0, 10170.0, 10205.0, 10164.0, 10179.0, 10144.0, 10182.0, 10161.0, 10208.0, 10163.0, 10198.0, 10154.0, 10154.0, 10164.0, 10170.0, 10181.0, 10187.0, 10194.0, 10162.0, 10192.0, 10165.0, 10184.0, 10168.0, 10185.0, 10170.0, 10218.0, 10177.0, 10214.0, 10161.0, 10205.0, 10207.0, 10220.0, 10173.0, 10231.0, 10164.0, 10212.0, 10169.0, 10207.0, 10173.0, 10220.0, 10183.0, 10230.0, 10226.0, 10219.0, 10231.0, 10189.0, 10240.0, 10190.0, 10187.0, 10232.0, 10197.0, 10210.0, 10204.0, 10199.0, 10224.0, 10233.0, 10209.0, 10247.0, 10216.0, 10220.0, 10177.0, 10187.0, 10157.0, 10109.0, 10167.0, 10126.0, 10139.0, 10092.0, 10079.0, 10059.0, 10077.0, 10047.0, 10055.0, 10039.0, 10136.0, 10117.0, 10128.0, 10116.0, 10113.0, 10119.0, 10109.0, 10108.0, 10122.0, 10152.0, 10161.0, 10175.0, 10157.0, 10208.0, 10172.0, 10214.0, 10189.0, 10209.0, 10184.0, 10176.0, 10165.0, 10164.0, 10162.0, 10179.0, 10169.0, 10171.0, 10151.0, 10169.0, 10160.0, 10149.0, 10153.0, 10144.0, 10167.0, 10146.0, 10166.0, 10142.0, 10171.0, 10137.0, 10155.0, 10137.0, 10170.0, 10145.0, 10191.0, 10165.0, 10173.0, 10148.0, 10186.0, 10158.0, 10203.0, 10163.0, 10223.0, 10198.0, 10209.0, 10193.0, 10193.0, 10171.0, 10184.0, 10177.0, 10175.0, 10195.0, 10168.0, 10206.0, 10189.0, 10228.0, 10187.0, 10225.0, 10187.0, 10227.0, 10183.0, 10217.0, 10191.0, 10216.0, 10196.0, 10168.0, 10211.0, 10170.0, 10203.0, 10165.0, 10215.0, 10204.0, 10227.0, 10186.0, 10228.0, 10179.0, 10223.0, 10187.0, 10206.0, 10189.0, 10236.0, 10199.0, 10214.0, 10215.0, 10192.0, 10217.0, 10188.0, 10226.0, 10190.0, 10234.0, 10195.0, 10237.0, 10204.0, 10229.0, 10205.0, 10202.0, 10211.0, 10220.0, 10231.0, 10207.0, 10247.0, 10212.0, 10247.0, 10210.0, 10248.0, 10206.0, 10245.0, 10220.0, 10232.0, 10207.0, 10208.0, 10191.0, 10218.0, 10218.0, 10181.0, 10235.0, 10179.0, 10222.0, 10189.0, 10190.0, 10175.0, 10180.0, 10196.0, 10191.0, 10211.0, 10168.0, 10223.0, 10191.0, 10219.0, 10169.0, 10197.0, 10179.0, 10174.0, 10217.0, 10176.0, 10224.0, 10185.0, 10220.0, 10222.0, 10181.0, 10211.0, 10190.0, 10252.0, 10243.0, 10201.0, 10254.0, 10228.0, 10220.0, 10217.0, 10224.0, 10219.0, 10202.0, 10223.0, 10208.0, 10195.0, 10210.0, 10181.0, 10190.0, 10207.0, 10178.0, 10204.0, 10190.0, 10222.0, 10178.0, 10175.0, 10145.0, 10147.0, 10129.0, 10142.0, 10159.0, 10177.0, 10190.0, 10199.0, 10186.0, 10176.0, 10179.0, 10179.0, 10179.0, 10205.0, 10195.0, 10210.0, 10202.0, 10222.0, 10199.0, 10212.0, 10182.0, 10222.0, 10181.0, 10158.0, 10071.0, 10078.0, 10187.0, 10279.0, 10252.0, 10231.0, 10207.0, 10233.0, 10205.0, 10185.0, 10187.0, 10163.0, 10209.0, 10213.0, 10233.0, 10197.0, 10255.0, 10206.0, 10243.0, 10198.0, 10211.0, 10185.0, 10182.0, 10178.0, 10160.0, 10198.0, 10169.0, 10199.0, 10170.0, 10200.0, 10190.0, 10217.0, 10180.0, 10211.0, 10180.0, 10192.0, 10177.0, 10208.0, 10186.0, 10180.0, 10177.0, 10156.0, 10182.0, 10162.0, 10184.0, 10163.0, 10205.0, 10182.0, 10230.0, 10184.0, 10208.0, 10180.0, 10174.0, 10172.0, 10182.0, 10186.0, 10193.0, 10188.0, 10165.0, 10181.0, 10160.0, 10192.0, 10162.0, 10200.0, 10182.0, 10203.0, 10182.0, 10218.0, 10169.0, 10199.0, 10183.0, 10206.0, 10196.0, 10214.0, 10201.0, 10212.0, 10190.0, 10199.0, 10185.0, 10205.0, 10183.0, 10179.0, 10192.0, 10172.0, 10197.0, 10181.0, 10211.0, 10187.0, 10212.0, 10182.0, 10225.0, 10168.0, 10207.0, 10180.0, 10206.0, 10183.0, 10214.0, 10193.0, 10202.0, 10174.0, 10173.0, 10159.0, 10160.0, 10178.0, 10170.0, 10184.0, 10166.0, 10193.0, 10153.0, 10198.0, 10174.0, 10196.0, 10197.0, 10211.0, 10180.0, 10176.0, 10168.0, 10169.0, 10176.0, 10174.0, 10192.0, 10180.0, 10188.0, 10171.0, 10206.0, 10174.0, 10210.0, 10192.0, 10208.0, 10185.0, 10170.0, 10181.0, 10190.0, 10223.0, 10204.0, 10228.0, 10197.0, 10214.0, 10176.0, 10188.0, 10174.0, 10196.0, 10171.0, 10164.0, 10187.0, 10162.0, 10174.0, 10158.0, 10162.0, 10242.0, 10208.0, 10193.0, 10214.0, 10169.0, 10215.0, 10185.0, 10204.0, 10183.0, 10204.0, 10176.0, 10162.0, 10161.0, 10150.0, 10149.0, 10136.0, 10171.0, 10153.0, 10172.0, 10141.0, 10179.0, 10156.0, 10205.0, 10190.0, 10202.0, 10206.0, 10192.0, 10224.0, 10211.0, 10256.0, 10217.0, 10214.0, 10227.0, 10220.0, 10214.0, 10226.0, 10202.0, 10245.0, 10223.0, 10205.0, 10218.0, 10230.0, 10202.0, 10197.0, 10220.0, 10186.0, 10197.0, 10179.0, 10140.0, 10176.0, 10122.0, 10121.0, 10121.0, 10095.0, 10111.0, 10099.0, 10128.0, 10098.0, 10101.0, 10097.0, 10111.0, 10119.0, 10117.0, 10123.0, 10140.0, 10129.0, 10146.0, 10146.0, 10148.0, 10160.0, 10167.0, 10170.0, 10180.0, 10178.0, 10194.0, 10197.0, 10181.0, 10191.0, 10178.0, 10176.0, 10179.0, 10171.0, 10174.0, 10193.0, 10175.0, 10178.0, 10173.0, 10174.0, 10168.0, 10170.0, 10184.0, 10184.0, 10190.0, 10191.0, 10208.0, 10191.0, 10199.0, 10192.0, 10199.0, 10191.0, 10212.0, 10198.0, 10197.0, 10187.0, 10196.0, 10182.0, 10192.0, 10205.0, 10191.0, 10204.0, 10218.0, 10219.0, 10185.0, 10198.0, 10193.0, 10202.0, 10196.0, 10186.0, 10162.0, 10194.0, 10165.0, 10174.0, 10175.0, 10190.0, 10189.0, 10196.0, 10202.0, 10193.0, 10203.0, 10196.0, 10199.0, 10193.0, 10209.0, 10200.0, 10198.0, 10179.0, 10188.0, 10190.0, 10191.0, 10192.0, 10191.0, 10212.0, 10135.0, 10145.0, 10072.0, 10119.0, 10161.0, 10282.0, 10221.0, 10218.0, 10200.0, 10171.0, 10177.0, 10178.0, 10180.0, 10179.0, 10184.0, 10186.0, 10226.0, 10202.0, 10207.0, 10199.0, 10210.0, 10206.0, 10186.0, 10204.0, 10179.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.009790592755214052</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05780681163556531</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.67477297491209</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2683602236263751</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.081264183043957</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4875</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6822.4863</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14331660434670332</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.733260153677278</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.343135943084478</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.254310400798506</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5615233934739776</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.21357403498095</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0099304</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01666516251862049</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04313831031322479</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.431684379279927</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>16.1554</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.7839</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.9408</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296907.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1022.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.6384</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3258</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.1587</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3890.9541</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4052.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79637.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1703.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4963.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.3193</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.511425712611526</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> |