=== 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-0036 --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-0036",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0036_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0036_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-04/func/sub-0036_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9242e3b5f26820ed7147985431c21d0b</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>18:53:15.777500</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.998786, 0.0490244, 0.00476119, -0.0491983, 0.997602, 0.0486789]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.111738</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4166, -7717, -7219, 591, -17, -25, 93, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>291.619</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b5e2cc03-ef2b-4402-b247-51c7075f9cc9||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.6796703338623047, -0.13199539482593536, 0.006380968727171421, 117.97613525390625], [-0.13152876496315002, 2.6764934062957764, 0.13190586864948273, -88.49603271484375], [0.012773922644555569, -0.13060185313224792, 2.696768283843994, -45.6597900390625], [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': ['185315.777500', '185316.237500', '185316.697500', '185317.157500', '185317.617500', '185318.077500', '185318.537500', '185318.997500', '185319.457500', '185319.917500', '185320.377500', '185320.837500', '185321.297500', '185321.757500', '185322.217500', '185322.677500', '185323.137500', '185323.597500', '185324.057500', '185324.517500', '185324.977500', '185325.437500', '185325.897500', '185326.357500', '185326.817500', '185327.277500', '185327.737500', '185328.197500', '185328.657500', '185329.117500', '185329.577500', '185330.037500', '185330.497500', '185330.957500', '185331.417500', '185331.877500', '185332.337500', '185332.797500', '185333.257500', '185333.717500', '185334.177500', '185334.637500', '185335.097500', '185335.557500', '185336.017500', '185336.477500', '185336.937500', '185337.397500', '185337.857500', '185338.317500', '185338.777500', '185339.237500', '185339.697500', '185340.157500', '185340.617500', '185341.077500', '185341.537500', '185341.997500', '185342.457500', '185342.917500', '185343.377500', '185343.837500', '185344.297500', '185344.757500', '185345.217500', '185345.677500', '185346.137500', '185346.597500', '185347.057500', '185347.517500', '185347.977500', '185348.437500', '185348.897500', '185349.357500', '185349.817500', '185350.277500', '185350.737500', '185351.197500', '185351.657500', '185352.117500', '185352.577500', '185353.037500', '185353.497500', '185353.957500', '185354.417500', '185354.877500', '185355.337500', '185355.797500', '185356.257500', '185356.717500', '185357.177500', '185357.637500', '185358.097500', '185358.557500', '185359.017500', '185359.477500', '185359.937500', '185400.397500', '185400.857500', '185401.317500', '185401.777500', '185402.237500', '185402.697500', '185403.157500', '185403.617500', '185404.077500', '185404.537500', '185404.997500', '185405.457500', '185405.917500', '185406.377500', '185406.837500', '185407.297500', '185407.757500', '185408.217500', '185408.677500', '185409.137500', '185409.597500', '185410.057500', '185410.517500', '185410.977500', '185411.437500', '185411.897500', '185412.357500', '185412.817500', '185413.277500', '185413.737500', '185414.197500', '185414.657500', '185415.117500', '185415.577500', '185416.037500', '185416.497500', '185416.957500', '185417.417500', '185417.877500', '185418.337500', '185418.797500', '185419.257500', '185419.717500', '185420.177500', '185420.637500', '185421.097500', '185421.557500', '185422.017500', '185422.477500', '185422.937500', '185423.397500', '185423.857500', '185424.317500', '185424.777500', '185425.237500', '185425.697500', '185426.157500', '185426.617500', '185427.077500', '185427.537500', '185427.997500', '185428.457500', '185428.917500', '185429.377500', '185429.837500', '185430.297500', '185430.757500', '185431.217500', '185431.677500', '185432.137500', '185432.597500', '185433.057500', '185433.517500', '185433.977500', '185434.437500', '185434.897500', '185435.357500', '185435.817500', '185436.277500', '185436.737500', '185437.197500', '185437.657500', '185438.117500', '185438.577500', '185439.037500', '185439.497500', '185439.957500', '185440.417500', '185440.877500', '185441.337500', '185441.797500', '185442.257500', '185442.717500', '185443.177500', '185443.637500', '185444.097500', '185444.557500', '185445.017500', '185445.477500', '185445.937500', '185446.397500', '185446.857500', '185447.317500', '185447.777500', '185448.237500', '185448.697500', '185449.157500', '185449.617500', '185450.077500', '185450.537500', '185450.997500', '185451.457500', '185451.917500', '185452.377500', '185452.837500', '185453.297500', '185453.757500', '185454.217500', '185454.677500', '185455.137500', '185455.597500', '185456.057500', '185456.517500', '185456.977500', '185457.437500', '185457.897500', '185458.357500', '185458.817500', '185459.277500', '185459.737500', '185500.197500', '185500.657500', '185501.117500', '185501.577500', '185502.037500', '185502.497500', '185502.957500', '185503.417500', '185503.877500', '185504.337500', '185504.797500', '185505.257500', '185505.717500', '185506.177500', '185506.637500', '185507.097500', '185507.557500', '185508.017500', '185508.477500', '185508.937500', '185509.397500', '185509.857500', '185510.317500', '185510.777500', '185511.237500', '185511.697500', '185512.157500', '185512.617500', '185513.077500', '185513.537500', '185513.997500', '185514.457500', '185514.917500', '185515.377500', '185515.837500', '185516.297500', '185516.757500', '185517.217500', '185517.677500', '185518.137500', '185518.597500', '185519.057500', '185519.517500', '185519.977500', '185520.437500', '185520.897500', '185521.357500', '185521.817500', '185522.277500', '185522.737500', '185523.197500', '185523.657500', '185524.117500', '185524.577500', '185525.037500', '185525.497500', '185525.957500', '185526.417500', '185526.877500', '185527.337500', '185527.797500', '185528.257500', '185528.717500', '185529.177500', '185529.637500', '185530.097500', '185530.557500', '185531.017500', '185531.477500', '185531.937500', '185532.397500', '185532.857500', '185533.317500', '185533.777500', '185534.237500', '185534.697500', '185535.157500', '185535.617500', '185536.077500', '185536.537500', '185536.997500', '185537.457500', '185537.917500', '185538.377500', '185538.837500', '185539.297500', '185539.757500', '185540.217500', '185540.677500', '185541.137500', '185541.597500', '185542.057500', '185542.517500', '185542.977500', '185543.437500', '185543.897500', '185544.357500', '185544.817500', '185545.277500', '185545.737500', '185546.197500', '185546.657500', '185547.117500', '185547.577500', '185548.037500', '185548.497500', '185548.957500', '185549.417500', '185549.877500', '185550.337500', '185550.797500', '185551.257500', '185551.717500', '185552.177500', '185552.637500', '185553.097500', '185553.557500', '185554.017500', '185554.477500', '185554.937500', '185555.397500', '185555.857500', '185556.317500', '185556.777500', '185557.237500', '185557.697500', '185558.157500', '185558.617500', '185559.077500', '185559.537500', '185559.997500', '185600.457500', '185600.917500', '185601.377500', '185601.837500', '185602.297500', '185602.757500', '185603.217500', '185603.677500', '185604.137500', '185604.597500', '185605.057500', '185605.517500', '185605.977500', '185606.437500', '185606.897500', '185607.357500', '185607.817500', '185608.277500', '185608.737500', '185609.197500', '185609.657500', '185610.117500', '185610.577500', '185611.037500', '185611.497500', '185611.957500', '185612.417500', '185612.877500', '185613.337500', '185613.797500', '185614.257500', '185614.717500', '185615.177500', '185615.637500', '185616.097500', '185616.557500', '185617.017500', '185617.477500', '185617.937500', '185618.397500', '185618.857500', '185619.317500', '185619.777500', '185620.237500', '185620.697500', '185621.157500', '185621.617500', '185622.077500', '185622.537500', '185622.997500', '185623.457500', '185623.917500', '185624.377500', '185624.837500', '185625.297500', '185625.757500', '185626.217500', '185626.677500', '185627.137500', '185627.597500', '185628.057500', '185628.517500', '185628.977500', '185629.437500', '185629.897500', '185630.357500', '185630.817500', '185631.277500', '185631.737500', '185632.197500', '185632.657500', '185633.117500', '185633.577500', '185634.037500', '185634.497500', '185634.957500', '185635.417500', '185635.877500', '185636.337500', '185636.797500', '185637.257500', '185637.717500', '185638.177500', '185638.637500', '185639.097500', '185639.557500', '185640.017500', '185640.477500', '185640.937500', '185641.397500', '185641.857500', '185642.317500', '185642.777500', '185643.237500', '185643.697500', '185644.157500', '185644.617500', '185645.077500', '185645.537500', '185645.997500', '185646.457500', '185646.917500', '185647.377500', '185647.837500', '185648.297500', '185648.757500', '185649.217500', '185649.677500', '185650.137500', '185650.597500', '185651.057500', '185651.517500', '185651.977500', '185652.437500', '185652.897500', '185653.357500', '185653.817500', '185654.277500', '185654.737500', '185655.197500', '185655.657500', '185656.117500', '185656.577500', '185657.037500', '185657.497500', '185657.957500', '185658.417500', '185658.877500', '185659.337500', '185659.797500', '185700.257500', '185700.717500', '185701.177500', '185701.637500', '185702.097500', '185702.557500', '185703.017500', '185703.477500', '185703.937500', '185704.397500', '185704.857500', '185705.317500', '185705.777500', '185706.237500', '185706.697500', '185707.157500', '185707.617500', '185708.077500', '185708.537500', '185708.997500', '185709.457500', '185709.917500', '185710.377500', '185710.837500', '185711.297500', '185711.757500', '185712.217500', '185712.677500', '185713.137500', '185713.597500', '185714.057500', '185714.517500', '185714.977500', '185715.437500', '185715.897500', '185716.357500', '185716.817500', '185717.277500', '185717.737500', '185718.197500', '185718.657500', '185719.117500', '185719.577500', '185720.037500', '185720.497500', '185720.957500', '185721.417500', '185721.877500', '185722.337500', '185722.797500', '185723.257500', '185723.717500', '185724.177500', '185724.637500', '185725.097500', '185725.557500', '185726.017500', '185726.477500', '185726.937500', '185727.397500', '185727.857500', '185728.317500', '185728.777500', '185729.237500', '185729.697500', '185730.157500', '185730.617500', '185731.077500', '185731.537500', '185731.997500', '185732.457500', '185732.917500', '185733.377500', '185733.837500', '185734.297500', '185734.757500', '185735.217500', '185735.677500', '185736.137500', '185736.597500', '185737.057500', '185737.517500', '185737.977500', '185738.437500', '185738.897500', '185739.357500', '185739.817500', '185740.277500', '185740.737500', '185741.197500', '185741.657500', '185742.117500', '185742.577500', '185743.037500', '185743.497500', '185743.957500', '185744.417500', '185744.877500', '185745.337500', '185745.797500', '185746.257500', '185746.717500', '185747.177500', '185747.637500', '185748.097500', '185748.557500', '185749.017500', '185749.477500', '185749.937500', '185750.397500', '185750.857500', '185751.317500', '185751.777500', '185752.237500', '185752.697500', '185753.157500', '185753.617500', '185754.077500', '185754.537500', '185754.997500', '185755.457500', '185755.917500', '185756.377500', '185756.837500', '185757.297500', '185757.757500', '185758.217500', '185758.677500', '185759.137500', '185759.597500', '185800.057500', '185800.517500', '185800.977500', '185801.437500', '185801.897500', '185802.357500', '185802.817500', '185803.277500', '185803.737500', '185804.197500', '185804.657500', '185805.117500', '185805.577500', '185806.037500', '185806.497500', '185806.957500', '185807.417500', '185807.877500', '185808.337500', '185808.797500', '185809.257500', '185809.717500', '185810.177500', '185810.637500', '185811.097500', '185811.557500', '185812.017500', '185812.477500', '185812.937500', '185813.397500', '185813.857500', '185814.317500', '185814.777500', '185815.237500', '185815.697500', '185816.157500', '185816.617500', '185817.077500', '185817.537500', '185817.997500', '185818.457500', '185818.917500', '185819.377500', '185819.837500', '185820.297500', '185820.757500', '185821.217500', '185821.677500', '185822.137500', '185822.597500', '185823.057500', '185823.517500', '185823.977500', '185824.437500', '185824.897500', '185825.357500', '185825.817500', '185826.277500', '185826.737500', '185827.197500', '185827.657500', '185828.117500', '185828.577500', '185829.037500', '185829.497500', '185829.957500', '185830.417500', '185830.877500', '185831.337500', '185831.797500', '185832.257500', '185832.717500', '185833.177500', '185833.637500', '185834.097500', '185834.557500', '185835.017500', '185835.477500', '185835.937500', '185836.397500', '185836.857500', '185837.317500', '185837.777500', '185838.237500', '185838.697500', '185839.157500', '185839.617500', '185840.077500', '185840.537500', '185840.997500', '185841.457500', '185841.917500', '185842.377500', '185842.837500', '185843.297500', '185843.757500', '185844.217500', '185844.677500', '185845.137500', '185845.597500', '185846.057500', '185846.517500', '185846.977500', '185847.437500', '185847.897500', '185848.357500', '185848.817500', '185849.277500', '185849.737500', '185850.197500', '185850.657500', '185851.117500', '185851.577500', '185852.037500', '185852.497500', '185852.957500', '185853.417500', '185853.877500', '185854.337500', '185854.797500', '185855.257500', '185855.717500', '185856.177500', '185856.637500', '185857.097500', '185857.557500', '185858.017500', '185858.477500', '185858.937500', '185859.397500', '185859.857500', '185900.317500', '185900.777500', '185901.237500', '185901.697500', '185902.157500', '185902.617500', '185903.077500', '185903.537500', '185903.997500', '185904.457500', '185904.917500', '185905.377500', '185905.837500', '185906.297500', '185906.757500', '185907.217500', '185907.677500', '185908.137500', '185908.597500', '185909.057500', '185909.517500', '185909.977500', '185910.437500', '185910.897500', '185911.357500', '185911.817500', '185912.277500', '185912.737500', '185913.197500', '185913.657500', '185914.117500', '185914.577500', '185915.037500', '185915.497500', '185915.957500', '185916.417500', '185916.877500', '185917.337500', '185917.797500', '185918.257500', '185918.717500', '185919.177500', '185919.637500', '185920.097500', '185920.557500', '185921.017500', '185921.477500', '185921.937500', '185922.397500', '185922.857500', '185923.317500', '185923.777500', '185924.237500', '185924.697500', '185925.157500', '185925.617500', '185926.077500', '185926.537500', '185926.997500', '185927.457500', '185927.917500', '185928.377500', '185928.837500', '185929.297500', '185929.757500', '185930.217500', '185930.677500', '185931.137500', '185931.597500', '185932.057500', '185932.517500', '185932.977500', '185933.437500', '185933.897500', '185934.357500', '185934.817500', '185935.277500', '185935.737500', '185936.197500', '185936.657500', '185937.117500', '185937.577500', '185938.037500', '185938.497500', '185938.957500', '185939.417500', '185939.877500', '185940.337500', '185940.797500', '185941.257500', '185941.717500', '185942.177500', '185942.637500', '185943.097500', '185943.557500', '185944.017500', '185944.477500', '185944.937500', '185945.397500', '185945.857500', '185946.317500', '185946.777500', '185947.237500', '185947.697500', '185948.157500', '185948.617500', '185949.077500', '185949.537500', '185949.997500', '185950.457500', '185950.917500', '185951.377500', '185951.837500', '185952.297500', '185952.757500', '185953.217500', '185953.677500', '185954.137500', '185954.597500', '185955.057500', '185955.517500', '185955.977500', '185956.437500'], 'ContentTime': ['185341.554000', '185341.557000', '185341.560000', '185341.562000', '185341.565000', '185341.568000', '185341.570000', '185341.577000', '185341.579000', '185341.582000', '185341.584000', '185341.587000', '185341.589000', '185341.592000', '185341.595000', '185341.597000', '185341.600000', '185341.603000', '185341.606000', '185341.609000', '185341.611000', '185341.614000', '185341.616000', '185341.619000', '185341.621000', '185341.629000', '185341.631000', '185341.634000', '185341.636000', '185341.639000', '185341.642000', '185341.644000', '185341.647000', '185341.649000', '185341.652000', '185341.654000', '185341.657000', '185341.659000', '185341.662000', '185341.664000', '185341.667000', '185341.670000', '185341.672000', '185341.675000', '185341.677000', '185341.680000', '185341.682000', '185341.685000', '185341.687000', '185341.690000', '185341.692000', '185341.695000', '185341.698000', '185401.527000', '185401.529000', '185401.532000', '185401.535000', '185401.537000', '185401.540000', '185401.542000', '185401.545000', '185401.547000', '185401.550000', '185401.552000', '185401.555000', '185401.558000', '185401.560000', '185401.563000', '185401.565000', '185401.568000', '185401.570000', '185401.573000', '185401.575000', '185401.578000', '185401.581000', '185401.583000', '185401.586000', '185401.588000', '185401.594000', '185401.597000', '185401.600000', '185401.602000', '185401.605000', '185401.607000', '185401.610000', '185401.613000', '185401.615000', '185401.618000', '185401.620000', '185401.623000', '185401.625000', '185401.628000', '185401.631000', '185401.633000', '185401.636000', '185401.638000', '185401.641000', '185421.527000', '185421.529000', '185421.542000', '185421.544000', '185421.547000', '185421.549000', '185421.552000', '185421.555000', '185421.557000', '185421.560000', '185421.562000', '185421.565000', '185421.567000', '185421.570000', '185421.572000', '185421.575000', '185421.578000', '185421.580000', '185421.583000', '185421.585000', '185421.588000', '185421.590000', '185421.593000', '185421.595000', '185421.598000', '185421.601000', '185421.603000', '185421.606000', '185421.609000', '185421.627000', '185421.630000', '185421.632000', '185421.635000', '185421.637000', '185421.640000', '185421.642000', '185421.645000', '185421.647000', '185421.650000', '185421.653000', '185421.655000', '185421.658000', '185421.660000', '185441.527000', '185441.529000', '185441.532000', '185441.535000', '185441.537000', '185441.540000', '185441.542000', '185441.545000', '185441.547000', '185441.550000', '185441.552000', '185441.555000', '185441.558000', '185441.560000', '185441.563000', '185441.570000', '185441.572000', '185441.575000', '185441.577000', '185441.580000', '185441.582000', '185441.585000', '185441.587000', '185441.590000', '185441.593000', '185441.595000', '185441.598000', '185441.600000', '185441.603000', '185441.606000', '185441.608000', '185441.611000', '185441.613000', '185441.616000', '185441.618000', '185441.621000', '185441.624000', '185441.626000', '185441.629000', '185441.631000', '185441.634000', '185441.637000', '185441.639000', '185441.642000', '185501.525000', '185501.528000', '185501.531000', '185501.533000', '185501.536000', '185501.538000', '185501.541000', '185501.543000', '185501.546000', '185501.548000', '185501.551000', '185501.554000', '185501.556000', '185501.559000', '185501.561000', '185501.564000', '185501.566000', '185501.569000', '185501.580000', '185501.583000', '185501.586000', '185501.589000', '185501.591000', '185501.594000', '185501.596000', '185501.599000', '185501.602000', '185501.604000', '185501.607000', '185501.610000', '185501.612000', '185501.615000', '185501.617000', '185501.620000', '185501.622000', '185501.625000', '185501.627000', '185501.630000', '185501.633000', '185501.635000', '185501.638000', '185501.640000', '185501.644000', '185521.525000', '185521.528000', '185521.531000', '185521.533000', '185521.536000', '185521.539000', '185521.541000', '185521.544000', '185521.546000', '185521.549000', '185521.551000', '185521.554000', '185521.556000', '185521.559000', '185521.562000', '185521.564000', '185521.567000', '185521.569000', '185521.572000', '185521.574000', '185521.577000', '185521.580000', '185521.582000', '185521.585000', '185521.587000', '185521.590000', '185521.592000', '185521.595000', '185521.598000', '185521.600000', '185521.603000', '185521.605000', '185521.608000', '185521.611000', '185521.613000', '185521.616000', '185521.618000', '185521.621000', '185521.624000', '185521.626000', '185521.629000', '185521.631000', '185521.634000', '185521.637000', '185541.527000', '185541.529000', '185541.532000', '185541.535000', '185541.537000', '185541.540000', '185541.542000', '185541.545000', '185541.547000', '185541.550000', '185541.552000', '185541.555000', '185541.558000', '185541.560000', '185541.563000', '185541.565000', '185541.568000', '185541.570000', '185541.573000', '185541.576000', '185541.578000', '185541.581000', '185541.583000', '185541.586000', '185541.588000', '185541.591000', '185541.594000', '185541.596000', '185541.599000', '185541.601000', '185541.604000', '185541.607000', '185541.609000', '185541.612000', '185541.614000', '185541.617000', '185541.619000', '185541.622000', '185541.624000', '185541.627000', '185541.630000', '185541.632000', '185541.635000', '185601.526000', '185601.529000', '185601.532000', '185601.534000', '185601.537000', '185601.539000', '185601.542000', '185601.544000', '185601.547000', '185601.550000', '185601.552000', '185601.555000', '185601.557000', '185601.560000', '185601.562000', '185601.565000', '185601.568000', '185601.570000', '185601.573000', '185601.575000', '185601.578000', '185601.580000', '185601.583000', '185601.585000', '185601.588000', '185601.608000', '185601.610000', '185601.613000', '185601.615000', '185601.618000', '185601.621000', '185601.623000', '185601.626000', '185601.628000', '185601.631000', '185601.633000', '185601.636000', '185601.639000', '185601.641000', '185601.644000', '185601.646000', '185601.649000', '185601.652000', '185601.654000', '185621.527000', '185621.529000', '185621.532000', '185621.534000', '185621.537000', '185621.540000', '185621.542000', '185621.545000', '185621.547000', '185621.550000', '185621.553000', '185621.555000', '185621.558000', '185621.560000', '185621.563000', '185621.566000', '185621.568000', '185621.571000', '185621.573000', '185621.576000', '185621.578000', '185621.581000', '185621.583000', '185621.586000', '185621.589000', '185621.591000', '185621.594000', '185621.596000', '185621.599000', '185621.602000', '185621.604000', '185621.607000', '185621.609000', '185621.612000', '185621.614000', '185621.617000', '185621.619000', '185621.622000', '185621.625000', '185621.627000', '185621.630000', '185621.632000', '185621.635000', '185641.527000', '185641.530000', '185641.533000', '185641.536000', '185641.539000', '185641.541000', '185641.544000', '185641.547000', '185641.549000', '185641.552000', '185641.554000', '185641.557000', '185641.560000', '185641.562000', '185641.565000', '185641.567000', '185641.570000', '185641.572000', '185641.575000', '185641.577000', '185641.580000', '185641.588000', '185641.591000', '185641.593000', '185641.596000', '185641.599000', '185641.601000', '185641.604000', '185641.606000', '185641.609000', '185641.612000', '185641.614000', '185641.617000', '185641.619000', '185641.622000', '185641.624000', '185641.627000', '185641.629000', '185641.632000', '185641.635000', '185641.637000', '185641.640000', '185641.642000', '185701.527000', '185701.530000', '185701.532000', '185701.535000', '185701.537000', '185701.540000', '185701.542000', '185701.545000', '185701.547000', '185701.550000', '185701.553000', '185701.555000', '185701.558000', '185701.560000', '185701.563000', '185701.565000', '185701.568000', '185701.571000', '185701.573000', '185701.576000', '185701.578000', '185701.581000', '185701.583000', '185701.586000', '185701.589000', '185701.591000', '185701.594000', '185701.596000', '185701.599000', '185701.602000', '185701.604000', '185701.607000', '185701.609000', '185701.612000', '185701.614000', '185701.617000', '185701.619000', '185701.622000', '185701.625000', '185701.627000', '185701.630000', '185701.632000', '185701.635000', '185701.637000', '185721.526000', '185721.528000', '185721.531000', '185721.534000', '185721.536000', '185721.539000', '185721.541000', '185721.544000', '185721.547000', '185721.549000', '185721.554000', '185721.557000', '185721.560000', '185721.562000', '185721.565000', '185721.567000', '185721.570000', '185721.572000', '185721.575000', '185721.578000', '185721.580000', '185721.583000', '185721.585000', '185721.588000', '185721.591000', '185721.593000', '185721.596000', '185721.598000', '185721.601000', '185721.604000', '185721.606000', '185721.609000', '185721.611000', '185721.614000', '185721.616000', '185721.619000', '185721.622000', '185721.624000', '185721.627000', '185721.630000', '185721.632000', '185721.635000', '185721.637000', '185721.640000', '185741.526000', '185741.529000', '185741.531000', '185741.534000', '185741.536000', '185741.539000', '185741.553000', '185741.556000', '185741.558000', '185741.561000', '185741.563000', '185741.566000', '185741.568000', '185741.571000', '185741.574000', '185741.576000', '185741.579000', '185741.581000', '185741.584000', '185741.586000', '185741.589000', '185741.592000', '185741.594000', '185741.597000', '185741.600000', '185741.602000', '185741.605000', '185741.607000', '185741.610000', '185741.613000', '185741.615000', '185741.618000', '185741.620000', '185741.623000', '185741.625000', '185741.628000', '185741.631000', '185741.633000', '185741.636000', '185741.638000', '185741.641000', '185741.643000', '185741.646000', '185801.527000', '185801.529000', '185801.532000', '185801.534000', '185801.537000', '185801.540000', '185801.542000', '185801.545000', '185801.547000', '185801.550000', '185801.552000', '185801.555000', '185801.558000', '185801.560000', '185801.563000', '185801.565000', '185801.568000', '185801.570000', '185801.573000', '185801.575000', '185801.578000', '185801.581000', '185801.583000', '185801.586000', '185801.588000', '185801.591000', '185801.593000', '185801.596000', '185801.599000', '185801.601000', '185801.604000', '185801.606000', '185801.609000', '185801.612000', '185801.614000', '185801.617000', '185801.620000', '185801.622000', '185801.625000', '185801.627000', '185801.630000', '185801.632000', '185801.635000', '185801.637000', '185821.527000', '185821.529000', '185821.532000', '185821.535000', '185821.537000', '185821.540000', '185821.542000', '185821.545000', '185821.547000', '185821.550000', '185821.553000', '185821.555000', '185821.558000', '185821.560000', '185821.563000', '185821.565000', '185821.568000', '185821.570000', '185821.573000', '185821.576000', '185821.578000', '185821.581000', '185821.583000', '185821.586000', '185821.588000', '185821.591000', '185821.594000', '185821.596000', '185821.599000', '185821.601000', '185821.604000', '185821.606000', '185821.609000', '185821.612000', '185821.614000', '185821.617000', '185821.620000', '185821.622000', '185821.625000', '185821.627000', '185821.630000', '185821.632000', '185821.635000', '185841.527000', '185841.530000', '185841.532000', '185841.535000', '185841.537000', '185841.540000', '185841.543000', '185841.545000', '185841.548000', '185841.550000', '185841.553000', '185841.556000', '185841.558000', '185841.561000', '185841.563000', '185841.566000', '185841.568000', '185841.571000', '185841.574000', '185841.576000', '185841.579000', '185841.581000', '185841.584000', '185841.587000', '185841.589000', '185841.592000', '185841.594000', '185841.597000', '185841.600000', '185841.602000', '185841.605000', '185841.607000', '185841.610000', '185841.613000', '185841.615000', '185841.618000', '185841.620000', '185841.623000', '185841.625000', '185841.628000', '185841.630000', '185841.633000', '185841.636000', '185841.638000', '185901.527000', '185901.530000', '185901.532000', '185901.535000', '185901.537000', '185901.540000', '185901.542000', '185901.545000', '185901.548000', '185901.550000', '185901.553000', '185901.555000', '185901.558000', '185901.560000', '185901.563000', '185901.565000', '185901.568000', '185901.580000', '185901.583000', '185901.585000', '185901.588000', '185901.590000', '185901.593000', '185901.595000', '185901.598000', '185901.601000', '185901.603000', '185901.606000', '185901.608000', '185901.611000', '185901.614000', '185901.616000', '185901.619000', '185901.621000', '185901.624000', '185901.626000', '185901.629000', '185901.632000', '185901.634000', '185901.637000', '185901.639000', '185901.642000', '185901.644000', '185921.527000', '185921.529000', '185921.532000', '185921.535000', '185921.537000', '185921.540000', '185921.542000', '185921.545000', '185921.547000', '185921.550000', '185921.553000', '185921.555000', '185921.558000', '185921.562000', '185921.565000', '185921.567000', '185921.570000', '185921.572000', '185921.575000', '185921.578000', '185921.580000', '185921.583000', '185921.585000', '185921.588000', '185921.590000', '185921.593000', '185921.596000', '185921.598000', '185921.601000', '185921.603000', '185921.606000', '185921.609000', '185921.611000', '185921.615000', '185921.618000', '185921.621000', '185921.623000', '185921.626000', '185921.629000', '185921.631000', '185921.634000', '185921.636000', '185921.639000', '185941.526000', '185941.529000', '185941.531000', '185941.534000', '185941.537000', '185941.539000', '185941.542000', '185941.544000', '185941.547000', '185941.549000', '185941.552000', '185941.554000', '185941.557000', '185941.559000', '185941.562000', '185941.565000', '185941.567000', '185941.570000', '185941.572000', '185941.575000', '185941.577000', '185941.580000', '185941.583000', '185941.585000', '185941.588000', '185941.590000', '185941.593000', '185941.595000', '185941.598000', '185941.601000', '185941.603000', '185941.606000', '185941.609000', '185941.612000', '185941.614000', '185941.617000', '185941.619000', '185941.622000', '185941.625000', '185941.627000', '185941.630000', '185941.632000', '185941.635000', '185941.637000', '185957.827000', '185957.829000', '185957.832000', '185957.835000', '185957.838000', '185957.840000', '185957.843000', '185957.850000', '185957.853000', '185957.859000', '185957.862000', '185957.864000', '185957.867000', '185957.870000', '185957.872000', '185957.875000', '185957.877000', '185957.880000', '185957.883000', '185957.885000', '185957.888000', '185957.890000', '185957.893000', '185957.896000', '185957.898000', '185957.901000', '185957.903000', '185957.906000', '185957.910000', '185957.913000', '185957.916000', '185957.919000', '185957.921000', '185957.924000', '185957.927000', '185957.930000'], 'InstanceCreationTime': ['185341.554000', '185341.557000', '185341.560000', '185341.562000', '185341.565000', '185341.568000', '185341.570000', '185341.577000', '185341.579000', '185341.582000', '185341.584000', '185341.587000', '185341.589000', '185341.592000', '185341.595000', '185341.597000', '185341.600000', '185341.603000', '185341.606000', '185341.609000', '185341.611000', '185341.614000', '185341.616000', '185341.619000', '185341.621000', '185341.629000', '185341.631000', '185341.634000', '185341.636000', '185341.639000', '185341.642000', '185341.644000', '185341.647000', '185341.649000', '185341.652000', '185341.654000', '185341.657000', '185341.659000', '185341.662000', '185341.664000', '185341.667000', '185341.670000', '185341.672000', '185341.675000', '185341.677000', '185341.680000', '185341.682000', '185341.685000', '185341.687000', '185341.690000', '185341.692000', '185341.695000', '185341.698000', '185401.527000', '185401.529000', '185401.532000', '185401.535000', '185401.537000', '185401.540000', '185401.542000', '185401.545000', '185401.547000', '185401.550000', '185401.552000', '185401.555000', '185401.558000', '185401.560000', '185401.563000', '185401.565000', '185401.568000', '185401.570000', '185401.573000', '185401.575000', '185401.578000', '185401.581000', '185401.583000', '185401.586000', '185401.588000', '185401.594000', '185401.597000', '185401.600000', '185401.602000', '185401.605000', '185401.607000', '185401.610000', '185401.613000', '185401.615000', '185401.618000', '185401.620000', '185401.623000', '185401.625000', '185401.628000', '185401.631000', '185401.633000', '185401.636000', '185401.638000', '185401.641000', '185421.527000', '185421.529000', '185421.542000', '185421.544000', '185421.547000', '185421.549000', '185421.552000', '185421.555000', '185421.557000', '185421.560000', '185421.562000', '185421.565000', '185421.567000', '185421.570000', '185421.572000', '185421.575000', '185421.578000', '185421.580000', '185421.583000', '185421.585000', '185421.588000', '185421.590000', '185421.593000', '185421.595000', '185421.598000', '185421.601000', '185421.603000', '185421.606000', '185421.609000', '185421.627000', '185421.630000', '185421.632000', '185421.635000', '185421.637000', '185421.640000', '185421.642000', '185421.645000', '185421.647000', '185421.650000', '185421.653000', '185421.655000', '185421.658000', '185421.660000', '185441.527000', '185441.529000', '185441.532000', '185441.535000', '185441.537000', '185441.540000', '185441.542000', '185441.545000', '185441.547000', '185441.550000', '185441.552000', '185441.555000', '185441.558000', '185441.560000', '185441.563000', '185441.570000', '185441.572000', '185441.575000', '185441.577000', '185441.580000', '185441.582000', '185441.585000', '185441.587000', '185441.590000', '185441.593000', '185441.595000', '185441.598000', '185441.600000', '185441.603000', '185441.606000', '185441.608000', '185441.611000', '185441.613000', '185441.616000', '185441.618000', '185441.621000', '185441.624000', '185441.626000', '185441.629000', '185441.631000', '185441.634000', '185441.637000', '185441.639000', '185441.642000', '185501.525000', '185501.528000', '185501.531000', '185501.533000', '185501.536000', '185501.538000', '185501.541000', '185501.543000', '185501.546000', '185501.548000', '185501.551000', '185501.554000', '185501.556000', '185501.559000', '185501.561000', '185501.564000', '185501.566000', '185501.569000', '185501.580000', '185501.583000', '185501.586000', '185501.589000', '185501.591000', '185501.594000', '185501.596000', '185501.599000', '185501.602000', '185501.604000', '185501.607000', '185501.610000', '185501.612000', '185501.615000', '185501.617000', '185501.620000', '185501.622000', '185501.625000', '185501.627000', '185501.630000', '185501.633000', '185501.635000', '185501.638000', '185501.640000', '185501.644000', '185521.525000', '185521.528000', '185521.531000', '185521.533000', '185521.536000', '185521.539000', '185521.541000', '185521.544000', '185521.546000', '185521.549000', '185521.551000', '185521.554000', '185521.556000', '185521.559000', '185521.562000', '185521.564000', '185521.567000', '185521.569000', '185521.572000', '185521.574000', '185521.577000', '185521.580000', '185521.582000', '185521.585000', '185521.587000', '185521.590000', '185521.592000', '185521.595000', '185521.598000', '185521.600000', '185521.603000', '185521.605000', '185521.608000', '185521.611000', '185521.613000', '185521.616000', '185521.618000', '185521.621000', '185521.624000', '185521.626000', '185521.629000', '185521.631000', '185521.634000', '185521.637000', '185541.527000', '185541.529000', '185541.532000', '185541.535000', '185541.537000', '185541.540000', '185541.542000', '185541.545000', '185541.547000', '185541.550000', '185541.552000', '185541.555000', '185541.558000', '185541.560000', '185541.563000', '185541.565000', '185541.568000', '185541.570000', '185541.573000', '185541.576000', '185541.578000', '185541.581000', '185541.583000', '185541.586000', '185541.588000', '185541.591000', '185541.594000', '185541.596000', '185541.599000', '185541.601000', '185541.604000', '185541.607000', '185541.609000', '185541.612000', '185541.614000', '185541.617000', '185541.619000', '185541.622000', '185541.624000', '185541.627000', '185541.630000', '185541.632000', '185541.635000', '185601.526000', '185601.529000', '185601.532000', '185601.534000', '185601.537000', '185601.539000', '185601.542000', '185601.544000', '185601.547000', '185601.550000', '185601.552000', '185601.555000', '185601.557000', '185601.560000', '185601.562000', '185601.565000', '185601.568000', '185601.570000', '185601.573000', '185601.575000', '185601.578000', '185601.580000', '185601.583000', '185601.585000', '185601.588000', '185601.608000', '185601.610000', '185601.613000', '185601.615000', '185601.618000', '185601.621000', '185601.623000', '185601.626000', '185601.628000', '185601.631000', '185601.633000', '185601.636000', '185601.639000', '185601.641000', '185601.644000', '185601.646000', '185601.649000', '185601.652000', '185601.654000', '185621.527000', '185621.529000', '185621.532000', '185621.534000', '185621.537000', '185621.540000', '185621.542000', '185621.545000', '185621.547000', '185621.550000', '185621.553000', '185621.555000', '185621.558000', '185621.560000', '185621.563000', '185621.566000', '185621.568000', '185621.571000', '185621.573000', '185621.576000', '185621.578000', '185621.581000', '185621.583000', '185621.586000', '185621.589000', '185621.591000', '185621.594000', '185621.596000', '185621.599000', '185621.602000', '185621.604000', '185621.607000', '185621.609000', '185621.612000', '185621.614000', '185621.617000', '185621.619000', '185621.622000', '185621.625000', '185621.627000', '185621.630000', '185621.632000', '185621.635000', '185641.527000', '185641.530000', '185641.533000', '185641.536000', '185641.539000', '185641.541000', '185641.544000', '185641.547000', '185641.549000', '185641.552000', '185641.554000', '185641.557000', '185641.560000', '185641.562000', '185641.565000', '185641.567000', '185641.570000', '185641.572000', '185641.575000', '185641.577000', '185641.580000', '185641.588000', '185641.591000', '185641.593000', '185641.596000', '185641.599000', '185641.601000', '185641.604000', '185641.606000', '185641.609000', '185641.612000', '185641.614000', '185641.617000', '185641.619000', '185641.622000', '185641.624000', '185641.627000', '185641.629000', '185641.632000', '185641.635000', '185641.637000', '185641.640000', '185641.642000', '185701.527000', '185701.530000', '185701.532000', '185701.535000', '185701.537000', '185701.540000', '185701.542000', '185701.545000', '185701.547000', '185701.550000', '185701.553000', '185701.555000', '185701.558000', '185701.560000', '185701.563000', '185701.565000', '185701.568000', '185701.571000', '185701.573000', '185701.576000', '185701.578000', '185701.581000', '185701.583000', '185701.586000', '185701.589000', '185701.591000', '185701.594000', '185701.596000', '185701.599000', '185701.602000', '185701.604000', '185701.607000', '185701.609000', '185701.612000', '185701.614000', '185701.617000', '185701.619000', '185701.622000', '185701.625000', '185701.627000', '185701.630000', '185701.632000', '185701.635000', '185701.637000', '185721.526000', '185721.528000', '185721.531000', '185721.534000', '185721.536000', '185721.539000', '185721.541000', '185721.544000', '185721.547000', '185721.549000', '185721.554000', '185721.557000', '185721.560000', '185721.562000', '185721.565000', '185721.567000', '185721.570000', '185721.572000', '185721.575000', '185721.578000', '185721.580000', '185721.583000', '185721.585000', '185721.588000', '185721.591000', '185721.593000', '185721.596000', '185721.598000', '185721.601000', '185721.604000', '185721.606000', '185721.609000', '185721.611000', '185721.614000', '185721.616000', '185721.619000', '185721.622000', '185721.624000', '185721.627000', '185721.630000', '185721.632000', '185721.635000', '185721.637000', '185721.640000', '185741.526000', '185741.529000', '185741.531000', '185741.534000', '185741.536000', '185741.539000', '185741.553000', '185741.556000', '185741.558000', '185741.561000', '185741.563000', '185741.566000', '185741.568000', '185741.571000', '185741.574000', '185741.576000', '185741.579000', '185741.581000', '185741.584000', '185741.586000', '185741.589000', '185741.592000', '185741.594000', '185741.597000', '185741.600000', '185741.602000', '185741.605000', '185741.607000', '185741.610000', '185741.613000', '185741.615000', '185741.618000', '185741.620000', '185741.623000', '185741.625000', '185741.628000', '185741.631000', '185741.633000', '185741.636000', '185741.638000', '185741.641000', '185741.643000', '185741.646000', '185801.527000', '185801.529000', '185801.532000', '185801.534000', '185801.537000', '185801.540000', '185801.542000', '185801.545000', '185801.547000', '185801.550000', '185801.552000', '185801.555000', '185801.558000', '185801.560000', '185801.563000', '185801.565000', '185801.568000', '185801.570000', '185801.573000', '185801.575000', '185801.578000', '185801.581000', '185801.583000', '185801.586000', '185801.588000', '185801.591000', '185801.593000', '185801.596000', '185801.599000', '185801.601000', '185801.604000', '185801.606000', '185801.609000', '185801.612000', '185801.614000', '185801.617000', '185801.620000', '185801.622000', '185801.625000', '185801.627000', '185801.630000', '185801.632000', '185801.635000', '185801.637000', '185821.527000', '185821.529000', '185821.532000', '185821.535000', '185821.537000', '185821.540000', '185821.542000', '185821.545000', '185821.547000', '185821.550000', '185821.553000', '185821.555000', '185821.558000', '185821.560000', '185821.563000', '185821.565000', '185821.568000', '185821.570000', '185821.573000', '185821.576000', '185821.578000', '185821.581000', '185821.583000', '185821.586000', '185821.588000', '185821.591000', '185821.594000', '185821.596000', '185821.599000', '185821.601000', '185821.604000', '185821.606000', '185821.609000', '185821.612000', '185821.614000', '185821.617000', '185821.620000', '185821.622000', '185821.625000', '185821.627000', '185821.630000', '185821.632000', '185821.635000', '185841.527000', '185841.530000', '185841.532000', '185841.535000', '185841.537000', '185841.540000', '185841.543000', '185841.545000', '185841.548000', '185841.550000', '185841.553000', '185841.556000', '185841.558000', '185841.561000', '185841.563000', '185841.566000', '185841.568000', '185841.571000', '185841.574000', '185841.576000', '185841.579000', '185841.581000', '185841.584000', '185841.587000', '185841.589000', '185841.592000', '185841.594000', '185841.597000', '185841.600000', '185841.602000', '185841.605000', '185841.607000', '185841.610000', '185841.613000', '185841.615000', '185841.618000', '185841.620000', '185841.623000', '185841.625000', '185841.628000', '185841.630000', '185841.633000', '185841.636000', '185841.638000', '185901.527000', '185901.530000', '185901.532000', '185901.535000', '185901.537000', '185901.540000', '185901.542000', '185901.545000', '185901.548000', '185901.550000', '185901.553000', '185901.555000', '185901.558000', '185901.560000', '185901.563000', '185901.565000', '185901.568000', '185901.580000', '185901.583000', '185901.585000', '185901.588000', '185901.590000', '185901.593000', '185901.595000', '185901.598000', '185901.601000', '185901.603000', '185901.606000', '185901.608000', '185901.611000', '185901.614000', '185901.616000', '185901.619000', '185901.621000', '185901.624000', '185901.626000', '185901.629000', '185901.632000', '185901.634000', '185901.637000', '185901.639000', '185901.642000', '185901.644000', '185921.527000', '185921.529000', '185921.532000', '185921.535000', '185921.537000', '185921.540000', '185921.542000', '185921.545000', '185921.547000', '185921.550000', '185921.553000', '185921.555000', '185921.558000', '185921.562000', '185921.565000', '185921.567000', '185921.570000', '185921.572000', '185921.575000', '185921.578000', '185921.580000', '185921.583000', '185921.585000', '185921.588000', '185921.590000', '185921.593000', '185921.596000', '185921.598000', '185921.601000', '185921.603000', '185921.606000', '185921.609000', '185921.611000', '185921.615000', '185921.618000', '185921.621000', '185921.623000', '185921.626000', '185921.629000', '185921.631000', '185921.634000', '185921.636000', '185921.639000', '185941.526000', '185941.529000', '185941.531000', '185941.534000', '185941.537000', '185941.539000', '185941.542000', '185941.544000', '185941.547000', '185941.549000', '185941.552000', '185941.554000', '185941.557000', '185941.559000', '185941.562000', '185941.565000', '185941.567000', '185941.570000', '185941.572000', '185941.575000', '185941.577000', '185941.580000', '185941.583000', '185941.585000', '185941.588000', '185941.590000', '185941.593000', '185941.595000', '185941.598000', '185941.601000', '185941.603000', '185941.606000', '185941.609000', '185941.612000', '185941.614000', '185941.617000', '185941.619000', '185941.622000', '185941.625000', '185941.627000', '185941.630000', '185941.632000', '185941.635000', '185941.637000', '185957.827000', '185957.829000', '185957.832000', '185957.835000', '185957.838000', '185957.840000', '185957.843000', '185957.850000', '185957.853000', '185957.859000', '185957.862000', '185957.864000', '185957.867000', '185957.870000', '185957.872000', '185957.875000', '185957.877000', '185957.880000', '185957.883000', '185957.885000', '185957.888000', '185957.890000', '185957.893000', '185957.896000', '185957.898000', '185957.901000', '185957.903000', '185957.906000', '185957.910000', '185957.913000', '185957.916000', '185957.919000', '185957.921000', '185957.924000', '185957.927000', '185957.930000'], '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': [15949, 10276, 14887, 17854, 14214, 16718, 10825, 15630, 16910, 12865, 17206, 11383, 16117, 11659, 13053, 18139, 12184, 16101, 16467, 12771, 17341, 11443, 15850, 16544, 11454, 16452, 11185, 15502, 18754, 11610, 15840, 9966, 14037, 18427, 10944, 15290, 13129, 11719, 17045, 10383, 15330, 14706, 11802, 17017, 10886, 15602, 9495, 13008, 18468, 12638, 15387, 9320, 11695, 18615, 12487, 15662, 9593, 13353, 19562, 13387, 15378, 9456, 12267, 18843, 12895, 14955, 10281, 11941, 18240, 11673, 15448, 17378, 12457, 20128, 11571, 15227, 10688, 15112, 15373, 11165, 17437, 10341, 13985, 18256, 12168, 15593, 14908, 11644, 16816, 11180, 15177, 17511, 11715, 16646, 10489, 15890, 19843, 12322, 15554, 9736, 14524, 19566, 11442, 15969, 10578, 15193, 16350, 11339, 16284, 10881, 15168, 9572, 12610, 18802, 12159, 15107, 9364, 12874, 18844, 12866, 14656, 9557, 14229, 19142, 11009, 16361, 11170, 14881, 11974, 11037, 17160, 11251, 15159, 13393, 10916, 17482, 11059, 15249, 14995, 11350, 17449, 10534, 14949, 11640, 12560, 19137, 10964, 15654, 9886, 14645, 19441, 11829, 17503, 10930, 15791, 10238, 12559, 19938, 12199, 14774, 10253, 14557, 9912, 14095, 10209, 18198, 11332, 17358, 11201, 16232, 22019, 14608, 14714, 9484, 13171, 18167, 11068, 14688, 10064, 12390, 19210, 10473, 14936, 10099, 13879, 13072, 11175, 16672, 12399, 15498, 9417, 14558, 20322, 11831, 16809, 11731, 15139, 10454, 11617, 18611, 10847, 14757, 21256, 11209, 15317, 9687, 13251, 19884, 12364, 14640, 9524, 13568, 19738, 13010, 14914, 10215, 14573, 20332, 11631, 15787, 10062, 14051, 18666, 10636, 14803, 9436, 12652, 18228, 10985, 14870, 9424, 13039, 18858, 11257, 15257, 9819, 13360, 18607, 11056, 16323, 9724, 15106, 13587, 12024, 18547, 11756, 15615, 10579, 13142, 19802, 11348, 15788, 9583, 13805, 20588, 11504, 15266, 9415, 13642, 18499, 11143, 16179, 10375, 14897, 12828, 11918, 18064, 10653, 14866, 15187, 11489, 17265, 10218, 15165, 14076, 11977, 18250, 10988, 15468, 9496, 13547, 19969, 11577, 15780, 9875, 14691, 9894, 11546, 17814, 11359, 15237, 9796, 12320, 18675, 10953, 15374, 9807, 12934, 19357, 11144, 15615, 9802, 13237, 19557, 10899, 15473, 9259, 14254, 17962, 11042, 15944, 9557, 13989, 20877, 11822, 15376, 9231, 13610, 19361, 12559, 14323, 9344, 12025, 16740, 10938, 14623, 9120, 12105, 17462, 10835, 14786, 9589, 12804, 18136, 10343, 15116, 9319, 12076, 17853, 10290, 14795, 16894, 10965, 15664, 10225, 14620, 13863, 11659, 16769, 10916, 15363, 9355, 14053, 20150, 12157, 15719, 9497, 14032, 19594, 12898, 15132, 9243, 12375, 19375, 12734, 13893, 9497, 11905, 17342, 11305, 15199, 9478, 12852, 18614, 11116, 15319, 9413, 13661, 19052, 11329, 15433, 9260, 12733, 17658, 11490, 14986, 9822, 14634, 9712, 12858, 10471, 14635, 9904, 16953, 20788, 12103, 14995, 15536, 11050, 17053, 10479, 14247, 19906, 11211, 15358, 9960, 14546, 10180, 11845, 17943, 11743, 15304, 9604, 14230, 21022, 12325, 15283, 10466, 14577, 20903, 11771, 14984, 10517, 14706, 15505, 10674, 17507, 11459, 15263, 9719, 13310, 21304, 12483, 15776, 10683, 14900, 14952, 11614, 17981, 11102, 15115, 9519, 13014, 19548, 11880, 15146, 9732, 13778, 19858, 11776, 16245, 10875, 14552, 14479, 11603, 17134, 10564, 14862, 9407, 12466, 17682, 10972, 15195, 9709, 13385, 18958, 10953, 15608, 10100, 13941, 20922, 11775, 15224, 9821, 13852, 20258, 11899, 14563, 9844, 13550, 19170, 11696, 14834, 9903, 14056, 18920, 11355, 14208, 9559, 12638, 17574, 11413, 15007, 10537, 12381, 17393, 10531, 14981, 10177, 12431, 17378, 11280, 15391, 9628, 14458, 11012, 11825, 17681, 11705, 15491, 10760, 11856, 18200, 11062, 15170, 9689, 12835, 19238, 11015, 15446, 9409, 12710, 18521, 10433, 14986, 9084, 12633, 18473, 10677, 15052, 9349, 12883, 18515, 10544, 15180, 9749, 13179, 18476, 11075, 15532, 9677, 12879, 18363, 11235, 15045, 9361, 12740, 19178, 11632, 15095, 9223, 11967, 18930, 11423, 14481, 13108, 10596, 16476, 10701, 14355, 13241, 11107, 16489, 11566, 14935, 9321, 12363, 18032, 11930, 15759, 9450, 13360, 18344, 11282, 15270, 9698, 13769, 18907, 11492, 15229, 9746, 13659, 19099, 11119, 15293, 9606, 14219, 16757, 11326, 16416, 10518, 14639, 9232, 11966, 18072, 11768, 15499, 9873, 13581, 18938, 11555, 15782, 10103, 14700, 16250, 11106, 16308, 10051, 14040, 19395, 10962, 14805, 9323, 11989, 17867, 11148, 14978, 15399, 10835, 15866, 9966, 14490, 15776, 11010, 16089, 10103, 14431, 10674, 11648, 17630, 12355, 15453, 9448, 12947, 18195, 12683, 15741, 9434, 13503, 19141, 12134, 14790, 9325, 12055, 18386, 12207, 14023, 9946, 12806, 9962, 13609, 9948, 16675, 11612, 17735, 20723, 11767, 14796, 20386, 12093, 14946, 10462, 11731, 19141, 10604, 13583, 19407, 10845, 14808, 10261, 13863, 15130, 11111, 16682, 12075, 15425, 9614, 13112, 18524, 13426, 15624, 9975, 13430, 18904, 12271, 15303, 13371, 12267, 17675, 11290, 15063, 13269, 11999, 17046, 10989, 15124, 9501, 12844, 18183, 11178, 15207, 15557, 11420, 15893, 9472, 14471, 19363, 12185, 14491, 9802, 12872, 17740, 12268, 14713, 9962, 12737, 17244, 12301, 15183, 9241, 13633, 18433, 12046, 14844, 10341, 14767, 18621, 11604, 16392, 10107, 14503, 18746, 11301, 14920, 9786, 13404, 18155, 10676, 14592, 9650, 12630, 17741, 10812, 15135, 10150, 13357, 18540, 11398, 15367, 10248, 13062, 18654, 10889, 14975, 10464, 12371, 18350, 11264, 15116, 16084, 11081, 15642, 10153, 14417, 17410, 10863, 15107, 10365, 14254, 13488, 10536, 16569, 10622, 14629, 16809, 10512, 15218, 9487, 13970, 18389, 10693, 14654, 9846, 13081, 17440, 10430, 14714, 9850, 13150, 17191, 10889, 14955, 9413, 14074, 18868, 11591, 15166, 9615, 14224, 18360, 10824, 15028, 9718, 14167, 12646, 11281, 16931, 10432, 14408, 15867, 11113, 16093, 9897, 14629, 14857, 11201, 16619, 9867, 14918, 19756, 11867, 15251, 9507, 13738, 17806, 12356, 15078, 9948, 12864, 17822, 12262, 15209, 9575, 12051, 17893, 12290, 14724, 9450, 11771, 17759, 12025, 15430, 9344, 11746, 17732, 11681, 15416, 9620, 12976, 17779, 11593, 15660, 9802, 15151, 9559, 12784, 18223, 12695, 16040, 10051, 12922, 18494, 11585, 15214, 9440, 12637, 18537, 11148, 15397, 10062, 12109, 18182], 'WindowCenter': [4679.0, 4612.0, 4650.0, 4654.0, 4627.0, 4645.0, 4592.0, 4622.0, 4633.0, 4601.0, 4631.0, 4590.0, 4633.0, 4591.0, 4616.0, 4642.0, 4602.0, 4633.0, 4632.0, 4612.0, 4633.0, 4603.0, 4633.0, 4635.0, 4604.0, 4632.0, 4603.0, 4634.0, 4657.0, 4603.0, 4634.0, 4584.0, 4622.0, 4645.0, 4596.0, 4632.0, 4613.0, 4616.0, 4645.0, 4594.0, 4635.0, 4634.0, 4617.0, 4647.0, 4619.0, 4649.0, 4598.0, 4638.0, 4670.0, 4644.0, 4663.0, 4600.0, 4628.0, 4669.0, 4628.0, 4646.0, 4597.0, 4629.0, 4667.0, 4628.0, 4637.0, 4586.0, 4617.0, 4657.0, 4616.0, 4637.0, 4584.0, 4606.0, 4645.0, 4594.0, 4625.0, 4632.0, 4601.0, 4654.0, 4602.0, 4623.0, 4593.0, 4635.0, 4622.0, 4608.0, 4646.0, 4596.0, 4627.0, 4646.0, 4615.0, 4634.0, 4622.0, 4606.0, 4633.0, 4592.0, 4624.0, 4632.0, 4603.0, 4629.0, 4591.0, 4635.0, 4654.0, 4618.0, 4633.0, 4586.0, 4621.0, 4640.0, 4591.0, 4619.0, 4581.0, 4621.0, 4630.0, 4593.0, 4633.0, 4592.0, 4624.0, 4581.0, 4615.0, 4655.0, 4614.0, 4635.0, 4583.0, 4619.0, 4647.0, 4614.0, 4625.0, 4584.0, 4626.0, 4652.0, 4604.0, 4644.0, 4605.0, 4635.0, 4605.0, 4609.0, 4644.0, 4605.0, 4636.0, 4625.0, 4606.0, 4645.0, 4604.0, 4636.0, 4633.0, 4605.0, 4643.0, 4594.0, 4635.0, 4604.0, 4615.0, 4655.0, 4606.0, 4633.0, 4595.0, 4637.0, 4655.0, 4617.0, 4646.0, 4607.0, 4639.0, 4596.0, 4617.0, 4668.0, 4619.0, 4652.0, 4609.0, 4650.0, 4606.0, 4637.0, 4607.0, 4656.0, 4619.0, 4658.0, 4620.0, 4651.0, 4669.0, 4628.0, 4626.0, 4584.0, 4614.0, 4641.0, 4592.0, 4612.0, 4569.0, 4602.0, 4641.0, 4594.0, 4623.0, 4595.0, 4628.0, 4613.0, 4606.0, 4645.0, 4616.0, 4646.0, 4595.0, 4642.0, 4667.0, 4618.0, 4659.0, 4618.0, 4639.0, 4597.0, 4606.0, 4656.0, 4608.0, 4625.0, 4655.0, 4595.0, 4622.0, 4571.0, 4614.0, 4643.0, 4604.0, 4623.0, 4585.0, 4613.0, 4651.0, 4612.0, 4623.0, 4582.0, 4628.0, 4652.0, 4602.0, 4624.0, 4583.0, 4624.0, 4643.0, 4592.0, 4622.0, 4572.0, 4614.0, 4641.0, 4597.0, 4626.0, 4582.0, 4614.0, 4653.0, 4604.0, 4633.0, 4583.0, 4628.0, 4653.0, 4605.0, 4647.0, 4586.0, 4639.0, 4625.0, 4614.0, 4655.0, 4604.0, 4636.0, 4595.0, 4616.0, 4658.0, 4604.0, 4634.0, 4585.0, 4623.0, 4652.0, 4605.0, 4634.0, 4572.0, 4623.0, 4644.0, 4603.0, 4634.0, 4592.0, 4633.0, 4612.0, 4606.0, 4645.0, 4592.0, 4634.0, 4624.0, 4605.0, 4645.0, 4592.0, 4635.0, 4622.0, 4603.0, 4643.0, 4593.0, 4635.0, 4582.0, 4623.0, 4658.0, 4605.0, 4633.0, 4583.0, 4636.0, 4583.0, 4606.0, 4648.0, 4604.0, 4636.0, 4593.0, 4615.0, 4646.0, 4604.0, 4636.0, 4584.0, 4616.0, 4656.0, 4604.0, 4634.0, 4582.0, 4616.0, 4655.0, 4598.0, 4635.0, 4583.0, 4625.0, 4645.0, 4606.0, 4634.0, 4584.0, 4625.0, 4655.0, 4604.0, 4624.0, 4573.0, 4612.0, 4641.0, 4602.0, 4611.0, 4572.0, 4602.0, 4631.0, 4591.0, 4624.0, 4571.0, 4602.0, 4644.0, 4593.0, 4622.0, 4581.0, 4613.0, 4644.0, 4593.0, 4634.0, 4573.0, 4615.0, 4643.0, 4593.0, 4635.0, 4646.0, 4605.0, 4635.0, 4595.0, 4634.0, 4624.0, 4608.0, 4645.0, 4607.0, 4637.0, 4587.0, 4638.0, 4667.0, 4617.0, 4648.0, 4595.0, 4625.0, 4657.0, 4617.0, 4635.0, 4576.0, 4615.0, 4643.0, 4602.0, 4612.0, 4571.0, 4603.0, 4630.0, 4591.0, 4623.0, 4572.0, 4616.0, 4641.0, 4591.0, 4622.0, 4571.0, 4612.0, 4653.0, 4593.0, 4623.0, 4570.0, 4612.0, 4643.0, 4616.0, 4648.0, 4598.0, 4636.0, 4598.0, 4627.0, 4606.0, 4636.0, 4610.0, 4661.0, 4670.0, 4619.0, 4640.0, 4638.0, 4608.0, 4646.0, 4594.0, 4625.0, 4643.0, 4594.0, 4621.0, 4581.0, 4623.0, 4581.0, 4603.0, 4647.0, 4605.0, 4634.0, 4583.0, 4626.0, 4655.0, 4616.0, 4636.0, 4595.0, 4636.0, 4655.0, 4606.0, 4625.0, 4595.0, 4626.0, 4623.0, 4595.0, 4645.0, 4605.0, 4634.0, 4584.0, 4627.0, 4666.0, 4614.0, 4636.0, 4596.0, 4635.0, 4625.0, 4606.0, 4646.0, 4605.0, 4625.0, 4584.0, 4615.0, 4656.0, 4605.0, 4627.0, 4572.0, 4614.0, 4654.0, 4603.0, 4634.0, 4593.0, 4627.0, 4612.0, 4594.0, 4633.0, 4592.0, 4622.0, 4572.0, 4615.0, 4645.0, 4603.0, 4624.0, 4584.0, 4625.0, 4654.0, 4606.0, 4634.0, 4594.0, 4627.0, 4665.0, 4605.0, 4634.0, 4582.0, 4614.0, 4655.0, 4603.0, 4623.0, 4580.0, 4614.0, 4643.0, 4603.0, 4623.0, 4584.0, 4628.0, 4644.0, 4593.0, 4625.0, 4579.0, 4612.0, 4632.0, 4595.0, 4624.0, 4582.0, 4606.0, 4633.0, 4595.0, 4626.0, 4582.0, 4614.0, 4644.0, 4605.0, 4635.0, 4595.0, 4637.0, 4606.0, 4618.0, 4658.0, 4619.0, 4640.0, 4606.0, 4618.0, 4647.0, 4606.0, 4637.0, 4586.0, 4621.0, 4660.0, 4599.0, 4636.0, 4585.0, 4615.0, 4644.0, 4594.0, 4638.0, 4575.0, 4617.0, 4645.0, 4595.0, 4633.0, 4583.0, 4627.0, 4654.0, 4606.0, 4635.0, 4589.0, 4628.0, 4657.0, 4607.0, 4637.0, 4586.0, 4616.0, 4645.0, 4605.0, 4636.0, 4575.0, 4614.0, 4656.0, 4605.0, 4626.0, 4573.0, 4601.0, 4644.0, 4591.0, 4624.0, 4601.0, 4593.0, 4634.0, 4583.0, 4624.0, 4602.0, 4590.0, 4633.0, 4602.0, 4624.0, 4584.0, 4616.0, 4640.0, 4606.0, 4637.0, 4585.0, 4628.0, 4656.0, 4605.0, 4634.0, 4587.0, 4625.0, 4656.0, 4606.0, 4639.0, 4583.0, 4626.0, 4653.0, 4595.0, 4624.0, 4570.0, 4624.0, 4629.0, 4592.0, 4633.0, 4590.0, 4624.0, 4571.0, 4603.0, 4642.0, 4602.0, 4634.0, 4586.0, 4614.0, 4644.0, 4604.0, 4632.0, 4594.0, 4629.0, 4634.0, 4593.0, 4634.0, 4583.0, 4623.0, 4644.0, 4593.0, 4622.0, 4571.0, 4601.0, 4633.0, 4591.0, 4622.0, 4620.0, 4591.0, 4622.0, 4580.0, 4613.0, 4621.0, 4592.0, 4622.0, 4583.0, 4622.0, 4592.0, 4606.0, 4634.0, 4616.0, 4637.0, 4586.0, 4628.0, 4652.0, 4628.0, 4637.0, 4587.0, 4627.0, 4658.0, 4617.0, 4638.0, 4586.0, 4617.0, 4657.0, 4617.0, 4641.0, 4611.0, 4632.0, 4598.0, 4638.0, 4608.0, 4658.0, 4629.0, 4674.0, 4686.0, 4619.0, 4640.0, 4669.0, 4619.0, 4638.0, 4595.0, 4603.0, 4646.0, 4584.0, 4614.0, 4643.0, 4581.0, 4612.0, 4582.0, 4614.0, 4623.0, 4594.0, 4632.0, 4603.0, 4634.0, 4584.0, 4617.0, 4644.0, 4617.0, 4638.0, 4585.0, 4627.0, 4646.0, 4604.0, 4626.0, 4614.0, 4602.0, 4634.0, 4592.0, 4619.0, 4599.0, 4591.0, 4631.0, 4591.0, 4623.0, 4570.0, 4604.0, 4642.0, 4591.0, 4622.0, 4622.0, 4594.0, 4624.0, 4573.0, 4624.0, 4645.0, 4604.0, 4612.0, 4580.0, 4602.0, 4633.0, 4604.0, 4624.0, 4583.0, 4614.0, 4632.0, 4607.0, 4622.0, 4586.0, 4627.0, 4654.0, 4617.0, 4635.0, 4596.0, 4637.0, 4656.0, 4605.0, 4638.0, 4596.0, 4627.0, 4646.0, 4595.0, 4625.0, 4584.0, 4618.0, 4644.0, 4593.0, 4623.0, 4584.0, 4614.0, 4645.0, 4593.0, 4634.0, 4595.0, 4626.0, 4657.0, 4607.0, 4640.0, 4594.0, 4617.0, 4646.0, 4595.0, 4625.0, 4583.0, 4604.0, 4647.0, 4593.0, 4623.0, 4622.0, 4593.0, 4620.0, 4582.0, 4610.0, 4633.0, 4593.0, 4623.0, 4593.0, 4625.0, 4613.0, 4596.0, 4645.0, 4596.0, 4627.0, 4635.0, 4594.0, 4625.0, 4587.0, 4626.0, 4644.0, 4595.0, 4623.0, 4584.0, 4616.0, 4634.0, 4593.0, 4622.0, 4581.0, 4615.0, 4630.0, 4594.0, 4622.0, 4584.0, 4625.0, 4656.0, 4604.0, 4622.0, 4585.0, 4627.0, 4644.0, 4595.0, 4624.0, 4584.0, 4624.0, 4613.0, 4601.0, 4635.0, 4589.0, 4626.0, 4633.0, 4603.0, 4633.0, 4584.0, 4626.0, 4624.0, 4604.0, 4634.0, 4581.0, 4624.0, 4643.0, 4604.0, 4622.0, 4571.0, 4612.0, 4633.0, 4600.0, 4621.0, 4581.0, 4615.0, 4644.0, 4603.0, 4632.0, 4583.0, 4603.0, 4643.0, 4605.0, 4624.0, 4584.0, 4605.0, 4645.0, 4604.0, 4632.0, 4573.0, 4606.0, 4645.0, 4605.0, 4636.0, 4585.0, 4627.0, 4646.0, 4606.0, 4636.0, 4597.0, 4637.0, 4596.0, 4625.0, 4658.0, 4618.0, 4649.0, 4597.0, 4629.0, 4658.0, 4608.0, 4638.0, 4586.0, 4616.0, 4646.0, 4597.0, 4639.0, 4588.0, 4595.0, 4646.0], 'WindowWidth': [10224.0, 10117.0, 10164.0, 10163.0, 10123.0, 10145.0, 10067.0, 10109.0, 10124.0, 10077.0, 10118.0, 10062.0, 10123.0, 10063.0, 10100.0, 10138.0, 10080.0, 10125.0, 10122.0, 10094.0, 10126.0, 10082.0, 10126.0, 10128.0, 10085.0, 10125.0, 10085.0, 10130.0, 10162.0, 10086.0, 10130.0, 10058.0, 10111.0, 10147.0, 10075.0, 10122.0, 10096.0, 10103.0, 10144.0, 10075.0, 10131.0, 10127.0, 10110.0, 10151.0, 10115.0, 10156.0, 10085.0, 10142.0, 10188.0, 10162.0, 10187.0, 10093.0, 10128.0, 10190.0, 10126.0, 10149.0, 10080.0, 10128.0, 10183.0, 10125.0, 10137.0, 10063.0, 10107.0, 10165.0, 10105.0, 10134.0, 10059.0, 10089.0, 10145.0, 10069.0, 10115.0, 10123.0, 10080.0, 10164.0, 10081.0, 10110.0, 10070.0, 10129.0, 10108.0, 10095.0, 10149.0, 10076.0, 10120.0, 10151.0, 10103.0, 10130.0, 10109.0, 10087.0, 10125.0, 10065.0, 10113.0, 10122.0, 10083.0, 10118.0, 10065.0, 10129.0, 10157.0, 10113.0, 10128.0, 10062.0, 10104.0, 10130.0, 10064.0, 10101.0, 10050.0, 10106.0, 10116.0, 10069.0, 10125.0, 10069.0, 10113.0, 10053.0, 10103.0, 10160.0, 10100.0, 10132.0, 10056.0, 10110.0, 10150.0, 10101.0, 10117.0, 10060.0, 10119.0, 10154.0, 10089.0, 10144.0, 10088.0, 10131.0, 10088.0, 10097.0, 10144.0, 10090.0, 10134.0, 10116.0, 10092.0, 10147.0, 10087.0, 10135.0, 10125.0, 10090.0, 10142.0, 10073.0, 10130.0, 10085.0, 10103.0, 10162.0, 10092.0, 10128.0, 10077.0, 10137.0, 10160.0, 10108.0, 10150.0, 10095.0, 10141.0, 10077.0, 10111.0, 10187.0, 10116.0, 10167.0, 10102.0, 10161.0, 10096.0, 10136.0, 10097.0, 10166.0, 10115.0, 10170.0, 10118.0, 10163.0, 10199.0, 10125.0, 10121.0, 10059.0, 10100.0, 10137.0, 10066.0, 10095.0, 10032.0, 10079.0, 10135.0, 10071.0, 10110.0, 10073.0, 10121.0, 10097.0, 10093.0, 10147.0, 10109.0, 10150.0, 10081.0, 10149.0, 10182.0, 10113.0, 10173.0, 10111.0, 10143.0, 10081.0, 10093.0, 10166.0, 10098.0, 10118.0, 10166.0, 10076.0, 10113.0, 10038.0, 10099.0, 10144.0, 10085.0, 10113.0, 10060.0, 10097.0, 10151.0, 10097.0, 10113.0, 10055.0, 10121.0, 10154.0, 10083.0, 10115.0, 10056.0, 10112.0, 10140.0, 10069.0, 10111.0, 10041.0, 10100.0, 10138.0, 10078.0, 10118.0, 10055.0, 10102.0, 10158.0, 10087.0, 10126.0, 10058.0, 10123.0, 10156.0, 10091.0, 10149.0, 10065.0, 10140.0, 10118.0, 10103.0, 10164.0, 10089.0, 10134.0, 10074.0, 10105.0, 10170.0, 10086.0, 10127.0, 10059.0, 10112.0, 10157.0, 10088.0, 10128.0, 10041.0, 10112.0, 10142.0, 10087.0, 10130.0, 10070.0, 10127.0, 10096.0, 10091.0, 10147.0, 10070.0, 10129.0, 10113.0, 10090.0, 10146.0, 10069.0, 10129.0, 10108.0, 10085.0, 10144.0, 10071.0, 10130.0, 10054.0, 10113.0, 10166.0, 10089.0, 10125.0, 10058.0, 10133.0, 10057.0, 10092.0, 10152.0, 10089.0, 10135.0, 10072.0, 10104.0, 10149.0, 10088.0, 10133.0, 10060.0, 10107.0, 10166.0, 10087.0, 10128.0, 10055.0, 10104.0, 10161.0, 10082.0, 10130.0, 10058.0, 10117.0, 10146.0, 10091.0, 10130.0, 10058.0, 10116.0, 10162.0, 10087.0, 10116.0, 10042.0, 10095.0, 10138.0, 10081.0, 10094.0, 10038.0, 10081.0, 10120.0, 10066.0, 10113.0, 10038.0, 10083.0, 10142.0, 10071.0, 10109.0, 10052.0, 10097.0, 10145.0, 10070.0, 10127.0, 10042.0, 10102.0, 10142.0, 10072.0, 10130.0, 10145.0, 10090.0, 10131.0, 10075.0, 10129.0, 10113.0, 10097.0, 10146.0, 10097.0, 10136.0, 10069.0, 10139.0, 10181.0, 10112.0, 10156.0, 10078.0, 10120.0, 10167.0, 10109.0, 10134.0, 10049.0, 10101.0, 10143.0, 10081.0, 10095.0, 10035.0, 10081.0, 10118.0, 10064.0, 10109.0, 10037.0, 10101.0, 10137.0, 10065.0, 10108.0, 10036.0, 10094.0, 10154.0, 10070.0, 10110.0, 10035.0, 10095.0, 10141.0, 10107.0, 10155.0, 10087.0, 10137.0, 10088.0, 10123.0, 10092.0, 10135.0, 10102.0, 10180.0, 10194.0, 10115.0, 10144.0, 10138.0, 10095.0, 10149.0, 10073.0, 10115.0, 10142.0, 10070.0, 10107.0, 10051.0, 10109.0, 10049.0, 10084.0, 10148.0, 10090.0, 10127.0, 10057.0, 10116.0, 10159.0, 10103.0, 10131.0, 10073.0, 10130.0, 10161.0, 10091.0, 10117.0, 10074.0, 10118.0, 10110.0, 10074.0, 10145.0, 10088.0, 10126.0, 10057.0, 10120.0, 10176.0, 10101.0, 10134.0, 10077.0, 10132.0, 10116.0, 10091.0, 10149.0, 10089.0, 10115.0, 10058.0, 10101.0, 10164.0, 10087.0, 10119.0, 10039.0, 10100.0, 10157.0, 10085.0, 10129.0, 10068.0, 10117.0, 10094.0, 10071.0, 10126.0, 10068.0, 10108.0, 10041.0, 10102.0, 10144.0, 10085.0, 10115.0, 10059.0, 10118.0, 10158.0, 10094.0, 10130.0, 10075.0, 10121.0, 10178.0, 10090.0, 10130.0, 10054.0, 10099.0, 10160.0, 10082.0, 10111.0, 10048.0, 10098.0, 10139.0, 10084.0, 10111.0, 10059.0, 10120.0, 10142.0, 10071.0, 10115.0, 10047.0, 10095.0, 10125.0, 10074.0, 10113.0, 10053.0, 10088.0, 10124.0, 10072.0, 10115.0, 10052.0, 10098.0, 10142.0, 10088.0, 10129.0, 10077.0, 10137.0, 10093.0, 10113.0, 10169.0, 10113.0, 10144.0, 10093.0, 10111.0, 10153.0, 10092.0, 10137.0, 10064.0, 10115.0, 10174.0, 10083.0, 10132.0, 10060.0, 10102.0, 10148.0, 10073.0, 10134.0, 10047.0, 10106.0, 10146.0, 10074.0, 10127.0, 10058.0, 10122.0, 10160.0, 10093.0, 10130.0, 10068.0, 10124.0, 10167.0, 10096.0, 10136.0, 10063.0, 10106.0, 10150.0, 10090.0, 10132.0, 10046.0, 10100.0, 10164.0, 10089.0, 10118.0, 10041.0, 10080.0, 10143.0, 10066.0, 10113.0, 10078.0, 10068.0, 10125.0, 10053.0, 10110.0, 10078.0, 10064.0, 10124.0, 10080.0, 10114.0, 10059.0, 10104.0, 10136.0, 10091.0, 10136.0, 10063.0, 10124.0, 10164.0, 10091.0, 10132.0, 10067.0, 10119.0, 10166.0, 10092.0, 10140.0, 10058.0, 10119.0, 10161.0, 10073.0, 10113.0, 10036.0, 10113.0, 10120.0, 10067.0, 10123.0, 10062.0, 10113.0, 10038.0, 10084.0, 10140.0, 10081.0, 10128.0, 10061.0, 10099.0, 10145.0, 10086.0, 10124.0, 10071.0, 10122.0, 10128.0, 10069.0, 10125.0, 10053.0, 10109.0, 10144.0, 10067.0, 10107.0, 10032.0, 10076.0, 10123.0, 10064.0, 10107.0, 10101.0, 10063.0, 10107.0, 10047.0, 10095.0, 10105.0, 10065.0, 10107.0, 10055.0, 10109.0, 10068.0, 10091.0, 10126.0, 10105.0, 10137.0, 10064.0, 10125.0, 10155.0, 10124.0, 10137.0, 10066.0, 10121.0, 10168.0, 10106.0, 10138.0, 10063.0, 10107.0, 10168.0, 10108.0, 10149.0, 10107.0, 10134.0, 10085.0, 10137.0, 10098.0, 10168.0, 10131.0, 10200.0, 10222.0, 10113.0, 10142.0, 10189.0, 10112.0, 10139.0, 10073.0, 10083.0, 10148.0, 10054.0, 10094.0, 10142.0, 10047.0, 10093.0, 10051.0, 10098.0, 10108.0, 10072.0, 10122.0, 10084.0, 10127.0, 10058.0, 10106.0, 10145.0, 10107.0, 10136.0, 10060.0, 10120.0, 10151.0, 10086.0, 10119.0, 10096.0, 10079.0, 10128.0, 10062.0, 10100.0, 10072.0, 10063.0, 10120.0, 10062.0, 10108.0, 10033.0, 10083.0, 10137.0, 10064.0, 10108.0, 10106.0, 10070.0, 10112.0, 10040.0, 10111.0, 10143.0, 10083.0, 10095.0, 10047.0, 10079.0, 10123.0, 10083.0, 10111.0, 10052.0, 10097.0, 10124.0, 10090.0, 10109.0, 10064.0, 10119.0, 10158.0, 10108.0, 10131.0, 10078.0, 10135.0, 10161.0, 10089.0, 10140.0, 10077.0, 10120.0, 10149.0, 10074.0, 10115.0, 10056.0, 10106.0, 10142.0, 10070.0, 10112.0, 10056.0, 10100.0, 10145.0, 10072.0, 10129.0, 10074.0, 10119.0, 10166.0, 10093.0, 10141.0, 10072.0, 10107.0, 10151.0, 10073.0, 10117.0, 10055.0, 10085.0, 10150.0, 10067.0, 10109.0, 10106.0, 10066.0, 10104.0, 10051.0, 10090.0, 10124.0, 10068.0, 10110.0, 10069.0, 10115.0, 10096.0, 10077.0, 10145.0, 10076.0, 10120.0, 10129.0, 10074.0, 10117.0, 10065.0, 10119.0, 10144.0, 10073.0, 10112.0, 10057.0, 10102.0, 10128.0, 10069.0, 10109.0, 10051.0, 10101.0, 10121.0, 10072.0, 10110.0, 10059.0, 10116.0, 10162.0, 10088.0, 10112.0, 10060.0, 10119.0, 10144.0, 10072.0, 10114.0, 10057.0, 10114.0, 10096.0, 10080.0, 10130.0, 10062.0, 10117.0, 10125.0, 10083.0, 10124.0, 10057.0, 10118.0, 10112.0, 10086.0, 10128.0, 10052.0, 10113.0, 10142.0, 10084.0, 10108.0, 10035.0, 10092.0, 10124.0, 10077.0, 10108.0, 10050.0, 10099.0, 10140.0, 10084.0, 10124.0, 10054.0, 10083.0, 10141.0, 10087.0, 10114.0, 10055.0, 10088.0, 10142.0, 10084.0, 10124.0, 10041.0, 10088.0, 10142.0, 10086.0, 10130.0, 10059.0, 10119.0, 10148.0, 10091.0, 10132.0, 10078.0, 10135.0, 10078.0, 10118.0, 10167.0, 10108.0, 10153.0, 10078.0, 10125.0, 10168.0, 10095.0, 10137.0, 10063.0, 10104.0, 10152.0, 10077.0, 10136.0, 10063.0, 10069.0, 10148.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.0007567701149425287</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016507045977011494</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.188053951921766</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2591312315765257</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9964673035558103</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5279</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3215.7651</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06507666902145728</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.839080459770115</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6499739094457433</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.57266048411754</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.866231658936439</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5110295852832514</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00637716</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007215685211122036</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0304353479295969</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.7672567446365486</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>13.8744</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.2941</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>274.0477</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287903.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1377.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>492.5396</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4284</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.1549</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3681.9614</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3902.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88641.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1129.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4892.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.7611</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.38368861726485</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> |