=== 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-0115 --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-0115",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0115_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0115_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-04/func/sub-0115_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>bafe59288e04d4d3b51de279542f788c</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:27:5.897500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997558, -0.0562444, -0.0414188, 0.0500105, 0.989081, -0.138631]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0967532</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4218, -7713, -7278, 240, -125, -51, -84, 82]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.874</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>338a2666-8bbc-4728-b4ee-80eae5465523||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6763739585876465, 0.1341744214296341, -0.13166221976280212, 106.23872375488281], [0.15089964866638184, 2.6536307334899902, -0.36779728531837463, -102.8181381225586], [-0.11112368106842041, 0.3719373643398285, 2.6715893745422363, -82.62708282470703], [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': ['192705.897500', '192706.357500', '192706.817500', '192707.277500', '192707.737500', '192708.197500', '192708.657500', '192709.117500', '192709.577500', '192710.037500', '192710.497500', '192710.957500', '192711.417500', '192711.877500', '192712.337500', '192712.797500', '192713.257500', '192713.717500', '192714.177500', '192714.637500', '192715.097500', '192715.557500', '192716.017500', '192716.477500', '192716.937500', '192717.397500', '192717.857500', '192718.317500', '192718.777500', '192719.237500', '192719.697500', '192720.157500', '192720.617500', '192721.077500', '192721.537500', '192721.997500', '192722.457500', '192722.917500', '192723.377500', '192723.837500', '192724.297500', '192724.757500', '192725.217500', '192725.677500', '192726.137500', '192726.597500', '192727.057500', '192727.517500', '192727.977500', '192728.437500', '192728.897500', '192729.357500', '192729.817500', '192730.277500', '192730.737500', '192731.197500', '192731.657500', '192732.117500', '192732.577500', '192733.037500', '192733.497500', '192733.957500', '192734.417500', '192734.877500', '192735.337500', '192735.797500', '192736.257500', '192736.717500', '192737.177500', '192737.637500', '192738.097500', '192738.557500', '192739.017500', '192739.477500', '192739.937500', '192740.397500', '192740.857500', '192741.317500', '192741.777500', '192742.237500', '192742.697500', '192743.157500', '192743.617500', '192744.077500', '192744.537500', '192744.997500', '192745.457500', '192745.917500', '192746.377500', '192746.837500', '192747.297500', '192747.757500', '192748.217500', '192748.677500', '192749.137500', '192749.597500', '192750.057500', '192750.517500', '192750.977500', '192751.437500', '192751.897500', '192752.357500', '192752.817500', '192753.277500', '192753.737500', '192754.197500', '192754.657500', '192755.117500', '192755.577500', '192756.037500', '192756.497500', '192756.957500', '192757.417500', '192757.877500', '192758.337500', '192758.797500', '192759.257500', '192759.717500', '192800.177500', '192800.637500', '192801.097500', '192801.557500', '192802.017500', '192802.477500', '192802.937500', '192803.397500', '192803.857500', '192804.317500', '192804.777500', '192805.237500', '192805.697500', '192806.157500', '192806.617500', '192807.077500', '192807.537500', '192807.997500', '192808.457500', '192808.917500', '192809.377500', '192809.837500', '192810.297500', '192810.757500', '192811.217500', '192811.677500', '192812.137500', '192812.597500', '192813.057500', '192813.517500', '192813.977500', '192814.437500', '192814.897500', '192815.357500', '192815.817500', '192816.277500', '192816.737500', '192817.197500', '192817.657500', '192818.117500', '192818.577500', '192819.037500', '192819.497500', '192819.957500', '192820.417500', '192820.877500', '192821.337500', '192821.797500', '192822.257500', '192822.717500', '192823.177500', '192823.637500', '192824.097500', '192824.557500', '192825.017500', '192825.477500', '192825.937500', '192826.397500', '192826.857500', '192827.317500', '192827.777500', '192828.237500', '192828.697500', '192829.157500', '192829.617500', '192830.077500', '192830.537500', '192830.997500', '192831.457500', '192831.917500', '192832.377500', '192832.837500', '192833.297500', '192833.757500', '192834.217500', '192834.677500', '192835.137500', '192835.597500', '192836.057500', '192836.517500', '192836.977500', '192837.437500', '192837.897500', '192838.357500', '192838.817500', '192839.277500', '192839.737500', '192840.197500', '192840.657500', '192841.117500', '192841.577500', '192842.037500', '192842.497500', '192842.957500', '192843.417500', '192843.877500', '192844.337500', '192844.797500', '192845.257500', '192845.717500', '192846.177500', '192846.637500', '192847.097500', '192847.557500', '192848.017500', '192848.477500', '192848.937500', '192849.397500', '192849.857500', '192850.317500', '192850.777500', '192851.237500', '192851.697500', '192852.157500', '192852.617500', '192853.077500', '192853.537500', '192853.997500', '192854.457500', '192854.917500', '192855.377500', '192855.837500', '192856.297500', '192856.757500', '192857.217500', '192857.677500', '192858.137500', '192858.597500', '192859.057500', '192859.517500', '192859.977500', '192900.437500', '192900.897500', '192901.357500', '192901.817500', '192902.277500', '192902.737500', '192903.197500', '192903.657500', '192904.117500', '192904.577500', '192905.037500', '192905.497500', '192905.957500', '192906.417500', '192906.877500', '192907.337500', '192907.797500', '192908.257500', '192908.717500', '192909.177500', '192909.637500', '192910.097500', '192910.557500', '192911.017500', '192911.477500', '192911.937500', '192912.397500', '192912.857500', '192913.317500', '192913.777500', '192914.237500', '192914.697500', '192915.157500', '192915.617500', '192916.077500', '192916.537500', '192916.997500', '192917.457500', '192917.917500', '192918.377500', '192918.837500', '192919.297500', '192919.757500', '192920.217500', '192920.677500', '192921.137500', '192921.597500', '192922.057500', '192922.517500', '192922.977500', '192923.437500', '192923.897500', '192924.357500', '192924.817500', '192925.277500', '192925.737500', '192926.197500', '192926.657500', '192927.117500', '192927.577500', '192928.037500', '192928.497500', '192928.957500', '192929.417500', '192929.877500', '192930.337500', '192930.797500', '192931.257500', '192931.717500', '192932.177500', '192932.637500', '192933.097500', '192933.557500', '192934.017500', '192934.477500', '192934.937500', '192935.397500', '192935.857500', '192936.317500', '192936.777500', '192937.237500', '192937.697500', '192938.157500', '192938.617500', '192939.077500', '192939.537500', '192939.997500', '192940.457500', '192940.917500', '192941.377500', '192941.837500', '192942.297500', '192942.757500', '192943.217500', '192943.677500', '192944.137500', '192944.597500', '192945.057500', '192945.517500', '192945.977500', '192946.437500', '192946.897500', '192947.357500', '192947.817500', '192948.277500', '192948.737500', '192949.197500', '192949.657500', '192950.117500', '192950.577500', '192951.037500', '192951.497500', '192951.957500', '192952.417500', '192952.877500', '192953.337500', '192953.797500', '192954.257500', '192954.717500', '192955.177500', '192955.637500', '192956.097500', '192956.557500', '192957.017500', '192957.477500', '192957.937500', '192958.397500', '192958.857500', '192959.317500', '192959.777500', '193000.237500', '193000.697500', '193001.157500', '193001.617500', '193002.077500', '193002.537500', '193002.997500', '193003.457500', '193003.917500', '193004.377500', '193004.837500', '193005.297500', '193005.757500', '193006.217500', '193006.677500', '193007.137500', '193007.597500', '193008.057500', '193008.517500', '193008.977500', '193009.437500', '193009.897500', '193010.357500', '193010.817500', '193011.277500', '193011.737500', '193012.197500', '193012.657500', '193013.117500', '193013.577500', '193014.037500', '193014.497500', '193014.957500', '193015.417500', '193015.877500', '193016.337500', '193016.797500', '193017.257500', '193017.717500', '193018.177500', '193018.637500', '193019.097500', '193019.557500', '193020.017500', '193020.477500', '193020.937500', '193021.397500', '193021.857500', '193022.317500', '193022.777500', '193023.237500', '193023.697500', '193024.157500', '193024.617500', '193025.077500', '193025.537500', '193025.997500', '193026.457500', '193026.917500', '193027.377500', '193027.837500', '193028.297500', '193028.757500', '193029.217500', '193029.677500', '193030.137500', '193030.597500', '193031.057500', '193031.517500', '193031.977500', '193032.437500', '193032.897500', '193033.357500', '193033.817500', '193034.277500', '193034.737500', '193035.197500', '193035.657500', '193036.117500', '193036.577500', '193037.037500', '193037.497500', '193037.957500', '193038.417500', '193038.877500', '193039.337500', '193039.797500', '193040.257500', '193040.717500', '193041.177500', '193041.637500', '193042.097500', '193042.557500', '193043.017500', '193043.477500', '193043.937500', '193044.397500', '193044.857500', '193045.317500', '193045.777500', '193046.237500', '193046.697500', '193047.157500', '193047.617500', '193048.077500', '193048.537500', '193048.997500', '193049.457500', '193049.917500', '193050.377500', '193050.837500', '193051.297500', '193051.757500', '193052.217500', '193052.677500', '193053.137500', '193053.597500', '193054.057500', '193054.517500', '193054.977500', '193055.437500', '193055.897500', '193056.357500', '193056.817500', '193057.277500', '193057.737500', '193058.197500', '193058.657500', '193059.117500', '193059.577500', '193100.037500', '193100.497500', '193100.957500', '193101.417500', '193101.877500', '193102.337500', '193102.797500', '193103.257500', '193103.717500', '193104.177500', '193104.637500', '193105.097500', '193105.557500', '193106.017500', '193106.477500', '193106.937500', '193107.397500', '193107.857500', '193108.317500', '193108.777500', '193109.237500', '193109.697500', '193110.157500', '193110.617500', '193111.077500', '193111.537500', '193111.997500', '193112.457500', '193112.917500', '193113.377500', '193113.837500', '193114.297500', '193114.757500', '193115.217500', '193115.677500', '193116.137500', '193116.597500', '193117.057500', '193117.517500', '193117.977500', '193118.437500', '193118.897500', '193119.357500', '193119.817500', '193120.277500', '193120.737500', '193121.197500', '193121.657500', '193122.117500', '193122.577500', '193123.037500', '193123.497500', '193123.957500', '193124.417500', '193124.877500', '193125.337500', '193125.797500', '193126.257500', '193126.717500', '193127.177500', '193127.637500', '193128.097500', '193128.557500', '193129.017500', '193129.477500', '193129.937500', '193130.397500', '193130.857500', '193131.317500', '193131.777500', '193132.237500', '193132.697500', '193133.157500', '193133.617500', '193134.077500', '193134.537500', '193134.997500', '193135.457500', '193135.917500', '193136.377500', '193136.837500', '193137.297500', '193137.757500', '193138.217500', '193138.677500', '193139.137500', '193139.597500', '193140.057500', '193140.517500', '193140.977500', '193141.437500', '193141.897500', '193142.357500', '193142.817500', '193143.277500', '193143.737500', '193144.197500', '193144.657500', '193145.117500', '193145.577500', '193146.037500', '193146.497500', '193146.957500', '193147.417500', '193147.877500', '193148.337500', '193148.797500', '193149.257500', '193149.717500', '193150.177500', '193150.637500', '193151.097500', '193151.557500', '193152.017500', '193152.477500', '193152.937500', '193153.397500', '193153.857500', '193154.317500', '193154.777500', '193155.237500', '193155.697500', '193156.157500', '193156.617500', '193157.077500', '193157.537500', '193157.997500', '193158.457500', '193158.917500', '193159.377500', '193159.837500', '193200.297500', '193200.757500', '193201.217500', '193201.677500', '193202.137500', '193202.597500', '193203.057500', '193203.517500', '193203.977500', '193204.437500', '193204.897500', '193205.357500', '193205.817500', '193206.277500', '193206.737500', '193207.197500', '193207.657500', '193208.117500', '193208.577500', '193209.037500', '193209.497500', '193209.957500', '193210.417500', '193210.877500', '193211.337500', '193211.797500', '193212.257500', '193212.717500', '193213.177500', '193213.637500', '193214.097500', '193214.557500', '193215.017500', '193215.477500', '193215.937500', '193216.397500', '193216.857500', '193217.317500', '193217.777500', '193218.237500', '193218.697500', '193219.157500', '193219.617500', '193220.077500', '193220.537500', '193220.997500', '193221.457500', '193221.917500', '193222.377500', '193222.837500', '193223.297500', '193223.757500', '193224.217500', '193224.677500', '193225.137500', '193225.597500', '193226.057500', '193226.517500', '193226.977500', '193227.437500', '193227.897500', '193228.357500', '193228.817500', '193229.277500', '193229.737500', '193230.197500', '193230.657500', '193231.117500', '193231.577500', '193232.037500', '193232.497500', '193232.957500', '193233.417500', '193233.877500', '193234.337500', '193234.797500', '193235.257500', '193235.717500', '193236.177500', '193236.637500', '193237.097500', '193237.557500', '193238.017500', '193238.477500', '193238.937500', '193239.397500', '193239.857500', '193240.317500', '193240.777500', '193241.237500', '193241.697500', '193242.157500', '193242.617500', '193243.077500', '193243.537500', '193243.997500', '193244.457500', '193244.917500', '193245.377500', '193245.837500', '193246.297500', '193246.757500', '193247.217500', '193247.677500', '193248.137500', '193248.597500', '193249.057500', '193249.517500', '193249.977500', '193250.437500', '193250.897500', '193251.357500', '193251.817500', '193252.277500', '193252.737500', '193253.197500', '193253.657500', '193254.117500', '193254.577500', '193255.037500', '193255.497500', '193255.957500', '193256.417500', '193256.877500', '193257.337500', '193257.797500', '193258.257500', '193258.717500', '193259.177500', '193259.637500', '193300.097500', '193300.557500', '193301.017500', '193301.477500', '193301.937500', '193302.397500', '193302.857500', '193303.317500', '193303.777500', '193304.237500', '193304.697500', '193305.157500', '193305.617500', '193306.077500', '193306.537500', '193306.997500', '193307.457500', '193307.917500', '193308.377500', '193308.837500', '193309.297500', '193309.757500', '193310.217500', '193310.677500', '193311.137500', '193311.597500', '193312.057500', '193312.517500', '193312.977500', '193313.437500', '193313.897500', '193314.357500', '193314.817500', '193315.277500', '193315.737500', '193316.197500', '193316.657500', '193317.117500', '193317.577500', '193318.037500', '193318.497500', '193318.957500', '193319.417500', '193319.877500', '193320.337500', '193320.797500', '193321.257500', '193321.717500', '193322.177500', '193322.637500', '193323.097500', '193323.557500', '193324.017500', '193324.477500', '193324.937500', '193325.397500', '193325.857500', '193326.317500', '193326.777500', '193327.237500', '193327.697500', '193328.157500', '193328.617500', '193329.077500', '193329.537500', '193329.997500', '193330.457500', '193330.917500', '193331.377500', '193331.837500', '193332.297500', '193332.757500', '193333.217500', '193333.677500', '193334.137500', '193334.597500', '193335.057500', '193335.517500', '193335.977500', '193336.437500', '193336.897500', '193337.357500', '193337.817500', '193338.277500', '193338.737500', '193339.197500', '193339.657500', '193340.117500', '193340.577500', '193341.037500', '193341.497500', '193341.957500', '193342.417500', '193342.877500', '193343.337500', '193343.797500', '193344.257500', '193344.717500', '193345.177500', '193345.637500', '193346.097500', '193346.557500'], 'ContentTime': ['192716.860000', '192716.863000', '192716.866000', '192716.868000', '192716.871000', '192716.873000', '192716.877000', '192716.880000', '192716.883000', '192716.885000', '192716.899000', '192716.909000', '192716.912000', '192716.915000', '192716.917000', '192716.920000', '192716.922000', '192716.925000', '192716.927000', '192716.930000', '192736.825000', '192736.828000', '192736.831000', '192736.833000', '192736.836000', '192736.838000', '192736.841000', '192736.843000', '192736.846000', '192736.849000', '192736.858000', '192736.860000', '192736.863000', '192736.865000', '192736.868000', '192736.870000', '192736.873000', '192736.875000', '192736.878000', '192736.880000', '192736.883000', '192736.886000', '192736.888000', '192736.891000', '192736.893000', '192736.896000', '192736.898000', '192736.901000', '192736.903000', '192736.906000', '192736.909000', '192736.911000', '192736.914000', '192736.916000', '192736.919000', '192736.921000', '192736.924000', '192736.926000', '192736.929000', '192736.931000', '192736.934000', '192736.936000', '192736.939000', '192736.942000', '192756.825000', '192756.828000', '192756.831000', '192756.833000', '192756.836000', '192756.838000', '192756.841000', '192756.844000', '192756.846000', '192756.849000', '192756.851000', '192756.854000', '192756.856000', '192756.859000', '192756.861000', '192756.864000', '192756.866000', '192756.869000', '192756.871000', '192756.874000', '192756.877000', '192756.879000', '192756.882000', '192756.884000', '192756.887000', '192756.889000', '192756.892000', '192756.894000', '192756.897000', '192756.900000', '192756.902000', '192756.910000', '192756.913000', '192756.916000', '192756.918000', '192756.921000', '192756.923000', '192756.926000', '192756.928000', '192756.931000', '192756.933000', '192756.936000', '192756.939000', '192816.825000', '192816.882000', '192816.885000', '192816.898000', '192816.901000', '192816.925000', '192816.928000', '192816.933000', '192816.935000', '192816.938000', '192816.940000', '192816.943000', '192816.945000', '192816.948000', '192816.951000', '192816.953000', '192816.956000', '192816.958000', '192816.961000', '192816.963000', '192816.966000', '192816.968000', '192816.971000', '192816.974000', '192816.976000', '192816.979000', '192816.981000', '192816.984000', '192816.986000', '192816.989000', '192816.991000', '192816.994000', '192816.996000', '192817.000000', '192817.003000', '192817.005000', '192817.008000', '192817.010000', '192817.013000', '192817.015000', '192817.018000', '192817.020000', '192817.023000', '192817.025000', '192836.825000', '192836.828000', '192836.831000', '192836.833000', '192836.836000', '192836.838000', '192836.841000', '192836.844000', '192836.846000', '192836.849000', '192836.851000', '192836.854000', '192836.856000', '192836.859000', '192836.861000', '192836.864000', '192836.866000', '192836.869000', '192836.872000', '192836.874000', '192836.877000', '192836.879000', '192836.882000', '192836.884000', '192836.887000', '192836.890000', '192836.892000', '192836.895000', '192836.897000', '192836.900000', '192836.902000', '192836.905000', '192836.908000', '192836.910000', '192836.913000', '192836.915000', '192836.918000', '192836.920000', '192836.923000', '192836.926000', '192836.928000', '192836.931000', '192836.933000', '192856.825000', '192856.828000', '192856.831000', '192856.834000', '192856.836000', '192856.839000', '192856.841000', '192856.844000', '192856.846000', '192856.849000', '192856.851000', '192856.854000', '192856.857000', '192856.859000', '192856.862000', '192856.864000', '192856.867000', '192856.870000', '192856.872000', '192856.875000', '192856.877000', '192856.880000', '192856.882000', '192856.885000', '192856.887000', '192856.890000', '192856.892000', '192856.895000', '192856.898000', '192856.900000', '192856.903000', '192856.905000', '192856.908000', '192856.910000', '192856.913000', '192856.916000', '192856.918000', '192856.921000', '192856.923000', '192856.926000', '192856.928000', '192856.931000', '192856.933000', '192856.936000', '192916.825000', '192916.910000', '192916.913000', '192916.915000', '192916.918000', '192916.921000', '192916.923000', '192916.926000', '192916.928000', '192916.931000', '192916.933000', '192916.936000', '192916.939000', '192916.941000', '192916.944000', '192916.946000', '192916.949000', '192916.952000', '192916.954000', '192916.957000', '192916.960000', '192916.962000', '192916.965000', '192916.967000', '192916.970000', '192916.973000', '192916.975000', '192916.978000', '192916.980000', '192916.983000', '192916.985000', '192916.988000', '192916.991000', '192916.993000', '192916.996000', '192916.998000', '192917.003000', '192917.006000', '192917.008000', '192917.011000', '192917.013000', '192917.016000', '192917.019000', '192936.826000', '192936.828000', '192936.831000', '192936.834000', '192936.836000', '192936.839000', '192936.841000', '192936.844000', '192936.846000', '192936.849000', '192936.851000', '192936.854000', '192936.857000', '192936.859000', '192936.862000', '192936.864000', '192936.867000', '192936.870000', '192936.872000', '192936.875000', '192936.877000', '192936.880000', '192936.882000', '192936.885000', '192936.888000', '192936.890000', '192936.893000', '192936.895000', '192936.898000', '192936.900000', '192936.903000', '192936.905000', '192936.908000', '192936.911000', '192936.913000', '192936.916000', '192936.918000', '192936.921000', '192936.923000', '192936.926000', '192936.929000', '192936.931000', '192936.934000', '192936.936000', '192956.857000', '192956.860000', '192956.863000', '192956.865000', '192956.868000', '192956.871000', '192956.873000', '192956.876000', '192956.878000', '192956.881000', '192956.883000', '192956.886000', '192956.888000', '192956.891000', '192956.894000', '192956.896000', '192956.899000', '192956.901000', '192956.904000', '192956.906000', '192956.909000', '192956.912000', '192956.914000', '192956.917000', '192956.919000', '192956.922000', '192956.924000', '192956.927000', '192956.929000', '192956.932000', '192956.935000', '192956.937000', '192956.940000', '192956.942000', '192956.945000', '192956.947000', '192956.950000', '192956.952000', '192956.955000', '192956.957000', '192956.960000', '192956.963000', '192956.965000', '193016.825000', '193016.828000', '193016.831000', '193016.833000', '193016.836000', '193016.839000', '193016.841000', '193016.844000', '193016.846000', '193016.849000', '193016.851000', '193016.854000', '193016.856000', '193016.859000', '193016.862000', '193016.865000', '193016.867000', '193016.870000', '193016.872000', '193016.875000', '193016.877000', '193016.880000', '193016.883000', '193016.885000', '193016.888000', '193016.890000', '193016.893000', '193016.895000', '193016.898000', '193016.901000', '193016.903000', '193016.906000', '193016.908000', '193016.911000', '193016.913000', '193016.916000', '193016.918000', '193016.921000', '193016.924000', '193016.926000', '193016.929000', '193016.931000', '193016.934000', '193016.937000', '193036.825000', '193036.828000', '193036.831000', '193036.833000', '193036.836000', '193036.842000', '193036.844000', '193036.847000', '193036.849000', '193036.852000', '193036.855000', '193036.857000', '193036.860000', '193036.862000', '193036.865000', '193036.868000', '193036.870000', '193036.873000', '193036.875000', '193036.878000', '193036.880000', '193036.883000', '193036.886000', '193036.888000', '193036.891000', '193036.893000', '193036.896000', '193036.898000', '193036.901000', '193036.904000', '193036.906000', '193036.909000', '193036.911000', '193036.914000', '193036.916000', '193036.919000', '193036.921000', '193036.924000', '193036.927000', '193036.929000', '193036.932000', '193036.934000', '193036.937000', '193056.826000', '193057.040000', '193057.043000', '193057.046000', '193057.048000', '193057.051000', '193057.053000', '193057.056000', '193057.058000', '193057.061000', '193057.063000', '193057.066000', '193057.069000', '193057.071000', '193057.074000', '193057.077000', '193057.079000', '193057.082000', '193057.084000', '193057.087000', '193057.089000', '193057.092000', '193057.094000', '193057.097000', '193057.100000', '193057.102000', '193057.105000', '193057.107000', '193057.110000', '193057.112000', '193057.115000', '193057.118000', '193057.120000', '193057.123000', '193057.125000', '193057.128000', '193057.130000', '193057.133000', '193057.135000', '193057.138000', '193057.140000', '193057.151000', '193057.153000', '193057.156000', '193116.825000', '193116.828000', '193116.831000', '193116.833000', '193116.836000', '193116.838000', '193116.841000', '193116.844000', '193116.846000', '193116.849000', '193116.851000', '193116.854000', '193116.856000', '193116.859000', '193116.862000', '193116.864000', '193116.867000', '193116.869000', '193116.872000', '193116.875000', '193116.877000', '193116.880000', '193116.882000', '193116.885000', '193116.887000', '193116.890000', '193116.893000', '193116.895000', '193116.898000', '193116.900000', '193116.903000', '193116.905000', '193116.908000', '193116.911000', '193116.913000', '193116.916000', '193116.918000', '193116.921000', '193116.923000', '193116.946000', '193116.949000', '193116.951000', '193116.954000', '193136.825000', '193136.828000', '193136.831000', '193136.834000', '193136.836000', '193136.839000', '193136.842000', '193136.845000', '193136.848000', '193136.850000', '193136.853000', '193136.856000', '193136.858000', '193136.861000', '193136.863000', '193136.866000', '193136.869000', '193136.871000', '193136.874000', '193136.876000', '193136.879000', '193136.882000', '193136.884000', '193136.887000', '193136.889000', '193136.892000', '193136.894000', '193136.897000', '193136.900000', '193136.902000', '193136.905000', '193136.907000', '193136.910000', '193136.913000', '193136.915000', '193136.918000', '193136.920000', '193136.923000', '193136.925000', '193136.928000', '193136.931000', '193136.933000', '193136.936000', '193156.825000', '193157.057000', '193157.060000', '193157.063000', '193157.066000', '193157.069000', '193157.072000', '193157.074000', '193157.077000', '193157.080000', '193157.083000', '193157.086000', '193157.089000', '193157.091000', '193157.094000', '193157.096000', '193157.099000', '193157.101000', '193157.109000', '193157.111000', '193157.114000', '193157.117000', '193157.119000', '193157.122000', '193157.124000', '193157.127000', '193157.130000', '193157.132000', '193157.135000', '193157.138000', '193157.140000', '193157.143000', '193157.146000', '193157.148000', '193157.151000', '193157.154000', '193157.156000', '193157.159000', '193157.161000', '193157.164000', '193157.166000', '193157.169000', '193157.172000', '193157.174000', '193216.825000', '193216.852000', '193216.855000', '193216.857000', '193216.860000', '193216.862000', '193216.865000', '193216.868000', '193216.870000', '193216.873000', '193216.876000', '193216.878000', '193216.881000', '193216.883000', '193216.886000', '193216.888000', '193216.891000', '193216.894000', '193216.896000', '193216.899000', '193216.901000', '193216.904000', '193216.906000', '193216.909000', '193216.912000', '193216.914000', '193216.917000', '193216.919000', '193216.922000', '193216.925000', '193216.927000', '193216.930000', '193216.933000', '193216.935000', '193216.938000', '193216.940000', '193216.943000', '193216.945000', '193216.948000', '193216.951000', '193216.953000', '193216.956000', '193216.958000', '193236.825000', '193236.854000', '193236.857000', '193236.859000', '193236.862000', '193236.865000', '193236.867000', '193236.870000', '193236.872000', '193236.875000', '193236.877000', '193236.880000', '193236.883000', '193236.885000', '193236.888000', '193236.890000', '193236.893000', '193236.895000', '193236.898000', '193236.900000', '193236.903000', '193236.905000', '193236.908000', '193236.911000', '193236.913000', '193236.916000', '193236.918000', '193236.921000', '193236.924000', '193236.926000', '193236.929000', '193236.931000', '193236.934000', '193236.937000', '193236.939000', '193236.942000', '193236.944000', '193236.947000', '193236.950000', '193236.952000', '193236.955000', '193236.957000', '193236.960000', '193236.963000', '193256.826000', '193256.835000', '193256.838000', '193256.841000', '193256.843000', '193256.846000', '193256.848000', '193256.862000', '193256.865000', '193256.867000', '193256.870000', '193256.873000', '193256.875000', '193256.878000', '193256.880000', '193256.884000', '193256.887000', '193256.889000', '193256.892000', '193256.895000', '193256.897000', '193256.900000', '193256.902000', '193256.905000', '193256.908000', '193256.910000', '193256.913000', '193256.915000', '193256.918000', '193256.920000', '193256.923000', '193256.925000', '193256.928000', '193256.931000', '193256.933000', '193256.936000', '193256.939000', '193256.941000', '193256.944000', '193256.946000', '193256.949000', '193256.951000', '193256.954000', '193316.826000', '193316.852000', '193316.856000', '193316.858000', '193316.861000', '193316.864000', '193316.866000', '193316.869000', '193316.872000', '193316.874000', '193316.877000', '193316.879000', '193316.882000', '193316.885000', '193316.887000', '193316.890000', '193316.892000', '193316.895000', '193316.898000', '193316.900000', '193316.903000', '193316.905000', '193316.908000', '193316.911000', '193316.913000', '193316.916000', '193316.918000', '193316.921000', '193316.924000', '193316.926000', '193316.929000', '193316.931000', '193316.934000', '193316.937000', '193316.939000', '193316.942000', '193316.944000', '193316.947000', '193316.950000', '193316.952000', '193316.955000', '193316.957000', '193316.960000', '193316.962000', '193336.825000', '193336.853000', '193336.856000', '193336.858000', '193336.861000', '193336.864000', '193336.867000', '193336.869000', '193336.872000', '193336.875000', '193336.877000', '193336.880000', '193336.883000', '193336.885000', '193336.888000', '193336.890000', '193336.893000', '193336.895000', '193336.898000', '193336.901000', '193336.903000', '193336.906000', '193336.908000', '193336.911000', '193336.913000', '193336.916000', '193336.919000', '193336.921000', '193336.924000', '193336.926000', '193336.929000', '193336.932000', '193336.935000', '193336.937000', '193336.940000', '193336.943000', '193336.945000', '193336.948000', '193336.950000', '193336.953000', '193336.955000', '193336.958000', '193336.961000', '193348.344000', '193348.347000', '193348.350000', '193348.352000', '193348.355000', '193348.358000', '193348.360000', '193348.363000', '193348.366000', '193348.369000', '193348.371000', '193348.374000', '193348.377000', '193348.380000', '193348.383000', '193348.386000', '193348.389000', '193348.391000', '193348.394000', '193348.397000', '193348.400000', '193348.402000', '193348.405000', '193348.408000', '193348.411000', '193348.414000'], 'InstanceCreationTime': ['192716.860000', '192716.863000', '192716.866000', '192716.868000', '192716.871000', '192716.873000', '192716.877000', '192716.880000', '192716.883000', '192716.885000', '192716.899000', '192716.909000', '192716.912000', '192716.915000', '192716.917000', '192716.920000', '192716.922000', '192716.925000', '192716.927000', '192716.930000', '192736.825000', '192736.828000', '192736.831000', '192736.833000', '192736.836000', '192736.838000', '192736.841000', '192736.843000', '192736.846000', '192736.849000', '192736.858000', '192736.860000', '192736.863000', '192736.865000', '192736.868000', '192736.870000', '192736.873000', '192736.875000', '192736.878000', '192736.880000', '192736.883000', '192736.886000', '192736.888000', '192736.891000', '192736.893000', '192736.896000', '192736.898000', '192736.901000', '192736.903000', '192736.906000', '192736.909000', '192736.911000', '192736.914000', '192736.916000', '192736.919000', '192736.921000', '192736.924000', '192736.926000', '192736.929000', '192736.931000', '192736.934000', '192736.936000', '192736.939000', '192736.942000', '192756.825000', '192756.828000', '192756.831000', '192756.833000', '192756.836000', '192756.838000', '192756.841000', '192756.844000', '192756.846000', '192756.849000', '192756.851000', '192756.854000', '192756.856000', '192756.859000', '192756.861000', '192756.864000', '192756.866000', '192756.869000', '192756.871000', '192756.874000', '192756.877000', '192756.879000', '192756.882000', '192756.884000', '192756.887000', '192756.889000', '192756.892000', '192756.894000', '192756.897000', '192756.900000', '192756.902000', '192756.910000', '192756.913000', '192756.916000', '192756.918000', '192756.921000', '192756.923000', '192756.926000', '192756.928000', '192756.931000', '192756.933000', '192756.936000', '192756.939000', '192816.825000', '192816.882000', '192816.885000', '192816.898000', '192816.901000', '192816.925000', '192816.928000', '192816.933000', '192816.935000', '192816.938000', '192816.940000', '192816.943000', '192816.945000', '192816.948000', '192816.951000', '192816.953000', '192816.956000', '192816.958000', '192816.961000', '192816.963000', '192816.966000', '192816.968000', '192816.971000', '192816.974000', '192816.976000', '192816.979000', '192816.981000', '192816.984000', '192816.986000', '192816.989000', '192816.991000', '192816.994000', '192816.996000', '192817.000000', '192817.003000', '192817.005000', '192817.008000', '192817.010000', '192817.013000', '192817.015000', '192817.018000', '192817.020000', '192817.023000', '192817.025000', '192836.825000', '192836.828000', '192836.831000', '192836.833000', '192836.836000', '192836.838000', '192836.841000', '192836.844000', '192836.846000', '192836.849000', '192836.851000', '192836.854000', '192836.856000', '192836.859000', '192836.861000', '192836.864000', '192836.866000', '192836.869000', '192836.872000', '192836.874000', '192836.877000', '192836.879000', '192836.882000', '192836.884000', '192836.887000', '192836.890000', '192836.892000', '192836.895000', '192836.897000', '192836.900000', '192836.902000', '192836.905000', '192836.908000', '192836.910000', '192836.913000', '192836.915000', '192836.918000', '192836.920000', '192836.923000', '192836.926000', '192836.928000', '192836.931000', '192836.933000', '192856.825000', '192856.828000', '192856.831000', '192856.834000', '192856.836000', '192856.839000', '192856.841000', '192856.844000', '192856.846000', '192856.849000', '192856.851000', '192856.854000', '192856.857000', '192856.859000', '192856.862000', '192856.864000', '192856.867000', '192856.870000', '192856.872000', '192856.875000', '192856.877000', '192856.880000', '192856.882000', '192856.885000', '192856.887000', '192856.890000', '192856.892000', '192856.895000', '192856.898000', '192856.900000', '192856.903000', '192856.905000', '192856.908000', '192856.910000', '192856.913000', '192856.916000', '192856.918000', '192856.921000', '192856.923000', '192856.926000', '192856.928000', '192856.931000', '192856.933000', '192856.936000', '192916.825000', '192916.910000', '192916.913000', '192916.915000', '192916.918000', '192916.921000', '192916.923000', '192916.926000', '192916.928000', '192916.931000', '192916.933000', '192916.936000', '192916.939000', '192916.941000', '192916.944000', '192916.946000', '192916.949000', '192916.952000', '192916.954000', '192916.957000', '192916.960000', '192916.962000', '192916.965000', '192916.967000', '192916.970000', '192916.973000', '192916.975000', '192916.978000', '192916.980000', '192916.983000', '192916.985000', '192916.988000', '192916.991000', '192916.993000', '192916.996000', '192916.998000', '192917.003000', '192917.006000', '192917.008000', '192917.011000', '192917.013000', '192917.016000', '192917.019000', '192936.826000', '192936.828000', '192936.831000', '192936.834000', '192936.836000', '192936.839000', '192936.841000', '192936.844000', '192936.846000', '192936.849000', '192936.851000', '192936.854000', '192936.857000', '192936.859000', '192936.862000', '192936.864000', '192936.867000', '192936.870000', '192936.872000', '192936.875000', '192936.877000', '192936.880000', '192936.882000', '192936.885000', '192936.888000', '192936.890000', '192936.893000', '192936.895000', '192936.898000', '192936.900000', '192936.903000', '192936.905000', '192936.908000', '192936.911000', '192936.913000', '192936.916000', '192936.918000', '192936.921000', '192936.923000', '192936.926000', '192936.929000', '192936.931000', '192936.934000', '192936.936000', '192956.857000', '192956.860000', '192956.863000', '192956.865000', '192956.868000', '192956.871000', '192956.873000', '192956.876000', '192956.878000', '192956.881000', '192956.883000', '192956.886000', '192956.888000', '192956.891000', '192956.894000', '192956.896000', '192956.899000', '192956.901000', '192956.904000', '192956.906000', '192956.909000', '192956.912000', '192956.914000', '192956.917000', '192956.919000', '192956.922000', '192956.924000', '192956.927000', '192956.929000', '192956.932000', '192956.935000', '192956.937000', '192956.940000', '192956.942000', '192956.945000', '192956.947000', '192956.950000', '192956.952000', '192956.955000', '192956.957000', '192956.960000', '192956.963000', '192956.965000', '193016.825000', '193016.828000', '193016.831000', '193016.833000', '193016.836000', '193016.839000', '193016.841000', '193016.844000', '193016.846000', '193016.849000', '193016.851000', '193016.854000', '193016.856000', '193016.859000', '193016.862000', '193016.865000', '193016.867000', '193016.870000', '193016.872000', '193016.875000', '193016.877000', '193016.880000', '193016.883000', '193016.885000', '193016.888000', '193016.890000', '193016.893000', '193016.895000', '193016.898000', '193016.901000', '193016.903000', '193016.906000', '193016.908000', '193016.911000', '193016.913000', '193016.916000', '193016.918000', '193016.921000', '193016.924000', '193016.926000', '193016.929000', '193016.931000', '193016.934000', '193016.937000', '193036.825000', '193036.828000', '193036.831000', '193036.833000', '193036.836000', '193036.842000', '193036.844000', '193036.847000', '193036.849000', '193036.852000', '193036.855000', '193036.857000', '193036.860000', '193036.862000', '193036.865000', '193036.868000', '193036.870000', '193036.873000', '193036.875000', '193036.878000', '193036.880000', '193036.883000', '193036.886000', '193036.888000', '193036.891000', '193036.893000', '193036.896000', '193036.898000', '193036.901000', '193036.904000', '193036.906000', '193036.909000', '193036.911000', '193036.914000', '193036.916000', '193036.919000', '193036.921000', '193036.924000', '193036.927000', '193036.929000', '193036.932000', '193036.934000', '193036.937000', '193056.826000', '193057.040000', '193057.043000', '193057.046000', '193057.048000', '193057.051000', '193057.053000', '193057.056000', '193057.058000', '193057.061000', '193057.063000', '193057.066000', '193057.069000', '193057.071000', '193057.074000', '193057.077000', '193057.079000', '193057.082000', '193057.084000', '193057.087000', '193057.089000', '193057.092000', '193057.094000', '193057.097000', '193057.100000', '193057.102000', '193057.105000', '193057.107000', '193057.110000', '193057.112000', '193057.115000', '193057.118000', '193057.120000', '193057.123000', '193057.125000', '193057.128000', '193057.130000', '193057.133000', '193057.135000', '193057.138000', '193057.140000', '193057.151000', '193057.153000', '193057.156000', '193116.825000', '193116.828000', '193116.831000', '193116.833000', '193116.836000', '193116.838000', '193116.841000', '193116.844000', '193116.846000', '193116.849000', '193116.851000', '193116.854000', '193116.856000', '193116.859000', '193116.862000', '193116.864000', '193116.867000', '193116.869000', '193116.872000', '193116.875000', '193116.877000', '193116.880000', '193116.882000', '193116.885000', '193116.887000', '193116.890000', '193116.893000', '193116.895000', '193116.898000', '193116.900000', '193116.903000', '193116.905000', '193116.908000', '193116.911000', '193116.913000', '193116.916000', '193116.918000', '193116.921000', '193116.923000', '193116.946000', '193116.949000', '193116.951000', '193116.954000', '193136.825000', '193136.828000', '193136.831000', '193136.834000', '193136.836000', '193136.839000', '193136.842000', '193136.845000', '193136.848000', '193136.850000', '193136.853000', '193136.856000', '193136.858000', '193136.861000', '193136.863000', '193136.866000', '193136.869000', '193136.871000', '193136.874000', '193136.876000', '193136.879000', '193136.882000', '193136.884000', '193136.887000', '193136.889000', '193136.892000', '193136.894000', '193136.897000', '193136.900000', '193136.902000', '193136.905000', '193136.907000', '193136.910000', '193136.913000', '193136.915000', '193136.918000', '193136.920000', '193136.923000', '193136.925000', '193136.928000', '193136.931000', '193136.933000', '193136.936000', '193156.825000', '193157.057000', '193157.060000', '193157.063000', '193157.066000', '193157.069000', '193157.072000', '193157.074000', '193157.077000', '193157.080000', '193157.083000', '193157.086000', '193157.089000', '193157.091000', '193157.094000', '193157.096000', '193157.099000', '193157.101000', '193157.109000', '193157.111000', '193157.114000', '193157.117000', '193157.119000', '193157.122000', '193157.124000', '193157.127000', '193157.130000', '193157.132000', '193157.135000', '193157.138000', '193157.140000', '193157.143000', '193157.146000', '193157.148000', '193157.151000', '193157.154000', '193157.156000', '193157.159000', '193157.161000', '193157.164000', '193157.166000', '193157.169000', '193157.172000', '193157.174000', '193216.825000', '193216.852000', '193216.855000', '193216.857000', '193216.860000', '193216.862000', '193216.865000', '193216.868000', '193216.870000', '193216.873000', '193216.876000', '193216.878000', '193216.881000', '193216.883000', '193216.886000', '193216.888000', '193216.891000', '193216.894000', '193216.896000', '193216.899000', '193216.901000', '193216.904000', '193216.906000', '193216.909000', '193216.912000', '193216.914000', '193216.917000', '193216.919000', '193216.922000', '193216.925000', '193216.927000', '193216.930000', '193216.933000', '193216.935000', '193216.938000', '193216.940000', '193216.943000', '193216.945000', '193216.948000', '193216.951000', '193216.953000', '193216.956000', '193216.958000', '193236.825000', '193236.854000', '193236.857000', '193236.859000', '193236.862000', '193236.865000', '193236.867000', '193236.870000', '193236.872000', '193236.875000', '193236.877000', '193236.880000', '193236.883000', '193236.885000', '193236.888000', '193236.890000', '193236.893000', '193236.895000', '193236.898000', '193236.900000', '193236.903000', '193236.905000', '193236.908000', '193236.911000', '193236.913000', '193236.916000', '193236.918000', '193236.921000', '193236.924000', '193236.926000', '193236.929000', '193236.931000', '193236.934000', '193236.937000', '193236.939000', '193236.942000', '193236.944000', '193236.947000', '193236.950000', '193236.952000', '193236.955000', '193236.957000', '193236.960000', '193236.963000', '193256.826000', '193256.835000', '193256.838000', '193256.841000', '193256.843000', '193256.846000', '193256.848000', '193256.862000', '193256.865000', '193256.867000', '193256.870000', '193256.873000', '193256.875000', '193256.878000', '193256.880000', '193256.884000', '193256.887000', '193256.889000', '193256.892000', '193256.895000', '193256.897000', '193256.900000', '193256.902000', '193256.905000', '193256.908000', '193256.910000', '193256.913000', '193256.915000', '193256.918000', '193256.920000', '193256.923000', '193256.925000', '193256.928000', '193256.931000', '193256.933000', '193256.936000', '193256.939000', '193256.941000', '193256.944000', '193256.946000', '193256.949000', '193256.951000', '193256.954000', '193316.826000', '193316.852000', '193316.856000', '193316.858000', '193316.861000', '193316.864000', '193316.866000', '193316.869000', '193316.872000', '193316.874000', '193316.877000', '193316.879000', '193316.882000', '193316.885000', '193316.887000', '193316.890000', '193316.892000', '193316.895000', '193316.898000', '193316.900000', '193316.903000', '193316.905000', '193316.908000', '193316.911000', '193316.913000', '193316.916000', '193316.918000', '193316.921000', '193316.924000', '193316.926000', '193316.929000', '193316.931000', '193316.934000', '193316.937000', '193316.939000', '193316.942000', '193316.944000', '193316.947000', '193316.950000', '193316.952000', '193316.955000', '193316.957000', '193316.960000', '193316.962000', '193336.825000', '193336.853000', '193336.856000', '193336.858000', '193336.861000', '193336.864000', '193336.867000', '193336.869000', '193336.872000', '193336.875000', '193336.877000', '193336.880000', '193336.883000', '193336.885000', '193336.888000', '193336.890000', '193336.893000', '193336.895000', '193336.898000', '193336.901000', '193336.903000', '193336.906000', '193336.908000', '193336.911000', '193336.913000', '193336.916000', '193336.919000', '193336.921000', '193336.924000', '193336.926000', '193336.929000', '193336.932000', '193336.935000', '193336.937000', '193336.940000', '193336.943000', '193336.945000', '193336.948000', '193336.950000', '193336.953000', '193336.955000', '193336.958000', '193336.961000', '193348.344000', '193348.347000', '193348.350000', '193348.352000', '193348.355000', '193348.358000', '193348.360000', '193348.363000', '193348.366000', '193348.369000', '193348.371000', '193348.374000', '193348.377000', '193348.380000', '193348.383000', '193348.386000', '193348.389000', '193348.391000', '193348.394000', '193348.397000', '193348.400000', '193348.402000', '193348.405000', '193348.408000', '193348.411000', '193348.414000'], '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': [14993, 10837, 13514, 10166, 15895, 8823, 10787, 8978, 9181, 8914, 9830, 8806, 9384, 8872, 8779, 8965, 8281, 8909, 9429, 8965, 8580, 8972, 7823, 8842, 8406, 8631, 8043, 9121, 8386, 9127, 8033, 8981, 7903, 10461, 7835, 12173, 8080, 10514, 8136, 9281, 7985, 8830, 8374, 8172, 8443, 8249, 8544, 7761, 10810, 7812, 10805, 8563, 8932, 7618, 9031, 8154, 9274, 8111, 8024, 7908, 8963, 8420, 10157, 8756, 10866, 9769, 12268, 8688, 11762, 9082, 9247, 8858, 9200, 10952, 9131, 14179, 8690, 13482, 8509, 11448, 9840, 12236, 8479, 9550, 8943, 9279, 8738, 8548, 8709, 8061, 10186, 8455, 9701, 8650, 9451, 8340, 8562, 8316, 7807, 11756, 7924, 10136, 8261, 9028, 8075, 8459, 10339, 7971, 10758, 8428, 9231, 8360, 7901, 11214, 7821, 10308, 9040, 8642, 8131, 7594, 8088, 8094, 10742, 7966, 9910, 8626, 9362, 8201, 7803, 8022, 8084, 11156, 8361, 9911, 8190, 9258, 8319, 7915, 7993, 8533, 11408, 8507, 10052, 8553, 8397, 8659, 8054, 8280, 7984, 8280, 8006, 8217, 8961, 8147, 7807, 8193, 7550, 8185, 8592, 8514, 7931, 12101, 8131, 12673, 8374, 12573, 10085, 11800, 9645, 9565, 7387, 8194, 7561, 10095, 7497, 11287, 9024, 8675, 8545, 7663, 8900, 7839, 13373, 8012, 15566, 8351, 12334, 8786, 10526, 8919, 8733, 8748, 7969, 8856, 8163, 10498, 8658, 9613, 8900, 9251, 8528, 7582, 9021, 8549, 9344, 8647, 11260, 8313, 10882, 8541, 9278, 8859, 8670, 9186, 8438, 8533, 8030, 8236, 7954, 11873, 8161, 10409, 8433, 9170, 8587, 9199, 8547, 9083, 8535, 8988, 8970, 8783, 8603, 9531, 8564, 9583, 8823, 8290, 9064, 9358, 8601, 12324, 8864, 11831, 8894, 9318, 8777, 10088, 8629, 10017, 8865, 9624, 8693, 10091, 8629, 10387, 8929, 9050, 8793, 10064, 8709, 10449, 8797, 8751, 8834, 8608, 8584, 9765, 8583, 8094, 13280, 8328, 10781, 8385, 9810, 8585, 8917, 8687, 7839, 11920, 8132, 10035, 8159, 8619, 8638, 7967, 9910, 8934, 9937, 8927, 9728, 8968, 9706, 8714, 9670, 11471, 9197, 11614, 9225, 11931, 9657, 13374, 9949, 13394, 9237, 10722, 9767, 11022, 9259, 8972, 13323, 8973, 13520, 9226, 12133, 9503, 11726, 9482, 8655, 16125, 9020, 12009, 9663, 10316, 9463, 9598, 10419, 8897, 11142, 9127, 9805, 9505, 9294, 9624, 10584, 9326, 9095, 12410, 9009, 11501, 9387, 11021, 8950, 10274, 9251, 9600, 9642, 10411, 9447, 10233, 9269, 8490, 9639, 8876, 12436, 11352, 9402, 8879, 11419, 9024, 13619, 9186, 12305, 9588, 11724, 9210, 10591, 9422, 10451, 9505, 9012, 9649, 8683, 9751, 8748, 10761, 9931, 9904, 8674, 14117, 8934, 12534, 10566, 12721, 9376, 10203, 9398, 8586, 9455, 8753, 14069, 9928, 12032, 9047, 10787, 9358, 9041, 9781, 8763, 9686, 8837, 11653, 8905, 11451, 9125, 10601, 9188, 12168, 9052, 9418, 9185, 9363, 9595, 9088, 9947, 8744, 10577, 9861, 11623, 9709, 12645, 9622, 8681, 9907, 8930, 13750, 10313, 8741, 8768, 8997, 12864, 12905, 14573, 10221, 8358, 13341, 8290, 11882, 8759, 10920, 8568, 9650, 8931, 8157, 8948, 8354, 9549, 8079, 11345, 8409, 10820, 8600, 10798, 8913, 10153, 8630, 9947, 8854, 10209, 8980, 11686, 8641, 9577, 12132, 8152, 14577, 9101, 12660, 8923, 11484, 8985, 8361, 16620, 11020, 13327, 9565, 9393, 8581, 8008, 9246, 8331, 10013, 8317, 8736, 8212, 8894, 8286, 11477, 8473, 11485, 9591, 11569, 8341, 11664, 8567, 11119, 9578, 10383, 7889, 10510, 8445, 9650, 8356, 8171, 10854, 9274, 12598, 8727, 8737, 7930, 8198, 8314, 12338, 10457, 13983, 8133, 12791, 7959, 12644, 9643, 12401, 9809, 10911, 7766, 11173, 8092, 11383, 9264, 10649, 8106, 9793, 8086, 10350, 8729, 11161, 8321, 10071, 8291, 8248, 9414, 8098, 13391, 10392, 12274, 9822, 9629, 8223, 8678, 8593, 7945, 9199, 8123, 8390, 8152, 8920, 11313, 9109, 10863, 7992, 10076, 8196, 12795, 10657, 13949, 9843, 11372, 7811, 10649, 8306, 10631, 8462, 9711, 8254, 8506, 8637, 9162, 8619, 9651, 8458, 7766, 8394, 8207, 12508, 9822, 11507, 8145, 11062, 8127, 10984, 9371, 11183, 9515, 10654, 8132, 10133, 8466, 11256, 8294, 10676, 8133, 9249, 8536, 9883, 8689, 11068, 8379, 9471, 8496, 8277, 8583, 10139, 8480, 10248, 8605, 8028, 10606, 8454, 14667, 11156, 13410, 8848, 11520, 7982, 10700, 8330, 9604, 8282, 10186, 8002, 9235, 8214, 8755, 8471, 8596, 7979, 9695, 7768, 9521, 9061, 8526, 8025, 8082, 10841, 7865, 10595, 8021, 11489, 9564, 15116, 9500, 12250, 8374, 8462, 8163, 8485, 10411, 7932, 11334, 7945, 10299, 7695, 10270, 9036, 9043, 7972, 9044, 8226, 9268, 8509, 9525, 13765, 9972, 10854, 7896, 9132, 7949, 7572, 11909, 8501, 10282, 8912, 8707, 7643, 7408, 9307, 7706, 9738, 8000, 9103, 7923, 7305, 8869, 7796, 9784, 7912, 9572, 8032, 9067, 7950, 7449, 8092, 7617, 11617, 9123, 10808, 8512, 10171, 7977, 9701, 8266, 9016, 11536, 8903, 14845, 8340, 10630, 9244, 7383, 7308, 7050, 7582, 7604, 7703, 7194, 12054, 7955, 11786, 9422, 11061, 8457, 9150, 8453, 8373, 8402, 9153, 13171, 9232, 12952, 8048, 10354, 8265, 9592, 8403, 8732, 8440, 7675, 8166, 7782, 9389, 8191, 9725, 8569, 9408, 8566, 7867, 8334, 7848, 10798, 8119, 10879, 8647, 9388, 8272, 7948, 8122, 7828, 11345, 7913, 10051, 8037, 8457, 7238, 8313, 7600, 7233, 7627, 7733, 7294, 7910, 7073, 7366, 8453, 7396, 11460, 8508, 11918, 7584, 7416, 7779, 7946, 15270, 11348, 14839, 7533, 11379, 7288, 8836, 8676, 8571, 10985, 7049, 11741, 6968, 9631, 8015, 9381, 7344, 7272, 7605, 7135, 7525, 7932, 7963, 6932, 9871, 7198, 10813, 7704, 10762, 7619, 11605, 7498, 11430, 9008, 11175, 7625, 10925, 7363, 9875, 7524, 10781, 7788, 10083, 7548, 8312, 7535, 9718, 8166, 10763, 7165, 10373, 7379, 10802, 8656, 11894, 9577, 12148, 8138, 11258, 7466, 9608, 7322, 8624, 7612, 6929, 9018, 6964, 10722, 7312, 9704, 7119, 9270, 7413, 7650, 7838, 7669, 7601, 7333, 7373, 7775, 7292, 8008], 'WindowCenter': [4305.0, 4221.0, 4209.0, 4165.0, 4203.0, 4153.0, 4161.0, 4140.0, 4137.0, 4140.0, 4149.0, 4139.0, 4137.0, 4139.0, 4127.0, 4138.0, 4128.0, 4139.0, 4139.0, 4139.0, 4138.0, 4139.0, 4118.0, 4139.0, 4128.0, 4139.0, 4129.0, 4152.0, 4172.0, 4167.0, 4159.0, 4154.0, 4129.0, 4144.0, 4106.0, 4167.0, 4117.0, 4147.0, 4117.0, 4137.0, 4118.0, 4136.0, 4127.0, 4126.0, 4126.0, 4127.0, 4126.0, 4118.0, 4157.0, 4118.0, 4158.0, 4139.0, 4137.0, 4118.0, 4137.0, 4128.0, 4148.0, 4131.0, 4131.0, 4142.0, 4151.0, 4143.0, 4175.0, 4155.0, 4173.0, 4163.0, 4193.0, 4141.0, 4180.0, 4152.0, 4150.0, 4152.0, 4152.0, 4173.0, 4153.0, 4203.0, 4142.0, 4191.0, 4140.0, 4169.0, 4150.0, 4169.0, 4129.0, 4149.0, 4138.0, 4138.0, 4127.0, 4127.0, 4127.0, 4117.0, 4146.0, 4127.0, 4135.0, 4126.0, 4136.0, 4126.0, 4127.0, 4126.0, 4116.0, 4167.0, 4116.0, 4145.0, 4115.0, 4126.0, 4115.0, 4126.0, 4146.0, 4117.0, 4155.0, 4115.0, 4135.0, 4113.0, 4114.0, 4154.0, 4104.0, 4144.0, 4125.0, 4124.0, 4115.0, 4104.0, 4114.0, 4115.0, 4155.0, 4116.0, 4146.0, 4127.0, 4137.0, 4126.0, 4117.0, 4115.0, 4117.0, 4156.0, 4127.0, 4147.0, 4128.0, 4148.0, 4138.0, 4128.0, 4127.0, 4139.0, 4183.0, 4167.0, 4161.0, 4151.0, 4140.0, 4150.0, 4128.0, 4139.0, 4140.0, 4139.0, 4141.0, 4140.0, 4163.0, 4155.0, 4145.0, 4153.0, 4143.0, 4153.0, 4165.0, 4167.0, 4157.0, 4195.0, 4156.0, 4206.0, 4153.0, 4191.0, 4172.0, 4181.0, 4176.0, 4162.0, 4145.0, 4151.0, 4129.0, 4159.0, 4129.0, 4185.0, 4152.0, 4150.0, 4137.0, 4128.0, 4138.0, 4130.0, 4204.0, 4130.0, 4199.0, 4126.0, 4167.0, 4137.0, 4156.0, 4138.0, 4136.0, 4137.0, 4128.0, 4137.0, 4127.0, 4156.0, 4138.0, 4147.0, 4139.0, 4147.0, 4137.0, 4118.0, 4148.0, 4139.0, 4147.0, 4138.0, 4169.0, 4140.0, 4169.0, 4138.0, 4147.0, 4149.0, 4138.0, 4149.0, 4140.0, 4152.0, 4141.0, 4139.0, 4129.0, 4180.0, 4141.0, 4169.0, 4140.0, 4149.0, 4151.0, 4160.0, 4152.0, 4150.0, 4153.0, 4150.0, 4151.0, 4151.0, 4152.0, 4161.0, 4152.0, 4162.0, 4163.0, 4153.0, 4163.0, 4163.0, 4153.0, 4194.0, 4153.0, 4182.0, 4151.0, 4161.0, 4152.0, 4170.0, 4151.0, 4161.0, 4150.0, 4159.0, 4151.0, 4171.0, 4152.0, 4169.0, 4150.0, 4149.0, 4140.0, 4160.0, 4139.0, 4170.0, 4139.0, 4138.0, 4138.0, 4137.0, 4137.0, 4159.0, 4136.0, 4126.0, 4188.0, 4126.0, 4155.0, 4127.0, 4146.0, 4135.0, 4135.0, 4125.0, 4116.0, 4165.0, 4126.0, 4145.0, 4114.0, 4125.0, 4138.0, 4140.0, 4160.0, 4150.0, 4159.0, 4150.0, 4148.0, 4148.0, 4148.0, 4140.0, 4160.0, 4183.0, 4162.0, 4181.0, 4151.0, 4181.0, 4162.0, 4193.0, 4164.0, 4192.0, 4150.0, 4160.0, 4148.0, 4159.0, 4138.0, 4138.0, 4178.0, 4137.0, 4177.0, 4137.0, 4167.0, 4147.0, 4167.0, 4135.0, 4126.0, 4187.0, 4125.0, 4154.0, 4134.0, 4145.0, 4134.0, 4135.0, 4144.0, 4125.0, 4155.0, 4135.0, 4134.0, 4136.0, 4136.0, 4135.0, 4157.0, 4135.0, 4138.0, 4166.0, 4136.0, 4156.0, 4137.0, 4157.0, 4138.0, 4147.0, 4138.0, 4147.0, 4148.0, 4159.0, 4149.0, 4159.0, 4138.0, 4128.0, 4137.0, 4138.0, 4168.0, 4159.0, 4137.0, 4137.0, 4157.0, 4137.0, 4177.0, 4137.0, 4167.0, 4148.0, 4167.0, 4138.0, 4147.0, 4137.0, 4146.0, 4136.0, 4126.0, 4137.0, 4126.0, 4136.0, 4127.0, 4157.0, 4149.0, 4147.0, 4128.0, 4177.0, 4138.0, 4167.0, 4147.0, 4167.0, 4136.0, 4145.0, 4125.0, 4125.0, 4134.0, 4125.0, 4176.0, 4135.0, 4155.0, 4125.0, 4145.0, 4136.0, 4125.0, 4146.0, 4126.0, 4136.0, 4137.0, 4168.0, 4138.0, 4169.0, 4148.0, 4158.0, 4150.0, 4181.0, 4139.0, 4150.0, 4151.0, 4152.0, 4162.0, 4165.0, 4176.0, 4168.0, 4186.0, 4175.0, 4183.0, 4165.0, 4205.0, 4163.0, 4152.0, 4163.0, 4153.0, 4205.0, 4174.0, 4152.0, 4141.0, 4150.0, 4182.0, 4180.0, 4203.0, 4148.0, 4128.0, 4178.0, 4127.0, 4167.0, 4127.0, 4157.0, 4127.0, 4136.0, 4137.0, 4117.0, 4137.0, 4128.0, 4147.0, 4127.0, 4157.0, 4128.0, 4157.0, 4139.0, 4159.0, 4140.0, 4159.0, 4140.0, 4149.0, 4139.0, 4159.0, 4138.0, 4170.0, 4128.0, 4148.0, 4168.0, 4117.0, 4187.0, 4136.0, 4166.0, 4125.0, 4156.0, 4124.0, 4115.0, 4186.0, 4145.0, 4165.0, 4135.0, 4123.0, 4123.0, 4113.0, 4133.0, 4125.0, 4145.0, 4126.0, 4125.0, 4128.0, 4138.0, 4128.0, 4168.0, 4128.0, 4168.0, 4150.0, 4168.0, 4129.0, 4168.0, 4140.0, 4171.0, 4152.0, 4160.0, 4145.0, 4173.0, 4143.0, 4150.0, 4142.0, 4141.0, 4173.0, 4178.0, 4197.0, 4143.0, 4140.0, 4128.0, 4127.0, 4128.0, 4169.0, 4161.0, 4190.0, 4118.0, 4179.0, 4117.0, 4178.0, 4137.0, 4167.0, 4147.0, 4145.0, 4105.0, 4155.0, 4116.0, 4156.0, 4138.0, 4146.0, 4117.0, 4135.0, 4116.0, 4145.0, 4125.0, 4146.0, 4115.0, 4135.0, 4114.0, 4115.0, 4124.0, 4114.0, 4165.0, 4135.0, 4154.0, 4135.0, 4123.0, 4114.0, 4113.0, 4113.0, 4115.0, 4124.0, 4114.0, 4114.0, 4115.0, 4138.0, 4169.0, 4139.0, 4158.0, 4128.0, 4147.0, 4128.0, 4178.0, 4160.0, 4190.0, 4149.0, 4158.0, 4117.0, 4146.0, 4126.0, 4146.0, 4127.0, 4135.0, 4126.0, 4126.0, 4126.0, 4137.0, 4127.0, 4148.0, 4127.0, 4117.0, 4126.0, 4127.0, 4167.0, 4148.0, 4157.0, 4117.0, 4157.0, 4117.0, 4157.0, 4138.0, 4158.0, 4148.0, 4157.0, 4117.0, 4145.0, 4116.0, 4156.0, 4116.0, 4146.0, 4117.0, 4136.0, 4126.0, 4146.0, 4126.0, 4157.0, 4127.0, 4147.0, 4127.0, 4127.0, 4127.0, 4148.0, 4127.0, 4148.0, 4127.0, 4117.0, 4146.0, 4116.0, 4177.0, 4158.0, 4166.0, 4126.0, 4156.0, 4115.0, 4144.0, 4115.0, 4135.0, 4117.0, 4147.0, 4117.0, 4149.0, 4128.0, 4138.0, 4127.0, 4139.0, 4129.0, 4148.0, 4130.0, 4150.0, 4152.0, 4141.0, 4131.0, 4131.0, 4172.0, 4131.0, 4160.0, 4129.0, 4169.0, 4150.0, 4191.0, 4138.0, 4168.0, 4127.0, 4116.0, 4115.0, 4125.0, 4145.0, 4104.0, 4145.0, 4116.0, 4134.0, 4104.0, 4146.0, 4127.0, 4125.0, 4116.0, 4125.0, 4115.0, 4135.0, 4114.0, 4135.0, 4166.0, 4135.0, 4144.0, 4103.0, 4123.0, 4101.0, 4092.0, 4142.0, 4112.0, 4132.0, 4113.0, 4112.0, 4090.0, 4091.0, 4121.0, 4102.0, 4121.0, 4103.0, 4123.0, 4103.0, 4104.0, 4124.0, 4105.0, 4134.0, 4115.0, 4134.0, 4115.0, 4137.0, 4117.0, 4107.0, 4117.0, 4117.0, 4157.0, 4138.0, 4158.0, 4139.0, 4148.0, 4117.0, 4137.0, 4126.0, 4138.0, 4158.0, 4139.0, 4203.0, 4129.0, 4159.0, 4139.0, 4119.0, 4118.0, 4106.0, 4104.0, 4114.0, 4102.0, 4104.0, 4154.0, 4129.0, 4168.0, 4138.0, 4144.0, 4114.0, 4124.0, 4115.0, 4115.0, 4114.0, 4124.0, 4165.0, 4124.0, 4154.0, 4102.0, 4133.0, 4102.0, 4123.0, 4102.0, 4113.0, 4102.0, 4103.0, 4113.0, 4103.0, 4123.0, 4114.0, 4134.0, 4115.0, 4125.0, 4115.0, 4116.0, 4115.0, 4116.0, 4146.0, 4115.0, 4146.0, 4115.0, 4125.0, 4115.0, 4115.0, 4115.0, 4105.0, 4155.0, 4116.0, 4149.0, 4130.0, 4141.0, 4107.0, 4129.0, 4118.0, 4106.0, 4118.0, 4119.0, 4121.0, 4130.0, 4120.0, 4121.0, 4142.0, 4121.0, 4173.0, 4142.0, 4172.0, 4120.0, 4119.0, 4119.0, 4119.0, 4190.0, 4160.0, 4189.0, 4118.0, 4157.0, 4108.0, 4127.0, 4127.0, 4127.0, 4146.0, 4095.0, 4156.0, 4094.0, 4135.0, 4115.0, 4127.0, 4095.0, 4094.0, 4103.0, 4094.0, 4104.0, 4105.0, 4105.0, 4095.0, 4134.0, 4095.0, 4145.0, 4106.0, 4146.0, 4106.0, 4156.0, 4106.0, 4156.0, 4127.0, 4156.0, 4106.0, 4146.0, 4106.0, 4135.0, 4106.0, 4146.0, 4106.0, 4146.0, 4106.0, 4115.0, 4106.0, 4136.0, 4117.0, 4146.0, 4097.0, 4147.0, 4106.0, 4146.0, 4128.0, 4157.0, 4138.0, 4156.0, 4116.0, 4156.0, 4094.0, 4125.0, 4094.0, 4114.0, 4093.0, 4083.0, 4112.0, 4082.0, 4142.0, 4092.0, 4122.0, 4082.0, 4123.0, 4092.0, 4102.0, 4103.0, 4104.0, 4105.0, 4117.0, 4118.0, 4116.0, 4118.0, 4128.0], 'WindowWidth': [9503.0, 9363.0, 9320.0, 9252.0, 9298.0, 9234.0, 9238.0, 9208.0, 9200.0, 9209.0, 9217.0, 9206.0, 9199.0, 9206.0, 9186.0, 9204.0, 9190.0, 9206.0, 9205.0, 9205.0, 9202.0, 9205.0, 9176.0, 9207.0, 9190.0, 9203.0, 9191.0, 9229.0, 9274.0, 9259.0, 9251.0, 9235.0, 9191.0, 9201.0, 9154.0, 9237.0, 9173.0, 9211.0, 9173.0, 9200.0, 9175.0, 9197.0, 9186.0, 9184.0, 9183.0, 9187.0, 9185.0, 9175.0, 9226.0, 9176.0, 9229.0, 9206.0, 9200.0, 9179.0, 9200.0, 9193.0, 9217.0, 9201.0, 9200.0, 9216.0, 9228.0, 9222.0, 9268.0, 9240.0, 9258.0, 9246.0, 9286.0, 9214.0, 9262.0, 9227.0, 9223.0, 9229.0, 9228.0, 9258.0, 9232.0, 9297.0, 9215.0, 9277.0, 9208.0, 9246.0, 9224.0, 9246.0, 9194.0, 9218.0, 9204.0, 9201.0, 9186.0, 9187.0, 9185.0, 9174.0, 9211.0, 9187.0, 9194.0, 9185.0, 9198.0, 9185.0, 9186.0, 9184.0, 9172.0, 9240.0, 9171.0, 9206.0, 9167.0, 9183.0, 9167.0, 9185.0, 9210.0, 9172.0, 9220.0, 9167.0, 9193.0, 9162.0, 9165.0, 9217.0, 9152.0, 9204.0, 9181.0, 9177.0, 9168.0, 9153.0, 9164.0, 9169.0, 9220.0, 9172.0, 9210.0, 9187.0, 9199.0, 9186.0, 9174.0, 9170.0, 9174.0, 9224.0, 9187.0, 9213.0, 9192.0, 9217.0, 9206.0, 9193.0, 9190.0, 9209.0, 9273.0, 9259.0, 9240.0, 9229.0, 9214.0, 9226.0, 9193.0, 9209.0, 9213.0, 9210.0, 9214.0, 9215.0, 9248.0, 9243.0, 9231.0, 9237.0, 9223.0, 9235.0, 9255.0, 9262.0, 9249.0, 9296.0, 9247.0, 9313.0, 9237.0, 9283.0, 9258.0, 9268.0, 9273.0, 9248.0, 9232.0, 9231.0, 9198.0, 9236.0, 9197.0, 9282.0, 9231.0, 9225.0, 9201.0, 9191.0, 9204.0, 9199.0, 9305.0, 9199.0, 9290.0, 9187.0, 9241.0, 9202.0, 9225.0, 9204.0, 9200.0, 9202.0, 9191.0, 9203.0, 9191.0, 9227.0, 9205.0, 9216.0, 9208.0, 9217.0, 9206.0, 9178.0, 9221.0, 9208.0, 9217.0, 9205.0, 9248.0, 9211.0, 9248.0, 9207.0, 9217.0, 9223.0, 9206.0, 9222.0, 9213.0, 9233.0, 9215.0, 9209.0, 9197.0, 9266.0, 9216.0, 9251.0, 9215.0, 9223.0, 9231.0, 9239.0, 9233.0, 9226.0, 9235.0, 9227.0, 9231.0, 9230.0, 9233.0, 9244.0, 9234.0, 9246.0, 9251.0, 9235.0, 9250.0, 9248.0, 9236.0, 9290.0, 9235.0, 9272.0, 9230.0, 9242.0, 9232.0, 9253.0, 9230.0, 9240.0, 9229.0, 9237.0, 9230.0, 9254.0, 9231.0, 9251.0, 9227.0, 9223.0, 9213.0, 9236.0, 9209.0, 9250.0, 9210.0, 9207.0, 9207.0, 9205.0, 9203.0, 9233.0, 9201.0, 9188.0, 9274.0, 9189.0, 9226.0, 9190.0, 9215.0, 9199.0, 9198.0, 9184.0, 9172.0, 9237.0, 9186.0, 9209.0, 9169.0, 9183.0, 9207.0, 9214.0, 9240.0, 9227.0, 9233.0, 9225.0, 9220.0, 9219.0, 9219.0, 9209.0, 9237.0, 9272.0, 9244.0, 9264.0, 9228.0, 9264.0, 9243.0, 9284.0, 9248.0, 9281.0, 9223.0, 9234.0, 9217.0, 9231.0, 9202.0, 9203.0, 9257.0, 9201.0, 9253.0, 9201.0, 9240.0, 9213.0, 9240.0, 9195.0, 9182.0, 9267.0, 9180.0, 9216.0, 9192.0, 9205.0, 9190.0, 9193.0, 9205.0, 9180.0, 9219.0, 9195.0, 9191.0, 9196.0, 9196.0, 9194.0, 9226.0, 9196.0, 9204.0, 9238.0, 9199.0, 9224.0, 9201.0, 9224.0, 9204.0, 9214.0, 9204.0, 9215.0, 9218.0, 9232.0, 9218.0, 9231.0, 9204.0, 9189.0, 9200.0, 9202.0, 9241.0, 9231.0, 9201.0, 9200.0, 9227.0, 9201.0, 9253.0, 9200.0, 9239.0, 9215.0, 9238.0, 9204.0, 9212.0, 9199.0, 9209.0, 9198.0, 9183.0, 9199.0, 9184.0, 9198.0, 9187.0, 9227.0, 9217.0, 9214.0, 9189.0, 9254.0, 9202.0, 9239.0, 9213.0, 9238.0, 9196.0, 9206.0, 9181.0, 9180.0, 9191.0, 9180.0, 9247.0, 9193.0, 9220.0, 9181.0, 9206.0, 9197.0, 9181.0, 9209.0, 9184.0, 9196.0, 9200.0, 9243.0, 9206.0, 9246.0, 9218.0, 9231.0, 9225.0, 9265.0, 9207.0, 9223.0, 9226.0, 9227.0, 9242.0, 9254.0, 9269.0, 9263.0, 9281.0, 9268.0, 9274.0, 9252.0, 9306.0, 9247.0, 9230.0, 9245.0, 9234.0, 9307.0, 9262.0, 9231.0, 9214.0, 9223.0, 9267.0, 9264.0, 9298.0, 9217.0, 9190.0, 9255.0, 9185.0, 9238.0, 9186.0, 9226.0, 9186.0, 9197.0, 9199.0, 9175.0, 9200.0, 9191.0, 9213.0, 9189.0, 9226.0, 9190.0, 9228.0, 9207.0, 9231.0, 9210.0, 9232.0, 9211.0, 9218.0, 9206.0, 9233.0, 9205.0, 9247.0, 9188.0, 9216.0, 9242.0, 9173.0, 9268.0, 9198.0, 9236.0, 9182.0, 9223.0, 9179.0, 9167.0, 9267.0, 9206.0, 9232.0, 9193.0, 9175.0, 9176.0, 9161.0, 9188.0, 9181.0, 9208.0, 9186.0, 9183.0, 9190.0, 9204.0, 9191.0, 9243.0, 9192.0, 9243.0, 9223.0, 9245.0, 9194.0, 9245.0, 9211.0, 9252.0, 9228.0, 9239.0, 9228.0, 9260.0, 9220.0, 9223.0, 9216.0, 9210.0, 9257.0, 9277.0, 9298.0, 9218.0, 9211.0, 9191.0, 9186.0, 9190.0, 9245.0, 9237.0, 9274.0, 9177.0, 9259.0, 9173.0, 9254.0, 9201.0, 9238.0, 9212.0, 9207.0, 9156.0, 9219.0, 9171.0, 9221.0, 9202.0, 9209.0, 9173.0, 9194.0, 9170.0, 9206.0, 9180.0, 9207.0, 9165.0, 9191.0, 9163.0, 9165.0, 9177.0, 9163.0, 9232.0, 9192.0, 9217.0, 9191.0, 9173.0, 9163.0, 9161.0, 9161.0, 9168.0, 9176.0, 9164.0, 9164.0, 9169.0, 9203.0, 9244.0, 9208.0, 9231.0, 9191.0, 9215.0, 9190.0, 9257.0, 9234.0, 9275.0, 9218.0, 9228.0, 9176.0, 9211.0, 9185.0, 9210.0, 9186.0, 9194.0, 9185.0, 9182.0, 9183.0, 9198.0, 9186.0, 9215.0, 9186.0, 9174.0, 9183.0, 9185.0, 9238.0, 9216.0, 9225.0, 9173.0, 9227.0, 9174.0, 9226.0, 9203.0, 9227.0, 9216.0, 9225.0, 9173.0, 9206.0, 9170.0, 9221.0, 9171.0, 9208.0, 9174.0, 9196.0, 9184.0, 9209.0, 9184.0, 9226.0, 9186.0, 9213.0, 9188.0, 9187.0, 9186.0, 9214.0, 9187.0, 9215.0, 9185.0, 9171.0, 9209.0, 9168.0, 9252.0, 9227.0, 9236.0, 9182.0, 9221.0, 9167.0, 9203.0, 9166.0, 9190.0, 9171.0, 9212.0, 9173.0, 9220.0, 9191.0, 9202.0, 9184.0, 9206.0, 9195.0, 9219.0, 9198.0, 9223.0, 9231.0, 9212.0, 9201.0, 9199.0, 9254.0, 9201.0, 9236.0, 9193.0, 9243.0, 9220.0, 9278.0, 9202.0, 9241.0, 9184.0, 9168.0, 9166.0, 9179.0, 9207.0, 9150.0, 9204.0, 9168.0, 9189.0, 9152.0, 9207.0, 9185.0, 9179.0, 9171.0, 9179.0, 9167.0, 9193.0, 9163.0, 9192.0, 9235.0, 9190.0, 9201.0, 9145.0, 9171.0, 9141.0, 9129.0, 9195.0, 9157.0, 9182.0, 9158.0, 9155.0, 9126.0, 9128.0, 9168.0, 9144.0, 9168.0, 9146.0, 9174.0, 9147.0, 9151.0, 9177.0, 9154.0, 9191.0, 9167.0, 9190.0, 9167.0, 9199.0, 9173.0, 9161.0, 9174.0, 9173.0, 9225.0, 9202.0, 9228.0, 9205.0, 9215.0, 9175.0, 9201.0, 9185.0, 9203.0, 9228.0, 9206.0, 9301.0, 9195.0, 9231.0, 9208.0, 9181.0, 9175.0, 9156.0, 9150.0, 9165.0, 9145.0, 9152.0, 9216.0, 9193.0, 9239.0, 9199.0, 9201.0, 9161.0, 9174.0, 9165.0, 9165.0, 9162.0, 9174.0, 9231.0, 9173.0, 9213.0, 9143.0, 9185.0, 9144.0, 9171.0, 9143.0, 9159.0, 9143.0, 9145.0, 9158.0, 9148.0, 9172.0, 9162.0, 9187.0, 9164.0, 9178.0, 9165.0, 9167.0, 9166.0, 9167.0, 9207.0, 9166.0, 9205.0, 9166.0, 9176.0, 9165.0, 9166.0, 9165.0, 9153.0, 9218.0, 9168.0, 9219.0, 9197.0, 9212.0, 9161.0, 9191.0, 9178.0, 9158.0, 9179.0, 9180.0, 9188.0, 9197.0, 9184.0, 9187.0, 9215.0, 9188.0, 9257.0, 9216.0, 9253.0, 9184.0, 9180.0, 9179.0, 9178.0, 9274.0, 9233.0, 9271.0, 9175.0, 9224.0, 9161.0, 9186.0, 9184.0, 9185.0, 9207.0, 9140.0, 9220.0, 9139.0, 9190.0, 9166.0, 9184.0, 9140.0, 9137.0, 9148.0, 9137.0, 9148.0, 9151.0, 9151.0, 9138.0, 9191.0, 9139.0, 9205.0, 9157.0, 9207.0, 9155.0, 9220.0, 9155.0, 9221.0, 9185.0, 9221.0, 9154.0, 9206.0, 9155.0, 9192.0, 9155.0, 9207.0, 9157.0, 9206.0, 9157.0, 9164.0, 9155.0, 9192.0, 9174.0, 9209.0, 9145.0, 9211.0, 9158.0, 9209.0, 9188.0, 9224.0, 9200.0, 9222.0, 9169.0, 9219.0, 9138.0, 9177.0, 9135.0, 9161.0, 9132.0, 9119.0, 9156.0, 9117.0, 9195.0, 9130.0, 9168.0, 9117.0, 9170.0, 9131.0, 9144.0, 9146.0, 9150.0, 9153.0, 9175.0, 9177.0, 9171.0, 9177.0, 9192.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.008090805523590334</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05403474522439585</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.23860493663593</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2110898140092166</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0902173967741937</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4974</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3325.926</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.103915855813166</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.400460299194476</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5770212580762446</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.616116755808734</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.667146845501173</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4478001729188263</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00696488</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006056729704141617</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02110070362687111</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.9812864051914096</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.5631</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.4941</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.8876</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296528.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>913.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.4432</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6242</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.8714</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3319.7066</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3464.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80016.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1216.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4362.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.0651</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.71918884239858</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> |