=== 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-0089 --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-0089",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0089_ses-04_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-0089_ses-04_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-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_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-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_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-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_ses-04_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_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-0089/ses-04/func/sub-0089_ses-04_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>b9e3a0867cb49ecdec0dafadbe27bba3</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>16:23:57.272500</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.996609, 0.0805125, -0.0169784, -0.0731864, 0.96166, 0.2643]</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.0973247</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>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4228, -7828, -7241, 322, -94, -140, 119, 100]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.222</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bb538459-7ff1-49b9-90bc-63cdd6306b4b||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.6738290786743164, -0.1963537186384201, -0.10153857618570328, 122.36677551269531], [-0.21600909531116486, 2.5800623893737793, 0.707835853099823, -112.43775939941406], [-0.04555172473192215, -0.7090982794761658, 2.603585720062256, -30.849742889404297], [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': ['162357.272500', '162357.732500', '162358.192500', '162358.652500', '162359.112500', '162359.572500', '162400.032500', '162400.492500', '162400.952500', '162401.412500', '162401.872500', '162402.332500', '162402.792500', '162403.252500', '162403.712500', '162404.172500', '162404.632500', '162405.092500', '162405.552500', '162406.012500', '162406.472500', '162406.932500', '162407.392500', '162407.852500', '162408.312500', '162408.772500', '162409.232500', '162409.692500', '162410.152500', '162410.612500', '162411.072500', '162411.532500', '162411.992500', '162412.452500', '162412.912500', '162413.372500', '162413.832500', '162414.292500', '162414.752500', '162415.212500', '162415.672500', '162416.132500', '162416.592500', '162417.052500', '162417.512500', '162417.972500', '162418.432500', '162418.892500', '162419.352500', '162419.812500', '162420.272500', '162420.732500', '162421.192500', '162421.652500', '162422.112500', '162422.572500', '162423.032500', '162423.492500', '162423.952500', '162424.412500', '162424.872500', '162425.332500', '162425.792500', '162426.252500', '162426.712500', '162427.172500', '162427.632500', '162428.092500', '162428.552500', '162429.012500', '162429.472500', '162429.932500', '162430.392500', '162430.852500', '162431.312500', '162431.772500', '162432.232500', '162432.692500', '162433.152500', '162433.612500', '162434.072500', '162434.532500', '162434.992500', '162435.452500', '162435.912500', '162436.372500', '162436.832500', '162437.292500', '162437.752500', '162438.212500', '162438.672500', '162439.132500', '162439.592500', '162440.052500', '162440.512500', '162440.972500', '162441.432500', '162441.892500', '162442.352500', '162442.812500', '162443.272500', '162443.732500', '162444.192500', '162444.652500', '162445.112500', '162445.572500', '162446.032500', '162446.492500', '162446.952500', '162447.412500', '162447.872500', '162448.332500', '162448.792500', '162449.252500', '162449.712500', '162450.172500', '162450.632500', '162451.092500', '162451.552500', '162452.012500', '162452.472500', '162452.932500', '162453.392500', '162453.852500', '162454.312500', '162454.772500', '162455.232500', '162455.692500', '162456.152500', '162456.612500', '162457.072500', '162457.532500', '162457.992500', '162458.452500', '162458.912500', '162459.372500', '162459.832500', '162500.292500', '162500.752500', '162501.212500', '162501.672500', '162502.132500', '162502.592500', '162503.052500', '162503.512500', '162503.972500', '162504.432500', '162504.892500', '162505.352500', '162505.812500', '162506.272500', '162506.732500', '162507.192500', '162507.652500', '162508.112500', '162508.572500', '162509.032500', '162509.492500', '162509.952500', '162510.412500', '162510.872500', '162511.332500', '162511.792500', '162512.252500', '162512.712500', '162513.172500', '162513.632500', '162514.092500', '162514.552500', '162515.012500', '162515.472500', '162515.932500', '162516.392500', '162516.852500', '162517.312500', '162517.772500', '162518.232500', '162518.692500', '162519.152500', '162519.612500', '162520.072500', '162520.532500', '162520.992500', '162521.452500', '162521.912500', '162522.372500', '162522.832500', '162523.292500', '162523.752500', '162524.212500', '162524.672500', '162525.132500', '162525.592500', '162526.052500', '162526.512500', '162526.972500', '162527.432500', '162527.892500', '162528.352500', '162528.812500', '162529.272500', '162529.732500', '162530.192500', '162530.652500', '162531.112500', '162531.572500', '162532.032500', '162532.492500', '162532.952500', '162533.412500', '162533.872500', '162534.332500', '162534.792500', '162535.252500', '162535.712500', '162536.172500', '162536.632500', '162537.092500', '162537.552500', '162538.012500', '162538.472500', '162538.932500', '162539.392500', '162539.852500', '162540.312500', '162540.772500', '162541.232500', '162541.692500', '162542.152500', '162542.612500', '162543.072500', '162543.532500', '162543.992500', '162544.452500', '162544.912500', '162545.372500', '162545.832500', '162546.292500', '162546.752500', '162547.212500', '162547.672500', '162548.132500', '162548.592500', '162549.052500', '162549.512500', '162549.972500', '162550.432500', '162550.892500', '162551.352500', '162551.812500', '162552.272500', '162552.732500', '162553.192500', '162553.652500', '162554.112500', '162554.572500', '162555.032500', '162555.492500', '162555.952500', '162556.412500', '162556.872500', '162557.332500', '162557.792500', '162558.252500', '162558.712500', '162559.172500', '162559.632500', '162600.092500', '162600.552500', '162601.012500', '162601.472500', '162601.932500', '162602.392500', '162602.852500', '162603.312500', '162603.772500', '162604.232500', '162604.692500', '162605.152500', '162605.612500', '162606.072500', '162606.532500', '162606.992500', '162607.452500', '162607.912500', '162608.372500', '162608.832500', '162609.292500', '162609.752500', '162610.212500', '162610.672500', '162611.132500', '162611.592500', '162612.052500', '162612.512500', '162612.972500', '162613.432500', '162613.892500', '162614.352500', '162614.812500', '162615.272500', '162615.732500', '162616.192500', '162616.652500', '162617.112500', '162617.572500', '162618.032500', '162618.492500', '162618.952500', '162619.412500', '162619.872500', '162620.332500', '162620.792500', '162621.252500', '162621.712500', '162622.172500', '162622.632500', '162623.092500', '162623.552500', '162624.012500', '162624.472500', '162624.932500', '162625.392500', '162625.852500', '162626.312500', '162626.772500', '162627.232500', '162627.692500', '162628.152500', '162628.612500', '162629.072500', '162629.532500', '162629.992500', '162630.452500', '162630.912500', '162631.372500', '162631.832500', '162632.292500', '162632.752500', '162633.212500', '162633.672500', '162634.132500', '162634.592500', '162635.052500', '162635.512500', '162635.972500', '162636.432500', '162636.892500', '162637.352500', '162637.812500', '162638.272500', '162638.732500', '162639.192500', '162639.652500', '162640.112500', '162640.572500', '162641.032500', '162641.492500', '162641.952500', '162642.412500', '162642.872500', '162643.332500', '162643.792500', '162644.252500', '162644.712500', '162645.172500', '162645.632500', '162646.092500', '162646.552500', '162647.012500', '162647.472500', '162647.932500', '162648.392500', '162648.852500', '162649.312500', '162649.772500', '162650.232500', '162650.692500', '162651.152500', '162651.612500', '162652.072500', '162652.532500', '162652.992500', '162653.452500', '162653.912500', '162654.372500', '162654.832500', '162655.292500', '162655.752500', '162656.212500', '162656.672500', '162657.132500', '162657.592500', '162658.052500', '162658.512500', '162658.972500', '162659.432500', '162659.892500', '162700.352500', '162700.812500', '162701.272500', '162701.732500', '162702.192500', '162702.652500', '162703.112500', '162703.572500', '162704.032500', '162704.492500', '162704.952500', '162705.412500', '162705.872500', '162706.332500', '162706.792500', '162707.252500', '162707.712500', '162708.172500', '162708.632500', '162709.092500', '162709.552500', '162710.012500', '162710.472500', '162710.932500', '162711.392500', '162711.852500', '162712.312500', '162712.772500', '162713.232500', '162713.692500', '162714.152500', '162714.612500', '162715.072500', '162715.532500', '162715.992500', '162716.452500', '162716.912500', '162717.372500', '162717.832500', '162718.292500', '162718.752500', '162719.212500', '162719.672500', '162720.132500', '162720.592500', '162721.052500', '162721.512500', '162721.972500', '162722.432500', '162722.892500', '162723.352500', '162723.812500', '162724.272500', '162724.732500', '162725.192500', '162725.652500', '162726.112500', '162726.572500', '162727.032500', '162727.492500', '162727.952500', '162728.412500', '162728.872500', '162729.332500', '162729.792500', '162730.252500', '162730.712500', '162731.172500', '162731.632500', '162732.092500', '162732.552500', '162733.012500', '162733.472500', '162733.932500', '162734.392500', '162734.852500', '162735.312500', '162735.772500', '162736.232500', '162736.692500', '162737.152500', '162737.612500', '162738.072500', '162738.532500', '162738.992500', '162739.452500', '162739.912500', '162740.372500', '162740.832500', '162741.292500', '162741.752500', '162742.212500', '162742.672500', '162743.132500', '162743.592500', '162744.052500', '162744.512500', '162744.972500', '162745.432500', '162745.892500', '162746.352500', '162746.812500', '162747.272500', '162747.732500', '162748.192500', '162748.652500', '162749.112500', '162749.572500', '162750.032500', '162750.492500', '162750.952500', '162751.412500', '162751.872500', '162752.332500', '162752.792500', '162753.252500', '162753.712500', '162754.172500', '162754.632500', '162755.092500', '162755.552500', '162756.012500', '162756.472500', '162756.932500', '162757.392500', '162757.852500', '162758.312500', '162758.772500', '162759.232500', '162759.692500', '162800.152500', '162800.612500', '162801.072500', '162801.532500', '162801.992500', '162802.452500', '162802.912500', '162803.372500', '162803.832500', '162804.292500', '162804.752500', '162805.212500', '162805.672500', '162806.132500', '162806.592500', '162807.052500', '162807.512500', '162807.972500', '162808.432500', '162808.892500', '162809.352500', '162809.812500', '162810.272500', '162810.732500', '162811.192500', '162811.652500', '162812.112500', '162812.572500', '162813.032500', '162813.492500', '162813.952500', '162814.412500', '162814.872500', '162815.332500', '162815.792500', '162816.252500', '162816.712500', '162817.172500', '162817.632500', '162818.092500', '162818.552500', '162819.012500', '162819.472500', '162819.932500', '162820.392500', '162820.852500', '162821.312500', '162821.772500', '162822.232500', '162822.692500', '162823.152500', '162823.612500', '162824.072500', '162824.532500', '162824.992500', '162825.452500', '162825.912500', '162826.372500', '162826.832500', '162827.292500', '162827.752500', '162828.212500', '162828.672500', '162829.132500', '162829.592500', '162830.052500', '162830.512500', '162830.972500', '162831.432500', '162831.892500', '162832.352500', '162832.812500', '162833.272500', '162833.732500', '162834.192500', '162834.652500', '162835.112500', '162835.572500', '162836.032500', '162836.492500', '162836.952500', '162837.412500', '162837.872500', '162838.332500', '162838.792500', '162839.252500', '162839.712500', '162840.172500', '162840.632500', '162841.092500', '162841.552500', '162842.012500', '162842.472500', '162842.932500', '162843.392500', '162843.852500', '162844.312500', '162844.772500', '162845.232500', '162845.692500', '162846.152500', '162846.612500', '162847.072500', '162847.532500', '162847.992500', '162848.452500', '162848.912500', '162849.372500', '162849.832500', '162850.292500', '162850.752500', '162851.212500', '162851.672500', '162852.132500', '162852.592500', '162853.052500', '162853.512500', '162853.972500', '162854.432500', '162854.892500', '162855.352500', '162855.812500', '162856.272500', '162856.732500', '162857.192500', '162857.652500', '162858.112500', '162858.572500', '162859.032500', '162859.492500', '162859.952500', '162900.412500', '162900.872500', '162901.332500', '162901.792500', '162902.252500', '162902.712500', '162903.172500', '162903.632500', '162904.092500', '162904.552500', '162905.012500', '162905.472500', '162905.932500', '162906.392500', '162906.852500', '162907.312500', '162907.772500', '162908.232500', '162908.692500', '162909.152500', '162909.612500', '162910.072500', '162910.532500', '162910.992500', '162911.452500', '162911.912500', '162912.372500', '162912.832500', '162913.292500', '162913.752500', '162914.212500', '162914.672500', '162915.132500', '162915.592500', '162916.052500', '162916.512500', '162916.972500', '162917.432500', '162917.892500', '162918.352500', '162918.812500', '162919.272500', '162919.732500', '162920.192500', '162920.652500', '162921.112500', '162921.572500', '162922.032500', '162922.492500', '162922.952500', '162923.412500', '162923.872500', '162924.332500', '162924.792500', '162925.252500', '162925.712500', '162926.172500', '162926.632500', '162927.092500', '162927.552500', '162928.012500', '162928.472500', '162928.932500', '162929.392500', '162929.852500', '162930.312500', '162930.772500', '162931.232500', '162931.692500', '162932.152500', '162932.612500', '162933.072500', '162933.532500', '162933.992500', '162934.452500', '162934.912500', '162935.372500', '162935.832500', '162936.292500', '162936.752500', '162937.212500', '162937.672500', '162938.132500', '162938.592500', '162939.052500', '162939.512500', '162939.972500', '162940.432500', '162940.892500', '162941.352500', '162941.812500', '162942.272500', '162942.732500', '162943.192500', '162943.652500', '162944.112500', '162944.572500', '162945.032500', '162945.492500', '162945.952500', '162946.412500', '162946.872500', '162947.332500', '162947.792500', '162948.252500', '162948.712500', '162949.172500', '162949.632500', '162950.092500', '162950.552500', '162951.012500', '162951.472500', '162951.932500', '162952.392500', '162952.852500', '162953.312500', '162953.772500', '162954.232500', '162954.692500', '162955.152500', '162955.612500', '162956.072500', '162956.532500', '162956.992500', '162957.452500', '162957.912500', '162958.372500', '162958.832500', '162959.292500', '162959.752500', '163000.212500', '163000.672500', '163001.132500', '163001.592500', '163002.052500', '163002.512500', '163002.972500', '163003.432500', '163003.892500', '163004.352500', '163004.812500', '163005.272500', '163005.732500', '163006.192500', '163006.652500', '163007.112500', '163007.572500', '163008.032500', '163008.492500', '163008.952500', '163009.412500', '163009.872500', '163010.332500', '163010.792500', '163011.252500', '163011.712500', '163012.172500', '163012.632500', '163013.092500', '163013.552500', '163014.012500', '163014.472500', '163014.932500', '163015.392500', '163015.852500', '163016.312500', '163016.772500', '163017.232500', '163017.692500', '163018.152500', '163018.612500', '163019.072500', '163019.532500', '163019.992500', '163020.452500', '163020.912500', '163021.372500', '163021.832500', '163022.292500', '163022.752500', '163023.212500', '163023.672500', '163024.132500', '163024.592500', '163025.052500', '163025.512500', '163025.972500', '163026.432500', '163026.892500', '163027.352500', '163027.812500', '163028.272500', '163028.732500', '163029.192500', '163029.652500', '163030.112500', '163030.572500', '163031.032500', '163031.492500', '163031.952500', '163032.412500', '163032.872500', '163033.332500', '163033.792500', '163034.252500', '163034.712500', '163035.172500', '163035.632500', '163036.092500', '163036.552500', '163037.012500', '163037.472500', '163037.932500'], 'ContentTime': ['162418.176000', '162418.179000', '162418.182000', '162418.184000', '162418.187000', '162418.190000', '162418.192000', '162418.195000', '162418.197000', '162418.200000', '162418.203000', '162418.205000', '162418.208000', '162418.210000', '162418.213000', '162418.215000', '162418.218000', '162418.221000', '162418.223000', '162418.226000', '162418.235000', '162418.237000', '162418.240000', '162418.242000', '162418.245000', '162418.247000', '162418.250000', '162418.253000', '162418.255000', '162418.258000', '162418.260000', '162418.263000', '162418.265000', '162418.268000', '162418.271000', '162418.273000', '162418.278000', '162418.281000', '162418.283000', '162418.286000', '162418.288000', '162418.291000', '162438.124000', '162438.127000', '162438.130000', '162438.132000', '162438.135000', '162438.137000', '162438.140000', '162438.142000', '162438.145000', '162438.148000', '162438.150000', '162438.153000', '162438.155000', '162438.158000', '162438.161000', '162438.163000', '162438.166000', '162438.168000', '162438.171000', '162438.173000', '162438.176000', '162438.178000', '162438.181000', '162438.184000', '162438.186000', '162438.189000', '162438.191000', '162438.194000', '162438.197000', '162438.199000', '162438.202000', '162438.204000', '162438.207000', '162438.210000', '162438.212000', '162438.215000', '162438.217000', '162438.220000', '162438.223000', '162438.225000', '162438.228000', '162438.230000', '162438.233000', '162438.236000', '162458.123000', '162458.126000', '162458.129000', '162458.131000', '162458.134000', '162458.137000', '162458.139000', '162458.142000', '162458.144000', '162458.147000', '162458.149000', '162458.152000', '162458.154000', '162458.157000', '162458.160000', '162458.162000', '162458.165000', '162458.167000', '162458.170000', '162458.172000', '162458.175000', '162458.177000', '162458.180000', '162458.183000', '162458.185000', '162458.188000', '162458.190000', '162458.193000', '162458.195000', '162458.198000', '162458.200000', '162458.203000', '162458.206000', '162458.208000', '162458.211000', '162458.213000', '162458.216000', '162458.218000', '162458.221000', '162458.223000', '162458.226000', '162458.228000', '162458.231000', '162518.124000', '162518.127000', '162518.130000', '162518.132000', '162518.136000', '162518.138000', '162518.141000', '162518.144000', '162518.146000', '162518.149000', '162518.151000', '162518.154000', '162518.156000', '162518.159000', '162518.162000', '162518.164000', '162518.167000', '162518.169000', '162518.172000', '162518.174000', '162518.177000', '162518.180000', '162518.182000', '162518.185000', '162518.187000', '162518.190000', '162518.193000', '162518.195000', '162518.198000', '162518.200000', '162518.203000', '162518.205000', '162518.208000', '162518.211000', '162518.213000', '162518.216000', '162518.218000', '162518.221000', '162518.223000', '162518.226000', '162518.238000', '162518.241000', '162518.243000', '162518.246000', '162538.124000', '162538.127000', '162538.130000', '162538.132000', '162538.135000', '162538.137000', '162538.140000', '162538.143000', '162538.145000', '162538.148000', '162538.150000', '162538.153000', '162538.156000', '162538.158000', '162538.161000', '162538.163000', '162538.166000', '162538.168000', '162538.171000', '162538.174000', '162538.188000', '162538.191000', '162538.194000', '162538.196000', '162538.199000', '162538.202000', '162538.204000', '162538.207000', '162538.209000', '162538.212000', '162538.215000', '162538.217000', '162538.220000', '162538.223000', '162538.225000', '162538.228000', '162538.230000', '162538.233000', '162538.235000', '162538.238000', '162538.241000', '162538.243000', '162538.246000', '162558.125000', '162558.127000', '162558.130000', '162558.133000', '162558.135000', '162558.138000', '162558.140000', '162558.143000', '162558.145000', '162558.148000', '162558.151000', '162558.153000', '162558.156000', '162558.158000', '162558.161000', '162558.163000', '162558.166000', '162558.169000', '162558.171000', '162558.174000', '162558.176000', '162558.179000', '162558.181000', '162558.184000', '162558.186000', '162558.189000', '162558.192000', '162558.194000', '162558.197000', '162558.199000', '162558.202000', '162558.204000', '162558.207000', '162558.209000', '162558.212000', '162558.215000', '162558.217000', '162558.220000', '162558.222000', '162558.225000', '162558.228000', '162558.230000', '162558.233000', '162558.236000', '162618.124000', '162618.127000', '162618.130000', '162618.133000', '162618.135000', '162618.138000', '162618.140000', '162618.143000', '162618.146000', '162618.148000', '162618.151000', '162618.156000', '162618.160000', '162618.163000', '162618.167000', '162618.170000', '162618.173000', '162618.176000', '162618.179000', '162618.182000', '162618.185000', '162618.187000', '162618.190000', '162618.193000', '162618.196000', '162618.200000', '162618.203000', '162618.206000', '162618.209000', '162618.211000', '162618.214000', '162618.218000', '162618.220000', '162618.223000', '162618.226000', '162618.229000', '162618.231000', '162618.234000', '162618.237000', '162618.239000', '162618.242000', '162618.246000', '162618.249000', '162638.124000', '162638.127000', '162638.130000', '162638.132000', '162638.135000', '162638.138000', '162638.140000', '162638.143000', '162638.145000', '162638.148000', '162638.150000', '162638.153000', '162638.156000', '162638.158000', '162638.161000', '162638.163000', '162638.166000', '162638.168000', '162638.171000', '162638.174000', '162638.176000', '162638.179000', '162638.181000', '162638.184000', '162638.187000', '162638.189000', '162638.192000', '162638.194000', '162638.197000', '162638.199000', '162638.202000', '162638.204000', '162638.207000', '162638.210000', '162638.212000', '162638.215000', '162638.217000', '162638.220000', '162638.223000', '162638.225000', '162638.228000', '162638.230000', '162638.233000', '162638.235000', '162658.125000', '162658.127000', '162658.130000', '162658.133000', '162658.135000', '162658.138000', '162658.141000', '162658.143000', '162658.146000', '162658.148000', '162658.151000', '162658.154000', '162658.156000', '162658.159000', '162658.162000', '162658.164000', '162658.167000', '162658.169000', '162658.172000', '162658.174000', '162658.177000', '162658.180000', '162658.182000', '162658.185000', '162658.187000', '162658.190000', '162658.193000', '162658.195000', '162658.198000', '162658.200000', '162658.203000', '162658.205000', '162658.208000', '162658.211000', '162658.213000', '162658.244000', '162658.247000', '162658.249000', '162658.252000', '162658.254000', '162658.257000', '162658.259000', '162658.262000', '162718.124000', '162718.127000', '162718.129000', '162718.132000', '162718.135000', '162718.137000', '162718.140000', '162718.142000', '162718.145000', '162718.147000', '162718.150000', '162718.153000', '162718.156000', '162718.159000', '162718.161000', '162718.164000', '162718.167000', '162718.169000', '162718.172000', '162718.174000', '162718.177000', '162718.180000', '162718.182000', '162718.185000', '162718.187000', '162718.190000', '162718.192000', '162718.195000', '162718.198000', '162718.200000', '162718.203000', '162718.205000', '162718.208000', '162718.211000', '162718.213000', '162718.216000', '162718.218000', '162718.221000', '162718.224000', '162718.226000', '162718.229000', '162718.231000', '162718.234000', '162718.237000', '162738.125000', '162738.127000', '162738.130000', '162738.132000', '162738.135000', '162738.138000', '162738.140000', '162738.143000', '162738.145000', '162738.148000', '162738.151000', '162738.153000', '162738.156000', '162738.158000', '162738.161000', '162738.164000', '162738.166000', '162738.169000', '162738.171000', '162738.174000', '162738.176000', '162738.179000', '162738.182000', '162738.184000', '162738.187000', '162738.189000', '162738.192000', '162738.194000', '162738.197000', '162738.199000', '162738.202000', '162738.205000', '162738.207000', '162738.210000', '162738.213000', '162738.215000', '162738.218000', '162738.220000', '162738.223000', '162738.226000', '162738.228000', '162738.231000', '162738.233000', '162758.125000', '162758.127000', '162758.130000', '162758.133000', '162758.135000', '162758.138000', '162758.141000', '162758.143000', '162758.146000', '162758.148000', '162758.151000', '162758.153000', '162758.156000', '162758.159000', '162758.161000', '162758.164000', '162758.166000', '162758.169000', '162758.171000', '162758.174000', '162758.177000', '162758.179000', '162758.182000', '162758.184000', '162758.187000', '162758.189000', '162758.192000', '162758.195000', '162758.197000', '162758.200000', '162758.202000', '162758.205000', '162758.207000', '162758.210000', '162758.213000', '162758.215000', '162758.218000', '162758.221000', '162758.223000', '162758.226000', '162758.228000', '162758.231000', '162758.233000', '162758.236000', '162818.124000', '162818.127000', '162818.130000', '162818.132000', '162818.135000', '162818.138000', '162818.140000', '162818.143000', '162818.145000', '162818.148000', '162818.150000', '162818.153000', '162818.156000', '162818.158000', '162818.161000', '162818.163000', '162818.166000', '162818.169000', '162818.171000', '162818.174000', '162818.177000', '162818.179000', '162818.182000', '162818.184000', '162818.187000', '162818.189000', '162818.192000', '162818.195000', '162818.197000', '162818.200000', '162818.202000', '162818.205000', '162818.207000', '162818.210000', '162818.213000', '162818.215000', '162818.218000', '162818.220000', '162818.223000', '162818.225000', '162818.228000', '162818.231000', '162818.233000', '162838.125000', '162838.128000', '162838.130000', '162838.133000', '162838.136000', '162838.138000', '162838.141000', '162838.144000', '162838.146000', '162838.149000', '162838.151000', '162838.154000', '162838.156000', '162838.159000', '162838.162000', '162838.164000', '162838.167000', '162838.187000', '162838.190000', '162838.192000', '162838.195000', '162838.197000', '162838.200000', '162838.203000', '162838.205000', '162838.208000', '162838.211000', '162838.213000', '162838.216000', '162838.218000', '162838.221000', '162838.223000', '162838.226000', '162838.229000', '162838.231000', '162838.234000', '162838.236000', '162838.239000', '162838.241000', '162838.244000', '162838.246000', '162838.249000', '162838.252000', '162858.125000', '162858.127000', '162858.130000', '162858.133000', '162858.136000', '162858.138000', '162858.141000', '162858.143000', '162858.146000', '162858.149000', '162858.151000', '162858.154000', '162858.156000', '162858.159000', '162858.161000', '162858.164000', '162858.167000', '162858.169000', '162858.172000', '162858.174000', '162858.177000', '162858.180000', '162858.182000', '162858.185000', '162858.187000', '162858.190000', '162858.192000', '162858.195000', '162858.198000', '162858.200000', '162858.203000', '162858.205000', '162858.208000', '162858.211000', '162858.213000', '162858.216000', '162858.218000', '162858.221000', '162858.223000', '162858.226000', '162858.228000', '162858.231000', '162858.234000', '162858.236000', '162918.123000', '162918.126000', '162918.129000', '162918.132000', '162918.134000', '162918.137000', '162918.140000', '162918.142000', '162918.145000', '162918.148000', '162918.150000', '162918.153000', '162918.155000', '162918.158000', '162918.160000', '162918.163000', '162918.166000', '162918.168000', '162918.171000', '162918.173000', '162918.176000', '162918.179000', '162918.181000', '162918.184000', '162918.186000', '162918.189000', '162918.191000', '162918.194000', '162918.197000', '162918.199000', '162918.202000', '162918.205000', '162918.207000', '162918.210000', '162918.212000', '162918.215000', '162918.218000', '162918.220000', '162918.223000', '162918.225000', '162918.228000', '162918.230000', '162918.233000', '162918.235000', '162938.124000', '162938.127000', '162938.130000', '162938.132000', '162938.135000', '162938.138000', '162938.140000', '162938.143000', '162938.145000', '162938.148000', '162938.150000', '162938.153000', '162938.156000', '162938.158000', '162938.161000', '162938.163000', '162938.166000', '162938.169000', '162938.171000', '162938.174000', '162938.176000', '162938.179000', '162938.181000', '162938.184000', '162938.187000', '162938.189000', '162938.192000', '162938.194000', '162938.197000', '162938.200000', '162938.202000', '162938.205000', '162938.207000', '162938.210000', '162938.212000', '162938.215000', '162938.218000', '162938.220000', '162938.223000', '162938.225000', '162938.228000', '162938.230000', '162938.233000', '162958.125000', '162958.127000', '162958.130000', '162958.133000', '162958.135000', '162958.138000', '162958.141000', '162958.143000', '162958.146000', '162958.148000', '162958.151000', '162958.155000', '162958.158000', '162958.160000', '162958.165000', '162958.167000', '162958.170000', '162958.172000', '162958.175000', '162958.178000', '162958.180000', '162958.183000', '162958.185000', '162958.188000', '162958.190000', '162958.193000', '162958.196000', '162958.198000', '162958.222000', '162958.225000', '162958.227000', '162958.230000', '162958.233000', '162958.235000', '162958.238000', '162958.240000', '162958.243000', '162958.245000', '162958.248000', '162958.251000', '162958.253000', '162958.256000', '162958.259000', '163018.124000', '163018.127000', '163018.130000', '163018.133000', '163018.135000', '163018.138000', '163018.140000', '163018.143000', '163018.146000', '163018.148000', '163018.151000', '163018.153000', '163018.156000', '163018.159000', '163018.161000', '163018.164000', '163018.166000', '163018.169000', '163018.171000', '163018.174000', '163018.177000', '163018.179000', '163018.182000', '163018.184000', '163018.187000', '163018.189000', '163018.192000', '163018.195000', '163018.197000', '163018.200000', '163018.202000', '163018.205000', '163018.207000', '163018.210000', '163018.213000', '163018.215000', '163018.218000', '163018.220000', '163018.223000', '163018.225000', '163018.228000', '163018.230000', '163018.233000', '163018.236000', '163038.124000', '163038.127000', '163038.130000', '163038.133000', '163038.135000', '163038.138000', '163038.140000', '163038.143000', '163038.145000', '163038.148000', '163038.151000', '163038.153000', '163038.156000', '163038.159000', '163038.161000', '163038.164000', '163038.166000', '163038.169000', '163038.172000', '163038.174000', '163038.177000', '163038.179000', '163038.182000', '163038.184000', '163038.187000', '163038.189000', '163038.192000', '163038.195000', '163038.197000', '163038.200000', '163038.202000', '163038.205000', '163038.208000', '163038.210000', '163038.213000', '163038.215000', '163038.218000', '163038.220000', '163038.223000', '163038.225000', '163038.228000', '163038.231000', '163038.233000', '163039.490000', '163039.493000', '163039.496000', '163039.499000'], 'InstanceCreationTime': ['162418.176000', '162418.179000', '162418.182000', '162418.184000', '162418.187000', '162418.190000', '162418.192000', '162418.195000', '162418.197000', '162418.200000', '162418.203000', '162418.205000', '162418.208000', '162418.210000', '162418.213000', '162418.215000', '162418.218000', '162418.221000', '162418.223000', '162418.226000', '162418.235000', '162418.237000', '162418.240000', '162418.242000', '162418.245000', '162418.247000', '162418.250000', '162418.253000', '162418.255000', '162418.258000', '162418.260000', '162418.263000', '162418.265000', '162418.268000', '162418.271000', '162418.273000', '162418.278000', '162418.281000', '162418.283000', '162418.286000', '162418.288000', '162418.291000', '162438.124000', '162438.127000', '162438.130000', '162438.132000', '162438.135000', '162438.137000', '162438.140000', '162438.142000', '162438.145000', '162438.148000', '162438.150000', '162438.153000', '162438.155000', '162438.158000', '162438.161000', '162438.163000', '162438.166000', '162438.168000', '162438.171000', '162438.173000', '162438.176000', '162438.178000', '162438.181000', '162438.184000', '162438.186000', '162438.189000', '162438.191000', '162438.194000', '162438.197000', '162438.199000', '162438.202000', '162438.204000', '162438.207000', '162438.210000', '162438.212000', '162438.215000', '162438.217000', '162438.220000', '162438.223000', '162438.225000', '162438.228000', '162438.230000', '162438.233000', '162438.236000', '162458.123000', '162458.126000', '162458.129000', '162458.131000', '162458.134000', '162458.137000', '162458.139000', '162458.142000', '162458.144000', '162458.147000', '162458.149000', '162458.152000', '162458.154000', '162458.157000', '162458.160000', '162458.162000', '162458.165000', '162458.167000', '162458.170000', '162458.172000', '162458.175000', '162458.177000', '162458.180000', '162458.183000', '162458.185000', '162458.188000', '162458.190000', '162458.193000', '162458.195000', '162458.198000', '162458.200000', '162458.203000', '162458.206000', '162458.208000', '162458.211000', '162458.213000', '162458.216000', '162458.218000', '162458.221000', '162458.223000', '162458.226000', '162458.228000', '162458.231000', '162518.124000', '162518.127000', '162518.130000', '162518.132000', '162518.136000', '162518.138000', '162518.141000', '162518.144000', '162518.146000', '162518.149000', '162518.151000', '162518.154000', '162518.156000', '162518.159000', '162518.162000', '162518.164000', '162518.167000', '162518.169000', '162518.172000', '162518.174000', '162518.177000', '162518.180000', '162518.182000', '162518.185000', '162518.187000', '162518.190000', '162518.193000', '162518.195000', '162518.198000', '162518.200000', '162518.203000', '162518.205000', '162518.208000', '162518.211000', '162518.213000', '162518.216000', '162518.218000', '162518.221000', '162518.223000', '162518.226000', '162518.238000', '162518.241000', '162518.243000', '162518.246000', '162538.124000', '162538.127000', '162538.130000', '162538.132000', '162538.135000', '162538.137000', '162538.140000', '162538.143000', '162538.145000', '162538.148000', '162538.150000', '162538.153000', '162538.156000', '162538.158000', '162538.161000', '162538.163000', '162538.166000', '162538.168000', '162538.171000', '162538.174000', '162538.188000', '162538.191000', '162538.194000', '162538.196000', '162538.199000', '162538.202000', '162538.204000', '162538.207000', '162538.209000', '162538.212000', '162538.215000', '162538.217000', '162538.220000', '162538.223000', '162538.225000', '162538.228000', '162538.230000', '162538.233000', '162538.235000', '162538.238000', '162538.241000', '162538.243000', '162538.246000', '162558.125000', '162558.127000', '162558.130000', '162558.133000', '162558.135000', '162558.138000', '162558.140000', '162558.143000', '162558.145000', '162558.148000', '162558.151000', '162558.153000', '162558.156000', '162558.158000', '162558.161000', '162558.163000', '162558.166000', '162558.169000', '162558.171000', '162558.174000', '162558.176000', '162558.179000', '162558.181000', '162558.184000', '162558.186000', '162558.189000', '162558.192000', '162558.194000', '162558.197000', '162558.199000', '162558.202000', '162558.204000', '162558.207000', '162558.209000', '162558.212000', '162558.215000', '162558.217000', '162558.220000', '162558.222000', '162558.225000', '162558.228000', '162558.230000', '162558.233000', '162558.236000', '162618.124000', '162618.127000', '162618.130000', '162618.133000', '162618.135000', '162618.138000', '162618.140000', '162618.143000', '162618.146000', '162618.148000', '162618.151000', '162618.156000', '162618.160000', '162618.163000', '162618.167000', '162618.170000', '162618.173000', '162618.176000', '162618.179000', '162618.182000', '162618.185000', '162618.187000', '162618.190000', '162618.193000', '162618.196000', '162618.200000', '162618.203000', '162618.206000', '162618.209000', '162618.211000', '162618.214000', '162618.218000', '162618.220000', '162618.223000', '162618.226000', '162618.229000', '162618.231000', '162618.234000', '162618.237000', '162618.239000', '162618.242000', '162618.246000', '162618.249000', '162638.124000', '162638.127000', '162638.130000', '162638.132000', '162638.135000', '162638.138000', '162638.140000', '162638.143000', '162638.145000', '162638.148000', '162638.150000', '162638.153000', '162638.156000', '162638.158000', '162638.161000', '162638.163000', '162638.166000', '162638.168000', '162638.171000', '162638.174000', '162638.176000', '162638.179000', '162638.181000', '162638.184000', '162638.187000', '162638.189000', '162638.192000', '162638.194000', '162638.197000', '162638.199000', '162638.202000', '162638.204000', '162638.207000', '162638.210000', '162638.212000', '162638.215000', '162638.217000', '162638.220000', '162638.223000', '162638.225000', '162638.228000', '162638.230000', '162638.233000', '162638.235000', '162658.125000', '162658.127000', '162658.130000', '162658.133000', '162658.135000', '162658.138000', '162658.141000', '162658.143000', '162658.146000', '162658.148000', '162658.151000', '162658.154000', '162658.156000', '162658.159000', '162658.162000', '162658.164000', '162658.167000', '162658.169000', '162658.172000', '162658.174000', '162658.177000', '162658.180000', '162658.182000', '162658.185000', '162658.187000', '162658.190000', '162658.193000', '162658.195000', '162658.198000', '162658.200000', '162658.203000', '162658.205000', '162658.208000', '162658.211000', '162658.213000', '162658.244000', '162658.247000', '162658.249000', '162658.252000', '162658.254000', '162658.257000', '162658.259000', '162658.262000', '162718.124000', '162718.127000', '162718.129000', '162718.132000', '162718.135000', '162718.137000', '162718.140000', '162718.142000', '162718.145000', '162718.147000', '162718.150000', '162718.153000', '162718.156000', '162718.159000', '162718.161000', '162718.164000', '162718.167000', '162718.169000', '162718.172000', '162718.174000', '162718.177000', '162718.180000', '162718.182000', '162718.185000', '162718.187000', '162718.190000', '162718.192000', '162718.195000', '162718.198000', '162718.200000', '162718.203000', '162718.205000', '162718.208000', '162718.211000', '162718.213000', '162718.216000', '162718.218000', '162718.221000', '162718.224000', '162718.226000', '162718.229000', '162718.231000', '162718.234000', '162718.237000', '162738.125000', '162738.127000', '162738.130000', '162738.132000', '162738.135000', '162738.138000', '162738.140000', '162738.143000', '162738.145000', '162738.148000', '162738.151000', '162738.153000', '162738.156000', '162738.158000', '162738.161000', '162738.164000', '162738.166000', '162738.169000', '162738.171000', '162738.174000', '162738.176000', '162738.179000', '162738.182000', '162738.184000', '162738.187000', '162738.189000', '162738.192000', '162738.194000', '162738.197000', '162738.199000', '162738.202000', '162738.205000', '162738.207000', '162738.210000', '162738.213000', '162738.215000', '162738.218000', '162738.220000', '162738.223000', '162738.226000', '162738.228000', '162738.231000', '162738.233000', '162758.125000', '162758.127000', '162758.130000', '162758.133000', '162758.135000', '162758.138000', '162758.141000', '162758.143000', '162758.146000', '162758.148000', '162758.151000', '162758.153000', '162758.156000', '162758.159000', '162758.161000', '162758.164000', '162758.166000', '162758.169000', '162758.171000', '162758.174000', '162758.177000', '162758.179000', '162758.182000', '162758.184000', '162758.187000', '162758.189000', '162758.192000', '162758.195000', '162758.197000', '162758.200000', '162758.202000', '162758.205000', '162758.207000', '162758.210000', '162758.213000', '162758.215000', '162758.218000', '162758.221000', '162758.223000', '162758.226000', '162758.228000', '162758.231000', '162758.233000', '162758.236000', '162818.124000', '162818.127000', '162818.130000', '162818.132000', '162818.135000', '162818.138000', '162818.140000', '162818.143000', '162818.145000', '162818.148000', '162818.150000', '162818.153000', '162818.156000', '162818.158000', '162818.161000', '162818.163000', '162818.166000', '162818.169000', '162818.171000', '162818.174000', '162818.177000', '162818.179000', '162818.182000', '162818.184000', '162818.187000', '162818.189000', '162818.192000', '162818.195000', '162818.197000', '162818.200000', '162818.202000', '162818.205000', '162818.207000', '162818.210000', '162818.213000', '162818.215000', '162818.218000', '162818.220000', '162818.223000', '162818.225000', '162818.228000', '162818.231000', '162818.233000', '162838.125000', '162838.128000', '162838.130000', '162838.133000', '162838.136000', '162838.138000', '162838.141000', '162838.144000', '162838.146000', '162838.149000', '162838.151000', '162838.154000', '162838.156000', '162838.159000', '162838.162000', '162838.164000', '162838.167000', '162838.187000', '162838.190000', '162838.192000', '162838.195000', '162838.197000', '162838.200000', '162838.203000', '162838.205000', '162838.208000', '162838.211000', '162838.213000', '162838.216000', '162838.218000', '162838.221000', '162838.223000', '162838.226000', '162838.229000', '162838.231000', '162838.234000', '162838.236000', '162838.239000', '162838.241000', '162838.244000', '162838.246000', '162838.249000', '162838.252000', '162858.125000', '162858.127000', '162858.130000', '162858.133000', '162858.136000', '162858.138000', '162858.141000', '162858.143000', '162858.146000', '162858.149000', '162858.151000', '162858.154000', '162858.156000', '162858.159000', '162858.161000', '162858.164000', '162858.167000', '162858.169000', '162858.172000', '162858.174000', '162858.177000', '162858.180000', '162858.182000', '162858.185000', '162858.187000', '162858.190000', '162858.192000', '162858.195000', '162858.198000', '162858.200000', '162858.203000', '162858.205000', '162858.208000', '162858.211000', '162858.213000', '162858.216000', '162858.218000', '162858.221000', '162858.223000', '162858.226000', '162858.228000', '162858.231000', '162858.234000', '162858.236000', '162918.123000', '162918.126000', '162918.129000', '162918.132000', '162918.134000', '162918.137000', '162918.140000', '162918.142000', '162918.145000', '162918.148000', '162918.150000', '162918.153000', '162918.155000', '162918.158000', '162918.160000', '162918.163000', '162918.166000', '162918.168000', '162918.171000', '162918.173000', '162918.176000', '162918.179000', '162918.181000', '162918.184000', '162918.186000', '162918.189000', '162918.191000', '162918.194000', '162918.197000', '162918.199000', '162918.202000', '162918.205000', '162918.207000', '162918.210000', '162918.212000', '162918.215000', '162918.218000', '162918.220000', '162918.223000', '162918.225000', '162918.228000', '162918.230000', '162918.233000', '162918.235000', '162938.124000', '162938.127000', '162938.130000', '162938.132000', '162938.135000', '162938.138000', '162938.140000', '162938.143000', '162938.145000', '162938.148000', '162938.150000', '162938.153000', '162938.156000', '162938.158000', '162938.161000', '162938.163000', '162938.166000', '162938.169000', '162938.171000', '162938.174000', '162938.176000', '162938.179000', '162938.181000', '162938.184000', '162938.187000', '162938.189000', '162938.192000', '162938.194000', '162938.197000', '162938.200000', '162938.202000', '162938.205000', '162938.207000', '162938.210000', '162938.212000', '162938.215000', '162938.218000', '162938.220000', '162938.223000', '162938.225000', '162938.228000', '162938.230000', '162938.233000', '162958.125000', '162958.127000', '162958.130000', '162958.133000', '162958.135000', '162958.138000', '162958.141000', '162958.143000', '162958.146000', '162958.148000', '162958.151000', '162958.155000', '162958.158000', '162958.160000', '162958.165000', '162958.167000', '162958.170000', '162958.172000', '162958.175000', '162958.178000', '162958.180000', '162958.183000', '162958.185000', '162958.188000', '162958.190000', '162958.193000', '162958.196000', '162958.198000', '162958.222000', '162958.225000', '162958.227000', '162958.230000', '162958.233000', '162958.235000', '162958.238000', '162958.240000', '162958.243000', '162958.245000', '162958.248000', '162958.251000', '162958.253000', '162958.256000', '162958.259000', '163018.124000', '163018.127000', '163018.130000', '163018.133000', '163018.135000', '163018.138000', '163018.140000', '163018.143000', '163018.146000', '163018.148000', '163018.151000', '163018.153000', '163018.156000', '163018.159000', '163018.161000', '163018.164000', '163018.166000', '163018.169000', '163018.171000', '163018.174000', '163018.177000', '163018.179000', '163018.182000', '163018.184000', '163018.187000', '163018.189000', '163018.192000', '163018.195000', '163018.197000', '163018.200000', '163018.202000', '163018.205000', '163018.207000', '163018.210000', '163018.213000', '163018.215000', '163018.218000', '163018.220000', '163018.223000', '163018.225000', '163018.228000', '163018.230000', '163018.233000', '163018.236000', '163038.124000', '163038.127000', '163038.130000', '163038.133000', '163038.135000', '163038.138000', '163038.140000', '163038.143000', '163038.145000', '163038.148000', '163038.151000', '163038.153000', '163038.156000', '163038.159000', '163038.161000', '163038.164000', '163038.166000', '163038.169000', '163038.172000', '163038.174000', '163038.177000', '163038.179000', '163038.182000', '163038.184000', '163038.187000', '163038.189000', '163038.192000', '163038.195000', '163038.197000', '163038.200000', '163038.202000', '163038.205000', '163038.208000', '163038.210000', '163038.213000', '163038.215000', '163038.218000', '163038.220000', '163038.223000', '163038.225000', '163038.228000', '163038.231000', '163038.233000', '163039.490000', '163039.493000', '163039.496000', '163039.499000'], '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': [12506, 11088, 12254, 9167, 13080, 8759, 12566, 8899, 12554, 8967, 12375, 8765, 11684, 9337, 12560, 9116, 12619, 9363, 12063, 9604, 12323, 9389, 12224, 9554, 12105, 9368, 11722, 8882, 12790, 9115, 12826, 9369, 12038, 8669, 12506, 9029, 12829, 9267, 11088, 8902, 10519, 9266, 11562, 9237, 9671, 9897, 11353, 10061, 11225, 10174, 9615, 11234, 10752, 11185, 10403, 10842, 9658, 10154, 10811, 10759, 11162, 10082, 10380, 11512, 9621, 11336, 8810, 12360, 9450, 11847, 9638, 10420, 11476, 10164, 12600, 9575, 12965, 9485, 12407, 9680, 11470, 9972, 12099, 9839, 12352, 9165, 12517, 9280, 9810, 9341, 10736, 9331, 10364, 9490, 9957, 13748, 8838, 10240, 12568, 9062, 12762, 9010, 12531, 8885, 12396, 10670, 11634, 9394, 12594, 9115, 12412, 9459, 12649, 9140, 12824, 9307, 11927, 9899, 12667, 9076, 12423, 8998, 12193, 9374, 11767, 8812, 12008, 8842, 11769, 8810, 10266, 9707, 10287, 9638, 9827, 11343, 8328, 11861, 10040, 12887, 9285, 9500, 10590, 9422, 13013, 8591, 12561, 8803, 12210, 10032, 12294, 8713, 12015, 8823, 12630, 8538, 11809, 8434, 12405, 8510, 11839, 9005, 12482, 8646, 12108, 8670, 10265, 11193, 9337, 10743, 9097, 12377, 9939, 9877, 14317, 10125, 14754, 8744, 13366, 9173, 12652, 8903, 11964, 8781, 12411, 8936, 12712, 8675, 12035, 8421, 11843, 8552, 12087, 10053, 12930, 9555, 12933, 9186, 11612, 9482, 12242, 8831, 12476, 8863, 9407, 10368, 9976, 11981, 9499, 13517, 9139, 12032, 10383, 10252, 10535, 9432, 11165, 9817, 13394, 9578, 12449, 9314, 11991, 8674, 12128, 8669, 12602, 8774, 12921, 9141, 11983, 8762, 10331, 9762, 10649, 10964, 9649, 11665, 8869, 13440, 8695, 12789, 9009, 11533, 9182, 12826, 10262, 12886, 11776, 12286, 10679, 12802, 9658, 12414, 9327, 11434, 8819, 9527, 8781, 10555, 10285, 9384, 13347, 8705, 12869, 8766, 11971, 10784, 12054, 10008, 9027, 11707, 10169, 11471, 10081, 11588, 8806, 10127, 8696, 10093, 9097, 12850, 8593, 11571, 8798, 10688, 10653, 9883, 11340, 9389, 11961, 9019, 11740, 8459, 12361, 8818, 11687, 9316, 9256, 11676, 9331, 11836, 9252, 11800, 9050, 10728, 8460, 9911, 12571, 9263, 12712, 10776, 11845, 10215, 12671, 9755, 11864, 9352, 10013, 9492, 10149, 9977, 9660, 11124, 9246, 11620, 8771, 12480, 8986, 13185, 8784, 11535, 9531, 12548, 8705, 11429, 9111, 9341, 11551, 10130, 11791, 9678, 11564, 8958, 11612, 9005, 13519, 8838, 12264, 9277, 12062, 9540, 12512, 9431, 12404, 9025, 11137, 10088, 9410, 9503, 10343, 10790, 9752, 12112, 8702, 12701, 8673, 13528, 8884, 11962, 9828, 9489, 10992, 10278, 11612, 9541, 12089, 9426, 11991, 8786, 11915, 8667, 12691, 8598, 13552, 8653, 13277, 8531, 9500, 10599, 10334, 11667, 9889, 11943, 9186, 12996, 8595, 12640, 8874, 12758, 9410, 11742, 9560, 13277, 8799, 12914, 8676, 10084, 11503, 9882, 11782, 9311, 12077, 9156, 12141, 8782, 12770, 8585, 13592, 8610, 12575, 9091, 12789, 8764, 13010, 8638, 9098, 10741, 9882, 12248, 8740, 11490, 9726, 9750, 11262, 9385, 13183, 9098, 13457, 9486, 13289, 9022, 12037, 9466, 12061, 8745, 12473, 8422, 9710, 10034, 10073, 12296, 8633, 13484, 8571, 11326, 10727, 13062, 9707, 12500, 9064, 10095, 10666, 9732, 11979, 9956, 11852, 9541, 11806, 9523, 11805, 9718, 13854, 8949, 13013, 8319, 13090, 9105, 12126, 9994, 10413, 13646, 9912, 13249, 9826, 12581, 8598, 12558, 8399, 13792, 8708, 12300, 9730, 10732, 11767, 10712, 11132, 9974, 11906, 8818, 13350, 8572, 12645, 9057, 12355, 10377, 12736, 9379, 10163, 10024, 9764, 11850, 10349, 11049, 10424, 11409, 9307, 13479, 8490, 13618, 8982, 13565, 9529, 11786, 9507, 10527, 9880, 10807, 12503, 9336, 11858, 9524, 12032, 14463, 9769, 14382, 11922, 12682, 11262, 12735, 9994, 12691, 9146, 12235, 9007, 12017, 8541, 12529, 9249, 12417, 9191, 9081, 11564, 10055, 11965, 8741, 12395, 9521, 12179, 8686, 10112, 13222, 8952, 9611, 11201, 9554, 12766, 9905, 14439, 11338, 12820, 10103, 12324, 9810, 12166, 8807, 10611, 8409, 10898, 10575, 9670, 13718, 9375, 13409, 9253, 12584, 10575, 13390, 9047, 13727, 9029, 13072, 8897, 12119, 8956, 10152, 8847, 10928, 10852, 10227, 13709, 9700, 13861, 9377, 12359, 9546, 14014, 9911, 13945, 10182, 12581, 9768, 12560, 9174, 11961, 9002, 10811, 12249, 10151, 13808, 9546, 13471, 9563, 10397, 10939, 9586, 13046, 9685, 12450, 10198, 10605, 11738, 10295, 12737, 9764, 13196, 9395, 13659, 9189, 12227, 9241, 13602, 9108, 12825, 8647, 10828, 10461, 10749, 11363, 9970, 12878, 9621, 12553, 10347, 13253, 9656, 13835, 9445, 12063, 9465, 11033, 10601, 9958, 12482, 9636, 12468, 9383, 10261, 13953, 9852, 13387, 10558, 12060, 10987, 9397, 11032, 9957, 12191, 9727, 12571, 9754, 11662, 9957, 11691, 9762, 12954, 9562, 12706, 9289, 12384, 9505, 12918, 9201, 13395, 9302, 13361, 9009, 12266, 9200, 11168, 8952, 10206, 10038, 10366, 12138, 10031, 12064, 9774, 13479, 10340, 13267, 10356, 12963, 9225, 10967, 10089, 10210, 8970, 10348, 9278, 10771, 10226, 10576, 10421, 10004, 13592, 9713, 13408, 9410, 13323, 9304, 12144, 9793, 10981, 11377, 10581, 11729, 9922, 13063, 9613, 12412, 9279, 12071, 10625, 12710, 9296, 11542, 9112, 10287, 11180, 10176, 13391, 9928, 12836, 9490, 13566, 10081, 11585, 10640, 13450, 9739, 13236, 9262, 12111, 8985, 10442, 9706, 10323, 11288, 9871, 12712, 9752, 13404, 10070, 13067, 9373, 12021, 9002, 9900, 8902, 10307, 10036, 10159, 11268, 9898, 10969, 9801, 13334, 9864, 13048, 9321, 12527, 9044, 10400, 10621, 10271, 11892, 9987, 13237, 9465, 12760, 9623, 12777, 9435, 12904, 8993, 10070, 9379, 10380, 10989, 9924, 13647, 9460, 12679, 10499, 13283, 10334, 13090, 9786, 12453, 9329, 9719, 9975, 10202, 10370, 10270, 11090, 10075, 13845, 9866, 12688, 9395, 11948, 10080, 12487, 9552, 10626, 8737, 11015, 10862, 10096, 11611, 9743, 13272, 9232, 13385, 9573, 11128, 10904, 10335, 13873, 9373, 12497, 11383, 12587, 11419, 12859, 10019, 12314, 9486, 10284, 8900, 10378, 9630, 10473, 10663, 10458, 13382, 9958, 12214, 9550, 13253], 'WindowCenter': [4478.0, 4456.0, 4440.0, 4409.0, 4435.0, 4386.0, 4423.0, 4386.0, 4422.0, 4384.0, 4422.0, 4384.0, 4422.0, 4394.0, 4423.0, 4385.0, 4421.0, 4395.0, 4421.0, 4395.0, 4422.0, 4383.0, 4411.0, 4383.0, 4410.0, 4381.0, 4401.0, 4373.0, 4410.0, 4373.0, 4410.0, 4381.0, 4410.0, 4371.0, 4410.0, 4371.0, 4421.0, 4384.0, 4413.0, 4384.0, 4403.0, 4394.0, 4413.0, 4393.0, 4393.0, 4394.0, 4414.0, 4404.0, 4414.0, 4404.0, 4394.0, 4414.0, 4404.0, 4414.0, 4403.0, 4403.0, 4382.0, 4393.0, 4403.0, 4403.0, 4414.0, 4404.0, 4404.0, 4414.0, 4395.0, 4413.0, 4385.0, 4423.0, 4394.0, 4413.0, 4394.0, 4404.0, 4414.0, 4394.0, 4423.0, 4394.0, 4423.0, 4395.0, 4412.0, 4384.0, 4402.0, 4393.0, 4411.0, 4393.0, 4411.0, 4383.0, 4411.0, 4383.0, 4392.0, 4383.0, 4404.0, 4383.0, 4394.0, 4383.0, 4395.0, 4445.0, 4396.0, 4419.0, 4437.0, 4398.0, 4435.0, 4385.0, 4424.0, 4385.0, 4424.0, 4406.0, 4413.0, 4384.0, 4412.0, 4383.0, 4423.0, 4394.0, 4422.0, 4385.0, 4422.0, 4384.0, 4412.0, 4394.0, 4422.0, 4373.0, 4411.0, 4372.0, 4400.0, 4371.0, 4400.0, 4371.0, 4409.0, 4371.0, 4400.0, 4371.0, 4391.0, 4381.0, 4391.0, 4381.0, 4392.0, 4401.0, 4363.0, 4412.0, 4394.0, 4422.0, 4384.0, 4382.0, 4392.0, 4383.0, 4422.0, 4373.0, 4412.0, 4373.0, 4411.0, 4382.0, 4400.0, 4361.0, 4399.0, 4370.0, 4409.0, 4361.0, 4400.0, 4362.0, 4410.0, 4373.0, 4412.0, 4373.0, 4411.0, 4373.0, 4412.0, 4372.0, 4394.0, 4413.0, 4395.0, 4404.0, 4385.0, 4425.0, 4405.0, 4407.0, 4445.0, 4395.0, 4433.0, 4374.0, 4421.0, 4372.0, 4409.0, 4371.0, 4402.0, 4373.0, 4412.0, 4384.0, 4422.0, 4374.0, 4412.0, 4374.0, 4411.0, 4375.0, 4412.0, 4395.0, 4423.0, 4394.0, 4421.0, 4384.0, 4401.0, 4383.0, 4412.0, 4383.0, 4412.0, 4373.0, 4383.0, 4393.0, 4395.0, 4414.0, 4395.0, 4433.0, 4395.0, 4424.0, 4405.0, 4395.0, 4405.0, 4383.0, 4404.0, 4381.0, 4422.0, 4382.0, 4410.0, 4372.0, 4401.0, 4362.0, 4412.0, 4374.0, 4411.0, 4373.0, 4422.0, 4382.0, 4412.0, 4374.0, 4394.0, 4393.0, 4404.0, 4404.0, 4394.0, 4412.0, 4385.0, 4423.0, 4386.0, 4423.0, 4375.0, 4403.0, 4383.0, 4422.0, 4394.0, 4422.0, 4414.0, 4412.0, 4394.0, 4412.0, 4381.0, 4410.0, 4372.0, 4401.0, 4372.0, 4382.0, 4372.0, 4403.0, 4392.0, 4384.0, 4433.0, 4385.0, 4423.0, 4375.0, 4413.0, 4405.0, 4412.0, 4394.0, 4373.0, 4413.0, 4394.0, 4403.0, 4391.0, 4403.0, 4371.0, 4391.0, 4361.0, 4381.0, 4372.0, 4412.0, 4373.0, 4402.0, 4374.0, 4404.0, 4403.0, 4382.0, 4402.0, 4371.0, 4412.0, 4373.0, 4412.0, 4364.0, 4412.0, 4373.0, 4411.0, 4372.0, 4372.0, 4401.0, 4371.0, 4401.0, 4371.0, 4401.0, 4373.0, 4391.0, 4362.0, 4394.0, 4434.0, 4397.0, 4435.0, 4416.0, 4414.0, 4405.0, 4423.0, 4383.0, 4413.0, 4383.0, 4381.0, 4383.0, 4393.0, 4392.0, 4383.0, 4402.0, 4382.0, 4400.0, 4373.0, 4412.0, 4372.0, 4422.0, 4374.0, 4402.0, 4384.0, 4412.0, 4373.0, 4402.0, 4373.0, 4383.0, 4413.0, 4404.0, 4413.0, 4395.0, 4413.0, 4384.0, 4413.0, 4384.0, 4431.0, 4385.0, 4413.0, 4385.0, 4423.0, 4394.0, 4423.0, 4384.0, 4421.0, 4373.0, 4401.0, 4392.0, 4371.0, 4382.0, 4392.0, 4402.0, 4382.0, 4412.0, 4372.0, 4422.0, 4373.0, 4422.0, 4383.0, 4412.0, 4393.0, 4383.0, 4403.0, 4392.0, 4402.0, 4382.0, 4411.0, 4382.0, 4401.0, 4371.0, 4400.0, 4361.0, 4421.0, 4373.0, 4420.0, 4372.0, 4421.0, 4373.0, 4393.0, 4403.0, 4404.0, 4413.0, 4394.0, 4413.0, 4383.0, 4422.0, 4374.0, 4411.0, 4373.0, 4411.0, 4383.0, 4401.0, 4382.0, 4421.0, 4372.0, 4421.0, 4373.0, 4393.0, 4413.0, 4394.0, 4413.0, 4384.0, 4411.0, 4383.0, 4412.0, 4373.0, 4411.0, 4373.0, 4421.0, 4372.0, 4409.0, 4373.0, 4410.0, 4372.0, 4420.0, 4373.0, 4373.0, 4404.0, 4393.0, 4423.0, 4375.0, 4413.0, 4395.0, 4384.0, 4414.0, 4384.0, 4423.0, 4385.0, 4423.0, 4384.0, 4422.0, 4373.0, 4411.0, 4382.0, 4412.0, 4373.0, 4412.0, 4373.0, 4382.0, 4392.0, 4393.0, 4423.0, 4374.0, 4434.0, 4376.0, 4404.0, 4405.0, 4422.0, 4392.0, 4412.0, 4372.0, 4392.0, 4392.0, 4383.0, 4412.0, 4392.0, 4412.0, 4383.0, 4412.0, 4383.0, 4412.0, 4394.0, 4433.0, 4386.0, 4434.0, 4386.0, 4434.0, 4386.0, 4425.0, 4394.0, 4405.0, 4434.0, 4394.0, 4422.0, 4393.0, 4412.0, 4374.0, 4412.0, 4374.0, 4432.0, 4374.0, 4423.0, 4394.0, 4404.0, 4414.0, 4404.0, 4413.0, 4394.0, 4413.0, 4385.0, 4433.0, 4375.0, 4422.0, 4384.0, 4412.0, 4393.0, 4422.0, 4383.0, 4392.0, 4392.0, 4391.0, 4412.0, 4393.0, 4402.0, 4402.0, 4411.0, 4384.0, 4433.0, 4385.0, 4433.0, 4385.0, 4422.0, 4394.0, 4414.0, 4395.0, 4405.0, 4395.0, 4405.0, 4424.0, 4395.0, 4414.0, 4395.0, 4424.0, 4446.0, 4409.0, 4446.0, 4428.0, 4426.0, 4416.0, 4423.0, 4394.0, 4411.0, 4383.0, 4401.0, 4371.0, 4401.0, 4363.0, 4411.0, 4372.0, 4410.0, 4373.0, 4371.0, 4402.0, 4383.0, 4411.0, 4373.0, 4411.0, 4384.0, 4413.0, 4374.0, 4395.0, 4434.0, 4387.0, 4396.0, 4416.0, 4397.0, 4425.0, 4397.0, 4433.0, 4405.0, 4412.0, 4394.0, 4413.0, 4383.0, 4411.0, 4372.0, 4391.0, 4362.0, 4403.0, 4393.0, 4395.0, 4433.0, 4384.0, 4422.0, 4384.0, 4412.0, 4405.0, 4421.0, 4373.0, 4420.0, 4374.0, 4412.0, 4373.0, 4413.0, 4374.0, 4392.0, 4374.0, 4402.0, 4402.0, 4393.0, 4432.0, 4394.0, 4433.0, 4384.0, 4423.0, 4395.0, 4432.0, 4394.0, 4432.0, 4394.0, 4412.0, 4392.0, 4411.0, 4382.0, 4400.0, 4372.0, 4392.0, 4411.0, 4393.0, 4431.0, 4394.0, 4422.0, 4383.0, 4404.0, 4403.0, 4396.0, 4421.0, 4394.0, 4423.0, 4394.0, 4404.0, 4412.0, 4393.0, 4411.0, 4383.0, 4422.0, 4382.0, 4421.0, 4383.0, 4400.0, 4372.0, 4421.0, 4372.0, 4421.0, 4372.0, 4403.0, 4404.0, 4405.0, 4413.0, 4395.0, 4423.0, 4396.0, 4422.0, 4395.0, 4422.0, 4383.0, 4419.0, 4383.0, 4413.0, 4383.0, 4403.0, 4403.0, 4395.0, 4424.0, 4394.0, 4413.0, 4373.0, 4393.0, 4444.0, 4408.0, 4435.0, 4406.0, 4426.0, 4406.0, 4384.0, 4404.0, 4383.0, 4402.0, 4383.0, 4412.0, 4371.0, 4400.0, 4383.0, 4400.0, 4382.0, 4411.0, 4384.0, 4412.0, 4384.0, 4412.0, 4384.0, 4412.0, 4383.0, 4421.0, 4384.0, 4422.0, 4373.0, 4413.0, 4383.0, 4402.0, 4372.0, 4393.0, 4392.0, 4393.0, 4413.0, 4394.0, 4411.0, 4393.0, 4421.0, 4393.0, 4421.0, 4392.0, 4422.0, 4373.0, 4392.0, 4392.0, 4392.0, 4373.0, 4392.0, 4372.0, 4402.0, 4391.0, 4403.0, 4391.0, 4395.0, 4433.0, 4395.0, 4432.0, 4386.0, 4433.0, 4386.0, 4414.0, 4394.0, 4404.0, 4414.0, 4404.0, 4414.0, 4396.0, 4424.0, 4385.0, 4412.0, 4385.0, 4411.0, 4405.0, 4423.0, 4384.0, 4413.0, 4384.0, 4393.0, 4403.0, 4394.0, 4423.0, 4394.0, 4412.0, 4394.0, 4422.0, 4393.0, 4402.0, 4393.0, 4410.0, 4382.0, 4409.0, 4372.0, 4400.0, 4371.0, 4392.0, 4381.0, 4393.0, 4402.0, 4394.0, 4421.0, 4383.0, 4421.0, 4383.0, 4409.0, 4372.0, 4401.0, 4373.0, 4381.0, 4372.0, 4382.0, 4382.0, 4391.0, 4401.0, 4383.0, 4391.0, 4384.0, 4422.0, 4382.0, 4421.0, 4372.0, 4412.0, 4373.0, 4403.0, 4403.0, 4394.0, 4414.0, 4394.0, 4422.0, 4385.0, 4411.0, 4384.0, 4411.0, 4383.0, 4412.0, 4372.0, 4394.0, 4384.0, 4394.0, 4403.0, 4395.0, 4432.0, 4395.0, 4424.0, 4405.0, 4423.0, 4394.0, 4422.0, 4393.0, 4412.0, 4383.0, 4383.0, 4382.0, 4392.0, 4391.0, 4393.0, 4402.0, 4393.0, 4422.0, 4394.0, 4411.0, 4384.0, 4412.0, 4394.0, 4412.0, 4383.0, 4392.0, 4374.0, 4403.0, 4402.0, 4393.0, 4412.0, 4384.0, 4421.0, 4384.0, 4422.0, 4384.0, 4403.0, 4403.0, 4394.0, 4422.0, 4384.0, 4412.0, 4414.0, 4412.0, 4404.0, 4411.0, 4382.0, 4401.0, 4383.0, 4381.0, 4372.0, 4382.0, 4381.0, 4393.0, 4392.0, 4393.0, 4422.0, 4394.0, 4414.0, 4396.0, 4423.0], 'WindowWidth': [9833.0, 9796.0, 9759.0, 9717.0, 9744.0, 9678.0, 9721.0, 9677.0, 9718.0, 9671.0, 9718.0, 9671.0, 9718.0, 9682.0, 9718.0, 9671.0, 9716.0, 9684.0, 9714.0, 9683.0, 9715.0, 9666.0, 9700.0, 9664.0, 9697.0, 9659.0, 9683.0, 9649.0, 9694.0, 9649.0, 9695.0, 9658.0, 9694.0, 9645.0, 9695.0, 9647.0, 9711.0, 9666.0, 9706.0, 9670.0, 9692.0, 9683.0, 9705.0, 9681.0, 9680.0, 9683.0, 9710.0, 9696.0, 9710.0, 9696.0, 9682.0, 9709.0, 9695.0, 9707.0, 9691.0, 9692.0, 9661.0, 9678.0, 9693.0, 9693.0, 9708.0, 9694.0, 9696.0, 9708.0, 9684.0, 9707.0, 9671.0, 9718.0, 9683.0, 9705.0, 9682.0, 9695.0, 9707.0, 9683.0, 9718.0, 9681.0, 9718.0, 9683.0, 9703.0, 9667.0, 9687.0, 9679.0, 9698.0, 9677.0, 9696.0, 9663.0, 9697.0, 9664.0, 9677.0, 9666.0, 9694.0, 9665.0, 9680.0, 9663.0, 9686.0, 9751.0, 9689.0, 9726.0, 9747.0, 9695.0, 9738.0, 9674.0, 9721.0, 9672.0, 9721.0, 9702.0, 9703.0, 9669.0, 9701.0, 9666.0, 9717.0, 9682.0, 9713.0, 9669.0, 9716.0, 9668.0, 9701.0, 9678.0, 9712.0, 9650.0, 9695.0, 9648.0, 9681.0, 9642.0, 9679.0, 9643.0, 9690.0, 9644.0, 9680.0, 9645.0, 9669.0, 9657.0, 9670.0, 9657.0, 9674.0, 9685.0, 9639.0, 9702.0, 9680.0, 9713.0, 9666.0, 9660.0, 9675.0, 9663.0, 9714.0, 9651.0, 9699.0, 9650.0, 9695.0, 9660.0, 9680.0, 9630.0, 9677.0, 9641.0, 9690.0, 9631.0, 9681.0, 9635.0, 9694.0, 9649.0, 9700.0, 9651.0, 9698.0, 9650.0, 9699.0, 9650.0, 9679.0, 9706.0, 9684.0, 9693.0, 9672.0, 9723.0, 9699.0, 9703.0, 9752.0, 9685.0, 9731.0, 9652.0, 9710.0, 9645.0, 9691.0, 9645.0, 9685.0, 9649.0, 9701.0, 9668.0, 9715.0, 9653.0, 9699.0, 9654.0, 9700.0, 9657.0, 9702.0, 9683.0, 9716.0, 9680.0, 9710.0, 9667.0, 9685.0, 9665.0, 9699.0, 9663.0, 9699.0, 9651.0, 9663.0, 9679.0, 9683.0, 9707.0, 9683.0, 9731.0, 9685.0, 9719.0, 9699.0, 9681.0, 9696.0, 9663.0, 9694.0, 9658.0, 9714.0, 9660.0, 9695.0, 9648.0, 9682.0, 9633.0, 9698.0, 9652.0, 9697.0, 9651.0, 9714.0, 9663.0, 9700.0, 9655.0, 9679.0, 9678.0, 9694.0, 9692.0, 9681.0, 9702.0, 9669.0, 9717.0, 9672.0, 9716.0, 9655.0, 9690.0, 9666.0, 9712.0, 9679.0, 9712.0, 9706.0, 9700.0, 9678.0, 9698.0, 9659.0, 9693.0, 9646.0, 9682.0, 9647.0, 9660.0, 9647.0, 9689.0, 9674.0, 9668.0, 9731.0, 9670.0, 9718.0, 9658.0, 9703.0, 9696.0, 9700.0, 9678.0, 9651.0, 9705.0, 9680.0, 9688.0, 9670.0, 9688.0, 9643.0, 9670.0, 9629.0, 9655.0, 9645.0, 9699.0, 9649.0, 9688.0, 9656.0, 9695.0, 9689.0, 9661.0, 9686.0, 9643.0, 9699.0, 9650.0, 9700.0, 9639.0, 9700.0, 9651.0, 9697.0, 9648.0, 9647.0, 9684.0, 9643.0, 9683.0, 9643.0, 9682.0, 9648.0, 9669.0, 9634.0, 9681.0, 9735.0, 9692.0, 9737.0, 9714.0, 9706.0, 9696.0, 9715.0, 9663.0, 9702.0, 9665.0, 9659.0, 9663.0, 9676.0, 9672.0, 9662.0, 9685.0, 9661.0, 9683.0, 9650.0, 9699.0, 9649.0, 9713.0, 9654.0, 9689.0, 9667.0, 9701.0, 9652.0, 9686.0, 9651.0, 9662.0, 9703.0, 9695.0, 9704.0, 9683.0, 9706.0, 9671.0, 9704.0, 9668.0, 9725.0, 9670.0, 9704.0, 9669.0, 9718.0, 9682.0, 9715.0, 9668.0, 9712.0, 9652.0, 9683.0, 9675.0, 9644.0, 9659.0, 9672.0, 9686.0, 9662.0, 9699.0, 9650.0, 9713.0, 9651.0, 9713.0, 9665.0, 9701.0, 9678.0, 9664.0, 9690.0, 9674.0, 9688.0, 9660.0, 9697.0, 9660.0, 9683.0, 9644.0, 9682.0, 9632.0, 9712.0, 9651.0, 9707.0, 9649.0, 9711.0, 9651.0, 9679.0, 9692.0, 9694.0, 9705.0, 9681.0, 9703.0, 9665.0, 9715.0, 9654.0, 9698.0, 9651.0, 9698.0, 9665.0, 9683.0, 9660.0, 9709.0, 9649.0, 9712.0, 9652.0, 9679.0, 9705.0, 9681.0, 9703.0, 9666.0, 9699.0, 9664.0, 9698.0, 9650.0, 9698.0, 9649.0, 9710.0, 9648.0, 9692.0, 9649.0, 9695.0, 9647.0, 9709.0, 9651.0, 9651.0, 9692.0, 9679.0, 9717.0, 9657.0, 9704.0, 9684.0, 9667.0, 9707.0, 9668.0, 9718.0, 9669.0, 9717.0, 9668.0, 9713.0, 9650.0, 9697.0, 9660.0, 9699.0, 9650.0, 9700.0, 9651.0, 9659.0, 9675.0, 9678.0, 9717.0, 9656.0, 9734.0, 9660.0, 9693.0, 9698.0, 9715.0, 9676.0, 9700.0, 9647.0, 9672.0, 9675.0, 9665.0, 9701.0, 9674.0, 9700.0, 9664.0, 9701.0, 9665.0, 9699.0, 9680.0, 9731.0, 9674.0, 9736.0, 9676.0, 9735.0, 9674.0, 9723.0, 9684.0, 9697.0, 9734.0, 9680.0, 9715.0, 9676.0, 9700.0, 9652.0, 9701.0, 9653.0, 9728.0, 9655.0, 9717.0, 9681.0, 9693.0, 9706.0, 9691.0, 9702.0, 9679.0, 9702.0, 9670.0, 9730.0, 9656.0, 9714.0, 9668.0, 9701.0, 9677.0, 9712.0, 9664.0, 9674.0, 9675.0, 9672.0, 9701.0, 9677.0, 9686.0, 9689.0, 9698.0, 9669.0, 9731.0, 9672.0, 9730.0, 9671.0, 9714.0, 9681.0, 9707.0, 9683.0, 9696.0, 9685.0, 9696.0, 9720.0, 9685.0, 9707.0, 9682.0, 9721.0, 9753.0, 9711.0, 9756.0, 9735.0, 9726.0, 9713.0, 9716.0, 9680.0, 9696.0, 9661.0, 9681.0, 9643.0, 9681.0, 9634.0, 9696.0, 9647.0, 9694.0, 9649.0, 9644.0, 9686.0, 9661.0, 9698.0, 9649.0, 9698.0, 9666.0, 9703.0, 9653.0, 9681.0, 9733.0, 9676.0, 9686.0, 9714.0, 9687.0, 9722.0, 9688.0, 9731.0, 9696.0, 9700.0, 9679.0, 9702.0, 9661.0, 9696.0, 9646.0, 9668.0, 9634.0, 9688.0, 9677.0, 9682.0, 9730.0, 9668.0, 9714.0, 9666.0, 9700.0, 9694.0, 9710.0, 9650.0, 9709.0, 9651.0, 9697.0, 9649.0, 9700.0, 9652.0, 9675.0, 9653.0, 9688.0, 9687.0, 9678.0, 9727.0, 9681.0, 9732.0, 9669.0, 9717.0, 9683.0, 9727.0, 9680.0, 9728.0, 9680.0, 9699.0, 9675.0, 9696.0, 9659.0, 9681.0, 9646.0, 9673.0, 9698.0, 9676.0, 9726.0, 9682.0, 9713.0, 9665.0, 9694.0, 9692.0, 9685.0, 9714.0, 9682.0, 9718.0, 9680.0, 9691.0, 9701.0, 9676.0, 9698.0, 9663.0, 9712.0, 9660.0, 9710.0, 9664.0, 9681.0, 9648.0, 9709.0, 9647.0, 9711.0, 9649.0, 9690.0, 9692.0, 9696.0, 9704.0, 9684.0, 9716.0, 9685.0, 9715.0, 9683.0, 9713.0, 9663.0, 9707.0, 9663.0, 9700.0, 9663.0, 9690.0, 9690.0, 9683.0, 9719.0, 9680.0, 9702.0, 9650.0, 9677.0, 9748.0, 9707.0, 9738.0, 9701.0, 9724.0, 9699.0, 9665.0, 9690.0, 9660.0, 9684.0, 9660.0, 9696.0, 9642.0, 9677.0, 9660.0, 9680.0, 9658.0, 9695.0, 9663.0, 9697.0, 9665.0, 9699.0, 9665.0, 9698.0, 9663.0, 9710.0, 9665.0, 9713.0, 9648.0, 9700.0, 9662.0, 9686.0, 9648.0, 9676.0, 9674.0, 9676.0, 9702.0, 9679.0, 9698.0, 9676.0, 9711.0, 9678.0, 9711.0, 9674.0, 9711.0, 9650.0, 9671.0, 9672.0, 9673.0, 9648.0, 9672.0, 9647.0, 9685.0, 9671.0, 9689.0, 9672.0, 9684.0, 9730.0, 9684.0, 9728.0, 9672.0, 9731.0, 9672.0, 9705.0, 9681.0, 9693.0, 9707.0, 9691.0, 9706.0, 9684.0, 9718.0, 9668.0, 9699.0, 9667.0, 9697.0, 9694.0, 9716.0, 9667.0, 9703.0, 9668.0, 9677.0, 9691.0, 9680.0, 9716.0, 9680.0, 9700.0, 9678.0, 9714.0, 9678.0, 9686.0, 9676.0, 9693.0, 9659.0, 9690.0, 9645.0, 9680.0, 9644.0, 9671.0, 9656.0, 9675.0, 9685.0, 9678.0, 9712.0, 9664.0, 9708.0, 9663.0, 9691.0, 9645.0, 9682.0, 9646.0, 9654.0, 9644.0, 9657.0, 9657.0, 9670.0, 9681.0, 9661.0, 9670.0, 9664.0, 9713.0, 9660.0, 9709.0, 9648.0, 9699.0, 9650.0, 9690.0, 9690.0, 9679.0, 9705.0, 9678.0, 9714.0, 9667.0, 9696.0, 9665.0, 9696.0, 9663.0, 9698.0, 9648.0, 9679.0, 9665.0, 9679.0, 9690.0, 9682.0, 9729.0, 9682.0, 9718.0, 9697.0, 9714.0, 9679.0, 9712.0, 9678.0, 9699.0, 9662.0, 9661.0, 9660.0, 9674.0, 9671.0, 9675.0, 9685.0, 9676.0, 9713.0, 9679.0, 9697.0, 9667.0, 9699.0, 9678.0, 9700.0, 9664.0, 9673.0, 9651.0, 9689.0, 9686.0, 9676.0, 9701.0, 9667.0, 9711.0, 9666.0, 9714.0, 9667.0, 9689.0, 9690.0, 9678.0, 9714.0, 9666.0, 9700.0, 9707.0, 9699.0, 9691.0, 9696.0, 9660.0, 9682.0, 9662.0, 9656.0, 9646.0, 9657.0, 9657.0, 9676.0, 9674.0, 9676.0, 9712.0, 9678.0, 9705.0, 9686.0, 9719.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.0013460459770114942</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021609892413793103</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.48630087560412</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2457427055120827</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.998083962186421</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4444</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7832.022</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06940508395434176</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3448275862068966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4838684718429724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4430184872084455</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7332351166527786</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2753518116676927</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00356367</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020965805277228355</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023823462426662445</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.5420296479874307</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>31.8843</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7484</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.5123</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>312162.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>899.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.7689</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7961</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.301</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3652.6087</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3915.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>64382.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>926.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4882.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1105.2899</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.09581584716216</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> |