=== 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-0131 --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-0131",
"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-0131_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0131_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0131/ses-04/func/sub-0131_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>121a3ef59d62c8459a2936e8972931f0</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>21:37:8.310000</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.998908, 0.00498159, -0.0464476, -0.0012204, 0.996741, 0.0806562]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.09794</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4211, -7794, -7258, 404, -166, 19, 2, 98]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.539</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>64284850-7eb5-4899-a2ec-230e828db858||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.6799979209899902, -0.0032742468174546957, -0.1260846108198166, 113.48704528808594], [-0.01336523238569498, 2.6741838455200195, 0.21738091111183167, -106.43962860107422], [-0.12461543828248978, -0.21639464795589447, 2.688279628753662, -57.43107223510742], [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': ['213708.310000', '213708.770000', '213709.230000', '213709.690000', '213710.150000', '213710.610000', '213711.070000', '213711.530000', '213711.990000', '213712.450000', '213712.910000', '213713.370000', '213713.830000', '213714.290000', '213714.750000', '213715.210000', '213715.670000', '213716.130000', '213716.590000', '213717.050000', '213717.510000', '213717.970000', '213718.430000', '213718.890000', '213719.350000', '213719.810000', '213720.270000', '213720.730000', '213721.190000', '213721.650000', '213722.110000', '213722.570000', '213723.030000', '213723.490000', '213723.950000', '213724.410000', '213724.870000', '213725.330000', '213725.790000', '213726.250000', '213726.710000', '213727.170000', '213727.630000', '213728.090000', '213728.550000', '213729.010000', '213729.470000', '213729.930000', '213730.390000', '213730.850000', '213731.310000', '213731.770000', '213732.230000', '213732.690000', '213733.150000', '213733.610000', '213734.070000', '213734.530000', '213734.990000', '213735.450000', '213735.910000', '213736.370000', '213736.830000', '213737.290000', '213737.750000', '213738.210000', '213738.670000', '213739.130000', '213739.590000', '213740.050000', '213740.510000', '213740.970000', '213741.430000', '213741.890000', '213742.350000', '213742.810000', '213743.270000', '213743.730000', '213744.190000', '213744.650000', '213745.110000', '213745.570000', '213746.030000', '213746.490000', '213746.950000', '213747.410000', '213747.870000', '213748.330000', '213748.790000', '213749.250000', '213749.710000', '213750.170000', '213750.630000', '213751.090000', '213751.550000', '213752.010000', '213752.470000', '213752.930000', '213753.390000', '213753.850000', '213754.310000', '213754.770000', '213755.230000', '213755.690000', '213756.150000', '213756.610000', '213757.070000', '213757.530000', '213757.990000', '213758.450000', '213758.910000', '213759.370000', '213759.830000', '213800.290000', '213800.750000', '213801.210000', '213801.670000', '213802.130000', '213802.590000', '213803.050000', '213803.510000', '213803.970000', '213804.430000', '213804.890000', '213805.350000', '213805.810000', '213806.270000', '213806.730000', '213807.190000', '213807.650000', '213808.110000', '213808.570000', '213809.030000', '213809.490000', '213809.950000', '213810.410000', '213810.870000', '213811.330000', '213811.790000', '213812.250000', '213812.710000', '213813.170000', '213813.630000', '213814.090000', '213814.550000', '213815.010000', '213815.470000', '213815.930000', '213816.390000', '213816.850000', '213817.310000', '213817.770000', '213818.230000', '213818.690000', '213819.150000', '213819.610000', '213820.070000', '213820.530000', '213820.990000', '213821.450000', '213821.910000', '213822.370000', '213822.830000', '213823.290000', '213823.750000', '213824.210000', '213824.670000', '213825.130000', '213825.590000', '213826.050000', '213826.510000', '213826.970000', '213827.430000', '213827.890000', '213828.350000', '213828.810000', '213829.270000', '213829.730000', '213830.190000', '213830.650000', '213831.110000', '213831.570000', '213832.030000', '213832.490000', '213832.950000', '213833.410000', '213833.870000', '213834.330000', '213834.790000', '213835.250000', '213835.710000', '213836.170000', '213836.630000', '213837.090000', '213837.550000', '213838.010000', '213838.470000', '213838.930000', '213839.390000', '213839.850000', '213840.310000', '213840.770000', '213841.230000', '213841.690000', '213842.150000', '213842.610000', '213843.070000', '213843.530000', '213843.990000', '213844.450000', '213844.910000', '213845.370000', '213845.830000', '213846.290000', '213846.750000', '213847.210000', '213847.670000', '213848.130000', '213848.590000', '213849.050000', '213849.510000', '213849.970000', '213850.430000', '213850.890000', '213851.350000', '213851.810000', '213852.270000', '213852.730000', '213853.190000', '213853.650000', '213854.110000', '213854.570000', '213855.030000', '213855.490000', '213855.950000', '213856.410000', '213856.870000', '213857.330000', '213857.790000', '213858.250000', '213858.710000', '213859.170000', '213859.630000', '213900.090000', '213900.550000', '213901.010000', '213901.470000', '213901.930000', '213902.390000', '213902.850000', '213903.310000', '213903.770000', '213904.230000', '213904.690000', '213905.150000', '213905.610000', '213906.070000', '213906.530000', '213906.990000', '213907.450000', '213907.910000', '213908.370000', '213908.830000', '213909.290000', '213909.750000', '213910.210000', '213910.670000', '213911.130000', '213911.590000', '213912.050000', '213912.510000', '213912.970000', '213913.430000', '213913.890000', '213914.350000', '213914.810000', '213915.270000', '213915.730000', '213916.190000', '213916.650000', '213917.110000', '213917.570000', '213918.030000', '213918.490000', '213918.950000', '213919.410000', '213919.870000', '213920.330000', '213920.790000', '213921.250000', '213921.710000', '213922.170000', '213922.630000', '213923.090000', '213923.550000', '213924.010000', '213924.470000', '213924.930000', '213925.390000', '213925.850000', '213926.310000', '213926.770000', '213927.230000', '213927.690000', '213928.150000', '213928.610000', '213929.070000', '213929.530000', '213929.990000', '213930.450000', '213930.910000', '213931.370000', '213931.830000', '213932.290000', '213932.750000', '213933.210000', '213933.670000', '213934.130000', '213934.590000', '213935.050000', '213935.510000', '213935.970000', '213936.430000', '213936.890000', '213937.350000', '213937.810000', '213938.270000', '213938.730000', '213939.190000', '213939.650000', '213940.110000', '213940.570000', '213941.030000', '213941.490000', '213941.950000', '213942.410000', '213942.870000', '213943.330000', '213943.790000', '213944.250000', '213944.710000', '213945.170000', '213945.630000', '213946.090000', '213946.550000', '213947.010000', '213947.470000', '213947.930000', '213948.390000', '213948.850000', '213949.310000', '213949.770000', '213950.230000', '213950.690000', '213951.150000', '213951.610000', '213952.070000', '213952.530000', '213952.990000', '213953.450000', '213953.910000', '213954.370000', '213954.830000', '213955.290000', '213955.750000', '213956.210000', '213956.670000', '213957.130000', '213957.590000', '213958.050000', '213958.510000', '213958.970000', '213959.430000', '213959.890000', '214000.350000', '214000.810000', '214001.270000', '214001.730000', '214002.190000', '214002.650000', '214003.110000', '214003.570000', '214004.030000', '214004.490000', '214004.950000', '214005.410000', '214005.870000', '214006.330000', '214006.790000', '214007.250000', '214007.710000', '214008.170000', '214008.630000', '214009.090000', '214009.550000', '214010.010000', '214010.470000', '214010.930000', '214011.390000', '214011.850000', '214012.310000', '214012.770000', '214013.230000', '214013.690000', '214014.150000', '214014.610000', '214015.070000', '214015.530000', '214015.990000', '214016.450000', '214016.910000', '214017.370000', '214017.830000', '214018.290000', '214018.750000', '214019.210000', '214019.670000', '214020.130000', '214020.590000', '214021.050000', '214021.510000', '214021.970000', '214022.430000', '214022.890000', '214023.350000', '214023.810000', '214024.270000', '214024.730000', '214025.190000', '214025.650000', '214026.110000', '214026.570000', '214027.030000', '214027.490000', '214027.950000', '214028.410000', '214028.870000', '214029.330000', '214029.790000', '214030.250000', '214030.710000', '214031.170000', '214031.630000', '214032.090000', '214032.550000', '214033.010000', '214033.470000', '214033.930000', '214034.390000', '214034.850000', '214035.310000', '214035.770000', '214036.230000', '214036.690000', '214037.150000', '214037.610000', '214038.070000', '214038.530000', '214038.990000', '214039.450000', '214039.910000', '214040.370000', '214040.830000', '214041.290000', '214041.750000', '214042.210000', '214042.670000', '214043.130000', '214043.590000', '214044.050000', '214044.510000', '214044.970000', '214045.430000', '214045.890000', '214046.350000', '214046.810000', '214047.270000', '214047.730000', '214048.190000', '214048.650000', '214049.110000', '214049.570000', '214050.030000', '214050.490000', '214050.950000', '214051.410000', '214051.870000', '214052.330000', '214052.790000', '214053.250000', '214053.710000', '214054.170000', '214054.630000', '214055.090000', '214055.550000', '214056.010000', '214056.470000', '214056.930000', '214057.390000', '214057.850000', '214058.310000', '214058.770000', '214059.230000', '214059.690000', '214100.150000', '214100.610000', '214101.070000', '214101.530000', '214101.990000', '214102.450000', '214102.910000', '214103.370000', '214103.830000', '214104.290000', '214104.750000', '214105.210000', '214105.670000', '214106.130000', '214106.590000', '214107.050000', '214107.510000', '214107.970000', '214108.430000', '214108.890000', '214109.350000', '214109.810000', '214110.270000', '214110.730000', '214111.190000', '214111.650000', '214112.110000', '214112.570000', '214113.030000', '214113.490000', '214113.950000', '214114.410000', '214114.870000', '214115.330000', '214115.790000', '214116.250000', '214116.710000', '214117.170000', '214117.630000', '214118.090000', '214118.550000', '214119.010000', '214119.470000', '214119.930000', '214120.390000', '214120.850000', '214121.310000', '214121.770000', '214122.230000', '214122.690000', '214123.150000', '214123.610000', '214124.070000', '214124.530000', '214124.990000', '214125.450000', '214125.910000', '214126.370000', '214126.830000', '214127.290000', '214127.750000', '214128.210000', '214128.670000', '214129.130000', '214129.590000', '214130.050000', '214130.510000', '214130.970000', '214131.430000', '214131.890000', '214132.350000', '214132.810000', '214133.270000', '214133.730000', '214134.190000', '214134.650000', '214135.110000', '214135.570000', '214136.030000', '214136.490000', '214136.950000', '214137.410000', '214137.870000', '214138.330000', '214138.790000', '214139.250000', '214139.710000', '214140.170000', '214140.630000', '214141.090000', '214141.550000', '214142.010000', '214142.470000', '214142.930000', '214143.390000', '214143.850000', '214144.310000', '214144.770000', '214145.230000', '214145.690000', '214146.150000', '214146.610000', '214147.070000', '214147.530000', '214147.990000', '214148.450000', '214148.910000', '214149.370000', '214149.830000', '214150.290000', '214150.750000', '214151.210000', '214151.670000', '214152.130000', '214152.590000', '214153.050000', '214153.510000', '214153.970000', '214154.430000', '214154.890000', '214155.350000', '214155.810000', '214156.270000', '214156.730000', '214157.190000', '214157.650000', '214158.110000', '214158.570000', '214159.030000', '214159.490000', '214159.950000', '214200.410000', '214200.870000', '214201.330000', '214201.790000', '214202.250000', '214202.710000', '214203.170000', '214203.630000', '214204.090000', '214204.550000', '214205.010000', '214205.470000', '214205.930000', '214206.390000', '214206.850000', '214207.310000', '214207.770000', '214208.230000', '214208.690000', '214209.150000', '214209.610000', '214210.070000', '214210.530000', '214210.990000', '214211.450000', '214211.910000', '214212.370000', '214212.830000', '214213.290000', '214213.750000', '214214.210000', '214214.670000', '214215.130000', '214215.590000', '214216.050000', '214216.510000', '214216.970000', '214217.430000', '214217.890000', '214218.350000', '214218.810000', '214219.270000', '214219.730000', '214220.190000', '214220.650000', '214221.110000', '214221.570000', '214222.030000', '214222.490000', '214222.950000', '214223.410000', '214223.870000', '214224.330000', '214224.790000', '214225.250000', '214225.710000', '214226.170000', '214226.630000', '214227.090000', '214227.550000', '214228.010000', '214228.470000', '214228.930000', '214229.390000', '214229.850000', '214230.310000', '214230.770000', '214231.230000', '214231.690000', '214232.150000', '214232.610000', '214233.070000', '214233.530000', '214233.990000', '214234.450000', '214234.910000', '214235.370000', '214235.830000', '214236.290000', '214236.750000', '214237.210000', '214237.670000', '214238.130000', '214238.590000', '214239.050000', '214239.510000', '214239.970000', '214240.430000', '214240.890000', '214241.350000', '214241.810000', '214242.270000', '214242.730000', '214243.190000', '214243.650000', '214244.110000', '214244.570000', '214245.030000', '214245.490000', '214245.950000', '214246.410000', '214246.870000', '214247.330000', '214247.790000', '214248.250000', '214248.710000', '214249.170000', '214249.630000', '214250.090000', '214250.550000', '214251.010000', '214251.470000', '214251.930000', '214252.390000', '214252.850000', '214253.310000', '214253.770000', '214254.230000', '214254.690000', '214255.150000', '214255.610000', '214256.070000', '214256.530000', '214256.990000', '214257.450000', '214257.910000', '214258.370000', '214258.830000', '214259.290000', '214259.750000', '214300.210000', '214300.670000', '214301.130000', '214301.590000', '214302.050000', '214302.510000', '214302.970000', '214303.430000', '214303.890000', '214304.350000', '214304.810000', '214305.270000', '214305.730000', '214306.190000', '214306.650000', '214307.110000', '214307.570000', '214308.030000', '214308.490000', '214308.950000', '214309.410000', '214309.870000', '214310.330000', '214310.790000', '214311.250000', '214311.710000', '214312.170000', '214312.630000', '214313.090000', '214313.550000', '214314.010000', '214314.470000', '214314.930000', '214315.390000', '214315.850000', '214316.310000', '214316.770000', '214317.230000', '214317.690000', '214318.150000', '214318.610000', '214319.070000', '214319.530000', '214319.990000', '214320.450000', '214320.910000', '214321.370000', '214321.830000', '214322.290000', '214322.750000', '214323.210000', '214323.670000', '214324.130000', '214324.590000', '214325.050000', '214325.510000', '214325.970000', '214326.430000', '214326.890000', '214327.350000', '214327.810000', '214328.270000', '214328.730000', '214329.190000', '214329.650000', '214330.110000', '214330.570000', '214331.030000', '214331.490000', '214331.950000', '214332.410000', '214332.870000', '214333.330000', '214333.790000', '214334.250000', '214334.710000', '214335.170000', '214335.630000', '214336.090000', '214336.550000', '214337.010000', '214337.470000', '214337.930000', '214338.390000', '214338.850000', '214339.310000', '214339.770000', '214340.230000', '214340.690000', '214341.150000', '214341.610000', '214342.070000', '214342.530000', '214342.990000', '214343.450000', '214343.910000', '214344.370000', '214344.830000', '214345.290000', '214345.750000', '214346.210000', '214346.670000', '214347.130000', '214347.590000', '214348.050000', '214348.510000', '214348.970000'], 'ContentTime': ['213729.902000', '213729.906000', '213729.908000', '213729.911000', '213729.914000', '213729.917000', '213729.919000', '213729.922000', '213729.925000', '213729.927000', '213729.930000', '213729.932000', '213729.935000', '213729.937000', '213729.940000', '213729.943000', '213729.945000', '213729.948000', '213729.950000', '213729.953000', '213729.956000', '213729.958000', '213729.961000', '213729.963000', '213729.966000', '213729.968000', '213729.971000', '213729.973000', '213729.976000', '213729.979000', '213729.981000', '213729.984000', '213729.986000', '213729.989000', '213729.991000', '213729.994000', '213729.996000', '213730.000000', '213730.009000', '213730.011000', '213730.014000', '213730.016000', '213730.019000', '213730.021000', '213749.874000', '213749.877000', '213749.880000', '213749.882000', '213749.885000', '213749.887000', '213749.890000', '213749.893000', '213749.895000', '213749.898000', '213749.900000', '213749.903000', '213749.906000', '213749.908000', '213749.911000', '213749.913000', '213749.916000', '213749.918000', '213749.921000', '213749.923000', '213749.926000', '213749.928000', '213749.931000', '213749.934000', '213749.936000', '213749.939000', '213749.941000', '213749.944000', '213749.946000', '213749.949000', '213749.952000', '213749.954000', '213749.957000', '213749.959000', '213749.962000', '213749.964000', '213749.967000', '213749.969000', '213749.972000', '213749.975000', '213749.977000', '213749.980000', '213749.982000', '213809.874000', '213809.877000', '213809.880000', '213809.882000', '213809.885000', '213809.888000', '213809.890000', '213809.893000', '213809.895000', '213809.898000', '213809.900000', '213809.903000', '213809.906000', '213809.908000', '213809.920000', '213809.923000', '213809.926000', '213809.928000', '213809.931000', '213809.933000', '213809.936000', '213809.938000', '213809.941000', '213809.943000', '213809.946000', '213809.949000', '213809.951000', '213809.954000', '213809.956000', '213809.959000', '213809.962000', '213809.964000', '213809.967000', '213809.969000', '213809.972000', '213809.975000', '213809.977000', '213809.980000', '213809.982000', '213809.985000', '213809.987000', '213809.990000', '213809.993000', '213809.995000', '213829.874000', '213829.877000', '213829.880000', '213829.882000', '213829.885000', '213829.887000', '213829.890000', '213829.892000', '213829.895000', '213829.898000', '213829.900000', '213829.903000', '213829.905000', '213829.908000', '213829.911000', '213829.913000', '213829.916000', '213829.918000', '213829.921000', '213829.923000', '213829.926000', '213829.928000', '213829.937000', '213829.939000', '213829.942000', '213829.945000', '213829.947000', '213829.950000', '213829.952000', '213829.955000', '213829.957000', '213829.960000', '213829.963000', '213829.965000', '213829.968000', '213829.970000', '213829.973000', '213829.975000', '213829.987000', '213829.990000', '213829.992000', '213829.995000', '213829.997000', '213849.874000', '213849.877000', '213849.880000', '213849.882000', '213849.885000', '213849.888000', '213849.891000', '213849.893000', '213849.896000', '213849.899000', '213849.901000', '213849.904000', '213849.907000', '213849.909000', '213849.912000', '213849.914000', '213849.917000', '213849.919000', '213849.922000', '213849.924000', '213849.927000', '213849.929000', '213849.932000', '213849.935000', '213849.937000', '213849.940000', '213849.942000', '213849.953000', '213849.955000', '213849.958000', '213849.960000', '213849.963000', '213849.965000', '213849.968000', '213849.970000', '213849.973000', '213849.976000', '213849.978000', '213849.981000', '213849.992000', '213849.995000', '213849.997000', '213850.001000', '213909.874000', '213909.877000', '213909.880000', '213909.882000', '213909.885000', '213909.888000', '213909.890000', '213909.893000', '213909.895000', '213909.898000', '213909.901000', '213909.903000', '213909.906000', '213909.908000', '213909.911000', '213909.913000', '213909.916000', '213909.918000', '213909.921000', '213909.924000', '213909.926000', '213909.929000', '213909.931000', '213909.934000', '213909.937000', '213909.939000', '213909.942000', '213909.944000', '213909.947000', '213909.957000', '213909.959000', '213909.962000', '213909.965000', '213909.967000', '213909.970000', '213909.972000', '213909.975000', '213909.978000', '213909.980000', '213909.983000', '213909.985000', '213909.988000', '213909.990000', '213909.993000', '213929.874000', '213929.963000', '213929.966000', '213929.969000', '213929.971000', '213929.974000', '213929.976000', '213929.979000', '213929.982000', '213929.984000', '213929.987000', '213929.989000', '213929.992000', '213929.994000', '213929.997000', '213930.000000', '213930.003000', '213930.006000', '213930.008000', '213930.011000', '213930.013000', '213930.016000', '213930.019000', '213930.021000', '213930.024000', '213930.026000', '213930.029000', '213930.032000', '213930.034000', '213930.037000', '213930.039000', '213930.042000', '213930.044000', '213930.047000', '213930.049000', '213930.052000', '213930.055000', '213930.057000', '213930.060000', '213930.063000', '213930.065000', '213930.068000', '213930.070000', '213949.874000', '213949.877000', '213949.879000', '213949.882000', '213949.884000', '213949.887000', '213949.889000', '213949.892000', '213949.895000', '213949.897000', '213949.900000', '213949.902000', '213949.905000', '213949.908000', '213949.910000', '213949.913000', '213949.915000', '213949.918000', '213949.920000', '213949.923000', '213949.926000', '213949.928000', '213949.931000', '213949.933000', '213949.940000', '213949.942000', '213949.945000', '213949.947000', '213949.950000', '213949.953000', '213949.955000', '213949.958000', '213949.960000', '213949.963000', '213949.966000', '213949.969000', '213949.971000', '213949.974000', '213949.976000', '213949.979000', '213949.982000', '213949.984000', '213949.987000', '213949.989000', '214009.875000', '214009.877000', '214009.880000', '214009.882000', '214009.885000', '214009.888000', '214009.890000', '214009.893000', '214009.896000', '214009.898000', '214009.901000', '214009.904000', '214009.906000', '214009.909000', '214009.911000', '214009.914000', '214009.917000', '214009.919000', '214009.922000', '214009.924000', '214009.927000', '214009.931000', '214009.933000', '214009.936000', '214009.939000', '214009.941000', '214009.944000', '214009.947000', '214009.949000', '214009.952000', '214009.954000', '214009.957000', '214009.959000', '214009.962000', '214009.995000', '214009.998000', '214010.000000', '214010.003000', '214010.005000', '214010.008000', '214010.011000', '214010.013000', '214010.016000', '214029.875000', '214029.877000', '214029.880000', '214029.882000', '214029.885000', '214029.888000', '214029.890000', '214029.893000', '214029.896000', '214029.899000', '214029.901000', '214029.904000', '214029.907000', '214029.909000', '214029.912000', '214029.915000', '214029.917000', '214029.920000', '214029.922000', '214029.925000', '214029.928000', '214029.930000', '214029.933000', '214029.935000', '214029.938000', '214029.940000', '214029.943000', '214029.946000', '214029.948000', '214029.951000', '214029.953000', '214029.956000', '214029.959000', '214029.969000', '214029.972000', '214029.974000', '214029.977000', '214029.979000', '214029.982000', '214029.984000', '214029.987000', '214029.990000', '214029.992000', '214029.995000', '214049.874000', '214049.877000', '214049.880000', '214049.882000', '214049.885000', '214049.888000', '214049.890000', '214049.893000', '214049.895000', '214049.898000', '214049.900000', '214049.903000', '214049.906000', '214049.908000', '214049.911000', '214049.913000', '214049.916000', '214049.918000', '214049.921000', '214049.924000', '214049.927000', '214049.930000', '214049.933000', '214049.935000', '214049.938000', '214049.940000', '214049.943000', '214049.945000', '214049.948000', '214049.951000', '214049.953000', '214049.956000', '214049.959000', '214049.961000', '214049.964000', '214049.966000', '214049.969000', '214049.971000', '214049.974000', '214049.977000', '214049.979000', '214049.982000', '214049.984000', '214109.875000', '214109.877000', '214109.880000', '214109.883000', '214109.885000', '214109.888000', '214109.891000', '214109.893000', '214109.896000', '214109.898000', '214109.901000', '214109.903000', '214109.906000', '214109.908000', '214109.911000', '214109.914000', '214109.916000', '214109.919000', '214109.921000', '214109.924000', '214109.927000', '214109.929000', '214109.932000', '214109.934000', '214109.937000', '214109.939000', '214109.942000', '214109.944000', '214109.953000', '214109.955000', '214109.958000', '214109.961000', '214109.963000', '214109.966000', '214109.968000', '214109.971000', '214109.974000', '214109.976000', '214109.979000', '214109.981000', '214109.984000', '214109.987000', '214109.989000', '214109.992000', '214129.874000', '214129.877000', '214129.880000', '214129.883000', '214129.885000', '214129.888000', '214129.890000', '214129.893000', '214129.896000', '214129.898000', '214129.901000', '214129.903000', '214129.906000', '214129.908000', '214129.911000', '214129.914000', '214129.916000', '214129.919000', '214129.922000', '214129.924000', '214129.927000', '214129.930000', '214129.933000', '214129.936000', '214129.939000', '214129.941000', '214129.944000', '214129.946000', '214129.949000', '214129.951000', '214129.954000', '214129.957000', '214129.959000', '214129.962000', '214129.964000', '214129.967000', '214129.971000', '214129.974000', '214129.977000', '214129.980000', '214129.982000', '214129.985000', '214129.987000', '214149.875000', '214149.893000', '214149.908000', '214149.911000', '214149.914000', '214149.916000', '214149.919000', '214149.921000', '214149.924000', '214149.927000', '214149.929000', '214149.932000', '214149.934000', '214149.937000', '214149.940000', '214149.942000', '214149.945000', '214149.948000', '214149.950000', '214149.953000', '214149.955000', '214149.958000', '214149.961000', '214149.963000', '214149.966000', '214149.968000', '214149.971000', '214149.974000', '214149.976000', '214149.979000', '214149.981000', '214149.984000', '214149.987000', '214149.989000', '214149.992000', '214149.994000', '214149.997000', '214150.001000', '214150.003000', '214150.006000', '214150.008000', '214150.011000', '214150.014000', '214150.016000', '214209.874000', '214209.876000', '214209.879000', '214209.882000', '214209.884000', '214209.887000', '214209.889000', '214209.892000', '214209.894000', '214209.897000', '214209.899000', '214209.902000', '214209.904000', '214209.907000', '214209.910000', '214209.912000', '214209.915000', '214209.917000', '214209.920000', '214209.922000', '214209.925000', '214209.927000', '214209.930000', '214209.933000', '214209.935000', '214209.938000', '214209.940000', '214209.943000', '214209.946000', '214209.948000', '214209.951000', '214209.954000', '214209.956000', '214209.959000', '214209.961000', '214209.964000', '214209.967000', '214209.969000', '214209.972000', '214209.974000', '214209.977000', '214209.980000', '214209.982000', '214229.875000', '214229.877000', '214229.880000', '214229.883000', '214229.885000', '214229.888000', '214229.890000', '214229.893000', '214229.896000', '214229.898000', '214229.901000', '214229.903000', '214229.906000', '214229.909000', '214229.911000', '214229.914000', '214229.916000', '214229.919000', '214229.921000', '214229.924000', '214229.927000', '214229.929000', '214229.932000', '214229.934000', '214229.937000', '214229.939000', '214229.942000', '214229.945000', '214229.948000', '214229.950000', '214229.953000', '214229.955000', '214229.958000', '214229.960000', '214229.963000', '214229.966000', '214229.968000', '214229.971000', '214229.973000', '214229.976000', '214229.978000', '214229.981000', '214229.983000', '214229.986000', '214249.874000', '214249.877000', '214249.880000', '214249.883000', '214249.885000', '214249.888000', '214249.890000', '214249.893000', '214249.895000', '214249.898000', '214249.900000', '214249.903000', '214249.905000', '214249.908000', '214249.911000', '214249.913000', '214249.916000', '214249.919000', '214249.921000', '214249.924000', '214249.926000', '214249.929000', '214249.931000', '214249.934000', '214249.937000', '214249.939000', '214249.942000', '214249.944000', '214249.947000', '214249.950000', '214249.952000', '214249.955000', '214249.957000', '214249.960000', '214249.962000', '214249.965000', '214249.968000', '214249.970000', '214249.973000', '214249.976000', '214249.978000', '214249.981000', '214249.983000', '214309.874000', '214309.881000', '214309.885000', '214309.888000', '214309.890000', '214309.893000', '214309.895000', '214309.898000', '214309.901000', '214309.903000', '214309.906000', '214309.908000', '214309.911000', '214309.914000', '214309.916000', '214309.919000', '214309.921000', '214309.924000', '214309.926000', '214309.929000', '214309.932000', '214309.934000', '214309.937000', '214309.939000', '214309.942000', '214309.944000', '214309.947000', '214309.959000', '214309.962000', '214309.964000', '214309.967000', '214309.969000', '214309.972000', '214309.974000', '214309.977000', '214309.980000', '214309.982000', '214309.985000', '214309.988000', '214309.990000', '214309.993000', '214309.995000', '214309.998000', '214310.002000', '214329.875000', '214329.877000', '214329.880000', '214329.883000', '214329.885000', '214329.888000', '214329.890000', '214329.893000', '214329.896000', '214329.898000', '214329.901000', '214329.904000', '214329.906000', '214329.909000', '214329.911000', '214329.914000', '214329.917000', '214329.919000', '214329.922000', '214329.924000', '214329.927000', '214329.930000', '214329.932000', '214329.935000', '214329.937000', '214329.940000', '214329.942000', '214329.945000', '214329.947000', '214329.950000', '214329.953000', '214329.955000', '214329.958000', '214329.960000', '214329.963000', '214329.966000', '214329.969000', '214329.972000', '214329.975000', '214329.977000', '214329.980000', '214329.983000', '214329.985000', '214349.875000', '214349.878000', '214349.880000', '214349.883000', '214349.885000', '214349.888000', '214349.890000', '214349.893000', '214349.896000', '214349.898000', '214349.901000', '214349.904000', '214349.906000', '214349.909000', '214349.911000', '214349.914000', '214349.916000', '214349.919000', '214349.922000', '214349.924000', '214349.927000', '214349.929000', '214349.932000', '214349.934000', '214349.937000', '214349.939000', '214349.942000', '214349.945000', '214349.947000', '214349.950000', '214349.952000', '214349.955000', '214349.958000', '214349.960000', '214349.963000', '214349.965000', '214349.968000', '214349.970000', '214349.973000', '214349.976000', '214349.978000', '214349.981000', '214349.983000', '214349.986000', '214350.662000', '214350.665000'], 'InstanceCreationTime': ['213729.902000', '213729.906000', '213729.908000', '213729.911000', '213729.914000', '213729.917000', '213729.919000', '213729.922000', '213729.925000', '213729.927000', '213729.930000', '213729.932000', '213729.935000', '213729.937000', '213729.940000', '213729.943000', '213729.945000', '213729.948000', '213729.950000', '213729.953000', '213729.956000', '213729.958000', '213729.961000', '213729.963000', '213729.966000', '213729.968000', '213729.971000', '213729.973000', '213729.976000', '213729.979000', '213729.981000', '213729.984000', '213729.986000', '213729.989000', '213729.991000', '213729.994000', '213729.996000', '213730.000000', '213730.009000', '213730.011000', '213730.014000', '213730.016000', '213730.019000', '213730.021000', '213749.874000', '213749.877000', '213749.880000', '213749.882000', '213749.885000', '213749.887000', '213749.890000', '213749.893000', '213749.895000', '213749.898000', '213749.900000', '213749.903000', '213749.906000', '213749.908000', '213749.911000', '213749.913000', '213749.916000', '213749.918000', '213749.921000', '213749.923000', '213749.926000', '213749.928000', '213749.931000', '213749.934000', '213749.936000', '213749.939000', '213749.941000', '213749.944000', '213749.946000', '213749.949000', '213749.952000', '213749.954000', '213749.957000', '213749.959000', '213749.962000', '213749.964000', '213749.967000', '213749.969000', '213749.972000', '213749.975000', '213749.977000', '213749.980000', '213749.982000', '213809.874000', '213809.877000', '213809.880000', '213809.882000', '213809.885000', '213809.888000', '213809.890000', '213809.893000', '213809.895000', '213809.898000', '213809.900000', '213809.903000', '213809.906000', '213809.908000', '213809.920000', '213809.923000', '213809.926000', '213809.928000', '213809.931000', '213809.933000', '213809.936000', '213809.938000', '213809.941000', '213809.943000', '213809.946000', '213809.949000', '213809.951000', '213809.954000', '213809.956000', '213809.959000', '213809.962000', '213809.964000', '213809.967000', '213809.969000', '213809.972000', '213809.975000', '213809.977000', '213809.980000', '213809.982000', '213809.985000', '213809.987000', '213809.990000', '213809.993000', '213809.995000', '213829.874000', '213829.877000', '213829.880000', '213829.882000', '213829.885000', '213829.887000', '213829.890000', '213829.892000', '213829.895000', '213829.898000', '213829.900000', '213829.903000', '213829.905000', '213829.908000', '213829.911000', '213829.913000', '213829.916000', '213829.918000', '213829.921000', '213829.923000', '213829.926000', '213829.928000', '213829.937000', '213829.939000', '213829.942000', '213829.945000', '213829.947000', '213829.950000', '213829.952000', '213829.955000', '213829.957000', '213829.960000', '213829.963000', '213829.965000', '213829.968000', '213829.970000', '213829.973000', '213829.975000', '213829.987000', '213829.990000', '213829.992000', '213829.995000', '213829.997000', '213849.874000', '213849.877000', '213849.880000', '213849.882000', '213849.885000', '213849.888000', '213849.891000', '213849.893000', '213849.896000', '213849.899000', '213849.901000', '213849.904000', '213849.907000', '213849.909000', '213849.912000', '213849.914000', '213849.917000', '213849.919000', '213849.922000', '213849.924000', '213849.927000', '213849.929000', '213849.932000', '213849.935000', '213849.937000', '213849.940000', '213849.942000', '213849.953000', '213849.955000', '213849.958000', '213849.960000', '213849.963000', '213849.965000', '213849.968000', '213849.970000', '213849.973000', '213849.976000', '213849.978000', '213849.981000', '213849.992000', '213849.995000', '213849.997000', '213850.001000', '213909.874000', '213909.877000', '213909.880000', '213909.882000', '213909.885000', '213909.888000', '213909.890000', '213909.893000', '213909.895000', '213909.898000', '213909.901000', '213909.903000', '213909.906000', '213909.908000', '213909.911000', '213909.913000', '213909.916000', '213909.918000', '213909.921000', '213909.924000', '213909.926000', '213909.929000', '213909.931000', '213909.934000', '213909.937000', '213909.939000', '213909.942000', '213909.944000', '213909.947000', '213909.957000', '213909.959000', '213909.962000', '213909.965000', '213909.967000', '213909.970000', '213909.972000', '213909.975000', '213909.978000', '213909.980000', '213909.983000', '213909.985000', '213909.988000', '213909.990000', '213909.993000', '213929.874000', '213929.963000', '213929.966000', '213929.969000', '213929.971000', '213929.974000', '213929.976000', '213929.979000', '213929.982000', '213929.984000', '213929.987000', '213929.989000', '213929.992000', '213929.994000', '213929.997000', '213930.000000', '213930.003000', '213930.006000', '213930.008000', '213930.011000', '213930.013000', '213930.016000', '213930.019000', '213930.021000', '213930.024000', '213930.026000', '213930.029000', '213930.032000', '213930.034000', '213930.037000', '213930.039000', '213930.042000', '213930.044000', '213930.047000', '213930.049000', '213930.052000', '213930.055000', '213930.057000', '213930.060000', '213930.063000', '213930.065000', '213930.068000', '213930.070000', '213949.874000', '213949.877000', '213949.879000', '213949.882000', '213949.884000', '213949.887000', '213949.889000', '213949.892000', '213949.895000', '213949.897000', '213949.900000', '213949.902000', '213949.905000', '213949.908000', '213949.910000', '213949.913000', '213949.915000', '213949.918000', '213949.920000', '213949.923000', '213949.926000', '213949.928000', '213949.931000', '213949.933000', '213949.940000', '213949.942000', '213949.945000', '213949.947000', '213949.950000', '213949.953000', '213949.955000', '213949.958000', '213949.960000', '213949.963000', '213949.966000', '213949.969000', '213949.971000', '213949.974000', '213949.976000', '213949.979000', '213949.982000', '213949.984000', '213949.987000', '213949.989000', '214009.875000', '214009.877000', '214009.880000', '214009.882000', '214009.885000', '214009.888000', '214009.890000', '214009.893000', '214009.896000', '214009.898000', '214009.901000', '214009.904000', '214009.906000', '214009.909000', '214009.911000', '214009.914000', '214009.917000', '214009.919000', '214009.922000', '214009.924000', '214009.927000', '214009.931000', '214009.933000', '214009.936000', '214009.939000', '214009.941000', '214009.944000', '214009.947000', '214009.949000', '214009.952000', '214009.954000', '214009.957000', '214009.959000', '214009.962000', '214009.995000', '214009.998000', '214010.000000', '214010.003000', '214010.005000', '214010.008000', '214010.011000', '214010.013000', '214010.016000', '214029.875000', '214029.877000', '214029.880000', '214029.882000', '214029.885000', '214029.888000', '214029.890000', '214029.893000', '214029.896000', '214029.899000', '214029.901000', '214029.904000', '214029.907000', '214029.909000', '214029.912000', '214029.915000', '214029.917000', '214029.920000', '214029.922000', '214029.925000', '214029.928000', '214029.930000', '214029.933000', '214029.935000', '214029.938000', '214029.940000', '214029.943000', '214029.946000', '214029.948000', '214029.951000', '214029.953000', '214029.956000', '214029.959000', '214029.969000', '214029.972000', '214029.974000', '214029.977000', '214029.979000', '214029.982000', '214029.984000', '214029.987000', '214029.990000', '214029.992000', '214029.995000', '214049.874000', '214049.877000', '214049.880000', '214049.882000', '214049.885000', '214049.888000', '214049.890000', '214049.893000', '214049.895000', '214049.898000', '214049.900000', '214049.903000', '214049.906000', '214049.908000', '214049.911000', '214049.913000', '214049.916000', '214049.918000', '214049.921000', '214049.924000', '214049.927000', '214049.930000', '214049.933000', '214049.935000', '214049.938000', '214049.940000', '214049.943000', '214049.945000', '214049.948000', '214049.951000', '214049.953000', '214049.956000', '214049.959000', '214049.961000', '214049.964000', '214049.966000', '214049.969000', '214049.971000', '214049.974000', '214049.977000', '214049.979000', '214049.982000', '214049.984000', '214109.875000', '214109.877000', '214109.880000', '214109.883000', '214109.885000', '214109.888000', '214109.891000', '214109.893000', '214109.896000', '214109.898000', '214109.901000', '214109.903000', '214109.906000', '214109.908000', '214109.911000', '214109.914000', '214109.916000', '214109.919000', '214109.921000', '214109.924000', '214109.927000', '214109.929000', '214109.932000', '214109.934000', '214109.937000', '214109.939000', '214109.942000', '214109.944000', '214109.953000', '214109.955000', '214109.958000', '214109.961000', '214109.963000', '214109.966000', '214109.968000', '214109.971000', '214109.974000', '214109.976000', '214109.979000', '214109.981000', '214109.984000', '214109.987000', '214109.989000', '214109.992000', '214129.874000', '214129.877000', '214129.880000', '214129.883000', '214129.885000', '214129.888000', '214129.890000', '214129.893000', '214129.896000', '214129.898000', '214129.901000', '214129.903000', '214129.906000', '214129.908000', '214129.911000', '214129.914000', '214129.916000', '214129.919000', '214129.922000', '214129.924000', '214129.927000', '214129.930000', '214129.933000', '214129.936000', '214129.939000', '214129.941000', '214129.944000', '214129.946000', '214129.949000', '214129.951000', '214129.954000', '214129.957000', '214129.959000', '214129.962000', '214129.964000', '214129.967000', '214129.971000', '214129.974000', '214129.977000', '214129.980000', '214129.982000', '214129.985000', '214129.987000', '214149.875000', '214149.893000', '214149.908000', '214149.911000', '214149.914000', '214149.916000', '214149.919000', '214149.921000', '214149.924000', '214149.927000', '214149.929000', '214149.932000', '214149.934000', '214149.937000', '214149.940000', '214149.942000', '214149.945000', '214149.948000', '214149.950000', '214149.953000', '214149.955000', '214149.958000', '214149.961000', '214149.963000', '214149.966000', '214149.968000', '214149.971000', '214149.974000', '214149.976000', '214149.979000', '214149.981000', '214149.984000', '214149.987000', '214149.989000', '214149.992000', '214149.994000', '214149.997000', '214150.001000', '214150.003000', '214150.006000', '214150.008000', '214150.011000', '214150.014000', '214150.016000', '214209.874000', '214209.876000', '214209.879000', '214209.882000', '214209.884000', '214209.887000', '214209.889000', '214209.892000', '214209.894000', '214209.897000', '214209.899000', '214209.902000', '214209.904000', '214209.907000', '214209.910000', '214209.912000', '214209.915000', '214209.917000', '214209.920000', '214209.922000', '214209.925000', '214209.927000', '214209.930000', '214209.933000', '214209.935000', '214209.938000', '214209.940000', '214209.943000', '214209.946000', '214209.948000', '214209.951000', '214209.954000', '214209.956000', '214209.959000', '214209.961000', '214209.964000', '214209.967000', '214209.969000', '214209.972000', '214209.974000', '214209.977000', '214209.980000', '214209.982000', '214229.875000', '214229.877000', '214229.880000', '214229.883000', '214229.885000', '214229.888000', '214229.890000', '214229.893000', '214229.896000', '214229.898000', '214229.901000', '214229.903000', '214229.906000', '214229.909000', '214229.911000', '214229.914000', '214229.916000', '214229.919000', '214229.921000', '214229.924000', '214229.927000', '214229.929000', '214229.932000', '214229.934000', '214229.937000', '214229.939000', '214229.942000', '214229.945000', '214229.948000', '214229.950000', '214229.953000', '214229.955000', '214229.958000', '214229.960000', '214229.963000', '214229.966000', '214229.968000', '214229.971000', '214229.973000', '214229.976000', '214229.978000', '214229.981000', '214229.983000', '214229.986000', '214249.874000', '214249.877000', '214249.880000', '214249.883000', '214249.885000', '214249.888000', '214249.890000', '214249.893000', '214249.895000', '214249.898000', '214249.900000', '214249.903000', '214249.905000', '214249.908000', '214249.911000', '214249.913000', '214249.916000', '214249.919000', '214249.921000', '214249.924000', '214249.926000', '214249.929000', '214249.931000', '214249.934000', '214249.937000', '214249.939000', '214249.942000', '214249.944000', '214249.947000', '214249.950000', '214249.952000', '214249.955000', '214249.957000', '214249.960000', '214249.962000', '214249.965000', '214249.968000', '214249.970000', '214249.973000', '214249.976000', '214249.978000', '214249.981000', '214249.983000', '214309.874000', '214309.881000', '214309.885000', '214309.888000', '214309.890000', '214309.893000', '214309.895000', '214309.898000', '214309.901000', '214309.903000', '214309.906000', '214309.908000', '214309.911000', '214309.914000', '214309.916000', '214309.919000', '214309.921000', '214309.924000', '214309.926000', '214309.929000', '214309.932000', '214309.934000', '214309.937000', '214309.939000', '214309.942000', '214309.944000', '214309.947000', '214309.959000', '214309.962000', '214309.964000', '214309.967000', '214309.969000', '214309.972000', '214309.974000', '214309.977000', '214309.980000', '214309.982000', '214309.985000', '214309.988000', '214309.990000', '214309.993000', '214309.995000', '214309.998000', '214310.002000', '214329.875000', '214329.877000', '214329.880000', '214329.883000', '214329.885000', '214329.888000', '214329.890000', '214329.893000', '214329.896000', '214329.898000', '214329.901000', '214329.904000', '214329.906000', '214329.909000', '214329.911000', '214329.914000', '214329.917000', '214329.919000', '214329.922000', '214329.924000', '214329.927000', '214329.930000', '214329.932000', '214329.935000', '214329.937000', '214329.940000', '214329.942000', '214329.945000', '214329.947000', '214329.950000', '214329.953000', '214329.955000', '214329.958000', '214329.960000', '214329.963000', '214329.966000', '214329.969000', '214329.972000', '214329.975000', '214329.977000', '214329.980000', '214329.983000', '214329.985000', '214349.875000', '214349.878000', '214349.880000', '214349.883000', '214349.885000', '214349.888000', '214349.890000', '214349.893000', '214349.896000', '214349.898000', '214349.901000', '214349.904000', '214349.906000', '214349.909000', '214349.911000', '214349.914000', '214349.916000', '214349.919000', '214349.922000', '214349.924000', '214349.927000', '214349.929000', '214349.932000', '214349.934000', '214349.937000', '214349.939000', '214349.942000', '214349.945000', '214349.947000', '214349.950000', '214349.952000', '214349.955000', '214349.958000', '214349.960000', '214349.963000', '214349.965000', '214349.968000', '214349.970000', '214349.973000', '214349.976000', '214349.978000', '214349.981000', '214349.983000', '214349.986000', '214350.662000', '214350.665000'], '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': [11866, 17139, 12730, 17844, 12209, 17054, 12663, 16492, 11834, 15759, 11851, 14779, 14820, 13900, 16549, 11446, 13902, 12068, 9662, 14820, 10217, 15297, 11187, 10115, 11010, 9525, 13392, 9159, 14139, 9520, 13190, 12314, 12584, 12400, 11572, 15124, 10607, 16119, 11406, 14547, 10714, 13295, 10030, 13601, 9305, 12797, 9585, 12547, 11212, 12105, 11901, 10816, 14535, 11499, 14909, 11067, 14893, 10996, 13313, 10187, 14015, 10149, 13734, 9646, 13392, 10968, 14339, 11754, 13250, 14947, 10959, 16401, 12217, 15583, 10897, 13534, 9392, 12976, 10447, 13251, 9821, 12361, 11132, 11376, 13500, 11679, 13095, 10487, 14375, 10702, 15247, 11513, 15463, 11286, 14072, 9587, 14279, 11118, 14200, 11106, 11945, 13564, 11031, 16579, 12283, 15722, 11002, 13523, 9267, 12915, 13543, 11248, 15789, 11030, 14143, 10507, 13436, 9410, 13110, 9263, 12354, 11440, 12578, 13954, 11370, 16150, 11942, 15338, 11269, 15545, 10806, 13920, 9682, 14044, 12853, 13571, 15932, 11212, 16211, 11740, 15360, 10232, 13477, 9823, 12266, 11754, 11857, 12491, 10727, 15102, 11017, 15460, 11508, 15423, 10776, 13369, 10038, 14020, 10529, 14384, 10090, 13093, 9834, 14240, 10704, 14291, 9413, 12599, 11425, 13309, 17025, 12437, 15471, 10938, 13213, 9525, 13639, 8781, 11571, 10061, 11155, 14469, 10959, 16071, 11111, 13953, 9999, 14539, 12170, 11672, 16226, 11967, 14271, 10286, 12693, 10899, 10264, 14773, 11539, 13979, 10306, 13315, 9765, 12600, 9200, 13692, 9874, 12894, 11115, 11423, 15070, 11562, 16636, 12294, 15159, 10938, 14529, 10093, 14451, 10816, 12379, 12423, 10766, 14702, 10956, 15370, 10927, 13649, 9176, 14639, 14547, 11765, 16461, 12142, 13505, 9685, 12666, 14843, 10419, 15248, 10529, 12932, 9045, 12974, 9240, 11967, 11065, 10308, 15293, 11518, 14954, 10939, 14517, 9374, 12908, 11654, 11805, 16871, 12572, 15196, 10098, 14016, 12236, 11511, 16414, 11286, 12784, 9476, 12330, 8681, 12361, 8674, 11830, 8751, 12502, 9138, 12570, 9187, 12265, 13700, 11770, 16366, 12209, 15864, 11398, 15280, 11277, 15712, 10089, 13796, 12139, 14063, 14145, 14016, 15089, 11777, 16857, 12281, 17250, 12390, 16792, 11449, 14989, 10982, 15212, 10835, 15362, 10570, 15339, 11143, 15644, 10302, 13354, 14136, 11052, 16200, 12294, 14891, 9683, 12438, 8881, 11992, 9431, 12190, 9835, 11355, 14653, 10841, 14971, 10488, 13959, 9365, 11889, 13612, 10088, 14935, 10939, 13299, 9465, 12718, 8722, 12432, 8921, 13391, 9428, 13929, 9019, 14271, 10941, 15365, 10919, 14279, 13451, 13642, 17086, 12854, 16745, 11900, 15263, 10612, 14618, 11623, 11998, 16420, 10886, 14212, 9764, 13104, 9299, 10751, 11907, 10388, 14286, 10780, 13393, 9973, 12384, 9480, 13433, 9178, 13746, 11100, 14037, 16292, 12328, 16756, 12356, 15808, 11033, 15039, 11025, 13644, 13632, 11340, 16715, 12338, 15920, 11048, 14362, 10285, 15133, 10904, 14669, 10641, 13921, 9925, 14579, 10653, 14717, 10080, 14494, 10587, 15416, 10783, 11371, 11047, 9220, 13448, 10465, 13874, 10593, 11540, 11908, 12420, 14756, 11535, 14658, 11195, 13408, 14101, 14276, 12510, 12437, 12800, 12003, 13959, 11817, 12044, 10851, 12667, 11355, 11873, 12016, 8745, 11267, 8764, 11962, 9029, 12586, 9500, 11786, 15093, 11260, 16354, 11710, 15029, 9736, 13985, 15670, 11318, 16638, 11690, 13866, 9240, 13562, 10618, 11709, 12228, 10103, 14512, 10718, 14418, 10069, 14038, 10007, 13448, 8977, 13683, 9796, 11963, 12274, 10498, 15884, 11832, 14954, 10833, 13635, 8958, 13243, 11682, 12563, 14103, 10604, 15935, 11032, 14399, 10665, 15200, 10157, 13853, 9174, 14130, 11293, 13523, 13384, 11112, 16321, 11741, 15228, 11069, 15060, 10001, 13579, 9527, 14735, 9719, 14157, 9164, 13430, 9301, 14366, 10173, 13779, 13037, 11639, 16425, 12240, 15419, 9795, 12841, 13070, 10387, 15868, 11649, 14735, 9508, 12294, 8684, 12172, 9797, 11562, 10531, 10824, 14264, 11027, 15792, 11224, 15015, 9861, 13513, 10256, 13076, 15440, 11064, 16129, 10859, 13962, 10324, 13503, 14055, 10416, 15580, 10977, 13957, 8947, 13743, 8536, 12839, 8884, 12114, 10286, 11446, 10262, 10743, 14676, 11109, 15396, 11479, 15976, 11131, 15528, 10848, 15139, 14615, 12983, 17097, 12897, 15919, 11370, 15527, 9914, 13931, 11349, 12490, 14585, 11807, 15801, 10450, 14488, 10433, 13521, 9870, 13270, 9698, 13113, 9337, 14135, 9428, 13876, 14217, 10454, 16298, 11097, 14674, 10628, 11742, 15267, 10642, 15408, 10918, 14502, 10094, 13245, 10004, 14279, 10101, 14469, 9853, 14150, 10258, 15288, 10366, 14392, 10312, 13697, 15587, 11753, 16521, 12097, 14958, 10611, 14034, 10240, 14077, 9750, 13911, 9194, 13233, 10947, 13735, 14732, 11072, 16302, 11302, 14626, 9914, 14243, 11094, 11746, 11176, 10800, 12628, 11403, 9659, 11326, 9749, 11820, 11831, 12610, 11689, 12544, 14866, 11793, 17061, 12943, 16282, 12177, 15274, 10720, 15431, 11612, 15241, 9830, 13630, 10384, 13625, 13144, 12852, 15617, 10870, 15480, 10743, 14133, 9533, 13018, 9137, 11671, 8643, 11722, 8968, 13148, 8858, 13135, 8766, 13311, 10460, 15399, 12871, 14049, 16415, 11947, 16722, 12617, 15984, 10480, 14277, 12313, 12573, 16310, 12270, 16722, 11663, 14062, 10681, 14757, 10588, 14254, 9569, 12374, 9260, 11577, 15669, 11212, 14643, 10902, 13296, 9551, 11614, 8842, 12382, 8456, 12953, 9284, 11876, 16324, 11931, 15695, 10693, 14793, 15247, 10733, 15985, 11481, 14891, 11303, 11276, 16353, 11567, 13898, 8866, 12679, 10173, 11110, 14136, 10115, 14206, 10799, 13973, 9792, 13498, 8867, 13353, 10178, 13961, 12300, 12398, 16293, 11886, 16200, 11729, 15477, 9681, 13459, 15016, 10800, 15832, 10864, 14499, 9926, 13289, 9461, 12288, 11070, 12219, 13677, 11678, 16192, 11750, 16154, 11277, 15749, 11737, 14577, 16091, 11812, 16830, 12264, 15626, 10095, 13515, 10100, 13865, 12166, 13220, 14024, 10893, 16206, 11993, 15871, 11192, 15011, 10314, 13700, 9514, 14649, 9628, 13259, 10090, 12056, 15337, 11338, 14976, 10962, 13929, 10253, 13438, 9771, 12468, 9852, 13326, 10433, 13474, 10251, 15762, 11769, 16085, 12354, 15902, 11377, 15066, 15232, 12459, 16636, 12038, 16956, 12667, 16181, 12409, 15689, 9980, 14964, 12224, 14813, 11246, 13637, 11402, 13256, 12250, 13802, 11278, 12282, 15026], 'WindowCenter': [5091.0, 5093.0, 5061.0, 5077.0, 5034.0, 5052.0, 5021.0, 5041.0, 5009.0, 5028.0, 4995.0, 5016.0, 5014.0, 5002.0, 5028.0, 4997.0, 5006.0, 4994.0, 4975.0, 5002.0, 4986.0, 5013.0, 4985.0, 4986.0, 4986.0, 4973.0, 5005.0, 4977.0, 5005.0, 4976.0, 5005.0, 4994.0, 4996.0, 4995.0, 4985.0, 5004.0, 4976.0, 5011.0, 4985.0, 5004.0, 4974.0, 4992.0, 4964.0, 4992.0, 4964.0, 4993.0, 4963.0, 4993.0, 4970.0, 4982.0, 4980.0, 4971.0, 4990.0, 4983.0, 5002.0, 4971.0, 4989.0, 4973.0, 4990.0, 4973.0, 4992.0, 4973.0, 4991.0, 4962.0, 4990.0, 4971.0, 4991.0, 4979.0, 4991.0, 4990.0, 4972.0, 5000.0, 4971.0, 4989.0, 4971.0, 4978.0, 4948.0, 4980.0, 4960.0, 4982.0, 4962.0, 4981.0, 4972.0, 4980.0, 4992.0, 4984.0, 5003.0, 4984.0, 5001.0, 4986.0, 5015.0, 4995.0, 5014.0, 4996.0, 5003.0, 4975.0, 5003.0, 4982.0, 5004.0, 4984.0, 4994.0, 4994.0, 4986.0, 5012.0, 4992.0, 5012.0, 4985.0, 5003.0, 4964.0, 4994.0, 4993.0, 4984.0, 5014.0, 4984.0, 5014.0, 4985.0, 5005.0, 4977.0, 5002.0, 4976.0, 5006.0, 4995.0, 5005.0, 5013.0, 4996.0, 5014.0, 4994.0, 5015.0, 4985.0, 5012.0, 4985.0, 5002.0, 4974.0, 5004.0, 4992.0, 5004.0, 5012.0, 4982.0, 5007.0, 4981.0, 5001.0, 4973.0, 4991.0, 4961.0, 4982.0, 4981.0, 4982.0, 4992.0, 4983.0, 5002.0, 4981.0, 5012.0, 4983.0, 5002.0, 4984.0, 4989.0, 4974.0, 5003.0, 4984.0, 5003.0, 4985.0, 5004.0, 4975.0, 5015.0, 4985.0, 5016.0, 4975.0, 4994.0, 4985.0, 5005.0, 5014.0, 4993.0, 5012.0, 4982.0, 4992.0, 4959.0, 4988.0, 4965.0, 4982.0, 4973.0, 4983.0, 5002.0, 4982.0, 5002.0, 4983.0, 5001.0, 4963.0, 4991.0, 4979.0, 4971.0, 4999.0, 4971.0, 4990.0, 4958.0, 4990.0, 4981.0, 4970.0, 4988.0, 4969.0, 4976.0, 4969.0, 4988.0, 4961.0, 4980.0, 4950.0, 4989.0, 4960.0, 4990.0, 4971.0, 4981.0, 5001.0, 4981.0, 5008.0, 4992.0, 4998.0, 4982.0, 5004.0, 4971.0, 4998.0, 4970.0, 4991.0, 4979.0, 4983.0, 4999.0, 4982.0, 5012.0, 4982.0, 5002.0, 4963.0, 5013.0, 5000.0, 4981.0, 5009.0, 4980.0, 4990.0, 4960.0, 4991.0, 4999.0, 4973.0, 4999.0, 4972.0, 4991.0, 4961.0, 4991.0, 4963.0, 4993.0, 4980.0, 4983.0, 5012.0, 4997.0, 5010.0, 4984.0, 5004.0, 4975.0, 4994.0, 4984.0, 4995.0, 5011.0, 4992.0, 5002.0, 4974.0, 5002.0, 4979.0, 4983.0, 5001.0, 4981.0, 4988.0, 4975.0, 4991.0, 4964.0, 5002.0, 4974.0, 5005.0, 4977.0, 5007.0, 4987.0, 5017.0, 4988.0, 5017.0, 5019.0, 5008.0, 5037.0, 5008.0, 5025.0, 4996.0, 5026.0, 4994.0, 5015.0, 4986.0, 5004.0, 4994.0, 5014.0, 5004.0, 5002.0, 5012.0, 4994.0, 5011.0, 4991.0, 5010.0, 4993.0, 5012.0, 4982.0, 4999.0, 4970.0, 4999.0, 4980.0, 5001.0, 4971.0, 5000.0, 4970.0, 4998.0, 4960.0, 4989.0, 4989.0, 4969.0, 4999.0, 4979.0, 4986.0, 4960.0, 4976.0, 4950.0, 4977.0, 4949.0, 4981.0, 4971.0, 4980.0, 5000.0, 4982.0, 5000.0, 4972.0, 5000.0, 4962.0, 4992.0, 5000.0, 4973.0, 5012.0, 4995.0, 5005.0, 4986.0, 5006.0, 4977.0, 5016.0, 4978.0, 5016.0, 4991.0, 5026.0, 4987.0, 5028.0, 4995.0, 5027.0, 4998.0, 5016.0, 5006.0, 5007.0, 5013.0, 4995.0, 5011.0, 4981.0, 5001.0, 4969.0, 4989.0, 4980.0, 4981.0, 5011.0, 4981.0, 4999.0, 4959.0, 4991.0, 4962.0, 4981.0, 4979.0, 4982.0, 5012.0, 4993.0, 5016.0, 4986.0, 5007.0, 4988.0, 5014.0, 4989.0, 5018.0, 4997.0, 5029.0, 5025.0, 5008.0, 5027.0, 5005.0, 5014.0, 4985.0, 5002.0, 4982.0, 5001.0, 4991.0, 4983.0, 5010.0, 4991.0, 5012.0, 4980.0, 4999.0, 4974.0, 5000.0, 4980.0, 5001.0, 4984.0, 5001.0, 4973.0, 5000.0, 4982.0, 5009.0, 4974.0, 5013.0, 4987.0, 4999.0, 4981.0, 4994.0, 4995.0, 4975.0, 5005.0, 4997.0, 5016.0, 4999.0, 4996.0, 5005.0, 5007.0, 5016.0, 4997.0, 5015.0, 4984.0, 5003.0, 5003.0, 5002.0, 4991.0, 4992.0, 4992.0, 4993.0, 5000.0, 4983.0, 4994.0, 4983.0, 4991.0, 4984.0, 4980.0, 4992.0, 4964.0, 4982.0, 4964.0, 4993.0, 4966.0, 5006.0, 4988.0, 5007.0, 5017.0, 4997.0, 5026.0, 4996.0, 5014.0, 4973.0, 5005.0, 5003.0, 4983.0, 5013.0, 4982.0, 4991.0, 4962.0, 4990.0, 4971.0, 4981.0, 4979.0, 4974.0, 5001.0, 4974.0, 5004.0, 4975.0, 5003.0, 4975.0, 5004.0, 4962.0, 5003.0, 4975.0, 4994.0, 4994.0, 4984.0, 5014.0, 4983.0, 5002.0, 4982.0, 5000.0, 4962.0, 5003.0, 4984.0, 4992.0, 5002.0, 4986.0, 5011.0, 4982.0, 5012.0, 4986.0, 5014.0, 4985.0, 5004.0, 4974.0, 5015.0, 4984.0, 5003.0, 5003.0, 4982.0, 5012.0, 4993.0, 5002.0, 4983.0, 5001.0, 4975.0, 4991.0, 4975.0, 5002.0, 4975.0, 5003.0, 4975.0, 5005.0, 4975.0, 5014.0, 4987.0, 5014.0, 5004.0, 4995.0, 5014.0, 4990.0, 5002.0, 4973.0, 4990.0, 4991.0, 4970.0, 4998.0, 4971.0, 5001.0, 4963.0, 4983.0, 4954.0, 4994.0, 4972.0, 4995.0, 4985.0, 4992.0, 5013.0, 4997.0, 5015.0, 4995.0, 5011.0, 4975.0, 5005.0, 4974.0, 5004.0, 5014.0, 4984.0, 5009.0, 4984.0, 5003.0, 4974.0, 5003.0, 5003.0, 4972.0, 4999.0, 4982.0, 5001.0, 4962.0, 4990.0, 4963.0, 4992.0, 4962.0, 5006.0, 4984.0, 5007.0, 4998.0, 5008.0, 5025.0, 5012.0, 5036.0, 5011.0, 5038.0, 5009.0, 5038.0, 4999.0, 5028.0, 5016.0, 5005.0, 5026.0, 5002.0, 5013.0, 4982.0, 5011.0, 4973.0, 5001.0, 4982.0, 4991.0, 5002.0, 4993.0, 5009.0, 4982.0, 5000.0, 4986.0, 5001.0, 4982.0, 5004.0, 4985.0, 5004.0, 4976.0, 5017.0, 4977.0, 5016.0, 5015.0, 4984.0, 5012.0, 4983.0, 5004.0, 4972.0, 4983.0, 5001.0, 4983.0, 5011.0, 4980.0, 5002.0, 4985.0, 5004.0, 4986.0, 5015.0, 4998.0, 5013.0, 4986.0, 5015.0, 4987.0, 5024.0, 4988.0, 5013.0, 4986.0, 5004.0, 5013.0, 4994.0, 5012.0, 4992.0, 5002.0, 4985.0, 5003.0, 4983.0, 5003.0, 4987.0, 5014.0, 4989.0, 5016.0, 4997.0, 5015.0, 5016.0, 4996.0, 5025.0, 4995.0, 5015.0, 4987.0, 5015.0, 4993.0, 4995.0, 4981.0, 4994.0, 5005.0, 4995.0, 4976.0, 4996.0, 4986.0, 5009.0, 5007.0, 5019.0, 5009.0, 5020.0, 5026.0, 5007.0, 5027.0, 5005.0, 5024.0, 5006.0, 5013.0, 4983.0, 5015.0, 4983.0, 5011.0, 4971.0, 5002.0, 4974.0, 5002.0, 4993.0, 4992.0, 5009.0, 4982.0, 4997.0, 4969.0, 5000.0, 4960.0, 4991.0, 4962.0, 4981.0, 4961.0, 4994.0, 4975.0, 5016.0, 4979.0, 5019.0, 4980.0, 5017.0, 4998.0, 5030.0, 5008.0, 5016.0, 5027.0, 4995.0, 5024.0, 4995.0, 5011.0, 4985.0, 5002.0, 4980.0, 4992.0, 5011.0, 4981.0, 5009.0, 4979.0, 5001.0, 4970.0, 5000.0, 4971.0, 4997.0, 4962.0, 4990.0, 4962.0, 4982.0, 4999.0, 4979.0, 5000.0, 4979.0, 5002.0, 4973.0, 4993.0, 4974.0, 5006.0, 4965.0, 5006.0, 4985.0, 5008.0, 5025.0, 5008.0, 5025.0, 4986.0, 5014.0, 5013.0, 4985.0, 5013.0, 4981.0, 5001.0, 4981.0, 4982.0, 5010.0, 4994.0, 5002.0, 4962.0, 4990.0, 4972.0, 4993.0, 5010.0, 4984.0, 5014.0, 4996.0, 5015.0, 4986.0, 5013.0, 4977.0, 5018.0, 4985.0, 5016.0, 5006.0, 5005.0, 5027.0, 5007.0, 5024.0, 4994.0, 5012.0, 4974.0, 5004.0, 5013.0, 4985.0, 5012.0, 4984.0, 5015.0, 4974.0, 5002.0, 4984.0, 5006.0, 4995.0, 5009.0, 5017.0, 5009.0, 5036.0, 5009.0, 5026.0, 4998.0, 5026.0, 4995.0, 5015.0, 5014.0, 4995.0, 5024.0, 4992.0, 5013.0, 4973.0, 5001.0, 4973.0, 5001.0, 4992.0, 5002.0, 5002.0, 4982.0, 5010.0, 4984.0, 5011.0, 4981.0, 5002.0, 4984.0, 5002.0, 4974.0, 4999.0, 4975.0, 5003.0, 4986.0, 5003.0, 5011.0, 4983.0, 5012.0, 4995.0, 5005.0, 4985.0, 5016.0, 4999.0, 5016.0, 5011.0, 5029.0, 5012.0, 5032.0, 5014.0, 5040.0, 5023.0, 5039.0, 5022.0, 5039.0, 4997.0, 5030.0, 5028.0, 5009.0, 5025.0, 5005.0, 5026.0, 5005.0, 5013.0, 5004.0, 5013.0, 4974.0, 5001.0, 4983.0, 5004.0, 4983.0, 4990.0, 4980.0, 4991.0, 4980.0, 5002.0, 4982.0, 4993.0, 5000.0], 'WindowWidth': [11049.0, 11034.0, 10980.0, 10995.0, 10928.0, 10949.0, 10903.0, 10929.0, 10880.0, 10906.0, 10853.0, 10885.0, 10879.0, 10861.0, 10902.0, 10855.0, 10866.0, 10850.0, 10822.0, 10856.0, 10839.0, 10875.0, 10837.0, 10839.0, 10838.0, 10820.0, 10864.0, 10828.0, 10864.0, 10824.0, 10864.0, 10846.0, 10851.0, 10848.0, 10835.0, 10862.0, 10823.0, 10869.0, 10834.0, 10858.0, 10820.0, 10842.0, 10803.0, 10840.0, 10805.0, 10840.0, 10801.0, 10842.0, 10807.0, 10827.0, 10822.0, 10811.0, 10836.0, 10829.0, 10853.0, 10810.0, 10834.0, 10815.0, 10835.0, 10814.0, 10839.0, 10814.0, 10838.0, 10799.0, 10837.0, 10809.0, 10837.0, 10819.0, 10837.0, 10835.0, 10811.0, 10851.0, 10808.0, 10829.0, 10807.0, 10815.0, 10774.0, 10820.0, 10792.0, 10824.0, 10798.0, 10824.0, 10810.0, 10825.0, 10843.0, 10833.0, 10859.0, 10834.0, 10855.0, 10840.0, 10878.0, 10851.0, 10875.0, 10853.0, 10860.0, 10822.0, 10861.0, 10828.0, 10860.0, 10833.0, 10847.0, 10845.0, 10840.0, 10873.0, 10843.0, 10871.0, 10837.0, 10859.0, 10808.0, 10847.0, 10845.0, 10835.0, 10877.0, 10836.0, 10876.0, 10840.0, 10864.0, 10829.0, 10859.0, 10826.0, 10868.0, 10853.0, 10865.0, 10876.0, 10854.0, 10879.0, 10852.0, 10878.0, 10836.0, 10872.0, 10837.0, 10857.0, 10819.0, 10863.0, 10843.0, 10862.0, 10873.0, 10829.0, 10861.0, 10826.0, 10855.0, 10816.0, 10840.0, 10797.0, 10828.0, 10826.0, 10829.0, 10842.0, 10832.0, 10856.0, 10828.0, 10872.0, 10831.0, 10857.0, 10834.0, 10836.0, 10822.0, 10859.0, 10835.0, 10861.0, 10838.0, 10862.0, 10825.0, 10882.0, 10839.0, 10882.0, 10823.0, 10850.0, 10838.0, 10867.0, 10879.0, 10847.0, 10871.0, 10829.0, 10842.0, 10793.0, 10835.0, 10811.0, 10830.0, 10816.0, 10834.0, 10857.0, 10830.0, 10856.0, 10832.0, 10855.0, 10803.0, 10841.0, 10820.0, 10811.0, 10848.0, 10809.0, 10836.0, 10787.0, 10836.0, 10827.0, 10811.0, 10830.0, 10805.0, 10812.0, 10808.0, 10830.0, 10799.0, 10820.0, 10781.0, 10835.0, 10794.0, 10838.0, 10811.0, 10828.0, 10854.0, 10827.0, 10861.0, 10842.0, 10849.0, 10829.0, 10863.0, 10811.0, 10848.0, 10810.0, 10839.0, 10821.0, 10831.0, 10850.0, 10829.0, 10872.0, 10832.0, 10859.0, 10804.0, 10873.0, 10852.0, 10829.0, 10867.0, 10823.0, 10839.0, 10796.0, 10840.0, 10849.0, 10816.0, 10850.0, 10816.0, 10843.0, 10800.0, 10839.0, 10807.0, 10846.0, 10827.0, 10834.0, 10873.0, 10857.0, 10870.0, 10836.0, 10863.0, 10825.0, 10850.0, 10833.0, 10850.0, 10871.0, 10842.0, 10858.0, 10822.0, 10857.0, 10822.0, 10829.0, 10854.0, 10825.0, 10834.0, 10824.0, 10842.0, 10808.0, 10860.0, 10826.0, 10868.0, 10833.0, 10874.0, 10846.0, 10889.0, 10851.0, 10889.0, 10892.0, 10876.0, 10917.0, 10879.0, 10895.0, 10856.0, 10898.0, 10851.0, 10880.0, 10844.0, 10865.0, 10848.0, 10878.0, 10862.0, 10858.0, 10874.0, 10848.0, 10870.0, 10842.0, 10866.0, 10845.0, 10871.0, 10829.0, 10848.0, 10810.0, 10849.0, 10824.0, 10853.0, 10814.0, 10852.0, 10811.0, 10848.0, 10797.0, 10834.0, 10833.0, 10807.0, 10850.0, 10819.0, 10826.0, 10794.0, 10812.0, 10780.0, 10816.0, 10778.0, 10824.0, 10815.0, 10827.0, 10852.0, 10831.0, 10855.0, 10817.0, 10853.0, 10804.0, 10844.0, 10853.0, 10819.0, 10872.0, 10855.0, 10865.0, 10843.0, 10869.0, 10834.0, 10887.0, 10837.0, 10886.0, 10857.0, 10900.0, 10850.0, 10906.0, 10856.0, 10902.0, 10862.0, 10885.0, 10869.0, 10872.0, 10880.0, 10850.0, 10872.0, 10827.0, 10856.0, 10807.0, 10835.0, 10824.0, 10829.0, 10869.0, 10828.0, 10851.0, 10795.0, 10839.0, 10802.0, 10827.0, 10824.0, 10835.0, 10874.0, 10851.0, 10884.0, 10846.0, 10873.0, 10851.0, 10884.0, 10855.0, 10891.0, 10859.0, 10908.0, 10900.0, 10876.0, 10902.0, 10866.0, 10881.0, 10837.0, 10859.0, 10830.0, 10856.0, 10841.0, 10832.0, 10870.0, 10841.0, 10872.0, 10828.0, 10850.0, 10822.0, 10853.0, 10826.0, 10855.0, 10834.0, 10853.0, 10820.0, 10853.0, 10831.0, 10866.0, 10822.0, 10878.0, 10844.0, 10851.0, 10830.0, 10851.0, 10854.0, 10826.0, 10867.0, 10859.0, 10886.0, 10863.0, 10858.0, 10870.0, 10873.0, 10884.0, 10857.0, 10881.0, 10835.0, 10862.0, 10860.0, 10856.0, 10841.0, 10843.0, 10840.0, 10844.0, 10851.0, 10830.0, 10848.0, 10831.0, 10839.0, 10833.0, 10823.0, 10842.0, 10807.0, 10830.0, 10807.0, 10850.0, 10812.0, 10869.0, 10846.0, 10871.0, 10886.0, 10856.0, 10895.0, 10855.0, 10878.0, 10820.0, 10865.0, 10861.0, 10832.0, 10874.0, 10828.0, 10841.0, 10799.0, 10836.0, 10812.0, 10825.0, 10821.0, 10820.0, 10855.0, 10820.0, 10861.0, 10824.0, 10858.0, 10824.0, 10863.0, 10803.0, 10858.0, 10823.0, 10847.0, 10846.0, 10835.0, 10875.0, 10832.0, 10858.0, 10833.0, 10854.0, 10802.0, 10860.0, 10833.0, 10844.0, 10858.0, 10841.0, 10870.0, 10832.0, 10873.0, 10840.0, 10876.0, 10840.0, 10863.0, 10823.0, 10881.0, 10834.0, 10862.0, 10861.0, 10831.0, 10871.0, 10847.0, 10857.0, 10832.0, 10856.0, 10824.0, 10840.0, 10824.0, 10857.0, 10826.0, 10861.0, 10825.0, 10866.0, 10824.0, 10878.0, 10843.0, 10878.0, 10863.0, 10853.0, 10879.0, 10840.0, 10859.0, 10817.0, 10837.0, 10838.0, 10811.0, 10848.0, 10811.0, 10853.0, 10805.0, 10830.0, 10792.0, 10848.0, 10814.0, 10849.0, 10836.0, 10848.0, 10875.0, 10857.0, 10880.0, 10854.0, 10871.0, 10827.0, 10867.0, 10822.0, 10865.0, 10879.0, 10837.0, 10868.0, 10835.0, 10861.0, 10819.0, 10859.0, 10859.0, 10817.0, 10850.0, 10829.0, 10857.0, 10802.0, 10839.0, 10807.0, 10846.0, 10806.0, 10869.0, 10839.0, 10873.0, 10864.0, 10877.0, 10898.0, 10888.0, 10916.0, 10884.0, 10919.0, 10881.0, 10921.0, 10865.0, 10904.0, 10884.0, 10868.0, 10898.0, 10860.0, 10878.0, 10830.0, 10870.0, 10818.0, 10853.0, 10828.0, 10842.0, 10856.0, 10846.0, 10869.0, 10830.0, 10853.0, 10843.0, 10858.0, 10834.0, 10865.0, 10840.0, 10864.0, 10830.0, 10886.0, 10833.0, 10884.0, 10882.0, 10839.0, 10876.0, 10833.0, 10862.0, 10817.0, 10832.0, 10856.0, 10834.0, 10870.0, 10829.0, 10859.0, 10840.0, 10863.0, 10843.0, 10879.0, 10862.0, 10878.0, 10845.0, 10881.0, 10846.0, 10893.0, 10848.0, 10877.0, 10840.0, 10866.0, 10878.0, 10849.0, 10874.0, 10845.0, 10859.0, 10838.0, 10860.0, 10835.0, 10861.0, 10846.0, 10880.0, 10855.0, 10888.0, 10858.0, 10882.0, 10885.0, 10857.0, 10895.0, 10855.0, 10882.0, 10848.0, 10880.0, 10848.0, 10852.0, 10829.0, 10852.0, 10866.0, 10851.0, 10830.0, 10856.0, 10842.0, 10881.0, 10875.0, 10894.0, 10880.0, 10895.0, 10899.0, 10875.0, 10903.0, 10867.0, 10894.0, 10869.0, 10874.0, 10835.0, 10881.0, 10831.0, 10870.0, 10816.0, 10857.0, 10821.0, 10859.0, 10844.0, 10844.0, 10869.0, 10830.0, 10847.0, 10808.0, 10852.0, 10797.0, 10840.0, 10802.0, 10829.0, 10804.0, 10851.0, 10829.0, 10885.0, 10838.0, 10893.0, 10842.0, 10890.0, 10864.0, 10909.0, 10876.0, 10887.0, 10901.0, 10854.0, 10894.0, 10851.0, 10872.0, 10837.0, 10858.0, 10825.0, 10842.0, 10871.0, 10825.0, 10865.0, 10822.0, 10856.0, 10812.0, 10850.0, 10812.0, 10845.0, 10801.0, 10838.0, 10803.0, 10828.0, 10852.0, 10824.0, 10852.0, 10823.0, 10858.0, 10822.0, 10846.0, 10826.0, 10869.0, 10814.0, 10870.0, 10843.0, 10875.0, 10897.0, 10876.0, 10898.0, 10843.0, 10881.0, 10875.0, 10836.0, 10875.0, 10827.0, 10855.0, 10828.0, 10829.0, 10867.0, 10848.0, 10856.0, 10802.0, 10838.0, 10816.0, 10847.0, 10870.0, 10836.0, 10879.0, 10856.0, 10879.0, 10845.0, 10879.0, 10834.0, 10891.0, 10843.0, 10886.0, 10871.0, 10870.0, 10901.0, 10873.0, 10895.0, 10851.0, 10873.0, 10825.0, 10866.0, 10876.0, 10837.0, 10874.0, 10837.0, 10882.0, 10821.0, 10861.0, 10839.0, 10869.0, 10854.0, 10879.0, 10887.0, 10878.0, 10915.0, 10879.0, 10901.0, 10861.0, 10898.0, 10853.0, 10883.0, 10879.0, 10850.0, 10892.0, 10844.0, 10873.0, 10820.0, 10856.0, 10817.0, 10856.0, 10843.0, 10857.0, 10856.0, 10829.0, 10867.0, 10833.0, 10869.0, 10829.0, 10858.0, 10837.0, 10858.0, 10819.0, 10850.0, 10825.0, 10861.0, 10844.0, 10863.0, 10872.0, 10834.0, 10874.0, 10853.0, 10865.0, 10841.0, 10882.0, 10865.0, 10886.0, 10889.0, 10910.0, 10890.0, 10918.0, 10895.0, 10928.0, 10906.0, 10924.0, 10903.0, 10925.0, 10860.0, 10910.0, 10905.0, 10876.0, 10899.0, 10868.0, 10900.0, 10867.0, 10878.0, 10864.0, 10877.0, 10821.0, 10859.0, 10830.0, 10860.0, 10832.0, 10838.0, 10825.0, 10842.0, 10825.0, 10855.0, 10830.0, 10843.0, 10851.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.0012450173010380625</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02171368281430219</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.663944953314115</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.312808869896076</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0120751861316402</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.486</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6580.2134</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07659280103570826</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.1534025374855825</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5279922836359296</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.478341850002635</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.696909117518858</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.408725883386296</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115012</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004069504793733358</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026034848764538765</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.34772256491899</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>27.4938</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5574</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.6714</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295254.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>1025.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.995</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7454</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.8305</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4222.2084</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4407.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81290.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1796.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5392.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.6279</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.339504676521756</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> |