=== 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-0128 --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-0128",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0128_ses-04_task-social_acq-mb8_run-06_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-0128_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-06_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-0128/ses-04/func/sub-0128_ses-04_task-social_acq-mb8_run-06_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>c359390e3b422c273d9e4e217a0a8d86</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:51:47.415000</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.998515, 0.00735957, 0.053972, -0.0181264, 0.979255, 0.20182]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0912852</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4248, -7806, -7188, 431, -110, 75, 131, 51]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>226.906</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5beb6c84-88ee-4434-8bd4-df2e1e44fbdf||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.678943634033203, -0.0486319400370121, 0.13869091868400574, 111.45306396484375], [-0.019745193421840668, 2.6272690296173096, 0.5467473268508911, -114.78438568115234], [0.14480286836624146, -0.541469156742096, 2.6404225826263428, -39.27787399291992], [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': ['185147.415000', '185147.875000', '185148.335000', '185148.795000', '185149.255000', '185149.715000', '185150.175000', '185150.635000', '185151.095000', '185151.555000', '185152.015000', '185152.475000', '185152.935000', '185153.395000', '185153.855000', '185154.315000', '185154.775000', '185155.235000', '185155.695000', '185156.155000', '185156.615000', '185157.075000', '185157.535000', '185157.995000', '185158.455000', '185158.915000', '185159.375000', '185159.835000', '185200.295000', '185200.755000', '185201.215000', '185201.675000', '185202.135000', '185202.595000', '185203.055000', '185203.515000', '185203.975000', '185204.435000', '185204.895000', '185205.355000', '185205.815000', '185206.275000', '185206.735000', '185207.195000', '185207.655000', '185208.115000', '185208.575000', '185209.035000', '185209.495000', '185209.955000', '185210.415000', '185210.875000', '185211.335000', '185211.795000', '185212.255000', '185212.715000', '185213.175000', '185213.635000', '185214.095000', '185214.555000', '185215.015000', '185215.475000', '185215.935000', '185216.395000', '185216.855000', '185217.315000', '185217.775000', '185218.235000', '185218.695000', '185219.155000', '185219.615000', '185220.075000', '185220.535000', '185220.995000', '185221.455000', '185221.915000', '185222.375000', '185222.835000', '185223.295000', '185223.755000', '185224.215000', '185224.675000', '185225.135000', '185225.595000', '185226.055000', '185226.515000', '185226.975000', '185227.435000', '185227.895000', '185228.355000', '185228.815000', '185229.275000', '185229.735000', '185230.195000', '185230.655000', '185231.115000', '185231.575000', '185232.035000', '185232.495000', '185232.955000', '185233.415000', '185233.875000', '185234.335000', '185234.795000', '185235.255000', '185235.715000', '185236.175000', '185236.635000', '185237.095000', '185237.555000', '185238.015000', '185238.475000', '185238.935000', '185239.395000', '185239.855000', '185240.315000', '185240.775000', '185241.235000', '185241.695000', '185242.155000', '185242.615000', '185243.075000', '185243.535000', '185243.995000', '185244.455000', '185244.915000', '185245.375000', '185245.835000', '185246.295000', '185246.755000', '185247.215000', '185247.675000', '185248.135000', '185248.595000', '185249.055000', '185249.515000', '185249.975000', '185250.435000', '185250.895000', '185251.355000', '185251.815000', '185252.275000', '185252.735000', '185253.195000', '185253.655000', '185254.115000', '185254.575000', '185255.035000', '185255.495000', '185255.955000', '185256.415000', '185256.875000', '185257.335000', '185257.795000', '185258.255000', '185258.715000', '185259.175000', '185259.635000', '185300.095000', '185300.555000', '185301.015000', '185301.475000', '185301.935000', '185302.395000', '185302.855000', '185303.315000', '185303.775000', '185304.235000', '185304.695000', '185305.155000', '185305.615000', '185306.075000', '185306.535000', '185306.995000', '185307.455000', '185307.915000', '185308.375000', '185308.835000', '185309.295000', '185309.755000', '185310.215000', '185310.675000', '185311.135000', '185311.595000', '185312.055000', '185312.515000', '185312.975000', '185313.435000', '185313.895000', '185314.355000', '185314.815000', '185315.275000', '185315.735000', '185316.195000', '185316.655000', '185317.115000', '185317.575000', '185318.035000', '185318.495000', '185318.955000', '185319.415000', '185319.875000', '185320.335000', '185320.795000', '185321.255000', '185321.715000', '185322.175000', '185322.635000', '185323.095000', '185323.555000', '185324.015000', '185324.475000', '185324.935000', '185325.395000', '185325.855000', '185326.315000', '185326.775000', '185327.235000', '185327.695000', '185328.155000', '185328.615000', '185329.075000', '185329.535000', '185329.995000', '185330.455000', '185330.915000', '185331.375000', '185331.835000', '185332.295000', '185332.755000', '185333.215000', '185333.675000', '185334.135000', '185334.595000', '185335.055000', '185335.515000', '185335.975000', '185336.435000', '185336.895000', '185337.355000', '185337.815000', '185338.275000', '185338.735000', '185339.195000', '185339.655000', '185340.115000', '185340.575000', '185341.035000', '185341.495000', '185341.955000', '185342.415000', '185342.875000', '185343.335000', '185343.795000', '185344.255000', '185344.715000', '185345.175000', '185345.635000', '185346.095000', '185346.555000', '185347.015000', '185347.475000', '185347.935000', '185348.395000', '185348.855000', '185349.315000', '185349.775000', '185350.235000', '185350.695000', '185351.155000', '185351.615000', '185352.075000', '185352.535000', '185352.995000', '185353.455000', '185353.915000', '185354.375000', '185354.835000', '185355.295000', '185355.755000', '185356.215000', '185356.675000', '185357.135000', '185357.595000', '185358.055000', '185358.515000', '185358.975000', '185359.435000', '185359.895000', '185400.355000', '185400.815000', '185401.275000', '185401.735000', '185402.195000', '185402.655000', '185403.115000', '185403.575000', '185404.035000', '185404.495000', '185404.955000', '185405.415000', '185405.875000', '185406.335000', '185406.795000', '185407.255000', '185407.715000', '185408.175000', '185408.635000', '185409.095000', '185409.555000', '185410.015000', '185410.475000', '185410.935000', '185411.395000', '185411.855000', '185412.315000', '185412.775000', '185413.235000', '185413.695000', '185414.155000', '185414.615000', '185415.075000', '185415.535000', '185415.995000', '185416.455000', '185416.915000', '185417.375000', '185417.835000', '185418.295000', '185418.755000', '185419.215000', '185419.675000', '185420.135000', '185420.595000', '185421.055000', '185421.515000', '185421.975000', '185422.435000', '185422.895000', '185423.355000', '185423.815000', '185424.275000', '185424.735000', '185425.195000', '185425.655000', '185426.115000', '185426.575000', '185427.035000', '185427.495000', '185427.955000', '185428.415000', '185428.875000', '185429.335000', '185429.795000', '185430.255000', '185430.715000', '185431.175000', '185431.635000', '185432.095000', '185432.555000', '185433.015000', '185433.475000', '185433.935000', '185434.395000', '185434.855000', '185435.315000', '185435.775000', '185436.235000', '185436.695000', '185437.155000', '185437.615000', '185438.075000', '185438.535000', '185438.995000', '185439.455000', '185439.915000', '185440.375000', '185440.835000', '185441.295000', '185441.755000', '185442.215000', '185442.675000', '185443.135000', '185443.595000', '185444.055000', '185444.515000', '185444.975000', '185445.435000', '185445.895000', '185446.355000', '185446.815000', '185447.275000', '185447.735000', '185448.195000', '185448.655000', '185449.115000', '185449.575000', '185450.035000', '185450.495000', '185450.955000', '185451.415000', '185451.875000', '185452.335000', '185452.795000', '185453.255000', '185453.715000', '185454.175000', '185454.635000', '185455.095000', '185455.555000', '185456.015000', '185456.475000', '185456.935000', '185457.395000', '185457.855000', '185458.315000', '185458.775000', '185459.235000', '185459.695000', '185500.155000', '185500.615000', '185501.075000', '185501.535000', '185501.995000', '185502.455000', '185502.915000', '185503.375000', '185503.835000', '185504.295000', '185504.755000', '185505.215000', '185505.675000', '185506.135000', '185506.595000', '185507.055000', '185507.515000', '185507.975000', '185508.435000', '185508.895000', '185509.355000', '185509.815000', '185510.275000', '185510.735000', '185511.195000', '185511.655000', '185512.115000', '185512.575000', '185513.035000', '185513.495000', '185513.955000', '185514.415000', '185514.875000', '185515.335000', '185515.795000', '185516.255000', '185516.715000', '185517.175000', '185517.635000', '185518.095000', '185518.555000', '185519.015000', '185519.475000', '185519.935000', '185520.395000', '185520.855000', '185521.315000', '185521.775000', '185522.235000', '185522.695000', '185523.155000', '185523.615000', '185524.075000', '185524.535000', '185524.995000', '185525.455000', '185525.915000', '185526.375000', '185526.835000', '185527.295000', '185527.755000', '185528.215000', '185528.675000', '185529.135000', '185529.595000', '185530.055000', '185530.515000', '185530.975000', '185531.435000', '185531.895000', '185532.355000', '185532.815000', '185533.275000', '185533.735000', '185534.195000', '185534.655000', '185535.115000', '185535.575000', '185536.035000', '185536.495000', '185536.955000', '185537.415000', '185537.875000', '185538.335000', '185538.795000', '185539.255000', '185539.715000', '185540.175000', '185540.635000', '185541.095000', '185541.555000', '185542.015000', '185542.475000', '185542.935000', '185543.395000', '185543.855000', '185544.315000', '185544.775000', '185545.235000', '185545.695000', '185546.155000', '185546.615000', '185547.075000', '185547.535000', '185547.995000', '185548.455000', '185548.915000', '185549.375000', '185549.835000', '185550.295000', '185550.755000', '185551.215000', '185551.675000', '185552.135000', '185552.595000', '185553.055000', '185553.515000', '185553.975000', '185554.435000', '185554.895000', '185555.355000', '185555.815000', '185556.275000', '185556.735000', '185557.195000', '185557.655000', '185558.115000', '185558.575000', '185559.035000', '185559.495000', '185559.955000', '185600.415000', '185600.875000', '185601.335000', '185601.795000', '185602.255000', '185602.715000', '185603.175000', '185603.635000', '185604.095000', '185604.555000', '185605.015000', '185605.475000', '185605.935000', '185606.395000', '185606.855000', '185607.315000', '185607.775000', '185608.235000', '185608.695000', '185609.155000', '185609.615000', '185610.075000', '185610.535000', '185610.995000', '185611.455000', '185611.915000', '185612.375000', '185612.835000', '185613.295000', '185613.755000', '185614.215000', '185614.675000', '185615.135000', '185615.595000', '185616.055000', '185616.515000', '185616.975000', '185617.435000', '185617.895000', '185618.355000', '185618.815000', '185619.275000', '185619.735000', '185620.195000', '185620.655000', '185621.115000', '185621.575000', '185622.035000', '185622.495000', '185622.955000', '185623.415000', '185623.875000', '185624.335000', '185624.795000', '185625.255000', '185625.715000', '185626.175000', '185626.635000', '185627.095000', '185627.555000', '185628.015000', '185628.475000', '185628.935000', '185629.395000', '185629.855000', '185630.315000', '185630.775000', '185631.235000', '185631.695000', '185632.155000', '185632.615000', '185633.075000', '185633.535000', '185633.995000', '185634.455000', '185634.915000', '185635.375000', '185635.835000', '185636.295000', '185636.755000', '185637.215000', '185637.675000', '185638.135000', '185638.595000', '185639.055000', '185639.515000', '185639.975000', '185640.435000', '185640.895000', '185641.355000', '185641.815000', '185642.275000', '185642.735000', '185643.195000', '185643.655000', '185644.115000', '185644.575000', '185645.035000', '185645.495000', '185645.955000', '185646.415000', '185646.875000', '185647.335000', '185647.795000', '185648.255000', '185648.715000', '185649.175000', '185649.635000', '185650.095000', '185650.555000', '185651.015000', '185651.475000', '185651.935000', '185652.395000', '185652.855000', '185653.315000', '185653.775000', '185654.235000', '185654.695000', '185655.155000', '185655.615000', '185656.075000', '185656.535000', '185656.995000', '185657.455000', '185657.915000', '185658.375000', '185658.835000', '185659.295000', '185659.755000', '185700.215000', '185700.675000', '185701.135000', '185701.595000', '185702.055000', '185702.515000', '185702.975000', '185703.435000', '185703.895000', '185704.355000', '185704.815000', '185705.275000', '185705.735000', '185706.195000', '185706.655000', '185707.115000', '185707.575000', '185708.035000', '185708.495000', '185708.955000', '185709.415000', '185709.875000', '185710.335000', '185710.795000', '185711.255000', '185711.715000', '185712.175000', '185712.635000', '185713.095000', '185713.555000', '185714.015000', '185714.475000', '185714.935000', '185715.395000', '185715.855000', '185716.315000', '185716.775000', '185717.235000', '185717.695000', '185718.155000', '185718.615000', '185719.075000', '185719.535000', '185719.995000', '185720.455000', '185720.915000', '185721.375000', '185721.835000', '185722.295000', '185722.755000', '185723.215000', '185723.675000', '185724.135000', '185724.595000', '185725.055000', '185725.515000', '185725.975000', '185726.435000', '185726.895000', '185727.355000', '185727.815000', '185728.275000', '185728.735000', '185729.195000', '185729.655000', '185730.115000', '185730.575000', '185731.035000', '185731.495000', '185731.955000', '185732.415000', '185732.875000', '185733.335000', '185733.795000', '185734.255000', '185734.715000', '185735.175000', '185735.635000', '185736.095000', '185736.555000', '185737.015000', '185737.475000', '185737.935000', '185738.395000', '185738.855000', '185739.315000', '185739.775000', '185740.235000', '185740.695000', '185741.155000', '185741.615000', '185742.075000', '185742.535000', '185742.995000', '185743.455000', '185743.915000', '185744.375000', '185744.835000', '185745.295000', '185745.755000', '185746.215000', '185746.675000', '185747.135000', '185747.595000', '185748.055000', '185748.515000', '185748.975000', '185749.435000', '185749.895000', '185750.355000', '185750.815000', '185751.275000', '185751.735000', '185752.195000', '185752.655000', '185753.115000', '185753.575000', '185754.035000', '185754.495000', '185754.955000', '185755.415000', '185755.875000', '185756.335000', '185756.795000', '185757.255000', '185757.715000', '185758.175000', '185758.635000', '185759.095000', '185759.555000', '185800.015000', '185800.475000', '185800.935000', '185801.395000', '185801.855000', '185802.315000', '185802.775000', '185803.235000', '185803.695000', '185804.155000', '185804.615000', '185805.075000', '185805.535000', '185805.995000', '185806.455000', '185806.915000', '185807.375000', '185807.835000', '185808.295000', '185808.755000', '185809.215000', '185809.675000', '185810.135000', '185810.595000', '185811.055000', '185811.515000', '185811.975000', '185812.435000', '185812.895000', '185813.355000', '185813.815000', '185814.275000', '185814.735000', '185815.195000', '185815.655000', '185816.115000', '185816.575000', '185817.035000', '185817.495000', '185817.955000', '185818.415000', '185818.875000', '185819.335000', '185819.795000', '185820.255000', '185820.715000', '185821.175000', '185821.635000', '185822.095000', '185822.555000', '185823.015000', '185823.475000', '185823.935000', '185824.395000', '185824.855000', '185825.315000', '185825.775000', '185826.235000', '185826.695000', '185827.155000', '185827.615000', '185828.075000'], 'ContentTime': ['185159.988000', '185159.992000', '185159.995000', '185159.997000', '185200.010000', '185200.012000', '185200.015000', '185200.017000', '185200.020000', '185200.023000', '185200.025000', '185200.034000', '185200.037000', '185200.039000', '185200.042000', '185200.045000', '185200.047000', '185200.050000', '185200.053000', '185200.055000', '185200.058000', '185200.060000', '185200.063000', '185200.065000', '185200.068000', '185219.914000', '185219.917000', '185219.920000', '185219.922000', '185219.925000', '185219.928000', '185219.930000', '185219.933000', '185219.935000', '185219.938000', '185219.941000', '185219.943000', '185219.946000', '185219.948000', '185219.951000', '185219.954000', '185219.956000', '185219.959000', '185219.961000', '185219.964000', '185219.966000', '185219.977000', '185219.979000', '185219.982000', '185219.985000', '185219.987000', '185219.990000', '185219.992000', '185219.995000', '185219.997000', '185220.001000', '185220.004000', '185220.006000', '185220.009000', '185220.011000', '185220.014000', '185220.017000', '185220.019000', '185220.029000', '185220.031000', '185220.034000', '185220.036000', '185220.039000', '185220.042000', '185239.915000', '185239.918000', '185239.920000', '185239.923000', '185239.925000', '185239.928000', '185239.931000', '185239.933000', '185239.936000', '185239.938000', '185239.941000', '185239.943000', '185239.946000', '185239.949000', '185239.951000', '185239.959000', '185239.961000', '185239.964000', '185239.966000', '185239.969000', '185239.972000', '185239.974000', '185239.977000', '185239.979000', '185239.982000', '185239.984000', '185239.987000', '185239.989000', '185239.992000', '185239.995000', '185239.997000', '185240.001000', '185240.003000', '185240.006000', '185240.008000', '185240.011000', '185240.014000', '185240.016000', '185240.019000', '185240.021000', '185240.024000', '185240.026000', '185240.029000', '185259.914000', '185259.917000', '185259.920000', '185259.923000', '185259.925000', '185259.928000', '185259.931000', '185259.933000', '185259.936000', '185259.938000', '185259.941000', '185259.943000', '185259.946000', '185259.948000', '185259.951000', '185259.954000', '185259.956000', '185259.959000', '185259.961000', '185259.964000', '185259.967000', '185259.969000', '185259.972000', '185259.974000', '185259.977000', '185259.979000', '185259.982000', '185259.985000', '185259.987000', '185259.990000', '185259.992000', '185259.995000', '185259.998000', '185300.001000', '185300.004000', '185300.006000', '185300.009000', '185300.011000', '185300.014000', '185300.017000', '185300.019000', '185300.022000', '185300.024000', '185300.027000', '185319.914000', '185319.917000', '185319.920000', '185319.922000', '185319.925000', '185319.928000', '185319.930000', '185319.933000', '185319.935000', '185319.938000', '185319.940000', '185319.943000', '185319.946000', '185319.948000', '185319.951000', '185319.953000', '185319.956000', '185319.959000', '185319.961000', '185319.964000', '185319.966000', '185319.969000', '185319.972000', '185319.974000', '185319.977000', '185319.979000', '185319.982000', '185319.985000', '185319.987000', '185319.990000', '185319.992000', '185319.995000', '185319.998000', '185320.001000', '185320.004000', '185320.006000', '185320.009000', '185320.011000', '185320.014000', '185320.017000', '185320.019000', '185320.022000', '185320.024000', '185339.915000', '185339.917000', '185339.920000', '185339.923000', '185339.926000', '185339.928000', '185339.931000', '185339.933000', '185339.936000', '185339.939000', '185339.941000', '185339.944000', '185339.955000', '185339.958000', '185339.960000', '185339.963000', '185339.965000', '185339.968000', '185339.971000', '185339.973000', '185339.976000', '185339.978000', '185339.981000', '185339.984000', '185339.986000', '185339.989000', '185339.991000', '185339.994000', '185339.997000', '185340.000000', '185340.003000', '185340.005000', '185340.008000', '185340.010000', '185340.013000', '185340.016000', '185340.018000', '185340.021000', '185340.023000', '185340.026000', '185340.028000', '185340.031000', '185340.034000', '185340.036000', '185359.915000', '185359.918000', '185359.921000', '185359.924000', '185359.926000', '185359.929000', '185359.931000', '185359.934000', '185359.937000', '185359.939000', '185359.945000', '185359.948000', '185359.951000', '185359.953000', '185359.956000', '185359.958000', '185359.961000', '185359.963000', '185359.966000', '185359.969000', '185359.971000', '185359.974000', '185359.976000', '185359.979000', '185359.981000', '185359.984000', '185359.987000', '185359.989000', '185359.992000', '185359.995000', '185359.997000', '185400.001000', '185400.004000', '185400.006000', '185400.009000', '185400.011000', '185400.014000', '185400.016000', '185400.019000', '185400.022000', '185400.024000', '185400.027000', '185400.029000', '185419.915000', '185419.918000', '185419.921000', '185419.924000', '185419.926000', '185419.929000', '185419.931000', '185419.934000', '185419.937000', '185419.939000', '185419.942000', '185419.945000', '185419.947000', '185419.950000', '185419.952000', '185419.955000', '185419.957000', '185419.960000', '185419.963000', '185419.965000', '185419.968000', '185419.971000', '185419.973000', '185419.976000', '185419.978000', '185419.981000', '185419.984000', '185419.986000', '185419.989000', '185419.992000', '185419.994000', '185419.997000', '185420.000000', '185420.003000', '185420.006000', '185420.008000', '185420.011000', '185420.013000', '185420.016000', '185420.019000', '185420.021000', '185420.024000', '185420.026000', '185420.029000', '185439.915000', '185439.917000', '185439.920000', '185439.923000', '185439.926000', '185439.928000', '185439.931000', '185439.933000', '185439.936000', '185439.939000', '185439.941000', '185439.944000', '185439.947000', '185439.949000', '185439.952000', '185439.957000', '185439.959000', '185439.962000', '185439.965000', '185439.967000', '185439.970000', '185439.972000', '185439.975000', '185439.978000', '185439.980000', '185439.983000', '185439.986000', '185439.988000', '185439.991000', '185439.993000', '185439.996000', '185439.998000', '185440.002000', '185440.005000', '185440.007000', '185440.010000', '185440.013000', '185440.015000', '185440.018000', '185440.020000', '185440.023000', '185440.026000', '185440.028000', '185459.914000', '185459.917000', '185459.920000', '185459.922000', '185459.925000', '185459.928000', '185459.930000', '185459.933000', '185459.935000', '185459.938000', '185459.941000', '185459.943000', '185459.946000', '185459.949000', '185459.951000', '185459.954000', '185459.956000', '185459.959000', '185459.961000', '185459.964000', '185459.967000', '185459.969000', '185459.972000', '185459.975000', '185459.977000', '185459.980000', '185459.982000', '185459.985000', '185459.988000', '185459.990000', '185459.993000', '185459.995000', '185459.998000', '185500.002000', '185500.004000', '185500.007000', '185500.009000', '185500.028000', '185500.030000', '185500.033000', '185500.036000', '185500.038000', '185500.041000', '185500.043000', '185519.915000', '185519.917000', '185519.920000', '185519.923000', '185519.925000', '185519.928000', '185519.931000', '185519.933000', '185519.936000', '185519.939000', '185519.941000', '185519.944000', '185519.946000', '185519.949000', '185519.951000', '185519.954000', '185519.957000', '185519.959000', '185519.962000', '185519.964000', '185519.967000', '185519.970000', '185519.972000', '185519.975000', '185519.977000', '185519.980000', '185519.983000', '185519.985000', '185519.988000', '185519.990000', '185519.993000', '185519.996000', '185519.998000', '185520.002000', '185520.004000', '185520.007000', '185520.010000', '185520.012000', '185520.015000', '185520.018000', '185520.020000', '185520.023000', '185520.025000', '185539.915000', '185539.918000', '185539.920000', '185539.923000', '185539.926000', '185539.928000', '185539.931000', '185539.934000', '185539.936000', '185539.939000', '185539.942000', '185539.944000', '185539.947000', '185539.950000', '185539.953000', '185539.956000', '185539.958000', '185539.961000', '185539.964000', '185539.966000', '185539.969000', '185539.971000', '185539.974000', '185539.977000', '185539.979000', '185539.982000', '185539.984000', '185539.987000', '185539.990000', '185539.992000', '185539.995000', '185539.998000', '185540.001000', '185540.004000', '185540.007000', '185540.009000', '185540.012000', '185540.015000', '185540.017000', '185540.020000', '185540.022000', '185540.025000', '185540.028000', '185559.914000', '185559.917000', '185559.920000', '185559.923000', '185559.925000', '185559.928000', '185559.931000', '185559.933000', '185559.936000', '185559.938000', '185559.941000', '185559.944000', '185559.946000', '185559.949000', '185559.951000', '185559.954000', '185559.957000', '185559.959000', '185559.962000', '185559.964000', '185559.967000', '185559.970000', '185559.972000', '185559.975000', '185559.977000', '185559.980000', '185559.983000', '185559.985000', '185559.988000', '185559.990000', '185559.993000', '185559.995000', '185559.998000', '185600.002000', '185600.004000', '185600.007000', '185600.009000', '185600.012000', '185600.015000', '185600.017000', '185600.020000', '185600.022000', '185600.025000', '185600.027000', '185619.916000', '185619.918000', '185619.921000', '185619.924000', '185619.927000', '185619.929000', '185619.932000', '185619.935000', '185619.937000', '185619.940000', '185619.943000', '185619.945000', '185619.948000', '185619.950000', '185619.953000', '185619.956000', '185619.958000', '185619.961000', '185619.964000', '185619.966000', '185619.969000', '185619.972000', '185619.974000', '185619.977000', '185619.979000', '185619.982000', '185619.985000', '185619.987000', '185619.990000', '185619.992000', '185619.995000', '185619.998000', '185620.001000', '185620.004000', '185620.006000', '185620.009000', '185620.012000', '185620.014000', '185620.017000', '185620.019000', '185620.022000', '185620.025000', '185620.027000', '185639.915000', '185639.918000', '185639.921000', '185639.923000', '185639.926000', '185639.929000', '185639.931000', '185639.934000', '185639.937000', '185639.939000', '185639.942000', '185639.944000', '185639.947000', '185639.950000', '185639.952000', '185639.955000', '185639.958000', '185639.960000', '185639.963000', '185639.974000', '185639.977000', '185639.980000', '185639.982000', '185639.985000', '185639.987000', '185639.990000', '185639.993000', '185639.995000', '185639.998000', '185640.001000', '185640.004000', '185640.007000', '185640.009000', '185640.012000', '185640.014000', '185640.017000', '185640.020000', '185640.022000', '185640.025000', '185640.027000', '185640.030000', '185640.032000', '185640.035000', '185640.038000', '185659.914000', '185659.917000', '185659.920000', '185659.922000', '185659.925000', '185659.928000', '185659.930000', '185659.933000', '185659.936000', '185659.938000', '185659.941000', '185659.943000', '185659.946000', '185659.949000', '185659.951000', '185659.954000', '185659.957000', '185659.959000', '185659.962000', '185659.964000', '185659.967000', '185659.970000', '185659.972000', '185659.975000', '185659.977000', '185659.980000', '185659.982000', '185659.985000', '185659.989000', '185659.991000', '185659.994000', '185659.997000', '185700.000000', '185700.003000', '185700.006000', '185700.008000', '185700.011000', '185700.013000', '185700.016000', '185700.019000', '185700.021000', '185700.024000', '185700.026000', '185719.914000', '185719.917000', '185719.920000', '185719.923000', '185719.925000', '185719.928000', '185719.930000', '185719.933000', '185719.936000', '185719.938000', '185719.941000', '185719.943000', '185719.946000', '185719.949000', '185719.951000', '185719.954000', '185719.956000', '185719.959000', '185719.962000', '185719.964000', '185719.967000', '185719.970000', '185719.972000', '185719.975000', '185719.978000', '185719.980000', '185719.983000', '185719.985000', '185719.988000', '185719.991000', '185719.993000', '185719.996000', '185719.998000', '185720.002000', '185720.005000', '185720.007000', '185720.010000', '185720.012000', '185720.017000', '185720.019000', '185720.022000', '185720.025000', '185720.027000', '185720.030000', '185739.914000', '185739.917000', '185739.920000', '185739.923000', '185739.925000', '185739.928000', '185739.931000', '185739.933000', '185739.936000', '185739.939000', '185739.941000', '185739.944000', '185739.946000', '185739.949000', '185739.951000', '185739.954000', '185739.957000', '185739.959000', '185739.962000', '185739.965000', '185739.967000', '185739.970000', '185739.972000', '185739.975000', '185739.978000', '185739.980000', '185739.983000', '185739.985000', '185739.988000', '185739.991000', '185739.993000', '185739.996000', '185739.998000', '185740.002000', '185740.005000', '185740.007000', '185740.010000', '185740.012000', '185740.015000', '185740.018000', '185740.020000', '185740.023000', '185740.025000', '185759.914000', '185759.917000', '185759.920000', '185759.923000', '185759.925000', '185759.928000', '185759.930000', '185759.933000', '185759.936000', '185759.938000', '185759.941000', '185759.943000', '185759.946000', '185759.948000', '185759.951000', '185759.954000', '185759.956000', '185759.959000', '185759.962000', '185759.964000', '185759.967000', '185759.969000', '185759.972000', '185759.974000', '185759.977000', '185759.980000', '185759.982000', '185759.985000', '185759.987000', '185759.990000', '185800.000000', '185800.003000', '185800.006000', '185800.008000', '185800.011000', '185800.013000', '185800.016000', '185800.018000', '185800.021000', '185800.023000', '185800.026000', '185800.029000', '185800.031000', '185800.034000', '185819.914000', '185819.917000', '185819.920000', '185819.923000', '185819.925000', '185819.928000', '185819.930000', '185819.933000', '185819.935000', '185819.938000', '185819.941000', '185819.943000', '185819.946000', '185819.948000', '185819.951000', '185819.953000', '185819.956000', '185819.959000', '185819.961000', '185819.965000', '185819.968000', '185819.970000', '185819.973000', '185819.975000', '185819.978000', '185819.981000', '185819.983000', '185819.986000', '185819.988000', '185819.991000', '185819.994000', '185819.996000', '185820.000000', '185820.002000', '185820.005000', '185820.008000', '185820.010000', '185820.013000', '185820.015000', '185820.018000', '185820.021000', '185820.023000', '185820.026000', '185829.159000', '185829.162000', '185829.165000', '185829.167000', '185829.170000', '185829.173000', '185829.175000', '185829.178000', '185829.180000', '185829.183000', '185829.185000', '185829.188000', '185829.191000', '185829.193000', '185829.196000', '185829.199000', '185829.201000', '185829.204000', '185829.206000', '185829.209000', '185829.212000'], 'InstanceCreationTime': ['185159.988000', '185159.992000', '185159.995000', '185159.997000', '185200.010000', '185200.012000', '185200.015000', '185200.017000', '185200.020000', '185200.023000', '185200.025000', '185200.034000', '185200.037000', '185200.039000', '185200.042000', '185200.045000', '185200.047000', '185200.050000', '185200.053000', '185200.055000', '185200.058000', '185200.060000', '185200.063000', '185200.065000', '185200.068000', '185219.914000', '185219.917000', '185219.920000', '185219.922000', '185219.925000', '185219.928000', '185219.930000', '185219.933000', '185219.935000', '185219.938000', '185219.941000', '185219.943000', '185219.946000', '185219.948000', '185219.951000', '185219.954000', '185219.956000', '185219.959000', '185219.961000', '185219.964000', '185219.966000', '185219.977000', '185219.979000', '185219.982000', '185219.985000', '185219.987000', '185219.990000', '185219.992000', '185219.995000', '185219.997000', '185220.001000', '185220.004000', '185220.006000', '185220.009000', '185220.011000', '185220.014000', '185220.017000', '185220.019000', '185220.029000', '185220.031000', '185220.034000', '185220.036000', '185220.039000', '185220.042000', '185239.915000', '185239.918000', '185239.920000', '185239.923000', '185239.925000', '185239.928000', '185239.931000', '185239.933000', '185239.936000', '185239.938000', '185239.941000', '185239.943000', '185239.946000', '185239.949000', '185239.951000', '185239.959000', '185239.961000', '185239.964000', '185239.966000', '185239.969000', '185239.972000', '185239.974000', '185239.977000', '185239.979000', '185239.982000', '185239.984000', '185239.987000', '185239.989000', '185239.992000', '185239.995000', '185239.997000', '185240.001000', '185240.003000', '185240.006000', '185240.008000', '185240.011000', '185240.014000', '185240.016000', '185240.019000', '185240.021000', '185240.024000', '185240.026000', '185240.029000', '185259.914000', '185259.917000', '185259.920000', '185259.923000', '185259.925000', '185259.928000', '185259.931000', '185259.933000', '185259.936000', '185259.938000', '185259.941000', '185259.943000', '185259.946000', '185259.948000', '185259.951000', '185259.954000', '185259.956000', '185259.959000', '185259.961000', '185259.964000', '185259.967000', '185259.969000', '185259.972000', '185259.974000', '185259.977000', '185259.979000', '185259.982000', '185259.985000', '185259.987000', '185259.990000', '185259.992000', '185259.995000', '185259.998000', '185300.001000', '185300.004000', '185300.006000', '185300.009000', '185300.011000', '185300.014000', '185300.017000', '185300.019000', '185300.022000', '185300.024000', '185300.027000', '185319.914000', '185319.917000', '185319.920000', '185319.922000', '185319.925000', '185319.928000', '185319.930000', '185319.933000', '185319.935000', '185319.938000', '185319.940000', '185319.943000', '185319.946000', '185319.948000', '185319.951000', '185319.953000', '185319.956000', '185319.959000', '185319.961000', '185319.964000', '185319.966000', '185319.969000', '185319.972000', '185319.974000', '185319.977000', '185319.979000', '185319.982000', '185319.985000', '185319.987000', '185319.990000', '185319.992000', '185319.995000', '185319.998000', '185320.001000', '185320.004000', '185320.006000', '185320.009000', '185320.011000', '185320.014000', '185320.017000', '185320.019000', '185320.022000', '185320.024000', '185339.915000', '185339.917000', '185339.920000', '185339.923000', '185339.926000', '185339.928000', '185339.931000', '185339.933000', '185339.936000', '185339.939000', '185339.941000', '185339.944000', '185339.955000', '185339.958000', '185339.960000', '185339.963000', '185339.965000', '185339.968000', '185339.971000', '185339.973000', '185339.976000', '185339.978000', '185339.981000', '185339.984000', '185339.986000', '185339.989000', '185339.991000', '185339.994000', '185339.997000', '185340.000000', '185340.003000', '185340.005000', '185340.008000', '185340.010000', '185340.013000', '185340.016000', '185340.018000', '185340.021000', '185340.023000', '185340.026000', '185340.028000', '185340.031000', '185340.034000', '185340.036000', '185359.915000', '185359.918000', '185359.921000', '185359.924000', '185359.926000', '185359.929000', '185359.931000', '185359.934000', '185359.937000', '185359.939000', '185359.945000', '185359.948000', '185359.951000', '185359.953000', '185359.956000', '185359.958000', '185359.961000', '185359.963000', '185359.966000', '185359.969000', '185359.971000', '185359.974000', '185359.976000', '185359.979000', '185359.981000', '185359.984000', '185359.987000', '185359.989000', '185359.992000', '185359.995000', '185359.997000', '185400.001000', '185400.004000', '185400.006000', '185400.009000', '185400.011000', '185400.014000', '185400.016000', '185400.019000', '185400.022000', '185400.024000', '185400.027000', '185400.029000', '185419.915000', '185419.918000', '185419.921000', '185419.924000', '185419.926000', '185419.929000', '185419.931000', '185419.934000', '185419.937000', '185419.939000', '185419.942000', '185419.945000', '185419.947000', '185419.950000', '185419.952000', '185419.955000', '185419.957000', '185419.960000', '185419.963000', '185419.965000', '185419.968000', '185419.971000', '185419.973000', '185419.976000', '185419.978000', '185419.981000', '185419.984000', '185419.986000', '185419.989000', '185419.992000', '185419.994000', '185419.997000', '185420.000000', '185420.003000', '185420.006000', '185420.008000', '185420.011000', '185420.013000', '185420.016000', '185420.019000', '185420.021000', '185420.024000', '185420.026000', '185420.029000', '185439.915000', '185439.917000', '185439.920000', '185439.923000', '185439.926000', '185439.928000', '185439.931000', '185439.933000', '185439.936000', '185439.939000', '185439.941000', '185439.944000', '185439.947000', '185439.949000', '185439.952000', '185439.957000', '185439.959000', '185439.962000', '185439.965000', '185439.967000', '185439.970000', '185439.972000', '185439.975000', '185439.978000', '185439.980000', '185439.983000', '185439.986000', '185439.988000', '185439.991000', '185439.993000', '185439.996000', '185439.998000', '185440.002000', '185440.005000', '185440.007000', '185440.010000', '185440.013000', '185440.015000', '185440.018000', '185440.020000', '185440.023000', '185440.026000', '185440.028000', '185459.914000', '185459.917000', '185459.920000', '185459.922000', '185459.925000', '185459.928000', '185459.930000', '185459.933000', '185459.935000', '185459.938000', '185459.941000', '185459.943000', '185459.946000', '185459.949000', '185459.951000', '185459.954000', '185459.956000', '185459.959000', '185459.961000', '185459.964000', '185459.967000', '185459.969000', '185459.972000', '185459.975000', '185459.977000', '185459.980000', '185459.982000', '185459.985000', '185459.988000', '185459.990000', '185459.993000', '185459.995000', '185459.998000', '185500.002000', '185500.004000', '185500.007000', '185500.009000', '185500.028000', '185500.030000', '185500.033000', '185500.036000', '185500.038000', '185500.041000', '185500.043000', '185519.915000', '185519.917000', '185519.920000', '185519.923000', '185519.925000', '185519.928000', '185519.931000', '185519.933000', '185519.936000', '185519.939000', '185519.941000', '185519.944000', '185519.946000', '185519.949000', '185519.951000', '185519.954000', '185519.957000', '185519.959000', '185519.962000', '185519.964000', '185519.967000', '185519.970000', '185519.972000', '185519.975000', '185519.977000', '185519.980000', '185519.983000', '185519.985000', '185519.988000', '185519.990000', '185519.993000', '185519.996000', '185519.998000', '185520.002000', '185520.004000', '185520.007000', '185520.010000', '185520.012000', '185520.015000', '185520.018000', '185520.020000', '185520.023000', '185520.025000', '185539.915000', '185539.918000', '185539.920000', '185539.923000', '185539.926000', '185539.928000', '185539.931000', '185539.934000', '185539.936000', '185539.939000', '185539.942000', '185539.944000', '185539.947000', '185539.950000', '185539.953000', '185539.956000', '185539.958000', '185539.961000', '185539.964000', '185539.966000', '185539.969000', '185539.971000', '185539.974000', '185539.977000', '185539.979000', '185539.982000', '185539.984000', '185539.987000', '185539.990000', '185539.992000', '185539.995000', '185539.998000', '185540.001000', '185540.004000', '185540.007000', '185540.009000', '185540.012000', '185540.015000', '185540.017000', '185540.020000', '185540.022000', '185540.025000', '185540.028000', '185559.914000', '185559.917000', '185559.920000', '185559.923000', '185559.925000', '185559.928000', '185559.931000', '185559.933000', '185559.936000', '185559.938000', '185559.941000', '185559.944000', '185559.946000', '185559.949000', '185559.951000', '185559.954000', '185559.957000', '185559.959000', '185559.962000', '185559.964000', '185559.967000', '185559.970000', '185559.972000', '185559.975000', '185559.977000', '185559.980000', '185559.983000', '185559.985000', '185559.988000', '185559.990000', '185559.993000', '185559.995000', '185559.998000', '185600.002000', '185600.004000', '185600.007000', '185600.009000', '185600.012000', '185600.015000', '185600.017000', '185600.020000', '185600.022000', '185600.025000', '185600.027000', '185619.916000', '185619.918000', '185619.921000', '185619.924000', '185619.927000', '185619.929000', '185619.932000', '185619.935000', '185619.937000', '185619.940000', '185619.943000', '185619.945000', '185619.948000', '185619.950000', '185619.953000', '185619.956000', '185619.958000', '185619.961000', '185619.964000', '185619.966000', '185619.969000', '185619.972000', '185619.974000', '185619.977000', '185619.979000', '185619.982000', '185619.985000', '185619.987000', '185619.990000', '185619.992000', '185619.995000', '185619.998000', '185620.001000', '185620.004000', '185620.006000', '185620.009000', '185620.012000', '185620.014000', '185620.017000', '185620.019000', '185620.022000', '185620.025000', '185620.027000', '185639.915000', '185639.918000', '185639.921000', '185639.923000', '185639.926000', '185639.929000', '185639.931000', '185639.934000', '185639.937000', '185639.939000', '185639.942000', '185639.944000', '185639.947000', '185639.950000', '185639.952000', '185639.955000', '185639.958000', '185639.960000', '185639.963000', '185639.974000', '185639.977000', '185639.980000', '185639.982000', '185639.985000', '185639.987000', '185639.990000', '185639.993000', '185639.995000', '185639.998000', '185640.001000', '185640.004000', '185640.007000', '185640.009000', '185640.012000', '185640.014000', '185640.017000', '185640.020000', '185640.022000', '185640.025000', '185640.027000', '185640.030000', '185640.032000', '185640.035000', '185640.038000', '185659.914000', '185659.917000', '185659.920000', '185659.922000', '185659.925000', '185659.928000', '185659.930000', '185659.933000', '185659.936000', '185659.938000', '185659.941000', '185659.943000', '185659.946000', '185659.949000', '185659.951000', '185659.954000', '185659.957000', '185659.959000', '185659.962000', '185659.964000', '185659.967000', '185659.970000', '185659.972000', '185659.975000', '185659.977000', '185659.980000', '185659.982000', '185659.985000', '185659.989000', '185659.991000', '185659.994000', '185659.997000', '185700.000000', '185700.003000', '185700.006000', '185700.008000', '185700.011000', '185700.013000', '185700.016000', '185700.019000', '185700.021000', '185700.024000', '185700.026000', '185719.914000', '185719.917000', '185719.920000', '185719.923000', '185719.925000', '185719.928000', '185719.930000', '185719.933000', '185719.936000', '185719.938000', '185719.941000', '185719.943000', '185719.946000', '185719.949000', '185719.951000', '185719.954000', '185719.956000', '185719.959000', '185719.962000', '185719.964000', '185719.967000', '185719.970000', '185719.972000', '185719.975000', '185719.978000', '185719.980000', '185719.983000', '185719.985000', '185719.988000', '185719.991000', '185719.993000', '185719.996000', '185719.998000', '185720.002000', '185720.005000', '185720.007000', '185720.010000', '185720.012000', '185720.017000', '185720.019000', '185720.022000', '185720.025000', '185720.027000', '185720.030000', '185739.914000', '185739.917000', '185739.920000', '185739.923000', '185739.925000', '185739.928000', '185739.931000', '185739.933000', '185739.936000', '185739.939000', '185739.941000', '185739.944000', '185739.946000', '185739.949000', '185739.951000', '185739.954000', '185739.957000', '185739.959000', '185739.962000', '185739.965000', '185739.967000', '185739.970000', '185739.972000', '185739.975000', '185739.978000', '185739.980000', '185739.983000', '185739.985000', '185739.988000', '185739.991000', '185739.993000', '185739.996000', '185739.998000', '185740.002000', '185740.005000', '185740.007000', '185740.010000', '185740.012000', '185740.015000', '185740.018000', '185740.020000', '185740.023000', '185740.025000', '185759.914000', '185759.917000', '185759.920000', '185759.923000', '185759.925000', '185759.928000', '185759.930000', '185759.933000', '185759.936000', '185759.938000', '185759.941000', '185759.943000', '185759.946000', '185759.948000', '185759.951000', '185759.954000', '185759.956000', '185759.959000', '185759.962000', '185759.964000', '185759.967000', '185759.969000', '185759.972000', '185759.974000', '185759.977000', '185759.980000', '185759.982000', '185759.985000', '185759.987000', '185759.990000', '185800.000000', '185800.003000', '185800.006000', '185800.008000', '185800.011000', '185800.013000', '185800.016000', '185800.018000', '185800.021000', '185800.023000', '185800.026000', '185800.029000', '185800.031000', '185800.034000', '185819.914000', '185819.917000', '185819.920000', '185819.923000', '185819.925000', '185819.928000', '185819.930000', '185819.933000', '185819.935000', '185819.938000', '185819.941000', '185819.943000', '185819.946000', '185819.948000', '185819.951000', '185819.953000', '185819.956000', '185819.959000', '185819.961000', '185819.965000', '185819.968000', '185819.970000', '185819.973000', '185819.975000', '185819.978000', '185819.981000', '185819.983000', '185819.986000', '185819.988000', '185819.991000', '185819.994000', '185819.996000', '185820.000000', '185820.002000', '185820.005000', '185820.008000', '185820.010000', '185820.013000', '185820.015000', '185820.018000', '185820.021000', '185820.023000', '185820.026000', '185829.159000', '185829.162000', '185829.165000', '185829.167000', '185829.170000', '185829.173000', '185829.175000', '185829.178000', '185829.180000', '185829.183000', '185829.185000', '185829.188000', '185829.191000', '185829.193000', '185829.196000', '185829.199000', '185829.201000', '185829.204000', '185829.206000', '185829.209000', '185829.212000'], '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': [10987, 7807, 10142, 7578, 8258, 7554, 7601, 7210, 8007, 7310, 7729, 7371, 7538, 9348, 8057, 7467, 7246, 6984, 6891, 8293, 7573, 9011, 7935, 10581, 13076, 8635, 11635, 8033, 8410, 6949, 9978, 6966, 9193, 7189, 7785, 10870, 7822, 13680, 8495, 10028, 8121, 8545, 7719, 8729, 7585, 7626, 7482, 7524, 7424, 7667, 7265, 7648, 7783, 8142, 7341, 8318, 7466, 7986, 7359, 8352, 7547, 8839, 7987, 7871, 7624, 7717, 7949, 7681, 10073, 7660, 9215, 7717, 9176, 7401, 7929, 7590, 8204, 7804, 7485, 6640, 7296, 7376, 8054, 7403, 7654, 7440, 7798, 8055, 7631, 9151, 7476, 10439, 12319, 9113, 13184, 9827, 10237, 7426, 8879, 7581, 7954, 7662, 8366, 7363, 8611, 7728, 7863, 7546, 7708, 7598, 7925, 7069, 7381, 8228, 7578, 8789, 7431, 8249, 7420, 8153, 7344, 7537, 7270, 7552, 7476, 7347, 7504, 7426, 7086, 7556, 9400, 7457, 8679, 7867, 7336, 7734, 7460, 7506, 7915, 6987, 7527, 8383, 7645, 7001, 7400, 7126, 7576, 9835, 7689, 11431, 8430, 8908, 7570, 8003, 7530, 7764, 7598, 7652, 7237, 7281, 9601, 7476, 9373, 7195, 8719, 7529, 8056, 7434, 7985, 7381, 7521, 7391, 7271, 8283, 7422, 9082, 7407, 8310, 7362, 7748, 7991, 7894, 8146, 7514, 7436, 7084, 7524, 9683, 7721, 8205, 7593, 7380, 8906, 7687, 7122, 7459, 7245, 7423, 7591, 8319, 8457, 8142, 11429, 7562, 9782, 7467, 9729, 7884, 8762, 7654, 8895, 7422, 8465, 7408, 7921, 7345, 7514, 7329, 7846, 7279, 8170, 7685, 7690, 7480, 8558, 7380, 8102, 7462, 7929, 7541, 7823, 7197, 7435, 7062, 7656, 7671, 7431, 9429, 7397, 8311, 7724, 8035, 7443, 7671, 7176, 7730, 7144, 7211, 6791, 7382, 7621, 7663, 7379, 7604, 6857, 7319, 8606, 7541, 10438, 7523, 9176, 7332, 7681, 7147, 7414, 6854, 7645, 7701, 7383, 9202, 8055, 8731, 7361, 7195, 7538, 7237, 7353, 8647, 8736, 7196, 8180, 7605, 8064, 7391, 9245, 7698, 11377, 9146, 12997, 7552, 9149, 7745, 10097, 8107, 8388, 7530, 6973, 7841, 9508, 7475, 9899, 7770, 7328, 7272, 7008, 7595, 7462, 7886, 7467, 8931, 7602, 8856, 7614, 8552, 7420, 9207, 7455, 9750, 7134, 7427, 7242, 7402, 6896, 7524, 9892, 7276, 7636, 7250, 6934, 7387, 7213, 9307, 9260, 10622, 8433, 10741, 7823, 9167, 7402, 9447, 7755, 9767, 7004, 7833, 10638, 7331, 10618, 7230, 9402, 7263, 7982, 7369, 7767, 7229, 8229, 7333, 7804, 7426, 8075, 7592, 9262, 7698, 8867, 8506, 7546, 7902, 7755, 8521, 7610, 7811, 9921, 7527, 7179, 7384, 7332, 7656, 7147, 7950, 10496, 8036, 9143, 7765, 9505, 7742, 9378, 8220, 7543, 7842, 8219, 7871, 8042, 7866, 7547, 7960, 7963, 7359, 7796, 7501, 6790, 7563, 6920, 7455, 7047, 7776, 9264, 8238, 11361, 9054, 10622, 7632, 8995, 8014, 11605, 7945, 12982, 9198, 11264, 7834, 9349, 7177, 8140, 7657, 6858, 7514, 7909, 8590, 7263, 7207, 8074, 7495, 9033, 11387, 8950, 11308, 7963, 11193, 7902, 8444, 7657, 7974, 7982, 7729, 7501, 8034, 7436, 7883, 7355, 8556, 7097, 8382, 7377, 8027, 7440, 8093, 7260, 8997, 7354, 8903, 6832, 7862, 12467, 7719, 10791, 7962, 9002, 7868, 8577, 6980, 7921, 9387, 7622, 10242, 7954, 7927, 7688, 8104, 7426, 7842, 6977, 7585, 7199, 8564, 7445, 8287, 7665, 8016, 8307, 9184, 9266, 8063, 13475, 7752, 11171, 7960, 10273, 8364, 8386, 7821, 8011, 7896, 7739, 7415, 7250, 7348, 8191, 7492, 7762, 7254, 7689, 7029, 8104, 7285, 7429, 7186, 7783, 7435, 7820, 8560, 7883, 7325, 7195, 7482, 8086, 8463, 7584, 8947, 7832, 7137, 7137, 7109, 8004, 7488, 8064, 7676, 7677, 12114, 8189, 10094, 7970, 8005, 7820, 7973, 8982, 8051, 10580, 8135, 10251, 8010, 8369, 7731, 8250, 7972, 7429, 8042, 7975, 8051, 7888, 7431, 7816, 7481, 8586, 7525, 7872, 7411, 7772, 7630, 8296, 7289, 7981, 11879, 7879, 10387, 8052, 8362, 7937, 7479, 8233, 7201, 7240, 6755, 7929, 10931, 8418, 10301, 7935, 9365, 7618, 8021, 12437, 7461, 10581, 8630, 8465, 7936, 7747, 7962, 7647, 7545, 7624, 7710, 7154, 7820, 7568, 7830, 8541, 7575, 8665, 7672, 9131, 7181, 7321, 7180, 7532, 10630, 7889, 9596, 8100, 7885, 7530, 7604, 7285, 7803, 7501, 7723, 7260, 7401, 6923, 7339, 7182, 7336, 7511, 8267, 7235, 8087, 10356, 7978, 8607, 8194, 8505, 7856, 8233, 7807, 7640, 7947, 7768, 8332, 8184, 7616, 8900, 7763, 9098, 8077, 10523, 7963, 8041, 7188, 7820, 6956, 8672, 7715, 7431, 7912, 8033, 7480, 8177, 7532, 8089, 7530, 7354, 11292, 8211, 13977, 9014, 10106, 9788, 7891, 14050, 10560, 10896, 7984, 8961, 7872, 8213, 7554, 7702, 7726, 7356, 7907, 7801, 7862, 8624, 7700, 9205, 8014, 7401, 7538, 6854, 7912, 11028, 7811, 10415, 8117, 9217, 7769, 8908, 7390, 7841, 7107, 7822, 8559, 7490, 6916, 8109, 7609, 8083, 9424, 7916, 9876, 8026, 8211, 8290, 8094, 8087, 8648, 8030, 8787, 8229, 7608, 8087, 7875, 8089, 7891, 7557, 7839, 7140, 7531, 7488, 7700, 7291, 7971, 9551, 8022, 9911, 8043, 9043, 8146, 8767, 7766, 8451, 7860, 8365, 8077, 7327, 7141, 7292, 7573, 7737, 8240, 10736, 7830, 10880, 8582, 8311, 7879, 7702, 7361, 8033, 7297, 8257, 7394, 7496, 7602, 7432, 7142, 8234, 9717, 8184, 7548, 8287, 8349, 8060, 8803, 7932, 9265, 8426, 9203, 7990, 7006, 8363, 7954, 8212, 9390, 7505, 7280, 7103, 7536, 7277, 7210, 8181, 10153, 8563, 7072, 6995, 7593, 7450, 7259, 8244, 7654, 9717, 8424, 8407, 8197, 8217, 8211, 8195, 7841, 8024, 7784, 7588, 7516, 7700, 7073, 8089, 9288, 8136, 8276, 7832, 8091, 7604, 7780, 7819, 8331, 7754, 8482, 7627, 8899, 7202, 8514, 7535, 8079, 7721, 8005, 9553, 8314, 14720, 11431, 12437, 10262, 11153, 8104, 8314, 8145, 8523, 7919, 8394, 8019, 7802, 8194, 7587, 7935, 7980, 7494, 7996, 11224, 8163, 8981, 8147, 8358, 8167, 8808, 7795, 8564], 'WindowCenter': [4156.0, 4111.0, 4129.0, 4096.0, 4093.0, 4082.0, 4070.0, 4069.0, 4078.0, 4069.0, 4080.0, 4069.0, 4083.0, 4091.0, 4081.0, 4083.0, 4094.0, 4082.0, 4070.0, 4092.0, 4095.0, 4105.0, 4093.0, 4115.0, 4124.0, 4093.0, 4111.0, 4081.0, 4082.0, 4058.0, 4090.0, 4057.0, 4077.0, 4055.0, 4066.0, 4086.0, 4056.0, 4106.0, 4063.0, 4074.0, 4066.0, 4063.0, 4055.0, 4075.0, 4066.0, 4054.0, 4055.0, 4054.0, 4055.0, 4066.0, 4067.0, 4079.0, 4079.0, 4080.0, 4080.0, 4090.0, 4071.0, 4080.0, 4082.0, 4092.0, 4082.0, 4093.0, 4081.0, 4083.0, 4070.0, 4082.0, 4079.0, 4081.0, 4101.0, 4081.0, 4091.0, 4081.0, 4090.0, 4071.0, 4080.0, 4082.0, 4092.0, 4081.0, 4070.0, 4060.0, 4083.0, 4080.0, 4093.0, 4083.0, 4095.0, 4096.0, 4096.0, 4107.0, 4098.0, 4117.0, 4097.0, 4129.0, 4127.0, 4104.0, 4124.0, 4102.0, 4102.0, 4083.0, 4091.0, 4082.0, 4081.0, 4083.0, 4091.0, 4069.0, 4090.0, 4081.0, 4080.0, 4081.0, 4083.0, 4082.0, 4094.0, 4071.0, 4082.0, 4091.0, 4082.0, 4091.0, 4083.0, 4091.0, 4081.0, 4081.0, 4071.0, 4082.0, 4070.0, 4082.0, 4071.0, 4082.0, 4071.0, 4083.0, 4070.0, 4082.0, 4090.0, 4084.0, 4092.0, 4093.0, 4084.0, 4095.0, 4084.0, 4082.0, 4094.0, 4083.0, 4095.0, 4093.0, 4094.0, 4084.0, 4095.0, 4084.0, 4095.0, 4114.0, 4096.0, 4125.0, 4094.0, 4092.0, 4083.0, 4082.0, 4080.0, 4081.0, 4082.0, 4082.0, 4071.0, 4082.0, 4100.0, 4080.0, 4091.0, 4072.0, 4091.0, 4081.0, 4081.0, 4071.0, 4078.0, 4070.0, 4082.0, 4082.0, 4082.0, 4090.0, 4082.0, 4091.0, 4081.0, 4091.0, 4081.0, 4083.0, 4093.0, 4092.0, 4092.0, 4083.0, 4084.0, 4084.0, 4094.0, 4114.0, 4093.0, 4093.0, 4082.0, 4084.0, 4101.0, 4093.0, 4072.0, 4083.0, 4082.0, 4082.0, 4095.0, 4094.0, 4092.0, 4082.0, 4111.0, 4082.0, 4100.0, 4082.0, 4101.0, 4080.0, 4090.0, 4079.0, 4089.0, 4069.0, 4078.0, 4070.0, 4079.0, 4069.0, 4069.0, 4080.0, 4080.0, 4082.0, 4092.0, 4081.0, 4082.0, 4083.0, 4091.0, 4083.0, 4092.0, 4082.0, 4094.0, 4082.0, 4082.0, 4071.0, 4082.0, 4071.0, 4081.0, 4081.0, 4082.0, 4103.0, 4082.0, 4091.0, 4081.0, 4082.0, 4080.0, 4082.0, 4072.0, 4093.0, 4082.0, 4082.0, 4071.0, 4093.0, 4093.0, 4096.0, 4096.0, 4096.0, 4085.0, 4097.0, 4105.0, 4095.0, 4125.0, 4096.0, 4105.0, 4083.0, 4082.0, 4070.0, 4081.0, 4071.0, 4093.0, 4081.0, 4083.0, 4103.0, 4093.0, 4103.0, 4083.0, 4083.0, 4094.0, 4084.0, 4095.0, 4104.0, 4105.0, 4083.0, 4094.0, 4082.0, 4092.0, 4083.0, 4104.0, 4084.0, 4114.0, 4103.0, 4123.0, 4080.0, 4091.0, 4082.0, 4101.0, 4080.0, 4079.0, 4080.0, 4058.0, 4079.0, 4088.0, 4070.0, 4099.0, 4080.0, 4068.0, 4068.0, 4069.0, 4080.0, 4081.0, 4092.0, 4082.0, 4103.0, 4093.0, 4103.0, 4083.0, 4091.0, 4083.0, 4102.0, 4071.0, 4101.0, 4069.0, 4070.0, 4069.0, 4080.0, 4070.0, 4083.0, 4101.0, 4081.0, 4079.0, 4082.0, 4071.0, 4082.0, 4083.0, 4115.0, 4115.0, 4126.0, 4104.0, 4125.0, 4095.0, 4116.0, 4096.0, 4117.0, 4096.0, 4116.0, 4084.0, 4095.0, 4114.0, 4083.0, 4112.0, 4083.0, 4102.0, 4082.0, 4091.0, 4083.0, 4092.0, 4083.0, 4093.0, 4082.0, 4082.0, 4083.0, 4092.0, 4094.0, 4101.0, 4095.0, 4092.0, 4092.0, 4083.0, 4093.0, 4083.0, 4094.0, 4082.0, 4082.0, 4101.0, 4081.0, 4070.0, 4082.0, 4081.0, 4083.0, 4071.0, 4082.0, 4100.0, 4080.0, 4090.0, 4080.0, 4090.0, 4081.0, 4091.0, 4080.0, 4069.0, 4081.0, 4080.0, 4080.0, 4081.0, 4093.0, 4082.0, 4092.0, 4093.0, 4083.0, 4082.0, 4083.0, 4073.0, 4094.0, 4083.0, 4095.0, 4084.0, 4097.0, 4114.0, 4106.0, 4125.0, 4104.0, 4114.0, 4083.0, 4090.0, 4081.0, 4111.0, 4082.0, 4120.0, 4091.0, 4099.0, 4068.0, 4089.0, 4059.0, 4080.0, 4081.0, 4059.0, 4070.0, 4082.0, 4092.0, 4084.0, 4082.0, 4094.0, 4082.0, 4106.0, 4114.0, 4093.0, 4100.0, 4081.0, 4101.0, 4081.0, 4080.0, 4070.0, 4079.0, 4080.0, 4070.0, 4071.0, 4081.0, 4083.0, 4093.0, 4085.0, 4093.0, 4073.0, 4094.0, 4084.0, 4093.0, 4085.0, 4095.0, 4097.0, 4117.0, 4085.0, 4106.0, 4075.0, 4096.0, 4126.0, 4084.0, 4116.0, 4083.0, 4093.0, 4082.0, 4092.0, 4071.0, 4082.0, 4091.0, 4082.0, 4102.0, 4082.0, 4082.0, 4081.0, 4081.0, 4083.0, 4094.0, 4083.0, 4095.0, 4083.0, 4106.0, 4095.0, 4105.0, 4096.0, 4107.0, 4095.0, 4106.0, 4104.0, 4094.0, 4124.0, 4083.0, 4112.0, 4082.0, 4101.0, 4082.0, 4080.0, 4081.0, 4080.0, 4081.0, 4081.0, 4083.0, 4082.0, 4082.0, 4092.0, 4083.0, 4083.0, 4082.0, 4095.0, 4072.0, 4081.0, 4070.0, 4071.0, 4071.0, 4082.0, 4071.0, 4082.0, 4091.0, 4082.0, 4071.0, 4072.0, 4070.0, 4092.0, 4092.0, 4083.0, 4091.0, 4082.0, 4071.0, 4072.0, 4071.0, 4093.0, 4083.0, 4095.0, 4083.0, 4096.0, 4124.0, 4094.0, 4102.0, 4082.0, 4081.0, 4069.0, 4082.0, 4090.0, 4080.0, 4099.0, 4068.0, 4088.0, 4067.0, 4079.0, 4080.0, 4080.0, 4080.0, 4069.0, 4080.0, 4080.0, 4081.0, 4093.0, 4083.0, 4083.0, 4083.0, 4104.0, 4080.0, 4092.0, 4082.0, 4083.0, 4082.0, 4093.0, 4071.0, 4082.0, 4112.0, 4080.0, 4101.0, 4080.0, 4080.0, 4081.0, 4070.0, 4081.0, 4071.0, 4083.0, 4072.0, 4107.0, 4126.0, 4106.0, 4113.0, 4094.0, 4103.0, 4082.0, 4094.0, 4123.0, 4083.0, 4100.0, 4091.0, 4079.0, 4080.0, 4080.0, 4080.0, 4080.0, 4082.0, 4081.0, 4082.0, 4071.0, 4083.0, 4082.0, 4094.0, 4103.0, 4095.0, 4105.0, 4082.0, 4104.0, 4071.0, 4084.0, 4084.0, 4083.0, 4111.0, 4082.0, 4100.0, 4082.0, 4082.0, 4081.0, 4082.0, 4082.0, 4082.0, 4082.0, 4083.0, 4071.0, 4084.0, 4072.0, 4082.0, 4071.0, 4071.0, 4069.0, 4091.0, 4071.0, 4094.0, 4113.0, 4083.0, 4091.0, 4092.0, 4091.0, 4082.0, 4093.0, 4083.0, 4081.0, 4093.0, 4082.0, 4095.0, 4093.0, 4096.0, 4104.0, 4095.0, 4105.0, 4096.0, 4115.0, 4084.0, 4094.0, 4083.0, 4084.0, 4071.0, 4093.0, 4081.0, 4083.0, 4094.0, 4095.0, 4096.0, 4105.0, 4097.0, 4107.0, 4109.0, 4098.0, 4140.0, 4108.0, 4149.0, 4105.0, 4114.0, 4104.0, 4084.0, 4122.0, 4103.0, 4101.0, 4083.0, 4091.0, 4081.0, 4081.0, 4082.0, 4071.0, 4080.0, 4071.0, 4081.0, 4081.0, 4094.0, 4104.0, 4095.0, 4105.0, 4096.0, 4084.0, 4094.0, 4073.0, 4093.0, 4115.0, 4084.0, 4115.0, 4094.0, 4093.0, 4072.0, 4092.0, 4069.0, 4082.0, 4070.0, 4082.0, 4091.0, 4071.0, 4071.0, 4082.0, 4080.0, 4083.0, 4091.0, 4082.0, 4101.0, 4082.0, 4079.0, 4081.0, 4080.0, 4081.0, 4092.0, 4093.0, 4093.0, 4093.0, 4082.0, 4082.0, 4081.0, 4081.0, 4081.0, 4082.0, 4082.0, 4071.0, 4083.0, 4081.0, 4094.0, 4083.0, 4094.0, 4114.0, 4095.0, 4115.0, 4095.0, 4091.0, 4094.0, 4092.0, 4084.0, 4094.0, 4096.0, 4094.0, 4095.0, 4083.0, 4085.0, 4085.0, 4095.0, 4095.0, 4106.0, 4127.0, 4097.0, 4116.0, 4094.0, 4093.0, 4083.0, 4082.0, 4083.0, 4095.0, 4083.0, 4094.0, 4082.0, 4084.0, 4082.0, 4083.0, 4072.0, 4093.0, 4100.0, 4091.0, 4070.0, 4092.0, 4080.0, 4092.0, 4104.0, 4094.0, 4101.0, 4094.0, 4102.0, 4093.0, 4072.0, 4092.0, 4094.0, 4094.0, 4103.0, 4084.0, 4082.0, 4073.0, 4082.0, 4085.0, 4083.0, 4094.0, 4102.0, 4093.0, 4071.0, 4070.0, 4080.0, 4082.0, 4082.0, 4094.0, 4081.0, 4104.0, 4092.0, 4091.0, 4092.0, 4091.0, 4092.0, 4081.0, 4081.0, 4082.0, 4080.0, 4081.0, 4069.0, 4082.0, 4071.0, 4083.0, 4090.0, 4081.0, 4092.0, 4083.0, 4081.0, 4082.0, 4083.0, 4095.0, 4104.0, 4097.0, 4117.0, 4107.0, 4118.0, 4096.0, 4107.0, 4095.0, 4097.0, 4095.0, 4096.0, 4104.0, 4095.0, 4134.0, 4113.0, 4112.0, 4101.0, 4101.0, 4079.0, 4078.0, 4080.0, 4090.0, 4081.0, 4081.0, 4080.0, 4081.0, 4081.0, 4081.0, 4082.0, 4093.0, 4082.0, 4093.0, 4113.0, 4093.0, 4092.0, 4082.0, 4092.0, 4092.0, 4101.0, 4084.0, 4091.0], 'WindowWidth': [9219.0, 9145.0, 9164.0, 9115.0, 9105.0, 9086.0, 9066.0, 9064.0, 9073.0, 9064.0, 9081.0, 9065.0, 9087.0, 9096.0, 9083.0, 9089.0, 9108.0, 9088.0, 9069.0, 9099.0, 9108.0, 9125.0, 9104.0, 9136.0, 9144.0, 9100.0, 9124.0, 9081.0, 9084.0, 9048.0, 9090.0, 9041.0, 9070.0, 9035.0, 9052.0, 9077.0, 9039.0, 9106.0, 9044.0, 9058.0, 9050.0, 9044.0, 9036.0, 9065.0, 9053.0, 9033.0, 9037.0, 9033.0, 9036.0, 9053.0, 9057.0, 9077.0, 9077.0, 9080.0, 9080.0, 9094.0, 9070.0, 9081.0, 9087.0, 9101.0, 9086.0, 9103.0, 9081.0, 9087.0, 9067.0, 9084.0, 9079.0, 9085.0, 9112.0, 9083.0, 9096.0, 9082.0, 9093.0, 9068.0, 9079.0, 9084.0, 9100.0, 9081.0, 9068.0, 9053.0, 9089.0, 9083.0, 9103.0, 9091.0, 9112.0, 9116.0, 9114.0, 9131.0, 9118.0, 9142.0, 9116.0, 9162.0, 9153.0, 9118.0, 9144.0, 9111.0, 9112.0, 9087.0, 9097.0, 9085.0, 9083.0, 9088.0, 9096.0, 9063.0, 9094.0, 9081.0, 9079.0, 9083.0, 9091.0, 9088.0, 9105.0, 9069.0, 9087.0, 9096.0, 9085.0, 9097.0, 9090.0, 9097.0, 9085.0, 9084.0, 9070.0, 9085.0, 9066.0, 9087.0, 9072.0, 9086.0, 9069.0, 9088.0, 9068.0, 9086.0, 9096.0, 9093.0, 9102.0, 9102.0, 9093.0, 9109.0, 9092.0, 9086.0, 9106.0, 9090.0, 9110.0, 9103.0, 9108.0, 9093.0, 9110.0, 9094.0, 9112.0, 9135.0, 9114.0, 9150.0, 9104.0, 9099.0, 9089.0, 9087.0, 9081.0, 9085.0, 9085.0, 9087.0, 9069.0, 9088.0, 9108.0, 9081.0, 9097.0, 9073.0, 9098.0, 9084.0, 9081.0, 9070.0, 9076.0, 9068.0, 9085.0, 9086.0, 9087.0, 9095.0, 9087.0, 9098.0, 9085.0, 9097.0, 9086.0, 9090.0, 9104.0, 9100.0, 9102.0, 9091.0, 9096.0, 9094.0, 9109.0, 9135.0, 9102.0, 9105.0, 9088.0, 9094.0, 9113.0, 9105.0, 9073.0, 9089.0, 9087.0, 9090.0, 9110.0, 9107.0, 9100.0, 9089.0, 9125.0, 9084.0, 9108.0, 9087.0, 9110.0, 9082.0, 9093.0, 9078.0, 9090.0, 9065.0, 9074.0, 9069.0, 9078.0, 9064.0, 9063.0, 9081.0, 9081.0, 9088.0, 9101.0, 9086.0, 9087.0, 9091.0, 9099.0, 9091.0, 9102.0, 9088.0, 9108.0, 9087.0, 9087.0, 9069.0, 9087.0, 9069.0, 9086.0, 9084.0, 9087.0, 9116.0, 9087.0, 9096.0, 9083.0, 9085.0, 9080.0, 9085.0, 9073.0, 9106.0, 9087.0, 9089.0, 9072.0, 9105.0, 9105.0, 9113.0, 9115.0, 9114.0, 9100.0, 9117.0, 9124.0, 9112.0, 9151.0, 9115.0, 9123.0, 9090.0, 9087.0, 9071.0, 9086.0, 9070.0, 9105.0, 9087.0, 9092.0, 9119.0, 9105.0, 9119.0, 9092.0, 9091.0, 9107.0, 9095.0, 9112.0, 9122.0, 9124.0, 9089.0, 9105.0, 9088.0, 9101.0, 9091.0, 9121.0, 9092.0, 9132.0, 9116.0, 9141.0, 9081.0, 9096.0, 9087.0, 9111.0, 9083.0, 9078.0, 9080.0, 9048.0, 9079.0, 9088.0, 9067.0, 9104.0, 9079.0, 9061.0, 9063.0, 9064.0, 9081.0, 9085.0, 9102.0, 9089.0, 9117.0, 9104.0, 9118.0, 9091.0, 9101.0, 9093.0, 9116.0, 9070.0, 9111.0, 9064.0, 9068.0, 9064.0, 9083.0, 9067.0, 9089.0, 9110.0, 9083.0, 9078.0, 9086.0, 9071.0, 9087.0, 9093.0, 9139.0, 9137.0, 9155.0, 9122.0, 9152.0, 9112.0, 9139.0, 9116.0, 9144.0, 9112.0, 9139.0, 9094.0, 9110.0, 9133.0, 9090.0, 9128.0, 9089.0, 9113.0, 9087.0, 9099.0, 9090.0, 9102.0, 9089.0, 9104.0, 9087.0, 9087.0, 9091.0, 9104.0, 9109.0, 9113.0, 9109.0, 9101.0, 9101.0, 9090.0, 9103.0, 9091.0, 9106.0, 9085.0, 9086.0, 9109.0, 9084.0, 9068.0, 9087.0, 9083.0, 9090.0, 9071.0, 9086.0, 9109.0, 9082.0, 9092.0, 9079.0, 9092.0, 9084.0, 9094.0, 9080.0, 9064.0, 9083.0, 9081.0, 9079.0, 9083.0, 9103.0, 9086.0, 9102.0, 9103.0, 9092.0, 9089.0, 9091.0, 9076.0, 9107.0, 9090.0, 9112.0, 9093.0, 9117.0, 9134.0, 9126.0, 9150.0, 9122.0, 9131.0, 9090.0, 9094.0, 9083.0, 9123.0, 9085.0, 9134.0, 9094.0, 9103.0, 9060.0, 9088.0, 9050.0, 9082.0, 9082.0, 9050.0, 9068.0, 9087.0, 9100.0, 9092.0, 9088.0, 9107.0, 9088.0, 9125.0, 9130.0, 9101.0, 9105.0, 9082.0, 9107.0, 9079.0, 9080.0, 9067.0, 9076.0, 9078.0, 9065.0, 9069.0, 9081.0, 9089.0, 9104.0, 9096.0, 9105.0, 9076.0, 9105.0, 9092.0, 9104.0, 9097.0, 9109.0, 9117.0, 9143.0, 9097.0, 9127.0, 9083.0, 9111.0, 9152.0, 9093.0, 9139.0, 9089.0, 9101.0, 9083.0, 9099.0, 9068.0, 9084.0, 9096.0, 9086.0, 9113.0, 9086.0, 9084.0, 9083.0, 9084.0, 9087.0, 9105.0, 9090.0, 9109.0, 9091.0, 9125.0, 9109.0, 9123.0, 9112.0, 9130.0, 9110.0, 9124.0, 9119.0, 9104.0, 9144.0, 9086.0, 9125.0, 9086.0, 9110.0, 9084.0, 9079.0, 9083.0, 9080.0, 9083.0, 9085.0, 9089.0, 9086.0, 9087.0, 9102.0, 9087.0, 9091.0, 9087.0, 9110.0, 9075.0, 9085.0, 9066.0, 9071.0, 9068.0, 9086.0, 9071.0, 9087.0, 9096.0, 9085.0, 9068.0, 9073.0, 9066.0, 9100.0, 9100.0, 9091.0, 9098.0, 9086.0, 9069.0, 9074.0, 9071.0, 9103.0, 9091.0, 9112.0, 9090.0, 9111.0, 9146.0, 9104.0, 9112.0, 9083.0, 9082.0, 9064.0, 9085.0, 9094.0, 9079.0, 9104.0, 9061.0, 9086.0, 9058.0, 9077.0, 9083.0, 9080.0, 9079.0, 9065.0, 9081.0, 9081.0, 9084.0, 9102.0, 9091.0, 9090.0, 9090.0, 9120.0, 9082.0, 9101.0, 9084.0, 9091.0, 9085.0, 9102.0, 9068.0, 9086.0, 9124.0, 9081.0, 9109.0, 9081.0, 9078.0, 9080.0, 9064.0, 9083.0, 9069.0, 9091.0, 9076.0, 9129.0, 9152.0, 9125.0, 9131.0, 9106.0, 9117.0, 9084.0, 9105.0, 9143.0, 9087.0, 9107.0, 9095.0, 9077.0, 9079.0, 9079.0, 9081.0, 9081.0, 9087.0, 9083.0, 9087.0, 9071.0, 9088.0, 9088.0, 9106.0, 9119.0, 9110.0, 9123.0, 9087.0, 9118.0, 9071.0, 9094.0, 9093.0, 9089.0, 9125.0, 9085.0, 9108.0, 9084.0, 9085.0, 9084.0, 9088.0, 9086.0, 9089.0, 9087.0, 9091.0, 9071.0, 9093.0, 9073.0, 9087.0, 9067.0, 9071.0, 9066.0, 9098.0, 9071.0, 9107.0, 9131.0, 9087.0, 9097.0, 9099.0, 9096.0, 9084.0, 9102.0, 9090.0, 9083.0, 9102.0, 9086.0, 9108.0, 9103.0, 9112.0, 9123.0, 9112.0, 9123.0, 9112.0, 9136.0, 9090.0, 9106.0, 9090.0, 9091.0, 9070.0, 9103.0, 9086.0, 9091.0, 9109.0, 9108.0, 9113.0, 9123.0, 9118.0, 9130.0, 9137.0, 9119.0, 9180.0, 9132.0, 9188.0, 9122.0, 9133.0, 9116.0, 9090.0, 9139.0, 9113.0, 9108.0, 9087.0, 9097.0, 9081.0, 9082.0, 9084.0, 9069.0, 9080.0, 9068.0, 9084.0, 9083.0, 9107.0, 9121.0, 9112.0, 9121.0, 9111.0, 9093.0, 9107.0, 9076.0, 9105.0, 9136.0, 9092.0, 9136.0, 9106.0, 9101.0, 9069.0, 9098.0, 9064.0, 9083.0, 9067.0, 9087.0, 9096.0, 9071.0, 9069.0, 9085.0, 9081.0, 9087.0, 9096.0, 9086.0, 9110.0, 9084.0, 9077.0, 9081.0, 9079.0, 9085.0, 9098.0, 9104.0, 9102.0, 9102.0, 9084.0, 9085.0, 9084.0, 9083.0, 9084.0, 9086.0, 9088.0, 9069.0, 9089.0, 9085.0, 9105.0, 9089.0, 9108.0, 9133.0, 9110.0, 9135.0, 9108.0, 9099.0, 9105.0, 9101.0, 9093.0, 9106.0, 9111.0, 9105.0, 9109.0, 9090.0, 9097.0, 9095.0, 9111.0, 9111.0, 9128.0, 9155.0, 9114.0, 9138.0, 9105.0, 9102.0, 9089.0, 9088.0, 9090.0, 9108.0, 9090.0, 9105.0, 9087.0, 9091.0, 9085.0, 9090.0, 9075.0, 9104.0, 9110.0, 9097.0, 9066.0, 9099.0, 9081.0, 9101.0, 9118.0, 9106.0, 9112.0, 9106.0, 9114.0, 9102.0, 9074.0, 9102.0, 9107.0, 9107.0, 9116.0, 9092.0, 9087.0, 9077.0, 9086.0, 9095.0, 9091.0, 9106.0, 9115.0, 9103.0, 9070.0, 9069.0, 9082.0, 9087.0, 9087.0, 9105.0, 9082.0, 9118.0, 9098.0, 9097.0, 9099.0, 9097.0, 9100.0, 9085.0, 9082.0, 9084.0, 9079.0, 9082.0, 9064.0, 9087.0, 9072.0, 9088.0, 9095.0, 9084.0, 9101.0, 9091.0, 9084.0, 9089.0, 9091.0, 9112.0, 9122.0, 9117.0, 9143.0, 9132.0, 9148.0, 9115.0, 9131.0, 9109.0, 9115.0, 9110.0, 9111.0, 9118.0, 9108.0, 9161.0, 9130.0, 9125.0, 9109.0, 9107.0, 9076.0, 9075.0, 9081.0, 9094.0, 9084.0, 9084.0, 9080.0, 9083.0, 9083.0, 9083.0, 9085.0, 9102.0, 9087.0, 9104.0, 9130.0, 9101.0, 9099.0, 9087.0, 9099.0, 9101.0, 9112.0, 9092.0, 9099.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.0016443348623853213</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017705747133027524</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.63867944531578</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1886103214006882</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0113625648105624</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4445</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7272.876</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07894154608621436</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.22935779816513763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4359745301162428</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3559270347394135</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7289002985743105</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.223096257035004</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00928579</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015509374439716339</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017866341397166252</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.5999414511604426</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.5667</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.9709</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.8514</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310413.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>827.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.6347</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8567</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.8196</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3329.6917</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3585.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66131.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>872.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4419.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>995.842</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.684780343435705</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> |