=== 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-0094 --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-0094",
"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-0094_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0094_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-01/func/sub-0094_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>4e14fead2addf0ed425ed13cc36736a6</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>12:10:24.545000</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.996546, 0.0786575, 0.026615, -0.0805304, 0.993639, 0.0787178]</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.107306</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4165, -7844, -7279, 760, -19, -635, 256, 14]</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.532</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>17cbafbe-95f6-49a9-81d6-fdbad0376bdb||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.67366099357605, -0.21605709195137024, 0.054685577750205994, 119.72828674316406], [-0.21103236079216003, 2.665860652923584, 0.21759097278118134, -89.42184448242188], [0.07140599936246872, -0.21119411289691925, 2.690662145614624, -58.45695114135742], [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': ['121024.545000', '121025.005000', '121025.465000', '121025.925000', '121026.385000', '121026.845000', '121027.305000', '121027.765000', '121028.225000', '121028.685000', '121029.145000', '121029.605000', '121030.065000', '121030.525000', '121030.985000', '121031.445000', '121031.905000', '121032.365000', '121032.825000', '121033.285000', '121033.745000', '121034.205000', '121034.665000', '121035.125000', '121035.585000', '121036.045000', '121036.505000', '121036.965000', '121037.425000', '121037.885000', '121038.345000', '121038.805000', '121039.265000', '121039.725000', '121040.185000', '121040.645000', '121041.105000', '121041.565000', '121042.025000', '121042.485000', '121042.945000', '121043.405000', '121043.865000', '121044.325000', '121044.785000', '121045.245000', '121045.705000', '121046.165000', '121046.625000', '121047.085000', '121047.545000', '121048.005000', '121048.465000', '121048.925000', '121049.385000', '121049.845000', '121050.305000', '121050.765000', '121051.225000', '121051.685000', '121052.145000', '121052.605000', '121053.065000', '121053.525000', '121053.985000', '121054.445000', '121054.905000', '121055.365000', '121055.825000', '121056.285000', '121056.745000', '121057.205000', '121057.665000', '121058.125000', '121058.585000', '121059.045000', '121059.505000', '121059.965000', '121100.425000', '121100.885000', '121101.345000', '121101.805000', '121102.265000', '121102.725000', '121103.185000', '121103.645000', '121104.105000', '121104.565000', '121105.025000', '121105.485000', '121105.945000', '121106.405000', '121106.865000', '121107.325000', '121107.785000', '121108.245000', '121108.705000', '121109.165000', '121109.625000', '121110.085000', '121110.545000', '121111.005000', '121111.465000', '121111.925000', '121112.385000', '121112.845000', '121113.305000', '121113.765000', '121114.225000', '121114.685000', '121115.145000', '121115.605000', '121116.065000', '121116.525000', '121116.985000', '121117.445000', '121117.905000', '121118.365000', '121118.825000', '121119.285000', '121119.745000', '121120.205000', '121120.665000', '121121.125000', '121121.585000', '121122.045000', '121122.505000', '121122.965000', '121123.425000', '121123.885000', '121124.345000', '121124.805000', '121125.265000', '121125.725000', '121126.185000', '121126.645000', '121127.105000', '121127.565000', '121128.025000', '121128.485000', '121128.945000', '121129.405000', '121129.865000', '121130.325000', '121130.785000', '121131.245000', '121131.705000', '121132.165000', '121132.625000', '121133.085000', '121133.545000', '121134.005000', '121134.465000', '121134.925000', '121135.385000', '121135.845000', '121136.305000', '121136.765000', '121137.225000', '121137.685000', '121138.145000', '121138.605000', '121139.065000', '121139.525000', '121139.985000', '121140.445000', '121140.905000', '121141.365000', '121141.825000', '121142.285000', '121142.745000', '121143.205000', '121143.665000', '121144.125000', '121144.585000', '121145.045000', '121145.505000', '121145.965000', '121146.425000', '121146.885000', '121147.345000', '121147.805000', '121148.265000', '121148.725000', '121149.185000', '121149.645000', '121150.105000', '121150.565000', '121151.025000', '121151.485000', '121151.945000', '121152.405000', '121152.865000', '121153.325000', '121153.785000', '121154.245000', '121154.705000', '121155.165000', '121155.625000', '121156.085000', '121156.545000', '121157.005000', '121157.465000', '121157.925000', '121158.385000', '121158.845000', '121159.305000', '121159.765000', '121200.225000', '121200.685000', '121201.145000', '121201.605000', '121202.065000', '121202.525000', '121202.985000', '121203.445000', '121203.905000', '121204.365000', '121204.825000', '121205.285000', '121205.745000', '121206.205000', '121206.665000', '121207.125000', '121207.585000', '121208.045000', '121208.505000', '121208.965000', '121209.425000', '121209.885000', '121210.345000', '121210.805000', '121211.265000', '121211.725000', '121212.185000', '121212.645000', '121213.105000', '121213.565000', '121214.025000', '121214.485000', '121214.945000', '121215.405000', '121215.865000', '121216.325000', '121216.785000', '121217.245000', '121217.705000', '121218.165000', '121218.625000', '121219.085000', '121219.545000', '121220.005000', '121220.465000', '121220.925000', '121221.385000', '121221.845000', '121222.305000', '121222.765000', '121223.225000', '121223.685000', '121224.145000', '121224.605000', '121225.065000', '121225.525000', '121225.985000', '121226.445000', '121226.905000', '121227.365000', '121227.825000', '121228.285000', '121228.745000', '121229.205000', '121229.665000', '121230.125000', '121230.585000', '121231.045000', '121231.505000', '121231.965000', '121232.425000', '121232.885000', '121233.345000', '121233.805000', '121234.265000', '121234.725000', '121235.185000', '121235.645000', '121236.105000', '121236.565000', '121237.025000', '121237.485000', '121237.945000', '121238.405000', '121238.865000', '121239.325000', '121239.785000', '121240.245000', '121240.705000', '121241.165000', '121241.625000', '121242.085000', '121242.545000', '121243.005000', '121243.465000', '121243.925000', '121244.385000', '121244.845000', '121245.305000', '121245.765000', '121246.225000', '121246.685000', '121247.145000', '121247.605000', '121248.065000', '121248.525000', '121248.985000', '121249.445000', '121249.905000', '121250.365000', '121250.825000', '121251.285000', '121251.745000', '121252.205000', '121252.665000', '121253.125000', '121253.585000', '121254.045000', '121254.505000', '121254.965000', '121255.425000', '121255.885000', '121256.345000', '121256.805000', '121257.265000', '121257.725000', '121258.185000', '121258.645000', '121259.105000', '121259.565000', '121300.025000', '121300.485000', '121300.945000', '121301.405000', '121301.865000', '121302.325000', '121302.785000', '121303.245000', '121303.705000', '121304.165000', '121304.625000', '121305.085000', '121305.545000', '121306.005000', '121306.465000', '121306.925000', '121307.385000', '121307.845000', '121308.305000', '121308.765000', '121309.225000', '121309.685000', '121310.145000', '121310.605000', '121311.065000', '121311.525000', '121311.985000', '121312.445000', '121312.905000', '121313.365000', '121313.825000', '121314.285000', '121314.745000', '121315.205000', '121315.665000', '121316.125000', '121316.585000', '121317.045000', '121317.505000', '121317.965000', '121318.425000', '121318.885000', '121319.345000', '121319.805000', '121320.265000', '121320.725000', '121321.185000', '121321.645000', '121322.105000', '121322.565000', '121323.025000', '121323.485000', '121323.945000', '121324.405000', '121324.865000', '121325.325000', '121325.785000', '121326.245000', '121326.705000', '121327.165000', '121327.625000', '121328.085000', '121328.545000', '121329.005000', '121329.465000', '121329.925000', '121330.385000', '121330.845000', '121331.305000', '121331.765000', '121332.225000', '121332.685000', '121333.145000', '121333.605000', '121334.065000', '121334.525000', '121334.985000', '121335.445000', '121335.905000', '121336.365000', '121336.825000', '121337.285000', '121337.745000', '121338.205000', '121338.665000', '121339.125000', '121339.585000', '121340.045000', '121340.505000', '121340.965000', '121341.425000', '121341.885000', '121342.345000', '121342.805000', '121343.265000', '121343.725000', '121344.185000', '121344.645000', '121345.105000', '121345.565000', '121346.025000', '121346.485000', '121346.945000', '121347.405000', '121347.865000', '121348.325000', '121348.785000', '121349.245000', '121349.705000', '121350.165000', '121350.625000', '121351.085000', '121351.545000', '121352.005000', '121352.465000', '121352.925000', '121353.385000', '121353.845000', '121354.305000', '121354.765000', '121355.225000', '121355.685000', '121356.145000', '121356.605000', '121357.065000', '121357.525000', '121357.985000', '121358.445000', '121358.905000', '121359.365000', '121359.825000', '121400.285000', '121400.745000', '121401.205000', '121401.665000', '121402.125000', '121402.585000', '121403.045000', '121403.505000', '121403.965000', '121404.425000', '121404.885000', '121405.345000', '121405.805000', '121406.265000', '121406.725000', '121407.185000', '121407.645000', '121408.105000', '121408.565000', '121409.025000', '121409.485000', '121409.945000', '121410.405000', '121410.865000', '121411.325000', '121411.785000', '121412.245000', '121412.705000', '121413.165000', '121413.625000', '121414.085000', '121414.545000', '121415.005000', '121415.465000', '121415.925000', '121416.385000', '121416.845000', '121417.305000', '121417.765000', '121418.225000', '121418.685000', '121419.145000', '121419.605000', '121420.065000', '121420.525000', '121420.985000', '121421.445000', '121421.905000', '121422.365000', '121422.825000', '121423.285000', '121423.745000', '121424.205000', '121424.665000', '121425.125000', '121425.585000', '121426.045000', '121426.505000', '121426.965000', '121427.425000', '121427.885000', '121428.345000', '121428.805000', '121429.265000', '121429.725000', '121430.185000', '121430.645000', '121431.105000', '121431.565000', '121432.025000', '121432.485000', '121432.945000', '121433.405000', '121433.865000', '121434.325000', '121434.785000', '121435.245000', '121435.705000', '121436.165000', '121436.625000', '121437.085000', '121437.545000', '121438.005000', '121438.465000', '121438.925000', '121439.385000', '121439.845000', '121440.305000', '121440.765000', '121441.225000', '121441.685000', '121442.145000', '121442.605000', '121443.065000', '121443.525000', '121443.985000', '121444.445000', '121444.905000', '121445.365000', '121445.825000', '121446.285000', '121446.745000', '121447.205000', '121447.665000', '121448.125000', '121448.585000', '121449.045000', '121449.505000', '121449.965000', '121450.425000', '121450.885000', '121451.345000', '121451.805000', '121452.265000', '121452.725000', '121453.185000', '121453.645000', '121454.105000', '121454.565000', '121455.025000', '121455.485000', '121455.945000', '121456.405000', '121456.865000', '121457.325000', '121457.785000', '121458.245000', '121458.705000', '121459.165000', '121459.625000', '121500.085000', '121500.545000', '121501.005000', '121501.465000', '121501.925000', '121502.385000', '121502.845000', '121503.305000', '121503.765000', '121504.225000', '121504.685000', '121505.145000', '121505.605000', '121506.065000', '121506.525000', '121506.985000', '121507.445000', '121507.905000', '121508.365000', '121508.825000', '121509.285000', '121509.745000', '121510.205000', '121510.665000', '121511.125000', '121511.585000', '121512.045000', '121512.505000', '121512.965000', '121513.425000', '121513.885000', '121514.345000', '121514.805000', '121515.265000', '121515.725000', '121516.185000', '121516.645000', '121517.105000', '121517.565000', '121518.025000', '121518.485000', '121518.945000', '121519.405000', '121519.865000', '121520.325000', '121520.785000', '121521.245000', '121521.705000', '121522.165000', '121522.625000', '121523.085000', '121523.545000', '121524.005000', '121524.465000', '121524.925000', '121525.385000', '121525.845000', '121526.305000', '121526.765000', '121527.225000', '121527.685000', '121528.145000', '121528.605000', '121529.065000', '121529.525000', '121529.985000', '121530.445000', '121530.905000', '121531.365000', '121531.825000', '121532.285000', '121532.745000', '121533.205000', '121533.665000', '121534.125000', '121534.585000', '121535.045000', '121535.505000', '121535.965000', '121536.425000', '121536.885000', '121537.345000', '121537.805000', '121538.265000', '121538.725000', '121539.185000', '121539.645000', '121540.105000', '121540.565000', '121541.025000', '121541.485000', '121541.945000', '121542.405000', '121542.865000', '121543.325000', '121543.785000', '121544.245000', '121544.705000', '121545.165000', '121545.625000', '121546.085000', '121546.545000', '121547.005000', '121547.465000', '121547.925000', '121548.385000', '121548.845000', '121549.305000', '121549.765000', '121550.225000', '121550.685000', '121551.145000', '121551.605000', '121552.065000', '121552.525000', '121552.985000', '121553.445000', '121553.905000', '121554.365000', '121554.825000', '121555.285000', '121555.745000', '121556.205000', '121556.665000', '121557.125000', '121557.585000', '121558.045000', '121558.505000', '121558.965000', '121559.425000', '121559.885000', '121600.345000', '121600.805000', '121601.265000', '121601.725000', '121602.185000', '121602.645000', '121603.105000', '121603.565000', '121604.025000', '121604.485000', '121604.945000', '121605.405000', '121605.865000', '121606.325000', '121606.785000', '121607.245000', '121607.705000', '121608.165000', '121608.625000', '121609.085000', '121609.545000', '121610.005000', '121610.465000', '121610.925000', '121611.385000', '121611.845000', '121612.305000', '121612.765000', '121613.225000', '121613.685000', '121614.145000', '121614.605000', '121615.065000', '121615.525000', '121615.985000', '121616.445000', '121616.905000', '121617.365000', '121617.825000', '121618.285000', '121618.745000', '121619.205000', '121619.665000', '121620.125000', '121620.585000', '121621.045000', '121621.505000', '121621.965000', '121622.425000', '121622.885000', '121623.345000', '121623.805000', '121624.265000', '121624.725000', '121625.185000', '121625.645000', '121626.105000', '121626.565000', '121627.025000', '121627.485000', '121627.945000', '121628.405000', '121628.865000', '121629.325000', '121629.785000', '121630.245000', '121630.705000', '121631.165000', '121631.625000', '121632.085000', '121632.545000', '121633.005000', '121633.465000', '121633.925000', '121634.385000', '121634.845000', '121635.305000', '121635.765000', '121636.225000', '121636.685000', '121637.145000', '121637.605000', '121638.065000', '121638.525000', '121638.985000', '121639.445000', '121639.905000', '121640.365000', '121640.825000', '121641.285000', '121641.745000', '121642.205000', '121642.665000', '121643.125000', '121643.585000', '121644.045000', '121644.505000', '121644.965000', '121645.425000', '121645.885000', '121646.345000', '121646.805000', '121647.265000', '121647.725000', '121648.185000', '121648.645000', '121649.105000', '121649.565000', '121650.025000', '121650.485000', '121650.945000', '121651.405000', '121651.865000', '121652.325000', '121652.785000', '121653.245000', '121653.705000', '121654.165000', '121654.625000', '121655.085000', '121655.545000', '121656.005000', '121656.465000', '121656.925000', '121657.385000', '121657.845000', '121658.305000', '121658.765000', '121659.225000', '121659.685000', '121700.145000', '121700.605000', '121701.065000', '121701.525000', '121701.985000', '121702.445000', '121702.905000', '121703.365000', '121703.825000', '121704.285000', '121704.745000', '121705.205000'], 'ContentTime': ['121038.680000', '121038.688000', '121038.691000', '121038.693000', '121038.696000', '121038.699000', '121038.701000', '121038.704000', '121038.706000', '121038.709000', '121038.711000', '121038.717000', '121038.719000', '121038.722000', '121038.725000', '121038.727000', '121038.730000', '121038.732000', '121038.735000', '121038.737000', '121038.740000', '121038.743000', '121038.745000', '121038.748000', '121038.750000', '121038.753000', '121038.755000', '121038.758000', '121038.760000', '121058.604000', '121058.607000', '121058.610000', '121058.612000', '121058.615000', '121058.618000', '121058.620000', '121058.623000', '121058.625000', '121058.628000', '121058.630000', '121058.633000', '121058.636000', '121058.638000', '121058.641000', '121058.643000', '121058.646000', '121058.649000', '121058.651000', '121058.654000', '121058.656000', '121058.666000', '121058.669000', '121058.671000', '121058.674000', '121058.676000', '121058.679000', '121058.682000', '121058.684000', '121058.687000', '121058.689000', '121058.692000', '121058.694000', '121058.697000', '121058.700000', '121058.702000', '121058.705000', '121058.708000', '121058.710000', '121058.713000', '121058.715000', '121058.718000', '121058.721000', '121118.606000', '121118.609000', '121118.611000', '121118.614000', '121118.617000', '121118.619000', '121118.622000', '121118.625000', '121118.627000', '121118.630000', '121118.632000', '121118.635000', '121118.638000', '121118.640000', '121118.643000', '121118.645000', '121118.648000', '121118.650000', '121118.653000', '121118.656000', '121118.658000', '121118.661000', '121118.663000', '121118.667000', '121118.670000', '121118.672000', '121118.675000', '121118.678000', '121118.680000', '121118.683000', '121118.685000', '121118.688000', '121118.690000', '121118.693000', '121118.696000', '121118.698000', '121118.701000', '121118.704000', '121118.706000', '121118.709000', '121118.712000', '121118.714000', '121118.717000', '121138.605000', '121138.608000', '121138.611000', '121138.613000', '121138.616000', '121138.619000', '121138.621000', '121138.624000', '121138.626000', '121138.629000', '121138.631000', '121138.634000', '121138.637000', '121138.639000', '121138.642000', '121138.645000', '121138.647000', '121138.650000', '121138.658000', '121138.660000', '121138.663000', '121138.665000', '121138.668000', '121138.671000', '121138.673000', '121138.676000', '121138.678000', '121138.681000', '121138.683000', '121138.686000', '121138.689000', '121138.691000', '121138.694000', '121138.696000', '121138.699000', '121138.701000', '121138.704000', '121138.706000', '121138.709000', '121138.711000', '121138.714000', '121138.717000', '121138.719000', '121138.722000', '121158.605000', '121158.608000', '121158.611000', '121158.613000', '121158.616000', '121158.618000', '121158.621000', '121158.624000', '121158.626000', '121158.629000', '121158.631000', '121158.634000', '121158.636000', '121158.639000', '121158.642000', '121158.645000', '121158.648000', '121158.651000', '121158.654000', '121158.657000', '121158.659000', '121158.662000', '121158.664000', '121158.667000', '121158.670000', '121158.672000', '121158.675000', '121158.678000', '121158.680000', '121158.683000', '121158.685000', '121158.688000', '121158.690000', '121158.693000', '121158.696000', '121158.698000', '121158.701000', '121158.703000', '121158.706000', '121158.709000', '121158.711000', '121158.714000', '121158.716000', '121218.605000', '121218.608000', '121218.611000', '121218.613000', '121218.616000', '121218.618000', '121218.621000', '121218.624000', '121218.626000', '121218.629000', '121218.631000', '121218.634000', '121218.637000', '121218.639000', '121218.642000', '121218.644000', '121218.647000', '121218.650000', '121218.652000', '121218.655000', '121218.657000', '121218.660000', '121218.663000', '121218.665000', '121218.679000', '121218.682000', '121218.685000', '121218.687000', '121218.690000', '121218.692000', '121218.695000', '121218.697000', '121218.700000', '121218.703000', '121218.706000', '121218.708000', '121218.711000', '121218.714000', '121218.716000', '121218.719000', '121218.721000', '121218.724000', '121218.727000', '121218.729000', '121238.605000', '121238.608000', '121238.611000', '121238.613000', '121238.616000', '121238.619000', '121238.621000', '121238.624000', '121238.626000', '121238.629000', '121238.632000', '121238.634000', '121238.637000', '121238.639000', '121238.642000', '121238.644000', '121238.647000', '121238.650000', '121238.652000', '121238.655000', '121238.657000', '121238.660000', '121238.662000', '121238.665000', '121238.668000', '121238.671000', '121238.674000', '121238.676000', '121238.679000', '121238.682000', '121238.684000', '121238.687000', '121238.689000', '121238.692000', '121238.694000', '121238.697000', '121238.699000', '121238.702000', '121238.706000', '121238.709000', '121238.711000', '121238.714000', '121238.716000', '121258.605000', '121258.608000', '121258.611000', '121258.613000', '121258.616000', '121258.619000', '121258.621000', '121258.624000', '121258.627000', '121258.629000', '121258.632000', '121258.634000', '121258.637000', '121258.639000', '121258.642000', '121258.645000', '121258.647000', '121258.650000', '121258.653000', '121258.655000', '121258.658000', '121258.660000', '121258.663000', '121258.666000', '121258.668000', '121258.671000', '121258.674000', '121258.676000', '121258.679000', '121258.682000', '121258.684000', '121258.687000', '121258.689000', '121258.692000', '121258.695000', '121258.697000', '121258.700000', '121258.702000', '121258.705000', '121258.708000', '121258.710000', '121258.713000', '121258.715000', '121258.718000', '121318.605000', '121318.607000', '121318.610000', '121318.613000', '121318.615000', '121318.618000', '121318.620000', '121318.623000', '121318.626000', '121318.628000', '121318.631000', '121318.634000', '121318.636000', '121318.639000', '121318.641000', '121318.644000', '121318.646000', '121318.649000', '121318.652000', '121318.654000', '121318.657000', '121318.659000', '121318.662000', '121318.665000', '121318.667000', '121318.670000', '121318.672000', '121318.675000', '121318.678000', '121318.680000', '121318.683000', '121318.685000', '121318.688000', '121318.691000', '121318.693000', '121318.696000', '121318.698000', '121318.701000', '121318.703000', '121318.706000', '121318.709000', '121318.712000', '121318.715000', '121338.606000', '121338.609000', '121338.611000', '121338.614000', '121338.616000', '121338.619000', '121338.622000', '121338.624000', '121338.627000', '121338.629000', '121338.632000', '121338.635000', '121338.637000', '121338.640000', '121338.642000', '121338.645000', '121338.648000', '121338.650000', '121338.653000', '121338.655000', '121338.658000', '121338.660000', '121338.663000', '121338.666000', '121338.668000', '121338.671000', '121338.673000', '121338.676000', '121338.679000', '121338.681000', '121338.684000', '121338.686000', '121338.689000', '121338.691000', '121338.694000', '121338.697000', '121338.699000', '121338.702000', '121338.704000', '121338.707000', '121338.710000', '121338.712000', '121338.715000', '121338.717000', '121358.605000', '121358.608000', '121358.611000', '121358.613000', '121358.630000', '121358.632000', '121358.635000', '121358.638000', '121358.640000', '121358.643000', '121358.646000', '121358.648000', '121358.651000', '121358.653000', '121358.656000', '121358.658000', '121358.661000', '121358.664000', '121358.666000', '121358.669000', '121358.672000', '121358.674000', '121358.677000', '121358.680000', '121358.682000', '121358.685000', '121358.687000', '121358.690000', '121358.692000', '121358.695000', '121358.698000', '121358.701000', '121358.703000', '121358.706000', '121358.709000', '121358.712000', '121358.715000', '121358.717000', '121358.720000', '121358.722000', '121358.725000', '121358.728000', '121358.730000', '121418.605000', '121418.608000', '121418.611000', '121418.613000', '121418.616000', '121418.619000', '121418.621000', '121418.624000', '121418.626000', '121418.629000', '121418.632000', '121418.634000', '121418.637000', '121418.640000', '121418.642000', '121418.645000', '121418.647000', '121418.650000', '121418.653000', '121418.655000', '121418.658000', '121418.661000', '121418.663000', '121418.666000', '121418.668000', '121418.671000', '121418.673000', '121418.676000', '121418.679000', '121418.681000', '121418.684000', '121418.686000', '121418.689000', '121418.692000', '121418.694000', '121418.697000', '121418.700000', '121418.702000', '121418.705000', '121418.708000', '121418.710000', '121418.713000', '121418.715000', '121418.718000', '121438.605000', '121438.608000', '121438.611000', '121438.614000', '121438.616000', '121438.619000', '121438.621000', '121438.624000', '121438.626000', '121438.629000', '121438.632000', '121438.634000', '121438.637000', '121438.640000', '121438.642000', '121438.645000', '121438.647000', '121438.650000', '121438.653000', '121438.655000', '121438.658000', '121438.660000', '121438.663000', '121438.666000', '121438.668000', '121438.671000', '121438.673000', '121438.676000', '121438.679000', '121438.681000', '121438.684000', '121438.686000', '121438.689000', '121438.691000', '121438.694000', '121438.697000', '121438.699000', '121438.702000', '121438.704000', '121438.707000', '121438.710000', '121438.712000', '121438.715000', '121458.606000', '121458.608000', '121458.611000', '121458.614000', '121458.616000', '121458.619000', '121458.622000', '121458.624000', '121458.627000', '121458.630000', '121458.632000', '121458.635000', '121458.637000', '121458.640000', '121458.643000', '121458.645000', '121458.648000', '121458.651000', '121458.653000', '121458.656000', '121458.659000', '121458.661000', '121458.664000', '121458.666000', '121458.669000', '121458.672000', '121458.674000', '121458.677000', '121458.679000', '121458.682000', '121458.685000', '121458.687000', '121458.690000', '121458.693000', '121458.695000', '121458.698000', '121458.701000', '121458.703000', '121458.706000', '121458.708000', '121458.711000', '121458.714000', '121458.717000', '121458.719000', '121518.605000', '121518.608000', '121518.611000', '121518.614000', '121518.616000', '121518.619000', '121518.622000', '121518.624000', '121518.627000', '121518.629000', '121518.632000', '121518.635000', '121518.637000', '121518.640000', '121518.642000', '121518.645000', '121518.648000', '121518.650000', '121518.653000', '121518.656000', '121518.658000', '121518.661000', '121518.664000', '121518.666000', '121518.669000', '121518.671000', '121518.674000', '121518.677000', '121518.679000', '121518.696000', '121518.699000', '121518.701000', '121518.704000', '121518.707000', '121518.709000', '121518.712000', '121518.715000', '121518.718000', '121518.721000', '121518.724000', '121518.727000', '121518.729000', '121518.732000', '121538.605000', '121538.608000', '121538.610000', '121538.613000', '121538.615000', '121538.618000', '121538.621000', '121538.623000', '121538.626000', '121538.628000', '121538.631000', '121538.634000', '121538.636000', '121538.639000', '121538.641000', '121538.644000', '121538.647000', '121538.649000', '121538.652000', '121538.654000', '121538.657000', '121538.660000', '121538.662000', '121538.665000', '121538.667000', '121538.670000', '121538.672000', '121538.675000', '121538.678000', '121538.680000', '121538.683000', '121538.686000', '121538.688000', '121538.691000', '121538.693000', '121538.696000', '121538.699000', '121538.701000', '121538.704000', '121538.706000', '121538.709000', '121538.712000', '121538.714000', '121538.717000', '121558.606000', '121558.608000', '121558.611000', '121558.614000', '121558.616000', '121558.619000', '121558.622000', '121558.624000', '121558.627000', '121558.629000', '121558.632000', '121558.635000', '121558.637000', '121558.640000', '121558.643000', '121558.645000', '121558.648000', '121558.650000', '121558.653000', '121558.656000', '121558.658000', '121558.661000', '121558.664000', '121558.666000', '121558.669000', '121558.671000', '121558.674000', '121558.677000', '121558.679000', '121558.682000', '121558.685000', '121558.687000', '121558.690000', '121558.692000', '121558.695000', '121558.698000', '121558.700000', '121558.703000', '121558.705000', '121558.708000', '121558.710000', '121558.713000', '121558.716000', '121618.605000', '121618.608000', '121618.611000', '121618.614000', '121618.616000', '121618.619000', '121618.621000', '121618.624000', '121618.626000', '121618.629000', '121618.632000', '121618.636000', '121618.639000', '121618.642000', '121618.644000', '121618.647000', '121618.650000', '121618.652000', '121618.655000', '121618.658000', '121618.660000', '121618.663000', '121618.665000', '121618.668000', '121618.671000', '121618.673000', '121618.676000', '121618.678000', '121618.681000', '121618.684000', '121618.686000', '121618.689000', '121618.692000', '121618.694000', '121618.697000', '121618.699000', '121618.702000', '121618.705000', '121618.707000', '121618.710000', '121618.712000', '121618.715000', '121618.718000', '121618.720000', '121638.606000', '121638.609000', '121638.611000', '121638.614000', '121638.616000', '121638.619000', '121638.622000', '121638.624000', '121638.627000', '121638.629000', '121638.632000', '121638.635000', '121638.638000', '121638.640000', '121638.643000', '121638.645000', '121638.648000', '121638.651000', '121638.653000', '121638.656000', '121638.658000', '121638.661000', '121638.664000', '121638.666000', '121638.669000', '121638.671000', '121638.674000', '121638.677000', '121638.679000', '121638.682000', '121638.684000', '121638.687000', '121638.689000', '121638.692000', '121638.695000', '121638.697000', '121638.700000', '121638.702000', '121638.705000', '121638.708000', '121638.722000', '121638.725000', '121638.727000', '121658.606000', '121658.608000', '121658.611000', '121658.614000', '121658.616000', '121658.619000', '121658.621000', '121658.624000', '121658.627000', '121658.629000', '121658.632000', '121658.635000', '121658.637000', '121658.640000', '121658.642000', '121658.645000', '121658.648000', '121658.650000', '121658.653000', '121658.656000', '121658.658000', '121658.661000', '121658.663000', '121658.666000', '121658.669000', '121658.671000', '121658.674000', '121658.677000', '121658.679000', '121658.682000', '121658.685000', '121658.687000', '121658.690000', '121658.692000', '121658.695000', '121658.697000', '121658.700000', '121658.703000', '121658.705000', '121658.708000', '121658.710000', '121658.713000', '121658.716000', '121658.718000', '121706.388000', '121706.391000', '121706.394000', '121706.396000', '121706.399000', '121706.401000', '121706.404000', '121706.407000', '121706.409000', '121706.412000', '121706.414000', '121706.417000', '121706.420000', '121706.422000', '121706.425000', '121706.428000', '121706.430000'], 'InstanceCreationTime': ['121038.680000', '121038.688000', '121038.691000', '121038.693000', '121038.696000', '121038.699000', '121038.701000', '121038.704000', '121038.706000', '121038.709000', '121038.711000', '121038.717000', '121038.719000', '121038.722000', '121038.725000', '121038.727000', '121038.730000', '121038.732000', '121038.735000', '121038.737000', '121038.740000', '121038.743000', '121038.745000', '121038.748000', '121038.750000', '121038.753000', '121038.755000', '121038.758000', '121038.760000', '121058.604000', '121058.607000', '121058.610000', '121058.612000', '121058.615000', '121058.618000', '121058.620000', '121058.623000', '121058.625000', '121058.628000', '121058.630000', '121058.633000', '121058.636000', '121058.638000', '121058.641000', '121058.643000', '121058.646000', '121058.649000', '121058.651000', '121058.654000', '121058.656000', '121058.666000', '121058.669000', '121058.671000', '121058.674000', '121058.676000', '121058.679000', '121058.682000', '121058.684000', '121058.687000', '121058.689000', '121058.692000', '121058.694000', '121058.697000', '121058.700000', '121058.702000', '121058.705000', '121058.708000', '121058.710000', '121058.713000', '121058.715000', '121058.718000', '121058.721000', '121118.606000', '121118.609000', '121118.611000', '121118.614000', '121118.617000', '121118.619000', '121118.622000', '121118.625000', '121118.627000', '121118.630000', '121118.632000', '121118.635000', '121118.638000', '121118.640000', '121118.643000', '121118.645000', '121118.648000', '121118.650000', '121118.653000', '121118.656000', '121118.658000', '121118.661000', '121118.663000', '121118.667000', '121118.670000', '121118.672000', '121118.675000', '121118.678000', '121118.680000', '121118.683000', '121118.685000', '121118.688000', '121118.690000', '121118.693000', '121118.696000', '121118.698000', '121118.701000', '121118.704000', '121118.706000', '121118.709000', '121118.712000', '121118.714000', '121118.717000', '121138.605000', '121138.608000', '121138.611000', '121138.613000', '121138.616000', '121138.619000', '121138.621000', '121138.624000', '121138.626000', '121138.629000', '121138.631000', '121138.634000', '121138.637000', '121138.639000', '121138.642000', '121138.645000', '121138.647000', '121138.650000', '121138.658000', '121138.660000', '121138.663000', '121138.665000', '121138.668000', '121138.671000', '121138.673000', '121138.676000', '121138.678000', '121138.681000', '121138.683000', '121138.686000', '121138.689000', '121138.691000', '121138.694000', '121138.696000', '121138.699000', '121138.701000', '121138.704000', '121138.706000', '121138.709000', '121138.711000', '121138.714000', '121138.717000', '121138.719000', '121138.722000', '121158.605000', '121158.608000', '121158.611000', '121158.613000', '121158.616000', '121158.618000', '121158.621000', '121158.624000', '121158.626000', '121158.629000', '121158.631000', '121158.634000', '121158.636000', '121158.639000', '121158.642000', '121158.645000', '121158.648000', '121158.651000', '121158.654000', '121158.657000', '121158.659000', '121158.662000', '121158.664000', '121158.667000', '121158.670000', '121158.672000', '121158.675000', '121158.678000', '121158.680000', '121158.683000', '121158.685000', '121158.688000', '121158.690000', '121158.693000', '121158.696000', '121158.698000', '121158.701000', '121158.703000', '121158.706000', '121158.709000', '121158.711000', '121158.714000', '121158.716000', '121218.605000', '121218.608000', '121218.611000', '121218.613000', '121218.616000', '121218.618000', '121218.621000', '121218.624000', '121218.626000', '121218.629000', '121218.631000', '121218.634000', '121218.637000', '121218.639000', '121218.642000', '121218.644000', '121218.647000', '121218.650000', '121218.652000', '121218.655000', '121218.657000', '121218.660000', '121218.663000', '121218.665000', '121218.679000', '121218.682000', '121218.685000', '121218.687000', '121218.690000', '121218.692000', '121218.695000', '121218.697000', '121218.700000', '121218.703000', '121218.706000', '121218.708000', '121218.711000', '121218.714000', '121218.716000', '121218.719000', '121218.721000', '121218.724000', '121218.727000', '121218.729000', '121238.605000', '121238.608000', '121238.611000', '121238.613000', '121238.616000', '121238.619000', '121238.621000', '121238.624000', '121238.626000', '121238.629000', '121238.632000', '121238.634000', '121238.637000', '121238.639000', '121238.642000', '121238.644000', '121238.647000', '121238.650000', '121238.652000', '121238.655000', '121238.657000', '121238.660000', '121238.662000', '121238.665000', '121238.668000', '121238.671000', '121238.674000', '121238.676000', '121238.679000', '121238.682000', '121238.684000', '121238.687000', '121238.689000', '121238.692000', '121238.694000', '121238.697000', '121238.699000', '121238.702000', '121238.706000', '121238.709000', '121238.711000', '121238.714000', '121238.716000', '121258.605000', '121258.608000', '121258.611000', '121258.613000', '121258.616000', '121258.619000', '121258.621000', '121258.624000', '121258.627000', '121258.629000', '121258.632000', '121258.634000', '121258.637000', '121258.639000', '121258.642000', '121258.645000', '121258.647000', '121258.650000', '121258.653000', '121258.655000', '121258.658000', '121258.660000', '121258.663000', '121258.666000', '121258.668000', '121258.671000', '121258.674000', '121258.676000', '121258.679000', '121258.682000', '121258.684000', '121258.687000', '121258.689000', '121258.692000', '121258.695000', '121258.697000', '121258.700000', '121258.702000', '121258.705000', '121258.708000', '121258.710000', '121258.713000', '121258.715000', '121258.718000', '121318.605000', '121318.607000', '121318.610000', '121318.613000', '121318.615000', '121318.618000', '121318.620000', '121318.623000', '121318.626000', '121318.628000', '121318.631000', '121318.634000', '121318.636000', '121318.639000', '121318.641000', '121318.644000', '121318.646000', '121318.649000', '121318.652000', '121318.654000', '121318.657000', '121318.659000', '121318.662000', '121318.665000', '121318.667000', '121318.670000', '121318.672000', '121318.675000', '121318.678000', '121318.680000', '121318.683000', '121318.685000', '121318.688000', '121318.691000', '121318.693000', '121318.696000', '121318.698000', '121318.701000', '121318.703000', '121318.706000', '121318.709000', '121318.712000', '121318.715000', '121338.606000', '121338.609000', '121338.611000', '121338.614000', '121338.616000', '121338.619000', '121338.622000', '121338.624000', '121338.627000', '121338.629000', '121338.632000', '121338.635000', '121338.637000', '121338.640000', '121338.642000', '121338.645000', '121338.648000', '121338.650000', '121338.653000', '121338.655000', '121338.658000', '121338.660000', '121338.663000', '121338.666000', '121338.668000', '121338.671000', '121338.673000', '121338.676000', '121338.679000', '121338.681000', '121338.684000', '121338.686000', '121338.689000', '121338.691000', '121338.694000', '121338.697000', '121338.699000', '121338.702000', '121338.704000', '121338.707000', '121338.710000', '121338.712000', '121338.715000', '121338.717000', '121358.605000', '121358.608000', '121358.611000', '121358.613000', '121358.630000', '121358.632000', '121358.635000', '121358.638000', '121358.640000', '121358.643000', '121358.646000', '121358.648000', '121358.651000', '121358.653000', '121358.656000', '121358.658000', '121358.661000', '121358.664000', '121358.666000', '121358.669000', '121358.672000', '121358.674000', '121358.677000', '121358.680000', '121358.682000', '121358.685000', '121358.687000', '121358.690000', '121358.692000', '121358.695000', '121358.698000', '121358.701000', '121358.703000', '121358.706000', '121358.709000', '121358.712000', '121358.715000', '121358.717000', '121358.720000', '121358.722000', '121358.725000', '121358.728000', '121358.730000', '121418.605000', '121418.608000', '121418.611000', '121418.613000', '121418.616000', '121418.619000', '121418.621000', '121418.624000', '121418.626000', '121418.629000', '121418.632000', '121418.634000', '121418.637000', '121418.640000', '121418.642000', '121418.645000', '121418.647000', '121418.650000', '121418.653000', '121418.655000', '121418.658000', '121418.661000', '121418.663000', '121418.666000', '121418.668000', '121418.671000', '121418.673000', '121418.676000', '121418.679000', '121418.681000', '121418.684000', '121418.686000', '121418.689000', '121418.692000', '121418.694000', '121418.697000', '121418.700000', '121418.702000', '121418.705000', '121418.708000', '121418.710000', '121418.713000', '121418.715000', '121418.718000', '121438.605000', '121438.608000', '121438.611000', '121438.614000', '121438.616000', '121438.619000', '121438.621000', '121438.624000', '121438.626000', '121438.629000', '121438.632000', '121438.634000', '121438.637000', '121438.640000', '121438.642000', '121438.645000', '121438.647000', '121438.650000', '121438.653000', '121438.655000', '121438.658000', '121438.660000', '121438.663000', '121438.666000', '121438.668000', '121438.671000', '121438.673000', '121438.676000', '121438.679000', '121438.681000', '121438.684000', '121438.686000', '121438.689000', '121438.691000', '121438.694000', '121438.697000', '121438.699000', '121438.702000', '121438.704000', '121438.707000', '121438.710000', '121438.712000', '121438.715000', '121458.606000', '121458.608000', '121458.611000', '121458.614000', '121458.616000', '121458.619000', '121458.622000', '121458.624000', '121458.627000', '121458.630000', '121458.632000', '121458.635000', '121458.637000', '121458.640000', '121458.643000', '121458.645000', '121458.648000', '121458.651000', '121458.653000', '121458.656000', '121458.659000', '121458.661000', '121458.664000', '121458.666000', '121458.669000', '121458.672000', '121458.674000', '121458.677000', '121458.679000', '121458.682000', '121458.685000', '121458.687000', '121458.690000', '121458.693000', '121458.695000', '121458.698000', '121458.701000', '121458.703000', '121458.706000', '121458.708000', '121458.711000', '121458.714000', '121458.717000', '121458.719000', '121518.605000', '121518.608000', '121518.611000', '121518.614000', '121518.616000', '121518.619000', '121518.622000', '121518.624000', '121518.627000', '121518.629000', '121518.632000', '121518.635000', '121518.637000', '121518.640000', '121518.642000', '121518.645000', '121518.648000', '121518.650000', '121518.653000', '121518.656000', '121518.658000', '121518.661000', '121518.664000', '121518.666000', '121518.669000', '121518.671000', '121518.674000', '121518.677000', '121518.679000', '121518.696000', '121518.699000', '121518.701000', '121518.704000', '121518.707000', '121518.709000', '121518.712000', '121518.715000', '121518.718000', '121518.721000', '121518.724000', '121518.727000', '121518.729000', '121518.732000', '121538.605000', '121538.608000', '121538.610000', '121538.613000', '121538.615000', '121538.618000', '121538.621000', '121538.623000', '121538.626000', '121538.628000', '121538.631000', '121538.634000', '121538.636000', '121538.639000', '121538.641000', '121538.644000', '121538.647000', '121538.649000', '121538.652000', '121538.654000', '121538.657000', '121538.660000', '121538.662000', '121538.665000', '121538.667000', '121538.670000', '121538.672000', '121538.675000', '121538.678000', '121538.680000', '121538.683000', '121538.686000', '121538.688000', '121538.691000', '121538.693000', '121538.696000', '121538.699000', '121538.701000', '121538.704000', '121538.706000', '121538.709000', '121538.712000', '121538.714000', '121538.717000', '121558.606000', '121558.608000', '121558.611000', '121558.614000', '121558.616000', '121558.619000', '121558.622000', '121558.624000', '121558.627000', '121558.629000', '121558.632000', '121558.635000', '121558.637000', '121558.640000', '121558.643000', '121558.645000', '121558.648000', '121558.650000', '121558.653000', '121558.656000', '121558.658000', '121558.661000', '121558.664000', '121558.666000', '121558.669000', '121558.671000', '121558.674000', '121558.677000', '121558.679000', '121558.682000', '121558.685000', '121558.687000', '121558.690000', '121558.692000', '121558.695000', '121558.698000', '121558.700000', '121558.703000', '121558.705000', '121558.708000', '121558.710000', '121558.713000', '121558.716000', '121618.605000', '121618.608000', '121618.611000', '121618.614000', '121618.616000', '121618.619000', '121618.621000', '121618.624000', '121618.626000', '121618.629000', '121618.632000', '121618.636000', '121618.639000', '121618.642000', '121618.644000', '121618.647000', '121618.650000', '121618.652000', '121618.655000', '121618.658000', '121618.660000', '121618.663000', '121618.665000', '121618.668000', '121618.671000', '121618.673000', '121618.676000', '121618.678000', '121618.681000', '121618.684000', '121618.686000', '121618.689000', '121618.692000', '121618.694000', '121618.697000', '121618.699000', '121618.702000', '121618.705000', '121618.707000', '121618.710000', '121618.712000', '121618.715000', '121618.718000', '121618.720000', '121638.606000', '121638.609000', '121638.611000', '121638.614000', '121638.616000', '121638.619000', '121638.622000', '121638.624000', '121638.627000', '121638.629000', '121638.632000', '121638.635000', '121638.638000', '121638.640000', '121638.643000', '121638.645000', '121638.648000', '121638.651000', '121638.653000', '121638.656000', '121638.658000', '121638.661000', '121638.664000', '121638.666000', '121638.669000', '121638.671000', '121638.674000', '121638.677000', '121638.679000', '121638.682000', '121638.684000', '121638.687000', '121638.689000', '121638.692000', '121638.695000', '121638.697000', '121638.700000', '121638.702000', '121638.705000', '121638.708000', '121638.722000', '121638.725000', '121638.727000', '121658.606000', '121658.608000', '121658.611000', '121658.614000', '121658.616000', '121658.619000', '121658.621000', '121658.624000', '121658.627000', '121658.629000', '121658.632000', '121658.635000', '121658.637000', '121658.640000', '121658.642000', '121658.645000', '121658.648000', '121658.650000', '121658.653000', '121658.656000', '121658.658000', '121658.661000', '121658.663000', '121658.666000', '121658.669000', '121658.671000', '121658.674000', '121658.677000', '121658.679000', '121658.682000', '121658.685000', '121658.687000', '121658.690000', '121658.692000', '121658.695000', '121658.697000', '121658.700000', '121658.703000', '121658.705000', '121658.708000', '121658.710000', '121658.713000', '121658.716000', '121658.718000', '121706.388000', '121706.391000', '121706.394000', '121706.396000', '121706.399000', '121706.401000', '121706.404000', '121706.407000', '121706.409000', '121706.412000', '121706.414000', '121706.417000', '121706.420000', '121706.422000', '121706.425000', '121706.428000', '121706.430000'], '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': [7536, 7348, 7166, 6949, 6913, 6739, 6759, 7212, 6777, 6536, 6785, 6611, 6703, 6634, 6935, 6669, 7006, 6812, 6849, 6908, 7013, 6527, 6989, 6596, 6837, 6830, 6822, 6597, 6574, 6489, 6724, 6567, 6844, 6802, 6880, 6727, 6642, 6562, 6640, 6473, 6530, 6579, 6548, 6772, 6692, 6831, 6674, 6766, 6602, 6513, 7043, 6578, 6647, 6470, 6952, 6533, 6661, 6689, 6562, 6881, 6526, 6768, 6517, 6780, 6709, 6794, 6491, 6699, 6549, 6554, 6460, 6491, 6790, 6504, 7011, 6520, 6594, 6607, 6833, 6452, 6517, 6695, 6480, 7013, 6487, 7134, 6578, 6759, 6627, 6692, 6537, 6805, 6739, 6726, 6779, 6510, 6728, 6656, 6972, 7084, 6889, 6610, 6507, 6952, 6570, 6673, 6690, 6683, 6491, 6459, 6689, 6607, 6799, 6494, 6796, 6476, 6431, 6671, 6588, 6660, 6623, 6687, 6687, 6817, 6536, 6770, 8267, 6601, 6539, 6753, 6794, 6894, 6554, 6793, 6956, 6982, 7277, 6880, 6924, 6605, 6732, 6480, 6685, 6670, 6745, 6779, 6426, 6629, 6806, 6731, 6424, 6691, 6416, 6995, 6752, 6633, 6635, 6426, 6987, 6539, 6947, 6695, 6772, 6479, 6522, 6663, 6939, 6538, 6526, 6693, 6513, 6792, 6435, 6481, 6669, 6766, 6593, 6630, 6718, 6611, 6751, 6692, 6439, 6719, 6533, 6836, 6612, 6689, 6577, 6697, 6606, 6865, 6536, 6449, 6887, 6475, 6722, 6418, 6622, 6537, 6605, 6758, 6411, 6747, 6644, 7068, 6482, 6775, 6500, 6781, 6560, 6531, 6543, 6660, 6647, 6395, 6640, 6593, 6873, 6852, 6832, 6672, 7145, 6519, 6870, 6487, 6777, 6522, 6983, 6540, 6763, 6596, 6744, 6762, 6492, 6986, 6456, 6452, 6511, 6857, 6666, 6672, 6655, 6392, 6727, 6709, 6958, 6440, 6731, 6761, 6408, 6640, 6930, 6769, 6451, 6903, 6556, 6557, 6733, 6632, 6627, 6437, 6821, 6679, 6520, 6620, 6543, 7099, 6578, 6473, 6470, 6516, 6593, 6643, 6731, 6771, 6625, 6632, 6575, 6773, 6606, 6557, 6555, 6886, 6656, 6592, 6500, 6760, 6556, 6460, 6568, 6650, 6687, 6658, 6525, 6657, 6701, 6700, 6571, 6545, 6816, 6790, 6505, 6840, 6714, 6607, 6775, 6577, 6605, 6528, 6694, 6528, 6453, 6890, 6624, 7070, 6637, 6649, 6642, 6863, 6613, 6516, 6543, 6646, 6606, 6530, 6730, 6761, 6474, 6692, 6751, 6850, 6669, 6416, 6905, 6500, 6525, 6537, 6583, 6530, 6533, 6683, 6499, 6779, 6496, 6702, 6777, 6526, 6648, 6405, 6775, 6529, 6550, 6811, 6703, 6489, 6459, 6762, 6704, 6789, 6482, 6678, 6618, 6792, 6712, 6725, 6597, 6561, 6498, 6487, 6636, 6577, 6618, 6650, 6543, 6699, 6503, 6934, 6732, 6683, 6892, 6522, 6620, 6467, 6801, 6619, 6513, 7176, 6670, 6546, 6819, 6655, 6541, 6756, 6666, 6873, 6801, 6793, 6547, 6539, 6609, 6896, 6573, 6561, 6843, 6543, 6489, 6789, 6736, 6745, 6732, 6565, 6617, 6676, 6627, 6815, 6796, 6646, 6964, 6643, 6735, 6596, 6686, 6957, 6728, 6720, 6832, 6728, 6837, 6538, 6538, 6638, 6752, 6459, 6684, 6657, 6787, 6637, 6979, 6496, 6916, 6574, 6607, 6595, 6531, 6810, 6717, 6774, 6709, 6796, 6860, 6606, 6694, 6810, 6567, 6474, 6523, 6806, 6670, 6508, 6915, 7310, 6686, 7256, 7035, 7150, 6892, 6921, 6452, 6855, 6590, 6727, 6623, 6603, 6767, 6430, 6800, 6602, 6486, 6593, 6508, 6975, 6603, 6644, 6497, 6581, 6520, 6587, 6674, 6581, 6420, 6656, 6953, 6396, 6714, 6461, 7021, 6451, 6730, 6632, 6577, 6854, 6617, 6819, 6429, 6662, 6695, 6582, 6673, 6844, 6842, 6532, 6545, 6384, 6396, 6564, 6619, 6678, 6676, 6455, 6410, 6713, 6774, 6368, 6628, 6452, 6493, 6492, 6601, 6602, 6681, 6648, 6510, 6684, 6552, 6448, 6813, 6579, 6510, 6572, 6405, 7049, 6509, 6763, 6681, 6481, 6391, 6714, 6398, 6485, 6473, 6566, 6759, 6433, 6822, 6553, 6527, 6342, 6528, 6533, 6731, 6563, 6499, 6854, 6693, 6916, 6524, 6911, 6535, 6491, 6490, 6679, 6658, 6798, 6578, 6882, 6732, 6706, 6547, 6697, 6543, 6525, 6570, 6430, 6699, 6453, 6785, 6679, 6755, 6415, 6694, 6615, 6604, 6714, 6418, 6437, 6495, 6912, 6504, 6858, 6338, 6608, 6491, 6763, 6475, 6534, 6503, 6487, 6363, 6516, 6389, 6393, 6663, 6428, 6652, 6560, 6796, 6497, 6599, 6405, 6823, 6327, 6857, 6480, 6530, 6496, 6532, 6848, 6447, 6588, 6493, 6507, 6351, 6588, 6699, 6551, 6397, 6735, 6506, 6584, 6846, 6534, 6757, 6674, 6617, 6430, 6433, 6657, 6475, 6692, 6584, 6755, 6407, 6392, 6541, 6504, 6643, 6652, 6621, 6458, 6410, 6397, 6343, 6628, 6489, 6513, 6515, 6316, 6614, 6448, 6802, 6468, 6912, 6588, 6460, 6612, 6521, 6616, 6440, 6556, 6341, 6574, 6623, 6400, 6512, 6360, 6488, 6287, 6727, 6586, 6799, 7120, 6576, 6469, 6537, 6548, 6715, 6640, 6338, 6603, 6361, 6765, 6658, 6370, 6623, 6401, 6376, 6584, 6581, 6562, 6549, 6455, 6511, 6584, 6914, 6447, 6669, 6471, 6423, 6547, 6628, 6548, 6661, 6765, 6586, 6597, 6704, 6556, 6665, 6586, 6643, 6710, 6494, 6592, 6298, 6821, 6325, 6554, 6525, 6918, 6602, 6849, 6553, 6436, 6746, 6712, 6390, 6728, 6298, 6472, 6537, 6818, 6529, 6753, 7194, 7074, 6560, 6808, 6820, 6649, 6827, 6523, 6782, 6502, 6753, 6558, 6661, 6590, 6865, 6327, 6433, 6490, 6621, 6650, 6417, 6745, 6539, 6583, 6729, 6602, 6674, 6340, 6693, 6463, 8346, 6518, 6452, 6341, 6643, 6384, 6750, 6339, 6591, 6410, 6918, 6497, 6522, 6529, 6454, 6585, 6416, 6594, 6629, 6481, 6518, 6516, 6574, 7001, 6460, 6821, 6440, 6621, 6737, 7017, 6801, 6610, 6710, 6638, 6950, 6429, 6964, 6475, 6842, 6496, 6859, 6361, 6688, 6491, 6723, 6725, 6468, 6534, 6460, 6785, 6378, 6702, 6566, 6794, 6483, 6637, 6599, 6813, 6351, 6459, 6594, 6782, 6428, 6366, 6800, 6464, 6532, 6619, 6579, 6633, 6560, 6659, 6504, 6672, 6687, 6680, 6382, 6432, 6796, 6490, 6550, 6471, 6597, 6668, 6478, 6474, 7077, 6541], 'WindowCenter': [4143.0, 4128.0, 4102.0, 4100.0, 4098.0, 4087.0, 4089.0, 4109.0, 4095.0, 4084.0, 4085.0, 4097.0, 4085.0, 4102.0, 4096.0, 4089.0, 4090.0, 4085.0, 4091.0, 4101.0, 4099.0, 4084.0, 4095.0, 4085.0, 4097.0, 4086.0, 4083.0, 4084.0, 4071.0, 4070.0, 4072.0, 4071.0, 4075.0, 4070.0, 4068.0, 4069.0, 4057.0, 4067.0, 4058.0, 4058.0, 4059.0, 4070.0, 4059.0, 4071.0, 4068.0, 4065.0, 4060.0, 4060.0, 4073.0, 4071.0, 4068.0, 4068.0, 4066.0, 4057.0, 4081.0, 4071.0, 4082.0, 4093.0, 4084.0, 4080.0, 4072.0, 4083.0, 4070.0, 4082.0, 4084.0, 4072.0, 4072.0, 4072.0, 4071.0, 4069.0, 4069.0, 4068.0, 4068.0, 4071.0, 4079.0, 4069.0, 4069.0, 4069.0, 4066.0, 4070.0, 4074.0, 4068.0, 4083.0, 4081.0, 4071.0, 4079.0, 4071.0, 4068.0, 4072.0, 4071.0, 4070.0, 4068.0, 4069.0, 4070.0, 4069.0, 4071.0, 4070.0, 4069.0, 4081.0, 4079.0, 4080.0, 4079.0, 4068.0, 4080.0, 4071.0, 4069.0, 4069.0, 4074.0, 4058.0, 4070.0, 4069.0, 4068.0, 4069.0, 4074.0, 4070.0, 4058.0, 4070.0, 4071.0, 4080.0, 4083.0, 4094.0, 4083.0, 4086.0, 4087.0, 4083.0, 4083.0, 4116.0, 4084.0, 4085.0, 4084.0, 4083.0, 4107.0, 4089.0, 4095.0, 4091.0, 4104.0, 4100.0, 4094.0, 4094.0, 4082.0, 4085.0, 4070.0, 4085.0, 4085.0, 4072.0, 4071.0, 4071.0, 4084.0, 4072.0, 4075.0, 4072.0, 4073.0, 4061.0, 4069.0, 4070.0, 4069.0, 4069.0, 4059.0, 4069.0, 4061.0, 4080.0, 4071.0, 4071.0, 4058.0, 4059.0, 4069.0, 4068.0, 4061.0, 4073.0, 4071.0, 4072.0, 4071.0, 4060.0, 4070.0, 4073.0, 4070.0, 4069.0, 4073.0, 4071.0, 4072.0, 4083.0, 4081.0, 4087.0, 4085.0, 4084.0, 4083.0, 4083.0, 4084.0, 4082.0, 4084.0, 4087.0, 4081.0, 4073.0, 4072.0, 4082.0, 4059.0, 4070.0, 4069.0, 4068.0, 4059.0, 4072.0, 4069.0, 4057.0, 4069.0, 4072.0, 4070.0, 4072.0, 4070.0, 4060.0, 4069.0, 4070.0, 4057.0, 4061.0, 4072.0, 4070.0, 4070.0, 4072.0, 4082.0, 4081.0, 4086.0, 4069.0, 4081.0, 4083.0, 4073.0, 4082.0, 4074.0, 4072.0, 4073.0, 4084.0, 4072.0, 4073.0, 4070.0, 4083.0, 4069.0, 4070.0, 4069.0, 4070.0, 4069.0, 4059.0, 4069.0, 4070.0, 4073.0, 4068.0, 4070.0, 4073.0, 4073.0, 4073.0, 4074.0, 4071.0, 4069.0, 4069.0, 4071.0, 4081.0, 4073.0, 4069.0, 4079.0, 4071.0, 4070.0, 4081.0, 4082.0, 4076.0, 4074.0, 4087.0, 4083.0, 4072.0, 4082.0, 4070.0, 4081.0, 4074.0, 4071.0, 4070.0, 4071.0, 4069.0, 4086.0, 4081.0, 4087.0, 4071.0, 4071.0, 4083.0, 4080.0, 4084.0, 4072.0, 4072.0, 4082.0, 4084.0, 4082.0, 4085.0, 4083.0, 4073.0, 4074.0, 4074.0, 4071.0, 4073.0, 4073.0, 4071.0, 4073.0, 4083.0, 4082.0, 4070.0, 4070.0, 4080.0, 4083.0, 4073.0, 4071.0, 4071.0, 4072.0, 4068.0, 4071.0, 4069.0, 4060.0, 4072.0, 4058.0, 4058.0, 4067.0, 4071.0, 4067.0, 4071.0, 4081.0, 4082.0, 4075.0, 4071.0, 4071.0, 4085.0, 4082.0, 4083.0, 4074.0, 4071.0, 4084.0, 4085.0, 4082.0, 4094.0, 4095.0, 4084.0, 4087.0, 4081.0, 4074.0, 4084.0, 4072.0, 4085.0, 4071.0, 4071.0, 4082.0, 4074.0, 4082.0, 4073.0, 4084.0, 4071.0, 4070.0, 4070.0, 4069.0, 4071.0, 4060.0, 4059.0, 4071.0, 4068.0, 4061.0, 4071.0, 4069.0, 4070.0, 4072.0, 4059.0, 4084.0, 4084.0, 4086.0, 4075.0, 4073.0, 4070.0, 4068.0, 4072.0, 4071.0, 4068.0, 4072.0, 4069.0, 4068.0, 4057.0, 4068.0, 4059.0, 4071.0, 4068.0, 4067.0, 4068.0, 4057.0, 4055.0, 4055.0, 4066.0, 4069.0, 4070.0, 4081.0, 4070.0, 4069.0, 4084.0, 4081.0, 4070.0, 4071.0, 4081.0, 4083.0, 4083.0, 4070.0, 4070.0, 4071.0, 4068.0, 4081.0, 4070.0, 4069.0, 4070.0, 4060.0, 4071.0, 4071.0, 4071.0, 4071.0, 4069.0, 4072.0, 4069.0, 4071.0, 4071.0, 4071.0, 4071.0, 4070.0, 4080.0, 4073.0, 4073.0, 4069.0, 4083.0, 4084.0, 4084.0, 4083.0, 4073.0, 4082.0, 4083.0, 4071.0, 4072.0, 4085.0, 4081.0, 4083.0, 4082.0, 4083.0, 4084.0, 4083.0, 4094.0, 4087.0, 4093.0, 4086.0, 4084.0, 4084.0, 4072.0, 4074.0, 4073.0, 4072.0, 4070.0, 4070.0, 4072.0, 4071.0, 4069.0, 4070.0, 4072.0, 4071.0, 4075.0, 4086.0, 4081.0, 4077.0, 4088.0, 4105.0, 4099.0, 4125.0, 4112.0, 4111.0, 4111.0, 4097.0, 4072.0, 4069.0, 4067.0, 4069.0, 4069.0, 4070.0, 4071.0, 4069.0, 4069.0, 4073.0, 4059.0, 4058.0, 4058.0, 4054.0, 4055.0, 4060.0, 4055.0, 4069.0, 4071.0, 4084.0, 4081.0, 4069.0, 4067.0, 4080.0, 4093.0, 4085.0, 4099.0, 4097.0, 4097.0, 4098.0, 4083.0, 4085.0, 4084.0, 4084.0, 4083.0, 4071.0, 4073.0, 4070.0, 4070.0, 4069.0, 4070.0, 4069.0, 4071.0, 4060.0, 4058.0, 4047.0, 4044.0, 4054.0, 4054.0, 4055.0, 4056.0, 4044.0, 4042.0, 4057.0, 4054.0, 4045.0, 4057.0, 4057.0, 4057.0, 4057.0, 4067.0, 4071.0, 4082.0, 4072.0, 4069.0, 4086.0, 4073.0, 4070.0, 4069.0, 4070.0, 4073.0, 4070.0, 4073.0, 4080.0, 4071.0, 4069.0, 4071.0, 4062.0, 4060.0, 4069.0, 4057.0, 4058.0, 4046.0, 4055.0, 4057.0, 4057.0, 4057.0, 4057.0, 4056.0, 4057.0, 4055.0, 4056.0, 4068.0, 4068.0, 4070.0, 4069.0, 4070.0, 4078.0, 4069.0, 4083.0, 4073.0, 4072.0, 4072.0, 4083.0, 4082.0, 4083.0, 4081.0, 4082.0, 4073.0, 4070.0, 4071.0, 4071.0, 4072.0, 4072.0, 4072.0, 4070.0, 4070.0, 4070.0, 4072.0, 4085.0, 4082.0, 4071.0, 4068.0, 4086.0, 4095.0, 4082.0, 4074.0, 4073.0, 4074.0, 4081.0, 4071.0, 4084.0, 4086.0, 4096.0, 4085.0, 4085.0, 4073.0, 4073.0, 4070.0, 4070.0, 4074.0, 4073.0, 4074.0, 4071.0, 4071.0, 4071.0, 4072.0, 4084.0, 4072.0, 4059.0, 4070.0, 4060.0, 4073.0, 4060.0, 4067.0, 4059.0, 4056.0, 4055.0, 4059.0, 4069.0, 4071.0, 4083.0, 4070.0, 4072.0, 4072.0, 4073.0, 4083.0, 4072.0, 4071.0, 4082.0, 4072.0, 4073.0, 4070.0, 4061.0, 4071.0, 4069.0, 4072.0, 4059.0, 4061.0, 4070.0, 4062.0, 4071.0, 4071.0, 4071.0, 4061.0, 4062.0, 4059.0, 4059.0, 4070.0, 4074.0, 4082.0, 4070.0, 4071.0, 4071.0, 4074.0, 4096.0, 4084.0, 4075.0, 4086.0, 4083.0, 4087.0, 4073.0, 4086.0, 4083.0, 4084.0, 4086.0, 4074.0, 4084.0, 4086.0, 4086.0, 4073.0, 4072.0, 4072.0, 4073.0, 4074.0, 4072.0, 4074.0, 4069.0, 4072.0, 4073.0, 4084.0, 4095.0, 4084.0, 4083.0, 4072.0, 4073.0, 4072.0, 4073.0, 4084.0, 4071.0, 4071.0, 4072.0, 4073.0, 4073.0, 4071.0, 4059.0, 4069.0, 4059.0, 4058.0, 4068.0, 4066.0, 4069.0, 4071.0, 4071.0, 4071.0, 4072.0, 4079.0, 4070.0, 4083.0, 4088.0, 4084.0, 4084.0, 4083.0, 4076.0, 4084.0, 4101.0, 4085.0, 4086.0, 4085.0, 4075.0, 4085.0, 4073.0, 4072.0, 4084.0, 4075.0, 4073.0, 4072.0, 4100.0, 4074.0, 4072.0, 4072.0, 4081.0, 4069.0, 4070.0, 4060.0, 4060.0, 4070.0, 4072.0, 4072.0, 4070.0, 4060.0, 4074.0, 4072.0, 4083.0, 4074.0, 4084.0, 4085.0, 4082.0, 4085.0, 4084.0, 4073.0, 4074.0, 4075.0, 4074.0, 4073.0, 4073.0, 4074.0, 4072.0, 4086.0, 4087.0, 4074.0, 4073.0, 4072.0, 4064.0, 4069.0, 4057.0, 4057.0, 4069.0, 4059.0, 4073.0, 4070.0, 4067.0, 4070.0, 4058.0, 4068.0, 4071.0, 4092.0, 4069.0, 4058.0, 4059.0, 4069.0, 4059.0, 4068.0, 4072.0, 4072.0, 4084.0, 4083.0, 4072.0, 4071.0, 4073.0, 4073.0, 4085.0, 4070.0, 4083.0, 4074.0, 4075.0, 4074.0, 4076.0, 4101.0, 4112.0, 4084.0, 4085.0, 4074.0, 4087.0, 4089.0, 4095.0, 4073.0, 4083.0, 4084.0, 4085.0, 4084.0, 4073.0, 4085.0, 4072.0, 4074.0, 4071.0, 4073.0, 4072.0, 4073.0, 4072.0, 4072.0, 4072.0, 4069.0, 4073.0, 4072.0, 4082.0, 4073.0, 4082.0, 4083.0, 4072.0, 4076.0, 4083.0, 4085.0, 4071.0, 4074.0, 4075.0, 4073.0, 4082.0, 4074.0, 4072.0, 4072.0, 4070.0, 4071.0, 4073.0, 4084.0, 4083.0, 4072.0, 4071.0, 4070.0, 4073.0, 4072.0, 4073.0, 4073.0, 4072.0, 4071.0, 4069.0, 4086.0, 4086.0, 4086.0, 4099.0, 4088.0, 4084.0, 4096.0, 4113.0], 'WindowWidth': [9238.0, 9205.0, 9156.0, 9147.0, 9141.0, 9122.0, 9129.0, 9156.0, 9132.0, 9115.0, 9116.0, 9135.0, 9116.0, 9145.0, 9132.0, 9123.0, 9123.0, 9115.0, 9125.0, 9141.0, 9136.0, 9112.0, 9128.0, 9117.0, 9134.0, 9116.0, 9106.0, 9109.0, 9089.0, 9084.0, 9089.0, 9088.0, 9094.0, 9083.0, 9078.0, 9080.0, 9063.0, 9077.0, 9065.0, 9062.0, 9067.0, 9083.0, 9068.0, 9086.0, 9077.0, 9077.0, 9067.0, 9069.0, 9089.0, 9088.0, 9079.0, 9078.0, 9076.0, 9066.0, 9102.0, 9090.0, 9107.0, 9126.0, 9111.0, 9102.0, 9091.0, 9107.0, 9089.0, 9107.0, 9111.0, 9090.0, 9090.0, 9091.0, 9087.0, 9085.0, 9083.0, 9081.0, 9080.0, 9087.0, 9095.0, 9082.0, 9081.0, 9082.0, 9075.0, 9084.0, 9097.0, 9083.0, 9109.0, 9102.0, 9088.0, 9097.0, 9087.0, 9082.0, 9089.0, 9087.0, 9085.0, 9081.0, 9083.0, 9086.0, 9083.0, 9088.0, 9084.0, 9081.0, 9100.0, 9095.0, 9099.0, 9099.0, 9081.0, 9098.0, 9087.0, 9082.0, 9084.0, 9094.0, 9066.0, 9086.0, 9083.0, 9081.0, 9084.0, 9096.0, 9087.0, 9067.0, 9085.0, 9087.0, 9099.0, 9109.0, 9127.0, 9108.0, 9115.0, 9120.0, 9110.0, 9111.0, 9159.0, 9113.0, 9115.0, 9112.0, 9110.0, 9151.0, 9129.0, 9129.0, 9127.0, 9146.0, 9139.0, 9126.0, 9125.0, 9105.0, 9114.0, 9088.0, 9114.0, 9113.0, 9091.0, 9087.0, 9087.0, 9108.0, 9089.0, 9097.0, 9088.0, 9089.0, 9072.0, 9082.0, 9081.0, 9081.0, 9081.0, 9067.0, 9080.0, 9073.0, 9098.0, 9085.0, 9085.0, 9065.0, 9068.0, 9083.0, 9081.0, 9074.0, 9093.0, 9088.0, 9091.0, 9087.0, 9069.0, 9087.0, 9091.0, 9085.0, 9082.0, 9092.0, 9089.0, 9090.0, 9108.0, 9103.0, 9120.0, 9118.0, 9114.0, 9109.0, 9109.0, 9111.0, 9107.0, 9111.0, 9117.0, 9105.0, 9092.0, 9090.0, 9102.0, 9068.0, 9085.0, 9083.0, 9080.0, 9068.0, 9087.0, 9081.0, 9064.0, 9083.0, 9090.0, 9085.0, 9089.0, 9086.0, 9071.0, 9084.0, 9086.0, 9065.0, 9073.0, 9088.0, 9083.0, 9085.0, 9092.0, 9108.0, 9103.0, 9114.0, 9085.0, 9102.0, 9109.0, 9095.0, 9105.0, 9095.0, 9091.0, 9093.0, 9107.0, 9089.0, 9091.0, 9083.0, 9107.0, 9082.0, 9086.0, 9083.0, 9086.0, 9084.0, 9070.0, 9083.0, 9087.0, 9091.0, 9079.0, 9084.0, 9090.0, 9091.0, 9090.0, 9095.0, 9087.0, 9084.0, 9085.0, 9087.0, 9102.0, 9091.0, 9083.0, 9096.0, 9088.0, 9086.0, 9107.0, 9107.0, 9100.0, 9096.0, 9115.0, 9107.0, 9093.0, 9105.0, 9088.0, 9102.0, 9096.0, 9087.0, 9085.0, 9086.0, 9082.0, 9115.0, 9106.0, 9120.0, 9089.0, 9087.0, 9109.0, 9102.0, 9111.0, 9094.0, 9094.0, 9104.0, 9108.0, 9106.0, 9114.0, 9108.0, 9094.0, 9096.0, 9095.0, 9088.0, 9092.0, 9092.0, 9088.0, 9091.0, 9108.0, 9105.0, 9087.0, 9086.0, 9104.0, 9113.0, 9095.0, 9088.0, 9087.0, 9089.0, 9081.0, 9086.0, 9083.0, 9070.0, 9087.0, 9066.0, 9067.0, 9077.0, 9087.0, 9079.0, 9088.0, 9102.0, 9106.0, 9097.0, 9087.0, 9090.0, 9115.0, 9106.0, 9107.0, 9096.0, 9089.0, 9113.0, 9117.0, 9107.0, 9127.0, 9131.0, 9113.0, 9118.0, 9105.0, 9099.0, 9112.0, 9094.0, 9116.0, 9092.0, 9092.0, 9105.0, 9097.0, 9106.0, 9092.0, 9109.0, 9089.0, 9086.0, 9084.0, 9083.0, 9089.0, 9071.0, 9069.0, 9085.0, 9080.0, 9073.0, 9088.0, 9084.0, 9085.0, 9088.0, 9070.0, 9114.0, 9112.0, 9117.0, 9098.0, 9092.0, 9084.0, 9082.0, 9089.0, 9086.0, 9081.0, 9093.0, 9083.0, 9082.0, 9065.0, 9081.0, 9068.0, 9085.0, 9078.0, 9076.0, 9076.0, 9061.0, 9059.0, 9059.0, 9074.0, 9082.0, 9085.0, 9104.0, 9088.0, 9085.0, 9112.0, 9104.0, 9088.0, 9090.0, 9104.0, 9109.0, 9108.0, 9086.0, 9086.0, 9088.0, 9082.0, 9101.0, 9086.0, 9083.0, 9084.0, 9072.0, 9087.0, 9087.0, 9089.0, 9088.0, 9083.0, 9091.0, 9083.0, 9088.0, 9088.0, 9090.0, 9087.0, 9087.0, 9101.0, 9093.0, 9091.0, 9084.0, 9108.0, 9113.0, 9109.0, 9108.0, 9094.0, 9108.0, 9108.0, 9088.0, 9092.0, 9113.0, 9103.0, 9110.0, 9109.0, 9109.0, 9112.0, 9112.0, 9127.0, 9121.0, 9122.0, 9113.0, 9111.0, 9111.0, 9093.0, 9096.0, 9092.0, 9089.0, 9087.0, 9086.0, 9090.0, 9088.0, 9084.0, 9085.0, 9089.0, 9087.0, 9099.0, 9116.0, 9102.0, 9104.0, 9120.0, 9146.0, 9141.0, 9185.0, 9164.0, 9164.0, 9159.0, 9134.0, 9094.0, 9085.0, 9078.0, 9082.0, 9084.0, 9086.0, 9087.0, 9083.0, 9082.0, 9091.0, 9068.0, 9064.0, 9063.0, 9053.0, 9054.0, 9065.0, 9055.0, 9080.0, 9091.0, 9111.0, 9103.0, 9084.0, 9079.0, 9103.0, 9125.0, 9117.0, 9142.0, 9138.0, 9137.0, 9139.0, 9112.0, 9114.0, 9112.0, 9110.0, 9108.0, 9090.0, 9094.0, 9086.0, 9084.0, 9084.0, 9082.0, 9080.0, 9085.0, 9069.0, 9062.0, 9045.0, 9040.0, 9051.0, 9051.0, 9055.0, 9057.0, 9038.0, 9035.0, 9058.0, 9052.0, 9041.0, 9061.0, 9062.0, 9062.0, 9062.0, 9078.0, 9088.0, 9106.0, 9090.0, 9083.0, 9117.0, 9093.0, 9085.0, 9083.0, 9085.0, 9093.0, 9088.0, 9093.0, 9099.0, 9087.0, 9085.0, 9088.0, 9075.0, 9069.0, 9080.0, 9061.0, 9062.0, 9045.0, 9056.0, 9060.0, 9060.0, 9060.0, 9060.0, 9060.0, 9060.0, 9058.0, 9058.0, 9078.0, 9083.0, 9086.0, 9083.0, 9086.0, 9097.0, 9085.0, 9108.0, 9095.0, 9096.0, 9095.0, 9108.0, 9106.0, 9107.0, 9103.0, 9104.0, 9093.0, 9088.0, 9090.0, 9090.0, 9093.0, 9093.0, 9090.0, 9087.0, 9086.0, 9085.0, 9089.0, 9113.0, 9105.0, 9088.0, 9082.0, 9117.0, 9130.0, 9106.0, 9096.0, 9096.0, 9098.0, 9104.0, 9091.0, 9115.0, 9121.0, 9135.0, 9113.0, 9111.0, 9092.0, 9095.0, 9087.0, 9086.0, 9096.0, 9093.0, 9095.0, 9090.0, 9089.0, 9086.0, 9089.0, 9110.0, 9088.0, 9068.0, 9082.0, 9070.0, 9091.0, 9068.0, 9077.0, 9068.0, 9062.0, 9059.0, 9068.0, 9080.0, 9089.0, 9108.0, 9087.0, 9091.0, 9092.0, 9094.0, 9109.0, 9091.0, 9090.0, 9105.0, 9092.0, 9092.0, 9084.0, 9074.0, 9086.0, 9082.0, 9088.0, 9069.0, 9073.0, 9083.0, 9074.0, 9087.0, 9087.0, 9089.0, 9073.0, 9076.0, 9069.0, 9070.0, 9085.0, 9094.0, 9107.0, 9086.0, 9088.0, 9089.0, 9098.0, 9132.0, 9112.0, 9100.0, 9119.0, 9110.0, 9117.0, 9097.0, 9117.0, 9110.0, 9111.0, 9115.0, 9097.0, 9112.0, 9117.0, 9115.0, 9094.0, 9091.0, 9091.0, 9092.0, 9095.0, 9092.0, 9096.0, 9085.0, 9090.0, 9093.0, 9111.0, 9131.0, 9111.0, 9109.0, 9091.0, 9094.0, 9092.0, 9094.0, 9110.0, 9089.0, 9090.0, 9089.0, 9091.0, 9090.0, 9086.0, 9070.0, 9083.0, 9069.0, 9066.0, 9078.0, 9074.0, 9083.0, 9087.0, 9090.0, 9088.0, 9091.0, 9098.0, 9089.0, 9110.0, 9123.0, 9113.0, 9113.0, 9109.0, 9101.0, 9112.0, 9144.0, 9115.0, 9116.0, 9113.0, 9101.0, 9112.0, 9093.0, 9092.0, 9111.0, 9101.0, 9093.0, 9090.0, 9142.0, 9098.0, 9091.0, 9091.0, 9101.0, 9084.0, 9085.0, 9072.0, 9071.0, 9085.0, 9089.0, 9090.0, 9083.0, 9070.0, 9096.0, 9091.0, 9110.0, 9096.0, 9115.0, 9116.0, 9108.0, 9113.0, 9110.0, 9094.0, 9096.0, 9097.0, 9096.0, 9093.0, 9094.0, 9096.0, 9092.0, 9118.0, 9117.0, 9096.0, 9092.0, 9091.0, 9079.0, 9081.0, 9062.0, 9065.0, 9082.0, 9069.0, 9092.0, 9084.0, 9079.0, 9086.0, 9067.0, 9081.0, 9088.0, 9117.0, 9082.0, 9066.0, 9068.0, 9084.0, 9070.0, 9082.0, 9091.0, 9090.0, 9111.0, 9107.0, 9091.0, 9089.0, 9096.0, 9095.0, 9113.0, 9086.0, 9107.0, 9097.0, 9099.0, 9098.0, 9102.0, 9141.0, 9161.0, 9114.0, 9115.0, 9098.0, 9116.0, 9124.0, 9129.0, 9094.0, 9107.0, 9113.0, 9113.0, 9107.0, 9093.0, 9112.0, 9091.0, 9095.0, 9087.0, 9093.0, 9090.0, 9094.0, 9090.0, 9090.0, 9088.0, 9083.0, 9092.0, 9091.0, 9107.0, 9094.0, 9105.0, 9109.0, 9093.0, 9101.0, 9109.0, 9112.0, 9090.0, 9096.0, 9096.0, 9092.0, 9106.0, 9096.0, 9092.0, 9091.0, 9086.0, 9088.0, 9093.0, 9109.0, 9109.0, 9091.0, 9089.0, 9086.0, 9092.0, 9090.0, 9093.0, 9093.0, 9090.0, 9088.0, 9085.0, 9114.0, 9117.0, 9115.0, 9139.0, 9123.0, 9112.0, 9131.0, 9169.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.0010328211009174313</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020237437385321105</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.353221389678524</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1407917990011478</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977810854994258</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4577</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6364.3291</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09128285584079729</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.701834862385321</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.524826141997211</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5286413942579458</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.782744479108747</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.26309255262494</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00921543</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01700296439230442</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02925974503159523</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.8139631444469946</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>24.0809</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2291</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.7958</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305913.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>844.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.8865</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0928</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.7608</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3342.2464</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3528.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70631.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1108.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4428.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.0155</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.8186885076575</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> |