=== 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-0044 --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-0044",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0044_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0044_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-01/func/sub-0044_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c007b1c62c6b447a7b4c668c475620a3</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:14:31.935000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999228, -0.0346096, -0.0185851, 0.0361161, 0.995465, 0.0880068]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0975637</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7251, 430, -15, -21, 56, 74]</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>228.908</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e10a6a2d-e12b-4005-9c3f-9366fedd08d9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6808559894561768, 0.09689684957265854, -0.04172822833061218, 109.320556640625], [0.09285493195056915, 2.670759677886963, 0.23924711346626282, -99.86251068115234], [-0.04986235499382019, -0.2361156940460205, 2.6890554428100586, -45.272769927978516], [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': ['141431.935000', '141432.395000', '141432.855000', '141433.315000', '141433.775000', '141434.235000', '141434.695000', '141435.155000', '141435.615000', '141436.075000', '141436.535000', '141436.995000', '141437.455000', '141437.915000', '141438.375000', '141438.835000', '141439.295000', '141439.755000', '141440.215000', '141440.675000', '141441.135000', '141441.595000', '141442.055000', '141442.515000', '141442.975000', '141443.435000', '141443.895000', '141444.355000', '141444.815000', '141445.275000', '141445.735000', '141446.195000', '141446.655000', '141447.115000', '141447.575000', '141448.035000', '141448.495000', '141448.955000', '141449.415000', '141449.875000', '141450.335000', '141450.795000', '141451.255000', '141451.715000', '141452.175000', '141452.635000', '141453.095000', '141453.555000', '141454.015000', '141454.475000', '141454.935000', '141455.395000', '141455.855000', '141456.315000', '141456.775000', '141457.235000', '141457.695000', '141458.155000', '141458.615000', '141459.075000', '141459.535000', '141459.995000', '141500.455000', '141500.915000', '141501.375000', '141501.835000', '141502.295000', '141502.755000', '141503.215000', '141503.675000', '141504.135000', '141504.595000', '141505.055000', '141505.515000', '141505.975000', '141506.435000', '141506.895000', '141507.355000', '141507.815000', '141508.275000', '141508.735000', '141509.195000', '141509.655000', '141510.115000', '141510.575000', '141511.035000', '141511.495000', '141511.955000', '141512.415000', '141512.875000', '141513.335000', '141513.795000', '141514.255000', '141514.715000', '141515.175000', '141515.635000', '141516.095000', '141516.555000', '141517.015000', '141517.475000', '141517.935000', '141518.395000', '141518.855000', '141519.315000', '141519.775000', '141520.235000', '141520.695000', '141521.155000', '141521.615000', '141522.075000', '141522.535000', '141522.995000', '141523.455000', '141523.915000', '141524.375000', '141524.835000', '141525.295000', '141525.755000', '141526.215000', '141526.675000', '141527.135000', '141527.595000', '141528.055000', '141528.515000', '141528.975000', '141529.435000', '141529.895000', '141530.355000', '141530.815000', '141531.275000', '141531.735000', '141532.195000', '141532.655000', '141533.115000', '141533.575000', '141534.035000', '141534.495000', '141534.955000', '141535.415000', '141535.875000', '141536.335000', '141536.795000', '141537.255000', '141537.715000', '141538.175000', '141538.635000', '141539.095000', '141539.555000', '141540.015000', '141540.475000', '141540.935000', '141541.395000', '141541.855000', '141542.315000', '141542.775000', '141543.235000', '141543.695000', '141544.155000', '141544.615000', '141545.075000', '141545.535000', '141545.995000', '141546.455000', '141546.915000', '141547.375000', '141547.835000', '141548.295000', '141548.755000', '141549.215000', '141549.675000', '141550.135000', '141550.595000', '141551.055000', '141551.515000', '141551.975000', '141552.435000', '141552.895000', '141553.355000', '141553.815000', '141554.275000', '141554.735000', '141555.195000', '141555.655000', '141556.115000', '141556.575000', '141557.035000', '141557.495000', '141557.955000', '141558.415000', '141558.875000', '141559.335000', '141559.795000', '141600.255000', '141600.715000', '141601.175000', '141601.635000', '141602.095000', '141602.555000', '141603.015000', '141603.475000', '141603.935000', '141604.395000', '141604.855000', '141605.315000', '141605.775000', '141606.235000', '141606.695000', '141607.155000', '141607.615000', '141608.075000', '141608.535000', '141608.995000', '141609.455000', '141609.915000', '141610.375000', '141610.835000', '141611.295000', '141611.755000', '141612.215000', '141612.675000', '141613.135000', '141613.595000', '141614.055000', '141614.515000', '141614.975000', '141615.435000', '141615.895000', '141616.355000', '141616.815000', '141617.275000', '141617.735000', '141618.195000', '141618.655000', '141619.115000', '141619.575000', '141620.035000', '141620.495000', '141620.955000', '141621.415000', '141621.875000', '141622.335000', '141622.795000', '141623.255000', '141623.715000', '141624.175000', '141624.635000', '141625.095000', '141625.555000', '141626.015000', '141626.475000', '141626.935000', '141627.395000', '141627.855000', '141628.315000', '141628.775000', '141629.235000', '141629.695000', '141630.155000', '141630.615000', '141631.075000', '141631.535000', '141631.995000', '141632.455000', '141632.915000', '141633.375000', '141633.835000', '141634.295000', '141634.755000', '141635.215000', '141635.675000', '141636.135000', '141636.595000', '141637.055000', '141637.515000', '141637.975000', '141638.435000', '141638.895000', '141639.355000', '141639.815000', '141640.275000', '141640.735000', '141641.195000', '141641.655000', '141642.115000', '141642.575000', '141643.035000', '141643.495000', '141643.955000', '141644.415000', '141644.875000', '141645.335000', '141645.795000', '141646.255000', '141646.715000', '141647.175000', '141647.635000', '141648.095000', '141648.555000', '141649.015000', '141649.475000', '141649.935000', '141650.395000', '141650.855000', '141651.315000', '141651.775000', '141652.235000', '141652.695000', '141653.155000', '141653.615000', '141654.075000', '141654.535000', '141654.995000', '141655.455000', '141655.915000', '141656.375000', '141656.835000', '141657.295000', '141657.755000', '141658.215000', '141658.675000', '141659.135000', '141659.595000', '141700.055000', '141700.515000', '141700.975000', '141701.435000', '141701.895000', '141702.355000', '141702.815000', '141703.275000', '141703.735000', '141704.195000', '141704.655000', '141705.115000', '141705.575000', '141706.035000', '141706.495000', '141706.955000', '141707.415000', '141707.875000', '141708.335000', '141708.795000', '141709.255000', '141709.715000', '141710.175000', '141710.635000', '141711.095000', '141711.555000', '141712.015000', '141712.475000', '141712.935000', '141713.395000', '141713.855000', '141714.315000', '141714.775000', '141715.235000', '141715.695000', '141716.155000', '141716.615000', '141717.075000', '141717.535000', '141717.995000', '141718.455000', '141718.915000', '141719.375000', '141719.835000', '141720.295000', '141720.755000', '141721.215000', '141721.675000', '141722.135000', '141722.595000', '141723.055000', '141723.515000', '141723.975000', '141724.435000', '141724.895000', '141725.355000', '141725.815000', '141726.275000', '141726.735000', '141727.195000', '141727.655000', '141728.115000', '141728.575000', '141729.035000', '141729.495000', '141729.955000', '141730.415000', '141730.875000', '141731.335000', '141731.795000', '141732.255000', '141732.715000', '141733.175000', '141733.635000', '141734.095000', '141734.555000', '141735.015000', '141735.475000', '141735.935000', '141736.395000', '141736.855000', '141737.315000', '141737.775000', '141738.235000', '141738.695000', '141739.155000', '141739.615000', '141740.075000', '141740.535000', '141740.995000', '141741.455000', '141741.915000', '141742.375000', '141742.835000', '141743.295000', '141743.755000', '141744.215000', '141744.675000', '141745.135000', '141745.595000', '141746.055000', '141746.515000', '141746.975000', '141747.435000', '141747.895000', '141748.355000', '141748.815000', '141749.275000', '141749.735000', '141750.195000', '141750.655000', '141751.115000', '141751.575000', '141752.035000', '141752.495000', '141752.955000', '141753.415000', '141753.875000', '141754.335000', '141754.795000', '141755.255000', '141755.715000', '141756.175000', '141756.635000', '141757.095000', '141757.555000', '141758.015000', '141758.475000', '141758.935000', '141759.395000', '141759.855000', '141800.315000', '141800.775000', '141801.235000', '141801.695000', '141802.155000', '141802.615000', '141803.075000', '141803.535000', '141803.995000', '141804.455000', '141804.915000', '141805.375000', '141805.835000', '141806.295000', '141806.755000', '141807.215000', '141807.675000', '141808.135000', '141808.595000', '141809.055000', '141809.515000', '141809.975000', '141810.435000', '141810.895000', '141811.355000', '141811.815000', '141812.275000', '141812.735000', '141813.195000', '141813.655000', '141814.115000', '141814.575000', '141815.035000', '141815.495000', '141815.955000', '141816.415000', '141816.875000', '141817.335000', '141817.795000', '141818.255000', '141818.715000', '141819.175000', '141819.635000', '141820.095000', '141820.555000', '141821.015000', '141821.475000', '141821.935000', '141822.395000', '141822.855000', '141823.315000', '141823.775000', '141824.235000', '141824.695000', '141825.155000', '141825.615000', '141826.075000', '141826.535000', '141826.995000', '141827.455000', '141827.915000', '141828.375000', '141828.835000', '141829.295000', '141829.755000', '141830.215000', '141830.675000', '141831.135000', '141831.595000', '141832.055000', '141832.515000', '141832.975000', '141833.435000', '141833.895000', '141834.355000', '141834.815000', '141835.275000', '141835.735000', '141836.195000', '141836.655000', '141837.115000', '141837.575000', '141838.035000', '141838.495000', '141838.955000', '141839.415000', '141839.875000', '141840.335000', '141840.795000', '141841.255000', '141841.715000', '141842.175000', '141842.635000', '141843.095000', '141843.555000', '141844.015000', '141844.475000', '141844.935000', '141845.395000', '141845.855000', '141846.315000', '141846.775000', '141847.235000', '141847.695000', '141848.155000', '141848.615000', '141849.075000', '141849.535000', '141849.995000', '141850.455000', '141850.915000', '141851.375000', '141851.835000', '141852.295000', '141852.755000', '141853.215000', '141853.675000', '141854.135000', '141854.595000', '141855.055000', '141855.515000', '141855.975000', '141856.435000', '141856.895000', '141857.355000', '141857.815000', '141858.275000', '141858.735000', '141859.195000', '141859.655000', '141900.115000', '141900.575000', '141901.035000', '141901.495000', '141901.955000', '141902.415000', '141902.875000', '141903.335000', '141903.795000', '141904.255000', '141904.715000', '141905.175000', '141905.635000', '141906.095000', '141906.555000', '141907.015000', '141907.475000', '141907.935000', '141908.395000', '141908.855000', '141909.315000', '141909.775000', '141910.235000', '141910.695000', '141911.155000', '141911.615000', '141912.075000', '141912.535000', '141912.995000', '141913.455000', '141913.915000', '141914.375000', '141914.835000', '141915.295000', '141915.755000', '141916.215000', '141916.675000', '141917.135000', '141917.595000', '141918.055000', '141918.515000', '141918.975000', '141919.435000', '141919.895000', '141920.355000', '141920.815000', '141921.275000', '141921.735000', '141922.195000', '141922.655000', '141923.115000', '141923.575000', '141924.035000', '141924.495000', '141924.955000', '141925.415000', '141925.875000', '141926.335000', '141926.795000', '141927.255000', '141927.715000', '141928.175000', '141928.635000', '141929.095000', '141929.555000', '141930.015000', '141930.475000', '141930.935000', '141931.395000', '141931.855000', '141932.315000', '141932.775000', '141933.235000', '141933.695000', '141934.155000', '141934.615000', '141935.075000', '141935.535000', '141935.995000', '141936.455000', '141936.915000', '141937.375000', '141937.835000', '141938.295000', '141938.755000', '141939.215000', '141939.675000', '141940.135000', '141940.595000', '141941.055000', '141941.515000', '141941.975000', '141942.435000', '141942.895000', '141943.355000', '141943.815000', '141944.275000', '141944.735000', '141945.195000', '141945.655000', '141946.115000', '141946.575000', '141947.035000', '141947.495000', '141947.955000', '141948.415000', '141948.875000', '141949.335000', '141949.795000', '141950.255000', '141950.715000', '141951.175000', '141951.635000', '141952.095000', '141952.555000', '141953.015000', '141953.475000', '141953.935000', '141954.395000', '141954.855000', '141955.315000', '141955.775000', '141956.235000', '141956.695000', '141957.155000', '141957.615000', '141958.075000', '141958.535000', '141958.995000', '141959.455000', '141959.915000', '142000.375000', '142000.835000', '142001.295000', '142001.755000', '142002.215000', '142002.675000', '142003.135000', '142003.595000', '142004.055000', '142004.515000', '142004.975000', '142005.435000', '142005.895000', '142006.355000', '142006.815000', '142007.275000', '142007.735000', '142008.195000', '142008.655000', '142009.115000', '142009.575000', '142010.035000', '142010.495000', '142010.955000', '142011.415000', '142011.875000', '142012.335000', '142012.795000', '142013.255000', '142013.715000', '142014.175000', '142014.635000', '142015.095000', '142015.555000', '142016.015000', '142016.475000', '142016.935000', '142017.395000', '142017.855000', '142018.315000', '142018.775000', '142019.235000', '142019.695000', '142020.155000', '142020.615000', '142021.075000', '142021.535000', '142021.995000', '142022.455000', '142022.915000', '142023.375000', '142023.835000', '142024.295000', '142024.755000', '142025.215000', '142025.675000', '142026.135000', '142026.595000', '142027.055000', '142027.515000', '142027.975000', '142028.435000', '142028.895000', '142029.355000', '142029.815000', '142030.275000', '142030.735000', '142031.195000', '142031.655000', '142032.115000', '142032.575000', '142033.035000', '142033.495000', '142033.955000', '142034.415000', '142034.875000', '142035.335000', '142035.795000', '142036.255000', '142036.715000', '142037.175000', '142037.635000', '142038.095000', '142038.555000', '142039.015000', '142039.475000', '142039.935000', '142040.395000', '142040.855000', '142041.315000', '142041.775000', '142042.235000', '142042.695000', '142043.155000', '142043.615000', '142044.075000', '142044.535000', '142044.995000', '142045.455000', '142045.915000', '142046.375000', '142046.835000', '142047.295000', '142047.755000', '142048.215000', '142048.675000', '142049.135000', '142049.595000', '142050.055000', '142050.515000', '142050.975000', '142051.435000', '142051.895000', '142052.355000', '142052.815000', '142053.275000', '142053.735000', '142054.195000', '142054.655000', '142055.115000', '142055.575000', '142056.035000', '142056.495000', '142056.955000', '142057.415000', '142057.875000', '142058.335000', '142058.795000', '142059.255000', '142059.715000', '142100.175000', '142100.635000', '142101.095000', '142101.555000', '142102.015000', '142102.475000', '142102.935000', '142103.395000', '142103.855000', '142104.315000', '142104.775000', '142105.235000', '142105.695000', '142106.155000', '142106.615000', '142107.075000', '142107.535000', '142107.995000', '142108.455000', '142108.915000', '142109.375000', '142109.835000', '142110.295000', '142110.755000', '142111.215000', '142111.675000', '142112.135000', '142112.595000'], 'ContentTime': ['141458.314000', '141458.317000', '141458.320000', '141458.323000', '141458.326000', '141458.328000', '141458.331000', '141458.334000', '141458.337000', '141458.340000', '141458.343000', '141458.345000', '141458.348000', '141458.351000', '141458.354000', '141458.357000', '141458.360000', '141458.363000', '141458.366000', '141458.368000', '141458.371000', '141458.374000', '141458.377000', '141458.380000', '141458.383000', '141458.385000', '141458.388000', '141458.391000', '141458.394000', '141458.397000', '141458.400000', '141458.403000', '141458.405000', '141458.408000', '141458.411000', '141458.414000', '141458.417000', '141458.420000', '141458.429000', '141458.432000', '141458.435000', '141458.438000', '141458.441000', '141458.444000', '141458.446000', '141458.449000', '141458.452000', '141458.455000', '141458.458000', '141458.461000', '141458.463000', '141458.466000', '141458.469000', '141458.472000', '141458.475000', '141458.478000', '141518.267000', '141518.270000', '141518.273000', '141518.276000', '141518.281000', '141518.285000', '141518.288000', '141518.291000', '141518.294000', '141518.317000', '141518.320000', '141518.323000', '141518.326000', '141518.329000', '141518.332000', '141518.334000', '141518.337000', '141518.340000', '141518.343000', '141518.346000', '141518.349000', '141518.352000', '141518.354000', '141518.357000', '141518.360000', '141518.363000', '141518.366000', '141518.369000', '141518.372000', '141518.374000', '141518.377000', '141518.380000', '141518.383000', '141518.386000', '141518.389000', '141518.391000', '141518.394000', '141518.397000', '141518.400000', '141518.403000', '141518.406000', '141518.409000', '141518.412000', '141538.267000', '141538.270000', '141538.273000', '141538.282000', '141538.285000', '141538.287000', '141538.290000', '141538.293000', '141538.296000', '141538.299000', '141538.302000', '141538.304000', '141538.307000', '141538.310000', '141538.313000', '141538.316000', '141538.319000', '141538.322000', '141538.324000', '141538.327000', '141538.330000', '141538.333000', '141538.336000', '141538.339000', '141538.342000', '141538.344000', '141538.347000', '141538.350000', '141538.353000', '141538.356000', '141538.359000', '141538.362000', '141538.364000', '141538.367000', '141538.370000', '141538.373000', '141538.376000', '141538.378000', '141538.381000', '141538.384000', '141538.387000', '141538.390000', '141538.393000', '141538.395000', '141558.267000', '141558.270000', '141558.273000', '141558.275000', '141558.279000', '141558.283000', '141558.286000', '141558.289000', '141558.291000', '141558.294000', '141558.297000', '141558.300000', '141558.303000', '141558.306000', '141558.309000', '141558.312000', '141558.314000', '141558.317000', '141558.320000', '141558.323000', '141558.326000', '141558.329000', '141558.331000', '141558.334000', '141558.337000', '141558.340000', '141558.343000', '141558.346000', '141558.349000', '141558.351000', '141558.354000', '141558.357000', '141558.360000', '141558.363000', '141558.366000', '141558.369000', '141558.371000', '141558.374000', '141558.377000', '141558.380000', '141558.395000', '141558.398000', '141558.401000', '141618.267000', '141618.270000', '141618.273000', '141618.276000', '141618.278000', '141618.281000', '141618.284000', '141618.287000', '141618.290000', '141618.293000', '141618.295000', '141618.298000', '141618.310000', '141618.312000', '141618.315000', '141618.318000', '141618.321000', '141618.324000', '141618.327000', '141618.329000', '141618.332000', '141618.335000', '141618.338000', '141618.341000', '141618.343000', '141618.346000', '141618.349000', '141618.352000', '141618.355000', '141618.358000', '141618.361000', '141618.363000', '141618.366000', '141618.369000', '141618.372000', '141618.375000', '141618.377000', '141618.380000', '141618.383000', '141618.386000', '141618.389000', '141618.392000', '141618.395000', '141618.398000', '141638.266000', '141638.269000', '141638.272000', '141638.274000', '141638.277000', '141638.280000', '141638.283000', '141638.286000', '141638.289000', '141638.292000', '141638.295000', '141638.298000', '141638.300000', '141638.303000', '141638.306000', '141638.309000', '141638.312000', '141638.315000', '141638.318000', '141638.321000', '141638.324000', '141638.352000', '141638.355000', '141638.358000', '141638.361000', '141638.364000', '141638.367000', '141638.370000', '141638.372000', '141638.375000', '141638.378000', '141638.381000', '141638.384000', '141638.387000', '141638.389000', '141638.392000', '141638.395000', '141638.398000', '141638.401000', '141638.404000', '141638.407000', '141638.410000', '141638.412000', '141658.266000', '141658.269000', '141658.272000', '141658.274000', '141658.277000', '141658.280000', '141658.283000', '141658.286000', '141658.289000', '141658.292000', '141658.295000', '141658.298000', '141658.301000', '141658.303000', '141658.306000', '141658.309000', '141658.312000', '141658.315000', '141658.318000', '141658.321000', '141658.323000', '141658.326000', '141658.329000', '141658.332000', '141658.335000', '141658.338000', '141658.341000', '141658.343000', '141658.346000', '141658.349000', '141658.352000', '141658.355000', '141658.358000', '141658.360000', '141658.363000', '141658.366000', '141658.369000', '141658.372000', '141658.375000', '141658.378000', '141658.381000', '141658.384000', '141658.386000', '141658.389000', '141718.267000', '141718.306000', '141718.309000', '141718.312000', '141718.315000', '141718.318000', '141718.321000', '141718.324000', '141718.327000', '141718.329000', '141718.332000', '141718.336000', '141718.341000', '141718.344000', '141718.347000', '141718.350000', '141718.353000', '141718.356000', '141718.359000', '141718.361000', '141718.364000', '141718.367000', '141718.370000', '141718.373000', '141718.376000', '141718.379000', '141718.381000', '141718.384000', '141718.387000', '141718.390000', '141718.393000', '141718.396000', '141718.399000', '141718.401000', '141718.404000', '141718.407000', '141718.410000', '141718.413000', '141718.416000', '141718.419000', '141718.422000', '141718.424000', '141718.427000', '141738.267000', '141738.270000', '141738.273000', '141738.276000', '141738.279000', '141738.281000', '141738.284000', '141738.287000', '141738.290000', '141738.293000', '141738.296000', '141738.299000', '141738.302000', '141738.305000', '141738.307000', '141738.310000', '141738.313000', '141738.316000', '141738.319000', '141738.322000', '141738.325000', '141738.327000', '141738.330000', '141738.333000', '141738.336000', '141738.339000', '141738.342000', '141738.345000', '141738.348000', '141738.350000', '141738.353000', '141738.356000', '141738.359000', '141738.362000', '141738.365000', '141738.368000', '141738.380000', '141738.383000', '141738.386000', '141738.389000', '141738.391000', '141738.394000', '141738.397000', '141738.400000', '141758.267000', '141758.270000', '141758.273000', '141758.276000', '141758.279000', '141758.282000', '141758.285000', '141758.287000', '141758.290000', '141758.293000', '141758.296000', '141758.299000', '141758.302000', '141758.305000', '141758.308000', '141758.311000', '141758.313000', '141758.316000', '141758.319000', '141758.322000', '141758.325000', '141758.328000', '141758.331000', '141758.334000', '141758.337000', '141758.339000', '141758.342000', '141758.345000', '141758.348000', '141758.351000', '141758.354000', '141758.358000', '141758.363000', '141758.366000', '141758.369000', '141758.372000', '141758.375000', '141758.387000', '141758.390000', '141758.393000', '141758.396000', '141758.399000', '141758.401000', '141818.267000', '141818.270000', '141818.273000', '141818.276000', '141818.278000', '141818.281000', '141818.284000', '141818.287000', '141818.290000', '141818.293000', '141818.296000', '141818.299000', '141818.302000', '141818.304000', '141818.307000', '141818.310000', '141818.313000', '141818.316000', '141818.319000', '141818.322000', '141818.325000', '141818.328000', '141818.331000', '141818.334000', '141818.336000', '141818.339000', '141818.342000', '141818.345000', '141818.348000', '141818.351000', '141818.354000', '141818.356000', '141818.359000', '141818.362000', '141818.365000', '141818.368000', '141818.371000', '141818.374000', '141818.377000', '141818.379000', '141818.382000', '141818.385000', '141818.388000', '141818.391000', '141838.267000', '141838.270000', '141838.273000', '141838.276000', '141838.278000', '141838.281000', '141838.284000', '141838.287000', '141838.290000', '141838.293000', '141838.296000', '141838.299000', '141838.303000', '141838.306000', '141838.308000', '141838.311000', '141838.314000', '141838.317000', '141838.320000', '141838.323000', '141838.326000', '141838.329000', '141838.332000', '141838.335000', '141838.337000', '141838.340000', '141838.343000', '141838.346000', '141838.349000', '141838.352000', '141838.355000', '141838.358000', '141838.361000', '141838.363000', '141838.366000', '141838.371000', '141838.376000', '141838.379000', '141838.381000', '141838.384000', '141838.387000', '141838.390000', '141838.393000', '141858.266000', '141858.269000', '141858.272000', '141858.275000', '141858.278000', '141858.281000', '141858.283000', '141858.286000', '141858.289000', '141858.292000', '141858.295000', '141858.298000', '141858.301000', '141858.304000', '141858.307000', '141858.309000', '141858.312000', '141858.315000', '141858.318000', '141858.321000', '141858.324000', '141858.327000', '141858.330000', '141858.333000', '141858.336000', '141858.338000', '141858.341000', '141858.344000', '141858.347000', '141858.350000', '141858.353000', '141858.356000', '141858.359000', '141858.362000', '141858.365000', '141858.367000', '141858.370000', '141858.373000', '141858.376000', '141858.379000', '141858.382000', '141858.384000', '141858.387000', '141858.390000', '141918.266000', '141918.269000', '141918.272000', '141918.290000', '141918.293000', '141918.295000', '141918.298000', '141918.301000', '141918.304000', '141918.307000', '141918.310000', '141918.313000', '141918.316000', '141918.318000', '141918.321000', '141918.324000', '141918.327000', '141918.330000', '141918.333000', '141918.336000', '141918.339000', '141918.342000', '141918.344000', '141918.347000', '141918.350000', '141918.353000', '141918.356000', '141918.359000', '141918.362000', '141918.365000', '141918.368000', '141918.370000', '141918.373000', '141918.376000', '141918.379000', '141918.382000', '141918.386000', '141918.391000', '141918.394000', '141918.397000', '141918.400000', '141918.403000', '141918.406000', '141938.267000', '141938.270000', '141938.273000', '141938.276000', '141938.279000', '141938.282000', '141938.284000', '141938.287000', '141938.290000', '141938.293000', '141938.296000', '141938.299000', '141938.302000', '141938.305000', '141938.308000', '141938.310000', '141938.313000', '141938.316000', '141938.319000', '141938.322000', '141938.325000', '141938.328000', '141938.331000', '141938.334000', '141938.336000', '141938.339000', '141938.342000', '141938.345000', '141938.348000', '141938.351000', '141938.354000', '141938.357000', '141938.360000', '141938.363000', '141938.365000', '141938.368000', '141938.371000', '141938.374000', '141938.377000', '141938.380000', '141938.382000', '141938.385000', '141938.388000', '141938.391000', '141958.267000', '141958.270000', '141958.273000', '141958.276000', '141958.279000', '141958.282000', '141958.284000', '141958.287000', '141958.290000', '141958.293000', '141958.296000', '141958.299000', '141958.302000', '141958.305000', '141958.308000', '141958.310000', '141958.313000', '141958.316000', '141958.319000', '141958.322000', '141958.325000', '141958.328000', '141958.331000', '141958.334000', '141958.336000', '141958.340000', '141958.343000', '141958.346000', '141958.349000', '141958.352000', '141958.355000', '141958.358000', '141958.361000', '141958.364000', '141958.366000', '141958.369000', '141958.372000', '141958.375000', '141958.378000', '141958.381000', '141958.384000', '141958.387000', '141958.389000', '142018.267000', '142018.270000', '142018.273000', '142018.276000', '142018.279000', '142018.282000', '142018.285000', '142018.288000', '142018.290000', '142018.293000', '142018.296000', '142018.299000', '142018.302000', '142018.305000', '142018.308000', '142018.311000', '142018.314000', '142018.317000', '142018.319000', '142018.322000', '142018.325000', '142018.328000', '142018.331000', '142018.334000', '142018.337000', '142018.340000', '142018.342000', '142018.345000', '142018.348000', '142018.351000', '142018.354000', '142018.357000', '142018.360000', '142018.362000', '142018.365000', '142018.368000', '142018.371000', '142018.374000', '142018.377000', '142018.380000', '142018.383000', '142018.385000', '142018.388000', '142018.391000', '142038.269000', '142038.272000', '142038.275000', '142038.278000', '142038.280000', '142038.283000', '142038.286000', '142038.289000', '142038.292000', '142038.295000', '142038.298000', '142038.300000', '142038.303000', '142038.306000', '142038.309000', '142038.312000', '142038.315000', '142038.318000', '142038.321000', '142038.323000', '142038.326000', '142038.329000', '142038.332000', '142038.335000', '142038.338000', '142038.341000', '142038.343000', '142038.346000', '142038.361000', '142038.364000', '142038.367000', '142038.370000', '142038.373000', '142038.376000', '142038.378000', '142038.381000', '142038.384000', '142038.387000', '142038.390000', '142038.393000', '142038.396000', '142038.398000', '142038.401000', '142058.267000', '142058.270000', '142058.273000', '142058.276000', '142058.278000', '142058.281000', '142058.284000', '142058.287000', '142058.290000', '142058.293000', '142058.296000', '142058.298000', '142058.301000', '142058.304000', '142058.307000', '142058.310000', '142058.313000', '142058.316000', '142058.319000', '142058.321000', '142058.324000', '142058.327000', '142058.330000', '142058.333000', '142058.336000', '142058.339000', '142058.342000', '142058.345000', '142058.348000', '142058.350000', '142058.353000', '142058.356000', '142058.359000', '142058.362000', '142058.365000', '142058.367000', '142058.370000', '142058.373000', '142058.376000', '142058.379000', '142058.382000', '142058.385000', '142058.388000', '142058.390000', '142113.438000', '142113.442000', '142113.445000', '142113.448000', '142113.451000', '142113.455000', '142113.458000', '142113.463000', '142113.466000', '142113.469000', '142113.472000', '142113.475000', '142113.478000', '142113.481000', '142113.484000', '142113.487000', '142113.490000', '142113.493000', '142113.496000', '142113.499000', '142113.502000', '142113.505000', '142113.508000', '142113.511000', '142113.514000', '142113.517000', '142113.521000', '142113.524000', '142113.527000', '142113.530000', '142113.533000', '142113.535000', '142113.538000'], 'InstanceCreationTime': ['141458.314000', '141458.317000', '141458.320000', '141458.323000', '141458.326000', '141458.328000', '141458.331000', '141458.334000', '141458.337000', '141458.340000', '141458.343000', '141458.345000', '141458.348000', '141458.351000', '141458.354000', '141458.357000', '141458.360000', '141458.363000', '141458.366000', '141458.368000', '141458.371000', '141458.374000', '141458.377000', '141458.380000', '141458.383000', '141458.385000', '141458.388000', '141458.391000', '141458.394000', '141458.397000', '141458.400000', '141458.403000', '141458.405000', '141458.408000', '141458.411000', '141458.414000', '141458.417000', '141458.420000', '141458.429000', '141458.432000', '141458.435000', '141458.438000', '141458.441000', '141458.444000', '141458.446000', '141458.449000', '141458.452000', '141458.455000', '141458.458000', '141458.461000', '141458.463000', '141458.466000', '141458.469000', '141458.472000', '141458.475000', '141458.478000', '141518.267000', '141518.270000', '141518.273000', '141518.276000', '141518.281000', '141518.285000', '141518.288000', '141518.291000', '141518.294000', '141518.317000', '141518.320000', '141518.323000', '141518.326000', '141518.329000', '141518.332000', '141518.334000', '141518.337000', '141518.340000', '141518.343000', '141518.346000', '141518.349000', '141518.352000', '141518.354000', '141518.357000', '141518.360000', '141518.363000', '141518.366000', '141518.369000', '141518.372000', '141518.374000', '141518.377000', '141518.380000', '141518.383000', '141518.386000', '141518.389000', '141518.391000', '141518.394000', '141518.397000', '141518.400000', '141518.403000', '141518.406000', '141518.409000', '141518.412000', '141538.267000', '141538.270000', '141538.273000', '141538.282000', '141538.285000', '141538.287000', '141538.290000', '141538.293000', '141538.296000', '141538.299000', '141538.302000', '141538.304000', '141538.307000', '141538.310000', '141538.313000', '141538.316000', '141538.319000', '141538.322000', '141538.324000', '141538.327000', '141538.330000', '141538.333000', '141538.336000', '141538.339000', '141538.342000', '141538.344000', '141538.347000', '141538.350000', '141538.353000', '141538.356000', '141538.359000', '141538.362000', '141538.364000', '141538.367000', '141538.370000', '141538.373000', '141538.376000', '141538.378000', '141538.381000', '141538.384000', '141538.387000', '141538.390000', '141538.393000', '141538.395000', '141558.267000', '141558.270000', '141558.273000', '141558.275000', '141558.279000', '141558.283000', '141558.286000', '141558.289000', '141558.291000', '141558.294000', '141558.297000', '141558.300000', '141558.303000', '141558.306000', '141558.309000', '141558.312000', '141558.314000', '141558.317000', '141558.320000', '141558.323000', '141558.326000', '141558.329000', '141558.331000', '141558.334000', '141558.337000', '141558.340000', '141558.343000', '141558.346000', '141558.349000', '141558.351000', '141558.354000', '141558.357000', '141558.360000', '141558.363000', '141558.366000', '141558.369000', '141558.371000', '141558.374000', '141558.377000', '141558.380000', '141558.395000', '141558.398000', '141558.401000', '141618.267000', '141618.270000', '141618.273000', '141618.276000', '141618.278000', '141618.281000', '141618.284000', '141618.287000', '141618.290000', '141618.293000', '141618.295000', '141618.298000', '141618.310000', '141618.312000', '141618.315000', '141618.318000', '141618.321000', '141618.324000', '141618.327000', '141618.329000', '141618.332000', '141618.335000', '141618.338000', '141618.341000', '141618.343000', '141618.346000', '141618.349000', '141618.352000', '141618.355000', '141618.358000', '141618.361000', '141618.363000', '141618.366000', '141618.369000', '141618.372000', '141618.375000', '141618.377000', '141618.380000', '141618.383000', '141618.386000', '141618.389000', '141618.392000', '141618.395000', '141618.398000', '141638.266000', '141638.269000', '141638.272000', '141638.274000', '141638.277000', '141638.280000', '141638.283000', '141638.286000', '141638.289000', '141638.292000', '141638.295000', '141638.298000', '141638.300000', '141638.303000', '141638.306000', '141638.309000', '141638.312000', '141638.315000', '141638.318000', '141638.321000', '141638.324000', '141638.352000', '141638.355000', '141638.358000', '141638.361000', '141638.364000', '141638.367000', '141638.370000', '141638.372000', '141638.375000', '141638.378000', '141638.381000', '141638.384000', '141638.387000', '141638.389000', '141638.392000', '141638.395000', '141638.398000', '141638.401000', '141638.404000', '141638.407000', '141638.410000', '141638.412000', '141658.266000', '141658.269000', '141658.272000', '141658.274000', '141658.277000', '141658.280000', '141658.283000', '141658.286000', '141658.289000', '141658.292000', '141658.295000', '141658.298000', '141658.301000', '141658.303000', '141658.306000', '141658.309000', '141658.312000', '141658.315000', '141658.318000', '141658.321000', '141658.323000', '141658.326000', '141658.329000', '141658.332000', '141658.335000', '141658.338000', '141658.341000', '141658.343000', '141658.346000', '141658.349000', '141658.352000', '141658.355000', '141658.358000', '141658.360000', '141658.363000', '141658.366000', '141658.369000', '141658.372000', '141658.375000', '141658.378000', '141658.381000', '141658.384000', '141658.386000', '141658.389000', '141718.267000', '141718.306000', '141718.309000', '141718.312000', '141718.315000', '141718.318000', '141718.321000', '141718.324000', '141718.327000', '141718.329000', '141718.332000', '141718.336000', '141718.341000', '141718.344000', '141718.347000', '141718.350000', '141718.353000', '141718.356000', '141718.359000', '141718.361000', '141718.364000', '141718.367000', '141718.370000', '141718.373000', '141718.376000', '141718.379000', '141718.381000', '141718.384000', '141718.387000', '141718.390000', '141718.393000', '141718.396000', '141718.399000', '141718.401000', '141718.404000', '141718.407000', '141718.410000', '141718.413000', '141718.416000', '141718.419000', '141718.422000', '141718.424000', '141718.427000', '141738.267000', '141738.270000', '141738.273000', '141738.276000', '141738.279000', '141738.281000', '141738.284000', '141738.287000', '141738.290000', '141738.293000', '141738.296000', '141738.299000', '141738.302000', '141738.305000', '141738.307000', '141738.310000', '141738.313000', '141738.316000', '141738.319000', '141738.322000', '141738.325000', '141738.327000', '141738.330000', '141738.333000', '141738.336000', '141738.339000', '141738.342000', '141738.345000', '141738.348000', '141738.350000', '141738.353000', '141738.356000', '141738.359000', '141738.362000', '141738.365000', '141738.368000', '141738.380000', '141738.383000', '141738.386000', '141738.389000', '141738.391000', '141738.394000', '141738.397000', '141738.400000', '141758.267000', '141758.270000', '141758.273000', '141758.276000', '141758.279000', '141758.282000', '141758.285000', '141758.287000', '141758.290000', '141758.293000', '141758.296000', '141758.299000', '141758.302000', '141758.305000', '141758.308000', '141758.311000', '141758.313000', '141758.316000', '141758.319000', '141758.322000', '141758.325000', '141758.328000', '141758.331000', '141758.334000', '141758.337000', '141758.339000', '141758.342000', '141758.345000', '141758.348000', '141758.351000', '141758.354000', '141758.358000', '141758.363000', '141758.366000', '141758.369000', '141758.372000', '141758.375000', '141758.387000', '141758.390000', '141758.393000', '141758.396000', '141758.399000', '141758.401000', '141818.267000', '141818.270000', '141818.273000', '141818.276000', '141818.278000', '141818.281000', '141818.284000', '141818.287000', '141818.290000', '141818.293000', '141818.296000', '141818.299000', '141818.302000', '141818.304000', '141818.307000', '141818.310000', '141818.313000', '141818.316000', '141818.319000', '141818.322000', '141818.325000', '141818.328000', '141818.331000', '141818.334000', '141818.336000', '141818.339000', '141818.342000', '141818.345000', '141818.348000', '141818.351000', '141818.354000', '141818.356000', '141818.359000', '141818.362000', '141818.365000', '141818.368000', '141818.371000', '141818.374000', '141818.377000', '141818.379000', '141818.382000', '141818.385000', '141818.388000', '141818.391000', '141838.267000', '141838.270000', '141838.273000', '141838.276000', '141838.278000', '141838.281000', '141838.284000', '141838.287000', '141838.290000', '141838.293000', '141838.296000', '141838.299000', '141838.303000', '141838.306000', '141838.308000', '141838.311000', '141838.314000', '141838.317000', '141838.320000', '141838.323000', '141838.326000', '141838.329000', '141838.332000', '141838.335000', '141838.337000', '141838.340000', '141838.343000', '141838.346000', '141838.349000', '141838.352000', '141838.355000', '141838.358000', '141838.361000', '141838.363000', '141838.366000', '141838.371000', '141838.376000', '141838.379000', '141838.381000', '141838.384000', '141838.387000', '141838.390000', '141838.393000', '141858.266000', '141858.269000', '141858.272000', '141858.275000', '141858.278000', '141858.281000', '141858.283000', '141858.286000', '141858.289000', '141858.292000', '141858.295000', '141858.298000', '141858.301000', '141858.304000', '141858.307000', '141858.309000', '141858.312000', '141858.315000', '141858.318000', '141858.321000', '141858.324000', '141858.327000', '141858.330000', '141858.333000', '141858.336000', '141858.338000', '141858.341000', '141858.344000', '141858.347000', '141858.350000', '141858.353000', '141858.356000', '141858.359000', '141858.362000', '141858.365000', '141858.367000', '141858.370000', '141858.373000', '141858.376000', '141858.379000', '141858.382000', '141858.384000', '141858.387000', '141858.390000', '141918.266000', '141918.269000', '141918.272000', '141918.290000', '141918.293000', '141918.295000', '141918.298000', '141918.301000', '141918.304000', '141918.307000', '141918.310000', '141918.313000', '141918.316000', '141918.318000', '141918.321000', '141918.324000', '141918.327000', '141918.330000', '141918.333000', '141918.336000', '141918.339000', '141918.342000', '141918.344000', '141918.347000', '141918.350000', '141918.353000', '141918.356000', '141918.359000', '141918.362000', '141918.365000', '141918.368000', '141918.370000', '141918.373000', '141918.376000', '141918.379000', '141918.382000', '141918.386000', '141918.391000', '141918.394000', '141918.397000', '141918.400000', '141918.403000', '141918.406000', '141938.267000', '141938.270000', '141938.273000', '141938.276000', '141938.279000', '141938.282000', '141938.284000', '141938.287000', '141938.290000', '141938.293000', '141938.296000', '141938.299000', '141938.302000', '141938.305000', '141938.308000', '141938.310000', '141938.313000', '141938.316000', '141938.319000', '141938.322000', '141938.325000', '141938.328000', '141938.331000', '141938.334000', '141938.336000', '141938.339000', '141938.342000', '141938.345000', '141938.348000', '141938.351000', '141938.354000', '141938.357000', '141938.360000', '141938.363000', '141938.365000', '141938.368000', '141938.371000', '141938.374000', '141938.377000', '141938.380000', '141938.382000', '141938.385000', '141938.388000', '141938.391000', '141958.267000', '141958.270000', '141958.273000', '141958.276000', '141958.279000', '141958.282000', '141958.284000', '141958.287000', '141958.290000', '141958.293000', '141958.296000', '141958.299000', '141958.302000', '141958.305000', '141958.308000', '141958.310000', '141958.313000', '141958.316000', '141958.319000', '141958.322000', '141958.325000', '141958.328000', '141958.331000', '141958.334000', '141958.336000', '141958.340000', '141958.343000', '141958.346000', '141958.349000', '141958.352000', '141958.355000', '141958.358000', '141958.361000', '141958.364000', '141958.366000', '141958.369000', '141958.372000', '141958.375000', '141958.378000', '141958.381000', '141958.384000', '141958.387000', '141958.389000', '142018.267000', '142018.270000', '142018.273000', '142018.276000', '142018.279000', '142018.282000', '142018.285000', '142018.288000', '142018.290000', '142018.293000', '142018.296000', '142018.299000', '142018.302000', '142018.305000', '142018.308000', '142018.311000', '142018.314000', '142018.317000', '142018.319000', '142018.322000', '142018.325000', '142018.328000', '142018.331000', '142018.334000', '142018.337000', '142018.340000', '142018.342000', '142018.345000', '142018.348000', '142018.351000', '142018.354000', '142018.357000', '142018.360000', '142018.362000', '142018.365000', '142018.368000', '142018.371000', '142018.374000', '142018.377000', '142018.380000', '142018.383000', '142018.385000', '142018.388000', '142018.391000', '142038.269000', '142038.272000', '142038.275000', '142038.278000', '142038.280000', '142038.283000', '142038.286000', '142038.289000', '142038.292000', '142038.295000', '142038.298000', '142038.300000', '142038.303000', '142038.306000', '142038.309000', '142038.312000', '142038.315000', '142038.318000', '142038.321000', '142038.323000', '142038.326000', '142038.329000', '142038.332000', '142038.335000', '142038.338000', '142038.341000', '142038.343000', '142038.346000', '142038.361000', '142038.364000', '142038.367000', '142038.370000', '142038.373000', '142038.376000', '142038.378000', '142038.381000', '142038.384000', '142038.387000', '142038.390000', '142038.393000', '142038.396000', '142038.398000', '142038.401000', '142058.267000', '142058.270000', '142058.273000', '142058.276000', '142058.278000', '142058.281000', '142058.284000', '142058.287000', '142058.290000', '142058.293000', '142058.296000', '142058.298000', '142058.301000', '142058.304000', '142058.307000', '142058.310000', '142058.313000', '142058.316000', '142058.319000', '142058.321000', '142058.324000', '142058.327000', '142058.330000', '142058.333000', '142058.336000', '142058.339000', '142058.342000', '142058.345000', '142058.348000', '142058.350000', '142058.353000', '142058.356000', '142058.359000', '142058.362000', '142058.365000', '142058.367000', '142058.370000', '142058.373000', '142058.376000', '142058.379000', '142058.382000', '142058.385000', '142058.388000', '142058.390000', '142113.438000', '142113.442000', '142113.445000', '142113.448000', '142113.451000', '142113.455000', '142113.458000', '142113.463000', '142113.466000', '142113.469000', '142113.472000', '142113.475000', '142113.478000', '142113.481000', '142113.484000', '142113.487000', '142113.490000', '142113.493000', '142113.496000', '142113.499000', '142113.502000', '142113.505000', '142113.508000', '142113.511000', '142113.514000', '142113.517000', '142113.521000', '142113.524000', '142113.527000', '142113.530000', '142113.533000', '142113.535000', '142113.538000'], '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': [17218, 12514, 17841, 9618, 15110, 9537, 13253, 9804, 13490, 10535, 13990, 9939, 11041, 10011, 11070, 10060, 11878, 10165, 13199, 9819, 11484, 10020, 11070, 10404, 13471, 9307, 13880, 10240, 9851, 10676, 9868, 13889, 11845, 15655, 9948, 11745, 9485, 11373, 9097, 16234, 10007, 16745, 9993, 14162, 10071, 12897, 10226, 16238, 10117, 13000, 10657, 10679, 10804, 9484, 9532, 10346, 9400, 12204, 14398, 21706, 14479, 9751, 11152, 9937, 9659, 9988, 10028, 11451, 14678, 10378, 15532, 13665, 10981, 16923, 15232, 11929, 15710, 17417, 19565, 19069, 18169, 13422, 10883, 12392, 9913, 9127, 19124, 11410, 11238, 14644, 10274, 11907, 15035, 11204, 11353, 13609, 10911, 11564, 11424, 11468, 10780, 9980, 11583, 11309, 10500, 10551, 11082, 9894, 9722, 10798, 11071, 15719, 13753, 15873, 10620, 10978, 9842, 10871, 10243, 10401, 14255, 12448, 14549, 17451, 15909, 16090, 14899, 11059, 9648, 13356, 10564, 18064, 15528, 11584, 18210, 12898, 10012, 17152, 11909, 13112, 17630, 13588, 18342, 14088, 10541, 10071, 10701, 12554, 9907, 10377, 10946, 12326, 11311, 16752, 10036, 10441, 12577, 10193, 10314, 9833, 10670, 10020, 9874, 10284, 9888, 10530, 9920, 9619, 11103, 10264, 9478, 10813, 9988, 8402, 12092, 11107, 10654, 10463, 11865, 12174, 12968, 18508, 19092, 13425, 10742, 10692, 9846, 9229, 16176, 12466, 11845, 19189, 16955, 14240, 15075, 9221, 10571, 10217, 9493, 11268, 14308, 17112, 15118, 17289, 14412, 12171, 17154, 10931, 9761, 14164, 10322, 9522, 11358, 10108, 11133, 10121, 9778, 9651, 14857, 9505, 10825, 11584, 9473, 10497, 9703, 10120, 9882, 10127, 10804, 10403, 9018, 10595, 9574, 9361, 10365, 9962, 9484, 9671, 10351, 13159, 14379, 16768, 19332, 12839, 16394, 18140, 16021, 17424, 14727, 10854, 10797, 18610, 19115, 14997, 19291, 21788, 18877, 13169, 12614, 13647, 18608, 16071, 13026, 20353, 14910, 15821, 12563, 11423, 13526, 11530, 13056, 12447, 11723, 10195, 12649, 10441, 10427, 11749, 10885, 11061, 11152, 11575, 9648, 11141, 10966, 10161, 10529, 10056, 12728, 10352, 9775, 11272, 10434, 9025, 10529, 9904, 13467, 12560, 9456, 10907, 9570, 10060, 9498, 9766, 16839, 10282, 12824, 10631, 9539, 15578, 14653, 17347, 18476, 11932, 14889, 19574, 17453, 18443, 15682, 12916, 19601, 15816, 15147, 19866, 16253, 19248, 17531, 12069, 12804, 10811, 11287, 9973, 11032, 13584, 13505, 9922, 15171, 11550, 9990, 13578, 9827, 11100, 10873, 10126, 10555, 10913, 9676, 10765, 9291, 11106, 10708, 11711, 9956, 9821, 9703, 9978, 10084, 9905, 9412, 12193, 9891, 9055, 10805, 10520, 12672, 15990, 12456, 16343, 10550, 10092, 11956, 13263, 17833, 22020, 20981, 13221, 13926, 16725, 16847, 17589, 17082, 12452, 10109, 13568, 9540, 10158, 12571, 13090, 9867, 16819, 15438, 12432, 18477, 17977, 12942, 11306, 10600, 10590, 9723, 10366, 9925, 10255, 10145, 10416, 11299, 11190, 10186, 10357, 10706, 10570, 9556, 10144, 10812, 9570, 10946, 10358, 9867, 15775, 10757, 9999, 9326, 9942, 9845, 14972, 12484, 9599, 9768, 10689, 9922, 15548, 11049, 10085, 9253, 16602, 12571, 15458, 17729, 16689, 19175, 15810, 14153, 14382, 12109, 19720, 16709, 14277, 14176, 17977, 18313, 15059, 12519, 11659, 10728, 13347, 10239, 9936, 11030, 10068, 15393, 9997, 12270, 10314, 11088, 14276, 10190, 9522, 9721, 11097, 13390, 10734, 9580, 10258, 10387, 9652, 10358, 9736, 10961, 10458, 11320, 10434, 9365, 10162, 10314, 11062, 9739, 11064, 10553, 9247, 11054, 9473, 16320, 12080, 12777, 11021, 9048, 10743, 9527, 17654, 10085, 10790, 16801, 12255, 12889, 10181, 9638, 19247, 19550, 11620, 9862, 9501, 10419, 10700, 15222, 9218, 18647, 22190, 21028, 17029, 14018, 11891, 9783, 10055, 10414, 13333, 9569, 10039, 15554, 11915, 10446, 13377, 10208, 10501, 14478, 9146, 10478, 11528, 14492, 16786, 11401, 16688, 10134, 10810, 10250, 9831, 10693, 9738, 9592, 10157, 10331, 9352, 10587, 9327, 9571, 8930, 9264, 9069, 9799, 10370, 8782, 10404, 9644, 8954, 11254, 9507, 10237, 10058, 8868, 11068, 11756, 9614, 17118, 11789, 14670, 15484, 14755, 18500, 21718, 18959, 13938, 11149, 16563, 18932, 20026, 21400, 17394, 16105, 15596, 12526, 15843, 12543, 11109, 19039, 13280, 14419, 12075, 10226, 10489, 10503, 12638, 13623, 10768, 18875, 13047, 13929, 10403, 11647, 11974, 10531, 11151, 10381, 10955, 12813, 9237, 11877, 11605, 11265, 9479, 10129, 10958, 10447, 11706, 9548, 10461, 9818, 9558, 10411, 9620, 11229, 10152, 9335, 9951, 10260, 10653, 10177, 9344, 10513, 10213, 11104, 10128, 9598, 16881, 11072, 17169, 10329, 9006, 11446, 16286, 18350, 19657, 14567, 13059, 10365, 12017, 19626, 16755, 14025, 20989, 15605, 12096, 18935, 15465, 12711, 18068, 10644, 17349, 14418, 18164, 19914, 19397, 13960, 11030, 11027, 9691, 11469, 10062, 10533, 13056, 9165, 10847, 11303, 9314, 11346, 9640, 10473, 11186, 9515, 9993, 10178, 9174, 10711, 10874, 9320, 10873, 10249, 11369, 10418, 9175, 9920, 9750, 9431, 9899, 9900, 17003, 9999, 12561, 11304, 9760, 16028, 9627, 17000, 14162, 14768, 12899, 13632, 14660, 10668, 19383, 14530, 16789, 15203, 16532, 15077, 16497, 15604, 12002, 20891, 10967, 11396, 10943, 15028, 17701, 18268, 13915, 10462, 12902, 16264, 20027, 19912, 19235, 19246, 13609, 21641, 20868, 15571, 9994, 10930, 9891, 9068, 9314, 10281, 13715, 13604, 18817, 15617, 13879, 11753, 15232, 16586, 19029, 15738, 11349, 12158, 11027, 11111, 12367, 9676, 11198, 10434, 10218, 10118, 9590, 9454, 10456, 9481, 10239, 9677, 9143, 10066, 8931, 10667, 10206, 8621, 10168, 9581, 13536, 10151, 9225, 15175, 10258, 16623, 14111, 15330, 12185, 13591, 12675, 10048, 19172, 9732, 17919, 13736, 18832, 13106, 19507, 14487, 16033, 14250, 11509, 11567, 11567, 14345, 12439, 17679, 10928, 16742, 12762, 17044, 13680, 15509, 11491, 13199, 12054, 10082, 18276, 10391, 14154, 10219, 9701, 9618, 15024, 18591, 15531, 15064, 10810, 9212, 15779, 9182, 9353, 13550, 18196, 24736, 20986, 13013, 12022, 10844, 9674, 8965, 9327, 9811, 10255, 16699, 15150, 11362, 13226, 12708, 9841, 10570, 9275, 10426, 9524, 9834, 9985, 11747, 10592, 9695, 9824, 9237, 8912, 8522, 9799, 9765, 8821, 11285], 'WindowCenter': [4951.0, 4899.0, 4921.0, 4841.0, 4887.0, 4827.0, 4863.0, 4826.0, 4858.0, 4824.0, 4864.0, 4826.0, 4831.0, 4824.0, 4832.0, 4822.0, 4843.0, 4822.0, 4852.0, 4821.0, 4842.0, 4836.0, 4848.0, 4834.0, 4865.0, 4816.0, 4875.0, 4838.0, 4823.0, 4834.0, 4824.0, 4864.0, 4844.0, 4873.0, 4814.0, 4831.0, 4813.0, 4829.0, 4791.0, 4869.0, 4811.0, 4868.0, 4814.0, 4846.0, 4810.0, 4836.0, 4809.0, 4868.0, 4811.0, 4849.0, 4846.0, 4843.0, 4842.0, 4812.0, 4787.0, 4799.0, 4804.0, 4857.0, 4881.0, 4911.0, 4866.0, 4789.0, 4808.0, 4777.0, 4778.0, 4800.0, 4823.0, 4846.0, 4873.0, 4822.0, 4857.0, 4825.0, 4796.0, 4844.0, 4836.0, 4817.0, 4845.0, 4843.0, 4853.0, 4838.0, 4817.0, 4786.0, 4754.0, 4773.0, 4735.0, 4748.0, 4823.0, 4764.0, 4765.0, 4792.0, 4742.0, 4762.0, 4779.0, 4750.0, 4762.0, 4770.0, 4751.0, 4763.0, 4761.0, 4775.0, 4778.0, 4757.0, 4789.0, 4803.0, 4803.0, 4779.0, 4789.0, 4760.0, 4773.0, 4819.0, 4832.0, 4858.0, 4853.0, 4857.0, 4794.0, 4783.0, 4770.0, 4782.0, 4810.0, 4822.0, 4860.0, 4840.0, 4848.0, 4844.0, 4846.0, 4820.0, 4807.0, 4794.0, 4774.0, 4810.0, 4804.0, 4838.0, 4805.0, 4766.0, 4812.0, 4786.0, 4756.0, 4813.0, 4773.0, 4782.0, 4800.0, 4771.0, 4798.0, 4778.0, 4751.0, 4740.0, 4752.0, 4769.0, 4741.0, 4765.0, 4774.0, 4782.0, 4761.0, 4800.0, 4741.0, 4762.0, 4768.0, 4752.0, 4765.0, 4752.0, 4763.0, 4768.0, 4767.0, 4780.0, 4780.0, 4790.0, 4795.0, 4782.0, 4800.0, 4781.0, 4784.0, 4794.0, 4797.0, 4792.0, 4854.0, 4829.0, 4797.0, 4796.0, 4805.0, 4826.0, 4841.0, 4883.0, 4878.0, 4826.0, 4766.0, 4755.0, 4758.0, 4749.0, 4827.0, 4798.0, 4788.0, 4825.0, 4826.0, 4805.0, 4791.0, 4717.0, 4739.0, 4727.0, 4730.0, 4763.0, 4791.0, 4797.0, 4777.0, 4785.0, 4764.0, 4746.0, 4783.0, 4734.0, 4726.0, 4763.0, 4724.0, 4715.0, 4745.0, 4725.0, 4746.0, 4726.0, 4724.0, 4728.0, 4787.0, 4740.0, 4764.0, 4771.0, 4740.0, 4763.0, 4756.0, 4763.0, 4766.0, 4778.0, 4789.0, 4793.0, 4750.0, 4778.0, 4785.0, 4800.0, 4820.0, 4821.0, 4800.0, 4788.0, 4787.0, 4817.0, 4851.0, 4898.0, 4892.0, 4828.0, 4835.0, 4833.0, 4856.0, 4867.0, 4832.0, 4780.0, 4781.0, 4852.0, 4851.0, 4832.0, 4855.0, 4853.0, 4840.0, 4781.0, 4772.0, 4782.0, 4809.0, 4791.0, 4767.0, 4809.0, 4778.0, 4762.0, 4729.0, 4746.0, 4765.0, 4743.0, 4766.0, 4754.0, 4746.0, 4726.0, 4753.0, 4737.0, 4736.0, 4744.0, 4736.0, 4759.0, 4745.0, 4745.0, 4729.0, 4760.0, 4761.0, 4752.0, 4761.0, 4765.0, 4793.0, 4776.0, 4765.0, 4773.0, 4776.0, 4745.0, 4778.0, 4807.0, 4848.0, 4848.0, 4795.0, 4792.0, 4775.0, 4710.0, 4789.0, 4813.0, 4868.0, 4796.0, 4799.0, 4770.0, 4761.0, 4845.0, 4856.0, 4866.0, 4864.0, 4813.0, 4829.0, 4850.0, 4827.0, 4814.0, 4802.0, 4783.0, 4820.0, 4791.0, 4789.0, 4807.0, 4786.0, 4784.0, 4784.0, 4757.0, 4742.0, 4723.0, 4722.0, 4723.0, 4747.0, 4754.0, 4764.0, 4726.0, 4773.0, 4745.0, 4739.0, 4766.0, 4738.0, 4761.0, 4748.0, 4738.0, 4761.0, 4762.0, 4740.0, 4762.0, 4730.0, 4761.0, 4777.0, 4785.0, 4766.0, 4767.0, 4768.0, 4766.0, 4766.0, 4769.0, 4782.0, 4834.0, 4804.0, 4773.0, 4791.0, 4804.0, 4836.0, 4870.0, 4838.0, 4852.0, 4780.0, 4782.0, 4779.0, 4812.0, 4867.0, 4866.0, 4865.0, 4787.0, 4784.0, 4804.0, 4800.0, 4799.0, 4811.0, 4773.0, 4740.0, 4754.0, 4703.0, 4715.0, 4744.0, 4754.0, 4724.0, 4781.0, 4761.0, 4743.0, 4771.0, 4770.0, 4740.0, 4721.0, 4722.0, 4724.0, 4712.0, 4735.0, 4724.0, 4724.0, 4723.0, 4736.0, 4735.0, 4743.0, 4737.0, 4736.0, 4750.0, 4749.0, 4727.0, 4736.0, 4747.0, 4741.0, 4762.0, 4776.0, 4781.0, 4828.0, 4776.0, 4755.0, 4734.0, 4767.0, 4795.0, 4854.0, 4834.0, 4795.0, 4781.0, 4792.0, 4795.0, 4853.0, 4814.0, 4793.0, 4784.0, 4854.0, 4826.0, 4841.0, 4840.0, 4829.0, 4824.0, 4803.0, 4781.0, 4780.0, 4775.0, 4810.0, 4799.0, 4778.0, 4779.0, 4799.0, 4785.0, 4775.0, 4745.0, 4731.0, 4722.0, 4738.0, 4724.0, 4726.0, 4734.0, 4726.0, 4784.0, 4724.0, 4744.0, 4722.0, 4734.0, 4776.0, 4738.0, 4728.0, 4728.0, 4770.0, 4775.0, 4746.0, 4725.0, 4734.0, 4749.0, 4740.0, 4750.0, 4741.0, 4761.0, 4774.0, 4759.0, 4750.0, 4741.0, 4764.0, 4776.0, 4785.0, 4780.0, 4786.0, 4776.0, 4745.0, 4786.0, 4783.0, 4837.0, 4809.0, 4808.0, 4800.0, 4770.0, 4776.0, 4756.0, 4812.0, 4764.0, 4791.0, 4838.0, 4810.0, 4794.0, 4769.0, 4757.0, 4838.0, 4849.0, 4761.0, 4731.0, 4718.0, 4740.0, 4756.0, 4791.0, 4718.0, 4800.0, 4838.0, 4825.0, 4803.0, 4794.0, 4760.0, 4725.0, 4726.0, 4736.0, 4752.0, 4712.0, 4711.0, 4760.0, 4731.0, 4735.0, 4738.0, 4721.0, 4722.0, 4760.0, 4700.0, 4733.0, 4743.0, 4763.0, 4782.0, 4743.0, 4779.0, 4721.0, 4733.0, 4734.0, 4724.0, 4735.0, 4739.0, 4727.0, 4736.0, 4750.0, 4756.0, 4775.0, 4754.0, 4756.0, 4770.0, 4781.0, 4785.0, 4803.0, 4791.0, 4774.0, 4817.0, 4809.0, 4811.0, 4841.0, 4836.0, 4819.0, 4810.0, 4813.0, 4840.0, 4855.0, 4825.0, 4882.0, 4830.0, 4835.0, 4847.0, 4845.0, 4853.0, 4881.0, 4840.0, 4798.0, 4765.0, 4804.0, 4827.0, 4850.0, 4836.0, 4813.0, 4803.0, 4777.0, 4758.0, 4763.0, 4742.0, 4745.0, 4793.0, 4776.0, 4772.0, 4741.0, 4709.0, 4694.0, 4709.0, 4741.0, 4748.0, 4720.0, 4776.0, 4750.0, 4762.0, 4708.0, 4718.0, 4725.0, 4720.0, 4730.0, 4717.0, 4742.0, 4764.0, 4710.0, 4740.0, 4743.0, 4744.0, 4724.0, 4732.0, 4757.0, 4760.0, 4769.0, 4737.0, 4747.0, 4753.0, 4753.0, 4771.0, 4765.0, 4798.0, 4779.0, 4755.0, 4752.0, 4765.0, 4777.0, 4803.0, 4782.0, 4791.0, 4791.0, 4789.0, 4779.0, 4784.0, 4854.0, 4818.0, 4852.0, 4778.0, 4737.0, 4778.0, 4831.0, 4843.0, 4839.0, 4807.0, 4763.0, 4720.0, 4776.0, 4810.0, 4802.0, 4794.0, 4832.0, 4789.0, 4747.0, 4773.0, 4776.0, 4745.0, 4782.0, 4725.0, 4785.0, 4765.0, 4785.0, 4794.0, 4782.0, 4752.0, 4710.0, 4708.0, 4688.0, 4717.0, 4710.0, 4723.0, 4739.0, 4689.0, 4734.0, 4720.0, 4702.0, 4746.0, 4725.0, 4733.0, 4745.0, 4728.0, 4738.0, 4763.0, 4754.0, 4762.0, 4774.0, 4730.0, 4776.0, 4791.0, 4799.0, 4802.0, 4784.0, 4782.0, 4770.0, 4772.0, 4795.0, 4796.0, 4864.0, 4807.0, 4823.0, 4801.0, 4769.0, 4841.0, 4784.0, 4839.0, 4832.0, 4844.0, 4821.0, 4808.0, 4805.0, 4781.0, 4835.0, 4807.0, 4815.0, 4830.0, 4814.0, 4791.0, 4786.0, 4775.0, 4771.0, 4817.0, 4751.0, 4745.0, 4735.0, 4776.0, 4812.0, 4808.0, 4777.0, 4714.0, 4721.0, 4777.0, 4798.0, 4811.0, 4811.0, 4809.0, 4770.0, 4800.0, 4797.0, 4774.0, 4700.0, 4708.0, 4700.0, 4705.0, 4714.0, 4726.0, 4778.0, 4777.0, 4793.0, 4773.0, 4765.0, 4743.0, 4774.0, 4796.0, 4805.0, 4783.0, 4745.0, 4753.0, 4733.0, 4734.0, 4742.0, 4711.0, 4745.0, 4735.0, 4734.0, 4736.0, 4738.0, 4750.0, 4771.0, 4753.0, 4775.0, 4768.0, 4754.0, 4766.0, 4770.0, 4790.0, 4792.0, 4772.0, 4804.0, 4806.0, 4820.0, 4792.0, 4784.0, 4843.0, 4805.0, 4838.0, 4832.0, 4843.0, 4810.0, 4797.0, 4795.0, 4768.0, 4835.0, 4769.0, 4824.0, 4805.0, 4836.0, 4795.0, 4808.0, 4792.0, 4802.0, 4793.0, 4759.0, 4759.0, 4773.0, 4789.0, 4757.0, 4784.0, 4734.0, 4786.0, 4768.0, 4783.0, 4765.0, 4785.0, 4743.0, 4740.0, 4730.0, 4712.0, 4795.0, 4749.0, 4772.0, 4736.0, 4724.0, 4711.0, 4789.0, 4796.0, 4798.0, 4772.0, 4724.0, 4692.0, 4763.0, 4706.0, 4716.0, 4776.0, 4811.0, 4844.0, 4843.0, 4779.0, 4746.0, 4748.0, 4740.0, 4719.0, 4738.0, 4751.0, 4742.0, 4799.0, 4788.0, 4759.0, 4779.0, 4768.0, 4738.0, 4735.0, 4704.0, 4734.0, 4725.0, 4724.0, 4725.0, 4743.0, 4736.0, 4750.0, 4749.0, 4729.0, 4717.0, 4705.0, 4749.0, 4751.0, 4720.0, 4750.0], 'WindowWidth': [10744.0, 10661.0, 10679.0, 10566.0, 10619.0, 10537.0, 10581.0, 10534.0, 10575.0, 10525.0, 10581.0, 10532.0, 10534.0, 10527.0, 10537.0, 10524.0, 10551.0, 10522.0, 10562.0, 10521.0, 10549.0, 10550.0, 10564.0, 10543.0, 10584.0, 10520.0, 10600.0, 10555.0, 10527.0, 10542.0, 10527.0, 10583.0, 10553.0, 10593.0, 10512.0, 10531.0, 10508.0, 10525.0, 10477.0, 10582.0, 10504.0, 10578.0, 10509.0, 10544.0, 10501.0, 10533.0, 10499.0, 10577.0, 10505.0, 10554.0, 10566.0, 10558.0, 10554.0, 10508.0, 10459.0, 10477.0, 10497.0, 10577.0, 10611.0, 10661.0, 10581.0, 10464.0, 10487.0, 10440.0, 10442.0, 10484.0, 10524.0, 10560.0, 10595.0, 10522.0, 10560.0, 10512.0, 10472.0, 10535.0, 10530.0, 10504.0, 10539.0, 10535.0, 10549.0, 10520.0, 10483.0, 10439.0, 10389.0, 10415.0, 10363.0, 10391.0, 10487.0, 10404.0, 10410.0, 10440.0, 10370.0, 10398.0, 10416.0, 10378.0, 10397.0, 10406.0, 10383.0, 10403.0, 10398.0, 10423.0, 10432.0, 10402.0, 10450.0, 10479.0, 10480.0, 10436.0, 10449.0, 10408.0, 10434.0, 10509.0, 10533.0, 10562.0, 10560.0, 10560.0, 10465.0, 10445.0, 10422.0, 10439.0, 10495.0, 10517.0, 10568.0, 10541.0, 10546.0, 10536.0, 10539.0, 10491.0, 10469.0, 10465.0, 10435.0, 10482.0, 10482.0, 10519.0, 10466.0, 10410.0, 10470.0, 10440.0, 10401.0, 10475.0, 10420.0, 10429.0, 10451.0, 10410.0, 10446.0, 10417.0, 10383.0, 10368.0, 10390.0, 10404.0, 10374.0, 10414.0, 10424.0, 10430.0, 10401.0, 10450.0, 10373.0, 10403.0, 10406.0, 10388.0, 10411.0, 10392.0, 10406.0, 10420.0, 10416.0, 10442.0, 10442.0, 10455.0, 10472.0, 10450.0, 10469.0, 10443.0, 10450.0, 10465.0, 10474.0, 10478.0, 10569.0, 10522.0, 10470.0, 10466.0, 10479.0, 10515.0, 10542.0, 10605.0, 10597.0, 10511.0, 10409.0, 10389.0, 10403.0, 10394.0, 10501.0, 10461.0, 10447.0, 10498.0, 10500.0, 10467.0, 10441.0, 10328.0, 10361.0, 10344.0, 10353.0, 10405.0, 10442.0, 10445.0, 10414.0, 10422.0, 10390.0, 10368.0, 10415.0, 10349.0, 10343.0, 10388.0, 10337.0, 10325.0, 10366.0, 10340.0, 10368.0, 10341.0, 10340.0, 10348.0, 10429.0, 10371.0, 10410.0, 10415.0, 10369.0, 10404.0, 10402.0, 10408.0, 10416.0, 10436.0, 10455.0, 10463.0, 10397.0, 10437.0, 10456.0, 10484.0, 10517.0, 10519.0, 10479.0, 10461.0, 10457.0, 10494.0, 10550.0, 10634.0, 10621.0, 10519.0, 10518.0, 10516.0, 10557.0, 10575.0, 10517.0, 10438.0, 10442.0, 10553.0, 10545.0, 10517.0, 10551.0, 10548.0, 10524.0, 10427.0, 10414.0, 10429.0, 10462.0, 10436.0, 10399.0, 10466.0, 10414.0, 10381.0, 10332.0, 10369.0, 10392.0, 10360.0, 10397.0, 10378.0, 10367.0, 10343.0, 10372.0, 10359.0, 10355.0, 10363.0, 10355.0, 10393.0, 10367.0, 10365.0, 10351.0, 10395.0, 10401.0, 10388.0, 10401.0, 10413.0, 10448.0, 10431.0, 10413.0, 10418.0, 10428.0, 10384.0, 10435.0, 10492.0, 10548.0, 10551.0, 10471.0, 10457.0, 10434.0, 10311.0, 10464.0, 10506.0, 10576.0, 10472.0, 10459.0, 10417.0, 10408.0, 10535.0, 10556.0, 10569.0, 10566.0, 10493.0, 10508.0, 10540.0, 10500.0, 10476.0, 10457.0, 10431.0, 10481.0, 10442.0, 10437.0, 10460.0, 10424.0, 10420.0, 10421.0, 10386.0, 10357.0, 10331.0, 10329.0, 10334.0, 10372.0, 10377.0, 10392.0, 10343.0, 10405.0, 10370.0, 10365.0, 10396.0, 10365.0, 10401.0, 10379.0, 10364.0, 10402.0, 10405.0, 10370.0, 10402.0, 10353.0, 10398.0, 10432.0, 10439.0, 10417.0, 10421.0, 10422.0, 10414.0, 10414.0, 10422.0, 10450.0, 10525.0, 10484.0, 10438.0, 10458.0, 10481.0, 10527.0, 10583.0, 10537.0, 10544.0, 10436.0, 10444.0, 10428.0, 10482.0, 10574.0, 10581.0, 10575.0, 10443.0, 10431.0, 10460.0, 10448.0, 10445.0, 10467.0, 10417.0, 10366.0, 10375.0, 10302.0, 10319.0, 10360.0, 10376.0, 10336.0, 10411.0, 10380.0, 10358.0, 10397.0, 10393.0, 10349.0, 10325.0, 10330.0, 10334.0, 10319.0, 10354.0, 10338.0, 10335.0, 10329.0, 10355.0, 10350.0, 10362.0, 10359.0, 10356.0, 10383.0, 10379.0, 10346.0, 10354.0, 10370.0, 10372.0, 10403.0, 10428.0, 10445.0, 10504.0, 10427.0, 10395.0, 10363.0, 10416.0, 10469.0, 10549.0, 10525.0, 10470.0, 10439.0, 10457.0, 10466.0, 10546.0, 10493.0, 10459.0, 10451.0, 10550.0, 10514.0, 10527.0, 10525.0, 10504.0, 10491.0, 10461.0, 10424.0, 10419.0, 10422.0, 10465.0, 10446.0, 10416.0, 10418.0, 10446.0, 10420.0, 10409.0, 10365.0, 10336.0, 10326.0, 10344.0, 10333.0, 10343.0, 10351.0, 10343.0, 10418.0, 10340.0, 10363.0, 10330.0, 10350.0, 10412.0, 10361.0, 10349.0, 10351.0, 10414.0, 10410.0, 10369.0, 10341.0, 10351.0, 10381.0, 10370.0, 10383.0, 10372.0, 10401.0, 10425.0, 10392.0, 10382.0, 10374.0, 10410.0, 10432.0, 10442.0, 10445.0, 10445.0, 10428.0, 10382.0, 10442.0, 10450.0, 10514.0, 10478.0, 10477.0, 10469.0, 10429.0, 10426.0, 10398.0, 10468.0, 10407.0, 10456.0, 10520.0, 10485.0, 10450.0, 10422.0, 10401.0, 10518.0, 10538.0, 10395.0, 10351.0, 10327.0, 10362.0, 10396.0, 10435.0, 10328.0, 10454.0, 10526.0, 10500.0, 10465.0, 10452.0, 10394.0, 10338.0, 10341.0, 10355.0, 10371.0, 10317.0, 10314.0, 10378.0, 10340.0, 10354.0, 10346.0, 10328.0, 10330.0, 10377.0, 10297.0, 10351.0, 10361.0, 10389.0, 10414.0, 10360.0, 10403.0, 10326.0, 10345.0, 10350.0, 10336.0, 10353.0, 10366.0, 10346.0, 10359.0, 10383.0, 10401.0, 10428.0, 10396.0, 10401.0, 10429.0, 10447.0, 10462.0, 10481.0, 10461.0, 10440.0, 10502.0, 10498.0, 10504.0, 10547.0, 10547.0, 10511.0, 10498.0, 10508.0, 10540.0, 10568.0, 10528.0, 10603.0, 10524.0, 10517.0, 10542.0, 10538.0, 10549.0, 10612.0, 10528.0, 10455.0, 10405.0, 10458.0, 10499.0, 10542.0, 10515.0, 10474.0, 10461.0, 10413.0, 10386.0, 10385.0, 10354.0, 10366.0, 10435.0, 10414.0, 10402.0, 10354.0, 10308.0, 10278.0, 10307.0, 10353.0, 10359.0, 10323.0, 10398.0, 10366.0, 10387.0, 10304.0, 10317.0, 10324.0, 10327.0, 10339.0, 10319.0, 10361.0, 10395.0, 10315.0, 10353.0, 10363.0, 10365.0, 10336.0, 10346.0, 10388.0, 10399.0, 10409.0, 10362.0, 10374.0, 10394.0, 10393.0, 10416.0, 10414.0, 10464.0, 10439.0, 10399.0, 10390.0, 10411.0, 10432.0, 10482.0, 10450.0, 10459.0, 10458.0, 10447.0, 10439.0, 10452.0, 10549.0, 10508.0, 10542.0, 10434.0, 10369.0, 10428.0, 10509.0, 10534.0, 10526.0, 10470.0, 10394.0, 10330.0, 10422.0, 10464.0, 10454.0, 10448.0, 10500.0, 10433.0, 10368.0, 10398.0, 10410.0, 10361.0, 10411.0, 10338.0, 10421.0, 10390.0, 10422.0, 10435.0, 10414.0, 10371.0, 10307.0, 10300.0, 10275.0, 10310.0, 10310.0, 10333.0, 10346.0, 10276.0, 10349.0, 10322.0, 10302.0, 10370.0, 10340.0, 10348.0, 10366.0, 10349.0, 10362.0, 10408.0, 10397.0, 10403.0, 10423.0, 10356.0, 10430.0, 10457.0, 10467.0, 10478.0, 10455.0, 10446.0, 10426.0, 10431.0, 10469.0, 10474.0, 10562.0, 10491.0, 10504.0, 10470.0, 10422.0, 10525.0, 10450.0, 10520.0, 10515.0, 10535.0, 10500.0, 10474.0, 10463.0, 10441.0, 10507.0, 10469.0, 10478.0, 10509.0, 10477.0, 10438.0, 10424.0, 10406.0, 10411.0, 10472.0, 10386.0, 10364.0, 10349.0, 10410.0, 10472.0, 10462.0, 10413.0, 10317.0, 10319.0, 10407.0, 10441.0, 10470.0, 10468.0, 10464.0, 10406.0, 10457.0, 10448.0, 10402.0, 10292.0, 10297.0, 10294.0, 10310.0, 10323.0, 10341.0, 10419.0, 10420.0, 10433.0, 10404.0, 10394.0, 10359.0, 10404.0, 10442.0, 10450.0, 10416.0, 10368.0, 10373.0, 10345.0, 10348.0, 10354.0, 10313.0, 10368.0, 10353.0, 10350.0, 10357.0, 10364.0, 10386.0, 10417.0, 10392.0, 10430.0, 10423.0, 10394.0, 10414.0, 10431.0, 10455.0, 10462.0, 10436.0, 10485.0, 10490.0, 10496.0, 10460.0, 10452.0, 10532.0, 10482.0, 10517.0, 10515.0, 10533.0, 10480.0, 10454.0, 10451.0, 10421.0, 10509.0, 10423.0, 10492.0, 10466.0, 10516.0, 10451.0, 10459.0, 10440.0, 10456.0, 10445.0, 10391.0, 10394.0, 10419.0, 10434.0, 10384.0, 10419.0, 10346.0, 10426.0, 10402.0, 10417.0, 10393.0, 10424.0, 10358.0, 10348.0, 10334.0, 10314.0, 10439.0, 10380.0, 10403.0, 10359.0, 10337.0, 10316.0, 10433.0, 10438.0, 10446.0, 10402.0, 10331.0, 10282.0, 10378.0, 10309.0, 10326.0, 10411.0, 10474.0, 10536.0, 10526.0, 10420.0, 10366.0, 10375.0, 10366.0, 10337.0, 10365.0, 10387.0, 10365.0, 10448.0, 10432.0, 10392.0, 10419.0, 10401.0, 10362.0, 10352.0, 10307.0, 10349.0, 10338.0, 10335.0, 10340.0, 10359.0, 10356.0, 10388.0, 10382.0, 10354.0, 10334.0, 10315.0, 10383.0, 10388.0, 10340.0, 10381.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.0014499540229885057</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.045827679540229885</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.30470136283079</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1923518583774448</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9904406471691596</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4874</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5043.1099</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.24997433970739372</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>427</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>49.08045977011494</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4629948203098704</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4030919427058235</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6884332995391187</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2974592186846694</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0426569</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01520273182541132</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028254982084035873</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.81948102125135</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>35.0159</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.981</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.8556</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295604.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>920.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.209</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3556</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>662.2948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3917.3729</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4126.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80940.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1261.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5182.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1080.2448</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.627439901523758</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> |