=== 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-0126 --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-0126",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0126_ses-01_task-social_acq-mb8_run-04_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-0126_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-04_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-0126/ses-01/func/sub-0126_ses-01_task-social_acq-mb8_run-04_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>b9f0a9773ada3d1fc5b277798e2a12d9</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:37:12.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_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998815, 0.0352021, 0.0336033, -0.0355776, 0.99931, 0.0106416]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_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.105239</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4217, -7807, -7223, 0, -118, -141, -44, 121]</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>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>289.95</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>60780b92-cd19-4669-98d2-b1141cc247e7||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797478199005127, -0.09545208513736725, 0.08965486288070679, 118.63660430908203], [-0.09444472938776016, 2.6810762882232666, 0.03192627429962158, -78.93059539794922], [0.09015516936779022, -0.02855071611702442, 2.698322296142578, -78.11164855957031], [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, 872]</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], 'AcquisitionTime': ['193712.842500', '193713.302500', '193713.762500', '193714.222500', '193714.682500', '193715.142500', '193715.602500', '193716.062500', '193716.522500', '193716.982500', '193717.442500', '193717.902500', '193718.362500', '193718.822500', '193719.282500', '193719.742500', '193720.202500', '193720.662500', '193721.122500', '193721.582500', '193722.042500', '193722.502500', '193722.962500', '193723.422500', '193723.882500', '193724.342500', '193724.802500', '193725.262500', '193725.722500', '193726.182500', '193726.642500', '193727.102500', '193727.562500', '193728.022500', '193728.482500', '193728.942500', '193729.402500', '193729.862500', '193730.322500', '193730.782500', '193731.242500', '193731.702500', '193732.162500', '193732.622500', '193733.082500', '193733.542500', '193734.002500', '193734.462500', '193734.922500', '193735.382500', '193735.842500', '193736.302500', '193736.762500', '193737.222500', '193737.682500', '193738.142500', '193738.602500', '193739.062500', '193739.522500', '193739.982500', '193740.442500', '193740.902500', '193741.362500', '193741.822500', '193742.282500', '193742.742500', '193743.202500', '193743.662500', '193744.122500', '193744.582500', '193745.042500', '193745.502500', '193745.962500', '193746.422500', '193746.882500', '193747.342500', '193747.802500', '193748.262500', '193748.722500', '193749.182500', '193749.642500', '193750.102500', '193750.562500', '193751.022500', '193751.482500', '193751.942500', '193752.402500', '193752.862500', '193753.322500', '193753.782500', '193754.242500', '193754.702500', '193755.162500', '193755.622500', '193756.082500', '193756.542500', '193757.002500', '193757.462500', '193757.922500', '193758.382500', '193758.842500', '193759.302500', '193759.762500', '193800.222500', '193800.682500', '193801.142500', '193801.602500', '193802.062500', '193802.522500', '193802.982500', '193803.442500', '193803.902500', '193804.362500', '193804.822500', '193805.282500', '193805.742500', '193806.202500', '193806.662500', '193807.122500', '193807.582500', '193808.042500', '193808.502500', '193808.962500', '193809.422500', '193809.882500', '193810.342500', '193810.802500', '193811.262500', '193811.722500', '193812.182500', '193812.642500', '193813.102500', '193813.562500', '193814.022500', '193814.482500', '193814.942500', '193815.402500', '193815.862500', '193816.322500', '193816.782500', '193817.242500', '193817.702500', '193818.162500', '193818.622500', '193819.082500', '193819.542500', '193820.002500', '193820.462500', '193820.922500', '193821.382500', '193821.842500', '193822.302500', '193822.762500', '193823.222500', '193823.682500', '193824.142500', '193824.602500', '193825.062500', '193825.522500', '193825.982500', '193826.442500', '193826.902500', '193827.362500', '193827.822500', '193828.282500', '193828.742500', '193829.202500', '193829.662500', '193830.122500', '193830.582500', '193831.042500', '193831.502500', '193831.962500', '193832.422500', '193832.882500', '193833.342500', '193833.802500', '193834.262500', '193834.722500', '193835.182500', '193835.642500', '193836.102500', '193836.562500', '193837.022500', '193837.482500', '193837.942500', '193838.402500', '193838.862500', '193839.322500', '193839.782500', '193840.242500', '193840.702500', '193841.162500', '193841.622500', '193842.082500', '193842.542500', '193843.002500', '193843.462500', '193843.922500', '193844.382500', '193844.842500', '193845.302500', '193845.762500', '193846.222500', '193846.682500', '193847.142500', '193847.602500', '193848.062500', '193848.522500', '193848.982500', '193849.442500', '193849.902500', '193850.362500', '193850.822500', '193851.282500', '193851.742500', '193852.202500', '193852.662500', '193853.122500', '193853.582500', '193854.042500', '193854.502500', '193854.962500', '193855.422500', '193855.882500', '193856.342500', '193856.802500', '193857.262500', '193857.722500', '193858.182500', '193858.642500', '193859.102500', '193859.562500', '193900.022500', '193900.482500', '193900.942500', '193901.402500', '193901.862500', '193902.322500', '193902.782500', '193903.242500', '193903.702500', '193904.162500', '193904.622500', '193905.082500', '193905.542500', '193906.002500', '193906.462500', '193906.922500', '193907.382500', '193907.842500', '193908.302500', '193908.762500', '193909.222500', '193909.682500', '193910.142500', '193910.602500', '193911.062500', '193911.522500', '193911.982500', '193912.442500', '193912.902500', '193913.362500', '193913.822500', '193914.282500', '193914.742500', '193915.202500', '193915.662500', '193916.122500', '193916.582500', '193917.042500', '193917.502500', '193917.962500', '193918.422500', '193918.882500', '193919.342500', '193919.802500', '193920.262500', '193920.722500', '193921.182500', '193921.642500', '193922.102500', '193922.562500', '193923.022500', '193923.482500', '193923.942500', '193924.402500', '193924.862500', '193925.322500', '193925.782500', '193926.242500', '193926.702500', '193927.162500', '193927.622500', '193928.082500', '193928.542500', '193929.002500', '193929.462500', '193929.922500', '193930.382500', '193930.842500', '193931.302500', '193931.762500', '193932.222500', '193932.682500', '193933.142500', '193933.602500', '193934.062500', '193934.522500', '193934.982500', '193935.442500', '193935.902500', '193936.362500', '193936.822500', '193937.282500', '193937.742500', '193938.202500', '193938.662500', '193939.122500', '193939.582500', '193940.042500', '193940.502500', '193940.962500', '193941.422500', '193941.882500', '193942.342500', '193942.802500', '193943.262500', '193943.722500', '193944.182500', '193944.642500', '193945.102500', '193945.562500', '193946.022500', '193946.482500', '193946.942500', '193947.402500', '193947.862500', '193948.322500', '193948.782500', '193949.242500', '193949.702500', '193950.162500', '193950.622500', '193951.082500', '193951.542500', '193952.002500', '193952.462500', '193952.922500', '193953.382500', '193953.842500', '193954.302500', '193954.762500', '193955.222500', '193955.682500', '193956.142500', '193956.602500', '193957.062500', '193957.522500', '193957.982500', '193958.442500', '193958.902500', '193959.362500', '193959.822500', '194000.282500', '194000.742500', '194001.202500', '194001.662500', '194002.122500', '194002.582500', '194003.042500', '194003.502500', '194003.962500', '194004.422500', '194004.882500', '194005.342500', '194005.802500', '194006.262500', '194006.722500', '194007.182500', '194007.642500', '194008.102500', '194008.562500', '194009.022500', '194009.482500', '194009.942500', '194010.402500', '194010.862500', '194011.322500', '194011.782500', '194012.242500', '194012.702500', '194013.162500', '194013.622500', '194014.082500', '194014.542500', '194015.002500', '194015.462500', '194015.922500', '194016.382500', '194016.842500', '194017.302500', '194017.762500', '194018.222500', '194018.682500', '194019.142500', '194019.602500', '194020.062500', '194020.522500', '194020.982500', '194021.442500', '194021.902500', '194022.362500', '194022.822500', '194023.282500', '194023.742500', '194024.202500', '194024.662500', '194025.122500', '194025.582500', '194026.042500', '194026.502500', '194026.962500', '194027.422500', '194027.882500', '194028.342500', '194028.802500', '194029.262500', '194029.722500', '194030.182500', '194030.642500', '194031.102500', '194031.562500', '194032.022500', '194032.482500', '194032.942500', '194033.402500', '194033.862500', '194034.322500', '194034.782500', '194035.242500', '194035.702500', '194036.162500', '194036.622500', '194037.082500', '194037.542500', '194038.002500', '194038.462500', '194038.922500', '194039.382500', '194039.842500', '194040.302500', '194040.762500', '194041.222500', '194041.682500', '194042.142500', '194042.602500', '194043.062500', '194043.522500', '194043.982500', '194044.442500', '194044.902500', '194045.362500', '194045.822500', '194046.282500', '194046.742500', '194047.202500', '194047.662500', '194048.122500', '194048.582500', '194049.042500', '194049.502500', '194049.962500', '194050.422500', '194050.882500', '194051.342500', '194051.802500', '194052.262500', '194052.722500', '194053.182500', '194053.642500', '194054.102500', '194054.562500', '194055.022500', '194055.482500', '194055.942500', '194056.402500', '194056.862500', '194057.322500', '194057.782500', '194058.242500', '194058.702500', '194059.162500', '194059.622500', '194100.082500', '194100.542500', '194101.002500', '194101.462500', '194101.922500', '194102.382500', '194102.842500', '194103.302500', '194103.762500', '194104.222500', '194104.682500', '194105.142500', '194105.602500', '194106.062500', '194106.522500', '194106.982500', '194107.442500', '194107.902500', '194108.362500', '194108.822500', '194109.282500', '194109.742500', '194110.202500', '194110.662500', '194111.122500', '194111.582500', '194112.042500', '194112.502500', '194112.962500', '194113.422500', '194113.882500', '194114.342500', '194114.802500', '194115.262500', '194115.722500', '194116.182500', '194116.642500', '194117.102500', '194117.562500', '194118.022500', '194118.482500', '194118.942500', '194119.402500', '194119.862500', '194120.322500', '194120.782500', '194121.242500', '194121.702500', '194122.162500', '194122.622500', '194123.082500', '194123.542500', '194124.002500', '194124.462500', '194124.922500', '194125.382500', '194125.842500', '194126.302500', '194126.762500', '194127.222500', '194127.682500', '194128.142500', '194128.602500', '194129.062500', '194129.522500', '194129.982500', '194130.442500', '194130.902500', '194131.362500', '194131.822500', '194132.282500', '194132.742500', '194133.202500', '194133.662500', '194134.122500', '194134.582500', '194135.042500', '194135.502500', '194135.962500', '194136.422500', '194136.882500', '194137.342500', '194137.802500', '194138.262500', '194138.722500', '194139.182500', '194139.642500', '194140.102500', '194140.562500', '194141.022500', '194141.482500', '194141.942500', '194142.402500', '194142.862500', '194143.322500', '194143.782500', '194144.242500', '194144.702500', '194145.162500', '194145.622500', '194146.082500', '194146.542500', '194147.002500', '194147.462500', '194147.922500', '194148.382500', '194148.842500', '194149.302500', '194149.762500', '194150.222500', '194150.682500', '194151.142500', '194151.602500', '194152.062500', '194152.522500', '194152.982500', '194153.442500', '194153.902500', '194154.362500', '194154.822500', '194155.282500', '194155.742500', '194156.202500', '194156.662500', '194157.122500', '194157.582500', '194158.042500', '194158.502500', '194158.962500', '194159.422500', '194159.882500', '194200.342500', '194200.802500', '194201.262500', '194201.722500', '194202.182500', '194202.642500', '194203.102500', '194203.562500', '194204.022500', '194204.482500', '194204.942500', '194205.402500', '194205.862500', '194206.322500', '194206.782500', '194207.242500', '194207.702500', '194208.162500', '194208.622500', '194209.082500', '194209.542500', '194210.002500', '194210.462500', '194210.922500', '194211.382500', '194211.842500', '194212.302500', '194212.762500', '194213.222500', '194213.682500', '194214.142500', '194214.602500', '194215.062500', '194215.522500', '194215.982500', '194216.442500', '194216.902500', '194217.362500', '194217.822500', '194218.282500', '194218.742500', '194219.202500', '194219.662500', '194220.122500', '194220.582500', '194221.042500', '194221.502500', '194221.962500', '194222.422500', '194222.882500', '194223.342500', '194223.802500', '194224.262500', '194224.722500', '194225.182500', '194225.642500', '194226.102500', '194226.562500', '194227.022500', '194227.482500', '194227.942500', '194228.402500', '194228.862500', '194229.322500', '194229.782500', '194230.242500', '194230.702500', '194231.162500', '194231.622500', '194232.082500', '194232.542500', '194233.002500', '194233.462500', '194233.922500', '194234.382500', '194234.842500', '194235.302500', '194235.762500', '194236.222500', '194236.682500', '194237.142500', '194237.602500', '194238.062500', '194238.522500', '194238.982500', '194239.442500', '194239.902500', '194240.362500', '194240.822500', '194241.282500', '194241.742500', '194242.202500', '194242.662500', '194243.122500', '194243.582500', '194244.042500', '194244.502500', '194244.962500', '194245.422500', '194245.882500', '194246.342500', '194246.802500', '194247.262500', '194247.722500', '194248.182500', '194248.642500', '194249.102500', '194249.562500', '194250.022500', '194250.482500', '194250.942500', '194251.402500', '194251.862500', '194252.322500', '194252.782500', '194253.242500', '194253.702500', '194254.162500', '194254.622500', '194255.082500', '194255.542500', '194256.002500', '194256.462500', '194256.922500', '194257.382500', '194257.842500', '194258.302500', '194258.762500', '194259.222500', '194259.682500', '194300.142500', '194300.602500', '194301.062500', '194301.522500', '194301.982500', '194302.442500', '194302.902500', '194303.362500', '194303.822500', '194304.282500', '194304.742500', '194305.202500', '194305.662500', '194306.122500', '194306.582500', '194307.042500', '194307.502500', '194307.962500', '194308.422500', '194308.882500', '194309.342500', '194309.802500', '194310.262500', '194310.722500', '194311.182500', '194311.642500', '194312.102500', '194312.562500', '194313.022500', '194313.482500', '194313.942500', '194314.402500', '194314.862500', '194315.322500', '194315.782500', '194316.242500', '194316.702500', '194317.162500', '194317.622500', '194318.082500', '194318.542500', '194319.002500', '194319.462500', '194319.922500', '194320.382500', '194320.842500', '194321.302500', '194321.762500', '194322.222500', '194322.682500', '194323.142500', '194323.602500', '194324.062500', '194324.522500', '194324.982500', '194325.442500', '194325.902500', '194326.362500', '194326.822500', '194327.282500', '194327.742500', '194328.202500', '194328.662500', '194329.122500', '194329.582500', '194330.042500', '194330.502500', '194330.962500', '194331.422500', '194331.882500', '194332.342500', '194332.802500', '194333.262500', '194333.722500', '194334.182500', '194334.642500', '194335.102500', '194335.562500', '194336.022500', '194336.482500', '194336.942500', '194337.402500', '194337.862500', '194338.322500', '194338.782500', '194339.242500', '194339.702500', '194340.162500', '194340.622500', '194341.082500', '194341.542500', '194342.002500', '194342.462500', '194342.922500', '194343.382500', '194343.842500', '194344.302500', '194344.762500', '194345.222500', '194345.682500', '194346.142500', '194346.602500', '194347.062500', '194347.522500', '194347.982500', '194348.442500', '194348.902500', '194349.362500', '194349.822500', '194350.282500', '194350.742500', '194351.202500', '194351.662500', '194352.122500', '194352.582500', '194353.042500', '194353.502500'], 'ContentTime': ['193742.832000', '193742.835000', '193742.838000', '193742.840000', '193742.843000', '193742.845000', '193742.848000', '193742.851000', '193742.853000', '193742.856000', '193742.868000', '193742.870000', '193742.873000', '193742.875000', '193742.878000', '193742.880000', '193742.883000', '193742.886000', '193742.888000', '193742.891000', '193742.893000', '193742.896000', '193742.906000', '193742.909000', '193742.911000', '193742.914000', '193742.916000', '193742.919000', '193742.922000', '193742.924000', '193742.927000', '193742.929000', '193742.932000', '193742.934000', '193742.937000', '193742.940000', '193742.942000', '193742.945000', '193742.947000', '193742.950000', '193742.952000', '193742.965000', '193742.967000', '193742.970000', '193742.973000', '193742.975000', '193742.978000', '193742.980000', '193742.983000', '193742.985000', '193742.988000', '193742.990000', '193743.001000', '193743.003000', '193743.006000', '193743.009000', '193743.011000', '193743.014000', '193743.016000', '193743.019000', '193743.021000', '193743.024000', '193802.794000', '193802.796000', '193802.799000', '193802.802000', '193802.805000', '193802.807000', '193802.810000', '193802.812000', '193802.815000', '193802.818000', '193802.820000', '193802.823000', '193802.825000', '193802.828000', '193802.830000', '193802.833000', '193802.836000', '193802.838000', '193802.841000', '193802.843000', '193802.846000', '193802.848000', '193802.851000', '193802.854000', '193802.856000', '193802.859000', '193802.861000', '193802.864000', '193802.866000', '193802.869000', '193802.871000', '193802.874000', '193802.877000', '193802.879000', '193802.882000', '193802.884000', '193802.887000', '193802.889000', '193802.892000', '193802.895000', '193802.898000', '193802.901000', '193802.904000', '193822.795000', '193822.797000', '193822.800000', '193822.803000', '193822.805000', '193822.808000', '193822.810000', '193822.813000', '193822.815000', '193822.818000', '193822.821000', '193822.823000', '193822.826000', '193822.828000', '193822.831000', '193822.833000', '193822.836000', '193822.839000', '193822.841000', '193822.844000', '193822.846000', '193822.849000', '193822.851000', '193822.854000', '193822.856000', '193822.859000', '193822.862000', '193822.864000', '193822.867000', '193822.869000', '193822.872000', '193822.875000', '193822.877000', '193822.880000', '193822.882000', '193822.885000', '193822.888000', '193822.890000', '193822.893000', '193822.895000', '193822.898000', '193822.900000', '193822.903000', '193822.906000', '193842.794000', '193842.797000', '193842.800000', '193842.802000', '193842.805000', '193842.808000', '193842.811000', '193842.814000', '193842.816000', '193842.819000', '193842.822000', '193842.824000', '193842.827000', '193842.829000', '193842.832000', '193842.835000', '193842.837000', '193842.840000', '193842.842000', '193842.845000', '193842.848000', '193842.850000', '193842.853000', '193842.856000', '193842.858000', '193842.861000', '193842.863000', '193842.866000', '193842.868000', '193842.871000', '193842.874000', '193842.876000', '193842.879000', '193842.881000', '193842.884000', '193842.887000', '193842.889000', '193842.892000', '193842.895000', '193842.897000', '193842.900000', '193842.902000', '193842.905000', '193902.795000', '193902.798000', '193902.800000', '193902.803000', '193902.805000', '193902.808000', '193902.811000', '193902.813000', '193902.816000', '193902.818000', '193902.821000', '193902.823000', '193902.826000', '193902.829000', '193902.831000', '193902.834000', '193902.836000', '193902.839000', '193902.841000', '193902.844000', '193902.847000', '193902.849000', '193902.852000', '193902.855000', '193902.857000', '193902.860000', '193902.862000', '193902.865000', '193902.867000', '193902.870000', '193902.873000', '193902.875000', '193902.878000', '193902.880000', '193902.883000', '193902.886000', '193902.888000', '193902.891000', '193902.893000', '193902.896000', '193902.899000', '193902.901000', '193902.904000', '193902.906000', '193922.794000', '193922.797000', '193922.800000', '193922.802000', '193922.805000', '193922.808000', '193922.810000', '193922.813000', '193922.815000', '193922.818000', '193922.820000', '193922.823000', '193922.826000', '193922.828000', '193922.831000', '193922.834000', '193922.836000', '193922.839000', '193922.854000', '193922.856000', '193922.859000', '193922.862000', '193922.864000', '193922.867000', '193922.869000', '193922.872000', '193922.874000', '193922.877000', '193922.879000', '193922.882000', '193922.885000', '193922.895000', '193922.899000', '193922.901000', '193922.904000', '193922.911000', '193922.914000', '193922.917000', '193922.919000', '193922.922000', '193922.924000', '193922.927000', '193922.930000', '193942.794000', '193942.797000', '193942.800000', '193942.803000', '193942.805000', '193942.808000', '193942.810000', '193942.813000', '193942.816000', '193942.818000', '193942.821000', '193942.824000', '193942.827000', '193942.829000', '193942.832000', '193942.834000', '193942.837000', '193942.840000', '193942.843000', '193942.845000', '193942.848000', '193942.850000', '193942.853000', '193942.856000', '193942.858000', '193942.861000', '193942.863000', '193942.866000', '193942.868000', '193942.871000', '193942.874000', '193942.876000', '193942.879000', '193942.882000', '193942.884000', '193942.887000', '193942.889000', '193942.892000', '193942.895000', '193942.897000', '193942.900000', '193942.902000', '193942.905000', '193942.908000', '194002.794000', '194002.797000', '194002.800000', '194002.802000', '194002.805000', '194002.808000', '194002.810000', '194002.813000', '194002.816000', '194002.818000', '194002.821000', '194002.823000', '194002.826000', '194002.828000', '194002.831000', '194002.834000', '194002.836000', '194002.839000', '194002.841000', '194002.844000', '194002.847000', '194002.849000', '194002.852000', '194002.854000', '194002.857000', '194002.860000', '194002.862000', '194002.865000', '194002.867000', '194002.870000', '194002.872000', '194002.875000', '194002.878000', '194002.880000', '194002.883000', '194002.885000', '194002.888000', '194002.891000', '194002.893000', '194002.896000', '194002.898000', '194002.901000', '194002.904000', '194022.793000', '194022.796000', '194022.799000', '194022.802000', '194022.804000', '194022.807000', '194022.810000', '194022.812000', '194022.815000', '194022.819000', '194022.821000', '194022.824000', '194022.827000', '194022.829000', '194022.832000', '194022.834000', '194022.837000', '194022.840000', '194022.842000', '194022.845000', '194022.848000', '194022.850000', '194022.853000', '194022.855000', '194022.858000', '194022.861000', '194022.863000', '194022.866000', '194022.869000', '194022.871000', '194022.874000', '194022.876000', '194022.879000', '194022.882000', '194022.884000', '194022.887000', '194022.889000', '194022.892000', '194022.895000', '194022.897000', '194022.900000', '194022.902000', '194022.905000', '194022.908000', '194042.795000', '194042.798000', '194042.800000', '194042.803000', '194042.805000', '194042.808000', '194042.810000', '194042.813000', '194042.816000', '194042.818000', '194042.821000', '194042.824000', '194042.826000', '194042.829000', '194042.831000', '194042.834000', '194042.837000', '194042.840000', '194042.842000', '194042.845000', '194042.856000', '194042.859000', '194042.862000', '194042.864000', '194042.867000', '194042.869000', '194042.872000', '194042.875000', '194042.877000', '194042.880000', '194042.882000', '194042.885000', '194042.888000', '194042.890000', '194042.893000', '194042.895000', '194042.898000', '194042.901000', '194042.903000', '194042.906000', '194042.908000', '194042.911000', '194042.913000', '194102.806000', '194102.809000', '194102.811000', '194102.814000', '194102.817000', '194102.819000', '194102.822000', '194102.825000', '194102.827000', '194102.830000', '194102.832000', '194102.835000', '194102.837000', '194102.840000', '194102.843000', '194102.845000', '194102.848000', '194102.851000', '194102.853000', '194102.856000', '194102.858000', '194102.861000', '194102.863000', '194102.866000', '194102.869000', '194102.871000', '194102.874000', '194102.876000', '194102.879000', '194102.882000', '194102.884000', '194102.887000', '194102.889000', '194102.892000', '194102.895000', '194102.906000', '194102.909000', '194102.911000', '194102.914000', '194102.916000', '194102.919000', '194102.922000', '194102.924000', '194102.927000', '194122.795000', '194122.798000', '194122.800000', '194122.803000', '194122.806000', '194122.809000', '194122.811000', '194122.814000', '194122.816000', '194122.819000', '194122.822000', '194122.824000', '194122.827000', '194122.829000', '194122.832000', '194122.835000', '194122.837000', '194122.840000', '194122.843000', '194122.845000', '194122.848000', '194122.850000', '194122.853000', '194122.856000', '194122.858000', '194122.861000', '194122.863000', '194122.866000', '194122.869000', '194122.871000', '194122.874000', '194122.876000', '194122.879000', '194122.882000', '194122.884000', '194122.887000', '194122.890000', '194122.892000', '194122.895000', '194122.898000', '194122.900000', '194122.903000', '194122.905000', '194142.795000', '194142.799000', '194142.801000', '194142.804000', '194142.807000', '194142.809000', '194142.812000', '194142.814000', '194142.817000', '194142.820000', '194142.822000', '194142.825000', '194142.828000', '194142.830000', '194142.833000', '194142.835000', '194142.838000', '194142.841000', '194142.843000', '194142.846000', '194142.848000', '194142.851000', '194142.854000', '194142.857000', '194142.860000', '194142.862000', '194142.865000', '194142.868000', '194142.870000', '194142.873000', '194142.876000', '194142.878000', '194142.881000', '194142.883000', '194142.886000', '194142.889000', '194142.891000', '194142.894000', '194142.896000', '194142.899000', '194142.901000', '194142.904000', '194142.907000', '194202.795000', '194202.797000', '194202.800000', '194202.803000', '194202.805000', '194202.808000', '194202.810000', '194202.813000', '194202.815000', '194202.818000', '194202.821000', '194202.823000', '194202.826000', '194202.828000', '194202.831000', '194202.834000', '194202.836000', '194202.839000', '194202.841000', '194202.844000', '194202.846000', '194202.849000', '194202.852000', '194202.854000', '194202.857000', '194202.859000', '194202.862000', '194202.869000', '194202.872000', '194202.874000', '194202.877000', '194202.879000', '194202.882000', '194202.885000', '194202.887000', '194202.890000', '194202.892000', '194202.895000', '194202.897000', '194202.900000', '194202.903000', '194202.906000', '194202.908000', '194202.911000', '194222.794000', '194222.797000', '194222.800000', '194222.802000', '194222.805000', '194222.808000', '194222.810000', '194222.813000', '194222.816000', '194222.818000', '194222.821000', '194222.823000', '194222.826000', '194222.829000', '194222.831000', '194222.834000', '194222.837000', '194222.839000', '194222.842000', '194222.844000', '194222.847000', '194222.850000', '194222.852000', '194222.855000', '194222.858000', '194222.901000', '194222.903000', '194222.906000', '194222.909000', '194222.911000', '194222.914000', '194222.916000', '194222.919000', '194222.921000', '194222.924000', '194222.927000', '194222.929000', '194222.932000', '194222.934000', '194222.937000', '194222.940000', '194222.942000', '194222.945000', '194242.795000', '194242.797000', '194242.800000', '194242.803000', '194242.805000', '194242.808000', '194242.811000', '194242.813000', '194242.816000', '194242.818000', '194242.821000', '194242.824000', '194242.826000', '194242.829000', '194242.831000', '194242.834000', '194242.837000', '194242.839000', '194242.842000', '194242.844000', '194242.847000', '194242.850000', '194242.852000', '194242.855000', '194242.858000', '194242.860000', '194242.863000', '194242.866000', '194242.868000', '194242.871000', '194242.874000', '194242.877000', '194242.879000', '194242.882000', '194242.885000', '194242.887000', '194242.890000', '194242.893000', '194242.895000', '194242.898000', '194242.900000', '194242.903000', '194242.906000', '194242.908000', '194302.795000', '194302.797000', '194302.800000', '194302.803000', '194302.805000', '194302.808000', '194302.811000', '194302.814000', '194302.816000', '194302.819000', '194302.822000', '194302.824000', '194302.827000', '194302.830000', '194302.832000', '194302.835000', '194302.839000', '194302.841000', '194302.844000', '194302.847000', '194302.849000', '194302.852000', '194302.855000', '194302.857000', '194302.860000', '194302.863000', '194302.865000', '194302.868000', '194302.870000', '194302.873000', '194302.875000', '194302.878000', '194302.881000', '194302.883000', '194302.886000', '194302.888000', '194302.898000', '194302.901000', '194302.903000', '194302.906000', '194302.908000', '194302.911000', '194302.914000', '194322.795000', '194322.798000', '194322.800000', '194322.803000', '194322.806000', '194322.808000', '194322.811000', '194322.814000', '194322.817000', '194322.820000', '194322.822000', '194322.825000', '194322.828000', '194322.831000', '194322.833000', '194322.836000', '194322.839000', '194322.842000', '194322.845000', '194322.847000', '194322.850000', '194322.853000', '194322.855000', '194322.858000', '194322.861000', '194322.863000', '194322.866000', '194322.869000', '194322.871000', '194322.874000', '194322.876000', '194322.879000', '194322.881000', '194322.884000', '194322.887000', '194322.889000', '194322.892000', '194322.894000', '194322.897000', '194322.900000', '194322.902000', '194322.911000', '194322.914000', '194322.917000', '194342.794000', '194342.797000', '194342.800000', '194342.802000', '194342.805000', '194342.808000', '194342.810000', '194342.813000', '194342.815000', '194342.818000', '194342.821000', '194342.823000', '194342.826000', '194342.828000', '194342.831000', '194342.834000', '194342.836000', '194342.839000', '194342.841000', '194342.844000', '194342.846000', '194342.849000', '194342.852000', '194342.854000', '194342.857000', '194342.859000', '194342.862000', '194342.864000', '194342.867000', '194342.870000', '194342.872000', '194342.875000', '194342.877000', '194342.880000', '194342.883000', '194342.886000', '194342.921000', '194342.924000', '194342.927000', '194342.929000', '194342.932000', '194342.934000', '194342.937000', '194342.939000', '194355.261000', '194355.265000', '194355.267000', '194355.270000', '194355.273000', '194355.276000', '194355.278000', '194355.281000', '194355.284000', '194355.286000', '194355.289000', '194355.292000', '194355.295000', '194355.298000', '194355.300000', '194355.303000', '194355.306000', '194355.309000', '194355.312000', '194355.314000', '194355.317000', '194355.320000', '194355.322000', '194355.326000', '194355.330000', '194355.333000', '194355.336000'], 'InstanceCreationTime': ['193742.832000', '193742.835000', '193742.838000', '193742.840000', '193742.843000', '193742.845000', '193742.848000', '193742.851000', '193742.853000', '193742.856000', '193742.868000', '193742.870000', '193742.873000', '193742.875000', '193742.878000', '193742.880000', '193742.883000', '193742.886000', '193742.888000', '193742.891000', '193742.893000', '193742.896000', '193742.906000', '193742.909000', '193742.911000', '193742.914000', '193742.916000', '193742.919000', '193742.922000', '193742.924000', '193742.927000', '193742.929000', '193742.932000', '193742.934000', '193742.937000', '193742.940000', '193742.942000', '193742.945000', '193742.947000', '193742.950000', '193742.952000', '193742.965000', '193742.967000', '193742.970000', '193742.973000', '193742.975000', '193742.978000', '193742.980000', '193742.983000', '193742.985000', '193742.988000', '193742.990000', '193743.001000', '193743.003000', '193743.006000', '193743.009000', '193743.011000', '193743.014000', '193743.016000', '193743.019000', '193743.021000', '193743.024000', '193802.794000', '193802.796000', '193802.799000', '193802.802000', '193802.805000', '193802.807000', '193802.810000', '193802.812000', '193802.815000', '193802.818000', '193802.820000', '193802.823000', '193802.825000', '193802.828000', '193802.830000', '193802.833000', '193802.836000', '193802.838000', '193802.841000', '193802.843000', '193802.846000', '193802.848000', '193802.851000', '193802.854000', '193802.856000', '193802.859000', '193802.861000', '193802.864000', '193802.866000', '193802.869000', '193802.871000', '193802.874000', '193802.877000', '193802.879000', '193802.882000', '193802.884000', '193802.887000', '193802.889000', '193802.892000', '193802.895000', '193802.898000', '193802.901000', '193802.904000', '193822.795000', '193822.797000', '193822.800000', '193822.803000', '193822.805000', '193822.808000', '193822.810000', '193822.813000', '193822.815000', '193822.818000', '193822.821000', '193822.823000', '193822.826000', '193822.828000', '193822.831000', '193822.833000', '193822.836000', '193822.839000', '193822.841000', '193822.844000', '193822.846000', '193822.849000', '193822.851000', '193822.854000', '193822.856000', '193822.859000', '193822.862000', '193822.864000', '193822.867000', '193822.869000', '193822.872000', '193822.875000', '193822.877000', '193822.880000', '193822.882000', '193822.885000', '193822.888000', '193822.890000', '193822.893000', '193822.895000', '193822.898000', '193822.900000', '193822.903000', '193822.906000', '193842.794000', '193842.797000', '193842.800000', '193842.802000', '193842.805000', '193842.808000', '193842.811000', '193842.814000', '193842.816000', '193842.819000', '193842.822000', '193842.824000', '193842.827000', '193842.829000', '193842.832000', '193842.835000', '193842.837000', '193842.840000', '193842.842000', '193842.845000', '193842.848000', '193842.850000', '193842.853000', '193842.856000', '193842.858000', '193842.861000', '193842.863000', '193842.866000', '193842.868000', '193842.871000', '193842.874000', '193842.876000', '193842.879000', '193842.881000', '193842.884000', '193842.887000', '193842.889000', '193842.892000', '193842.895000', '193842.897000', '193842.900000', '193842.902000', '193842.905000', '193902.795000', '193902.798000', '193902.800000', '193902.803000', '193902.805000', '193902.808000', '193902.811000', '193902.813000', '193902.816000', '193902.818000', '193902.821000', '193902.823000', '193902.826000', '193902.829000', '193902.831000', '193902.834000', '193902.836000', '193902.839000', '193902.841000', '193902.844000', '193902.847000', '193902.849000', '193902.852000', '193902.855000', '193902.857000', '193902.860000', '193902.862000', '193902.865000', '193902.867000', '193902.870000', '193902.873000', '193902.875000', '193902.878000', '193902.880000', '193902.883000', '193902.886000', '193902.888000', '193902.891000', '193902.893000', '193902.896000', '193902.899000', '193902.901000', '193902.904000', '193902.906000', '193922.794000', '193922.797000', '193922.800000', '193922.802000', '193922.805000', '193922.808000', '193922.810000', '193922.813000', '193922.815000', '193922.818000', '193922.820000', '193922.823000', '193922.826000', '193922.828000', '193922.831000', '193922.834000', '193922.836000', '193922.839000', '193922.854000', '193922.856000', '193922.859000', '193922.862000', '193922.864000', '193922.867000', '193922.869000', '193922.872000', '193922.874000', '193922.877000', '193922.879000', '193922.882000', '193922.885000', '193922.895000', '193922.899000', '193922.901000', '193922.904000', '193922.911000', '193922.914000', '193922.917000', '193922.919000', '193922.922000', '193922.924000', '193922.927000', '193922.930000', '193942.794000', '193942.797000', '193942.800000', '193942.803000', '193942.805000', '193942.808000', '193942.810000', '193942.813000', '193942.816000', '193942.818000', '193942.821000', '193942.824000', '193942.827000', '193942.829000', '193942.832000', '193942.834000', '193942.837000', '193942.840000', '193942.843000', '193942.845000', '193942.848000', '193942.850000', '193942.853000', '193942.856000', '193942.858000', '193942.861000', '193942.863000', '193942.866000', '193942.868000', '193942.871000', '193942.874000', '193942.876000', '193942.879000', '193942.882000', '193942.884000', '193942.887000', '193942.889000', '193942.892000', '193942.895000', '193942.897000', '193942.900000', '193942.902000', '193942.905000', '193942.908000', '194002.794000', '194002.797000', '194002.800000', '194002.802000', '194002.805000', '194002.808000', '194002.810000', '194002.813000', '194002.816000', '194002.818000', '194002.821000', '194002.823000', '194002.826000', '194002.828000', '194002.831000', '194002.834000', '194002.836000', '194002.839000', '194002.841000', '194002.844000', '194002.847000', '194002.849000', '194002.852000', '194002.854000', '194002.857000', '194002.860000', '194002.862000', '194002.865000', '194002.867000', '194002.870000', '194002.872000', '194002.875000', '194002.878000', '194002.880000', '194002.883000', '194002.885000', '194002.888000', '194002.891000', '194002.893000', '194002.896000', '194002.898000', '194002.901000', '194002.904000', '194022.793000', '194022.796000', '194022.799000', '194022.802000', '194022.804000', '194022.807000', '194022.810000', '194022.812000', '194022.815000', '194022.819000', '194022.821000', '194022.824000', '194022.827000', '194022.829000', '194022.832000', '194022.834000', '194022.837000', '194022.840000', '194022.842000', '194022.845000', '194022.848000', '194022.850000', '194022.853000', '194022.855000', '194022.858000', '194022.861000', '194022.863000', '194022.866000', '194022.869000', '194022.871000', '194022.874000', '194022.876000', '194022.879000', '194022.882000', '194022.884000', '194022.887000', '194022.889000', '194022.892000', '194022.895000', '194022.897000', '194022.900000', '194022.902000', '194022.905000', '194022.908000', '194042.795000', '194042.798000', '194042.800000', '194042.803000', '194042.805000', '194042.808000', '194042.810000', '194042.813000', '194042.816000', '194042.818000', '194042.821000', '194042.824000', '194042.826000', '194042.829000', '194042.831000', '194042.834000', '194042.837000', '194042.840000', '194042.842000', '194042.845000', '194042.856000', '194042.859000', '194042.862000', '194042.864000', '194042.867000', '194042.869000', '194042.872000', '194042.875000', '194042.877000', '194042.880000', '194042.882000', '194042.885000', '194042.888000', '194042.890000', '194042.893000', '194042.895000', '194042.898000', '194042.901000', '194042.903000', '194042.906000', '194042.908000', '194042.911000', '194042.913000', '194102.806000', '194102.809000', '194102.811000', '194102.814000', '194102.817000', '194102.819000', '194102.822000', '194102.825000', '194102.827000', '194102.830000', '194102.832000', '194102.835000', '194102.837000', '194102.840000', '194102.843000', '194102.845000', '194102.848000', '194102.851000', '194102.853000', '194102.856000', '194102.858000', '194102.861000', '194102.863000', '194102.866000', '194102.869000', '194102.871000', '194102.874000', '194102.876000', '194102.879000', '194102.882000', '194102.884000', '194102.887000', '194102.889000', '194102.892000', '194102.895000', '194102.906000', '194102.909000', '194102.911000', '194102.914000', '194102.916000', '194102.919000', '194102.922000', '194102.924000', '194102.927000', '194122.795000', '194122.798000', '194122.800000', '194122.803000', '194122.806000', '194122.809000', '194122.811000', '194122.814000', '194122.816000', '194122.819000', '194122.822000', '194122.824000', '194122.827000', '194122.829000', '194122.832000', '194122.835000', '194122.837000', '194122.840000', '194122.843000', '194122.845000', '194122.848000', '194122.850000', '194122.853000', '194122.856000', '194122.858000', '194122.861000', '194122.863000', '194122.866000', '194122.869000', '194122.871000', '194122.874000', '194122.876000', '194122.879000', '194122.882000', '194122.884000', '194122.887000', '194122.890000', '194122.892000', '194122.895000', '194122.898000', '194122.900000', '194122.903000', '194122.905000', '194142.795000', '194142.799000', '194142.801000', '194142.804000', '194142.807000', '194142.809000', '194142.812000', '194142.814000', '194142.817000', '194142.820000', '194142.822000', '194142.825000', '194142.828000', '194142.830000', '194142.833000', '194142.835000', '194142.838000', '194142.841000', '194142.843000', '194142.846000', '194142.848000', '194142.851000', '194142.854000', '194142.857000', '194142.860000', '194142.862000', '194142.865000', '194142.868000', '194142.870000', '194142.873000', '194142.876000', '194142.878000', '194142.881000', '194142.883000', '194142.886000', '194142.889000', '194142.891000', '194142.894000', '194142.896000', '194142.899000', '194142.901000', '194142.904000', '194142.907000', '194202.795000', '194202.797000', '194202.800000', '194202.803000', '194202.805000', '194202.808000', '194202.810000', '194202.813000', '194202.815000', '194202.818000', '194202.821000', '194202.823000', '194202.826000', '194202.828000', '194202.831000', '194202.834000', '194202.836000', '194202.839000', '194202.841000', '194202.844000', '194202.846000', '194202.849000', '194202.852000', '194202.854000', '194202.857000', '194202.859000', '194202.862000', '194202.869000', '194202.872000', '194202.874000', '194202.877000', '194202.879000', '194202.882000', '194202.885000', '194202.887000', '194202.890000', '194202.892000', '194202.895000', '194202.897000', '194202.900000', '194202.903000', '194202.906000', '194202.908000', '194202.911000', '194222.794000', '194222.797000', '194222.800000', '194222.802000', '194222.805000', '194222.808000', '194222.810000', '194222.813000', '194222.816000', '194222.818000', '194222.821000', '194222.823000', '194222.826000', '194222.829000', '194222.831000', '194222.834000', '194222.837000', '194222.839000', '194222.842000', '194222.844000', '194222.847000', '194222.850000', '194222.852000', '194222.855000', '194222.858000', '194222.901000', '194222.903000', '194222.906000', '194222.909000', '194222.911000', '194222.914000', '194222.916000', '194222.919000', '194222.921000', '194222.924000', '194222.927000', '194222.929000', '194222.932000', '194222.934000', '194222.937000', '194222.940000', '194222.942000', '194222.945000', '194242.795000', '194242.797000', '194242.800000', '194242.803000', '194242.805000', '194242.808000', '194242.811000', '194242.813000', '194242.816000', '194242.818000', '194242.821000', '194242.824000', '194242.826000', '194242.829000', '194242.831000', '194242.834000', '194242.837000', '194242.839000', '194242.842000', '194242.844000', '194242.847000', '194242.850000', '194242.852000', '194242.855000', '194242.858000', '194242.860000', '194242.863000', '194242.866000', '194242.868000', '194242.871000', '194242.874000', '194242.877000', '194242.879000', '194242.882000', '194242.885000', '194242.887000', '194242.890000', '194242.893000', '194242.895000', '194242.898000', '194242.900000', '194242.903000', '194242.906000', '194242.908000', '194302.795000', '194302.797000', '194302.800000', '194302.803000', '194302.805000', '194302.808000', '194302.811000', '194302.814000', '194302.816000', '194302.819000', '194302.822000', '194302.824000', '194302.827000', '194302.830000', '194302.832000', '194302.835000', '194302.839000', '194302.841000', '194302.844000', '194302.847000', '194302.849000', '194302.852000', '194302.855000', '194302.857000', '194302.860000', '194302.863000', '194302.865000', '194302.868000', '194302.870000', '194302.873000', '194302.875000', '194302.878000', '194302.881000', '194302.883000', '194302.886000', '194302.888000', '194302.898000', '194302.901000', '194302.903000', '194302.906000', '194302.908000', '194302.911000', '194302.914000', '194322.795000', '194322.798000', '194322.800000', '194322.803000', '194322.806000', '194322.808000', '194322.811000', '194322.814000', '194322.817000', '194322.820000', '194322.822000', '194322.825000', '194322.828000', '194322.831000', '194322.833000', '194322.836000', '194322.839000', '194322.842000', '194322.845000', '194322.847000', '194322.850000', '194322.853000', '194322.855000', '194322.858000', '194322.861000', '194322.863000', '194322.866000', '194322.869000', '194322.871000', '194322.874000', '194322.876000', '194322.879000', '194322.881000', '194322.884000', '194322.887000', '194322.889000', '194322.892000', '194322.894000', '194322.897000', '194322.900000', '194322.902000', '194322.911000', '194322.914000', '194322.917000', '194342.794000', '194342.797000', '194342.800000', '194342.802000', '194342.805000', '194342.808000', '194342.810000', '194342.813000', '194342.815000', '194342.818000', '194342.821000', '194342.823000', '194342.826000', '194342.828000', '194342.831000', '194342.834000', '194342.836000', '194342.839000', '194342.841000', '194342.844000', '194342.846000', '194342.849000', '194342.852000', '194342.854000', '194342.857000', '194342.859000', '194342.862000', '194342.864000', '194342.867000', '194342.870000', '194342.872000', '194342.875000', '194342.877000', '194342.880000', '194342.883000', '194342.886000', '194342.921000', '194342.924000', '194342.927000', '194342.929000', '194342.932000', '194342.934000', '194342.937000', '194342.939000', '194355.261000', '194355.265000', '194355.267000', '194355.270000', '194355.273000', '194355.276000', '194355.278000', '194355.281000', '194355.284000', '194355.286000', '194355.289000', '194355.292000', '194355.295000', '194355.298000', '194355.300000', '194355.303000', '194355.306000', '194355.309000', '194355.312000', '194355.314000', '194355.317000', '194355.320000', '194355.322000', '194355.326000', '194355.330000', '194355.333000', '194355.336000'], '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], 'LargestImagePixelValue': [9764, 7837, 10746, 8400, 8456, 7979, 7604, 13207, 11181, 7344, 9024, 7249, 7635, 9037, 7094, 12583, 6979, 8343, 7921, 6832, 7715, 8099, 6967, 10321, 6635, 8062, 9068, 7482, 8546, 8051, 6802, 7553, 9473, 7402, 13272, 7845, 8896, 8217, 9008, 8889, 7353, 11525, 7212, 6662, 7649, 6775, 8368, 7231, 10277, 8173, 7483, 8449, 6615, 8531, 6812, 10129, 7236, 6195, 7188, 6408, 8263, 7246, 8481, 7306, 8672, 7671, 6459, 8157, 7171, 11543, 7606, 10889, 7272, 10653, 7552, 11622, 6862, 9989, 7286, 8926, 8012, 6731, 10370, 7641, 7689, 8609, 8867, 13369, 9399, 10279, 8550, 10170, 9867, 9142, 9306, 6911, 9624, 9360, 9729, 10890, 7330, 12549, 7690, 9203, 9361, 8153, 9149, 7407, 9022, 6970, 9082, 7333, 11293, 7272, 10059, 7035, 9268, 7417, 8167, 8060, 6582, 7210, 7036, 7795, 8862, 8306, 10562, 8041, 8532, 8941, 9330, 10259, 8298, 7448, 7723, 7421, 6993, 7749, 7305, 10830, 9353, 7611, 8220, 7238, 11769, 8919, 12839, 11561, 9273, 8030, 7189, 9608, 7635, 7596, 7399, 7213, 8035, 7883, 8170, 8094, 6942, 8987, 7250, 7592, 10025, 8865, 10459, 7286, 8660, 7767, 8436, 9150, 8449, 7972, 6956, 8128, 7159, 8346, 7696, 9701, 8608, 7993, 7738, 6563, 8382, 6863, 8712, 7428, 11531, 6952, 9377, 7061, 8724, 7056, 8511, 7432, 8273, 8490, 7187, 8053, 11902, 8795, 11533, 8760, 10403, 7420, 10266, 8001, 9596, 7515, 8791, 7354, 10228, 8303, 9475, 8156, 7677, 8679, 7062, 9970, 7979, 9146, 9545, 6947, 11331, 8622, 12186, 10699, 11987, 6990, 10525, 6923, 9448, 7102, 12283, 8121, 12915, 7134, 8092, 8239, 7991, 8657, 8270, 8879, 8194, 8866, 8504, 10306, 7817, 8828, 6271, 7698, 6622, 7998, 7101, 8650, 8046, 6785, 8434, 6555, 7706, 7005, 10821, 8707, 8476, 8028, 12676, 7422, 11875, 8792, 9768, 7885, 8955, 8410, 9400, 9583, 7110, 9345, 7230, 8640, 7718, 10780, 8360, 8717, 8677, 7440, 9096, 7839, 10633, 8343, 13304, 7249, 10595, 8653, 8957, 8320, 7202, 10742, 7355, 7221, 8826, 7350, 11563, 8153, 7929, 10013, 8023, 10193, 8182, 11986, 8871, 9032, 7981, 7602, 11537, 8951, 9433, 10052, 7765, 10197, 7813, 10950, 7155, 9731, 7453, 8066, 7612, 9121, 8059, 7777, 7545, 6695, 7507, 7140, 8424, 7716, 7732, 6918, 8787, 7036, 9010, 7408, 11983, 7598, 10557, 7372, 9209, 7724, 11241, 7920, 8133, 7767, 8469, 10307, 7218, 11654, 8807, 13059, 9116, 10672, 8039, 13324, 7701, 9081, 8440, 8410, 8608, 7074, 11587, 7426, 6337, 9007, 7312, 7450, 10191, 7920, 12324, 8484, 12776, 8247, 9795, 9213, 9348, 8051, 7830, 8749, 7722, 7636, 8900, 9747, 7859, 7241, 8402, 7393, 8933, 7922, 12845, 8430, 9100, 8543, 8005, 8751, 11711, 8623, 9975, 7804, 7323, 7849, 7037, 9008, 8362, 8507, 6617, 8159, 6403, 7599, 7014, 7884, 7798, 7082, 8498, 6944, 8878, 9676, 8456, 7645, 8634, 9295, 9116, 9193, 9662, 7276, 7616, 7225, 9219, 9384, 8931, 7920, 6828, 11621, 8111, 7590, 12194, 9870, 14928, 9655, 10400, 7986, 9176, 11155, 7888, 11371, 7899, 8937, 8311, 7529, 8448, 8663, 8654, 9552, 7799, 7435, 7883, 7769, 8530, 7964, 10498, 7829, 8299, 8713, 7585, 9310, 9220, 10315, 7534, 8084, 6664, 8094, 6690, 8772, 7485, 10542, 7177, 9274, 7374, 9089, 7478, 10670, 7294, 10264, 7574, 9751, 7771, 10649, 9287, 7836, 8768, 8166, 9129, 9521, 8636, 8235, 7518, 7282, 8248, 7477, 8436, 8084, 9044, 8390, 7311, 9115, 8692, 11566, 8789, 7352, 13351, 10414, 7948, 9171, 9682, 13962, 9363, 6906, 10106, 8068, 10366, 7405, 8678, 9040, 7486, 8620, 7715, 8755, 9578, 8393, 7997, 7211, 10287, 8825, 13139, 8927, 11455, 7488, 11230, 7840, 8890, 8627, 8733, 7692, 6919, 8166, 7097, 9851, 7307, 10251, 7454, 8316, 7992, 8548, 8252, 7161, 7837, 7960, 9530, 8221, 9601, 6929, 10542, 7484, 9450, 8336, 9224, 8261, 8844, 9490, 7489, 8483, 7265, 11030, 7582, 8901, 8015, 8293, 10639, 7841, 10447, 7512, 11384, 7655, 11158, 9031, 10533, 8120, 9350, 9401, 7530, 8616, 8156, 12326, 7748, 10712, 7875, 10896, 7706, 10131, 8147, 8617, 7832, 7008, 7823, 7330, 9605, 7973, 8198, 7233, 9212, 7582, 9100, 7580, 10150, 7750, 9316, 8084, 8562, 8119, 8187, 8133, 6438, 10726, 7488, 8044, 9431, 9153, 11463, 7830, 12347, 7612, 9681, 9243, 8573, 8170, 7104, 9055, 7704, 6983, 9443, 9576, 9334, 7605, 7635, 8012, 8304, 9794, 9474, 11775, 7612, 11954, 7598, 11375, 9278, 10712, 9356, 8044, 8266, 7417, 8746, 7911, 8250, 7579, 7100, 8514, 7720, 9442, 8015, 8020, 7509, 7233, 8294, 8827, 8781, 9048, 7308, 8139, 7746, 9237, 8396, 7318, 8225, 7671, 7680, 10962, 8993, 8623, 10907, 7638, 12980, 9417, 12213, 10188, 8609, 8781, 7382, 7836, 7674, 10229, 7721, 6919, 8301, 9678, 8963, 7145, 7848, 7294, 10489, 7355, 7197, 8096, 7642, 8373, 7339, 7446, 7513, 8573, 8973, 8928, 7965, 7011, 8873, 7535, 10546, 8219, 11141, 8634, 9092, 9476, 9371, 8727, 7255, 12559, 7566, 10859, 7731, 10323, 8070, 10928, 8345, 7434, 7678, 7258, 8518, 7801, 9164, 7203, 7208, 9496, 8113, 9394, 9565, 8153, 13205, 10484, 13439, 8798, 11850, 9712, 8571, 8007, 9499, 9356, 7580, 7500, 8012, 6631, 7916, 8762, 9366, 8118, 9193, 7404, 7662, 6846, 8330, 7076, 8544, 7368, 10955, 7422, 11544, 7252, 9926, 7422, 9951, 8881, 8562, 7850, 7743, 8144, 6901, 9235, 7745, 9572, 7556, 9621, 8184, 10156, 7857, 8469, 8631, 8780, 9212, 9512, 8460, 7131, 8538, 7796, 9917, 8590, 8356, 7886, 6984, 8664, 8052, 9652, 8800, 7086, 9800, 7453, 10975, 7985, 10339, 7789, 6881, 7959, 7905, 10209, 8163, 8443, 7666, 7121, 7938, 7740, 11345, 8465, 7568, 8464, 8924, 9062, 8637, 9371, 9356, 8158, 7110, 7985, 7560, 8360, 7583, 9387, 8141, 8017, 8647, 7749, 8282, 7077, 9480, 7105, 7375, 7210, 6966, 7804, 8245, 7680], 'WindowCenter': [3905.0, 3871.0, 3900.0, 3865.0, 3852.0, 3837.0, 3839.0, 3903.0, 3895.0, 3843.0, 3864.0, 3841.0, 3836.0, 3845.0, 3814.0, 3878.0, 3816.0, 3836.0, 3836.0, 3815.0, 3826.0, 3849.0, 3827.0, 3869.0, 3816.0, 3836.0, 3847.0, 3841.0, 3849.0, 3838.0, 3817.0, 3838.0, 3858.0, 3826.0, 3891.0, 3838.0, 3848.0, 3836.0, 3847.0, 3847.0, 3826.0, 3868.0, 3826.0, 3815.0, 3824.0, 3816.0, 3835.0, 3826.0, 3857.0, 3835.0, 3825.0, 3836.0, 3815.0, 3845.0, 3803.0, 3867.0, 3826.0, 3808.0, 3828.0, 3818.0, 3848.0, 3828.0, 3850.0, 3829.0, 3873.0, 3852.0, 3819.0, 3849.0, 3829.0, 3893.0, 3854.0, 3883.0, 3828.0, 3869.0, 3853.0, 3895.0, 3831.0, 3868.0, 3827.0, 3847.0, 3848.0, 3817.0, 3869.0, 3838.0, 3837.0, 3859.0, 3877.0, 3905.0, 3861.0, 3869.0, 3847.0, 3868.0, 3858.0, 3858.0, 3858.0, 3814.0, 3844.0, 3842.0, 3856.0, 3866.0, 3825.0, 3875.0, 3823.0, 3843.0, 3843.0, 3823.0, 3844.0, 3813.0, 3832.0, 3812.0, 3833.0, 3812.0, 3866.0, 3812.0, 3855.0, 3811.0, 3843.0, 3812.0, 3832.0, 3836.0, 3814.0, 3825.0, 3826.0, 3837.0, 3858.0, 3847.0, 3871.0, 3838.0, 3848.0, 3846.0, 3846.0, 3855.0, 3835.0, 3827.0, 3826.0, 3827.0, 3827.0, 3838.0, 3827.0, 3879.0, 3859.0, 3837.0, 3848.0, 3826.0, 3877.0, 3847.0, 3890.0, 3868.0, 3845.0, 3835.0, 3814.0, 3844.0, 3826.0, 3825.0, 3824.0, 3824.0, 3823.0, 3834.0, 3834.0, 3836.0, 3815.0, 3846.0, 3825.0, 3824.0, 3854.0, 3832.0, 3857.0, 3825.0, 3846.0, 3825.0, 3834.0, 3845.0, 3823.0, 3824.0, 3814.0, 3835.0, 3825.0, 3833.0, 3823.0, 3843.0, 3834.0, 3834.0, 3825.0, 3814.0, 3835.0, 3814.0, 3834.0, 3823.0, 3866.0, 3815.0, 3857.0, 3826.0, 3846.0, 3828.0, 3857.0, 3839.0, 3849.0, 3860.0, 3828.0, 3850.0, 3880.0, 3847.0, 3879.0, 3848.0, 3869.0, 3827.0, 3855.0, 3837.0, 3858.0, 3828.0, 3860.0, 3827.0, 3868.0, 3837.0, 3870.0, 3838.0, 3837.0, 3847.0, 3826.0, 3868.0, 3837.0, 3860.0, 3870.0, 3828.0, 3881.0, 3847.0, 3879.0, 3867.0, 3879.0, 3815.0, 3855.0, 3813.0, 3844.0, 3801.0, 3867.0, 3825.0, 3874.0, 3813.0, 3823.0, 3833.0, 3833.0, 3846.0, 3833.0, 3845.0, 3835.0, 3845.0, 3834.0, 3853.0, 3823.0, 3845.0, 3803.0, 3824.0, 3814.0, 3835.0, 3826.0, 3844.0, 3849.0, 3818.0, 3861.0, 3819.0, 3838.0, 3840.0, 3881.0, 3862.0, 3849.0, 3851.0, 3890.0, 3839.0, 3878.0, 3847.0, 3857.0, 3837.0, 3847.0, 3836.0, 3857.0, 3856.0, 3814.0, 3857.0, 3827.0, 3845.0, 3825.0, 3865.0, 3847.0, 3849.0, 3848.0, 3827.0, 3846.0, 3824.0, 3855.0, 3847.0, 3890.0, 3824.0, 3865.0, 3846.0, 3845.0, 3847.0, 3826.0, 3867.0, 3825.0, 3825.0, 3846.0, 3826.0, 3878.0, 3836.0, 3835.0, 3855.0, 3834.0, 3856.0, 3834.0, 3867.0, 3843.0, 3844.0, 3823.0, 3822.0, 3863.0, 3844.0, 3844.0, 3854.0, 3824.0, 3853.0, 3823.0, 3855.0, 3813.0, 3844.0, 3812.0, 3822.0, 3823.0, 3844.0, 3834.0, 3825.0, 3836.0, 3815.0, 3837.0, 3825.0, 3847.0, 3836.0, 3837.0, 3827.0, 3849.0, 3827.0, 3847.0, 3826.0, 3879.0, 3825.0, 3868.0, 3826.0, 3846.0, 3837.0, 3868.0, 3838.0, 3837.0, 3826.0, 3834.0, 3856.0, 3828.0, 3882.0, 3859.0, 3879.0, 3846.0, 3868.0, 3835.0, 3877.0, 3824.0, 3846.0, 3835.0, 3834.0, 3845.0, 3827.0, 3879.0, 3828.0, 3804.0, 3846.0, 3826.0, 3839.0, 3868.0, 3837.0, 3880.0, 3848.0, 3879.0, 3836.0, 3857.0, 3844.0, 3845.0, 3824.0, 3824.0, 3834.0, 3824.0, 3824.0, 3844.0, 3856.0, 3836.0, 3826.0, 3836.0, 3825.0, 3846.0, 3834.0, 3877.0, 3836.0, 3846.0, 3845.0, 3824.0, 3845.0, 3865.0, 3833.0, 3855.0, 3823.0, 3814.0, 3834.0, 3813.0, 3858.0, 3836.0, 3845.0, 3816.0, 3835.0, 3806.0, 3837.0, 3828.0, 3848.0, 3840.0, 3830.0, 3861.0, 3829.0, 3859.0, 3857.0, 3849.0, 3839.0, 3848.0, 3857.0, 3848.0, 3847.0, 3870.0, 3828.0, 3837.0, 3839.0, 3858.0, 3858.0, 3860.0, 3838.0, 3817.0, 3881.0, 3850.0, 3839.0, 3880.0, 3858.0, 3903.0, 3858.0, 3857.0, 3836.0, 3844.0, 3866.0, 3824.0, 3864.0, 3823.0, 3844.0, 3835.0, 3824.0, 3835.0, 3834.0, 3832.0, 3843.0, 3822.0, 3814.0, 3822.0, 3824.0, 3833.0, 3835.0, 3855.0, 3824.0, 3835.0, 3845.0, 3825.0, 3846.0, 3845.0, 3855.0, 3824.0, 3835.0, 3816.0, 3836.0, 3814.0, 3834.0, 3825.0, 3868.0, 3815.0, 3856.0, 3826.0, 3846.0, 3825.0, 3867.0, 3827.0, 3867.0, 3839.0, 3858.0, 3825.0, 3856.0, 3858.0, 3826.0, 3846.0, 3835.0, 3857.0, 3857.0, 3845.0, 3847.0, 3827.0, 3839.0, 3849.0, 3840.0, 3849.0, 3862.0, 3873.0, 3863.0, 3839.0, 3860.0, 3860.0, 3894.0, 3863.0, 3839.0, 3904.0, 3881.0, 3851.0, 3860.0, 3859.0, 3891.0, 3860.0, 3828.0, 3857.0, 3835.0, 3858.0, 3826.0, 3848.0, 3847.0, 3825.0, 3845.0, 3826.0, 3847.0, 3857.0, 3837.0, 3825.0, 3826.0, 3856.0, 3846.0, 3877.0, 3845.0, 3866.0, 3815.0, 3864.0, 3824.0, 3834.0, 3835.0, 3835.0, 3823.0, 3816.0, 3834.0, 3825.0, 3857.0, 3827.0, 3866.0, 3827.0, 3847.0, 3837.0, 3848.0, 3847.0, 3826.0, 3837.0, 3835.0, 3856.0, 3836.0, 3859.0, 3827.0, 3868.0, 3827.0, 3857.0, 3847.0, 3859.0, 3847.0, 3859.0, 3857.0, 3825.0, 3844.0, 3826.0, 3868.0, 3837.0, 3847.0, 3835.0, 3836.0, 3866.0, 3837.0, 3868.0, 3826.0, 3867.0, 3826.0, 3867.0, 3846.0, 3866.0, 3834.0, 3845.0, 3844.0, 3822.0, 3832.0, 3824.0, 3876.0, 3824.0, 3855.0, 3824.0, 3854.0, 3822.0, 3841.0, 3823.0, 3833.0, 3824.0, 3813.0, 3824.0, 3823.0, 3855.0, 3834.0, 3836.0, 3826.0, 3856.0, 3836.0, 3845.0, 3826.0, 3856.0, 3838.0, 3857.0, 3837.0, 3846.0, 3835.0, 3846.0, 3850.0, 3819.0, 3879.0, 3840.0, 3849.0, 3858.0, 3857.0, 3880.0, 3839.0, 3880.0, 3838.0, 3858.0, 3855.0, 3845.0, 3838.0, 3815.0, 3847.0, 3838.0, 3814.0, 3857.0, 3857.0, 3860.0, 3837.0, 3837.0, 3848.0, 3847.0, 3857.0, 3856.0, 3878.0, 3826.0, 3877.0, 3826.0, 3866.0, 3846.0, 3856.0, 3844.0, 3834.0, 3834.0, 3825.0, 3844.0, 3835.0, 3836.0, 3824.0, 3827.0, 3846.0, 3824.0, 3857.0, 3835.0, 3836.0, 3825.0, 3826.0, 3836.0, 3846.0, 3846.0, 3862.0, 3839.0, 3838.0, 3836.0, 3856.0, 3849.0, 3841.0, 3849.0, 3825.0, 3836.0, 3868.0, 3860.0, 3849.0, 3870.0, 3827.0, 3889.0, 3847.0, 3876.0, 3855.0, 3835.0, 3834.0, 3812.0, 3822.0, 3823.0, 3842.0, 3823.0, 3812.0, 3834.0, 3854.0, 3844.0, 3813.0, 3823.0, 3813.0, 3855.0, 3825.0, 3813.0, 3834.0, 3824.0, 3846.0, 3826.0, 3838.0, 3837.0, 3846.0, 3846.0, 3847.0, 3837.0, 3828.0, 3846.0, 3825.0, 3864.0, 3836.0, 3869.0, 3847.0, 3846.0, 3854.0, 3843.0, 3835.0, 3826.0, 3879.0, 3824.0, 3866.0, 3838.0, 3868.0, 3834.0, 3868.0, 3834.0, 3825.0, 3825.0, 3823.0, 3846.0, 3838.0, 3858.0, 3827.0, 3825.0, 3858.0, 3848.0, 3859.0, 3858.0, 3838.0, 3890.0, 3867.0, 3888.0, 3845.0, 3865.0, 3843.0, 3834.0, 3822.0, 3843.0, 3831.0, 3822.0, 3810.0, 3834.0, 3814.0, 3836.0, 3846.0, 3857.0, 3824.0, 3845.0, 3825.0, 3823.0, 3804.0, 3834.0, 3813.0, 3834.0, 3824.0, 3866.0, 3825.0, 3867.0, 3826.0, 3855.0, 3823.0, 3854.0, 3846.0, 3847.0, 3836.0, 3837.0, 3835.0, 3827.0, 3858.0, 3840.0, 3869.0, 3839.0, 3858.0, 3848.0, 3868.0, 3838.0, 3847.0, 3847.0, 3846.0, 3845.0, 3856.0, 3835.0, 3814.0, 3846.0, 3837.0, 3856.0, 3849.0, 3847.0, 3838.0, 3828.0, 3845.0, 3835.0, 3856.0, 3846.0, 3815.0, 3857.0, 3824.0, 3866.0, 3824.0, 3857.0, 3824.0, 3814.0, 3824.0, 3836.0, 3855.0, 3834.0, 3834.0, 3824.0, 3813.0, 3822.0, 3824.0, 3864.0, 3833.0, 3823.0, 3833.0, 3844.0, 3833.0, 3833.0, 3843.0, 3842.0, 3821.0, 3811.0, 3822.0, 3823.0, 3832.0, 3823.0, 3843.0, 3824.0, 3834.0, 3845.0, 3836.0, 3846.0, 3814.0, 3856.0, 3826.0, 3825.0, 3839.0, 3829.0, 3838.0, 3836.0, 3837.0], 'WindowWidth': [8753.0, 8701.0, 8734.0, 8678.0, 8653.0, 8626.0, 8629.0, 8727.0, 8720.0, 8645.0, 8670.0, 8636.0, 8623.0, 8631.0, 8587.0, 8682.0, 8595.0, 8623.0, 8620.0, 8594.0, 8607.0, 8646.0, 8612.0, 8671.0, 8596.0, 8625.0, 8638.0, 8639.0, 8646.0, 8628.0, 8600.0, 8629.0, 8653.0, 8609.0, 8705.0, 8627.0, 8641.0, 8622.0, 8639.0, 8639.0, 8608.0, 8668.0, 8608.0, 8594.0, 8605.0, 8598.0, 8621.0, 8610.0, 8652.0, 8621.0, 8607.0, 8623.0, 8595.0, 8635.0, 8577.0, 8665.0, 8611.0, 8594.0, 8617.0, 8604.0, 8642.0, 8616.0, 8647.0, 8617.0, 8687.0, 8656.0, 8608.0, 8646.0, 8619.0, 8711.0, 8664.0, 8698.0, 8614.0, 8670.0, 8658.0, 8717.0, 8627.0, 8670.0, 8611.0, 8637.0, 8643.0, 8601.0, 8671.0, 8629.0, 8626.0, 8657.0, 8697.0, 8732.0, 8663.0, 8670.0, 8640.0, 8670.0, 8654.0, 8654.0, 8653.0, 8591.0, 8628.0, 8625.0, 8649.0, 8663.0, 8605.0, 8675.0, 8601.0, 8626.0, 8627.0, 8599.0, 8628.0, 8586.0, 8611.0, 8584.0, 8611.0, 8585.0, 8661.0, 8586.0, 8647.0, 8585.0, 8624.0, 8583.0, 8611.0, 8623.0, 8592.0, 8607.0, 8611.0, 8627.0, 8654.0, 8640.0, 8676.0, 8628.0, 8642.0, 8635.0, 8633.0, 8645.0, 8622.0, 8609.0, 8608.0, 8612.0, 8613.0, 8629.0, 8613.0, 8685.0, 8658.0, 8628.0, 8641.0, 8609.0, 8679.0, 8639.0, 8704.0, 8668.0, 8633.0, 8618.0, 8589.0, 8629.0, 8608.0, 8605.0, 8603.0, 8604.0, 8600.0, 8617.0, 8616.0, 8622.0, 8594.0, 8635.0, 8607.0, 8604.0, 8642.0, 8611.0, 8650.0, 8606.0, 8635.0, 8606.0, 8617.0, 8630.0, 8599.0, 8603.0, 8589.0, 8621.0, 8608.0, 8613.0, 8602.0, 8626.0, 8618.0, 8616.0, 8605.0, 8592.0, 8620.0, 8591.0, 8617.0, 8602.0, 8664.0, 8594.0, 8654.0, 8612.0, 8635.0, 8616.0, 8654.0, 8633.0, 8647.0, 8661.0, 8617.0, 8648.0, 8689.0, 8639.0, 8686.0, 8642.0, 8673.0, 8614.0, 8647.0, 8626.0, 8655.0, 8615.0, 8662.0, 8613.0, 8669.0, 8626.0, 8674.0, 8630.0, 8626.0, 8639.0, 8612.0, 8669.0, 8628.0, 8662.0, 8673.0, 8615.0, 8692.0, 8639.0, 8685.0, 8665.0, 8685.0, 8592.0, 8647.0, 8589.0, 8629.0, 8568.0, 8666.0, 8604.0, 8672.0, 8586.0, 8601.0, 8614.0, 8613.0, 8633.0, 8613.0, 8632.0, 8618.0, 8630.0, 8615.0, 8639.0, 8600.0, 8632.0, 8576.0, 8603.0, 8594.0, 8623.0, 8612.0, 8631.0, 8645.0, 8603.0, 8665.0, 8606.0, 8632.0, 8638.0, 8690.0, 8667.0, 8648.0, 8653.0, 8704.0, 8631.0, 8685.0, 8639.0, 8653.0, 8625.0, 8636.0, 8622.0, 8651.0, 8647.0, 8592.0, 8651.0, 8613.0, 8632.0, 8608.0, 8660.0, 8640.0, 8646.0, 8641.0, 8612.0, 8636.0, 8605.0, 8646.0, 8640.0, 8701.0, 8604.0, 8662.0, 8636.0, 8632.0, 8639.0, 8610.0, 8667.0, 8609.0, 8608.0, 8634.0, 8610.0, 8682.0, 8621.0, 8620.0, 8644.0, 8618.0, 8647.0, 8617.0, 8665.0, 8628.0, 8627.0, 8598.0, 8597.0, 8653.0, 8629.0, 8628.0, 8642.0, 8602.0, 8640.0, 8599.0, 8645.0, 8586.0, 8629.0, 8586.0, 8597.0, 8601.0, 8630.0, 8618.0, 8607.0, 8622.0, 8594.0, 8626.0, 8607.0, 8639.0, 8623.0, 8627.0, 8614.0, 8644.0, 8614.0, 8640.0, 8609.0, 8686.0, 8607.0, 8668.0, 8611.0, 8637.0, 8627.0, 8669.0, 8630.0, 8627.0, 8610.0, 8616.0, 8647.0, 8615.0, 8695.0, 8658.0, 8687.0, 8635.0, 8668.0, 8622.0, 8680.0, 8602.0, 8634.0, 8620.0, 8618.0, 8632.0, 8613.0, 8685.0, 8615.0, 8576.0, 8638.0, 8612.0, 8632.0, 8667.0, 8624.0, 8688.0, 8640.0, 8684.0, 8621.0, 8649.0, 8628.0, 8630.0, 8601.0, 8601.0, 8617.0, 8603.0, 8604.0, 8630.0, 8646.0, 8623.0, 8609.0, 8620.0, 8606.0, 8633.0, 8619.0, 8680.0, 8623.0, 8635.0, 8632.0, 8602.0, 8631.0, 8660.0, 8612.0, 8644.0, 8598.0, 8590.0, 8615.0, 8590.0, 8656.0, 8621.0, 8634.0, 8595.0, 8621.0, 8585.0, 8626.0, 8617.0, 8642.0, 8634.0, 8623.0, 8665.0, 8621.0, 8659.0, 8654.0, 8647.0, 8631.0, 8643.0, 8654.0, 8641.0, 8638.0, 8677.0, 8616.0, 8627.0, 8633.0, 8656.0, 8657.0, 8659.0, 8628.0, 8601.0, 8692.0, 8651.0, 8634.0, 8693.0, 8654.0, 8728.0, 8655.0, 8651.0, 8622.0, 8630.0, 8660.0, 8604.0, 8657.0, 8600.0, 8628.0, 8617.0, 8602.0, 8620.0, 8615.0, 8610.0, 8624.0, 8597.0, 8589.0, 8597.0, 8602.0, 8614.0, 8619.0, 8645.0, 8605.0, 8619.0, 8634.0, 8606.0, 8634.0, 8631.0, 8645.0, 8604.0, 8621.0, 8597.0, 8621.0, 8591.0, 8616.0, 8606.0, 8669.0, 8596.0, 8648.0, 8611.0, 8635.0, 8606.0, 8665.0, 8613.0, 8666.0, 8633.0, 8656.0, 8608.0, 8648.0, 8655.0, 8609.0, 8636.0, 8619.0, 8650.0, 8651.0, 8634.0, 8640.0, 8613.0, 8633.0, 8647.0, 8638.0, 8647.0, 8671.0, 8689.0, 8673.0, 8634.0, 8661.0, 8662.0, 8714.0, 8671.0, 8631.0, 8728.0, 8691.0, 8650.0, 8661.0, 8658.0, 8706.0, 8663.0, 8615.0, 8649.0, 8619.0, 8654.0, 8610.0, 8641.0, 8637.0, 8607.0, 8633.0, 8607.0, 8637.0, 8650.0, 8625.0, 8606.0, 8608.0, 8648.0, 8633.0, 8681.0, 8631.0, 8661.0, 8591.0, 8655.0, 8604.0, 8614.0, 8618.0, 8618.0, 8603.0, 8595.0, 8617.0, 8609.0, 8650.0, 8611.0, 8664.0, 8614.0, 8639.0, 8627.0, 8641.0, 8641.0, 8611.0, 8626.0, 8620.0, 8647.0, 8622.0, 8657.0, 8612.0, 8669.0, 8611.0, 8652.0, 8639.0, 8658.0, 8639.0, 8658.0, 8652.0, 8608.0, 8631.0, 8611.0, 8669.0, 8626.0, 8640.0, 8622.0, 8623.0, 8662.0, 8624.0, 8669.0, 8611.0, 8665.0, 8609.0, 8666.0, 8635.0, 8662.0, 8616.0, 8630.0, 8629.0, 8599.0, 8611.0, 8602.0, 8676.0, 8602.0, 8647.0, 8602.0, 8641.0, 8598.0, 8620.0, 8600.0, 8612.0, 8603.0, 8587.0, 8603.0, 8602.0, 8646.0, 8617.0, 8622.0, 8610.0, 8651.0, 8626.0, 8634.0, 8609.0, 8649.0, 8628.0, 8651.0, 8625.0, 8635.0, 8620.0, 8639.0, 8652.0, 8606.0, 8687.0, 8638.0, 8647.0, 8656.0, 8652.0, 8687.0, 8631.0, 8688.0, 8630.0, 8655.0, 8647.0, 8634.0, 8628.0, 8594.0, 8640.0, 8628.0, 8590.0, 8651.0, 8650.0, 8662.0, 8627.0, 8628.0, 8642.0, 8641.0, 8650.0, 8650.0, 8684.0, 8608.0, 8681.0, 8609.0, 8662.0, 8635.0, 8648.0, 8630.0, 8616.0, 8616.0, 8606.0, 8630.0, 8619.0, 8622.0, 8603.0, 8611.0, 8634.0, 8606.0, 8652.0, 8621.0, 8623.0, 8605.0, 8610.0, 8623.0, 8637.0, 8636.0, 8670.0, 8632.0, 8629.0, 8624.0, 8649.0, 8645.0, 8640.0, 8645.0, 8608.0, 8622.0, 8669.0, 8662.0, 8642.0, 8673.0, 8613.0, 8699.0, 8639.0, 8677.0, 8647.0, 8617.0, 8616.0, 8586.0, 8596.0, 8599.0, 8624.0, 8600.0, 8585.0, 8616.0, 8642.0, 8627.0, 8588.0, 8600.0, 8587.0, 8646.0, 8606.0, 8590.0, 8616.0, 8605.0, 8635.0, 8610.0, 8631.0, 8628.0, 8636.0, 8636.0, 8640.0, 8627.0, 8615.0, 8637.0, 8607.0, 8659.0, 8624.0, 8672.0, 8638.0, 8635.0, 8643.0, 8627.0, 8619.0, 8610.0, 8686.0, 8605.0, 8662.0, 8630.0, 8671.0, 8619.0, 8668.0, 8618.0, 8606.0, 8604.0, 8604.0, 8634.0, 8628.0, 8653.0, 8611.0, 8608.0, 8656.0, 8644.0, 8657.0, 8656.0, 8629.0, 8702.0, 8666.0, 8696.0, 8633.0, 8662.0, 8628.0, 8613.0, 8597.0, 8624.0, 8606.0, 8596.0, 8579.0, 8615.0, 8590.0, 8623.0, 8635.0, 8649.0, 8603.0, 8632.0, 8606.0, 8601.0, 8579.0, 8616.0, 8589.0, 8615.0, 8603.0, 8661.0, 8606.0, 8664.0, 8608.0, 8644.0, 8602.0, 8643.0, 8635.0, 8637.0, 8623.0, 8627.0, 8621.0, 8613.0, 8656.0, 8635.0, 8671.0, 8633.0, 8657.0, 8643.0, 8669.0, 8629.0, 8641.0, 8638.0, 8638.0, 8633.0, 8648.0, 8620.0, 8592.0, 8635.0, 8626.0, 8650.0, 8646.0, 8639.0, 8628.0, 8618.0, 8632.0, 8620.0, 8650.0, 8635.0, 8594.0, 8651.0, 8605.0, 8660.0, 8604.0, 8651.0, 8602.0, 8589.0, 8603.0, 8621.0, 8644.0, 8615.0, 8614.0, 8602.0, 8588.0, 8596.0, 8603.0, 8656.0, 8614.0, 8599.0, 8614.0, 8628.0, 8611.0, 8613.0, 8623.0, 8623.0, 8596.0, 8582.0, 8597.0, 8600.0, 8609.0, 8599.0, 8624.0, 8603.0, 8618.0, 8634.0, 8624.0, 8638.0, 8593.0, 8649.0, 8611.0, 8609.0, 8632.0, 8621.0, 8632.0, 8625.0, 8625.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.0009792165898617512</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022251820622119816</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.26056572581321</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2080965113379465</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0073523683275656</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4868</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3730.0396</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13219975438719714</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>129</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.861751152073733</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.529372051010025</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.528652576075861</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.781671024588886</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2777925523653284</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00696179</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002806900767609477</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0197756327688694</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.6661806674471644</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>21.148</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.7861</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.5098</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299532.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.4464</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8516</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.4274</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3025.8665</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3226.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77012.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>886.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4044.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.9291</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.68145666067721</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> |