=== 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-0106 --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-0106",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0106_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0106_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0106/ses-03/func/sub-0106_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b104e5b37e84aa709ae23da53ff4794b</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:02:21.052500</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.998717, -0.0133422, 0.0488426, 0.00435783, 0.983727, 0.179614]</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.085361</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4241, -7815, -7240, 397, -77, -90, 93, 56]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.217</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e6898b7b-e6d4-4dba-98c9-63ff9c7be19b||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.67948579788208, 0.011691738851368427, 0.13619960844516754, 109.97077178955078], [0.035796139389276505, 2.6392688751220703, 0.48376232385635376, -113.89017486572266], [0.1310412436723709, -0.481892466545105, 2.6528143882751465, -55.20155334472656], [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': ['190221.052500', '190221.512500', '190221.972500', '190222.432500', '190222.892500', '190223.352500', '190223.812500', '190224.272500', '190224.732500', '190225.192500', '190225.652500', '190226.112500', '190226.572500', '190227.032500', '190227.492500', '190227.952500', '190228.412500', '190228.872500', '190229.332500', '190229.792500', '190230.252500', '190230.712500', '190231.172500', '190231.632500', '190232.092500', '190232.552500', '190233.012500', '190233.472500', '190233.932500', '190234.392500', '190234.852500', '190235.312500', '190235.772500', '190236.232500', '190236.692500', '190237.152500', '190237.612500', '190238.072500', '190238.532500', '190238.992500', '190239.452500', '190239.912500', '190240.372500', '190240.832500', '190241.292500', '190241.752500', '190242.212500', '190242.672500', '190243.132500', '190243.592500', '190244.052500', '190244.512500', '190244.972500', '190245.432500', '190245.892500', '190246.352500', '190246.812500', '190247.272500', '190247.732500', '190248.192500', '190248.652500', '190249.112500', '190249.572500', '190250.032500', '190250.492500', '190250.952500', '190251.412500', '190251.872500', '190252.332500', '190252.792500', '190253.252500', '190253.712500', '190254.172500', '190254.632500', '190255.092500', '190255.552500', '190256.012500', '190256.472500', '190256.932500', '190257.392500', '190257.852500', '190258.312500', '190258.772500', '190259.232500', '190259.692500', '190300.152500', '190300.612500', '190301.072500', '190301.532500', '190301.992500', '190302.452500', '190302.912500', '190303.372500', '190303.832500', '190304.292500', '190304.752500', '190305.212500', '190305.672500', '190306.132500', '190306.592500', '190307.052500', '190307.512500', '190307.972500', '190308.432500', '190308.892500', '190309.352500', '190309.812500', '190310.272500', '190310.732500', '190311.192500', '190311.652500', '190312.112500', '190312.572500', '190313.032500', '190313.492500', '190313.952500', '190314.412500', '190314.872500', '190315.332500', '190315.792500', '190316.252500', '190316.712500', '190317.172500', '190317.632500', '190318.092500', '190318.552500', '190319.012500', '190319.472500', '190319.932500', '190320.392500', '190320.852500', '190321.312500', '190321.772500', '190322.232500', '190322.692500', '190323.152500', '190323.612500', '190324.072500', '190324.532500', '190324.992500', '190325.452500', '190325.912500', '190326.372500', '190326.832500', '190327.292500', '190327.752500', '190328.212500', '190328.672500', '190329.132500', '190329.592500', '190330.052500', '190330.512500', '190330.972500', '190331.432500', '190331.892500', '190332.352500', '190332.812500', '190333.272500', '190333.732500', '190334.192500', '190334.652500', '190335.112500', '190335.572500', '190336.032500', '190336.492500', '190336.952500', '190337.412500', '190337.872500', '190338.332500', '190338.792500', '190339.252500', '190339.712500', '190340.172500', '190340.632500', '190341.092500', '190341.552500', '190342.012500', '190342.472500', '190342.932500', '190343.392500', '190343.852500', '190344.312500', '190344.772500', '190345.232500', '190345.692500', '190346.152500', '190346.612500', '190347.072500', '190347.532500', '190347.992500', '190348.452500', '190348.912500', '190349.372500', '190349.832500', '190350.292500', '190350.752500', '190351.212500', '190351.672500', '190352.132500', '190352.592500', '190353.052500', '190353.512500', '190353.972500', '190354.432500', '190354.892500', '190355.352500', '190355.812500', '190356.272500', '190356.732500', '190357.192500', '190357.652500', '190358.112500', '190358.572500', '190359.032500', '190359.492500', '190359.952500', '190400.412500', '190400.872500', '190401.332500', '190401.792500', '190402.252500', '190402.712500', '190403.172500', '190403.632500', '190404.092500', '190404.552500', '190405.012500', '190405.472500', '190405.932500', '190406.392500', '190406.852500', '190407.312500', '190407.772500', '190408.232500', '190408.692500', '190409.152500', '190409.612500', '190410.072500', '190410.532500', '190410.992500', '190411.452500', '190411.912500', '190412.372500', '190412.832500', '190413.292500', '190413.752500', '190414.212500', '190414.672500', '190415.132500', '190415.592500', '190416.052500', '190416.512500', '190416.972500', '190417.432500', '190417.892500', '190418.352500', '190418.812500', '190419.272500', '190419.732500', '190420.192500', '190420.652500', '190421.112500', '190421.572500', '190422.032500', '190422.492500', '190422.952500', '190423.412500', '190423.872500', '190424.332500', '190424.792500', '190425.252500', '190425.712500', '190426.172500', '190426.632500', '190427.092500', '190427.552500', '190428.012500', '190428.472500', '190428.932500', '190429.392500', '190429.852500', '190430.312500', '190430.772500', '190431.232500', '190431.692500', '190432.152500', '190432.612500', '190433.072500', '190433.532500', '190433.992500', '190434.452500', '190434.912500', '190435.372500', '190435.832500', '190436.292500', '190436.752500', '190437.212500', '190437.672500', '190438.132500', '190438.592500', '190439.052500', '190439.512500', '190439.972500', '190440.432500', '190440.892500', '190441.352500', '190441.812500', '190442.272500', '190442.732500', '190443.192500', '190443.652500', '190444.112500', '190444.572500', '190445.032500', '190445.492500', '190445.952500', '190446.412500', '190446.872500', '190447.332500', '190447.792500', '190448.252500', '190448.712500', '190449.172500', '190449.632500', '190450.092500', '190450.552500', '190451.012500', '190451.472500', '190451.932500', '190452.392500', '190452.852500', '190453.312500', '190453.772500', '190454.232500', '190454.692500', '190455.152500', '190455.612500', '190456.072500', '190456.532500', '190456.992500', '190457.452500', '190457.912500', '190458.372500', '190458.832500', '190459.292500', '190459.752500', '190500.212500', '190500.672500', '190501.132500', '190501.592500', '190502.052500', '190502.512500', '190502.972500', '190503.432500', '190503.892500', '190504.352500', '190504.812500', '190505.272500', '190505.732500', '190506.192500', '190506.652500', '190507.112500', '190507.572500', '190508.032500', '190508.492500', '190508.952500', '190509.412500', '190509.872500', '190510.332500', '190510.792500', '190511.252500', '190511.712500', '190512.172500', '190512.632500', '190513.092500', '190513.552500', '190514.012500', '190514.472500', '190514.932500', '190515.392500', '190515.852500', '190516.312500', '190516.772500', '190517.232500', '190517.692500', '190518.152500', '190518.612500', '190519.072500', '190519.532500', '190519.992500', '190520.452500', '190520.912500', '190521.372500', '190521.832500', '190522.292500', '190522.752500', '190523.212500', '190523.672500', '190524.132500', '190524.592500', '190525.052500', '190525.512500', '190525.972500', '190526.432500', '190526.892500', '190527.352500', '190527.812500', '190528.272500', '190528.732500', '190529.192500', '190529.652500', '190530.112500', '190530.572500', '190531.032500', '190531.492500', '190531.952500', '190532.412500', '190532.872500', '190533.332500', '190533.792500', '190534.252500', '190534.712500', '190535.172500', '190535.632500', '190536.092500', '190536.552500', '190537.012500', '190537.472500', '190537.932500', '190538.392500', '190538.852500', '190539.312500', '190539.772500', '190540.232500', '190540.692500', '190541.152500', '190541.612500', '190542.072500', '190542.532500', '190542.992500', '190543.452500', '190543.912500', '190544.372500', '190544.832500', '190545.292500', '190545.752500', '190546.212500', '190546.672500', '190547.132500', '190547.592500', '190548.052500', '190548.512500', '190548.972500', '190549.432500', '190549.892500', '190550.352500', '190550.812500', '190551.272500', '190551.732500', '190552.192500', '190552.652500', '190553.112500', '190553.572500', '190554.032500', '190554.492500', '190554.952500', '190555.412500', '190555.872500', '190556.332500', '190556.792500', '190557.252500', '190557.712500', '190558.172500', '190558.632500', '190559.092500', '190559.552500', '190600.012500', '190600.472500', '190600.932500', '190601.392500', '190601.852500', '190602.312500', '190602.772500', '190603.232500', '190603.692500', '190604.152500', '190604.612500', '190605.072500', '190605.532500', '190605.992500', '190606.452500', '190606.912500', '190607.372500', '190607.832500', '190608.292500', '190608.752500', '190609.212500', '190609.672500', '190610.132500', '190610.592500', '190611.052500', '190611.512500', '190611.972500', '190612.432500', '190612.892500', '190613.352500', '190613.812500', '190614.272500', '190614.732500', '190615.192500', '190615.652500', '190616.112500', '190616.572500', '190617.032500', '190617.492500', '190617.952500', '190618.412500', '190618.872500', '190619.332500', '190619.792500', '190620.252500', '190620.712500', '190621.172500', '190621.632500', '190622.092500', '190622.552500', '190623.012500', '190623.472500', '190623.932500', '190624.392500', '190624.852500', '190625.312500', '190625.772500', '190626.232500', '190626.692500', '190627.152500', '190627.612500', '190628.072500', '190628.532500', '190628.992500', '190629.452500', '190629.912500', '190630.372500', '190630.832500', '190631.292500', '190631.752500', '190632.212500', '190632.672500', '190633.132500', '190633.592500', '190634.052500', '190634.512500', '190634.972500', '190635.432500', '190635.892500', '190636.352500', '190636.812500', '190637.272500', '190637.732500', '190638.192500', '190638.652500', '190639.112500', '190639.572500', '190640.032500', '190640.492500', '190640.952500', '190641.412500', '190641.872500', '190642.332500', '190642.792500', '190643.252500', '190643.712500', '190644.172500', '190644.632500', '190645.092500', '190645.552500', '190646.012500', '190646.472500', '190646.932500', '190647.392500', '190647.852500', '190648.312500', '190648.772500', '190649.232500', '190649.692500', '190650.152500', '190650.612500', '190651.072500', '190651.532500', '190651.992500', '190652.452500', '190652.912500', '190653.372500', '190653.832500', '190654.292500', '190654.752500', '190655.212500', '190655.672500', '190656.132500', '190656.592500', '190657.052500', '190657.512500', '190657.972500', '190658.432500', '190658.892500', '190659.352500', '190659.812500', '190700.272500', '190700.732500', '190701.192500', '190701.652500', '190702.112500', '190702.572500', '190703.032500', '190703.492500', '190703.952500', '190704.412500', '190704.872500', '190705.332500', '190705.792500', '190706.252500', '190706.712500', '190707.172500', '190707.632500', '190708.092500', '190708.552500', '190709.012500', '190709.472500', '190709.932500', '190710.392500', '190710.852500', '190711.312500', '190711.772500', '190712.232500', '190712.692500', '190713.152500', '190713.612500', '190714.072500', '190714.532500', '190714.992500', '190715.452500', '190715.912500', '190716.372500', '190716.832500', '190717.292500', '190717.752500', '190718.212500', '190718.672500', '190719.132500', '190719.592500', '190720.052500', '190720.512500', '190720.972500', '190721.432500', '190721.892500', '190722.352500', '190722.812500', '190723.272500', '190723.732500', '190724.192500', '190724.652500', '190725.112500', '190725.572500', '190726.032500', '190726.492500', '190726.952500', '190727.412500', '190727.872500', '190728.332500', '190728.792500', '190729.252500', '190729.712500', '190730.172500', '190730.632500', '190731.092500', '190731.552500', '190732.012500', '190732.472500', '190732.932500', '190733.392500', '190733.852500', '190734.312500', '190734.772500', '190735.232500', '190735.692500', '190736.152500', '190736.612500', '190737.072500', '190737.532500', '190737.992500', '190738.452500', '190738.912500', '190739.372500', '190739.832500', '190740.292500', '190740.752500', '190741.212500', '190741.672500', '190742.132500', '190742.592500', '190743.052500', '190743.512500', '190743.972500', '190744.432500', '190744.892500', '190745.352500', '190745.812500', '190746.272500', '190746.732500', '190747.192500', '190747.652500', '190748.112500', '190748.572500', '190749.032500', '190749.492500', '190749.952500', '190750.412500', '190750.872500', '190751.332500', '190751.792500', '190752.252500', '190752.712500', '190753.172500', '190753.632500', '190754.092500', '190754.552500', '190755.012500', '190755.472500', '190755.932500', '190756.392500', '190756.852500', '190757.312500', '190757.772500', '190758.232500', '190758.692500', '190759.152500', '190759.612500', '190800.072500', '190800.532500', '190800.992500', '190801.452500', '190801.912500', '190802.372500', '190802.832500', '190803.292500', '190803.752500', '190804.212500', '190804.672500', '190805.132500', '190805.592500', '190806.052500', '190806.512500', '190806.972500', '190807.432500', '190807.892500', '190808.352500', '190808.812500', '190809.272500', '190809.732500', '190810.192500', '190810.652500', '190811.112500', '190811.572500', '190812.032500', '190812.492500', '190812.952500', '190813.412500', '190813.872500', '190814.332500', '190814.792500', '190815.252500', '190815.712500', '190816.172500', '190816.632500', '190817.092500', '190817.552500', '190818.012500', '190818.472500', '190818.932500', '190819.392500', '190819.852500', '190820.312500', '190820.772500', '190821.232500', '190821.692500', '190822.152500', '190822.612500', '190823.072500', '190823.532500', '190823.992500', '190824.452500', '190824.912500', '190825.372500', '190825.832500', '190826.292500', '190826.752500', '190827.212500', '190827.672500', '190828.132500', '190828.592500', '190829.052500', '190829.512500', '190829.972500', '190830.432500', '190830.892500', '190831.352500', '190831.812500', '190832.272500', '190832.732500', '190833.192500', '190833.652500', '190834.112500', '190834.572500', '190835.032500', '190835.492500', '190835.952500', '190836.412500', '190836.872500', '190837.332500', '190837.792500', '190838.252500', '190838.712500', '190839.172500', '190839.632500', '190840.092500', '190840.552500', '190841.012500', '190841.472500', '190841.932500', '190842.392500', '190842.852500', '190843.312500', '190843.772500', '190844.232500', '190844.692500', '190845.152500', '190845.612500', '190846.072500', '190846.532500', '190846.992500', '190847.452500', '190847.912500', '190848.372500', '190848.832500', '190849.292500', '190849.752500', '190850.212500', '190850.672500', '190851.132500', '190851.592500', '190852.052500', '190852.512500', '190852.972500', '190853.432500', '190853.892500', '190854.352500', '190854.812500', '190855.272500', '190855.732500', '190856.192500', '190856.652500', '190857.112500', '190857.572500', '190858.032500', '190858.492500', '190858.952500', '190859.412500', '190859.872500', '190900.332500', '190900.792500', '190901.252500', '190901.712500'], 'ContentTime': ['190236.049000', '190236.053000', '190236.055000', '190236.058000', '190236.061000', '190236.063000', '190236.066000', '190236.069000', '190236.071000', '190236.074000', '190236.076000', '190236.079000', '190236.082000', '190236.084000', '190236.087000', '190236.090000', '190236.092000', '190236.095000', '190236.097000', '190236.100000', '190236.103000', '190236.105000', '190236.108000', '190236.111000', '190236.113000', '190236.116000', '190236.118000', '190236.121000', '190236.124000', '190236.137000', '190256.018000', '190256.021000', '190256.024000', '190256.027000', '190256.029000', '190256.032000', '190256.042000', '190256.044000', '190256.047000', '190256.049000', '190256.052000', '190256.055000', '190256.057000', '190256.060000', '190256.065000', '190256.068000', '190256.071000', '190256.073000', '190256.076000', '190256.079000', '190256.081000', '190256.084000', '190256.087000', '190256.089000', '190256.092000', '190256.096000', '190256.099000', '190256.101000', '190256.104000', '190256.106000', '190256.109000', '190256.112000', '190256.114000', '190256.117000', '190256.119000', '190256.122000', '190256.124000', '190256.127000', '190256.130000', '190256.174000', '190256.177000', '190256.180000', '190256.183000', '190316.019000', '190316.021000', '190316.024000', '190316.026000', '190316.029000', '190316.032000', '190316.034000', '190316.037000', '190316.039000', '190316.042000', '190316.044000', '190316.047000', '190316.049000', '190316.052000', '190316.061000', '190316.064000', '190316.066000', '190316.069000', '190316.071000', '190316.074000', '190316.076000', '190316.079000', '190316.081000', '190316.084000', '190316.086000', '190316.089000', '190316.092000', '190316.094000', '190316.097000', '190316.099000', '190316.102000', '190316.104000', '190316.107000', '190316.109000', '190316.112000', '190316.114000', '190316.117000', '190316.120000', '190316.122000', '190316.125000', '190316.127000', '190316.130000', '190316.132000', '190316.135000', '190336.017000', '190336.020000', '190336.023000', '190336.025000', '190336.028000', '190336.030000', '190336.033000', '190336.035000', '190336.038000', '190336.047000', '190336.050000', '190336.053000', '190336.055000', '190336.058000', '190336.060000', '190336.063000', '190336.065000', '190336.068000', '190336.070000', '190336.073000', '190336.075000', '190336.078000', '190336.080000', '190336.083000', '190336.086000', '190336.088000', '190336.091000', '190336.094000', '190336.096000', '190336.099000', '190336.101000', '190336.104000', '190336.107000', '190336.109000', '190336.112000', '190336.115000', '190336.117000', '190336.120000', '190336.122000', '190336.125000', '190336.127000', '190336.130000', '190336.133000', '190356.017000', '190356.020000', '190356.024000', '190356.026000', '190356.029000', '190356.032000', '190356.034000', '190356.037000', '190356.040000', '190356.042000', '190356.045000', '190356.047000', '190356.050000', '190356.053000', '190356.055000', '190356.058000', '190356.060000', '190356.063000', '190356.065000', '190356.068000', '190356.070000', '190356.073000', '190356.076000', '190356.078000', '190356.081000', '190356.083000', '190356.086000', '190356.088000', '190356.091000', '190356.094000', '190356.096000', '190356.099000', '190356.102000', '190356.104000', '190356.107000', '190356.109000', '190356.112000', '190356.114000', '190356.117000', '190356.120000', '190356.122000', '190356.125000', '190356.127000', '190356.130000', '190416.018000', '190416.021000', '190416.024000', '190416.027000', '190416.029000', '190416.032000', '190416.034000', '190416.037000', '190416.040000', '190416.042000', '190416.045000', '190416.047000', '190416.050000', '190416.052000', '190416.055000', '190416.058000', '190416.060000', '190416.063000', '190416.065000', '190416.068000', '190416.070000', '190416.073000', '190416.076000', '190416.078000', '190416.081000', '190416.083000', '190416.086000', '190416.088000', '190416.091000', '190416.094000', '190416.096000', '190416.099000', '190416.101000', '190416.104000', '190416.111000', '190416.114000', '190416.116000', '190416.119000', '190416.122000', '190416.124000', '190416.127000', '190416.129000', '190416.132000', '190436.019000', '190436.021000', '190436.024000', '190436.027000', '190436.029000', '190436.032000', '190436.034000', '190436.037000', '190436.039000', '190436.042000', '190436.045000', '190436.047000', '190436.050000', '190436.053000', '190436.055000', '190436.058000', '190436.060000', '190436.063000', '190436.065000', '190436.068000', '190436.070000', '190436.073000', '190436.076000', '190436.078000', '190436.081000', '190436.083000', '190436.086000', '190436.089000', '190436.091000', '190436.094000', '190436.096000', '190436.099000', '190436.102000', '190436.104000', '190436.107000', '190436.125000', '190436.128000', '190436.130000', '190436.133000', '190436.135000', '190436.138000', '190436.141000', '190436.143000', '190436.165000', '190456.018000', '190456.021000', '190456.024000', '190456.027000', '190456.029000', '190456.032000', '190456.034000', '190456.037000', '190456.039000', '190456.042000', '190456.044000', '190456.047000', '190456.050000', '190456.052000', '190456.055000', '190456.057000', '190456.060000', '190456.062000', '190456.065000', '190456.067000', '190456.070000', '190456.073000', '190456.075000', '190456.078000', '190456.080000', '190456.083000', '190456.085000', '190456.088000', '190456.091000', '190456.094000', '190456.097000', '190456.100000', '190456.102000', '190456.105000', '190456.107000', '190456.110000', '190456.113000', '190456.115000', '190456.118000', '190456.120000', '190456.123000', '190456.125000', '190456.128000', '190516.018000', '190516.021000', '190516.024000', '190516.027000', '190516.030000', '190516.032000', '190516.035000', '190516.037000', '190516.040000', '190516.043000', '190516.045000', '190516.048000', '190516.050000', '190516.053000', '190516.056000', '190516.058000', '190516.061000', '190516.063000', '190516.066000', '190516.069000', '190516.071000', '190516.074000', '190516.076000', '190516.079000', '190516.081000', '190516.084000', '190516.087000', '190516.089000', '190516.092000', '190516.094000', '190516.097000', '190516.099000', '190516.102000', '190516.105000', '190516.107000', '190516.110000', '190516.112000', '190516.115000', '190516.117000', '190516.120000', '190516.123000', '190516.125000', '190516.128000', '190516.130000', '190536.019000', '190536.021000', '190536.024000', '190536.026000', '190536.029000', '190536.032000', '190536.034000', '190536.037000', '190536.039000', '190536.042000', '190536.044000', '190536.047000', '190536.050000', '190536.052000', '190536.055000', '190536.057000', '190536.060000', '190536.062000', '190536.065000', '190536.068000', '190536.070000', '190536.073000', '190536.075000', '190536.078000', '190536.081000', '190536.083000', '190536.086000', '190536.088000', '190536.091000', '190536.093000', '190536.096000', '190536.098000', '190536.101000', '190536.104000', '190536.107000', '190536.109000', '190536.112000', '190536.114000', '190536.117000', '190536.119000', '190536.122000', '190536.125000', '190536.127000', '190556.018000', '190556.020000', '190556.023000', '190556.026000', '190556.028000', '190556.031000', '190556.033000', '190556.036000', '190556.038000', '190556.041000', '190556.044000', '190556.046000', '190556.049000', '190556.051000', '190556.054000', '190556.056000', '190556.059000', '190556.061000', '190556.064000', '190556.067000', '190556.069000', '190556.072000', '190556.074000', '190556.077000', '190556.079000', '190556.082000', '190556.085000', '190556.087000', '190556.090000', '190556.092000', '190556.095000', '190556.098000', '190556.100000', '190556.103000', '190556.106000', '190556.108000', '190556.111000', '190556.113000', '190556.116000', '190556.119000', '190556.121000', '190556.124000', '190556.126000', '190556.129000', '190616.017000', '190616.020000', '190616.023000', '190616.025000', '190616.028000', '190616.031000', '190616.033000', '190616.036000', '190616.038000', '190616.041000', '190616.043000', '190616.046000', '190616.048000', '190616.051000', '190616.054000', '190616.056000', '190616.059000', '190616.061000', '190616.064000', '190616.066000', '190616.069000', '190616.072000', '190616.074000', '190616.077000', '190616.079000', '190616.082000', '190616.084000', '190616.087000', '190616.089000', '190616.092000', '190616.094000', '190616.125000', '190616.128000', '190616.131000', '190616.133000', '190616.136000', '190616.138000', '190616.141000', '190616.144000', '190616.147000', '190616.149000', '190616.152000', '190616.154000', '190636.018000', '190636.021000', '190636.024000', '190636.027000', '190636.029000', '190636.032000', '190636.035000', '190636.037000', '190636.040000', '190636.042000', '190636.045000', '190636.048000', '190636.050000', '190636.053000', '190636.055000', '190636.058000', '190636.061000', '190636.063000', '190636.066000', '190636.068000', '190636.071000', '190636.074000', '190636.076000', '190636.079000', '190636.081000', '190636.084000', '190636.086000', '190636.089000', '190636.092000', '190636.094000', '190636.097000', '190636.099000', '190636.102000', '190636.105000', '190636.107000', '190636.110000', '190636.112000', '190636.115000', '190636.117000', '190636.120000', '190636.122000', '190636.125000', '190636.128000', '190636.130000', '190656.019000', '190656.021000', '190656.024000', '190656.027000', '190656.029000', '190656.032000', '190656.034000', '190656.037000', '190656.039000', '190656.042000', '190656.044000', '190656.047000', '190656.049000', '190656.052000', '190656.055000', '190656.057000', '190656.060000', '190656.062000', '190656.065000', '190656.068000', '190656.070000', '190656.073000', '190656.075000', '190656.078000', '190656.080000', '190656.083000', '190656.085000', '190656.088000', '190656.091000', '190656.093000', '190656.096000', '190656.099000', '190656.101000', '190656.104000', '190656.106000', '190656.109000', '190656.111000', '190656.114000', '190656.116000', '190656.119000', '190656.122000', '190656.124000', '190656.127000', '190716.019000', '190716.021000', '190716.024000', '190716.027000', '190716.029000', '190716.032000', '190716.034000', '190716.037000', '190716.040000', '190716.042000', '190716.045000', '190716.047000', '190716.050000', '190716.052000', '190716.055000', '190716.058000', '190716.060000', '190716.063000', '190716.066000', '190716.068000', '190716.071000', '190716.073000', '190716.076000', '190716.078000', '190716.081000', '190716.083000', '190716.086000', '190716.088000', '190716.091000', '190716.094000', '190716.096000', '190716.099000', '190716.101000', '190716.104000', '190716.107000', '190716.109000', '190716.112000', '190716.114000', '190716.117000', '190716.119000', '190716.122000', '190716.124000', '190716.127000', '190716.130000', '190736.018000', '190736.021000', '190736.024000', '190736.026000', '190736.029000', '190736.032000', '190736.034000', '190736.037000', '190736.039000', '190736.042000', '190736.044000', '190736.047000', '190736.049000', '190736.052000', '190736.055000', '190736.057000', '190736.060000', '190736.062000', '190736.065000', '190736.078000', '190736.080000', '190736.083000', '190736.085000', '190736.088000', '190736.090000', '190736.093000', '190736.096000', '190736.109000', '190736.112000', '190736.114000', '190736.117000', '190736.119000', '190736.122000', '190736.124000', '190736.127000', '190736.130000', '190736.132000', '190736.135000', '190736.137000', '190736.140000', '190736.143000', '190736.145000', '190736.148000', '190756.018000', '190756.021000', '190756.023000', '190756.026000', '190756.028000', '190756.031000', '190756.033000', '190756.036000', '190756.039000', '190756.041000', '190756.044000', '190756.046000', '190756.049000', '190756.051000', '190756.054000', '190756.057000', '190756.059000', '190756.062000', '190756.064000', '190756.067000', '190756.069000', '190756.072000', '190756.075000', '190756.077000', '190756.080000', '190756.082000', '190756.085000', '190756.087000', '190756.090000', '190756.093000', '190756.095000', '190756.098000', '190756.100000', '190756.103000', '190756.105000', '190756.108000', '190756.111000', '190756.113000', '190756.116000', '190756.118000', '190756.121000', '190756.123000', '190756.126000', '190756.128000', '190816.018000', '190816.021000', '190816.023000', '190816.026000', '190816.028000', '190816.031000', '190816.033000', '190816.036000', '190816.038000', '190816.041000', '190816.044000', '190816.046000', '190816.049000', '190816.051000', '190816.054000', '190816.056000', '190816.059000', '190816.062000', '190816.064000', '190816.067000', '190816.069000', '190816.072000', '190816.074000', '190816.077000', '190816.080000', '190816.082000', '190816.085000', '190816.087000', '190816.090000', '190816.093000', '190816.095000', '190816.098000', '190816.100000', '190816.103000', '190816.105000', '190816.108000', '190816.111000', '190816.113000', '190816.116000', '190816.118000', '190816.121000', '190816.124000', '190816.126000', '190836.017000', '190836.022000', '190836.025000', '190836.027000', '190836.030000', '190836.032000', '190836.035000', '190836.037000', '190836.040000', '190836.043000', '190836.046000', '190836.048000', '190836.051000', '190836.054000', '190836.056000', '190836.059000', '190836.061000', '190836.064000', '190836.066000', '190836.069000', '190836.072000', '190836.074000', '190836.077000', '190836.079000', '190836.082000', '190836.084000', '190836.087000', '190836.090000', '190836.092000', '190836.095000', '190836.097000', '190836.100000', '190836.102000', '190836.105000', '190836.108000', '190836.110000', '190836.113000', '190836.115000', '190836.118000', '190836.120000', '190836.123000', '190836.126000', '190836.128000', '190836.131000', '190856.019000', '190856.021000', '190856.024000', '190856.026000', '190856.029000', '190856.032000', '190856.034000', '190856.037000', '190856.039000', '190856.042000', '190856.044000', '190856.047000', '190856.050000', '190856.052000', '190856.055000', '190856.057000', '190856.060000', '190856.062000', '190856.065000', '190856.067000', '190856.070000', '190856.073000', '190856.075000', '190856.078000', '190856.080000', '190856.083000', '190856.086000', '190856.088000', '190856.091000', '190856.093000', '190856.096000', '190856.098000', '190856.101000', '190856.104000', '190856.106000', '190856.109000', '190856.111000', '190856.114000', '190856.130000', '190856.133000', '190856.136000', '190856.138000', '190856.141000', '190903.116000', '190903.119000', '190903.121000', '190903.124000', '190903.126000', '190903.129000', '190903.132000', '190903.134000', '190903.137000', '190903.140000', '190903.142000', '190903.145000', '190903.148000', '190903.151000', '190903.153000', '190903.156000'], 'InstanceCreationTime': ['190236.049000', '190236.053000', '190236.055000', '190236.058000', '190236.061000', '190236.063000', '190236.066000', '190236.069000', '190236.071000', '190236.074000', '190236.076000', '190236.079000', '190236.082000', '190236.084000', '190236.087000', '190236.090000', '190236.092000', '190236.095000', '190236.097000', '190236.100000', '190236.103000', '190236.105000', '190236.108000', '190236.111000', '190236.113000', '190236.116000', '190236.118000', '190236.121000', '190236.124000', '190236.137000', '190256.018000', '190256.021000', '190256.024000', '190256.027000', '190256.029000', '190256.032000', '190256.042000', '190256.044000', '190256.047000', '190256.049000', '190256.052000', '190256.055000', '190256.057000', '190256.060000', '190256.065000', '190256.068000', '190256.071000', '190256.073000', '190256.076000', '190256.079000', '190256.081000', '190256.084000', '190256.087000', '190256.089000', '190256.092000', '190256.096000', '190256.099000', '190256.101000', '190256.104000', '190256.106000', '190256.109000', '190256.112000', '190256.114000', '190256.117000', '190256.119000', '190256.122000', '190256.124000', '190256.127000', '190256.130000', '190256.174000', '190256.177000', '190256.180000', '190256.183000', '190316.019000', '190316.021000', '190316.024000', '190316.026000', '190316.029000', '190316.032000', '190316.034000', '190316.037000', '190316.039000', '190316.042000', '190316.044000', '190316.047000', '190316.049000', '190316.052000', '190316.061000', '190316.064000', '190316.066000', '190316.069000', '190316.071000', '190316.074000', '190316.076000', '190316.079000', '190316.081000', '190316.084000', '190316.086000', '190316.089000', '190316.092000', '190316.094000', '190316.097000', '190316.099000', '190316.102000', '190316.104000', '190316.107000', '190316.109000', '190316.112000', '190316.114000', '190316.117000', '190316.120000', '190316.122000', '190316.125000', '190316.127000', '190316.130000', '190316.132000', '190316.135000', '190336.017000', '190336.020000', '190336.023000', '190336.025000', '190336.028000', '190336.030000', '190336.033000', '190336.035000', '190336.038000', '190336.047000', '190336.050000', '190336.053000', '190336.055000', '190336.058000', '190336.060000', '190336.063000', '190336.065000', '190336.068000', '190336.070000', '190336.073000', '190336.075000', '190336.078000', '190336.080000', '190336.083000', '190336.086000', '190336.088000', '190336.091000', '190336.094000', '190336.096000', '190336.099000', '190336.101000', '190336.104000', '190336.107000', '190336.109000', '190336.112000', '190336.115000', '190336.117000', '190336.120000', '190336.122000', '190336.125000', '190336.127000', '190336.130000', '190336.133000', '190356.017000', '190356.020000', '190356.024000', '190356.026000', '190356.029000', '190356.032000', '190356.034000', '190356.037000', '190356.040000', '190356.042000', '190356.045000', '190356.047000', '190356.050000', '190356.053000', '190356.055000', '190356.058000', '190356.060000', '190356.063000', '190356.065000', '190356.068000', '190356.070000', '190356.073000', '190356.076000', '190356.078000', '190356.081000', '190356.083000', '190356.086000', '190356.088000', '190356.091000', '190356.094000', '190356.096000', '190356.099000', '190356.102000', '190356.104000', '190356.107000', '190356.109000', '190356.112000', '190356.114000', '190356.117000', '190356.120000', '190356.122000', '190356.125000', '190356.127000', '190356.130000', '190416.018000', '190416.021000', '190416.024000', '190416.027000', '190416.029000', '190416.032000', '190416.034000', '190416.037000', '190416.040000', '190416.042000', '190416.045000', '190416.047000', '190416.050000', '190416.052000', '190416.055000', '190416.058000', '190416.060000', '190416.063000', '190416.065000', '190416.068000', '190416.070000', '190416.073000', '190416.076000', '190416.078000', '190416.081000', '190416.083000', '190416.086000', '190416.088000', '190416.091000', '190416.094000', '190416.096000', '190416.099000', '190416.101000', '190416.104000', '190416.111000', '190416.114000', '190416.116000', '190416.119000', '190416.122000', '190416.124000', '190416.127000', '190416.129000', '190416.132000', '190436.019000', '190436.021000', '190436.024000', '190436.027000', '190436.029000', '190436.032000', '190436.034000', '190436.037000', '190436.039000', '190436.042000', '190436.045000', '190436.047000', '190436.050000', '190436.053000', '190436.055000', '190436.058000', '190436.060000', '190436.063000', '190436.065000', '190436.068000', '190436.070000', '190436.073000', '190436.076000', '190436.078000', '190436.081000', '190436.083000', '190436.086000', '190436.089000', '190436.091000', '190436.094000', '190436.096000', '190436.099000', '190436.102000', '190436.104000', '190436.107000', '190436.125000', '190436.128000', '190436.130000', '190436.133000', '190436.135000', '190436.138000', '190436.141000', '190436.143000', '190436.165000', '190456.018000', '190456.021000', '190456.024000', '190456.027000', '190456.029000', '190456.032000', '190456.034000', '190456.037000', '190456.039000', '190456.042000', '190456.044000', '190456.047000', '190456.050000', '190456.052000', '190456.055000', '190456.057000', '190456.060000', '190456.062000', '190456.065000', '190456.067000', '190456.070000', '190456.073000', '190456.075000', '190456.078000', '190456.080000', '190456.083000', '190456.085000', '190456.088000', '190456.091000', '190456.094000', '190456.097000', '190456.100000', '190456.102000', '190456.105000', '190456.107000', '190456.110000', '190456.113000', '190456.115000', '190456.118000', '190456.120000', '190456.123000', '190456.125000', '190456.128000', '190516.018000', '190516.021000', '190516.024000', '190516.027000', '190516.030000', '190516.032000', '190516.035000', '190516.037000', '190516.040000', '190516.043000', '190516.045000', '190516.048000', '190516.050000', '190516.053000', '190516.056000', '190516.058000', '190516.061000', '190516.063000', '190516.066000', '190516.069000', '190516.071000', '190516.074000', '190516.076000', '190516.079000', '190516.081000', '190516.084000', '190516.087000', '190516.089000', '190516.092000', '190516.094000', '190516.097000', '190516.099000', '190516.102000', '190516.105000', '190516.107000', '190516.110000', '190516.112000', '190516.115000', '190516.117000', '190516.120000', '190516.123000', '190516.125000', '190516.128000', '190516.130000', '190536.019000', '190536.021000', '190536.024000', '190536.026000', '190536.029000', '190536.032000', '190536.034000', '190536.037000', '190536.039000', '190536.042000', '190536.044000', '190536.047000', '190536.050000', '190536.052000', '190536.055000', '190536.057000', '190536.060000', '190536.062000', '190536.065000', '190536.068000', '190536.070000', '190536.073000', '190536.075000', '190536.078000', '190536.081000', '190536.083000', '190536.086000', '190536.088000', '190536.091000', '190536.093000', '190536.096000', '190536.098000', '190536.101000', '190536.104000', '190536.107000', '190536.109000', '190536.112000', '190536.114000', '190536.117000', '190536.119000', '190536.122000', '190536.125000', '190536.127000', '190556.018000', '190556.020000', '190556.023000', '190556.026000', '190556.028000', '190556.031000', '190556.033000', '190556.036000', '190556.038000', '190556.041000', '190556.044000', '190556.046000', '190556.049000', '190556.051000', '190556.054000', '190556.056000', '190556.059000', '190556.061000', '190556.064000', '190556.067000', '190556.069000', '190556.072000', '190556.074000', '190556.077000', '190556.079000', '190556.082000', '190556.085000', '190556.087000', '190556.090000', '190556.092000', '190556.095000', '190556.098000', '190556.100000', '190556.103000', '190556.106000', '190556.108000', '190556.111000', '190556.113000', '190556.116000', '190556.119000', '190556.121000', '190556.124000', '190556.126000', '190556.129000', '190616.017000', '190616.020000', '190616.023000', '190616.025000', '190616.028000', '190616.031000', '190616.033000', '190616.036000', '190616.038000', '190616.041000', '190616.043000', '190616.046000', '190616.048000', '190616.051000', '190616.054000', '190616.056000', '190616.059000', '190616.061000', '190616.064000', '190616.066000', '190616.069000', '190616.072000', '190616.074000', '190616.077000', '190616.079000', '190616.082000', '190616.084000', '190616.087000', '190616.089000', '190616.092000', '190616.094000', '190616.125000', '190616.128000', '190616.131000', '190616.133000', '190616.136000', '190616.138000', '190616.141000', '190616.144000', '190616.147000', '190616.149000', '190616.152000', '190616.154000', '190636.018000', '190636.021000', '190636.024000', '190636.027000', '190636.029000', '190636.032000', '190636.035000', '190636.037000', '190636.040000', '190636.042000', '190636.045000', '190636.048000', '190636.050000', '190636.053000', '190636.055000', '190636.058000', '190636.061000', '190636.063000', '190636.066000', '190636.068000', '190636.071000', '190636.074000', '190636.076000', '190636.079000', '190636.081000', '190636.084000', '190636.086000', '190636.089000', '190636.092000', '190636.094000', '190636.097000', '190636.099000', '190636.102000', '190636.105000', '190636.107000', '190636.110000', '190636.112000', '190636.115000', '190636.117000', '190636.120000', '190636.122000', '190636.125000', '190636.128000', '190636.130000', '190656.019000', '190656.021000', '190656.024000', '190656.027000', '190656.029000', '190656.032000', '190656.034000', '190656.037000', '190656.039000', '190656.042000', '190656.044000', '190656.047000', '190656.049000', '190656.052000', '190656.055000', '190656.057000', '190656.060000', '190656.062000', '190656.065000', '190656.068000', '190656.070000', '190656.073000', '190656.075000', '190656.078000', '190656.080000', '190656.083000', '190656.085000', '190656.088000', '190656.091000', '190656.093000', '190656.096000', '190656.099000', '190656.101000', '190656.104000', '190656.106000', '190656.109000', '190656.111000', '190656.114000', '190656.116000', '190656.119000', '190656.122000', '190656.124000', '190656.127000', '190716.019000', '190716.021000', '190716.024000', '190716.027000', '190716.029000', '190716.032000', '190716.034000', '190716.037000', '190716.040000', '190716.042000', '190716.045000', '190716.047000', '190716.050000', '190716.052000', '190716.055000', '190716.058000', '190716.060000', '190716.063000', '190716.066000', '190716.068000', '190716.071000', '190716.073000', '190716.076000', '190716.078000', '190716.081000', '190716.083000', '190716.086000', '190716.088000', '190716.091000', '190716.094000', '190716.096000', '190716.099000', '190716.101000', '190716.104000', '190716.107000', '190716.109000', '190716.112000', '190716.114000', '190716.117000', '190716.119000', '190716.122000', '190716.124000', '190716.127000', '190716.130000', '190736.018000', '190736.021000', '190736.024000', '190736.026000', '190736.029000', '190736.032000', '190736.034000', '190736.037000', '190736.039000', '190736.042000', '190736.044000', '190736.047000', '190736.049000', '190736.052000', '190736.055000', '190736.057000', '190736.060000', '190736.062000', '190736.065000', '190736.078000', '190736.080000', '190736.083000', '190736.085000', '190736.088000', '190736.090000', '190736.093000', '190736.096000', '190736.109000', '190736.112000', '190736.114000', '190736.117000', '190736.119000', '190736.122000', '190736.124000', '190736.127000', '190736.130000', '190736.132000', '190736.135000', '190736.137000', '190736.140000', '190736.143000', '190736.145000', '190736.148000', '190756.018000', '190756.021000', '190756.023000', '190756.026000', '190756.028000', '190756.031000', '190756.033000', '190756.036000', '190756.039000', '190756.041000', '190756.044000', '190756.046000', '190756.049000', '190756.051000', '190756.054000', '190756.057000', '190756.059000', '190756.062000', '190756.064000', '190756.067000', '190756.069000', '190756.072000', '190756.075000', '190756.077000', '190756.080000', '190756.082000', '190756.085000', '190756.087000', '190756.090000', '190756.093000', '190756.095000', '190756.098000', '190756.100000', '190756.103000', '190756.105000', '190756.108000', '190756.111000', '190756.113000', '190756.116000', '190756.118000', '190756.121000', '190756.123000', '190756.126000', '190756.128000', '190816.018000', '190816.021000', '190816.023000', '190816.026000', '190816.028000', '190816.031000', '190816.033000', '190816.036000', '190816.038000', '190816.041000', '190816.044000', '190816.046000', '190816.049000', '190816.051000', '190816.054000', '190816.056000', '190816.059000', '190816.062000', '190816.064000', '190816.067000', '190816.069000', '190816.072000', '190816.074000', '190816.077000', '190816.080000', '190816.082000', '190816.085000', '190816.087000', '190816.090000', '190816.093000', '190816.095000', '190816.098000', '190816.100000', '190816.103000', '190816.105000', '190816.108000', '190816.111000', '190816.113000', '190816.116000', '190816.118000', '190816.121000', '190816.124000', '190816.126000', '190836.017000', '190836.022000', '190836.025000', '190836.027000', '190836.030000', '190836.032000', '190836.035000', '190836.037000', '190836.040000', '190836.043000', '190836.046000', '190836.048000', '190836.051000', '190836.054000', '190836.056000', '190836.059000', '190836.061000', '190836.064000', '190836.066000', '190836.069000', '190836.072000', '190836.074000', '190836.077000', '190836.079000', '190836.082000', '190836.084000', '190836.087000', '190836.090000', '190836.092000', '190836.095000', '190836.097000', '190836.100000', '190836.102000', '190836.105000', '190836.108000', '190836.110000', '190836.113000', '190836.115000', '190836.118000', '190836.120000', '190836.123000', '190836.126000', '190836.128000', '190836.131000', '190856.019000', '190856.021000', '190856.024000', '190856.026000', '190856.029000', '190856.032000', '190856.034000', '190856.037000', '190856.039000', '190856.042000', '190856.044000', '190856.047000', '190856.050000', '190856.052000', '190856.055000', '190856.057000', '190856.060000', '190856.062000', '190856.065000', '190856.067000', '190856.070000', '190856.073000', '190856.075000', '190856.078000', '190856.080000', '190856.083000', '190856.086000', '190856.088000', '190856.091000', '190856.093000', '190856.096000', '190856.098000', '190856.101000', '190856.104000', '190856.106000', '190856.109000', '190856.111000', '190856.114000', '190856.130000', '190856.133000', '190856.136000', '190856.138000', '190856.141000', '190903.116000', '190903.119000', '190903.121000', '190903.124000', '190903.126000', '190903.129000', '190903.132000', '190903.134000', '190903.137000', '190903.140000', '190903.142000', '190903.145000', '190903.148000', '190903.151000', '190903.153000', '190903.156000'], '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': [10661, 8977, 10094, 14621, 12158, 12264, 10083, 9760, 8271, 9779, 12223, 11348, 11258, 10305, 8342, 9963, 9924, 11266, 11005, 9627, 9111, 10008, 10059, 8636, 9652, 8153, 9833, 9699, 9522, 8970, 9910, 8908, 8753, 8942, 9207, 10459, 10671, 9880, 11708, 10476, 9848, 9798, 9449, 15191, 10555, 9200, 11750, 13383, 11425, 14056, 9877, 14128, 10135, 8595, 8565, 9171, 8644, 9218, 9346, 9821, 10880, 10751, 10152, 8620, 7985, 9493, 8877, 8353, 9570, 9830, 10254, 13385, 11270, 11583, 10433, 13507, 11704, 11237, 11204, 11912, 9742, 12429, 9793, 9939, 9656, 8491, 9911, 8833, 9916, 10345, 8253, 9528, 9276, 9922, 9509, 9897, 11409, 8243, 9433, 8729, 9883, 8754, 9833, 8606, 9778, 8622, 9829, 10202, 9851, 8073, 9280, 9105, 7878, 9259, 11793, 8304, 10605, 11645, 9950, 11053, 8520, 12005, 11004, 10316, 11904, 10636, 11641, 9788, 11317, 9580, 10235, 12227, 10438, 11539, 10256, 8128, 9355, 8066, 9604, 11932, 9921, 11511, 9642, 10197, 8912, 10089, 8581, 11369, 9033, 9953, 9199, 11376, 8331, 10724, 10612, 10459, 8234, 9905, 10881, 9736, 10799, 9175, 10137, 9718, 10232, 9115, 9689, 9174, 11267, 9140, 12059, 10090, 12199, 9334, 8692, 9285, 8131, 9741, 11544, 12522, 10828, 13182, 10173, 10496, 8881, 9513, 11267, 10614, 11023, 11164, 11279, 9826, 7830, 9559, 8658, 9632, 11174, 11164, 12209, 10328, 10732, 9722, 9274, 10079, 9065, 8743, 10822, 9238, 7940, 9243, 8071, 9548, 9419, 11361, 8034, 10107, 7912, 9757, 11123, 9953, 11528, 10527, 8146, 9966, 8135, 9604, 7869, 11359, 8864, 9771, 9088, 9594, 8975, 11691, 10644, 11174, 9121, 10984, 9317, 10923, 8116, 12347, 8130, 10528, 8160, 9563, 7892, 9750, 11175, 11249, 8033, 9622, 8788, 9839, 9216, 10303, 11587, 10547, 8023, 9764, 10624, 10057, 10810, 11769, 11758, 10011, 12490, 9969, 10329, 11540, 10368, 9779, 9715, 9437, 9414, 9669, 10563, 8290, 10950, 8606, 9784, 8040, 9658, 11650, 9730, 12137, 11397, 8309, 8742, 8901, 9643, 9917, 10165, 12641, 11206, 10628, 11933, 9341, 9645, 7861, 9614, 8101, 9751, 9586, 9852, 8220, 9312, 8662, 8971, 8112, 10010, 8436, 9741, 8426, 10529, 9543, 9169, 9429, 10149, 10321, 10859, 8664, 11383, 9991, 9075, 10567, 9861, 8394, 9577, 7703, 9235, 8213, 9378, 8219, 9544, 8214, 9460, 7706, 9637, 8787, 9811, 9702, 10485, 8846, 10481, 9676, 11647, 8767, 9028, 9712, 10700, 9007, 9890, 8265, 9691, 8683, 9507, 8513, 9814, 9500, 10165, 11182, 10120, 8052, 9596, 10502, 10030, 10774, 11053, 8764, 9885, 8514, 9615, 11265, 10613, 10774, 10770, 8137, 9195, 9663, 9153, 9337, 10383, 10020, 11959, 9698, 9488, 10004, 10212, 11447, 12104, 9356, 11942, 9710, 8568, 10072, 10084, 10651, 10066, 9146, 10581, 9109, 8929, 9667, 8808, 8519, 9779, 7990, 9788, 8698, 9011, 8945, 9740, 8007, 9587, 12520, 10866, 9975, 9478, 9754, 9641, 9797, 9719, 9961, 8046, 9582, 9961, 9658, 10550, 10824, 9101, 9596, 8837, 9776, 10949, 11085, 9893, 9717, 8940, 9524, 7957, 9233, 8273, 9602, 11411, 11172, 10302, 8373, 9854, 9151, 9516, 9847, 10016, 8943, 8606, 8926, 8792, 8590, 8907, 9535, 9391, 10641, 7951, 10824, 9106, 9773, 7899, 9686, 12931, 12208, 10262, 9617, 9935, 9827, 9765, 8446, 10781, 7978, 8869, 8166, 9650, 10090, 9237, 10254, 10431, 9016, 8532, 8731, 7835, 9581, 12188, 11107, 10435, 9283, 11590, 8201, 10016, 8439, 9609, 10288, 9518, 8595, 8940, 9002, 9917, 9107, 8317, 10052, 9195, 8197, 10240, 9805, 10245, 10156, 10512, 11188, 10555, 9034, 10183, 10091, 11440, 10456, 12510, 9982, 13382, 9930, 13468, 10574, 12216, 11568, 10861, 9289, 9209, 9985, 9774, 9857, 9596, 8713, 10064, 10359, 10023, 8888, 8393, 9749, 9292, 10184, 9708, 10059, 9222, 9825, 9474, 9898, 8838, 8866, 9322, 8633, 9716, 9788, 10209, 10425, 9471, 10126, 9762, 9791, 9466, 9338, 9503, 10212, 9517, 10101, 9431, 10150, 9624, 8422, 8500, 9292, 9574, 9515, 10299, 8708, 9630, 9001, 9506, 8560, 9794, 9100, 8685, 9284, 10431, 10173, 10380, 9002, 10468, 9061, 8927, 9200, 8629, 9465, 10999, 11304, 10235, 10844, 9794, 9355, 8485, 9572, 9709, 9471, 10852, 10512, 10064, 10307, 10149, 10473, 9734, 9034, 8687, 9089, 8316, 9175, 10404, 9673, 11461, 9543, 10126, 9057, 9145, 9008, 9681, 8503, 9505, 8323, 10037, 8709, 9472, 9004, 9825, 9066, 9848, 8302, 9737, 11197, 11005, 8476, 9154, 8229, 9334, 10287, 10562, 10903, 11227, 9457, 9104, 8002, 9031, 10252, 9091, 9689, 8936, 9135, 8804, 9021, 8627, 9078, 10589, 10584, 10260, 12120, 9536, 8817, 9353, 8859, 8394, 9099, 10448, 9565, 10846, 8313, 9538, 10620, 10086, 8691, 8798, 10757, 9138, 10046, 9108, 8797, 8853, 9326, 8918, 9086, 8822, 9162, 8229, 8613, 8531, 9478, 10279, 9098, 11758, 9131, 10568, 8912, 9684, 8342, 9282, 11770, 12655, 9601, 9490, 10323, 9119, 9881, 8132, 9069, 9840, 8790, 10105, 8185, 9097, 10342, 9942, 10036, 10909, 9812, 11375, 11218, 10518, 10414, 9245, 11886, 9026, 8614, 8941, 9171, 8116, 8787, 8761, 9180, 9065, 9074, 9806, 9557, 9359, 8882, 9334, 8646, 9125, 10897, 10794, 9958, 8939, 9723, 8477, 9331, 12162, 9752, 9222, 8932, 9419, 8692, 9440, 8295, 8967, 10304, 9061, 8829, 8837, 9174, 8985, 9228, 8175, 9261, 8052, 8559, 8407, 9304, 11125, 9816, 10550, 9379, 9815, 8381, 10486, 8645, 9358, 9799, 9261, 10837, 10380, 10595, 8698, 10189, 9031, 8913, 8181, 9098, 10890, 9070, 8450, 8972, 9574, 8809, 9406, 8551, 9077, 8059, 9258, 8679, 9148, 10646, 10174, 10390, 8333, 9613, 8093, 9311, 10404, 9186, 9724, 8935, 9841, 8916, 9206, 8710, 9410, 8127, 8998, 12211, 9752, 10169, 8899, 9544, 8777, 9573, 11396, 10148, 11712, 13016, 10224, 8598, 9355, 10628, 9303, 9562, 9204, 9446, 8364, 9556, 7922, 9017, 10763, 9174, 9121, 9088, 10280, 10471, 10146, 8282, 9392, 12351, 9568, 9397, 9187, 8860, 8810, 9044, 8739, 9442, 8790, 9341], 'WindowCenter': [4386.0, 4349.0, 4346.0, 4374.0, 4351.0, 4338.0, 4328.0, 4317.0, 4295.0, 4316.0, 4323.0, 4327.0, 4326.0, 4316.0, 4295.0, 4316.0, 4318.0, 4327.0, 4325.0, 4316.0, 4305.0, 4317.0, 4328.0, 4306.0, 4316.0, 4297.0, 4331.0, 4343.0, 4343.0, 4329.0, 4352.0, 4343.0, 4330.0, 4331.0, 4328.0, 4339.0, 4327.0, 4329.0, 4338.0, 4329.0, 4318.0, 4329.0, 4328.0, 4357.0, 4326.0, 4305.0, 4325.0, 4333.0, 4312.0, 4330.0, 4300.0, 4329.0, 4299.0, 4278.0, 4289.0, 4302.0, 4278.0, 4290.0, 4301.0, 4314.0, 4338.0, 4353.0, 4339.0, 4307.0, 4318.0, 4337.0, 4340.0, 4318.0, 4342.0, 4342.0, 4345.0, 4349.0, 4340.0, 4328.0, 4328.0, 4338.0, 4327.0, 4315.0, 4303.0, 4301.0, 4267.0, 4297.0, 4263.0, 4263.0, 4261.0, 4251.0, 4261.0, 4262.0, 4272.0, 4272.0, 4252.0, 4274.0, 4274.0, 4286.0, 4286.0, 4288.0, 4297.0, 4267.0, 4287.0, 4277.0, 4288.0, 4276.0, 4289.0, 4278.0, 4300.0, 4280.0, 4301.0, 4301.0, 4314.0, 4293.0, 4304.0, 4306.0, 4306.0, 4329.0, 4350.0, 4308.0, 4340.0, 4337.0, 4330.0, 4340.0, 4320.0, 4350.0, 4338.0, 4328.0, 4337.0, 4326.0, 4325.0, 4315.0, 4325.0, 4315.0, 4316.0, 4335.0, 4315.0, 4336.0, 4327.0, 4295.0, 4316.0, 4309.0, 4328.0, 4337.0, 4328.0, 4337.0, 4328.0, 4328.0, 4318.0, 4340.0, 4319.0, 4336.0, 4306.0, 4327.0, 4305.0, 4337.0, 4307.0, 4328.0, 4327.0, 4327.0, 4307.0, 4328.0, 4326.0, 4316.0, 4325.0, 4304.0, 4326.0, 4342.0, 4329.0, 4318.0, 4328.0, 4329.0, 4338.0, 4329.0, 4349.0, 4338.0, 4349.0, 4329.0, 4320.0, 4329.0, 4308.0, 4330.0, 4339.0, 4348.0, 4329.0, 4349.0, 4327.0, 4328.0, 4317.0, 4318.0, 4327.0, 4327.0, 4328.0, 4337.0, 4337.0, 4328.0, 4297.0, 4328.0, 4307.0, 4317.0, 4337.0, 4337.0, 4338.0, 4327.0, 4327.0, 4317.0, 4316.0, 4316.0, 4317.0, 4307.0, 4337.0, 4316.0, 4306.0, 4329.0, 4307.0, 4330.0, 4329.0, 4351.0, 4308.0, 4329.0, 4309.0, 4328.0, 4338.0, 4329.0, 4352.0, 4339.0, 4309.0, 4328.0, 4308.0, 4330.0, 4309.0, 4339.0, 4318.0, 4328.0, 4320.0, 4328.0, 4320.0, 4350.0, 4341.0, 4340.0, 4331.0, 4340.0, 4331.0, 4340.0, 4309.0, 4349.0, 4309.0, 4328.0, 4308.0, 4328.0, 4295.0, 4318.0, 4337.0, 4338.0, 4298.0, 4317.0, 4307.0, 4329.0, 4316.0, 4328.0, 4338.0, 4328.0, 4297.0, 4328.0, 4327.0, 4328.0, 4340.0, 4338.0, 4338.0, 4328.0, 4347.0, 4328.0, 4328.0, 4338.0, 4327.0, 4328.0, 4317.0, 4318.0, 4317.0, 4317.0, 4328.0, 4307.0, 4338.0, 4307.0, 4328.0, 4296.0, 4317.0, 4350.0, 4330.0, 4349.0, 4338.0, 4306.0, 4307.0, 4317.0, 4328.0, 4316.0, 4327.0, 4336.0, 4326.0, 4326.0, 4337.0, 4315.0, 4316.0, 4296.0, 4316.0, 4296.0, 4317.0, 4315.0, 4327.0, 4307.0, 4317.0, 4317.0, 4317.0, 4307.0, 4327.0, 4304.0, 4328.0, 4307.0, 4325.0, 4329.0, 4328.0, 4330.0, 4329.0, 4326.0, 4339.0, 4319.0, 4338.0, 4327.0, 4318.0, 4340.0, 4328.0, 4307.0, 4316.0, 4295.0, 4318.0, 4307.0, 4328.0, 4309.0, 4329.0, 4308.0, 4342.0, 4310.0, 4330.0, 4320.0, 4341.0, 4331.0, 4343.0, 4320.0, 4341.0, 4330.0, 4340.0, 4319.0, 4316.0, 4329.0, 4340.0, 4318.0, 4329.0, 4308.0, 4318.0, 4307.0, 4318.0, 4308.0, 4329.0, 4318.0, 4329.0, 4338.0, 4328.0, 4297.0, 4328.0, 4327.0, 4328.0, 4328.0, 4338.0, 4305.0, 4328.0, 4308.0, 4329.0, 4338.0, 4329.0, 4339.0, 4339.0, 4297.0, 4319.0, 4329.0, 4329.0, 4328.0, 4340.0, 4329.0, 4350.0, 4329.0, 4329.0, 4328.0, 4329.0, 4336.0, 4340.0, 4317.0, 4337.0, 4317.0, 4306.0, 4315.0, 4326.0, 4325.0, 4316.0, 4306.0, 4325.0, 4305.0, 4305.0, 4314.0, 4305.0, 4305.0, 4316.0, 4296.0, 4315.0, 4308.0, 4317.0, 4319.0, 4329.0, 4297.0, 4318.0, 4348.0, 4328.0, 4327.0, 4318.0, 4318.0, 4316.0, 4317.0, 4317.0, 4315.0, 4296.0, 4318.0, 4317.0, 4317.0, 4327.0, 4328.0, 4317.0, 4318.0, 4316.0, 4327.0, 4338.0, 4336.0, 4315.0, 4317.0, 4317.0, 4329.0, 4309.0, 4329.0, 4320.0, 4331.0, 4339.0, 4338.0, 4329.0, 4297.0, 4317.0, 4306.0, 4317.0, 4316.0, 4316.0, 4305.0, 4305.0, 4305.0, 4306.0, 4305.0, 4317.0, 4317.0, 4317.0, 4328.0, 4308.0, 4338.0, 4318.0, 4328.0, 4297.0, 4317.0, 4336.0, 4337.0, 4315.0, 4316.0, 4316.0, 4315.0, 4315.0, 4295.0, 4325.0, 4295.0, 4305.0, 4295.0, 4316.0, 4315.0, 4315.0, 4327.0, 4327.0, 4306.0, 4307.0, 4308.0, 4296.0, 4316.0, 4337.0, 4326.0, 4327.0, 4316.0, 4326.0, 4295.0, 4315.0, 4293.0, 4314.0, 4312.0, 4313.0, 4304.0, 4318.0, 4332.0, 4342.0, 4332.0, 4320.0, 4340.0, 4330.0, 4334.0, 4370.0, 4367.0, 4379.0, 4378.0, 4378.0, 4375.0, 4364.0, 4333.0, 4342.0, 4333.0, 4343.0, 4342.0, 4363.0, 4330.0, 4347.0, 4304.0, 4324.0, 4300.0, 4308.0, 4295.0, 4297.0, 4276.0, 4264.0, 4274.0, 4274.0, 4275.0, 4275.0, 4265.0, 4287.0, 4287.0, 4286.0, 4276.0, 4266.0, 4287.0, 4277.0, 4299.0, 4288.0, 4289.0, 4289.0, 4300.0, 4290.0, 4302.0, 4292.0, 4303.0, 4304.0, 4291.0, 4315.0, 4315.0, 4316.0, 4315.0, 4315.0, 4316.0, 4316.0, 4315.0, 4317.0, 4305.0, 4316.0, 4315.0, 4317.0, 4316.0, 4306.0, 4327.0, 4317.0, 4307.0, 4307.0, 4318.0, 4317.0, 4329.0, 4328.0, 4306.0, 4319.0, 4308.0, 4318.0, 4308.0, 4329.0, 4320.0, 4319.0, 4330.0, 4341.0, 4329.0, 4330.0, 4319.0, 4328.0, 4319.0, 4319.0, 4330.0, 4307.0, 4331.0, 4328.0, 4339.0, 4329.0, 4329.0, 4317.0, 4318.0, 4307.0, 4318.0, 4317.0, 4318.0, 4315.0, 4327.0, 4316.0, 4316.0, 4326.0, 4327.0, 4315.0, 4306.0, 4318.0, 4317.0, 4306.0, 4318.0, 4328.0, 4318.0, 4338.0, 4316.0, 4326.0, 4306.0, 4316.0, 4307.0, 4317.0, 4306.0, 4318.0, 4307.0, 4317.0, 4306.0, 4328.0, 4319.0, 4328.0, 4317.0, 4328.0, 4307.0, 4318.0, 4327.0, 4328.0, 4296.0, 4316.0, 4306.0, 4317.0, 4316.0, 4326.0, 4327.0, 4326.0, 4317.0, 4306.0, 4296.0, 4306.0, 4327.0, 4306.0, 4328.0, 4318.0, 4318.0, 4319.0, 4319.0, 4317.0, 4319.0, 4328.0, 4329.0, 4329.0, 4338.0, 4317.0, 4319.0, 4317.0, 4318.0, 4307.0, 4319.0, 4326.0, 4319.0, 4339.0, 4307.0, 4318.0, 4328.0, 4328.0, 4306.0, 4306.0, 4326.0, 4316.0, 4316.0, 4306.0, 4305.0, 4307.0, 4316.0, 4318.0, 4318.0, 4319.0, 4330.0, 4309.0, 4319.0, 4320.0, 4331.0, 4340.0, 4331.0, 4351.0, 4331.0, 4340.0, 4320.0, 4331.0, 4308.0, 4331.0, 4351.0, 4350.0, 4318.0, 4328.0, 4327.0, 4308.0, 4328.0, 4297.0, 4319.0, 4329.0, 4318.0, 4328.0, 4306.0, 4318.0, 4327.0, 4317.0, 4317.0, 4327.0, 4317.0, 4326.0, 4326.0, 4326.0, 4315.0, 4304.0, 4324.0, 4302.0, 4291.0, 4317.0, 4316.0, 4295.0, 4305.0, 4306.0, 4317.0, 4306.0, 4306.0, 4316.0, 4317.0, 4316.0, 4317.0, 4317.0, 4306.0, 4318.0, 4327.0, 4328.0, 4317.0, 4306.0, 4316.0, 4295.0, 4306.0, 4335.0, 4315.0, 4305.0, 4305.0, 4305.0, 4305.0, 4316.0, 4295.0, 4317.0, 4327.0, 4317.0, 4306.0, 4307.0, 4316.0, 4307.0, 4316.0, 4307.0, 4318.0, 4308.0, 4318.0, 4309.0, 4319.0, 4338.0, 4328.0, 4328.0, 4319.0, 4328.0, 4308.0, 4328.0, 4307.0, 4318.0, 4316.0, 4316.0, 4326.0, 4316.0, 4326.0, 4305.0, 4313.0, 4305.0, 4304.0, 4293.0, 4306.0, 4326.0, 4307.0, 4306.0, 4317.0, 4317.0, 4318.0, 4330.0, 4319.0, 4319.0, 4309.0, 4330.0, 4319.0, 4330.0, 4329.0, 4328.0, 4328.0, 4307.0, 4316.0, 4296.0, 4319.0, 4327.0, 4317.0, 4317.0, 4319.0, 4330.0, 4319.0, 4317.0, 4319.0, 4329.0, 4308.0, 4321.0, 4351.0, 4331.0, 4340.0, 4321.0, 4330.0, 4309.0, 4330.0, 4338.0, 4329.0, 4340.0, 4349.0, 4327.0, 4306.0, 4317.0, 4315.0, 4305.0, 4315.0, 4305.0, 4316.0, 4295.0, 4316.0, 4295.0, 4306.0, 4325.0, 4306.0, 4307.0, 4305.0, 4327.0, 4326.0, 4315.0, 4294.0, 4314.0, 4334.0, 4304.0, 4303.0, 4304.0, 4306.0, 4306.0, 4304.0, 4306.0, 4316.0, 4306.0, 4317.0], 'WindowWidth': [9678.0, 9611.0, 9600.0, 9632.0, 9594.0, 9571.0, 9556.0, 9539.0, 9508.0, 9536.0, 9539.0, 9552.0, 9549.0, 9537.0, 9506.0, 9536.0, 9542.0, 9552.0, 9546.0, 9535.0, 9521.0, 9539.0, 9556.0, 9522.0, 9535.0, 9512.0, 9566.0, 9589.0, 9589.0, 9566.0, 9604.0, 9593.0, 9570.0, 9571.0, 9561.0, 9574.0, 9556.0, 9559.0, 9573.0, 9560.0, 9541.0, 9562.0, 9562.0, 9601.0, 9554.0, 9523.0, 9554.0, 9555.0, 9526.0, 9548.0, 9505.0, 9547.0, 9506.0, 9477.0, 9494.0, 9515.0, 9476.0, 9492.0, 9512.0, 9533.0, 9573.0, 9601.0, 9576.0, 9527.0, 9551.0, 9574.0, 9584.0, 9553.0, 9585.0, 9585.0, 9590.0, 9584.0, 9572.0, 9555.0, 9554.0, 9568.0, 9552.0, 9533.0, 9510.0, 9505.0, 9451.0, 9491.0, 9438.0, 9437.0, 9432.0, 9421.0, 9434.0, 9436.0, 9451.0, 9451.0, 9426.0, 9457.0, 9460.0, 9479.0, 9478.0, 9483.0, 9495.0, 9454.0, 9483.0, 9468.0, 9484.0, 9466.0, 9486.0, 9472.0, 9503.0, 9477.0, 9506.0, 9508.0, 9530.0, 9502.0, 9517.0, 9525.0, 9526.0, 9561.0, 9590.0, 9532.0, 9576.0, 9568.0, 9562.0, 9576.0, 9549.0, 9589.0, 9569.0, 9558.0, 9566.0, 9549.0, 9546.0, 9533.0, 9545.0, 9534.0, 9535.0, 9561.0, 9534.0, 9565.0, 9554.0, 9508.0, 9539.0, 9536.0, 9558.0, 9569.0, 9555.0, 9567.0, 9557.0, 9558.0, 9543.0, 9577.0, 9548.0, 9567.0, 9524.0, 9554.0, 9522.0, 9567.0, 9527.0, 9556.0, 9555.0, 9555.0, 9527.0, 9556.0, 9553.0, 9537.0, 9549.0, 9521.0, 9552.0, 9585.0, 9560.0, 9546.0, 9557.0, 9561.0, 9573.0, 9562.0, 9587.0, 9573.0, 9586.0, 9560.0, 9549.0, 9562.0, 9532.0, 9565.0, 9576.0, 9584.0, 9560.0, 9587.0, 9554.0, 9556.0, 9540.0, 9543.0, 9554.0, 9554.0, 9556.0, 9569.0, 9568.0, 9557.0, 9515.0, 9559.0, 9528.0, 9542.0, 9569.0, 9568.0, 9570.0, 9555.0, 9553.0, 9541.0, 9539.0, 9539.0, 9543.0, 9528.0, 9569.0, 9539.0, 9528.0, 9560.0, 9530.0, 9565.0, 9563.0, 9593.0, 9533.0, 9561.0, 9533.0, 9559.0, 9572.0, 9560.0, 9599.0, 9575.0, 9534.0, 9559.0, 9530.0, 9562.0, 9533.0, 9574.0, 9544.0, 9557.0, 9549.0, 9559.0, 9551.0, 9593.0, 9580.0, 9577.0, 9567.0, 9577.0, 9567.0, 9578.0, 9533.0, 9588.0, 9533.0, 9558.0, 9530.0, 9558.0, 9511.0, 9544.0, 9569.0, 9571.0, 9516.0, 9543.0, 9530.0, 9561.0, 9540.0, 9558.0, 9570.0, 9556.0, 9516.0, 9559.0, 9555.0, 9556.0, 9577.0, 9572.0, 9570.0, 9557.0, 9582.0, 9558.0, 9557.0, 9573.0, 9555.0, 9557.0, 9542.0, 9544.0, 9543.0, 9543.0, 9559.0, 9528.0, 9570.0, 9529.0, 9557.0, 9512.0, 9541.0, 9591.0, 9563.0, 9589.0, 9570.0, 9526.0, 9530.0, 9543.0, 9558.0, 9540.0, 9553.0, 9566.0, 9552.0, 9551.0, 9568.0, 9537.0, 9538.0, 9512.0, 9539.0, 9511.0, 9542.0, 9538.0, 9556.0, 9527.0, 9543.0, 9542.0, 9543.0, 9529.0, 9556.0, 9522.0, 9557.0, 9529.0, 9546.0, 9561.0, 9560.0, 9564.0, 9561.0, 9552.0, 9575.0, 9546.0, 9571.0, 9554.0, 9545.0, 9575.0, 9558.0, 9528.0, 9537.0, 9511.0, 9545.0, 9527.0, 9560.0, 9534.0, 9562.0, 9533.0, 9583.0, 9539.0, 9566.0, 9552.0, 9580.0, 9569.0, 9586.0, 9551.0, 9582.0, 9563.0, 9576.0, 9546.0, 9539.0, 9562.0, 9577.0, 9544.0, 9559.0, 9532.0, 9544.0, 9530.0, 9545.0, 9532.0, 9561.0, 9544.0, 9562.0, 9572.0, 9557.0, 9516.0, 9559.0, 9555.0, 9556.0, 9558.0, 9572.0, 9523.0, 9557.0, 9531.0, 9561.0, 9571.0, 9561.0, 9575.0, 9574.0, 9516.0, 9547.0, 9560.0, 9561.0, 9560.0, 9580.0, 9562.0, 9591.0, 9561.0, 9561.0, 9558.0, 9561.0, 9565.0, 9576.0, 9542.0, 9568.0, 9540.0, 9525.0, 9535.0, 9551.0, 9549.0, 9538.0, 9524.0, 9549.0, 9522.0, 9521.0, 9534.0, 9523.0, 9522.0, 9539.0, 9512.0, 9536.0, 9531.0, 9544.0, 9547.0, 9560.0, 9515.0, 9545.0, 9585.0, 9558.0, 9555.0, 9545.0, 9543.0, 9537.0, 9542.0, 9541.0, 9534.0, 9510.0, 9544.0, 9540.0, 9541.0, 9555.0, 9557.0, 9541.0, 9543.0, 9540.0, 9555.0, 9571.0, 9566.0, 9537.0, 9541.0, 9543.0, 9560.0, 9535.0, 9562.0, 9551.0, 9567.0, 9576.0, 9572.0, 9559.0, 9513.0, 9541.0, 9523.0, 9542.0, 9536.0, 9536.0, 9521.0, 9522.0, 9521.0, 9526.0, 9523.0, 9543.0, 9542.0, 9542.0, 9559.0, 9531.0, 9570.0, 9546.0, 9558.0, 9515.0, 9541.0, 9565.0, 9567.0, 9537.0, 9539.0, 9538.0, 9536.0, 9536.0, 9509.0, 9550.0, 9508.0, 9523.0, 9510.0, 9539.0, 9537.0, 9536.0, 9554.0, 9556.0, 9525.0, 9530.0, 9530.0, 9512.0, 9538.0, 9568.0, 9552.0, 9554.0, 9538.0, 9551.0, 9507.0, 9536.0, 9503.0, 9532.0, 9528.0, 9529.0, 9519.0, 9545.0, 9571.0, 9584.0, 9572.0, 9553.0, 9578.0, 9565.0, 9580.0, 9638.0, 9631.0, 9650.0, 9650.0, 9649.0, 9643.0, 9621.0, 9573.0, 9583.0, 9567.0, 9585.0, 9587.0, 9619.0, 9567.0, 9586.0, 9519.0, 9547.0, 9503.0, 9514.0, 9491.0, 9496.0, 9464.0, 9445.0, 9455.0, 9458.0, 9459.0, 9459.0, 9449.0, 9481.0, 9480.0, 9479.0, 9464.0, 9452.0, 9482.0, 9467.0, 9500.0, 9485.0, 9488.0, 9486.0, 9504.0, 9492.0, 9510.0, 9498.0, 9514.0, 9518.0, 9498.0, 9535.0, 9535.0, 9536.0, 9533.0, 9534.0, 9535.0, 9538.0, 9534.0, 9538.0, 9521.0, 9538.0, 9535.0, 9538.0, 9536.0, 9525.0, 9555.0, 9542.0, 9526.0, 9528.0, 9543.0, 9542.0, 9559.0, 9560.0, 9525.0, 9545.0, 9531.0, 9544.0, 9530.0, 9560.0, 9551.0, 9548.0, 9564.0, 9580.0, 9561.0, 9564.0, 9548.0, 9558.0, 9546.0, 9547.0, 9565.0, 9529.0, 9566.0, 9559.0, 9574.0, 9559.0, 9559.0, 9540.0, 9542.0, 9527.0, 9543.0, 9540.0, 9542.0, 9535.0, 9553.0, 9539.0, 9537.0, 9553.0, 9554.0, 9535.0, 9524.0, 9545.0, 9543.0, 9527.0, 9544.0, 9558.0, 9546.0, 9571.0, 9541.0, 9553.0, 9525.0, 9540.0, 9527.0, 9543.0, 9526.0, 9543.0, 9530.0, 9541.0, 9525.0, 9558.0, 9549.0, 9559.0, 9543.0, 9559.0, 9529.0, 9546.0, 9555.0, 9556.0, 9512.0, 9539.0, 9524.0, 9542.0, 9538.0, 9552.0, 9556.0, 9552.0, 9539.0, 9526.0, 9512.0, 9526.0, 9555.0, 9525.0, 9558.0, 9546.0, 9545.0, 9548.0, 9549.0, 9543.0, 9549.0, 9559.0, 9559.0, 9561.0, 9572.0, 9541.0, 9549.0, 9541.0, 9544.0, 9529.0, 9548.0, 9553.0, 9546.0, 9574.0, 9528.0, 9545.0, 9559.0, 9557.0, 9526.0, 9527.0, 9551.0, 9538.0, 9539.0, 9525.0, 9523.0, 9527.0, 9540.0, 9545.0, 9544.0, 9548.0, 9563.0, 9535.0, 9550.0, 9552.0, 9569.0, 9578.0, 9569.0, 9594.0, 9568.0, 9578.0, 9552.0, 9566.0, 9534.0, 9566.0, 9593.0, 9590.0, 9544.0, 9558.0, 9556.0, 9530.0, 9556.0, 9516.0, 9549.0, 9560.0, 9547.0, 9560.0, 9527.0, 9544.0, 9556.0, 9541.0, 9542.0, 9553.0, 9541.0, 9554.0, 9552.0, 9552.0, 9534.0, 9519.0, 9544.0, 9513.0, 9498.0, 9544.0, 9537.0, 9508.0, 9521.0, 9525.0, 9542.0, 9525.0, 9526.0, 9540.0, 9542.0, 9539.0, 9540.0, 9541.0, 9526.0, 9544.0, 9556.0, 9558.0, 9542.0, 9525.0, 9537.0, 9508.0, 9523.0, 9561.0, 9533.0, 9520.0, 9520.0, 9520.0, 9523.0, 9538.0, 9508.0, 9541.0, 9555.0, 9542.0, 9524.0, 9527.0, 9540.0, 9528.0, 9539.0, 9527.0, 9544.0, 9530.0, 9546.0, 9534.0, 9550.0, 9570.0, 9557.0, 9557.0, 9545.0, 9557.0, 9530.0, 9557.0, 9528.0, 9545.0, 9539.0, 9537.0, 9552.0, 9537.0, 9550.0, 9522.0, 9531.0, 9523.0, 9521.0, 9505.0, 9524.0, 9551.0, 9528.0, 9525.0, 9543.0, 9541.0, 9544.0, 9565.0, 9549.0, 9550.0, 9535.0, 9565.0, 9549.0, 9563.0, 9563.0, 9558.0, 9559.0, 9528.0, 9540.0, 9513.0, 9545.0, 9555.0, 9540.0, 9540.0, 9547.0, 9563.0, 9547.0, 9542.0, 9549.0, 9562.0, 9532.0, 9553.0, 9595.0, 9568.0, 9579.0, 9554.0, 9565.0, 9535.0, 9562.0, 9572.0, 9561.0, 9579.0, 9587.0, 9555.0, 9523.0, 9539.0, 9534.0, 9521.0, 9533.0, 9521.0, 9537.0, 9510.0, 9538.0, 9508.0, 9525.0, 9550.0, 9523.0, 9525.0, 9520.0, 9554.0, 9550.0, 9535.0, 9504.0, 9532.0, 9559.0, 9517.0, 9516.0, 9519.0, 9525.0, 9524.0, 9521.0, 9523.0, 9539.0, 9524.0, 9540.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.00221029919447641</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022765604487917143</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.715410836877886</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.164028892764979</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9960606074999994</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4643</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7230.8286</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08082186204078826</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.638665132336018</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5287016145822645</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4046201244875705</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.833629205168288</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.347855514090935</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0163666</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015073366463184357</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028674602508544922</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.8391191495304655</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>36.1621</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.35</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.4241</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300276.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>705.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.5095</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0829</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.6785</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3493.0521</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3697.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76268.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1167.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4622.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.975</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.55246712139342</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> |