=== 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-0120 --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-0120",
"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-0120_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0120_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0120/ses-01/func/sub-0120_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>670ef050f70b8a3e1a90b2ec7082356c</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>11:36:55.122500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999525, -0.0153686, -0.0267039, 0.0188429, 0.990646, 0.135152]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.14141</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4238, -7807, -7217, 308, -68, -21, 34, 76]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>302.649</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5d739624-4c40-4ae1-a266-8c1626b4b5fb||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816532611846924, 0.05055401101708412, -0.06581804156303406, 113.044189453125], [0.04123278707265854, 2.657829999923706, 0.3660956919193268, -107.50492095947266], [-0.07164473086595535, -0.3626028895378113, 2.67425537109375, -32.792057037353516], [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': ['113655.122500', '113655.582500', '113656.042500', '113656.502500', '113656.962500', '113657.422500', '113657.882500', '113658.342500', '113658.802500', '113659.262500', '113659.722500', '113700.182500', '113700.642500', '113701.102500', '113701.562500', '113702.022500', '113702.482500', '113702.942500', '113703.402500', '113703.862500', '113704.322500', '113704.782500', '113705.242500', '113705.702500', '113706.162500', '113706.622500', '113707.082500', '113707.542500', '113708.002500', '113708.462500', '113708.922500', '113709.382500', '113709.842500', '113710.302500', '113710.762500', '113711.222500', '113711.682500', '113712.142500', '113712.602500', '113713.062500', '113713.522500', '113713.982500', '113714.442500', '113714.902500', '113715.362500', '113715.822500', '113716.282500', '113716.742500', '113717.202500', '113717.662500', '113718.122500', '113718.582500', '113719.042500', '113719.502500', '113719.962500', '113720.422500', '113720.882500', '113721.342500', '113721.802500', '113722.262500', '113722.722500', '113723.182500', '113723.642500', '113724.102500', '113724.562500', '113725.022500', '113725.482500', '113725.942500', '113726.402500', '113726.862500', '113727.322500', '113727.782500', '113728.242500', '113728.702500', '113729.162500', '113729.622500', '113730.082500', '113730.542500', '113731.002500', '113731.462500', '113731.922500', '113732.382500', '113732.842500', '113733.302500', '113733.762500', '113734.222500', '113734.682500', '113735.142500', '113735.602500', '113736.062500', '113736.522500', '113736.982500', '113737.442500', '113737.902500', '113738.362500', '113738.822500', '113739.282500', '113739.742500', '113740.202500', '113740.662500', '113741.122500', '113741.582500', '113742.042500', '113742.502500', '113742.962500', '113743.422500', '113743.882500', '113744.342500', '113744.802500', '113745.262500', '113745.722500', '113746.182500', '113746.642500', '113747.102500', '113747.562500', '113748.022500', '113748.482500', '113748.942500', '113749.402500', '113749.862500', '113750.322500', '113750.782500', '113751.242500', '113751.702500', '113752.162500', '113752.622500', '113753.082500', '113753.542500', '113754.002500', '113754.462500', '113754.922500', '113755.382500', '113755.842500', '113756.302500', '113756.762500', '113757.222500', '113757.682500', '113758.142500', '113758.602500', '113759.062500', '113759.522500', '113759.982500', '113800.442500', '113800.902500', '113801.362500', '113801.822500', '113802.282500', '113802.742500', '113803.202500', '113803.662500', '113804.122500', '113804.582500', '113805.042500', '113805.502500', '113805.962500', '113806.422500', '113806.882500', '113807.342500', '113807.802500', '113808.262500', '113808.722500', '113809.182500', '113809.642500', '113810.102500', '113810.562500', '113811.022500', '113811.482500', '113811.942500', '113812.402500', '113812.862500', '113813.322500', '113813.782500', '113814.242500', '113814.702500', '113815.162500', '113815.622500', '113816.082500', '113816.542500', '113817.002500', '113817.462500', '113817.922500', '113818.382500', '113818.842500', '113819.302500', '113819.762500', '113820.222500', '113820.682500', '113821.142500', '113821.602500', '113822.062500', '113822.522500', '113822.982500', '113823.442500', '113823.902500', '113824.362500', '113824.822500', '113825.282500', '113825.742500', '113826.202500', '113826.662500', '113827.122500', '113827.582500', '113828.042500', '113828.502500', '113828.962500', '113829.422500', '113829.882500', '113830.342500', '113830.802500', '113831.262500', '113831.722500', '113832.182500', '113832.642500', '113833.102500', '113833.562500', '113834.022500', '113834.482500', '113834.942500', '113835.402500', '113835.862500', '113836.322500', '113836.782500', '113837.242500', '113837.702500', '113838.162500', '113838.622500', '113839.082500', '113839.542500', '113840.002500', '113840.462500', '113840.922500', '113841.382500', '113841.842500', '113842.302500', '113842.762500', '113843.222500', '113843.682500', '113844.142500', '113844.602500', '113845.062500', '113845.522500', '113845.982500', '113846.442500', '113846.902500', '113847.362500', '113847.822500', '113848.282500', '113848.742500', '113849.202500', '113849.662500', '113850.122500', '113850.582500', '113851.042500', '113851.502500', '113851.962500', '113852.422500', '113852.882500', '113853.342500', '113853.802500', '113854.262500', '113854.722500', '113855.182500', '113855.642500', '113856.102500', '113856.562500', '113857.022500', '113857.482500', '113857.942500', '113858.402500', '113858.862500', '113859.322500', '113859.782500', '113900.242500', '113900.702500', '113901.162500', '113901.622500', '113902.082500', '113902.542500', '113903.002500', '113903.462500', '113903.922500', '113904.382500', '113904.842500', '113905.302500', '113905.762500', '113906.222500', '113906.682500', '113907.142500', '113907.602500', '113908.062500', '113908.522500', '113908.982500', '113909.442500', '113909.902500', '113910.362500', '113910.822500', '113911.282500', '113911.742500', '113912.202500', '113912.662500', '113913.122500', '113913.582500', '113914.042500', '113914.502500', '113914.962500', '113915.422500', '113915.882500', '113916.342500', '113916.802500', '113917.262500', '113917.722500', '113918.182500', '113918.642500', '113919.102500', '113919.562500', '113920.022500', '113920.482500', '113920.942500', '113921.402500', '113921.862500', '113922.322500', '113922.782500', '113923.242500', '113923.702500', '113924.162500', '113924.622500', '113925.082500', '113925.542500', '113926.002500', '113926.462500', '113926.922500', '113927.382500', '113927.842500', '113928.302500', '113928.762500', '113929.222500', '113929.682500', '113930.142500', '113930.602500', '113931.062500', '113931.522500', '113931.982500', '113932.442500', '113932.902500', '113933.362500', '113933.822500', '113934.282500', '113934.742500', '113935.202500', '113935.662500', '113936.122500', '113936.582500', '113937.042500', '113937.502500', '113937.962500', '113938.422500', '113938.882500', '113939.342500', '113939.802500', '113940.262500', '113940.722500', '113941.182500', '113941.642500', '113942.102500', '113942.562500', '113943.022500', '113943.482500', '113943.942500', '113944.402500', '113944.862500', '113945.322500', '113945.782500', '113946.242500', '113946.702500', '113947.162500', '113947.622500', '113948.082500', '113948.542500', '113949.002500', '113949.462500', '113949.922500', '113950.382500', '113950.842500', '113951.302500', '113951.762500', '113952.222500', '113952.682500', '113953.142500', '113953.602500', '113954.062500', '113954.522500', '113954.982500', '113955.442500', '113955.902500', '113956.362500', '113956.822500', '113957.282500', '113957.742500', '113958.202500', '113958.662500', '113959.122500', '113959.582500', '114000.042500', '114000.502500', '114000.962500', '114001.422500', '114001.882500', '114002.342500', '114002.802500', '114003.262500', '114003.722500', '114004.182500', '114004.642500', '114005.102500', '114005.562500', '114006.022500', '114006.482500', '114006.942500', '114007.402500', '114007.862500', '114008.322500', '114008.782500', '114009.242500', '114009.702500', '114010.162500', '114010.622500', '114011.082500', '114011.542500', '114012.002500', '114012.462500', '114012.922500', '114013.382500', '114013.842500', '114014.302500', '114014.762500', '114015.222500', '114015.682500', '114016.142500', '114016.602500', '114017.062500', '114017.522500', '114017.982500', '114018.442500', '114018.902500', '114019.362500', '114019.822500', '114020.282500', '114020.742500', '114021.202500', '114021.662500', '114022.122500', '114022.582500', '114023.042500', '114023.502500', '114023.962500', '114024.422500', '114024.882500', '114025.342500', '114025.802500', '114026.262500', '114026.722500', '114027.182500', '114027.642500', '114028.102500', '114028.562500', '114029.022500', '114029.482500', '114029.942500', '114030.402500', '114030.862500', '114031.322500', '114031.782500', '114032.242500', '114032.702500', '114033.162500', '114033.622500', '114034.082500', '114034.542500', '114035.002500', '114035.462500', '114035.922500', '114036.382500', '114036.842500', '114037.302500', '114037.762500', '114038.222500', '114038.682500', '114039.142500', '114039.602500', '114040.062500', '114040.522500', '114040.982500', '114041.442500', '114041.902500', '114042.362500', '114042.822500', '114043.282500', '114043.742500', '114044.202500', '114044.662500', '114045.122500', '114045.582500', '114046.042500', '114046.502500', '114046.962500', '114047.422500', '114047.882500', '114048.342500', '114048.802500', '114049.262500', '114049.722500', '114050.182500', '114050.642500', '114051.102500', '114051.562500', '114052.022500', '114052.482500', '114052.942500', '114053.402500', '114053.862500', '114054.322500', '114054.782500', '114055.242500', '114055.702500', '114056.162500', '114056.622500', '114057.082500', '114057.542500', '114058.002500', '114058.462500', '114058.922500', '114059.382500', '114059.842500', '114100.302500', '114100.762500', '114101.222500', '114101.682500', '114102.142500', '114102.602500', '114103.062500', '114103.522500', '114103.982500', '114104.442500', '114104.902500', '114105.362500', '114105.822500', '114106.282500', '114106.742500', '114107.202500', '114107.662500', '114108.122500', '114108.582500', '114109.042500', '114109.502500', '114109.962500', '114110.422500', '114110.882500', '114111.342500', '114111.802500', '114112.262500', '114112.722500', '114113.182500', '114113.642500', '114114.102500', '114114.562500', '114115.022500', '114115.482500', '114115.942500', '114116.402500', '114116.862500', '114117.322500', '114117.782500', '114118.242500', '114118.702500', '114119.162500', '114119.622500', '114120.082500', '114120.542500', '114121.002500', '114121.462500', '114121.922500', '114122.382500', '114122.842500', '114123.302500', '114123.762500', '114124.222500', '114124.682500', '114125.142500', '114125.602500', '114126.062500', '114126.522500', '114126.982500', '114127.442500', '114127.902500', '114128.362500', '114128.822500', '114129.282500', '114129.742500', '114130.202500', '114130.662500', '114131.122500', '114131.582500', '114132.042500', '114132.502500', '114132.962500', '114133.422500', '114133.882500', '114134.342500', '114134.802500', '114135.262500', '114135.722500', '114136.182500', '114136.642500', '114137.102500', '114137.562500', '114138.022500', '114138.482500', '114138.942500', '114139.402500', '114139.862500', '114140.322500', '114140.782500', '114141.242500', '114141.702500', '114142.162500', '114142.622500', '114143.082500', '114143.542500', '114144.002500', '114144.462500', '114144.922500', '114145.382500', '114145.842500', '114146.302500', '114146.762500', '114147.222500', '114147.682500', '114148.142500', '114148.602500', '114149.062500', '114149.522500', '114149.982500', '114150.442500', '114150.902500', '114151.362500', '114151.822500', '114152.282500', '114152.742500', '114153.202500', '114153.662500', '114154.122500', '114154.582500', '114155.042500', '114155.502500', '114155.962500', '114156.422500', '114156.882500', '114157.342500', '114157.802500', '114158.262500', '114158.722500', '114159.182500', '114159.642500', '114200.102500', '114200.562500', '114201.022500', '114201.482500', '114201.942500', '114202.402500', '114202.862500', '114203.322500', '114203.782500', '114204.242500', '114204.702500', '114205.162500', '114205.622500', '114206.082500', '114206.542500', '114207.002500', '114207.462500', '114207.922500', '114208.382500', '114208.842500', '114209.302500', '114209.762500', '114210.222500', '114210.682500', '114211.142500', '114211.602500', '114212.062500', '114212.522500', '114212.982500', '114213.442500', '114213.902500', '114214.362500', '114214.822500', '114215.282500', '114215.742500', '114216.202500', '114216.662500', '114217.122500', '114217.582500', '114218.042500', '114218.502500', '114218.962500', '114219.422500', '114219.882500', '114220.342500', '114220.802500', '114221.262500', '114221.722500', '114222.182500', '114222.642500', '114223.102500', '114223.562500', '114224.022500', '114224.482500', '114224.942500', '114225.402500', '114225.862500', '114226.322500', '114226.782500', '114227.242500', '114227.702500', '114228.162500', '114228.622500', '114229.082500', '114229.542500', '114230.002500', '114230.462500', '114230.922500', '114231.382500', '114231.842500', '114232.302500', '114232.762500', '114233.222500', '114233.682500', '114234.142500', '114234.602500', '114235.062500', '114235.522500', '114235.982500', '114236.442500', '114236.902500', '114237.362500', '114237.822500', '114238.282500', '114238.742500', '114239.202500', '114239.662500', '114240.122500', '114240.582500', '114241.042500', '114241.502500', '114241.962500', '114242.422500', '114242.882500', '114243.342500', '114243.802500', '114244.262500', '114244.722500', '114245.182500', '114245.642500', '114246.102500', '114246.562500', '114247.022500', '114247.482500', '114247.942500', '114248.402500', '114248.862500', '114249.322500', '114249.782500', '114250.242500', '114250.702500', '114251.162500', '114251.622500', '114252.082500', '114252.542500', '114253.002500', '114253.462500', '114253.922500', '114254.382500', '114254.842500', '114255.302500', '114255.762500', '114256.222500', '114256.682500', '114257.142500', '114257.602500', '114258.062500', '114258.522500', '114258.982500', '114259.442500', '114259.902500', '114300.362500', '114300.822500', '114301.282500', '114301.742500', '114302.202500', '114302.662500', '114303.122500', '114303.582500', '114304.042500', '114304.502500', '114304.962500', '114305.422500', '114305.882500', '114306.342500', '114306.802500', '114307.262500', '114307.722500', '114308.182500', '114308.642500', '114309.102500', '114309.562500', '114310.022500', '114310.482500', '114310.942500', '114311.402500', '114311.862500', '114312.322500', '114312.782500', '114313.242500', '114313.702500', '114314.162500', '114314.622500', '114315.082500', '114315.542500', '114316.002500', '114316.462500', '114316.922500', '114317.382500', '114317.842500', '114318.302500', '114318.762500', '114319.222500', '114319.682500', '114320.142500', '114320.602500', '114321.062500', '114321.522500', '114321.982500', '114322.442500', '114322.902500', '114323.362500', '114323.822500', '114324.282500', '114324.742500', '114325.202500', '114325.662500', '114326.122500', '114326.582500', '114327.042500', '114327.502500', '114327.962500', '114328.422500', '114328.882500', '114329.342500', '114329.802500', '114330.262500', '114330.722500', '114331.182500', '114331.642500', '114332.102500', '114332.562500', '114333.022500', '114333.482500', '114333.942500', '114334.402500', '114334.862500', '114335.322500', '114335.782500'], 'ContentTime': ['113711.770000', '113711.773000', '113711.775000', '113711.778000', '113711.781000', '113711.783000', '113711.786000', '113711.788000', '113711.791000', '113711.794000', '113711.796000', '113711.799000', '113711.801000', '113711.804000', '113711.806000', '113711.809000', '113711.811000', '113711.814000', '113711.817000', '113711.819000', '113711.822000', '113711.824000', '113711.827000', '113711.829000', '113711.832000', '113711.843000', '113711.845000', '113711.848000', '113711.851000', '113711.853000', '113711.856000', '113711.858000', '113711.861000', '113731.713000', '113731.715000', '113731.718000', '113731.721000', '113731.723000', '113731.726000', '113731.728000', '113731.731000', '113731.734000', '113731.736000', '113731.739000', '113731.741000', '113731.744000', '113731.746000', '113731.749000', '113731.752000', '113731.754000', '113731.757000', '113731.759000', '113731.762000', '113731.764000', '113731.767000', '113731.770000', '113731.772000', '113731.775000', '113731.777000', '113731.780000', '113731.782000', '113731.785000', '113731.788000', '113731.790000', '113731.793000', '113731.828000', '113731.830000', '113731.833000', '113731.835000', '113731.838000', '113731.840000', '113731.843000', '113731.846000', '113731.848000', '113731.851000', '113731.853000', '113751.712000', '113751.715000', '113751.718000', '113751.720000', '113751.723000', '113751.726000', '113751.728000', '113751.737000', '113751.739000', '113751.742000', '113751.745000', '113751.747000', '113751.750000', '113751.760000', '113751.762000', '113751.765000', '113751.768000', '113751.770000', '113751.773000', '113751.775000', '113751.778000', '113751.780000', '113751.783000', '113751.786000', '113751.788000', '113751.791000', '113751.794000', '113751.796000', '113751.799000', '113751.801000', '113751.804000', '113751.806000', '113751.809000', '113751.812000', '113751.814000', '113751.817000', '113751.820000', '113751.822000', '113751.825000', '113751.827000', '113751.830000', '113751.832000', '113751.835000', '113751.837000', '113811.712000', '113811.715000', '113811.718000', '113811.721000', '113811.723000', '113811.726000', '113811.729000', '113811.731000', '113811.734000', '113811.736000', '113811.739000', '113811.742000', '113811.744000', '113811.747000', '113811.750000', '113811.752000', '113811.755000', '113811.757000', '113811.760000', '113811.763000', '113811.765000', '113811.768000', '113811.770000', '113811.773000', '113811.776000', '113811.778000', '113811.781000', '113811.783000', '113811.786000', '113811.788000', '113811.791000', '113811.794000', '113811.796000', '113811.799000', '113811.801000', '113811.804000', '113811.807000', '113811.810000', '113811.812000', '113811.815000', '113811.817000', '113811.820000', '113811.822000', '113831.712000', '113831.715000', '113831.717000', '113831.720000', '113831.723000', '113831.725000', '113831.728000', '113831.731000', '113831.733000', '113831.736000', '113831.738000', '113831.741000', '113831.744000', '113831.746000', '113831.749000', '113831.751000', '113831.754000', '113831.757000', '113831.759000', '113831.762000', '113831.765000', '113831.767000', '113831.770000', '113831.772000', '113831.775000', '113831.778000', '113831.780000', '113831.783000', '113831.785000', '113831.788000', '113831.790000', '113831.793000', '113831.796000', '113831.798000', '113831.801000', '113831.804000', '113831.806000', '113831.809000', '113831.811000', '113831.814000', '113831.817000', '113831.819000', '113831.832000', '113851.712000', '113851.715000', '113851.717000', '113851.720000', '113851.722000', '113851.725000', '113851.728000', '113851.730000', '113851.733000', '113851.735000', '113851.738000', '113851.740000', '113851.743000', '113851.746000', '113851.748000', '113851.751000', '113851.754000', '113851.756000', '113851.759000', '113851.761000', '113851.764000', '113851.767000', '113851.769000', '113851.772000', '113851.774000', '113851.777000', '113851.780000', '113851.782000', '113851.785000', '113851.787000', '113851.790000', '113851.793000', '113851.795000', '113851.798000', '113851.800000', '113851.803000', '113851.806000', '113851.808000', '113851.811000', '113851.813000', '113851.816000', '113851.819000', '113851.821000', '113851.824000', '113911.711000', '113911.714000', '113911.717000', '113911.720000', '113911.722000', '113911.725000', '113911.728000', '113911.730000', '113911.733000', '113911.735000', '113911.738000', '113911.741000', '113911.744000', '113911.747000', '113911.749000', '113911.752000', '113911.755000', '113911.757000', '113911.760000', '113911.762000', '113911.765000', '113911.768000', '113911.770000', '113911.774000', '113911.777000', '113911.779000', '113911.782000', '113911.784000', '113911.787000', '113911.790000', '113911.792000', '113911.795000', '113911.797000', '113911.800000', '113911.803000', '113911.805000', '113911.808000', '113911.810000', '113911.813000', '113911.816000', '113911.818000', '113911.821000', '113911.823000', '113931.712000', '113931.715000', '113931.718000', '113931.720000', '113931.736000', '113931.739000', '113931.741000', '113931.744000', '113931.747000', '113931.749000', '113931.752000', '113931.754000', '113931.757000', '113931.759000', '113931.762000', '113931.764000', '113931.767000', '113931.770000', '113931.772000', '113931.775000', '113931.778000', '113931.780000', '113931.783000', '113931.785000', '113931.788000', '113931.791000', '113931.793000', '113931.796000', '113931.798000', '113931.801000', '113931.804000', '113931.806000', '113931.809000', '113931.811000', '113931.814000', '113931.817000', '113931.819000', '113931.822000', '113931.824000', '113931.827000', '113931.830000', '113931.832000', '113931.835000', '113931.837000', '113951.713000', '113951.715000', '113951.718000', '113951.721000', '113951.724000', '113951.726000', '113951.729000', '113951.732000', '113951.735000', '113951.738000', '113951.740000', '113951.743000', '113951.745000', '113951.748000', '113951.751000', '113951.753000', '113951.756000', '113951.758000', '113951.761000', '113951.764000', '113951.766000', '113951.769000', '113951.771000', '113951.774000', '113951.777000', '113951.779000', '113951.782000', '113951.784000', '113951.787000', '113951.790000', '113951.792000', '113951.795000', '113951.797000', '113951.800000', '113951.803000', '113951.805000', '113951.808000', '113951.810000', '113951.813000', '113951.815000', '113951.818000', '113951.821000', '113951.823000', '114011.712000', '114011.715000', '114011.718000', '114011.721000', '114011.723000', '114011.726000', '114011.728000', '114011.731000', '114011.734000', '114011.736000', '114011.739000', '114011.742000', '114011.744000', '114011.747000', '114011.749000', '114011.752000', '114011.755000', '114011.757000', '114011.760000', '114011.762000', '114011.765000', '114011.768000', '114011.770000', '114011.773000', '114011.775000', '114011.778000', '114011.780000', '114011.783000', '114011.786000', '114011.788000', '114011.791000', '114011.794000', '114011.796000', '114011.799000', '114011.801000', '114011.804000', '114011.806000', '114011.809000', '114011.812000', '114011.814000', '114011.817000', '114011.819000', '114011.822000', '114011.824000', '114031.712000', '114031.715000', '114031.717000', '114031.720000', '114031.722000', '114031.725000', '114031.728000', '114031.730000', '114031.733000', '114031.735000', '114031.738000', '114031.741000', '114031.743000', '114031.746000', '114031.748000', '114031.751000', '114031.754000', '114031.756000', '114031.759000', '114031.762000', '114031.764000', '114031.767000', '114031.769000', '114031.772000', '114031.775000', '114031.777000', '114031.780000', '114031.783000', '114031.785000', '114031.788000', '114031.791000', '114031.793000', '114031.796000', '114031.798000', '114031.801000', '114031.803000', '114031.806000', '114031.809000', '114031.811000', '114031.816000', '114031.818000', '114031.821000', '114031.824000', '114051.712000', '114051.714000', '114051.717000', '114051.720000', '114051.722000', '114051.725000', '114051.727000', '114051.730000', '114051.733000', '114051.735000', '114051.738000', '114051.740000', '114051.743000', '114051.745000', '114051.748000', '114051.751000', '114051.753000', '114051.756000', '114051.758000', '114051.761000', '114051.763000', '114051.766000', '114051.768000', '114051.771000', '114051.774000', '114051.776000', '114051.779000', '114051.782000', '114051.785000', '114051.797000', '114051.800000', '114051.802000', '114051.805000', '114051.807000', '114051.810000', '114051.812000', '114051.815000', '114051.818000', '114051.820000', '114051.823000', '114051.825000', '114051.828000', '114051.831000', '114051.833000', '114111.712000', '114111.714000', '114111.717000', '114111.720000', '114111.722000', '114111.725000', '114111.728000', '114111.730000', '114111.733000', '114111.735000', '114111.738000', '114111.740000', '114111.743000', '114111.746000', '114111.748000', '114111.751000', '114111.754000', '114111.756000', '114111.759000', '114111.761000', '114111.764000', '114111.766000', '114111.769000', '114111.772000', '114111.774000', '114111.777000', '114111.780000', '114111.782000', '114111.785000', '114111.787000', '114111.790000', '114111.793000', '114111.795000', '114111.798000', '114111.800000', '114111.803000', '114111.806000', '114111.808000', '114111.811000', '114111.814000', '114111.816000', '114111.819000', '114111.821000', '114131.712000', '114131.714000', '114131.717000', '114131.719000', '114131.722000', '114131.725000', '114131.727000', '114131.730000', '114131.733000', '114131.735000', '114131.738000', '114131.740000', '114131.743000', '114131.746000', '114131.748000', '114131.751000', '114131.753000', '114131.756000', '114131.758000', '114131.761000', '114131.764000', '114131.766000', '114131.769000', '114131.771000', '114131.774000', '114131.777000', '114131.779000', '114131.782000', '114131.784000', '114131.787000', '114131.790000', '114131.792000', '114131.795000', '114131.797000', '114131.800000', '114131.803000', '114131.805000', '114131.808000', '114131.810000', '114131.813000', '114131.816000', '114131.818000', '114131.821000', '114131.824000', '114151.712000', '114151.715000', '114151.718000', '114151.721000', '114151.723000', '114151.726000', '114151.728000', '114151.731000', '114151.734000', '114151.736000', '114151.739000', '114151.742000', '114151.744000', '114151.747000', '114151.750000', '114151.752000', '114151.755000', '114151.757000', '114151.760000', '114151.763000', '114151.765000', '114151.768000', '114151.770000', '114151.773000', '114151.776000', '114151.778000', '114151.781000', '114151.784000', '114151.786000', '114151.789000', '114151.791000', '114151.794000', '114151.797000', '114151.799000', '114151.802000', '114151.804000', '114151.807000', '114151.810000', '114151.813000', '114151.816000', '114151.818000', '114151.821000', '114151.824000', '114211.713000', '114211.715000', '114211.718000', '114211.721000', '114211.724000', '114211.726000', '114211.729000', '114211.731000', '114211.734000', '114211.737000', '114211.739000', '114211.742000', '114211.745000', '114211.747000', '114211.750000', '114211.753000', '114211.755000', '114211.758000', '114211.760000', '114211.763000', '114211.765000', '114211.768000', '114211.771000', '114211.773000', '114211.776000', '114211.779000', '114211.781000', '114211.784000', '114211.786000', '114211.789000', '114211.792000', '114211.794000', '114211.797000', '114211.799000', '114211.802000', '114211.805000', '114211.807000', '114211.810000', '114211.812000', '114211.815000', '114211.818000', '114211.820000', '114211.823000', '114211.826000', '114231.713000', '114231.715000', '114231.718000', '114231.721000', '114231.723000', '114231.726000', '114231.729000', '114231.731000', '114231.734000', '114231.751000', '114231.753000', '114231.756000', '114231.758000', '114231.761000', '114231.763000', '114231.766000', '114231.769000', '114231.771000', '114231.774000', '114231.777000', '114231.779000', '114231.782000', '114231.784000', '114231.787000', '114231.790000', '114231.792000', '114231.795000', '114231.798000', '114231.800000', '114231.803000', '114231.805000', '114231.808000', '114231.811000', '114231.814000', '114231.817000', '114231.820000', '114231.823000', '114231.825000', '114231.828000', '114231.830000', '114231.833000', '114231.836000', '114231.838000', '114251.712000', '114251.714000', '114251.717000', '114251.720000', '114251.722000', '114251.725000', '114251.729000', '114251.732000', '114251.734000', '114251.737000', '114251.740000', '114251.742000', '114251.745000', '114251.747000', '114251.750000', '114251.753000', '114251.755000', '114251.758000', '114251.760000', '114251.763000', '114251.766000', '114251.768000', '114251.771000', '114251.773000', '114251.776000', '114251.779000', '114251.781000', '114251.784000', '114251.786000', '114251.789000', '114251.792000', '114251.794000', '114251.797000', '114251.799000', '114251.802000', '114251.805000', '114251.807000', '114251.810000', '114251.812000', '114251.815000', '114251.818000', '114251.820000', '114251.823000', '114251.825000', '114311.712000', '114311.714000', '114311.717000', '114311.720000', '114311.722000', '114311.725000', '114311.727000', '114311.730000', '114311.733000', '114311.735000', '114311.738000', '114311.740000', '114311.743000', '114311.746000', '114311.748000', '114311.751000', '114311.753000', '114311.756000', '114311.759000', '114311.761000', '114311.764000', '114311.766000', '114311.769000', '114311.772000', '114311.774000', '114311.777000', '114311.779000', '114311.782000', '114311.784000', '114311.787000', '114311.790000', '114311.792000', '114311.795000', '114311.797000', '114311.800000', '114311.802000', '114311.805000', '114311.808000', '114311.810000', '114311.813000', '114311.816000', '114311.818000', '114311.821000', '114331.712000', '114331.715000', '114331.717000', '114331.720000', '114331.722000', '114331.725000', '114331.728000', '114331.730000', '114331.733000', '114331.735000', '114331.738000', '114331.741000', '114331.743000', '114331.746000', '114331.748000', '114331.751000', '114331.754000', '114331.756000', '114331.759000', '114331.762000', '114331.764000', '114331.767000', '114331.769000', '114331.772000', '114331.775000', '114331.778000', '114331.780000', '114331.783000', '114331.785000', '114331.788000', '114331.790000', '114331.793000', '114331.796000', '114331.798000', '114331.801000', '114331.803000', '114331.806000', '114331.809000', '114331.811000', '114331.814000', '114331.816000', '114331.819000', '114331.822000', '114331.824000', '114337.611000', '114337.614000', '114337.617000', '114337.619000', '114337.622000', '114337.625000', '114337.627000', '114337.630000', '114337.633000', '114337.635000', '114337.638000', '114337.640000', '114337.643000'], 'InstanceCreationTime': ['113711.770000', '113711.773000', '113711.775000', '113711.778000', '113711.781000', '113711.783000', '113711.786000', '113711.788000', '113711.791000', '113711.794000', '113711.796000', '113711.799000', '113711.801000', '113711.804000', '113711.806000', '113711.809000', '113711.811000', '113711.814000', '113711.817000', '113711.819000', '113711.822000', '113711.824000', '113711.827000', '113711.829000', '113711.832000', '113711.843000', '113711.845000', '113711.848000', '113711.851000', '113711.853000', '113711.856000', '113711.858000', '113711.861000', '113731.713000', '113731.715000', '113731.718000', '113731.721000', '113731.723000', '113731.726000', '113731.728000', '113731.731000', '113731.734000', '113731.736000', '113731.739000', '113731.741000', '113731.744000', '113731.746000', '113731.749000', '113731.752000', '113731.754000', '113731.757000', '113731.759000', '113731.762000', '113731.764000', '113731.767000', '113731.770000', '113731.772000', '113731.775000', '113731.777000', '113731.780000', '113731.782000', '113731.785000', '113731.788000', '113731.790000', '113731.793000', '113731.828000', '113731.830000', '113731.833000', '113731.835000', '113731.838000', '113731.840000', '113731.843000', '113731.846000', '113731.848000', '113731.851000', '113731.853000', '113751.712000', '113751.715000', '113751.718000', '113751.720000', '113751.723000', '113751.726000', '113751.728000', '113751.737000', '113751.739000', '113751.742000', '113751.745000', '113751.747000', '113751.750000', '113751.760000', '113751.762000', '113751.765000', '113751.768000', '113751.770000', '113751.773000', '113751.775000', '113751.778000', '113751.780000', '113751.783000', '113751.786000', '113751.788000', '113751.791000', '113751.794000', '113751.796000', '113751.799000', '113751.801000', '113751.804000', '113751.806000', '113751.809000', '113751.812000', '113751.814000', '113751.817000', '113751.820000', '113751.822000', '113751.825000', '113751.827000', '113751.830000', '113751.832000', '113751.835000', '113751.837000', '113811.712000', '113811.715000', '113811.718000', '113811.721000', '113811.723000', '113811.726000', '113811.729000', '113811.731000', '113811.734000', '113811.736000', '113811.739000', '113811.742000', '113811.744000', '113811.747000', '113811.750000', '113811.752000', '113811.755000', '113811.757000', '113811.760000', '113811.763000', '113811.765000', '113811.768000', '113811.770000', '113811.773000', '113811.776000', '113811.778000', '113811.781000', '113811.783000', '113811.786000', '113811.788000', '113811.791000', '113811.794000', '113811.796000', '113811.799000', '113811.801000', '113811.804000', '113811.807000', '113811.810000', '113811.812000', '113811.815000', '113811.817000', '113811.820000', '113811.822000', '113831.712000', '113831.715000', '113831.717000', '113831.720000', '113831.723000', '113831.725000', '113831.728000', '113831.731000', '113831.733000', '113831.736000', '113831.738000', '113831.741000', '113831.744000', '113831.746000', '113831.749000', '113831.751000', '113831.754000', '113831.757000', '113831.759000', '113831.762000', '113831.765000', '113831.767000', '113831.770000', '113831.772000', '113831.775000', '113831.778000', '113831.780000', '113831.783000', '113831.785000', '113831.788000', '113831.790000', '113831.793000', '113831.796000', '113831.798000', '113831.801000', '113831.804000', '113831.806000', '113831.809000', '113831.811000', '113831.814000', '113831.817000', '113831.819000', '113831.832000', '113851.712000', '113851.715000', '113851.717000', '113851.720000', '113851.722000', '113851.725000', '113851.728000', '113851.730000', '113851.733000', '113851.735000', '113851.738000', '113851.740000', '113851.743000', '113851.746000', '113851.748000', '113851.751000', '113851.754000', '113851.756000', '113851.759000', '113851.761000', '113851.764000', '113851.767000', '113851.769000', '113851.772000', '113851.774000', '113851.777000', '113851.780000', '113851.782000', '113851.785000', '113851.787000', '113851.790000', '113851.793000', '113851.795000', '113851.798000', '113851.800000', '113851.803000', '113851.806000', '113851.808000', '113851.811000', '113851.813000', '113851.816000', '113851.819000', '113851.821000', '113851.824000', '113911.711000', '113911.714000', '113911.717000', '113911.720000', '113911.722000', '113911.725000', '113911.728000', '113911.730000', '113911.733000', '113911.735000', '113911.738000', '113911.741000', '113911.744000', '113911.747000', '113911.749000', '113911.752000', '113911.755000', '113911.757000', '113911.760000', '113911.762000', '113911.765000', '113911.768000', '113911.770000', '113911.774000', '113911.777000', '113911.779000', '113911.782000', '113911.784000', '113911.787000', '113911.790000', '113911.792000', '113911.795000', '113911.797000', '113911.800000', '113911.803000', '113911.805000', '113911.808000', '113911.810000', '113911.813000', '113911.816000', '113911.818000', '113911.821000', '113911.823000', '113931.712000', '113931.715000', '113931.718000', '113931.720000', '113931.736000', '113931.739000', '113931.741000', '113931.744000', '113931.747000', '113931.749000', '113931.752000', '113931.754000', '113931.757000', '113931.759000', '113931.762000', '113931.764000', '113931.767000', '113931.770000', '113931.772000', '113931.775000', '113931.778000', '113931.780000', '113931.783000', '113931.785000', '113931.788000', '113931.791000', '113931.793000', '113931.796000', '113931.798000', '113931.801000', '113931.804000', '113931.806000', '113931.809000', '113931.811000', '113931.814000', '113931.817000', '113931.819000', '113931.822000', '113931.824000', '113931.827000', '113931.830000', '113931.832000', '113931.835000', '113931.837000', '113951.713000', '113951.715000', '113951.718000', '113951.721000', '113951.724000', '113951.726000', '113951.729000', '113951.732000', '113951.735000', '113951.738000', '113951.740000', '113951.743000', '113951.745000', '113951.748000', '113951.751000', '113951.753000', '113951.756000', '113951.758000', '113951.761000', '113951.764000', '113951.766000', '113951.769000', '113951.771000', '113951.774000', '113951.777000', '113951.779000', '113951.782000', '113951.784000', '113951.787000', '113951.790000', '113951.792000', '113951.795000', '113951.797000', '113951.800000', '113951.803000', '113951.805000', '113951.808000', '113951.810000', '113951.813000', '113951.815000', '113951.818000', '113951.821000', '113951.823000', '114011.712000', '114011.715000', '114011.718000', '114011.721000', '114011.723000', '114011.726000', '114011.728000', '114011.731000', '114011.734000', '114011.736000', '114011.739000', '114011.742000', '114011.744000', '114011.747000', '114011.749000', '114011.752000', '114011.755000', '114011.757000', '114011.760000', '114011.762000', '114011.765000', '114011.768000', '114011.770000', '114011.773000', '114011.775000', '114011.778000', '114011.780000', '114011.783000', '114011.786000', '114011.788000', '114011.791000', '114011.794000', '114011.796000', '114011.799000', '114011.801000', '114011.804000', '114011.806000', '114011.809000', '114011.812000', '114011.814000', '114011.817000', '114011.819000', '114011.822000', '114011.824000', '114031.712000', '114031.715000', '114031.717000', '114031.720000', '114031.722000', '114031.725000', '114031.728000', '114031.730000', '114031.733000', '114031.735000', '114031.738000', '114031.741000', '114031.743000', '114031.746000', '114031.748000', '114031.751000', '114031.754000', '114031.756000', '114031.759000', '114031.762000', '114031.764000', '114031.767000', '114031.769000', '114031.772000', '114031.775000', '114031.777000', '114031.780000', '114031.783000', '114031.785000', '114031.788000', '114031.791000', '114031.793000', '114031.796000', '114031.798000', '114031.801000', '114031.803000', '114031.806000', '114031.809000', '114031.811000', '114031.816000', '114031.818000', '114031.821000', '114031.824000', '114051.712000', '114051.714000', '114051.717000', '114051.720000', '114051.722000', '114051.725000', '114051.727000', '114051.730000', '114051.733000', '114051.735000', '114051.738000', '114051.740000', '114051.743000', '114051.745000', '114051.748000', '114051.751000', '114051.753000', '114051.756000', '114051.758000', '114051.761000', '114051.763000', '114051.766000', '114051.768000', '114051.771000', '114051.774000', '114051.776000', '114051.779000', '114051.782000', '114051.785000', '114051.797000', '114051.800000', '114051.802000', '114051.805000', '114051.807000', '114051.810000', '114051.812000', '114051.815000', '114051.818000', '114051.820000', '114051.823000', '114051.825000', '114051.828000', '114051.831000', '114051.833000', '114111.712000', '114111.714000', '114111.717000', '114111.720000', '114111.722000', '114111.725000', '114111.728000', '114111.730000', '114111.733000', '114111.735000', '114111.738000', '114111.740000', '114111.743000', '114111.746000', '114111.748000', '114111.751000', '114111.754000', '114111.756000', '114111.759000', '114111.761000', '114111.764000', '114111.766000', '114111.769000', '114111.772000', '114111.774000', '114111.777000', '114111.780000', '114111.782000', '114111.785000', '114111.787000', '114111.790000', '114111.793000', '114111.795000', '114111.798000', '114111.800000', '114111.803000', '114111.806000', '114111.808000', '114111.811000', '114111.814000', '114111.816000', '114111.819000', '114111.821000', '114131.712000', '114131.714000', '114131.717000', '114131.719000', '114131.722000', '114131.725000', '114131.727000', '114131.730000', '114131.733000', '114131.735000', '114131.738000', '114131.740000', '114131.743000', '114131.746000', '114131.748000', '114131.751000', '114131.753000', '114131.756000', '114131.758000', '114131.761000', '114131.764000', '114131.766000', '114131.769000', '114131.771000', '114131.774000', '114131.777000', '114131.779000', '114131.782000', '114131.784000', '114131.787000', '114131.790000', '114131.792000', '114131.795000', '114131.797000', '114131.800000', '114131.803000', '114131.805000', '114131.808000', '114131.810000', '114131.813000', '114131.816000', '114131.818000', '114131.821000', '114131.824000', '114151.712000', '114151.715000', '114151.718000', '114151.721000', '114151.723000', '114151.726000', '114151.728000', '114151.731000', '114151.734000', '114151.736000', '114151.739000', '114151.742000', '114151.744000', '114151.747000', '114151.750000', '114151.752000', '114151.755000', '114151.757000', '114151.760000', '114151.763000', '114151.765000', '114151.768000', '114151.770000', '114151.773000', '114151.776000', '114151.778000', '114151.781000', '114151.784000', '114151.786000', '114151.789000', '114151.791000', '114151.794000', '114151.797000', '114151.799000', '114151.802000', '114151.804000', '114151.807000', '114151.810000', '114151.813000', '114151.816000', '114151.818000', '114151.821000', '114151.824000', '114211.713000', '114211.715000', '114211.718000', '114211.721000', '114211.724000', '114211.726000', '114211.729000', '114211.731000', '114211.734000', '114211.737000', '114211.739000', '114211.742000', '114211.745000', '114211.747000', '114211.750000', '114211.753000', '114211.755000', '114211.758000', '114211.760000', '114211.763000', '114211.765000', '114211.768000', '114211.771000', '114211.773000', '114211.776000', '114211.779000', '114211.781000', '114211.784000', '114211.786000', '114211.789000', '114211.792000', '114211.794000', '114211.797000', '114211.799000', '114211.802000', '114211.805000', '114211.807000', '114211.810000', '114211.812000', '114211.815000', '114211.818000', '114211.820000', '114211.823000', '114211.826000', '114231.713000', '114231.715000', '114231.718000', '114231.721000', '114231.723000', '114231.726000', '114231.729000', '114231.731000', '114231.734000', '114231.751000', '114231.753000', '114231.756000', '114231.758000', '114231.761000', '114231.763000', '114231.766000', '114231.769000', '114231.771000', '114231.774000', '114231.777000', '114231.779000', '114231.782000', '114231.784000', '114231.787000', '114231.790000', '114231.792000', '114231.795000', '114231.798000', '114231.800000', '114231.803000', '114231.805000', '114231.808000', '114231.811000', '114231.814000', '114231.817000', '114231.820000', '114231.823000', '114231.825000', '114231.828000', '114231.830000', '114231.833000', '114231.836000', '114231.838000', '114251.712000', '114251.714000', '114251.717000', '114251.720000', '114251.722000', '114251.725000', '114251.729000', '114251.732000', '114251.734000', '114251.737000', '114251.740000', '114251.742000', '114251.745000', '114251.747000', '114251.750000', '114251.753000', '114251.755000', '114251.758000', '114251.760000', '114251.763000', '114251.766000', '114251.768000', '114251.771000', '114251.773000', '114251.776000', '114251.779000', '114251.781000', '114251.784000', '114251.786000', '114251.789000', '114251.792000', '114251.794000', '114251.797000', '114251.799000', '114251.802000', '114251.805000', '114251.807000', '114251.810000', '114251.812000', '114251.815000', '114251.818000', '114251.820000', '114251.823000', '114251.825000', '114311.712000', '114311.714000', '114311.717000', '114311.720000', '114311.722000', '114311.725000', '114311.727000', '114311.730000', '114311.733000', '114311.735000', '114311.738000', '114311.740000', '114311.743000', '114311.746000', '114311.748000', '114311.751000', '114311.753000', '114311.756000', '114311.759000', '114311.761000', '114311.764000', '114311.766000', '114311.769000', '114311.772000', '114311.774000', '114311.777000', '114311.779000', '114311.782000', '114311.784000', '114311.787000', '114311.790000', '114311.792000', '114311.795000', '114311.797000', '114311.800000', '114311.802000', '114311.805000', '114311.808000', '114311.810000', '114311.813000', '114311.816000', '114311.818000', '114311.821000', '114331.712000', '114331.715000', '114331.717000', '114331.720000', '114331.722000', '114331.725000', '114331.728000', '114331.730000', '114331.733000', '114331.735000', '114331.738000', '114331.741000', '114331.743000', '114331.746000', '114331.748000', '114331.751000', '114331.754000', '114331.756000', '114331.759000', '114331.762000', '114331.764000', '114331.767000', '114331.769000', '114331.772000', '114331.775000', '114331.778000', '114331.780000', '114331.783000', '114331.785000', '114331.788000', '114331.790000', '114331.793000', '114331.796000', '114331.798000', '114331.801000', '114331.803000', '114331.806000', '114331.809000', '114331.811000', '114331.814000', '114331.816000', '114331.819000', '114331.822000', '114331.824000', '114337.611000', '114337.614000', '114337.617000', '114337.619000', '114337.622000', '114337.625000', '114337.627000', '114337.630000', '114337.633000', '114337.635000', '114337.638000', '114337.640000', '114337.643000'], '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': [8514, 15201, 12653, 11562, 20744, 15920, 11027, 14695, 10938, 9008, 14619, 12098, 14831, 12941, 9424, 9390, 11996, 9949, 15658, 13647, 10380, 16181, 11412, 8867, 16143, 12510, 11530, 17866, 13474, 10946, 14622, 11610, 16703, 15758, 12330, 18699, 12518, 9009, 14429, 11130, 13134, 11346, 8035, 12243, 9262, 8079, 15061, 12499, 11276, 13138, 9411, 16349, 10696, 15728, 10874, 16723, 12073, 8036, 10028, 8883, 7775, 14431, 12227, 11716, 12211, 8707, 15353, 12316, 17422, 13501, 11476, 14616, 10604, 8688, 11535, 9571, 17974, 13714, 9988, 13436, 10321, 12391, 15272, 12636, 19286, 13672, 9325, 14209, 11150, 10311, 19112, 14865, 11086, 13555, 10396, 16236, 12048, 19511, 14299, 11194, 11533, 8631, 14667, 11700, 9901, 14466, 9885, 12211, 9493, 7945, 12905, 9505, 13146, 9957, 8521, 14266, 10755, 10037, 10200, 8347, 13163, 11199, 9774, 17769, 13788, 9399, 14063, 11052, 11833, 18106, 13994, 15143, 12286, 8884, 17142, 13718, 12294, 18041, 12994, 9493, 14971, 12153, 19518, 15874, 11471, 17234, 11833, 9228, 17109, 13875, 14054, 15736, 11575, 10082, 11859, 9550, 19529, 15174, 11203, 14237, 10607, 9543, 12186, 9620, 18420, 13932, 9889, 13776, 10645, 10875, 11376, 8689, 16766, 12487, 9371, 13057, 9549, 14946, 11510, 10083, 15294, 10779, 8250, 13084, 11298, 15152, 15342, 11831, 14385, 11350, 8645, 16879, 13267, 16207, 13575, 8860, 13445, 10588, 13941, 12048, 9978, 16461, 11399, 8418, 11455, 9579, 15559, 12773, 9138, 14142, 10459, 15234, 11577, 9781, 16810, 13221, 13288, 11370, 8147, 12355, 9788, 12214, 11640, 9380, 15781, 11135, 9604, 12114, 9473, 17273, 14175, 12017, 14537, 10477, 14424, 11587, 14863, 13235, 9356, 13896, 9740, 9133, 10740, 8281, 17340, 13552, 9267, 12342, 9481, 8097, 15304, 12560, 14259, 14365, 10855, 15408, 11445, 10017, 16688, 11942, 17138, 11956, 8816, 14622, 12157, 11519, 19114, 14168, 10057, 11929, 9286, 10190, 13530, 10738, 13964, 11170, 8371, 14610, 10440, 8463, 16670, 12974, 9896, 13580, 10836, 13652, 15906, 12537, 15118, 11468, 8483, 15021, 11891, 10202, 13949, 9986, 9359, 9890, 7498, 13110, 10751, 10641, 13317, 9520, 12842, 9499, 7912, 15818, 12659, 9595, 13960, 10107, 7667, 15574, 12497, 11542, 16459, 11757, 9045, 13688, 11309, 18276, 15207, 11222, 16243, 11528, 8924, 16466, 13653, 13749, 17729, 12870, 11007, 11372, 9093, 18903, 13576, 9473, 13272, 10405, 8948, 16255, 12531, 12207, 11406, 8321, 14500, 10532, 8823, 16163, 11726, 9593, 11193, 8964, 16646, 12702, 10602, 15234, 10651, 8304, 12911, 10906, 18753, 13791, 9502, 12949, 9952, 9217, 13852, 10556, 16873, 10487, 7188, 9527, 10231, 8587, 13960, 13965, 13194, 12684, 14593, 11015, 8436, 16051, 13341, 12964, 16251, 11799, 8702, 14080, 12010, 12751, 17667, 12841, 9759, 12708, 9944, 15419, 14644, 10395, 16351, 10582, 7767, 13464, 11411, 11441, 15136, 11127, 10122, 11497, 8863, 16508, 12390, 10082, 12877, 9572, 8724, 9706, 7686, 14595, 11501, 9248, 11660, 8949, 7725, 12616, 10893, 18389, 14221, 10522, 14114, 10866, 12496, 12341, 10515, 18228, 13618, 13018, 10787, 16492, 10997, 10035, 11430, 8232, 15537, 9809, 7095, 10671, 9326, 15364, 12476, 13908, 15786, 10428, 14874, 11288, 16471, 14368, 18540, 13918, 9315, 12793, 9827, 9312, 15034, 12008, 17366, 11789, 9731, 12076, 10759, 13856, 13781, 16215, 10771, 14457, 9334, 14553, 11446, 15289, 12146, 12639, 11739, 7685, 10924, 9652, 9190, 15944, 11180, 9019, 9837, 8304, 13715, 12020, 18945, 14516, 11473, 11902, 8930, 15783, 12594, 20236, 15017, 10086, 12629, 9911, 12368, 11885, 10167, 18345, 13247, 9148, 12423, 10400, 11189, 18472, 13891, 11989, 13276, 9462, 17734, 14153, 13245, 15026, 10087, 13813, 10323, 9416, 18468, 14051, 9821, 11415, 9503, 10668, 14416, 11766, 13110, 9939, 8164, 12231, 9172, 7614, 14347, 11252, 11388, 10718, 8777, 11751, 11332, 9092, 19218, 14529, 9757, 13320, 9685, 8307, 17821, 14367, 11850, 15925, 11539, 9596, 12886, 10309, 20359, 15704, 11234, 13747, 10341, 15152, 11422, 10010, 15776, 10575, 8710, 9645, 8375, 17395, 13350, 9758, 14025, 10067, 8405, 15405, 12953, 18018, 14717, 9920, 14203, 10426, 9890, 12643, 9048, 15400, 9680, 6957, 9815, 8972, 13830, 13827, 9802, 15052, 11227, 16769, 12772, 15488, 12624, 14170, 12053, 8230, 9895, 8379, 7395, 13794, 11339, 9043, 12218, 9502, 10620, 12753, 11938, 19009, 14904, 14492, 11090, 10618, 10538, 8528, 17187, 13546, 12309, 11133, 8290, 13838, 11620, 11710, 18241, 13403, 14305, 10862, 8442, 17322, 14034, 11107, 10651, 9005, 15066, 13345, 11799, 19273, 13657, 9264, 14847, 11921, 10840, 20129, 15341, 10479, 13473, 11273, 17478, 16103, 11890, 15879, 11089, 8324, 13026, 11067, 10502, 15311, 10543, 8232, 11636, 9249, 16090, 11624, 18137, 13377, 11885, 9369, 7894, 10971, 9360, 7946, 12133, 8755, 7202, 11148, 9405, 16095, 13704, 13661, 12957, 8427, 13143, 10195, 14456, 11749, 11582, 14618, 9459, 13025, 9359, 7503, 14741, 12640, 14628, 12561, 8854, 13872, 11345, 10758, 18690, 14236, 10736, 12637, 9822, 17550, 13094, 10758, 14298, 9418, 7875, 11057, 9901, 18396, 13701, 9619, 13139, 10008, 16168, 13327, 19238, 13328, 9099, 10903, 9328, 10797, 14534, 11712, 13949, 11128, 8443, 15081, 12761, 13237, 17731, 13997, 13506, 11586, 8515, 17926, 13782, 10416, 14931, 10426, 8462, 16305, 13804, 14024, 16540, 11999, 11562, 10431, 7840, 15963, 12027, 9031, 13085, 9858, 8371, 14424, 12606, 13792, 17685, 12665, 8929, 12596, 10353, 10967, 18702, 14578, 14470, 12032, 8801, 15589, 12324, 14318, 12994, 8054, 11462, 8811, 7454, 14792, 11869, 9320, 11869, 9203, 8783, 12835, 10984, 16760, 12040, 8160, 13366, 10313, 9086, 16187, 11428, 8531, 11203, 9202, 11242, 15459, 12409, 11937, 11251, 9415, 15182, 13265, 11719, 17703, 12613, 9506, 13508, 12943, 16893, 12208, 15347, 10521, 8839, 11245, 9969, 14870, 13301, 9951, 8684, 10326, 9167, 18076, 14094, 10887, 15298, 10928, 15286, 9456, 17090, 13768, 12269, 14776, 10644, 11591, 10844, 8999, 18480, 14713, 14923, 11637, 8695, 12193, 8751, 15147, 12077, 9373, 11249, 9100, 9633, 11530, 10170, 19406, 14598, 10325], 'WindowCenter': [4233.0, 4278.0, 4243.0, 4221.0, 4285.0, 4250.0, 4195.0, 4224.0, 4192.0, 4171.0, 4225.0, 4216.0, 4237.0, 4215.0, 4197.0, 4185.0, 4214.0, 4196.0, 4247.0, 4237.0, 4206.0, 4249.0, 4218.0, 4187.0, 4248.0, 4218.0, 4206.0, 4261.0, 4227.0, 4207.0, 4225.0, 4204.0, 4236.0, 4236.0, 4204.0, 4245.0, 4202.0, 4159.0, 4212.0, 4191.0, 4200.0, 4192.0, 4150.0, 4201.0, 4183.0, 4163.0, 4235.0, 4216.0, 4205.0, 4215.0, 4184.0, 4235.0, 4180.0, 4224.0, 4190.0, 4234.0, 4202.0, 4162.0, 4195.0, 4186.0, 4164.0, 4248.0, 4228.0, 4217.0, 4219.0, 4176.0, 4235.0, 4217.0, 4248.0, 4226.0, 4206.0, 4237.0, 4204.0, 4175.0, 4205.0, 4195.0, 4259.0, 4240.0, 4198.0, 4239.0, 4209.0, 4241.0, 4250.0, 4227.0, 4269.0, 4227.0, 4185.0, 4224.0, 4204.0, 4192.0, 4258.0, 4236.0, 4203.0, 4215.0, 4194.0, 4235.0, 4203.0, 4246.0, 4223.0, 4192.0, 4203.0, 4171.0, 4223.0, 4203.0, 4183.0, 4224.0, 4182.0, 4203.0, 4183.0, 4164.0, 4225.0, 4195.0, 4223.0, 4196.0, 4184.0, 4237.0, 4217.0, 4196.0, 4208.0, 4187.0, 4239.0, 4219.0, 4210.0, 4271.0, 4240.0, 4198.0, 4238.0, 4217.0, 4215.0, 4259.0, 4226.0, 4234.0, 4214.0, 4173.0, 4255.0, 4227.0, 4215.0, 4259.0, 4226.0, 4183.0, 4234.0, 4214.0, 4256.0, 4237.0, 4203.0, 4245.0, 4202.0, 4171.0, 4244.0, 4224.0, 4224.0, 4234.0, 4201.0, 4182.0, 4200.0, 4181.0, 4256.0, 4224.0, 4193.0, 4223.0, 4190.0, 4169.0, 4199.0, 4171.0, 4242.0, 4210.0, 4181.0, 4210.0, 4189.0, 4189.0, 4190.0, 4170.0, 4232.0, 4215.0, 4183.0, 4211.0, 4181.0, 4233.0, 4204.0, 4195.0, 4235.0, 4193.0, 4173.0, 4224.0, 4204.0, 4237.0, 4237.0, 4216.0, 4224.0, 4203.0, 4162.0, 4242.0, 4214.0, 4235.0, 4213.0, 4172.0, 4210.0, 4191.0, 4211.0, 4203.0, 4181.0, 4234.0, 4202.0, 4161.0, 4191.0, 4183.0, 4233.0, 4214.0, 4184.0, 4224.0, 4196.0, 4234.0, 4203.0, 4183.0, 4244.0, 4224.0, 4223.0, 4202.0, 4162.0, 4211.0, 4192.0, 4212.0, 4203.0, 4185.0, 4248.0, 4217.0, 4196.0, 4214.0, 4194.0, 4247.0, 4225.0, 4215.0, 4225.0, 4192.0, 4222.0, 4202.0, 4222.0, 4210.0, 4170.0, 4212.0, 4183.0, 4181.0, 4204.0, 4173.0, 4257.0, 4251.0, 4196.0, 4228.0, 4198.0, 4177.0, 4251.0, 4230.0, 4239.0, 4239.0, 4206.0, 4235.0, 4205.0, 4182.0, 4234.0, 4205.0, 4244.0, 4203.0, 4171.0, 4224.0, 4203.0, 4202.0, 4257.0, 4223.0, 4179.0, 4201.0, 4170.0, 4180.0, 4211.0, 4192.0, 4221.0, 4202.0, 4174.0, 4234.0, 4192.0, 4174.0, 4245.0, 4214.0, 4182.0, 4212.0, 4192.0, 4213.0, 4235.0, 4214.0, 4223.0, 4202.0, 4171.0, 4222.0, 4203.0, 4182.0, 4213.0, 4184.0, 4182.0, 4182.0, 4153.0, 4223.0, 4204.0, 4205.0, 4235.0, 4196.0, 4226.0, 4194.0, 4176.0, 4260.0, 4240.0, 4195.0, 4249.0, 4205.0, 4176.0, 4248.0, 4229.0, 4219.0, 4247.0, 4215.0, 4184.0, 4226.0, 4205.0, 4258.0, 4236.0, 4205.0, 4245.0, 4203.0, 4172.0, 4233.0, 4210.0, 4225.0, 4246.0, 4212.0, 4191.0, 4191.0, 4170.0, 4255.0, 4213.0, 4182.0, 4211.0, 4193.0, 4171.0, 4234.0, 4213.0, 4203.0, 4202.0, 4161.0, 4222.0, 4191.0, 4171.0, 4235.0, 4215.0, 4183.0, 4203.0, 4183.0, 4244.0, 4214.0, 4193.0, 4235.0, 4194.0, 4173.0, 4214.0, 4203.0, 4257.0, 4224.0, 4184.0, 4213.0, 4194.0, 4184.0, 4226.0, 4203.0, 4256.0, 4205.0, 4154.0, 4196.0, 4206.0, 4187.0, 4237.0, 4239.0, 4229.0, 4226.0, 4236.0, 4205.0, 4165.0, 4236.0, 4226.0, 4226.0, 4236.0, 4204.0, 4172.0, 4211.0, 4202.0, 4211.0, 4245.0, 4214.0, 4170.0, 4199.0, 4180.0, 4222.0, 4221.0, 4180.0, 4233.0, 4181.0, 4150.0, 4211.0, 4203.0, 4203.0, 4223.0, 4191.0, 4181.0, 4190.0, 4171.0, 4233.0, 4200.0, 4181.0, 4201.0, 4171.0, 4159.0, 4171.0, 4161.0, 4233.0, 4204.0, 4184.0, 4216.0, 4188.0, 4166.0, 4227.0, 4207.0, 4259.0, 4239.0, 4208.0, 4226.0, 4204.0, 4216.0, 4214.0, 4194.0, 4258.0, 4225.0, 4215.0, 4193.0, 4234.0, 4193.0, 4182.0, 4202.0, 4174.0, 4247.0, 4197.0, 4156.0, 4204.0, 4198.0, 4249.0, 4230.0, 4238.0, 4248.0, 4205.0, 4237.0, 4203.0, 4237.0, 4226.0, 4247.0, 4226.0, 4183.0, 4213.0, 4183.0, 4182.0, 4234.0, 4216.0, 4246.0, 4204.0, 4184.0, 4215.0, 4191.0, 4224.0, 4221.0, 4235.0, 4192.0, 4221.0, 4172.0, 4222.0, 4202.0, 4221.0, 4200.0, 4202.0, 4201.0, 4150.0, 4190.0, 4182.0, 4183.0, 4246.0, 4206.0, 4186.0, 4194.0, 4187.0, 4238.0, 4227.0, 4270.0, 4240.0, 4206.0, 4216.0, 4185.0, 4235.0, 4213.0, 4256.0, 4235.0, 4193.0, 4214.0, 4193.0, 4212.0, 4214.0, 4195.0, 4259.0, 4227.0, 4185.0, 4215.0, 4206.0, 4206.0, 4259.0, 4225.0, 4203.0, 4214.0, 4181.0, 4245.0, 4225.0, 4213.0, 4222.0, 4181.0, 4210.0, 4181.0, 4170.0, 4243.0, 4223.0, 4180.0, 4191.0, 4182.0, 4191.0, 4223.0, 4203.0, 4213.0, 4183.0, 4161.0, 4212.0, 4183.0, 4163.0, 4236.0, 4216.0, 4205.0, 4206.0, 4187.0, 4217.0, 4217.0, 4187.0, 4268.0, 4239.0, 4198.0, 4237.0, 4196.0, 4176.0, 4258.0, 4236.0, 4216.0, 4237.0, 4202.0, 4181.0, 4212.0, 4182.0, 4257.0, 4235.0, 4191.0, 4198.0, 4180.0, 4218.0, 4189.0, 4168.0, 4222.0, 4191.0, 4160.0, 4181.0, 4161.0, 4243.0, 4226.0, 4184.0, 4222.0, 4193.0, 4162.0, 4235.0, 4213.0, 4245.0, 4223.0, 4183.0, 4211.0, 4182.0, 4169.0, 4198.0, 4171.0, 4232.0, 4181.0, 4152.0, 4194.0, 4185.0, 4236.0, 4227.0, 4197.0, 4236.0, 4207.0, 4236.0, 4213.0, 4223.0, 4203.0, 4212.0, 4201.0, 4161.0, 4181.0, 4173.0, 4165.0, 4235.0, 4217.0, 4196.0, 4227.0, 4198.0, 4206.0, 4227.0, 4205.0, 4260.0, 4237.0, 4225.0, 4206.0, 4192.0, 4193.0, 4174.0, 4248.0, 4226.0, 4216.0, 4207.0, 4175.0, 4224.0, 4217.0, 4216.0, 4260.0, 4225.0, 4235.0, 4204.0, 4162.0, 4245.0, 4236.0, 4206.0, 4196.0, 4175.0, 4234.0, 4225.0, 4216.0, 4259.0, 4226.0, 4184.0, 4222.0, 4203.0, 4192.0, 4258.0, 4234.0, 4192.0, 4211.0, 4190.0, 4243.0, 4233.0, 4190.0, 4221.0, 4189.0, 4148.0, 4200.0, 4188.0, 4179.0, 4221.0, 4191.0, 4159.0, 4190.0, 4170.0, 4232.0, 4189.0, 4231.0, 4198.0, 4188.0, 4168.0, 4148.0, 4191.0, 4182.0, 4162.0, 4214.0, 4186.0, 4154.0, 4205.0, 4196.0, 4247.0, 4238.0, 4226.0, 4217.0, 4162.0, 4213.0, 4183.0, 4221.0, 4203.0, 4201.0, 4223.0, 4183.0, 4223.0, 4183.0, 4154.0, 4235.0, 4226.0, 4236.0, 4215.0, 4185.0, 4226.0, 4192.0, 4205.0, 4259.0, 4228.0, 4195.0, 4215.0, 4196.0, 4247.0, 4226.0, 4194.0, 4226.0, 4185.0, 4163.0, 4206.0, 4196.0, 4257.0, 4227.0, 4185.0, 4225.0, 4195.0, 4246.0, 4225.0, 4257.0, 4226.0, 4174.0, 4205.0, 4186.0, 4206.0, 4240.0, 4220.0, 4238.0, 4218.0, 4176.0, 4237.0, 4229.0, 4226.0, 4250.0, 4225.0, 4214.0, 4204.0, 4163.0, 4246.0, 4226.0, 4194.0, 4235.0, 4193.0, 4164.0, 4234.0, 4225.0, 4224.0, 4234.0, 4202.0, 4192.0, 4190.0, 4161.0, 4232.0, 4213.0, 4183.0, 4213.0, 4195.0, 4162.0, 4223.0, 4215.0, 4224.0, 4248.0, 4216.0, 4174.0, 4214.0, 4195.0, 4192.0, 4256.0, 4236.0, 4225.0, 4203.0, 4173.0, 4232.0, 4213.0, 4221.0, 4211.0, 4161.0, 4191.0, 4171.0, 4150.0, 4223.0, 4215.0, 4185.0, 4214.0, 4185.0, 4175.0, 4214.0, 4207.0, 4247.0, 4216.0, 4175.0, 4228.0, 4197.0, 4185.0, 4247.0, 4216.0, 4174.0, 4206.0, 4198.0, 4217.0, 4250.0, 4229.0, 4219.0, 4208.0, 4198.0, 4237.0, 4228.0, 4219.0, 4260.0, 4217.0, 4184.0, 4227.0, 4214.0, 4237.0, 4203.0, 4224.0, 4195.0, 4173.0, 4203.0, 4194.0, 4236.0, 4226.0, 4197.0, 4176.0, 4196.0, 4198.0, 4258.0, 4238.0, 4196.0, 4236.0, 4193.0, 4223.0, 4171.0, 4232.0, 4224.0, 4202.0, 4224.0, 4192.0, 4201.0, 4192.0, 4172.0, 4244.0, 4225.0, 4221.0, 4190.0, 4159.0, 4201.0, 4160.0, 4221.0, 4204.0, 4173.0, 4204.0, 4175.0, 4185.0, 4217.0, 4195.0, 4256.0, 4235.0, 4195.0], 'WindowWidth': [9392.0, 9442.0, 9386.0, 9350.0, 9451.0, 9388.0, 9303.0, 9341.0, 9294.0, 9264.0, 9340.0, 9329.0, 9362.0, 9331.0, 9308.0, 9291.0, 9327.0, 9306.0, 9375.0, 9364.0, 9321.0, 9382.0, 9336.0, 9296.0, 9379.0, 9337.0, 9317.0, 9404.0, 9349.0, 9320.0, 9342.0, 9311.0, 9361.0, 9360.0, 9311.0, 9374.0, 9306.0, 9244.0, 9316.0, 9288.0, 9301.0, 9289.0, 9235.0, 9304.0, 9283.0, 9257.0, 9357.0, 9333.0, 9315.0, 9330.0, 9285.0, 9358.0, 9273.0, 9338.0, 9287.0, 9353.0, 9307.0, 9254.0, 9302.0, 9292.0, 9262.0, 9379.0, 9353.0, 9337.0, 9340.0, 9280.0, 9357.0, 9334.0, 9379.0, 9346.0, 9318.0, 9362.0, 9315.0, 9275.0, 9316.0, 9304.0, 9399.0, 9370.0, 9312.0, 9368.0, 9329.0, 9375.0, 9386.0, 9350.0, 9417.0, 9350.0, 9288.0, 9340.0, 9312.0, 9292.0, 9401.0, 9361.0, 9310.0, 9328.0, 9299.0, 9357.0, 9308.0, 9379.0, 9337.0, 9292.0, 9306.0, 9263.0, 9336.0, 9310.0, 9280.0, 9339.0, 9282.0, 9308.0, 9282.0, 9259.0, 9342.0, 9303.0, 9339.0, 9306.0, 9288.0, 9362.0, 9336.0, 9308.0, 9325.0, 9298.0, 9369.0, 9343.0, 9333.0, 9421.0, 9373.0, 9313.0, 9366.0, 9335.0, 9329.0, 9400.0, 9347.0, 9358.0, 9327.0, 9271.0, 9387.0, 9349.0, 9329.0, 9401.0, 9345.0, 9283.0, 9353.0, 9327.0, 9393.0, 9365.0, 9311.0, 9372.0, 9306.0, 9263.0, 9369.0, 9340.0, 9341.0, 9355.0, 9307.0, 9279.0, 9302.0, 9279.0, 9393.0, 9343.0, 9295.0, 9336.0, 9290.0, 9258.0, 9298.0, 9263.0, 9366.0, 9317.0, 9274.0, 9315.0, 9287.0, 9284.0, 9288.0, 9262.0, 9351.0, 9329.0, 9282.0, 9319.0, 9278.0, 9352.0, 9312.0, 9302.0, 9359.0, 9297.0, 9270.0, 9339.0, 9314.0, 9361.0, 9364.0, 9331.0, 9341.0, 9310.0, 9253.0, 9365.0, 9325.0, 9359.0, 9324.0, 9266.0, 9316.0, 9291.0, 9317.0, 9308.0, 9277.0, 9356.0, 9308.0, 9253.0, 9291.0, 9283.0, 9352.0, 9328.0, 9287.0, 9340.0, 9304.0, 9353.0, 9310.0, 9282.0, 9370.0, 9339.0, 9339.0, 9309.0, 9255.0, 9317.0, 9295.0, 9322.0, 9312.0, 9289.0, 9379.0, 9334.0, 9304.0, 9327.0, 9301.0, 9379.0, 9346.0, 9328.0, 9343.0, 9294.0, 9335.0, 9307.0, 9336.0, 9318.0, 9262.0, 9320.0, 9284.0, 9278.0, 9312.0, 9271.0, 9393.0, 9392.0, 9310.0, 9352.0, 9311.0, 9282.0, 9387.0, 9360.0, 9369.0, 9369.0, 9321.0, 9358.0, 9314.0, 9281.0, 9358.0, 9313.0, 9373.0, 9309.0, 9263.0, 9337.0, 9308.0, 9306.0, 9396.0, 9337.0, 9273.0, 9303.0, 9261.0, 9273.0, 9319.0, 9295.0, 9334.0, 9308.0, 9273.0, 9352.0, 9292.0, 9275.0, 9372.0, 9328.0, 9280.0, 9320.0, 9291.0, 9322.0, 9358.0, 9327.0, 9341.0, 9308.0, 9264.0, 9334.0, 9308.0, 9280.0, 9322.0, 9284.0, 9280.0, 9282.0, 9243.0, 9338.0, 9313.0, 9317.0, 9359.0, 9307.0, 9347.0, 9300.0, 9281.0, 9401.0, 9372.0, 9306.0, 9384.0, 9319.0, 9281.0, 9382.0, 9355.0, 9340.0, 9383.0, 9331.0, 9289.0, 9345.0, 9316.0, 9398.0, 9364.0, 9316.0, 9374.0, 9312.0, 9268.0, 9355.0, 9317.0, 9343.0, 9378.0, 9320.0, 9289.0, 9290.0, 9262.0, 9387.0, 9323.0, 9279.0, 9319.0, 9296.0, 9264.0, 9352.0, 9323.0, 9307.0, 9305.0, 9252.0, 9334.0, 9293.0, 9265.0, 9357.0, 9328.0, 9285.0, 9311.0, 9285.0, 9369.0, 9327.0, 9297.0, 9358.0, 9300.0, 9270.0, 9328.0, 9312.0, 9396.0, 9343.0, 9288.0, 9325.0, 9304.0, 9289.0, 9345.0, 9311.0, 9393.0, 9318.0, 9252.0, 9307.0, 9318.0, 9298.0, 9363.0, 9369.0, 9357.0, 9348.0, 9364.0, 9317.0, 9260.0, 9359.0, 9346.0, 9345.0, 9363.0, 9312.0, 9266.0, 9318.0, 9307.0, 9320.0, 9376.0, 9324.0, 9262.0, 9298.0, 9274.0, 9332.0, 9333.0, 9275.0, 9352.0, 9275.0, 9233.0, 9317.0, 9308.0, 9307.0, 9338.0, 9291.0, 9277.0, 9286.0, 9263.0, 9350.0, 9301.0, 9276.0, 9302.0, 9262.0, 9245.0, 9262.0, 9253.0, 9351.0, 9313.0, 9285.0, 9333.0, 9298.0, 9266.0, 9349.0, 9320.0, 9399.0, 9368.0, 9322.0, 9345.0, 9314.0, 9329.0, 9326.0, 9296.0, 9396.0, 9342.0, 9328.0, 9295.0, 9353.0, 9295.0, 9279.0, 9308.0, 9274.0, 9375.0, 9308.0, 9254.0, 9316.0, 9314.0, 9381.0, 9358.0, 9368.0, 9382.0, 9315.0, 9363.0, 9310.0, 9363.0, 9343.0, 9381.0, 9346.0, 9284.0, 9323.0, 9283.0, 9280.0, 9356.0, 9331.0, 9378.0, 9313.0, 9285.0, 9327.0, 9292.0, 9339.0, 9333.0, 9358.0, 9292.0, 9331.0, 9266.0, 9334.0, 9306.0, 9330.0, 9303.0, 9305.0, 9302.0, 9235.0, 9289.0, 9282.0, 9284.0, 9376.0, 9319.0, 9293.0, 9301.0, 9298.0, 9366.0, 9352.0, 9416.0, 9371.0, 9318.0, 9334.0, 9288.0, 9357.0, 9324.0, 9398.0, 9359.0, 9297.0, 9325.0, 9299.0, 9321.0, 9328.0, 9302.0, 9403.0, 9349.0, 9289.0, 9330.0, 9318.0, 9316.0, 9401.0, 9343.0, 9311.0, 9326.0, 9279.0, 9372.0, 9342.0, 9323.0, 9335.0, 9277.0, 9314.0, 9276.0, 9261.0, 9371.0, 9335.0, 9275.0, 9289.0, 9278.0, 9289.0, 9335.0, 9308.0, 9322.0, 9282.0, 9252.0, 9320.0, 9285.0, 9258.0, 9359.0, 9334.0, 9315.0, 9320.0, 9298.0, 9335.0, 9336.0, 9296.0, 9414.0, 9371.0, 9314.0, 9364.0, 9306.0, 9279.0, 9394.0, 9363.0, 9333.0, 9366.0, 9307.0, 9278.0, 9321.0, 9279.0, 9400.0, 9356.0, 9290.0, 9295.0, 9271.0, 9322.0, 9283.0, 9254.0, 9332.0, 9291.0, 9248.0, 9276.0, 9252.0, 9367.0, 9346.0, 9286.0, 9335.0, 9298.0, 9253.0, 9355.0, 9323.0, 9373.0, 9335.0, 9280.0, 9317.0, 9277.0, 9255.0, 9295.0, 9263.0, 9349.0, 9278.0, 9242.0, 9300.0, 9291.0, 9360.0, 9349.0, 9307.0, 9359.0, 9319.0, 9360.0, 9322.0, 9337.0, 9306.0, 9319.0, 9303.0, 9252.0, 9278.0, 9270.0, 9263.0, 9358.0, 9337.0, 9309.0, 9349.0, 9312.0, 9319.0, 9350.0, 9313.0, 9404.0, 9363.0, 9343.0, 9316.0, 9292.0, 9296.0, 9272.0, 9380.0, 9343.0, 9332.0, 9320.0, 9276.0, 9341.0, 9334.0, 9331.0, 9403.0, 9344.0, 9357.0, 9314.0, 9254.0, 9372.0, 9361.0, 9318.0, 9304.0, 9275.0, 9356.0, 9345.0, 9333.0, 9404.0, 9345.0, 9283.0, 9335.0, 9311.0, 9295.0, 9402.0, 9357.0, 9292.0, 9317.0, 9289.0, 9366.0, 9354.0, 9287.0, 9333.0, 9284.0, 9228.0, 9299.0, 9284.0, 9272.0, 9333.0, 9290.0, 9245.0, 9286.0, 9261.0, 9349.0, 9285.0, 9350.0, 9296.0, 9280.0, 9253.0, 9230.0, 9289.0, 9282.0, 9256.0, 9328.0, 9293.0, 9248.0, 9316.0, 9307.0, 9377.0, 9365.0, 9345.0, 9333.0, 9254.0, 9321.0, 9280.0, 9331.0, 9308.0, 9302.0, 9336.0, 9283.0, 9337.0, 9285.0, 9247.0, 9358.0, 9345.0, 9359.0, 9330.0, 9287.0, 9344.0, 9292.0, 9315.0, 9401.0, 9350.0, 9300.0, 9328.0, 9304.0, 9374.0, 9346.0, 9299.0, 9345.0, 9289.0, 9259.0, 9318.0, 9305.0, 9394.0, 9349.0, 9288.0, 9342.0, 9302.0, 9373.0, 9342.0, 9397.0, 9344.0, 9273.0, 9314.0, 9289.0, 9318.0, 9369.0, 9342.0, 9366.0, 9337.0, 9280.0, 9362.0, 9352.0, 9345.0, 9388.0, 9342.0, 9326.0, 9309.0, 9254.0, 9373.0, 9345.0, 9299.0, 9356.0, 9297.0, 9258.0, 9354.0, 9341.0, 9340.0, 9355.0, 9305.0, 9290.0, 9288.0, 9250.0, 9350.0, 9324.0, 9284.0, 9324.0, 9301.0, 9254.0, 9339.0, 9330.0, 9342.0, 9385.0, 9332.0, 9273.0, 9326.0, 9301.0, 9293.0, 9396.0, 9358.0, 9342.0, 9309.0, 9267.0, 9349.0, 9322.0, 9331.0, 9318.0, 9250.0, 9289.0, 9265.0, 9236.0, 9337.0, 9330.0, 9287.0, 9325.0, 9288.0, 9276.0, 9327.0, 9321.0, 9377.0, 9331.0, 9276.0, 9349.0, 9307.0, 9287.0, 9377.0, 9331.0, 9274.0, 9318.0, 9311.0, 9334.0, 9384.0, 9354.0, 9339.0, 9325.0, 9311.0, 9363.0, 9351.0, 9338.0, 9402.0, 9334.0, 9287.0, 9348.0, 9324.0, 9364.0, 9308.0, 9340.0, 9300.0, 9268.0, 9309.0, 9298.0, 9359.0, 9343.0, 9306.0, 9277.0, 9303.0, 9309.0, 9393.0, 9364.0, 9302.0, 9359.0, 9293.0, 9336.0, 9262.0, 9350.0, 9337.0, 9307.0, 9338.0, 9292.0, 9302.0, 9293.0, 9265.0, 9370.0, 9341.0, 9331.0, 9287.0, 9244.0, 9302.0, 9247.0, 9330.0, 9310.0, 9269.0, 9312.0, 9274.0, 9287.0, 9333.0, 9302.0, 9392.0, 9357.0, 9298.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.00028729885057471267</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018040941149425286</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.433397519159946</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2919277323705416</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9917649124165709</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4958</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4598.9897</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07654987409911569</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.45977011494252873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3643934318434523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2429832192503856</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.671582299940878</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.178614776339093</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00840705</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015245133079588413</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.036298032850027084</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.8213558753593966</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>12.8619</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8205</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>225.1999</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300056.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>1152.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.5007</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2704</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.2687</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3385.167</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3575.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76488.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1147.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4484.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.5257</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.29489194531925</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> |