=== 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-0016 --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-0016",
"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-0016_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0016_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0016_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-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0016_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-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0016_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-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0016_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-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0016_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-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0016_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-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0016_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-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-02/func/sub-0016_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ffd0035871de30ec33ba28173527e955</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>13:04:14.252500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998956, 0.0440549, 0.0121063, -0.0441395, 0.999002, 0.00681321]</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-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0906783</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7720, -7281, 466, -17, -214, -76, 124]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.02</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bdf6ad12-0193-45e9-9d56-e9a14ab15801||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801252365112305, -0.1184229627251625, 0.03184400871396065, 117.9590072631836], [-0.11819595098495483, 2.6802496910095215, 0.019819237291812897, -88.52741241455078], [0.03248034790158272, -0.018279336392879486, 2.699739456176758, -80.2042236328125], [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': ['130414.252500', '130414.712500', '130415.172500', '130415.632500', '130416.092500', '130416.552500', '130417.012500', '130417.472500', '130417.932500', '130418.392500', '130418.852500', '130419.312500', '130419.772500', '130420.232500', '130420.692500', '130421.152500', '130421.612500', '130422.072500', '130422.532500', '130422.992500', '130423.452500', '130423.912500', '130424.372500', '130424.832500', '130425.292500', '130425.752500', '130426.212500', '130426.672500', '130427.132500', '130427.592500', '130428.052500', '130428.512500', '130428.972500', '130429.432500', '130429.892500', '130430.352500', '130430.812500', '130431.272500', '130431.732500', '130432.192500', '130432.652500', '130433.112500', '130433.572500', '130434.032500', '130434.492500', '130434.952500', '130435.412500', '130435.872500', '130436.332500', '130436.792500', '130437.252500', '130437.712500', '130438.172500', '130438.632500', '130439.092500', '130439.552500', '130440.012500', '130440.472500', '130440.932500', '130441.392500', '130441.852500', '130442.312500', '130442.772500', '130443.232500', '130443.692500', '130444.152500', '130444.612500', '130445.072500', '130445.532500', '130445.992500', '130446.452500', '130446.912500', '130447.372500', '130447.832500', '130448.292500', '130448.752500', '130449.212500', '130449.672500', '130450.132500', '130450.592500', '130451.052500', '130451.512500', '130451.972500', '130452.432500', '130452.892500', '130453.352500', '130453.812500', '130454.272500', '130454.732500', '130455.192500', '130455.652500', '130456.112500', '130456.572500', '130457.032500', '130457.492500', '130457.952500', '130458.412500', '130458.872500', '130459.332500', '130459.792500', '130500.252500', '130500.712500', '130501.172500', '130501.632500', '130502.092500', '130502.552500', '130503.012500', '130503.472500', '130503.932500', '130504.392500', '130504.852500', '130505.312500', '130505.772500', '130506.232500', '130506.692500', '130507.152500', '130507.612500', '130508.072500', '130508.532500', '130508.992500', '130509.452500', '130509.912500', '130510.372500', '130510.832500', '130511.292500', '130511.752500', '130512.212500', '130512.672500', '130513.132500', '130513.592500', '130514.052500', '130514.512500', '130514.972500', '130515.432500', '130515.892500', '130516.352500', '130516.812500', '130517.272500', '130517.732500', '130518.192500', '130518.652500', '130519.112500', '130519.572500', '130520.032500', '130520.492500', '130520.952500', '130521.412500', '130521.872500', '130522.332500', '130522.792500', '130523.252500', '130523.712500', '130524.172500', '130524.632500', '130525.092500', '130525.552500', '130526.012500', '130526.472500', '130526.932500', '130527.392500', '130527.852500', '130528.312500', '130528.772500', '130529.232500', '130529.692500', '130530.152500', '130530.612500', '130531.072500', '130531.532500', '130531.992500', '130532.452500', '130532.912500', '130533.372500', '130533.832500', '130534.292500', '130534.752500', '130535.212500', '130535.672500', '130536.132500', '130536.592500', '130537.052500', '130537.512500', '130537.972500', '130538.432500', '130538.892500', '130539.352500', '130539.812500', '130540.272500', '130540.732500', '130541.192500', '130541.652500', '130542.112500', '130542.572500', '130543.032500', '130543.492500', '130543.952500', '130544.412500', '130544.872500', '130545.332500', '130545.792500', '130546.252500', '130546.712500', '130547.172500', '130547.632500', '130548.092500', '130548.552500', '130549.012500', '130549.472500', '130549.932500', '130550.392500', '130550.852500', '130551.312500', '130551.772500', '130552.232500', '130552.692500', '130553.152500', '130553.612500', '130554.072500', '130554.532500', '130554.992500', '130555.452500', '130555.912500', '130556.372500', '130556.832500', '130557.292500', '130557.752500', '130558.212500', '130558.672500', '130559.132500', '130559.592500', '130600.052500', '130600.512500', '130600.972500', '130601.432500', '130601.892500', '130602.352500', '130602.812500', '130603.272500', '130603.732500', '130604.192500', '130604.652500', '130605.112500', '130605.572500', '130606.032500', '130606.492500', '130606.952500', '130607.412500', '130607.872500', '130608.332500', '130608.792500', '130609.252500', '130609.712500', '130610.172500', '130610.632500', '130611.092500', '130611.552500', '130612.012500', '130612.472500', '130612.932500', '130613.392500', '130613.852500', '130614.312500', '130614.772500', '130615.232500', '130615.692500', '130616.152500', '130616.612500', '130617.072500', '130617.532500', '130617.992500', '130618.452500', '130618.912500', '130619.372500', '130619.832500', '130620.292500', '130620.752500', '130621.212500', '130621.672500', '130622.132500', '130622.592500', '130623.052500', '130623.512500', '130623.972500', '130624.432500', '130624.892500', '130625.352500', '130625.812500', '130626.272500', '130626.732500', '130627.192500', '130627.652500', '130628.112500', '130628.572500', '130629.032500', '130629.492500', '130629.952500', '130630.412500', '130630.872500', '130631.332500', '130631.792500', '130632.252500', '130632.712500', '130633.172500', '130633.632500', '130634.092500', '130634.552500', '130635.012500', '130635.472500', '130635.932500', '130636.392500', '130636.852500', '130637.312500', '130637.772500', '130638.232500', '130638.692500', '130639.152500', '130639.612500', '130640.072500', '130640.532500', '130640.992500', '130641.452500', '130641.912500', '130642.372500', '130642.832500', '130643.292500', '130643.752500', '130644.212500', '130644.672500', '130645.132500', '130645.592500', '130646.052500', '130646.512500', '130646.972500', '130647.432500', '130647.892500', '130648.352500', '130648.812500', '130649.272500', '130649.732500', '130650.192500', '130650.652500', '130651.112500', '130651.572500', '130652.032500', '130652.492500', '130652.952500', '130653.412500', '130653.872500', '130654.332500', '130654.792500', '130655.252500', '130655.712500', '130656.172500', '130656.632500', '130657.092500', '130657.552500', '130658.012500', '130658.472500', '130658.932500', '130659.392500', '130659.852500', '130700.312500', '130700.772500', '130701.232500', '130701.692500', '130702.152500', '130702.612500', '130703.072500', '130703.532500', '130703.992500', '130704.452500', '130704.912500', '130705.372500', '130705.832500', '130706.292500', '130706.752500', '130707.212500', '130707.672500', '130708.132500', '130708.592500', '130709.052500', '130709.512500', '130709.972500', '130710.432500', '130710.892500', '130711.352500', '130711.812500', '130712.272500', '130712.732500', '130713.192500', '130713.652500', '130714.112500', '130714.572500', '130715.032500', '130715.492500', '130715.952500', '130716.412500', '130716.872500', '130717.332500', '130717.792500', '130718.252500', '130718.712500', '130719.172500', '130719.632500', '130720.092500', '130720.552500', '130721.012500', '130721.472500', '130721.932500', '130722.392500', '130722.852500', '130723.312500', '130723.772500', '130724.232500', '130724.692500', '130725.152500', '130725.612500', '130726.072500', '130726.532500', '130726.992500', '130727.452500', '130727.912500', '130728.372500', '130728.832500', '130729.292500', '130729.752500', '130730.212500', '130730.672500', '130731.132500', '130731.592500', '130732.052500', '130732.512500', '130732.972500', '130733.432500', '130733.892500', '130734.352500', '130734.812500', '130735.272500', '130735.732500', '130736.192500', '130736.652500', '130737.112500', '130737.572500', '130738.032500', '130738.492500', '130738.952500', '130739.412500', '130739.872500', '130740.332500', '130740.792500', '130741.252500', '130741.712500', '130742.172500', '130742.632500', '130743.092500', '130743.552500', '130744.012500', '130744.472500', '130744.932500', '130745.392500', '130745.852500', '130746.312500', '130746.772500', '130747.232500', '130747.692500', '130748.152500', '130748.612500', '130749.072500', '130749.532500', '130749.992500', '130750.452500', '130750.912500', '130751.372500', '130751.832500', '130752.292500', '130752.752500', '130753.212500', '130753.672500', '130754.132500', '130754.592500', '130755.052500', '130755.512500', '130755.972500', '130756.432500', '130756.892500', '130757.352500', '130757.812500', '130758.272500', '130758.732500', '130759.192500', '130759.652500', '130800.112500', '130800.572500', '130801.032500', '130801.492500', '130801.952500', '130802.412500', '130802.872500', '130803.332500', '130803.792500', '130804.252500', '130804.712500', '130805.172500', '130805.632500', '130806.092500', '130806.552500', '130807.012500', '130807.472500', '130807.932500', '130808.392500', '130808.852500', '130809.312500', '130809.772500', '130810.232500', '130810.692500', '130811.152500', '130811.612500', '130812.072500', '130812.532500', '130812.992500', '130813.452500', '130813.912500', '130814.372500', '130814.832500', '130815.292500', '130815.752500', '130816.212500', '130816.672500', '130817.132500', '130817.592500', '130818.052500', '130818.512500', '130818.972500', '130819.432500', '130819.892500', '130820.352500', '130820.812500', '130821.272500', '130821.732500', '130822.192500', '130822.652500', '130823.112500', '130823.572500', '130824.032500', '130824.492500', '130824.952500', '130825.412500', '130825.872500', '130826.332500', '130826.792500', '130827.252500', '130827.712500', '130828.172500', '130828.632500', '130829.092500', '130829.552500', '130830.012500', '130830.472500', '130830.932500', '130831.392500', '130831.852500', '130832.312500', '130832.772500', '130833.232500', '130833.692500', '130834.152500', '130834.612500', '130835.072500', '130835.532500', '130835.992500', '130836.452500', '130836.912500', '130837.372500', '130837.832500', '130838.292500', '130838.752500', '130839.212500', '130839.672500', '130840.132500', '130840.592500', '130841.052500', '130841.512500', '130841.972500', '130842.432500', '130842.892500', '130843.352500', '130843.812500', '130844.272500', '130844.732500', '130845.192500', '130845.652500', '130846.112500', '130846.572500', '130847.032500', '130847.492500', '130847.952500', '130848.412500', '130848.872500', '130849.332500', '130849.792500', '130850.252500', '130850.712500', '130851.172500', '130851.632500', '130852.092500', '130852.552500', '130853.012500', '130853.472500', '130853.932500', '130854.392500', '130854.852500', '130855.312500', '130855.772500', '130856.232500', '130856.692500', '130857.152500', '130857.612500', '130858.072500', '130858.532500', '130858.992500', '130859.452500', '130859.912500', '130900.372500', '130900.832500', '130901.292500', '130901.752500', '130902.212500', '130902.672500', '130903.132500', '130903.592500', '130904.052500', '130904.512500', '130904.972500', '130905.432500', '130905.892500', '130906.352500', '130906.812500', '130907.272500', '130907.732500', '130908.192500', '130908.652500', '130909.112500', '130909.572500', '130910.032500', '130910.492500', '130910.952500', '130911.412500', '130911.872500', '130912.332500', '130912.792500', '130913.252500', '130913.712500', '130914.172500', '130914.632500', '130915.092500', '130915.552500', '130916.012500', '130916.472500', '130916.932500', '130917.392500', '130917.852500', '130918.312500', '130918.772500', '130919.232500', '130919.692500', '130920.152500', '130920.612500', '130921.072500', '130921.532500', '130921.992500', '130922.452500', '130922.912500', '130923.372500', '130923.832500', '130924.292500', '130924.752500', '130925.212500', '130925.672500', '130926.132500', '130926.592500', '130927.052500', '130927.512500', '130927.972500', '130928.432500', '130928.892500', '130929.352500', '130929.812500', '130930.272500', '130930.732500', '130931.192500', '130931.652500', '130932.112500', '130932.572500', '130933.032500', '130933.492500', '130933.952500', '130934.412500', '130934.872500', '130935.332500', '130935.792500', '130936.252500', '130936.712500', '130937.172500', '130937.632500', '130938.092500', '130938.552500', '130939.012500', '130939.472500', '130939.932500', '130940.392500', '130940.852500', '130941.312500', '130941.772500', '130942.232500', '130942.692500', '130943.152500', '130943.612500', '130944.072500', '130944.532500', '130944.992500', '130945.452500', '130945.912500', '130946.372500', '130946.832500', '130947.292500', '130947.752500', '130948.212500', '130948.672500', '130949.132500', '130949.592500', '130950.052500', '130950.512500', '130950.972500', '130951.432500', '130951.892500', '130952.352500', '130952.812500', '130953.272500', '130953.732500', '130954.192500', '130954.652500', '130955.112500', '130955.572500', '130956.032500', '130956.492500', '130956.952500', '130957.412500', '130957.872500', '130958.332500', '130958.792500', '130959.252500', '130959.712500', '131000.172500', '131000.632500', '131001.092500', '131001.552500', '131002.012500', '131002.472500', '131002.932500', '131003.392500', '131003.852500', '131004.312500', '131004.772500', '131005.232500', '131005.692500', '131006.152500', '131006.612500', '131007.072500', '131007.532500', '131007.992500', '131008.452500', '131008.912500', '131009.372500', '131009.832500', '131010.292500', '131010.752500', '131011.212500', '131011.672500', '131012.132500', '131012.592500', '131013.052500', '131013.512500', '131013.972500', '131014.432500', '131014.892500', '131015.352500', '131015.812500', '131016.272500', '131016.732500', '131017.192500', '131017.652500', '131018.112500', '131018.572500', '131019.032500', '131019.492500', '131019.952500', '131020.412500', '131020.872500', '131021.332500', '131021.792500', '131022.252500', '131022.712500', '131023.172500', '131023.632500', '131024.092500', '131024.552500', '131025.012500', '131025.472500', '131025.932500', '131026.392500', '131026.852500', '131027.312500', '131027.772500', '131028.232500', '131028.692500', '131029.152500', '131029.612500', '131030.072500', '131030.532500', '131030.992500', '131031.452500', '131031.912500', '131032.372500', '131032.832500', '131033.292500', '131033.752500', '131034.212500', '131034.672500', '131035.132500', '131035.592500', '131036.052500', '131036.512500', '131036.972500', '131037.432500', '131037.892500', '131038.352500', '131038.812500', '131039.272500', '131039.732500', '131040.192500', '131040.652500', '131041.112500', '131041.572500', '131042.032500', '131042.492500', '131042.952500', '131043.412500', '131043.872500', '131044.332500', '131044.792500', '131045.252500', '131045.712500', '131046.172500', '131046.632500', '131047.092500', '131047.552500', '131048.012500', '131048.472500', '131048.932500', '131049.392500', '131049.852500', '131050.312500', '131050.772500', '131051.232500', '131051.692500', '131052.152500', '131052.612500', '131053.072500', '131053.532500', '131053.992500', '131054.452500', '131054.912500', '131055.372500', '131055.832500', '131056.292500', '131056.752500', '131057.212500', '131057.672500', '131058.132500', '131058.592500', '131059.052500', '131059.512500', '131059.972500', '131100.432500', '131100.892500', '131101.352500', '131101.812500', '131102.272500', '131102.732500', '131103.192500', '131103.652500', '131104.112500', '131104.572500', '131105.032500', '131105.492500', '131105.952500', '131106.412500', '131106.872500', '131107.332500', '131107.792500', '131108.252500', '131108.712500', '131109.172500', '131109.632500', '131110.092500', '131110.552500', '131111.012500', '131111.472500', '131111.932500', '131112.392500', '131112.852500', '131113.312500', '131113.772500', '131114.232500'], 'ContentTime': ['130442.686000', '130442.689000', '130442.692000', '130442.695000', '130442.698000', '130442.701000', '130442.703000', '130442.706000', '130442.709000', '130442.719000', '130442.722000', '130442.725000', '130442.728000', '130442.731000', '130442.733000', '130442.736000', '130442.739000', '130442.749000', '130442.751000', '130442.754000', '130442.757000', '130442.760000', '130442.763000', '130442.765000', '130442.768000', '130442.771000', '130442.774000', '130442.776000', '130442.779000', '130442.782000', '130442.785000', '130442.788000', '130442.790000', '130442.793000', '130442.796000', '130442.799000', '130442.801000', '130442.804000', '130442.812000', '130442.815000', '130442.817000', '130442.820000', '130442.823000', '130442.826000', '130442.829000', '130442.831000', '130442.834000', '130442.837000', '130442.840000', '130442.842000', '130442.845000', '130442.848000', '130442.851000', '130442.854000', '130442.856000', '130442.859000', '130442.862000', '130442.865000', '130442.868000', '130442.871000', '130442.873000', '130502.648000', '130502.651000', '130502.654000', '130502.656000', '130502.659000', '130502.662000', '130502.665000', '130502.668000', '130502.670000', '130502.673000', '130502.676000', '130502.679000', '130502.682000', '130502.693000', '130502.695000', '130502.698000', '130502.701000', '130502.704000', '130502.706000', '130502.709000', '130502.712000', '130502.715000', '130502.717000', '130502.720000', '130502.723000', '130502.726000', '130502.729000', '130502.731000', '130502.734000', '130502.737000', '130502.740000', '130502.744000', '130502.747000', '130502.750000', '130502.753000', '130502.755000', '130502.758000', '130502.761000', '130502.764000', '130502.767000', '130502.770000', '130502.772000', '130502.775000', '130522.648000', '130522.651000', '130522.654000', '130522.656000', '130522.659000', '130522.662000', '130522.668000', '130522.671000', '130522.674000', '130522.677000', '130522.679000', '130522.682000', '130522.685000', '130522.688000', '130522.691000', '130522.693000', '130522.696000', '130522.699000', '130522.711000', '130522.713000', '130522.716000', '130522.719000', '130522.722000', '130522.725000', '130522.728000', '130522.730000', '130522.733000', '130522.736000', '130522.739000', '130522.741000', '130522.744000', '130522.747000', '130522.750000', '130522.753000', '130522.755000', '130522.758000', '130522.761000', '130522.764000', '130522.767000', '130522.770000', '130522.772000', '130522.775000', '130522.778000', '130522.781000', '130542.648000', '130542.651000', '130542.654000', '130542.657000', '130542.660000', '130542.662000', '130542.665000', '130542.668000', '130542.671000', '130542.674000', '130542.676000', '130542.679000', '130542.682000', '130542.685000', '130542.687000', '130542.690000', '130542.693000', '130542.696000', '130542.699000', '130542.702000', '130542.704000', '130542.707000', '130542.710000', '130542.713000', '130542.716000', '130542.718000', '130542.721000', '130542.724000', '130542.727000', '130542.730000', '130542.732000', '130542.735000', '130542.738000', '130542.741000', '130542.744000', '130542.746000', '130542.749000', '130542.752000', '130542.755000', '130542.758000', '130542.761000', '130542.763000', '130542.766000', '130602.648000', '130602.651000', '130602.654000', '130602.656000', '130602.659000', '130602.662000', '130602.665000', '130602.668000', '130602.670000', '130602.673000', '130602.676000', '130602.679000', '130602.682000', '130602.684000', '130602.687000', '130602.690000', '130602.693000', '130602.696000', '130602.698000', '130602.701000', '130602.721000', '130602.724000', '130602.727000', '130602.730000', '130602.732000', '130602.735000', '130602.738000', '130602.741000', '130602.743000', '130602.746000', '130602.749000', '130602.752000', '130602.755000', '130602.757000', '130602.760000', '130602.763000', '130602.766000', '130602.769000', '130602.772000', '130602.775000', '130602.777000', '130602.780000', '130602.783000', '130602.786000', '130622.648000', '130622.651000', '130622.654000', '130622.656000', '130622.659000', '130622.668000', '130622.671000', '130622.680000', '130622.682000', '130622.685000', '130622.688000', '130622.691000', '130622.694000', '130622.696000', '130622.699000', '130622.702000', '130622.705000', '130622.708000', '130622.710000', '130622.713000', '130622.716000', '130622.719000', '130622.722000', '130622.725000', '130622.727000', '130622.730000', '130622.733000', '130622.736000', '130622.738000', '130622.741000', '130622.744000', '130622.747000', '130622.750000', '130622.752000', '130622.755000', '130622.758000', '130622.761000', '130622.764000', '130622.767000', '130622.769000', '130622.772000', '130622.775000', '130622.780000', '130642.648000', '130642.651000', '130642.653000', '130642.656000', '130642.659000', '130642.662000', '130642.665000', '130642.668000', '130642.670000', '130642.673000', '130642.676000', '130642.679000', '130642.682000', '130642.684000', '130642.687000', '130642.690000', '130642.693000', '130642.696000', '130642.698000', '130642.701000', '130642.704000', '130642.707000', '130642.710000', '130642.712000', '130642.715000', '130642.718000', '130642.721000', '130642.724000', '130642.726000', '130642.729000', '130642.732000', '130642.735000', '130642.738000', '130642.740000', '130642.743000', '130642.746000', '130642.749000', '130642.752000', '130642.754000', '130642.757000', '130642.760000', '130642.763000', '130642.766000', '130642.769000', '130702.647000', '130702.650000', '130702.653000', '130702.655000', '130702.658000', '130702.661000', '130702.664000', '130702.667000', '130702.669000', '130702.672000', '130702.675000', '130702.678000', '130702.681000', '130702.683000', '130702.686000', '130702.689000', '130702.692000', '130702.695000', '130702.698000', '130702.700000', '130702.703000', '130702.706000', '130702.709000', '130702.712000', '130702.714000', '130702.717000', '130702.720000', '130702.723000', '130702.726000', '130702.736000', '130702.738000', '130702.741000', '130702.744000', '130702.747000', '130702.749000', '130702.752000', '130702.755000', '130702.758000', '130702.761000', '130702.764000', '130702.766000', '130702.769000', '130702.772000', '130722.648000', '130722.651000', '130722.653000', '130722.656000', '130722.659000', '130722.662000', '130722.665000', '130722.668000', '130722.670000', '130722.673000', '130722.676000', '130722.679000', '130722.682000', '130722.684000', '130722.687000', '130722.690000', '130722.693000', '130722.696000', '130722.698000', '130722.701000', '130722.704000', '130722.707000', '130722.709000', '130722.712000', '130722.715000', '130722.718000', '130722.721000', '130722.723000', '130722.726000', '130722.729000', '130722.732000', '130722.735000', '130722.737000', '130722.740000', '130722.743000', '130722.746000', '130722.749000', '130722.751000', '130722.754000', '130722.757000', '130722.760000', '130722.762000', '130722.765000', '130722.768000', '130742.648000', '130742.651000', '130742.654000', '130742.656000', '130742.659000', '130742.662000', '130742.665000', '130742.668000', '130742.670000', '130742.673000', '130742.676000', '130742.679000', '130742.682000', '130742.685000', '130742.687000', '130742.690000', '130742.707000', '130742.710000', '130742.712000', '130742.715000', '130742.718000', '130742.721000', '130742.724000', '130742.726000', '130742.729000', '130742.732000', '130742.735000', '130742.738000', '130742.741000', '130742.743000', '130742.746000', '130742.749000', '130742.752000', '130742.755000', '130742.757000', '130742.760000', '130742.763000', '130742.766000', '130742.769000', '130742.772000', '130742.774000', '130742.777000', '130742.780000', '130802.648000', '130802.651000', '130802.654000', '130802.656000', '130802.659000', '130802.662000', '130802.665000', '130802.668000', '130802.671000', '130802.674000', '130802.677000', '130802.680000', '130802.682000', '130802.685000', '130802.688000', '130802.691000', '130802.694000', '130802.697000', '130802.699000', '130802.702000', '130802.705000', '130802.708000', '130802.711000', '130802.713000', '130802.716000', '130802.719000', '130802.722000', '130802.725000', '130802.728000', '130802.730000', '130802.733000', '130802.736000', '130802.739000', '130802.742000', '130802.744000', '130802.747000', '130802.750000', '130802.753000', '130802.756000', '130802.758000', '130802.761000', '130802.764000', '130802.767000', '130822.648000', '130822.651000', '130822.654000', '130822.656000', '130822.659000', '130822.662000', '130822.665000', '130822.675000', '130822.678000', '130822.681000', '130822.684000', '130822.686000', '130822.689000', '130822.692000', '130822.695000', '130822.698000', '130822.700000', '130822.703000', '130822.706000', '130822.709000', '130822.712000', '130822.714000', '130822.717000', '130822.720000', '130822.723000', '130822.726000', '130822.728000', '130822.731000', '130822.734000', '130822.737000', '130822.740000', '130822.742000', '130822.745000', '130822.748000', '130822.751000', '130822.754000', '130822.756000', '130822.759000', '130822.762000', '130822.765000', '130822.768000', '130822.771000', '130822.773000', '130822.776000', '130842.648000', '130842.651000', '130842.654000', '130842.656000', '130842.659000', '130842.662000', '130842.665000', '130842.668000', '130842.671000', '130842.674000', '130842.676000', '130842.679000', '130842.682000', '130842.685000', '130842.688000', '130842.692000', '130842.697000', '130842.700000', '130842.703000', '130842.706000', '130842.708000', '130842.711000', '130842.714000', '130842.717000', '130842.720000', '130842.722000', '130842.725000', '130842.728000', '130842.741000', '130842.743000', '130842.746000', '130842.749000', '130842.752000', '130842.755000', '130842.757000', '130842.760000', '130842.763000', '130842.766000', '130842.769000', '130842.771000', '130842.774000', '130842.777000', '130842.780000', '130902.648000', '130902.651000', '130902.654000', '130902.656000', '130902.659000', '130902.662000', '130902.665000', '130902.668000', '130902.671000', '130902.674000', '130902.676000', '130902.679000', '130902.682000', '130902.685000', '130902.688000', '130902.691000', '130902.693000', '130902.696000', '130902.699000', '130902.702000', '130902.705000', '130902.707000', '130902.710000', '130902.713000', '130902.716000', '130902.719000', '130902.721000', '130902.729000', '130902.732000', '130902.734000', '130902.737000', '130902.740000', '130902.743000', '130902.745000', '130902.748000', '130902.751000', '130902.754000', '130902.757000', '130902.759000', '130902.762000', '130902.765000', '130902.781000', '130902.783000', '130902.786000', '130922.647000', '130922.650000', '130922.653000', '130922.655000', '130922.658000', '130922.661000', '130922.664000', '130922.667000', '130922.670000', '130922.672000', '130922.675000', '130922.678000', '130922.681000', '130922.684000', '130922.686000', '130922.689000', '130922.692000', '130922.695000', '130922.698000', '130922.701000', '130922.704000', '130922.707000', '130922.710000', '130922.713000', '130922.716000', '130922.719000', '130922.722000', '130922.724000', '130922.727000', '130922.730000', '130922.733000', '130922.735000', '130922.738000', '130922.741000', '130922.744000', '130922.747000', '130922.749000', '130922.752000', '130922.755000', '130922.758000', '130922.761000', '130922.763000', '130922.766000', '130942.648000', '130942.651000', '130942.654000', '130942.656000', '130942.659000', '130942.662000', '130942.665000', '130942.668000', '130942.671000', '130942.673000', '130942.676000', '130942.679000', '130942.682000', '130942.685000', '130942.688000', '130942.690000', '130942.693000', '130942.696000', '130942.699000', '130942.701000', '130942.704000', '130942.707000', '130942.710000', '130942.713000', '130942.716000', '130942.718000', '130942.721000', '130942.724000', '130942.727000', '130942.730000', '130942.732000', '130942.735000', '130942.738000', '130942.741000', '130942.743000', '130942.746000', '130942.749000', '130942.752000', '130942.755000', '130942.757000', '130942.760000', '130942.763000', '130942.766000', '130942.769000', '131002.648000', '131002.651000', '131002.655000', '131002.658000', '131002.661000', '131002.663000', '131002.666000', '131002.669000', '131002.672000', '131002.675000', '131002.678000', '131002.681000', '131002.683000', '131002.686000', '131002.689000', '131002.692000', '131002.695000', '131002.697000', '131002.700000', '131002.703000', '131002.706000', '131002.710000', '131002.715000', '131002.717000', '131002.720000', '131002.723000', '131002.726000', '131002.729000', '131002.732000', '131002.736000', '131002.739000', '131002.742000', '131002.745000', '131002.747000', '131002.750000', '131002.753000', '131002.756000', '131002.759000', '131002.762000', '131002.764000', '131002.767000', '131002.770000', '131002.773000', '131022.648000', '131022.651000', '131022.654000', '131022.656000', '131022.659000', '131022.662000', '131022.665000', '131022.668000', '131022.671000', '131022.673000', '131022.676000', '131022.679000', '131022.682000', '131022.685000', '131022.688000', '131022.690000', '131022.693000', '131022.696000', '131022.699000', '131022.701000', '131022.704000', '131022.707000', '131022.710000', '131022.713000', '131022.716000', '131022.718000', '131022.721000', '131022.724000', '131022.727000', '131022.730000', '131022.732000', '131022.735000', '131022.738000', '131022.741000', '131022.744000', '131022.746000', '131022.749000', '131022.752000', '131022.755000', '131022.758000', '131022.760000', '131022.763000', '131022.766000', '131022.769000', '131042.648000', '131042.651000', '131042.654000', '131042.656000', '131042.659000', '131042.662000', '131042.665000', '131042.668000', '131042.670000', '131042.673000', '131042.676000', '131042.679000', '131042.682000', '131042.684000', '131042.687000', '131042.690000', '131042.693000', '131042.696000', '131042.699000', '131042.701000', '131042.704000', '131042.707000', '131042.710000', '131042.713000', '131042.716000', '131042.718000', '131042.721000', '131042.724000', '131042.727000', '131042.730000', '131042.732000', '131042.737000', '131042.741000', '131042.744000', '131042.747000', '131042.750000', '131042.753000', '131042.756000', '131042.758000', '131042.761000', '131042.764000', '131042.767000', '131042.770000', '131102.648000', '131102.651000', '131102.654000', '131102.657000', '131102.659000', '131102.662000', '131102.665000', '131102.668000', '131102.671000', '131102.673000', '131102.676000', '131102.679000', '131102.682000', '131102.685000', '131102.688000', '131102.690000', '131102.693000', '131102.696000', '131102.699000', '131102.702000', '131102.704000', '131102.707000', '131102.710000', '131102.713000', '131102.716000', '131102.719000', '131102.721000', '131102.724000', '131102.727000', '131102.730000', '131102.733000', '131102.735000', '131102.738000', '131102.741000', '131102.744000', '131102.746000', '131102.749000', '131102.752000', '131102.755000', '131102.758000', '131102.761000', '131102.763000', '131102.766000', '131102.769000', '131115.020000', '131115.024000', '131115.027000', '131115.031000', '131115.034000', '131115.037000', '131115.040000', '131115.043000', '131115.046000', '131115.049000', '131115.052000', '131115.054000', '131115.063000', '131115.066000', '131115.070000', '131115.073000', '131115.075000', '131115.078000', '131115.081000', '131115.084000', '131115.087000', '131115.090000', '131115.093000', '131115.096000', '131115.099000', '131115.102000', '131115.105000'], 'InstanceCreationTime': ['130442.686000', '130442.689000', '130442.692000', '130442.695000', '130442.698000', '130442.701000', '130442.703000', '130442.706000', '130442.709000', '130442.719000', '130442.722000', '130442.725000', '130442.728000', '130442.731000', '130442.733000', '130442.736000', '130442.739000', '130442.749000', '130442.751000', '130442.754000', '130442.757000', '130442.760000', '130442.763000', '130442.765000', '130442.768000', '130442.771000', '130442.774000', '130442.776000', '130442.779000', '130442.782000', '130442.785000', '130442.788000', '130442.790000', '130442.793000', '130442.796000', '130442.799000', '130442.801000', '130442.804000', '130442.812000', '130442.815000', '130442.817000', '130442.820000', '130442.823000', '130442.826000', '130442.829000', '130442.831000', '130442.834000', '130442.837000', '130442.840000', '130442.842000', '130442.845000', '130442.848000', '130442.851000', '130442.854000', '130442.856000', '130442.859000', '130442.862000', '130442.865000', '130442.868000', '130442.871000', '130442.873000', '130502.648000', '130502.651000', '130502.654000', '130502.656000', '130502.659000', '130502.662000', '130502.665000', '130502.668000', '130502.670000', '130502.673000', '130502.676000', '130502.679000', '130502.682000', '130502.693000', '130502.695000', '130502.698000', '130502.701000', '130502.704000', '130502.706000', '130502.709000', '130502.712000', '130502.715000', '130502.717000', '130502.720000', '130502.723000', '130502.726000', '130502.729000', '130502.731000', '130502.734000', '130502.737000', '130502.740000', '130502.744000', '130502.747000', '130502.750000', '130502.753000', '130502.755000', '130502.758000', '130502.761000', '130502.764000', '130502.767000', '130502.770000', '130502.772000', '130502.775000', '130522.648000', '130522.651000', '130522.654000', '130522.656000', '130522.659000', '130522.662000', '130522.668000', '130522.671000', '130522.674000', '130522.677000', '130522.679000', '130522.682000', '130522.685000', '130522.688000', '130522.691000', '130522.693000', '130522.696000', '130522.699000', '130522.711000', '130522.713000', '130522.716000', '130522.719000', '130522.722000', '130522.725000', '130522.728000', '130522.730000', '130522.733000', '130522.736000', '130522.739000', '130522.741000', '130522.744000', '130522.747000', '130522.750000', '130522.753000', '130522.755000', '130522.758000', '130522.761000', '130522.764000', '130522.767000', '130522.770000', '130522.772000', '130522.775000', '130522.778000', '130522.781000', '130542.648000', '130542.651000', '130542.654000', '130542.657000', '130542.660000', '130542.662000', '130542.665000', '130542.668000', '130542.671000', '130542.674000', '130542.676000', '130542.679000', '130542.682000', '130542.685000', '130542.687000', '130542.690000', '130542.693000', '130542.696000', '130542.699000', '130542.702000', '130542.704000', '130542.707000', '130542.710000', '130542.713000', '130542.716000', '130542.718000', '130542.721000', '130542.724000', '130542.727000', '130542.730000', '130542.732000', '130542.735000', '130542.738000', '130542.741000', '130542.744000', '130542.746000', '130542.749000', '130542.752000', '130542.755000', '130542.758000', '130542.761000', '130542.763000', '130542.766000', '130602.648000', '130602.651000', '130602.654000', '130602.656000', '130602.659000', '130602.662000', '130602.665000', '130602.668000', '130602.670000', '130602.673000', '130602.676000', '130602.679000', '130602.682000', '130602.684000', '130602.687000', '130602.690000', '130602.693000', '130602.696000', '130602.698000', '130602.701000', '130602.721000', '130602.724000', '130602.727000', '130602.730000', '130602.732000', '130602.735000', '130602.738000', '130602.741000', '130602.743000', '130602.746000', '130602.749000', '130602.752000', '130602.755000', '130602.757000', '130602.760000', '130602.763000', '130602.766000', '130602.769000', '130602.772000', '130602.775000', '130602.777000', '130602.780000', '130602.783000', '130602.786000', '130622.648000', '130622.651000', '130622.654000', '130622.656000', '130622.659000', '130622.668000', '130622.671000', '130622.680000', '130622.682000', '130622.685000', '130622.688000', '130622.691000', '130622.694000', '130622.696000', '130622.699000', '130622.702000', '130622.705000', '130622.708000', '130622.710000', '130622.713000', '130622.716000', '130622.719000', '130622.722000', '130622.725000', '130622.727000', '130622.730000', '130622.733000', '130622.736000', '130622.738000', '130622.741000', '130622.744000', '130622.747000', '130622.750000', '130622.752000', '130622.755000', '130622.758000', '130622.761000', '130622.764000', '130622.767000', '130622.769000', '130622.772000', '130622.775000', '130622.780000', '130642.648000', '130642.651000', '130642.653000', '130642.656000', '130642.659000', '130642.662000', '130642.665000', '130642.668000', '130642.670000', '130642.673000', '130642.676000', '130642.679000', '130642.682000', '130642.684000', '130642.687000', '130642.690000', '130642.693000', '130642.696000', '130642.698000', '130642.701000', '130642.704000', '130642.707000', '130642.710000', '130642.712000', '130642.715000', '130642.718000', '130642.721000', '130642.724000', '130642.726000', '130642.729000', '130642.732000', '130642.735000', '130642.738000', '130642.740000', '130642.743000', '130642.746000', '130642.749000', '130642.752000', '130642.754000', '130642.757000', '130642.760000', '130642.763000', '130642.766000', '130642.769000', '130702.647000', '130702.650000', '130702.653000', '130702.655000', '130702.658000', '130702.661000', '130702.664000', '130702.667000', '130702.669000', '130702.672000', '130702.675000', '130702.678000', '130702.681000', '130702.683000', '130702.686000', '130702.689000', '130702.692000', '130702.695000', '130702.698000', '130702.700000', '130702.703000', '130702.706000', '130702.709000', '130702.712000', '130702.714000', '130702.717000', '130702.720000', '130702.723000', '130702.726000', '130702.736000', '130702.738000', '130702.741000', '130702.744000', '130702.747000', '130702.749000', '130702.752000', '130702.755000', '130702.758000', '130702.761000', '130702.764000', '130702.766000', '130702.769000', '130702.772000', '130722.648000', '130722.651000', '130722.653000', '130722.656000', '130722.659000', '130722.662000', '130722.665000', '130722.668000', '130722.670000', '130722.673000', '130722.676000', '130722.679000', '130722.682000', '130722.684000', '130722.687000', '130722.690000', '130722.693000', '130722.696000', '130722.698000', '130722.701000', '130722.704000', '130722.707000', '130722.709000', '130722.712000', '130722.715000', '130722.718000', '130722.721000', '130722.723000', '130722.726000', '130722.729000', '130722.732000', '130722.735000', '130722.737000', '130722.740000', '130722.743000', '130722.746000', '130722.749000', '130722.751000', '130722.754000', '130722.757000', '130722.760000', '130722.762000', '130722.765000', '130722.768000', '130742.648000', '130742.651000', '130742.654000', '130742.656000', '130742.659000', '130742.662000', '130742.665000', '130742.668000', '130742.670000', '130742.673000', '130742.676000', '130742.679000', '130742.682000', '130742.685000', '130742.687000', '130742.690000', '130742.707000', '130742.710000', '130742.712000', '130742.715000', '130742.718000', '130742.721000', '130742.724000', '130742.726000', '130742.729000', '130742.732000', '130742.735000', '130742.738000', '130742.741000', '130742.743000', '130742.746000', '130742.749000', '130742.752000', '130742.755000', '130742.757000', '130742.760000', '130742.763000', '130742.766000', '130742.769000', '130742.772000', '130742.774000', '130742.777000', '130742.780000', '130802.648000', '130802.651000', '130802.654000', '130802.656000', '130802.659000', '130802.662000', '130802.665000', '130802.668000', '130802.671000', '130802.674000', '130802.677000', '130802.680000', '130802.682000', '130802.685000', '130802.688000', '130802.691000', '130802.694000', '130802.697000', '130802.699000', '130802.702000', '130802.705000', '130802.708000', '130802.711000', '130802.713000', '130802.716000', '130802.719000', '130802.722000', '130802.725000', '130802.728000', '130802.730000', '130802.733000', '130802.736000', '130802.739000', '130802.742000', '130802.744000', '130802.747000', '130802.750000', '130802.753000', '130802.756000', '130802.758000', '130802.761000', '130802.764000', '130802.767000', '130822.648000', '130822.651000', '130822.654000', '130822.656000', '130822.659000', '130822.662000', '130822.665000', '130822.675000', '130822.678000', '130822.681000', '130822.684000', '130822.686000', '130822.689000', '130822.692000', '130822.695000', '130822.698000', '130822.700000', '130822.703000', '130822.706000', '130822.709000', '130822.712000', '130822.714000', '130822.717000', '130822.720000', '130822.723000', '130822.726000', '130822.728000', '130822.731000', '130822.734000', '130822.737000', '130822.740000', '130822.742000', '130822.745000', '130822.748000', '130822.751000', '130822.754000', '130822.756000', '130822.759000', '130822.762000', '130822.765000', '130822.768000', '130822.771000', '130822.773000', '130822.776000', '130842.648000', '130842.651000', '130842.654000', '130842.656000', '130842.659000', '130842.662000', '130842.665000', '130842.668000', '130842.671000', '130842.674000', '130842.676000', '130842.679000', '130842.682000', '130842.685000', '130842.688000', '130842.692000', '130842.697000', '130842.700000', '130842.703000', '130842.706000', '130842.708000', '130842.711000', '130842.714000', '130842.717000', '130842.720000', '130842.722000', '130842.725000', '130842.728000', '130842.741000', '130842.743000', '130842.746000', '130842.749000', '130842.752000', '130842.755000', '130842.757000', '130842.760000', '130842.763000', '130842.766000', '130842.769000', '130842.771000', '130842.774000', '130842.777000', '130842.780000', '130902.648000', '130902.651000', '130902.654000', '130902.656000', '130902.659000', '130902.662000', '130902.665000', '130902.668000', '130902.671000', '130902.674000', '130902.676000', '130902.679000', '130902.682000', '130902.685000', '130902.688000', '130902.691000', '130902.693000', '130902.696000', '130902.699000', '130902.702000', '130902.705000', '130902.707000', '130902.710000', '130902.713000', '130902.716000', '130902.719000', '130902.721000', '130902.729000', '130902.732000', '130902.734000', '130902.737000', '130902.740000', '130902.743000', '130902.745000', '130902.748000', '130902.751000', '130902.754000', '130902.757000', '130902.759000', '130902.762000', '130902.765000', '130902.781000', '130902.783000', '130902.786000', '130922.647000', '130922.650000', '130922.653000', '130922.655000', '130922.658000', '130922.661000', '130922.664000', '130922.667000', '130922.670000', '130922.672000', '130922.675000', '130922.678000', '130922.681000', '130922.684000', '130922.686000', '130922.689000', '130922.692000', '130922.695000', '130922.698000', '130922.701000', '130922.704000', '130922.707000', '130922.710000', '130922.713000', '130922.716000', '130922.719000', '130922.722000', '130922.724000', '130922.727000', '130922.730000', '130922.733000', '130922.735000', '130922.738000', '130922.741000', '130922.744000', '130922.747000', '130922.749000', '130922.752000', '130922.755000', '130922.758000', '130922.761000', '130922.763000', '130922.766000', '130942.648000', '130942.651000', '130942.654000', '130942.656000', '130942.659000', '130942.662000', '130942.665000', '130942.668000', '130942.671000', '130942.673000', '130942.676000', '130942.679000', '130942.682000', '130942.685000', '130942.688000', '130942.690000', '130942.693000', '130942.696000', '130942.699000', '130942.701000', '130942.704000', '130942.707000', '130942.710000', '130942.713000', '130942.716000', '130942.718000', '130942.721000', '130942.724000', '130942.727000', '130942.730000', '130942.732000', '130942.735000', '130942.738000', '130942.741000', '130942.743000', '130942.746000', '130942.749000', '130942.752000', '130942.755000', '130942.757000', '130942.760000', '130942.763000', '130942.766000', '130942.769000', '131002.648000', '131002.651000', '131002.655000', '131002.658000', '131002.661000', '131002.663000', '131002.666000', '131002.669000', '131002.672000', '131002.675000', '131002.678000', '131002.681000', '131002.683000', '131002.686000', '131002.689000', '131002.692000', '131002.695000', '131002.697000', '131002.700000', '131002.703000', '131002.706000', '131002.710000', '131002.715000', '131002.717000', '131002.720000', '131002.723000', '131002.726000', '131002.729000', '131002.732000', '131002.736000', '131002.739000', '131002.742000', '131002.745000', '131002.747000', '131002.750000', '131002.753000', '131002.756000', '131002.759000', '131002.762000', '131002.764000', '131002.767000', '131002.770000', '131002.773000', '131022.648000', '131022.651000', '131022.654000', '131022.656000', '131022.659000', '131022.662000', '131022.665000', '131022.668000', '131022.671000', '131022.673000', '131022.676000', '131022.679000', '131022.682000', '131022.685000', '131022.688000', '131022.690000', '131022.693000', '131022.696000', '131022.699000', '131022.701000', '131022.704000', '131022.707000', '131022.710000', '131022.713000', '131022.716000', '131022.718000', '131022.721000', '131022.724000', '131022.727000', '131022.730000', '131022.732000', '131022.735000', '131022.738000', '131022.741000', '131022.744000', '131022.746000', '131022.749000', '131022.752000', '131022.755000', '131022.758000', '131022.760000', '131022.763000', '131022.766000', '131022.769000', '131042.648000', '131042.651000', '131042.654000', '131042.656000', '131042.659000', '131042.662000', '131042.665000', '131042.668000', '131042.670000', '131042.673000', '131042.676000', '131042.679000', '131042.682000', '131042.684000', '131042.687000', '131042.690000', '131042.693000', '131042.696000', '131042.699000', '131042.701000', '131042.704000', '131042.707000', '131042.710000', '131042.713000', '131042.716000', '131042.718000', '131042.721000', '131042.724000', '131042.727000', '131042.730000', '131042.732000', '131042.737000', '131042.741000', '131042.744000', '131042.747000', '131042.750000', '131042.753000', '131042.756000', '131042.758000', '131042.761000', '131042.764000', '131042.767000', '131042.770000', '131102.648000', '131102.651000', '131102.654000', '131102.657000', '131102.659000', '131102.662000', '131102.665000', '131102.668000', '131102.671000', '131102.673000', '131102.676000', '131102.679000', '131102.682000', '131102.685000', '131102.688000', '131102.690000', '131102.693000', '131102.696000', '131102.699000', '131102.702000', '131102.704000', '131102.707000', '131102.710000', '131102.713000', '131102.716000', '131102.719000', '131102.721000', '131102.724000', '131102.727000', '131102.730000', '131102.733000', '131102.735000', '131102.738000', '131102.741000', '131102.744000', '131102.746000', '131102.749000', '131102.752000', '131102.755000', '131102.758000', '131102.761000', '131102.763000', '131102.766000', '131102.769000', '131115.020000', '131115.024000', '131115.027000', '131115.031000', '131115.034000', '131115.037000', '131115.040000', '131115.043000', '131115.046000', '131115.049000', '131115.052000', '131115.054000', '131115.063000', '131115.066000', '131115.070000', '131115.073000', '131115.075000', '131115.078000', '131115.081000', '131115.084000', '131115.087000', '131115.090000', '131115.093000', '131115.096000', '131115.099000', '131115.102000', '131115.105000'], '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': [9073, 8541, 11888, 9015, 10660, 8799, 8417, 10174, 8368, 9960, 8500, 9578, 8472, 9540, 11529, 8546, 13797, 8761, 10469, 9052, 10128, 8594, 8937, 12384, 8817, 10427, 8900, 9362, 8839, 8732, 8200, 8803, 9940, 8912, 9561, 8816, 8947, 8298, 9045, 8219, 9629, 8654, 9150, 8542, 8694, 9681, 8462, 9599, 8440, 8050, 8416, 9179, 8227, 10284, 8834, 10944, 8917, 11077, 8590, 10231, 8755, 10665, 9336, 10046, 8704, 9483, 9449, 8552, 8927, 8678, 10942, 8302, 10937, 8922, 10235, 9881, 10155, 9773, 9727, 9069, 9061, 9632, 8890, 9897, 8650, 9494, 8804, 9171, 8434, 10362, 8299, 10215, 9378, 10331, 9295, 10031, 9411, 9547, 9153, 9011, 9859, 8880, 9518, 8957, 9327, 8577, 9192, 8694, 12937, 8824, 11519, 9468, 10707, 9651, 10437, 9013, 9575, 9337, 8892, 11198, 8866, 11504, 9315, 10947, 10017, 10068, 8904, 9333, 9588, 8783, 9525, 8587, 11908, 8842, 11205, 9220, 10368, 9236, 10011, 8902, 9472, 9383, 8732, 9545, 8950, 11980, 9231, 10599, 8811, 10265, 9469, 9571, 9709, 8711, 9841, 8886, 10315, 9030, 11642, 8711, 9784, 9197, 9610, 9425, 9283, 9832, 8727, 9633, 8630, 10066, 8471, 11072, 8723, 10758, 9495, 9988, 9623, 9668, 10019, 8999, 9595, 8511, 9481, 8697, 11431, 8813, 11424, 9343, 10335, 9396, 9815, 9029, 9434, 9376, 8648, 10175, 9108, 11777, 8674, 10045, 8801, 10058, 9283, 10125, 9602, 9936, 9157, 10026, 9841, 8995, 9249, 8751, 10005, 8639, 12587, 9120, 11234, 9221, 10114, 8974, 10702, 8894, 10274, 8855, 10811, 9640, 10388, 9890, 10501, 9657, 10398, 9578, 10118, 9436, 9706, 11858, 8939, 11646, 8949, 10835, 9268, 10120, 9629, 9688, 9634, 8789, 9933, 9047, 10206, 9057, 10467, 8635, 11168, 8880, 10415, 9301, 9719, 9340, 9311, 9749, 8580, 9784, 8293, 9450, 8335, 9784, 8503, 12163, 9149, 11763, 9150, 11623, 8916, 11845, 9114, 11025, 8812, 10258, 9257, 9665, 9761, 9279, 9881, 8577, 9291, 8555, 9798, 8773, 12241, 8959, 11140, 9416, 10215, 9232, 9825, 9739, 9562, 9625, 8576, 9676, 9058, 10110, 8720, 10568, 9466, 9400, 8927, 9487, 9886, 9003, 9757, 8726, 9474, 8628, 9488, 8935, 9544, 8714, 9834, 8734, 9924, 8951, 12447, 8859, 11790, 9232, 11548, 9969, 10745, 9761, 10031, 9621, 9289, 9682, 8703, 10094, 8704, 9522, 8972, 9926, 8780, 9476, 8814, 10753, 9098, 10822, 9937, 10014, 9414, 10014, 9665, 9509, 9486, 9360, 9801, 9263, 10455, 8859, 12621, 9484, 12010, 8977, 11070, 9269, 11248, 9668, 10410, 8979, 9832, 9675, 9829, 9553, 8599, 9530, 8818, 9949, 9093, 11243, 9018, 11828, 9318, 11389, 9151, 10682, 9403, 10153, 9753, 9737, 9804, 8745, 9838, 8964, 9887, 8847, 9944, 8645, 10982, 8776, 11426, 9029, 10884, 9731, 10618, 9840, 10002, 9503, 9535, 9554, 9079, 9555, 8633, 11334, 9071, 11822, 8859, 11639, 8746, 10426, 9547, 10074, 9792, 9581, 9742, 8661, 9770, 8795, 9824, 8567, 9602, 8737, 10582, 9524, 10833, 9360, 9936, 9296, 9733, 9225, 10281, 9330, 10864, 9875, 10289, 10101, 10174, 9438, 9498, 9933, 9037, 12058, 8958, 11537, 9176, 11064, 9292, 10768, 9852, 10201, 9920, 9446, 9729, 8606, 9624, 9074, 9702, 8914, 9577, 8690, 9706, 8706, 9955, 8919, 13332, 9254, 13225, 9235, 12703, 8973, 11144, 9358, 10757, 9900, 10476, 9796, 9627, 9797, 8780, 9673, 8451, 9997, 9039, 11979, 9311, 11367, 9058, 11187, 8869, 10550, 9397, 11111, 9704, 10749, 9152, 9876, 9850, 8521, 9568, 8757, 11692, 9030, 11921, 9098, 11176, 9239, 9540, 8813, 11800, 9010, 10868, 9252, 10487, 9545, 9872, 9295, 10068, 9408, 10327, 9291, 9639, 9678, 9607, 9837, 8715, 9677, 8880, 9810, 9769, 9490, 8952, 9710, 8839, 9669, 8626, 9994, 8940, 11222, 9209, 11029, 8977, 9789, 8996, 10246, 8999, 11673, 9044, 11552, 9102, 10402, 9193, 10493, 9376, 10459, 9472, 9855, 9848, 8839, 9999, 9076, 9822, 8841, 9810, 8722, 9957, 8847, 10325, 9035, 10926, 9215, 10988, 8954, 10762, 8800, 12067, 8699, 11331, 9602, 10633, 10023, 11066, 9393, 11309, 9441, 8457, 8809, 12130, 9301, 10664, 9826, 9428, 9783, 9265, 9579, 9276, 10599, 9163, 13029, 9042, 14414, 9765, 11689, 9627, 10856, 9063, 10197, 8756, 9846, 9198, 8975, 9596, 8817, 10337, 8912, 10535, 9036, 11849, 8839, 10307, 9008, 9963, 9204, 9587, 9620, 9092, 9548, 8824, 9528, 8937, 9408, 8733, 9742, 8638, 9842, 8665, 9769, 9065, 9646, 8804, 9488, 8487, 9439, 8968, 10228, 8813, 11992, 9315, 11616, 9132, 11676, 9072, 10944, 9525, 10443, 9701, 10163, 10007, 10161, 10010, 10132, 9236, 9295, 9734, 9370, 9494, 9029, 9751, 8897, 10375, 9167, 9708, 8656, 9958, 8893, 12475, 8973, 11266, 8965, 11265, 9266, 10939, 9253, 10277, 9503, 10393, 9430, 10267, 10060, 10534, 9638, 10693, 9264, 9960, 9017, 11694, 8945, 13269, 9343, 12622, 9314, 12158, 9213, 10347, 8965, 13451, 9058, 11315, 9827, 10696, 9838, 10571, 9541, 10269, 9476, 10067, 9171, 10810, 9213, 11190, 9396, 10406, 9242, 9593, 8810, 13777, 9053, 11419, 9210, 11668, 9456, 10985, 9119, 10176, 8895, 11698, 9315, 11003, 9548, 10348, 9588, 10261, 9519, 9642, 9459, 9526, 9785, 8854, 9355, 9506, 9561, 9579, 9703, 8941, 9828, 8834, 9874, 9095, 9392, 8935, 9633, 9453, 9512, 10042, 9250, 10788, 9642, 10776, 9958, 10360, 9584, 10071, 9740, 8843, 9655, 8997, 9619, 9426, 9814, 10398, 9764, 11096, 9642, 11378, 9469, 11275, 9446, 10968, 9477, 9898, 8668, 8560, 9580, 9553, 12279, 9566, 12123, 9763, 11255, 9856, 9513, 9655, 14108, 9701, 11465, 9703, 10356, 9603, 11523, 9497, 9458, 9497, 9841, 9375, 9737, 9501, 12174, 9482, 10342, 9702, 9494, 9126, 9498, 9297, 9464, 9278, 10083, 9346, 9678, 9556, 11474, 9317, 11868, 9563, 10858, 9917, 10656, 9708, 11347, 9611, 10224, 9666, 10192, 9412, 11246, 9627, 10931, 9518, 10371, 9654, 10201, 9955, 10612, 9926, 10686, 9996, 10373, 9486, 10597, 9441, 10230, 9714, 9183, 9584, 9435, 9659, 9920, 9757, 9823, 9948, 9745, 9978, 10620, 10016, 11151, 9967, 10213, 9827, 9778, 9517, 9480, 9335, 9622, 9583, 9831, 9563, 9972, 10069, 9608, 9989, 10182, 10107, 11024, 10098, 10794, 9791, 10199, 9772, 10157, 9932, 10385, 10098, 10826, 9951, 10298, 9582, 10259], 'WindowCenter': [3980.0, 3965.0, 3979.0, 3958.0, 3956.0, 3931.0, 3921.0, 3939.0, 3920.0, 3941.0, 3930.0, 3940.0, 3919.0, 3940.0, 3938.0, 3918.0, 3946.0, 3903.0, 3925.0, 3905.0, 3915.0, 3891.0, 3903.0, 3921.0, 3900.0, 3910.0, 3889.0, 3900.0, 3889.0, 3889.0, 3905.0, 3915.0, 3923.0, 3915.0, 3910.0, 3913.0, 3901.0, 3905.0, 3914.0, 3917.0, 3927.0, 3929.0, 3929.0, 3931.0, 3932.0, 3939.0, 3918.0, 3939.0, 3928.0, 3917.0, 3929.0, 3940.0, 3931.0, 3966.0, 3954.0, 3963.0, 3941.0, 3951.0, 3930.0, 3940.0, 3929.0, 3940.0, 3929.0, 3938.0, 3928.0, 3942.0, 3943.0, 3930.0, 3930.0, 3930.0, 3948.0, 3929.0, 3949.0, 3931.0, 3952.0, 3952.0, 3951.0, 3952.0, 3939.0, 3940.0, 3941.0, 3939.0, 3943.0, 3952.0, 3942.0, 3940.0, 3941.0, 3940.0, 3942.0, 3951.0, 3933.0, 3964.0, 3953.0, 3952.0, 3941.0, 3952.0, 3942.0, 3953.0, 3941.0, 3943.0, 3967.0, 3956.0, 3953.0, 3943.0, 3941.0, 3930.0, 3940.0, 3933.0, 3962.0, 3940.0, 3963.0, 3943.0, 3951.0, 3940.0, 3949.0, 3929.0, 3940.0, 3928.0, 3930.0, 3948.0, 3928.0, 3963.0, 3941.0, 3950.0, 3938.0, 3939.0, 3927.0, 3929.0, 3927.0, 3929.0, 3927.0, 3932.0, 3963.0, 3942.0, 3961.0, 3941.0, 3938.0, 3930.0, 3938.0, 3928.0, 3938.0, 3926.0, 3929.0, 3938.0, 3942.0, 3961.0, 3941.0, 3938.0, 3927.0, 3939.0, 3927.0, 3938.0, 3927.0, 3930.0, 3940.0, 3929.0, 3939.0, 3929.0, 3950.0, 3928.0, 3938.0, 3939.0, 3941.0, 3941.0, 3940.0, 3954.0, 3931.0, 3938.0, 3932.0, 3937.0, 3928.0, 3950.0, 3930.0, 3950.0, 3939.0, 3952.0, 3952.0, 3940.0, 3939.0, 3941.0, 3939.0, 3930.0, 3937.0, 3929.0, 3949.0, 3941.0, 3962.0, 3941.0, 3949.0, 3939.0, 3938.0, 3928.0, 3940.0, 3928.0, 3931.0, 3951.0, 3940.0, 3960.0, 3930.0, 3940.0, 3940.0, 3949.0, 3940.0, 3949.0, 3952.0, 3951.0, 3941.0, 3940.0, 3938.0, 3941.0, 3939.0, 3930.0, 3939.0, 3931.0, 3975.0, 3943.0, 3961.0, 3941.0, 3940.0, 3940.0, 3949.0, 3942.0, 3951.0, 3941.0, 3963.0, 3954.0, 3964.0, 3951.0, 3951.0, 3941.0, 3950.0, 3938.0, 3952.0, 3939.0, 3942.0, 3960.0, 3942.0, 3962.0, 3930.0, 3948.0, 3928.0, 3936.0, 3926.0, 3940.0, 3927.0, 3929.0, 3940.0, 3940.0, 3940.0, 3930.0, 3937.0, 3927.0, 3948.0, 3927.0, 3937.0, 3929.0, 3939.0, 3942.0, 3940.0, 3939.0, 3928.0, 3939.0, 3918.0, 3938.0, 3929.0, 3938.0, 3929.0, 3974.0, 3943.0, 3961.0, 3940.0, 3948.0, 3929.0, 3948.0, 3930.0, 3949.0, 3930.0, 3938.0, 3941.0, 3941.0, 3939.0, 3928.0, 3938.0, 3930.0, 3938.0, 3930.0, 3937.0, 3929.0, 3960.0, 3942.0, 3963.0, 3940.0, 3951.0, 3939.0, 3939.0, 3938.0, 3940.0, 3938.0, 3931.0, 3940.0, 3942.0, 3939.0, 3931.0, 3949.0, 3941.0, 3939.0, 3927.0, 3940.0, 3952.0, 3942.0, 3940.0, 3928.0, 3939.0, 3929.0, 3938.0, 3941.0, 3938.0, 3931.0, 3940.0, 3931.0, 3939.0, 3941.0, 3961.0, 3941.0, 3960.0, 3942.0, 3963.0, 3940.0, 3949.0, 3938.0, 3938.0, 3938.0, 3941.0, 3937.0, 3940.0, 3952.0, 3940.0, 3938.0, 3940.0, 3939.0, 3941.0, 3939.0, 3941.0, 3950.0, 3941.0, 3962.0, 3952.0, 3954.0, 3955.0, 3952.0, 3938.0, 3941.0, 3940.0, 3940.0, 3950.0, 3942.0, 3952.0, 3942.0, 3972.0, 3940.0, 3959.0, 3929.0, 3950.0, 3929.0, 3950.0, 3940.0, 3949.0, 3929.0, 3940.0, 3942.0, 3939.0, 3927.0, 3918.0, 3926.0, 3927.0, 3937.0, 3928.0, 3947.0, 3928.0, 3961.0, 3940.0, 3948.0, 3927.0, 3936.0, 3927.0, 3938.0, 3938.0, 3939.0, 3937.0, 3929.0, 3951.0, 3941.0, 3938.0, 3929.0, 3937.0, 3929.0, 3949.0, 3930.0, 3948.0, 3928.0, 3963.0, 3952.0, 3950.0, 3939.0, 3938.0, 3937.0, 3939.0, 3928.0, 3929.0, 3927.0, 3930.0, 3962.0, 3941.0, 3960.0, 3930.0, 3947.0, 3928.0, 3938.0, 3938.0, 3939.0, 3939.0, 3941.0, 3952.0, 3931.0, 3943.0, 3930.0, 3939.0, 3931.0, 3940.0, 3942.0, 3949.0, 3952.0, 3963.0, 3952.0, 3951.0, 3953.0, 3951.0, 3954.0, 3953.0, 3952.0, 3963.0, 3964.0, 3965.0, 3952.0, 3952.0, 3940.0, 3943.0, 3950.0, 3943.0, 3961.0, 3943.0, 3963.0, 3940.0, 3949.0, 3940.0, 3949.0, 3939.0, 3940.0, 3938.0, 3938.0, 3929.0, 3941.0, 3952.0, 3941.0, 3939.0, 3940.0, 3941.0, 3942.0, 3940.0, 3941.0, 3940.0, 3944.0, 3985.0, 3942.0, 3970.0, 3940.0, 3959.0, 3940.0, 3948.0, 3940.0, 3949.0, 3952.0, 3951.0, 3951.0, 3939.0, 3939.0, 3928.0, 3937.0, 3929.0, 3939.0, 3940.0, 3961.0, 3941.0, 3948.0, 3929.0, 3949.0, 3930.0, 3950.0, 3940.0, 3962.0, 3940.0, 3951.0, 3927.0, 3939.0, 3938.0, 3931.0, 3938.0, 3930.0, 3959.0, 3940.0, 3961.0, 3928.0, 3949.0, 3928.0, 3926.0, 3929.0, 3948.0, 3929.0, 3949.0, 3939.0, 3950.0, 3938.0, 3952.0, 3942.0, 3951.0, 3939.0, 3939.0, 3928.0, 3927.0, 3927.0, 3939.0, 3938.0, 3928.0, 3942.0, 3942.0, 3952.0, 3939.0, 3939.0, 3930.0, 3937.0, 3930.0, 3927.0, 3930.0, 3941.0, 3942.0, 3963.0, 3941.0, 3949.0, 3929.0, 3937.0, 3929.0, 3938.0, 3930.0, 3948.0, 3929.0, 3949.0, 3929.0, 3938.0, 3939.0, 3948.0, 3939.0, 3938.0, 3938.0, 3940.0, 3938.0, 3941.0, 3950.0, 3929.0, 3937.0, 3928.0, 3937.0, 3928.0, 3938.0, 3942.0, 3939.0, 3942.0, 3963.0, 3941.0, 3949.0, 3940.0, 3949.0, 3940.0, 3959.0, 3931.0, 3962.0, 3953.0, 3962.0, 3954.0, 3962.0, 3942.0, 3960.0, 3940.0, 3929.0, 3940.0, 3960.0, 3939.0, 3950.0, 3939.0, 3942.0, 3952.0, 3953.0, 3952.0, 3955.0, 3963.0, 3941.0, 3960.0, 3928.0, 3957.0, 3926.0, 3935.0, 3914.0, 3924.0, 3902.0, 3925.0, 3890.0, 3910.0, 3898.0, 3899.0, 3898.0, 3900.0, 3909.0, 3899.0, 3912.0, 3902.0, 3933.0, 3927.0, 3924.0, 3913.0, 3923.0, 3915.0, 3924.0, 3924.0, 3915.0, 3936.0, 3929.0, 3940.0, 3928.0, 3938.0, 3928.0, 3938.0, 3928.0, 3938.0, 3929.0, 3953.0, 3942.0, 3940.0, 3942.0, 3940.0, 3942.0, 3941.0, 3942.0, 3951.0, 3943.0, 3976.0, 3953.0, 3962.0, 3942.0, 3961.0, 3941.0, 3950.0, 3941.0, 3951.0, 3941.0, 3963.0, 3955.0, 3952.0, 3951.0, 3951.0, 3940.0, 3941.0, 3940.0, 3942.0, 3940.0, 3941.0, 3941.0, 3943.0, 3952.0, 3941.0, 3941.0, 3931.0, 3939.0, 3940.0, 3960.0, 3941.0, 3963.0, 3944.0, 3963.0, 3942.0, 3950.0, 3939.0, 3949.0, 3950.0, 3950.0, 3942.0, 3952.0, 3954.0, 3963.0, 3952.0, 3952.0, 3953.0, 3952.0, 3952.0, 3963.0, 3942.0, 3973.0, 3943.0, 3974.0, 3941.0, 3960.0, 3941.0, 3948.0, 3941.0, 3972.0, 3930.0, 3950.0, 3939.0, 3951.0, 3950.0, 3949.0, 3939.0, 3938.0, 3939.0, 3938.0, 3940.0, 3950.0, 3941.0, 3961.0, 3941.0, 3950.0, 3941.0, 3939.0, 3940.0, 3968.0, 3928.0, 3948.0, 3940.0, 3948.0, 3939.0, 3937.0, 3930.0, 3938.0, 3929.0, 3948.0, 3940.0, 3949.0, 3938.0, 3938.0, 3940.0, 3949.0, 3941.0, 3940.0, 3941.0, 3944.0, 3951.0, 3929.0, 3939.0, 3938.0, 3940.0, 3941.0, 3940.0, 3930.0, 3937.0, 3930.0, 3951.0, 3930.0, 3929.0, 3929.0, 3940.0, 3939.0, 3952.0, 3951.0, 3942.0, 3962.0, 3953.0, 3951.0, 3952.0, 3950.0, 3940.0, 3952.0, 3938.0, 3929.0, 3941.0, 3942.0, 3952.0, 3941.0, 3952.0, 3950.0, 3953.0, 3961.0, 3951.0, 3961.0, 3942.0, 3963.0, 3942.0, 3952.0, 3941.0, 3953.0, 3946.0, 3942.0, 3954.0, 3953.0, 3972.0, 3953.0, 3974.0, 3941.0, 3962.0, 3953.0, 3939.0, 3941.0, 3970.0, 3940.0, 3948.0, 3940.0, 3940.0, 3943.0, 3950.0, 3928.0, 3942.0, 3940.0, 3928.0, 3928.0, 3926.0, 3927.0, 3960.0, 3929.0, 3937.0, 3927.0, 3926.0, 3928.0, 3926.0, 3930.0, 3927.0, 3931.0, 3941.0, 3930.0, 3928.0, 3940.0, 3949.0, 3929.0, 3948.0, 3928.0, 3950.0, 3952.0, 3951.0, 3942.0, 3950.0, 3941.0, 3940.0, 3942.0, 3950.0, 3942.0, 3950.0, 3942.0, 3952.0, 3952.0, 3952.0, 3953.0, 3954.0, 3952.0, 3950.0, 3939.0, 3938.0, 3938.0, 3938.0, 3929.0, 3939.0, 3929.0, 3939.0, 3929.0, 3930.0, 3940.0, 3928.0, 3927.0, 3927.0, 3927.0, 3937.0, 3938.0, 3939.0, 3940.0, 3952.0, 3952.0, 3950.0, 3940.0, 3939.0, 3939.0, 3939.0, 3939.0, 3940.0, 3942.0, 3940.0, 3941.0, 3941.0, 3940.0, 3940.0, 3939.0, 3939.0, 3951.0, 3952.0, 3953.0, 3952.0, 3952.0, 3951.0, 3952.0, 3951.0, 3952.0, 3952.0, 3953.0, 3953.0, 3952.0, 3951.0, 3952.0, 3951.0, 3952.0, 3952.0], 'WindowWidth': [8912.0, 8882.0, 8887.0, 8855.0, 8847.0, 8802.0, 8789.0, 8809.0, 8785.0, 8816.0, 8798.0, 8814.0, 8780.0, 8811.0, 8802.0, 8776.0, 8811.0, 8749.0, 8781.0, 8751.0, 8766.0, 8727.0, 8746.0, 8766.0, 8737.0, 8750.0, 8720.0, 8736.0, 8720.0, 8723.0, 8753.0, 8768.0, 8777.0, 8766.0, 8753.0, 8761.0, 8741.0, 8755.0, 8766.0, 8775.0, 8788.0, 8793.0, 8794.0, 8801.0, 8804.0, 8807.0, 8781.0, 8807.0, 8795.0, 8777.0, 8798.0, 8811.0, 8803.0, 8858.0, 8839.0, 8849.0, 8817.0, 8827.0, 8801.0, 8811.0, 8796.0, 8810.0, 8795.0, 8808.0, 8793.0, 8820.0, 8820.0, 8801.0, 8796.0, 8798.0, 8820.0, 8797.0, 8821.0, 8801.0, 8832.0, 8831.0, 8827.0, 8829.0, 8811.0, 8813.0, 8815.0, 8810.0, 8822.0, 8833.0, 8819.0, 8810.0, 8818.0, 8813.0, 8820.0, 8828.0, 8807.0, 8852.0, 8837.0, 8831.0, 8818.0, 8831.0, 8819.0, 8836.0, 8816.0, 8824.0, 8859.0, 8844.0, 8836.0, 8820.0, 8813.0, 8803.0, 8811.0, 8807.0, 8845.0, 8814.0, 8848.0, 8822.0, 8829.0, 8811.0, 8823.0, 8795.0, 8813.0, 8792.0, 8800.0, 8818.0, 8793.0, 8848.0, 8816.0, 8825.0, 8805.0, 8807.0, 8791.0, 8794.0, 8789.0, 8796.0, 8790.0, 8802.0, 8847.0, 8819.0, 8843.0, 8814.0, 8807.0, 8797.0, 8807.0, 8791.0, 8809.0, 8787.0, 8796.0, 8807.0, 8818.0, 8844.0, 8814.0, 8806.0, 8791.0, 8807.0, 8790.0, 8806.0, 8789.0, 8798.0, 8811.0, 8797.0, 8807.0, 8796.0, 8823.0, 8794.0, 8806.0, 8810.0, 8813.0, 8814.0, 8815.0, 8837.0, 8803.0, 8806.0, 8803.0, 8805.0, 8794.0, 8825.0, 8800.0, 8827.0, 8810.0, 8835.0, 8834.0, 8814.0, 8810.0, 8814.0, 8809.0, 8798.0, 8804.0, 8798.0, 8824.0, 8814.0, 8846.0, 8816.0, 8823.0, 8811.0, 8809.0, 8794.0, 8813.0, 8793.0, 8802.0, 8828.0, 8814.0, 8838.0, 8799.0, 8812.0, 8813.0, 8823.0, 8813.0, 8825.0, 8833.0, 8831.0, 8817.0, 8812.0, 8807.0, 8814.0, 8808.0, 8802.0, 8809.0, 8801.0, 8869.0, 8822.0, 8844.0, 8815.0, 8811.0, 8814.0, 8824.0, 8820.0, 8829.0, 8817.0, 8848.0, 8841.0, 8852.0, 8831.0, 8828.0, 8815.0, 8826.0, 8810.0, 8832.0, 8810.0, 8818.0, 8839.0, 8820.0, 8846.0, 8798.0, 8817.0, 8791.0, 8802.0, 8787.0, 8811.0, 8787.0, 8796.0, 8811.0, 8812.0, 8810.0, 8798.0, 8802.0, 8792.0, 8817.0, 8791.0, 8804.0, 8796.0, 8810.0, 8819.0, 8813.0, 8808.0, 8792.0, 8808.0, 8781.0, 8804.0, 8799.0, 8806.0, 8795.0, 8866.0, 8823.0, 8841.0, 8812.0, 8818.0, 8796.0, 8819.0, 8799.0, 8822.0, 8796.0, 8807.0, 8816.0, 8816.0, 8809.0, 8794.0, 8804.0, 8799.0, 8805.0, 8800.0, 8803.0, 8795.0, 8838.0, 8818.0, 8847.0, 8814.0, 8826.0, 8810.0, 8808.0, 8806.0, 8813.0, 8804.0, 8802.0, 8814.0, 8817.0, 8809.0, 8802.0, 8823.0, 8813.0, 8809.0, 8791.0, 8814.0, 8833.0, 8819.0, 8810.0, 8795.0, 8808.0, 8798.0, 8805.0, 8814.0, 8806.0, 8803.0, 8811.0, 8802.0, 8810.0, 8815.0, 8840.0, 8815.0, 8839.0, 8819.0, 8849.0, 8812.0, 8822.0, 8805.0, 8805.0, 8807.0, 8814.0, 8803.0, 8816.0, 8832.0, 8814.0, 8807.0, 8814.0, 8808.0, 8817.0, 8811.0, 8816.0, 8827.0, 8816.0, 8846.0, 8835.0, 8840.0, 8842.0, 8832.0, 8809.0, 8815.0, 8812.0, 8815.0, 8826.0, 8819.0, 8832.0, 8819.0, 8859.0, 8813.0, 8834.0, 8796.0, 8823.0, 8796.0, 8824.0, 8812.0, 8823.0, 8796.0, 8813.0, 8816.0, 8809.0, 8788.0, 8778.0, 8785.0, 8790.0, 8801.0, 8793.0, 8815.0, 8793.0, 8843.0, 8814.0, 8818.0, 8789.0, 8800.0, 8790.0, 8805.0, 8804.0, 8810.0, 8803.0, 8798.0, 8829.0, 8816.0, 8805.0, 8796.0, 8803.0, 8797.0, 8821.0, 8798.0, 8820.0, 8795.0, 8848.0, 8832.0, 8824.0, 8808.0, 8807.0, 8805.0, 8808.0, 8792.0, 8796.0, 8789.0, 8799.0, 8845.0, 8814.0, 8836.0, 8797.0, 8817.0, 8794.0, 8804.0, 8808.0, 8809.0, 8809.0, 8815.0, 8834.0, 8803.0, 8817.0, 8800.0, 8810.0, 8802.0, 8812.0, 8818.0, 8824.0, 8834.0, 8851.0, 8834.0, 8829.0, 8836.0, 8831.0, 8839.0, 8835.0, 8834.0, 8850.0, 8853.0, 8853.0, 8834.0, 8832.0, 8814.0, 8823.0, 8824.0, 8822.0, 8843.0, 8823.0, 8847.0, 8813.0, 8822.0, 8811.0, 8823.0, 8809.0, 8813.0, 8806.0, 8808.0, 8793.0, 8816.0, 8832.0, 8815.0, 8807.0, 8812.0, 8813.0, 8819.0, 8813.0, 8819.0, 8812.0, 8824.0, 8881.0, 8819.0, 8853.0, 8811.0, 8834.0, 8813.0, 8821.0, 8812.0, 8824.0, 8831.0, 8830.0, 8827.0, 8808.0, 8807.0, 8794.0, 8803.0, 8797.0, 8806.0, 8814.0, 8844.0, 8814.0, 8820.0, 8798.0, 8822.0, 8799.0, 8824.0, 8811.0, 8845.0, 8815.0, 8827.0, 8790.0, 8808.0, 8804.0, 8800.0, 8805.0, 8800.0, 8835.0, 8814.0, 8841.0, 8794.0, 8820.0, 8792.0, 8787.0, 8796.0, 8820.0, 8796.0, 8821.0, 8809.0, 8824.0, 8807.0, 8832.0, 8820.0, 8830.0, 8809.0, 8807.0, 8791.0, 8789.0, 8787.0, 8809.0, 8805.0, 8795.0, 8817.0, 8819.0, 8829.0, 8810.0, 8808.0, 8798.0, 8805.0, 8800.0, 8790.0, 8799.0, 8813.0, 8820.0, 8850.0, 8816.0, 8823.0, 8795.0, 8804.0, 8796.0, 8804.0, 8800.0, 8821.0, 8797.0, 8824.0, 8795.0, 8807.0, 8810.0, 8819.0, 8809.0, 8807.0, 8806.0, 8812.0, 8804.0, 8815.0, 8826.0, 8795.0, 8802.0, 8792.0, 8801.0, 8795.0, 8806.0, 8818.0, 8808.0, 8819.0, 8849.0, 8816.0, 8821.0, 8812.0, 8821.0, 8813.0, 8835.0, 8800.0, 8844.0, 8836.0, 8846.0, 8838.0, 8843.0, 8820.0, 8839.0, 8812.0, 8795.0, 8814.0, 8839.0, 8810.0, 8824.0, 8809.0, 8818.0, 8830.0, 8836.0, 8831.0, 8843.0, 8850.0, 8816.0, 8838.0, 8794.0, 8829.0, 8787.0, 8797.0, 8765.0, 8777.0, 8744.0, 8780.0, 8727.0, 8752.0, 8732.0, 8736.0, 8730.0, 8738.0, 8749.0, 8738.0, 8754.0, 8744.0, 8788.0, 8789.0, 8782.0, 8764.0, 8775.0, 8769.0, 8778.0, 8781.0, 8769.0, 8800.0, 8797.0, 8812.0, 8792.0, 8806.0, 8795.0, 8804.0, 8795.0, 8807.0, 8797.0, 8835.0, 8820.0, 8812.0, 8819.0, 8812.0, 8819.0, 8816.0, 8821.0, 8829.0, 8822.0, 8871.0, 8836.0, 8846.0, 8818.0, 8840.0, 8816.0, 8825.0, 8814.0, 8828.0, 8815.0, 8849.0, 8840.0, 8833.0, 8830.0, 8829.0, 8813.0, 8816.0, 8812.0, 8819.0, 8811.0, 8817.0, 8815.0, 8824.0, 8834.0, 8816.0, 8813.0, 8803.0, 8810.0, 8814.0, 8840.0, 8815.0, 8848.0, 8825.0, 8848.0, 8817.0, 8825.0, 8812.0, 8823.0, 8827.0, 8827.0, 8819.0, 8832.0, 8839.0, 8849.0, 8834.0, 8832.0, 8836.0, 8832.0, 8836.0, 8847.0, 8819.0, 8864.0, 8821.0, 8864.0, 8817.0, 8839.0, 8815.0, 8821.0, 8816.0, 8856.0, 8800.0, 8824.0, 8808.0, 8827.0, 8826.0, 8821.0, 8810.0, 8807.0, 8810.0, 8806.0, 8812.0, 8824.0, 8815.0, 8842.0, 8817.0, 8827.0, 8816.0, 8809.0, 8815.0, 8847.0, 8792.0, 8820.0, 8812.0, 8821.0, 8808.0, 8804.0, 8797.0, 8804.0, 8798.0, 8820.0, 8811.0, 8823.0, 8808.0, 8807.0, 8813.0, 8823.0, 8814.0, 8811.0, 8815.0, 8824.0, 8828.0, 8795.0, 8810.0, 8807.0, 8811.0, 8815.0, 8810.0, 8800.0, 8804.0, 8801.0, 8829.0, 8800.0, 8795.0, 8797.0, 8811.0, 8812.0, 8831.0, 8829.0, 8818.0, 8845.0, 8833.0, 8828.0, 8830.0, 8827.0, 8813.0, 8834.0, 8807.0, 8797.0, 8815.0, 8821.0, 8832.0, 8816.0, 8830.0, 8826.0, 8833.0, 8842.0, 8831.0, 8843.0, 8817.0, 8848.0, 8818.0, 8831.0, 8816.0, 8835.0, 8833.0, 8819.0, 8840.0, 8834.0, 8857.0, 8833.0, 8862.0, 8813.0, 8845.0, 8835.0, 8808.0, 8815.0, 8850.0, 8808.0, 8817.0, 8809.0, 8813.0, 8819.0, 8824.0, 8791.0, 8814.0, 8810.0, 8790.0, 8790.0, 8783.0, 8787.0, 8835.0, 8793.0, 8799.0, 8788.0, 8785.0, 8790.0, 8785.0, 8796.0, 8787.0, 8799.0, 8813.0, 8798.0, 8792.0, 8811.0, 8820.0, 8794.0, 8818.0, 8792.0, 8823.0, 8831.0, 8829.0, 8818.0, 8824.0, 8813.0, 8810.0, 8818.0, 8824.0, 8818.0, 8825.0, 8817.0, 8829.0, 8830.0, 8829.0, 8834.0, 8837.0, 8832.0, 8824.0, 8807.0, 8805.0, 8804.0, 8805.0, 8793.0, 8808.0, 8792.0, 8809.0, 8793.0, 8798.0, 8809.0, 8790.0, 8787.0, 8787.0, 8788.0, 8804.0, 8807.0, 8809.0, 8811.0, 8831.0, 8829.0, 8823.0, 8809.0, 8808.0, 8808.0, 8808.0, 8809.0, 8810.0, 8815.0, 8814.0, 8815.0, 8813.0, 8810.0, 8810.0, 8810.0, 8810.0, 8827.0, 8831.0, 8834.0, 8830.0, 8830.0, 8828.0, 8832.0, 8828.0, 8831.0, 8830.0, 8834.0, 8834.0, 8832.0, 8829.0, 8831.0, 8829.0, 8833.0, 8832.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.001524895947426068</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02134682212486309</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.883627958519725</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2985294379166659</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.02807797571272</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4522</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6659.9556</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08705546119184585</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.5334063526834611</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6242592555823565</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6396395734297244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7975715696643326</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4355666236530125</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0121572</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006206600461155176</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022837435826659203</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</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.7163815041748927</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>40.2499</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9082</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.0413</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306285.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>659.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.2417</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0997</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.2016</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3164.7646</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3356.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70259.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>955.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4205.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.0225</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.71874584257603</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> |