=== 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-0105 --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-0105",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0105_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0105_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-01/func/sub-0105_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>09dbf7f73bac05ca716e03201b2a02b8</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>19:30:31.732500</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.999247, -0.00475115, 0.0385139, 0.00470886, 0.999988, 0.00118865]</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.126362</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>[4214, -7778, -7261, 213, -166, -118, -44, 54]</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>283.487</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b3c7b1f8-becc-489a-a38c-0f154a9d293e||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.680906057357788, 0.01263353694230318, 0.10400142520666122, 109.97582244873047], [0.012746994383633137, 2.6828951835632324, 0.002717273775488138, -91.49797058105469], [0.1033298522233963, -0.0031890596728771925, 2.6979949474334717, -69.73649597167969], [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': ['193031.732500', '193032.192500', '193032.652500', '193033.112500', '193033.572500', '193034.032500', '193034.492500', '193034.952500', '193035.412500', '193035.872500', '193036.332500', '193036.792500', '193037.252500', '193037.712500', '193038.172500', '193038.632500', '193039.092500', '193039.552500', '193040.012500', '193040.472500', '193040.932500', '193041.392500', '193041.852500', '193042.312500', '193042.772500', '193043.232500', '193043.692500', '193044.152500', '193044.612500', '193045.072500', '193045.532500', '193045.992500', '193046.452500', '193046.912500', '193047.372500', '193047.832500', '193048.292500', '193048.752500', '193049.212500', '193049.672500', '193050.132500', '193050.592500', '193051.052500', '193051.512500', '193051.972500', '193052.432500', '193052.892500', '193053.352500', '193053.812500', '193054.272500', '193054.732500', '193055.192500', '193055.652500', '193056.112500', '193056.572500', '193057.032500', '193057.492500', '193057.952500', '193058.412500', '193058.872500', '193059.332500', '193059.792500', '193100.252500', '193100.712500', '193101.172500', '193101.632500', '193102.092500', '193102.552500', '193103.012500', '193103.472500', '193103.932500', '193104.392500', '193104.852500', '193105.312500', '193105.772500', '193106.232500', '193106.692500', '193107.152500', '193107.612500', '193108.072500', '193108.532500', '193108.992500', '193109.452500', '193109.912500', '193110.372500', '193110.832500', '193111.292500', '193111.752500', '193112.212500', '193112.672500', '193113.132500', '193113.592500', '193114.052500', '193114.512500', '193114.972500', '193115.432500', '193115.892500', '193116.352500', '193116.812500', '193117.272500', '193117.732500', '193118.192500', '193118.652500', '193119.112500', '193119.572500', '193120.032500', '193120.492500', '193120.952500', '193121.412500', '193121.872500', '193122.332500', '193122.792500', '193123.252500', '193123.712500', '193124.172500', '193124.632500', '193125.092500', '193125.552500', '193126.012500', '193126.472500', '193126.932500', '193127.392500', '193127.852500', '193128.312500', '193128.772500', '193129.232500', '193129.692500', '193130.152500', '193130.612500', '193131.072500', '193131.532500', '193131.992500', '193132.452500', '193132.912500', '193133.372500', '193133.832500', '193134.292500', '193134.752500', '193135.212500', '193135.672500', '193136.132500', '193136.592500', '193137.052500', '193137.512500', '193137.972500', '193138.432500', '193138.892500', '193139.352500', '193139.812500', '193140.272500', '193140.732500', '193141.192500', '193141.652500', '193142.112500', '193142.572500', '193143.032500', '193143.492500', '193143.952500', '193144.412500', '193144.872500', '193145.332500', '193145.792500', '193146.252500', '193146.712500', '193147.172500', '193147.632500', '193148.092500', '193148.552500', '193149.012500', '193149.472500', '193149.932500', '193150.392500', '193150.852500', '193151.312500', '193151.772500', '193152.232500', '193152.692500', '193153.152500', '193153.612500', '193154.072500', '193154.532500', '193154.992500', '193155.452500', '193155.912500', '193156.372500', '193156.832500', '193157.292500', '193157.752500', '193158.212500', '193158.672500', '193159.132500', '193159.592500', '193200.052500', '193200.512500', '193200.972500', '193201.432500', '193201.892500', '193202.352500', '193202.812500', '193203.272500', '193203.732500', '193204.192500', '193204.652500', '193205.112500', '193205.572500', '193206.032500', '193206.492500', '193206.952500', '193207.412500', '193207.872500', '193208.332500', '193208.792500', '193209.252500', '193209.712500', '193210.172500', '193210.632500', '193211.092500', '193211.552500', '193212.012500', '193212.472500', '193212.932500', '193213.392500', '193213.852500', '193214.312500', '193214.772500', '193215.232500', '193215.692500', '193216.152500', '193216.612500', '193217.072500', '193217.532500', '193217.992500', '193218.452500', '193218.912500', '193219.372500', '193219.832500', '193220.292500', '193220.752500', '193221.212500', '193221.672500', '193222.132500', '193222.592500', '193223.052500', '193223.512500', '193223.972500', '193224.432500', '193224.892500', '193225.352500', '193225.812500', '193226.272500', '193226.732500', '193227.192500', '193227.652500', '193228.112500', '193228.572500', '193229.032500', '193229.492500', '193229.952500', '193230.412500', '193230.872500', '193231.332500', '193231.792500', '193232.252500', '193232.712500', '193233.172500', '193233.632500', '193234.092500', '193234.552500', '193235.012500', '193235.472500', '193235.932500', '193236.392500', '193236.852500', '193237.312500', '193237.772500', '193238.232500', '193238.692500', '193239.152500', '193239.612500', '193240.072500', '193240.532500', '193240.992500', '193241.452500', '193241.912500', '193242.372500', '193242.832500', '193243.292500', '193243.752500', '193244.212500', '193244.672500', '193245.132500', '193245.592500', '193246.052500', '193246.512500', '193246.972500', '193247.432500', '193247.892500', '193248.352500', '193248.812500', '193249.272500', '193249.732500', '193250.192500', '193250.652500', '193251.112500', '193251.572500', '193252.032500', '193252.492500', '193252.952500', '193253.412500', '193253.872500', '193254.332500', '193254.792500', '193255.252500', '193255.712500', '193256.172500', '193256.632500', '193257.092500', '193257.552500', '193258.012500', '193258.472500', '193258.932500', '193259.392500', '193259.852500', '193300.312500', '193300.772500', '193301.232500', '193301.692500', '193302.152500', '193302.612500', '193303.072500', '193303.532500', '193303.992500', '193304.452500', '193304.912500', '193305.372500', '193305.832500', '193306.292500', '193306.752500', '193307.212500', '193307.672500', '193308.132500', '193308.592500', '193309.052500', '193309.512500', '193309.972500', '193310.432500', '193310.892500', '193311.352500', '193311.812500', '193312.272500', '193312.732500', '193313.192500', '193313.652500', '193314.112500', '193314.572500', '193315.032500', '193315.492500', '193315.952500', '193316.412500', '193316.872500', '193317.332500', '193317.792500', '193318.252500', '193318.712500', '193319.172500', '193319.632500', '193320.092500', '193320.552500', '193321.012500', '193321.472500', '193321.932500', '193322.392500', '193322.852500', '193323.312500', '193323.772500', '193324.232500', '193324.692500', '193325.152500', '193325.612500', '193326.072500', '193326.532500', '193326.992500', '193327.452500', '193327.912500', '193328.372500', '193328.832500', '193329.292500', '193329.752500', '193330.212500', '193330.672500', '193331.132500', '193331.592500', '193332.052500', '193332.512500', '193332.972500', '193333.432500', '193333.892500', '193334.352500', '193334.812500', '193335.272500', '193335.732500', '193336.192500', '193336.652500', '193337.112500', '193337.572500', '193338.032500', '193338.492500', '193338.952500', '193339.412500', '193339.872500', '193340.332500', '193340.792500', '193341.252500', '193341.712500', '193342.172500', '193342.632500', '193343.092500', '193343.552500', '193344.012500', '193344.472500', '193344.932500', '193345.392500', '193345.852500', '193346.312500', '193346.772500', '193347.232500', '193347.692500', '193348.152500', '193348.612500', '193349.072500', '193349.532500', '193349.992500', '193350.452500', '193350.912500', '193351.372500', '193351.832500', '193352.292500', '193352.752500', '193353.212500', '193353.672500', '193354.132500', '193354.592500', '193355.052500', '193355.512500', '193355.972500', '193356.432500', '193356.892500', '193357.352500', '193357.812500', '193358.272500', '193358.732500', '193359.192500', '193359.652500', '193400.112500', '193400.572500', '193401.032500', '193401.492500', '193401.952500', '193402.412500', '193402.872500', '193403.332500', '193403.792500', '193404.252500', '193404.712500', '193405.172500', '193405.632500', '193406.092500', '193406.552500', '193407.012500', '193407.472500', '193407.932500', '193408.392500', '193408.852500', '193409.312500', '193409.772500', '193410.232500', '193410.692500', '193411.152500', '193411.612500', '193412.072500', '193412.532500', '193412.992500', '193413.452500', '193413.912500', '193414.372500', '193414.832500', '193415.292500', '193415.752500', '193416.212500', '193416.672500', '193417.132500', '193417.592500', '193418.052500', '193418.512500', '193418.972500', '193419.432500', '193419.892500', '193420.352500', '193420.812500', '193421.272500', '193421.732500', '193422.192500', '193422.652500', '193423.112500', '193423.572500', '193424.032500', '193424.492500', '193424.952500', '193425.412500', '193425.872500', '193426.332500', '193426.792500', '193427.252500', '193427.712500', '193428.172500', '193428.632500', '193429.092500', '193429.552500', '193430.012500', '193430.472500', '193430.932500', '193431.392500', '193431.852500', '193432.312500', '193432.772500', '193433.232500', '193433.692500', '193434.152500', '193434.612500', '193435.072500', '193435.532500', '193435.992500', '193436.452500', '193436.912500', '193437.372500', '193437.832500', '193438.292500', '193438.752500', '193439.212500', '193439.672500', '193440.132500', '193440.592500', '193441.052500', '193441.512500', '193441.972500', '193442.432500', '193442.892500', '193443.352500', '193443.812500', '193444.272500', '193444.732500', '193445.192500', '193445.652500', '193446.112500', '193446.572500', '193447.032500', '193447.492500', '193447.952500', '193448.412500', '193448.872500', '193449.332500', '193449.792500', '193450.252500', '193450.712500', '193451.172500', '193451.632500', '193452.092500', '193452.552500', '193453.012500', '193453.472500', '193453.932500', '193454.392500', '193454.852500', '193455.312500', '193455.772500', '193456.232500', '193456.692500', '193457.152500', '193457.612500', '193458.072500', '193458.532500', '193458.992500', '193459.452500', '193459.912500', '193500.372500', '193500.832500', '193501.292500', '193501.752500', '193502.212500', '193502.672500', '193503.132500', '193503.592500', '193504.052500', '193504.512500', '193504.972500', '193505.432500', '193505.892500', '193506.352500', '193506.812500', '193507.272500', '193507.732500', '193508.192500', '193508.652500', '193509.112500', '193509.572500', '193510.032500', '193510.492500', '193510.952500', '193511.412500', '193511.872500', '193512.332500', '193512.792500', '193513.252500', '193513.712500', '193514.172500', '193514.632500', '193515.092500', '193515.552500', '193516.012500', '193516.472500', '193516.932500', '193517.392500', '193517.852500', '193518.312500', '193518.772500', '193519.232500', '193519.692500', '193520.152500', '193520.612500', '193521.072500', '193521.532500', '193521.992500', '193522.452500', '193522.912500', '193523.372500', '193523.832500', '193524.292500', '193524.752500', '193525.212500', '193525.672500', '193526.132500', '193526.592500', '193527.052500', '193527.512500', '193527.972500', '193528.432500', '193528.892500', '193529.352500', '193529.812500', '193530.272500', '193530.732500', '193531.192500', '193531.652500', '193532.112500', '193532.572500', '193533.032500', '193533.492500', '193533.952500', '193534.412500', '193534.872500', '193535.332500', '193535.792500', '193536.252500', '193536.712500', '193537.172500', '193537.632500', '193538.092500', '193538.552500', '193539.012500', '193539.472500', '193539.932500', '193540.392500', '193540.852500', '193541.312500', '193541.772500', '193542.232500', '193542.692500', '193543.152500', '193543.612500', '193544.072500', '193544.532500', '193544.992500', '193545.452500', '193545.912500', '193546.372500', '193546.832500', '193547.292500', '193547.752500', '193548.212500', '193548.672500', '193549.132500', '193549.592500', '193550.052500', '193550.512500', '193550.972500', '193551.432500', '193551.892500', '193552.352500', '193552.812500', '193553.272500', '193553.732500', '193554.192500', '193554.652500', '193555.112500', '193555.572500', '193556.032500', '193556.492500', '193556.952500', '193557.412500', '193557.872500', '193558.332500', '193558.792500', '193559.252500', '193559.712500', '193600.172500', '193600.632500', '193601.092500', '193601.552500', '193602.012500', '193602.472500', '193602.932500', '193603.392500', '193603.852500', '193604.312500', '193604.772500', '193605.232500', '193605.692500', '193606.152500', '193606.612500', '193607.072500', '193607.532500', '193607.992500', '193608.452500', '193608.912500', '193609.372500', '193609.832500', '193610.292500', '193610.752500', '193611.212500', '193611.672500', '193612.132500', '193612.592500', '193613.052500', '193613.512500', '193613.972500', '193614.432500', '193614.892500', '193615.352500', '193615.812500', '193616.272500', '193616.732500', '193617.192500', '193617.652500', '193618.112500', '193618.572500', '193619.032500', '193619.492500', '193619.952500', '193620.412500', '193620.872500', '193621.332500', '193621.792500', '193622.252500', '193622.712500', '193623.172500', '193623.632500', '193624.092500', '193624.552500', '193625.012500', '193625.472500', '193625.932500', '193626.392500', '193626.852500', '193627.312500', '193627.772500', '193628.232500', '193628.692500', '193629.152500', '193629.612500', '193630.072500', '193630.532500', '193630.992500', '193631.452500', '193631.912500', '193632.372500', '193632.832500', '193633.292500', '193633.752500', '193634.212500', '193634.672500', '193635.132500', '193635.592500', '193636.052500', '193636.512500', '193636.972500', '193637.432500', '193637.892500', '193638.352500', '193638.812500', '193639.272500', '193639.732500', '193640.192500', '193640.652500', '193641.112500', '193641.572500', '193642.032500', '193642.492500', '193642.952500', '193643.412500', '193643.872500', '193644.332500', '193644.792500', '193645.252500', '193645.712500', '193646.172500', '193646.632500', '193647.092500', '193647.552500', '193648.012500', '193648.472500', '193648.932500', '193649.392500', '193649.852500', '193650.312500', '193650.772500', '193651.232500', '193651.692500', '193652.152500', '193652.612500', '193653.072500', '193653.532500', '193653.992500', '193654.452500', '193654.912500', '193655.372500', '193655.832500', '193656.292500', '193656.752500', '193657.212500', '193657.672500', '193658.132500', '193658.592500', '193659.052500', '193659.512500', '193659.972500', '193700.432500', '193700.892500', '193701.352500', '193701.812500', '193702.272500', '193702.732500', '193703.192500', '193703.652500', '193704.112500', '193704.572500', '193705.032500', '193705.492500', '193705.952500', '193706.412500', '193706.872500', '193707.332500', '193707.792500', '193708.252500', '193708.712500', '193709.172500', '193709.632500', '193710.092500', '193710.552500', '193711.012500', '193711.472500', '193711.932500', '193712.392500'], 'ContentTime': ['193053.065000', '193053.068000', '193053.076000', '193053.079000', '193053.081000', '193053.084000', '193053.087000', '193053.089000', '193053.092000', '193053.095000', '193053.097000', '193053.100000', '193053.102000', '193053.105000', '193053.108000', '193053.110000', '193053.113000', '193053.115000', '193053.118000', '193053.121000', '193053.123000', '193053.126000', '193053.128000', '193053.131000', '193053.133000', '193053.136000', '193053.139000', '193053.142000', '193053.144000', '193053.147000', '193053.150000', '193053.152000', '193053.155000', '193053.158000', '193053.161000', '193053.163000', '193053.166000', '193053.168000', '193053.171000', '193053.173000', '193053.176000', '193053.179000', '193053.181000', '193113.029000', '193113.032000', '193113.035000', '193113.037000', '193113.040000', '193113.043000', '193113.045000', '193113.048000', '193113.050000', '193113.053000', '193113.056000', '193113.058000', '193113.091000', '193113.094000', '193113.097000', '193113.099000', '193113.102000', '193113.104000', '193113.107000', '193113.110000', '193113.112000', '193113.115000', '193113.117000', '193113.120000', '193113.122000', '193113.125000', '193113.128000', '193113.130000', '193113.133000', '193113.135000', '193113.138000', '193113.141000', '193113.143000', '193113.146000', '193113.148000', '193113.151000', '193113.159000', '193113.162000', '193113.165000', '193113.167000', '193113.170000', '193113.173000', '193113.175000', '193113.178000', '193133.029000', '193133.032000', '193133.035000', '193133.037000', '193133.040000', '193133.043000', '193133.045000', '193133.048000', '193133.050000', '193133.053000', '193133.056000', '193133.058000', '193133.061000', '193133.063000', '193133.066000', '193133.069000', '193133.071000', '193133.074000', '193133.076000', '193133.079000', '193133.082000', '193133.084000', '193133.087000', '193133.089000', '193133.092000', '193133.095000', '193133.097000', '193133.100000', '193133.103000', '193133.105000', '193133.108000', '193133.110000', '193133.113000', '193133.116000', '193133.118000', '193133.121000', '193133.123000', '193133.126000', '193133.128000', '193133.131000', '193133.134000', '193133.136000', '193133.139000', '193153.028000', '193153.031000', '193153.034000', '193153.036000', '193153.039000', '193153.042000', '193153.044000', '193153.047000', '193153.049000', '193153.052000', '193153.055000', '193153.057000', '193153.060000', '193153.063000', '193153.065000', '193153.068000', '193153.070000', '193153.073000', '193153.076000', '193153.078000', '193153.081000', '193153.084000', '193153.086000', '193153.089000', '193153.091000', '193153.094000', '193153.097000', '193153.099000', '193153.102000', '193153.104000', '193153.107000', '193153.110000', '193153.112000', '193153.115000', '193153.117000', '193153.120000', '193153.123000', '193153.127000', '193153.130000', '193153.132000', '193153.135000', '193153.137000', '193153.140000', '193153.142000', '193213.030000', '193213.032000', '193213.035000', '193213.038000', '193213.040000', '193213.043000', '193213.046000', '193213.048000', '193213.051000', '193213.053000', '193213.056000', '193213.059000', '193213.061000', '193213.064000', '193213.066000', '193213.069000', '193213.072000', '193213.074000', '193213.077000', '193213.079000', '193213.082000', '193213.085000', '193213.087000', '193213.090000', '193213.093000', '193213.095000', '193213.098000', '193213.100000', '193213.103000', '193213.106000', '193213.108000', '193213.111000', '193213.114000', '193213.116000', '193213.122000', '193213.125000', '193213.127000', '193213.130000', '193213.133000', '193213.135000', '193213.138000', '193213.141000', '193213.143000', '193233.030000', '193233.032000', '193233.035000', '193233.038000', '193233.040000', '193233.043000', '193233.045000', '193233.048000', '193233.051000', '193233.053000', '193233.056000', '193233.058000', '193233.061000', '193233.064000', '193233.066000', '193233.069000', '193233.072000', '193233.074000', '193233.077000', '193233.079000', '193233.082000', '193233.085000', '193233.087000', '193233.090000', '193233.093000', '193233.095000', '193233.098000', '193233.101000', '193233.103000', '193233.106000', '193233.108000', '193233.111000', '193233.114000', '193233.116000', '193233.119000', '193233.121000', '193233.124000', '193233.127000', '193233.129000', '193233.132000', '193233.135000', '193233.137000', '193233.140000', '193233.152000', '193253.030000', '193253.032000', '193253.035000', '193253.038000', '193253.040000', '193253.043000', '193253.046000', '193253.061000', '193253.063000', '193253.066000', '193253.069000', '193253.071000', '193253.074000', '193253.076000', '193253.079000', '193253.082000', '193253.085000', '193253.087000', '193253.090000', '193253.092000', '193253.095000', '193253.098000', '193253.100000', '193253.103000', '193253.105000', '193253.108000', '193253.111000', '193253.113000', '193253.116000', '193253.119000', '193253.121000', '193253.124000', '193253.126000', '193253.129000', '193253.132000', '193253.134000', '193253.137000', '193253.140000', '193253.142000', '193253.145000', '193253.147000', '193253.150000', '193253.153000', '193313.029000', '193313.032000', '193313.035000', '193313.037000', '193313.040000', '193313.043000', '193313.046000', '193313.049000', '193313.051000', '193313.054000', '193313.057000', '193313.059000', '193313.062000', '193313.065000', '193313.067000', '193313.070000', '193313.073000', '193313.075000', '193313.078000', '193313.080000', '193313.083000', '193313.086000', '193313.088000', '193313.091000', '193313.094000', '193313.096000', '193313.099000', '193313.102000', '193313.105000', '193313.107000', '193313.110000', '193313.112000', '193313.115000', '193313.118000', '193313.120000', '193313.123000', '193313.125000', '193313.128000', '193313.131000', '193313.133000', '193313.136000', '193313.138000', '193313.141000', '193313.144000', '193333.029000', '193333.032000', '193333.035000', '193333.038000', '193333.040000', '193333.043000', '193333.046000', '193333.048000', '193333.051000', '193333.053000', '193333.056000', '193333.059000', '193333.061000', '193333.064000', '193333.067000', '193333.069000', '193333.072000', '193333.075000', '193333.077000', '193333.080000', '193333.082000', '193333.085000', '193333.088000', '193333.090000', '193333.093000', '193333.096000', '193333.098000', '193333.101000', '193333.103000', '193333.106000', '193333.109000', '193333.111000', '193333.114000', '193333.116000', '193333.119000', '193333.122000', '193333.124000', '193333.127000', '193333.130000', '193333.132000', '193333.135000', '193333.138000', '193333.140000', '193353.030000', '193353.032000', '193353.035000', '193353.038000', '193353.040000', '193353.043000', '193353.046000', '193353.048000', '193353.051000', '193353.053000', '193353.056000', '193353.059000', '193353.061000', '193353.064000', '193353.067000', '193353.069000', '193353.072000', '193353.074000', '193353.077000', '193353.080000', '193353.082000', '193353.085000', '193353.088000', '193353.090000', '193353.093000', '193353.096000', '193353.098000', '193353.101000', '193353.104000', '193353.106000', '193353.109000', '193353.112000', '193353.114000', '193353.117000', '193353.120000', '193353.122000', '193353.125000', '193353.127000', '193353.130000', '193353.133000', '193353.135000', '193353.138000', '193353.141000', '193413.028000', '193413.031000', '193413.034000', '193413.036000', '193413.039000', '193413.042000', '193413.044000', '193413.047000', '193413.050000', '193413.052000', '193413.055000', '193413.057000', '193413.060000', '193413.063000', '193413.065000', '193413.068000', '193413.070000', '193413.073000', '193413.076000', '193413.078000', '193413.081000', '193413.084000', '193413.086000', '193413.089000', '193413.091000', '193413.094000', '193413.097000', '193413.099000', '193413.102000', '193413.105000', '193413.107000', '193413.110000', '193413.112000', '193413.121000', '193413.124000', '193413.126000', '193413.129000', '193413.132000', '193413.134000', '193413.137000', '193413.139000', '193413.142000', '193413.145000', '193413.147000', '193433.030000', '193433.032000', '193433.035000', '193433.038000', '193433.040000', '193433.043000', '193433.046000', '193433.048000', '193433.051000', '193433.054000', '193433.056000', '193433.059000', '193433.061000', '193433.064000', '193433.067000', '193433.069000', '193433.072000', '193433.075000', '193433.077000', '193433.080000', '193433.083000', '193433.087000', '193433.089000', '193433.092000', '193433.094000', '193433.097000', '193433.100000', '193433.102000', '193433.105000', '193433.108000', '193433.110000', '193433.113000', '193433.116000', '193433.118000', '193433.121000', '193433.124000', '193433.126000', '193433.129000', '193433.131000', '193433.134000', '193433.137000', '193433.139000', '193433.142000', '193453.030000', '193453.032000', '193453.035000', '193453.038000', '193453.041000', '193453.044000', '193453.046000', '193453.049000', '193453.051000', '193453.054000', '193453.057000', '193453.059000', '193453.062000', '193453.065000', '193453.067000', '193453.070000', '193453.073000', '193453.075000', '193453.078000', '193453.080000', '193453.083000', '193453.086000', '193453.088000', '193453.091000', '193453.093000', '193453.096000', '193453.099000', '193453.101000', '193453.104000', '193453.107000', '193453.109000', '193453.112000', '193453.114000', '193453.117000', '193453.120000', '193453.122000', '193453.125000', '193453.127000', '193453.130000', '193453.133000', '193453.135000', '193453.138000', '193453.140000', '193453.143000', '193513.029000', '193513.032000', '193513.035000', '193513.038000', '193513.041000', '193513.043000', '193513.046000', '193513.049000', '193513.052000', '193513.054000', '193513.057000', '193513.060000', '193513.062000', '193513.065000', '193513.068000', '193513.070000', '193513.073000', '193513.076000', '193513.078000', '193513.081000', '193513.083000', '193513.086000', '193513.089000', '193513.091000', '193513.094000', '193513.097000', '193513.099000', '193513.102000', '193513.105000', '193513.107000', '193513.110000', '193513.112000', '193513.115000', '193513.118000', '193513.120000', '193513.123000', '193513.125000', '193513.128000', '193513.131000', '193513.133000', '193513.136000', '193513.138000', '193513.141000', '193533.030000', '193533.032000', '193533.035000', '193533.039000', '193533.041000', '193533.044000', '193533.047000', '193533.049000', '193533.052000', '193533.055000', '193533.057000', '193533.060000', '193533.062000', '193533.065000', '193533.068000', '193533.070000', '193533.073000', '193533.076000', '193533.078000', '193533.081000', '193533.084000', '193533.086000', '193533.089000', '193533.091000', '193533.094000', '193533.097000', '193533.099000', '193533.102000', '193533.104000', '193533.107000', '193533.110000', '193533.112000', '193533.115000', '193533.118000', '193533.120000', '193533.123000', '193533.125000', '193533.128000', '193533.130000', '193533.133000', '193533.136000', '193533.138000', '193533.141000', '193533.144000', '193553.030000', '193553.033000', '193553.035000', '193553.038000', '193553.040000', '193553.043000', '193553.046000', '193553.048000', '193553.051000', '193553.054000', '193553.056000', '193553.059000', '193553.061000', '193553.064000', '193553.102000', '193553.105000', '193553.107000', '193553.110000', '193553.112000', '193553.115000', '193553.118000', '193553.120000', '193553.123000', '193553.132000', '193553.135000', '193553.137000', '193553.140000', '193553.143000', '193553.145000', '193553.148000', '193553.150000', '193553.153000', '193553.156000', '193553.158000', '193553.161000', '193553.164000', '193553.166000', '193553.169000', '193553.171000', '193553.174000', '193553.177000', '193553.179000', '193553.182000', '193613.029000', '193613.032000', '193613.035000', '193613.038000', '193613.040000', '193613.043000', '193613.046000', '193613.048000', '193613.051000', '193613.054000', '193613.056000', '193613.059000', '193613.062000', '193613.064000', '193613.067000', '193613.070000', '193613.072000', '193613.075000', '193613.077000', '193613.080000', '193613.083000', '193613.085000', '193613.088000', '193613.091000', '193613.093000', '193613.096000', '193613.099000', '193613.101000', '193613.104000', '193613.106000', '193613.109000', '193613.112000', '193613.114000', '193613.117000', '193613.120000', '193613.122000', '193613.125000', '193613.127000', '193613.130000', '193613.133000', '193613.135000', '193613.138000', '193613.141000', '193613.143000', '193633.028000', '193633.031000', '193633.034000', '193633.036000', '193633.039000', '193633.042000', '193633.044000', '193633.047000', '193633.050000', '193633.052000', '193633.055000', '193633.057000', '193633.060000', '193633.063000', '193633.065000', '193633.068000', '193633.071000', '193633.073000', '193633.076000', '193633.078000', '193633.081000', '193633.084000', '193633.086000', '193633.089000', '193633.092000', '193633.094000', '193633.097000', '193633.100000', '193633.103000', '193633.106000', '193633.108000', '193633.111000', '193633.114000', '193633.116000', '193633.119000', '193633.122000', '193633.124000', '193633.127000', '193633.129000', '193633.132000', '193633.135000', '193633.137000', '193633.140000', '193653.029000', '193653.032000', '193653.035000', '193653.037000', '193653.040000', '193653.043000', '193653.045000', '193653.048000', '193653.051000', '193653.053000', '193653.056000', '193653.058000', '193653.061000', '193653.064000', '193653.066000', '193653.069000', '193653.071000', '193653.074000', '193653.077000', '193653.079000', '193653.082000', '193653.085000', '193653.087000', '193653.090000', '193653.092000', '193653.095000', '193653.098000', '193653.101000', '193653.103000', '193653.106000', '193653.108000', '193653.111000', '193653.114000', '193653.116000', '193653.119000', '193653.121000', '193653.124000', '193653.127000', '193653.129000', '193653.132000', '193653.135000', '193653.137000', '193653.140000', '193653.142000', '193713.030000', '193713.032000', '193713.035000', '193713.038000', '193713.040000', '193713.043000', '193713.046000', '193713.048000', '193713.051000', '193713.053000', '193713.056000', '193713.059000', '193713.061000', '193713.064000', '193713.067000', '193713.069000', '193713.072000', '193713.075000', '193713.077000', '193713.080000', '193713.082000', '193713.085000', '193713.088000', '193713.090000', '193713.093000', '193713.106000', '193713.109000', '193713.112000', '193713.114000', '193713.125000', '193713.128000', '193713.131000', '193713.133000', '193713.136000', '193713.139000', '193713.141000', '193713.144000', '193713.146000', '193713.149000', '193713.152000', '193713.154000', '193713.157000', '193713.160000', '193714.040000', '193714.043000', '193714.045000'], 'InstanceCreationTime': ['193053.065000', '193053.068000', '193053.076000', '193053.079000', '193053.081000', '193053.084000', '193053.087000', '193053.089000', '193053.092000', '193053.095000', '193053.097000', '193053.100000', '193053.102000', '193053.105000', '193053.108000', '193053.110000', '193053.113000', '193053.115000', '193053.118000', '193053.121000', '193053.123000', '193053.126000', '193053.128000', '193053.131000', '193053.133000', '193053.136000', '193053.139000', '193053.142000', '193053.144000', '193053.147000', '193053.150000', '193053.152000', '193053.155000', '193053.158000', '193053.161000', '193053.163000', '193053.166000', '193053.168000', '193053.171000', '193053.173000', '193053.176000', '193053.179000', '193053.181000', '193113.029000', '193113.032000', '193113.035000', '193113.037000', '193113.040000', '193113.043000', '193113.045000', '193113.048000', '193113.050000', '193113.053000', '193113.056000', '193113.058000', '193113.091000', '193113.094000', '193113.097000', '193113.099000', '193113.102000', '193113.104000', '193113.107000', '193113.110000', '193113.112000', '193113.115000', '193113.117000', '193113.120000', '193113.122000', '193113.125000', '193113.128000', '193113.130000', '193113.133000', '193113.135000', '193113.138000', '193113.141000', '193113.143000', '193113.146000', '193113.148000', '193113.151000', '193113.159000', '193113.162000', '193113.165000', '193113.167000', '193113.170000', '193113.173000', '193113.175000', '193113.178000', '193133.029000', '193133.032000', '193133.035000', '193133.037000', '193133.040000', '193133.043000', '193133.045000', '193133.048000', '193133.050000', '193133.053000', '193133.056000', '193133.058000', '193133.061000', '193133.063000', '193133.066000', '193133.069000', '193133.071000', '193133.074000', '193133.076000', '193133.079000', '193133.082000', '193133.084000', '193133.087000', '193133.089000', '193133.092000', '193133.095000', '193133.097000', '193133.100000', '193133.103000', '193133.105000', '193133.108000', '193133.110000', '193133.113000', '193133.116000', '193133.118000', '193133.121000', '193133.123000', '193133.126000', '193133.128000', '193133.131000', '193133.134000', '193133.136000', '193133.139000', '193153.028000', '193153.031000', '193153.034000', '193153.036000', '193153.039000', '193153.042000', '193153.044000', '193153.047000', '193153.049000', '193153.052000', '193153.055000', '193153.057000', '193153.060000', '193153.063000', '193153.065000', '193153.068000', '193153.070000', '193153.073000', '193153.076000', '193153.078000', '193153.081000', '193153.084000', '193153.086000', '193153.089000', '193153.091000', '193153.094000', '193153.097000', '193153.099000', '193153.102000', '193153.104000', '193153.107000', '193153.110000', '193153.112000', '193153.115000', '193153.117000', '193153.120000', '193153.123000', '193153.127000', '193153.130000', '193153.132000', '193153.135000', '193153.137000', '193153.140000', '193153.142000', '193213.030000', '193213.032000', '193213.035000', '193213.038000', '193213.040000', '193213.043000', '193213.046000', '193213.048000', '193213.051000', '193213.053000', '193213.056000', '193213.059000', '193213.061000', '193213.064000', '193213.066000', '193213.069000', '193213.072000', '193213.074000', '193213.077000', '193213.079000', '193213.082000', '193213.085000', '193213.087000', '193213.090000', '193213.093000', '193213.095000', '193213.098000', '193213.100000', '193213.103000', '193213.106000', '193213.108000', '193213.111000', '193213.114000', '193213.116000', '193213.122000', '193213.125000', '193213.127000', '193213.130000', '193213.133000', '193213.135000', '193213.138000', '193213.141000', '193213.143000', '193233.030000', '193233.032000', '193233.035000', '193233.038000', '193233.040000', '193233.043000', '193233.045000', '193233.048000', '193233.051000', '193233.053000', '193233.056000', '193233.058000', '193233.061000', '193233.064000', '193233.066000', '193233.069000', '193233.072000', '193233.074000', '193233.077000', '193233.079000', '193233.082000', '193233.085000', '193233.087000', '193233.090000', '193233.093000', '193233.095000', '193233.098000', '193233.101000', '193233.103000', '193233.106000', '193233.108000', '193233.111000', '193233.114000', '193233.116000', '193233.119000', '193233.121000', '193233.124000', '193233.127000', '193233.129000', '193233.132000', '193233.135000', '193233.137000', '193233.140000', '193233.152000', '193253.030000', '193253.032000', '193253.035000', '193253.038000', '193253.040000', '193253.043000', '193253.046000', '193253.061000', '193253.063000', '193253.066000', '193253.069000', '193253.071000', '193253.074000', '193253.076000', '193253.079000', '193253.082000', '193253.085000', '193253.087000', '193253.090000', '193253.092000', '193253.095000', '193253.098000', '193253.100000', '193253.103000', '193253.105000', '193253.108000', '193253.111000', '193253.113000', '193253.116000', '193253.119000', '193253.121000', '193253.124000', '193253.126000', '193253.129000', '193253.132000', '193253.134000', '193253.137000', '193253.140000', '193253.142000', '193253.145000', '193253.147000', '193253.150000', '193253.153000', '193313.029000', '193313.032000', '193313.035000', '193313.037000', '193313.040000', '193313.043000', '193313.046000', '193313.049000', '193313.051000', '193313.054000', '193313.057000', '193313.059000', '193313.062000', '193313.065000', '193313.067000', '193313.070000', '193313.073000', '193313.075000', '193313.078000', '193313.080000', '193313.083000', '193313.086000', '193313.088000', '193313.091000', '193313.094000', '193313.096000', '193313.099000', '193313.102000', '193313.105000', '193313.107000', '193313.110000', '193313.112000', '193313.115000', '193313.118000', '193313.120000', '193313.123000', '193313.125000', '193313.128000', '193313.131000', '193313.133000', '193313.136000', '193313.138000', '193313.141000', '193313.144000', '193333.029000', '193333.032000', '193333.035000', '193333.038000', '193333.040000', '193333.043000', '193333.046000', '193333.048000', '193333.051000', '193333.053000', '193333.056000', '193333.059000', '193333.061000', '193333.064000', '193333.067000', '193333.069000', '193333.072000', '193333.075000', '193333.077000', '193333.080000', '193333.082000', '193333.085000', '193333.088000', '193333.090000', '193333.093000', '193333.096000', '193333.098000', '193333.101000', '193333.103000', '193333.106000', '193333.109000', '193333.111000', '193333.114000', '193333.116000', '193333.119000', '193333.122000', '193333.124000', '193333.127000', '193333.130000', '193333.132000', '193333.135000', '193333.138000', '193333.140000', '193353.030000', '193353.032000', '193353.035000', '193353.038000', '193353.040000', '193353.043000', '193353.046000', '193353.048000', '193353.051000', '193353.053000', '193353.056000', '193353.059000', '193353.061000', '193353.064000', '193353.067000', '193353.069000', '193353.072000', '193353.074000', '193353.077000', '193353.080000', '193353.082000', '193353.085000', '193353.088000', '193353.090000', '193353.093000', '193353.096000', '193353.098000', '193353.101000', '193353.104000', '193353.106000', '193353.109000', '193353.112000', '193353.114000', '193353.117000', '193353.120000', '193353.122000', '193353.125000', '193353.127000', '193353.130000', '193353.133000', '193353.135000', '193353.138000', '193353.141000', '193413.028000', '193413.031000', '193413.034000', '193413.036000', '193413.039000', '193413.042000', '193413.044000', '193413.047000', '193413.050000', '193413.052000', '193413.055000', '193413.057000', '193413.060000', '193413.063000', '193413.065000', '193413.068000', '193413.070000', '193413.073000', '193413.076000', '193413.078000', '193413.081000', '193413.084000', '193413.086000', '193413.089000', '193413.091000', '193413.094000', '193413.097000', '193413.099000', '193413.102000', '193413.105000', '193413.107000', '193413.110000', '193413.112000', '193413.121000', '193413.124000', '193413.126000', '193413.129000', '193413.132000', '193413.134000', '193413.137000', '193413.139000', '193413.142000', '193413.145000', '193413.147000', '193433.030000', '193433.032000', '193433.035000', '193433.038000', '193433.040000', '193433.043000', '193433.046000', '193433.048000', '193433.051000', '193433.054000', '193433.056000', '193433.059000', '193433.061000', '193433.064000', '193433.067000', '193433.069000', '193433.072000', '193433.075000', '193433.077000', '193433.080000', '193433.083000', '193433.087000', '193433.089000', '193433.092000', '193433.094000', '193433.097000', '193433.100000', '193433.102000', '193433.105000', '193433.108000', '193433.110000', '193433.113000', '193433.116000', '193433.118000', '193433.121000', '193433.124000', '193433.126000', '193433.129000', '193433.131000', '193433.134000', '193433.137000', '193433.139000', '193433.142000', '193453.030000', '193453.032000', '193453.035000', '193453.038000', '193453.041000', '193453.044000', '193453.046000', '193453.049000', '193453.051000', '193453.054000', '193453.057000', '193453.059000', '193453.062000', '193453.065000', '193453.067000', '193453.070000', '193453.073000', '193453.075000', '193453.078000', '193453.080000', '193453.083000', '193453.086000', '193453.088000', '193453.091000', '193453.093000', '193453.096000', '193453.099000', '193453.101000', '193453.104000', '193453.107000', '193453.109000', '193453.112000', '193453.114000', '193453.117000', '193453.120000', '193453.122000', '193453.125000', '193453.127000', '193453.130000', '193453.133000', '193453.135000', '193453.138000', '193453.140000', '193453.143000', '193513.029000', '193513.032000', '193513.035000', '193513.038000', '193513.041000', '193513.043000', '193513.046000', '193513.049000', '193513.052000', '193513.054000', '193513.057000', '193513.060000', '193513.062000', '193513.065000', '193513.068000', '193513.070000', '193513.073000', '193513.076000', '193513.078000', '193513.081000', '193513.083000', '193513.086000', '193513.089000', '193513.091000', '193513.094000', '193513.097000', '193513.099000', '193513.102000', '193513.105000', '193513.107000', '193513.110000', '193513.112000', '193513.115000', '193513.118000', '193513.120000', '193513.123000', '193513.125000', '193513.128000', '193513.131000', '193513.133000', '193513.136000', '193513.138000', '193513.141000', '193533.030000', '193533.032000', '193533.035000', '193533.039000', '193533.041000', '193533.044000', '193533.047000', '193533.049000', '193533.052000', '193533.055000', '193533.057000', '193533.060000', '193533.062000', '193533.065000', '193533.068000', '193533.070000', '193533.073000', '193533.076000', '193533.078000', '193533.081000', '193533.084000', '193533.086000', '193533.089000', '193533.091000', '193533.094000', '193533.097000', '193533.099000', '193533.102000', '193533.104000', '193533.107000', '193533.110000', '193533.112000', '193533.115000', '193533.118000', '193533.120000', '193533.123000', '193533.125000', '193533.128000', '193533.130000', '193533.133000', '193533.136000', '193533.138000', '193533.141000', '193533.144000', '193553.030000', '193553.033000', '193553.035000', '193553.038000', '193553.040000', '193553.043000', '193553.046000', '193553.048000', '193553.051000', '193553.054000', '193553.056000', '193553.059000', '193553.061000', '193553.064000', '193553.102000', '193553.105000', '193553.107000', '193553.110000', '193553.112000', '193553.115000', '193553.118000', '193553.120000', '193553.123000', '193553.132000', '193553.135000', '193553.137000', '193553.140000', '193553.143000', '193553.145000', '193553.148000', '193553.150000', '193553.153000', '193553.156000', '193553.158000', '193553.161000', '193553.164000', '193553.166000', '193553.169000', '193553.171000', '193553.174000', '193553.177000', '193553.179000', '193553.182000', '193613.029000', '193613.032000', '193613.035000', '193613.038000', '193613.040000', '193613.043000', '193613.046000', '193613.048000', '193613.051000', '193613.054000', '193613.056000', '193613.059000', '193613.062000', '193613.064000', '193613.067000', '193613.070000', '193613.072000', '193613.075000', '193613.077000', '193613.080000', '193613.083000', '193613.085000', '193613.088000', '193613.091000', '193613.093000', '193613.096000', '193613.099000', '193613.101000', '193613.104000', '193613.106000', '193613.109000', '193613.112000', '193613.114000', '193613.117000', '193613.120000', '193613.122000', '193613.125000', '193613.127000', '193613.130000', '193613.133000', '193613.135000', '193613.138000', '193613.141000', '193613.143000', '193633.028000', '193633.031000', '193633.034000', '193633.036000', '193633.039000', '193633.042000', '193633.044000', '193633.047000', '193633.050000', '193633.052000', '193633.055000', '193633.057000', '193633.060000', '193633.063000', '193633.065000', '193633.068000', '193633.071000', '193633.073000', '193633.076000', '193633.078000', '193633.081000', '193633.084000', '193633.086000', '193633.089000', '193633.092000', '193633.094000', '193633.097000', '193633.100000', '193633.103000', '193633.106000', '193633.108000', '193633.111000', '193633.114000', '193633.116000', '193633.119000', '193633.122000', '193633.124000', '193633.127000', '193633.129000', '193633.132000', '193633.135000', '193633.137000', '193633.140000', '193653.029000', '193653.032000', '193653.035000', '193653.037000', '193653.040000', '193653.043000', '193653.045000', '193653.048000', '193653.051000', '193653.053000', '193653.056000', '193653.058000', '193653.061000', '193653.064000', '193653.066000', '193653.069000', '193653.071000', '193653.074000', '193653.077000', '193653.079000', '193653.082000', '193653.085000', '193653.087000', '193653.090000', '193653.092000', '193653.095000', '193653.098000', '193653.101000', '193653.103000', '193653.106000', '193653.108000', '193653.111000', '193653.114000', '193653.116000', '193653.119000', '193653.121000', '193653.124000', '193653.127000', '193653.129000', '193653.132000', '193653.135000', '193653.137000', '193653.140000', '193653.142000', '193713.030000', '193713.032000', '193713.035000', '193713.038000', '193713.040000', '193713.043000', '193713.046000', '193713.048000', '193713.051000', '193713.053000', '193713.056000', '193713.059000', '193713.061000', '193713.064000', '193713.067000', '193713.069000', '193713.072000', '193713.075000', '193713.077000', '193713.080000', '193713.082000', '193713.085000', '193713.088000', '193713.090000', '193713.093000', '193713.106000', '193713.109000', '193713.112000', '193713.114000', '193713.125000', '193713.128000', '193713.131000', '193713.133000', '193713.136000', '193713.139000', '193713.141000', '193713.144000', '193713.146000', '193713.149000', '193713.152000', '193713.154000', '193713.157000', '193713.160000', '193714.040000', '193714.043000', '193714.045000'], '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': [14600, 16488, 10324, 14786, 14801, 11336, 15918, 11093, 16673, 11082, 17035, 10955, 16593, 10979, 16475, 10603, 15940, 9741, 14235, 9243, 12726, 9081, 12067, 9541, 11564, 8880, 11530, 9140, 11624, 8979, 11696, 8807, 11548, 8754, 12038, 9225, 12814, 8935, 12677, 9352, 13252, 8555, 11609, 8544, 12407, 9147, 11340, 9072, 10921, 10456, 10753, 14946, 10029, 17578, 10054, 15265, 9568, 13886, 9510, 14869, 9281, 13029, 9460, 12784, 8675, 12859, 9088, 11220, 14224, 10371, 17636, 10038, 16349, 9944, 15230, 8802, 14938, 13741, 17156, 12740, 16690, 12449, 11440, 16409, 10128, 17172, 11389, 14945, 19274, 13362, 18622, 13346, 18407, 12231, 14773, 8866, 13006, 9527, 12502, 10560, 13855, 9144, 12516, 11847, 10921, 19000, 12678, 17919, 12547, 16659, 9995, 13474, 9049, 13012, 14131, 12553, 14059, 10990, 13672, 10917, 15011, 10451, 17861, 11188, 17587, 10225, 15657, 10779, 14617, 9140, 13652, 17167, 12537, 19094, 11323, 15779, 10183, 14955, 9992, 15916, 9683, 13957, 9534, 12708, 9138, 12752, 8775, 13114, 9613, 10802, 18511, 10421, 15195, 10404, 13642, 9233, 14329, 8630, 12077, 8936, 12231, 9424, 10716, 13813, 10878, 12587, 10282, 18173, 10262, 16560, 9578, 14286, 10768, 11585, 18233, 10068, 16236, 9526, 12984, 8416, 10946, 11649, 10492, 18681, 9801, 14928, 9300, 12043, 8362, 11571, 13319, 10389, 19399, 10125, 15999, 11026, 15776, 9339, 14835, 9523, 12105, 10121, 11077, 8363, 13177, 8983, 15330, 10124, 12273, 14232, 10622, 13290, 20024, 13951, 17177, 14561, 15490, 19086, 12941, 19477, 13524, 17395, 10625, 15978, 12161, 13812, 11302, 10962, 10972, 9078, 12352, 9806, 9709, 12341, 8412, 14156, 9063, 15739, 10355, 17257, 11291, 15587, 10365, 16550, 11390, 16365, 13468, 11237, 18205, 11243, 16493, 11184, 15255, 9984, 12953, 8503, 11663, 8538, 11029, 9115, 11078, 16057, 10717, 18691, 11091, 15911, 10405, 14040, 9596, 14748, 14580, 10919, 18078, 11731, 15125, 10083, 13329, 9406, 13937, 8378, 12415, 8760, 11035, 14097, 11225, 18934, 11496, 15863, 10628, 13504, 9348, 12300, 18223, 11225, 16739, 10410, 13448, 9396, 13537, 9243, 14599, 8398, 13360, 9188, 12358, 16671, 12298, 18790, 10458, 15886, 9921, 14059, 8909, 15006, 8639, 13825, 11543, 10685, 18528, 10455, 17152, 10648, 16341, 9870, 13288, 9204, 12663, 9051, 13762, 16102, 11373, 18904, 11288, 15798, 10644, 14700, 9551, 14938, 10109, 11405, 16674, 10092, 18128, 12067, 16331, 10781, 14527, 9430, 12161, 17456, 10770, 18684, 12159, 14839, 9209, 10770, 14838, 10000, 16109, 9714, 14546, 9415, 12859, 9254, 12574, 8795, 12872, 9171, 12786, 15446, 10049, 18898, 10610, 15408, 9326, 13225, 15632, 10673, 17916, 10719, 13817, 8689, 11432, 9667, 10914, 11121, 10043, 18394, 10047, 16135, 10326, 16474, 10350, 15758, 9154, 13719, 9527, 12046, 17908, 12796, 18329, 11005, 17385, 10770, 15796, 10393, 16325, 9740, 14596, 9784, 11862, 14182, 10984, 17780, 11251, 17256, 10146, 14828, 10000, 13162, 8645, 13084, 9113, 12810, 10980, 10775, 17603, 9931, 16582, 10677, 16459, 9860, 14950, 9494, 13544, 9233, 13432, 8853, 14011, 8553, 11131, 18106, 10044, 16997, 10454, 15754, 9190, 13181, 8857, 11457, 9770, 10979, 14285, 11114, 11789, 10595, 17997, 9964, 18075, 11286, 17394, 10676, 15263, 9063, 13579, 13064, 11155, 18580, 12546, 17577, 10642, 15176, 10439, 15200, 10540, 16290, 9929, 14959, 9093, 11735, 16571, 10308, 18233, 11529, 15620, 10115, 12856, 9222, 12222, 8991, 11742, 9168, 12921, 8848, 11571, 15924, 10045, 19160, 12804, 16393, 10505, 14244, 9377, 13000, 8673, 14419, 10725, 11034, 15609, 10635, 18613, 11045, 16888, 11525, 15206, 9487, 13233, 8741, 12333, 9142, 15155, 8596, 13272, 8703, 12540, 12599, 12749, 15470, 12657, 17327, 10228, 18113, 11053, 16150, 10718, 15619, 9343, 12515, 11779, 10359, 18064, 10631, 15780, 10075, 13217, 8848, 11968, 8689, 10398, 13057, 10664, 14320, 9723, 16172, 9890, 15253, 9902, 16175, 9336, 13641, 11944, 10589, 18879, 11923, 16831, 11357, 15910, 9826, 13648, 9280, 12707, 14232, 11503, 18454, 10538, 15276, 10183, 13342, 10145, 14179, 9218, 13879, 8820, 13877, 11809, 13217, 14698, 11208, 17043, 10381, 16880, 9979, 14356, 9200, 14364, 8604, 11390, 10194, 10492, 18208, 10072, 15984, 10175, 14389, 9258, 12451, 8281, 11804, 11986, 11103, 15578, 10494, 15826, 10093, 18621, 10351, 16371, 11006, 16277, 9986, 15727, 9052, 14208, 10829, 11460, 18018, 11759, 17936, 10594, 15950, 10370, 14604, 9118, 14190, 9479, 13062, 9689, 11314, 16401, 10187, 17160, 10355, 15785, 9526, 12498, 8702, 11411, 9237, 10616, 9822, 12384, 9320, 10712, 12398, 10544, 19240, 11089, 17412, 11206, 16062, 9668, 13547, 11177, 10939, 19003, 12814, 17441, 10580, 13120, 9373, 11661, 11174, 10898, 18382, 10808, 15229, 10070, 12481, 8788, 11785, 8992, 11904, 10312, 10504, 18073, 10416, 18069, 11757, 16906, 10894, 15724, 10649, 15211, 9830, 14504, 9560, 14405, 10606, 11664, 17011, 10067, 17173, 10445, 15536, 10000, 13078, 8737, 11325, 9274, 10466, 17663, 9889, 16826, 10113, 13403, 9556, 12272, 8765, 11628, 9250, 12762, 11978, 10378, 18704, 10318, 16374, 10606, 15947, 9247, 13628, 10765, 10907, 19349, 11194, 17018, 10981, 15896, 9976, 14261, 9075, 12606, 9857, 11384, 19407, 12223, 18094, 10807, 14055, 9330, 11641, 13086, 10148, 18989, 12167, 15241, 10397, 11959, 9178, 11218, 12864, 10584, 16901, 10034, 17133, 10180, 16838, 10708, 16912, 10085, 16046, 10436, 14696, 9716, 14682, 10653, 12676, 11739, 11514, 17290, 11035, 16893, 10702, 15232, 10071, 17969, 10317, 15378, 9631, 14375, 10478, 11706, 13452, 10352, 14936, 10067, 16255, 10464, 15605, 9959, 17483, 10350, 17115, 11038, 16322, 10332, 14446, 9036, 12210, 12000, 10789, 18692, 11494, 16376, 10243, 14882, 10086, 15579, 10147, 15845, 10322, 16390, 10624, 15169, 9925, 14451, 9769, 15331, 9406, 16732, 8993, 14397, 9774, 11602, 13822, 10208, 16208, 11063, 10660, 10489, 8939, 11493, 9008, 12099, 16400, 11992, 19304, 11539, 15852, 10684, 13508, 9245, 13438, 9555, 12643, 10756, 10784, 14438, 10257, 18509, 11489, 16739, 10564, 14386, 10253, 13077, 9857, 11800, 9281, 14246, 9630, 13360, 9541], 'WindowCenter': [4566.0, 4559.0, 4493.0, 4522.0, 4518.0, 4488.0, 4515.0, 4474.0, 4513.0, 4473.0, 4512.0, 4461.0, 4501.0, 4461.0, 4501.0, 4449.0, 4487.0, 4426.0, 4466.0, 4425.0, 4456.0, 4413.0, 4456.0, 4423.0, 4444.0, 4424.0, 4444.0, 4424.0, 4445.0, 4425.0, 4456.0, 4427.0, 4458.0, 4427.0, 4469.0, 4438.0, 4481.0, 4439.0, 4480.0, 4439.0, 4480.0, 4441.0, 4472.0, 4441.0, 4483.0, 4452.0, 4473.0, 4441.0, 4472.0, 4461.0, 4473.0, 4504.0, 4465.0, 4523.0, 4476.0, 4516.0, 4468.0, 4508.0, 4469.0, 4519.0, 4480.0, 4509.0, 4482.0, 4511.0, 4471.0, 4523.0, 4471.0, 4504.0, 4533.0, 4495.0, 4552.0, 4492.0, 4542.0, 4492.0, 4555.0, 4498.0, 4545.0, 4546.0, 4556.0, 4536.0, 4555.0, 4525.0, 4515.0, 4557.0, 4506.0, 4557.0, 4515.0, 4546.0, 4551.0, 4523.0, 4543.0, 4511.0, 4542.0, 4510.0, 4520.0, 4469.0, 4509.0, 4478.0, 4510.0, 4489.0, 4522.0, 4481.0, 4522.0, 4511.0, 4503.0, 4553.0, 4522.0, 4542.0, 4512.0, 4542.0, 4478.0, 4511.0, 4469.0, 4512.0, 4509.0, 4510.0, 4519.0, 4490.0, 4506.0, 4489.0, 4529.0, 4492.0, 4541.0, 4503.0, 4540.0, 4493.0, 4529.0, 4501.0, 4522.0, 4466.0, 4521.0, 4529.0, 4500.0, 4540.0, 4487.0, 4517.0, 4476.0, 4516.0, 4466.0, 4516.0, 4467.0, 4507.0, 4467.0, 4497.0, 4467.0, 4499.0, 4457.0, 4509.0, 4467.0, 4488.0, 4538.0, 4477.0, 4517.0, 4477.0, 4507.0, 4467.0, 4505.0, 4458.0, 4499.0, 4455.0, 4499.0, 4467.0, 4479.0, 4508.0, 4489.0, 4509.0, 4482.0, 4539.0, 4480.0, 4529.0, 4469.0, 4519.0, 4477.0, 4489.0, 4528.0, 4468.0, 4517.0, 4467.0, 4497.0, 4447.0, 4488.0, 4489.0, 4490.0, 4539.0, 4481.0, 4520.0, 4470.0, 4500.0, 4460.0, 4500.0, 4510.0, 4492.0, 4551.0, 4491.0, 4531.0, 4488.0, 4529.0, 4470.0, 4522.0, 4468.0, 4500.0, 4493.0, 4490.0, 4458.0, 4523.0, 4483.0, 4556.0, 4508.0, 4539.0, 4550.0, 4505.0, 4539.0, 4568.0, 4537.0, 4558.0, 4533.0, 4534.0, 4541.0, 4499.0, 4526.0, 4496.0, 4504.0, 4452.0, 4494.0, 4470.0, 4481.0, 4460.0, 4460.0, 4462.0, 4456.0, 4494.0, 4476.0, 4466.0, 4496.0, 4446.0, 4507.0, 4458.0, 4530.0, 4482.0, 4541.0, 4503.0, 4531.0, 4479.0, 4530.0, 4488.0, 4532.0, 4509.0, 4490.0, 4526.0, 4477.0, 4518.0, 4476.0, 4507.0, 4467.0, 4497.0, 4458.0, 4489.0, 4458.0, 4490.0, 4469.0, 4501.0, 4531.0, 4492.0, 4552.0, 4491.0, 4531.0, 4491.0, 4521.0, 4469.0, 4522.0, 4520.0, 4492.0, 4541.0, 4499.0, 4518.0, 4479.0, 4509.0, 4470.0, 4520.0, 4460.0, 4511.0, 4471.0, 4502.0, 4522.0, 4503.0, 4554.0, 4514.0, 4532.0, 4491.0, 4511.0, 4470.0, 4513.0, 4541.0, 4501.0, 4531.0, 4490.0, 4520.0, 4470.0, 4521.0, 4481.0, 4532.0, 4472.0, 4522.0, 4481.0, 4514.0, 4542.0, 4514.0, 4554.0, 4493.0, 4543.0, 4482.0, 4522.0, 4471.0, 4532.0, 4461.0, 4523.0, 4501.0, 4492.0, 4541.0, 4492.0, 4541.0, 4493.0, 4542.0, 4493.0, 4523.0, 4483.0, 4513.0, 4472.0, 4524.0, 4533.0, 4503.0, 4543.0, 4493.0, 4531.0, 4491.0, 4522.0, 4470.0, 4521.0, 4480.0, 4502.0, 4529.0, 4481.0, 4541.0, 4501.0, 4532.0, 4491.0, 4522.0, 4470.0, 4501.0, 4529.0, 4489.0, 4530.0, 4488.0, 4509.0, 4457.0, 4477.0, 4506.0, 4464.0, 4516.0, 4467.0, 4507.0, 4468.0, 4498.0, 4468.0, 4498.0, 4460.0, 4510.0, 4469.0, 4511.0, 4530.0, 4481.0, 4542.0, 4491.0, 4520.0, 4468.0, 4510.0, 4518.0, 4479.0, 4528.0, 4478.0, 4508.0, 4458.0, 4489.0, 4469.0, 4490.0, 4499.0, 4481.0, 4541.0, 4493.0, 4542.0, 4492.0, 4542.0, 4493.0, 4530.0, 4482.0, 4522.0, 4480.0, 4513.0, 4542.0, 4513.0, 4544.0, 4503.0, 4542.0, 4491.0, 4530.0, 4479.0, 4531.0, 4468.0, 4519.0, 4467.0, 4488.0, 4506.0, 4477.0, 4528.0, 4487.0, 4527.0, 4467.0, 4507.0, 4466.0, 4496.0, 4456.0, 4498.0, 4456.0, 4508.0, 4477.0, 4488.0, 4528.0, 4468.0, 4527.0, 4478.0, 4528.0, 4479.0, 4518.0, 4469.0, 4508.0, 4469.0, 4509.0, 4469.0, 4521.0, 4458.0, 4490.0, 4539.0, 4479.0, 4529.0, 4480.0, 4530.0, 4469.0, 4510.0, 4459.0, 4489.0, 4479.0, 4491.0, 4520.0, 4502.0, 4501.0, 4493.0, 4541.0, 4482.0, 4542.0, 4502.0, 4543.0, 4492.0, 4533.0, 4471.0, 4522.0, 4509.0, 4491.0, 4541.0, 4511.0, 4541.0, 4490.0, 4520.0, 4490.0, 4530.0, 4491.0, 4531.0, 4480.0, 4521.0, 4459.0, 4500.0, 4527.0, 4478.0, 4529.0, 4489.0, 4518.0, 4480.0, 4498.0, 4469.0, 4498.0, 4457.0, 4499.0, 4469.0, 4510.0, 4470.0, 4501.0, 4529.0, 4481.0, 4541.0, 4511.0, 4529.0, 4491.0, 4520.0, 4470.0, 4510.0, 4457.0, 4520.0, 4488.0, 4490.0, 4519.0, 4479.0, 4539.0, 4489.0, 4529.0, 4489.0, 4519.0, 4469.0, 4509.0, 4458.0, 4497.0, 4468.0, 4521.0, 4460.0, 4511.0, 4460.0, 4511.0, 4509.0, 4511.0, 4531.0, 4512.0, 4541.0, 4481.0, 4541.0, 4489.0, 4520.0, 4478.0, 4519.0, 4458.0, 4498.0, 4487.0, 4476.0, 4527.0, 4476.0, 4517.0, 4468.0, 4509.0, 4457.0, 4497.0, 4457.0, 4480.0, 4508.0, 4490.0, 4520.0, 4482.0, 4542.0, 4492.0, 4531.0, 4492.0, 4544.0, 4483.0, 4524.0, 4512.0, 4494.0, 4541.0, 4501.0, 4531.0, 4491.0, 4531.0, 4480.0, 4521.0, 4469.0, 4510.0, 4508.0, 4487.0, 4540.0, 4480.0, 4519.0, 4479.0, 4509.0, 4479.0, 4521.0, 4470.0, 4522.0, 4470.0, 4523.0, 4500.0, 4511.0, 4520.0, 4502.0, 4529.0, 4479.0, 4529.0, 4478.0, 4519.0, 4468.0, 4509.0, 4458.0, 4500.0, 4479.0, 4489.0, 4537.0, 4479.0, 4529.0, 4479.0, 4520.0, 4471.0, 4525.0, 4461.0, 4502.0, 4500.0, 4502.0, 4533.0, 4493.0, 4532.0, 4493.0, 4543.0, 4492.0, 4531.0, 4491.0, 4532.0, 4482.0, 4532.0, 4471.0, 4522.0, 4490.0, 4502.0, 4541.0, 4503.0, 4543.0, 4491.0, 4531.0, 4480.0, 4519.0, 4458.0, 4509.0, 4468.0, 4510.0, 4470.0, 4488.0, 4528.0, 4478.0, 4527.0, 4478.0, 4520.0, 4468.0, 4499.0, 4458.0, 4489.0, 4468.0, 4490.0, 4479.0, 4512.0, 4471.0, 4493.0, 4512.0, 4493.0, 4553.0, 4503.0, 4542.0, 4502.0, 4532.0, 4480.0, 4511.0, 4489.0, 4491.0, 4540.0, 4510.0, 4529.0, 4479.0, 4508.0, 4457.0, 4489.0, 4486.0, 4489.0, 4540.0, 4489.0, 4518.0, 4479.0, 4498.0, 4457.0, 4499.0, 4460.0, 4501.0, 4480.0, 4491.0, 4540.0, 4490.0, 4530.0, 4501.0, 4531.0, 4491.0, 4530.0, 4490.0, 4520.0, 4469.0, 4509.0, 4468.0, 4509.0, 4477.0, 4488.0, 4528.0, 4467.0, 4527.0, 4476.0, 4517.0, 4467.0, 4498.0, 4459.0, 4489.0, 4468.0, 4489.0, 4529.0, 4480.0, 4529.0, 4479.0, 4511.0, 4481.0, 4500.0, 4460.0, 4501.0, 4471.0, 4513.0, 4500.0, 4482.0, 4541.0, 4481.0, 4531.0, 4481.0, 4532.0, 4471.0, 4523.0, 4490.0, 4492.0, 4541.0, 4490.0, 4530.0, 4491.0, 4530.0, 4481.0, 4521.0, 4471.0, 4501.0, 4480.0, 4502.0, 4543.0, 4502.0, 4542.0, 4491.0, 4521.0, 4469.0, 4501.0, 4509.0, 4492.0, 4555.0, 4513.0, 4532.0, 4481.0, 4500.0, 4469.0, 4502.0, 4510.0, 4492.0, 4542.0, 4482.0, 4541.0, 4493.0, 4542.0, 4494.0, 4545.0, 4496.0, 4535.0, 4492.0, 4522.0, 4470.0, 4523.0, 4491.0, 4512.0, 4500.0, 4502.0, 4529.0, 4490.0, 4531.0, 4492.0, 4531.0, 4481.0, 4541.0, 4480.0, 4520.0, 4469.0, 4510.0, 4480.0, 4491.0, 4508.0, 4480.0, 4518.0, 4479.0, 4529.0, 4492.0, 4531.0, 4479.0, 4541.0, 4483.0, 4531.0, 4490.0, 4531.0, 4480.0, 4521.0, 4460.0, 4501.0, 4498.0, 4489.0, 4529.0, 4490.0, 4530.0, 4481.0, 4520.0, 4482.0, 4531.0, 4482.0, 4530.0, 4480.0, 4531.0, 4491.0, 4521.0, 4481.0, 4520.0, 4480.0, 4520.0, 4459.0, 4532.0, 4459.0, 4511.0, 4470.0, 4489.0, 4507.0, 4468.0, 4517.0, 4486.0, 4478.0, 4479.0, 4458.0, 4490.0, 4471.0, 4503.0, 4530.0, 4501.0, 4543.0, 4491.0, 4520.0, 4479.0, 4511.0, 4459.0, 4511.0, 4468.0, 4500.0, 4478.0, 4489.0, 4508.0, 4479.0, 4529.0, 4488.0, 4520.0, 4479.0, 4509.0, 4479.0, 4510.0, 4479.0, 4486.0, 4469.0, 4520.0, 4482.0, 4522.0, 4483.0], 'WindowWidth': [10016.0, 9997.0, 9887.0, 9926.0, 9911.0, 9869.0, 9903.0, 9845.0, 9899.0, 9839.0, 9896.0, 9822.0, 9876.0, 9817.0, 9875.0, 9800.0, 9850.0, 9764.0, 9819.0, 9761.0, 9806.0, 9742.0, 9803.0, 9757.0, 9787.0, 9758.0, 9788.0, 9757.0, 9789.0, 9760.0, 9806.0, 9766.0, 9812.0, 9768.0, 9829.0, 9786.0, 9847.0, 9788.0, 9845.0, 9788.0, 9847.0, 9793.0, 9841.0, 9794.0, 9854.0, 9811.0, 9840.0, 9796.0, 9838.0, 9821.0, 9842.0, 9883.0, 9833.0, 9913.0, 9852.0, 9906.0, 9843.0, 9897.0, 9845.0, 9913.0, 9863.0, 9901.0, 9868.0, 9907.0, 9853.0, 9927.0, 9852.0, 9902.0, 9939.0, 9890.0, 9968.0, 9884.0, 9951.0, 9884.0, 9975.0, 9901.0, 9963.0, 9964.0, 9981.0, 9950.0, 9974.0, 9935.0, 9920.0, 9982.0, 9908.0, 9983.0, 9918.0, 9963.0, 9969.0, 9925.0, 9955.0, 9905.0, 9951.0, 9903.0, 9919.0, 9845.0, 9901.0, 9858.0, 9905.0, 9874.0, 9923.0, 9867.0, 9926.0, 9907.0, 9899.0, 9967.0, 9923.0, 9952.0, 9907.0, 9951.0, 9859.0, 9908.0, 9845.0, 9908.0, 9898.0, 9903.0, 9913.0, 9875.0, 9894.0, 9874.0, 9927.0, 9882.0, 9949.0, 9898.0, 9952.0, 9885.0, 9933.0, 9892.0, 9924.0, 9839.0, 9920.0, 9927.0, 9888.0, 9948.0, 9867.0, 9908.0, 9849.0, 9904.0, 9836.0, 9907.0, 9839.0, 9895.0, 9841.0, 9880.0, 9838.0, 9885.0, 9825.0, 9900.0, 9840.0, 9870.0, 9942.0, 9854.0, 9908.0, 9853.0, 9895.0, 9838.0, 9892.0, 9829.0, 9886.0, 9823.0, 9886.0, 9841.0, 9859.0, 9895.0, 9873.0, 9898.0, 9866.0, 9944.0, 9863.0, 9928.0, 9845.0, 9914.0, 9853.0, 9873.0, 9927.0, 9842.0, 9910.0, 9839.0, 9881.0, 9813.0, 9871.0, 9870.0, 9874.0, 9944.0, 9864.0, 9916.0, 9849.0, 9892.0, 9834.0, 9892.0, 9901.0, 9881.0, 9964.0, 9880.0, 9934.0, 9873.0, 9930.0, 9848.0, 9922.0, 9842.0, 9888.0, 9882.0, 9876.0, 9830.0, 9927.0, 9871.0, 9979.0, 9914.0, 9958.0, 9975.0, 9905.0, 9958.0, 10002.0, 9947.0, 9985.0, 9938.0, 9941.0, 9950.0, 9885.0, 9924.0, 9872.0, 9887.0, 9806.0, 9868.0, 9826.0, 9846.0, 9813.0, 9815.0, 9822.0, 9823.0, 9869.0, 9849.0, 9834.0, 9876.0, 9808.0, 9891.0, 9828.0, 9928.0, 9864.0, 9946.0, 9895.0, 9935.0, 9856.0, 9932.0, 9867.0, 9935.0, 9897.0, 9872.0, 9921.0, 9850.0, 9907.0, 9849.0, 9893.0, 9837.0, 9880.0, 9830.0, 9872.0, 9828.0, 9876.0, 9845.0, 9893.0, 9932.0, 9882.0, 9964.0, 9879.0, 9934.0, 9877.0, 9920.0, 9845.0, 9920.0, 9915.0, 9879.0, 9951.0, 9886.0, 9912.0, 9857.0, 9901.0, 9847.0, 9918.0, 9837.0, 9908.0, 9850.0, 9897.0, 9919.0, 9898.0, 9972.0, 9913.0, 9935.0, 9876.0, 9907.0, 9847.0, 9911.0, 9949.0, 9893.0, 9935.0, 9875.0, 9916.0, 9848.0, 9920.0, 9866.0, 9937.0, 9855.0, 9924.0, 9867.0, 9915.0, 9949.0, 9913.0, 9971.0, 9886.0, 9954.0, 9869.0, 9922.0, 9850.0, 9937.0, 9838.0, 9926.0, 9892.0, 9880.0, 9948.0, 9880.0, 9948.0, 9884.0, 9951.0, 9886.0, 9927.0, 9870.0, 9914.0, 9854.0, 9930.0, 9936.0, 9899.0, 9957.0, 9882.0, 9935.0, 9877.0, 9923.0, 9847.0, 9921.0, 9861.0, 9895.0, 9929.0, 9865.0, 9948.0, 9891.0, 9938.0, 9880.0, 9927.0, 9850.0, 9892.0, 9929.0, 9871.0, 9935.0, 9868.0, 9901.0, 9825.0, 9851.0, 9891.0, 9832.0, 9906.0, 9838.0, 9894.0, 9842.0, 9883.0, 9842.0, 9884.0, 9834.0, 9904.0, 9846.0, 9907.0, 9928.0, 9864.0, 9949.0, 9877.0, 9917.0, 9840.0, 9902.0, 9909.0, 9857.0, 9928.0, 9854.0, 9896.0, 9829.0, 9872.0, 9844.0, 9877.0, 9886.0, 9865.0, 9948.0, 9885.0, 9951.0, 9882.0, 9950.0, 9884.0, 9934.0, 9868.0, 9924.0, 9863.0, 9912.0, 9948.0, 9911.0, 9956.0, 9897.0, 9952.0, 9877.0, 9933.0, 9858.0, 9935.0, 9842.0, 9916.0, 9839.0, 9870.0, 9891.0, 9853.0, 9925.0, 9866.0, 9926.0, 9838.0, 9895.0, 9837.0, 9879.0, 9823.0, 9884.0, 9822.0, 9898.0, 9852.0, 9867.0, 9924.0, 9841.0, 9921.0, 9856.0, 9927.0, 9858.0, 9912.0, 9844.0, 9897.0, 9844.0, 9901.0, 9844.0, 9919.0, 9829.0, 9875.0, 9940.0, 9859.0, 9927.0, 9861.0, 9930.0, 9846.0, 9903.0, 9831.0, 9875.0, 9859.0, 9880.0, 9915.0, 9893.0, 9892.0, 9884.0, 9949.0, 9870.0, 9950.0, 9896.0, 9953.0, 9881.0, 9940.0, 9851.0, 9922.0, 9900.0, 9880.0, 9948.0, 9905.0, 9949.0, 9877.0, 9917.0, 9876.0, 9930.0, 9878.0, 9933.0, 9860.0, 9919.0, 9831.0, 9888.0, 9922.0, 9856.0, 9930.0, 9872.0, 9912.0, 9859.0, 9884.0, 9843.0, 9883.0, 9826.0, 9886.0, 9844.0, 9904.0, 9848.0, 9892.0, 9927.0, 9865.0, 9948.0, 9904.0, 9928.0, 9877.0, 9916.0, 9848.0, 9903.0, 9827.0, 9917.0, 9868.0, 9875.0, 9911.0, 9859.0, 9942.0, 9871.0, 9927.0, 9871.0, 9915.0, 9845.0, 9900.0, 9830.0, 9883.0, 9842.0, 9919.0, 9834.0, 9906.0, 9836.0, 9906.0, 9899.0, 9908.0, 9931.0, 9908.0, 9948.0, 9864.0, 9949.0, 9873.0, 9917.0, 9854.0, 9916.0, 9826.0, 9884.0, 9864.0, 9849.0, 9922.0, 9850.0, 9907.0, 9841.0, 9899.0, 9826.0, 9881.0, 9824.0, 9860.0, 9894.0, 9874.0, 9915.0, 9867.0, 9950.0, 9882.0, 9934.0, 9883.0, 9955.0, 9871.0, 9930.0, 9908.0, 9886.0, 9949.0, 9893.0, 9935.0, 9876.0, 9935.0, 9861.0, 9920.0, 9844.0, 9902.0, 9896.0, 9869.0, 9948.0, 9861.0, 9914.0, 9858.0, 9899.0, 9859.0, 9918.0, 9849.0, 9922.0, 9849.0, 9923.0, 9886.0, 9907.0, 9914.0, 9895.0, 9929.0, 9859.0, 9927.0, 9855.0, 9912.0, 9842.0, 9902.0, 9829.0, 9888.0, 9857.0, 9873.0, 9939.0, 9860.0, 9927.0, 9859.0, 9917.0, 9851.0, 9934.0, 9839.0, 9896.0, 9887.0, 9893.0, 9935.0, 9882.0, 9937.0, 9884.0, 9954.0, 9882.0, 9934.0, 9879.0, 9937.0, 9866.0, 9938.0, 9852.0, 9923.0, 9875.0, 9895.0, 9946.0, 9894.0, 9956.0, 9879.0, 9934.0, 9861.0, 9914.0, 9828.0, 9902.0, 9842.0, 9903.0, 9845.0, 9870.0, 9924.0, 9854.0, 9922.0, 9855.0, 9914.0, 9843.0, 9887.0, 9830.0, 9873.0, 9843.0, 9877.0, 9859.0, 9907.0, 9851.0, 9884.0, 9907.0, 9885.0, 9967.0, 9896.0, 9950.0, 9893.0, 9936.0, 9861.0, 9907.0, 9870.0, 9876.0, 9947.0, 9900.0, 9930.0, 9857.0, 9899.0, 9824.0, 9871.0, 9863.0, 9873.0, 9946.0, 9870.0, 9911.0, 9856.0, 9881.0, 9826.0, 9886.0, 9832.0, 9891.0, 9861.0, 9877.0, 9943.0, 9876.0, 9931.0, 9890.0, 9934.0, 9876.0, 9932.0, 9874.0, 9916.0, 9842.0, 9900.0, 9839.0, 9899.0, 9851.0, 9869.0, 9924.0, 9838.0, 9921.0, 9850.0, 9909.0, 9839.0, 9883.0, 9828.0, 9872.0, 9840.0, 9872.0, 9928.0, 9861.0, 9928.0, 9859.0, 9904.0, 9865.0, 9890.0, 9834.0, 9893.0, 9849.0, 9912.0, 9888.0, 9867.0, 9949.0, 9866.0, 9933.0, 9862.0, 9936.0, 9849.0, 9923.0, 9874.0, 9879.0, 9948.0, 9875.0, 9929.0, 9876.0, 9930.0, 9862.0, 9918.0, 9849.0, 9892.0, 9861.0, 9893.0, 9952.0, 9892.0, 9949.0, 9875.0, 9919.0, 9845.0, 9892.0, 9899.0, 9882.0, 9977.0, 9910.0, 9935.0, 9862.0, 9889.0, 9845.0, 9893.0, 9902.0, 9882.0, 9950.0, 9868.0, 9949.0, 9883.0, 9951.0, 9887.0, 9959.0, 9890.0, 9942.0, 9880.0, 9923.0, 9847.0, 9924.0, 9874.0, 9908.0, 9888.0, 9893.0, 9928.0, 9875.0, 9932.0, 9879.0, 9934.0, 9865.0, 9946.0, 9861.0, 9917.0, 9841.0, 9903.0, 9856.0, 9874.0, 9895.0, 9858.0, 9908.0, 9859.0, 9927.0, 9880.0, 9932.0, 9861.0, 9948.0, 9868.0, 9932.0, 9874.0, 9932.0, 9860.0, 9919.0, 9832.0, 9892.0, 9882.0, 9871.0, 9929.0, 9873.0, 9930.0, 9863.0, 9917.0, 9865.0, 9932.0, 9867.0, 9931.0, 9860.0, 9932.0, 9876.0, 9919.0, 9864.0, 9916.0, 9860.0, 9916.0, 9830.0, 9935.0, 9829.0, 9905.0, 9844.0, 9872.0, 9893.0, 9842.0, 9907.0, 9865.0, 9852.0, 9856.0, 9829.0, 9875.0, 9849.0, 9897.0, 9929.0, 9890.0, 9956.0, 9875.0, 9917.0, 9857.0, 9902.0, 9829.0, 9904.0, 9839.0, 9887.0, 9854.0, 9870.0, 9895.0, 9855.0, 9928.0, 9868.0, 9917.0, 9856.0, 9898.0, 9857.0, 9900.0, 9857.0, 9865.0, 9843.0, 9914.0, 9864.0, 9921.0, 9869.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.0006558505747126437</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01742823908045977</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.19197706296894</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2971363063060994</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.012945561933256</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5005</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4598.0361</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06557739712202874</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.264367816091954</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6400345144677253</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5527493936831664</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9307097483082525</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.436644401411756</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0155432</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012622419744729996</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.037328943610191345</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.892622439772616</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>21.6498</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.6747</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.1682</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292186.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>953.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.1926</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4846</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.2748</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3622.2394</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3830.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84358.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1264.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4773.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.9067</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.351187925902195</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> |