=== 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-0068 --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-0068",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0068_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0068_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0068/ses-01/func/sub-0068_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5b7fa85178a8d2dd939f27e0be413211</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>17:17:55.547500</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.999148, 0.0131509, 0.0391276, -0.0160448, 0.997085, 0.074589]</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0911055</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4145, -7782, -7261, 524, -67, -231, 64, 70]</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>249.475</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1b2b0fad-60ca-4969-aeef-0622c16d866b||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.68064022064209, -0.04304691404104233, 0.10268820077180862, 113.8595962524414], [-0.035282962024211884, 2.675107002258301, 0.2029137909412384, -96.42373657226562], [0.10497656464576721, -0.20011693239212036, 2.6904053688049316, -53.184967041015625], [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': ['171755.547500', '171756.007500', '171756.467500', '171756.927500', '171757.387500', '171757.847500', '171758.307500', '171758.767500', '171759.227500', '171759.687500', '171800.147500', '171800.607500', '171801.067500', '171801.527500', '171801.987500', '171802.447500', '171802.907500', '171803.367500', '171803.827500', '171804.287500', '171804.747500', '171805.207500', '171805.667500', '171806.127500', '171806.587500', '171807.047500', '171807.507500', '171807.967500', '171808.427500', '171808.887500', '171809.347500', '171809.807500', '171810.267500', '171810.727500', '171811.187500', '171811.647500', '171812.107500', '171812.567500', '171813.027500', '171813.487500', '171813.947500', '171814.407500', '171814.867500', '171815.327500', '171815.787500', '171816.247500', '171816.707500', '171817.167500', '171817.627500', '171818.087500', '171818.547500', '171819.007500', '171819.467500', '171819.927500', '171820.387500', '171820.847500', '171821.307500', '171821.767500', '171822.227500', '171822.687500', '171823.147500', '171823.607500', '171824.067500', '171824.527500', '171824.987500', '171825.447500', '171825.907500', '171826.367500', '171826.827500', '171827.287500', '171827.747500', '171828.207500', '171828.667500', '171829.127500', '171829.587500', '171830.047500', '171830.507500', '171830.967500', '171831.427500', '171831.887500', '171832.347500', '171832.807500', '171833.267500', '171833.727500', '171834.187500', '171834.647500', '171835.107500', '171835.567500', '171836.027500', '171836.487500', '171836.947500', '171837.407500', '171837.867500', '171838.327500', '171838.787500', '171839.247500', '171839.707500', '171840.167500', '171840.627500', '171841.087500', '171841.547500', '171842.007500', '171842.467500', '171842.927500', '171843.387500', '171843.847500', '171844.307500', '171844.767500', '171845.227500', '171845.687500', '171846.147500', '171846.607500', '171847.067500', '171847.527500', '171847.987500', '171848.447500', '171848.907500', '171849.367500', '171849.827500', '171850.287500', '171850.747500', '171851.207500', '171851.667500', '171852.127500', '171852.587500', '171853.047500', '171853.507500', '171853.967500', '171854.427500', '171854.887500', '171855.347500', '171855.807500', '171856.267500', '171856.727500', '171857.187500', '171857.647500', '171858.107500', '171858.567500', '171859.027500', '171859.487500', '171859.947500', '171900.407500', '171900.867500', '171901.327500', '171901.787500', '171902.247500', '171902.707500', '171903.167500', '171903.627500', '171904.087500', '171904.547500', '171905.007500', '171905.467500', '171905.927500', '171906.387500', '171906.847500', '171907.307500', '171907.767500', '171908.227500', '171908.687500', '171909.147500', '171909.607500', '171910.067500', '171910.527500', '171910.987500', '171911.447500', '171911.907500', '171912.367500', '171912.827500', '171913.287500', '171913.747500', '171914.207500', '171914.667500', '171915.127500', '171915.587500', '171916.047500', '171916.507500', '171916.967500', '171917.427500', '171917.887500', '171918.347500', '171918.807500', '171919.267500', '171919.727500', '171920.187500', '171920.647500', '171921.107500', '171921.567500', '171922.027500', '171922.487500', '171922.947500', '171923.407500', '171923.867500', '171924.327500', '171924.787500', '171925.247500', '171925.707500', '171926.167500', '171926.627500', '171927.087500', '171927.547500', '171928.007500', '171928.467500', '171928.927500', '171929.387500', '171929.847500', '171930.307500', '171930.767500', '171931.227500', '171931.687500', '171932.147500', '171932.607500', '171933.067500', '171933.527500', '171933.987500', '171934.447500', '171934.907500', '171935.367500', '171935.827500', '171936.287500', '171936.747500', '171937.207500', '171937.667500', '171938.127500', '171938.587500', '171939.047500', '171939.507500', '171939.967500', '171940.427500', '171940.887500', '171941.347500', '171941.807500', '171942.267500', '171942.727500', '171943.187500', '171943.647500', '171944.107500', '171944.567500', '171945.027500', '171945.487500', '171945.947500', '171946.407500', '171946.867500', '171947.327500', '171947.787500', '171948.247500', '171948.707500', '171949.167500', '171949.627500', '171950.087500', '171950.547500', '171951.007500', '171951.467500', '171951.927500', '171952.387500', '171952.847500', '171953.307500', '171953.767500', '171954.227500', '171954.687500', '171955.147500', '171955.607500', '171956.067500', '171956.527500', '171956.987500', '171957.447500', '171957.907500', '171958.367500', '171958.827500', '171959.287500', '171959.747500', '172000.207500', '172000.667500', '172001.127500', '172001.587500', '172002.047500', '172002.507500', '172002.967500', '172003.427500', '172003.887500', '172004.347500', '172004.807500', '172005.267500', '172005.727500', '172006.187500', '172006.647500', '172007.107500', '172007.567500', '172008.027500', '172008.487500', '172008.947500', '172009.407500', '172009.867500', '172010.327500', '172010.787500', '172011.247500', '172011.707500', '172012.167500', '172012.627500', '172013.087500', '172013.547500', '172014.007500', '172014.467500', '172014.927500', '172015.387500', '172015.847500', '172016.307500', '172016.767500', '172017.227500', '172017.687500', '172018.147500', '172018.607500', '172019.067500', '172019.527500', '172019.987500', '172020.447500', '172020.907500', '172021.367500', '172021.827500', '172022.287500', '172022.747500', '172023.207500', '172023.667500', '172024.127500', '172024.587500', '172025.047500', '172025.507500', '172025.967500', '172026.427500', '172026.887500', '172027.347500', '172027.807500', '172028.267500', '172028.727500', '172029.187500', '172029.647500', '172030.107500', '172030.567500', '172031.027500', '172031.487500', '172031.947500', '172032.407500', '172032.867500', '172033.327500', '172033.787500', '172034.247500', '172034.707500', '172035.167500', '172035.627500', '172036.087500', '172036.547500', '172037.007500', '172037.467500', '172037.927500', '172038.387500', '172038.847500', '172039.307500', '172039.767500', '172040.227500', '172040.687500', '172041.147500', '172041.607500', '172042.067500', '172042.527500', '172042.987500', '172043.447500', '172043.907500', '172044.367500', '172044.827500', '172045.287500', '172045.747500', '172046.207500', '172046.667500', '172047.127500', '172047.587500', '172048.047500', '172048.507500', '172048.967500', '172049.427500', '172049.887500', '172050.347500', '172050.807500', '172051.267500', '172051.727500', '172052.187500', '172052.647500', '172053.107500', '172053.567500', '172054.027500', '172054.487500', '172054.947500', '172055.407500', '172055.867500', '172056.327500', '172056.787500', '172057.247500', '172057.707500', '172058.167500', '172058.627500', '172059.087500', '172059.547500', '172100.007500', '172100.467500', '172100.927500', '172101.387500', '172101.847500', '172102.307500', '172102.767500', '172103.227500', '172103.687500', '172104.147500', '172104.607500', '172105.067500', '172105.527500', '172105.987500', '172106.447500', '172106.907500', '172107.367500', '172107.827500', '172108.287500', '172108.747500', '172109.207500', '172109.667500', '172110.127500', '172110.587500', '172111.047500', '172111.507500', '172111.967500', '172112.427500', '172112.887500', '172113.347500', '172113.807500', '172114.267500', '172114.727500', '172115.187500', '172115.647500', '172116.107500', '172116.567500', '172117.027500', '172117.487500', '172117.947500', '172118.407500', '172118.867500', '172119.327500', '172119.787500', '172120.247500', '172120.707500', '172121.167500', '172121.627500', '172122.087500', '172122.547500', '172123.007500', '172123.467500', '172123.927500', '172124.387500', '172124.847500', '172125.307500', '172125.767500', '172126.227500', '172126.687500', '172127.147500', '172127.607500', '172128.067500', '172128.527500', '172128.987500', '172129.447500', '172129.907500', '172130.367500', '172130.827500', '172131.287500', '172131.747500', '172132.207500', '172132.667500', '172133.127500', '172133.587500', '172134.047500', '172134.507500', '172134.967500', '172135.427500', '172135.887500', '172136.347500', '172136.807500', '172137.267500', '172137.727500', '172138.187500', '172138.647500', '172139.107500', '172139.567500', '172140.027500', '172140.487500', '172140.947500', '172141.407500', '172141.867500', '172142.327500', '172142.787500', '172143.247500', '172143.707500', '172144.167500', '172144.627500', '172145.087500', '172145.547500', '172146.007500', '172146.467500', '172146.927500', '172147.387500', '172147.847500', '172148.307500', '172148.767500', '172149.227500', '172149.687500', '172150.147500', '172150.607500', '172151.067500', '172151.527500', '172151.987500', '172152.447500', '172152.907500', '172153.367500', '172153.827500', '172154.287500', '172154.747500', '172155.207500', '172155.667500', '172156.127500', '172156.587500', '172157.047500', '172157.507500', '172157.967500', '172158.427500', '172158.887500', '172159.347500', '172159.807500', '172200.267500', '172200.727500', '172201.187500', '172201.647500', '172202.107500', '172202.567500', '172203.027500', '172203.487500', '172203.947500', '172204.407500', '172204.867500', '172205.327500', '172205.787500', '172206.247500', '172206.707500', '172207.167500', '172207.627500', '172208.087500', '172208.547500', '172209.007500', '172209.467500', '172209.927500', '172210.387500', '172210.847500', '172211.307500', '172211.767500', '172212.227500', '172212.687500', '172213.147500', '172213.607500', '172214.067500', '172214.527500', '172214.987500', '172215.447500', '172215.907500', '172216.367500', '172216.827500', '172217.287500', '172217.747500', '172218.207500', '172218.667500', '172219.127500', '172219.587500', '172220.047500', '172220.507500', '172220.967500', '172221.427500', '172221.887500', '172222.347500', '172222.807500', '172223.267500', '172223.727500', '172224.187500', '172224.647500', '172225.107500', '172225.567500', '172226.027500', '172226.487500', '172226.947500', '172227.407500', '172227.867500', '172228.327500', '172228.787500', '172229.247500', '172229.707500', '172230.167500', '172230.627500', '172231.087500', '172231.547500', '172232.007500', '172232.467500', '172232.927500', '172233.387500', '172233.847500', '172234.307500', '172234.767500', '172235.227500', '172235.687500', '172236.147500', '172236.607500', '172237.067500', '172237.527500', '172237.987500', '172238.447500', '172238.907500', '172239.367500', '172239.827500', '172240.287500', '172240.747500', '172241.207500', '172241.667500', '172242.127500', '172242.587500', '172243.047500', '172243.507500', '172243.967500', '172244.427500', '172244.887500', '172245.347500', '172245.807500', '172246.267500', '172246.727500', '172247.187500', '172247.647500', '172248.107500', '172248.567500', '172249.027500', '172249.487500', '172249.947500', '172250.407500', '172250.867500', '172251.327500', '172251.787500', '172252.247500', '172252.707500', '172253.167500', '172253.627500', '172254.087500', '172254.547500', '172255.007500', '172255.467500', '172255.927500', '172256.387500', '172256.847500', '172257.307500', '172257.767500', '172258.227500', '172258.687500', '172259.147500', '172259.607500', '172300.067500', '172300.527500', '172300.987500', '172301.447500', '172301.907500', '172302.367500', '172302.827500', '172303.287500', '172303.747500', '172304.207500', '172304.667500', '172305.127500', '172305.587500', '172306.047500', '172306.507500', '172306.967500', '172307.427500', '172307.887500', '172308.347500', '172308.807500', '172309.267500', '172309.727500', '172310.187500', '172310.647500', '172311.107500', '172311.567500', '172312.027500', '172312.487500', '172312.947500', '172313.407500', '172313.867500', '172314.327500', '172314.787500', '172315.247500', '172315.707500', '172316.167500', '172316.627500', '172317.087500', '172317.547500', '172318.007500', '172318.467500', '172318.927500', '172319.387500', '172319.847500', '172320.307500', '172320.767500', '172321.227500', '172321.687500', '172322.147500', '172322.607500', '172323.067500', '172323.527500', '172323.987500', '172324.447500', '172324.907500', '172325.367500', '172325.827500', '172326.287500', '172326.747500', '172327.207500', '172327.667500', '172328.127500', '172328.587500', '172329.047500', '172329.507500', '172329.967500', '172330.427500', '172330.887500', '172331.347500', '172331.807500', '172332.267500', '172332.727500', '172333.187500', '172333.647500', '172334.107500', '172334.567500', '172335.027500', '172335.487500', '172335.947500', '172336.407500', '172336.867500', '172337.327500', '172337.787500', '172338.247500', '172338.707500', '172339.167500', '172339.627500', '172340.087500', '172340.547500', '172341.007500', '172341.467500', '172341.927500', '172342.387500', '172342.847500', '172343.307500', '172343.767500', '172344.227500', '172344.687500', '172345.147500', '172345.607500', '172346.067500', '172346.527500', '172346.987500', '172347.447500', '172347.907500', '172348.367500', '172348.827500', '172349.287500', '172349.747500', '172350.207500', '172350.667500', '172351.127500', '172351.587500', '172352.047500', '172352.507500', '172352.967500', '172353.427500', '172353.887500', '172354.347500', '172354.807500', '172355.267500', '172355.727500', '172356.187500', '172356.647500', '172357.107500', '172357.567500', '172358.027500', '172358.487500', '172358.947500', '172359.407500', '172359.867500', '172400.327500', '172400.787500', '172401.247500', '172401.707500', '172402.167500', '172402.627500', '172403.087500', '172403.547500', '172404.007500', '172404.467500', '172404.927500', '172405.387500', '172405.847500', '172406.307500', '172406.767500', '172407.227500', '172407.687500', '172408.147500', '172408.607500', '172409.067500', '172409.527500', '172409.987500', '172410.447500', '172410.907500', '172411.367500', '172411.827500', '172412.287500', '172412.747500', '172413.207500', '172413.667500', '172414.127500', '172414.587500', '172415.047500', '172415.507500', '172415.967500', '172416.427500', '172416.887500', '172417.347500', '172417.807500', '172418.267500', '172418.727500', '172419.187500', '172419.647500', '172420.107500', '172420.567500', '172421.027500', '172421.487500', '172421.947500', '172422.407500', '172422.867500', '172423.327500', '172423.787500', '172424.247500', '172424.707500', '172425.167500', '172425.627500', '172426.087500', '172426.547500', '172427.007500', '172427.467500', '172427.927500', '172428.387500', '172428.847500', '172429.307500', '172429.767500', '172430.227500', '172430.687500', '172431.147500', '172431.607500', '172432.067500', '172432.527500', '172432.987500', '172433.447500', '172433.907500', '172434.367500', '172434.827500', '172435.287500', '172435.747500', '172436.207500'], 'ContentTime': ['171813.878000', '171813.882000', '171813.885000', '171813.887000', '171813.890000', '171813.893000', '171813.904000', '171813.907000', '171813.909000', '171813.912000', '171813.915000', '171813.917000', '171813.920000', '171813.922000', '171813.925000', '171813.928000', '171813.930000', '171813.933000', '171813.935000', '171813.938000', '171813.940000', '171813.943000', '171813.945000', '171813.948000', '171813.951000', '171813.953000', '171813.956000', '171813.970000', '171813.973000', '171813.975000', '171813.984000', '171813.987000', '171813.989000', '171813.992000', '171813.994000', '171813.997000', '171833.827000', '171833.831000', '171833.833000', '171833.836000', '171833.838000', '171833.842000', '171833.844000', '171833.847000', '171833.849000', '171833.852000', '171833.855000', '171833.857000', '171833.860000', '171833.863000', '171833.871000', '171833.874000', '171833.876000', '171833.879000', '171833.881000', '171833.884000', '171833.887000', '171833.889000', '171833.892000', '171833.894000', '171833.897000', '171833.899000', '171833.902000', '171833.905000', '171833.907000', '171833.910000', '171833.912000', '171833.915000', '171833.918000', '171833.920000', '171833.923000', '171833.925000', '171833.928000', '171833.931000', '171833.933000', '171833.936000', '171833.938000', '171833.941000', '171833.944000', '171833.946000', '171853.827000', '171853.830000', '171853.833000', '171853.836000', '171853.838000', '171853.841000', '171853.843000', '171853.846000', '171853.849000', '171853.851000', '171853.854000', '171853.856000', '171853.859000', '171853.861000', '171853.864000', '171853.867000', '171853.869000', '171853.872000', '171853.874000', '171853.877000', '171853.880000', '171853.882000', '171853.885000', '171853.887000', '171853.890000', '171853.893000', '171853.895000', '171853.898000', '171853.901000', '171853.904000', '171853.908000', '171853.911000', '171853.914000', '171853.916000', '171853.919000', '171853.922000', '171853.925000', '171853.928000', '171853.930000', '171853.933000', '171853.936000', '171853.938000', '171853.941000', '171913.826000', '171913.829000', '171913.832000', '171913.834000', '171913.837000', '171913.840000', '171913.842000', '171913.845000', '171913.848000', '171913.850000', '171913.853000', '171913.855000', '171913.858000', '171913.861000', '171913.863000', '171913.866000', '171913.869000', '171913.871000', '171913.874000', '171913.876000', '171913.879000', '171913.881000', '171913.884000', '171913.887000', '171913.889000', '171913.892000', '171913.894000', '171913.897000', '171913.900000', '171913.902000', '171913.905000', '171913.907000', '171913.910000', '171913.913000', '171913.915000', '171913.918000', '171913.920000', '171913.923000', '171913.926000', '171913.928000', '171913.931000', '171913.933000', '171913.936000', '171913.938000', '171933.828000', '171933.830000', '171933.833000', '171933.836000', '171933.838000', '171933.841000', '171933.844000', '171933.846000', '171933.849000', '171933.851000', '171933.854000', '171933.857000', '171933.859000', '171933.862000', '171933.864000', '171933.867000', '171933.870000', '171933.872000', '171933.875000', '171933.878000', '171933.880000', '171933.883000', '171933.885000', '171933.888000', '171933.891000', '171933.893000', '171933.896000', '171933.898000', '171933.901000', '171933.904000', '171933.906000', '171933.909000', '171933.912000', '171933.914000', '171933.917000', '171933.919000', '171933.922000', '171933.925000', '171933.927000', '171933.930000', '171933.932000', '171933.935000', '171933.937000', '171953.828000', '171953.830000', '171953.833000', '171953.836000', '171953.839000', '171953.841000', '171953.844000', '171953.847000', '171953.849000', '171953.852000', '171953.854000', '171953.857000', '171953.860000', '171953.863000', '171953.865000', '171953.868000', '171953.883000', '171953.886000', '171953.888000', '171953.891000', '171953.893000', '171953.896000', '171953.899000', '171953.901000', '171953.904000', '171953.906000', '171953.909000', '171953.918000', '171953.920000', '171953.923000', '171953.925000', '171953.928000', '171953.931000', '171953.933000', '171953.936000', '171953.939000', '171953.941000', '171953.944000', '171953.946000', '171953.949000', '171953.951000', '171953.954000', '171953.957000', '171953.959000', '172013.827000', '172013.830000', '172013.833000', '172013.836000', '172013.838000', '172013.841000', '172013.844000', '172013.846000', '172013.849000', '172013.851000', '172013.854000', '172013.857000', '172013.859000', '172013.862000', '172013.865000', '172013.867000', '172013.870000', '172013.873000', '172013.875000', '172013.878000', '172013.880000', '172013.883000', '172013.885000', '172013.888000', '172013.891000', '172013.893000', '172013.896000', '172013.899000', '172013.901000', '172013.904000', '172013.906000', '172013.909000', '172013.912000', '172013.914000', '172013.917000', '172013.919000', '172013.922000', '172013.925000', '172013.927000', '172013.930000', '172013.932000', '172013.935000', '172013.938000', '172033.827000', '172033.830000', '172033.833000', '172033.836000', '172033.838000', '172033.841000', '172033.844000', '172033.847000', '172033.849000', '172033.852000', '172033.855000', '172033.857000', '172033.860000', '172033.862000', '172033.865000', '172033.868000', '172033.870000', '172033.873000', '172033.876000', '172033.878000', '172033.881000', '172033.883000', '172033.886000', '172033.888000', '172033.891000', '172033.894000', '172033.896000', '172033.899000', '172033.902000', '172033.904000', '172033.907000', '172033.909000', '172033.912000', '172033.914000', '172033.917000', '172033.920000', '172033.922000', '172033.925000', '172033.927000', '172033.930000', '172033.933000', '172033.935000', '172033.938000', '172033.941000', '172053.827000', '172053.830000', '172053.833000', '172053.835000', '172053.838000', '172053.841000', '172053.843000', '172053.846000', '172053.849000', '172053.851000', '172053.854000', '172053.856000', '172053.859000', '172053.862000', '172053.864000', '172053.867000', '172053.869000', '172053.872000', '172053.874000', '172053.877000', '172053.880000', '172053.882000', '172053.885000', '172053.887000', '172053.890000', '172053.893000', '172053.895000', '172053.898000', '172053.901000', '172053.903000', '172053.906000', '172053.908000', '172053.911000', '172053.914000', '172053.916000', '172053.919000', '172053.922000', '172053.924000', '172053.927000', '172053.929000', '172053.932000', '172053.935000', '172053.938000', '172113.827000', '172113.831000', '172113.833000', '172113.836000', '172113.838000', '172113.841000', '172113.844000', '172113.846000', '172113.849000', '172113.852000', '172113.854000', '172113.857000', '172113.859000', '172113.862000', '172113.864000', '172113.867000', '172113.870000', '172113.872000', '172113.875000', '172113.877000', '172113.880000', '172113.883000', '172113.885000', '172113.888000', '172113.890000', '172113.893000', '172113.896000', '172113.898000', '172113.901000', '172113.903000', '172113.906000', '172113.908000', '172113.911000', '172113.914000', '172113.916000', '172113.919000', '172113.921000', '172113.924000', '172113.927000', '172113.929000', '172113.932000', '172113.934000', '172113.937000', '172113.940000', '172133.826000', '172133.829000', '172133.832000', '172133.835000', '172133.837000', '172133.840000', '172133.842000', '172133.845000', '172133.848000', '172133.850000', '172133.853000', '172133.856000', '172133.858000', '172133.861000', '172133.863000', '172133.866000', '172133.869000', '172133.871000', '172133.874000', '172133.877000', '172133.879000', '172133.882000', '172133.884000', '172133.887000', '172133.889000', '172133.892000', '172133.895000', '172133.897000', '172133.900000', '172133.903000', '172133.905000', '172133.908000', '172133.910000', '172133.913000', '172133.915000', '172133.918000', '172133.921000', '172133.923000', '172133.926000', '172133.929000', '172133.931000', '172133.934000', '172133.936000', '172153.828000', '172153.830000', '172153.833000', '172153.836000', '172153.839000', '172153.841000', '172153.844000', '172153.846000', '172153.849000', '172153.852000', '172153.854000', '172153.857000', '172153.859000', '172153.862000', '172153.865000', '172153.867000', '172153.870000', '172153.872000', '172153.875000', '172153.877000', '172153.880000', '172153.883000', '172153.885000', '172153.888000', '172153.891000', '172153.893000', '172153.896000', '172153.898000', '172153.901000', '172153.904000', '172153.906000', '172153.909000', '172153.912000', '172153.914000', '172153.917000', '172153.919000', '172153.922000', '172153.925000', '172153.927000', '172153.930000', '172153.932000', '172153.935000', '172153.938000', '172153.940000', '172213.827000', '172213.830000', '172213.833000', '172213.836000', '172213.838000', '172213.841000', '172213.844000', '172213.846000', '172213.849000', '172213.851000', '172213.854000', '172213.857000', '172213.859000', '172213.862000', '172213.864000', '172213.867000', '172213.870000', '172213.872000', '172213.875000', '172213.877000', '172213.880000', '172213.883000', '172213.885000', '172213.888000', '172213.890000', '172213.893000', '172213.896000', '172213.898000', '172213.901000', '172213.904000', '172213.906000', '172213.909000', '172213.911000', '172213.914000', '172213.917000', '172213.919000', '172213.922000', '172213.924000', '172213.927000', '172213.930000', '172213.932000', '172213.935000', '172213.938000', '172233.828000', '172233.830000', '172233.833000', '172233.836000', '172233.838000', '172233.841000', '172233.844000', '172233.846000', '172233.849000', '172233.851000', '172233.854000', '172233.857000', '172233.859000', '172233.862000', '172233.865000', '172233.867000', '172233.870000', '172233.872000', '172233.875000', '172233.878000', '172233.880000', '172233.883000', '172233.885000', '172233.888000', '172233.891000', '172233.893000', '172233.896000', '172233.898000', '172233.901000', '172233.904000', '172233.906000', '172233.909000', '172233.911000', '172233.914000', '172233.917000', '172233.920000', '172233.922000', '172233.925000', '172233.927000', '172233.930000', '172233.933000', '172233.935000', '172233.938000', '172233.941000', '172253.827000', '172253.830000', '172253.833000', '172253.835000', '172253.838000', '172253.841000', '172253.843000', '172253.846000', '172253.848000', '172253.851000', '172253.854000', '172253.856000', '172253.859000', '172253.861000', '172253.864000', '172253.867000', '172253.869000', '172253.872000', '172253.874000', '172253.877000', '172253.880000', '172253.910000', '172253.913000', '172253.915000', '172253.918000', '172253.921000', '172253.923000', '172253.926000', '172253.929000', '172253.931000', '172253.934000', '172253.936000', '172253.939000', '172253.942000', '172253.944000', '172253.947000', '172253.949000', '172253.952000', '172253.955000', '172253.957000', '172253.960000', '172253.963000', '172253.965000', '172313.827000', '172313.830000', '172313.833000', '172313.836000', '172313.838000', '172313.841000', '172313.844000', '172313.846000', '172313.849000', '172313.851000', '172313.854000', '172313.857000', '172313.859000', '172313.862000', '172313.864000', '172313.867000', '172313.870000', '172313.872000', '172313.875000', '172313.877000', '172313.880000', '172313.883000', '172313.885000', '172313.888000', '172313.891000', '172313.893000', '172313.896000', '172313.898000', '172313.901000', '172313.904000', '172313.906000', '172313.909000', '172313.911000', '172313.914000', '172313.917000', '172313.919000', '172313.922000', '172313.924000', '172313.927000', '172313.930000', '172313.932000', '172313.935000', '172313.937000', '172313.940000', '172333.828000', '172333.831000', '172333.833000', '172333.836000', '172333.839000', '172333.841000', '172333.844000', '172333.846000', '172333.849000', '172333.852000', '172333.854000', '172333.857000', '172333.859000', '172333.862000', '172333.865000', '172333.867000', '172333.870000', '172333.872000', '172333.875000', '172333.878000', '172333.880000', '172333.883000', '172333.886000', '172333.888000', '172333.891000', '172333.893000', '172333.896000', '172333.899000', '172333.901000', '172333.904000', '172333.906000', '172333.909000', '172333.912000', '172333.914000', '172333.917000', '172333.920000', '172333.922000', '172333.925000', '172333.927000', '172333.930000', '172333.933000', '172333.935000', '172333.938000', '172353.826000', '172353.831000', '172353.834000', '172353.836000', '172353.840000', '172353.843000', '172353.845000', '172353.848000', '172353.851000', '172353.853000', '172353.856000', '172353.858000', '172353.861000', '172353.864000', '172353.866000', '172353.869000', '172353.872000', '172353.874000', '172353.877000', '172353.880000', '172353.882000', '172353.885000', '172353.888000', '172353.890000', '172353.893000', '172353.896000', '172353.898000', '172353.901000', '172353.903000', '172353.906000', '172353.909000', '172353.911000', '172353.914000', '172353.917000', '172353.919000', '172353.922000', '172353.924000', '172353.927000', '172353.930000', '172353.932000', '172353.935000', '172353.938000', '172353.940000', '172353.943000', '172413.828000', '172413.830000', '172413.833000', '172413.836000', '172413.838000', '172413.841000', '172413.844000', '172413.846000', '172413.849000', '172413.851000', '172413.854000', '172413.857000', '172413.859000', '172413.862000', '172413.864000', '172413.867000', '172413.870000', '172413.872000', '172413.875000', '172413.878000', '172413.880000', '172413.883000', '172413.885000', '172413.888000', '172413.891000', '172413.893000', '172413.896000', '172413.898000', '172413.901000', '172413.904000', '172413.906000', '172413.909000', '172413.911000', '172413.914000', '172413.917000', '172413.919000', '172413.922000', '172413.924000', '172413.927000', '172413.930000', '172413.932000', '172413.935000', '172413.938000', '172433.827000', '172433.830000', '172433.833000', '172433.836000', '172433.839000', '172433.842000', '172433.845000', '172433.847000', '172433.850000', '172433.853000', '172433.855000', '172433.858000', '172433.861000', '172433.863000', '172433.866000', '172433.868000', '172433.878000', '172433.881000', '172433.884000', '172433.886000', '172433.889000', '172433.892000', '172433.894000', '172433.897000', '172433.899000', '172433.902000', '172433.905000', '172433.907000', '172433.910000', '172433.913000', '172433.915000', '172433.918000', '172433.920000', '172433.923000', '172433.925000', '172433.928000', '172433.931000', '172433.933000', '172433.936000', '172433.938000', '172433.941000', '172433.944000', '172433.946000', '172437.946000', '172437.948000', '172437.951000', '172437.954000', '172437.956000', '172437.959000', '172437.962000', '172437.964000', '172437.967000', '172437.969000'], 'InstanceCreationTime': ['171813.878000', '171813.882000', '171813.885000', '171813.887000', '171813.890000', '171813.893000', '171813.904000', '171813.907000', '171813.909000', '171813.912000', '171813.915000', '171813.917000', '171813.920000', '171813.922000', '171813.925000', '171813.928000', '171813.930000', '171813.933000', '171813.935000', '171813.938000', '171813.940000', '171813.943000', '171813.945000', '171813.948000', '171813.951000', '171813.953000', '171813.956000', '171813.970000', '171813.973000', '171813.975000', '171813.984000', '171813.987000', '171813.989000', '171813.992000', '171813.994000', '171813.997000', '171833.827000', '171833.831000', '171833.833000', '171833.836000', '171833.838000', '171833.842000', '171833.844000', '171833.847000', '171833.849000', '171833.852000', '171833.855000', '171833.857000', '171833.860000', '171833.863000', '171833.871000', '171833.874000', '171833.876000', '171833.879000', '171833.881000', '171833.884000', '171833.887000', '171833.889000', '171833.892000', '171833.894000', '171833.897000', '171833.899000', '171833.902000', '171833.905000', '171833.907000', '171833.910000', '171833.912000', '171833.915000', '171833.918000', '171833.920000', '171833.923000', '171833.925000', '171833.928000', '171833.931000', '171833.933000', '171833.936000', '171833.938000', '171833.941000', '171833.944000', '171833.946000', '171853.827000', '171853.830000', '171853.833000', '171853.836000', '171853.838000', '171853.841000', '171853.843000', '171853.846000', '171853.849000', '171853.851000', '171853.854000', '171853.856000', '171853.859000', '171853.861000', '171853.864000', '171853.867000', '171853.869000', '171853.872000', '171853.874000', '171853.877000', '171853.880000', '171853.882000', '171853.885000', '171853.887000', '171853.890000', '171853.893000', '171853.895000', '171853.898000', '171853.901000', '171853.904000', '171853.908000', '171853.911000', '171853.914000', '171853.916000', '171853.919000', '171853.922000', '171853.925000', '171853.928000', '171853.930000', '171853.933000', '171853.936000', '171853.938000', '171853.941000', '171913.826000', '171913.829000', '171913.832000', '171913.834000', '171913.837000', '171913.840000', '171913.842000', '171913.845000', '171913.848000', '171913.850000', '171913.853000', '171913.855000', '171913.858000', '171913.861000', '171913.863000', '171913.866000', '171913.869000', '171913.871000', '171913.874000', '171913.876000', '171913.879000', '171913.881000', '171913.884000', '171913.887000', '171913.889000', '171913.892000', '171913.894000', '171913.897000', '171913.900000', '171913.902000', '171913.905000', '171913.907000', '171913.910000', '171913.913000', '171913.915000', '171913.918000', '171913.920000', '171913.923000', '171913.926000', '171913.928000', '171913.931000', '171913.933000', '171913.936000', '171913.938000', '171933.828000', '171933.830000', '171933.833000', '171933.836000', '171933.838000', '171933.841000', '171933.844000', '171933.846000', '171933.849000', '171933.851000', '171933.854000', '171933.857000', '171933.859000', '171933.862000', '171933.864000', '171933.867000', '171933.870000', '171933.872000', '171933.875000', '171933.878000', '171933.880000', '171933.883000', '171933.885000', '171933.888000', '171933.891000', '171933.893000', '171933.896000', '171933.898000', '171933.901000', '171933.904000', '171933.906000', '171933.909000', '171933.912000', '171933.914000', '171933.917000', '171933.919000', '171933.922000', '171933.925000', '171933.927000', '171933.930000', '171933.932000', '171933.935000', '171933.937000', '171953.828000', '171953.830000', '171953.833000', '171953.836000', '171953.839000', '171953.841000', '171953.844000', '171953.847000', '171953.849000', '171953.852000', '171953.854000', '171953.857000', '171953.860000', '171953.863000', '171953.865000', '171953.868000', '171953.883000', '171953.886000', '171953.888000', '171953.891000', '171953.893000', '171953.896000', '171953.899000', '171953.901000', '171953.904000', '171953.906000', '171953.909000', '171953.918000', '171953.920000', '171953.923000', '171953.925000', '171953.928000', '171953.931000', '171953.933000', '171953.936000', '171953.939000', '171953.941000', '171953.944000', '171953.946000', '171953.949000', '171953.951000', '171953.954000', '171953.957000', '171953.959000', '172013.827000', '172013.830000', '172013.833000', '172013.836000', '172013.838000', '172013.841000', '172013.844000', '172013.846000', '172013.849000', '172013.851000', '172013.854000', '172013.857000', '172013.859000', '172013.862000', '172013.865000', '172013.867000', '172013.870000', '172013.873000', '172013.875000', '172013.878000', '172013.880000', '172013.883000', '172013.885000', '172013.888000', '172013.891000', '172013.893000', '172013.896000', '172013.899000', '172013.901000', '172013.904000', '172013.906000', '172013.909000', '172013.912000', '172013.914000', '172013.917000', '172013.919000', '172013.922000', '172013.925000', '172013.927000', '172013.930000', '172013.932000', '172013.935000', '172013.938000', '172033.827000', '172033.830000', '172033.833000', '172033.836000', '172033.838000', '172033.841000', '172033.844000', '172033.847000', '172033.849000', '172033.852000', '172033.855000', '172033.857000', '172033.860000', '172033.862000', '172033.865000', '172033.868000', '172033.870000', '172033.873000', '172033.876000', '172033.878000', '172033.881000', '172033.883000', '172033.886000', '172033.888000', '172033.891000', '172033.894000', '172033.896000', '172033.899000', '172033.902000', '172033.904000', '172033.907000', '172033.909000', '172033.912000', '172033.914000', '172033.917000', '172033.920000', '172033.922000', '172033.925000', '172033.927000', '172033.930000', '172033.933000', '172033.935000', '172033.938000', '172033.941000', '172053.827000', '172053.830000', '172053.833000', '172053.835000', '172053.838000', '172053.841000', '172053.843000', '172053.846000', '172053.849000', '172053.851000', '172053.854000', '172053.856000', '172053.859000', '172053.862000', '172053.864000', '172053.867000', '172053.869000', '172053.872000', '172053.874000', '172053.877000', '172053.880000', '172053.882000', '172053.885000', '172053.887000', '172053.890000', '172053.893000', '172053.895000', '172053.898000', '172053.901000', '172053.903000', '172053.906000', '172053.908000', '172053.911000', '172053.914000', '172053.916000', '172053.919000', '172053.922000', '172053.924000', '172053.927000', '172053.929000', '172053.932000', '172053.935000', '172053.938000', '172113.827000', '172113.831000', '172113.833000', '172113.836000', '172113.838000', '172113.841000', '172113.844000', '172113.846000', '172113.849000', '172113.852000', '172113.854000', '172113.857000', '172113.859000', '172113.862000', '172113.864000', '172113.867000', '172113.870000', '172113.872000', '172113.875000', '172113.877000', '172113.880000', '172113.883000', '172113.885000', '172113.888000', '172113.890000', '172113.893000', '172113.896000', '172113.898000', '172113.901000', '172113.903000', '172113.906000', '172113.908000', '172113.911000', '172113.914000', '172113.916000', '172113.919000', '172113.921000', '172113.924000', '172113.927000', '172113.929000', '172113.932000', '172113.934000', '172113.937000', '172113.940000', '172133.826000', '172133.829000', '172133.832000', '172133.835000', '172133.837000', '172133.840000', '172133.842000', '172133.845000', '172133.848000', '172133.850000', '172133.853000', '172133.856000', '172133.858000', '172133.861000', '172133.863000', '172133.866000', '172133.869000', '172133.871000', '172133.874000', '172133.877000', '172133.879000', '172133.882000', '172133.884000', '172133.887000', '172133.889000', '172133.892000', '172133.895000', '172133.897000', '172133.900000', '172133.903000', '172133.905000', '172133.908000', '172133.910000', '172133.913000', '172133.915000', '172133.918000', '172133.921000', '172133.923000', '172133.926000', '172133.929000', '172133.931000', '172133.934000', '172133.936000', '172153.828000', '172153.830000', '172153.833000', '172153.836000', '172153.839000', '172153.841000', '172153.844000', '172153.846000', '172153.849000', '172153.852000', '172153.854000', '172153.857000', '172153.859000', '172153.862000', '172153.865000', '172153.867000', '172153.870000', '172153.872000', '172153.875000', '172153.877000', '172153.880000', '172153.883000', '172153.885000', '172153.888000', '172153.891000', '172153.893000', '172153.896000', '172153.898000', '172153.901000', '172153.904000', '172153.906000', '172153.909000', '172153.912000', '172153.914000', '172153.917000', '172153.919000', '172153.922000', '172153.925000', '172153.927000', '172153.930000', '172153.932000', '172153.935000', '172153.938000', '172153.940000', '172213.827000', '172213.830000', '172213.833000', '172213.836000', '172213.838000', '172213.841000', '172213.844000', '172213.846000', '172213.849000', '172213.851000', '172213.854000', '172213.857000', '172213.859000', '172213.862000', '172213.864000', '172213.867000', '172213.870000', '172213.872000', '172213.875000', '172213.877000', '172213.880000', '172213.883000', '172213.885000', '172213.888000', '172213.890000', '172213.893000', '172213.896000', '172213.898000', '172213.901000', '172213.904000', '172213.906000', '172213.909000', '172213.911000', '172213.914000', '172213.917000', '172213.919000', '172213.922000', '172213.924000', '172213.927000', '172213.930000', '172213.932000', '172213.935000', '172213.938000', '172233.828000', '172233.830000', '172233.833000', '172233.836000', '172233.838000', '172233.841000', '172233.844000', '172233.846000', '172233.849000', '172233.851000', '172233.854000', '172233.857000', '172233.859000', '172233.862000', '172233.865000', '172233.867000', '172233.870000', '172233.872000', '172233.875000', '172233.878000', '172233.880000', '172233.883000', '172233.885000', '172233.888000', '172233.891000', '172233.893000', '172233.896000', '172233.898000', '172233.901000', '172233.904000', '172233.906000', '172233.909000', '172233.911000', '172233.914000', '172233.917000', '172233.920000', '172233.922000', '172233.925000', '172233.927000', '172233.930000', '172233.933000', '172233.935000', '172233.938000', '172233.941000', '172253.827000', '172253.830000', '172253.833000', '172253.835000', '172253.838000', '172253.841000', '172253.843000', '172253.846000', '172253.848000', '172253.851000', '172253.854000', '172253.856000', '172253.859000', '172253.861000', '172253.864000', '172253.867000', '172253.869000', '172253.872000', '172253.874000', '172253.877000', '172253.880000', '172253.910000', '172253.913000', '172253.915000', '172253.918000', '172253.921000', '172253.923000', '172253.926000', '172253.929000', '172253.931000', '172253.934000', '172253.936000', '172253.939000', '172253.942000', '172253.944000', '172253.947000', '172253.949000', '172253.952000', '172253.955000', '172253.957000', '172253.960000', '172253.963000', '172253.965000', '172313.827000', '172313.830000', '172313.833000', '172313.836000', '172313.838000', '172313.841000', '172313.844000', '172313.846000', '172313.849000', '172313.851000', '172313.854000', '172313.857000', '172313.859000', '172313.862000', '172313.864000', '172313.867000', '172313.870000', '172313.872000', '172313.875000', '172313.877000', '172313.880000', '172313.883000', '172313.885000', '172313.888000', '172313.891000', '172313.893000', '172313.896000', '172313.898000', '172313.901000', '172313.904000', '172313.906000', '172313.909000', '172313.911000', '172313.914000', '172313.917000', '172313.919000', '172313.922000', '172313.924000', '172313.927000', '172313.930000', '172313.932000', '172313.935000', '172313.937000', '172313.940000', '172333.828000', '172333.831000', '172333.833000', '172333.836000', '172333.839000', '172333.841000', '172333.844000', '172333.846000', '172333.849000', '172333.852000', '172333.854000', '172333.857000', '172333.859000', '172333.862000', '172333.865000', '172333.867000', '172333.870000', '172333.872000', '172333.875000', '172333.878000', '172333.880000', '172333.883000', '172333.886000', '172333.888000', '172333.891000', '172333.893000', '172333.896000', '172333.899000', '172333.901000', '172333.904000', '172333.906000', '172333.909000', '172333.912000', '172333.914000', '172333.917000', '172333.920000', '172333.922000', '172333.925000', '172333.927000', '172333.930000', '172333.933000', '172333.935000', '172333.938000', '172353.826000', '172353.831000', '172353.834000', '172353.836000', '172353.840000', '172353.843000', '172353.845000', '172353.848000', '172353.851000', '172353.853000', '172353.856000', '172353.858000', '172353.861000', '172353.864000', '172353.866000', '172353.869000', '172353.872000', '172353.874000', '172353.877000', '172353.880000', '172353.882000', '172353.885000', '172353.888000', '172353.890000', '172353.893000', '172353.896000', '172353.898000', '172353.901000', '172353.903000', '172353.906000', '172353.909000', '172353.911000', '172353.914000', '172353.917000', '172353.919000', '172353.922000', '172353.924000', '172353.927000', '172353.930000', '172353.932000', '172353.935000', '172353.938000', '172353.940000', '172353.943000', '172413.828000', '172413.830000', '172413.833000', '172413.836000', '172413.838000', '172413.841000', '172413.844000', '172413.846000', '172413.849000', '172413.851000', '172413.854000', '172413.857000', '172413.859000', '172413.862000', '172413.864000', '172413.867000', '172413.870000', '172413.872000', '172413.875000', '172413.878000', '172413.880000', '172413.883000', '172413.885000', '172413.888000', '172413.891000', '172413.893000', '172413.896000', '172413.898000', '172413.901000', '172413.904000', '172413.906000', '172413.909000', '172413.911000', '172413.914000', '172413.917000', '172413.919000', '172413.922000', '172413.924000', '172413.927000', '172413.930000', '172413.932000', '172413.935000', '172413.938000', '172433.827000', '172433.830000', '172433.833000', '172433.836000', '172433.839000', '172433.842000', '172433.845000', '172433.847000', '172433.850000', '172433.853000', '172433.855000', '172433.858000', '172433.861000', '172433.863000', '172433.866000', '172433.868000', '172433.878000', '172433.881000', '172433.884000', '172433.886000', '172433.889000', '172433.892000', '172433.894000', '172433.897000', '172433.899000', '172433.902000', '172433.905000', '172433.907000', '172433.910000', '172433.913000', '172433.915000', '172433.918000', '172433.920000', '172433.923000', '172433.925000', '172433.928000', '172433.931000', '172433.933000', '172433.936000', '172433.938000', '172433.941000', '172433.944000', '172433.946000', '172437.946000', '172437.948000', '172437.951000', '172437.954000', '172437.956000', '172437.959000', '172437.962000', '172437.964000', '172437.967000', '172437.969000'], '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': [14254, 12519, 14426, 11864, 14058, 13149, 13776, 13547, 14194, 14334, 13788, 14208, 12547, 14384, 12646, 13671, 14021, 14058, 14280, 12332, 14386, 11281, 14107, 11153, 13703, 10808, 13779, 11875, 13692, 14123, 14009, 14153, 13385, 14280, 12233, 13901, 14198, 14415, 14513, 13028, 14186, 12890, 14093, 11627, 13702, 14313, 13906, 14160, 13313, 14592, 11552, 13905, 13915, 13579, 14269, 11201, 14299, 12770, 13918, 14305, 13998, 14458, 12869, 14564, 12467, 14189, 10862, 13882, 14194, 13684, 14134, 13871, 14653, 13354, 14397, 12226, 14469, 12561, 14096, 14437, 14022, 14283, 13811, 14156, 12420, 14582, 12148, 13917, 12805, 13917, 11628, 14144, 13952, 14154, 14271, 13473, 14492, 11325, 14352, 12444, 13872, 14235, 13660, 14506, 12215, 14411, 11205, 13840, 14488, 14229, 14182, 12752, 14241, 11912, 14423, 10797, 13778, 14038, 14228, 14444, 13800, 14255, 13157, 14262, 12584, 14539, 11389, 14197, 13386, 13790, 14269, 14497, 14437, 13271, 14216, 12666, 14711, 11594, 13896, 11448, 14297, 12407, 14350, 14209, 12342, 14228, 12827, 14038, 14263, 13894, 14215, 13359, 13994, 13144, 14257, 12062, 14006, 12060, 13949, 12845, 14266, 12248, 14256, 11683, 14080, 12887, 13892, 12623, 13951, 11715, 13739, 13909, 14255, 14237, 13727, 14262, 13157, 14337, 12392, 14407, 12213, 14391, 13519, 14331, 14259, 13619, 14510, 13682, 14339, 13013, 14216, 13218, 14533, 13175, 14190, 12813, 14350, 11568, 14298, 11840, 13959, 11762, 13814, 12705, 13860, 11119, 14013, 14058, 14241, 13914, 13364, 13891, 13993, 14161, 12514, 14141, 11617, 14061, 12436, 13963, 12574, 13672, 13906, 13872, 13682, 13976, 10911, 13657, 12293, 13647, 11953, 14052, 12085, 13959, 12530, 13903, 11468, 13892, 12007, 13554, 14457, 13851, 13863, 13754, 13792, 13664, 13784, 13877, 11055, 13631, 12051, 14414, 13890, 12519, 13932, 11738, 13927, 12410, 13918, 12271, 13751, 12748, 13846, 13586, 13922, 11595, 13508, 13734, 13774, 13801, 12728, 13674, 12827, 14064, 13721, 13608, 13856, 13529, 13729, 13546, 13351, 13727, 13398, 13649, 11700, 13961, 13618, 13764, 10890, 13671, 11391, 14160, 11365, 13576, 11424, 13717, 11661, 13846, 12413, 13733, 11675, 13656, 12435, 13836, 11222, 13410, 12679, 13719, 13711, 13785, 14001, 13774, 13892, 13779, 13545, 14064, 14116, 13681, 13669, 13262, 14132, 11720, 13918, 11258, 13994, 13393, 13794, 13939, 13276, 13861, 13634, 13838, 13421, 13888, 13127, 13716, 13830, 13684, 12231, 13981, 11825, 13705, 12653, 13715, 14253, 13296, 13260, 13629, 13220, 13970, 13734, 13964, 14100, 13955, 13210, 13629, 13702, 13472, 13593, 13071, 14262, 12542, 13935, 11993, 13955, 11870, 13669, 11115, 13423, 11415, 13422, 10559, 13487, 13765, 13701, 13714, 13345, 13932, 11782, 13703, 11386, 13449, 13633, 13630, 13612, 12780, 13792, 12139, 13599, 13761, 13380, 13797, 13330, 13970, 12124, 13583, 11384, 13480, 13106, 13635, 13819, 12845, 13577, 12214, 13692, 13003, 13744, 13813, 13215, 13709, 13202, 13852, 12384, 13966, 12301, 13817, 12503, 13872, 11699, 14006, 11561, 14231, 12932, 14208, 12999, 14190, 13750, 14120, 13043, 13834, 12907, 14041, 11441, 14026, 11720, 13477, 13879, 13605, 13851, 13681, 13843, 12157, 13971, 13128, 13661, 13835, 13226, 13668, 12446, 14043, 11705, 13826, 10380, 13289, 13561, 13996, 13877, 12796, 13933, 11784, 13574, 12607, 13676, 10880, 13069, 13537, 13987, 13820, 12853, 13944, 12155, 13610, 13378, 13638, 13647, 13658, 13998, 13234, 13780, 13988, 13783, 13184, 13831, 12819, 13766, 13206, 13527, 12724, 13589, 13355, 13346, 13539, 13064, 13821, 13425, 14117, 12835, 14020, 12778, 13883, 11466, 13709, 13016, 13835, 14006, 13427, 14241, 13660, 14050, 12565, 14107, 12896, 13921, 12555, 13724, 12338, 13878, 12737, 14163, 11896, 13825, 12655, 13662, 11810, 13552, 12580, 13369, 13576, 13591, 12655, 13912, 13791, 13840, 13692, 13251, 13841, 13092, 13882, 12981, 13980, 12295, 13991, 12022, 13856, 13549, 13836, 14020, 13140, 13928, 12066, 13678, 12206, 13710, 12082, 13727, 13897, 13366, 13872, 13107, 14171, 11539, 13620, 11899, 13474, 11600, 13559, 10823, 13433, 13254, 13464, 13114, 13625, 13807, 13394, 13688, 13396, 13938, 13360, 14220, 13861, 13736, 12944, 13709, 14074, 12662, 13296, 12882, 13926, 12279, 13939, 12093, 14276, 11765, 13899, 12943, 14027, 12568, 13742, 12340, 14025, 13872, 14283, 12605, 14031, 11990, 13961, 12361, 14039, 11284, 14373, 12275, 13697, 12638, 14305, 12450, 14418, 14311, 13930, 14012, 13851, 14256, 13703, 14225, 12613, 13952, 11687, 14327, 12520, 13949, 12907, 13952, 13878, 14219, 14053, 13922, 14320, 12982, 14399, 12283, 14445, 11372, 13877, 12089, 14242, 11221, 14301, 11342, 14208, 12469, 14236, 11304, 14160, 10920, 13559, 13872, 13958, 14416, 12895, 14207, 12671, 14117, 12215, 14217, 11608, 13483, 11474, 13905, 10806, 13851, 12338, 13772, 13733, 14176, 14125, 13407, 14005, 13041, 14371, 12758, 14352, 11668, 13892, 12415, 14205, 11279, 14144, 11941, 14020, 11753, 14291, 11645, 14035, 12244, 13912, 11716, 14255, 11286, 13876, 12219, 14104, 11928, 14478, 11450, 14144, 12562, 13957, 11186, 13756, 13812, 13770, 13380, 13986, 12473, 13969, 11763, 13633, 12638, 13627, 10649, 13723, 13974, 13618, 13865, 12401, 14202, 11314, 13836, 13304, 13713, 14071, 14025, 13873, 13303, 13227, 13602, 11437, 13593, 11479, 13467, 12873, 13760, 12694, 14004, 13508, 13229, 13858, 13828, 13815, 13606, 13451, 13520, 13981, 13500, 12608, 13755, 10980, 13388, 12114, 13675, 11789, 13626, 12357, 13498, 12237, 13586, 12048, 13516, 11063, 13341, 12167, 13629, 11743, 13658, 12378, 13726, 11880, 14158, 11454, 13602, 12731, 13510, 12202, 13519, 13326, 13561, 13457, 13256, 13795, 12308, 13691, 12920, 13788, 12361, 14134, 12191, 13794, 12687, 13870, 12240, 14078, 12525, 13526, 13049, 13793, 13494, 13653, 13761, 13576, 13436, 12805, 13931, 12080, 13569, 13683, 13200, 13867, 13116, 13892, 12759, 13759, 12585, 13827, 11650, 13979, 11458, 13663, 11550, 13402, 12378, 13179, 11928, 13619, 12301, 13465, 12612, 13723, 12189, 13749, 14172, 13136, 14744, 13873, 13585, 13348, 13432, 13570, 13807, 12884, 13945, 12101, 13612, 11870, 13534, 11939, 13975, 13680, 13436, 13687, 13653, 14152, 13511, 13912, 13850, 14315, 13547, 14139, 13546, 13481, 13896, 14105, 12800, 14076], 'WindowCenter': [4514.0, 4476.0, 4484.0, 4439.0, 4461.0, 4462.0, 4457.0, 4446.0, 4458.0, 4455.0, 4459.0, 4459.0, 4435.0, 4458.0, 4433.0, 4444.0, 4445.0, 4457.0, 4456.0, 4434.0, 4454.0, 4424.0, 4457.0, 4437.0, 4457.0, 4425.0, 4456.0, 4435.0, 4460.0, 4458.0, 4470.0, 4457.0, 4445.0, 4457.0, 4449.0, 4457.0, 4447.0, 4456.0, 4444.0, 4445.0, 4458.0, 4434.0, 4456.0, 4421.0, 4444.0, 4454.0, 4457.0, 4456.0, 4447.0, 4456.0, 4422.0, 4457.0, 4457.0, 4446.0, 4456.0, 4424.0, 4456.0, 4448.0, 4457.0, 4456.0, 4456.0, 4454.0, 4445.0, 4468.0, 4436.0, 4457.0, 4415.0, 4446.0, 4458.0, 4458.0, 4458.0, 4458.0, 4467.0, 4446.0, 4456.0, 4450.0, 4471.0, 4448.0, 4460.0, 4446.0, 4446.0, 4456.0, 4459.0, 4456.0, 4437.0, 4457.0, 4423.0, 4456.0, 4447.0, 4456.0, 4424.0, 4456.0, 4454.0, 4467.0, 4469.0, 4457.0, 4458.0, 4425.0, 4458.0, 4448.0, 4458.0, 4456.0, 4459.0, 4456.0, 4434.0, 4459.0, 4425.0, 4458.0, 4455.0, 4445.0, 4456.0, 4447.0, 4456.0, 4436.0, 4456.0, 4414.0, 4459.0, 4457.0, 4457.0, 4456.0, 4456.0, 4456.0, 4448.0, 4457.0, 4436.0, 4457.0, 4424.0, 4459.0, 4447.0, 4446.0, 4444.0, 4455.0, 4444.0, 4447.0, 4445.0, 4436.0, 4455.0, 4424.0, 4444.0, 4422.0, 4443.0, 4449.0, 4457.0, 4457.0, 4435.0, 4455.0, 4449.0, 4459.0, 4455.0, 4446.0, 4444.0, 4434.0, 4447.0, 4434.0, 4445.0, 4422.0, 4431.0, 4423.0, 4454.0, 4433.0, 4445.0, 4423.0, 4443.0, 4423.0, 4457.0, 4434.0, 4444.0, 4422.0, 4443.0, 4425.0, 4457.0, 4434.0, 4456.0, 4432.0, 4443.0, 4442.0, 4446.0, 4456.0, 4434.0, 4456.0, 4423.0, 4445.0, 4445.0, 4458.0, 4444.0, 4445.0, 4443.0, 4434.0, 4443.0, 4448.0, 4456.0, 4446.0, 4455.0, 4446.0, 4458.0, 4449.0, 4470.0, 4437.0, 4457.0, 4437.0, 4471.0, 4436.0, 4459.0, 4444.0, 4447.0, 4426.0, 4459.0, 4458.0, 4458.0, 4445.0, 4446.0, 4458.0, 4458.0, 4458.0, 4448.0, 4457.0, 4435.0, 4471.0, 4436.0, 4456.0, 4435.0, 4445.0, 4444.0, 4458.0, 4445.0, 4458.0, 4425.0, 4459.0, 4451.0, 4459.0, 4438.0, 4458.0, 4436.0, 4447.0, 4435.0, 4459.0, 4426.0, 4446.0, 4424.0, 4447.0, 4446.0, 4445.0, 4444.0, 4445.0, 4447.0, 4457.0, 4444.0, 4445.0, 4412.0, 4445.0, 4438.0, 4471.0, 4471.0, 4449.0, 4458.0, 4434.0, 4457.0, 4450.0, 4458.0, 4425.0, 4444.0, 4434.0, 4446.0, 4434.0, 4446.0, 4423.0, 4444.0, 4456.0, 4460.0, 4458.0, 4447.0, 4459.0, 4446.0, 4470.0, 4460.0, 4459.0, 4444.0, 4446.0, 4445.0, 4460.0, 4447.0, 4459.0, 4435.0, 4446.0, 4426.0, 4458.0, 4445.0, 4458.0, 4414.0, 4443.0, 4424.0, 4456.0, 4424.0, 4446.0, 4425.0, 4445.0, 4438.0, 4458.0, 4446.0, 4458.0, 4426.0, 4444.0, 4449.0, 4457.0, 4424.0, 4446.0, 4435.0, 4458.0, 4446.0, 4456.0, 4442.0, 4444.0, 4444.0, 4459.0, 4447.0, 4456.0, 4446.0, 4444.0, 4457.0, 4446.0, 4457.0, 4435.0, 4455.0, 4425.0, 4459.0, 4445.0, 4459.0, 4456.0, 4446.0, 4459.0, 4470.0, 4459.0, 4459.0, 4457.0, 4459.0, 4471.0, 4470.0, 4461.0, 4438.0, 4459.0, 4451.0, 4462.0, 4450.0, 4459.0, 4457.0, 4459.0, 4460.0, 4460.0, 4446.0, 4470.0, 4457.0, 4469.0, 4459.0, 4471.0, 4447.0, 4457.0, 4457.0, 4460.0, 4459.0, 4447.0, 4457.0, 4434.0, 4445.0, 4437.0, 4456.0, 4424.0, 4446.0, 4424.0, 4457.0, 4438.0, 4447.0, 4415.0, 4445.0, 4445.0, 4448.0, 4444.0, 4446.0, 4444.0, 4424.0, 4445.0, 4425.0, 4447.0, 4432.0, 4444.0, 4432.0, 4434.0, 4445.0, 4422.0, 4434.0, 4431.0, 4433.0, 4445.0, 4444.0, 4443.0, 4422.0, 4443.0, 4422.0, 4446.0, 4445.0, 4456.0, 4442.0, 4435.0, 4447.0, 4437.0, 4457.0, 4434.0, 4445.0, 4444.0, 4449.0, 4458.0, 4446.0, 4447.0, 4436.0, 4456.0, 4449.0, 4471.0, 4447.0, 4458.0, 4436.0, 4458.0, 4438.0, 4459.0, 4450.0, 4472.0, 4473.0, 4460.0, 4460.0, 4458.0, 4460.0, 4462.0, 4449.0, 4459.0, 4426.0, 4458.0, 4435.0, 4458.0, 4457.0, 4455.0, 4442.0, 4446.0, 4444.0, 4436.0, 4458.0, 4446.0, 4456.0, 4444.0, 4445.0, 4456.0, 4449.0, 4458.0, 4436.0, 4456.0, 4415.0, 4459.0, 4459.0, 4456.0, 4445.0, 4434.0, 4446.0, 4438.0, 4459.0, 4436.0, 4458.0, 4425.0, 4448.0, 4462.0, 4473.0, 4459.0, 4449.0, 4459.0, 4436.0, 4459.0, 4460.0, 4458.0, 4446.0, 4457.0, 4456.0, 4460.0, 4457.0, 4458.0, 4447.0, 4447.0, 4447.0, 4450.0, 4460.0, 4447.0, 4447.0, 4435.0, 4444.0, 4445.0, 4449.0, 4446.0, 4449.0, 4446.0, 4445.0, 4445.0, 4450.0, 4458.0, 4446.0, 4459.0, 4425.0, 4458.0, 4459.0, 4458.0, 4457.0, 4458.0, 4457.0, 4457.0, 4459.0, 4448.0, 4457.0, 4435.0, 4444.0, 4450.0, 4459.0, 4437.0, 4447.0, 4448.0, 4446.0, 4438.0, 4457.0, 4436.0, 4446.0, 4423.0, 4434.0, 4436.0, 4445.0, 4434.0, 4447.0, 4422.0, 4444.0, 4445.0, 4446.0, 4443.0, 4435.0, 4432.0, 4433.0, 4445.0, 4446.0, 4454.0, 4434.0, 4458.0, 4436.0, 4457.0, 4446.0, 4445.0, 4444.0, 4433.0, 4443.0, 4436.0, 4457.0, 4425.0, 4447.0, 4423.0, 4444.0, 4446.0, 4457.0, 4445.0, 4446.0, 4457.0, 4424.0, 4459.0, 4438.0, 4458.0, 4437.0, 4448.0, 4426.0, 4460.0, 4459.0, 4460.0, 4447.0, 4459.0, 4460.0, 4460.0, 4461.0, 4461.0, 4458.0, 4457.0, 4459.0, 4461.0, 4459.0, 4448.0, 4447.0, 4471.0, 4448.0, 4448.0, 4435.0, 4461.0, 4450.0, 4458.0, 4436.0, 4458.0, 4435.0, 4461.0, 4436.0, 4447.0, 4424.0, 4444.0, 4424.0, 4457.0, 4445.0, 4445.0, 4423.0, 4443.0, 4423.0, 4458.0, 4435.0, 4455.0, 4427.0, 4456.0, 4435.0, 4458.0, 4438.0, 4458.0, 4436.0, 4455.0, 4456.0, 4458.0, 4457.0, 4458.0, 4457.0, 4445.0, 4456.0, 4451.0, 4456.0, 4437.0, 4458.0, 4435.0, 4455.0, 4449.0, 4457.0, 4443.0, 4445.0, 4443.0, 4444.0, 4457.0, 4444.0, 4455.0, 4435.0, 4456.0, 4438.0, 4446.0, 4436.0, 4455.0, 4427.0, 4456.0, 4436.0, 4469.0, 4446.0, 4456.0, 4427.0, 4458.0, 4428.0, 4460.0, 4447.0, 4457.0, 4446.0, 4435.0, 4457.0, 4448.0, 4446.0, 4424.0, 4445.0, 4426.0, 4458.0, 4425.0, 4459.0, 4416.0, 4458.0, 4449.0, 4461.0, 4456.0, 4456.0, 4455.0, 4459.0, 4458.0, 4448.0, 4459.0, 4435.0, 4456.0, 4439.0, 4459.0, 4447.0, 4459.0, 4427.0, 4456.0, 4448.0, 4458.0, 4437.0, 4469.0, 4437.0, 4472.0, 4452.0, 4459.0, 4438.0, 4468.0, 4438.0, 4460.0, 4450.0, 4472.0, 4439.0, 4470.0, 4439.0, 4473.0, 4448.0, 4461.0, 4425.0, 4448.0, 4446.0, 4461.0, 4448.0, 4460.0, 4436.0, 4458.0, 4449.0, 4460.0, 4448.0, 4461.0, 4427.0, 4459.0, 4458.0, 4460.0, 4460.0, 4439.0, 4460.0, 4425.0, 4457.0, 4448.0, 4458.0, 4446.0, 4446.0, 4457.0, 4461.0, 4446.0, 4459.0, 4425.0, 4446.0, 4439.0, 4459.0, 4448.0, 4459.0, 4435.0, 4457.0, 4448.0, 4448.0, 4444.0, 4445.0, 4432.0, 4444.0, 4448.0, 4446.0, 4444.0, 4446.0, 4423.0, 4445.0, 4426.0, 4448.0, 4435.0, 4446.0, 4424.0, 4457.0, 4447.0, 4446.0, 4424.0, 4444.0, 4423.0, 4446.0, 4427.0, 4446.0, 4433.0, 4444.0, 4424.0, 4458.0, 4450.0, 4455.0, 4436.0, 4458.0, 4438.0, 4473.0, 4449.0, 4461.0, 4437.0, 4449.0, 4447.0, 4459.0, 4448.0, 4448.0, 4446.0, 4424.0, 4459.0, 4447.0, 4448.0, 4435.0, 4455.0, 4438.0, 4458.0, 4449.0, 4458.0, 4448.0, 4458.0, 4451.0, 4474.0, 4450.0, 4460.0, 4446.0, 4447.0, 4447.0, 4460.0, 4447.0, 4435.0, 4445.0, 4424.0, 4434.0, 4457.0, 4448.0, 4444.0, 4446.0, 4443.0, 4435.0, 4457.0, 4449.0, 4456.0, 4437.0, 4457.0, 4450.0, 4472.0, 4437.0, 4474.0, 4450.0, 4458.0, 4447.0, 4457.0, 4450.0, 4461.0, 4438.0, 4461.0, 4428.0, 4447.0, 4448.0, 4436.0, 4443.0, 4436.0, 4422.0, 4433.0, 4433.0, 4432.0, 4431.0, 4420.0, 4431.0, 4422.0, 4444.0, 4422.0, 4444.0, 4412.0, 4441.0, 4444.0, 4445.0, 4443.0, 4446.0, 4443.0, 4433.0, 4442.0, 4445.0, 4442.0, 4446.0, 4446.0, 4459.0, 4457.0, 4458.0, 4456.0, 4445.0, 4458.0], 'WindowWidth': [9907.0, 9840.0, 9845.0, 9774.0, 9805.0, 9813.0, 9798.0, 9779.0, 9796.0, 9790.0, 9799.0, 9799.0, 9759.0, 9794.0, 9756.0, 9769.0, 9775.0, 9796.0, 9788.0, 9757.0, 9785.0, 9742.0, 9793.0, 9769.0, 9795.0, 9747.0, 9792.0, 9763.0, 9804.0, 9797.0, 9816.0, 9796.0, 9775.0, 9794.0, 9786.0, 9795.0, 9780.0, 9789.0, 9771.0, 9774.0, 9795.0, 9756.0, 9788.0, 9736.0, 9769.0, 9787.0, 9795.0, 9790.0, 9779.0, 9792.0, 9740.0, 9794.0, 9796.0, 9777.0, 9789.0, 9743.0, 9790.0, 9787.0, 9796.0, 9791.0, 9790.0, 9784.0, 9775.0, 9811.0, 9763.0, 9794.0, 9733.0, 9777.0, 9794.0, 9799.0, 9797.0, 9796.0, 9808.0, 9778.0, 9792.0, 9790.0, 9821.0, 9782.0, 9801.0, 9779.0, 9775.0, 9793.0, 9801.0, 9792.0, 9764.0, 9793.0, 9740.0, 9792.0, 9784.0, 9791.0, 9744.0, 9790.0, 9785.0, 9811.0, 9813.0, 9794.0, 9797.0, 9748.0, 9795.0, 9786.0, 9796.0, 9791.0, 9797.0, 9789.0, 9757.0, 9798.0, 9748.0, 9795.0, 9787.0, 9775.0, 9789.0, 9782.0, 9792.0, 9762.0, 9791.0, 9733.0, 9799.0, 9795.0, 9796.0, 9789.0, 9791.0, 9789.0, 9783.0, 9793.0, 9763.0, 9795.0, 9744.0, 9796.0, 9782.0, 9776.0, 9771.0, 9786.0, 9770.0, 9781.0, 9774.0, 9762.0, 9788.0, 9742.0, 9769.0, 9737.0, 9768.0, 9787.0, 9794.0, 9794.0, 9763.0, 9790.0, 9787.0, 9801.0, 9790.0, 9777.0, 9772.0, 9756.0, 9779.0, 9755.0, 9773.0, 9736.0, 9748.0, 9742.0, 9786.0, 9754.0, 9772.0, 9740.0, 9768.0, 9741.0, 9794.0, 9757.0, 9771.0, 9737.0, 9766.0, 9748.0, 9793.0, 9758.0, 9789.0, 9751.0, 9766.0, 9763.0, 9777.0, 9789.0, 9756.0, 9790.0, 9740.0, 9772.0, 9776.0, 9795.0, 9771.0, 9774.0, 9767.0, 9755.0, 9768.0, 9784.0, 9790.0, 9777.0, 9787.0, 9776.0, 9799.0, 9786.0, 9816.0, 9766.0, 9795.0, 9765.0, 9818.0, 9767.0, 9799.0, 9774.0, 9778.0, 9750.0, 9801.0, 9798.0, 9796.0, 9775.0, 9776.0, 9798.0, 9798.0, 9798.0, 9782.0, 9793.0, 9763.0, 9819.0, 9763.0, 9790.0, 9760.0, 9772.0, 9774.0, 9798.0, 9775.0, 9796.0, 9748.0, 9798.0, 9792.0, 9800.0, 9768.0, 9796.0, 9762.0, 9780.0, 9760.0, 9802.0, 9749.0, 9777.0, 9744.0, 9778.0, 9781.0, 9775.0, 9771.0, 9771.0, 9780.0, 9796.0, 9770.0, 9774.0, 9726.0, 9772.0, 9769.0, 9821.0, 9823.0, 9786.0, 9797.0, 9758.0, 9794.0, 9789.0, 9798.0, 9747.0, 9771.0, 9759.0, 9777.0, 9757.0, 9774.0, 9740.0, 9770.0, 9791.0, 9803.0, 9799.0, 9779.0, 9799.0, 9779.0, 9816.0, 9803.0, 9799.0, 9772.0, 9775.0, 9773.0, 9803.0, 9781.0, 9798.0, 9759.0, 9776.0, 9748.0, 9798.0, 9775.0, 9797.0, 9731.0, 9768.0, 9744.0, 9792.0, 9744.0, 9777.0, 9744.0, 9776.0, 9770.0, 9799.0, 9778.0, 9796.0, 9748.0, 9772.0, 9786.0, 9795.0, 9744.0, 9775.0, 9763.0, 9797.0, 9778.0, 9792.0, 9765.0, 9770.0, 9771.0, 9801.0, 9779.0, 9792.0, 9775.0, 9771.0, 9794.0, 9779.0, 9794.0, 9760.0, 9789.0, 9751.0, 9799.0, 9775.0, 9799.0, 9790.0, 9777.0, 9801.0, 9818.0, 9798.0, 9801.0, 9793.0, 9801.0, 9822.0, 9817.0, 9807.0, 9770.0, 9800.0, 9793.0, 9809.0, 9789.0, 9800.0, 9795.0, 9798.0, 9805.0, 9800.0, 9777.0, 9816.0, 9793.0, 9814.0, 9799.0, 9820.0, 9780.0, 9795.0, 9795.0, 9803.0, 9801.0, 9780.0, 9794.0, 9757.0, 9772.0, 9766.0, 9792.0, 9744.0, 9776.0, 9742.0, 9794.0, 9769.0, 9779.0, 9732.0, 9774.0, 9774.0, 9780.0, 9771.0, 9775.0, 9771.0, 9741.0, 9773.0, 9750.0, 9777.0, 9753.0, 9770.0, 9752.0, 9756.0, 9775.0, 9738.0, 9756.0, 9750.0, 9751.0, 9773.0, 9769.0, 9769.0, 9735.0, 9768.0, 9737.0, 9777.0, 9777.0, 9792.0, 9766.0, 9760.0, 9779.0, 9769.0, 9793.0, 9760.0, 9773.0, 9769.0, 9785.0, 9796.0, 9777.0, 9777.0, 9762.0, 9790.0, 9788.0, 9819.0, 9781.0, 9797.0, 9763.0, 9795.0, 9768.0, 9799.0, 9788.0, 9823.0, 9829.0, 9806.0, 9804.0, 9799.0, 9802.0, 9809.0, 9783.0, 9798.0, 9748.0, 9794.0, 9764.0, 9799.0, 9796.0, 9789.0, 9769.0, 9773.0, 9770.0, 9765.0, 9797.0, 9776.0, 9793.0, 9772.0, 9772.0, 9790.0, 9786.0, 9796.0, 9764.0, 9792.0, 9734.0, 9799.0, 9800.0, 9791.0, 9774.0, 9757.0, 9775.0, 9767.0, 9801.0, 9762.0, 9795.0, 9748.0, 9781.0, 9808.0, 9826.0, 9802.0, 9785.0, 9798.0, 9763.0, 9800.0, 9805.0, 9798.0, 9778.0, 9793.0, 9791.0, 9803.0, 9796.0, 9795.0, 9779.0, 9776.0, 9777.0, 9789.0, 9803.0, 9779.0, 9782.0, 9759.0, 9770.0, 9775.0, 9786.0, 9776.0, 9784.0, 9775.0, 9771.0, 9772.0, 9788.0, 9797.0, 9777.0, 9800.0, 9747.0, 9796.0, 9802.0, 9798.0, 9794.0, 9797.0, 9795.0, 9795.0, 9800.0, 9781.0, 9793.0, 9761.0, 9772.0, 9787.0, 9798.0, 9767.0, 9781.0, 9780.0, 9776.0, 9769.0, 9795.0, 9762.0, 9779.0, 9740.0, 9758.0, 9766.0, 9774.0, 9760.0, 9777.0, 9740.0, 9769.0, 9775.0, 9779.0, 9770.0, 9761.0, 9752.0, 9753.0, 9774.0, 9779.0, 9787.0, 9758.0, 9795.0, 9763.0, 9793.0, 9781.0, 9775.0, 9772.0, 9755.0, 9767.0, 9762.0, 9795.0, 9747.0, 9777.0, 9742.0, 9768.0, 9777.0, 9796.0, 9774.0, 9776.0, 9791.0, 9744.0, 9800.0, 9770.0, 9797.0, 9764.0, 9782.0, 9753.0, 9804.0, 9802.0, 9804.0, 9781.0, 9801.0, 9804.0, 9805.0, 9802.0, 9804.0, 9798.0, 9796.0, 9800.0, 9804.0, 9801.0, 9782.0, 9780.0, 9818.0, 9782.0, 9783.0, 9763.0, 9804.0, 9794.0, 9799.0, 9764.0, 9797.0, 9761.0, 9806.0, 9763.0, 9779.0, 9742.0, 9771.0, 9745.0, 9794.0, 9780.0, 9775.0, 9739.0, 9769.0, 9740.0, 9796.0, 9762.0, 9789.0, 9751.0, 9791.0, 9761.0, 9798.0, 9771.0, 9797.0, 9761.0, 9788.0, 9790.0, 9798.0, 9793.0, 9796.0, 9790.0, 9775.0, 9789.0, 9791.0, 9791.0, 9765.0, 9795.0, 9758.0, 9787.0, 9789.0, 9793.0, 9768.0, 9773.0, 9768.0, 9771.0, 9795.0, 9773.0, 9787.0, 9757.0, 9790.0, 9768.0, 9777.0, 9761.0, 9786.0, 9750.0, 9789.0, 9766.0, 9816.0, 9778.0, 9792.0, 9751.0, 9794.0, 9757.0, 9802.0, 9781.0, 9793.0, 9777.0, 9758.0, 9796.0, 9782.0, 9776.0, 9742.0, 9772.0, 9750.0, 9797.0, 9748.0, 9799.0, 9737.0, 9795.0, 9789.0, 9804.0, 9793.0, 9792.0, 9788.0, 9799.0, 9799.0, 9783.0, 9797.0, 9760.0, 9790.0, 9773.0, 9802.0, 9779.0, 9798.0, 9751.0, 9792.0, 9786.0, 9798.0, 9766.0, 9812.0, 9768.0, 9824.0, 9795.0, 9801.0, 9770.0, 9811.0, 9770.0, 9804.0, 9791.0, 9821.0, 9772.0, 9816.0, 9771.0, 9825.0, 9783.0, 9804.0, 9749.0, 9781.0, 9780.0, 9805.0, 9784.0, 9804.0, 9765.0, 9797.0, 9789.0, 9804.0, 9783.0, 9807.0, 9753.0, 9799.0, 9796.0, 9804.0, 9802.0, 9770.0, 9800.0, 9746.0, 9791.0, 9788.0, 9796.0, 9776.0, 9777.0, 9794.0, 9806.0, 9778.0, 9802.0, 9748.0, 9779.0, 9774.0, 9802.0, 9786.0, 9800.0, 9762.0, 9793.0, 9784.0, 9782.0, 9773.0, 9772.0, 9750.0, 9772.0, 9783.0, 9777.0, 9768.0, 9774.0, 9741.0, 9775.0, 9753.0, 9783.0, 9762.0, 9777.0, 9744.0, 9796.0, 9782.0, 9778.0, 9743.0, 9771.0, 9739.0, 9780.0, 9757.0, 9778.0, 9755.0, 9771.0, 9742.0, 9799.0, 9788.0, 9791.0, 9765.0, 9797.0, 9768.0, 9825.0, 9786.0, 9804.0, 9766.0, 9784.0, 9785.0, 9801.0, 9784.0, 9782.0, 9776.0, 9744.0, 9799.0, 9779.0, 9781.0, 9758.0, 9787.0, 9769.0, 9800.0, 9786.0, 9797.0, 9782.0, 9799.0, 9793.0, 9828.0, 9787.0, 9803.0, 9781.0, 9777.0, 9781.0, 9804.0, 9781.0, 9758.0, 9773.0, 9741.0, 9756.0, 9795.0, 9783.0, 9771.0, 9776.0, 9770.0, 9761.0, 9797.0, 9787.0, 9795.0, 9767.0, 9795.0, 9791.0, 9824.0, 9769.0, 9828.0, 9789.0, 9798.0, 9783.0, 9795.0, 9790.0, 9806.0, 9769.0, 9809.0, 9752.0, 9782.0, 9785.0, 9764.0, 9771.0, 9763.0, 9738.0, 9752.0, 9756.0, 9751.0, 9747.0, 9731.0, 9748.0, 9737.0, 9773.0, 9737.0, 9772.0, 9725.0, 9764.0, 9771.0, 9776.0, 9767.0, 9774.0, 9767.0, 9752.0, 9769.0, 9776.0, 9766.0, 9778.0, 9776.0, 9802.0, 9798.0, 9797.0, 9791.0, 9777.0, 9796.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.00022660919540229885</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015548943333333332</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.24063246445342</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.193227065074797</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9996493389988489</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4912</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4812.4839</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10175455460016693</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.413793103448276</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.474891212733303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.421281033181253</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.759318570576355</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2440740344423005</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00834921</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022862832993268967</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035118844360113144</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6470400553135045</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>32.7819</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2786</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.312</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296742.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>1004.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.267</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0408</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.5891</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3553.2497</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3773.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79802.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1010.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4751.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1034.5311</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.30106748268008</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> |