=== 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-0087 --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-0087",
"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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-02/func/sub-0087_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>3f857dfa48d972d4b8ac4671ae390dbc</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>19:17:52.857500</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.998752, -0.0281777, 0.0412456, 0.0228393, 0.991942, 0.124615]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.114658</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>[4165, -7776, -7222, 578, -42, -85, 45, 87]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>272.305</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>55e6dae9-b43b-498a-9e31-cbc77a758a3f||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.679577589035034, 0.06127617508172989, 0.11994653195142746, 105.81131744384766], [0.07559862732887268, 2.661308526992798, 0.33349767327308655, -107.08131408691406], [0.11065898090600967, -0.334333598613739, 2.676638126373291, -57.053367614746094], [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': ['191752.857500', '191753.317500', '191753.777500', '191754.237500', '191754.697500', '191755.157500', '191755.617500', '191756.077500', '191756.537500', '191756.997500', '191757.457500', '191757.917500', '191758.377500', '191758.837500', '191759.297500', '191759.757500', '191800.217500', '191800.677500', '191801.137500', '191801.597500', '191802.057500', '191802.517500', '191802.977500', '191803.437500', '191803.897500', '191804.357500', '191804.817500', '191805.277500', '191805.737500', '191806.197500', '191806.657500', '191807.117500', '191807.577500', '191808.037500', '191808.497500', '191808.957500', '191809.417500', '191809.877500', '191810.337500', '191810.797500', '191811.257500', '191811.717500', '191812.177500', '191812.637500', '191813.097500', '191813.557500', '191814.017500', '191814.477500', '191814.937500', '191815.397500', '191815.857500', '191816.317500', '191816.777500', '191817.237500', '191817.697500', '191818.157500', '191818.617500', '191819.077500', '191819.537500', '191819.997500', '191820.457500', '191820.917500', '191821.377500', '191821.837500', '191822.297500', '191822.757500', '191823.217500', '191823.677500', '191824.137500', '191824.597500', '191825.057500', '191825.517500', '191825.977500', '191826.437500', '191826.897500', '191827.357500', '191827.817500', '191828.277500', '191828.737500', '191829.197500', '191829.657500', '191830.117500', '191830.577500', '191831.037500', '191831.497500', '191831.957500', '191832.417500', '191832.877500', '191833.337500', '191833.797500', '191834.257500', '191834.717500', '191835.177500', '191835.637500', '191836.097500', '191836.557500', '191837.017500', '191837.477500', '191837.937500', '191838.397500', '191838.857500', '191839.317500', '191839.777500', '191840.237500', '191840.697500', '191841.157500', '191841.617500', '191842.077500', '191842.537500', '191842.997500', '191843.457500', '191843.917500', '191844.377500', '191844.837500', '191845.297500', '191845.757500', '191846.217500', '191846.677500', '191847.137500', '191847.597500', '191848.057500', '191848.517500', '191848.977500', '191849.437500', '191849.897500', '191850.357500', '191850.817500', '191851.277500', '191851.737500', '191852.197500', '191852.657500', '191853.117500', '191853.577500', '191854.037500', '191854.497500', '191854.957500', '191855.417500', '191855.877500', '191856.337500', '191856.797500', '191857.257500', '191857.717500', '191858.177500', '191858.637500', '191859.097500', '191859.557500', '191900.017500', '191900.477500', '191900.937500', '191901.397500', '191901.857500', '191902.317500', '191902.777500', '191903.237500', '191903.697500', '191904.157500', '191904.617500', '191905.077500', '191905.537500', '191905.997500', '191906.457500', '191906.917500', '191907.377500', '191907.837500', '191908.297500', '191908.757500', '191909.217500', '191909.677500', '191910.137500', '191910.597500', '191911.057500', '191911.517500', '191911.977500', '191912.437500', '191912.897500', '191913.357500', '191913.817500', '191914.277500', '191914.737500', '191915.197500', '191915.657500', '191916.117500', '191916.577500', '191917.037500', '191917.497500', '191917.957500', '191918.417500', '191918.877500', '191919.337500', '191919.797500', '191920.257500', '191920.717500', '191921.177500', '191921.637500', '191922.097500', '191922.557500', '191923.017500', '191923.477500', '191923.937500', '191924.397500', '191924.857500', '191925.317500', '191925.777500', '191926.237500', '191926.697500', '191927.157500', '191927.617500', '191928.077500', '191928.537500', '191928.997500', '191929.457500', '191929.917500', '191930.377500', '191930.837500', '191931.297500', '191931.757500', '191932.217500', '191932.677500', '191933.137500', '191933.597500', '191934.057500', '191934.517500', '191934.977500', '191935.437500', '191935.897500', '191936.357500', '191936.817500', '191937.277500', '191937.737500', '191938.197500', '191938.657500', '191939.117500', '191939.577500', '191940.037500', '191940.497500', '191940.957500', '191941.417500', '191941.877500', '191942.337500', '191942.797500', '191943.257500', '191943.717500', '191944.177500', '191944.637500', '191945.097500', '191945.557500', '191946.017500', '191946.477500', '191946.937500', '191947.397500', '191947.857500', '191948.317500', '191948.777500', '191949.237500', '191949.697500', '191950.157500', '191950.617500', '191951.077500', '191951.537500', '191951.997500', '191952.457500', '191952.917500', '191953.377500', '191953.837500', '191954.297500', '191954.757500', '191955.217500', '191955.677500', '191956.137500', '191956.597500', '191957.057500', '191957.517500', '191957.977500', '191958.437500', '191958.897500', '191959.357500', '191959.817500', '192000.277500', '192000.737500', '192001.197500', '192001.657500', '192002.117500', '192002.577500', '192003.037500', '192003.497500', '192003.957500', '192004.417500', '192004.877500', '192005.337500', '192005.797500', '192006.257500', '192006.717500', '192007.177500', '192007.637500', '192008.097500', '192008.557500', '192009.017500', '192009.477500', '192009.937500', '192010.397500', '192010.857500', '192011.317500', '192011.777500', '192012.237500', '192012.697500', '192013.157500', '192013.617500', '192014.077500', '192014.537500', '192014.997500', '192015.457500', '192015.917500', '192016.377500', '192016.837500', '192017.297500', '192017.757500', '192018.217500', '192018.677500', '192019.137500', '192019.597500', '192020.057500', '192020.517500', '192020.977500', '192021.437500', '192021.897500', '192022.357500', '192022.817500', '192023.277500', '192023.737500', '192024.197500', '192024.657500', '192025.117500', '192025.577500', '192026.037500', '192026.497500', '192026.957500', '192027.417500', '192027.877500', '192028.337500', '192028.797500', '192029.257500', '192029.717500', '192030.177500', '192030.637500', '192031.097500', '192031.557500', '192032.017500', '192032.477500', '192032.937500', '192033.397500', '192033.857500', '192034.317500', '192034.777500', '192035.237500', '192035.697500', '192036.157500', '192036.617500', '192037.077500', '192037.537500', '192037.997500', '192038.457500', '192038.917500', '192039.377500', '192039.837500', '192040.297500', '192040.757500', '192041.217500', '192041.677500', '192042.137500', '192042.597500', '192043.057500', '192043.517500', '192043.977500', '192044.437500', '192044.897500', '192045.357500', '192045.817500', '192046.277500', '192046.737500', '192047.197500', '192047.657500', '192048.117500', '192048.577500', '192049.037500', '192049.497500', '192049.957500', '192050.417500', '192050.877500', '192051.337500', '192051.797500', '192052.257500', '192052.717500', '192053.177500', '192053.637500', '192054.097500', '192054.557500', '192055.017500', '192055.477500', '192055.937500', '192056.397500', '192056.857500', '192057.317500', '192057.777500', '192058.237500', '192058.697500', '192059.157500', '192059.617500', '192100.077500', '192100.537500', '192100.997500', '192101.457500', '192101.917500', '192102.377500', '192102.837500', '192103.297500', '192103.757500', '192104.217500', '192104.677500', '192105.137500', '192105.597500', '192106.057500', '192106.517500', '192106.977500', '192107.437500', '192107.897500', '192108.357500', '192108.817500', '192109.277500', '192109.737500', '192110.197500', '192110.657500', '192111.117500', '192111.577500', '192112.037500', '192112.497500', '192112.957500', '192113.417500', '192113.877500', '192114.337500', '192114.797500', '192115.257500', '192115.717500', '192116.177500', '192116.637500', '192117.097500', '192117.557500', '192118.017500', '192118.477500', '192118.937500', '192119.397500', '192119.857500', '192120.317500', '192120.777500', '192121.237500', '192121.697500', '192122.157500', '192122.617500', '192123.077500', '192123.537500', '192123.997500', '192124.457500', '192124.917500', '192125.377500', '192125.837500', '192126.297500', '192126.757500', '192127.217500', '192127.677500', '192128.137500', '192128.597500', '192129.057500', '192129.517500', '192129.977500', '192130.437500', '192130.897500', '192131.357500', '192131.817500', '192132.277500', '192132.737500', '192133.197500', '192133.657500', '192134.117500', '192134.577500', '192135.037500', '192135.497500', '192135.957500', '192136.417500', '192136.877500', '192137.337500', '192137.797500', '192138.257500', '192138.717500', '192139.177500', '192139.637500', '192140.097500', '192140.557500', '192141.017500', '192141.477500', '192141.937500', '192142.397500', '192142.857500', '192143.317500', '192143.777500', '192144.237500', '192144.697500', '192145.157500', '192145.617500', '192146.077500', '192146.537500', '192146.997500', '192147.457500', '192147.917500', '192148.377500', '192148.837500', '192149.297500', '192149.757500', '192150.217500', '192150.677500', '192151.137500', '192151.597500', '192152.057500', '192152.517500', '192152.977500', '192153.437500', '192153.897500', '192154.357500', '192154.817500', '192155.277500', '192155.737500', '192156.197500', '192156.657500', '192157.117500', '192157.577500', '192158.037500', '192158.497500', '192158.957500', '192159.417500', '192159.877500', '192200.337500', '192200.797500', '192201.257500', '192201.717500', '192202.177500', '192202.637500', '192203.097500', '192203.557500', '192204.017500', '192204.477500', '192204.937500', '192205.397500', '192205.857500', '192206.317500', '192206.777500', '192207.237500', '192207.697500', '192208.157500', '192208.617500', '192209.077500', '192209.537500', '192209.997500', '192210.457500', '192210.917500', '192211.377500', '192211.837500', '192212.297500', '192212.757500', '192213.217500', '192213.677500', '192214.137500', '192214.597500', '192215.057500', '192215.517500', '192215.977500', '192216.437500', '192216.897500', '192217.357500', '192217.817500', '192218.277500', '192218.737500', '192219.197500', '192219.657500', '192220.117500', '192220.577500', '192221.037500', '192221.497500', '192221.957500', '192222.417500', '192222.877500', '192223.337500', '192223.797500', '192224.257500', '192224.717500', '192225.177500', '192225.637500', '192226.097500', '192226.557500', '192227.017500', '192227.477500', '192227.937500', '192228.397500', '192228.857500', '192229.317500', '192229.777500', '192230.237500', '192230.697500', '192231.157500', '192231.617500', '192232.077500', '192232.537500', '192232.997500', '192233.457500', '192233.917500', '192234.377500', '192234.837500', '192235.297500', '192235.757500', '192236.217500', '192236.677500', '192237.137500', '192237.597500', '192238.057500', '192238.517500', '192238.977500', '192239.437500', '192239.897500', '192240.357500', '192240.817500', '192241.277500', '192241.737500', '192242.197500', '192242.657500', '192243.117500', '192243.577500', '192244.037500', '192244.497500', '192244.957500', '192245.417500', '192245.877500', '192246.337500', '192246.797500', '192247.257500', '192247.717500', '192248.177500', '192248.637500', '192249.097500', '192249.557500', '192250.017500', '192250.477500', '192250.937500', '192251.397500', '192251.857500', '192252.317500', '192252.777500', '192253.237500', '192253.697500', '192254.157500', '192254.617500', '192255.077500', '192255.537500', '192255.997500', '192256.457500', '192256.917500', '192257.377500', '192257.837500', '192258.297500', '192258.757500', '192259.217500', '192259.677500', '192300.137500', '192300.597500', '192301.057500', '192301.517500', '192301.977500', '192302.437500', '192302.897500', '192303.357500', '192303.817500', '192304.277500', '192304.737500', '192305.197500', '192305.657500', '192306.117500', '192306.577500', '192307.037500', '192307.497500', '192307.957500', '192308.417500', '192308.877500', '192309.337500', '192309.797500', '192310.257500', '192310.717500', '192311.177500', '192311.637500', '192312.097500', '192312.557500', '192313.017500', '192313.477500', '192313.937500', '192314.397500', '192314.857500', '192315.317500', '192315.777500', '192316.237500', '192316.697500', '192317.157500', '192317.617500', '192318.077500', '192318.537500', '192318.997500', '192319.457500', '192319.917500', '192320.377500', '192320.837500', '192321.297500', '192321.757500', '192322.217500', '192322.677500', '192323.137500', '192323.597500', '192324.057500', '192324.517500', '192324.977500', '192325.437500', '192325.897500', '192326.357500', '192326.817500', '192327.277500', '192327.737500', '192328.197500', '192328.657500', '192329.117500', '192329.577500', '192330.037500', '192330.497500', '192330.957500', '192331.417500', '192331.877500', '192332.337500', '192332.797500', '192333.257500', '192333.717500', '192334.177500', '192334.637500', '192335.097500', '192335.557500', '192336.017500', '192336.477500', '192336.937500', '192337.397500', '192337.857500', '192338.317500', '192338.777500', '192339.237500', '192339.697500', '192340.157500', '192340.617500', '192341.077500', '192341.537500', '192341.997500', '192342.457500', '192342.917500', '192343.377500', '192343.837500', '192344.297500', '192344.757500', '192345.217500', '192345.677500', '192346.137500', '192346.597500', '192347.057500', '192347.517500', '192347.977500', '192348.437500', '192348.897500', '192349.357500', '192349.817500', '192350.277500', '192350.737500', '192351.197500', '192351.657500', '192352.117500', '192352.577500', '192353.037500', '192353.497500', '192353.957500', '192354.417500', '192354.877500', '192355.337500', '192355.797500', '192356.257500', '192356.717500', '192357.177500', '192357.637500', '192358.097500', '192358.557500', '192359.017500', '192359.477500', '192359.937500', '192400.397500', '192400.857500', '192401.317500', '192401.777500', '192402.237500', '192402.697500', '192403.157500', '192403.617500', '192404.077500', '192404.537500', '192404.997500', '192405.457500', '192405.917500', '192406.377500', '192406.837500', '192407.297500', '192407.757500', '192408.217500', '192408.677500', '192409.137500', '192409.597500', '192410.057500', '192410.517500', '192410.977500', '192411.437500', '192411.897500', '192412.357500', '192412.817500', '192413.277500', '192413.737500', '192414.197500', '192414.657500', '192415.117500', '192415.577500', '192416.037500', '192416.497500', '192416.957500', '192417.417500', '192417.877500', '192418.337500', '192418.797500', '192419.257500', '192419.717500', '192420.177500', '192420.637500', '192421.097500', '192421.557500', '192422.017500', '192422.477500', '192422.937500', '192423.397500', '192423.857500', '192424.317500', '192424.777500', '192425.237500', '192425.697500', '192426.157500', '192426.617500', '192427.077500', '192427.537500', '192427.997500', '192428.457500', '192428.917500', '192429.377500', '192429.837500', '192430.297500', '192430.757500', '192431.217500', '192431.677500', '192432.137500', '192432.597500', '192433.057500', '192433.517500', '192433.977500', '192434.437500', '192434.897500', '192435.357500', '192435.817500', '192436.277500', '192436.737500', '192437.197500', '192437.657500', '192438.117500', '192438.577500', '192439.037500', '192439.497500', '192439.957500', '192440.417500', '192440.877500', '192441.337500', '192441.797500', '192442.257500', '192442.717500', '192443.177500', '192443.637500', '192444.097500', '192444.557500', '192445.017500', '192445.477500', '192445.937500', '192446.397500', '192446.857500', '192447.317500', '192447.777500', '192448.237500', '192448.697500', '192449.157500', '192449.617500', '192450.077500', '192450.537500', '192450.997500', '192451.457500', '192451.917500', '192452.377500', '192452.837500'], 'ContentTime': ['191804.723000', '191804.734000', '191804.736000', '191804.739000', '191804.742000', '191804.744000', '191804.749000', '191804.751000', '191804.754000', '191804.757000', '191804.759000', '191804.762000', '191804.764000', '191804.767000', '191804.769000', '191804.772000', '191804.775000', '191804.778000', '191804.781000', '191804.783000', '191804.786000', '191804.789000', '191804.799000', '191824.659000', '191824.661000', '191824.664000', '191824.666000', '191824.669000', '191824.672000', '191824.674000', '191824.677000', '191824.680000', '191824.682000', '191824.685000', '191824.687000', '191824.690000', '191824.692000', '191824.695000', '191824.698000', '191824.700000', '191824.703000', '191824.705000', '191824.708000', '191824.711000', '191824.713000', '191824.720000', '191824.722000', '191824.725000', '191824.727000', '191824.730000', '191824.738000', '191824.740000', '191824.743000', '191824.745000', '191824.748000', '191824.751000', '191824.753000', '191824.756000', '191824.758000', '191824.761000', '191824.764000', '191824.766000', '191824.769000', '191824.771000', '191824.774000', '191824.776000', '191824.779000', '191844.658000', '191844.660000', '191844.663000', '191844.666000', '191844.668000', '191844.671000', '191844.673000', '191844.676000', '191844.679000', '191844.681000', '191844.684000', '191844.686000', '191844.689000', '191844.691000', '191844.694000', '191844.697000', '191844.699000', '191844.702000', '191844.704000', '191844.707000', '191844.709000', '191844.712000', '191844.715000', '191844.717000', '191844.720000', '191844.722000', '191844.725000', '191844.727000', '191844.730000', '191844.732000', '191844.735000', '191844.743000', '191844.746000', '191844.748000', '191844.751000', '191844.754000', '191844.757000', '191844.760000', '191844.763000', '191844.765000', '191844.768000', '191844.770000', '191844.773000', '191904.657000', '191904.660000', '191904.663000', '191904.665000', '191904.668000', '191904.671000', '191904.673000', '191904.676000', '191904.679000', '191904.681000', '191904.684000', '191904.686000', '191904.689000', '191904.692000', '191904.695000', '191904.697000', '191904.700000', '191904.703000', '191904.705000', '191904.708000', '191904.710000', '191904.713000', '191904.715000', '191904.718000', '191904.721000', '191904.723000', '191904.726000', '191904.728000', '191904.731000', '191904.733000', '191904.736000', '191904.739000', '191904.741000', '191904.744000', '191904.746000', '191904.749000', '191904.752000', '191904.754000', '191904.757000', '191904.759000', '191904.762000', '191904.764000', '191904.767000', '191904.769000', '191924.657000', '191924.660000', '191924.663000', '191924.669000', '191924.672000', '191924.675000', '191924.677000', '191924.680000', '191924.682000', '191924.685000', '191924.688000', '191924.690000', '191924.693000', '191924.696000', '191924.698000', '191924.701000', '191924.703000', '191924.706000', '191924.709000', '191924.711000', '191924.714000', '191924.716000', '191924.719000', '191924.721000', '191924.724000', '191924.727000', '191924.729000', '191924.732000', '191924.734000', '191924.737000', '191924.740000', '191924.742000', '191924.745000', '191924.747000', '191924.750000', '191924.753000', '191924.755000', '191924.758000', '191924.760000', '191924.763000', '191924.765000', '191924.768000', '191924.770000', '191944.657000', '191944.660000', '191944.663000', '191944.665000', '191944.668000', '191944.671000', '191944.673000', '191944.676000', '191944.678000', '191944.681000', '191944.683000', '191944.686000', '191944.689000', '191944.691000', '191944.703000', '191944.706000', '191944.708000', '191944.711000', '191944.714000', '191944.716000', '191944.719000', '191944.721000', '191944.724000', '191944.726000', '191944.729000', '191944.732000', '191944.734000', '191944.737000', '191944.739000', '191944.742000', '191944.745000', '191944.747000', '191944.750000', '191944.752000', '191944.755000', '191944.758000', '191944.760000', '191944.763000', '191944.765000', '191944.768000', '191944.771000', '191944.773000', '191944.776000', '191944.778000', '192004.658000', '192004.660000', '192004.663000', '192004.665000', '192004.668000', '192004.671000', '192004.673000', '192004.676000', '192004.678000', '192004.681000', '192004.684000', '192004.686000', '192004.689000', '192004.691000', '192004.694000', '192004.697000', '192004.699000', '192004.702000', '192004.704000', '192004.707000', '192004.709000', '192004.712000', '192004.715000', '192004.717000', '192004.720000', '192004.722000', '192004.725000', '192004.728000', '192004.730000', '192004.733000', '192004.736000', '192004.738000', '192004.741000', '192004.745000', '192004.747000', '192004.750000', '192004.753000', '192004.755000', '192004.758000', '192004.760000', '192004.763000', '192004.766000', '192004.768000', '192024.658000', '192024.661000', '192024.664000', '192024.666000', '192024.669000', '192024.672000', '192024.674000', '192024.677000', '192024.679000', '192024.682000', '192024.685000', '192024.687000', '192024.690000', '192024.692000', '192024.695000', '192024.698000', '192024.700000', '192024.703000', '192024.706000', '192024.708000', '192024.711000', '192024.713000', '192024.716000', '192024.719000', '192024.721000', '192024.724000', '192024.726000', '192024.729000', '192024.732000', '192024.734000', '192024.737000', '192024.739000', '192024.742000', '192024.744000', '192024.747000', '192024.750000', '192024.752000', '192024.755000', '192024.757000', '192024.760000', '192024.763000', '192024.765000', '192024.768000', '192024.770000', '192044.659000', '192044.661000', '192044.664000', '192044.667000', '192044.669000', '192044.672000', '192044.674000', '192044.677000', '192044.679000', '192044.682000', '192044.685000', '192044.687000', '192044.690000', '192044.692000', '192044.695000', '192044.698000', '192044.700000', '192044.703000', '192044.705000', '192044.708000', '192044.711000', '192044.713000', '192044.716000', '192044.718000', '192044.721000', '192044.724000', '192044.726000', '192044.729000', '192044.732000', '192044.734000', '192044.737000', '192044.739000', '192044.742000', '192044.744000', '192044.747000', '192044.750000', '192044.752000', '192044.755000', '192044.757000', '192044.760000', '192044.762000', '192044.765000', '192044.768000', '192104.658000', '192104.660000', '192104.663000', '192104.666000', '192104.668000', '192104.671000', '192104.673000', '192104.676000', '192104.679000', '192104.681000', '192104.684000', '192104.686000', '192104.689000', '192104.692000', '192104.694000', '192104.697000', '192104.699000', '192104.702000', '192104.705000', '192104.707000', '192104.710000', '192104.712000', '192104.715000', '192104.718000', '192104.720000', '192104.723000', '192104.725000', '192104.728000', '192104.731000', '192104.733000', '192104.736000', '192104.738000', '192104.741000', '192104.744000', '192104.746000', '192104.749000', '192104.751000', '192104.754000', '192104.756000', '192104.759000', '192104.762000', '192104.764000', '192104.767000', '192104.770000', '192124.658000', '192124.660000', '192124.663000', '192124.666000', '192124.668000', '192124.671000', '192124.673000', '192124.676000', '192124.679000', '192124.722000', '192124.725000', '192124.728000', '192124.730000', '192124.733000', '192124.736000', '192124.738000', '192124.741000', '192124.743000', '192124.746000', '192124.748000', '192124.751000', '192124.754000', '192124.756000', '192124.759000', '192124.761000', '192124.764000', '192124.767000', '192124.774000', '192124.776000', '192124.779000', '192124.781000', '192124.784000', '192124.787000', '192124.789000', '192124.792000', '192124.794000', '192124.797000', '192124.837000', '192124.840000', '192124.843000', '192124.845000', '192124.848000', '192124.851000', '192144.658000', '192144.660000', '192144.663000', '192144.666000', '192144.668000', '192144.671000', '192144.673000', '192144.676000', '192144.679000', '192144.681000', '192144.684000', '192144.686000', '192144.689000', '192144.692000', '192144.694000', '192144.697000', '192144.700000', '192144.702000', '192144.705000', '192144.708000', '192144.711000', '192144.713000', '192144.716000', '192144.718000', '192144.721000', '192144.724000', '192144.726000', '192144.729000', '192144.731000', '192144.734000', '192144.737000', '192144.739000', '192144.742000', '192144.745000', '192144.747000', '192144.750000', '192144.752000', '192144.755000', '192144.757000', '192144.760000', '192144.763000', '192144.765000', '192144.768000', '192144.770000', '192204.658000', '192204.660000', '192204.663000', '192204.666000', '192204.668000', '192204.671000', '192204.673000', '192204.676000', '192204.679000', '192204.681000', '192204.684000', '192204.686000', '192204.689000', '192204.692000', '192204.694000', '192204.697000', '192204.700000', '192204.702000', '192204.705000', '192204.707000', '192204.710000', '192204.713000', '192204.715000', '192204.718000', '192204.721000', '192204.723000', '192204.726000', '192204.728000', '192204.731000', '192204.734000', '192204.736000', '192204.739000', '192204.741000', '192204.744000', '192204.747000', '192204.749000', '192204.752000', '192204.754000', '192204.757000', '192204.760000', '192204.762000', '192204.765000', '192204.767000', '192224.658000', '192224.660000', '192224.663000', '192224.666000', '192224.668000', '192224.671000', '192224.673000', '192224.676000', '192224.679000', '192224.681000', '192224.684000', '192224.686000', '192224.689000', '192224.692000', '192224.694000', '192224.697000', '192224.700000', '192224.702000', '192224.705000', '192224.708000', '192224.710000', '192224.713000', '192224.716000', '192224.718000', '192224.721000', '192224.723000', '192224.726000', '192224.729000', '192224.731000', '192224.734000', '192224.736000', '192224.739000', '192224.742000', '192224.744000', '192224.747000', '192224.749000', '192224.752000', '192224.755000', '192224.757000', '192224.760000', '192224.762000', '192224.765000', '192224.767000', '192224.770000', '192244.659000', '192244.661000', '192244.664000', '192244.667000', '192244.669000', '192244.672000', '192244.675000', '192244.677000', '192244.680000', '192244.682000', '192244.685000', '192244.688000', '192244.690000', '192244.693000', '192244.695000', '192244.698000', '192244.701000', '192244.703000', '192244.706000', '192244.709000', '192244.711000', '192244.714000', '192244.716000', '192244.719000', '192244.722000', '192244.724000', '192244.727000', '192244.730000', '192244.732000', '192244.735000', '192244.737000', '192244.740000', '192244.743000', '192244.745000', '192244.757000', '192244.759000', '192244.762000', '192244.765000', '192244.767000', '192244.770000', '192244.772000', '192244.775000', '192244.778000', '192304.659000', '192304.661000', '192304.664000', '192304.667000', '192304.669000', '192304.672000', '192304.674000', '192304.677000', '192304.680000', '192304.682000', '192304.685000', '192304.687000', '192304.690000', '192304.694000', '192304.697000', '192304.699000', '192304.702000', '192304.705000', '192304.708000', '192304.710000', '192304.713000', '192304.715000', '192304.718000', '192304.721000', '192304.723000', '192304.726000', '192304.729000', '192304.731000', '192304.734000', '192304.736000', '192304.739000', '192304.742000', '192304.744000', '192304.747000', '192304.750000', '192304.752000', '192304.755000', '192304.757000', '192304.760000', '192304.763000', '192304.765000', '192304.768000', '192304.771000', '192304.773000', '192324.658000', '192324.660000', '192324.663000', '192324.666000', '192324.668000', '192324.671000', '192324.674000', '192324.682000', '192324.685000', '192324.687000', '192324.690000', '192324.692000', '192324.695000', '192324.697000', '192324.700000', '192324.703000', '192324.706000', '192324.708000', '192324.711000', '192324.713000', '192324.716000', '192324.719000', '192324.721000', '192324.724000', '192324.726000', '192324.729000', '192324.731000', '192324.734000', '192324.737000', '192324.739000', '192324.742000', '192324.744000', '192324.747000', '192324.750000', '192324.752000', '192324.755000', '192324.757000', '192324.760000', '192324.763000', '192324.765000', '192324.768000', '192324.770000', '192324.773000', '192344.658000', '192344.660000', '192344.663000', '192344.666000', '192344.668000', '192344.671000', '192344.674000', '192344.676000', '192344.679000', '192344.681000', '192344.684000', '192344.686000', '192344.689000', '192344.692000', '192344.694000', '192344.697000', '192344.700000', '192344.702000', '192344.705000', '192344.707000', '192344.710000', '192344.713000', '192344.715000', '192344.719000', '192344.722000', '192344.725000', '192344.727000', '192344.730000', '192344.733000', '192344.735000', '192344.738000', '192344.741000', '192344.743000', '192344.746000', '192344.748000', '192344.751000', '192344.754000', '192344.757000', '192344.759000', '192344.762000', '192344.764000', '192344.767000', '192344.770000', '192404.658000', '192404.661000', '192404.663000', '192404.666000', '192404.668000', '192404.671000', '192404.673000', '192404.676000', '192404.679000', '192404.681000', '192404.684000', '192404.686000', '192404.689000', '192404.691000', '192404.694000', '192404.697000', '192404.699000', '192404.702000', '192404.705000', '192404.707000', '192404.710000', '192404.712000', '192404.715000', '192404.717000', '192404.720000', '192404.723000', '192404.725000', '192404.728000', '192404.730000', '192404.733000', '192404.735000', '192404.738000', '192404.741000', '192404.743000', '192404.746000', '192404.749000', '192404.751000', '192404.754000', '192404.756000', '192404.759000', '192404.761000', '192404.764000', '192404.767000', '192404.769000', '192424.657000', '192424.660000', '192424.663000', '192424.666000', '192424.668000', '192424.671000', '192424.673000', '192424.676000', '192424.679000', '192424.681000', '192424.684000', '192424.686000', '192424.689000', '192424.692000', '192424.694000', '192424.697000', '192424.701000', '192424.703000', '192424.706000', '192424.709000', '192424.711000', '192424.714000', '192424.717000', '192424.719000', '192424.722000', '192424.724000', '192424.727000', '192424.730000', '192424.733000', '192424.736000', '192424.738000', '192424.741000', '192424.744000', '192424.746000', '192424.749000', '192424.752000', '192424.754000', '192424.757000', '192424.760000', '192424.762000', '192424.765000', '192424.767000', '192424.770000', '192444.658000', '192444.661000', '192444.663000', '192444.666000', '192444.668000', '192444.671000', '192444.674000', '192444.676000', '192444.679000', '192444.681000', '192444.684000', '192444.687000', '192444.689000', '192444.692000', '192444.694000', '192444.697000', '192444.700000', '192444.702000', '192444.705000', '192444.708000', '192444.710000', '192444.713000', '192444.715000', '192444.718000', '192444.721000', '192444.723000', '192444.726000', '192444.728000', '192444.731000', '192444.733000', '192444.736000', '192444.739000', '192444.741000', '192444.744000', '192444.746000', '192444.749000', '192444.752000', '192444.754000', '192444.757000', '192444.759000', '192444.762000', '192444.764000', '192444.767000', '192444.769000', '192454.132000', '192454.135000', '192454.138000', '192454.140000', '192454.143000', '192454.146000', '192454.148000', '192454.151000', '192454.154000', '192454.158000', '192454.161000', '192454.164000', '192454.166000', '192454.169000', '192454.172000', '192454.174000', '192454.177000', '192454.180000', '192454.183000', '192454.185000', '192454.188000'], 'InstanceCreationTime': ['191804.723000', '191804.734000', '191804.736000', '191804.739000', '191804.742000', '191804.744000', '191804.749000', '191804.751000', '191804.754000', '191804.757000', '191804.759000', '191804.762000', '191804.764000', '191804.767000', '191804.769000', '191804.772000', '191804.775000', '191804.778000', '191804.781000', '191804.783000', '191804.786000', '191804.789000', '191804.799000', '191824.659000', '191824.661000', '191824.664000', '191824.666000', '191824.669000', '191824.672000', '191824.674000', '191824.677000', '191824.680000', '191824.682000', '191824.685000', '191824.687000', '191824.690000', '191824.692000', '191824.695000', '191824.698000', '191824.700000', '191824.703000', '191824.705000', '191824.708000', '191824.711000', '191824.713000', '191824.720000', '191824.722000', '191824.725000', '191824.727000', '191824.730000', '191824.738000', '191824.740000', '191824.743000', '191824.745000', '191824.748000', '191824.751000', '191824.753000', '191824.756000', '191824.758000', '191824.761000', '191824.764000', '191824.766000', '191824.769000', '191824.771000', '191824.774000', '191824.776000', '191824.779000', '191844.658000', '191844.660000', '191844.663000', '191844.666000', '191844.668000', '191844.671000', '191844.673000', '191844.676000', '191844.679000', '191844.681000', '191844.684000', '191844.686000', '191844.689000', '191844.691000', '191844.694000', '191844.697000', '191844.699000', '191844.702000', '191844.704000', '191844.707000', '191844.709000', '191844.712000', '191844.715000', '191844.717000', '191844.720000', '191844.722000', '191844.725000', '191844.727000', '191844.730000', '191844.732000', '191844.735000', '191844.743000', '191844.746000', '191844.748000', '191844.751000', '191844.754000', '191844.757000', '191844.760000', '191844.763000', '191844.765000', '191844.768000', '191844.770000', '191844.773000', '191904.657000', '191904.660000', '191904.663000', '191904.665000', '191904.668000', '191904.671000', '191904.673000', '191904.676000', '191904.679000', '191904.681000', '191904.684000', '191904.686000', '191904.689000', '191904.692000', '191904.695000', '191904.697000', '191904.700000', '191904.703000', '191904.705000', '191904.708000', '191904.710000', '191904.713000', '191904.715000', '191904.718000', '191904.721000', '191904.723000', '191904.726000', '191904.728000', '191904.731000', '191904.733000', '191904.736000', '191904.739000', '191904.741000', '191904.744000', '191904.746000', '191904.749000', '191904.752000', '191904.754000', '191904.757000', '191904.759000', '191904.762000', '191904.764000', '191904.767000', '191904.769000', '191924.657000', '191924.660000', '191924.663000', '191924.669000', '191924.672000', '191924.675000', '191924.677000', '191924.680000', '191924.682000', '191924.685000', '191924.688000', '191924.690000', '191924.693000', '191924.696000', '191924.698000', '191924.701000', '191924.703000', '191924.706000', '191924.709000', '191924.711000', '191924.714000', '191924.716000', '191924.719000', '191924.721000', '191924.724000', '191924.727000', '191924.729000', '191924.732000', '191924.734000', '191924.737000', '191924.740000', '191924.742000', '191924.745000', '191924.747000', '191924.750000', '191924.753000', '191924.755000', '191924.758000', '191924.760000', '191924.763000', '191924.765000', '191924.768000', '191924.770000', '191944.657000', '191944.660000', '191944.663000', '191944.665000', '191944.668000', '191944.671000', '191944.673000', '191944.676000', '191944.678000', '191944.681000', '191944.683000', '191944.686000', '191944.689000', '191944.691000', '191944.703000', '191944.706000', '191944.708000', '191944.711000', '191944.714000', '191944.716000', '191944.719000', '191944.721000', '191944.724000', '191944.726000', '191944.729000', '191944.732000', '191944.734000', '191944.737000', '191944.739000', '191944.742000', '191944.745000', '191944.747000', '191944.750000', '191944.752000', '191944.755000', '191944.758000', '191944.760000', '191944.763000', '191944.765000', '191944.768000', '191944.771000', '191944.773000', '191944.776000', '191944.778000', '192004.658000', '192004.660000', '192004.663000', '192004.665000', '192004.668000', '192004.671000', '192004.673000', '192004.676000', '192004.678000', '192004.681000', '192004.684000', '192004.686000', '192004.689000', '192004.691000', '192004.694000', '192004.697000', '192004.699000', '192004.702000', '192004.704000', '192004.707000', '192004.709000', '192004.712000', '192004.715000', '192004.717000', '192004.720000', '192004.722000', '192004.725000', '192004.728000', '192004.730000', '192004.733000', '192004.736000', '192004.738000', '192004.741000', '192004.745000', '192004.747000', '192004.750000', '192004.753000', '192004.755000', '192004.758000', '192004.760000', '192004.763000', '192004.766000', '192004.768000', '192024.658000', '192024.661000', '192024.664000', '192024.666000', '192024.669000', '192024.672000', '192024.674000', '192024.677000', '192024.679000', '192024.682000', '192024.685000', '192024.687000', '192024.690000', '192024.692000', '192024.695000', '192024.698000', '192024.700000', '192024.703000', '192024.706000', '192024.708000', '192024.711000', '192024.713000', '192024.716000', '192024.719000', '192024.721000', '192024.724000', '192024.726000', '192024.729000', '192024.732000', '192024.734000', '192024.737000', '192024.739000', '192024.742000', '192024.744000', '192024.747000', '192024.750000', '192024.752000', '192024.755000', '192024.757000', '192024.760000', '192024.763000', '192024.765000', '192024.768000', '192024.770000', '192044.659000', '192044.661000', '192044.664000', '192044.667000', '192044.669000', '192044.672000', '192044.674000', '192044.677000', '192044.679000', '192044.682000', '192044.685000', '192044.687000', '192044.690000', '192044.692000', '192044.695000', '192044.698000', '192044.700000', '192044.703000', '192044.705000', '192044.708000', '192044.711000', '192044.713000', '192044.716000', '192044.718000', '192044.721000', '192044.724000', '192044.726000', '192044.729000', '192044.732000', '192044.734000', '192044.737000', '192044.739000', '192044.742000', '192044.744000', '192044.747000', '192044.750000', '192044.752000', '192044.755000', '192044.757000', '192044.760000', '192044.762000', '192044.765000', '192044.768000', '192104.658000', '192104.660000', '192104.663000', '192104.666000', '192104.668000', '192104.671000', '192104.673000', '192104.676000', '192104.679000', '192104.681000', '192104.684000', '192104.686000', '192104.689000', '192104.692000', '192104.694000', '192104.697000', '192104.699000', '192104.702000', '192104.705000', '192104.707000', '192104.710000', '192104.712000', '192104.715000', '192104.718000', '192104.720000', '192104.723000', '192104.725000', '192104.728000', '192104.731000', '192104.733000', '192104.736000', '192104.738000', '192104.741000', '192104.744000', '192104.746000', '192104.749000', '192104.751000', '192104.754000', '192104.756000', '192104.759000', '192104.762000', '192104.764000', '192104.767000', '192104.770000', '192124.658000', '192124.660000', '192124.663000', '192124.666000', '192124.668000', '192124.671000', '192124.673000', '192124.676000', '192124.679000', '192124.722000', '192124.725000', '192124.728000', '192124.730000', '192124.733000', '192124.736000', '192124.738000', '192124.741000', '192124.743000', '192124.746000', '192124.748000', '192124.751000', '192124.754000', '192124.756000', '192124.759000', '192124.761000', '192124.764000', '192124.767000', '192124.774000', '192124.776000', '192124.779000', '192124.781000', '192124.784000', '192124.787000', '192124.789000', '192124.792000', '192124.794000', '192124.797000', '192124.837000', '192124.840000', '192124.843000', '192124.845000', '192124.848000', '192124.851000', '192144.658000', '192144.660000', '192144.663000', '192144.666000', '192144.668000', '192144.671000', '192144.673000', '192144.676000', '192144.679000', '192144.681000', '192144.684000', '192144.686000', '192144.689000', '192144.692000', '192144.694000', '192144.697000', '192144.700000', '192144.702000', '192144.705000', '192144.708000', '192144.711000', '192144.713000', '192144.716000', '192144.718000', '192144.721000', '192144.724000', '192144.726000', '192144.729000', '192144.731000', '192144.734000', '192144.737000', '192144.739000', '192144.742000', '192144.745000', '192144.747000', '192144.750000', '192144.752000', '192144.755000', '192144.757000', '192144.760000', '192144.763000', '192144.765000', '192144.768000', '192144.770000', '192204.658000', '192204.660000', '192204.663000', '192204.666000', '192204.668000', '192204.671000', '192204.673000', '192204.676000', '192204.679000', '192204.681000', '192204.684000', '192204.686000', '192204.689000', '192204.692000', '192204.694000', '192204.697000', '192204.700000', '192204.702000', '192204.705000', '192204.707000', '192204.710000', '192204.713000', '192204.715000', '192204.718000', '192204.721000', '192204.723000', '192204.726000', '192204.728000', '192204.731000', '192204.734000', '192204.736000', '192204.739000', '192204.741000', '192204.744000', '192204.747000', '192204.749000', '192204.752000', '192204.754000', '192204.757000', '192204.760000', '192204.762000', '192204.765000', '192204.767000', '192224.658000', '192224.660000', '192224.663000', '192224.666000', '192224.668000', '192224.671000', '192224.673000', '192224.676000', '192224.679000', '192224.681000', '192224.684000', '192224.686000', '192224.689000', '192224.692000', '192224.694000', '192224.697000', '192224.700000', '192224.702000', '192224.705000', '192224.708000', '192224.710000', '192224.713000', '192224.716000', '192224.718000', '192224.721000', '192224.723000', '192224.726000', '192224.729000', '192224.731000', '192224.734000', '192224.736000', '192224.739000', '192224.742000', '192224.744000', '192224.747000', '192224.749000', '192224.752000', '192224.755000', '192224.757000', '192224.760000', '192224.762000', '192224.765000', '192224.767000', '192224.770000', '192244.659000', '192244.661000', '192244.664000', '192244.667000', '192244.669000', '192244.672000', '192244.675000', '192244.677000', '192244.680000', '192244.682000', '192244.685000', '192244.688000', '192244.690000', '192244.693000', '192244.695000', '192244.698000', '192244.701000', '192244.703000', '192244.706000', '192244.709000', '192244.711000', '192244.714000', '192244.716000', '192244.719000', '192244.722000', '192244.724000', '192244.727000', '192244.730000', '192244.732000', '192244.735000', '192244.737000', '192244.740000', '192244.743000', '192244.745000', '192244.757000', '192244.759000', '192244.762000', '192244.765000', '192244.767000', '192244.770000', '192244.772000', '192244.775000', '192244.778000', '192304.659000', '192304.661000', '192304.664000', '192304.667000', '192304.669000', '192304.672000', '192304.674000', '192304.677000', '192304.680000', '192304.682000', '192304.685000', '192304.687000', '192304.690000', '192304.694000', '192304.697000', '192304.699000', '192304.702000', '192304.705000', '192304.708000', '192304.710000', '192304.713000', '192304.715000', '192304.718000', '192304.721000', '192304.723000', '192304.726000', '192304.729000', '192304.731000', '192304.734000', '192304.736000', '192304.739000', '192304.742000', '192304.744000', '192304.747000', '192304.750000', '192304.752000', '192304.755000', '192304.757000', '192304.760000', '192304.763000', '192304.765000', '192304.768000', '192304.771000', '192304.773000', '192324.658000', '192324.660000', '192324.663000', '192324.666000', '192324.668000', '192324.671000', '192324.674000', '192324.682000', '192324.685000', '192324.687000', '192324.690000', '192324.692000', '192324.695000', '192324.697000', '192324.700000', '192324.703000', '192324.706000', '192324.708000', '192324.711000', '192324.713000', '192324.716000', '192324.719000', '192324.721000', '192324.724000', '192324.726000', '192324.729000', '192324.731000', '192324.734000', '192324.737000', '192324.739000', '192324.742000', '192324.744000', '192324.747000', '192324.750000', '192324.752000', '192324.755000', '192324.757000', '192324.760000', '192324.763000', '192324.765000', '192324.768000', '192324.770000', '192324.773000', '192344.658000', '192344.660000', '192344.663000', '192344.666000', '192344.668000', '192344.671000', '192344.674000', '192344.676000', '192344.679000', '192344.681000', '192344.684000', '192344.686000', '192344.689000', '192344.692000', '192344.694000', '192344.697000', '192344.700000', '192344.702000', '192344.705000', '192344.707000', '192344.710000', '192344.713000', '192344.715000', '192344.719000', '192344.722000', '192344.725000', '192344.727000', '192344.730000', '192344.733000', '192344.735000', '192344.738000', '192344.741000', '192344.743000', '192344.746000', '192344.748000', '192344.751000', '192344.754000', '192344.757000', '192344.759000', '192344.762000', '192344.764000', '192344.767000', '192344.770000', '192404.658000', '192404.661000', '192404.663000', '192404.666000', '192404.668000', '192404.671000', '192404.673000', '192404.676000', '192404.679000', '192404.681000', '192404.684000', '192404.686000', '192404.689000', '192404.691000', '192404.694000', '192404.697000', '192404.699000', '192404.702000', '192404.705000', '192404.707000', '192404.710000', '192404.712000', '192404.715000', '192404.717000', '192404.720000', '192404.723000', '192404.725000', '192404.728000', '192404.730000', '192404.733000', '192404.735000', '192404.738000', '192404.741000', '192404.743000', '192404.746000', '192404.749000', '192404.751000', '192404.754000', '192404.756000', '192404.759000', '192404.761000', '192404.764000', '192404.767000', '192404.769000', '192424.657000', '192424.660000', '192424.663000', '192424.666000', '192424.668000', '192424.671000', '192424.673000', '192424.676000', '192424.679000', '192424.681000', '192424.684000', '192424.686000', '192424.689000', '192424.692000', '192424.694000', '192424.697000', '192424.701000', '192424.703000', '192424.706000', '192424.709000', '192424.711000', '192424.714000', '192424.717000', '192424.719000', '192424.722000', '192424.724000', '192424.727000', '192424.730000', '192424.733000', '192424.736000', '192424.738000', '192424.741000', '192424.744000', '192424.746000', '192424.749000', '192424.752000', '192424.754000', '192424.757000', '192424.760000', '192424.762000', '192424.765000', '192424.767000', '192424.770000', '192444.658000', '192444.661000', '192444.663000', '192444.666000', '192444.668000', '192444.671000', '192444.674000', '192444.676000', '192444.679000', '192444.681000', '192444.684000', '192444.687000', '192444.689000', '192444.692000', '192444.694000', '192444.697000', '192444.700000', '192444.702000', '192444.705000', '192444.708000', '192444.710000', '192444.713000', '192444.715000', '192444.718000', '192444.721000', '192444.723000', '192444.726000', '192444.728000', '192444.731000', '192444.733000', '192444.736000', '192444.739000', '192444.741000', '192444.744000', '192444.746000', '192444.749000', '192444.752000', '192444.754000', '192444.757000', '192444.759000', '192444.762000', '192444.764000', '192444.767000', '192444.769000', '192454.132000', '192454.135000', '192454.138000', '192454.140000', '192454.143000', '192454.146000', '192454.148000', '192454.151000', '192454.154000', '192454.158000', '192454.161000', '192454.164000', '192454.166000', '192454.169000', '192454.172000', '192454.174000', '192454.177000', '192454.180000', '192454.183000', '192454.185000', '192454.188000'], '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': [10060, 11131, 9834, 10007, 11997, 8354, 12299, 8734, 14430, 10398, 15528, 9028, 13130, 9409, 12100, 8279, 9105, 9289, 8287, 10156, 8603, 9890, 8455, 9383, 8520, 9972, 8383, 7979, 8681, 8112, 8529, 8509, 9104, 8238, 8928, 8467, 10372, 8425, 9385, 8554, 8470, 8786, 8228, 8529, 8343, 9113, 8361, 10030, 8463, 10128, 8521, 11543, 8483, 8530, 8639, 8358, 8677, 8233, 8758, 8454, 10178, 8190, 10810, 8311, 10507, 8406, 11063, 9270, 10913, 9024, 9313, 8943, 8406, 8456, 8196, 9472, 8212, 10334, 8479, 9575, 8655, 10513, 8763, 7965, 8541, 8012, 10039, 8328, 10152, 8526, 10841, 9606, 8552, 8720, 8452, 9697, 8894, 10035, 8576, 11072, 8997, 12431, 8829, 8337, 9077, 8437, 10813, 8440, 10409, 8632, 13715, 9778, 8319, 8805, 8463, 10687, 8572, 12276, 8670, 11632, 9415, 9795, 8459, 8724, 10023, 8647, 11488, 8633, 10815, 8805, 9566, 8837, 8665, 8134, 8754, 10567, 8781, 8236, 8543, 8274, 8194, 8065, 7974, 8081, 8614, 8783, 8936, 8317, 9841, 8608, 8810, 8890, 8801, 11154, 8720, 14831, 9186, 11888, 9092, 8438, 9884, 8871, 9104, 8547, 8577, 9306, 8935, 10144, 8854, 8525, 9025, 8605, 10128, 8853, 11884, 8616, 8658, 8296, 8673, 9930, 8741, 11099, 8907, 14126, 9457, 8381, 8989, 8818, 11883, 8527, 12045, 8628, 8463, 8973, 8725, 8587, 8612, 10458, 8765, 9892, 8341, 8848, 8839, 8450, 9265, 8549, 9909, 8913, 10521, 8729, 9191, 8550, 8728, 8636, 8655, 8541, 8838, 9608, 8850, 8741, 8699, 8589, 8734, 8577, 9557, 8757, 10407, 8761, 10747, 8467, 8715, 8816, 8745, 10176, 8665, 9456, 9027, 8626, 8959, 8734, 8670, 8809, 10526, 8713, 9239, 8868, 8318, 9673, 8539, 10498, 8920, 13922, 10184, 10603, 9432, 8753, 10268, 8689, 12737, 8904, 11066, 9312, 8609, 9027, 8886, 10108, 8893, 11971, 8565, 8757, 8894, 8923, 10151, 8750, 9437, 8804, 8673, 9239, 8835, 9858, 8925, 12297, 9288, 8501, 8865, 8881, 10090, 8634, 8931, 9063, 8416, 8557, 8565, 9742, 8897, 10602, 9605, 8772, 9510, 8751, 9936, 8907, 12104, 9072, 11346, 9290, 8368, 8397, 9069, 10102, 9013, 11709, 9015, 8502, 9315, 8846, 11952, 8877, 12654, 9577, 10947, 9429, 8763, 9812, 8960, 11421, 8937, 8805, 8888, 8639, 8683, 8924, 9449, 9007, 8751, 9135, 8744, 8135, 9103, 9358, 8764, 9148, 9109, 8585, 8350, 8943, 8562, 9192, 9110, 9306, 8980, 9029, 9037, 10722, 9191, 10921, 9370, 8922, 9408, 8956, 12526, 9527, 13921, 9981, 8954, 9864, 9290, 13649, 8930, 13425, 9180, 9368, 8990, 8781, 11342, 9256, 10547, 9386, 8963, 9909, 9165, 13764, 9574, 9331, 9657, 8980, 11844, 8914, 13965, 8875, 14107, 9487, 9073, 7856, 8483, 9075, 8012, 8753, 8794, 8943, 8968, 8970, 9104, 8913, 8057, 8900, 10405, 9039, 8942, 8176, 8936, 8697, 9221, 9018, 9161, 8972, 7902, 9125, 9904, 8775, 8861, 8961, 9098, 9857, 9017, 9504, 9087, 8737, 9717, 9004, 11614, 9228, 9578, 9072, 8834, 12954, 8920, 14328, 10704, 8469, 8161, 9025, 8346, 7663, 8735, 11273, 8950, 8698, 9325, 9038, 8226, 7946, 9105, 10242, 10850, 9084, 14430, 11561, 9311, 14815, 9143, 10733, 10858, 8808, 10920, 9291, 8195, 8767, 8166, 8726, 8488, 9406, 8788, 8310, 8272, 9082, 8417, 8784, 8631, 9206, 9041, 8115, 8774, 8822, 8906, 8651, 8598, 8748, 10059, 8614, 12001, 9208, 10122, 9675, 8623, 11344, 8845, 14120, 10572, 12842, 9186, 8550, 10104, 8560, 10934, 8896, 13159, 9165, 8460, 9436, 8881, 10604, 8639, 12314, 9137, 9070, 9039, 8453, 8215, 8753, 10029, 8749, 10061, 8575, 8662, 8968, 8716, 8747, 8622, 9071, 8993, 8521, 9144, 8251, 8410, 8749, 10794, 8181, 9032, 8826, 8251, 9180, 8537, 9414, 8705, 10198, 8505, 8502, 8943, 8380, 9912, 8490, 10502, 8568, 12494, 9746, 13331, 9390, 8352, 9438, 8634, 12846, 8805, 13032, 9103, 11529, 9432, 8372, 9148, 8542, 11188, 9076, 8473, 9315, 8532, 8647, 8524, 8883, 8795, 9744, 8569, 8628, 9711, 8643, 10259, 8509, 9716, 8596, 8805, 9251, 8559, 8778, 8677, 9827, 8557, 8672, 9319, 8616, 10175, 8565, 12147, 8765, 11368, 8875, 8509, 9398, 8673, 10393, 8849, 14178, 9419, 11304, 9160, 8604, 9873, 8585, 9969, 8947, 12966, 9153, 8708, 9597, 8856, 9857, 8695, 9511, 8789, 10944, 8622, 8182, 9142, 8384, 9211, 8277, 7721, 8272, 8621, 10358, 8575, 8295, 8521, 8013, 10248, 8388, 8815, 15273, 11331, 8713, 14180, 9027, 11289, 11018, 8577, 14994, 8987, 8685, 7780, 8433, 9282, 8529, 8453, 9100, 8454, 8122, 8727, 9859, 8429, 10521, 9298, 8532, 8737, 8717, 11629, 8711, 8745, 9243, 8652, 9509, 8551, 9888, 8554, 8130, 8296, 8261, 10329, 8690, 13774, 9204, 8406, 9518, 8560, 12147, 8766, 12514, 8960, 10746, 9352, 8305, 8961, 8895, 10498, 9041, 8698, 8318, 8603, 10327, 9116, 9037, 9174, 8183, 9018, 8348, 9806, 8739, 8479, 8966, 8259, 8595, 8555, 11163, 9072, 8685, 9494, 8442, 9883, 8364, 10209, 8630, 13639, 9506, 8403, 8306, 8762, 13294, 9215, 9537, 9800, 8525, 12323, 8702, 12261, 9057, 15491, 9276, 8306, 7612, 9803, 8704, 8527, 8787, 8256, 8604, 8472, 8539, 8918, 8509, 9934, 9105, 8691, 10664, 9186, 13753, 12320, 14606, 12581, 14283, 14149, 9635, 15530, 9615, 8740, 8588, 9046, 10252, 9288, 8584, 7927, 9045, 8950, 9010, 8274, 7612, 9080, 9238, 9036, 8671, 9144, 9002, 10888, 9193, 10974, 9677, 8470, 8857, 8631, 13206, 9376, 9487, 9661, 8784, 11139, 8704, 8798, 9491, 8530, 8167, 8443, 8570, 8683, 9780, 8740, 7915, 8271, 8587, 9436, 8541, 11881, 8299, 9759, 8580, 8430, 8139, 8495, 8579, 8724, 10007, 8487, 8039, 8665, 8817, 8741, 8681, 8638, 8867, 8489, 8264, 8626, 9083, 8280, 8940, 8914, 8720, 10881, 8378, 10429, 9222, 8800, 10836, 8255, 13538, 9188, 8683, 11235, 8462, 14966, 9807, 11583, 9756, 8136, 11208, 8896, 11764, 9601, 8201, 11101, 8588, 14317, 11231, 11624, 9530, 8919, 9502, 8669, 8483, 9101, 8742, 8816, 8450, 10764, 9137, 8905, 8581, 8548, 8877, 8951, 9248, 9429, 8394, 8240, 8632, 9237, 9065, 8066, 8491, 8597, 9527, 9125, 13746, 9112, 8502, 8646, 8632, 11134, 9127, 11451, 9149, 8112, 8180, 8673, 8824, 8693, 9050, 9191, 8516], 'WindowCenter': [4247.0, 4241.0, 4229.0, 4228.0, 4235.0, 4182.0, 4222.0, 4191.0, 4242.0, 4200.0, 4237.0, 4189.0, 4218.0, 4189.0, 4218.0, 4165.0, 4176.0, 4186.0, 4179.0, 4197.0, 4177.0, 4198.0, 4176.0, 4187.0, 4190.0, 4195.0, 4177.0, 4166.0, 4176.0, 4179.0, 4177.0, 4175.0, 4186.0, 4165.0, 4187.0, 4179.0, 4206.0, 4177.0, 4187.0, 4189.0, 4188.0, 4188.0, 4176.0, 4177.0, 4175.0, 4188.0, 4176.0, 4198.0, 4177.0, 4205.0, 4189.0, 4207.0, 4189.0, 4177.0, 4188.0, 4191.0, 4189.0, 4175.0, 4189.0, 4175.0, 4209.0, 4178.0, 4208.0, 4175.0, 4195.0, 4177.0, 4205.0, 4185.0, 4208.0, 4185.0, 4199.0, 4187.0, 4176.0, 4177.0, 4178.0, 4200.0, 4177.0, 4198.0, 4176.0, 4195.0, 4188.0, 4195.0, 4177.0, 4177.0, 4177.0, 4179.0, 4198.0, 4178.0, 4208.0, 4191.0, 4209.0, 4197.0, 4178.0, 4177.0, 4179.0, 4186.0, 4187.0, 4198.0, 4189.0, 4208.0, 4188.0, 4216.0, 4188.0, 4174.0, 4187.0, 4177.0, 4207.0, 4176.0, 4196.0, 4189.0, 4226.0, 4198.0, 4175.0, 4175.0, 4178.0, 4196.0, 4175.0, 4204.0, 4174.0, 4207.0, 4186.0, 4184.0, 4177.0, 4164.0, 4196.0, 4176.0, 4204.0, 4177.0, 4194.0, 4176.0, 4185.0, 4174.0, 4175.0, 4164.0, 4176.0, 4194.0, 4173.0, 4164.0, 4174.0, 4176.0, 4175.0, 4165.0, 4166.0, 4166.0, 4176.0, 4177.0, 4189.0, 4188.0, 4197.0, 4190.0, 4188.0, 4185.0, 4190.0, 4206.0, 4176.0, 4227.0, 4184.0, 4206.0, 4175.0, 4164.0, 4183.0, 4176.0, 4175.0, 4174.0, 4173.0, 4184.0, 4174.0, 4197.0, 4186.0, 4175.0, 4185.0, 4174.0, 4196.0, 4187.0, 4206.0, 4187.0, 4176.0, 4176.0, 4174.0, 4195.0, 4174.0, 4207.0, 4188.0, 4227.0, 4185.0, 4164.0, 4172.0, 4175.0, 4204.0, 4164.0, 4205.0, 4163.0, 4165.0, 4174.0, 4175.0, 4173.0, 4176.0, 4194.0, 4175.0, 4185.0, 4166.0, 4175.0, 4186.0, 4164.0, 4184.0, 4172.0, 4183.0, 4185.0, 4192.0, 4174.0, 4174.0, 4174.0, 4175.0, 4175.0, 4174.0, 4173.0, 4186.0, 4184.0, 4176.0, 4175.0, 4174.0, 4177.0, 4176.0, 4176.0, 4197.0, 4175.0, 4197.0, 4177.0, 4195.0, 4176.0, 4175.0, 4175.0, 4175.0, 4194.0, 4175.0, 4185.0, 4187.0, 4176.0, 4188.0, 4176.0, 4177.0, 4189.0, 4198.0, 4189.0, 4188.0, 4188.0, 4178.0, 4197.0, 4177.0, 4195.0, 4188.0, 4227.0, 4198.0, 4194.0, 4174.0, 4177.0, 4194.0, 4175.0, 4214.0, 4173.0, 4205.0, 4184.0, 4173.0, 4174.0, 4172.0, 4195.0, 4175.0, 4203.0, 4175.0, 4174.0, 4185.0, 4175.0, 4195.0, 4177.0, 4174.0, 4176.0, 4173.0, 4185.0, 4175.0, 4185.0, 4187.0, 4204.0, 4176.0, 4175.0, 4172.0, 4188.0, 4194.0, 4177.0, 4173.0, 4174.0, 4177.0, 4175.0, 4177.0, 4186.0, 4188.0, 4206.0, 4186.0, 4176.0, 4184.0, 4176.0, 4185.0, 4176.0, 4217.0, 4174.0, 4207.0, 4184.0, 4164.0, 4175.0, 4175.0, 4197.0, 4187.0, 4205.0, 4176.0, 4177.0, 4185.0, 4175.0, 4207.0, 4174.0, 4216.0, 4185.0, 4194.0, 4173.0, 4162.0, 4183.0, 4172.0, 4193.0, 4173.0, 4174.0, 4173.0, 4163.0, 4175.0, 4174.0, 4187.0, 4175.0, 4175.0, 4185.0, 4174.0, 4164.0, 4175.0, 4174.0, 4174.0, 4186.0, 4175.0, 4175.0, 4165.0, 4175.0, 4177.0, 4186.0, 4175.0, 4186.0, 4174.0, 4176.0, 4187.0, 4195.0, 4188.0, 4208.0, 4188.0, 4186.0, 4188.0, 4187.0, 4218.0, 4198.0, 4225.0, 4185.0, 4174.0, 4183.0, 4186.0, 4215.0, 4174.0, 4213.0, 4186.0, 4174.0, 4174.0, 4174.0, 4193.0, 4185.0, 4195.0, 4175.0, 4176.0, 4184.0, 4187.0, 4214.0, 4187.0, 4174.0, 4173.0, 4174.0, 4203.0, 4162.0, 4214.0, 4162.0, 4214.0, 4174.0, 4172.0, 4151.0, 4162.0, 4173.0, 4164.0, 4174.0, 4176.0, 4175.0, 4176.0, 4175.0, 4176.0, 4175.0, 4164.0, 4176.0, 4194.0, 4177.0, 4175.0, 4164.0, 4176.0, 4163.0, 4185.0, 4174.0, 4173.0, 4172.0, 4165.0, 4188.0, 4185.0, 4176.0, 4175.0, 4176.0, 4189.0, 4184.0, 4188.0, 4187.0, 4186.0, 4188.0, 4186.0, 4188.0, 4205.0, 4188.0, 4188.0, 4175.0, 4176.0, 4215.0, 4174.0, 4226.0, 4195.0, 4165.0, 4166.0, 4188.0, 4177.0, 4167.0, 4177.0, 4208.0, 4188.0, 4176.0, 4200.0, 4188.0, 4177.0, 4167.0, 4176.0, 4196.0, 4196.0, 4174.0, 4229.0, 4206.0, 4176.0, 4215.0, 4174.0, 4197.0, 4183.0, 4173.0, 4181.0, 4173.0, 4163.0, 4162.0, 4163.0, 4162.0, 4174.0, 4174.0, 4165.0, 4166.0, 4163.0, 4175.0, 4163.0, 4176.0, 4174.0, 4186.0, 4189.0, 4165.0, 4177.0, 4175.0, 4174.0, 4178.0, 4174.0, 4176.0, 4187.0, 4164.0, 4217.0, 4187.0, 4185.0, 4184.0, 4164.0, 4194.0, 4176.0, 4215.0, 4196.0, 4202.0, 4175.0, 4176.0, 4185.0, 4164.0, 4193.0, 4174.0, 4216.0, 4173.0, 4164.0, 4173.0, 4176.0, 4192.0, 4175.0, 4205.0, 4174.0, 4175.0, 4174.0, 4163.0, 4162.0, 4174.0, 4187.0, 4175.0, 4186.0, 4176.0, 4175.0, 4188.0, 4174.0, 4174.0, 4176.0, 4176.0, 4186.0, 4174.0, 4187.0, 4164.0, 4165.0, 4177.0, 4197.0, 4177.0, 4175.0, 4186.0, 4166.0, 4185.0, 4175.0, 4187.0, 4177.0, 4196.0, 4189.0, 4175.0, 4189.0, 4178.0, 4197.0, 4177.0, 4196.0, 4177.0, 4218.0, 4187.0, 4216.0, 4174.0, 4163.0, 4173.0, 4162.0, 4204.0, 4175.0, 4203.0, 4175.0, 4193.0, 4175.0, 4162.0, 4185.0, 4176.0, 4192.0, 4174.0, 4164.0, 4174.0, 4174.0, 4163.0, 4162.0, 4175.0, 4176.0, 4184.0, 4176.0, 4174.0, 4186.0, 4176.0, 4195.0, 4177.0, 4185.0, 4175.0, 4187.0, 4185.0, 4174.0, 4175.0, 4176.0, 4198.0, 4177.0, 4174.0, 4185.0, 4176.0, 4196.0, 4175.0, 4205.0, 4176.0, 4208.0, 4176.0, 4173.0, 4175.0, 4164.0, 4195.0, 4175.0, 4215.0, 4185.0, 4193.0, 4185.0, 4174.0, 4184.0, 4175.0, 4184.0, 4187.0, 4215.0, 4176.0, 4175.0, 4183.0, 4187.0, 4183.0, 4175.0, 4184.0, 4176.0, 4208.0, 4176.0, 4165.0, 4187.0, 4177.0, 4187.0, 4177.0, 4168.0, 4177.0, 4177.0, 4198.0, 4190.0, 4179.0, 4177.0, 4166.0, 4197.0, 4177.0, 4187.0, 4239.0, 4208.0, 4177.0, 4227.0, 4176.0, 4210.0, 4197.0, 4177.0, 4225.0, 4173.0, 4177.0, 4154.0, 4164.0, 4174.0, 4174.0, 4178.0, 4174.0, 4175.0, 4165.0, 4175.0, 4199.0, 4178.0, 4198.0, 4187.0, 4176.0, 4176.0, 4176.0, 4208.0, 4176.0, 4176.0, 4185.0, 4176.0, 4186.0, 4176.0, 4198.0, 4176.0, 4164.0, 4177.0, 4176.0, 4195.0, 4178.0, 4216.0, 4187.0, 4163.0, 4186.0, 4176.0, 4204.0, 4175.0, 4204.0, 4175.0, 4195.0, 4174.0, 4162.0, 4172.0, 4176.0, 4195.0, 4175.0, 4175.0, 4164.0, 4174.0, 4195.0, 4205.0, 4187.0, 4186.0, 4163.0, 4175.0, 4178.0, 4183.0, 4176.0, 4164.0, 4176.0, 4166.0, 4177.0, 4189.0, 4206.0, 4187.0, 4175.0, 4185.0, 4177.0, 4186.0, 4177.0, 4196.0, 4177.0, 4216.0, 4186.0, 4164.0, 4176.0, 4176.0, 4214.0, 4186.0, 4184.0, 4197.0, 4176.0, 4205.0, 4164.0, 4193.0, 4174.0, 4224.0, 4175.0, 4177.0, 4155.0, 4183.0, 4163.0, 4160.0, 4152.0, 4149.0, 4163.0, 4163.0, 4162.0, 4176.0, 4189.0, 4186.0, 4176.0, 4165.0, 4182.0, 4175.0, 4203.0, 4208.0, 4226.0, 4205.0, 4227.0, 4215.0, 4174.0, 4222.0, 4170.0, 4148.0, 4149.0, 4161.0, 4169.0, 4172.0, 4160.0, 4151.0, 4175.0, 4172.0, 4174.0, 4165.0, 4153.0, 4187.0, 4174.0, 4188.0, 4175.0, 4173.0, 4188.0, 4195.0, 4175.0, 4193.0, 4184.0, 4163.0, 4175.0, 4164.0, 4203.0, 4173.0, 4172.0, 4185.0, 4177.0, 4194.0, 4175.0, 4173.0, 4183.0, 4177.0, 4165.0, 4175.0, 4174.0, 4178.0, 4198.0, 4177.0, 4167.0, 4177.0, 4175.0, 4186.0, 4176.0, 4206.0, 4176.0, 4183.0, 4176.0, 4176.0, 4166.0, 4175.0, 4176.0, 4176.0, 4198.0, 4176.0, 4167.0, 4175.0, 4187.0, 4187.0, 4178.0, 4177.0, 4188.0, 4176.0, 4178.0, 4188.0, 4187.0, 4179.0, 4190.0, 4201.0, 4189.0, 4209.0, 4179.0, 4208.0, 4200.0, 4190.0, 4209.0, 4180.0, 4229.0, 4199.0, 4177.0, 4209.0, 4177.0, 4238.0, 4198.0, 4207.0, 4199.0, 4166.0, 4207.0, 4189.0, 4218.0, 4198.0, 4166.0, 4207.0, 4189.0, 4227.0, 4206.0, 4195.0, 4172.0, 4185.0, 4184.0, 4174.0, 4163.0, 4173.0, 4177.0, 4175.0, 4165.0, 4205.0, 4186.0, 4187.0, 4175.0, 4176.0, 4175.0, 4174.0, 4186.0, 4186.0, 4164.0, 4164.0, 4177.0, 4187.0, 4175.0, 4166.0, 4176.0, 4176.0, 4187.0, 4187.0, 4216.0, 4174.0, 4176.0, 4174.0, 4175.0, 4194.0, 4175.0, 4205.0, 4174.0, 4153.0, 4163.0, 4162.0, 4175.0, 4175.0, 4173.0, 4173.0, 4176.0], 'WindowWidth': [9420.0, 9398.0, 9376.0, 9372.0, 9376.0, 9300.0, 9352.0, 9310.0, 9381.0, 9320.0, 9366.0, 9303.0, 9340.0, 9305.0, 9338.0, 9266.0, 9280.0, 9293.0, 9290.0, 9309.0, 9284.0, 9313.0, 9283.0, 9300.0, 9307.0, 9306.0, 9284.0, 9267.0, 9283.0, 9291.0, 9284.0, 9279.0, 9295.0, 9264.0, 9298.0, 9293.0, 9324.0, 9287.0, 9298.0, 9303.0, 9305.0, 9301.0, 9282.0, 9285.0, 9281.0, 9301.0, 9282.0, 9314.0, 9285.0, 9322.0, 9306.0, 9325.0, 9306.0, 9285.0, 9302.0, 9313.0, 9303.0, 9282.0, 9303.0, 9281.0, 9332.0, 9289.0, 9326.0, 9280.0, 9305.0, 9285.0, 9320.0, 9295.0, 9326.0, 9295.0, 9319.0, 9298.0, 9281.0, 9285.0, 9287.0, 9321.0, 9286.0, 9313.0, 9282.0, 9307.0, 9302.0, 9308.0, 9287.0, 9286.0, 9284.0, 9291.0, 9314.0, 9289.0, 9328.0, 9312.0, 9330.0, 9314.0, 9287.0, 9285.0, 9293.0, 9297.0, 9300.0, 9312.0, 9304.0, 9329.0, 9301.0, 9337.0, 9301.0, 9279.0, 9299.0, 9285.0, 9325.0, 9282.0, 9308.0, 9305.0, 9348.0, 9315.0, 9279.0, 9279.0, 9288.0, 9308.0, 9280.0, 9317.0, 9275.0, 9324.0, 9294.0, 9290.0, 9283.0, 9261.0, 9307.0, 9283.0, 9316.0, 9282.0, 9302.0, 9280.0, 9293.0, 9275.0, 9276.0, 9263.0, 9281.0, 9303.0, 9274.0, 9262.0, 9275.0, 9282.0, 9279.0, 9267.0, 9269.0, 9269.0, 9282.0, 9285.0, 9305.0, 9305.0, 9313.0, 9306.0, 9302.0, 9294.0, 9307.0, 9322.0, 9282.0, 9349.0, 9290.0, 9323.0, 9277.0, 9261.0, 9286.0, 9281.0, 9279.0, 9276.0, 9272.0, 9289.0, 9276.0, 9312.0, 9295.0, 9279.0, 9293.0, 9275.0, 9309.0, 9299.0, 9322.0, 9300.0, 9283.0, 9284.0, 9277.0, 9308.0, 9278.0, 9324.0, 9303.0, 9349.0, 9292.0, 9261.0, 9270.0, 9278.0, 9315.0, 9262.0, 9316.0, 9260.0, 9267.0, 9274.0, 9279.0, 9274.0, 9281.0, 9303.0, 9278.0, 9292.0, 9268.0, 9279.0, 9295.0, 9264.0, 9289.0, 9271.0, 9285.0, 9293.0, 9295.0, 9275.0, 9275.0, 9274.0, 9278.0, 9277.0, 9274.0, 9273.0, 9296.0, 9289.0, 9281.0, 9277.0, 9277.0, 9286.0, 9283.0, 9283.0, 9311.0, 9279.0, 9311.0, 9284.0, 9305.0, 9281.0, 9277.0, 9279.0, 9279.0, 9303.0, 9277.0, 9293.0, 9297.0, 9281.0, 9301.0, 9283.0, 9285.0, 9305.0, 9313.0, 9305.0, 9301.0, 9303.0, 9288.0, 9313.0, 9284.0, 9305.0, 9300.0, 9350.0, 9312.0, 9303.0, 9275.0, 9283.0, 9303.0, 9277.0, 9328.0, 9273.0, 9320.0, 9290.0, 9273.0, 9274.0, 9269.0, 9305.0, 9279.0, 9313.0, 9278.0, 9275.0, 9293.0, 9278.0, 9303.0, 9284.0, 9275.0, 9281.0, 9275.0, 9290.0, 9277.0, 9290.0, 9298.0, 9317.0, 9279.0, 9277.0, 9271.0, 9301.0, 9302.0, 9285.0, 9274.0, 9278.0, 9285.0, 9278.0, 9283.0, 9295.0, 9300.0, 9324.0, 9296.0, 9279.0, 9288.0, 9282.0, 9292.0, 9282.0, 9336.0, 9276.0, 9325.0, 9291.0, 9262.0, 9279.0, 9279.0, 9310.0, 9297.0, 9318.0, 9280.0, 9285.0, 9293.0, 9277.0, 9321.0, 9276.0, 9334.0, 9291.0, 9299.0, 9270.0, 9255.0, 9286.0, 9270.0, 9298.0, 9270.0, 9275.0, 9272.0, 9257.0, 9278.0, 9275.0, 9297.0, 9278.0, 9277.0, 9292.0, 9277.0, 9264.0, 9278.0, 9275.0, 9277.0, 9292.0, 9278.0, 9277.0, 9263.0, 9276.0, 9285.0, 9295.0, 9276.0, 9293.0, 9275.0, 9280.0, 9296.0, 9306.0, 9302.0, 9326.0, 9300.0, 9296.0, 9301.0, 9299.0, 9342.0, 9315.0, 9346.0, 9292.0, 9274.0, 9286.0, 9294.0, 9331.0, 9276.0, 9326.0, 9294.0, 9275.0, 9274.0, 9273.0, 9300.0, 9292.0, 9304.0, 9278.0, 9279.0, 9290.0, 9297.0, 9330.0, 9297.0, 9274.0, 9270.0, 9276.0, 9312.0, 9255.0, 9328.0, 9255.0, 9329.0, 9275.0, 9269.0, 9238.0, 9254.0, 9273.0, 9261.0, 9278.0, 9285.0, 9278.0, 9280.0, 9279.0, 9281.0, 9280.0, 9262.0, 9280.0, 9301.0, 9283.0, 9279.0, 9261.0, 9279.0, 9259.0, 9290.0, 9275.0, 9272.0, 9269.0, 9264.0, 9300.0, 9290.0, 9281.0, 9278.0, 9279.0, 9304.0, 9290.0, 9300.0, 9297.0, 9294.0, 9301.0, 9294.0, 9298.0, 9320.0, 9298.0, 9300.0, 9278.0, 9281.0, 9333.0, 9276.0, 9350.0, 9304.0, 9266.0, 9269.0, 9299.0, 9290.0, 9272.0, 9284.0, 9329.0, 9300.0, 9282.0, 9322.0, 9302.0, 9286.0, 9271.0, 9280.0, 9308.0, 9307.0, 9275.0, 9356.0, 9321.0, 9281.0, 9334.0, 9277.0, 9309.0, 9284.0, 9271.0, 9278.0, 9268.0, 9259.0, 9255.0, 9258.0, 9254.0, 9275.0, 9275.0, 9263.0, 9267.0, 9257.0, 9279.0, 9262.0, 9279.0, 9276.0, 9294.0, 9302.0, 9266.0, 9283.0, 9277.0, 9277.0, 9287.0, 9278.0, 9280.0, 9295.0, 9263.0, 9339.0, 9299.0, 9290.0, 9288.0, 9259.0, 9302.0, 9282.0, 9330.0, 9306.0, 9310.0, 9277.0, 9281.0, 9290.0, 9261.0, 9298.0, 9275.0, 9335.0, 9274.0, 9260.0, 9271.0, 9281.0, 9296.0, 9278.0, 9317.0, 9274.0, 9277.0, 9273.0, 9258.0, 9256.0, 9276.0, 9296.0, 9278.0, 9293.0, 9281.0, 9281.0, 9299.0, 9277.0, 9276.0, 9280.0, 9280.0, 9296.0, 9277.0, 9299.0, 9262.0, 9264.0, 9286.0, 9309.0, 9286.0, 9280.0, 9296.0, 9268.0, 9292.0, 9278.0, 9300.0, 9286.0, 9307.0, 9304.0, 9279.0, 9303.0, 9289.0, 9310.0, 9284.0, 9306.0, 9284.0, 9343.0, 9298.0, 9334.0, 9275.0, 9261.0, 9273.0, 9255.0, 9314.0, 9277.0, 9311.0, 9279.0, 9298.0, 9278.0, 9256.0, 9290.0, 9282.0, 9298.0, 9277.0, 9261.0, 9275.0, 9277.0, 9259.0, 9257.0, 9276.0, 9281.0, 9289.0, 9282.0, 9277.0, 9293.0, 9283.0, 9306.0, 9286.0, 9291.0, 9279.0, 9300.0, 9292.0, 9276.0, 9278.0, 9282.0, 9314.0, 9284.0, 9277.0, 9293.0, 9281.0, 9309.0, 9279.0, 9320.0, 9281.0, 9327.0, 9282.0, 9274.0, 9277.0, 9260.0, 9305.0, 9279.0, 9330.0, 9293.0, 9300.0, 9292.0, 9276.0, 9289.0, 9278.0, 9288.0, 9298.0, 9334.0, 9280.0, 9278.0, 9287.0, 9298.0, 9287.0, 9277.0, 9290.0, 9279.0, 9327.0, 9283.0, 9267.0, 9299.0, 9284.0, 9300.0, 9289.0, 9274.0, 9284.0, 9283.0, 9314.0, 9309.0, 9292.0, 9286.0, 9269.0, 9311.0, 9286.0, 9298.0, 9373.0, 9328.0, 9284.0, 9354.0, 9281.0, 9332.0, 9309.0, 9282.0, 9346.0, 9274.0, 9286.0, 9249.0, 9265.0, 9275.0, 9278.0, 9288.0, 9278.0, 9281.0, 9268.0, 9281.0, 9317.0, 9288.0, 9313.0, 9297.0, 9281.0, 9282.0, 9280.0, 9327.0, 9281.0, 9283.0, 9294.0, 9280.0, 9294.0, 9283.0, 9315.0, 9284.0, 9264.0, 9285.0, 9283.0, 9306.0, 9287.0, 9333.0, 9296.0, 9260.0, 9294.0, 9281.0, 9315.0, 9279.0, 9314.0, 9279.0, 9305.0, 9274.0, 9255.0, 9269.0, 9282.0, 9305.0, 9278.0, 9277.0, 9262.0, 9275.0, 9305.0, 9334.0, 9300.0, 9296.0, 9260.0, 9280.0, 9287.0, 9286.0, 9282.0, 9264.0, 9281.0, 9267.0, 9286.0, 9305.0, 9322.0, 9297.0, 9279.0, 9292.0, 9287.0, 9293.0, 9286.0, 9309.0, 9285.0, 9333.0, 9295.0, 9261.0, 9281.0, 9283.0, 9329.0, 9296.0, 9290.0, 9310.0, 9280.0, 9316.0, 9261.0, 9298.0, 9275.0, 9343.0, 9277.0, 9285.0, 9252.0, 9284.0, 9257.0, 9248.0, 9237.0, 9232.0, 9257.0, 9257.0, 9257.0, 9280.0, 9304.0, 9295.0, 9282.0, 9262.0, 9282.0, 9275.0, 9311.0, 9325.0, 9348.0, 9317.0, 9350.0, 9331.0, 9275.0, 9339.0, 9262.0, 9227.0, 9231.0, 9250.0, 9260.0, 9268.0, 9249.0, 9242.0, 9279.0, 9271.0, 9276.0, 9266.0, 9246.0, 9298.0, 9275.0, 9302.0, 9278.0, 9272.0, 9301.0, 9305.0, 9279.0, 9299.0, 9288.0, 9259.0, 9278.0, 9260.0, 9311.0, 9272.0, 9270.0, 9290.0, 9284.0, 9301.0, 9279.0, 9274.0, 9287.0, 9286.0, 9266.0, 9279.0, 9276.0, 9288.0, 9319.0, 9286.0, 9270.0, 9283.0, 9278.0, 9296.0, 9284.0, 9321.0, 9282.0, 9288.0, 9281.0, 9283.0, 9266.0, 9280.0, 9281.0, 9284.0, 9316.0, 9281.0, 9270.0, 9278.0, 9297.0, 9301.0, 9286.0, 9285.0, 9302.0, 9284.0, 9290.0, 9302.0, 9301.0, 9291.0, 9307.0, 9323.0, 9305.0, 9331.0, 9293.0, 9330.0, 9321.0, 9307.0, 9332.0, 9296.0, 9357.0, 9319.0, 9286.0, 9330.0, 9285.0, 9368.0, 9318.0, 9327.0, 9319.0, 9269.0, 9326.0, 9306.0, 9342.0, 9316.0, 9268.0, 9323.0, 9304.0, 9351.0, 9322.0, 9303.0, 9270.0, 9295.0, 9289.0, 9277.0, 9259.0, 9273.0, 9285.0, 9279.0, 9266.0, 9320.0, 9294.0, 9301.0, 9280.0, 9281.0, 9278.0, 9277.0, 9298.0, 9294.0, 9265.0, 9264.0, 9283.0, 9301.0, 9281.0, 9269.0, 9283.0, 9282.0, 9297.0, 9299.0, 9335.0, 9275.0, 9282.0, 9275.0, 9277.0, 9301.0, 9275.0, 9319.0, 9275.0, 9246.0, 9259.0, 9255.0, 9277.0, 9278.0, 9274.0, 9271.0, 9281.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.0005456545654565456</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028352378327832783</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.7309532586454</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1525262055726864</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9870906884581492</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4881</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3566.377</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12446516055302727</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.58085808580858</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.563677717101497</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5209743944407412</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7744662065788437</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.395592550284906</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00471613</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008338604122400284</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018715986981987953</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8719281416443243</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>29.4775</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.9386</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.9343</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298918.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>831.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.0863</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1568</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.0776</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3373.8536</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3601.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77626.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1107.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4433.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.0216</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.22991026705131</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> |