=== 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-0070 --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-0070",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0070_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0070_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0070/ses-04/func/sub-0070_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>83224cda7e4aec8d3e0d4c8988b98a6e</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:56:2.487500</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.998554, 0.0133182, -0.0520853, -0.00627423, 0.991078, 0.133132]</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0941432</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4141, -7793, -7246, 454, -31, -287, -23, 89]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>282.589</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0b2ba0b1-abcf-4f57-9d74-4c5ead72045f||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.679046869277954, -0.016833288595080376, -0.1441628336906433, 112.70991516113281], [-0.03573165461421013, 2.6589910984039307, 0.3580529987812042, -96.50149536132812], [-0.1397409290075302, -0.35718223452568054, 2.6722676753997803, -55.6845588684082], [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': ['125602.487500', '125602.947500', '125603.407500', '125603.867500', '125604.327500', '125604.787500', '125605.247500', '125605.707500', '125606.167500', '125606.627500', '125607.087500', '125607.547500', '125608.007500', '125608.467500', '125608.927500', '125609.387500', '125609.847500', '125610.307500', '125610.767500', '125611.227500', '125611.687500', '125612.147500', '125612.607500', '125613.067500', '125613.527500', '125613.987500', '125614.447500', '125614.907500', '125615.367500', '125615.827500', '125616.287500', '125616.747500', '125617.207500', '125617.667500', '125618.127500', '125618.587500', '125619.047500', '125619.507500', '125619.967500', '125620.427500', '125620.887500', '125621.347500', '125621.807500', '125622.267500', '125622.727500', '125623.187500', '125623.647500', '125624.107500', '125624.567500', '125625.027500', '125625.487500', '125625.947500', '125626.407500', '125626.867500', '125627.327500', '125627.787500', '125628.247500', '125628.707500', '125629.167500', '125629.627500', '125630.087500', '125630.547500', '125631.007500', '125631.467500', '125631.927500', '125632.387500', '125632.847500', '125633.307500', '125633.767500', '125634.227500', '125634.687500', '125635.147500', '125635.607500', '125636.067500', '125636.527500', '125636.987500', '125637.447500', '125637.907500', '125638.367500', '125638.827500', '125639.287500', '125639.747500', '125640.207500', '125640.667500', '125641.127500', '125641.587500', '125642.047500', '125642.507500', '125642.967500', '125643.427500', '125643.887500', '125644.347500', '125644.807500', '125645.267500', '125645.727500', '125646.187500', '125646.647500', '125647.107500', '125647.567500', '125648.027500', '125648.487500', '125648.947500', '125649.407500', '125649.867500', '125650.327500', '125650.787500', '125651.247500', '125651.707500', '125652.167500', '125652.627500', '125653.087500', '125653.547500', '125654.007500', '125654.467500', '125654.927500', '125655.387500', '125655.847500', '125656.307500', '125656.767500', '125657.227500', '125657.687500', '125658.147500', '125658.607500', '125659.067500', '125659.527500', '125659.987500', '125700.447500', '125700.907500', '125701.367500', '125701.827500', '125702.287500', '125702.747500', '125703.207500', '125703.667500', '125704.127500', '125704.587500', '125705.047500', '125705.507500', '125705.967500', '125706.427500', '125706.887500', '125707.347500', '125707.807500', '125708.267500', '125708.727500', '125709.187500', '125709.647500', '125710.107500', '125710.567500', '125711.027500', '125711.487500', '125711.947500', '125712.407500', '125712.867500', '125713.327500', '125713.787500', '125714.247500', '125714.707500', '125715.167500', '125715.627500', '125716.087500', '125716.547500', '125717.007500', '125717.467500', '125717.927500', '125718.387500', '125718.847500', '125719.307500', '125719.767500', '125720.227500', '125720.687500', '125721.147500', '125721.607500', '125722.067500', '125722.527500', '125722.987500', '125723.447500', '125723.907500', '125724.367500', '125724.827500', '125725.287500', '125725.747500', '125726.207500', '125726.667500', '125727.127500', '125727.587500', '125728.047500', '125728.507500', '125728.967500', '125729.427500', '125729.887500', '125730.347500', '125730.807500', '125731.267500', '125731.727500', '125732.187500', '125732.647500', '125733.107500', '125733.567500', '125734.027500', '125734.487500', '125734.947500', '125735.407500', '125735.867500', '125736.327500', '125736.787500', '125737.247500', '125737.707500', '125738.167500', '125738.627500', '125739.087500', '125739.547500', '125740.007500', '125740.467500', '125740.927500', '125741.387500', '125741.847500', '125742.307500', '125742.767500', '125743.227500', '125743.687500', '125744.147500', '125744.607500', '125745.067500', '125745.527500', '125745.987500', '125746.447500', '125746.907500', '125747.367500', '125747.827500', '125748.287500', '125748.747500', '125749.207500', '125749.667500', '125750.127500', '125750.587500', '125751.047500', '125751.507500', '125751.967500', '125752.427500', '125752.887500', '125753.347500', '125753.807500', '125754.267500', '125754.727500', '125755.187500', '125755.647500', '125756.107500', '125756.567500', '125757.027500', '125757.487500', '125757.947500', '125758.407500', '125758.867500', '125759.327500', '125759.787500', '125800.247500', '125800.707500', '125801.167500', '125801.627500', '125802.087500', '125802.547500', '125803.007500', '125803.467500', '125803.927500', '125804.387500', '125804.847500', '125805.307500', '125805.767500', '125806.227500', '125806.687500', '125807.147500', '125807.607500', '125808.067500', '125808.527500', '125808.987500', '125809.447500', '125809.907500', '125810.367500', '125810.827500', '125811.287500', '125811.747500', '125812.207500', '125812.667500', '125813.127500', '125813.587500', '125814.047500', '125814.507500', '125814.967500', '125815.427500', '125815.887500', '125816.347500', '125816.807500', '125817.267500', '125817.727500', '125818.187500', '125818.647500', '125819.107500', '125819.567500', '125820.027500', '125820.487500', '125820.947500', '125821.407500', '125821.867500', '125822.327500', '125822.787500', '125823.247500', '125823.707500', '125824.167500', '125824.627500', '125825.087500', '125825.547500', '125826.007500', '125826.467500', '125826.927500', '125827.387500', '125827.847500', '125828.307500', '125828.767500', '125829.227500', '125829.687500', '125830.147500', '125830.607500', '125831.067500', '125831.527500', '125831.987500', '125832.447500', '125832.907500', '125833.367500', '125833.827500', '125834.287500', '125834.747500', '125835.207500', '125835.667500', '125836.127500', '125836.587500', '125837.047500', '125837.507500', '125837.967500', '125838.427500', '125838.887500', '125839.347500', '125839.807500', '125840.267500', '125840.727500', '125841.187500', '125841.647500', '125842.107500', '125842.567500', '125843.027500', '125843.487500', '125843.947500', '125844.407500', '125844.867500', '125845.327500', '125845.787500', '125846.247500', '125846.707500', '125847.167500', '125847.627500', '125848.087500', '125848.547500', '125849.007500', '125849.467500', '125849.927500', '125850.387500', '125850.847500', '125851.307500', '125851.767500', '125852.227500', '125852.687500', '125853.147500', '125853.607500', '125854.067500', '125854.527500', '125854.987500', '125855.447500', '125855.907500', '125856.367500', '125856.827500', '125857.287500', '125857.747500', '125858.207500', '125858.667500', '125859.127500', '125859.587500', '125900.047500', '125900.507500', '125900.967500', '125901.427500', '125901.887500', '125902.347500', '125902.807500', '125903.267500', '125903.727500', '125904.187500', '125904.647500', '125905.107500', '125905.567500', '125906.027500', '125906.487500', '125906.947500', '125907.407500', '125907.867500', '125908.327500', '125908.787500', '125909.247500', '125909.707500', '125910.167500', '125910.627500', '125911.087500', '125911.547500', '125912.007500', '125912.467500', '125912.927500', '125913.387500', '125913.847500', '125914.307500', '125914.767500', '125915.227500', '125915.687500', '125916.147500', '125916.607500', '125917.067500', '125917.527500', '125917.987500', '125918.447500', '125918.907500', '125919.367500', '125919.827500', '125920.287500', '125920.747500', '125921.207500', '125921.667500', '125922.127500', '125922.587500', '125923.047500', '125923.507500', '125923.967500', '125924.427500', '125924.887500', '125925.347500', '125925.807500', '125926.267500', '125926.727500', '125927.187500', '125927.647500', '125928.107500', '125928.567500', '125929.027500', '125929.487500', '125929.947500', '125930.407500', '125930.867500', '125931.327500', '125931.787500', '125932.247500', '125932.707500', '125933.167500', '125933.627500', '125934.087500', '125934.547500', '125935.007500', '125935.467500', '125935.927500', '125936.387500', '125936.847500', '125937.307500', '125937.767500', '125938.227500', '125938.687500', '125939.147500', '125939.607500', '125940.067500', '125940.527500', '125940.987500', '125941.447500', '125941.907500', '125942.367500', '125942.827500', '125943.287500', '125943.747500', '125944.207500', '125944.667500', '125945.127500', '125945.587500', '125946.047500', '125946.507500', '125946.967500', '125947.427500', '125947.887500', '125948.347500', '125948.807500', '125949.267500', '125949.727500', '125950.187500', '125950.647500', '125951.107500', '125951.567500', '125952.027500', '125952.487500', '125952.947500', '125953.407500', '125953.867500', '125954.327500', '125954.787500', '125955.247500', '125955.707500', '125956.167500', '125956.627500', '125957.087500', '125957.547500', '125958.007500', '125958.467500', '125958.927500', '125959.387500', '125959.847500', '130000.307500', '130000.767500', '130001.227500', '130001.687500', '130002.147500', '130002.607500', '130003.067500', '130003.527500', '130003.987500', '130004.447500', '130004.907500', '130005.367500', '130005.827500', '130006.287500', '130006.747500', '130007.207500', '130007.667500', '130008.127500', '130008.587500', '130009.047500', '130009.507500', '130009.967500', '130010.427500', '130010.887500', '130011.347500', '130011.807500', '130012.267500', '130012.727500', '130013.187500', '130013.647500', '130014.107500', '130014.567500', '130015.027500', '130015.487500', '130015.947500', '130016.407500', '130016.867500', '130017.327500', '130017.787500', '130018.247500', '130018.707500', '130019.167500', '130019.627500', '130020.087500', '130020.547500', '130021.007500', '130021.467500', '130021.927500', '130022.387500', '130022.847500', '130023.307500', '130023.767500', '130024.227500', '130024.687500', '130025.147500', '130025.607500', '130026.067500', '130026.527500', '130026.987500', '130027.447500', '130027.907500', '130028.367500', '130028.827500', '130029.287500', '130029.747500', '130030.207500', '130030.667500', '130031.127500', '130031.587500', '130032.047500', '130032.507500', '130032.967500', '130033.427500', '130033.887500', '130034.347500', '130034.807500', '130035.267500', '130035.727500', '130036.187500', '130036.647500', '130037.107500', '130037.567500', '130038.027500', '130038.487500', '130038.947500', '130039.407500', '130039.867500', '130040.327500', '130040.787500', '130041.247500', '130041.707500', '130042.167500', '130042.627500', '130043.087500', '130043.547500', '130044.007500', '130044.467500', '130044.927500', '130045.387500', '130045.847500', '130046.307500', '130046.767500', '130047.227500', '130047.687500', '130048.147500', '130048.607500', '130049.067500', '130049.527500', '130049.987500', '130050.447500', '130050.907500', '130051.367500', '130051.827500', '130052.287500', '130052.747500', '130053.207500', '130053.667500', '130054.127500', '130054.587500', '130055.047500', '130055.507500', '130055.967500', '130056.427500', '130056.887500', '130057.347500', '130057.807500', '130058.267500', '130058.727500', '130059.187500', '130059.647500', '130100.107500', '130100.567500', '130101.027500', '130101.487500', '130101.947500', '130102.407500', '130102.867500', '130103.327500', '130103.787500', '130104.247500', '130104.707500', '130105.167500', '130105.627500', '130106.087500', '130106.547500', '130107.007500', '130107.467500', '130107.927500', '130108.387500', '130108.847500', '130109.307500', '130109.767500', '130110.227500', '130110.687500', '130111.147500', '130111.607500', '130112.067500', '130112.527500', '130112.987500', '130113.447500', '130113.907500', '130114.367500', '130114.827500', '130115.287500', '130115.747500', '130116.207500', '130116.667500', '130117.127500', '130117.587500', '130118.047500', '130118.507500', '130118.967500', '130119.427500', '130119.887500', '130120.347500', '130120.807500', '130121.267500', '130121.727500', '130122.187500', '130122.647500', '130123.107500', '130123.567500', '130124.027500', '130124.487500', '130124.947500', '130125.407500', '130125.867500', '130126.327500', '130126.787500', '130127.247500', '130127.707500', '130128.167500', '130128.627500', '130129.087500', '130129.547500', '130130.007500', '130130.467500', '130130.927500', '130131.387500', '130131.847500', '130132.307500', '130132.767500', '130133.227500', '130133.687500', '130134.147500', '130134.607500', '130135.067500', '130135.527500', '130135.987500', '130136.447500', '130136.907500', '130137.367500', '130137.827500', '130138.287500', '130138.747500', '130139.207500', '130139.667500', '130140.127500', '130140.587500', '130141.047500', '130141.507500', '130141.967500', '130142.427500', '130142.887500', '130143.347500', '130143.807500', '130144.267500', '130144.727500', '130145.187500', '130145.647500', '130146.107500', '130146.567500', '130147.027500', '130147.487500', '130147.947500', '130148.407500', '130148.867500', '130149.327500', '130149.787500', '130150.247500', '130150.707500', '130151.167500', '130151.627500', '130152.087500', '130152.547500', '130153.007500', '130153.467500', '130153.927500', '130154.387500', '130154.847500', '130155.307500', '130155.767500', '130156.227500', '130156.687500', '130157.147500', '130157.607500', '130158.067500', '130158.527500', '130158.987500', '130159.447500', '130159.907500', '130200.367500', '130200.827500', '130201.287500', '130201.747500', '130202.207500', '130202.667500', '130203.127500', '130203.587500', '130204.047500', '130204.507500', '130204.967500', '130205.427500', '130205.887500', '130206.347500', '130206.807500', '130207.267500', '130207.727500', '130208.187500', '130208.647500', '130209.107500', '130209.567500', '130210.027500', '130210.487500', '130210.947500', '130211.407500', '130211.867500', '130212.327500', '130212.787500', '130213.247500', '130213.707500', '130214.167500', '130214.627500', '130215.087500', '130215.547500', '130216.007500', '130216.467500', '130216.927500', '130217.387500', '130217.847500', '130218.307500', '130218.767500', '130219.227500', '130219.687500', '130220.147500', '130220.607500', '130221.067500', '130221.527500', '130221.987500', '130222.447500', '130222.907500', '130223.367500', '130223.827500', '130224.287500', '130224.747500', '130225.207500', '130225.667500', '130226.127500', '130226.587500', '130227.047500', '130227.507500', '130227.967500', '130228.427500', '130228.887500', '130229.347500', '130229.807500', '130230.267500', '130230.727500', '130231.187500', '130231.647500', '130232.107500', '130232.567500', '130233.027500', '130233.487500', '130233.947500', '130234.407500', '130234.867500', '130235.327500', '130235.787500', '130236.247500', '130236.707500', '130237.167500', '130237.627500', '130238.087500', '130238.547500', '130239.007500', '130239.467500', '130239.927500', '130240.387500', '130240.847500', '130241.307500', '130241.767500', '130242.227500', '130242.687500', '130243.147500'], 'ContentTime': ['125618.578000', '125618.583000', '125618.586000', '125618.589000', '125618.591000', '125618.594000', '125618.596000', '125618.599000', '125618.602000', '125618.604000', '125618.607000', '125618.609000', '125618.612000', '125618.615000', '125618.617000', '125618.620000', '125618.622000', '125618.625000', '125618.627000', '125618.630000', '125618.632000', '125618.635000', '125618.638000', '125618.640000', '125618.643000', '125618.645000', '125618.658000', '125618.660000', '125618.663000', '125618.666000', '125618.668000', '125618.671000', '125638.549000', '125638.552000', '125638.556000', '125638.559000', '125638.561000', '125638.564000', '125638.566000', '125638.569000', '125638.571000', '125638.574000', '125638.576000', '125638.579000', '125638.582000', '125638.584000', '125638.587000', '125638.589000', '125638.592000', '125638.595000', '125638.597000', '125638.600000', '125638.602000', '125638.605000', '125638.612000', '125638.614000', '125638.617000', '125638.620000', '125638.622000', '125638.625000', '125638.627000', '125638.630000', '125638.632000', '125638.635000', '125638.637000', '125638.640000', '125638.642000', '125638.645000', '125638.648000', '125638.650000', '125638.653000', '125638.656000', '125638.658000', '125638.661000', '125638.663000', '125658.548000', '125658.551000', '125658.554000', '125658.556000', '125658.559000', '125658.561000', '125658.564000', '125658.567000', '125658.611000', '125658.614000', '125658.616000', '125658.619000', '125658.621000', '125658.624000', '125658.627000', '125658.629000', '125658.632000', '125658.661000', '125658.664000', '125658.666000', '125658.669000', '125658.671000', '125658.674000', '125658.677000', '125658.679000', '125658.682000', '125658.684000', '125658.687000', '125658.690000', '125658.692000', '125658.695000', '125658.697000', '125658.700000', '125658.703000', '125658.705000', '125658.708000', '125658.710000', '125658.713000', '125658.715000', '125658.718000', '125658.721000', '125658.723000', '125658.726000', '125658.728000', '125718.548000', '125718.557000', '125718.560000', '125718.562000', '125718.565000', '125718.567000', '125718.570000', '125718.572000', '125718.575000', '125718.578000', '125718.580000', '125718.583000', '125718.585000', '125718.588000', '125718.590000', '125718.593000', '125718.596000', '125718.598000', '125718.605000', '125718.608000', '125718.611000', '125718.613000', '125718.616000', '125718.618000', '125718.621000', '125718.624000', '125718.626000', '125718.629000', '125718.631000', '125718.634000', '125718.636000', '125718.639000', '125718.642000', '125718.644000', '125718.647000', '125718.649000', '125718.652000', '125718.654000', '125718.657000', '125718.660000', '125718.662000', '125718.665000', '125718.667000', '125738.549000', '125738.552000', '125738.555000', '125738.557000', '125738.560000', '125738.562000', '125738.565000', '125738.568000', '125738.570000', '125738.574000', '125738.577000', '125738.579000', '125738.582000', '125738.584000', '125738.587000', '125738.590000', '125738.592000', '125738.595000', '125738.597000', '125738.600000', '125738.603000', '125738.605000', '125738.608000', '125738.611000', '125738.613000', '125738.616000', '125738.618000', '125738.621000', '125738.624000', '125738.626000', '125738.629000', '125738.631000', '125738.634000', '125738.637000', '125738.639000', '125738.642000', '125738.644000', '125738.647000', '125738.649000', '125738.652000', '125738.655000', '125738.657000', '125738.660000', '125738.662000', '125758.549000', '125758.552000', '125758.555000', '125758.557000', '125758.560000', '125758.563000', '125758.565000', '125758.568000', '125758.570000', '125758.573000', '125758.575000', '125758.578000', '125758.580000', '125758.583000', '125758.586000', '125758.588000', '125758.591000', '125758.594000', '125758.596000', '125758.599000', '125758.601000', '125758.604000', '125758.606000', '125758.609000', '125758.612000', '125758.614000', '125758.617000', '125758.619000', '125758.622000', '125758.624000', '125758.627000', '125758.630000', '125758.632000', '125758.635000', '125758.637000', '125758.640000', '125758.643000', '125758.645000', '125758.648000', '125758.650000', '125758.653000', '125758.656000', '125758.658000', '125818.549000', '125818.552000', '125818.555000', '125818.558000', '125818.560000', '125818.563000', '125818.566000', '125818.568000', '125818.571000', '125818.573000', '125818.576000', '125818.578000', '125818.581000', '125818.584000', '125818.586000', '125818.589000', '125818.592000', '125818.594000', '125818.597000', '125818.599000', '125818.602000', '125818.604000', '125818.607000', '125818.610000', '125818.612000', '125818.615000', '125818.617000', '125818.620000', '125818.623000', '125818.625000', '125818.628000', '125818.630000', '125818.633000', '125818.635000', '125818.638000', '125818.641000', '125818.643000', '125818.646000', '125818.648000', '125818.651000', '125818.653000', '125818.656000', '125818.658000', '125818.661000', '125838.549000', '125838.552000', '125838.555000', '125838.557000', '125838.571000', '125838.574000', '125838.577000', '125838.579000', '125838.582000', '125838.584000', '125838.587000', '125838.589000', '125838.592000', '125838.595000', '125838.597000', '125838.600000', '125838.602000', '125838.605000', '125838.607000', '125838.610000', '125838.613000', '125838.615000', '125838.618000', '125838.621000', '125838.623000', '125838.626000', '125838.628000', '125838.631000', '125838.633000', '125838.636000', '125838.639000', '125838.641000', '125838.644000', '125838.646000', '125838.649000', '125838.652000', '125838.654000', '125838.657000', '125838.659000', '125838.662000', '125838.664000', '125838.667000', '125838.670000', '125858.550000', '125858.552000', '125858.555000', '125858.558000', '125858.561000', '125858.564000', '125858.566000', '125858.569000', '125858.572000', '125858.574000', '125858.577000', '125858.579000', '125858.582000', '125858.585000', '125858.587000', '125858.590000', '125858.592000', '125858.595000', '125858.598000', '125858.600000', '125858.603000', '125858.605000', '125858.608000', '125858.611000', '125858.614000', '125858.616000', '125858.619000', '125858.621000', '125858.624000', '125858.626000', '125858.629000', '125858.632000', '125858.634000', '125858.637000', '125858.640000', '125858.642000', '125858.645000', '125858.647000', '125858.650000', '125858.653000', '125858.655000', '125858.658000', '125858.660000', '125858.663000', '125918.548000', '125918.551000', '125918.554000', '125918.556000', '125918.559000', '125918.562000', '125918.564000', '125918.567000', '125918.569000', '125918.572000', '125918.575000', '125918.577000', '125918.580000', '125918.582000', '125918.585000', '125918.587000', '125918.590000', '125918.593000', '125918.595000', '125918.598000', '125918.600000', '125918.603000', '125918.605000', '125918.608000', '125918.611000', '125918.613000', '125918.616000', '125918.618000', '125918.621000', '125918.623000', '125918.626000', '125918.629000', '125918.631000', '125918.634000', '125918.636000', '125918.639000', '125918.641000', '125918.644000', '125918.647000', '125918.649000', '125918.652000', '125918.654000', '125918.657000', '125938.548000', '125938.551000', '125938.554000', '125938.557000', '125938.559000', '125938.562000', '125938.565000', '125938.567000', '125938.570000', '125938.572000', '125938.575000', '125938.578000', '125938.580000', '125938.583000', '125938.585000', '125938.588000', '125938.591000', '125938.593000', '125938.596000', '125938.598000', '125938.601000', '125938.604000', '125938.606000', '125938.609000', '125938.611000', '125938.614000', '125938.617000', '125938.620000', '125938.622000', '125938.625000', '125938.628000', '125938.630000', '125938.633000', '125938.636000', '125938.639000', '125938.642000', '125938.645000', '125938.647000', '125938.650000', '125938.653000', '125938.655000', '125938.658000', '125938.660000', '125958.549000', '125958.552000', '125958.555000', '125958.558000', '125958.560000', '125958.563000', '125958.565000', '125958.568000', '125958.571000', '125958.573000', '125958.576000', '125958.579000', '125958.581000', '125958.584000', '125958.586000', '125958.590000', '125958.592000', '125958.595000', '125958.598000', '125958.600000', '125958.603000', '125958.605000', '125958.608000', '125958.611000', '125958.613000', '125958.616000', '125958.619000', '125958.621000', '125958.624000', '125958.627000', '125958.649000', '125958.651000', '125958.654000', '125958.657000', '125958.659000', '125958.662000', '125958.665000', '125958.667000', '125958.670000', '125958.672000', '125958.675000', '125958.678000', '125958.680000', '125958.683000', '130018.550000', '130018.552000', '130018.555000', '130018.558000', '130018.560000', '130018.563000', '130018.565000', '130018.568000', '130018.571000', '130018.573000', '130018.576000', '130018.578000', '130018.581000', '130018.583000', '130018.586000', '130018.589000', '130018.591000', '130018.594000', '130018.598000', '130018.601000', '130018.603000', '130018.606000', '130018.608000', '130018.611000', '130018.614000', '130018.616000', '130018.619000', '130018.622000', '130018.624000', '130018.627000', '130018.629000', '130018.632000', '130018.635000', '130018.637000', '130018.640000', '130018.642000', '130018.645000', '130018.647000', '130018.650000', '130018.653000', '130018.655000', '130018.658000', '130018.661000', '130018.663000', '130038.549000', '130038.552000', '130038.555000', '130038.557000', '130038.560000', '130038.563000', '130038.565000', '130038.568000', '130038.570000', '130038.573000', '130038.576000', '130038.578000', '130038.581000', '130038.583000', '130038.586000', '130038.589000', '130038.591000', '130038.594000', '130038.597000', '130038.599000', '130038.602000', '130038.604000', '130038.607000', '130038.609000', '130038.612000', '130038.615000', '130038.617000', '130038.620000', '130038.622000', '130038.625000', '130038.627000', '130038.630000', '130038.633000', '130038.635000', '130038.638000', '130038.640000', '130038.643000', '130038.645000', '130038.648000', '130038.651000', '130038.653000', '130038.656000', '130038.659000', '130058.549000', '130058.552000', '130058.555000', '130058.558000', '130058.561000', '130058.564000', '130058.567000', '130058.570000', '130058.572000', '130058.575000', '130058.577000', '130058.580000', '130058.583000', '130058.585000', '130058.588000', '130058.591000', '130058.593000', '130058.596000', '130058.598000', '130058.601000', '130058.603000', '130058.606000', '130058.609000', '130058.611000', '130058.614000', '130058.616000', '130058.619000', '130058.621000', '130058.624000', '130058.627000', '130058.629000', '130058.632000', '130058.634000', '130058.637000', '130058.640000', '130058.642000', '130058.645000', '130058.647000', '130058.650000', '130058.652000', '130058.655000', '130058.658000', '130058.660000', '130118.550000', '130118.553000', '130118.555000', '130118.558000', '130118.560000', '130118.563000', '130118.566000', '130118.568000', '130118.571000', '130118.573000', '130118.576000', '130118.578000', '130118.581000', '130118.584000', '130118.586000', '130118.589000', '130118.592000', '130118.594000', '130118.597000', '130118.599000', '130118.602000', '130118.605000', '130118.607000', '130118.610000', '130118.612000', '130118.615000', '130118.618000', '130118.620000', '130118.623000', '130118.625000', '130118.628000', '130118.631000', '130118.633000', '130118.636000', '130118.638000', '130118.641000', '130118.644000', '130118.646000', '130118.649000', '130118.651000', '130118.654000', '130118.657000', '130118.659000', '130118.662000', '130138.549000', '130138.551000', '130138.554000', '130138.557000', '130138.559000', '130138.562000', '130138.564000', '130138.567000', '130138.570000', '130138.572000', '130138.575000', '130138.577000', '130138.580000', '130138.583000', '130138.585000', '130138.588000', '130138.591000', '130138.594000', '130138.596000', '130138.599000', '130138.602000', '130138.604000', '130138.607000', '130138.610000', '130138.612000', '130138.615000', '130138.617000', '130138.620000', '130138.623000', '130138.625000', '130138.628000', '130138.630000', '130138.633000', '130138.636000', '130138.639000', '130138.642000', '130138.644000', '130138.647000', '130138.649000', '130138.652000', '130138.655000', '130138.657000', '130138.660000', '130158.549000', '130158.551000', '130158.554000', '130158.557000', '130158.559000', '130158.562000', '130158.564000', '130158.567000', '130158.569000', '130158.572000', '130158.575000', '130158.577000', '130158.580000', '130158.583000', '130158.585000', '130158.590000', '130158.592000', '130158.595000', '130158.597000', '130158.600000', '130158.603000', '130158.605000', '130158.608000', '130158.611000', '130158.613000', '130158.616000', '130158.619000', '130158.621000', '130158.624000', '130158.626000', '130158.629000', '130158.632000', '130158.634000', '130158.637000', '130158.639000', '130158.642000', '130158.644000', '130158.647000', '130158.650000', '130158.652000', '130158.655000', '130158.666000', '130158.669000', '130158.671000', '130218.549000', '130218.552000', '130218.555000', '130218.557000', '130218.560000', '130218.563000', '130218.565000', '130218.568000', '130218.570000', '130218.573000', '130218.576000', '130218.578000', '130218.581000', '130218.583000', '130218.586000', '130218.589000', '130218.592000', '130218.594000', '130218.597000', '130218.600000', '130218.602000', '130218.605000', '130218.607000', '130218.611000', '130218.614000', '130218.617000', '130218.619000', '130218.622000', '130218.625000', '130218.627000', '130218.630000', '130218.632000', '130218.635000', '130218.637000', '130218.640000', '130218.643000', '130218.646000', '130218.648000', '130218.651000', '130218.653000', '130218.656000', '130218.659000', '130218.661000', '130238.549000', '130238.552000', '130238.555000', '130238.557000', '130238.560000', '130238.562000', '130238.565000', '130238.568000', '130238.570000', '130238.573000', '130238.575000', '130238.578000', '130238.581000', '130238.583000', '130238.586000', '130238.588000', '130238.591000', '130238.594000', '130238.596000', '130238.599000', '130238.601000', '130238.604000', '130238.606000', '130238.609000', '130238.612000', '130238.614000', '130238.617000', '130238.619000', '130238.622000', '130238.625000', '130238.627000', '130238.630000', '130238.632000', '130238.635000', '130238.638000', '130238.640000', '130238.643000', '130238.646000', '130238.648000', '130238.651000', '130238.653000', '130238.656000', '130238.658000', '130238.661000', '130244.818000', '130244.821000', '130244.824000', '130244.827000', '130244.830000', '130244.833000', '130244.835000', '130244.838000', '130244.841000', '130244.844000', '130244.846000', '130244.849000', '130244.852000', '130244.855000'], 'InstanceCreationTime': ['125618.578000', '125618.583000', '125618.586000', '125618.589000', '125618.591000', '125618.594000', '125618.596000', '125618.599000', '125618.602000', '125618.604000', '125618.607000', '125618.609000', '125618.612000', '125618.615000', '125618.617000', '125618.620000', '125618.622000', '125618.625000', '125618.627000', '125618.630000', '125618.632000', '125618.635000', '125618.638000', '125618.640000', '125618.643000', '125618.645000', '125618.658000', '125618.660000', '125618.663000', '125618.666000', '125618.668000', '125618.671000', '125638.549000', '125638.552000', '125638.556000', '125638.559000', '125638.561000', '125638.564000', '125638.566000', '125638.569000', '125638.571000', '125638.574000', '125638.576000', '125638.579000', '125638.582000', '125638.584000', '125638.587000', '125638.589000', '125638.592000', '125638.595000', '125638.597000', '125638.600000', '125638.602000', '125638.605000', '125638.612000', '125638.614000', '125638.617000', '125638.620000', '125638.622000', '125638.625000', '125638.627000', '125638.630000', '125638.632000', '125638.635000', '125638.637000', '125638.640000', '125638.642000', '125638.645000', '125638.648000', '125638.650000', '125638.653000', '125638.656000', '125638.658000', '125638.661000', '125638.663000', '125658.548000', '125658.551000', '125658.554000', '125658.556000', '125658.559000', '125658.561000', '125658.564000', '125658.567000', '125658.611000', '125658.614000', '125658.616000', '125658.619000', '125658.621000', '125658.624000', '125658.627000', '125658.629000', '125658.632000', '125658.661000', '125658.664000', '125658.666000', '125658.669000', '125658.671000', '125658.674000', '125658.677000', '125658.679000', '125658.682000', '125658.684000', '125658.687000', '125658.690000', '125658.692000', '125658.695000', '125658.697000', '125658.700000', '125658.703000', '125658.705000', '125658.708000', '125658.710000', '125658.713000', '125658.715000', '125658.718000', '125658.721000', '125658.723000', '125658.726000', '125658.728000', '125718.548000', '125718.557000', '125718.560000', '125718.562000', '125718.565000', '125718.567000', '125718.570000', '125718.572000', '125718.575000', '125718.578000', '125718.580000', '125718.583000', '125718.585000', '125718.588000', '125718.590000', '125718.593000', '125718.596000', '125718.598000', '125718.605000', '125718.608000', '125718.611000', '125718.613000', '125718.616000', '125718.618000', '125718.621000', '125718.624000', '125718.626000', '125718.629000', '125718.631000', '125718.634000', '125718.636000', '125718.639000', '125718.642000', '125718.644000', '125718.647000', '125718.649000', '125718.652000', '125718.654000', '125718.657000', '125718.660000', '125718.662000', '125718.665000', '125718.667000', '125738.549000', '125738.552000', '125738.555000', '125738.557000', '125738.560000', '125738.562000', '125738.565000', '125738.568000', '125738.570000', '125738.574000', '125738.577000', '125738.579000', '125738.582000', '125738.584000', '125738.587000', '125738.590000', '125738.592000', '125738.595000', '125738.597000', '125738.600000', '125738.603000', '125738.605000', '125738.608000', '125738.611000', '125738.613000', '125738.616000', '125738.618000', '125738.621000', '125738.624000', '125738.626000', '125738.629000', '125738.631000', '125738.634000', '125738.637000', '125738.639000', '125738.642000', '125738.644000', '125738.647000', '125738.649000', '125738.652000', '125738.655000', '125738.657000', '125738.660000', '125738.662000', '125758.549000', '125758.552000', '125758.555000', '125758.557000', '125758.560000', '125758.563000', '125758.565000', '125758.568000', '125758.570000', '125758.573000', '125758.575000', '125758.578000', '125758.580000', '125758.583000', '125758.586000', '125758.588000', '125758.591000', '125758.594000', '125758.596000', '125758.599000', '125758.601000', '125758.604000', '125758.606000', '125758.609000', '125758.612000', '125758.614000', '125758.617000', '125758.619000', '125758.622000', '125758.624000', '125758.627000', '125758.630000', '125758.632000', '125758.635000', '125758.637000', '125758.640000', '125758.643000', '125758.645000', '125758.648000', '125758.650000', '125758.653000', '125758.656000', '125758.658000', '125818.549000', '125818.552000', '125818.555000', '125818.558000', '125818.560000', '125818.563000', '125818.566000', '125818.568000', '125818.571000', '125818.573000', '125818.576000', '125818.578000', '125818.581000', '125818.584000', '125818.586000', '125818.589000', '125818.592000', '125818.594000', '125818.597000', '125818.599000', '125818.602000', '125818.604000', '125818.607000', '125818.610000', '125818.612000', '125818.615000', '125818.617000', '125818.620000', '125818.623000', '125818.625000', '125818.628000', '125818.630000', '125818.633000', '125818.635000', '125818.638000', '125818.641000', '125818.643000', '125818.646000', '125818.648000', '125818.651000', '125818.653000', '125818.656000', '125818.658000', '125818.661000', '125838.549000', '125838.552000', '125838.555000', '125838.557000', '125838.571000', '125838.574000', '125838.577000', '125838.579000', '125838.582000', '125838.584000', '125838.587000', '125838.589000', '125838.592000', '125838.595000', '125838.597000', '125838.600000', '125838.602000', '125838.605000', '125838.607000', '125838.610000', '125838.613000', '125838.615000', '125838.618000', '125838.621000', '125838.623000', '125838.626000', '125838.628000', '125838.631000', '125838.633000', '125838.636000', '125838.639000', '125838.641000', '125838.644000', '125838.646000', '125838.649000', '125838.652000', '125838.654000', '125838.657000', '125838.659000', '125838.662000', '125838.664000', '125838.667000', '125838.670000', '125858.550000', '125858.552000', '125858.555000', '125858.558000', '125858.561000', '125858.564000', '125858.566000', '125858.569000', '125858.572000', '125858.574000', '125858.577000', '125858.579000', '125858.582000', '125858.585000', '125858.587000', '125858.590000', '125858.592000', '125858.595000', '125858.598000', '125858.600000', '125858.603000', '125858.605000', '125858.608000', '125858.611000', '125858.614000', '125858.616000', '125858.619000', '125858.621000', '125858.624000', '125858.626000', '125858.629000', '125858.632000', '125858.634000', '125858.637000', '125858.640000', '125858.642000', '125858.645000', '125858.647000', '125858.650000', '125858.653000', '125858.655000', '125858.658000', '125858.660000', '125858.663000', '125918.548000', '125918.551000', '125918.554000', '125918.556000', '125918.559000', '125918.562000', '125918.564000', '125918.567000', '125918.569000', '125918.572000', '125918.575000', '125918.577000', '125918.580000', '125918.582000', '125918.585000', '125918.587000', '125918.590000', '125918.593000', '125918.595000', '125918.598000', '125918.600000', '125918.603000', '125918.605000', '125918.608000', '125918.611000', '125918.613000', '125918.616000', '125918.618000', '125918.621000', '125918.623000', '125918.626000', '125918.629000', '125918.631000', '125918.634000', '125918.636000', '125918.639000', '125918.641000', '125918.644000', '125918.647000', '125918.649000', '125918.652000', '125918.654000', '125918.657000', '125938.548000', '125938.551000', '125938.554000', '125938.557000', '125938.559000', '125938.562000', '125938.565000', '125938.567000', '125938.570000', '125938.572000', '125938.575000', '125938.578000', '125938.580000', '125938.583000', '125938.585000', '125938.588000', '125938.591000', '125938.593000', '125938.596000', '125938.598000', '125938.601000', '125938.604000', '125938.606000', '125938.609000', '125938.611000', '125938.614000', '125938.617000', '125938.620000', '125938.622000', '125938.625000', '125938.628000', '125938.630000', '125938.633000', '125938.636000', '125938.639000', '125938.642000', '125938.645000', '125938.647000', '125938.650000', '125938.653000', '125938.655000', '125938.658000', '125938.660000', '125958.549000', '125958.552000', '125958.555000', '125958.558000', '125958.560000', '125958.563000', '125958.565000', '125958.568000', '125958.571000', '125958.573000', '125958.576000', '125958.579000', '125958.581000', '125958.584000', '125958.586000', '125958.590000', '125958.592000', '125958.595000', '125958.598000', '125958.600000', '125958.603000', '125958.605000', '125958.608000', '125958.611000', '125958.613000', '125958.616000', '125958.619000', '125958.621000', '125958.624000', '125958.627000', '125958.649000', '125958.651000', '125958.654000', '125958.657000', '125958.659000', '125958.662000', '125958.665000', '125958.667000', '125958.670000', '125958.672000', '125958.675000', '125958.678000', '125958.680000', '125958.683000', '130018.550000', '130018.552000', '130018.555000', '130018.558000', '130018.560000', '130018.563000', '130018.565000', '130018.568000', '130018.571000', '130018.573000', '130018.576000', '130018.578000', '130018.581000', '130018.583000', '130018.586000', '130018.589000', '130018.591000', '130018.594000', '130018.598000', '130018.601000', '130018.603000', '130018.606000', '130018.608000', '130018.611000', '130018.614000', '130018.616000', '130018.619000', '130018.622000', '130018.624000', '130018.627000', '130018.629000', '130018.632000', '130018.635000', '130018.637000', '130018.640000', '130018.642000', '130018.645000', '130018.647000', '130018.650000', '130018.653000', '130018.655000', '130018.658000', '130018.661000', '130018.663000', '130038.549000', '130038.552000', '130038.555000', '130038.557000', '130038.560000', '130038.563000', '130038.565000', '130038.568000', '130038.570000', '130038.573000', '130038.576000', '130038.578000', '130038.581000', '130038.583000', '130038.586000', '130038.589000', '130038.591000', '130038.594000', '130038.597000', '130038.599000', '130038.602000', '130038.604000', '130038.607000', '130038.609000', '130038.612000', '130038.615000', '130038.617000', '130038.620000', '130038.622000', '130038.625000', '130038.627000', '130038.630000', '130038.633000', '130038.635000', '130038.638000', '130038.640000', '130038.643000', '130038.645000', '130038.648000', '130038.651000', '130038.653000', '130038.656000', '130038.659000', '130058.549000', '130058.552000', '130058.555000', '130058.558000', '130058.561000', '130058.564000', '130058.567000', '130058.570000', '130058.572000', '130058.575000', '130058.577000', '130058.580000', '130058.583000', '130058.585000', '130058.588000', '130058.591000', '130058.593000', '130058.596000', '130058.598000', '130058.601000', '130058.603000', '130058.606000', '130058.609000', '130058.611000', '130058.614000', '130058.616000', '130058.619000', '130058.621000', '130058.624000', '130058.627000', '130058.629000', '130058.632000', '130058.634000', '130058.637000', '130058.640000', '130058.642000', '130058.645000', '130058.647000', '130058.650000', '130058.652000', '130058.655000', '130058.658000', '130058.660000', '130118.550000', '130118.553000', '130118.555000', '130118.558000', '130118.560000', '130118.563000', '130118.566000', '130118.568000', '130118.571000', '130118.573000', '130118.576000', '130118.578000', '130118.581000', '130118.584000', '130118.586000', '130118.589000', '130118.592000', '130118.594000', '130118.597000', '130118.599000', '130118.602000', '130118.605000', '130118.607000', '130118.610000', '130118.612000', '130118.615000', '130118.618000', '130118.620000', '130118.623000', '130118.625000', '130118.628000', '130118.631000', '130118.633000', '130118.636000', '130118.638000', '130118.641000', '130118.644000', '130118.646000', '130118.649000', '130118.651000', '130118.654000', '130118.657000', '130118.659000', '130118.662000', '130138.549000', '130138.551000', '130138.554000', '130138.557000', '130138.559000', '130138.562000', '130138.564000', '130138.567000', '130138.570000', '130138.572000', '130138.575000', '130138.577000', '130138.580000', '130138.583000', '130138.585000', '130138.588000', '130138.591000', '130138.594000', '130138.596000', '130138.599000', '130138.602000', '130138.604000', '130138.607000', '130138.610000', '130138.612000', '130138.615000', '130138.617000', '130138.620000', '130138.623000', '130138.625000', '130138.628000', '130138.630000', '130138.633000', '130138.636000', '130138.639000', '130138.642000', '130138.644000', '130138.647000', '130138.649000', '130138.652000', '130138.655000', '130138.657000', '130138.660000', '130158.549000', '130158.551000', '130158.554000', '130158.557000', '130158.559000', '130158.562000', '130158.564000', '130158.567000', '130158.569000', '130158.572000', '130158.575000', '130158.577000', '130158.580000', '130158.583000', '130158.585000', '130158.590000', '130158.592000', '130158.595000', '130158.597000', '130158.600000', '130158.603000', '130158.605000', '130158.608000', '130158.611000', '130158.613000', '130158.616000', '130158.619000', '130158.621000', '130158.624000', '130158.626000', '130158.629000', '130158.632000', '130158.634000', '130158.637000', '130158.639000', '130158.642000', '130158.644000', '130158.647000', '130158.650000', '130158.652000', '130158.655000', '130158.666000', '130158.669000', '130158.671000', '130218.549000', '130218.552000', '130218.555000', '130218.557000', '130218.560000', '130218.563000', '130218.565000', '130218.568000', '130218.570000', '130218.573000', '130218.576000', '130218.578000', '130218.581000', '130218.583000', '130218.586000', '130218.589000', '130218.592000', '130218.594000', '130218.597000', '130218.600000', '130218.602000', '130218.605000', '130218.607000', '130218.611000', '130218.614000', '130218.617000', '130218.619000', '130218.622000', '130218.625000', '130218.627000', '130218.630000', '130218.632000', '130218.635000', '130218.637000', '130218.640000', '130218.643000', '130218.646000', '130218.648000', '130218.651000', '130218.653000', '130218.656000', '130218.659000', '130218.661000', '130238.549000', '130238.552000', '130238.555000', '130238.557000', '130238.560000', '130238.562000', '130238.565000', '130238.568000', '130238.570000', '130238.573000', '130238.575000', '130238.578000', '130238.581000', '130238.583000', '130238.586000', '130238.588000', '130238.591000', '130238.594000', '130238.596000', '130238.599000', '130238.601000', '130238.604000', '130238.606000', '130238.609000', '130238.612000', '130238.614000', '130238.617000', '130238.619000', '130238.622000', '130238.625000', '130238.627000', '130238.630000', '130238.632000', '130238.635000', '130238.638000', '130238.640000', '130238.643000', '130238.646000', '130238.648000', '130238.651000', '130238.653000', '130238.656000', '130238.658000', '130238.661000', '130244.818000', '130244.821000', '130244.824000', '130244.827000', '130244.830000', '130244.833000', '130244.835000', '130244.838000', '130244.841000', '130244.844000', '130244.846000', '130244.849000', '130244.852000', '130244.855000'], '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': [10107, 8010, 10823, 7261, 10944, 10730, 11108, 8671, 10895, 8817, 11175, 8943, 10959, 7856, 11666, 7260, 11433, 7423, 11706, 7310, 11993, 7729, 11934, 7509, 9757, 8380, 7956, 7616, 9153, 7514, 11294, 7767, 10501, 8043, 9544, 8242, 11016, 8095, 7708, 9573, 8606, 9440, 7036, 10029, 7331, 10100, 7626, 7840, 9125, 8327, 12478, 8835, 10879, 8919, 10200, 8880, 12783, 11018, 12062, 9988, 7173, 9601, 8570, 9570, 9234, 9468, 6997, 10138, 6994, 9977, 7537, 10946, 7215, 9382, 7989, 9207, 7953, 13733, 9958, 11316, 9355, 7641, 9798, 8807, 11782, 8704, 11559, 8052, 11299, 7609, 11688, 7233, 14862, 7869, 9712, 7936, 9171, 8532, 13245, 8407, 7794, 7835, 6794, 7707, 9422, 8989, 6808, 9357, 6945, 9124, 8516, 10052, 7189, 9798, 7444, 9569, 8007, 11534, 6908, 9554, 6883, 10315, 7431, 9971, 7827, 10614, 7514, 9167, 7947, 9403, 8128, 12389, 7448, 9751, 7942, 11209, 8747, 14059, 8330, 9096, 8681, 9494, 8358, 11495, 9422, 6876, 8916, 7155, 9384, 8227, 9629, 7094, 9616, 7369, 10312, 7742, 9082, 7335, 9959, 7764, 9356, 7586, 11249, 7355, 9517, 7715, 9319, 8438, 10883, 8150, 10222, 7870, 9416, 8440, 11615, 8632, 12058, 8502, 9633, 9022, 11735, 9915, 12305, 9543, 7222, 10192, 9221, 11981, 9948, 10566, 6981, 10927, 8429, 9876, 7195, 10300, 7299, 10242, 7444, 11651, 7174, 10922, 7045, 10799, 7102, 10361, 7466, 10806, 7519, 9273, 7625, 9545, 8717, 11965, 7879, 10158, 8413, 9558, 9059, 11185, 8370, 8707, 8340, 9282, 9019, 10594, 8704, 7716, 9127, 7441, 10625, 8465, 9875, 7756, 10464, 8036, 11651, 9067, 13318, 8323, 8939, 7832, 7896, 8425, 8316, 8187, 9747, 8974, 9613, 10479, 10558, 10040, 12647, 9134, 13790, 9491, 14117, 9145, 14365, 9049, 12963, 9571, 12512, 9701, 12949, 9225, 11041, 9858, 12100, 10082, 9764, 7966, 8981, 7655, 7300, 9840, 9639, 10793, 8062, 9339, 11999, 10538, 13406, 10387, 11756, 11069, 12262, 11369, 17713, 10640, 11574, 10124, 9835, 11165, 10464, 10995, 10864, 10262, 9667, 10464, 9856, 10471, 11221, 10932, 12574, 10571, 11384, 10206, 11632, 10998, 10939, 11060, 16716, 10718, 10764, 10632, 10158, 11107, 11088, 10760, 10583, 10281, 9316, 10710, 9381, 10444, 11353, 10903, 8774, 10784, 8103, 11198, 9968, 11078, 12169, 8796, 9240, 7841, 8668, 10488, 8488, 11693, 9445, 8488, 9854, 9491, 9450, 10577, 11123, 12308, 10443, 10520, 11365, 11079, 11450, 16760, 12780, 13530, 10457, 9125, 11082, 8974, 9833, 9286, 8827, 9243, 8561, 9880, 10251, 9097, 10349, 10240, 9475, 10845, 9726, 10421, 10944, 10903, 13675, 10885, 11377, 11319, 10647, 11076, 9962, 11266, 8857, 8804, 9522, 8354, 10489, 9550, 9247, 10992, 9988, 9557, 10856, 10044, 10802, 11892, 10875, 10836, 9647, 8056, 8993, 8816, 11436, 9588, 9689, 9918, 10532, 9677, 11363, 10434, 11185, 10152, 9853, 10267, 9058, 9415, 7730, 9032, 9654, 9214, 9598, 10500, 11053, 15534, 11586, 10521, 11333, 13181, 11474, 14379, 8994, 8688, 9028, 8941, 10148, 9373, 10829, 10737, 9596, 10975, 9314, 8682, 8530, 9714, 11176, 10190, 11254, 11554, 11594, 14928, 11788, 9141, 9473, 9659, 10311, 9940, 13758, 9783, 10063, 9572, 9791, 9538, 9548, 9534, 9557, 10595, 11383, 10197, 9869, 11714, 10811, 11568, 11065, 11016, 13802, 10719, 12635, 9041, 7369, 9017, 8002, 10112, 7557, 10386, 10055, 8814, 10459, 8865, 9801, 10992, 9385, 11404, 10329, 8694, 10467, 8079, 10187, 9056, 11731, 8247, 9581, 9114, 9808, 9344, 10740, 9740, 11582, 9135, 10296, 9212, 11231, 10068, 13404, 10352, 11138, 10864, 11154, 10224, 13933, 9945, 13186, 10060, 10824, 10199, 11158, 8919, 11649, 9541, 7638, 9259, 7957, 8720, 7931, 9350, 7828, 9647, 7553, 10290, 7773, 11477, 8974, 10421, 9006, 9638, 9314, 12111, 10209, 14503, 9714, 9887, 9577, 11137, 9938, 10073, 10435, 7581, 10543, 8488, 11351, 8478, 16831, 9304, 10902, 9318, 10313, 8857, 12982, 9707, 11131, 10187, 9726, 9751, 11839, 9684, 11825, 10007, 7560, 10005, 8149, 10933, 8564, 10628, 7742, 10345, 8513, 10364, 8214, 10809, 8303, 12271, 9784, 10067, 9668, 10377, 8723, 13180, 9391, 11306, 9412, 11154, 9127, 12897, 9441, 7963, 9443, 8213, 9758, 7920, 10414, 7675, 10593, 7677, 10447, 8250, 11757, 8965, 10191, 8957, 11213, 9221, 14398, 10170, 10379, 10081, 9388, 10861, 9943, 11048, 7990, 9507, 9336, 10228, 8871, 13561, 9166, 11120, 9408, 9502, 10064, 9876, 10618, 8376, 10231, 7893, 10545, 7629, 10897, 8310, 11521, 8525, 9323, 9085, 10129, 9468, 13663, 9499, 10749, 10002, 9460, 10630, 9518, 10782, 7777, 10003, 8603, 10405, 8069, 11745, 9424, 12082, 9763, 9169, 9363, 10280, 8844, 12869, 9760, 8999, 9718, 8323, 11036, 10696, 11806, 8623, 10555, 8448, 11306, 8227, 11224, 8325, 14314, 8876, 9568, 9175, 11117, 9341, 12312, 10069, 7848, 10603, 7956, 10947, 8677, 11362, 8515, 10972, 8237, 11044, 8844, 14374, 9035, 10239, 9201, 10422, 8525, 7159, 10586, 7507, 7673, 8738, 7862, 9184, 8384, 13121, 9795, 7876, 11089, 9230, 11745, 10902, 14316, 11711, 11174, 9093, 11272, 7691, 11466, 8059, 10665, 8558, 10490, 8591, 10493, 8261, 10894, 8811, 9621, 8278, 11258, 8198, 11889, 9082, 10548, 8208, 11390, 8235, 10643, 8600, 9702, 8345, 9567, 8235, 10682, 8112, 9782, 9068, 10128, 8669, 13146, 9002, 8770, 9390, 7866, 9830, 8669, 10540, 7613, 11048, 8558, 9999, 8908, 14912, 9187, 11168, 9406, 10697, 9954, 13628, 10489, 7934, 11292, 7601, 11487, 9494, 11311, 9297, 10972, 7991, 11100, 8374, 10327, 8600, 11016, 9180, 9205, 9897, 9412, 9900, 9380, 10896, 7920, 11186, 7755, 10118, 8318, 13733, 8726, 9632, 9274, 7869, 10012, 8543, 10657, 8235, 10586, 9028, 10059, 9392, 15401, 11818, 11142, 10066, 8293, 10860, 9319, 12880, 8229, 11071, 8713, 9414, 9765, 13701, 9297, 10863, 10373, 7535, 11090, 7896, 11555, 8949, 9980, 9240, 9532, 9925, 12105, 10162, 11920, 11461, 7988, 11426, 7995, 10342, 8685, 8905, 9054, 10161, 9140, 8181], 'WindowCenter': [4251.0, 4202.0, 4220.0, 4177.0, 4228.0, 4217.0, 4229.0, 4195.0, 4216.0, 4194.0, 4214.0, 4194.0, 4215.0, 4183.0, 4228.0, 4176.0, 4226.0, 4162.0, 4213.0, 4175.0, 4224.0, 4173.0, 4227.0, 4175.0, 4205.0, 4183.0, 4172.0, 4173.0, 4204.0, 4176.0, 4227.0, 4188.0, 4215.0, 4187.0, 4205.0, 4198.0, 4215.0, 4187.0, 4174.0, 4205.0, 4193.0, 4219.0, 4177.0, 4219.0, 4189.0, 4218.0, 4186.0, 4199.0, 4218.0, 4199.0, 4251.0, 4212.0, 4227.0, 4208.0, 4216.0, 4195.0, 4226.0, 4217.0, 4224.0, 4206.0, 4162.0, 4203.0, 4193.0, 4203.0, 4194.0, 4205.0, 4164.0, 4204.0, 4165.0, 4215.0, 4187.0, 4227.0, 4178.0, 4207.0, 4185.0, 4205.0, 4187.0, 4237.0, 4218.0, 4214.0, 4205.0, 4173.0, 4204.0, 4192.0, 4226.0, 4194.0, 4215.0, 4183.0, 4213.0, 4172.0, 4225.0, 4174.0, 4235.0, 4173.0, 4192.0, 4171.0, 4191.0, 4181.0, 4224.0, 4184.0, 4171.0, 4173.0, 4153.0, 4184.0, 4205.0, 4208.0, 4164.0, 4206.0, 4164.0, 4206.0, 4194.0, 4218.0, 4165.0, 4205.0, 4164.0, 4205.0, 4185.0, 4226.0, 4165.0, 4205.0, 4163.0, 4215.0, 4175.0, 4205.0, 4188.0, 4217.0, 4176.0, 4206.0, 4187.0, 4195.0, 4185.0, 4227.0, 4176.0, 4194.0, 4186.0, 4225.0, 4196.0, 4237.0, 4196.0, 4194.0, 4194.0, 4204.0, 4185.0, 4215.0, 4206.0, 4152.0, 4195.0, 4164.0, 4193.0, 4185.0, 4204.0, 4163.0, 4218.0, 4176.0, 4217.0, 4199.0, 4208.0, 4174.0, 4204.0, 4172.0, 4193.0, 4184.0, 4226.0, 4177.0, 4207.0, 4185.0, 4205.0, 4195.0, 4228.0, 4197.0, 4215.0, 4185.0, 4206.0, 4199.0, 4229.0, 4209.0, 4225.0, 4196.0, 4192.0, 4195.0, 4224.0, 4217.0, 4225.0, 4206.0, 4161.0, 4204.0, 4193.0, 4227.0, 4204.0, 4215.0, 4161.0, 4213.0, 4183.0, 4205.0, 4163.0, 4204.0, 4162.0, 4204.0, 4172.0, 4226.0, 4164.0, 4215.0, 4164.0, 4213.0, 4164.0, 4204.0, 4174.0, 4217.0, 4175.0, 4205.0, 4186.0, 4205.0, 4197.0, 4225.0, 4185.0, 4202.0, 4196.0, 4218.0, 4208.0, 4226.0, 4209.0, 4196.0, 4196.0, 4206.0, 4208.0, 4228.0, 4209.0, 4185.0, 4206.0, 4175.0, 4229.0, 4185.0, 4209.0, 4174.0, 4203.0, 4158.0, 4200.0, 4179.0, 4210.0, 4171.0, 4181.0, 4161.0, 4148.0, 4148.0, 4137.0, 4137.0, 4156.0, 4146.0, 4157.0, 4169.0, 4166.0, 4155.0, 4175.0, 4143.0, 4186.0, 4153.0, 4184.0, 4156.0, 4197.0, 4147.0, 4175.0, 4156.0, 4177.0, 4169.0, 4202.0, 4171.0, 4180.0, 4181.0, 4188.0, 4179.0, 4180.0, 4150.0, 4171.0, 4152.0, 4141.0, 4194.0, 4184.0, 4194.0, 4164.0, 4184.0, 4218.0, 4206.0, 4225.0, 4193.0, 4191.0, 4191.0, 4191.0, 4191.0, 4223.0, 4192.0, 4191.0, 4192.0, 4179.0, 4201.0, 4192.0, 4203.0, 4192.0, 4194.0, 4183.0, 4206.0, 4193.0, 4205.0, 4204.0, 4206.0, 4215.0, 4195.0, 4203.0, 4194.0, 4191.0, 4192.0, 4192.0, 4203.0, 4224.0, 4194.0, 4192.0, 4193.0, 4191.0, 4203.0, 4202.0, 4204.0, 4205.0, 4195.0, 4183.0, 4205.0, 4194.0, 4206.0, 4205.0, 4216.0, 4184.0, 4206.0, 4163.0, 4205.0, 4195.0, 4205.0, 4216.0, 4175.0, 4183.0, 4164.0, 4185.0, 4204.0, 4173.0, 4213.0, 4193.0, 4183.0, 4195.0, 4193.0, 4193.0, 4205.0, 4215.0, 4216.0, 4206.0, 4206.0, 4213.0, 4202.0, 4215.0, 4236.0, 4227.0, 4214.0, 4194.0, 4181.0, 4202.0, 4171.0, 4193.0, 4172.0, 4183.0, 4182.0, 4174.0, 4192.0, 4192.0, 4182.0, 4192.0, 4192.0, 4191.0, 4204.0, 4195.0, 4206.0, 4205.0, 4205.0, 4227.0, 4208.0, 4202.0, 4217.0, 4206.0, 4214.0, 4195.0, 4203.0, 4184.0, 4184.0, 4182.0, 4171.0, 4206.0, 4193.0, 4195.0, 4214.0, 4208.0, 4196.0, 4205.0, 4192.0, 4214.0, 4213.0, 4220.0, 4207.0, 4197.0, 4174.0, 4185.0, 4196.0, 4215.0, 4194.0, 4193.0, 4192.0, 4201.0, 4196.0, 4215.0, 4218.0, 4215.0, 4207.0, 4194.0, 4207.0, 4185.0, 4196.0, 4178.0, 4194.0, 4193.0, 4193.0, 4206.0, 4217.0, 4217.0, 4237.0, 4213.0, 4205.0, 4215.0, 4224.0, 4215.0, 4237.0, 4185.0, 4173.0, 4183.0, 4193.0, 4204.0, 4196.0, 4213.0, 4216.0, 4192.0, 4217.0, 4192.0, 4182.0, 4186.0, 4208.0, 4218.0, 4206.0, 4213.0, 4213.0, 4216.0, 4240.0, 4214.0, 4181.0, 4191.0, 4191.0, 4191.0, 4192.0, 4226.0, 4192.0, 4194.0, 4194.0, 4190.0, 4194.0, 4192.0, 4204.0, 4206.0, 4202.0, 4213.0, 4205.0, 4191.0, 4214.0, 4202.0, 4203.0, 4203.0, 4204.0, 4222.0, 4203.0, 4211.0, 4180.0, 4147.0, 4178.0, 4159.0, 4203.0, 4174.0, 4219.0, 4220.0, 4195.0, 4217.0, 4194.0, 4206.0, 4215.0, 4196.0, 4228.0, 4216.0, 4186.0, 4204.0, 4173.0, 4205.0, 4193.0, 4228.0, 4187.0, 4205.0, 4194.0, 4195.0, 4194.0, 4205.0, 4192.0, 4214.0, 4194.0, 4193.0, 4182.0, 4203.0, 4193.0, 4224.0, 4206.0, 4204.0, 4203.0, 4200.0, 4193.0, 4221.0, 4193.0, 4212.0, 4191.0, 4203.0, 4204.0, 4215.0, 4184.0, 4211.0, 4206.0, 4172.0, 4192.0, 4184.0, 4195.0, 4185.0, 4208.0, 4187.0, 4206.0, 4187.0, 4217.0, 4188.0, 4229.0, 4195.0, 4217.0, 4195.0, 4196.0, 4204.0, 4225.0, 4220.0, 4247.0, 4205.0, 4204.0, 4205.0, 4226.0, 4206.0, 4207.0, 4215.0, 4172.0, 4204.0, 4182.0, 4214.0, 4184.0, 4260.0, 4196.0, 4202.0, 4191.0, 4202.0, 4183.0, 4224.0, 4192.0, 4203.0, 4191.0, 4181.0, 4193.0, 4213.0, 4193.0, 4214.0, 4193.0, 4159.0, 4191.0, 4170.0, 4201.0, 4181.0, 4205.0, 4175.0, 4205.0, 4184.0, 4202.0, 4184.0, 4204.0, 4183.0, 4225.0, 4205.0, 4193.0, 4193.0, 4202.0, 4183.0, 4224.0, 4194.0, 4201.0, 4193.0, 4212.0, 4193.0, 4223.0, 4205.0, 4173.0, 4205.0, 4184.0, 4206.0, 4175.0, 4219.0, 4187.0, 4217.0, 4175.0, 4216.0, 4184.0, 4230.0, 4197.0, 4204.0, 4195.0, 4215.0, 4206.0, 4235.0, 4206.0, 4203.0, 4205.0, 4193.0, 4216.0, 4205.0, 4215.0, 4174.0, 4192.0, 4194.0, 4204.0, 4195.0, 4236.0, 4195.0, 4214.0, 4194.0, 4192.0, 4204.0, 4204.0, 4216.0, 4184.0, 4204.0, 4172.0, 4203.0, 4174.0, 4215.0, 4184.0, 4227.0, 4195.0, 4194.0, 4194.0, 4204.0, 4206.0, 4236.0, 4207.0, 4215.0, 4218.0, 4205.0, 4216.0, 4194.0, 4217.0, 4174.0, 4205.0, 4182.0, 4203.0, 4173.0, 4224.0, 4196.0, 4226.0, 4205.0, 4193.0, 4205.0, 4217.0, 4196.0, 4237.0, 4208.0, 4195.0, 4206.0, 4183.0, 4214.0, 4216.0, 4226.0, 4184.0, 4204.0, 4172.0, 4212.0, 4182.0, 4216.0, 4185.0, 4237.0, 4193.0, 4191.0, 4194.0, 4213.0, 4195.0, 4227.0, 4207.0, 4184.0, 4203.0, 4173.0, 4213.0, 4184.0, 4229.0, 4185.0, 4214.0, 4184.0, 4213.0, 4192.0, 4236.0, 4194.0, 4201.0, 4193.0, 4214.0, 4197.0, 4163.0, 4213.0, 4162.0, 4174.0, 4195.0, 4183.0, 4204.0, 4197.0, 4249.0, 4219.0, 4185.0, 4216.0, 4193.0, 4215.0, 4203.0, 4236.0, 4213.0, 4203.0, 4180.0, 4200.0, 4159.0, 4211.0, 4173.0, 4203.0, 4183.0, 4202.0, 4182.0, 4202.0, 4183.0, 4217.0, 4196.0, 4205.0, 4185.0, 4214.0, 4183.0, 4216.0, 4196.0, 4203.0, 4172.0, 4211.0, 4183.0, 4204.0, 4184.0, 4205.0, 4184.0, 4204.0, 4186.0, 4216.0, 4186.0, 4204.0, 4196.0, 4215.0, 4195.0, 4237.0, 4198.0, 4183.0, 4194.0, 4183.0, 4205.0, 4195.0, 4219.0, 4187.0, 4226.0, 4196.0, 4198.0, 4196.0, 4249.0, 4206.0, 4216.0, 4195.0, 4214.0, 4205.0, 4234.0, 4216.0, 4172.0, 4214.0, 4161.0, 4213.0, 4192.0, 4215.0, 4193.0, 4203.0, 4171.0, 4211.0, 4184.0, 4204.0, 4195.0, 4214.0, 4196.0, 4193.0, 4205.0, 4194.0, 4206.0, 4205.0, 4216.0, 4185.0, 4214.0, 4186.0, 4217.0, 4185.0, 4237.0, 4195.0, 4203.0, 4204.0, 4172.0, 4205.0, 4196.0, 4229.0, 4197.0, 4215.0, 4194.0, 4205.0, 4195.0, 4246.0, 4226.0, 4213.0, 4204.0, 4172.0, 4213.0, 4193.0, 4237.0, 4183.0, 4214.0, 4181.0, 4192.0, 4201.0, 4223.0, 4195.0, 4202.0, 4203.0, 4161.0, 4201.0, 4172.0, 4213.0, 4194.0, 4203.0, 4194.0, 4192.0, 4203.0, 4213.0, 4203.0, 4215.0, 4213.0, 4172.0, 4213.0, 4172.0, 4202.0, 4184.0, 4181.0, 4194.0, 4203.0, 4204.0, 4185.0], 'WindowWidth': [9424.0, 9343.0, 9356.0, 9298.0, 9369.0, 9351.0, 9372.0, 9317.0, 9346.0, 9312.0, 9338.0, 9314.0, 9344.0, 9300.0, 9370.0, 9292.0, 9357.0, 9269.0, 9336.0, 9292.0, 9354.0, 9285.0, 9363.0, 9292.0, 9328.0, 9299.0, 9280.0, 9286.0, 9327.0, 9294.0, 9363.0, 9312.0, 9344.0, 9309.0, 9328.0, 9326.0, 9345.0, 9308.0, 9286.0, 9329.0, 9312.0, 9358.0, 9296.0, 9356.0, 9318.0, 9352.0, 9308.0, 9330.0, 9356.0, 9330.0, 9405.0, 9351.0, 9365.0, 9337.0, 9344.0, 9318.0, 9360.0, 9349.0, 9354.0, 9331.0, 9267.0, 9323.0, 9310.0, 9326.0, 9314.0, 9331.0, 9275.0, 9326.0, 9278.0, 9344.0, 9310.0, 9366.0, 9299.0, 9333.0, 9304.0, 9330.0, 9309.0, 9380.0, 9353.0, 9342.0, 9329.0, 9281.0, 9326.0, 9307.0, 9361.0, 9313.0, 9342.0, 9296.0, 9337.0, 9281.0, 9358.0, 9285.0, 9371.0, 9283.0, 9304.0, 9277.0, 9304.0, 9294.0, 9354.0, 9302.0, 9279.0, 9285.0, 9258.0, 9301.0, 9328.0, 9339.0, 9273.0, 9331.0, 9273.0, 9333.0, 9315.0, 9354.0, 9277.0, 9328.0, 9271.0, 9330.0, 9306.0, 9363.0, 9276.0, 9330.0, 9273.0, 9340.0, 9291.0, 9330.0, 9313.0, 9349.0, 9294.0, 9332.0, 9308.0, 9316.0, 9303.0, 9360.0, 9291.0, 9312.0, 9305.0, 9359.0, 9321.0, 9377.0, 9320.0, 9311.0, 9312.0, 9327.0, 9304.0, 9342.0, 9330.0, 9254.0, 9313.0, 9272.0, 9312.0, 9301.0, 9326.0, 9270.0, 9353.0, 9295.0, 9352.0, 9332.0, 9340.0, 9288.0, 9326.0, 9281.0, 9310.0, 9301.0, 9363.0, 9297.0, 9334.0, 9304.0, 9331.0, 9321.0, 9366.0, 9323.0, 9342.0, 9303.0, 9332.0, 9330.0, 9369.0, 9343.0, 9357.0, 9318.0, 9308.0, 9316.0, 9354.0, 9353.0, 9359.0, 9332.0, 9265.0, 9325.0, 9311.0, 9363.0, 9328.0, 9342.0, 9265.0, 9336.0, 9295.0, 9331.0, 9268.0, 9324.0, 9267.0, 9325.0, 9282.0, 9361.0, 9275.0, 9341.0, 9272.0, 9335.0, 9273.0, 9327.0, 9289.0, 9349.0, 9290.0, 9328.0, 9307.0, 9330.0, 9323.0, 9358.0, 9304.0, 9322.0, 9319.0, 9355.0, 9341.0, 9361.0, 9344.0, 9321.0, 9322.0, 9335.0, 9340.0, 9364.0, 9343.0, 9304.0, 9331.0, 9290.0, 9372.0, 9304.0, 9337.0, 9286.0, 9321.0, 9253.0, 9314.0, 9284.0, 9329.0, 9272.0, 9291.0, 9261.0, 9231.0, 9231.0, 9210.0, 9212.0, 9236.0, 9223.0, 9238.0, 9256.0, 9250.0, 9233.0, 9259.0, 9213.0, 9278.0, 9229.0, 9274.0, 9236.0, 9296.0, 9225.0, 9259.0, 9234.0, 9264.0, 9260.0, 9314.0, 9267.0, 9276.0, 9282.0, 9286.0, 9276.0, 9279.0, 9235.0, 9269.0, 9246.0, 9227.0, 9305.0, 9290.0, 9304.0, 9268.0, 9293.0, 9348.0, 9324.0, 9352.0, 9300.0, 9295.0, 9293.0, 9299.0, 9294.0, 9349.0, 9300.0, 9298.0, 9298.0, 9277.0, 9310.0, 9302.0, 9317.0, 9301.0, 9305.0, 9289.0, 9324.0, 9303.0, 9322.0, 9321.0, 9325.0, 9338.0, 9310.0, 9315.0, 9304.0, 9296.0, 9299.0, 9300.0, 9315.0, 9349.0, 9305.0, 9300.0, 9303.0, 9296.0, 9318.0, 9316.0, 9321.0, 9324.0, 9309.0, 9289.0, 9323.0, 9310.0, 9326.0, 9327.0, 9343.0, 9294.0, 9325.0, 9263.0, 9322.0, 9308.0, 9325.0, 9340.0, 9284.0, 9290.0, 9266.0, 9297.0, 9322.0, 9280.0, 9336.0, 9305.0, 9293.0, 9310.0, 9307.0, 9305.0, 9325.0, 9338.0, 9343.0, 9327.0, 9325.0, 9334.0, 9318.0, 9339.0, 9372.0, 9359.0, 9333.0, 9306.0, 9284.0, 9313.0, 9273.0, 9305.0, 9273.0, 9293.0, 9288.0, 9278.0, 9300.0, 9301.0, 9288.0, 9306.0, 9304.0, 9303.0, 9320.0, 9310.0, 9328.0, 9325.0, 9325.0, 9361.0, 9333.0, 9319.0, 9342.0, 9326.0, 9336.0, 9313.0, 9320.0, 9293.0, 9293.0, 9289.0, 9273.0, 9326.0, 9308.0, 9313.0, 9341.0, 9333.0, 9313.0, 9325.0, 9306.0, 9336.0, 9336.0, 9352.0, 9330.0, 9315.0, 9281.0, 9299.0, 9314.0, 9341.0, 9309.0, 9307.0, 9303.0, 9316.0, 9315.0, 9339.0, 9348.0, 9340.0, 9328.0, 9307.0, 9331.0, 9299.0, 9315.0, 9293.0, 9311.0, 9308.0, 9308.0, 9334.0, 9348.0, 9345.0, 9374.0, 9332.0, 9322.0, 9337.0, 9351.0, 9338.0, 9373.0, 9300.0, 9277.0, 9290.0, 9308.0, 9323.0, 9315.0, 9336.0, 9340.0, 9306.0, 9345.0, 9307.0, 9294.0, 9302.0, 9335.0, 9348.0, 9330.0, 9336.0, 9335.0, 9341.0, 9382.0, 9340.0, 9289.0, 9300.0, 9300.0, 9300.0, 9302.0, 9358.0, 9304.0, 9308.0, 9307.0, 9299.0, 9311.0, 9305.0, 9328.0, 9329.0, 9322.0, 9337.0, 9323.0, 9301.0, 9332.0, 9315.0, 9319.0, 9318.0, 9320.0, 9348.0, 9321.0, 9330.0, 9285.0, 9238.0, 9279.0, 9256.0, 9319.0, 9285.0, 9352.0, 9354.0, 9315.0, 9345.0, 9312.0, 9332.0, 9342.0, 9319.0, 9365.0, 9343.0, 9300.0, 9323.0, 9281.0, 9329.0, 9310.0, 9364.0, 9305.0, 9328.0, 9310.0, 9310.0, 9308.0, 9328.0, 9306.0, 9338.0, 9308.0, 9306.0, 9292.0, 9320.0, 9307.0, 9352.0, 9326.0, 9320.0, 9318.0, 9312.0, 9307.0, 9346.0, 9311.0, 9332.0, 9302.0, 9320.0, 9327.0, 9339.0, 9298.0, 9332.0, 9329.0, 9278.0, 9306.0, 9299.0, 9317.0, 9302.0, 9341.0, 9309.0, 9333.0, 9310.0, 9350.0, 9314.0, 9368.0, 9317.0, 9346.0, 9315.0, 9314.0, 9328.0, 9357.0, 9357.0, 9390.0, 9330.0, 9324.0, 9329.0, 9359.0, 9333.0, 9336.0, 9343.0, 9279.0, 9323.0, 9292.0, 9341.0, 9297.0, 9417.0, 9317.0, 9320.0, 9302.0, 9319.0, 9295.0, 9352.0, 9306.0, 9318.0, 9300.0, 9286.0, 9310.0, 9334.0, 9309.0, 9336.0, 9308.0, 9259.0, 9301.0, 9272.0, 9315.0, 9290.0, 9330.0, 9288.0, 9326.0, 9297.0, 9318.0, 9297.0, 9324.0, 9297.0, 9358.0, 9329.0, 9309.0, 9308.0, 9319.0, 9296.0, 9354.0, 9313.0, 9317.0, 9308.0, 9335.0, 9310.0, 9350.0, 9329.0, 9283.0, 9328.0, 9299.0, 9331.0, 9288.0, 9357.0, 9308.0, 9346.0, 9290.0, 9344.0, 9300.0, 9369.0, 9320.0, 9324.0, 9314.0, 9340.0, 9332.0, 9371.0, 9331.0, 9322.0, 9328.0, 9311.0, 9345.0, 9329.0, 9342.0, 9284.0, 9307.0, 9310.0, 9323.0, 9314.0, 9373.0, 9316.0, 9337.0, 9312.0, 9305.0, 9326.0, 9324.0, 9344.0, 9299.0, 9325.0, 9282.0, 9321.0, 9286.0, 9341.0, 9301.0, 9362.0, 9316.0, 9312.0, 9313.0, 9326.0, 9332.0, 9373.0, 9333.0, 9341.0, 9352.0, 9329.0, 9343.0, 9313.0, 9348.0, 9285.0, 9328.0, 9292.0, 9321.0, 9285.0, 9353.0, 9318.0, 9360.0, 9329.0, 9308.0, 9331.0, 9348.0, 9320.0, 9375.0, 9336.0, 9315.0, 9328.0, 9296.0, 9341.0, 9345.0, 9361.0, 9298.0, 9325.0, 9278.0, 9331.0, 9295.0, 9347.0, 9304.0, 9375.0, 9311.0, 9305.0, 9313.0, 9339.0, 9318.0, 9361.0, 9334.0, 9299.0, 9324.0, 9283.0, 9338.0, 9299.0, 9368.0, 9300.0, 9338.0, 9300.0, 9337.0, 9309.0, 9374.0, 9312.0, 9318.0, 9309.0, 9340.0, 9321.0, 9269.0, 9338.0, 9269.0, 9285.0, 9314.0, 9297.0, 9328.0, 9324.0, 9397.0, 9356.0, 9305.0, 9344.0, 9307.0, 9342.0, 9322.0, 9379.0, 9336.0, 9321.0, 9286.0, 9312.0, 9257.0, 9331.0, 9282.0, 9321.0, 9295.0, 9318.0, 9294.0, 9321.0, 9299.0, 9350.0, 9317.0, 9327.0, 9301.0, 9338.0, 9299.0, 9345.0, 9315.0, 9320.0, 9279.0, 9329.0, 9296.0, 9326.0, 9300.0, 9326.0, 9298.0, 9325.0, 9306.0, 9345.0, 9307.0, 9326.0, 9317.0, 9343.0, 9319.0, 9375.0, 9324.0, 9297.0, 9313.0, 9298.0, 9329.0, 9316.0, 9356.0, 9308.0, 9357.0, 9318.0, 9316.0, 9318.0, 9396.0, 9334.0, 9342.0, 9315.0, 9339.0, 9329.0, 9367.0, 9347.0, 9280.0, 9335.0, 9263.0, 9335.0, 9307.0, 9343.0, 9310.0, 9322.0, 9277.0, 9330.0, 9301.0, 9326.0, 9317.0, 9341.0, 9317.0, 9309.0, 9329.0, 9313.0, 9334.0, 9330.0, 9344.0, 9303.0, 9338.0, 9309.0, 9347.0, 9303.0, 9376.0, 9317.0, 9324.0, 9327.0, 9283.0, 9330.0, 9319.0, 9372.0, 9321.0, 9343.0, 9314.0, 9328.0, 9316.0, 9390.0, 9358.0, 9335.0, 9324.0, 9277.0, 9335.0, 9310.0, 9379.0, 9298.0, 9338.0, 9291.0, 9305.0, 9318.0, 9349.0, 9315.0, 9319.0, 9320.0, 9263.0, 9316.0, 9279.0, 9337.0, 9311.0, 9322.0, 9311.0, 9308.0, 9325.0, 9335.0, 9325.0, 9341.0, 9335.0, 9278.0, 9333.0, 9281.0, 9319.0, 9297.0, 9292.0, 9316.0, 9324.0, 9327.0, 9303.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.010870619977037886</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07960128610792191</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.02610851601151</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2236726132758615</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0771042581724135</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.488</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4810.6572</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14982835331408612</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>169</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.402985074626866</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5821248072111875</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.393695488384398</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.819793569134519</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.532885364114646</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0080817</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02554435096681118</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03266403451561928</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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>4.172219517348518</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4392</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8527</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.6658</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297812.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.1739</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.628</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.794</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3392.6479</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3572.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78732.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1304.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4395.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.1336</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.650145457009785</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> |