=== 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-0093 --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-0093",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0093_ses-03_task-social_acq-mb8_run-01_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-0093_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-01_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-0093/ses-03/func/sub-0093_ses-03_task-social_acq-mb8_run-01_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>a433462eebb2371fc85bc972a9445033</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>19:36:30.110000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999388, 0.0345778, 0.00529612, -0.0348994, 0.975221, 0.218462]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.100104</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7803, -7257, 348, -106, -244, 29, 45]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>229.949</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>750bb595-f622-4184-87e5-608a84025b6b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6812849044799805, -0.0936325192451477, -0.0064504556357860565, 116.146728515625], [-0.09276978671550751, 2.6164469718933105, 0.5899860262870789, -101.13699340820312], [0.014209112152457237, -0.5861181616783142, 2.6347436904907227, -51.96849060058594], [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': ['193630.110000', '193630.570000', '193631.030000', '193631.490000', '193631.950000', '193632.410000', '193632.870000', '193633.330000', '193633.790000', '193634.250000', '193634.710000', '193635.170000', '193635.630000', '193636.090000', '193636.550000', '193637.010000', '193637.470000', '193637.930000', '193638.390000', '193638.850000', '193639.310000', '193639.770000', '193640.230000', '193640.690000', '193641.150000', '193641.610000', '193642.070000', '193642.530000', '193642.990000', '193643.450000', '193643.910000', '193644.370000', '193644.830000', '193645.290000', '193645.750000', '193646.210000', '193646.670000', '193647.130000', '193647.590000', '193648.050000', '193648.510000', '193648.970000', '193649.430000', '193649.890000', '193650.350000', '193650.810000', '193651.270000', '193651.730000', '193652.190000', '193652.650000', '193653.110000', '193653.570000', '193654.030000', '193654.490000', '193654.950000', '193655.410000', '193655.870000', '193656.330000', '193656.790000', '193657.250000', '193657.710000', '193658.170000', '193658.630000', '193659.090000', '193659.550000', '193700.010000', '193700.470000', '193700.930000', '193701.390000', '193701.850000', '193702.310000', '193702.770000', '193703.230000', '193703.690000', '193704.150000', '193704.610000', '193705.070000', '193705.530000', '193705.990000', '193706.450000', '193706.910000', '193707.370000', '193707.830000', '193708.290000', '193708.750000', '193709.210000', '193709.670000', '193710.130000', '193710.590000', '193711.050000', '193711.510000', '193711.970000', '193712.430000', '193712.890000', '193713.350000', '193713.810000', '193714.270000', '193714.730000', '193715.190000', '193715.650000', '193716.110000', '193716.570000', '193717.030000', '193717.490000', '193717.950000', '193718.410000', '193718.870000', '193719.330000', '193719.790000', '193720.250000', '193720.710000', '193721.170000', '193721.630000', '193722.090000', '193722.550000', '193723.010000', '193723.470000', '193723.930000', '193724.390000', '193724.850000', '193725.310000', '193725.770000', '193726.230000', '193726.690000', '193727.150000', '193727.610000', '193728.070000', '193728.530000', '193728.990000', '193729.450000', '193729.910000', '193730.370000', '193730.830000', '193731.290000', '193731.750000', '193732.210000', '193732.670000', '193733.130000', '193733.590000', '193734.050000', '193734.510000', '193734.970000', '193735.430000', '193735.890000', '193736.350000', '193736.810000', '193737.270000', '193737.730000', '193738.190000', '193738.650000', '193739.110000', '193739.570000', '193740.030000', '193740.490000', '193740.950000', '193741.410000', '193741.870000', '193742.330000', '193742.790000', '193743.250000', '193743.710000', '193744.170000', '193744.630000', '193745.090000', '193745.550000', '193746.010000', '193746.470000', '193746.930000', '193747.390000', '193747.850000', '193748.310000', '193748.770000', '193749.230000', '193749.690000', '193750.150000', '193750.610000', '193751.070000', '193751.530000', '193751.990000', '193752.450000', '193752.910000', '193753.370000', '193753.830000', '193754.290000', '193754.750000', '193755.210000', '193755.670000', '193756.130000', '193756.590000', '193757.050000', '193757.510000', '193757.970000', '193758.430000', '193758.890000', '193759.350000', '193759.810000', '193800.270000', '193800.730000', '193801.190000', '193801.650000', '193802.110000', '193802.570000', '193803.030000', '193803.490000', '193803.950000', '193804.410000', '193804.870000', '193805.330000', '193805.790000', '193806.250000', '193806.710000', '193807.170000', '193807.630000', '193808.090000', '193808.550000', '193809.010000', '193809.470000', '193809.930000', '193810.390000', '193810.850000', '193811.310000', '193811.770000', '193812.230000', '193812.690000', '193813.150000', '193813.610000', '193814.070000', '193814.530000', '193814.990000', '193815.450000', '193815.910000', '193816.370000', '193816.830000', '193817.290000', '193817.750000', '193818.210000', '193818.670000', '193819.130000', '193819.590000', '193820.050000', '193820.510000', '193820.970000', '193821.430000', '193821.890000', '193822.350000', '193822.810000', '193823.270000', '193823.730000', '193824.190000', '193824.650000', '193825.110000', '193825.570000', '193826.030000', '193826.490000', '193826.950000', '193827.410000', '193827.870000', '193828.330000', '193828.790000', '193829.250000', '193829.710000', '193830.170000', '193830.630000', '193831.090000', '193831.550000', '193832.010000', '193832.470000', '193832.930000', '193833.390000', '193833.850000', '193834.310000', '193834.770000', '193835.230000', '193835.690000', '193836.150000', '193836.610000', '193837.070000', '193837.530000', '193837.990000', '193838.450000', '193838.910000', '193839.370000', '193839.830000', '193840.290000', '193840.750000', '193841.210000', '193841.670000', '193842.130000', '193842.590000', '193843.050000', '193843.510000', '193843.970000', '193844.430000', '193844.890000', '193845.350000', '193845.810000', '193846.270000', '193846.730000', '193847.190000', '193847.650000', '193848.110000', '193848.570000', '193849.030000', '193849.490000', '193849.950000', '193850.410000', '193850.870000', '193851.330000', '193851.790000', '193852.250000', '193852.710000', '193853.170000', '193853.630000', '193854.090000', '193854.550000', '193855.010000', '193855.470000', '193855.930000', '193856.390000', '193856.850000', '193857.310000', '193857.770000', '193858.230000', '193858.690000', '193859.150000', '193859.610000', '193900.070000', '193900.530000', '193900.990000', '193901.450000', '193901.910000', '193902.370000', '193902.830000', '193903.290000', '193903.750000', '193904.210000', '193904.670000', '193905.130000', '193905.590000', '193906.050000', '193906.510000', '193906.970000', '193907.430000', '193907.890000', '193908.350000', '193908.810000', '193909.270000', '193909.730000', '193910.190000', '193910.650000', '193911.110000', '193911.570000', '193912.030000', '193912.490000', '193912.950000', '193913.410000', '193913.870000', '193914.330000', '193914.790000', '193915.250000', '193915.710000', '193916.170000', '193916.630000', '193917.090000', '193917.550000', '193918.010000', '193918.470000', '193918.930000', '193919.390000', '193919.850000', '193920.310000', '193920.770000', '193921.230000', '193921.690000', '193922.150000', '193922.610000', '193923.070000', '193923.530000', '193923.990000', '193924.450000', '193924.910000', '193925.370000', '193925.830000', '193926.290000', '193926.750000', '193927.210000', '193927.670000', '193928.130000', '193928.590000', '193929.050000', '193929.510000', '193929.970000', '193930.430000', '193930.890000', '193931.350000', '193931.810000', '193932.270000', '193932.730000', '193933.190000', '193933.650000', '193934.110000', '193934.570000', '193935.030000', '193935.490000', '193935.950000', '193936.410000', '193936.870000', '193937.330000', '193937.790000', '193938.250000', '193938.710000', '193939.170000', '193939.630000', '193940.090000', '193940.550000', '193941.010000', '193941.470000', '193941.930000', '193942.390000', '193942.850000', '193943.310000', '193943.770000', '193944.230000', '193944.690000', '193945.150000', '193945.610000', '193946.070000', '193946.530000', '193946.990000', '193947.450000', '193947.910000', '193948.370000', '193948.830000', '193949.290000', '193949.750000', '193950.210000', '193950.670000', '193951.130000', '193951.590000', '193952.050000', '193952.510000', '193952.970000', '193953.430000', '193953.890000', '193954.350000', '193954.810000', '193955.270000', '193955.730000', '193956.190000', '193956.650000', '193957.110000', '193957.570000', '193958.030000', '193958.490000', '193958.950000', '193959.410000', '193959.870000', '194000.330000', '194000.790000', '194001.250000', '194001.710000', '194002.170000', '194002.630000', '194003.090000', '194003.550000', '194004.010000', '194004.470000', '194004.930000', '194005.390000', '194005.850000', '194006.310000', '194006.770000', '194007.230000', '194007.690000', '194008.150000', '194008.610000', '194009.070000', '194009.530000', '194009.990000', '194010.450000', '194010.910000', '194011.370000', '194011.830000', '194012.290000', '194012.750000', '194013.210000', '194013.670000', '194014.130000', '194014.590000', '194015.050000', '194015.510000', '194015.970000', '194016.430000', '194016.890000', '194017.350000', '194017.810000', '194018.270000', '194018.730000', '194019.190000', '194019.650000', '194020.110000', '194020.570000', '194021.030000', '194021.490000', '194021.950000', '194022.410000', '194022.870000', '194023.330000', '194023.790000', '194024.250000', '194024.710000', '194025.170000', '194025.630000', '194026.090000', '194026.550000', '194027.010000', '194027.470000', '194027.930000', '194028.390000', '194028.850000', '194029.310000', '194029.770000', '194030.230000', '194030.690000', '194031.150000', '194031.610000', '194032.070000', '194032.530000', '194032.990000', '194033.450000', '194033.910000', '194034.370000', '194034.830000', '194035.290000', '194035.750000', '194036.210000', '194036.670000', '194037.130000', '194037.590000', '194038.050000', '194038.510000', '194038.970000', '194039.430000', '194039.890000', '194040.350000', '194040.810000', '194041.270000', '194041.730000', '194042.190000', '194042.650000', '194043.110000', '194043.570000', '194044.030000', '194044.490000', '194044.950000', '194045.410000', '194045.870000', '194046.330000', '194046.790000', '194047.250000', '194047.710000', '194048.170000', '194048.630000', '194049.090000', '194049.550000', '194050.010000', '194050.470000', '194050.930000', '194051.390000', '194051.850000', '194052.310000', '194052.770000', '194053.230000', '194053.690000', '194054.150000', '194054.610000', '194055.070000', '194055.530000', '194055.990000', '194056.450000', '194056.910000', '194057.370000', '194057.830000', '194058.290000', '194058.750000', '194059.210000', '194059.670000', '194100.130000', '194100.590000', '194101.050000', '194101.510000', '194101.970000', '194102.430000', '194102.890000', '194103.350000', '194103.810000', '194104.270000', '194104.730000', '194105.190000', '194105.650000', '194106.110000', '194106.570000', '194107.030000', '194107.490000', '194107.950000', '194108.410000', '194108.870000', '194109.330000', '194109.790000', '194110.250000', '194110.710000', '194111.170000', '194111.630000', '194112.090000', '194112.550000', '194113.010000', '194113.470000', '194113.930000', '194114.390000', '194114.850000', '194115.310000', '194115.770000', '194116.230000', '194116.690000', '194117.150000', '194117.610000', '194118.070000', '194118.530000', '194118.990000', '194119.450000', '194119.910000', '194120.370000', '194120.830000', '194121.290000', '194121.750000', '194122.210000', '194122.670000', '194123.130000', '194123.590000', '194124.050000', '194124.510000', '194124.970000', '194125.430000', '194125.890000', '194126.350000', '194126.810000', '194127.270000', '194127.730000', '194128.190000', '194128.650000', '194129.110000', '194129.570000', '194130.030000', '194130.490000', '194130.950000', '194131.410000', '194131.870000', '194132.330000', '194132.790000', '194133.250000', '194133.710000', '194134.170000', '194134.630000', '194135.090000', '194135.550000', '194136.010000', '194136.470000', '194136.930000', '194137.390000', '194137.850000', '194138.310000', '194138.770000', '194139.230000', '194139.690000', '194140.150000', '194140.610000', '194141.070000', '194141.530000', '194141.990000', '194142.450000', '194142.910000', '194143.370000', '194143.830000', '194144.290000', '194144.750000', '194145.210000', '194145.670000', '194146.130000', '194146.590000', '194147.050000', '194147.510000', '194147.970000', '194148.430000', '194148.890000', '194149.350000', '194149.810000', '194150.270000', '194150.730000', '194151.190000', '194151.650000', '194152.110000', '194152.570000', '194153.030000', '194153.490000', '194153.950000', '194154.410000', '194154.870000', '194155.330000', '194155.790000', '194156.250000', '194156.710000', '194157.170000', '194157.630000', '194158.090000', '194158.550000', '194159.010000', '194159.470000', '194159.930000', '194200.390000', '194200.850000', '194201.310000', '194201.770000', '194202.230000', '194202.690000', '194203.150000', '194203.610000', '194204.070000', '194204.530000', '194204.990000', '194205.450000', '194205.910000', '194206.370000', '194206.830000', '194207.290000', '194207.750000', '194208.210000', '194208.670000', '194209.130000', '194209.590000', '194210.050000', '194210.510000', '194210.970000', '194211.430000', '194211.890000', '194212.350000', '194212.810000', '194213.270000', '194213.730000', '194214.190000', '194214.650000', '194215.110000', '194215.570000', '194216.030000', '194216.490000', '194216.950000', '194217.410000', '194217.870000', '194218.330000', '194218.790000', '194219.250000', '194219.710000', '194220.170000', '194220.630000', '194221.090000', '194221.550000', '194222.010000', '194222.470000', '194222.930000', '194223.390000', '194223.850000', '194224.310000', '194224.770000', '194225.230000', '194225.690000', '194226.150000', '194226.610000', '194227.070000', '194227.530000', '194227.990000', '194228.450000', '194228.910000', '194229.370000', '194229.830000', '194230.290000', '194230.750000', '194231.210000', '194231.670000', '194232.130000', '194232.590000', '194233.050000', '194233.510000', '194233.970000', '194234.430000', '194234.890000', '194235.350000', '194235.810000', '194236.270000', '194236.730000', '194237.190000', '194237.650000', '194238.110000', '194238.570000', '194239.030000', '194239.490000', '194239.950000', '194240.410000', '194240.870000', '194241.330000', '194241.790000', '194242.250000', '194242.710000', '194243.170000', '194243.630000', '194244.090000', '194244.550000', '194245.010000', '194245.470000', '194245.930000', '194246.390000', '194246.850000', '194247.310000', '194247.770000', '194248.230000', '194248.690000', '194249.150000', '194249.610000', '194250.070000', '194250.530000', '194250.990000', '194251.450000', '194251.910000', '194252.370000', '194252.830000', '194253.290000', '194253.750000', '194254.210000', '194254.670000', '194255.130000', '194255.590000', '194256.050000', '194256.510000', '194256.970000', '194257.430000', '194257.890000', '194258.350000', '194258.810000', '194259.270000', '194259.730000', '194300.190000', '194300.650000', '194301.110000', '194301.570000', '194302.030000', '194302.490000', '194302.950000', '194303.410000', '194303.870000', '194304.330000', '194304.790000', '194305.250000', '194305.710000', '194306.170000', '194306.630000', '194307.090000', '194307.550000', '194308.010000', '194308.470000', '194308.930000', '194309.390000', '194309.850000', '194310.310000', '194310.770000'], 'ContentTime': ['193658.321000', '193658.324000', '193658.328000', '193658.330000', '193658.333000', '193658.336000', '193658.338000', '193658.341000', '193658.343000', '193658.346000', '193658.348000', '193658.351000', '193658.353000', '193658.356000', '193658.359000', '193658.361000', '193658.364000', '193658.366000', '193658.369000', '193658.371000', '193658.374000', '193658.376000', '193658.379000', '193658.381000', '193658.384000', '193658.387000', '193658.389000', '193658.399000', '193658.402000', '193658.404000', '193658.407000', '193658.409000', '193658.412000', '193658.414000', '193658.417000', '193658.419000', '193658.422000', '193658.425000', '193658.427000', '193658.430000', '193658.432000', '193658.435000', '193658.438000', '193658.440000', '193658.443000', '193658.445000', '193658.448000', '193658.451000', '193658.453000', '193658.456000', '193658.458000', '193658.461000', '193658.463000', '193658.466000', '193658.469000', '193658.471000', '193658.474000', '193658.477000', '193718.294000', '193718.297000', '193718.300000', '193718.302000', '193718.305000', '193718.308000', '193718.310000', '193718.313000', '193718.316000', '193718.318000', '193718.321000', '193718.323000', '193718.326000', '193718.329000', '193718.332000', '193718.334000', '193718.337000', '193718.340000', '193718.342000', '193718.345000', '193718.347000', '193718.350000', '193718.352000', '193718.355000', '193718.358000', '193718.360000', '193718.363000', '193718.366000', '193718.368000', '193718.371000', '193718.373000', '193718.376000', '193718.379000', '193718.381000', '193718.384000', '193718.386000', '193718.389000', '193718.392000', '193718.394000', '193718.397000', '193718.399000', '193718.402000', '193718.404000', '193718.407000', '193738.294000', '193738.297000', '193738.300000', '193738.303000', '193738.315000', '193738.318000', '193738.321000', '193738.323000', '193738.326000', '193738.329000', '193738.349000', '193738.351000', '193738.354000', '193738.356000', '193738.359000', '193738.362000', '193738.364000', '193738.367000', '193738.369000', '193738.372000', '193738.375000', '193738.377000', '193738.380000', '193738.382000', '193738.386000', '193738.389000', '193738.392000', '193738.394000', '193738.397000', '193738.400000', '193738.402000', '193738.405000', '193738.408000', '193738.410000', '193738.413000', '193738.415000', '193738.418000', '193738.420000', '193738.423000', '193738.426000', '193738.428000', '193738.431000', '193738.433000', '193758.295000', '193758.298000', '193758.300000', '193758.303000', '193758.306000', '193758.308000', '193758.311000', '193758.313000', '193758.316000', '193758.319000', '193758.321000', '193758.324000', '193758.327000', '193758.329000', '193758.332000', '193758.334000', '193758.337000', '193758.340000', '193758.342000', '193758.345000', '193758.347000', '193758.350000', '193758.353000', '193758.355000', '193758.358000', '193758.360000', '193758.363000', '193758.366000', '193758.368000', '193758.371000', '193758.374000', '193758.376000', '193758.379000', '193758.381000', '193758.384000', '193758.387000', '193758.389000', '193758.392000', '193758.394000', '193758.397000', '193758.400000', '193758.402000', '193758.405000', '193758.407000', '193818.294000', '193818.297000', '193818.300000', '193818.303000', '193818.305000', '193818.308000', '193818.311000', '193818.313000', '193818.316000', '193818.319000', '193818.321000', '193818.324000', '193818.326000', '193818.329000', '193818.332000', '193818.334000', '193818.337000', '193818.340000', '193818.343000', '193818.345000', '193818.350000', '193818.352000', '193818.355000', '193818.358000', '193818.371000', '193818.374000', '193818.377000', '193818.379000', '193818.382000', '193818.385000', '193818.387000', '193818.390000', '193818.392000', '193818.395000', '193818.398000', '193818.400000', '193818.403000', '193818.406000', '193818.408000', '193818.411000', '193818.413000', '193818.416000', '193818.419000', '193838.294000', '193838.297000', '193838.300000', '193838.303000', '193838.305000', '193838.308000', '193838.311000', '193838.313000', '193838.316000', '193838.319000', '193838.321000', '193838.324000', '193838.326000', '193838.329000', '193838.332000', '193838.334000', '193838.337000', '193838.340000', '193838.342000', '193838.345000', '193838.347000', '193838.350000', '193838.353000', '193838.355000', '193838.358000', '193838.361000', '193838.363000', '193838.366000', '193838.369000', '193838.371000', '193838.374000', '193838.377000', '193838.379000', '193838.382000', '193838.385000', '193838.388000', '193838.390000', '193838.393000', '193838.396000', '193838.398000', '193838.401000', '193838.403000', '193838.406000', '193838.409000', '193858.294000', '193858.297000', '193858.300000', '193858.303000', '193858.305000', '193858.308000', '193858.311000', '193858.313000', '193858.316000', '193858.319000', '193858.321000', '193858.324000', '193858.327000', '193858.329000', '193858.332000', '193858.334000', '193858.337000', '193858.340000', '193858.342000', '193858.345000', '193858.348000', '193858.350000', '193858.353000', '193858.355000', '193858.358000', '193858.361000', '193858.363000', '193858.366000', '193858.368000', '193858.371000', '193858.374000', '193858.376000', '193858.379000', '193858.381000', '193858.384000', '193858.387000', '193858.389000', '193858.392000', '193858.395000', '193858.397000', '193858.400000', '193858.402000', '193858.405000', '193918.294000', '193918.296000', '193918.299000', '193918.302000', '193918.304000', '193918.307000', '193918.338000', '193918.340000', '193918.343000', '193918.346000', '193918.349000', '193918.351000', '193918.354000', '193918.356000', '193918.359000', '193918.361000', '193918.364000', '193918.366000', '193918.369000', '193918.372000', '193918.374000', '193918.377000', '193918.380000', '193918.382000', '193918.385000', '193918.387000', '193918.390000', '193918.392000', '193918.395000', '193918.397000', '193918.400000', '193918.403000', '193918.405000', '193918.408000', '193918.411000', '193918.413000', '193918.416000', '193918.419000', '193918.421000', '193918.424000', '193918.426000', '193918.429000', '193918.432000', '193918.434000', '193938.294000', '193938.297000', '193938.300000', '193938.303000', '193938.305000', '193938.308000', '193938.311000', '193938.313000', '193938.316000', '193938.318000', '193938.321000', '193938.324000', '193938.326000', '193938.329000', '193938.331000', '193938.334000', '193938.337000', '193938.339000', '193938.342000', '193938.345000', '193938.348000', '193938.350000', '193938.353000', '193938.356000', '193938.358000', '193938.361000', '193938.363000', '193938.366000', '193938.369000', '193938.371000', '193938.374000', '193938.377000', '193938.379000', '193938.382000', '193938.385000', '193938.387000', '193938.390000', '193938.393000', '193938.395000', '193938.398000', '193938.400000', '193938.403000', '193938.406000', '193958.294000', '193958.297000', '193958.300000', '193958.303000', '193958.305000', '193958.308000', '193958.311000', '193958.313000', '193958.316000', '193958.319000', '193958.321000', '193958.324000', '193958.326000', '193958.329000', '193958.331000', '193958.334000', '193958.337000', '193958.339000', '193958.342000', '193958.345000', '193958.347000', '193958.350000', '193958.353000', '193958.355000', '193958.358000', '193958.360000', '193958.363000', '193958.366000', '193958.368000', '193958.371000', '193958.374000', '193958.376000', '193958.379000', '193958.381000', '193958.384000', '193958.387000', '193958.389000', '193958.392000', '193958.395000', '193958.397000', '193958.400000', '193958.402000', '193958.405000', '193958.408000', '194018.295000', '194018.297000', '194018.300000', '194018.303000', '194018.305000', '194018.308000', '194018.311000', '194018.313000', '194018.316000', '194018.319000', '194018.321000', '194018.324000', '194018.327000', '194018.329000', '194018.332000', '194018.335000', '194018.337000', '194018.340000', '194018.342000', '194018.345000', '194018.348000', '194018.350000', '194018.353000', '194018.356000', '194018.358000', '194018.361000', '194018.363000', '194018.366000', '194018.369000', '194018.371000', '194018.374000', '194018.377000', '194018.379000', '194018.382000', '194018.385000', '194018.387000', '194018.390000', '194018.393000', '194018.395000', '194018.398000', '194018.401000', '194018.403000', '194018.406000', '194038.294000', '194038.297000', '194038.300000', '194038.303000', '194038.306000', '194038.308000', '194038.311000', '194038.314000', '194038.316000', '194038.319000', '194038.321000', '194038.324000', '194038.327000', '194038.329000', '194038.332000', '194038.335000', '194038.337000', '194038.340000', '194038.342000', '194038.345000', '194038.348000', '194038.350000', '194038.353000', '194038.355000', '194038.358000', '194038.361000', '194038.363000', '194038.366000', '194038.368000', '194038.371000', '194038.374000', '194038.384000', '194038.387000', '194038.389000', '194038.392000', '194038.394000', '194038.397000', '194038.399000', '194038.402000', '194038.405000', '194038.407000', '194038.410000', '194038.413000', '194038.415000', '194058.294000', '194058.298000', '194058.300000', '194058.303000', '194058.306000', '194058.308000', '194058.311000', '194058.314000', '194058.316000', '194058.319000', '194058.322000', '194058.324000', '194058.327000', '194058.330000', '194058.332000', '194058.335000', '194058.337000', '194058.340000', '194058.343000', '194058.345000', '194058.348000', '194058.351000', '194058.353000', '194058.356000', '194058.358000', '194058.361000', '194058.364000', '194058.366000', '194058.369000', '194058.371000', '194058.374000', '194058.377000', '194058.379000', '194058.382000', '194058.385000', '194058.387000', '194058.390000', '194058.393000', '194058.395000', '194058.398000', '194058.401000', '194058.403000', '194058.406000', '194118.295000', '194118.298000', '194118.301000', '194118.303000', '194118.306000', '194118.308000', '194118.311000', '194118.314000', '194118.316000', '194118.319000', '194118.322000', '194118.324000', '194118.327000', '194118.329000', '194118.332000', '194118.335000', '194118.338000', '194118.340000', '194118.343000', '194118.346000', '194118.348000', '194118.351000', '194118.354000', '194118.356000', '194118.359000', '194118.361000', '194118.364000', '194118.367000', '194118.369000', '194118.372000', '194118.375000', '194118.377000', '194118.380000', '194118.383000', '194118.385000', '194118.388000', '194118.390000', '194118.393000', '194118.396000', '194118.398000', '194118.401000', '194118.404000', '194118.406000', '194118.409000', '194138.293000', '194138.296000', '194138.299000', '194138.301000', '194138.304000', '194138.306000', '194138.309000', '194138.312000', '194138.314000', '194138.317000', '194138.319000', '194138.322000', '194138.324000', '194138.327000', '194138.330000', '194138.332000', '194138.335000', '194138.337000', '194138.340000', '194138.342000', '194138.345000', '194138.348000', '194138.350000', '194138.353000', '194138.355000', '194138.358000', '194138.361000', '194138.363000', '194138.366000', '194138.368000', '194138.371000', '194138.374000', '194138.376000', '194138.379000', '194138.381000', '194138.384000', '194138.386000', '194138.389000', '194138.391000', '194138.394000', '194138.397000', '194138.399000', '194138.402000', '194158.295000', '194158.297000', '194158.300000', '194158.303000', '194158.305000', '194158.308000', '194158.311000', '194158.313000', '194158.316000', '194158.319000', '194158.322000', '194158.325000', '194158.327000', '194158.330000', '194158.333000', '194158.335000', '194158.338000', '194158.340000', '194158.343000', '194158.346000', '194158.348000', '194158.351000', '194158.353000', '194158.356000', '194158.359000', '194158.361000', '194158.364000', '194158.367000', '194158.369000', '194158.372000', '194158.374000', '194158.377000', '194158.379000', '194158.382000', '194158.385000', '194158.387000', '194158.390000', '194158.392000', '194158.395000', '194158.397000', '194158.400000', '194158.402000', '194158.417000', '194158.420000', '194218.295000', '194218.297000', '194218.300000', '194218.303000', '194218.305000', '194218.308000', '194218.310000', '194218.313000', '194218.316000', '194218.318000', '194218.321000', '194218.323000', '194218.326000', '194218.328000', '194218.331000', '194218.334000', '194218.336000', '194218.339000', '194218.341000', '194218.344000', '194218.346000', '194218.349000', '194218.352000', '194218.354000', '194218.357000', '194218.359000', '194218.362000', '194218.364000', '194218.367000', '194218.369000', '194218.372000', '194218.374000', '194218.377000', '194218.380000', '194218.382000', '194218.385000', '194218.387000', '194218.390000', '194218.392000', '194218.395000', '194218.398000', '194218.400000', '194218.403000', '194238.295000', '194238.297000', '194238.300000', '194238.303000', '194238.306000', '194238.309000', '194238.312000', '194238.314000', '194238.317000', '194238.320000', '194238.323000', '194238.326000', '194238.330000', '194238.333000', '194238.336000', '194238.338000', '194238.341000', '194238.343000', '194238.346000', '194238.349000', '194238.351000', '194238.354000', '194238.356000', '194238.359000', '194238.361000', '194238.364000', '194238.367000', '194238.369000', '194238.372000', '194238.375000', '194238.377000', '194238.380000', '194238.383000', '194238.385000', '194238.388000', '194238.390000', '194238.393000', '194238.396000', '194238.398000', '194238.401000', '194238.404000', '194238.406000', '194238.409000', '194258.295000', '194258.297000', '194258.300000', '194258.303000', '194258.305000', '194258.308000', '194258.310000', '194258.313000', '194258.316000', '194258.318000', '194258.321000', '194258.324000', '194258.326000', '194258.330000', '194258.332000', '194258.338000', '194258.341000', '194258.343000', '194258.346000', '194258.349000', '194258.351000', '194258.354000', '194258.357000', '194258.360000', '194258.362000', '194258.365000', '194258.367000', '194258.370000', '194258.373000', '194258.375000', '194258.378000', '194258.381000', '194258.383000', '194258.386000', '194258.388000', '194258.391000', '194258.393000', '194258.396000', '194258.398000', '194258.401000', '194258.404000', '194258.406000', '194258.409000', '194258.411000', '194312.303000', '194312.306000', '194312.308000', '194312.311000', '194312.314000', '194312.317000', '194312.320000', '194312.323000', '194312.325000', '194312.329000', '194312.332000', '194312.334000', '194312.337000', '194312.341000', '194312.344000', '194312.346000', '194312.349000', '194312.352000', '194312.355000', '194312.358000', '194312.361000', '194312.364000', '194312.367000', '194312.370000', '194312.373000', '194312.376000', '194312.379000', '194312.381000', '194312.384000', '194312.387000', '194312.390000'], 'InstanceCreationTime': ['193658.321000', '193658.324000', '193658.328000', '193658.330000', '193658.333000', '193658.336000', '193658.338000', '193658.341000', '193658.343000', '193658.346000', '193658.348000', '193658.351000', '193658.353000', '193658.356000', '193658.359000', '193658.361000', '193658.364000', '193658.366000', '193658.369000', '193658.371000', '193658.374000', '193658.376000', '193658.379000', '193658.381000', '193658.384000', '193658.387000', '193658.389000', '193658.399000', '193658.402000', '193658.404000', '193658.407000', '193658.409000', '193658.412000', '193658.414000', '193658.417000', '193658.419000', '193658.422000', '193658.425000', '193658.427000', '193658.430000', '193658.432000', '193658.435000', '193658.438000', '193658.440000', '193658.443000', '193658.445000', '193658.448000', '193658.451000', '193658.453000', '193658.456000', '193658.458000', '193658.461000', '193658.463000', '193658.466000', '193658.469000', '193658.471000', '193658.474000', '193658.477000', '193718.294000', '193718.297000', '193718.300000', '193718.302000', '193718.305000', '193718.308000', '193718.310000', '193718.313000', '193718.316000', '193718.318000', '193718.321000', '193718.323000', '193718.326000', '193718.329000', '193718.332000', '193718.334000', '193718.337000', '193718.340000', '193718.342000', '193718.345000', '193718.347000', '193718.350000', '193718.352000', '193718.355000', '193718.358000', '193718.360000', '193718.363000', '193718.366000', '193718.368000', '193718.371000', '193718.373000', '193718.376000', '193718.379000', '193718.381000', '193718.384000', '193718.386000', '193718.389000', '193718.392000', '193718.394000', '193718.397000', '193718.399000', '193718.402000', '193718.404000', '193718.407000', '193738.294000', '193738.297000', '193738.300000', '193738.303000', '193738.315000', '193738.318000', '193738.321000', '193738.323000', '193738.326000', '193738.329000', '193738.349000', '193738.351000', '193738.354000', '193738.356000', '193738.359000', '193738.362000', '193738.364000', '193738.367000', '193738.369000', '193738.372000', '193738.375000', '193738.377000', '193738.380000', '193738.382000', '193738.386000', '193738.389000', '193738.392000', '193738.394000', '193738.397000', '193738.400000', '193738.402000', '193738.405000', '193738.408000', '193738.410000', '193738.413000', '193738.415000', '193738.418000', '193738.420000', '193738.423000', '193738.426000', '193738.428000', '193738.431000', '193738.433000', '193758.295000', '193758.298000', '193758.300000', '193758.303000', '193758.306000', '193758.308000', '193758.311000', '193758.313000', '193758.316000', '193758.319000', '193758.321000', '193758.324000', '193758.327000', '193758.329000', '193758.332000', '193758.334000', '193758.337000', '193758.340000', '193758.342000', '193758.345000', '193758.347000', '193758.350000', '193758.353000', '193758.355000', '193758.358000', '193758.360000', '193758.363000', '193758.366000', '193758.368000', '193758.371000', '193758.374000', '193758.376000', '193758.379000', '193758.381000', '193758.384000', '193758.387000', '193758.389000', '193758.392000', '193758.394000', '193758.397000', '193758.400000', '193758.402000', '193758.405000', '193758.407000', '193818.294000', '193818.297000', '193818.300000', '193818.303000', '193818.305000', '193818.308000', '193818.311000', '193818.313000', '193818.316000', '193818.319000', '193818.321000', '193818.324000', '193818.326000', '193818.329000', '193818.332000', '193818.334000', '193818.337000', '193818.340000', '193818.343000', '193818.345000', '193818.350000', '193818.352000', '193818.355000', '193818.358000', '193818.371000', '193818.374000', '193818.377000', '193818.379000', '193818.382000', '193818.385000', '193818.387000', '193818.390000', '193818.392000', '193818.395000', '193818.398000', '193818.400000', '193818.403000', '193818.406000', '193818.408000', '193818.411000', '193818.413000', '193818.416000', '193818.419000', '193838.294000', '193838.297000', '193838.300000', '193838.303000', '193838.305000', '193838.308000', '193838.311000', '193838.313000', '193838.316000', '193838.319000', '193838.321000', '193838.324000', '193838.326000', '193838.329000', '193838.332000', '193838.334000', '193838.337000', '193838.340000', '193838.342000', '193838.345000', '193838.347000', '193838.350000', '193838.353000', '193838.355000', '193838.358000', '193838.361000', '193838.363000', '193838.366000', '193838.369000', '193838.371000', '193838.374000', '193838.377000', '193838.379000', '193838.382000', '193838.385000', '193838.388000', '193838.390000', '193838.393000', '193838.396000', '193838.398000', '193838.401000', '193838.403000', '193838.406000', '193838.409000', '193858.294000', '193858.297000', '193858.300000', '193858.303000', '193858.305000', '193858.308000', '193858.311000', '193858.313000', '193858.316000', '193858.319000', '193858.321000', '193858.324000', '193858.327000', '193858.329000', '193858.332000', '193858.334000', '193858.337000', '193858.340000', '193858.342000', '193858.345000', '193858.348000', '193858.350000', '193858.353000', '193858.355000', '193858.358000', '193858.361000', '193858.363000', '193858.366000', '193858.368000', '193858.371000', '193858.374000', '193858.376000', '193858.379000', '193858.381000', '193858.384000', '193858.387000', '193858.389000', '193858.392000', '193858.395000', '193858.397000', '193858.400000', '193858.402000', '193858.405000', '193918.294000', '193918.296000', '193918.299000', '193918.302000', '193918.304000', '193918.307000', '193918.338000', '193918.340000', '193918.343000', '193918.346000', '193918.349000', '193918.351000', '193918.354000', '193918.356000', '193918.359000', '193918.361000', '193918.364000', '193918.366000', '193918.369000', '193918.372000', '193918.374000', '193918.377000', '193918.380000', '193918.382000', '193918.385000', '193918.387000', '193918.390000', '193918.392000', '193918.395000', '193918.397000', '193918.400000', '193918.403000', '193918.405000', '193918.408000', '193918.411000', '193918.413000', '193918.416000', '193918.419000', '193918.421000', '193918.424000', '193918.426000', '193918.429000', '193918.432000', '193918.434000', '193938.294000', '193938.297000', '193938.300000', '193938.303000', '193938.305000', '193938.308000', '193938.311000', '193938.313000', '193938.316000', '193938.318000', '193938.321000', '193938.324000', '193938.326000', '193938.329000', '193938.331000', '193938.334000', '193938.337000', '193938.339000', '193938.342000', '193938.345000', '193938.348000', '193938.350000', '193938.353000', '193938.356000', '193938.358000', '193938.361000', '193938.363000', '193938.366000', '193938.369000', '193938.371000', '193938.374000', '193938.377000', '193938.379000', '193938.382000', '193938.385000', '193938.387000', '193938.390000', '193938.393000', '193938.395000', '193938.398000', '193938.400000', '193938.403000', '193938.406000', '193958.294000', '193958.297000', '193958.300000', '193958.303000', '193958.305000', '193958.308000', '193958.311000', '193958.313000', '193958.316000', '193958.319000', '193958.321000', '193958.324000', '193958.326000', '193958.329000', '193958.331000', '193958.334000', '193958.337000', '193958.339000', '193958.342000', '193958.345000', '193958.347000', '193958.350000', '193958.353000', '193958.355000', '193958.358000', '193958.360000', '193958.363000', '193958.366000', '193958.368000', '193958.371000', '193958.374000', '193958.376000', '193958.379000', '193958.381000', '193958.384000', '193958.387000', '193958.389000', '193958.392000', '193958.395000', '193958.397000', '193958.400000', '193958.402000', '193958.405000', '193958.408000', '194018.295000', '194018.297000', '194018.300000', '194018.303000', '194018.305000', '194018.308000', '194018.311000', '194018.313000', '194018.316000', '194018.319000', '194018.321000', '194018.324000', '194018.327000', '194018.329000', '194018.332000', '194018.335000', '194018.337000', '194018.340000', '194018.342000', '194018.345000', '194018.348000', '194018.350000', '194018.353000', '194018.356000', '194018.358000', '194018.361000', '194018.363000', '194018.366000', '194018.369000', '194018.371000', '194018.374000', '194018.377000', '194018.379000', '194018.382000', '194018.385000', '194018.387000', '194018.390000', '194018.393000', '194018.395000', '194018.398000', '194018.401000', '194018.403000', '194018.406000', '194038.294000', '194038.297000', '194038.300000', '194038.303000', '194038.306000', '194038.308000', '194038.311000', '194038.314000', '194038.316000', '194038.319000', '194038.321000', '194038.324000', '194038.327000', '194038.329000', '194038.332000', '194038.335000', '194038.337000', '194038.340000', '194038.342000', '194038.345000', '194038.348000', '194038.350000', '194038.353000', '194038.355000', '194038.358000', '194038.361000', '194038.363000', '194038.366000', '194038.368000', '194038.371000', '194038.374000', '194038.384000', '194038.387000', '194038.389000', '194038.392000', '194038.394000', '194038.397000', '194038.399000', '194038.402000', '194038.405000', '194038.407000', '194038.410000', '194038.413000', '194038.415000', '194058.294000', '194058.298000', '194058.300000', '194058.303000', '194058.306000', '194058.308000', '194058.311000', '194058.314000', '194058.316000', '194058.319000', '194058.322000', '194058.324000', '194058.327000', '194058.330000', '194058.332000', '194058.335000', '194058.337000', '194058.340000', '194058.343000', '194058.345000', '194058.348000', '194058.351000', '194058.353000', '194058.356000', '194058.358000', '194058.361000', '194058.364000', '194058.366000', '194058.369000', '194058.371000', '194058.374000', '194058.377000', '194058.379000', '194058.382000', '194058.385000', '194058.387000', '194058.390000', '194058.393000', '194058.395000', '194058.398000', '194058.401000', '194058.403000', '194058.406000', '194118.295000', '194118.298000', '194118.301000', '194118.303000', '194118.306000', '194118.308000', '194118.311000', '194118.314000', '194118.316000', '194118.319000', '194118.322000', '194118.324000', '194118.327000', '194118.329000', '194118.332000', '194118.335000', '194118.338000', '194118.340000', '194118.343000', '194118.346000', '194118.348000', '194118.351000', '194118.354000', '194118.356000', '194118.359000', '194118.361000', '194118.364000', '194118.367000', '194118.369000', '194118.372000', '194118.375000', '194118.377000', '194118.380000', '194118.383000', '194118.385000', '194118.388000', '194118.390000', '194118.393000', '194118.396000', '194118.398000', '194118.401000', '194118.404000', '194118.406000', '194118.409000', '194138.293000', '194138.296000', '194138.299000', '194138.301000', '194138.304000', '194138.306000', '194138.309000', '194138.312000', '194138.314000', '194138.317000', '194138.319000', '194138.322000', '194138.324000', '194138.327000', '194138.330000', '194138.332000', '194138.335000', '194138.337000', '194138.340000', '194138.342000', '194138.345000', '194138.348000', '194138.350000', '194138.353000', '194138.355000', '194138.358000', '194138.361000', '194138.363000', '194138.366000', '194138.368000', '194138.371000', '194138.374000', '194138.376000', '194138.379000', '194138.381000', '194138.384000', '194138.386000', '194138.389000', '194138.391000', '194138.394000', '194138.397000', '194138.399000', '194138.402000', '194158.295000', '194158.297000', '194158.300000', '194158.303000', '194158.305000', '194158.308000', '194158.311000', '194158.313000', '194158.316000', '194158.319000', '194158.322000', '194158.325000', '194158.327000', '194158.330000', '194158.333000', '194158.335000', '194158.338000', '194158.340000', '194158.343000', '194158.346000', '194158.348000', '194158.351000', '194158.353000', '194158.356000', '194158.359000', '194158.361000', '194158.364000', '194158.367000', '194158.369000', '194158.372000', '194158.374000', '194158.377000', '194158.379000', '194158.382000', '194158.385000', '194158.387000', '194158.390000', '194158.392000', '194158.395000', '194158.397000', '194158.400000', '194158.402000', '194158.417000', '194158.420000', '194218.295000', '194218.297000', '194218.300000', '194218.303000', '194218.305000', '194218.308000', '194218.310000', '194218.313000', '194218.316000', '194218.318000', '194218.321000', '194218.323000', '194218.326000', '194218.328000', '194218.331000', '194218.334000', '194218.336000', '194218.339000', '194218.341000', '194218.344000', '194218.346000', '194218.349000', '194218.352000', '194218.354000', '194218.357000', '194218.359000', '194218.362000', '194218.364000', '194218.367000', '194218.369000', '194218.372000', '194218.374000', '194218.377000', '194218.380000', '194218.382000', '194218.385000', '194218.387000', '194218.390000', '194218.392000', '194218.395000', '194218.398000', '194218.400000', '194218.403000', '194238.295000', '194238.297000', '194238.300000', '194238.303000', '194238.306000', '194238.309000', '194238.312000', '194238.314000', '194238.317000', '194238.320000', '194238.323000', '194238.326000', '194238.330000', '194238.333000', '194238.336000', '194238.338000', '194238.341000', '194238.343000', '194238.346000', '194238.349000', '194238.351000', '194238.354000', '194238.356000', '194238.359000', '194238.361000', '194238.364000', '194238.367000', '194238.369000', '194238.372000', '194238.375000', '194238.377000', '194238.380000', '194238.383000', '194238.385000', '194238.388000', '194238.390000', '194238.393000', '194238.396000', '194238.398000', '194238.401000', '194238.404000', '194238.406000', '194238.409000', '194258.295000', '194258.297000', '194258.300000', '194258.303000', '194258.305000', '194258.308000', '194258.310000', '194258.313000', '194258.316000', '194258.318000', '194258.321000', '194258.324000', '194258.326000', '194258.330000', '194258.332000', '194258.338000', '194258.341000', '194258.343000', '194258.346000', '194258.349000', '194258.351000', '194258.354000', '194258.357000', '194258.360000', '194258.362000', '194258.365000', '194258.367000', '194258.370000', '194258.373000', '194258.375000', '194258.378000', '194258.381000', '194258.383000', '194258.386000', '194258.388000', '194258.391000', '194258.393000', '194258.396000', '194258.398000', '194258.401000', '194258.404000', '194258.406000', '194258.409000', '194258.411000', '194312.303000', '194312.306000', '194312.308000', '194312.311000', '194312.314000', '194312.317000', '194312.320000', '194312.323000', '194312.325000', '194312.329000', '194312.332000', '194312.334000', '194312.337000', '194312.341000', '194312.344000', '194312.346000', '194312.349000', '194312.352000', '194312.355000', '194312.358000', '194312.361000', '194312.364000', '194312.367000', '194312.370000', '194312.373000', '194312.376000', '194312.379000', '194312.381000', '194312.384000', '194312.387000', '194312.390000'], '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': [8622, 7842, 8533, 7924, 8890, 7884, 10241, 7642, 8764, 7831, 8942, 8009, 9331, 8056, 9552, 7901, 7157, 7489, 7147, 7831, 7848, 7825, 7365, 7775, 6862, 7413, 7251, 7565, 7524, 7815, 7906, 9563, 7786, 8310, 7760, 8373, 8110, 8903, 7758, 8027, 7640, 6873, 7478, 6921, 7782, 7283, 8017, 6983, 8708, 7902, 8279, 7573, 8579, 8350, 7271, 8249, 8509, 8700, 8805, 7877, 8393, 10286, 11069, 10865, 8632, 8908, 7683, 8759, 8889, 7557, 8130, 8575, 9215, 7735, 8050, 9693, 7761, 9990, 7595, 10401, 8540, 8189, 7959, 7393, 8012, 7660, 9088, 8124, 9872, 7939, 7008, 7582, 7346, 7900, 7618, 8822, 8096, 7044, 8202, 7752, 8951, 7580, 9139, 7639, 9463, 8023, 6670, 7326, 6929, 6809, 6611, 8987, 7831, 10935, 7828, 6594, 6902, 7284, 8890, 7558, 9829, 7799, 9765, 7178, 7516, 6964, 6769, 7021, 6929, 7079, 7576, 8355, 7014, 8678, 6746, 7365, 6558, 7118, 7094, 7615, 7979, 9834, 7572, 9125, 7311, 6727, 6825, 6636, 6763, 6677, 8991, 7381, 9775, 7398, 8897, 7049, 9100, 7212, 9013, 6958, 7681, 6739, 6702, 8233, 6825, 10171, 7048, 9456, 7055, 8267, 6987, 8267, 6687, 8116, 6521, 7131, 6739, 9547, 7341, 9319, 7097, 8670, 7145, 8834, 6774, 6772, 6978, 6884, 8550, 6540, 9947, 7252, 9462, 6775, 8258, 6635, 6938, 7461, 6805, 7777, 6472, 8530, 6889, 9445, 7578, 7474, 6847, 6586, 7776, 6587, 9606, 7173, 9948, 9245, 7642, 10052, 6850, 8486, 6770, 9654, 6941, 9488, 8055, 8186, 10325, 7501, 8143, 6551, 8434, 6689, 9115, 6681, 10035, 8267, 10179, 6802, 6624, 6603, 6631, 7060, 6764, 9947, 7484, 11220, 9883, 9194, 7701, 6830, 7023, 6922, 7013, 6760, 7462, 7159, 8137, 6630, 7347, 6862, 7071, 7896, 6833, 9431, 6648, 9346, 6733, 8900, 6658, 8001, 7060, 7227, 6631, 6992, 7118, 7100, 7576, 7512, 8311, 7334, 8450, 7265, 8087, 6958, 8622, 6886, 7120, 6550, 7515, 6842, 7430, 6673, 7197, 6874, 6964, 7159, 7871, 8707, 7603, 9778, 7917, 10188, 11382, 8661, 9162, 6775, 9646, 6988, 6783, 6768, 6481, 6940, 7048, 8533, 7257, 8801, 7135, 9475, 6758, 9879, 6940, 9534, 7784, 8186, 8038, 7629, 7277, 7570, 7091, 7561, 6655, 7636, 7158, 7448, 8930, 7467, 7917, 6903, 7393, 6724, 7497, 6787, 7976, 7744, 7812, 7685, 7118, 7450, 6893, 7422, 6796, 7651, 7093, 7722, 7018, 7752, 7808, 7828, 8913, 9742, 10068, 7597, 7770, 7494, 7824, 7541, 8134, 7946, 8068, 10124, 7656, 11035, 8797, 8779, 7637, 7732, 8054, 7914, 7945, 8505, 7788, 10071, 10912, 11179, 10494, 9175, 6982, 7733, 6899, 7482, 6866, 7676, 7231, 7559, 7891, 7181, 7843, 7275, 7944, 7875, 7601, 7853, 7014, 7834, 6933, 7693, 6819, 7651, 6766, 7628, 6623, 7731, 6794, 7522, 7053, 7854, 8062, 7840, 7311, 7600, 7718, 7683, 7395, 7506, 7505, 7667, 7671, 7252, 7918, 7597, 7741, 8257, 7668, 6918, 7967, 8026, 8727, 7859, 10073, 9410, 9628, 12085, 8861, 11696, 9279, 8633, 7184, 7294, 7931, 7246, 6690, 6960, 7140, 9349, 10076, 7651, 7040, 7135, 7315, 7368, 7266, 9973, 7269, 9432, 7322, 8936, 7056, 9104, 7251, 9459, 8081, 9741, 7641, 9359, 6971, 8450, 6977, 8364, 6987, 8018, 6919, 8288, 7253, 7191, 7852, 6543, 7392, 7358, 7146, 7605, 7105, 7810, 7754, 6963, 7281, 8849, 8150, 10254, 9656, 8995, 8321, 7478, 9202, 7277, 8652, 7329, 7553, 7454, 7663, 6925, 7896, 7275, 8632, 8032, 9735, 8433, 9400, 8553, 9710, 8247, 9202, 7595, 8379, 6770, 7785, 7045, 7900, 6941, 7580, 7399, 7585, 7138, 7648, 7617, 7538, 7452, 7539, 7617, 7540, 7555, 6671, 7493, 7652, 7441, 9146, 7371, 8588, 12344, 9024, 11001, 8118, 11277, 8259, 7132, 7563, 7921, 7962, 7317, 8250, 6934, 7556, 6994, 7940, 7470, 7729, 9484, 7732, 10945, 7863, 9278, 8373, 7936, 8587, 7172, 8460, 7377, 8757, 7397, 8232, 7520, 8639, 7291, 8791, 7460, 8926, 7453, 8679, 7658, 8598, 7680, 8611, 7574, 8629, 7534, 8935, 7568, 8653, 7575, 8561, 7798, 8611, 6834, 8089, 7291, 7974, 7363, 7587, 10398, 10390, 9829, 12188, 8053, 11673, 7374, 7499, 7586, 7379, 7582, 8274, 7642, 8501, 7490, 9919, 11042, 10085, 11933, 7719, 11648, 9880, 8295, 8139, 6689, 7287, 8252, 8733, 8035, 7089, 7238, 7929, 7175, 9020, 7492, 9244, 7224, 8979, 7029, 8758, 7203, 8644, 7029, 8212, 7048, 7601, 6951, 7897, 7039, 7995, 7028, 7797, 6954, 7648, 7109, 8167, 7022, 7956, 7409, 7496, 7713, 7502, 7356, 7285, 7261, 7325, 7195, 7427, 7050, 7735, 7213, 7889, 7052, 7284, 7882, 6857, 6178, 7036, 7695, 9736, 7253, 11559, 10124, 8200, 7058, 6758, 9292, 7629, 12630, 10595, 13247, 9348, 6854, 6884, 6733, 10111, 7091, 10505, 7304, 11248, 11418, 11408, 13316, 10684, 10484, 7986, 6700, 7224, 6572, 8498, 6832, 9954, 6987, 10335, 6835, 9688, 6749, 9288, 6815, 8938, 6872, 9319, 6704, 8792, 6744, 6651, 6818, 6852, 7067, 6755, 8731, 6699, 9216, 6552, 8019, 6452, 8444, 6791, 9107, 6907, 8943, 6830, 7661, 6880, 6697, 7484, 7282, 8480, 6546, 9306, 6814, 11557, 9848, 12620, 11201, 8815, 11205, 6844, 10355, 6757, 7510, 7040, 10122, 7425, 10487, 10441, 11843, 13196, 10952, 14394, 10285, 13736, 9582, 12132, 8380, 9495, 7426, 7015, 7363, 6635, 9850, 7356, 7033, 7460, 7132, 8885, 7322, 10637, 7038, 9905, 7165, 7087, 8070, 6874, 9875, 6921, 10141, 7243, 7080, 10261, 7018, 8226, 6841, 6518, 6919, 7747, 6803, 8696, 7245, 9566, 7300, 9855, 7168, 7308, 9469, 6919, 7142, 6687, 9806, 6676, 7142, 7903, 6921, 11204, 7180, 11447, 9271, 13312, 10792, 11697, 8386, 6663, 7100, 6790, 7090, 7304, 7359, 7381, 7395, 7549, 7576, 6972, 7753, 7243, 9306, 9840, 14750, 12750, 10143, 8512, 7344, 7670, 6815, 6965, 9686, 7035, 10812, 9402, 7627, 10980, 7559, 12010, 7822, 11991, 8570, 12585, 8993], 'WindowCenter': [4039.0, 4015.0, 4011.0, 3998.0, 4007.0, 3997.0, 4017.0, 3987.0, 3996.0, 3986.0, 3992.0, 3984.0, 3993.0, 3985.0, 4005.0, 3996.0, 3975.0, 3985.0, 3972.0, 3984.0, 3981.0, 3985.0, 3973.0, 3984.0, 3962.0, 3984.0, 3972.0, 3983.0, 3971.0, 3983.0, 3983.0, 4005.0, 3986.0, 3995.0, 3985.0, 3994.0, 3994.0, 3995.0, 3988.0, 3996.0, 3986.0, 3974.0, 3986.0, 3974.0, 3985.0, 3974.0, 3996.0, 3974.0, 3995.0, 3996.0, 3994.0, 3984.0, 3984.0, 3997.0, 3988.0, 4012.0, 4036.0, 4038.0, 4021.0, 3996.0, 4009.0, 4044.0, 4046.0, 4044.0, 4025.0, 4035.0, 4013.0, 4022.0, 4023.0, 4001.0, 4012.0, 4012.0, 4023.0, 4015.0, 4013.0, 4021.0, 4001.0, 4018.0, 3987.0, 4004.0, 3996.0, 3983.0, 3985.0, 3973.0, 3984.0, 3974.0, 3992.0, 3983.0, 3993.0, 3985.0, 3962.0, 3974.0, 3972.0, 3984.0, 3973.0, 3993.0, 3987.0, 3975.0, 3985.0, 3985.0, 3996.0, 3985.0, 3994.0, 3972.0, 3993.0, 3985.0, 3963.0, 3986.0, 3975.0, 3987.0, 3976.0, 3997.0, 3986.0, 4017.0, 3987.0, 3976.0, 3976.0, 3985.0, 3994.0, 3985.0, 4007.0, 3988.0, 4007.0, 3977.0, 3974.0, 3975.0, 3964.0, 3974.0, 3960.0, 3974.0, 3972.0, 3984.0, 3963.0, 3994.0, 3962.0, 3973.0, 3951.0, 3960.0, 3960.0, 3972.0, 3982.0, 4004.0, 3985.0, 4004.0, 3986.0, 3975.0, 3975.0, 3975.0, 3964.0, 3962.0, 3995.0, 3986.0, 4005.0, 3985.0, 4006.0, 3986.0, 4005.0, 3986.0, 3993.0, 3986.0, 3984.0, 3975.0, 3975.0, 3996.0, 3975.0, 4017.0, 3975.0, 4006.0, 3975.0, 3993.0, 3974.0, 3983.0, 3973.0, 3982.0, 3974.0, 3986.0, 3976.0, 4019.0, 3998.0, 4006.0, 3987.0, 3995.0, 3975.0, 4004.0, 3977.0, 3974.0, 3987.0, 3986.0, 4008.0, 3976.0, 4018.0, 3989.0, 4017.0, 3988.0, 3994.0, 3974.0, 3973.0, 3987.0, 3976.0, 3997.0, 3978.0, 4008.0, 3987.0, 4017.0, 3998.0, 3987.0, 3977.0, 3976.0, 3997.0, 3976.0, 4006.0, 3988.0, 4018.0, 4019.0, 3999.0, 4029.0, 3989.0, 4007.0, 3976.0, 4003.0, 3974.0, 4003.0, 3985.0, 3995.0, 4016.0, 3974.0, 3983.0, 3961.0, 3980.0, 3947.0, 3978.0, 3949.0, 3990.0, 3982.0, 4001.0, 3961.0, 3961.0, 3961.0, 3958.0, 3957.0, 3947.0, 3990.0, 3972.0, 4013.0, 4003.0, 4004.0, 3982.0, 3972.0, 3970.0, 3960.0, 3958.0, 3961.0, 3970.0, 3973.0, 3983.0, 3974.0, 3972.0, 3973.0, 3971.0, 3981.0, 3960.0, 3990.0, 3958.0, 3978.0, 3958.0, 3989.0, 3960.0, 3970.0, 3971.0, 3970.0, 3960.0, 3959.0, 3959.0, 3958.0, 3969.0, 3970.0, 3981.0, 3971.0, 3982.0, 3983.0, 3983.0, 3973.0, 3993.0, 3974.0, 3971.0, 3961.0, 3969.0, 3961.0, 3970.0, 3973.0, 3985.0, 3974.0, 3985.0, 3974.0, 3994.0, 4005.0, 3997.0, 4017.0, 3997.0, 4029.0, 4039.0, 4007.0, 4006.0, 3977.0, 4004.0, 3973.0, 3962.0, 3973.0, 3963.0, 3973.0, 3975.0, 3994.0, 3974.0, 3993.0, 3962.0, 3991.0, 3950.0, 3987.0, 3947.0, 3975.0, 3957.0, 3965.0, 3968.0, 3956.0, 3956.0, 3955.0, 3945.0, 3953.0, 3944.0, 3956.0, 3957.0, 3956.0, 3977.0, 3958.0, 3978.0, 3959.0, 3957.0, 3958.0, 3967.0, 3959.0, 3993.0, 3982.0, 3985.0, 3984.0, 3984.0, 3984.0, 3985.0, 3981.0, 3972.0, 3983.0, 3973.0, 3984.0, 3973.0, 3983.0, 3985.0, 3984.0, 4006.0, 4007.0, 4014.0, 3984.0, 3982.0, 3973.0, 3970.0, 3983.0, 3982.0, 3996.0, 3996.0, 4017.0, 3986.0, 4028.0, 3994.0, 3992.0, 3981.0, 3969.0, 3969.0, 3968.0, 3981.0, 3993.0, 3984.0, 4005.0, 4014.0, 4013.0, 4001.0, 3978.0, 3946.0, 3956.0, 3945.0, 3955.0, 3946.0, 3966.0, 3958.0, 3968.0, 3966.0, 3956.0, 3966.0, 3944.0, 3955.0, 3953.0, 3953.0, 3952.0, 3943.0, 3954.0, 3944.0, 3953.0, 3944.0, 3953.0, 3943.0, 3953.0, 3945.0, 3965.0, 3947.0, 3967.0, 3957.0, 3979.0, 3979.0, 3981.0, 3971.0, 3982.0, 3981.0, 3982.0, 3970.0, 3983.0, 3984.0, 3985.0, 3983.0, 3986.0, 3996.0, 3998.0, 3997.0, 4007.0, 3999.0, 3986.0, 3997.0, 3996.0, 4006.0, 3998.0, 4017.0, 4019.0, 4019.0, 4041.0, 4009.0, 4029.0, 4008.0, 3995.0, 3974.0, 3985.0, 3995.0, 3998.0, 3987.0, 3988.0, 3990.0, 4021.0, 4030.0, 4000.0, 3986.0, 3987.0, 3987.0, 3972.0, 3971.0, 4003.0, 3972.0, 3992.0, 3974.0, 3981.0, 3962.0, 3992.0, 3971.0, 3979.0, 3968.0, 3976.0, 3957.0, 3965.0, 3946.0, 3965.0, 3945.0, 3967.0, 3946.0, 3955.0, 3945.0, 3954.0, 3956.0, 3945.0, 3970.0, 3937.0, 3958.0, 3970.0, 3970.0, 3970.0, 3958.0, 3969.0, 3970.0, 3973.0, 3986.0, 4007.0, 3997.0, 4019.0, 4019.0, 4006.0, 3983.0, 3959.0, 3979.0, 3959.0, 3968.0, 3959.0, 3959.0, 3972.0, 3970.0, 3957.0, 3966.0, 3957.0, 3965.0, 3966.0, 3974.0, 3954.0, 3960.0, 3951.0, 3960.0, 3951.0, 3949.0, 3940.0, 3938.0, 3919.0, 3927.0, 3929.0, 3938.0, 3929.0, 3939.0, 3941.0, 3951.0, 3941.0, 3952.0, 3952.0, 3954.0, 3943.0, 3955.0, 3965.0, 3966.0, 3967.0, 3959.0, 3969.0, 3980.0, 3971.0, 3990.0, 3971.0, 3980.0, 4025.0, 4006.0, 4015.0, 3982.0, 4012.0, 3982.0, 3961.0, 3971.0, 3983.0, 3983.0, 3985.0, 3994.0, 3984.0, 3984.0, 3973.0, 3982.0, 3973.0, 3981.0, 3990.0, 3956.0, 3997.0, 3955.0, 3977.0, 3955.0, 3955.0, 3962.0, 3942.0, 3951.0, 3942.0, 3961.0, 3943.0, 3962.0, 3966.0, 3964.0, 3954.0, 3975.0, 3954.0, 3974.0, 3956.0, 3976.0, 3968.0, 3977.0, 3969.0, 3978.0, 3969.0, 3979.0, 3969.0, 3977.0, 3968.0, 3977.0, 3967.0, 3978.0, 3968.0, 3989.0, 3959.0, 3968.0, 3969.0, 3982.0, 3982.0, 3994.0, 4015.0, 4015.0, 4004.0, 4025.0, 3982.0, 4012.0, 3970.0, 3959.0, 3970.0, 3959.0, 3970.0, 3979.0, 3970.0, 3981.0, 3971.0, 3991.0, 4001.0, 4003.0, 4013.0, 3969.0, 4013.0, 3990.0, 3969.0, 3966.0, 3959.0, 3969.0, 3979.0, 3981.0, 3969.0, 3959.0, 3958.0, 3967.0, 3946.0, 3964.0, 3942.0, 3963.0, 3943.0, 3963.0, 3943.0, 3964.0, 3954.0, 3963.0, 3943.0, 3949.0, 3942.0, 3942.0, 3943.0, 3953.0, 3944.0, 3967.0, 3972.0, 3983.0, 3985.0, 3980.0, 3970.0, 3978.0, 3956.0, 3964.0, 3967.0, 3968.0, 3980.0, 3967.0, 3967.0, 3956.0, 3967.0, 3966.0, 3968.0, 3967.0, 3958.0, 3969.0, 3969.0, 3979.0, 3959.0, 3970.0, 3955.0, 3949.0, 3841.0, 3962.0, 3883.0, 4028.0, 3954.0, 4011.0, 4002.0, 3978.0, 3956.0, 3945.0, 3989.0, 3969.0, 4022.0, 4013.0, 4035.0, 4004.0, 3959.0, 3957.0, 3947.0, 3989.0, 3957.0, 3985.0, 3957.0, 3998.0, 4001.0, 4012.0, 4025.0, 4014.0, 4000.0, 3967.0, 3944.0, 3942.0, 3929.0, 3950.0, 3930.0, 3973.0, 3944.0, 3985.0, 3944.0, 3973.0, 3933.0, 3960.0, 3930.0, 3947.0, 3931.0, 3960.0, 3929.0, 3963.0, 3933.0, 3931.0, 3944.0, 3942.0, 3942.0, 3930.0, 3962.0, 3933.0, 3974.0, 3946.0, 3963.0, 3944.0, 3964.0, 3945.0, 3975.0, 3956.0, 3976.0, 3957.0, 3966.0, 3970.0, 3944.0, 3955.0, 3968.0, 3990.0, 3960.0, 3988.0, 3960.0, 4010.0, 4001.0, 4010.0, 4011.0, 3990.0, 4007.0, 3958.0, 3997.0, 3956.0, 3953.0, 3956.0, 3987.0, 3970.0, 3998.0, 4013.0, 4012.0, 4023.0, 3998.0, 4010.0, 3976.0, 3995.0, 3974.0, 3983.0, 3952.0, 3974.0, 3944.0, 3944.0, 3956.0, 3929.0, 3970.0, 3941.0, 3940.0, 3939.0, 3916.0, 3947.0, 3926.0, 3957.0, 3916.0, 3957.0, 3926.0, 3926.0, 3937.0, 3927.0, 3970.0, 3928.0, 3969.0, 3939.0, 3939.0, 3972.0, 3941.0, 3961.0, 3942.0, 3930.0, 3941.0, 3939.0, 3930.0, 3961.0, 3953.0, 3974.0, 3955.0, 3996.0, 3957.0, 3955.0, 3975.0, 3956.0, 3957.0, 3943.0, 3986.0, 3945.0, 3954.0, 3965.0, 3955.0, 4010.0, 3957.0, 3997.0, 3988.0, 4008.0, 3987.0, 3995.0, 3967.0, 3943.0, 3942.0, 3930.0, 3941.0, 3941.0, 3953.0, 3953.0, 3954.0, 3953.0, 3954.0, 3941.0, 3952.0, 3941.0, 3975.0, 3986.0, 4021.0, 4008.0, 3983.0, 3965.0, 3952.0, 3950.0, 3903.0, 3956.0, 3975.0, 3942.0, 3985.0, 3979.0, 3969.0, 3998.0, 3968.0, 4010.0, 3968.0, 3994.0, 3963.0, 3981.0, 3961.0], 'WindowWidth': [9007.0, 8966.0, 8951.0, 8928.0, 8937.0, 8925.0, 8948.0, 8910.0, 8920.0, 8905.0, 8909.0, 8901.0, 8911.0, 8905.0, 8929.0, 8918.0, 8889.0, 8903.0, 8881.0, 8899.0, 8892.0, 8902.0, 8884.0, 8900.0, 8870.0, 8901.0, 8881.0, 8897.0, 8879.0, 8896.0, 8898.0, 8929.0, 8905.0, 8917.0, 8904.0, 8913.0, 8914.0, 8915.0, 8911.0, 8919.0, 8906.0, 8889.0, 8906.0, 8887.0, 8903.0, 8888.0, 8918.0, 8888.0, 8916.0, 8918.0, 8913.0, 8898.0, 8897.0, 8920.0, 8912.0, 8952.0, 8995.0, 9001.0, 8963.0, 8920.0, 8946.0, 8999.0, 9004.0, 9000.0, 8974.0, 8988.0, 8956.0, 8964.0, 8968.0, 8934.0, 8949.0, 8951.0, 8967.0, 8963.0, 8954.0, 8961.0, 8933.0, 8952.0, 8908.0, 8923.0, 8915.0, 8895.0, 8901.0, 8881.0, 8898.0, 8885.0, 8904.0, 8894.0, 8906.0, 8899.0, 8866.0, 8882.0, 8877.0, 8896.0, 8883.0, 8910.0, 8908.0, 8889.0, 8902.0, 8901.0, 8918.0, 8902.0, 8914.0, 8881.0, 8908.0, 8902.0, 8871.0, 8906.0, 8891.0, 8911.0, 8892.0, 8921.0, 8906.0, 8946.0, 8908.0, 8893.0, 8892.0, 8905.0, 8913.0, 8904.0, 8933.0, 8911.0, 8934.0, 8896.0, 8887.0, 8889.0, 8873.0, 8886.0, 8863.0, 8886.0, 8880.0, 8900.0, 8869.0, 8912.0, 8869.0, 8884.0, 8850.0, 8862.0, 8860.0, 8879.0, 8893.0, 8925.0, 8901.0, 8927.0, 8905.0, 8891.0, 8893.0, 8892.0, 8874.0, 8869.0, 8916.0, 8905.0, 8930.0, 8905.0, 8935.0, 8908.0, 8932.0, 8906.0, 8911.0, 8908.0, 8901.0, 8892.0, 8890.0, 8919.0, 8890.0, 8948.0, 8890.0, 8932.0, 8891.0, 8912.0, 8887.0, 8897.0, 8886.0, 8896.0, 8890.0, 8910.0, 8894.0, 8953.0, 8927.0, 8934.0, 8909.0, 8917.0, 8891.0, 8928.0, 8895.0, 8890.0, 8910.0, 8909.0, 8938.0, 8896.0, 8952.0, 8915.0, 8952.0, 8913.0, 8916.0, 8887.0, 8887.0, 8912.0, 8895.0, 8923.0, 8901.0, 8942.0, 8912.0, 8951.0, 8927.0, 8912.0, 8897.0, 8896.0, 8926.0, 8896.0, 8932.0, 8914.0, 8954.0, 8957.0, 8929.0, 8970.0, 8917.0, 8938.0, 8895.0, 8924.0, 8888.0, 8924.0, 8903.0, 8915.0, 8945.0, 8887.0, 8900.0, 8866.0, 8887.0, 8840.0, 8880.0, 8845.0, 8900.0, 8892.0, 8919.0, 8867.0, 8867.0, 8866.0, 8857.0, 8853.0, 8840.0, 8902.0, 8882.0, 8936.0, 8926.0, 8928.0, 8897.0, 8883.0, 8877.0, 8862.0, 8859.0, 8867.0, 8877.0, 8884.0, 8898.0, 8888.0, 8883.0, 8884.0, 8879.0, 8892.0, 8861.0, 8900.0, 8856.0, 8883.0, 8857.0, 8898.0, 8862.0, 8873.0, 8878.0, 8873.0, 8863.0, 8861.0, 8860.0, 8857.0, 8872.0, 8875.0, 8891.0, 8880.0, 8894.0, 8899.0, 8898.0, 8886.0, 8912.0, 8888.0, 8881.0, 8868.0, 8872.0, 8867.0, 8879.0, 8889.0, 8905.0, 8889.0, 8903.0, 8890.0, 8915.0, 8931.0, 8926.0, 8953.0, 8925.0, 8974.0, 8985.0, 8938.0, 8934.0, 8898.0, 8927.0, 8886.0, 8870.0, 8887.0, 8873.0, 8886.0, 8890.0, 8914.0, 8887.0, 8910.0, 8866.0, 8901.0, 8847.0, 8891.0, 8838.0, 8873.0, 8853.0, 8859.0, 8867.0, 8848.0, 8851.0, 8846.0, 8833.0, 8842.0, 8831.0, 8849.0, 8852.0, 8850.0, 8878.0, 8856.0, 8883.0, 8859.0, 8853.0, 8857.0, 8868.0, 8860.0, 8912.0, 8896.0, 8905.0, 8901.0, 8903.0, 8904.0, 8904.0, 8894.0, 8883.0, 8898.0, 8884.0, 8902.0, 8886.0, 8899.0, 8904.0, 8902.0, 8931.0, 8934.0, 8942.0, 8901.0, 8898.0, 8885.0, 8876.0, 8898.0, 8894.0, 8919.0, 8919.0, 8950.0, 8908.0, 8966.0, 8916.0, 8910.0, 8893.0, 8871.0, 8871.0, 8870.0, 8892.0, 8909.0, 8903.0, 8930.0, 8942.0, 8938.0, 8917.0, 8881.0, 8837.0, 8845.0, 8833.0, 8845.0, 8836.0, 8863.0, 8855.0, 8869.0, 8864.0, 8849.0, 8863.0, 8830.0, 8843.0, 8838.0, 8839.0, 8836.0, 8826.0, 8840.0, 8829.0, 8840.0, 8829.0, 8841.0, 8827.0, 8841.0, 8835.0, 8862.0, 8842.0, 8868.0, 8855.0, 8887.0, 8887.0, 8893.0, 8880.0, 8896.0, 8894.0, 8895.0, 8877.0, 8897.0, 8901.0, 8905.0, 8899.0, 8908.0, 8920.0, 8927.0, 8926.0, 8938.0, 8930.0, 8911.0, 8924.0, 8921.0, 8933.0, 8928.0, 8949.0, 8956.0, 8956.0, 8990.0, 8945.0, 8971.0, 8940.0, 8917.0, 8889.0, 8904.0, 8918.0, 8929.0, 8914.0, 8917.0, 8920.0, 8963.0, 8974.0, 8932.0, 8909.0, 8911.0, 8909.0, 8883.0, 8879.0, 8921.0, 8879.0, 8906.0, 8884.0, 8889.0, 8868.0, 8905.0, 8876.0, 8881.0, 8865.0, 8872.0, 8849.0, 8858.0, 8832.0, 8856.0, 8833.0, 8864.0, 8834.0, 8844.0, 8831.0, 8841.0, 8846.0, 8832.0, 8872.0, 8826.0, 8856.0, 8875.0, 8876.0, 8876.0, 8855.0, 8873.0, 8874.0, 8886.0, 8910.0, 8938.0, 8923.0, 8958.0, 8956.0, 8934.0, 8898.0, 8859.0, 8883.0, 8857.0, 8866.0, 8854.0, 8855.0, 8878.0, 8874.0, 8854.0, 8863.0, 8850.0, 8858.0, 8861.0, 8870.0, 8841.0, 8843.0, 8833.0, 8843.0, 8832.0, 8825.0, 8815.0, 8810.0, 8787.0, 8794.0, 8800.0, 8808.0, 8800.0, 8814.0, 8818.0, 8834.0, 8821.0, 8839.0, 8839.0, 8844.0, 8828.0, 8848.0, 8861.0, 8865.0, 8867.0, 8862.0, 8873.0, 8890.0, 8879.0, 8903.0, 8880.0, 8889.0, 8957.0, 8934.0, 8946.0, 8895.0, 8934.0, 8896.0, 8864.0, 8877.0, 8897.0, 8896.0, 8905.0, 8914.0, 8904.0, 8904.0, 8886.0, 8896.0, 8886.0, 8893.0, 8901.0, 8850.0, 8906.0, 8846.0, 8876.0, 8843.0, 8844.0, 8851.0, 8824.0, 8834.0, 8824.0, 8848.0, 8827.0, 8850.0, 8864.0, 8856.0, 8845.0, 8873.0, 8846.0, 8872.0, 8851.0, 8877.0, 8871.0, 8882.0, 8875.0, 8883.0, 8875.0, 8886.0, 8872.0, 8880.0, 8870.0, 8880.0, 8869.0, 8885.0, 8872.0, 8900.0, 8862.0, 8869.0, 8873.0, 8895.0, 8896.0, 8918.0, 8945.0, 8944.0, 8925.0, 8955.0, 8897.0, 8935.0, 8877.0, 8859.0, 8873.0, 8858.0, 8874.0, 8885.0, 8877.0, 8892.0, 8878.0, 8903.0, 8918.0, 8925.0, 8937.0, 8873.0, 8935.0, 8899.0, 8870.0, 8863.0, 8860.0, 8874.0, 8884.0, 8889.0, 8872.0, 8858.0, 8856.0, 8863.0, 8835.0, 8853.0, 8824.0, 8852.0, 8826.0, 8851.0, 8828.0, 8855.0, 8844.0, 8855.0, 8829.0, 8829.0, 8823.0, 8823.0, 8827.0, 8839.0, 8829.0, 8865.0, 8885.0, 8902.0, 8909.0, 8891.0, 8878.0, 8885.0, 8854.0, 8858.0, 8869.0, 8870.0, 8893.0, 8869.0, 8866.0, 8850.0, 8868.0, 8866.0, 8872.0, 8868.0, 8859.0, 8872.0, 8872.0, 8886.0, 8863.0, 8876.0, 8843.0, 8844.0, 8640.0, 8870.0, 8707.0, 8975.0, 8845.0, 8936.0, 8923.0, 8885.0, 8852.0, 8836.0, 8897.0, 8873.0, 8950.0, 8940.0, 8978.0, 8930.0, 8858.0, 8853.0, 8838.0, 8896.0, 8853.0, 8886.0, 8852.0, 8910.0, 8918.0, 8937.0, 8961.0, 8943.0, 8915.0, 8867.0, 8831.0, 8822.0, 8802.0, 8830.0, 8806.0, 8866.0, 8829.0, 8884.0, 8831.0, 8868.0, 8812.0, 8845.0, 8803.0, 8821.0, 8807.0, 8843.0, 8803.0, 8852.0, 8815.0, 8810.0, 8829.0, 8828.0, 8826.0, 8806.0, 8852.0, 8814.0, 8871.0, 8837.0, 8857.0, 8833.0, 8857.0, 8836.0, 8875.0, 8853.0, 8878.0, 8856.0, 8866.0, 8880.0, 8834.0, 8846.0, 8872.0, 8905.0, 8867.0, 8899.0, 8865.0, 8932.0, 8919.0, 8933.0, 8934.0, 8901.0, 8922.0, 8861.0, 8907.0, 8852.0, 8843.0, 8853.0, 8892.0, 8876.0, 8911.0, 8938.0, 8936.0, 8952.0, 8912.0, 8930.0, 8875.0, 8900.0, 8869.0, 8879.0, 8837.0, 8869.0, 8829.0, 8829.0, 8851.0, 8805.0, 8859.0, 8822.0, 8818.0, 8814.0, 8779.0, 8821.0, 8792.0, 8835.0, 8778.0, 8834.0, 8794.0, 8793.0, 8809.0, 8798.0, 8856.0, 8798.0, 8853.0, 8815.0, 8818.0, 8864.0, 8821.0, 8848.0, 8827.0, 8807.0, 8823.0, 8817.0, 8809.0, 8849.0, 8842.0, 8872.0, 8851.0, 8905.0, 8853.0, 8847.0, 8874.0, 8852.0, 8853.0, 8829.0, 8890.0, 8834.0, 8847.0, 8863.0, 8851.0, 8930.0, 8856.0, 8907.0, 8897.0, 8924.0, 8895.0, 8902.0, 8868.0, 8829.0, 8827.0, 8807.0, 8824.0, 8823.0, 8842.0, 8842.0, 8843.0, 8841.0, 8844.0, 8823.0, 8838.0, 8823.0, 8874.0, 8891.0, 8952.0, 8925.0, 8883.0, 8861.0, 8839.0, 8832.0, 8752.0, 8853.0, 8872.0, 8825.0, 8886.0, 8883.0, 8872.0, 8909.0, 8868.0, 8927.0, 8869.0, 8895.0, 8852.0, 8874.0, 8846.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.007219954022988505</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0902616883908046</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.25854674807829</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0911877845224391</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9954604454085139</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4528</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6308.5649</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.21570850962363822</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>263</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>30.229885057471265</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6442158190414085</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5232554852954467</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8458695685128186</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.563522403315961</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0113861</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013763180933892727</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01977921649813652</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.8442744855680004</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>19.6126</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4921</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.5325</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306070.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>644.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.6897</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9822</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.7396</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3206.1478</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3444.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70474.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>998.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4161.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.8714</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.848346375161782</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> |