=== 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-0008 --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-0008",
"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-0008_ses-02_task-faces_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0008_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-02/func/sub-0008_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c81f230d3dbe394e23e7610c9b8c7064</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:22:21.842500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99986, 0.00842158, 0.0144933, -0.0095983, 0.996492, 0.0831361]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.112742</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4121, -7725, -7229, 539, -145, -64, -76, 84]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>248.528</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>60df8301-2fef-4348-9fb9-48a403451d27||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825499534606934, -0.025751536712050438, 0.037104204297065735, 112.24427795410156], [-0.022594479843974113, 2.6735150814056396, 0.22481167316436768, -102.90532684326172], [0.03888440877199173, -0.22304821014404297, 2.69036865234375, -20.046327590942383], [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': ['132221.842500', '132222.302500', '132222.762500', '132223.222500', '132223.682500', '132224.142500', '132224.602500', '132225.062500', '132225.522500', '132225.982500', '132226.442500', '132226.902500', '132227.362500', '132227.822500', '132228.282500', '132228.742500', '132229.202500', '132229.662500', '132230.122500', '132230.582500', '132231.042500', '132231.502500', '132231.962500', '132232.422500', '132232.882500', '132233.342500', '132233.802500', '132234.262500', '132234.722500', '132235.182500', '132235.642500', '132236.102500', '132236.562500', '132237.022500', '132237.482500', '132237.942500', '132238.402500', '132238.862500', '132239.322500', '132239.782500', '132240.242500', '132240.702500', '132241.162500', '132241.622500', '132242.082500', '132242.542500', '132243.002500', '132243.462500', '132243.922500', '132244.382500', '132244.842500', '132245.302500', '132245.762500', '132246.222500', '132246.682500', '132247.142500', '132247.602500', '132248.062500', '132248.522500', '132248.982500', '132249.442500', '132249.902500', '132250.362500', '132250.822500', '132251.282500', '132251.742500', '132252.202500', '132252.662500', '132253.122500', '132253.582500', '132254.042500', '132254.502500', '132254.962500', '132255.422500', '132255.882500', '132256.342500', '132256.802500', '132257.262500', '132257.722500', '132258.182500', '132258.642500', '132259.102500', '132259.562500', '132300.022500', '132300.482500', '132300.942500', '132301.402500', '132301.862500', '132302.322500', '132302.782500', '132303.242500', '132303.702500', '132304.162500', '132304.622500', '132305.082500', '132305.542500', '132306.002500', '132306.462500', '132306.922500', '132307.382500', '132307.842500', '132308.302500', '132308.762500', '132309.222500', '132309.682500', '132310.142500', '132310.602500', '132311.062500', '132311.522500', '132311.982500', '132312.442500', '132312.902500', '132313.362500', '132313.822500', '132314.282500', '132314.742500', '132315.202500', '132315.662500', '132316.122500', '132316.582500', '132317.042500', '132317.502500', '132317.962500', '132318.422500', '132318.882500', '132319.342500', '132319.802500', '132320.262500', '132320.722500', '132321.182500', '132321.642500', '132322.102500', '132322.562500', '132323.022500', '132323.482500', '132323.942500', '132324.402500', '132324.862500', '132325.322500', '132325.782500', '132326.242500', '132326.702500', '132327.162500', '132327.622500', '132328.082500', '132328.542500', '132329.002500', '132329.462500', '132329.922500', '132330.382500', '132330.842500', '132331.302500', '132331.762500', '132332.222500', '132332.682500', '132333.142500', '132333.602500', '132334.062500', '132334.522500', '132334.982500', '132335.442500', '132335.902500', '132336.362500', '132336.822500', '132337.282500', '132337.742500', '132338.202500', '132338.662500', '132339.122500', '132339.582500', '132340.042500', '132340.502500', '132340.962500', '132341.422500', '132341.882500', '132342.342500', '132342.802500', '132343.262500', '132343.722500', '132344.182500', '132344.642500', '132345.102500', '132345.562500', '132346.022500', '132346.482500', '132346.942500', '132347.402500', '132347.862500', '132348.322500', '132348.782500', '132349.242500', '132349.702500', '132350.162500', '132350.622500', '132351.082500', '132351.542500', '132352.002500', '132352.462500', '132352.922500', '132353.382500', '132353.842500', '132354.302500', '132354.762500', '132355.222500', '132355.682500', '132356.142500', '132356.602500', '132357.062500', '132357.522500', '132357.982500', '132358.442500', '132358.902500', '132359.362500', '132359.822500', '132400.282500', '132400.742500', '132401.202500', '132401.662500', '132402.122500', '132402.582500', '132403.042500', '132403.502500', '132403.962500', '132404.422500', '132404.882500', '132405.342500', '132405.802500', '132406.262500', '132406.722500', '132407.182500', '132407.642500', '132408.102500', '132408.562500', '132409.022500', '132409.482500', '132409.942500', '132410.402500', '132410.862500', '132411.322500', '132411.782500', '132412.242500', '132412.702500', '132413.162500', '132413.622500', '132414.082500', '132414.542500', '132415.002500', '132415.462500', '132415.922500', '132416.382500', '132416.842500', '132417.302500', '132417.762500', '132418.222500', '132418.682500', '132419.142500', '132419.602500', '132420.062500', '132420.522500', '132420.982500', '132421.442500', '132421.902500', '132422.362500', '132422.822500', '132423.282500', '132423.742500', '132424.202500', '132424.662500', '132425.122500', '132425.582500', '132426.042500', '132426.502500', '132426.962500', '132427.422500', '132427.882500', '132428.342500', '132428.802500', '132429.262500', '132429.722500', '132430.182500', '132430.642500', '132431.102500', '132431.562500', '132432.022500', '132432.482500', '132432.942500', '132433.402500', '132433.862500', '132434.322500', '132434.782500', '132435.242500', '132435.702500', '132436.162500', '132436.622500', '132437.082500', '132437.542500', '132438.002500', '132438.462500', '132438.922500', '132439.382500', '132439.842500', '132440.302500', '132440.762500', '132441.222500', '132441.682500', '132442.142500', '132442.602500', '132443.062500', '132443.522500', '132443.982500', '132444.442500', '132444.902500', '132445.362500', '132445.822500', '132446.282500', '132446.742500', '132447.202500', '132447.662500', '132448.122500', '132448.582500', '132449.042500', '132449.502500', '132449.962500', '132450.422500', '132450.882500', '132451.342500', '132451.802500', '132452.262500', '132452.722500', '132453.182500', '132453.642500', '132454.102500', '132454.562500', '132455.022500', '132455.482500', '132455.942500', '132456.402500', '132456.862500', '132457.322500', '132457.782500', '132458.242500', '132458.702500', '132459.162500', '132459.622500', '132500.082500', '132500.542500', '132501.002500', '132501.462500', '132501.922500', '132502.382500', '132502.842500', '132503.302500', '132503.762500', '132504.222500', '132504.682500', '132505.142500', '132505.602500', '132506.062500', '132506.522500', '132506.982500', '132507.442500', '132507.902500', '132508.362500', '132508.822500', '132509.282500', '132509.742500', '132510.202500', '132510.662500', '132511.122500', '132511.582500', '132512.042500', '132512.502500', '132512.962500', '132513.422500', '132513.882500', '132514.342500', '132514.802500', '132515.262500', '132515.722500', '132516.182500', '132516.642500', '132517.102500', '132517.562500', '132518.022500', '132518.482500', '132518.942500', '132519.402500', '132519.862500', '132520.322500', '132520.782500', '132521.242500', '132521.702500', '132522.162500', '132522.622500', '132523.082500', '132523.542500', '132524.002500', '132524.462500', '132524.922500', '132525.382500', '132525.842500', '132526.302500', '132526.762500', '132527.222500', '132527.682500', '132528.142500', '132528.602500', '132529.062500', '132529.522500', '132529.982500', '132530.442500', '132530.902500', '132531.362500', '132531.822500', '132532.282500', '132532.742500', '132533.202500', '132533.662500', '132534.122500', '132534.582500', '132535.042500', '132535.502500', '132535.962500', '132536.422500', '132536.882500', '132537.342500', '132537.802500', '132538.262500', '132538.722500', '132539.182500', '132539.642500', '132540.102500', '132540.562500', '132541.022500', '132541.482500', '132541.942500', '132542.402500', '132542.862500', '132543.322500', '132543.782500', '132544.242500', '132544.702500', '132545.162500', '132545.622500', '132546.082500', '132546.542500', '132547.002500', '132547.462500', '132547.922500', '132548.382500', '132548.842500', '132549.302500', '132549.762500', '132550.222500', '132550.682500', '132551.142500', '132551.602500', '132552.062500', '132552.522500', '132552.982500', '132553.442500', '132553.902500', '132554.362500', '132554.822500', '132555.282500', '132555.742500', '132556.202500', '132556.662500', '132557.122500', '132557.582500', '132558.042500', '132558.502500', '132558.962500', '132559.422500', '132559.882500', '132600.342500', '132600.802500', '132601.262500', '132601.722500', '132602.182500', '132602.642500', '132603.102500', '132603.562500', '132604.022500', '132604.482500', '132604.942500', '132605.402500', '132605.862500', '132606.322500', '132606.782500', '132607.242500', '132607.702500', '132608.162500', '132608.622500', '132609.082500', '132609.542500', '132610.002500', '132610.462500', '132610.922500', '132611.382500', '132611.842500', '132612.302500', '132612.762500', '132613.222500', '132613.682500', '132614.142500', '132614.602500', '132615.062500', '132615.522500', '132615.982500', '132616.442500', '132616.902500', '132617.362500', '132617.822500', '132618.282500', '132618.742500', '132619.202500', '132619.662500', '132620.122500', '132620.582500', '132621.042500', '132621.502500', '132621.962500', '132622.422500', '132622.882500', '132623.342500', '132623.802500', '132624.262500', '132624.722500', '132625.182500', '132625.642500', '132626.102500', '132626.562500', '132627.022500', '132627.482500', '132627.942500', '132628.402500', '132628.862500', '132629.322500', '132629.782500', '132630.242500', '132630.702500', '132631.162500', '132631.622500', '132632.082500', '132632.542500', '132633.002500', '132633.462500', '132633.922500', '132634.382500', '132634.842500', '132635.302500', '132635.762500', '132636.222500', '132636.682500', '132637.142500', '132637.602500', '132638.062500', '132638.522500', '132638.982500', '132639.442500', '132639.902500', '132640.362500', '132640.822500', '132641.282500', '132641.742500', '132642.202500', '132642.662500', '132643.122500', '132643.582500', '132644.042500', '132644.502500', '132644.962500', '132645.422500', '132645.882500', '132646.342500', '132646.802500', '132647.262500', '132647.722500', '132648.182500', '132648.642500', '132649.102500', '132649.562500', '132650.022500', '132650.482500', '132650.942500', '132651.402500', '132651.862500', '132652.322500', '132652.782500', '132653.242500', '132653.702500', '132654.162500', '132654.622500', '132655.082500', '132655.542500', '132656.002500', '132656.462500', '132656.922500', '132657.382500', '132657.842500', '132658.302500', '132658.762500', '132659.222500', '132659.682500', '132700.142500', '132700.602500', '132701.062500', '132701.522500', '132701.982500', '132702.442500', '132702.902500', '132703.362500', '132703.822500', '132704.282500', '132704.742500', '132705.202500', '132705.662500', '132706.122500', '132706.582500', '132707.042500', '132707.502500', '132707.962500', '132708.422500', '132708.882500', '132709.342500', '132709.802500', '132710.262500', '132710.722500', '132711.182500', '132711.642500', '132712.102500', '132712.562500', '132713.022500', '132713.482500', '132713.942500', '132714.402500', '132714.862500', '132715.322500', '132715.782500', '132716.242500', '132716.702500', '132717.162500', '132717.622500', '132718.082500', '132718.542500', '132719.002500', '132719.462500', '132719.922500', '132720.382500', '132720.842500', '132721.302500', '132721.762500', '132722.222500', '132722.682500', '132723.142500', '132723.602500', '132724.062500', '132724.522500', '132724.982500', '132725.442500', '132725.902500', '132726.362500', '132726.822500', '132727.282500', '132727.742500', '132728.202500', '132728.662500', '132729.122500', '132729.582500', '132730.042500', '132730.502500', '132730.962500', '132731.422500', '132731.882500', '132732.342500', '132732.802500', '132733.262500', '132733.722500', '132734.182500', '132734.642500', '132735.102500', '132735.562500', '132736.022500', '132736.482500', '132736.942500', '132737.402500', '132737.862500', '132738.322500', '132738.782500', '132739.242500', '132739.702500', '132740.162500', '132740.622500', '132741.082500', '132741.542500', '132742.002500', '132742.462500', '132742.922500', '132743.382500', '132743.842500', '132744.302500', '132744.762500', '132745.222500', '132745.682500', '132746.142500', '132746.602500', '132747.062500', '132747.522500', '132747.982500', '132748.442500', '132748.902500', '132749.362500', '132749.822500', '132750.282500', '132750.742500', '132751.202500', '132751.662500', '132752.122500', '132752.582500', '132753.042500', '132753.502500', '132753.962500', '132754.422500', '132754.882500', '132755.342500', '132755.802500', '132756.262500', '132756.722500', '132757.182500', '132757.642500', '132758.102500', '132758.562500', '132759.022500', '132759.482500', '132759.942500', '132800.402500', '132800.862500', '132801.322500', '132801.782500', '132802.242500', '132802.702500', '132803.162500', '132803.622500', '132804.082500', '132804.542500', '132805.002500', '132805.462500', '132805.922500', '132806.382500', '132806.842500', '132807.302500', '132807.762500', '132808.222500', '132808.682500', '132809.142500', '132809.602500', '132810.062500', '132810.522500', '132810.982500', '132811.442500', '132811.902500', '132812.362500', '132812.822500', '132813.282500', '132813.742500', '132814.202500', '132814.662500', '132815.122500', '132815.582500', '132816.042500', '132816.502500', '132816.962500', '132817.422500', '132817.882500', '132818.342500', '132818.802500', '132819.262500', '132819.722500', '132820.182500', '132820.642500', '132821.102500', '132821.562500', '132822.022500', '132822.482500', '132822.942500', '132823.402500', '132823.862500', '132824.322500', '132824.782500', '132825.242500', '132825.702500', '132826.162500', '132826.622500', '132827.082500', '132827.542500', '132828.002500', '132828.462500', '132828.922500', '132829.382500', '132829.842500', '132830.302500', '132830.762500', '132831.222500', '132831.682500', '132832.142500', '132832.602500', '132833.062500', '132833.522500', '132833.982500', '132834.442500', '132834.902500', '132835.362500', '132835.822500', '132836.282500', '132836.742500', '132837.202500', '132837.662500', '132838.122500', '132838.582500', '132839.042500', '132839.502500', '132839.962500', '132840.422500', '132840.882500', '132841.342500', '132841.802500', '132842.262500', '132842.722500', '132843.182500', '132843.642500', '132844.102500', '132844.562500', '132845.022500', '132845.482500', '132845.942500', '132846.402500', '132846.862500', '132847.322500', '132847.782500', '132848.242500', '132848.702500', '132849.162500', '132849.622500', '132850.082500', '132850.542500', '132851.002500', '132851.462500', '132851.922500', '132852.382500', '132852.842500', '132853.302500', '132853.762500', '132854.222500', '132854.682500', '132855.142500', '132855.602500', '132856.062500', '132856.522500', '132856.982500', '132857.442500', '132857.902500', '132858.362500', '132858.822500', '132859.282500', '132859.742500', '132900.202500', '132900.662500', '132901.122500', '132901.582500', '132902.042500', '132902.502500', '132902.962500', '132903.422500', '132903.882500', '132904.342500', '132904.802500', '132905.262500', '132905.722500', '132906.182500', '132906.642500', '132907.102500', '132907.562500', '132908.022500', '132908.482500', '132908.942500', '132909.402500', '132909.862500', '132910.322500', '132910.782500', '132911.242500', '132911.702500', '132912.162500', '132912.622500', '132913.082500', '132913.542500', '132914.002500', '132914.462500', '132914.922500', '132915.382500', '132915.842500', '132916.302500', '132916.762500', '132917.222500', '132917.682500', '132918.142500', '132918.602500', '132919.062500', '132919.522500', '132919.982500', '132920.442500', '132920.902500', '132921.362500', '132921.822500'], 'ContentTime': ['132234.198000', '132234.201000', '132234.204000', '132234.207000', '132234.210000', '132234.213000', '132234.215000', '132234.218000', '132234.221000', '132234.231000', '132234.234000', '132234.242000', '132234.245000', '132234.248000', '132234.251000', '132234.254000', '132234.256000', '132234.259000', '132234.262000', '132234.265000', '132234.268000', '132234.271000', '132234.273000', '132234.276000', '132234.279000', '132254.159000', '132254.162000', '132254.165000', '132254.167000', '132254.170000', '132254.173000', '132254.176000', '132254.179000', '132254.181000', '132254.184000', '132254.187000', '132254.190000', '132254.193000', '132254.196000', '132254.199000', '132254.201000', '132254.204000', '132254.207000', '132254.210000', '132254.213000', '132254.216000', '132254.219000', '132254.221000', '132254.224000', '132254.227000', '132254.230000', '132254.233000', '132254.235000', '132254.238000', '132254.241000', '132254.244000', '132254.247000', '132254.250000', '132254.252000', '132254.255000', '132254.258000', '132254.261000', '132254.265000', '132254.268000', '132254.271000', '132254.275000', '132254.278000', '132254.281000', '132314.159000', '132314.162000', '132314.165000', '132314.168000', '132314.170000', '132314.173000', '132314.176000', '132314.179000', '132314.182000', '132314.185000', '132314.187000', '132314.190000', '132314.193000', '132314.196000', '132314.199000', '132314.202000', '132314.204000', '132314.207000', '132314.210000', '132314.213000', '132314.216000', '132314.219000', '132314.221000', '132314.224000', '132314.227000', '132314.230000', '132314.233000', '132314.236000', '132314.238000', '132314.241000', '132314.244000', '132314.247000', '132314.250000', '132314.253000', '132314.256000', '132314.258000', '132314.261000', '132314.264000', '132314.267000', '132314.270000', '132314.273000', '132314.275000', '132314.278000', '132314.281000', '132334.173000', '132334.176000', '132334.179000', '132334.181000', '132334.184000', '132334.187000', '132334.190000', '132334.193000', '132334.196000', '132334.198000', '132334.201000', '132334.204000', '132334.207000', '132334.210000', '132334.213000', '132334.215000', '132334.218000', '132334.221000', '132334.224000', '132334.227000', '132334.230000', '132334.233000', '132334.235000', '132334.238000', '132334.241000', '132334.244000', '132334.247000', '132334.249000', '132334.253000', '132334.255000', '132334.258000', '132334.261000', '132334.264000', '132334.267000', '132334.269000', '132334.272000', '132334.275000', '132334.278000', '132334.281000', '132334.283000', '132334.286000', '132334.289000', '132334.292000', '132354.160000', '132354.163000', '132354.165000', '132354.169000', '132354.172000', '132354.174000', '132354.178000', '132354.180000', '132354.183000', '132354.186000', '132354.189000', '132354.192000', '132354.195000', '132354.198000', '132354.200000', '132354.203000', '132354.206000', '132354.209000', '132354.212000', '132354.215000', '132354.217000', '132354.220000', '132354.223000', '132354.226000', '132354.229000', '132354.232000', '132354.235000', '132354.237000', '132354.240000', '132354.243000', '132354.246000', '132354.249000', '132354.252000', '132354.255000', '132354.257000', '132354.260000', '132354.263000', '132354.266000', '132354.269000', '132354.272000', '132354.275000', '132354.278000', '132354.280000', '132414.160000', '132414.163000', '132414.165000', '132414.168000', '132414.171000', '132414.174000', '132414.177000', '132414.180000', '132414.183000', '132414.186000', '132414.188000', '132414.191000', '132414.194000', '132414.197000', '132414.200000', '132414.203000', '132414.206000', '132414.208000', '132414.211000', '132414.214000', '132414.217000', '132414.220000', '132414.223000', '132414.225000', '132414.228000', '132414.231000', '132414.234000', '132414.237000', '132414.240000', '132414.243000', '132414.246000', '132414.248000', '132414.252000', '132414.254000', '132414.257000', '132414.260000', '132414.263000', '132414.266000', '132414.269000', '132414.271000', '132414.274000', '132414.277000', '132414.280000', '132414.283000', '132434.160000', '132434.163000', '132434.166000', '132434.169000', '132434.172000', '132434.176000', '132434.179000', '132434.182000', '132434.185000', '132434.188000', '132434.190000', '132434.193000', '132434.196000', '132434.199000', '132434.202000', '132434.205000', '132434.208000', '132434.211000', '132434.214000', '132434.216000', '132434.219000', '132434.222000', '132434.225000', '132434.228000', '132434.231000', '132434.234000', '132434.236000', '132434.239000', '132434.242000', '132434.245000', '132434.248000', '132434.251000', '132434.253000', '132434.256000', '132434.259000', '132434.262000', '132434.265000', '132434.268000', '132434.271000', '132434.273000', '132434.277000', '132434.279000', '132434.282000', '132454.159000', '132454.162000', '132454.165000', '132454.168000', '132454.170000', '132454.173000', '132454.176000', '132454.179000', '132454.182000', '132454.185000', '132454.188000', '132454.191000', '132454.194000', '132454.197000', '132454.199000', '132454.202000', '132454.205000', '132454.208000', '132454.211000', '132454.214000', '132454.217000', '132454.220000', '132454.222000', '132454.225000', '132454.228000', '132454.231000', '132454.234000', '132454.237000', '132454.240000', '132454.242000', '132454.245000', '132454.248000', '132454.251000', '132454.254000', '132454.257000', '132454.260000', '132454.262000', '132454.265000', '132454.268000', '132454.271000', '132454.289000', '132454.292000', '132454.294000', '132454.305000', '132514.159000', '132514.164000', '132514.169000', '132514.172000', '132514.175000', '132514.178000', '132514.181000', '132514.184000', '132514.187000', '132514.189000', '132514.192000', '132514.195000', '132514.198000', '132514.201000', '132514.204000', '132514.207000', '132514.209000', '132514.212000', '132514.215000', '132514.218000', '132514.221000', '132514.224000', '132514.226000', '132514.229000', '132514.232000', '132514.235000', '132514.238000', '132514.241000', '132514.244000', '132514.247000', '132514.249000', '132514.252000', '132514.255000', '132514.258000', '132514.261000', '132514.264000', '132514.266000', '132514.269000', '132514.272000', '132514.275000', '132514.278000', '132514.281000', '132514.283000', '132534.159000', '132534.162000', '132534.165000', '132534.168000', '132534.170000', '132534.173000', '132534.176000', '132534.179000', '132534.182000', '132534.185000', '132534.188000', '132534.191000', '132534.193000', '132534.196000', '132534.199000', '132534.202000', '132534.205000', '132534.208000', '132534.211000', '132534.213000', '132534.216000', '132534.219000', '132534.222000', '132534.225000', '132534.228000', '132534.231000', '132534.234000', '132534.236000', '132534.239000', '132534.242000', '132534.245000', '132534.248000', '132534.250000', '132534.253000', '132534.256000', '132534.259000', '132534.262000', '132534.264000', '132534.267000', '132534.270000', '132534.273000', '132534.276000', '132534.279000', '132534.282000', '132554.160000', '132554.163000', '132554.166000', '132554.169000', '132554.172000', '132554.174000', '132554.177000', '132554.180000', '132554.184000', '132554.189000', '132554.192000', '132554.195000', '132554.198000', '132554.201000', '132554.204000', '132554.207000', '132554.210000', '132554.212000', '132554.215000', '132554.218000', '132554.221000', '132554.224000', '132554.227000', '132554.230000', '132554.233000', '132554.235000', '132554.238000', '132554.241000', '132554.244000', '132554.247000', '132554.250000', '132554.253000', '132554.255000', '132554.258000', '132554.261000', '132554.264000', '132554.267000', '132554.270000', '132554.273000', '132554.276000', '132554.279000', '132554.282000', '132554.285000', '132614.160000', '132614.163000', '132614.166000', '132614.169000', '132614.172000', '132614.175000', '132614.177000', '132614.180000', '132614.183000', '132614.186000', '132614.189000', '132614.192000', '132614.195000', '132614.198000', '132614.200000', '132614.203000', '132614.206000', '132614.209000', '132614.212000', '132614.215000', '132614.217000', '132614.220000', '132614.223000', '132614.226000', '132614.229000', '132614.232000', '132614.235000', '132614.238000', '132614.240000', '132614.243000', '132614.246000', '132614.249000', '132614.252000', '132614.255000', '132614.257000', '132614.260000', '132614.263000', '132614.266000', '132614.269000', '132614.272000', '132614.274000', '132614.277000', '132614.280000', '132614.283000', '132634.160000', '132634.163000', '132634.166000', '132634.169000', '132634.172000', '132634.174000', '132634.177000', '132634.180000', '132634.183000', '132634.186000', '132634.189000', '132634.192000', '132634.195000', '132634.198000', '132634.200000', '132634.204000', '132634.207000', '132634.210000', '132634.213000', '132634.216000', '132634.218000', '132634.234000', '132634.237000', '132634.240000', '132634.242000', '132634.245000', '132634.248000', '132634.251000', '132634.254000', '132634.257000', '132634.260000', '132634.262000', '132634.265000', '132634.268000', '132634.271000', '132634.274000', '132634.277000', '132634.280000', '132634.283000', '132634.285000', '132634.288000', '132634.291000', '132634.294000', '132654.160000', '132654.163000', '132654.166000', '132654.169000', '132654.172000', '132654.174000', '132654.177000', '132654.180000', '132654.183000', '132654.186000', '132654.189000', '132654.191000', '132654.194000', '132654.197000', '132654.200000', '132654.203000', '132654.206000', '132654.209000', '132654.212000', '132654.214000', '132654.217000', '132654.220000', '132654.223000', '132654.226000', '132654.229000', '132654.232000', '132654.235000', '132654.237000', '132654.240000', '132654.243000', '132654.246000', '132654.249000', '132654.252000', '132654.255000', '132654.258000', '132654.261000', '132654.263000', '132654.266000', '132654.269000', '132654.272000', '132654.275000', '132654.278000', '132654.280000', '132654.283000', '132714.159000', '132714.162000', '132714.165000', '132714.168000', '132714.171000', '132714.173000', '132714.176000', '132714.179000', '132714.182000', '132714.185000', '132714.188000', '132714.191000', '132714.193000', '132714.196000', '132714.199000', '132714.202000', '132714.205000', '132714.208000', '132714.211000', '132714.217000', '132714.220000', '132714.223000', '132714.226000', '132714.229000', '132714.232000', '132714.235000', '132714.238000', '132714.241000', '132714.244000', '132714.247000', '132714.250000', '132714.252000', '132714.255000', '132714.258000', '132714.261000', '132714.264000', '132714.267000', '132714.270000', '132714.272000', '132714.275000', '132714.278000', '132714.281000', '132714.284000', '132734.159000', '132734.162000', '132734.165000', '132734.168000', '132734.171000', '132734.173000', '132734.176000', '132734.179000', '132734.182000', '132734.185000', '132734.188000', '132734.191000', '132734.194000', '132734.196000', '132734.199000', '132734.202000', '132734.205000', '132734.208000', '132734.211000', '132734.214000', '132734.217000', '132734.220000', '132734.222000', '132734.225000', '132734.228000', '132734.231000', '132734.234000', '132734.237000', '132734.240000', '132734.243000', '132734.245000', '132734.248000', '132734.251000', '132734.254000', '132734.257000', '132734.260000', '132734.263000', '132734.265000', '132734.268000', '132734.271000', '132734.274000', '132734.277000', '132734.280000', '132734.282000', '132754.159000', '132754.162000', '132754.165000', '132754.168000', '132754.171000', '132754.174000', '132754.177000', '132754.180000', '132754.183000', '132754.186000', '132754.189000', '132754.192000', '132754.195000', '132754.198000', '132754.201000', '132754.203000', '132754.206000', '132754.209000', '132754.212000', '132754.215000', '132754.218000', '132754.221000', '132754.224000', '132754.227000', '132754.230000', '132754.233000', '132754.236000', '132754.238000', '132754.241000', '132754.244000', '132754.247000', '132754.250000', '132754.253000', '132754.256000', '132754.259000', '132754.262000', '132754.264000', '132754.268000', '132754.271000', '132754.274000', '132754.277000', '132754.280000', '132754.283000', '132814.160000', '132814.163000', '132814.166000', '132814.169000', '132814.172000', '132814.174000', '132814.177000', '132814.180000', '132814.185000', '132814.188000', '132814.191000', '132814.194000', '132814.197000', '132814.200000', '132814.203000', '132814.205000', '132814.208000', '132814.211000', '132814.214000', '132814.217000', '132814.220000', '132814.223000', '132814.226000', '132814.229000', '132814.231000', '132814.234000', '132814.237000', '132814.240000', '132814.243000', '132814.246000', '132814.249000', '132814.252000', '132814.255000', '132814.257000', '132814.260000', '132814.263000', '132814.266000', '132814.269000', '132814.272000', '132814.275000', '132814.278000', '132814.280000', '132814.283000', '132814.286000', '132834.160000', '132834.163000', '132834.166000', '132834.169000', '132834.172000', '132834.175000', '132834.177000', '132834.180000', '132834.183000', '132834.186000', '132834.189000', '132834.192000', '132834.195000', '132834.197000', '132834.200000', '132834.203000', '132834.206000', '132834.209000', '132834.212000', '132834.215000', '132834.218000', '132834.220000', '132834.223000', '132834.226000', '132834.229000', '132834.232000', '132834.235000', '132834.237000', '132834.240000', '132834.243000', '132834.246000', '132834.249000', '132834.252000', '132834.255000', '132834.257000', '132834.262000', '132834.266000', '132834.269000', '132834.272000', '132834.275000', '132834.277000', '132834.280000', '132834.283000', '132854.160000', '132854.163000', '132854.166000', '132854.169000', '132854.172000', '132854.175000', '132854.177000', '132854.180000', '132854.183000', '132854.186000', '132854.189000', '132854.192000', '132854.194000', '132854.197000', '132854.200000', '132854.203000', '132854.206000', '132854.209000', '132854.212000', '132854.214000', '132854.217000', '132854.220000', '132854.223000', '132854.226000', '132854.229000', '132854.232000', '132854.235000', '132854.237000', '132854.240000', '132854.243000', '132854.246000', '132854.249000', '132854.252000', '132854.255000', '132854.258000', '132854.260000', '132854.263000', '132854.266000', '132854.269000', '132854.272000', '132854.275000', '132854.278000', '132854.281000', '132854.283000', '132914.160000', '132914.163000', '132914.166000', '132914.169000', '132914.172000', '132914.174000', '132914.177000', '132914.180000', '132914.183000', '132914.186000', '132914.189000', '132914.192000', '132914.194000', '132914.197000', '132914.200000', '132914.203000', '132914.206000', '132914.209000', '132914.212000', '132914.216000', '132914.219000', '132914.221000', '132914.224000', '132914.227000', '132914.230000', '132914.233000', '132914.236000', '132914.239000', '132914.242000', '132914.245000', '132914.248000', '132914.251000', '132914.253000', '132914.256000', '132914.259000', '132914.262000', '132914.265000', '132914.268000', '132914.271000', '132914.274000', '132914.277000', '132914.280000', '132914.296000', '132923.074000', '132923.077000', '132923.080000', '132923.083000', '132923.093000', '132923.096000', '132923.099000', '132923.102000', '132923.106000', '132923.109000', '132923.112000', '132923.115000', '132923.118000', '132923.120000', '132923.123000', '132923.126000', '132923.129000', '132923.132000', '132923.135000', '132923.138000'], 'InstanceCreationTime': ['132234.198000', '132234.201000', '132234.204000', '132234.207000', '132234.210000', '132234.213000', '132234.215000', '132234.218000', '132234.221000', '132234.231000', '132234.234000', '132234.242000', '132234.245000', '132234.248000', '132234.251000', '132234.254000', '132234.256000', '132234.259000', '132234.262000', '132234.265000', '132234.268000', '132234.271000', '132234.273000', '132234.276000', '132234.279000', '132254.159000', '132254.162000', '132254.165000', '132254.167000', '132254.170000', '132254.173000', '132254.176000', '132254.179000', '132254.181000', '132254.184000', '132254.187000', '132254.190000', '132254.193000', '132254.196000', '132254.199000', '132254.201000', '132254.204000', '132254.207000', '132254.210000', '132254.213000', '132254.216000', '132254.219000', '132254.221000', '132254.224000', '132254.227000', '132254.230000', '132254.233000', '132254.235000', '132254.238000', '132254.241000', '132254.244000', '132254.247000', '132254.250000', '132254.252000', '132254.255000', '132254.258000', '132254.261000', '132254.265000', '132254.268000', '132254.271000', '132254.275000', '132254.278000', '132254.281000', '132314.159000', '132314.162000', '132314.165000', '132314.168000', '132314.170000', '132314.173000', '132314.176000', '132314.179000', '132314.182000', '132314.185000', '132314.187000', '132314.190000', '132314.193000', '132314.196000', '132314.199000', '132314.202000', '132314.204000', '132314.207000', '132314.210000', '132314.213000', '132314.216000', '132314.219000', '132314.221000', '132314.224000', '132314.227000', '132314.230000', '132314.233000', '132314.236000', '132314.238000', '132314.241000', '132314.244000', '132314.247000', '132314.250000', '132314.253000', '132314.256000', '132314.258000', '132314.261000', '132314.264000', '132314.267000', '132314.270000', '132314.273000', '132314.275000', '132314.278000', '132314.281000', '132334.173000', '132334.176000', '132334.179000', '132334.181000', '132334.184000', '132334.187000', '132334.190000', '132334.193000', '132334.196000', '132334.198000', '132334.201000', '132334.204000', '132334.207000', '132334.210000', '132334.213000', '132334.215000', '132334.218000', '132334.221000', '132334.224000', '132334.227000', '132334.230000', '132334.233000', '132334.235000', '132334.238000', '132334.241000', '132334.244000', '132334.247000', '132334.249000', '132334.253000', '132334.255000', '132334.258000', '132334.261000', '132334.264000', '132334.267000', '132334.269000', '132334.272000', '132334.275000', '132334.278000', '132334.281000', '132334.283000', '132334.286000', '132334.289000', '132334.292000', '132354.160000', '132354.163000', '132354.165000', '132354.169000', '132354.172000', '132354.174000', '132354.178000', '132354.180000', '132354.183000', '132354.186000', '132354.189000', '132354.192000', '132354.195000', '132354.198000', '132354.200000', '132354.203000', '132354.206000', '132354.209000', '132354.212000', '132354.215000', '132354.217000', '132354.220000', '132354.223000', '132354.226000', '132354.229000', '132354.232000', '132354.235000', '132354.237000', '132354.240000', '132354.243000', '132354.246000', '132354.249000', '132354.252000', '132354.255000', '132354.257000', '132354.260000', '132354.263000', '132354.266000', '132354.269000', '132354.272000', '132354.275000', '132354.278000', '132354.280000', '132414.160000', '132414.163000', '132414.165000', '132414.168000', '132414.171000', '132414.174000', '132414.177000', '132414.180000', '132414.183000', '132414.186000', '132414.188000', '132414.191000', '132414.194000', '132414.197000', '132414.200000', '132414.203000', '132414.206000', '132414.208000', '132414.211000', '132414.214000', '132414.217000', '132414.220000', '132414.223000', '132414.225000', '132414.228000', '132414.231000', '132414.234000', '132414.237000', '132414.240000', '132414.243000', '132414.246000', '132414.248000', '132414.252000', '132414.254000', '132414.257000', '132414.260000', '132414.263000', '132414.266000', '132414.269000', '132414.271000', '132414.274000', '132414.277000', '132414.280000', '132414.283000', '132434.160000', '132434.163000', '132434.166000', '132434.169000', '132434.172000', '132434.176000', '132434.179000', '132434.182000', '132434.185000', '132434.188000', '132434.190000', '132434.193000', '132434.196000', '132434.199000', '132434.202000', '132434.205000', '132434.208000', '132434.211000', '132434.214000', '132434.216000', '132434.219000', '132434.222000', '132434.225000', '132434.228000', '132434.231000', '132434.234000', '132434.236000', '132434.239000', '132434.242000', '132434.245000', '132434.248000', '132434.251000', '132434.253000', '132434.256000', '132434.259000', '132434.262000', '132434.265000', '132434.268000', '132434.271000', '132434.273000', '132434.277000', '132434.279000', '132434.282000', '132454.159000', '132454.162000', '132454.165000', '132454.168000', '132454.170000', '132454.173000', '132454.176000', '132454.179000', '132454.182000', '132454.185000', '132454.188000', '132454.191000', '132454.194000', '132454.197000', '132454.199000', '132454.202000', '132454.205000', '132454.208000', '132454.211000', '132454.214000', '132454.217000', '132454.220000', '132454.222000', '132454.225000', '132454.228000', '132454.231000', '132454.234000', '132454.237000', '132454.240000', '132454.242000', '132454.245000', '132454.248000', '132454.251000', '132454.254000', '132454.257000', '132454.260000', '132454.262000', '132454.265000', '132454.268000', '132454.271000', '132454.289000', '132454.292000', '132454.294000', '132454.305000', '132514.159000', '132514.164000', '132514.169000', '132514.172000', '132514.175000', '132514.178000', '132514.181000', '132514.184000', '132514.187000', '132514.189000', '132514.192000', '132514.195000', '132514.198000', '132514.201000', '132514.204000', '132514.207000', '132514.209000', '132514.212000', '132514.215000', '132514.218000', '132514.221000', '132514.224000', '132514.226000', '132514.229000', '132514.232000', '132514.235000', '132514.238000', '132514.241000', '132514.244000', '132514.247000', '132514.249000', '132514.252000', '132514.255000', '132514.258000', '132514.261000', '132514.264000', '132514.266000', '132514.269000', '132514.272000', '132514.275000', '132514.278000', '132514.281000', '132514.283000', '132534.159000', '132534.162000', '132534.165000', '132534.168000', '132534.170000', '132534.173000', '132534.176000', '132534.179000', '132534.182000', '132534.185000', '132534.188000', '132534.191000', '132534.193000', '132534.196000', '132534.199000', '132534.202000', '132534.205000', '132534.208000', '132534.211000', '132534.213000', '132534.216000', '132534.219000', '132534.222000', '132534.225000', '132534.228000', '132534.231000', '132534.234000', '132534.236000', '132534.239000', '132534.242000', '132534.245000', '132534.248000', '132534.250000', '132534.253000', '132534.256000', '132534.259000', '132534.262000', '132534.264000', '132534.267000', '132534.270000', '132534.273000', '132534.276000', '132534.279000', '132534.282000', '132554.160000', '132554.163000', '132554.166000', '132554.169000', '132554.172000', '132554.174000', '132554.177000', '132554.180000', '132554.184000', '132554.189000', '132554.192000', '132554.195000', '132554.198000', '132554.201000', '132554.204000', '132554.207000', '132554.210000', '132554.212000', '132554.215000', '132554.218000', '132554.221000', '132554.224000', '132554.227000', '132554.230000', '132554.233000', '132554.235000', '132554.238000', '132554.241000', '132554.244000', '132554.247000', '132554.250000', '132554.253000', '132554.255000', '132554.258000', '132554.261000', '132554.264000', '132554.267000', '132554.270000', '132554.273000', '132554.276000', '132554.279000', '132554.282000', '132554.285000', '132614.160000', '132614.163000', '132614.166000', '132614.169000', '132614.172000', '132614.175000', '132614.177000', '132614.180000', '132614.183000', '132614.186000', '132614.189000', '132614.192000', '132614.195000', '132614.198000', '132614.200000', '132614.203000', '132614.206000', '132614.209000', '132614.212000', '132614.215000', '132614.217000', '132614.220000', '132614.223000', '132614.226000', '132614.229000', '132614.232000', '132614.235000', '132614.238000', '132614.240000', '132614.243000', '132614.246000', '132614.249000', '132614.252000', '132614.255000', '132614.257000', '132614.260000', '132614.263000', '132614.266000', '132614.269000', '132614.272000', '132614.274000', '132614.277000', '132614.280000', '132614.283000', '132634.160000', '132634.163000', '132634.166000', '132634.169000', '132634.172000', '132634.174000', '132634.177000', '132634.180000', '132634.183000', '132634.186000', '132634.189000', '132634.192000', '132634.195000', '132634.198000', '132634.200000', '132634.204000', '132634.207000', '132634.210000', '132634.213000', '132634.216000', '132634.218000', '132634.234000', '132634.237000', '132634.240000', '132634.242000', '132634.245000', '132634.248000', '132634.251000', '132634.254000', '132634.257000', '132634.260000', '132634.262000', '132634.265000', '132634.268000', '132634.271000', '132634.274000', '132634.277000', '132634.280000', '132634.283000', '132634.285000', '132634.288000', '132634.291000', '132634.294000', '132654.160000', '132654.163000', '132654.166000', '132654.169000', '132654.172000', '132654.174000', '132654.177000', '132654.180000', '132654.183000', '132654.186000', '132654.189000', '132654.191000', '132654.194000', '132654.197000', '132654.200000', '132654.203000', '132654.206000', '132654.209000', '132654.212000', '132654.214000', '132654.217000', '132654.220000', '132654.223000', '132654.226000', '132654.229000', '132654.232000', '132654.235000', '132654.237000', '132654.240000', '132654.243000', '132654.246000', '132654.249000', '132654.252000', '132654.255000', '132654.258000', '132654.261000', '132654.263000', '132654.266000', '132654.269000', '132654.272000', '132654.275000', '132654.278000', '132654.280000', '132654.283000', '132714.159000', '132714.162000', '132714.165000', '132714.168000', '132714.171000', '132714.173000', '132714.176000', '132714.179000', '132714.182000', '132714.185000', '132714.188000', '132714.191000', '132714.193000', '132714.196000', '132714.199000', '132714.202000', '132714.205000', '132714.208000', '132714.211000', '132714.217000', '132714.220000', '132714.223000', '132714.226000', '132714.229000', '132714.232000', '132714.235000', '132714.238000', '132714.241000', '132714.244000', '132714.247000', '132714.250000', '132714.252000', '132714.255000', '132714.258000', '132714.261000', '132714.264000', '132714.267000', '132714.270000', '132714.272000', '132714.275000', '132714.278000', '132714.281000', '132714.284000', '132734.159000', '132734.162000', '132734.165000', '132734.168000', '132734.171000', '132734.173000', '132734.176000', '132734.179000', '132734.182000', '132734.185000', '132734.188000', '132734.191000', '132734.194000', '132734.196000', '132734.199000', '132734.202000', '132734.205000', '132734.208000', '132734.211000', '132734.214000', '132734.217000', '132734.220000', '132734.222000', '132734.225000', '132734.228000', '132734.231000', '132734.234000', '132734.237000', '132734.240000', '132734.243000', '132734.245000', '132734.248000', '132734.251000', '132734.254000', '132734.257000', '132734.260000', '132734.263000', '132734.265000', '132734.268000', '132734.271000', '132734.274000', '132734.277000', '132734.280000', '132734.282000', '132754.159000', '132754.162000', '132754.165000', '132754.168000', '132754.171000', '132754.174000', '132754.177000', '132754.180000', '132754.183000', '132754.186000', '132754.189000', '132754.192000', '132754.195000', '132754.198000', '132754.201000', '132754.203000', '132754.206000', '132754.209000', '132754.212000', '132754.215000', '132754.218000', '132754.221000', '132754.224000', '132754.227000', '132754.230000', '132754.233000', '132754.236000', '132754.238000', '132754.241000', '132754.244000', '132754.247000', '132754.250000', '132754.253000', '132754.256000', '132754.259000', '132754.262000', '132754.264000', '132754.268000', '132754.271000', '132754.274000', '132754.277000', '132754.280000', '132754.283000', '132814.160000', '132814.163000', '132814.166000', '132814.169000', '132814.172000', '132814.174000', '132814.177000', '132814.180000', '132814.185000', '132814.188000', '132814.191000', '132814.194000', '132814.197000', '132814.200000', '132814.203000', '132814.205000', '132814.208000', '132814.211000', '132814.214000', '132814.217000', '132814.220000', '132814.223000', '132814.226000', '132814.229000', '132814.231000', '132814.234000', '132814.237000', '132814.240000', '132814.243000', '132814.246000', '132814.249000', '132814.252000', '132814.255000', '132814.257000', '132814.260000', '132814.263000', '132814.266000', '132814.269000', '132814.272000', '132814.275000', '132814.278000', '132814.280000', '132814.283000', '132814.286000', '132834.160000', '132834.163000', '132834.166000', '132834.169000', '132834.172000', '132834.175000', '132834.177000', '132834.180000', '132834.183000', '132834.186000', '132834.189000', '132834.192000', '132834.195000', '132834.197000', '132834.200000', '132834.203000', '132834.206000', '132834.209000', '132834.212000', '132834.215000', '132834.218000', '132834.220000', '132834.223000', '132834.226000', '132834.229000', '132834.232000', '132834.235000', '132834.237000', '132834.240000', '132834.243000', '132834.246000', '132834.249000', '132834.252000', '132834.255000', '132834.257000', '132834.262000', '132834.266000', '132834.269000', '132834.272000', '132834.275000', '132834.277000', '132834.280000', '132834.283000', '132854.160000', '132854.163000', '132854.166000', '132854.169000', '132854.172000', '132854.175000', '132854.177000', '132854.180000', '132854.183000', '132854.186000', '132854.189000', '132854.192000', '132854.194000', '132854.197000', '132854.200000', '132854.203000', '132854.206000', '132854.209000', '132854.212000', '132854.214000', '132854.217000', '132854.220000', '132854.223000', '132854.226000', '132854.229000', '132854.232000', '132854.235000', '132854.237000', '132854.240000', '132854.243000', '132854.246000', '132854.249000', '132854.252000', '132854.255000', '132854.258000', '132854.260000', '132854.263000', '132854.266000', '132854.269000', '132854.272000', '132854.275000', '132854.278000', '132854.281000', '132854.283000', '132914.160000', '132914.163000', '132914.166000', '132914.169000', '132914.172000', '132914.174000', '132914.177000', '132914.180000', '132914.183000', '132914.186000', '132914.189000', '132914.192000', '132914.194000', '132914.197000', '132914.200000', '132914.203000', '132914.206000', '132914.209000', '132914.212000', '132914.216000', '132914.219000', '132914.221000', '132914.224000', '132914.227000', '132914.230000', '132914.233000', '132914.236000', '132914.239000', '132914.242000', '132914.245000', '132914.248000', '132914.251000', '132914.253000', '132914.256000', '132914.259000', '132914.262000', '132914.265000', '132914.268000', '132914.271000', '132914.274000', '132914.277000', '132914.280000', '132914.296000', '132923.074000', '132923.077000', '132923.080000', '132923.083000', '132923.093000', '132923.096000', '132923.099000', '132923.102000', '132923.106000', '132923.109000', '132923.112000', '132923.115000', '132923.118000', '132923.120000', '132923.123000', '132923.126000', '132923.129000', '132923.132000', '132923.135000', '132923.138000'], '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': [9843, 10683, 9703, 10601, 10962, 10264, 11012, 9909, 10737, 9622, 10676, 9590, 10473, 10298, 10422, 10044, 10240, 8988, 10214, 9311, 9853, 9404, 10329, 9299, 10061, 9070, 9968, 9117, 10231, 9763, 10209, 9257, 9996, 9188, 9952, 9345, 10244, 11347, 9531, 9059, 9605, 9067, 9404, 9216, 9485, 8990, 9396, 8960, 9424, 9993, 9528, 9521, 9560, 11003, 9386, 10952, 10049, 10919, 11552, 10916, 10286, 10765, 10639, 10598, 10935, 10177, 10347, 10533, 10560, 10639, 10349, 10591, 11577, 10804, 11047, 10994, 10720, 10859, 12986, 11281, 12446, 11010, 11753, 10840, 11607, 10895, 11690, 10786, 10804, 10646, 10037, 10522, 10281, 10635, 10523, 10595, 9336, 10818, 9674, 11041, 12306, 11149, 11235, 11107, 10765, 11297, 12672, 11194, 12616, 11348, 11327, 11314, 10728, 10878, 11609, 11355, 10928, 11144, 11180, 11140, 9867, 10908, 10471, 11068, 10998, 10618, 9362, 10396, 9268, 10149, 9128, 10115, 9067, 10030, 9635, 10105, 11210, 9612, 10628, 9239, 10296, 9022, 10703, 9289, 10755, 11860, 10812, 10078, 10824, 10324, 11014, 10887, 11145, 12664, 11080, 12634, 11182, 12329, 11325, 11304, 11087, 10454, 10856, 9950, 10972, 11905, 10941, 9965, 10479, 8973, 10463, 9087, 10386, 9321, 10644, 9585, 10982, 10162, 10979, 12854, 11285, 13632, 11179, 11860, 10850, 11314, 10633, 10391, 10280, 9146, 9874, 9007, 9644, 8920, 9450, 8951, 9541, 9145, 9573, 8971, 9733, 10954, 9662, 10982, 9775, 11122, 9552, 11452, 10310, 11822, 11816, 11818, 11044, 11699, 10936, 11647, 10088, 11723, 10076, 11583, 10990, 11890, 10753, 11501, 10041, 11394, 9805, 11134, 11884, 11308, 10386, 11006, 12112, 10853, 12154, 10743, 11879, 10389, 11798, 10062, 11628, 9853, 11698, 9827, 11889, 10039, 11718, 11167, 11448, 11156, 11778, 11113, 11660, 11208, 11526, 11515, 11637, 10720, 11517, 9973, 11132, 9254, 10836, 8679, 10657, 9487, 10850, 9437, 10759, 10664, 10562, 11963, 10976, 12364, 10511, 12159, 10039, 11766, 12492, 11945, 11227, 11979, 11409, 11729, 11743, 11735, 10380, 11429, 9186, 11428, 9442, 11514, 9673, 11573, 10920, 11031, 10204, 10900, 9038, 10728, 9982, 11274, 9951, 10929, 9791, 10956, 12050, 10889, 12225, 11012, 12176, 10115, 11848, 11445, 11888, 10940, 11914, 10816, 11775, 10339, 11632, 10353, 11782, 9998, 11644, 9983, 11874, 10454, 12079, 12520, 11854, 11174, 12009, 11141, 11821, 11887, 12059, 12164, 12220, 11457, 11854, 12530, 11863, 12239, 11851, 11487, 11963, 11608, 11816, 12901, 11902, 11054, 11676, 10282, 11803, 10284, 11890, 10155, 12088, 10725, 12068, 10609, 12179, 10585, 11869, 10650, 12144, 10804, 11690, 10704, 11391, 10806, 10708, 10624, 10656, 11234, 10988, 10428, 10551, 10216, 10515, 9192, 10388, 10169, 10978, 10841, 10774, 10180, 10521, 8977, 10274, 9221, 10350, 9514, 10137, 9165, 10167, 10009, 10136, 10977, 10900, 11091, 10740, 10992, 11353, 10807, 11144, 10576, 10505, 10287, 8966, 9428, 9816, 9484, 10859, 8960, 10751, 10030, 10657, 11086, 10547, 10358, 10357, 10135, 10170, 9037, 9640, 9029, 9754, 11069, 8729, 10791, 10955, 10806, 10054, 10633, 10791, 10855, 11007, 10692, 10804, 10138, 11697, 10025, 9185, 9822, 11112, 9270, 11089, 8874, 10800, 8622, 10494, 9704, 10225, 10888, 10713, 10494, 10192, 8993, 9472, 10837, 8860, 10888, 9384, 10621, 10981, 10351, 10311, 9969, 9074, 9161, 9334, 9123, 10718, 8741, 10555, 8612, 10538, 10106, 10705, 10596, 10644, 10555, 10652, 13298, 10547, 13444, 9763, 11215, 9680, 11053, 12224, 11246, 12052, 10767, 12505, 10343, 10998, 10120, 9258, 9194, 9472, 9057, 10611, 8660, 10498, 8873, 10453, 10118, 10201, 11613, 10457, 11770, 10268, 10546, 9673, 9275, 9367, 10906, 9210, 10743, 8817, 10975, 11207, 10804, 13238, 10937, 12159, 10745, 11260, 10184, 9571, 9444, 9038, 9514, 10907, 8694, 10517, 12549, 10696, 11032, 10470, 10073, 10410, 9350, 10084, 9467, 9685, 9170, 9836, 11002, 8663, 10879, 13367, 10700, 11845, 10513, 11816, 10698, 10593, 9731, 9446, 9528, 11215, 9022, 10713, 8930, 10735, 11095, 10669, 11635, 10674, 10800, 10120, 9360, 9503, 11318, 9549, 10833, 11816, 11087, 12147, 10795, 11976, 10689, 10975, 10504, 9904, 9736, 9418, 9603, 11156, 8532, 10910, 9609, 10840, 10887, 11156, 11444, 11314, 11100, 11321, 9951, 11408, 11374, 11398, 12491, 10845, 12193, 11110, 12181, 12162, 12255, 11494, 11921, 10442, 11468, 9702, 10999, 12457, 10699, 12324, 10741, 12271, 11575, 12015, 10689, 12085, 9893, 11501, 9328, 11247, 10977, 11481, 10809, 11662, 10973, 11341, 12563, 10887, 12289, 11212, 12363, 11544, 12209, 11175, 11511, 12289, 11493, 12279, 11353, 12281, 11770, 12250, 11088, 12197, 9535, 12193, 10294, 11857, 9879, 11542, 12593, 11341, 12303, 10652, 12488, 10352, 12338, 11737, 12331, 10916, 11898, 10855, 10589, 10247, 11960, 11309, 11897, 11285, 11645, 11712, 11700, 10810, 11921, 10515, 11656, 10258, 11495, 9905, 11654, 10132, 11900, 10229, 12013, 9662, 11781, 10167, 11625, 11866, 11752, 12067, 11852, 12491, 11500, 12561, 11410, 11287, 11152, 9453, 10905, 9029, 11076, 9944, 10945, 11232, 10441, 9065, 10670, 8918, 10188, 10389, 10413, 11039, 9942, 11609, 9348, 11452, 11851, 11537, 11718, 11378, 11567, 11245, 10416, 10987, 9594, 10754, 8878, 10432, 8925, 10004, 11108, 10130, 11618, 9835, 11718, 10208, 11671, 12700, 11564, 12475, 11416, 12167, 11353, 11475, 11114, 9226, 10467, 8965, 9994, 11609, 10084, 11759, 9962, 11575, 8972, 11430, 10958, 11133, 11748, 11359, 11786, 11348, 10994, 10686, 9119, 10290, 11702, 10479, 11579, 9369, 11609, 11576, 11237, 11139, 11185, 10834, 10748, 8831, 10010, 8935, 10188, 11037, 10226, 11576, 8971, 11369, 12669, 11156, 12122, 11484, 11728, 10780, 9822, 9918, 9370, 10372, 11869, 9788, 11521, 9553, 11568, 12228, 11282, 11624, 11211, 10340, 10907, 9745, 10510, 9213, 9908, 9128, 9989, 11272, 9241, 11274, 9239, 11245, 9248, 12717, 12422, 11859, 12198, 12116, 11530, 12058, 10461, 11852, 12549, 11204, 12391, 10094, 12027, 10634, 12199, 11680, 11860, 10925, 12159, 10632, 11766, 9957, 11628, 9829, 11724, 9516, 11384, 9937, 11248, 8982, 11104, 10425, 10791, 10270, 10735, 12252, 10268, 12128, 9467, 11810, 10132, 11939, 11552, 11325, 11764, 11246, 11203, 11439, 10839, 11244, 9686, 10836, 9132, 10061, 9160, 10395, 11673, 9316, 11592, 11909, 11531, 12434, 11389, 12006, 11202, 11530, 10523, 8940, 9874, 10595, 9781, 11266, 9109, 11206, 8610, 11175, 10207, 10920, 11092, 10996, 11601], 'WindowCenter': [4362.0, 4357.0, 4332.0, 4330.0, 4328.0, 4317.0, 4328.0, 4316.0, 4326.0, 4315.0, 4316.0, 4316.0, 4326.0, 4326.0, 4329.0, 4330.0, 4329.0, 4318.0, 4340.0, 4328.0, 4341.0, 4330.0, 4340.0, 4332.0, 4342.0, 4332.0, 4342.0, 4331.0, 4343.0, 4341.0, 4342.0, 4332.0, 4342.0, 4332.0, 4331.0, 4332.0, 4341.0, 4352.0, 4332.0, 4331.0, 4332.0, 4320.0, 4331.0, 4331.0, 4333.0, 4331.0, 4331.0, 4331.0, 4331.0, 4342.0, 4330.0, 4331.0, 4330.0, 4350.0, 4331.0, 4340.0, 4330.0, 4340.0, 4350.0, 4341.0, 4329.0, 4339.0, 4328.0, 4339.0, 4339.0, 4342.0, 4341.0, 4341.0, 4340.0, 4341.0, 4341.0, 4354.0, 4353.0, 4352.0, 4352.0, 4341.0, 4340.0, 4342.0, 4361.0, 4352.0, 4351.0, 4340.0, 4349.0, 4339.0, 4339.0, 4340.0, 4348.0, 4339.0, 4339.0, 4329.0, 4327.0, 4340.0, 4339.0, 4339.0, 4339.0, 4340.0, 4330.0, 4340.0, 4330.0, 4351.0, 4351.0, 4350.0, 4342.0, 4340.0, 4339.0, 4339.0, 4349.0, 4340.0, 4348.0, 4338.0, 4339.0, 4338.0, 4326.0, 4327.0, 4337.0, 4352.0, 4340.0, 4338.0, 4338.0, 4338.0, 4329.0, 4338.0, 4328.0, 4338.0, 4339.0, 4328.0, 4317.0, 4329.0, 4317.0, 4327.0, 4319.0, 4328.0, 4319.0, 4328.0, 4327.0, 4328.0, 4339.0, 4329.0, 4339.0, 4319.0, 4342.0, 4319.0, 4340.0, 4330.0, 4339.0, 4350.0, 4341.0, 4331.0, 4341.0, 4340.0, 4340.0, 4340.0, 4340.0, 4350.0, 4341.0, 4349.0, 4340.0, 4349.0, 4339.0, 4340.0, 4339.0, 4326.0, 4338.0, 4329.0, 4339.0, 4348.0, 4339.0, 4330.0, 4339.0, 4319.0, 4338.0, 4320.0, 4341.0, 4331.0, 4342.0, 4331.0, 4352.0, 4342.0, 4352.0, 4362.0, 4352.0, 4362.0, 4341.0, 4351.0, 4339.0, 4340.0, 4327.0, 4329.0, 4326.0, 4317.0, 4328.0, 4317.0, 4317.0, 4318.0, 4328.0, 4318.0, 4329.0, 4330.0, 4331.0, 4331.0, 4331.0, 4341.0, 4329.0, 4341.0, 4330.0, 4340.0, 4329.0, 4352.0, 4342.0, 4350.0, 4339.0, 4340.0, 4338.0, 4338.0, 4326.0, 4339.0, 4328.0, 4349.0, 4331.0, 4340.0, 4340.0, 4349.0, 4340.0, 4350.0, 4330.0, 4339.0, 4330.0, 4339.0, 4341.0, 4338.0, 4330.0, 4338.0, 4348.0, 4339.0, 4349.0, 4338.0, 4338.0, 4327.0, 4336.0, 4327.0, 4339.0, 4329.0, 4350.0, 4329.0, 4351.0, 4342.0, 4350.0, 4339.0, 4351.0, 4349.0, 4351.0, 4340.0, 4351.0, 4341.0, 4340.0, 4340.0, 4340.0, 4339.0, 4339.0, 4330.0, 4339.0, 4319.0, 4339.0, 4320.0, 4340.0, 4330.0, 4340.0, 4330.0, 4339.0, 4339.0, 4339.0, 4350.0, 4340.0, 4350.0, 4339.0, 4349.0, 4329.0, 4340.0, 4349.0, 4350.0, 4338.0, 4338.0, 4338.0, 4338.0, 4337.0, 4338.0, 4329.0, 4349.0, 4319.0, 4339.0, 4328.0, 4340.0, 4331.0, 4349.0, 4340.0, 4340.0, 4329.0, 4340.0, 4319.0, 4340.0, 4331.0, 4340.0, 4341.0, 4340.0, 4330.0, 4339.0, 4349.0, 4339.0, 4351.0, 4339.0, 4348.0, 4328.0, 4338.0, 4338.0, 4340.0, 4337.0, 4340.0, 4339.0, 4350.0, 4328.0, 4339.0, 4329.0, 4349.0, 4329.0, 4350.0, 4330.0, 4350.0, 4340.0, 4351.0, 4350.0, 4351.0, 4340.0, 4350.0, 4339.0, 4350.0, 4349.0, 4350.0, 4350.0, 4350.0, 4350.0, 4350.0, 4349.0, 4350.0, 4351.0, 4350.0, 4340.0, 4337.0, 4338.0, 4337.0, 4347.0, 4339.0, 4338.0, 4338.0, 4328.0, 4349.0, 4328.0, 4350.0, 4329.0, 4348.0, 4339.0, 4348.0, 4328.0, 4338.0, 4328.0, 4338.0, 4328.0, 4338.0, 4338.0, 4338.0, 4327.0, 4350.0, 4340.0, 4343.0, 4342.0, 4327.0, 4325.0, 4326.0, 4325.0, 4325.0, 4316.0, 4325.0, 4316.0, 4326.0, 4327.0, 4340.0, 4339.0, 4338.0, 4328.0, 4328.0, 4318.0, 4328.0, 4320.0, 4331.0, 4330.0, 4340.0, 4330.0, 4329.0, 4329.0, 4330.0, 4339.0, 4339.0, 4339.0, 4338.0, 4338.0, 4338.0, 4338.0, 4338.0, 4328.0, 4329.0, 4328.0, 4318.0, 4318.0, 4329.0, 4330.0, 4341.0, 4319.0, 4340.0, 4331.0, 4341.0, 4339.0, 4339.0, 4329.0, 4329.0, 4340.0, 4330.0, 4320.0, 4330.0, 4318.0, 4330.0, 4340.0, 4320.0, 4342.0, 4341.0, 4341.0, 4341.0, 4342.0, 4351.0, 4339.0, 4340.0, 4340.0, 4341.0, 4341.0, 4351.0, 4329.0, 4319.0, 4328.0, 4339.0, 4318.0, 4339.0, 4320.0, 4340.0, 4321.0, 4342.0, 4330.0, 4342.0, 4340.0, 4343.0, 4340.0, 4329.0, 4319.0, 4329.0, 4339.0, 4320.0, 4342.0, 4330.0, 4340.0, 4340.0, 4329.0, 4329.0, 4329.0, 4319.0, 4330.0, 4331.0, 4330.0, 4340.0, 4321.0, 4352.0, 4323.0, 4342.0, 4341.0, 4341.0, 4341.0, 4342.0, 4341.0, 4341.0, 4362.0, 4341.0, 4361.0, 4330.0, 4340.0, 4329.0, 4339.0, 4349.0, 4338.0, 4349.0, 4338.0, 4349.0, 4328.0, 4338.0, 4328.0, 4319.0, 4330.0, 4329.0, 4320.0, 4340.0, 4320.0, 4342.0, 4330.0, 4342.0, 4340.0, 4341.0, 4351.0, 4343.0, 4350.0, 4340.0, 4340.0, 4329.0, 4330.0, 4330.0, 4342.0, 4330.0, 4340.0, 4320.0, 4340.0, 4351.0, 4340.0, 4361.0, 4341.0, 4350.0, 4339.0, 4339.0, 4328.0, 4328.0, 4328.0, 4319.0, 4328.0, 4339.0, 4320.0, 4339.0, 4350.0, 4339.0, 4340.0, 4339.0, 4330.0, 4341.0, 4329.0, 4340.0, 4331.0, 4330.0, 4330.0, 4331.0, 4340.0, 4319.0, 4340.0, 4360.0, 4340.0, 4349.0, 4339.0, 4349.0, 4339.0, 4339.0, 4330.0, 4332.0, 4329.0, 4339.0, 4319.0, 4339.0, 4319.0, 4337.0, 4339.0, 4341.0, 4350.0, 4341.0, 4340.0, 4330.0, 4329.0, 4331.0, 4339.0, 4329.0, 4352.0, 4349.0, 4339.0, 4351.0, 4340.0, 4349.0, 4339.0, 4339.0, 4339.0, 4331.0, 4329.0, 4329.0, 4327.0, 4340.0, 4319.0, 4341.0, 4330.0, 4340.0, 4339.0, 4350.0, 4352.0, 4366.0, 4353.0, 4340.0, 4330.0, 4351.0, 4352.0, 4339.0, 4349.0, 4339.0, 4349.0, 4338.0, 4347.0, 4337.0, 4348.0, 4338.0, 4337.0, 4328.0, 4339.0, 4317.0, 4339.0, 4349.0, 4340.0, 4350.0, 4340.0, 4349.0, 4338.0, 4349.0, 4329.0, 4349.0, 4328.0, 4338.0, 4319.0, 4339.0, 4341.0, 4340.0, 4340.0, 4337.0, 4328.0, 4337.0, 4347.0, 4328.0, 4349.0, 4339.0, 4350.0, 4351.0, 4350.0, 4339.0, 4339.0, 4349.0, 4339.0, 4337.0, 4326.0, 4335.0, 4324.0, 4335.0, 4324.0, 4336.0, 4317.0, 4337.0, 4316.0, 4336.0, 4317.0, 4326.0, 4336.0, 4326.0, 4336.0, 4327.0, 4337.0, 4327.0, 4346.0, 4337.0, 4347.0, 4327.0, 4338.0, 4328.0, 4328.0, 4327.0, 4338.0, 4338.0, 4339.0, 4339.0, 4340.0, 4339.0, 4339.0, 4327.0, 4338.0, 4327.0, 4338.0, 4328.0, 4340.0, 4330.0, 4351.0, 4341.0, 4351.0, 4341.0, 4363.0, 4345.0, 4363.0, 4342.0, 4364.0, 4363.0, 4352.0, 4351.0, 4351.0, 4362.0, 4351.0, 4350.0, 4351.0, 4339.0, 4339.0, 4329.0, 4340.0, 4330.0, 4352.0, 4342.0, 4352.0, 4352.0, 4353.0, 4332.0, 4341.0, 4332.0, 4341.0, 4342.0, 4342.0, 4343.0, 4343.0, 4350.0, 4330.0, 4350.0, 4351.0, 4351.0, 4349.0, 4339.0, 4339.0, 4340.0, 4340.0, 4341.0, 4330.0, 4340.0, 4331.0, 4341.0, 4334.0, 4342.0, 4354.0, 4341.0, 4353.0, 4342.0, 4350.0, 4329.0, 4339.0, 4349.0, 4339.0, 4349.0, 4339.0, 4350.0, 4340.0, 4338.0, 4338.0, 4318.0, 4338.0, 4319.0, 4329.0, 4350.0, 4329.0, 4350.0, 4331.0, 4349.0, 4320.0, 4339.0, 4338.0, 4339.0, 4348.0, 4340.0, 4350.0, 4340.0, 4339.0, 4339.0, 4319.0, 4328.0, 4349.0, 4329.0, 4339.0, 4318.0, 4338.0, 4338.0, 4338.0, 4338.0, 4338.0, 4339.0, 4339.0, 4319.0, 4330.0, 4319.0, 4329.0, 4339.0, 4329.0, 4349.0, 4319.0, 4349.0, 4349.0, 4339.0, 4349.0, 4350.0, 4351.0, 4339.0, 4330.0, 4328.0, 4318.0, 4328.0, 4348.0, 4327.0, 4337.0, 4316.0, 4337.0, 4337.0, 4338.0, 4338.0, 4337.0, 4327.0, 4338.0, 4317.0, 4328.0, 4318.0, 4327.0, 4318.0, 4328.0, 4338.0, 4319.0, 4339.0, 4319.0, 4351.0, 4330.0, 4386.0, 4363.0, 4362.0, 4350.0, 4351.0, 4363.0, 4348.0, 4327.0, 4352.0, 4360.0, 4340.0, 4349.0, 4327.0, 4336.0, 4326.0, 4337.0, 4338.0, 4339.0, 4338.0, 4348.0, 4327.0, 4337.0, 4327.0, 4339.0, 4328.0, 4350.0, 4327.0, 4351.0, 4331.0, 4352.0, 4331.0, 4351.0, 4341.0, 4340.0, 4340.0, 4352.0, 4362.0, 4342.0, 4351.0, 4330.0, 4350.0, 4340.0, 4349.0, 4337.0, 4339.0, 4349.0, 4339.0, 4339.0, 4339.0, 4339.0, 4338.0, 4330.0, 4339.0, 4330.0, 4329.0, 4331.0, 4330.0, 4349.0, 4330.0, 4350.0, 4349.0, 4339.0, 4350.0, 4340.0, 4349.0, 4341.0, 4338.0, 4326.0, 4319.0, 4329.0, 4338.0, 4328.0, 4339.0, 4321.0, 4339.0, 4319.0, 4350.0, 4340.0, 4341.0, 4350.0, 4341.0, 4350.0], 'WindowWidth': [9637.0, 9616.0, 9574.0, 9565.0, 9559.0, 9541.0, 9556.0, 9536.0, 9549.0, 9534.0, 9536.0, 9536.0, 9551.0, 9552.0, 9559.0, 9562.0, 9560.0, 9545.0, 9576.0, 9561.0, 9580.0, 9565.0, 9580.0, 9570.0, 9584.0, 9569.0, 9584.0, 9568.0, 9586.0, 9581.0, 9582.0, 9571.0, 9583.0, 9570.0, 9569.0, 9569.0, 9582.0, 9597.0, 9571.0, 9567.0, 9568.0, 9552.0, 9566.0, 9567.0, 9571.0, 9568.0, 9569.0, 9567.0, 9567.0, 9584.0, 9567.0, 9569.0, 9568.0, 9593.0, 9567.0, 9578.0, 9565.0, 9577.0, 9591.0, 9579.0, 9563.0, 9574.0, 9558.0, 9575.0, 9577.0, 9586.0, 9582.0, 9581.0, 9580.0, 9583.0, 9581.0, 9604.0, 9601.0, 9598.0, 9598.0, 9581.0, 9579.0, 9584.0, 9609.0, 9596.0, 9595.0, 9576.0, 9587.0, 9575.0, 9574.0, 9578.0, 9586.0, 9574.0, 9575.0, 9560.0, 9556.0, 9577.0, 9576.0, 9576.0, 9577.0, 9578.0, 9566.0, 9579.0, 9564.0, 9595.0, 9594.0, 9592.0, 9582.0, 9577.0, 9574.0, 9575.0, 9587.0, 9578.0, 9586.0, 9572.0, 9573.0, 9570.0, 9553.0, 9555.0, 9569.0, 9597.0, 9579.0, 9572.0, 9572.0, 9572.0, 9560.0, 9572.0, 9558.0, 9573.0, 9573.0, 9558.0, 9542.0, 9559.0, 9542.0, 9556.0, 9546.0, 9557.0, 9546.0, 9559.0, 9556.0, 9558.0, 9574.0, 9561.0, 9575.0, 9549.0, 9587.0, 9550.0, 9578.0, 9564.0, 9576.0, 9592.0, 9581.0, 9567.0, 9580.0, 9578.0, 9578.0, 9576.0, 9579.0, 9590.0, 9580.0, 9589.0, 9578.0, 9586.0, 9573.0, 9577.0, 9574.0, 9554.0, 9572.0, 9562.0, 9576.0, 9586.0, 9575.0, 9564.0, 9575.0, 9548.0, 9573.0, 9551.0, 9582.0, 9568.0, 9585.0, 9567.0, 9598.0, 9584.0, 9598.0, 9612.0, 9597.0, 9609.0, 9578.0, 9592.0, 9575.0, 9575.0, 9555.0, 9558.0, 9552.0, 9540.0, 9556.0, 9540.0, 9543.0, 9544.0, 9559.0, 9546.0, 9563.0, 9565.0, 9568.0, 9567.0, 9568.0, 9580.0, 9563.0, 9581.0, 9563.0, 9577.0, 9561.0, 9597.0, 9586.0, 9590.0, 9573.0, 9574.0, 9569.0, 9570.0, 9554.0, 9572.0, 9558.0, 9588.0, 9565.0, 9577.0, 9577.0, 9589.0, 9575.0, 9590.0, 9563.0, 9576.0, 9563.0, 9574.0, 9578.0, 9571.0, 9560.0, 9570.0, 9583.0, 9573.0, 9585.0, 9570.0, 9571.0, 9556.0, 9567.0, 9554.0, 9573.0, 9563.0, 9590.0, 9563.0, 9592.0, 9582.0, 9591.0, 9576.0, 9595.0, 9589.0, 9593.0, 9579.0, 9592.0, 9578.0, 9577.0, 9576.0, 9577.0, 9574.0, 9573.0, 9562.0, 9573.0, 9546.0, 9574.0, 9551.0, 9579.0, 9565.0, 9578.0, 9564.0, 9575.0, 9573.0, 9575.0, 9589.0, 9576.0, 9591.0, 9576.0, 9586.0, 9560.0, 9577.0, 9587.0, 9589.0, 9571.0, 9571.0, 9571.0, 9571.0, 9568.0, 9572.0, 9561.0, 9588.0, 9548.0, 9574.0, 9559.0, 9577.0, 9567.0, 9589.0, 9577.0, 9577.0, 9562.0, 9577.0, 9549.0, 9577.0, 9568.0, 9577.0, 9579.0, 9577.0, 9565.0, 9574.0, 9588.0, 9574.0, 9592.0, 9573.0, 9584.0, 9556.0, 9570.0, 9570.0, 9574.0, 9569.0, 9574.0, 9576.0, 9589.0, 9559.0, 9575.0, 9560.0, 9587.0, 9561.0, 9591.0, 9563.0, 9592.0, 9577.0, 9595.0, 9591.0, 9592.0, 9577.0, 9590.0, 9573.0, 9591.0, 9589.0, 9590.0, 9591.0, 9590.0, 9590.0, 9590.0, 9588.0, 9590.0, 9592.0, 9589.0, 9576.0, 9570.0, 9570.0, 9568.0, 9581.0, 9573.0, 9570.0, 9571.0, 9559.0, 9587.0, 9559.0, 9589.0, 9560.0, 9586.0, 9573.0, 9584.0, 9558.0, 9571.0, 9558.0, 9571.0, 9558.0, 9570.0, 9569.0, 9569.0, 9555.0, 9592.0, 9580.0, 9586.0, 9586.0, 9555.0, 9548.0, 9550.0, 9547.0, 9549.0, 9536.0, 9550.0, 9539.0, 9554.0, 9556.0, 9576.0, 9573.0, 9572.0, 9558.0, 9558.0, 9543.0, 9559.0, 9550.0, 9565.0, 9564.0, 9577.0, 9564.0, 9563.0, 9562.0, 9563.0, 9574.0, 9572.0, 9575.0, 9571.0, 9570.0, 9571.0, 9570.0, 9569.0, 9558.0, 9560.0, 9557.0, 9545.0, 9547.0, 9560.0, 9564.0, 9578.0, 9549.0, 9576.0, 9567.0, 9578.0, 9576.0, 9574.0, 9561.0, 9563.0, 9577.0, 9564.0, 9550.0, 9565.0, 9547.0, 9564.0, 9576.0, 9552.0, 9583.0, 9580.0, 9580.0, 9583.0, 9585.0, 9595.0, 9577.0, 9578.0, 9578.0, 9580.0, 9581.0, 9594.0, 9561.0, 9547.0, 9558.0, 9573.0, 9545.0, 9574.0, 9548.0, 9576.0, 9555.0, 9582.0, 9565.0, 9583.0, 9577.0, 9586.0, 9578.0, 9562.0, 9548.0, 9561.0, 9575.0, 9550.0, 9582.0, 9567.0, 9579.0, 9577.0, 9562.0, 9562.0, 9562.0, 9548.0, 9563.0, 9565.0, 9565.0, 9579.0, 9554.0, 9598.0, 9559.0, 9583.0, 9581.0, 9581.0, 9581.0, 9584.0, 9582.0, 9582.0, 9609.0, 9581.0, 9606.0, 9565.0, 9577.0, 9560.0, 9574.0, 9588.0, 9573.0, 9588.0, 9571.0, 9587.0, 9558.0, 9572.0, 9560.0, 9547.0, 9563.0, 9562.0, 9551.0, 9580.0, 9553.0, 9582.0, 9565.0, 9583.0, 9580.0, 9582.0, 9594.0, 9587.0, 9593.0, 9579.0, 9578.0, 9563.0, 9564.0, 9565.0, 9583.0, 9566.0, 9579.0, 9550.0, 9578.0, 9593.0, 9577.0, 9606.0, 9581.0, 9592.0, 9575.0, 9574.0, 9560.0, 9560.0, 9559.0, 9547.0, 9560.0, 9574.0, 9551.0, 9576.0, 9590.0, 9576.0, 9578.0, 9574.0, 9562.0, 9578.0, 9563.0, 9578.0, 9569.0, 9565.0, 9565.0, 9568.0, 9577.0, 9549.0, 9578.0, 9604.0, 9576.0, 9590.0, 9574.0, 9589.0, 9575.0, 9576.0, 9564.0, 9569.0, 9560.0, 9575.0, 9548.0, 9573.0, 9546.0, 9571.0, 9574.0, 9580.0, 9590.0, 9580.0, 9578.0, 9565.0, 9561.0, 9567.0, 9576.0, 9562.0, 9597.0, 9591.0, 9576.0, 9594.0, 9579.0, 9589.0, 9576.0, 9575.0, 9576.0, 9566.0, 9562.0, 9562.0, 9558.0, 9576.0, 9550.0, 9581.0, 9564.0, 9577.0, 9577.0, 9593.0, 9596.0, 9625.0, 9600.0, 9578.0, 9565.0, 9595.0, 9596.0, 9574.0, 9587.0, 9572.0, 9586.0, 9571.0, 9582.0, 9569.0, 9583.0, 9569.0, 9569.0, 9556.0, 9573.0, 9542.0, 9572.0, 9587.0, 9578.0, 9589.0, 9575.0, 9587.0, 9571.0, 9585.0, 9559.0, 9586.0, 9558.0, 9572.0, 9548.0, 9573.0, 9579.0, 9576.0, 9576.0, 9567.0, 9554.0, 9567.0, 9581.0, 9556.0, 9588.0, 9576.0, 9590.0, 9592.0, 9591.0, 9575.0, 9574.0, 9586.0, 9571.0, 9568.0, 9550.0, 9561.0, 9546.0, 9560.0, 9546.0, 9564.0, 9539.0, 9567.0, 9538.0, 9565.0, 9538.0, 9550.0, 9563.0, 9549.0, 9563.0, 9551.0, 9566.0, 9553.0, 9580.0, 9568.0, 9580.0, 9554.0, 9569.0, 9556.0, 9557.0, 9555.0, 9569.0, 9570.0, 9573.0, 9572.0, 9576.0, 9573.0, 9573.0, 9553.0, 9568.0, 9552.0, 9570.0, 9557.0, 9577.0, 9563.0, 9593.0, 9580.0, 9594.0, 9581.0, 9613.0, 9594.0, 9614.0, 9585.0, 9618.0, 9616.0, 9598.0, 9593.0, 9593.0, 9610.0, 9592.0, 9589.0, 9591.0, 9574.0, 9574.0, 9561.0, 9579.0, 9567.0, 9597.0, 9585.0, 9598.0, 9598.0, 9601.0, 9571.0, 9582.0, 9571.0, 9582.0, 9585.0, 9583.0, 9584.0, 9587.0, 9592.0, 9563.0, 9592.0, 9594.0, 9593.0, 9587.0, 9575.0, 9576.0, 9577.0, 9579.0, 9581.0, 9566.0, 9580.0, 9567.0, 9582.0, 9574.0, 9585.0, 9601.0, 9583.0, 9598.0, 9583.0, 9591.0, 9563.0, 9576.0, 9590.0, 9574.0, 9588.0, 9576.0, 9590.0, 9577.0, 9573.0, 9573.0, 9545.0, 9573.0, 9548.0, 9562.0, 9590.0, 9563.0, 9591.0, 9565.0, 9589.0, 9552.0, 9575.0, 9571.0, 9573.0, 9587.0, 9578.0, 9592.0, 9577.0, 9577.0, 9575.0, 9548.0, 9560.0, 9587.0, 9561.0, 9574.0, 9546.0, 9572.0, 9572.0, 9573.0, 9571.0, 9572.0, 9575.0, 9575.0, 9548.0, 9564.0, 9548.0, 9561.0, 9575.0, 9560.0, 9589.0, 9548.0, 9588.0, 9588.0, 9573.0, 9589.0, 9590.0, 9593.0, 9576.0, 9562.0, 9560.0, 9547.0, 9557.0, 9585.0, 9555.0, 9569.0, 9541.0, 9569.0, 9570.0, 9572.0, 9572.0, 9569.0, 9556.0, 9571.0, 9543.0, 9557.0, 9544.0, 9556.0, 9545.0, 9559.0, 9572.0, 9548.0, 9575.0, 9548.0, 9592.0, 9565.0, 9654.0, 9615.0, 9613.0, 9593.0, 9593.0, 9616.0, 9584.0, 9554.0, 9597.0, 9603.0, 9577.0, 9584.0, 9553.0, 9566.0, 9551.0, 9566.0, 9569.0, 9573.0, 9571.0, 9583.0, 9554.0, 9569.0, 9556.0, 9573.0, 9559.0, 9590.0, 9558.0, 9592.0, 9566.0, 9597.0, 9568.0, 9595.0, 9581.0, 9579.0, 9578.0, 9598.0, 9611.0, 9584.0, 9592.0, 9563.0, 9590.0, 9581.0, 9589.0, 9572.0, 9575.0, 9588.0, 9575.0, 9575.0, 9574.0, 9575.0, 9572.0, 9563.0, 9576.0, 9564.0, 9563.0, 9567.0, 9564.0, 9589.0, 9564.0, 9590.0, 9587.0, 9575.0, 9591.0, 9577.0, 9587.0, 9578.0, 9572.0, 9554.0, 9548.0, 9562.0, 9572.0, 9559.0, 9575.0, 9553.0, 9575.0, 9550.0, 9591.0, 9580.0, 9580.0, 9592.0, 9581.0, 9591.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.00029771084337349395</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015506734063526836</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.56973153037277</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1665536199561404</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9921310352412261</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4695</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5774.0654</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0622241857086236</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.21905805038335158</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.602342654531438</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.555317484531029</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8172031146508254</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.43450736441246</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00552805</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011518159881234169</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018784675747156143</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.731337635970212</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>32.8493</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6785</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.944</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301764.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>884.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.6095</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9519</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.4854</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3510.6089</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3751.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74780.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1057.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4635.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.2628</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.941104164812714</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> |