=== 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-0011 --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-0011",
"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-0011_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0011_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-01/func/sub-0011_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>59d571b15decf64ece04fa2e019ea432</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:13:4.517500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99909, 0.0150797, 0.0398905, -0.013602, 0.999221, -0.0370585]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0811933</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>25</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7773, -7264, 563, -73, -248, 27, 66]</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>221.102</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cd654058-7b11-4e12-9c7c-1c103c08d7e3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804862022399902, -0.0364932082593441, 0.10912913084030151, 108.32516479492188], [-0.04045766219496727, 2.680835723876953, -0.09850195795297623, -78.27371978759766], [0.10702318698167801, 0.09942527115345001, 2.6959948539733887, -70.72284698486328], [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': ['161304.517500', '161304.977500', '161305.437500', '161305.897500', '161306.357500', '161306.817500', '161307.277500', '161307.737500', '161308.197500', '161308.657500', '161309.117500', '161309.577500', '161310.037500', '161310.497500', '161310.957500', '161311.417500', '161311.877500', '161312.337500', '161312.797500', '161313.257500', '161313.717500', '161314.177500', '161314.637500', '161315.097500', '161315.557500', '161316.017500', '161316.477500', '161316.937500', '161317.397500', '161317.857500', '161318.317500', '161318.777500', '161319.237500', '161319.697500', '161320.157500', '161320.617500', '161321.077500', '161321.537500', '161321.997500', '161322.457500', '161322.917500', '161323.377500', '161323.837500', '161324.297500', '161324.757500', '161325.217500', '161325.677500', '161326.137500', '161326.597500', '161327.057500', '161327.517500', '161327.977500', '161328.437500', '161328.897500', '161329.357500', '161329.817500', '161330.277500', '161330.737500', '161331.197500', '161331.657500', '161332.117500', '161332.577500', '161333.037500', '161333.497500', '161333.957500', '161334.417500', '161334.877500', '161335.337500', '161335.797500', '161336.257500', '161336.717500', '161337.177500', '161337.637500', '161338.097500', '161338.557500', '161339.017500', '161339.477500', '161339.937500', '161340.397500', '161340.857500', '161341.317500', '161341.777500', '161342.237500', '161342.697500', '161343.157500', '161343.617500', '161344.077500', '161344.537500', '161344.997500', '161345.457500', '161345.917500', '161346.377500', '161346.837500', '161347.297500', '161347.757500', '161348.217500', '161348.677500', '161349.137500', '161349.597500', '161350.057500', '161350.517500', '161350.977500', '161351.437500', '161351.897500', '161352.357500', '161352.817500', '161353.277500', '161353.737500', '161354.197500', '161354.657500', '161355.117500', '161355.577500', '161356.037500', '161356.497500', '161356.957500', '161357.417500', '161357.877500', '161358.337500', '161358.797500', '161359.257500', '161359.717500', '161400.177500', '161400.637500', '161401.097500', '161401.557500', '161402.017500', '161402.477500', '161402.937500', '161403.397500', '161403.857500', '161404.317500', '161404.777500', '161405.237500', '161405.697500', '161406.157500', '161406.617500', '161407.077500', '161407.537500', '161407.997500', '161408.457500', '161408.917500', '161409.377500', '161409.837500', '161410.297500', '161410.757500', '161411.217500', '161411.677500', '161412.137500', '161412.597500', '161413.057500', '161413.517500', '161413.977500', '161414.437500', '161414.897500', '161415.357500', '161415.817500', '161416.277500', '161416.737500', '161417.197500', '161417.657500', '161418.117500', '161418.577500', '161419.037500', '161419.497500', '161419.957500', '161420.417500', '161420.877500', '161421.337500', '161421.797500', '161422.257500', '161422.717500', '161423.177500', '161423.637500', '161424.097500', '161424.557500', '161425.017500', '161425.477500', '161425.937500', '161426.397500', '161426.857500', '161427.317500', '161427.777500', '161428.237500', '161428.697500', '161429.157500', '161429.617500', '161430.077500', '161430.537500', '161430.997500', '161431.457500', '161431.917500', '161432.377500', '161432.837500', '161433.297500', '161433.757500', '161434.217500', '161434.677500', '161435.137500', '161435.597500', '161436.057500', '161436.517500', '161436.977500', '161437.437500', '161437.897500', '161438.357500', '161438.817500', '161439.277500', '161439.737500', '161440.197500', '161440.657500', '161441.117500', '161441.577500', '161442.037500', '161442.497500', '161442.957500', '161443.417500', '161443.877500', '161444.337500', '161444.797500', '161445.257500', '161445.717500', '161446.177500', '161446.637500', '161447.097500', '161447.557500', '161448.017500', '161448.477500', '161448.937500', '161449.397500', '161449.857500', '161450.317500', '161450.777500', '161451.237500', '161451.697500', '161452.157500', '161452.617500', '161453.077500', '161453.537500', '161453.997500', '161454.457500', '161454.917500', '161455.377500', '161455.837500', '161456.297500', '161456.757500', '161457.217500', '161457.677500', '161458.137500', '161458.597500', '161459.057500', '161459.517500', '161459.977500', '161500.437500', '161500.897500', '161501.357500', '161501.817500', '161502.277500', '161502.737500', '161503.197500', '161503.657500', '161504.117500', '161504.577500', '161505.037500', '161505.497500', '161505.957500', '161506.417500', '161506.877500', '161507.337500', '161507.797500', '161508.257500', '161508.717500', '161509.177500', '161509.637500', '161510.097500', '161510.557500', '161511.017500', '161511.477500', '161511.937500', '161512.397500', '161512.857500', '161513.317500', '161513.777500', '161514.237500', '161514.697500', '161515.157500', '161515.617500', '161516.077500', '161516.537500', '161516.997500', '161517.457500', '161517.917500', '161518.377500', '161518.837500', '161519.297500', '161519.757500', '161520.217500', '161520.677500', '161521.137500', '161521.597500', '161522.057500', '161522.517500', '161522.977500', '161523.437500', '161523.897500', '161524.357500', '161524.817500', '161525.277500', '161525.737500', '161526.197500', '161526.657500', '161527.117500', '161527.577500', '161528.037500', '161528.497500', '161528.957500', '161529.417500', '161529.877500', '161530.337500', '161530.797500', '161531.257500', '161531.717500', '161532.177500', '161532.637500', '161533.097500', '161533.557500', '161534.017500', '161534.477500', '161534.937500', '161535.397500', '161535.857500', '161536.317500', '161536.777500', '161537.237500', '161537.697500', '161538.157500', '161538.617500', '161539.077500', '161539.537500', '161539.997500', '161540.457500', '161540.917500', '161541.377500', '161541.837500', '161542.297500', '161542.757500', '161543.217500', '161543.677500', '161544.137500', '161544.597500', '161545.057500', '161545.517500', '161545.977500', '161546.437500', '161546.897500', '161547.357500', '161547.817500', '161548.277500', '161548.737500', '161549.197500', '161549.657500', '161550.117500', '161550.577500', '161551.037500', '161551.497500', '161551.957500', '161552.417500', '161552.877500', '161553.337500', '161553.797500', '161554.257500', '161554.717500', '161555.177500', '161555.637500', '161556.097500', '161556.557500', '161557.017500', '161557.477500', '161557.937500', '161558.397500', '161558.857500', '161559.317500', '161559.777500', '161600.237500', '161600.697500', '161601.157500', '161601.617500', '161602.077500', '161602.537500', '161602.997500', '161603.457500', '161603.917500', '161604.377500', '161604.837500', '161605.297500', '161605.757500', '161606.217500', '161606.677500', '161607.137500', '161607.597500', '161608.057500', '161608.517500', '161608.977500', '161609.437500', '161609.897500', '161610.357500', '161610.817500', '161611.277500', '161611.737500', '161612.197500', '161612.657500', '161613.117500', '161613.577500', '161614.037500', '161614.497500', '161614.957500', '161615.417500', '161615.877500', '161616.337500', '161616.797500', '161617.257500', '161617.717500', '161618.177500', '161618.637500', '161619.097500', '161619.557500', '161620.017500', '161620.477500', '161620.937500', '161621.397500', '161621.857500', '161622.317500', '161622.777500', '161623.237500', '161623.697500', '161624.157500', '161624.617500', '161625.077500', '161625.537500', '161625.997500', '161626.457500', '161626.917500', '161627.377500', '161627.837500', '161628.297500', '161628.757500', '161629.217500', '161629.677500', '161630.137500', '161630.597500', '161631.057500', '161631.517500', '161631.977500', '161632.437500', '161632.897500', '161633.357500', '161633.817500', '161634.277500', '161634.737500', '161635.197500', '161635.657500', '161636.117500', '161636.577500', '161637.037500', '161637.497500', '161637.957500', '161638.417500', '161638.877500', '161639.337500', '161639.797500', '161640.257500', '161640.717500', '161641.177500', '161641.637500', '161642.097500', '161642.557500', '161643.017500', '161643.477500', '161643.937500', '161644.397500', '161644.857500', '161645.317500', '161645.777500', '161646.237500', '161646.697500', '161647.157500', '161647.617500', '161648.077500', '161648.537500', '161648.997500', '161649.457500', '161649.917500', '161650.377500', '161650.837500', '161651.297500', '161651.757500', '161652.217500', '161652.677500', '161653.137500', '161653.597500', '161654.057500', '161654.517500', '161654.977500', '161655.437500', '161655.897500', '161656.357500', '161656.817500', '161657.277500', '161657.737500', '161658.197500', '161658.657500', '161659.117500', '161659.577500', '161700.037500', '161700.497500', '161700.957500', '161701.417500', '161701.877500', '161702.337500', '161702.797500', '161703.257500', '161703.717500', '161704.177500', '161704.637500', '161705.097500', '161705.557500', '161706.017500', '161706.477500', '161706.937500', '161707.397500', '161707.857500', '161708.317500', '161708.777500', '161709.237500', '161709.697500', '161710.157500', '161710.617500', '161711.077500', '161711.537500', '161711.997500', '161712.457500', '161712.917500', '161713.377500', '161713.837500', '161714.297500', '161714.757500', '161715.217500', '161715.677500', '161716.137500', '161716.597500', '161717.057500', '161717.517500', '161717.977500', '161718.437500', '161718.897500', '161719.357500', '161719.817500', '161720.277500', '161720.737500', '161721.197500', '161721.657500', '161722.117500', '161722.577500', '161723.037500', '161723.497500', '161723.957500', '161724.417500', '161724.877500', '161725.337500', '161725.797500', '161726.257500', '161726.717500', '161727.177500', '161727.637500', '161728.097500', '161728.557500', '161729.017500', '161729.477500', '161729.937500', '161730.397500', '161730.857500', '161731.317500', '161731.777500', '161732.237500', '161732.697500', '161733.157500', '161733.617500', '161734.077500', '161734.537500', '161734.997500', '161735.457500', '161735.917500', '161736.377500', '161736.837500', '161737.297500', '161737.757500', '161738.217500', '161738.677500', '161739.137500', '161739.597500', '161740.057500', '161740.517500', '161740.977500', '161741.437500', '161741.897500', '161742.357500', '161742.817500', '161743.277500', '161743.737500', '161744.197500', '161744.657500', '161745.117500', '161745.577500', '161746.037500', '161746.497500', '161746.957500', '161747.417500', '161747.877500', '161748.337500', '161748.797500', '161749.257500', '161749.717500', '161750.177500', '161750.637500', '161751.097500', '161751.557500', '161752.017500', '161752.477500', '161752.937500', '161753.397500', '161753.857500', '161754.317500', '161754.777500', '161755.237500', '161755.697500', '161756.157500', '161756.617500', '161757.077500', '161757.537500', '161757.997500', '161758.457500', '161758.917500', '161759.377500', '161759.837500', '161800.297500', '161800.757500', '161801.217500', '161801.677500', '161802.137500', '161802.597500', '161803.057500', '161803.517500', '161803.977500', '161804.437500', '161804.897500', '161805.357500', '161805.817500', '161806.277500', '161806.737500', '161807.197500', '161807.657500', '161808.117500', '161808.577500', '161809.037500', '161809.497500', '161809.957500', '161810.417500', '161810.877500', '161811.337500', '161811.797500', '161812.257500', '161812.717500', '161813.177500', '161813.637500', '161814.097500', '161814.557500', '161815.017500', '161815.477500', '161815.937500', '161816.397500', '161816.857500', '161817.317500', '161817.777500', '161818.237500', '161818.697500', '161819.157500', '161819.617500', '161820.077500', '161820.537500', '161820.997500', '161821.457500', '161821.917500', '161822.377500', '161822.837500', '161823.297500', '161823.757500', '161824.217500', '161824.677500', '161825.137500', '161825.597500', '161826.057500', '161826.517500', '161826.977500', '161827.437500', '161827.897500', '161828.357500', '161828.817500', '161829.277500', '161829.737500', '161830.197500', '161830.657500', '161831.117500', '161831.577500', '161832.037500', '161832.497500', '161832.957500', '161833.417500', '161833.877500', '161834.337500', '161834.797500', '161835.257500', '161835.717500', '161836.177500', '161836.637500', '161837.097500', '161837.557500', '161838.017500', '161838.477500', '161838.937500', '161839.397500', '161839.857500', '161840.317500', '161840.777500', '161841.237500', '161841.697500', '161842.157500', '161842.617500', '161843.077500', '161843.537500', '161843.997500', '161844.457500', '161844.917500', '161845.377500', '161845.837500', '161846.297500', '161846.757500', '161847.217500', '161847.677500', '161848.137500', '161848.597500', '161849.057500', '161849.517500', '161849.977500', '161850.437500', '161850.897500', '161851.357500', '161851.817500', '161852.277500', '161852.737500', '161853.197500', '161853.657500', '161854.117500', '161854.577500', '161855.037500', '161855.497500', '161855.957500', '161856.417500', '161856.877500', '161857.337500', '161857.797500', '161858.257500', '161858.717500', '161859.177500', '161859.637500', '161900.097500', '161900.557500', '161901.017500', '161901.477500', '161901.937500', '161902.397500', '161902.857500', '161903.317500', '161903.777500', '161904.237500', '161904.697500', '161905.157500', '161905.617500', '161906.077500', '161906.537500', '161906.997500', '161907.457500', '161907.917500', '161908.377500', '161908.837500', '161909.297500', '161909.757500', '161910.217500', '161910.677500', '161911.137500', '161911.597500', '161912.057500', '161912.517500', '161912.977500', '161913.437500', '161913.897500', '161914.357500', '161914.817500', '161915.277500', '161915.737500', '161916.197500', '161916.657500', '161917.117500', '161917.577500', '161918.037500', '161918.497500', '161918.957500', '161919.417500', '161919.877500', '161920.337500', '161920.797500', '161921.257500', '161921.717500', '161922.177500', '161922.637500', '161923.097500', '161923.557500', '161924.017500', '161924.477500', '161924.937500', '161925.397500', '161925.857500', '161926.317500', '161926.777500', '161927.237500', '161927.697500', '161928.157500', '161928.617500', '161929.077500', '161929.537500', '161929.997500', '161930.457500', '161930.917500', '161931.377500', '161931.837500', '161932.297500', '161932.757500', '161933.217500', '161933.677500', '161934.137500', '161934.597500', '161935.057500', '161935.517500', '161935.977500', '161936.437500', '161936.897500', '161937.357500', '161937.817500', '161938.277500', '161938.737500', '161939.197500', '161939.657500', '161940.117500', '161940.577500', '161941.037500', '161941.497500', '161941.957500', '161942.417500', '161942.877500', '161943.337500', '161943.797500', '161944.257500', '161944.717500', '161945.177500'], 'ContentTime': ['161332.952000', '161332.955000', '161332.959000', '161332.962000', '161332.965000', '161332.967000', '161332.971000', '161332.973000', '161332.976000', '161332.979000', '161332.982000', '161332.985000', '161332.988000', '161332.991000', '161332.993000', '161332.996000', '161333.000000', '161333.003000', '161333.009000', '161333.012000', '161333.015000', '161333.018000', '161333.021000', '161333.023000', '161333.026000', '161333.029000', '161333.032000', '161333.044000', '161333.047000', '161333.049000', '161333.052000', '161333.055000', '161333.058000', '161333.061000', '161333.063000', '161333.066000', '161333.069000', '161333.072000', '161333.075000', '161333.078000', '161333.080000', '161333.083000', '161333.086000', '161333.089000', '161333.092000', '161333.098000', '161333.100000', '161333.103000', '161333.106000', '161333.109000', '161333.112000', '161333.115000', '161333.117000', '161333.120000', '161333.123000', '161333.126000', '161333.129000', '161333.131000', '161333.134000', '161333.137000', '161352.917000', '161352.920000', '161352.923000', '161352.926000', '161352.928000', '161352.931000', '161352.934000', '161352.937000', '161352.940000', '161352.943000', '161352.946000', '161352.948000', '161352.951000', '161352.954000', '161352.957000', '161352.960000', '161352.962000', '161352.965000', '161352.968000', '161352.971000', '161352.974000', '161352.977000', '161352.979000', '161352.982000', '161352.985000', '161352.988000', '161352.991000', '161352.994000', '161352.996000', '161353.000000', '161353.003000', '161353.006000', '161353.008000', '161353.011000', '161353.014000', '161353.017000', '161353.020000', '161353.023000', '161353.025000', '161353.028000', '161353.031000', '161353.034000', '161353.037000', '161353.040000', '161412.917000', '161412.926000', '161412.929000', '161412.932000', '161412.935000', '161412.938000', '161412.941000', '161412.943000', '161412.946000', '161412.949000', '161412.952000', '161412.955000', '161412.958000', '161412.960000', '161412.963000', '161412.966000', '161412.969000', '161412.972000', '161412.974000', '161412.977000', '161412.980000', '161412.983000', '161412.986000', '161412.989000', '161412.992000', '161412.995000', '161412.998000', '161413.002000', '161413.005000', '161413.008000', '161413.011000', '161413.014000', '161413.017000', '161413.020000', '161413.022000', '161413.025000', '161413.028000', '161413.031000', '161413.034000', '161413.037000', '161413.039000', '161413.042000', '161413.045000', '161432.917000', '161432.920000', '161432.923000', '161432.925000', '161432.928000', '161432.931000', '161432.934000', '161432.937000', '161432.940000', '161432.943000', '161432.945000', '161432.948000', '161432.951000', '161432.954000', '161432.957000', '161432.960000', '161432.962000', '161432.965000', '161432.968000', '161432.971000', '161432.974000', '161432.977000', '161432.979000', '161432.982000', '161432.985000', '161432.988000', '161432.991000', '161432.994000', '161432.996000', '161433.000000', '161433.003000', '161433.006000', '161433.009000', '161433.012000', '161433.014000', '161433.017000', '161433.020000', '161433.023000', '161433.026000', '161433.028000', '161433.031000', '161433.034000', '161433.037000', '161433.040000', '161452.917000', '161452.920000', '161452.923000', '161452.926000', '161452.929000', '161452.931000', '161452.934000', '161452.937000', '161452.940000', '161452.943000', '161452.946000', '161452.949000', '161452.952000', '161452.955000', '161452.960000', '161452.963000', '161452.966000', '161452.968000', '161452.971000', '161452.974000', '161452.977000', '161452.980000', '161452.983000', '161452.985000', '161452.988000', '161452.991000', '161452.994000', '161452.997000', '161453.001000', '161453.004000', '161453.007000', '161453.009000', '161453.012000', '161453.016000', '161453.019000', '161453.022000', '161453.025000', '161453.028000', '161453.030000', '161453.033000', '161453.036000', '161453.039000', '161453.042000', '161512.917000', '161512.920000', '161512.923000', '161512.926000', '161512.929000', '161512.931000', '161512.948000', '161512.951000', '161512.953000', '161512.956000', '161512.959000', '161512.962000', '161512.965000', '161512.967000', '161512.970000', '161512.973000', '161512.976000', '161512.979000', '161512.982000', '161512.985000', '161512.987000', '161512.990000', '161512.993000', '161512.996000', '161513.000000', '161513.003000', '161513.005000', '161513.008000', '161513.011000', '161513.014000', '161513.017000', '161513.020000', '161513.022000', '161513.025000', '161513.028000', '161513.031000', '161513.034000', '161513.036000', '161513.039000', '161513.042000', '161513.045000', '161513.048000', '161513.051000', '161513.054000', '161532.917000', '161532.920000', '161532.923000', '161532.926000', '161532.929000', '161532.931000', '161532.934000', '161532.937000', '161532.940000', '161532.943000', '161532.946000', '161532.948000', '161532.951000', '161532.954000', '161532.957000', '161532.960000', '161532.963000', '161532.966000', '161532.968000', '161532.971000', '161532.974000', '161532.977000', '161532.980000', '161532.982000', '161532.985000', '161532.988000', '161532.991000', '161532.994000', '161532.997000', '161533.001000', '161533.003000', '161533.006000', '161533.009000', '161533.012000', '161533.015000', '161533.018000', '161533.021000', '161533.024000', '161533.027000', '161533.030000', '161533.033000', '161533.036000', '161533.039000', '161552.917000', '161552.920000', '161552.923000', '161552.926000', '161552.929000', '161552.932000', '161552.935000', '161552.937000', '161552.940000', '161552.943000', '161552.946000', '161552.949000', '161552.952000', '161552.954000', '161552.957000', '161552.960000', '161552.963000', '161552.966000', '161552.969000', '161552.972000', '161552.974000', '161552.977000', '161552.980000', '161552.983000', '161552.986000', '161552.988000', '161552.991000', '161552.994000', '161552.997000', '161553.001000', '161553.004000', '161553.007000', '161553.010000', '161553.012000', '161553.015000', '161553.018000', '161553.021000', '161553.024000', '161553.027000', '161553.030000', '161553.032000', '161553.035000', '161553.038000', '161553.041000', '161612.917000', '161612.920000', '161612.923000', '161612.926000', '161612.929000', '161612.932000', '161612.934000', '161612.937000', '161612.940000', '161612.943000', '161612.946000', '161612.948000', '161612.951000', '161612.954000', '161612.957000', '161612.960000', '161612.963000', '161612.966000', '161612.969000', '161612.971000', '161612.974000', '161612.977000', '161612.980000', '161612.983000', '161612.987000', '161612.990000', '161612.993000', '161612.996000', '161613.000000', '161613.003000', '161613.005000', '161613.008000', '161613.011000', '161613.014000', '161613.017000', '161613.020000', '161613.023000', '161613.025000', '161613.028000', '161613.031000', '161613.034000', '161613.037000', '161613.040000', '161632.917000', '161632.934000', '161632.937000', '161632.940000', '161632.943000', '161632.946000', '161632.949000', '161632.952000', '161632.954000', '161632.957000', '161632.960000', '161632.963000', '161632.966000', '161632.969000', '161632.971000', '161632.974000', '161632.977000', '161632.980000', '161632.983000', '161632.986000', '161632.989000', '161632.992000', '161632.994000', '161632.997000', '161633.001000', '161633.011000', '161633.014000', '161633.016000', '161633.019000', '161633.022000', '161633.025000', '161633.028000', '161633.031000', '161633.034000', '161633.036000', '161633.039000', '161633.042000', '161633.045000', '161633.048000', '161633.051000', '161633.053000', '161633.056000', '161633.059000', '161652.917000', '161652.920000', '161652.923000', '161652.926000', '161652.929000', '161652.931000', '161652.934000', '161652.937000', '161652.940000', '161652.943000', '161652.945000', '161652.948000', '161652.951000', '161652.954000', '161652.957000', '161652.960000', '161652.963000', '161652.966000', '161652.968000', '161652.971000', '161652.974000', '161652.977000', '161652.980000', '161652.982000', '161652.985000', '161652.988000', '161652.991000', '161652.994000', '161652.997000', '161653.001000', '161653.004000', '161653.006000', '161653.009000', '161653.012000', '161653.015000', '161653.018000', '161653.021000', '161653.023000', '161653.026000', '161653.029000', '161653.032000', '161653.035000', '161653.038000', '161653.040000', '161712.917000', '161712.920000', '161712.923000', '161712.926000', '161712.929000', '161712.931000', '161712.934000', '161712.937000', '161712.940000', '161712.943000', '161712.946000', '161712.948000', '161712.951000', '161712.954000', '161712.957000', '161712.960000', '161712.963000', '161712.966000', '161712.968000', '161712.971000', '161712.974000', '161712.977000', '161712.980000', '161712.983000', '161712.986000', '161712.988000', '161712.991000', '161712.994000', '161712.997000', '161713.001000', '161713.004000', '161713.006000', '161713.009000', '161713.012000', '161713.015000', '161713.018000', '161713.021000', '161713.023000', '161713.033000', '161713.036000', '161713.039000', '161713.041000', '161713.044000', '161713.047000', '161732.917000', '161732.920000', '161732.923000', '161732.926000', '161732.929000', '161732.931000', '161732.934000', '161732.937000', '161732.940000', '161732.943000', '161732.946000', '161732.949000', '161732.951000', '161732.954000', '161732.957000', '161732.960000', '161732.963000', '161732.966000', '161732.969000', '161732.971000', '161732.974000', '161732.977000', '161732.980000', '161732.983000', '161732.986000', '161732.989000', '161732.992000', '161732.994000', '161732.997000', '161733.001000', '161733.004000', '161733.007000', '161733.010000', '161733.012000', '161733.015000', '161733.018000', '161733.022000', '161733.025000', '161733.028000', '161733.031000', '161733.034000', '161733.037000', '161733.040000', '161752.917000', '161752.920000', '161752.923000', '161752.926000', '161752.929000', '161752.931000', '161752.934000', '161752.942000', '161752.945000', '161752.948000', '161752.950000', '161752.953000', '161752.956000', '161752.959000', '161752.962000', '161752.965000', '161752.968000', '161752.970000', '161752.973000', '161752.976000', '161752.979000', '161752.982000', '161752.985000', '161752.988000', '161752.990000', '161752.993000', '161752.996000', '161753.000000', '161753.003000', '161753.006000', '161753.009000', '161753.012000', '161753.014000', '161753.017000', '161753.020000', '161753.023000', '161753.026000', '161753.029000', '161753.031000', '161753.034000', '161753.037000', '161753.040000', '161753.043000', '161753.046000', '161812.917000', '161812.920000', '161812.923000', '161812.926000', '161812.929000', '161812.931000', '161812.934000', '161812.937000', '161812.940000', '161812.943000', '161812.946000', '161812.948000', '161812.951000', '161812.954000', '161812.957000', '161812.960000', '161812.963000', '161812.966000', '161812.969000', '161812.971000', '161812.974000', '161812.978000', '161812.981000', '161812.983000', '161812.986000', '161812.989000', '161812.992000', '161812.995000', '161812.998000', '161813.002000', '161813.004000', '161813.007000', '161813.010000', '161813.013000', '161813.016000', '161813.019000', '161813.021000', '161813.024000', '161813.027000', '161813.030000', '161813.033000', '161813.036000', '161813.039000', '161832.917000', '161832.920000', '161832.923000', '161832.926000', '161832.929000', '161832.937000', '161832.940000', '161832.943000', '161832.945000', '161832.948000', '161832.951000', '161832.954000', '161832.957000', '161832.960000', '161832.963000', '161832.966000', '161832.968000', '161832.971000', '161832.974000', '161832.977000', '161832.980000', '161832.982000', '161832.985000', '161832.988000', '161832.991000', '161832.994000', '161832.997000', '161833.001000', '161833.004000', '161833.006000', '161833.009000', '161833.012000', '161833.015000', '161833.018000', '161833.021000', '161833.024000', '161833.026000', '161833.029000', '161833.032000', '161833.035000', '161833.038000', '161833.041000', '161833.044000', '161833.046000', '161852.917000', '161852.920000', '161852.923000', '161852.926000', '161852.929000', '161852.931000', '161852.934000', '161852.937000', '161852.940000', '161852.943000', '161852.946000', '161852.949000', '161852.952000', '161852.955000', '161852.957000', '161852.960000', '161852.963000', '161852.966000', '161852.969000', '161852.972000', '161852.975000', '161852.977000', '161852.980000', '161852.983000', '161852.986000', '161852.989000', '161852.992000', '161852.994000', '161852.997000', '161853.001000', '161853.004000', '161853.007000', '161853.010000', '161853.013000', '161853.015000', '161853.018000', '161853.021000', '161853.024000', '161853.027000', '161853.030000', '161853.033000', '161853.036000', '161853.038000', '161912.917000', '161912.920000', '161912.923000', '161912.925000', '161912.928000', '161912.931000', '161912.934000', '161912.937000', '161912.940000', '161912.943000', '161912.945000', '161912.948000', '161912.951000', '161912.954000', '161912.957000', '161912.960000', '161912.963000', '161912.975000', '161912.978000', '161912.980000', '161912.983000', '161912.986000', '161912.989000', '161912.992000', '161912.995000', '161912.998000', '161913.001000', '161913.004000', '161913.007000', '161913.010000', '161913.013000', '161913.015000', '161913.018000', '161913.021000', '161913.024000', '161913.027000', '161913.030000', '161913.033000', '161913.036000', '161913.038000', '161913.041000', '161913.044000', '161913.047000', '161913.050000', '161932.917000', '161932.920000', '161932.923000', '161932.929000', '161932.932000', '161932.934000', '161932.937000', '161932.940000', '161932.943000', '161932.946000', '161932.949000', '161932.952000', '161932.954000', '161932.957000', '161932.960000', '161932.963000', '161932.966000', '161932.969000', '161932.971000', '161932.974000', '161932.977000', '161932.980000', '161932.994000', '161932.997000', '161933.001000', '161933.004000', '161933.006000', '161933.009000', '161933.012000', '161933.015000', '161933.018000', '161933.021000', '161933.024000', '161933.026000', '161933.029000', '161933.032000', '161933.035000', '161933.038000', '161933.040000', '161933.043000', '161933.046000', '161933.049000', '161933.052000', '161946.073000', '161946.077000', '161946.080000', '161946.084000', '161946.087000', '161946.090000', '161946.093000', '161946.096000', '161946.099000', '161946.103000', '161946.106000', '161946.109000', '161946.112000', '161946.116000', '161946.119000', '161946.122000', '161946.124000', '161946.127000', '161946.130000', '161946.133000', '161946.136000', '161946.139000', '161946.143000', '161946.146000', '161946.149000', '161946.152000', '161946.155000', '161946.158000', '161946.161000'], 'InstanceCreationTime': ['161332.952000', '161332.955000', '161332.959000', '161332.962000', '161332.965000', '161332.967000', '161332.971000', '161332.973000', '161332.976000', '161332.979000', '161332.982000', '161332.985000', '161332.988000', '161332.991000', '161332.993000', '161332.996000', '161333.000000', '161333.003000', '161333.009000', '161333.012000', '161333.015000', '161333.018000', '161333.021000', '161333.023000', '161333.026000', '161333.029000', '161333.032000', '161333.044000', '161333.047000', '161333.049000', '161333.052000', '161333.055000', '161333.058000', '161333.061000', '161333.063000', '161333.066000', '161333.069000', '161333.072000', '161333.075000', '161333.078000', '161333.080000', '161333.083000', '161333.086000', '161333.089000', '161333.092000', '161333.098000', '161333.100000', '161333.103000', '161333.106000', '161333.109000', '161333.112000', '161333.115000', '161333.117000', '161333.120000', '161333.123000', '161333.126000', '161333.129000', '161333.131000', '161333.134000', '161333.137000', '161352.917000', '161352.920000', '161352.923000', '161352.926000', '161352.928000', '161352.931000', '161352.934000', '161352.937000', '161352.940000', '161352.943000', '161352.946000', '161352.948000', '161352.951000', '161352.954000', '161352.957000', '161352.960000', '161352.962000', '161352.965000', '161352.968000', '161352.971000', '161352.974000', '161352.977000', '161352.979000', '161352.982000', '161352.985000', '161352.988000', '161352.991000', '161352.994000', '161352.996000', '161353.000000', '161353.003000', '161353.006000', '161353.008000', '161353.011000', '161353.014000', '161353.017000', '161353.020000', '161353.023000', '161353.025000', '161353.028000', '161353.031000', '161353.034000', '161353.037000', '161353.040000', '161412.917000', '161412.926000', '161412.929000', '161412.932000', '161412.935000', '161412.938000', '161412.941000', '161412.943000', '161412.946000', '161412.949000', '161412.952000', '161412.955000', '161412.958000', '161412.960000', '161412.963000', '161412.966000', '161412.969000', '161412.972000', '161412.974000', '161412.977000', '161412.980000', '161412.983000', '161412.986000', '161412.989000', '161412.992000', '161412.995000', '161412.998000', '161413.002000', '161413.005000', '161413.008000', '161413.011000', '161413.014000', '161413.017000', '161413.020000', '161413.022000', '161413.025000', '161413.028000', '161413.031000', '161413.034000', '161413.037000', '161413.039000', '161413.042000', '161413.045000', '161432.917000', '161432.920000', '161432.923000', '161432.925000', '161432.928000', '161432.931000', '161432.934000', '161432.937000', '161432.940000', '161432.943000', '161432.945000', '161432.948000', '161432.951000', '161432.954000', '161432.957000', '161432.960000', '161432.962000', '161432.965000', '161432.968000', '161432.971000', '161432.974000', '161432.977000', '161432.979000', '161432.982000', '161432.985000', '161432.988000', '161432.991000', '161432.994000', '161432.996000', '161433.000000', '161433.003000', '161433.006000', '161433.009000', '161433.012000', '161433.014000', '161433.017000', '161433.020000', '161433.023000', '161433.026000', '161433.028000', '161433.031000', '161433.034000', '161433.037000', '161433.040000', '161452.917000', '161452.920000', '161452.923000', '161452.926000', '161452.929000', '161452.931000', '161452.934000', '161452.937000', '161452.940000', '161452.943000', '161452.946000', '161452.949000', '161452.952000', '161452.955000', '161452.960000', '161452.963000', '161452.966000', '161452.968000', '161452.971000', '161452.974000', '161452.977000', '161452.980000', '161452.983000', '161452.985000', '161452.988000', '161452.991000', '161452.994000', '161452.997000', '161453.001000', '161453.004000', '161453.007000', '161453.009000', '161453.012000', '161453.016000', '161453.019000', '161453.022000', '161453.025000', '161453.028000', '161453.030000', '161453.033000', '161453.036000', '161453.039000', '161453.042000', '161512.917000', '161512.920000', '161512.923000', '161512.926000', '161512.929000', '161512.931000', '161512.948000', '161512.951000', '161512.953000', '161512.956000', '161512.959000', '161512.962000', '161512.965000', '161512.967000', '161512.970000', '161512.973000', '161512.976000', '161512.979000', '161512.982000', '161512.985000', '161512.987000', '161512.990000', '161512.993000', '161512.996000', '161513.000000', '161513.003000', '161513.005000', '161513.008000', '161513.011000', '161513.014000', '161513.017000', '161513.020000', '161513.022000', '161513.025000', '161513.028000', '161513.031000', '161513.034000', '161513.036000', '161513.039000', '161513.042000', '161513.045000', '161513.048000', '161513.051000', '161513.054000', '161532.917000', '161532.920000', '161532.923000', '161532.926000', '161532.929000', '161532.931000', '161532.934000', '161532.937000', '161532.940000', '161532.943000', '161532.946000', '161532.948000', '161532.951000', '161532.954000', '161532.957000', '161532.960000', '161532.963000', '161532.966000', '161532.968000', '161532.971000', '161532.974000', '161532.977000', '161532.980000', '161532.982000', '161532.985000', '161532.988000', '161532.991000', '161532.994000', '161532.997000', '161533.001000', '161533.003000', '161533.006000', '161533.009000', '161533.012000', '161533.015000', '161533.018000', '161533.021000', '161533.024000', '161533.027000', '161533.030000', '161533.033000', '161533.036000', '161533.039000', '161552.917000', '161552.920000', '161552.923000', '161552.926000', '161552.929000', '161552.932000', '161552.935000', '161552.937000', '161552.940000', '161552.943000', '161552.946000', '161552.949000', '161552.952000', '161552.954000', '161552.957000', '161552.960000', '161552.963000', '161552.966000', '161552.969000', '161552.972000', '161552.974000', '161552.977000', '161552.980000', '161552.983000', '161552.986000', '161552.988000', '161552.991000', '161552.994000', '161552.997000', '161553.001000', '161553.004000', '161553.007000', '161553.010000', '161553.012000', '161553.015000', '161553.018000', '161553.021000', '161553.024000', '161553.027000', '161553.030000', '161553.032000', '161553.035000', '161553.038000', '161553.041000', '161612.917000', '161612.920000', '161612.923000', '161612.926000', '161612.929000', '161612.932000', '161612.934000', '161612.937000', '161612.940000', '161612.943000', '161612.946000', '161612.948000', '161612.951000', '161612.954000', '161612.957000', '161612.960000', '161612.963000', '161612.966000', '161612.969000', '161612.971000', '161612.974000', '161612.977000', '161612.980000', '161612.983000', '161612.987000', '161612.990000', '161612.993000', '161612.996000', '161613.000000', '161613.003000', '161613.005000', '161613.008000', '161613.011000', '161613.014000', '161613.017000', '161613.020000', '161613.023000', '161613.025000', '161613.028000', '161613.031000', '161613.034000', '161613.037000', '161613.040000', '161632.917000', '161632.934000', '161632.937000', '161632.940000', '161632.943000', '161632.946000', '161632.949000', '161632.952000', '161632.954000', '161632.957000', '161632.960000', '161632.963000', '161632.966000', '161632.969000', '161632.971000', '161632.974000', '161632.977000', '161632.980000', '161632.983000', '161632.986000', '161632.989000', '161632.992000', '161632.994000', '161632.997000', '161633.001000', '161633.011000', '161633.014000', '161633.016000', '161633.019000', '161633.022000', '161633.025000', '161633.028000', '161633.031000', '161633.034000', '161633.036000', '161633.039000', '161633.042000', '161633.045000', '161633.048000', '161633.051000', '161633.053000', '161633.056000', '161633.059000', '161652.917000', '161652.920000', '161652.923000', '161652.926000', '161652.929000', '161652.931000', '161652.934000', '161652.937000', '161652.940000', '161652.943000', '161652.945000', '161652.948000', '161652.951000', '161652.954000', '161652.957000', '161652.960000', '161652.963000', '161652.966000', '161652.968000', '161652.971000', '161652.974000', '161652.977000', '161652.980000', '161652.982000', '161652.985000', '161652.988000', '161652.991000', '161652.994000', '161652.997000', '161653.001000', '161653.004000', '161653.006000', '161653.009000', '161653.012000', '161653.015000', '161653.018000', '161653.021000', '161653.023000', '161653.026000', '161653.029000', '161653.032000', '161653.035000', '161653.038000', '161653.040000', '161712.917000', '161712.920000', '161712.923000', '161712.926000', '161712.929000', '161712.931000', '161712.934000', '161712.937000', '161712.940000', '161712.943000', '161712.946000', '161712.948000', '161712.951000', '161712.954000', '161712.957000', '161712.960000', '161712.963000', '161712.966000', '161712.968000', '161712.971000', '161712.974000', '161712.977000', '161712.980000', '161712.983000', '161712.986000', '161712.988000', '161712.991000', '161712.994000', '161712.997000', '161713.001000', '161713.004000', '161713.006000', '161713.009000', '161713.012000', '161713.015000', '161713.018000', '161713.021000', '161713.023000', '161713.033000', '161713.036000', '161713.039000', '161713.041000', '161713.044000', '161713.047000', '161732.917000', '161732.920000', '161732.923000', '161732.926000', '161732.929000', '161732.931000', '161732.934000', '161732.937000', '161732.940000', '161732.943000', '161732.946000', '161732.949000', '161732.951000', '161732.954000', '161732.957000', '161732.960000', '161732.963000', '161732.966000', '161732.969000', '161732.971000', '161732.974000', '161732.977000', '161732.980000', '161732.983000', '161732.986000', '161732.989000', '161732.992000', '161732.994000', '161732.997000', '161733.001000', '161733.004000', '161733.007000', '161733.010000', '161733.012000', '161733.015000', '161733.018000', '161733.022000', '161733.025000', '161733.028000', '161733.031000', '161733.034000', '161733.037000', '161733.040000', '161752.917000', '161752.920000', '161752.923000', '161752.926000', '161752.929000', '161752.931000', '161752.934000', '161752.942000', '161752.945000', '161752.948000', '161752.950000', '161752.953000', '161752.956000', '161752.959000', '161752.962000', '161752.965000', '161752.968000', '161752.970000', '161752.973000', '161752.976000', '161752.979000', '161752.982000', '161752.985000', '161752.988000', '161752.990000', '161752.993000', '161752.996000', '161753.000000', '161753.003000', '161753.006000', '161753.009000', '161753.012000', '161753.014000', '161753.017000', '161753.020000', '161753.023000', '161753.026000', '161753.029000', '161753.031000', '161753.034000', '161753.037000', '161753.040000', '161753.043000', '161753.046000', '161812.917000', '161812.920000', '161812.923000', '161812.926000', '161812.929000', '161812.931000', '161812.934000', '161812.937000', '161812.940000', '161812.943000', '161812.946000', '161812.948000', '161812.951000', '161812.954000', '161812.957000', '161812.960000', '161812.963000', '161812.966000', '161812.969000', '161812.971000', '161812.974000', '161812.978000', '161812.981000', '161812.983000', '161812.986000', '161812.989000', '161812.992000', '161812.995000', '161812.998000', '161813.002000', '161813.004000', '161813.007000', '161813.010000', '161813.013000', '161813.016000', '161813.019000', '161813.021000', '161813.024000', '161813.027000', '161813.030000', '161813.033000', '161813.036000', '161813.039000', '161832.917000', '161832.920000', '161832.923000', '161832.926000', '161832.929000', '161832.937000', '161832.940000', '161832.943000', '161832.945000', '161832.948000', '161832.951000', '161832.954000', '161832.957000', '161832.960000', '161832.963000', '161832.966000', '161832.968000', '161832.971000', '161832.974000', '161832.977000', '161832.980000', '161832.982000', '161832.985000', '161832.988000', '161832.991000', '161832.994000', '161832.997000', '161833.001000', '161833.004000', '161833.006000', '161833.009000', '161833.012000', '161833.015000', '161833.018000', '161833.021000', '161833.024000', '161833.026000', '161833.029000', '161833.032000', '161833.035000', '161833.038000', '161833.041000', '161833.044000', '161833.046000', '161852.917000', '161852.920000', '161852.923000', '161852.926000', '161852.929000', '161852.931000', '161852.934000', '161852.937000', '161852.940000', '161852.943000', '161852.946000', '161852.949000', '161852.952000', '161852.955000', '161852.957000', '161852.960000', '161852.963000', '161852.966000', '161852.969000', '161852.972000', '161852.975000', '161852.977000', '161852.980000', '161852.983000', '161852.986000', '161852.989000', '161852.992000', '161852.994000', '161852.997000', '161853.001000', '161853.004000', '161853.007000', '161853.010000', '161853.013000', '161853.015000', '161853.018000', '161853.021000', '161853.024000', '161853.027000', '161853.030000', '161853.033000', '161853.036000', '161853.038000', '161912.917000', '161912.920000', '161912.923000', '161912.925000', '161912.928000', '161912.931000', '161912.934000', '161912.937000', '161912.940000', '161912.943000', '161912.945000', '161912.948000', '161912.951000', '161912.954000', '161912.957000', '161912.960000', '161912.963000', '161912.975000', '161912.978000', '161912.980000', '161912.983000', '161912.986000', '161912.989000', '161912.992000', '161912.995000', '161912.998000', '161913.001000', '161913.004000', '161913.007000', '161913.010000', '161913.013000', '161913.015000', '161913.018000', '161913.021000', '161913.024000', '161913.027000', '161913.030000', '161913.033000', '161913.036000', '161913.038000', '161913.041000', '161913.044000', '161913.047000', '161913.050000', '161932.917000', '161932.920000', '161932.923000', '161932.929000', '161932.932000', '161932.934000', '161932.937000', '161932.940000', '161932.943000', '161932.946000', '161932.949000', '161932.952000', '161932.954000', '161932.957000', '161932.960000', '161932.963000', '161932.966000', '161932.969000', '161932.971000', '161932.974000', '161932.977000', '161932.980000', '161932.994000', '161932.997000', '161933.001000', '161933.004000', '161933.006000', '161933.009000', '161933.012000', '161933.015000', '161933.018000', '161933.021000', '161933.024000', '161933.026000', '161933.029000', '161933.032000', '161933.035000', '161933.038000', '161933.040000', '161933.043000', '161933.046000', '161933.049000', '161933.052000', '161946.073000', '161946.077000', '161946.080000', '161946.084000', '161946.087000', '161946.090000', '161946.093000', '161946.096000', '161946.099000', '161946.103000', '161946.106000', '161946.109000', '161946.112000', '161946.116000', '161946.119000', '161946.122000', '161946.124000', '161946.127000', '161946.130000', '161946.133000', '161946.136000', '161946.139000', '161946.143000', '161946.146000', '161946.149000', '161946.152000', '161946.155000', '161946.158000', '161946.161000'], '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': [9023, 14603, 9115, 13969, 8927, 13256, 8688, 13755, 8672, 15046, 9103, 13994, 8540, 13088, 7946, 11342, 10187, 9700, 8166, 10478, 7656, 10635, 7833, 10789, 7898, 11588, 8113, 11298, 8228, 11648, 8142, 7484, 10969, 8495, 13894, 8658, 15180, 8729, 13872, 11003, 10741, 13003, 9560, 13724, 8603, 12799, 8885, 13319, 8773, 13295, 8682, 12721, 8596, 12120, 8507, 11286, 10278, 9961, 10732, 8798, 13851, 8716, 13810, 7915, 12614, 7895, 12060, 7962, 11441, 8209, 11956, 9686, 10451, 11943, 9049, 12398, 8413, 13362, 8423, 13475, 8299, 12226, 7838, 11301, 9249, 9472, 15197, 8594, 14069, 8512, 11981, 8565, 9118, 14265, 8676, 13281, 7881, 11880, 8237, 9004, 13598, 8637, 12916, 7786, 11382, 10394, 8475, 13225, 8073, 12032, 8268, 10713, 7713, 10495, 9621, 8755, 13220, 8401, 14105, 8497, 14232, 9069, 12191, 8702, 10076, 11748, 8386, 14529, 8586, 14134, 9599, 11401, 9490, 9096, 13747, 8286, 13022, 8181, 11140, 7448, 9990, 7516, 8211, 11403, 8107, 13398, 8269, 12670, 8150, 11804, 7812, 10970, 8283, 9144, 13280, 8220, 13284, 8131, 11574, 7803, 10453, 12090, 8112, 13613, 8443, 12237, 8908, 10704, 9776, 8195, 11802, 8521, 12798, 8165, 11457, 8037, 12248, 8176, 11625, 8399, 10492, 9176, 15675, 9884, 14073, 8291, 12519, 8357, 11584, 10104, 10727, 8870, 9453, 9489, 8389, 14216, 8234, 12539, 8025, 11068, 7458, 10676, 8054, 8756, 14420, 8812, 14026, 7663, 12495, 8211, 10871, 10579, 9565, 14505, 8320, 12332, 10329, 9437, 14804, 8513, 12217, 8314, 8898, 14495, 8360, 11723, 11976, 8708, 13970, 7914, 10660, 10636, 8368, 12227, 7917, 10038, 7886, 8469, 13245, 8307, 11503, 8418, 9263, 13819, 8504, 13624, 7754, 10766, 10061, 8820, 14541, 8314, 12051, 7739, 10839, 9096, 8644, 13972, 8631, 13059, 8013, 11342, 8454, 8651, 13254, 8328, 13491, 8147, 11441, 7648, 10959, 8065, 8991, 13273, 8699, 14175, 8510, 12317, 7669, 10698, 10846, 8508, 14316, 8565, 11975, 7673, 10660, 7841, 8916, 13394, 8211, 13001, 8215, 12832, 8157, 11584, 7625, 10747, 11299, 9179, 13287, 8426, 13118, 8021, 11967, 10533, 9192, 13766, 8550, 12933, 7592, 10983, 8528, 8295, 12804, 7878, 11588, 7863, 11039, 7478, 10507, 9879, 8833, 11031, 8235, 12979, 8015, 11683, 8024, 11826, 7521, 11158, 6992, 11312, 7834, 10411, 13697, 9604, 11532, 8749, 12075, 8656, 14337, 9061, 12638, 8536, 11802, 7761, 11389, 7493, 10363, 8461, 9318, 7605, 9177, 9175, 8264, 12513, 8452, 13649, 8633, 12539, 8086, 11005, 11908, 8815, 13772, 8274, 12332, 8137, 10094, 13436, 7762, 12009, 7903, 11006, 10305, 8897, 12452, 7770, 11964, 8064, 11215, 9775, 9396, 12300, 9140, 7601, 9242, 6974, 9717, 13774, 8279, 12352, 7942, 11401, 10485, 9969, 11539, 9118, 13818, 8911, 14614, 8941, 13162, 9321, 10968, 9668, 15471, 9608, 13560, 7599, 11234, 7794, 9521, 13159, 8508, 14438, 8348, 12449, 7938, 11179, 7788, 10405, 7588, 9396, 7556, 9852, 7371, 9661, 12515, 9025, 14349, 8446, 12497, 8018, 11238, 10178, 8984, 13586, 8535, 13151, 8210, 11392, 7846, 9598, 13119, 8468, 13296, 8258, 11295, 7696, 10302, 8375, 8462, 12672, 8462, 13238, 8450, 11674, 7951, 10369, 7836, 10121, 11174, 8986, 8198, 9871, 7958, 11133, 8079, 13450, 9252, 11257, 11681, 9538, 11259, 8406, 12722, 8729, 13488, 8319, 12929, 8372, 10175, 8506, 14020, 8333, 12407, 10389, 10302, 8674, 9209, 12984, 8290, 13607, 8176, 11018, 7690, 10312, 10495, 8687, 14258, 8492, 14271, 8436, 11242, 12347, 8576, 14231, 8133, 11634, 7585, 10545, 8421, 9228, 12202, 8363, 12343, 8128, 12150, 7940, 11138, 10219, 9562, 13093, 8349, 13577, 8258, 11646, 9013, 9502, 11696, 8225, 12800, 8010, 12288, 8207, 11672, 8092, 11003, 7679, 10223, 9623, 8803, 13298, 8695, 13286, 8447, 12469, 8096, 11033, 10551, 9318, 13228, 8521, 12830, 8030, 12490, 8023, 10932, 8881, 9894, 7972, 8835, 9395, 8127, 12381, 8222, 12578, 8298, 12007, 8109, 12595, 8182, 12231, 8503, 11199, 7584, 10392, 8145, 9483, 11714, 9270, 11906, 8716, 13025, 8465, 13269, 8274, 12342, 8026, 11254, 8374, 9160, 12914, 8487, 13469, 8641, 13129, 8240, 12057, 7989, 11026, 10734, 9491, 13060, 8420, 13570, 8744, 13975, 8838, 11429, 9459, 9479, 12118, 8744, 13727, 8826, 13073, 7981, 11603, 8692, 8861, 12523, 8724, 12974, 8429, 11724, 8245, 11357, 8006, 11130, 8649, 10060, 10896, 8895, 10792, 8592, 13417, 8937, 13740, 8356, 12557, 7987, 11150, 7573, 9917, 13056, 8775, 12372, 8310, 13776, 8309, 8913, 8380, 7763, 12678, 8572, 11949, 8563, 14307, 11712, 9987, 15373, 9489, 15169, 8432, 12677, 7992, 11426, 10880, 8758, 14718, 8424, 13968, 8120, 12307, 8093, 11285, 7808, 10939, 7472, 10207, 8760, 8514, 14241, 8433, 13392, 8203, 12422, 9483, 10908, 14095, 8758, 14478, 8487, 12595, 10002, 9051, 15022, 8324, 12645, 7543, 10995, 7629, 9025, 7706, 8562, 13343, 8458, 14306, 8197, 12737, 8321, 11756, 7739, 11168, 9535, 8948, 11936, 8552, 12465, 8616, 13336, 8623, 10906, 8864, 9449, 10005, 16173, 9707, 14185, 8349, 11769, 7938, 10134, 14156, 8563, 13699, 8325, 11773, 7505, 10669, 10463, 8772, 11409, 8324, 10531, 8068, 11775, 8121, 12443, 7994, 12604, 8467, 13517, 8701, 11951, 11569, 10730, 13214, 9176, 14356, 8644, 12481, 10765, 9785, 13459, 8604, 13507, 8044, 10756, 7858, 8815, 13214, 8601, 12795, 8298, 11083, 7793, 8942, 13450, 8496, 13445, 8072, 11435, 7495, 10032, 13095, 8428, 14191, 8637, 12935, 8029, 11688, 8133, 10784, 9608, 10506, 10448, 8760, 13684, 8437, 14269, 8265, 14097, 9736, 11871, 10226, 9155, 13565, 8400, 13921, 8373, 12641, 8146, 10937, 7861, 11137, 7801, 10423, 7637, 10831, 8218, 12705, 8402, 13111, 8433, 11991, 8138, 11486, 13446, 9077, 13156, 8471, 12627, 8621, 11480, 8974, 9408, 10216, 8295, 12850, 8010, 11812, 7545, 10740, 10007, 8714, 13658, 8104, 11997, 7964, 11497, 9406, 9949, 10968, 8653, 12945, 8296, 13018, 8421, 12335, 7927, 11213, 7998, 11038, 10035, 10666, 7648, 11060], 'WindowCenter': [4241.0, 4274.0, 4224.0, 4250.0, 4198.0, 4226.0, 4197.0, 4237.0, 4198.0, 4236.0, 4185.0, 4222.0, 4183.0, 4223.0, 4173.0, 4227.0, 4204.0, 4193.0, 4172.0, 4215.0, 4174.0, 4205.0, 4174.0, 4217.0, 4175.0, 4213.0, 4173.0, 4215.0, 4196.0, 4225.0, 4186.0, 4175.0, 4228.0, 4208.0, 4236.0, 4185.0, 4234.0, 4183.0, 4224.0, 4191.0, 4202.0, 4225.0, 4180.0, 4198.0, 4170.0, 4197.0, 4181.0, 4221.0, 4183.0, 4221.0, 4183.0, 4211.0, 4183.0, 4214.0, 4182.0, 4214.0, 4192.0, 4193.0, 4201.0, 4172.0, 4222.0, 4172.0, 4221.0, 4173.0, 4213.0, 4160.0, 4211.0, 4173.0, 4212.0, 4183.0, 4224.0, 4193.0, 4216.0, 4213.0, 4184.0, 4223.0, 4183.0, 4222.0, 4184.0, 4236.0, 4187.0, 4224.0, 4174.0, 4213.0, 4182.0, 4193.0, 4232.0, 4172.0, 4223.0, 4172.0, 4212.0, 4169.0, 4180.0, 4221.0, 4169.0, 4211.0, 4174.0, 4202.0, 4158.0, 4181.0, 4209.0, 4170.0, 4210.0, 4159.0, 4201.0, 4190.0, 4171.0, 4209.0, 4172.0, 4211.0, 4174.0, 4204.0, 4173.0, 4203.0, 4193.0, 4185.0, 4225.0, 4184.0, 4234.0, 4183.0, 4224.0, 4183.0, 4213.0, 4172.0, 4193.0, 4200.0, 4172.0, 4222.0, 4171.0, 4222.0, 4179.0, 4203.0, 4178.0, 4170.0, 4210.0, 4170.0, 4209.0, 4159.0, 4202.0, 4150.0, 4191.0, 4148.0, 4172.0, 4200.0, 4174.0, 4235.0, 4185.0, 4224.0, 4172.0, 4215.0, 4162.0, 4215.0, 4173.0, 4194.0, 4222.0, 4184.0, 4222.0, 4171.0, 4213.0, 4161.0, 4205.0, 4201.0, 4161.0, 4222.0, 4170.0, 4214.0, 4171.0, 4192.0, 4180.0, 4173.0, 4211.0, 4195.0, 4225.0, 4183.0, 4213.0, 4184.0, 4225.0, 4197.0, 4227.0, 4209.0, 4230.0, 4220.0, 4261.0, 4219.0, 4234.0, 4187.0, 4225.0, 4173.0, 4216.0, 4192.0, 4203.0, 4181.0, 4191.0, 4181.0, 4184.0, 4222.0, 4183.0, 4223.0, 4173.0, 4213.0, 4164.0, 4215.0, 4174.0, 4210.0, 4249.0, 4198.0, 4235.0, 4186.0, 4227.0, 4186.0, 4228.0, 4205.0, 4194.0, 4223.0, 4172.0, 4214.0, 4191.0, 4182.0, 4220.0, 4171.0, 4200.0, 4159.0, 4170.0, 4209.0, 4170.0, 4201.0, 4187.0, 4169.0, 4207.0, 4159.0, 4191.0, 4187.0, 4160.0, 4200.0, 4171.0, 4192.0, 4160.0, 4173.0, 4211.0, 4172.0, 4214.0, 4173.0, 4195.0, 4224.0, 4174.0, 4223.0, 4160.0, 4201.0, 4179.0, 4182.0, 4222.0, 4173.0, 4211.0, 4161.0, 4203.0, 4170.0, 4181.0, 4221.0, 4183.0, 4224.0, 4162.0, 4203.0, 4172.0, 4183.0, 4223.0, 4183.0, 4224.0, 4173.0, 4215.0, 4172.0, 4215.0, 4175.0, 4194.0, 4225.0, 4184.0, 4234.0, 4184.0, 4214.0, 4163.0, 4204.0, 4201.0, 4196.0, 4234.0, 4184.0, 4213.0, 4163.0, 4215.0, 4173.0, 4195.0, 4235.0, 4186.0, 4225.0, 4185.0, 4237.0, 4187.0, 4226.0, 4173.0, 4216.0, 4215.0, 4197.0, 4224.0, 4184.0, 4224.0, 4172.0, 4214.0, 4192.0, 4194.0, 4223.0, 4173.0, 4212.0, 4162.0, 4204.0, 4170.0, 4172.0, 4222.0, 4175.0, 4212.0, 4172.0, 4203.0, 4163.0, 4216.0, 4205.0, 4196.0, 4204.0, 4185.0, 4225.0, 4175.0, 4226.0, 4187.0, 4228.0, 4176.0, 4228.0, 4177.0, 4240.0, 4187.0, 4219.0, 4225.0, 4195.0, 4215.0, 4185.0, 4226.0, 4197.0, 4248.0, 4197.0, 4214.0, 4184.0, 4201.0, 4162.0, 4204.0, 4163.0, 4206.0, 4174.0, 4184.0, 4163.0, 4194.0, 4184.0, 4186.0, 4214.0, 4187.0, 4225.0, 4173.0, 4214.0, 4163.0, 4204.0, 4202.0, 4182.0, 4213.0, 4173.0, 4214.0, 4160.0, 4193.0, 4210.0, 4160.0, 4202.0, 4161.0, 4204.0, 4191.0, 4184.0, 4211.0, 4162.0, 4202.0, 4162.0, 4214.0, 4207.0, 4196.0, 4214.0, 4197.0, 4176.0, 4195.0, 4166.0, 4218.0, 4235.0, 4186.0, 4228.0, 4176.0, 4229.0, 4218.0, 4208.0, 4214.0, 4184.0, 4223.0, 4172.0, 4209.0, 4171.0, 4211.0, 4180.0, 4191.0, 4183.0, 4223.0, 4169.0, 4198.0, 4136.0, 4178.0, 4136.0, 4167.0, 4185.0, 4156.0, 4196.0, 4146.0, 4185.0, 4146.0, 4187.0, 4150.0, 4201.0, 4161.0, 4183.0, 4160.0, 4204.0, 4176.0, 4208.0, 4224.0, 4196.0, 4237.0, 4186.0, 4213.0, 4172.0, 4202.0, 4193.0, 4183.0, 4212.0, 4183.0, 4224.0, 4172.0, 4213.0, 4160.0, 4193.0, 4210.0, 4172.0, 4223.0, 4173.0, 4203.0, 4162.0, 4204.0, 4172.0, 4184.0, 4223.0, 4186.0, 4224.0, 4173.0, 4213.0, 4172.0, 4205.0, 4173.0, 4206.0, 4215.0, 4195.0, 4187.0, 4218.0, 4187.0, 4215.0, 4176.0, 4238.0, 4197.0, 4229.0, 4226.0, 4194.0, 4202.0, 4174.0, 4222.0, 4184.0, 4236.0, 4184.0, 4225.0, 4186.0, 4215.0, 4197.0, 4236.0, 4186.0, 4238.0, 4205.0, 4204.0, 4182.0, 4195.0, 4223.0, 4185.0, 4238.0, 4187.0, 4217.0, 4175.0, 4206.0, 4203.0, 4186.0, 4235.0, 4184.0, 4237.0, 4174.0, 4204.0, 4213.0, 4184.0, 4233.0, 4174.0, 4202.0, 4162.0, 4202.0, 4171.0, 4196.0, 4225.0, 4199.0, 4224.0, 4186.0, 4225.0, 4187.0, 4227.0, 4205.0, 4207.0, 4224.0, 4174.0, 4223.0, 4171.0, 4215.0, 4182.0, 4195.0, 4213.0, 4172.0, 4211.0, 4172.0, 4213.0, 4184.0, 4214.0, 4174.0, 4215.0, 4174.0, 4205.0, 4194.0, 4197.0, 4225.0, 4186.0, 4225.0, 4174.0, 4213.0, 4162.0, 4204.0, 4192.0, 4184.0, 4213.0, 4172.0, 4212.0, 4173.0, 4213.0, 4174.0, 4216.0, 4183.0, 4195.0, 4172.0, 4194.0, 4183.0, 4176.0, 4226.0, 4198.0, 4225.0, 4185.0, 4227.0, 4187.0, 4226.0, 4186.0, 4238.0, 4195.0, 4227.0, 4174.0, 4217.0, 4176.0, 4207.0, 4225.0, 4197.0, 4224.0, 4196.0, 4225.0, 4186.0, 4225.0, 4184.0, 4225.0, 4175.0, 4215.0, 4173.0, 4197.0, 4227.0, 4186.0, 4225.0, 4184.0, 4224.0, 4185.0, 4225.0, 4173.0, 4218.0, 4205.0, 4194.0, 4213.0, 4174.0, 4221.0, 4173.0, 4235.0, 4194.0, 4214.0, 4181.0, 4181.0, 4199.0, 4171.0, 4211.0, 4182.0, 4223.0, 4171.0, 4202.0, 4169.0, 4182.0, 4210.0, 4183.0, 4223.0, 4173.0, 4213.0, 4182.0, 4213.0, 4174.0, 4215.0, 4183.0, 4206.0, 4203.0, 4183.0, 4203.0, 4185.0, 4222.0, 4185.0, 4225.0, 4174.0, 4214.0, 4162.0, 4204.0, 4162.0, 4205.0, 4225.0, 4183.0, 4223.0, 4173.0, 4223.0, 4183.0, 4193.0, 4197.0, 4201.0, 4253.0, 4210.0, 4239.0, 4198.0, 4248.0, 4215.0, 4196.0, 4223.0, 4182.0, 4221.0, 4159.0, 4210.0, 4158.0, 4200.0, 4188.0, 4170.0, 4222.0, 4170.0, 4209.0, 4161.0, 4201.0, 4171.0, 4203.0, 4163.0, 4202.0, 4163.0, 4202.0, 4170.0, 4182.0, 4223.0, 4173.0, 4225.0, 4172.0, 4213.0, 4181.0, 4203.0, 4210.0, 4171.0, 4210.0, 4159.0, 4199.0, 4178.0, 4170.0, 4209.0, 4159.0, 4210.0, 4149.0, 4200.0, 4149.0, 4181.0, 4160.0, 4184.0, 4222.0, 4183.0, 4236.0, 4185.0, 4224.0, 4172.0, 4214.0, 4163.0, 4215.0, 4193.0, 4195.0, 4211.0, 4184.0, 4213.0, 4183.0, 4223.0, 4185.0, 4215.0, 4197.0, 4206.0, 4219.0, 4246.0, 4194.0, 4224.0, 4170.0, 4202.0, 4160.0, 4193.0, 4221.0, 4172.0, 4221.0, 4171.0, 4200.0, 4150.0, 4204.0, 4192.0, 4184.0, 4202.0, 4184.0, 4204.0, 4174.0, 4214.0, 4199.0, 4238.0, 4198.0, 4251.0, 4213.0, 4251.0, 4197.0, 4229.0, 4217.0, 4218.0, 4226.0, 4195.0, 4224.0, 4174.0, 4214.0, 4202.0, 4193.0, 4211.0, 4170.0, 4210.0, 4159.0, 4190.0, 4158.0, 4183.0, 4222.0, 4171.0, 4211.0, 4170.0, 4201.0, 4150.0, 4185.0, 4224.0, 4183.0, 4212.0, 4162.0, 4203.0, 4151.0, 4192.0, 4223.0, 4176.0, 4223.0, 4181.0, 4212.0, 4173.0, 4213.0, 4173.0, 4217.0, 4208.0, 4216.0, 4204.0, 4187.0, 4224.0, 4185.0, 4234.0, 4174.0, 4235.0, 4182.0, 4213.0, 4191.0, 4182.0, 4211.0, 4173.0, 4223.0, 4173.0, 4210.0, 4162.0, 4202.0, 4173.0, 4213.0, 4161.0, 4205.0, 4172.0, 4214.0, 4198.0, 4238.0, 4187.0, 4225.0, 4185.0, 4213.0, 4162.0, 4215.0, 4224.0, 4181.0, 4212.0, 4170.0, 4211.0, 4171.0, 4213.0, 4181.0, 4182.0, 4189.0, 4171.0, 4210.0, 4171.0, 4213.0, 4176.0, 4216.0, 4205.0, 4196.0, 4233.0, 4185.0, 4215.0, 4176.0, 4216.0, 4193.0, 4206.0, 4205.0, 4186.0, 4225.0, 4185.0, 4225.0, 4185.0, 4224.0, 4175.0, 4216.0, 4186.0, 4228.0, 4208.0, 4218.0, 4176.0, 4215.0], 'WindowWidth': [9393.0, 9424.0, 9354.0, 9378.0, 9307.0, 9338.0, 9302.0, 9356.0, 9307.0, 9352.0, 9281.0, 9327.0, 9277.0, 9329.0, 9266.0, 9345.0, 9303.0, 9287.0, 9258.0, 9323.0, 9269.0, 9309.0, 9266.0, 9326.0, 9268.0, 9315.0, 9264.0, 9321.0, 9300.0, 9336.0, 9287.0, 9270.0, 9348.0, 9322.0, 9352.0, 9282.0, 9348.0, 9274.0, 9331.0, 9282.0, 9297.0, 9333.0, 9265.0, 9283.0, 9248.0, 9283.0, 9270.0, 9321.0, 9275.0, 9323.0, 9273.0, 9310.0, 9274.0, 9317.0, 9274.0, 9319.0, 9285.0, 9286.0, 9294.0, 9259.0, 9324.0, 9257.0, 9322.0, 9265.0, 9314.0, 9240.0, 9309.0, 9263.0, 9312.0, 9278.0, 9335.0, 9290.0, 9326.0, 9315.0, 9278.0, 9329.0, 9278.0, 9326.0, 9278.0, 9352.0, 9290.0, 9334.0, 9267.0, 9317.0, 9272.0, 9289.0, 9338.0, 9257.0, 9329.0, 9256.0, 9310.0, 9248.0, 9267.0, 9318.0, 9250.0, 9309.0, 9264.0, 9296.0, 9233.0, 9269.0, 9303.0, 9252.0, 9304.0, 9236.0, 9296.0, 9277.0, 9255.0, 9303.0, 9259.0, 9307.0, 9263.0, 9306.0, 9262.0, 9304.0, 9289.0, 9281.0, 9334.0, 9278.0, 9343.0, 9275.0, 9332.0, 9277.0, 9314.0, 9258.0, 9290.0, 9292.0, 9258.0, 9323.0, 9256.0, 9325.0, 9262.0, 9298.0, 9259.0, 9252.0, 9303.0, 9252.0, 9301.0, 9235.0, 9297.0, 9226.0, 9282.0, 9222.0, 9259.0, 9293.0, 9267.0, 9350.0, 9282.0, 9333.0, 9260.0, 9322.0, 9247.0, 9321.0, 9261.0, 9292.0, 9324.0, 9280.0, 9328.0, 9258.0, 9316.0, 9243.0, 9305.0, 9294.0, 9243.0, 9324.0, 9253.0, 9315.0, 9254.0, 9283.0, 9266.0, 9261.0, 9310.0, 9295.0, 9335.0, 9277.0, 9317.0, 9281.0, 9334.0, 9305.0, 9345.0, 9324.0, 9350.0, 9339.0, 9397.0, 9335.0, 9347.0, 9288.0, 9335.0, 9264.0, 9326.0, 9286.0, 9300.0, 9268.0, 9283.0, 9268.0, 9277.0, 9324.0, 9277.0, 9329.0, 9263.0, 9314.0, 9253.0, 9323.0, 9266.0, 9326.0, 9375.0, 9303.0, 9348.0, 9288.0, 9342.0, 9286.0, 9347.0, 9308.0, 9293.0, 9328.0, 9258.0, 9317.0, 9282.0, 9271.0, 9318.0, 9252.0, 9293.0, 9235.0, 9252.0, 9301.0, 9254.0, 9294.0, 9269.0, 9248.0, 9295.0, 9234.0, 9279.0, 9269.0, 9238.0, 9291.0, 9256.0, 9286.0, 9240.0, 9261.0, 9308.0, 9259.0, 9317.0, 9259.0, 9294.0, 9329.0, 9263.0, 9326.0, 9240.0, 9297.0, 9261.0, 9270.0, 9324.0, 9263.0, 9309.0, 9242.0, 9301.0, 9253.0, 9271.0, 9322.0, 9274.0, 9332.0, 9246.0, 9300.0, 9259.0, 9274.0, 9325.0, 9276.0, 9332.0, 9264.0, 9320.0, 9260.0, 9321.0, 9267.0, 9293.0, 9333.0, 9279.0, 9346.0, 9279.0, 9318.0, 9249.0, 9304.0, 9295.0, 9299.0, 9348.0, 9280.0, 9316.0, 9250.0, 9323.0, 9263.0, 9297.0, 9353.0, 9287.0, 9334.0, 9283.0, 9355.0, 9287.0, 9339.0, 9265.0, 9326.0, 9321.0, 9300.0, 9332.0, 9279.0, 9332.0, 9259.0, 9317.0, 9283.0, 9291.0, 9327.0, 9258.0, 9311.0, 9242.0, 9301.0, 9250.0, 9258.0, 9327.0, 9268.0, 9310.0, 9261.0, 9301.0, 9249.0, 9324.0, 9309.0, 9298.0, 9305.0, 9282.0, 9334.0, 9268.0, 9339.0, 9288.0, 9346.0, 9273.0, 9348.0, 9280.0, 9366.0, 9290.0, 9333.0, 9334.0, 9293.0, 9319.0, 9281.0, 9336.0, 9304.0, 9369.0, 9301.0, 9318.0, 9278.0, 9295.0, 9243.0, 9302.0, 9248.0, 9310.0, 9264.0, 9277.0, 9247.0, 9291.0, 9274.0, 9282.0, 9317.0, 9286.0, 9335.0, 9261.0, 9318.0, 9247.0, 9303.0, 9295.0, 9270.0, 9313.0, 9259.0, 9313.0, 9237.0, 9285.0, 9302.0, 9238.0, 9294.0, 9241.0, 9303.0, 9280.0, 9274.0, 9308.0, 9245.0, 9297.0, 9245.0, 9317.0, 9313.0, 9295.0, 9315.0, 9301.0, 9271.0, 9296.0, 9259.0, 9333.0, 9350.0, 9285.0, 9341.0, 9270.0, 9345.0, 9329.0, 9316.0, 9318.0, 9278.0, 9325.0, 9254.0, 9301.0, 9252.0, 9304.0, 9263.0, 9277.0, 9272.0, 9326.0, 9246.0, 9282.0, 9195.0, 9255.0, 9199.0, 9238.0, 9258.0, 9223.0, 9275.0, 9209.0, 9260.0, 9212.0, 9267.0, 9223.0, 9295.0, 9243.0, 9273.0, 9241.0, 9304.0, 9270.0, 9317.0, 9331.0, 9298.0, 9355.0, 9283.0, 9315.0, 9257.0, 9299.0, 9285.0, 9274.0, 9311.0, 9272.0, 9329.0, 9259.0, 9314.0, 9238.0, 9287.0, 9305.0, 9259.0, 9326.0, 9261.0, 9301.0, 9243.0, 9303.0, 9257.0, 9279.0, 9328.0, 9286.0, 9332.0, 9262.0, 9315.0, 9260.0, 9307.0, 9262.0, 9310.0, 9319.0, 9294.0, 9289.0, 9332.0, 9287.0, 9323.0, 9273.0, 9357.0, 9299.0, 9348.0, 9339.0, 9292.0, 9297.0, 9264.0, 9324.0, 9279.0, 9351.0, 9280.0, 9335.0, 9286.0, 9323.0, 9304.0, 9353.0, 9285.0, 9356.0, 9308.0, 9305.0, 9273.0, 9295.0, 9329.0, 9281.0, 9356.0, 9288.0, 9327.0, 9268.0, 9311.0, 9303.0, 9285.0, 9347.0, 9278.0, 9355.0, 9263.0, 9305.0, 9313.0, 9277.0, 9343.0, 9264.0, 9298.0, 9245.0, 9299.0, 9256.0, 9297.0, 9337.0, 9307.0, 9335.0, 9286.0, 9336.0, 9288.0, 9342.0, 9309.0, 9313.0, 9333.0, 9265.0, 9328.0, 9257.0, 9319.0, 9274.0, 9294.0, 9313.0, 9261.0, 9310.0, 9261.0, 9314.0, 9277.0, 9321.0, 9266.0, 9322.0, 9266.0, 9309.0, 9292.0, 9300.0, 9335.0, 9283.0, 9334.0, 9263.0, 9315.0, 9244.0, 9302.0, 9285.0, 9278.0, 9314.0, 9258.0, 9310.0, 9260.0, 9314.0, 9263.0, 9324.0, 9277.0, 9294.0, 9260.0, 9291.0, 9275.0, 9271.0, 9340.0, 9304.0, 9335.0, 9283.0, 9339.0, 9288.0, 9338.0, 9288.0, 9360.0, 9297.0, 9342.0, 9267.0, 9327.0, 9270.0, 9316.0, 9338.0, 9300.0, 9332.0, 9298.0, 9336.0, 9284.0, 9334.0, 9280.0, 9334.0, 9268.0, 9322.0, 9261.0, 9300.0, 9341.0, 9286.0, 9333.0, 9279.0, 9330.0, 9281.0, 9337.0, 9264.0, 9331.0, 9308.0, 9292.0, 9313.0, 9263.0, 9323.0, 9261.0, 9347.0, 9295.0, 9317.0, 9267.0, 9269.0, 9289.0, 9256.0, 9306.0, 9270.0, 9328.0, 9257.0, 9299.0, 9250.0, 9272.0, 9305.0, 9274.0, 9329.0, 9262.0, 9313.0, 9274.0, 9317.0, 9265.0, 9323.0, 9277.0, 9311.0, 9301.0, 9276.0, 9301.0, 9281.0, 9327.0, 9281.0, 9335.0, 9264.0, 9317.0, 9244.0, 9302.0, 9244.0, 9308.0, 9335.0, 9276.0, 9329.0, 9262.0, 9325.0, 9276.0, 9291.0, 9304.0, 9318.0, 9387.0, 9325.0, 9362.0, 9304.0, 9373.0, 9320.0, 9294.0, 9329.0, 9269.0, 9319.0, 9234.0, 9304.0, 9231.0, 9290.0, 9270.0, 9252.0, 9324.0, 9251.0, 9300.0, 9239.0, 9292.0, 9254.0, 9300.0, 9246.0, 9299.0, 9246.0, 9299.0, 9254.0, 9273.0, 9325.0, 9261.0, 9333.0, 9258.0, 9314.0, 9267.0, 9300.0, 9304.0, 9252.0, 9306.0, 9233.0, 9289.0, 9256.0, 9250.0, 9300.0, 9234.0, 9305.0, 9223.0, 9291.0, 9223.0, 9268.0, 9238.0, 9278.0, 9325.0, 9277.0, 9351.0, 9280.0, 9330.0, 9259.0, 9317.0, 9249.0, 9321.0, 9289.0, 9295.0, 9311.0, 9279.0, 9314.0, 9276.0, 9328.0, 9282.0, 9320.0, 9300.0, 9311.0, 9333.0, 9366.0, 9291.0, 9328.0, 9252.0, 9295.0, 9235.0, 9286.0, 9321.0, 9255.0, 9319.0, 9255.0, 9292.0, 9225.0, 9301.0, 9284.0, 9277.0, 9296.0, 9279.0, 9302.0, 9267.0, 9319.0, 9311.0, 9358.0, 9308.0, 9384.0, 9334.0, 9379.0, 9301.0, 9349.0, 9327.0, 9328.0, 9335.0, 9294.0, 9331.0, 9260.0, 9316.0, 9296.0, 9287.0, 9305.0, 9251.0, 9301.0, 9234.0, 9276.0, 9231.0, 9274.0, 9325.0, 9255.0, 9306.0, 9252.0, 9295.0, 9226.0, 9279.0, 9329.0, 9274.0, 9310.0, 9244.0, 9300.0, 9228.0, 9285.0, 9329.0, 9269.0, 9327.0, 9270.0, 9311.0, 9262.0, 9315.0, 9262.0, 9329.0, 9318.0, 9325.0, 9304.0, 9284.0, 9329.0, 9279.0, 9344.0, 9263.0, 9347.0, 9271.0, 9314.0, 9279.0, 9270.0, 9305.0, 9262.0, 9328.0, 9260.0, 9305.0, 9242.0, 9296.0, 9259.0, 9314.0, 9242.0, 9305.0, 9261.0, 9318.0, 9304.0, 9360.0, 9289.0, 9334.0, 9279.0, 9316.0, 9245.0, 9320.0, 9329.0, 9268.0, 9308.0, 9253.0, 9307.0, 9253.0, 9315.0, 9269.0, 9269.0, 9274.0, 9254.0, 9305.0, 9257.0, 9316.0, 9272.0, 9326.0, 9308.0, 9299.0, 9343.0, 9282.0, 9321.0, 9270.0, 9326.0, 9291.0, 9312.0, 9306.0, 9284.0, 9334.0, 9286.0, 9335.0, 9283.0, 9331.0, 9268.0, 9325.0, 9284.0, 9344.0, 9318.0, 9329.0, 9272.0, 9319.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.0009259148446490217</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02319532393555811</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.936158057281055</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2449121752419354</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0047976652419341</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4365</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8111.0581</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09845284005754366</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.868814729574224</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.43869224294933</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3286173081178005</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6597705729497645</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3276888477804247</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0104958</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017141291871666908</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02266848459839821</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.8472141902964694</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>37.6999</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6514</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.5986</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309704.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>605.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.2163</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2488</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.2917</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3458.8464</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3671.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66840.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1138.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4535.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.1898</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.67588801647071</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> |