=== 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-0109 --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-0109",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0109_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0109_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-04/func/sub-0109_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>4974fb840b63b3d9baea6470a69afcf2</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>15:34:56.405000</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.99979, 0.0178514, -0.0101093, -0.0165787, 0.993296, 0.114405]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0912745</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4223, -7777, -7181, 414, -112, 64, 65, 75]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.211</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1b733ec8-30d8-467c-8ec9-93487a9b5ba5||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.6823623180389404, -0.04447931796312332, -0.032626159489154816, 115.63626861572266], [-0.04789397120475769, 2.664940118789673, 0.30837520956993103, -111.92510986328125], [-0.027122387662529945, -0.3069394826889038, 2.682133436203003, -39.916603088378906], [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': ['153456.405000', '153456.865000', '153457.325000', '153457.785000', '153458.245000', '153458.705000', '153459.165000', '153459.625000', '153500.085000', '153500.545000', '153501.005000', '153501.465000', '153501.925000', '153502.385000', '153502.845000', '153503.305000', '153503.765000', '153504.225000', '153504.685000', '153505.145000', '153505.605000', '153506.065000', '153506.525000', '153506.985000', '153507.445000', '153507.905000', '153508.365000', '153508.825000', '153509.285000', '153509.745000', '153510.205000', '153510.665000', '153511.125000', '153511.585000', '153512.045000', '153512.505000', '153512.965000', '153513.425000', '153513.885000', '153514.345000', '153514.805000', '153515.265000', '153515.725000', '153516.185000', '153516.645000', '153517.105000', '153517.565000', '153518.025000', '153518.485000', '153518.945000', '153519.405000', '153519.865000', '153520.325000', '153520.785000', '153521.245000', '153521.705000', '153522.165000', '153522.625000', '153523.085000', '153523.545000', '153524.005000', '153524.465000', '153524.925000', '153525.385000', '153525.845000', '153526.305000', '153526.765000', '153527.225000', '153527.685000', '153528.145000', '153528.605000', '153529.065000', '153529.525000', '153529.985000', '153530.445000', '153530.905000', '153531.365000', '153531.825000', '153532.285000', '153532.745000', '153533.205000', '153533.665000', '153534.125000', '153534.585000', '153535.045000', '153535.505000', '153535.965000', '153536.425000', '153536.885000', '153537.345000', '153537.805000', '153538.265000', '153538.725000', '153539.185000', '153539.645000', '153540.105000', '153540.565000', '153541.025000', '153541.485000', '153541.945000', '153542.405000', '153542.865000', '153543.325000', '153543.785000', '153544.245000', '153544.705000', '153545.165000', '153545.625000', '153546.085000', '153546.545000', '153547.005000', '153547.465000', '153547.925000', '153548.385000', '153548.845000', '153549.305000', '153549.765000', '153550.225000', '153550.685000', '153551.145000', '153551.605000', '153552.065000', '153552.525000', '153552.985000', '153553.445000', '153553.905000', '153554.365000', '153554.825000', '153555.285000', '153555.745000', '153556.205000', '153556.665000', '153557.125000', '153557.585000', '153558.045000', '153558.505000', '153558.965000', '153559.425000', '153559.885000', '153600.345000', '153600.805000', '153601.265000', '153601.725000', '153602.185000', '153602.645000', '153603.105000', '153603.565000', '153604.025000', '153604.485000', '153604.945000', '153605.405000', '153605.865000', '153606.325000', '153606.785000', '153607.245000', '153607.705000', '153608.165000', '153608.625000', '153609.085000', '153609.545000', '153610.005000', '153610.465000', '153610.925000', '153611.385000', '153611.845000', '153612.305000', '153612.765000', '153613.225000', '153613.685000', '153614.145000', '153614.605000', '153615.065000', '153615.525000', '153615.985000', '153616.445000', '153616.905000', '153617.365000', '153617.825000', '153618.285000', '153618.745000', '153619.205000', '153619.665000', '153620.125000', '153620.585000', '153621.045000', '153621.505000', '153621.965000', '153622.425000', '153622.885000', '153623.345000', '153623.805000', '153624.265000', '153624.725000', '153625.185000', '153625.645000', '153626.105000', '153626.565000', '153627.025000', '153627.485000', '153627.945000', '153628.405000', '153628.865000', '153629.325000', '153629.785000', '153630.245000', '153630.705000', '153631.165000', '153631.625000', '153632.085000', '153632.545000', '153633.005000', '153633.465000', '153633.925000', '153634.385000', '153634.845000', '153635.305000', '153635.765000', '153636.225000', '153636.685000', '153637.145000', '153637.605000', '153638.065000', '153638.525000', '153638.985000', '153639.445000', '153639.905000', '153640.365000', '153640.825000', '153641.285000', '153641.745000', '153642.205000', '153642.665000', '153643.125000', '153643.585000', '153644.045000', '153644.505000', '153644.965000', '153645.425000', '153645.885000', '153646.345000', '153646.805000', '153647.265000', '153647.725000', '153648.185000', '153648.645000', '153649.105000', '153649.565000', '153650.025000', '153650.485000', '153650.945000', '153651.405000', '153651.865000', '153652.325000', '153652.785000', '153653.245000', '153653.705000', '153654.165000', '153654.625000', '153655.085000', '153655.545000', '153656.005000', '153656.465000', '153656.925000', '153657.385000', '153657.845000', '153658.305000', '153658.765000', '153659.225000', '153659.685000', '153700.145000', '153700.605000', '153701.065000', '153701.525000', '153701.985000', '153702.445000', '153702.905000', '153703.365000', '153703.825000', '153704.285000', '153704.745000', '153705.205000', '153705.665000', '153706.125000', '153706.585000', '153707.045000', '153707.505000', '153707.965000', '153708.425000', '153708.885000', '153709.345000', '153709.805000', '153710.265000', '153710.725000', '153711.185000', '153711.645000', '153712.105000', '153712.565000', '153713.025000', '153713.485000', '153713.945000', '153714.405000', '153714.865000', '153715.325000', '153715.785000', '153716.245000', '153716.705000', '153717.165000', '153717.625000', '153718.085000', '153718.545000', '153719.005000', '153719.465000', '153719.925000', '153720.385000', '153720.845000', '153721.305000', '153721.765000', '153722.225000', '153722.685000', '153723.145000', '153723.605000', '153724.065000', '153724.525000', '153724.985000', '153725.445000', '153725.905000', '153726.365000', '153726.825000', '153727.285000', '153727.745000', '153728.205000', '153728.665000', '153729.125000', '153729.585000', '153730.045000', '153730.505000', '153730.965000', '153731.425000', '153731.885000', '153732.345000', '153732.805000', '153733.265000', '153733.725000', '153734.185000', '153734.645000', '153735.105000', '153735.565000', '153736.025000', '153736.485000', '153736.945000', '153737.405000', '153737.865000', '153738.325000', '153738.785000', '153739.245000', '153739.705000', '153740.165000', '153740.625000', '153741.085000', '153741.545000', '153742.005000', '153742.465000', '153742.925000', '153743.385000', '153743.845000', '153744.305000', '153744.765000', '153745.225000', '153745.685000', '153746.145000', '153746.605000', '153747.065000', '153747.525000', '153747.985000', '153748.445000', '153748.905000', '153749.365000', '153749.825000', '153750.285000', '153750.745000', '153751.205000', '153751.665000', '153752.125000', '153752.585000', '153753.045000', '153753.505000', '153753.965000', '153754.425000', '153754.885000', '153755.345000', '153755.805000', '153756.265000', '153756.725000', '153757.185000', '153757.645000', '153758.105000', '153758.565000', '153759.025000', '153759.485000', '153759.945000', '153800.405000', '153800.865000', '153801.325000', '153801.785000', '153802.245000', '153802.705000', '153803.165000', '153803.625000', '153804.085000', '153804.545000', '153805.005000', '153805.465000', '153805.925000', '153806.385000', '153806.845000', '153807.305000', '153807.765000', '153808.225000', '153808.685000', '153809.145000', '153809.605000', '153810.065000', '153810.525000', '153810.985000', '153811.445000', '153811.905000', '153812.365000', '153812.825000', '153813.285000', '153813.745000', '153814.205000', '153814.665000', '153815.125000', '153815.585000', '153816.045000', '153816.505000', '153816.965000', '153817.425000', '153817.885000', '153818.345000', '153818.805000', '153819.265000', '153819.725000', '153820.185000', '153820.645000', '153821.105000', '153821.565000', '153822.025000', '153822.485000', '153822.945000', '153823.405000', '153823.865000', '153824.325000', '153824.785000', '153825.245000', '153825.705000', '153826.165000', '153826.625000', '153827.085000', '153827.545000', '153828.005000', '153828.465000', '153828.925000', '153829.385000', '153829.845000', '153830.305000', '153830.765000', '153831.225000', '153831.685000', '153832.145000', '153832.605000', '153833.065000', '153833.525000', '153833.985000', '153834.445000', '153834.905000', '153835.365000', '153835.825000', '153836.285000', '153836.745000', '153837.205000', '153837.665000', '153838.125000', '153838.585000', '153839.045000', '153839.505000', '153839.965000', '153840.425000', '153840.885000', '153841.345000', '153841.805000', '153842.265000', '153842.725000', '153843.185000', '153843.645000', '153844.105000', '153844.565000', '153845.025000', '153845.485000', '153845.945000', '153846.405000', '153846.865000', '153847.325000', '153847.785000', '153848.245000', '153848.705000', '153849.165000', '153849.625000', '153850.085000', '153850.545000', '153851.005000', '153851.465000', '153851.925000', '153852.385000', '153852.845000', '153853.305000', '153853.765000', '153854.225000', '153854.685000', '153855.145000', '153855.605000', '153856.065000', '153856.525000', '153856.985000', '153857.445000', '153857.905000', '153858.365000', '153858.825000', '153859.285000', '153859.745000', '153900.205000', '153900.665000', '153901.125000', '153901.585000', '153902.045000', '153902.505000', '153902.965000', '153903.425000', '153903.885000', '153904.345000', '153904.805000', '153905.265000', '153905.725000', '153906.185000', '153906.645000', '153907.105000', '153907.565000', '153908.025000', '153908.485000', '153908.945000', '153909.405000', '153909.865000', '153910.325000', '153910.785000', '153911.245000', '153911.705000', '153912.165000', '153912.625000', '153913.085000', '153913.545000', '153914.005000', '153914.465000', '153914.925000', '153915.385000', '153915.845000', '153916.305000', '153916.765000', '153917.225000', '153917.685000', '153918.145000', '153918.605000', '153919.065000', '153919.525000', '153919.985000', '153920.445000', '153920.905000', '153921.365000', '153921.825000', '153922.285000', '153922.745000', '153923.205000', '153923.665000', '153924.125000', '153924.585000', '153925.045000', '153925.505000', '153925.965000', '153926.425000', '153926.885000', '153927.345000', '153927.805000', '153928.265000', '153928.725000', '153929.185000', '153929.645000', '153930.105000', '153930.565000', '153931.025000', '153931.485000', '153931.945000', '153932.405000', '153932.865000', '153933.325000', '153933.785000', '153934.245000', '153934.705000', '153935.165000', '153935.625000', '153936.085000', '153936.545000', '153937.005000', '153937.465000', '153937.925000', '153938.385000', '153938.845000', '153939.305000', '153939.765000', '153940.225000', '153940.685000', '153941.145000', '153941.605000', '153942.065000', '153942.525000', '153942.985000', '153943.445000', '153943.905000', '153944.365000', '153944.825000', '153945.285000', '153945.745000', '153946.205000', '153946.665000', '153947.125000', '153947.585000', '153948.045000', '153948.505000', '153948.965000', '153949.425000', '153949.885000', '153950.345000', '153950.805000', '153951.265000', '153951.725000', '153952.185000', '153952.645000', '153953.105000', '153953.565000', '153954.025000', '153954.485000', '153954.945000', '153955.405000', '153955.865000', '153956.325000', '153956.785000', '153957.245000', '153957.705000', '153958.165000', '153958.625000', '153959.085000', '153959.545000', '154000.005000', '154000.465000', '154000.925000', '154001.385000', '154001.845000', '154002.305000', '154002.765000', '154003.225000', '154003.685000', '154004.145000', '154004.605000', '154005.065000', '154005.525000', '154005.985000', '154006.445000', '154006.905000', '154007.365000', '154007.825000', '154008.285000', '154008.745000', '154009.205000', '154009.665000', '154010.125000', '154010.585000', '154011.045000', '154011.505000', '154011.965000', '154012.425000', '154012.885000', '154013.345000', '154013.805000', '154014.265000', '154014.725000', '154015.185000', '154015.645000', '154016.105000', '154016.565000', '154017.025000', '154017.485000', '154017.945000', '154018.405000', '154018.865000', '154019.325000', '154019.785000', '154020.245000', '154020.705000', '154021.165000', '154021.625000', '154022.085000', '154022.545000', '154023.005000', '154023.465000', '154023.925000', '154024.385000', '154024.845000', '154025.305000', '154025.765000', '154026.225000', '154026.685000', '154027.145000', '154027.605000', '154028.065000', '154028.525000', '154028.985000', '154029.445000', '154029.905000', '154030.365000', '154030.825000', '154031.285000', '154031.745000', '154032.205000', '154032.665000', '154033.125000', '154033.585000', '154034.045000', '154034.505000', '154034.965000', '154035.425000', '154035.885000', '154036.345000', '154036.805000', '154037.265000', '154037.725000', '154038.185000', '154038.645000', '154039.105000', '154039.565000', '154040.025000', '154040.485000', '154040.945000', '154041.405000', '154041.865000', '154042.325000', '154042.785000', '154043.245000', '154043.705000', '154044.165000', '154044.625000', '154045.085000', '154045.545000', '154046.005000', '154046.465000', '154046.925000', '154047.385000', '154047.845000', '154048.305000', '154048.765000', '154049.225000', '154049.685000', '154050.145000', '154050.605000', '154051.065000', '154051.525000', '154051.985000', '154052.445000', '154052.905000', '154053.365000', '154053.825000', '154054.285000', '154054.745000', '154055.205000', '154055.665000', '154056.125000', '154056.585000', '154057.045000', '154057.505000', '154057.965000', '154058.425000', '154058.885000', '154059.345000', '154059.805000', '154100.265000', '154100.725000', '154101.185000', '154101.645000', '154102.105000', '154102.565000', '154103.025000', '154103.485000', '154103.945000', '154104.405000', '154104.865000', '154105.325000', '154105.785000', '154106.245000', '154106.705000', '154107.165000', '154107.625000', '154108.085000', '154108.545000', '154109.005000', '154109.465000', '154109.925000', '154110.385000', '154110.845000', '154111.305000', '154111.765000', '154112.225000', '154112.685000', '154113.145000', '154113.605000', '154114.065000', '154114.525000', '154114.985000', '154115.445000', '154115.905000', '154116.365000', '154116.825000', '154117.285000', '154117.745000', '154118.205000', '154118.665000', '154119.125000', '154119.585000', '154120.045000', '154120.505000', '154120.965000', '154121.425000', '154121.885000', '154122.345000', '154122.805000', '154123.265000', '154123.725000', '154124.185000', '154124.645000', '154125.105000', '154125.565000', '154126.025000', '154126.485000', '154126.945000', '154127.405000', '154127.865000', '154128.325000', '154128.785000', '154129.245000', '154129.705000', '154130.165000', '154130.625000', '154131.085000', '154131.545000', '154132.005000', '154132.465000', '154132.925000', '154133.385000', '154133.845000', '154134.305000', '154134.765000', '154135.225000', '154135.685000', '154136.145000', '154136.605000', '154137.065000'], 'ContentTime': ['153511.838000', '153511.843000', '153511.846000', '153511.855000', '153511.857000', '153511.864000', '153511.867000', '153511.870000', '153511.872000', '153511.875000', '153511.877000', '153511.880000', '153511.883000', '153511.885000', '153511.888000', '153511.891000', '153511.893000', '153511.904000', '153511.906000', '153511.909000', '153511.912000', '153511.914000', '153511.917000', '153511.919000', '153511.922000', '153511.924000', '153511.927000', '153511.931000', '153511.934000', '153511.937000', '153511.939000', '153531.797000', '153531.800000', '153531.803000', '153531.806000', '153531.809000', '153531.812000', '153531.814000', '153531.817000', '153531.820000', '153531.844000', '153531.854000', '153531.857000', '153531.863000', '153531.866000', '153531.868000', '153531.871000', '153531.873000', '153531.876000', '153531.878000', '153531.881000', '153531.884000', '153531.886000', '153531.889000', '153531.891000', '153531.894000', '153531.897000', '153531.899000', '153531.902000', '153531.905000', '153531.907000', '153531.910000', '153531.913000', '153531.915000', '153531.918000', '153531.920000', '153531.923000', '153531.926000', '153531.928000', '153531.931000', '153531.933000', '153531.936000', '153531.939000', '153531.941000', '153531.944000', '153551.799000', '153551.802000', '153551.804000', '153551.807000', '153551.809000', '153551.812000', '153551.815000', '153551.817000', '153551.820000', '153551.823000', '153551.825000', '153551.828000', '153551.839000', '153551.841000', '153551.844000', '153551.847000', '153551.849000', '153551.852000', '153551.854000', '153551.857000', '153551.859000', '153551.862000', '153551.865000', '153551.867000', '153551.870000', '153551.873000', '153551.875000', '153551.878000', '153551.880000', '153551.883000', '153551.886000', '153551.889000', '153551.891000', '153551.894000', '153551.897000', '153551.900000', '153551.903000', '153551.905000', '153551.908000', '153551.911000', '153551.913000', '153551.916000', '153551.918000', '153611.798000', '153611.801000', '153611.805000', '153611.807000', '153611.810000', '153611.812000', '153611.815000', '153611.818000', '153611.820000', '153611.823000', '153611.826000', '153611.828000', '153611.831000', '153611.833000', '153611.836000', '153611.839000', '153611.841000', '153611.844000', '153611.847000', '153611.849000', '153611.852000', '153611.854000', '153611.857000', '153611.860000', '153611.862000', '153611.865000', '153611.868000', '153611.870000', '153611.873000', '153611.875000', '153611.878000', '153611.881000', '153611.883000', '153611.886000', '153611.889000', '153611.891000', '153611.894000', '153611.897000', '153611.899000', '153611.902000', '153611.905000', '153611.907000', '153611.910000', '153611.913000', '153631.798000', '153631.801000', '153631.804000', '153631.807000', '153631.809000', '153631.812000', '153631.814000', '153631.817000', '153631.820000', '153631.823000', '153631.825000', '153631.828000', '153631.831000', '153631.833000', '153631.836000', '153631.838000', '153631.841000', '153631.844000', '153631.853000', '153631.856000', '153631.859000', '153631.861000', '153631.864000', '153631.867000', '153631.869000', '153631.872000', '153631.875000', '153631.877000', '153631.880000', '153631.883000', '153631.885000', '153631.888000', '153631.891000', '153631.893000', '153631.896000', '153631.898000', '153631.901000', '153631.904000', '153631.906000', '153631.909000', '153631.912000', '153631.914000', '153631.917000', '153651.797000', '153651.806000', '153651.808000', '153651.811000', '153651.814000', '153651.816000', '153651.819000', '153651.822000', '153651.824000', '153651.827000', '153651.830000', '153651.832000', '153651.835000', '153651.837000', '153651.840000', '153651.843000', '153651.845000', '153651.848000', '153651.850000', '153651.853000', '153651.856000', '153651.858000', '153651.861000', '153651.863000', '153651.866000', '153651.869000', '153651.871000', '153651.874000', '153651.877000', '153651.879000', '153651.882000', '153651.885000', '153651.887000', '153651.890000', '153651.893000', '153651.895000', '153651.898000', '153651.901000', '153651.903000', '153651.906000', '153651.908000', '153651.911000', '153651.914000', '153651.916000', '153711.797000', '153711.800000', '153711.803000', '153711.806000', '153711.808000', '153711.811000', '153711.814000', '153711.816000', '153711.819000', '153711.822000', '153711.824000', '153711.827000', '153711.830000', '153711.832000', '153711.835000', '153711.837000', '153711.840000', '153711.843000', '153711.845000', '153711.858000', '153711.861000', '153711.863000', '153711.866000', '153711.868000', '153711.871000', '153711.874000', '153711.876000', '153711.879000', '153711.882000', '153711.884000', '153711.887000', '153711.890000', '153711.892000', '153711.895000', '153711.898000', '153711.901000', '153711.903000', '153711.906000', '153711.909000', '153711.911000', '153711.914000', '153711.916000', '153711.919000', '153731.797000', '153731.800000', '153731.803000', '153731.805000', '153731.808000', '153731.811000', '153731.814000', '153731.816000', '153731.819000', '153731.822000', '153731.824000', '153731.827000', '153731.830000', '153731.832000', '153731.835000', '153731.838000', '153731.840000', '153731.843000', '153731.846000', '153731.848000', '153731.851000', '153731.854000', '153731.856000', '153731.859000', '153731.862000', '153731.864000', '153731.867000', '153731.869000', '153731.872000', '153731.875000', '153731.877000', '153731.880000', '153731.883000', '153731.885000', '153731.888000', '153731.891000', '153731.893000', '153731.896000', '153731.899000', '153731.902000', '153731.904000', '153731.907000', '153731.909000', '153731.912000', '153751.798000', '153751.800000', '153751.803000', '153751.806000', '153751.809000', '153751.811000', '153751.814000', '153751.817000', '153751.819000', '153751.822000', '153751.824000', '153751.827000', '153751.830000', '153751.832000', '153751.835000', '153751.838000', '153751.840000', '153751.843000', '153751.846000', '153751.848000', '153751.851000', '153751.853000', '153751.857000', '153751.859000', '153751.862000', '153751.864000', '153751.867000', '153751.870000', '153751.872000', '153751.875000', '153751.877000', '153751.880000', '153751.883000', '153751.885000', '153751.888000', '153751.891000', '153751.893000', '153751.896000', '153751.899000', '153751.901000', '153751.904000', '153751.907000', '153751.909000', '153811.798000', '153811.801000', '153811.804000', '153811.816000', '153811.818000', '153811.821000', '153811.824000', '153811.826000', '153811.829000', '153811.832000', '153811.834000', '153811.837000', '153811.839000', '153811.842000', '153811.845000', '153811.847000', '153811.850000', '153811.853000', '153811.855000', '153811.858000', '153811.861000', '153811.863000', '153811.866000', '153811.868000', '153811.871000', '153811.874000', '153811.876000', '153811.879000', '153811.882000', '153811.884000', '153811.887000', '153811.890000', '153811.892000', '153811.895000', '153811.898000', '153811.900000', '153811.903000', '153811.906000', '153811.908000', '153811.911000', '153811.914000', '153811.916000', '153811.919000', '153811.922000', '153831.799000', '153831.802000', '153831.805000', '153831.807000', '153831.810000', '153831.813000', '153831.815000', '153831.818000', '153831.820000', '153831.823000', '153831.826000', '153831.828000', '153831.831000', '153831.833000', '153831.836000', '153831.839000', '153831.841000', '153831.844000', '153831.847000', '153831.849000', '153831.852000', '153831.855000', '153831.857000', '153831.860000', '153831.863000', '153831.865000', '153831.868000', '153831.870000', '153831.873000', '153831.876000', '153831.878000', '153831.881000', '153831.884000', '153831.886000', '153831.889000', '153831.892000', '153831.894000', '153831.897000', '153831.900000', '153831.902000', '153831.905000', '153831.908000', '153831.910000', '153851.798000', '153851.835000', '153851.838000', '153851.841000', '153851.843000', '153851.846000', '153851.849000', '153851.851000', '153851.854000', '153851.857000', '153851.859000', '153851.864000', '153851.867000', '153851.870000', '153851.873000', '153851.875000', '153851.878000', '153851.881000', '153851.883000', '153851.886000', '153851.889000', '153851.891000', '153851.894000', '153851.897000', '153851.899000', '153851.902000', '153851.905000', '153851.907000', '153851.910000', '153851.912000', '153851.915000', '153851.918000', '153851.920000', '153851.923000', '153851.926000', '153851.928000', '153851.931000', '153851.934000', '153851.936000', '153851.939000', '153851.941000', '153851.944000', '153851.947000', '153911.798000', '153911.801000', '153911.803000', '153911.806000', '153911.808000', '153911.811000', '153911.814000', '153911.816000', '153911.819000', '153911.822000', '153911.824000', '153911.827000', '153911.830000', '153911.832000', '153911.835000', '153911.838000', '153911.840000', '153911.843000', '153911.846000', '153911.848000', '153911.851000', '153911.853000', '153911.856000', '153911.859000', '153911.861000', '153911.864000', '153911.867000', '153911.869000', '153911.872000', '153911.875000', '153911.877000', '153911.880000', '153911.882000', '153911.885000', '153911.888000', '153911.890000', '153911.893000', '153911.896000', '153911.898000', '153911.901000', '153911.903000', '153911.906000', '153911.909000', '153911.911000', '153931.797000', '153931.800000', '153931.803000', '153931.806000', '153931.808000', '153931.811000', '153931.814000', '153931.816000', '153931.819000', '153931.822000', '153931.824000', '153931.827000', '153931.829000', '153931.832000', '153931.835000', '153931.838000', '153931.840000', '153931.843000', '153931.846000', '153931.848000', '153931.851000', '153931.854000', '153931.857000', '153931.859000', '153931.862000', '153931.864000', '153931.867000', '153931.870000', '153931.872000', '153931.875000', '153931.878000', '153931.880000', '153931.883000', '153931.886000', '153931.888000', '153931.891000', '153931.893000', '153931.896000', '153931.899000', '153931.901000', '153931.904000', '153931.907000', '153931.909000', '153931.912000', '153951.798000', '153951.801000', '153951.803000', '153951.806000', '153951.809000', '153951.811000', '153951.814000', '153951.817000', '153951.819000', '153951.822000', '153951.824000', '153951.827000', '153951.830000', '153951.833000', '153951.835000', '153951.838000', '153951.840000', '153951.843000', '153951.846000', '153951.848000', '153951.851000', '153951.854000', '153951.856000', '153951.859000', '153951.862000', '153951.864000', '153951.867000', '153951.870000', '153951.872000', '153951.875000', '153951.877000', '153951.880000', '153951.883000', '153951.885000', '153951.888000', '153951.891000', '153951.893000', '153951.896000', '153951.899000', '153951.901000', '153951.904000', '153951.907000', '153951.909000', '154011.798000', '154011.801000', '154011.804000', '154011.807000', '154011.809000', '154011.813000', '154011.815000', '154011.818000', '154011.821000', '154011.823000', '154011.826000', '154011.828000', '154011.842000', '154011.844000', '154011.847000', '154011.851000', '154011.854000', '154011.856000', '154011.859000', '154011.862000', '154011.864000', '154011.867000', '154011.869000', '154011.872000', '154011.875000', '154011.877000', '154011.880000', '154011.883000', '154011.886000', '154011.888000', '154011.891000', '154011.893000', '154011.896000', '154011.899000', '154011.901000', '154011.904000', '154011.907000', '154011.910000', '154011.912000', '154011.915000', '154011.918000', '154011.920000', '154011.923000', '154031.799000', '154031.802000', '154031.804000', '154031.807000', '154031.810000', '154031.813000', '154031.815000', '154031.818000', '154031.821000', '154031.824000', '154031.826000', '154031.829000', '154031.832000', '154031.835000', '154031.837000', '154031.840000', '154031.843000', '154031.845000', '154031.848000', '154031.851000', '154031.853000', '154031.856000', '154031.858000', '154031.861000', '154031.864000', '154031.867000', '154031.869000', '154031.872000', '154031.875000', '154031.877000', '154031.880000', '154031.884000', '154031.887000', '154031.890000', '154031.902000', '154031.905000', '154031.908000', '154031.910000', '154031.913000', '154031.916000', '154031.918000', '154031.921000', '154031.924000', '154031.926000', '154051.799000', '154051.802000', '154051.805000', '154051.807000', '154051.810000', '154051.813000', '154051.815000', '154051.818000', '154051.820000', '154051.823000', '154051.826000', '154051.829000', '154051.832000', '154051.835000', '154051.837000', '154051.840000', '154051.844000', '154051.847000', '154051.849000', '154051.852000', '154051.854000', '154051.857000', '154051.860000', '154051.862000', '154051.865000', '154051.868000', '154051.870000', '154051.873000', '154051.876000', '154051.878000', '154051.881000', '154051.884000', '154051.886000', '154051.889000', '154051.892000', '154051.894000', '154051.897000', '154051.900000', '154051.902000', '154051.905000', '154051.908000', '154051.910000', '154051.913000', '154111.799000', '154111.801000', '154111.804000', '154111.807000', '154111.810000', '154111.812000', '154111.815000', '154111.818000', '154111.820000', '154111.823000', '154111.826000', '154111.828000', '154111.831000', '154111.834000', '154111.836000', '154111.839000', '154111.842000', '154111.844000', '154111.847000', '154111.850000', '154111.852000', '154111.855000', '154111.857000', '154111.860000', '154111.863000', '154111.865000', '154111.868000', '154111.871000', '154111.873000', '154111.876000', '154111.879000', '154111.881000', '154111.884000', '154111.887000', '154111.889000', '154111.892000', '154111.895000', '154111.897000', '154111.900000', '154111.903000', '154111.905000', '154111.908000', '154111.911000', '154111.913000', '154131.798000', '154131.800000', '154131.803000', '154131.806000', '154131.808000', '154131.811000', '154131.814000', '154131.816000', '154131.819000', '154131.822000', '154131.824000', '154131.827000', '154131.829000', '154131.832000', '154131.835000', '154131.837000', '154131.840000', '154131.843000', '154131.846000', '154131.848000', '154131.853000', '154131.855000', '154131.858000', '154131.887000', '154131.890000', '154131.893000', '154131.896000', '154131.898000', '154131.901000', '154131.904000', '154131.906000', '154131.909000', '154131.912000', '154131.914000', '154131.917000', '154131.920000', '154131.922000', '154131.925000', '154131.930000', '154131.932000', '154131.935000', '154131.938000', '154131.940000', '154138.296000', '154138.299000', '154138.302000', '154138.305000', '154138.307000', '154138.310000', '154138.312000', '154138.315000', '154138.318000', '154138.320000', '154138.323000', '154138.326000', '154138.328000', '154138.331000', '154138.333000'], 'InstanceCreationTime': ['153511.838000', '153511.843000', '153511.846000', '153511.855000', '153511.857000', '153511.864000', '153511.867000', '153511.870000', '153511.872000', '153511.875000', '153511.877000', '153511.880000', '153511.883000', '153511.885000', '153511.888000', '153511.891000', '153511.893000', '153511.904000', '153511.906000', '153511.909000', '153511.912000', '153511.914000', '153511.917000', '153511.919000', '153511.922000', '153511.924000', '153511.927000', '153511.931000', '153511.934000', '153511.937000', '153511.939000', '153531.797000', '153531.800000', '153531.803000', '153531.806000', '153531.809000', '153531.812000', '153531.814000', '153531.817000', '153531.820000', '153531.844000', '153531.854000', '153531.857000', '153531.863000', '153531.866000', '153531.868000', '153531.871000', '153531.873000', '153531.876000', '153531.878000', '153531.881000', '153531.884000', '153531.886000', '153531.889000', '153531.891000', '153531.894000', '153531.897000', '153531.899000', '153531.902000', '153531.905000', '153531.907000', '153531.910000', '153531.913000', '153531.915000', '153531.918000', '153531.920000', '153531.923000', '153531.926000', '153531.928000', '153531.931000', '153531.933000', '153531.936000', '153531.939000', '153531.941000', '153531.944000', '153551.799000', '153551.802000', '153551.804000', '153551.807000', '153551.809000', '153551.812000', '153551.815000', '153551.817000', '153551.820000', '153551.823000', '153551.825000', '153551.828000', '153551.839000', '153551.841000', '153551.844000', '153551.847000', '153551.849000', '153551.852000', '153551.854000', '153551.857000', '153551.859000', '153551.862000', '153551.865000', '153551.867000', '153551.870000', '153551.873000', '153551.875000', '153551.878000', '153551.880000', '153551.883000', '153551.886000', '153551.889000', '153551.891000', '153551.894000', '153551.897000', '153551.900000', '153551.903000', '153551.905000', '153551.908000', '153551.911000', '153551.913000', '153551.916000', '153551.918000', '153611.798000', '153611.801000', '153611.805000', '153611.807000', '153611.810000', '153611.812000', '153611.815000', '153611.818000', '153611.820000', '153611.823000', '153611.826000', '153611.828000', '153611.831000', '153611.833000', '153611.836000', '153611.839000', '153611.841000', '153611.844000', '153611.847000', '153611.849000', '153611.852000', '153611.854000', '153611.857000', '153611.860000', '153611.862000', '153611.865000', '153611.868000', '153611.870000', '153611.873000', '153611.875000', '153611.878000', '153611.881000', '153611.883000', '153611.886000', '153611.889000', '153611.891000', '153611.894000', '153611.897000', '153611.899000', '153611.902000', '153611.905000', '153611.907000', '153611.910000', '153611.913000', '153631.798000', '153631.801000', '153631.804000', '153631.807000', '153631.809000', '153631.812000', '153631.814000', '153631.817000', '153631.820000', '153631.823000', '153631.825000', '153631.828000', '153631.831000', '153631.833000', '153631.836000', '153631.838000', '153631.841000', '153631.844000', '153631.853000', '153631.856000', '153631.859000', '153631.861000', '153631.864000', '153631.867000', '153631.869000', '153631.872000', '153631.875000', '153631.877000', '153631.880000', '153631.883000', '153631.885000', '153631.888000', '153631.891000', '153631.893000', '153631.896000', '153631.898000', '153631.901000', '153631.904000', '153631.906000', '153631.909000', '153631.912000', '153631.914000', '153631.917000', '153651.797000', '153651.806000', '153651.808000', '153651.811000', '153651.814000', '153651.816000', '153651.819000', '153651.822000', '153651.824000', '153651.827000', '153651.830000', '153651.832000', '153651.835000', '153651.837000', '153651.840000', '153651.843000', '153651.845000', '153651.848000', '153651.850000', '153651.853000', '153651.856000', '153651.858000', '153651.861000', '153651.863000', '153651.866000', '153651.869000', '153651.871000', '153651.874000', '153651.877000', '153651.879000', '153651.882000', '153651.885000', '153651.887000', '153651.890000', '153651.893000', '153651.895000', '153651.898000', '153651.901000', '153651.903000', '153651.906000', '153651.908000', '153651.911000', '153651.914000', '153651.916000', '153711.797000', '153711.800000', '153711.803000', '153711.806000', '153711.808000', '153711.811000', '153711.814000', '153711.816000', '153711.819000', '153711.822000', '153711.824000', '153711.827000', '153711.830000', '153711.832000', '153711.835000', '153711.837000', '153711.840000', '153711.843000', '153711.845000', '153711.858000', '153711.861000', '153711.863000', '153711.866000', '153711.868000', '153711.871000', '153711.874000', '153711.876000', '153711.879000', '153711.882000', '153711.884000', '153711.887000', '153711.890000', '153711.892000', '153711.895000', '153711.898000', '153711.901000', '153711.903000', '153711.906000', '153711.909000', '153711.911000', '153711.914000', '153711.916000', '153711.919000', '153731.797000', '153731.800000', '153731.803000', '153731.805000', '153731.808000', '153731.811000', '153731.814000', '153731.816000', '153731.819000', '153731.822000', '153731.824000', '153731.827000', '153731.830000', '153731.832000', '153731.835000', '153731.838000', '153731.840000', '153731.843000', '153731.846000', '153731.848000', '153731.851000', '153731.854000', '153731.856000', '153731.859000', '153731.862000', '153731.864000', '153731.867000', '153731.869000', '153731.872000', '153731.875000', '153731.877000', '153731.880000', '153731.883000', '153731.885000', '153731.888000', '153731.891000', '153731.893000', '153731.896000', '153731.899000', '153731.902000', '153731.904000', '153731.907000', '153731.909000', '153731.912000', '153751.798000', '153751.800000', '153751.803000', '153751.806000', '153751.809000', '153751.811000', '153751.814000', '153751.817000', '153751.819000', '153751.822000', '153751.824000', '153751.827000', '153751.830000', '153751.832000', '153751.835000', '153751.838000', '153751.840000', '153751.843000', '153751.846000', '153751.848000', '153751.851000', '153751.853000', '153751.857000', '153751.859000', '153751.862000', '153751.864000', '153751.867000', '153751.870000', '153751.872000', '153751.875000', '153751.877000', '153751.880000', '153751.883000', '153751.885000', '153751.888000', '153751.891000', '153751.893000', '153751.896000', '153751.899000', '153751.901000', '153751.904000', '153751.907000', '153751.909000', '153811.798000', '153811.801000', '153811.804000', '153811.816000', '153811.818000', '153811.821000', '153811.824000', '153811.826000', '153811.829000', '153811.832000', '153811.834000', '153811.837000', '153811.839000', '153811.842000', '153811.845000', '153811.847000', '153811.850000', '153811.853000', '153811.855000', '153811.858000', '153811.861000', '153811.863000', '153811.866000', '153811.868000', '153811.871000', '153811.874000', '153811.876000', '153811.879000', '153811.882000', '153811.884000', '153811.887000', '153811.890000', '153811.892000', '153811.895000', '153811.898000', '153811.900000', '153811.903000', '153811.906000', '153811.908000', '153811.911000', '153811.914000', '153811.916000', '153811.919000', '153811.922000', '153831.799000', '153831.802000', '153831.805000', '153831.807000', '153831.810000', '153831.813000', '153831.815000', '153831.818000', '153831.820000', '153831.823000', '153831.826000', '153831.828000', '153831.831000', '153831.833000', '153831.836000', '153831.839000', '153831.841000', '153831.844000', '153831.847000', '153831.849000', '153831.852000', '153831.855000', '153831.857000', '153831.860000', '153831.863000', '153831.865000', '153831.868000', '153831.870000', '153831.873000', '153831.876000', '153831.878000', '153831.881000', '153831.884000', '153831.886000', '153831.889000', '153831.892000', '153831.894000', '153831.897000', '153831.900000', '153831.902000', '153831.905000', '153831.908000', '153831.910000', '153851.798000', '153851.835000', '153851.838000', '153851.841000', '153851.843000', '153851.846000', '153851.849000', '153851.851000', '153851.854000', '153851.857000', '153851.859000', '153851.864000', '153851.867000', '153851.870000', '153851.873000', '153851.875000', '153851.878000', '153851.881000', '153851.883000', '153851.886000', '153851.889000', '153851.891000', '153851.894000', '153851.897000', '153851.899000', '153851.902000', '153851.905000', '153851.907000', '153851.910000', '153851.912000', '153851.915000', '153851.918000', '153851.920000', '153851.923000', '153851.926000', '153851.928000', '153851.931000', '153851.934000', '153851.936000', '153851.939000', '153851.941000', '153851.944000', '153851.947000', '153911.798000', '153911.801000', '153911.803000', '153911.806000', '153911.808000', '153911.811000', '153911.814000', '153911.816000', '153911.819000', '153911.822000', '153911.824000', '153911.827000', '153911.830000', '153911.832000', '153911.835000', '153911.838000', '153911.840000', '153911.843000', '153911.846000', '153911.848000', '153911.851000', '153911.853000', '153911.856000', '153911.859000', '153911.861000', '153911.864000', '153911.867000', '153911.869000', '153911.872000', '153911.875000', '153911.877000', '153911.880000', '153911.882000', '153911.885000', '153911.888000', '153911.890000', '153911.893000', '153911.896000', '153911.898000', '153911.901000', '153911.903000', '153911.906000', '153911.909000', '153911.911000', '153931.797000', '153931.800000', '153931.803000', '153931.806000', '153931.808000', '153931.811000', '153931.814000', '153931.816000', '153931.819000', '153931.822000', '153931.824000', '153931.827000', '153931.829000', '153931.832000', '153931.835000', '153931.838000', '153931.840000', '153931.843000', '153931.846000', '153931.848000', '153931.851000', '153931.854000', '153931.857000', '153931.859000', '153931.862000', '153931.864000', '153931.867000', '153931.870000', '153931.872000', '153931.875000', '153931.878000', '153931.880000', '153931.883000', '153931.886000', '153931.888000', '153931.891000', '153931.893000', '153931.896000', '153931.899000', '153931.901000', '153931.904000', '153931.907000', '153931.909000', '153931.912000', '153951.798000', '153951.801000', '153951.803000', '153951.806000', '153951.809000', '153951.811000', '153951.814000', '153951.817000', '153951.819000', '153951.822000', '153951.824000', '153951.827000', '153951.830000', '153951.833000', '153951.835000', '153951.838000', '153951.840000', '153951.843000', '153951.846000', '153951.848000', '153951.851000', '153951.854000', '153951.856000', '153951.859000', '153951.862000', '153951.864000', '153951.867000', '153951.870000', '153951.872000', '153951.875000', '153951.877000', '153951.880000', '153951.883000', '153951.885000', '153951.888000', '153951.891000', '153951.893000', '153951.896000', '153951.899000', '153951.901000', '153951.904000', '153951.907000', '153951.909000', '154011.798000', '154011.801000', '154011.804000', '154011.807000', '154011.809000', '154011.813000', '154011.815000', '154011.818000', '154011.821000', '154011.823000', '154011.826000', '154011.828000', '154011.842000', '154011.844000', '154011.847000', '154011.851000', '154011.854000', '154011.856000', '154011.859000', '154011.862000', '154011.864000', '154011.867000', '154011.869000', '154011.872000', '154011.875000', '154011.877000', '154011.880000', '154011.883000', '154011.886000', '154011.888000', '154011.891000', '154011.893000', '154011.896000', '154011.899000', '154011.901000', '154011.904000', '154011.907000', '154011.910000', '154011.912000', '154011.915000', '154011.918000', '154011.920000', '154011.923000', '154031.799000', '154031.802000', '154031.804000', '154031.807000', '154031.810000', '154031.813000', '154031.815000', '154031.818000', '154031.821000', '154031.824000', '154031.826000', '154031.829000', '154031.832000', '154031.835000', '154031.837000', '154031.840000', '154031.843000', '154031.845000', '154031.848000', '154031.851000', '154031.853000', '154031.856000', '154031.858000', '154031.861000', '154031.864000', '154031.867000', '154031.869000', '154031.872000', '154031.875000', '154031.877000', '154031.880000', '154031.884000', '154031.887000', '154031.890000', '154031.902000', '154031.905000', '154031.908000', '154031.910000', '154031.913000', '154031.916000', '154031.918000', '154031.921000', '154031.924000', '154031.926000', '154051.799000', '154051.802000', '154051.805000', '154051.807000', '154051.810000', '154051.813000', '154051.815000', '154051.818000', '154051.820000', '154051.823000', '154051.826000', '154051.829000', '154051.832000', '154051.835000', '154051.837000', '154051.840000', '154051.844000', '154051.847000', '154051.849000', '154051.852000', '154051.854000', '154051.857000', '154051.860000', '154051.862000', '154051.865000', '154051.868000', '154051.870000', '154051.873000', '154051.876000', '154051.878000', '154051.881000', '154051.884000', '154051.886000', '154051.889000', '154051.892000', '154051.894000', '154051.897000', '154051.900000', '154051.902000', '154051.905000', '154051.908000', '154051.910000', '154051.913000', '154111.799000', '154111.801000', '154111.804000', '154111.807000', '154111.810000', '154111.812000', '154111.815000', '154111.818000', '154111.820000', '154111.823000', '154111.826000', '154111.828000', '154111.831000', '154111.834000', '154111.836000', '154111.839000', '154111.842000', '154111.844000', '154111.847000', '154111.850000', '154111.852000', '154111.855000', '154111.857000', '154111.860000', '154111.863000', '154111.865000', '154111.868000', '154111.871000', '154111.873000', '154111.876000', '154111.879000', '154111.881000', '154111.884000', '154111.887000', '154111.889000', '154111.892000', '154111.895000', '154111.897000', '154111.900000', '154111.903000', '154111.905000', '154111.908000', '154111.911000', '154111.913000', '154131.798000', '154131.800000', '154131.803000', '154131.806000', '154131.808000', '154131.811000', '154131.814000', '154131.816000', '154131.819000', '154131.822000', '154131.824000', '154131.827000', '154131.829000', '154131.832000', '154131.835000', '154131.837000', '154131.840000', '154131.843000', '154131.846000', '154131.848000', '154131.853000', '154131.855000', '154131.858000', '154131.887000', '154131.890000', '154131.893000', '154131.896000', '154131.898000', '154131.901000', '154131.904000', '154131.906000', '154131.909000', '154131.912000', '154131.914000', '154131.917000', '154131.920000', '154131.922000', '154131.925000', '154131.930000', '154131.932000', '154131.935000', '154131.938000', '154131.940000', '154138.296000', '154138.299000', '154138.302000', '154138.305000', '154138.307000', '154138.310000', '154138.312000', '154138.315000', '154138.318000', '154138.320000', '154138.323000', '154138.326000', '154138.328000', '154138.331000', '154138.333000'], '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': [14408, 10370, 12896, 10339, 12932, 9848, 14162, 9649, 13761, 9731, 13173, 15583, 13342, 16387, 11381, 16726, 10651, 16046, 10558, 13095, 9568, 11810, 9964, 13703, 10453, 13476, 9890, 12369, 10104, 13029, 10154, 14006, 9971, 13008, 9583, 13140, 16064, 12544, 18992, 11690, 20294, 10278, 14078, 11217, 13074, 10150, 12518, 11147, 11571, 9550, 10998, 9364, 10646, 11653, 10176, 14719, 10844, 16004, 10215, 12502, 10302, 12375, 10791, 13835, 10101, 12837, 10543, 12871, 12478, 13656, 11469, 11766, 16336, 11251, 18895, 12158, 14824, 10358, 12125, 10330, 12974, 10152, 13529, 9541, 12913, 9464, 12823, 16972, 12515, 15336, 10870, 18121, 10063, 13794, 11354, 13831, 11558, 14056, 10302, 12669, 11243, 12408, 9728, 11141, 11179, 10021, 12429, 9973, 13183, 10864, 13111, 9942, 12537, 9489, 12642, 11119, 12164, 9941, 10943, 19005, 11317, 14287, 10106, 12806, 9803, 12412, 9159, 12230, 11051, 12359, 9528, 12317, 16077, 10728, 13858, 10004, 14809, 10384, 13502, 11208, 13218, 9869, 12207, 9631, 12383, 9726, 13390, 10765, 12383, 9399, 12348, 18742, 12278, 18287, 11529, 17459, 10263, 14559, 11037, 13689, 11064, 14434, 10279, 12682, 10355, 12712, 9700, 14493, 10547, 12897, 12359, 12167, 21014, 11811, 17270, 10055, 13645, 10437, 13072, 10785, 12782, 9981, 12196, 10878, 12225, 9509, 11804, 9686, 11321, 10268, 11271, 14949, 10676, 15409, 9912, 14215, 10258, 12772, 10939, 12985, 9933, 12041, 10184, 12509, 11492, 12956, 19059, 10770, 15380, 11586, 15041, 10918, 14739, 10692, 12792, 11330, 12502, 10084, 12191, 9887, 12165, 9616, 12396, 9537, 12248, 17115, 11971, 20770, 12570, 15561, 11430, 14087, 11548, 13757, 10198, 13589, 10684, 12067, 12299, 11159, 12767, 9732, 13423, 10314, 13219, 10573, 13189, 9362, 12106, 9930, 11980, 12956, 10607, 14399, 9617, 13954, 10526, 12581, 10712, 13081, 11061, 12978, 13154, 12116, 12455, 10511, 14694, 10969, 14102, 11741, 14405, 10558, 12687, 10710, 12353, 10840, 12275, 9729, 11096, 14535, 11013, 13106, 9983, 13949, 10553, 13070, 10742, 12671, 9843, 11997, 9251, 12308, 9059, 13465, 10594, 12736, 14514, 12753, 18161, 11036, 16318, 11867, 14987, 12162, 14548, 11650, 12653, 10441, 12844, 9388, 12064, 13948, 10351, 13513, 10471, 13105, 10465, 13038, 10835, 12072, 10463, 13045, 9943, 11634, 10029, 11175, 14955, 10882, 17978, 11323, 15506, 11667, 13061, 9736, 12227, 9315, 12045, 10535, 11242, 15790, 9983, 12189, 10725, 11830, 9665, 11498, 9083, 11220, 9499, 12699, 10145, 12259, 13328, 11634, 14921, 10996, 14653, 10753, 12558, 10884, 12897, 10125, 11935, 9624, 11784, 9464, 12803, 10036, 12658, 14978, 11962, 14993, 10945, 18400, 11078, 14815, 11903, 14721, 10215, 12361, 10621, 11765, 10325, 12669, 10263, 11891, 9437, 11822, 10345, 13609, 10396, 12367, 13859, 11789, 16546, 11610, 16085, 12113, 15224, 11352, 14272, 11347, 12398, 9744, 12135, 9823, 11549, 12311, 10723, 18829, 11601, 14459, 10190, 12285, 10217, 11878, 10689, 12822, 9897, 12031, 9096, 13015, 10240, 15994, 10574, 12829, 9016, 12393, 10677, 12395, 10045, 11520, 18690, 11033, 16658, 10494, 14080, 10920, 13466, 10661, 14568, 10526, 13273, 13737, 13469, 15922, 12522, 14039, 10399, 11787, 10269, 11876, 10604, 14981, 9957, 13338, 10498, 12174, 9385, 12641, 15167, 12123, 15692, 12235, 14556, 10274, 12745, 10442, 11147, 12522, 9630, 12400, 10317, 12421, 10021, 12802, 9943, 11877, 16445, 10816, 15035, 10463, 13902, 10607, 13187, 10079, 13941, 10466, 12143, 10610, 10244, 14250, 11492, 16887, 10913, 17470, 11120, 17848, 10599, 13852, 11074, 13747, 11523, 14512, 9966, 11950, 9808, 12020, 9617, 11736, 10472, 11362, 12188, 10841, 19332, 11689, 16815, 10474, 13807, 10307, 12567, 10267, 11723, 9031, 12097, 9713, 11799, 12189, 10827, 13333, 10828, 14461, 10759, 15347, 12086, 14667, 10633, 13272, 10516, 12329, 10165, 12389, 9151, 11999, 10273, 12025, 9374, 12242, 9739, 11652, 17974, 11525, 17134, 10421, 14634, 10836, 13987, 10924, 13838, 10273, 12410, 9719, 12182, 13039, 11550, 20417, 10113, 14647, 11232, 12916, 11535, 13960, 9877, 12645, 9708, 12364, 10691, 11993, 13470, 10792, 18723, 11497, 14561, 10122, 12789, 10525, 12390, 9461, 13683, 10428, 12185, 10906, 11569, 12706, 11357, 20034, 9943, 13546, 10764, 12168, 9705, 11838, 9048, 11707, 9191, 11351, 9389, 10747, 11541, 10329, 14304, 11173, 14108, 10490, 13701, 10038, 13191, 9688, 13642, 10143, 11908, 12278, 10890, 12194, 11009, 17382, 10528, 14177, 11267, 13115, 9365, 12632, 9499, 12125, 20586, 10864, 14475, 10197, 12417, 10191, 11889, 9162, 11993, 10991, 11718, 9582, 11547, 9408, 11376, 10967, 10239, 16325, 11145, 14837, 10865, 13828, 10632, 13906, 11380, 12901, 21258, 10915, 14485, 10539, 12617, 10589, 11673, 18122, 10087, 13528, 10857, 12792, 10770, 11289, 13080, 10208, 12438, 10620, 12257, 10629, 11569, 13003, 10122, 14668, 9784, 12341, 9874, 12019, 9884, 11251, 13012, 9770, 12302, 10178, 11917, 9274, 11763, 9237, 10514, 15719, 10988, 12731, 10023, 11979, 10294, 12041, 14212, 12189, 20824, 10662, 14187, 10978, 12666, 11561, 12189, 13900, 10435, 13220, 10987, 13150, 10422, 11915, 9373, 11707, 20171, 11599, 14856, 10539, 13137, 10311, 12463, 20615, 11282, 14714, 10573, 12835, 9694, 12351, 11153, 11928, 16460, 10253, 13799, 11254, 13157, 10882, 12479, 9698, 11381, 10730, 11909, 9916, 12288, 18780, 9967, 14563, 11508, 13798, 9793, 12877, 12222, 11664, 18608, 11666, 13986, 10437, 12435, 10370, 12047, 12689, 10816, 16555, 10075, 12834, 10404, 12030, 9322, 12026, 9427, 11678, 13556, 10460, 15417, 9755, 12485, 10189, 12763, 9505, 13850, 15035, 12323, 20705, 11791, 18781, 10605, 13622, 11190, 13299, 9934, 13829, 11010, 12294, 10768, 11894, 10330, 11496, 16285, 10296, 16224, 11158, 13279, 10156, 12449, 10061, 12198, 9341, 12444, 10334, 11422, 14532, 10862, 14205, 11515, 14671, 10248, 12240, 9686, 11972, 10820, 11857, 11310, 10475, 14880, 10719, 12670, 10081, 12031, 9802, 11225, 9442, 11497, 9490, 11671, 11889, 11109, 10501, 11055, 11651, 10509, 15320, 11449, 16985, 10257, 13042, 11304, 13541, 11252, 14513, 10250, 13174, 10962, 12694, 13605, 11333, 14367, 11147, 14029, 11549, 14281, 10274, 12085, 9549], 'WindowCenter': [4829.0, 4774.0, 4778.0, 4744.0, 4750.0, 4723.0, 4757.0, 4697.0, 4734.0, 4692.0, 4733.0, 4742.0, 4733.0, 4739.0, 4713.0, 4740.0, 4702.0, 4740.0, 4702.0, 4721.0, 4693.0, 4711.0, 4704.0, 4732.0, 4714.0, 4731.0, 4694.0, 4710.0, 4704.0, 4724.0, 4704.0, 4733.0, 4693.0, 4720.0, 4680.0, 4720.0, 4741.0, 4710.0, 4749.0, 4708.0, 4750.0, 4690.0, 4720.0, 4713.0, 4709.0, 4692.0, 4710.0, 4701.0, 4711.0, 4681.0, 4703.0, 4684.0, 4704.0, 4711.0, 4705.0, 4732.0, 4701.0, 4739.0, 4702.0, 4721.0, 4692.0, 4735.0, 4716.0, 4732.0, 4701.0, 4722.0, 4702.0, 4734.0, 4723.0, 4734.0, 4712.0, 4711.0, 4727.0, 4713.0, 4762.0, 4723.0, 4731.0, 4692.0, 4708.0, 4703.0, 4721.0, 4693.0, 4731.0, 4692.0, 4722.0, 4681.0, 4718.0, 4752.0, 4711.0, 4731.0, 4701.0, 4750.0, 4692.0, 4720.0, 4714.0, 4732.0, 4689.0, 4730.0, 4691.0, 4710.0, 4701.0, 4709.0, 4683.0, 4701.0, 4701.0, 4691.0, 4710.0, 4695.0, 4720.0, 4702.0, 4721.0, 4681.0, 4710.0, 4694.0, 4721.0, 4702.0, 4712.0, 4682.0, 4703.0, 4752.0, 4704.0, 4731.0, 4692.0, 4711.0, 4691.0, 4723.0, 4683.0, 4711.0, 4703.0, 4721.0, 4683.0, 4727.0, 4743.0, 4704.0, 4722.0, 4693.0, 4731.0, 4692.0, 4733.0, 4713.0, 4720.0, 4695.0, 4722.0, 4694.0, 4725.0, 4694.0, 4733.0, 4702.0, 4722.0, 4682.0, 4725.0, 4763.0, 4725.0, 4752.0, 4713.0, 4726.0, 4691.0, 4717.0, 4703.0, 4734.0, 4714.0, 4719.0, 4693.0, 4720.0, 4702.0, 4725.0, 4694.0, 4732.0, 4693.0, 4722.0, 4711.0, 4713.0, 4749.0, 4702.0, 4739.0, 4679.0, 4720.0, 4703.0, 4723.0, 4691.0, 4711.0, 4681.0, 4710.0, 4690.0, 4713.0, 4684.0, 4713.0, 4682.0, 4703.0, 4691.0, 4714.0, 4731.0, 4705.0, 4729.0, 4693.0, 4720.0, 4694.0, 4722.0, 4705.0, 4723.0, 4694.0, 4713.0, 4705.0, 4725.0, 4701.0, 4724.0, 4751.0, 4703.0, 4743.0, 4713.0, 4731.0, 4701.0, 4731.0, 4704.0, 4723.0, 4715.0, 4723.0, 4692.0, 4712.0, 4692.0, 4724.0, 4693.0, 4723.0, 4694.0, 4712.0, 4754.0, 4712.0, 4763.0, 4712.0, 4730.0, 4702.0, 4721.0, 4714.0, 4721.0, 4692.0, 4719.0, 4689.0, 4709.0, 4712.0, 4701.0, 4708.0, 4680.0, 4721.0, 4694.0, 4722.0, 4702.0, 4720.0, 4670.0, 4711.0, 4690.0, 4712.0, 4720.0, 4689.0, 4731.0, 4683.0, 4734.0, 4703.0, 4721.0, 4704.0, 4719.0, 4690.0, 4723.0, 4721.0, 4713.0, 4709.0, 4691.0, 4730.0, 4704.0, 4721.0, 4712.0, 4720.0, 4692.0, 4709.0, 4703.0, 4711.0, 4692.0, 4712.0, 4681.0, 4703.0, 4731.0, 4704.0, 4721.0, 4693.0, 4720.0, 4704.0, 4722.0, 4705.0, 4722.0, 4695.0, 4712.0, 4697.0, 4723.0, 4685.0, 4724.0, 4702.0, 4725.0, 4734.0, 4725.0, 4752.0, 4703.0, 4741.0, 4714.0, 4731.0, 4700.0, 4718.0, 4700.0, 4710.0, 4693.0, 4722.0, 4681.0, 4712.0, 4720.0, 4690.0, 4731.0, 4703.0, 4721.0, 4704.0, 4734.0, 4729.0, 4721.0, 4693.0, 4723.0, 4691.0, 4685.0, 4690.0, 4712.0, 4733.0, 4731.0, 4754.0, 4712.0, 4732.0, 4714.0, 4721.0, 4681.0, 4710.0, 4684.0, 4713.0, 4690.0, 4703.0, 4730.0, 4692.0, 4722.0, 4703.0, 4711.0, 4694.0, 4713.0, 4685.0, 4714.0, 4683.0, 4711.0, 4691.0, 4712.0, 4721.0, 4712.0, 4729.0, 4702.0, 4730.0, 4704.0, 4722.0, 4704.0, 4719.0, 4704.0, 4712.0, 4692.0, 4715.0, 4692.0, 4722.0, 4691.0, 4712.0, 4732.0, 4713.0, 4732.0, 4703.0, 4751.0, 4713.0, 4720.0, 4713.0, 4730.0, 4693.0, 4721.0, 4716.0, 4724.0, 4705.0, 4723.0, 4704.0, 4711.0, 4684.0, 4725.0, 4704.0, 4732.0, 4693.0, 4723.0, 4735.0, 4714.0, 4743.0, 4713.0, 4741.0, 4714.0, 4728.0, 4702.0, 4720.0, 4698.0, 4712.0, 4681.0, 4712.0, 4691.0, 4702.0, 4709.0, 4702.0, 4752.0, 4703.0, 4720.0, 4692.0, 4710.0, 4694.0, 4712.0, 4704.0, 4722.0, 4692.0, 4712.0, 4685.0, 4735.0, 4706.0, 4744.0, 4705.0, 4722.0, 4683.0, 4707.0, 4692.0, 4723.0, 4692.0, 4713.0, 4763.0, 4705.0, 4741.0, 4704.0, 4731.0, 4702.0, 4721.0, 4690.0, 4731.0, 4691.0, 4721.0, 4732.0, 4723.0, 4730.0, 4711.0, 4703.0, 4691.0, 4711.0, 4703.0, 4713.0, 4704.0, 4732.0, 4692.0, 4734.0, 4704.0, 4712.0, 4684.0, 4711.0, 4744.0, 4723.0, 4742.0, 4712.0, 4731.0, 4691.0, 4723.0, 4702.0, 4702.0, 4711.0, 4681.0, 4720.0, 4706.0, 4721.0, 4693.0, 4723.0, 4691.0, 4724.0, 4753.0, 4704.0, 4732.0, 4703.0, 4721.0, 4703.0, 4723.0, 4693.0, 4731.0, 4691.0, 4712.0, 4690.0, 4692.0, 4733.0, 4702.0, 4752.0, 4715.0, 4752.0, 4703.0, 4738.0, 4693.0, 4722.0, 4715.0, 4722.0, 4703.0, 4721.0, 4680.0, 4699.0, 4679.0, 4710.0, 4694.0, 4713.0, 4692.0, 4711.0, 4710.0, 4702.0, 4764.0, 4712.0, 4741.0, 4702.0, 4721.0, 4690.0, 4721.0, 4705.0, 4713.0, 4682.0, 4711.0, 4683.0, 4725.0, 4724.0, 4705.0, 4732.0, 4689.0, 4732.0, 4714.0, 4742.0, 4723.0, 4730.0, 4692.0, 4719.0, 4705.0, 4712.0, 4694.0, 4711.0, 4682.0, 4710.0, 4705.0, 4723.0, 4693.0, 4721.0, 4693.0, 4714.0, 4754.0, 4714.0, 4742.0, 4703.0, 4730.0, 4703.0, 4734.0, 4702.0, 4721.0, 4691.0, 4711.0, 4693.0, 4723.0, 4720.0, 4711.0, 4750.0, 4690.0, 4731.0, 4712.0, 4710.0, 4712.0, 4720.0, 4682.0, 4721.0, 4693.0, 4712.0, 4691.0, 4711.0, 4718.0, 4703.0, 4751.0, 4700.0, 4730.0, 4679.0, 4719.0, 4703.0, 4720.0, 4683.0, 4719.0, 4678.0, 4710.0, 4701.0, 4701.0, 4711.0, 4701.0, 4749.0, 4691.0, 4732.0, 4701.0, 4711.0, 4692.0, 4709.0, 4682.0, 4712.0, 4683.0, 4702.0, 4679.0, 4701.0, 4711.0, 4705.0, 4732.0, 4713.0, 4730.0, 4702.0, 4720.0, 4694.0, 4721.0, 4694.0, 4731.0, 4691.0, 4712.0, 4722.0, 4702.0, 4710.0, 4701.0, 4737.0, 4690.0, 4731.0, 4712.0, 4720.0, 4682.0, 4710.0, 4681.0, 4723.0, 4761.0, 4702.0, 4720.0, 4691.0, 4710.0, 4703.0, 4712.0, 4682.0, 4709.0, 4701.0, 4710.0, 4694.0, 4713.0, 4682.0, 4713.0, 4701.0, 4703.0, 4754.0, 4715.0, 4730.0, 4703.0, 4721.0, 4703.0, 4733.0, 4702.0, 4722.0, 4749.0, 4690.0, 4718.0, 4692.0, 4710.0, 4677.0, 4700.0, 4738.0, 4690.0, 4720.0, 4689.0, 4708.0, 4689.0, 4701.0, 4720.0, 4692.0, 4709.0, 4691.0, 4696.0, 4677.0, 4712.0, 4710.0, 4691.0, 4719.0, 4681.0, 4709.0, 4692.0, 4710.0, 4680.0, 4701.0, 4709.0, 4690.0, 4712.0, 4702.0, 4714.0, 4684.0, 4724.0, 4694.0, 4703.0, 4742.0, 4703.0, 4708.0, 4694.0, 4698.0, 4704.0, 4710.0, 4731.0, 4711.0, 4750.0, 4691.0, 4732.0, 4703.0, 4722.0, 4700.0, 4713.0, 4719.0, 4704.0, 4721.0, 4702.0, 4720.0, 4701.0, 4710.0, 4695.0, 4725.0, 4750.0, 4712.0, 4729.0, 4689.0, 4707.0, 4677.0, 4713.0, 4762.0, 4702.0, 4719.0, 4691.0, 4709.0, 4680.0, 4723.0, 4701.0, 4712.0, 4728.0, 4691.0, 4718.0, 4712.0, 4720.0, 4701.0, 4710.0, 4681.0, 4710.0, 4715.0, 4724.0, 4692.0, 4723.0, 4751.0, 4693.0, 4742.0, 4713.0, 4733.0, 4693.0, 4710.0, 4710.0, 4712.0, 4752.0, 4702.0, 4719.0, 4692.0, 4710.0, 4694.0, 4713.0, 4721.0, 4702.0, 4740.0, 4692.0, 4721.0, 4702.0, 4711.0, 4681.0, 4711.0, 4681.0, 4712.0, 4722.0, 4702.0, 4731.0, 4683.0, 4724.0, 4705.0, 4722.0, 4683.0, 4721.0, 4730.0, 4723.0, 4761.0, 4702.0, 4740.0, 4690.0, 4719.0, 4702.0, 4721.0, 4682.0, 4706.0, 4690.0, 4710.0, 4703.0, 4711.0, 4692.0, 4712.0, 4740.0, 4691.0, 4740.0, 4702.0, 4709.0, 4690.0, 4710.0, 4692.0, 4712.0, 4682.0, 4709.0, 4678.0, 4701.0, 4720.0, 4702.0, 4717.0, 4699.0, 4704.0, 4680.0, 4700.0, 4683.0, 4700.0, 4689.0, 4701.0, 4689.0, 4691.0, 4729.0, 4703.0, 4709.0, 4690.0, 4709.0, 4692.0, 4702.0, 4681.0, 4702.0, 4668.0, 4714.0, 4712.0, 4701.0, 4692.0, 4702.0, 4710.0, 4703.0, 4742.0, 4715.0, 4740.0, 4692.0, 4722.0, 4714.0, 4722.0, 4703.0, 4720.0, 4692.0, 4722.0, 4678.0, 4711.0, 4720.0, 4702.0, 4730.0, 4701.0, 4721.0, 4701.0, 4719.0, 4690.0, 4712.0, 4680.0], 'WindowWidth': [10530.0, 10441.0, 10432.0, 10375.0, 10376.0, 10341.0, 10378.0, 10291.0, 10338.0, 10277.0, 10333.0, 10346.0, 10334.0, 10337.0, 10304.0, 10340.0, 10290.0, 10342.0, 10290.0, 10313.0, 10278.0, 10300.0, 10295.0, 10332.0, 10312.0, 10329.0, 10282.0, 10295.0, 10295.0, 10321.0, 10297.0, 10331.0, 10277.0, 10311.0, 10256.0, 10311.0, 10342.0, 10296.0, 10350.0, 10293.0, 10352.0, 10269.0, 10308.0, 10305.0, 10291.0, 10274.0, 10297.0, 10285.0, 10301.0, 10259.0, 10293.0, 10266.0, 10295.0, 10302.0, 10300.0, 10331.0, 10287.0, 10335.0, 10289.0, 10313.0, 10275.0, 10341.0, 10317.0, 10332.0, 10290.0, 10316.0, 10290.0, 10336.0, 10322.0, 10336.0, 10303.0, 10301.0, 10312.0, 10305.0, 10374.0, 10320.0, 10325.0, 10276.0, 10289.0, 10293.0, 10314.0, 10278.0, 10327.0, 10277.0, 10316.0, 10260.0, 10304.0, 10358.0, 10298.0, 10327.0, 10287.0, 10351.0, 10273.0, 10310.0, 10309.0, 10329.0, 10263.0, 10323.0, 10272.0, 10295.0, 10283.0, 10292.0, 10263.0, 10287.0, 10284.0, 10273.0, 10299.0, 10285.0, 10311.0, 10290.0, 10313.0, 10256.0, 10296.0, 10281.0, 10314.0, 10288.0, 10303.0, 10259.0, 10291.0, 10359.0, 10292.0, 10325.0, 10275.0, 10298.0, 10272.0, 10318.0, 10263.0, 10298.0, 10289.0, 10314.0, 10263.0, 10329.0, 10347.0, 10294.0, 10314.0, 10278.0, 10324.0, 10272.0, 10333.0, 10308.0, 10308.0, 10282.0, 10315.0, 10281.0, 10325.0, 10283.0, 10331.0, 10287.0, 10314.0, 10260.0, 10324.0, 10377.0, 10323.0, 10357.0, 10305.0, 10310.0, 10270.0, 10300.0, 10294.0, 10334.0, 10308.0, 10305.0, 10278.0, 10310.0, 10290.0, 10324.0, 10280.0, 10331.0, 10275.0, 10314.0, 10297.0, 10302.0, 10348.0, 10287.0, 10333.0, 10249.0, 10307.0, 10291.0, 10319.0, 10270.0, 10297.0, 10255.0, 10294.0, 10268.0, 10306.0, 10265.0, 10305.0, 10261.0, 10290.0, 10272.0, 10310.0, 10325.0, 10296.0, 10323.0, 10277.0, 10311.0, 10279.0, 10315.0, 10297.0, 10316.0, 10281.0, 10302.0, 10297.0, 10323.0, 10284.0, 10319.0, 10353.0, 10290.0, 10347.0, 10306.0, 10328.0, 10283.0, 10326.0, 10293.0, 10319.0, 10310.0, 10316.0, 10272.0, 10301.0, 10278.0, 10323.0, 10280.0, 10318.0, 10279.0, 10303.0, 10362.0, 10302.0, 10372.0, 10303.0, 10323.0, 10285.0, 10310.0, 10306.0, 10311.0, 10272.0, 10307.0, 10265.0, 10294.0, 10300.0, 10284.0, 10287.0, 10254.0, 10311.0, 10278.0, 10315.0, 10288.0, 10308.0, 10239.0, 10299.0, 10270.0, 10303.0, 10311.0, 10265.0, 10324.0, 10262.0, 10333.0, 10293.0, 10313.0, 10293.0, 10309.0, 10265.0, 10316.0, 10313.0, 10302.0, 10294.0, 10272.0, 10323.0, 10295.0, 10313.0, 10302.0, 10308.0, 10271.0, 10292.0, 10292.0, 10297.0, 10271.0, 10300.0, 10255.0, 10291.0, 10328.0, 10293.0, 10312.0, 10278.0, 10309.0, 10293.0, 10317.0, 10297.0, 10316.0, 10284.0, 10299.0, 10292.0, 10320.0, 10270.0, 10319.0, 10290.0, 10323.0, 10336.0, 10323.0, 10354.0, 10290.0, 10340.0, 10306.0, 10325.0, 10279.0, 10304.0, 10280.0, 10293.0, 10277.0, 10316.0, 10258.0, 10300.0, 10308.0, 10266.0, 10329.0, 10292.0, 10311.0, 10293.0, 10338.0, 10340.0, 10317.0, 10275.0, 10317.0, 10270.0, 10250.0, 10269.0, 10303.0, 10332.0, 10344.0, 10364.0, 10304.0, 10329.0, 10306.0, 10311.0, 10259.0, 10297.0, 10266.0, 10303.0, 10267.0, 10290.0, 10324.0, 10276.0, 10318.0, 10292.0, 10300.0, 10280.0, 10303.0, 10272.0, 10309.0, 10264.0, 10298.0, 10272.0, 10300.0, 10314.0, 10303.0, 10322.0, 10288.0, 10323.0, 10295.0, 10316.0, 10293.0, 10308.0, 10294.0, 10301.0, 10276.0, 10310.0, 10275.0, 10317.0, 10273.0, 10299.0, 10329.0, 10304.0, 10328.0, 10289.0, 10355.0, 10307.0, 10306.0, 10305.0, 10323.0, 10275.0, 10315.0, 10316.0, 10322.0, 10300.0, 10319.0, 10294.0, 10300.0, 10266.0, 10324.0, 10294.0, 10331.0, 10278.0, 10318.0, 10339.0, 10308.0, 10345.0, 10305.0, 10340.0, 10306.0, 10316.0, 10286.0, 10308.0, 10276.0, 10302.0, 10260.0, 10302.0, 10272.0, 10287.0, 10294.0, 10289.0, 10358.0, 10290.0, 10309.0, 10275.0, 10295.0, 10280.0, 10303.0, 10294.0, 10314.0, 10276.0, 10300.0, 10271.0, 10339.0, 10300.0, 10349.0, 10298.0, 10315.0, 10263.0, 10287.0, 10274.0, 10317.0, 10274.0, 10305.0, 10375.0, 10296.0, 10341.0, 10293.0, 10327.0, 10289.0, 10314.0, 10271.0, 10325.0, 10271.0, 10312.0, 10331.0, 10317.0, 10324.0, 10297.0, 10276.0, 10269.0, 10301.0, 10293.0, 10307.0, 10295.0, 10329.0, 10276.0, 10338.0, 10296.0, 10304.0, 10266.0, 10296.0, 10350.0, 10318.0, 10343.0, 10302.0, 10324.0, 10272.0, 10319.0, 10288.0, 10287.0, 10298.0, 10261.0, 10312.0, 10301.0, 10315.0, 10279.0, 10318.0, 10271.0, 10322.0, 10361.0, 10296.0, 10330.0, 10292.0, 10314.0, 10291.0, 10320.0, 10278.0, 10325.0, 10272.0, 10298.0, 10266.0, 10273.0, 10332.0, 10285.0, 10359.0, 10312.0, 10357.0, 10288.0, 10330.0, 10276.0, 10315.0, 10312.0, 10312.0, 10288.0, 10309.0, 10255.0, 10278.0, 10253.0, 10296.0, 10280.0, 10304.0, 10274.0, 10300.0, 10296.0, 10290.0, 10378.0, 10302.0, 10339.0, 10289.0, 10311.0, 10270.0, 10315.0, 10297.0, 10302.0, 10262.0, 10301.0, 10263.0, 10326.0, 10322.0, 10296.0, 10329.0, 10263.0, 10332.0, 10310.0, 10344.0, 10320.0, 10325.0, 10274.0, 10307.0, 10298.0, 10302.0, 10281.0, 10298.0, 10262.0, 10297.0, 10299.0, 10321.0, 10280.0, 10316.0, 10278.0, 10309.0, 10364.0, 10307.0, 10343.0, 10292.0, 10324.0, 10291.0, 10335.0, 10290.0, 10311.0, 10271.0, 10299.0, 10279.0, 10318.0, 10311.0, 10300.0, 10351.0, 10269.0, 10326.0, 10304.0, 10296.0, 10302.0, 10310.0, 10260.0, 10312.0, 10277.0, 10301.0, 10270.0, 10299.0, 10306.0, 10292.0, 10353.0, 10280.0, 10322.0, 10249.0, 10308.0, 10294.0, 10312.0, 10263.0, 10308.0, 10245.0, 10296.0, 10288.0, 10284.0, 10299.0, 10285.0, 10348.0, 10272.0, 10329.0, 10288.0, 10299.0, 10276.0, 10294.0, 10263.0, 10305.0, 10263.0, 10289.0, 10254.0, 10286.0, 10302.0, 10299.0, 10330.0, 10306.0, 10326.0, 10289.0, 10309.0, 10281.0, 10314.0, 10281.0, 10329.0, 10271.0, 10302.0, 10319.0, 10291.0, 10296.0, 10285.0, 10331.0, 10269.0, 10327.0, 10303.0, 10311.0, 10261.0, 10297.0, 10257.0, 10319.0, 10369.0, 10288.0, 10308.0, 10270.0, 10295.0, 10294.0, 10301.0, 10261.0, 10294.0, 10287.0, 10298.0, 10284.0, 10306.0, 10264.0, 10306.0, 10284.0, 10294.0, 10366.0, 10310.0, 10326.0, 10293.0, 10313.0, 10292.0, 10333.0, 10288.0, 10314.0, 10351.0, 10268.0, 10306.0, 10274.0, 10295.0, 10245.0, 10282.0, 10332.0, 10270.0, 10309.0, 10262.0, 10288.0, 10265.0, 10283.0, 10312.0, 10274.0, 10292.0, 10269.0, 10268.0, 10245.0, 10301.0, 10295.0, 10272.0, 10305.0, 10256.0, 10293.0, 10276.0, 10296.0, 10254.0, 10283.0, 10292.0, 10269.0, 10305.0, 10290.0, 10308.0, 10268.0, 10324.0, 10282.0, 10291.0, 10347.0, 10294.0, 10290.0, 10281.0, 10275.0, 10296.0, 10296.0, 10328.0, 10300.0, 10354.0, 10272.0, 10329.0, 10291.0, 10314.0, 10283.0, 10303.0, 10308.0, 10295.0, 10313.0, 10291.0, 10312.0, 10288.0, 10295.0, 10286.0, 10326.0, 10352.0, 10304.0, 10322.0, 10266.0, 10287.0, 10245.0, 10303.0, 10371.0, 10286.0, 10306.0, 10271.0, 10293.0, 10255.0, 10319.0, 10286.0, 10299.0, 10317.0, 10271.0, 10303.0, 10302.0, 10310.0, 10286.0, 10295.0, 10260.0, 10298.0, 10313.0, 10322.0, 10277.0, 10321.0, 10356.0, 10277.0, 10345.0, 10308.0, 10331.0, 10276.0, 10297.0, 10294.0, 10301.0, 10359.0, 10286.0, 10305.0, 10273.0, 10296.0, 10282.0, 10304.0, 10313.0, 10287.0, 10335.0, 10274.0, 10314.0, 10290.0, 10299.0, 10259.0, 10299.0, 10259.0, 10302.0, 10317.0, 10289.0, 10327.0, 10264.0, 10321.0, 10299.0, 10316.0, 10264.0, 10312.0, 10322.0, 10317.0, 10369.0, 10285.0, 10336.0, 10269.0, 10306.0, 10288.0, 10311.0, 10259.0, 10283.0, 10266.0, 10295.0, 10290.0, 10299.0, 10273.0, 10302.0, 10337.0, 10272.0, 10340.0, 10288.0, 10291.0, 10268.0, 10294.0, 10274.0, 10303.0, 10259.0, 10292.0, 10249.0, 10282.0, 10308.0, 10287.0, 10302.0, 10278.0, 10276.0, 10254.0, 10279.0, 10263.0, 10283.0, 10266.0, 10283.0, 10264.0, 10270.0, 10322.0, 10289.0, 10293.0, 10270.0, 10294.0, 10277.0, 10288.0, 10259.0, 10286.0, 10234.0, 10307.0, 10302.0, 10285.0, 10272.0, 10288.0, 10297.0, 10291.0, 10348.0, 10311.0, 10339.0, 10271.0, 10315.0, 10308.0, 10315.0, 10291.0, 10311.0, 10273.0, 10316.0, 10247.0, 10296.0, 10307.0, 10285.0, 10323.0, 10286.0, 10311.0, 10285.0, 10307.0, 10270.0, 10300.0, 10254.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.0008075173210161661</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01579369884526559</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.43369270282085</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.200120369213873</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9980267402427734</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4709</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6301.5083</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07307538739474824</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8083140877598153</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4538130529693194</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.472538486504634</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5345081213907994</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.354392551012524</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00678322</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01797964610159397</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0251130573451519</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>866</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9605864026217694</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>40.7521</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.5359</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.8747</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300272.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>847.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.1929</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8102</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.2051</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3924.6502</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4133.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76272.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1374.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1043.5255</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.213238639291376</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> |