=== 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-0095 --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-0095",
"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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-02/func/sub-0095_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>a2286f8006823050fe0623b18321e780</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:36:37.032500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996341, 0.0671637, 0.052858, -0.0607643, 0.991558, -0.114548]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0894428</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4238, -7792, -7219, 205, -129, -180, -85, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.17</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>06d2a8e8-8cf9-473d-8862-7d17f1669ab4||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673109531402588, -0.16302607953548431, 0.16228428483009338, 116.10147094726562], [-0.1801954209804535, 2.660276412963867, -0.29947662353515625, -84.20118713378906], [0.14181427657604218, 0.30732470750808716, 2.6784281730651855, -91.3040542602539], [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': ['153637.032500', '153637.492500', '153637.952500', '153638.412500', '153638.872500', '153639.332500', '153639.792500', '153640.252500', '153640.712500', '153641.172500', '153641.632500', '153642.092500', '153642.552500', '153643.012500', '153643.472500', '153643.932500', '153644.392500', '153644.852500', '153645.312500', '153645.772500', '153646.232500', '153646.692500', '153647.152500', '153647.612500', '153648.072500', '153648.532500', '153648.992500', '153649.452500', '153649.912500', '153650.372500', '153650.832500', '153651.292500', '153651.752500', '153652.212500', '153652.672500', '153653.132500', '153653.592500', '153654.052500', '153654.512500', '153654.972500', '153655.432500', '153655.892500', '153656.352500', '153656.812500', '153657.272500', '153657.732500', '153658.192500', '153658.652500', '153659.112500', '153659.572500', '153700.032500', '153700.492500', '153700.952500', '153701.412500', '153701.872500', '153702.332500', '153702.792500', '153703.252500', '153703.712500', '153704.172500', '153704.632500', '153705.092500', '153705.552500', '153706.012500', '153706.472500', '153706.932500', '153707.392500', '153707.852500', '153708.312500', '153708.772500', '153709.232500', '153709.692500', '153710.152500', '153710.612500', '153711.072500', '153711.532500', '153711.992500', '153712.452500', '153712.912500', '153713.372500', '153713.832500', '153714.292500', '153714.752500', '153715.212500', '153715.672500', '153716.132500', '153716.592500', '153717.052500', '153717.512500', '153717.972500', '153718.432500', '153718.892500', '153719.352500', '153719.812500', '153720.272500', '153720.732500', '153721.192500', '153721.652500', '153722.112500', '153722.572500', '153723.032500', '153723.492500', '153723.952500', '153724.412500', '153724.872500', '153725.332500', '153725.792500', '153726.252500', '153726.712500', '153727.172500', '153727.632500', '153728.092500', '153728.552500', '153729.012500', '153729.472500', '153729.932500', '153730.392500', '153730.852500', '153731.312500', '153731.772500', '153732.232500', '153732.692500', '153733.152500', '153733.612500', '153734.072500', '153734.532500', '153734.992500', '153735.452500', '153735.912500', '153736.372500', '153736.832500', '153737.292500', '153737.752500', '153738.212500', '153738.672500', '153739.132500', '153739.592500', '153740.052500', '153740.512500', '153740.972500', '153741.432500', '153741.892500', '153742.352500', '153742.812500', '153743.272500', '153743.732500', '153744.192500', '153744.652500', '153745.112500', '153745.572500', '153746.032500', '153746.492500', '153746.952500', '153747.412500', '153747.872500', '153748.332500', '153748.792500', '153749.252500', '153749.712500', '153750.172500', '153750.632500', '153751.092500', '153751.552500', '153752.012500', '153752.472500', '153752.932500', '153753.392500', '153753.852500', '153754.312500', '153754.772500', '153755.232500', '153755.692500', '153756.152500', '153756.612500', '153757.072500', '153757.532500', '153757.992500', '153758.452500', '153758.912500', '153759.372500', '153759.832500', '153800.292500', '153800.752500', '153801.212500', '153801.672500', '153802.132500', '153802.592500', '153803.052500', '153803.512500', '153803.972500', '153804.432500', '153804.892500', '153805.352500', '153805.812500', '153806.272500', '153806.732500', '153807.192500', '153807.652500', '153808.112500', '153808.572500', '153809.032500', '153809.492500', '153809.952500', '153810.412500', '153810.872500', '153811.332500', '153811.792500', '153812.252500', '153812.712500', '153813.172500', '153813.632500', '153814.092500', '153814.552500', '153815.012500', '153815.472500', '153815.932500', '153816.392500', '153816.852500', '153817.312500', '153817.772500', '153818.232500', '153818.692500', '153819.152500', '153819.612500', '153820.072500', '153820.532500', '153820.992500', '153821.452500', '153821.912500', '153822.372500', '153822.832500', '153823.292500', '153823.752500', '153824.212500', '153824.672500', '153825.132500', '153825.592500', '153826.052500', '153826.512500', '153826.972500', '153827.432500', '153827.892500', '153828.352500', '153828.812500', '153829.272500', '153829.732500', '153830.192500', '153830.652500', '153831.112500', '153831.572500', '153832.032500', '153832.492500', '153832.952500', '153833.412500', '153833.872500', '153834.332500', '153834.792500', '153835.252500', '153835.712500', '153836.172500', '153836.632500', '153837.092500', '153837.552500', '153838.012500', '153838.472500', '153838.932500', '153839.392500', '153839.852500', '153840.312500', '153840.772500', '153841.232500', '153841.692500', '153842.152500', '153842.612500', '153843.072500', '153843.532500', '153843.992500', '153844.452500', '153844.912500', '153845.372500', '153845.832500', '153846.292500', '153846.752500', '153847.212500', '153847.672500', '153848.132500', '153848.592500', '153849.052500', '153849.512500', '153849.972500', '153850.432500', '153850.892500', '153851.352500', '153851.812500', '153852.272500', '153852.732500', '153853.192500', '153853.652500', '153854.112500', '153854.572500', '153855.032500', '153855.492500', '153855.952500', '153856.412500', '153856.872500', '153857.332500', '153857.792500', '153858.252500', '153858.712500', '153859.172500', '153859.632500', '153900.092500', '153900.552500', '153901.012500', '153901.472500', '153901.932500', '153902.392500', '153902.852500', '153903.312500', '153903.772500', '153904.232500', '153904.692500', '153905.152500', '153905.612500', '153906.072500', '153906.532500', '153906.992500', '153907.452500', '153907.912500', '153908.372500', '153908.832500', '153909.292500', '153909.752500', '153910.212500', '153910.672500', '153911.132500', '153911.592500', '153912.052500', '153912.512500', '153912.972500', '153913.432500', '153913.892500', '153914.352500', '153914.812500', '153915.272500', '153915.732500', '153916.192500', '153916.652500', '153917.112500', '153917.572500', '153918.032500', '153918.492500', '153918.952500', '153919.412500', '153919.872500', '153920.332500', '153920.792500', '153921.252500', '153921.712500', '153922.172500', '153922.632500', '153923.092500', '153923.552500', '153924.012500', '153924.472500', '153924.932500', '153925.392500', '153925.852500', '153926.312500', '153926.772500', '153927.232500', '153927.692500', '153928.152500', '153928.612500', '153929.072500', '153929.532500', '153929.992500', '153930.452500', '153930.912500', '153931.372500', '153931.832500', '153932.292500', '153932.752500', '153933.212500', '153933.672500', '153934.132500', '153934.592500', '153935.052500', '153935.512500', '153935.972500', '153936.432500', '153936.892500', '153937.352500', '153937.812500', '153938.272500', '153938.732500', '153939.192500', '153939.652500', '153940.112500', '153940.572500', '153941.032500', '153941.492500', '153941.952500', '153942.412500', '153942.872500', '153943.332500', '153943.792500', '153944.252500', '153944.712500', '153945.172500', '153945.632500', '153946.092500', '153946.552500', '153947.012500', '153947.472500', '153947.932500', '153948.392500', '153948.852500', '153949.312500', '153949.772500', '153950.232500', '153950.692500', '153951.152500', '153951.612500', '153952.072500', '153952.532500', '153952.992500', '153953.452500', '153953.912500', '153954.372500', '153954.832500', '153955.292500', '153955.752500', '153956.212500', '153956.672500', '153957.132500', '153957.592500', '153958.052500', '153958.512500', '153958.972500', '153959.432500', '153959.892500', '154000.352500', '154000.812500', '154001.272500', '154001.732500', '154002.192500', '154002.652500', '154003.112500', '154003.572500', '154004.032500', '154004.492500', '154004.952500', '154005.412500', '154005.872500', '154006.332500', '154006.792500', '154007.252500', '154007.712500', '154008.172500', '154008.632500', '154009.092500', '154009.552500', '154010.012500', '154010.472500', '154010.932500', '154011.392500', '154011.852500', '154012.312500', '154012.772500', '154013.232500', '154013.692500', '154014.152500', '154014.612500', '154015.072500', '154015.532500', '154015.992500', '154016.452500', '154016.912500', '154017.372500', '154017.832500', '154018.292500', '154018.752500', '154019.212500', '154019.672500', '154020.132500', '154020.592500', '154021.052500', '154021.512500', '154021.972500', '154022.432500', '154022.892500', '154023.352500', '154023.812500', '154024.272500', '154024.732500', '154025.192500', '154025.652500', '154026.112500', '154026.572500', '154027.032500', '154027.492500', '154027.952500', '154028.412500', '154028.872500', '154029.332500', '154029.792500', '154030.252500', '154030.712500', '154031.172500', '154031.632500', '154032.092500', '154032.552500', '154033.012500', '154033.472500', '154033.932500', '154034.392500', '154034.852500', '154035.312500', '154035.772500', '154036.232500', '154036.692500', '154037.152500', '154037.612500', '154038.072500', '154038.532500', '154038.992500', '154039.452500', '154039.912500', '154040.372500', '154040.832500', '154041.292500', '154041.752500', '154042.212500', '154042.672500', '154043.132500', '154043.592500', '154044.052500', '154044.512500', '154044.972500', '154045.432500', '154045.892500', '154046.352500', '154046.812500', '154047.272500', '154047.732500', '154048.192500', '154048.652500', '154049.112500', '154049.572500', '154050.032500', '154050.492500', '154050.952500', '154051.412500', '154051.872500', '154052.332500', '154052.792500', '154053.252500', '154053.712500', '154054.172500', '154054.632500', '154055.092500', '154055.552500', '154056.012500', '154056.472500', '154056.932500', '154057.392500', '154057.852500', '154058.312500', '154058.772500', '154059.232500', '154059.692500', '154100.152500', '154100.612500', '154101.072500', '154101.532500', '154101.992500', '154102.452500', '154102.912500', '154103.372500', '154103.832500', '154104.292500', '154104.752500', '154105.212500', '154105.672500', '154106.132500', '154106.592500', '154107.052500', '154107.512500', '154107.972500', '154108.432500', '154108.892500', '154109.352500', '154109.812500', '154110.272500', '154110.732500', '154111.192500', '154111.652500', '154112.112500', '154112.572500', '154113.032500', '154113.492500', '154113.952500', '154114.412500', '154114.872500', '154115.332500', '154115.792500', '154116.252500', '154116.712500', '154117.172500', '154117.632500', '154118.092500', '154118.552500', '154119.012500', '154119.472500', '154119.932500', '154120.392500', '154120.852500', '154121.312500', '154121.772500', '154122.232500', '154122.692500', '154123.152500', '154123.612500', '154124.072500', '154124.532500', '154124.992500', '154125.452500', '154125.912500', '154126.372500', '154126.832500', '154127.292500', '154127.752500', '154128.212500', '154128.672500', '154129.132500', '154129.592500', '154130.052500', '154130.512500', '154130.972500', '154131.432500', '154131.892500', '154132.352500', '154132.812500', '154133.272500', '154133.732500', '154134.192500', '154134.652500', '154135.112500', '154135.572500', '154136.032500', '154136.492500', '154136.952500', '154137.412500', '154137.872500', '154138.332500', '154138.792500', '154139.252500', '154139.712500', '154140.172500', '154140.632500', '154141.092500', '154141.552500', '154142.012500', '154142.472500', '154142.932500', '154143.392500', '154143.852500', '154144.312500', '154144.772500', '154145.232500', '154145.692500', '154146.152500', '154146.612500', '154147.072500', '154147.532500', '154147.992500', '154148.452500', '154148.912500', '154149.372500', '154149.832500', '154150.292500', '154150.752500', '154151.212500', '154151.672500', '154152.132500', '154152.592500', '154153.052500', '154153.512500', '154153.972500', '154154.432500', '154154.892500', '154155.352500', '154155.812500', '154156.272500', '154156.732500', '154157.192500', '154157.652500', '154158.112500', '154158.572500', '154159.032500', '154159.492500', '154159.952500', '154200.412500', '154200.872500', '154201.332500', '154201.792500', '154202.252500', '154202.712500', '154203.172500', '154203.632500', '154204.092500', '154204.552500', '154205.012500', '154205.472500', '154205.932500', '154206.392500', '154206.852500', '154207.312500', '154207.772500', '154208.232500', '154208.692500', '154209.152500', '154209.612500', '154210.072500', '154210.532500', '154210.992500', '154211.452500', '154211.912500', '154212.372500', '154212.832500', '154213.292500', '154213.752500', '154214.212500', '154214.672500', '154215.132500', '154215.592500', '154216.052500', '154216.512500', '154216.972500', '154217.432500', '154217.892500', '154218.352500', '154218.812500', '154219.272500', '154219.732500', '154220.192500', '154220.652500', '154221.112500', '154221.572500', '154222.032500', '154222.492500', '154222.952500', '154223.412500', '154223.872500', '154224.332500', '154224.792500', '154225.252500', '154225.712500', '154226.172500', '154226.632500', '154227.092500', '154227.552500', '154228.012500', '154228.472500', '154228.932500', '154229.392500', '154229.852500', '154230.312500', '154230.772500', '154231.232500', '154231.692500', '154232.152500', '154232.612500', '154233.072500', '154233.532500', '154233.992500', '154234.452500', '154234.912500', '154235.372500', '154235.832500', '154236.292500', '154236.752500', '154237.212500', '154237.672500', '154238.132500', '154238.592500', '154239.052500', '154239.512500', '154239.972500', '154240.432500', '154240.892500', '154241.352500', '154241.812500', '154242.272500', '154242.732500', '154243.192500', '154243.652500', '154244.112500', '154244.572500', '154245.032500', '154245.492500', '154245.952500', '154246.412500', '154246.872500', '154247.332500', '154247.792500', '154248.252500', '154248.712500', '154249.172500', '154249.632500', '154250.092500', '154250.552500', '154251.012500', '154251.472500', '154251.932500', '154252.392500', '154252.852500', '154253.312500', '154253.772500', '154254.232500', '154254.692500', '154255.152500', '154255.612500', '154256.072500', '154256.532500', '154256.992500', '154257.452500', '154257.912500', '154258.372500', '154258.832500', '154259.292500', '154259.752500', '154300.212500', '154300.672500', '154301.132500', '154301.592500', '154302.052500', '154302.512500', '154302.972500', '154303.432500', '154303.892500', '154304.352500', '154304.812500', '154305.272500', '154305.732500', '154306.192500', '154306.652500', '154307.112500', '154307.572500', '154308.032500', '154308.492500', '154308.952500', '154309.412500', '154309.872500', '154310.332500', '154310.792500', '154311.252500', '154311.712500', '154312.172500', '154312.632500', '154313.092500', '154313.552500', '154314.012500', '154314.472500', '154314.932500', '154315.392500', '154315.852500', '154316.312500', '154316.772500', '154317.232500', '154317.692500', '154318.152500', '154318.612500', '154319.072500', '154319.532500', '154319.992500', '154320.452500', '154320.912500', '154321.372500', '154321.832500', '154322.292500', '154322.752500', '154323.212500', '154323.672500', '154324.132500', '154324.592500', '154325.052500', '154325.512500', '154325.972500', '154326.432500', '154326.892500', '154327.352500', '154327.812500', '154328.272500', '154328.732500', '154329.192500', '154329.652500', '154330.112500', '154330.572500', '154331.032500', '154331.492500', '154331.952500', '154332.412500', '154332.872500', '154333.332500', '154333.792500', '154334.252500', '154334.712500', '154335.172500', '154335.632500', '154336.092500', '154336.552500', '154337.012500'], 'ContentTime': ['153702.568000', '153702.571000', '153702.574000', '153702.577000', '153702.579000', '153702.582000', '153702.584000', '153702.587000', '153702.590000', '153702.592000', '153702.595000', '153702.598000', '153702.600000', '153702.603000', '153702.606000', '153702.608000', '153702.611000', '153702.614000', '153702.616000', '153702.619000', '153702.621000', '153702.624000', '153702.627000', '153702.629000', '153702.632000', '153702.634000', '153702.637000', '153702.652000', '153702.654000', '153702.666000', '153702.669000', '153702.672000', '153702.674000', '153702.677000', '153702.680000', '153702.682000', '153702.685000', '153702.687000', '153702.690000', '153702.693000', '153702.695000', '153702.698000', '153702.701000', '153702.703000', '153702.706000', '153702.709000', '153702.711000', '153702.714000', '153702.716000', '153702.719000', '153702.721000', '153702.724000', '153702.727000', '153722.532000', '153722.535000', '153722.538000', '153722.541000', '153722.543000', '153722.546000', '153722.548000', '153722.551000', '153722.554000', '153722.556000', '153722.559000', '153722.562000', '153722.564000', '153722.567000', '153722.569000', '153722.572000', '153722.575000', '153722.577000', '153722.580000', '153722.583000', '153722.585000', '153722.588000', '153722.590000', '153722.593000', '153722.600000', '153722.602000', '153722.605000', '153722.608000', '153722.611000', '153722.613000', '153722.616000', '153722.619000', '153722.622000', '153722.624000', '153722.627000', '153722.629000', '153722.632000', '153722.635000', '153722.637000', '153722.640000', '153722.642000', '153722.645000', '153722.648000', '153742.532000', '153742.535000', '153742.538000', '153742.540000', '153742.543000', '153742.546000', '153742.548000', '153742.551000', '153742.554000', '153742.556000', '153742.559000', '153742.561000', '153742.565000', '153742.568000', '153742.571000', '153742.573000', '153742.576000', '153742.579000', '153742.581000', '153742.584000', '153742.587000', '153742.589000', '153742.596000', '153742.598000', '153742.601000', '153742.604000', '153742.606000', '153742.609000', '153742.611000', '153742.614000', '153742.617000', '153742.620000', '153742.622000', '153742.625000', '153742.628000', '153742.630000', '153742.633000', '153742.635000', '153742.638000', '153742.640000', '153742.643000', '153742.646000', '153742.648000', '153742.651000', '153802.534000', '153802.536000', '153802.539000', '153802.542000', '153802.545000', '153802.547000', '153802.550000', '153802.553000', '153802.561000', '153802.564000', '153802.566000', '153802.569000', '153802.572000', '153802.574000', '153802.577000', '153802.580000', '153802.582000', '153802.585000', '153802.588000', '153802.590000', '153802.593000', '153802.595000', '153802.598000', '153802.601000', '153802.604000', '153802.606000', '153802.609000', '153802.611000', '153802.614000', '153802.617000', '153802.620000', '153802.622000', '153802.625000', '153802.627000', '153802.630000', '153802.633000', '153802.635000', '153802.638000', '153802.641000', '153802.643000', '153802.646000', '153802.648000', '153802.651000', '153822.532000', '153822.535000', '153822.538000', '153822.541000', '153822.543000', '153822.546000', '153822.548000', '153822.551000', '153822.553000', '153822.556000', '153822.559000', '153822.561000', '153822.564000', '153822.566000', '153822.569000', '153822.572000', '153822.574000', '153822.577000', '153822.579000', '153822.582000', '153822.584000', '153822.587000', '153822.591000', '153822.593000', '153822.596000', '153822.599000', '153822.602000', '153822.604000', '153822.607000', '153822.610000', '153822.612000', '153822.615000', '153822.617000', '153822.625000', '153822.627000', '153822.630000', '153822.633000', '153822.636000', '153822.639000', '153822.641000', '153822.644000', '153822.647000', '153822.649000', '153842.534000', '153842.536000', '153842.539000', '153842.542000', '153842.544000', '153842.547000', '153842.550000', '153842.552000', '153842.555000', '153842.558000', '153842.560000', '153842.563000', '153842.566000', '153842.568000', '153842.618000', '153842.621000', '153842.623000', '153842.626000', '153842.628000', '153842.631000', '153842.634000', '153842.636000', '153842.639000', '153842.642000', '153842.644000', '153842.647000', '153842.650000', '153842.652000', '153842.655000', '153842.657000', '153842.667000', '153842.669000', '153842.672000', '153842.674000', '153842.677000', '153842.680000', '153842.682000', '153842.685000', '153842.688000', '153842.690000', '153842.693000', '153842.695000', '153842.698000', '153842.701000', '153902.534000', '153902.536000', '153902.539000', '153902.542000', '153902.545000', '153902.547000', '153902.550000', '153902.553000', '153902.557000', '153902.559000', '153902.564000', '153902.566000', '153902.569000', '153902.572000', '153902.574000', '153902.577000', '153902.579000', '153902.582000', '153902.585000', '153902.587000', '153902.590000', '153902.593000', '153902.595000', '153902.598000', '153902.601000', '153902.604000', '153902.607000', '153902.610000', '153902.613000', '153902.615000', '153902.618000', '153902.621000', '153902.623000', '153902.626000', '153902.629000', '153902.631000', '153902.634000', '153902.637000', '153902.639000', '153902.642000', '153902.645000', '153902.647000', '153902.650000', '153922.532000', '153922.536000', '153922.538000', '153922.541000', '153922.544000', '153922.546000', '153922.549000', '153922.552000', '153922.554000', '153922.557000', '153922.560000', '153922.567000', '153922.569000', '153922.572000', '153922.575000', '153922.577000', '153922.580000', '153922.583000', '153922.585000', '153922.588000', '153922.590000', '153922.593000', '153922.596000', '153922.598000', '153922.601000', '153922.604000', '153922.606000', '153922.609000', '153922.612000', '153922.614000', '153922.617000', '153922.620000', '153922.622000', '153922.625000', '153922.628000', '153922.630000', '153922.633000', '153922.636000', '153922.638000', '153922.641000', '153922.644000', '153922.646000', '153922.649000', '153922.651000', '153942.532000', '153942.535000', '153942.538000', '153942.541000', '153942.544000', '153942.546000', '153942.549000', '153942.552000', '153942.554000', '153942.557000', '153942.559000', '153942.562000', '153942.565000', '153942.568000', '153942.570000', '153942.574000', '153942.577000', '153942.580000', '153942.582000', '153942.585000', '153942.588000', '153942.590000', '153942.593000', '153942.596000', '153942.598000', '153942.601000', '153942.604000', '153942.606000', '153942.609000', '153942.612000', '153942.614000', '153942.617000', '153942.620000', '153942.622000', '153942.625000', '153942.628000', '153942.630000', '153942.633000', '153942.636000', '153942.638000', '153942.641000', '153942.644000', '153942.646000', '154002.532000', '154002.535000', '154002.538000', '154002.541000', '154002.544000', '154002.547000', '154002.549000', '154002.552000', '154002.555000', '154002.557000', '154002.560000', '154002.563000', '154002.566000', '154002.568000', '154002.571000', '154002.573000', '154002.576000', '154002.579000', '154002.581000', '154002.584000', '154002.587000', '154002.589000', '154002.592000', '154002.595000', '154002.597000', '154002.600000', '154002.603000', '154002.605000', '154002.608000', '154002.611000', '154002.613000', '154002.616000', '154002.619000', '154002.621000', '154002.624000', '154002.626000', '154002.629000', '154002.632000', '154002.634000', '154002.637000', '154002.640000', '154002.642000', '154002.645000', '154002.648000', '154022.533000', '154022.535000', '154022.538000', '154022.541000', '154022.543000', '154022.546000', '154022.549000', '154022.551000', '154022.554000', '154022.566000', '154022.569000', '154022.572000', '154022.574000', '154022.577000', '154022.580000', '154022.582000', '154022.585000', '154022.587000', '154022.590000', '154022.593000', '154022.595000', '154022.598000', '154022.602000', '154022.605000', '154022.608000', '154022.612000', '154022.615000', '154022.618000', '154022.620000', '154022.623000', '154022.626000', '154022.628000', '154022.631000', '154022.634000', '154022.636000', '154022.639000', '154022.643000', '154022.646000', '154022.648000', '154022.651000', '154022.654000', '154022.656000', '154022.659000', '154042.533000', '154042.536000', '154042.539000', '154042.542000', '154042.545000', '154042.558000', '154042.560000', '154042.563000', '154042.566000', '154042.568000', '154042.571000', '154042.574000', '154042.577000', '154042.579000', '154042.582000', '154042.585000', '154042.587000', '154042.590000', '154042.592000', '154042.595000', '154042.598000', '154042.601000', '154042.603000', '154042.606000', '154042.609000', '154042.611000', '154042.614000', '154042.617000', '154042.619000', '154042.622000', '154042.625000', '154042.628000', '154042.630000', '154042.633000', '154042.635000', '154042.638000', '154042.641000', '154042.644000', '154042.646000', '154042.649000', '154042.652000', '154042.654000', '154042.657000', '154042.660000', '154102.534000', '154102.537000', '154102.539000', '154102.542000', '154102.544000', '154102.547000', '154102.550000', '154102.552000', '154102.555000', '154102.558000', '154102.561000', '154102.563000', '154102.566000', '154102.569000', '154102.571000', '154102.574000', '154102.576000', '154102.579000', '154102.582000', '154102.584000', '154102.587000', '154102.590000', '154102.593000', '154102.595000', '154102.598000', '154102.601000', '154102.604000', '154102.607000', '154102.610000', '154102.612000', '154102.615000', '154102.618000', '154102.620000', '154102.623000', '154102.625000', '154102.628000', '154102.631000', '154102.634000', '154102.636000', '154102.639000', '154102.641000', '154102.644000', '154102.647000', '154122.533000', '154122.536000', '154122.539000', '154122.542000', '154122.544000', '154122.547000', '154122.550000', '154122.553000', '154122.555000', '154122.558000', '154122.561000', '154122.563000', '154122.566000', '154122.568000', '154122.571000', '154122.574000', '154122.576000', '154122.579000', '154122.582000', '154122.584000', '154122.587000', '154122.590000', '154122.593000', '154122.595000', '154122.598000', '154122.601000', '154122.603000', '154122.606000', '154122.609000', '154122.612000', '154122.614000', '154122.617000', '154122.620000', '154122.622000', '154122.625000', '154122.628000', '154122.630000', '154122.633000', '154122.636000', '154122.638000', '154122.641000', '154122.644000', '154122.646000', '154122.649000', '154142.533000', '154142.535000', '154142.538000', '154142.541000', '154142.543000', '154142.546000', '154142.549000', '154142.551000', '154142.554000', '154142.557000', '154142.559000', '154142.562000', '154142.565000', '154142.567000', '154142.570000', '154142.572000', '154142.575000', '154142.578000', '154142.580000', '154142.583000', '154142.595000', '154142.597000', '154142.600000', '154142.602000', '154142.605000', '154142.608000', '154142.610000', '154142.613000', '154142.616000', '154142.618000', '154142.621000', '154142.624000', '154142.626000', '154142.629000', '154142.632000', '154142.634000', '154142.637000', '154142.640000', '154142.642000', '154142.645000', '154142.648000', '154142.650000', '154142.653000', '154202.533000', '154202.536000', '154202.538000', '154202.541000', '154202.544000', '154202.551000', '154202.554000', '154202.557000', '154202.559000', '154202.562000', '154202.565000', '154202.567000', '154202.570000', '154202.573000', '154202.575000', '154202.578000', '154202.581000', '154202.583000', '154202.586000', '154202.589000', '154202.591000', '154202.594000', '154202.597000', '154202.599000', '154202.602000', '154202.605000', '154202.607000', '154202.610000', '154202.613000', '154202.615000', '154202.618000', '154202.621000', '154202.623000', '154202.626000', '154202.629000', '154202.631000', '154202.634000', '154202.637000', '154202.639000', '154202.642000', '154202.645000', '154202.647000', '154202.650000', '154202.653000', '154222.533000', '154222.535000', '154222.538000', '154222.541000', '154222.544000', '154222.547000', '154222.549000', '154222.552000', '154222.555000', '154222.557000', '154222.560000', '154222.562000', '154222.565000', '154222.568000', '154222.570000', '154222.573000', '154222.576000', '154222.578000', '154222.581000', '154222.584000', '154222.586000', '154222.589000', '154222.591000', '154222.594000', '154222.597000', '154222.600000', '154222.602000', '154222.605000', '154222.608000', '154222.610000', '154222.613000', '154222.615000', '154222.618000', '154222.621000', '154222.623000', '154222.626000', '154222.629000', '154222.631000', '154222.634000', '154222.637000', '154222.641000', '154222.644000', '154222.646000', '154242.533000', '154242.536000', '154242.539000', '154242.542000', '154242.544000', '154242.547000', '154242.549000', '154242.552000', '154242.555000', '154242.557000', '154242.560000', '154242.562000', '154242.565000', '154242.568000', '154242.571000', '154242.573000', '154242.576000', '154242.579000', '154242.581000', '154242.584000', '154242.587000', '154242.589000', '154242.592000', '154242.594000', '154242.597000', '154242.600000', '154242.603000', '154242.605000', '154242.608000', '154242.611000', '154242.613000', '154242.616000', '154242.619000', '154242.621000', '154242.624000', '154242.627000', '154242.629000', '154242.632000', '154242.635000', '154242.637000', '154242.640000', '154242.643000', '154242.645000', '154242.648000', '154302.533000', '154302.536000', '154302.539000', '154302.542000', '154302.544000', '154302.547000', '154302.550000', '154302.552000', '154302.555000', '154302.557000', '154302.560000', '154302.563000', '154302.565000', '154302.568000', '154302.571000', '154302.573000', '154302.576000', '154302.579000', '154302.581000', '154302.584000', '154302.587000', '154302.589000', '154302.592000', '154302.594000', '154302.597000', '154302.600000', '154302.602000', '154302.605000', '154302.608000', '154302.610000', '154302.613000', '154302.616000', '154302.618000', '154302.621000', '154302.633000', '154302.635000', '154302.638000', '154302.641000', '154302.644000', '154302.646000', '154302.649000', '154302.651000', '154302.654000', '154322.533000', '154322.536000', '154322.539000', '154322.542000', '154322.545000', '154322.547000', '154322.550000', '154322.553000', '154322.555000', '154322.558000', '154322.560000', '154322.563000', '154322.566000', '154322.568000', '154322.571000', '154322.574000', '154322.576000', '154322.579000', '154322.582000', '154322.584000', '154322.587000', '154322.590000', '154322.592000', '154322.595000', '154322.598000', '154322.600000', '154322.603000', '154322.606000', '154322.608000', '154322.611000', '154322.613000', '154322.616000', '154322.619000', '154322.621000', '154322.624000', '154322.627000', '154322.629000', '154322.632000', '154322.634000', '154322.637000', '154322.640000', '154322.642000', '154322.645000', '154322.648000', '154338.561000', '154338.565000', '154338.567000', '154338.570000', '154338.573000', '154338.576000', '154338.579000', '154338.581000', '154338.584000', '154338.587000', '154338.590000', '154338.593000', '154338.595000', '154338.599000', '154338.601000', '154338.604000', '154338.607000', '154338.610000', '154338.613000', '154338.616000', '154338.619000', '154338.622000', '154338.625000', '154338.628000', '154338.631000', '154338.634000', '154338.637000', '154338.640000', '154338.643000', '154338.646000', '154338.649000', '154338.653000', '154338.656000', '154338.660000', '154338.663000'], 'InstanceCreationTime': ['153702.568000', '153702.571000', '153702.574000', '153702.577000', '153702.579000', '153702.582000', '153702.584000', '153702.587000', '153702.590000', '153702.592000', '153702.595000', '153702.598000', '153702.600000', '153702.603000', '153702.606000', '153702.608000', '153702.611000', '153702.614000', '153702.616000', '153702.619000', '153702.621000', '153702.624000', '153702.627000', '153702.629000', '153702.632000', '153702.634000', '153702.637000', '153702.652000', '153702.654000', '153702.666000', '153702.669000', '153702.672000', '153702.674000', '153702.677000', '153702.680000', '153702.682000', '153702.685000', '153702.687000', '153702.690000', '153702.693000', '153702.695000', '153702.698000', '153702.701000', '153702.703000', '153702.706000', '153702.709000', '153702.711000', '153702.714000', '153702.716000', '153702.719000', '153702.721000', '153702.724000', '153702.727000', '153722.532000', '153722.535000', '153722.538000', '153722.541000', '153722.543000', '153722.546000', '153722.548000', '153722.551000', '153722.554000', '153722.556000', '153722.559000', '153722.562000', '153722.564000', '153722.567000', '153722.569000', '153722.572000', '153722.575000', '153722.577000', '153722.580000', '153722.583000', '153722.585000', '153722.588000', '153722.590000', '153722.593000', '153722.600000', '153722.602000', '153722.605000', '153722.608000', '153722.611000', '153722.613000', '153722.616000', '153722.619000', '153722.622000', '153722.624000', '153722.627000', '153722.629000', '153722.632000', '153722.635000', '153722.637000', '153722.640000', '153722.642000', '153722.645000', '153722.648000', '153742.532000', '153742.535000', '153742.538000', '153742.540000', '153742.543000', '153742.546000', '153742.548000', '153742.551000', '153742.554000', '153742.556000', '153742.559000', '153742.561000', '153742.565000', '153742.568000', '153742.571000', '153742.573000', '153742.576000', '153742.579000', '153742.581000', '153742.584000', '153742.587000', '153742.589000', '153742.596000', '153742.598000', '153742.601000', '153742.604000', '153742.606000', '153742.609000', '153742.611000', '153742.614000', '153742.617000', '153742.620000', '153742.622000', '153742.625000', '153742.628000', '153742.630000', '153742.633000', '153742.635000', '153742.638000', '153742.640000', '153742.643000', '153742.646000', '153742.648000', '153742.651000', '153802.534000', '153802.536000', '153802.539000', '153802.542000', '153802.545000', '153802.547000', '153802.550000', '153802.553000', '153802.561000', '153802.564000', '153802.566000', '153802.569000', '153802.572000', '153802.574000', '153802.577000', '153802.580000', '153802.582000', '153802.585000', '153802.588000', '153802.590000', '153802.593000', '153802.595000', '153802.598000', '153802.601000', '153802.604000', '153802.606000', '153802.609000', '153802.611000', '153802.614000', '153802.617000', '153802.620000', '153802.622000', '153802.625000', '153802.627000', '153802.630000', '153802.633000', '153802.635000', '153802.638000', '153802.641000', '153802.643000', '153802.646000', '153802.648000', '153802.651000', '153822.532000', '153822.535000', '153822.538000', '153822.541000', '153822.543000', '153822.546000', '153822.548000', '153822.551000', '153822.553000', '153822.556000', '153822.559000', '153822.561000', '153822.564000', '153822.566000', '153822.569000', '153822.572000', '153822.574000', '153822.577000', '153822.579000', '153822.582000', '153822.584000', '153822.587000', '153822.591000', '153822.593000', '153822.596000', '153822.599000', '153822.602000', '153822.604000', '153822.607000', '153822.610000', '153822.612000', '153822.615000', '153822.617000', '153822.625000', '153822.627000', '153822.630000', '153822.633000', '153822.636000', '153822.639000', '153822.641000', '153822.644000', '153822.647000', '153822.649000', '153842.534000', '153842.536000', '153842.539000', '153842.542000', '153842.544000', '153842.547000', '153842.550000', '153842.552000', '153842.555000', '153842.558000', '153842.560000', '153842.563000', '153842.566000', '153842.568000', '153842.618000', '153842.621000', '153842.623000', '153842.626000', '153842.628000', '153842.631000', '153842.634000', '153842.636000', '153842.639000', '153842.642000', '153842.644000', '153842.647000', '153842.650000', '153842.652000', '153842.655000', '153842.657000', '153842.667000', '153842.669000', '153842.672000', '153842.674000', '153842.677000', '153842.680000', '153842.682000', '153842.685000', '153842.688000', '153842.690000', '153842.693000', '153842.695000', '153842.698000', '153842.701000', '153902.534000', '153902.536000', '153902.539000', '153902.542000', '153902.545000', '153902.547000', '153902.550000', '153902.553000', '153902.557000', '153902.559000', '153902.564000', '153902.566000', '153902.569000', '153902.572000', '153902.574000', '153902.577000', '153902.579000', '153902.582000', '153902.585000', '153902.587000', '153902.590000', '153902.593000', '153902.595000', '153902.598000', '153902.601000', '153902.604000', '153902.607000', '153902.610000', '153902.613000', '153902.615000', '153902.618000', '153902.621000', '153902.623000', '153902.626000', '153902.629000', '153902.631000', '153902.634000', '153902.637000', '153902.639000', '153902.642000', '153902.645000', '153902.647000', '153902.650000', '153922.532000', '153922.536000', '153922.538000', '153922.541000', '153922.544000', '153922.546000', '153922.549000', '153922.552000', '153922.554000', '153922.557000', '153922.560000', '153922.567000', '153922.569000', '153922.572000', '153922.575000', '153922.577000', '153922.580000', '153922.583000', '153922.585000', '153922.588000', '153922.590000', '153922.593000', '153922.596000', '153922.598000', '153922.601000', '153922.604000', '153922.606000', '153922.609000', '153922.612000', '153922.614000', '153922.617000', '153922.620000', '153922.622000', '153922.625000', '153922.628000', '153922.630000', '153922.633000', '153922.636000', '153922.638000', '153922.641000', '153922.644000', '153922.646000', '153922.649000', '153922.651000', '153942.532000', '153942.535000', '153942.538000', '153942.541000', '153942.544000', '153942.546000', '153942.549000', '153942.552000', '153942.554000', '153942.557000', '153942.559000', '153942.562000', '153942.565000', '153942.568000', '153942.570000', '153942.574000', '153942.577000', '153942.580000', '153942.582000', '153942.585000', '153942.588000', '153942.590000', '153942.593000', '153942.596000', '153942.598000', '153942.601000', '153942.604000', '153942.606000', '153942.609000', '153942.612000', '153942.614000', '153942.617000', '153942.620000', '153942.622000', '153942.625000', '153942.628000', '153942.630000', '153942.633000', '153942.636000', '153942.638000', '153942.641000', '153942.644000', '153942.646000', '154002.532000', '154002.535000', '154002.538000', '154002.541000', '154002.544000', '154002.547000', '154002.549000', '154002.552000', '154002.555000', '154002.557000', '154002.560000', '154002.563000', '154002.566000', '154002.568000', '154002.571000', '154002.573000', '154002.576000', '154002.579000', '154002.581000', '154002.584000', '154002.587000', '154002.589000', '154002.592000', '154002.595000', '154002.597000', '154002.600000', '154002.603000', '154002.605000', '154002.608000', '154002.611000', '154002.613000', '154002.616000', '154002.619000', '154002.621000', '154002.624000', '154002.626000', '154002.629000', '154002.632000', '154002.634000', '154002.637000', '154002.640000', '154002.642000', '154002.645000', '154002.648000', '154022.533000', '154022.535000', '154022.538000', '154022.541000', '154022.543000', '154022.546000', '154022.549000', '154022.551000', '154022.554000', '154022.566000', '154022.569000', '154022.572000', '154022.574000', '154022.577000', '154022.580000', '154022.582000', '154022.585000', '154022.587000', '154022.590000', '154022.593000', '154022.595000', '154022.598000', '154022.602000', '154022.605000', '154022.608000', '154022.612000', '154022.615000', '154022.618000', '154022.620000', '154022.623000', '154022.626000', '154022.628000', '154022.631000', '154022.634000', '154022.636000', '154022.639000', '154022.643000', '154022.646000', '154022.648000', '154022.651000', '154022.654000', '154022.656000', '154022.659000', '154042.533000', '154042.536000', '154042.539000', '154042.542000', '154042.545000', '154042.558000', '154042.560000', '154042.563000', '154042.566000', '154042.568000', '154042.571000', '154042.574000', '154042.577000', '154042.579000', '154042.582000', '154042.585000', '154042.587000', '154042.590000', '154042.592000', '154042.595000', '154042.598000', '154042.601000', '154042.603000', '154042.606000', '154042.609000', '154042.611000', '154042.614000', '154042.617000', '154042.619000', '154042.622000', '154042.625000', '154042.628000', '154042.630000', '154042.633000', '154042.635000', '154042.638000', '154042.641000', '154042.644000', '154042.646000', '154042.649000', '154042.652000', '154042.654000', '154042.657000', '154042.660000', '154102.534000', '154102.537000', '154102.539000', '154102.542000', '154102.544000', '154102.547000', '154102.550000', '154102.552000', '154102.555000', '154102.558000', '154102.561000', '154102.563000', '154102.566000', '154102.569000', '154102.571000', '154102.574000', '154102.576000', '154102.579000', '154102.582000', '154102.584000', '154102.587000', '154102.590000', '154102.593000', '154102.595000', '154102.598000', '154102.601000', '154102.604000', '154102.607000', '154102.610000', '154102.612000', '154102.615000', '154102.618000', '154102.620000', '154102.623000', '154102.625000', '154102.628000', '154102.631000', '154102.634000', '154102.636000', '154102.639000', '154102.641000', '154102.644000', '154102.647000', '154122.533000', '154122.536000', '154122.539000', '154122.542000', '154122.544000', '154122.547000', '154122.550000', '154122.553000', '154122.555000', '154122.558000', '154122.561000', '154122.563000', '154122.566000', '154122.568000', '154122.571000', '154122.574000', '154122.576000', '154122.579000', '154122.582000', '154122.584000', '154122.587000', '154122.590000', '154122.593000', '154122.595000', '154122.598000', '154122.601000', '154122.603000', '154122.606000', '154122.609000', '154122.612000', '154122.614000', '154122.617000', '154122.620000', '154122.622000', '154122.625000', '154122.628000', '154122.630000', '154122.633000', '154122.636000', '154122.638000', '154122.641000', '154122.644000', '154122.646000', '154122.649000', '154142.533000', '154142.535000', '154142.538000', '154142.541000', '154142.543000', '154142.546000', '154142.549000', '154142.551000', '154142.554000', '154142.557000', '154142.559000', '154142.562000', '154142.565000', '154142.567000', '154142.570000', '154142.572000', '154142.575000', '154142.578000', '154142.580000', '154142.583000', '154142.595000', '154142.597000', '154142.600000', '154142.602000', '154142.605000', '154142.608000', '154142.610000', '154142.613000', '154142.616000', '154142.618000', '154142.621000', '154142.624000', '154142.626000', '154142.629000', '154142.632000', '154142.634000', '154142.637000', '154142.640000', '154142.642000', '154142.645000', '154142.648000', '154142.650000', '154142.653000', '154202.533000', '154202.536000', '154202.538000', '154202.541000', '154202.544000', '154202.551000', '154202.554000', '154202.557000', '154202.559000', '154202.562000', '154202.565000', '154202.567000', '154202.570000', '154202.573000', '154202.575000', '154202.578000', '154202.581000', '154202.583000', '154202.586000', '154202.589000', '154202.591000', '154202.594000', '154202.597000', '154202.599000', '154202.602000', '154202.605000', '154202.607000', '154202.610000', '154202.613000', '154202.615000', '154202.618000', '154202.621000', '154202.623000', '154202.626000', '154202.629000', '154202.631000', '154202.634000', '154202.637000', '154202.639000', '154202.642000', '154202.645000', '154202.647000', '154202.650000', '154202.653000', '154222.533000', '154222.535000', '154222.538000', '154222.541000', '154222.544000', '154222.547000', '154222.549000', '154222.552000', '154222.555000', '154222.557000', '154222.560000', '154222.562000', '154222.565000', '154222.568000', '154222.570000', '154222.573000', '154222.576000', '154222.578000', '154222.581000', '154222.584000', '154222.586000', '154222.589000', '154222.591000', '154222.594000', '154222.597000', '154222.600000', '154222.602000', '154222.605000', '154222.608000', '154222.610000', '154222.613000', '154222.615000', '154222.618000', '154222.621000', '154222.623000', '154222.626000', '154222.629000', '154222.631000', '154222.634000', '154222.637000', '154222.641000', '154222.644000', '154222.646000', '154242.533000', '154242.536000', '154242.539000', '154242.542000', '154242.544000', '154242.547000', '154242.549000', '154242.552000', '154242.555000', '154242.557000', '154242.560000', '154242.562000', '154242.565000', '154242.568000', '154242.571000', '154242.573000', '154242.576000', '154242.579000', '154242.581000', '154242.584000', '154242.587000', '154242.589000', '154242.592000', '154242.594000', '154242.597000', '154242.600000', '154242.603000', '154242.605000', '154242.608000', '154242.611000', '154242.613000', '154242.616000', '154242.619000', '154242.621000', '154242.624000', '154242.627000', '154242.629000', '154242.632000', '154242.635000', '154242.637000', '154242.640000', '154242.643000', '154242.645000', '154242.648000', '154302.533000', '154302.536000', '154302.539000', '154302.542000', '154302.544000', '154302.547000', '154302.550000', '154302.552000', '154302.555000', '154302.557000', '154302.560000', '154302.563000', '154302.565000', '154302.568000', '154302.571000', '154302.573000', '154302.576000', '154302.579000', '154302.581000', '154302.584000', '154302.587000', '154302.589000', '154302.592000', '154302.594000', '154302.597000', '154302.600000', '154302.602000', '154302.605000', '154302.608000', '154302.610000', '154302.613000', '154302.616000', '154302.618000', '154302.621000', '154302.633000', '154302.635000', '154302.638000', '154302.641000', '154302.644000', '154302.646000', '154302.649000', '154302.651000', '154302.654000', '154322.533000', '154322.536000', '154322.539000', '154322.542000', '154322.545000', '154322.547000', '154322.550000', '154322.553000', '154322.555000', '154322.558000', '154322.560000', '154322.563000', '154322.566000', '154322.568000', '154322.571000', '154322.574000', '154322.576000', '154322.579000', '154322.582000', '154322.584000', '154322.587000', '154322.590000', '154322.592000', '154322.595000', '154322.598000', '154322.600000', '154322.603000', '154322.606000', '154322.608000', '154322.611000', '154322.613000', '154322.616000', '154322.619000', '154322.621000', '154322.624000', '154322.627000', '154322.629000', '154322.632000', '154322.634000', '154322.637000', '154322.640000', '154322.642000', '154322.645000', '154322.648000', '154338.561000', '154338.565000', '154338.567000', '154338.570000', '154338.573000', '154338.576000', '154338.579000', '154338.581000', '154338.584000', '154338.587000', '154338.590000', '154338.593000', '154338.595000', '154338.599000', '154338.601000', '154338.604000', '154338.607000', '154338.610000', '154338.613000', '154338.616000', '154338.619000', '154338.622000', '154338.625000', '154338.628000', '154338.631000', '154338.634000', '154338.637000', '154338.640000', '154338.643000', '154338.646000', '154338.649000', '154338.653000', '154338.656000', '154338.660000', '154338.663000'], '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': [8896, 12458, 8773, 12152, 9386, 7680, 9824, 7532, 9556, 7765, 12804, 8606, 11152, 7941, 11216, 7833, 7984, 8190, 7057, 8409, 7341, 8574, 7089, 8611, 7431, 8170, 7347, 10584, 7396, 9309, 7447, 8608, 7557, 10635, 7207, 9106, 7278, 9568, 7486, 11240, 7576, 7935, 8170, 8525, 9956, 8130, 9733, 8237, 10558, 8811, 12647, 8256, 11230, 8299, 11740, 9171, 9374, 9590, 8047, 10112, 9171, 11609, 8075, 10573, 7904, 10597, 8309, 11306, 7999, 9945, 7648, 10761, 8185, 7125, 8467, 6932, 9564, 7879, 11429, 7912, 10322, 7723, 10658, 7861, 12335, 8312, 10256, 7806, 11823, 8870, 11816, 8409, 8345, 8796, 10693, 10274, 7780, 9983, 7483, 11325, 9039, 7357, 9955, 8300, 9158, 10479, 9513, 7778, 9637, 7806, 9417, 8059, 11394, 7768, 10360, 7456, 9641, 7823, 11642, 8143, 10315, 8049, 11113, 8829, 7058, 9732, 7527, 10002, 8274, 11032, 8115, 10806, 8018, 10537, 8227, 9783, 8640, 10113, 8607, 13263, 8966, 7787, 8829, 7418, 9018, 7715, 9685, 7834, 9911, 7764, 9805, 7937, 9598, 8239, 7279, 9155, 8870, 9546, 10723, 9858, 8172, 9648, 7941, 10477, 8087, 12119, 8408, 7371, 8929, 7326, 11406, 8759, 7004, 9661, 7713, 9360, 10426, 10209, 8312, 9869, 8283, 9600, 8537, 10582, 7654, 10874, 8092, 7142, 8857, 7685, 9965, 8191, 9974, 8802, 11556, 9830, 7807, 10143, 7980, 9806, 7809, 11964, 7670, 8445, 8061, 8346, 8304, 9142, 9644, 7768, 10124, 7470, 11061, 8261, 12064, 8255, 7398, 8757, 7585, 9436, 7586, 9589, 7495, 10537, 7917, 12247, 8211, 11237, 8257, 11169, 8858, 12649, 9824, 7744, 9161, 7350, 8645, 7495, 9008, 8956, 8000, 7790, 11242, 8566, 7464, 10339, 8795, 13296, 9887, 9071, 9234, 7738, 12373, 9173, 7604, 9584, 7626, 11887, 9765, 7672, 10362, 7936, 11033, 8576, 12369, 9145, 7764, 9328, 7369, 8995, 8115, 11130, 7534, 7005, 8353, 7225, 9484, 7757, 9403, 7991, 8781, 7818, 9856, 7849, 9898, 8042, 9872, 7813, 12151, 8575, 10250, 8069, 10894, 8090, 13074, 9123, 11377, 8204, 7919, 9170, 9432, 9857, 8501, 10365, 8334, 10417, 8410, 10997, 8513, 10474, 8199, 9789, 8173, 10751, 8096, 9828, 7777, 9840, 7827, 11170, 8137, 7278, 8662, 7244, 10122, 8340, 9009, 8507, 7740, 9118, 9881, 10072, 8549, 10337, 8126, 10387, 8348, 12161, 8279, 7343, 9333, 7517, 10161, 9217, 7883, 9695, 8663, 12615, 9176, 13152, 9792, 8250, 9323, 7876, 10467, 9659, 8222, 11955, 8620, 8293, 10041, 8842, 11721, 8723, 7977, 8874, 7708, 13268, 9244, 8513, 9428, 7866, 10160, 8829, 12586, 8239, 7452, 9096, 7259, 11082, 8943, 7252, 9771, 7446, 11260, 8932, 7491, 9899, 7929, 11241, 8674, 12627, 10039, 8100, 10274, 8236, 11198, 8792, 8691, 9121, 7322, 9778, 7628, 7993, 8489, 7156, 9534, 7771, 10589, 8444, 10233, 8135, 10776, 7745, 11925, 9468, 7653, 9189, 7260, 10045, 8364, 10693, 7947, 7349, 8566, 7420, 12357, 8529, 7246, 9164, 8007, 9381, 8792, 11396, 8647, 9016, 8845, 13593, 10205, 10064, 10106, 8282, 9231, 8102, 10712, 8356, 7329, 8927, 7358, 12491, 9433, 7368, 10255, 8019, 8059, 9906, 8371, 11938, 8941, 11029, 8412, 11683, 9655, 8521, 9396, 7919, 10776, 8021, 8143, 10218, 7531, 8912, 8240, 7113, 11646, 9151, 7572, 10483, 7827, 10581, 9485, 8079, 11756, 8061, 7175, 9487, 8108, 11035, 8902, 7555, 10109, 7744, 7679, 11123, 8575, 7625, 9690, 7686, 8346, 10412, 9122, 8697, 8830, 7555, 6477, 9043, 8200, 14619, 9576, 9736, 9109, 8003, 8225, 10820, 9241, 9508, 11539, 10132, 14902, 11517, 8765, 10597, 8100, 12294, 8701, 7141, 9926, 7806, 7033, 8532, 7137, 11936, 8066, 7086, 8792, 6989, 11479, 8172, 6873, 9271, 7165, 7400, 8246, 7066, 11425, 7592, 6790, 8978, 7159, 9044, 8542, 7162, 11378, 7765, 6999, 8941, 7432, 10951, 8971, 7164, 11325, 8009, 7630, 10621, 8232, 7233, 9363, 7432, 9842, 9196, 7970, 9663, 8663, 7082, 12294, 9287, 7214, 11298, 7986, 10808, 9116, 8988, 10900, 8306, 10093, 8119, 7382, 10381, 8072, 7079, 9698, 7783, 7728, 9861, 8071, 8757, 9267, 7526, 12207, 9003, 12400, 8882, 10373, 8127, 12368, 8380, 7221, 8961, 7149, 7753, 7970, 7125, 9640, 7330, 10228, 7945, 11803, 8658, 7542, 9657, 7268, 10078, 7598, 11158, 8890, 8592, 8441, 7304, 8666, 7611, 10976, 7788, 9730, 8067, 10612, 8918, 7640, 9393, 7678, 9698, 7673, 8688, 9146, 7517, 10155, 8032, 11567, 9396, 7788, 11145, 7828, 10528, 8149, 12807, 9168, 7923, 9366, 7295, 8444, 8536, 7968, 10394, 8481, 12570, 8951, 13358, 10074, 8493, 8902, 7820, 9305, 8031, 12198, 8139, 7376, 8756, 6965, 9580, 8429, 7046, 9929, 7351, 9695, 8037, 11843, 8080, 10675, 8038, 10356, 8065, 9784, 7923, 7209, 8713, 7273, 9728, 8069, 7035, 8957, 7377, 10575, 8201, 9792, 8202, 7200, 9531, 7667, 12598, 8614, 7358, 9489, 7534, 11206, 8746, 12061, 8781, 8881, 8555, 7834, 9995, 7965, 10432, 7820, 9852, 7598, 8975, 8396, 7308, 10528, 7454, 7814, 9366, 7711, 10802, 7863, 10047, 8376, 11240, 8289, 10250, 7672, 9002, 9215, 7749, 9938, 7500, 9140, 7508, 10932, 7903, 9663, 7592, 9029, 7834, 7696, 9514, 7240, 9478, 7537, 10964, 8611, 8939, 9413, 7758, 9423, 10067, 10310, 8250, 9923, 7777, 9640, 7927, 8220, 9246, 7331, 10583, 7632, 10959, 8574, 11593, 8064, 7169, 8902, 8733, 9991, 7399, 9420, 7705, 10125, 8165, 12244, 8391, 7485, 8980, 10019, 9599, 7771, 9436, 7610, 9539, 7990, 11155, 7902, 8810, 8382, 10296, 9463, 7921, 10817, 8005, 9140, 8118, 8727, 9868, 7870, 10314, 7791, 10568, 8512, 12763, 8429, 7884, 8804, 7914, 10333, 8626, 9411, 9022, 7227, 10295, 8750, 13039, 9432, 7712, 9673, 8035, 12957, 9575, 7880, 9965, 8059, 12008, 9618, 7702, 10694, 7938, 6877, 11945, 8662, 7188, 10783, 8206, 7487, 9883, 7847, 12889, 8425, 7173, 9854, 8096, 7876, 10164, 7983, 7833, 9321, 7431, 9952, 9502, 7836, 8919, 9155, 7104, 11953, 8709, 7247, 9288, 9029, 7275, 9581, 9602, 8423, 9230, 9534, 7379, 12015, 8993, 7718, 10803, 8283, 7911, 10136, 8165, 14055, 9715, 7377, 11063, 8014, 7842, 10151, 8397, 7666, 9570, 7547, 11391, 9081, 7547, 12291, 8233, 6912, 9766, 7969, 13344, 8972, 7652], 'WindowCenter': [3969.0, 3985.0, 3952.0, 3970.0, 3949.0, 3916.0, 3946.0, 3916.0, 3934.0, 3915.0, 3957.0, 3936.0, 3945.0, 3925.0, 3945.0, 3915.0, 3924.0, 3926.0, 3915.0, 3937.0, 3915.0, 3938.0, 3916.0, 3937.0, 3916.0, 3927.0, 3916.0, 3957.0, 3915.0, 3947.0, 3916.0, 3936.0, 3926.0, 3957.0, 3917.0, 3937.0, 3928.0, 3948.0, 3929.0, 3958.0, 3929.0, 3927.0, 3938.0, 3938.0, 3960.0, 3939.0, 3949.0, 3937.0, 3959.0, 3936.0, 3969.0, 3937.0, 3958.0, 3927.0, 3956.0, 3948.0, 3937.0, 3947.0, 3926.0, 3948.0, 3936.0, 3957.0, 3915.0, 3945.0, 3914.0, 3945.0, 3925.0, 3946.0, 3926.0, 3946.0, 3915.0, 3945.0, 3926.0, 3905.0, 3936.0, 3917.0, 3948.0, 3926.0, 3958.0, 3926.0, 3946.0, 3915.0, 3947.0, 3925.0, 3957.0, 3926.0, 3945.0, 3915.0, 3957.0, 3936.0, 3956.0, 3925.0, 3925.0, 3936.0, 3946.0, 3946.0, 3914.0, 3946.0, 3916.0, 3945.0, 3936.0, 3915.0, 3948.0, 3925.0, 3935.0, 3933.0, 3935.0, 3914.0, 3936.0, 3914.0, 3934.0, 3913.0, 3945.0, 3914.0, 3934.0, 3903.0, 3934.0, 3913.0, 3945.0, 3914.0, 3943.0, 3914.0, 3944.0, 3936.0, 3904.0, 3935.0, 3914.0, 3935.0, 3913.0, 3945.0, 3914.0, 3944.0, 3914.0, 3934.0, 3924.0, 3933.0, 3926.0, 3935.0, 3926.0, 3955.0, 3925.0, 3913.0, 3923.0, 3904.0, 3935.0, 3913.0, 3935.0, 3914.0, 3935.0, 3915.0, 3935.0, 3926.0, 3936.0, 3928.0, 3916.0, 3948.0, 3924.0, 3936.0, 3945.0, 3936.0, 3924.0, 3935.0, 3926.0, 3945.0, 3925.0, 3956.0, 3925.0, 3916.0, 3936.0, 3918.0, 3959.0, 3939.0, 3931.0, 3961.0, 3928.0, 3949.0, 3947.0, 3947.0, 3925.0, 3946.0, 3923.0, 3935.0, 3923.0, 3945.0, 3913.0, 3945.0, 3924.0, 3904.0, 3934.0, 3927.0, 3946.0, 3927.0, 3946.0, 3935.0, 3946.0, 3935.0, 3914.0, 3946.0, 3925.0, 3934.0, 3915.0, 3956.0, 3915.0, 3925.0, 3927.0, 3926.0, 3939.0, 3948.0, 3947.0, 3925.0, 3946.0, 3914.0, 3945.0, 3925.0, 3956.0, 3926.0, 3915.0, 3935.0, 3915.0, 3935.0, 3915.0, 3947.0, 3917.0, 3946.0, 3926.0, 3957.0, 3927.0, 3956.0, 3926.0, 3958.0, 3937.0, 3956.0, 3935.0, 3914.0, 3935.0, 3914.0, 3925.0, 3915.0, 3934.0, 3935.0, 3926.0, 3927.0, 3959.0, 3938.0, 3916.0, 3947.0, 3925.0, 3968.0, 3934.0, 3924.0, 3924.0, 3914.0, 3956.0, 3936.0, 3915.0, 3934.0, 3915.0, 3956.0, 3946.0, 3916.0, 3945.0, 3924.0, 3945.0, 3924.0, 3955.0, 3924.0, 3913.0, 3933.0, 3902.0, 3923.0, 3914.0, 3945.0, 3915.0, 3904.0, 3926.0, 3916.0, 3949.0, 3916.0, 3936.0, 3926.0, 3926.0, 3916.0, 3946.0, 3927.0, 3947.0, 3928.0, 3947.0, 3916.0, 3956.0, 3926.0, 3946.0, 3926.0, 3946.0, 3925.0, 3967.0, 3936.0, 3955.0, 3924.0, 3925.0, 3935.0, 3934.0, 3935.0, 3924.0, 3944.0, 3924.0, 3945.0, 3924.0, 3945.0, 3924.0, 3944.0, 3913.0, 3932.0, 3912.0, 3945.0, 3912.0, 3935.0, 3913.0, 3932.0, 3914.0, 3944.0, 3925.0, 3915.0, 3935.0, 3917.0, 3947.0, 3939.0, 3937.0, 3937.0, 3927.0, 3938.0, 3946.0, 3947.0, 3926.0, 3946.0, 3914.0, 3934.0, 3925.0, 3957.0, 3926.0, 3917.0, 3946.0, 3929.0, 3960.0, 3949.0, 3928.0, 3948.0, 3939.0, 3968.0, 3937.0, 3957.0, 3945.0, 3924.0, 3935.0, 3925.0, 3946.0, 3946.0, 3926.0, 3957.0, 3935.0, 3925.0, 3946.0, 3925.0, 3956.0, 3924.0, 3924.0, 3934.0, 3915.0, 3967.0, 3937.0, 3924.0, 3934.0, 3912.0, 3933.0, 3923.0, 3954.0, 3922.0, 3913.0, 3934.0, 3914.0, 3955.0, 3937.0, 3916.0, 3946.0, 3917.0, 3956.0, 3937.0, 3916.0, 3947.0, 3926.0, 3955.0, 3925.0, 3954.0, 3935.0, 3914.0, 3945.0, 3924.0, 3943.0, 3924.0, 3924.0, 3934.0, 3914.0, 3934.0, 3916.0, 3927.0, 3936.0, 3917.0, 3947.0, 3915.0, 3947.0, 3925.0, 3944.0, 3925.0, 3944.0, 3915.0, 3956.0, 3936.0, 3915.0, 3935.0, 3915.0, 3946.0, 3926.0, 3946.0, 3924.0, 3914.0, 3926.0, 3916.0, 3969.0, 3938.0, 3917.0, 3949.0, 3927.0, 3936.0, 3927.0, 3958.0, 3937.0, 3936.0, 3937.0, 3955.0, 3945.0, 3934.0, 3933.0, 3913.0, 3923.0, 3912.0, 3944.0, 3925.0, 3914.0, 3934.0, 3916.0, 3967.0, 3949.0, 3917.0, 3946.0, 3926.0, 3925.0, 3948.0, 3927.0, 3957.0, 3937.0, 3945.0, 3924.0, 3944.0, 3933.0, 3922.0, 3922.0, 3913.0, 3942.0, 3913.0, 3913.0, 3945.0, 3913.0, 3936.0, 3924.0, 3905.0, 3956.0, 3936.0, 3925.0, 3946.0, 3914.0, 3945.0, 3936.0, 3924.0, 3956.0, 3925.0, 3904.0, 3935.0, 3927.0, 3947.0, 3936.0, 3916.0, 3946.0, 3916.0, 3926.0, 3958.0, 3938.0, 3928.0, 3949.0, 3927.0, 3927.0, 3960.0, 3949.0, 3938.0, 3936.0, 3927.0, 3906.0, 3936.0, 3937.0, 3978.0, 3937.0, 3934.0, 3924.0, 3925.0, 3926.0, 3958.0, 3948.0, 3935.0, 3945.0, 3933.0, 3942.0, 3919.0, 3885.0, 3905.0, 3872.0, 3913.0, 3884.0, 3875.0, 3906.0, 3885.0, 3875.0, 3895.0, 3875.0, 3928.0, 3897.0, 3889.0, 3908.0, 3888.0, 3930.0, 3910.0, 3890.0, 3921.0, 3902.0, 3901.0, 3911.0, 3903.0, 3955.0, 3913.0, 3903.0, 3937.0, 3916.0, 3935.0, 3936.0, 3917.0, 3958.0, 3927.0, 3916.0, 3936.0, 3916.0, 3957.0, 3937.0, 3916.0, 3956.0, 3925.0, 3927.0, 3958.0, 3937.0, 3917.0, 3946.0, 3917.0, 3948.0, 3949.0, 3927.0, 3947.0, 3938.0, 3918.0, 3968.0, 3950.0, 3928.0, 3959.0, 3939.0, 3958.0, 3936.0, 3937.0, 3958.0, 3925.0, 3947.0, 3927.0, 3916.0, 3958.0, 3928.0, 3918.0, 3949.0, 3928.0, 3928.0, 3961.0, 3939.0, 3948.0, 3949.0, 3928.0, 3970.0, 3938.0, 3957.0, 3935.0, 3944.0, 3912.0, 3954.0, 3925.0, 3913.0, 3934.0, 3916.0, 3925.0, 3925.0, 3918.0, 3948.0, 3928.0, 3958.0, 3927.0, 3956.0, 3938.0, 3927.0, 3947.0, 3916.0, 3945.0, 3914.0, 3945.0, 3936.0, 3934.0, 3926.0, 3915.0, 3936.0, 3916.0, 3957.0, 3927.0, 3947.0, 3927.0, 3947.0, 3937.0, 3916.0, 3937.0, 3926.0, 3945.0, 3927.0, 3937.0, 3937.0, 3928.0, 3946.0, 3926.0, 3957.0, 3949.0, 3928.0, 3958.0, 3927.0, 3946.0, 3926.0, 3956.0, 3937.0, 3926.0, 3947.0, 3928.0, 3939.0, 3948.0, 3941.0, 3959.0, 3949.0, 3969.0, 3936.0, 3967.0, 3946.0, 3924.0, 3934.0, 3914.0, 3934.0, 3914.0, 3955.0, 3925.0, 3913.0, 3934.0, 3915.0, 3946.0, 3936.0, 3917.0, 3958.0, 3916.0, 3946.0, 3925.0, 3957.0, 3924.0, 3944.0, 3913.0, 3932.0, 3913.0, 3934.0, 3924.0, 3915.0, 3935.0, 3917.0, 3947.0, 3926.0, 3916.0, 3937.0, 3917.0, 3957.0, 3936.0, 3959.0, 3937.0, 3928.0, 3948.0, 3928.0, 3968.0, 3937.0, 3928.0, 3947.0, 3925.0, 3958.0, 3936.0, 3956.0, 3925.0, 3936.0, 3925.0, 3912.0, 3946.0, 3923.0, 3945.0, 3926.0, 3945.0, 3915.0, 3936.0, 3926.0, 3915.0, 3957.0, 3926.0, 3927.0, 3949.0, 3926.0, 3957.0, 3925.0, 3945.0, 3924.0, 3957.0, 3925.0, 3945.0, 3914.0, 3935.0, 3937.0, 3915.0, 3945.0, 3915.0, 3934.0, 3914.0, 3946.0, 3926.0, 3946.0, 3927.0, 3935.0, 3925.0, 3927.0, 3947.0, 3929.0, 3949.0, 3927.0, 3958.0, 3939.0, 3948.0, 3948.0, 3925.0, 3936.0, 3946.0, 3946.0, 3925.0, 3944.0, 3915.0, 3944.0, 3926.0, 3936.0, 3946.0, 3928.0, 3958.0, 3916.0, 3956.0, 3935.0, 3955.0, 3926.0, 3905.0, 3937.0, 3925.0, 3945.0, 3914.0, 3936.0, 3926.0, 3945.0, 3926.0, 3955.0, 3925.0, 3915.0, 3936.0, 3934.0, 3936.0, 3914.0, 3934.0, 3914.0, 3934.0, 3925.0, 3957.0, 3925.0, 3936.0, 3927.0, 3946.0, 3936.0, 3925.0, 3945.0, 3926.0, 3935.0, 3926.0, 3937.0, 3947.0, 3927.0, 3946.0, 3927.0, 3946.0, 3936.0, 3955.0, 3926.0, 3924.0, 3935.0, 3924.0, 3945.0, 3936.0, 3934.0, 3935.0, 3915.0, 3945.0, 3936.0, 3967.0, 3936.0, 3913.0, 3933.0, 3914.0, 3955.0, 3934.0, 3913.0, 3932.0, 3913.0, 3942.0, 3933.0, 3912.0, 3943.0, 3912.0, 3903.0, 3954.0, 3924.0, 3903.0, 3945.0, 3925.0, 3903.0, 3934.0, 3914.0, 3955.0, 3922.0, 3904.0, 3943.0, 3923.0, 3914.0, 3944.0, 3925.0, 3913.0, 3934.0, 3915.0, 3945.0, 3946.0, 3926.0, 3936.0, 3935.0, 3916.0, 3957.0, 3937.0, 3916.0, 3948.0, 3937.0, 3917.0, 3948.0, 3948.0, 3939.0, 3961.0, 3950.0, 3929.0, 3969.0, 3938.0, 3927.0, 3957.0, 3936.0, 3925.0, 3945.0, 3925.0, 3967.0, 3935.0, 3915.0, 3954.0, 3923.0, 3913.0, 3946.0, 3924.0, 3915.0, 3945.0, 3915.0, 3955.0, 3936.0, 3916.0, 3956.0, 3924.0, 3904.0, 3944.0, 3925.0, 3966.0, 3935.0, 3915.0], 'WindowWidth': [8870.0, 8883.0, 8833.0, 8852.0, 8823.0, 8774.0, 8814.0, 8772.0, 8794.0, 8769.0, 8828.0, 8798.0, 8809.0, 8784.0, 8807.0, 8769.0, 8781.0, 8786.0, 8772.0, 8802.0, 8771.0, 8805.0, 8774.0, 8803.0, 8773.0, 8789.0, 8774.0, 8831.0, 8772.0, 8816.0, 8772.0, 8800.0, 8786.0, 8831.0, 8777.0, 8804.0, 8794.0, 8820.0, 8795.0, 8833.0, 8796.0, 8791.0, 8808.0, 8805.0, 8839.0, 8809.0, 8823.0, 8803.0, 8833.0, 8800.0, 8850.0, 8803.0, 8830.0, 8789.0, 8827.0, 8817.0, 8802.0, 8816.0, 8786.0, 8818.0, 8798.0, 8828.0, 8768.0, 8809.0, 8766.0, 8809.0, 8782.0, 8811.0, 8786.0, 8812.0, 8770.0, 8809.0, 8785.0, 8757.0, 8800.0, 8776.0, 8820.0, 8786.0, 8830.0, 8784.0, 8812.0, 8770.0, 8814.0, 8782.0, 8830.0, 8785.0, 8809.0, 8769.0, 8827.0, 8799.0, 8823.0, 8781.0, 8782.0, 8799.0, 8810.0, 8811.0, 8765.0, 8810.0, 8771.0, 8809.0, 8800.0, 8770.0, 8816.0, 8782.0, 8795.0, 8789.0, 8794.0, 8764.0, 8796.0, 8765.0, 8793.0, 8764.0, 8810.0, 8765.0, 8794.0, 8749.0, 8792.0, 8763.0, 8808.0, 8766.0, 8804.0, 8767.0, 8805.0, 8797.0, 8752.0, 8795.0, 8766.0, 8794.0, 8761.0, 8807.0, 8764.0, 8806.0, 8764.0, 8791.0, 8779.0, 8791.0, 8783.0, 8794.0, 8782.0, 8821.0, 8781.0, 8763.0, 8776.0, 8752.0, 8795.0, 8763.0, 8794.0, 8765.0, 8794.0, 8769.0, 8795.0, 8784.0, 8798.0, 8790.0, 8774.0, 8817.0, 8780.0, 8797.0, 8808.0, 8796.0, 8778.0, 8794.0, 8784.0, 8810.0, 8782.0, 8826.0, 8782.0, 8773.0, 8798.0, 8778.0, 8833.0, 8810.0, 8803.0, 8843.0, 8794.0, 8820.0, 8814.0, 8815.0, 8781.0, 8811.0, 8776.0, 8794.0, 8776.0, 8807.0, 8762.0, 8807.0, 8779.0, 8753.0, 8794.0, 8788.0, 8813.0, 8790.0, 8811.0, 8797.0, 8812.0, 8796.0, 8767.0, 8811.0, 8782.0, 8793.0, 8768.0, 8824.0, 8771.0, 8784.0, 8790.0, 8787.0, 8806.0, 8817.0, 8815.0, 8784.0, 8813.0, 8767.0, 8809.0, 8781.0, 8825.0, 8783.0, 8769.0, 8797.0, 8768.0, 8796.0, 8769.0, 8815.0, 8775.0, 8813.0, 8787.0, 8829.0, 8787.0, 8824.0, 8786.0, 8830.0, 8801.0, 8826.0, 8796.0, 8766.0, 8797.0, 8766.0, 8783.0, 8769.0, 8794.0, 8797.0, 8786.0, 8789.0, 8835.0, 8805.0, 8772.0, 8815.0, 8781.0, 8844.0, 8793.0, 8778.0, 8777.0, 8764.0, 8825.0, 8797.0, 8768.0, 8791.0, 8767.0, 8823.0, 8813.0, 8769.0, 8809.0, 8780.0, 8807.0, 8780.0, 8821.0, 8778.0, 8762.0, 8790.0, 8746.0, 8775.0, 8764.0, 8809.0, 8769.0, 8755.0, 8785.0, 8772.0, 8820.0, 8771.0, 8798.0, 8783.0, 8785.0, 8772.0, 8813.0, 8786.0, 8816.0, 8792.0, 8815.0, 8771.0, 8825.0, 8785.0, 8811.0, 8787.0, 8811.0, 8784.0, 8840.0, 8798.0, 8821.0, 8780.0, 8781.0, 8794.0, 8791.0, 8794.0, 8778.0, 8805.0, 8780.0, 8809.0, 8778.0, 8808.0, 8780.0, 8805.0, 8762.0, 8786.0, 8759.0, 8807.0, 8762.0, 8792.0, 8763.0, 8787.0, 8765.0, 8806.0, 8782.0, 8769.0, 8795.0, 8774.0, 8815.0, 8808.0, 8803.0, 8804.0, 8787.0, 8804.0, 8811.0, 8815.0, 8785.0, 8810.0, 8768.0, 8792.0, 8783.0, 8826.0, 8785.0, 8775.0, 8813.0, 8795.0, 8835.0, 8821.0, 8792.0, 8820.0, 8809.0, 8845.0, 8802.0, 8827.0, 8810.0, 8780.0, 8797.0, 8783.0, 8812.0, 8814.0, 8787.0, 8829.0, 8798.0, 8781.0, 8811.0, 8782.0, 8825.0, 8779.0, 8780.0, 8793.0, 8770.0, 8842.0, 8800.0, 8780.0, 8794.0, 8760.0, 8789.0, 8775.0, 8819.0, 8773.0, 8765.0, 8792.0, 8768.0, 8824.0, 8801.0, 8773.0, 8813.0, 8775.0, 8827.0, 8804.0, 8773.0, 8814.0, 8786.0, 8822.0, 8782.0, 8820.0, 8796.0, 8765.0, 8808.0, 8779.0, 8804.0, 8779.0, 8778.0, 8791.0, 8766.0, 8792.0, 8773.0, 8787.0, 8800.0, 8777.0, 8815.0, 8770.0, 8816.0, 8782.0, 8807.0, 8782.0, 8806.0, 8771.0, 8824.0, 8799.0, 8770.0, 8796.0, 8768.0, 8812.0, 8784.0, 8810.0, 8781.0, 8767.0, 8785.0, 8773.0, 8847.0, 8806.0, 8778.0, 8821.0, 8788.0, 8800.0, 8787.0, 8830.0, 8802.0, 8800.0, 8800.0, 8822.0, 8808.0, 8790.0, 8789.0, 8761.0, 8775.0, 8760.0, 8806.0, 8780.0, 8766.0, 8793.0, 8773.0, 8842.0, 8821.0, 8776.0, 8815.0, 8788.0, 8783.0, 8817.0, 8788.0, 8829.0, 8802.0, 8810.0, 8778.0, 8805.0, 8791.0, 8773.0, 8773.0, 8762.0, 8799.0, 8763.0, 8761.0, 8807.0, 8764.0, 8796.0, 8780.0, 8757.0, 8826.0, 8800.0, 8785.0, 8813.0, 8768.0, 8807.0, 8797.0, 8778.0, 8824.0, 8782.0, 8753.0, 8795.0, 8787.0, 8814.0, 8798.0, 8773.0, 8811.0, 8773.0, 8787.0, 8832.0, 8806.0, 8794.0, 8820.0, 8789.0, 8789.0, 8840.0, 8824.0, 8807.0, 8799.0, 8790.0, 8761.0, 8801.0, 8803.0, 8860.0, 8803.0, 8791.0, 8778.0, 8783.0, 8786.0, 8832.0, 8819.0, 8797.0, 8810.0, 8789.0, 8800.0, 8762.0, 8708.0, 8734.0, 8687.0, 8743.0, 8705.0, 8694.0, 8738.0, 8711.0, 8699.0, 8724.0, 8698.0, 8772.0, 8731.0, 8722.0, 8745.0, 8720.0, 8778.0, 8752.0, 8727.0, 8769.0, 8747.0, 8744.0, 8758.0, 8750.0, 8820.0, 8764.0, 8754.0, 8801.0, 8774.0, 8797.0, 8800.0, 8775.0, 8831.0, 8789.0, 8773.0, 8800.0, 8775.0, 8828.0, 8803.0, 8775.0, 8828.0, 8786.0, 8788.0, 8833.0, 8802.0, 8776.0, 8814.0, 8775.0, 8817.0, 8822.0, 8791.0, 8818.0, 8805.0, 8780.0, 8847.0, 8824.0, 8794.0, 8838.0, 8810.0, 8831.0, 8801.0, 8802.0, 8832.0, 8786.0, 8814.0, 8788.0, 8775.0, 8833.0, 8793.0, 8780.0, 8822.0, 8794.0, 8793.0, 8841.0, 8811.0, 8821.0, 8823.0, 8794.0, 8852.0, 8805.0, 8830.0, 8796.0, 8806.0, 8762.0, 8817.0, 8780.0, 8765.0, 8795.0, 8774.0, 8786.0, 8786.0, 8778.0, 8820.0, 8794.0, 8833.0, 8789.0, 8828.0, 8804.0, 8788.0, 8815.0, 8774.0, 8811.0, 8766.0, 8810.0, 8799.0, 8795.0, 8786.0, 8772.0, 8798.0, 8774.0, 8830.0, 8790.0, 8816.0, 8790.0, 8815.0, 8802.0, 8772.0, 8801.0, 8786.0, 8810.0, 8788.0, 8802.0, 8803.0, 8793.0, 8815.0, 8788.0, 8829.0, 8822.0, 8791.0, 8833.0, 8791.0, 8813.0, 8785.0, 8827.0, 8801.0, 8785.0, 8816.0, 8795.0, 8809.0, 8822.0, 8814.0, 8835.0, 8824.0, 8848.0, 8800.0, 8843.0, 8813.0, 8779.0, 8793.0, 8765.0, 8792.0, 8766.0, 8823.0, 8783.0, 8766.0, 8794.0, 8771.0, 8813.0, 8803.0, 8778.0, 8833.0, 8775.0, 8814.0, 8782.0, 8827.0, 8782.0, 8807.0, 8764.0, 8788.0, 8765.0, 8793.0, 8781.0, 8770.0, 8798.0, 8776.0, 8817.0, 8789.0, 8775.0, 8803.0, 8776.0, 8830.0, 8800.0, 8837.0, 8804.0, 8793.0, 8819.0, 8794.0, 8847.0, 8806.0, 8794.0, 8817.0, 8786.0, 8832.0, 8800.0, 8828.0, 8783.0, 8797.0, 8781.0, 8763.0, 8811.0, 8779.0, 8811.0, 8786.0, 8809.0, 8771.0, 8798.0, 8786.0, 8774.0, 8830.0, 8789.0, 8789.0, 8822.0, 8789.0, 8831.0, 8784.0, 8810.0, 8781.0, 8828.0, 8784.0, 8811.0, 8770.0, 8797.0, 8802.0, 8771.0, 8811.0, 8772.0, 8796.0, 8767.0, 8814.0, 8787.0, 8812.0, 8790.0, 8797.0, 8787.0, 8790.0, 8818.0, 8796.0, 8822.0, 8793.0, 8833.0, 8809.0, 8818.0, 8820.0, 8784.0, 8800.0, 8810.0, 8813.0, 8782.0, 8808.0, 8769.0, 8809.0, 8788.0, 8801.0, 8815.0, 8794.0, 8833.0, 8772.0, 8827.0, 8797.0, 8824.0, 8785.0, 8757.0, 8802.0, 8783.0, 8812.0, 8770.0, 8800.0, 8788.0, 8812.0, 8787.0, 8825.0, 8784.0, 8771.0, 8800.0, 8794.0, 8800.0, 8768.0, 8796.0, 8767.0, 8796.0, 8783.0, 8828.0, 8786.0, 8800.0, 8789.0, 8811.0, 8801.0, 8783.0, 8811.0, 8787.0, 8796.0, 8787.0, 8801.0, 8816.0, 8790.0, 8814.0, 8789.0, 8813.0, 8800.0, 8824.0, 8785.0, 8782.0, 8796.0, 8781.0, 8810.0, 8799.0, 8796.0, 8798.0, 8769.0, 8810.0, 8801.0, 8842.0, 8797.0, 8764.0, 8790.0, 8765.0, 8824.0, 8793.0, 8765.0, 8789.0, 8764.0, 8799.0, 8790.0, 8762.0, 8804.0, 8761.0, 8751.0, 8820.0, 8782.0, 8753.0, 8810.0, 8783.0, 8751.0, 8793.0, 8767.0, 8824.0, 8776.0, 8753.0, 8805.0, 8779.0, 8767.0, 8809.0, 8782.0, 8767.0, 8794.0, 8770.0, 8810.0, 8814.0, 8787.0, 8801.0, 8798.0, 8773.0, 8828.0, 8803.0, 8775.0, 8818.0, 8803.0, 8778.0, 8819.0, 8822.0, 8813.0, 8844.0, 8826.0, 8796.0, 8849.0, 8808.0, 8791.0, 8831.0, 8802.0, 8785.0, 8810.0, 8784.0, 8845.0, 8797.0, 8771.0, 8821.0, 8779.0, 8766.0, 8812.0, 8781.0, 8769.0, 8811.0, 8770.0, 8822.0, 8800.0, 8772.0, 8827.0, 8782.0, 8755.0, 8806.0, 8783.0, 8841.0, 8795.0, 8769.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.0003376644736842105</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025209123355263152</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.28767784037321</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.175972285740944</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9612130197145997</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4569</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7611.5361</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08687862525700007</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.8640350877192982</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.565362747292857</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.583600029311266</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7515956616695743</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.36089255089773</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00790559</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005921193864196539</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02425272949039936</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.918087817614603</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>25.0597</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.7101</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.3374</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303031.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>593.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.4205</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4482</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.8584</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3149.8966</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3330.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73513.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1072.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4108.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.8986</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.92394956480712</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> |