=== 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-0089 --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-0089",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0089_ses-02_task-faces_acq-mb8_run-02_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-0089_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0089_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_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-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-faces_acq-mb8_run-02_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-0089/ses-02/func/sub-0089_ses-02_task-faces_acq-mb8_run-02_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>f0a0514576c59e8287596eb1d4d63023</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:06:27.887500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998641, -0.0187254, -0.0486261, 0.0338263, 0.942802, 0.331633]</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-02_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.101152</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-02_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7798, -7292, 659, -35, -289, 60, 126]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.2</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2871350c-d3b4-4f4a-9d46-fcf9a576889b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792821884155273, 0.09075354039669037, -0.10701389610767365, 110.86265563964844], [0.05023888126015663, 2.529468059539795, 0.898634672164917, -118.21314239501953], [-0.13046018779277802, -0.8897479772567749, 2.5438168048858643, -27.976985931396484], [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': ['150627.887500', '150628.347500', '150628.807500', '150629.267500', '150629.727500', '150630.187500', '150630.647500', '150631.107500', '150631.567500', '150632.027500', '150632.487500', '150632.947500', '150633.407500', '150633.867500', '150634.327500', '150634.787500', '150635.247500', '150635.707500', '150636.167500', '150636.627500', '150637.087500', '150637.547500', '150638.007500', '150638.467500', '150638.927500', '150639.387500', '150639.847500', '150640.307500', '150640.767500', '150641.227500', '150641.687500', '150642.147500', '150642.607500', '150643.067500', '150643.527500', '150643.987500', '150644.447500', '150644.907500', '150645.367500', '150645.827500', '150646.287500', '150646.747500', '150647.207500', '150647.667500', '150648.127500', '150648.587500', '150649.047500', '150649.507500', '150649.967500', '150650.427500', '150650.887500', '150651.347500', '150651.807500', '150652.267500', '150652.727500', '150653.187500', '150653.647500', '150654.107500', '150654.567500', '150655.027500', '150655.487500', '150655.947500', '150656.407500', '150656.867500', '150657.327500', '150657.787500', '150658.247500', '150658.707500', '150659.167500', '150659.627500', '150700.087500', '150700.547500', '150701.007500', '150701.467500', '150701.927500', '150702.387500', '150702.847500', '150703.307500', '150703.767500', '150704.227500', '150704.687500', '150705.147500', '150705.607500', '150706.067500', '150706.527500', '150706.987500', '150707.447500', '150707.907500', '150708.367500', '150708.827500', '150709.287500', '150709.747500', '150710.207500', '150710.667500', '150711.127500', '150711.587500', '150712.047500', '150712.507500', '150712.967500', '150713.427500', '150713.887500', '150714.347500', '150714.807500', '150715.267500', '150715.727500', '150716.187500', '150716.647500', '150717.107500', '150717.567500', '150718.027500', '150718.487500', '150718.947500', '150719.407500', '150719.867500', '150720.327500', '150720.787500', '150721.247500', '150721.707500', '150722.167500', '150722.627500', '150723.087500', '150723.547500', '150724.007500', '150724.467500', '150724.927500', '150725.387500', '150725.847500', '150726.307500', '150726.767500', '150727.227500', '150727.687500', '150728.147500', '150728.607500', '150729.067500', '150729.527500', '150729.987500', '150730.447500', '150730.907500', '150731.367500', '150731.827500', '150732.287500', '150732.747500', '150733.207500', '150733.667500', '150734.127500', '150734.587500', '150735.047500', '150735.507500', '150735.967500', '150736.427500', '150736.887500', '150737.347500', '150737.807500', '150738.267500', '150738.727500', '150739.187500', '150739.647500', '150740.107500', '150740.567500', '150741.027500', '150741.487500', '150741.947500', '150742.407500', '150742.867500', '150743.327500', '150743.787500', '150744.247500', '150744.707500', '150745.167500', '150745.627500', '150746.087500', '150746.547500', '150747.007500', '150747.467500', '150747.927500', '150748.387500', '150748.847500', '150749.307500', '150749.767500', '150750.227500', '150750.687500', '150751.147500', '150751.607500', '150752.067500', '150752.527500', '150752.987500', '150753.447500', '150753.907500', '150754.367500', '150754.827500', '150755.287500', '150755.747500', '150756.207500', '150756.667500', '150757.127500', '150757.587500', '150758.047500', '150758.507500', '150758.967500', '150759.427500', '150759.887500', '150800.347500', '150800.807500', '150801.267500', '150801.727500', '150802.187500', '150802.647500', '150803.107500', '150803.567500', '150804.027500', '150804.487500', '150804.947500', '150805.407500', '150805.867500', '150806.327500', '150806.787500', '150807.247500', '150807.707500', '150808.167500', '150808.627500', '150809.087500', '150809.547500', '150810.007500', '150810.467500', '150810.927500', '150811.387500', '150811.847500', '150812.307500', '150812.767500', '150813.227500', '150813.687500', '150814.147500', '150814.607500', '150815.067500', '150815.527500', '150815.987500', '150816.447500', '150816.907500', '150817.367500', '150817.827500', '150818.287500', '150818.747500', '150819.207500', '150819.667500', '150820.127500', '150820.587500', '150821.047500', '150821.507500', '150821.967500', '150822.427500', '150822.887500', '150823.347500', '150823.807500', '150824.267500', '150824.727500', '150825.187500', '150825.647500', '150826.107500', '150826.567500', '150827.027500', '150827.487500', '150827.947500', '150828.407500', '150828.867500', '150829.327500', '150829.787500', '150830.247500', '150830.707500', '150831.167500', '150831.627500', '150832.087500', '150832.547500', '150833.007500', '150833.467500', '150833.927500', '150834.387500', '150834.847500', '150835.307500', '150835.767500', '150836.227500', '150836.687500', '150837.147500', '150837.607500', '150838.067500', '150838.527500', '150838.987500', '150839.447500', '150839.907500', '150840.367500', '150840.827500', '150841.287500', '150841.747500', '150842.207500', '150842.667500', '150843.127500', '150843.587500', '150844.047500', '150844.507500', '150844.967500', '150845.427500', '150845.887500', '150846.347500', '150846.807500', '150847.267500', '150847.727500', '150848.187500', '150848.647500', '150849.107500', '150849.567500', '150850.027500', '150850.487500', '150850.947500', '150851.407500', '150851.867500', '150852.327500', '150852.787500', '150853.247500', '150853.707500', '150854.167500', '150854.627500', '150855.087500', '150855.547500', '150856.007500', '150856.467500', '150856.927500', '150857.387500', '150857.847500', '150858.307500', '150858.767500', '150859.227500', '150859.687500', '150900.147500', '150900.607500', '150901.067500', '150901.527500', '150901.987500', '150902.447500', '150902.907500', '150903.367500', '150903.827500', '150904.287500', '150904.747500', '150905.207500', '150905.667500', '150906.127500', '150906.587500', '150907.047500', '150907.507500', '150907.967500', '150908.427500', '150908.887500', '150909.347500', '150909.807500', '150910.267500', '150910.727500', '150911.187500', '150911.647500', '150912.107500', '150912.567500', '150913.027500', '150913.487500', '150913.947500', '150914.407500', '150914.867500', '150915.327500', '150915.787500', '150916.247500', '150916.707500', '150917.167500', '150917.627500', '150918.087500', '150918.547500', '150919.007500', '150919.467500', '150919.927500', '150920.387500', '150920.847500', '150921.307500', '150921.767500', '150922.227500', '150922.687500', '150923.147500', '150923.607500', '150924.067500', '150924.527500', '150924.987500', '150925.447500', '150925.907500', '150926.367500', '150926.827500', '150927.287500', '150927.747500', '150928.207500', '150928.667500', '150929.127500', '150929.587500', '150930.047500', '150930.507500', '150930.967500', '150931.427500', '150931.887500', '150932.347500', '150932.807500', '150933.267500', '150933.727500', '150934.187500', '150934.647500', '150935.107500', '150935.567500', '150936.027500', '150936.487500', '150936.947500', '150937.407500', '150937.867500', '150938.327500', '150938.787500', '150939.247500', '150939.707500', '150940.167500', '150940.627500', '150941.087500', '150941.547500', '150942.007500', '150942.467500', '150942.927500', '150943.387500', '150943.847500', '150944.307500', '150944.767500', '150945.227500', '150945.687500', '150946.147500', '150946.607500', '150947.067500', '150947.527500', '150947.987500', '150948.447500', '150948.907500', '150949.367500', '150949.827500', '150950.287500', '150950.747500', '150951.207500', '150951.667500', '150952.127500', '150952.587500', '150953.047500', '150953.507500', '150953.967500', '150954.427500', '150954.887500', '150955.347500', '150955.807500', '150956.267500', '150956.727500', '150957.187500', '150957.647500', '150958.107500', '150958.567500', '150959.027500', '150959.487500', '150959.947500', '151000.407500', '151000.867500', '151001.327500', '151001.787500', '151002.247500', '151002.707500', '151003.167500', '151003.627500', '151004.087500', '151004.547500', '151005.007500', '151005.467500', '151005.927500', '151006.387500', '151006.847500', '151007.307500', '151007.767500', '151008.227500', '151008.687500', '151009.147500', '151009.607500', '151010.067500', '151010.527500', '151010.987500', '151011.447500', '151011.907500', '151012.367500', '151012.827500', '151013.287500', '151013.747500', '151014.207500', '151014.667500', '151015.127500', '151015.587500', '151016.047500', '151016.507500', '151016.967500', '151017.427500', '151017.887500', '151018.347500', '151018.807500', '151019.267500', '151019.727500', '151020.187500', '151020.647500', '151021.107500', '151021.567500', '151022.027500', '151022.487500', '151022.947500', '151023.407500', '151023.867500', '151024.327500', '151024.787500', '151025.247500', '151025.707500', '151026.167500', '151026.627500', '151027.087500', '151027.547500', '151028.007500', '151028.467500', '151028.927500', '151029.387500', '151029.847500', '151030.307500', '151030.767500', '151031.227500', '151031.687500', '151032.147500', '151032.607500', '151033.067500', '151033.527500', '151033.987500', '151034.447500', '151034.907500', '151035.367500', '151035.827500', '151036.287500', '151036.747500', '151037.207500', '151037.667500', '151038.127500', '151038.587500', '151039.047500', '151039.507500', '151039.967500', '151040.427500', '151040.887500', '151041.347500', '151041.807500', '151042.267500', '151042.727500', '151043.187500', '151043.647500', '151044.107500', '151044.567500', '151045.027500', '151045.487500', '151045.947500', '151046.407500', '151046.867500', '151047.327500', '151047.787500', '151048.247500', '151048.707500', '151049.167500', '151049.627500', '151050.087500', '151050.547500', '151051.007500', '151051.467500', '151051.927500', '151052.387500', '151052.847500', '151053.307500', '151053.767500', '151054.227500', '151054.687500', '151055.147500', '151055.607500', '151056.067500', '151056.527500', '151056.987500', '151057.447500', '151057.907500', '151058.367500', '151058.827500', '151059.287500', '151059.747500', '151100.207500', '151100.667500', '151101.127500', '151101.587500', '151102.047500', '151102.507500', '151102.967500', '151103.427500', '151103.887500', '151104.347500', '151104.807500', '151105.267500', '151105.727500', '151106.187500', '151106.647500', '151107.107500', '151107.567500', '151108.027500', '151108.487500', '151108.947500', '151109.407500', '151109.867500', '151110.327500', '151110.787500', '151111.247500', '151111.707500', '151112.167500', '151112.627500', '151113.087500', '151113.547500', '151114.007500', '151114.467500', '151114.927500', '151115.387500', '151115.847500', '151116.307500', '151116.767500', '151117.227500', '151117.687500', '151118.147500', '151118.607500', '151119.067500', '151119.527500', '151119.987500', '151120.447500', '151120.907500', '151121.367500', '151121.827500', '151122.287500', '151122.747500', '151123.207500', '151123.667500', '151124.127500', '151124.587500', '151125.047500', '151125.507500', '151125.967500', '151126.427500', '151126.887500', '151127.347500', '151127.807500', '151128.267500', '151128.727500', '151129.187500', '151129.647500', '151130.107500', '151130.567500', '151131.027500', '151131.487500', '151131.947500', '151132.407500', '151132.867500', '151133.327500', '151133.787500', '151134.247500', '151134.707500', '151135.167500', '151135.627500', '151136.087500', '151136.547500', '151137.007500', '151137.467500', '151137.927500', '151138.387500', '151138.847500', '151139.307500', '151139.767500', '151140.227500', '151140.687500', '151141.147500', '151141.607500', '151142.067500', '151142.527500', '151142.987500', '151143.447500', '151143.907500', '151144.367500', '151144.827500', '151145.287500', '151145.747500', '151146.207500', '151146.667500', '151147.127500', '151147.587500', '151148.047500', '151148.507500', '151148.967500', '151149.427500', '151149.887500', '151150.347500', '151150.807500', '151151.267500', '151151.727500', '151152.187500', '151152.647500', '151153.107500', '151153.567500', '151154.027500', '151154.487500', '151154.947500', '151155.407500', '151155.867500', '151156.327500', '151156.787500', '151157.247500', '151157.707500', '151158.167500', '151158.627500', '151159.087500', '151159.547500', '151200.007500', '151200.467500', '151200.927500', '151201.387500', '151201.847500', '151202.307500', '151202.767500', '151203.227500', '151203.687500', '151204.147500', '151204.607500', '151205.067500', '151205.527500', '151205.987500', '151206.447500', '151206.907500', '151207.367500', '151207.827500', '151208.287500', '151208.747500', '151209.207500', '151209.667500', '151210.127500', '151210.587500', '151211.047500', '151211.507500', '151211.967500', '151212.427500', '151212.887500', '151213.347500', '151213.807500', '151214.267500', '151214.727500', '151215.187500', '151215.647500', '151216.107500', '151216.567500', '151217.027500', '151217.487500', '151217.947500', '151218.407500', '151218.867500', '151219.327500', '151219.787500', '151220.247500', '151220.707500', '151221.167500', '151221.627500', '151222.087500', '151222.547500', '151223.007500', '151223.467500', '151223.927500', '151224.387500', '151224.847500', '151225.307500', '151225.767500', '151226.227500', '151226.687500', '151227.147500', '151227.607500', '151228.067500', '151228.527500', '151228.987500', '151229.447500', '151229.907500', '151230.367500', '151230.827500', '151231.287500', '151231.747500', '151232.207500', '151232.667500', '151233.127500', '151233.587500', '151234.047500', '151234.507500', '151234.967500', '151235.427500', '151235.887500', '151236.347500', '151236.807500', '151237.267500', '151237.727500', '151238.187500', '151238.647500', '151239.107500', '151239.567500', '151240.027500', '151240.487500', '151240.947500', '151241.407500', '151241.867500', '151242.327500', '151242.787500', '151243.247500', '151243.707500', '151244.167500', '151244.627500', '151245.087500', '151245.547500', '151246.007500', '151246.467500', '151246.927500', '151247.387500', '151247.847500', '151248.307500', '151248.767500', '151249.227500', '151249.687500', '151250.147500', '151250.607500', '151251.067500', '151251.527500', '151251.987500', '151252.447500', '151252.907500', '151253.367500', '151253.827500', '151254.287500', '151254.747500', '151255.207500', '151255.667500', '151256.127500', '151256.587500', '151257.047500', '151257.507500', '151257.967500', '151258.427500', '151258.887500', '151259.347500', '151259.807500', '151300.267500', '151300.727500', '151301.187500', '151301.647500', '151302.107500', '151302.567500', '151303.027500', '151303.487500', '151303.947500', '151304.407500', '151304.867500', '151305.327500', '151305.787500', '151306.247500', '151306.707500', '151307.167500', '151307.627500', '151308.087500', '151308.547500', '151309.007500', '151309.467500', '151309.927500', '151310.387500', '151310.847500', '151311.307500', '151311.767500', '151312.227500', '151312.687500', '151313.147500', '151313.607500', '151314.067500', '151314.527500', '151314.987500', '151315.447500', '151315.907500', '151316.367500', '151316.827500', '151317.287500', '151317.747500', '151318.207500', '151318.667500', '151319.127500', '151319.587500', '151320.047500', '151320.507500', '151320.967500', '151321.427500', '151321.887500', '151322.347500', '151322.807500', '151323.267500', '151323.727500', '151324.187500', '151324.647500', '151325.107500', '151325.567500', '151326.027500', '151326.487500', '151326.947500', '151327.407500', '151327.867500'], 'ContentTime': ['150644.595000', '150644.598000', '150644.601000', '150644.604000', '150644.606000', '150644.609000', '150644.611000', '150644.614000', '150644.617000', '150644.619000', '150644.622000', '150644.625000', '150644.627000', '150644.630000', '150644.632000', '150644.643000', '150644.645000', '150644.648000', '150644.650000', '150644.653000', '150644.656000', '150644.658000', '150644.661000', '150644.663000', '150644.666000', '150644.668000', '150644.671000', '150644.674000', '150644.676000', '150644.679000', '150644.681000', '150644.684000', '150644.686000', '150644.689000', '150704.572000', '150704.575000', '150704.577000', '150704.580000', '150704.582000', '150704.585000', '150704.587000', '150704.607000', '150704.609000', '150704.612000', '150704.615000', '150704.617000', '150704.620000', '150704.622000', '150704.625000', '150704.627000', '150704.630000', '150704.633000', '150704.635000', '150704.638000', '150704.640000', '150704.650000', '150704.653000', '150704.655000', '150704.658000', '150704.661000', '150704.663000', '150704.666000', '150704.669000', '150704.671000', '150704.674000', '150704.676000', '150704.679000', '150704.682000', '150704.684000', '150704.687000', '150704.689000', '150704.692000', '150704.694000', '150704.697000', '150704.700000', '150704.702000', '150704.705000', '150704.707000', '150724.571000', '150724.574000', '150724.577000', '150724.579000', '150724.582000', '150724.585000', '150724.587000', '150724.590000', '150724.592000', '150724.595000', '150724.597000', '150724.600000', '150724.603000', '150724.605000', '150724.608000', '150724.610000', '150724.613000', '150724.616000', '150724.618000', '150724.621000', '150724.623000', '150724.626000', '150724.629000', '150724.631000', '150724.641000', '150724.643000', '150724.646000', '150724.648000', '150724.651000', '150724.654000', '150724.656000', '150724.659000', '150724.662000', '150724.664000', '150724.667000', '150724.669000', '150724.672000', '150724.674000', '150724.677000', '150724.680000', '150724.682000', '150724.685000', '150724.687000', '150744.572000', '150744.575000', '150744.578000', '150744.580000', '150744.583000', '150744.586000', '150744.588000', '150744.591000', '150744.593000', '150744.596000', '150744.598000', '150744.601000', '150744.604000', '150744.606000', '150744.609000', '150744.611000', '150744.614000', '150744.617000', '150744.619000', '150744.622000', '150744.625000', '150744.627000', '150744.630000', '150744.632000', '150744.635000', '150744.638000', '150744.640000', '150744.643000', '150744.645000', '150744.648000', '150744.651000', '150744.653000', '150744.656000', '150744.658000', '150744.661000', '150744.664000', '150744.666000', '150744.669000', '150744.671000', '150744.674000', '150744.677000', '150744.679000', '150744.682000', '150744.684000', '150804.573000', '150804.575000', '150804.578000', '150804.581000', '150804.583000', '150804.586000', '150804.588000', '150804.591000', '150804.593000', '150804.596000', '150804.599000', '150804.601000', '150804.604000', '150804.606000', '150804.609000', '150804.611000', '150804.614000', '150804.617000', '150804.619000', '150804.622000', '150804.625000', '150804.627000', '150804.630000', '150804.632000', '150804.635000', '150804.638000', '150804.640000', '150804.643000', '150804.645000', '150804.648000', '150804.650000', '150804.653000', '150804.656000', '150804.658000', '150804.661000', '150804.663000', '150804.666000', '150804.668000', '150804.671000', '150804.674000', '150804.676000', '150804.679000', '150804.681000', '150824.572000', '150824.575000', '150824.578000', '150824.580000', '150824.583000', '150824.586000', '150824.588000', '150824.591000', '150824.593000', '150824.596000', '150824.599000', '150824.601000', '150824.604000', '150824.607000', '150824.609000', '150824.612000', '150824.615000', '150824.617000', '150824.620000', '150824.622000', '150824.625000', '150824.628000', '150824.630000', '150824.633000', '150824.636000', '150824.638000', '150824.641000', '150824.643000', '150824.646000', '150824.649000', '150824.652000', '150824.654000', '150824.657000', '150824.660000', '150824.663000', '150824.665000', '150824.668000', '150824.671000', '150824.673000', '150824.676000', '150824.678000', '150824.681000', '150824.684000', '150824.686000', '150844.572000', '150844.574000', '150844.595000', '150844.598000', '150844.601000', '150844.603000', '150844.606000', '150844.608000', '150844.611000', '150844.614000', '150844.616000', '150844.619000', '150844.621000', '150844.624000', '150844.626000', '150844.629000', '150844.632000', '150844.634000', '150844.637000', '150844.639000', '150844.642000', '150844.645000', '150844.647000', '150844.650000', '150844.652000', '150844.655000', '150844.658000', '150844.660000', '150844.663000', '150844.665000', '150844.668000', '150844.671000', '150844.673000', '150844.676000', '150844.678000', '150844.681000', '150844.683000', '150844.686000', '150844.689000', '150844.691000', '150844.694000', '150844.696000', '150844.699000', '150904.572000', '150904.574000', '150904.577000', '150904.580000', '150904.582000', '150904.585000', '150904.588000', '150904.590000', '150904.593000', '150904.595000', '150904.598000', '150904.601000', '150904.603000', '150904.606000', '150904.608000', '150904.611000', '150904.614000', '150904.616000', '150904.619000', '150904.621000', '150904.624000', '150904.626000', '150904.629000', '150904.632000', '150904.634000', '150904.637000', '150904.639000', '150904.642000', '150904.645000', '150904.647000', '150904.650000', '150904.652000', '150904.655000', '150904.657000', '150904.660000', '150904.663000', '150904.665000', '150904.668000', '150904.671000', '150904.673000', '150904.676000', '150904.678000', '150904.681000', '150904.684000', '150924.572000', '150924.580000', '150924.583000', '150924.586000', '150924.588000', '150924.591000', '150924.593000', '150924.596000', '150924.599000', '150924.601000', '150924.604000', '150924.607000', '150924.609000', '150924.612000', '150924.614000', '150924.617000', '150924.620000', '150924.622000', '150924.625000', '150924.627000', '150924.630000', '150924.633000', '150924.635000', '150924.638000', '150924.641000', '150924.643000', '150924.646000', '150924.648000', '150924.651000', '150924.654000', '150924.656000', '150924.659000', '150924.661000', '150924.664000', '150924.667000', '150924.670000', '150924.672000', '150924.675000', '150924.678000', '150924.680000', '150924.683000', '150924.685000', '150924.688000', '150944.571000', '150944.574000', '150944.577000', '150944.579000', '150944.582000', '150944.585000', '150944.587000', '150944.590000', '150944.593000', '150944.596000', '150944.599000', '150944.601000', '150944.604000', '150944.607000', '150944.609000', '150944.612000', '150944.615000', '150944.617000', '150944.620000', '150944.623000', '150944.625000', '150944.628000', '150944.631000', '150944.633000', '150944.636000', '150944.638000', '150944.641000', '150944.644000', '150944.646000', '150944.649000', '150944.652000', '150944.654000', '150944.657000', '150944.659000', '150944.662000', '150944.665000', '150944.667000', '150944.670000', '150944.672000', '150944.675000', '150944.678000', '150944.680000', '150944.683000', '151004.572000', '151004.575000', '151004.578000', '151004.581000', '151004.583000', '151004.586000', '151004.588000', '151004.591000', '151004.593000', '151004.596000', '151004.599000', '151004.601000', '151004.604000', '151004.606000', '151004.609000', '151004.612000', '151004.614000', '151004.617000', '151004.619000', '151004.622000', '151004.625000', '151004.627000', '151004.630000', '151004.632000', '151004.635000', '151004.638000', '151004.640000', '151004.643000', '151004.645000', '151004.648000', '151004.651000', '151004.653000', '151004.656000', '151004.658000', '151004.661000', '151004.664000', '151004.666000', '151004.669000', '151004.671000', '151004.674000', '151004.676000', '151004.679000', '151004.694000', '151004.697000', '151024.573000', '151024.575000', '151024.578000', '151024.581000', '151024.583000', '151024.586000', '151024.588000', '151024.591000', '151024.593000', '151024.596000', '151024.599000', '151024.601000', '151024.604000', '151024.607000', '151024.609000', '151024.612000', '151024.615000', '151024.617000', '151024.620000', '151024.622000', '151024.625000', '151024.628000', '151024.630000', '151024.633000', '151024.635000', '151024.638000', '151024.641000', '151024.646000', '151024.649000', '151024.651000', '151024.654000', '151024.657000', '151024.659000', '151024.662000', '151024.664000', '151024.667000', '151024.670000', '151024.672000', '151024.675000', '151024.678000', '151024.680000', '151024.683000', '151024.686000', '151024.689000', '151044.572000', '151044.575000', '151044.578000', '151044.580000', '151044.583000', '151044.586000', '151044.588000', '151044.591000', '151044.593000', '151044.596000', '151044.599000', '151044.601000', '151044.604000', '151044.607000', '151044.609000', '151044.612000', '151044.614000', '151044.617000', '151044.619000', '151044.622000', '151044.625000', '151044.627000', '151044.630000', '151044.632000', '151044.635000', '151044.638000', '151044.640000', '151044.643000', '151044.645000', '151044.648000', '151044.650000', '151044.653000', '151044.656000', '151044.658000', '151044.661000', '151044.663000', '151044.666000', '151044.669000', '151044.671000', '151044.674000', '151044.677000', '151044.679000', '151044.682000', '151104.571000', '151104.574000', '151104.577000', '151104.580000', '151104.582000', '151104.585000', '151104.588000', '151104.590000', '151104.593000', '151104.596000', '151104.598000', '151104.601000', '151104.603000', '151104.606000', '151104.609000', '151104.611000', '151104.614000', '151104.617000', '151104.619000', '151104.622000', '151104.624000', '151104.627000', '151104.629000', '151104.633000', '151104.636000', '151104.638000', '151104.641000', '151104.644000', '151104.646000', '151104.649000', '151104.651000', '151104.654000', '151104.657000', '151104.659000', '151104.662000', '151104.664000', '151104.667000', '151104.670000', '151104.672000', '151104.675000', '151104.678000', '151104.680000', '151104.683000', '151124.571000', '151124.574000', '151124.577000', '151124.580000', '151124.582000', '151124.585000', '151124.587000', '151124.590000', '151124.593000', '151124.595000', '151124.598000', '151124.601000', '151124.604000', '151124.606000', '151124.609000', '151124.612000', '151124.614000', '151124.617000', '151124.620000', '151124.622000', '151124.625000', '151124.627000', '151124.630000', '151124.633000', '151124.635000', '151124.638000', '151124.641000', '151124.643000', '151124.646000', '151124.649000', '151124.651000', '151124.654000', '151124.656000', '151124.659000', '151124.662000', '151124.664000', '151124.667000', '151124.669000', '151124.672000', '151124.675000', '151124.678000', '151124.680000', '151124.683000', '151124.685000', '151144.572000', '151144.574000', '151144.577000', '151144.580000', '151144.582000', '151144.585000', '151144.587000', '151144.590000', '151144.593000', '151144.605000', '151144.608000', '151144.611000', '151144.613000', '151144.616000', '151144.619000', '151144.621000', '151144.624000', '151144.626000', '151144.629000', '151144.632000', '151144.634000', '151144.637000', '151144.639000', '151144.642000', '151144.645000', '151144.647000', '151144.650000', '151144.653000', '151144.655000', '151144.658000', '151144.661000', '151144.663000', '151144.666000', '151144.668000', '151144.671000', '151144.674000', '151144.676000', '151144.679000', '151144.682000', '151144.684000', '151144.687000', '151144.689000', '151144.692000', '151204.571000', '151204.574000', '151204.577000', '151204.579000', '151204.582000', '151204.585000', '151204.587000', '151204.590000', '151204.592000', '151204.595000', '151204.598000', '151204.600000', '151204.603000', '151204.606000', '151204.608000', '151204.612000', '151204.614000', '151204.617000', '151204.620000', '151204.622000', '151204.625000', '151204.627000', '151204.630000', '151204.633000', '151204.635000', '151204.638000', '151204.641000', '151204.643000', '151204.646000', '151204.648000', '151204.651000', '151204.654000', '151204.656000', '151204.659000', '151204.661000', '151204.664000', '151204.667000', '151204.669000', '151204.672000', '151204.675000', '151204.677000', '151204.680000', '151204.682000', '151204.685000', '151224.573000', '151224.576000', '151224.578000', '151224.581000', '151224.584000', '151224.586000', '151224.589000', '151224.591000', '151224.594000', '151224.597000', '151224.599000', '151224.602000', '151224.604000', '151224.607000', '151224.610000', '151224.612000', '151224.615000', '151224.617000', '151224.620000', '151224.623000', '151224.625000', '151224.628000', '151224.630000', '151224.633000', '151224.636000', '151224.639000', '151224.641000', '151224.644000', '151224.646000', '151224.649000', '151224.652000', '151224.654000', '151224.657000', '151224.659000', '151224.662000', '151224.664000', '151224.667000', '151224.670000', '151224.673000', '151224.676000', '151224.679000', '151224.681000', '151224.684000', '151244.572000', '151244.575000', '151244.578000', '151244.581000', '151244.583000', '151244.586000', '151244.588000', '151244.591000', '151244.593000', '151244.596000', '151244.599000', '151244.601000', '151244.604000', '151244.607000', '151244.609000', '151244.612000', '151244.615000', '151244.617000', '151244.620000', '151244.622000', '151244.625000', '151244.628000', '151244.635000', '151244.638000', '151244.641000', '151244.644000', '151244.646000', '151244.649000', '151244.652000', '151244.654000', '151244.657000', '151244.660000', '151244.662000', '151244.665000', '151244.667000', '151244.670000', '151244.673000', '151244.675000', '151244.678000', '151244.680000', '151244.683000', '151244.686000', '151244.688000', '151244.691000', '151304.573000', '151304.575000', '151304.578000', '151304.581000', '151304.583000', '151304.586000', '151304.588000', '151304.591000', '151304.594000', '151304.598000', '151304.601000', '151304.603000', '151304.606000', '151304.609000', '151304.611000', '151304.614000', '151304.616000', '151304.619000', '151304.622000', '151304.624000', '151304.646000', '151304.649000', '151304.651000', '151304.654000', '151304.656000', '151304.659000', '151304.662000', '151304.664000', '151304.667000', '151304.669000', '151304.672000', '151304.675000', '151304.678000', '151304.680000', '151304.683000', '151304.685000', '151304.688000', '151304.691000', '151304.693000', '151304.696000', '151304.698000', '151304.701000', '151304.704000', '151324.572000', '151324.574000', '151324.577000', '151324.580000', '151324.582000', '151324.585000', '151324.587000', '151324.590000', '151324.593000', '151324.595000', '151324.598000', '151324.601000', '151324.603000', '151324.606000', '151324.608000', '151324.611000', '151324.614000', '151324.616000', '151324.619000', '151324.621000', '151324.624000', '151324.627000', '151324.629000', '151324.632000', '151324.635000', '151324.637000', '151324.640000', '151324.642000', '151324.645000', '151324.648000', '151324.650000', '151324.653000', '151324.655000', '151324.658000', '151324.661000', '151324.663000', '151324.666000', '151324.668000', '151324.671000', '151324.674000', '151324.676000', '151324.679000', '151324.681000', '151329.034000', '151329.037000', '151329.040000', '151329.043000', '151329.046000', '151329.049000', '151329.052000', '151329.054000', '151329.057000', '151329.060000', '151329.062000'], 'InstanceCreationTime': ['150644.595000', '150644.598000', '150644.601000', '150644.604000', '150644.606000', '150644.609000', '150644.611000', '150644.614000', '150644.617000', '150644.619000', '150644.622000', '150644.625000', '150644.627000', '150644.630000', '150644.632000', '150644.643000', '150644.645000', '150644.648000', '150644.650000', '150644.653000', '150644.656000', '150644.658000', '150644.661000', '150644.663000', '150644.666000', '150644.668000', '150644.671000', '150644.674000', '150644.676000', '150644.679000', '150644.681000', '150644.684000', '150644.686000', '150644.689000', '150704.572000', '150704.575000', '150704.577000', '150704.580000', '150704.582000', '150704.585000', '150704.587000', '150704.607000', '150704.609000', '150704.612000', '150704.615000', '150704.617000', '150704.620000', '150704.622000', '150704.625000', '150704.627000', '150704.630000', '150704.633000', '150704.635000', '150704.638000', '150704.640000', '150704.650000', '150704.653000', '150704.655000', '150704.658000', '150704.661000', '150704.663000', '150704.666000', '150704.669000', '150704.671000', '150704.674000', '150704.676000', '150704.679000', '150704.682000', '150704.684000', '150704.687000', '150704.689000', '150704.692000', '150704.694000', '150704.697000', '150704.700000', '150704.702000', '150704.705000', '150704.707000', '150724.571000', '150724.574000', '150724.577000', '150724.579000', '150724.582000', '150724.585000', '150724.587000', '150724.590000', '150724.592000', '150724.595000', '150724.597000', '150724.600000', '150724.603000', '150724.605000', '150724.608000', '150724.610000', '150724.613000', '150724.616000', '150724.618000', '150724.621000', '150724.623000', '150724.626000', '150724.629000', '150724.631000', '150724.641000', '150724.643000', '150724.646000', '150724.648000', '150724.651000', '150724.654000', '150724.656000', '150724.659000', '150724.662000', '150724.664000', '150724.667000', '150724.669000', '150724.672000', '150724.674000', '150724.677000', '150724.680000', '150724.682000', '150724.685000', '150724.687000', '150744.572000', '150744.575000', '150744.578000', '150744.580000', '150744.583000', '150744.586000', '150744.588000', '150744.591000', '150744.593000', '150744.596000', '150744.598000', '150744.601000', '150744.604000', '150744.606000', '150744.609000', '150744.611000', '150744.614000', '150744.617000', '150744.619000', '150744.622000', '150744.625000', '150744.627000', '150744.630000', '150744.632000', '150744.635000', '150744.638000', '150744.640000', '150744.643000', '150744.645000', '150744.648000', '150744.651000', '150744.653000', '150744.656000', '150744.658000', '150744.661000', '150744.664000', '150744.666000', '150744.669000', '150744.671000', '150744.674000', '150744.677000', '150744.679000', '150744.682000', '150744.684000', '150804.573000', '150804.575000', '150804.578000', '150804.581000', '150804.583000', '150804.586000', '150804.588000', '150804.591000', '150804.593000', '150804.596000', '150804.599000', '150804.601000', '150804.604000', '150804.606000', '150804.609000', '150804.611000', '150804.614000', '150804.617000', '150804.619000', '150804.622000', '150804.625000', '150804.627000', '150804.630000', '150804.632000', '150804.635000', '150804.638000', '150804.640000', '150804.643000', '150804.645000', '150804.648000', '150804.650000', '150804.653000', '150804.656000', '150804.658000', '150804.661000', '150804.663000', '150804.666000', '150804.668000', '150804.671000', '150804.674000', '150804.676000', '150804.679000', '150804.681000', '150824.572000', '150824.575000', '150824.578000', '150824.580000', '150824.583000', '150824.586000', '150824.588000', '150824.591000', '150824.593000', '150824.596000', '150824.599000', '150824.601000', '150824.604000', '150824.607000', '150824.609000', '150824.612000', '150824.615000', '150824.617000', '150824.620000', '150824.622000', '150824.625000', '150824.628000', '150824.630000', '150824.633000', '150824.636000', '150824.638000', '150824.641000', '150824.643000', '150824.646000', '150824.649000', '150824.652000', '150824.654000', '150824.657000', '150824.660000', '150824.663000', '150824.665000', '150824.668000', '150824.671000', '150824.673000', '150824.676000', '150824.678000', '150824.681000', '150824.684000', '150824.686000', '150844.572000', '150844.574000', '150844.595000', '150844.598000', '150844.601000', '150844.603000', '150844.606000', '150844.608000', '150844.611000', '150844.614000', '150844.616000', '150844.619000', '150844.621000', '150844.624000', '150844.626000', '150844.629000', '150844.632000', '150844.634000', '150844.637000', '150844.639000', '150844.642000', '150844.645000', '150844.647000', '150844.650000', '150844.652000', '150844.655000', '150844.658000', '150844.660000', '150844.663000', '150844.665000', '150844.668000', '150844.671000', '150844.673000', '150844.676000', '150844.678000', '150844.681000', '150844.683000', '150844.686000', '150844.689000', '150844.691000', '150844.694000', '150844.696000', '150844.699000', '150904.572000', '150904.574000', '150904.577000', '150904.580000', '150904.582000', '150904.585000', '150904.588000', '150904.590000', '150904.593000', '150904.595000', '150904.598000', '150904.601000', '150904.603000', '150904.606000', '150904.608000', '150904.611000', '150904.614000', '150904.616000', '150904.619000', '150904.621000', '150904.624000', '150904.626000', '150904.629000', '150904.632000', '150904.634000', '150904.637000', '150904.639000', '150904.642000', '150904.645000', '150904.647000', '150904.650000', '150904.652000', '150904.655000', '150904.657000', '150904.660000', '150904.663000', '150904.665000', '150904.668000', '150904.671000', '150904.673000', '150904.676000', '150904.678000', '150904.681000', '150904.684000', '150924.572000', '150924.580000', '150924.583000', '150924.586000', '150924.588000', '150924.591000', '150924.593000', '150924.596000', '150924.599000', '150924.601000', '150924.604000', '150924.607000', '150924.609000', '150924.612000', '150924.614000', '150924.617000', '150924.620000', '150924.622000', '150924.625000', '150924.627000', '150924.630000', '150924.633000', '150924.635000', '150924.638000', '150924.641000', '150924.643000', '150924.646000', '150924.648000', '150924.651000', '150924.654000', '150924.656000', '150924.659000', '150924.661000', '150924.664000', '150924.667000', '150924.670000', '150924.672000', '150924.675000', '150924.678000', '150924.680000', '150924.683000', '150924.685000', '150924.688000', '150944.571000', '150944.574000', '150944.577000', '150944.579000', '150944.582000', '150944.585000', '150944.587000', '150944.590000', '150944.593000', '150944.596000', '150944.599000', '150944.601000', '150944.604000', '150944.607000', '150944.609000', '150944.612000', '150944.615000', '150944.617000', '150944.620000', '150944.623000', '150944.625000', '150944.628000', '150944.631000', '150944.633000', '150944.636000', '150944.638000', '150944.641000', '150944.644000', '150944.646000', '150944.649000', '150944.652000', '150944.654000', '150944.657000', '150944.659000', '150944.662000', '150944.665000', '150944.667000', '150944.670000', '150944.672000', '150944.675000', '150944.678000', '150944.680000', '150944.683000', '151004.572000', '151004.575000', '151004.578000', '151004.581000', '151004.583000', '151004.586000', '151004.588000', '151004.591000', '151004.593000', '151004.596000', '151004.599000', '151004.601000', '151004.604000', '151004.606000', '151004.609000', '151004.612000', '151004.614000', '151004.617000', '151004.619000', '151004.622000', '151004.625000', '151004.627000', '151004.630000', '151004.632000', '151004.635000', '151004.638000', '151004.640000', '151004.643000', '151004.645000', '151004.648000', '151004.651000', '151004.653000', '151004.656000', '151004.658000', '151004.661000', '151004.664000', '151004.666000', '151004.669000', '151004.671000', '151004.674000', '151004.676000', '151004.679000', '151004.694000', '151004.697000', '151024.573000', '151024.575000', '151024.578000', '151024.581000', '151024.583000', '151024.586000', '151024.588000', '151024.591000', '151024.593000', '151024.596000', '151024.599000', '151024.601000', '151024.604000', '151024.607000', '151024.609000', '151024.612000', '151024.615000', '151024.617000', '151024.620000', '151024.622000', '151024.625000', '151024.628000', '151024.630000', '151024.633000', '151024.635000', '151024.638000', '151024.641000', '151024.646000', '151024.649000', '151024.651000', '151024.654000', '151024.657000', '151024.659000', '151024.662000', '151024.664000', '151024.667000', '151024.670000', '151024.672000', '151024.675000', '151024.678000', '151024.680000', '151024.683000', '151024.686000', '151024.689000', '151044.572000', '151044.575000', '151044.578000', '151044.580000', '151044.583000', '151044.586000', '151044.588000', '151044.591000', '151044.593000', '151044.596000', '151044.599000', '151044.601000', '151044.604000', '151044.607000', '151044.609000', '151044.612000', '151044.614000', '151044.617000', '151044.619000', '151044.622000', '151044.625000', '151044.627000', '151044.630000', '151044.632000', '151044.635000', '151044.638000', '151044.640000', '151044.643000', '151044.645000', '151044.648000', '151044.650000', '151044.653000', '151044.656000', '151044.658000', '151044.661000', '151044.663000', '151044.666000', '151044.669000', '151044.671000', '151044.674000', '151044.677000', '151044.679000', '151044.682000', '151104.571000', '151104.574000', '151104.577000', '151104.580000', '151104.582000', '151104.585000', '151104.588000', '151104.590000', '151104.593000', '151104.596000', '151104.598000', '151104.601000', '151104.603000', '151104.606000', '151104.609000', '151104.611000', '151104.614000', '151104.617000', '151104.619000', '151104.622000', '151104.624000', '151104.627000', '151104.629000', '151104.633000', '151104.636000', '151104.638000', '151104.641000', '151104.644000', '151104.646000', '151104.649000', '151104.651000', '151104.654000', '151104.657000', '151104.659000', '151104.662000', '151104.664000', '151104.667000', '151104.670000', '151104.672000', '151104.675000', '151104.678000', '151104.680000', '151104.683000', '151124.571000', '151124.574000', '151124.577000', '151124.580000', '151124.582000', '151124.585000', '151124.587000', '151124.590000', '151124.593000', '151124.595000', '151124.598000', '151124.601000', '151124.604000', '151124.606000', '151124.609000', '151124.612000', '151124.614000', '151124.617000', '151124.620000', '151124.622000', '151124.625000', '151124.627000', '151124.630000', '151124.633000', '151124.635000', '151124.638000', '151124.641000', '151124.643000', '151124.646000', '151124.649000', '151124.651000', '151124.654000', '151124.656000', '151124.659000', '151124.662000', '151124.664000', '151124.667000', '151124.669000', '151124.672000', '151124.675000', '151124.678000', '151124.680000', '151124.683000', '151124.685000', '151144.572000', '151144.574000', '151144.577000', '151144.580000', '151144.582000', '151144.585000', '151144.587000', '151144.590000', '151144.593000', '151144.605000', '151144.608000', '151144.611000', '151144.613000', '151144.616000', '151144.619000', '151144.621000', '151144.624000', '151144.626000', '151144.629000', '151144.632000', '151144.634000', '151144.637000', '151144.639000', '151144.642000', '151144.645000', '151144.647000', '151144.650000', '151144.653000', '151144.655000', '151144.658000', '151144.661000', '151144.663000', '151144.666000', '151144.668000', '151144.671000', '151144.674000', '151144.676000', '151144.679000', '151144.682000', '151144.684000', '151144.687000', '151144.689000', '151144.692000', '151204.571000', '151204.574000', '151204.577000', '151204.579000', '151204.582000', '151204.585000', '151204.587000', '151204.590000', '151204.592000', '151204.595000', '151204.598000', '151204.600000', '151204.603000', '151204.606000', '151204.608000', '151204.612000', '151204.614000', '151204.617000', '151204.620000', '151204.622000', '151204.625000', '151204.627000', '151204.630000', '151204.633000', '151204.635000', '151204.638000', '151204.641000', '151204.643000', '151204.646000', '151204.648000', '151204.651000', '151204.654000', '151204.656000', '151204.659000', '151204.661000', '151204.664000', '151204.667000', '151204.669000', '151204.672000', '151204.675000', '151204.677000', '151204.680000', '151204.682000', '151204.685000', '151224.573000', '151224.576000', '151224.578000', '151224.581000', '151224.584000', '151224.586000', '151224.589000', '151224.591000', '151224.594000', '151224.597000', '151224.599000', '151224.602000', '151224.604000', '151224.607000', '151224.610000', '151224.612000', '151224.615000', '151224.617000', '151224.620000', '151224.623000', '151224.625000', '151224.628000', '151224.630000', '151224.633000', '151224.636000', '151224.639000', '151224.641000', '151224.644000', '151224.646000', '151224.649000', '151224.652000', '151224.654000', '151224.657000', '151224.659000', '151224.662000', '151224.664000', '151224.667000', '151224.670000', '151224.673000', '151224.676000', '151224.679000', '151224.681000', '151224.684000', '151244.572000', '151244.575000', '151244.578000', '151244.581000', '151244.583000', '151244.586000', '151244.588000', '151244.591000', '151244.593000', '151244.596000', '151244.599000', '151244.601000', '151244.604000', '151244.607000', '151244.609000', '151244.612000', '151244.615000', '151244.617000', '151244.620000', '151244.622000', '151244.625000', '151244.628000', '151244.635000', '151244.638000', '151244.641000', '151244.644000', '151244.646000', '151244.649000', '151244.652000', '151244.654000', '151244.657000', '151244.660000', '151244.662000', '151244.665000', '151244.667000', '151244.670000', '151244.673000', '151244.675000', '151244.678000', '151244.680000', '151244.683000', '151244.686000', '151244.688000', '151244.691000', '151304.573000', '151304.575000', '151304.578000', '151304.581000', '151304.583000', '151304.586000', '151304.588000', '151304.591000', '151304.594000', '151304.598000', '151304.601000', '151304.603000', '151304.606000', '151304.609000', '151304.611000', '151304.614000', '151304.616000', '151304.619000', '151304.622000', '151304.624000', '151304.646000', '151304.649000', '151304.651000', '151304.654000', '151304.656000', '151304.659000', '151304.662000', '151304.664000', '151304.667000', '151304.669000', '151304.672000', '151304.675000', '151304.678000', '151304.680000', '151304.683000', '151304.685000', '151304.688000', '151304.691000', '151304.693000', '151304.696000', '151304.698000', '151304.701000', '151304.704000', '151324.572000', '151324.574000', '151324.577000', '151324.580000', '151324.582000', '151324.585000', '151324.587000', '151324.590000', '151324.593000', '151324.595000', '151324.598000', '151324.601000', '151324.603000', '151324.606000', '151324.608000', '151324.611000', '151324.614000', '151324.616000', '151324.619000', '151324.621000', '151324.624000', '151324.627000', '151324.629000', '151324.632000', '151324.635000', '151324.637000', '151324.640000', '151324.642000', '151324.645000', '151324.648000', '151324.650000', '151324.653000', '151324.655000', '151324.658000', '151324.661000', '151324.663000', '151324.666000', '151324.668000', '151324.671000', '151324.674000', '151324.676000', '151324.679000', '151324.681000', '151329.034000', '151329.037000', '151329.040000', '151329.043000', '151329.046000', '151329.049000', '151329.052000', '151329.054000', '151329.057000', '151329.060000', '151329.062000'], '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': [11200, 7431, 12317, 7376, 11766, 7602, 11601, 7505, 10952, 7843, 12598, 7471, 11684, 8387, 11179, 7828, 11209, 7670, 11445, 7749, 11380, 7659, 12475, 7498, 12114, 7518, 11074, 7639, 11949, 7711, 11743, 7463, 11693, 7968, 10830, 9068, 8291, 12136, 8019, 9569, 8191, 11985, 7909, 11766, 7520, 12210, 7564, 11728, 7608, 12567, 7835, 9912, 7578, 9253, 8395, 7658, 11901, 7711, 12027, 7616, 9386, 8161, 9140, 10922, 8653, 7773, 10658, 8051, 11804, 7765, 12016, 7735, 12039, 7518, 11718, 7271, 12096, 7445, 12877, 8034, 10673, 7661, 9779, 8290, 9050, 11660, 7852, 12129, 7444, 12529, 7474, 12456, 8641, 11452, 10317, 8655, 11987, 8411, 11788, 7902, 11707, 7587, 11350, 7381, 11257, 7685, 11014, 8033, 11859, 7551, 11069, 7279, 11880, 7634, 10189, 9343, 8567, 11938, 8179, 11712, 7578, 12000, 7502, 11656, 7307, 12452, 7407, 12847, 9058, 12117, 7482, 10838, 8157, 9746, 8324, 7897, 11531, 7589, 12032, 7294, 11908, 7591, 11914, 10410, 8419, 9312, 9480, 9062, 11546, 9674, 7954, 11928, 7593, 11254, 7713, 11398, 7854, 12316, 7173, 11986, 7245, 12480, 7439, 12421, 7499, 11152, 7103, 9840, 7977, 10742, 8115, 10533, 12218, 7706, 11317, 7699, 11958, 7590, 10972, 7872, 12188, 7208, 11810, 7146, 12772, 8478, 13162, 8777, 12580, 7367, 11750, 7427, 12686, 7556, 11675, 7760, 9023, 8209, 8964, 8947, 8846, 10249, 8141, 11168, 7457, 11203, 7753, 10789, 7664, 11853, 7409, 11651, 7259, 12550, 7686, 12887, 8801, 10703, 8301, 8927, 8832, 7855, 11687, 7780, 11278, 7529, 11426, 7731, 11892, 7299, 11707, 7329, 12311, 7416, 12906, 8774, 12408, 7197, 12120, 7187, 11738, 7315, 11656, 7736, 9679, 7778, 9961, 8321, 9925, 8656, 9481, 8873, 12393, 8174, 12260, 8769, 10859, 8389, 11538, 7726, 12350, 7889, 11215, 7632, 10945, 7394, 12064, 7401, 9722, 7769, 9558, 8474, 9857, 8391, 12176, 8720, 10349, 8318, 9487, 8342, 12754, 7902, 12028, 8269, 10763, 7387, 10978, 7468, 11001, 8635, 8662, 8971, 8702, 8982, 9502, 8624, 10827, 8611, 9057, 8732, 9271, 8788, 9198, 10460, 8774, 11807, 8555, 9418, 8906, 9943, 8308, 12023, 7789, 11992, 7511, 11507, 7732, 12530, 7582, 12431, 7280, 12106, 7514, 13044, 8508, 12616, 7329, 12172, 7477, 12640, 8281, 12531, 7259, 12083, 7354, 12329, 7446, 11635, 7398, 9416, 10101, 9295, 8802, 9312, 10371, 9017, 11915, 7808, 11990, 7880, 12251, 7825, 11909, 7591, 12723, 8143, 9586, 8919, 9131, 8832, 9224, 9789, 8974, 13103, 7940, 12950, 7657, 12235, 7259, 11762, 7265, 12374, 7413, 9786, 12111, 9188, 8917, 9218, 9120, 12125, 9663, 9903, 8973, 12569, 8264, 12524, 7403, 12506, 8484, 11828, 7293, 10417, 7235, 11035, 7464, 10202, 8559, 9865, 8721, 9813, 8693, 10114, 9676, 9116, 9057, 9370, 9011, 12041, 8035, 9394, 8653, 9869, 8384, 10340, 8731, 9853, 10383, 9776, 9150, 10433, 9057, 13338, 7836, 12621, 7898, 12624, 7405, 12238, 7649, 12026, 7426, 12700, 7251, 11875, 7906, 12853, 8231, 12001, 7952, 13133, 7522, 12679, 7502, 12040, 8123, 12787, 7557, 12371, 7560, 12116, 8664, 12109, 7202, 10855, 7230, 12469, 8104, 10601, 8726, 10396, 8570, 9642, 8736, 10115, 12038, 8669, 12536, 8122, 12870, 8076, 11788, 7849, 12716, 7588, 12987, 7556, 11704, 8231, 12245, 7697, 12447, 7837, 12048, 7773, 12259, 7518, 12437, 7248, 12672, 7524, 12322, 7788, 12222, 7334, 12452, 7354, 12184, 7972, 12458, 7404, 12353, 7199, 12576, 7248, 12701, 8548, 9753, 8124, 9782, 8878, 9961, 9033, 9245, 11863, 9176, 9236, 9703, 9157, 9741, 9317, 9427, 9153, 9425, 9992, 8764, 12170, 8220, 12612, 7908, 12882, 8344, 12118, 8187, 12626, 7580, 12746, 7808, 11842, 8086, 12369, 7673, 12711, 7535, 12522, 7635, 12582, 8516, 12813, 7327, 12209, 7611, 11795, 8067, 12822, 7572, 11340, 7257, 11102, 7359, 10979, 7909, 10798, 8357, 10710, 7919, 12655, 8907, 12130, 7273, 12469, 7541, 12008, 8355, 11899, 7441, 12649, 7787, 12364, 8354, 12347, 8305, 12552, 8191, 13339, 8487, 12047, 8180, 12230, 8207, 13016, 8394, 12375, 8349, 12621, 8301, 12131, 8301, 12439, 8435, 12432, 8062, 12934, 7730, 12028, 8110, 11912, 8132, 12837, 7674, 12439, 7875, 11767, 8176, 12528, 7893, 12720, 7607, 12504, 7608, 12582, 7823, 10388, 8454, 10304, 8430, 10455, 9656, 8630, 11864, 8582, 9370, 9188, 9002, 8715, 12095, 8535, 10500, 8719, 9448, 10007, 8999, 9656, 10863, 9745, 11204, 9803, 12478, 9296, 11998, 8566, 12982, 8742, 10120, 10595, 9592, 9328, 9371, 9600, 9419, 9690, 9154, 9133, 12795, 9156, 10518, 9393, 9385, 9190, 11447, 9035, 9341, 9969, 9319, 12319, 7926, 11268, 8522, 10450, 8079, 10720, 8163, 11152, 8238, 10103, 8839, 10037, 9284, 10659, 8952, 11654, 9126, 11340, 8044, 11841, 7334, 12700, 8520, 12136, 7215, 12013, 7260, 12538, 7510, 12303, 7385, 10754, 7812, 10782, 8016, 10149, 12389, 9698, 13250, 9140, 11772, 9373, 11014, 8761, 11902, 9190, 9444, 9318, 9288, 10209, 9203, 9132, 9342, 9589, 9381, 10152, 8867, 9399, 11680, 8932, 10231, 8917, 9518, 8977, 12919, 8799, 13261, 8809, 13339, 8608, 12252, 8160, 12811, 7839, 12642, 7985, 12995, 9100, 12561, 7384, 12365, 7426, 12534, 7635, 12465, 7496, 12217, 7336, 11867, 7568, 12530, 8335, 10760, 8257, 10076, 8530, 11508, 7981, 11404, 9031, 10991, 8162, 11375, 7689, 11635, 8742, 10692, 8518, 10155, 8618, 10881, 8216, 10152, 9655, 9054, 12088, 9245, 9411, 9752, 12300, 9436, 10668, 9580, 9447, 9857, 9125, 9401, 9180, 9750, 9309, 9712, 9058, 8883, 13154, 9022, 12450, 8445, 12325, 8250, 12742, 8038, 12735, 7701, 12540, 7998, 12211, 8372, 12819, 7696, 12847, 7915, 12103, 8137, 11959, 8041, 12696, 7911, 11649, 7665, 11264, 7665, 12629, 8665, 11502, 7355, 12281, 7278, 12578, 8871, 11635, 7485, 10957, 7315, 12188, 7243, 11747, 8086, 10021, 7908, 10071, 8569, 10044, 10056, 8975, 12587, 9107, 12298, 9243, 13205, 8531, 12373, 7645, 12120, 7461, 12210, 8002, 12542, 8483, 11771, 7540, 10851, 7359, 11611, 8372, 9482, 8571, 9931, 8681, 10909, 8141, 10149, 12212, 9149, 13025, 8938, 10438, 9135, 10480, 9196, 12953, 8983, 12578, 8741, 12297, 8598, 12175, 7982, 12368, 7695, 12554, 8143, 12030, 7871, 12456, 7798, 12397, 7638, 11796, 7738, 10611], 'WindowCenter': [4054.0, 3988.0, 4036.0, 3974.0, 4035.0, 3984.0, 4023.0, 3974.0, 4012.0, 3982.0, 4032.0, 3960.0, 4021.0, 3969.0, 4000.0, 3958.0, 4009.0, 3958.0, 4009.0, 3970.0, 4020.0, 3958.0, 4020.0, 3959.0, 4021.0, 3960.0, 4022.0, 3971.0, 4021.0, 3973.0, 4021.0, 3961.0, 4022.0, 3982.0, 4009.0, 3991.0, 3979.0, 4020.0, 3970.0, 4002.0, 3980.0, 4021.0, 3969.0, 4011.0, 3959.0, 4020.0, 3970.0, 4021.0, 3971.0, 4020.0, 3970.0, 3989.0, 3970.0, 3990.0, 3981.0, 3969.0, 4021.0, 3969.0, 4022.0, 3969.0, 3990.0, 3967.0, 3989.0, 3998.0, 3978.0, 3957.0, 4000.0, 3967.0, 4020.0, 3958.0, 4020.0, 3969.0, 4020.0, 3959.0, 4020.0, 3960.0, 4021.0, 3972.0, 4032.0, 3982.0, 4010.0, 3971.0, 4000.0, 3981.0, 3990.0, 4023.0, 3970.0, 4033.0, 3971.0, 4032.0, 3973.0, 4033.0, 3993.0, 4022.0, 4012.0, 3991.0, 4023.0, 3981.0, 4034.0, 3981.0, 4023.0, 3971.0, 4022.0, 3971.0, 4022.0, 3971.0, 4012.0, 3970.0, 4021.0, 3958.0, 4010.0, 3960.0, 4021.0, 3971.0, 4000.0, 3991.0, 3980.0, 4022.0, 3981.0, 4033.0, 3971.0, 4022.0, 3971.0, 4022.0, 3972.0, 4032.0, 3972.0, 4032.0, 3992.0, 4021.0, 3960.0, 4010.0, 3981.0, 4001.0, 3982.0, 3980.0, 4022.0, 3971.0, 4032.0, 3972.0, 4033.0, 3983.0, 4022.0, 4014.0, 3982.0, 4004.0, 4001.0, 3993.0, 4021.0, 4001.0, 3970.0, 4021.0, 3970.0, 4011.0, 3971.0, 4023.0, 3980.0, 4021.0, 3960.0, 4020.0, 3960.0, 4021.0, 3972.0, 4021.0, 3960.0, 4011.0, 3961.0, 4001.0, 3982.0, 4012.0, 3983.0, 4012.0, 4033.0, 3971.0, 4022.0, 3971.0, 4034.0, 3971.0, 4011.0, 3970.0, 4021.0, 3960.0, 4021.0, 3960.0, 4032.0, 3981.0, 4031.0, 3981.0, 4020.0, 3959.0, 4009.0, 3959.0, 4030.0, 3970.0, 4009.0, 3970.0, 3989.0, 3981.0, 3990.0, 4002.0, 3991.0, 4012.0, 3980.0, 4022.0, 3960.0, 4021.0, 3971.0, 4011.0, 3970.0, 4021.0, 3971.0, 4021.0, 3971.0, 4032.0, 3972.0, 4032.0, 3992.0, 4011.0, 3981.0, 3991.0, 3992.0, 3970.0, 4022.0, 3970.0, 4023.0, 3970.0, 4022.0, 3970.0, 4021.0, 3960.0, 4020.0, 3960.0, 4021.0, 3971.0, 4032.0, 3980.0, 4020.0, 3960.0, 4019.0, 3960.0, 4020.0, 3971.0, 4010.0, 3970.0, 4000.0, 3971.0, 4000.0, 3993.0, 4001.0, 3993.0, 4002.0, 4003.0, 4032.0, 3993.0, 4022.0, 3992.0, 4011.0, 3981.0, 4010.0, 3971.0, 4020.0, 3970.0, 4010.0, 3970.0, 4009.0, 3960.0, 4020.0, 3970.0, 3989.0, 3970.0, 4000.0, 3981.0, 4000.0, 3992.0, 4020.0, 3992.0, 4000.0, 3981.0, 3990.0, 3981.0, 4031.0, 3970.0, 4020.0, 3981.0, 4009.0, 3959.0, 4009.0, 3971.0, 4010.0, 3980.0, 3979.0, 3991.0, 3990.0, 3992.0, 4000.0, 3991.0, 4010.0, 3980.0, 3989.0, 3980.0, 3989.0, 3991.0, 3989.0, 4010.0, 3978.0, 4022.0, 3980.0, 4002.0, 3991.0, 4001.0, 3978.0, 4020.0, 3969.0, 4022.0, 3971.0, 4022.0, 3969.0, 4032.0, 3970.0, 4021.0, 3960.0, 4021.0, 3971.0, 4031.0, 3980.0, 4020.0, 3959.0, 4020.0, 3960.0, 4020.0, 3978.0, 4020.0, 3959.0, 4020.0, 3959.0, 4020.0, 3960.0, 4010.0, 3959.0, 3989.0, 4011.0, 3989.0, 3991.0, 4002.0, 4012.0, 3990.0, 4022.0, 3971.0, 4022.0, 3981.0, 4034.0, 3969.0, 4022.0, 3959.0, 4031.0, 3969.0, 4001.0, 3978.0, 3989.0, 3977.0, 3991.0, 3989.0, 3989.0, 4020.0, 3968.0, 4019.0, 3969.0, 4008.0, 3958.0, 4008.0, 3959.0, 4019.0, 3959.0, 4000.0, 4032.0, 4000.0, 3993.0, 4001.0, 4003.0, 4022.0, 4002.0, 4000.0, 3990.0, 4020.0, 3979.0, 4020.0, 3959.0, 4019.0, 3979.0, 4009.0, 3959.0, 3998.0, 3969.0, 4010.0, 3970.0, 4011.0, 3991.0, 4000.0, 3992.0, 4001.0, 3992.0, 4000.0, 4001.0, 3978.0, 3989.0, 3988.0, 3990.0, 4020.0, 3969.0, 3988.0, 3978.0, 3998.0, 3980.0, 4010.0, 3993.0, 4001.0, 4013.0, 4011.0, 4003.0, 4012.0, 4003.0, 4044.0, 3972.0, 4021.0, 3971.0, 4021.0, 3959.0, 4020.0, 3970.0, 4021.0, 3959.0, 4021.0, 3959.0, 4021.0, 3969.0, 4032.0, 3978.0, 4019.0, 3969.0, 4030.0, 3970.0, 4031.0, 3971.0, 4032.0, 3981.0, 4032.0, 3970.0, 4031.0, 3972.0, 4022.0, 3990.0, 4021.0, 3971.0, 4011.0, 3971.0, 4022.0, 3981.0, 4010.0, 3991.0, 3999.0, 3991.0, 3988.0, 3991.0, 3998.0, 4021.0, 3979.0, 4020.0, 3969.0, 4032.0, 3979.0, 4021.0, 3969.0, 4031.0, 3969.0, 4030.0, 3970.0, 4021.0, 3980.0, 4020.0, 3969.0, 4020.0, 3968.0, 4021.0, 3970.0, 4020.0, 3958.0, 4021.0, 3960.0, 4031.0, 3970.0, 4020.0, 3970.0, 4020.0, 3959.0, 4020.0, 3971.0, 4020.0, 3981.0, 4021.0, 3971.0, 4021.0, 3961.0, 4020.0, 3971.0, 4031.0, 3980.0, 4000.0, 3981.0, 4000.0, 3991.0, 4001.0, 3992.0, 3991.0, 4023.0, 3990.0, 4002.0, 4001.0, 4001.0, 3989.0, 3989.0, 3988.0, 3990.0, 3989.0, 4001.0, 3980.0, 4021.0, 3980.0, 4032.0, 3969.0, 4032.0, 3981.0, 4021.0, 3979.0, 4021.0, 3970.0, 4030.0, 3969.0, 4021.0, 3971.0, 4020.0, 3969.0, 4032.0, 3970.0, 4031.0, 3970.0, 4021.0, 3979.0, 4020.0, 3959.0, 4019.0, 3958.0, 4008.0, 3967.0, 4018.0, 3957.0, 4009.0, 3959.0, 4020.0, 3971.0, 4021.0, 3983.0, 4022.0, 3993.0, 4012.0, 3984.0, 4033.0, 3992.0, 4022.0, 3960.0, 4020.0, 3970.0, 4021.0, 3969.0, 4010.0, 3959.0, 4020.0, 3968.0, 4020.0, 3968.0, 4020.0, 3968.0, 4019.0, 3978.0, 4031.0, 3979.0, 4021.0, 3979.0, 4021.0, 3979.0, 4032.0, 3979.0, 4032.0, 3979.0, 4021.0, 3980.0, 4020.0, 3980.0, 4022.0, 3981.0, 4020.0, 3970.0, 4032.0, 3970.0, 4021.0, 3969.0, 4021.0, 3968.0, 4019.0, 3968.0, 4020.0, 3968.0, 4020.0, 3968.0, 4020.0, 3969.0, 4020.0, 3969.0, 4020.0, 3970.0, 4020.0, 3970.0, 4011.0, 3981.0, 4010.0, 3992.0, 4011.0, 4002.0, 3979.0, 4023.0, 3980.0, 3990.0, 3990.0, 3990.0, 3978.0, 4019.0, 3979.0, 3999.0, 3979.0, 4000.0, 3999.0, 3979.0, 3987.0, 4009.0, 3988.0, 4021.0, 4000.0, 4033.0, 4002.0, 4032.0, 3992.0, 4045.0, 3991.0, 4013.0, 4010.0, 4000.0, 3989.0, 3990.0, 3988.0, 3989.0, 3989.0, 3990.0, 3989.0, 4032.0, 3990.0, 4013.0, 3989.0, 4002.0, 3989.0, 4022.0, 3979.0, 3991.0, 3999.0, 3990.0, 4019.0, 3970.0, 4008.0, 3980.0, 3999.0, 3969.0, 4008.0, 3980.0, 4011.0, 3981.0, 4001.0, 3991.0, 4000.0, 4002.0, 4011.0, 3991.0, 4010.0, 3991.0, 4010.0, 3969.0, 4020.0, 3960.0, 4020.0, 3979.0, 4020.0, 3959.0, 4018.0, 3959.0, 4019.0, 3959.0, 4019.0, 3959.0, 4009.0, 3970.0, 4010.0, 3981.0, 4010.0, 4033.0, 4001.0, 4043.0, 4002.0, 4033.0, 4003.0, 4024.0, 3991.0, 4023.0, 3989.0, 4001.0, 3990.0, 3990.0, 3999.0, 3989.0, 3989.0, 3989.0, 3988.0, 3991.0, 3999.0, 3989.0, 3987.0, 4020.0, 3978.0, 4000.0, 3989.0, 4000.0, 3978.0, 4021.0, 3978.0, 4030.0, 3988.0, 4031.0, 3979.0, 4021.0, 3980.0, 4030.0, 3970.0, 4030.0, 3980.0, 4032.0, 3990.0, 4020.0, 3959.0, 4020.0, 3959.0, 4019.0, 3970.0, 4018.0, 3959.0, 4008.0, 3958.0, 4018.0, 3970.0, 4030.0, 3981.0, 4010.0, 3982.0, 3999.0, 3991.0, 4010.0, 3981.0, 4009.0, 3991.0, 4010.0, 3979.0, 4009.0, 3969.0, 4011.0, 3981.0, 3998.0, 3979.0, 3998.0, 3990.0, 4009.0, 3980.0, 3999.0, 4000.0, 3989.0, 4021.0, 3989.0, 4001.0, 4000.0, 4021.0, 3990.0, 4013.0, 4002.0, 4002.0, 4000.0, 4001.0, 3990.0, 3990.0, 3989.0, 4001.0, 4000.0, 3991.0, 3989.0, 4031.0, 3990.0, 4031.0, 3992.0, 4032.0, 3981.0, 4032.0, 3982.0, 4031.0, 3970.0, 4020.0, 3981.0, 4020.0, 3980.0, 4021.0, 3971.0, 4019.0, 3968.0, 4020.0, 3969.0, 4009.0, 3967.0, 4020.0, 3968.0, 4009.0, 3970.0, 4011.0, 3972.0, 4031.0, 3991.0, 4012.0, 3960.0, 4020.0, 3970.0, 4020.0, 3991.0, 4009.0, 3958.0, 4010.0, 3959.0, 4020.0, 3961.0, 4008.0, 3969.0, 4000.0, 3979.0, 4001.0, 3991.0, 3999.0, 4000.0, 3989.0, 4033.0, 3989.0, 4022.0, 3990.0, 4032.0, 3979.0, 4030.0, 3969.0, 4020.0, 3959.0, 4020.0, 3969.0, 4019.0, 3978.0, 4019.0, 3969.0, 4009.0, 3971.0, 4020.0, 3981.0, 4001.0, 3993.0, 4002.0, 3991.0, 4011.0, 3981.0, 3999.0, 4021.0, 3991.0, 4033.0, 3990.0, 4013.0, 3990.0, 4013.0, 3990.0, 4031.0, 3989.0, 4031.0, 3990.0, 4032.0, 3991.0, 4033.0, 3983.0, 4032.0, 3971.0, 4032.0, 3980.0, 4022.0, 3970.0, 4020.0, 3969.0, 4032.0, 3970.0, 4022.0, 3972.0, 4011.0], 'WindowWidth': [9024.0, 8924.0, 8980.0, 8895.0, 8975.0, 8905.0, 8953.0, 8889.0, 8937.0, 8898.0, 8963.0, 8864.0, 8946.0, 8873.0, 8913.0, 8854.0, 8923.0, 8855.0, 8924.0, 8876.0, 8942.0, 8857.0, 8942.0, 8861.0, 8943.0, 8865.0, 8948.0, 8881.0, 8945.0, 8884.0, 8945.0, 8866.0, 8948.0, 8896.0, 8927.0, 8905.0, 8885.0, 8944.0, 8875.0, 8922.0, 8889.0, 8945.0, 8872.0, 8930.0, 8859.0, 8941.0, 8876.0, 8944.0, 8879.0, 8942.0, 8877.0, 8900.0, 8878.0, 8903.0, 8893.0, 8874.0, 8945.0, 8874.0, 8948.0, 8874.0, 8903.0, 8867.0, 8899.0, 8908.0, 8884.0, 8853.0, 8914.0, 8867.0, 8940.0, 8856.0, 8943.0, 8874.0, 8942.0, 8861.0, 8942.0, 8863.0, 8945.0, 8885.0, 8960.0, 8895.0, 8929.0, 8880.0, 8915.0, 8894.0, 8904.0, 8950.0, 8876.0, 8964.0, 8881.0, 8962.0, 8886.0, 8965.0, 8913.0, 8950.0, 8936.0, 8905.0, 8951.0, 8894.0, 8968.0, 8894.0, 8951.0, 8880.0, 8950.0, 8881.0, 8949.0, 8882.0, 8936.0, 8874.0, 8944.0, 8857.0, 8927.0, 8864.0, 8946.0, 8881.0, 8916.0, 8907.0, 8889.0, 8950.0, 8893.0, 8965.0, 8880.0, 8949.0, 8882.0, 8948.0, 8882.0, 8963.0, 8886.0, 8961.0, 8908.0, 8945.0, 8865.0, 8928.0, 8893.0, 8919.0, 8896.0, 8891.0, 8947.0, 8880.0, 8963.0, 8882.0, 8965.0, 8900.0, 8951.0, 8941.0, 8895.0, 8928.0, 8920.0, 8912.0, 8945.0, 8919.0, 8875.0, 8945.0, 8875.0, 8931.0, 8880.0, 8951.0, 8891.0, 8946.0, 8864.0, 8942.0, 8864.0, 8945.0, 8883.0, 8944.0, 8865.0, 8931.0, 8868.0, 8918.0, 8898.0, 8936.0, 8900.0, 8935.0, 8965.0, 8881.0, 8950.0, 8880.0, 8968.0, 8882.0, 8933.0, 8875.0, 8944.0, 8863.0, 8944.0, 8866.0, 8962.0, 8894.0, 8958.0, 8892.0, 8942.0, 8862.0, 8927.0, 8861.0, 8957.0, 8877.0, 8926.0, 8876.0, 8899.0, 8893.0, 8903.0, 8924.0, 8906.0, 8936.0, 8890.0, 8947.0, 8863.0, 8947.0, 8880.0, 8934.0, 8877.0, 8947.0, 8880.0, 8946.0, 8883.0, 8963.0, 8884.0, 8961.0, 8910.0, 8931.0, 8893.0, 8905.0, 8910.0, 8876.0, 8947.0, 8876.0, 8951.0, 8876.0, 8948.0, 8879.0, 8945.0, 8864.0, 8944.0, 8866.0, 8946.0, 8882.0, 8961.0, 8891.0, 8943.0, 8863.0, 8939.0, 8863.0, 8942.0, 8880.0, 8929.0, 8877.0, 8916.0, 8881.0, 8917.0, 8914.0, 8922.0, 8914.0, 8922.0, 8927.0, 8964.0, 8913.0, 8950.0, 8911.0, 8932.0, 8894.0, 8929.0, 8879.0, 8943.0, 8877.0, 8928.0, 8877.0, 8926.0, 8863.0, 8944.0, 8878.0, 8901.0, 8879.0, 8916.0, 8895.0, 8918.0, 8911.0, 8945.0, 8908.0, 8916.0, 8893.0, 8902.0, 8893.0, 8960.0, 8878.0, 8942.0, 8892.0, 8926.0, 8861.0, 8928.0, 8879.0, 8929.0, 8892.0, 8888.0, 8907.0, 8903.0, 8910.0, 8918.0, 8908.0, 8929.0, 8889.0, 8900.0, 8891.0, 8900.0, 8907.0, 8901.0, 8930.0, 8886.0, 8948.0, 8889.0, 8923.0, 8908.0, 8919.0, 8885.0, 8942.0, 8875.0, 8947.0, 8879.0, 8949.0, 8876.0, 8961.0, 8877.0, 8945.0, 8865.0, 8947.0, 8882.0, 8960.0, 8891.0, 8943.0, 8863.0, 8941.0, 8865.0, 8943.0, 8885.0, 8941.0, 8860.0, 8942.0, 8863.0, 8943.0, 8864.0, 8928.0, 8861.0, 8899.0, 8934.0, 8902.0, 8907.0, 8921.0, 8936.0, 8904.0, 8948.0, 8880.0, 8949.0, 8894.0, 8967.0, 8874.0, 8949.0, 8860.0, 8958.0, 8872.0, 8919.0, 8884.0, 8899.0, 8881.0, 8904.0, 8898.0, 8901.0, 8941.0, 8871.0, 8938.0, 8872.0, 8923.0, 8857.0, 8922.0, 8861.0, 8940.0, 8862.0, 8916.0, 8963.0, 8919.0, 8912.0, 8919.0, 8927.0, 8948.0, 8922.0, 8917.0, 8904.0, 8942.0, 8887.0, 8941.0, 8860.0, 8940.0, 8886.0, 8924.0, 8859.0, 8911.0, 8877.0, 8930.0, 8880.0, 8933.0, 8907.0, 8916.0, 8909.0, 8920.0, 8911.0, 8916.0, 8920.0, 8883.0, 8901.0, 8895.0, 8902.0, 8942.0, 8874.0, 8896.0, 8885.0, 8910.0, 8890.0, 8932.0, 8913.0, 8921.0, 8938.0, 8935.0, 8927.0, 8935.0, 8925.0, 8981.0, 8883.0, 8946.0, 8879.0, 8944.0, 8861.0, 8943.0, 8878.0, 8943.0, 8861.0, 8943.0, 8862.0, 8944.0, 8873.0, 8960.0, 8883.0, 8939.0, 8872.0, 8954.0, 8877.0, 8959.0, 8881.0, 8961.0, 8892.0, 8960.0, 8877.0, 8959.0, 8883.0, 8948.0, 8906.0, 8946.0, 8880.0, 8931.0, 8881.0, 8948.0, 8894.0, 8929.0, 8906.0, 8914.0, 8906.0, 8899.0, 8907.0, 8912.0, 8943.0, 8886.0, 8941.0, 8874.0, 8960.0, 8889.0, 8946.0, 8873.0, 8959.0, 8874.0, 8954.0, 8879.0, 8945.0, 8889.0, 8942.0, 8874.0, 8940.0, 8871.0, 8943.0, 8877.0, 8943.0, 8860.0, 8943.0, 8864.0, 8957.0, 8879.0, 8943.0, 8877.0, 8942.0, 8861.0, 8942.0, 8879.0, 8944.0, 8893.0, 8944.0, 8881.0, 8945.0, 8867.0, 8942.0, 8879.0, 8958.0, 8891.0, 8916.0, 8893.0, 8916.0, 8908.0, 8920.0, 8909.0, 8904.0, 8951.0, 8902.0, 8923.0, 8919.0, 8921.0, 8900.0, 8901.0, 8898.0, 8902.0, 8901.0, 8920.0, 8889.0, 8946.0, 8889.0, 8960.0, 8875.0, 8963.0, 8893.0, 8944.0, 8887.0, 8945.0, 8876.0, 8955.0, 8875.0, 8944.0, 8879.0, 8942.0, 8874.0, 8959.0, 8877.0, 8959.0, 8879.0, 8945.0, 8887.0, 8941.0, 8859.0, 8939.0, 8857.0, 8924.0, 8866.0, 8934.0, 8855.0, 8924.0, 8861.0, 8945.0, 8883.0, 8946.0, 8899.0, 8948.0, 8914.0, 8938.0, 8902.0, 8965.0, 8909.0, 8947.0, 8864.0, 8943.0, 8877.0, 8943.0, 8874.0, 8927.0, 8859.0, 8939.0, 8871.0, 8943.0, 8869.0, 8940.0, 8869.0, 8938.0, 8883.0, 8959.0, 8886.0, 8943.0, 8886.0, 8944.0, 8888.0, 8960.0, 8889.0, 8961.0, 8886.0, 8945.0, 8890.0, 8942.0, 8891.0, 8947.0, 8891.0, 8944.0, 8876.0, 8959.0, 8877.0, 8945.0, 8876.0, 8944.0, 8871.0, 8940.0, 8872.0, 8942.0, 8872.0, 8941.0, 8870.0, 8940.0, 8872.0, 8941.0, 8874.0, 8943.0, 8878.0, 8942.0, 8878.0, 8932.0, 8895.0, 8931.0, 8910.0, 8933.0, 8922.0, 8887.0, 8949.0, 8889.0, 8905.0, 8902.0, 8904.0, 8883.0, 8939.0, 8884.0, 8914.0, 8885.0, 8915.0, 8913.0, 8888.0, 8894.0, 8926.0, 8897.0, 8947.0, 8918.0, 8966.0, 8921.0, 8964.0, 8911.0, 8983.0, 8906.0, 8938.0, 8930.0, 8917.0, 8900.0, 8903.0, 8897.0, 8901.0, 8898.0, 8905.0, 8900.0, 8962.0, 8903.0, 8937.0, 8901.0, 8922.0, 8900.0, 8947.0, 8886.0, 8906.0, 8912.0, 8904.0, 8942.0, 8877.0, 8924.0, 8889.0, 8912.0, 8875.0, 8924.0, 8892.0, 8934.0, 8894.0, 8918.0, 8907.0, 8915.0, 8923.0, 8934.0, 8908.0, 8929.0, 8905.0, 8928.0, 8875.0, 8942.0, 8864.0, 8943.0, 8889.0, 8941.0, 8861.0, 8937.0, 8861.0, 8942.0, 8861.0, 8939.0, 8863.0, 8928.0, 8878.0, 8931.0, 8897.0, 8931.0, 8965.0, 8920.0, 8979.0, 8923.0, 8968.0, 8926.0, 8955.0, 8907.0, 8952.0, 8901.0, 8920.0, 8902.0, 8905.0, 8914.0, 8900.0, 8897.0, 8899.0, 8897.0, 8904.0, 8915.0, 8901.0, 8894.0, 8943.0, 8883.0, 8916.0, 8900.0, 8918.0, 8883.0, 8943.0, 8883.0, 8954.0, 8898.0, 8958.0, 8889.0, 8946.0, 8890.0, 8957.0, 8878.0, 8956.0, 8890.0, 8960.0, 8904.0, 8943.0, 8863.0, 8942.0, 8862.0, 8941.0, 8876.0, 8937.0, 8861.0, 8923.0, 8858.0, 8937.0, 8878.0, 8955.0, 8894.0, 8931.0, 8896.0, 8914.0, 8906.0, 8930.0, 8893.0, 8927.0, 8906.0, 8929.0, 8889.0, 8925.0, 8876.0, 8930.0, 8892.0, 8911.0, 8887.0, 8910.0, 8903.0, 8927.0, 8891.0, 8914.0, 8918.0, 8900.0, 8946.0, 8901.0, 8920.0, 8916.0, 8945.0, 8902.0, 8938.0, 8921.0, 8924.0, 8918.0, 8921.0, 8902.0, 8904.0, 8901.0, 8920.0, 8916.0, 8907.0, 8900.0, 8957.0, 8903.0, 8958.0, 8910.0, 8962.0, 8893.0, 8961.0, 8895.0, 8958.0, 8877.0, 8944.0, 8893.0, 8944.0, 8888.0, 8944.0, 8877.0, 8940.0, 8872.0, 8940.0, 8875.0, 8925.0, 8868.0, 8940.0, 8869.0, 8925.0, 8876.0, 8931.0, 8884.0, 8958.0, 8907.0, 8933.0, 8864.0, 8942.0, 8880.0, 8942.0, 8905.0, 8926.0, 8860.0, 8929.0, 8860.0, 8943.0, 8866.0, 8924.0, 8874.0, 8915.0, 8889.0, 8917.0, 8908.0, 8914.0, 8917.0, 8899.0, 8963.0, 8900.0, 8949.0, 8902.0, 8962.0, 8886.0, 8958.0, 8876.0, 8943.0, 8861.0, 8943.0, 8876.0, 8941.0, 8885.0, 8940.0, 8875.0, 8926.0, 8881.0, 8944.0, 8893.0, 8918.0, 8912.0, 8920.0, 8906.0, 8933.0, 8893.0, 8915.0, 8945.0, 8906.0, 8964.0, 8904.0, 8938.0, 8905.0, 8938.0, 8902.0, 8957.0, 8901.0, 8958.0, 8906.0, 8963.0, 8907.0, 8966.0, 8900.0, 8962.0, 8880.0, 8962.0, 8892.0, 8949.0, 8876.0, 8944.0, 8876.0, 8962.0, 8880.0, 8948.0, 8884.0, 8932.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.0002242324561403509</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019506390021929824</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.142296591328254</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2330441634906695</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0130368473765106</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4506</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6296.3032</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06124952943651782</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4985458182853644</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4782933954583353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.746370025430527</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2709740339672297</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00290658</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02127009630203247</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02073720097541809</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.447407573521976</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>35.8665</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0908</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.6501</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311145.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>847.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.6763</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.684</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.3956</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3225.108</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3472.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65399.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>735.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4349.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1007.1259</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.566158363129944</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> |