=== 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-0103 --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-0103",
"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-0103_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0103_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0103_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-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0103/ses-01/func/sub-0103_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c2b79de173e03a99d1f944865fcf92c0</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>18:04:42.570000</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.991259, -0.0467068, 0.123387, 0.0576764, 0.994548, -0.086882]</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.0849838</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>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4266, -7770, -7212, 189, -81, -155, -116, 29]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.904</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fbd11fbf-62c3-4254-9bc6-5f864aa09909||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.659475088119507, 0.15474151074886322, 0.32037174701690674, 93.01963806152344], [0.12531089782714844, 2.6682984828948975, -0.25174540281295776, -87.71002197265625], [0.33103811740875244, 0.23309797048568726, 2.6690797805786133, -88.02088928222656], [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': ['180442.570000', '180443.030000', '180443.490000', '180443.950000', '180444.410000', '180444.870000', '180445.330000', '180445.790000', '180446.250000', '180446.710000', '180447.170000', '180447.630000', '180448.090000', '180448.550000', '180449.010000', '180449.470000', '180449.930000', '180450.390000', '180450.850000', '180451.310000', '180451.770000', '180452.230000', '180452.690000', '180453.150000', '180453.610000', '180454.070000', '180454.530000', '180454.990000', '180455.450000', '180455.910000', '180456.370000', '180456.830000', '180457.290000', '180457.750000', '180458.210000', '180458.670000', '180459.130000', '180459.590000', '180500.050000', '180500.510000', '180500.970000', '180501.430000', '180501.890000', '180502.350000', '180502.810000', '180503.270000', '180503.730000', '180504.190000', '180504.650000', '180505.110000', '180505.570000', '180506.030000', '180506.490000', '180506.950000', '180507.410000', '180507.870000', '180508.330000', '180508.790000', '180509.250000', '180509.710000', '180510.170000', '180510.630000', '180511.090000', '180511.550000', '180512.010000', '180512.470000', '180512.930000', '180513.390000', '180513.850000', '180514.310000', '180514.770000', '180515.230000', '180515.690000', '180516.150000', '180516.610000', '180517.070000', '180517.530000', '180517.990000', '180518.450000', '180518.910000', '180519.370000', '180519.830000', '180520.290000', '180520.750000', '180521.210000', '180521.670000', '180522.130000', '180522.590000', '180523.050000', '180523.510000', '180523.970000', '180524.430000', '180524.890000', '180525.350000', '180525.810000', '180526.270000', '180526.730000', '180527.190000', '180527.650000', '180528.110000', '180528.570000', '180529.030000', '180529.490000', '180529.950000', '180530.410000', '180530.870000', '180531.330000', '180531.790000', '180532.250000', '180532.710000', '180533.170000', '180533.630000', '180534.090000', '180534.550000', '180535.010000', '180535.470000', '180535.930000', '180536.390000', '180536.850000', '180537.310000', '180537.770000', '180538.230000', '180538.690000', '180539.150000', '180539.610000', '180540.070000', '180540.530000', '180540.990000', '180541.450000', '180541.910000', '180542.370000', '180542.830000', '180543.290000', '180543.750000', '180544.210000', '180544.670000', '180545.130000', '180545.590000', '180546.050000', '180546.510000', '180546.970000', '180547.430000', '180547.890000', '180548.350000', '180548.810000', '180549.270000', '180549.730000', '180550.190000', '180550.650000', '180551.110000', '180551.570000', '180552.030000', '180552.490000', '180552.950000', '180553.410000', '180553.870000', '180554.330000', '180554.790000', '180555.250000', '180555.710000', '180556.170000', '180556.630000', '180557.090000', '180557.550000', '180558.010000', '180558.470000', '180558.930000', '180559.390000', '180559.850000', '180600.310000', '180600.770000', '180601.230000', '180601.690000', '180602.150000', '180602.610000', '180603.070000', '180603.530000', '180603.990000', '180604.450000', '180604.910000', '180605.370000', '180605.830000', '180606.290000', '180606.750000', '180607.210000', '180607.670000', '180608.130000', '180608.590000', '180609.050000', '180609.510000', '180609.970000', '180610.430000', '180610.890000', '180611.350000', '180611.810000', '180612.270000', '180612.730000', '180613.190000', '180613.650000', '180614.110000', '180614.570000', '180615.030000', '180615.490000', '180615.950000', '180616.410000', '180616.870000', '180617.330000', '180617.790000', '180618.250000', '180618.710000', '180619.170000', '180619.630000', '180620.090000', '180620.550000', '180621.010000', '180621.470000', '180621.930000', '180622.390000', '180622.850000', '180623.310000', '180623.770000', '180624.230000', '180624.690000', '180625.150000', '180625.610000', '180626.070000', '180626.530000', '180626.990000', '180627.450000', '180627.910000', '180628.370000', '180628.830000', '180629.290000', '180629.750000', '180630.210000', '180630.670000', '180631.130000', '180631.590000', '180632.050000', '180632.510000', '180632.970000', '180633.430000', '180633.890000', '180634.350000', '180634.810000', '180635.270000', '180635.730000', '180636.190000', '180636.650000', '180637.110000', '180637.570000', '180638.030000', '180638.490000', '180638.950000', '180639.410000', '180639.870000', '180640.330000', '180640.790000', '180641.250000', '180641.710000', '180642.170000', '180642.630000', '180643.090000', '180643.550000', '180644.010000', '180644.470000', '180644.930000', '180645.390000', '180645.850000', '180646.310000', '180646.770000', '180647.230000', '180647.690000', '180648.150000', '180648.610000', '180649.070000', '180649.530000', '180649.990000', '180650.450000', '180650.910000', '180651.370000', '180651.830000', '180652.290000', '180652.750000', '180653.210000', '180653.670000', '180654.130000', '180654.590000', '180655.050000', '180655.510000', '180655.970000', '180656.430000', '180656.890000', '180657.350000', '180657.810000', '180658.270000', '180658.730000', '180659.190000', '180659.650000', '180700.110000', '180700.570000', '180701.030000', '180701.490000', '180701.950000', '180702.410000', '180702.870000', '180703.330000', '180703.790000', '180704.250000', '180704.710000', '180705.170000', '180705.630000', '180706.090000', '180706.550000', '180707.010000', '180707.470000', '180707.930000', '180708.390000', '180708.850000', '180709.310000', '180709.770000', '180710.230000', '180710.690000', '180711.150000', '180711.610000', '180712.070000', '180712.530000', '180712.990000', '180713.450000', '180713.910000', '180714.370000', '180714.830000', '180715.290000', '180715.750000', '180716.210000', '180716.670000', '180717.130000', '180717.590000', '180718.050000', '180718.510000', '180718.970000', '180719.430000', '180719.890000', '180720.350000', '180720.810000', '180721.270000', '180721.730000', '180722.190000', '180722.650000', '180723.110000', '180723.570000', '180724.030000', '180724.490000', '180724.950000', '180725.410000', '180725.870000', '180726.330000', '180726.790000', '180727.250000', '180727.710000', '180728.170000', '180728.630000', '180729.090000', '180729.550000', '180730.010000', '180730.470000', '180730.930000', '180731.390000', '180731.850000', '180732.310000', '180732.770000', '180733.230000', '180733.690000', '180734.150000', '180734.610000', '180735.070000', '180735.530000', '180735.990000', '180736.450000', '180736.910000', '180737.370000', '180737.830000', '180738.290000', '180738.750000', '180739.210000', '180739.670000', '180740.130000', '180740.590000', '180741.050000', '180741.510000', '180741.970000', '180742.430000', '180742.890000', '180743.350000', '180743.810000', '180744.270000', '180744.730000', '180745.190000', '180745.650000', '180746.110000', '180746.570000', '180747.030000', '180747.490000', '180747.950000', '180748.410000', '180748.870000', '180749.330000', '180749.790000', '180750.250000', '180750.710000', '180751.170000', '180751.630000', '180752.090000', '180752.550000', '180753.010000', '180753.470000', '180753.930000', '180754.390000', '180754.850000', '180755.310000', '180755.770000', '180756.230000', '180756.690000', '180757.150000', '180757.610000', '180758.070000', '180758.530000', '180758.990000', '180759.450000', '180759.910000', '180800.370000', '180800.830000', '180801.290000', '180801.750000', '180802.210000', '180802.670000', '180803.130000', '180803.590000', '180804.050000', '180804.510000', '180804.970000', '180805.430000', '180805.890000', '180806.350000', '180806.810000', '180807.270000', '180807.730000', '180808.190000', '180808.650000', '180809.110000', '180809.570000', '180810.030000', '180810.490000', '180810.950000', '180811.410000', '180811.870000', '180812.330000', '180812.790000', '180813.250000', '180813.710000', '180814.170000', '180814.630000', '180815.090000', '180815.550000', '180816.010000', '180816.470000', '180816.930000', '180817.390000', '180817.850000', '180818.310000', '180818.770000', '180819.230000', '180819.690000', '180820.150000', '180820.610000', '180821.070000', '180821.530000', '180821.990000', '180822.450000', '180822.910000', '180823.370000', '180823.830000', '180824.290000', '180824.750000', '180825.210000', '180825.670000', '180826.130000', '180826.590000', '180827.050000', '180827.510000', '180827.970000', '180828.430000', '180828.890000', '180829.350000', '180829.810000', '180830.270000', '180830.730000', '180831.190000', '180831.650000', '180832.110000', '180832.570000', '180833.030000', '180833.490000', '180833.950000', '180834.410000', '180834.870000', '180835.330000', '180835.790000', '180836.250000', '180836.710000', '180837.170000', '180837.630000', '180838.090000', '180838.550000', '180839.010000', '180839.470000', '180839.930000', '180840.390000', '180840.850000', '180841.310000', '180841.770000', '180842.230000', '180842.690000', '180843.150000', '180843.610000', '180844.070000', '180844.530000', '180844.990000', '180845.450000', '180845.910000', '180846.370000', '180846.830000', '180847.290000', '180847.750000', '180848.210000', '180848.670000', '180849.130000', '180849.590000', '180850.050000', '180850.510000', '180850.970000', '180851.430000', '180851.890000', '180852.350000', '180852.810000', '180853.270000', '180853.730000', '180854.190000', '180854.650000', '180855.110000', '180855.570000', '180856.030000', '180856.490000', '180856.950000', '180857.410000', '180857.870000', '180858.330000', '180858.790000', '180859.250000', '180859.710000', '180900.170000', '180900.630000', '180901.090000', '180901.550000', '180902.010000', '180902.470000', '180902.930000', '180903.390000', '180903.850000', '180904.310000', '180904.770000', '180905.230000', '180905.690000', '180906.150000', '180906.610000', '180907.070000', '180907.530000', '180907.990000', '180908.450000', '180908.910000', '180909.370000', '180909.830000', '180910.290000', '180910.750000', '180911.210000', '180911.670000', '180912.130000', '180912.590000', '180913.050000', '180913.510000', '180913.970000', '180914.430000', '180914.890000', '180915.350000', '180915.810000', '180916.270000', '180916.730000', '180917.190000', '180917.650000', '180918.110000', '180918.570000', '180919.030000', '180919.490000', '180919.950000', '180920.410000', '180920.870000', '180921.330000', '180921.790000', '180922.250000', '180922.710000', '180923.170000', '180923.630000', '180924.090000', '180924.550000', '180925.010000', '180925.470000', '180925.930000', '180926.390000', '180926.850000', '180927.310000', '180927.770000', '180928.230000', '180928.690000', '180929.150000', '180929.610000', '180930.070000', '180930.530000', '180930.990000', '180931.450000', '180931.910000', '180932.370000', '180932.830000', '180933.290000', '180933.750000', '180934.210000', '180934.670000', '180935.130000', '180935.590000', '180936.050000', '180936.510000', '180936.970000', '180937.430000', '180937.890000', '180938.350000', '180938.810000', '180939.270000', '180939.730000', '180940.190000', '180940.650000', '180941.110000', '180941.570000', '180942.030000', '180942.490000', '180942.950000', '180943.410000', '180943.870000', '180944.330000', '180944.790000', '180945.250000', '180945.710000', '180946.170000', '180946.630000', '180947.090000', '180947.550000', '180948.010000', '180948.470000', '180948.930000', '180949.390000', '180949.850000', '180950.310000', '180950.770000', '180951.230000', '180951.690000', '180952.150000', '180952.610000', '180953.070000', '180953.530000', '180953.990000', '180954.450000', '180954.910000', '180955.370000', '180955.830000', '180956.290000', '180956.750000', '180957.210000', '180957.670000', '180958.130000', '180958.590000', '180959.050000', '180959.510000', '180959.970000', '181000.430000', '181000.890000', '181001.350000', '181001.810000', '181002.270000', '181002.730000', '181003.190000', '181003.650000', '181004.110000', '181004.570000', '181005.030000', '181005.490000', '181005.950000', '181006.410000', '181006.870000', '181007.330000', '181007.790000', '181008.250000', '181008.710000', '181009.170000', '181009.630000', '181010.090000', '181010.550000', '181011.010000', '181011.470000', '181011.930000', '181012.390000', '181012.850000', '181013.310000', '181013.770000', '181014.230000', '181014.690000', '181015.150000', '181015.610000', '181016.070000', '181016.530000', '181016.990000', '181017.450000', '181017.910000', '181018.370000', '181018.830000', '181019.290000', '181019.750000', '181020.210000', '181020.670000', '181021.130000', '181021.590000', '181022.050000', '181022.510000', '181022.970000', '181023.430000', '181023.890000', '181024.350000', '181024.810000', '181025.270000', '181025.730000', '181026.190000', '181026.650000', '181027.110000', '181027.570000', '181028.030000', '181028.490000', '181028.950000', '181029.410000', '181029.870000', '181030.330000', '181030.790000', '181031.250000', '181031.710000', '181032.170000', '181032.630000', '181033.090000', '181033.550000', '181034.010000', '181034.470000', '181034.930000', '181035.390000', '181035.850000', '181036.310000', '181036.770000', '181037.230000', '181037.690000', '181038.150000', '181038.610000', '181039.070000', '181039.530000', '181039.990000', '181040.450000', '181040.910000', '181041.370000', '181041.830000', '181042.290000', '181042.750000', '181043.210000', '181043.670000', '181044.130000', '181044.590000', '181045.050000', '181045.510000', '181045.970000', '181046.430000', '181046.890000', '181047.350000', '181047.810000', '181048.270000', '181048.730000', '181049.190000', '181049.650000', '181050.110000', '181050.570000', '181051.030000', '181051.490000', '181051.950000', '181052.410000', '181052.870000', '181053.330000', '181053.790000', '181054.250000', '181054.710000', '181055.170000', '181055.630000', '181056.090000', '181056.550000', '181057.010000', '181057.470000', '181057.930000', '181058.390000', '181058.850000', '181059.310000', '181059.770000', '181100.230000', '181100.690000', '181101.150000', '181101.610000', '181102.070000', '181102.530000', '181102.990000', '181103.450000', '181103.910000', '181104.370000', '181104.830000', '181105.290000', '181105.750000', '181106.210000', '181106.670000', '181107.130000', '181107.590000', '181108.050000', '181108.510000', '181108.970000', '181109.430000', '181109.890000', '181110.350000', '181110.810000', '181111.270000', '181111.730000', '181112.190000', '181112.650000', '181113.110000', '181113.570000', '181114.030000', '181114.490000', '181114.950000', '181115.410000', '181115.870000', '181116.330000', '181116.790000', '181117.250000', '181117.710000', '181118.170000', '181118.630000', '181119.090000', '181119.550000', '181120.010000', '181120.470000', '181120.930000', '181121.390000', '181121.850000', '181122.310000', '181122.770000', '181123.230000'], 'ContentTime': ['180511.911000', '180511.914000', '180511.916000', '180511.919000', '180511.922000', '180511.924000', '180511.927000', '180511.930000', '180511.932000', '180511.935000', '180511.937000', '180511.940000', '180511.943000', '180511.945000', '180511.948000', '180511.951000', '180511.953000', '180511.956000', '180511.958000', '180511.961000', '180511.964000', '180511.966000', '180511.969000', '180511.972000', '180511.974000', '180511.977000', '180511.985000', '180511.987000', '180511.990000', '180511.993000', '180511.995000', '180511.998000', '180512.002000', '180512.004000', '180512.007000', '180512.009000', '180512.012000', '180512.014000', '180512.017000', '180512.019000', '180512.022000', '180512.025000', '180512.027000', '180512.030000', '180512.032000', '180512.035000', '180512.038000', '180512.040000', '180512.043000', '180512.045000', '180512.048000', '180512.050000', '180512.055000', '180512.058000', '180512.060000', '180512.063000', '180512.066000', '180512.068000', '180512.071000', '180512.074000', '180531.857000', '180531.859000', '180531.862000', '180531.864000', '180531.867000', '180531.870000', '180531.873000', '180531.875000', '180531.878000', '180531.881000', '180531.883000', '180531.886000', '180531.888000', '180531.891000', '180531.893000', '180531.896000', '180531.899000', '180531.901000', '180531.904000', '180531.906000', '180531.909000', '180531.911000', '180531.914000', '180531.916000', '180531.919000', '180531.922000', '180531.924000', '180531.927000', '180531.929000', '180531.932000', '180531.934000', '180531.937000', '180531.939000', '180531.942000', '180531.944000', '180531.947000', '180531.950000', '180531.952000', '180531.955000', '180531.957000', '180531.960000', '180531.962000', '180531.965000', '180531.967000', '180551.856000', '180551.859000', '180551.862000', '180551.865000', '180551.867000', '180551.870000', '180551.872000', '180551.875000', '180551.878000', '180551.880000', '180551.883000', '180551.885000', '180551.888000', '180551.891000', '180551.893000', '180551.896000', '180551.899000', '180551.902000', '180551.904000', '180551.907000', '180551.910000', '180551.912000', '180551.915000', '180551.918000', '180551.920000', '180551.923000', '180551.925000', '180551.928000', '180551.930000', '180551.933000', '180551.936000', '180551.938000', '180551.941000', '180551.943000', '180551.946000', '180551.948000', '180551.951000', '180551.955000', '180551.957000', '180551.960000', '180551.962000', '180551.965000', '180551.968000', '180611.857000', '180611.859000', '180611.862000', '180611.865000', '180611.867000', '180611.870000', '180611.873000', '180611.875000', '180611.878000', '180611.881000', '180611.883000', '180611.887000', '180611.889000', '180611.892000', '180611.894000', '180611.897000', '180611.900000', '180611.902000', '180611.905000', '180611.908000', '180611.910000', '180611.914000', '180611.916000', '180611.919000', '180611.922000', '180611.924000', '180611.927000', '180611.929000', '180611.932000', '180611.935000', '180611.937000', '180611.940000', '180611.942000', '180611.945000', '180611.948000', '180611.950000', '180611.953000', '180611.956000', '180611.958000', '180611.961000', '180611.963000', '180611.966000', '180611.969000', '180611.971000', '180631.857000', '180631.865000', '180631.868000', '180631.871000', '180631.873000', '180631.876000', '180631.879000', '180631.881000', '180631.884000', '180631.886000', '180631.889000', '180631.892000', '180631.894000', '180631.897000', '180631.899000', '180631.902000', '180631.905000', '180631.907000', '180631.910000', '180631.913000', '180631.915000', '180631.918000', '180631.921000', '180631.923000', '180631.926000', '180631.928000', '180631.931000', '180631.934000', '180631.936000', '180631.939000', '180631.942000', '180631.945000', '180631.948000', '180631.950000', '180631.953000', '180631.968000', '180631.971000', '180631.973000', '180631.976000', '180631.979000', '180631.981000', '180631.984000', '180631.986000', '180651.857000', '180651.860000', '180651.863000', '180651.866000', '180651.868000', '180651.871000', '180651.874000', '180651.876000', '180651.879000', '180651.881000', '180651.884000', '180651.887000', '180651.889000', '180651.892000', '180651.894000', '180651.897000', '180651.900000', '180651.902000', '180651.905000', '180651.908000', '180651.910000', '180651.913000', '180651.916000', '180651.918000', '180651.921000', '180651.923000', '180651.926000', '180651.929000', '180651.931000', '180651.934000', '180651.936000', '180651.939000', '180651.942000', '180651.944000', '180651.947000', '180651.949000', '180651.952000', '180651.955000', '180651.957000', '180651.960000', '180651.963000', '180651.965000', '180651.968000', '180651.970000', '180711.857000', '180711.860000', '180711.863000', '180711.865000', '180711.868000', '180711.871000', '180711.873000', '180711.876000', '180711.879000', '180711.881000', '180711.884000', '180711.886000', '180711.889000', '180711.892000', '180711.894000', '180711.897000', '180711.900000', '180711.902000', '180711.905000', '180711.908000', '180711.910000', '180711.913000', '180711.916000', '180711.918000', '180711.921000', '180711.924000', '180711.927000', '180711.929000', '180711.932000', '180711.934000', '180711.937000', '180711.940000', '180711.942000', '180711.945000', '180711.947000', '180711.950000', '180711.952000', '180711.955000', '180711.958000', '180711.960000', '180711.963000', '180711.966000', '180711.968000', '180731.858000', '180731.861000', '180731.863000', '180731.866000', '180731.869000', '180731.871000', '180731.874000', '180731.877000', '180731.879000', '180731.882000', '180731.884000', '180731.887000', '180731.890000', '180731.892000', '180731.895000', '180731.898000', '180731.900000', '180731.903000', '180731.905000', '180731.908000', '180731.911000', '180731.913000', '180731.916000', '180731.919000', '180731.921000', '180731.924000', '180731.926000', '180731.929000', '180731.931000', '180731.934000', '180731.937000', '180731.939000', '180731.942000', '180731.945000', '180731.948000', '180731.950000', '180731.953000', '180731.955000', '180731.958000', '180731.961000', '180731.963000', '180731.966000', '180731.968000', '180731.971000', '180751.856000', '180751.859000', '180751.862000', '180751.865000', '180751.867000', '180751.870000', '180751.872000', '180751.875000', '180751.878000', '180751.880000', '180751.883000', '180751.886000', '180751.888000', '180751.891000', '180751.893000', '180751.896000', '180751.899000', '180751.901000', '180751.904000', '180751.907000', '180751.909000', '180751.912000', '180751.914000', '180751.917000', '180751.920000', '180751.922000', '180751.925000', '180751.927000', '180751.930000', '180751.933000', '180751.935000', '180751.938000', '180751.941000', '180751.943000', '180751.946000', '180751.948000', '180751.951000', '180751.954000', '180751.956000', '180751.959000', '180751.961000', '180751.964000', '180751.967000', '180811.857000', '180811.859000', '180811.862000', '180811.865000', '180811.868000', '180811.870000', '180811.873000', '180811.875000', '180811.878000', '180811.881000', '180811.883000', '180811.886000', '180811.889000', '180811.892000', '180811.894000', '180811.897000', '180811.900000', '180811.914000', '180811.917000', '180811.920000', '180811.922000', '180811.925000', '180811.928000', '180811.930000', '180811.933000', '180811.936000', '180811.938000', '180811.941000', '180811.943000', '180811.946000', '180811.949000', '180811.951000', '180811.954000', '180811.957000', '180811.959000', '180811.962000', '180811.964000', '180811.967000', '180811.976000', '180811.978000', '180811.981000', '180811.983000', '180811.986000', '180811.989000', '180831.858000', '180831.860000', '180831.863000', '180831.866000', '180831.868000', '180831.871000', '180831.873000', '180831.876000', '180831.878000', '180831.881000', '180831.884000', '180831.887000', '180831.889000', '180831.892000', '180831.895000', '180831.897000', '180831.900000', '180831.903000', '180831.905000', '180831.908000', '180831.911000', '180831.913000', '180831.916000', '180831.918000', '180831.921000', '180831.924000', '180831.926000', '180831.929000', '180831.932000', '180831.934000', '180831.937000', '180831.940000', '180831.942000', '180831.945000', '180831.947000', '180831.950000', '180831.953000', '180831.955000', '180831.958000', '180831.961000', '180831.964000', '180831.966000', '180831.969000', '180851.857000', '180851.860000', '180851.863000', '180851.866000', '180851.868000', '180851.871000', '180851.873000', '180851.876000', '180851.879000', '180851.881000', '180851.884000', '180851.887000', '180851.889000', '180851.892000', '180851.894000', '180851.897000', '180851.900000', '180851.903000', '180851.905000', '180851.908000', '180851.910000', '180851.913000', '180851.916000', '180851.918000', '180851.921000', '180851.923000', '180851.926000', '180851.929000', '180851.931000', '180851.934000', '180851.937000', '180851.939000', '180851.942000', '180851.944000', '180851.947000', '180851.950000', '180851.952000', '180851.955000', '180851.957000', '180851.960000', '180851.963000', '180851.965000', '180851.968000', '180851.971000', '180911.857000', '180911.860000', '180911.863000', '180911.866000', '180911.868000', '180911.871000', '180911.873000', '180911.876000', '180911.879000', '180911.881000', '180911.884000', '180911.886000', '180911.889000', '180911.892000', '180911.894000', '180911.897000', '180911.899000', '180911.902000', '180911.905000', '180911.907000', '180911.910000', '180911.913000', '180911.915000', '180911.918000', '180911.921000', '180911.923000', '180911.926000', '180911.928000', '180911.931000', '180911.934000', '180911.937000', '180911.939000', '180911.942000', '180911.945000', '180911.947000', '180911.950000', '180911.953000', '180911.955000', '180911.958000', '180911.961000', '180911.963000', '180911.966000', '180911.969000', '180931.858000', '180931.861000', '180931.863000', '180931.866000', '180931.869000', '180931.871000', '180931.874000', '180931.877000', '180931.879000', '180931.882000', '180931.885000', '180931.887000', '180931.890000', '180931.893000', '180931.895000', '180931.898000', '180931.901000', '180931.903000', '180931.906000', '180931.908000', '180931.911000', '180931.914000', '180931.916000', '180931.919000', '180931.922000', '180931.924000', '180931.927000', '180931.929000', '180931.932000', '180931.935000', '180931.937000', '180931.940000', '180931.942000', '180931.945000', '180931.948000', '180931.950000', '180931.953000', '180931.955000', '180931.958000', '180931.961000', '180931.963000', '180931.979000', '180931.982000', '180931.985000', '180951.857000', '180951.860000', '180951.863000', '180951.865000', '180951.868000', '180951.871000', '180951.873000', '180951.876000', '180951.878000', '180951.881000', '180951.883000', '180951.886000', '180951.889000', '180951.891000', '180951.894000', '180951.897000', '180951.899000', '180951.902000', '180951.905000', '180951.907000', '180951.910000', '180951.913000', '180951.915000', '180951.918000', '180951.920000', '180951.923000', '180951.926000', '180951.928000', '180951.931000', '180951.934000', '180951.936000', '180951.939000', '180951.941000', '180951.944000', '180951.947000', '180951.949000', '180951.952000', '180951.955000', '180951.957000', '180951.960000', '180951.962000', '180951.965000', '180951.968000', '181011.857000', '181011.860000', '181011.862000', '181011.865000', '181011.868000', '181011.870000', '181011.873000', '181011.875000', '181011.878000', '181011.881000', '181011.883000', '181011.886000', '181011.888000', '181011.891000', '181011.894000', '181011.896000', '181011.899000', '181011.902000', '181011.904000', '181011.907000', '181011.910000', '181011.912000', '181011.915000', '181011.918000', '181011.921000', '181011.924000', '181011.926000', '181011.929000', '181011.931000', '181011.934000', '181011.937000', '181011.939000', '181011.942000', '181011.945000', '181011.947000', '181011.950000', '181011.952000', '181011.955000', '181011.958000', '181011.960000', '181011.963000', '181011.966000', '181011.968000', '181011.971000', '181031.857000', '181031.860000', '181031.862000', '181031.865000', '181031.868000', '181031.870000', '181031.873000', '181031.876000', '181031.878000', '181031.881000', '181031.883000', '181031.886000', '181031.889000', '181031.891000', '181031.894000', '181031.904000', '181031.906000', '181031.909000', '181031.912000', '181031.914000', '181031.917000', '181031.919000', '181031.922000', '181031.925000', '181031.927000', '181031.930000', '181031.933000', '181031.935000', '181031.938000', '181031.940000', '181031.943000', '181031.946000', '181031.948000', '181031.951000', '181031.953000', '181031.956000', '181031.959000', '181031.961000', '181031.964000', '181031.966000', '181031.969000', '181031.972000', '181031.974000', '181051.858000', '181051.860000', '181051.864000', '181051.867000', '181051.870000', '181051.872000', '181051.875000', '181051.878000', '181051.880000', '181051.884000', '181051.887000', '181051.890000', '181051.892000', '181051.895000', '181051.897000', '181051.900000', '181051.902000', '181051.905000', '181051.908000', '181051.910000', '181051.913000', '181051.916000', '181051.918000', '181051.921000', '181051.924000', '181051.926000', '181051.929000', '181051.932000', '181051.934000', '181051.937000', '181051.939000', '181051.942000', '181051.945000', '181051.947000', '181051.950000', '181051.953000', '181051.955000', '181051.958000', '181051.960000', '181051.963000', '181051.966000', '181051.968000', '181051.971000', '181051.973000', '181111.858000', '181111.860000', '181111.863000', '181111.866000', '181111.868000', '181111.871000', '181111.874000', '181111.876000', '181111.891000', '181111.893000', '181111.896000', '181111.898000', '181111.901000', '181111.903000', '181111.906000', '181111.909000', '181111.911000', '181111.914000', '181111.917000', '181111.919000', '181111.922000', '181111.924000', '181111.927000', '181111.930000', '181111.932000', '181111.935000', '181111.938000', '181111.940000', '181111.943000', '181111.945000', '181111.948000', '181111.951000', '181111.953000', '181111.956000', '181111.959000', '181111.961000', '181111.964000', '181111.966000', '181111.969000', '181111.971000', '181111.974000', '181111.977000', '181111.980000', '181124.938000', '181124.941000', '181124.944000', '181124.947000', '181124.950000', '181124.952000', '181124.955000', '181124.958000', '181124.961000', '181124.964000', '181124.967000', '181124.969000', '181124.972000', '181124.977000', '181124.980000', '181124.983000', '181124.985000', '181124.993000', '181125.000000', '181125.002000', '181125.005000', '181125.009000', '181125.012000', '181125.015000', '181125.017000', '181125.020000', '181125.023000', '181125.025000', '181125.028000'], 'InstanceCreationTime': ['180511.911000', '180511.914000', '180511.916000', '180511.919000', '180511.922000', '180511.924000', '180511.927000', '180511.930000', '180511.932000', '180511.935000', '180511.937000', '180511.940000', '180511.943000', '180511.945000', '180511.948000', '180511.951000', '180511.953000', '180511.956000', '180511.958000', '180511.961000', '180511.964000', '180511.966000', '180511.969000', '180511.972000', '180511.974000', '180511.977000', '180511.985000', '180511.987000', '180511.990000', '180511.993000', '180511.995000', '180511.998000', '180512.002000', '180512.004000', '180512.007000', '180512.009000', '180512.012000', '180512.014000', '180512.017000', '180512.019000', '180512.022000', '180512.025000', '180512.027000', '180512.030000', '180512.032000', '180512.035000', '180512.038000', '180512.040000', '180512.043000', '180512.045000', '180512.048000', '180512.050000', '180512.055000', '180512.058000', '180512.060000', '180512.063000', '180512.066000', '180512.068000', '180512.071000', '180512.074000', '180531.857000', '180531.859000', '180531.862000', '180531.864000', '180531.867000', '180531.870000', '180531.873000', '180531.875000', '180531.878000', '180531.881000', '180531.883000', '180531.886000', '180531.888000', '180531.891000', '180531.893000', '180531.896000', '180531.899000', '180531.901000', '180531.904000', '180531.906000', '180531.909000', '180531.911000', '180531.914000', '180531.916000', '180531.919000', '180531.922000', '180531.924000', '180531.927000', '180531.929000', '180531.932000', '180531.934000', '180531.937000', '180531.939000', '180531.942000', '180531.944000', '180531.947000', '180531.950000', '180531.952000', '180531.955000', '180531.957000', '180531.960000', '180531.962000', '180531.965000', '180531.967000', '180551.856000', '180551.859000', '180551.862000', '180551.865000', '180551.867000', '180551.870000', '180551.872000', '180551.875000', '180551.878000', '180551.880000', '180551.883000', '180551.885000', '180551.888000', '180551.891000', '180551.893000', '180551.896000', '180551.899000', '180551.902000', '180551.904000', '180551.907000', '180551.910000', '180551.912000', '180551.915000', '180551.918000', '180551.920000', '180551.923000', '180551.925000', '180551.928000', '180551.930000', '180551.933000', '180551.936000', '180551.938000', '180551.941000', '180551.943000', '180551.946000', '180551.948000', '180551.951000', '180551.955000', '180551.957000', '180551.960000', '180551.962000', '180551.965000', '180551.968000', '180611.857000', '180611.859000', '180611.862000', '180611.865000', '180611.867000', '180611.870000', '180611.873000', '180611.875000', '180611.878000', '180611.881000', '180611.883000', '180611.887000', '180611.889000', '180611.892000', '180611.894000', '180611.897000', '180611.900000', '180611.902000', '180611.905000', '180611.908000', '180611.910000', '180611.914000', '180611.916000', '180611.919000', '180611.922000', '180611.924000', '180611.927000', '180611.929000', '180611.932000', '180611.935000', '180611.937000', '180611.940000', '180611.942000', '180611.945000', '180611.948000', '180611.950000', '180611.953000', '180611.956000', '180611.958000', '180611.961000', '180611.963000', '180611.966000', '180611.969000', '180611.971000', '180631.857000', '180631.865000', '180631.868000', '180631.871000', '180631.873000', '180631.876000', '180631.879000', '180631.881000', '180631.884000', '180631.886000', '180631.889000', '180631.892000', '180631.894000', '180631.897000', '180631.899000', '180631.902000', '180631.905000', '180631.907000', '180631.910000', '180631.913000', '180631.915000', '180631.918000', '180631.921000', '180631.923000', '180631.926000', '180631.928000', '180631.931000', '180631.934000', '180631.936000', '180631.939000', '180631.942000', '180631.945000', '180631.948000', '180631.950000', '180631.953000', '180631.968000', '180631.971000', '180631.973000', '180631.976000', '180631.979000', '180631.981000', '180631.984000', '180631.986000', '180651.857000', '180651.860000', '180651.863000', '180651.866000', '180651.868000', '180651.871000', '180651.874000', '180651.876000', '180651.879000', '180651.881000', '180651.884000', '180651.887000', '180651.889000', '180651.892000', '180651.894000', '180651.897000', '180651.900000', '180651.902000', '180651.905000', '180651.908000', '180651.910000', '180651.913000', '180651.916000', '180651.918000', '180651.921000', '180651.923000', '180651.926000', '180651.929000', '180651.931000', '180651.934000', '180651.936000', '180651.939000', '180651.942000', '180651.944000', '180651.947000', '180651.949000', '180651.952000', '180651.955000', '180651.957000', '180651.960000', '180651.963000', '180651.965000', '180651.968000', '180651.970000', '180711.857000', '180711.860000', '180711.863000', '180711.865000', '180711.868000', '180711.871000', '180711.873000', '180711.876000', '180711.879000', '180711.881000', '180711.884000', '180711.886000', '180711.889000', '180711.892000', '180711.894000', '180711.897000', '180711.900000', '180711.902000', '180711.905000', '180711.908000', '180711.910000', '180711.913000', '180711.916000', '180711.918000', '180711.921000', '180711.924000', '180711.927000', '180711.929000', '180711.932000', '180711.934000', '180711.937000', '180711.940000', '180711.942000', '180711.945000', '180711.947000', '180711.950000', '180711.952000', '180711.955000', '180711.958000', '180711.960000', '180711.963000', '180711.966000', '180711.968000', '180731.858000', '180731.861000', '180731.863000', '180731.866000', '180731.869000', '180731.871000', '180731.874000', '180731.877000', '180731.879000', '180731.882000', '180731.884000', '180731.887000', '180731.890000', '180731.892000', '180731.895000', '180731.898000', '180731.900000', '180731.903000', '180731.905000', '180731.908000', '180731.911000', '180731.913000', '180731.916000', '180731.919000', '180731.921000', '180731.924000', '180731.926000', '180731.929000', '180731.931000', '180731.934000', '180731.937000', '180731.939000', '180731.942000', '180731.945000', '180731.948000', '180731.950000', '180731.953000', '180731.955000', '180731.958000', '180731.961000', '180731.963000', '180731.966000', '180731.968000', '180731.971000', '180751.856000', '180751.859000', '180751.862000', '180751.865000', '180751.867000', '180751.870000', '180751.872000', '180751.875000', '180751.878000', '180751.880000', '180751.883000', '180751.886000', '180751.888000', '180751.891000', '180751.893000', '180751.896000', '180751.899000', '180751.901000', '180751.904000', '180751.907000', '180751.909000', '180751.912000', '180751.914000', '180751.917000', '180751.920000', '180751.922000', '180751.925000', '180751.927000', '180751.930000', '180751.933000', '180751.935000', '180751.938000', '180751.941000', '180751.943000', '180751.946000', '180751.948000', '180751.951000', '180751.954000', '180751.956000', '180751.959000', '180751.961000', '180751.964000', '180751.967000', '180811.857000', '180811.859000', '180811.862000', '180811.865000', '180811.868000', '180811.870000', '180811.873000', '180811.875000', '180811.878000', '180811.881000', '180811.883000', '180811.886000', '180811.889000', '180811.892000', '180811.894000', '180811.897000', '180811.900000', '180811.914000', '180811.917000', '180811.920000', '180811.922000', '180811.925000', '180811.928000', '180811.930000', '180811.933000', '180811.936000', '180811.938000', '180811.941000', '180811.943000', '180811.946000', '180811.949000', '180811.951000', '180811.954000', '180811.957000', '180811.959000', '180811.962000', '180811.964000', '180811.967000', '180811.976000', '180811.978000', '180811.981000', '180811.983000', '180811.986000', '180811.989000', '180831.858000', '180831.860000', '180831.863000', '180831.866000', '180831.868000', '180831.871000', '180831.873000', '180831.876000', '180831.878000', '180831.881000', '180831.884000', '180831.887000', '180831.889000', '180831.892000', '180831.895000', '180831.897000', '180831.900000', '180831.903000', '180831.905000', '180831.908000', '180831.911000', '180831.913000', '180831.916000', '180831.918000', '180831.921000', '180831.924000', '180831.926000', '180831.929000', '180831.932000', '180831.934000', '180831.937000', '180831.940000', '180831.942000', '180831.945000', '180831.947000', '180831.950000', '180831.953000', '180831.955000', '180831.958000', '180831.961000', '180831.964000', '180831.966000', '180831.969000', '180851.857000', '180851.860000', '180851.863000', '180851.866000', '180851.868000', '180851.871000', '180851.873000', '180851.876000', '180851.879000', '180851.881000', '180851.884000', '180851.887000', '180851.889000', '180851.892000', '180851.894000', '180851.897000', '180851.900000', '180851.903000', '180851.905000', '180851.908000', '180851.910000', '180851.913000', '180851.916000', '180851.918000', '180851.921000', '180851.923000', '180851.926000', '180851.929000', '180851.931000', '180851.934000', '180851.937000', '180851.939000', '180851.942000', '180851.944000', '180851.947000', '180851.950000', '180851.952000', '180851.955000', '180851.957000', '180851.960000', '180851.963000', '180851.965000', '180851.968000', '180851.971000', '180911.857000', '180911.860000', '180911.863000', '180911.866000', '180911.868000', '180911.871000', '180911.873000', '180911.876000', '180911.879000', '180911.881000', '180911.884000', '180911.886000', '180911.889000', '180911.892000', '180911.894000', '180911.897000', '180911.899000', '180911.902000', '180911.905000', '180911.907000', '180911.910000', '180911.913000', '180911.915000', '180911.918000', '180911.921000', '180911.923000', '180911.926000', '180911.928000', '180911.931000', '180911.934000', '180911.937000', '180911.939000', '180911.942000', '180911.945000', '180911.947000', '180911.950000', '180911.953000', '180911.955000', '180911.958000', '180911.961000', '180911.963000', '180911.966000', '180911.969000', '180931.858000', '180931.861000', '180931.863000', '180931.866000', '180931.869000', '180931.871000', '180931.874000', '180931.877000', '180931.879000', '180931.882000', '180931.885000', '180931.887000', '180931.890000', '180931.893000', '180931.895000', '180931.898000', '180931.901000', '180931.903000', '180931.906000', '180931.908000', '180931.911000', '180931.914000', '180931.916000', '180931.919000', '180931.922000', '180931.924000', '180931.927000', '180931.929000', '180931.932000', '180931.935000', '180931.937000', '180931.940000', '180931.942000', '180931.945000', '180931.948000', '180931.950000', '180931.953000', '180931.955000', '180931.958000', '180931.961000', '180931.963000', '180931.979000', '180931.982000', '180931.985000', '180951.857000', '180951.860000', '180951.863000', '180951.865000', '180951.868000', '180951.871000', '180951.873000', '180951.876000', '180951.878000', '180951.881000', '180951.883000', '180951.886000', '180951.889000', '180951.891000', '180951.894000', '180951.897000', '180951.899000', '180951.902000', '180951.905000', '180951.907000', '180951.910000', '180951.913000', '180951.915000', '180951.918000', '180951.920000', '180951.923000', '180951.926000', '180951.928000', '180951.931000', '180951.934000', '180951.936000', '180951.939000', '180951.941000', '180951.944000', '180951.947000', '180951.949000', '180951.952000', '180951.955000', '180951.957000', '180951.960000', '180951.962000', '180951.965000', '180951.968000', '181011.857000', '181011.860000', '181011.862000', '181011.865000', '181011.868000', '181011.870000', '181011.873000', '181011.875000', '181011.878000', '181011.881000', '181011.883000', '181011.886000', '181011.888000', '181011.891000', '181011.894000', '181011.896000', '181011.899000', '181011.902000', '181011.904000', '181011.907000', '181011.910000', '181011.912000', '181011.915000', '181011.918000', '181011.921000', '181011.924000', '181011.926000', '181011.929000', '181011.931000', '181011.934000', '181011.937000', '181011.939000', '181011.942000', '181011.945000', '181011.947000', '181011.950000', '181011.952000', '181011.955000', '181011.958000', '181011.960000', '181011.963000', '181011.966000', '181011.968000', '181011.971000', '181031.857000', '181031.860000', '181031.862000', '181031.865000', '181031.868000', '181031.870000', '181031.873000', '181031.876000', '181031.878000', '181031.881000', '181031.883000', '181031.886000', '181031.889000', '181031.891000', '181031.894000', '181031.904000', '181031.906000', '181031.909000', '181031.912000', '181031.914000', '181031.917000', '181031.919000', '181031.922000', '181031.925000', '181031.927000', '181031.930000', '181031.933000', '181031.935000', '181031.938000', '181031.940000', '181031.943000', '181031.946000', '181031.948000', '181031.951000', '181031.953000', '181031.956000', '181031.959000', '181031.961000', '181031.964000', '181031.966000', '181031.969000', '181031.972000', '181031.974000', '181051.858000', '181051.860000', '181051.864000', '181051.867000', '181051.870000', '181051.872000', '181051.875000', '181051.878000', '181051.880000', '181051.884000', '181051.887000', '181051.890000', '181051.892000', '181051.895000', '181051.897000', '181051.900000', '181051.902000', '181051.905000', '181051.908000', '181051.910000', '181051.913000', '181051.916000', '181051.918000', '181051.921000', '181051.924000', '181051.926000', '181051.929000', '181051.932000', '181051.934000', '181051.937000', '181051.939000', '181051.942000', '181051.945000', '181051.947000', '181051.950000', '181051.953000', '181051.955000', '181051.958000', '181051.960000', '181051.963000', '181051.966000', '181051.968000', '181051.971000', '181051.973000', '181111.858000', '181111.860000', '181111.863000', '181111.866000', '181111.868000', '181111.871000', '181111.874000', '181111.876000', '181111.891000', '181111.893000', '181111.896000', '181111.898000', '181111.901000', '181111.903000', '181111.906000', '181111.909000', '181111.911000', '181111.914000', '181111.917000', '181111.919000', '181111.922000', '181111.924000', '181111.927000', '181111.930000', '181111.932000', '181111.935000', '181111.938000', '181111.940000', '181111.943000', '181111.945000', '181111.948000', '181111.951000', '181111.953000', '181111.956000', '181111.959000', '181111.961000', '181111.964000', '181111.966000', '181111.969000', '181111.971000', '181111.974000', '181111.977000', '181111.980000', '181124.938000', '181124.941000', '181124.944000', '181124.947000', '181124.950000', '181124.952000', '181124.955000', '181124.958000', '181124.961000', '181124.964000', '181124.967000', '181124.969000', '181124.972000', '181124.977000', '181124.980000', '181124.983000', '181124.985000', '181124.993000', '181125.000000', '181125.002000', '181125.005000', '181125.009000', '181125.012000', '181125.015000', '181125.017000', '181125.020000', '181125.023000', '181125.025000', '181125.028000'], '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': [10269, 8145, 10152, 8024, 9276, 11601, 7742, 8260, 10679, 7408, 8348, 9777, 8025, 9200, 9133, 7998, 9596, 12021, 7832, 9287, 6802, 8255, 9982, 10359, 7717, 9942, 6950, 7880, 9517, 7691, 9657, 11651, 7685, 9610, 7915, 7917, 10196, 8572, 9055, 8425, 10029, 8521, 11390, 13240, 10302, 8282, 7333, 8640, 9961, 6974, 7907, 9850, 7028, 8038, 9557, 7730, 9215, 10760, 7742, 9688, 10823, 7957, 9363, 7032, 8913, 10188, 7035, 8100, 9711, 8525, 8794, 6678, 8972, 10835, 7615, 7956, 9921, 7387, 9091, 7054, 8081, 10197, 12294, 8753, 10035, 6989, 8466, 10951, 7928, 9931, 11624, 8318, 10098, 7169, 8653, 10479, 7850, 9175, 11315, 8530, 8776, 7476, 8203, 10185, 7641, 8113, 10172, 7468, 8278, 10380, 7659, 9482, 11906, 7940, 8853, 9240, 7962, 10345, 7105, 8118, 10485, 7442, 8127, 10865, 7910, 9500, 12356, 7976, 8758, 11100, 8407, 8613, 6827, 8274, 9665, 9703, 8076, 10128, 6967, 8088, 9036, 7745, 9695, 12082, 7963, 9483, 12366, 8254, 10141, 7258, 8889, 10272, 7117, 8327, 9874, 8233, 8510, 6868, 8128, 9959, 10029, 8186, 10403, 8325, 9215, 7150, 8468, 10686, 12984, 8178, 10454, 7570, 8608, 10745, 7567, 8754, 10949, 7616, 7956, 7630, 8017, 9932, 7254, 8315, 9996, 7170, 8095, 10181, 7344, 9280, 10500, 7289, 8219, 10174, 7666, 8731, 11137, 7922, 9578, 11648, 7978, 9234, 8013, 8226, 10590, 7004, 8801, 10423, 7475, 8468, 10520, 7966, 10024, 10876, 7917, 10381, 11608, 8125, 10549, 7914, 9154, 11353, 7688, 8905, 10778, 7732, 8760, 7734, 8057, 9956, 7456, 8180, 10932, 7363, 8633, 6832, 8217, 10017, 11741, 8043, 10334, 8475, 8242, 10756, 7373, 9129, 10411, 7429, 8454, 9808, 8373, 9976, 7084, 8194, 10509, 12966, 8141, 9664, 8069, 9001, 10872, 8164, 9020, 10580, 8304, 9076, 7164, 8730, 10228, 9397, 8293, 10315, 7653, 8654, 10638, 8282, 9170, 11364, 8174, 8684, 7253, 8363, 10117, 8524, 10155, 11588, 8607, 8916, 10706, 8594, 10672, 7185, 8403, 10321, 9157, 8318, 10461, 8080, 8943, 6964, 8451, 10026, 12203, 8357, 10136, 8048, 9495, 11718, 8298, 9261, 11302, 8261, 10136, 8099, 9029, 11668, 8509, 8626, 10168, 8083, 8864, 10757, 8135, 9473, 10979, 8067, 10034, 7694, 9038, 11346, 8308, 10281, 11560, 8662, 9892, 8940, 8406, 10682, 8222, 9204, 11683, 8358, 8791, 10614, 8434, 10041, 7466, 9067, 11362, 7815, 8688, 8911, 8377, 10085, 8415, 9406, 11496, 8351, 8684, 10653, 8596, 9907, 7965, 9101, 11022, 8210, 8265, 10191, 7536, 8745, 10225, 8261, 9360, 11580, 8219, 8579, 7894, 8521, 10131, 7497, 8794, 10895, 7520, 8589, 10277, 8422, 9053, 11090, 8303, 9308, 11396, 8393, 8647, 9121, 8209, 10529, 8183, 8969, 11219, 7708, 8701, 9858, 8485, 8557, 6963, 8718, 9510, 9259, 8188, 10269, 7170, 8532, 10443, 7835, 8736, 11702, 8031, 8178, 7750, 8490, 10022, 7866, 9137, 11792, 7845, 8322, 6984, 8062, 9898, 11921, 8214, 9535, 11606, 8631, 9672, 8342, 9314, 11973, 8364, 8785, 10225, 8452, 8584, 7953, 8264, 9892, 12458, 8349, 9963, 7395, 8666, 10490, 8248, 9173, 11338, 7793, 8763, 7198, 8509, 10252, 7533, 8965, 10774, 7582, 8581, 11184, 8603, 9211, 6929, 8562, 10052, 12165, 8269, 10982, 7492, 8856, 10177, 8292, 9293, 11589, 8347, 8374, 6950, 8427, 9690, 6979, 8635, 9962, 7680, 8156, 7774, 8472, 10162, 11854, 8322, 9637, 11815, 8201, 9188, 8094, 9286, 11904, 8198, 8812, 10392, 8010, 8142, 7562, 8441, 9753, 11749, 8388, 8781, 11114, 8214, 10434, 7003, 8571, 9709, 7442, 8579, 10160, 8328, 9739, 11093, 8612, 10302, 12323, 8095, 9743, 7745, 8946, 7569, 8287, 9988, 11748, 8960, 8917, 10906, 8514, 9774, 8321, 9056, 10909, 7987, 8576, 9735, 8384, 8608, 7977, 9053, 11194, 8537, 8272, 10154, 7729, 8284, 10073, 8286, 9191, 11281, 8041, 8557, 9698, 8631, 8812, 6771, 8435, 9746, 7428, 8365, 10778, 8636, 9923, 8191, 8990, 11734, 8210, 8487, 10149, 8362, 9766, 7484, 8609, 10930, 8416, 8579, 11753, 8421, 10262, 8032, 8880, 11584, 7937, 8586, 9882, 8314, 9145, 6983, 8518, 9875, 7528, 8125, 11310, 8521, 8868, 6844, 8469, 9812, 8486, 8336, 10184, 7916, 7802, 7007, 8512, 10034, 12839, 7969, 10144, 7731, 8329, 10500, 7900, 8688, 10668, 7799, 8460, 10335, 8300, 9014, 11476, 8180, 8741, 10909, 8792, 8550, 7708, 8789, 11740, 7390, 8304, 9948, 7390, 8175, 7625, 8344, 9697, 7911, 8569, 11642, 8114, 8622, 8377, 8428, 9835, 12154, 8952, 8666, 10980, 8525, 8913, 6886, 8583, 9633, 7302, 8375, 10994, 7733, 8452, 10181, 8306, 9431, 11369, 8416, 8765, 11299, 8532, 9826, 8223, 9235, 11441, 8471, 9015, 10994, 8604, 8921, 7180, 8560, 11596, 8021, 8469, 10716, 8628, 8834, 8010, 9125, 11592, 8043, 8341, 9917, 7822, 8404, 10038, 8250, 9148, 11448, 8088, 9405, 11099, 8560, 10201, 7254, 8609, 9775, 7238, 8204, 9914, 7280, 8879, 11741, 7973, 9581, 9855, 8161, 10407, 7007, 8362, 6851, 8411, 10620, 9938, 8292, 10701, 7851, 8544, 7542, 8538, 10778, 7661, 8593, 11587, 7759, 8715, 10365, 8283, 9665, 11999, 8537, 9010, 11345, 8658, 9771, 8562, 9145, 11305, 8337, 8905, 10998, 8565, 8258, 7664, 8809, 10861, 7329, 8336, 9899, 8222, 9001, 11688, 8266, 9631, 11735, 7832, 9751, 7542, 8513, 10925, 8479, 9145, 11976, 8350, 8754, 11126, 8475, 9285, 8088, 8997, 11459, 8361, 7972, 10418, 7857, 8368, 11222, 8450, 9068, 11562, 8236, 8259, 7538, 8566, 10863, 8102, 8513, 10936, 7495, 8093, 10394, 7980, 8733, 8355, 9779, 11960, 8347, 8781, 10940, 8010, 8381, 7171, 8126, 9556, 11995, 7883, 9079, 11217, 8226, 9479, 8316, 9258, 11482, 8210, 9235, 12278, 8085, 10416, 8309, 9310, 11939, 8145, 8685, 11087, 8789, 8369, 7564, 8544, 10537, 11401, 7998, 9964, 12296, 8325, 8629, 7028, 8320, 9538, 7369, 8008, 10018, 7549, 8006, 7871, 8225, 9745, 12391, 8088, 9874, 12174, 8311, 9775, 8574, 10073], 'WindowCenter': [4169.0, 4121.0, 4138.0, 4105.0, 4114.0, 4121.0, 4079.0, 4090.0, 4121.0, 4082.0, 4091.0, 4112.0, 4089.0, 4101.0, 4099.0, 4089.0, 4114.0, 4133.0, 4081.0, 4100.0, 4059.0, 4089.0, 4111.0, 4108.0, 4091.0, 4122.0, 4067.0, 4089.0, 4110.0, 4091.0, 4124.0, 4133.0, 4094.0, 4115.0, 4090.0, 4091.0, 4121.0, 4104.0, 4113.0, 4104.0, 4122.0, 4115.0, 4147.0, 4148.0, 4123.0, 4090.0, 4067.0, 4101.0, 4110.0, 4057.0, 4090.0, 4111.0, 4069.0, 4092.0, 4110.0, 4092.0, 4113.0, 4123.0, 4090.0, 4126.0, 4123.0, 4092.0, 4111.0, 4081.0, 4112.0, 4123.0, 4086.0, 4105.0, 4111.0, 4106.0, 4103.0, 4074.0, 4115.0, 4122.0, 4093.0, 4106.0, 4113.0, 4082.0, 4103.0, 4070.0, 4091.0, 4122.0, 4132.0, 4101.0, 4112.0, 4069.0, 4090.0, 4121.0, 4092.0, 4125.0, 4133.0, 4103.0, 4111.0, 4071.0, 4099.0, 4109.0, 4092.0, 4114.0, 4132.0, 4101.0, 4099.0, 4080.0, 4092.0, 4110.0, 4078.0, 4092.0, 4122.0, 4080.0, 4092.0, 4110.0, 4091.0, 4112.0, 4133.0, 4103.0, 4113.0, 4112.0, 4090.0, 4122.0, 4070.0, 4103.0, 4124.0, 4071.0, 4092.0, 4111.0, 4089.0, 4113.0, 4131.0, 4090.0, 4105.0, 4121.0, 4090.0, 4087.0, 4058.0, 4088.0, 4112.0, 4098.0, 4092.0, 4113.0, 4068.0, 4092.0, 4100.0, 4080.0, 4112.0, 4132.0, 4093.0, 4113.0, 4132.0, 4091.0, 4110.0, 4067.0, 4101.0, 4110.0, 4082.0, 4100.0, 4112.0, 4090.0, 4100.0, 4070.0, 4090.0, 4125.0, 4121.0, 4104.0, 4121.0, 4102.0, 4111.0, 4068.0, 4103.0, 4125.0, 4142.0, 4091.0, 4122.0, 4081.0, 4090.0, 4111.0, 4079.0, 4101.0, 4122.0, 4081.0, 4089.0, 4080.0, 4090.0, 4109.0, 4070.0, 4101.0, 4122.0, 4068.0, 4092.0, 4110.0, 4079.0, 4111.0, 4108.0, 4083.0, 4102.0, 4110.0, 4079.0, 4091.0, 4120.0, 4090.0, 4111.0, 4123.0, 4094.0, 4113.0, 4090.0, 4090.0, 4120.0, 4070.0, 4103.0, 4123.0, 4083.0, 4103.0, 4120.0, 4093.0, 4115.0, 4118.0, 4094.0, 4124.0, 4119.0, 4092.0, 4110.0, 4092.0, 4114.0, 4121.0, 4090.0, 4113.0, 4120.0, 4082.0, 4092.0, 4076.0, 4090.0, 4112.0, 4081.0, 4105.0, 4124.0, 4080.0, 4100.0, 4070.0, 4104.0, 4123.0, 4119.0, 4091.0, 4121.0, 4089.0, 4091.0, 4121.0, 4081.0, 4102.0, 4121.0, 4081.0, 4104.0, 4112.0, 4104.0, 4112.0, 4069.0, 4104.0, 4135.0, 4143.0, 4092.0, 4100.0, 4089.0, 4113.0, 4123.0, 4092.0, 4116.0, 4120.0, 4102.0, 4102.0, 4071.0, 4105.0, 4123.0, 4112.0, 4102.0, 4113.0, 4079.0, 4091.0, 4108.0, 4091.0, 4102.0, 4122.0, 4104.0, 4091.0, 4068.0, 4090.0, 4112.0, 4101.0, 4112.0, 4121.0, 4102.0, 4103.0, 4112.0, 4092.0, 4112.0, 4058.0, 4089.0, 4110.0, 4102.0, 4093.0, 4122.0, 4093.0, 4102.0, 4072.0, 4100.0, 4122.0, 4133.0, 4103.0, 4122.0, 4093.0, 4111.0, 4132.0, 4104.0, 4116.0, 4123.0, 4095.0, 4123.0, 4093.0, 4103.0, 4124.0, 4089.0, 4102.0, 4113.0, 4081.0, 4102.0, 4110.0, 4082.0, 4109.0, 4122.0, 4090.0, 4110.0, 4091.0, 4113.0, 4123.0, 4103.0, 4123.0, 4135.0, 4106.0, 4113.0, 4101.0, 4089.0, 4110.0, 4091.0, 4102.0, 4123.0, 4091.0, 4093.0, 4110.0, 4091.0, 4099.0, 4070.0, 4102.0, 4121.0, 4093.0, 4100.0, 4102.0, 4093.0, 4109.0, 4102.0, 4115.0, 4132.0, 4106.0, 4103.0, 4122.0, 4103.0, 4110.0, 4093.0, 4114.0, 4124.0, 4094.0, 4105.0, 4124.0, 4094.0, 4103.0, 4110.0, 4090.0, 4111.0, 4134.0, 4105.0, 4102.0, 4093.0, 4100.0, 4112.0, 4079.0, 4104.0, 4123.0, 4080.0, 4100.0, 4113.0, 4091.0, 4103.0, 4109.0, 4091.0, 4102.0, 4122.0, 4105.0, 4104.0, 4104.0, 4093.0, 4121.0, 4091.0, 4105.0, 4121.0, 4095.0, 4106.0, 4113.0, 4103.0, 4089.0, 4071.0, 4102.0, 4112.0, 4115.0, 4102.0, 4124.0, 4071.0, 4101.0, 4108.0, 4079.0, 4103.0, 4132.0, 4090.0, 4093.0, 4080.0, 4101.0, 4111.0, 4091.0, 4113.0, 4136.0, 4093.0, 4092.0, 4071.0, 4091.0, 4114.0, 4124.0, 4103.0, 4116.0, 4123.0, 4090.0, 4099.0, 4092.0, 4114.0, 4133.0, 4104.0, 4105.0, 4112.0, 4090.0, 4092.0, 4080.0, 4092.0, 4114.0, 4132.0, 4094.0, 4112.0, 4082.0, 4103.0, 4111.0, 4090.0, 4113.0, 4133.0, 4096.0, 4104.0, 4071.0, 4103.0, 4112.0, 4082.0, 4100.0, 4123.0, 4093.0, 4104.0, 4123.0, 4103.0, 4102.0, 4068.0, 4091.0, 4112.0, 4132.0, 4090.0, 4112.0, 4071.0, 4100.0, 4108.0, 4093.0, 4114.0, 4132.0, 4092.0, 4094.0, 4069.0, 4102.0, 4112.0, 4069.0, 4103.0, 4126.0, 4080.0, 4094.0, 4082.0, 4102.0, 4126.0, 4120.0, 4092.0, 4116.0, 4123.0, 4089.0, 4104.0, 4091.0, 4115.0, 4120.0, 4093.0, 4115.0, 4123.0, 4091.0, 4093.0, 4081.0, 4093.0, 4113.0, 4135.0, 4105.0, 4104.0, 4121.0, 4090.0, 4112.0, 4070.0, 4099.0, 4114.0, 4081.0, 4104.0, 4121.0, 4103.0, 4116.0, 4123.0, 4100.0, 4124.0, 4133.0, 4093.0, 4111.0, 4094.0, 4104.0, 4080.0, 4101.0, 4115.0, 4124.0, 4102.0, 4113.0, 4121.0, 4089.0, 4100.0, 4091.0, 4101.0, 4118.0, 4090.0, 4105.0, 4111.0, 4090.0, 4101.0, 4092.0, 4112.0, 4134.0, 4102.0, 4101.0, 4123.0, 4081.0, 4089.0, 4100.0, 4087.0, 4100.0, 4121.0, 4091.0, 4101.0, 4111.0, 4103.0, 4101.0, 4060.0, 4101.0, 4112.0, 4085.0, 4106.0, 4124.0, 4102.0, 4110.0, 4101.0, 4114.0, 4137.0, 4106.0, 4104.0, 4111.0, 4093.0, 4110.0, 4080.0, 4102.0, 4122.0, 4103.0, 4106.0, 4131.0, 4105.0, 4109.0, 4091.0, 4105.0, 4136.0, 4091.0, 4104.0, 4112.0, 4092.0, 4101.0, 4070.0, 4100.0, 4113.0, 4084.0, 4092.0, 4121.0, 4104.0, 4103.0, 4061.0, 4102.0, 4114.0, 4104.0, 4103.0, 4125.0, 4093.0, 4092.0, 4081.0, 4104.0, 4123.0, 4146.0, 4093.0, 4122.0, 4082.0, 4090.0, 4121.0, 4078.0, 4104.0, 4123.0, 4080.0, 4089.0, 4111.0, 4089.0, 4101.0, 4118.0, 4092.0, 4103.0, 4122.0, 4101.0, 4102.0, 4080.0, 4103.0, 4131.0, 4081.0, 4105.0, 4114.0, 4071.0, 4091.0, 4081.0, 4089.0, 4111.0, 4093.0, 4114.0, 4135.0, 4092.0, 4104.0, 4091.0, 4093.0, 4114.0, 4122.0, 4102.0, 4102.0, 4110.0, 4092.0, 4090.0, 4057.0, 4091.0, 4099.0, 4069.0, 4105.0, 4122.0, 4079.0, 4091.0, 4111.0, 4089.0, 4103.0, 4122.0, 4092.0, 4104.0, 4122.0, 4105.0, 4112.0, 4104.0, 4115.0, 4121.0, 4103.0, 4115.0, 4123.0, 4104.0, 4100.0, 4072.0, 4117.0, 4145.0, 4093.0, 4104.0, 4121.0, 4105.0, 4104.0, 4104.0, 4114.0, 4135.0, 4091.0, 4105.0, 4124.0, 4079.0, 4091.0, 4101.0, 4089.0, 4113.0, 4120.0, 4105.0, 4116.0, 4124.0, 4103.0, 4110.0, 4068.0, 4100.0, 4112.0, 4084.0, 4102.0, 4113.0, 4080.0, 4102.0, 4119.0, 4092.0, 4114.0, 4112.0, 4106.0, 4123.0, 4072.0, 4104.0, 4072.0, 4103.0, 4125.0, 4112.0, 4104.0, 4124.0, 4081.0, 4101.0, 4082.0, 4102.0, 4124.0, 4081.0, 4103.0, 4137.0, 4081.0, 4101.0, 4110.0, 4090.0, 4113.0, 4121.0, 4101.0, 4116.0, 4120.0, 4093.0, 4109.0, 4104.0, 4114.0, 4121.0, 4094.0, 4115.0, 4121.0, 4104.0, 4090.0, 4082.0, 4114.0, 4121.0, 4083.0, 4103.0, 4111.0, 4090.0, 4103.0, 4119.0, 4089.0, 4113.0, 4135.0, 4093.0, 4114.0, 4080.0, 4104.0, 4122.0, 4090.0, 4114.0, 4133.0, 4105.0, 4103.0, 4123.0, 4093.0, 4102.0, 4091.0, 4112.0, 4135.0, 4103.0, 4094.0, 4123.0, 4089.0, 4091.0, 4120.0, 4089.0, 4103.0, 4133.0, 4093.0, 4092.0, 4092.0, 4102.0, 4120.0, 4090.0, 4113.0, 4133.0, 4083.0, 4091.0, 4123.0, 4091.0, 4101.0, 4102.0, 4126.0, 4134.0, 4094.0, 4104.0, 4121.0, 4081.0, 4090.0, 4056.0, 4080.0, 4112.0, 4119.0, 4092.0, 4102.0, 4120.0, 4091.0, 4098.0, 4103.0, 4112.0, 4120.0, 4105.0, 4114.0, 4133.0, 4093.0, 4121.0, 4104.0, 4115.0, 4133.0, 4090.0, 4105.0, 4121.0, 4090.0, 4091.0, 4080.0, 4100.0, 4121.0, 4118.0, 4090.0, 4113.0, 4121.0, 4077.0, 4090.0, 4067.0, 4091.0, 4100.0, 4069.0, 4102.0, 4111.0, 4079.0, 4093.0, 4088.0, 4102.0, 4112.0, 4132.0, 4093.0, 4126.0, 4131.0, 4090.0, 4111.0, 4116.0, 4139.0], 'WindowWidth': [9259.0, 9177.0, 9191.0, 9142.0, 9151.0, 9154.0, 9094.0, 9110.0, 9154.0, 9103.0, 9113.0, 9140.0, 9107.0, 9124.0, 9117.0, 9106.0, 9146.0, 9171.0, 9097.0, 9121.0, 9065.0, 9106.0, 9138.0, 9128.0, 9111.0, 9156.0, 9076.0, 9107.0, 9134.0, 9113.0, 9161.0, 9171.0, 9122.0, 9149.0, 9111.0, 9113.0, 9151.0, 9132.0, 9146.0, 9136.0, 9158.0, 9152.0, 9201.0, 9202.0, 9159.0, 9108.0, 9073.0, 9123.0, 9135.0, 9057.0, 9109.0, 9138.0, 9078.0, 9113.0, 9134.0, 9114.0, 9144.0, 9154.0, 9112.0, 9165.0, 9158.0, 9116.0, 9139.0, 9100.0, 9143.0, 9160.0, 9116.0, 9138.0, 9139.0, 9139.0, 9131.0, 9093.0, 9151.0, 9158.0, 9117.0, 9139.0, 9143.0, 9102.0, 9130.0, 9083.0, 9112.0, 9156.0, 9173.0, 9129.0, 9141.0, 9082.0, 9109.0, 9150.0, 9114.0, 9164.0, 9174.0, 9132.0, 9138.0, 9084.0, 9121.0, 9133.0, 9115.0, 9148.0, 9169.0, 9126.0, 9122.0, 9094.0, 9113.0, 9137.0, 9090.0, 9113.0, 9156.0, 9094.0, 9114.0, 9135.0, 9112.0, 9142.0, 9172.0, 9132.0, 9145.0, 9140.0, 9109.0, 9155.0, 9083.0, 9132.0, 9161.0, 9083.0, 9114.0, 9135.0, 9106.0, 9142.0, 9165.0, 9109.0, 9136.0, 9149.0, 9108.0, 9099.0, 9063.0, 9106.0, 9141.0, 9117.0, 9115.0, 9142.0, 9077.0, 9114.0, 9119.0, 9097.0, 9142.0, 9170.0, 9120.0, 9146.0, 9167.0, 9113.0, 9133.0, 9075.0, 9124.0, 9138.0, 9102.0, 9124.0, 9137.0, 9109.0, 9122.0, 9082.0, 9111.0, 9165.0, 9156.0, 9132.0, 9152.0, 9129.0, 9138.0, 9080.0, 9130.0, 9166.0, 9183.0, 9112.0, 9155.0, 9097.0, 9108.0, 9136.0, 9091.0, 9125.0, 9154.0, 9096.0, 9107.0, 9093.0, 9109.0, 9134.0, 9081.0, 9127.0, 9156.0, 9079.0, 9114.0, 9135.0, 9093.0, 9138.0, 9131.0, 9104.0, 9129.0, 9136.0, 9095.0, 9109.0, 9146.0, 9108.0, 9138.0, 9156.0, 9122.0, 9143.0, 9109.0, 9110.0, 9149.0, 9082.0, 9129.0, 9161.0, 9107.0, 9130.0, 9150.0, 9116.0, 9147.0, 9144.0, 9121.0, 9163.0, 9148.0, 9116.0, 9133.0, 9113.0, 9145.0, 9153.0, 9112.0, 9145.0, 9149.0, 9099.0, 9112.0, 9085.0, 9109.0, 9139.0, 9098.0, 9136.0, 9162.0, 9095.0, 9124.0, 9082.0, 9132.0, 9160.0, 9148.0, 9113.0, 9154.0, 9107.0, 9110.0, 9151.0, 9095.0, 9126.0, 9152.0, 9101.0, 9133.0, 9141.0, 9133.0, 9140.0, 9080.0, 9133.0, 9180.0, 9185.0, 9115.0, 9121.0, 9106.0, 9144.0, 9155.0, 9115.0, 9152.0, 9151.0, 9127.0, 9127.0, 9087.0, 9135.0, 9160.0, 9143.0, 9131.0, 9144.0, 9094.0, 9110.0, 9130.0, 9110.0, 9127.0, 9156.0, 9134.0, 9111.0, 9078.0, 9108.0, 9140.0, 9124.0, 9141.0, 9154.0, 9129.0, 9129.0, 9137.0, 9112.0, 9136.0, 9060.0, 9104.0, 9136.0, 9126.0, 9115.0, 9152.0, 9115.0, 9126.0, 9085.0, 9124.0, 9160.0, 9172.0, 9130.0, 9153.0, 9117.0, 9141.0, 9168.0, 9135.0, 9153.0, 9158.0, 9120.0, 9156.0, 9117.0, 9130.0, 9161.0, 9108.0, 9130.0, 9142.0, 9095.0, 9125.0, 9132.0, 9097.0, 9133.0, 9154.0, 9110.0, 9135.0, 9114.0, 9146.0, 9156.0, 9130.0, 9158.0, 9177.0, 9140.0, 9144.0, 9123.0, 9105.0, 9133.0, 9110.0, 9126.0, 9157.0, 9111.0, 9115.0, 9135.0, 9110.0, 9119.0, 9082.0, 9127.0, 9155.0, 9118.0, 9122.0, 9127.0, 9116.0, 9133.0, 9129.0, 9149.0, 9170.0, 9140.0, 9134.0, 9155.0, 9130.0, 9134.0, 9116.0, 9147.0, 9163.0, 9120.0, 9135.0, 9157.0, 9120.0, 9128.0, 9135.0, 9108.0, 9139.0, 9176.0, 9136.0, 9128.0, 9114.0, 9122.0, 9139.0, 9092.0, 9131.0, 9159.0, 9098.0, 9124.0, 9140.0, 9110.0, 9129.0, 9132.0, 9110.0, 9128.0, 9155.0, 9136.0, 9132.0, 9130.0, 9116.0, 9150.0, 9113.0, 9135.0, 9154.0, 9123.0, 9137.0, 9141.0, 9130.0, 9106.0, 9085.0, 9129.0, 9143.0, 9149.0, 9130.0, 9159.0, 9085.0, 9124.0, 9129.0, 9091.0, 9128.0, 9172.0, 9110.0, 9116.0, 9096.0, 9125.0, 9136.0, 9110.0, 9146.0, 9180.0, 9115.0, 9114.0, 9084.0, 9112.0, 9147.0, 9158.0, 9130.0, 9150.0, 9155.0, 9109.0, 9119.0, 9114.0, 9146.0, 9169.0, 9134.0, 9137.0, 9139.0, 9110.0, 9113.0, 9091.0, 9112.0, 9145.0, 9171.0, 9119.0, 9140.0, 9099.0, 9130.0, 9138.0, 9111.0, 9144.0, 9173.0, 9126.0, 9133.0, 9086.0, 9130.0, 9142.0, 9100.0, 9122.0, 9157.0, 9118.0, 9134.0, 9155.0, 9129.0, 9126.0, 9075.0, 9110.0, 9143.0, 9170.0, 9109.0, 9140.0, 9083.0, 9121.0, 9129.0, 9114.0, 9149.0, 9170.0, 9114.0, 9119.0, 9080.0, 9127.0, 9143.0, 9079.0, 9134.0, 9166.0, 9098.0, 9119.0, 9101.0, 9128.0, 9163.0, 9150.0, 9115.0, 9153.0, 9158.0, 9106.0, 9131.0, 9114.0, 9148.0, 9151.0, 9116.0, 9149.0, 9157.0, 9111.0, 9115.0, 9095.0, 9116.0, 9144.0, 9177.0, 9137.0, 9133.0, 9151.0, 9110.0, 9138.0, 9080.0, 9121.0, 9148.0, 9102.0, 9131.0, 9152.0, 9130.0, 9152.0, 9154.0, 9122.0, 9159.0, 9173.0, 9117.0, 9137.0, 9119.0, 9132.0, 9095.0, 9126.0, 9149.0, 9159.0, 9129.0, 9144.0, 9151.0, 9106.0, 9118.0, 9111.0, 9125.0, 9146.0, 9111.0, 9136.0, 9139.0, 9110.0, 9124.0, 9114.0, 9142.0, 9174.0, 9127.0, 9127.0, 9157.0, 9095.0, 9105.0, 9119.0, 9101.0, 9122.0, 9151.0, 9113.0, 9124.0, 9138.0, 9129.0, 9122.0, 9068.0, 9125.0, 9144.0, 9111.0, 9139.0, 9159.0, 9129.0, 9135.0, 9127.0, 9147.0, 9184.0, 9138.0, 9131.0, 9138.0, 9115.0, 9135.0, 9094.0, 9129.0, 9155.0, 9135.0, 9137.0, 9165.0, 9134.0, 9133.0, 9111.0, 9134.0, 9180.0, 9116.0, 9133.0, 9138.0, 9114.0, 9123.0, 9081.0, 9123.0, 9143.0, 9107.0, 9118.0, 9150.0, 9132.0, 9128.0, 9073.0, 9131.0, 9147.0, 9133.0, 9134.0, 9162.0, 9116.0, 9115.0, 9099.0, 9133.0, 9161.0, 9195.0, 9118.0, 9155.0, 9100.0, 9110.0, 9150.0, 9089.0, 9134.0, 9160.0, 9095.0, 9107.0, 9138.0, 9106.0, 9124.0, 9144.0, 9114.0, 9131.0, 9151.0, 9124.0, 9126.0, 9097.0, 9130.0, 9166.0, 9099.0, 9137.0, 9145.0, 9084.0, 9111.0, 9095.0, 9108.0, 9139.0, 9116.0, 9150.0, 9179.0, 9114.0, 9133.0, 9110.0, 9115.0, 9144.0, 9154.0, 9129.0, 9127.0, 9133.0, 9112.0, 9107.0, 9060.0, 9110.0, 9120.0, 9080.0, 9135.0, 9156.0, 9092.0, 9110.0, 9136.0, 9107.0, 9128.0, 9153.0, 9117.0, 9134.0, 9151.0, 9134.0, 9142.0, 9134.0, 9150.0, 9154.0, 9133.0, 9152.0, 9157.0, 9132.0, 9122.0, 9089.0, 9158.0, 9192.0, 9117.0, 9135.0, 9151.0, 9136.0, 9131.0, 9134.0, 9149.0, 9178.0, 9111.0, 9137.0, 9160.0, 9094.0, 9112.0, 9123.0, 9106.0, 9141.0, 9150.0, 9137.0, 9151.0, 9159.0, 9131.0, 9136.0, 9077.0, 9121.0, 9140.0, 9106.0, 9128.0, 9142.0, 9096.0, 9127.0, 9146.0, 9115.0, 9144.0, 9141.0, 9139.0, 9158.0, 9088.0, 9132.0, 9088.0, 9132.0, 9164.0, 9140.0, 9135.0, 9161.0, 9097.0, 9126.0, 9100.0, 9130.0, 9162.0, 9098.0, 9132.0, 9182.0, 9098.0, 9126.0, 9134.0, 9110.0, 9144.0, 9151.0, 9127.0, 9153.0, 9149.0, 9116.0, 9131.0, 9133.0, 9145.0, 9150.0, 9118.0, 9151.0, 9152.0, 9132.0, 9110.0, 9100.0, 9147.0, 9154.0, 9105.0, 9132.0, 9139.0, 9110.0, 9129.0, 9145.0, 9106.0, 9143.0, 9178.0, 9119.0, 9145.0, 9097.0, 9133.0, 9152.0, 9111.0, 9147.0, 9171.0, 9136.0, 9132.0, 9154.0, 9117.0, 9127.0, 9111.0, 9143.0, 9177.0, 9130.0, 9121.0, 9154.0, 9107.0, 9111.0, 9148.0, 9105.0, 9129.0, 9171.0, 9118.0, 9112.0, 9114.0, 9129.0, 9151.0, 9109.0, 9147.0, 9173.0, 9105.0, 9113.0, 9156.0, 9114.0, 9125.0, 9130.0, 9167.0, 9175.0, 9122.0, 9137.0, 9154.0, 9098.0, 9110.0, 9058.0, 9095.0, 9138.0, 9147.0, 9116.0, 9130.0, 9147.0, 9113.0, 9116.0, 9129.0, 9142.0, 9151.0, 9135.0, 9150.0, 9172.0, 9116.0, 9153.0, 9135.0, 9150.0, 9171.0, 9110.0, 9137.0, 9153.0, 9110.0, 9112.0, 9095.0, 9123.0, 9153.0, 9142.0, 9109.0, 9144.0, 9150.0, 9086.0, 9107.0, 9072.0, 9110.0, 9122.0, 9080.0, 9129.0, 9140.0, 9092.0, 9117.0, 9105.0, 9127.0, 9142.0, 9166.0, 9120.0, 9166.0, 9166.0, 9110.0, 9136.0, 9154.0, 9188.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.00047983908045977016</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022168873218390804</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.510759338250814</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2022142419217485</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.991330739896432</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4625</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4716.9897</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1038746301119385</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.666666666666667</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5443393888585484</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.539215666733108</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.630269210016768</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.46353328982577</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0048911</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015692628920078278</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0256620142608881</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8808254276514633</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>33.843</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.706</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.339</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305113.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>732.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.5687</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4905</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.2288</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3364.0486</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3560.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71431.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1083.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4402.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.3242</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.74754765117541</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> |