=== 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-0092 --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-0092",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0092_ses-01_task-social_acq-mb8_run-01_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-0092_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-01_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-0092/ses-01/func/sub-0092_ses-01_task-social_acq-mb8_run-01_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>4a8bd1103704441eb681083405cded0f</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>08:46:49.217500</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.998693, -0.046373, -0.0214683, 0.0497179, 0.978843, 0.198481]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0774463</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4129, -7740, -7155, 778, -67, -71, 179, 67]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>222.531</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1384a8e7-a12a-412c-b6f0-ade7c5f8f860||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.6794216632843018, 0.13338950276374817, -0.03188687935471535, 105.01686096191406], [0.12441539764404297, 2.626163959503174, 0.5380802154541016, -112.60397338867188], [-0.05759793147444725, -0.5325098037719727, 2.6456480026245117, -6.346395492553711], [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': ['084649.217500', '084649.677500', '084650.137500', '084650.597500', '084651.057500', '084651.517500', '084651.977500', '084652.437500', '084652.897500', '084653.357500', '084653.817500', '084654.277500', '084654.737500', '084655.197500', '084655.657500', '084656.117500', '084656.577500', '084657.037500', '084657.497500', '084657.957500', '084658.417500', '084658.877500', '084659.337500', '084659.797500', '084700.257500', '084700.717500', '084701.177500', '084701.637500', '084702.097500', '084702.557500', '084703.017500', '084703.477500', '084703.937500', '084704.397500', '084704.857500', '084705.317500', '084705.777500', '084706.237500', '084706.697500', '084707.157500', '084707.617500', '084708.077500', '084708.537500', '084708.997500', '084709.457500', '084709.917500', '084710.377500', '084710.837500', '084711.297500', '084711.757500', '084712.217500', '084712.677500', '084713.137500', '084713.597500', '084714.057500', '084714.517500', '084714.977500', '084715.437500', '084715.897500', '084716.357500', '084716.817500', '084717.277500', '084717.737500', '084718.197500', '084718.657500', '084719.117500', '084719.577500', '084720.037500', '084720.497500', '084720.957500', '084721.417500', '084721.877500', '084722.337500', '084722.797500', '084723.257500', '084723.717500', '084724.177500', '084724.637500', '084725.097500', '084725.557500', '084726.017500', '084726.477500', '084726.937500', '084727.397500', '084727.857500', '084728.317500', '084728.777500', '084729.237500', '084729.697500', '084730.157500', '084730.617500', '084731.077500', '084731.537500', '084731.997500', '084732.457500', '084732.917500', '084733.377500', '084733.837500', '084734.297500', '084734.757500', '084735.217500', '084735.677500', '084736.137500', '084736.597500', '084737.057500', '084737.517500', '084737.977500', '084738.437500', '084738.897500', '084739.357500', '084739.817500', '084740.277500', '084740.737500', '084741.197500', '084741.657500', '084742.117500', '084742.577500', '084743.037500', '084743.497500', '084743.957500', '084744.417500', '084744.877500', '084745.337500', '084745.797500', '084746.257500', '084746.717500', '084747.177500', '084747.637500', '084748.097500', '084748.557500', '084749.017500', '084749.477500', '084749.937500', '084750.397500', '084750.857500', '084751.317500', '084751.777500', '084752.237500', '084752.697500', '084753.157500', '084753.617500', '084754.077500', '084754.537500', '084754.997500', '084755.457500', '084755.917500', '084756.377500', '084756.837500', '084757.297500', '084757.757500', '084758.217500', '084758.677500', '084759.137500', '084759.597500', '084800.057500', '084800.517500', '084800.977500', '084801.437500', '084801.897500', '084802.357500', '084802.817500', '084803.277500', '084803.737500', '084804.197500', '084804.657500', '084805.117500', '084805.577500', '084806.037500', '084806.497500', '084806.957500', '084807.417500', '084807.877500', '084808.337500', '084808.797500', '084809.257500', '084809.717500', '084810.177500', '084810.637500', '084811.097500', '084811.557500', '084812.017500', '084812.477500', '084812.937500', '084813.397500', '084813.857500', '084814.317500', '084814.777500', '084815.237500', '084815.697500', '084816.157500', '084816.617500', '084817.077500', '084817.537500', '084817.997500', '084818.457500', '084818.917500', '084819.377500', '084819.837500', '084820.297500', '084820.757500', '084821.217500', '084821.677500', '084822.137500', '084822.597500', '084823.057500', '084823.517500', '084823.977500', '084824.437500', '084824.897500', '084825.357500', '084825.817500', '084826.277500', '084826.737500', '084827.197500', '084827.657500', '084828.117500', '084828.577500', '084829.037500', '084829.497500', '084829.957500', '084830.417500', '084830.877500', '084831.337500', '084831.797500', '084832.257500', '084832.717500', '084833.177500', '084833.637500', '084834.097500', '084834.557500', '084835.017500', '084835.477500', '084835.937500', '084836.397500', '084836.857500', '084837.317500', '084837.777500', '084838.237500', '084838.697500', '084839.157500', '084839.617500', '084840.077500', '084840.537500', '084840.997500', '084841.457500', '084841.917500', '084842.377500', '084842.837500', '084843.297500', '084843.757500', '084844.217500', '084844.677500', '084845.137500', '084845.597500', '084846.057500', '084846.517500', '084846.977500', '084847.437500', '084847.897500', '084848.357500', '084848.817500', '084849.277500', '084849.737500', '084850.197500', '084850.657500', '084851.117500', '084851.577500', '084852.037500', '084852.497500', '084852.957500', '084853.417500', '084853.877500', '084854.337500', '084854.797500', '084855.257500', '084855.717500', '084856.177500', '084856.637500', '084857.097500', '084857.557500', '084858.017500', '084858.477500', '084858.937500', '084859.397500', '084859.857500', '084900.317500', '084900.777500', '084901.237500', '084901.697500', '084902.157500', '084902.617500', '084903.077500', '084903.537500', '084903.997500', '084904.457500', '084904.917500', '084905.377500', '084905.837500', '084906.297500', '084906.757500', '084907.217500', '084907.677500', '084908.137500', '084908.597500', '084909.057500', '084909.517500', '084909.977500', '084910.437500', '084910.897500', '084911.357500', '084911.817500', '084912.277500', '084912.737500', '084913.197500', '084913.657500', '084914.117500', '084914.577500', '084915.037500', '084915.497500', '084915.957500', '084916.417500', '084916.877500', '084917.337500', '084917.797500', '084918.257500', '084918.717500', '084919.177500', '084919.637500', '084920.097500', '084920.557500', '084921.017500', '084921.477500', '084921.937500', '084922.397500', '084922.857500', '084923.317500', '084923.777500', '084924.237500', '084924.697500', '084925.157500', '084925.617500', '084926.077500', '084926.537500', '084926.997500', '084927.457500', '084927.917500', '084928.377500', '084928.837500', '084929.297500', '084929.757500', '084930.217500', '084930.677500', '084931.137500', '084931.597500', '084932.057500', '084932.517500', '084932.977500', '084933.437500', '084933.897500', '084934.357500', '084934.817500', '084935.277500', '084935.737500', '084936.197500', '084936.657500', '084937.117500', '084937.577500', '084938.037500', '084938.497500', '084938.957500', '084939.417500', '084939.877500', '084940.337500', '084940.797500', '084941.257500', '084941.717500', '084942.177500', '084942.637500', '084943.097500', '084943.557500', '084944.017500', '084944.477500', '084944.937500', '084945.397500', '084945.857500', '084946.317500', '084946.777500', '084947.237500', '084947.697500', '084948.157500', '084948.617500', '084949.077500', '084949.537500', '084949.997500', '084950.457500', '084950.917500', '084951.377500', '084951.837500', '084952.297500', '084952.757500', '084953.217500', '084953.677500', '084954.137500', '084954.597500', '084955.057500', '084955.517500', '084955.977500', '084956.437500', '084956.897500', '084957.357500', '084957.817500', '084958.277500', '084958.737500', '084959.197500', '084959.657500', '085000.117500', '085000.577500', '085001.037500', '085001.497500', '085001.957500', '085002.417500', '085002.877500', '085003.337500', '085003.797500', '085004.257500', '085004.717500', '085005.177500', '085005.637500', '085006.097500', '085006.557500', '085007.017500', '085007.477500', '085007.937500', '085008.397500', '085008.857500', '085009.317500', '085009.777500', '085010.237500', '085010.697500', '085011.157500', '085011.617500', '085012.077500', '085012.537500', '085012.997500', '085013.457500', '085013.917500', '085014.377500', '085014.837500', '085015.297500', '085015.757500', '085016.217500', '085016.677500', '085017.137500', '085017.597500', '085018.057500', '085018.517500', '085018.977500', '085019.437500', '085019.897500', '085020.357500', '085020.817500', '085021.277500', '085021.737500', '085022.197500', '085022.657500', '085023.117500', '085023.577500', '085024.037500', '085024.497500', '085024.957500', '085025.417500', '085025.877500', '085026.337500', '085026.797500', '085027.257500', '085027.717500', '085028.177500', '085028.637500', '085029.097500', '085029.557500', '085030.017500', '085030.477500', '085030.937500', '085031.397500', '085031.857500', '085032.317500', '085032.777500', '085033.237500', '085033.697500', '085034.157500', '085034.617500', '085035.077500', '085035.537500', '085035.997500', '085036.457500', '085036.917500', '085037.377500', '085037.837500', '085038.297500', '085038.757500', '085039.217500', '085039.677500', '085040.137500', '085040.597500', '085041.057500', '085041.517500', '085041.977500', '085042.437500', '085042.897500', '085043.357500', '085043.817500', '085044.277500', '085044.737500', '085045.197500', '085045.657500', '085046.117500', '085046.577500', '085047.037500', '085047.497500', '085047.957500', '085048.417500', '085048.877500', '085049.337500', '085049.797500', '085050.257500', '085050.717500', '085051.177500', '085051.637500', '085052.097500', '085052.557500', '085053.017500', '085053.477500', '085053.937500', '085054.397500', '085054.857500', '085055.317500', '085055.777500', '085056.237500', '085056.697500', '085057.157500', '085057.617500', '085058.077500', '085058.537500', '085058.997500', '085059.457500', '085059.917500', '085100.377500', '085100.837500', '085101.297500', '085101.757500', '085102.217500', '085102.677500', '085103.137500', '085103.597500', '085104.057500', '085104.517500', '085104.977500', '085105.437500', '085105.897500', '085106.357500', '085106.817500', '085107.277500', '085107.737500', '085108.197500', '085108.657500', '085109.117500', '085109.577500', '085110.037500', '085110.497500', '085110.957500', '085111.417500', '085111.877500', '085112.337500', '085112.797500', '085113.257500', '085113.717500', '085114.177500', '085114.637500', '085115.097500', '085115.557500', '085116.017500', '085116.477500', '085116.937500', '085117.397500', '085117.857500', '085118.317500', '085118.777500', '085119.237500', '085119.697500', '085120.157500', '085120.617500', '085121.077500', '085121.537500', '085121.997500', '085122.457500', '085122.917500', '085123.377500', '085123.837500', '085124.297500', '085124.757500', '085125.217500', '085125.677500', '085126.137500', '085126.597500', '085127.057500', '085127.517500', '085127.977500', '085128.437500', '085128.897500', '085129.357500', '085129.817500', '085130.277500', '085130.737500', '085131.197500', '085131.657500', '085132.117500', '085132.577500', '085133.037500', '085133.497500', '085133.957500', '085134.417500', '085134.877500', '085135.337500', '085135.797500', '085136.257500', '085136.717500', '085137.177500', '085137.637500', '085138.097500', '085138.557500', '085139.017500', '085139.477500', '085139.937500', '085140.397500', '085140.857500', '085141.317500', '085141.777500', '085142.237500', '085142.697500', '085143.157500', '085143.617500', '085144.077500', '085144.537500', '085144.997500', '085145.457500', '085145.917500', '085146.377500', '085146.837500', '085147.297500', '085147.757500', '085148.217500', '085148.677500', '085149.137500', '085149.597500', '085150.057500', '085150.517500', '085150.977500', '085151.437500', '085151.897500', '085152.357500', '085152.817500', '085153.277500', '085153.737500', '085154.197500', '085154.657500', '085155.117500', '085155.577500', '085156.037500', '085156.497500', '085156.957500', '085157.417500', '085157.877500', '085158.337500', '085158.797500', '085159.257500', '085159.717500', '085200.177500', '085200.637500', '085201.097500', '085201.557500', '085202.017500', '085202.477500', '085202.937500', '085203.397500', '085203.857500', '085204.317500', '085204.777500', '085205.237500', '085205.697500', '085206.157500', '085206.617500', '085207.077500', '085207.537500', '085207.997500', '085208.457500', '085208.917500', '085209.377500', '085209.837500', '085210.297500', '085210.757500', '085211.217500', '085211.677500', '085212.137500', '085212.597500', '085213.057500', '085213.517500', '085213.977500', '085214.437500', '085214.897500', '085215.357500', '085215.817500', '085216.277500', '085216.737500', '085217.197500', '085217.657500', '085218.117500', '085218.577500', '085219.037500', '085219.497500', '085219.957500', '085220.417500', '085220.877500', '085221.337500', '085221.797500', '085222.257500', '085222.717500', '085223.177500', '085223.637500', '085224.097500', '085224.557500', '085225.017500', '085225.477500', '085225.937500', '085226.397500', '085226.857500', '085227.317500', '085227.777500', '085228.237500', '085228.697500', '085229.157500', '085229.617500', '085230.077500', '085230.537500', '085230.997500', '085231.457500', '085231.917500', '085232.377500', '085232.837500', '085233.297500', '085233.757500', '085234.217500', '085234.677500', '085235.137500', '085235.597500', '085236.057500', '085236.517500', '085236.977500', '085237.437500', '085237.897500', '085238.357500', '085238.817500', '085239.277500', '085239.737500', '085240.197500', '085240.657500', '085241.117500', '085241.577500', '085242.037500', '085242.497500', '085242.957500', '085243.417500', '085243.877500', '085244.337500', '085244.797500', '085245.257500', '085245.717500', '085246.177500', '085246.637500', '085247.097500', '085247.557500', '085248.017500', '085248.477500', '085248.937500', '085249.397500', '085249.857500', '085250.317500', '085250.777500', '085251.237500', '085251.697500', '085252.157500', '085252.617500', '085253.077500', '085253.537500', '085253.997500', '085254.457500', '085254.917500', '085255.377500', '085255.837500', '085256.297500', '085256.757500', '085257.217500', '085257.677500', '085258.137500', '085258.597500', '085259.057500', '085259.517500', '085259.977500', '085300.437500', '085300.897500', '085301.357500', '085301.817500', '085302.277500', '085302.737500', '085303.197500', '085303.657500', '085304.117500', '085304.577500', '085305.037500', '085305.497500', '085305.957500', '085306.417500', '085306.877500', '085307.337500', '085307.797500', '085308.257500', '085308.717500', '085309.177500', '085309.637500', '085310.097500', '085310.557500', '085311.017500', '085311.477500', '085311.937500', '085312.397500', '085312.857500', '085313.317500', '085313.777500', '085314.237500', '085314.697500', '085315.157500', '085315.617500', '085316.077500', '085316.537500', '085316.997500', '085317.457500', '085317.917500', '085318.377500', '085318.837500', '085319.297500', '085319.757500', '085320.217500', '085320.677500', '085321.137500', '085321.597500', '085322.057500', '085322.517500', '085322.977500', '085323.437500', '085323.897500', '085324.357500', '085324.817500', '085325.277500', '085325.737500', '085326.197500', '085326.657500', '085327.117500', '085327.577500', '085328.037500', '085328.497500', '085328.957500', '085329.417500', '085329.877500'], 'ContentTime': ['084707.667000', '084707.670000', '084707.673000', '084707.681000', '084707.692000', '084707.694000', '084707.697000', '084707.700000', '084707.702000', '084707.705000', '084707.708000', '084707.710000', '084707.713000', '084707.716000', '084707.718000', '084707.721000', '084707.723000', '084707.726000', '084707.729000', '084707.737000', '084707.740000', '084707.742000', '084707.745000', '084707.748000', '084707.750000', '084707.753000', '084707.755000', '084707.758000', '084707.761000', '084707.764000', '084707.766000', '084707.769000', '084707.772000', '084707.775000', '084707.777000', '084707.780000', '084707.782000', '084727.633000', '084727.635000', '084727.638000', '084727.641000', '084727.644000', '084727.646000', '084727.649000', '084727.652000', '084727.654000', '084727.657000', '084727.659000', '084727.662000', '084727.665000', '084727.667000', '084727.670000', '084727.673000', '084727.675000', '084727.678000', '084727.680000', '084727.683000', '084727.686000', '084727.688000', '084727.691000', '084727.693000', '084727.696000', '084727.698000', '084727.701000', '084727.704000', '084727.706000', '084727.709000', '084727.711000', '084727.714000', '084727.725000', '084727.728000', '084727.730000', '084727.733000', '084727.735000', '084727.738000', '084727.741000', '084727.743000', '084727.746000', '084727.749000', '084727.751000', '084727.754000', '084747.634000', '084747.637000', '084747.640000', '084747.642000', '084747.645000', '084747.648000', '084747.650000', '084747.653000', '084747.663000', '084747.666000', '084747.669000', '084747.671000', '084747.674000', '084747.677000', '084747.679000', '084747.682000', '084747.684000', '084747.687000', '084747.690000', '084747.692000', '084747.695000', '084747.698000', '084747.700000', '084747.703000', '084747.705000', '084747.708000', '084747.711000', '084747.713000', '084747.716000', '084747.719000', '084747.722000', '084747.724000', '084747.727000', '084747.729000', '084747.732000', '084747.735000', '084747.737000', '084747.740000', '084747.743000', '084747.745000', '084747.748000', '084747.750000', '084747.753000', '084807.633000', '084807.636000', '084807.639000', '084807.641000', '084807.645000', '084807.648000', '084807.650000', '084807.653000', '084807.656000', '084807.659000', '084807.661000', '084807.664000', '084807.666000', '084807.669000', '084807.672000', '084807.674000', '084807.677000', '084807.680000', '084807.682000', '084807.685000', '084807.687000', '084807.690000', '084807.694000', '084807.696000', '084807.699000', '084807.701000', '084807.704000', '084807.707000', '084807.709000', '084807.712000', '084807.715000', '084807.717000', '084807.720000', '084807.723000', '084807.725000', '084807.728000', '084807.730000', '084807.733000', '084807.736000', '084807.738000', '084807.741000', '084807.743000', '084807.746000', '084827.634000', '084827.636000', '084827.639000', '084827.642000', '084827.644000', '084827.647000', '084827.650000', '084827.652000', '084827.655000', '084827.658000', '084827.660000', '084827.663000', '084827.665000', '084827.668000', '084827.671000', '084827.673000', '084827.686000', '084827.688000', '084827.691000', '084827.693000', '084827.696000', '084827.699000', '084827.701000', '084827.704000', '084827.706000', '084827.709000', '084827.712000', '084827.714000', '084827.717000', '084827.719000', '084827.722000', '084827.725000', '084827.727000', '084827.730000', '084827.732000', '084827.735000', '084827.738000', '084827.740000', '084827.743000', '084827.746000', '084827.756000', '084827.759000', '084827.762000', '084827.764000', '084847.634000', '084847.636000', '084847.666000', '084847.669000', '084847.672000', '084847.675000', '084847.678000', '084847.680000', '084847.683000', '084847.686000', '084847.688000', '084847.691000', '084847.693000', '084847.696000', '084847.698000', '084847.701000', '084847.712000', '084847.715000', '084847.717000', '084847.720000', '084847.722000', '084847.725000', '084847.728000', '084847.730000', '084847.733000', '084847.735000', '084847.738000', '084847.741000', '084847.743000', '084847.746000', '084847.749000', '084847.751000', '084847.754000', '084847.757000', '084847.759000', '084847.762000', '084847.764000', '084847.767000', '084847.770000', '084847.772000', '084847.775000', '084847.778000', '084847.780000', '084907.634000', '084907.636000', '084907.639000', '084907.642000', '084907.644000', '084907.647000', '084907.650000', '084907.652000', '084907.655000', '084907.657000', '084907.660000', '084907.663000', '084907.666000', '084907.668000', '084907.671000', '084907.673000', '084907.676000', '084907.679000', '084907.681000', '084907.684000', '084907.686000', '084907.689000', '084907.692000', '084907.694000', '084907.697000', '084907.699000', '084907.702000', '084907.705000', '084907.707000', '084907.710000', '084907.712000', '084907.715000', '084907.718000', '084907.720000', '084907.723000', '084907.725000', '084907.734000', '084907.737000', '084907.739000', '084907.742000', '084907.745000', '084907.747000', '084907.750000', '084907.752000', '084927.634000', '084927.637000', '084927.639000', '084927.642000', '084927.645000', '084927.647000', '084927.650000', '084927.652000', '084927.655000', '084927.658000', '084927.660000', '084927.663000', '084927.666000', '084927.669000', '084927.671000', '084927.674000', '084927.678000', '084927.681000', '084927.683000', '084927.686000', '084927.689000', '084927.691000', '084927.694000', '084927.696000', '084927.699000', '084927.702000', '084927.704000', '084927.707000', '084927.710000', '084927.712000', '084927.715000', '084927.718000', '084927.720000', '084927.723000', '084927.725000', '084927.728000', '084927.732000', '084927.734000', '084927.737000', '084927.740000', '084927.742000', '084927.745000', '084927.748000', '084947.633000', '084947.635000', '084947.638000', '084947.641000', '084947.643000', '084947.646000', '084947.649000', '084947.651000', '084947.654000', '084947.656000', '084947.659000', '084947.662000', '084947.664000', '084947.667000', '084947.670000', '084947.672000', '084947.675000', '084947.677000', '084947.680000', '084947.683000', '084947.685000', '084947.688000', '084947.691000', '084947.693000', '084947.696000', '084947.698000', '084947.701000', '084947.704000', '084947.706000', '084947.709000', '084947.712000', '084947.714000', '084947.717000', '084947.720000', '084947.722000', '084947.725000', '084947.727000', '084947.730000', '084947.733000', '084947.735000', '084947.738000', '084947.740000', '084947.743000', '084947.746000', '085007.633000', '085007.636000', '085007.639000', '085007.642000', '085007.645000', '085007.647000', '085007.650000', '085007.653000', '085007.656000', '085007.658000', '085007.662000', '085007.664000', '085007.667000', '085007.669000', '085007.672000', '085007.675000', '085007.677000', '085007.680000', '085007.683000', '085007.685000', '085007.688000', '085007.690000', '085007.693000', '085007.696000', '085007.698000', '085007.701000', '085007.703000', '085007.706000', '085007.708000', '085007.711000', '085007.714000', '085007.716000', '085007.719000', '085007.721000', '085007.724000', '085007.727000', '085007.729000', '085007.732000', '085007.735000', '085007.737000', '085007.740000', '085007.742000', '085007.745000', '085027.634000', '085027.637000', '085027.640000', '085027.642000', '085027.645000', '085027.648000', '085027.651000', '085027.653000', '085027.656000', '085027.658000', '085027.661000', '085027.664000', '085027.666000', '085027.669000', '085027.672000', '085027.674000', '085027.677000', '085027.680000', '085027.689000', '085027.692000', '085027.695000', '085027.698000', '085027.700000', '085027.703000', '085027.705000', '085027.708000', '085027.711000', '085027.713000', '085027.716000', '085027.719000', '085027.721000', '085027.724000', '085027.727000', '085027.729000', '085027.732000', '085027.735000', '085027.737000', '085027.740000', '085027.743000', '085027.745000', '085027.748000', '085027.751000', '085027.753000', '085027.756000', '085047.634000', '085047.636000', '085047.639000', '085047.642000', '085047.644000', '085047.647000', '085047.650000', '085047.652000', '085047.655000', '085047.657000', '085047.660000', '085047.663000', '085047.665000', '085047.668000', '085047.671000', '085047.673000', '085047.676000', '085047.679000', '085047.681000', '085047.684000', '085047.686000', '085047.689000', '085047.692000', '085047.694000', '085047.697000', '085047.700000', '085047.709000', '085047.712000', '085047.714000', '085047.717000', '085047.720000', '085047.723000', '085047.726000', '085047.728000', '085047.731000', '085047.734000', '085047.736000', '085047.739000', '085047.748000', '085047.750000', '085047.753000', '085047.755000', '085047.758000', '085107.634000', '085107.636000', '085107.639000', '085107.642000', '085107.644000', '085107.647000', '085107.650000', '085107.652000', '085107.655000', '085107.658000', '085107.660000', '085107.663000', '085107.666000', '085107.668000', '085107.671000', '085107.673000', '085107.676000', '085107.679000', '085107.681000', '085107.684000', '085107.686000', '085107.689000', '085107.692000', '085107.694000', '085107.697000', '085107.700000', '085107.702000', '085107.705000', '085107.708000', '085107.710000', '085107.713000', '085107.715000', '085107.718000', '085107.721000', '085107.723000', '085107.726000', '085107.728000', '085107.731000', '085107.734000', '085107.736000', '085107.739000', '085107.742000', '085107.744000', '085107.747000', '085127.633000', '085127.636000', '085127.639000', '085127.642000', '085127.644000', '085127.647000', '085127.650000', '085127.652000', '085127.655000', '085127.657000', '085127.660000', '085127.663000', '085127.665000', '085127.668000', '085127.671000', '085127.673000', '085127.676000', '085127.678000', '085127.681000', '085127.684000', '085127.686000', '085127.689000', '085127.692000', '085127.694000', '085127.697000', '085127.700000', '085127.702000', '085127.705000', '085127.707000', '085127.710000', '085127.713000', '085127.715000', '085127.718000', '085127.720000', '085127.723000', '085127.726000', '085127.738000', '085127.742000', '085127.745000', '085127.747000', '085127.750000', '085127.753000', '085127.755000', '085147.634000', '085147.636000', '085147.644000', '085147.647000', '085147.649000', '085147.652000', '085147.654000', '085147.657000', '085147.660000', '085147.662000', '085147.665000', '085147.668000', '085147.670000', '085147.673000', '085147.675000', '085147.678000', '085147.681000', '085147.683000', '085147.686000', '085147.689000', '085147.691000', '085147.694000', '085147.697000', '085147.699000', '085147.702000', '085147.705000', '085147.707000', '085147.710000', '085147.712000', '085147.715000', '085147.718000', '085147.720000', '085147.723000', '085147.725000', '085147.728000', '085147.731000', '085147.733000', '085147.736000', '085147.739000', '085147.741000', '085147.744000', '085147.746000', '085147.749000', '085147.752000', '085207.633000', '085207.636000', '085207.638000', '085207.641000', '085207.643000', '085207.646000', '085207.649000', '085207.651000', '085207.654000', '085207.657000', '085207.659000', '085207.662000', '085207.664000', '085207.667000', '085207.670000', '085207.672000', '085207.675000', '085207.677000', '085207.680000', '085207.683000', '085207.685000', '085207.688000', '085207.691000', '085207.693000', '085207.696000', '085207.699000', '085207.701000', '085207.704000', '085207.706000', '085207.709000', '085207.712000', '085207.714000', '085207.717000', '085207.720000', '085207.722000', '085207.725000', '085207.727000', '085207.730000', '085207.733000', '085207.735000', '085207.738000', '085207.741000', '085207.743000', '085227.633000', '085227.637000', '085227.639000', '085227.642000', '085227.645000', '085227.647000', '085227.650000', '085227.653000', '085227.655000', '085227.658000', '085227.661000', '085227.663000', '085227.666000', '085227.668000', '085227.671000', '085227.674000', '085227.676000', '085227.679000', '085227.682000', '085227.684000', '085227.687000', '085227.690000', '085227.692000', '085227.695000', '085227.697000', '085227.700000', '085227.703000', '085227.705000', '085227.708000', '085227.711000', '085227.713000', '085227.716000', '085227.718000', '085227.721000', '085227.724000', '085227.726000', '085227.729000', '085227.732000', '085227.734000', '085227.737000', '085227.739000', '085227.742000', '085227.745000', '085227.747000', '085247.634000', '085247.636000', '085247.639000', '085247.642000', '085247.645000', '085247.647000', '085247.650000', '085247.652000', '085247.655000', '085247.666000', '085247.669000', '085247.671000', '085247.674000', '085247.676000', '085247.679000', '085247.682000', '085247.685000', '085247.687000', '085247.690000', '085247.693000', '085247.695000', '085247.698000', '085247.700000', '085247.703000', '085247.706000', '085247.708000', '085247.711000', '085247.714000', '085247.716000', '085247.719000', '085247.721000', '085247.724000', '085247.727000', '085247.729000', '085247.732000', '085247.735000', '085247.737000', '085247.740000', '085247.742000', '085247.745000', '085247.748000', '085247.750000', '085247.753000', '085307.634000', '085307.636000', '085307.639000', '085307.641000', '085307.656000', '085307.659000', '085307.661000', '085307.664000', '085307.666000', '085307.670000', '085307.673000', '085307.676000', '085307.678000', '085307.681000', '085307.684000', '085307.686000', '085307.689000', '085307.691000', '085307.694000', '085307.697000', '085307.699000', '085307.702000', '085307.704000', '085307.707000', '085307.710000', '085307.712000', '085307.715000', '085307.717000', '085307.720000', '085307.723000', '085307.725000', '085307.728000', '085307.731000', '085307.733000', '085307.736000', '085307.738000', '085307.741000', '085307.744000', '085307.746000', '085307.749000', '085307.751000', '085307.754000', '085307.757000', '085307.759000', '085327.633000', '085327.636000', '085327.639000', '085327.642000', '085327.644000', '085327.647000', '085327.650000', '085327.652000', '085327.655000', '085327.657000', '085327.660000', '085327.663000', '085327.665000', '085327.668000', '085327.670000', '085327.673000', '085327.676000', '085327.678000', '085327.681000', '085327.684000', '085327.686000', '085327.689000', '085327.692000', '085327.694000', '085327.697000', '085327.699000', '085327.702000', '085327.705000', '085327.707000', '085327.710000', '085327.712000', '085327.715000', '085327.718000', '085327.720000', '085327.723000', '085327.726000', '085327.728000', '085327.731000', '085327.733000', '085327.736000', '085327.738000', '085327.741000', '085327.744000', '085331.489000', '085331.492000', '085331.494000', '085331.497000', '085331.500000', '085331.503000', '085331.506000', '085331.509000', '085331.522000'], 'InstanceCreationTime': ['084707.667000', '084707.670000', '084707.673000', '084707.681000', '084707.692000', '084707.694000', '084707.697000', '084707.700000', '084707.702000', '084707.705000', '084707.708000', '084707.710000', '084707.713000', '084707.716000', '084707.718000', '084707.721000', '084707.723000', '084707.726000', '084707.729000', '084707.737000', '084707.740000', '084707.742000', '084707.745000', '084707.748000', '084707.750000', '084707.753000', '084707.755000', '084707.758000', '084707.761000', '084707.764000', '084707.766000', '084707.769000', '084707.772000', '084707.775000', '084707.777000', '084707.780000', '084707.782000', '084727.633000', '084727.635000', '084727.638000', '084727.641000', '084727.644000', '084727.646000', '084727.649000', '084727.652000', '084727.654000', '084727.657000', '084727.659000', '084727.662000', '084727.665000', '084727.667000', '084727.670000', '084727.673000', '084727.675000', '084727.678000', '084727.680000', '084727.683000', '084727.686000', '084727.688000', '084727.691000', '084727.693000', '084727.696000', '084727.698000', '084727.701000', '084727.704000', '084727.706000', '084727.709000', '084727.711000', '084727.714000', '084727.725000', '084727.728000', '084727.730000', '084727.733000', '084727.735000', '084727.738000', '084727.741000', '084727.743000', '084727.746000', '084727.749000', '084727.751000', '084727.754000', '084747.634000', '084747.637000', '084747.640000', '084747.642000', '084747.645000', '084747.648000', '084747.650000', '084747.653000', '084747.663000', '084747.666000', '084747.669000', '084747.671000', '084747.674000', '084747.677000', '084747.679000', '084747.682000', '084747.684000', '084747.687000', '084747.690000', '084747.692000', '084747.695000', '084747.698000', '084747.700000', '084747.703000', '084747.705000', '084747.708000', '084747.711000', '084747.713000', '084747.716000', '084747.719000', '084747.722000', '084747.724000', '084747.727000', '084747.729000', '084747.732000', '084747.735000', '084747.737000', '084747.740000', '084747.743000', '084747.745000', '084747.748000', '084747.750000', '084747.753000', '084807.633000', '084807.636000', '084807.639000', '084807.641000', '084807.645000', '084807.648000', '084807.650000', '084807.653000', '084807.656000', '084807.659000', '084807.661000', '084807.664000', '084807.666000', '084807.669000', '084807.672000', '084807.674000', '084807.677000', '084807.680000', '084807.682000', '084807.685000', '084807.687000', '084807.690000', '084807.694000', '084807.696000', '084807.699000', '084807.701000', '084807.704000', '084807.707000', '084807.709000', '084807.712000', '084807.715000', '084807.717000', '084807.720000', '084807.723000', '084807.725000', '084807.728000', '084807.730000', '084807.733000', '084807.736000', '084807.738000', '084807.741000', '084807.743000', '084807.746000', '084827.634000', '084827.636000', '084827.639000', '084827.642000', '084827.644000', '084827.647000', '084827.650000', '084827.652000', '084827.655000', '084827.658000', '084827.660000', '084827.663000', '084827.665000', '084827.668000', '084827.671000', '084827.673000', '084827.686000', '084827.688000', '084827.691000', '084827.693000', '084827.696000', '084827.699000', '084827.701000', '084827.704000', '084827.706000', '084827.709000', '084827.712000', '084827.714000', '084827.717000', '084827.719000', '084827.722000', '084827.725000', '084827.727000', '084827.730000', '084827.732000', '084827.735000', '084827.738000', '084827.740000', '084827.743000', '084827.746000', '084827.756000', '084827.759000', '084827.762000', '084827.764000', '084847.634000', '084847.636000', '084847.666000', '084847.669000', '084847.672000', '084847.675000', '084847.678000', '084847.680000', '084847.683000', '084847.686000', '084847.688000', '084847.691000', '084847.693000', '084847.696000', '084847.698000', '084847.701000', '084847.712000', '084847.715000', '084847.717000', '084847.720000', '084847.722000', '084847.725000', '084847.728000', '084847.730000', '084847.733000', '084847.735000', '084847.738000', '084847.741000', '084847.743000', '084847.746000', '084847.749000', '084847.751000', '084847.754000', '084847.757000', '084847.759000', '084847.762000', '084847.764000', '084847.767000', '084847.770000', '084847.772000', '084847.775000', '084847.778000', '084847.780000', '084907.634000', '084907.636000', '084907.639000', '084907.642000', '084907.644000', '084907.647000', '084907.650000', '084907.652000', '084907.655000', '084907.657000', '084907.660000', '084907.663000', '084907.666000', '084907.668000', '084907.671000', '084907.673000', '084907.676000', '084907.679000', '084907.681000', '084907.684000', '084907.686000', '084907.689000', '084907.692000', '084907.694000', '084907.697000', '084907.699000', '084907.702000', '084907.705000', '084907.707000', '084907.710000', '084907.712000', '084907.715000', '084907.718000', '084907.720000', '084907.723000', '084907.725000', '084907.734000', '084907.737000', '084907.739000', '084907.742000', '084907.745000', '084907.747000', '084907.750000', '084907.752000', '084927.634000', '084927.637000', '084927.639000', '084927.642000', '084927.645000', '084927.647000', '084927.650000', '084927.652000', '084927.655000', '084927.658000', '084927.660000', '084927.663000', '084927.666000', '084927.669000', '084927.671000', '084927.674000', '084927.678000', '084927.681000', '084927.683000', '084927.686000', '084927.689000', '084927.691000', '084927.694000', '084927.696000', '084927.699000', '084927.702000', '084927.704000', '084927.707000', '084927.710000', '084927.712000', '084927.715000', '084927.718000', '084927.720000', '084927.723000', '084927.725000', '084927.728000', '084927.732000', '084927.734000', '084927.737000', '084927.740000', '084927.742000', '084927.745000', '084927.748000', '084947.633000', '084947.635000', '084947.638000', '084947.641000', '084947.643000', '084947.646000', '084947.649000', '084947.651000', '084947.654000', '084947.656000', '084947.659000', '084947.662000', '084947.664000', '084947.667000', '084947.670000', '084947.672000', '084947.675000', '084947.677000', '084947.680000', '084947.683000', '084947.685000', '084947.688000', '084947.691000', '084947.693000', '084947.696000', '084947.698000', '084947.701000', '084947.704000', '084947.706000', '084947.709000', '084947.712000', '084947.714000', '084947.717000', '084947.720000', '084947.722000', '084947.725000', '084947.727000', '084947.730000', '084947.733000', '084947.735000', '084947.738000', '084947.740000', '084947.743000', '084947.746000', '085007.633000', '085007.636000', '085007.639000', '085007.642000', '085007.645000', '085007.647000', '085007.650000', '085007.653000', '085007.656000', '085007.658000', '085007.662000', '085007.664000', '085007.667000', '085007.669000', '085007.672000', '085007.675000', '085007.677000', '085007.680000', '085007.683000', '085007.685000', '085007.688000', '085007.690000', '085007.693000', '085007.696000', '085007.698000', '085007.701000', '085007.703000', '085007.706000', '085007.708000', '085007.711000', '085007.714000', '085007.716000', '085007.719000', '085007.721000', '085007.724000', '085007.727000', '085007.729000', '085007.732000', '085007.735000', '085007.737000', '085007.740000', '085007.742000', '085007.745000', '085027.634000', '085027.637000', '085027.640000', '085027.642000', '085027.645000', '085027.648000', '085027.651000', '085027.653000', '085027.656000', '085027.658000', '085027.661000', '085027.664000', '085027.666000', '085027.669000', '085027.672000', '085027.674000', '085027.677000', '085027.680000', '085027.689000', '085027.692000', '085027.695000', '085027.698000', '085027.700000', '085027.703000', '085027.705000', '085027.708000', '085027.711000', '085027.713000', '085027.716000', '085027.719000', '085027.721000', '085027.724000', '085027.727000', '085027.729000', '085027.732000', '085027.735000', '085027.737000', '085027.740000', '085027.743000', '085027.745000', '085027.748000', '085027.751000', '085027.753000', '085027.756000', '085047.634000', '085047.636000', '085047.639000', '085047.642000', '085047.644000', '085047.647000', '085047.650000', '085047.652000', '085047.655000', '085047.657000', '085047.660000', '085047.663000', '085047.665000', '085047.668000', '085047.671000', '085047.673000', '085047.676000', '085047.679000', '085047.681000', '085047.684000', '085047.686000', '085047.689000', '085047.692000', '085047.694000', '085047.697000', '085047.700000', '085047.709000', '085047.712000', '085047.714000', '085047.717000', '085047.720000', '085047.723000', '085047.726000', '085047.728000', '085047.731000', '085047.734000', '085047.736000', '085047.739000', '085047.748000', '085047.750000', '085047.753000', '085047.755000', '085047.758000', '085107.634000', '085107.636000', '085107.639000', '085107.642000', '085107.644000', '085107.647000', '085107.650000', '085107.652000', '085107.655000', '085107.658000', '085107.660000', '085107.663000', '085107.666000', '085107.668000', '085107.671000', '085107.673000', '085107.676000', '085107.679000', '085107.681000', '085107.684000', '085107.686000', '085107.689000', '085107.692000', '085107.694000', '085107.697000', '085107.700000', '085107.702000', '085107.705000', '085107.708000', '085107.710000', '085107.713000', '085107.715000', '085107.718000', '085107.721000', '085107.723000', '085107.726000', '085107.728000', '085107.731000', '085107.734000', '085107.736000', '085107.739000', '085107.742000', '085107.744000', '085107.747000', '085127.633000', '085127.636000', '085127.639000', '085127.642000', '085127.644000', '085127.647000', '085127.650000', '085127.652000', '085127.655000', '085127.657000', '085127.660000', '085127.663000', '085127.665000', '085127.668000', '085127.671000', '085127.673000', '085127.676000', '085127.678000', '085127.681000', '085127.684000', '085127.686000', '085127.689000', '085127.692000', '085127.694000', '085127.697000', '085127.700000', '085127.702000', '085127.705000', '085127.707000', '085127.710000', '085127.713000', '085127.715000', '085127.718000', '085127.720000', '085127.723000', '085127.726000', '085127.738000', '085127.742000', '085127.745000', '085127.747000', '085127.750000', '085127.753000', '085127.755000', '085147.634000', '085147.636000', '085147.644000', '085147.647000', '085147.649000', '085147.652000', '085147.654000', '085147.657000', '085147.660000', '085147.662000', '085147.665000', '085147.668000', '085147.670000', '085147.673000', '085147.675000', '085147.678000', '085147.681000', '085147.683000', '085147.686000', '085147.689000', '085147.691000', '085147.694000', '085147.697000', '085147.699000', '085147.702000', '085147.705000', '085147.707000', '085147.710000', '085147.712000', '085147.715000', '085147.718000', '085147.720000', '085147.723000', '085147.725000', '085147.728000', '085147.731000', '085147.733000', '085147.736000', '085147.739000', '085147.741000', '085147.744000', '085147.746000', '085147.749000', '085147.752000', '085207.633000', '085207.636000', '085207.638000', '085207.641000', '085207.643000', '085207.646000', '085207.649000', '085207.651000', '085207.654000', '085207.657000', '085207.659000', '085207.662000', '085207.664000', '085207.667000', '085207.670000', '085207.672000', '085207.675000', '085207.677000', '085207.680000', '085207.683000', '085207.685000', '085207.688000', '085207.691000', '085207.693000', '085207.696000', '085207.699000', '085207.701000', '085207.704000', '085207.706000', '085207.709000', '085207.712000', '085207.714000', '085207.717000', '085207.720000', '085207.722000', '085207.725000', '085207.727000', '085207.730000', '085207.733000', '085207.735000', '085207.738000', '085207.741000', '085207.743000', '085227.633000', '085227.637000', '085227.639000', '085227.642000', '085227.645000', '085227.647000', '085227.650000', '085227.653000', '085227.655000', '085227.658000', '085227.661000', '085227.663000', '085227.666000', '085227.668000', '085227.671000', '085227.674000', '085227.676000', '085227.679000', '085227.682000', '085227.684000', '085227.687000', '085227.690000', '085227.692000', '085227.695000', '085227.697000', '085227.700000', '085227.703000', '085227.705000', '085227.708000', '085227.711000', '085227.713000', '085227.716000', '085227.718000', '085227.721000', '085227.724000', '085227.726000', '085227.729000', '085227.732000', '085227.734000', '085227.737000', '085227.739000', '085227.742000', '085227.745000', '085227.747000', '085247.634000', '085247.636000', '085247.639000', '085247.642000', '085247.645000', '085247.647000', '085247.650000', '085247.652000', '085247.655000', '085247.666000', '085247.669000', '085247.671000', '085247.674000', '085247.676000', '085247.679000', '085247.682000', '085247.685000', '085247.687000', '085247.690000', '085247.693000', '085247.695000', '085247.698000', '085247.700000', '085247.703000', '085247.706000', '085247.708000', '085247.711000', '085247.714000', '085247.716000', '085247.719000', '085247.721000', '085247.724000', '085247.727000', '085247.729000', '085247.732000', '085247.735000', '085247.737000', '085247.740000', '085247.742000', '085247.745000', '085247.748000', '085247.750000', '085247.753000', '085307.634000', '085307.636000', '085307.639000', '085307.641000', '085307.656000', '085307.659000', '085307.661000', '085307.664000', '085307.666000', '085307.670000', '085307.673000', '085307.676000', '085307.678000', '085307.681000', '085307.684000', '085307.686000', '085307.689000', '085307.691000', '085307.694000', '085307.697000', '085307.699000', '085307.702000', '085307.704000', '085307.707000', '085307.710000', '085307.712000', '085307.715000', '085307.717000', '085307.720000', '085307.723000', '085307.725000', '085307.728000', '085307.731000', '085307.733000', '085307.736000', '085307.738000', '085307.741000', '085307.744000', '085307.746000', '085307.749000', '085307.751000', '085307.754000', '085307.757000', '085307.759000', '085327.633000', '085327.636000', '085327.639000', '085327.642000', '085327.644000', '085327.647000', '085327.650000', '085327.652000', '085327.655000', '085327.657000', '085327.660000', '085327.663000', '085327.665000', '085327.668000', '085327.670000', '085327.673000', '085327.676000', '085327.678000', '085327.681000', '085327.684000', '085327.686000', '085327.689000', '085327.692000', '085327.694000', '085327.697000', '085327.699000', '085327.702000', '085327.705000', '085327.707000', '085327.710000', '085327.712000', '085327.715000', '085327.718000', '085327.720000', '085327.723000', '085327.726000', '085327.728000', '085327.731000', '085327.733000', '085327.736000', '085327.738000', '085327.741000', '085327.744000', '085331.489000', '085331.492000', '085331.494000', '085331.497000', '085331.500000', '085331.503000', '085331.506000', '085331.509000', '085331.522000'], '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': [13420, 20906, 13201, 20179, 14643, 19685, 13833, 16826, 11031, 19091, 11762, 18721, 12460, 18226, 10899, 18775, 11182, 17906, 13211, 18009, 10681, 17031, 11969, 16661, 13673, 17540, 9758, 15079, 13802, 14536, 14382, 15016, 9327, 16685, 10604, 17183, 15269, 17749, 12449, 17463, 12837, 17701, 18205, 17090, 13101, 17645, 11049, 17580, 14665, 17750, 15182, 17809, 10159, 17251, 11412, 17431, 14071, 17207, 9882, 17176, 10552, 18498, 11790, 18824, 14031, 19434, 12150, 19870, 11865, 19837, 13808, 19735, 14370, 16608, 11913, 20050, 12713, 16280, 13911, 14357, 12426, 15681, 12695, 13767, 15844, 9364, 17703, 10079, 17659, 11645, 18516, 12530, 19324, 11775, 19665, 11953, 18979, 13889, 18207, 12279, 19582, 11521, 19527, 14585, 14546, 14374, 14607, 13119, 16008, 13049, 12570, 15673, 9443, 18011, 11197, 18634, 12837, 19014, 13460, 19651, 12307, 19394, 12395, 19508, 13476, 19886, 13160, 18479, 12461, 17724, 12651, 15070, 13994, 10315, 14789, 9575, 14461, 12429, 9409, 17680, 11560, 18554, 12823, 15042, 12501, 19340, 11715, 18926, 13964, 13784, 12300, 14680, 11882, 16258, 13506, 13129, 14499, 9760, 15684, 10384, 16833, 11681, 17790, 11479, 18529, 11381, 19337, 12058, 19406, 13651, 21059, 14079, 19923, 11943, 18658, 12178, 18218, 11897, 14288, 11218, 14872, 11622, 16167, 13498, 13296, 14011, 10410, 14561, 15276, 13959, 15830, 14520, 16324, 14782, 14251, 14482, 9993, 13255, 14365, 14013, 13971, 15733, 10040, 16200, 9224, 17005, 10702, 17161, 13249, 17373, 10194, 17836, 10375, 18132, 11209, 18065, 13048, 12573, 12806, 13203, 13400, 12321, 15049, 11620, 17694, 11336, 18369, 10753, 17912, 12785, 18093, 11391, 18620, 12261, 18917, 10336, 17020, 10418, 17460, 11810, 17517, 11710, 17441, 10114, 16626, 10318, 16384, 11514, 16856, 10732, 17656, 10284, 17274, 12261, 17153, 12342, 14632, 11260, 16836, 11843, 16258, 13076, 12949, 12494, 13361, 13317, 13756, 14934, 10464, 16768, 9740, 16485, 10262, 17670, 12240, 17918, 11081, 18232, 10440, 18229, 11823, 16812, 14191, 10152, 15444, 9583, 16370, 10042, 16765, 10984, 17180, 12495, 18925, 11050, 17464, 11573, 17635, 11408, 18602, 13596, 18196, 10303, 16347, 10076, 17274, 10750, 16804, 10069, 16341, 9367, 14337, 11345, 12269, 14708, 13202, 11304, 12623, 13769, 11892, 16680, 11635, 15598, 12935, 13330, 11040, 15150, 11036, 16742, 12654, 15150, 12344, 14469, 11202, 15907, 11856, 15238, 12887, 11269, 12649, 10244, 16079, 10904, 16193, 12552, 11758, 16404, 11852, 13135, 13370, 11226, 15681, 16806, 14185, 17259, 18991, 10511, 17175, 10231, 17668, 11226, 15642, 11823, 16217, 9008, 15679, 8861, 16386, 10267, 16962, 11959, 17733, 11749, 17378, 10775, 17720, 10857, 17707, 12367, 18285, 12662, 14100, 11218, 14819, 11452, 15750, 13036, 11395, 13424, 9667, 14495, 10365, 16074, 12125, 16461, 12321, 18306, 11596, 17632, 11412, 16731, 12059, 15910, 13293, 10714, 14478, 8959, 15535, 10006, 16390, 12172, 16283, 14819, 15771, 11433, 16364, 9136, 15140, 10800, 13834, 11649, 15063, 9378, 14980, 9237, 15715, 10674, 16536, 12275, 15473, 10857, 14927, 12214, 14997, 13657, 13499, 15201, 9414, 16294, 10169, 17406, 11285, 17517, 12204, 19758, 12011, 16871, 10595, 15716, 11476, 18243, 11956, 17802, 12130, 18219, 12211, 17439, 10507, 17286, 10031, 15228, 10041, 12801, 9549, 11525, 9970, 13022, 12353, 11256, 14661, 9262, 16097, 9746, 16449, 11830, 17102, 13240, 19622, 10271, 16584, 10280, 16958, 11379, 18245, 10626, 16617, 9149, 16863, 9879, 16914, 12879, 14054, 11849, 9916, 14165, 10410, 16222, 11865, 10517, 15936, 11820, 17414, 12704, 13568, 13210, 19267, 11174, 17154, 12295, 18000, 12472, 12847, 11305, 14930, 11956, 15550, 13375, 12260, 13967, 9781, 14157, 14527, 13167, 17447, 12199, 17096, 13607, 12294, 11490, 12999, 11352, 15089, 11704, 15842, 13300, 11527, 13169, 9688, 13871, 13100, 13697, 16356, 12215, 15446, 13336, 10484, 12666, 11531, 12589, 14048, 13498, 13085, 14842, 8741, 15242, 9095, 16588, 9959, 17416, 10993, 17439, 11982, 17625, 11041, 17440, 9597, 17031, 10250, 16684, 11895, 14553, 11187, 13647, 10335, 16303, 11339, 16636, 13219, 13124, 12277, 11468, 12957, 13803, 13967, 15077, 14197, 14707, 15235, 8901, 15458, 14426, 12425, 16246, 12222, 14824, 12365, 11144, 11543, 12898, 11863, 13017, 13696, 9527, 15612, 9092, 16003, 9815, 16714, 11700, 18557, 11864, 17368, 10433, 17589, 12573, 19661, 15613, 16183, 15257, 10558, 9922, 9560, 8786, 13796, 9815, 16502, 10347, 14320, 12970, 13727, 16333, 14872, 19873, 16665, 22883, 19138, 21605, 17445, 21174, 14078, 16697, 11294, 16410, 9668, 16494, 9688, 15937, 9560, 16163, 9977, 15226, 12497, 14084, 14592, 11797, 17102, 11299, 17286, 10340, 16428, 10388, 15986, 9269, 12964, 13169, 11564, 14115, 12687, 9085, 12916, 9235, 13966, 8760, 15303, 10792, 16473, 12680, 12209, 13382, 10506, 15221, 12022, 16029, 12778, 17678, 14165, 19428, 11826, 18272, 11941, 18800, 13344, 20012, 14989, 20561, 12444, 17172, 10850, 17415, 11856, 17824, 12190, 17552, 13258, 12464, 11545, 13357, 11584, 14967, 12130, 14512, 13845, 10191, 14459, 8736, 15530, 9699, 17022, 12625, 13066, 13103, 8723, 15611, 9289, 17285, 10337, 17793, 11246, 18138, 13853, 17507, 11593, 17518, 11033, 17154, 12530, 13305, 10920, 14072, 10697, 14034, 12667, 10854, 14090, 8296, 15434, 9531, 16438, 12242, 13284, 14000, 8546, 17783, 12205, 14610, 16268, 11288, 15548, 14087, 11678, 19284, 13465, 14719, 14216, 9936, 15607, 20151, 12196, 18391, 11619, 17949, 12465, 13723, 10300, 15663, 10750, 17035, 10372, 16489, 10392, 15955, 11079, 12778, 9917, 13933, 11231, 14011, 11590, 14164, 13271, 12641, 13244, 12756, 12748, 14760, 12463, 17086, 13526, 11357, 12784, 8737, 12845, 9345, 14690, 11715, 16199, 11296, 13861, 10324, 14171, 10757, 14112, 13382, 11501, 13667, 10164, 13513, 13622, 14654, 15382, 15899, 10445, 16285, 9983, 14780, 11535, 14534, 12218, 12898, 14220, 8857, 15819, 9255, 15817, 11979, 15263, 10353, 15748, 9507, 15351, 10959, 16583, 11863, 17110, 11977, 17781, 13778, 14256, 12129, 14380, 10730, 16807, 10360, 16349, 12360, 11956, 11580, 11188, 11371, 12326, 13701, 14390, 13743, 13538, 14320, 8718, 14963, 9326, 14620, 10586, 14069, 15655, 12480], 'WindowCenter': [4854.0, 4876.0, 4827.0, 4852.0, 4834.0, 4854.0, 4823.0, 4829.0, 4791.0, 4839.0, 4802.0, 4839.0, 4802.0, 4839.0, 4792.0, 4841.0, 4802.0, 4839.0, 4811.0, 4829.0, 4781.0, 4831.0, 4801.0, 4830.0, 4810.0, 4842.0, 4781.0, 4832.0, 4820.0, 4822.0, 4820.0, 4820.0, 4772.0, 4831.0, 4792.0, 4843.0, 4820.0, 4843.0, 4800.0, 4830.0, 4788.0, 4830.0, 4829.0, 4818.0, 4787.0, 4815.0, 4764.0, 4816.0, 4796.0, 4816.0, 4795.0, 4816.0, 4756.0, 4817.0, 4777.0, 4815.0, 4796.0, 4816.0, 4756.0, 4816.0, 4778.0, 4826.0, 4790.0, 4837.0, 4808.0, 4828.0, 4788.0, 4826.0, 4789.0, 4828.0, 4797.0, 4827.0, 4798.0, 4804.0, 4788.0, 4837.0, 4799.0, 4817.0, 4797.0, 4807.0, 4797.0, 4817.0, 4800.0, 4809.0, 4819.0, 4759.0, 4828.0, 4771.0, 4830.0, 4791.0, 4839.0, 4801.0, 4838.0, 4790.0, 4838.0, 4791.0, 4827.0, 4800.0, 4827.0, 4789.0, 4825.0, 4788.0, 4836.0, 4809.0, 4806.0, 4807.0, 4807.0, 4798.0, 4818.0, 4799.0, 4798.0, 4818.0, 4770.0, 4829.0, 4789.0, 4838.0, 4800.0, 4828.0, 4799.0, 4828.0, 4788.0, 4815.0, 4787.0, 4815.0, 4786.0, 4815.0, 4784.0, 4803.0, 4774.0, 4804.0, 4786.0, 4793.0, 4798.0, 4767.0, 4810.0, 4769.0, 4808.0, 4799.0, 4770.0, 4830.0, 4789.0, 4828.0, 4799.0, 4807.0, 4798.0, 4826.0, 4788.0, 4815.0, 4796.0, 4784.0, 4787.0, 4793.0, 4788.0, 4817.0, 4798.0, 4797.0, 4796.0, 4767.0, 4818.0, 4779.0, 4829.0, 4790.0, 4828.0, 4790.0, 4827.0, 4789.0, 4827.0, 4790.0, 4827.0, 4798.0, 4827.0, 4797.0, 4814.0, 4776.0, 4813.0, 4774.0, 4802.0, 4763.0, 4783.0, 4764.0, 4793.0, 4777.0, 4815.0, 4796.0, 4795.0, 4798.0, 4766.0, 4807.0, 4805.0, 4797.0, 4805.0, 4807.0, 4805.0, 4796.0, 4795.0, 4796.0, 4755.0, 4785.0, 4795.0, 4797.0, 4795.0, 4809.0, 4756.0, 4808.0, 4757.0, 4816.0, 4768.0, 4815.0, 4787.0, 4814.0, 4756.0, 4814.0, 4768.0, 4825.0, 4779.0, 4815.0, 4798.0, 4786.0, 4797.0, 4796.0, 4797.0, 4797.0, 4818.0, 4788.0, 4829.0, 4780.0, 4828.0, 4780.0, 4818.0, 4788.0, 4817.0, 4767.0, 4817.0, 4774.0, 4814.0, 4752.0, 4801.0, 4765.0, 4813.0, 4774.0, 4815.0, 4778.0, 4814.0, 4768.0, 4814.0, 4767.0, 4804.0, 4776.0, 4815.0, 4777.0, 4814.0, 4768.0, 4817.0, 4787.0, 4815.0, 4787.0, 4795.0, 4777.0, 4815.0, 4788.0, 4815.0, 4797.0, 4786.0, 4787.0, 4797.0, 4797.0, 4806.0, 4808.0, 4767.0, 4816.0, 4758.0, 4816.0, 4779.0, 4828.0, 4789.0, 4828.0, 4779.0, 4826.0, 4778.0, 4828.0, 4789.0, 4817.0, 4797.0, 4766.0, 4806.0, 4757.0, 4816.0, 4768.0, 4817.0, 4777.0, 4816.0, 4789.0, 4825.0, 4766.0, 4814.0, 4765.0, 4803.0, 4764.0, 4805.0, 4783.0, 4801.0, 4743.0, 4790.0, 4743.0, 4802.0, 4752.0, 4802.0, 4741.0, 4791.0, 4732.0, 4782.0, 4763.0, 4786.0, 4793.0, 4785.0, 4764.0, 4786.0, 4796.0, 4787.0, 4817.0, 4789.0, 4806.0, 4786.0, 4785.0, 4778.0, 4805.0, 4777.0, 4816.0, 4799.0, 4807.0, 4789.0, 4807.0, 4779.0, 4817.0, 4790.0, 4809.0, 4811.0, 4789.0, 4799.0, 4781.0, 4831.0, 4792.0, 4831.0, 4813.0, 4803.0, 4830.0, 4792.0, 4801.0, 4801.0, 4779.0, 4820.0, 4819.0, 4800.0, 4817.0, 4828.0, 4758.0, 4805.0, 4756.0, 4804.0, 4755.0, 4796.0, 4775.0, 4804.0, 4736.0, 4805.0, 4750.0, 4816.0, 4770.0, 4819.0, 4790.0, 4828.0, 4789.0, 4817.0, 4779.0, 4818.0, 4769.0, 4817.0, 4788.0, 4818.0, 4788.0, 4786.0, 4779.0, 4796.0, 4790.0, 4807.0, 4798.0, 4777.0, 4798.0, 4759.0, 4809.0, 4770.0, 4820.0, 4790.0, 4819.0, 4789.0, 4831.0, 4792.0, 4828.0, 4789.0, 4831.0, 4803.0, 4819.0, 4799.0, 4769.0, 4807.0, 4748.0, 4807.0, 4770.0, 4817.0, 4788.0, 4818.0, 4807.0, 4807.0, 4775.0, 4806.0, 4744.0, 4795.0, 4765.0, 4797.0, 4788.0, 4808.0, 4761.0, 4818.0, 4771.0, 4820.0, 4781.0, 4829.0, 4802.0, 4820.0, 4782.0, 4810.0, 4790.0, 4810.0, 4810.0, 4800.0, 4808.0, 4749.0, 4806.0, 4757.0, 4806.0, 4765.0, 4805.0, 4775.0, 4815.0, 4774.0, 4802.0, 4757.0, 4792.0, 4775.0, 4815.0, 4775.0, 4814.0, 4775.0, 4813.0, 4787.0, 4805.0, 4768.0, 4815.0, 4770.0, 4806.0, 4767.0, 4787.0, 4769.0, 4788.0, 4781.0, 4810.0, 4811.0, 4792.0, 4822.0, 4772.0, 4831.0, 4771.0, 4831.0, 4789.0, 4819.0, 4788.0, 4828.0, 4757.0, 4805.0, 4756.0, 4805.0, 4765.0, 4815.0, 4754.0, 4802.0, 4746.0, 4803.0, 4756.0, 4814.0, 4788.0, 4795.0, 4777.0, 4769.0, 4808.0, 4779.0, 4817.0, 4799.0, 4780.0, 4830.0, 4791.0, 4831.0, 4800.0, 4799.0, 4802.0, 4828.0, 4779.0, 4807.0, 4776.0, 4804.0, 4775.0, 4774.0, 4766.0, 4793.0, 4776.0, 4804.0, 4785.0, 4775.0, 4795.0, 4756.0, 4795.0, 4794.0, 4788.0, 4806.0, 4776.0, 4804.0, 4786.0, 4775.0, 4768.0, 4785.0, 4767.0, 4795.0, 4777.0, 4806.0, 4798.0, 4776.0, 4786.0, 4756.0, 4797.0, 4785.0, 4798.0, 4807.0, 4788.0, 4805.0, 4797.0, 4767.0, 4786.0, 4777.0, 4788.0, 4797.0, 4799.0, 4788.0, 4809.0, 4749.0, 4806.0, 4759.0, 4827.0, 4771.0, 4829.0, 4781.0, 4819.0, 4790.0, 4818.0, 4779.0, 4815.0, 4759.0, 4817.0, 4769.0, 4816.0, 4790.0, 4797.0, 4780.0, 4800.0, 4770.0, 4819.0, 4791.0, 4819.0, 4802.0, 4797.0, 4788.0, 4777.0, 4799.0, 4797.0, 4808.0, 4810.0, 4809.0, 4809.0, 4807.0, 4746.0, 4806.0, 4794.0, 4788.0, 4805.0, 4789.0, 4795.0, 4789.0, 4777.0, 4791.0, 4799.0, 4801.0, 4800.0, 4812.0, 4772.0, 4819.0, 4762.0, 4820.0, 4771.0, 4830.0, 4789.0, 4829.0, 4778.0, 4818.0, 4769.0, 4816.0, 4802.0, 4841.0, 4820.0, 4818.0, 4798.0, 4755.0, 4742.0, 4756.0, 4746.0, 4807.0, 4770.0, 4829.0, 4781.0, 4810.0, 4814.0, 4813.0, 4822.0, 4810.0, 4818.0, 4810.0, 4816.0, 4793.0, 4791.0, 4770.0, 4777.0, 4745.0, 4754.0, 4726.0, 4753.0, 4706.0, 4764.0, 4706.0, 4755.0, 4705.0, 4766.0, 4715.0, 4767.0, 4746.0, 4759.0, 4756.0, 4749.0, 4777.0, 4740.0, 4778.0, 4740.0, 4778.0, 4740.0, 4792.0, 4731.0, 4773.0, 4772.0, 4775.0, 4793.0, 4786.0, 4747.0, 4788.0, 4762.0, 4811.0, 4764.0, 4833.0, 4806.0, 4846.0, 4828.0, 4815.0, 4826.0, 4797.0, 4836.0, 4815.0, 4836.0, 4815.0, 4844.0, 4814.0, 4842.0, 4792.0, 4830.0, 4781.0, 4819.0, 4787.0, 4827.0, 4797.0, 4817.0, 4775.0, 4805.0, 4756.0, 4804.0, 4765.0, 4803.0, 4775.0, 4802.0, 4785.0, 4774.0, 4776.0, 4785.0, 4777.0, 4806.0, 4789.0, 4796.0, 4799.0, 4758.0, 4798.0, 4749.0, 4806.0, 4769.0, 4820.0, 4800.0, 4799.0, 4789.0, 4751.0, 4820.0, 4762.0, 4829.0, 4781.0, 4832.0, 4782.0, 4830.0, 4811.0, 4819.0, 4779.0, 4817.0, 4779.0, 4817.0, 4800.0, 4798.0, 4781.0, 4809.0, 4781.0, 4810.0, 4801.0, 4782.0, 4810.0, 4752.0, 4820.0, 4771.0, 4831.0, 4803.0, 4812.0, 4812.0, 4776.0, 4845.0, 4814.0, 4825.0, 4835.0, 4818.0, 4835.0, 4825.0, 4805.0, 4843.0, 4802.0, 4809.0, 4799.0, 4758.0, 4808.0, 4817.0, 4777.0, 4817.0, 4778.0, 4804.0, 4766.0, 4773.0, 4746.0, 4792.0, 4765.0, 4803.0, 4756.0, 4804.0, 4769.0, 4806.0, 4779.0, 4788.0, 4771.0, 4809.0, 4792.0, 4809.0, 4793.0, 4810.0, 4811.0, 4801.0, 4801.0, 4800.0, 4799.0, 4810.0, 4801.0, 4818.0, 4800.0, 4778.0, 4790.0, 4748.0, 4788.0, 4760.0, 4810.0, 4790.0, 4820.0, 4780.0, 4799.0, 4781.0, 4808.0, 4781.0, 4810.0, 4812.0, 4790.0, 4810.0, 4770.0, 4800.0, 4798.0, 4821.0, 4819.0, 4819.0, 4769.0, 4819.0, 4770.0, 4808.0, 4789.0, 4808.0, 4790.0, 4789.0, 4810.0, 4760.0, 4820.0, 4761.0, 4808.0, 4779.0, 4809.0, 4758.0, 4796.0, 4748.0, 4806.0, 4769.0, 4807.0, 4779.0, 4817.0, 4789.0, 4817.0, 4799.0, 4797.0, 4777.0, 4794.0, 4766.0, 4804.0, 4757.0, 4805.0, 4788.0, 4777.0, 4778.0, 4778.0, 4789.0, 4790.0, 4811.0, 4811.0, 4812.0, 4800.0, 4811.0, 4762.0, 4809.0, 4759.0, 4820.0, 4780.0, 4810.0, 4818.0, 4789.0], 'WindowWidth': [10580.0, 10598.0, 10527.0, 10554.0, 10529.0, 10560.0, 10511.0, 10515.0, 10465.0, 10526.0, 10480.0, 10528.0, 10481.0, 10528.0, 10470.0, 10535.0, 10482.0, 10530.0, 10492.0, 10513.0, 10450.0, 10518.0, 10478.0, 10516.0, 10490.0, 10539.0, 10451.0, 10522.0, 10504.0, 10508.0, 10502.0, 10502.0, 10439.0, 10521.0, 10468.0, 10539.0, 10504.0, 10538.0, 10474.0, 10515.0, 10455.0, 10515.0, 10515.0, 10496.0, 10447.0, 10487.0, 10414.0, 10487.0, 10459.0, 10488.0, 10457.0, 10488.0, 10406.0, 10489.0, 10437.0, 10488.0, 10461.0, 10489.0, 10409.0, 10490.0, 10442.0, 10506.0, 10460.0, 10520.0, 10483.0, 10509.0, 10456.0, 10506.0, 10457.0, 10509.0, 10466.0, 10506.0, 10465.0, 10471.0, 10454.0, 10520.0, 10469.0, 10491.0, 10466.0, 10477.0, 10467.0, 10494.0, 10473.0, 10486.0, 10500.0, 10418.0, 10510.0, 10437.0, 10517.0, 10465.0, 10528.0, 10475.0, 10524.0, 10459.0, 10525.0, 10463.0, 10508.0, 10472.0, 10504.0, 10455.0, 10503.0, 10455.0, 10519.0, 10486.0, 10476.0, 10478.0, 10476.0, 10467.0, 10496.0, 10469.0, 10467.0, 10496.0, 10433.0, 10511.0, 10458.0, 10525.0, 10472.0, 10512.0, 10470.0, 10510.0, 10452.0, 10487.0, 10448.0, 10486.0, 10446.0, 10488.0, 10440.0, 10466.0, 10428.0, 10467.0, 10447.0, 10453.0, 10463.0, 10422.0, 10485.0, 10431.0, 10481.0, 10469.0, 10434.0, 10516.0, 10457.0, 10510.0, 10470.0, 10480.0, 10467.0, 10505.0, 10452.0, 10486.0, 10460.0, 10442.0, 10448.0, 10453.0, 10451.0, 10491.0, 10465.0, 10463.0, 10462.0, 10425.0, 10493.0, 10443.0, 10512.0, 10458.0, 10508.0, 10459.0, 10507.0, 10457.0, 10506.0, 10459.0, 10509.0, 10466.0, 10508.0, 10464.0, 10485.0, 10433.0, 10480.0, 10426.0, 10462.0, 10410.0, 10436.0, 10415.0, 10452.0, 10437.0, 10486.0, 10463.0, 10460.0, 10465.0, 10421.0, 10477.0, 10471.0, 10464.0, 10474.0, 10477.0, 10475.0, 10461.0, 10456.0, 10458.0, 10401.0, 10443.0, 10458.0, 10462.0, 10458.0, 10480.0, 10405.0, 10477.0, 10410.0, 10488.0, 10425.0, 10486.0, 10449.0, 10483.0, 10405.0, 10483.0, 10424.0, 10500.0, 10442.0, 10486.0, 10467.0, 10448.0, 10465.0, 10462.0, 10466.0, 10466.0, 10497.0, 10455.0, 10514.0, 10446.0, 10511.0, 10444.0, 10495.0, 10450.0, 10493.0, 10421.0, 10492.0, 10427.0, 10483.0, 10395.0, 10461.0, 10417.0, 10480.0, 10429.0, 10485.0, 10438.0, 10483.0, 10427.0, 10482.0, 10424.0, 10469.0, 10433.0, 10486.0, 10437.0, 10484.0, 10427.0, 10490.0, 10451.0, 10487.0, 10449.0, 10459.0, 10437.0, 10488.0, 10453.0, 10487.0, 10463.0, 10447.0, 10449.0, 10462.0, 10464.0, 10477.0, 10481.0, 10422.0, 10489.0, 10413.0, 10489.0, 10443.0, 10507.0, 10455.0, 10508.0, 10442.0, 10505.0, 10441.0, 10506.0, 10456.0, 10492.0, 10466.0, 10420.0, 10473.0, 10410.0, 10487.0, 10426.0, 10493.0, 10437.0, 10490.0, 10455.0, 10501.0, 10420.0, 10482.0, 10417.0, 10466.0, 10413.0, 10473.0, 10438.0, 10462.0, 10382.0, 10442.0, 10380.0, 10461.0, 10393.0, 10458.0, 10376.0, 10443.0, 10366.0, 10434.0, 10409.0, 10444.0, 10454.0, 10444.0, 10415.0, 10446.0, 10461.0, 10450.0, 10493.0, 10455.0, 10475.0, 10448.0, 10445.0, 10439.0, 10471.0, 10437.0, 10488.0, 10467.0, 10478.0, 10454.0, 10477.0, 10441.0, 10491.0, 10460.0, 10483.0, 10492.0, 10456.0, 10468.0, 10448.0, 10519.0, 10467.0, 10520.0, 10496.0, 10481.0, 10516.0, 10463.0, 10477.0, 10474.0, 10439.0, 10499.0, 10498.0, 10470.0, 10491.0, 10510.0, 10407.0, 10467.0, 10402.0, 10466.0, 10399.0, 10455.0, 10425.0, 10466.0, 10377.0, 10468.0, 10403.0, 10488.0, 10430.0, 10495.0, 10457.0, 10508.0, 10454.0, 10492.0, 10440.0, 10491.0, 10427.0, 10489.0, 10451.0, 10491.0, 10450.0, 10444.0, 10438.0, 10459.0, 10456.0, 10477.0, 10466.0, 10436.0, 10464.0, 10413.0, 10481.0, 10428.0, 10499.0, 10457.0, 10496.0, 10453.0, 10515.0, 10465.0, 10507.0, 10455.0, 10521.0, 10483.0, 10497.0, 10469.0, 10425.0, 10476.0, 10397.0, 10475.0, 10428.0, 10491.0, 10452.0, 10493.0, 10477.0, 10476.0, 10429.0, 10470.0, 10385.0, 10454.0, 10416.0, 10462.0, 10452.0, 10480.0, 10419.0, 10494.0, 10435.0, 10499.0, 10448.0, 10511.0, 10478.0, 10499.0, 10449.0, 10486.0, 10459.0, 10485.0, 10485.0, 10470.0, 10480.0, 10396.0, 10473.0, 10406.0, 10474.0, 10413.0, 10471.0, 10427.0, 10487.0, 10425.0, 10462.0, 10404.0, 10449.0, 10428.0, 10484.0, 10431.0, 10483.0, 10432.0, 10482.0, 10448.0, 10469.0, 10426.0, 10487.0, 10432.0, 10477.0, 10424.0, 10448.0, 10430.0, 10455.0, 10451.0, 10489.0, 10492.0, 10467.0, 10507.0, 10439.0, 10519.0, 10434.0, 10518.0, 10457.0, 10501.0, 10451.0, 10509.0, 10407.0, 10469.0, 10405.0, 10471.0, 10414.0, 10487.0, 10399.0, 10462.0, 10389.0, 10464.0, 10406.0, 10481.0, 10453.0, 10457.0, 10435.0, 10427.0, 10479.0, 10441.0, 10492.0, 10469.0, 10447.0, 10514.0, 10462.0, 10518.0, 10472.0, 10470.0, 10477.0, 10512.0, 10440.0, 10476.0, 10432.0, 10468.0, 10427.0, 10425.0, 10418.0, 10451.0, 10431.0, 10467.0, 10443.0, 10427.0, 10456.0, 10404.0, 10457.0, 10453.0, 10449.0, 10475.0, 10431.0, 10467.0, 10445.0, 10428.0, 10422.0, 10443.0, 10419.0, 10457.0, 10433.0, 10471.0, 10465.0, 10430.0, 10445.0, 10406.0, 10462.0, 10444.0, 10465.0, 10479.0, 10450.0, 10471.0, 10461.0, 10418.0, 10445.0, 10433.0, 10451.0, 10462.0, 10467.0, 10449.0, 10479.0, 10398.0, 10473.0, 10414.0, 10506.0, 10435.0, 10509.0, 10446.0, 10495.0, 10456.0, 10493.0, 10438.0, 10483.0, 10411.0, 10488.0, 10427.0, 10488.0, 10458.0, 10464.0, 10443.0, 10470.0, 10432.0, 10496.0, 10460.0, 10496.0, 10476.0, 10464.0, 10450.0, 10435.0, 10467.0, 10464.0, 10479.0, 10484.0, 10482.0, 10480.0, 10475.0, 10391.0, 10472.0, 10454.0, 10448.0, 10472.0, 10451.0, 10458.0, 10454.0, 10435.0, 10460.0, 10471.0, 10475.0, 10473.0, 10493.0, 10436.0, 10498.0, 10424.0, 10500.0, 10434.0, 10514.0, 10453.0, 10514.0, 10437.0, 10493.0, 10427.0, 10489.0, 10480.0, 10539.0, 10501.0, 10495.0, 10462.0, 10398.0, 10375.0, 10403.0, 10392.0, 10478.0, 10432.0, 10512.0, 10450.0, 10488.0, 10497.0, 10496.0, 10508.0, 10484.0, 10498.0, 10485.0, 10494.0, 10451.0, 10446.0, 10410.0, 10416.0, 10366.0, 10376.0, 10340.0, 10373.0, 10313.0, 10389.0, 10312.0, 10377.0, 10311.0, 10394.0, 10326.0, 10398.0, 10370.0, 10391.0, 10385.0, 10378.0, 10415.0, 10369.0, 10418.0, 10370.0, 10419.0, 10370.0, 10442.0, 10360.0, 10419.0, 10416.0, 10428.0, 10452.0, 10445.0, 10393.0, 10450.0, 10421.0, 10487.0, 10429.0, 10523.0, 10490.0, 10547.0, 10525.0, 10501.0, 10518.0, 10478.0, 10531.0, 10500.0, 10531.0, 10499.0, 10542.0, 10495.0, 10536.0, 10462.0, 10516.0, 10444.0, 10499.0, 10449.0, 10509.0, 10459.0, 10494.0, 10427.0, 10470.0, 10402.0, 10464.0, 10414.0, 10465.0, 10428.0, 10463.0, 10442.0, 10425.0, 10430.0, 10442.0, 10435.0, 10473.0, 10452.0, 10459.0, 10466.0, 10407.0, 10462.0, 10400.0, 10473.0, 10427.0, 10497.0, 10470.0, 10468.0, 10453.0, 10403.0, 10495.0, 10421.0, 10510.0, 10447.0, 10517.0, 10450.0, 10512.0, 10486.0, 10496.0, 10440.0, 10489.0, 10440.0, 10487.0, 10471.0, 10467.0, 10447.0, 10481.0, 10446.0, 10483.0, 10472.0, 10447.0, 10485.0, 10409.0, 10497.0, 10436.0, 10515.0, 10481.0, 10492.0, 10491.0, 10447.0, 10544.0, 10498.0, 10512.0, 10528.0, 10511.0, 10532.0, 10513.0, 10486.0, 10538.0, 10476.0, 10483.0, 10468.0, 10408.0, 10477.0, 10494.0, 10432.0, 10491.0, 10437.0, 10467.0, 10413.0, 10421.0, 10387.0, 10446.0, 10412.0, 10463.0, 10402.0, 10465.0, 10424.0, 10471.0, 10438.0, 10451.0, 10433.0, 10483.0, 10463.0, 10484.0, 10466.0, 10487.0, 10490.0, 10472.0, 10474.0, 10470.0, 10469.0, 10488.0, 10471.0, 10495.0, 10470.0, 10437.0, 10453.0, 10395.0, 10451.0, 10417.0, 10483.0, 10459.0, 10499.0, 10445.0, 10469.0, 10445.0, 10481.0, 10448.0, 10484.0, 10490.0, 10458.0, 10485.0, 10431.0, 10471.0, 10465.0, 10503.0, 10495.0, 10495.0, 10426.0, 10497.0, 10430.0, 10479.0, 10455.0, 10481.0, 10457.0, 10455.0, 10485.0, 10416.0, 10498.0, 10418.0, 10478.0, 10440.0, 10479.0, 10408.0, 10458.0, 10393.0, 10471.0, 10424.0, 10474.0, 10439.0, 10490.0, 10454.0, 10490.0, 10468.0, 10463.0, 10434.0, 10453.0, 10416.0, 10465.0, 10406.0, 10468.0, 10449.0, 10432.0, 10436.0, 10438.0, 10455.0, 10456.0, 10486.0, 10486.0, 10488.0, 10470.0, 10485.0, 10420.0, 10481.0, 10413.0, 10497.0, 10442.0, 10483.0, 10492.0, 10452.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.0021694246260069044</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022220716110471807</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.88111231857141</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3318558333870978</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0162606085714303</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4631</td></tr>
|
|
<tr><td colspan=3>fber</td><td>9042.917</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0794940482365657</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.1070195627157653</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3875131821900055</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3453378531736973</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.61139802864851</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.205803664747809</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0147093</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015860257670283318</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034234024584293365</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.883551008888076</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>26.5101</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4989</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.7396</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300698.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>858.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.2743</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.505</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.5636</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3992.4104</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4184.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75846.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1375.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5312.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1077.3574</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.618499527452514</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> |