=== 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-0036 --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-0036",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0036_ses-04_task-social_acq-mb8_run-02_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-0036_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-02_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-0036/ses-04/func/sub-0036_ses-04_task-social_acq-mb8_run-02_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>c69c9ac7f05ccbe646a4af8070620573</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>19:00:12.070000</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.998786, 0.0490244, 0.00476119, -0.0491983, 0.997602, 0.0486789]</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-02_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.111738</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4166, -7717, -7219, 591, -17, -25, 93, 65]</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>291.619</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cb4bee33-8eff-45fe-bced-3a0515f45218||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.6796703338623047, -0.13199539482593536, 0.006380968727171421, 117.97613525390625], [-0.13152876496315002, 2.6764934062957764, 0.13190586864948273, -88.49603271484375], [0.012773922644555569, -0.13060185313224792, 2.696768283843994, -45.6597900390625], [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': ['190012.070000', '190012.530000', '190012.990000', '190013.450000', '190013.910000', '190014.370000', '190014.830000', '190015.290000', '190015.750000', '190016.210000', '190016.670000', '190017.130000', '190017.590000', '190018.050000', '190018.510000', '190018.970000', '190019.430000', '190019.890000', '190020.350000', '190020.810000', '190021.270000', '190021.730000', '190022.190000', '190022.650000', '190023.110000', '190023.570000', '190024.030000', '190024.490000', '190024.950000', '190025.410000', '190025.870000', '190026.330000', '190026.790000', '190027.250000', '190027.710000', '190028.170000', '190028.630000', '190029.090000', '190029.550000', '190030.010000', '190030.470000', '190030.930000', '190031.390000', '190031.850000', '190032.310000', '190032.770000', '190033.230000', '190033.690000', '190034.150000', '190034.610000', '190035.070000', '190035.530000', '190035.990000', '190036.450000', '190036.910000', '190037.370000', '190037.830000', '190038.290000', '190038.750000', '190039.210000', '190039.670000', '190040.130000', '190040.590000', '190041.050000', '190041.510000', '190041.970000', '190042.430000', '190042.890000', '190043.350000', '190043.810000', '190044.270000', '190044.730000', '190045.190000', '190045.650000', '190046.110000', '190046.570000', '190047.030000', '190047.490000', '190047.950000', '190048.410000', '190048.870000', '190049.330000', '190049.790000', '190050.250000', '190050.710000', '190051.170000', '190051.630000', '190052.090000', '190052.550000', '190053.010000', '190053.470000', '190053.930000', '190054.390000', '190054.850000', '190055.310000', '190055.770000', '190056.230000', '190056.690000', '190057.150000', '190057.610000', '190058.070000', '190058.530000', '190058.990000', '190059.450000', '190059.910000', '190100.370000', '190100.830000', '190101.290000', '190101.750000', '190102.210000', '190102.670000', '190103.130000', '190103.590000', '190104.050000', '190104.510000', '190104.970000', '190105.430000', '190105.890000', '190106.350000', '190106.810000', '190107.270000', '190107.730000', '190108.190000', '190108.650000', '190109.110000', '190109.570000', '190110.030000', '190110.490000', '190110.950000', '190111.410000', '190111.870000', '190112.330000', '190112.790000', '190113.250000', '190113.710000', '190114.170000', '190114.630000', '190115.090000', '190115.550000', '190116.010000', '190116.470000', '190116.930000', '190117.390000', '190117.850000', '190118.310000', '190118.770000', '190119.230000', '190119.690000', '190120.150000', '190120.610000', '190121.070000', '190121.530000', '190121.990000', '190122.450000', '190122.910000', '190123.370000', '190123.830000', '190124.290000', '190124.750000', '190125.210000', '190125.670000', '190126.130000', '190126.590000', '190127.050000', '190127.510000', '190127.970000', '190128.430000', '190128.890000', '190129.350000', '190129.810000', '190130.270000', '190130.730000', '190131.190000', '190131.650000', '190132.110000', '190132.570000', '190133.030000', '190133.490000', '190133.950000', '190134.410000', '190134.870000', '190135.330000', '190135.790000', '190136.250000', '190136.710000', '190137.170000', '190137.630000', '190138.090000', '190138.550000', '190139.010000', '190139.470000', '190139.930000', '190140.390000', '190140.850000', '190141.310000', '190141.770000', '190142.230000', '190142.690000', '190143.150000', '190143.610000', '190144.070000', '190144.530000', '190144.990000', '190145.450000', '190145.910000', '190146.370000', '190146.830000', '190147.290000', '190147.750000', '190148.210000', '190148.670000', '190149.130000', '190149.590000', '190150.050000', '190150.510000', '190150.970000', '190151.430000', '190151.890000', '190152.350000', '190152.810000', '190153.270000', '190153.730000', '190154.190000', '190154.650000', '190155.110000', '190155.570000', '190156.030000', '190156.490000', '190156.950000', '190157.410000', '190157.870000', '190158.330000', '190158.790000', '190159.250000', '190159.710000', '190200.170000', '190200.630000', '190201.090000', '190201.550000', '190202.010000', '190202.470000', '190202.930000', '190203.390000', '190203.850000', '190204.310000', '190204.770000', '190205.230000', '190205.690000', '190206.150000', '190206.610000', '190207.070000', '190207.530000', '190207.990000', '190208.450000', '190208.910000', '190209.370000', '190209.830000', '190210.290000', '190210.750000', '190211.210000', '190211.670000', '190212.130000', '190212.590000', '190213.050000', '190213.510000', '190213.970000', '190214.430000', '190214.890000', '190215.350000', '190215.810000', '190216.270000', '190216.730000', '190217.190000', '190217.650000', '190218.110000', '190218.570000', '190219.030000', '190219.490000', '190219.950000', '190220.410000', '190220.870000', '190221.330000', '190221.790000', '190222.250000', '190222.710000', '190223.170000', '190223.630000', '190224.090000', '190224.550000', '190225.010000', '190225.470000', '190225.930000', '190226.390000', '190226.850000', '190227.310000', '190227.770000', '190228.230000', '190228.690000', '190229.150000', '190229.610000', '190230.070000', '190230.530000', '190230.990000', '190231.450000', '190231.910000', '190232.370000', '190232.830000', '190233.290000', '190233.750000', '190234.210000', '190234.670000', '190235.130000', '190235.590000', '190236.050000', '190236.510000', '190236.970000', '190237.430000', '190237.890000', '190238.350000', '190238.810000', '190239.270000', '190239.730000', '190240.190000', '190240.650000', '190241.110000', '190241.570000', '190242.030000', '190242.490000', '190242.950000', '190243.410000', '190243.870000', '190244.330000', '190244.790000', '190245.250000', '190245.710000', '190246.170000', '190246.630000', '190247.090000', '190247.550000', '190248.010000', '190248.470000', '190248.930000', '190249.390000', '190249.850000', '190250.310000', '190250.770000', '190251.230000', '190251.690000', '190252.150000', '190252.610000', '190253.070000', '190253.530000', '190253.990000', '190254.450000', '190254.910000', '190255.370000', '190255.830000', '190256.290000', '190256.750000', '190257.210000', '190257.670000', '190258.130000', '190258.590000', '190259.050000', '190259.510000', '190259.970000', '190300.430000', '190300.890000', '190301.350000', '190301.810000', '190302.270000', '190302.730000', '190303.190000', '190303.650000', '190304.110000', '190304.570000', '190305.030000', '190305.490000', '190305.950000', '190306.410000', '190306.870000', '190307.330000', '190307.790000', '190308.250000', '190308.710000', '190309.170000', '190309.630000', '190310.090000', '190310.550000', '190311.010000', '190311.470000', '190311.930000', '190312.390000', '190312.850000', '190313.310000', '190313.770000', '190314.230000', '190314.690000', '190315.150000', '190315.610000', '190316.070000', '190316.530000', '190316.990000', '190317.450000', '190317.910000', '190318.370000', '190318.830000', '190319.290000', '190319.750000', '190320.210000', '190320.670000', '190321.130000', '190321.590000', '190322.050000', '190322.510000', '190322.970000', '190323.430000', '190323.890000', '190324.350000', '190324.810000', '190325.270000', '190325.730000', '190326.190000', '190326.650000', '190327.110000', '190327.570000', '190328.030000', '190328.490000', '190328.950000', '190329.410000', '190329.870000', '190330.330000', '190330.790000', '190331.250000', '190331.710000', '190332.170000', '190332.630000', '190333.090000', '190333.550000', '190334.010000', '190334.470000', '190334.930000', '190335.390000', '190335.850000', '190336.310000', '190336.770000', '190337.230000', '190337.690000', '190338.150000', '190338.610000', '190339.070000', '190339.530000', '190339.990000', '190340.450000', '190340.910000', '190341.370000', '190341.830000', '190342.290000', '190342.750000', '190343.210000', '190343.670000', '190344.130000', '190344.590000', '190345.050000', '190345.510000', '190345.970000', '190346.430000', '190346.890000', '190347.350000', '190347.810000', '190348.270000', '190348.730000', '190349.190000', '190349.650000', '190350.110000', '190350.570000', '190351.030000', '190351.490000', '190351.950000', '190352.410000', '190352.870000', '190353.330000', '190353.790000', '190354.250000', '190354.710000', '190355.170000', '190355.630000', '190356.090000', '190356.550000', '190357.010000', '190357.470000', '190357.930000', '190358.390000', '190358.850000', '190359.310000', '190359.770000', '190400.230000', '190400.690000', '190401.150000', '190401.610000', '190402.070000', '190402.530000', '190402.990000', '190403.450000', '190403.910000', '190404.370000', '190404.830000', '190405.290000', '190405.750000', '190406.210000', '190406.670000', '190407.130000', '190407.590000', '190408.050000', '190408.510000', '190408.970000', '190409.430000', '190409.890000', '190410.350000', '190410.810000', '190411.270000', '190411.730000', '190412.190000', '190412.650000', '190413.110000', '190413.570000', '190414.030000', '190414.490000', '190414.950000', '190415.410000', '190415.870000', '190416.330000', '190416.790000', '190417.250000', '190417.710000', '190418.170000', '190418.630000', '190419.090000', '190419.550000', '190420.010000', '190420.470000', '190420.930000', '190421.390000', '190421.850000', '190422.310000', '190422.770000', '190423.230000', '190423.690000', '190424.150000', '190424.610000', '190425.070000', '190425.530000', '190425.990000', '190426.450000', '190426.910000', '190427.370000', '190427.830000', '190428.290000', '190428.750000', '190429.210000', '190429.670000', '190430.130000', '190430.590000', '190431.050000', '190431.510000', '190431.970000', '190432.430000', '190432.890000', '190433.350000', '190433.810000', '190434.270000', '190434.730000', '190435.190000', '190435.650000', '190436.110000', '190436.570000', '190437.030000', '190437.490000', '190437.950000', '190438.410000', '190438.870000', '190439.330000', '190439.790000', '190440.250000', '190440.710000', '190441.170000', '190441.630000', '190442.090000', '190442.550000', '190443.010000', '190443.470000', '190443.930000', '190444.390000', '190444.850000', '190445.310000', '190445.770000', '190446.230000', '190446.690000', '190447.150000', '190447.610000', '190448.070000', '190448.530000', '190448.990000', '190449.450000', '190449.910000', '190450.370000', '190450.830000', '190451.290000', '190451.750000', '190452.210000', '190452.670000', '190453.130000', '190453.590000', '190454.050000', '190454.510000', '190454.970000', '190455.430000', '190455.890000', '190456.350000', '190456.810000', '190457.270000', '190457.730000', '190458.190000', '190458.650000', '190459.110000', '190459.570000', '190500.030000', '190500.490000', '190500.950000', '190501.410000', '190501.870000', '190502.330000', '190502.790000', '190503.250000', '190503.710000', '190504.170000', '190504.630000', '190505.090000', '190505.550000', '190506.010000', '190506.470000', '190506.930000', '190507.390000', '190507.850000', '190508.310000', '190508.770000', '190509.230000', '190509.690000', '190510.150000', '190510.610000', '190511.070000', '190511.530000', '190511.990000', '190512.450000', '190512.910000', '190513.370000', '190513.830000', '190514.290000', '190514.750000', '190515.210000', '190515.670000', '190516.130000', '190516.590000', '190517.050000', '190517.510000', '190517.970000', '190518.430000', '190518.890000', '190519.350000', '190519.810000', '190520.270000', '190520.730000', '190521.190000', '190521.650000', '190522.110000', '190522.570000', '190523.030000', '190523.490000', '190523.950000', '190524.410000', '190524.870000', '190525.330000', '190525.790000', '190526.250000', '190526.710000', '190527.170000', '190527.630000', '190528.090000', '190528.550000', '190529.010000', '190529.470000', '190529.930000', '190530.390000', '190530.850000', '190531.310000', '190531.770000', '190532.230000', '190532.690000', '190533.150000', '190533.610000', '190534.070000', '190534.530000', '190534.990000', '190535.450000', '190535.910000', '190536.370000', '190536.830000', '190537.290000', '190537.750000', '190538.210000', '190538.670000', '190539.130000', '190539.590000', '190540.050000', '190540.510000', '190540.970000', '190541.430000', '190541.890000', '190542.350000', '190542.810000', '190543.270000', '190543.730000', '190544.190000', '190544.650000', '190545.110000', '190545.570000', '190546.030000', '190546.490000', '190546.950000', '190547.410000', '190547.870000', '190548.330000', '190548.790000', '190549.250000', '190549.710000', '190550.170000', '190550.630000', '190551.090000', '190551.550000', '190552.010000', '190552.470000', '190552.930000', '190553.390000', '190553.850000', '190554.310000', '190554.770000', '190555.230000', '190555.690000', '190556.150000', '190556.610000', '190557.070000', '190557.530000', '190557.990000', '190558.450000', '190558.910000', '190559.370000', '190559.830000', '190600.290000', '190600.750000', '190601.210000', '190601.670000', '190602.130000', '190602.590000', '190603.050000', '190603.510000', '190603.970000', '190604.430000', '190604.890000', '190605.350000', '190605.810000', '190606.270000', '190606.730000', '190607.190000', '190607.650000', '190608.110000', '190608.570000', '190609.030000', '190609.490000', '190609.950000', '190610.410000', '190610.870000', '190611.330000', '190611.790000', '190612.250000', '190612.710000', '190613.170000', '190613.630000', '190614.090000', '190614.550000', '190615.010000', '190615.470000', '190615.930000', '190616.390000', '190616.850000', '190617.310000', '190617.770000', '190618.230000', '190618.690000', '190619.150000', '190619.610000', '190620.070000', '190620.530000', '190620.990000', '190621.450000', '190621.910000', '190622.370000', '190622.830000', '190623.290000', '190623.750000', '190624.210000', '190624.670000', '190625.130000', '190625.590000', '190626.050000', '190626.510000', '190626.970000', '190627.430000', '190627.890000', '190628.350000', '190628.810000', '190629.270000', '190629.730000', '190630.190000', '190630.650000', '190631.110000', '190631.570000', '190632.030000', '190632.490000', '190632.950000', '190633.410000', '190633.870000', '190634.330000', '190634.790000', '190635.250000', '190635.710000', '190636.170000', '190636.630000', '190637.090000', '190637.550000', '190638.010000', '190638.470000', '190638.930000', '190639.390000', '190639.850000', '190640.310000', '190640.770000', '190641.230000', '190641.690000', '190642.150000', '190642.610000', '190643.070000', '190643.530000', '190643.990000', '190644.450000', '190644.910000', '190645.370000', '190645.830000', '190646.290000', '190646.750000', '190647.210000', '190647.670000', '190648.130000', '190648.590000', '190649.050000', '190649.510000', '190649.970000', '190650.430000', '190650.890000', '190651.350000', '190651.810000', '190652.270000', '190652.730000'], 'ContentTime': ['190041.640000', '190041.643000', '190041.646000', '190041.648000', '190041.651000', '190041.653000', '190041.662000', '190041.664000', '190041.667000', '190041.669000', '190041.672000', '190041.674000', '190041.677000', '190041.679000', '190041.682000', '190041.684000', '190041.687000', '190041.690000', '190041.692000', '190041.695000', '190041.697000', '190041.700000', '190041.702000', '190041.705000', '190041.707000', '190041.710000', '190041.712000', '190041.715000', '190041.718000', '190041.720000', '190041.723000', '190041.725000', '190041.728000', '190041.730000', '190041.733000', '190041.735000', '190041.738000', '190041.740000', '190041.743000', '190041.745000', '190041.748000', '190041.750000', '190041.753000', '190041.756000', '190041.758000', '190041.762000', '190041.765000', '190041.767000', '190041.770000', '190041.772000', '190041.775000', '190041.778000', '190041.780000', '190041.783000', '190041.785000', '190041.788000', '190041.790000', '190041.793000', '190041.795000', '190041.798000', '190041.801000', '190041.803000', '190101.612000', '190101.615000', '190101.618000', '190101.620000', '190101.623000', '190101.626000', '190101.628000', '190101.631000', '190101.633000', '190101.636000', '190101.638000', '190101.641000', '190101.643000', '190101.646000', '190101.649000', '190101.651000', '190101.654000', '190101.656000', '190101.659000', '190101.661000', '190101.664000', '190101.667000', '190101.670000', '190101.673000', '190101.675000', '190101.678000', '190101.680000', '190101.683000', '190101.685000', '190101.688000', '190101.690000', '190101.693000', '190101.695000', '190101.698000', '190101.701000', '190101.703000', '190101.706000', '190101.708000', '190101.711000', '190101.713000', '190101.716000', '190101.719000', '190101.721000', '190121.612000', '190121.614000', '190121.617000', '190121.620000', '190121.622000', '190121.625000', '190121.627000', '190121.630000', '190121.633000', '190121.635000', '190121.638000', '190121.640000', '190121.643000', '190121.645000', '190121.648000', '190121.651000', '190121.653000', '190121.656000', '190121.658000', '190121.661000', '190121.664000', '190121.666000', '190121.669000', '190121.671000', '190121.674000', '190121.676000', '190121.679000', '190121.682000', '190121.684000', '190121.687000', '190121.689000', '190121.692000', '190121.694000', '190121.697000', '190121.700000', '190121.702000', '190121.705000', '190121.707000', '190121.710000', '190121.712000', '190121.715000', '190121.718000', '190121.720000', '190121.723000', '190141.611000', '190141.614000', '190141.617000', '190141.619000', '190141.622000', '190141.624000', '190141.627000', '190141.630000', '190141.632000', '190141.635000', '190141.637000', '190141.640000', '190141.642000', '190141.645000', '190141.647000', '190141.650000', '190141.653000', '190141.655000', '190141.658000', '190141.660000', '190141.673000', '190141.676000', '190141.678000', '190141.681000', '190141.683000', '190141.686000', '190141.688000', '190141.691000', '190141.694000', '190141.696000', '190141.699000', '190141.701000', '190141.704000', '190141.706000', '190141.709000', '190141.712000', '190141.714000', '190141.717000', '190141.719000', '190141.722000', '190141.725000', '190141.727000', '190141.730000', '190201.611000', '190201.613000', '190201.616000', '190201.618000', '190201.621000', '190201.624000', '190201.626000', '190201.629000', '190201.631000', '190201.634000', '190201.636000', '190201.639000', '190201.641000', '190201.644000', '190201.647000', '190201.649000', '190201.652000', '190201.654000', '190201.657000', '190201.660000', '190201.662000', '190201.665000', '190201.667000', '190201.670000', '190201.672000', '190201.675000', '190201.678000', '190201.680000', '190201.683000', '190201.685000', '190201.688000', '190201.690000', '190201.693000', '190201.696000', '190201.698000', '190201.701000', '190201.703000', '190201.706000', '190201.709000', '190201.711000', '190201.714000', '190201.716000', '190201.719000', '190201.721000', '190221.611000', '190221.613000', '190221.616000', '190221.619000', '190221.621000', '190221.624000', '190221.626000', '190221.629000', '190221.632000', '190221.634000', '190221.637000', '190221.639000', '190221.643000', '190221.646000', '190221.649000', '190221.651000', '190221.654000', '190221.656000', '190221.659000', '190221.662000', '190221.664000', '190221.667000', '190221.669000', '190221.672000', '190221.675000', '190221.677000', '190221.680000', '190221.682000', '190221.685000', '190221.687000', '190221.690000', '190221.692000', '190221.695000', '190221.698000', '190221.700000', '190221.703000', '190221.706000', '190221.709000', '190221.712000', '190221.715000', '190221.717000', '190221.720000', '190221.722000', '190241.612000', '190241.614000', '190241.617000', '190241.620000', '190241.622000', '190241.625000', '190241.627000', '190241.630000', '190241.633000', '190241.635000', '190241.638000', '190241.641000', '190241.643000', '190241.646000', '190241.648000', '190241.651000', '190241.653000', '190241.656000', '190241.658000', '190241.661000', '190241.664000', '190241.666000', '190241.669000', '190241.671000', '190241.674000', '190241.677000', '190241.679000', '190241.682000', '190241.684000', '190241.687000', '190241.690000', '190241.692000', '190241.695000', '190241.697000', '190241.700000', '190241.703000', '190241.705000', '190241.708000', '190241.710000', '190241.713000', '190241.715000', '190241.718000', '190241.720000', '190241.723000', '190301.611000', '190301.614000', '190301.617000', '190301.619000', '190301.622000', '190301.625000', '190301.627000', '190301.630000', '190301.632000', '190301.635000', '190301.637000', '190301.640000', '190301.642000', '190301.645000', '190301.648000', '190301.650000', '190301.653000', '190301.655000', '190301.658000', '190301.660000', '190301.663000', '190301.666000', '190301.668000', '190301.671000', '190301.673000', '190301.676000', '190301.678000', '190301.681000', '190301.683000', '190301.686000', '190301.689000', '190301.691000', '190301.694000', '190301.696000', '190301.699000', '190301.701000', '190301.704000', '190301.707000', '190301.709000', '190301.712000', '190301.714000', '190301.717000', '190301.719000', '190321.612000', '190321.614000', '190321.631000', '190321.634000', '190321.636000', '190321.639000', '190321.641000', '190321.644000', '190321.647000', '190321.649000', '190321.652000', '190321.654000', '190321.657000', '190321.659000', '190321.662000', '190321.664000', '190321.667000', '190321.670000', '190321.672000', '190321.675000', '190321.678000', '190321.680000', '190321.683000', '190321.685000', '190321.688000', '190321.690000', '190321.693000', '190321.695000', '190321.698000', '190321.701000', '190321.703000', '190321.706000', '190321.708000', '190321.711000', '190321.714000', '190321.716000', '190321.719000', '190321.721000', '190321.724000', '190321.726000', '190321.729000', '190321.731000', '190321.734000', '190321.737000', '190341.611000', '190341.614000', '190341.617000', '190341.619000', '190341.625000', '190341.628000', '190341.630000', '190341.633000', '190341.636000', '190341.638000', '190341.641000', '190341.643000', '190341.646000', '190341.648000', '190341.651000', '190341.654000', '190341.656000', '190341.659000', '190341.661000', '190341.664000', '190341.666000', '190341.669000', '190341.671000', '190341.674000', '190341.677000', '190341.679000', '190341.682000', '190341.684000', '190341.687000', '190341.689000', '190341.692000', '190341.695000', '190341.697000', '190341.700000', '190341.702000', '190341.705000', '190341.707000', '190341.710000', '190341.713000', '190341.715000', '190341.718000', '190341.720000', '190341.723000', '190401.612000', '190401.615000', '190401.617000', '190401.620000', '190401.622000', '190401.625000', '190401.627000', '190401.630000', '190401.633000', '190401.635000', '190401.638000', '190401.640000', '190401.643000', '190401.645000', '190401.648000', '190401.650000', '190401.653000', '190401.656000', '190401.658000', '190401.661000', '190401.663000', '190401.666000', '190401.668000', '190401.671000', '190401.673000', '190401.676000', '190401.679000', '190401.681000', '190401.684000', '190401.686000', '190401.689000', '190401.691000', '190401.694000', '190401.697000', '190401.699000', '190401.702000', '190401.704000', '190401.707000', '190401.710000', '190401.712000', '190401.715000', '190401.717000', '190401.720000', '190401.723000', '190421.611000', '190421.613000', '190421.616000', '190421.619000', '190421.621000', '190421.624000', '190421.650000', '190421.652000', '190421.655000', '190421.657000', '190421.660000', '190421.662000', '190421.665000', '190421.668000', '190421.670000', '190421.673000', '190421.675000', '190421.678000', '190421.681000', '190421.683000', '190421.686000', '190421.688000', '190421.691000', '190421.693000', '190421.696000', '190421.699000', '190421.701000', '190421.704000', '190421.706000', '190421.709000', '190421.712000', '190421.714000', '190421.717000', '190421.719000', '190421.722000', '190421.725000', '190421.727000', '190421.730000', '190421.732000', '190421.735000', '190421.738000', '190421.741000', '190421.744000', '190441.611000', '190441.613000', '190441.616000', '190441.619000', '190441.621000', '190441.624000', '190441.626000', '190441.629000', '190441.631000', '190441.634000', '190441.636000', '190441.639000', '190441.642000', '190441.644000', '190441.647000', '190441.649000', '190441.652000', '190441.656000', '190441.658000', '190441.661000', '190441.663000', '190441.666000', '190441.668000', '190441.671000', '190441.674000', '190441.676000', '190441.679000', '190441.693000', '190441.695000', '190441.698000', '190441.700000', '190441.703000', '190441.705000', '190441.708000', '190441.711000', '190441.713000', '190441.716000', '190441.718000', '190441.721000', '190441.723000', '190441.726000', '190441.728000', '190441.731000', '190441.734000', '190501.612000', '190501.614000', '190501.617000', '190501.619000', '190501.622000', '190501.624000', '190501.627000', '190501.630000', '190501.632000', '190501.635000', '190501.637000', '190501.640000', '190501.643000', '190501.645000', '190501.648000', '190501.650000', '190501.653000', '190501.655000', '190501.658000', '190501.660000', '190501.663000', '190501.666000', '190501.668000', '190501.671000', '190501.673000', '190501.676000', '190501.678000', '190501.681000', '190501.683000', '190501.686000', '190501.689000', '190501.691000', '190501.694000', '190501.696000', '190501.699000', '190501.701000', '190501.704000', '190501.707000', '190501.709000', '190501.712000', '190501.714000', '190501.717000', '190501.719000', '190521.612000', '190521.614000', '190521.617000', '190521.619000', '190521.622000', '190521.625000', '190521.627000', '190521.630000', '190521.632000', '190521.635000', '190521.637000', '190521.640000', '190521.643000', '190521.645000', '190521.648000', '190521.650000', '190521.653000', '190521.656000', '190521.658000', '190521.661000', '190521.663000', '190521.666000', '190521.668000', '190521.671000', '190521.674000', '190521.676000', '190521.679000', '190521.681000', '190521.684000', '190521.687000', '190521.689000', '190521.692000', '190521.694000', '190521.697000', '190521.699000', '190521.702000', '190521.705000', '190521.707000', '190521.710000', '190521.712000', '190521.715000', '190521.717000', '190521.720000', '190521.722000', '190541.611000', '190541.614000', '190541.617000', '190541.619000', '190541.622000', '190541.625000', '190541.627000', '190541.630000', '190541.632000', '190541.635000', '190541.637000', '190541.640000', '190541.643000', '190541.645000', '190541.648000', '190541.650000', '190541.653000', '190541.655000', '190541.658000', '190541.660000', '190541.663000', '190541.666000', '190541.668000', '190541.671000', '190541.673000', '190541.676000', '190541.678000', '190541.681000', '190541.683000', '190541.686000', '190541.689000', '190541.691000', '190541.694000', '190541.696000', '190541.699000', '190541.701000', '190541.704000', '190541.706000', '190541.709000', '190541.712000', '190541.714000', '190541.717000', '190541.719000', '190601.611000', '190601.614000', '190601.617000', '190601.619000', '190601.622000', '190601.624000', '190601.627000', '190601.630000', '190601.632000', '190601.635000', '190601.637000', '190601.640000', '190601.643000', '190601.645000', '190601.648000', '190601.651000', '190601.653000', '190601.656000', '190601.658000', '190601.661000', '190601.664000', '190601.666000', '190601.669000', '190601.671000', '190601.674000', '190601.677000', '190601.679000', '190601.682000', '190601.684000', '190601.687000', '190601.689000', '190601.692000', '190601.695000', '190601.697000', '190601.700000', '190601.702000', '190601.705000', '190601.707000', '190601.710000', '190601.712000', '190601.715000', '190601.718000', '190601.720000', '190601.724000', '190621.612000', '190621.615000', '190621.617000', '190621.620000', '190621.622000', '190621.625000', '190621.627000', '190621.630000', '190621.633000', '190621.635000', '190621.638000', '190621.640000', '190621.643000', '190621.645000', '190621.648000', '190621.650000', '190621.653000', '190621.656000', '190621.658000', '190621.661000', '190621.663000', '190621.666000', '190621.668000', '190621.671000', '190621.674000', '190621.676000', '190621.679000', '190621.681000', '190621.684000', '190621.686000', '190621.689000', '190621.692000', '190621.694000', '190621.697000', '190621.699000', '190621.702000', '190621.705000', '190621.707000', '190621.710000', '190621.712000', '190621.715000', '190621.717000', '190621.720000', '190641.610000', '190641.613000', '190641.616000', '190641.618000', '190641.621000', '190641.624000', '190641.626000', '190641.629000', '190641.631000', '190641.634000', '190641.637000', '190641.639000', '190641.642000', '190641.644000', '190641.647000', '190641.649000', '190641.652000', '190641.654000', '190641.657000', '190641.660000', '190641.662000', '190641.665000', '190641.667000', '190641.670000', '190641.672000', '190641.675000', '190641.678000', '190641.680000', '190641.683000', '190641.685000', '190641.688000', '190641.690000', '190641.693000', '190641.696000', '190641.698000', '190641.701000', '190641.703000', '190641.706000', '190641.708000', '190641.711000', '190641.714000', '190641.716000', '190641.719000', '190641.721000', '190653.959000', '190653.962000', '190653.964000', '190653.967000', '190653.970000', '190653.972000', '190653.975000', '190653.977000', '190653.980000', '190653.983000', '190653.985000', '190653.988000', '190653.990000', '190653.993000', '190653.995000', '190653.998000', '190654.001000', '190654.004000', '190654.006000', '190654.009000', '190654.011000', '190654.014000', '190654.017000', '190654.019000', '190654.022000', '190654.025000', '190654.027000'], 'InstanceCreationTime': ['190041.640000', '190041.643000', '190041.646000', '190041.648000', '190041.651000', '190041.653000', '190041.662000', '190041.664000', '190041.667000', '190041.669000', '190041.672000', '190041.674000', '190041.677000', '190041.679000', '190041.682000', '190041.684000', '190041.687000', '190041.690000', '190041.692000', '190041.695000', '190041.697000', '190041.700000', '190041.702000', '190041.705000', '190041.707000', '190041.710000', '190041.712000', '190041.715000', '190041.718000', '190041.720000', '190041.723000', '190041.725000', '190041.728000', '190041.730000', '190041.733000', '190041.735000', '190041.738000', '190041.740000', '190041.743000', '190041.745000', '190041.748000', '190041.750000', '190041.753000', '190041.756000', '190041.758000', '190041.762000', '190041.765000', '190041.767000', '190041.770000', '190041.772000', '190041.775000', '190041.778000', '190041.780000', '190041.783000', '190041.785000', '190041.788000', '190041.790000', '190041.793000', '190041.795000', '190041.798000', '190041.801000', '190041.803000', '190101.612000', '190101.615000', '190101.618000', '190101.620000', '190101.623000', '190101.626000', '190101.628000', '190101.631000', '190101.633000', '190101.636000', '190101.638000', '190101.641000', '190101.643000', '190101.646000', '190101.649000', '190101.651000', '190101.654000', '190101.656000', '190101.659000', '190101.661000', '190101.664000', '190101.667000', '190101.670000', '190101.673000', '190101.675000', '190101.678000', '190101.680000', '190101.683000', '190101.685000', '190101.688000', '190101.690000', '190101.693000', '190101.695000', '190101.698000', '190101.701000', '190101.703000', '190101.706000', '190101.708000', '190101.711000', '190101.713000', '190101.716000', '190101.719000', '190101.721000', '190121.612000', '190121.614000', '190121.617000', '190121.620000', '190121.622000', '190121.625000', '190121.627000', '190121.630000', '190121.633000', '190121.635000', '190121.638000', '190121.640000', '190121.643000', '190121.645000', '190121.648000', '190121.651000', '190121.653000', '190121.656000', '190121.658000', '190121.661000', '190121.664000', '190121.666000', '190121.669000', '190121.671000', '190121.674000', '190121.676000', '190121.679000', '190121.682000', '190121.684000', '190121.687000', '190121.689000', '190121.692000', '190121.694000', '190121.697000', '190121.700000', '190121.702000', '190121.705000', '190121.707000', '190121.710000', '190121.712000', '190121.715000', '190121.718000', '190121.720000', '190121.723000', '190141.611000', '190141.614000', '190141.617000', '190141.619000', '190141.622000', '190141.624000', '190141.627000', '190141.630000', '190141.632000', '190141.635000', '190141.637000', '190141.640000', '190141.642000', '190141.645000', '190141.647000', '190141.650000', '190141.653000', '190141.655000', '190141.658000', '190141.660000', '190141.673000', '190141.676000', '190141.678000', '190141.681000', '190141.683000', '190141.686000', '190141.688000', '190141.691000', '190141.694000', '190141.696000', '190141.699000', '190141.701000', '190141.704000', '190141.706000', '190141.709000', '190141.712000', '190141.714000', '190141.717000', '190141.719000', '190141.722000', '190141.725000', '190141.727000', '190141.730000', '190201.611000', '190201.613000', '190201.616000', '190201.618000', '190201.621000', '190201.624000', '190201.626000', '190201.629000', '190201.631000', '190201.634000', '190201.636000', '190201.639000', '190201.641000', '190201.644000', '190201.647000', '190201.649000', '190201.652000', '190201.654000', '190201.657000', '190201.660000', '190201.662000', '190201.665000', '190201.667000', '190201.670000', '190201.672000', '190201.675000', '190201.678000', '190201.680000', '190201.683000', '190201.685000', '190201.688000', '190201.690000', '190201.693000', '190201.696000', '190201.698000', '190201.701000', '190201.703000', '190201.706000', '190201.709000', '190201.711000', '190201.714000', '190201.716000', '190201.719000', '190201.721000', '190221.611000', '190221.613000', '190221.616000', '190221.619000', '190221.621000', '190221.624000', '190221.626000', '190221.629000', '190221.632000', '190221.634000', '190221.637000', '190221.639000', '190221.643000', '190221.646000', '190221.649000', '190221.651000', '190221.654000', '190221.656000', '190221.659000', '190221.662000', '190221.664000', '190221.667000', '190221.669000', '190221.672000', '190221.675000', '190221.677000', '190221.680000', '190221.682000', '190221.685000', '190221.687000', '190221.690000', '190221.692000', '190221.695000', '190221.698000', '190221.700000', '190221.703000', '190221.706000', '190221.709000', '190221.712000', '190221.715000', '190221.717000', '190221.720000', '190221.722000', '190241.612000', '190241.614000', '190241.617000', '190241.620000', '190241.622000', '190241.625000', '190241.627000', '190241.630000', '190241.633000', '190241.635000', '190241.638000', '190241.641000', '190241.643000', '190241.646000', '190241.648000', '190241.651000', '190241.653000', '190241.656000', '190241.658000', '190241.661000', '190241.664000', '190241.666000', '190241.669000', '190241.671000', '190241.674000', '190241.677000', '190241.679000', '190241.682000', '190241.684000', '190241.687000', '190241.690000', '190241.692000', '190241.695000', '190241.697000', '190241.700000', '190241.703000', '190241.705000', '190241.708000', '190241.710000', '190241.713000', '190241.715000', '190241.718000', '190241.720000', '190241.723000', '190301.611000', '190301.614000', '190301.617000', '190301.619000', '190301.622000', '190301.625000', '190301.627000', '190301.630000', '190301.632000', '190301.635000', '190301.637000', '190301.640000', '190301.642000', '190301.645000', '190301.648000', '190301.650000', '190301.653000', '190301.655000', '190301.658000', '190301.660000', '190301.663000', '190301.666000', '190301.668000', '190301.671000', '190301.673000', '190301.676000', '190301.678000', '190301.681000', '190301.683000', '190301.686000', '190301.689000', '190301.691000', '190301.694000', '190301.696000', '190301.699000', '190301.701000', '190301.704000', '190301.707000', '190301.709000', '190301.712000', '190301.714000', '190301.717000', '190301.719000', '190321.612000', '190321.614000', '190321.631000', '190321.634000', '190321.636000', '190321.639000', '190321.641000', '190321.644000', '190321.647000', '190321.649000', '190321.652000', '190321.654000', '190321.657000', '190321.659000', '190321.662000', '190321.664000', '190321.667000', '190321.670000', '190321.672000', '190321.675000', '190321.678000', '190321.680000', '190321.683000', '190321.685000', '190321.688000', '190321.690000', '190321.693000', '190321.695000', '190321.698000', '190321.701000', '190321.703000', '190321.706000', '190321.708000', '190321.711000', '190321.714000', '190321.716000', '190321.719000', '190321.721000', '190321.724000', '190321.726000', '190321.729000', '190321.731000', '190321.734000', '190321.737000', '190341.611000', '190341.614000', '190341.617000', '190341.619000', '190341.625000', '190341.628000', '190341.630000', '190341.633000', '190341.636000', '190341.638000', '190341.641000', '190341.643000', '190341.646000', '190341.648000', '190341.651000', '190341.654000', '190341.656000', '190341.659000', '190341.661000', '190341.664000', '190341.666000', '190341.669000', '190341.671000', '190341.674000', '190341.677000', '190341.679000', '190341.682000', '190341.684000', '190341.687000', '190341.689000', '190341.692000', '190341.695000', '190341.697000', '190341.700000', '190341.702000', '190341.705000', '190341.707000', '190341.710000', '190341.713000', '190341.715000', '190341.718000', '190341.720000', '190341.723000', '190401.612000', '190401.615000', '190401.617000', '190401.620000', '190401.622000', '190401.625000', '190401.627000', '190401.630000', '190401.633000', '190401.635000', '190401.638000', '190401.640000', '190401.643000', '190401.645000', '190401.648000', '190401.650000', '190401.653000', '190401.656000', '190401.658000', '190401.661000', '190401.663000', '190401.666000', '190401.668000', '190401.671000', '190401.673000', '190401.676000', '190401.679000', '190401.681000', '190401.684000', '190401.686000', '190401.689000', '190401.691000', '190401.694000', '190401.697000', '190401.699000', '190401.702000', '190401.704000', '190401.707000', '190401.710000', '190401.712000', '190401.715000', '190401.717000', '190401.720000', '190401.723000', '190421.611000', '190421.613000', '190421.616000', '190421.619000', '190421.621000', '190421.624000', '190421.650000', '190421.652000', '190421.655000', '190421.657000', '190421.660000', '190421.662000', '190421.665000', '190421.668000', '190421.670000', '190421.673000', '190421.675000', '190421.678000', '190421.681000', '190421.683000', '190421.686000', '190421.688000', '190421.691000', '190421.693000', '190421.696000', '190421.699000', '190421.701000', '190421.704000', '190421.706000', '190421.709000', '190421.712000', '190421.714000', '190421.717000', '190421.719000', '190421.722000', '190421.725000', '190421.727000', '190421.730000', '190421.732000', '190421.735000', '190421.738000', '190421.741000', '190421.744000', '190441.611000', '190441.613000', '190441.616000', '190441.619000', '190441.621000', '190441.624000', '190441.626000', '190441.629000', '190441.631000', '190441.634000', '190441.636000', '190441.639000', '190441.642000', '190441.644000', '190441.647000', '190441.649000', '190441.652000', '190441.656000', '190441.658000', '190441.661000', '190441.663000', '190441.666000', '190441.668000', '190441.671000', '190441.674000', '190441.676000', '190441.679000', '190441.693000', '190441.695000', '190441.698000', '190441.700000', '190441.703000', '190441.705000', '190441.708000', '190441.711000', '190441.713000', '190441.716000', '190441.718000', '190441.721000', '190441.723000', '190441.726000', '190441.728000', '190441.731000', '190441.734000', '190501.612000', '190501.614000', '190501.617000', '190501.619000', '190501.622000', '190501.624000', '190501.627000', '190501.630000', '190501.632000', '190501.635000', '190501.637000', '190501.640000', '190501.643000', '190501.645000', '190501.648000', '190501.650000', '190501.653000', '190501.655000', '190501.658000', '190501.660000', '190501.663000', '190501.666000', '190501.668000', '190501.671000', '190501.673000', '190501.676000', '190501.678000', '190501.681000', '190501.683000', '190501.686000', '190501.689000', '190501.691000', '190501.694000', '190501.696000', '190501.699000', '190501.701000', '190501.704000', '190501.707000', '190501.709000', '190501.712000', '190501.714000', '190501.717000', '190501.719000', '190521.612000', '190521.614000', '190521.617000', '190521.619000', '190521.622000', '190521.625000', '190521.627000', '190521.630000', '190521.632000', '190521.635000', '190521.637000', '190521.640000', '190521.643000', '190521.645000', '190521.648000', '190521.650000', '190521.653000', '190521.656000', '190521.658000', '190521.661000', '190521.663000', '190521.666000', '190521.668000', '190521.671000', '190521.674000', '190521.676000', '190521.679000', '190521.681000', '190521.684000', '190521.687000', '190521.689000', '190521.692000', '190521.694000', '190521.697000', '190521.699000', '190521.702000', '190521.705000', '190521.707000', '190521.710000', '190521.712000', '190521.715000', '190521.717000', '190521.720000', '190521.722000', '190541.611000', '190541.614000', '190541.617000', '190541.619000', '190541.622000', '190541.625000', '190541.627000', '190541.630000', '190541.632000', '190541.635000', '190541.637000', '190541.640000', '190541.643000', '190541.645000', '190541.648000', '190541.650000', '190541.653000', '190541.655000', '190541.658000', '190541.660000', '190541.663000', '190541.666000', '190541.668000', '190541.671000', '190541.673000', '190541.676000', '190541.678000', '190541.681000', '190541.683000', '190541.686000', '190541.689000', '190541.691000', '190541.694000', '190541.696000', '190541.699000', '190541.701000', '190541.704000', '190541.706000', '190541.709000', '190541.712000', '190541.714000', '190541.717000', '190541.719000', '190601.611000', '190601.614000', '190601.617000', '190601.619000', '190601.622000', '190601.624000', '190601.627000', '190601.630000', '190601.632000', '190601.635000', '190601.637000', '190601.640000', '190601.643000', '190601.645000', '190601.648000', '190601.651000', '190601.653000', '190601.656000', '190601.658000', '190601.661000', '190601.664000', '190601.666000', '190601.669000', '190601.671000', '190601.674000', '190601.677000', '190601.679000', '190601.682000', '190601.684000', '190601.687000', '190601.689000', '190601.692000', '190601.695000', '190601.697000', '190601.700000', '190601.702000', '190601.705000', '190601.707000', '190601.710000', '190601.712000', '190601.715000', '190601.718000', '190601.720000', '190601.724000', '190621.612000', '190621.615000', '190621.617000', '190621.620000', '190621.622000', '190621.625000', '190621.627000', '190621.630000', '190621.633000', '190621.635000', '190621.638000', '190621.640000', '190621.643000', '190621.645000', '190621.648000', '190621.650000', '190621.653000', '190621.656000', '190621.658000', '190621.661000', '190621.663000', '190621.666000', '190621.668000', '190621.671000', '190621.674000', '190621.676000', '190621.679000', '190621.681000', '190621.684000', '190621.686000', '190621.689000', '190621.692000', '190621.694000', '190621.697000', '190621.699000', '190621.702000', '190621.705000', '190621.707000', '190621.710000', '190621.712000', '190621.715000', '190621.717000', '190621.720000', '190641.610000', '190641.613000', '190641.616000', '190641.618000', '190641.621000', '190641.624000', '190641.626000', '190641.629000', '190641.631000', '190641.634000', '190641.637000', '190641.639000', '190641.642000', '190641.644000', '190641.647000', '190641.649000', '190641.652000', '190641.654000', '190641.657000', '190641.660000', '190641.662000', '190641.665000', '190641.667000', '190641.670000', '190641.672000', '190641.675000', '190641.678000', '190641.680000', '190641.683000', '190641.685000', '190641.688000', '190641.690000', '190641.693000', '190641.696000', '190641.698000', '190641.701000', '190641.703000', '190641.706000', '190641.708000', '190641.711000', '190641.714000', '190641.716000', '190641.719000', '190641.721000', '190653.959000', '190653.962000', '190653.964000', '190653.967000', '190653.970000', '190653.972000', '190653.975000', '190653.977000', '190653.980000', '190653.983000', '190653.985000', '190653.988000', '190653.990000', '190653.993000', '190653.995000', '190653.998000', '190654.001000', '190654.004000', '190654.006000', '190654.009000', '190654.011000', '190654.014000', '190654.017000', '190654.019000', '190654.022000', '190654.025000', '190654.027000'], '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': [13850, 18585, 13600, 15880, 9935, 14663, 15394, 11738, 17537, 12832, 14353, 9319, 11935, 17749, 13499, 14236, 9147, 11947, 16987, 12642, 13993, 8631, 12455, 17153, 12551, 13689, 13224, 12225, 17111, 10360, 13774, 14607, 12175, 16942, 10441, 13564, 11679, 12897, 17169, 11272, 14378, 9443, 14273, 17761, 11546, 15480, 10559, 14096, 11877, 11911, 17318, 12031, 14224, 10843, 12515, 17797, 10966, 14284, 18269, 11084, 14994, 9879, 14220, 14130, 12139, 16733, 11107, 14556, 8950, 13225, 17936, 11995, 14450, 8619, 12875, 18104, 12661, 14138, 8226, 12942, 17783, 12788, 14016, 8552, 12770, 17347, 12722, 14072, 8638, 12291, 17434, 13261, 13902, 8367, 12491, 17546, 13296, 13984, 8335, 12073, 17949, 13165, 13724, 8090, 11924, 16776, 12146, 13746, 13350, 10821, 15417, 10221, 13798, 11716, 11712, 16929, 11516, 14344, 10953, 12897, 18516, 11055, 14210, 10964, 12527, 18559, 10850, 13958, 14683, 11217, 16155, 10733, 13879, 9941, 12172, 16964, 12049, 14388, 8481, 13082, 18355, 11908, 14910, 8825, 12917, 18826, 12171, 13993, 9047, 13427, 16714, 10962, 15796, 10655, 13950, 9074, 12709, 17402, 11151, 13866, 8228, 12717, 17383, 12028, 13760, 7730, 11738, 16540, 11946, 13619, 8251, 12184, 16736, 12367, 13633, 8269, 11448, 16477, 11617, 13537, 10920, 11448, 15674, 10538, 13693, 12647, 11269, 15851, 10145, 13577, 14666, 11505, 15775, 9321, 13552, 17886, 11361, 15395, 10139, 13685, 15265, 11488, 15883, 10994, 13905, 8529, 12810, 16613, 12390, 13564, 8522, 11807, 16937, 12375, 13501, 9574, 11168, 16877, 11245, 13429, 16783, 10275, 14423, 9146, 13276, 18061, 9974, 13976, 8647, 12219, 17448, 10983, 16244, 10724, 13784, 9505, 14543, 11339, 15540, 10607, 14936, 19174, 12664, 13817, 8324, 12646, 16930, 10702, 13317, 8605, 13033, 15814, 9842, 14175, 11098, 13846, 8181, 12509, 16257, 12345, 13477, 8228, 13386, 17249, 11074, 14125, 10625, 13809, 11016, 11798, 16452, 12236, 13560, 8983, 11511, 17024, 13192, 14408, 8309, 12595, 17382, 12941, 14078, 8688, 13127, 19228, 10921, 14100, 9042, 13416, 18217, 10207, 14090, 9484, 14102, 12558, 11281, 15322, 10351, 14144, 11925, 11818, 16392, 10791, 13490, 14440, 11938, 16484, 10692, 13452, 11638, 12584, 17225, 10949, 13986, 8858, 12607, 16721, 11151, 13931, 8393, 12840, 17361, 11335, 13795, 8238, 12626, 17197, 11473, 13431, 7788, 12385, 16666, 11920, 13111, 8237, 11065, 16166, 10332, 12708, 9733, 11936, 16215, 10239, 13133, 9014, 12645, 17188, 10539, 13708, 8724, 13536, 11251, 11442, 16113, 11580, 13454, 8379, 13670, 18864, 10548, 13869, 9132, 13521, 19225, 10127, 13593, 8702, 13151, 17608, 10594, 13250, 8687, 12665, 17416, 10339, 13527, 8472, 12556, 17442, 10859, 13532, 8554, 13240, 14969, 11323, 16176, 10455, 13657, 17684, 10616, 14850, 8801, 13263, 18253, 10509, 12807, 8326, 12607, 16956, 10156, 12599, 9185, 12570, 17417, 10170, 13182, 14305, 11108, 14857, 9782, 13119, 12884, 11648, 15693, 10812, 13744, 8700, 12655, 16744, 12017, 13567, 8002, 12388, 17802, 12450, 13489, 7977, 11874, 16501, 11578, 12963, 8088, 12637, 17583, 10459, 13239, 9968, 13131, 13775, 10797, 16497, 11101, 14143, 8622, 11491, 17280, 12741, 14363, 8102, 12753, 18649, 10651, 14265, 9824, 13730, 12360, 10411, 15528, 10964, 13451, 9450, 13966, 8831, 14565, 10771, 17283, 11348, 18401, 11181, 15153, 18858, 10410, 13735, 9548, 13514, 16683, 10489, 14257, 10232, 13465, 9508, 11129, 14953, 11996, 13695, 9115, 13723, 11407, 12964, 17876, 11415, 14643, 9468, 13225, 13914, 12509, 17376, 11370, 14011, 14348, 12320, 17078, 10908, 13534, 13139, 12626, 16946, 11232, 13987, 8981, 13503, 18322, 12101, 14420, 8718, 13004, 18023, 11873, 13537, 8738, 13595, 18218, 11377, 14903, 10814, 13818, 11542, 12311, 17562, 12326, 14343, 8842, 13236, 18840, 11798, 14956, 10700, 14038, 9120, 13626, 19546, 11935, 15308, 10314, 13894, 12795, 12654, 17791, 11229, 14021, 9381, 14018, 10021, 11959, 17328, 11662, 14576, 10739, 14217, 8337, 13780, 17257, 12509, 17104, 11436, 14132, 9211, 13767, 19058, 11306, 14644, 10241, 13462, 11170, 12717, 17189, 11066, 7846, 11239, 8011, 14420, 16927, 10543, 13534, 18086, 11297, 13734, 9079, 12859, 17226, 11463, 13550, 9133, 12578, 17785, 11796, 13588, 9669, 12996, 17714, 12030, 13807, 9008, 14303, 13084, 11928, 16998, 11530, 13689, 9421, 13630, 18623, 11665, 13977, 9481, 13897, 12371, 12328, 16462, 11474, 13884, 11457, 13298, 9307, 13673, 9430, 13455, 18646, 11697, 14742, 10077, 13908, 17961, 11825, 15540, 10771, 14041, 8901, 13676, 19529, 11935, 14731, 10777, 13523, 10021, 13660, 18121, 11874, 14118, 9463, 14302, 18669, 11302, 15300, 9481, 14239, 16885, 12098, 15920, 11290, 13799, 9095, 14034, 15592, 11506, 16157, 12040, 14487, 9113, 13883, 19755, 12112, 15457, 11204, 13842, 10842, 12421, 17191, 12561, 14397, 9185, 13243, 18634, 12123, 14903, 9989, 13760, 10966, 13543, 17904, 12159, 14404, 9442, 14646, 19095, 11778, 15279, 11233, 14496, 8812, 12738, 18395, 11678, 15046, 11078, 13978, 9722, 13064, 17979, 12372, 15106, 10230, 13631, 12047, 12907, 17647, 11494, 14486, 8905, 13933, 9645, 12416, 17346, 13702, 13101, 12950, 10300, 15843, 11279, 16028, 10270, 14807, 18733, 12613, 13367, 8766, 12048, 16384, 12101, 14065, 9905, 13649, 9467, 13138, 18089, 12663, 14620, 10049, 13557, 9959, 13433, 17798, 11527, 14479, 9496, 14023, 17668, 11653, 15614, 10985, 14893, 9680, 13880, 19045, 11978, 14616, 10671, 14488, 9276, 12711, 17864, 12352, 14807, 9214, 14044, 19315, 11820, 14695, 11090, 14155, 9368, 13195, 17781, 13063, 14743, 9110, 14014, 16386, 12750, 16741, 12072, 14569, 10654, 12931, 17667, 11917, 14503, 9550, 13550, 18573, 11248, 16612, 11917, 12338, 9195, 13407, 9212, 13273, 17596, 12190, 14351, 9381, 12406, 17252, 13297, 15168, 9269, 13524, 19294, 12846, 15119, 9745, 14098, 19205, 12169, 16280, 11598, 14395, 8860, 13244, 19880, 12786, 15688, 11478, 13911, 9625, 14676, 17259, 12022, 16071, 12079, 15000, 9416, 13524, 18586, 12578, 14932, 11363, 13952, 9458, 13818, 18034, 13128, 15424, 9883, 13894, 17065, 12858, 16220, 11725, 14313, 9938, 13583, 17577, 11702, 14515, 9606, 14456, 9380, 12415, 16682], 'WindowCenter': [4702.0, 4705.0, 4669.0, 4679.0, 4618.0, 4658.0, 4652.0, 4624.0, 4663.0, 4632.0, 4642.0, 4590.0, 4623.0, 4660.0, 4632.0, 4630.0, 4590.0, 4623.0, 4649.0, 4620.0, 4641.0, 4590.0, 4632.0, 4660.0, 4633.0, 4643.0, 4632.0, 4621.0, 4653.0, 4611.0, 4645.0, 4643.0, 4634.0, 4664.0, 4613.0, 4645.0, 4625.0, 4646.0, 4664.0, 4623.0, 4645.0, 4603.0, 4656.0, 4662.0, 4624.0, 4653.0, 4614.0, 4645.0, 4624.0, 4626.0, 4663.0, 4633.0, 4643.0, 4614.0, 4632.0, 4662.0, 4611.0, 4644.0, 4662.0, 4612.0, 4640.0, 4602.0, 4642.0, 4642.0, 4635.0, 4651.0, 4625.0, 4643.0, 4604.0, 4646.0, 4664.0, 4632.0, 4643.0, 4593.0, 4635.0, 4661.0, 4633.0, 4642.0, 4591.0, 4635.0, 4662.0, 4635.0, 4643.0, 4593.0, 4633.0, 4664.0, 4634.0, 4645.0, 4590.0, 4634.0, 4661.0, 4641.0, 4645.0, 4593.0, 4636.0, 4664.0, 4645.0, 4644.0, 4593.0, 4634.0, 4664.0, 4633.0, 4645.0, 4583.0, 4635.0, 4665.0, 4634.0, 4646.0, 4642.0, 4624.0, 4653.0, 4626.0, 4647.0, 4636.0, 4638.0, 4665.0, 4637.0, 4654.0, 4624.0, 4637.0, 4663.0, 4622.0, 4645.0, 4613.0, 4623.0, 4661.0, 4611.0, 4641.0, 4641.0, 4611.0, 4651.0, 4611.0, 4635.0, 4612.0, 4632.0, 4660.0, 4634.0, 4642.0, 4590.0, 4645.0, 4662.0, 4623.0, 4651.0, 4602.0, 4634.0, 4660.0, 4622.0, 4632.0, 4590.0, 4633.0, 4649.0, 4610.0, 4640.0, 4612.0, 4642.0, 4592.0, 4632.0, 4664.0, 4615.0, 4620.0, 4582.0, 4634.0, 4651.0, 4623.0, 4631.0, 4570.0, 4623.0, 4652.0, 4622.0, 4641.0, 4592.0, 4632.0, 4662.0, 4634.0, 4644.0, 4594.0, 4622.0, 4662.0, 4622.0, 4645.0, 4610.0, 4622.0, 4653.0, 4611.0, 4646.0, 4631.0, 4624.0, 4652.0, 4613.0, 4633.0, 4644.0, 4623.0, 4643.0, 4599.0, 4634.0, 4662.0, 4621.0, 4643.0, 4612.0, 4641.0, 4651.0, 4623.0, 4653.0, 4622.0, 4642.0, 4590.0, 4645.0, 4665.0, 4645.0, 4645.0, 4604.0, 4634.0, 4665.0, 4634.0, 4646.0, 4602.0, 4625.0, 4665.0, 4624.0, 4644.0, 4655.0, 4612.0, 4641.0, 4602.0, 4632.0, 4660.0, 4613.0, 4641.0, 4593.0, 4636.0, 4676.0, 4637.0, 4682.0, 4637.0, 4655.0, 4626.0, 4658.0, 4637.0, 4666.0, 4627.0, 4670.0, 4676.0, 4636.0, 4646.0, 4583.0, 4633.0, 4652.0, 4615.0, 4632.0, 4581.0, 4632.0, 4639.0, 4603.0, 4641.0, 4623.0, 4644.0, 4592.0, 4635.0, 4665.0, 4648.0, 4645.0, 4596.0, 4648.0, 4675.0, 4639.0, 4659.0, 4628.0, 4659.0, 4626.0, 4651.0, 4668.0, 4649.0, 4649.0, 4606.0, 4637.0, 4678.0, 4648.0, 4658.0, 4595.0, 4637.0, 4667.0, 4647.0, 4647.0, 4595.0, 4645.0, 4676.0, 4613.0, 4645.0, 4591.0, 4636.0, 4664.0, 4616.0, 4644.0, 4604.0, 4645.0, 4622.0, 4624.0, 4653.0, 4616.0, 4645.0, 4623.0, 4625.0, 4653.0, 4625.0, 4644.0, 4643.0, 4625.0, 4652.0, 4611.0, 4643.0, 4622.0, 4633.0, 4662.0, 4614.0, 4644.0, 4604.0, 4634.0, 4653.0, 4624.0, 4642.0, 4594.0, 4634.0, 4663.0, 4623.0, 4629.0, 4581.0, 4631.0, 4662.0, 4622.0, 4632.0, 4570.0, 4623.0, 4652.0, 4622.0, 4632.0, 4580.0, 4610.0, 4640.0, 4602.0, 4620.0, 4591.0, 4611.0, 4639.0, 4600.0, 4631.0, 4592.0, 4633.0, 4651.0, 4613.0, 4643.0, 4596.0, 4645.0, 4624.0, 4625.0, 4665.0, 4637.0, 4645.0, 4597.0, 4647.0, 4676.0, 4628.0, 4646.0, 4605.0, 4646.0, 4666.0, 4602.0, 4634.0, 4582.0, 4633.0, 4650.0, 4603.0, 4632.0, 4580.0, 4621.0, 4649.0, 4601.0, 4630.0, 4582.0, 4620.0, 4662.0, 4623.0, 4643.0, 4593.0, 4646.0, 4653.0, 4626.0, 4667.0, 4624.0, 4646.0, 4675.0, 4628.0, 4656.0, 4594.0, 4635.0, 4665.0, 4613.0, 4634.0, 4582.0, 4634.0, 4654.0, 4613.0, 4623.0, 4593.0, 4624.0, 4653.0, 4602.0, 4635.0, 4640.0, 4623.0, 4643.0, 4610.0, 4645.0, 4645.0, 4625.0, 4654.0, 4625.0, 4647.0, 4607.0, 4647.0, 4667.0, 4636.0, 4648.0, 4585.0, 4637.0, 4666.0, 4635.0, 4635.0, 4582.0, 4623.0, 4653.0, 4624.0, 4634.0, 4582.0, 4634.0, 4665.0, 4626.0, 4648.0, 4614.0, 4646.0, 4644.0, 4629.0, 4667.0, 4627.0, 4647.0, 4595.0, 4624.0, 4663.0, 4633.0, 4644.0, 4583.0, 4621.0, 4663.0, 4613.0, 4632.0, 4600.0, 4632.0, 4622.0, 4609.0, 4653.0, 4624.0, 4645.0, 4618.0, 4656.0, 4607.0, 4656.0, 4638.0, 4678.0, 4642.0, 4690.0, 4639.0, 4672.0, 4679.0, 4616.0, 4634.0, 4605.0, 4634.0, 4653.0, 4613.0, 4643.0, 4601.0, 4634.0, 4589.0, 4624.0, 4653.0, 4625.0, 4645.0, 4606.0, 4658.0, 4637.0, 4660.0, 4678.0, 4638.0, 4659.0, 4622.0, 4661.0, 4660.0, 4649.0, 4680.0, 4636.0, 4661.0, 4648.0, 4640.0, 4668.0, 4614.0, 4646.0, 4623.0, 4627.0, 4655.0, 4612.0, 4644.0, 4596.0, 4635.0, 4663.0, 4626.0, 4643.0, 4595.0, 4636.0, 4663.0, 4627.0, 4632.0, 4595.0, 4646.0, 4666.0, 4626.0, 4656.0, 4615.0, 4645.0, 4626.0, 4637.0, 4665.0, 4635.0, 4645.0, 4593.0, 4636.0, 4665.0, 4626.0, 4646.0, 4613.0, 4645.0, 4608.0, 4644.0, 4677.0, 4625.0, 4644.0, 4612.0, 4635.0, 4621.0, 4622.0, 4653.0, 4612.0, 4630.0, 4591.0, 4632.0, 4590.0, 4610.0, 4651.0, 4613.0, 4643.0, 4609.0, 4632.0, 4584.0, 4644.0, 4653.0, 4626.0, 4654.0, 4626.0, 4645.0, 4594.0, 4635.0, 4663.0, 4613.0, 4632.0, 4604.0, 4632.0, 4614.0, 4636.0, 4665.0, 4626.0, 4584.0, 4624.0, 4584.0, 4657.0, 4668.0, 4616.0, 4636.0, 4664.0, 4626.0, 4646.0, 4595.0, 4633.0, 4653.0, 4610.0, 4620.0, 4578.0, 4609.0, 4639.0, 4598.0, 4618.0, 4575.0, 4608.0, 4636.0, 4594.0, 4604.0, 4564.0, 4615.0, 4604.0, 4596.0, 4625.0, 4595.0, 4617.0, 4577.0, 4618.0, 4646.0, 4610.0, 4618.0, 4589.0, 4631.0, 4620.0, 4621.0, 4641.0, 4621.0, 4631.0, 4623.0, 4634.0, 4606.0, 4657.0, 4618.0, 4660.0, 4678.0, 4651.0, 4661.0, 4618.0, 4660.0, 4679.0, 4639.0, 4657.0, 4625.0, 4645.0, 4605.0, 4644.0, 4677.0, 4626.0, 4645.0, 4614.0, 4636.0, 4603.0, 4634.0, 4652.0, 4613.0, 4633.0, 4592.0, 4641.0, 4662.0, 4613.0, 4642.0, 4603.0, 4645.0, 4653.0, 4623.0, 4652.0, 4614.0, 4643.0, 4593.0, 4645.0, 4653.0, 4625.0, 4655.0, 4636.0, 4646.0, 4594.0, 4647.0, 4674.0, 4624.0, 4658.0, 4615.0, 4633.0, 4614.0, 4624.0, 4654.0, 4624.0, 4644.0, 4594.0, 4636.0, 4665.0, 4625.0, 4643.0, 4604.0, 4644.0, 4611.0, 4646.0, 4664.0, 4625.0, 4645.0, 4604.0, 4645.0, 4662.0, 4624.0, 4645.0, 4610.0, 4635.0, 4591.0, 4634.0, 4664.0, 4625.0, 4643.0, 4614.0, 4644.0, 4604.0, 4633.0, 4665.0, 4623.0, 4642.0, 4602.0, 4633.0, 4612.0, 4623.0, 4651.0, 4613.0, 4642.0, 4592.0, 4645.0, 4603.0, 4648.0, 4678.0, 4659.0, 4647.0, 4647.0, 4618.0, 4669.0, 4639.0, 4670.0, 4617.0, 4660.0, 4681.0, 4627.0, 4625.0, 4582.0, 4612.0, 4641.0, 4611.0, 4621.0, 4590.0, 4621.0, 4591.0, 4620.0, 4652.0, 4621.0, 4631.0, 4602.0, 4634.0, 4601.0, 4632.0, 4653.0, 4615.0, 4644.0, 4603.0, 4646.0, 4653.0, 4624.0, 4642.0, 4614.0, 4645.0, 4606.0, 4635.0, 4664.0, 4623.0, 4644.0, 4603.0, 4633.0, 4593.0, 4624.0, 4664.0, 4625.0, 4643.0, 4593.0, 4635.0, 4665.0, 4624.0, 4645.0, 4614.0, 4645.0, 4593.0, 4638.0, 4664.0, 4636.0, 4645.0, 4593.0, 4648.0, 4656.0, 4634.0, 4654.0, 4621.0, 4645.0, 4603.0, 4625.0, 4655.0, 4612.0, 4633.0, 4592.0, 4634.0, 4663.0, 4616.0, 4658.0, 4625.0, 4622.0, 4593.0, 4634.0, 4593.0, 4636.0, 4664.0, 4627.0, 4647.0, 4605.0, 4636.0, 4666.0, 4636.0, 4644.0, 4594.0, 4634.0, 4663.0, 4622.0, 4632.0, 4591.0, 4622.0, 4651.0, 4610.0, 4629.0, 4597.0, 4618.0, 4565.0, 4607.0, 4647.0, 4608.0, 4627.0, 4600.0, 4619.0, 4579.0, 4630.0, 4639.0, 4608.0, 4630.0, 4608.0, 4630.0, 4579.0, 4619.0, 4650.0, 4611.0, 4630.0, 4611.0, 4630.0, 4590.0, 4634.0, 4652.0, 4635.0, 4644.0, 4604.0, 4637.0, 4653.0, 4625.0, 4642.0, 4615.0, 4645.0, 4604.0, 4634.0, 4653.0, 4613.0, 4644.0, 4604.0, 4646.0, 4607.0, 4637.0, 4653.0], 'WindowWidth': [10271.0, 10265.0, 10204.0, 10215.0, 10124.0, 10179.0, 10164.0, 10125.0, 10179.0, 10133.0, 10148.0, 10073.0, 10120.0, 10172.0, 10131.0, 10129.0, 10072.0, 10118.0, 10154.0, 10114.0, 10145.0, 10074.0, 10134.0, 10172.0, 10134.0, 10152.0, 10133.0, 10118.0, 10165.0, 10103.0, 10154.0, 10149.0, 10137.0, 10184.0, 10110.0, 10154.0, 10124.0, 10157.0, 10179.0, 10121.0, 10154.0, 10094.0, 10170.0, 10177.0, 10124.0, 10166.0, 10112.0, 10156.0, 10124.0, 10128.0, 10179.0, 10136.0, 10152.0, 10108.0, 10133.0, 10176.0, 10101.0, 10150.0, 10174.0, 10105.0, 10144.0, 10089.0, 10149.0, 10146.0, 10139.0, 10160.0, 10126.0, 10151.0, 10097.0, 10156.0, 10184.0, 10135.0, 10152.0, 10080.0, 10140.0, 10176.0, 10135.0, 10149.0, 10076.0, 10140.0, 10177.0, 10140.0, 10150.0, 10082.0, 10138.0, 10182.0, 10140.0, 10156.0, 10076.0, 10138.0, 10177.0, 10148.0, 10155.0, 10081.0, 10145.0, 10183.0, 10156.0, 10155.0, 10081.0, 10140.0, 10183.0, 10138.0, 10154.0, 10068.0, 10140.0, 10183.0, 10138.0, 10158.0, 10149.0, 10125.0, 10168.0, 10129.0, 10161.0, 10143.0, 10147.0, 10186.0, 10146.0, 10168.0, 10124.0, 10145.0, 10183.0, 10121.0, 10156.0, 10108.0, 10123.0, 10178.0, 10103.0, 10146.0, 10145.0, 10102.0, 10159.0, 10102.0, 10138.0, 10105.0, 10133.0, 10173.0, 10137.0, 10149.0, 10077.0, 10154.0, 10179.0, 10123.0, 10161.0, 10092.0, 10138.0, 10175.0, 10121.0, 10134.0, 10074.0, 10135.0, 10157.0, 10103.0, 10144.0, 10105.0, 10148.0, 10079.0, 10134.0, 10181.0, 10111.0, 10114.0, 10064.0, 10137.0, 10160.0, 10122.0, 10133.0, 10045.0, 10122.0, 10163.0, 10120.0, 10147.0, 10077.0, 10134.0, 10177.0, 10139.0, 10153.0, 10081.0, 10121.0, 10177.0, 10121.0, 10154.0, 10101.0, 10121.0, 10166.0, 10105.0, 10155.0, 10131.0, 10123.0, 10162.0, 10109.0, 10135.0, 10150.0, 10121.0, 10150.0, 10087.0, 10136.0, 10174.0, 10117.0, 10150.0, 10103.0, 10144.0, 10159.0, 10120.0, 10163.0, 10121.0, 10149.0, 10077.0, 10156.0, 10184.0, 10157.0, 10158.0, 10099.0, 10140.0, 10184.0, 10141.0, 10158.0, 10093.0, 10128.0, 10185.0, 10123.0, 10153.0, 10169.0, 10106.0, 10146.0, 10091.0, 10134.0, 10171.0, 10107.0, 10145.0, 10081.0, 10144.0, 10199.0, 10151.0, 10217.0, 10150.0, 10170.0, 10133.0, 10177.0, 10150.0, 10189.0, 10135.0, 10196.0, 10210.0, 10144.0, 10158.0, 10067.0, 10135.0, 10165.0, 10111.0, 10132.0, 10060.0, 10130.0, 10138.0, 10092.0, 10145.0, 10121.0, 10151.0, 10079.0, 10142.0, 10184.0, 10161.0, 10157.0, 10091.0, 10163.0, 10200.0, 10152.0, 10180.0, 10136.0, 10179.0, 10130.0, 10171.0, 10195.0, 10167.0, 10167.0, 10103.0, 10148.0, 10207.0, 10164.0, 10177.0, 10088.0, 10147.0, 10192.0, 10160.0, 10161.0, 10086.0, 10154.0, 10202.0, 10109.0, 10156.0, 10077.0, 10141.0, 10180.0, 10114.0, 10153.0, 10095.0, 10153.0, 10118.0, 10124.0, 10164.0, 10114.0, 10153.0, 10122.0, 10126.0, 10165.0, 10127.0, 10153.0, 10149.0, 10125.0, 10163.0, 10103.0, 10149.0, 10118.0, 10136.0, 10177.0, 10109.0, 10151.0, 10096.0, 10137.0, 10166.0, 10122.0, 10146.0, 10082.0, 10135.0, 10178.0, 10121.0, 10128.0, 10061.0, 10130.0, 10176.0, 10119.0, 10133.0, 10044.0, 10121.0, 10161.0, 10117.0, 10133.0, 10057.0, 10098.0, 10141.0, 10091.0, 10113.0, 10072.0, 10100.0, 10139.0, 10086.0, 10130.0, 10078.0, 10134.0, 10159.0, 10107.0, 10149.0, 10087.0, 10155.0, 10122.0, 10127.0, 10183.0, 10145.0, 10156.0, 10090.0, 10159.0, 10199.0, 10132.0, 10158.0, 10097.0, 10155.0, 10185.0, 10092.0, 10137.0, 10061.0, 10133.0, 10159.0, 10090.0, 10131.0, 10058.0, 10113.0, 10154.0, 10087.0, 10129.0, 10062.0, 10114.0, 10174.0, 10122.0, 10148.0, 10083.0, 10157.0, 10164.0, 10131.0, 10188.0, 10125.0, 10159.0, 10199.0, 10132.0, 10173.0, 10084.0, 10141.0, 10185.0, 10108.0, 10136.0, 10064.0, 10135.0, 10165.0, 10106.0, 10122.0, 10078.0, 10122.0, 10162.0, 10090.0, 10137.0, 10141.0, 10121.0, 10148.0, 10102.0, 10155.0, 10154.0, 10128.0, 10167.0, 10129.0, 10160.0, 10107.0, 10161.0, 10188.0, 10145.0, 10162.0, 10070.0, 10145.0, 10189.0, 10141.0, 10141.0, 10063.0, 10120.0, 10165.0, 10123.0, 10136.0, 10065.0, 10137.0, 10184.0, 10129.0, 10161.0, 10110.0, 10157.0, 10154.0, 10137.0, 10191.0, 10132.0, 10162.0, 10084.0, 10124.0, 10183.0, 10135.0, 10152.0, 10065.0, 10116.0, 10177.0, 10105.0, 10131.0, 10086.0, 10131.0, 10116.0, 10099.0, 10163.0, 10124.0, 10154.0, 10123.0, 10174.0, 10106.0, 10171.0, 10151.0, 10206.0, 10162.0, 10227.0, 10154.0, 10203.0, 10212.0, 10117.0, 10139.0, 10094.0, 10134.0, 10162.0, 10105.0, 10146.0, 10087.0, 10134.0, 10070.0, 10123.0, 10162.0, 10126.0, 10151.0, 10101.0, 10176.0, 10147.0, 10181.0, 10206.0, 10150.0, 10180.0, 10130.0, 10183.0, 10183.0, 10167.0, 10210.0, 10144.0, 10183.0, 10162.0, 10150.0, 10192.0, 10110.0, 10157.0, 10120.0, 10128.0, 10168.0, 10103.0, 10149.0, 10084.0, 10137.0, 10179.0, 10126.0, 10151.0, 10083.0, 10143.0, 10178.0, 10130.0, 10135.0, 10082.0, 10155.0, 10184.0, 10127.0, 10171.0, 10112.0, 10153.0, 10127.0, 10143.0, 10182.0, 10139.0, 10154.0, 10078.0, 10139.0, 10182.0, 10127.0, 10152.0, 10105.0, 10150.0, 10102.0, 10150.0, 10200.0, 10123.0, 10150.0, 10104.0, 10138.0, 10115.0, 10115.0, 10163.0, 10099.0, 10125.0, 10069.0, 10128.0, 10068.0, 10096.0, 10154.0, 10104.0, 10145.0, 10095.0, 10130.0, 10066.0, 10149.0, 10162.0, 10126.0, 10164.0, 10123.0, 10152.0, 10080.0, 10138.0, 10177.0, 10105.0, 10131.0, 10093.0, 10130.0, 10108.0, 10141.0, 10186.0, 10128.0, 10068.0, 10121.0, 10070.0, 10173.0, 10191.0, 10113.0, 10142.0, 10183.0, 10128.0, 10157.0, 10082.0, 10133.0, 10163.0, 10097.0, 10109.0, 10048.0, 10090.0, 10137.0, 10074.0, 10104.0, 10041.0, 10088.0, 10128.0, 10066.0, 10077.0, 10023.0, 10095.0, 10078.0, 10068.0, 10109.0, 10067.0, 10102.0, 10044.0, 10102.0, 10142.0, 10093.0, 10104.0, 10066.0, 10124.0, 10109.0, 10112.0, 10141.0, 10114.0, 10128.0, 10119.0, 10134.0, 10101.0, 10173.0, 10122.0, 10180.0, 10207.0, 10170.0, 10184.0, 10122.0, 10181.0, 10207.0, 10150.0, 10175.0, 10126.0, 10154.0, 10098.0, 10150.0, 10205.0, 10126.0, 10152.0, 10107.0, 10140.0, 10091.0, 10135.0, 10162.0, 10103.0, 10133.0, 10074.0, 10142.0, 10170.0, 10102.0, 10142.0, 10092.0, 10150.0, 10161.0, 10118.0, 10159.0, 10107.0, 10147.0, 10078.0, 10151.0, 10160.0, 10125.0, 10168.0, 10140.0, 10156.0, 10081.0, 10156.0, 10195.0, 10123.0, 10173.0, 10109.0, 10134.0, 10108.0, 10121.0, 10164.0, 10121.0, 10149.0, 10079.0, 10140.0, 10180.0, 10124.0, 10147.0, 10093.0, 10151.0, 10102.0, 10153.0, 10178.0, 10123.0, 10152.0, 10093.0, 10152.0, 10174.0, 10120.0, 10151.0, 10099.0, 10136.0, 10071.0, 10135.0, 10180.0, 10123.0, 10148.0, 10107.0, 10150.0, 10093.0, 10131.0, 10181.0, 10119.0, 10144.0, 10089.0, 10132.0, 10100.0, 10115.0, 10156.0, 10104.0, 10143.0, 10074.0, 10150.0, 10092.0, 10165.0, 10204.0, 10177.0, 10159.0, 10158.0, 10119.0, 10191.0, 10149.0, 10193.0, 10116.0, 10178.0, 10214.0, 10129.0, 10123.0, 10056.0, 10098.0, 10140.0, 10097.0, 10110.0, 10066.0, 10110.0, 10069.0, 10109.0, 10157.0, 10111.0, 10126.0, 10085.0, 10131.0, 10084.0, 10129.0, 10159.0, 10107.0, 10147.0, 10088.0, 10152.0, 10159.0, 10119.0, 10143.0, 10106.0, 10149.0, 10094.0, 10135.0, 10177.0, 10117.0, 10147.0, 10089.0, 10132.0, 10074.0, 10118.0, 10176.0, 10122.0, 10146.0, 10076.0, 10134.0, 10178.0, 10118.0, 10148.0, 10105.0, 10150.0, 10076.0, 10141.0, 10177.0, 10137.0, 10149.0, 10077.0, 10154.0, 10164.0, 10134.0, 10162.0, 10113.0, 10150.0, 10091.0, 10121.0, 10165.0, 10100.0, 10130.0, 10072.0, 10132.0, 10176.0, 10110.0, 10176.0, 10125.0, 10113.0, 10077.0, 10135.0, 10076.0, 10137.0, 10178.0, 10127.0, 10155.0, 10095.0, 10140.0, 10182.0, 10138.0, 10149.0, 10076.0, 10132.0, 10177.0, 10116.0, 10129.0, 10069.0, 10112.0, 10155.0, 10093.0, 10120.0, 10072.0, 10101.0, 10026.0, 10085.0, 10142.0, 10088.0, 10114.0, 10078.0, 10104.0, 10048.0, 10121.0, 10130.0, 10088.0, 10121.0, 10088.0, 10120.0, 10047.0, 10103.0, 10149.0, 10095.0, 10122.0, 10095.0, 10123.0, 10068.0, 10131.0, 10157.0, 10134.0, 10146.0, 10091.0, 10138.0, 10157.0, 10122.0, 10144.0, 10104.0, 10149.0, 10091.0, 10132.0, 10159.0, 10102.0, 10145.0, 10092.0, 10151.0, 10102.0, 10143.0, 10161.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.00025019562715765246</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018314471231300346</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.21033989785717</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.234121769216589</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9842820867165889</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5282</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3302.1721</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07096160075628498</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7261219792865363</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.664908142597719</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.579641665769277</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.873734658757554</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.541348103266326</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00939253</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005699177272617817</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0313691683113575</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7974237398000343</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>12.757</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.0272</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>276.178</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287929.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1392.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>499.0592</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4452</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.706</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3698.856</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3918.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88615.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4905.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1031.7463</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.54693638347089</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> |