=== 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-0016 --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-0016",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0016_ses-01_task-social_acq-mb8_run-04_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-0016_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-04_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-0016/ses-01/func/sub-0016_ses-01_task-social_acq-mb8_run-04_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>8b4db6b9b22d4914bbb77cdc22514d3c</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>13:47:5.082500</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_VE11C_LATEST_20160120</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.999519, 0.0284863, -0.0122203, -0.0282682, 0.999444, 0.0176618]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0964547</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4169, -7773, -7231, 572, -72, -140, -30, 85]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.131</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>29dc476c-2cb7-4eac-8890-2cf018ca9eda||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681637763977051, -0.07584161311388016, -0.03433496505022049, 115.04578399658203], [-0.07642670720815659, 2.681436061859131, 0.04673114791512489, -89.04467010498047], [-0.03278624266386032, -0.04738523066043854, 2.6993770599365234, -55.48084259033203], [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': ['134705.082500', '134705.542500', '134706.002500', '134706.462500', '134706.922500', '134707.382500', '134707.842500', '134708.302500', '134708.762500', '134709.222500', '134709.682500', '134710.142500', '134710.602500', '134711.062500', '134711.522500', '134711.982500', '134712.442500', '134712.902500', '134713.362500', '134713.822500', '134714.282500', '134714.742500', '134715.202500', '134715.662500', '134716.122500', '134716.582500', '134717.042500', '134717.502500', '134717.962500', '134718.422500', '134718.882500', '134719.342500', '134719.802500', '134720.262500', '134720.722500', '134721.182500', '134721.642500', '134722.102500', '134722.562500', '134723.022500', '134723.482500', '134723.942500', '134724.402500', '134724.862500', '134725.322500', '134725.782500', '134726.242500', '134726.702500', '134727.162500', '134727.622500', '134728.082500', '134728.542500', '134729.002500', '134729.462500', '134729.922500', '134730.382500', '134730.842500', '134731.302500', '134731.762500', '134732.222500', '134732.682500', '134733.142500', '134733.602500', '134734.062500', '134734.522500', '134734.982500', '134735.442500', '134735.902500', '134736.362500', '134736.822500', '134737.282500', '134737.742500', '134738.202500', '134738.662500', '134739.122500', '134739.582500', '134740.042500', '134740.502500', '134740.962500', '134741.422500', '134741.882500', '134742.342500', '134742.802500', '134743.262500', '134743.722500', '134744.182500', '134744.642500', '134745.102500', '134745.562500', '134746.022500', '134746.482500', '134746.942500', '134747.402500', '134747.862500', '134748.322500', '134748.782500', '134749.242500', '134749.702500', '134750.162500', '134750.622500', '134751.082500', '134751.542500', '134752.002500', '134752.462500', '134752.922500', '134753.382500', '134753.842500', '134754.302500', '134754.762500', '134755.222500', '134755.682500', '134756.142500', '134756.602500', '134757.062500', '134757.522500', '134757.982500', '134758.442500', '134758.902500', '134759.362500', '134759.822500', '134800.282500', '134800.742500', '134801.202500', '134801.662500', '134802.122500', '134802.582500', '134803.042500', '134803.502500', '134803.962500', '134804.422500', '134804.882500', '134805.342500', '134805.802500', '134806.262500', '134806.722500', '134807.182500', '134807.642500', '134808.102500', '134808.562500', '134809.022500', '134809.482500', '134809.942500', '134810.402500', '134810.862500', '134811.322500', '134811.782500', '134812.242500', '134812.702500', '134813.162500', '134813.622500', '134814.082500', '134814.542500', '134815.002500', '134815.462500', '134815.922500', '134816.382500', '134816.842500', '134817.302500', '134817.762500', '134818.222500', '134818.682500', '134819.142500', '134819.602500', '134820.062500', '134820.522500', '134820.982500', '134821.442500', '134821.902500', '134822.362500', '134822.822500', '134823.282500', '134823.742500', '134824.202500', '134824.662500', '134825.122500', '134825.582500', '134826.042500', '134826.502500', '134826.962500', '134827.422500', '134827.882500', '134828.342500', '134828.802500', '134829.262500', '134829.722500', '134830.182500', '134830.642500', '134831.102500', '134831.562500', '134832.022500', '134832.482500', '134832.942500', '134833.402500', '134833.862500', '134834.322500', '134834.782500', '134835.242500', '134835.702500', '134836.162500', '134836.622500', '134837.082500', '134837.542500', '134838.002500', '134838.462500', '134838.922500', '134839.382500', '134839.842500', '134840.302500', '134840.762500', '134841.222500', '134841.682500', '134842.142500', '134842.602500', '134843.062500', '134843.522500', '134843.982500', '134844.442500', '134844.902500', '134845.362500', '134845.822500', '134846.282500', '134846.742500', '134847.202500', '134847.662500', '134848.122500', '134848.582500', '134849.042500', '134849.502500', '134849.962500', '134850.422500', '134850.882500', '134851.342500', '134851.802500', '134852.262500', '134852.722500', '134853.182500', '134853.642500', '134854.102500', '134854.562500', '134855.022500', '134855.482500', '134855.942500', '134856.402500', '134856.862500', '134857.322500', '134857.782500', '134858.242500', '134858.702500', '134859.162500', '134859.622500', '134900.082500', '134900.542500', '134901.002500', '134901.462500', '134901.922500', '134902.382500', '134902.842500', '134903.302500', '134903.762500', '134904.222500', '134904.682500', '134905.142500', '134905.602500', '134906.062500', '134906.522500', '134906.982500', '134907.442500', '134907.902500', '134908.362500', '134908.822500', '134909.282500', '134909.742500', '134910.202500', '134910.662500', '134911.122500', '134911.582500', '134912.042500', '134912.502500', '134912.962500', '134913.422500', '134913.882500', '134914.342500', '134914.802500', '134915.262500', '134915.722500', '134916.182500', '134916.642500', '134917.102500', '134917.562500', '134918.022500', '134918.482500', '134918.942500', '134919.402500', '134919.862500', '134920.322500', '134920.782500', '134921.242500', '134921.702500', '134922.162500', '134922.622500', '134923.082500', '134923.542500', '134924.002500', '134924.462500', '134924.922500', '134925.382500', '134925.842500', '134926.302500', '134926.762500', '134927.222500', '134927.682500', '134928.142500', '134928.602500', '134929.062500', '134929.522500', '134929.982500', '134930.442500', '134930.902500', '134931.362500', '134931.822500', '134932.282500', '134932.742500', '134933.202500', '134933.662500', '134934.122500', '134934.582500', '134935.042500', '134935.502500', '134935.962500', '134936.422500', '134936.882500', '134937.342500', '134937.802500', '134938.262500', '134938.722500', '134939.182500', '134939.642500', '134940.102500', '134940.562500', '134941.022500', '134941.482500', '134941.942500', '134942.402500', '134942.862500', '134943.322500', '134943.782500', '134944.242500', '134944.702500', '134945.162500', '134945.622500', '134946.082500', '134946.542500', '134947.002500', '134947.462500', '134947.922500', '134948.382500', '134948.842500', '134949.302500', '134949.762500', '134950.222500', '134950.682500', '134951.142500', '134951.602500', '134952.062500', '134952.522500', '134952.982500', '134953.442500', '134953.902500', '134954.362500', '134954.822500', '134955.282500', '134955.742500', '134956.202500', '134956.662500', '134957.122500', '134957.582500', '134958.042500', '134958.502500', '134958.962500', '134959.422500', '134959.882500', '135000.342500', '135000.802500', '135001.262500', '135001.722500', '135002.182500', '135002.642500', '135003.102500', '135003.562500', '135004.022500', '135004.482500', '135004.942500', '135005.402500', '135005.862500', '135006.322500', '135006.782500', '135007.242500', '135007.702500', '135008.162500', '135008.622500', '135009.082500', '135009.542500', '135010.002500', '135010.462500', '135010.922500', '135011.382500', '135011.842500', '135012.302500', '135012.762500', '135013.222500', '135013.682500', '135014.142500', '135014.602500', '135015.062500', '135015.522500', '135015.982500', '135016.442500', '135016.902500', '135017.362500', '135017.822500', '135018.282500', '135018.742500', '135019.202500', '135019.662500', '135020.122500', '135020.582500', '135021.042500', '135021.502500', '135021.962500', '135022.422500', '135022.882500', '135023.342500', '135023.802500', '135024.262500', '135024.722500', '135025.182500', '135025.642500', '135026.102500', '135026.562500', '135027.022500', '135027.482500', '135027.942500', '135028.402500', '135028.862500', '135029.322500', '135029.782500', '135030.242500', '135030.702500', '135031.162500', '135031.622500', '135032.082500', '135032.542500', '135033.002500', '135033.462500', '135033.922500', '135034.382500', '135034.842500', '135035.302500', '135035.762500', '135036.222500', '135036.682500', '135037.142500', '135037.602500', '135038.062500', '135038.522500', '135038.982500', '135039.442500', '135039.902500', '135040.362500', '135040.822500', '135041.282500', '135041.742500', '135042.202500', '135042.662500', '135043.122500', '135043.582500', '135044.042500', '135044.502500', '135044.962500', '135045.422500', '135045.882500', '135046.342500', '135046.802500', '135047.262500', '135047.722500', '135048.182500', '135048.642500', '135049.102500', '135049.562500', '135050.022500', '135050.482500', '135050.942500', '135051.402500', '135051.862500', '135052.322500', '135052.782500', '135053.242500', '135053.702500', '135054.162500', '135054.622500', '135055.082500', '135055.542500', '135056.002500', '135056.462500', '135056.922500', '135057.382500', '135057.842500', '135058.302500', '135058.762500', '135059.222500', '135059.682500', '135100.142500', '135100.602500', '135101.062500', '135101.522500', '135101.982500', '135102.442500', '135102.902500', '135103.362500', '135103.822500', '135104.282500', '135104.742500', '135105.202500', '135105.662500', '135106.122500', '135106.582500', '135107.042500', '135107.502500', '135107.962500', '135108.422500', '135108.882500', '135109.342500', '135109.802500', '135110.262500', '135110.722500', '135111.182500', '135111.642500', '135112.102500', '135112.562500', '135113.022500', '135113.482500', '135113.942500', '135114.402500', '135114.862500', '135115.322500', '135115.782500', '135116.242500', '135116.702500', '135117.162500', '135117.622500', '135118.082500', '135118.542500', '135119.002500', '135119.462500', '135119.922500', '135120.382500', '135120.842500', '135121.302500', '135121.762500', '135122.222500', '135122.682500', '135123.142500', '135123.602500', '135124.062500', '135124.522500', '135124.982500', '135125.442500', '135125.902500', '135126.362500', '135126.822500', '135127.282500', '135127.742500', '135128.202500', '135128.662500', '135129.122500', '135129.582500', '135130.042500', '135130.502500', '135130.962500', '135131.422500', '135131.882500', '135132.342500', '135132.802500', '135133.262500', '135133.722500', '135134.182500', '135134.642500', '135135.102500', '135135.562500', '135136.022500', '135136.482500', '135136.942500', '135137.402500', '135137.862500', '135138.322500', '135138.782500', '135139.242500', '135139.702500', '135140.162500', '135140.622500', '135141.082500', '135141.542500', '135142.002500', '135142.462500', '135142.922500', '135143.382500', '135143.842500', '135144.302500', '135144.762500', '135145.222500', '135145.682500', '135146.142500', '135146.602500', '135147.062500', '135147.522500', '135147.982500', '135148.442500', '135148.902500', '135149.362500', '135149.822500', '135150.282500', '135150.742500', '135151.202500', '135151.662500', '135152.122500', '135152.582500', '135153.042500', '135153.502500', '135153.962500', '135154.422500', '135154.882500', '135155.342500', '135155.802500', '135156.262500', '135156.722500', '135157.182500', '135157.642500', '135158.102500', '135158.562500', '135159.022500', '135159.482500', '135159.942500', '135200.402500', '135200.862500', '135201.322500', '135201.782500', '135202.242500', '135202.702500', '135203.162500', '135203.622500', '135204.082500', '135204.542500', '135205.002500', '135205.462500', '135205.922500', '135206.382500', '135206.842500', '135207.302500', '135207.762500', '135208.222500', '135208.682500', '135209.142500', '135209.602500', '135210.062500', '135210.522500', '135210.982500', '135211.442500', '135211.902500', '135212.362500', '135212.822500', '135213.282500', '135213.742500', '135214.202500', '135214.662500', '135215.122500', '135215.582500', '135216.042500', '135216.502500', '135216.962500', '135217.422500', '135217.882500', '135218.342500', '135218.802500', '135219.262500', '135219.722500', '135220.182500', '135220.642500', '135221.102500', '135221.562500', '135222.022500', '135222.482500', '135222.942500', '135223.402500', '135223.862500', '135224.322500', '135224.782500', '135225.242500', '135225.702500', '135226.162500', '135226.622500', '135227.082500', '135227.542500', '135228.002500', '135228.462500', '135228.922500', '135229.382500', '135229.842500', '135230.302500', '135230.762500', '135231.222500', '135231.682500', '135232.142500', '135232.602500', '135233.062500', '135233.522500', '135233.982500', '135234.442500', '135234.902500', '135235.362500', '135235.822500', '135236.282500', '135236.742500', '135237.202500', '135237.662500', '135238.122500', '135238.582500', '135239.042500', '135239.502500', '135239.962500', '135240.422500', '135240.882500', '135241.342500', '135241.802500', '135242.262500', '135242.722500', '135243.182500', '135243.642500', '135244.102500', '135244.562500', '135245.022500', '135245.482500', '135245.942500', '135246.402500', '135246.862500', '135247.322500', '135247.782500', '135248.242500', '135248.702500', '135249.162500', '135249.622500', '135250.082500', '135250.542500', '135251.002500', '135251.462500', '135251.922500', '135252.382500', '135252.842500', '135253.302500', '135253.762500', '135254.222500', '135254.682500', '135255.142500', '135255.602500', '135256.062500', '135256.522500', '135256.982500', '135257.442500', '135257.902500', '135258.362500', '135258.822500', '135259.282500', '135259.742500', '135300.202500', '135300.662500', '135301.122500', '135301.582500', '135302.042500', '135302.502500', '135302.962500', '135303.422500', '135303.882500', '135304.342500', '135304.802500', '135305.262500', '135305.722500', '135306.182500', '135306.642500', '135307.102500', '135307.562500', '135308.022500', '135308.482500', '135308.942500', '135309.402500', '135309.862500', '135310.322500', '135310.782500', '135311.242500', '135311.702500', '135312.162500', '135312.622500', '135313.082500', '135313.542500', '135314.002500', '135314.462500', '135314.922500', '135315.382500', '135315.842500', '135316.302500', '135316.762500', '135317.222500', '135317.682500', '135318.142500', '135318.602500', '135319.062500', '135319.522500', '135319.982500', '135320.442500', '135320.902500', '135321.362500', '135321.822500', '135322.282500', '135322.742500', '135323.202500', '135323.662500', '135324.122500', '135324.582500', '135325.042500', '135325.502500', '135325.962500', '135326.422500', '135326.882500', '135327.342500', '135327.802500', '135328.262500', '135328.722500', '135329.182500', '135329.642500', '135330.102500', '135330.562500', '135331.022500', '135331.482500', '135331.942500', '135332.402500', '135332.862500', '135333.322500', '135333.782500', '135334.242500', '135334.702500', '135335.162500', '135335.622500', '135336.082500', '135336.542500', '135337.002500', '135337.462500', '135337.922500', '135338.382500', '135338.842500', '135339.302500', '135339.762500', '135340.222500', '135340.682500', '135341.142500', '135341.602500', '135342.062500', '135342.522500', '135342.982500', '135343.442500', '135343.902500', '135344.362500', '135344.822500', '135345.282500', '135345.742500'], 'ContentTime': ['134732.887000', '134732.890000', '134732.893000', '134732.896000', '134732.899000', '134732.901000', '134732.904000', '134732.907000', '134732.910000', '134732.913000', '134732.915000', '134732.918000', '134732.924000', '134732.927000', '134732.930000', '134732.933000', '134732.936000', '134732.938000', '134732.941000', '134732.944000', '134732.947000', '134732.950000', '134732.953000', '134732.955000', '134732.958000', '134732.961000', '134732.964000', '134732.967000', '134732.970000', '134732.973000', '134732.975000', '134732.978000', '134732.981000', '134732.984000', '134732.987000', '134732.990000', '134732.998000', '134733.002000', '134733.005000', '134733.008000', '134733.011000', '134733.014000', '134733.017000', '134733.019000', '134733.022000', '134733.025000', '134733.028000', '134733.031000', '134733.034000', '134733.036000', '134733.039000', '134733.042000', '134733.045000', '134733.048000', '134733.050000', '134733.053000', '134733.056000', '134733.059000', '134752.847000', '134752.850000', '134752.853000', '134752.858000', '134752.860000', '134752.863000', '134752.866000', '134752.869000', '134752.872000', '134752.874000', '134752.877000', '134752.880000', '134752.883000', '134752.886000', '134752.888000', '134752.891000', '134752.894000', '134752.897000', '134752.900000', '134752.903000', '134752.905000', '134752.908000', '134752.911000', '134752.914000', '134752.917000', '134752.919000', '134752.922000', '134752.925000', '134752.928000', '134752.931000', '134752.933000', '134752.936000', '134752.939000', '134752.942000', '134752.945000', '134752.947000', '134752.950000', '134752.953000', '134752.956000', '134752.959000', '134752.961000', '134752.964000', '134752.967000', '134812.847000', '134812.850000', '134812.852000', '134812.855000', '134812.858000', '134812.861000', '134812.864000', '134812.867000', '134812.869000', '134812.872000', '134812.875000', '134812.878000', '134812.881000', '134812.884000', '134812.886000', '134812.889000', '134812.892000', '134812.895000', '134812.898000', '134812.900000', '134812.903000', '134812.906000', '134812.909000', '134812.912000', '134812.915000', '134812.917000', '134812.920000', '134812.923000', '134812.926000', '134812.929000', '134812.931000', '134812.934000', '134812.941000', '134812.944000', '134812.947000', '134812.949000', '134812.952000', '134812.955000', '134812.958000', '134812.961000', '134812.964000', '134812.966000', '134812.969000', '134812.972000', '134832.847000', '134832.850000', '134832.852000', '134832.855000', '134832.858000', '134832.861000', '134832.864000', '134832.867000', '134832.869000', '134832.872000', '134832.875000', '134832.878000', '134832.881000', '134832.883000', '134832.886000', '134832.889000', '134832.892000', '134832.895000', '134832.898000', '134832.901000', '134832.903000', '134832.906000', '134832.909000', '134832.912000', '134832.915000', '134832.918000', '134832.920000', '134832.923000', '134832.926000', '134832.929000', '134832.932000', '134832.934000', '134832.937000', '134832.958000', '134832.960000', '134832.963000', '134832.966000', '134832.969000', '134832.971000', '134832.974000', '134832.977000', '134832.980000', '134832.983000', '134852.847000', '134852.850000', '134852.852000', '134852.855000', '134852.858000', '134852.861000', '134852.864000', '134852.867000', '134852.869000', '134852.872000', '134852.875000', '134852.878000', '134852.881000', '134852.884000', '134852.886000', '134852.889000', '134852.892000', '134852.895000', '134852.898000', '134852.901000', '134852.904000', '134852.907000', '134852.909000', '134852.912000', '134852.915000', '134852.918000', '134852.921000', '134852.923000', '134852.926000', '134852.929000', '134852.932000', '134852.935000', '134852.937000', '134852.940000', '134852.943000', '134852.946000', '134852.949000', '134852.952000', '134852.954000', '134852.957000', '134852.968000', '134852.971000', '134852.973000', '134852.976000', '134912.847000', '134912.850000', '134912.853000', '134912.855000', '134912.858000', '134912.861000', '134912.864000', '134912.866000', '134912.869000', '134912.872000', '134912.875000', '134912.878000', '134912.880000', '134912.883000', '134912.886000', '134912.889000', '134912.892000', '134912.895000', '134912.898000', '134912.901000', '134912.904000', '134912.906000', '134912.909000', '134912.912000', '134912.915000', '134912.918000', '134912.920000', '134912.923000', '134912.926000', '134912.929000', '134912.932000', '134912.935000', '134912.937000', '134912.940000', '134912.943000', '134912.946000', '134912.949000', '134912.952000', '134912.954000', '134912.957000', '134912.960000', '134912.963000', '134912.966000', '134932.848000', '134932.851000', '134932.854000', '134932.857000', '134932.860000', '134932.862000', '134932.865000', '134932.868000', '134932.871000', '134932.874000', '134932.877000', '134932.880000', '134932.882000', '134932.885000', '134932.888000', '134932.891000', '134932.894000', '134932.897000', '134932.899000', '134932.902000', '134932.905000', '134932.908000', '134932.911000', '134932.914000', '134932.916000', '134932.919000', '134932.922000', '134932.925000', '134932.928000', '134932.931000', '134932.933000', '134932.936000', '134932.939000', '134932.942000', '134932.945000', '134932.947000', '134932.950000', '134932.953000', '134932.956000', '134932.959000', '134932.961000', '134932.964000', '134932.967000', '134952.847000', '134952.850000', '134952.853000', '134952.855000', '134952.858000', '134952.861000', '134952.864000', '134952.867000', '134952.869000', '134952.880000', '134952.883000', '134952.885000', '134952.888000', '134952.891000', '134952.894000', '134952.897000', '134952.900000', '134952.903000', '134952.906000', '134952.908000', '134952.911000', '134952.914000', '134952.917000', '134952.920000', '134952.922000', '134952.925000', '134952.928000', '134952.931000', '134952.934000', '134952.937000', '134952.939000', '134952.942000', '134952.945000', '134952.948000', '134952.951000', '134952.954000', '134952.956000', '134952.959000', '134952.962000', '134952.965000', '134952.968000', '134952.970000', '134952.973000', '134952.976000', '135012.847000', '135012.850000', '135012.853000', '135012.856000', '135012.858000', '135012.861000', '135012.865000', '135012.870000', '135012.873000', '135012.876000', '135012.879000', '135012.882000', '135012.885000', '135012.888000', '135012.890000', '135012.893000', '135012.896000', '135012.899000', '135012.902000', '135012.905000', '135012.908000', '135012.910000', '135012.913000', '135012.925000', '135012.928000', '135012.931000', '135012.933000', '135012.936000', '135012.939000', '135012.942000', '135012.945000', '135012.948000', '135012.951000', '135012.953000', '135012.956000', '135012.959000', '135012.962000', '135012.965000', '135012.967000', '135012.970000', '135012.973000', '135012.976000', '135012.979000', '135032.847000', '135032.850000', '135032.853000', '135032.855000', '135032.858000', '135032.861000', '135032.864000', '135032.867000', '135032.869000', '135032.872000', '135032.875000', '135032.878000', '135032.881000', '135032.884000', '135032.887000', '135032.889000', '135032.892000', '135032.895000', '135032.898000', '135032.901000', '135032.903000', '135032.906000', '135032.909000', '135032.912000', '135032.915000', '135032.918000', '135032.920000', '135032.923000', '135032.926000', '135032.929000', '135032.932000', '135032.935000', '135032.937000', '135032.940000', '135032.943000', '135032.946000', '135032.949000', '135032.951000', '135032.954000', '135032.957000', '135032.960000', '135032.963000', '135032.966000', '135032.968000', '135052.847000', '135052.850000', '135052.853000', '135052.855000', '135052.858000', '135052.861000', '135052.864000', '135052.867000', '135052.870000', '135052.872000', '135052.875000', '135052.878000', '135052.881000', '135052.884000', '135052.887000', '135052.890000', '135052.893000', '135052.897000', '135052.900000', '135052.903000', '135052.906000', '135052.909000', '135052.911000', '135052.914000', '135052.917000', '135052.920000', '135052.923000', '135052.925000', '135052.928000', '135052.931000', '135052.940000', '135052.943000', '135052.946000', '135052.949000', '135052.951000', '135052.954000', '135052.957000', '135052.960000', '135052.963000', '135052.966000', '135052.968000', '135052.971000', '135052.974000', '135112.847000', '135112.850000', '135112.853000', '135112.856000', '135112.858000', '135112.861000', '135112.864000', '135112.867000', '135112.870000', '135112.873000', '135112.875000', '135112.878000', '135112.881000', '135112.888000', '135112.891000', '135112.894000', '135112.897000', '135112.900000', '135112.903000', '135112.905000', '135112.908000', '135112.911000', '135112.914000', '135112.917000', '135112.920000', '135112.923000', '135112.925000', '135112.928000', '135112.931000', '135112.934000', '135112.937000', '135112.940000', '135112.943000', '135112.946000', '135112.949000', '135112.951000', '135112.954000', '135112.957000', '135112.960000', '135112.963000', '135112.966000', '135112.969000', '135112.971000', '135112.974000', '135132.847000', '135132.850000', '135132.853000', '135132.856000', '135132.859000', '135132.861000', '135132.864000', '135132.867000', '135132.870000', '135132.873000', '135132.875000', '135132.878000', '135132.881000', '135132.884000', '135132.886000', '135132.889000', '135132.892000', '135132.895000', '135132.898000', '135132.901000', '135132.907000', '135132.910000', '135132.913000', '135132.916000', '135132.919000', '135132.921000', '135132.924000', '135132.927000', '135132.930000', '135132.933000', '135132.936000', '135132.938000', '135132.941000', '135132.944000', '135132.947000', '135132.950000', '135132.952000', '135132.955000', '135132.958000', '135132.961000', '135132.964000', '135132.966000', '135132.969000', '135152.848000', '135152.851000', '135152.854000', '135152.856000', '135152.859000', '135152.862000', '135152.865000', '135152.868000', '135152.871000', '135152.873000', '135152.876000', '135152.879000', '135152.882000', '135152.885000', '135152.887000', '135152.890000', '135152.893000', '135152.896000', '135152.899000', '135152.902000', '135152.904000', '135152.907000', '135152.910000', '135152.913000', '135152.916000', '135152.919000', '135152.921000', '135152.924000', '135152.927000', '135152.930000', '135152.933000', '135152.936000', '135152.938000', '135152.941000', '135152.944000', '135152.947000', '135152.950000', '135152.953000', '135152.955000', '135152.958000', '135152.961000', '135152.964000', '135152.967000', '135152.970000', '135212.847000', '135212.850000', '135212.853000', '135212.856000', '135212.859000', '135212.862000', '135212.865000', '135212.868000', '135212.871000', '135212.874000', '135212.877000', '135212.880000', '135212.883000', '135212.886000', '135212.889000', '135212.891000', '135212.894000', '135212.897000', '135212.900000', '135212.903000', '135212.905000', '135212.908000', '135212.911000', '135212.914000', '135212.918000', '135212.921000', '135212.924000', '135212.927000', '135212.930000', '135212.933000', '135212.936000', '135212.939000', '135212.942000', '135212.945000', '135212.948000', '135212.950000', '135212.953000', '135212.956000', '135212.959000', '135212.962000', '135212.965000', '135212.967000', '135212.970000', '135232.847000', '135232.850000', '135232.853000', '135232.859000', '135232.862000', '135232.865000', '135232.867000', '135232.870000', '135232.873000', '135232.876000', '135232.879000', '135232.882000', '135232.885000', '135232.888000', '135232.890000', '135232.893000', '135232.896000', '135232.899000', '135232.902000', '135232.905000', '135232.908000', '135232.910000', '135232.913000', '135232.916000', '135232.919000', '135232.922000', '135232.924000', '135232.927000', '135232.930000', '135232.933000', '135232.936000', '135232.939000', '135232.941000', '135232.944000', '135232.947000', '135232.950000', '135232.953000', '135232.956000', '135232.959000', '135232.961000', '135232.964000', '135232.967000', '135232.970000', '135232.973000', '135252.847000', '135252.853000', '135252.856000', '135252.859000', '135252.862000', '135252.865000', '135252.867000', '135252.870000', '135252.873000', '135252.876000', '135252.879000', '135252.882000', '135252.885000', '135252.888000', '135252.890000', '135252.893000', '135252.896000', '135252.899000', '135252.902000', '135252.905000', '135252.908000', '135252.911000', '135252.913000', '135252.916000', '135252.919000', '135252.922000', '135252.925000', '135252.928000', '135252.931000', '135252.934000', '135252.940000', '135252.943000', '135252.946000', '135252.949000', '135252.952000', '135252.954000', '135252.957000', '135252.960000', '135252.963000', '135252.966000', '135252.968000', '135252.971000', '135252.974000', '135312.847000', '135312.850000', '135312.853000', '135312.856000', '135312.859000', '135312.861000', '135312.879000', '135312.882000', '135312.885000', '135312.887000', '135312.890000', '135312.893000', '135312.896000', '135312.899000', '135312.902000', '135312.905000', '135312.907000', '135312.910000', '135312.913000', '135312.916000', '135312.919000', '135312.922000', '135312.925000', '135312.928000', '135312.930000', '135312.933000', '135312.936000', '135312.939000', '135312.942000', '135312.945000', '135312.948000', '135312.951000', '135312.953000', '135312.956000', '135312.959000', '135312.962000', '135312.965000', '135312.968000', '135312.971000', '135312.974000', '135312.976000', '135312.979000', '135312.982000', '135312.985000', '135332.847000', '135332.850000', '135332.853000', '135332.856000', '135332.867000', '135332.869000', '135332.872000', '135332.875000', '135332.878000', '135332.881000', '135332.884000', '135332.886000', '135332.890000', '135332.892000', '135332.895000', '135332.898000', '135332.902000', '135332.905000', '135332.908000', '135332.911000', '135332.914000', '135332.917000', '135332.920000', '135332.923000', '135332.926000', '135332.928000', '135332.931000', '135332.934000', '135332.937000', '135332.940000', '135332.942000', '135332.945000', '135332.948000', '135332.951000', '135332.954000', '135332.957000', '135332.960000', '135332.963000', '135332.966000', '135332.969000', '135332.974000', '135332.978000', '135332.981000', '135347.287000', '135347.291000', '135347.294000', '135347.297000', '135347.300000', '135347.303000', '135347.306000', '135347.309000', '135347.312000', '135347.315000', '135347.318000', '135347.321000', '135347.323000', '135347.326000', '135347.329000', '135347.332000', '135347.335000', '135347.338000', '135347.341000', '135347.343000', '135347.346000', '135347.350000', '135347.353000', '135347.356000', '135347.359000', '135347.363000', '135347.365000', '135347.368000', '135347.371000', '135347.374000', '135347.377000', '135347.380000'], 'InstanceCreationTime': ['134732.887000', '134732.890000', '134732.893000', '134732.896000', '134732.899000', '134732.901000', '134732.904000', '134732.907000', '134732.910000', '134732.913000', '134732.915000', '134732.918000', '134732.924000', '134732.927000', '134732.930000', '134732.933000', '134732.936000', '134732.938000', '134732.941000', '134732.944000', '134732.947000', '134732.950000', '134732.953000', '134732.955000', '134732.958000', '134732.961000', '134732.964000', '134732.967000', '134732.970000', '134732.973000', '134732.975000', '134732.978000', '134732.981000', '134732.984000', '134732.987000', '134732.990000', '134732.998000', '134733.002000', '134733.005000', '134733.008000', '134733.011000', '134733.014000', '134733.017000', '134733.019000', '134733.022000', '134733.025000', '134733.028000', '134733.031000', '134733.034000', '134733.036000', '134733.039000', '134733.042000', '134733.045000', '134733.048000', '134733.050000', '134733.053000', '134733.056000', '134733.059000', '134752.847000', '134752.850000', '134752.853000', '134752.858000', '134752.860000', '134752.863000', '134752.866000', '134752.869000', '134752.872000', '134752.874000', '134752.877000', '134752.880000', '134752.883000', '134752.886000', '134752.888000', '134752.891000', '134752.894000', '134752.897000', '134752.900000', '134752.903000', '134752.905000', '134752.908000', '134752.911000', '134752.914000', '134752.917000', '134752.919000', '134752.922000', '134752.925000', '134752.928000', '134752.931000', '134752.933000', '134752.936000', '134752.939000', '134752.942000', '134752.945000', '134752.947000', '134752.950000', '134752.953000', '134752.956000', '134752.959000', '134752.961000', '134752.964000', '134752.967000', '134812.847000', '134812.850000', '134812.852000', '134812.855000', '134812.858000', '134812.861000', '134812.864000', '134812.867000', '134812.869000', '134812.872000', '134812.875000', '134812.878000', '134812.881000', '134812.884000', '134812.886000', '134812.889000', '134812.892000', '134812.895000', '134812.898000', '134812.900000', '134812.903000', '134812.906000', '134812.909000', '134812.912000', '134812.915000', '134812.917000', '134812.920000', '134812.923000', '134812.926000', '134812.929000', '134812.931000', '134812.934000', '134812.941000', '134812.944000', '134812.947000', '134812.949000', '134812.952000', '134812.955000', '134812.958000', '134812.961000', '134812.964000', '134812.966000', '134812.969000', '134812.972000', '134832.847000', '134832.850000', '134832.852000', '134832.855000', '134832.858000', '134832.861000', '134832.864000', '134832.867000', '134832.869000', '134832.872000', '134832.875000', '134832.878000', '134832.881000', '134832.883000', '134832.886000', '134832.889000', '134832.892000', '134832.895000', '134832.898000', '134832.901000', '134832.903000', '134832.906000', '134832.909000', '134832.912000', '134832.915000', '134832.918000', '134832.920000', '134832.923000', '134832.926000', '134832.929000', '134832.932000', '134832.934000', '134832.937000', '134832.958000', '134832.960000', '134832.963000', '134832.966000', '134832.969000', '134832.971000', '134832.974000', '134832.977000', '134832.980000', '134832.983000', '134852.847000', '134852.850000', '134852.852000', '134852.855000', '134852.858000', '134852.861000', '134852.864000', '134852.867000', '134852.869000', '134852.872000', '134852.875000', '134852.878000', '134852.881000', '134852.884000', '134852.886000', '134852.889000', '134852.892000', '134852.895000', '134852.898000', '134852.901000', '134852.904000', '134852.907000', '134852.909000', '134852.912000', '134852.915000', '134852.918000', '134852.921000', '134852.923000', '134852.926000', '134852.929000', '134852.932000', '134852.935000', '134852.937000', '134852.940000', '134852.943000', '134852.946000', '134852.949000', '134852.952000', '134852.954000', '134852.957000', '134852.968000', '134852.971000', '134852.973000', '134852.976000', '134912.847000', '134912.850000', '134912.853000', '134912.855000', '134912.858000', '134912.861000', '134912.864000', '134912.866000', '134912.869000', '134912.872000', '134912.875000', '134912.878000', '134912.880000', '134912.883000', '134912.886000', '134912.889000', '134912.892000', '134912.895000', '134912.898000', '134912.901000', '134912.904000', '134912.906000', '134912.909000', '134912.912000', '134912.915000', '134912.918000', '134912.920000', '134912.923000', '134912.926000', '134912.929000', '134912.932000', '134912.935000', '134912.937000', '134912.940000', '134912.943000', '134912.946000', '134912.949000', '134912.952000', '134912.954000', '134912.957000', '134912.960000', '134912.963000', '134912.966000', '134932.848000', '134932.851000', '134932.854000', '134932.857000', '134932.860000', '134932.862000', '134932.865000', '134932.868000', '134932.871000', '134932.874000', '134932.877000', '134932.880000', '134932.882000', '134932.885000', '134932.888000', '134932.891000', '134932.894000', '134932.897000', '134932.899000', '134932.902000', '134932.905000', '134932.908000', '134932.911000', '134932.914000', '134932.916000', '134932.919000', '134932.922000', '134932.925000', '134932.928000', '134932.931000', '134932.933000', '134932.936000', '134932.939000', '134932.942000', '134932.945000', '134932.947000', '134932.950000', '134932.953000', '134932.956000', '134932.959000', '134932.961000', '134932.964000', '134932.967000', '134952.847000', '134952.850000', '134952.853000', '134952.855000', '134952.858000', '134952.861000', '134952.864000', '134952.867000', '134952.869000', '134952.880000', '134952.883000', '134952.885000', '134952.888000', '134952.891000', '134952.894000', '134952.897000', '134952.900000', '134952.903000', '134952.906000', '134952.908000', '134952.911000', '134952.914000', '134952.917000', '134952.920000', '134952.922000', '134952.925000', '134952.928000', '134952.931000', '134952.934000', '134952.937000', '134952.939000', '134952.942000', '134952.945000', '134952.948000', '134952.951000', '134952.954000', '134952.956000', '134952.959000', '134952.962000', '134952.965000', '134952.968000', '134952.970000', '134952.973000', '134952.976000', '135012.847000', '135012.850000', '135012.853000', '135012.856000', '135012.858000', '135012.861000', '135012.865000', '135012.870000', '135012.873000', '135012.876000', '135012.879000', '135012.882000', '135012.885000', '135012.888000', '135012.890000', '135012.893000', '135012.896000', '135012.899000', '135012.902000', '135012.905000', '135012.908000', '135012.910000', '135012.913000', '135012.925000', '135012.928000', '135012.931000', '135012.933000', '135012.936000', '135012.939000', '135012.942000', '135012.945000', '135012.948000', '135012.951000', '135012.953000', '135012.956000', '135012.959000', '135012.962000', '135012.965000', '135012.967000', '135012.970000', '135012.973000', '135012.976000', '135012.979000', '135032.847000', '135032.850000', '135032.853000', '135032.855000', '135032.858000', '135032.861000', '135032.864000', '135032.867000', '135032.869000', '135032.872000', '135032.875000', '135032.878000', '135032.881000', '135032.884000', '135032.887000', '135032.889000', '135032.892000', '135032.895000', '135032.898000', '135032.901000', '135032.903000', '135032.906000', '135032.909000', '135032.912000', '135032.915000', '135032.918000', '135032.920000', '135032.923000', '135032.926000', '135032.929000', '135032.932000', '135032.935000', '135032.937000', '135032.940000', '135032.943000', '135032.946000', '135032.949000', '135032.951000', '135032.954000', '135032.957000', '135032.960000', '135032.963000', '135032.966000', '135032.968000', '135052.847000', '135052.850000', '135052.853000', '135052.855000', '135052.858000', '135052.861000', '135052.864000', '135052.867000', '135052.870000', '135052.872000', '135052.875000', '135052.878000', '135052.881000', '135052.884000', '135052.887000', '135052.890000', '135052.893000', '135052.897000', '135052.900000', '135052.903000', '135052.906000', '135052.909000', '135052.911000', '135052.914000', '135052.917000', '135052.920000', '135052.923000', '135052.925000', '135052.928000', '135052.931000', '135052.940000', '135052.943000', '135052.946000', '135052.949000', '135052.951000', '135052.954000', '135052.957000', '135052.960000', '135052.963000', '135052.966000', '135052.968000', '135052.971000', '135052.974000', '135112.847000', '135112.850000', '135112.853000', '135112.856000', '135112.858000', '135112.861000', '135112.864000', '135112.867000', '135112.870000', '135112.873000', '135112.875000', '135112.878000', '135112.881000', '135112.888000', '135112.891000', '135112.894000', '135112.897000', '135112.900000', '135112.903000', '135112.905000', '135112.908000', '135112.911000', '135112.914000', '135112.917000', '135112.920000', '135112.923000', '135112.925000', '135112.928000', '135112.931000', '135112.934000', '135112.937000', '135112.940000', '135112.943000', '135112.946000', '135112.949000', '135112.951000', '135112.954000', '135112.957000', '135112.960000', '135112.963000', '135112.966000', '135112.969000', '135112.971000', '135112.974000', '135132.847000', '135132.850000', '135132.853000', '135132.856000', '135132.859000', '135132.861000', '135132.864000', '135132.867000', '135132.870000', '135132.873000', '135132.875000', '135132.878000', '135132.881000', '135132.884000', '135132.886000', '135132.889000', '135132.892000', '135132.895000', '135132.898000', '135132.901000', '135132.907000', '135132.910000', '135132.913000', '135132.916000', '135132.919000', '135132.921000', '135132.924000', '135132.927000', '135132.930000', '135132.933000', '135132.936000', '135132.938000', '135132.941000', '135132.944000', '135132.947000', '135132.950000', '135132.952000', '135132.955000', '135132.958000', '135132.961000', '135132.964000', '135132.966000', '135132.969000', '135152.848000', '135152.851000', '135152.854000', '135152.856000', '135152.859000', '135152.862000', '135152.865000', '135152.868000', '135152.871000', '135152.873000', '135152.876000', '135152.879000', '135152.882000', '135152.885000', '135152.887000', '135152.890000', '135152.893000', '135152.896000', '135152.899000', '135152.902000', '135152.904000', '135152.907000', '135152.910000', '135152.913000', '135152.916000', '135152.919000', '135152.921000', '135152.924000', '135152.927000', '135152.930000', '135152.933000', '135152.936000', '135152.938000', '135152.941000', '135152.944000', '135152.947000', '135152.950000', '135152.953000', '135152.955000', '135152.958000', '135152.961000', '135152.964000', '135152.967000', '135152.970000', '135212.847000', '135212.850000', '135212.853000', '135212.856000', '135212.859000', '135212.862000', '135212.865000', '135212.868000', '135212.871000', '135212.874000', '135212.877000', '135212.880000', '135212.883000', '135212.886000', '135212.889000', '135212.891000', '135212.894000', '135212.897000', '135212.900000', '135212.903000', '135212.905000', '135212.908000', '135212.911000', '135212.914000', '135212.918000', '135212.921000', '135212.924000', '135212.927000', '135212.930000', '135212.933000', '135212.936000', '135212.939000', '135212.942000', '135212.945000', '135212.948000', '135212.950000', '135212.953000', '135212.956000', '135212.959000', '135212.962000', '135212.965000', '135212.967000', '135212.970000', '135232.847000', '135232.850000', '135232.853000', '135232.859000', '135232.862000', '135232.865000', '135232.867000', '135232.870000', '135232.873000', '135232.876000', '135232.879000', '135232.882000', '135232.885000', '135232.888000', '135232.890000', '135232.893000', '135232.896000', '135232.899000', '135232.902000', '135232.905000', '135232.908000', '135232.910000', '135232.913000', '135232.916000', '135232.919000', '135232.922000', '135232.924000', '135232.927000', '135232.930000', '135232.933000', '135232.936000', '135232.939000', '135232.941000', '135232.944000', '135232.947000', '135232.950000', '135232.953000', '135232.956000', '135232.959000', '135232.961000', '135232.964000', '135232.967000', '135232.970000', '135232.973000', '135252.847000', '135252.853000', '135252.856000', '135252.859000', '135252.862000', '135252.865000', '135252.867000', '135252.870000', '135252.873000', '135252.876000', '135252.879000', '135252.882000', '135252.885000', '135252.888000', '135252.890000', '135252.893000', '135252.896000', '135252.899000', '135252.902000', '135252.905000', '135252.908000', '135252.911000', '135252.913000', '135252.916000', '135252.919000', '135252.922000', '135252.925000', '135252.928000', '135252.931000', '135252.934000', '135252.940000', '135252.943000', '135252.946000', '135252.949000', '135252.952000', '135252.954000', '135252.957000', '135252.960000', '135252.963000', '135252.966000', '135252.968000', '135252.971000', '135252.974000', '135312.847000', '135312.850000', '135312.853000', '135312.856000', '135312.859000', '135312.861000', '135312.879000', '135312.882000', '135312.885000', '135312.887000', '135312.890000', '135312.893000', '135312.896000', '135312.899000', '135312.902000', '135312.905000', '135312.907000', '135312.910000', '135312.913000', '135312.916000', '135312.919000', '135312.922000', '135312.925000', '135312.928000', '135312.930000', '135312.933000', '135312.936000', '135312.939000', '135312.942000', '135312.945000', '135312.948000', '135312.951000', '135312.953000', '135312.956000', '135312.959000', '135312.962000', '135312.965000', '135312.968000', '135312.971000', '135312.974000', '135312.976000', '135312.979000', '135312.982000', '135312.985000', '135332.847000', '135332.850000', '135332.853000', '135332.856000', '135332.867000', '135332.869000', '135332.872000', '135332.875000', '135332.878000', '135332.881000', '135332.884000', '135332.886000', '135332.890000', '135332.892000', '135332.895000', '135332.898000', '135332.902000', '135332.905000', '135332.908000', '135332.911000', '135332.914000', '135332.917000', '135332.920000', '135332.923000', '135332.926000', '135332.928000', '135332.931000', '135332.934000', '135332.937000', '135332.940000', '135332.942000', '135332.945000', '135332.948000', '135332.951000', '135332.954000', '135332.957000', '135332.960000', '135332.963000', '135332.966000', '135332.969000', '135332.974000', '135332.978000', '135332.981000', '135347.287000', '135347.291000', '135347.294000', '135347.297000', '135347.300000', '135347.303000', '135347.306000', '135347.309000', '135347.312000', '135347.315000', '135347.318000', '135347.321000', '135347.323000', '135347.326000', '135347.329000', '135347.332000', '135347.335000', '135347.338000', '135347.341000', '135347.343000', '135347.346000', '135347.350000', '135347.353000', '135347.356000', '135347.359000', '135347.363000', '135347.365000', '135347.368000', '135347.371000', '135347.374000', '135347.377000', '135347.380000'], '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': [9626, 12639, 9507, 12827, 9773, 9035, 9716, 9324, 11235, 9744, 11692, 9799, 12134, 9742, 12241, 9649, 12185, 9702, 12785, 10104, 13185, 9773, 10889, 9932, 9640, 10026, 9049, 10417, 9737, 11248, 9476, 11676, 9774, 11868, 9790, 11884, 9587, 11850, 9934, 9605, 10030, 9009, 10177, 9564, 11115, 9537, 12110, 9759, 11473, 9819, 9065, 10043, 9678, 11853, 10227, 10296, 9912, 10099, 10143, 10244, 9988, 9927, 10331, 9141, 10488, 9473, 11677, 9916, 11448, 9493, 12234, 9428, 12429, 10179, 9784, 9976, 9852, 9900, 10050, 9941, 9721, 10312, 11010, 9836, 9214, 10439, 9468, 12446, 9855, 12801, 10008, 12875, 9908, 9985, 9853, 8798, 9834, 9496, 11603, 9369, 12459, 9934, 12794, 9948, 10401, 9843, 10407, 9670, 9844, 10742, 8929, 10667, 9429, 11477, 9535, 10525, 9822, 10080, 10131, 11421, 9896, 12952, 9834, 12320, 9568, 11730, 9267, 11998, 9308, 12065, 9415, 10436, 9713, 9499, 9892, 8882, 9863, 9849, 10007, 10362, 9945, 12391, 9453, 12261, 9718, 11240, 9829, 12064, 9647, 12398, 9523, 12177, 9147, 12146, 9496, 11895, 9273, 10742, 8865, 9937, 9920, 9954, 10835, 9644, 10653, 9370, 10123, 9173, 10624, 9315, 10955, 9559, 12659, 9691, 11988, 9274, 11286, 9293, 11169, 9565, 10940, 9303, 11043, 8633, 10877, 9910, 9975, 8846, 9496, 8198, 9433, 8664, 10823, 10079, 10414, 10347, 10157, 13254, 9933, 12732, 9724, 12270, 9311, 12156, 9044, 12426, 9152, 12385, 9109, 10980, 8843, 10152, 8821, 10229, 11758, 9839, 12269, 9602, 12193, 9555, 12478, 9327, 11534, 9026, 11017, 8930, 10095, 9003, 10145, 10694, 9603, 11431, 9196, 10293, 9707, 10956, 9495, 12220, 9733, 12007, 9481, 11594, 9639, 11201, 9294, 10326, 9462, 11102, 9078, 12152, 9298, 11812, 9141, 11703, 9150, 10548, 8535, 9924, 8873, 10375, 8750, 10017, 8391, 9936, 9133, 9782, 9822, 10207, 12810, 9823, 12414, 9633, 12064, 9198, 12101, 9696, 12815, 9579, 12684, 9805, 12221, 9544, 11567, 9353, 11375, 9118, 10183, 9170, 10049, 9003, 9948, 8988, 9661, 9340, 10024, 9496, 10769, 10045, 11246, 9141, 11757, 10170, 11147, 8943, 10001, 10056, 9797, 9914, 9353, 10562, 9356, 9592, 9116, 9559, 9392, 10188, 9235, 10861, 9450, 12335, 9478, 12088, 9515, 12060, 9350, 11821, 9280, 12023, 9286, 11854, 9780, 11727, 9278, 10203, 8413, 9967, 8857, 9698, 8628, 9819, 9217, 10071, 9446, 12447, 9545, 9460, 10323, 9377, 12422, 9071, 12123, 8877, 12832, 9653, 13499, 9779, 12065, 9515, 13144, 8862, 12708, 9151, 11871, 9010, 10611, 9607, 10494, 9384, 11050, 9390, 11707, 9268, 11807, 9364, 10464, 10267, 9707, 14533, 9984, 13473, 9548, 12106, 9096, 11372, 9002, 10487, 9036, 9950, 8735, 9930, 8611, 9150, 9491, 9149, 9383, 10078, 9436, 10784, 9210, 10268, 9065, 10026, 9401, 9777, 9766, 9439, 9425, 9165, 8579, 9072, 8227, 9211, 8272, 9544, 8952, 9548, 11627, 9310, 12161, 9313, 11853, 9310, 10590, 8146, 9742, 8528, 9364, 8271, 8934, 8750, 9144, 9072, 10135, 9279, 10615, 8363, 10456, 10045, 9349, 12127, 9673, 12413, 9501, 11536, 9340, 11272, 8865, 10140, 8679, 9958, 9484, 9482, 10215, 9514, 10301, 9358, 9553, 9302, 10506, 9183, 10970, 9448, 11938, 9309, 12051, 9568, 11423, 9438, 12289, 9386, 12482, 9633, 12142, 9444, 11523, 9119, 11563, 9430, 11032, 9515, 11238, 9393, 11210, 9520, 11304, 9461, 10499, 9539, 10317, 8946, 9688, 8998, 9676, 8268, 9945, 8087, 9745, 8177, 10012, 8439, 10031, 8750, 9390, 8639, 9432, 8851, 9682, 8165, 9654, 8495, 9545, 9844, 9633, 12547, 9849, 11830, 9371, 9359, 9485, 10188, 9206, 8348, 10866, 8922, 10763, 9329, 10282, 9803, 8945, 12095, 9247, 12395, 9154, 11346, 9704, 11594, 9417, 12428, 9322, 12828, 9618, 12542, 9336, 11992, 9371, 11903, 9496, 11483, 9356, 11795, 9519, 11415, 9202, 11290, 9786, 12195, 9802, 11151, 9768, 11856, 9722, 12504, 9583, 12543, 9498, 11625, 9390, 11510, 9256, 10662, 9420, 9500, 9218, 9614, 9325, 9374, 9227, 9620, 8495, 9414, 9035, 9578, 9128, 9497, 8545, 9327, 8742, 9605, 9409, 10085, 8637, 10202, 8590, 10001, 8949, 9302, 9402, 9279, 8853, 9597, 8657, 9401, 8408, 9352, 10148, 9627, 12602, 9176, 11807, 9076, 10956, 9351, 10016, 9082, 10343, 9681, 11301, 9922, 11405, 8933, 11645, 8825, 11601, 9196, 12004, 9313, 11448, 9208, 10268, 9242, 9527, 12183, 9085, 12666, 8866, 11999, 8698, 11682, 8951, 11713, 9238, 11805, 9359, 11083, 9584, 11313, 9809, 10948, 9553, 10558, 9286, 10774, 9738, 10427, 9618, 10152, 8972, 9763, 8308, 9401, 8820, 9127, 9327, 9131, 9543, 9365, 9154, 9465, 8707, 9607, 8861, 9764, 11111, 9752, 11799, 9226, 11352, 8653, 12236, 9216, 12739, 9386, 10773, 9293, 12798, 9194, 12204, 9479, 11680, 9663, 11386, 9011, 10982, 9193, 9901, 10158, 9448, 9937, 9586, 9510, 9533, 9393, 10279, 9566, 11085, 9650, 11160, 9498, 11303, 9212, 10942, 9411, 10380, 9415, 9674, 9441, 9152, 12100, 9251, 13372, 9467, 12267, 9215, 11823, 9461, 11750, 9537, 10843, 8958, 10813, 8806, 10186, 9269, 9175, 9115, 10829, 9049, 12490, 9238, 12427, 8869, 12112, 8854, 12686, 9395, 8015, 9345, 9297, 10074, 10103, 9333, 10146, 9616, 12332, 9722, 12170, 10785, 10665, 10959, 9595, 12239, 9258, 13155, 9074, 12199, 8628, 12249, 8683, 12631, 8934, 12488, 8858, 12167, 8894, 11358, 8534, 9812, 9268, 9591, 10348, 9264, 14110, 9175, 12603, 8861, 11705, 8930, 10467, 9380, 9369, 9179, 9529, 9124, 11713, 9187, 9932, 9215, 12047, 9301, 11858, 9066, 11500, 9227, 10992, 9743, 11174, 9855, 11237, 10034, 11025, 9667, 10982, 9304, 10131, 8341, 9563, 8835, 9033, 10170, 9486, 10538, 9446, 9708, 9336, 10861, 9594, 11845, 8963, 11607, 9698, 10974, 9869, 10662, 9481, 10721, 9204, 12369, 9555, 11387, 9125, 11564, 9252, 11592, 9191, 11243, 9687, 11291, 9517, 11485, 9800, 12268, 9502, 11980, 9410, 11679, 9629, 10796, 9647, 10721, 9657, 10995, 10031, 10760, 9592, 10490, 9022, 9442, 8166, 9234, 8502, 9010, 8650], 'WindowCenter': [4277.0, 4278.0, 4233.0, 4249.0, 4214.0, 4194.0, 4204.0, 4203.0, 4223.0, 4213.0, 4222.0, 4213.0, 4232.0, 4203.0, 4221.0, 4200.0, 4218.0, 4203.0, 4233.0, 4211.0, 4219.0, 4187.0, 4196.0, 4174.0, 4173.0, 4187.0, 4174.0, 4194.0, 4187.0, 4208.0, 4186.0, 4219.0, 4198.0, 4210.0, 4197.0, 4207.0, 4200.0, 4231.0, 4200.0, 4212.0, 4200.0, 4189.0, 4200.0, 4201.0, 4222.0, 4214.0, 4246.0, 4225.0, 4245.0, 4214.0, 4203.0, 4212.0, 4212.0, 4233.0, 4224.0, 4223.0, 4225.0, 4213.0, 4222.0, 4211.0, 4214.0, 4213.0, 4212.0, 4201.0, 4223.0, 4204.0, 4224.0, 4202.0, 4208.0, 4185.0, 4205.0, 4176.0, 4207.0, 4197.0, 4184.0, 4189.0, 4187.0, 4199.0, 4187.0, 4199.0, 4200.0, 4201.0, 4224.0, 4214.0, 4201.0, 4198.0, 4187.0, 4231.0, 4213.0, 4230.0, 4203.0, 4218.0, 4200.0, 4212.0, 4213.0, 4204.0, 4214.0, 4212.0, 4222.0, 4201.0, 4231.0, 4212.0, 4229.0, 4213.0, 4212.0, 4215.0, 4226.0, 4227.0, 4214.0, 4236.0, 4206.0, 4225.0, 4215.0, 4222.0, 4202.0, 4211.0, 4214.0, 4212.0, 4212.0, 4220.0, 4201.0, 4218.0, 4202.0, 4221.0, 4201.0, 4233.0, 4204.0, 4220.0, 4191.0, 4219.0, 4190.0, 4199.0, 4199.0, 4201.0, 4212.0, 4189.0, 4212.0, 4201.0, 4212.0, 4201.0, 4212.0, 4230.0, 4203.0, 4222.0, 4202.0, 4221.0, 4213.0, 4232.0, 4216.0, 4246.0, 4213.0, 4233.0, 4202.0, 4221.0, 4190.0, 4222.0, 4189.0, 4211.0, 4178.0, 4214.0, 4211.0, 4212.0, 4223.0, 4214.0, 4223.0, 4202.0, 4209.0, 4202.0, 4222.0, 4213.0, 4223.0, 4214.0, 4245.0, 4214.0, 4233.0, 4214.0, 4236.0, 4216.0, 4223.0, 4202.0, 4213.0, 4202.0, 4226.0, 4204.0, 4223.0, 4202.0, 4213.0, 4202.0, 4203.0, 4180.0, 4202.0, 4192.0, 4225.0, 4200.0, 4212.0, 4201.0, 4212.0, 4231.0, 4213.0, 4247.0, 4225.0, 4245.0, 4205.0, 4220.0, 4189.0, 4218.0, 4187.0, 4219.0, 4179.0, 4210.0, 4178.0, 4212.0, 4190.0, 4210.0, 4219.0, 4201.0, 4232.0, 4215.0, 4234.0, 4202.0, 4230.0, 4190.0, 4209.0, 4179.0, 4209.0, 4177.0, 4199.0, 4178.0, 4224.0, 4212.0, 4200.0, 4208.0, 4188.0, 4186.0, 4189.0, 4198.0, 4199.0, 4218.0, 4198.0, 4218.0, 4200.0, 4221.0, 4200.0, 4224.0, 4215.0, 4212.0, 4199.0, 4222.0, 4204.0, 4245.0, 4214.0, 4233.0, 4203.0, 4233.0, 4203.0, 4240.0, 4207.0, 4225.0, 4203.0, 4212.0, 4177.0, 4200.0, 4169.0, 4203.0, 4191.0, 4201.0, 4199.0, 4210.0, 4231.0, 4202.0, 4235.0, 4214.0, 4231.0, 4190.0, 4218.0, 4190.0, 4220.0, 4201.0, 4219.0, 4199.0, 4208.0, 4188.0, 4209.0, 4187.0, 4209.0, 4178.0, 4199.0, 4177.0, 4188.0, 4176.0, 4197.0, 4186.0, 4200.0, 4190.0, 4215.0, 4228.0, 4236.0, 4227.0, 4223.0, 4202.0, 4219.0, 4212.0, 4223.0, 4215.0, 4216.0, 4213.0, 4226.0, 4216.0, 4216.0, 4225.0, 4214.0, 4200.0, 4202.0, 4202.0, 4214.0, 4213.0, 4215.0, 4223.0, 4214.0, 4233.0, 4214.0, 4233.0, 4203.0, 4234.0, 4204.0, 4222.0, 4186.0, 4208.0, 4176.0, 4195.0, 4186.0, 4209.0, 4176.0, 4198.0, 4165.0, 4197.0, 4190.0, 4201.0, 4180.0, 4213.0, 4200.0, 4199.0, 4215.0, 4243.0, 4214.0, 4214.0, 4224.0, 4202.0, 4258.0, 4217.0, 4236.0, 4194.0, 4222.0, 4204.0, 4219.0, 4187.0, 4206.0, 4176.0, 4204.0, 4165.0, 4206.0, 4174.0, 4205.0, 4177.0, 4197.0, 4187.0, 4198.0, 4187.0, 4207.0, 4176.0, 4207.0, 4175.0, 4196.0, 4164.0, 4184.0, 4170.0, 4162.0, 4190.0, 4159.0, 4190.0, 4160.0, 4179.0, 4136.0, 4182.0, 4148.0, 4171.0, 4147.0, 4170.0, 4150.0, 4184.0, 4176.0, 4176.0, 4184.0, 4174.0, 4175.0, 4185.0, 4187.0, 4209.0, 4188.0, 4199.0, 4203.0, 4213.0, 4202.0, 4213.0, 4210.0, 4227.0, 4216.0, 4214.0, 4193.0, 4202.0, 4180.0, 4190.0, 4179.0, 4213.0, 4192.0, 4214.0, 4220.0, 4190.0, 4220.0, 4190.0, 4220.0, 4189.0, 4199.0, 4171.0, 4202.0, 4192.0, 4200.0, 4178.0, 4190.0, 4177.0, 4188.0, 4189.0, 4211.0, 4201.0, 4225.0, 4192.0, 4224.0, 4201.0, 4201.0, 4221.0, 4202.0, 4231.0, 4201.0, 4223.0, 4188.0, 4209.0, 4177.0, 4197.0, 4166.0, 4196.0, 4187.0, 4201.0, 4224.0, 4212.0, 4211.0, 4199.0, 4200.0, 4214.0, 4211.0, 4201.0, 4210.0, 4202.0, 4221.0, 4215.0, 4257.0, 4228.0, 4234.0, 4203.0, 4231.0, 4203.0, 4220.0, 4200.0, 4220.0, 4200.0, 4221.0, 4191.0, 4222.0, 4189.0, 4211.0, 4203.0, 4219.0, 4189.0, 4209.0, 4188.0, 4207.0, 4200.0, 4208.0, 4188.0, 4200.0, 4188.0, 4200.0, 4190.0, 4199.0, 4179.0, 4201.0, 4169.0, 4202.0, 4179.0, 4200.0, 4179.0, 4214.0, 4206.0, 4215.0, 4192.0, 4201.0, 4178.0, 4189.0, 4165.0, 4201.0, 4179.0, 4199.0, 4188.0, 4200.0, 4232.0, 4212.0, 4231.0, 4201.0, 4201.0, 4212.0, 4211.0, 4200.0, 4206.0, 4209.0, 4216.0, 4237.0, 4227.0, 4236.0, 4225.0, 4206.0, 4246.0, 4203.0, 4248.0, 4216.0, 4237.0, 4213.0, 4223.0, 4189.0, 4208.0, 4177.0, 4205.0, 4186.0, 4207.0, 4188.0, 4208.0, 4189.0, 4209.0, 4200.0, 4208.0, 4190.0, 4218.0, 4199.0, 4209.0, 4188.0, 4208.0, 4199.0, 4218.0, 4211.0, 4222.0, 4225.0, 4236.0, 4215.0, 4231.0, 4201.0, 4218.0, 4200.0, 4209.0, 4203.0, 4221.0, 4200.0, 4224.0, 4213.0, 4214.0, 4202.0, 4210.0, 4201.0, 4201.0, 4201.0, 4212.0, 4189.0, 4215.0, 4203.0, 4215.0, 4204.0, 4226.0, 4205.0, 4214.0, 4192.0, 4200.0, 4190.0, 4213.0, 4194.0, 4215.0, 4181.0, 4202.0, 4190.0, 4202.0, 4202.0, 4199.0, 4187.0, 4189.0, 4176.0, 4190.0, 4167.0, 4190.0, 4199.0, 4199.0, 4219.0, 4187.0, 4207.0, 4175.0, 4208.0, 4190.0, 4198.0, 4176.0, 4186.0, 4185.0, 4195.0, 4186.0, 4206.0, 4187.0, 4208.0, 4188.0, 4206.0, 4190.0, 4220.0, 4190.0, 4220.0, 4186.0, 4199.0, 4176.0, 4187.0, 4206.0, 4189.0, 4217.0, 4188.0, 4206.0, 4164.0, 4193.0, 4176.0, 4204.0, 4187.0, 4217.0, 4188.0, 4209.0, 4200.0, 4219.0, 4200.0, 4224.0, 4215.0, 4224.0, 4201.0, 4210.0, 4201.0, 4210.0, 4201.0, 4199.0, 4192.0, 4214.0, 4191.0, 4215.0, 4203.0, 4202.0, 4201.0, 4201.0, 4200.0, 4200.0, 4202.0, 4213.0, 4192.0, 4215.0, 4191.0, 4214.0, 4222.0, 4200.0, 4235.0, 4213.0, 4221.0, 4192.0, 4220.0, 4190.0, 4219.0, 4189.0, 4209.0, 4190.0, 4219.0, 4189.0, 4220.0, 4199.0, 4220.0, 4200.0, 4220.0, 4179.0, 4211.0, 4189.0, 4199.0, 4199.0, 4188.0, 4187.0, 4186.0, 4173.0, 4174.0, 4174.0, 4182.0, 4173.0, 4182.0, 4173.0, 4194.0, 4174.0, 4194.0, 4175.0, 4195.0, 4174.0, 4186.0, 4174.0, 4173.0, 4174.0, 4176.0, 4208.0, 4176.0, 4203.0, 4173.0, 4192.0, 4173.0, 4193.0, 4172.0, 4194.0, 4199.0, 4206.0, 4188.0, 4195.0, 4176.0, 4184.0, 4185.0, 4187.0, 4188.0, 4208.0, 4203.0, 4233.0, 4214.0, 4231.0, 4204.0, 4231.0, 4204.0, 4243.0, 4201.0, 4194.0, 4216.0, 4217.0, 4227.0, 4224.0, 4202.0, 4211.0, 4201.0, 4231.0, 4188.0, 4209.0, 4186.0, 4196.0, 4198.0, 4185.0, 4204.0, 4177.0, 4217.0, 4175.0, 4221.0, 4177.0, 4207.0, 4166.0, 4205.0, 4164.0, 4195.0, 4153.0, 4193.0, 4151.0, 4181.0, 4152.0, 4172.0, 4150.0, 4160.0, 4160.0, 4159.0, 4200.0, 4160.0, 4189.0, 4148.0, 4193.0, 4165.0, 4185.0, 4185.0, 4174.0, 4189.0, 4197.0, 4187.0, 4216.0, 4189.0, 4200.0, 4201.0, 4234.0, 4215.0, 4233.0, 4204.0, 4235.0, 4216.0, 4237.0, 4226.0, 4248.0, 4225.0, 4222.0, 4211.0, 4222.0, 4201.0, 4222.0, 4200.0, 4213.0, 4181.0, 4202.0, 4191.0, 4204.0, 4224.0, 4202.0, 4210.0, 4198.0, 4187.0, 4191.0, 4208.0, 4200.0, 4220.0, 4190.0, 4219.0, 4200.0, 4221.0, 4214.0, 4223.0, 4213.0, 4211.0, 4202.0, 4232.0, 4199.0, 4209.0, 4188.0, 4208.0, 4190.0, 4210.0, 4190.0, 4210.0, 4200.0, 4222.0, 4213.0, 4233.0, 4213.0, 4233.0, 4201.0, 4220.0, 4190.0, 4235.0, 4213.0, 4222.0, 4201.0, 4209.0, 4187.0, 4195.0, 4187.0, 4209.0, 4198.0, 4211.0, 4188.0, 4200.0, 4179.0, 4215.0, 4203.0, 4203.0, 4193.0], 'WindowWidth': [9482.0, 9462.0, 9389.0, 9400.0, 9344.0, 9315.0, 9328.0, 9324.0, 9351.0, 9338.0, 9347.0, 9338.0, 9361.0, 9321.0, 9344.0, 9316.0, 9338.0, 9323.0, 9364.0, 9330.0, 9338.0, 9290.0, 9297.0, 9268.0, 9264.0, 9289.0, 9267.0, 9296.0, 9289.0, 9319.0, 9289.0, 9337.0, 9307.0, 9324.0, 9305.0, 9319.0, 9317.0, 9358.0, 9315.0, 9336.0, 9313.0, 9296.0, 9313.0, 9315.0, 9346.0, 9341.0, 9386.0, 9360.0, 9385.0, 9340.0, 9325.0, 9334.0, 9334.0, 9364.0, 9355.0, 9351.0, 9357.0, 9338.0, 9351.0, 9332.0, 9341.0, 9335.0, 9335.0, 9319.0, 9352.0, 9327.0, 9352.0, 9319.0, 9322.0, 9284.0, 9311.0, 9274.0, 9315.0, 9302.0, 9283.0, 9294.0, 9289.0, 9309.0, 9291.0, 9312.0, 9312.0, 9315.0, 9354.0, 9340.0, 9317.0, 9307.0, 9290.0, 9356.0, 9334.0, 9354.0, 9321.0, 9335.0, 9315.0, 9337.0, 9337.0, 9327.0, 9340.0, 9334.0, 9344.0, 9316.0, 9357.0, 9334.0, 9353.0, 9335.0, 9332.0, 9343.0, 9360.0, 9363.0, 9340.0, 9376.0, 9333.0, 9358.0, 9343.0, 9347.0, 9320.0, 9331.0, 9340.0, 9333.0, 9333.0, 9340.0, 9316.0, 9337.0, 9316.0, 9342.0, 9318.0, 9366.0, 9325.0, 9342.0, 9301.0, 9336.0, 9299.0, 9311.0, 9312.0, 9315.0, 9332.0, 9299.0, 9333.0, 9316.0, 9333.0, 9317.0, 9332.0, 9355.0, 9322.0, 9346.0, 9320.0, 9343.0, 9336.0, 9361.0, 9348.0, 9390.0, 9341.0, 9367.0, 9320.0, 9340.0, 9299.0, 9345.0, 9296.0, 9331.0, 9281.0, 9340.0, 9331.0, 9336.0, 9353.0, 9339.0, 9351.0, 9319.0, 9327.0, 9322.0, 9345.0, 9338.0, 9350.0, 9343.0, 9382.0, 9341.0, 9366.0, 9341.0, 9375.0, 9349.0, 9351.0, 9320.0, 9335.0, 9319.0, 9358.0, 9328.0, 9350.0, 9318.0, 9337.0, 9322.0, 9323.0, 9288.0, 9318.0, 9307.0, 9358.0, 9314.0, 9332.0, 9315.0, 9333.0, 9358.0, 9339.0, 9391.0, 9359.0, 9384.0, 9329.0, 9342.0, 9296.0, 9334.0, 9291.0, 9335.0, 9282.0, 9325.0, 9281.0, 9333.0, 9299.0, 9328.0, 9338.0, 9315.0, 9362.0, 9342.0, 9364.0, 9321.0, 9355.0, 9299.0, 9322.0, 9281.0, 9323.0, 9276.0, 9309.0, 9281.0, 9354.0, 9335.0, 9314.0, 9322.0, 9294.0, 9287.0, 9297.0, 9306.0, 9311.0, 9335.0, 9310.0, 9336.0, 9312.0, 9341.0, 9313.0, 9354.0, 9344.0, 9334.0, 9313.0, 9345.0, 9327.0, 9383.0, 9341.0, 9364.0, 9322.0, 9364.0, 9326.0, 9388.0, 9338.0, 9359.0, 9322.0, 9333.0, 9279.0, 9314.0, 9270.0, 9323.0, 9301.0, 9318.0, 9311.0, 9329.0, 9355.0, 9318.0, 9371.0, 9341.0, 9359.0, 9302.0, 9333.0, 9298.0, 9338.0, 9316.0, 9337.0, 9310.0, 9320.0, 9292.0, 9322.0, 9291.0, 9322.0, 9279.0, 9309.0, 9278.0, 9294.0, 9276.0, 9306.0, 9291.0, 9314.0, 9302.0, 9344.0, 9367.0, 9375.0, 9362.0, 9351.0, 9320.0, 9341.0, 9333.0, 9349.0, 9347.0, 9347.0, 9337.0, 9362.0, 9347.0, 9347.0, 9359.0, 9341.0, 9316.0, 9322.0, 9320.0, 9341.0, 9338.0, 9345.0, 9352.0, 9341.0, 9365.0, 9339.0, 9364.0, 9324.0, 9369.0, 9328.0, 9347.0, 9292.0, 9318.0, 9274.0, 9298.0, 9286.0, 9321.0, 9274.0, 9306.0, 9257.0, 9305.0, 9299.0, 9315.0, 9288.0, 9337.0, 9316.0, 9311.0, 9343.0, 9378.0, 9342.0, 9341.0, 9354.0, 9322.0, 9409.0, 9351.0, 9372.0, 9311.0, 9345.0, 9323.0, 9335.0, 9292.0, 9310.0, 9272.0, 9306.0, 9256.0, 9311.0, 9267.0, 9311.0, 9274.0, 9303.0, 9292.0, 9307.0, 9292.0, 9318.0, 9274.0, 9316.0, 9268.0, 9300.0, 9252.0, 9279.0, 9251.0, 9246.0, 9278.0, 9235.0, 9280.0, 9240.0, 9262.0, 9199.0, 9273.0, 9219.0, 9256.0, 9218.0, 9254.0, 9226.0, 9281.0, 9276.0, 9274.0, 9283.0, 9267.0, 9270.0, 9284.0, 9289.0, 9321.0, 9295.0, 9310.0, 9323.0, 9337.0, 9320.0, 9335.0, 9329.0, 9365.0, 9348.0, 9342.0, 9311.0, 9321.0, 9287.0, 9301.0, 9285.0, 9338.0, 9308.0, 9342.0, 9342.0, 9300.0, 9340.0, 9299.0, 9339.0, 9297.0, 9312.0, 9277.0, 9322.0, 9308.0, 9315.0, 9283.0, 9298.0, 9278.0, 9297.0, 9298.0, 9332.0, 9319.0, 9356.0, 9307.0, 9352.0, 9317.0, 9317.0, 9344.0, 9319.0, 9358.0, 9317.0, 9348.0, 9295.0, 9323.0, 9275.0, 9304.0, 9261.0, 9302.0, 9290.0, 9316.0, 9356.0, 9336.0, 9333.0, 9312.0, 9313.0, 9343.0, 9332.0, 9320.0, 9328.0, 9322.0, 9344.0, 9345.0, 9406.0, 9366.0, 9369.0, 9326.0, 9357.0, 9321.0, 9340.0, 9315.0, 9342.0, 9315.0, 9343.0, 9304.0, 9345.0, 9299.0, 9332.0, 9322.0, 9341.0, 9300.0, 9323.0, 9293.0, 9319.0, 9315.0, 9323.0, 9295.0, 9313.0, 9295.0, 9314.0, 9299.0, 9312.0, 9284.0, 9316.0, 9272.0, 9321.0, 9285.0, 9316.0, 9284.0, 9339.0, 9335.0, 9344.0, 9309.0, 9318.0, 9280.0, 9298.0, 9262.0, 9317.0, 9283.0, 9312.0, 9294.0, 9316.0, 9361.0, 9334.0, 9360.0, 9319.0, 9317.0, 9335.0, 9330.0, 9316.0, 9337.0, 9321.0, 9349.0, 9379.0, 9365.0, 9376.0, 9360.0, 9333.0, 9387.0, 9323.0, 9393.0, 9347.0, 9377.0, 9338.0, 9348.0, 9296.0, 9318.0, 9275.0, 9312.0, 9288.0, 9316.0, 9292.0, 9319.0, 9295.0, 9322.0, 9311.0, 9322.0, 9299.0, 9335.0, 9310.0, 9323.0, 9295.0, 9320.0, 9314.0, 9336.0, 9331.0, 9350.0, 9362.0, 9375.0, 9343.0, 9359.0, 9316.0, 9335.0, 9312.0, 9324.0, 9323.0, 9346.0, 9314.0, 9355.0, 9338.0, 9341.0, 9322.0, 9330.0, 9316.0, 9318.0, 9316.0, 9337.0, 9302.0, 9344.0, 9323.0, 9343.0, 9328.0, 9362.0, 9333.0, 9341.0, 9306.0, 9316.0, 9299.0, 9338.0, 9312.0, 9343.0, 9287.0, 9319.0, 9303.0, 9322.0, 9321.0, 9315.0, 9294.0, 9298.0, 9275.0, 9299.0, 9265.0, 9302.0, 9309.0, 9310.0, 9337.0, 9291.0, 9318.0, 9274.0, 9321.0, 9300.0, 9308.0, 9276.0, 9288.0, 9284.0, 9297.0, 9289.0, 9315.0, 9294.0, 9321.0, 9296.0, 9318.0, 9301.0, 9341.0, 9300.0, 9339.0, 9289.0, 9310.0, 9273.0, 9290.0, 9315.0, 9299.0, 9332.0, 9295.0, 9317.0, 9256.0, 9292.0, 9274.0, 9310.0, 9293.0, 9331.0, 9295.0, 9324.0, 9315.0, 9340.0, 9316.0, 9355.0, 9346.0, 9355.0, 9319.0, 9329.0, 9316.0, 9328.0, 9315.0, 9313.0, 9307.0, 9339.0, 9306.0, 9346.0, 9328.0, 9325.0, 9319.0, 9318.0, 9314.0, 9319.0, 9320.0, 9341.0, 9309.0, 9343.0, 9306.0, 9339.0, 9347.0, 9317.0, 9372.0, 9340.0, 9349.0, 9310.0, 9342.0, 9302.0, 9338.0, 9298.0, 9323.0, 9302.0, 9337.0, 9298.0, 9339.0, 9313.0, 9342.0, 9312.0, 9341.0, 9284.0, 9331.0, 9299.0, 9312.0, 9310.0, 9294.0, 9291.0, 9287.0, 9267.0, 9268.0, 9266.0, 9275.0, 9264.0, 9275.0, 9265.0, 9294.0, 9268.0, 9295.0, 9270.0, 9298.0, 9268.0, 9287.0, 9266.0, 9267.0, 9265.0, 9273.0, 9320.0, 9275.0, 9305.0, 9264.0, 9287.0, 9262.0, 9289.0, 9261.0, 9294.0, 9313.0, 9319.0, 9296.0, 9300.0, 9274.0, 9283.0, 9288.0, 9290.0, 9296.0, 9322.0, 9328.0, 9365.0, 9342.0, 9359.0, 9329.0, 9360.0, 9328.0, 9380.0, 9315.0, 9318.0, 9347.0, 9351.0, 9363.0, 9355.0, 9320.0, 9332.0, 9317.0, 9358.0, 9294.0, 9323.0, 9283.0, 9301.0, 9302.0, 9286.0, 9308.0, 9276.0, 9331.0, 9273.0, 9341.0, 9279.0, 9316.0, 9259.0, 9309.0, 9252.0, 9294.0, 9235.0, 9287.0, 9229.0, 9269.0, 9236.0, 9258.0, 9225.0, 9240.0, 9239.0, 9238.0, 9294.0, 9240.0, 9278.0, 9223.0, 9289.0, 9256.0, 9283.0, 9286.0, 9269.0, 9297.0, 9308.0, 9293.0, 9328.0, 9299.0, 9315.0, 9319.0, 9365.0, 9345.0, 9365.0, 9328.0, 9368.0, 9348.0, 9377.0, 9361.0, 9395.0, 9359.0, 9347.0, 9333.0, 9349.0, 9319.0, 9347.0, 9315.0, 9337.0, 9291.0, 9321.0, 9306.0, 9330.0, 9355.0, 9323.0, 9326.0, 9309.0, 9292.0, 9303.0, 9320.0, 9315.0, 9340.0, 9302.0, 9339.0, 9314.0, 9345.0, 9341.0, 9350.0, 9337.0, 9330.0, 9320.0, 9362.0, 9315.0, 9323.0, 9297.0, 9323.0, 9300.0, 9328.0, 9301.0, 9327.0, 9316.0, 9346.0, 9338.0, 9365.0, 9340.0, 9362.0, 9319.0, 9342.0, 9299.0, 9373.0, 9337.0, 9349.0, 9317.0, 9325.0, 9290.0, 9298.0, 9290.0, 9327.0, 9309.0, 9332.0, 9295.0, 9315.0, 9285.0, 9345.0, 9329.0, 9327.0, 9310.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.0017346551724137932</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028064826091954025</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.742156442508644</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2309836146950524</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006812629459148</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4654</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4932.749</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13040728665695372</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>126</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.482758620689655</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.730217595646239</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7224782078183343</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8976264763697466</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.570548102750635</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0155928</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015090955421328545</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019837429746985435</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7083703404334654</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>40.491</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.1972</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.9296</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304147.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>801.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.6417</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0796</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.5979</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3402.4096</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3615.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72397.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>993.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4527.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.815</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.244034494739026</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> |