=== 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-0104 --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-0104",
"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-0104_ses-04_task-social_acq-mb8_run-03_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-0104_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-03_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-0104/ses-04/func/sub-0104_ses-04_task-social_acq-mb8_run-03_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>91b150414642f74815aaecc6bea10b1e</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:44:14.415000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999177, -0.0398778, 0.00747922, 0.0396071, 0.998657, 0.0333893]</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-03_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.112665</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4204, -7781, -7196, 393, -191, -136, -32, 92]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>266.607</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>093e80be-7572-41b6-b04b-ac33c31dd712||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.680717706680298, 0.10626296699047089, 0.023761793971061707, 107.3648910522461], [0.10698911547660828, 2.6793246269226074, 0.08927701413631439, -109.53044128417969], [0.020066192373633385, -0.08958100527524948, 2.6984190940856934, -57.954261779785156], [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': ['114414.415000', '114414.875000', '114415.335000', '114415.795000', '114416.255000', '114416.715000', '114417.175000', '114417.635000', '114418.095000', '114418.555000', '114419.015000', '114419.475000', '114419.935000', '114420.395000', '114420.855000', '114421.315000', '114421.775000', '114422.235000', '114422.695000', '114423.155000', '114423.615000', '114424.075000', '114424.535000', '114424.995000', '114425.455000', '114425.915000', '114426.375000', '114426.835000', '114427.295000', '114427.755000', '114428.215000', '114428.675000', '114429.135000', '114429.595000', '114430.055000', '114430.515000', '114430.975000', '114431.435000', '114431.895000', '114432.355000', '114432.815000', '114433.275000', '114433.735000', '114434.195000', '114434.655000', '114435.115000', '114435.575000', '114436.035000', '114436.495000', '114436.955000', '114437.415000', '114437.875000', '114438.335000', '114438.795000', '114439.255000', '114439.715000', '114440.175000', '114440.635000', '114441.095000', '114441.555000', '114442.015000', '114442.475000', '114442.935000', '114443.395000', '114443.855000', '114444.315000', '114444.775000', '114445.235000', '114445.695000', '114446.155000', '114446.615000', '114447.075000', '114447.535000', '114447.995000', '114448.455000', '114448.915000', '114449.375000', '114449.835000', '114450.295000', '114450.755000', '114451.215000', '114451.675000', '114452.135000', '114452.595000', '114453.055000', '114453.515000', '114453.975000', '114454.435000', '114454.895000', '114455.355000', '114455.815000', '114456.275000', '114456.735000', '114457.195000', '114457.655000', '114458.115000', '114458.575000', '114459.035000', '114459.495000', '114459.955000', '114500.415000', '114500.875000', '114501.335000', '114501.795000', '114502.255000', '114502.715000', '114503.175000', '114503.635000', '114504.095000', '114504.555000', '114505.015000', '114505.475000', '114505.935000', '114506.395000', '114506.855000', '114507.315000', '114507.775000', '114508.235000', '114508.695000', '114509.155000', '114509.615000', '114510.075000', '114510.535000', '114510.995000', '114511.455000', '114511.915000', '114512.375000', '114512.835000', '114513.295000', '114513.755000', '114514.215000', '114514.675000', '114515.135000', '114515.595000', '114516.055000', '114516.515000', '114516.975000', '114517.435000', '114517.895000', '114518.355000', '114518.815000', '114519.275000', '114519.735000', '114520.195000', '114520.655000', '114521.115000', '114521.575000', '114522.035000', '114522.495000', '114522.955000', '114523.415000', '114523.875000', '114524.335000', '114524.795000', '114525.255000', '114525.715000', '114526.175000', '114526.635000', '114527.095000', '114527.555000', '114528.015000', '114528.475000', '114528.935000', '114529.395000', '114529.855000', '114530.315000', '114530.775000', '114531.235000', '114531.695000', '114532.155000', '114532.615000', '114533.075000', '114533.535000', '114533.995000', '114534.455000', '114534.915000', '114535.375000', '114535.835000', '114536.295000', '114536.755000', '114537.215000', '114537.675000', '114538.135000', '114538.595000', '114539.055000', '114539.515000', '114539.975000', '114540.435000', '114540.895000', '114541.355000', '114541.815000', '114542.275000', '114542.735000', '114543.195000', '114543.655000', '114544.115000', '114544.575000', '114545.035000', '114545.495000', '114545.955000', '114546.415000', '114546.875000', '114547.335000', '114547.795000', '114548.255000', '114548.715000', '114549.175000', '114549.635000', '114550.095000', '114550.555000', '114551.015000', '114551.475000', '114551.935000', '114552.395000', '114552.855000', '114553.315000', '114553.775000', '114554.235000', '114554.695000', '114555.155000', '114555.615000', '114556.075000', '114556.535000', '114556.995000', '114557.455000', '114557.915000', '114558.375000', '114558.835000', '114559.295000', '114559.755000', '114600.215000', '114600.675000', '114601.135000', '114601.595000', '114602.055000', '114602.515000', '114602.975000', '114603.435000', '114603.895000', '114604.355000', '114604.815000', '114605.275000', '114605.735000', '114606.195000', '114606.655000', '114607.115000', '114607.575000', '114608.035000', '114608.495000', '114608.955000', '114609.415000', '114609.875000', '114610.335000', '114610.795000', '114611.255000', '114611.715000', '114612.175000', '114612.635000', '114613.095000', '114613.555000', '114614.015000', '114614.475000', '114614.935000', '114615.395000', '114615.855000', '114616.315000', '114616.775000', '114617.235000', '114617.695000', '114618.155000', '114618.615000', '114619.075000', '114619.535000', '114619.995000', '114620.455000', '114620.915000', '114621.375000', '114621.835000', '114622.295000', '114622.755000', '114623.215000', '114623.675000', '114624.135000', '114624.595000', '114625.055000', '114625.515000', '114625.975000', '114626.435000', '114626.895000', '114627.355000', '114627.815000', '114628.275000', '114628.735000', '114629.195000', '114629.655000', '114630.115000', '114630.575000', '114631.035000', '114631.495000', '114631.955000', '114632.415000', '114632.875000', '114633.335000', '114633.795000', '114634.255000', '114634.715000', '114635.175000', '114635.635000', '114636.095000', '114636.555000', '114637.015000', '114637.475000', '114637.935000', '114638.395000', '114638.855000', '114639.315000', '114639.775000', '114640.235000', '114640.695000', '114641.155000', '114641.615000', '114642.075000', '114642.535000', '114642.995000', '114643.455000', '114643.915000', '114644.375000', '114644.835000', '114645.295000', '114645.755000', '114646.215000', '114646.675000', '114647.135000', '114647.595000', '114648.055000', '114648.515000', '114648.975000', '114649.435000', '114649.895000', '114650.355000', '114650.815000', '114651.275000', '114651.735000', '114652.195000', '114652.655000', '114653.115000', '114653.575000', '114654.035000', '114654.495000', '114654.955000', '114655.415000', '114655.875000', '114656.335000', '114656.795000', '114657.255000', '114657.715000', '114658.175000', '114658.635000', '114659.095000', '114659.555000', '114700.015000', '114700.475000', '114700.935000', '114701.395000', '114701.855000', '114702.315000', '114702.775000', '114703.235000', '114703.695000', '114704.155000', '114704.615000', '114705.075000', '114705.535000', '114705.995000', '114706.455000', '114706.915000', '114707.375000', '114707.835000', '114708.295000', '114708.755000', '114709.215000', '114709.675000', '114710.135000', '114710.595000', '114711.055000', '114711.515000', '114711.975000', '114712.435000', '114712.895000', '114713.355000', '114713.815000', '114714.275000', '114714.735000', '114715.195000', '114715.655000', '114716.115000', '114716.575000', '114717.035000', '114717.495000', '114717.955000', '114718.415000', '114718.875000', '114719.335000', '114719.795000', '114720.255000', '114720.715000', '114721.175000', '114721.635000', '114722.095000', '114722.555000', '114723.015000', '114723.475000', '114723.935000', '114724.395000', '114724.855000', '114725.315000', '114725.775000', '114726.235000', '114726.695000', '114727.155000', '114727.615000', '114728.075000', '114728.535000', '114728.995000', '114729.455000', '114729.915000', '114730.375000', '114730.835000', '114731.295000', '114731.755000', '114732.215000', '114732.675000', '114733.135000', '114733.595000', '114734.055000', '114734.515000', '114734.975000', '114735.435000', '114735.895000', '114736.355000', '114736.815000', '114737.275000', '114737.735000', '114738.195000', '114738.655000', '114739.115000', '114739.575000', '114740.035000', '114740.495000', '114740.955000', '114741.415000', '114741.875000', '114742.335000', '114742.795000', '114743.255000', '114743.715000', '114744.175000', '114744.635000', '114745.095000', '114745.555000', '114746.015000', '114746.475000', '114746.935000', '114747.395000', '114747.855000', '114748.315000', '114748.775000', '114749.235000', '114749.695000', '114750.155000', '114750.615000', '114751.075000', '114751.535000', '114751.995000', '114752.455000', '114752.915000', '114753.375000', '114753.835000', '114754.295000', '114754.755000', '114755.215000', '114755.675000', '114756.135000', '114756.595000', '114757.055000', '114757.515000', '114757.975000', '114758.435000', '114758.895000', '114759.355000', '114759.815000', '114800.275000', '114800.735000', '114801.195000', '114801.655000', '114802.115000', '114802.575000', '114803.035000', '114803.495000', '114803.955000', '114804.415000', '114804.875000', '114805.335000', '114805.795000', '114806.255000', '114806.715000', '114807.175000', '114807.635000', '114808.095000', '114808.555000', '114809.015000', '114809.475000', '114809.935000', '114810.395000', '114810.855000', '114811.315000', '114811.775000', '114812.235000', '114812.695000', '114813.155000', '114813.615000', '114814.075000', '114814.535000', '114814.995000', '114815.455000', '114815.915000', '114816.375000', '114816.835000', '114817.295000', '114817.755000', '114818.215000', '114818.675000', '114819.135000', '114819.595000', '114820.055000', '114820.515000', '114820.975000', '114821.435000', '114821.895000', '114822.355000', '114822.815000', '114823.275000', '114823.735000', '114824.195000', '114824.655000', '114825.115000', '114825.575000', '114826.035000', '114826.495000', '114826.955000', '114827.415000', '114827.875000', '114828.335000', '114828.795000', '114829.255000', '114829.715000', '114830.175000', '114830.635000', '114831.095000', '114831.555000', '114832.015000', '114832.475000', '114832.935000', '114833.395000', '114833.855000', '114834.315000', '114834.775000', '114835.235000', '114835.695000', '114836.155000', '114836.615000', '114837.075000', '114837.535000', '114837.995000', '114838.455000', '114838.915000', '114839.375000', '114839.835000', '114840.295000', '114840.755000', '114841.215000', '114841.675000', '114842.135000', '114842.595000', '114843.055000', '114843.515000', '114843.975000', '114844.435000', '114844.895000', '114845.355000', '114845.815000', '114846.275000', '114846.735000', '114847.195000', '114847.655000', '114848.115000', '114848.575000', '114849.035000', '114849.495000', '114849.955000', '114850.415000', '114850.875000', '114851.335000', '114851.795000', '114852.255000', '114852.715000', '114853.175000', '114853.635000', '114854.095000', '114854.555000', '114855.015000', '114855.475000', '114855.935000', '114856.395000', '114856.855000', '114857.315000', '114857.775000', '114858.235000', '114858.695000', '114859.155000', '114859.615000', '114900.075000', '114900.535000', '114900.995000', '114901.455000', '114901.915000', '114902.375000', '114902.835000', '114903.295000', '114903.755000', '114904.215000', '114904.675000', '114905.135000', '114905.595000', '114906.055000', '114906.515000', '114906.975000', '114907.435000', '114907.895000', '114908.355000', '114908.815000', '114909.275000', '114909.735000', '114910.195000', '114910.655000', '114911.115000', '114911.575000', '114912.035000', '114912.495000', '114912.955000', '114913.415000', '114913.875000', '114914.335000', '114914.795000', '114915.255000', '114915.715000', '114916.175000', '114916.635000', '114917.095000', '114917.555000', '114918.015000', '114918.475000', '114918.935000', '114919.395000', '114919.855000', '114920.315000', '114920.775000', '114921.235000', '114921.695000', '114922.155000', '114922.615000', '114923.075000', '114923.535000', '114923.995000', '114924.455000', '114924.915000', '114925.375000', '114925.835000', '114926.295000', '114926.755000', '114927.215000', '114927.675000', '114928.135000', '114928.595000', '114929.055000', '114929.515000', '114929.975000', '114930.435000', '114930.895000', '114931.355000', '114931.815000', '114932.275000', '114932.735000', '114933.195000', '114933.655000', '114934.115000', '114934.575000', '114935.035000', '114935.495000', '114935.955000', '114936.415000', '114936.875000', '114937.335000', '114937.795000', '114938.255000', '114938.715000', '114939.175000', '114939.635000', '114940.095000', '114940.555000', '114941.015000', '114941.475000', '114941.935000', '114942.395000', '114942.855000', '114943.315000', '114943.775000', '114944.235000', '114944.695000', '114945.155000', '114945.615000', '114946.075000', '114946.535000', '114946.995000', '114947.455000', '114947.915000', '114948.375000', '114948.835000', '114949.295000', '114949.755000', '114950.215000', '114950.675000', '114951.135000', '114951.595000', '114952.055000', '114952.515000', '114952.975000', '114953.435000', '114953.895000', '114954.355000', '114954.815000', '114955.275000', '114955.735000', '114956.195000', '114956.655000', '114957.115000', '114957.575000', '114958.035000', '114958.495000', '114958.955000', '114959.415000', '114959.875000', '115000.335000', '115000.795000', '115001.255000', '115001.715000', '115002.175000', '115002.635000', '115003.095000', '115003.555000', '115004.015000', '115004.475000', '115004.935000', '115005.395000', '115005.855000', '115006.315000', '115006.775000', '115007.235000', '115007.695000', '115008.155000', '115008.615000', '115009.075000', '115009.535000', '115009.995000', '115010.455000', '115010.915000', '115011.375000', '115011.835000', '115012.295000', '115012.755000', '115013.215000', '115013.675000', '115014.135000', '115014.595000', '115015.055000', '115015.515000', '115015.975000', '115016.435000', '115016.895000', '115017.355000', '115017.815000', '115018.275000', '115018.735000', '115019.195000', '115019.655000', '115020.115000', '115020.575000', '115021.035000', '115021.495000', '115021.955000', '115022.415000', '115022.875000', '115023.335000', '115023.795000', '115024.255000', '115024.715000', '115025.175000', '115025.635000', '115026.095000', '115026.555000', '115027.015000', '115027.475000', '115027.935000', '115028.395000', '115028.855000', '115029.315000', '115029.775000', '115030.235000', '115030.695000', '115031.155000', '115031.615000', '115032.075000', '115032.535000', '115032.995000', '115033.455000', '115033.915000', '115034.375000', '115034.835000', '115035.295000', '115035.755000', '115036.215000', '115036.675000', '115037.135000', '115037.595000', '115038.055000', '115038.515000', '115038.975000', '115039.435000', '115039.895000', '115040.355000', '115040.815000', '115041.275000', '115041.735000', '115042.195000', '115042.655000', '115043.115000', '115043.575000', '115044.035000', '115044.495000', '115044.955000', '115045.415000', '115045.875000', '115046.335000', '115046.795000', '115047.255000', '115047.715000', '115048.175000', '115048.635000', '115049.095000', '115049.555000', '115050.015000', '115050.475000', '115050.935000', '115051.395000', '115051.855000', '115052.315000', '115052.775000', '115053.235000', '115053.695000', '115054.155000', '115054.615000', '115055.075000'], 'ContentTime': ['114433.825000', '114433.828000', '114433.831000', '114433.834000', '114433.837000', '114433.839000', '114433.842000', '114433.844000', '114433.876000', '114433.878000', '114433.881000', '114433.883000', '114433.886000', '114433.888000', '114433.891000', '114433.893000', '114433.896000', '114433.899000', '114433.901000', '114433.904000', '114433.906000', '114433.909000', '114433.911000', '114433.914000', '114433.916000', '114433.927000', '114433.929000', '114433.932000', '114433.935000', '114433.937000', '114433.940000', '114433.942000', '114433.945000', '114433.947000', '114433.950000', '114433.952000', '114433.955000', '114433.957000', '114433.960000', '114453.796000', '114453.798000', '114453.801000', '114453.804000', '114453.806000', '114453.809000', '114453.811000', '114453.814000', '114453.816000', '114453.819000', '114453.822000', '114453.824000', '114453.827000', '114453.829000', '114453.832000', '114453.834000', '114453.837000', '114453.839000', '114453.842000', '114453.845000', '114453.847000', '114453.850000', '114453.852000', '114453.855000', '114453.857000', '114453.860000', '114453.862000', '114453.865000', '114453.868000', '114453.870000', '114453.882000', '114453.885000', '114453.887000', '114453.890000', '114453.893000', '114453.895000', '114453.898000', '114453.900000', '114453.903000', '114453.905000', '114453.908000', '114453.910000', '114453.913000', '114513.795000', '114513.798000', '114513.801000', '114513.804000', '114513.806000', '114513.809000', '114513.811000', '114513.814000', '114513.816000', '114513.819000', '114513.822000', '114513.824000', '114513.827000', '114513.829000', '114513.832000', '114513.834000', '114513.837000', '114513.840000', '114513.842000', '114513.845000', '114513.847000', '114513.850000', '114513.852000', '114513.855000', '114513.864000', '114513.867000', '114513.869000', '114513.872000', '114513.874000', '114513.877000', '114513.879000', '114513.882000', '114513.884000', '114513.887000', '114513.890000', '114513.892000', '114513.895000', '114513.897000', '114513.900000', '114513.902000', '114513.905000', '114513.907000', '114513.910000', '114513.912000', '114533.797000', '114533.800000', '114533.802000', '114533.805000', '114533.807000', '114533.810000', '114533.812000', '114533.815000', '114533.817000', '114533.820000', '114533.823000', '114533.825000', '114533.828000', '114533.830000', '114533.833000', '114533.835000', '114533.838000', '114533.841000', '114533.843000', '114533.846000', '114533.848000', '114533.851000', '114533.853000', '114533.856000', '114533.859000', '114533.861000', '114533.864000', '114533.866000', '114533.869000', '114533.871000', '114533.874000', '114533.877000', '114533.879000', '114533.882000', '114533.884000', '114533.887000', '114533.889000', '114533.892000', '114533.894000', '114533.897000', '114533.900000', '114533.905000', '114533.907000', '114553.797000', '114553.800000', '114553.802000', '114553.805000', '114553.807000', '114553.810000', '114553.812000', '114553.815000', '114553.818000', '114553.820000', '114553.823000', '114553.825000', '114553.828000', '114553.830000', '114553.833000', '114553.835000', '114553.838000', '114553.841000', '114553.843000', '114553.846000', '114553.848000', '114553.851000', '114553.853000', '114553.856000', '114553.859000', '114553.861000', '114553.864000', '114553.866000', '114553.869000', '114553.871000', '114553.874000', '114553.877000', '114553.879000', '114553.882000', '114553.894000', '114553.896000', '114553.899000', '114553.901000', '114553.904000', '114553.906000', '114553.909000', '114553.912000', '114553.914000', '114553.917000', '114613.795000', '114613.798000', '114613.801000', '114613.803000', '114613.806000', '114613.808000', '114613.811000', '114613.813000', '114613.818000', '114613.821000', '114613.823000', '114613.826000', '114613.828000', '114613.831000', '114613.834000', '114613.836000', '114613.839000', '114613.841000', '114613.844000', '114613.846000', '114613.849000', '114613.852000', '114613.854000', '114613.857000', '114613.859000', '114613.862000', '114613.864000', '114613.867000', '114613.870000', '114613.872000', '114613.875000', '114613.877000', '114613.880000', '114613.882000', '114613.885000', '114613.888000', '114613.890000', '114613.893000', '114613.895000', '114613.898000', '114613.900000', '114613.903000', '114613.906000', '114633.796000', '114633.799000', '114633.854000', '114633.857000', '114633.859000', '114633.862000', '114633.864000', '114633.867000', '114633.869000', '114633.872000', '114633.875000', '114633.877000', '114633.880000', '114633.882000', '114633.885000', '114633.888000', '114633.890000', '114633.893000', '114633.895000', '114633.898000', '114633.901000', '114633.903000', '114633.906000', '114633.908000', '114633.911000', '114633.914000', '114633.916000', '114633.919000', '114633.921000', '114633.924000', '114633.926000', '114633.929000', '114633.932000', '114633.934000', '114633.937000', '114633.939000', '114633.942000', '114633.944000', '114633.947000', '114633.949000', '114633.952000', '114633.967000', '114633.970000', '114633.972000', '114653.796000', '114653.798000', '114653.823000', '114653.825000', '114653.828000', '114653.830000', '114653.833000', '114653.836000', '114653.838000', '114653.841000', '114653.843000', '114653.846000', '114653.848000', '114653.851000', '114653.854000', '114653.856000', '114653.859000', '114653.861000', '114653.864000', '114653.867000', '114653.869000', '114653.872000', '114653.874000', '114653.877000', '114653.880000', '114653.882000', '114653.885000', '114653.887000', '114653.890000', '114653.892000', '114653.895000', '114653.898000', '114653.900000', '114653.903000', '114653.905000', '114653.908000', '114653.910000', '114653.913000', '114653.915000', '114653.918000', '114653.921000', '114653.923000', '114653.926000', '114713.796000', '114713.798000', '114713.801000', '114713.804000', '114713.806000', '114713.809000', '114713.811000', '114713.814000', '114713.816000', '114713.819000', '114713.822000', '114713.824000', '114713.827000', '114713.829000', '114713.832000', '114713.834000', '114713.837000', '114713.839000', '114713.842000', '114713.845000', '114713.847000', '114713.850000', '114713.852000', '114713.855000', '114713.858000', '114713.860000', '114713.863000', '114713.865000', '114713.868000', '114713.871000', '114713.873000', '114713.876000', '114713.878000', '114713.881000', '114713.883000', '114713.886000', '114713.888000', '114713.891000', '114713.894000', '114713.896000', '114713.899000', '114713.902000', '114713.904000', '114713.907000', '114733.795000', '114733.798000', '114733.804000', '114733.807000', '114733.809000', '114733.812000', '114733.814000', '114733.817000', '114733.819000', '114733.822000', '114733.825000', '114733.827000', '114733.830000', '114733.832000', '114733.835000', '114733.838000', '114733.840000', '114733.843000', '114733.845000', '114733.848000', '114733.850000', '114733.853000', '114733.856000', '114733.858000', '114733.861000', '114733.863000', '114733.866000', '114733.868000', '114733.871000', '114733.874000', '114733.876000', '114733.879000', '114733.881000', '114733.884000', '114733.887000', '114733.889000', '114733.892000', '114733.894000', '114733.897000', '114733.900000', '114733.902000', '114733.905000', '114733.907000', '114753.797000', '114753.833000', '114753.835000', '114753.840000', '114753.843000', '114753.845000', '114753.848000', '114753.850000', '114753.853000', '114753.856000', '114753.858000', '114753.861000', '114753.863000', '114753.866000', '114753.869000', '114753.871000', '114753.874000', '114753.876000', '114753.879000', '114753.881000', '114753.884000', '114753.887000', '114753.889000', '114753.892000', '114753.895000', '114753.897000', '114753.900000', '114753.902000', '114753.905000', '114753.908000', '114753.910000', '114753.913000', '114753.915000', '114753.918000', '114753.920000', '114753.923000', '114753.926000', '114753.928000', '114753.931000', '114753.933000', '114753.936000', '114753.939000', '114753.941000', '114813.796000', '114813.800000', '114813.802000', '114813.805000', '114813.807000', '114813.810000', '114813.812000', '114813.815000', '114813.818000', '114813.820000', '114813.823000', '114813.825000', '114813.828000', '114813.831000', '114813.833000', '114813.836000', '114813.838000', '114813.841000', '114813.843000', '114813.846000', '114813.848000', '114813.851000', '114813.854000', '114813.875000', '114813.877000', '114813.880000', '114813.882000', '114813.885000', '114813.887000', '114813.890000', '114813.893000', '114813.895000', '114813.898000', '114813.900000', '114813.903000', '114813.906000', '114813.908000', '114813.911000', '114813.913000', '114813.916000', '114813.918000', '114813.921000', '114813.924000', '114813.926000', '114833.796000', '114833.799000', '114833.801000', '114833.804000', '114833.806000', '114833.809000', '114833.811000', '114833.814000', '114833.817000', '114833.819000', '114833.822000', '114833.824000', '114833.827000', '114833.830000', '114833.834000', '114833.836000', '114833.839000', '114833.841000', '114833.844000', '114833.847000', '114833.849000', '114833.852000', '114833.855000', '114833.857000', '114833.860000', '114833.862000', '114833.865000', '114833.867000', '114833.870000', '114833.873000', '114833.875000', '114833.878000', '114833.881000', '114833.883000', '114833.886000', '114833.888000', '114833.891000', '114833.894000', '114833.896000', '114833.899000', '114833.901000', '114833.904000', '114833.907000', '114853.796000', '114853.798000', '114853.859000', '114853.862000', '114853.864000', '114853.867000', '114853.869000', '114853.872000', '114853.875000', '114853.877000', '114853.880000', '114853.882000', '114853.885000', '114853.887000', '114853.890000', '114853.893000', '114853.895000', '114853.898000', '114853.900000', '114853.903000', '114853.906000', '114853.908000', '114853.911000', '114853.913000', '114853.916000', '114853.918000', '114853.921000', '114853.924000', '114853.926000', '114853.929000', '114853.931000', '114853.934000', '114853.937000', '114853.939000', '114853.942000', '114853.944000', '114853.947000', '114853.950000', '114853.952000', '114853.955000', '114853.957000', '114853.960000', '114853.962000', '114853.965000', '114913.795000', '114913.798000', '114913.844000', '114913.847000', '114913.849000', '114913.852000', '114913.855000', '114913.857000', '114913.860000', '114913.862000', '114913.865000', '114913.868000', '114913.870000', '114913.873000', '114913.875000', '114913.880000', '114913.882000', '114913.885000', '114913.888000', '114913.890000', '114913.893000', '114913.895000', '114913.898000', '114913.901000', '114913.903000', '114913.906000', '114913.908000', '114913.911000', '114913.913000', '114913.916000', '114913.919000', '114913.921000', '114913.924000', '114913.926000', '114913.929000', '114913.932000', '114913.935000', '114913.937000', '114913.940000', '114913.942000', '114913.945000', '114913.948000', '114913.950000', '114933.795000', '114933.798000', '114933.835000', '114933.837000', '114933.840000', '114933.843000', '114933.845000', '114933.848000', '114933.850000', '114933.853000', '114933.855000', '114933.858000', '114933.861000', '114933.863000', '114933.866000', '114933.868000', '114933.871000', '114933.873000', '114933.876000', '114933.879000', '114933.881000', '114933.884000', '114933.887000', '114933.889000', '114933.892000', '114933.894000', '114933.897000', '114933.899000', '114933.902000', '114933.905000', '114933.907000', '114933.910000', '114933.912000', '114933.933000', '114933.936000', '114933.939000', '114933.941000', '114933.944000', '114933.946000', '114933.949000', '114933.951000', '114933.954000', '114933.957000', '114933.959000', '114953.795000', '114953.798000', '114953.832000', '114953.835000', '114953.837000', '114953.840000', '114953.842000', '114953.845000', '114953.848000', '114953.850000', '114953.853000', '114953.855000', '114953.858000', '114953.860000', '114953.863000', '114953.866000', '114953.868000', '114953.871000', '114953.873000', '114953.876000', '114953.879000', '114953.881000', '114953.884000', '114953.886000', '114953.889000', '114953.892000', '114953.894000', '114953.897000', '114953.899000', '114953.902000', '114953.904000', '114953.907000', '114953.910000', '114953.912000', '114953.915000', '114953.917000', '114953.920000', '114953.922000', '114953.925000', '114953.928000', '114953.930000', '114953.933000', '114953.935000', '115013.797000', '115013.849000', '115013.852000', '115013.854000', '115013.857000', '115013.859000', '115013.864000', '115013.866000', '115013.869000', '115013.871000', '115013.874000', '115013.876000', '115013.879000', '115013.882000', '115013.884000', '115013.887000', '115013.889000', '115013.892000', '115013.895000', '115013.897000', '115013.900000', '115013.902000', '115013.905000', '115013.907000', '115013.910000', '115013.913000', '115013.915000', '115013.918000', '115013.920000', '115013.923000', '115013.925000', '115013.928000', '115013.930000', '115013.933000', '115013.936000', '115013.938000', '115013.941000', '115013.943000', '115013.946000', '115013.948000', '115013.951000', '115013.954000', '115013.956000', '115013.959000', '115033.817000', '115033.819000', '115033.822000', '115033.825000', '115033.827000', '115033.830000', '115033.833000', '115033.835000', '115033.838000', '115033.840000', '115033.843000', '115033.845000', '115033.848000', '115033.851000', '115033.853000', '115033.856000', '115033.858000', '115033.861000', '115033.863000', '115033.866000', '115033.869000', '115033.871000', '115033.874000', '115033.876000', '115033.879000', '115033.882000', '115033.884000', '115033.887000', '115033.890000', '115033.892000', '115033.895000', '115033.897000', '115033.900000', '115033.902000', '115033.905000', '115033.908000', '115033.910000', '115033.913000', '115033.915000', '115033.919000', '115033.922000', '115033.925000', '115033.927000', '115053.795000', '115053.798000', '115053.849000', '115053.852000', '115053.854000', '115053.857000', '115053.859000', '115053.862000', '115053.865000', '115053.867000', '115053.870000', '115053.872000', '115053.875000', '115053.877000', '115053.880000', '115053.883000', '115053.885000', '115053.888000', '115053.891000', '115053.893000', '115053.896000', '115053.898000', '115053.901000', '115053.903000', '115053.906000', '115053.908000', '115053.911000', '115053.914000', '115053.916000', '115053.919000', '115053.921000', '115053.924000', '115053.926000', '115053.929000', '115053.932000', '115053.934000', '115053.937000', '115053.939000', '115053.942000', '115053.944000', '115053.947000', '115053.950000', '115053.952000', '115053.955000', '115056.874000', '115056.877000', '115056.880000', '115056.883000', '115056.886000', '115056.889000', '115056.892000'], 'InstanceCreationTime': ['114433.825000', '114433.828000', '114433.831000', '114433.834000', '114433.837000', '114433.839000', '114433.842000', '114433.844000', '114433.876000', '114433.878000', '114433.881000', '114433.883000', '114433.886000', '114433.888000', '114433.891000', '114433.893000', '114433.896000', '114433.899000', '114433.901000', '114433.904000', '114433.906000', '114433.909000', '114433.911000', '114433.914000', '114433.916000', '114433.927000', '114433.929000', '114433.932000', '114433.935000', '114433.937000', '114433.940000', '114433.942000', '114433.945000', '114433.947000', '114433.950000', '114433.952000', '114433.955000', '114433.957000', '114433.960000', '114453.796000', '114453.798000', '114453.801000', '114453.804000', '114453.806000', '114453.809000', '114453.811000', '114453.814000', '114453.816000', '114453.819000', '114453.822000', '114453.824000', '114453.827000', '114453.829000', '114453.832000', '114453.834000', '114453.837000', '114453.839000', '114453.842000', '114453.845000', '114453.847000', '114453.850000', '114453.852000', '114453.855000', '114453.857000', '114453.860000', '114453.862000', '114453.865000', '114453.868000', '114453.870000', '114453.882000', '114453.885000', '114453.887000', '114453.890000', '114453.893000', '114453.895000', '114453.898000', '114453.900000', '114453.903000', '114453.905000', '114453.908000', '114453.910000', '114453.913000', '114513.795000', '114513.798000', '114513.801000', '114513.804000', '114513.806000', '114513.809000', '114513.811000', '114513.814000', '114513.816000', '114513.819000', '114513.822000', '114513.824000', '114513.827000', '114513.829000', '114513.832000', '114513.834000', '114513.837000', '114513.840000', '114513.842000', '114513.845000', '114513.847000', '114513.850000', '114513.852000', '114513.855000', '114513.864000', '114513.867000', '114513.869000', '114513.872000', '114513.874000', '114513.877000', '114513.879000', '114513.882000', '114513.884000', '114513.887000', '114513.890000', '114513.892000', '114513.895000', '114513.897000', '114513.900000', '114513.902000', '114513.905000', '114513.907000', '114513.910000', '114513.912000', '114533.797000', '114533.800000', '114533.802000', '114533.805000', '114533.807000', '114533.810000', '114533.812000', '114533.815000', '114533.817000', '114533.820000', '114533.823000', '114533.825000', '114533.828000', '114533.830000', '114533.833000', '114533.835000', '114533.838000', '114533.841000', '114533.843000', '114533.846000', '114533.848000', '114533.851000', '114533.853000', '114533.856000', '114533.859000', '114533.861000', '114533.864000', '114533.866000', '114533.869000', '114533.871000', '114533.874000', '114533.877000', '114533.879000', '114533.882000', '114533.884000', '114533.887000', '114533.889000', '114533.892000', '114533.894000', '114533.897000', '114533.900000', '114533.905000', '114533.907000', '114553.797000', '114553.800000', '114553.802000', '114553.805000', '114553.807000', '114553.810000', '114553.812000', '114553.815000', '114553.818000', '114553.820000', '114553.823000', '114553.825000', '114553.828000', '114553.830000', '114553.833000', '114553.835000', '114553.838000', '114553.841000', '114553.843000', '114553.846000', '114553.848000', '114553.851000', '114553.853000', '114553.856000', '114553.859000', '114553.861000', '114553.864000', '114553.866000', '114553.869000', '114553.871000', '114553.874000', '114553.877000', '114553.879000', '114553.882000', '114553.894000', '114553.896000', '114553.899000', '114553.901000', '114553.904000', '114553.906000', '114553.909000', '114553.912000', '114553.914000', '114553.917000', '114613.795000', '114613.798000', '114613.801000', '114613.803000', '114613.806000', '114613.808000', '114613.811000', '114613.813000', '114613.818000', '114613.821000', '114613.823000', '114613.826000', '114613.828000', '114613.831000', '114613.834000', '114613.836000', '114613.839000', '114613.841000', '114613.844000', '114613.846000', '114613.849000', '114613.852000', '114613.854000', '114613.857000', '114613.859000', '114613.862000', '114613.864000', '114613.867000', '114613.870000', '114613.872000', '114613.875000', '114613.877000', '114613.880000', '114613.882000', '114613.885000', '114613.888000', '114613.890000', '114613.893000', '114613.895000', '114613.898000', '114613.900000', '114613.903000', '114613.906000', '114633.796000', '114633.799000', '114633.854000', '114633.857000', '114633.859000', '114633.862000', '114633.864000', '114633.867000', '114633.869000', '114633.872000', '114633.875000', '114633.877000', '114633.880000', '114633.882000', '114633.885000', '114633.888000', '114633.890000', '114633.893000', '114633.895000', '114633.898000', '114633.901000', '114633.903000', '114633.906000', '114633.908000', '114633.911000', '114633.914000', '114633.916000', '114633.919000', '114633.921000', '114633.924000', '114633.926000', '114633.929000', '114633.932000', '114633.934000', '114633.937000', '114633.939000', '114633.942000', '114633.944000', '114633.947000', '114633.949000', '114633.952000', '114633.967000', '114633.970000', '114633.972000', '114653.796000', '114653.798000', '114653.823000', '114653.825000', '114653.828000', '114653.830000', '114653.833000', '114653.836000', '114653.838000', '114653.841000', '114653.843000', '114653.846000', '114653.848000', '114653.851000', '114653.854000', '114653.856000', '114653.859000', '114653.861000', '114653.864000', '114653.867000', '114653.869000', '114653.872000', '114653.874000', '114653.877000', '114653.880000', '114653.882000', '114653.885000', '114653.887000', '114653.890000', '114653.892000', '114653.895000', '114653.898000', '114653.900000', '114653.903000', '114653.905000', '114653.908000', '114653.910000', '114653.913000', '114653.915000', '114653.918000', '114653.921000', '114653.923000', '114653.926000', '114713.796000', '114713.798000', '114713.801000', '114713.804000', '114713.806000', '114713.809000', '114713.811000', '114713.814000', '114713.816000', '114713.819000', '114713.822000', '114713.824000', '114713.827000', '114713.829000', '114713.832000', '114713.834000', '114713.837000', '114713.839000', '114713.842000', '114713.845000', '114713.847000', '114713.850000', '114713.852000', '114713.855000', '114713.858000', '114713.860000', '114713.863000', '114713.865000', '114713.868000', '114713.871000', '114713.873000', '114713.876000', '114713.878000', '114713.881000', '114713.883000', '114713.886000', '114713.888000', '114713.891000', '114713.894000', '114713.896000', '114713.899000', '114713.902000', '114713.904000', '114713.907000', '114733.795000', '114733.798000', '114733.804000', '114733.807000', '114733.809000', '114733.812000', '114733.814000', '114733.817000', '114733.819000', '114733.822000', '114733.825000', '114733.827000', '114733.830000', '114733.832000', '114733.835000', '114733.838000', '114733.840000', '114733.843000', '114733.845000', '114733.848000', '114733.850000', '114733.853000', '114733.856000', '114733.858000', '114733.861000', '114733.863000', '114733.866000', '114733.868000', '114733.871000', '114733.874000', '114733.876000', '114733.879000', '114733.881000', '114733.884000', '114733.887000', '114733.889000', '114733.892000', '114733.894000', '114733.897000', '114733.900000', '114733.902000', '114733.905000', '114733.907000', '114753.797000', '114753.833000', '114753.835000', '114753.840000', '114753.843000', '114753.845000', '114753.848000', '114753.850000', '114753.853000', '114753.856000', '114753.858000', '114753.861000', '114753.863000', '114753.866000', '114753.869000', '114753.871000', '114753.874000', '114753.876000', '114753.879000', '114753.881000', '114753.884000', '114753.887000', '114753.889000', '114753.892000', '114753.895000', '114753.897000', '114753.900000', '114753.902000', '114753.905000', '114753.908000', '114753.910000', '114753.913000', '114753.915000', '114753.918000', '114753.920000', '114753.923000', '114753.926000', '114753.928000', '114753.931000', '114753.933000', '114753.936000', '114753.939000', '114753.941000', '114813.796000', '114813.800000', '114813.802000', '114813.805000', '114813.807000', '114813.810000', '114813.812000', '114813.815000', '114813.818000', '114813.820000', '114813.823000', '114813.825000', '114813.828000', '114813.831000', '114813.833000', '114813.836000', '114813.838000', '114813.841000', '114813.843000', '114813.846000', '114813.848000', '114813.851000', '114813.854000', '114813.875000', '114813.877000', '114813.880000', '114813.882000', '114813.885000', '114813.887000', '114813.890000', '114813.893000', '114813.895000', '114813.898000', '114813.900000', '114813.903000', '114813.906000', '114813.908000', '114813.911000', '114813.913000', '114813.916000', '114813.918000', '114813.921000', '114813.924000', '114813.926000', '114833.796000', '114833.799000', '114833.801000', '114833.804000', '114833.806000', '114833.809000', '114833.811000', '114833.814000', '114833.817000', '114833.819000', '114833.822000', '114833.824000', '114833.827000', '114833.830000', '114833.834000', '114833.836000', '114833.839000', '114833.841000', '114833.844000', '114833.847000', '114833.849000', '114833.852000', '114833.855000', '114833.857000', '114833.860000', '114833.862000', '114833.865000', '114833.867000', '114833.870000', '114833.873000', '114833.875000', '114833.878000', '114833.881000', '114833.883000', '114833.886000', '114833.888000', '114833.891000', '114833.894000', '114833.896000', '114833.899000', '114833.901000', '114833.904000', '114833.907000', '114853.796000', '114853.798000', '114853.859000', '114853.862000', '114853.864000', '114853.867000', '114853.869000', '114853.872000', '114853.875000', '114853.877000', '114853.880000', '114853.882000', '114853.885000', '114853.887000', '114853.890000', '114853.893000', '114853.895000', '114853.898000', '114853.900000', '114853.903000', '114853.906000', '114853.908000', '114853.911000', '114853.913000', '114853.916000', '114853.918000', '114853.921000', '114853.924000', '114853.926000', '114853.929000', '114853.931000', '114853.934000', '114853.937000', '114853.939000', '114853.942000', '114853.944000', '114853.947000', '114853.950000', '114853.952000', '114853.955000', '114853.957000', '114853.960000', '114853.962000', '114853.965000', '114913.795000', '114913.798000', '114913.844000', '114913.847000', '114913.849000', '114913.852000', '114913.855000', '114913.857000', '114913.860000', '114913.862000', '114913.865000', '114913.868000', '114913.870000', '114913.873000', '114913.875000', '114913.880000', '114913.882000', '114913.885000', '114913.888000', '114913.890000', '114913.893000', '114913.895000', '114913.898000', '114913.901000', '114913.903000', '114913.906000', '114913.908000', '114913.911000', '114913.913000', '114913.916000', '114913.919000', '114913.921000', '114913.924000', '114913.926000', '114913.929000', '114913.932000', '114913.935000', '114913.937000', '114913.940000', '114913.942000', '114913.945000', '114913.948000', '114913.950000', '114933.795000', '114933.798000', '114933.835000', '114933.837000', '114933.840000', '114933.843000', '114933.845000', '114933.848000', '114933.850000', '114933.853000', '114933.855000', '114933.858000', '114933.861000', '114933.863000', '114933.866000', '114933.868000', '114933.871000', '114933.873000', '114933.876000', '114933.879000', '114933.881000', '114933.884000', '114933.887000', '114933.889000', '114933.892000', '114933.894000', '114933.897000', '114933.899000', '114933.902000', '114933.905000', '114933.907000', '114933.910000', '114933.912000', '114933.933000', '114933.936000', '114933.939000', '114933.941000', '114933.944000', '114933.946000', '114933.949000', '114933.951000', '114933.954000', '114933.957000', '114933.959000', '114953.795000', '114953.798000', '114953.832000', '114953.835000', '114953.837000', '114953.840000', '114953.842000', '114953.845000', '114953.848000', '114953.850000', '114953.853000', '114953.855000', '114953.858000', '114953.860000', '114953.863000', '114953.866000', '114953.868000', '114953.871000', '114953.873000', '114953.876000', '114953.879000', '114953.881000', '114953.884000', '114953.886000', '114953.889000', '114953.892000', '114953.894000', '114953.897000', '114953.899000', '114953.902000', '114953.904000', '114953.907000', '114953.910000', '114953.912000', '114953.915000', '114953.917000', '114953.920000', '114953.922000', '114953.925000', '114953.928000', '114953.930000', '114953.933000', '114953.935000', '115013.797000', '115013.849000', '115013.852000', '115013.854000', '115013.857000', '115013.859000', '115013.864000', '115013.866000', '115013.869000', '115013.871000', '115013.874000', '115013.876000', '115013.879000', '115013.882000', '115013.884000', '115013.887000', '115013.889000', '115013.892000', '115013.895000', '115013.897000', '115013.900000', '115013.902000', '115013.905000', '115013.907000', '115013.910000', '115013.913000', '115013.915000', '115013.918000', '115013.920000', '115013.923000', '115013.925000', '115013.928000', '115013.930000', '115013.933000', '115013.936000', '115013.938000', '115013.941000', '115013.943000', '115013.946000', '115013.948000', '115013.951000', '115013.954000', '115013.956000', '115013.959000', '115033.817000', '115033.819000', '115033.822000', '115033.825000', '115033.827000', '115033.830000', '115033.833000', '115033.835000', '115033.838000', '115033.840000', '115033.843000', '115033.845000', '115033.848000', '115033.851000', '115033.853000', '115033.856000', '115033.858000', '115033.861000', '115033.863000', '115033.866000', '115033.869000', '115033.871000', '115033.874000', '115033.876000', '115033.879000', '115033.882000', '115033.884000', '115033.887000', '115033.890000', '115033.892000', '115033.895000', '115033.897000', '115033.900000', '115033.902000', '115033.905000', '115033.908000', '115033.910000', '115033.913000', '115033.915000', '115033.919000', '115033.922000', '115033.925000', '115033.927000', '115053.795000', '115053.798000', '115053.849000', '115053.852000', '115053.854000', '115053.857000', '115053.859000', '115053.862000', '115053.865000', '115053.867000', '115053.870000', '115053.872000', '115053.875000', '115053.877000', '115053.880000', '115053.883000', '115053.885000', '115053.888000', '115053.891000', '115053.893000', '115053.896000', '115053.898000', '115053.901000', '115053.903000', '115053.906000', '115053.908000', '115053.911000', '115053.914000', '115053.916000', '115053.919000', '115053.921000', '115053.924000', '115053.926000', '115053.929000', '115053.932000', '115053.934000', '115053.937000', '115053.939000', '115053.942000', '115053.944000', '115053.947000', '115053.950000', '115053.952000', '115053.955000', '115056.874000', '115056.877000', '115056.880000', '115056.883000', '115056.886000', '115056.889000', '115056.892000'], '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': [12719, 7853, 10078, 7499, 11463, 15573, 13037, 15817, 8182, 10386, 7712, 9183, 7833, 12660, 8681, 8841, 7890, 8716, 14502, 8905, 15407, 10087, 9077, 7984, 8788, 15451, 9219, 15892, 10368, 13583, 8168, 12588, 8532, 13748, 14108, 13761, 13774, 8203, 12199, 8120, 10177, 15343, 12425, 13983, 8853, 9740, 8784, 9222, 15667, 8679, 14001, 8633, 9122, 7671, 9315, 9116, 12419, 15459, 13729, 13626, 8460, 13889, 9872, 15293, 12342, 16234, 13108, 8794, 15083, 9615, 15919, 13447, 16847, 8956, 15362, 8443, 14572, 10664, 15973, 12569, 14021, 8130, 13513, 8318, 14979, 12239, 12988, 8029, 8860, 12852, 8731, 15037, 11341, 15618, 8339, 11869, 7848, 11744, 8391, 14671, 13978, 8562, 14578, 7909, 14363, 8171, 15943, 8272, 10049, 7923, 8983, 16536, 8480, 14114, 8887, 12046, 8076, 9099, 8009, 8940, 8223, 11604, 9588, 8777, 16555, 8218, 14157, 14974, 12327, 15962, 8266, 11891, 8094, 13930, 14725, 14404, 14201, 8329, 9749, 8282, 10946, 8768, 12190, 8062, 9277, 8344, 10825, 8184, 13977, 11878, 11588, 15395, 13405, 16459, 8640, 14571, 11961, 16354, 10022, 13357, 8062, 11338, 8099, 15509, 11059, 16652, 8458, 9069, 13556, 8622, 17198, 8998, 16625, 10079, 13825, 8392, 8892, 7992, 8883, 16345, 12947, 16129, 8092, 11886, 8410, 8581, 14878, 7852, 15232, 8327, 12539, 7646, 9084, 7942, 11401, 15732, 15007, 14760, 8452, 15279, 8221, 14883, 8281, 15987, 12032, 14789, 8060, 14730, 8211, 15759, 11466, 15825, 8110, 10086, 8045, 11051, 7639, 16824, 9985, 11255, 8055, 8905, 8114, 14937, 8802, 16820, 8319, 9529, 8420, 8928, 16987, 13811, 16825, 8258, 11669, 8140, 10711, 7746, 14713, 9871, 8664, 14022, 8218, 11304, 8016, 14575, 8431, 12110, 8403, 9533, 8042, 14683, 13284, 13646, 16985, 8226, 13688, 8337, 12958, 9183, 15203, 13638, 8774, 14005, 8335, 10075, 8064, 14846, 8514, 12850, 7898, 8967, 7977, 14454, 13185, 15326, 11549, 8580, 15988, 8086, 15422, 10343, 16573, 7812, 12172, 16624, 8196, 14820, 8754, 13830, 7924, 9014, 8222, 8833, 15907, 10915, 14869, 8551, 10081, 7959, 10452, 15358, 14215, 13137, 8720, 13144, 10574, 12251, 8121, 14561, 10557, 12462, 7999, 8636, 15249, 8472, 14301, 10622, 16563, 8438, 9297, 7752, 8906, 10953, 13238, 16723, 12151, 14525, 8546, 13384, 8392, 14912, 9097, 16053, 8679, 11302, 8538, 9147, 8092, 16382, 11732, 13889, 8249, 8826, 16015, 8148, 15294, 10161, 16223, 7951, 8896, 11613, 9667, 16323, 14221, 13854, 8496, 15604, 8262, 15113, 9583, 16381, 7999, 8941, 12123, 8349, 16374, 10499, 15840, 8686, 11370, 8671, 9046, 8250, 14743, 8287, 16241, 7932, 8702, 15828, 8271, 14766, 10104, 15899, 8355, 10299, 8519, 9105, 8098, 16539, 12187, 12695, 10314, 8723, 17384, 9342, 16445, 10892, 15824, 8502, 8520, 9472, 8368, 14308, 10733, 15487, 8007, 9482, 8015, 9111, 8188, 11619, 13073, 14989, 10592, 8538, 16593, 8387, 15044, 11347, 16503, 8262, 14665, 8170, 14922, 13804, 13342, 16194, 8381, 14312, 8839, 12040, 8439, 16113, 8473, 9587, 7945, 8740, 14291, 8627, 14415, 9883, 13247, 8520, 10374, 10373, 11659, 14992, 13918, 13794, 8661, 10085, 8213, 8986, 16013, 10686, 14316, 8455, 12713, 8620, 10929, 8561, 15387, 9786, 15694, 15056, 8344, 14314, 8201, 13137, 8051, 13501, 8459, 8521, 13920, 8614, 12542, 8135, 13159, 7801, 8619, 8423, 8354, 14496, 9338, 15720, 8877, 12165, 10019, 13094, 9621, 9262, 15167, 12851, 15475, 9002, 9967, 8918, 13508, 10737, 16209, 9353, 13084, 8751, 13899, 8591, 17124, 12295, 16469, 9732, 10868, 13534, 12138, 17245, 14198, 16688, 8972, 9398, 8225, 11208, 12226, 14529, 8402, 8715, 8059, 8577, 15427, 12736, 17516, 10393, 14881, 8861, 9223, 14307, 10713, 15395, 11201, 13019, 8558, 9143, 8363, 10522, 15221, 13679, 13065, 8486, 9228, 7688, 10624, 16288, 11249, 14791, 8373, 12163, 8115, 14248, 13146, 9307, 8448, 11778, 7687, 14155, 8863, 15277, 11860, 14844, 16798, 14686, 14863, 16772, 9304, 15689, 9791, 13130, 16914, 14683, 14243, 8462, 10317, 7794, 9041, 9773, 9282, 7826, 8768, 14625, 8343, 11994, 8368, 15427, 9393, 8862, 7702, 8593, 16430, 9407, 17083, 10235, 17143, 8160, 13027, 15390, 8849, 15251, 12384, 14616, 8365, 9583, 8349, 8733, 17074, 13677, 16062, 8523, 9407, 7908, 8973, 7598, 8766, 13561, 11493, 14580, 8401, 15998, 8128, 15684, 11736, 14056, 16117, 15545, 15746, 8654, 14690, 8336, 13834, 8743, 16488, 8750, 9597, 7740, 8684, 15639, 8364, 16241, 9101, 13049, 8269, 9657, 8446, 11295, 8674, 16269, 8614, 12644, 12098, 12449, 16156, 13558, 14487, 11156, 13979, 8137, 9635, 14081, 9071, 15931, 8606, 15495, 8854, 9782, 7757, 11481, 9086, 13275, 12549, 15196, 10206, 9129, 16378, 8199, 15121, 10835, 16593, 10298, 11157, 7392, 11060, 8960, 14214, 10360, 15856, 12145, 8650, 7820, 9769, 7562, 8633, 7897, 15082, 14426, 15429, 12918, 11047, 10021, 17007, 11461, 16566, 11960, 13454, 7737, 9503, 7811, 8386, 13844, 9031, 14054, 8256, 7892, 8113, 8493, 8101, 13510, 9346, 15462, 8567, 9524, 10859, 8267, 15897, 13871, 15576, 9327, 14239, 8240, 10000, 12034, 10435, 16806, 14561, 15302, 7695, 13402, 7836, 12592, 8614, 15064, 8654, 8520, 15589, 8071, 14930, 7829, 13259, 14408, 12366, 14142, 7860, 10820, 7655, 9870, 16010, 10026, 14787, 7642, 10158, 7627, 9520, 7801, 11749, 7908, 10042, 7602, 11896, 15165, 12713, 16375, 11388, 16299, 8394, 10780, 8775, 12545, 16458, 15040, 16539, 8116, 12917, 8073, 10405, 16721, 12105, 15326, 7972, 10363, 7654, 10938, 8608, 12818, 14756, 10262, 14524, 7884, 11542, 8415, 12158, 14541, 11581, 12356, 7801, 14812, 7882, 13146, 8442, 13776, 8074, 8963, 7757, 9567, 16151, 13326, 16400, 7915, 15892, 8219, 10888, 10369, 14107, 16397, 15243, 14174, 7823, 14447, 7561, 14556, 9836, 16448, 10020, 8825, 15341, 8443, 15980, 10757, 16612, 8331, 9024, 7750, 9399, 15232, 8000, 14338, 7683, 8861, 7536, 9036, 7397, 10813, 15731, 14817, 16210, 8068, 15138, 8172, 14441, 10688, 8781, 8039, 11042, 10327, 12874, 12974, 10582, 14184], 'WindowCenter': [4405.0, 4328.0, 4360.0, 4307.0, 4379.0, 4396.0, 4389.0, 4392.0, 4327.0, 4338.0, 4313.0, 4336.0, 4316.0, 4387.0, 4336.0, 4350.0, 4324.0, 4340.0, 4395.0, 4346.0, 4408.0, 4354.0, 4336.0, 4313.0, 4336.0, 4406.0, 4347.0, 4404.0, 4366.0, 4396.0, 4338.0, 4389.0, 4335.0, 4412.0, 4395.0, 4399.0, 4396.0, 4335.0, 4379.0, 4314.0, 4371.0, 4396.0, 4388.0, 4384.0, 4332.0, 4346.0, 4320.0, 4346.0, 4403.0, 4334.0, 4383.0, 4334.0, 4337.0, 4316.0, 4349.0, 4344.0, 4393.0, 4408.0, 4411.0, 4393.0, 4337.0, 4398.0, 4356.0, 4410.0, 4372.0, 4408.0, 4373.0, 4326.0, 4392.0, 4348.0, 4405.0, 4386.0, 4405.0, 4338.0, 4394.0, 4327.0, 4395.0, 4365.0, 4394.0, 4384.0, 4384.0, 4315.0, 4385.0, 4325.0, 4396.0, 4364.0, 4378.0, 4303.0, 4336.0, 4370.0, 4331.0, 4392.0, 4365.0, 4393.0, 4324.0, 4364.0, 4326.0, 4377.0, 4325.0, 4398.0, 4391.0, 4336.0, 4392.0, 4315.0, 4395.0, 4325.0, 4405.0, 4325.0, 4345.0, 4312.0, 4333.0, 4402.0, 4327.0, 4389.0, 4324.0, 4376.0, 4298.0, 4333.0, 4311.0, 4348.0, 4327.0, 4378.0, 4360.0, 4339.0, 4415.0, 4328.0, 4400.0, 4394.0, 4388.0, 4407.0, 4326.0, 4366.0, 4314.0, 4398.0, 4392.0, 4397.0, 4385.0, 4325.0, 4347.0, 4324.0, 4365.0, 4333.0, 4378.0, 4323.0, 4344.0, 4337.0, 4369.0, 4334.0, 4411.0, 4378.0, 4379.0, 4409.0, 4400.0, 4405.0, 4338.0, 4396.0, 4378.0, 4405.0, 4358.0, 4383.0, 4314.0, 4366.0, 4327.0, 4408.0, 4365.0, 4409.0, 4315.0, 4338.0, 4370.0, 4324.0, 4402.0, 4333.0, 4396.0, 4342.0, 4373.0, 4312.0, 4323.0, 4297.0, 4325.0, 4406.0, 4372.0, 4394.0, 4314.0, 4362.0, 4300.0, 4311.0, 4379.0, 4313.0, 4383.0, 4315.0, 4365.0, 4300.0, 4326.0, 4299.0, 4366.0, 4393.0, 4396.0, 4381.0, 4313.0, 4384.0, 4314.0, 4383.0, 4329.0, 4395.0, 4374.0, 4383.0, 4314.0, 4381.0, 4325.0, 4407.0, 4368.0, 4397.0, 4315.0, 4343.0, 4304.0, 4367.0, 4314.0, 4410.0, 4346.0, 4367.0, 4316.0, 4336.0, 4323.0, 4409.0, 4335.0, 4419.0, 4324.0, 4348.0, 4320.0, 4337.0, 4416.0, 4386.0, 4407.0, 4323.0, 4351.0, 4315.0, 4356.0, 4302.0, 4397.0, 4344.0, 4325.0, 4386.0, 4325.0, 4364.0, 4327.0, 4393.0, 4329.0, 4372.0, 4329.0, 4348.0, 4326.0, 4410.0, 4385.0, 4391.0, 4405.0, 4326.0, 4383.0, 4317.0, 4375.0, 4338.0, 4398.0, 4385.0, 4326.0, 4384.0, 4323.0, 4347.0, 4326.0, 4397.0, 4338.0, 4377.0, 4316.0, 4337.0, 4325.0, 4411.0, 4388.0, 4411.0, 4376.0, 4338.0, 4393.0, 4328.0, 4397.0, 4346.0, 4406.0, 4302.0, 4379.0, 4393.0, 4327.0, 4383.0, 4326.0, 4385.0, 4314.0, 4333.0, 4311.0, 4333.0, 4403.0, 4365.0, 4393.0, 4324.0, 4356.0, 4312.0, 4359.0, 4393.0, 4387.0, 4375.0, 4323.0, 4375.0, 4345.0, 4366.0, 4317.0, 4400.0, 4355.0, 4379.0, 4314.0, 4325.0, 4385.0, 4326.0, 4397.0, 4355.0, 4407.0, 4318.0, 4338.0, 4303.0, 4324.0, 4353.0, 4386.0, 4405.0, 4378.0, 4381.0, 4324.0, 4384.0, 4327.0, 4396.0, 4336.0, 4408.0, 4338.0, 4367.0, 4325.0, 4336.0, 4327.0, 4410.0, 4380.0, 4388.0, 4325.0, 4338.0, 4393.0, 4314.0, 4396.0, 4345.0, 4397.0, 4303.0, 4327.0, 4352.0, 4347.0, 4394.0, 4386.0, 4387.0, 4325.0, 4392.0, 4324.0, 4386.0, 4333.0, 4407.0, 4302.0, 4326.0, 4361.0, 4314.0, 4408.0, 4357.0, 4397.0, 4326.0, 4364.0, 4326.0, 4324.0, 4330.0, 4397.0, 4326.0, 4410.0, 4327.0, 4340.0, 4393.0, 4326.0, 4394.0, 4357.0, 4407.0, 4326.0, 4346.0, 4336.0, 4340.0, 4332.0, 4418.0, 4379.0, 4389.0, 4345.0, 4329.0, 4404.0, 4337.0, 4396.0, 4354.0, 4397.0, 4323.0, 4326.0, 4331.0, 4326.0, 4386.0, 4367.0, 4394.0, 4317.0, 4348.0, 4339.0, 4350.0, 4326.0, 4380.0, 4389.0, 4424.0, 4367.0, 4341.0, 4404.0, 4330.0, 4397.0, 4367.0, 4408.0, 4328.0, 4399.0, 4313.0, 4399.0, 4385.0, 4377.0, 4395.0, 4313.0, 4370.0, 4324.0, 4363.0, 4316.0, 4394.0, 4312.0, 4334.0, 4301.0, 4323.0, 4384.0, 4324.0, 4383.0, 4344.0, 4373.0, 4323.0, 4345.0, 4344.0, 4377.0, 4387.0, 4389.0, 4373.0, 4324.0, 4346.0, 4315.0, 4336.0, 4401.0, 4355.0, 4385.0, 4327.0, 4371.0, 4337.0, 4367.0, 4339.0, 4410.0, 4346.0, 4409.0, 4395.0, 4326.0, 4386.0, 4312.0, 4378.0, 4310.0, 4389.0, 4313.0, 4329.0, 4384.0, 4338.0, 4378.0, 4326.0, 4389.0, 4315.0, 4350.0, 4327.0, 4339.0, 4397.0, 4348.0, 4422.0, 4346.0, 4376.0, 4356.0, 4400.0, 4360.0, 4359.0, 4405.0, 4404.0, 4407.0, 4350.0, 4345.0, 4346.0, 4389.0, 4370.0, 4419.0, 4346.0, 4400.0, 4340.0, 4399.0, 4349.0, 4431.0, 4390.0, 4422.0, 4346.0, 4369.0, 4385.0, 4390.0, 4407.0, 4386.0, 4398.0, 4328.0, 4337.0, 4313.0, 4370.0, 4363.0, 4386.0, 4324.0, 4328.0, 4314.0, 4336.0, 4406.0, 4387.0, 4416.0, 4360.0, 4397.0, 4324.0, 4337.0, 4384.0, 4367.0, 4406.0, 4377.0, 4385.0, 4333.0, 4337.0, 4320.0, 4354.0, 4393.0, 4399.0, 4383.0, 4337.0, 4349.0, 4315.0, 4371.0, 4406.0, 4379.0, 4393.0, 4322.0, 4376.0, 4312.0, 4399.0, 4387.0, 4348.0, 4324.0, 4379.0, 4314.0, 4398.0, 4351.0, 4412.0, 4391.0, 4425.0, 4437.0, 4412.0, 4416.0, 4409.0, 4341.0, 4399.0, 4334.0, 4377.0, 4397.0, 4384.0, 4374.0, 4301.0, 4332.0, 4289.0, 4325.0, 4345.0, 4336.0, 4302.0, 4328.0, 4386.0, 4327.0, 4379.0, 4328.0, 4409.0, 4346.0, 4339.0, 4305.0, 4327.0, 4406.0, 4349.0, 4409.0, 4358.0, 4410.0, 4316.0, 4390.0, 4409.0, 4350.0, 4396.0, 4379.0, 4396.0, 4314.0, 4337.0, 4313.0, 4328.0, 4407.0, 4387.0, 4398.0, 4328.0, 4336.0, 4317.0, 4327.0, 4305.0, 4341.0, 4401.0, 4380.0, 4406.0, 4340.0, 4418.0, 4331.0, 4412.0, 4377.0, 4402.0, 4407.0, 4410.0, 4407.0, 4340.0, 4395.0, 4328.0, 4398.0, 4335.0, 4420.0, 4341.0, 4351.0, 4304.0, 4338.0, 4407.0, 4339.0, 4418.0, 4349.0, 4385.0, 4339.0, 4357.0, 4354.0, 4384.0, 4336.0, 4421.0, 4337.0, 4394.0, 4379.0, 4390.0, 4407.0, 4398.0, 4400.0, 4367.0, 4387.0, 4301.0, 4335.0, 4382.0, 4334.0, 4394.0, 4323.0, 4397.0, 4325.0, 4335.0, 4302.0, 4368.0, 4336.0, 4391.0, 4376.0, 4400.0, 4342.0, 4339.0, 4397.0, 4325.0, 4397.0, 4371.0, 4425.0, 4348.0, 4352.0, 4273.0, 4319.0, 4288.0, 4362.0, 4328.0, 4408.0, 4362.0, 4326.0, 4305.0, 4342.0, 4313.0, 4322.0, 4312.0, 4392.0, 4411.0, 4421.0, 4404.0, 4378.0, 4372.0, 4420.0, 4377.0, 4409.0, 4363.0, 4373.0, 4292.0, 4332.0, 4290.0, 4314.0, 4382.0, 4338.0, 4384.0, 4329.0, 4314.0, 4326.0, 4332.0, 4327.0, 4400.0, 4347.0, 4424.0, 4351.0, 4362.0, 4367.0, 4341.0, 4422.0, 4400.0, 4407.0, 4350.0, 4399.0, 4327.0, 4348.0, 4375.0, 4369.0, 4418.0, 4396.0, 4396.0, 4317.0, 4387.0, 4318.0, 4385.0, 4324.0, 4408.0, 4335.0, 4341.0, 4408.0, 4328.0, 4399.0, 4316.0, 4392.0, 4393.0, 4392.0, 4385.0, 4316.0, 4369.0, 4301.0, 4347.0, 4404.0, 4348.0, 4394.0, 4316.0, 4355.0, 4317.0, 4360.0, 4327.0, 4389.0, 4339.0, 4360.0, 4330.0, 4392.0, 4406.0, 4404.0, 4418.0, 4378.0, 4412.0, 4324.0, 4368.0, 4325.0, 4390.0, 4409.0, 4399.0, 4402.0, 4314.0, 4378.0, 4313.0, 4357.0, 4404.0, 4372.0, 4393.0, 4318.0, 4344.0, 4314.0, 4357.0, 4334.0, 4389.0, 4395.0, 4357.0, 4384.0, 4316.0, 4365.0, 4326.0, 4390.0, 4394.0, 4367.0, 4373.0, 4307.0, 4392.0, 4316.0, 4387.0, 4325.0, 4402.0, 4316.0, 4350.0, 4315.0, 4360.0, 4419.0, 4413.0, 4418.0, 4329.0, 4421.0, 4328.0, 4370.0, 4356.0, 4401.0, 4405.0, 4409.0, 4394.0, 4317.0, 4396.0, 4320.0, 4399.0, 4357.0, 4422.0, 4368.0, 4350.0, 4393.0, 4330.0, 4409.0, 4365.0, 4405.0, 4329.0, 4351.0, 4313.0, 4350.0, 4405.0, 4328.0, 4396.0, 4315.0, 4332.0, 4316.0, 4339.0, 4307.0, 4375.0, 4405.0, 4407.0, 4421.0, 4329.0, 4404.0, 4326.0, 4396.0, 4369.0, 4341.0, 4315.0, 4370.0, 4354.0, 4391.0, 4389.0, 4360.0, 4399.0], 'WindowWidth': [9699.0, 9585.0, 9625.0, 9549.0, 9646.0, 9664.0, 9657.0, 9653.0, 9569.0, 9577.0, 9551.0, 9581.0, 9559.0, 9654.0, 9586.0, 9609.0, 9568.0, 9595.0, 9662.0, 9599.0, 9683.0, 9605.0, 9584.0, 9551.0, 9584.0, 9678.0, 9601.0, 9675.0, 9628.0, 9664.0, 9592.0, 9657.0, 9584.0, 9695.0, 9664.0, 9673.0, 9665.0, 9584.0, 9646.0, 9552.0, 9637.0, 9666.0, 9656.0, 9644.0, 9575.0, 9595.0, 9556.0, 9597.0, 9671.0, 9579.0, 9643.0, 9580.0, 9584.0, 9557.0, 9605.0, 9596.0, 9667.0, 9683.0, 9692.0, 9659.0, 9587.0, 9668.0, 9612.0, 9689.0, 9628.0, 9684.0, 9627.0, 9569.0, 9651.0, 9602.0, 9674.0, 9651.0, 9674.0, 9585.0, 9655.0, 9569.0, 9660.0, 9622.0, 9659.0, 9648.0, 9642.0, 9552.0, 9644.0, 9564.0, 9664.0, 9615.0, 9638.0, 9530.0, 9579.0, 9620.0, 9572.0, 9650.0, 9621.0, 9654.0, 9564.0, 9615.0, 9569.0, 9640.0, 9567.0, 9667.0, 9650.0, 9583.0, 9652.0, 9553.0, 9659.0, 9565.0, 9671.0, 9566.0, 9593.0, 9544.0, 9575.0, 9665.0, 9570.0, 9653.0, 9561.0, 9634.0, 9521.0, 9573.0, 9543.0, 9602.0, 9573.0, 9643.0, 9620.0, 9593.0, 9691.0, 9574.0, 9676.0, 9660.0, 9656.0, 9679.0, 9570.0, 9620.0, 9549.0, 9669.0, 9653.0, 9664.0, 9646.0, 9566.0, 9597.0, 9565.0, 9621.0, 9580.0, 9644.0, 9564.0, 9594.0, 9587.0, 9631.0, 9580.0, 9695.0, 9643.0, 9647.0, 9688.0, 9676.0, 9677.0, 9590.0, 9666.0, 9644.0, 9678.0, 9615.0, 9642.0, 9554.0, 9619.0, 9572.0, 9683.0, 9618.0, 9683.0, 9551.0, 9583.0, 9617.0, 9561.0, 9664.0, 9576.0, 9658.0, 9584.0, 9623.0, 9541.0, 9558.0, 9519.0, 9564.0, 9673.0, 9625.0, 9653.0, 9547.0, 9608.0, 9522.0, 9541.0, 9629.0, 9546.0, 9637.0, 9549.0, 9613.0, 9524.0, 9562.0, 9522.0, 9621.0, 9652.0, 9660.0, 9632.0, 9547.0, 9638.0, 9549.0, 9639.0, 9575.0, 9660.0, 9632.0, 9640.0, 9551.0, 9636.0, 9569.0, 9679.0, 9626.0, 9665.0, 9552.0, 9586.0, 9535.0, 9621.0, 9553.0, 9685.0, 9595.0, 9623.0, 9555.0, 9580.0, 9563.0, 9687.0, 9582.0, 9699.0, 9567.0, 9601.0, 9554.0, 9587.0, 9691.0, 9652.0, 9677.0, 9562.0, 9595.0, 9551.0, 9606.0, 9530.0, 9663.0, 9590.0, 9565.0, 9645.0, 9565.0, 9618.0, 9573.0, 9656.0, 9578.0, 9628.0, 9576.0, 9599.0, 9570.0, 9689.0, 9647.0, 9662.0, 9673.0, 9569.0, 9641.0, 9555.0, 9633.0, 9584.0, 9667.0, 9644.0, 9568.0, 9641.0, 9563.0, 9597.0, 9571.0, 9665.0, 9588.0, 9637.0, 9555.0, 9585.0, 9568.0, 9690.0, 9655.0, 9691.0, 9636.0, 9588.0, 9655.0, 9575.0, 9666.0, 9595.0, 9675.0, 9531.0, 9641.0, 9653.0, 9569.0, 9639.0, 9564.0, 9643.0, 9547.0, 9574.0, 9543.0, 9578.0, 9671.0, 9621.0, 9655.0, 9565.0, 9608.0, 9545.0, 9615.0, 9655.0, 9651.0, 9631.0, 9560.0, 9629.0, 9589.0, 9623.0, 9559.0, 9674.0, 9606.0, 9643.0, 9550.0, 9568.0, 9642.0, 9568.0, 9664.0, 9606.0, 9678.0, 9557.0, 9583.0, 9531.0, 9562.0, 9601.0, 9649.0, 9672.0, 9641.0, 9634.0, 9564.0, 9642.0, 9571.0, 9664.0, 9584.0, 9680.0, 9587.0, 9622.0, 9566.0, 9581.0, 9574.0, 9688.0, 9645.0, 9655.0, 9565.0, 9584.0, 9654.0, 9550.0, 9661.0, 9590.0, 9663.0, 9531.0, 9567.0, 9595.0, 9595.0, 9655.0, 9648.0, 9647.0, 9566.0, 9650.0, 9564.0, 9649.0, 9572.0, 9677.0, 9531.0, 9566.0, 9607.0, 9549.0, 9679.0, 9610.0, 9664.0, 9567.0, 9614.0, 9567.0, 9562.0, 9578.0, 9665.0, 9570.0, 9686.0, 9573.0, 9592.0, 9654.0, 9570.0, 9659.0, 9610.0, 9678.0, 9569.0, 9594.0, 9582.0, 9591.0, 9584.0, 9697.0, 9644.0, 9657.0, 9592.0, 9574.0, 9671.0, 9584.0, 9663.0, 9600.0, 9664.0, 9557.0, 9566.0, 9567.0, 9567.0, 9647.0, 9625.0, 9659.0, 9558.0, 9600.0, 9597.0, 9606.0, 9572.0, 9647.0, 9658.0, 9715.0, 9628.0, 9597.0, 9671.0, 9579.0, 9666.0, 9626.0, 9680.0, 9573.0, 9668.0, 9549.0, 9672.0, 9644.0, 9639.0, 9657.0, 9547.0, 9618.0, 9561.0, 9610.0, 9551.0, 9655.0, 9543.0, 9574.0, 9526.0, 9559.0, 9639.0, 9564.0, 9638.0, 9590.0, 9624.0, 9558.0, 9591.0, 9589.0, 9638.0, 9648.0, 9654.0, 9625.0, 9563.0, 9592.0, 9551.0, 9582.0, 9664.0, 9607.0, 9644.0, 9570.0, 9625.0, 9585.0, 9627.0, 9592.0, 9688.0, 9595.0, 9684.0, 9657.0, 9567.0, 9646.0, 9546.0, 9639.0, 9540.0, 9653.0, 9545.0, 9573.0, 9642.0, 9587.0, 9641.0, 9571.0, 9656.0, 9556.0, 9608.0, 9572.0, 9593.0, 9668.0, 9605.0, 9705.0, 9600.0, 9639.0, 9612.0, 9677.0, 9621.0, 9621.0, 9678.0, 9687.0, 9680.0, 9609.0, 9594.0, 9598.0, 9661.0, 9635.0, 9701.0, 9600.0, 9674.0, 9594.0, 9674.0, 9611.0, 9724.0, 9661.0, 9711.0, 9597.0, 9630.0, 9647.0, 9662.0, 9681.0, 9650.0, 9666.0, 9569.0, 9581.0, 9545.0, 9629.0, 9614.0, 9650.0, 9565.0, 9572.0, 9550.0, 9584.0, 9678.0, 9654.0, 9692.0, 9619.0, 9662.0, 9562.0, 9582.0, 9644.0, 9630.0, 9682.0, 9645.0, 9650.0, 9579.0, 9584.0, 9555.0, 9605.0, 9655.0, 9672.0, 9643.0, 9585.0, 9603.0, 9557.0, 9637.0, 9678.0, 9645.0, 9654.0, 9560.0, 9635.0, 9547.0, 9672.0, 9654.0, 9603.0, 9565.0, 9644.0, 9553.0, 9670.0, 9610.0, 9692.0, 9666.0, 9714.0, 9740.0, 9696.0, 9704.0, 9686.0, 9593.0, 9668.0, 9571.0, 9635.0, 9662.0, 9640.0, 9624.0, 9523.0, 9565.0, 9506.0, 9564.0, 9589.0, 9578.0, 9529.0, 9571.0, 9644.0, 9574.0, 9643.0, 9574.0, 9683.0, 9596.0, 9590.0, 9539.0, 9572.0, 9675.0, 9605.0, 9685.0, 9613.0, 9685.0, 9553.0, 9657.0, 9683.0, 9607.0, 9663.0, 9640.0, 9660.0, 9550.0, 9583.0, 9546.0, 9572.0, 9678.0, 9653.0, 9665.0, 9572.0, 9579.0, 9554.0, 9570.0, 9540.0, 9597.0, 9678.0, 9648.0, 9679.0, 9594.0, 9698.0, 9584.0, 9693.0, 9638.0, 9679.0, 9681.0, 9687.0, 9678.0, 9593.0, 9660.0, 9575.0, 9673.0, 9582.0, 9704.0, 9596.0, 9609.0, 9537.0, 9587.0, 9681.0, 9593.0, 9696.0, 9606.0, 9647.0, 9592.0, 9617.0, 9619.0, 9658.0, 9588.0, 9706.0, 9588.0, 9671.0, 9644.0, 9661.0, 9685.0, 9670.0, 9672.0, 9622.0, 9648.0, 9528.0, 9578.0, 9635.0, 9577.0, 9655.0, 9561.0, 9663.0, 9565.0, 9576.0, 9531.0, 9626.0, 9581.0, 9661.0, 9637.0, 9673.0, 9587.0, 9588.0, 9663.0, 9569.0, 9666.0, 9636.0, 9713.0, 9596.0, 9598.0, 9482.0, 9536.0, 9492.0, 9601.0, 9551.0, 9685.0, 9605.0, 9568.0, 9539.0, 9583.0, 9550.0, 9559.0, 9547.0, 9654.0, 9696.0, 9708.0, 9688.0, 9644.0, 9641.0, 9703.0, 9643.0, 9683.0, 9612.0, 9624.0, 9513.0, 9567.0, 9511.0, 9549.0, 9640.0, 9588.0, 9645.0, 9578.0, 9552.0, 9572.0, 9575.0, 9577.0, 9677.0, 9603.0, 9714.0, 9612.0, 9627.0, 9627.0, 9598.0, 9710.0, 9677.0, 9681.0, 9606.0, 9670.0, 9571.0, 9601.0, 9631.0, 9630.0, 9696.0, 9666.0, 9664.0, 9560.0, 9649.0, 9560.0, 9650.0, 9566.0, 9681.0, 9580.0, 9596.0, 9682.0, 9577.0, 9669.0, 9557.0, 9663.0, 9656.0, 9665.0, 9646.0, 9558.0, 9626.0, 9530.0, 9598.0, 9670.0, 9600.0, 9659.0, 9557.0, 9607.0, 9562.0, 9620.0, 9578.0, 9662.0, 9594.0, 9622.0, 9585.0, 9668.0, 9680.0, 9687.0, 9698.0, 9644.0, 9690.0, 9566.0, 9628.0, 9567.0, 9658.0, 9687.0, 9669.0, 9668.0, 9550.0, 9638.0, 9547.0, 9609.0, 9671.0, 9626.0, 9653.0, 9560.0, 9588.0, 9553.0, 9610.0, 9579.0, 9658.0, 9660.0, 9611.0, 9642.0, 9554.0, 9618.0, 9569.0, 9661.0, 9657.0, 9623.0, 9626.0, 9545.0, 9654.0, 9556.0, 9654.0, 9567.0, 9676.0, 9558.0, 9608.0, 9557.0, 9625.0, 9702.0, 9697.0, 9699.0, 9582.0, 9703.0, 9577.0, 9634.0, 9611.0, 9677.0, 9676.0, 9683.0, 9658.0, 9560.0, 9661.0, 9567.0, 9671.0, 9614.0, 9707.0, 9632.0, 9609.0, 9657.0, 9578.0, 9683.0, 9620.0, 9676.0, 9576.0, 9612.0, 9554.0, 9606.0, 9677.0, 9578.0, 9664.0, 9558.0, 9576.0, 9560.0, 9591.0, 9548.0, 9639.0, 9677.0, 9684.0, 9702.0, 9579.0, 9674.0, 9573.0, 9666.0, 9632.0, 9596.0, 9553.0, 9632.0, 9604.0, 9662.0, 9658.0, 9621.0, 9671.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.001516605504587156</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03542493268348624</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.15921867535017</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1530870809644072</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9555257165786445</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4799</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4951.4639</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11621136637372505</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.288990825688073</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5153124117187353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3980079428270353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.819592296412045</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.328336995917126</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00499708</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020385751500725746</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02539302036166191</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.703787927191255</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>24.8684</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.7269</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.1734</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301869.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>948.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.8677</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9094</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>623.006</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3524.4024</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3737.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74675.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1053.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4695.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.9603</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.289815813768655</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> |