=== 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-0082 --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-0082",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0082_ses-03_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-0082_ses-03_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-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_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-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_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-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0082/figures/sub-0082_ses-03_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_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-0082/ses-03/func/sub-0082_ses-03_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>f18504f84f339e49294b2f054d5295bd</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:56:7.085000</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.997176, -0.00511715, 0.074925, 0.00887629, 0.998713, -0.0499253]</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.0963451</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>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4190, -7816, -7247, 573, 44, -296, 91, -23]</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>232.752</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>70beec5f-4198-4a86-a4cd-b2c90dcd16ff||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.6753504276275635, 0.023814434185624123, 0.20134741067886353, 102.0378646850586], [0.013728948310017586, 2.6794753074645996, -0.13621331751346588, -95.58316802978516], [0.20101822912693024, 0.13394595682621002, 2.6890342235565186, -78.93635559082031], [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': ['175607.085000', '175607.545000', '175608.005000', '175608.465000', '175608.925000', '175609.385000', '175609.845000', '175610.305000', '175610.765000', '175611.225000', '175611.685000', '175612.145000', '175612.605000', '175613.065000', '175613.525000', '175613.985000', '175614.445000', '175614.905000', '175615.365000', '175615.825000', '175616.285000', '175616.745000', '175617.205000', '175617.665000', '175618.125000', '175618.585000', '175619.045000', '175619.505000', '175619.965000', '175620.425000', '175620.885000', '175621.345000', '175621.805000', '175622.265000', '175622.725000', '175623.185000', '175623.645000', '175624.105000', '175624.565000', '175625.025000', '175625.485000', '175625.945000', '175626.405000', '175626.865000', '175627.325000', '175627.785000', '175628.245000', '175628.705000', '175629.165000', '175629.625000', '175630.085000', '175630.545000', '175631.005000', '175631.465000', '175631.925000', '175632.385000', '175632.845000', '175633.305000', '175633.765000', '175634.225000', '175634.685000', '175635.145000', '175635.605000', '175636.065000', '175636.525000', '175636.985000', '175637.445000', '175637.905000', '175638.365000', '175638.825000', '175639.285000', '175639.745000', '175640.205000', '175640.665000', '175641.125000', '175641.585000', '175642.045000', '175642.505000', '175642.965000', '175643.425000', '175643.885000', '175644.345000', '175644.805000', '175645.265000', '175645.725000', '175646.185000', '175646.645000', '175647.105000', '175647.565000', '175648.025000', '175648.485000', '175648.945000', '175649.405000', '175649.865000', '175650.325000', '175650.785000', '175651.245000', '175651.705000', '175652.165000', '175652.625000', '175653.085000', '175653.545000', '175654.005000', '175654.465000', '175654.925000', '175655.385000', '175655.845000', '175656.305000', '175656.765000', '175657.225000', '175657.685000', '175658.145000', '175658.605000', '175659.065000', '175659.525000', '175659.985000', '175700.445000', '175700.905000', '175701.365000', '175701.825000', '175702.285000', '175702.745000', '175703.205000', '175703.665000', '175704.125000', '175704.585000', '175705.045000', '175705.505000', '175705.965000', '175706.425000', '175706.885000', '175707.345000', '175707.805000', '175708.265000', '175708.725000', '175709.185000', '175709.645000', '175710.105000', '175710.565000', '175711.025000', '175711.485000', '175711.945000', '175712.405000', '175712.865000', '175713.325000', '175713.785000', '175714.245000', '175714.705000', '175715.165000', '175715.625000', '175716.085000', '175716.545000', '175717.005000', '175717.465000', '175717.925000', '175718.385000', '175718.845000', '175719.305000', '175719.765000', '175720.225000', '175720.685000', '175721.145000', '175721.605000', '175722.065000', '175722.525000', '175722.985000', '175723.445000', '175723.905000', '175724.365000', '175724.825000', '175725.285000', '175725.745000', '175726.205000', '175726.665000', '175727.125000', '175727.585000', '175728.045000', '175728.505000', '175728.965000', '175729.425000', '175729.885000', '175730.345000', '175730.805000', '175731.265000', '175731.725000', '175732.185000', '175732.645000', '175733.105000', '175733.565000', '175734.025000', '175734.485000', '175734.945000', '175735.405000', '175735.865000', '175736.325000', '175736.785000', '175737.245000', '175737.705000', '175738.165000', '175738.625000', '175739.085000', '175739.545000', '175740.005000', '175740.465000', '175740.925000', '175741.385000', '175741.845000', '175742.305000', '175742.765000', '175743.225000', '175743.685000', '175744.145000', '175744.605000', '175745.065000', '175745.525000', '175745.985000', '175746.445000', '175746.905000', '175747.365000', '175747.825000', '175748.285000', '175748.745000', '175749.205000', '175749.665000', '175750.125000', '175750.585000', '175751.045000', '175751.505000', '175751.965000', '175752.425000', '175752.885000', '175753.345000', '175753.805000', '175754.265000', '175754.725000', '175755.185000', '175755.645000', '175756.105000', '175756.565000', '175757.025000', '175757.485000', '175757.945000', '175758.405000', '175758.865000', '175759.325000', '175759.785000', '175800.245000', '175800.705000', '175801.165000', '175801.625000', '175802.085000', '175802.545000', '175803.005000', '175803.465000', '175803.925000', '175804.385000', '175804.845000', '175805.305000', '175805.765000', '175806.225000', '175806.685000', '175807.145000', '175807.605000', '175808.065000', '175808.525000', '175808.985000', '175809.445000', '175809.905000', '175810.365000', '175810.825000', '175811.285000', '175811.745000', '175812.205000', '175812.665000', '175813.125000', '175813.585000', '175814.045000', '175814.505000', '175814.965000', '175815.425000', '175815.885000', '175816.345000', '175816.805000', '175817.265000', '175817.725000', '175818.185000', '175818.645000', '175819.105000', '175819.565000', '175820.025000', '175820.485000', '175820.945000', '175821.405000', '175821.865000', '175822.325000', '175822.785000', '175823.245000', '175823.705000', '175824.165000', '175824.625000', '175825.085000', '175825.545000', '175826.005000', '175826.465000', '175826.925000', '175827.385000', '175827.845000', '175828.305000', '175828.765000', '175829.225000', '175829.685000', '175830.145000', '175830.605000', '175831.065000', '175831.525000', '175831.985000', '175832.445000', '175832.905000', '175833.365000', '175833.825000', '175834.285000', '175834.745000', '175835.205000', '175835.665000', '175836.125000', '175836.585000', '175837.045000', '175837.505000', '175837.965000', '175838.425000', '175838.885000', '175839.345000', '175839.805000', '175840.265000', '175840.725000', '175841.185000', '175841.645000', '175842.105000', '175842.565000', '175843.025000', '175843.485000', '175843.945000', '175844.405000', '175844.865000', '175845.325000', '175845.785000', '175846.245000', '175846.705000', '175847.165000', '175847.625000', '175848.085000', '175848.545000', '175849.005000', '175849.465000', '175849.925000', '175850.385000', '175850.845000', '175851.305000', '175851.765000', '175852.225000', '175852.685000', '175853.145000', '175853.605000', '175854.065000', '175854.525000', '175854.985000', '175855.445000', '175855.905000', '175856.365000', '175856.825000', '175857.285000', '175857.745000', '175858.205000', '175858.665000', '175859.125000', '175859.585000', '175900.045000', '175900.505000', '175900.965000', '175901.425000', '175901.885000', '175902.345000', '175902.805000', '175903.265000', '175903.725000', '175904.185000', '175904.645000', '175905.105000', '175905.565000', '175906.025000', '175906.485000', '175906.945000', '175907.405000', '175907.865000', '175908.325000', '175908.785000', '175909.245000', '175909.705000', '175910.165000', '175910.625000', '175911.085000', '175911.545000', '175912.005000', '175912.465000', '175912.925000', '175913.385000', '175913.845000', '175914.305000', '175914.765000', '175915.225000', '175915.685000', '175916.145000', '175916.605000', '175917.065000', '175917.525000', '175917.985000', '175918.445000', '175918.905000', '175919.365000', '175919.825000', '175920.285000', '175920.745000', '175921.205000', '175921.665000', '175922.125000', '175922.585000', '175923.045000', '175923.505000', '175923.965000', '175924.425000', '175924.885000', '175925.345000', '175925.805000', '175926.265000', '175926.725000', '175927.185000', '175927.645000', '175928.105000', '175928.565000', '175929.025000', '175929.485000', '175929.945000', '175930.405000', '175930.865000', '175931.325000', '175931.785000', '175932.245000', '175932.705000', '175933.165000', '175933.625000', '175934.085000', '175934.545000', '175935.005000', '175935.465000', '175935.925000', '175936.385000', '175936.845000', '175937.305000', '175937.765000', '175938.225000', '175938.685000', '175939.145000', '175939.605000', '175940.065000', '175940.525000', '175940.985000', '175941.445000', '175941.905000', '175942.365000', '175942.825000', '175943.285000', '175943.745000', '175944.205000', '175944.665000', '175945.125000', '175945.585000', '175946.045000', '175946.505000', '175946.965000', '175947.425000', '175947.885000', '175948.345000', '175948.805000', '175949.265000', '175949.725000', '175950.185000', '175950.645000', '175951.105000', '175951.565000', '175952.025000', '175952.485000', '175952.945000', '175953.405000', '175953.865000', '175954.325000', '175954.785000', '175955.245000', '175955.705000', '175956.165000', '175956.625000', '175957.085000', '175957.545000', '175958.005000', '175958.465000', '175958.925000', '175959.385000', '175959.845000', '180000.305000', '180000.765000', '180001.225000', '180001.685000', '180002.145000', '180002.605000', '180003.065000', '180003.525000', '180003.985000', '180004.445000', '180004.905000', '180005.365000', '180005.825000', '180006.285000', '180006.745000', '180007.205000', '180007.665000', '180008.125000', '180008.585000', '180009.045000', '180009.505000', '180009.965000', '180010.425000', '180010.885000', '180011.345000', '180011.805000', '180012.265000', '180012.725000', '180013.185000', '180013.645000', '180014.105000', '180014.565000', '180015.025000', '180015.485000', '180015.945000', '180016.405000', '180016.865000', '180017.325000', '180017.785000', '180018.245000', '180018.705000', '180019.165000', '180019.625000', '180020.085000', '180020.545000', '180021.005000', '180021.465000', '180021.925000', '180022.385000', '180022.845000', '180023.305000', '180023.765000', '180024.225000', '180024.685000', '180025.145000', '180025.605000', '180026.065000', '180026.525000', '180026.985000', '180027.445000', '180027.905000', '180028.365000', '180028.825000', '180029.285000', '180029.745000', '180030.205000', '180030.665000', '180031.125000', '180031.585000', '180032.045000', '180032.505000', '180032.965000', '180033.425000', '180033.885000', '180034.345000', '180034.805000', '180035.265000', '180035.725000', '180036.185000', '180036.645000', '180037.105000', '180037.565000', '180038.025000', '180038.485000', '180038.945000', '180039.405000', '180039.865000', '180040.325000', '180040.785000', '180041.245000', '180041.705000', '180042.165000', '180042.625000', '180043.085000', '180043.545000', '180044.005000', '180044.465000', '180044.925000', '180045.385000', '180045.845000', '180046.305000', '180046.765000', '180047.225000', '180047.685000', '180048.145000', '180048.605000', '180049.065000', '180049.525000', '180049.985000', '180050.445000', '180050.905000', '180051.365000', '180051.825000', '180052.285000', '180052.745000', '180053.205000', '180053.665000', '180054.125000', '180054.585000', '180055.045000', '180055.505000', '180055.965000', '180056.425000', '180056.885000', '180057.345000', '180057.805000', '180058.265000', '180058.725000', '180059.185000', '180059.645000', '180100.105000', '180100.565000', '180101.025000', '180101.485000', '180101.945000', '180102.405000', '180102.865000', '180103.325000', '180103.785000', '180104.245000', '180104.705000', '180105.165000', '180105.625000', '180106.085000', '180106.545000', '180107.005000', '180107.465000', '180107.925000', '180108.385000', '180108.845000', '180109.305000', '180109.765000', '180110.225000', '180110.685000', '180111.145000', '180111.605000', '180112.065000', '180112.525000', '180112.985000', '180113.445000', '180113.905000', '180114.365000', '180114.825000', '180115.285000', '180115.745000', '180116.205000', '180116.665000', '180117.125000', '180117.585000', '180118.045000', '180118.505000', '180118.965000', '180119.425000', '180119.885000', '180120.345000', '180120.805000', '180121.265000', '180121.725000', '180122.185000', '180122.645000', '180123.105000', '180123.565000', '180124.025000', '180124.485000', '180124.945000', '180125.405000', '180125.865000', '180126.325000', '180126.785000', '180127.245000', '180127.705000', '180128.165000', '180128.625000', '180129.085000', '180129.545000', '180130.005000', '180130.465000', '180130.925000', '180131.385000', '180131.845000', '180132.305000', '180132.765000', '180133.225000', '180133.685000', '180134.145000', '180134.605000', '180135.065000', '180135.525000', '180135.985000', '180136.445000', '180136.905000', '180137.365000', '180137.825000', '180138.285000', '180138.745000', '180139.205000', '180139.665000', '180140.125000', '180140.585000', '180141.045000', '180141.505000', '180141.965000', '180142.425000', '180142.885000', '180143.345000', '180143.805000', '180144.265000', '180144.725000', '180145.185000', '180145.645000', '180146.105000', '180146.565000', '180147.025000', '180147.485000', '180147.945000', '180148.405000', '180148.865000', '180149.325000', '180149.785000', '180150.245000', '180150.705000', '180151.165000', '180151.625000', '180152.085000', '180152.545000', '180153.005000', '180153.465000', '180153.925000', '180154.385000', '180154.845000', '180155.305000', '180155.765000', '180156.225000', '180156.685000', '180157.145000', '180157.605000', '180158.065000', '180158.525000', '180158.985000', '180159.445000', '180159.905000', '180200.365000', '180200.825000', '180201.285000', '180201.745000', '180202.205000', '180202.665000', '180203.125000', '180203.585000', '180204.045000', '180204.505000', '180204.965000', '180205.425000', '180205.885000', '180206.345000', '180206.805000', '180207.265000', '180207.725000', '180208.185000', '180208.645000', '180209.105000', '180209.565000', '180210.025000', '180210.485000', '180210.945000', '180211.405000', '180211.865000', '180212.325000', '180212.785000', '180213.245000', '180213.705000', '180214.165000', '180214.625000', '180215.085000', '180215.545000', '180216.005000', '180216.465000', '180216.925000', '180217.385000', '180217.845000', '180218.305000', '180218.765000', '180219.225000', '180219.685000', '180220.145000', '180220.605000', '180221.065000', '180221.525000', '180221.985000', '180222.445000', '180222.905000', '180223.365000', '180223.825000', '180224.285000', '180224.745000', '180225.205000', '180225.665000', '180226.125000', '180226.585000', '180227.045000', '180227.505000', '180227.965000', '180228.425000', '180228.885000', '180229.345000', '180229.805000', '180230.265000', '180230.725000', '180231.185000', '180231.645000', '180232.105000', '180232.565000', '180233.025000', '180233.485000', '180233.945000', '180234.405000', '180234.865000', '180235.325000', '180235.785000', '180236.245000', '180236.705000', '180237.165000', '180237.625000', '180238.085000', '180238.545000', '180239.005000', '180239.465000', '180239.925000', '180240.385000', '180240.845000', '180241.305000', '180241.765000', '180242.225000', '180242.685000', '180243.145000', '180243.605000', '180244.065000', '180244.525000', '180244.985000', '180245.445000', '180245.905000', '180246.365000', '180246.825000', '180247.285000', '180247.745000'], 'ContentTime': ['175618.865000', '175618.868000', '175618.871000', '175618.873000', '175618.876000', '175618.878000', '175618.881000', '175618.884000', '175618.886000', '175618.889000', '175618.891000', '175618.894000', '175618.897000', '175618.899000', '175618.902000', '175618.904000', '175618.907000', '175618.916000', '175618.919000', '175618.927000', '175618.930000', '175618.932000', '175618.935000', '175638.830000', '175638.833000', '175638.836000', '175638.838000', '175638.851000', '175638.854000', '175638.856000', '175638.859000', '175638.861000', '175638.864000', '175638.866000', '175638.869000', '175638.872000', '175638.874000', '175638.877000', '175638.879000', '175638.882000', '175638.884000', '175638.887000', '175638.898000', '175638.900000', '175638.903000', '175638.905000', '175638.908000', '175638.911000', '175638.913000', '175638.916000', '175638.918000', '175638.921000', '175638.924000', '175638.926000', '175638.929000', '175638.938000', '175638.941000', '175638.943000', '175638.946000', '175638.949000', '175638.951000', '175638.954000', '175638.956000', '175638.959000', '175638.961000', '175638.964000', '175658.830000', '175658.833000', '175658.836000', '175658.839000', '175658.841000', '175658.844000', '175658.847000', '175658.849000', '175658.852000', '175658.854000', '175658.857000', '175658.860000', '175658.862000', '175658.865000', '175658.867000', '175658.870000', '175658.872000', '175658.875000', '175658.878000', '175658.880000', '175658.883000', '175658.885000', '175658.888000', '175658.891000', '175658.893000', '175658.896000', '175658.898000', '175658.901000', '175658.904000', '175658.906000', '175658.909000', '175658.911000', '175658.914000', '175658.916000', '175658.919000', '175658.922000', '175658.924000', '175658.927000', '175658.929000', '175658.932000', '175658.935000', '175658.937000', '175658.940000', '175658.942000', '175718.830000', '175718.869000', '175718.872000', '175718.875000', '175718.877000', '175718.880000', '175718.882000', '175718.885000', '175718.888000', '175718.890000', '175718.893000', '175718.895000', '175718.898000', '175718.901000', '175718.903000', '175718.906000', '175718.909000', '175718.911000', '175718.914000', '175718.916000', '175718.919000', '175718.922000', '175718.924000', '175718.927000', '175718.929000', '175718.932000', '175718.934000', '175718.937000', '175718.940000', '175718.942000', '175718.945000', '175718.947000', '175718.950000', '175718.953000', '175718.955000', '175718.958000', '175718.960000', '175718.963000', '175718.966000', '175718.968000', '175718.971000', '175718.973000', '175718.976000', '175738.830000', '175738.832000', '175738.835000', '175738.838000', '175738.840000', '175738.843000', '175738.846000', '175738.848000', '175738.851000', '175738.853000', '175738.856000', '175738.858000', '175738.861000', '175738.864000', '175738.866000', '175738.869000', '175738.871000', '175738.874000', '175738.876000', '175738.879000', '175738.882000', '175738.884000', '175738.887000', '175738.889000', '175738.892000', '175738.895000', '175738.897000', '175738.900000', '175738.902000', '175738.905000', '175738.908000', '175738.910000', '175738.913000', '175738.915000', '175738.918000', '175738.921000', '175738.923000', '175738.926000', '175738.928000', '175738.931000', '175738.934000', '175738.936000', '175738.939000', '175758.830000', '175758.832000', '175758.835000', '175758.838000', '175758.840000', '175758.843000', '175758.845000', '175758.848000', '175758.858000', '175758.861000', '175758.863000', '175758.866000', '175758.869000', '175758.871000', '175758.874000', '175758.877000', '175758.879000', '175758.882000', '175758.884000', '175758.887000', '175758.890000', '175758.892000', '175758.895000', '175758.897000', '175758.900000', '175758.903000', '175758.905000', '175758.908000', '175758.911000', '175758.913000', '175758.916000', '175758.919000', '175758.921000', '175758.924000', '175758.926000', '175758.929000', '175758.931000', '175758.934000', '175758.937000', '175758.939000', '175758.942000', '175758.944000', '175758.947000', '175758.949000', '175818.845000', '175818.848000', '175818.851000', '175818.853000', '175818.856000', '175818.859000', '175818.861000', '175818.864000', '175818.867000', '175818.869000', '175818.872000', '175818.874000', '175818.877000', '175818.880000', '175818.882000', '175818.885000', '175818.888000', '175818.890000', '175818.893000', '175818.895000', '175818.898000', '175818.900000', '175818.903000', '175818.906000', '175818.908000', '175818.911000', '175818.913000', '175818.916000', '175818.919000', '175818.921000', '175818.924000', '175818.927000', '175818.929000', '175818.932000', '175818.934000', '175818.937000', '175818.940000', '175818.942000', '175818.945000', '175818.947000', '175818.950000', '175818.953000', '175818.955000', '175818.958000', '175838.830000', '175838.833000', '175838.836000', '175838.839000', '175838.841000', '175838.844000', '175838.847000', '175838.849000', '175838.852000', '175838.854000', '175838.857000', '175838.860000', '175838.862000', '175838.865000', '175838.868000', '175838.870000', '175838.878000', '175838.881000', '175838.884000', '175838.887000', '175838.889000', '175838.892000', '175838.894000', '175838.897000', '175838.900000', '175838.902000', '175838.905000', '175838.908000', '175838.910000', '175838.913000', '175838.915000', '175838.918000', '175838.921000', '175838.923000', '175838.926000', '175838.928000', '175838.931000', '175838.934000', '175838.936000', '175838.939000', '175838.942000', '175838.944000', '175838.947000', '175858.830000', '175858.833000', '175858.836000', '175858.839000', '175858.841000', '175858.844000', '175858.846000', '175858.849000', '175858.851000', '175858.854000', '175858.857000', '175858.859000', '175858.862000', '175858.865000', '175858.867000', '175858.870000', '175858.872000', '175858.875000', '175858.877000', '175858.880000', '175858.883000', '175858.885000', '175858.888000', '175858.890000', '175858.893000', '175858.896000', '175858.898000', '175858.901000', '175858.903000', '175858.906000', '175858.909000', '175858.911000', '175858.914000', '175858.916000', '175858.919000', '175858.922000', '175858.924000', '175858.927000', '175858.929000', '175858.932000', '175858.935000', '175858.937000', '175858.940000', '175858.942000', '175918.831000', '175918.834000', '175918.836000', '175918.839000', '175918.841000', '175918.844000', '175918.847000', '175918.849000', '175918.852000', '175918.855000', '175918.857000', '175918.860000', '175918.862000', '175918.865000', '175918.868000', '175918.870000', '175918.873000', '175918.876000', '175918.878000', '175918.881000', '175918.883000', '175918.886000', '175918.889000', '175918.891000', '175918.894000', '175918.897000', '175918.899000', '175918.902000', '175918.904000', '175918.911000', '175918.914000', '175918.917000', '175918.919000', '175918.922000', '175918.925000', '175918.927000', '175918.930000', '175918.933000', '175918.935000', '175918.938000', '175918.940000', '175918.943000', '175918.946000', '175938.829000', '175938.836000', '175938.839000', '175938.841000', '175938.844000', '175938.847000', '175938.849000', '175938.852000', '175938.855000', '175938.858000', '175938.861000', '175938.863000', '175938.866000', '175938.869000', '175938.872000', '175938.874000', '175938.877000', '175938.879000', '175938.882000', '175938.885000', '175938.887000', '175938.890000', '175938.893000', '175938.895000', '175938.898000', '175938.900000', '175938.903000', '175938.906000', '175938.908000', '175938.911000', '175938.914000', '175938.916000', '175938.919000', '175938.922000', '175938.924000', '175938.927000', '175938.930000', '175938.932000', '175938.935000', '175938.948000', '175938.950000', '175938.953000', '175938.956000', '175958.829000', '175958.832000', '175958.835000', '175958.838000', '175958.840000', '175958.843000', '175958.846000', '175958.848000', '175958.851000', '175958.853000', '175958.856000', '175958.859000', '175958.861000', '175958.864000', '175958.866000', '175958.869000', '175958.872000', '175958.874000', '175958.877000', '175958.879000', '175958.882000', '175958.885000', '175958.887000', '175958.890000', '175958.893000', '175958.895000', '175958.898000', '175958.900000', '175958.903000', '175958.906000', '175958.908000', '175958.911000', '175958.913000', '175958.916000', '175958.919000', '175958.921000', '175958.924000', '175958.927000', '175958.929000', '175958.932000', '175958.934000', '175958.937000', '175958.940000', '175958.942000', '180018.830000', '180018.832000', '180018.835000', '180018.838000', '180018.840000', '180018.843000', '180018.846000', '180018.849000', '180018.851000', '180018.854000', '180018.858000', '180018.861000', '180018.863000', '180018.866000', '180018.869000', '180018.871000', '180018.874000', '180018.877000', '180018.879000', '180018.882000', '180018.884000', '180018.887000', '180018.890000', '180018.892000', '180018.895000', '180018.898000', '180018.900000', '180018.903000', '180018.906000', '180018.908000', '180018.911000', '180018.914000', '180018.916000', '180018.919000', '180018.921000', '180018.924000', '180018.927000', '180018.929000', '180018.932000', '180018.935000', '180018.937000', '180018.940000', '180018.942000', '180038.830000', '180038.841000', '180038.843000', '180038.846000', '180038.849000', '180038.851000', '180038.854000', '180038.856000', '180038.859000', '180038.862000', '180038.864000', '180038.867000', '180038.869000', '180038.872000', '180038.874000', '180038.877000', '180038.880000', '180038.882000', '180038.885000', '180038.887000', '180038.890000', '180038.893000', '180038.895000', '180038.898000', '180038.900000', '180038.903000', '180038.906000', '180038.908000', '180038.911000', '180038.914000', '180038.916000', '180038.919000', '180038.921000', '180038.924000', '180038.927000', '180038.929000', '180038.932000', '180038.934000', '180038.937000', '180038.940000', '180038.942000', '180038.945000', '180038.947000', '180038.950000', '180058.830000', '180058.833000', '180058.836000', '180058.839000', '180058.841000', '180058.844000', '180058.846000', '180058.849000', '180058.852000', '180058.854000', '180058.857000', '180058.860000', '180058.862000', '180058.865000', '180058.867000', '180058.870000', '180058.873000', '180058.875000', '180058.878000', '180058.881000', '180058.883000', '180058.886000', '180058.889000', '180058.891000', '180058.894000', '180058.897000', '180058.901000', '180058.904000', '180058.906000', '180058.909000', '180058.912000', '180058.914000', '180058.917000', '180058.920000', '180058.922000', '180058.925000', '180058.928000', '180058.930000', '180058.933000', '180058.935000', '180058.938000', '180058.941000', '180058.943000', '180118.830000', '180118.836000', '180118.838000', '180118.841000', '180118.843000', '180118.846000', '180118.849000', '180118.861000', '180118.864000', '180118.866000', '180118.869000', '180118.872000', '180118.874000', '180118.877000', '180118.879000', '180118.882000', '180118.884000', '180118.887000', '180118.890000', '180118.893000', '180118.895000', '180118.898000', '180118.901000', '180118.903000', '180118.906000', '180118.908000', '180118.911000', '180118.914000', '180118.916000', '180118.919000', '180118.922000', '180118.924000', '180118.927000', '180118.929000', '180118.932000', '180118.935000', '180118.937000', '180118.940000', '180118.942000', '180118.945000', '180118.948000', '180118.950000', '180118.953000', '180118.956000', '180138.830000', '180138.834000', '180138.836000', '180138.839000', '180138.841000', '180138.844000', '180138.847000', '180138.849000', '180138.852000', '180138.855000', '180138.857000', '180138.860000', '180138.863000', '180138.865000', '180138.868000', '180138.871000', '180138.874000', '180138.876000', '180138.879000', '180138.882000', '180138.885000', '180138.887000', '180138.890000', '180138.892000', '180138.895000', '180138.898000', '180138.900000', '180138.903000', '180138.906000', '180138.908000', '180138.911000', '180138.913000', '180138.916000', '180138.919000', '180138.921000', '180138.924000', '180138.927000', '180138.929000', '180138.937000', '180138.940000', '180138.942000', '180138.945000', '180138.947000', '180158.830000', '180158.833000', '180158.835000', '180158.838000', '180158.840000', '180158.843000', '180158.846000', '180158.848000', '180158.851000', '180158.853000', '180158.856000', '180158.859000', '180158.861000', '180158.864000', '180158.867000', '180158.869000', '180158.872000', '180158.874000', '180158.877000', '180158.880000', '180158.882000', '180158.885000', '180158.888000', '180158.890000', '180158.893000', '180158.895000', '180158.900000', '180158.902000', '180158.905000', '180158.907000', '180158.910000', '180158.913000', '180158.915000', '180158.918000', '180158.920000', '180158.923000', '180158.926000', '180158.928000', '180158.931000', '180158.934000', '180158.936000', '180158.939000', '180158.941000', '180158.944000', '180218.830000', '180218.860000', '180218.863000', '180218.865000', '180218.868000', '180218.871000', '180218.873000', '180218.876000', '180218.879000', '180218.881000', '180218.884000', '180218.886000', '180218.889000', '180218.891000', '180218.894000', '180218.897000', '180218.899000', '180218.902000', '180218.905000', '180218.907000', '180218.910000', '180218.913000', '180218.915000', '180218.918000', '180218.921000', '180218.923000', '180218.926000', '180218.929000', '180218.931000', '180218.934000', '180218.937000', '180218.940000', '180218.942000', '180218.945000', '180218.948000', '180218.950000', '180218.953000', '180218.955000', '180218.958000', '180218.961000', '180218.963000', '180218.966000', '180218.969000', '180238.829000', '180238.838000', '180238.840000', '180238.843000', '180238.846000', '180238.848000', '180238.851000', '180238.853000', '180238.856000', '180238.859000', '180238.861000', '180238.864000', '180238.867000', '180238.869000', '180238.872000', '180238.874000', '180238.877000', '180238.889000', '180238.891000', '180238.894000', '180238.896000', '180238.899000', '180238.902000', '180238.904000', '180238.907000', '180238.910000', '180238.912000', '180238.938000', '180238.940000', '180238.943000', '180238.945000', '180238.948000', '180238.968000', '180238.970000', '180238.973000', '180238.976000', '180238.978000', '180238.981000', '180238.983000', '180238.986000', '180238.988000', '180238.991000', '180238.994000', '180238.996000', '180249.226000', '180249.229000', '180249.231000', '180249.234000', '180249.237000', '180249.239000', '180249.242000', '180249.244000', '180249.247000', '180249.250000', '180249.252000', '180249.255000', '180249.257000', '180249.260000', '180249.262000', '180249.265000', '180249.268000', '180249.270000', '180249.273000', '180249.276000', '180249.278000', '180249.281000', '180249.283000'], 'InstanceCreationTime': ['175618.865000', '175618.868000', '175618.871000', '175618.873000', '175618.876000', '175618.878000', '175618.881000', '175618.884000', '175618.886000', '175618.889000', '175618.891000', '175618.894000', '175618.897000', '175618.899000', '175618.902000', '175618.904000', '175618.907000', '175618.916000', '175618.919000', '175618.927000', '175618.930000', '175618.932000', '175618.935000', '175638.830000', '175638.833000', '175638.836000', '175638.838000', '175638.851000', '175638.854000', '175638.856000', '175638.859000', '175638.861000', '175638.864000', '175638.866000', '175638.869000', '175638.872000', '175638.874000', '175638.877000', '175638.879000', '175638.882000', '175638.884000', '175638.887000', '175638.898000', '175638.900000', '175638.903000', '175638.905000', '175638.908000', '175638.911000', '175638.913000', '175638.916000', '175638.918000', '175638.921000', '175638.924000', '175638.926000', '175638.929000', '175638.938000', '175638.941000', '175638.943000', '175638.946000', '175638.949000', '175638.951000', '175638.954000', '175638.956000', '175638.959000', '175638.961000', '175638.964000', '175658.830000', '175658.833000', '175658.836000', '175658.839000', '175658.841000', '175658.844000', '175658.847000', '175658.849000', '175658.852000', '175658.854000', '175658.857000', '175658.860000', '175658.862000', '175658.865000', '175658.867000', '175658.870000', '175658.872000', '175658.875000', '175658.878000', '175658.880000', '175658.883000', '175658.885000', '175658.888000', '175658.891000', '175658.893000', '175658.896000', '175658.898000', '175658.901000', '175658.904000', '175658.906000', '175658.909000', '175658.911000', '175658.914000', '175658.916000', '175658.919000', '175658.922000', '175658.924000', '175658.927000', '175658.929000', '175658.932000', '175658.935000', '175658.937000', '175658.940000', '175658.942000', '175718.830000', '175718.869000', '175718.872000', '175718.875000', '175718.877000', '175718.880000', '175718.882000', '175718.885000', '175718.888000', '175718.890000', '175718.893000', '175718.895000', '175718.898000', '175718.901000', '175718.903000', '175718.906000', '175718.909000', '175718.911000', '175718.914000', '175718.916000', '175718.919000', '175718.922000', '175718.924000', '175718.927000', '175718.929000', '175718.932000', '175718.934000', '175718.937000', '175718.940000', '175718.942000', '175718.945000', '175718.947000', '175718.950000', '175718.953000', '175718.955000', '175718.958000', '175718.960000', '175718.963000', '175718.966000', '175718.968000', '175718.971000', '175718.973000', '175718.976000', '175738.830000', '175738.832000', '175738.835000', '175738.838000', '175738.840000', '175738.843000', '175738.846000', '175738.848000', '175738.851000', '175738.853000', '175738.856000', '175738.858000', '175738.861000', '175738.864000', '175738.866000', '175738.869000', '175738.871000', '175738.874000', '175738.876000', '175738.879000', '175738.882000', '175738.884000', '175738.887000', '175738.889000', '175738.892000', '175738.895000', '175738.897000', '175738.900000', '175738.902000', '175738.905000', '175738.908000', '175738.910000', '175738.913000', '175738.915000', '175738.918000', '175738.921000', '175738.923000', '175738.926000', '175738.928000', '175738.931000', '175738.934000', '175738.936000', '175738.939000', '175758.830000', '175758.832000', '175758.835000', '175758.838000', '175758.840000', '175758.843000', '175758.845000', '175758.848000', '175758.858000', '175758.861000', '175758.863000', '175758.866000', '175758.869000', '175758.871000', '175758.874000', '175758.877000', '175758.879000', '175758.882000', '175758.884000', '175758.887000', '175758.890000', '175758.892000', '175758.895000', '175758.897000', '175758.900000', '175758.903000', '175758.905000', '175758.908000', '175758.911000', '175758.913000', '175758.916000', '175758.919000', '175758.921000', '175758.924000', '175758.926000', '175758.929000', '175758.931000', '175758.934000', '175758.937000', '175758.939000', '175758.942000', '175758.944000', '175758.947000', '175758.949000', '175818.845000', '175818.848000', '175818.851000', '175818.853000', '175818.856000', '175818.859000', '175818.861000', '175818.864000', '175818.867000', '175818.869000', '175818.872000', '175818.874000', '175818.877000', '175818.880000', '175818.882000', '175818.885000', '175818.888000', '175818.890000', '175818.893000', '175818.895000', '175818.898000', '175818.900000', '175818.903000', '175818.906000', '175818.908000', '175818.911000', '175818.913000', '175818.916000', '175818.919000', '175818.921000', '175818.924000', '175818.927000', '175818.929000', '175818.932000', '175818.934000', '175818.937000', '175818.940000', '175818.942000', '175818.945000', '175818.947000', '175818.950000', '175818.953000', '175818.955000', '175818.958000', '175838.830000', '175838.833000', '175838.836000', '175838.839000', '175838.841000', '175838.844000', '175838.847000', '175838.849000', '175838.852000', '175838.854000', '175838.857000', '175838.860000', '175838.862000', '175838.865000', '175838.868000', '175838.870000', '175838.878000', '175838.881000', '175838.884000', '175838.887000', '175838.889000', '175838.892000', '175838.894000', '175838.897000', '175838.900000', '175838.902000', '175838.905000', '175838.908000', '175838.910000', '175838.913000', '175838.915000', '175838.918000', '175838.921000', '175838.923000', '175838.926000', '175838.928000', '175838.931000', '175838.934000', '175838.936000', '175838.939000', '175838.942000', '175838.944000', '175838.947000', '175858.830000', '175858.833000', '175858.836000', '175858.839000', '175858.841000', '175858.844000', '175858.846000', '175858.849000', '175858.851000', '175858.854000', '175858.857000', '175858.859000', '175858.862000', '175858.865000', '175858.867000', '175858.870000', '175858.872000', '175858.875000', '175858.877000', '175858.880000', '175858.883000', '175858.885000', '175858.888000', '175858.890000', '175858.893000', '175858.896000', '175858.898000', '175858.901000', '175858.903000', '175858.906000', '175858.909000', '175858.911000', '175858.914000', '175858.916000', '175858.919000', '175858.922000', '175858.924000', '175858.927000', '175858.929000', '175858.932000', '175858.935000', '175858.937000', '175858.940000', '175858.942000', '175918.831000', '175918.834000', '175918.836000', '175918.839000', '175918.841000', '175918.844000', '175918.847000', '175918.849000', '175918.852000', '175918.855000', '175918.857000', '175918.860000', '175918.862000', '175918.865000', '175918.868000', '175918.870000', '175918.873000', '175918.876000', '175918.878000', '175918.881000', '175918.883000', '175918.886000', '175918.889000', '175918.891000', '175918.894000', '175918.897000', '175918.899000', '175918.902000', '175918.904000', '175918.911000', '175918.914000', '175918.917000', '175918.919000', '175918.922000', '175918.925000', '175918.927000', '175918.930000', '175918.933000', '175918.935000', '175918.938000', '175918.940000', '175918.943000', '175918.946000', '175938.829000', '175938.836000', '175938.839000', '175938.841000', '175938.844000', '175938.847000', '175938.849000', '175938.852000', '175938.855000', '175938.858000', '175938.861000', '175938.863000', '175938.866000', '175938.869000', '175938.872000', '175938.874000', '175938.877000', '175938.879000', '175938.882000', '175938.885000', '175938.887000', '175938.890000', '175938.893000', '175938.895000', '175938.898000', '175938.900000', '175938.903000', '175938.906000', '175938.908000', '175938.911000', '175938.914000', '175938.916000', '175938.919000', '175938.922000', '175938.924000', '175938.927000', '175938.930000', '175938.932000', '175938.935000', '175938.948000', '175938.950000', '175938.953000', '175938.956000', '175958.829000', '175958.832000', '175958.835000', '175958.838000', '175958.840000', '175958.843000', '175958.846000', '175958.848000', '175958.851000', '175958.853000', '175958.856000', '175958.859000', '175958.861000', '175958.864000', '175958.866000', '175958.869000', '175958.872000', '175958.874000', '175958.877000', '175958.879000', '175958.882000', '175958.885000', '175958.887000', '175958.890000', '175958.893000', '175958.895000', '175958.898000', '175958.900000', '175958.903000', '175958.906000', '175958.908000', '175958.911000', '175958.913000', '175958.916000', '175958.919000', '175958.921000', '175958.924000', '175958.927000', '175958.929000', '175958.932000', '175958.934000', '175958.937000', '175958.940000', '175958.942000', '180018.830000', '180018.832000', '180018.835000', '180018.838000', '180018.840000', '180018.843000', '180018.846000', '180018.849000', '180018.851000', '180018.854000', '180018.858000', '180018.861000', '180018.863000', '180018.866000', '180018.869000', '180018.871000', '180018.874000', '180018.877000', '180018.879000', '180018.882000', '180018.884000', '180018.887000', '180018.890000', '180018.892000', '180018.895000', '180018.898000', '180018.900000', '180018.903000', '180018.906000', '180018.908000', '180018.911000', '180018.914000', '180018.916000', '180018.919000', '180018.921000', '180018.924000', '180018.927000', '180018.929000', '180018.932000', '180018.935000', '180018.937000', '180018.940000', '180018.942000', '180038.830000', '180038.841000', '180038.843000', '180038.846000', '180038.849000', '180038.851000', '180038.854000', '180038.856000', '180038.859000', '180038.862000', '180038.864000', '180038.867000', '180038.869000', '180038.872000', '180038.874000', '180038.877000', '180038.880000', '180038.882000', '180038.885000', '180038.887000', '180038.890000', '180038.893000', '180038.895000', '180038.898000', '180038.900000', '180038.903000', '180038.906000', '180038.908000', '180038.911000', '180038.914000', '180038.916000', '180038.919000', '180038.921000', '180038.924000', '180038.927000', '180038.929000', '180038.932000', '180038.934000', '180038.937000', '180038.940000', '180038.942000', '180038.945000', '180038.947000', '180038.950000', '180058.830000', '180058.833000', '180058.836000', '180058.839000', '180058.841000', '180058.844000', '180058.846000', '180058.849000', '180058.852000', '180058.854000', '180058.857000', '180058.860000', '180058.862000', '180058.865000', '180058.867000', '180058.870000', '180058.873000', '180058.875000', '180058.878000', '180058.881000', '180058.883000', '180058.886000', '180058.889000', '180058.891000', '180058.894000', '180058.897000', '180058.901000', '180058.904000', '180058.906000', '180058.909000', '180058.912000', '180058.914000', '180058.917000', '180058.920000', '180058.922000', '180058.925000', '180058.928000', '180058.930000', '180058.933000', '180058.935000', '180058.938000', '180058.941000', '180058.943000', '180118.830000', '180118.836000', '180118.838000', '180118.841000', '180118.843000', '180118.846000', '180118.849000', '180118.861000', '180118.864000', '180118.866000', '180118.869000', '180118.872000', '180118.874000', '180118.877000', '180118.879000', '180118.882000', '180118.884000', '180118.887000', '180118.890000', '180118.893000', '180118.895000', '180118.898000', '180118.901000', '180118.903000', '180118.906000', '180118.908000', '180118.911000', '180118.914000', '180118.916000', '180118.919000', '180118.922000', '180118.924000', '180118.927000', '180118.929000', '180118.932000', '180118.935000', '180118.937000', '180118.940000', '180118.942000', '180118.945000', '180118.948000', '180118.950000', '180118.953000', '180118.956000', '180138.830000', '180138.834000', '180138.836000', '180138.839000', '180138.841000', '180138.844000', '180138.847000', '180138.849000', '180138.852000', '180138.855000', '180138.857000', '180138.860000', '180138.863000', '180138.865000', '180138.868000', '180138.871000', '180138.874000', '180138.876000', '180138.879000', '180138.882000', '180138.885000', '180138.887000', '180138.890000', '180138.892000', '180138.895000', '180138.898000', '180138.900000', '180138.903000', '180138.906000', '180138.908000', '180138.911000', '180138.913000', '180138.916000', '180138.919000', '180138.921000', '180138.924000', '180138.927000', '180138.929000', '180138.937000', '180138.940000', '180138.942000', '180138.945000', '180138.947000', '180158.830000', '180158.833000', '180158.835000', '180158.838000', '180158.840000', '180158.843000', '180158.846000', '180158.848000', '180158.851000', '180158.853000', '180158.856000', '180158.859000', '180158.861000', '180158.864000', '180158.867000', '180158.869000', '180158.872000', '180158.874000', '180158.877000', '180158.880000', '180158.882000', '180158.885000', '180158.888000', '180158.890000', '180158.893000', '180158.895000', '180158.900000', '180158.902000', '180158.905000', '180158.907000', '180158.910000', '180158.913000', '180158.915000', '180158.918000', '180158.920000', '180158.923000', '180158.926000', '180158.928000', '180158.931000', '180158.934000', '180158.936000', '180158.939000', '180158.941000', '180158.944000', '180218.830000', '180218.860000', '180218.863000', '180218.865000', '180218.868000', '180218.871000', '180218.873000', '180218.876000', '180218.879000', '180218.881000', '180218.884000', '180218.886000', '180218.889000', '180218.891000', '180218.894000', '180218.897000', '180218.899000', '180218.902000', '180218.905000', '180218.907000', '180218.910000', '180218.913000', '180218.915000', '180218.918000', '180218.921000', '180218.923000', '180218.926000', '180218.929000', '180218.931000', '180218.934000', '180218.937000', '180218.940000', '180218.942000', '180218.945000', '180218.948000', '180218.950000', '180218.953000', '180218.955000', '180218.958000', '180218.961000', '180218.963000', '180218.966000', '180218.969000', '180238.829000', '180238.838000', '180238.840000', '180238.843000', '180238.846000', '180238.848000', '180238.851000', '180238.853000', '180238.856000', '180238.859000', '180238.861000', '180238.864000', '180238.867000', '180238.869000', '180238.872000', '180238.874000', '180238.877000', '180238.889000', '180238.891000', '180238.894000', '180238.896000', '180238.899000', '180238.902000', '180238.904000', '180238.907000', '180238.910000', '180238.912000', '180238.938000', '180238.940000', '180238.943000', '180238.945000', '180238.948000', '180238.968000', '180238.970000', '180238.973000', '180238.976000', '180238.978000', '180238.981000', '180238.983000', '180238.986000', '180238.988000', '180238.991000', '180238.994000', '180238.996000', '180249.226000', '180249.229000', '180249.231000', '180249.234000', '180249.237000', '180249.239000', '180249.242000', '180249.244000', '180249.247000', '180249.250000', '180249.252000', '180249.255000', '180249.257000', '180249.260000', '180249.262000', '180249.265000', '180249.268000', '180249.270000', '180249.273000', '180249.276000', '180249.278000', '180249.281000', '180249.283000'], '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': [7263, 7124, 8116, 7513, 7901, 11237, 8641, 12934, 9270, 8897, 14579, 12987, 13206, 10514, 11320, 11242, 12699, 10149, 7700, 6967, 8681, 10681, 10356, 12622, 14599, 11691, 11477, 14786, 11052, 14361, 11122, 8235, 11660, 8001, 7504, 12634, 8209, 13154, 9526, 10331, 8633, 7983, 6701, 8358, 8092, 8358, 9029, 8065, 7244, 8126, 7360, 7308, 7975, 8842, 7363, 9355, 8084, 10288, 8137, 6669, 7864, 7334, 10408, 7833, 9221, 8743, 7688, 11170, 7542, 11265, 8237, 11694, 8180, 10635, 9192, 7462, 8713, 7449, 10131, 7727, 9198, 7116, 7232, 10181, 8034, 6964, 10772, 6964, 11923, 8580, 7896, 9508, 6783, 11352, 7431, 11654, 8528, 11381, 8855, 11317, 9214, 6829, 8471, 7011, 10169, 6919, 6863, 7345, 7166, 9876, 7327, 10872, 6892, 8024, 7356, 7185, 10720, 7054, 11069, 7093, 10785, 8900, 7055, 9131, 6714, 11264, 7398, 11811, 9904, 12199, 7727, 9170, 6727, 6842, 8247, 7004, 8005, 6858, 6871, 9639, 6982, 11500, 8160, 11608, 7293, 11815, 7825, 11912, 9737, 11437, 7106, 10547, 7518, 6943, 8416, 6886, 10301, 6740, 8403, 7436, 7008, 8575, 6926, 8684, 6909, 10886, 7048, 10856, 6460, 10447, 6621, 10510, 6576, 10898, 6616, 10399, 6821, 9614, 7302, 6514, 7196, 6805, 8710, 6688, 7935, 6412, 9183, 8158, 9561, 9315, 6550, 9281, 6387, 10909, 6704, 10805, 6551, 7226, 7411, 6833, 10491, 6642, 8547, 8456, 6561, 12094, 9785, 13415, 11247, 13692, 11697, 12353, 9537, 11432, 8970, 6913, 8205, 6520, 10121, 6696, 6499, 6985, 6673, 9255, 6591, 11343, 8295, 11713, 9785, 11531, 9682, 11835, 9840, 11154, 6617, 11582, 6567, 10058, 7371, 6484, 6960, 6507, 8220, 6614, 8607, 6732, 9758, 6646, 10529, 6712, 9889, 7227, 6371, 9203, 6582, 10190, 6921, 8059, 7076, 6877, 7293, 7282, 8395, 6620, 8767, 6587, 9058, 6675, 9695, 6858, 10159, 6582, 9891, 6774, 7236, 7106, 6727, 8794, 6661, 10180, 8578, 9046, 8720, 11191, 8452, 12107, 9236, 7246, 8521, 6663, 11351, 8340, 12747, 7132, 10462, 7391, 6570, 9395, 6741, 11181, 6960, 6702, 8293, 7199, 6477, 7024, 6729, 11453, 8129, 9396, 8527, 7655, 12047, 8770, 7197, 10560, 12531, 8946, 13398, 12717, 11799, 14162, 13275, 11646, 12593, 11050, 7282, 12666, 9567, 6908, 12301, 7064, 6623, 8497, 7377, 9015, 7965, 7050, 11095, 7070, 7005, 8143, 7229, 10690, 7153, 10696, 8317, 7272, 7274, 7286, 9570, 7212, 6860, 7730, 7229, 8565, 10041, 8969, 7569, 10111, 7968, 12930, 9789, 12043, 10257, 8933, 10853, 7924, 11922, 8471, 12859, 9582, 12716, 7398, 12227, 7508, 10205, 7569, 6620, 8199, 6875, 9529, 6728, 9636, 6711, 6742, 6550, 6626, 7263, 6900, 10014, 6385, 10599, 7045, 10983, 7131, 12293, 9489, 12661, 7199, 11975, 6748, 11054, 9753, 9229, 6882, 6539, 7079, 6483, 8693, 6902, 10435, 6996, 10996, 9158, 10659, 9157, 11282, 8080, 11293, 8439, 10362, 7967, 6734, 7135, 6483, 6527, 6664, 7341, 6546, 7819, 6819, 8519, 6830, 10033, 7116, 10779, 7215, 10968, 8334, 9903, 8845, 7177, 8597, 7390, 7916, 7026, 8240, 8879, 6713, 11367, 8843, 11193, 8958, 7161, 13225, 10831, 9612, 8438, 6816, 12623, 7728, 7963, 7614, 7491, 6551, 7265, 7813, 8429, 7007, 7256, 7020, 7181, 7478, 7667, 7698, 8513, 7401, 7018, 9209, 11799, 13521, 11327, 6884, 6681, 11444, 8224, 9270, 12216, 8719, 7618, 10799, 8273, 6639, 12746, 8703, 8772, 15268, 13195, 13256, 13480, 7909, 13418, 8433, 6822, 8189, 7186, 10275, 7296, 11867, 7492, 7266, 7451, 7186, 8322, 6799, 6992, 8269, 7390, 7059, 9032, 7312, 11104, 7913, 11502, 8602, 12467, 8618, 11215, 7844, 8168, 8864, 7474, 11202, 7478, 11772, 7537, 12528, 7736, 7241, 6800, 7821, 8805, 7714, 11792, 7753, 10540, 8417, 9110, 8222, 8138, 8643, 8165, 10746, 7939, 8506, 8192, 8262, 7627, 8400, 11097, 7881, 11534, 7666, 12152, 7891, 10809, 8838, 7699, 7628, 6787, 8873, 6934, 8674, 6795, 9533, 6750, 9202, 7168, 9949, 7003, 9907, 6785, 9206, 7009, 8057, 8107, 6849, 9019, 6573, 10174, 6959, 12080, 6738, 10583, 8441, 12678, 11192, 10128, 9822, 7174, 13307, 10366, 6991, 7060, 6759, 10641, 8880, 7524, 6642, 7315, 7137, 12939, 10139, 9681, 11232, 9404, 11323, 8166, 7118, 11484, 8543, 7259, 9872, 10926, 8326, 9140, 15218, 13539, 13571, 18256, 13966, 10039, 12995, 9202, 7167, 12900, 9385, 8149, 6802, 9546, 7430, 11043, 15092, 6518, 14278, 13513, 9262, 11581, 8061, 6777, 9312, 7269, 7415, 11827, 9668, 17105, 13186, 11508, 14884, 11624, 17193, 11729, 16226, 13254, 11714, 10122, 8037, 15395, 11463, 10069, 10573, 8058, 10473, 8507, 7528, 10496, 8085, 13285, 9116, 11413, 9263, 8049, 10133, 7534, 12067, 8573, 12141, 8956, 9775, 8893, 9348, 9601, 8619, 9979, 8466, 11195, 7424, 11485, 7460, 11581, 8027, 11956, 8222, 9989, 8231, 7712, 9363, 7616, 12778, 8820, 13095, 9081, 12371, 9483, 13499, 9793, 11302, 8842, 8234, 9390, 7614, 11755, 8000, 9840, 8498, 7986, 11186, 7855, 13315, 9052, 12279, 8845, 12550, 8410, 12365, 8020, 11263, 7308, 11316, 7163, 8744, 6932, 8574, 6879, 8846, 6684, 9033, 6751, 8918, 6695, 10090, 7790, 9691, 10070, 11395, 9536, 11466, 8659, 11490, 8898, 7356, 7617, 7027, 7928, 6911, 10687, 7007, 6506, 7573, 6822, 11676, 7834, 11850, 7726, 11589, 9441, 12438, 10901, 12746, 9140, 9904, 8484, 8220, 11891, 7309, 11190, 7044, 11979, 8392, 8800, 7079, 6910, 7735, 7066, 10251, 7332, 10726, 7196, 12581, 8284, 8137, 7389, 7275, 8732, 7323, 10871, 7219, 7111, 7287, 7241, 10534, 7138, 12171, 7872, 9449, 8131, 10580, 8374, 10152, 7775, 7243, 7687, 7365, 8554, 7416, 8888, 7328, 9458, 7296, 7001, 7156, 6745, 6630, 7161, 10331, 7252, 12617, 8697, 12211, 9545, 11603, 9000, 11111, 8044, 11538, 8269, 9102, 7374, 7012, 7273, 7338, 10103, 7453, 10854, 7627, 12177, 9640, 12279, 9740, 12050, 10352, 13087, 10432, 12607, 8555, 11834, 9893, 12608, 10037, 9919, 7528], 'WindowCenter': [3862.0, 3847.0, 3855.0, 3845.0, 3832.0, 3874.0, 3842.0, 3851.0, 3792.0, 3892.0, 3905.0, 3907.0, 3883.0, 3859.0, 3858.0, 3856.0, 3855.0, 3834.0, 3792.0, 3764.0, 3841.0, 3863.0, 3863.0, 3896.0, 3906.0, 3874.0, 3873.0, 3893.0, 3861.0, 3881.0, 3849.0, 3816.0, 3846.0, 3804.0, 3793.0, 3856.0, 3814.0, 3868.0, 3836.0, 3834.0, 3826.0, 3815.0, 3782.0, 3814.0, 3814.0, 3815.0, 3837.0, 3817.0, 3818.0, 3829.0, 3819.0, 3846.0, 3844.0, 3865.0, 3833.0, 3865.0, 3845.0, 3876.0, 3858.0, 3843.0, 3819.0, 3849.0, 3891.0, 3862.0, 3895.0, 3883.0, 3873.0, 3915.0, 3862.0, 3902.0, 3870.0, 3901.0, 3869.0, 3904.0, 3883.0, 3862.0, 3881.0, 3849.0, 3876.0, 3833.0, 3866.0, 3821.0, 3846.0, 3893.0, 3861.0, 3838.0, 3887.0, 3839.0, 3912.0, 3883.0, 3874.0, 3892.0, 3840.0, 3914.0, 3863.0, 3900.0, 3871.0, 3899.0, 3870.0, 3900.0, 3880.0, 3826.0, 3869.0, 3850.0, 3903.0, 3850.0, 3850.0, 3849.0, 3850.0, 3905.0, 3863.0, 3901.0, 3849.0, 3872.0, 3875.0, 3852.0, 3914.0, 3850.0, 3901.0, 3849.0, 3904.0, 3881.0, 3850.0, 3879.0, 3827.0, 3889.0, 3850.0, 3900.0, 3880.0, 3899.0, 3860.0, 3881.0, 3837.0, 3827.0, 3857.0, 3838.0, 3871.0, 3841.0, 3841.0, 3891.0, 3851.0, 3915.0, 3873.0, 3902.0, 3849.0, 3900.0, 3848.0, 3900.0, 3868.0, 3887.0, 3839.0, 3890.0, 3836.0, 3837.0, 3857.0, 3825.0, 3879.0, 3828.0, 3869.0, 3847.0, 3839.0, 3869.0, 3836.0, 3867.0, 3839.0, 3890.0, 3838.0, 3888.0, 3827.0, 3889.0, 3839.0, 3889.0, 3828.0, 3888.0, 3828.0, 3889.0, 3839.0, 3893.0, 3861.0, 3829.0, 3837.0, 3840.0, 3885.0, 3853.0, 3873.0, 3843.0, 3894.0, 3874.0, 3907.0, 3895.0, 3840.0, 3882.0, 3841.0, 3917.0, 3853.0, 3903.0, 3830.0, 3863.0, 3861.0, 3853.0, 3915.0, 3854.0, 3885.0, 3884.0, 3852.0, 3914.0, 3894.0, 3925.0, 3914.0, 3923.0, 3901.0, 3898.0, 3878.0, 3899.0, 3867.0, 3837.0, 3846.0, 3813.0, 3890.0, 3838.0, 3828.0, 3836.0, 3827.0, 3881.0, 3838.0, 3901.0, 3859.0, 3898.0, 3879.0, 3887.0, 3878.0, 3899.0, 3877.0, 3886.0, 3824.0, 3886.0, 3824.0, 3877.0, 3835.0, 3813.0, 3836.0, 3828.0, 3857.0, 3827.0, 3869.0, 3839.0, 3880.0, 3839.0, 3890.0, 3839.0, 3892.0, 3850.0, 3831.0, 3880.0, 3840.0, 3892.0, 3852.0, 3861.0, 3840.0, 3829.0, 3851.0, 3853.0, 3873.0, 3840.0, 3871.0, 3827.0, 3868.0, 3838.0, 3893.0, 3852.0, 3893.0, 3853.0, 3891.0, 3853.0, 3863.0, 3853.0, 3852.0, 3871.0, 3852.0, 3906.0, 3884.0, 3885.0, 3873.0, 3903.0, 3872.0, 3912.0, 3869.0, 3837.0, 3858.0, 3825.0, 3889.0, 3857.0, 3898.0, 3836.0, 3877.0, 3848.0, 3837.0, 3869.0, 3800.0, 3889.0, 3839.0, 3824.0, 3856.0, 3823.0, 3789.0, 3810.0, 3812.0, 3874.0, 3835.0, 3855.0, 3857.0, 3835.0, 3887.0, 3843.0, 3825.0, 3851.0, 3901.0, 3846.0, 3888.0, 3888.0, 3878.0, 3887.0, 3862.0, 3840.0, 3860.0, 3835.0, 3783.0, 3845.0, 3813.0, 3784.0, 3847.0, 3783.0, 3772.0, 3815.0, 3797.0, 3815.0, 3806.0, 3797.0, 3847.0, 3796.0, 3796.0, 3806.0, 3808.0, 3850.0, 3798.0, 3849.0, 3820.0, 3810.0, 3810.0, 3823.0, 3854.0, 3809.0, 3801.0, 3862.0, 3838.0, 3872.0, 3881.0, 3872.0, 3849.0, 3893.0, 3861.0, 3914.0, 3895.0, 3916.0, 3884.0, 3872.0, 3891.0, 3850.0, 3892.0, 3850.0, 3899.0, 3870.0, 3901.0, 3852.0, 3901.0, 3840.0, 3880.0, 3849.0, 3828.0, 3873.0, 3841.0, 3882.0, 3844.0, 3894.0, 3842.0, 3843.0, 3830.0, 3842.0, 3866.0, 3866.0, 3906.0, 3844.0, 3919.0, 3867.0, 3906.0, 3867.0, 3929.0, 3897.0, 3927.0, 3853.0, 3914.0, 3843.0, 3927.0, 3896.0, 3883.0, 3851.0, 3831.0, 3854.0, 3856.0, 3887.0, 3866.0, 3918.0, 3866.0, 3931.0, 3910.0, 3919.0, 3897.0, 3904.0, 3874.0, 3905.0, 3874.0, 3894.0, 3862.0, 3841.0, 3840.0, 3829.0, 3843.0, 3854.0, 3852.0, 3829.0, 3850.0, 3840.0, 3883.0, 3855.0, 3893.0, 3853.0, 3904.0, 3863.0, 3916.0, 3887.0, 3894.0, 3882.0, 3851.0, 3861.0, 3868.0, 3860.0, 3841.0, 3874.0, 3849.0, 3833.0, 3903.0, 3871.0, 3890.0, 3884.0, 3840.0, 3901.0, 3878.0, 3867.0, 3848.0, 3840.0, 3928.0, 3864.0, 3861.0, 3834.0, 3822.0, 3801.0, 3821.0, 3846.0, 3858.0, 3824.0, 3823.0, 3823.0, 3823.0, 3833.0, 3834.0, 3834.0, 3842.0, 3808.0, 3754.0, 3810.0, 3833.0, 3846.0, 3859.0, 3797.0, 3798.0, 3884.0, 3842.0, 3854.0, 3884.0, 3830.0, 3818.0, 3862.0, 3832.0, 3813.0, 3886.0, 3844.0, 3844.0, 3906.0, 3887.0, 3873.0, 3871.0, 3806.0, 3858.0, 3807.0, 3774.0, 3804.0, 3781.0, 3824.0, 3784.0, 3847.0, 3794.0, 3783.0, 3794.0, 3786.0, 3815.0, 3785.0, 3798.0, 3831.0, 3823.0, 3824.0, 3858.0, 3839.0, 3890.0, 3847.0, 3878.0, 3858.0, 3888.0, 3847.0, 3877.0, 3836.0, 3848.0, 3858.0, 3824.0, 3877.0, 3826.0, 3888.0, 3837.0, 3887.0, 3834.0, 3826.0, 3816.0, 3837.0, 3858.0, 3849.0, 3901.0, 3894.0, 3893.0, 3847.0, 3858.0, 3858.0, 3847.0, 3858.0, 3859.0, 3892.0, 3862.0, 3873.0, 3873.0, 3861.0, 3850.0, 3862.0, 3904.0, 3862.0, 3905.0, 3865.0, 3913.0, 3863.0, 3906.0, 3874.0, 3864.0, 3865.0, 3841.0, 3870.0, 3852.0, 3872.0, 3841.0, 3881.0, 3841.0, 3895.0, 3865.0, 3893.0, 3852.0, 3891.0, 3840.0, 3882.0, 3854.0, 3873.0, 3873.0, 3855.0, 3882.0, 3854.0, 3905.0, 3852.0, 3903.0, 3830.0, 3892.0, 3874.0, 3916.0, 3905.0, 3893.0, 3883.0, 3854.0, 3926.0, 3894.0, 3839.0, 3838.0, 3843.0, 3907.0, 3859.0, 3799.0, 3782.0, 3794.0, 3801.0, 3835.0, 3720.0, 3899.0, 3866.0, 3802.0, 3833.0, 3791.0, 3768.0, 3832.0, 3815.0, 3795.0, 3836.0, 3847.0, 3774.0, 3850.0, 3876.0, 3858.0, 3833.0, 3879.0, 3843.0, 3799.0, 3831.0, 3786.0, 3756.0, 3828.0, 3801.0, 3824.0, 3755.0, 3783.0, 3753.0, 3791.0, 3822.0, 3707.0, 3839.0, 3828.0, 3799.0, 3813.0, 3775.0, 3743.0, 3794.0, 3764.0, 3776.0, 3843.0, 3824.0, 3887.0, 3868.0, 3846.0, 3877.0, 3847.0, 3889.0, 3844.0, 3877.0, 3871.0, 3873.0, 3807.0, 3792.0, 3866.0, 3833.0, 3823.0, 3834.0, 3803.0, 3834.0, 3816.0, 3806.0, 3849.0, 3830.0, 3883.0, 3841.0, 3861.0, 3841.0, 3820.0, 3851.0, 3808.0, 3870.0, 3830.0, 3872.0, 3841.0, 3851.0, 3841.0, 3842.0, 3852.0, 3831.0, 3851.0, 3831.0, 3862.0, 3809.0, 3872.0, 3809.0, 3874.0, 3832.0, 3874.0, 3845.0, 3865.0, 3845.0, 3847.0, 3868.0, 3849.0, 3912.0, 3884.0, 3912.0, 3885.0, 3899.0, 3868.0, 3910.0, 3878.0, 3888.0, 3868.0, 3857.0, 3867.0, 3849.0, 3890.0, 3847.0, 3878.0, 3870.0, 3860.0, 3903.0, 3862.0, 3926.0, 3871.0, 3902.0, 3858.0, 3902.0, 3860.0, 3902.0, 3836.0, 3879.0, 3838.0, 3879.0, 3827.0, 3858.0, 3828.0, 3857.0, 3827.0, 3870.0, 3840.0, 3870.0, 3841.0, 3871.0, 3842.0, 3894.0, 3862.0, 3896.0, 3884.0, 3904.0, 3884.0, 3902.0, 3873.0, 3905.0, 3871.0, 3839.0, 3838.0, 3840.0, 3860.0, 3839.0, 3892.0, 3852.0, 3842.0, 3863.0, 3852.0, 3915.0, 3862.0, 3901.0, 3838.0, 3891.0, 3882.0, 3914.0, 3892.0, 3899.0, 3857.0, 3867.0, 3859.0, 3846.0, 3888.0, 3836.0, 3877.0, 3825.0, 3885.0, 3846.0, 3845.0, 3812.0, 3824.0, 3836.0, 3825.0, 3867.0, 3823.0, 3875.0, 3824.0, 3886.0, 3844.0, 3834.0, 3836.0, 3823.0, 3856.0, 3835.0, 3876.0, 3823.0, 3812.0, 3823.0, 3824.0, 3878.0, 3827.0, 3888.0, 3835.0, 3855.0, 3835.0, 3864.0, 3845.0, 3853.0, 3821.0, 3810.0, 3822.0, 3811.0, 3844.0, 3824.0, 3856.0, 3837.0, 3856.0, 3825.0, 3825.0, 3826.0, 3828.0, 3840.0, 3850.0, 3892.0, 3851.0, 3914.0, 3885.0, 3914.0, 3882.0, 3904.0, 3873.0, 3893.0, 3852.0, 3902.0, 3861.0, 3871.0, 3850.0, 3840.0, 3850.0, 3839.0, 3881.0, 3839.0, 3892.0, 3852.0, 3903.0, 3884.0, 3902.0, 3871.0, 3901.0, 3881.0, 3899.0, 3868.0, 3887.0, 3845.0, 3876.0, 3867.0, 3888.0, 3856.0, 3855.0, 3823.0], 'WindowWidth': [8674.0, 8643.0, 8646.0, 8633.0, 8606.0, 8662.0, 8617.0, 8608.0, 8516.0, 8713.0, 8713.0, 8720.0, 8682.0, 8641.0, 8640.0, 8630.0, 8627.0, 8595.0, 8540.0, 8483.0, 8618.0, 8646.0, 8645.0, 8696.0, 8710.0, 8661.0, 8658.0, 8684.0, 8637.0, 8667.0, 8618.0, 8569.0, 8609.0, 8550.0, 8536.0, 8623.0, 8565.0, 8643.0, 8595.0, 8590.0, 8583.0, 8566.0, 8519.0, 8563.0, 8565.0, 8569.0, 8600.0, 8575.0, 8579.0, 8596.0, 8583.0, 8634.0, 8627.0, 8656.0, 8611.0, 8653.0, 8626.0, 8668.0, 8650.0, 8637.0, 8577.0, 8639.0, 8698.0, 8665.0, 8714.0, 8694.0, 8680.0, 8741.0, 8667.0, 8715.0, 8671.0, 8711.0, 8669.0, 8724.0, 8692.0, 8664.0, 8690.0, 8641.0, 8672.0, 8609.0, 8660.0, 8591.0, 8634.0, 8707.0, 8661.0, 8623.0, 8686.0, 8628.0, 8729.0, 8693.0, 8682.0, 8704.0, 8631.0, 8739.0, 8668.0, 8714.0, 8673.0, 8708.0, 8668.0, 8712.0, 8681.0, 8605.0, 8667.0, 8647.0, 8721.0, 8647.0, 8648.0, 8642.0, 8647.0, 8727.0, 8670.0, 8714.0, 8642.0, 8678.0, 8690.0, 8653.0, 8738.0, 8646.0, 8713.0, 8644.0, 8724.0, 8688.0, 8644.0, 8681.0, 8609.0, 8695.0, 8645.0, 8710.0, 8682.0, 8707.0, 8659.0, 8684.0, 8623.0, 8607.0, 8647.0, 8626.0, 8675.0, 8636.0, 8635.0, 8703.0, 8647.0, 8739.0, 8678.0, 8718.0, 8641.0, 8708.0, 8637.0, 8709.0, 8662.0, 8685.0, 8627.0, 8695.0, 8619.0, 8621.0, 8646.0, 8601.0, 8678.0, 8610.0, 8668.0, 8638.0, 8626.0, 8667.0, 8618.0, 8663.0, 8629.0, 8696.0, 8623.0, 8688.0, 8611.0, 8693.0, 8627.0, 8693.0, 8611.0, 8690.0, 8611.0, 8694.0, 8628.0, 8707.0, 8661.0, 8616.0, 8623.0, 8632.0, 8701.0, 8656.0, 8682.0, 8641.0, 8709.0, 8685.0, 8734.0, 8713.0, 8633.0, 8691.0, 8635.0, 8746.0, 8655.0, 8718.0, 8619.0, 8669.0, 8664.0, 8655.0, 8742.0, 8658.0, 8702.0, 8699.0, 8651.0, 8736.0, 8706.0, 8755.0, 8737.0, 8747.0, 8712.0, 8703.0, 8675.0, 8706.0, 8661.0, 8621.0, 8629.0, 8584.0, 8696.0, 8624.0, 8611.0, 8619.0, 8608.0, 8686.0, 8628.0, 8712.0, 8655.0, 8705.0, 8679.0, 8687.0, 8677.0, 8706.0, 8673.0, 8682.0, 8597.0, 8681.0, 8598.0, 8674.0, 8616.0, 8585.0, 8618.0, 8610.0, 8646.0, 8611.0, 8669.0, 8630.0, 8684.0, 8629.0, 8695.0, 8627.0, 8703.0, 8645.0, 8620.0, 8684.0, 8630.0, 8703.0, 8650.0, 8659.0, 8628.0, 8614.0, 8646.0, 8652.0, 8679.0, 8631.0, 8672.0, 8608.0, 8665.0, 8627.0, 8704.0, 8652.0, 8705.0, 8656.0, 8699.0, 8654.0, 8669.0, 8654.0, 8651.0, 8675.0, 8653.0, 8729.0, 8698.0, 8699.0, 8679.0, 8715.0, 8677.0, 8729.0, 8666.0, 8619.0, 8648.0, 8602.0, 8695.0, 8648.0, 8703.0, 8617.0, 8673.0, 8638.0, 8624.0, 8667.0, 8557.0, 8690.0, 8629.0, 8600.0, 8648.0, 8595.0, 8541.0, 8572.0, 8576.0, 8662.0, 8612.0, 8637.0, 8643.0, 8612.0, 8683.0, 8615.0, 8599.0, 8622.0, 8707.0, 8625.0, 8685.0, 8686.0, 8672.0, 8683.0, 8637.0, 8601.0, 8631.0, 8586.0, 8515.0, 8602.0, 8557.0, 8521.0, 8608.0, 8519.0, 8503.0, 8564.0, 8544.0, 8564.0, 8556.0, 8542.0, 8609.0, 8540.0, 8542.0, 8557.0, 8561.0, 8620.0, 8548.0, 8617.0, 8578.0, 8568.0, 8569.0, 8591.0, 8632.0, 8562.0, 8559.0, 8663.0, 8620.0, 8673.0, 8681.0, 8673.0, 8638.0, 8700.0, 8659.0, 8733.0, 8709.0, 8737.0, 8690.0, 8671.0, 8696.0, 8638.0, 8698.0, 8637.0, 8705.0, 8666.0, 8710.0, 8646.0, 8708.0, 8627.0, 8680.0, 8636.0, 8609.0, 8677.0, 8632.0, 8686.0, 8643.0, 8706.0, 8636.0, 8638.0, 8618.0, 8636.0, 8675.0, 8679.0, 8728.0, 8644.0, 8751.0, 8677.0, 8726.0, 8679.0, 8763.0, 8716.0, 8753.0, 8653.0, 8733.0, 8640.0, 8760.0, 8712.0, 8691.0, 8647.0, 8619.0, 8657.0, 8665.0, 8702.0, 8676.0, 8747.0, 8677.0, 8772.0, 8740.0, 8748.0, 8714.0, 8720.0, 8680.0, 8721.0, 8682.0, 8707.0, 8660.0, 8631.0, 8628.0, 8614.0, 8640.0, 8657.0, 8649.0, 8615.0, 8643.0, 8630.0, 8692.0, 8661.0, 8706.0, 8654.0, 8721.0, 8666.0, 8743.0, 8705.0, 8705.0, 8688.0, 8646.0, 8655.0, 8679.0, 8653.0, 8631.0, 8680.0, 8629.0, 8622.0, 8715.0, 8669.0, 8692.0, 8693.0, 8628.0, 8710.0, 8673.0, 8655.0, 8634.0, 8631.0, 8763.0, 8668.0, 8657.0, 8610.0, 8588.0, 8559.0, 8586.0, 8627.0, 8646.0, 8596.0, 8593.0, 8594.0, 8595.0, 8609.0, 8611.0, 8609.0, 8616.0, 8565.0, 8462.0, 8546.0, 8580.0, 8607.0, 8632.0, 8546.0, 8551.0, 8677.0, 8620.0, 8637.0, 8676.0, 8597.0, 8578.0, 8639.0, 8603.0, 8581.0, 8679.0, 8622.0, 8620.0, 8714.0, 8687.0, 8655.0, 8650.0, 8555.0, 8626.0, 8557.0, 8505.0, 8544.0, 8512.0, 8573.0, 8521.0, 8607.0, 8534.0, 8517.0, 8534.0, 8528.0, 8565.0, 8527.0, 8548.0, 8598.0, 8593.0, 8595.0, 8646.0, 8626.0, 8692.0, 8631.0, 8672.0, 8646.0, 8684.0, 8626.0, 8668.0, 8613.0, 8633.0, 8644.0, 8595.0, 8668.0, 8600.0, 8685.0, 8618.0, 8681.0, 8608.0, 8599.0, 8587.0, 8617.0, 8646.0, 8635.0, 8707.0, 8727.0, 8704.0, 8632.0, 8646.0, 8648.0, 8631.0, 8648.0, 8651.0, 8701.0, 8661.0, 8676.0, 8677.0, 8658.0, 8643.0, 8660.0, 8720.0, 8661.0, 8723.0, 8670.0, 8730.0, 8664.0, 8725.0, 8678.0, 8667.0, 8671.0, 8632.0, 8668.0, 8649.0, 8676.0, 8631.0, 8685.0, 8634.0, 8711.0, 8676.0, 8705.0, 8651.0, 8701.0, 8631.0, 8690.0, 8655.0, 8680.0, 8681.0, 8658.0, 8691.0, 8655.0, 8724.0, 8651.0, 8716.0, 8614.0, 8699.0, 8679.0, 8738.0, 8722.0, 8702.0, 8688.0, 8653.0, 8754.0, 8707.0, 8626.0, 8624.0, 8639.0, 8729.0, 8647.0, 8546.0, 8522.0, 8538.0, 8561.0, 8585.0, 8384.0, 8726.0, 8655.0, 8537.0, 8583.0, 8523.0, 8489.0, 8577.0, 8565.0, 8539.0, 8592.0, 8609.0, 8488.0, 8622.0, 8646.0, 8626.0, 8579.0, 8663.0, 8595.0, 8526.0, 8578.0, 8507.0, 8466.0, 8565.0, 8536.0, 8589.0, 8467.0, 8496.0, 8455.0, 8499.0, 8546.0, 8385.0, 8585.0, 8566.0, 8529.0, 8539.0, 8495.0, 8447.0, 8515.0, 8480.0, 8501.0, 8600.0, 8573.0, 8664.0, 8641.0, 8607.0, 8649.0, 8608.0, 8668.0, 8601.0, 8654.0, 8650.0, 8658.0, 8538.0, 8527.0, 8637.0, 8583.0, 8570.0, 8588.0, 8545.0, 8590.0, 8568.0, 8557.0, 8617.0, 8599.0, 8670.0, 8612.0, 8639.0, 8610.0, 8583.0, 8623.0, 8564.0, 8648.0, 8594.0, 8656.0, 8613.0, 8626.0, 8613.0, 8615.0, 8627.0, 8598.0, 8625.0, 8599.0, 8643.0, 8567.0, 8656.0, 8568.0, 8661.0, 8604.0, 8659.0, 8628.0, 8654.0, 8626.0, 8634.0, 8663.0, 8637.0, 8727.0, 8692.0, 8728.0, 8698.0, 8704.0, 8663.0, 8723.0, 8676.0, 8689.0, 8663.0, 8647.0, 8658.0, 8638.0, 8692.0, 8632.0, 8675.0, 8669.0, 8658.0, 8717.0, 8662.0, 8755.0, 8671.0, 8717.0, 8649.0, 8714.0, 8655.0, 8713.0, 8612.0, 8677.0, 8621.0, 8675.0, 8603.0, 8646.0, 8606.0, 8643.0, 8607.0, 8668.0, 8631.0, 8669.0, 8631.0, 8672.0, 8637.0, 8708.0, 8661.0, 8711.0, 8692.0, 8717.0, 8693.0, 8713.0, 8677.0, 8724.0, 8671.0, 8626.0, 8620.0, 8629.0, 8655.0, 8627.0, 8701.0, 8652.0, 8641.0, 8666.0, 8652.0, 8740.0, 8663.0, 8711.0, 8621.0, 8699.0, 8685.0, 8733.0, 8698.0, 8706.0, 8644.0, 8660.0, 8654.0, 8630.0, 8687.0, 8614.0, 8671.0, 8600.0, 8679.0, 8629.0, 8623.0, 8577.0, 8598.0, 8617.0, 8600.0, 8657.0, 8594.0, 8665.0, 8600.0, 8682.0, 8624.0, 8608.0, 8617.0, 8594.0, 8643.0, 8614.0, 8666.0, 8592.0, 8578.0, 8593.0, 8597.0, 8676.0, 8606.0, 8687.0, 8613.0, 8638.0, 8611.0, 8649.0, 8624.0, 8631.0, 8582.0, 8567.0, 8587.0, 8570.0, 8618.0, 8592.0, 8638.0, 8617.0, 8638.0, 8598.0, 8601.0, 8603.0, 8612.0, 8631.0, 8645.0, 8703.0, 8648.0, 8735.0, 8696.0, 8734.0, 8686.0, 8718.0, 8673.0, 8702.0, 8648.0, 8713.0, 8658.0, 8671.0, 8642.0, 8631.0, 8641.0, 8625.0, 8684.0, 8626.0, 8700.0, 8650.0, 8717.0, 8691.0, 8715.0, 8669.0, 8711.0, 8682.0, 8704.0, 8658.0, 8681.0, 8623.0, 8664.0, 8653.0, 8686.0, 8640.0, 8636.0, 8591.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.013434094036697248</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.13669952912844036</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.187637898541986</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0544445803444327</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0323436870378875</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4675</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4490.2466</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.3597652014313363</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>371</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>42.54587155963303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.1662575584023025</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.977352838105286</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3634013743557167</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>3.158018462745906</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0170241</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009235208854079247</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03176271542906761</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.7446958549977265</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>16.1934</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0632</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.0073</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307495.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>762.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.8462</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5166</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.588</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3062.1914</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3305.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69049.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>959.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4029.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.5753</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>16.021618015598506</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> |