=== 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-0069 --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-0069",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0069_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0069_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0069/ses-01/func/sub-0069_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0fd410be99cced93055e1cf21ed41c02</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>16:29:25.725000</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.999343, 0.0279715, 0.0230273, -0.0293107, 0.997766, 0.060037]</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.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0773535</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7766, -7347, 661, -41, -196, 58, 60]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.835</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2ab3d890-2c27-4f5b-a21a-cbf62f13d33c||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.6811654567718506, -0.07863844186067581, 0.0575006902217865, 113.99659729003906], [-0.07504536211490631, 2.6769325733184814, 0.16381585597991943, -99.17743682861328], [0.06178062781691551, -0.1610749065876007, 2.6944124698638916, -84.87752532958984], [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': ['162925.725000', '162926.185000', '162926.645000', '162927.105000', '162927.565000', '162928.025000', '162928.485000', '162928.945000', '162929.405000', '162929.865000', '162930.325000', '162930.785000', '162931.245000', '162931.705000', '162932.165000', '162932.625000', '162933.085000', '162933.545000', '162934.005000', '162934.465000', '162934.925000', '162935.385000', '162935.845000', '162936.305000', '162936.765000', '162937.225000', '162937.685000', '162938.145000', '162938.605000', '162939.065000', '162939.525000', '162939.985000', '162940.445000', '162940.905000', '162941.365000', '162941.825000', '162942.285000', '162942.745000', '162943.205000', '162943.665000', '162944.125000', '162944.585000', '162945.045000', '162945.505000', '162945.965000', '162946.425000', '162946.885000', '162947.345000', '162947.805000', '162948.265000', '162948.725000', '162949.185000', '162949.645000', '162950.105000', '162950.565000', '162951.025000', '162951.485000', '162951.945000', '162952.405000', '162952.865000', '162953.325000', '162953.785000', '162954.245000', '162954.705000', '162955.165000', '162955.625000', '162956.085000', '162956.545000', '162957.005000', '162957.465000', '162957.925000', '162958.385000', '162958.845000', '162959.305000', '162959.765000', '163000.225000', '163000.685000', '163001.145000', '163001.605000', '163002.065000', '163002.525000', '163002.985000', '163003.445000', '163003.905000', '163004.365000', '163004.825000', '163005.285000', '163005.745000', '163006.205000', '163006.665000', '163007.125000', '163007.585000', '163008.045000', '163008.505000', '163008.965000', '163009.425000', '163009.885000', '163010.345000', '163010.805000', '163011.265000', '163011.725000', '163012.185000', '163012.645000', '163013.105000', '163013.565000', '163014.025000', '163014.485000', '163014.945000', '163015.405000', '163015.865000', '163016.325000', '163016.785000', '163017.245000', '163017.705000', '163018.165000', '163018.625000', '163019.085000', '163019.545000', '163020.005000', '163020.465000', '163020.925000', '163021.385000', '163021.845000', '163022.305000', '163022.765000', '163023.225000', '163023.685000', '163024.145000', '163024.605000', '163025.065000', '163025.525000', '163025.985000', '163026.445000', '163026.905000', '163027.365000', '163027.825000', '163028.285000', '163028.745000', '163029.205000', '163029.665000', '163030.125000', '163030.585000', '163031.045000', '163031.505000', '163031.965000', '163032.425000', '163032.885000', '163033.345000', '163033.805000', '163034.265000', '163034.725000', '163035.185000', '163035.645000', '163036.105000', '163036.565000', '163037.025000', '163037.485000', '163037.945000', '163038.405000', '163038.865000', '163039.325000', '163039.785000', '163040.245000', '163040.705000', '163041.165000', '163041.625000', '163042.085000', '163042.545000', '163043.005000', '163043.465000', '163043.925000', '163044.385000', '163044.845000', '163045.305000', '163045.765000', '163046.225000', '163046.685000', '163047.145000', '163047.605000', '163048.065000', '163048.525000', '163048.985000', '163049.445000', '163049.905000', '163050.365000', '163050.825000', '163051.285000', '163051.745000', '163052.205000', '163052.665000', '163053.125000', '163053.585000', '163054.045000', '163054.505000', '163054.965000', '163055.425000', '163055.885000', '163056.345000', '163056.805000', '163057.265000', '163057.725000', '163058.185000', '163058.645000', '163059.105000', '163059.565000', '163100.025000', '163100.485000', '163100.945000', '163101.405000', '163101.865000', '163102.325000', '163102.785000', '163103.245000', '163103.705000', '163104.165000', '163104.625000', '163105.085000', '163105.545000', '163106.005000', '163106.465000', '163106.925000', '163107.385000', '163107.845000', '163108.305000', '163108.765000', '163109.225000', '163109.685000', '163110.145000', '163110.605000', '163111.065000', '163111.525000', '163111.985000', '163112.445000', '163112.905000', '163113.365000', '163113.825000', '163114.285000', '163114.745000', '163115.205000', '163115.665000', '163116.125000', '163116.585000', '163117.045000', '163117.505000', '163117.965000', '163118.425000', '163118.885000', '163119.345000', '163119.805000', '163120.265000', '163120.725000', '163121.185000', '163121.645000', '163122.105000', '163122.565000', '163123.025000', '163123.485000', '163123.945000', '163124.405000', '163124.865000', '163125.325000', '163125.785000', '163126.245000', '163126.705000', '163127.165000', '163127.625000', '163128.085000', '163128.545000', '163129.005000', '163129.465000', '163129.925000', '163130.385000', '163130.845000', '163131.305000', '163131.765000', '163132.225000', '163132.685000', '163133.145000', '163133.605000', '163134.065000', '163134.525000', '163134.985000', '163135.445000', '163135.905000', '163136.365000', '163136.825000', '163137.285000', '163137.745000', '163138.205000', '163138.665000', '163139.125000', '163139.585000', '163140.045000', '163140.505000', '163140.965000', '163141.425000', '163141.885000', '163142.345000', '163142.805000', '163143.265000', '163143.725000', '163144.185000', '163144.645000', '163145.105000', '163145.565000', '163146.025000', '163146.485000', '163146.945000', '163147.405000', '163147.865000', '163148.325000', '163148.785000', '163149.245000', '163149.705000', '163150.165000', '163150.625000', '163151.085000', '163151.545000', '163152.005000', '163152.465000', '163152.925000', '163153.385000', '163153.845000', '163154.305000', '163154.765000', '163155.225000', '163155.685000', '163156.145000', '163156.605000', '163157.065000', '163157.525000', '163157.985000', '163158.445000', '163158.905000', '163159.365000', '163159.825000', '163200.285000', '163200.745000', '163201.205000', '163201.665000', '163202.125000', '163202.585000', '163203.045000', '163203.505000', '163203.965000', '163204.425000', '163204.885000', '163205.345000', '163205.805000', '163206.265000', '163206.725000', '163207.185000', '163207.645000', '163208.105000', '163208.565000', '163209.025000', '163209.485000', '163209.945000', '163210.405000', '163210.865000', '163211.325000', '163211.785000', '163212.245000', '163212.705000', '163213.165000', '163213.625000', '163214.085000', '163214.545000', '163215.005000', '163215.465000', '163215.925000', '163216.385000', '163216.845000', '163217.305000', '163217.765000', '163218.225000', '163218.685000', '163219.145000', '163219.605000', '163220.065000', '163220.525000', '163220.985000', '163221.445000', '163221.905000', '163222.365000', '163222.825000', '163223.285000', '163223.745000', '163224.205000', '163224.665000', '163225.125000', '163225.585000', '163226.045000', '163226.505000', '163226.965000', '163227.425000', '163227.885000', '163228.345000', '163228.805000', '163229.265000', '163229.725000', '163230.185000', '163230.645000', '163231.105000', '163231.565000', '163232.025000', '163232.485000', '163232.945000', '163233.405000', '163233.865000', '163234.325000', '163234.785000', '163235.245000', '163235.705000', '163236.165000', '163236.625000', '163237.085000', '163237.545000', '163238.005000', '163238.465000', '163238.925000', '163239.385000', '163239.845000', '163240.305000', '163240.765000', '163241.225000', '163241.685000', '163242.145000', '163242.605000', '163243.065000', '163243.525000', '163243.985000', '163244.445000', '163244.905000', '163245.365000', '163245.825000', '163246.285000', '163246.745000', '163247.205000', '163247.665000', '163248.125000', '163248.585000', '163249.045000', '163249.505000', '163249.965000', '163250.425000', '163250.885000', '163251.345000', '163251.805000', '163252.265000', '163252.725000', '163253.185000', '163253.645000', '163254.105000', '163254.565000', '163255.025000', '163255.485000', '163255.945000', '163256.405000', '163256.865000', '163257.325000', '163257.785000', '163258.245000', '163258.705000', '163259.165000', '163259.625000', '163300.085000', '163300.545000', '163301.005000', '163301.465000', '163301.925000', '163302.385000', '163302.845000', '163303.305000', '163303.765000', '163304.225000', '163304.685000', '163305.145000', '163305.605000', '163306.065000', '163306.525000', '163306.985000', '163307.445000', '163307.905000', '163308.365000', '163308.825000', '163309.285000', '163309.745000', '163310.205000', '163310.665000', '163311.125000', '163311.585000', '163312.045000', '163312.505000', '163312.965000', '163313.425000', '163313.885000', '163314.345000', '163314.805000', '163315.265000', '163315.725000', '163316.185000', '163316.645000', '163317.105000', '163317.565000', '163318.025000', '163318.485000', '163318.945000', '163319.405000', '163319.865000', '163320.325000', '163320.785000', '163321.245000', '163321.705000', '163322.165000', '163322.625000', '163323.085000', '163323.545000', '163324.005000', '163324.465000', '163324.925000', '163325.385000', '163325.845000', '163326.305000', '163326.765000', '163327.225000', '163327.685000', '163328.145000', '163328.605000', '163329.065000', '163329.525000', '163329.985000', '163330.445000', '163330.905000', '163331.365000', '163331.825000', '163332.285000', '163332.745000', '163333.205000', '163333.665000', '163334.125000', '163334.585000', '163335.045000', '163335.505000', '163335.965000', '163336.425000', '163336.885000', '163337.345000', '163337.805000', '163338.265000', '163338.725000', '163339.185000', '163339.645000', '163340.105000', '163340.565000', '163341.025000', '163341.485000', '163341.945000', '163342.405000', '163342.865000', '163343.325000', '163343.785000', '163344.245000', '163344.705000', '163345.165000', '163345.625000', '163346.085000', '163346.545000', '163347.005000', '163347.465000', '163347.925000', '163348.385000', '163348.845000', '163349.305000', '163349.765000', '163350.225000', '163350.685000', '163351.145000', '163351.605000', '163352.065000', '163352.525000', '163352.985000', '163353.445000', '163353.905000', '163354.365000', '163354.825000', '163355.285000', '163355.745000', '163356.205000', '163356.665000', '163357.125000', '163357.585000', '163358.045000', '163358.505000', '163358.965000', '163359.425000', '163359.885000', '163400.345000', '163400.805000', '163401.265000', '163401.725000', '163402.185000', '163402.645000', '163403.105000', '163403.565000', '163404.025000', '163404.485000', '163404.945000', '163405.405000', '163405.865000', '163406.325000', '163406.785000', '163407.245000', '163407.705000', '163408.165000', '163408.625000', '163409.085000', '163409.545000', '163410.005000', '163410.465000', '163410.925000', '163411.385000', '163411.845000', '163412.305000', '163412.765000', '163413.225000', '163413.685000', '163414.145000', '163414.605000', '163415.065000', '163415.525000', '163415.985000', '163416.445000', '163416.905000', '163417.365000', '163417.825000', '163418.285000', '163418.745000', '163419.205000', '163419.665000', '163420.125000', '163420.585000', '163421.045000', '163421.505000', '163421.965000', '163422.425000', '163422.885000', '163423.345000', '163423.805000', '163424.265000', '163424.725000', '163425.185000', '163425.645000', '163426.105000', '163426.565000', '163427.025000', '163427.485000', '163427.945000', '163428.405000', '163428.865000', '163429.325000', '163429.785000', '163430.245000', '163430.705000', '163431.165000', '163431.625000', '163432.085000', '163432.545000', '163433.005000', '163433.465000', '163433.925000', '163434.385000', '163434.845000', '163435.305000', '163435.765000', '163436.225000', '163436.685000', '163437.145000', '163437.605000', '163438.065000', '163438.525000', '163438.985000', '163439.445000', '163439.905000', '163440.365000', '163440.825000', '163441.285000', '163441.745000', '163442.205000', '163442.665000', '163443.125000', '163443.585000', '163444.045000', '163444.505000', '163444.965000', '163445.425000', '163445.885000', '163446.345000', '163446.805000', '163447.265000', '163447.725000', '163448.185000', '163448.645000', '163449.105000', '163449.565000', '163450.025000', '163450.485000', '163450.945000', '163451.405000', '163451.865000', '163452.325000', '163452.785000', '163453.245000', '163453.705000', '163454.165000', '163454.625000', '163455.085000', '163455.545000', '163456.005000', '163456.465000', '163456.925000', '163457.385000', '163457.845000', '163458.305000', '163458.765000', '163459.225000', '163459.685000', '163500.145000', '163500.605000', '163501.065000', '163501.525000', '163501.985000', '163502.445000', '163502.905000', '163503.365000', '163503.825000', '163504.285000', '163504.745000', '163505.205000', '163505.665000', '163506.125000', '163506.585000', '163507.045000', '163507.505000', '163507.965000', '163508.425000', '163508.885000', '163509.345000', '163509.805000', '163510.265000', '163510.725000', '163511.185000', '163511.645000', '163512.105000', '163512.565000', '163513.025000', '163513.485000', '163513.945000', '163514.405000', '163514.865000', '163515.325000', '163515.785000', '163516.245000', '163516.705000', '163517.165000', '163517.625000', '163518.085000', '163518.545000', '163519.005000', '163519.465000', '163519.925000', '163520.385000', '163520.845000', '163521.305000', '163521.765000', '163522.225000', '163522.685000', '163523.145000', '163523.605000', '163524.065000', '163524.525000', '163524.985000', '163525.445000', '163525.905000', '163526.365000', '163526.825000', '163527.285000', '163527.745000', '163528.205000', '163528.665000', '163529.125000', '163529.585000', '163530.045000', '163530.505000', '163530.965000', '163531.425000', '163531.885000', '163532.345000', '163532.805000', '163533.265000', '163533.725000', '163534.185000', '163534.645000', '163535.105000', '163535.565000', '163536.025000', '163536.485000', '163536.945000', '163537.405000', '163537.865000', '163538.325000', '163538.785000', '163539.245000', '163539.705000', '163540.165000', '163540.625000', '163541.085000', '163541.545000', '163542.005000', '163542.465000', '163542.925000', '163543.385000', '163543.845000', '163544.305000', '163544.765000', '163545.225000', '163545.685000', '163546.145000', '163546.605000', '163547.065000', '163547.525000', '163547.985000', '163548.445000', '163548.905000', '163549.365000', '163549.825000', '163550.285000', '163550.745000', '163551.205000', '163551.665000', '163552.125000', '163552.585000', '163553.045000', '163553.505000', '163553.965000', '163554.425000', '163554.885000', '163555.345000', '163555.805000', '163556.265000', '163556.725000', '163557.185000', '163557.645000', '163558.105000', '163558.565000', '163559.025000', '163559.485000', '163559.945000', '163600.405000', '163600.865000', '163601.325000', '163601.785000', '163602.245000', '163602.705000', '163603.165000', '163603.625000', '163604.085000', '163604.545000', '163605.005000', '163605.465000', '163605.925000', '163606.385000'], 'ContentTime': ['162953.515000', '162953.518000', '162953.521000', '162953.524000', '162953.526000', '162953.529000', '162953.532000', '162953.534000', '162953.537000', '162953.540000', '162953.542000', '162953.545000', '162953.547000', '162953.550000', '162953.552000', '162953.557000', '162953.559000', '162953.562000', '162953.564000', '162953.567000', '162953.569000', '162953.572000', '162953.574000', '162953.577000', '162953.580000', '162953.582000', '162953.585000', '162953.587000', '162953.590000', '162953.593000', '162953.595000', '162953.598000', '162953.601000', '162953.603000', '162953.606000', '162953.608000', '162953.611000', '162953.613000', '162953.616000', '162953.619000', '162953.621000', '162953.624000', '162953.626000', '162953.629000', '162953.631000', '162953.634000', '162953.637000', '162953.639000', '162953.642000', '162953.644000', '162953.647000', '162953.649000', '162953.652000', '162953.662000', '162953.664000', '162953.667000', '162953.669000', '162953.672000', '163013.475000', '163013.478000', '163013.481000', '163013.484000', '163013.486000', '163013.489000', '163013.491000', '163013.494000', '163013.496000', '163013.499000', '163013.502000', '163013.504000', '163013.507000', '163013.509000', '163013.512000', '163013.514000', '163013.517000', '163013.519000', '163013.522000', '163013.525000', '163013.527000', '163013.530000', '163013.532000', '163013.535000', '163013.537000', '163013.540000', '163013.542000', '163013.545000', '163013.548000', '163013.550000', '163013.553000', '163013.556000', '163013.558000', '163013.561000', '163013.563000', '163013.566000', '163013.568000', '163013.571000', '163013.574000', '163013.576000', '163013.579000', '163013.581000', '163013.584000', '163033.475000', '163033.478000', '163033.481000', '163033.483000', '163033.486000', '163033.488000', '163033.491000', '163033.493000', '163033.496000', '163033.498000', '163033.501000', '163033.504000', '163033.506000', '163033.509000', '163033.511000', '163033.514000', '163033.516000', '163033.519000', '163033.521000', '163033.524000', '163033.527000', '163033.529000', '163033.532000', '163033.534000', '163033.537000', '163033.539000', '163033.542000', '163033.545000', '163033.547000', '163033.550000', '163033.552000', '163033.555000', '163033.557000', '163033.560000', '163033.562000', '163033.565000', '163033.567000', '163033.570000', '163033.573000', '163033.575000', '163033.578000', '163033.580000', '163033.583000', '163033.585000', '163053.475000', '163053.478000', '163053.481000', '163053.483000', '163053.486000', '163053.488000', '163053.500000', '163053.503000', '163053.505000', '163053.508000', '163053.520000', '163053.522000', '163053.525000', '163053.527000', '163053.530000', '163053.533000', '163053.535000', '163053.538000', '163053.540000', '163053.543000', '163053.545000', '163053.548000', '163053.551000', '163053.553000', '163053.556000', '163053.559000', '163053.561000', '163053.564000', '163053.566000', '163053.569000', '163053.571000', '163053.574000', '163053.576000', '163053.579000', '163053.582000', '163053.584000', '163053.587000', '163053.590000', '163053.592000', '163053.595000', '163053.597000', '163053.600000', '163053.603000', '163113.474000', '163113.477000', '163113.480000', '163113.482000', '163113.485000', '163113.494000', '163113.497000', '163113.499000', '163113.502000', '163113.504000', '163113.507000', '163113.509000', '163113.512000', '163113.515000', '163113.518000', '163113.521000', '163113.523000', '163113.526000', '163113.528000', '163113.531000', '163113.534000', '163113.536000', '163113.539000', '163113.541000', '163113.544000', '163113.547000', '163113.549000', '163113.552000', '163113.555000', '163113.557000', '163113.560000', '163113.562000', '163113.565000', '163113.568000', '163113.570000', '163113.573000', '163113.576000', '163113.578000', '163113.581000', '163113.583000', '163113.586000', '163113.589000', '163113.591000', '163133.475000', '163133.478000', '163133.481000', '163133.483000', '163133.486000', '163133.488000', '163133.491000', '163133.494000', '163133.496000', '163133.499000', '163133.501000', '163133.504000', '163133.506000', '163133.509000', '163133.512000', '163133.514000', '163133.517000', '163133.519000', '163133.522000', '163133.524000', '163133.527000', '163133.529000', '163133.532000', '163133.535000', '163133.537000', '163133.540000', '163133.542000', '163133.545000', '163133.547000', '163133.550000', '163133.552000', '163133.555000', '163133.558000', '163133.560000', '163133.563000', '163133.565000', '163133.568000', '163133.570000', '163133.573000', '163133.576000', '163133.578000', '163133.581000', '163133.583000', '163133.586000', '163153.475000', '163153.478000', '163153.481000', '163153.483000', '163153.486000', '163153.488000', '163153.491000', '163153.493000', '163153.496000', '163153.499000', '163153.501000', '163153.504000', '163153.506000', '163153.509000', '163153.511000', '163153.514000', '163153.517000', '163153.519000', '163153.522000', '163153.524000', '163153.527000', '163153.529000', '163153.532000', '163153.536000', '163153.539000', '163153.541000', '163153.544000', '163153.547000', '163153.549000', '163153.552000', '163153.554000', '163153.557000', '163153.560000', '163153.562000', '163153.565000', '163153.567000', '163153.570000', '163153.573000', '163153.575000', '163153.578000', '163153.580000', '163153.583000', '163153.585000', '163213.475000', '163213.478000', '163213.481000', '163213.484000', '163213.486000', '163213.489000', '163213.491000', '163213.494000', '163213.496000', '163213.499000', '163213.502000', '163213.504000', '163213.507000', '163213.509000', '163213.512000', '163213.514000', '163213.517000', '163213.520000', '163213.522000', '163213.525000', '163213.527000', '163213.530000', '163213.532000', '163213.535000', '163213.538000', '163213.540000', '163213.543000', '163213.545000', '163213.548000', '163213.550000', '163213.553000', '163213.555000', '163213.558000', '163213.561000', '163213.563000', '163213.566000', '163213.568000', '163213.571000', '163213.574000', '163213.576000', '163213.579000', '163213.581000', '163213.584000', '163213.586000', '163233.476000', '163233.479000', '163233.481000', '163233.484000', '163233.487000', '163233.490000', '163233.493000', '163233.495000', '163233.498000', '163233.501000', '163233.503000', '163233.506000', '163233.508000', '163233.511000', '163233.513000', '163233.516000', '163233.519000', '163233.521000', '163233.524000', '163233.526000', '163233.529000', '163233.532000', '163233.534000', '163233.537000', '163233.539000', '163233.542000', '163233.545000', '163233.547000', '163233.550000', '163233.553000', '163233.556000', '163233.559000', '163233.561000', '163233.564000', '163233.567000', '163233.569000', '163233.572000', '163233.575000', '163233.577000', '163233.580000', '163233.582000', '163233.585000', '163233.587000', '163253.476000', '163253.479000', '163253.481000', '163253.484000', '163253.487000', '163253.489000', '163253.492000', '163253.494000', '163253.497000', '163253.499000', '163253.502000', '163253.505000', '163253.507000', '163253.510000', '163253.513000', '163253.515000', '163253.518000', '163253.521000', '163253.523000', '163253.526000', '163253.528000', '163253.531000', '163253.534000', '163253.536000', '163253.539000', '163253.541000', '163253.544000', '163253.547000', '163253.549000', '163253.552000', '163253.554000', '163253.557000', '163253.560000', '163253.562000', '163253.565000', '163253.568000', '163253.570000', '163253.573000', '163253.576000', '163253.578000', '163253.581000', '163253.583000', '163253.586000', '163253.588000', '163313.475000', '163313.478000', '163313.481000', '163313.483000', '163313.486000', '163313.488000', '163313.491000', '163313.494000', '163313.496000', '163313.499000', '163313.502000', '163313.505000', '163313.507000', '163313.510000', '163313.512000', '163313.515000', '163313.518000', '163313.520000', '163313.523000', '163313.525000', '163313.528000', '163313.530000', '163313.533000', '163313.535000', '163313.538000', '163313.541000', '163313.543000', '163313.546000', '163313.548000', '163313.551000', '163313.553000', '163313.556000', '163313.559000', '163313.561000', '163313.564000', '163313.566000', '163313.569000', '163313.571000', '163313.574000', '163313.577000', '163313.579000', '163313.582000', '163313.584000', '163333.474000', '163333.477000', '163333.480000', '163333.482000', '163333.485000', '163333.487000', '163333.490000', '163333.492000', '163333.495000', '163333.497000', '163333.500000', '163333.503000', '163333.505000', '163333.508000', '163333.510000', '163333.513000', '163333.515000', '163333.518000', '163333.520000', '163333.523000', '163333.526000', '163333.528000', '163333.531000', '163333.533000', '163333.536000', '163333.538000', '163333.541000', '163333.544000', '163333.546000', '163333.549000', '163333.551000', '163333.554000', '163333.557000', '163333.559000', '163333.562000', '163333.564000', '163333.567000', '163333.569000', '163333.572000', '163333.574000', '163333.577000', '163333.580000', '163333.582000', '163333.585000', '163353.475000', '163353.478000', '163353.481000', '163353.483000', '163353.486000', '163353.488000', '163353.491000', '163353.494000', '163353.496000', '163353.499000', '163353.501000', '163353.504000', '163353.506000', '163353.509000', '163353.511000', '163353.514000', '163353.529000', '163353.531000', '163353.534000', '163353.536000', '163353.539000', '163353.542000', '163353.544000', '163353.547000', '163353.549000', '163353.552000', '163353.554000', '163353.557000', '163353.560000', '163353.562000', '163353.565000', '163353.568000', '163353.570000', '163353.573000', '163353.576000', '163353.579000', '163353.582000', '163353.585000', '163353.587000', '163353.590000', '163353.594000', '163353.596000', '163353.599000', '163413.476000', '163413.478000', '163413.481000', '163413.483000', '163413.486000', '163413.489000', '163413.491000', '163413.494000', '163413.496000', '163413.499000', '163413.502000', '163413.504000', '163413.507000', '163413.509000', '163413.512000', '163413.514000', '163413.517000', '163413.520000', '163413.522000', '163413.525000', '163413.527000', '163413.530000', '163413.532000', '163413.535000', '163413.537000', '163413.540000', '163413.543000', '163413.545000', '163413.548000', '163413.551000', '163413.553000', '163413.556000', '163413.558000', '163413.561000', '163413.564000', '163413.566000', '163413.569000', '163413.571000', '163413.574000', '163413.577000', '163413.579000', '163413.582000', '163413.584000', '163413.587000', '163433.476000', '163433.478000', '163433.481000', '163433.484000', '163433.486000', '163433.489000', '163433.491000', '163433.494000', '163433.496000', '163433.499000', '163433.501000', '163433.504000', '163433.506000', '163433.509000', '163433.512000', '163433.514000', '163433.517000', '163433.519000', '163433.522000', '163433.524000', '163433.527000', '163433.529000', '163433.532000', '163433.534000', '163433.537000', '163433.540000', '163433.542000', '163433.545000', '163433.547000', '163433.551000', '163433.554000', '163433.557000', '163433.559000', '163433.562000', '163433.564000', '163433.567000', '163433.570000', '163433.572000', '163433.575000', '163433.577000', '163433.580000', '163433.582000', '163433.585000', '163453.475000', '163453.478000', '163453.481000', '163453.483000', '163453.486000', '163453.488000', '163453.491000', '163453.494000', '163453.496000', '163453.499000', '163453.501000', '163453.504000', '163453.506000', '163453.509000', '163453.512000', '163453.514000', '163453.517000', '163453.519000', '163453.522000', '163453.524000', '163453.527000', '163453.529000', '163453.532000', '163453.535000', '163453.537000', '163453.551000', '163453.554000', '163453.556000', '163453.559000', '163453.562000', '163453.564000', '163453.567000', '163453.569000', '163453.572000', '163453.575000', '163453.577000', '163453.580000', '163453.582000', '163453.585000', '163453.587000', '163453.590000', '163453.592000', '163453.595000', '163453.598000', '163513.476000', '163513.478000', '163513.481000', '163513.484000', '163513.486000', '163513.489000', '163513.491000', '163513.494000', '163513.496000', '163513.499000', '163513.501000', '163513.504000', '163513.507000', '163513.509000', '163513.512000', '163513.514000', '163513.517000', '163513.520000', '163513.522000', '163513.525000', '163513.527000', '163513.530000', '163513.532000', '163513.535000', '163513.537000', '163513.540000', '163513.543000', '163513.545000', '163513.548000', '163513.550000', '163513.553000', '163513.555000', '163513.558000', '163513.561000', '163513.563000', '163513.566000', '163513.568000', '163513.571000', '163513.574000', '163513.576000', '163513.579000', '163513.608000', '163513.611000', '163533.475000', '163533.478000', '163533.481000', '163533.485000', '163533.487000', '163533.490000', '163533.492000', '163533.495000', '163533.498000', '163533.500000', '163533.503000', '163533.505000', '163533.508000', '163533.510000', '163533.513000', '163533.516000', '163533.518000', '163533.521000', '163533.523000', '163533.526000', '163533.528000', '163533.531000', '163533.533000', '163533.536000', '163533.539000', '163533.541000', '163533.544000', '163533.546000', '163533.549000', '163533.552000', '163533.554000', '163533.557000', '163533.559000', '163533.562000', '163533.564000', '163533.567000', '163533.570000', '163533.572000', '163533.575000', '163533.577000', '163533.580000', '163533.583000', '163533.585000', '163533.588000', '163553.475000', '163553.477000', '163553.480000', '163553.483000', '163553.485000', '163553.488000', '163553.490000', '163553.493000', '163553.495000', '163553.498000', '163553.501000', '163553.503000', '163553.506000', '163553.508000', '163553.511000', '163553.514000', '163553.516000', '163553.519000', '163553.521000', '163553.524000', '163553.527000', '163553.529000', '163553.532000', '163553.534000', '163553.537000', '163553.540000', '163553.542000', '163553.545000', '163553.547000', '163553.550000', '163553.553000', '163553.555000', '163553.558000', '163553.560000', '163553.563000', '163553.566000', '163553.568000', '163553.571000', '163553.573000', '163553.576000', '163553.578000', '163553.581000', '163553.583000', '163607.874000', '163607.877000', '163607.881000', '163607.883000', '163607.886000', '163607.889000', '163607.892000', '163607.895000', '163607.897000', '163607.900000', '163607.903000', '163607.905000', '163607.908000', '163607.911000', '163607.913000', '163607.916000', '163607.918000', '163607.921000', '163607.924000', '163607.927000', '163607.931000', '163607.935000', '163607.938000', '163607.941000', '163607.943000', '163607.946000', '163607.949000', '163607.952000', '163607.955000', '163607.959000', '163607.963000', '163607.966000'], 'InstanceCreationTime': ['162953.515000', '162953.518000', '162953.521000', '162953.524000', '162953.526000', '162953.529000', '162953.532000', '162953.534000', '162953.537000', '162953.540000', '162953.542000', '162953.545000', '162953.547000', '162953.550000', '162953.552000', '162953.557000', '162953.559000', '162953.562000', '162953.564000', '162953.567000', '162953.569000', '162953.572000', '162953.574000', '162953.577000', '162953.580000', '162953.582000', '162953.585000', '162953.587000', '162953.590000', '162953.593000', '162953.595000', '162953.598000', '162953.601000', '162953.603000', '162953.606000', '162953.608000', '162953.611000', '162953.613000', '162953.616000', '162953.619000', '162953.621000', '162953.624000', '162953.626000', '162953.629000', '162953.631000', '162953.634000', '162953.637000', '162953.639000', '162953.642000', '162953.644000', '162953.647000', '162953.649000', '162953.652000', '162953.662000', '162953.664000', '162953.667000', '162953.669000', '162953.672000', '163013.475000', '163013.478000', '163013.481000', '163013.484000', '163013.486000', '163013.489000', '163013.491000', '163013.494000', '163013.496000', '163013.499000', '163013.502000', '163013.504000', '163013.507000', '163013.509000', '163013.512000', '163013.514000', '163013.517000', '163013.519000', '163013.522000', '163013.525000', '163013.527000', '163013.530000', '163013.532000', '163013.535000', '163013.537000', '163013.540000', '163013.542000', '163013.545000', '163013.548000', '163013.550000', '163013.553000', '163013.556000', '163013.558000', '163013.561000', '163013.563000', '163013.566000', '163013.568000', '163013.571000', '163013.574000', '163013.576000', '163013.579000', '163013.581000', '163013.584000', '163033.475000', '163033.478000', '163033.481000', '163033.483000', '163033.486000', '163033.488000', '163033.491000', '163033.493000', '163033.496000', '163033.498000', '163033.501000', '163033.504000', '163033.506000', '163033.509000', '163033.511000', '163033.514000', '163033.516000', '163033.519000', '163033.521000', '163033.524000', '163033.527000', '163033.529000', '163033.532000', '163033.534000', '163033.537000', '163033.539000', '163033.542000', '163033.545000', '163033.547000', '163033.550000', '163033.552000', '163033.555000', '163033.557000', '163033.560000', '163033.562000', '163033.565000', '163033.567000', '163033.570000', '163033.573000', '163033.575000', '163033.578000', '163033.580000', '163033.583000', '163033.585000', '163053.475000', '163053.478000', '163053.481000', '163053.483000', '163053.486000', '163053.488000', '163053.500000', '163053.503000', '163053.505000', '163053.508000', '163053.520000', '163053.522000', '163053.525000', '163053.527000', '163053.530000', '163053.533000', '163053.535000', '163053.538000', '163053.540000', '163053.543000', '163053.545000', '163053.548000', '163053.551000', '163053.553000', '163053.556000', '163053.559000', '163053.561000', '163053.564000', '163053.566000', '163053.569000', '163053.571000', '163053.574000', '163053.576000', '163053.579000', '163053.582000', '163053.584000', '163053.587000', '163053.590000', '163053.592000', '163053.595000', '163053.597000', '163053.600000', '163053.603000', '163113.474000', '163113.477000', '163113.480000', '163113.482000', '163113.485000', '163113.494000', '163113.497000', '163113.499000', '163113.502000', '163113.504000', '163113.507000', '163113.509000', '163113.512000', '163113.515000', '163113.518000', '163113.521000', '163113.523000', '163113.526000', '163113.528000', '163113.531000', '163113.534000', '163113.536000', '163113.539000', '163113.541000', '163113.544000', '163113.547000', '163113.549000', '163113.552000', '163113.555000', '163113.557000', '163113.560000', '163113.562000', '163113.565000', '163113.568000', '163113.570000', '163113.573000', '163113.576000', '163113.578000', '163113.581000', '163113.583000', '163113.586000', '163113.589000', '163113.591000', '163133.475000', '163133.478000', '163133.481000', '163133.483000', '163133.486000', '163133.488000', '163133.491000', '163133.494000', '163133.496000', '163133.499000', '163133.501000', '163133.504000', '163133.506000', '163133.509000', '163133.512000', '163133.514000', '163133.517000', '163133.519000', '163133.522000', '163133.524000', '163133.527000', '163133.529000', '163133.532000', '163133.535000', '163133.537000', '163133.540000', '163133.542000', '163133.545000', '163133.547000', '163133.550000', '163133.552000', '163133.555000', '163133.558000', '163133.560000', '163133.563000', '163133.565000', '163133.568000', '163133.570000', '163133.573000', '163133.576000', '163133.578000', '163133.581000', '163133.583000', '163133.586000', '163153.475000', '163153.478000', '163153.481000', '163153.483000', '163153.486000', '163153.488000', '163153.491000', '163153.493000', '163153.496000', '163153.499000', '163153.501000', '163153.504000', '163153.506000', '163153.509000', '163153.511000', '163153.514000', '163153.517000', '163153.519000', '163153.522000', '163153.524000', '163153.527000', '163153.529000', '163153.532000', '163153.536000', '163153.539000', '163153.541000', '163153.544000', '163153.547000', '163153.549000', '163153.552000', '163153.554000', '163153.557000', '163153.560000', '163153.562000', '163153.565000', '163153.567000', '163153.570000', '163153.573000', '163153.575000', '163153.578000', '163153.580000', '163153.583000', '163153.585000', '163213.475000', '163213.478000', '163213.481000', '163213.484000', '163213.486000', '163213.489000', '163213.491000', '163213.494000', '163213.496000', '163213.499000', '163213.502000', '163213.504000', '163213.507000', '163213.509000', '163213.512000', '163213.514000', '163213.517000', '163213.520000', '163213.522000', '163213.525000', '163213.527000', '163213.530000', '163213.532000', '163213.535000', '163213.538000', '163213.540000', '163213.543000', '163213.545000', '163213.548000', '163213.550000', '163213.553000', '163213.555000', '163213.558000', '163213.561000', '163213.563000', '163213.566000', '163213.568000', '163213.571000', '163213.574000', '163213.576000', '163213.579000', '163213.581000', '163213.584000', '163213.586000', '163233.476000', '163233.479000', '163233.481000', '163233.484000', '163233.487000', '163233.490000', '163233.493000', '163233.495000', '163233.498000', '163233.501000', '163233.503000', '163233.506000', '163233.508000', '163233.511000', '163233.513000', '163233.516000', '163233.519000', '163233.521000', '163233.524000', '163233.526000', '163233.529000', '163233.532000', '163233.534000', '163233.537000', '163233.539000', '163233.542000', '163233.545000', '163233.547000', '163233.550000', '163233.553000', '163233.556000', '163233.559000', '163233.561000', '163233.564000', '163233.567000', '163233.569000', '163233.572000', '163233.575000', '163233.577000', '163233.580000', '163233.582000', '163233.585000', '163233.587000', '163253.476000', '163253.479000', '163253.481000', '163253.484000', '163253.487000', '163253.489000', '163253.492000', '163253.494000', '163253.497000', '163253.499000', '163253.502000', '163253.505000', '163253.507000', '163253.510000', '163253.513000', '163253.515000', '163253.518000', '163253.521000', '163253.523000', '163253.526000', '163253.528000', '163253.531000', '163253.534000', '163253.536000', '163253.539000', '163253.541000', '163253.544000', '163253.547000', '163253.549000', '163253.552000', '163253.554000', '163253.557000', '163253.560000', '163253.562000', '163253.565000', '163253.568000', '163253.570000', '163253.573000', '163253.576000', '163253.578000', '163253.581000', '163253.583000', '163253.586000', '163253.588000', '163313.475000', '163313.478000', '163313.481000', '163313.483000', '163313.486000', '163313.488000', '163313.491000', '163313.494000', '163313.496000', '163313.499000', '163313.502000', '163313.505000', '163313.507000', '163313.510000', '163313.512000', '163313.515000', '163313.518000', '163313.520000', '163313.523000', '163313.525000', '163313.528000', '163313.530000', '163313.533000', '163313.535000', '163313.538000', '163313.541000', '163313.543000', '163313.546000', '163313.548000', '163313.551000', '163313.553000', '163313.556000', '163313.559000', '163313.561000', '163313.564000', '163313.566000', '163313.569000', '163313.571000', '163313.574000', '163313.577000', '163313.579000', '163313.582000', '163313.584000', '163333.474000', '163333.477000', '163333.480000', '163333.482000', '163333.485000', '163333.487000', '163333.490000', '163333.492000', '163333.495000', '163333.497000', '163333.500000', '163333.503000', '163333.505000', '163333.508000', '163333.510000', '163333.513000', '163333.515000', '163333.518000', '163333.520000', '163333.523000', '163333.526000', '163333.528000', '163333.531000', '163333.533000', '163333.536000', '163333.538000', '163333.541000', '163333.544000', '163333.546000', '163333.549000', '163333.551000', '163333.554000', '163333.557000', '163333.559000', '163333.562000', '163333.564000', '163333.567000', '163333.569000', '163333.572000', '163333.574000', '163333.577000', '163333.580000', '163333.582000', '163333.585000', '163353.475000', '163353.478000', '163353.481000', '163353.483000', '163353.486000', '163353.488000', '163353.491000', '163353.494000', '163353.496000', '163353.499000', '163353.501000', '163353.504000', '163353.506000', '163353.509000', '163353.511000', '163353.514000', '163353.529000', '163353.531000', '163353.534000', '163353.536000', '163353.539000', '163353.542000', '163353.544000', '163353.547000', '163353.549000', '163353.552000', '163353.554000', '163353.557000', '163353.560000', '163353.562000', '163353.565000', '163353.568000', '163353.570000', '163353.573000', '163353.576000', '163353.579000', '163353.582000', '163353.585000', '163353.587000', '163353.590000', '163353.594000', '163353.596000', '163353.599000', '163413.476000', '163413.478000', '163413.481000', '163413.483000', '163413.486000', '163413.489000', '163413.491000', '163413.494000', '163413.496000', '163413.499000', '163413.502000', '163413.504000', '163413.507000', '163413.509000', '163413.512000', '163413.514000', '163413.517000', '163413.520000', '163413.522000', '163413.525000', '163413.527000', '163413.530000', '163413.532000', '163413.535000', '163413.537000', '163413.540000', '163413.543000', '163413.545000', '163413.548000', '163413.551000', '163413.553000', '163413.556000', '163413.558000', '163413.561000', '163413.564000', '163413.566000', '163413.569000', '163413.571000', '163413.574000', '163413.577000', '163413.579000', '163413.582000', '163413.584000', '163413.587000', '163433.476000', '163433.478000', '163433.481000', '163433.484000', '163433.486000', '163433.489000', '163433.491000', '163433.494000', '163433.496000', '163433.499000', '163433.501000', '163433.504000', '163433.506000', '163433.509000', '163433.512000', '163433.514000', '163433.517000', '163433.519000', '163433.522000', '163433.524000', '163433.527000', '163433.529000', '163433.532000', '163433.534000', '163433.537000', '163433.540000', '163433.542000', '163433.545000', '163433.547000', '163433.551000', '163433.554000', '163433.557000', '163433.559000', '163433.562000', '163433.564000', '163433.567000', '163433.570000', '163433.572000', '163433.575000', '163433.577000', '163433.580000', '163433.582000', '163433.585000', '163453.475000', '163453.478000', '163453.481000', '163453.483000', '163453.486000', '163453.488000', '163453.491000', '163453.494000', '163453.496000', '163453.499000', '163453.501000', '163453.504000', '163453.506000', '163453.509000', '163453.512000', '163453.514000', '163453.517000', '163453.519000', '163453.522000', '163453.524000', '163453.527000', '163453.529000', '163453.532000', '163453.535000', '163453.537000', '163453.551000', '163453.554000', '163453.556000', '163453.559000', '163453.562000', '163453.564000', '163453.567000', '163453.569000', '163453.572000', '163453.575000', '163453.577000', '163453.580000', '163453.582000', '163453.585000', '163453.587000', '163453.590000', '163453.592000', '163453.595000', '163453.598000', '163513.476000', '163513.478000', '163513.481000', '163513.484000', '163513.486000', '163513.489000', '163513.491000', '163513.494000', '163513.496000', '163513.499000', '163513.501000', '163513.504000', '163513.507000', '163513.509000', '163513.512000', '163513.514000', '163513.517000', '163513.520000', '163513.522000', '163513.525000', '163513.527000', '163513.530000', '163513.532000', '163513.535000', '163513.537000', '163513.540000', '163513.543000', '163513.545000', '163513.548000', '163513.550000', '163513.553000', '163513.555000', '163513.558000', '163513.561000', '163513.563000', '163513.566000', '163513.568000', '163513.571000', '163513.574000', '163513.576000', '163513.579000', '163513.608000', '163513.611000', '163533.475000', '163533.478000', '163533.481000', '163533.485000', '163533.487000', '163533.490000', '163533.492000', '163533.495000', '163533.498000', '163533.500000', '163533.503000', '163533.505000', '163533.508000', '163533.510000', '163533.513000', '163533.516000', '163533.518000', '163533.521000', '163533.523000', '163533.526000', '163533.528000', '163533.531000', '163533.533000', '163533.536000', '163533.539000', '163533.541000', '163533.544000', '163533.546000', '163533.549000', '163533.552000', '163533.554000', '163533.557000', '163533.559000', '163533.562000', '163533.564000', '163533.567000', '163533.570000', '163533.572000', '163533.575000', '163533.577000', '163533.580000', '163533.583000', '163533.585000', '163533.588000', '163553.475000', '163553.477000', '163553.480000', '163553.483000', '163553.485000', '163553.488000', '163553.490000', '163553.493000', '163553.495000', '163553.498000', '163553.501000', '163553.503000', '163553.506000', '163553.508000', '163553.511000', '163553.514000', '163553.516000', '163553.519000', '163553.521000', '163553.524000', '163553.527000', '163553.529000', '163553.532000', '163553.534000', '163553.537000', '163553.540000', '163553.542000', '163553.545000', '163553.547000', '163553.550000', '163553.553000', '163553.555000', '163553.558000', '163553.560000', '163553.563000', '163553.566000', '163553.568000', '163553.571000', '163553.573000', '163553.576000', '163553.578000', '163553.581000', '163553.583000', '163607.874000', '163607.877000', '163607.881000', '163607.883000', '163607.886000', '163607.889000', '163607.892000', '163607.895000', '163607.897000', '163607.900000', '163607.903000', '163607.905000', '163607.908000', '163607.911000', '163607.913000', '163607.916000', '163607.918000', '163607.921000', '163607.924000', '163607.927000', '163607.931000', '163607.935000', '163607.938000', '163607.941000', '163607.943000', '163607.946000', '163607.949000', '163607.952000', '163607.955000', '163607.959000', '163607.963000', '163607.966000'], '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': [10682, 13045, 9307, 8005, 8897, 8435, 10003, 8570, 9851, 8829, 7809, 9075, 8251, 9770, 8523, 10221, 9170, 12596, 8866, 12937, 8680, 11344, 9129, 10363, 9070, 8487, 9366, 8252, 10680, 8338, 9512, 8128, 8765, 9704, 8129, 9618, 8585, 8411, 9235, 8355, 10673, 8395, 10309, 8606, 9152, 8820, 8611, 10199, 8679, 9507, 8421, 8320, 9348, 8433, 9948, 8463, 9526, 8239, 8125, 9185, 8509, 9934, 8885, 10139, 8749, 9412, 8507, 8443, 10600, 8556, 10288, 8659, 8809, 9127, 8254, 10839, 8526, 9306, 8375, 8233, 9855, 8531, 10826, 8899, 10198, 8474, 8564, 8985, 8473, 10641, 9110, 11565, 8566, 8856, 8549, 8206, 9569, 8468, 10744, 8772, 9464, 8383, 8250, 9404, 8986, 10686, 8882, 10188, 9307, 8228, 9606, 8431, 8657, 9134, 8217, 10946, 8677, 9851, 8707, 8406, 9725, 8319, 9888, 8422, 7715, 9680, 8421, 10709, 9048, 8167, 9067, 8160, 10519, 8677, 9286, 9575, 8703, 11050, 8659, 11172, 9457, 11119, 10708, 8254, 11049, 8299, 11708, 8703, 9092, 9012, 8174, 11715, 8200, 9835, 8837, 8261, 9427, 8268, 11004, 8566, 10041, 8862, 7881, 9233, 8212, 10930, 9015, 8883, 9411, 8123, 10921, 8599, 10302, 8975, 9924, 9314, 8301, 9347, 8588, 9709, 8271, 10824, 8964, 11130, 9836, 12789, 9694, 8053, 8931, 8486, 9325, 8050, 9630, 8692, 8568, 8923, 7902, 9723, 8743, 11017, 9154, 11432, 9687, 11205, 8884, 8080, 9250, 8516, 10029, 8593, 10920, 9040, 8038, 9021, 8290, 9812, 8513, 11134, 9169, 9890, 8897, 8406, 8838, 7994, 9695, 8183, 10977, 9084, 13125, 8620, 10031, 8557, 8969, 8796, 7817, 10627, 8316, 10081, 8708, 9562, 8742, 8642, 9584, 8105, 9993, 8248, 11037, 8644, 11833, 8844, 12598, 10005, 10120, 8417, 8415, 8690, 8019, 9541, 8166, 10386, 8339, 9862, 8368, 9069, 8896, 8044, 10106, 8465, 10218, 8878, 9772, 8617, 9454, 9176, 8556, 9943, 8264, 9873, 8361, 11095, 9110, 9696, 8988, 8351, 9079, 8630, 10662, 9206, 9230, 8841, 8156, 9580, 8239, 10561, 9138, 13367, 10588, 8525, 8906, 8428, 10365, 8723, 11074, 9073, 11667, 9301, 8668, 9153, 8659, 10943, 8372, 8437, 10802, 9108, 8286, 9534, 8863, 12006, 8607, 13048, 10578, 10942, 9968, 8360, 9645, 8033, 11332, 8642, 9553, 8790, 8182, 9458, 8154, 10057, 8574, 9691, 8747, 8231, 9972, 8357, 11117, 8597, 9186, 8717, 8399, 10973, 9072, 8780, 8992, 8434, 10103, 8693, 11003, 9041, 11748, 9098, 8977, 8436, 8009, 9634, 8800, 11006, 9578, 9087, 9001, 7992, 9649, 8325, 11368, 8659, 10580, 8965, 9107, 8848, 7952, 10767, 8609, 9288, 9006, 8683, 9682, 8759, 11124, 9069, 11560, 9111, 9624, 8892, 8453, 10011, 7643, 9927, 8011, 9989, 8583, 9147, 8770, 7906, 9655, 8817, 10248, 8635, 8819, 9079, 7974, 9754, 8987, 10819, 9087, 9819, 8882, 9457, 9130, 8433, 9550, 8574, 11409, 8880, 10072, 8813, 8594, 9129, 7779, 9790, 9031, 11010, 8968, 9747, 8918, 9386, 8966, 8433, 9995, 8525, 10999, 8503, 11158, 8579, 10006, 8631, 9033, 9375, 8879, 10961, 8718, 10501, 9010, 10156, 9048, 9737, 9038, 8009, 9164, 8659, 9643, 8438, 10432, 8545, 11502, 8996, 9308, 8345, 7914, 9144, 8519, 11336, 8903, 9292, 8108, 8122, 10565, 8393, 11544, 10207, 8204, 10383, 9328, 9213, 10395, 9278, 7897, 9665, 8318, 10528, 8083, 8753, 8816, 7965, 9778, 8525, 10142, 8472, 10030, 8699, 10637, 9452, 9631, 9041, 7993, 9233, 8543, 10429, 8721, 11536, 8964, 12678, 8725, 9439, 8534, 8971, 8682, 7995, 9345, 8540, 10947, 8389, 10775, 8765, 9811, 9615, 8774, 9177, 7701, 9757, 8312, 10782, 8575, 9761, 8845, 9071, 8984, 8078, 9776, 8260, 11137, 9007, 10174, 9679, 9589, 9353, 8447, 9804, 8162, 11207, 8833, 9919, 9002, 8945, 9092, 7719, 9199, 8191, 10170, 8707, 11555, 9233, 9940, 8638, 9412, 8613, 8382, 9265, 7994, 9994, 8508, 9541, 8218, 10227, 8728, 9776, 9206, 8721, 9128, 8196, 10958, 8759, 9692, 8975, 8825, 9484, 7820, 9849, 8787, 10082, 8640, 10336, 8294, 10980, 7831, 9656, 8490, 9638, 8147, 10527, 8791, 9388, 8711, 8402, 9283, 7954, 9825, 7870, 9760, 7993, 10126, 8324, 10832, 8329, 10914, 8592, 10848, 8885, 10758, 9765, 10242, 9074, 8464, 8811, 7783, 9320, 8026, 10433, 8511, 10458, 8731, 10529, 9174, 10674, 8987, 10618, 8502, 10364, 8263, 10057, 8504, 9892, 8581, 10739, 9039, 10265, 8958, 9902, 8853, 10451, 9174, 10965, 9202, 9908, 8816, 9940, 8716, 9126, 9003, 8370, 9439, 8892, 10194, 8270, 8588, 9009, 8468, 11285, 8719, 9519, 8843, 10529, 8905, 9888, 9269, 7764, 9398, 8176, 10615, 8698, 9238, 8991, 8260, 9678, 8257, 10147, 8611, 10803, 9128, 9650, 9012, 8117, 9078, 7916, 9686, 8835, 11028, 9341, 9368, 8900, 8165, 9434, 7679, 9547, 8135, 11497, 8746, 11225, 8486, 9912, 8680, 8752, 9518, 8800, 10616, 8370, 10322, 9028, 11080, 9323, 10474, 9675, 8353, 8891, 7460, 9359, 8207, 10020, 9005, 11562, 8440, 10093, 8660, 9410, 8957, 8146, 9870, 8495, 11232, 8500, 9432, 8700, 9112, 9085, 8532, 9670, 7725, 9298, 8369, 9927, 8319, 10702, 9194, 8651, 9062, 8343, 9944, 8825, 9808, 8941, 9514, 9290, 8152, 9220, 7686, 9641, 8397, 10827, 8833, 12506, 8914, 9346, 8484, 8284, 9123, 7800, 11078, 8881, 11325, 8864, 10069, 8996, 9226, 8987, 8122, 9765, 8451, 10916, 8476, 9412, 9247, 8024, 9697, 8498, 9999, 8697, 10747, 8764, 11218, 8926, 11619, 8624, 9339, 8606, 7922, 9347, 8606, 10452, 8777, 10934, 8853, 9852, 8832, 9297, 9570, 8738, 9230, 8503, 10144, 8871, 11218, 9472, 7811, 9302, 8713, 10243, 8928, 8510, 9623, 8835, 10984, 8916, 11013, 8793, 9520, 8837, 8461, 9635, 7792, 10339, 8567, 10931, 8744, 9518, 8550, 8927, 9143, 8303, 10113, 8730, 10325, 9088, 10198, 9342, 10679, 9532, 11506, 9271, 9990, 8648, 8275, 9351, 8026, 9752, 8624, 10122, 8649, 10252, 8808, 9900, 8727, 10201, 8830, 10268, 9284, 8848, 8857, 8102], 'WindowCenter': [4454.0, 4458.0, 4415.0, 4393.0, 4400.0, 4402.0, 4423.0, 4414.0, 4424.0, 4426.0, 4402.0, 4414.0, 4403.0, 4424.0, 4413.0, 4424.0, 4413.0, 4433.0, 4402.0, 4430.0, 4401.0, 4409.0, 4400.0, 4421.0, 4401.0, 4400.0, 4400.0, 4401.0, 4423.0, 4402.0, 4438.0, 4419.0, 4415.0, 4413.0, 4404.0, 4410.0, 4400.0, 4401.0, 4413.0, 4402.0, 4412.0, 4402.0, 4411.0, 4389.0, 4398.0, 4400.0, 4401.0, 4410.0, 4399.0, 4400.0, 4390.0, 4388.0, 4400.0, 4402.0, 4411.0, 4404.0, 4413.0, 4402.0, 4390.0, 4401.0, 4402.0, 4413.0, 4413.0, 4413.0, 4402.0, 4414.0, 4414.0, 4402.0, 4421.0, 4401.0, 4411.0, 4399.0, 4399.0, 4412.0, 4403.0, 4421.0, 4401.0, 4409.0, 4391.0, 4390.0, 4411.0, 4402.0, 4420.0, 4402.0, 4410.0, 4392.0, 4401.0, 4401.0, 4403.0, 4422.0, 4402.0, 4423.0, 4402.0, 4400.0, 4401.0, 4399.0, 4413.0, 4403.0, 4423.0, 4414.0, 4412.0, 4403.0, 4416.0, 4425.0, 4412.0, 4423.0, 4414.0, 4414.0, 4411.0, 4406.0, 4424.0, 4405.0, 4405.0, 4412.0, 4391.0, 4410.0, 4401.0, 4411.0, 4403.0, 4392.0, 4411.0, 4391.0, 4410.0, 4390.0, 4393.0, 4413.0, 4418.0, 4425.0, 4415.0, 4405.0, 4415.0, 4415.0, 4423.0, 4416.0, 4427.0, 4427.0, 4404.0, 4423.0, 4402.0, 4421.0, 4415.0, 4424.0, 4424.0, 4393.0, 4423.0, 4390.0, 4419.0, 4402.0, 4414.0, 4401.0, 4402.0, 4420.0, 4391.0, 4398.0, 4400.0, 4387.0, 4400.0, 4390.0, 4409.0, 4400.0, 4411.0, 4400.0, 4390.0, 4399.0, 4402.0, 4423.0, 4401.0, 4401.0, 4413.0, 4391.0, 4409.0, 4401.0, 4409.0, 4402.0, 4410.0, 4400.0, 4388.0, 4398.0, 4389.0, 4397.0, 4389.0, 4408.0, 4400.0, 4421.0, 4410.0, 4418.0, 4398.0, 4377.0, 4386.0, 4388.0, 4397.0, 4388.0, 4409.0, 4414.0, 4404.0, 4414.0, 4404.0, 4425.0, 4416.0, 4434.0, 4426.0, 4433.0, 4412.0, 4423.0, 4413.0, 4389.0, 4399.0, 4399.0, 4410.0, 4413.0, 4421.0, 4412.0, 4403.0, 4402.0, 4402.0, 4411.0, 4414.0, 4435.0, 4414.0, 4423.0, 4411.0, 4402.0, 4401.0, 4392.0, 4412.0, 4404.0, 4422.0, 4401.0, 4430.0, 4390.0, 4399.0, 4388.0, 4400.0, 4402.0, 4391.0, 4420.0, 4402.0, 4410.0, 4401.0, 4411.0, 4402.0, 4414.0, 4412.0, 4391.0, 4424.0, 4401.0, 4420.0, 4400.0, 4420.0, 4401.0, 4419.0, 4410.0, 4409.0, 4388.0, 4386.0, 4388.0, 4389.0, 4410.0, 4389.0, 4410.0, 4389.0, 4409.0, 4391.0, 4413.0, 4412.0, 4402.0, 4424.0, 4403.0, 4422.0, 4412.0, 4412.0, 4414.0, 4424.0, 4414.0, 4402.0, 4412.0, 4402.0, 4411.0, 4403.0, 4433.0, 4414.0, 4413.0, 4413.0, 4401.0, 4412.0, 4415.0, 4424.0, 4414.0, 4413.0, 4412.0, 4391.0, 4412.0, 4404.0, 4435.0, 4413.0, 4442.0, 4424.0, 4401.0, 4400.0, 4402.0, 4437.0, 4414.0, 4422.0, 4402.0, 4422.0, 4414.0, 4401.0, 4412.0, 4402.0, 4421.0, 4405.0, 4404.0, 4435.0, 4414.0, 4401.0, 4411.0, 4401.0, 4420.0, 4388.0, 4432.0, 4411.0, 4410.0, 4409.0, 4389.0, 4397.0, 4388.0, 4408.0, 4399.0, 4408.0, 4401.0, 4389.0, 4399.0, 4379.0, 4408.0, 4401.0, 4412.0, 4400.0, 4389.0, 4412.0, 4390.0, 4410.0, 4401.0, 4413.0, 4401.0, 4401.0, 4410.0, 4402.0, 4401.0, 4400.0, 4390.0, 4410.0, 4400.0, 4422.0, 4402.0, 4419.0, 4400.0, 4399.0, 4388.0, 4378.0, 4399.0, 4401.0, 4420.0, 4411.0, 4401.0, 4389.0, 4379.0, 4398.0, 4386.0, 4406.0, 4401.0, 4408.0, 4399.0, 4388.0, 4401.0, 4391.0, 4419.0, 4402.0, 4411.0, 4416.0, 4403.0, 4413.0, 4401.0, 4421.0, 4402.0, 4420.0, 4401.0, 4399.0, 4400.0, 4402.0, 4409.0, 4376.0, 4397.0, 4378.0, 4397.0, 4388.0, 4400.0, 4400.0, 4401.0, 4412.0, 4412.0, 4411.0, 4402.0, 4401.0, 4412.0, 4402.0, 4424.0, 4415.0, 4434.0, 4414.0, 4423.0, 4413.0, 4412.0, 4412.0, 4402.0, 4413.0, 4402.0, 4433.0, 4414.0, 4412.0, 4401.0, 4402.0, 4413.0, 4405.0, 4425.0, 4414.0, 4435.0, 4414.0, 4414.0, 4413.0, 4413.0, 4414.0, 4405.0, 4424.0, 4403.0, 4423.0, 4402.0, 4420.0, 4402.0, 4412.0, 4413.0, 4414.0, 4413.0, 4413.0, 4423.0, 4403.0, 4421.0, 4413.0, 4421.0, 4414.0, 4413.0, 4402.0, 4391.0, 4400.0, 4389.0, 4399.0, 4389.0, 4410.0, 4401.0, 4421.0, 4401.0, 4399.0, 4402.0, 4402.0, 4424.0, 4403.0, 4433.0, 4414.0, 4412.0, 4391.0, 4391.0, 4423.0, 4405.0, 4433.0, 4423.0, 4390.0, 4408.0, 4398.0, 4398.0, 4409.0, 4398.0, 4378.0, 4400.0, 4388.0, 4408.0, 4389.0, 4401.0, 4413.0, 4404.0, 4423.0, 4403.0, 4411.0, 4402.0, 4411.0, 4413.0, 4424.0, 4413.0, 4412.0, 4402.0, 4390.0, 4400.0, 4399.0, 4421.0, 4402.0, 4420.0, 4401.0, 4428.0, 4389.0, 4399.0, 4401.0, 4399.0, 4400.0, 4390.0, 4400.0, 4400.0, 4410.0, 4401.0, 4421.0, 4402.0, 4423.0, 4412.0, 4400.0, 4411.0, 4389.0, 4399.0, 4391.0, 4410.0, 4402.0, 4412.0, 4413.0, 4401.0, 4402.0, 4391.0, 4410.0, 4401.0, 4420.0, 4413.0, 4423.0, 4413.0, 4411.0, 4412.0, 4390.0, 4408.0, 4390.0, 4421.0, 4401.0, 4412.0, 4401.0, 4401.0, 4401.0, 4389.0, 4400.0, 4399.0, 4422.0, 4400.0, 4420.0, 4411.0, 4410.0, 4390.0, 4398.0, 4399.0, 4401.0, 4411.0, 4390.0, 4410.0, 4389.0, 4400.0, 4389.0, 4408.0, 4400.0, 4412.0, 4413.0, 4401.0, 4402.0, 4401.0, 4420.0, 4402.0, 4413.0, 4414.0, 4412.0, 4413.0, 4391.0, 4411.0, 4400.0, 4410.0, 4389.0, 4410.0, 4391.0, 4409.0, 4379.0, 4399.0, 4387.0, 4398.0, 4388.0, 4408.0, 4400.0, 4412.0, 4413.0, 4401.0, 4413.0, 4402.0, 4412.0, 4392.0, 4423.0, 4404.0, 4423.0, 4401.0, 4410.0, 4390.0, 4410.0, 4399.0, 4420.0, 4413.0, 4422.0, 4423.0, 4410.0, 4400.0, 4389.0, 4399.0, 4402.0, 4412.0, 4403.0, 4421.0, 4401.0, 4409.0, 4401.0, 4410.0, 4400.0, 4409.0, 4389.0, 4409.0, 4388.0, 4398.0, 4388.0, 4397.0, 4389.0, 4409.0, 4402.0, 4420.0, 4402.0, 4410.0, 4401.0, 4409.0, 4401.0, 4422.0, 4412.0, 4421.0, 4411.0, 4410.0, 4400.0, 4409.0, 4401.0, 4412.0, 4400.0, 4390.0, 4412.0, 4403.0, 4410.0, 4402.0, 4414.0, 4412.0, 4403.0, 4422.0, 4401.0, 4400.0, 4401.0, 4410.0, 4402.0, 4412.0, 4400.0, 4380.0, 4399.0, 4390.0, 4420.0, 4414.0, 4412.0, 4413.0, 4402.0, 4412.0, 4389.0, 4410.0, 4401.0, 4422.0, 4413.0, 4412.0, 4402.0, 4390.0, 4401.0, 4400.0, 4424.0, 4416.0, 4422.0, 4414.0, 4412.0, 4401.0, 4389.0, 4399.0, 4391.0, 4412.0, 4391.0, 4421.0, 4401.0, 4409.0, 4390.0, 4409.0, 4402.0, 4400.0, 4409.0, 4401.0, 4421.0, 4401.0, 4410.0, 4401.0, 4421.0, 4412.0, 4410.0, 4400.0, 4389.0, 4398.0, 4378.0, 4399.0, 4401.0, 4409.0, 4399.0, 4409.0, 4388.0, 4397.0, 4388.0, 4399.0, 4400.0, 4390.0, 4409.0, 4399.0, 4408.0, 4389.0, 4399.0, 4399.0, 4400.0, 4401.0, 4400.0, 4399.0, 4378.0, 4398.0, 4387.0, 4398.0, 4401.0, 4410.0, 4399.0, 4400.0, 4398.0, 4389.0, 4409.0, 4401.0, 4423.0, 4413.0, 4412.0, 4413.0, 4390.0, 4401.0, 4377.0, 4399.0, 4401.0, 4410.0, 4399.0, 4421.0, 4389.0, 4396.0, 4387.0, 4388.0, 4399.0, 4389.0, 4418.0, 4399.0, 4408.0, 4399.0, 4399.0, 4399.0, 4399.0, 4400.0, 4390.0, 4411.0, 4390.0, 4420.0, 4403.0, 4412.0, 4412.0, 4391.0, 4411.0, 4400.0, 4410.0, 4399.0, 4410.0, 4401.0, 4420.0, 4399.0, 4418.0, 4388.0, 4396.0, 4387.0, 4388.0, 4410.0, 4402.0, 4420.0, 4401.0, 4420.0, 4401.0, 4411.0, 4414.0, 4425.0, 4427.0, 4403.0, 4415.0, 4415.0, 4423.0, 4413.0, 4447.0, 4424.0, 4392.0, 4401.0, 4414.0, 4422.0, 4412.0, 4401.0, 4413.0, 4414.0, 4423.0, 4403.0, 4421.0, 4400.0, 4400.0, 4400.0, 4389.0, 4400.0, 4391.0, 4410.0, 4389.0, 4409.0, 4402.0, 4399.0, 4400.0, 4401.0, 4411.0, 4401.0, 4422.0, 4402.0, 4411.0, 4403.0, 4411.0, 4402.0, 4421.0, 4413.0, 4420.0, 4400.0, 4399.0, 4389.0, 4388.0, 4400.0, 4390.0, 4411.0, 4402.0, 4411.0, 4401.0, 4411.0, 4401.0, 4399.0, 4401.0, 4411.0, 4413.0, 4411.0, 4413.0, 4400.0, 4401.0, 4391.0], 'WindowWidth': [9814.0, 9804.0, 9740.0, 9706.0, 9714.0, 9717.0, 9750.0, 9739.0, 9752.0, 9757.0, 9719.0, 9737.0, 9720.0, 9750.0, 9735.0, 9752.0, 9735.0, 9761.0, 9718.0, 9751.0, 9713.0, 9720.0, 9710.0, 9742.0, 9714.0, 9711.0, 9713.0, 9713.0, 9748.0, 9718.0, 9776.0, 9750.0, 9740.0, 9731.0, 9721.0, 9724.0, 9712.0, 9712.0, 9731.0, 9716.0, 9731.0, 9716.0, 9726.0, 9694.0, 9706.0, 9710.0, 9716.0, 9725.0, 9708.0, 9710.0, 9696.0, 9691.0, 9709.0, 9718.0, 9729.0, 9722.0, 9733.0, 9714.0, 9698.0, 9712.0, 9717.0, 9732.0, 9732.0, 9731.0, 9718.0, 9734.0, 9736.0, 9718.0, 9742.0, 9715.0, 9727.0, 9708.0, 9707.0, 9729.0, 9721.0, 9740.0, 9713.0, 9721.0, 9698.0, 9697.0, 9730.0, 9718.0, 9741.0, 9717.0, 9725.0, 9701.0, 9710.0, 9713.0, 9721.0, 9745.0, 9717.0, 9745.0, 9716.0, 9709.0, 9712.0, 9711.0, 9734.0, 9722.0, 9746.0, 9736.0, 9731.0, 9719.0, 9744.0, 9753.0, 9733.0, 9749.0, 9736.0, 9732.0, 9725.0, 9726.0, 9750.0, 9726.0, 9723.0, 9730.0, 9700.0, 9723.0, 9711.0, 9727.0, 9719.0, 9702.0, 9728.0, 9700.0, 9722.0, 9697.0, 9704.0, 9733.0, 9748.0, 9753.0, 9739.0, 9724.0, 9738.0, 9740.0, 9748.0, 9743.0, 9757.0, 9759.0, 9722.0, 9747.0, 9716.0, 9740.0, 9736.0, 9748.0, 9747.0, 9703.0, 9746.0, 9697.0, 9735.0, 9713.0, 9735.0, 9715.0, 9715.0, 9737.0, 9698.0, 9705.0, 9707.0, 9688.0, 9709.0, 9699.0, 9723.0, 9709.0, 9724.0, 9708.0, 9696.0, 9709.0, 9719.0, 9747.0, 9714.0, 9711.0, 9732.0, 9699.0, 9721.0, 9712.0, 9720.0, 9714.0, 9726.0, 9711.0, 9691.0, 9704.0, 9691.0, 9701.0, 9692.0, 9718.0, 9708.0, 9739.0, 9724.0, 9731.0, 9704.0, 9672.0, 9683.0, 9687.0, 9700.0, 9694.0, 9724.0, 9736.0, 9721.0, 9737.0, 9721.0, 9751.0, 9744.0, 9764.0, 9758.0, 9762.0, 9733.0, 9746.0, 9733.0, 9695.0, 9710.0, 9709.0, 9726.0, 9735.0, 9742.0, 9731.0, 9718.0, 9716.0, 9716.0, 9728.0, 9736.0, 9767.0, 9737.0, 9748.0, 9730.0, 9715.0, 9714.0, 9701.0, 9730.0, 9723.0, 9743.0, 9714.0, 9751.0, 9697.0, 9706.0, 9692.0, 9710.0, 9716.0, 9700.0, 9739.0, 9719.0, 9725.0, 9713.0, 9727.0, 9718.0, 9737.0, 9732.0, 9702.0, 9748.0, 9714.0, 9739.0, 9710.0, 9740.0, 9713.0, 9735.0, 9724.0, 9719.0, 9690.0, 9685.0, 9690.0, 9696.0, 9725.0, 9694.0, 9725.0, 9696.0, 9721.0, 9699.0, 9732.0, 9731.0, 9718.0, 9750.0, 9721.0, 9743.0, 9732.0, 9730.0, 9739.0, 9751.0, 9736.0, 9718.0, 9731.0, 9716.0, 9727.0, 9721.0, 9762.0, 9738.0, 9733.0, 9733.0, 9713.0, 9733.0, 9743.0, 9751.0, 9737.0, 9735.0, 9731.0, 9701.0, 9729.0, 9725.0, 9769.0, 9735.0, 9773.0, 9748.0, 9713.0, 9711.0, 9717.0, 9774.0, 9736.0, 9744.0, 9718.0, 9745.0, 9736.0, 9714.0, 9728.0, 9715.0, 9738.0, 9724.0, 9723.0, 9765.0, 9738.0, 9714.0, 9726.0, 9713.0, 9736.0, 9692.0, 9755.0, 9726.0, 9722.0, 9721.0, 9691.0, 9701.0, 9690.0, 9717.0, 9709.0, 9721.0, 9713.0, 9693.0, 9706.0, 9678.0, 9720.0, 9711.0, 9730.0, 9709.0, 9692.0, 9729.0, 9696.0, 9722.0, 9716.0, 9734.0, 9713.0, 9713.0, 9723.0, 9715.0, 9712.0, 9710.0, 9697.0, 9725.0, 9711.0, 9743.0, 9715.0, 9736.0, 9709.0, 9705.0, 9690.0, 9677.0, 9707.0, 9714.0, 9739.0, 9727.0, 9711.0, 9692.0, 9678.0, 9703.0, 9687.0, 9714.0, 9712.0, 9718.0, 9707.0, 9690.0, 9712.0, 9701.0, 9736.0, 9715.0, 9726.0, 9743.0, 9716.0, 9732.0, 9712.0, 9740.0, 9716.0, 9737.0, 9714.0, 9708.0, 9711.0, 9715.0, 9722.0, 9674.0, 9702.0, 9676.0, 9702.0, 9693.0, 9709.0, 9711.0, 9715.0, 9733.0, 9731.0, 9728.0, 9716.0, 9715.0, 9729.0, 9718.0, 9752.0, 9739.0, 9765.0, 9737.0, 9747.0, 9732.0, 9729.0, 9731.0, 9718.0, 9735.0, 9720.0, 9761.0, 9737.0, 9730.0, 9715.0, 9715.0, 9733.0, 9727.0, 9754.0, 9739.0, 9768.0, 9737.0, 9735.0, 9732.0, 9732.0, 9737.0, 9726.0, 9751.0, 9721.0, 9749.0, 9717.0, 9738.0, 9717.0, 9730.0, 9735.0, 9738.0, 9734.0, 9733.0, 9747.0, 9721.0, 9742.0, 9732.0, 9743.0, 9738.0, 9733.0, 9718.0, 9698.0, 9709.0, 9694.0, 9708.0, 9693.0, 9723.0, 9715.0, 9740.0, 9714.0, 9709.0, 9717.0, 9719.0, 9752.0, 9720.0, 9761.0, 9736.0, 9727.0, 9697.0, 9698.0, 9748.0, 9726.0, 9761.0, 9747.0, 9698.0, 9719.0, 9703.0, 9704.0, 9720.0, 9704.0, 9677.0, 9711.0, 9692.0, 9718.0, 9694.0, 9715.0, 9735.0, 9722.0, 9748.0, 9720.0, 9727.0, 9716.0, 9728.0, 9736.0, 9751.0, 9735.0, 9730.0, 9716.0, 9695.0, 9709.0, 9707.0, 9742.0, 9717.0, 9739.0, 9712.0, 9747.0, 9695.0, 9706.0, 9714.0, 9705.0, 9711.0, 9698.0, 9712.0, 9710.0, 9724.0, 9714.0, 9740.0, 9718.0, 9748.0, 9731.0, 9712.0, 9728.0, 9695.0, 9708.0, 9699.0, 9723.0, 9716.0, 9732.0, 9734.0, 9716.0, 9717.0, 9700.0, 9726.0, 9714.0, 9738.0, 9733.0, 9748.0, 9733.0, 9729.0, 9732.0, 9698.0, 9719.0, 9697.0, 9739.0, 9713.0, 9731.0, 9715.0, 9714.0, 9713.0, 9695.0, 9710.0, 9710.0, 9744.0, 9713.0, 9740.0, 9728.0, 9723.0, 9696.0, 9704.0, 9708.0, 9714.0, 9727.0, 9697.0, 9724.0, 9694.0, 9710.0, 9695.0, 9719.0, 9713.0, 9731.0, 9733.0, 9714.0, 9717.0, 9715.0, 9738.0, 9717.0, 9735.0, 9738.0, 9733.0, 9735.0, 9701.0, 9727.0, 9711.0, 9724.0, 9696.0, 9724.0, 9701.0, 9722.0, 9681.0, 9707.0, 9689.0, 9704.0, 9693.0, 9719.0, 9712.0, 9732.0, 9734.0, 9715.0, 9734.0, 9717.0, 9732.0, 9703.0, 9748.0, 9723.0, 9746.0, 9715.0, 9725.0, 9698.0, 9725.0, 9709.0, 9737.0, 9734.0, 9745.0, 9748.0, 9727.0, 9712.0, 9694.0, 9707.0, 9719.0, 9733.0, 9721.0, 9742.0, 9715.0, 9721.0, 9712.0, 9722.0, 9708.0, 9722.0, 9695.0, 9719.0, 9690.0, 9703.0, 9692.0, 9703.0, 9693.0, 9723.0, 9717.0, 9738.0, 9718.0, 9725.0, 9713.0, 9722.0, 9712.0, 9744.0, 9729.0, 9742.0, 9728.0, 9725.0, 9710.0, 9721.0, 9713.0, 9731.0, 9714.0, 9698.0, 9731.0, 9718.0, 9723.0, 9718.0, 9736.0, 9732.0, 9721.0, 9742.0, 9714.0, 9710.0, 9713.0, 9725.0, 9717.0, 9727.0, 9710.0, 9682.0, 9708.0, 9696.0, 9739.0, 9736.0, 9732.0, 9732.0, 9715.0, 9730.0, 9696.0, 9723.0, 9713.0, 9743.0, 9733.0, 9731.0, 9717.0, 9698.0, 9712.0, 9713.0, 9753.0, 9743.0, 9745.0, 9737.0, 9730.0, 9714.0, 9695.0, 9710.0, 9700.0, 9730.0, 9702.0, 9740.0, 9713.0, 9721.0, 9696.0, 9721.0, 9716.0, 9712.0, 9723.0, 9714.0, 9742.0, 9715.0, 9723.0, 9712.0, 9743.0, 9731.0, 9726.0, 9712.0, 9692.0, 9706.0, 9677.0, 9707.0, 9714.0, 9724.0, 9708.0, 9720.0, 9691.0, 9701.0, 9690.0, 9709.0, 9712.0, 9698.0, 9723.0, 9708.0, 9720.0, 9694.0, 9706.0, 9709.0, 9709.0, 9713.0, 9710.0, 9708.0, 9676.0, 9704.0, 9689.0, 9705.0, 9714.0, 9724.0, 9708.0, 9710.0, 9706.0, 9695.0, 9720.0, 9714.0, 9749.0, 9734.0, 9730.0, 9734.0, 9697.0, 9712.0, 9678.0, 9709.0, 9715.0, 9724.0, 9707.0, 9739.0, 9693.0, 9700.0, 9687.0, 9692.0, 9709.0, 9696.0, 9734.0, 9708.0, 9719.0, 9707.0, 9706.0, 9707.0, 9708.0, 9710.0, 9698.0, 9727.0, 9697.0, 9737.0, 9721.0, 9732.0, 9731.0, 9702.0, 9729.0, 9711.0, 9724.0, 9709.0, 9725.0, 9716.0, 9739.0, 9710.0, 9733.0, 9692.0, 9699.0, 9689.0, 9692.0, 9726.0, 9717.0, 9738.0, 9715.0, 9739.0, 9714.0, 9727.0, 9738.0, 9755.0, 9759.0, 9721.0, 9739.0, 9740.0, 9747.0, 9734.0, 9789.0, 9751.0, 9702.0, 9714.0, 9737.0, 9745.0, 9731.0, 9715.0, 9734.0, 9736.0, 9746.0, 9718.0, 9738.0, 9710.0, 9710.0, 9709.0, 9694.0, 9711.0, 9698.0, 9722.0, 9694.0, 9720.0, 9715.0, 9708.0, 9709.0, 9714.0, 9727.0, 9714.0, 9744.0, 9717.0, 9728.0, 9718.0, 9727.0, 9717.0, 9742.0, 9734.0, 9739.0, 9711.0, 9708.0, 9694.0, 9692.0, 9710.0, 9697.0, 9728.0, 9718.0, 9728.0, 9714.0, 9726.0, 9711.0, 9708.0, 9714.0, 9728.0, 9733.0, 9727.0, 9733.0, 9711.0, 9713.0, 9698.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.0014771412169919632</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018000130195177957</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.356806279344845</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.301013272793105</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.020001331045977</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4917</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6940.1035</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08613416348006701</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.5591274397244548</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.340678864609393</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.246143946447755</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5478815756174056</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2280110717630195</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00712604</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006955516990274191</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030112003907561302</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.324330444722593</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.0063</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1673</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.7721</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292041.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.2093</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2596</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.3264</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3591.2129</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3745.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84503.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1554.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4608.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.0249</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.042599502718076</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> |