=== 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-0094 --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-0094",
"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-0094_ses-03_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-0094_ses-03_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-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_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-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_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-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0094/figures/sub-0094_ses-03_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_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-0094/ses-03/func/sub-0094_ses-03_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>4ed38624414965103ee6bcef377915a2</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:38:17.607500</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.998922, -0.036031, 0.0292677, 0.0371525, 0.998559, -0.0387251]</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.114347</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>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4251, -7895, -7077, 668, -37, -211, 342, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>233.758</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1314edab-cbc0-4d07-9cae-fb2b005fd360||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.680034637451172, 0.09967745840549469, 0.07514169067144394, 106.14152526855469], [0.09666848182678223, 2.679060697555542, -0.1073809564113617, -107.5296630859375], [0.078523188829422, 0.1038966104388237, 2.69681715965271, -39.82487487792969], [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': ['183817.607500', '183818.067500', '183818.527500', '183818.987500', '183819.447500', '183819.907500', '183820.367500', '183820.827500', '183821.287500', '183821.747500', '183822.207500', '183822.667500', '183823.127500', '183823.587500', '183824.047500', '183824.507500', '183824.967500', '183825.427500', '183825.887500', '183826.347500', '183826.807500', '183827.267500', '183827.727500', '183828.187500', '183828.647500', '183829.107500', '183829.567500', '183830.027500', '183830.487500', '183830.947500', '183831.407500', '183831.867500', '183832.327500', '183832.787500', '183833.247500', '183833.707500', '183834.167500', '183834.627500', '183835.087500', '183835.547500', '183836.007500', '183836.467500', '183836.927500', '183837.387500', '183837.847500', '183838.307500', '183838.767500', '183839.227500', '183839.687500', '183840.147500', '183840.607500', '183841.067500', '183841.527500', '183841.987500', '183842.447500', '183842.907500', '183843.367500', '183843.827500', '183844.287500', '183844.747500', '183845.207500', '183845.667500', '183846.127500', '183846.587500', '183847.047500', '183847.507500', '183847.967500', '183848.427500', '183848.887500', '183849.347500', '183849.807500', '183850.267500', '183850.727500', '183851.187500', '183851.647500', '183852.107500', '183852.567500', '183853.027500', '183853.487500', '183853.947500', '183854.407500', '183854.867500', '183855.327500', '183855.787500', '183856.247500', '183856.707500', '183857.167500', '183857.627500', '183858.087500', '183858.547500', '183859.007500', '183859.467500', '183859.927500', '183900.387500', '183900.847500', '183901.307500', '183901.767500', '183902.227500', '183902.687500', '183903.147500', '183903.607500', '183904.067500', '183904.527500', '183904.987500', '183905.447500', '183905.907500', '183906.367500', '183906.827500', '183907.287500', '183907.747500', '183908.207500', '183908.667500', '183909.127500', '183909.587500', '183910.047500', '183910.507500', '183910.967500', '183911.427500', '183911.887500', '183912.347500', '183912.807500', '183913.267500', '183913.727500', '183914.187500', '183914.647500', '183915.107500', '183915.567500', '183916.027500', '183916.487500', '183916.947500', '183917.407500', '183917.867500', '183918.327500', '183918.787500', '183919.247500', '183919.707500', '183920.167500', '183920.627500', '183921.087500', '183921.547500', '183922.007500', '183922.467500', '183922.927500', '183923.387500', '183923.847500', '183924.307500', '183924.767500', '183925.227500', '183925.687500', '183926.147500', '183926.607500', '183927.067500', '183927.527500', '183927.987500', '183928.447500', '183928.907500', '183929.367500', '183929.827500', '183930.287500', '183930.747500', '183931.207500', '183931.667500', '183932.127500', '183932.587500', '183933.047500', '183933.507500', '183933.967500', '183934.427500', '183934.887500', '183935.347500', '183935.807500', '183936.267500', '183936.727500', '183937.187500', '183937.647500', '183938.107500', '183938.567500', '183939.027500', '183939.487500', '183939.947500', '183940.407500', '183940.867500', '183941.327500', '183941.787500', '183942.247500', '183942.707500', '183943.167500', '183943.627500', '183944.087500', '183944.547500', '183945.007500', '183945.467500', '183945.927500', '183946.387500', '183946.847500', '183947.307500', '183947.767500', '183948.227500', '183948.687500', '183949.147500', '183949.607500', '183950.067500', '183950.527500', '183950.987500', '183951.447500', '183951.907500', '183952.367500', '183952.827500', '183953.287500', '183953.747500', '183954.207500', '183954.667500', '183955.127500', '183955.587500', '183956.047500', '183956.507500', '183956.967500', '183957.427500', '183957.887500', '183958.347500', '183958.807500', '183959.267500', '183959.727500', '184000.187500', '184000.647500', '184001.107500', '184001.567500', '184002.027500', '184002.487500', '184002.947500', '184003.407500', '184003.867500', '184004.327500', '184004.787500', '184005.247500', '184005.707500', '184006.167500', '184006.627500', '184007.087500', '184007.547500', '184008.007500', '184008.467500', '184008.927500', '184009.387500', '184009.847500', '184010.307500', '184010.767500', '184011.227500', '184011.687500', '184012.147500', '184012.607500', '184013.067500', '184013.527500', '184013.987500', '184014.447500', '184014.907500', '184015.367500', '184015.827500', '184016.287500', '184016.747500', '184017.207500', '184017.667500', '184018.127500', '184018.587500', '184019.047500', '184019.507500', '184019.967500', '184020.427500', '184020.887500', '184021.347500', '184021.807500', '184022.267500', '184022.727500', '184023.187500', '184023.647500', '184024.107500', '184024.567500', '184025.027500', '184025.487500', '184025.947500', '184026.407500', '184026.867500', '184027.327500', '184027.787500', '184028.247500', '184028.707500', '184029.167500', '184029.627500', '184030.087500', '184030.547500', '184031.007500', '184031.467500', '184031.927500', '184032.387500', '184032.847500', '184033.307500', '184033.767500', '184034.227500', '184034.687500', '184035.147500', '184035.607500', '184036.067500', '184036.527500', '184036.987500', '184037.447500', '184037.907500', '184038.367500', '184038.827500', '184039.287500', '184039.747500', '184040.207500', '184040.667500', '184041.127500', '184041.587500', '184042.047500', '184042.507500', '184042.967500', '184043.427500', '184043.887500', '184044.347500', '184044.807500', '184045.267500', '184045.727500', '184046.187500', '184046.647500', '184047.107500', '184047.567500', '184048.027500', '184048.487500', '184048.947500', '184049.407500', '184049.867500', '184050.327500', '184050.787500', '184051.247500', '184051.707500', '184052.167500', '184052.627500', '184053.087500', '184053.547500', '184054.007500', '184054.467500', '184054.927500', '184055.387500', '184055.847500', '184056.307500', '184056.767500', '184057.227500', '184057.687500', '184058.147500', '184058.607500', '184059.067500', '184059.527500', '184059.987500', '184100.447500', '184100.907500', '184101.367500', '184101.827500', '184102.287500', '184102.747500', '184103.207500', '184103.667500', '184104.127500', '184104.587500', '184105.047500', '184105.507500', '184105.967500', '184106.427500', '184106.887500', '184107.347500', '184107.807500', '184108.267500', '184108.727500', '184109.187500', '184109.647500', '184110.107500', '184110.567500', '184111.027500', '184111.487500', '184111.947500', '184112.407500', '184112.867500', '184113.327500', '184113.787500', '184114.247500', '184114.707500', '184115.167500', '184115.627500', '184116.087500', '184116.547500', '184117.007500', '184117.467500', '184117.927500', '184118.387500', '184118.847500', '184119.307500', '184119.767500', '184120.227500', '184120.687500', '184121.147500', '184121.607500', '184122.067500', '184122.527500', '184122.987500', '184123.447500', '184123.907500', '184124.367500', '184124.827500', '184125.287500', '184125.747500', '184126.207500', '184126.667500', '184127.127500', '184127.587500', '184128.047500', '184128.507500', '184128.967500', '184129.427500', '184129.887500', '184130.347500', '184130.807500', '184131.267500', '184131.727500', '184132.187500', '184132.647500', '184133.107500', '184133.567500', '184134.027500', '184134.487500', '184134.947500', '184135.407500', '184135.867500', '184136.327500', '184136.787500', '184137.247500', '184137.707500', '184138.167500', '184138.627500', '184139.087500', '184139.547500', '184140.007500', '184140.467500', '184140.927500', '184141.387500', '184141.847500', '184142.307500', '184142.767500', '184143.227500', '184143.687500', '184144.147500', '184144.607500', '184145.067500', '184145.527500', '184145.987500', '184146.447500', '184146.907500', '184147.367500', '184147.827500', '184148.287500', '184148.747500', '184149.207500', '184149.667500', '184150.127500', '184150.587500', '184151.047500', '184151.507500', '184151.967500', '184152.427500', '184152.887500', '184153.347500', '184153.807500', '184154.267500', '184154.727500', '184155.187500', '184155.647500', '184156.107500', '184156.567500', '184157.027500', '184157.487500', '184157.947500', '184158.407500', '184158.867500', '184159.327500', '184159.787500', '184200.247500', '184200.707500', '184201.167500', '184201.627500', '184202.087500', '184202.547500', '184203.007500', '184203.467500', '184203.927500', '184204.387500', '184204.847500', '184205.307500', '184205.767500', '184206.227500', '184206.687500', '184207.147500', '184207.607500', '184208.067500', '184208.527500', '184208.987500', '184209.447500', '184209.907500', '184210.367500', '184210.827500', '184211.287500', '184211.747500', '184212.207500', '184212.667500', '184213.127500', '184213.587500', '184214.047500', '184214.507500', '184214.967500', '184215.427500', '184215.887500', '184216.347500', '184216.807500', '184217.267500', '184217.727500', '184218.187500', '184218.647500', '184219.107500', '184219.567500', '184220.027500', '184220.487500', '184220.947500', '184221.407500', '184221.867500', '184222.327500', '184222.787500', '184223.247500', '184223.707500', '184224.167500', '184224.627500', '184225.087500', '184225.547500', '184226.007500', '184226.467500', '184226.927500', '184227.387500', '184227.847500', '184228.307500', '184228.767500', '184229.227500', '184229.687500', '184230.147500', '184230.607500', '184231.067500', '184231.527500', '184231.987500', '184232.447500', '184232.907500', '184233.367500', '184233.827500', '184234.287500', '184234.747500', '184235.207500', '184235.667500', '184236.127500', '184236.587500', '184237.047500', '184237.507500', '184237.967500', '184238.427500', '184238.887500', '184239.347500', '184239.807500', '184240.267500', '184240.727500', '184241.187500', '184241.647500', '184242.107500', '184242.567500', '184243.027500', '184243.487500', '184243.947500', '184244.407500', '184244.867500', '184245.327500', '184245.787500', '184246.247500', '184246.707500', '184247.167500', '184247.627500', '184248.087500', '184248.547500', '184249.007500', '184249.467500', '184249.927500', '184250.387500', '184250.847500', '184251.307500', '184251.767500', '184252.227500', '184252.687500', '184253.147500', '184253.607500', '184254.067500', '184254.527500', '184254.987500', '184255.447500', '184255.907500', '184256.367500', '184256.827500', '184257.287500', '184257.747500', '184258.207500', '184258.667500', '184259.127500', '184259.587500', '184300.047500', '184300.507500', '184300.967500', '184301.427500', '184301.887500', '184302.347500', '184302.807500', '184303.267500', '184303.727500', '184304.187500', '184304.647500', '184305.107500', '184305.567500', '184306.027500', '184306.487500', '184306.947500', '184307.407500', '184307.867500', '184308.327500', '184308.787500', '184309.247500', '184309.707500', '184310.167500', '184310.627500', '184311.087500', '184311.547500', '184312.007500', '184312.467500', '184312.927500', '184313.387500', '184313.847500', '184314.307500', '184314.767500', '184315.227500', '184315.687500', '184316.147500', '184316.607500', '184317.067500', '184317.527500', '184317.987500', '184318.447500', '184318.907500', '184319.367500', '184319.827500', '184320.287500', '184320.747500', '184321.207500', '184321.667500', '184322.127500', '184322.587500', '184323.047500', '184323.507500', '184323.967500', '184324.427500', '184324.887500', '184325.347500', '184325.807500', '184326.267500', '184326.727500', '184327.187500', '184327.647500', '184328.107500', '184328.567500', '184329.027500', '184329.487500', '184329.947500', '184330.407500', '184330.867500', '184331.327500', '184331.787500', '184332.247500', '184332.707500', '184333.167500', '184333.627500', '184334.087500', '184334.547500', '184335.007500', '184335.467500', '184335.927500', '184336.387500', '184336.847500', '184337.307500', '184337.767500', '184338.227500', '184338.687500', '184339.147500', '184339.607500', '184340.067500', '184340.527500', '184340.987500', '184341.447500', '184341.907500', '184342.367500', '184342.827500', '184343.287500', '184343.747500', '184344.207500', '184344.667500', '184345.127500', '184345.587500', '184346.047500', '184346.507500', '184346.967500', '184347.427500', '184347.887500', '184348.347500', '184348.807500', '184349.267500', '184349.727500', '184350.187500', '184350.647500', '184351.107500', '184351.567500', '184352.027500', '184352.487500', '184352.947500', '184353.407500', '184353.867500', '184354.327500', '184354.787500', '184355.247500', '184355.707500', '184356.167500', '184356.627500', '184357.087500', '184357.547500', '184358.007500', '184358.467500', '184358.927500', '184359.387500', '184359.847500', '184400.307500', '184400.767500', '184401.227500', '184401.687500', '184402.147500', '184402.607500', '184403.067500', '184403.527500', '184403.987500', '184404.447500', '184404.907500', '184405.367500', '184405.827500', '184406.287500', '184406.747500', '184407.207500', '184407.667500', '184408.127500', '184408.587500', '184409.047500', '184409.507500', '184409.967500', '184410.427500', '184410.887500', '184411.347500', '184411.807500', '184412.267500', '184412.727500', '184413.187500', '184413.647500', '184414.107500', '184414.567500', '184415.027500', '184415.487500', '184415.947500', '184416.407500', '184416.867500', '184417.327500', '184417.787500', '184418.247500', '184418.707500', '184419.167500', '184419.627500', '184420.087500', '184420.547500', '184421.007500', '184421.467500', '184421.927500', '184422.387500', '184422.847500', '184423.307500', '184423.767500', '184424.227500', '184424.687500', '184425.147500', '184425.607500', '184426.067500', '184426.527500', '184426.987500', '184427.447500', '184427.907500', '184428.367500', '184428.827500', '184429.287500', '184429.747500', '184430.207500', '184430.667500', '184431.127500', '184431.587500', '184432.047500', '184432.507500', '184432.967500', '184433.427500', '184433.887500', '184434.347500', '184434.807500', '184435.267500', '184435.727500', '184436.187500', '184436.647500', '184437.107500', '184437.567500', '184438.027500', '184438.487500', '184438.947500', '184439.407500', '184439.867500', '184440.327500', '184440.787500', '184441.247500', '184441.707500', '184442.167500', '184442.627500', '184443.087500', '184443.547500', '184444.007500', '184444.467500', '184444.927500', '184445.387500', '184445.847500', '184446.307500', '184446.767500', '184447.227500', '184447.687500', '184448.147500', '184448.607500', '184449.067500', '184449.527500', '184449.987500', '184450.447500', '184450.907500', '184451.367500', '184451.827500', '184452.287500', '184452.747500', '184453.207500', '184453.667500', '184454.127500', '184454.587500', '184455.047500', '184455.507500', '184455.967500', '184456.427500', '184456.887500', '184457.347500', '184457.807500', '184458.267500'], 'ContentTime': ['183840.811000', '183840.814000', '183840.817000', '183840.819000', '183840.822000', '183840.824000', '183840.827000', '183840.829000', '183840.832000', '183840.834000', '183840.837000', '183840.839000', '183840.842000', '183840.845000', '183840.847000', '183840.850000', '183840.861000', '183840.863000', '183840.866000', '183840.868000', '183840.871000', '183840.873000', '183840.876000', '183840.878000', '183840.881000', '183840.883000', '183840.893000', '183840.896000', '183840.898000', '183840.901000', '183840.903000', '183840.906000', '183840.909000', '183840.911000', '183840.914000', '183840.916000', '183840.919000', '183840.921000', '183840.924000', '183840.926000', '183840.929000', '183840.931000', '183840.934000', '183840.936000', '183840.939000', '183840.941000', '183840.944000', '183840.946000', '183900.772000', '183900.774000', '183900.777000', '183900.779000', '183900.782000', '183900.785000', '183900.787000', '183900.790000', '183900.792000', '183900.795000', '183900.797000', '183900.800000', '183900.802000', '183900.805000', '183900.807000', '183900.810000', '183900.812000', '183900.815000', '183900.817000', '183900.820000', '183900.822000', '183900.825000', '183900.828000', '183900.837000', '183900.839000', '183900.842000', '183900.844000', '183900.847000', '183900.849000', '183900.852000', '183900.854000', '183900.857000', '183900.859000', '183900.862000', '183900.865000', '183900.867000', '183900.870000', '183900.872000', '183900.875000', '183900.877000', '183900.880000', '183900.882000', '183900.885000', '183920.771000', '183920.774000', '183920.777000', '183920.779000', '183920.782000', '183920.784000', '183920.787000', '183920.793000', '183920.796000', '183920.799000', '183920.801000', '183920.804000', '183920.806000', '183920.809000', '183920.811000', '183920.814000', '183920.816000', '183920.819000', '183920.821000', '183920.824000', '183920.827000', '183920.830000', '183920.833000', '183920.836000', '183920.839000', '183920.841000', '183920.844000', '183920.846000', '183920.849000', '183920.851000', '183920.854000', '183920.856000', '183920.859000', '183920.866000', '183920.869000', '183920.871000', '183920.874000', '183920.877000', '183920.879000', '183920.882000', '183920.884000', '183920.887000', '183920.889000', '183940.771000', '183940.774000', '183940.777000', '183940.779000', '183940.782000', '183940.784000', '183940.787000', '183940.790000', '183940.792000', '183940.795000', '183940.797000', '183940.800000', '183940.802000', '183940.805000', '183940.807000', '183940.810000', '183940.813000', '183940.815000', '183940.818000', '183940.820000', '183940.823000', '183940.825000', '183940.828000', '183940.830000', '183940.833000', '183940.835000', '183940.838000', '183940.840000', '183940.843000', '183940.845000', '183940.848000', '183940.851000', '183940.853000', '183940.856000', '183940.858000', '183940.861000', '183940.863000', '183940.866000', '183940.868000', '183940.871000', '183940.873000', '183940.876000', '183940.878000', '183940.881000', '184000.773000', '184000.776000', '184000.778000', '184000.781000', '184000.784000', '184000.786000', '184000.789000', '184000.791000', '184000.794000', '184000.797000', '184000.799000', '184000.802000', '184000.804000', '184000.807000', '184000.810000', '184000.812000', '184000.815000', '184000.817000', '184000.820000', '184000.822000', '184000.825000', '184000.828000', '184000.830000', '184000.833000', '184000.836000', '184000.842000', '184000.845000', '184000.847000', '184000.850000', '184000.852000', '184000.855000', '184000.857000', '184000.860000', '184000.863000', '184000.865000', '184000.868000', '184000.870000', '184000.873000', '184000.875000', '184000.878000', '184000.880000', '184000.883000', '184000.885000', '184000.888000', '184020.771000', '184020.774000', '184020.777000', '184020.779000', '184020.782000', '184020.785000', '184020.787000', '184020.790000', '184020.792000', '184020.795000', '184020.797000', '184020.800000', '184020.803000', '184020.805000', '184020.808000', '184020.810000', '184020.813000', '184020.815000', '184020.818000', '184020.821000', '184020.823000', '184020.826000', '184020.828000', '184020.831000', '184020.833000', '184020.836000', '184020.838000', '184020.841000', '184020.843000', '184020.849000', '184020.852000', '184020.854000', '184020.857000', '184020.859000', '184020.862000', '184020.865000', '184020.867000', '184020.870000', '184020.872000', '184020.875000', '184020.877000', '184020.880000', '184020.883000', '184040.772000', '184040.776000', '184040.779000', '184040.782000', '184040.784000', '184040.787000', '184040.790000', '184040.792000', '184040.795000', '184040.797000', '184040.800000', '184040.802000', '184040.805000', '184040.808000', '184040.810000', '184040.813000', '184040.815000', '184040.818000', '184040.820000', '184040.823000', '184040.825000', '184040.828000', '184040.831000', '184040.833000', '184040.836000', '184040.838000', '184040.841000', '184040.843000', '184040.846000', '184040.848000', '184040.851000', '184040.853000', '184040.856000', '184040.859000', '184040.861000', '184040.864000', '184040.866000', '184040.869000', '184040.871000', '184040.874000', '184040.877000', '184040.879000', '184040.882000', '184100.772000', '184100.775000', '184100.778000', '184100.797000', '184100.799000', '184100.802000', '184100.805000', '184100.807000', '184100.810000', '184100.812000', '184100.815000', '184100.817000', '184100.844000', '184100.846000', '184100.849000', '184100.851000', '184100.854000', '184100.857000', '184100.859000', '184100.862000', '184100.864000', '184100.867000', '184100.869000', '184100.872000', '184100.875000', '184100.877000', '184100.880000', '184100.882000', '184100.885000', '184100.887000', '184100.890000', '184100.892000', '184100.895000', '184100.898000', '184100.900000', '184100.903000', '184100.905000', '184100.908000', '184100.910000', '184100.913000', '184100.915000', '184100.918000', '184100.920000', '184100.923000', '184120.771000', '184120.776000', '184120.779000', '184120.781000', '184120.784000', '184120.786000', '184120.789000', '184120.792000', '184120.794000', '184120.797000', '184120.800000', '184120.802000', '184120.805000', '184120.807000', '184120.810000', '184120.813000', '184120.816000', '184120.819000', '184120.822000', '184120.825000', '184120.828000', '184120.831000', '184120.833000', '184120.836000', '184120.838000', '184120.841000', '184120.843000', '184120.846000', '184120.848000', '184120.851000', '184120.854000', '184120.856000', '184120.859000', '184120.861000', '184120.864000', '184120.866000', '184120.869000', '184120.871000', '184120.874000', '184120.877000', '184120.879000', '184120.882000', '184120.884000', '184140.771000', '184140.774000', '184140.777000', '184140.779000', '184140.782000', '184140.785000', '184140.787000', '184140.790000', '184140.792000', '184140.795000', '184140.798000', '184140.800000', '184140.803000', '184140.805000', '184140.808000', '184140.811000', '184140.813000', '184140.816000', '184140.818000', '184140.821000', '184140.824000', '184140.826000', '184140.829000', '184140.831000', '184140.834000', '184140.836000', '184140.839000', '184140.841000', '184140.844000', '184140.846000', '184140.849000', '184140.852000', '184140.854000', '184140.857000', '184140.859000', '184140.862000', '184140.864000', '184140.867000', '184140.869000', '184140.872000', '184140.875000', '184140.877000', '184140.880000', '184140.882000', '184200.772000', '184200.774000', '184200.777000', '184200.779000', '184200.782000', '184200.785000', '184200.787000', '184200.790000', '184200.792000', '184200.795000', '184200.798000', '184200.800000', '184200.803000', '184200.805000', '184200.808000', '184200.811000', '184200.813000', '184200.816000', '184200.825000', '184200.827000', '184200.830000', '184200.833000', '184200.835000', '184200.838000', '184200.841000', '184200.844000', '184200.847000', '184200.850000', '184200.852000', '184200.855000', '184200.857000', '184200.860000', '184200.863000', '184200.865000', '184200.868000', '184200.871000', '184200.873000', '184200.876000', '184200.878000', '184200.881000', '184200.884000', '184200.886000', '184200.889000', '184220.772000', '184220.774000', '184220.777000', '184220.780000', '184220.782000', '184220.785000', '184220.788000', '184220.790000', '184220.793000', '184220.795000', '184220.798000', '184220.800000', '184220.803000', '184220.806000', '184220.808000', '184220.811000', '184220.813000', '184220.816000', '184220.818000', '184220.821000', '184220.824000', '184220.826000', '184220.829000', '184220.831000', '184220.834000', '184220.837000', '184220.839000', '184220.842000', '184220.844000', '184220.847000', '184220.849000', '184220.852000', '184220.854000', '184220.857000', '184220.860000', '184220.862000', '184220.865000', '184220.867000', '184220.870000', '184220.873000', '184220.875000', '184220.878000', '184220.892000', '184220.894000', '184240.772000', '184240.774000', '184240.777000', '184240.780000', '184240.782000', '184240.785000', '184240.787000', '184240.790000', '184240.792000', '184240.795000', '184240.797000', '184240.800000', '184240.803000', '184240.806000', '184240.808000', '184240.811000', '184240.814000', '184240.816000', '184240.819000', '184240.821000', '184240.824000', '184240.826000', '184240.829000', '184240.831000', '184240.834000', '184240.837000', '184240.839000', '184240.842000', '184240.844000', '184240.847000', '184240.849000', '184240.853000', '184240.855000', '184240.858000', '184240.861000', '184240.863000', '184240.866000', '184240.869000', '184240.871000', '184240.874000', '184240.876000', '184240.879000', '184240.882000', '184300.773000', '184300.775000', '184300.778000', '184300.780000', '184300.783000', '184300.786000', '184300.788000', '184300.791000', '184300.793000', '184300.796000', '184300.798000', '184300.801000', '184300.804000', '184300.806000', '184300.809000', '184300.812000', '184300.814000', '184300.817000', '184300.819000', '184300.822000', '184300.824000', '184300.827000', '184300.829000', '184300.832000', '184300.835000', '184300.837000', '184300.840000', '184300.842000', '184300.845000', '184300.847000', '184300.850000', '184300.853000', '184300.855000', '184300.858000', '184300.860000', '184300.863000', '184300.865000', '184300.868000', '184300.870000', '184300.873000', '184300.876000', '184300.878000', '184300.881000', '184300.883000', '184320.772000', '184320.775000', '184320.778000', '184320.780000', '184320.783000', '184320.786000', '184320.788000', '184320.791000', '184320.793000', '184320.796000', '184320.798000', '184320.801000', '184320.804000', '184320.806000', '184320.809000', '184320.811000', '184320.814000', '184320.816000', '184320.819000', '184320.821000', '184320.824000', '184320.827000', '184320.829000', '184320.832000', '184320.834000', '184320.837000', '184320.839000', '184320.842000', '184320.844000', '184320.847000', '184320.850000', '184320.852000', '184320.855000', '184320.857000', '184320.860000', '184320.862000', '184320.865000', '184320.868000', '184320.871000', '184320.874000', '184320.877000', '184320.879000', '184320.882000', '184340.771000', '184340.774000', '184340.777000', '184340.779000', '184340.782000', '184340.784000', '184340.787000', '184340.790000', '184340.792000', '184340.795000', '184340.797000', '184340.800000', '184340.803000', '184340.805000', '184340.808000', '184340.811000', '184340.813000', '184340.816000', '184340.818000', '184340.821000', '184340.824000', '184340.826000', '184340.829000', '184340.831000', '184340.834000', '184340.837000', '184340.839000', '184340.842000', '184340.844000', '184340.847000', '184340.850000', '184340.852000', '184340.855000', '184340.857000', '184340.860000', '184340.862000', '184340.865000', '184340.868000', '184340.870000', '184340.873000', '184340.875000', '184340.878000', '184340.881000', '184340.883000', '184400.772000', '184400.774000', '184400.777000', '184400.779000', '184400.782000', '184400.785000', '184400.787000', '184400.790000', '184400.792000', '184400.803000', '184400.805000', '184400.808000', '184400.810000', '184400.813000', '184400.815000', '184400.818000', '184400.820000', '184400.823000', '184400.826000', '184400.828000', '184400.831000', '184400.833000', '184400.836000', '184400.839000', '184400.841000', '184400.844000', '184400.846000', '184400.849000', '184400.851000', '184400.854000', '184400.856000', '184400.859000', '184400.862000', '184400.864000', '184400.867000', '184400.869000', '184400.872000', '184400.874000', '184400.877000', '184400.879000', '184400.882000', '184400.884000', '184400.887000', '184420.771000', '184420.774000', '184420.777000', '184420.779000', '184420.782000', '184420.784000', '184420.787000', '184420.790000', '184420.792000', '184420.795000', '184420.797000', '184420.800000', '184420.803000', '184420.805000', '184420.808000', '184420.810000', '184420.813000', '184420.815000', '184420.818000', '184420.820000', '184420.823000', '184420.826000', '184420.828000', '184420.831000', '184420.833000', '184420.836000', '184420.838000', '184420.841000', '184420.843000', '184420.846000', '184420.848000', '184420.851000', '184420.854000', '184420.856000', '184420.859000', '184420.861000', '184420.864000', '184420.867000', '184420.869000', '184420.872000', '184420.874000', '184420.877000', '184420.879000', '184420.882000', '184440.772000', '184440.774000', '184440.777000', '184440.779000', '184440.782000', '184440.785000', '184440.787000', '184440.790000', '184440.792000', '184440.795000', '184440.798000', '184440.800000', '184440.803000', '184440.805000', '184440.808000', '184440.810000', '184440.813000', '184440.815000', '184440.818000', '184440.820000', '184440.823000', '184440.826000', '184440.828000', '184440.831000', '184440.833000', '184440.836000', '184440.838000', '184440.841000', '184440.843000', '184440.846000', '184440.849000', '184440.851000', '184440.854000', '184440.856000', '184440.859000', '184440.861000', '184440.864000', '184440.867000', '184440.869000', '184440.872000', '184440.874000', '184440.877000', '184440.879000', '184459.742000', '184459.744000', '184459.747000', '184459.750000', '184459.752000', '184459.755000', '184459.757000', '184459.760000', '184459.762000', '184459.765000', '184459.768000', '184459.770000', '184459.773000', '184459.775000', '184459.778000', '184459.780000', '184459.783000', '184459.785000', '184459.788000', '184459.790000', '184459.793000', '184459.796000', '184459.798000', '184459.854000', '184459.856000', '184459.859000', '184459.861000', '184459.864000', '184459.867000', '184459.869000', '184459.872000', '184459.874000', '184459.877000', '184459.879000', '184459.882000', '184459.884000', '184459.887000', '184459.890000', '184459.892000', '184459.895000', '184459.897000', '184459.900000'], 'InstanceCreationTime': ['183840.811000', '183840.814000', '183840.817000', '183840.819000', '183840.822000', '183840.824000', '183840.827000', '183840.829000', '183840.832000', '183840.834000', '183840.837000', '183840.839000', '183840.842000', '183840.845000', '183840.847000', '183840.850000', '183840.861000', '183840.863000', '183840.866000', '183840.868000', '183840.871000', '183840.873000', '183840.876000', '183840.878000', '183840.881000', '183840.883000', '183840.893000', '183840.896000', '183840.898000', '183840.901000', '183840.903000', '183840.906000', '183840.909000', '183840.911000', '183840.914000', '183840.916000', '183840.919000', '183840.921000', '183840.924000', '183840.926000', '183840.929000', '183840.931000', '183840.934000', '183840.936000', '183840.939000', '183840.941000', '183840.944000', '183840.946000', '183900.772000', '183900.774000', '183900.777000', '183900.779000', '183900.782000', '183900.785000', '183900.787000', '183900.790000', '183900.792000', '183900.795000', '183900.797000', '183900.800000', '183900.802000', '183900.805000', '183900.807000', '183900.810000', '183900.812000', '183900.815000', '183900.817000', '183900.820000', '183900.822000', '183900.825000', '183900.828000', '183900.837000', '183900.839000', '183900.842000', '183900.844000', '183900.847000', '183900.849000', '183900.852000', '183900.854000', '183900.857000', '183900.859000', '183900.862000', '183900.865000', '183900.867000', '183900.870000', '183900.872000', '183900.875000', '183900.877000', '183900.880000', '183900.882000', '183900.885000', '183920.771000', '183920.774000', '183920.777000', '183920.779000', '183920.782000', '183920.784000', '183920.787000', '183920.793000', '183920.796000', '183920.799000', '183920.801000', '183920.804000', '183920.806000', '183920.809000', '183920.811000', '183920.814000', '183920.816000', '183920.819000', '183920.821000', '183920.824000', '183920.827000', '183920.830000', '183920.833000', '183920.836000', '183920.839000', '183920.841000', '183920.844000', '183920.846000', '183920.849000', '183920.851000', '183920.854000', '183920.856000', '183920.859000', '183920.866000', '183920.869000', '183920.871000', '183920.874000', '183920.877000', '183920.879000', '183920.882000', '183920.884000', '183920.887000', '183920.889000', '183940.771000', '183940.774000', '183940.777000', '183940.779000', '183940.782000', '183940.784000', '183940.787000', '183940.790000', '183940.792000', '183940.795000', '183940.797000', '183940.800000', '183940.802000', '183940.805000', '183940.807000', '183940.810000', '183940.813000', '183940.815000', '183940.818000', '183940.820000', '183940.823000', '183940.825000', '183940.828000', '183940.830000', '183940.833000', '183940.835000', '183940.838000', '183940.840000', '183940.843000', '183940.845000', '183940.848000', '183940.851000', '183940.853000', '183940.856000', '183940.858000', '183940.861000', '183940.863000', '183940.866000', '183940.868000', '183940.871000', '183940.873000', '183940.876000', '183940.878000', '183940.881000', '184000.773000', '184000.776000', '184000.778000', '184000.781000', '184000.784000', '184000.786000', '184000.789000', '184000.791000', '184000.794000', '184000.797000', '184000.799000', '184000.802000', '184000.804000', '184000.807000', '184000.810000', '184000.812000', '184000.815000', '184000.817000', '184000.820000', '184000.822000', '184000.825000', '184000.828000', '184000.830000', '184000.833000', '184000.836000', '184000.842000', '184000.845000', '184000.847000', '184000.850000', '184000.852000', '184000.855000', '184000.857000', '184000.860000', '184000.863000', '184000.865000', '184000.868000', '184000.870000', '184000.873000', '184000.875000', '184000.878000', '184000.880000', '184000.883000', '184000.885000', '184000.888000', '184020.771000', '184020.774000', '184020.777000', '184020.779000', '184020.782000', '184020.785000', '184020.787000', '184020.790000', '184020.792000', '184020.795000', '184020.797000', '184020.800000', '184020.803000', '184020.805000', '184020.808000', '184020.810000', '184020.813000', '184020.815000', '184020.818000', '184020.821000', '184020.823000', '184020.826000', '184020.828000', '184020.831000', '184020.833000', '184020.836000', '184020.838000', '184020.841000', '184020.843000', '184020.849000', '184020.852000', '184020.854000', '184020.857000', '184020.859000', '184020.862000', '184020.865000', '184020.867000', '184020.870000', '184020.872000', '184020.875000', '184020.877000', '184020.880000', '184020.883000', '184040.772000', '184040.776000', '184040.779000', '184040.782000', '184040.784000', '184040.787000', '184040.790000', '184040.792000', '184040.795000', '184040.797000', '184040.800000', '184040.802000', '184040.805000', '184040.808000', '184040.810000', '184040.813000', '184040.815000', '184040.818000', '184040.820000', '184040.823000', '184040.825000', '184040.828000', '184040.831000', '184040.833000', '184040.836000', '184040.838000', '184040.841000', '184040.843000', '184040.846000', '184040.848000', '184040.851000', '184040.853000', '184040.856000', '184040.859000', '184040.861000', '184040.864000', '184040.866000', '184040.869000', '184040.871000', '184040.874000', '184040.877000', '184040.879000', '184040.882000', '184100.772000', '184100.775000', '184100.778000', '184100.797000', '184100.799000', '184100.802000', '184100.805000', '184100.807000', '184100.810000', '184100.812000', '184100.815000', '184100.817000', '184100.844000', '184100.846000', '184100.849000', '184100.851000', '184100.854000', '184100.857000', '184100.859000', '184100.862000', '184100.864000', '184100.867000', '184100.869000', '184100.872000', '184100.875000', '184100.877000', '184100.880000', '184100.882000', '184100.885000', '184100.887000', '184100.890000', '184100.892000', '184100.895000', '184100.898000', '184100.900000', '184100.903000', '184100.905000', '184100.908000', '184100.910000', '184100.913000', '184100.915000', '184100.918000', '184100.920000', '184100.923000', '184120.771000', '184120.776000', '184120.779000', '184120.781000', '184120.784000', '184120.786000', '184120.789000', '184120.792000', '184120.794000', '184120.797000', '184120.800000', '184120.802000', '184120.805000', '184120.807000', '184120.810000', '184120.813000', '184120.816000', '184120.819000', '184120.822000', '184120.825000', '184120.828000', '184120.831000', '184120.833000', '184120.836000', '184120.838000', '184120.841000', '184120.843000', '184120.846000', '184120.848000', '184120.851000', '184120.854000', '184120.856000', '184120.859000', '184120.861000', '184120.864000', '184120.866000', '184120.869000', '184120.871000', '184120.874000', '184120.877000', '184120.879000', '184120.882000', '184120.884000', '184140.771000', '184140.774000', '184140.777000', '184140.779000', '184140.782000', '184140.785000', '184140.787000', '184140.790000', '184140.792000', '184140.795000', '184140.798000', '184140.800000', '184140.803000', '184140.805000', '184140.808000', '184140.811000', '184140.813000', '184140.816000', '184140.818000', '184140.821000', '184140.824000', '184140.826000', '184140.829000', '184140.831000', '184140.834000', '184140.836000', '184140.839000', '184140.841000', '184140.844000', '184140.846000', '184140.849000', '184140.852000', '184140.854000', '184140.857000', '184140.859000', '184140.862000', '184140.864000', '184140.867000', '184140.869000', '184140.872000', '184140.875000', '184140.877000', '184140.880000', '184140.882000', '184200.772000', '184200.774000', '184200.777000', '184200.779000', '184200.782000', '184200.785000', '184200.787000', '184200.790000', '184200.792000', '184200.795000', '184200.798000', '184200.800000', '184200.803000', '184200.805000', '184200.808000', '184200.811000', '184200.813000', '184200.816000', '184200.825000', '184200.827000', '184200.830000', '184200.833000', '184200.835000', '184200.838000', '184200.841000', '184200.844000', '184200.847000', '184200.850000', '184200.852000', '184200.855000', '184200.857000', '184200.860000', '184200.863000', '184200.865000', '184200.868000', '184200.871000', '184200.873000', '184200.876000', '184200.878000', '184200.881000', '184200.884000', '184200.886000', '184200.889000', '184220.772000', '184220.774000', '184220.777000', '184220.780000', '184220.782000', '184220.785000', '184220.788000', '184220.790000', '184220.793000', '184220.795000', '184220.798000', '184220.800000', '184220.803000', '184220.806000', '184220.808000', '184220.811000', '184220.813000', '184220.816000', '184220.818000', '184220.821000', '184220.824000', '184220.826000', '184220.829000', '184220.831000', '184220.834000', '184220.837000', '184220.839000', '184220.842000', '184220.844000', '184220.847000', '184220.849000', '184220.852000', '184220.854000', '184220.857000', '184220.860000', '184220.862000', '184220.865000', '184220.867000', '184220.870000', '184220.873000', '184220.875000', '184220.878000', '184220.892000', '184220.894000', '184240.772000', '184240.774000', '184240.777000', '184240.780000', '184240.782000', '184240.785000', '184240.787000', '184240.790000', '184240.792000', '184240.795000', '184240.797000', '184240.800000', '184240.803000', '184240.806000', '184240.808000', '184240.811000', '184240.814000', '184240.816000', '184240.819000', '184240.821000', '184240.824000', '184240.826000', '184240.829000', '184240.831000', '184240.834000', '184240.837000', '184240.839000', '184240.842000', '184240.844000', '184240.847000', '184240.849000', '184240.853000', '184240.855000', '184240.858000', '184240.861000', '184240.863000', '184240.866000', '184240.869000', '184240.871000', '184240.874000', '184240.876000', '184240.879000', '184240.882000', '184300.773000', '184300.775000', '184300.778000', '184300.780000', '184300.783000', '184300.786000', '184300.788000', '184300.791000', '184300.793000', '184300.796000', '184300.798000', '184300.801000', '184300.804000', '184300.806000', '184300.809000', '184300.812000', '184300.814000', '184300.817000', '184300.819000', '184300.822000', '184300.824000', '184300.827000', '184300.829000', '184300.832000', '184300.835000', '184300.837000', '184300.840000', '184300.842000', '184300.845000', '184300.847000', '184300.850000', '184300.853000', '184300.855000', '184300.858000', '184300.860000', '184300.863000', '184300.865000', '184300.868000', '184300.870000', '184300.873000', '184300.876000', '184300.878000', '184300.881000', '184300.883000', '184320.772000', '184320.775000', '184320.778000', '184320.780000', '184320.783000', '184320.786000', '184320.788000', '184320.791000', '184320.793000', '184320.796000', '184320.798000', '184320.801000', '184320.804000', '184320.806000', '184320.809000', '184320.811000', '184320.814000', '184320.816000', '184320.819000', '184320.821000', '184320.824000', '184320.827000', '184320.829000', '184320.832000', '184320.834000', '184320.837000', '184320.839000', '184320.842000', '184320.844000', '184320.847000', '184320.850000', '184320.852000', '184320.855000', '184320.857000', '184320.860000', '184320.862000', '184320.865000', '184320.868000', '184320.871000', '184320.874000', '184320.877000', '184320.879000', '184320.882000', '184340.771000', '184340.774000', '184340.777000', '184340.779000', '184340.782000', '184340.784000', '184340.787000', '184340.790000', '184340.792000', '184340.795000', '184340.797000', '184340.800000', '184340.803000', '184340.805000', '184340.808000', '184340.811000', '184340.813000', '184340.816000', '184340.818000', '184340.821000', '184340.824000', '184340.826000', '184340.829000', '184340.831000', '184340.834000', '184340.837000', '184340.839000', '184340.842000', '184340.844000', '184340.847000', '184340.850000', '184340.852000', '184340.855000', '184340.857000', '184340.860000', '184340.862000', '184340.865000', '184340.868000', '184340.870000', '184340.873000', '184340.875000', '184340.878000', '184340.881000', '184340.883000', '184400.772000', '184400.774000', '184400.777000', '184400.779000', '184400.782000', '184400.785000', '184400.787000', '184400.790000', '184400.792000', '184400.803000', '184400.805000', '184400.808000', '184400.810000', '184400.813000', '184400.815000', '184400.818000', '184400.820000', '184400.823000', '184400.826000', '184400.828000', '184400.831000', '184400.833000', '184400.836000', '184400.839000', '184400.841000', '184400.844000', '184400.846000', '184400.849000', '184400.851000', '184400.854000', '184400.856000', '184400.859000', '184400.862000', '184400.864000', '184400.867000', '184400.869000', '184400.872000', '184400.874000', '184400.877000', '184400.879000', '184400.882000', '184400.884000', '184400.887000', '184420.771000', '184420.774000', '184420.777000', '184420.779000', '184420.782000', '184420.784000', '184420.787000', '184420.790000', '184420.792000', '184420.795000', '184420.797000', '184420.800000', '184420.803000', '184420.805000', '184420.808000', '184420.810000', '184420.813000', '184420.815000', '184420.818000', '184420.820000', '184420.823000', '184420.826000', '184420.828000', '184420.831000', '184420.833000', '184420.836000', '184420.838000', '184420.841000', '184420.843000', '184420.846000', '184420.848000', '184420.851000', '184420.854000', '184420.856000', '184420.859000', '184420.861000', '184420.864000', '184420.867000', '184420.869000', '184420.872000', '184420.874000', '184420.877000', '184420.879000', '184420.882000', '184440.772000', '184440.774000', '184440.777000', '184440.779000', '184440.782000', '184440.785000', '184440.787000', '184440.790000', '184440.792000', '184440.795000', '184440.798000', '184440.800000', '184440.803000', '184440.805000', '184440.808000', '184440.810000', '184440.813000', '184440.815000', '184440.818000', '184440.820000', '184440.823000', '184440.826000', '184440.828000', '184440.831000', '184440.833000', '184440.836000', '184440.838000', '184440.841000', '184440.843000', '184440.846000', '184440.849000', '184440.851000', '184440.854000', '184440.856000', '184440.859000', '184440.861000', '184440.864000', '184440.867000', '184440.869000', '184440.872000', '184440.874000', '184440.877000', '184440.879000', '184459.742000', '184459.744000', '184459.747000', '184459.750000', '184459.752000', '184459.755000', '184459.757000', '184459.760000', '184459.762000', '184459.765000', '184459.768000', '184459.770000', '184459.773000', '184459.775000', '184459.778000', '184459.780000', '184459.783000', '184459.785000', '184459.788000', '184459.790000', '184459.793000', '184459.796000', '184459.798000', '184459.854000', '184459.856000', '184459.859000', '184459.861000', '184459.864000', '184459.867000', '184459.869000', '184459.872000', '184459.874000', '184459.877000', '184459.879000', '184459.882000', '184459.884000', '184459.887000', '184459.890000', '184459.892000', '184459.895000', '184459.897000', '184459.900000'], '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': [9953, 9541, 9730, 9008, 9770, 8530, 9791, 9024, 9806, 9207, 9531, 9513, 8877, 9360, 9582, 8743, 8990, 9328, 8719, 9024, 9239, 9379, 9381, 10103, 8893, 10427, 10065, 9578, 10440, 9272, 10526, 9427, 9677, 9464, 9957, 10656, 10727, 10487, 10151, 10409, 9510, 10422, 9330, 10380, 9681, 10583, 9114, 9879, 9921, 9929, 10085, 9103, 9693, 9316, 9974, 9688, 10588, 9901, 10445, 10231, 9554, 9356, 9681, 9470, 9389, 8349, 9688, 8306, 10229, 9446, 10124, 10291, 10439, 10315, 10459, 10220, 10672, 9731, 10548, 10224, 9909, 9125, 9910, 10465, 9475, 10589, 9070, 10217, 9349, 10270, 9711, 10252, 9489, 10072, 9870, 9083, 10118, 9381, 10341, 8874, 10508, 8921, 10328, 10403, 9272, 10405, 9977, 10481, 8741, 10503, 9452, 10518, 9288, 10765, 9674, 9709, 9965, 9218, 10459, 9329, 10432, 9741, 9947, 9419, 10354, 9225, 10313, 8723, 9772, 9429, 8807, 9428, 10118, 10426, 9632, 10876, 9409, 9907, 9402, 9760, 9048, 9914, 9711, 10329, 9226, 10721, 8593, 10134, 8583, 10393, 8673, 10273, 10204, 9021, 10209, 9415, 10401, 9248, 10387, 9299, 10383, 8587, 9778, 10209, 8839, 9532, 8628, 10221, 8824, 10122, 8680, 10132, 9623, 9453, 10485, 9864, 10646, 9250, 10359, 9173, 10270, 9280, 10302, 9109, 10514, 10065, 9066, 10481, 9153, 10645, 9146, 10221, 8922, 10522, 8629, 10206, 10015, 9564, 9893, 9280, 10205, 8335, 10452, 8586, 10708, 8441, 9799, 10495, 9524, 10326, 8677, 9927, 9483, 9858, 8490, 10394, 9031, 10239, 8782, 10214, 9674, 8968, 10436, 9752, 10140, 9704, 10409, 8550, 10419, 8463, 10473, 9113, 10297, 8547, 9998, 10424, 8916, 10009, 8957, 10268, 8809, 10471, 9017, 10672, 8422, 10555, 9987, 9598, 9884, 9453, 10773, 8977, 10616, 8969, 10339, 8420, 9836, 10719, 9492, 8394, 10438, 8317, 9795, 9046, 9633, 9305, 10509, 9074, 10613, 8935, 10584, 8807, 10573, 9510, 10506, 9099, 10494, 8943, 10415, 9107, 9612, 9368, 9277, 8737, 9525, 10325, 9065, 10739, 9425, 10340, 8120, 10310, 8202, 9721, 8438, 10371, 8959, 10617, 8486, 10277, 8212, 9761, 9178, 9721, 9659, 8664, 9780, 9261, 10677, 8544, 10268, 9841, 9773, 9439, 9066, 10105, 9707, 10808, 8741, 10416, 8568, 10127, 7942, 10207, 8471, 10246, 8252, 10587, 8559, 10340, 9328, 9991, 10082, 9018, 10268, 9451, 8609, 9423, 8096, 9809, 10107, 9262, 9466, 9770, 10854, 9472, 10809, 9925, 9212, 10617, 10503, 8262, 8068, 8728, 8117, 8096, 7924, 8805, 8297, 9006, 7783, 8769, 9043, 9047, 9247, 8625, 8260, 8143, 8793, 8923, 8891, 8494, 8516, 9832, 8601, 8705, 9007, 8859, 8617, 8916, 7876, 9280, 8108, 8606, 8925, 8825, 7937, 9003, 9072, 8922, 9410, 9000, 9218, 9254, 9364, 9070, 9283, 8710, 8929, 8460, 8823, 8049, 8997, 8049, 8833, 8006, 9385, 8850, 9044, 7955, 9017, 9075, 9053, 8816, 8687, 8275, 8848, 8741, 8686, 8829, 7920, 9044, 7986, 9049, 7922, 8969, 8266, 8931, 8815, 9291, 9127, 8889, 8822, 8766, 8674, 8867, 8853, 9011, 8994, 8711, 8531, 8911, 9100, 8510, 9050, 8344, 8920, 8713, 9125, 8060, 9079, 7941, 8790, 8232, 9171, 7931, 9057, 7900, 9183, 9112, 8662, 8932, 8925, 7901, 9019, 8182, 9127, 9088, 8970, 8337, 9326, 9411, 8980, 9113, 9421, 8797, 8884, 8820, 9118, 9116, 8629, 8722, 8924, 9188, 8544, 8422, 8533, 9153, 8835, 7926, 8881, 7806, 8894, 7900, 8632, 7976, 8719, 7890, 8809, 7885, 8528, 7918, 8758, 7993, 9076, 8105, 8732, 8012, 8883, 7940, 9130, 8910, 8835, 7948, 8960, 9099, 8703, 8661, 9275, 7968, 8785, 9432, 8968, 8679, 9167, 8832, 8967, 9074, 8771, 8051, 8674, 9418, 8810, 9240, 8573, 9198, 8765, 9265, 8572, 9220, 8605, 9041, 8754, 8999, 8388, 8769, 8225, 8940, 8173, 8950, 7940, 8852, 8746, 8767, 8546, 8760, 8806, 8406, 8029, 8399, 8768, 8001, 8888, 8923, 9231, 7938, 9112, 8014, 8986, 7802, 8911, 8861, 8971, 8283, 8977, 9160, 8753, 8714, 8643, 8575, 8653, 8798, 7957, 9164, 7931, 8778, 7952, 8986, 7933, 8895, 7964, 9019, 7899, 8742, 8330, 9134, 8380, 9241, 8814, 8854, 9072, 8976, 8980, 8773, 8966, 8776, 8574, 8914, 9153, 9090, 9125, 9323, 8804, 8806, 8845, 8961, 9267, 8731, 8287, 8998, 8402, 8652, 9015, 8404, 9000, 8207, 8753, 8507, 9033, 8379, 8703, 8071, 8775, 8062, 9252, 8012, 8952, 8803, 8878, 9189, 9049, 8387, 8700, 8885, 8458, 9206, 8366, 9015, 7978, 8790, 8303, 8807, 8011, 8949, 8632, 8867, 8080, 8831, 7920, 9051, 8469, 8319, 9127, 10040, 9535, 10488, 9616, 10805, 9217, 10397, 8869, 10448, 9348, 9648, 9056, 9984, 9506, 10153, 8891, 9508, 10312, 9550, 9287, 9596, 8354, 9128, 8355, 9311, 8880, 9336, 8243, 9710, 7821, 9186, 8251, 9472, 9595, 9211, 8965, 8539, 8875, 8388, 9756, 9082, 9805, 8421, 9798, 8425, 10114, 8735, 10136, 8490, 9721, 7934, 9436, 8009, 9792, 9159, 9817, 8143, 9805, 8702, 9397, 9658, 9535, 8779, 9226, 7965, 8982, 7999, 9212, 9193, 9367, 8851, 9320, 8043, 8870, 9411, 9508, 9113, 9202, 8644, 8386, 9477, 8395, 10037, 7915, 9625, 8111, 9424, 8557, 9404, 9911, 9460, 9084, 9284, 8880, 9536, 9035, 8234, 9329, 8100, 9735, 8781, 10244, 9059, 10053, 8086, 10116, 8458, 9446, 8033, 10386, 7922, 10034, 7915, 9961, 9031, 9322, 9291, 8920, 9447, 9317, 9480, 9991, 10329, 9342, 9351, 9800, 10028, 9572, 10323, 9008, 10638, 9280, 10387, 8505, 10256, 8773, 9579, 9872, 9700, 8850, 10402, 8608, 10156, 9107, 9898, 9332, 10156, 9380, 10106, 9060, 9334, 9472, 9761, 8253, 10181, 8559, 10013, 8193, 10270, 8814, 10392, 8865, 10139, 8289, 10115, 8930, 10509, 8868, 10059, 8316, 10182, 8312, 10309, 8931, 10361, 8134, 10167, 8292, 10141, 7942, 10206, 9479, 9809, 9049, 10048, 8945, 9873, 9964, 9552, 8407, 10040, 9193, 9721, 10090, 9302, 9919, 9197, 9944, 9073, 9497, 9307, 9161, 9288, 8751, 8774, 10057, 9445, 8946, 9681], 'WindowCenter': [4596.0, 4568.0, 4553.0, 4539.0, 4536.0, 4515.0, 4534.0, 4513.0, 4533.0, 4513.0, 4521.0, 4522.0, 4512.0, 4510.0, 4510.0, 4499.0, 4499.0, 4510.0, 4498.0, 4509.0, 4510.0, 4522.0, 4523.0, 4520.0, 4509.0, 4519.0, 4519.0, 4521.0, 4520.0, 4510.0, 4531.0, 4514.0, 4513.0, 4512.0, 4521.0, 4533.0, 4532.0, 4533.0, 4522.0, 4534.0, 4510.0, 4520.0, 4499.0, 4520.0, 4509.0, 4519.0, 4499.0, 4520.0, 4508.0, 4509.0, 4507.0, 4498.0, 4507.0, 4497.0, 4507.0, 4507.0, 4520.0, 4520.0, 4532.0, 4521.0, 4522.0, 4511.0, 4526.0, 4532.0, 4522.0, 4501.0, 4533.0, 4511.0, 4531.0, 4524.0, 4524.0, 4509.0, 4522.0, 4510.0, 4521.0, 4522.0, 4534.0, 4525.0, 4534.0, 4519.0, 4512.0, 4496.0, 4509.0, 4520.0, 4511.0, 4522.0, 4511.0, 4521.0, 4511.0, 4519.0, 4521.0, 4519.0, 4510.0, 4511.0, 4510.0, 4497.0, 4509.0, 4498.0, 4518.0, 4498.0, 4519.0, 4494.0, 4509.0, 4520.0, 4507.0, 4518.0, 4508.0, 4518.0, 4485.0, 4507.0, 4497.0, 4520.0, 4499.0, 4519.0, 4508.0, 4498.0, 4508.0, 4499.0, 4519.0, 4509.0, 4518.0, 4499.0, 4508.0, 4496.0, 4520.0, 4509.0, 4520.0, 4499.0, 4523.0, 4520.0, 4516.0, 4516.0, 4511.0, 4522.0, 4511.0, 4532.0, 4512.0, 4522.0, 4510.0, 4519.0, 4500.0, 4507.0, 4508.0, 4520.0, 4501.0, 4520.0, 4499.0, 4518.0, 4499.0, 4506.0, 4488.0, 4507.0, 4508.0, 4499.0, 4507.0, 4497.0, 4517.0, 4497.0, 4517.0, 4497.0, 4518.0, 4500.0, 4509.0, 4509.0, 4498.0, 4507.0, 4487.0, 4507.0, 4499.0, 4520.0, 4489.0, 4518.0, 4508.0, 4499.0, 4522.0, 4511.0, 4522.0, 4501.0, 4519.0, 4499.0, 4508.0, 4510.0, 4521.0, 4500.0, 4519.0, 4508.0, 4500.0, 4521.0, 4500.0, 4520.0, 4498.0, 4509.0, 4499.0, 4519.0, 4499.0, 4509.0, 4507.0, 4498.0, 4506.0, 4493.0, 4506.0, 4476.0, 4516.0, 4487.0, 4518.0, 4488.0, 4510.0, 4510.0, 4509.0, 4508.0, 4498.0, 4508.0, 4497.0, 4506.0, 4498.0, 4521.0, 4499.0, 4509.0, 4499.0, 4519.0, 4510.0, 4500.0, 4520.0, 4511.0, 4521.0, 4511.0, 4520.0, 4489.0, 4520.0, 4489.0, 4519.0, 4498.0, 4505.0, 4488.0, 4508.0, 4520.0, 4500.0, 4509.0, 4489.0, 4507.0, 4486.0, 4505.0, 4487.0, 4508.0, 4476.0, 4506.0, 4494.0, 4495.0, 4495.0, 4494.0, 4507.0, 4486.0, 4507.0, 4486.0, 4496.0, 4473.0, 4503.0, 4508.0, 4498.0, 4497.0, 4518.0, 4486.0, 4506.0, 4485.0, 4494.0, 4495.0, 4507.0, 4475.0, 4495.0, 4473.0, 4493.0, 4473.0, 4504.0, 4495.0, 4506.0, 4485.0, 4505.0, 4485.0, 4507.0, 4494.0, 4495.0, 4495.0, 4494.0, 4485.0, 4496.0, 4508.0, 4487.0, 4516.0, 4497.0, 4505.0, 4488.0, 4506.0, 4476.0, 4495.0, 4486.0, 4507.0, 4498.0, 4517.0, 4488.0, 4508.0, 4484.0, 4506.0, 4494.0, 4495.0, 4495.0, 4486.0, 4506.0, 4496.0, 4507.0, 4487.0, 4507.0, 4497.0, 4495.0, 4495.0, 4485.0, 4506.0, 4497.0, 4519.0, 4489.0, 4509.0, 4498.0, 4518.0, 4477.0, 4517.0, 4489.0, 4521.0, 4490.0, 4518.0, 4488.0, 4510.0, 4499.0, 4508.0, 4509.0, 4501.0, 4519.0, 4508.0, 4497.0, 4497.0, 4487.0, 4496.0, 4518.0, 4508.0, 4507.0, 4510.0, 4517.0, 4507.0, 4518.0, 4509.0, 4514.0, 4522.0, 4509.0, 4510.0, 4508.0, 4516.0, 4507.0, 4498.0, 4495.0, 4503.0, 4481.0, 4494.0, 4483.0, 4492.0, 4501.0, 4508.0, 4502.0, 4496.0, 4509.0, 4498.0, 4491.0, 4495.0, 4493.0, 4494.0, 4492.0, 4515.0, 4495.0, 4494.0, 4493.0, 4495.0, 4491.0, 4492.0, 4485.0, 4507.0, 4484.0, 4484.0, 4491.0, 4492.0, 4466.0, 4492.0, 4490.0, 4492.0, 4491.0, 4480.0, 4488.0, 4490.0, 4489.0, 4490.0, 4492.0, 4482.0, 4494.0, 4482.0, 4492.0, 4481.0, 4491.0, 4471.0, 4494.0, 4481.0, 4494.0, 4493.0, 4493.0, 4480.0, 4492.0, 4491.0, 4492.0, 4492.0, 4493.0, 4496.0, 4494.0, 4493.0, 4493.0, 4493.0, 4481.0, 4505.0, 4484.0, 4504.0, 4484.0, 4494.0, 4495.0, 4494.0, 4492.0, 4505.0, 4504.0, 4491.0, 4493.0, 4493.0, 4495.0, 4495.0, 4494.0, 4494.0, 4494.0, 4494.0, 4495.0, 4494.0, 4494.0, 4483.0, 4492.0, 4482.0, 4494.0, 4493.0, 4504.0, 4483.0, 4493.0, 4481.0, 4494.0, 4478.0, 4491.0, 4482.0, 4492.0, 4481.0, 4492.0, 4494.0, 4493.0, 4493.0, 4504.0, 4483.0, 4492.0, 4481.0, 4493.0, 4492.0, 4494.0, 4493.0, 4506.0, 4504.0, 4494.0, 4493.0, 4493.0, 4493.0, 4494.0, 4494.0, 4492.0, 4493.0, 4490.0, 4493.0, 4490.0, 4504.0, 4505.0, 4508.0, 4496.0, 4503.0, 4494.0, 4481.0, 4506.0, 4487.0, 4505.0, 4482.0, 4493.0, 4468.0, 4481.0, 4481.0, 4493.0, 4469.0, 4481.0, 4469.0, 4480.0, 4469.0, 4493.0, 4469.0, 4482.0, 4469.0, 4480.0, 4469.0, 4493.0, 4490.0, 4490.0, 4469.0, 4479.0, 4491.0, 4492.0, 4490.0, 4493.0, 4480.0, 4493.0, 4492.0, 4492.0, 4492.0, 4492.0, 4493.0, 4490.0, 4493.0, 4494.0, 4483.0, 4492.0, 4515.0, 4493.0, 4502.0, 4480.0, 4491.0, 4480.0, 4503.0, 4480.0, 4493.0, 4479.0, 4493.0, 4493.0, 4491.0, 4481.0, 4481.0, 4469.0, 4490.0, 4479.0, 4480.0, 4469.0, 4482.0, 4481.0, 4482.0, 4481.0, 4480.0, 4490.0, 4478.0, 4479.0, 4483.0, 4493.0, 4481.0, 4505.0, 4495.0, 4505.0, 4485.0, 4506.0, 4484.0, 4494.0, 4479.0, 4492.0, 4493.0, 4494.0, 4493.0, 4492.0, 4504.0, 4484.0, 4494.0, 4493.0, 4493.0, 4482.0, 4483.0, 4478.0, 4503.0, 4472.0, 4493.0, 4481.0, 4489.0, 4480.0, 4493.0, 4484.0, 4505.0, 4482.0, 4493.0, 4480.0, 4502.0, 4485.0, 4504.0, 4493.0, 4492.0, 4490.0, 4489.0, 4492.0, 4479.0, 4489.0, 4480.0, 4491.0, 4491.0, 4489.0, 4491.0, 4491.0, 4488.0, 4491.0, 4481.0, 4481.0, 4478.0, 4490.0, 4480.0, 4481.0, 4480.0, 4482.0, 4480.0, 4491.0, 4478.0, 4480.0, 4479.0, 4493.0, 4480.0, 4490.0, 4480.0, 4481.0, 4468.0, 4480.0, 4467.0, 4490.0, 4469.0, 4481.0, 4479.0, 4480.0, 4489.0, 4479.0, 4480.0, 4479.0, 4480.0, 4480.0, 4490.0, 4480.0, 4491.0, 4471.0, 4483.0, 4479.0, 4491.0, 4466.0, 4489.0, 4479.0, 4489.0, 4483.0, 4506.0, 4482.0, 4504.0, 4496.0, 4490.0, 4495.0, 4510.0, 4499.0, 4523.0, 4513.0, 4523.0, 4500.0, 4510.0, 4489.0, 4509.0, 4487.0, 4497.0, 4488.0, 4499.0, 4487.0, 4496.0, 4487.0, 4499.0, 4509.0, 4501.0, 4498.0, 4507.0, 4496.0, 4505.0, 4500.0, 4508.0, 4510.0, 4511.0, 4489.0, 4508.0, 4489.0, 4508.0, 4487.0, 4508.0, 4508.0, 4497.0, 4497.0, 4484.0, 4483.0, 4474.0, 4493.0, 4484.0, 4495.0, 4473.0, 4495.0, 4474.0, 4505.0, 4486.0, 4507.0, 4487.0, 4507.0, 4475.0, 4495.0, 4475.0, 4505.0, 4496.0, 4507.0, 4476.0, 4507.0, 4485.0, 4497.0, 4497.0, 4508.0, 4487.0, 4497.0, 4486.0, 4499.0, 4487.0, 4508.0, 4521.0, 4521.0, 4508.0, 4508.0, 4488.0, 4497.0, 4495.0, 4496.0, 4498.0, 4496.0, 4486.0, 4485.0, 4495.0, 4474.0, 4505.0, 4475.0, 4494.0, 4473.0, 4494.0, 4485.0, 4495.0, 4505.0, 4497.0, 4487.0, 4496.0, 4496.0, 4495.0, 4496.0, 4486.0, 4496.0, 4476.0, 4506.0, 4487.0, 4509.0, 4486.0, 4507.0, 4475.0, 4505.0, 4472.0, 4495.0, 4474.0, 4503.0, 4476.0, 4506.0, 4476.0, 4506.0, 4485.0, 4495.0, 4496.0, 4489.0, 4498.0, 4499.0, 4498.0, 4497.0, 4509.0, 4502.0, 4500.0, 4510.0, 4498.0, 4497.0, 4497.0, 4489.0, 4510.0, 4499.0, 4509.0, 4489.0, 4509.0, 4489.0, 4511.0, 4510.0, 4510.0, 4498.0, 4520.0, 4500.0, 4520.0, 4500.0, 4507.0, 4496.0, 4507.0, 4499.0, 4509.0, 4489.0, 4498.0, 4497.0, 4495.0, 4474.0, 4505.0, 4485.0, 4497.0, 4477.0, 4508.0, 4487.0, 4508.0, 4487.0, 4508.0, 4487.0, 4519.0, 4487.0, 4509.0, 4488.0, 4499.0, 4486.0, 4506.0, 4476.0, 4505.0, 4497.0, 4509.0, 4476.0, 4507.0, 4476.0, 4505.0, 4475.0, 4506.0, 4496.0, 4498.0, 4488.0, 4497.0, 4484.0, 4495.0, 4497.0, 4497.0, 4477.0, 4496.0, 4495.0, 4494.0, 4505.0, 4487.0, 4497.0, 4497.0, 4495.0, 4487.0, 4497.0, 4496.0, 4495.0, 4495.0, 4498.0, 4486.0, 4509.0, 4499.0, 4489.0, 4500.0], 'WindowWidth': [10101.0, 10042.0, 10011.0, 9982.0, 9973.0, 9941.0, 9965.0, 9933.0, 9959.0, 9931.0, 9938.0, 9943.0, 9930.0, 9921.0, 9922.0, 9905.0, 9903.0, 9919.0, 9900.0, 9918.0, 9922.0, 9942.0, 9946.0, 9935.0, 9918.0, 9932.0, 9932.0, 9940.0, 9933.0, 9921.0, 9953.0, 9930.0, 9923.0, 9923.0, 9934.0, 9953.0, 9949.0, 9953.0, 9936.0, 9959.0, 9920.0, 9932.0, 9904.0, 9931.0, 9914.0, 9929.0, 9902.0, 9933.0, 9913.0, 9916.0, 9910.0, 9901.0, 9911.0, 9897.0, 9912.0, 9911.0, 9933.0, 9934.0, 9953.0, 9938.0, 9942.0, 9925.0, 9950.0, 9958.0, 9944.0, 9912.0, 9958.0, 9927.0, 9952.0, 9945.0, 9942.0, 9915.0, 9936.0, 9916.0, 9935.0, 9938.0, 9959.0, 9950.0, 9956.0, 9931.0, 9924.0, 9895.0, 9915.0, 9932.0, 9920.0, 9936.0, 9922.0, 9936.0, 9921.0, 9932.0, 9938.0, 9934.0, 9919.0, 9920.0, 9919.0, 9896.0, 9914.0, 9899.0, 9927.0, 9900.0, 9927.0, 9891.0, 9914.0, 9932.0, 9913.0, 9925.0, 9913.0, 9926.0, 9878.0, 9910.0, 9896.0, 9931.0, 9901.0, 9931.0, 9912.0, 9898.0, 9911.0, 9902.0, 9930.0, 9916.0, 9929.0, 9900.0, 9914.0, 9895.0, 9933.0, 9918.0, 9933.0, 9903.0, 9945.0, 9939.0, 9935.0, 9930.0, 9917.0, 9933.0, 9919.0, 9952.0, 9926.0, 9939.0, 9921.0, 9931.0, 9905.0, 9911.0, 9915.0, 9934.0, 9906.0, 9932.0, 9900.0, 9927.0, 9899.0, 9908.0, 9886.0, 9908.0, 9913.0, 9902.0, 9909.0, 9896.0, 9923.0, 9895.0, 9924.0, 9897.0, 9926.0, 9907.0, 9917.0, 9915.0, 9900.0, 9912.0, 9883.0, 9912.0, 9905.0, 9930.0, 9888.0, 9929.0, 9913.0, 9901.0, 9936.0, 9917.0, 9935.0, 9905.0, 9930.0, 9901.0, 9914.0, 9919.0, 9933.0, 9903.0, 9930.0, 9914.0, 9903.0, 9934.0, 9905.0, 9933.0, 9900.0, 9916.0, 9901.0, 9929.0, 9904.0, 9915.0, 9910.0, 9899.0, 9907.0, 9887.0, 9907.0, 9867.0, 9921.0, 9882.0, 9927.0, 9885.0, 9916.0, 9915.0, 9915.0, 9912.0, 9900.0, 9913.0, 9896.0, 9909.0, 9901.0, 9937.0, 9903.0, 9914.0, 9901.0, 9931.0, 9921.0, 9904.0, 9932.0, 9921.0, 9934.0, 9921.0, 9932.0, 9889.0, 9934.0, 9888.0, 9930.0, 9897.0, 9906.0, 9883.0, 9911.0, 9932.0, 9903.0, 9914.0, 9887.0, 9910.0, 9877.0, 9902.0, 9881.0, 9912.0, 9864.0, 9905.0, 9886.0, 9888.0, 9889.0, 9885.0, 9907.0, 9878.0, 9909.0, 9877.0, 9891.0, 9858.0, 9901.0, 9911.0, 9898.0, 9900.0, 9928.0, 9881.0, 9907.0, 9877.0, 9887.0, 9890.0, 9908.0, 9859.0, 9885.0, 9853.0, 9881.0, 9855.0, 9899.0, 9887.0, 9908.0, 9875.0, 9906.0, 9878.0, 9909.0, 9889.0, 9890.0, 9889.0, 9889.0, 9879.0, 9892.0, 9911.0, 9883.0, 9920.0, 9896.0, 9905.0, 9887.0, 9905.0, 9864.0, 9892.0, 9879.0, 9912.0, 9899.0, 9924.0, 9886.0, 9911.0, 9876.0, 9908.0, 9888.0, 9890.0, 9892.0, 9879.0, 9909.0, 9892.0, 9908.0, 9882.0, 9910.0, 9894.0, 9889.0, 9888.0, 9876.0, 9907.0, 9896.0, 9929.0, 9888.0, 9914.0, 9898.0, 9928.0, 9871.0, 9925.0, 9889.0, 9934.0, 9891.0, 9928.0, 9886.0, 9918.0, 9902.0, 9912.0, 9914.0, 9907.0, 9931.0, 9914.0, 9899.0, 9898.0, 9885.0, 9892.0, 9928.0, 9916.0, 9912.0, 9917.0, 9925.0, 9912.0, 9925.0, 9914.0, 9928.0, 9935.0, 9913.0, 9925.0, 9925.0, 9936.0, 9925.0, 9908.0, 9901.0, 9906.0, 9873.0, 9895.0, 9878.0, 9890.0, 9901.0, 9921.0, 9905.0, 9901.0, 9923.0, 9905.0, 9886.0, 9895.0, 9889.0, 9892.0, 9887.0, 9924.0, 9894.0, 9893.0, 9890.0, 9895.0, 9886.0, 9890.0, 9883.0, 9913.0, 9879.0, 9878.0, 9884.0, 9886.0, 9845.0, 9886.0, 9884.0, 9887.0, 9884.0, 9867.0, 9876.0, 9881.0, 9878.0, 9882.0, 9885.0, 9874.0, 9891.0, 9875.0, 9887.0, 9870.0, 9883.0, 9857.0, 9892.0, 9873.0, 9891.0, 9891.0, 9890.0, 9869.0, 9886.0, 9884.0, 9885.0, 9888.0, 9890.0, 9898.0, 9893.0, 9891.0, 9890.0, 9891.0, 9873.0, 9909.0, 9880.0, 9909.0, 9878.0, 9894.0, 9895.0, 9894.0, 9889.0, 9909.0, 9907.0, 9887.0, 9891.0, 9892.0, 9898.0, 9895.0, 9893.0, 9893.0, 9893.0, 9893.0, 9897.0, 9894.0, 9893.0, 9876.0, 9889.0, 9873.0, 9891.0, 9890.0, 9907.0, 9875.0, 9891.0, 9871.0, 9891.0, 9864.0, 9885.0, 9875.0, 9889.0, 9871.0, 9888.0, 9893.0, 9892.0, 9893.0, 9910.0, 9878.0, 9889.0, 9873.0, 9892.0, 9888.0, 9893.0, 9893.0, 9912.0, 9907.0, 9894.0, 9890.0, 9890.0, 9889.0, 9893.0, 9893.0, 9887.0, 9889.0, 9885.0, 9891.0, 9885.0, 9907.0, 9915.0, 9923.0, 9901.0, 9906.0, 9893.0, 9874.0, 9914.0, 9889.0, 9911.0, 9875.0, 9891.0, 9851.0, 9871.0, 9869.0, 9890.0, 9853.0, 9871.0, 9851.0, 9867.0, 9852.0, 9889.0, 9854.0, 9873.0, 9854.0, 9868.0, 9853.0, 9890.0, 9883.0, 9884.0, 9854.0, 9868.0, 9884.0, 9889.0, 9883.0, 9890.0, 9870.0, 9889.0, 9888.0, 9890.0, 9888.0, 9889.0, 9889.0, 9883.0, 9888.0, 9892.0, 9879.0, 9889.0, 9929.0, 9893.0, 9901.0, 9868.0, 9883.0, 9868.0, 9903.0, 9870.0, 9890.0, 9868.0, 9891.0, 9888.0, 9884.0, 9872.0, 9872.0, 9852.0, 9883.0, 9867.0, 9867.0, 9852.0, 9871.0, 9872.0, 9872.0, 9871.0, 9868.0, 9883.0, 9863.0, 9867.0, 9877.0, 9891.0, 9875.0, 9911.0, 9897.0, 9910.0, 9884.0, 9916.0, 9881.0, 9895.0, 9869.0, 9888.0, 9892.0, 9894.0, 9892.0, 9890.0, 9906.0, 9879.0, 9893.0, 9891.0, 9892.0, 9875.0, 9876.0, 9866.0, 9906.0, 9861.0, 9892.0, 9874.0, 9883.0, 9871.0, 9890.0, 9880.0, 9911.0, 9875.0, 9890.0, 9870.0, 9903.0, 9882.0, 9907.0, 9893.0, 9888.0, 9883.0, 9881.0, 9887.0, 9866.0, 9878.0, 9871.0, 9884.0, 9883.0, 9880.0, 9885.0, 9883.0, 9877.0, 9884.0, 9869.0, 9871.0, 9863.0, 9880.0, 9867.0, 9872.0, 9869.0, 9872.0, 9867.0, 9883.0, 9863.0, 9868.0, 9866.0, 9891.0, 9868.0, 9882.0, 9869.0, 9870.0, 9849.0, 9867.0, 9847.0, 9882.0, 9851.0, 9869.0, 9864.0, 9869.0, 9879.0, 9866.0, 9867.0, 9864.0, 9866.0, 9867.0, 9882.0, 9867.0, 9883.0, 9856.0, 9875.0, 9866.0, 9884.0, 9847.0, 9879.0, 9867.0, 9882.0, 9878.0, 9915.0, 9877.0, 9911.0, 9900.0, 9891.0, 9891.0, 9916.0, 9902.0, 9938.0, 9926.0, 9939.0, 9902.0, 9916.0, 9884.0, 9909.0, 9878.0, 9892.0, 9879.0, 9894.0, 9877.0, 9891.0, 9878.0, 9899.0, 9914.0, 9904.0, 9899.0, 9915.0, 9898.0, 9908.0, 9908.0, 9916.0, 9921.0, 9924.0, 9890.0, 9917.0, 9889.0, 9916.0, 9886.0, 9913.0, 9912.0, 9895.0, 9894.0, 9873.0, 9871.0, 9859.0, 9885.0, 9875.0, 9890.0, 9859.0, 9891.0, 9861.0, 9905.0, 9877.0, 9911.0, 9885.0, 9911.0, 9865.0, 9891.0, 9863.0, 9904.0, 9894.0, 9911.0, 9867.0, 9910.0, 9878.0, 9895.0, 9896.0, 9914.0, 9882.0, 9898.0, 9882.0, 9904.0, 9886.0, 9916.0, 9939.0, 9940.0, 9918.0, 9916.0, 9889.0, 9898.0, 9894.0, 9894.0, 9899.0, 9893.0, 9881.0, 9879.0, 9890.0, 9860.0, 9904.0, 9863.0, 9888.0, 9859.0, 9889.0, 9876.0, 9893.0, 9903.0, 9897.0, 9881.0, 9896.0, 9896.0, 9891.0, 9896.0, 9880.0, 9894.0, 9866.0, 9907.0, 9882.0, 9914.0, 9879.0, 9909.0, 9864.0, 9904.0, 9856.0, 9890.0, 9862.0, 9902.0, 9869.0, 9907.0, 9866.0, 9908.0, 9876.0, 9890.0, 9890.0, 9884.0, 9894.0, 9899.0, 9897.0, 9894.0, 9914.0, 9906.0, 9901.0, 9915.0, 9894.0, 9891.0, 9892.0, 9883.0, 9913.0, 9898.0, 9911.0, 9886.0, 9914.0, 9888.0, 9919.0, 9918.0, 9916.0, 9899.0, 9930.0, 9905.0, 9931.0, 9904.0, 9911.0, 9894.0, 9909.0, 9902.0, 9913.0, 9886.0, 9897.0, 9896.0, 9890.0, 9859.0, 9903.0, 9875.0, 9895.0, 9867.0, 9907.0, 9879.0, 9909.0, 9878.0, 9909.0, 9880.0, 9929.0, 9879.0, 9914.0, 9884.0, 9899.0, 9879.0, 9905.0, 9863.0, 9903.0, 9896.0, 9913.0, 9864.0, 9908.0, 9863.0, 9902.0, 9863.0, 9904.0, 9890.0, 9899.0, 9883.0, 9894.0, 9874.0, 9891.0, 9893.0, 9894.0, 9866.0, 9892.0, 9889.0, 9887.0, 9903.0, 9880.0, 9894.0, 9894.0, 9890.0, 9882.0, 9896.0, 9892.0, 9892.0, 9889.0, 9901.0, 9880.0, 9912.0, 9895.0, 9881.0, 9901.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.0007413233601841196</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022065334752589184</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.595369686152075</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.164887607177419</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.988476614320277</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4569</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7495.6416</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11780112244372715</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.773302646720369</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4258792339996718</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4067223062556327</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6774080270747094</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1935073686686732</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00755127</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019411567598581314</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02936750464141369</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8940542740798065</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>28.4553</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0002</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.4016</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306684.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>957.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.1092</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2833</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>615.4191</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3761.3692</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3963.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69860.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1318.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4945.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.6981</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.533566217985936</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> |