=== 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-0129 --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-0129",
"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-0129_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0129_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0129_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-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0129_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-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0129_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-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0129_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-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0129_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-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0129_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-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0129_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-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-04/func/sub-0129_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>86b4ee9581175b9304a535971e81df87</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>14:12:3.965000</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.996972, -0.0689398, -0.0359629, 0.0718137, 0.99371, 0.0859244]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.120818</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7757, -7256, 128, -162, -15, 90, 132]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.89</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>54878255-592c-4f63-8090-9e5a7db1c018||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.6748039722442627, 0.19267088174819946, -0.0804954543709755, 105.99474334716797], [0.18496042490005493, 2.6660516262054443, 0.23826664686203003, -104.41674041748047], [-0.09648595750331879, -0.23052893579006195, 2.6882615089416504, -67.41300964355469], [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': ['141203.965000', '141204.425000', '141204.885000', '141205.345000', '141205.805000', '141206.265000', '141206.725000', '141207.185000', '141207.645000', '141208.105000', '141208.565000', '141209.025000', '141209.485000', '141209.945000', '141210.405000', '141210.865000', '141211.325000', '141211.785000', '141212.245000', '141212.705000', '141213.165000', '141213.625000', '141214.085000', '141214.545000', '141215.005000', '141215.465000', '141215.925000', '141216.385000', '141216.845000', '141217.305000', '141217.765000', '141218.225000', '141218.685000', '141219.145000', '141219.605000', '141220.065000', '141220.525000', '141220.985000', '141221.445000', '141221.905000', '141222.365000', '141222.825000', '141223.285000', '141223.745000', '141224.205000', '141224.665000', '141225.125000', '141225.585000', '141226.045000', '141226.505000', '141226.965000', '141227.425000', '141227.885000', '141228.345000', '141228.805000', '141229.265000', '141229.725000', '141230.185000', '141230.645000', '141231.105000', '141231.565000', '141232.025000', '141232.485000', '141232.945000', '141233.405000', '141233.865000', '141234.325000', '141234.785000', '141235.245000', '141235.705000', '141236.165000', '141236.625000', '141237.085000', '141237.545000', '141238.005000', '141238.465000', '141238.925000', '141239.385000', '141239.845000', '141240.305000', '141240.765000', '141241.225000', '141241.685000', '141242.145000', '141242.605000', '141243.065000', '141243.525000', '141243.985000', '141244.445000', '141244.905000', '141245.365000', '141245.825000', '141246.285000', '141246.745000', '141247.205000', '141247.665000', '141248.125000', '141248.585000', '141249.045000', '141249.505000', '141249.965000', '141250.425000', '141250.885000', '141251.345000', '141251.805000', '141252.265000', '141252.725000', '141253.185000', '141253.645000', '141254.105000', '141254.565000', '141255.025000', '141255.485000', '141255.945000', '141256.405000', '141256.865000', '141257.325000', '141257.785000', '141258.245000', '141258.705000', '141259.165000', '141259.625000', '141300.085000', '141300.545000', '141301.005000', '141301.465000', '141301.925000', '141302.385000', '141302.845000', '141303.305000', '141303.765000', '141304.225000', '141304.685000', '141305.145000', '141305.605000', '141306.065000', '141306.525000', '141306.985000', '141307.445000', '141307.905000', '141308.365000', '141308.825000', '141309.285000', '141309.745000', '141310.205000', '141310.665000', '141311.125000', '141311.585000', '141312.045000', '141312.505000', '141312.965000', '141313.425000', '141313.885000', '141314.345000', '141314.805000', '141315.265000', '141315.725000', '141316.185000', '141316.645000', '141317.105000', '141317.565000', '141318.025000', '141318.485000', '141318.945000', '141319.405000', '141319.865000', '141320.325000', '141320.785000', '141321.245000', '141321.705000', '141322.165000', '141322.625000', '141323.085000', '141323.545000', '141324.005000', '141324.465000', '141324.925000', '141325.385000', '141325.845000', '141326.305000', '141326.765000', '141327.225000', '141327.685000', '141328.145000', '141328.605000', '141329.065000', '141329.525000', '141329.985000', '141330.445000', '141330.905000', '141331.365000', '141331.825000', '141332.285000', '141332.745000', '141333.205000', '141333.665000', '141334.125000', '141334.585000', '141335.045000', '141335.505000', '141335.965000', '141336.425000', '141336.885000', '141337.345000', '141337.805000', '141338.265000', '141338.725000', '141339.185000', '141339.645000', '141340.105000', '141340.565000', '141341.025000', '141341.485000', '141341.945000', '141342.405000', '141342.865000', '141343.325000', '141343.785000', '141344.245000', '141344.705000', '141345.165000', '141345.625000', '141346.085000', '141346.545000', '141347.005000', '141347.465000', '141347.925000', '141348.385000', '141348.845000', '141349.305000', '141349.765000', '141350.225000', '141350.685000', '141351.145000', '141351.605000', '141352.065000', '141352.525000', '141352.985000', '141353.445000', '141353.905000', '141354.365000', '141354.825000', '141355.285000', '141355.745000', '141356.205000', '141356.665000', '141357.125000', '141357.585000', '141358.045000', '141358.505000', '141358.965000', '141359.425000', '141359.885000', '141400.345000', '141400.805000', '141401.265000', '141401.725000', '141402.185000', '141402.645000', '141403.105000', '141403.565000', '141404.025000', '141404.485000', '141404.945000', '141405.405000', '141405.865000', '141406.325000', '141406.785000', '141407.245000', '141407.705000', '141408.165000', '141408.625000', '141409.085000', '141409.545000', '141410.005000', '141410.465000', '141410.925000', '141411.385000', '141411.845000', '141412.305000', '141412.765000', '141413.225000', '141413.685000', '141414.145000', '141414.605000', '141415.065000', '141415.525000', '141415.985000', '141416.445000', '141416.905000', '141417.365000', '141417.825000', '141418.285000', '141418.745000', '141419.205000', '141419.665000', '141420.125000', '141420.585000', '141421.045000', '141421.505000', '141421.965000', '141422.425000', '141422.885000', '141423.345000', '141423.805000', '141424.265000', '141424.725000', '141425.185000', '141425.645000', '141426.105000', '141426.565000', '141427.025000', '141427.485000', '141427.945000', '141428.405000', '141428.865000', '141429.325000', '141429.785000', '141430.245000', '141430.705000', '141431.165000', '141431.625000', '141432.085000', '141432.545000', '141433.005000', '141433.465000', '141433.925000', '141434.385000', '141434.845000', '141435.305000', '141435.765000', '141436.225000', '141436.685000', '141437.145000', '141437.605000', '141438.065000', '141438.525000', '141438.985000', '141439.445000', '141439.905000', '141440.365000', '141440.825000', '141441.285000', '141441.745000', '141442.205000', '141442.665000', '141443.125000', '141443.585000', '141444.045000', '141444.505000', '141444.965000', '141445.425000', '141445.885000', '141446.345000', '141446.805000', '141447.265000', '141447.725000', '141448.185000', '141448.645000', '141449.105000', '141449.565000', '141450.025000', '141450.485000', '141450.945000', '141451.405000', '141451.865000', '141452.325000', '141452.785000', '141453.245000', '141453.705000', '141454.165000', '141454.625000', '141455.085000', '141455.545000', '141456.005000', '141456.465000', '141456.925000', '141457.385000', '141457.845000', '141458.305000', '141458.765000', '141459.225000', '141459.685000', '141500.145000', '141500.605000', '141501.065000', '141501.525000', '141501.985000', '141502.445000', '141502.905000', '141503.365000', '141503.825000', '141504.285000', '141504.745000', '141505.205000', '141505.665000', '141506.125000', '141506.585000', '141507.045000', '141507.505000', '141507.965000', '141508.425000', '141508.885000', '141509.345000', '141509.805000', '141510.265000', '141510.725000', '141511.185000', '141511.645000', '141512.105000', '141512.565000', '141513.025000', '141513.485000', '141513.945000', '141514.405000', '141514.865000', '141515.325000', '141515.785000', '141516.245000', '141516.705000', '141517.165000', '141517.625000', '141518.085000', '141518.545000', '141519.005000', '141519.465000', '141519.925000', '141520.385000', '141520.845000', '141521.305000', '141521.765000', '141522.225000', '141522.685000', '141523.145000', '141523.605000', '141524.065000', '141524.525000', '141524.985000', '141525.445000', '141525.905000', '141526.365000', '141526.825000', '141527.285000', '141527.745000', '141528.205000', '141528.665000', '141529.125000', '141529.585000', '141530.045000', '141530.505000', '141530.965000', '141531.425000', '141531.885000', '141532.345000', '141532.805000', '141533.265000', '141533.725000', '141534.185000', '141534.645000', '141535.105000', '141535.565000', '141536.025000', '141536.485000', '141536.945000', '141537.405000', '141537.865000', '141538.325000', '141538.785000', '141539.245000', '141539.705000', '141540.165000', '141540.625000', '141541.085000', '141541.545000', '141542.005000', '141542.465000', '141542.925000', '141543.385000', '141543.845000', '141544.305000', '141544.765000', '141545.225000', '141545.685000', '141546.145000', '141546.605000', '141547.065000', '141547.525000', '141547.985000', '141548.445000', '141548.905000', '141549.365000', '141549.825000', '141550.285000', '141550.745000', '141551.205000', '141551.665000', '141552.125000', '141552.585000', '141553.045000', '141553.505000', '141553.965000', '141554.425000', '141554.885000', '141555.345000', '141555.805000', '141556.265000', '141556.725000', '141557.185000', '141557.645000', '141558.105000', '141558.565000', '141559.025000', '141559.485000', '141559.945000', '141600.405000', '141600.865000', '141601.325000', '141601.785000', '141602.245000', '141602.705000', '141603.165000', '141603.625000', '141604.085000', '141604.545000', '141605.005000', '141605.465000', '141605.925000', '141606.385000', '141606.845000', '141607.305000', '141607.765000', '141608.225000', '141608.685000', '141609.145000', '141609.605000', '141610.065000', '141610.525000', '141610.985000', '141611.445000', '141611.905000', '141612.365000', '141612.825000', '141613.285000', '141613.745000', '141614.205000', '141614.665000', '141615.125000', '141615.585000', '141616.045000', '141616.505000', '141616.965000', '141617.425000', '141617.885000', '141618.345000', '141618.805000', '141619.265000', '141619.725000', '141620.185000', '141620.645000', '141621.105000', '141621.565000', '141622.025000', '141622.485000', '141622.945000', '141623.405000', '141623.865000', '141624.325000', '141624.785000', '141625.245000', '141625.705000', '141626.165000', '141626.625000', '141627.085000', '141627.545000', '141628.005000', '141628.465000', '141628.925000', '141629.385000', '141629.845000', '141630.305000', '141630.765000', '141631.225000', '141631.685000', '141632.145000', '141632.605000', '141633.065000', '141633.525000', '141633.985000', '141634.445000', '141634.905000', '141635.365000', '141635.825000', '141636.285000', '141636.745000', '141637.205000', '141637.665000', '141638.125000', '141638.585000', '141639.045000', '141639.505000', '141639.965000', '141640.425000', '141640.885000', '141641.345000', '141641.805000', '141642.265000', '141642.725000', '141643.185000', '141643.645000', '141644.105000', '141644.565000', '141645.025000', '141645.485000', '141645.945000', '141646.405000', '141646.865000', '141647.325000', '141647.785000', '141648.245000', '141648.705000', '141649.165000', '141649.625000', '141650.085000', '141650.545000', '141651.005000', '141651.465000', '141651.925000', '141652.385000', '141652.845000', '141653.305000', '141653.765000', '141654.225000', '141654.685000', '141655.145000', '141655.605000', '141656.065000', '141656.525000', '141656.985000', '141657.445000', '141657.905000', '141658.365000', '141658.825000', '141659.285000', '141659.745000', '141700.205000', '141700.665000', '141701.125000', '141701.585000', '141702.045000', '141702.505000', '141702.965000', '141703.425000', '141703.885000', '141704.345000', '141704.805000', '141705.265000', '141705.725000', '141706.185000', '141706.645000', '141707.105000', '141707.565000', '141708.025000', '141708.485000', '141708.945000', '141709.405000', '141709.865000', '141710.325000', '141710.785000', '141711.245000', '141711.705000', '141712.165000', '141712.625000', '141713.085000', '141713.545000', '141714.005000', '141714.465000', '141714.925000', '141715.385000', '141715.845000', '141716.305000', '141716.765000', '141717.225000', '141717.685000', '141718.145000', '141718.605000', '141719.065000', '141719.525000', '141719.985000', '141720.445000', '141720.905000', '141721.365000', '141721.825000', '141722.285000', '141722.745000', '141723.205000', '141723.665000', '141724.125000', '141724.585000', '141725.045000', '141725.505000', '141725.965000', '141726.425000', '141726.885000', '141727.345000', '141727.805000', '141728.265000', '141728.725000', '141729.185000', '141729.645000', '141730.105000', '141730.565000', '141731.025000', '141731.485000', '141731.945000', '141732.405000', '141732.865000', '141733.325000', '141733.785000', '141734.245000', '141734.705000', '141735.165000', '141735.625000', '141736.085000', '141736.545000', '141737.005000', '141737.465000', '141737.925000', '141738.385000', '141738.845000', '141739.305000', '141739.765000', '141740.225000', '141740.685000', '141741.145000', '141741.605000', '141742.065000', '141742.525000', '141742.985000', '141743.445000', '141743.905000', '141744.365000', '141744.825000', '141745.285000', '141745.745000', '141746.205000', '141746.665000', '141747.125000', '141747.585000', '141748.045000', '141748.505000', '141748.965000', '141749.425000', '141749.885000', '141750.345000', '141750.805000', '141751.265000', '141751.725000', '141752.185000', '141752.645000', '141753.105000', '141753.565000', '141754.025000', '141754.485000', '141754.945000', '141755.405000', '141755.865000', '141756.325000', '141756.785000', '141757.245000', '141757.705000', '141758.165000', '141758.625000', '141759.085000', '141759.545000', '141800.005000', '141800.465000', '141800.925000', '141801.385000', '141801.845000', '141802.305000', '141802.765000', '141803.225000', '141803.685000', '141804.145000', '141804.605000', '141805.065000', '141805.525000', '141805.985000', '141806.445000', '141806.905000', '141807.365000', '141807.825000', '141808.285000', '141808.745000', '141809.205000', '141809.665000', '141810.125000', '141810.585000', '141811.045000', '141811.505000', '141811.965000', '141812.425000', '141812.885000', '141813.345000', '141813.805000', '141814.265000', '141814.725000', '141815.185000', '141815.645000', '141816.105000', '141816.565000', '141817.025000', '141817.485000', '141817.945000', '141818.405000', '141818.865000', '141819.325000', '141819.785000', '141820.245000', '141820.705000', '141821.165000', '141821.625000', '141822.085000', '141822.545000', '141823.005000', '141823.465000', '141823.925000', '141824.385000', '141824.845000', '141825.305000', '141825.765000', '141826.225000', '141826.685000', '141827.145000', '141827.605000', '141828.065000', '141828.525000', '141828.985000', '141829.445000', '141829.905000', '141830.365000', '141830.825000', '141831.285000', '141831.745000', '141832.205000', '141832.665000', '141833.125000', '141833.585000', '141834.045000', '141834.505000', '141834.965000', '141835.425000', '141835.885000', '141836.345000', '141836.805000', '141837.265000', '141837.725000', '141838.185000', '141838.645000', '141839.105000', '141839.565000', '141840.025000', '141840.485000', '141840.945000', '141841.405000', '141841.865000', '141842.325000', '141842.785000', '141843.245000', '141843.705000', '141844.165000', '141844.625000'], 'ContentTime': ['141228.390000', '141228.393000', '141228.395000', '141228.398000', '141228.400000', '141228.403000', '141228.406000', '141228.408000', '141228.411000', '141228.413000', '141228.416000', '141228.419000', '141228.421000', '141228.424000', '141228.426000', '141228.429000', '141228.431000', '141228.434000', '141228.437000', '141228.439000', '141228.442000', '141228.444000', '141228.447000', '141228.449000', '141228.452000', '141228.454000', '141228.457000', '141228.459000', '141228.462000', '141228.465000', '141228.467000', '141228.470000', '141228.472000', '141228.475000', '141228.477000', '141228.480000', '141228.482000', '141228.485000', '141228.488000', '141228.490000', '141228.495000', '141228.497000', '141228.500000', '141228.503000', '141228.505000', '141228.508000', '141228.511000', '141228.514000', '141228.516000', '141228.519000', '141248.347000', '141248.350000', '141248.353000', '141248.356000', '141248.358000', '141248.361000', '141248.364000', '141248.366000', '141248.369000', '141248.371000', '141248.374000', '141248.376000', '141248.379000', '141248.381000', '141248.384000', '141248.386000', '141248.389000', '141248.392000', '141248.401000', '141248.403000', '141248.406000', '141248.408000', '141248.411000', '141248.413000', '141248.416000', '141248.419000', '141248.421000', '141248.424000', '141248.426000', '141248.429000', '141248.431000', '141248.434000', '141248.437000', '141248.439000', '141248.442000', '141248.444000', '141248.447000', '141248.449000', '141248.452000', '141248.455000', '141248.457000', '141248.460000', '141248.462000', '141248.465000', '141308.347000', '141308.350000', '141308.353000', '141308.355000', '141308.358000', '141308.361000', '141308.363000', '141308.366000', '141308.368000', '141308.371000', '141308.374000', '141308.376000', '141308.379000', '141308.381000', '141308.384000', '141308.386000', '141308.389000', '141308.391000', '141308.401000', '141308.403000', '141308.406000', '141308.408000', '141308.411000', '141308.413000', '141308.416000', '141308.419000', '141308.421000', '141308.424000', '141308.426000', '141308.429000', '141308.432000', '141308.434000', '141308.437000', '141308.439000', '141308.442000', '141308.445000', '141308.447000', '141308.450000', '141308.452000', '141308.455000', '141308.458000', '141308.460000', '141308.463000', '141328.348000', '141328.351000', '141328.354000', '141328.356000', '141328.359000', '141328.361000', '141328.364000', '141328.367000', '141328.369000', '141328.372000', '141328.375000', '141328.377000', '141328.380000', '141328.382000', '141328.385000', '141328.387000', '141328.390000', '141328.393000', '141328.395000', '141328.398000', '141328.400000', '141328.403000', '141328.406000', '141328.408000', '141328.411000', '141328.413000', '141328.416000', '141328.419000', '141328.421000', '141328.424000', '141328.426000', '141328.429000', '141328.431000', '141328.434000', '141328.444000', '141328.446000', '141328.449000', '141328.451000', '141328.454000', '141328.457000', '141328.459000', '141328.462000', '141328.464000', '141328.467000', '141348.349000', '141348.351000', '141348.354000', '141348.357000', '141348.359000', '141348.362000', '141348.364000', '141348.367000', '141348.369000', '141348.372000', '141348.375000', '141348.377000', '141348.380000', '141348.382000', '141348.385000', '141348.387000', '141348.390000', '141348.392000', '141348.395000', '141348.398000', '141348.400000', '141348.403000', '141348.405000', '141348.408000', '141348.410000', '141348.413000', '141348.415000', '141348.418000', '141348.420000', '141348.427000', '141348.430000', '141348.432000', '141348.435000', '141348.437000', '141348.440000', '141348.443000', '141348.445000', '141348.448000', '141348.450000', '141348.453000', '141348.455000', '141348.458000', '141348.461000', '141408.349000', '141408.351000', '141408.354000', '141408.356000', '141408.359000', '141408.362000', '141408.364000', '141408.367000', '141408.369000', '141408.372000', '141408.375000', '141408.381000', '141408.384000', '141408.386000', '141408.389000', '141408.392000', '141408.394000', '141408.397000', '141408.400000', '141408.402000', '141408.405000', '141408.408000', '141408.410000', '141408.413000', '141408.415000', '141408.418000', '141408.420000', '141408.423000', '141408.426000', '141408.428000', '141408.431000', '141408.433000', '141408.436000', '141408.439000', '141408.441000', '141408.444000', '141408.446000', '141408.449000', '141408.451000', '141408.454000', '141408.457000', '141408.459000', '141408.462000', '141408.464000', '141428.363000', '141428.366000', '141428.368000', '141428.371000', '141428.373000', '141428.376000', '141428.379000', '141428.381000', '141428.384000', '141428.386000', '141428.389000', '141428.392000', '141428.394000', '141428.397000', '141428.399000', '141428.402000', '141428.405000', '141428.407000', '141428.410000', '141428.412000', '141428.415000', '141428.417000', '141428.420000', '141428.423000', '141428.425000', '141428.428000', '141428.430000', '141428.433000', '141428.436000', '141428.438000', '141428.441000', '141428.443000', '141428.446000', '141428.449000', '141428.451000', '141428.454000', '141428.456000', '141428.459000', '141428.462000', '141428.464000', '141428.467000', '141428.469000', '141428.472000', '141448.348000', '141448.351000', '141448.354000', '141448.356000', '141448.359000', '141448.361000', '141448.364000', '141448.366000', '141448.369000', '141448.372000', '141448.374000', '141448.383000', '141448.385000', '141448.388000', '141448.391000', '141448.393000', '141448.396000', '141448.398000', '141448.401000', '141448.404000', '141448.406000', '141448.409000', '141448.411000', '141448.414000', '141448.417000', '141448.419000', '141448.422000', '141448.424000', '141448.427000', '141448.430000', '141448.432000', '141448.435000', '141448.437000', '141448.440000', '141448.442000', '141448.445000', '141448.448000', '141448.450000', '141448.453000', '141448.455000', '141448.458000', '141448.460000', '141448.463000', '141448.465000', '141508.347000', '141508.350000', '141508.353000', '141508.356000', '141508.358000', '141508.361000', '141508.363000', '141508.366000', '141508.368000', '141508.371000', '141508.374000', '141508.376000', '141508.379000', '141508.381000', '141508.384000', '141508.387000', '141508.389000', '141508.392000', '141508.394000', '141508.397000', '141508.400000', '141508.402000', '141508.405000', '141508.407000', '141508.410000', '141508.413000', '141508.415000', '141508.418000', '141508.420000', '141508.423000', '141508.426000', '141508.428000', '141508.431000', '141508.433000', '141508.436000', '141508.438000', '141508.441000', '141508.443000', '141508.446000', '141508.449000', '141508.451000', '141508.454000', '141508.456000', '141528.347000', '141528.350000', '141528.353000', '141528.355000', '141528.358000', '141528.360000', '141528.363000', '141528.366000', '141528.368000', '141528.371000', '141528.373000', '141528.376000', '141528.379000', '141528.382000', '141528.385000', '141528.388000', '141528.390000', '141528.393000', '141528.396000', '141528.398000', '141528.401000', '141528.403000', '141528.406000', '141528.408000', '141528.411000', '141528.414000', '141528.416000', '141528.419000', '141528.422000', '141528.424000', '141528.427000', '141528.429000', '141528.432000', '141528.435000', '141528.437000', '141528.440000', '141528.443000', '141528.445000', '141528.448000', '141528.450000', '141528.453000', '141528.456000', '141528.458000', '141528.461000', '141548.348000', '141548.351000', '141548.354000', '141548.357000', '141548.359000', '141548.362000', '141548.364000', '141548.367000', '141548.369000', '141548.372000', '141548.375000', '141548.377000', '141548.380000', '141548.382000', '141548.385000', '141548.388000', '141548.390000', '141548.393000', '141548.395000', '141548.398000', '141548.401000', '141548.403000', '141548.406000', '141548.408000', '141548.411000', '141548.427000', '141548.430000', '141548.432000', '141548.435000', '141548.437000', '141548.440000', '141548.443000', '141548.445000', '141548.448000', '141548.450000', '141548.453000', '141548.455000', '141548.458000', '141548.460000', '141548.463000', '141548.466000', '141548.468000', '141548.471000', '141608.349000', '141608.351000', '141608.354000', '141608.357000', '141608.359000', '141608.362000', '141608.364000', '141608.367000', '141608.370000', '141608.373000', '141608.376000', '141608.379000', '141608.381000', '141608.384000', '141608.386000', '141608.389000', '141608.392000', '141608.394000', '141608.397000', '141608.399000', '141608.402000', '141608.405000', '141608.407000', '141608.410000', '141608.412000', '141608.421000', '141608.423000', '141608.426000', '141608.429000', '141608.431000', '141608.434000', '141608.436000', '141608.439000', '141608.441000', '141608.444000', '141608.447000', '141608.449000', '141608.452000', '141608.454000', '141608.457000', '141608.460000', '141608.462000', '141608.465000', '141628.348000', '141628.351000', '141628.354000', '141628.356000', '141628.359000', '141628.362000', '141628.364000', '141628.367000', '141628.369000', '141628.372000', '141628.375000', '141628.377000', '141628.380000', '141628.382000', '141628.385000', '141628.387000', '141628.390000', '141628.393000', '141628.395000', '141628.398000', '141628.400000', '141628.403000', '141628.406000', '141628.408000', '141628.411000', '141628.414000', '141628.416000', '141628.419000', '141628.421000', '141628.424000', '141628.426000', '141628.429000', '141628.432000', '141628.434000', '141628.437000', '141628.439000', '141628.442000', '141628.445000', '141628.447000', '141628.450000', '141628.452000', '141628.455000', '141628.458000', '141628.460000', '141648.349000', '141648.351000', '141648.354000', '141648.357000', '141648.359000', '141648.362000', '141648.365000', '141648.367000', '141648.370000', '141648.372000', '141648.375000', '141648.378000', '141648.380000', '141648.383000', '141648.385000', '141648.388000', '141648.391000', '141648.393000', '141648.396000', '141648.398000', '141648.401000', '141648.404000', '141648.406000', '141648.409000', '141648.411000', '141648.414000', '141648.417000', '141648.421000', '141648.423000', '141648.426000', '141648.429000', '141648.431000', '141648.434000', '141648.437000', '141648.439000', '141648.442000', '141648.444000', '141648.447000', '141648.450000', '141648.453000', '141648.455000', '141648.458000', '141648.460000', '141708.349000', '141708.351000', '141708.354000', '141708.357000', '141708.359000', '141708.362000', '141708.364000', '141708.367000', '141708.370000', '141708.372000', '141708.375000', '141708.377000', '141708.380000', '141708.382000', '141708.385000', '141708.388000', '141708.390000', '141708.393000', '141708.395000', '141708.398000', '141708.401000', '141708.403000', '141708.406000', '141708.408000', '141708.411000', '141708.414000', '141708.416000', '141708.419000', '141708.421000', '141708.424000', '141708.427000', '141708.429000', '141708.432000', '141708.435000', '141708.437000', '141708.440000', '141708.443000', '141708.445000', '141708.448000', '141708.450000', '141708.453000', '141708.456000', '141708.458000', '141708.461000', '141728.348000', '141728.351000', '141728.353000', '141728.356000', '141728.358000', '141728.361000', '141728.363000', '141728.366000', '141728.369000', '141728.371000', '141728.374000', '141728.376000', '141728.379000', '141728.381000', '141728.384000', '141728.387000', '141728.389000', '141728.392000', '141728.394000', '141728.397000', '141728.400000', '141728.402000', '141728.405000', '141728.407000', '141728.410000', '141728.413000', '141728.415000', '141728.418000', '141728.420000', '141728.423000', '141728.426000', '141728.428000', '141728.431000', '141728.433000', '141728.436000', '141728.439000', '141728.441000', '141728.444000', '141728.447000', '141728.450000', '141728.452000', '141728.455000', '141728.458000', '141748.347000', '141748.350000', '141748.353000', '141748.356000', '141748.358000', '141748.361000', '141748.363000', '141748.366000', '141748.370000', '141748.373000', '141748.376000', '141748.378000', '141748.381000', '141748.383000', '141748.386000', '141748.389000', '141748.391000', '141748.394000', '141748.396000', '141748.399000', '141748.401000', '141748.404000', '141748.407000', '141748.409000', '141748.412000', '141748.414000', '141748.417000', '141748.419000', '141748.422000', '141748.425000', '141748.427000', '141748.430000', '141748.432000', '141748.435000', '141748.437000', '141748.440000', '141748.443000', '141748.445000', '141748.448000', '141748.450000', '141748.453000', '141748.456000', '141748.458000', '141748.461000', '141808.348000', '141808.351000', '141808.354000', '141808.356000', '141808.359000', '141808.362000', '141808.364000', '141808.367000', '141808.369000', '141808.372000', '141808.375000', '141808.377000', '141808.380000', '141808.383000', '141808.385000', '141808.388000', '141808.390000', '141808.393000', '141808.396000', '141808.398000', '141808.401000', '141808.404000', '141808.406000', '141808.409000', '141808.412000', '141808.414000', '141808.417000', '141808.419000', '141808.422000', '141808.425000', '141808.427000', '141808.430000', '141808.432000', '141808.435000', '141808.438000', '141808.440000', '141808.443000', '141808.446000', '141808.448000', '141808.451000', '141808.453000', '141808.456000', '141808.459000', '141828.348000', '141828.351000', '141828.354000', '141828.357000', '141828.359000', '141828.362000', '141828.364000', '141828.367000', '141828.370000', '141828.372000', '141828.375000', '141828.377000', '141828.380000', '141828.382000', '141828.385000', '141828.388000', '141828.390000', '141828.393000', '141828.395000', '141828.398000', '141828.401000', '141828.403000', '141828.406000', '141828.408000', '141828.411000', '141828.413000', '141828.416000', '141828.419000', '141828.421000', '141828.424000', '141828.426000', '141828.429000', '141828.432000', '141828.434000', '141828.437000', '141828.439000', '141828.442000', '141828.444000', '141828.447000', '141828.450000', '141828.452000', '141828.455000', '141828.457000', '141828.460000', '141846.117000', '141846.120000', '141846.122000', '141846.125000', '141846.133000', '141846.136000', '141846.138000', '141846.141000', '141846.143000', '141846.146000', '141846.149000', '141846.151000', '141846.154000', '141846.156000', '141846.159000', '141846.161000', '141846.164000', '141846.167000', '141846.169000', '141846.172000', '141846.174000', '141846.177000', '141846.180000', '141846.182000', '141846.185000', '141846.187000', '141846.190000', '141846.193000', '141846.195000', '141846.198000', '141846.200000', '141846.203000', '141846.205000', '141846.208000', '141846.211000', '141846.213000', '141846.216000', '141846.218000', '141846.221000'], 'InstanceCreationTime': ['141228.390000', '141228.393000', '141228.395000', '141228.398000', '141228.400000', '141228.403000', '141228.406000', '141228.408000', '141228.411000', '141228.413000', '141228.416000', '141228.419000', '141228.421000', '141228.424000', '141228.426000', '141228.429000', '141228.431000', '141228.434000', '141228.437000', '141228.439000', '141228.442000', '141228.444000', '141228.447000', '141228.449000', '141228.452000', '141228.454000', '141228.457000', '141228.459000', '141228.462000', '141228.465000', '141228.467000', '141228.470000', '141228.472000', '141228.475000', '141228.477000', '141228.480000', '141228.482000', '141228.485000', '141228.488000', '141228.490000', '141228.495000', '141228.497000', '141228.500000', '141228.503000', '141228.505000', '141228.508000', '141228.511000', '141228.514000', '141228.516000', '141228.519000', '141248.347000', '141248.350000', '141248.353000', '141248.356000', '141248.358000', '141248.361000', '141248.364000', '141248.366000', '141248.369000', '141248.371000', '141248.374000', '141248.376000', '141248.379000', '141248.381000', '141248.384000', '141248.386000', '141248.389000', '141248.392000', '141248.401000', '141248.403000', '141248.406000', '141248.408000', '141248.411000', '141248.413000', '141248.416000', '141248.419000', '141248.421000', '141248.424000', '141248.426000', '141248.429000', '141248.431000', '141248.434000', '141248.437000', '141248.439000', '141248.442000', '141248.444000', '141248.447000', '141248.449000', '141248.452000', '141248.455000', '141248.457000', '141248.460000', '141248.462000', '141248.465000', '141308.347000', '141308.350000', '141308.353000', '141308.355000', '141308.358000', '141308.361000', '141308.363000', '141308.366000', '141308.368000', '141308.371000', '141308.374000', '141308.376000', '141308.379000', '141308.381000', '141308.384000', '141308.386000', '141308.389000', '141308.391000', '141308.401000', '141308.403000', '141308.406000', '141308.408000', '141308.411000', '141308.413000', '141308.416000', '141308.419000', '141308.421000', '141308.424000', '141308.426000', '141308.429000', '141308.432000', '141308.434000', '141308.437000', '141308.439000', '141308.442000', '141308.445000', '141308.447000', '141308.450000', '141308.452000', '141308.455000', '141308.458000', '141308.460000', '141308.463000', '141328.348000', '141328.351000', '141328.354000', '141328.356000', '141328.359000', '141328.361000', '141328.364000', '141328.367000', '141328.369000', '141328.372000', '141328.375000', '141328.377000', '141328.380000', '141328.382000', '141328.385000', '141328.387000', '141328.390000', '141328.393000', '141328.395000', '141328.398000', '141328.400000', '141328.403000', '141328.406000', '141328.408000', '141328.411000', '141328.413000', '141328.416000', '141328.419000', '141328.421000', '141328.424000', '141328.426000', '141328.429000', '141328.431000', '141328.434000', '141328.444000', '141328.446000', '141328.449000', '141328.451000', '141328.454000', '141328.457000', '141328.459000', '141328.462000', '141328.464000', '141328.467000', '141348.349000', '141348.351000', '141348.354000', '141348.357000', '141348.359000', '141348.362000', '141348.364000', '141348.367000', '141348.369000', '141348.372000', '141348.375000', '141348.377000', '141348.380000', '141348.382000', '141348.385000', '141348.387000', '141348.390000', '141348.392000', '141348.395000', '141348.398000', '141348.400000', '141348.403000', '141348.405000', '141348.408000', '141348.410000', '141348.413000', '141348.415000', '141348.418000', '141348.420000', '141348.427000', '141348.430000', '141348.432000', '141348.435000', '141348.437000', '141348.440000', '141348.443000', '141348.445000', '141348.448000', '141348.450000', '141348.453000', '141348.455000', '141348.458000', '141348.461000', '141408.349000', '141408.351000', '141408.354000', '141408.356000', '141408.359000', '141408.362000', '141408.364000', '141408.367000', '141408.369000', '141408.372000', '141408.375000', '141408.381000', '141408.384000', '141408.386000', '141408.389000', '141408.392000', '141408.394000', '141408.397000', '141408.400000', '141408.402000', '141408.405000', '141408.408000', '141408.410000', '141408.413000', '141408.415000', '141408.418000', '141408.420000', '141408.423000', '141408.426000', '141408.428000', '141408.431000', '141408.433000', '141408.436000', '141408.439000', '141408.441000', '141408.444000', '141408.446000', '141408.449000', '141408.451000', '141408.454000', '141408.457000', '141408.459000', '141408.462000', '141408.464000', '141428.363000', '141428.366000', '141428.368000', '141428.371000', '141428.373000', '141428.376000', '141428.379000', '141428.381000', '141428.384000', '141428.386000', '141428.389000', '141428.392000', '141428.394000', '141428.397000', '141428.399000', '141428.402000', '141428.405000', '141428.407000', '141428.410000', '141428.412000', '141428.415000', '141428.417000', '141428.420000', '141428.423000', '141428.425000', '141428.428000', '141428.430000', '141428.433000', '141428.436000', '141428.438000', '141428.441000', '141428.443000', '141428.446000', '141428.449000', '141428.451000', '141428.454000', '141428.456000', '141428.459000', '141428.462000', '141428.464000', '141428.467000', '141428.469000', '141428.472000', '141448.348000', '141448.351000', '141448.354000', '141448.356000', '141448.359000', '141448.361000', '141448.364000', '141448.366000', '141448.369000', '141448.372000', '141448.374000', '141448.383000', '141448.385000', '141448.388000', '141448.391000', '141448.393000', '141448.396000', '141448.398000', '141448.401000', '141448.404000', '141448.406000', '141448.409000', '141448.411000', '141448.414000', '141448.417000', '141448.419000', '141448.422000', '141448.424000', '141448.427000', '141448.430000', '141448.432000', '141448.435000', '141448.437000', '141448.440000', '141448.442000', '141448.445000', '141448.448000', '141448.450000', '141448.453000', '141448.455000', '141448.458000', '141448.460000', '141448.463000', '141448.465000', '141508.347000', '141508.350000', '141508.353000', '141508.356000', '141508.358000', '141508.361000', '141508.363000', '141508.366000', '141508.368000', '141508.371000', '141508.374000', '141508.376000', '141508.379000', '141508.381000', '141508.384000', '141508.387000', '141508.389000', '141508.392000', '141508.394000', '141508.397000', '141508.400000', '141508.402000', '141508.405000', '141508.407000', '141508.410000', '141508.413000', '141508.415000', '141508.418000', '141508.420000', '141508.423000', '141508.426000', '141508.428000', '141508.431000', '141508.433000', '141508.436000', '141508.438000', '141508.441000', '141508.443000', '141508.446000', '141508.449000', '141508.451000', '141508.454000', '141508.456000', '141528.347000', '141528.350000', '141528.353000', '141528.355000', '141528.358000', '141528.360000', '141528.363000', '141528.366000', '141528.368000', '141528.371000', '141528.373000', '141528.376000', '141528.379000', '141528.382000', '141528.385000', '141528.388000', '141528.390000', '141528.393000', '141528.396000', '141528.398000', '141528.401000', '141528.403000', '141528.406000', '141528.408000', '141528.411000', '141528.414000', '141528.416000', '141528.419000', '141528.422000', '141528.424000', '141528.427000', '141528.429000', '141528.432000', '141528.435000', '141528.437000', '141528.440000', '141528.443000', '141528.445000', '141528.448000', '141528.450000', '141528.453000', '141528.456000', '141528.458000', '141528.461000', '141548.348000', '141548.351000', '141548.354000', '141548.357000', '141548.359000', '141548.362000', '141548.364000', '141548.367000', '141548.369000', '141548.372000', '141548.375000', '141548.377000', '141548.380000', '141548.382000', '141548.385000', '141548.388000', '141548.390000', '141548.393000', '141548.395000', '141548.398000', '141548.401000', '141548.403000', '141548.406000', '141548.408000', '141548.411000', '141548.427000', '141548.430000', '141548.432000', '141548.435000', '141548.437000', '141548.440000', '141548.443000', '141548.445000', '141548.448000', '141548.450000', '141548.453000', '141548.455000', '141548.458000', '141548.460000', '141548.463000', '141548.466000', '141548.468000', '141548.471000', '141608.349000', '141608.351000', '141608.354000', '141608.357000', '141608.359000', '141608.362000', '141608.364000', '141608.367000', '141608.370000', '141608.373000', '141608.376000', '141608.379000', '141608.381000', '141608.384000', '141608.386000', '141608.389000', '141608.392000', '141608.394000', '141608.397000', '141608.399000', '141608.402000', '141608.405000', '141608.407000', '141608.410000', '141608.412000', '141608.421000', '141608.423000', '141608.426000', '141608.429000', '141608.431000', '141608.434000', '141608.436000', '141608.439000', '141608.441000', '141608.444000', '141608.447000', '141608.449000', '141608.452000', '141608.454000', '141608.457000', '141608.460000', '141608.462000', '141608.465000', '141628.348000', '141628.351000', '141628.354000', '141628.356000', '141628.359000', '141628.362000', '141628.364000', '141628.367000', '141628.369000', '141628.372000', '141628.375000', '141628.377000', '141628.380000', '141628.382000', '141628.385000', '141628.387000', '141628.390000', '141628.393000', '141628.395000', '141628.398000', '141628.400000', '141628.403000', '141628.406000', '141628.408000', '141628.411000', '141628.414000', '141628.416000', '141628.419000', '141628.421000', '141628.424000', '141628.426000', '141628.429000', '141628.432000', '141628.434000', '141628.437000', '141628.439000', '141628.442000', '141628.445000', '141628.447000', '141628.450000', '141628.452000', '141628.455000', '141628.458000', '141628.460000', '141648.349000', '141648.351000', '141648.354000', '141648.357000', '141648.359000', '141648.362000', '141648.365000', '141648.367000', '141648.370000', '141648.372000', '141648.375000', '141648.378000', '141648.380000', '141648.383000', '141648.385000', '141648.388000', '141648.391000', '141648.393000', '141648.396000', '141648.398000', '141648.401000', '141648.404000', '141648.406000', '141648.409000', '141648.411000', '141648.414000', '141648.417000', '141648.421000', '141648.423000', '141648.426000', '141648.429000', '141648.431000', '141648.434000', '141648.437000', '141648.439000', '141648.442000', '141648.444000', '141648.447000', '141648.450000', '141648.453000', '141648.455000', '141648.458000', '141648.460000', '141708.349000', '141708.351000', '141708.354000', '141708.357000', '141708.359000', '141708.362000', '141708.364000', '141708.367000', '141708.370000', '141708.372000', '141708.375000', '141708.377000', '141708.380000', '141708.382000', '141708.385000', '141708.388000', '141708.390000', '141708.393000', '141708.395000', '141708.398000', '141708.401000', '141708.403000', '141708.406000', '141708.408000', '141708.411000', '141708.414000', '141708.416000', '141708.419000', '141708.421000', '141708.424000', '141708.427000', '141708.429000', '141708.432000', '141708.435000', '141708.437000', '141708.440000', '141708.443000', '141708.445000', '141708.448000', '141708.450000', '141708.453000', '141708.456000', '141708.458000', '141708.461000', '141728.348000', '141728.351000', '141728.353000', '141728.356000', '141728.358000', '141728.361000', '141728.363000', '141728.366000', '141728.369000', '141728.371000', '141728.374000', '141728.376000', '141728.379000', '141728.381000', '141728.384000', '141728.387000', '141728.389000', '141728.392000', '141728.394000', '141728.397000', '141728.400000', '141728.402000', '141728.405000', '141728.407000', '141728.410000', '141728.413000', '141728.415000', '141728.418000', '141728.420000', '141728.423000', '141728.426000', '141728.428000', '141728.431000', '141728.433000', '141728.436000', '141728.439000', '141728.441000', '141728.444000', '141728.447000', '141728.450000', '141728.452000', '141728.455000', '141728.458000', '141748.347000', '141748.350000', '141748.353000', '141748.356000', '141748.358000', '141748.361000', '141748.363000', '141748.366000', '141748.370000', '141748.373000', '141748.376000', '141748.378000', '141748.381000', '141748.383000', '141748.386000', '141748.389000', '141748.391000', '141748.394000', '141748.396000', '141748.399000', '141748.401000', '141748.404000', '141748.407000', '141748.409000', '141748.412000', '141748.414000', '141748.417000', '141748.419000', '141748.422000', '141748.425000', '141748.427000', '141748.430000', '141748.432000', '141748.435000', '141748.437000', '141748.440000', '141748.443000', '141748.445000', '141748.448000', '141748.450000', '141748.453000', '141748.456000', '141748.458000', '141748.461000', '141808.348000', '141808.351000', '141808.354000', '141808.356000', '141808.359000', '141808.362000', '141808.364000', '141808.367000', '141808.369000', '141808.372000', '141808.375000', '141808.377000', '141808.380000', '141808.383000', '141808.385000', '141808.388000', '141808.390000', '141808.393000', '141808.396000', '141808.398000', '141808.401000', '141808.404000', '141808.406000', '141808.409000', '141808.412000', '141808.414000', '141808.417000', '141808.419000', '141808.422000', '141808.425000', '141808.427000', '141808.430000', '141808.432000', '141808.435000', '141808.438000', '141808.440000', '141808.443000', '141808.446000', '141808.448000', '141808.451000', '141808.453000', '141808.456000', '141808.459000', '141828.348000', '141828.351000', '141828.354000', '141828.357000', '141828.359000', '141828.362000', '141828.364000', '141828.367000', '141828.370000', '141828.372000', '141828.375000', '141828.377000', '141828.380000', '141828.382000', '141828.385000', '141828.388000', '141828.390000', '141828.393000', '141828.395000', '141828.398000', '141828.401000', '141828.403000', '141828.406000', '141828.408000', '141828.411000', '141828.413000', '141828.416000', '141828.419000', '141828.421000', '141828.424000', '141828.426000', '141828.429000', '141828.432000', '141828.434000', '141828.437000', '141828.439000', '141828.442000', '141828.444000', '141828.447000', '141828.450000', '141828.452000', '141828.455000', '141828.457000', '141828.460000', '141846.117000', '141846.120000', '141846.122000', '141846.125000', '141846.133000', '141846.136000', '141846.138000', '141846.141000', '141846.143000', '141846.146000', '141846.149000', '141846.151000', '141846.154000', '141846.156000', '141846.159000', '141846.161000', '141846.164000', '141846.167000', '141846.169000', '141846.172000', '141846.174000', '141846.177000', '141846.180000', '141846.182000', '141846.185000', '141846.187000', '141846.190000', '141846.193000', '141846.195000', '141846.198000', '141846.200000', '141846.203000', '141846.205000', '141846.208000', '141846.211000', '141846.213000', '141846.216000', '141846.218000', '141846.221000'], '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': [17530, 9220, 13804, 9411, 16488, 14239, 16294, 13672, 9509, 8417, 7836, 7176, 8744, 9544, 10122, 9454, 9399, 9658, 9460, 12887, 9825, 11889, 9928, 10264, 9944, 13418, 9983, 16010, 13831, 17314, 13237, 16826, 9594, 15097, 10982, 17221, 12733, 15397, 8211, 9597, 8859, 9710, 8306, 9736, 8422, 9998, 8226, 9478, 8236, 9396, 7867, 9317, 7945, 9702, 7925, 9970, 8154, 10085, 8405, 9773, 9822, 10235, 11160, 10457, 15983, 13062, 14475, 11400, 10447, 9583, 10514, 8738, 10638, 8589, 10517, 8737, 10767, 10492, 10584, 9413, 10685, 10432, 10615, 9046, 10424, 11006, 10078, 14555, 12103, 15672, 13515, 14505, 10091, 14862, 9217, 10546, 8267, 10564, 8227, 10278, 8025, 10204, 8449, 10209, 9574, 10171, 9813, 10097, 13695, 10031, 8525, 8257, 9235, 8363, 9482, 7973, 9299, 7788, 9542, 7698, 9399, 7832, 9165, 8531, 9326, 9216, 9464, 7798, 9308, 7837, 9378, 7752, 9506, 9189, 9836, 9241, 9464, 8747, 8081, 9276, 7978, 9489, 8722, 9636, 9253, 9173, 8529, 8028, 8514, 7991, 8585, 8072, 8855, 8054, 8807, 7679, 8968, 7693, 9019, 7722, 9222, 8123, 9016, 11772, 15949, 8719, 8667, 7752, 8482, 7729, 8717, 7400, 8852, 9059, 8807, 8815, 8079, 8407, 7872, 8597, 8286, 9124, 14622, 9475, 14820, 9417, 11369, 9252, 14951, 12159, 10254, 13805, 10364, 14246, 12435, 11678, 12715, 9868, 10421, 7783, 10635, 7936, 8620, 7804, 8395, 7824, 8579, 7560, 8918, 7371, 8943, 7553, 9159, 7573, 8985, 8006, 9473, 8103, 7828, 7959, 7472, 8309, 7735, 8018, 7358, 8095, 9557, 8442, 8263, 8621, 8933, 9101, 10132, 13756, 9362, 13730, 9358, 13418, 9345, 16621, 8484, 8563, 8026, 13966, 13252, 10947, 14661, 12146, 13747, 17679, 10947, 16446, 9909, 13335, 9920, 11492, 9755, 12424, 9494, 15262, 11272, 10117, 9501, 7854, 9714, 7896, 9950, 9765, 10052, 11104, 9821, 11568, 9117, 9013, 11498, 9795, 11368, 9646, 10755, 9596, 8501, 9317, 7641, 9062, 7961, 9368, 8086, 9334, 11977, 8464, 8813, 9625, 13191, 9485, 11410, 9387, 10759, 9094, 9309, 14332, 10424, 12462, 9882, 12452, 9561, 12788, 9547, 10991, 9138, 9709, 9123, 11116, 9498, 10417, 8979, 9677, 8814, 8053, 9102, 13734, 9364, 10461, 7916, 7981, 7752, 8036, 7942, 8140, 7604, 8363, 9025, 9083, 10365, 8436, 9677, 8549, 12680, 9043, 14714, 9035, 12686, 9640, 14686, 9652, 16030, 9949, 16824, 10029, 16451, 10743, 15414, 11610, 10186, 8788, 8186, 9012, 7617, 9018, 8454, 9560, 7938, 10137, 8477, 10464, 12773, 10017, 12099, 10290, 12042, 9798, 10857, 15241, 10433, 14579, 10259, 10097, 10669, 9831, 10545, 9904, 10217, 9324, 9792, 11095, 9312, 10977, 9482, 10647, 9159, 10767, 9119, 13664, 9583, 11295, 9990, 8536, 10253, 11636, 10247, 14282, 10118, 10068, 10478, 13507, 9877, 14909, 9376, 12819, 9387, 10849, 9324, 8007, 9379, 7611, 9670, 9973, 10134, 12915, 8702, 10558, 9698, 14560, 11250, 17000, 10252, 15400, 10240, 13014, 9960, 12474, 8508, 8577, 7801, 8740, 7901, 9139, 7640, 9929, 10889, 9973, 11518, 10211, 14399, 10091, 14023, 10931, 9971, 9673, 10468, 15879, 9988, 14325, 9614, 8935, 8906, 7899, 8194, 9768, 12048, 9121, 8457, 8386, 7685, 7882, 7056, 8510, 9097, 8684, 9292, 8251, 9803, 14079, 9650, 12626, 9837, 12814, 9566, 13379, 12412, 13273, 11143, 9956, 13116, 10475, 18010, 10437, 14239, 10330, 15617, 10494, 12811, 10400, 12136, 10233, 11050, 9587, 10451, 10567, 14262, 10394, 13509, 10087, 11222, 9703, 10418, 9656, 9212, 9737, 8440, 9771, 7558, 9922, 9678, 10533, 9738, 10092, 12277, 14134, 10588, 17247, 10193, 10550, 9518, 7545, 9292, 7782, 8952, 7861, 8920, 7485, 9105, 7845, 9694, 8325, 10196, 11893, 9728, 12220, 16420, 10715, 17760, 10606, 14597, 10204, 8142, 10007, 11076, 9973, 7503, 9951, 7670, 9331, 10583, 16504, 10102, 10403, 9689, 7614, 9509, 7589, 9099, 7649, 9372, 7800, 9388, 7930, 8507, 10331, 14735, 9568, 8927, 9825, 10402, 10706, 13713, 10899, 12018, 10784, 14037, 10917, 14466, 10557, 10849, 10046, 10365, 14973, 10964, 18409, 10455, 14959, 10549, 13917, 10273, 11183, 9978, 9275, 9624, 7740, 9288, 8032, 8591, 7854, 8555, 7690, 9365, 7483, 9834, 11182, 14052, 10972, 18586, 10569, 14209, 10350, 11438, 9590, 10853, 11542, 10429, 13649, 10315, 11030, 9977, 7747, 9947, 9675, 9899, 10851, 9736, 12250, 9745, 10175, 14401, 10329, 14219, 9419, 9029, 9590, 10282, 14644, 10300, 11924, 10327, 10933, 7272, 8826, 7719, 8915, 10426, 13845, 9194, 8801, 8196, 7883, 8458, 9727, 8413, 10391, 15288, 10340, 15651, 10155, 13156, 10488, 10524, 13153, 8342, 10165, 8071, 9414, 7565, 9886, 8402, 10023, 13882, 10665, 14090, 10777, 15092, 12583, 16248, 12361, 17554, 10999, 13180, 10717, 10457, 10846, 12101, 10457, 13783, 10899, 13915, 10986, 15351, 10879, 10459, 10428, 7533, 9709, 10836, 8914, 10728, 10247, 10320, 7840, 9679, 7790, 9474, 7883, 9149, 7629, 9015, 10280, 9046, 10131, 11603, 9554, 10731, 9227, 10536, 13426, 10010, 11824, 9827, 7664, 7578, 7849, 7153, 8470, 7118, 9285, 10874, 14680, 9704, 13984, 9439, 13032, 9633, 11834, 15711, 10518, 17133, 10237, 16412, 10307, 14491, 12211, 13680, 17568, 15010, 16051, 10948, 18668, 11000, 15410, 12090, 11744, 11484, 10755, 17577, 10922, 10957, 10696, 8433, 10587, 8232, 9473, 9012, 10950, 10264, 10627, 12038, 10621, 11891, 10285, 8334, 11637, 10865, 16175, 10577, 12994, 10571, 8729, 10662, 8594, 11963, 10988, 17402, 10977, 15228, 10955, 13333, 10240, 11075, 15216, 10673, 9601, 10233, 7644, 8736, 10262, 10895, 10131, 7779, 9477, 7688, 9400, 7095, 10134, 8429, 10517, 10487, 9961, 11702, 13397, 11319, 10505, 10970, 12827, 10755, 15267, 10250, 14786, 10224, 9353, 10048, 7587, 9840, 10465, 12649, 10550, 15721, 10445, 14732, 10355, 10492, 13775, 10663, 15407, 10286, 10490, 9382, 7821, 8510, 10391, 12034, 10055, 8377, 9470, 7624, 9057, 7820, 8994, 8145, 9266, 9123, 12142, 10282, 14313, 10459, 13544, 9986, 11629, 14982, 10986, 17338, 10266, 15336, 10309, 10864, 14517], 'WindowCenter': [3886.0, 3819.0, 3835.0, 3792.0, 3855.0, 3847.0, 3844.0, 3831.0, 3800.0, 3781.0, 3768.0, 3757.0, 3792.0, 3790.0, 3813.0, 3803.0, 3803.0, 3802.0, 3802.0, 3821.0, 3800.0, 3810.0, 3789.0, 3788.0, 3788.0, 3819.0, 3789.0, 3829.0, 3820.0, 3829.0, 3806.0, 3826.0, 3774.0, 3815.0, 3799.0, 3841.0, 3819.0, 3829.0, 3776.0, 3774.0, 3762.0, 3772.0, 3750.0, 3771.0, 3751.0, 3773.0, 3752.0, 3774.0, 3763.0, 3774.0, 3752.0, 3774.0, 3765.0, 3785.0, 3753.0, 3786.0, 3765.0, 3786.0, 3764.0, 3787.0, 3786.0, 3799.0, 3797.0, 3798.0, 3842.0, 3822.0, 3820.0, 3798.0, 3800.0, 3788.0, 3811.0, 3778.0, 3799.0, 3776.0, 3797.0, 3764.0, 3798.0, 3798.0, 3799.0, 3787.0, 3798.0, 3798.0, 3797.0, 3776.0, 3798.0, 3797.0, 3788.0, 3819.0, 3808.0, 3829.0, 3807.0, 3816.0, 3784.0, 3815.0, 3762.0, 3783.0, 3762.0, 3783.0, 3762.0, 3784.0, 3752.0, 3784.0, 3762.0, 3785.0, 3784.0, 3785.0, 3784.0, 3797.0, 3817.0, 3787.0, 3776.0, 3775.0, 3786.0, 3777.0, 3787.0, 3766.0, 3787.0, 3765.0, 3787.0, 3766.0, 3787.0, 3766.0, 3787.0, 3776.0, 3787.0, 3787.0, 3787.0, 3766.0, 3788.0, 3766.0, 3789.0, 3766.0, 3789.0, 3787.0, 3799.0, 3787.0, 3789.0, 3777.0, 3767.0, 3787.0, 3766.0, 3798.0, 3776.0, 3788.0, 3787.0, 3788.0, 3777.0, 3767.0, 3777.0, 3766.0, 3777.0, 3766.0, 3777.0, 3766.0, 3776.0, 3765.0, 3776.0, 3765.0, 3787.0, 3765.0, 3787.0, 3767.0, 3791.0, 3823.0, 3841.0, 3789.0, 3791.0, 3779.0, 3789.0, 3765.0, 3776.0, 3754.0, 3787.0, 3776.0, 3787.0, 3789.0, 3778.0, 3778.0, 3778.0, 3789.0, 3779.0, 3800.0, 3842.0, 3801.0, 3842.0, 3801.0, 3821.0, 3801.0, 3842.0, 3820.0, 3799.0, 3830.0, 3798.0, 3829.0, 3818.0, 3807.0, 3806.0, 3786.0, 3796.0, 3754.0, 3795.0, 3764.0, 3763.0, 3754.0, 3764.0, 3753.0, 3775.0, 3753.0, 3776.0, 3753.0, 3776.0, 3753.0, 3786.0, 3753.0, 3775.0, 3766.0, 3787.0, 3765.0, 3766.0, 3777.0, 3766.0, 3777.0, 3767.0, 3767.0, 3767.0, 3779.0, 3813.0, 3794.0, 3793.0, 3791.0, 3803.0, 3804.0, 3826.0, 3845.0, 3801.0, 3831.0, 3801.0, 3832.0, 3802.0, 3853.0, 3792.0, 3792.0, 3780.0, 3832.0, 3832.0, 3811.0, 3843.0, 3821.0, 3833.0, 3841.0, 3809.0, 3840.0, 3787.0, 3818.0, 3798.0, 3807.0, 3786.0, 3808.0, 3787.0, 3831.0, 3808.0, 3797.0, 3788.0, 3766.0, 3788.0, 3765.0, 3798.0, 3786.0, 3798.0, 3798.0, 3787.0, 3807.0, 3776.0, 3777.0, 3806.0, 3787.0, 3808.0, 3787.0, 3797.0, 3787.0, 3776.0, 3788.0, 3767.0, 3789.0, 3778.0, 3800.0, 3778.0, 3802.0, 3822.0, 3781.0, 3802.0, 3813.0, 3832.0, 3801.0, 3810.0, 3789.0, 3810.0, 3788.0, 3789.0, 3830.0, 3798.0, 3818.0, 3798.0, 3818.0, 3788.0, 3819.0, 3800.0, 3810.0, 3802.0, 3801.0, 3802.0, 3822.0, 3802.0, 3812.0, 3792.0, 3802.0, 3792.0, 3780.0, 3792.0, 3834.0, 3803.0, 3814.0, 3792.0, 3781.0, 3780.0, 3781.0, 3780.0, 3782.0, 3782.0, 3793.0, 3803.0, 3804.0, 3813.0, 3793.0, 3802.0, 3793.0, 3835.0, 3804.0, 3856.0, 3805.0, 3834.0, 3814.0, 3845.0, 3803.0, 3855.0, 3803.0, 3855.0, 3802.0, 3843.0, 3812.0, 3843.0, 3810.0, 3799.0, 3778.0, 3780.0, 3789.0, 3779.0, 3791.0, 3792.0, 3814.0, 3793.0, 3826.0, 3793.0, 3814.0, 3834.0, 3802.0, 3822.0, 3801.0, 3822.0, 3801.0, 3812.0, 3842.0, 3811.0, 3831.0, 3800.0, 3800.0, 3812.0, 3801.0, 3814.0, 3802.0, 3813.0, 3804.0, 3815.0, 3823.0, 3804.0, 3814.0, 3804.0, 3814.0, 3804.0, 3814.0, 3804.0, 3845.0, 3804.0, 3824.0, 3815.0, 3804.0, 3814.0, 3825.0, 3815.0, 3846.0, 3815.0, 3803.0, 3814.0, 3835.0, 3814.0, 3844.0, 3803.0, 3835.0, 3803.0, 3813.0, 3803.0, 3781.0, 3803.0, 3782.0, 3815.0, 3815.0, 3816.0, 3836.0, 3805.0, 3815.0, 3816.0, 3845.0, 3825.0, 3855.0, 3802.0, 3843.0, 3813.0, 3821.0, 3801.0, 3821.0, 3791.0, 3790.0, 3781.0, 3792.0, 3781.0, 3803.0, 3782.0, 3814.0, 3824.0, 3815.0, 3823.0, 3814.0, 3845.0, 3813.0, 3834.0, 3812.0, 3802.0, 3803.0, 3813.0, 3855.0, 3802.0, 3843.0, 3802.0, 3791.0, 3792.0, 3782.0, 3792.0, 3814.0, 3823.0, 3803.0, 3792.0, 3794.0, 3783.0, 3796.0, 3785.0, 3808.0, 3817.0, 3808.0, 3818.0, 3807.0, 3829.0, 3848.0, 3818.0, 3837.0, 3816.0, 3836.0, 3804.0, 3847.0, 3836.0, 3836.0, 3813.0, 3803.0, 3833.0, 3813.0, 3854.0, 3813.0, 3834.0, 3813.0, 3843.0, 3812.0, 3821.0, 3812.0, 3823.0, 3814.0, 3824.0, 3815.0, 3825.0, 3826.0, 3846.0, 3815.0, 3836.0, 3815.0, 3825.0, 3816.0, 3814.0, 3814.0, 3803.0, 3804.0, 3794.0, 3814.0, 3783.0, 3816.0, 3815.0, 3827.0, 3816.0, 3816.0, 3836.0, 3835.0, 3814.0, 3856.0, 3814.0, 3813.0, 3803.0, 3771.0, 3802.0, 3781.0, 3804.0, 3793.0, 3805.0, 3784.0, 3817.0, 3808.0, 3830.0, 3808.0, 3830.0, 3839.0, 3817.0, 3838.0, 3859.0, 3827.0, 3868.0, 3815.0, 3845.0, 3803.0, 3781.0, 3814.0, 3825.0, 3814.0, 3772.0, 3815.0, 3783.0, 3804.0, 3815.0, 3856.0, 3814.0, 3815.0, 3804.0, 3782.0, 3804.0, 3783.0, 3806.0, 3785.0, 3819.0, 3798.0, 3818.0, 3798.0, 3809.0, 3829.0, 3860.0, 3818.0, 3819.0, 3829.0, 3829.0, 3829.0, 3860.0, 3829.0, 3838.0, 3839.0, 3860.0, 3828.0, 3860.0, 3827.0, 3826.0, 3815.0, 3816.0, 3858.0, 3828.0, 3868.0, 3815.0, 3846.0, 3815.0, 3845.0, 3815.0, 3825.0, 3816.0, 3805.0, 3817.0, 3784.0, 3816.0, 3795.0, 3806.0, 3797.0, 3807.0, 3799.0, 3819.0, 3787.0, 3829.0, 3840.0, 3850.0, 3829.0, 3883.0, 3829.0, 3849.0, 3816.0, 3826.0, 3804.0, 3826.0, 3825.0, 3815.0, 3845.0, 3815.0, 3825.0, 3816.0, 3784.0, 3828.0, 3817.0, 3831.0, 3842.0, 3820.0, 3851.0, 3819.0, 3829.0, 3848.0, 3817.0, 3848.0, 3807.0, 3809.0, 3818.0, 3828.0, 3858.0, 3817.0, 3837.0, 3829.0, 3827.0, 3787.0, 3818.0, 3798.0, 3818.0, 3841.0, 3850.0, 3819.0, 3820.0, 3808.0, 3797.0, 3808.0, 3819.0, 3808.0, 3842.0, 3873.0, 3830.0, 3872.0, 3829.0, 3850.0, 3828.0, 3827.0, 3849.0, 3796.0, 3817.0, 3796.0, 3816.0, 3786.0, 3817.0, 3797.0, 3817.0, 3860.0, 3828.0, 3848.0, 3826.0, 3846.0, 3836.0, 3857.0, 3825.0, 3856.0, 3814.0, 3834.0, 3813.0, 3813.0, 3813.0, 3823.0, 3813.0, 3833.0, 3813.0, 3833.0, 3813.0, 3843.0, 3812.0, 3801.0, 3800.0, 3770.0, 3802.0, 3814.0, 3791.0, 3814.0, 3813.0, 3815.0, 3782.0, 3815.0, 3785.0, 3817.0, 3797.0, 3818.0, 3798.0, 3819.0, 3831.0, 3820.0, 3831.0, 3841.0, 3832.0, 3831.0, 3821.0, 3843.0, 3862.0, 3831.0, 3852.0, 3831.0, 3799.0, 3800.0, 3811.0, 3802.0, 3824.0, 3803.0, 3836.0, 3858.0, 3876.0, 3834.0, 3865.0, 3834.0, 3865.0, 3833.0, 3854.0, 3874.0, 3843.0, 3874.0, 3831.0, 3872.0, 3830.0, 3861.0, 3839.0, 3851.0, 3871.0, 3860.0, 3858.0, 3827.0, 3868.0, 3815.0, 3846.0, 3824.0, 3812.0, 3812.0, 3812.0, 3843.0, 3812.0, 3811.0, 3813.0, 3780.0, 3813.0, 3792.0, 3816.0, 3806.0, 3839.0, 3828.0, 3829.0, 3839.0, 3817.0, 3827.0, 3817.0, 3795.0, 3825.0, 3826.0, 3857.0, 3816.0, 3837.0, 3816.0, 3794.0, 3816.0, 3795.0, 3826.0, 3827.0, 3857.0, 3815.0, 3846.0, 3814.0, 3835.0, 3803.0, 3814.0, 3844.0, 3814.0, 3803.0, 3814.0, 3783.0, 3793.0, 3815.0, 3824.0, 3816.0, 3784.0, 3817.0, 3797.0, 3819.0, 3788.0, 3844.0, 3810.0, 3843.0, 3843.0, 3832.0, 3843.0, 3852.0, 3841.0, 3829.0, 3829.0, 3838.0, 3828.0, 3859.0, 3817.0, 3848.0, 3816.0, 3805.0, 3816.0, 3784.0, 3816.0, 3828.0, 3838.0, 3828.0, 3858.0, 3828.0, 3848.0, 3816.0, 3816.0, 3847.0, 3828.0, 3858.0, 3817.0, 3816.0, 3807.0, 3786.0, 3808.0, 3830.0, 3837.0, 3828.0, 3807.0, 3819.0, 3798.0, 3820.0, 3810.0, 3833.0, 3822.0, 3835.0, 3847.0, 3866.0, 3846.0, 3875.0, 3844.0, 3864.0, 3832.0, 3843.0, 3863.0, 3842.0, 3873.0, 3830.0, 3861.0, 3829.0, 3829.0, 3860.0], 'WindowWidth': [8682.0, 8576.0, 8589.0, 8528.0, 8621.0, 8612.0, 8604.0, 8577.0, 8535.0, 8512.0, 8490.0, 8473.0, 8525.0, 8518.0, 8555.0, 8542.0, 8542.0, 8540.0, 8540.0, 8563.0, 8531.0, 8544.0, 8514.0, 8512.0, 8513.0, 8555.0, 8515.0, 8570.0, 8556.0, 8568.0, 8532.0, 8558.0, 8484.0, 8543.0, 8530.0, 8592.0, 8558.0, 8570.0, 8496.0, 8487.0, 8468.0, 8482.0, 8450.0, 8479.0, 8451.0, 8484.0, 8455.0, 8490.0, 8472.0, 8489.0, 8456.0, 8488.0, 8476.0, 8503.0, 8458.0, 8506.0, 8476.0, 8507.0, 8476.0, 8509.0, 8505.0, 8528.0, 8523.0, 8528.0, 8593.0, 8566.0, 8559.0, 8525.0, 8532.0, 8513.0, 8548.0, 8501.0, 8529.0, 8492.0, 8522.0, 8475.0, 8526.0, 8525.0, 8530.0, 8511.0, 8526.0, 8524.0, 8525.0, 8494.0, 8527.0, 8525.0, 8513.0, 8555.0, 8539.0, 8568.0, 8535.0, 8547.0, 8501.0, 8543.0, 8468.0, 8498.0, 8469.0, 8500.0, 8471.0, 8502.0, 8456.0, 8503.0, 8472.0, 8506.0, 8501.0, 8505.0, 8502.0, 8524.0, 8551.0, 8511.0, 8496.0, 8494.0, 8508.0, 8497.0, 8511.0, 8483.0, 8511.0, 8481.0, 8511.0, 8482.0, 8512.0, 8482.0, 8511.0, 8496.0, 8512.0, 8511.0, 8513.0, 8484.0, 8514.0, 8484.0, 8516.0, 8483.0, 8517.0, 8512.0, 8531.0, 8513.0, 8517.0, 8500.0, 8487.0, 8514.0, 8485.0, 8530.0, 8498.0, 8516.0, 8514.0, 8516.0, 8500.0, 8486.0, 8498.0, 8484.0, 8499.0, 8483.0, 8500.0, 8483.0, 8496.0, 8480.0, 8497.0, 8481.0, 8513.0, 8480.0, 8513.0, 8488.0, 8526.0, 8569.0, 8592.0, 8519.0, 8527.0, 8507.0, 8520.0, 8481.0, 8497.0, 8466.0, 8514.0, 8497.0, 8514.0, 8517.0, 8503.0, 8504.0, 8503.0, 8520.0, 8506.0, 8537.0, 8594.0, 8539.0, 8593.0, 8538.0, 8565.0, 8538.0, 8593.0, 8562.0, 8531.0, 8574.0, 8530.0, 8571.0, 8554.0, 8537.0, 8536.0, 8509.0, 8521.0, 8464.0, 8519.0, 8478.0, 8475.0, 8463.0, 8476.0, 8462.0, 8492.0, 8462.0, 8494.0, 8461.0, 8495.0, 8462.0, 8509.0, 8462.0, 8495.0, 8482.0, 8512.0, 8481.0, 8486.0, 8502.0, 8483.0, 8500.0, 8485.0, 8485.0, 8486.0, 8507.0, 8558.0, 8535.0, 8532.0, 8526.0, 8547.0, 8547.0, 8581.0, 8605.0, 8539.0, 8577.0, 8536.0, 8579.0, 8541.0, 8610.0, 8530.0, 8528.0, 8511.0, 8581.0, 8581.0, 8551.0, 8597.0, 8563.0, 8583.0, 8594.0, 8544.0, 8589.0, 8514.0, 8555.0, 8529.0, 8538.0, 8510.0, 8540.0, 8514.0, 8577.0, 8542.0, 8525.0, 8517.0, 8483.0, 8516.0, 8481.0, 8527.0, 8510.0, 8528.0, 8528.0, 8512.0, 8538.0, 8495.0, 8498.0, 8536.0, 8511.0, 8540.0, 8512.0, 8525.0, 8514.0, 8498.0, 8518.0, 8487.0, 8520.0, 8502.0, 8536.0, 8504.0, 8544.0, 8569.0, 8512.0, 8543.0, 8559.0, 8580.0, 8538.0, 8549.0, 8520.0, 8548.0, 8517.0, 8517.0, 8573.0, 8529.0, 8555.0, 8529.0, 8555.0, 8516.0, 8557.0, 8535.0, 8548.0, 8540.0, 8537.0, 8540.0, 8566.0, 8542.0, 8553.0, 8527.0, 8539.0, 8529.0, 8508.0, 8528.0, 8586.0, 8542.0, 8560.0, 8529.0, 8512.0, 8509.0, 8510.0, 8509.0, 8514.0, 8516.0, 8533.0, 8546.0, 8550.0, 8559.0, 8531.0, 8542.0, 8532.0, 8589.0, 8547.0, 8619.0, 8551.0, 8587.0, 8560.0, 8602.0, 8544.0, 8615.0, 8543.0, 8615.0, 8539.0, 8598.0, 8553.0, 8595.0, 8548.0, 8532.0, 8503.0, 8507.0, 8520.0, 8506.0, 8524.0, 8528.0, 8561.0, 8531.0, 8580.0, 8533.0, 8560.0, 8587.0, 8540.0, 8567.0, 8538.0, 8567.0, 8536.0, 8552.0, 8592.0, 8550.0, 8577.0, 8535.0, 8534.0, 8554.0, 8539.0, 8559.0, 8542.0, 8557.0, 8546.0, 8561.0, 8570.0, 8546.0, 8557.0, 8547.0, 8560.0, 8545.0, 8559.0, 8546.0, 8601.0, 8546.0, 8574.0, 8564.0, 8546.0, 8560.0, 8574.0, 8562.0, 8605.0, 8561.0, 8544.0, 8559.0, 8587.0, 8558.0, 8598.0, 8541.0, 8587.0, 8544.0, 8555.0, 8544.0, 8513.0, 8546.0, 8515.0, 8563.0, 8562.0, 8567.0, 8593.0, 8551.0, 8562.0, 8564.0, 8602.0, 8576.0, 8615.0, 8540.0, 8597.0, 8554.0, 8565.0, 8538.0, 8564.0, 8524.0, 8524.0, 8511.0, 8526.0, 8513.0, 8544.0, 8517.0, 8560.0, 8574.0, 8562.0, 8571.0, 8560.0, 8601.0, 8556.0, 8586.0, 8553.0, 8540.0, 8542.0, 8558.0, 8614.0, 8541.0, 8596.0, 8540.0, 8525.0, 8527.0, 8513.0, 8527.0, 8558.0, 8570.0, 8545.0, 8528.0, 8534.0, 8518.0, 8541.0, 8525.0, 8560.0, 8571.0, 8561.0, 8575.0, 8557.0, 8588.0, 8612.0, 8571.0, 8594.0, 8564.0, 8591.0, 8546.0, 8609.0, 8590.0, 8593.0, 8556.0, 8543.0, 8582.0, 8555.0, 8613.0, 8556.0, 8588.0, 8556.0, 8595.0, 8553.0, 8564.0, 8555.0, 8568.0, 8559.0, 8572.0, 8561.0, 8576.0, 8578.0, 8605.0, 8562.0, 8592.0, 8560.0, 8575.0, 8565.0, 8560.0, 8561.0, 8544.0, 8546.0, 8532.0, 8560.0, 8519.0, 8565.0, 8562.0, 8582.0, 8564.0, 8564.0, 8591.0, 8587.0, 8559.0, 8618.0, 8556.0, 8555.0, 8543.0, 8497.0, 8540.0, 8512.0, 8547.0, 8532.0, 8549.0, 8522.0, 8571.0, 8559.0, 8591.0, 8560.0, 8591.0, 8603.0, 8569.0, 8598.0, 8627.0, 8582.0, 8638.0, 8561.0, 8601.0, 8541.0, 8511.0, 8560.0, 8575.0, 8560.0, 8502.0, 8561.0, 8517.0, 8544.0, 8561.0, 8619.0, 8559.0, 8560.0, 8548.0, 8515.0, 8547.0, 8518.0, 8553.0, 8523.0, 8575.0, 8547.0, 8573.0, 8546.0, 8562.0, 8589.0, 8631.0, 8572.0, 8573.0, 8589.0, 8587.0, 8589.0, 8629.0, 8587.0, 8597.0, 8600.0, 8632.0, 8586.0, 8631.0, 8582.0, 8578.0, 8561.0, 8564.0, 8623.0, 8585.0, 8640.0, 8562.0, 8605.0, 8561.0, 8601.0, 8562.0, 8574.0, 8565.0, 8549.0, 8569.0, 8519.0, 8565.0, 8537.0, 8554.0, 8544.0, 8557.0, 8549.0, 8574.0, 8531.0, 8587.0, 8604.0, 8614.0, 8587.0, 8668.0, 8586.0, 8612.0, 8564.0, 8577.0, 8544.0, 8577.0, 8576.0, 8562.0, 8602.0, 8562.0, 8574.0, 8565.0, 8521.0, 8584.0, 8570.0, 8594.0, 8610.0, 8578.0, 8621.0, 8572.0, 8587.0, 8610.0, 8566.0, 8610.0, 8553.0, 8561.0, 8573.0, 8583.0, 8622.0, 8566.0, 8593.0, 8586.0, 8583.0, 8529.0, 8572.0, 8544.0, 8572.0, 8605.0, 8618.0, 8573.0, 8577.0, 8559.0, 8544.0, 8557.0, 8573.0, 8557.0, 8610.0, 8652.0, 8591.0, 8649.0, 8586.0, 8616.0, 8581.0, 8581.0, 8612.0, 8539.0, 8566.0, 8538.0, 8566.0, 8525.0, 8567.0, 8542.0, 8570.0, 8630.0, 8582.0, 8609.0, 8578.0, 8606.0, 8589.0, 8620.0, 8574.0, 8619.0, 8557.0, 8583.0, 8554.0, 8555.0, 8555.0, 8568.0, 8556.0, 8581.0, 8553.0, 8581.0, 8554.0, 8597.0, 8550.0, 8535.0, 8533.0, 8493.0, 8537.0, 8557.0, 8524.0, 8557.0, 8555.0, 8562.0, 8514.0, 8563.0, 8521.0, 8567.0, 8541.0, 8571.0, 8547.0, 8574.0, 8593.0, 8576.0, 8593.0, 8604.0, 8594.0, 8592.0, 8580.0, 8611.0, 8635.0, 8594.0, 8622.0, 8591.0, 8550.0, 8554.0, 8568.0, 8558.0, 8591.0, 8562.0, 8610.0, 8641.0, 8660.0, 8604.0, 8645.0, 8603.0, 8643.0, 8599.0, 8631.0, 8654.0, 8614.0, 8657.0, 8594.0, 8648.0, 8589.0, 8633.0, 8600.0, 8619.0, 8645.0, 8628.0, 8623.0, 8578.0, 8637.0, 8559.0, 8606.0, 8568.0, 8552.0, 8549.0, 8551.0, 8593.0, 8550.0, 8548.0, 8555.0, 8509.0, 8555.0, 8527.0, 8565.0, 8552.0, 8601.0, 8587.0, 8587.0, 8602.0, 8568.0, 8579.0, 8566.0, 8535.0, 8574.0, 8575.0, 8621.0, 8563.0, 8594.0, 8562.0, 8532.0, 8564.0, 8535.0, 8576.0, 8578.0, 8620.0, 8561.0, 8604.0, 8558.0, 8588.0, 8542.0, 8557.0, 8596.0, 8557.0, 8540.0, 8557.0, 8517.0, 8528.0, 8561.0, 8572.0, 8564.0, 8519.0, 8570.0, 8541.0, 8576.0, 8533.0, 8614.0, 8567.0, 8614.0, 8613.0, 8596.0, 8611.0, 8620.0, 8605.0, 8584.0, 8584.0, 8595.0, 8581.0, 8625.0, 8567.0, 8610.0, 8565.0, 8547.0, 8565.0, 8520.0, 8564.0, 8583.0, 8597.0, 8584.0, 8624.0, 8582.0, 8611.0, 8565.0, 8566.0, 8606.0, 8583.0, 8622.0, 8565.0, 8563.0, 8553.0, 8525.0, 8555.0, 8587.0, 8596.0, 8586.0, 8556.0, 8575.0, 8546.0, 8579.0, 8566.0, 8603.0, 8586.0, 8608.0, 8626.0, 8649.0, 8624.0, 8659.0, 8615.0, 8643.0, 8596.0, 8613.0, 8638.0, 8608.0, 8654.0, 8588.0, 8632.0, 8587.0, 8586.0, 8628.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.0014858371559633027</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02230390160550459</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.63033598615376</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2365953775200917</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0103174298737088</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4977</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4001.0886</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06327899471109653</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7201834862385321</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.495889734290454</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3549057620364895</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8050782967580856</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3276851440767863</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0256038</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.026089983060956</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.047152794897556305</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.699206863148716</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>14.8628</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.0233</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.1718</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>298329.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>909.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.9447</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.074</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.0818</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2973.6409</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3171.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78215.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>884.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3932.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.2053</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.62722997833043</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> |