=== 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-0120 --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-0120",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0120_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0120_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0120/ses-01/func/sub-0120_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>53db2bd9e147fba504b1f9fd769b953c</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>11:22:21.115000</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.999525, -0.0153686, -0.0267039, 0.0188429, 0.990646, 0.135152]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.14141</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4238, -7807, -7217, 308, -68, -21, 34, 76]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>302.649</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bd13265a-dedc-4026-905e-b008866d841c||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.6816532611846924, 0.05055401101708412, -0.06581804156303406, 113.044189453125], [0.04123278707265854, 2.657829999923706, 0.3660956919193268, -107.50492095947266], [-0.07164473086595535, -0.3626028895378113, 2.67425537109375, -32.792057037353516], [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': ['112221.115000', '112221.575000', '112222.035000', '112222.495000', '112222.955000', '112223.415000', '112223.875000', '112224.335000', '112224.795000', '112225.255000', '112225.715000', '112226.175000', '112226.635000', '112227.095000', '112227.555000', '112228.015000', '112228.475000', '112228.935000', '112229.395000', '112229.855000', '112230.315000', '112230.775000', '112231.235000', '112231.695000', '112232.155000', '112232.615000', '112233.075000', '112233.535000', '112233.995000', '112234.455000', '112234.915000', '112235.375000', '112235.835000', '112236.295000', '112236.755000', '112237.215000', '112237.675000', '112238.135000', '112238.595000', '112239.055000', '112239.515000', '112239.975000', '112240.435000', '112240.895000', '112241.355000', '112241.815000', '112242.275000', '112242.735000', '112243.195000', '112243.655000', '112244.115000', '112244.575000', '112245.035000', '112245.495000', '112245.955000', '112246.415000', '112246.875000', '112247.335000', '112247.795000', '112248.255000', '112248.715000', '112249.175000', '112249.635000', '112250.095000', '112250.555000', '112251.015000', '112251.475000', '112251.935000', '112252.395000', '112252.855000', '112253.315000', '112253.775000', '112254.235000', '112254.695000', '112255.155000', '112255.615000', '112256.075000', '112256.535000', '112256.995000', '112257.455000', '112257.915000', '112258.375000', '112258.835000', '112259.295000', '112259.755000', '112300.215000', '112300.675000', '112301.135000', '112301.595000', '112302.055000', '112302.515000', '112302.975000', '112303.435000', '112303.895000', '112304.355000', '112304.815000', '112305.275000', '112305.735000', '112306.195000', '112306.655000', '112307.115000', '112307.575000', '112308.035000', '112308.495000', '112308.955000', '112309.415000', '112309.875000', '112310.335000', '112310.795000', '112311.255000', '112311.715000', '112312.175000', '112312.635000', '112313.095000', '112313.555000', '112314.015000', '112314.475000', '112314.935000', '112315.395000', '112315.855000', '112316.315000', '112316.775000', '112317.235000', '112317.695000', '112318.155000', '112318.615000', '112319.075000', '112319.535000', '112319.995000', '112320.455000', '112320.915000', '112321.375000', '112321.835000', '112322.295000', '112322.755000', '112323.215000', '112323.675000', '112324.135000', '112324.595000', '112325.055000', '112325.515000', '112325.975000', '112326.435000', '112326.895000', '112327.355000', '112327.815000', '112328.275000', '112328.735000', '112329.195000', '112329.655000', '112330.115000', '112330.575000', '112331.035000', '112331.495000', '112331.955000', '112332.415000', '112332.875000', '112333.335000', '112333.795000', '112334.255000', '112334.715000', '112335.175000', '112335.635000', '112336.095000', '112336.555000', '112337.015000', '112337.475000', '112337.935000', '112338.395000', '112338.855000', '112339.315000', '112339.775000', '112340.235000', '112340.695000', '112341.155000', '112341.615000', '112342.075000', '112342.535000', '112342.995000', '112343.455000', '112343.915000', '112344.375000', '112344.835000', '112345.295000', '112345.755000', '112346.215000', '112346.675000', '112347.135000', '112347.595000', '112348.055000', '112348.515000', '112348.975000', '112349.435000', '112349.895000', '112350.355000', '112350.815000', '112351.275000', '112351.735000', '112352.195000', '112352.655000', '112353.115000', '112353.575000', '112354.035000', '112354.495000', '112354.955000', '112355.415000', '112355.875000', '112356.335000', '112356.795000', '112357.255000', '112357.715000', '112358.175000', '112358.635000', '112359.095000', '112359.555000', '112400.015000', '112400.475000', '112400.935000', '112401.395000', '112401.855000', '112402.315000', '112402.775000', '112403.235000', '112403.695000', '112404.155000', '112404.615000', '112405.075000', '112405.535000', '112405.995000', '112406.455000', '112406.915000', '112407.375000', '112407.835000', '112408.295000', '112408.755000', '112409.215000', '112409.675000', '112410.135000', '112410.595000', '112411.055000', '112411.515000', '112411.975000', '112412.435000', '112412.895000', '112413.355000', '112413.815000', '112414.275000', '112414.735000', '112415.195000', '112415.655000', '112416.115000', '112416.575000', '112417.035000', '112417.495000', '112417.955000', '112418.415000', '112418.875000', '112419.335000', '112419.795000', '112420.255000', '112420.715000', '112421.175000', '112421.635000', '112422.095000', '112422.555000', '112423.015000', '112423.475000', '112423.935000', '112424.395000', '112424.855000', '112425.315000', '112425.775000', '112426.235000', '112426.695000', '112427.155000', '112427.615000', '112428.075000', '112428.535000', '112428.995000', '112429.455000', '112429.915000', '112430.375000', '112430.835000', '112431.295000', '112431.755000', '112432.215000', '112432.675000', '112433.135000', '112433.595000', '112434.055000', '112434.515000', '112434.975000', '112435.435000', '112435.895000', '112436.355000', '112436.815000', '112437.275000', '112437.735000', '112438.195000', '112438.655000', '112439.115000', '112439.575000', '112440.035000', '112440.495000', '112440.955000', '112441.415000', '112441.875000', '112442.335000', '112442.795000', '112443.255000', '112443.715000', '112444.175000', '112444.635000', '112445.095000', '112445.555000', '112446.015000', '112446.475000', '112446.935000', '112447.395000', '112447.855000', '112448.315000', '112448.775000', '112449.235000', '112449.695000', '112450.155000', '112450.615000', '112451.075000', '112451.535000', '112451.995000', '112452.455000', '112452.915000', '112453.375000', '112453.835000', '112454.295000', '112454.755000', '112455.215000', '112455.675000', '112456.135000', '112456.595000', '112457.055000', '112457.515000', '112457.975000', '112458.435000', '112458.895000', '112459.355000', '112459.815000', '112500.275000', '112500.735000', '112501.195000', '112501.655000', '112502.115000', '112502.575000', '112503.035000', '112503.495000', '112503.955000', '112504.415000', '112504.875000', '112505.335000', '112505.795000', '112506.255000', '112506.715000', '112507.175000', '112507.635000', '112508.095000', '112508.555000', '112509.015000', '112509.475000', '112509.935000', '112510.395000', '112510.855000', '112511.315000', '112511.775000', '112512.235000', '112512.695000', '112513.155000', '112513.615000', '112514.075000', '112514.535000', '112514.995000', '112515.455000', '112515.915000', '112516.375000', '112516.835000', '112517.295000', '112517.755000', '112518.215000', '112518.675000', '112519.135000', '112519.595000', '112520.055000', '112520.515000', '112520.975000', '112521.435000', '112521.895000', '112522.355000', '112522.815000', '112523.275000', '112523.735000', '112524.195000', '112524.655000', '112525.115000', '112525.575000', '112526.035000', '112526.495000', '112526.955000', '112527.415000', '112527.875000', '112528.335000', '112528.795000', '112529.255000', '112529.715000', '112530.175000', '112530.635000', '112531.095000', '112531.555000', '112532.015000', '112532.475000', '112532.935000', '112533.395000', '112533.855000', '112534.315000', '112534.775000', '112535.235000', '112535.695000', '112536.155000', '112536.615000', '112537.075000', '112537.535000', '112537.995000', '112538.455000', '112538.915000', '112539.375000', '112539.835000', '112540.295000', '112540.755000', '112541.215000', '112541.675000', '112542.135000', '112542.595000', '112543.055000', '112543.515000', '112543.975000', '112544.435000', '112544.895000', '112545.355000', '112545.815000', '112546.275000', '112546.735000', '112547.195000', '112547.655000', '112548.115000', '112548.575000', '112549.035000', '112549.495000', '112549.955000', '112550.415000', '112550.875000', '112551.335000', '112551.795000', '112552.255000', '112552.715000', '112553.175000', '112553.635000', '112554.095000', '112554.555000', '112555.015000', '112555.475000', '112555.935000', '112556.395000', '112556.855000', '112557.315000', '112557.775000', '112558.235000', '112558.695000', '112559.155000', '112559.615000', '112600.075000', '112600.535000', '112600.995000', '112601.455000', '112601.915000', '112602.375000', '112602.835000', '112603.295000', '112603.755000', '112604.215000', '112604.675000', '112605.135000', '112605.595000', '112606.055000', '112606.515000', '112606.975000', '112607.435000', '112607.895000', '112608.355000', '112608.815000', '112609.275000', '112609.735000', '112610.195000', '112610.655000', '112611.115000', '112611.575000', '112612.035000', '112612.495000', '112612.955000', '112613.415000', '112613.875000', '112614.335000', '112614.795000', '112615.255000', '112615.715000', '112616.175000', '112616.635000', '112617.095000', '112617.555000', '112618.015000', '112618.475000', '112618.935000', '112619.395000', '112619.855000', '112620.315000', '112620.775000', '112621.235000', '112621.695000', '112622.155000', '112622.615000', '112623.075000', '112623.535000', '112623.995000', '112624.455000', '112624.915000', '112625.375000', '112625.835000', '112626.295000', '112626.755000', '112627.215000', '112627.675000', '112628.135000', '112628.595000', '112629.055000', '112629.515000', '112629.975000', '112630.435000', '112630.895000', '112631.355000', '112631.815000', '112632.275000', '112632.735000', '112633.195000', '112633.655000', '112634.115000', '112634.575000', '112635.035000', '112635.495000', '112635.955000', '112636.415000', '112636.875000', '112637.335000', '112637.795000', '112638.255000', '112638.715000', '112639.175000', '112639.635000', '112640.095000', '112640.555000', '112641.015000', '112641.475000', '112641.935000', '112642.395000', '112642.855000', '112643.315000', '112643.775000', '112644.235000', '112644.695000', '112645.155000', '112645.615000', '112646.075000', '112646.535000', '112646.995000', '112647.455000', '112647.915000', '112648.375000', '112648.835000', '112649.295000', '112649.755000', '112650.215000', '112650.675000', '112651.135000', '112651.595000', '112652.055000', '112652.515000', '112652.975000', '112653.435000', '112653.895000', '112654.355000', '112654.815000', '112655.275000', '112655.735000', '112656.195000', '112656.655000', '112657.115000', '112657.575000', '112658.035000', '112658.495000', '112658.955000', '112659.415000', '112659.875000', '112700.335000', '112700.795000', '112701.255000', '112701.715000', '112702.175000', '112702.635000', '112703.095000', '112703.555000', '112704.015000', '112704.475000', '112704.935000', '112705.395000', '112705.855000', '112706.315000', '112706.775000', '112707.235000', '112707.695000', '112708.155000', '112708.615000', '112709.075000', '112709.535000', '112709.995000', '112710.455000', '112710.915000', '112711.375000', '112711.835000', '112712.295000', '112712.755000', '112713.215000', '112713.675000', '112714.135000', '112714.595000', '112715.055000', '112715.515000', '112715.975000', '112716.435000', '112716.895000', '112717.355000', '112717.815000', '112718.275000', '112718.735000', '112719.195000', '112719.655000', '112720.115000', '112720.575000', '112721.035000', '112721.495000', '112721.955000', '112722.415000', '112722.875000', '112723.335000', '112723.795000', '112724.255000', '112724.715000', '112725.175000', '112725.635000', '112726.095000', '112726.555000', '112727.015000', '112727.475000', '112727.935000', '112728.395000', '112728.855000', '112729.315000', '112729.775000', '112730.235000', '112730.695000', '112731.155000', '112731.615000', '112732.075000', '112732.535000', '112732.995000', '112733.455000', '112733.915000', '112734.375000', '112734.835000', '112735.295000', '112735.755000', '112736.215000', '112736.675000', '112737.135000', '112737.595000', '112738.055000', '112738.515000', '112738.975000', '112739.435000', '112739.895000', '112740.355000', '112740.815000', '112741.275000', '112741.735000', '112742.195000', '112742.655000', '112743.115000', '112743.575000', '112744.035000', '112744.495000', '112744.955000', '112745.415000', '112745.875000', '112746.335000', '112746.795000', '112747.255000', '112747.715000', '112748.175000', '112748.635000', '112749.095000', '112749.555000', '112750.015000', '112750.475000', '112750.935000', '112751.395000', '112751.855000', '112752.315000', '112752.775000', '112753.235000', '112753.695000', '112754.155000', '112754.615000', '112755.075000', '112755.535000', '112755.995000', '112756.455000', '112756.915000', '112757.375000', '112757.835000', '112758.295000', '112758.755000', '112759.215000', '112759.675000', '112800.135000', '112800.595000', '112801.055000', '112801.515000', '112801.975000', '112802.435000', '112802.895000', '112803.355000', '112803.815000', '112804.275000', '112804.735000', '112805.195000', '112805.655000', '112806.115000', '112806.575000', '112807.035000', '112807.495000', '112807.955000', '112808.415000', '112808.875000', '112809.335000', '112809.795000', '112810.255000', '112810.715000', '112811.175000', '112811.635000', '112812.095000', '112812.555000', '112813.015000', '112813.475000', '112813.935000', '112814.395000', '112814.855000', '112815.315000', '112815.775000', '112816.235000', '112816.695000', '112817.155000', '112817.615000', '112818.075000', '112818.535000', '112818.995000', '112819.455000', '112819.915000', '112820.375000', '112820.835000', '112821.295000', '112821.755000', '112822.215000', '112822.675000', '112823.135000', '112823.595000', '112824.055000', '112824.515000', '112824.975000', '112825.435000', '112825.895000', '112826.355000', '112826.815000', '112827.275000', '112827.735000', '112828.195000', '112828.655000', '112829.115000', '112829.575000', '112830.035000', '112830.495000', '112830.955000', '112831.415000', '112831.875000', '112832.335000', '112832.795000', '112833.255000', '112833.715000', '112834.175000', '112834.635000', '112835.095000', '112835.555000', '112836.015000', '112836.475000', '112836.935000', '112837.395000', '112837.855000', '112838.315000', '112838.775000', '112839.235000', '112839.695000', '112840.155000', '112840.615000', '112841.075000', '112841.535000', '112841.995000', '112842.455000', '112842.915000', '112843.375000', '112843.835000', '112844.295000', '112844.755000', '112845.215000', '112845.675000', '112846.135000', '112846.595000', '112847.055000', '112847.515000', '112847.975000', '112848.435000', '112848.895000', '112849.355000', '112849.815000', '112850.275000', '112850.735000', '112851.195000', '112851.655000', '112852.115000', '112852.575000', '112853.035000', '112853.495000', '112853.955000', '112854.415000', '112854.875000', '112855.335000', '112855.795000', '112856.255000', '112856.715000', '112857.175000', '112857.635000', '112858.095000', '112858.555000', '112859.015000', '112859.475000', '112859.935000', '112900.395000', '112900.855000', '112901.315000', '112901.775000'], 'ContentTime': ['112231.835000', '112231.843000', '112231.846000', '112231.848000', '112231.851000', '112231.854000', '112231.856000', '112231.859000', '112231.861000', '112231.864000', '112231.866000', '112231.869000', '112231.872000', '112231.874000', '112231.877000', '112231.879000', '112231.882000', '112231.884000', '112231.887000', '112231.890000', '112231.892000', '112251.798000', '112251.800000', '112251.803000', '112251.806000', '112251.808000', '112251.811000', '112251.813000', '112251.816000', '112251.818000', '112251.821000', '112251.829000', '112251.832000', '112251.834000', '112251.837000', '112251.839000', '112251.842000', '112251.845000', '112251.847000', '112251.850000', '112251.852000', '112251.855000', '112251.857000', '112251.860000', '112251.862000', '112251.865000', '112251.868000', '112251.870000', '112251.873000', '112251.875000', '112251.878000', '112251.880000', '112251.883000', '112251.886000', '112251.888000', '112251.891000', '112251.893000', '112251.896000', '112251.898000', '112251.901000', '112251.903000', '112251.906000', '112251.909000', '112251.911000', '112311.798000', '112311.800000', '112311.803000', '112311.806000', '112311.809000', '112311.812000', '112311.814000', '112311.817000', '112311.819000', '112311.822000', '112311.825000', '112311.827000', '112311.830000', '112311.832000', '112311.835000', '112311.838000', '112311.840000', '112311.843000', '112311.845000', '112311.848000', '112311.851000', '112311.853000', '112311.856000', '112311.858000', '112311.861000', '112311.864000', '112311.866000', '112311.869000', '112311.872000', '112311.874000', '112311.878000', '112311.880000', '112311.883000', '112311.885000', '112311.888000', '112311.891000', '112311.893000', '112311.896000', '112311.898000', '112311.901000', '112311.903000', '112311.906000', '112311.909000', '112311.911000', '112331.799000', '112331.801000', '112331.804000', '112331.807000', '112331.809000', '112331.812000', '112331.815000', '112331.817000', '112331.820000', '112331.822000', '112331.825000', '112331.827000', '112331.830000', '112331.833000', '112331.835000', '112331.838000', '112331.840000', '112331.843000', '112331.845000', '112331.848000', '112331.851000', '112331.853000', '112331.856000', '112331.858000', '112331.861000', '112331.864000', '112331.866000', '112331.869000', '112331.871000', '112331.874000', '112331.876000', '112331.879000', '112331.881000', '112331.884000', '112331.887000', '112331.889000', '112331.892000', '112331.894000', '112331.897000', '112331.899000', '112331.902000', '112331.905000', '112331.907000', '112351.798000', '112351.801000', '112351.804000', '112351.807000', '112351.809000', '112351.812000', '112351.814000', '112351.817000', '112351.819000', '112351.822000', '112351.825000', '112351.827000', '112351.830000', '112351.832000', '112351.835000', '112351.837000', '112351.840000', '112351.843000', '112351.845000', '112351.848000', '112351.851000', '112351.853000', '112351.856000', '112351.858000', '112351.861000', '112351.863000', '112351.866000', '112351.869000', '112351.871000', '112351.874000', '112351.877000', '112351.879000', '112351.882000', '112351.884000', '112351.887000', '112351.890000', '112351.892000', '112351.895000', '112351.897000', '112351.900000', '112351.902000', '112351.905000', '112351.908000', '112411.798000', '112411.801000', '112411.804000', '112411.806000', '112411.809000', '112411.812000', '112411.814000', '112411.817000', '112411.820000', '112411.822000', '112411.825000', '112411.827000', '112411.830000', '112411.832000', '112411.835000', '112411.838000', '112411.840000', '112411.854000', '112411.857000', '112411.859000', '112411.862000', '112411.865000', '112411.867000', '112411.870000', '112411.872000', '112411.875000', '112411.877000', '112411.880000', '112411.883000', '112411.885000', '112411.888000', '112411.890000', '112411.893000', '112411.896000', '112411.898000', '112411.901000', '112411.904000', '112411.906000', '112411.909000', '112411.911000', '112411.914000', '112411.916000', '112411.919000', '112411.922000', '112431.798000', '112431.800000', '112431.803000', '112431.806000', '112431.808000', '112431.811000', '112431.813000', '112431.816000', '112431.819000', '112431.821000', '112431.824000', '112431.827000', '112431.829000', '112431.832000', '112431.835000', '112431.837000', '112431.840000', '112431.843000', '112431.846000', '112431.849000', '112431.852000', '112431.854000', '112431.857000', '112431.860000', '112431.862000', '112431.865000', '112431.867000', '112431.870000', '112431.872000', '112431.875000', '112431.878000', '112431.880000', '112431.883000', '112431.886000', '112431.888000', '112431.891000', '112431.894000', '112431.896000', '112431.899000', '112431.902000', '112431.904000', '112431.907000', '112431.909000', '112451.797000', '112451.800000', '112451.803000', '112451.806000', '112451.808000', '112451.811000', '112451.813000', '112451.816000', '112451.819000', '112451.821000', '112451.824000', '112451.826000', '112451.829000', '112451.831000', '112451.834000', '112451.837000', '112451.839000', '112451.842000', '112451.844000', '112451.847000', '112451.850000', '112451.852000', '112451.855000', '112451.857000', '112451.860000', '112451.862000', '112451.865000', '112451.867000', '112451.870000', '112451.873000', '112451.875000', '112451.878000', '112451.881000', '112451.883000', '112451.886000', '112451.888000', '112451.891000', '112451.894000', '112451.896000', '112451.899000', '112451.901000', '112451.904000', '112451.907000', '112451.909000', '112511.798000', '112511.801000', '112511.803000', '112511.806000', '112511.808000', '112511.811000', '112511.814000', '112511.816000', '112511.819000', '112511.821000', '112511.824000', '112511.827000', '112511.829000', '112511.832000', '112511.835000', '112511.837000', '112511.840000', '112511.843000', '112511.845000', '112511.848000', '112511.850000', '112511.853000', '112511.855000', '112511.858000', '112511.861000', '112511.863000', '112511.866000', '112511.868000', '112511.871000', '112511.874000', '112511.876000', '112511.879000', '112511.881000', '112511.884000', '112511.887000', '112511.889000', '112511.892000', '112511.895000', '112511.897000', '112511.900000', '112511.902000', '112511.905000', '112511.908000', '112531.798000', '112531.801000', '112531.804000', '112531.807000', '112531.809000', '112531.812000', '112531.814000', '112531.817000', '112531.819000', '112531.822000', '112531.825000', '112531.827000', '112531.830000', '112531.832000', '112531.835000', '112531.838000', '112531.840000', '112531.843000', '112531.845000', '112531.848000', '112531.851000', '112531.853000', '112531.856000', '112531.858000', '112531.861000', '112531.863000', '112531.866000', '112531.869000', '112531.871000', '112531.874000', '112531.877000', '112531.879000', '112531.882000', '112531.884000', '112531.887000', '112531.889000', '112531.892000', '112531.895000', '112531.897000', '112531.900000', '112531.902000', '112531.905000', '112531.908000', '112531.910000', '112551.799000', '112551.802000', '112551.804000', '112551.807000', '112551.809000', '112551.812000', '112551.815000', '112551.817000', '112551.820000', '112551.822000', '112551.825000', '112551.828000', '112551.830000', '112551.833000', '112551.836000', '112551.838000', '112551.841000', '112551.844000', '112551.846000', '112551.849000', '112551.852000', '112551.854000', '112551.857000', '112551.859000', '112551.862000', '112551.864000', '112551.867000', '112551.870000', '112551.872000', '112551.875000', '112551.878000', '112551.880000', '112551.883000', '112551.886000', '112551.889000', '112551.892000', '112551.894000', '112551.897000', '112551.899000', '112551.902000', '112551.905000', '112551.907000', '112551.910000', '112611.799000', '112611.801000', '112611.804000', '112611.807000', '112611.809000', '112611.812000', '112611.814000', '112611.817000', '112611.819000', '112611.822000', '112611.825000', '112611.827000', '112611.830000', '112611.832000', '112611.835000', '112611.837000', '112611.840000', '112611.843000', '112611.845000', '112611.848000', '112611.850000', '112611.853000', '112611.855000', '112611.858000', '112611.861000', '112611.863000', '112611.866000', '112611.868000', '112611.871000', '112611.874000', '112611.876000', '112611.879000', '112611.881000', '112611.884000', '112611.886000', '112611.889000', '112611.892000', '112611.894000', '112611.897000', '112611.900000', '112611.902000', '112611.905000', '112611.908000', '112611.910000', '112631.799000', '112631.802000', '112631.804000', '112631.807000', '112631.809000', '112631.812000', '112631.815000', '112631.817000', '112631.820000', '112631.822000', '112631.825000', '112631.828000', '112631.830000', '112631.833000', '112631.836000', '112631.838000', '112631.841000', '112631.844000', '112631.846000', '112631.849000', '112631.852000', '112631.854000', '112631.857000', '112631.859000', '112631.862000', '112631.865000', '112631.867000', '112631.870000', '112631.873000', '112631.875000', '112631.878000', '112631.880000', '112631.883000', '112631.885000', '112631.888000', '112631.890000', '112631.893000', '112631.896000', '112631.898000', '112631.901000', '112631.903000', '112631.906000', '112631.909000', '112651.797000', '112651.800000', '112651.803000', '112651.805000', '112651.808000', '112651.811000', '112651.813000', '112651.816000', '112651.818000', '112651.821000', '112651.824000', '112651.826000', '112651.829000', '112651.831000', '112651.834000', '112651.837000', '112651.839000', '112651.842000', '112651.844000', '112651.847000', '112651.850000', '112651.852000', '112651.855000', '112651.857000', '112651.860000', '112651.863000', '112651.865000', '112651.868000', '112651.870000', '112651.873000', '112651.876000', '112651.878000', '112651.881000', '112651.883000', '112651.886000', '112651.888000', '112651.891000', '112651.894000', '112651.896000', '112651.899000', '112651.901000', '112651.904000', '112651.907000', '112651.909000', '112711.798000', '112711.801000', '112711.803000', '112711.806000', '112711.809000', '112711.811000', '112711.814000', '112711.816000', '112711.819000', '112711.822000', '112711.824000', '112711.827000', '112711.829000', '112711.832000', '112711.835000', '112711.837000', '112711.840000', '112711.843000', '112711.845000', '112711.848000', '112711.850000', '112711.853000', '112711.856000', '112711.871000', '112711.873000', '112711.876000', '112711.878000', '112711.881000', '112711.884000', '112711.886000', '112711.889000', '112711.891000', '112711.894000', '112711.897000', '112711.899000', '112711.902000', '112711.905000', '112711.907000', '112711.910000', '112711.913000', '112711.915000', '112711.918000', '112711.920000', '112731.797000', '112731.800000', '112731.803000', '112731.806000', '112731.808000', '112731.811000', '112731.813000', '112731.816000', '112731.818000', '112731.821000', '112731.824000', '112731.826000', '112731.829000', '112731.831000', '112731.834000', '112731.836000', '112731.839000', '112731.842000', '112731.844000', '112731.847000', '112731.849000', '112731.852000', '112731.854000', '112731.857000', '112731.860000', '112731.862000', '112731.865000', '112731.868000', '112731.870000', '112731.873000', '112731.875000', '112731.878000', '112731.881000', '112731.883000', '112731.886000', '112731.888000', '112731.891000', '112731.894000', '112731.896000', '112731.899000', '112731.901000', '112731.904000', '112731.907000', '112731.909000', '112751.799000', '112751.801000', '112751.804000', '112751.807000', '112751.809000', '112751.812000', '112751.814000', '112751.817000', '112751.820000', '112751.822000', '112751.825000', '112751.827000', '112751.830000', '112751.833000', '112751.835000', '112751.838000', '112751.840000', '112751.843000', '112751.845000', '112751.848000', '112751.851000', '112751.853000', '112751.856000', '112751.858000', '112751.861000', '112751.864000', '112751.866000', '112751.869000', '112751.871000', '112751.874000', '112751.877000', '112751.879000', '112751.882000', '112751.884000', '112751.887000', '112751.890000', '112751.892000', '112751.895000', '112751.897000', '112751.900000', '112751.903000', '112751.905000', '112751.908000', '112811.799000', '112811.801000', '112811.804000', '112811.807000', '112811.809000', '112811.812000', '112811.814000', '112811.817000', '112811.820000', '112811.822000', '112811.825000', '112811.827000', '112811.830000', '112811.832000', '112811.835000', '112811.838000', '112811.840000', '112811.843000', '112811.845000', '112811.848000', '112811.850000', '112811.853000', '112811.856000', '112811.858000', '112811.861000', '112811.864000', '112811.866000', '112811.869000', '112811.871000', '112811.874000', '112811.876000', '112811.879000', '112811.881000', '112811.884000', '112811.887000', '112811.889000', '112811.892000', '112811.895000', '112811.897000', '112811.900000', '112811.902000', '112811.905000', '112811.907000', '112811.910000', '112831.799000', '112831.802000', '112831.804000', '112831.807000', '112831.810000', '112831.812000', '112831.815000', '112831.818000', '112831.820000', '112831.823000', '112831.825000', '112831.828000', '112831.831000', '112831.833000', '112831.836000', '112831.838000', '112831.841000', '112831.844000', '112831.846000', '112831.849000', '112831.851000', '112831.854000', '112831.857000', '112831.859000', '112831.862000', '112831.864000', '112831.867000', '112831.870000', '112831.872000', '112831.875000', '112831.877000', '112831.880000', '112831.883000', '112831.885000', '112831.897000', '112831.900000', '112831.902000', '112831.905000', '112831.908000', '112831.910000', '112831.913000', '112831.915000', '112831.918000', '112851.799000', '112851.801000', '112851.804000', '112851.807000', '112851.809000', '112851.812000', '112851.815000', '112851.817000', '112851.820000', '112851.822000', '112851.825000', '112851.828000', '112851.830000', '112851.833000', '112851.836000', '112851.838000', '112851.841000', '112851.843000', '112851.846000', '112851.849000', '112851.851000', '112851.854000', '112851.856000', '112851.859000', '112851.862000', '112851.864000', '112851.867000', '112851.869000', '112851.872000', '112851.874000', '112851.877000', '112851.879000', '112851.882000', '112851.885000', '112851.887000', '112851.890000', '112851.892000', '112851.895000', '112851.898000', '112851.900000', '112851.903000', '112851.905000', '112851.908000', '112851.910000', '112903.193000', '112903.242000', '112903.245000', '112903.247000', '112903.250000', '112903.253000', '112903.256000', '112903.259000', '112903.262000', '112903.265000', '112903.268000', '112903.271000', '112903.273000', '112903.276000', '112903.279000', '112903.282000', '112903.284000', '112903.287000', '112903.290000', '112903.293000', '112903.295000', '112903.298000', '112903.301000', '112903.303000', '112903.306000'], 'InstanceCreationTime': ['112231.835000', '112231.843000', '112231.846000', '112231.848000', '112231.851000', '112231.854000', '112231.856000', '112231.859000', '112231.861000', '112231.864000', '112231.866000', '112231.869000', '112231.872000', '112231.874000', '112231.877000', '112231.879000', '112231.882000', '112231.884000', '112231.887000', '112231.890000', '112231.892000', '112251.798000', '112251.800000', '112251.803000', '112251.806000', '112251.808000', '112251.811000', '112251.813000', '112251.816000', '112251.818000', '112251.821000', '112251.829000', '112251.832000', '112251.834000', '112251.837000', '112251.839000', '112251.842000', '112251.845000', '112251.847000', '112251.850000', '112251.852000', '112251.855000', '112251.857000', '112251.860000', '112251.862000', '112251.865000', '112251.868000', '112251.870000', '112251.873000', '112251.875000', '112251.878000', '112251.880000', '112251.883000', '112251.886000', '112251.888000', '112251.891000', '112251.893000', '112251.896000', '112251.898000', '112251.901000', '112251.903000', '112251.906000', '112251.909000', '112251.911000', '112311.798000', '112311.800000', '112311.803000', '112311.806000', '112311.809000', '112311.812000', '112311.814000', '112311.817000', '112311.819000', '112311.822000', '112311.825000', '112311.827000', '112311.830000', '112311.832000', '112311.835000', '112311.838000', '112311.840000', '112311.843000', '112311.845000', '112311.848000', '112311.851000', '112311.853000', '112311.856000', '112311.858000', '112311.861000', '112311.864000', '112311.866000', '112311.869000', '112311.872000', '112311.874000', '112311.878000', '112311.880000', '112311.883000', '112311.885000', '112311.888000', '112311.891000', '112311.893000', '112311.896000', '112311.898000', '112311.901000', '112311.903000', '112311.906000', '112311.909000', '112311.911000', '112331.799000', '112331.801000', '112331.804000', '112331.807000', '112331.809000', '112331.812000', '112331.815000', '112331.817000', '112331.820000', '112331.822000', '112331.825000', '112331.827000', '112331.830000', '112331.833000', '112331.835000', '112331.838000', '112331.840000', '112331.843000', '112331.845000', '112331.848000', '112331.851000', '112331.853000', '112331.856000', '112331.858000', '112331.861000', '112331.864000', '112331.866000', '112331.869000', '112331.871000', '112331.874000', '112331.876000', '112331.879000', '112331.881000', '112331.884000', '112331.887000', '112331.889000', '112331.892000', '112331.894000', '112331.897000', '112331.899000', '112331.902000', '112331.905000', '112331.907000', '112351.798000', '112351.801000', '112351.804000', '112351.807000', '112351.809000', '112351.812000', '112351.814000', '112351.817000', '112351.819000', '112351.822000', '112351.825000', '112351.827000', '112351.830000', '112351.832000', '112351.835000', '112351.837000', '112351.840000', '112351.843000', '112351.845000', '112351.848000', '112351.851000', '112351.853000', '112351.856000', '112351.858000', '112351.861000', '112351.863000', '112351.866000', '112351.869000', '112351.871000', '112351.874000', '112351.877000', '112351.879000', '112351.882000', '112351.884000', '112351.887000', '112351.890000', '112351.892000', '112351.895000', '112351.897000', '112351.900000', '112351.902000', '112351.905000', '112351.908000', '112411.798000', '112411.801000', '112411.804000', '112411.806000', '112411.809000', '112411.812000', '112411.814000', '112411.817000', '112411.820000', '112411.822000', '112411.825000', '112411.827000', '112411.830000', '112411.832000', '112411.835000', '112411.838000', '112411.840000', '112411.854000', '112411.857000', '112411.859000', '112411.862000', '112411.865000', '112411.867000', '112411.870000', '112411.872000', '112411.875000', '112411.877000', '112411.880000', '112411.883000', '112411.885000', '112411.888000', '112411.890000', '112411.893000', '112411.896000', '112411.898000', '112411.901000', '112411.904000', '112411.906000', '112411.909000', '112411.911000', '112411.914000', '112411.916000', '112411.919000', '112411.922000', '112431.798000', '112431.800000', '112431.803000', '112431.806000', '112431.808000', '112431.811000', '112431.813000', '112431.816000', '112431.819000', '112431.821000', '112431.824000', '112431.827000', '112431.829000', '112431.832000', '112431.835000', '112431.837000', '112431.840000', '112431.843000', '112431.846000', '112431.849000', '112431.852000', '112431.854000', '112431.857000', '112431.860000', '112431.862000', '112431.865000', '112431.867000', '112431.870000', '112431.872000', '112431.875000', '112431.878000', '112431.880000', '112431.883000', '112431.886000', '112431.888000', '112431.891000', '112431.894000', '112431.896000', '112431.899000', '112431.902000', '112431.904000', '112431.907000', '112431.909000', '112451.797000', '112451.800000', '112451.803000', '112451.806000', '112451.808000', '112451.811000', '112451.813000', '112451.816000', '112451.819000', '112451.821000', '112451.824000', '112451.826000', '112451.829000', '112451.831000', '112451.834000', '112451.837000', '112451.839000', '112451.842000', '112451.844000', '112451.847000', '112451.850000', '112451.852000', '112451.855000', '112451.857000', '112451.860000', '112451.862000', '112451.865000', '112451.867000', '112451.870000', '112451.873000', '112451.875000', '112451.878000', '112451.881000', '112451.883000', '112451.886000', '112451.888000', '112451.891000', '112451.894000', '112451.896000', '112451.899000', '112451.901000', '112451.904000', '112451.907000', '112451.909000', '112511.798000', '112511.801000', '112511.803000', '112511.806000', '112511.808000', '112511.811000', '112511.814000', '112511.816000', '112511.819000', '112511.821000', '112511.824000', '112511.827000', '112511.829000', '112511.832000', '112511.835000', '112511.837000', '112511.840000', '112511.843000', '112511.845000', '112511.848000', '112511.850000', '112511.853000', '112511.855000', '112511.858000', '112511.861000', '112511.863000', '112511.866000', '112511.868000', '112511.871000', '112511.874000', '112511.876000', '112511.879000', '112511.881000', '112511.884000', '112511.887000', '112511.889000', '112511.892000', '112511.895000', '112511.897000', '112511.900000', '112511.902000', '112511.905000', '112511.908000', '112531.798000', '112531.801000', '112531.804000', '112531.807000', '112531.809000', '112531.812000', '112531.814000', '112531.817000', '112531.819000', '112531.822000', '112531.825000', '112531.827000', '112531.830000', '112531.832000', '112531.835000', '112531.838000', '112531.840000', '112531.843000', '112531.845000', '112531.848000', '112531.851000', '112531.853000', '112531.856000', '112531.858000', '112531.861000', '112531.863000', '112531.866000', '112531.869000', '112531.871000', '112531.874000', '112531.877000', '112531.879000', '112531.882000', '112531.884000', '112531.887000', '112531.889000', '112531.892000', '112531.895000', '112531.897000', '112531.900000', '112531.902000', '112531.905000', '112531.908000', '112531.910000', '112551.799000', '112551.802000', '112551.804000', '112551.807000', '112551.809000', '112551.812000', '112551.815000', '112551.817000', '112551.820000', '112551.822000', '112551.825000', '112551.828000', '112551.830000', '112551.833000', '112551.836000', '112551.838000', '112551.841000', '112551.844000', '112551.846000', '112551.849000', '112551.852000', '112551.854000', '112551.857000', '112551.859000', '112551.862000', '112551.864000', '112551.867000', '112551.870000', '112551.872000', '112551.875000', '112551.878000', '112551.880000', '112551.883000', '112551.886000', '112551.889000', '112551.892000', '112551.894000', '112551.897000', '112551.899000', '112551.902000', '112551.905000', '112551.907000', '112551.910000', '112611.799000', '112611.801000', '112611.804000', '112611.807000', '112611.809000', '112611.812000', '112611.814000', '112611.817000', '112611.819000', '112611.822000', '112611.825000', '112611.827000', '112611.830000', '112611.832000', '112611.835000', '112611.837000', '112611.840000', '112611.843000', '112611.845000', '112611.848000', '112611.850000', '112611.853000', '112611.855000', '112611.858000', '112611.861000', '112611.863000', '112611.866000', '112611.868000', '112611.871000', '112611.874000', '112611.876000', '112611.879000', '112611.881000', '112611.884000', '112611.886000', '112611.889000', '112611.892000', '112611.894000', '112611.897000', '112611.900000', '112611.902000', '112611.905000', '112611.908000', '112611.910000', '112631.799000', '112631.802000', '112631.804000', '112631.807000', '112631.809000', '112631.812000', '112631.815000', '112631.817000', '112631.820000', '112631.822000', '112631.825000', '112631.828000', '112631.830000', '112631.833000', '112631.836000', '112631.838000', '112631.841000', '112631.844000', '112631.846000', '112631.849000', '112631.852000', '112631.854000', '112631.857000', '112631.859000', '112631.862000', '112631.865000', '112631.867000', '112631.870000', '112631.873000', '112631.875000', '112631.878000', '112631.880000', '112631.883000', '112631.885000', '112631.888000', '112631.890000', '112631.893000', '112631.896000', '112631.898000', '112631.901000', '112631.903000', '112631.906000', '112631.909000', '112651.797000', '112651.800000', '112651.803000', '112651.805000', '112651.808000', '112651.811000', '112651.813000', '112651.816000', '112651.818000', '112651.821000', '112651.824000', '112651.826000', '112651.829000', '112651.831000', '112651.834000', '112651.837000', '112651.839000', '112651.842000', '112651.844000', '112651.847000', '112651.850000', '112651.852000', '112651.855000', '112651.857000', '112651.860000', '112651.863000', '112651.865000', '112651.868000', '112651.870000', '112651.873000', '112651.876000', '112651.878000', '112651.881000', '112651.883000', '112651.886000', '112651.888000', '112651.891000', '112651.894000', '112651.896000', '112651.899000', '112651.901000', '112651.904000', '112651.907000', '112651.909000', '112711.798000', '112711.801000', '112711.803000', '112711.806000', '112711.809000', '112711.811000', '112711.814000', '112711.816000', '112711.819000', '112711.822000', '112711.824000', '112711.827000', '112711.829000', '112711.832000', '112711.835000', '112711.837000', '112711.840000', '112711.843000', '112711.845000', '112711.848000', '112711.850000', '112711.853000', '112711.856000', '112711.871000', '112711.873000', '112711.876000', '112711.878000', '112711.881000', '112711.884000', '112711.886000', '112711.889000', '112711.891000', '112711.894000', '112711.897000', '112711.899000', '112711.902000', '112711.905000', '112711.907000', '112711.910000', '112711.913000', '112711.915000', '112711.918000', '112711.920000', '112731.797000', '112731.800000', '112731.803000', '112731.806000', '112731.808000', '112731.811000', '112731.813000', '112731.816000', '112731.818000', '112731.821000', '112731.824000', '112731.826000', '112731.829000', '112731.831000', '112731.834000', '112731.836000', '112731.839000', '112731.842000', '112731.844000', '112731.847000', '112731.849000', '112731.852000', '112731.854000', '112731.857000', '112731.860000', '112731.862000', '112731.865000', '112731.868000', '112731.870000', '112731.873000', '112731.875000', '112731.878000', '112731.881000', '112731.883000', '112731.886000', '112731.888000', '112731.891000', '112731.894000', '112731.896000', '112731.899000', '112731.901000', '112731.904000', '112731.907000', '112731.909000', '112751.799000', '112751.801000', '112751.804000', '112751.807000', '112751.809000', '112751.812000', '112751.814000', '112751.817000', '112751.820000', '112751.822000', '112751.825000', '112751.827000', '112751.830000', '112751.833000', '112751.835000', '112751.838000', '112751.840000', '112751.843000', '112751.845000', '112751.848000', '112751.851000', '112751.853000', '112751.856000', '112751.858000', '112751.861000', '112751.864000', '112751.866000', '112751.869000', '112751.871000', '112751.874000', '112751.877000', '112751.879000', '112751.882000', '112751.884000', '112751.887000', '112751.890000', '112751.892000', '112751.895000', '112751.897000', '112751.900000', '112751.903000', '112751.905000', '112751.908000', '112811.799000', '112811.801000', '112811.804000', '112811.807000', '112811.809000', '112811.812000', '112811.814000', '112811.817000', '112811.820000', '112811.822000', '112811.825000', '112811.827000', '112811.830000', '112811.832000', '112811.835000', '112811.838000', '112811.840000', '112811.843000', '112811.845000', '112811.848000', '112811.850000', '112811.853000', '112811.856000', '112811.858000', '112811.861000', '112811.864000', '112811.866000', '112811.869000', '112811.871000', '112811.874000', '112811.876000', '112811.879000', '112811.881000', '112811.884000', '112811.887000', '112811.889000', '112811.892000', '112811.895000', '112811.897000', '112811.900000', '112811.902000', '112811.905000', '112811.907000', '112811.910000', '112831.799000', '112831.802000', '112831.804000', '112831.807000', '112831.810000', '112831.812000', '112831.815000', '112831.818000', '112831.820000', '112831.823000', '112831.825000', '112831.828000', '112831.831000', '112831.833000', '112831.836000', '112831.838000', '112831.841000', '112831.844000', '112831.846000', '112831.849000', '112831.851000', '112831.854000', '112831.857000', '112831.859000', '112831.862000', '112831.864000', '112831.867000', '112831.870000', '112831.872000', '112831.875000', '112831.877000', '112831.880000', '112831.883000', '112831.885000', '112831.897000', '112831.900000', '112831.902000', '112831.905000', '112831.908000', '112831.910000', '112831.913000', '112831.915000', '112831.918000', '112851.799000', '112851.801000', '112851.804000', '112851.807000', '112851.809000', '112851.812000', '112851.815000', '112851.817000', '112851.820000', '112851.822000', '112851.825000', '112851.828000', '112851.830000', '112851.833000', '112851.836000', '112851.838000', '112851.841000', '112851.843000', '112851.846000', '112851.849000', '112851.851000', '112851.854000', '112851.856000', '112851.859000', '112851.862000', '112851.864000', '112851.867000', '112851.869000', '112851.872000', '112851.874000', '112851.877000', '112851.879000', '112851.882000', '112851.885000', '112851.887000', '112851.890000', '112851.892000', '112851.895000', '112851.898000', '112851.900000', '112851.903000', '112851.905000', '112851.908000', '112851.910000', '112903.193000', '112903.242000', '112903.245000', '112903.247000', '112903.250000', '112903.253000', '112903.256000', '112903.259000', '112903.262000', '112903.265000', '112903.268000', '112903.271000', '112903.273000', '112903.276000', '112903.279000', '112903.282000', '112903.284000', '112903.287000', '112903.290000', '112903.293000', '112903.295000', '112903.298000', '112903.301000', '112903.303000', '112903.306000'], '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': [14775, 19767, 15459, 21472, 12583, 9671, 11231, 9055, 13378, 11373, 10321, 16623, 12894, 10414, 12619, 9402, 14681, 12389, 11073, 18334, 13274, 9626, 12742, 10273, 12975, 13183, 11092, 21110, 14128, 9623, 13764, 10807, 9269, 16288, 13395, 20371, 13454, 9567, 13746, 10856, 13386, 14056, 10536, 16051, 11554, 9243, 13017, 8881, 15574, 11026, 15780, 11441, 8775, 11579, 9956, 10709, 16023, 10944, 17060, 11516, 8929, 14346, 12304, 14267, 19505, 12299, 13329, 10982, 8627, 18913, 13347, 8536, 11063, 9320, 8320, 15696, 12295, 10026, 10948, 8757, 13403, 11244, 12038, 17780, 12130, 8572, 11012, 9743, 13596, 14115, 10387, 15071, 10454, 8256, 14542, 12143, 20250, 14639, 9486, 13247, 10600, 16532, 13714, 22122, 16072, 14033, 10655, 8893, 10754, 7847, 13620, 11413, 11329, 11587, 7977, 12105, 9601, 9379, 13490, 10645, 17950, 12937, 10639, 10549, 8386, 16454, 13618, 20234, 13505, 9661, 12341, 8877, 16232, 13632, 13542, 12529, 8536, 12210, 10133, 9512, 16814, 11347, 10335, 9827, 7859, 15620, 12633, 9770, 12570, 16143, 16114, 14346, 13897, 10570, 8593, 14932, 13311, 15927, 21722, 14312, 9622, 13464, 10532, 12353, 15177, 12670, 20857, 13208, 8864, 12851, 10473, 10862, 14904, 12299, 19832, 12788, 8871, 12795, 10070, 14212, 11821, 18513, 12370, 8563, 13211, 9909, 8290, 10378, 8945, 10758, 10704, 8422, 13530, 10263, 8999, 17298, 15243, 17751, 13504, 9744, 13447, 11471, 18610, 17099, 10320, 12842, 9682, 8069, 14177, 12173, 12847, 12530, 9724, 8881, 10907, 9184, 18689, 15204, 11120, 14613, 11202, 9504, 15209, 13130, 20001, 13527, 9227, 13491, 11189, 11600, 21002, 15756, 11940, 12036, 9291, 13908, 11334, 20463, 15668, 12316, 11683, 8609, 11766, 10131, 8860, 15566, 13120, 18954, 14148, 9944, 12695, 9909, 8972, 12464, 9154, 15253, 12430, 16329, 14516, 10161, 14097, 11083, 9865, 16394, 13230, 22447, 16242, 11956, 12306, 8968, 13910, 12198, 14928, 13642, 9213, 12528, 9865, 12191, 10827, 10442, 18178, 12701, 10609, 9773, 7994, 13064, 10193, 15721, 13629, 16052, 14207, 8961, 11122, 9117, 8385, 11453, 9294, 16504, 11775, 14483, 10959, 10772, 12022, 10164, 18098, 13206, 18703, 12732, 14314, 11358, 10830, 14167, 9956, 15927, 11029, 14224, 10788, 10757, 12744, 9104, 14808, 9653, 18967, 14966, 18111, 17338, 10416, 8944, 9618, 8707, 10873, 9548, 8572, 14196, 11339, 17716, 13028, 9573, 14101, 11100, 16608, 15005, 20957, 16236, 10724, 14018, 10893, 10084, 12498, 10058, 18798, 12137, 8712, 11550, 10243, 14489, 12527, 13960, 14629, 8814, 13243, 10019, 14651, 12168, 11522, 16104, 11183, 12105, 10143, 8542, 15910, 12054, 9152, 10489, 8564, 13111, 11150, 12067, 16014, 10550, 14035, 10179, 8440, 13628, 10282, 19002, 14605, 10398, 11951, 8634, 13876, 11876, 13323, 16474, 11315, 13342, 10081, 8089, 14246, 11869, 15366, 12926, 8526, 11800, 9702, 14430, 11730, 10373, 14810, 10301, 14623, 11152, 8570, 16519, 12535, 9484, 13546, 10741, 11654, 17465, 12417, 16561, 11980, 13988, 11728, 10662, 14438, 11537, 10303, 19845, 14404, 10186, 9660, 10976, 9805, 15902, 13996, 9864, 15431, 12086, 16756, 14418, 21647, 16496, 15318, 19900, 12452, 9015, 11230, 9614, 8486, 13096, 10320, 13358, 10920, 10456, 12530, 8834, 15437, 12431, 18358, 16309, 15609, 21412, 15013, 9612, 12435, 10233, 10162, 10776, 16678, 13753, 18497, 11765, 12731, 10361, 9032, 12520, 8918, 17899, 13489, 10020, 10159, 8750, 11888, 10224, 13462, 11348, 11108, 12375, 8354, 12629, 9237, 13397, 10344, 14425, 11084, 17840, 12327, 9445, 9857, 7755, 10734, 9159, 13931, 11551, 10126, 13449, 9177, 12944, 10755, 15574, 13905, 20047, 16588, 11299, 13826, 10136, 12745, 10945, 9187, 20008, 14641, 10280, 12765, 10398, 11945, 12155, 10103, 17045, 12428, 10583, 13362, 10081, 19296, 15066, 11505, 14853, 10540, 13879, 10416, 14030, 10990, 9369, 12175, 8367, 12405, 9565, 7930, 12665, 10275, 15400, 13612, 13202, 15959, 11115, 13691, 10820, 16827, 14618, 18622, 15454, 9459, 12815, 10048, 9288, 16748, 13363, 16179, 11744, 8699, 14061, 12186, 15267, 14028, 9479, 14195, 11344, 13395, 13523, 11720, 21213, 14857, 11039, 11931, 9301, 14649, 12821, 14657, 16809, 10425, 14101, 10568, 14639, 11885, 14991, 12052, 8707, 12152, 9496, 8221, 10011, 7850, 14471, 11975, 10246, 11400, 8053, 13594, 10771, 15707, 13585, 11887, 11379, 8035, 13217, 11933, 16008, 14367, 9509, 14307, 10173, 8050, 13995, 11966, 18513, 14752, 11151, 15392, 11317, 15752, 13153, 16020, 20371, 14068, 16249, 11902, 9402, 14622, 10126, 19441, 13997, 10812, 12088, 8545, 14769, 12304, 11118, 15482, 11501, 10601, 11684, 8887, 17517, 14611, 11454, 13945, 9863, 14743, 11774, 10940, 20425, 14799, 11368, 12387, 9433, 15126, 12258, 10851, 17014, 12646, 10428, 12810, 9544, 15827, 12999, 11649, 15923, 11015, 10697, 10957, 9286, 17393, 13999, 10003, 14195, 10835, 9579, 13856, 11593, 19156, 13147, 9005, 12746, 9928, 8692, 14871, 12456, 21024, 15255, 9792, 13429, 10041, 12997, 10702, 14141, 11014, 9906, 15493, 11312, 9580, 11219, 9260, 13445, 9200, 9973, 15351, 11870, 9949, 14291, 18569, 14045, 14918, 12734, 9837, 18640, 15900, 16886, 19321, 13305, 10295, 12949, 9984, 17876, 13849, 9394, 13948, 10353, 8337, 14127, 10888, 15504, 12151, 10131, 14473, 10213, 12076, 10447, 8910, 15949, 13520, 9687, 13112, 9927, 9200, 13066, 10294, 19807, 15641, 11676, 13591, 10269, 8743, 11187, 9051, 16996, 12508, 17572, 12119, 9391, 11392, 8802, 13836, 10775, 9505, 16379, 13044, 14348, 11910, 8279, 13572, 10879, 15468, 12956, 18674, 14669, 11897, 19738, 14165, 11298, 12081, 9740, 8560, 13247, 10676, 13805, 15727, 12147, 18310, 13016, 9729, 9283, 12811, 11453, 16467, 12293, 9545, 18931, 15099, 11955, 17618, 11780, 8546, 13114, 11275, 11790, 17283, 12864, 9403, 11738, 9931, 8488, 13621, 12047, 14179, 14168, 10957, 10282, 11730, 8822, 15211, 10671, 17793, 14313, 12165, 10657, 8069, 11847, 9891, 11179, 12081, 11225, 19024, 15239, 10953, 11208, 8885, 14704, 12296, 14641, 11639, 11775, 14755, 11913, 22372, 15802, 8945, 13054, 9580, 8154, 13869, 11900, 14023, 15497, 11648, 12747, 12895, 10186, 21234, 15575, 11549, 17701], 'WindowCenter': [4276.0, 4293.0, 4248.0, 4279.0, 4222.0, 4192.0, 4200.0, 4179.0, 4231.0, 4212.0, 4204.0, 4255.0, 4224.0, 4203.0, 4222.0, 4192.0, 4232.0, 4222.0, 4201.0, 4254.0, 4224.0, 4192.0, 4224.0, 4203.0, 4232.0, 4232.0, 4214.0, 4279.0, 4246.0, 4204.0, 4233.0, 4214.0, 4191.0, 4244.0, 4234.0, 4265.0, 4222.0, 4190.0, 4231.0, 4202.0, 4220.0, 4232.0, 4201.0, 4244.0, 4211.0, 4181.0, 4221.0, 4179.0, 4231.0, 4201.0, 4242.0, 4225.0, 4195.0, 4224.0, 4206.0, 4214.0, 4253.0, 4214.0, 4257.0, 4212.0, 4193.0, 4233.0, 4224.0, 4244.0, 4266.0, 4222.0, 4221.0, 4200.0, 4180.0, 4267.0, 4231.0, 4181.0, 4212.0, 4193.0, 4183.0, 4255.0, 4226.0, 4205.0, 4213.0, 4193.0, 4233.0, 4223.0, 4226.0, 4267.0, 4226.0, 4194.0, 4215.0, 4205.0, 4235.0, 4248.0, 4216.0, 4248.0, 4216.0, 4184.0, 4247.0, 4237.0, 4278.0, 4245.0, 4205.0, 4234.0, 4203.0, 4243.0, 4223.0, 4265.0, 4231.0, 4220.0, 4189.0, 4169.0, 4196.0, 4157.0, 4219.0, 4211.0, 4199.0, 4209.0, 4171.0, 4222.0, 4203.0, 4192.0, 4222.0, 4201.0, 4255.0, 4224.0, 4202.0, 4199.0, 4169.0, 4242.0, 4220.0, 4264.0, 4221.0, 4180.0, 4208.0, 4178.0, 4241.0, 4220.0, 4221.0, 4211.0, 4179.0, 4210.0, 4200.0, 4203.0, 4268.0, 4226.0, 4216.0, 4217.0, 4187.0, 4258.0, 4234.0, 4205.0, 4236.0, 4258.0, 4258.0, 4246.0, 4245.0, 4215.0, 4182.0, 4245.0, 4235.0, 4246.0, 4279.0, 4244.0, 4195.0, 4222.0, 4201.0, 4210.0, 4231.0, 4210.0, 4265.0, 4221.0, 4180.0, 4212.0, 4190.0, 4190.0, 4232.0, 4212.0, 4254.0, 4210.0, 4180.0, 4210.0, 4190.0, 4219.0, 4210.0, 4253.0, 4223.0, 4181.0, 4221.0, 4191.0, 4171.0, 4200.0, 4192.0, 4214.0, 4216.0, 4197.0, 4235.0, 4216.0, 4195.0, 4267.0, 4257.0, 4256.0, 4223.0, 4192.0, 4221.0, 4210.0, 4254.0, 4254.0, 4202.0, 4222.0, 4191.0, 4170.0, 4231.0, 4224.0, 4234.0, 4234.0, 4204.0, 4192.0, 4216.0, 4205.0, 4279.0, 4258.0, 4215.0, 4246.0, 4214.0, 4193.0, 4245.0, 4235.0, 4276.0, 4234.0, 4192.0, 4233.0, 4214.0, 4213.0, 4276.0, 4243.0, 4212.0, 4211.0, 4191.0, 4221.0, 4212.0, 4265.0, 4233.0, 4210.0, 4209.0, 4169.0, 4212.0, 4203.0, 4180.0, 4246.0, 4236.0, 4280.0, 4236.0, 4204.0, 4223.0, 4192.0, 4179.0, 4209.0, 4181.0, 4233.0, 4224.0, 4245.0, 4233.0, 4202.0, 4221.0, 4199.0, 4177.0, 4229.0, 4209.0, 4262.0, 4230.0, 4197.0, 4195.0, 4166.0, 4204.0, 4196.0, 4206.0, 4204.0, 4164.0, 4194.0, 4173.0, 4195.0, 4187.0, 4187.0, 4250.0, 4211.0, 4188.0, 4177.0, 4156.0, 4207.0, 4189.0, 4229.0, 4221.0, 4232.0, 4221.0, 4180.0, 4199.0, 4179.0, 4169.0, 4211.0, 4190.0, 4255.0, 4225.0, 4235.0, 4214.0, 4202.0, 4211.0, 4190.0, 4253.0, 4210.0, 4241.0, 4209.0, 4208.0, 4187.0, 4186.0, 4208.0, 4177.0, 4229.0, 4189.0, 4208.0, 4189.0, 4185.0, 4196.0, 4157.0, 4216.0, 4178.0, 4240.0, 4232.0, 4242.0, 4243.0, 4201.0, 4180.0, 4190.0, 4196.0, 4211.0, 4191.0, 4181.0, 4234.0, 4214.0, 4267.0, 4234.0, 4193.0, 4232.0, 4200.0, 4242.0, 4231.0, 4251.0, 4230.0, 4188.0, 4219.0, 4189.0, 4177.0, 4197.0, 4189.0, 4267.0, 4220.0, 4180.0, 4210.0, 4188.0, 4218.0, 4208.0, 4217.0, 4218.0, 4167.0, 4208.0, 4177.0, 4219.0, 4208.0, 4198.0, 4229.0, 4197.0, 4195.0, 4177.0, 4167.0, 4231.0, 4211.0, 4180.0, 4190.0, 4181.0, 4221.0, 4202.0, 4212.0, 4242.0, 4202.0, 4222.0, 4190.0, 4169.0, 4220.0, 4191.0, 4253.0, 4232.0, 4191.0, 4211.0, 4171.0, 4220.0, 4213.0, 4223.0, 4243.0, 4212.0, 4222.0, 4201.0, 4173.0, 4234.0, 4225.0, 4245.0, 4234.0, 4193.0, 4224.0, 4194.0, 4234.0, 4224.0, 4205.0, 4246.0, 4218.0, 4245.0, 4226.0, 4184.0, 4257.0, 4237.0, 4205.0, 4238.0, 4216.0, 4226.0, 4269.0, 4238.0, 4259.0, 4227.0, 4235.0, 4226.0, 4205.0, 4235.0, 4215.0, 4204.0, 4267.0, 4246.0, 4206.0, 4192.0, 4215.0, 4207.0, 4259.0, 4249.0, 4207.0, 4247.0, 4226.0, 4257.0, 4237.0, 4279.0, 4249.0, 4234.0, 4267.0, 4225.0, 4184.0, 4215.0, 4194.0, 4184.0, 4224.0, 4209.0, 4223.0, 4217.0, 4205.0, 4226.0, 4185.0, 4244.0, 4213.0, 4243.0, 4230.0, 4231.0, 4251.0, 4217.0, 4165.0, 4197.0, 4189.0, 4175.0, 4186.0, 4229.0, 4207.0, 4237.0, 4184.0, 4194.0, 4174.0, 4151.0, 4183.0, 4152.0, 4226.0, 4208.0, 4176.0, 4174.0, 4157.0, 4196.0, 4187.0, 4209.0, 4199.0, 4199.0, 4209.0, 4158.0, 4208.0, 4179.0, 4219.0, 4189.0, 4219.0, 4200.0, 4241.0, 4210.0, 4190.0, 4189.0, 4160.0, 4202.0, 4193.0, 4234.0, 4227.0, 4207.0, 4236.0, 4207.0, 4235.0, 4204.0, 4244.0, 4234.0, 4264.0, 4247.0, 4202.0, 4209.0, 4191.0, 4209.0, 4200.0, 4180.0, 4266.0, 4246.0, 4203.0, 4223.0, 4203.0, 4213.0, 4213.0, 4203.0, 4246.0, 4223.0, 4202.0, 4221.0, 4192.0, 4255.0, 4234.0, 4201.0, 4220.0, 4190.0, 4219.0, 4203.0, 4232.0, 4201.0, 4181.0, 4213.0, 4172.0, 4222.0, 4181.0, 4172.0, 4236.0, 4206.0, 4245.0, 4234.0, 4236.0, 4247.0, 4214.0, 4232.0, 4202.0, 4243.0, 4234.0, 4267.0, 4245.0, 4193.0, 4222.0, 4191.0, 4181.0, 4244.0, 4223.0, 4242.0, 4211.0, 4171.0, 4234.0, 4223.0, 4243.0, 4233.0, 4193.0, 4223.0, 4202.0, 4221.0, 4221.0, 4209.0, 4265.0, 4232.0, 4200.0, 4199.0, 4180.0, 4231.0, 4210.0, 4231.0, 4241.0, 4191.0, 4221.0, 4191.0, 4220.0, 4199.0, 4220.0, 4199.0, 4168.0, 4199.0, 4180.0, 4170.0, 4189.0, 4173.0, 4245.0, 4227.0, 4204.0, 4215.0, 4174.0, 4235.0, 4216.0, 4245.0, 4237.0, 4215.0, 4213.0, 4172.0, 4223.0, 4226.0, 4255.0, 4246.0, 4206.0, 4246.0, 4205.0, 4172.0, 4245.0, 4226.0, 4266.0, 4246.0, 4215.0, 4245.0, 4215.0, 4242.0, 4223.0, 4244.0, 4266.0, 4220.0, 4232.0, 4210.0, 4179.0, 4230.0, 4190.0, 4254.0, 4221.0, 4189.0, 4211.0, 4170.0, 4232.0, 4225.0, 4216.0, 4245.0, 4226.0, 4204.0, 4214.0, 4183.0, 4256.0, 4235.0, 4213.0, 4233.0, 4192.0, 4231.0, 4213.0, 4202.0, 4267.0, 4234.0, 4203.0, 4211.0, 4180.0, 4230.0, 4210.0, 4191.0, 4243.0, 4211.0, 4189.0, 4209.0, 4179.0, 4231.0, 4210.0, 4199.0, 4243.0, 4203.0, 4191.0, 4201.0, 4182.0, 4243.0, 4234.0, 4192.0, 4237.0, 4203.0, 4182.0, 4221.0, 4215.0, 4266.0, 4223.0, 4184.0, 4224.0, 4196.0, 4172.0, 4232.0, 4226.0, 4280.0, 4247.0, 4207.0, 4235.0, 4195.0, 4223.0, 4203.0, 4234.0, 4216.0, 4204.0, 4246.0, 4216.0, 4196.0, 4214.0, 4196.0, 4236.0, 4197.0, 4207.0, 4249.0, 4227.0, 4208.0, 4251.0, 4273.0, 4249.0, 4248.0, 4225.0, 4194.0, 4256.0, 4235.0, 4245.0, 4254.0, 4211.0, 4180.0, 4200.0, 4180.0, 4242.0, 4211.0, 4170.0, 4219.0, 4190.0, 4160.0, 4220.0, 4191.0, 4232.0, 4201.0, 4191.0, 4221.0, 4192.0, 4200.0, 4190.0, 4182.0, 4245.0, 4224.0, 4182.0, 4224.0, 4193.0, 4182.0, 4225.0, 4203.0, 4268.0, 4248.0, 4216.0, 4223.0, 4195.0, 4170.0, 4203.0, 4182.0, 4245.0, 4214.0, 4256.0, 4214.0, 4182.0, 4204.0, 4183.0, 4221.0, 4203.0, 4194.0, 4248.0, 4238.0, 4236.0, 4226.0, 4188.0, 4237.0, 4206.0, 4234.0, 4227.0, 4255.0, 4235.0, 4215.0, 4267.0, 4236.0, 4214.0, 4211.0, 4192.0, 4170.0, 4222.0, 4203.0, 4236.0, 4246.0, 4227.0, 4259.0, 4227.0, 4198.0, 4184.0, 4222.0, 4201.0, 4232.0, 4200.0, 4180.0, 4253.0, 4234.0, 4214.0, 4243.0, 4201.0, 4158.0, 4208.0, 4188.0, 4200.0, 4243.0, 4210.0, 4180.0, 4201.0, 4192.0, 4173.0, 4235.0, 4224.0, 4234.0, 4235.0, 4204.0, 4195.0, 4212.0, 4185.0, 4232.0, 4192.0, 4245.0, 4222.0, 4210.0, 4189.0, 4158.0, 4200.0, 4181.0, 4202.0, 4214.0, 4204.0, 4259.0, 4246.0, 4205.0, 4202.0, 4172.0, 4232.0, 4213.0, 4221.0, 4212.0, 4211.0, 4235.0, 4214.0, 4279.0, 4258.0, 4195.0, 4236.0, 4195.0, 4187.0, 4236.0, 4226.0, 4237.0, 4248.0, 4215.0, 4225.0, 4224.0, 4205.0, 4269.0, 4246.0, 4214.0, 4245.0], 'WindowWidth': [9447.0, 9473.0, 9389.0, 9439.0, 9344.0, 9301.0, 9309.0, 9283.0, 9352.0, 9329.0, 9318.0, 9392.0, 9346.0, 9315.0, 9340.0, 9302.0, 9354.0, 9340.0, 9310.0, 9392.0, 9346.0, 9301.0, 9346.0, 9317.0, 9356.0, 9356.0, 9331.0, 9438.0, 9383.0, 9321.0, 9359.0, 9332.0, 9299.0, 9377.0, 9360.0, 9410.0, 9342.0, 9295.0, 9351.0, 9313.0, 9338.0, 9357.0, 9313.0, 9375.0, 9327.0, 9284.0, 9340.0, 9281.0, 9354.0, 9312.0, 9371.0, 9353.0, 9313.0, 9347.0, 9329.0, 9336.0, 9393.0, 9336.0, 9400.0, 9333.0, 9306.0, 9360.0, 9347.0, 9377.0, 9416.0, 9343.0, 9340.0, 9310.0, 9284.0, 9417.0, 9355.0, 9288.0, 9328.0, 9304.0, 9289.0, 9391.0, 9355.0, 9322.0, 9332.0, 9307.0, 9359.0, 9348.0, 9354.0, 9417.0, 9355.0, 9310.0, 9337.0, 9326.0, 9363.0, 9387.0, 9341.0, 9388.0, 9341.0, 9295.0, 9382.0, 9369.0, 9436.0, 9381.0, 9325.0, 9362.0, 9318.0, 9374.0, 9344.0, 9416.0, 9355.0, 9336.0, 9291.0, 9264.0, 9298.0, 9247.0, 9333.0, 9324.0, 9306.0, 9322.0, 9273.0, 9343.0, 9318.0, 9300.0, 9342.0, 9312.0, 9395.0, 9346.0, 9313.0, 9307.0, 9266.0, 9370.0, 9337.0, 9407.0, 9339.0, 9279.0, 9317.0, 9276.0, 9366.0, 9336.0, 9337.0, 9324.0, 9282.0, 9324.0, 9311.0, 9320.0, 9419.0, 9356.0, 9341.0, 9345.0, 9304.0, 9399.0, 9365.0, 9325.0, 9366.0, 9404.0, 9405.0, 9383.0, 9381.0, 9336.0, 9289.0, 9377.0, 9365.0, 9379.0, 9441.0, 9377.0, 9307.0, 9342.0, 9311.0, 9321.0, 9352.0, 9320.0, 9413.0, 9338.0, 9279.0, 9323.0, 9293.0, 9291.0, 9352.0, 9324.0, 9393.0, 9323.0, 9280.0, 9321.0, 9295.0, 9330.0, 9320.0, 9388.0, 9346.0, 9287.0, 9339.0, 9300.0, 9273.0, 9310.0, 9305.0, 9337.0, 9341.0, 9318.0, 9365.0, 9340.0, 9310.0, 9414.0, 9400.0, 9399.0, 9347.0, 9301.0, 9339.0, 9324.0, 9392.0, 9391.0, 9314.0, 9340.0, 9299.0, 9269.0, 9353.0, 9347.0, 9362.0, 9361.0, 9323.0, 9304.0, 9338.0, 9324.0, 9433.0, 9400.0, 9336.0, 9380.0, 9333.0, 9303.0, 9376.0, 9363.0, 9429.0, 9361.0, 9303.0, 9357.0, 9334.0, 9328.0, 9432.0, 9374.0, 9329.0, 9326.0, 9299.0, 9337.0, 9328.0, 9410.0, 9359.0, 9321.0, 9318.0, 9267.0, 9326.0, 9315.0, 9283.0, 9381.0, 9367.0, 9438.0, 9368.0, 9321.0, 9344.0, 9301.0, 9280.0, 9321.0, 9285.0, 9357.0, 9344.0, 9375.0, 9358.0, 9313.0, 9337.0, 9304.0, 9270.0, 9347.0, 9316.0, 9408.0, 9350.0, 9295.0, 9292.0, 9253.0, 9304.0, 9295.0, 9307.0, 9303.0, 9247.0, 9289.0, 9261.0, 9291.0, 9284.0, 9284.0, 9381.0, 9322.0, 9287.0, 9271.0, 9242.0, 9312.0, 9291.0, 9346.0, 9336.0, 9353.0, 9337.0, 9281.0, 9306.0, 9281.0, 9266.0, 9325.0, 9296.0, 9391.0, 9347.0, 9362.0, 9331.0, 9313.0, 9325.0, 9292.0, 9388.0, 9320.0, 9369.0, 9316.0, 9313.0, 9284.0, 9280.0, 9313.0, 9268.0, 9345.0, 9286.0, 9312.0, 9287.0, 9277.0, 9296.0, 9242.0, 9323.0, 9270.0, 9366.0, 9354.0, 9368.0, 9374.0, 9311.0, 9282.0, 9297.0, 9317.0, 9327.0, 9301.0, 9284.0, 9360.0, 9335.0, 9413.0, 9362.0, 9302.0, 9354.0, 9309.0, 9368.0, 9353.0, 9388.0, 9351.0, 9287.0, 9328.0, 9288.0, 9271.0, 9298.0, 9290.0, 9417.0, 9339.0, 9284.0, 9322.0, 9292.0, 9328.0, 9316.0, 9326.0, 9329.0, 9256.0, 9313.0, 9272.0, 9329.0, 9316.0, 9301.0, 9347.0, 9299.0, 9293.0, 9270.0, 9257.0, 9349.0, 9321.0, 9278.0, 9292.0, 9282.0, 9335.0, 9313.0, 9325.0, 9371.0, 9312.0, 9339.0, 9295.0, 9265.0, 9336.0, 9297.0, 9390.0, 9355.0, 9296.0, 9324.0, 9270.0, 9336.0, 9330.0, 9342.0, 9372.0, 9327.0, 9339.0, 9311.0, 9275.0, 9360.0, 9347.0, 9377.0, 9363.0, 9305.0, 9345.0, 9305.0, 9359.0, 9347.0, 9321.0, 9379.0, 9344.0, 9377.0, 9353.0, 9294.0, 9399.0, 9368.0, 9326.0, 9371.0, 9340.0, 9353.0, 9421.0, 9371.0, 9404.0, 9353.0, 9364.0, 9352.0, 9320.0, 9360.0, 9334.0, 9317.0, 9418.0, 9381.0, 9326.0, 9298.0, 9335.0, 9328.0, 9401.0, 9386.0, 9327.0, 9381.0, 9353.0, 9397.0, 9368.0, 9438.0, 9393.0, 9359.0, 9414.0, 9347.0, 9291.0, 9334.0, 9307.0, 9292.0, 9345.0, 9332.0, 9344.0, 9340.0, 9320.0, 9352.0, 9296.0, 9376.0, 9329.0, 9372.0, 9354.0, 9349.0, 9387.0, 9328.0, 9251.0, 9298.0, 9290.0, 9266.0, 9281.0, 9344.0, 9313.0, 9353.0, 9275.0, 9289.0, 9261.0, 9227.0, 9272.0, 9230.0, 9339.0, 9314.0, 9266.0, 9261.0, 9242.0, 9296.0, 9286.0, 9317.0, 9304.0, 9301.0, 9315.0, 9246.0, 9313.0, 9277.0, 9329.0, 9290.0, 9332.0, 9306.0, 9367.0, 9323.0, 9294.0, 9293.0, 9256.0, 9311.0, 9304.0, 9359.0, 9354.0, 9326.0, 9367.0, 9327.0, 9362.0, 9318.0, 9374.0, 9360.0, 9407.0, 9383.0, 9311.0, 9316.0, 9295.0, 9317.0, 9306.0, 9279.0, 9412.0, 9378.0, 9317.0, 9343.0, 9316.0, 9331.0, 9328.0, 9314.0, 9379.0, 9342.0, 9312.0, 9338.0, 9299.0, 9394.0, 9359.0, 9310.0, 9334.0, 9293.0, 9332.0, 9315.0, 9354.0, 9309.0, 9284.0, 9329.0, 9275.0, 9341.0, 9282.0, 9276.0, 9366.0, 9325.0, 9378.0, 9364.0, 9367.0, 9384.0, 9333.0, 9355.0, 9314.0, 9373.0, 9363.0, 9410.0, 9377.0, 9301.0, 9339.0, 9296.0, 9284.0, 9375.0, 9344.0, 9371.0, 9324.0, 9270.0, 9357.0, 9342.0, 9371.0, 9357.0, 9301.0, 9342.0, 9312.0, 9337.0, 9338.0, 9319.0, 9414.0, 9357.0, 9306.0, 9304.0, 9279.0, 9348.0, 9321.0, 9350.0, 9366.0, 9292.0, 9334.0, 9294.0, 9331.0, 9302.0, 9332.0, 9300.0, 9258.0, 9302.0, 9280.0, 9267.0, 9294.0, 9276.0, 9375.0, 9354.0, 9319.0, 9335.0, 9280.0, 9362.0, 9339.0, 9377.0, 9367.0, 9333.0, 9330.0, 9274.0, 9344.0, 9350.0, 9391.0, 9379.0, 9325.0, 9378.0, 9323.0, 9276.0, 9377.0, 9353.0, 9413.0, 9383.0, 9335.0, 9376.0, 9333.0, 9369.0, 9343.0, 9371.0, 9416.0, 9335.0, 9354.0, 9320.0, 9276.0, 9346.0, 9291.0, 9390.0, 9338.0, 9290.0, 9321.0, 9267.0, 9352.0, 9350.0, 9336.0, 9378.0, 9352.0, 9319.0, 9332.0, 9288.0, 9395.0, 9362.0, 9329.0, 9354.0, 9298.0, 9351.0, 9328.0, 9312.0, 9414.0, 9359.0, 9312.0, 9321.0, 9279.0, 9348.0, 9320.0, 9295.0, 9371.0, 9321.0, 9289.0, 9316.0, 9275.0, 9349.0, 9320.0, 9303.0, 9369.0, 9313.0, 9297.0, 9310.0, 9283.0, 9372.0, 9358.0, 9301.0, 9363.0, 9314.0, 9285.0, 9334.0, 9333.0, 9410.0, 9340.0, 9292.0, 9344.0, 9307.0, 9272.0, 9354.0, 9349.0, 9438.0, 9383.0, 9323.0, 9362.0, 9308.0, 9342.0, 9315.0, 9359.0, 9338.0, 9317.0, 9380.0, 9338.0, 9310.0, 9332.0, 9310.0, 9366.0, 9314.0, 9329.0, 9387.0, 9356.0, 9331.0, 9393.0, 9433.0, 9389.0, 9383.0, 9346.0, 9302.0, 9394.0, 9365.0, 9373.0, 9392.0, 9323.0, 9277.0, 9301.0, 9276.0, 9367.0, 9319.0, 9262.0, 9328.0, 9290.0, 9249.0, 9329.0, 9292.0, 9349.0, 9306.0, 9292.0, 9335.0, 9297.0, 9304.0, 9290.0, 9282.0, 9372.0, 9344.0, 9284.0, 9342.0, 9300.0, 9284.0, 9345.0, 9314.0, 9417.0, 9385.0, 9334.0, 9342.0, 9305.0, 9266.0, 9311.0, 9285.0, 9377.0, 9330.0, 9393.0, 9328.0, 9284.0, 9314.0, 9286.0, 9334.0, 9314.0, 9303.0, 9384.0, 9369.0, 9365.0, 9350.0, 9300.0, 9363.0, 9322.0, 9355.0, 9351.0, 9391.0, 9361.0, 9329.0, 9415.0, 9364.0, 9331.0, 9324.0, 9299.0, 9268.0, 9340.0, 9317.0, 9360.0, 9379.0, 9352.0, 9404.0, 9353.0, 9315.0, 9291.0, 9339.0, 9306.0, 9355.0, 9305.0, 9277.0, 9390.0, 9363.0, 9332.0, 9375.0, 9308.0, 9246.0, 9312.0, 9286.0, 9303.0, 9370.0, 9318.0, 9277.0, 9308.0, 9297.0, 9272.0, 9359.0, 9345.0, 9359.0, 9361.0, 9314.0, 9304.0, 9324.0, 9291.0, 9354.0, 9296.0, 9376.0, 9337.0, 9318.0, 9289.0, 9247.0, 9303.0, 9280.0, 9308.0, 9331.0, 9315.0, 9406.0, 9378.0, 9318.0, 9311.0, 9270.0, 9351.0, 9326.0, 9335.0, 9325.0, 9322.0, 9361.0, 9331.0, 9440.0, 9400.0, 9310.0, 9364.0, 9307.0, 9303.0, 9365.0, 9353.0, 9366.0, 9383.0, 9336.0, 9348.0, 9347.0, 9321.0, 9422.0, 9378.0, 9330.0, 9376.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.0006132528735632185</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021458239540229886</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.14094165048329</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2911097648791696</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0002229855581124</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4936</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4836.4497</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10445529439049467</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.896551724137931</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.390212756759884</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.269953764061903</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.695366026646557</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2053184795711926</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00901506</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014869294129312038</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03579925373196602</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7818603747087427</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>12.9166</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3925</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.8689</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300091.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1134.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.5024</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2899</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.7684</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3384.3315</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3582.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76453.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1095.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4493.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.1467</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.04826898500323</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> |