=== 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-0127 --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-0127",
"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-0127_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0127_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-01/func/sub-0127_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5fa89004520c2c4ef84cec19baf206f3</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:22:18.115000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995502, 0.0668574, -0.0671223, -0.0764249, 0.985432, -0.151928]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0832372</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4188, -7739, -7253, 205, -167, 115, -65, 124]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.555</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>25fdae0a-1bdc-4cdc-9329-5657ce835f68||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.6708598136901855, -0.20504248142242432, -0.1511649340391159, 126.71813201904297], [-0.1793733835220337, 2.643843173980713, -0.4222117066383362, -80.26376342773438], [-0.18008433282375336, 0.40761232376098633, 2.662496328353882, -91.35884857177734], [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': ['112218.115000', '112218.575000', '112219.035000', '112219.495000', '112219.955000', '112220.415000', '112220.875000', '112221.335000', '112221.795000', '112222.255000', '112222.715000', '112223.175000', '112223.635000', '112224.095000', '112224.555000', '112225.015000', '112225.475000', '112225.935000', '112226.395000', '112226.855000', '112227.315000', '112227.775000', '112228.235000', '112228.695000', '112229.155000', '112229.615000', '112230.075000', '112230.535000', '112230.995000', '112231.455000', '112231.915000', '112232.375000', '112232.835000', '112233.295000', '112233.755000', '112234.215000', '112234.675000', '112235.135000', '112235.595000', '112236.055000', '112236.515000', '112236.975000', '112237.435000', '112237.895000', '112238.355000', '112238.815000', '112239.275000', '112239.735000', '112240.195000', '112240.655000', '112241.115000', '112241.575000', '112242.035000', '112242.495000', '112242.955000', '112243.415000', '112243.875000', '112244.335000', '112244.795000', '112245.255000', '112245.715000', '112246.175000', '112246.635000', '112247.095000', '112247.555000', '112248.015000', '112248.475000', '112248.935000', '112249.395000', '112249.855000', '112250.315000', '112250.775000', '112251.235000', '112251.695000', '112252.155000', '112252.615000', '112253.075000', '112253.535000', '112253.995000', '112254.455000', '112254.915000', '112255.375000', '112255.835000', '112256.295000', '112256.755000', '112257.215000', '112257.675000', '112258.135000', '112258.595000', '112259.055000', '112259.515000', '112259.975000', '112300.435000', '112300.895000', '112301.355000', '112301.815000', '112302.275000', '112302.735000', '112303.195000', '112303.655000', '112304.115000', '112304.575000', '112305.035000', '112305.495000', '112305.955000', '112306.415000', '112306.875000', '112307.335000', '112307.795000', '112308.255000', '112308.715000', '112309.175000', '112309.635000', '112310.095000', '112310.555000', '112311.015000', '112311.475000', '112311.935000', '112312.395000', '112312.855000', '112313.315000', '112313.775000', '112314.235000', '112314.695000', '112315.155000', '112315.615000', '112316.075000', '112316.535000', '112316.995000', '112317.455000', '112317.915000', '112318.375000', '112318.835000', '112319.295000', '112319.755000', '112320.215000', '112320.675000', '112321.135000', '112321.595000', '112322.055000', '112322.515000', '112322.975000', '112323.435000', '112323.895000', '112324.355000', '112324.815000', '112325.275000', '112325.735000', '112326.195000', '112326.655000', '112327.115000', '112327.575000', '112328.035000', '112328.495000', '112328.955000', '112329.415000', '112329.875000', '112330.335000', '112330.795000', '112331.255000', '112331.715000', '112332.175000', '112332.635000', '112333.095000', '112333.555000', '112334.015000', '112334.475000', '112334.935000', '112335.395000', '112335.855000', '112336.315000', '112336.775000', '112337.235000', '112337.695000', '112338.155000', '112338.615000', '112339.075000', '112339.535000', '112339.995000', '112340.455000', '112340.915000', '112341.375000', '112341.835000', '112342.295000', '112342.755000', '112343.215000', '112343.675000', '112344.135000', '112344.595000', '112345.055000', '112345.515000', '112345.975000', '112346.435000', '112346.895000', '112347.355000', '112347.815000', '112348.275000', '112348.735000', '112349.195000', '112349.655000', '112350.115000', '112350.575000', '112351.035000', '112351.495000', '112351.955000', '112352.415000', '112352.875000', '112353.335000', '112353.795000', '112354.255000', '112354.715000', '112355.175000', '112355.635000', '112356.095000', '112356.555000', '112357.015000', '112357.475000', '112357.935000', '112358.395000', '112358.855000', '112359.315000', '112359.775000', '112400.235000', '112400.695000', '112401.155000', '112401.615000', '112402.075000', '112402.535000', '112402.995000', '112403.455000', '112403.915000', '112404.375000', '112404.835000', '112405.295000', '112405.755000', '112406.215000', '112406.675000', '112407.135000', '112407.595000', '112408.055000', '112408.515000', '112408.975000', '112409.435000', '112409.895000', '112410.355000', '112410.815000', '112411.275000', '112411.735000', '112412.195000', '112412.655000', '112413.115000', '112413.575000', '112414.035000', '112414.495000', '112414.955000', '112415.415000', '112415.875000', '112416.335000', '112416.795000', '112417.255000', '112417.715000', '112418.175000', '112418.635000', '112419.095000', '112419.555000', '112420.015000', '112420.475000', '112420.935000', '112421.395000', '112421.855000', '112422.315000', '112422.775000', '112423.235000', '112423.695000', '112424.155000', '112424.615000', '112425.075000', '112425.535000', '112425.995000', '112426.455000', '112426.915000', '112427.375000', '112427.835000', '112428.295000', '112428.755000', '112429.215000', '112429.675000', '112430.135000', '112430.595000', '112431.055000', '112431.515000', '112431.975000', '112432.435000', '112432.895000', '112433.355000', '112433.815000', '112434.275000', '112434.735000', '112435.195000', '112435.655000', '112436.115000', '112436.575000', '112437.035000', '112437.495000', '112437.955000', '112438.415000', '112438.875000', '112439.335000', '112439.795000', '112440.255000', '112440.715000', '112441.175000', '112441.635000', '112442.095000', '112442.555000', '112443.015000', '112443.475000', '112443.935000', '112444.395000', '112444.855000', '112445.315000', '112445.775000', '112446.235000', '112446.695000', '112447.155000', '112447.615000', '112448.075000', '112448.535000', '112448.995000', '112449.455000', '112449.915000', '112450.375000', '112450.835000', '112451.295000', '112451.755000', '112452.215000', '112452.675000', '112453.135000', '112453.595000', '112454.055000', '112454.515000', '112454.975000', '112455.435000', '112455.895000', '112456.355000', '112456.815000', '112457.275000', '112457.735000', '112458.195000', '112458.655000', '112459.115000', '112459.575000', '112500.035000', '112500.495000', '112500.955000', '112501.415000', '112501.875000', '112502.335000', '112502.795000', '112503.255000', '112503.715000', '112504.175000', '112504.635000', '112505.095000', '112505.555000', '112506.015000', '112506.475000', '112506.935000', '112507.395000', '112507.855000', '112508.315000', '112508.775000', '112509.235000', '112509.695000', '112510.155000', '112510.615000', '112511.075000', '112511.535000', '112511.995000', '112512.455000', '112512.915000', '112513.375000', '112513.835000', '112514.295000', '112514.755000', '112515.215000', '112515.675000', '112516.135000', '112516.595000', '112517.055000', '112517.515000', '112517.975000', '112518.435000', '112518.895000', '112519.355000', '112519.815000', '112520.275000', '112520.735000', '112521.195000', '112521.655000', '112522.115000', '112522.575000', '112523.035000', '112523.495000', '112523.955000', '112524.415000', '112524.875000', '112525.335000', '112525.795000', '112526.255000', '112526.715000', '112527.175000', '112527.635000', '112528.095000', '112528.555000', '112529.015000', '112529.475000', '112529.935000', '112530.395000', '112530.855000', '112531.315000', '112531.775000', '112532.235000', '112532.695000', '112533.155000', '112533.615000', '112534.075000', '112534.535000', '112534.995000', '112535.455000', '112535.915000', '112536.375000', '112536.835000', '112537.295000', '112537.755000', '112538.215000', '112538.675000', '112539.135000', '112539.595000', '112540.055000', '112540.515000', '112540.975000', '112541.435000', '112541.895000', '112542.355000', '112542.815000', '112543.275000', '112543.735000', '112544.195000', '112544.655000', '112545.115000', '112545.575000', '112546.035000', '112546.495000', '112546.955000', '112547.415000', '112547.875000', '112548.335000', '112548.795000', '112549.255000', '112549.715000', '112550.175000', '112550.635000', '112551.095000', '112551.555000', '112552.015000', '112552.475000', '112552.935000', '112553.395000', '112553.855000', '112554.315000', '112554.775000', '112555.235000', '112555.695000', '112556.155000', '112556.615000', '112557.075000', '112557.535000', '112557.995000', '112558.455000', '112558.915000', '112559.375000', '112559.835000', '112600.295000', '112600.755000', '112601.215000', '112601.675000', '112602.135000', '112602.595000', '112603.055000', '112603.515000', '112603.975000', '112604.435000', '112604.895000', '112605.355000', '112605.815000', '112606.275000', '112606.735000', '112607.195000', '112607.655000', '112608.115000', '112608.575000', '112609.035000', '112609.495000', '112609.955000', '112610.415000', '112610.875000', '112611.335000', '112611.795000', '112612.255000', '112612.715000', '112613.175000', '112613.635000', '112614.095000', '112614.555000', '112615.015000', '112615.475000', '112615.935000', '112616.395000', '112616.855000', '112617.315000', '112617.775000', '112618.235000', '112618.695000', '112619.155000', '112619.615000', '112620.075000', '112620.535000', '112620.995000', '112621.455000', '112621.915000', '112622.375000', '112622.835000', '112623.295000', '112623.755000', '112624.215000', '112624.675000', '112625.135000', '112625.595000', '112626.055000', '112626.515000', '112626.975000', '112627.435000', '112627.895000', '112628.355000', '112628.815000', '112629.275000', '112629.735000', '112630.195000', '112630.655000', '112631.115000', '112631.575000', '112632.035000', '112632.495000', '112632.955000', '112633.415000', '112633.875000', '112634.335000', '112634.795000', '112635.255000', '112635.715000', '112636.175000', '112636.635000', '112637.095000', '112637.555000', '112638.015000', '112638.475000', '112638.935000', '112639.395000', '112639.855000', '112640.315000', '112640.775000', '112641.235000', '112641.695000', '112642.155000', '112642.615000', '112643.075000', '112643.535000', '112643.995000', '112644.455000', '112644.915000', '112645.375000', '112645.835000', '112646.295000', '112646.755000', '112647.215000', '112647.675000', '112648.135000', '112648.595000', '112649.055000', '112649.515000', '112649.975000', '112650.435000', '112650.895000', '112651.355000', '112651.815000', '112652.275000', '112652.735000', '112653.195000', '112653.655000', '112654.115000', '112654.575000', '112655.035000', '112655.495000', '112655.955000', '112656.415000', '112656.875000', '112657.335000', '112657.795000', '112658.255000', '112658.715000', '112659.175000', '112659.635000', '112700.095000', '112700.555000', '112701.015000', '112701.475000', '112701.935000', '112702.395000', '112702.855000', '112703.315000', '112703.775000', '112704.235000', '112704.695000', '112705.155000', '112705.615000', '112706.075000', '112706.535000', '112706.995000', '112707.455000', '112707.915000', '112708.375000', '112708.835000', '112709.295000', '112709.755000', '112710.215000', '112710.675000', '112711.135000', '112711.595000', '112712.055000', '112712.515000', '112712.975000', '112713.435000', '112713.895000', '112714.355000', '112714.815000', '112715.275000', '112715.735000', '112716.195000', '112716.655000', '112717.115000', '112717.575000', '112718.035000', '112718.495000', '112718.955000', '112719.415000', '112719.875000', '112720.335000', '112720.795000', '112721.255000', '112721.715000', '112722.175000', '112722.635000', '112723.095000', '112723.555000', '112724.015000', '112724.475000', '112724.935000', '112725.395000', '112725.855000', '112726.315000', '112726.775000', '112727.235000', '112727.695000', '112728.155000', '112728.615000', '112729.075000', '112729.535000', '112729.995000', '112730.455000', '112730.915000', '112731.375000', '112731.835000', '112732.295000', '112732.755000', '112733.215000', '112733.675000', '112734.135000', '112734.595000', '112735.055000', '112735.515000', '112735.975000', '112736.435000', '112736.895000', '112737.355000', '112737.815000', '112738.275000', '112738.735000', '112739.195000', '112739.655000', '112740.115000', '112740.575000', '112741.035000', '112741.495000', '112741.955000', '112742.415000', '112742.875000', '112743.335000', '112743.795000', '112744.255000', '112744.715000', '112745.175000', '112745.635000', '112746.095000', '112746.555000', '112747.015000', '112747.475000', '112747.935000', '112748.395000', '112748.855000', '112749.315000', '112749.775000', '112750.235000', '112750.695000', '112751.155000', '112751.615000', '112752.075000', '112752.535000', '112752.995000', '112753.455000', '112753.915000', '112754.375000', '112754.835000', '112755.295000', '112755.755000', '112756.215000', '112756.675000', '112757.135000', '112757.595000', '112758.055000', '112758.515000', '112758.975000', '112759.435000', '112759.895000', '112800.355000', '112800.815000', '112801.275000', '112801.735000', '112802.195000', '112802.655000', '112803.115000', '112803.575000', '112804.035000', '112804.495000', '112804.955000', '112805.415000', '112805.875000', '112806.335000', '112806.795000', '112807.255000', '112807.715000', '112808.175000', '112808.635000', '112809.095000', '112809.555000', '112810.015000', '112810.475000', '112810.935000', '112811.395000', '112811.855000', '112812.315000', '112812.775000', '112813.235000', '112813.695000', '112814.155000', '112814.615000', '112815.075000', '112815.535000', '112815.995000', '112816.455000', '112816.915000', '112817.375000', '112817.835000', '112818.295000', '112818.755000', '112819.215000', '112819.675000', '112820.135000', '112820.595000', '112821.055000', '112821.515000', '112821.975000', '112822.435000', '112822.895000', '112823.355000', '112823.815000', '112824.275000', '112824.735000', '112825.195000', '112825.655000', '112826.115000', '112826.575000', '112827.035000', '112827.495000', '112827.955000', '112828.415000', '112828.875000', '112829.335000', '112829.795000', '112830.255000', '112830.715000', '112831.175000', '112831.635000', '112832.095000', '112832.555000', '112833.015000', '112833.475000', '112833.935000', '112834.395000', '112834.855000', '112835.315000', '112835.775000', '112836.235000', '112836.695000', '112837.155000', '112837.615000', '112838.075000', '112838.535000', '112838.995000', '112839.455000', '112839.915000', '112840.375000', '112840.835000', '112841.295000', '112841.755000', '112842.215000', '112842.675000', '112843.135000', '112843.595000', '112844.055000', '112844.515000', '112844.975000', '112845.435000', '112845.895000', '112846.355000', '112846.815000', '112847.275000', '112847.735000', '112848.195000', '112848.655000', '112849.115000', '112849.575000', '112850.035000', '112850.495000', '112850.955000', '112851.415000', '112851.875000', '112852.335000', '112852.795000', '112853.255000', '112853.715000', '112854.175000', '112854.635000', '112855.095000', '112855.555000', '112856.015000', '112856.475000', '112856.935000', '112857.395000', '112857.855000', '112858.315000', '112858.775000'], 'ContentTime': ['112230.904000', '112230.908000', '112230.911000', '112230.913000', '112230.916000', '112230.918000', '112230.921000', '112230.924000', '112230.926000', '112230.929000', '112230.931000', '112230.934000', '112230.942000', '112230.944000', '112230.947000', '112230.950000', '112230.952000', '112230.962000', '112230.964000', '112230.967000', '112230.969000', '112230.972000', '112230.975000', '112230.977000', '112230.980000', '112250.859000', '112250.862000', '112250.865000', '112250.867000', '112250.870000', '112250.873000', '112250.875000', '112250.878000', '112250.880000', '112250.883000', '112250.886000', '112250.888000', '112250.891000', '112250.893000', '112250.896000', '112250.898000', '112250.901000', '112250.904000', '112250.906000', '112250.909000', '112250.912000', '112250.914000', '112250.917000', '112250.919000', '112250.922000', '112250.925000', '112250.927000', '112250.930000', '112250.932000', '112250.935000', '112250.937000', '112250.940000', '112250.943000', '112250.945000', '112250.948000', '112250.955000', '112250.958000', '112250.961000', '112250.963000', '112250.966000', '112250.968000', '112250.971000', '112250.974000', '112250.976000', '112310.859000', '112310.861000', '112310.864000', '112310.867000', '112310.869000', '112310.872000', '112310.874000', '112310.877000', '112310.880000', '112310.882000', '112310.885000', '112310.888000', '112310.890000', '112310.893000', '112310.895000', '112310.898000', '112310.900000', '112310.903000', '112310.906000', '112310.908000', '112310.911000', '112310.913000', '112310.916000', '112310.926000', '112310.928000', '112310.931000', '112310.933000', '112310.936000', '112310.938000', '112310.941000', '112310.944000', '112310.946000', '112310.949000', '112310.951000', '112310.954000', '112310.957000', '112310.959000', '112310.962000', '112310.964000', '112310.967000', '112310.969000', '112310.972000', '112310.974000', '112330.859000', '112330.861000', '112330.864000', '112330.867000', '112330.870000', '112330.872000', '112330.875000', '112330.877000', '112330.880000', '112330.882000', '112330.885000', '112330.888000', '112330.890000', '112330.893000', '112330.895000', '112330.898000', '112330.901000', '112330.903000', '112330.906000', '112330.910000', '112330.912000', '112330.915000', '112330.917000', '112330.920000', '112330.923000', '112330.925000', '112330.928000', '112330.930000', '112330.947000', '112330.950000', '112330.952000', '112330.955000', '112330.957000', '112330.960000', '112330.963000', '112330.965000', '112330.968000', '112330.970000', '112330.973000', '112330.976000', '112330.978000', '112330.981000', '112330.983000', '112330.986000', '112350.859000', '112350.862000', '112350.865000', '112350.867000', '112350.870000', '112350.873000', '112350.875000', '112350.878000', '112350.881000', '112350.883000', '112350.886000', '112350.888000', '112350.891000', '112350.894000', '112350.896000', '112350.899000', '112350.901000', '112350.904000', '112350.907000', '112350.909000', '112350.912000', '112350.914000', '112350.917000', '112350.920000', '112350.922000', '112350.925000', '112350.927000', '112350.930000', '112350.933000', '112350.935000', '112350.938000', '112350.941000', '112350.943000', '112350.946000', '112350.948000', '112350.951000', '112350.954000', '112350.956000', '112350.959000', '112350.961000', '112350.964000', '112350.967000', '112350.969000', '112410.859000', '112410.862000', '112410.865000', '112410.867000', '112410.870000', '112410.873000', '112410.875000', '112410.878000', '112410.880000', '112410.883000', '112410.886000', '112410.888000', '112410.891000', '112410.894000', '112410.896000', '112410.899000', '112410.902000', '112410.912000', '112410.914000', '112410.917000', '112410.920000', '112410.923000', '112410.925000', '112410.928000', '112410.930000', '112410.933000', '112410.936000', '112410.938000', '112410.941000', '112410.944000', '112410.946000', '112410.949000', '112410.951000', '112410.954000', '112410.957000', '112410.959000', '112410.962000', '112410.965000', '112410.967000', '112410.970000', '112410.972000', '112410.975000', '112410.978000', '112410.980000', '112430.860000', '112430.863000', '112430.865000', '112430.868000', '112430.871000', '112430.874000', '112430.876000', '112430.879000', '112430.882000', '112430.884000', '112430.887000', '112430.889000', '112430.892000', '112430.895000', '112430.897000', '112430.900000', '112430.902000', '112430.905000', '112430.907000', '112430.910000', '112430.913000', '112430.915000', '112430.918000', '112430.921000', '112430.923000', '112430.926000', '112430.928000', '112430.931000', '112430.934000', '112430.936000', '112430.939000', '112430.941000', '112430.944000', '112430.946000', '112430.949000', '112430.952000', '112430.954000', '112430.957000', '112430.960000', '112430.962000', '112430.965000', '112430.968000', '112430.970000', '112450.860000', '112450.862000', '112450.865000', '112450.868000', '112450.870000', '112450.873000', '112450.876000', '112450.878000', '112450.881000', '112450.883000', '112450.886000', '112450.889000', '112450.891000', '112450.894000', '112450.897000', '112450.899000', '112450.902000', '112450.905000', '112450.907000', '112450.910000', '112450.912000', '112450.915000', '112450.917000', '112450.920000', '112450.923000', '112450.925000', '112450.928000', '112450.931000', '112450.933000', '112450.936000', '112450.938000', '112450.941000', '112450.944000', '112450.946000', '112450.949000', '112450.951000', '112450.954000', '112450.957000', '112450.959000', '112450.962000', '112450.965000', '112450.967000', '112450.970000', '112450.972000', '112510.860000', '112510.863000', '112510.865000', '112510.868000', '112510.870000', '112510.873000', '112510.876000', '112510.878000', '112510.881000', '112510.898000', '112510.901000', '112510.903000', '112510.906000', '112510.909000', '112510.911000', '112510.914000', '112510.916000', '112510.919000', '112510.922000', '112510.924000', '112510.927000', '112510.929000', '112510.932000', '112510.934000', '112510.937000', '112510.940000', '112510.942000', '112510.945000', '112510.948000', '112510.950000', '112510.953000', '112510.955000', '112510.958000', '112510.961000', '112510.963000', '112510.966000', '112510.968000', '112510.971000', '112510.974000', '112510.976000', '112510.979000', '112510.981000', '112510.984000', '112530.858000', '112530.861000', '112530.864000', '112530.867000', '112530.869000', '112530.872000', '112530.875000', '112530.877000', '112530.880000', '112530.882000', '112530.885000', '112530.888000', '112530.890000', '112530.893000', '112530.896000', '112530.898000', '112530.901000', '112530.903000', '112530.906000', '112530.909000', '112530.911000', '112530.914000', '112530.916000', '112530.919000', '112530.922000', '112530.924000', '112530.927000', '112530.929000', '112530.932000', '112530.935000', '112530.937000', '112530.940000', '112530.943000', '112530.946000', '112530.949000', '112530.951000', '112530.954000', '112530.957000', '112530.959000', '112530.962000', '112530.964000', '112530.967000', '112530.970000', '112550.859000', '112550.862000', '112550.865000', '112550.867000', '112550.870000', '112550.873000', '112550.875000', '112550.878000', '112550.881000', '112550.884000', '112550.886000', '112550.889000', '112550.891000', '112550.894000', '112550.897000', '112550.899000', '112550.902000', '112550.905000', '112550.907000', '112550.910000', '112550.912000', '112550.921000', '112550.923000', '112550.926000', '112550.929000', '112550.931000', '112550.934000', '112550.936000', '112550.939000', '112550.942000', '112550.944000', '112550.947000', '112550.950000', '112550.952000', '112550.955000', '112550.957000', '112550.960000', '112550.963000', '112550.965000', '112550.968000', '112550.970000', '112550.973000', '112550.976000', '112550.978000', '112610.859000', '112610.862000', '112610.865000', '112610.868000', '112610.870000', '112610.873000', '112610.875000', '112610.878000', '112610.881000', '112610.884000', '112610.887000', '112610.890000', '112610.893000', '112610.896000', '112610.898000', '112610.901000', '112610.904000', '112610.906000', '112610.909000', '112610.911000', '112610.914000', '112610.917000', '112610.920000', '112610.922000', '112610.925000', '112610.928000', '112610.930000', '112610.933000', '112610.935000', '112610.938000', '112610.940000', '112610.943000', '112610.946000', '112610.948000', '112610.951000', '112610.954000', '112610.956000', '112610.959000', '112610.962000', '112610.964000', '112610.967000', '112610.969000', '112610.972000', '112630.859000', '112630.862000', '112630.865000', '112630.868000', '112630.870000', '112630.873000', '112630.876000', '112630.878000', '112630.881000', '112630.884000', '112630.886000', '112630.889000', '112630.891000', '112630.894000', '112630.897000', '112630.899000', '112630.902000', '112630.905000', '112630.907000', '112630.910000', '112630.912000', '112630.915000', '112630.918000', '112630.920000', '112630.923000', '112630.926000', '112630.928000', '112630.931000', '112630.934000', '112630.936000', '112630.939000', '112630.942000', '112630.944000', '112630.947000', '112630.949000', '112630.962000', '112630.965000', '112630.967000', '112630.970000', '112630.973000', '112630.975000', '112630.978000', '112630.980000', '112630.983000', '112650.860000', '112650.862000', '112650.865000', '112650.868000', '112650.870000', '112650.873000', '112650.876000', '112650.878000', '112650.881000', '112650.884000', '112650.886000', '112650.889000', '112650.891000', '112650.894000', '112650.897000', '112650.899000', '112650.902000', '112650.904000', '112650.907000', '112650.910000', '112650.913000', '112650.915000', '112650.918000', '112650.920000', '112650.923000', '112650.926000', '112650.929000', '112650.931000', '112650.934000', '112650.936000', '112650.939000', '112650.942000', '112650.944000', '112650.947000', '112650.950000', '112650.952000', '112650.955000', '112650.958000', '112650.960000', '112650.963000', '112650.965000', '112650.968000', '112650.971000', '112710.860000', '112710.862000', '112710.865000', '112710.868000', '112710.870000', '112710.873000', '112710.876000', '112710.878000', '112710.881000', '112710.884000', '112710.886000', '112710.889000', '112710.892000', '112710.894000', '112710.897000', '112710.899000', '112710.902000', '112710.905000', '112710.907000', '112710.910000', '112710.913000', '112710.915000', '112710.918000', '112710.920000', '112710.923000', '112710.926000', '112710.928000', '112710.931000', '112710.933000', '112710.936000', '112710.938000', '112710.941000', '112710.944000', '112710.947000', '112710.949000', '112710.952000', '112710.954000', '112710.957000', '112710.960000', '112710.962000', '112710.965000', '112710.968000', '112710.970000', '112710.973000', '112730.860000', '112730.863000', '112730.865000', '112730.868000', '112730.871000', '112730.873000', '112730.876000', '112730.879000', '112730.881000', '112730.884000', '112730.887000', '112730.889000', '112730.892000', '112730.895000', '112730.897000', '112730.900000', '112730.903000', '112730.905000', '112730.908000', '112730.910000', '112730.913000', '112730.916000', '112730.918000', '112730.921000', '112730.924000', '112730.926000', '112730.930000', '112730.933000', '112730.936000', '112730.938000', '112730.941000', '112730.943000', '112730.946000', '112730.949000', '112730.951000', '112730.954000', '112730.957000', '112730.959000', '112730.962000', '112730.964000', '112730.967000', '112730.970000', '112730.972000', '112750.858000', '112750.861000', '112750.864000', '112750.867000', '112750.869000', '112750.872000', '112750.875000', '112750.877000', '112750.880000', '112750.882000', '112750.885000', '112750.888000', '112750.895000', '112750.898000', '112750.901000', '112750.903000', '112750.906000', '112750.909000', '112750.911000', '112750.914000', '112750.917000', '112750.919000', '112750.922000', '112750.924000', '112750.927000', '112750.930000', '112750.932000', '112750.935000', '112750.938000', '112750.940000', '112750.943000', '112750.946000', '112750.948000', '112750.951000', '112750.953000', '112750.956000', '112750.959000', '112750.961000', '112750.964000', '112750.967000', '112750.969000', '112750.972000', '112750.975000', '112750.977000', '112810.859000', '112810.862000', '112810.877000', '112810.880000', '112810.883000', '112810.885000', '112810.888000', '112810.891000', '112810.893000', '112810.896000', '112810.899000', '112810.901000', '112810.904000', '112810.907000', '112810.909000', '112810.913000', '112810.916000', '112810.919000', '112810.921000', '112810.924000', '112810.927000', '112810.930000', '112810.932000', '112810.935000', '112810.937000', '112810.940000', '112810.943000', '112810.945000', '112810.948000', '112810.950000', '112810.953000', '112810.956000', '112810.958000', '112810.961000', '112810.964000', '112810.966000', '112810.969000', '112810.972000', '112810.974000', '112810.977000', '112810.979000', '112810.982000', '112810.985000', '112830.859000', '112830.862000', '112830.865000', '112830.868000', '112830.871000', '112830.873000', '112830.876000', '112830.878000', '112830.881000', '112830.884000', '112830.886000', '112830.889000', '112830.891000', '112830.894000', '112830.897000', '112830.899000', '112830.902000', '112830.905000', '112830.907000', '112830.910000', '112830.912000', '112830.915000', '112830.918000', '112830.920000', '112830.923000', '112830.926000', '112830.928000', '112830.931000', '112830.933000', '112830.936000', '112830.939000', '112830.941000', '112830.944000', '112830.946000', '112830.949000', '112830.952000', '112830.954000', '112830.957000', '112830.959000', '112830.962000', '112830.965000', '112830.968000', '112830.970000', '112830.973000', '112850.860000', '112850.863000', '112850.866000', '112850.868000', '112850.871000', '112850.873000', '112850.876000', '112850.879000', '112850.881000', '112850.884000', '112850.887000', '112850.889000', '112850.892000', '112850.894000', '112850.897000', '112850.900000', '112850.902000', '112850.905000', '112850.908000', '112850.910000', '112850.913000', '112850.916000', '112850.918000', '112850.921000', '112850.924000', '112850.926000', '112850.929000', '112850.932000', '112850.934000', '112850.937000', '112850.940000', '112850.942000', '112850.945000', '112850.948000', '112850.950000', '112850.953000', '112850.956000', '112850.958000', '112850.961000', '112850.963000', '112850.966000', '112850.969000', '112850.972000', '112900.107000', '112900.110000', '112900.112000', '112900.115000', '112900.117000', '112900.120000', '112900.123000', '112900.125000', '112900.128000', '112900.131000', '112900.133000', '112900.136000', '112900.138000', '112900.141000', '112900.144000', '112900.146000', '112900.149000', '112900.152000', '112900.154000', '112900.157000', '112900.160000'], 'InstanceCreationTime': ['112230.904000', '112230.908000', '112230.911000', '112230.913000', '112230.916000', '112230.918000', '112230.921000', '112230.924000', '112230.926000', '112230.929000', '112230.931000', '112230.934000', '112230.942000', '112230.944000', '112230.947000', '112230.950000', '112230.952000', '112230.962000', '112230.964000', '112230.967000', '112230.969000', '112230.972000', '112230.975000', '112230.977000', '112230.980000', '112250.859000', '112250.862000', '112250.865000', '112250.867000', '112250.870000', '112250.873000', '112250.875000', '112250.878000', '112250.880000', '112250.883000', '112250.886000', '112250.888000', '112250.891000', '112250.893000', '112250.896000', '112250.898000', '112250.901000', '112250.904000', '112250.906000', '112250.909000', '112250.912000', '112250.914000', '112250.917000', '112250.919000', '112250.922000', '112250.925000', '112250.927000', '112250.930000', '112250.932000', '112250.935000', '112250.937000', '112250.940000', '112250.943000', '112250.945000', '112250.948000', '112250.955000', '112250.958000', '112250.961000', '112250.963000', '112250.966000', '112250.968000', '112250.971000', '112250.974000', '112250.976000', '112310.859000', '112310.861000', '112310.864000', '112310.867000', '112310.869000', '112310.872000', '112310.874000', '112310.877000', '112310.880000', '112310.882000', '112310.885000', '112310.888000', '112310.890000', '112310.893000', '112310.895000', '112310.898000', '112310.900000', '112310.903000', '112310.906000', '112310.908000', '112310.911000', '112310.913000', '112310.916000', '112310.926000', '112310.928000', '112310.931000', '112310.933000', '112310.936000', '112310.938000', '112310.941000', '112310.944000', '112310.946000', '112310.949000', '112310.951000', '112310.954000', '112310.957000', '112310.959000', '112310.962000', '112310.964000', '112310.967000', '112310.969000', '112310.972000', '112310.974000', '112330.859000', '112330.861000', '112330.864000', '112330.867000', '112330.870000', '112330.872000', '112330.875000', '112330.877000', '112330.880000', '112330.882000', '112330.885000', '112330.888000', '112330.890000', '112330.893000', '112330.895000', '112330.898000', '112330.901000', '112330.903000', '112330.906000', '112330.910000', '112330.912000', '112330.915000', '112330.917000', '112330.920000', '112330.923000', '112330.925000', '112330.928000', '112330.930000', '112330.947000', '112330.950000', '112330.952000', '112330.955000', '112330.957000', '112330.960000', '112330.963000', '112330.965000', '112330.968000', '112330.970000', '112330.973000', '112330.976000', '112330.978000', '112330.981000', '112330.983000', '112330.986000', '112350.859000', '112350.862000', '112350.865000', '112350.867000', '112350.870000', '112350.873000', '112350.875000', '112350.878000', '112350.881000', '112350.883000', '112350.886000', '112350.888000', '112350.891000', '112350.894000', '112350.896000', '112350.899000', '112350.901000', '112350.904000', '112350.907000', '112350.909000', '112350.912000', '112350.914000', '112350.917000', '112350.920000', '112350.922000', '112350.925000', '112350.927000', '112350.930000', '112350.933000', '112350.935000', '112350.938000', '112350.941000', '112350.943000', '112350.946000', '112350.948000', '112350.951000', '112350.954000', '112350.956000', '112350.959000', '112350.961000', '112350.964000', '112350.967000', '112350.969000', '112410.859000', '112410.862000', '112410.865000', '112410.867000', '112410.870000', '112410.873000', '112410.875000', '112410.878000', '112410.880000', '112410.883000', '112410.886000', '112410.888000', '112410.891000', '112410.894000', '112410.896000', '112410.899000', '112410.902000', '112410.912000', '112410.914000', '112410.917000', '112410.920000', '112410.923000', '112410.925000', '112410.928000', '112410.930000', '112410.933000', '112410.936000', '112410.938000', '112410.941000', '112410.944000', '112410.946000', '112410.949000', '112410.951000', '112410.954000', '112410.957000', '112410.959000', '112410.962000', '112410.965000', '112410.967000', '112410.970000', '112410.972000', '112410.975000', '112410.978000', '112410.980000', '112430.860000', '112430.863000', '112430.865000', '112430.868000', '112430.871000', '112430.874000', '112430.876000', '112430.879000', '112430.882000', '112430.884000', '112430.887000', '112430.889000', '112430.892000', '112430.895000', '112430.897000', '112430.900000', '112430.902000', '112430.905000', '112430.907000', '112430.910000', '112430.913000', '112430.915000', '112430.918000', '112430.921000', '112430.923000', '112430.926000', '112430.928000', '112430.931000', '112430.934000', '112430.936000', '112430.939000', '112430.941000', '112430.944000', '112430.946000', '112430.949000', '112430.952000', '112430.954000', '112430.957000', '112430.960000', '112430.962000', '112430.965000', '112430.968000', '112430.970000', '112450.860000', '112450.862000', '112450.865000', '112450.868000', '112450.870000', '112450.873000', '112450.876000', '112450.878000', '112450.881000', '112450.883000', '112450.886000', '112450.889000', '112450.891000', '112450.894000', '112450.897000', '112450.899000', '112450.902000', '112450.905000', '112450.907000', '112450.910000', '112450.912000', '112450.915000', '112450.917000', '112450.920000', '112450.923000', '112450.925000', '112450.928000', '112450.931000', '112450.933000', '112450.936000', '112450.938000', '112450.941000', '112450.944000', '112450.946000', '112450.949000', '112450.951000', '112450.954000', '112450.957000', '112450.959000', '112450.962000', '112450.965000', '112450.967000', '112450.970000', '112450.972000', '112510.860000', '112510.863000', '112510.865000', '112510.868000', '112510.870000', '112510.873000', '112510.876000', '112510.878000', '112510.881000', '112510.898000', '112510.901000', '112510.903000', '112510.906000', '112510.909000', '112510.911000', '112510.914000', '112510.916000', '112510.919000', '112510.922000', '112510.924000', '112510.927000', '112510.929000', '112510.932000', '112510.934000', '112510.937000', '112510.940000', '112510.942000', '112510.945000', '112510.948000', '112510.950000', '112510.953000', '112510.955000', '112510.958000', '112510.961000', '112510.963000', '112510.966000', '112510.968000', '112510.971000', '112510.974000', '112510.976000', '112510.979000', '112510.981000', '112510.984000', '112530.858000', '112530.861000', '112530.864000', '112530.867000', '112530.869000', '112530.872000', '112530.875000', '112530.877000', '112530.880000', '112530.882000', '112530.885000', '112530.888000', '112530.890000', '112530.893000', '112530.896000', '112530.898000', '112530.901000', '112530.903000', '112530.906000', '112530.909000', '112530.911000', '112530.914000', '112530.916000', '112530.919000', '112530.922000', '112530.924000', '112530.927000', '112530.929000', '112530.932000', '112530.935000', '112530.937000', '112530.940000', '112530.943000', '112530.946000', '112530.949000', '112530.951000', '112530.954000', '112530.957000', '112530.959000', '112530.962000', '112530.964000', '112530.967000', '112530.970000', '112550.859000', '112550.862000', '112550.865000', '112550.867000', '112550.870000', '112550.873000', '112550.875000', '112550.878000', '112550.881000', '112550.884000', '112550.886000', '112550.889000', '112550.891000', '112550.894000', '112550.897000', '112550.899000', '112550.902000', '112550.905000', '112550.907000', '112550.910000', '112550.912000', '112550.921000', '112550.923000', '112550.926000', '112550.929000', '112550.931000', '112550.934000', '112550.936000', '112550.939000', '112550.942000', '112550.944000', '112550.947000', '112550.950000', '112550.952000', '112550.955000', '112550.957000', '112550.960000', '112550.963000', '112550.965000', '112550.968000', '112550.970000', '112550.973000', '112550.976000', '112550.978000', '112610.859000', '112610.862000', '112610.865000', '112610.868000', '112610.870000', '112610.873000', '112610.875000', '112610.878000', '112610.881000', '112610.884000', '112610.887000', '112610.890000', '112610.893000', '112610.896000', '112610.898000', '112610.901000', '112610.904000', '112610.906000', '112610.909000', '112610.911000', '112610.914000', '112610.917000', '112610.920000', '112610.922000', '112610.925000', '112610.928000', '112610.930000', '112610.933000', '112610.935000', '112610.938000', '112610.940000', '112610.943000', '112610.946000', '112610.948000', '112610.951000', '112610.954000', '112610.956000', '112610.959000', '112610.962000', '112610.964000', '112610.967000', '112610.969000', '112610.972000', '112630.859000', '112630.862000', '112630.865000', '112630.868000', '112630.870000', '112630.873000', '112630.876000', '112630.878000', '112630.881000', '112630.884000', '112630.886000', '112630.889000', '112630.891000', '112630.894000', '112630.897000', '112630.899000', '112630.902000', '112630.905000', '112630.907000', '112630.910000', '112630.912000', '112630.915000', '112630.918000', '112630.920000', '112630.923000', '112630.926000', '112630.928000', '112630.931000', '112630.934000', '112630.936000', '112630.939000', '112630.942000', '112630.944000', '112630.947000', '112630.949000', '112630.962000', '112630.965000', '112630.967000', '112630.970000', '112630.973000', '112630.975000', '112630.978000', '112630.980000', '112630.983000', '112650.860000', '112650.862000', '112650.865000', '112650.868000', '112650.870000', '112650.873000', '112650.876000', '112650.878000', '112650.881000', '112650.884000', '112650.886000', '112650.889000', '112650.891000', '112650.894000', '112650.897000', '112650.899000', '112650.902000', '112650.904000', '112650.907000', '112650.910000', '112650.913000', '112650.915000', '112650.918000', '112650.920000', '112650.923000', '112650.926000', '112650.929000', '112650.931000', '112650.934000', '112650.936000', '112650.939000', '112650.942000', '112650.944000', '112650.947000', '112650.950000', '112650.952000', '112650.955000', '112650.958000', '112650.960000', '112650.963000', '112650.965000', '112650.968000', '112650.971000', '112710.860000', '112710.862000', '112710.865000', '112710.868000', '112710.870000', '112710.873000', '112710.876000', '112710.878000', '112710.881000', '112710.884000', '112710.886000', '112710.889000', '112710.892000', '112710.894000', '112710.897000', '112710.899000', '112710.902000', '112710.905000', '112710.907000', '112710.910000', '112710.913000', '112710.915000', '112710.918000', '112710.920000', '112710.923000', '112710.926000', '112710.928000', '112710.931000', '112710.933000', '112710.936000', '112710.938000', '112710.941000', '112710.944000', '112710.947000', '112710.949000', '112710.952000', '112710.954000', '112710.957000', '112710.960000', '112710.962000', '112710.965000', '112710.968000', '112710.970000', '112710.973000', '112730.860000', '112730.863000', '112730.865000', '112730.868000', '112730.871000', '112730.873000', '112730.876000', '112730.879000', '112730.881000', '112730.884000', '112730.887000', '112730.889000', '112730.892000', '112730.895000', '112730.897000', '112730.900000', '112730.903000', '112730.905000', '112730.908000', '112730.910000', '112730.913000', '112730.916000', '112730.918000', '112730.921000', '112730.924000', '112730.926000', '112730.930000', '112730.933000', '112730.936000', '112730.938000', '112730.941000', '112730.943000', '112730.946000', '112730.949000', '112730.951000', '112730.954000', '112730.957000', '112730.959000', '112730.962000', '112730.964000', '112730.967000', '112730.970000', '112730.972000', '112750.858000', '112750.861000', '112750.864000', '112750.867000', '112750.869000', '112750.872000', '112750.875000', '112750.877000', '112750.880000', '112750.882000', '112750.885000', '112750.888000', '112750.895000', '112750.898000', '112750.901000', '112750.903000', '112750.906000', '112750.909000', '112750.911000', '112750.914000', '112750.917000', '112750.919000', '112750.922000', '112750.924000', '112750.927000', '112750.930000', '112750.932000', '112750.935000', '112750.938000', '112750.940000', '112750.943000', '112750.946000', '112750.948000', '112750.951000', '112750.953000', '112750.956000', '112750.959000', '112750.961000', '112750.964000', '112750.967000', '112750.969000', '112750.972000', '112750.975000', '112750.977000', '112810.859000', '112810.862000', '112810.877000', '112810.880000', '112810.883000', '112810.885000', '112810.888000', '112810.891000', '112810.893000', '112810.896000', '112810.899000', '112810.901000', '112810.904000', '112810.907000', '112810.909000', '112810.913000', '112810.916000', '112810.919000', '112810.921000', '112810.924000', '112810.927000', '112810.930000', '112810.932000', '112810.935000', '112810.937000', '112810.940000', '112810.943000', '112810.945000', '112810.948000', '112810.950000', '112810.953000', '112810.956000', '112810.958000', '112810.961000', '112810.964000', '112810.966000', '112810.969000', '112810.972000', '112810.974000', '112810.977000', '112810.979000', '112810.982000', '112810.985000', '112830.859000', '112830.862000', '112830.865000', '112830.868000', '112830.871000', '112830.873000', '112830.876000', '112830.878000', '112830.881000', '112830.884000', '112830.886000', '112830.889000', '112830.891000', '112830.894000', '112830.897000', '112830.899000', '112830.902000', '112830.905000', '112830.907000', '112830.910000', '112830.912000', '112830.915000', '112830.918000', '112830.920000', '112830.923000', '112830.926000', '112830.928000', '112830.931000', '112830.933000', '112830.936000', '112830.939000', '112830.941000', '112830.944000', '112830.946000', '112830.949000', '112830.952000', '112830.954000', '112830.957000', '112830.959000', '112830.962000', '112830.965000', '112830.968000', '112830.970000', '112830.973000', '112850.860000', '112850.863000', '112850.866000', '112850.868000', '112850.871000', '112850.873000', '112850.876000', '112850.879000', '112850.881000', '112850.884000', '112850.887000', '112850.889000', '112850.892000', '112850.894000', '112850.897000', '112850.900000', '112850.902000', '112850.905000', '112850.908000', '112850.910000', '112850.913000', '112850.916000', '112850.918000', '112850.921000', '112850.924000', '112850.926000', '112850.929000', '112850.932000', '112850.934000', '112850.937000', '112850.940000', '112850.942000', '112850.945000', '112850.948000', '112850.950000', '112850.953000', '112850.956000', '112850.958000', '112850.961000', '112850.963000', '112850.966000', '112850.969000', '112850.972000', '112900.107000', '112900.110000', '112900.112000', '112900.115000', '112900.117000', '112900.120000', '112900.123000', '112900.125000', '112900.128000', '112900.131000', '112900.133000', '112900.136000', '112900.138000', '112900.141000', '112900.144000', '112900.146000', '112900.149000', '112900.152000', '112900.154000', '112900.157000', '112900.160000'], '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': [14358, 9346, 9945, 12093, 8231, 10665, 9948, 8051, 10723, 6620, 8975, 8888, 7874, 10537, 7294, 10968, 7164, 10582, 12088, 8317, 9505, 11661, 7800, 9369, 11022, 7463, 9762, 9494, 7609, 10144, 7334, 8562, 10361, 7447, 10808, 7756, 8830, 10542, 7489, 10407, 10102, 7726, 10188, 7561, 8707, 8884, 7476, 11605, 7261, 11018, 7256, 9697, 6887, 8244, 12361, 7519, 10243, 6949, 8470, 12360, 6943, 10184, 7028, 7945, 10385, 7061, 11144, 12618, 7770, 10001, 12701, 7888, 9325, 10576, 6885, 9951, 6552, 6996, 11401, 6678, 9065, 6758, 8593, 7576, 8544, 12178, 7728, 12244, 9153, 10224, 8971, 11698, 13599, 7444, 11298, 13634, 8075, 10512, 12804, 7914, 9482, 7298, 9436, 8009, 9352, 8190, 11134, 7897, 12538, 8857, 10969, 11458, 8896, 14001, 12188, 11122, 14278, 10585, 12263, 8584, 8986, 14172, 8530, 7024, 9911, 15705, 10642, 7595, 12020, 11090, 8644, 10974, 8584, 6798, 10059, 6455, 6665, 7406, 12250, 8965, 7582, 12344, 7965, 8339, 12285, 7462, 9377, 7808, 9766, 8719, 12465, 12769, 10999, 9520, 15088, 15982, 12732, 11126, 15185, 12221, 8915, 12777, 8459, 8582, 12635, 7906, 9276, 7675, 7967, 11496, 7628, 9605, 6980, 9724, 7720, 10024, 8181, 9961, 7843, 9753, 8647, 8897, 10074, 8260, 11397, 9808, 8063, 11260, 9495, 7810, 11457, 7166, 8398, 8868, 8092, 6650, 10557, 12823, 7597, 9804, 6575, 8995, 8487, 9016, 11216, 8230, 11958, 8492, 11279, 8209, 11671, 9415, 8775, 12852, 8443, 12230, 9227, 10513, 8374, 14082, 13934, 8152, 11374, 13506, 8858, 10128, 13339, 8134, 9395, 12637, 7220, 9909, 13063, 7710, 10255, 7135, 10337, 13381, 7874, 9365, 12837, 7506, 8741, 12479, 7761, 10062, 12095, 8254, 11487, 11739, 9067, 11081, 9300, 9049, 7168, 12433, 8125, 12050, 9377, 9783, 12577, 8743, 12139, 9348, 9386, 8156, 12593, 15243, 9847, 11607, 13715, 9270, 9640, 13283, 8460, 9383, 12271, 7793, 7840, 9311, 12289, 8596, 8593, 12129, 8293, 10024, 11282, 8085, 11186, 7864, 10924, 8064, 9158, 9209, 9606, 10649, 8925, 10608, 7425, 11826, 7895, 11409, 9743, 9827, 12660, 8538, 12349, 8113, 10402, 11617, 9031, 10063, 11759, 15524, 8304, 9213, 13940, 14517, 7830, 12361, 8433, 10285, 11339, 7673, 11438, 7828, 10055, 8815, 11491, 13290, 7606, 10968, 9818, 7642, 12118, 8782, 11043, 8050, 11320, 8835, 11323, 12031, 9342, 12435, 8973, 12050, 8451, 13422, 9340, 9801, 13133, 9065, 16105, 13743, 9195, 12470, 13154, 9686, 7515, 7900, 11776, 8316, 12059, 13197, 8439, 10966, 8827, 9634, 10483, 7599, 11059, 7341, 10256, 7329, 10778, 8187, 10080, 10056, 9467, 12223, 9071, 12670, 7912, 11741, 8231, 10972, 12975, 9712, 12027, 9422, 10587, 14122, 9087, 9574, 13927, 8466, 9694, 10489, 9749, 7149, 10131, 12849, 7449, 9870, 13001, 7678, 9101, 7065, 9268, 9122, 8617, 11487, 8551, 12544, 8864, 11307, 8493, 11044, 10491, 9189, 13010, 10034, 12581, 9093, 13987, 14988, 11824, 10334, 14295, 9622, 9894, 13932, 9286, 9965, 13380, 8217, 10034, 7529, 8452, 11950, 7781, 10511, 12095, 7594, 10701, 7261, 9106, 11280, 7688, 11391, 8966, 9666, 6663, 9329, 10171, 8154, 12613, 8663, 11968, 8905, 11631, 7246, 11014, 8111, 11089, 10665, 10409, 10378, 8304, 13169, 8715, 10782, 13536, 9548, 13327, 8863, 13823, 15773, 10815, 9555, 14908, 9411, 10222, 13789, 8530, 9939, 11900, 8208, 10936, 7084, 10090, 10482, 8235, 12273, 8665, 10111, 11663, 8344, 11549, 10058, 8242, 11957, 10051, 8662, 12310, 8828, 8755, 12298, 8171, 9382, 12369, 8251, 9188, 12375, 7759, 10532, 10670, 8089, 11784, 8362, 10387, 9734, 7130, 11730, 10421, 7842, 11844, 8447, 10050, 8463, 7688, 11987, 8116, 10953, 9815, 9141, 12445, 7750, 10445, 13059, 8609, 9775, 8398, 9451, 9873, 10083, 11854, 10201, 9082, 12282, 15445, 9622, 9453, 15500, 12697, 9465, 13011, 12757, 8559, 12489, 11688, 8779, 12681, 9283, 10518, 7107, 9768, 8275, 10382, 11170, 8963, 12322, 9109, 11388, 7761, 10586, 8166, 10753, 9369, 9240, 9665, 8075, 11984, 8227, 10518, 13703, 9483, 9492, 13045, 7339, 9362, 11977, 7424, 9850, 7343, 10128, 7117, 10559, 7090, 10498, 9257, 9701, 11098, 9033, 12596, 8323, 11070, 9710, 9598, 13317, 9943, 8494, 9668, 15576, 13031, 8743, 12008, 14418, 10719, 11510, 13350, 8342, 10080, 11493, 8263, 11739, 8062, 11027, 7832, 9328, 9649, 9476, 10986, 9895, 10352, 8528, 12353, 8625, 11695, 8842, 10186, 8933, 8236, 15914, 13334, 8427, 11783, 10026, 8893, 11978, 7823, 10529, 7716, 11355, 8916, 9800, 8951, 12063, 7686, 9445, 7570, 10404, 9486, 10206, 8000, 11565, 13041, 8689, 10931, 13001, 8998, 10717, 7523, 9187, 8713, 10583, 9966, 11959, 8407, 10764, 7820, 11251, 10449, 10042, 11473, 8791, 12059, 9626, 6725, 15158, 8387, 8014, 7624, 9929, 9387, 10010, 9414, 12521, 13758, 16491, 12226, 15834, 15442, 15140, 10714, 12147, 9164, 8000, 10476, 8693, 12207, 9186, 8417, 10772, 8662, 13290, 9613, 8873, 8905, 10198, 9119, 8157, 10967, 11965, 9277, 11827, 7562, 9313, 10854, 7708, 11754, 7170, 8167, 8376, 6735, 8873, 6779, 10539, 12772, 7434, 11302, 8204, 8102, 12229, 8901, 11691, 7339, 10816, 8555, 10545, 10645, 10347, 11809, 9098, 13296, 9447, 14064, 10743, 11715, 8694, 16179, 14649, 10580, 12370, 14526, 10026, 10516, 13832, 8264, 10165, 10867, 8408, 8752, 9549, 8603, 7624, 9337, 8623, 13006, 9078, 11819, 7552, 11436, 9896, 8880, 12393, 9416, 12111, 7646, 10382, 10776, 8076, 13874, 9398, 9857, 8536, 7765, 16049, 13905, 9078, 11516, 13764, 9182, 10142, 12249, 7838, 9800, 6876, 10183, 7048, 10786, 7792, 11232, 12755, 8992, 10139, 11607, 7407, 10375, 8203, 8097, 7032, 10902, 9536, 8639, 10747, 7655, 11892, 8343, 11594, 9438, 9394, 10365, 7580, 11818, 7704, 9618, 11351, 8345, 11715, 7621, 10475, 14685, 8566, 9269, 13074, 8785, 9106, 12523, 7247, 9166, 12038, 7947, 10104, 6915, 9755, 12460, 7755, 10576, 11863, 8051, 10383, 6792, 10592, 12867, 7864, 10525, 10123, 8506, 10376, 7779, 12054], 'WindowCenter': [4256.0, 4197.0, 4194.0, 4198.0, 4167.0, 4187.0, 4163.0, 4155.0, 4189.0, 4148.0, 4181.0, 4165.0, 4167.0, 4187.0, 4171.0, 4187.0, 4158.0, 4190.0, 4186.0, 4154.0, 4165.0, 4173.0, 4143.0, 4164.0, 4172.0, 4143.0, 4176.0, 4162.0, 4154.0, 4174.0, 4144.0, 4167.0, 4176.0, 4158.0, 4199.0, 4169.0, 4181.0, 4190.0, 4171.0, 4203.0, 4188.0, 4159.0, 4189.0, 4159.0, 4181.0, 4179.0, 4171.0, 4202.0, 4173.0, 4203.0, 4174.0, 4204.0, 4174.0, 4196.0, 4225.0, 4175.0, 4205.0, 4176.0, 4196.0, 4225.0, 4175.0, 4206.0, 4173.0, 4187.0, 4204.0, 4175.0, 4217.0, 4213.0, 4172.0, 4194.0, 4211.0, 4171.0, 4192.0, 4190.0, 4161.0, 4203.0, 4162.0, 4175.0, 4215.0, 4177.0, 4208.0, 4190.0, 4211.0, 4202.0, 4224.0, 4243.0, 4213.0, 4244.0, 4223.0, 4233.0, 4227.0, 4234.0, 4240.0, 4188.0, 4231.0, 4239.0, 4198.0, 4219.0, 4227.0, 4185.0, 4208.0, 4199.0, 4220.0, 4212.0, 4233.0, 4223.0, 4256.0, 4227.0, 4268.0, 4237.0, 4249.0, 4247.0, 4227.0, 4257.0, 4243.0, 4234.0, 4240.0, 4221.0, 4218.0, 4197.0, 4197.0, 4237.0, 4196.0, 4177.0, 4209.0, 4250.0, 4203.0, 4186.0, 4228.0, 4217.0, 4196.0, 4214.0, 4197.0, 4163.0, 4193.0, 4150.0, 4178.0, 4203.0, 4244.0, 4197.0, 4199.0, 4240.0, 4198.0, 4210.0, 4240.0, 4201.0, 4221.0, 4212.0, 4233.0, 4226.0, 4256.0, 4243.0, 4231.0, 4209.0, 4241.0, 4240.0, 4205.0, 4192.0, 4211.0, 4188.0, 4166.0, 4184.0, 4153.0, 4152.0, 4181.0, 4141.0, 4163.0, 4141.0, 4153.0, 4182.0, 4153.0, 4163.0, 4145.0, 4175.0, 4167.0, 4188.0, 4180.0, 4190.0, 4171.0, 4193.0, 4181.0, 4195.0, 4192.0, 4184.0, 4216.0, 4191.0, 4172.0, 4202.0, 4179.0, 4172.0, 4203.0, 4160.0, 4182.0, 4191.0, 4185.0, 4177.0, 4230.0, 4238.0, 4198.0, 4218.0, 4189.0, 4221.0, 4210.0, 4223.0, 4242.0, 4213.0, 4245.0, 4225.0, 4245.0, 4214.0, 4246.0, 4223.0, 4224.0, 4255.0, 4215.0, 4245.0, 4223.0, 4234.0, 4213.0, 4256.0, 4252.0, 4199.0, 4231.0, 4239.0, 4208.0, 4220.0, 4240.0, 4197.0, 4210.0, 4227.0, 4187.0, 4219.0, 4237.0, 4198.0, 4219.0, 4202.0, 4245.0, 4252.0, 4211.0, 4224.0, 4242.0, 4189.0, 4211.0, 4240.0, 4200.0, 4222.0, 4240.0, 4211.0, 4245.0, 4231.0, 4211.0, 4232.0, 4224.0, 4222.0, 4204.0, 4254.0, 4214.0, 4256.0, 4222.0, 4234.0, 4243.0, 4213.0, 4257.0, 4222.0, 4223.0, 4215.0, 4257.0, 4254.0, 4220.0, 4231.0, 4241.0, 4208.0, 4209.0, 4229.0, 4186.0, 4208.0, 4215.0, 4199.0, 4198.0, 4221.0, 4231.0, 4196.0, 4198.0, 4228.0, 4197.0, 4221.0, 4228.0, 4199.0, 4229.0, 4211.0, 4232.0, 4199.0, 4221.0, 4221.0, 4223.0, 4234.0, 4224.0, 4244.0, 4215.0, 4254.0, 4215.0, 4256.0, 4235.0, 4248.0, 4268.0, 4226.0, 4258.0, 4214.0, 4235.0, 4244.0, 4224.0, 4237.0, 4260.0, 4269.0, 4212.0, 4222.0, 4255.0, 4240.0, 4188.0, 4230.0, 4199.0, 4221.0, 4228.0, 4199.0, 4230.0, 4187.0, 4219.0, 4221.0, 4245.0, 4251.0, 4201.0, 4232.0, 4220.0, 4201.0, 4243.0, 4223.0, 4243.0, 4213.0, 4244.0, 4224.0, 4248.0, 4244.0, 4224.0, 4244.0, 4224.0, 4244.0, 4214.0, 4268.0, 4235.0, 4235.0, 4267.0, 4226.0, 4268.0, 4240.0, 4209.0, 4228.0, 4226.0, 4195.0, 4174.0, 4198.0, 4227.0, 4197.0, 4229.0, 4224.0, 4183.0, 4205.0, 4182.0, 4206.0, 4204.0, 4187.0, 4227.0, 4188.0, 4218.0, 4189.0, 4232.0, 4212.0, 4235.0, 4234.0, 4236.0, 4256.0, 4226.0, 4256.0, 4216.0, 4246.0, 4215.0, 4248.0, 4255.0, 4223.0, 4245.0, 4223.0, 4235.0, 4243.0, 4199.0, 4211.0, 4241.0, 4197.0, 4208.0, 4217.0, 4224.0, 4189.0, 4232.0, 4240.0, 4201.0, 4233.0, 4241.0, 4201.0, 4223.0, 4203.0, 4236.0, 4236.0, 4240.0, 4258.0, 4240.0, 4269.0, 4239.0, 4259.0, 4229.0, 4261.0, 4248.0, 4240.0, 4269.0, 4238.0, 4258.0, 4226.0, 4268.0, 4257.0, 4234.0, 4224.0, 4243.0, 4207.0, 4209.0, 4228.0, 4196.0, 4206.0, 4224.0, 4184.0, 4206.0, 4184.0, 4196.0, 4226.0, 4188.0, 4221.0, 4228.0, 4188.0, 4219.0, 4189.0, 4213.0, 4231.0, 4203.0, 4244.0, 4226.0, 4235.0, 4194.0, 4237.0, 4235.0, 4217.0, 4257.0, 4228.0, 4260.0, 4242.0, 4260.0, 4220.0, 4261.0, 4230.0, 4261.0, 4251.0, 4263.0, 4250.0, 4241.0, 4271.0, 4239.0, 4249.0, 4269.0, 4239.0, 4258.0, 4227.0, 4258.0, 4267.0, 4223.0, 4211.0, 4242.0, 4199.0, 4210.0, 4228.0, 4196.0, 4209.0, 4216.0, 4186.0, 4216.0, 4188.0, 4222.0, 4219.0, 4211.0, 4241.0, 4210.0, 4223.0, 4230.0, 4200.0, 4233.0, 4209.0, 4202.0, 4231.0, 4208.0, 4200.0, 4229.0, 4197.0, 4199.0, 4228.0, 4196.0, 4210.0, 4229.0, 4186.0, 4208.0, 4228.0, 4189.0, 4222.0, 4219.0, 4201.0, 4231.0, 4200.0, 4222.0, 4210.0, 4191.0, 4245.0, 4221.0, 4202.0, 4248.0, 4215.0, 4235.0, 4214.0, 4216.0, 4246.0, 4216.0, 4248.0, 4237.0, 4238.0, 4258.0, 4217.0, 4250.0, 4259.0, 4215.0, 4236.0, 4215.0, 4237.0, 4237.0, 4251.0, 4260.0, 4251.0, 4240.0, 4274.0, 4284.0, 4226.0, 4226.0, 4269.0, 4243.0, 4213.0, 4243.0, 4229.0, 4200.0, 4231.0, 4217.0, 4196.0, 4227.0, 4197.0, 4218.0, 4177.0, 4209.0, 4198.0, 4223.0, 4231.0, 4213.0, 4242.0, 4212.0, 4232.0, 4202.0, 4232.0, 4212.0, 4234.0, 4212.0, 4226.0, 4223.0, 4205.0, 4244.0, 4213.0, 4235.0, 4244.0, 4212.0, 4212.0, 4229.0, 4188.0, 4211.0, 4228.0, 4188.0, 4219.0, 4203.0, 4233.0, 4205.0, 4247.0, 4219.0, 4261.0, 4239.0, 4252.0, 4261.0, 4242.0, 4272.0, 4231.0, 4262.0, 4240.0, 4251.0, 4271.0, 4239.0, 4229.0, 4240.0, 4284.0, 4247.0, 4216.0, 4248.0, 4255.0, 4223.0, 4234.0, 4240.0, 4200.0, 4222.0, 4229.0, 4199.0, 4230.0, 4201.0, 4234.0, 4203.0, 4225.0, 4235.0, 4236.0, 4247.0, 4238.0, 4237.0, 4228.0, 4258.0, 4227.0, 4248.0, 4225.0, 4238.0, 4225.0, 4216.0, 4269.0, 4244.0, 4202.0, 4233.0, 4209.0, 4211.0, 4230.0, 4190.0, 4221.0, 4202.0, 4233.0, 4224.0, 4235.0, 4226.0, 4247.0, 4204.0, 4225.0, 4214.0, 4247.0, 4236.0, 4237.0, 4217.0, 4261.0, 4257.0, 4215.0, 4236.0, 4244.0, 4225.0, 4238.0, 4203.0, 4226.0, 4226.0, 4247.0, 4239.0, 4261.0, 4227.0, 4250.0, 4230.0, 4261.0, 4248.0, 4239.0, 4261.0, 4256.0, 4274.0, 4242.0, 4208.0, 4280.0, 4213.0, 4213.0, 4201.0, 4234.0, 4221.0, 4235.0, 4237.0, 4271.0, 4285.0, 4282.0, 4248.0, 4281.0, 4283.0, 4257.0, 4223.0, 4218.0, 4197.0, 4175.0, 4206.0, 4197.0, 4228.0, 4198.0, 4186.0, 4205.0, 4199.0, 4224.0, 4194.0, 4183.0, 4185.0, 4191.0, 4183.0, 4172.0, 4207.0, 4213.0, 4193.0, 4215.0, 4171.0, 4195.0, 4202.0, 4176.0, 4215.0, 4188.0, 4198.0, 4212.0, 4194.0, 4238.0, 4208.0, 4251.0, 4257.0, 4207.0, 4247.0, 4215.0, 4217.0, 4247.0, 4227.0, 4258.0, 4219.0, 4249.0, 4227.0, 4251.0, 4252.0, 4252.0, 4260.0, 4243.0, 4269.0, 4237.0, 4257.0, 4236.0, 4246.0, 4228.0, 4280.0, 4255.0, 4221.0, 4244.0, 4240.0, 4209.0, 4222.0, 4228.0, 4198.0, 4218.0, 4217.0, 4188.0, 4210.0, 4222.0, 4211.0, 4214.0, 4223.0, 4227.0, 4269.0, 4239.0, 4260.0, 4230.0, 4260.0, 4238.0, 4230.0, 4257.0, 4226.0, 4247.0, 4205.0, 4235.0, 4234.0, 4204.0, 4245.0, 4212.0, 4223.0, 4200.0, 4191.0, 4255.0, 4228.0, 4187.0, 4218.0, 4224.0, 4195.0, 4206.0, 4214.0, 4174.0, 4204.0, 4177.0, 4217.0, 4190.0, 4230.0, 4202.0, 4234.0, 4242.0, 4201.0, 4222.0, 4220.0, 4191.0, 4221.0, 4198.0, 4200.0, 4205.0, 4246.0, 4224.0, 4226.0, 4247.0, 4218.0, 4258.0, 4228.0, 4261.0, 4227.0, 4240.0, 4238.0, 4219.0, 4250.0, 4217.0, 4238.0, 4247.0, 4217.0, 4247.0, 4217.0, 4249.0, 4270.0, 4215.0, 4226.0, 4247.0, 4203.0, 4227.0, 4244.0, 4193.0, 4214.0, 4242.0, 4203.0, 4223.0, 4203.0, 4237.0, 4245.0, 4205.0, 4248.0, 4245.0, 4216.0, 4236.0, 4206.0, 4250.0, 4260.0, 4216.0, 4239.0, 4236.0, 4228.0, 4237.0, 4219.0, 4260.0], 'WindowWidth': [9422.0, 9324.0, 9312.0, 9306.0, 9263.0, 9289.0, 9252.0, 9246.0, 9295.0, 9242.0, 9288.0, 9259.0, 9265.0, 9291.0, 9280.0, 9293.0, 9254.0, 9299.0, 9289.0, 9242.0, 9257.0, 9267.0, 9226.0, 9256.0, 9261.0, 9226.0, 9274.0, 9249.0, 9242.0, 9268.0, 9229.0, 9264.0, 9275.0, 9254.0, 9309.0, 9272.0, 9292.0, 9299.0, 9276.0, 9322.0, 9295.0, 9256.0, 9296.0, 9257.0, 9290.0, 9284.0, 9278.0, 9319.0, 9284.0, 9324.0, 9286.0, 9327.0, 9288.0, 9319.0, 9356.0, 9288.0, 9328.0, 9290.0, 9319.0, 9357.0, 9289.0, 9331.0, 9284.0, 9305.0, 9325.0, 9288.0, 9347.0, 9339.0, 9280.0, 9311.0, 9331.0, 9275.0, 9306.0, 9300.0, 9265.0, 9323.0, 9268.0, 9291.0, 9344.0, 9297.0, 9341.0, 9321.0, 9350.0, 9338.0, 9371.0, 9394.0, 9355.0, 9397.0, 9368.0, 9380.0, 9377.0, 9382.0, 9384.0, 9312.0, 9371.0, 9382.0, 9326.0, 9354.0, 9367.0, 9300.0, 9338.0, 9330.0, 9359.0, 9355.0, 9383.0, 9370.0, 9418.0, 9383.0, 9439.0, 9393.0, 9412.0, 9404.0, 9378.0, 9421.0, 9393.0, 9380.0, 9385.0, 9356.0, 9353.0, 9321.0, 9322.0, 9377.0, 9317.0, 9294.0, 9340.0, 9400.0, 9322.0, 9303.0, 9366.0, 9346.0, 9317.0, 9337.0, 9323.0, 9268.0, 9310.0, 9246.0, 9300.0, 9340.0, 9394.0, 9321.0, 9328.0, 9385.0, 9326.0, 9348.0, 9384.0, 9334.0, 9364.0, 9355.0, 9382.0, 9377.0, 9416.0, 9396.0, 9374.0, 9339.0, 9387.0, 9391.0, 9326.0, 9304.0, 9330.0, 9290.0, 9259.0, 9282.0, 9236.0, 9235.0, 9274.0, 9220.0, 9252.0, 9219.0, 9239.0, 9277.0, 9242.0, 9254.0, 9235.0, 9274.0, 9268.0, 9295.0, 9287.0, 9300.0, 9278.0, 9308.0, 9290.0, 9313.0, 9307.0, 9298.0, 9344.0, 9302.0, 9280.0, 9320.0, 9283.0, 9278.0, 9322.0, 9263.0, 9295.0, 9306.0, 9302.0, 9298.0, 9373.0, 9380.0, 9328.0, 9353.0, 9317.0, 9361.0, 9347.0, 9369.0, 9393.0, 9356.0, 9401.0, 9374.0, 9399.0, 9358.0, 9404.0, 9367.0, 9370.0, 9414.0, 9360.0, 9400.0, 9369.0, 9383.0, 9356.0, 9418.0, 9407.0, 9329.0, 9376.0, 9385.0, 9338.0, 9360.0, 9386.0, 9325.0, 9344.0, 9363.0, 9313.0, 9358.0, 9379.0, 9328.0, 9358.0, 9341.0, 9404.0, 9407.0, 9349.0, 9370.0, 9394.0, 9317.0, 9349.0, 9387.0, 9333.0, 9364.0, 9389.0, 9350.0, 9401.0, 9376.0, 9347.0, 9380.0, 9368.0, 9367.0, 9345.0, 9412.0, 9359.0, 9417.0, 9366.0, 9385.0, 9398.0, 9355.0, 9419.0, 9365.0, 9369.0, 9362.0, 9422.0, 9415.0, 9358.0, 9375.0, 9392.0, 9338.0, 9342.0, 9369.0, 9305.0, 9337.0, 9345.0, 9330.0, 9329.0, 9363.0, 9377.0, 9322.0, 9328.0, 9366.0, 9325.0, 9360.0, 9367.0, 9328.0, 9370.0, 9350.0, 9378.0, 9333.0, 9362.0, 9363.0, 9368.0, 9384.0, 9372.0, 9400.0, 9362.0, 9414.0, 9363.0, 9420.0, 9389.0, 9412.0, 9437.0, 9379.0, 9422.0, 9360.0, 9389.0, 9399.0, 9373.0, 9394.0, 9428.0, 9442.0, 9353.0, 9367.0, 9416.0, 9386.0, 9311.0, 9372.0, 9328.0, 9360.0, 9370.0, 9332.0, 9374.0, 9312.0, 9357.0, 9364.0, 9401.0, 9406.0, 9337.0, 9381.0, 9359.0, 9337.0, 9396.0, 9368.0, 9394.0, 9356.0, 9398.0, 9372.0, 9411.0, 9402.0, 9372.0, 9397.0, 9372.0, 9399.0, 9359.0, 9438.0, 9389.0, 9387.0, 9434.0, 9376.0, 9441.0, 9385.0, 9340.0, 9366.0, 9358.0, 9314.0, 9288.0, 9327.0, 9363.0, 9323.0, 9369.0, 9355.0, 9298.0, 9328.0, 9294.0, 9331.0, 9329.0, 9311.0, 9366.0, 9318.0, 9356.0, 9319.0, 9378.0, 9353.0, 9388.0, 9385.0, 9392.0, 9418.0, 9378.0, 9418.0, 9366.0, 9404.0, 9360.0, 9409.0, 9414.0, 9368.0, 9400.0, 9369.0, 9385.0, 9396.0, 9328.0, 9347.0, 9389.0, 9322.0, 9338.0, 9349.0, 9369.0, 9318.0, 9378.0, 9389.0, 9338.0, 9381.0, 9390.0, 9337.0, 9369.0, 9343.0, 9390.0, 9392.0, 9406.0, 9425.0, 9402.0, 9441.0, 9401.0, 9428.0, 9386.0, 9431.0, 9409.0, 9400.0, 9442.0, 9398.0, 9423.0, 9378.0, 9437.0, 9424.0, 9383.0, 9368.0, 9395.0, 9336.0, 9339.0, 9366.0, 9316.0, 9330.0, 9354.0, 9300.0, 9331.0, 9301.0, 9321.0, 9360.0, 9313.0, 9361.0, 9367.0, 9314.0, 9356.0, 9317.0, 9352.0, 9377.0, 9342.0, 9399.0, 9378.0, 9387.0, 9332.0, 9394.0, 9389.0, 9368.0, 9422.0, 9384.0, 9430.0, 9409.0, 9428.0, 9378.0, 9431.0, 9389.0, 9431.0, 9418.0, 9435.0, 9415.0, 9405.0, 9448.0, 9401.0, 9413.0, 9437.0, 9398.0, 9424.0, 9378.0, 9424.0, 9439.0, 9365.0, 9347.0, 9392.0, 9326.0, 9341.0, 9366.0, 9319.0, 9338.0, 9346.0, 9305.0, 9347.0, 9313.0, 9362.0, 9356.0, 9349.0, 9389.0, 9343.0, 9365.0, 9372.0, 9331.0, 9379.0, 9342.0, 9334.0, 9375.0, 9338.0, 9327.0, 9368.0, 9321.0, 9326.0, 9364.0, 9320.0, 9342.0, 9369.0, 9306.0, 9339.0, 9364.0, 9315.0, 9362.0, 9354.0, 9333.0, 9374.0, 9331.0, 9363.0, 9344.0, 9323.0, 9398.0, 9360.0, 9338.0, 9407.0, 9361.0, 9387.0, 9358.0, 9365.0, 9404.0, 9365.0, 9411.0, 9395.0, 9396.0, 9425.0, 9368.0, 9416.0, 9427.0, 9361.0, 9390.0, 9361.0, 9394.0, 9394.0, 9418.0, 9430.0, 9420.0, 9402.0, 9454.0, 9470.0, 9377.0, 9376.0, 9441.0, 9392.0, 9351.0, 9395.0, 9369.0, 9329.0, 9372.0, 9346.0, 9319.0, 9361.0, 9320.0, 9351.0, 9297.0, 9341.0, 9328.0, 9365.0, 9374.0, 9353.0, 9390.0, 9351.0, 9378.0, 9339.0, 9378.0, 9352.0, 9382.0, 9349.0, 9374.0, 9366.0, 9344.0, 9397.0, 9354.0, 9385.0, 9398.0, 9348.0, 9347.0, 9367.0, 9312.0, 9346.0, 9365.0, 9313.0, 9355.0, 9341.0, 9380.0, 9351.0, 9407.0, 9375.0, 9431.0, 9400.0, 9421.0, 9433.0, 9407.0, 9448.0, 9390.0, 9433.0, 9402.0, 9419.0, 9445.0, 9399.0, 9383.0, 9403.0, 9470.0, 9405.0, 9360.0, 9408.0, 9417.0, 9364.0, 9379.0, 9387.0, 9331.0, 9361.0, 9368.0, 9330.0, 9373.0, 9336.0, 9382.0, 9342.0, 9373.0, 9388.0, 9392.0, 9406.0, 9397.0, 9394.0, 9384.0, 9423.0, 9380.0, 9408.0, 9374.0, 9394.0, 9372.0, 9362.0, 9440.0, 9395.0, 9336.0, 9380.0, 9341.0, 9346.0, 9370.0, 9319.0, 9360.0, 9341.0, 9381.0, 9370.0, 9388.0, 9376.0, 9405.0, 9343.0, 9371.0, 9358.0, 9405.0, 9389.0, 9391.0, 9368.0, 9431.0, 9420.0, 9359.0, 9389.0, 9397.0, 9373.0, 9393.0, 9341.0, 9373.0, 9377.0, 9406.0, 9397.0, 9429.0, 9380.0, 9414.0, 9391.0, 9431.0, 9407.0, 9398.0, 9433.0, 9436.0, 9455.0, 9408.0, 9355.0, 9455.0, 9352.0, 9351.0, 9333.0, 9385.0, 9365.0, 9389.0, 9394.0, 9446.0, 9471.0, 9461.0, 9405.0, 9461.0, 9473.0, 9421.0, 9363.0, 9347.0, 9319.0, 9283.0, 9327.0, 9319.0, 9363.0, 9322.0, 9303.0, 9329.0, 9325.0, 9352.0, 9311.0, 9294.0, 9298.0, 9303.0, 9292.0, 9280.0, 9332.0, 9336.0, 9308.0, 9341.0, 9275.0, 9314.0, 9319.0, 9289.0, 9343.0, 9311.0, 9325.0, 9348.0, 9331.0, 9396.0, 9359.0, 9418.0, 9420.0, 9351.0, 9405.0, 9359.0, 9366.0, 9404.0, 9378.0, 9422.0, 9371.0, 9410.0, 9377.0, 9415.0, 9420.0, 9416.0, 9428.0, 9407.0, 9438.0, 9391.0, 9419.0, 9389.0, 9400.0, 9379.0, 9456.0, 9414.0, 9357.0, 9393.0, 9385.0, 9339.0, 9360.0, 9365.0, 9326.0, 9352.0, 9347.0, 9308.0, 9342.0, 9361.0, 9348.0, 9358.0, 9369.0, 9380.0, 9439.0, 9400.0, 9428.0, 9389.0, 9428.0, 9393.0, 9385.0, 9419.0, 9376.0, 9403.0, 9343.0, 9385.0, 9382.0, 9341.0, 9398.0, 9348.0, 9363.0, 9327.0, 9318.0, 9413.0, 9366.0, 9304.0, 9347.0, 9353.0, 9312.0, 9327.0, 9337.0, 9284.0, 9324.0, 9294.0, 9348.0, 9318.0, 9372.0, 9337.0, 9383.0, 9389.0, 9331.0, 9360.0, 9355.0, 9319.0, 9359.0, 9324.0, 9329.0, 9345.0, 9401.0, 9369.0, 9376.0, 9408.0, 9369.0, 9420.0, 9381.0, 9428.0, 9379.0, 9399.0, 9396.0, 9371.0, 9411.0, 9364.0, 9394.0, 9405.0, 9363.0, 9405.0, 9367.0, 9410.0, 9440.0, 9358.0, 9373.0, 9403.0, 9335.0, 9377.0, 9393.0, 9326.0, 9355.0, 9390.0, 9338.0, 9366.0, 9342.0, 9391.0, 9399.0, 9348.0, 9407.0, 9399.0, 9361.0, 9391.0, 9349.0, 9412.0, 9427.0, 9361.0, 9395.0, 9389.0, 9380.0, 9394.0, 9372.0, 9428.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.00309459242250287</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02944335189437428</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.72381220419541</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2867200906666665</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0506814962988507</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5037</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5792.4688</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0990299610705318</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.6923076923076925</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.429716574282546</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3295565808226795</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.617074664876805</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3425184771481535</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.041865</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014511232264339924</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04761868342757225</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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>4.42327467466616</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>19.1951</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7546</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.4482</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292460.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>960.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.2577</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5129</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.266</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3417.6835</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3568.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84084.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1493.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4346.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>806.6374</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.82483324012719</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> |