=== 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-0050 --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-0050",
"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-0050_ses-03_task-social_acq-mb8_run-05_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-0050_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0050_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_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-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-05_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-0050/ses-03/func/sub-0050_ses-03_task-social_acq-mb8_run-05_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>4bf15b13338ede3335ac2f842a097757</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>18:52:22.340000</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.998514, 0.0494063, 0.023001, -0.0490101, 0.998645, -0.017481]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0819193</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7760, -7257, 565, -56, -201, 30, 32]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.312</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>beffa651-52e9-43bb-ac9a-2556b59a3e73||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.6789398193359375, -0.13149060308933258, 0.06435053795576096, 114.88883972167969], [-0.13255353271961212, 2.6792922019958496, -0.04408496990799904, -81.69515991210938], [0.06171005591750145, 0.046900320798158646, 2.6988730430603027, -61.98900604248047], [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': ['185222.340000', '185222.800000', '185223.260000', '185223.720000', '185224.180000', '185224.640000', '185225.100000', '185225.560000', '185226.020000', '185226.480000', '185226.940000', '185227.400000', '185227.860000', '185228.320000', '185228.780000', '185229.240000', '185229.700000', '185230.160000', '185230.620000', '185231.080000', '185231.540000', '185232.000000', '185232.460000', '185232.920000', '185233.380000', '185233.840000', '185234.300000', '185234.760000', '185235.220000', '185235.680000', '185236.140000', '185236.600000', '185237.060000', '185237.520000', '185237.980000', '185238.440000', '185238.900000', '185239.360000', '185239.820000', '185240.280000', '185240.740000', '185241.200000', '185241.660000', '185242.120000', '185242.580000', '185243.040000', '185243.500000', '185243.960000', '185244.420000', '185244.880000', '185245.340000', '185245.800000', '185246.260000', '185246.720000', '185247.180000', '185247.640000', '185248.100000', '185248.560000', '185249.020000', '185249.480000', '185249.940000', '185250.400000', '185250.860000', '185251.320000', '185251.780000', '185252.240000', '185252.700000', '185253.160000', '185253.620000', '185254.080000', '185254.540000', '185255.000000', '185255.460000', '185255.920000', '185256.380000', '185256.840000', '185257.300000', '185257.760000', '185258.220000', '185258.680000', '185259.140000', '185259.600000', '185300.060000', '185300.520000', '185300.980000', '185301.440000', '185301.900000', '185302.360000', '185302.820000', '185303.280000', '185303.740000', '185304.200000', '185304.660000', '185305.120000', '185305.580000', '185306.040000', '185306.500000', '185306.960000', '185307.420000', '185307.880000', '185308.340000', '185308.800000', '185309.260000', '185309.720000', '185310.180000', '185310.640000', '185311.100000', '185311.560000', '185312.020000', '185312.480000', '185312.940000', '185313.400000', '185313.860000', '185314.320000', '185314.780000', '185315.240000', '185315.700000', '185316.160000', '185316.620000', '185317.080000', '185317.540000', '185318.000000', '185318.460000', '185318.920000', '185319.380000', '185319.840000', '185320.300000', '185320.760000', '185321.220000', '185321.680000', '185322.140000', '185322.600000', '185323.060000', '185323.520000', '185323.980000', '185324.440000', '185324.900000', '185325.360000', '185325.820000', '185326.280000', '185326.740000', '185327.200000', '185327.660000', '185328.120000', '185328.580000', '185329.040000', '185329.500000', '185329.960000', '185330.420000', '185330.880000', '185331.340000', '185331.800000', '185332.260000', '185332.720000', '185333.180000', '185333.640000', '185334.100000', '185334.560000', '185335.020000', '185335.480000', '185335.940000', '185336.400000', '185336.860000', '185337.320000', '185337.780000', '185338.240000', '185338.700000', '185339.160000', '185339.620000', '185340.080000', '185340.540000', '185341.000000', '185341.460000', '185341.920000', '185342.380000', '185342.840000', '185343.300000', '185343.760000', '185344.220000', '185344.680000', '185345.140000', '185345.600000', '185346.060000', '185346.520000', '185346.980000', '185347.440000', '185347.900000', '185348.360000', '185348.820000', '185349.280000', '185349.740000', '185350.200000', '185350.660000', '185351.120000', '185351.580000', '185352.040000', '185352.500000', '185352.960000', '185353.420000', '185353.880000', '185354.340000', '185354.800000', '185355.260000', '185355.720000', '185356.180000', '185356.640000', '185357.100000', '185357.560000', '185358.020000', '185358.480000', '185358.940000', '185359.400000', '185359.860000', '185400.320000', '185400.780000', '185401.240000', '185401.700000', '185402.160000', '185402.620000', '185403.080000', '185403.540000', '185404.000000', '185404.460000', '185404.920000', '185405.380000', '185405.840000', '185406.300000', '185406.760000', '185407.220000', '185407.680000', '185408.140000', '185408.600000', '185409.060000', '185409.520000', '185409.980000', '185410.440000', '185410.900000', '185411.360000', '185411.820000', '185412.280000', '185412.740000', '185413.200000', '185413.660000', '185414.120000', '185414.580000', '185415.040000', '185415.500000', '185415.960000', '185416.420000', '185416.880000', '185417.340000', '185417.800000', '185418.260000', '185418.720000', '185419.180000', '185419.640000', '185420.100000', '185420.560000', '185421.020000', '185421.480000', '185421.940000', '185422.400000', '185422.860000', '185423.320000', '185423.780000', '185424.240000', '185424.700000', '185425.160000', '185425.620000', '185426.080000', '185426.540000', '185427.000000', '185427.460000', '185427.920000', '185428.380000', '185428.840000', '185429.300000', '185429.760000', '185430.220000', '185430.680000', '185431.140000', '185431.600000', '185432.060000', '185432.520000', '185432.980000', '185433.440000', '185433.900000', '185434.360000', '185434.820000', '185435.280000', '185435.740000', '185436.200000', '185436.660000', '185437.120000', '185437.580000', '185438.040000', '185438.500000', '185438.960000', '185439.420000', '185439.880000', '185440.340000', '185440.800000', '185441.260000', '185441.720000', '185442.180000', '185442.640000', '185443.100000', '185443.560000', '185444.020000', '185444.480000', '185444.940000', '185445.400000', '185445.860000', '185446.320000', '185446.780000', '185447.240000', '185447.700000', '185448.160000', '185448.620000', '185449.080000', '185449.540000', '185450.000000', '185450.460000', '185450.920000', '185451.380000', '185451.840000', '185452.300000', '185452.760000', '185453.220000', '185453.680000', '185454.140000', '185454.600000', '185455.060000', '185455.520000', '185455.980000', '185456.440000', '185456.900000', '185457.360000', '185457.820000', '185458.280000', '185458.740000', '185459.200000', '185459.660000', '185500.120000', '185500.580000', '185501.040000', '185501.500000', '185501.960000', '185502.420000', '185502.880000', '185503.340000', '185503.800000', '185504.260000', '185504.720000', '185505.180000', '185505.640000', '185506.100000', '185506.560000', '185507.020000', '185507.480000', '185507.940000', '185508.400000', '185508.860000', '185509.320000', '185509.780000', '185510.240000', '185510.700000', '185511.160000', '185511.620000', '185512.080000', '185512.540000', '185513.000000', '185513.460000', '185513.920000', '185514.380000', '185514.840000', '185515.300000', '185515.760000', '185516.220000', '185516.680000', '185517.140000', '185517.600000', '185518.060000', '185518.520000', '185518.980000', '185519.440000', '185519.900000', '185520.360000', '185520.820000', '185521.280000', '185521.740000', '185522.200000', '185522.660000', '185523.120000', '185523.580000', '185524.040000', '185524.500000', '185524.960000', '185525.420000', '185525.880000', '185526.340000', '185526.800000', '185527.260000', '185527.720000', '185528.180000', '185528.640000', '185529.100000', '185529.560000', '185530.020000', '185530.480000', '185530.940000', '185531.400000', '185531.860000', '185532.320000', '185532.780000', '185533.240000', '185533.700000', '185534.160000', '185534.620000', '185535.080000', '185535.540000', '185536.000000', '185536.460000', '185536.920000', '185537.380000', '185537.840000', '185538.300000', '185538.760000', '185539.220000', '185539.680000', '185540.140000', '185540.600000', '185541.060000', '185541.520000', '185541.980000', '185542.440000', '185542.900000', '185543.360000', '185543.820000', '185544.280000', '185544.740000', '185545.200000', '185545.660000', '185546.120000', '185546.580000', '185547.040000', '185547.500000', '185547.960000', '185548.420000', '185548.880000', '185549.340000', '185549.800000', '185550.260000', '185550.720000', '185551.180000', '185551.640000', '185552.100000', '185552.560000', '185553.020000', '185553.480000', '185553.940000', '185554.400000', '185554.860000', '185555.320000', '185555.780000', '185556.240000', '185556.700000', '185557.160000', '185557.620000', '185558.080000', '185558.540000', '185559.000000', '185559.460000', '185559.920000', '185600.380000', '185600.840000', '185601.300000', '185601.760000', '185602.220000', '185602.680000', '185603.140000', '185603.600000', '185604.060000', '185604.520000', '185604.980000', '185605.440000', '185605.900000', '185606.360000', '185606.820000', '185607.280000', '185607.740000', '185608.200000', '185608.660000', '185609.120000', '185609.580000', '185610.040000', '185610.500000', '185610.960000', '185611.420000', '185611.880000', '185612.340000', '185612.800000', '185613.260000', '185613.720000', '185614.180000', '185614.640000', '185615.100000', '185615.560000', '185616.020000', '185616.480000', '185616.940000', '185617.400000', '185617.860000', '185618.320000', '185618.780000', '185619.240000', '185619.700000', '185620.160000', '185620.620000', '185621.080000', '185621.540000', '185622.000000', '185622.460000', '185622.920000', '185623.380000', '185623.840000', '185624.300000', '185624.760000', '185625.220000', '185625.680000', '185626.140000', '185626.600000', '185627.060000', '185627.520000', '185627.980000', '185628.440000', '185628.900000', '185629.360000', '185629.820000', '185630.280000', '185630.740000', '185631.200000', '185631.660000', '185632.120000', '185632.580000', '185633.040000', '185633.500000', '185633.960000', '185634.420000', '185634.880000', '185635.340000', '185635.800000', '185636.260000', '185636.720000', '185637.180000', '185637.640000', '185638.100000', '185638.560000', '185639.020000', '185639.480000', '185639.940000', '185640.400000', '185640.860000', '185641.320000', '185641.780000', '185642.240000', '185642.700000', '185643.160000', '185643.620000', '185644.080000', '185644.540000', '185645.000000', '185645.460000', '185645.920000', '185646.380000', '185646.840000', '185647.300000', '185647.760000', '185648.220000', '185648.680000', '185649.140000', '185649.600000', '185650.060000', '185650.520000', '185650.980000', '185651.440000', '185651.900000', '185652.360000', '185652.820000', '185653.280000', '185653.740000', '185654.200000', '185654.660000', '185655.120000', '185655.580000', '185656.040000', '185656.500000', '185656.960000', '185657.420000', '185657.880000', '185658.340000', '185658.800000', '185659.260000', '185659.720000', '185700.180000', '185700.640000', '185701.100000', '185701.560000', '185702.020000', '185702.480000', '185702.940000', '185703.400000', '185703.860000', '185704.320000', '185704.780000', '185705.240000', '185705.700000', '185706.160000', '185706.620000', '185707.080000', '185707.540000', '185708.000000', '185708.460000', '185708.920000', '185709.380000', '185709.840000', '185710.300000', '185710.760000', '185711.220000', '185711.680000', '185712.140000', '185712.600000', '185713.060000', '185713.520000', '185713.980000', '185714.440000', '185714.900000', '185715.360000', '185715.820000', '185716.280000', '185716.740000', '185717.200000', '185717.660000', '185718.120000', '185718.580000', '185719.040000', '185719.500000', '185719.960000', '185720.420000', '185720.880000', '185721.340000', '185721.800000', '185722.260000', '185722.720000', '185723.180000', '185723.640000', '185724.100000', '185724.560000', '185725.020000', '185725.480000', '185725.940000', '185726.400000', '185726.860000', '185727.320000', '185727.780000', '185728.240000', '185728.700000', '185729.160000', '185729.620000', '185730.080000', '185730.540000', '185731.000000', '185731.460000', '185731.920000', '185732.380000', '185732.840000', '185733.300000', '185733.760000', '185734.220000', '185734.680000', '185735.140000', '185735.600000', '185736.060000', '185736.520000', '185736.980000', '185737.440000', '185737.900000', '185738.360000', '185738.820000', '185739.280000', '185739.740000', '185740.200000', '185740.660000', '185741.120000', '185741.580000', '185742.040000', '185742.500000', '185742.960000', '185743.420000', '185743.880000', '185744.340000', '185744.800000', '185745.260000', '185745.720000', '185746.180000', '185746.640000', '185747.100000', '185747.560000', '185748.020000', '185748.480000', '185748.940000', '185749.400000', '185749.860000', '185750.320000', '185750.780000', '185751.240000', '185751.700000', '185752.160000', '185752.620000', '185753.080000', '185753.540000', '185754.000000', '185754.460000', '185754.920000', '185755.380000', '185755.840000', '185756.300000', '185756.760000', '185757.220000', '185757.680000', '185758.140000', '185758.600000', '185759.060000', '185759.520000', '185759.980000', '185800.440000', '185800.900000', '185801.360000', '185801.820000', '185802.280000', '185802.740000', '185803.200000', '185803.660000', '185804.120000', '185804.580000', '185805.040000', '185805.500000', '185805.960000', '185806.420000', '185806.880000', '185807.340000', '185807.800000', '185808.260000', '185808.720000', '185809.180000', '185809.640000', '185810.100000', '185810.560000', '185811.020000', '185811.480000', '185811.940000', '185812.400000', '185812.860000', '185813.320000', '185813.780000', '185814.240000', '185814.700000', '185815.160000', '185815.620000', '185816.080000', '185816.540000', '185817.000000', '185817.460000', '185817.920000', '185818.380000', '185818.840000', '185819.300000', '185819.760000', '185820.220000', '185820.680000', '185821.140000', '185821.600000', '185822.060000', '185822.520000', '185822.980000', '185823.440000', '185823.900000', '185824.360000', '185824.820000', '185825.280000', '185825.740000', '185826.200000', '185826.660000', '185827.120000', '185827.580000', '185828.040000', '185828.500000', '185828.960000', '185829.420000', '185829.880000', '185830.340000', '185830.800000', '185831.260000', '185831.720000', '185832.180000', '185832.640000', '185833.100000', '185833.560000', '185834.020000', '185834.480000', '185834.940000', '185835.400000', '185835.860000', '185836.320000', '185836.780000', '185837.240000', '185837.700000', '185838.160000', '185838.620000', '185839.080000', '185839.540000', '185840.000000', '185840.460000', '185840.920000', '185841.380000', '185841.840000', '185842.300000', '185842.760000', '185843.220000', '185843.680000', '185844.140000', '185844.600000', '185845.060000', '185845.520000', '185845.980000', '185846.440000', '185846.900000', '185847.360000', '185847.820000', '185848.280000', '185848.740000', '185849.200000', '185849.660000', '185850.120000', '185850.580000', '185851.040000', '185851.500000', '185851.960000', '185852.420000', '185852.880000', '185853.340000', '185853.800000', '185854.260000', '185854.720000', '185855.180000', '185855.640000', '185856.100000', '185856.560000', '185857.020000', '185857.480000', '185857.940000', '185858.400000', '185858.860000', '185859.320000', '185859.780000', '185900.240000', '185900.700000', '185901.160000', '185901.620000', '185902.080000', '185902.540000', '185903.000000'], 'ContentTime': ['185237.984000', '185237.987000', '185237.990000', '185237.993000', '185237.995000', '185237.998000', '185238.001000', '185238.004000', '185238.006000', '185238.009000', '185238.012000', '185238.014000', '185238.017000', '185238.032000', '185238.034000', '185238.037000', '185238.040000', '185238.042000', '185238.045000', '185238.047000', '185238.050000', '185238.052000', '185238.055000', '185238.057000', '185238.071000', '185238.074000', '185238.076000', '185238.079000', '185238.081000', '185238.084000', '185238.086000', '185238.089000', '185257.954000', '185257.957000', '185257.960000', '185257.962000', '185257.965000', '185257.967000', '185257.970000', '185257.972000', '185257.975000', '185257.978000', '185257.980000', '185257.983000', '185257.985000', '185257.988000', '185257.990000', '185257.993000', '185257.995000', '185257.998000', '185258.001000', '185258.004000', '185258.007000', '185258.009000', '185258.012000', '185258.014000', '185258.017000', '185258.019000', '185258.022000', '185258.024000', '185258.027000', '185258.029000', '185258.032000', '185258.035000', '185258.037000', '185258.040000', '185258.042000', '185258.045000', '185258.047000', '185258.050000', '185258.053000', '185258.055000', '185258.058000', '185258.060000', '185258.063000', '185258.065000', '185317.955000', '185317.957000', '185317.960000', '185317.963000', '185317.965000', '185317.968000', '185317.970000', '185317.973000', '185317.975000', '185317.978000', '185317.981000', '185317.983000', '185317.986000', '185317.994000', '185317.996000', '185318.001000', '185318.004000', '185318.006000', '185318.009000', '185318.011000', '185318.014000', '185318.017000', '185318.019000', '185318.022000', '185318.024000', '185318.027000', '185318.030000', '185318.032000', '185318.035000', '185318.037000', '185318.040000', '185318.042000', '185318.045000', '185318.048000', '185318.051000', '185318.054000', '185318.057000', '185318.060000', '185318.078000', '185318.081000', '185318.084000', '185318.086000', '185318.089000', '185337.954000', '185337.957000', '185337.960000', '185337.962000', '185337.965000', '185337.968000', '185337.970000', '185337.973000', '185337.975000', '185337.978000', '185337.981000', '185337.983000', '185337.986000', '185337.988000', '185337.991000', '185337.993000', '185337.996000', '185338.000000', '185338.002000', '185338.005000', '185338.007000', '185338.010000', '185338.013000', '185338.015000', '185338.018000', '185338.020000', '185338.023000', '185338.025000', '185338.028000', '185338.031000', '185338.033000', '185338.036000', '185338.038000', '185338.041000', '185338.043000', '185338.046000', '185338.049000', '185338.051000', '185338.054000', '185338.056000', '185338.059000', '185338.061000', '185338.064000', '185338.067000', '185357.955000', '185357.957000', '185357.960000', '185357.963000', '185357.965000', '185357.968000', '185357.970000', '185357.973000', '185357.975000', '185357.978000', '185357.981000', '185357.983000', '185357.986000', '185357.988000', '185357.991000', '185357.993000', '185357.996000', '185358.000000', '185358.002000', '185358.005000', '185358.008000', '185358.010000', '185358.013000', '185358.015000', '185358.018000', '185358.021000', '185358.023000', '185358.026000', '185358.028000', '185358.031000', '185358.033000', '185358.036000', '185358.038000', '185358.041000', '185358.044000', '185358.046000', '185358.049000', '185358.051000', '185358.054000', '185358.057000', '185358.059000', '185358.062000', '185358.064000', '185417.955000', '185417.958000', '185417.961000', '185417.963000', '185417.966000', '185417.969000', '185417.971000', '185417.974000', '185417.976000', '185417.979000', '185417.981000', '185417.984000', '185417.987000', '185417.989000', '185417.992000', '185417.994000', '185417.997000', '185418.000000', '185418.003000', '185418.005000', '185418.018000', '185418.020000', '185418.023000', '185418.025000', '185418.028000', '185418.030000', '185418.033000', '185418.035000', '185418.038000', '185418.041000', '185418.043000', '185418.046000', '185418.048000', '185418.051000', '185418.054000', '185418.056000', '185418.059000', '185418.061000', '185418.064000', '185418.066000', '185418.069000', '185418.072000', '185418.074000', '185418.077000', '185437.955000', '185437.958000', '185437.961000', '185437.963000', '185437.966000', '185437.969000', '185437.971000', '185437.974000', '185437.976000', '185437.979000', '185437.982000', '185437.984000', '185437.987000', '185437.989000', '185437.992000', '185437.995000', '185437.997000', '185438.001000', '185438.003000', '185438.006000', '185438.009000', '185438.011000', '185438.014000', '185438.017000', '185438.019000', '185438.022000', '185438.024000', '185438.027000', '185438.030000', '185438.032000', '185438.035000', '185438.039000', '185438.042000', '185438.044000', '185438.047000', '185438.049000', '185438.052000', '185438.055000', '185438.057000', '185438.060000', '185438.062000', '185438.065000', '185438.067000', '185457.956000', '185457.958000', '185457.961000', '185457.964000', '185457.966000', '185457.969000', '185457.971000', '185457.974000', '185457.976000', '185457.979000', '185457.981000', '185457.984000', '185457.987000', '185457.989000', '185457.992000', '185457.995000', '185457.997000', '185458.000000', '185458.002000', '185458.005000', '185458.008000', '185458.010000', '185458.013000', '185458.015000', '185458.018000', '185458.021000', '185458.023000', '185458.026000', '185458.028000', '185458.031000', '185458.034000', '185458.036000', '185458.039000', '185458.042000', '185458.044000', '185458.047000', '185458.049000', '185458.052000', '185458.054000', '185458.057000', '185458.059000', '185458.062000', '185458.065000', '185458.067000', '185517.955000', '185517.957000', '185517.960000', '185517.963000', '185517.965000', '185517.968000', '185517.971000', '185517.973000', '185517.976000', '185517.978000', '185517.981000', '185517.983000', '185517.986000', '185517.989000', '185517.991000', '185517.994000', '185517.996000', '185518.000000', '185518.003000', '185518.006000', '185518.009000', '185518.011000', '185518.014000', '185518.016000', '185518.019000', '185518.022000', '185518.024000', '185518.027000', '185518.029000', '185518.032000', '185518.034000', '185518.037000', '185518.040000', '185518.042000', '185518.045000', '185518.048000', '185518.050000', '185518.053000', '185518.055000', '185518.058000', '185518.061000', '185518.063000', '185518.066000', '185537.954000', '185537.957000', '185537.960000', '185537.963000', '185537.965000', '185537.968000', '185537.971000', '185537.973000', '185537.976000', '185537.978000', '185537.981000', '185537.984000', '185537.986000', '185537.989000', '185537.991000', '185537.994000', '185537.997000', '185538.000000', '185538.003000', '185538.006000', '185538.008000', '185538.011000', '185538.013000', '185538.016000', '185538.019000', '185538.021000', '185538.024000', '185538.026000', '185538.029000', '185538.032000', '185538.034000', '185538.037000', '185538.040000', '185538.042000', '185538.045000', '185538.047000', '185538.050000', '185538.053000', '185538.055000', '185538.058000', '185538.061000', '185538.063000', '185538.066000', '185538.068000', '185557.955000', '185557.957000', '185557.960000', '185557.963000', '185557.965000', '185557.968000', '185557.971000', '185557.973000', '185557.976000', '185557.978000', '185557.981000', '185557.984000', '185557.986000', '185557.989000', '185557.991000', '185558.007000', '185558.010000', '185558.013000', '185558.015000', '185558.018000', '185558.020000', '185558.023000', '185558.025000', '185558.028000', '185558.031000', '185558.033000', '185558.036000', '185558.038000', '185558.041000', '185558.044000', '185558.046000', '185558.049000', '185558.051000', '185558.054000', '185558.057000', '185558.059000', '185558.062000', '185558.064000', '185558.067000', '185558.069000', '185558.072000', '185558.075000', '185558.078000', '185617.955000', '185617.957000', '185617.960000', '185617.963000', '185617.965000', '185617.968000', '185617.971000', '185617.973000', '185617.976000', '185617.978000', '185617.981000', '185617.983000', '185617.986000', '185617.989000', '185617.991000', '185617.994000', '185617.996000', '185618.000000', '185618.003000', '185618.005000', '185618.008000', '185618.010000', '185618.013000', '185618.015000', '185618.018000', '185618.021000', '185618.023000', '185618.026000', '185618.028000', '185618.031000', '185618.034000', '185618.036000', '185618.039000', '185618.041000', '185618.044000', '185618.047000', '185618.049000', '185618.052000', '185618.054000', '185618.057000', '185618.060000', '185618.062000', '185618.065000', '185618.068000', '185637.956000', '185637.959000', '185637.961000', '185637.964000', '185637.966000', '185637.969000', '185637.971000', '185637.974000', '185637.977000', '185637.979000', '185637.982000', '185637.984000', '185637.987000', '185637.990000', '185637.992000', '185637.995000', '185637.997000', '185638.000000', '185638.003000', '185638.005000', '185638.008000', '185638.010000', '185638.013000', '185638.015000', '185638.018000', '185638.021000', '185638.023000', '185638.026000', '185638.029000', '185638.031000', '185638.034000', '185638.036000', '185638.039000', '185638.042000', '185638.044000', '185638.047000', '185638.057000', '185638.060000', '185638.062000', '185638.066000', '185638.069000', '185638.072000', '185638.074000', '185657.955000', '185657.958000', '185657.961000', '185657.963000', '185657.966000', '185657.969000', '185657.971000', '185657.974000', '185657.976000', '185657.979000', '185657.982000', '185657.984000', '185657.987000', '185657.989000', '185657.992000', '185657.995000', '185657.997000', '185658.000000', '185658.002000', '185658.005000', '185658.007000', '185658.010000', '185658.013000', '185658.015000', '185658.018000', '185658.020000', '185658.023000', '185658.026000', '185658.029000', '185658.032000', '185658.034000', '185658.037000', '185658.039000', '185658.042000', '185658.045000', '185658.047000', '185658.050000', '185658.052000', '185658.055000', '185658.058000', '185658.060000', '185658.063000', '185658.065000', '185717.955000', '185717.958000', '185717.961000', '185717.963000', '185717.966000', '185717.969000', '185717.971000', '185717.974000', '185717.977000', '185717.979000', '185717.982000', '185717.984000', '185717.987000', '185717.990000', '185717.992000', '185717.995000', '185717.997000', '185718.000000', '185718.002000', '185718.005000', '185718.008000', '185718.010000', '185718.013000', '185718.015000', '185718.018000', '185718.021000', '185718.034000', '185718.037000', '185718.039000', '185718.042000', '185718.044000', '185718.047000', '185718.050000', '185718.052000', '185718.055000', '185718.057000', '185718.060000', '185718.063000', '185718.065000', '185718.068000', '185718.070000', '185718.073000', '185718.076000', '185718.078000', '185737.954000', '185737.957000', '185737.960000', '185737.962000', '185737.965000', '185737.968000', '185737.970000', '185737.973000', '185737.976000', '185737.978000', '185737.981000', '185737.983000', '185737.986000', '185737.989000', '185737.991000', '185737.994000', '185737.996000', '185737.999000', '185738.002000', '185738.004000', '185738.007000', '185738.009000', '185738.012000', '185738.015000', '185738.017000', '185738.020000', '185738.022000', '185738.025000', '185738.028000', '185738.030000', '185738.033000', '185738.035000', '185738.038000', '185738.041000', '185738.043000', '185738.046000', '185738.048000', '185738.051000', '185738.054000', '185738.057000', '185738.059000', '185738.062000', '185738.064000', '185738.067000', '185757.955000', '185757.958000', '185757.960000', '185757.963000', '185757.965000', '185757.968000', '185757.971000', '185757.973000', '185757.976000', '185757.978000', '185757.981000', '185757.984000', '185757.986000', '185757.989000', '185757.991000', '185757.994000', '185757.997000', '185757.999000', '185758.002000', '185758.004000', '185758.007000', '185758.010000', '185758.012000', '185758.015000', '185758.018000', '185758.020000', '185758.023000', '185758.025000', '185758.028000', '185758.031000', '185758.033000', '185758.036000', '185758.038000', '185758.041000', '185758.044000', '185758.046000', '185758.049000', '185758.051000', '185758.054000', '185758.057000', '185758.059000', '185758.062000', '185758.064000', '185817.955000', '185817.958000', '185817.960000', '185817.963000', '185817.965000', '185817.968000', '185817.971000', '185817.973000', '185817.976000', '185817.979000', '185817.981000', '185817.984000', '185817.986000', '185817.989000', '185817.992000', '185817.994000', '185817.997000', '185817.999000', '185818.002000', '185818.005000', '185818.007000', '185818.010000', '185818.013000', '185818.015000', '185818.018000', '185818.021000', '185818.025000', '185818.027000', '185818.030000', '185818.033000', '185818.035000', '185818.038000', '185818.040000', '185818.043000', '185818.046000', '185818.048000', '185818.051000', '185818.053000', '185818.056000', '185818.059000', '185818.061000', '185818.064000', '185818.066000', '185818.069000', '185837.955000', '185837.957000', '185837.960000', '185837.963000', '185837.965000', '185837.968000', '185837.970000', '185837.973000', '185837.976000', '185837.978000', '185837.981000', '185837.983000', '185837.986000', '185837.989000', '185837.991000', '185837.994000', '185837.996000', '185838.000000', '185838.003000', '185838.005000', '185838.008000', '185838.010000', '185838.013000', '185838.016000', '185838.018000', '185838.021000', '185838.023000', '185838.026000', '185838.028000', '185838.031000', '185838.033000', '185838.036000', '185838.038000', '185838.041000', '185838.044000', '185838.046000', '185838.049000', '185838.051000', '185838.054000', '185838.057000', '185838.059000', '185838.062000', '185838.064000', '185857.955000', '185857.958000', '185857.961000', '185857.964000', '185857.966000', '185857.969000', '185857.971000', '185857.974000', '185857.977000', '185857.979000', '185857.982000', '185857.984000', '185857.987000', '185857.990000', '185857.992000', '185857.995000', '185857.997000', '185858.001000', '185858.004000', '185858.006000', '185858.009000', '185858.011000', '185858.014000', '185858.017000', '185858.019000', '185858.022000', '185858.024000', '185858.027000', '185858.029000', '185858.032000', '185858.035000', '185858.037000', '185858.040000', '185858.043000', '185858.045000', '185858.048000', '185858.051000', '185858.053000', '185858.056000', '185858.059000', '185858.061000', '185858.064000', '185858.067000', '185858.069000', '185903.858000', '185903.861000', '185903.864000', '185903.867000', '185903.870000', '185903.872000', '185903.875000', '185903.878000', '185903.881000', '185903.884000', '185903.887000', '185903.890000', '185903.893000'], 'InstanceCreationTime': ['185237.984000', '185237.987000', '185237.990000', '185237.993000', '185237.995000', '185237.998000', '185238.001000', '185238.004000', '185238.006000', '185238.009000', '185238.012000', '185238.014000', '185238.017000', '185238.032000', '185238.034000', '185238.037000', '185238.040000', '185238.042000', '185238.045000', '185238.047000', '185238.050000', '185238.052000', '185238.055000', '185238.057000', '185238.071000', '185238.074000', '185238.076000', '185238.079000', '185238.081000', '185238.084000', '185238.086000', '185238.089000', '185257.954000', '185257.957000', '185257.960000', '185257.962000', '185257.965000', '185257.967000', '185257.970000', '185257.972000', '185257.975000', '185257.978000', '185257.980000', '185257.983000', '185257.985000', '185257.988000', '185257.990000', '185257.993000', '185257.995000', '185257.998000', '185258.001000', '185258.004000', '185258.007000', '185258.009000', '185258.012000', '185258.014000', '185258.017000', '185258.019000', '185258.022000', '185258.024000', '185258.027000', '185258.029000', '185258.032000', '185258.035000', '185258.037000', '185258.040000', '185258.042000', '185258.045000', '185258.047000', '185258.050000', '185258.053000', '185258.055000', '185258.058000', '185258.060000', '185258.063000', '185258.065000', '185317.955000', '185317.957000', '185317.960000', '185317.963000', '185317.965000', '185317.968000', '185317.970000', '185317.973000', '185317.975000', '185317.978000', '185317.981000', '185317.983000', '185317.986000', '185317.994000', '185317.996000', '185318.001000', '185318.004000', '185318.006000', '185318.009000', '185318.011000', '185318.014000', '185318.017000', '185318.019000', '185318.022000', '185318.024000', '185318.027000', '185318.030000', '185318.032000', '185318.035000', '185318.037000', '185318.040000', '185318.042000', '185318.045000', '185318.048000', '185318.051000', '185318.054000', '185318.057000', '185318.060000', '185318.078000', '185318.081000', '185318.084000', '185318.086000', '185318.089000', '185337.954000', '185337.957000', '185337.960000', '185337.962000', '185337.965000', '185337.968000', '185337.970000', '185337.973000', '185337.975000', '185337.978000', '185337.981000', '185337.983000', '185337.986000', '185337.988000', '185337.991000', '185337.993000', '185337.996000', '185338.000000', '185338.002000', '185338.005000', '185338.007000', '185338.010000', '185338.013000', '185338.015000', '185338.018000', '185338.020000', '185338.023000', '185338.025000', '185338.028000', '185338.031000', '185338.033000', '185338.036000', '185338.038000', '185338.041000', '185338.043000', '185338.046000', '185338.049000', '185338.051000', '185338.054000', '185338.056000', '185338.059000', '185338.061000', '185338.064000', '185338.067000', '185357.955000', '185357.957000', '185357.960000', '185357.963000', '185357.965000', '185357.968000', '185357.970000', '185357.973000', '185357.975000', '185357.978000', '185357.981000', '185357.983000', '185357.986000', '185357.988000', '185357.991000', '185357.993000', '185357.996000', '185358.000000', '185358.002000', '185358.005000', '185358.008000', '185358.010000', '185358.013000', '185358.015000', '185358.018000', '185358.021000', '185358.023000', '185358.026000', '185358.028000', '185358.031000', '185358.033000', '185358.036000', '185358.038000', '185358.041000', '185358.044000', '185358.046000', '185358.049000', '185358.051000', '185358.054000', '185358.057000', '185358.059000', '185358.062000', '185358.064000', '185417.955000', '185417.958000', '185417.961000', '185417.963000', '185417.966000', '185417.969000', '185417.971000', '185417.974000', '185417.976000', '185417.979000', '185417.981000', '185417.984000', '185417.987000', '185417.989000', '185417.992000', '185417.994000', '185417.997000', '185418.000000', '185418.003000', '185418.005000', '185418.018000', '185418.020000', '185418.023000', '185418.025000', '185418.028000', '185418.030000', '185418.033000', '185418.035000', '185418.038000', '185418.041000', '185418.043000', '185418.046000', '185418.048000', '185418.051000', '185418.054000', '185418.056000', '185418.059000', '185418.061000', '185418.064000', '185418.066000', '185418.069000', '185418.072000', '185418.074000', '185418.077000', '185437.955000', '185437.958000', '185437.961000', '185437.963000', '185437.966000', '185437.969000', '185437.971000', '185437.974000', '185437.976000', '185437.979000', '185437.982000', '185437.984000', '185437.987000', '185437.989000', '185437.992000', '185437.995000', '185437.997000', '185438.001000', '185438.003000', '185438.006000', '185438.009000', '185438.011000', '185438.014000', '185438.017000', '185438.019000', '185438.022000', '185438.024000', '185438.027000', '185438.030000', '185438.032000', '185438.035000', '185438.039000', '185438.042000', '185438.044000', '185438.047000', '185438.049000', '185438.052000', '185438.055000', '185438.057000', '185438.060000', '185438.062000', '185438.065000', '185438.067000', '185457.956000', '185457.958000', '185457.961000', '185457.964000', '185457.966000', '185457.969000', '185457.971000', '185457.974000', '185457.976000', '185457.979000', '185457.981000', '185457.984000', '185457.987000', '185457.989000', '185457.992000', '185457.995000', '185457.997000', '185458.000000', '185458.002000', '185458.005000', '185458.008000', '185458.010000', '185458.013000', '185458.015000', '185458.018000', '185458.021000', '185458.023000', '185458.026000', '185458.028000', '185458.031000', '185458.034000', '185458.036000', '185458.039000', '185458.042000', '185458.044000', '185458.047000', '185458.049000', '185458.052000', '185458.054000', '185458.057000', '185458.059000', '185458.062000', '185458.065000', '185458.067000', '185517.955000', '185517.957000', '185517.960000', '185517.963000', '185517.965000', '185517.968000', '185517.971000', '185517.973000', '185517.976000', '185517.978000', '185517.981000', '185517.983000', '185517.986000', '185517.989000', '185517.991000', '185517.994000', '185517.996000', '185518.000000', '185518.003000', '185518.006000', '185518.009000', '185518.011000', '185518.014000', '185518.016000', '185518.019000', '185518.022000', '185518.024000', '185518.027000', '185518.029000', '185518.032000', '185518.034000', '185518.037000', '185518.040000', '185518.042000', '185518.045000', '185518.048000', '185518.050000', '185518.053000', '185518.055000', '185518.058000', '185518.061000', '185518.063000', '185518.066000', '185537.954000', '185537.957000', '185537.960000', '185537.963000', '185537.965000', '185537.968000', '185537.971000', '185537.973000', '185537.976000', '185537.978000', '185537.981000', '185537.984000', '185537.986000', '185537.989000', '185537.991000', '185537.994000', '185537.997000', '185538.000000', '185538.003000', '185538.006000', '185538.008000', '185538.011000', '185538.013000', '185538.016000', '185538.019000', '185538.021000', '185538.024000', '185538.026000', '185538.029000', '185538.032000', '185538.034000', '185538.037000', '185538.040000', '185538.042000', '185538.045000', '185538.047000', '185538.050000', '185538.053000', '185538.055000', '185538.058000', '185538.061000', '185538.063000', '185538.066000', '185538.068000', '185557.955000', '185557.957000', '185557.960000', '185557.963000', '185557.965000', '185557.968000', '185557.971000', '185557.973000', '185557.976000', '185557.978000', '185557.981000', '185557.984000', '185557.986000', '185557.989000', '185557.991000', '185558.007000', '185558.010000', '185558.013000', '185558.015000', '185558.018000', '185558.020000', '185558.023000', '185558.025000', '185558.028000', '185558.031000', '185558.033000', '185558.036000', '185558.038000', '185558.041000', '185558.044000', '185558.046000', '185558.049000', '185558.051000', '185558.054000', '185558.057000', '185558.059000', '185558.062000', '185558.064000', '185558.067000', '185558.069000', '185558.072000', '185558.075000', '185558.078000', '185617.955000', '185617.957000', '185617.960000', '185617.963000', '185617.965000', '185617.968000', '185617.971000', '185617.973000', '185617.976000', '185617.978000', '185617.981000', '185617.983000', '185617.986000', '185617.989000', '185617.991000', '185617.994000', '185617.996000', '185618.000000', '185618.003000', '185618.005000', '185618.008000', '185618.010000', '185618.013000', '185618.015000', '185618.018000', '185618.021000', '185618.023000', '185618.026000', '185618.028000', '185618.031000', '185618.034000', '185618.036000', '185618.039000', '185618.041000', '185618.044000', '185618.047000', '185618.049000', '185618.052000', '185618.054000', '185618.057000', '185618.060000', '185618.062000', '185618.065000', '185618.068000', '185637.956000', '185637.959000', '185637.961000', '185637.964000', '185637.966000', '185637.969000', '185637.971000', '185637.974000', '185637.977000', '185637.979000', '185637.982000', '185637.984000', '185637.987000', '185637.990000', '185637.992000', '185637.995000', '185637.997000', '185638.000000', '185638.003000', '185638.005000', '185638.008000', '185638.010000', '185638.013000', '185638.015000', '185638.018000', '185638.021000', '185638.023000', '185638.026000', '185638.029000', '185638.031000', '185638.034000', '185638.036000', '185638.039000', '185638.042000', '185638.044000', '185638.047000', '185638.057000', '185638.060000', '185638.062000', '185638.066000', '185638.069000', '185638.072000', '185638.074000', '185657.955000', '185657.958000', '185657.961000', '185657.963000', '185657.966000', '185657.969000', '185657.971000', '185657.974000', '185657.976000', '185657.979000', '185657.982000', '185657.984000', '185657.987000', '185657.989000', '185657.992000', '185657.995000', '185657.997000', '185658.000000', '185658.002000', '185658.005000', '185658.007000', '185658.010000', '185658.013000', '185658.015000', '185658.018000', '185658.020000', '185658.023000', '185658.026000', '185658.029000', '185658.032000', '185658.034000', '185658.037000', '185658.039000', '185658.042000', '185658.045000', '185658.047000', '185658.050000', '185658.052000', '185658.055000', '185658.058000', '185658.060000', '185658.063000', '185658.065000', '185717.955000', '185717.958000', '185717.961000', '185717.963000', '185717.966000', '185717.969000', '185717.971000', '185717.974000', '185717.977000', '185717.979000', '185717.982000', '185717.984000', '185717.987000', '185717.990000', '185717.992000', '185717.995000', '185717.997000', '185718.000000', '185718.002000', '185718.005000', '185718.008000', '185718.010000', '185718.013000', '185718.015000', '185718.018000', '185718.021000', '185718.034000', '185718.037000', '185718.039000', '185718.042000', '185718.044000', '185718.047000', '185718.050000', '185718.052000', '185718.055000', '185718.057000', '185718.060000', '185718.063000', '185718.065000', '185718.068000', '185718.070000', '185718.073000', '185718.076000', '185718.078000', '185737.954000', '185737.957000', '185737.960000', '185737.962000', '185737.965000', '185737.968000', '185737.970000', '185737.973000', '185737.976000', '185737.978000', '185737.981000', '185737.983000', '185737.986000', '185737.989000', '185737.991000', '185737.994000', '185737.996000', '185737.999000', '185738.002000', '185738.004000', '185738.007000', '185738.009000', '185738.012000', '185738.015000', '185738.017000', '185738.020000', '185738.022000', '185738.025000', '185738.028000', '185738.030000', '185738.033000', '185738.035000', '185738.038000', '185738.041000', '185738.043000', '185738.046000', '185738.048000', '185738.051000', '185738.054000', '185738.057000', '185738.059000', '185738.062000', '185738.064000', '185738.067000', '185757.955000', '185757.958000', '185757.960000', '185757.963000', '185757.965000', '185757.968000', '185757.971000', '185757.973000', '185757.976000', '185757.978000', '185757.981000', '185757.984000', '185757.986000', '185757.989000', '185757.991000', '185757.994000', '185757.997000', '185757.999000', '185758.002000', '185758.004000', '185758.007000', '185758.010000', '185758.012000', '185758.015000', '185758.018000', '185758.020000', '185758.023000', '185758.025000', '185758.028000', '185758.031000', '185758.033000', '185758.036000', '185758.038000', '185758.041000', '185758.044000', '185758.046000', '185758.049000', '185758.051000', '185758.054000', '185758.057000', '185758.059000', '185758.062000', '185758.064000', '185817.955000', '185817.958000', '185817.960000', '185817.963000', '185817.965000', '185817.968000', '185817.971000', '185817.973000', '185817.976000', '185817.979000', '185817.981000', '185817.984000', '185817.986000', '185817.989000', '185817.992000', '185817.994000', '185817.997000', '185817.999000', '185818.002000', '185818.005000', '185818.007000', '185818.010000', '185818.013000', '185818.015000', '185818.018000', '185818.021000', '185818.025000', '185818.027000', '185818.030000', '185818.033000', '185818.035000', '185818.038000', '185818.040000', '185818.043000', '185818.046000', '185818.048000', '185818.051000', '185818.053000', '185818.056000', '185818.059000', '185818.061000', '185818.064000', '185818.066000', '185818.069000', '185837.955000', '185837.957000', '185837.960000', '185837.963000', '185837.965000', '185837.968000', '185837.970000', '185837.973000', '185837.976000', '185837.978000', '185837.981000', '185837.983000', '185837.986000', '185837.989000', '185837.991000', '185837.994000', '185837.996000', '185838.000000', '185838.003000', '185838.005000', '185838.008000', '185838.010000', '185838.013000', '185838.016000', '185838.018000', '185838.021000', '185838.023000', '185838.026000', '185838.028000', '185838.031000', '185838.033000', '185838.036000', '185838.038000', '185838.041000', '185838.044000', '185838.046000', '185838.049000', '185838.051000', '185838.054000', '185838.057000', '185838.059000', '185838.062000', '185838.064000', '185857.955000', '185857.958000', '185857.961000', '185857.964000', '185857.966000', '185857.969000', '185857.971000', '185857.974000', '185857.977000', '185857.979000', '185857.982000', '185857.984000', '185857.987000', '185857.990000', '185857.992000', '185857.995000', '185857.997000', '185858.001000', '185858.004000', '185858.006000', '185858.009000', '185858.011000', '185858.014000', '185858.017000', '185858.019000', '185858.022000', '185858.024000', '185858.027000', '185858.029000', '185858.032000', '185858.035000', '185858.037000', '185858.040000', '185858.043000', '185858.045000', '185858.048000', '185858.051000', '185858.053000', '185858.056000', '185858.059000', '185858.061000', '185858.064000', '185858.067000', '185858.069000', '185903.858000', '185903.861000', '185903.864000', '185903.867000', '185903.870000', '185903.872000', '185903.875000', '185903.878000', '185903.881000', '185903.884000', '185903.887000', '185903.890000', '185903.893000'], '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': [15619, 10902, 13690, 9952, 14231, 10031, 13844, 9909, 13667, 9383, 13379, 9447, 13159, 9214, 13072, 8729, 13629, 8766, 12452, 9758, 8923, 11042, 9131, 13454, 8800, 13769, 8406, 13530, 8728, 12877, 10137, 11519, 10233, 12023, 8808, 11716, 8991, 12301, 9453, 12442, 9008, 12888, 8417, 12884, 8204, 13673, 9245, 13759, 8951, 13278, 8088, 12485, 8484, 13204, 8492, 13100, 7977, 13222, 8612, 13636, 9797, 14125, 10121, 14261, 9895, 13945, 9719, 14026, 10737, 13420, 9757, 14096, 10089, 13909, 9966, 13863, 9774, 13721, 9702, 13780, 10017, 13382, 10117, 13432, 10894, 12820, 9448, 13482, 9823, 13624, 9393, 13119, 10296, 13142, 9790, 13347, 10031, 11678, 10185, 10159, 11191, 8329, 12617, 7957, 13043, 8663, 13601, 8864, 12945, 9061, 12315, 8120, 12176, 9650, 11188, 12974, 11317, 9208, 10415, 9779, 10897, 10300, 11033, 9208, 11890, 8128, 12060, 8260, 12241, 10756, 11327, 10855, 10108, 13409, 10464, 14072, 10640, 13149, 9390, 12633, 9043, 12633, 9190, 12596, 9542, 12908, 9437, 12610, 9822, 13323, 9975, 12350, 7855, 11304, 9618, 10059, 12346, 10837, 9973, 9852, 13397, 10032, 13567, 10297, 13664, 10318, 12598, 9586, 10626, 10134, 13707, 10741, 11785, 9920, 13489, 10025, 13439, 10082, 13708, 10125, 13510, 8966, 13109, 8526, 13006, 8815, 12371, 8038, 12430, 8059, 12741, 8715, 14122, 10875, 11214, 11717, 8487, 11666, 10703, 10530, 10693, 15088, 10365, 13615, 9146, 13129, 8559, 12364, 10885, 12228, 11885, 11949, 10439, 12272, 9744, 12270, 8864, 12654, 8995, 12175, 9582, 11807, 12503, 10542, 14007, 10567, 12576, 10762, 8855, 11606, 8590, 13071, 9443, 12689, 8230, 11385, 7747, 11018, 7950, 11020, 8963, 11148, 10116, 11092, 8812, 11808, 8378, 13303, 8813, 13682, 10345, 13576, 10163, 13230, 9957, 13480, 10109, 13158, 9448, 12834, 9000, 12612, 8883, 13068, 9689, 13192, 9431, 13063, 9595, 13221, 9461, 13306, 10186, 12605, 9265, 13208, 9717, 13483, 10202, 13562, 9904, 13657, 9680, 13553, 9901, 14009, 10531, 12898, 9805, 13677, 9936, 13748, 9980, 13663, 10596, 11271, 10060, 8461, 10652, 9091, 12056, 10372, 11718, 8023, 11934, 8429, 12470, 8691, 12889, 8782, 12669, 8430, 12420, 9012, 12099, 11121, 11615, 8802, 11459, 9718, 11041, 10782, 10996, 8186, 11619, 8849, 11178, 12248, 10694, 11962, 10829, 8870, 10673, 8843, 11448, 9720, 12870, 8331, 12933, 8748, 13547, 10628, 12677, 10383, 8606, 13631, 10818, 8469, 12697, 9726, 14615, 11198, 12043, 11190, 10299, 13093, 8637, 14072, 10287, 14716, 11697, 13588, 10435, 9915, 11063, 8647, 13201, 9239, 14352, 10583, 13938, 10751, 11625, 11863, 8030, 12555, 8949, 14435, 10217, 14735, 11283, 13905, 10542, 10817, 10846, 8619, 12166, 8805, 13471, 8634, 13854, 9615, 14367, 10605, 14564, 11311, 13405, 10248, 13494, 10694, 13872, 10698, 11966, 10784, 10947, 10622, 9808, 11591, 9217, 12364, 8182, 12918, 8489, 13260, 9368, 14450, 10512, 13954, 10043, 13392, 10033, 14416, 10577, 13538, 9563, 13656, 9921, 13899, 10163, 13837, 10099, 13818, 9791, 13506, 9760, 13302, 9186, 12721, 8888, 12754, 8693, 12624, 8253, 12841, 8298, 12691, 8086, 12685, 8400, 13408, 9161, 14213, 10206, 14330, 10422, 11195, 10452, 11893, 10922, 14300, 11093, 14371, 10849, 13439, 9861, 13516, 9816, 13713, 10250, 13332, 10046, 14178, 10155, 14246, 10690, 13744, 10218, 13346, 10350, 11312, 10635, 9615, 12055, 8047, 12862, 8476, 12789, 8964, 12779, 8115, 13593, 8525, 13202, 8406, 13378, 8763, 13050, 8376, 12883, 8494, 13425, 10003, 13586, 9983, 8742, 11187, 9303, 14139, 10748, 10213, 10235, 8525, 11630, 8307, 12712, 8683, 13506, 8636, 13749, 9103, 13709, 10806, 12974, 9887, 12911, 10421, 13836, 10468, 11945, 10677, 7700, 10952, 7942, 12526, 8745, 13861, 9142, 13945, 9859, 14030, 9992, 14201, 9894, 13981, 10714, 14029, 9804, 13918, 9696, 13843, 10487, 14044, 10077, 14222, 10107, 13557, 9799, 13668, 9921, 13112, 9211, 13169, 9496, 13486, 9764, 13493, 9487, 13490, 9273, 13099, 8629, 11800, 8515, 12202, 8377, 11714, 10222, 10964, 14879, 11000, 11129, 10051, 9829, 9936, 10378, 10554, 12824, 11136, 9422, 9598, 12705, 10014, 14049, 10543, 12408, 9417, 12997, 9504, 13611, 10222, 13261, 9990, 11985, 9729, 12081, 10054, 13653, 10884, 9560, 9695, 9644, 10088, 13961, 10316, 12413, 10409, 8272, 9620, 13053, 10145, 12986, 10569, 11208, 9251, 11847, 9175, 13046, 10107, 12089, 9211, 13190, 9187, 12819, 8671, 12010, 8132, 10937, 11373, 9980, 13645, 10251, 13210, 9376, 12983, 8625, 11937, 8648, 11314, 8127, 10436, 9957, 10321, 12840, 9745, 12911, 9664, 11636, 9161, 11429, 8664, 11697, 8476, 11228, 8331, 10953, 11350, 9467, 13202, 9879, 11522, 9065, 12425, 9049, 12206, 8573, 11866, 8464, 11297, 8112, 10286, 10053, 10393, 8033, 11489, 8576, 10705, 13023, 9832, 12515, 9679, 13169, 9047, 12154, 9275, 12326, 9090, 9616, 9380, 8478, 13141, 9606, 13079, 9031, 12564, 8890, 13175, 9109, 12347, 9007, 12335, 9252, 12450, 9223, 13390, 9258, 11886, 8699, 11864, 8845, 12343, 9234, 12723, 9144, 12575, 9394, 12025, 8956, 11936, 8049, 11092, 8637, 12448, 8802, 12891, 9412, 12842, 8519, 10996, 9471, 10195, 8553, 10746, 11797, 10321, 13026, 9845, 12879, 9060, 12145, 8326, 10985, 8026, 10705, 9915, 10225, 9609, 10140, 12317, 9787, 12943, 9447, 11555, 9460, 12574, 9227, 12265, 9158, 12385, 9000, 12170, 8843, 11780, 8108, 10870, 11853, 10469, 13355, 9801, 11789, 9384, 12693, 9641, 11280, 8944, 11654, 8776, 11695, 8389, 10170, 12603, 9442, 12097, 9069, 12289, 8714, 11910, 8094, 10310, 11713, 9833, 12862, 9271, 11764, 9339, 12370, 9511, 10336, 9315, 10632, 9388, 13005, 9621, 12779, 9763, 12066, 9237, 13281, 9324, 12892, 9162, 12695, 9228, 12675, 9682, 12843, 9454, 12910, 9254, 12177, 9717, 13040, 8874, 11812, 8145, 10903, 7977, 11933, 8521, 12548, 9377, 12676, 9524, 12238, 9673, 11779, 9653, 7940, 11113, 8960, 13843, 10210, 12563, 9566, 13011, 9551, 12878, 9194, 12769, 9367, 12379, 8706, 11657, 8294, 10874, 8039, 10236, 8572, 10658, 11325, 10249, 12584, 9747], 'WindowCenter': [4212.0, 4166.0, 4172.0, 4140.0, 4168.0, 4127.0, 4157.0, 4114.0, 4144.0, 4103.0, 4143.0, 4102.0, 4132.0, 4101.0, 4142.0, 4091.0, 4141.0, 4089.0, 4130.0, 4114.0, 4101.0, 4134.0, 4103.0, 4143.0, 4090.0, 4142.0, 4092.0, 4143.0, 4090.0, 4131.0, 4112.0, 4120.0, 4109.0, 4120.0, 4088.0, 4120.0, 4088.0, 4131.0, 4100.0, 4131.0, 4101.0, 4143.0, 4089.0, 4143.0, 4091.0, 4154.0, 4113.0, 4155.0, 4102.0, 4143.0, 4080.0, 4132.0, 4090.0, 4143.0, 4090.0, 4142.0, 4091.0, 4142.0, 4102.0, 4142.0, 4111.0, 4142.0, 4111.0, 4139.0, 4110.0, 4141.0, 4099.0, 4139.0, 4109.0, 4129.0, 4099.0, 4129.0, 4098.0, 4129.0, 4097.0, 4126.0, 4097.0, 4128.0, 4087.0, 4127.0, 4086.0, 4116.0, 4096.0, 4127.0, 4096.0, 4115.0, 4086.0, 4116.0, 4086.0, 4126.0, 4085.0, 4114.0, 4095.0, 4115.0, 4085.0, 4115.0, 4096.0, 4106.0, 4098.0, 4097.0, 4108.0, 4077.0, 4129.0, 4077.0, 4127.0, 4077.0, 4129.0, 4075.0, 4117.0, 4075.0, 4117.0, 4064.0, 4106.0, 4072.0, 4095.0, 4115.0, 4095.0, 4073.0, 4095.0, 4083.0, 4095.0, 4095.0, 4106.0, 4085.0, 4117.0, 4064.0, 4117.0, 4074.0, 4119.0, 4108.0, 4107.0, 4095.0, 4096.0, 4115.0, 4096.0, 4127.0, 4096.0, 4115.0, 4074.0, 4105.0, 4074.0, 4105.0, 4085.0, 4115.0, 4086.0, 4116.0, 4087.0, 4128.0, 4112.0, 4141.0, 4098.0, 4129.0, 4078.0, 4109.0, 4085.0, 4098.0, 4119.0, 4109.0, 4097.0, 4097.0, 4127.0, 4096.0, 4128.0, 4099.0, 4128.0, 4098.0, 4117.0, 4098.0, 4108.0, 4110.0, 4140.0, 4110.0, 4118.0, 4111.0, 4130.0, 4099.0, 4130.0, 4110.0, 4130.0, 4099.0, 4128.0, 4086.0, 4127.0, 4076.0, 4128.0, 4076.0, 4116.0, 4076.0, 4118.0, 4077.0, 4129.0, 4076.0, 4139.0, 4107.0, 4121.0, 4131.0, 4090.0, 4120.0, 4122.0, 4110.0, 4121.0, 4152.0, 4109.0, 4140.0, 4088.0, 4130.0, 4077.0, 4118.0, 4096.0, 4117.0, 4106.0, 4105.0, 4082.0, 4103.0, 4071.0, 4092.0, 4059.0, 4100.0, 4048.0, 4088.0, 4057.0, 4078.0, 4076.0, 4067.0, 4100.0, 4068.0, 4088.0, 4079.0, 4048.0, 4089.0, 4061.0, 4112.0, 4082.0, 4114.0, 4061.0, 4104.0, 4051.0, 4095.0, 4064.0, 4107.0, 4075.0, 4107.0, 4095.0, 4106.0, 4075.0, 4106.0, 4063.0, 4125.0, 4075.0, 4125.0, 4096.0, 4116.0, 4095.0, 4115.0, 4085.0, 4114.0, 4095.0, 4116.0, 4084.0, 4115.0, 4073.0, 4104.0, 4074.0, 4116.0, 4085.0, 4116.0, 4086.0, 4127.0, 4087.0, 4128.0, 4097.0, 4129.0, 4099.0, 4119.0, 4089.0, 4129.0, 4099.0, 4129.0, 4110.0, 4141.0, 4100.0, 4140.0, 4099.0, 4141.0, 4112.0, 4142.0, 4112.0, 4131.0, 4111.0, 4140.0, 4101.0, 4141.0, 4110.0, 4142.0, 4122.0, 4120.0, 4111.0, 4090.0, 4122.0, 4101.0, 4133.0, 4111.0, 4131.0, 4078.0, 4131.0, 4090.0, 4132.0, 4092.0, 4144.0, 4091.0, 4132.0, 4089.0, 4132.0, 4100.0, 4133.0, 4121.0, 4122.0, 4089.0, 4119.0, 4099.0, 4120.0, 4121.0, 4122.0, 4090.0, 4122.0, 4088.0, 4120.0, 4130.0, 4123.0, 4132.0, 4122.0, 4089.0, 4111.0, 4099.0, 4121.0, 4111.0, 4144.0, 4091.0, 4131.0, 4104.0, 4142.0, 4110.0, 4142.0, 4122.0, 4102.0, 4156.0, 4135.0, 4103.0, 4144.0, 4112.0, 4152.0, 4121.0, 4132.0, 4122.0, 4100.0, 4130.0, 4075.0, 4129.0, 4098.0, 4139.0, 4119.0, 4127.0, 4095.0, 4085.0, 4106.0, 4077.0, 4129.0, 4088.0, 4138.0, 4107.0, 4139.0, 4110.0, 4120.0, 4120.0, 4067.0, 4119.0, 4088.0, 4140.0, 4097.0, 4140.0, 4108.0, 4127.0, 4108.0, 4107.0, 4107.0, 4076.0, 4119.0, 4088.0, 4129.0, 4076.0, 4128.0, 4087.0, 4139.0, 4110.0, 4140.0, 4108.0, 4129.0, 4098.0, 4128.0, 4099.0, 4130.0, 4110.0, 4118.0, 4108.0, 4107.0, 4098.0, 4099.0, 4120.0, 4088.0, 4119.0, 4076.0, 4130.0, 4087.0, 4130.0, 4100.0, 4141.0, 4109.0, 4140.0, 4099.0, 4129.0, 4099.0, 4141.0, 4110.0, 4130.0, 4099.0, 4129.0, 4099.0, 4130.0, 4100.0, 4128.0, 4097.0, 4127.0, 4085.0, 4116.0, 4086.0, 4118.0, 4074.0, 4114.0, 4075.0, 4116.0, 4075.0, 4118.0, 4077.0, 4129.0, 4076.0, 4129.0, 4078.0, 4129.0, 4079.0, 4141.0, 4100.0, 4141.0, 4111.0, 4141.0, 4110.0, 4119.0, 4112.0, 4119.0, 4110.0, 4140.0, 4120.0, 4141.0, 4108.0, 4129.0, 4098.0, 4128.0, 4098.0, 4127.0, 4097.0, 4129.0, 4097.0, 4127.0, 4098.0, 4140.0, 4110.0, 4128.0, 4109.0, 4128.0, 4110.0, 4108.0, 4110.0, 4098.0, 4119.0, 4077.0, 4130.0, 4077.0, 4129.0, 4088.0, 4129.0, 4066.0, 4127.0, 4076.0, 4118.0, 4065.0, 4129.0, 4075.0, 4129.0, 4076.0, 4129.0, 4077.0, 4128.0, 4098.0, 4129.0, 4098.0, 4089.0, 4121.0, 4101.0, 4141.0, 4110.0, 4099.0, 4099.0, 4076.0, 4109.0, 4078.0, 4129.0, 4076.0, 4128.0, 4077.0, 4129.0, 4087.0, 4130.0, 4108.0, 4128.0, 4098.0, 4129.0, 4110.0, 4141.0, 4110.0, 4121.0, 4110.0, 4079.0, 4110.0, 4078.0, 4130.0, 4089.0, 4143.0, 4099.0, 4141.0, 4110.0, 4141.0, 4099.0, 4141.0, 4100.0, 4141.0, 4110.0, 4139.0, 4099.0, 4128.0, 4088.0, 4140.0, 4111.0, 4140.0, 4112.0, 4140.0, 4098.0, 4127.0, 4098.0, 4129.0, 4098.0, 4127.0, 4086.0, 4128.0, 4097.0, 4128.0, 4098.0, 4128.0, 4088.0, 4128.0, 4087.0, 4128.0, 4078.0, 4118.0, 4076.0, 4118.0, 4077.0, 4119.0, 4096.0, 4097.0, 4140.0, 4109.0, 4106.0, 4097.0, 4097.0, 4098.0, 4097.0, 4109.0, 4129.0, 4109.0, 4087.0, 4088.0, 4118.0, 4099.0, 4139.0, 4097.0, 4116.0, 4087.0, 4117.0, 4086.0, 4128.0, 4096.0, 4117.0, 4098.0, 4105.0, 4087.0, 4117.0, 4097.0, 4128.0, 4109.0, 4086.0, 4087.0, 4086.0, 4097.0, 4127.0, 4097.0, 4116.0, 4097.0, 4064.0, 4088.0, 4127.0, 4096.0, 4128.0, 4110.0, 4107.0, 4089.0, 4106.0, 4087.0, 4129.0, 4110.0, 4119.0, 4098.0, 4128.0, 4088.0, 4130.0, 4077.0, 4118.0, 4065.0, 4107.0, 4105.0, 4087.0, 4128.0, 4098.0, 4117.0, 4085.0, 4116.0, 4063.0, 4105.0, 4075.0, 4108.0, 4062.0, 4096.0, 4084.0, 4096.0, 4117.0, 4086.0, 4117.0, 4088.0, 4106.0, 4086.0, 4106.0, 4075.0, 4118.0, 4077.0, 4108.0, 4065.0, 4097.0, 4095.0, 4086.0, 4117.0, 4086.0, 4106.0, 4076.0, 4117.0, 4076.0, 4119.0, 4078.0, 4118.0, 4076.0, 4109.0, 4066.0, 4099.0, 4099.0, 4099.0, 4066.0, 4118.0, 4077.0, 4109.0, 4130.0, 4099.0, 4118.0, 4087.0, 4127.0, 4076.0, 4117.0, 4088.0, 4117.0, 4088.0, 4099.0, 4099.0, 4091.0, 4144.0, 4101.0, 4132.0, 4090.0, 4120.0, 4088.0, 4130.0, 4078.0, 4119.0, 4076.0, 4116.0, 4087.0, 4116.0, 4076.0, 4117.0, 4075.0, 4105.0, 4063.0, 4104.0, 4075.0, 4116.0, 4087.0, 4118.0, 4087.0, 4117.0, 4087.0, 4118.0, 4088.0, 4120.0, 4079.0, 4108.0, 4078.0, 4118.0, 4087.0, 4128.0, 4088.0, 4120.0, 4075.0, 4107.0, 4087.0, 4097.0, 4076.0, 4108.0, 4121.0, 4099.0, 4116.0, 4085.0, 4115.0, 4074.0, 4117.0, 4066.0, 4110.0, 4065.0, 4096.0, 4084.0, 4097.0, 4085.0, 4097.0, 4117.0, 4098.0, 4129.0, 4099.0, 4119.0, 4099.0, 4120.0, 4089.0, 4119.0, 4089.0, 4129.0, 4088.0, 4119.0, 4088.0, 4119.0, 4067.0, 4110.0, 4107.0, 4098.0, 4117.0, 4086.0, 4106.0, 4089.0, 4130.0, 4088.0, 4107.0, 4088.0, 4120.0, 4088.0, 4121.0, 4078.0, 4112.0, 4130.0, 4100.0, 4118.0, 4088.0, 4120.0, 4077.0, 4119.0, 4068.0, 4099.0, 4119.0, 4098.0, 4118.0, 4088.0, 4118.0, 4088.0, 4129.0, 4101.0, 4110.0, 4102.0, 4122.0, 4102.0, 4143.0, 4113.0, 4143.0, 4114.0, 4132.0, 4103.0, 4142.0, 4102.0, 4132.0, 4101.0, 4132.0, 4099.0, 4130.0, 4101.0, 4130.0, 4100.0, 4130.0, 4089.0, 4131.0, 4100.0, 4132.0, 4088.0, 4121.0, 4079.0, 4109.0, 4067.0, 4118.0, 4078.0, 4132.0, 4099.0, 4131.0, 4100.0, 4119.0, 4099.0, 4120.0, 4100.0, 4080.0, 4120.0, 4089.0, 4131.0, 4098.0, 4118.0, 4087.0, 4116.0, 4086.0, 4105.0, 4075.0, 4106.0, 4073.0, 4103.0, 4062.0, 4093.0, 4052.0, 4094.0, 4052.0, 4085.0, 4062.0, 4095.0, 4094.0, 4096.0, 4117.0, 4086.0], 'WindowWidth': [9328.0, 9251.0, 9252.0, 9204.0, 9237.0, 9178.0, 9218.0, 9157.0, 9196.0, 9137.0, 9191.0, 9135.0, 9176.0, 9132.0, 9189.0, 9118.0, 9183.0, 9116.0, 9173.0, 9156.0, 9134.0, 9181.0, 9138.0, 9191.0, 9116.0, 9189.0, 9122.0, 9192.0, 9115.0, 9172.0, 9147.0, 9155.0, 9140.0, 9155.0, 9110.0, 9154.0, 9111.0, 9172.0, 9129.0, 9173.0, 9132.0, 9191.0, 9116.0, 9191.0, 9121.0, 9208.0, 9153.0, 9213.0, 9137.0, 9193.0, 9103.0, 9174.0, 9115.0, 9189.0, 9116.0, 9187.0, 9124.0, 9189.0, 9137.0, 9190.0, 9146.0, 9190.0, 9145.0, 9182.0, 9143.0, 9186.0, 9126.0, 9179.0, 9138.0, 9165.0, 9127.0, 9166.0, 9122.0, 9165.0, 9119.0, 9158.0, 9119.0, 9163.0, 9106.0, 9159.0, 9102.0, 9143.0, 9118.0, 9158.0, 9118.0, 9141.0, 9104.0, 9143.0, 9103.0, 9157.0, 9101.0, 9138.0, 9112.0, 9140.0, 9102.0, 9141.0, 9118.0, 9129.0, 9121.0, 9121.0, 9136.0, 9093.0, 9166.0, 9094.0, 9162.0, 9092.0, 9165.0, 9088.0, 9147.0, 9087.0, 9146.0, 9070.0, 9128.0, 9079.0, 9111.0, 9141.0, 9112.0, 9080.0, 9111.0, 9094.0, 9112.0, 9114.0, 9129.0, 9101.0, 9145.0, 9072.0, 9147.0, 9086.0, 9151.0, 9136.0, 9133.0, 9114.0, 9117.0, 9142.0, 9117.0, 9161.0, 9117.0, 9140.0, 9083.0, 9126.0, 9083.0, 9127.0, 9100.0, 9140.0, 9104.0, 9144.0, 9108.0, 9164.0, 9151.0, 9185.0, 9125.0, 9166.0, 9096.0, 9139.0, 9102.0, 9123.0, 9153.0, 9141.0, 9119.0, 9121.0, 9161.0, 9118.0, 9163.0, 9125.0, 9161.0, 9122.0, 9148.0, 9125.0, 9137.0, 9142.0, 9184.0, 9144.0, 9153.0, 9145.0, 9168.0, 9126.0, 9168.0, 9142.0, 9167.0, 9124.0, 9163.0, 9104.0, 9160.0, 9090.0, 9164.0, 9090.0, 9145.0, 9093.0, 9150.0, 9093.0, 9167.0, 9093.0, 9182.0, 9135.0, 9161.0, 9173.0, 9119.0, 9159.0, 9163.0, 9146.0, 9160.0, 9204.0, 9140.0, 9183.0, 9109.0, 9168.0, 9093.0, 9149.0, 9117.0, 9145.0, 9129.0, 9125.0, 9091.0, 9121.0, 9075.0, 9104.0, 9055.0, 9113.0, 9039.0, 9093.0, 9049.0, 9078.0, 9073.0, 9061.0, 9112.0, 9064.0, 9091.0, 9079.0, 9037.0, 9095.0, 9062.0, 9131.0, 9093.0, 9140.0, 9064.0, 9124.0, 9050.0, 9114.0, 9071.0, 9131.0, 9088.0, 9132.0, 9115.0, 9130.0, 9086.0, 9129.0, 9068.0, 9156.0, 9086.0, 9155.0, 9115.0, 9143.0, 9113.0, 9139.0, 9100.0, 9138.0, 9114.0, 9142.0, 9097.0, 9139.0, 9081.0, 9125.0, 9086.0, 9143.0, 9100.0, 9144.0, 9104.0, 9159.0, 9106.0, 9161.0, 9121.0, 9168.0, 9127.0, 9151.0, 9113.0, 9166.0, 9127.0, 9166.0, 9143.0, 9184.0, 9130.0, 9184.0, 9128.0, 9184.0, 9148.0, 9190.0, 9148.0, 9173.0, 9146.0, 9183.0, 9132.0, 9185.0, 9144.0, 9187.0, 9163.0, 9157.0, 9147.0, 9117.0, 9162.0, 9134.0, 9179.0, 9146.0, 9172.0, 9100.0, 9174.0, 9117.0, 9176.0, 9124.0, 9195.0, 9119.0, 9175.0, 9114.0, 9175.0, 9132.0, 9178.0, 9160.0, 9161.0, 9113.0, 9155.0, 9126.0, 9157.0, 9161.0, 9162.0, 9117.0, 9161.0, 9113.0, 9158.0, 9174.0, 9166.0, 9177.0, 9163.0, 9115.0, 9147.0, 9128.0, 9160.0, 9147.0, 9195.0, 9119.0, 9173.0, 9141.0, 9188.0, 9143.0, 9192.0, 9166.0, 9137.0, 9216.0, 9187.0, 9141.0, 9195.0, 9150.0, 9204.0, 9161.0, 9177.0, 9163.0, 9128.0, 9168.0, 9090.0, 9164.0, 9122.0, 9181.0, 9151.0, 9160.0, 9114.0, 9101.0, 9130.0, 9093.0, 9165.0, 9109.0, 9176.0, 9135.0, 9180.0, 9142.0, 9157.0, 9156.0, 9081.0, 9152.0, 9110.0, 9182.0, 9122.0, 9181.0, 9136.0, 9160.0, 9137.0, 9134.0, 9133.0, 9092.0, 9152.0, 9109.0, 9167.0, 9092.0, 9164.0, 9108.0, 9180.0, 9141.0, 9184.0, 9139.0, 9166.0, 9123.0, 9164.0, 9125.0, 9169.0, 9142.0, 9150.0, 9138.0, 9135.0, 9123.0, 9125.0, 9155.0, 9109.0, 9153.0, 9093.0, 9168.0, 9108.0, 9169.0, 9129.0, 9186.0, 9140.0, 9182.0, 9127.0, 9166.0, 9127.0, 9185.0, 9142.0, 9167.0, 9126.0, 9166.0, 9124.0, 9168.0, 9128.0, 9163.0, 9120.0, 9159.0, 9100.0, 9143.0, 9105.0, 9148.0, 9086.0, 9140.0, 9087.0, 9143.0, 9088.0, 9148.0, 9095.0, 9165.0, 9090.0, 9166.0, 9098.0, 9166.0, 9099.0, 9187.0, 9130.0, 9185.0, 9144.0, 9185.0, 9145.0, 9155.0, 9148.0, 9155.0, 9143.0, 9184.0, 9155.0, 9183.0, 9138.0, 9166.0, 9125.0, 9164.0, 9121.0, 9160.0, 9121.0, 9166.0, 9120.0, 9161.0, 9123.0, 9183.0, 9142.0, 9163.0, 9140.0, 9164.0, 9141.0, 9138.0, 9142.0, 9125.0, 9155.0, 9094.0, 9169.0, 9094.0, 9165.0, 9110.0, 9165.0, 9077.0, 9159.0, 9089.0, 9148.0, 9076.0, 9166.0, 9088.0, 9164.0, 9092.0, 9164.0, 9092.0, 9161.0, 9120.0, 9167.0, 9125.0, 9114.0, 9159.0, 9131.0, 9187.0, 9142.0, 9126.0, 9125.0, 9091.0, 9138.0, 9097.0, 9167.0, 9091.0, 9163.0, 9093.0, 9166.0, 9107.0, 9168.0, 9136.0, 9163.0, 9125.0, 9166.0, 9142.0, 9185.0, 9143.0, 9158.0, 9143.0, 9101.0, 9142.0, 9098.0, 9171.0, 9114.0, 9190.0, 9127.0, 9186.0, 9144.0, 9186.0, 9127.0, 9186.0, 9130.0, 9184.0, 9140.0, 9181.0, 9125.0, 9165.0, 9110.0, 9183.0, 9147.0, 9183.0, 9148.0, 9184.0, 9123.0, 9161.0, 9122.0, 9164.0, 9122.0, 9160.0, 9105.0, 9163.0, 9121.0, 9165.0, 9124.0, 9165.0, 9110.0, 9163.0, 9107.0, 9164.0, 9096.0, 9150.0, 9090.0, 9149.0, 9093.0, 9151.0, 9117.0, 9119.0, 9182.0, 9138.0, 9131.0, 9119.0, 9119.0, 9122.0, 9119.0, 9138.0, 9167.0, 9140.0, 9108.0, 9110.0, 9149.0, 9125.0, 9180.0, 9123.0, 9145.0, 9106.0, 9146.0, 9105.0, 9162.0, 9119.0, 9146.0, 9122.0, 9130.0, 9107.0, 9147.0, 9121.0, 9163.0, 9139.0, 9105.0, 9107.0, 9104.0, 9119.0, 9161.0, 9119.0, 9145.0, 9121.0, 9074.0, 9109.0, 9162.0, 9119.0, 9163.0, 9145.0, 9135.0, 9111.0, 9130.0, 9106.0, 9164.0, 9145.0, 9155.0, 9125.0, 9164.0, 9110.0, 9170.0, 9095.0, 9150.0, 9075.0, 9134.0, 9129.0, 9105.0, 9165.0, 9123.0, 9147.0, 9101.0, 9144.0, 9070.0, 9128.0, 9089.0, 9135.0, 9067.0, 9116.0, 9098.0, 9116.0, 9147.0, 9104.0, 9146.0, 9109.0, 9132.0, 9102.0, 9131.0, 9088.0, 9148.0, 9093.0, 9137.0, 9074.0, 9120.0, 9116.0, 9103.0, 9147.0, 9105.0, 9130.0, 9090.0, 9146.0, 9090.0, 9153.0, 9096.0, 9151.0, 9091.0, 9139.0, 9079.0, 9125.0, 9126.0, 9127.0, 9078.0, 9151.0, 9094.0, 9138.0, 9169.0, 9126.0, 9151.0, 9108.0, 9162.0, 9091.0, 9146.0, 9108.0, 9146.0, 9112.0, 9127.0, 9128.0, 9120.0, 9194.0, 9134.0, 9174.0, 9116.0, 9156.0, 9109.0, 9169.0, 9096.0, 9152.0, 9090.0, 9145.0, 9105.0, 9142.0, 9090.0, 9146.0, 9086.0, 9126.0, 9070.0, 9125.0, 9087.0, 9144.0, 9109.0, 9148.0, 9108.0, 9146.0, 9107.0, 9149.0, 9107.0, 9155.0, 9098.0, 9135.0, 9095.0, 9151.0, 9106.0, 9163.0, 9109.0, 9154.0, 9087.0, 9132.0, 9107.0, 9118.0, 9089.0, 9135.0, 9161.0, 9125.0, 9143.0, 9100.0, 9142.0, 9084.0, 9147.0, 9075.0, 9140.0, 9074.0, 9116.0, 9099.0, 9120.0, 9103.0, 9120.0, 9147.0, 9125.0, 9166.0, 9127.0, 9152.0, 9126.0, 9155.0, 9113.0, 9152.0, 9113.0, 9167.0, 9110.0, 9154.0, 9109.0, 9152.0, 9081.0, 9139.0, 9132.0, 9122.0, 9146.0, 9104.0, 9132.0, 9114.0, 9168.0, 9109.0, 9134.0, 9110.0, 9154.0, 9111.0, 9159.0, 9098.0, 9147.0, 9169.0, 9128.0, 9151.0, 9110.0, 9153.0, 9095.0, 9153.0, 9083.0, 9125.0, 9151.0, 9123.0, 9148.0, 9110.0, 9149.0, 9112.0, 9167.0, 9132.0, 9145.0, 9136.0, 9163.0, 9137.0, 9193.0, 9152.0, 9193.0, 9155.0, 9175.0, 9139.0, 9189.0, 9134.0, 9174.0, 9134.0, 9174.0, 9129.0, 9171.0, 9132.0, 9170.0, 9130.0, 9171.0, 9114.0, 9171.0, 9129.0, 9173.0, 9109.0, 9157.0, 9099.0, 9138.0, 9083.0, 9150.0, 9095.0, 9177.0, 9128.0, 9172.0, 9131.0, 9154.0, 9126.0, 9156.0, 9130.0, 9103.0, 9157.0, 9114.0, 9172.0, 9123.0, 9149.0, 9105.0, 9143.0, 9102.0, 9129.0, 9087.0, 9129.0, 9080.0, 9121.0, 9064.0, 9106.0, 9051.0, 9109.0, 9052.0, 9098.0, 9067.0, 9112.0, 9112.0, 9116.0, 9148.0, 9105.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.0002794009216589862</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022291288594470045</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.400102322837384</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2375485471510956</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9796085308419845</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.492</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4622.4546</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07168749508575487</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9216589861751152</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4137672512606376</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3953578519811276</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.585858756530141</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.260085145270645</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00979452</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009290232323110104</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02738291397690773</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.9433599581822443</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>20.518</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1298</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.4952</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295331.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>802.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.1804</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5818</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.3504</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3274.7666</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3426.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81213.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1183.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4322.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.7969</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.70295790373348</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> |