=== 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-0131 --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-0131",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0131_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0131_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0131/ses-03/func/sub-0131_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>1db0b43837e73f17f17c7d4cac88a41b</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>21:35:57.997500</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.997541, -0.0287203, -0.06393, 0.032569, 0.997667, 0.0599971]</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.095939</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4214, -7787, -7241, 416, -141, 45, 17, 115]</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>233.119</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>576f6fe2-f01c-40a8-a574-b2597fb2ed8d||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.6763296127319336, 0.08738034963607788, -0.16755592823028564, 109.14598083496094], [0.07705456763505936, 2.6766679286956787, 0.16721564531326294, -110.36207580566406], [-0.17151959240436554, -0.1609678566455841, 2.689602851867676, -50.98103713989258], [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': ['213557.997500', '213558.457500', '213558.917500', '213559.377500', '213559.837500', '213600.297500', '213600.757500', '213601.217500', '213601.677500', '213602.137500', '213602.597500', '213603.057500', '213603.517500', '213603.977500', '213604.437500', '213604.897500', '213605.357500', '213605.817500', '213606.277500', '213606.737500', '213607.197500', '213607.657500', '213608.117500', '213608.577500', '213609.037500', '213609.497500', '213609.957500', '213610.417500', '213610.877500', '213611.337500', '213611.797500', '213612.257500', '213612.717500', '213613.177500', '213613.637500', '213614.097500', '213614.557500', '213615.017500', '213615.477500', '213615.937500', '213616.397500', '213616.857500', '213617.317500', '213617.777500', '213618.237500', '213618.697500', '213619.157500', '213619.617500', '213620.077500', '213620.537500', '213620.997500', '213621.457500', '213621.917500', '213622.377500', '213622.837500', '213623.297500', '213623.757500', '213624.217500', '213624.677500', '213625.137500', '213625.597500', '213626.057500', '213626.517500', '213626.977500', '213627.437500', '213627.897500', '213628.357500', '213628.817500', '213629.277500', '213629.737500', '213630.197500', '213630.657500', '213631.117500', '213631.577500', '213632.037500', '213632.497500', '213632.957500', '213633.417500', '213633.877500', '213634.337500', '213634.797500', '213635.257500', '213635.717500', '213636.177500', '213636.637500', '213637.097500', '213637.557500', '213638.017500', '213638.477500', '213638.937500', '213639.397500', '213639.857500', '213640.317500', '213640.777500', '213641.237500', '213641.697500', '213642.157500', '213642.617500', '213643.077500', '213643.537500', '213643.997500', '213644.457500', '213644.917500', '213645.377500', '213645.837500', '213646.297500', '213646.757500', '213647.217500', '213647.677500', '213648.137500', '213648.597500', '213649.057500', '213649.517500', '213649.977500', '213650.437500', '213650.897500', '213651.357500', '213651.817500', '213652.277500', '213652.737500', '213653.197500', '213653.657500', '213654.117500', '213654.577500', '213655.037500', '213655.497500', '213655.957500', '213656.417500', '213656.877500', '213657.337500', '213657.797500', '213658.257500', '213658.717500', '213659.177500', '213659.637500', '213700.097500', '213700.557500', '213701.017500', '213701.477500', '213701.937500', '213702.397500', '213702.857500', '213703.317500', '213703.777500', '213704.237500', '213704.697500', '213705.157500', '213705.617500', '213706.077500', '213706.537500', '213706.997500', '213707.457500', '213707.917500', '213708.377500', '213708.837500', '213709.297500', '213709.757500', '213710.217500', '213710.677500', '213711.137500', '213711.597500', '213712.057500', '213712.517500', '213712.977500', '213713.437500', '213713.897500', '213714.357500', '213714.817500', '213715.277500', '213715.737500', '213716.197500', '213716.657500', '213717.117500', '213717.577500', '213718.037500', '213718.497500', '213718.957500', '213719.417500', '213719.877500', '213720.337500', '213720.797500', '213721.257500', '213721.717500', '213722.177500', '213722.637500', '213723.097500', '213723.557500', '213724.017500', '213724.477500', '213724.937500', '213725.397500', '213725.857500', '213726.317500', '213726.777500', '213727.237500', '213727.697500', '213728.157500', '213728.617500', '213729.077500', '213729.537500', '213729.997500', '213730.457500', '213730.917500', '213731.377500', '213731.837500', '213732.297500', '213732.757500', '213733.217500', '213733.677500', '213734.137500', '213734.597500', '213735.057500', '213735.517500', '213735.977500', '213736.437500', '213736.897500', '213737.357500', '213737.817500', '213738.277500', '213738.737500', '213739.197500', '213739.657500', '213740.117500', '213740.577500', '213741.037500', '213741.497500', '213741.957500', '213742.417500', '213742.877500', '213743.337500', '213743.797500', '213744.257500', '213744.717500', '213745.177500', '213745.637500', '213746.097500', '213746.557500', '213747.017500', '213747.477500', '213747.937500', '213748.397500', '213748.857500', '213749.317500', '213749.777500', '213750.237500', '213750.697500', '213751.157500', '213751.617500', '213752.077500', '213752.537500', '213752.997500', '213753.457500', '213753.917500', '213754.377500', '213754.837500', '213755.297500', '213755.757500', '213756.217500', '213756.677500', '213757.137500', '213757.597500', '213758.057500', '213758.517500', '213758.977500', '213759.437500', '213759.897500', '213800.357500', '213800.817500', '213801.277500', '213801.737500', '213802.197500', '213802.657500', '213803.117500', '213803.577500', '213804.037500', '213804.497500', '213804.957500', '213805.417500', '213805.877500', '213806.337500', '213806.797500', '213807.257500', '213807.717500', '213808.177500', '213808.637500', '213809.097500', '213809.557500', '213810.017500', '213810.477500', '213810.937500', '213811.397500', '213811.857500', '213812.317500', '213812.777500', '213813.237500', '213813.697500', '213814.157500', '213814.617500', '213815.077500', '213815.537500', '213815.997500', '213816.457500', '213816.917500', '213817.377500', '213817.837500', '213818.297500', '213818.757500', '213819.217500', '213819.677500', '213820.137500', '213820.597500', '213821.057500', '213821.517500', '213821.977500', '213822.437500', '213822.897500', '213823.357500', '213823.817500', '213824.277500', '213824.737500', '213825.197500', '213825.657500', '213826.117500', '213826.577500', '213827.037500', '213827.497500', '213827.957500', '213828.417500', '213828.877500', '213829.337500', '213829.797500', '213830.257500', '213830.717500', '213831.177500', '213831.637500', '213832.097500', '213832.557500', '213833.017500', '213833.477500', '213833.937500', '213834.397500', '213834.857500', '213835.317500', '213835.777500', '213836.237500', '213836.697500', '213837.157500', '213837.617500', '213838.077500', '213838.537500', '213838.997500', '213839.457500', '213839.917500', '213840.377500', '213840.837500', '213841.297500', '213841.757500', '213842.217500', '213842.677500', '213843.137500', '213843.597500', '213844.057500', '213844.517500', '213844.977500', '213845.437500', '213845.897500', '213846.357500', '213846.817500', '213847.277500', '213847.737500', '213848.197500', '213848.657500', '213849.117500', '213849.577500', '213850.037500', '213850.497500', '213850.957500', '213851.417500', '213851.877500', '213852.337500', '213852.797500', '213853.257500', '213853.717500', '213854.177500', '213854.637500', '213855.097500', '213855.557500', '213856.017500', '213856.477500', '213856.937500', '213857.397500', '213857.857500', '213858.317500', '213858.777500', '213859.237500', '213859.697500', '213900.157500', '213900.617500', '213901.077500', '213901.537500', '213901.997500', '213902.457500', '213902.917500', '213903.377500', '213903.837500', '213904.297500', '213904.757500', '213905.217500', '213905.677500', '213906.137500', '213906.597500', '213907.057500', '213907.517500', '213907.977500', '213908.437500', '213908.897500', '213909.357500', '213909.817500', '213910.277500', '213910.737500', '213911.197500', '213911.657500', '213912.117500', '213912.577500', '213913.037500', '213913.497500', '213913.957500', '213914.417500', '213914.877500', '213915.337500', '213915.797500', '213916.257500', '213916.717500', '213917.177500', '213917.637500', '213918.097500', '213918.557500', '213919.017500', '213919.477500', '213919.937500', '213920.397500', '213920.857500', '213921.317500', '213921.777500', '213922.237500', '213922.697500', '213923.157500', '213923.617500', '213924.077500', '213924.537500', '213924.997500', '213925.457500', '213925.917500', '213926.377500', '213926.837500', '213927.297500', '213927.757500', '213928.217500', '213928.677500', '213929.137500', '213929.597500', '213930.057500', '213930.517500', '213930.977500', '213931.437500', '213931.897500', '213932.357500', '213932.817500', '213933.277500', '213933.737500', '213934.197500', '213934.657500', '213935.117500', '213935.577500', '213936.037500', '213936.497500', '213936.957500', '213937.417500', '213937.877500', '213938.337500', '213938.797500', '213939.257500', '213939.717500', '213940.177500', '213940.637500', '213941.097500', '213941.557500', '213942.017500', '213942.477500', '213942.937500', '213943.397500', '213943.857500', '213944.317500', '213944.777500', '213945.237500', '213945.697500', '213946.157500', '213946.617500', '213947.077500', '213947.537500', '213947.997500', '213948.457500', '213948.917500', '213949.377500', '213949.837500', '213950.297500', '213950.757500', '213951.217500', '213951.677500', '213952.137500', '213952.597500', '213953.057500', '213953.517500', '213953.977500', '213954.437500', '213954.897500', '213955.357500', '213955.817500', '213956.277500', '213956.737500', '213957.197500', '213957.657500', '213958.117500', '213958.577500', '213959.037500', '213959.497500', '213959.957500', '214000.417500', '214000.877500', '214001.337500', '214001.797500', '214002.257500', '214002.717500', '214003.177500', '214003.637500', '214004.097500', '214004.557500', '214005.017500', '214005.477500', '214005.937500', '214006.397500', '214006.857500', '214007.317500', '214007.777500', '214008.237500', '214008.697500', '214009.157500', '214009.617500', '214010.077500', '214010.537500', '214010.997500', '214011.457500', '214011.917500', '214012.377500', '214012.837500', '214013.297500', '214013.757500', '214014.217500', '214014.677500', '214015.137500', '214015.597500', '214016.057500', '214016.517500', '214016.977500', '214017.437500', '214017.897500', '214018.357500', '214018.817500', '214019.277500', '214019.737500', '214020.197500', '214020.657500', '214021.117500', '214021.577500', '214022.037500', '214022.497500', '214022.957500', '214023.417500', '214023.877500', '214024.337500', '214024.797500', '214025.257500', '214025.717500', '214026.177500', '214026.637500', '214027.097500', '214027.557500', '214028.017500', '214028.477500', '214028.937500', '214029.397500', '214029.857500', '214030.317500', '214030.777500', '214031.237500', '214031.697500', '214032.157500', '214032.617500', '214033.077500', '214033.537500', '214033.997500', '214034.457500', '214034.917500', '214035.377500', '214035.837500', '214036.297500', '214036.757500', '214037.217500', '214037.677500', '214038.137500', '214038.597500', '214039.057500', '214039.517500', '214039.977500', '214040.437500', '214040.897500', '214041.357500', '214041.817500', '214042.277500', '214042.737500', '214043.197500', '214043.657500', '214044.117500', '214044.577500', '214045.037500', '214045.497500', '214045.957500', '214046.417500', '214046.877500', '214047.337500', '214047.797500', '214048.257500', '214048.717500', '214049.177500', '214049.637500', '214050.097500', '214050.557500', '214051.017500', '214051.477500', '214051.937500', '214052.397500', '214052.857500', '214053.317500', '214053.777500', '214054.237500', '214054.697500', '214055.157500', '214055.617500', '214056.077500', '214056.537500', '214056.997500', '214057.457500', '214057.917500', '214058.377500', '214058.837500', '214059.297500', '214059.757500', '214100.217500', '214100.677500', '214101.137500', '214101.597500', '214102.057500', '214102.517500', '214102.977500', '214103.437500', '214103.897500', '214104.357500', '214104.817500', '214105.277500', '214105.737500', '214106.197500', '214106.657500', '214107.117500', '214107.577500', '214108.037500', '214108.497500', '214108.957500', '214109.417500', '214109.877500', '214110.337500', '214110.797500', '214111.257500', '214111.717500', '214112.177500', '214112.637500', '214113.097500', '214113.557500', '214114.017500', '214114.477500', '214114.937500', '214115.397500', '214115.857500', '214116.317500', '214116.777500', '214117.237500', '214117.697500', '214118.157500', '214118.617500', '214119.077500', '214119.537500', '214119.997500', '214120.457500', '214120.917500', '214121.377500', '214121.837500', '214122.297500', '214122.757500', '214123.217500', '214123.677500', '214124.137500', '214124.597500', '214125.057500', '214125.517500', '214125.977500', '214126.437500', '214126.897500', '214127.357500', '214127.817500', '214128.277500', '214128.737500', '214129.197500', '214129.657500', '214130.117500', '214130.577500', '214131.037500', '214131.497500', '214131.957500', '214132.417500', '214132.877500', '214133.337500', '214133.797500', '214134.257500', '214134.717500', '214135.177500', '214135.637500', '214136.097500', '214136.557500', '214137.017500', '214137.477500', '214137.937500', '214138.397500', '214138.857500', '214139.317500', '214139.777500', '214140.237500', '214140.697500', '214141.157500', '214141.617500', '214142.077500', '214142.537500', '214142.997500', '214143.457500', '214143.917500', '214144.377500', '214144.837500', '214145.297500', '214145.757500', '214146.217500', '214146.677500', '214147.137500', '214147.597500', '214148.057500', '214148.517500', '214148.977500', '214149.437500', '214149.897500', '214150.357500', '214150.817500', '214151.277500', '214151.737500', '214152.197500', '214152.657500', '214153.117500', '214153.577500', '214154.037500', '214154.497500', '214154.957500', '214155.417500', '214155.877500', '214156.337500', '214156.797500', '214157.257500', '214157.717500', '214158.177500', '214158.637500', '214159.097500', '214159.557500', '214200.017500', '214200.477500', '214200.937500', '214201.397500', '214201.857500', '214202.317500', '214202.777500', '214203.237500', '214203.697500', '214204.157500', '214204.617500', '214205.077500', '214205.537500', '214205.997500', '214206.457500', '214206.917500', '214207.377500', '214207.837500', '214208.297500', '214208.757500', '214209.217500', '214209.677500', '214210.137500', '214210.597500', '214211.057500', '214211.517500', '214211.977500', '214212.437500', '214212.897500', '214213.357500', '214213.817500', '214214.277500', '214214.737500', '214215.197500', '214215.657500', '214216.117500', '214216.577500', '214217.037500', '214217.497500', '214217.957500', '214218.417500', '214218.877500', '214219.337500', '214219.797500', '214220.257500', '214220.717500', '214221.177500', '214221.637500', '214222.097500', '214222.557500', '214223.017500', '214223.477500', '214223.937500', '214224.397500', '214224.857500', '214225.317500', '214225.777500', '214226.237500', '214226.697500', '214227.157500', '214227.617500', '214228.077500', '214228.537500', '214228.997500', '214229.457500', '214229.917500', '214230.377500', '214230.837500', '214231.297500', '214231.757500', '214232.217500', '214232.677500', '214233.137500', '214233.597500', '214234.057500', '214234.517500', '214234.977500', '214235.437500', '214235.897500', '214236.357500', '214236.817500', '214237.277500', '214237.737500', '214238.197500', '214238.657500'], 'ContentTime': ['213619.777000', '213619.781000', '213619.784000', '213619.786000', '213619.789000', '213619.791000', '213619.794000', '213619.796000', '213619.799000', '213619.801000', '213619.804000', '213619.807000', '213619.809000', '213619.812000', '213619.814000', '213619.817000', '213619.820000', '213619.822000', '213619.829000', '213619.831000', '213619.834000', '213619.836000', '213619.839000', '213619.841000', '213619.844000', '213619.847000', '213619.849000', '213619.852000', '213619.854000', '213619.857000', '213619.859000', '213619.862000', '213619.865000', '213619.867000', '213619.870000', '213619.872000', '213619.875000', '213619.877000', '213619.880000', '213619.882000', '213619.885000', '213619.888000', '213619.890000', '213619.893000', '213619.895000', '213639.732000', '213639.736000', '213639.738000', '213639.741000', '213639.743000', '213639.746000', '213639.748000', '213639.751000', '213639.753000', '213639.770000', '213639.773000', '213639.775000', '213639.778000', '213639.780000', '213639.783000', '213639.785000', '213639.788000', '213639.791000', '213639.793000', '213639.796000', '213639.798000', '213639.801000', '213639.803000', '213639.806000', '213639.808000', '213639.811000', '213639.814000', '213639.816000', '213639.819000', '213639.821000', '213639.824000', '213639.826000', '213639.829000', '213639.832000', '213639.834000', '213639.837000', '213639.839000', '213639.842000', '213639.844000', '213639.855000', '213639.857000', '213639.860000', '213639.863000', '213659.732000', '213659.735000', '213659.738000', '213659.740000', '213659.743000', '213659.745000', '213659.748000', '213659.750000', '213659.753000', '213659.756000', '213659.758000', '213659.761000', '213659.764000', '213659.766000', '213659.769000', '213659.771000', '213659.774000', '213659.776000', '213659.779000', '213659.781000', '213659.784000', '213659.786000', '213659.789000', '213659.792000', '213659.794000', '213659.797000', '213659.799000', '213659.802000', '213659.804000', '213659.807000', '213659.810000', '213659.817000', '213659.819000', '213659.822000', '213659.824000', '213659.827000', '213659.829000', '213659.832000', '213659.834000', '213659.837000', '213659.840000', '213659.842000', '213659.845000', '213659.847000', '213719.732000', '213719.735000', '213719.738000', '213719.740000', '213719.743000', '213719.746000', '213719.748000', '213719.751000', '213719.753000', '213719.756000', '213719.759000', '213719.761000', '213719.764000', '213719.766000', '213719.769000', '213719.771000', '213719.774000', '213719.776000', '213719.779000', '213719.782000', '213719.784000', '213719.787000', '213719.789000', '213719.792000', '213719.795000', '213719.830000', '213719.833000', '213719.835000', '213719.838000', '213719.841000', '213719.843000', '213719.846000', '213719.848000', '213719.851000', '213719.853000', '213719.856000', '213719.858000', '213719.861000', '213719.864000', '213719.866000', '213719.869000', '213719.871000', '213719.874000', '213739.733000', '213739.735000', '213739.738000', '213739.741000', '213739.743000', '213739.746000', '213739.748000', '213739.751000', '213739.753000', '213739.756000', '213739.759000', '213739.761000', '213739.764000', '213739.766000', '213739.769000', '213739.771000', '213739.774000', '213739.777000', '213739.779000', '213739.782000', '213739.784000', '213739.787000', '213739.789000', '213739.792000', '213739.795000', '213739.797000', '213739.800000', '213739.802000', '213739.805000', '213739.807000', '213739.810000', '213739.813000', '213739.815000', '213739.818000', '213739.820000', '213739.823000', '213739.825000', '213739.828000', '213739.859000', '213739.862000', '213739.865000', '213739.867000', '213739.870000', '213739.872000', '213759.732000', '213759.735000', '213759.738000', '213759.741000', '213759.743000', '213759.746000', '213759.748000', '213759.751000', '213759.754000', '213759.756000', '213759.759000', '213759.761000', '213759.764000', '213759.767000', '213759.769000', '213759.772000', '213759.774000', '213759.777000', '213759.780000', '213759.782000', '213759.785000', '213759.787000', '213759.790000', '213759.792000', '213759.795000', '213759.797000', '213759.800000', '213759.803000', '213759.805000', '213759.808000', '213759.811000', '213759.813000', '213759.816000', '213759.818000', '213759.821000', '213759.823000', '213759.826000', '213759.828000', '213759.831000', '213759.834000', '213759.836000', '213759.839000', '213759.841000', '213819.733000', '213819.736000', '213819.738000', '213819.741000', '213819.745000', '213819.747000', '213819.750000', '213819.753000', '213819.755000', '213819.758000', '213819.760000', '213819.763000', '213819.766000', '213819.768000', '213819.771000', '213819.773000', '213819.776000', '213819.778000', '213819.781000', '213819.783000', '213819.786000', '213819.789000', '213819.791000', '213819.794000', '213819.797000', '213819.799000', '213819.802000', '213819.805000', '213819.807000', '213819.810000', '213819.812000', '213819.815000', '213819.817000', '213819.820000', '213819.823000', '213819.834000', '213819.837000', '213819.839000', '213819.842000', '213819.844000', '213819.847000', '213819.850000', '213819.852000', '213819.855000', '213839.732000', '213839.735000', '213839.738000', '213839.741000', '213839.743000', '213839.746000', '213839.748000', '213839.751000', '213839.753000', '213839.756000', '213839.759000', '213839.761000', '213839.764000', '213839.766000', '213839.769000', '213839.771000', '213839.774000', '213839.776000', '213839.790000', '213839.792000', '213839.795000', '213839.798000', '213839.800000', '213839.803000', '213839.805000', '213839.808000', '213839.810000', '213839.813000', '213839.816000', '213839.818000', '213839.821000', '213839.823000', '213839.826000', '213839.828000', '213839.831000', '213839.834000', '213839.836000', '213839.839000', '213839.841000', '213839.844000', '213839.846000', '213839.849000', '213839.851000', '213859.733000', '213859.736000', '213859.738000', '213859.741000', '213859.743000', '213859.746000', '213859.749000', '213859.751000', '213859.754000', '213859.756000', '213859.759000', '213859.761000', '213859.764000', '213859.766000', '213859.769000', '213859.772000', '213859.774000', '213859.777000', '213859.779000', '213859.782000', '213859.784000', '213859.787000', '213859.790000', '213859.792000', '213859.795000', '213859.797000', '213859.800000', '213859.803000', '213859.805000', '213859.808000', '213859.810000', '213859.813000', '213859.815000', '213859.818000', '213859.821000', '213859.823000', '213859.826000', '213859.828000', '213859.831000', '213859.833000', '213859.836000', '213859.839000', '213859.841000', '213859.844000', '213919.733000', '213919.736000', '213919.738000', '213919.741000', '213919.743000', '213919.746000', '213919.749000', '213919.751000', '213919.754000', '213919.756000', '213919.759000', '213919.761000', '213919.764000', '213919.766000', '213919.769000', '213919.772000', '213919.774000', '213919.777000', '213919.779000', '213919.782000', '213919.785000', '213919.787000', '213919.790000', '213919.792000', '213919.795000', '213919.797000', '213919.800000', '213919.803000', '213919.805000', '213919.808000', '213919.810000', '213919.813000', '213919.816000', '213919.818000', '213919.821000', '213919.823000', '213919.826000', '213919.829000', '213919.831000', '213919.834000', '213919.836000', '213919.839000', '213919.841000', '213939.732000', '213939.735000', '213939.738000', '213939.741000', '213939.743000', '213939.746000', '213939.749000', '213939.752000', '213939.755000', '213939.757000', '213939.760000', '213939.762000', '213939.765000', '213939.768000', '213939.770000', '213939.773000', '213939.775000', '213939.778000', '213939.781000', '213939.784000', '213939.786000', '213939.789000', '213939.791000', '213939.794000', '213939.796000', '213939.799000', '213939.802000', '213939.804000', '213939.807000', '213939.809000', '213939.812000', '213939.815000', '213939.817000', '213939.820000', '213939.822000', '213939.825000', '213939.827000', '213939.830000', '213939.833000', '213939.835000', '213939.838000', '213939.840000', '213939.843000', '213959.733000', '213959.735000', '213959.738000', '213959.741000', '213959.743000', '213959.746000', '213959.749000', '213959.751000', '213959.754000', '213959.757000', '213959.759000', '213959.762000', '213959.764000', '213959.767000', '213959.770000', '213959.772000', '213959.775000', '213959.778000', '213959.780000', '213959.783000', '213959.785000', '213959.788000', '213959.791000', '213959.793000', '213959.796000', '213959.799000', '213959.801000', '213959.804000', '213959.806000', '213959.809000', '213959.812000', '213959.824000', '213959.827000', '213959.829000', '213959.832000', '213959.835000', '213959.837000', '213959.840000', '213959.842000', '213959.845000', '213959.847000', '213959.850000', '213959.853000', '213959.855000', '214019.733000', '214019.735000', '214019.738000', '214019.741000', '214019.743000', '214019.746000', '214019.748000', '214019.751000', '214019.753000', '214019.756000', '214019.759000', '214019.761000', '214019.764000', '214019.767000', '214019.769000', '214019.772000', '214019.775000', '214019.777000', '214019.780000', '214019.783000', '214019.785000', '214019.788000', '214019.791000', '214019.793000', '214019.796000', '214019.798000', '214019.801000', '214019.804000', '214019.806000', '214019.809000', '214019.811000', '214019.814000', '214019.816000', '214019.819000', '214019.822000', '214019.824000', '214019.827000', '214019.829000', '214019.832000', '214019.834000', '214019.837000', '214019.840000', '214019.842000', '214039.732000', '214039.736000', '214039.738000', '214039.741000', '214039.744000', '214039.746000', '214039.749000', '214039.752000', '214039.754000', '214039.757000', '214039.759000', '214039.762000', '214039.765000', '214039.767000', '214039.770000', '214039.772000', '214039.775000', '214039.778000', '214039.780000', '214039.783000', '214039.785000', '214039.788000', '214039.791000', '214039.793000', '214039.796000', '214039.798000', '214039.801000', '214039.804000', '214039.806000', '214039.809000', '214039.811000', '214039.814000', '214039.816000', '214039.819000', '214039.822000', '214039.824000', '214039.827000', '214039.829000', '214039.832000', '214039.835000', '214039.837000', '214039.840000', '214039.842000', '214039.845000', '214059.733000', '214059.735000', '214059.738000', '214059.741000', '214059.743000', '214059.746000', '214059.748000', '214059.751000', '214059.754000', '214059.756000', '214059.759000', '214059.761000', '214059.764000', '214059.766000', '214059.769000', '214059.772000', '214059.774000', '214059.777000', '214059.779000', '214059.782000', '214059.785000', '214059.787000', '214059.790000', '214059.793000', '214059.795000', '214059.798000', '214059.800000', '214059.803000', '214059.806000', '214059.808000', '214059.811000', '214059.814000', '214059.816000', '214059.819000', '214059.822000', '214059.825000', '214059.827000', '214059.830000', '214059.833000', '214059.835000', '214059.838000', '214059.840000', '214059.843000', '214119.732000', '214119.735000', '214119.738000', '214119.740000', '214119.743000', '214119.746000', '214119.748000', '214119.751000', '214119.753000', '214119.756000', '214119.759000', '214119.761000', '214119.764000', '214119.766000', '214119.769000', '214119.772000', '214119.774000', '214119.777000', '214119.779000', '214119.782000', '214119.784000', '214119.787000', '214119.790000', '214119.792000', '214119.795000', '214119.798000', '214119.800000', '214119.803000', '214119.805000', '214119.808000', '214119.811000', '214119.813000', '214119.816000', '214119.824000', '214119.827000', '214119.830000', '214119.832000', '214119.835000', '214119.837000', '214119.840000', '214119.842000', '214119.845000', '214119.875000', '214119.878000', '214139.733000', '214139.735000', '214139.738000', '214139.741000', '214139.743000', '214139.746000', '214139.748000', '214139.751000', '214139.753000', '214139.756000', '214139.758000', '214139.761000', '214139.764000', '214139.766000', '214139.769000', '214139.772000', '214139.774000', '214139.777000', '214139.779000', '214139.782000', '214139.784000', '214139.787000', '214139.790000', '214139.792000', '214139.795000', '214139.797000', '214139.800000', '214139.803000', '214139.806000', '214139.809000', '214139.811000', '214139.814000', '214139.817000', '214139.819000', '214139.822000', '214139.825000', '214139.827000', '214139.830000', '214139.832000', '214139.835000', '214139.838000', '214139.840000', '214139.843000', '214159.733000', '214159.735000', '214159.738000', '214159.741000', '214159.743000', '214159.746000', '214159.748000', '214159.751000', '214159.754000', '214159.756000', '214159.759000', '214159.761000', '214159.764000', '214159.767000', '214159.769000', '214159.772000', '214159.774000', '214159.777000', '214159.779000', '214159.782000', '214159.784000', '214159.787000', '214159.790000', '214159.792000', '214159.795000', '214159.797000', '214159.800000', '214159.803000', '214159.805000', '214159.808000', '214159.810000', '214159.813000', '214159.816000', '214159.818000', '214159.821000', '214159.823000', '214159.826000', '214159.828000', '214159.831000', '214159.833000', '214159.836000', '214159.839000', '214159.841000', '214159.844000', '214219.733000', '214219.735000', '214219.738000', '214219.741000', '214219.743000', '214219.746000', '214219.748000', '214219.751000', '214219.753000', '214219.756000', '214219.759000', '214219.761000', '214219.764000', '214219.766000', '214219.769000', '214219.771000', '214219.774000', '214219.777000', '214219.779000', '214219.782000', '214219.786000', '214219.788000', '214219.791000', '214219.794000', '214219.797000', '214219.800000', '214219.802000', '214219.805000', '214219.807000', '214219.810000', '214219.812000', '214219.815000', '214219.818000', '214219.820000', '214219.823000', '214219.825000', '214219.828000', '214219.830000', '214219.833000', '214219.836000', '214219.838000', '214219.841000', '214219.843000', '214239.733000', '214239.736000', '214239.739000', '214239.742000', '214239.744000', '214239.747000', '214239.750000', '214239.753000', '214239.755000', '214239.758000', '214239.763000', '214239.765000', '214239.769000', '214239.773000', '214239.775000', '214239.778000', '214239.781000', '214239.783000', '214239.789000', '214239.792000', '214239.796000', '214239.800000', '214239.803000', '214239.807000', '214239.809000', '214239.815000', '214239.818000', '214239.821000', '214239.826000', '214239.829000', '214239.831000', '214239.836000', '214239.841000', '214239.844000', '214239.847000', '214239.849000', '214239.852000', '214239.855000', '214239.861000', '214239.863000', '214239.866000', '214239.869000', '214239.873000', '214239.876000', '214240.051000'], 'InstanceCreationTime': ['213619.777000', '213619.781000', '213619.784000', '213619.786000', '213619.789000', '213619.791000', '213619.794000', '213619.796000', '213619.799000', '213619.801000', '213619.804000', '213619.807000', '213619.809000', '213619.812000', '213619.814000', '213619.817000', '213619.820000', '213619.822000', '213619.829000', '213619.831000', '213619.834000', '213619.836000', '213619.839000', '213619.841000', '213619.844000', '213619.847000', '213619.849000', '213619.852000', '213619.854000', '213619.857000', '213619.859000', '213619.862000', '213619.865000', '213619.867000', '213619.870000', '213619.872000', '213619.875000', '213619.877000', '213619.880000', '213619.882000', '213619.885000', '213619.888000', '213619.890000', '213619.893000', '213619.895000', '213639.732000', '213639.736000', '213639.738000', '213639.741000', '213639.743000', '213639.746000', '213639.748000', '213639.751000', '213639.753000', '213639.770000', '213639.773000', '213639.775000', '213639.778000', '213639.780000', '213639.783000', '213639.785000', '213639.788000', '213639.791000', '213639.793000', '213639.796000', '213639.798000', '213639.801000', '213639.803000', '213639.806000', '213639.808000', '213639.811000', '213639.814000', '213639.816000', '213639.819000', '213639.821000', '213639.824000', '213639.826000', '213639.829000', '213639.832000', '213639.834000', '213639.837000', '213639.839000', '213639.842000', '213639.844000', '213639.855000', '213639.857000', '213639.860000', '213639.863000', '213659.732000', '213659.735000', '213659.738000', '213659.740000', '213659.743000', '213659.745000', '213659.748000', '213659.750000', '213659.753000', '213659.756000', '213659.758000', '213659.761000', '213659.764000', '213659.766000', '213659.769000', '213659.771000', '213659.774000', '213659.776000', '213659.779000', '213659.781000', '213659.784000', '213659.786000', '213659.789000', '213659.792000', '213659.794000', '213659.797000', '213659.799000', '213659.802000', '213659.804000', '213659.807000', '213659.810000', '213659.817000', '213659.819000', '213659.822000', '213659.824000', '213659.827000', '213659.829000', '213659.832000', '213659.834000', '213659.837000', '213659.840000', '213659.842000', '213659.845000', '213659.847000', '213719.732000', '213719.735000', '213719.738000', '213719.740000', '213719.743000', '213719.746000', '213719.748000', '213719.751000', '213719.753000', '213719.756000', '213719.759000', '213719.761000', '213719.764000', '213719.766000', '213719.769000', '213719.771000', '213719.774000', '213719.776000', '213719.779000', '213719.782000', '213719.784000', '213719.787000', '213719.789000', '213719.792000', '213719.795000', '213719.830000', '213719.833000', '213719.835000', '213719.838000', '213719.841000', '213719.843000', '213719.846000', '213719.848000', '213719.851000', '213719.853000', '213719.856000', '213719.858000', '213719.861000', '213719.864000', '213719.866000', '213719.869000', '213719.871000', '213719.874000', '213739.733000', '213739.735000', '213739.738000', '213739.741000', '213739.743000', '213739.746000', '213739.748000', '213739.751000', '213739.753000', '213739.756000', '213739.759000', '213739.761000', '213739.764000', '213739.766000', '213739.769000', '213739.771000', '213739.774000', '213739.777000', '213739.779000', '213739.782000', '213739.784000', '213739.787000', '213739.789000', '213739.792000', '213739.795000', '213739.797000', '213739.800000', '213739.802000', '213739.805000', '213739.807000', '213739.810000', '213739.813000', '213739.815000', '213739.818000', '213739.820000', '213739.823000', '213739.825000', '213739.828000', '213739.859000', '213739.862000', '213739.865000', '213739.867000', '213739.870000', '213739.872000', '213759.732000', '213759.735000', '213759.738000', '213759.741000', '213759.743000', '213759.746000', '213759.748000', '213759.751000', '213759.754000', '213759.756000', '213759.759000', '213759.761000', '213759.764000', '213759.767000', '213759.769000', '213759.772000', '213759.774000', '213759.777000', '213759.780000', '213759.782000', '213759.785000', '213759.787000', '213759.790000', '213759.792000', '213759.795000', '213759.797000', '213759.800000', '213759.803000', '213759.805000', '213759.808000', '213759.811000', '213759.813000', '213759.816000', '213759.818000', '213759.821000', '213759.823000', '213759.826000', '213759.828000', '213759.831000', '213759.834000', '213759.836000', '213759.839000', '213759.841000', '213819.733000', '213819.736000', '213819.738000', '213819.741000', '213819.745000', '213819.747000', '213819.750000', '213819.753000', '213819.755000', '213819.758000', '213819.760000', '213819.763000', '213819.766000', '213819.768000', '213819.771000', '213819.773000', '213819.776000', '213819.778000', '213819.781000', '213819.783000', '213819.786000', '213819.789000', '213819.791000', '213819.794000', '213819.797000', '213819.799000', '213819.802000', '213819.805000', '213819.807000', '213819.810000', '213819.812000', '213819.815000', '213819.817000', '213819.820000', '213819.823000', '213819.834000', '213819.837000', '213819.839000', '213819.842000', '213819.844000', '213819.847000', '213819.850000', '213819.852000', '213819.855000', '213839.732000', '213839.735000', '213839.738000', '213839.741000', '213839.743000', '213839.746000', '213839.748000', '213839.751000', '213839.753000', '213839.756000', '213839.759000', '213839.761000', '213839.764000', '213839.766000', '213839.769000', '213839.771000', '213839.774000', '213839.776000', '213839.790000', '213839.792000', '213839.795000', '213839.798000', '213839.800000', '213839.803000', '213839.805000', '213839.808000', '213839.810000', '213839.813000', '213839.816000', '213839.818000', '213839.821000', '213839.823000', '213839.826000', '213839.828000', '213839.831000', '213839.834000', '213839.836000', '213839.839000', '213839.841000', '213839.844000', '213839.846000', '213839.849000', '213839.851000', '213859.733000', '213859.736000', '213859.738000', '213859.741000', '213859.743000', '213859.746000', '213859.749000', '213859.751000', '213859.754000', '213859.756000', '213859.759000', '213859.761000', '213859.764000', '213859.766000', '213859.769000', '213859.772000', '213859.774000', '213859.777000', '213859.779000', '213859.782000', '213859.784000', '213859.787000', '213859.790000', '213859.792000', '213859.795000', '213859.797000', '213859.800000', '213859.803000', '213859.805000', '213859.808000', '213859.810000', '213859.813000', '213859.815000', '213859.818000', '213859.821000', '213859.823000', '213859.826000', '213859.828000', '213859.831000', '213859.833000', '213859.836000', '213859.839000', '213859.841000', '213859.844000', '213919.733000', '213919.736000', '213919.738000', '213919.741000', '213919.743000', '213919.746000', '213919.749000', '213919.751000', '213919.754000', '213919.756000', '213919.759000', '213919.761000', '213919.764000', '213919.766000', '213919.769000', '213919.772000', '213919.774000', '213919.777000', '213919.779000', '213919.782000', '213919.785000', '213919.787000', '213919.790000', '213919.792000', '213919.795000', '213919.797000', '213919.800000', '213919.803000', '213919.805000', '213919.808000', '213919.810000', '213919.813000', '213919.816000', '213919.818000', '213919.821000', '213919.823000', '213919.826000', '213919.829000', '213919.831000', '213919.834000', '213919.836000', '213919.839000', '213919.841000', '213939.732000', '213939.735000', '213939.738000', '213939.741000', '213939.743000', '213939.746000', '213939.749000', '213939.752000', '213939.755000', '213939.757000', '213939.760000', '213939.762000', '213939.765000', '213939.768000', '213939.770000', '213939.773000', '213939.775000', '213939.778000', '213939.781000', '213939.784000', '213939.786000', '213939.789000', '213939.791000', '213939.794000', '213939.796000', '213939.799000', '213939.802000', '213939.804000', '213939.807000', '213939.809000', '213939.812000', '213939.815000', '213939.817000', '213939.820000', '213939.822000', '213939.825000', '213939.827000', '213939.830000', '213939.833000', '213939.835000', '213939.838000', '213939.840000', '213939.843000', '213959.733000', '213959.735000', '213959.738000', '213959.741000', '213959.743000', '213959.746000', '213959.749000', '213959.751000', '213959.754000', '213959.757000', '213959.759000', '213959.762000', '213959.764000', '213959.767000', '213959.770000', '213959.772000', '213959.775000', '213959.778000', '213959.780000', '213959.783000', '213959.785000', '213959.788000', '213959.791000', '213959.793000', '213959.796000', '213959.799000', '213959.801000', '213959.804000', '213959.806000', '213959.809000', '213959.812000', '213959.824000', '213959.827000', '213959.829000', '213959.832000', '213959.835000', '213959.837000', '213959.840000', '213959.842000', '213959.845000', '213959.847000', '213959.850000', '213959.853000', '213959.855000', '214019.733000', '214019.735000', '214019.738000', '214019.741000', '214019.743000', '214019.746000', '214019.748000', '214019.751000', '214019.753000', '214019.756000', '214019.759000', '214019.761000', '214019.764000', '214019.767000', '214019.769000', '214019.772000', '214019.775000', '214019.777000', '214019.780000', '214019.783000', '214019.785000', '214019.788000', '214019.791000', '214019.793000', '214019.796000', '214019.798000', '214019.801000', '214019.804000', '214019.806000', '214019.809000', '214019.811000', '214019.814000', '214019.816000', '214019.819000', '214019.822000', '214019.824000', '214019.827000', '214019.829000', '214019.832000', '214019.834000', '214019.837000', '214019.840000', '214019.842000', '214039.732000', '214039.736000', '214039.738000', '214039.741000', '214039.744000', '214039.746000', '214039.749000', '214039.752000', '214039.754000', '214039.757000', '214039.759000', '214039.762000', '214039.765000', '214039.767000', '214039.770000', '214039.772000', '214039.775000', '214039.778000', '214039.780000', '214039.783000', '214039.785000', '214039.788000', '214039.791000', '214039.793000', '214039.796000', '214039.798000', '214039.801000', '214039.804000', '214039.806000', '214039.809000', '214039.811000', '214039.814000', '214039.816000', '214039.819000', '214039.822000', '214039.824000', '214039.827000', '214039.829000', '214039.832000', '214039.835000', '214039.837000', '214039.840000', '214039.842000', '214039.845000', '214059.733000', '214059.735000', '214059.738000', '214059.741000', '214059.743000', '214059.746000', '214059.748000', '214059.751000', '214059.754000', '214059.756000', '214059.759000', '214059.761000', '214059.764000', '214059.766000', '214059.769000', '214059.772000', '214059.774000', '214059.777000', '214059.779000', '214059.782000', '214059.785000', '214059.787000', '214059.790000', '214059.793000', '214059.795000', '214059.798000', '214059.800000', '214059.803000', '214059.806000', '214059.808000', '214059.811000', '214059.814000', '214059.816000', '214059.819000', '214059.822000', '214059.825000', '214059.827000', '214059.830000', '214059.833000', '214059.835000', '214059.838000', '214059.840000', '214059.843000', '214119.732000', '214119.735000', '214119.738000', '214119.740000', '214119.743000', '214119.746000', '214119.748000', '214119.751000', '214119.753000', '214119.756000', '214119.759000', '214119.761000', '214119.764000', '214119.766000', '214119.769000', '214119.772000', '214119.774000', '214119.777000', '214119.779000', '214119.782000', '214119.784000', '214119.787000', '214119.790000', '214119.792000', '214119.795000', '214119.798000', '214119.800000', '214119.803000', '214119.805000', '214119.808000', '214119.811000', '214119.813000', '214119.816000', '214119.824000', '214119.827000', '214119.830000', '214119.832000', '214119.835000', '214119.837000', '214119.840000', '214119.842000', '214119.845000', '214119.875000', '214119.878000', '214139.733000', '214139.735000', '214139.738000', '214139.741000', '214139.743000', '214139.746000', '214139.748000', '214139.751000', '214139.753000', '214139.756000', '214139.758000', '214139.761000', '214139.764000', '214139.766000', '214139.769000', '214139.772000', '214139.774000', '214139.777000', '214139.779000', '214139.782000', '214139.784000', '214139.787000', '214139.790000', '214139.792000', '214139.795000', '214139.797000', '214139.800000', '214139.803000', '214139.806000', '214139.809000', '214139.811000', '214139.814000', '214139.817000', '214139.819000', '214139.822000', '214139.825000', '214139.827000', '214139.830000', '214139.832000', '214139.835000', '214139.838000', '214139.840000', '214139.843000', '214159.733000', '214159.735000', '214159.738000', '214159.741000', '214159.743000', '214159.746000', '214159.748000', '214159.751000', '214159.754000', '214159.756000', '214159.759000', '214159.761000', '214159.764000', '214159.767000', '214159.769000', '214159.772000', '214159.774000', '214159.777000', '214159.779000', '214159.782000', '214159.784000', '214159.787000', '214159.790000', '214159.792000', '214159.795000', '214159.797000', '214159.800000', '214159.803000', '214159.805000', '214159.808000', '214159.810000', '214159.813000', '214159.816000', '214159.818000', '214159.821000', '214159.823000', '214159.826000', '214159.828000', '214159.831000', '214159.833000', '214159.836000', '214159.839000', '214159.841000', '214159.844000', '214219.733000', '214219.735000', '214219.738000', '214219.741000', '214219.743000', '214219.746000', '214219.748000', '214219.751000', '214219.753000', '214219.756000', '214219.759000', '214219.761000', '214219.764000', '214219.766000', '214219.769000', '214219.771000', '214219.774000', '214219.777000', '214219.779000', '214219.782000', '214219.786000', '214219.788000', '214219.791000', '214219.794000', '214219.797000', '214219.800000', '214219.802000', '214219.805000', '214219.807000', '214219.810000', '214219.812000', '214219.815000', '214219.818000', '214219.820000', '214219.823000', '214219.825000', '214219.828000', '214219.830000', '214219.833000', '214219.836000', '214219.838000', '214219.841000', '214219.843000', '214239.733000', '214239.736000', '214239.739000', '214239.742000', '214239.744000', '214239.747000', '214239.750000', '214239.753000', '214239.755000', '214239.758000', '214239.763000', '214239.765000', '214239.769000', '214239.773000', '214239.775000', '214239.778000', '214239.781000', '214239.783000', '214239.789000', '214239.792000', '214239.796000', '214239.800000', '214239.803000', '214239.807000', '214239.809000', '214239.815000', '214239.818000', '214239.821000', '214239.826000', '214239.829000', '214239.831000', '214239.836000', '214239.841000', '214239.844000', '214239.847000', '214239.849000', '214239.852000', '214239.855000', '214239.861000', '214239.863000', '214239.866000', '214239.869000', '214239.873000', '214239.876000', '214240.051000'], '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': [10589, 16470, 11059, 16160, 11177, 13762, 15309, 13579, 17593, 12875, 13837, 10466, 8891, 12358, 9303, 15052, 11243, 12008, 9250, 11957, 10043, 15358, 11226, 17379, 11330, 15147, 11474, 14609, 10530, 13603, 9137, 11222, 13986, 10693, 16280, 11152, 13283, 10362, 12881, 9252, 12938, 9991, 10528, 15281, 11399, 15663, 11553, 13724, 9586, 12962, 10636, 12895, 10957, 10369, 13732, 10863, 14291, 10889, 15237, 10571, 13803, 10403, 13969, 9011, 12703, 10987, 12193, 14619, 11542, 11037, 10326, 12513, 10379, 15727, 11864, 16655, 11374, 15551, 11336, 14751, 10751, 14754, 9908, 13429, 11953, 13672, 11227, 12763, 11589, 13069, 11578, 13687, 10392, 12631, 13711, 11927, 15683, 11648, 17513, 11467, 14844, 11665, 14326, 9454, 12430, 9112, 13474, 9027, 13295, 9244, 12942, 9875, 12068, 9744, 11040, 11040, 14552, 10115, 16996, 12602, 15290, 11154, 13364, 9156, 12758, 12525, 11205, 16886, 11250, 13454, 9909, 12908, 8819, 11819, 11009, 9888, 13133, 11160, 9408, 11249, 8595, 12305, 12146, 11389, 16326, 12125, 16396, 11840, 14431, 11358, 14992, 12059, 13381, 15008, 12019, 17287, 13341, 16694, 11619, 15333, 11332, 15496, 11442, 15108, 9708, 13568, 10350, 12986, 13323, 11131, 16416, 11452, 14973, 11245, 14336, 10211, 13164, 9951, 14429, 10379, 14630, 9757, 13428, 9514, 14583, 9359, 12790, 11698, 11323, 15484, 11830, 16243, 11321, 14352, 10065, 13925, 9573, 14107, 9515, 11490, 13983, 11393, 15544, 11296, 13571, 9886, 9646, 10772, 12524, 12273, 11859, 12961, 10319, 12074, 14373, 11760, 16303, 12053, 16831, 12089, 15605, 11374, 15508, 9809, 13931, 13258, 12188, 16816, 12784, 16058, 10935, 14208, 10199, 13601, 12585, 11219, 16448, 12276, 14612, 11079, 14051, 10700, 13675, 10583, 13654, 10519, 14299, 10947, 15193, 11451, 15491, 10214, 14667, 10364, 15046, 9702, 14703, 9632, 14813, 10723, 15684, 11153, 15830, 11840, 10665, 12021, 10385, 12557, 16133, 10057, 14511, 15883, 12017, 15305, 11663, 16873, 12652, 16948, 13684, 17336, 12948, 16436, 12357, 15980, 11796, 15423, 9565, 13677, 9525, 13431, 11422, 13273, 14319, 11307, 16453, 11246, 14390, 10670, 13683, 9419, 12422, 8944, 12832, 9538, 11299, 13649, 10506, 14885, 11394, 13629, 9820, 12781, 9336, 13449, 9120, 12806, 8864, 13727, 9698, 13502, 8946, 13015, 9578, 13700, 10650, 12929, 14306, 11288, 16215, 12505, 15243, 10296, 14216, 9414, 14447, 11066, 13299, 14918, 11072, 15843, 11896, 14663, 10246, 13996, 9142, 14020, 9384, 14173, 9508, 13921, 11674, 13716, 11374, 13293, 15614, 12196, 16731, 12294, 15721, 10329, 14857, 9989, 15385, 9439, 14321, 9286, 14613, 10819, 12882, 11099, 9626, 14369, 9423, 14511, 10823, 16242, 12035, 14223, 10917, 14722, 11619, 15586, 11973, 16251, 11562, 16148, 11504, 15334, 10365, 14435, 9924, 15291, 9480, 13928, 9124, 14440, 9953, 14416, 9298, 13842, 9515, 14610, 10398, 14534, 9611, 14388, 10795, 14103, 14530, 12022, 16785, 12091, 15020, 10217, 14541, 11807, 11092, 16400, 11960, 14475, 9388, 13823, 9253, 12924, 11378, 11848, 12894, 10585, 15038, 11954, 14434, 10737, 14440, 9202, 14561, 10400, 14285, 12893, 12433, 16119, 12854, 13305, 11724, 11171, 14891, 11313, 15908, 11497, 15824, 11995, 16423, 12370, 16571, 11702, 16181, 11587, 16538, 10716, 16077, 10940, 15617, 11245, 15585, 12318, 11909, 11927, 12065, 12957, 14898, 12624, 15829, 11580, 17034, 12306, 16046, 10738, 14798, 9639, 15789, 10237, 15357, 9098, 14471, 9447, 14759, 11723, 13350, 14858, 11297, 16641, 12681, 15835, 11696, 16332, 11819, 15121, 11372, 15171, 10938, 15521, 11518, 15654, 10821, 14972, 11189, 15319, 10777, 15236, 10113, 14636, 10830, 15054, 10248, 14718, 9907, 15321, 9946, 13823, 10494, 11020, 16184, 12236, 15715, 10481, 14543, 10062, 14672, 9768, 13922, 9381, 13406, 9738, 13540, 9283, 13182, 10511, 11906, 12832, 8927, 13854, 9425, 14688, 10459, 14996, 9267, 13501, 15182, 12490, 16550, 11739, 15905, 11718, 14936, 10814, 14238, 8806, 12881, 9937, 13426, 11482, 11087, 16179, 12098, 15237, 10554, 14242, 9185, 13111, 12240, 12262, 12242, 11044, 14722, 11456, 15161, 11696, 14793, 10662, 14970, 11132, 14758, 10638, 14392, 9420, 14826, 9894, 14082, 10793, 12312, 15298, 12409, 15567, 11237, 15503, 11910, 14066, 11385, 12946, 11129, 13123, 13099, 9919, 13777, 10012, 14869, 10954, 15329, 10711, 15234, 11031, 14215, 11894, 12708, 13762, 10772, 13213, 11665, 15011, 11483, 13919, 13325, 11830, 14435, 12425, 12137, 11662, 14202, 11799, 14474, 11999, 12868, 10672, 14271, 11551, 14756, 11539, 15914, 11222, 15379, 11012, 14959, 10773, 14687, 9848, 14803, 10950, 14823, 10852, 13239, 9861, 11971, 11944, 11854, 13333, 9737, 13253, 10530, 14783, 12238, 13694, 14767, 11468, 17393, 12564, 15986, 11278, 15255, 9733, 15032, 9416, 14502, 8822, 14332, 10112, 14351, 10647, 12851, 10264, 9439, 14300, 10272, 14738, 9860, 13833, 10847, 15576, 12023, 12355, 13654, 9248, 15775, 12505, 16366, 12738, 16779, 12851, 16742, 12006, 15792, 10177, 15597, 11725, 15851, 14270, 13010, 16722, 12824, 16134, 12563, 15721, 11325, 14792, 10691, 14782, 9776, 14558, 10509, 14749, 10820, 13678, 10103, 14271, 9158, 14123, 9404, 13569, 9565, 14271, 10226, 14103, 10277, 13335, 13270, 12557, 14042, 12322, 14859, 11510, 16801, 12606, 15641, 11265, 14965, 10514, 14842, 10132, 14477, 9161, 13501, 9542, 12769, 10840, 12393, 12050, 10793, 13560, 11111, 13832, 10723, 14421, 10655, 14634, 11208, 13668, 10079, 14478, 10678, 14333, 10884, 14204, 10342, 13975, 10504, 14302, 9924, 13911, 9788, 14692, 10215, 14175, 9078, 14514, 9676, 15425, 10515, 14841, 10072, 14968, 11285, 15185, 10925, 15275, 10619, 15289, 11066, 15624, 10740, 14829, 10055, 15407, 9735, 14780, 9695, 13805, 12412, 12548, 14196, 11284, 16815, 12091, 15282, 10668, 15014, 9650, 14443, 9146, 14192, 10022, 13942, 10512, 13161, 12739, 11659, 14861, 12193, 13712, 11088, 13915, 11414, 13889, 11812, 16012, 11752, 15598, 10805, 15357, 9781, 14575, 9751, 14344, 12829, 12474, 12713, 11337, 13755, 12617, 11216, 13160, 10747, 14581, 9951, 15261, 12300, 12391, 13668, 9187, 15650, 10889, 16261, 11953, 16376, 10287, 15366, 13795, 13407, 16626, 12228, 16506, 11797, 15546, 11324, 15491], 'WindowCenter': [5034.0, 5056.0, 5001.0, 5028.0, 4986.0, 4996.0, 5005.0, 5000.0, 5016.0, 4984.0, 4978.0, 4964.0, 4943.0, 4983.0, 4967.0, 5005.0, 4973.0, 4969.0, 4940.0, 4960.0, 4954.0, 4981.0, 4961.0, 4989.0, 4960.0, 4980.0, 4959.0, 4980.0, 4951.0, 4978.0, 4930.0, 4948.0, 4969.0, 4952.0, 4989.0, 4962.0, 4969.0, 4950.0, 4969.0, 4940.0, 4969.0, 4948.0, 4949.0, 4989.0, 4961.0, 4987.0, 4961.0, 4980.0, 4940.0, 4970.0, 4950.0, 4971.0, 4959.0, 4953.0, 4978.0, 4961.0, 4991.0, 4961.0, 5000.0, 4963.0, 4991.0, 4963.0, 4990.0, 4954.0, 4980.0, 4963.0, 4986.0, 5004.0, 4975.0, 4973.0, 4963.0, 4982.0, 4964.0, 5002.0, 4973.0, 5000.0, 4975.0, 5001.0, 4972.0, 4994.0, 4973.0, 4992.0, 4954.0, 4982.0, 4973.0, 4983.0, 4970.0, 4980.0, 4961.0, 4982.0, 4961.0, 4979.0, 4962.0, 4970.0, 4982.0, 4971.0, 4991.0, 4969.0, 4990.0, 4958.0, 4979.0, 4961.0, 4980.0, 4939.0, 4967.0, 4940.0, 4980.0, 4952.0, 4978.0, 4954.0, 4983.0, 4965.0, 4981.0, 4963.0, 4973.0, 4975.0, 4991.0, 4964.0, 5001.0, 4984.0, 4991.0, 4974.0, 4981.0, 4941.0, 4980.0, 4970.0, 4963.0, 5001.0, 4971.0, 4979.0, 4952.0, 4983.0, 4966.0, 4986.0, 4969.0, 4963.0, 4981.0, 4972.0, 4954.0, 4971.0, 4941.0, 4984.0, 4986.0, 4975.0, 5004.0, 4984.0, 5002.0, 4975.0, 4990.0, 4962.0, 4989.0, 4972.0, 4981.0, 4978.0, 4972.0, 4989.0, 4968.0, 4988.0, 4958.0, 4975.0, 4959.0, 4978.0, 4958.0, 4977.0, 4939.0, 4968.0, 4949.0, 4966.0, 4966.0, 4957.0, 4984.0, 4958.0, 4974.0, 4958.0, 4978.0, 4950.0, 4966.0, 4951.0, 4976.0, 4952.0, 4979.0, 4949.0, 4981.0, 4949.0, 4991.0, 4953.0, 4983.0, 4970.0, 4972.0, 4990.0, 4971.0, 4999.0, 4972.0, 4978.0, 4950.0, 4979.0, 4952.0, 4989.0, 4948.0, 4972.0, 4996.0, 4985.0, 5002.0, 4984.0, 5004.0, 4973.0, 4974.0, 4987.0, 4992.0, 4983.0, 4971.0, 4991.0, 4963.0, 4983.0, 4991.0, 4984.0, 5001.0, 4985.0, 5001.0, 4972.0, 5002.0, 4971.0, 4989.0, 4952.0, 4982.0, 4977.0, 4970.0, 5000.0, 4982.0, 4999.0, 4960.0, 4980.0, 4949.0, 4978.0, 4970.0, 4960.0, 4989.0, 4969.0, 4988.0, 4971.0, 4990.0, 4961.0, 4988.0, 4963.0, 4992.0, 4974.0, 4991.0, 4987.0, 5003.0, 4984.0, 5002.0, 4962.0, 5003.0, 4962.0, 5001.0, 4965.0, 5002.0, 4962.0, 5005.0, 4975.0, 4990.0, 4974.0, 5003.0, 4984.0, 4964.0, 4973.0, 4955.0, 4983.0, 5004.0, 4963.0, 4991.0, 4999.0, 4980.0, 5014.0, 4983.0, 5011.0, 4983.0, 5000.0, 4980.0, 4989.0, 4968.0, 4966.0, 4944.0, 4964.0, 4946.0, 4963.0, 4915.0, 4939.0, 4910.0, 4938.0, 4927.0, 4941.0, 4949.0, 4930.0, 4958.0, 4929.0, 4948.0, 4922.0, 4948.0, 4922.0, 4941.0, 4912.0, 4953.0, 4924.0, 4943.0, 4961.0, 4934.0, 4973.0, 4954.0, 4961.0, 4936.0, 4965.0, 4937.0, 4965.0, 4940.0, 4969.0, 4939.0, 4979.0, 4950.0, 4978.0, 4943.0, 4979.0, 4951.0, 4990.0, 4962.0, 4983.0, 4992.0, 4975.0, 5002.0, 4981.0, 4991.0, 4961.0, 4989.0, 4951.0, 4990.0, 4969.0, 4979.0, 4991.0, 4970.0, 5001.0, 4971.0, 4991.0, 4972.0, 4992.0, 4955.0, 4993.0, 4965.0, 4993.0, 4962.0, 4993.0, 4973.0, 4993.0, 4974.0, 4994.0, 5002.0, 4982.0, 5003.0, 4983.0, 5002.0, 4963.0, 4993.0, 4959.0, 5002.0, 4964.0, 5001.0, 4968.0, 5014.0, 4985.0, 4994.0, 4985.0, 4964.0, 5004.0, 4964.0, 5003.0, 4982.0, 5015.0, 4995.0, 5003.0, 4974.0, 4999.0, 4973.0, 5003.0, 4982.0, 4998.0, 4973.0, 5001.0, 4971.0, 4992.0, 4963.0, 4990.0, 4961.0, 4991.0, 4961.0, 4988.0, 4952.0, 4992.0, 4965.0, 5002.0, 4965.0, 4994.0, 4965.0, 5004.0, 4975.0, 5001.0, 4966.0, 5002.0, 4973.0, 4994.0, 4992.0, 4982.0, 5001.0, 4979.0, 4992.0, 4959.0, 4992.0, 4972.0, 4972.0, 4998.0, 4971.0, 4990.0, 4951.0, 4991.0, 4950.0, 4982.0, 4972.0, 4983.0, 4990.0, 4974.0, 5002.0, 4997.0, 5005.0, 4986.0, 5004.0, 4966.0, 5002.0, 4975.0, 5016.0, 4995.0, 4996.0, 5013.0, 4994.0, 5002.0, 4994.0, 4984.0, 5017.0, 4997.0, 5027.0, 4999.0, 5017.0, 4997.0, 5014.0, 4994.0, 5014.0, 4984.0, 5013.0, 4987.0, 5027.0, 4976.0, 5002.0, 4987.0, 5015.0, 4985.0, 5012.0, 4983.0, 4985.0, 4984.0, 4982.0, 4993.0, 5003.0, 4983.0, 5003.0, 4970.0, 5000.0, 4982.0, 5014.0, 4996.0, 4999.0, 4965.0, 5000.0, 4961.0, 5000.0, 4954.0, 4991.0, 4952.0, 5003.0, 4983.0, 4993.0, 4987.0, 4972.0, 4999.0, 4980.0, 5000.0, 4999.0, 5012.0, 4981.0, 5002.0, 4982.0, 4988.0, 4974.0, 5001.0, 4982.0, 5001.0, 4973.0, 4992.0, 4972.0, 4990.0, 4972.0, 4989.0, 4961.0, 4988.0, 4962.0, 4989.0, 4962.0, 4991.0, 4962.0, 4990.0, 4951.0, 4979.0, 4958.0, 4959.0, 4987.0, 4971.0, 4990.0, 4961.0, 4977.0, 4949.0, 4977.0, 4948.0, 4987.0, 4952.0, 4994.0, 4963.0, 4980.0, 4963.0, 4982.0, 4963.0, 4972.0, 4972.0, 4952.0, 4980.0, 4952.0, 4993.0, 4963.0, 4991.0, 4941.0, 4971.0, 4989.0, 4971.0, 4987.0, 4960.0, 4978.0, 4960.0, 4978.0, 4960.0, 4977.0, 4941.0, 4968.0, 4948.0, 4977.0, 4967.0, 4962.0, 4987.0, 4970.0, 4979.0, 4959.0, 4979.0, 4937.0, 4967.0, 4957.0, 4969.0, 4968.0, 4959.0, 4977.0, 4970.0, 4990.0, 4983.0, 5004.0, 4976.0, 4990.0, 4971.0, 4991.0, 4962.0, 4991.0, 4952.0, 4992.0, 4961.0, 5004.0, 4972.0, 4984.0, 4989.0, 4969.0, 4999.0, 4962.0, 5000.0, 4972.0, 4990.0, 4984.0, 4980.0, 4974.0, 4982.0, 4993.0, 4974.0, 4993.0, 4963.0, 5003.0, 4976.0, 5003.0, 4976.0, 5017.0, 4986.0, 4993.0, 4982.0, 4981.0, 4993.0, 4971.0, 4980.0, 4971.0, 4991.0, 4971.0, 4981.0, 4967.0, 4959.0, 4978.0, 4967.0, 4968.0, 4969.0, 4977.0, 4974.0, 4990.0, 4973.0, 4978.0, 4963.0, 4979.0, 4971.0, 4989.0, 4970.0, 4990.0, 4971.0, 4990.0, 4963.0, 4989.0, 4972.0, 4989.0, 4963.0, 4991.0, 4963.0, 4988.0, 4974.0, 4991.0, 4961.0, 4983.0, 4985.0, 4984.0, 4992.0, 4964.0, 4992.0, 4960.0, 4993.0, 4972.0, 4981.0, 4978.0, 4961.0, 5000.0, 4968.0, 4988.0, 4959.0, 4986.0, 4938.0, 4977.0, 4938.0, 4977.0, 4938.0, 4991.0, 4963.0, 4989.0, 4970.0, 4992.0, 4961.0, 4952.0, 4990.0, 4961.0, 4992.0, 4968.0, 4993.0, 4986.0, 5037.0, 5014.0, 5013.0, 5020.0, 4984.0, 5046.0, 5026.0, 5044.0, 5025.0, 5032.0, 5014.0, 5032.0, 5003.0, 5018.0, 4980.0, 5011.0, 4988.0, 5010.0, 4997.0, 4991.0, 5005.0, 5002.0, 5008.0, 4989.0, 4996.0, 4966.0, 4996.0, 4967.0, 4997.0, 4968.0, 5013.0, 4996.0, 4990.0, 4960.0, 4981.0, 4947.0, 4978.0, 4938.0, 4977.0, 4950.0, 4977.0, 4950.0, 4979.0, 4947.0, 4992.0, 4974.0, 4992.0, 4978.0, 4982.0, 4989.0, 4980.0, 4987.0, 4958.0, 4986.0, 4965.0, 4977.0, 4958.0, 4976.0, 4947.0, 4974.0, 4936.0, 4963.0, 4936.0, 4965.0, 4935.0, 4963.0, 4945.0, 4966.0, 4966.0, 4956.0, 4966.0, 4958.0, 4977.0, 4961.0, 4976.0, 4961.0, 4987.0, 4969.0, 4988.0, 4961.0, 4988.0, 4960.0, 4991.0, 4971.0, 4989.0, 4973.0, 4990.0, 4974.0, 5003.0, 4975.0, 4991.0, 4963.0, 5001.0, 4974.0, 5000.0, 4953.0, 5002.0, 4963.0, 5015.0, 4974.0, 5004.0, 4977.0, 5003.0, 4983.0, 5004.0, 4987.0, 5014.0, 4987.0, 5005.0, 4985.0, 5013.0, 4983.0, 5005.0, 4963.0, 5002.0, 4964.0, 5004.0, 4962.0, 4990.0, 4982.0, 4981.0, 5004.0, 4972.0, 5010.0, 4982.0, 5001.0, 4974.0, 5000.0, 4964.0, 4991.0, 4952.0, 4992.0, 4959.0, 4999.0, 4971.0, 4991.0, 4992.0, 4982.0, 4999.0, 4984.0, 5001.0, 4983.0, 4992.0, 4985.0, 5004.0, 4994.0, 5011.0, 4994.0, 5010.0, 4976.0, 5015.0, 4972.0, 5013.0, 4965.0, 5004.0, 4991.0, 4994.0, 4993.0, 4984.0, 5003.0, 4995.0, 4997.0, 5014.0, 5000.0, 5028.0, 4999.0, 5039.0, 5022.0, 5019.0, 5016.0, 4988.0, 5027.0, 4997.0, 5024.0, 4996.0, 5025.0, 4986.0, 5027.0, 5005.0, 5004.0, 5013.0, 4983.0, 5024.0, 4995.0, 5002.0, 4985.0, 5000.0], 'WindowWidth': [10946.0, 10960.0, 10870.0, 10902.0, 10836.0, 10847.0, 10862.0, 10859.0, 10880.0, 10821.0, 10808.0, 10793.0, 10766.0, 10819.0, 10806.0, 10855.0, 10807.0, 10797.0, 10758.0, 10783.0, 10780.0, 10813.0, 10785.0, 10826.0, 10785.0, 10812.0, 10783.0, 10811.0, 10772.0, 10808.0, 10741.0, 10764.0, 10793.0, 10772.0, 10824.0, 10788.0, 10795.0, 10771.0, 10797.0, 10757.0, 10797.0, 10768.0, 10770.0, 10824.0, 10786.0, 10818.0, 10787.0, 10812.0, 10756.0, 10799.0, 10770.0, 10799.0, 10783.0, 10777.0, 10809.0, 10788.0, 10829.0, 10790.0, 10845.0, 10795.0, 10832.0, 10794.0, 10828.0, 10784.0, 10815.0, 10792.0, 10831.0, 10855.0, 10812.0, 10809.0, 10797.0, 10820.0, 10798.0, 10848.0, 10809.0, 10844.0, 10811.0, 10844.0, 10808.0, 10838.0, 10810.0, 10833.0, 10781.0, 10817.0, 10806.0, 10820.0, 10802.0, 10814.0, 10788.0, 10819.0, 10789.0, 10812.0, 10791.0, 10800.0, 10816.0, 10801.0, 10829.0, 10798.0, 10827.0, 10781.0, 10810.0, 10789.0, 10812.0, 10755.0, 10792.0, 10758.0, 10815.0, 10779.0, 10809.0, 10786.0, 10825.0, 10801.0, 10820.0, 10797.0, 10810.0, 10813.0, 10833.0, 10797.0, 10848.0, 10824.0, 10831.0, 10810.0, 10817.0, 10760.0, 10815.0, 10798.0, 10793.0, 10843.0, 10805.0, 10813.0, 10779.0, 10822.0, 10807.0, 10833.0, 10802.0, 10798.0, 10819.0, 10805.0, 10783.0, 10805.0, 10764.0, 10827.0, 10831.0, 10816.0, 10854.0, 10826.0, 10850.0, 10814.0, 10832.0, 10791.0, 10825.0, 10804.0, 10815.0, 10809.0, 10803.0, 10827.0, 10795.0, 10823.0, 10781.0, 10800.0, 10780.0, 10807.0, 10779.0, 10805.0, 10754.0, 10792.0, 10766.0, 10788.0, 10788.0, 10777.0, 10812.0, 10778.0, 10798.0, 10780.0, 10808.0, 10771.0, 10789.0, 10774.0, 10804.0, 10778.0, 10812.0, 10772.0, 10816.0, 10772.0, 10830.0, 10783.0, 10821.0, 10799.0, 10805.0, 10830.0, 10802.0, 10842.0, 10805.0, 10812.0, 10774.0, 10813.0, 10781.0, 10828.0, 10769.0, 10804.0, 10846.0, 10833.0, 10851.0, 10831.0, 10860.0, 10817.0, 10819.0, 10837.0, 10837.0, 10825.0, 10805.0, 10833.0, 10796.0, 10824.0, 10835.0, 10828.0, 10849.0, 10828.0, 10848.0, 10807.0, 10847.0, 10802.0, 10828.0, 10780.0, 10818.0, 10808.0, 10802.0, 10843.0, 10820.0, 10842.0, 10789.0, 10816.0, 10768.0, 10808.0, 10798.0, 10784.0, 10825.0, 10798.0, 10824.0, 10804.0, 10828.0, 10792.0, 10827.0, 10795.0, 10837.0, 10814.0, 10833.0, 10836.0, 10851.0, 10828.0, 10851.0, 10795.0, 10852.0, 10794.0, 10846.0, 10803.0, 10850.0, 10795.0, 10858.0, 10814.0, 10828.0, 10809.0, 10850.0, 10827.0, 10795.0, 10806.0, 10782.0, 10822.0, 10856.0, 10797.0, 10832.0, 10840.0, 10817.0, 10870.0, 10825.0, 10863.0, 10824.0, 10848.0, 10815.0, 10828.0, 10793.0, 10786.0, 10752.0, 10782.0, 10759.0, 10777.0, 10710.0, 10739.0, 10700.0, 10736.0, 10720.0, 10742.0, 10752.0, 10727.0, 10764.0, 10726.0, 10751.0, 10719.0, 10752.0, 10720.0, 10747.0, 10705.0, 10762.0, 10725.0, 10753.0, 10774.0, 10742.0, 10793.0, 10771.0, 10777.0, 10747.0, 10785.0, 10750.0, 10787.0, 10759.0, 10796.0, 10757.0, 10812.0, 10772.0, 10809.0, 10768.0, 10812.0, 10777.0, 10831.0, 10794.0, 10824.0, 10836.0, 10816.0, 10850.0, 10816.0, 10833.0, 10791.0, 10828.0, 10776.0, 10831.0, 10799.0, 10814.0, 10832.0, 10802.0, 10846.0, 10803.0, 10832.0, 10810.0, 10834.0, 10787.0, 10837.0, 10801.0, 10839.0, 10795.0, 10838.0, 10810.0, 10838.0, 10813.0, 10839.0, 10849.0, 10823.0, 10853.0, 10823.0, 10849.0, 10797.0, 10838.0, 10789.0, 10849.0, 10801.0, 10848.0, 10812.0, 10870.0, 10834.0, 10843.0, 10832.0, 10802.0, 10857.0, 10803.0, 10853.0, 10827.0, 10872.0, 10845.0, 10854.0, 10816.0, 10845.0, 10812.0, 10852.0, 10822.0, 10842.0, 10811.0, 10848.0, 10804.0, 10834.0, 10796.0, 10832.0, 10791.0, 10833.0, 10793.0, 10825.0, 10780.0, 10836.0, 10800.0, 10851.0, 10803.0, 10841.0, 10804.0, 10854.0, 10817.0, 10850.0, 10805.0, 10851.0, 10811.0, 10840.0, 10836.0, 10822.0, 10849.0, 10815.0, 10837.0, 10787.0, 10834.0, 10806.0, 10808.0, 10839.0, 10803.0, 10828.0, 10780.0, 10833.0, 10777.0, 10823.0, 10808.0, 10825.0, 10834.0, 10816.0, 10852.0, 10851.0, 10861.0, 10835.0, 10858.0, 10806.0, 10852.0, 10816.0, 10877.0, 10844.0, 10849.0, 10870.0, 10843.0, 10855.0, 10844.0, 10831.0, 10879.0, 10852.0, 10896.0, 10859.0, 10878.0, 10852.0, 10873.0, 10847.0, 10874.0, 10831.0, 10869.0, 10834.0, 10895.0, 10818.0, 10851.0, 10835.0, 10876.0, 10832.0, 10867.0, 10826.0, 10831.0, 10829.0, 10823.0, 10838.0, 10852.0, 10825.0, 10854.0, 10805.0, 10845.0, 10823.0, 10872.0, 10853.0, 10849.0, 10805.0, 10845.0, 10789.0, 10843.0, 10786.0, 10831.0, 10779.0, 10855.0, 10824.0, 10837.0, 10825.0, 10806.0, 10843.0, 10815.0, 10845.0, 10857.0, 10865.0, 10821.0, 10852.0, 10823.0, 10827.0, 10814.0, 10849.0, 10823.0, 10847.0, 10809.0, 10836.0, 10809.0, 10829.0, 10807.0, 10826.0, 10791.0, 10826.0, 10792.0, 10827.0, 10793.0, 10833.0, 10793.0, 10829.0, 10775.0, 10814.0, 10782.0, 10783.0, 10823.0, 10800.0, 10829.0, 10792.0, 10808.0, 10770.0, 10807.0, 10770.0, 10824.0, 10782.0, 10842.0, 10795.0, 10817.0, 10798.0, 10820.0, 10796.0, 10804.0, 10803.0, 10779.0, 10813.0, 10779.0, 10837.0, 10796.0, 10834.0, 10763.0, 10800.0, 10826.0, 10798.0, 10821.0, 10784.0, 10806.0, 10785.0, 10807.0, 10784.0, 10807.0, 10760.0, 10796.0, 10768.0, 10806.0, 10794.0, 10793.0, 10821.0, 10800.0, 10811.0, 10784.0, 10811.0, 10751.0, 10793.0, 10777.0, 10796.0, 10796.0, 10785.0, 10808.0, 10801.0, 10828.0, 10825.0, 10856.0, 10816.0, 10829.0, 10804.0, 10830.0, 10794.0, 10830.0, 10778.0, 10834.0, 10790.0, 10859.0, 10809.0, 10824.0, 10829.0, 10798.0, 10842.0, 10791.0, 10843.0, 10806.0, 10830.0, 10826.0, 10817.0, 10813.0, 10823.0, 10837.0, 10816.0, 10840.0, 10796.0, 10855.0, 10819.0, 10854.0, 10819.0, 10880.0, 10834.0, 10837.0, 10822.0, 10820.0, 10838.0, 10805.0, 10814.0, 10804.0, 10832.0, 10804.0, 10816.0, 10794.0, 10784.0, 10808.0, 10793.0, 10798.0, 10799.0, 10807.0, 10809.0, 10827.0, 10807.0, 10812.0, 10793.0, 10811.0, 10802.0, 10828.0, 10802.0, 10830.0, 10805.0, 10828.0, 10793.0, 10828.0, 10806.0, 10826.0, 10795.0, 10830.0, 10795.0, 10825.0, 10810.0, 10835.0, 10794.0, 10824.0, 10830.0, 10826.0, 10837.0, 10801.0, 10837.0, 10791.0, 10838.0, 10807.0, 10818.0, 10812.0, 10789.0, 10844.0, 10794.0, 10823.0, 10784.0, 10820.0, 10753.0, 10805.0, 10753.0, 10807.0, 10754.0, 10833.0, 10794.0, 10825.0, 10804.0, 10838.0, 10794.0, 10780.0, 10831.0, 10789.0, 10836.0, 10809.0, 10839.0, 10836.0, 10917.0, 10888.0, 10882.0, 10892.0, 10844.0, 10935.0, 10907.0, 10929.0, 10902.0, 10909.0, 10884.0, 10907.0, 10866.0, 10882.0, 10828.0, 10872.0, 10837.0, 10870.0, 10849.0, 10841.0, 10860.0, 10861.0, 10863.0, 10836.0, 10841.0, 10800.0, 10842.0, 10803.0, 10845.0, 10808.0, 10878.0, 10856.0, 10830.0, 10786.0, 10813.0, 10766.0, 10808.0, 10753.0, 10808.0, 10773.0, 10807.0, 10772.0, 10813.0, 10767.0, 10835.0, 10814.0, 10834.0, 10811.0, 10818.0, 10827.0, 10817.0, 10821.0, 10781.0, 10821.0, 10788.0, 10806.0, 10779.0, 10803.0, 10762.0, 10799.0, 10747.0, 10782.0, 10749.0, 10785.0, 10744.0, 10783.0, 10759.0, 10791.0, 10791.0, 10778.0, 10792.0, 10782.0, 10807.0, 10790.0, 10805.0, 10791.0, 10822.0, 10800.0, 10827.0, 10793.0, 10827.0, 10790.0, 10833.0, 10807.0, 10828.0, 10813.0, 10834.0, 10814.0, 10854.0, 10819.0, 10835.0, 10799.0, 10849.0, 10815.0, 10847.0, 10785.0, 10852.0, 10800.0, 10874.0, 10819.0, 10856.0, 10821.0, 10855.0, 10829.0, 10856.0, 10839.0, 10870.0, 10837.0, 10860.0, 10833.0, 10868.0, 10829.0, 10861.0, 10801.0, 10853.0, 10803.0, 10857.0, 10797.0, 10833.0, 10825.0, 10822.0, 10857.0, 10811.0, 10861.0, 10822.0, 10849.0, 10812.0, 10847.0, 10800.0, 10835.0, 10784.0, 10837.0, 10791.0, 10845.0, 10809.0, 10837.0, 10838.0, 10826.0, 10848.0, 10828.0, 10852.0, 10828.0, 10840.0, 10833.0, 10858.0, 10845.0, 10868.0, 10844.0, 10867.0, 10821.0, 10872.0, 10813.0, 10870.0, 10804.0, 10857.0, 10839.0, 10844.0, 10841.0, 10832.0, 10856.0, 10847.0, 10851.0, 10877.0, 10863.0, 10902.0, 10868.0, 10920.0, 10897.0, 10890.0, 10882.0, 10846.0, 10893.0, 10855.0, 10891.0, 10852.0, 10892.0, 10839.0, 10896.0, 10864.0, 10859.0, 10874.0, 10827.0, 10890.0, 10848.0, 10851.0, 10832.0, 10847.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.004484400921658986</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04401761140552995</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.77161843501732</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3000271039907714</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0458081327681668</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4853</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6249.9551</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10973756033179344</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.870967741935484</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5210516699271177</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4559297596278897</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.677795663429104</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.429429586724359</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0123737</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003961995244026184</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024624258279800415</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.273182181065795</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>23.5041</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.3846</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.1031</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295396.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1013.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.2979</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3117</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.1434</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4188.118</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4390.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81148.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1717.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5367.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1027.3311</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.064638885320164</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> |