=== 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-05_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-05_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-05_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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_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-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-05_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-05_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-05_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-05_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>b94317f9b200d90c332c4d2971e56d24</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:45:3.677500</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-05_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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>067b82d2-25aa-4f27-ad43-23580e8fc9b7||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': ['194503.677500', '194504.137500', '194504.597500', '194505.057500', '194505.517500', '194505.977500', '194506.437500', '194506.897500', '194507.357500', '194507.817500', '194508.277500', '194508.737500', '194509.197500', '194509.657500', '194510.117500', '194510.577500', '194511.037500', '194511.497500', '194511.957500', '194512.417500', '194512.877500', '194513.337500', '194513.797500', '194514.257500', '194514.717500', '194515.177500', '194515.637500', '194516.097500', '194516.557500', '194517.017500', '194517.477500', '194517.937500', '194518.397500', '194518.857500', '194519.317500', '194519.777500', '194520.237500', '194520.697500', '194521.157500', '194521.617500', '194522.077500', '194522.537500', '194522.997500', '194523.457500', '194523.917500', '194524.377500', '194524.837500', '194525.297500', '194525.757500', '194526.217500', '194526.677500', '194527.137500', '194527.597500', '194528.057500', '194528.517500', '194528.977500', '194529.437500', '194529.897500', '194530.357500', '194530.817500', '194531.277500', '194531.737500', '194532.197500', '194532.657500', '194533.117500', '194533.577500', '194534.037500', '194534.497500', '194534.957500', '194535.417500', '194535.877500', '194536.337500', '194536.797500', '194537.257500', '194537.717500', '194538.177500', '194538.637500', '194539.097500', '194539.557500', '194540.017500', '194540.477500', '194540.937500', '194541.397500', '194541.857500', '194542.317500', '194542.777500', '194543.237500', '194543.697500', '194544.157500', '194544.617500', '194545.077500', '194545.537500', '194545.997500', '194546.457500', '194546.917500', '194547.377500', '194547.837500', '194548.297500', '194548.757500', '194549.217500', '194549.677500', '194550.137500', '194550.597500', '194551.057500', '194551.517500', '194551.977500', '194552.437500', '194552.897500', '194553.357500', '194553.817500', '194554.277500', '194554.737500', '194555.197500', '194555.657500', '194556.117500', '194556.577500', '194557.037500', '194557.497500', '194557.957500', '194558.417500', '194558.877500', '194559.337500', '194559.797500', '194600.257500', '194600.717500', '194601.177500', '194601.637500', '194602.097500', '194602.557500', '194603.017500', '194603.477500', '194603.937500', '194604.397500', '194604.857500', '194605.317500', '194605.777500', '194606.237500', '194606.697500', '194607.157500', '194607.617500', '194608.077500', '194608.537500', '194608.997500', '194609.457500', '194609.917500', '194610.377500', '194610.837500', '194611.297500', '194611.757500', '194612.217500', '194612.677500', '194613.137500', '194613.597500', '194614.057500', '194614.517500', '194614.977500', '194615.437500', '194615.897500', '194616.357500', '194616.817500', '194617.277500', '194617.737500', '194618.197500', '194618.657500', '194619.117500', '194619.577500', '194620.037500', '194620.497500', '194620.957500', '194621.417500', '194621.877500', '194622.337500', '194622.797500', '194623.257500', '194623.717500', '194624.177500', '194624.637500', '194625.097500', '194625.557500', '194626.017500', '194626.477500', '194626.937500', '194627.397500', '194627.857500', '194628.317500', '194628.777500', '194629.237500', '194629.697500', '194630.157500', '194630.617500', '194631.077500', '194631.537500', '194631.997500', '194632.457500', '194632.917500', '194633.377500', '194633.837500', '194634.297500', '194634.757500', '194635.217500', '194635.677500', '194636.137500', '194636.597500', '194637.057500', '194637.517500', '194637.977500', '194638.437500', '194638.897500', '194639.357500', '194639.817500', '194640.277500', '194640.737500', '194641.197500', '194641.657500', '194642.117500', '194642.577500', '194643.037500', '194643.497500', '194643.957500', '194644.417500', '194644.877500', '194645.337500', '194645.797500', '194646.257500', '194646.717500', '194647.177500', '194647.637500', '194648.097500', '194648.557500', '194649.017500', '194649.477500', '194649.937500', '194650.397500', '194650.857500', '194651.317500', '194651.777500', '194652.237500', '194652.697500', '194653.157500', '194653.617500', '194654.077500', '194654.537500', '194654.997500', '194655.457500', '194655.917500', '194656.377500', '194656.837500', '194657.297500', '194657.757500', '194658.217500', '194658.677500', '194659.137500', '194659.597500', '194700.057500', '194700.517500', '194700.977500', '194701.437500', '194701.897500', '194702.357500', '194702.817500', '194703.277500', '194703.737500', '194704.197500', '194704.657500', '194705.117500', '194705.577500', '194706.037500', '194706.497500', '194706.957500', '194707.417500', '194707.877500', '194708.337500', '194708.797500', '194709.257500', '194709.717500', '194710.177500', '194710.637500', '194711.097500', '194711.557500', '194712.017500', '194712.477500', '194712.937500', '194713.397500', '194713.857500', '194714.317500', '194714.777500', '194715.237500', '194715.697500', '194716.157500', '194716.617500', '194717.077500', '194717.537500', '194717.997500', '194718.457500', '194718.917500', '194719.377500', '194719.837500', '194720.297500', '194720.757500', '194721.217500', '194721.677500', '194722.137500', '194722.597500', '194723.057500', '194723.517500', '194723.977500', '194724.437500', '194724.897500', '194725.357500', '194725.817500', '194726.277500', '194726.737500', '194727.197500', '194727.657500', '194728.117500', '194728.577500', '194729.037500', '194729.497500', '194729.957500', '194730.417500', '194730.877500', '194731.337500', '194731.797500', '194732.257500', '194732.717500', '194733.177500', '194733.637500', '194734.097500', '194734.557500', '194735.017500', '194735.477500', '194735.937500', '194736.397500', '194736.857500', '194737.317500', '194737.777500', '194738.237500', '194738.697500', '194739.157500', '194739.617500', '194740.077500', '194740.537500', '194740.997500', '194741.457500', '194741.917500', '194742.377500', '194742.837500', '194743.297500', '194743.757500', '194744.217500', '194744.677500', '194745.137500', '194745.597500', '194746.057500', '194746.517500', '194746.977500', '194747.437500', '194747.897500', '194748.357500', '194748.817500', '194749.277500', '194749.737500', '194750.197500', '194750.657500', '194751.117500', '194751.577500', '194752.037500', '194752.497500', '194752.957500', '194753.417500', '194753.877500', '194754.337500', '194754.797500', '194755.257500', '194755.717500', '194756.177500', '194756.637500', '194757.097500', '194757.557500', '194758.017500', '194758.477500', '194758.937500', '194759.397500', '194759.857500', '194800.317500', '194800.777500', '194801.237500', '194801.697500', '194802.157500', '194802.617500', '194803.077500', '194803.537500', '194803.997500', '194804.457500', '194804.917500', '194805.377500', '194805.837500', '194806.297500', '194806.757500', '194807.217500', '194807.677500', '194808.137500', '194808.597500', '194809.057500', '194809.517500', '194809.977500', '194810.437500', '194810.897500', '194811.357500', '194811.817500', '194812.277500', '194812.737500', '194813.197500', '194813.657500', '194814.117500', '194814.577500', '194815.037500', '194815.497500', '194815.957500', '194816.417500', '194816.877500', '194817.337500', '194817.797500', '194818.257500', '194818.717500', '194819.177500', '194819.637500', '194820.097500', '194820.557500', '194821.017500', '194821.477500', '194821.937500', '194822.397500', '194822.857500', '194823.317500', '194823.777500', '194824.237500', '194824.697500', '194825.157500', '194825.617500', '194826.077500', '194826.537500', '194826.997500', '194827.457500', '194827.917500', '194828.377500', '194828.837500', '194829.297500', '194829.757500', '194830.217500', '194830.677500', '194831.137500', '194831.597500', '194832.057500', '194832.517500', '194832.977500', '194833.437500', '194833.897500', '194834.357500', '194834.817500', '194835.277500', '194835.737500', '194836.197500', '194836.657500', '194837.117500', '194837.577500', '194838.037500', '194838.497500', '194838.957500', '194839.417500', '194839.877500', '194840.337500', '194840.797500', '194841.257500', '194841.717500', '194842.177500', '194842.637500', '194843.097500', '194843.557500', '194844.017500', '194844.477500', '194844.937500', '194845.397500', '194845.857500', '194846.317500', '194846.777500', '194847.237500', '194847.697500', '194848.157500', '194848.617500', '194849.077500', '194849.537500', '194849.997500', '194850.457500', '194850.917500', '194851.377500', '194851.837500', '194852.297500', '194852.757500', '194853.217500', '194853.677500', '194854.137500', '194854.597500', '194855.057500', '194855.517500', '194855.977500', '194856.437500', '194856.897500', '194857.357500', '194857.817500', '194858.277500', '194858.737500', '194859.197500', '194859.657500', '194900.117500', '194900.577500', '194901.037500', '194901.497500', '194901.957500', '194902.417500', '194902.877500', '194903.337500', '194903.797500', '194904.257500', '194904.717500', '194905.177500', '194905.637500', '194906.097500', '194906.557500', '194907.017500', '194907.477500', '194907.937500', '194908.397500', '194908.857500', '194909.317500', '194909.777500', '194910.237500', '194910.697500', '194911.157500', '194911.617500', '194912.077500', '194912.537500', '194912.997500', '194913.457500', '194913.917500', '194914.377500', '194914.837500', '194915.297500', '194915.757500', '194916.217500', '194916.677500', '194917.137500', '194917.597500', '194918.057500', '194918.517500', '194918.977500', '194919.437500', '194919.897500', '194920.357500', '194920.817500', '194921.277500', '194921.737500', '194922.197500', '194922.657500', '194923.117500', '194923.577500', '194924.037500', '194924.497500', '194924.957500', '194925.417500', '194925.877500', '194926.337500', '194926.797500', '194927.257500', '194927.717500', '194928.177500', '194928.637500', '194929.097500', '194929.557500', '194930.017500', '194930.477500', '194930.937500', '194931.397500', '194931.857500', '194932.317500', '194932.777500', '194933.237500', '194933.697500', '194934.157500', '194934.617500', '194935.077500', '194935.537500', '194935.997500', '194936.457500', '194936.917500', '194937.377500', '194937.837500', '194938.297500', '194938.757500', '194939.217500', '194939.677500', '194940.137500', '194940.597500', '194941.057500', '194941.517500', '194941.977500', '194942.437500', '194942.897500', '194943.357500', '194943.817500', '194944.277500', '194944.737500', '194945.197500', '194945.657500', '194946.117500', '194946.577500', '194947.037500', '194947.497500', '194947.957500', '194948.417500', '194948.877500', '194949.337500', '194949.797500', '194950.257500', '194950.717500', '194951.177500', '194951.637500', '194952.097500', '194952.557500', '194953.017500', '194953.477500', '194953.937500', '194954.397500', '194954.857500', '194955.317500', '194955.777500', '194956.237500', '194956.697500', '194957.157500', '194957.617500', '194958.077500', '194958.537500', '194958.997500', '194959.457500', '194959.917500', '195000.377500', '195000.837500', '195001.297500', '195001.757500', '195002.217500', '195002.677500', '195003.137500', '195003.597500', '195004.057500', '195004.517500', '195004.977500', '195005.437500', '195005.897500', '195006.357500', '195006.817500', '195007.277500', '195007.737500', '195008.197500', '195008.657500', '195009.117500', '195009.577500', '195010.037500', '195010.497500', '195010.957500', '195011.417500', '195011.877500', '195012.337500', '195012.797500', '195013.257500', '195013.717500', '195014.177500', '195014.637500', '195015.097500', '195015.557500', '195016.017500', '195016.477500', '195016.937500', '195017.397500', '195017.857500', '195018.317500', '195018.777500', '195019.237500', '195019.697500', '195020.157500', '195020.617500', '195021.077500', '195021.537500', '195021.997500', '195022.457500', '195022.917500', '195023.377500', '195023.837500', '195024.297500', '195024.757500', '195025.217500', '195025.677500', '195026.137500', '195026.597500', '195027.057500', '195027.517500', '195027.977500', '195028.437500', '195028.897500', '195029.357500', '195029.817500', '195030.277500', '195030.737500', '195031.197500', '195031.657500', '195032.117500', '195032.577500', '195033.037500', '195033.497500', '195033.957500', '195034.417500', '195034.877500', '195035.337500', '195035.797500', '195036.257500', '195036.717500', '195037.177500', '195037.637500', '195038.097500', '195038.557500', '195039.017500', '195039.477500', '195039.937500', '195040.397500', '195040.857500', '195041.317500', '195041.777500', '195042.237500', '195042.697500', '195043.157500', '195043.617500', '195044.077500', '195044.537500', '195044.997500', '195045.457500', '195045.917500', '195046.377500', '195046.837500', '195047.297500', '195047.757500', '195048.217500', '195048.677500', '195049.137500', '195049.597500', '195050.057500', '195050.517500', '195050.977500', '195051.437500', '195051.897500', '195052.357500', '195052.817500', '195053.277500', '195053.737500', '195054.197500', '195054.657500', '195055.117500', '195055.577500', '195056.037500', '195056.497500', '195056.957500', '195057.417500', '195057.877500', '195058.337500', '195058.797500', '195059.257500', '195059.717500', '195100.177500', '195100.637500', '195101.097500', '195101.557500', '195102.017500', '195102.477500', '195102.937500', '195103.397500', '195103.857500', '195104.317500', '195104.777500', '195105.237500', '195105.697500', '195106.157500', '195106.617500', '195107.077500', '195107.537500', '195107.997500', '195108.457500', '195108.917500', '195109.377500', '195109.837500', '195110.297500', '195110.757500', '195111.217500', '195111.677500', '195112.137500', '195112.597500', '195113.057500', '195113.517500', '195113.977500', '195114.437500', '195114.897500', '195115.357500', '195115.817500', '195116.277500', '195116.737500', '195117.197500', '195117.657500', '195118.117500', '195118.577500', '195119.037500', '195119.497500', '195119.957500', '195120.417500', '195120.877500', '195121.337500', '195121.797500', '195122.257500', '195122.717500', '195123.177500', '195123.637500', '195124.097500', '195124.557500', '195125.017500', '195125.477500', '195125.937500', '195126.397500', '195126.857500', '195127.317500', '195127.777500', '195128.237500', '195128.697500', '195129.157500', '195129.617500', '195130.077500', '195130.537500', '195130.997500', '195131.457500', '195131.917500', '195132.377500', '195132.837500', '195133.297500', '195133.757500', '195134.217500', '195134.677500', '195135.137500', '195135.597500', '195136.057500', '195136.517500', '195136.977500', '195137.437500', '195137.897500', '195138.357500', '195138.817500', '195139.277500', '195139.737500', '195140.197500', '195140.657500', '195141.117500', '195141.577500', '195142.037500', '195142.497500', '195142.957500', '195143.417500', '195143.877500', '195144.337500'], 'ContentTime': ['194522.657000', '194522.660000', '194522.663000', '194522.665000', '194522.668000', '194522.670000', '194522.673000', '194522.676000', '194522.678000', '194522.681000', '194522.683000', '194522.686000', '194522.690000', '194522.693000', '194522.695000', '194522.698000', '194522.700000', '194522.703000', '194522.706000', '194522.708000', '194522.711000', '194522.723000', '194522.726000', '194522.729000', '194522.731000', '194522.734000', '194522.736000', '194522.739000', '194522.741000', '194522.744000', '194522.747000', '194522.749000', '194522.752000', '194522.754000', '194522.757000', '194522.759000', '194522.762000', '194522.764000', '194542.624000', '194542.626000', '194542.629000', '194542.632000', '194542.634000', '194542.637000', '194542.639000', '194542.642000', '194542.644000', '194542.647000', '194542.650000', '194542.652000', '194542.655000', '194542.657000', '194542.660000', '194542.662000', '194542.665000', '194542.668000', '194542.670000', '194542.673000', '194542.675000', '194542.678000', '194542.680000', '194542.683000', '194542.685000', '194542.688000', '194542.691000', '194542.693000', '194542.696000', '194542.698000', '194542.701000', '194542.704000', '194542.706000', '194542.709000', '194542.711000', '194542.714000', '194542.716000', '194542.719000', '194542.729000', '194542.732000', '194542.734000', '194542.737000', '194542.739000', '194602.624000', '194602.626000', '194602.650000', '194602.652000', '194602.655000', '194602.657000', '194602.660000', '194602.663000', '194602.665000', '194602.668000', '194602.670000', '194602.673000', '194602.675000', '194602.678000', '194602.681000', '194602.683000', '194602.686000', '194602.688000', '194602.691000', '194602.694000', '194602.696000', '194602.699000', '194602.701000', '194602.704000', '194602.706000', '194602.709000', '194602.711000', '194602.714000', '194602.716000', '194602.719000', '194602.722000', '194602.724000', '194602.727000', '194602.729000', '194602.732000', '194602.734000', '194602.737000', '194602.739000', '194602.742000', '194602.745000', '194602.747000', '194602.750000', '194602.752000', '194602.755000', '194622.623000', '194622.626000', '194622.629000', '194622.632000', '194622.634000', '194622.637000', '194622.639000', '194622.642000', '194622.644000', '194622.647000', '194622.650000', '194622.652000', '194622.655000', '194622.657000', '194622.660000', '194622.663000', '194622.665000', '194622.668000', '194622.670000', '194622.673000', '194622.676000', '194622.679000', '194622.681000', '194622.684000', '194622.686000', '194622.689000', '194622.691000', '194622.694000', '194622.696000', '194622.699000', '194622.702000', '194622.704000', '194622.707000', '194622.709000', '194622.712000', '194622.715000', '194622.717000', '194622.720000', '194622.723000', '194622.725000', '194622.728000', '194622.730000', '194622.733000', '194642.623000', '194642.626000', '194642.629000', '194642.632000', '194642.634000', '194642.637000', '194642.639000', '194642.642000', '194642.644000', '194642.647000', '194642.650000', '194642.652000', '194642.655000', '194642.657000', '194642.660000', '194642.662000', '194642.665000', '194642.668000', '194642.670000', '194642.673000', '194642.675000', '194642.678000', '194642.681000', '194642.683000', '194642.686000', '194642.689000', '194642.691000', '194642.694000', '194642.696000', '194642.699000', '194642.701000', '194642.704000', '194642.707000', '194642.709000', '194642.712000', '194642.714000', '194642.717000', '194642.719000', '194642.722000', '194642.725000', '194642.727000', '194642.730000', '194642.732000', '194642.735000', '194702.623000', '194702.625000', '194702.628000', '194702.631000', '194702.633000', '194702.636000', '194702.638000', '194702.641000', '194702.643000', '194702.646000', '194702.649000', '194702.651000', '194702.654000', '194702.656000', '194702.659000', '194702.662000', '194702.668000', '194702.671000', '194702.674000', '194702.676000', '194702.679000', '194702.681000', '194702.684000', '194702.687000', '194702.689000', '194702.692000', '194702.694000', '194702.697000', '194702.700000', '194702.702000', '194702.705000', '194702.708000', '194702.710000', '194702.713000', '194702.716000', '194702.718000', '194702.721000', '194702.724000', '194702.736000', '194702.738000', '194702.741000', '194702.743000', '194702.746000', '194722.623000', '194722.626000', '194722.629000', '194722.631000', '194722.634000', '194722.637000', '194722.639000', '194722.642000', '194722.645000', '194722.647000', '194722.650000', '194722.652000', '194722.655000', '194722.658000', '194722.660000', '194722.663000', '194722.665000', '194722.668000', '194722.671000', '194722.673000', '194722.676000', '194722.678000', '194722.681000', '194722.684000', '194722.686000', '194722.689000', '194722.692000', '194722.694000', '194722.697000', '194722.699000', '194722.702000', '194722.705000', '194722.707000', '194722.710000', '194722.712000', '194722.715000', '194722.718000', '194722.720000', '194722.723000', '194722.725000', '194722.728000', '194722.730000', '194722.741000', '194722.744000', '194742.624000', '194742.626000', '194742.629000', '194742.632000', '194742.634000', '194742.637000', '194742.639000', '194742.642000', '194742.645000', '194742.647000', '194742.650000', '194742.652000', '194742.655000', '194742.658000', '194742.660000', '194742.663000', '194742.665000', '194742.668000', '194742.671000', '194742.673000', '194742.676000', '194742.678000', '194742.681000', '194742.684000', '194742.686000', '194742.689000', '194742.700000', '194742.703000', '194742.705000', '194742.708000', '194742.711000', '194742.713000', '194742.716000', '194742.718000', '194742.721000', '194742.724000', '194742.726000', '194742.729000', '194742.732000', '194742.734000', '194742.737000', '194742.739000', '194742.742000', '194802.624000', '194802.626000', '194802.629000', '194802.632000', '194802.634000', '194802.637000', '194802.639000', '194802.642000', '194802.645000', '194802.647000', '194802.650000', '194802.652000', '194802.655000', '194802.658000', '194802.660000', '194802.663000', '194802.666000', '194802.668000', '194802.671000', '194802.674000', '194802.676000', '194802.679000', '194802.681000', '194802.684000', '194802.687000', '194802.690000', '194802.693000', '194802.695000', '194802.698000', '194802.700000', '194802.703000', '194802.706000', '194802.708000', '194802.711000', '194802.713000', '194802.716000', '194802.719000', '194802.721000', '194802.724000', '194802.726000', '194802.729000', '194802.732000', '194802.734000', '194802.737000', '194822.624000', '194822.627000', '194822.629000', '194822.632000', '194822.634000', '194822.637000', '194822.639000', '194822.642000', '194822.645000', '194822.647000', '194822.650000', '194822.653000', '194822.655000', '194822.658000', '194822.661000', '194822.663000', '194822.666000', '194822.668000', '194822.671000', '194822.673000', '194822.676000', '194822.679000', '194822.681000', '194822.684000', '194822.686000', '194822.689000', '194822.692000', '194822.695000', '194822.697000', '194822.700000', '194822.702000', '194822.705000', '194822.708000', '194822.710000', '194822.713000', '194822.715000', '194822.718000', '194822.721000', '194822.723000', '194822.726000', '194822.728000', '194822.731000', '194822.734000', '194842.624000', '194842.627000', '194842.630000', '194842.633000', '194842.636000', '194842.638000', '194842.641000', '194842.644000', '194842.646000', '194842.649000', '194842.651000', '194842.654000', '194842.656000', '194842.659000', '194842.662000', '194842.664000', '194842.667000', '194842.669000', '194842.672000', '194842.675000', '194842.677000', '194842.680000', '194842.682000', '194842.685000', '194842.692000', '194842.694000', '194842.697000', '194842.700000', '194842.702000', '194842.705000', '194842.707000', '194842.710000', '194842.713000', '194842.715000', '194842.718000', '194842.720000', '194842.723000', '194842.725000', '194842.728000', '194842.731000', '194842.733000', '194842.736000', '194842.739000', '194902.623000', '194902.626000', '194902.629000', '194902.632000', '194902.634000', '194902.637000', '194902.639000', '194902.642000', '194902.644000', '194902.647000', '194902.650000', '194902.652000', '194902.655000', '194902.658000', '194902.660000', '194902.663000', '194902.666000', '194902.668000', '194902.671000', '194902.674000', '194902.676000', '194902.679000', '194902.681000', '194902.684000', '194902.699000', '194902.701000', '194902.704000', '194902.707000', '194902.709000', '194902.712000', '194902.715000', '194902.717000', '194902.720000', '194902.722000', '194902.725000', '194902.727000', '194902.730000', '194902.733000', '194902.735000', '194902.738000', '194902.740000', '194902.743000', '194902.745000', '194902.748000', '194922.623000', '194922.625000', '194922.628000', '194922.631000', '194922.633000', '194922.636000', '194922.638000', '194922.641000', '194922.644000', '194922.646000', '194922.650000', '194922.653000', '194922.656000', '194922.658000', '194922.661000', '194922.664000', '194922.667000', '194922.670000', '194922.675000', '194922.677000', '194922.680000', '194922.682000', '194922.685000', '194922.688000', '194922.690000', '194922.693000', '194922.696000', '194922.698000', '194922.701000', '194922.704000', '194922.707000', '194922.710000', '194922.712000', '194922.715000', '194922.718000', '194922.720000', '194922.723000', '194922.725000', '194922.728000', '194922.731000', '194922.733000', '194922.736000', '194922.738000', '194942.623000', '194942.626000', '194942.629000', '194942.631000', '194942.634000', '194942.637000', '194942.639000', '194942.642000', '194942.644000', '194942.647000', '194942.650000', '194942.652000', '194942.655000', '194942.657000', '194942.660000', '194942.662000', '194942.665000', '194942.668000', '194942.670000', '194942.673000', '194942.676000', '194942.678000', '194942.681000', '194942.692000', '194942.695000', '194942.697000', '194942.700000', '194942.703000', '194942.705000', '194942.708000', '194942.710000', '194942.713000', '194942.716000', '194942.718000', '194942.721000', '194942.723000', '194942.726000', '194942.729000', '194942.731000', '194942.734000', '194942.736000', '194942.739000', '194942.742000', '194942.744000', '195002.623000', '195002.626000', '195002.629000', '195002.632000', '195002.634000', '195002.637000', '195002.639000', '195002.642000', '195002.645000', '195002.647000', '195002.650000', '195002.653000', '195002.655000', '195002.658000', '195002.660000', '195002.663000', '195002.666000', '195002.668000', '195002.671000', '195002.674000', '195002.676000', '195002.679000', '195002.681000', '195002.684000', '195002.687000', '195002.689000', '195002.692000', '195002.695000', '195002.697000', '195002.700000', '195002.703000', '195002.705000', '195002.708000', '195002.710000', '195002.713000', '195002.716000', '195002.718000', '195002.721000', '195002.723000', '195002.726000', '195002.729000', '195002.731000', '195002.734000', '195022.623000', '195022.626000', '195022.629000', '195022.632000', '195022.634000', '195022.637000', '195022.639000', '195022.642000', '195022.645000', '195022.647000', '195022.650000', '195022.652000', '195022.655000', '195022.657000', '195022.660000', '195022.663000', '195022.665000', '195022.668000', '195022.670000', '195022.673000', '195022.676000', '195022.678000', '195022.681000', '195022.683000', '195022.686000', '195022.689000', '195022.691000', '195022.694000', '195022.697000', '195022.699000', '195022.702000', '195022.704000', '195022.716000', '195022.718000', '195022.741000', '195022.744000', '195022.746000', '195022.749000', '195022.751000', '195022.754000', '195022.756000', '195022.759000', '195022.762000', '195022.764000', '195042.624000', '195042.626000', '195042.629000', '195042.632000', '195042.634000', '195042.637000', '195042.639000', '195042.642000', '195042.645000', '195042.647000', '195042.650000', '195042.652000', '195042.655000', '195042.657000', '195042.660000', '195042.663000', '195042.665000', '195042.668000', '195042.671000', '195042.674000', '195042.677000', '195042.685000', '195042.687000', '195042.691000', '195042.693000', '195042.696000', '195042.699000', '195042.701000', '195042.704000', '195042.706000', '195042.709000', '195042.712000', '195042.714000', '195042.717000', '195042.719000', '195042.722000', '195042.725000', '195042.727000', '195042.730000', '195042.732000', '195042.735000', '195042.738000', '195042.740000', '195102.624000', '195102.626000', '195102.629000', '195102.632000', '195102.634000', '195102.637000', '195102.639000', '195102.642000', '195102.645000', '195102.648000', '195102.650000', '195102.653000', '195102.657000', '195102.660000', '195102.663000', '195102.665000', '195102.668000', '195102.670000', '195102.673000', '195102.676000', '195102.678000', '195102.681000', '195102.683000', '195102.686000', '195102.689000', '195102.691000', '195102.694000', '195102.696000', '195102.699000', '195102.702000', '195102.704000', '195102.707000', '195102.709000', '195102.712000', '195102.715000', '195102.717000', '195102.720000', '195102.722000', '195102.725000', '195102.727000', '195102.730000', '195102.733000', '195102.735000', '195102.738000', '195122.623000', '195122.626000', '195122.629000', '195122.632000', '195122.634000', '195122.637000', '195122.639000', '195122.642000', '195122.645000', '195122.647000', '195122.650000', '195122.652000', '195122.655000', '195122.657000', '195122.660000', '195122.663000', '195122.665000', '195122.668000', '195122.670000', '195122.673000', '195122.676000', '195122.678000', '195122.681000', '195122.683000', '195122.686000', '195122.689000', '195122.691000', '195122.694000', '195122.697000', '195122.699000', '195122.702000', '195122.704000', '195122.707000', '195122.710000', '195122.712000', '195122.715000', '195122.717000', '195122.720000', '195122.723000', '195122.725000', '195122.728000', '195122.730000', '195122.733000', '195142.622000', '195142.634000', '195142.637000', '195142.640000', '195142.642000', '195142.645000', '195142.647000', '195142.650000', '195142.653000', '195142.655000', '195142.658000', '195142.660000', '195142.663000', '195142.666000', '195142.668000', '195142.671000', '195142.673000', '195142.676000', '195142.679000', '195142.682000', '195142.684000', '195142.687000', '195142.690000', '195142.692000', '195142.695000', '195142.697000', '195142.700000', '195142.703000', '195142.705000', '195142.708000', '195142.710000', '195142.713000', '195142.716000', '195142.718000', '195142.721000', '195142.728000', '195142.731000', '195142.733000', '195142.736000', '195142.739000', '195142.741000', '195142.744000', '195142.746000', '195142.749000', '195146.136000', '195146.139000', '195146.142000', '195146.145000', '195146.148000', '195146.150000', '195146.153000', '195146.156000'], 'InstanceCreationTime': ['194522.657000', '194522.660000', '194522.663000', '194522.665000', '194522.668000', '194522.670000', '194522.673000', '194522.676000', '194522.678000', '194522.681000', '194522.683000', '194522.686000', '194522.690000', '194522.693000', '194522.695000', '194522.698000', '194522.700000', '194522.703000', '194522.706000', '194522.708000', '194522.711000', '194522.723000', '194522.726000', '194522.729000', '194522.731000', '194522.734000', '194522.736000', '194522.739000', '194522.741000', '194522.744000', '194522.747000', '194522.749000', '194522.752000', '194522.754000', '194522.757000', '194522.759000', '194522.762000', '194522.764000', '194542.624000', '194542.626000', '194542.629000', '194542.632000', '194542.634000', '194542.637000', '194542.639000', '194542.642000', '194542.644000', '194542.647000', '194542.650000', '194542.652000', '194542.655000', '194542.657000', '194542.660000', '194542.662000', '194542.665000', '194542.668000', '194542.670000', '194542.673000', '194542.675000', '194542.678000', '194542.680000', '194542.683000', '194542.685000', '194542.688000', '194542.691000', '194542.693000', '194542.696000', '194542.698000', '194542.701000', '194542.704000', '194542.706000', '194542.709000', '194542.711000', '194542.714000', '194542.716000', '194542.719000', '194542.729000', '194542.732000', '194542.734000', '194542.737000', '194542.739000', '194602.624000', '194602.626000', '194602.650000', '194602.652000', '194602.655000', '194602.657000', '194602.660000', '194602.663000', '194602.665000', '194602.668000', '194602.670000', '194602.673000', '194602.675000', '194602.678000', '194602.681000', '194602.683000', '194602.686000', '194602.688000', '194602.691000', '194602.694000', '194602.696000', '194602.699000', '194602.701000', '194602.704000', '194602.706000', '194602.709000', '194602.711000', '194602.714000', '194602.716000', '194602.719000', '194602.722000', '194602.724000', '194602.727000', '194602.729000', '194602.732000', '194602.734000', '194602.737000', '194602.739000', '194602.742000', '194602.745000', '194602.747000', '194602.750000', '194602.752000', '194602.755000', '194622.623000', '194622.626000', '194622.629000', '194622.632000', '194622.634000', '194622.637000', '194622.639000', '194622.642000', '194622.644000', '194622.647000', '194622.650000', '194622.652000', '194622.655000', '194622.657000', '194622.660000', '194622.663000', '194622.665000', '194622.668000', '194622.670000', '194622.673000', '194622.676000', '194622.679000', '194622.681000', '194622.684000', '194622.686000', '194622.689000', '194622.691000', '194622.694000', '194622.696000', '194622.699000', '194622.702000', '194622.704000', '194622.707000', '194622.709000', '194622.712000', '194622.715000', '194622.717000', '194622.720000', '194622.723000', '194622.725000', '194622.728000', '194622.730000', '194622.733000', '194642.623000', '194642.626000', '194642.629000', '194642.632000', '194642.634000', '194642.637000', '194642.639000', '194642.642000', '194642.644000', '194642.647000', '194642.650000', '194642.652000', '194642.655000', '194642.657000', '194642.660000', '194642.662000', '194642.665000', '194642.668000', '194642.670000', '194642.673000', '194642.675000', '194642.678000', '194642.681000', '194642.683000', '194642.686000', '194642.689000', '194642.691000', '194642.694000', '194642.696000', '194642.699000', '194642.701000', '194642.704000', '194642.707000', '194642.709000', '194642.712000', '194642.714000', '194642.717000', '194642.719000', '194642.722000', '194642.725000', '194642.727000', '194642.730000', '194642.732000', '194642.735000', '194702.623000', '194702.625000', '194702.628000', '194702.631000', '194702.633000', '194702.636000', '194702.638000', '194702.641000', '194702.643000', '194702.646000', '194702.649000', '194702.651000', '194702.654000', '194702.656000', '194702.659000', '194702.662000', '194702.668000', '194702.671000', '194702.674000', '194702.676000', '194702.679000', '194702.681000', '194702.684000', '194702.687000', '194702.689000', '194702.692000', '194702.694000', '194702.697000', '194702.700000', '194702.702000', '194702.705000', '194702.708000', '194702.710000', '194702.713000', '194702.716000', '194702.718000', '194702.721000', '194702.724000', '194702.736000', '194702.738000', '194702.741000', '194702.743000', '194702.746000', '194722.623000', '194722.626000', '194722.629000', '194722.631000', '194722.634000', '194722.637000', '194722.639000', '194722.642000', '194722.645000', '194722.647000', '194722.650000', '194722.652000', '194722.655000', '194722.658000', '194722.660000', '194722.663000', '194722.665000', '194722.668000', '194722.671000', '194722.673000', '194722.676000', '194722.678000', '194722.681000', '194722.684000', '194722.686000', '194722.689000', '194722.692000', '194722.694000', '194722.697000', '194722.699000', '194722.702000', '194722.705000', '194722.707000', '194722.710000', '194722.712000', '194722.715000', '194722.718000', '194722.720000', '194722.723000', '194722.725000', '194722.728000', '194722.730000', '194722.741000', '194722.744000', '194742.624000', '194742.626000', '194742.629000', '194742.632000', '194742.634000', '194742.637000', '194742.639000', '194742.642000', '194742.645000', '194742.647000', '194742.650000', '194742.652000', '194742.655000', '194742.658000', '194742.660000', '194742.663000', '194742.665000', '194742.668000', '194742.671000', '194742.673000', '194742.676000', '194742.678000', '194742.681000', '194742.684000', '194742.686000', '194742.689000', '194742.700000', '194742.703000', '194742.705000', '194742.708000', '194742.711000', '194742.713000', '194742.716000', '194742.718000', '194742.721000', '194742.724000', '194742.726000', '194742.729000', '194742.732000', '194742.734000', '194742.737000', '194742.739000', '194742.742000', '194802.624000', '194802.626000', '194802.629000', '194802.632000', '194802.634000', '194802.637000', '194802.639000', '194802.642000', '194802.645000', '194802.647000', '194802.650000', '194802.652000', '194802.655000', '194802.658000', '194802.660000', '194802.663000', '194802.666000', '194802.668000', '194802.671000', '194802.674000', '194802.676000', '194802.679000', '194802.681000', '194802.684000', '194802.687000', '194802.690000', '194802.693000', '194802.695000', '194802.698000', '194802.700000', '194802.703000', '194802.706000', '194802.708000', '194802.711000', '194802.713000', '194802.716000', '194802.719000', '194802.721000', '194802.724000', '194802.726000', '194802.729000', '194802.732000', '194802.734000', '194802.737000', '194822.624000', '194822.627000', '194822.629000', '194822.632000', '194822.634000', '194822.637000', '194822.639000', '194822.642000', '194822.645000', '194822.647000', '194822.650000', '194822.653000', '194822.655000', '194822.658000', '194822.661000', '194822.663000', '194822.666000', '194822.668000', '194822.671000', '194822.673000', '194822.676000', '194822.679000', '194822.681000', '194822.684000', '194822.686000', '194822.689000', '194822.692000', '194822.695000', '194822.697000', '194822.700000', '194822.702000', '194822.705000', '194822.708000', '194822.710000', '194822.713000', '194822.715000', '194822.718000', '194822.721000', '194822.723000', '194822.726000', '194822.728000', '194822.731000', '194822.734000', '194842.624000', '194842.627000', '194842.630000', '194842.633000', '194842.636000', '194842.638000', '194842.641000', '194842.644000', '194842.646000', '194842.649000', '194842.651000', '194842.654000', '194842.656000', '194842.659000', '194842.662000', '194842.664000', '194842.667000', '194842.669000', '194842.672000', '194842.675000', '194842.677000', '194842.680000', '194842.682000', '194842.685000', '194842.692000', '194842.694000', '194842.697000', '194842.700000', '194842.702000', '194842.705000', '194842.707000', '194842.710000', '194842.713000', '194842.715000', '194842.718000', '194842.720000', '194842.723000', '194842.725000', '194842.728000', '194842.731000', '194842.733000', '194842.736000', '194842.739000', '194902.623000', '194902.626000', '194902.629000', '194902.632000', '194902.634000', '194902.637000', '194902.639000', '194902.642000', '194902.644000', '194902.647000', '194902.650000', '194902.652000', '194902.655000', '194902.658000', '194902.660000', '194902.663000', '194902.666000', '194902.668000', '194902.671000', '194902.674000', '194902.676000', '194902.679000', '194902.681000', '194902.684000', '194902.699000', '194902.701000', '194902.704000', '194902.707000', '194902.709000', '194902.712000', '194902.715000', '194902.717000', '194902.720000', '194902.722000', '194902.725000', '194902.727000', '194902.730000', '194902.733000', '194902.735000', '194902.738000', '194902.740000', '194902.743000', '194902.745000', '194902.748000', '194922.623000', '194922.625000', '194922.628000', '194922.631000', '194922.633000', '194922.636000', '194922.638000', '194922.641000', '194922.644000', '194922.646000', '194922.650000', '194922.653000', '194922.656000', '194922.658000', '194922.661000', '194922.664000', '194922.667000', '194922.670000', '194922.675000', '194922.677000', '194922.680000', '194922.682000', '194922.685000', '194922.688000', '194922.690000', '194922.693000', '194922.696000', '194922.698000', '194922.701000', '194922.704000', '194922.707000', '194922.710000', '194922.712000', '194922.715000', '194922.718000', '194922.720000', '194922.723000', '194922.725000', '194922.728000', '194922.731000', '194922.733000', '194922.736000', '194922.738000', '194942.623000', '194942.626000', '194942.629000', '194942.631000', '194942.634000', '194942.637000', '194942.639000', '194942.642000', '194942.644000', '194942.647000', '194942.650000', '194942.652000', '194942.655000', '194942.657000', '194942.660000', '194942.662000', '194942.665000', '194942.668000', '194942.670000', '194942.673000', '194942.676000', '194942.678000', '194942.681000', '194942.692000', '194942.695000', '194942.697000', '194942.700000', '194942.703000', '194942.705000', '194942.708000', '194942.710000', '194942.713000', '194942.716000', '194942.718000', '194942.721000', '194942.723000', '194942.726000', '194942.729000', '194942.731000', '194942.734000', '194942.736000', '194942.739000', '194942.742000', '194942.744000', '195002.623000', '195002.626000', '195002.629000', '195002.632000', '195002.634000', '195002.637000', '195002.639000', '195002.642000', '195002.645000', '195002.647000', '195002.650000', '195002.653000', '195002.655000', '195002.658000', '195002.660000', '195002.663000', '195002.666000', '195002.668000', '195002.671000', '195002.674000', '195002.676000', '195002.679000', '195002.681000', '195002.684000', '195002.687000', '195002.689000', '195002.692000', '195002.695000', '195002.697000', '195002.700000', '195002.703000', '195002.705000', '195002.708000', '195002.710000', '195002.713000', '195002.716000', '195002.718000', '195002.721000', '195002.723000', '195002.726000', '195002.729000', '195002.731000', '195002.734000', '195022.623000', '195022.626000', '195022.629000', '195022.632000', '195022.634000', '195022.637000', '195022.639000', '195022.642000', '195022.645000', '195022.647000', '195022.650000', '195022.652000', '195022.655000', '195022.657000', '195022.660000', '195022.663000', '195022.665000', '195022.668000', '195022.670000', '195022.673000', '195022.676000', '195022.678000', '195022.681000', '195022.683000', '195022.686000', '195022.689000', '195022.691000', '195022.694000', '195022.697000', '195022.699000', '195022.702000', '195022.704000', '195022.716000', '195022.718000', '195022.741000', '195022.744000', '195022.746000', '195022.749000', '195022.751000', '195022.754000', '195022.756000', '195022.759000', '195022.762000', '195022.764000', '195042.624000', '195042.626000', '195042.629000', '195042.632000', '195042.634000', '195042.637000', '195042.639000', '195042.642000', '195042.645000', '195042.647000', '195042.650000', '195042.652000', '195042.655000', '195042.657000', '195042.660000', '195042.663000', '195042.665000', '195042.668000', '195042.671000', '195042.674000', '195042.677000', '195042.685000', '195042.687000', '195042.691000', '195042.693000', '195042.696000', '195042.699000', '195042.701000', '195042.704000', '195042.706000', '195042.709000', '195042.712000', '195042.714000', '195042.717000', '195042.719000', '195042.722000', '195042.725000', '195042.727000', '195042.730000', '195042.732000', '195042.735000', '195042.738000', '195042.740000', '195102.624000', '195102.626000', '195102.629000', '195102.632000', '195102.634000', '195102.637000', '195102.639000', '195102.642000', '195102.645000', '195102.648000', '195102.650000', '195102.653000', '195102.657000', '195102.660000', '195102.663000', '195102.665000', '195102.668000', '195102.670000', '195102.673000', '195102.676000', '195102.678000', '195102.681000', '195102.683000', '195102.686000', '195102.689000', '195102.691000', '195102.694000', '195102.696000', '195102.699000', '195102.702000', '195102.704000', '195102.707000', '195102.709000', '195102.712000', '195102.715000', '195102.717000', '195102.720000', '195102.722000', '195102.725000', '195102.727000', '195102.730000', '195102.733000', '195102.735000', '195102.738000', '195122.623000', '195122.626000', '195122.629000', '195122.632000', '195122.634000', '195122.637000', '195122.639000', '195122.642000', '195122.645000', '195122.647000', '195122.650000', '195122.652000', '195122.655000', '195122.657000', '195122.660000', '195122.663000', '195122.665000', '195122.668000', '195122.670000', '195122.673000', '195122.676000', '195122.678000', '195122.681000', '195122.683000', '195122.686000', '195122.689000', '195122.691000', '195122.694000', '195122.697000', '195122.699000', '195122.702000', '195122.704000', '195122.707000', '195122.710000', '195122.712000', '195122.715000', '195122.717000', '195122.720000', '195122.723000', '195122.725000', '195122.728000', '195122.730000', '195122.733000', '195142.622000', '195142.634000', '195142.637000', '195142.640000', '195142.642000', '195142.645000', '195142.647000', '195142.650000', '195142.653000', '195142.655000', '195142.658000', '195142.660000', '195142.663000', '195142.666000', '195142.668000', '195142.671000', '195142.673000', '195142.676000', '195142.679000', '195142.682000', '195142.684000', '195142.687000', '195142.690000', '195142.692000', '195142.695000', '195142.697000', '195142.700000', '195142.703000', '195142.705000', '195142.708000', '195142.710000', '195142.713000', '195142.716000', '195142.718000', '195142.721000', '195142.728000', '195142.731000', '195142.733000', '195142.736000', '195142.739000', '195142.741000', '195142.744000', '195142.746000', '195142.749000', '195146.136000', '195146.139000', '195146.142000', '195146.145000', '195146.148000', '195146.150000', '195146.153000', '195146.156000'], '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': [8126, 9149, 8442, 10437, 7563, 9195, 7153, 7080, 7880, 8703, 11418, 7367, 7644, 7292, 8149, 7447, 9941, 8415, 8743, 7114, 7284, 8470, 7552, 8781, 8540, 9526, 7590, 7425, 8536, 7634, 12081, 9402, 9689, 7647, 7248, 8383, 7763, 10774, 8193, 8532, 6725, 7174, 7387, 6934, 7669, 11418, 9118, 8248, 7852, 9097, 8569, 12010, 9755, 9210, 7707, 7576, 8331, 7671, 8244, 7947, 8371, 7093, 7246, 8671, 8775, 11173, 9414, 10971, 7491, 8264, 7506, 8220, 7609, 10684, 8677, 7913, 7498, 7977, 8353, 11332, 8818, 10991, 7683, 7212, 7496, 7312, 7731, 7619, 11208, 7548, 10161, 7604, 10091, 8011, 11793, 9539, 8681, 8048, 7132, 9109, 7637, 12170, 9916, 12857, 7038, 8706, 7588, 7618, 8567, 8021, 8583, 8730, 7587, 7006, 8741, 9712, 11393, 10134, 7967, 8664, 8635, 8292, 9077, 9582, 9311, 7183, 7551, 7198, 8309, 7648, 9264, 8490, 7586, 8101, 7199, 9403, 8415, 9187, 7338, 10287, 7358, 8814, 7913, 8909, 8082, 9045, 8247, 7444, 9716, 8037, 11643, 7542, 10790, 7472, 8809, 7457, 9657, 8128, 11976, 7135, 6470, 7397, 7282, 8679, 8526, 8130, 6923, 7823, 7357, 8513, 7949, 12141, 8343, 8195, 7792, 7182, 9227, 9705, 11641, 7070, 10071, 7318, 10008, 7984, 12193, 7191, 8109, 8104, 7018, 8823, 7789, 12177, 7591, 9720, 7534, 8052, 9037, 9557, 8923, 7204, 8304, 7414, 8900, 7967, 8125, 8473, 7037, 7608, 7419, 9225, 8026, 12205, 8919, 9330, 8399, 7250, 8053, 7696, 10902, 7292, 7414, 7556, 9363, 8376, 7971, 11672, 7521, 10624, 7704, 10196, 9482, 8856, 8074, 7032, 7930, 7429, 9055, 8142, 12789, 7457, 7937, 8281, 8081, 10183, 7828, 12250, 7649, 10119, 7803, 11032, 9326, 9399, 7912, 9580, 8871, 7728, 8377, 7635, 10569, 7575, 9671, 7790, 8353, 8714, 10206, 9425, 7405, 8955, 8031, 10216, 8645, 8908, 7753, 7387, 7430, 7770, 9151, 8001, 8485, 7840, 8443, 9719, 7540, 11430, 7866, 12577, 7893, 10357, 9511, 9272, 11429, 7290, 8589, 7710, 9265, 8690, 8818, 8454, 7388, 8247, 7442, 8837, 7739, 9760, 8548, 7313, 7661, 7969, 9446, 7783, 11030, 7744, 8447, 8816, 9203, 9078, 7569, 11871, 7372, 10214, 7768, 10233, 8295, 12020, 8570, 7021, 7624, 8796, 9757, 8501, 9821, 7659, 9518, 7533, 8800, 7946, 10864, 8824, 8269, 7756, 7619, 9179, 9075, 10044, 7359, 8672, 7174, 8516, 7743, 9648, 8099, 10051, 7741, 8631, 8011, 8893, 9063, 7432, 9688, 7270, 8904, 8079, 10372, 8232, 10935, 7800, 7431, 8063, 7565, 9956, 8542, 7728, 7360, 8236, 7799, 10020, 7820, 12537, 7627, 8153, 8080, 9624, 8376, 11435, 9432, 9347, 7699, 7189, 8291, 8067, 11164, 8124, 8954, 6992, 6889, 7442, 7874, 7795, 12007, 9296, 7996, 8511, 7549, 9540, 12253, 10719, 11381, 8504, 9015, 7909, 7241, 8820, 7562, 8482, 7756, 8195, 7741, 8542, 7664, 10393, 8400, 12470, 8017, 10813, 7829, 10189, 8056, 10941, 7817, 11404, 7664, 8325, 7733, 8817, 7765, 11087, 7751, 10083, 7836, 9783, 7819, 10629, 8510, 11348, 7666, 9988, 7865, 10268, 8541, 11355, 8133, 10135, 7741, 8923, 7540, 8773, 8461, 7871, 9407, 7547, 9239, 8120, 11050, 8341, 13043, 7800, 10916, 7655, 9835, 8078, 8648, 7865, 7603, 8796, 7880, 9671, 7736, 10863, 7682, 9153, 7400, 9185, 7722, 10779, 8215, 13310, 7799, 11297, 7523, 9795, 8167, 12257, 8602, 8841, 7390, 6897, 8171, 7830, 8604, 8183, 7409, 7396, 7772, 7930, 9670, 8088, 11157, 7729, 10456, 8300, 9437, 8716, 8975, 8700, 7460, 8936, 7289, 8011, 7702, 11171, 7859, 10976, 8167, 11059, 9208, 12876, 9592, 8404, 7955, 8468, 8703, 9143, 7759, 7523, 8407, 7804, 9062, 7690, 9192, 8539, 8139, 7686, 7462, 8615, 7609, 11009, 8733, 12745, 7872, 8157, 8860, 9356, 10553, 9004, 13423, 7794, 11303, 7657, 9008, 9121, 9343, 7922, 7618, 8592, 7803, 9848, 8465, 8523, 8145, 8047, 8310, 7871, 11157, 7981, 8964, 7700, 8051, 8537, 8402, 9275, 7589, 8754, 7773, 9122, 7899, 11979, 9271, 8934, 7766, 8045, 8704, 8617, 9316, 7862, 10935, 8003, 9403, 8296, 11513, 9089, 8132, 8167, 7724, 7582, 7827, 10974, 8407, 7826, 8425, 8057, 8315, 7805, 12762, 10028, 8357, 9228, 8458, 9879, 8852, 10370, 7987, 10955, 7853, 8938, 7808, 10143, 8358, 8524, 7814, 7481, 7792, 7387, 10717, 8041, 11662, 7567, 8464, 7724, 8916, 9122, 9473, 8966, 7274, 8429, 7403, 8667, 7554, 12842, 8143, 10175, 7851, 8130, 7722, 8428, 9499, 7918, 7812, 7535, 8783, 7776, 13100, 8545, 9001, 7515, 7992, 9382, 10142, 11657, 7905, 8202, 8158, 8947, 8232, 11511, 8693, 7110, 8489, 8069, 8336, 7839, 11507, 7399, 7757, 7828, 7622, 9182, 7735, 12168, 8181, 9963, 8227, 12066, 10216, 12981, 10385, 7456, 7983, 8565, 8095, 7775, 12270, 7352, 7268, 7803, 8269, 9339, 8933, 12249, 8077, 11196, 7466, 9520, 8945, 7877, 8489, 8019, 8851, 8200, 10171, 8362, 13612, 8031, 9630, 7819, 7609, 9792, 7601, 8907, 7592, 9013, 8095, 9481, 8909, 8558, 7492, 7494, 8175, 7790, 10432, 8283, 12341, 8256, 7284, 8891, 8188, 9386, 7897, 11160, 7797, 10390, 7577, 8913, 9140, 8726, 7603, 7647, 8290, 7745, 10959, 8174, 8467, 7707, 7917, 9403, 8478, 10544, 7186, 12630, 7659, 8324, 7827, 7637, 10554, 7926, 11938, 9175, 13956, 8362, 7322, 7879, 8957, 9731, 7701, 11960, 8642, 12881, 7694, 8769, 8037, 8643, 10584, 7962, 8036, 7676, 8176, 8226, 9504, 8374, 12840, 7350, 7098, 7729, 8293, 9247, 7446, 10500, 7742, 9411, 7646, 7969, 7999, 7976, 11792, 7254, 7004, 8424, 7761, 12862, 10078, 8290, 7967, 8454, 10402, 7822, 11945, 8389, 7272, 7593, 7860, 10329, 8468, 8029, 7590, 6737, 8766, 8118, 9240, 9648, 7482, 9580, 11071, 7305, 7758, 8697, 9592, 10944, 8763, 13462, 8038, 10355, 8068, 11325, 9716, 7986, 7342, 7372, 7503, 7531, 9494, 7672, 10898, 7469, 6654, 7837, 7429, 8224, 7403, 11293, 7840, 10207, 7803, 10792], 'WindowCenter': [3869.0, 3865.0, 3841.0, 3871.0, 3826.0, 3847.0, 3815.0, 3804.0, 3823.0, 3823.0, 3868.0, 3813.0, 3814.0, 3814.0, 3824.0, 3813.0, 3845.0, 3822.0, 3837.0, 3802.0, 3814.0, 3824.0, 3825.0, 3834.0, 3836.0, 3845.0, 3827.0, 3827.0, 3834.0, 3813.0, 3865.0, 3848.0, 3845.0, 3825.0, 3815.0, 3823.0, 3812.0, 3843.0, 3825.0, 3834.0, 3791.0, 3801.0, 3815.0, 3814.0, 3824.0, 3866.0, 3850.0, 3836.0, 3825.0, 3835.0, 3834.0, 3866.0, 3848.0, 3835.0, 3812.0, 3813.0, 3822.0, 3814.0, 3823.0, 3824.0, 3836.0, 3815.0, 3828.0, 3836.0, 3834.0, 3854.0, 3834.0, 3858.0, 3814.0, 3824.0, 3815.0, 3822.0, 3814.0, 3857.0, 3836.0, 3824.0, 3812.0, 3824.0, 3823.0, 3857.0, 3834.0, 3857.0, 3812.0, 3813.0, 3812.0, 3812.0, 3812.0, 3824.0, 3866.0, 3825.0, 3857.0, 3825.0, 3855.0, 3822.0, 3864.0, 3846.0, 3834.0, 3823.0, 3813.0, 3833.0, 3813.0, 3865.0, 3842.0, 3877.0, 3816.0, 3835.0, 3823.0, 3809.0, 3821.0, 3822.0, 3836.0, 3834.0, 3813.0, 3803.0, 3833.0, 3842.0, 3854.0, 3844.0, 3812.0, 3833.0, 3822.0, 3821.0, 3821.0, 3831.0, 3844.0, 3803.0, 3811.0, 3803.0, 3822.0, 3824.0, 3832.0, 3836.0, 3813.0, 3824.0, 3814.0, 3845.0, 3835.0, 3845.0, 3815.0, 3856.0, 3815.0, 3833.0, 3823.0, 3834.0, 3826.0, 3833.0, 3833.0, 3814.0, 3843.0, 3823.0, 3855.0, 3813.0, 3854.0, 3813.0, 3833.0, 3812.0, 3841.0, 3824.0, 3866.0, 3803.0, 3793.0, 3814.0, 3813.0, 3833.0, 3834.0, 3826.0, 3814.0, 3824.0, 3814.0, 3832.0, 3823.0, 3877.0, 3836.0, 3835.0, 3825.0, 3814.0, 3845.0, 3845.0, 3869.0, 3814.0, 3844.0, 3813.0, 3843.0, 3823.0, 3866.0, 3802.0, 3824.0, 3823.0, 3814.0, 3833.0, 3824.0, 3868.0, 3814.0, 3844.0, 3811.0, 3811.0, 3832.0, 3844.0, 3832.0, 3812.0, 3822.0, 3812.0, 3832.0, 3821.0, 3822.0, 3834.0, 3801.0, 3811.0, 3810.0, 3833.0, 3823.0, 3866.0, 3834.0, 3844.0, 3822.0, 3810.0, 3823.0, 3813.0, 3867.0, 3813.0, 3814.0, 3823.0, 3832.0, 3821.0, 3825.0, 3867.0, 3824.0, 3854.0, 3813.0, 3843.0, 3844.0, 3835.0, 3824.0, 3814.0, 3823.0, 3813.0, 3833.0, 3825.0, 3879.0, 3813.0, 3824.0, 3833.0, 3824.0, 3844.0, 3826.0, 3866.0, 3824.0, 3843.0, 3813.0, 3854.0, 3844.0, 3845.0, 3823.0, 3843.0, 3832.0, 3812.0, 3821.0, 3811.0, 3855.0, 3813.0, 3844.0, 3812.0, 3821.0, 3822.0, 3855.0, 3833.0, 3813.0, 3833.0, 3824.0, 3854.0, 3834.0, 3835.0, 3812.0, 3813.0, 3812.0, 3823.0, 3842.0, 3825.0, 3836.0, 3824.0, 3834.0, 3844.0, 3813.0, 3868.0, 3826.0, 3877.0, 3825.0, 3855.0, 3843.0, 3833.0, 3868.0, 3814.0, 3833.0, 3813.0, 3832.0, 3833.0, 3833.0, 3834.0, 3813.0, 3823.0, 3813.0, 3832.0, 3812.0, 3844.0, 3834.0, 3813.0, 3812.0, 3822.0, 3832.0, 3824.0, 3855.0, 3812.0, 3822.0, 3833.0, 3844.0, 3831.0, 3824.0, 3866.0, 3813.0, 3843.0, 3811.0, 3853.0, 3824.0, 3865.0, 3833.0, 3802.0, 3823.0, 3833.0, 3843.0, 3833.0, 3845.0, 3824.0, 3843.0, 3813.0, 3833.0, 3822.0, 3853.0, 3835.0, 3823.0, 3812.0, 3811.0, 3842.0, 3831.0, 3844.0, 3812.0, 3833.0, 3801.0, 3821.0, 3812.0, 3830.0, 3824.0, 3844.0, 3823.0, 3833.0, 3822.0, 3833.0, 3832.0, 3812.0, 3845.0, 3814.0, 3833.0, 3823.0, 3843.0, 3836.0, 3856.0, 3812.0, 3813.0, 3822.0, 3812.0, 3842.0, 3834.0, 3813.0, 3813.0, 3823.0, 3824.0, 3844.0, 3812.0, 3878.0, 3824.0, 3823.0, 3823.0, 3844.0, 3823.0, 3852.0, 3846.0, 3844.0, 3813.0, 3813.0, 3833.0, 3823.0, 3867.0, 3835.0, 3846.0, 3812.0, 3813.0, 3813.0, 3824.0, 3826.0, 3877.0, 3847.0, 3825.0, 3834.0, 3812.0, 3832.0, 3852.0, 3854.0, 3854.0, 3821.0, 3831.0, 3821.0, 3811.0, 3831.0, 3812.0, 3835.0, 3825.0, 3835.0, 3825.0, 3834.0, 3825.0, 3855.0, 3837.0, 3879.0, 3825.0, 3855.0, 3812.0, 3842.0, 3822.0, 3853.0, 3813.0, 3854.0, 3812.0, 3820.0, 3811.0, 3829.0, 3812.0, 3866.0, 3823.0, 3855.0, 3822.0, 3843.0, 3811.0, 3842.0, 3835.0, 3866.0, 3824.0, 3854.0, 3824.0, 3854.0, 3835.0, 3867.0, 3836.0, 3856.0, 3813.0, 3834.0, 3824.0, 3846.0, 3836.0, 3825.0, 3845.0, 3824.0, 3844.0, 3824.0, 3854.0, 3836.0, 3878.0, 3824.0, 3855.0, 3823.0, 3856.0, 3835.0, 3834.0, 3835.0, 3824.0, 3835.0, 3824.0, 3844.0, 3814.0, 3869.0, 3825.0, 3846.0, 3814.0, 3844.0, 3824.0, 3854.0, 3835.0, 3877.0, 3824.0, 3854.0, 3812.0, 3842.0, 3822.0, 3864.0, 3835.0, 3833.0, 3811.0, 3801.0, 3833.0, 3812.0, 3834.0, 3835.0, 3812.0, 3814.0, 3812.0, 3824.0, 3842.0, 3826.0, 3867.0, 3825.0, 3855.0, 3835.0, 3845.0, 3835.0, 3846.0, 3835.0, 3814.0, 3834.0, 3824.0, 3824.0, 3825.0, 3869.0, 3837.0, 3867.0, 3836.0, 3866.0, 3845.0, 3877.0, 3857.0, 3834.0, 3824.0, 3834.0, 3834.0, 3844.0, 3823.0, 3825.0, 3834.0, 3825.0, 3845.0, 3836.0, 3845.0, 3836.0, 3837.0, 3825.0, 3827.0, 3836.0, 3826.0, 3856.0, 3849.0, 3878.0, 3825.0, 3824.0, 3834.0, 3845.0, 3854.0, 3847.0, 3876.0, 3824.0, 3865.0, 3822.0, 3833.0, 3844.0, 3846.0, 3823.0, 3824.0, 3833.0, 3822.0, 3843.0, 3836.0, 3835.0, 3824.0, 3825.0, 3833.0, 3822.0, 3865.0, 3834.0, 3845.0, 3824.0, 3823.0, 3834.0, 3834.0, 3847.0, 3824.0, 3834.0, 3825.0, 3845.0, 3824.0, 3865.0, 3848.0, 3846.0, 3824.0, 3824.0, 3833.0, 3833.0, 3845.0, 3824.0, 3854.0, 3824.0, 3831.0, 3823.0, 3853.0, 3846.0, 3824.0, 3834.0, 3824.0, 3824.0, 3825.0, 3854.0, 3836.0, 3824.0, 3835.0, 3824.0, 3834.0, 3824.0, 3877.0, 3856.0, 3835.0, 3845.0, 3834.0, 3844.0, 3833.0, 3855.0, 3824.0, 3854.0, 3823.0, 3831.0, 3811.0, 3842.0, 3824.0, 3834.0, 3823.0, 3814.0, 3822.0, 3813.0, 3854.0, 3838.0, 3867.0, 3824.0, 3833.0, 3823.0, 3832.0, 3844.0, 3846.0, 3845.0, 3813.0, 3834.0, 3813.0, 3832.0, 3812.0, 3877.0, 3824.0, 3855.0, 3824.0, 3822.0, 3823.0, 3822.0, 3856.0, 3824.0, 3824.0, 3823.0, 3832.0, 3813.0, 3876.0, 3835.0, 3845.0, 3814.0, 3824.0, 3844.0, 3844.0, 3868.0, 3823.0, 3822.0, 3822.0, 3831.0, 3822.0, 3865.0, 3836.0, 3812.0, 3834.0, 3822.0, 3832.0, 3812.0, 3866.0, 3814.0, 3823.0, 3824.0, 3823.0, 3843.0, 3824.0, 3878.0, 3835.0, 3856.0, 3835.0, 3865.0, 3844.0, 3876.0, 3855.0, 3813.0, 3822.0, 3833.0, 3822.0, 3823.0, 3877.0, 3813.0, 3812.0, 3823.0, 3832.0, 3843.0, 3845.0, 3876.0, 3823.0, 3864.0, 3812.0, 3843.0, 3843.0, 3836.0, 3835.0, 3824.0, 3844.0, 3834.0, 3852.0, 3834.0, 3888.0, 3824.0, 3845.0, 3822.0, 3823.0, 3842.0, 3822.0, 3833.0, 3824.0, 3844.0, 3835.0, 3844.0, 3845.0, 3847.0, 3814.0, 3814.0, 3833.0, 3824.0, 3854.0, 3836.0, 3877.0, 3835.0, 3813.0, 3843.0, 3823.0, 3843.0, 3835.0, 3865.0, 3824.0, 3854.0, 3824.0, 3832.0, 3844.0, 3834.0, 3822.0, 3822.0, 3833.0, 3822.0, 3853.0, 3834.0, 3822.0, 3821.0, 3822.0, 3843.0, 3822.0, 3866.0, 3801.0, 3876.0, 3824.0, 3834.0, 3822.0, 3811.0, 3853.0, 3822.0, 3864.0, 3844.0, 3888.0, 3834.0, 3812.0, 3823.0, 3832.0, 3841.0, 3810.0, 3865.0, 3834.0, 3874.0, 3812.0, 3833.0, 3821.0, 3821.0, 3855.0, 3821.0, 3820.0, 3812.0, 3820.0, 3821.0, 3830.0, 3820.0, 3875.0, 3811.0, 3803.0, 3823.0, 3833.0, 3840.0, 3812.0, 3855.0, 3823.0, 3844.0, 3823.0, 3824.0, 3823.0, 3836.0, 3864.0, 3813.0, 3814.0, 3833.0, 3823.0, 3878.0, 3858.0, 3836.0, 3833.0, 3834.0, 3855.0, 3825.0, 3877.0, 3834.0, 3814.0, 3822.0, 3834.0, 3854.0, 3836.0, 3834.0, 3825.0, 3816.0, 3847.0, 3824.0, 3844.0, 3855.0, 3825.0, 3859.0, 3867.0, 3827.0, 3826.0, 3845.0, 3845.0, 3866.0, 3835.0, 3875.0, 3824.0, 3844.0, 3823.0, 3864.0, 3844.0, 3824.0, 3812.0, 3814.0, 3812.0, 3823.0, 3845.0, 3824.0, 3867.0, 3826.0, 3804.0, 3824.0, 3825.0, 3834.0, 3827.0, 3868.0, 3836.0, 3856.0, 3825.0, 3855.0], 'WindowWidth': [8695.0, 8679.0, 8640.0, 8678.0, 8610.0, 8636.0, 8593.0, 8574.0, 8599.0, 8599.0, 8666.0, 8586.0, 8587.0, 8590.0, 8599.0, 8587.0, 8629.0, 8598.0, 8623.0, 8572.0, 8590.0, 8601.0, 8603.0, 8615.0, 8620.0, 8632.0, 8608.0, 8612.0, 8617.0, 8585.0, 8659.0, 8641.0, 8630.0, 8604.0, 8592.0, 8596.0, 8582.0, 8625.0, 8604.0, 8613.0, 8550.0, 8567.0, 8590.0, 8587.0, 8602.0, 8661.0, 8648.0, 8619.0, 8605.0, 8616.0, 8613.0, 8660.0, 8642.0, 8615.0, 8581.0, 8585.0, 8593.0, 8587.0, 8598.0, 8604.0, 8619.0, 8592.0, 8615.0, 8623.0, 8614.0, 8640.0, 8613.0, 8652.0, 8589.0, 8602.0, 8592.0, 8596.0, 8589.0, 8648.0, 8620.0, 8600.0, 8583.0, 8599.0, 8598.0, 8650.0, 8615.0, 8650.0, 8582.0, 8584.0, 8582.0, 8583.0, 8582.0, 8602.0, 8662.0, 8605.0, 8649.0, 8604.0, 8645.0, 8597.0, 8656.0, 8633.0, 8613.0, 8599.0, 8586.0, 8610.0, 8586.0, 8658.0, 8623.0, 8678.0, 8597.0, 8619.0, 8599.0, 8576.0, 8592.0, 8596.0, 8621.0, 8613.0, 8584.0, 8571.0, 8609.0, 8621.0, 8640.0, 8628.0, 8581.0, 8609.0, 8593.0, 8592.0, 8592.0, 8604.0, 8630.0, 8572.0, 8581.0, 8572.0, 8595.0, 8601.0, 8608.0, 8622.0, 8586.0, 8603.0, 8590.0, 8629.0, 8616.0, 8634.0, 8590.0, 8647.0, 8591.0, 8613.0, 8599.0, 8614.0, 8607.0, 8612.0, 8613.0, 8589.0, 8626.0, 8600.0, 8646.0, 8586.0, 8641.0, 8585.0, 8609.0, 8583.0, 8620.0, 8604.0, 8660.0, 8571.0, 8563.0, 8588.0, 8585.0, 8610.0, 8616.0, 8609.0, 8589.0, 8602.0, 8589.0, 8610.0, 8600.0, 8679.0, 8620.0, 8618.0, 8604.0, 8589.0, 8630.0, 8630.0, 8672.0, 8590.0, 8628.0, 8585.0, 8625.0, 8600.0, 8662.0, 8571.0, 8603.0, 8600.0, 8589.0, 8612.0, 8604.0, 8668.0, 8588.0, 8628.0, 8579.0, 8580.0, 8608.0, 8625.0, 8610.0, 8585.0, 8594.0, 8581.0, 8607.0, 8593.0, 8596.0, 8616.0, 8568.0, 8581.0, 8580.0, 8611.0, 8601.0, 8663.0, 8613.0, 8626.0, 8596.0, 8579.0, 8598.0, 8586.0, 8664.0, 8586.0, 8589.0, 8599.0, 8610.0, 8593.0, 8604.0, 8664.0, 8603.0, 8643.0, 8586.0, 8627.0, 8629.0, 8619.0, 8601.0, 8589.0, 8599.0, 8587.0, 8612.0, 8606.0, 8683.0, 8587.0, 8604.0, 8612.0, 8602.0, 8626.0, 8608.0, 8663.0, 8603.0, 8625.0, 8586.0, 8641.0, 8628.0, 8631.0, 8597.0, 8625.0, 8607.0, 8583.0, 8593.0, 8580.0, 8644.0, 8584.0, 8627.0, 8583.0, 8596.0, 8594.0, 8642.0, 8612.0, 8586.0, 8612.0, 8604.0, 8641.0, 8614.0, 8618.0, 8583.0, 8586.0, 8581.0, 8599.0, 8623.0, 8605.0, 8623.0, 8603.0, 8615.0, 8628.0, 8587.0, 8668.0, 8608.0, 8678.0, 8604.0, 8644.0, 8624.0, 8613.0, 8669.0, 8587.0, 8612.0, 8586.0, 8610.0, 8610.0, 8614.0, 8616.0, 8584.0, 8598.0, 8584.0, 8608.0, 8585.0, 8628.0, 8614.0, 8585.0, 8582.0, 8597.0, 8607.0, 8602.0, 8646.0, 8583.0, 8598.0, 8611.0, 8628.0, 8606.0, 8603.0, 8663.0, 8585.0, 8625.0, 8581.0, 8640.0, 8601.0, 8658.0, 8614.0, 8570.0, 8598.0, 8612.0, 8624.0, 8610.0, 8630.0, 8603.0, 8627.0, 8587.0, 8612.0, 8598.0, 8639.0, 8618.0, 8598.0, 8584.0, 8581.0, 8623.0, 8607.0, 8627.0, 8583.0, 8611.0, 8567.0, 8591.0, 8583.0, 8602.0, 8604.0, 8628.0, 8598.0, 8612.0, 8597.0, 8613.0, 8608.0, 8586.0, 8629.0, 8588.0, 8610.0, 8599.0, 8626.0, 8621.0, 8647.0, 8584.0, 8583.0, 8596.0, 8581.0, 8623.0, 8614.0, 8584.0, 8588.0, 8597.0, 8601.0, 8627.0, 8584.0, 8679.0, 8602.0, 8600.0, 8599.0, 8630.0, 8598.0, 8636.0, 8635.0, 8626.0, 8586.0, 8588.0, 8612.0, 8598.0, 8664.0, 8620.0, 8635.0, 8584.0, 8588.0, 8587.0, 8604.0, 8610.0, 8680.0, 8639.0, 8605.0, 8615.0, 8583.0, 8607.0, 8636.0, 8643.0, 8641.0, 8592.0, 8606.0, 8593.0, 8581.0, 8605.0, 8583.0, 8617.0, 8605.0, 8617.0, 8607.0, 8616.0, 8606.0, 8646.0, 8624.0, 8685.0, 8605.0, 8644.0, 8584.0, 8623.0, 8595.0, 8639.0, 8587.0, 8640.0, 8582.0, 8590.0, 8580.0, 8601.0, 8584.0, 8661.0, 8601.0, 8643.0, 8597.0, 8623.0, 8582.0, 8622.0, 8621.0, 8661.0, 8603.0, 8643.0, 8604.0, 8645.0, 8620.0, 8669.0, 8623.0, 8645.0, 8586.0, 8618.0, 8603.0, 8636.0, 8620.0, 8606.0, 8631.0, 8604.0, 8627.0, 8603.0, 8642.0, 8624.0, 8682.0, 8602.0, 8645.0, 8601.0, 8650.0, 8620.0, 8614.0, 8621.0, 8602.0, 8618.0, 8601.0, 8629.0, 8588.0, 8671.0, 8606.0, 8633.0, 8590.0, 8627.0, 8602.0, 8641.0, 8620.0, 8680.0, 8601.0, 8641.0, 8583.0, 8622.0, 8597.0, 8656.0, 8617.0, 8611.0, 8582.0, 8569.0, 8612.0, 8583.0, 8617.0, 8617.0, 8584.0, 8588.0, 8582.0, 8602.0, 8624.0, 8608.0, 8664.0, 8606.0, 8646.0, 8617.0, 8633.0, 8618.0, 8633.0, 8618.0, 8589.0, 8615.0, 8605.0, 8603.0, 8606.0, 8670.0, 8625.0, 8665.0, 8622.0, 8663.0, 8632.0, 8675.0, 8652.0, 8616.0, 8603.0, 8615.0, 8615.0, 8630.0, 8599.0, 8607.0, 8617.0, 8606.0, 8631.0, 8624.0, 8633.0, 8622.0, 8627.0, 8608.0, 8612.0, 8621.0, 8611.0, 8647.0, 8645.0, 8683.0, 8607.0, 8603.0, 8614.0, 8632.0, 8643.0, 8640.0, 8678.0, 8603.0, 8658.0, 8599.0, 8611.0, 8627.0, 8633.0, 8600.0, 8604.0, 8613.0, 8598.0, 8624.0, 8622.0, 8618.0, 8604.0, 8605.0, 8612.0, 8598.0, 8658.0, 8618.0, 8631.0, 8604.0, 8603.0, 8618.0, 8615.0, 8640.0, 8603.0, 8618.0, 8607.0, 8630.0, 8605.0, 8658.0, 8641.0, 8634.0, 8604.0, 8604.0, 8613.0, 8611.0, 8632.0, 8603.0, 8644.0, 8604.0, 8607.0, 8599.0, 8639.0, 8636.0, 8601.0, 8617.0, 8604.0, 8603.0, 8605.0, 8642.0, 8622.0, 8603.0, 8618.0, 8602.0, 8615.0, 8602.0, 8679.0, 8650.0, 8619.0, 8632.0, 8616.0, 8627.0, 8613.0, 8644.0, 8602.0, 8641.0, 8601.0, 8605.0, 8582.0, 8621.0, 8603.0, 8615.0, 8600.0, 8590.0, 8598.0, 8586.0, 8641.0, 8629.0, 8665.0, 8603.0, 8616.0, 8600.0, 8612.0, 8628.0, 8633.0, 8632.0, 8588.0, 8614.0, 8587.0, 8611.0, 8584.0, 8679.0, 8602.0, 8646.0, 8603.0, 8596.0, 8600.0, 8597.0, 8651.0, 8604.0, 8603.0, 8602.0, 8611.0, 8586.0, 8677.0, 8620.0, 8632.0, 8590.0, 8603.0, 8629.0, 8627.0, 8669.0, 8599.0, 8596.0, 8598.0, 8607.0, 8598.0, 8656.0, 8622.0, 8584.0, 8614.0, 8598.0, 8610.0, 8584.0, 8661.0, 8590.0, 8603.0, 8604.0, 8601.0, 8627.0, 8601.0, 8682.0, 8619.0, 8649.0, 8618.0, 8659.0, 8628.0, 8677.0, 8643.0, 8586.0, 8597.0, 8613.0, 8595.0, 8601.0, 8676.0, 8587.0, 8585.0, 8599.0, 8610.0, 8625.0, 8633.0, 8676.0, 8601.0, 8656.0, 8585.0, 8629.0, 8627.0, 8623.0, 8618.0, 8604.0, 8630.0, 8615.0, 8636.0, 8618.0, 8696.0, 8602.0, 8631.0, 8597.0, 8600.0, 8623.0, 8599.0, 8614.0, 8604.0, 8630.0, 8620.0, 8629.0, 8632.0, 8637.0, 8590.0, 8592.0, 8614.0, 8602.0, 8640.0, 8623.0, 8676.0, 8618.0, 8587.0, 8626.0, 8598.0, 8629.0, 8619.0, 8660.0, 8604.0, 8644.0, 8602.0, 8610.0, 8631.0, 8615.0, 8597.0, 8599.0, 8613.0, 8598.0, 8636.0, 8616.0, 8597.0, 8596.0, 8596.0, 8625.0, 8597.0, 8663.0, 8569.0, 8674.0, 8602.0, 8614.0, 8597.0, 8582.0, 8637.0, 8596.0, 8655.0, 8629.0, 8694.0, 8616.0, 8585.0, 8599.0, 8610.0, 8619.0, 8579.0, 8659.0, 8616.0, 8671.0, 8582.0, 8612.0, 8593.0, 8594.0, 8644.0, 8595.0, 8591.0, 8582.0, 8589.0, 8591.0, 8604.0, 8594.0, 8671.0, 8582.0, 8573.0, 8598.0, 8614.0, 8618.0, 8585.0, 8645.0, 8601.0, 8628.0, 8600.0, 8602.0, 8600.0, 8621.0, 8658.0, 8589.0, 8589.0, 8615.0, 8601.0, 8682.0, 8653.0, 8620.0, 8614.0, 8615.0, 8644.0, 8604.0, 8676.0, 8615.0, 8590.0, 8597.0, 8617.0, 8642.0, 8624.0, 8619.0, 8605.0, 8597.0, 8637.0, 8603.0, 8629.0, 8647.0, 8606.0, 8658.0, 8667.0, 8612.0, 8609.0, 8633.0, 8631.0, 8662.0, 8620.0, 8675.0, 8602.0, 8628.0, 8600.0, 8655.0, 8628.0, 8603.0, 8584.0, 8589.0, 8583.0, 8602.0, 8631.0, 8605.0, 8665.0, 8608.0, 8577.0, 8604.0, 8606.0, 8617.0, 8615.0, 8666.0, 8622.0, 8646.0, 8605.0, 8645.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.0019311507479861912</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03663565949367089</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.39595526148616</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1663306486751144</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.994196244262672</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4879</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3585.8357</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13266676339256298</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>144</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.57077100115075</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5988316364827377</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5807673021060764</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.86618320439214</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3495444029499972</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00244872</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003235622076317668</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0205055121332407</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.661033237056377</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>22.0371</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.1994</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.3197</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299498.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.9162</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7895</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.0344</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3012.3567</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3213.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77046.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>880.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4033.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.6154</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.353999401442707</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> |