=== 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-0086 --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-0086",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0086_ses-03_task-social_acq-mb8_run-05_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-0086_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-05_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-0086/ses-03/func/sub-0086_ses-03_task-social_acq-mb8_run-05_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>a1baecbe5e17979da24a7d961af81f7a</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>09:37:5.947500</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.999863, -0.0149052, -0.00716229, 0.0153579, 0.997568, 0.0679843]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0952045</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7754, -7279, 646, -41, -142, 94, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.686</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e95ca4bf-ecb7-4a81-bc05-b188db07095b||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.6825599670410156, 0.04120420292019844, -0.016555195674300194, 111.66639709472656], [0.03998943790793419, 2.6764025688171387, 0.1838293969631195, -102.57610321044922], [-0.019215893000364304, -0.182396799325943, 2.6936838626861572, -65.18501281738281], [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': ['093705.947500', '093706.407500', '093706.867500', '093707.327500', '093707.787500', '093708.247500', '093708.707500', '093709.167500', '093709.627500', '093710.087500', '093710.547500', '093711.007500', '093711.467500', '093711.927500', '093712.387500', '093712.847500', '093713.307500', '093713.767500', '093714.227500', '093714.687500', '093715.147500', '093715.607500', '093716.067500', '093716.527500', '093716.987500', '093717.447500', '093717.907500', '093718.367500', '093718.827500', '093719.287500', '093719.747500', '093720.207500', '093720.667500', '093721.127500', '093721.587500', '093722.047500', '093722.507500', '093722.967500', '093723.427500', '093723.887500', '093724.347500', '093724.807500', '093725.267500', '093725.727500', '093726.187500', '093726.647500', '093727.107500', '093727.567500', '093728.027500', '093728.487500', '093728.947500', '093729.407500', '093729.867500', '093730.327500', '093730.787500', '093731.247500', '093731.707500', '093732.167500', '093732.627500', '093733.087500', '093733.547500', '093734.007500', '093734.467500', '093734.927500', '093735.387500', '093735.847500', '093736.307500', '093736.767500', '093737.227500', '093737.687500', '093738.147500', '093738.607500', '093739.067500', '093739.527500', '093739.987500', '093740.447500', '093740.907500', '093741.367500', '093741.827500', '093742.287500', '093742.747500', '093743.207500', '093743.667500', '093744.127500', '093744.587500', '093745.047500', '093745.507500', '093745.967500', '093746.427500', '093746.887500', '093747.347500', '093747.807500', '093748.267500', '093748.727500', '093749.187500', '093749.647500', '093750.107500', '093750.567500', '093751.027500', '093751.487500', '093751.947500', '093752.407500', '093752.867500', '093753.327500', '093753.787500', '093754.247500', '093754.707500', '093755.167500', '093755.627500', '093756.087500', '093756.547500', '093757.007500', '093757.467500', '093757.927500', '093758.387500', '093758.847500', '093759.307500', '093759.767500', '093800.227500', '093800.687500', '093801.147500', '093801.607500', '093802.067500', '093802.527500', '093802.987500', '093803.447500', '093803.907500', '093804.367500', '093804.827500', '093805.287500', '093805.747500', '093806.207500', '093806.667500', '093807.127500', '093807.587500', '093808.047500', '093808.507500', '093808.967500', '093809.427500', '093809.887500', '093810.347500', '093810.807500', '093811.267500', '093811.727500', '093812.187500', '093812.647500', '093813.107500', '093813.567500', '093814.027500', '093814.487500', '093814.947500', '093815.407500', '093815.867500', '093816.327500', '093816.787500', '093817.247500', '093817.707500', '093818.167500', '093818.627500', '093819.087500', '093819.547500', '093820.007500', '093820.467500', '093820.927500', '093821.387500', '093821.847500', '093822.307500', '093822.767500', '093823.227500', '093823.687500', '093824.147500', '093824.607500', '093825.067500', '093825.527500', '093825.987500', '093826.447500', '093826.907500', '093827.367500', '093827.827500', '093828.287500', '093828.747500', '093829.207500', '093829.667500', '093830.127500', '093830.587500', '093831.047500', '093831.507500', '093831.967500', '093832.427500', '093832.887500', '093833.347500', '093833.807500', '093834.267500', '093834.727500', '093835.187500', '093835.647500', '093836.107500', '093836.567500', '093837.027500', '093837.487500', '093837.947500', '093838.407500', '093838.867500', '093839.327500', '093839.787500', '093840.247500', '093840.707500', '093841.167500', '093841.627500', '093842.087500', '093842.547500', '093843.007500', '093843.467500', '093843.927500', '093844.387500', '093844.847500', '093845.307500', '093845.767500', '093846.227500', '093846.687500', '093847.147500', '093847.607500', '093848.067500', '093848.527500', '093848.987500', '093849.447500', '093849.907500', '093850.367500', '093850.827500', '093851.287500', '093851.747500', '093852.207500', '093852.667500', '093853.127500', '093853.587500', '093854.047500', '093854.507500', '093854.967500', '093855.427500', '093855.887500', '093856.347500', '093856.807500', '093857.267500', '093857.727500', '093858.187500', '093858.647500', '093859.107500', '093859.567500', '093900.027500', '093900.487500', '093900.947500', '093901.407500', '093901.867500', '093902.327500', '093902.787500', '093903.247500', '093903.707500', '093904.167500', '093904.627500', '093905.087500', '093905.547500', '093906.007500', '093906.467500', '093906.927500', '093907.387500', '093907.847500', '093908.307500', '093908.767500', '093909.227500', '093909.687500', '093910.147500', '093910.607500', '093911.067500', '093911.527500', '093911.987500', '093912.447500', '093912.907500', '093913.367500', '093913.827500', '093914.287500', '093914.747500', '093915.207500', '093915.667500', '093916.127500', '093916.587500', '093917.047500', '093917.507500', '093917.967500', '093918.427500', '093918.887500', '093919.347500', '093919.807500', '093920.267500', '093920.727500', '093921.187500', '093921.647500', '093922.107500', '093922.567500', '093923.027500', '093923.487500', '093923.947500', '093924.407500', '093924.867500', '093925.327500', '093925.787500', '093926.247500', '093926.707500', '093927.167500', '093927.627500', '093928.087500', '093928.547500', '093929.007500', '093929.467500', '093929.927500', '093930.387500', '093930.847500', '093931.307500', '093931.767500', '093932.227500', '093932.687500', '093933.147500', '093933.607500', '093934.067500', '093934.527500', '093934.987500', '093935.447500', '093935.907500', '093936.367500', '093936.827500', '093937.287500', '093937.747500', '093938.207500', '093938.667500', '093939.127500', '093939.587500', '093940.047500', '093940.507500', '093940.967500', '093941.427500', '093941.887500', '093942.347500', '093942.807500', '093943.267500', '093943.727500', '093944.187500', '093944.647500', '093945.107500', '093945.567500', '093946.027500', '093946.487500', '093946.947500', '093947.407500', '093947.867500', '093948.327500', '093948.787500', '093949.247500', '093949.707500', '093950.167500', '093950.627500', '093951.087500', '093951.547500', '093952.007500', '093952.467500', '093952.927500', '093953.387500', '093953.847500', '093954.307500', '093954.767500', '093955.227500', '093955.687500', '093956.147500', '093956.607500', '093957.067500', '093957.527500', '093957.987500', '093958.447500', '093958.907500', '093959.367500', '093959.827500', '094000.287500', '094000.747500', '094001.207500', '094001.667500', '094002.127500', '094002.587500', '094003.047500', '094003.507500', '094003.967500', '094004.427500', '094004.887500', '094005.347500', '094005.807500', '094006.267500', '094006.727500', '094007.187500', '094007.647500', '094008.107500', '094008.567500', '094009.027500', '094009.487500', '094009.947500', '094010.407500', '094010.867500', '094011.327500', '094011.787500', '094012.247500', '094012.707500', '094013.167500', '094013.627500', '094014.087500', '094014.547500', '094015.007500', '094015.467500', '094015.927500', '094016.387500', '094016.847500', '094017.307500', '094017.767500', '094018.227500', '094018.687500', '094019.147500', '094019.607500', '094020.067500', '094020.527500', '094020.987500', '094021.447500', '094021.907500', '094022.367500', '094022.827500', '094023.287500', '094023.747500', '094024.207500', '094024.667500', '094025.127500', '094025.587500', '094026.047500', '094026.507500', '094026.967500', '094027.427500', '094027.887500', '094028.347500', '094028.807500', '094029.267500', '094029.727500', '094030.187500', '094030.647500', '094031.107500', '094031.567500', '094032.027500', '094032.487500', '094032.947500', '094033.407500', '094033.867500', '094034.327500', '094034.787500', '094035.247500', '094035.707500', '094036.167500', '094036.627500', '094037.087500', '094037.547500', '094038.007500', '094038.467500', '094038.927500', '094039.387500', '094039.847500', '094040.307500', '094040.767500', '094041.227500', '094041.687500', '094042.147500', '094042.607500', '094043.067500', '094043.527500', '094043.987500', '094044.447500', '094044.907500', '094045.367500', '094045.827500', '094046.287500', '094046.747500', '094047.207500', '094047.667500', '094048.127500', '094048.587500', '094049.047500', '094049.507500', '094049.967500', '094050.427500', '094050.887500', '094051.347500', '094051.807500', '094052.267500', '094052.727500', '094053.187500', '094053.647500', '094054.107500', '094054.567500', '094055.027500', '094055.487500', '094055.947500', '094056.407500', '094056.867500', '094057.327500', '094057.787500', '094058.247500', '094058.707500', '094059.167500', '094059.627500', '094100.087500', '094100.547500', '094101.007500', '094101.467500', '094101.927500', '094102.387500', '094102.847500', '094103.307500', '094103.767500', '094104.227500', '094104.687500', '094105.147500', '094105.607500', '094106.067500', '094106.527500', '094106.987500', '094107.447500', '094107.907500', '094108.367500', '094108.827500', '094109.287500', '094109.747500', '094110.207500', '094110.667500', '094111.127500', '094111.587500', '094112.047500', '094112.507500', '094112.967500', '094113.427500', '094113.887500', '094114.347500', '094114.807500', '094115.267500', '094115.727500', '094116.187500', '094116.647500', '094117.107500', '094117.567500', '094118.027500', '094118.487500', '094118.947500', '094119.407500', '094119.867500', '094120.327500', '094120.787500', '094121.247500', '094121.707500', '094122.167500', '094122.627500', '094123.087500', '094123.547500', '094124.007500', '094124.467500', '094124.927500', '094125.387500', '094125.847500', '094126.307500', '094126.767500', '094127.227500', '094127.687500', '094128.147500', '094128.607500', '094129.067500', '094129.527500', '094129.987500', '094130.447500', '094130.907500', '094131.367500', '094131.827500', '094132.287500', '094132.747500', '094133.207500', '094133.667500', '094134.127500', '094134.587500', '094135.047500', '094135.507500', '094135.967500', '094136.427500', '094136.887500', '094137.347500', '094137.807500', '094138.267500', '094138.727500', '094139.187500', '094139.647500', '094140.107500', '094140.567500', '094141.027500', '094141.487500', '094141.947500', '094142.407500', '094142.867500', '094143.327500', '094143.787500', '094144.247500', '094144.707500', '094145.167500', '094145.627500', '094146.087500', '094146.547500', '094147.007500', '094147.467500', '094147.927500', '094148.387500', '094148.847500', '094149.307500', '094149.767500', '094150.227500', '094150.687500', '094151.147500', '094151.607500', '094152.067500', '094152.527500', '094152.987500', '094153.447500', '094153.907500', '094154.367500', '094154.827500', '094155.287500', '094155.747500', '094156.207500', '094156.667500', '094157.127500', '094157.587500', '094158.047500', '094158.507500', '094158.967500', '094159.427500', '094159.887500', '094200.347500', '094200.807500', '094201.267500', '094201.727500', '094202.187500', '094202.647500', '094203.107500', '094203.567500', '094204.027500', '094204.487500', '094204.947500', '094205.407500', '094205.867500', '094206.327500', '094206.787500', '094207.247500', '094207.707500', '094208.167500', '094208.627500', '094209.087500', '094209.547500', '094210.007500', '094210.467500', '094210.927500', '094211.387500', '094211.847500', '094212.307500', '094212.767500', '094213.227500', '094213.687500', '094214.147500', '094214.607500', '094215.067500', '094215.527500', '094215.987500', '094216.447500', '094216.907500', '094217.367500', '094217.827500', '094218.287500', '094218.747500', '094219.207500', '094219.667500', '094220.127500', '094220.587500', '094221.047500', '094221.507500', '094221.967500', '094222.427500', '094222.887500', '094223.347500', '094223.807500', '094224.267500', '094224.727500', '094225.187500', '094225.647500', '094226.107500', '094226.567500', '094227.027500', '094227.487500', '094227.947500', '094228.407500', '094228.867500', '094229.327500', '094229.787500', '094230.247500', '094230.707500', '094231.167500', '094231.627500', '094232.087500', '094232.547500', '094233.007500', '094233.467500', '094233.927500', '094234.387500', '094234.847500', '094235.307500', '094235.767500', '094236.227500', '094236.687500', '094237.147500', '094237.607500', '094238.067500', '094238.527500', '094238.987500', '094239.447500', '094239.907500', '094240.367500', '094240.827500', '094241.287500', '094241.747500', '094242.207500', '094242.667500', '094243.127500', '094243.587500', '094244.047500', '094244.507500', '094244.967500', '094245.427500', '094245.887500', '094246.347500', '094246.807500', '094247.267500', '094247.727500', '094248.187500', '094248.647500', '094249.107500', '094249.567500', '094250.027500', '094250.487500', '094250.947500', '094251.407500', '094251.867500', '094252.327500', '094252.787500', '094253.247500', '094253.707500', '094254.167500', '094254.627500', '094255.087500', '094255.547500', '094256.007500', '094256.467500', '094256.927500', '094257.387500', '094257.847500', '094258.307500', '094258.767500', '094259.227500', '094259.687500', '094300.147500', '094300.607500', '094301.067500', '094301.527500', '094301.987500', '094302.447500', '094302.907500', '094303.367500', '094303.827500', '094304.287500', '094304.747500', '094305.207500', '094305.667500', '094306.127500', '094306.587500', '094307.047500', '094307.507500', '094307.967500', '094308.427500', '094308.887500', '094309.347500', '094309.807500', '094310.267500', '094310.727500', '094311.187500', '094311.647500', '094312.107500', '094312.567500', '094313.027500', '094313.487500', '094313.947500', '094314.407500', '094314.867500', '094315.327500', '094315.787500', '094316.247500', '094316.707500', '094317.167500', '094317.627500', '094318.087500', '094318.547500', '094319.007500', '094319.467500', '094319.927500', '094320.387500', '094320.847500', '094321.307500', '094321.767500', '094322.227500', '094322.687500', '094323.147500', '094323.607500', '094324.067500', '094324.527500', '094324.987500', '094325.447500', '094325.907500', '094326.367500', '094326.827500', '094327.287500', '094327.747500', '094328.207500', '094328.667500', '094329.127500', '094329.587500', '094330.047500', '094330.507500', '094330.967500', '094331.427500', '094331.887500', '094332.347500', '094332.807500', '094333.267500', '094333.727500', '094334.187500', '094334.647500', '094335.107500', '094335.567500', '094336.027500', '094336.487500', '094336.947500', '094337.407500', '094337.867500', '094338.327500', '094338.787500', '094339.247500', '094339.707500', '094340.167500', '094340.627500', '094341.087500', '094341.547500', '094342.007500', '094342.467500', '094342.927500', '094343.387500', '094343.847500', '094344.307500', '094344.767500', '094345.227500', '094345.687500', '094346.147500', '094346.607500'], 'ContentTime': ['093714.544000', '093714.547000', '093714.550000', '093714.552000', '093714.555000', '093714.558000', '093714.560000', '093714.563000', '093714.565000', '093714.568000', '093714.571000', '093714.580000', '093714.589000', '093714.591000', '093714.594000', '093714.597000', '093734.518000', '093734.521000', '093734.524000', '093734.527000', '093734.530000', '093734.532000', '093734.535000', '093734.537000', '093734.540000', '093734.543000', '093734.545000', '093734.548000', '093734.550000', '093734.553000', '093734.555000', '093734.558000', '093734.560000', '093734.563000', '093734.566000', '093734.568000', '093734.571000', '093734.573000', '093734.576000', '093734.579000', '093734.581000', '093734.585000', '093734.588000', '093734.590000', '093734.593000', '093734.595000', '093734.598000', '093734.601000', '093734.603000', '093734.606000', '093734.608000', '093734.611000', '093734.622000', '093734.624000', '093734.627000', '093734.630000', '093734.632000', '093734.635000', '093734.637000', '093754.517000', '093754.520000', '093754.523000', '093754.525000', '093754.528000', '093754.531000', '093754.533000', '093754.536000', '093754.538000', '093754.541000', '093754.544000', '093754.546000', '093754.549000', '093754.551000', '093754.554000', '093754.557000', '093754.559000', '093754.562000', '093754.564000', '093754.567000', '093754.570000', '093754.572000', '093754.575000', '093754.577000', '093754.580000', '093754.583000', '093754.585000', '093754.588000', '093754.590000', '093754.593000', '093754.595000', '093754.598000', '093754.601000', '093754.603000', '093754.606000', '093754.609000', '093754.611000', '093754.614000', '093754.616000', '093754.619000', '093754.621000', '093754.624000', '093754.627000', '093754.629000', '093814.517000', '093814.520000', '093814.523000', '093814.525000', '093814.528000', '093814.530000', '093814.533000', '093814.535000', '093814.538000', '093814.547000', '093814.550000', '093814.552000', '093814.555000', '093814.557000', '093814.560000', '093814.562000', '093814.565000', '093814.568000', '093814.570000', '093814.573000', '093814.576000', '093814.578000', '093814.581000', '093814.584000', '093814.586000', '093814.589000', '093814.591000', '093814.594000', '093814.597000', '093814.599000', '093814.602000', '093814.605000', '093814.607000', '093814.610000', '093814.612000', '093814.615000', '093814.618000', '093814.620000', '093814.623000', '093814.625000', '093814.628000', '093814.631000', '093814.633000', '093834.516000', '093834.519000', '093834.522000', '093834.525000', '093834.527000', '093834.530000', '093834.532000', '093834.535000', '093834.537000', '093834.540000', '093834.543000', '093834.545000', '093834.548000', '093834.550000', '093834.553000', '093834.556000', '093834.558000', '093834.561000', '093834.563000', '093834.566000', '093834.569000', '093834.571000', '093834.574000', '093834.577000', '093834.579000', '093834.582000', '093834.584000', '093834.587000', '093834.590000', '093834.592000', '093834.595000', '093834.597000', '093834.600000', '093834.603000', '093834.605000', '093834.608000', '093834.610000', '093834.613000', '093834.616000', '093834.618000', '093834.621000', '093834.624000', '093834.626000', '093834.629000', '093854.516000', '093854.519000', '093854.522000', '093854.524000', '093854.527000', '093854.530000', '093854.532000', '093854.548000', '093854.550000', '093854.553000', '093854.555000', '093854.558000', '093854.561000', '093854.563000', '093854.566000', '093854.568000', '093854.571000', '093854.574000', '093854.576000', '093854.579000', '093854.581000', '093854.584000', '093854.587000', '093854.589000', '093854.592000', '093854.595000', '093854.597000', '093854.600000', '093854.603000', '093854.606000', '093854.608000', '093854.611000', '093854.613000', '093854.616000', '093854.619000', '093854.621000', '093854.625000', '093854.628000', '093854.631000', '093854.633000', '093854.636000', '093854.639000', '093854.641000', '093914.518000', '093914.520000', '093914.523000', '093914.526000', '093914.528000', '093914.531000', '093914.533000', '093914.536000', '093914.539000', '093914.541000', '093914.544000', '093914.546000', '093914.549000', '093914.552000', '093914.554000', '093914.557000', '093914.559000', '093914.562000', '093914.565000', '093914.567000', '093914.570000', '093914.572000', '093914.575000', '093914.578000', '093914.580000', '093914.583000', '093914.585000', '093914.588000', '093914.591000', '093914.594000', '093914.596000', '093914.599000', '093914.602000', '093914.605000', '093914.607000', '093914.610000', '093914.613000', '093914.615000', '093914.618000', '093914.621000', '093914.623000', '093914.626000', '093914.628000', '093914.631000', '093934.518000', '093934.520000', '093934.523000', '093934.526000', '093934.528000', '093934.531000', '093934.533000', '093934.536000', '093934.539000', '093934.541000', '093934.544000', '093934.553000', '093934.555000', '093934.558000', '093934.561000', '093934.563000', '093934.566000', '093934.568000', '093934.571000', '093934.574000', '093934.577000', '093934.579000', '093934.582000', '093934.584000', '093934.587000', '093934.590000', '093934.592000', '093934.595000', '093934.597000', '093934.600000', '093934.603000', '093934.606000', '093934.608000', '093934.611000', '093934.614000', '093934.616000', '093934.619000', '093934.621000', '093934.624000', '093934.627000', '093934.629000', '093934.632000', '093934.634000', '093954.518000', '093954.520000', '093954.523000', '093954.526000', '093954.528000', '093954.531000', '093954.534000', '093954.536000', '093954.539000', '093954.542000', '093954.545000', '093954.547000', '093954.550000', '093954.553000', '093954.555000', '093954.558000', '093954.560000', '093954.563000', '093954.566000', '093954.568000', '093954.571000', '093954.573000', '093954.576000', '093954.579000', '093954.581000', '093954.584000', '093954.586000', '093954.589000', '093954.592000', '093954.594000', '093954.597000', '093954.600000', '093954.602000', '093954.605000', '093954.607000', '093954.610000', '093954.613000', '093954.615000', '093954.618000', '093954.621000', '093954.623000', '093954.626000', '093954.628000', '093954.631000', '094014.517000', '094014.520000', '094014.523000', '094014.526000', '094014.528000', '094014.531000', '094014.534000', '094014.536000', '094014.539000', '094014.541000', '094014.544000', '094014.547000', '094014.549000', '094014.552000', '094014.555000', '094014.557000', '094014.560000', '094014.563000', '094014.565000', '094014.568000', '094014.571000', '094014.573000', '094014.576000', '094014.578000', '094014.581000', '094014.584000', '094014.586000', '094014.589000', '094014.592000', '094014.594000', '094014.597000', '094014.606000', '094014.609000', '094014.612000', '094014.615000', '094014.618000', '094014.620000', '094014.623000', '094014.626000', '094014.628000', '094014.631000', '094014.634000', '094014.636000', '094034.517000', '094034.519000', '094034.522000', '094034.525000', '094034.527000', '094034.530000', '094034.532000', '094034.535000', '094034.538000', '094034.540000', '094034.543000', '094034.545000', '094034.548000', '094034.557000', '094034.559000', '094034.562000', '094034.565000', '094034.567000', '094034.570000', '094034.573000', '094034.575000', '094034.578000', '094034.580000', '094034.583000', '094034.585000', '094034.588000', '094034.591000', '094034.593000', '094034.596000', '094034.599000', '094034.601000', '094034.604000', '094034.607000', '094034.609000', '094034.612000', '094034.615000', '094034.617000', '094034.620000', '094034.622000', '094034.625000', '094034.627000', '094034.630000', '094034.633000', '094034.635000', '094054.517000', '094054.520000', '094054.523000', '094054.525000', '094054.528000', '094054.531000', '094054.533000', '094054.536000', '094054.538000', '094054.541000', '094054.544000', '094054.546000', '094054.549000', '094054.552000', '094054.554000', '094054.557000', '094054.560000', '094054.562000', '094054.565000', '094054.567000', '094054.570000', '094054.573000', '094054.575000', '094054.578000', '094054.580000', '094054.583000', '094054.586000', '094054.588000', '094054.591000', '094054.594000', '094054.596000', '094054.599000', '094054.602000', '094054.604000', '094054.607000', '094054.609000', '094054.612000', '094054.615000', '094054.617000', '094054.620000', '094054.622000', '094054.625000', '094054.628000', '094114.517000', '094114.520000', '094114.523000', '094114.525000', '094114.528000', '094114.531000', '094114.533000', '094114.536000', '094114.539000', '094114.541000', '094114.544000', '094114.547000', '094114.549000', '094114.552000', '094114.555000', '094114.557000', '094114.560000', '094114.563000', '094114.565000', '094114.568000', '094114.570000', '094114.573000', '094114.576000', '094114.578000', '094114.581000', '094114.583000', '094114.586000', '094114.589000', '094114.591000', '094114.594000', '094114.597000', '094114.600000', '094114.602000', '094114.605000', '094114.608000', '094114.611000', '094114.613000', '094114.616000', '094114.618000', '094114.621000', '094114.624000', '094114.626000', '094114.629000', '094114.632000', '094134.518000', '094134.520000', '094134.523000', '094134.526000', '094134.529000', '094134.531000', '094134.534000', '094134.536000', '094134.539000', '094134.542000', '094134.544000', '094134.547000', '094134.550000', '094134.552000', '094134.555000', '094134.558000', '094134.560000', '094134.563000', '094134.566000', '094134.568000', '094134.571000', '094134.573000', '094134.576000', '094134.579000', '094134.581000', '094134.584000', '094134.586000', '094134.589000', '094134.592000', '094134.594000', '094134.597000', '094134.600000', '094134.603000', '094134.605000', '094134.608000', '094134.610000', '094134.613000', '094134.616000', '094134.618000', '094134.621000', '094134.624000', '094134.626000', '094134.629000', '094154.518000', '094154.520000', '094154.523000', '094154.526000', '094154.528000', '094154.531000', '094154.534000', '094154.536000', '094154.539000', '094154.542000', '094154.544000', '094154.547000', '094154.549000', '094154.552000', '094154.566000', '094154.569000', '094154.572000', '094154.574000', '094154.577000', '094154.580000', '094154.582000', '094154.585000', '094154.588000', '094154.590000', '094154.593000', '094154.596000', '094154.598000', '094154.601000', '094154.603000', '094154.606000', '094154.609000', '094154.612000', '094154.614000', '094154.617000', '094154.619000', '094154.622000', '094154.625000', '094154.627000', '094154.630000', '094154.632000', '094154.635000', '094154.638000', '094154.640000', '094154.643000', '094214.518000', '094214.520000', '094214.523000', '094214.526000', '094214.528000', '094214.531000', '094214.534000', '094214.536000', '094214.539000', '094214.542000', '094214.544000', '094214.547000', '094214.550000', '094214.552000', '094214.555000', '094214.558000', '094214.560000', '094214.563000', '094214.566000', '094214.568000', '094214.571000', '094214.573000', '094214.576000', '094214.579000', '094214.581000', '094214.584000', '094214.587000', '094214.589000', '094214.592000', '094214.595000', '094214.597000', '094214.600000', '094214.603000', '094214.605000', '094214.608000', '094214.611000', '094214.613000', '094214.616000', '094214.618000', '094214.621000', '094214.624000', '094214.626000', '094214.629000', '094234.517000', '094234.520000', '094234.523000', '094234.526000', '094234.528000', '094234.531000', '094234.534000', '094234.536000', '094234.539000', '094234.542000', '094234.544000', '094234.547000', '094234.550000', '094234.560000', '094234.563000', '094234.565000', '094234.568000', '094234.571000', '094234.573000', '094234.576000', '094234.579000', '094234.581000', '094234.584000', '094234.586000', '094234.589000', '094234.592000', '094234.594000', '094234.597000', '094234.600000', '094234.602000', '094234.605000', '094234.608000', '094234.610000', '094234.613000', '094234.615000', '094234.618000', '094234.621000', '094234.623000', '094234.626000', '094234.628000', '094234.631000', '094234.634000', '094234.636000', '094234.639000', '094254.516000', '094254.519000', '094254.522000', '094254.525000', '094254.527000', '094254.530000', '094254.533000', '094254.535000', '094254.538000', '094254.541000', '094254.543000', '094254.546000', '094254.549000', '094254.551000', '094254.554000', '094254.556000', '094254.559000', '094254.562000', '094254.564000', '094254.567000', '094254.570000', '094254.572000', '094254.575000', '094254.577000', '094254.580000', '094254.583000', '094254.586000', '094254.588000', '094254.591000', '094254.593000', '094254.596000', '094254.599000', '094254.602000', '094254.604000', '094254.607000', '094254.609000', '094254.612000', '094254.615000', '094254.617000', '094254.620000', '094254.623000', '094254.627000', '094254.629000', '094314.517000', '094314.519000', '094314.522000', '094314.525000', '094314.527000', '094314.530000', '094314.533000', '094314.535000', '094314.538000', '094314.541000', '094314.543000', '094314.546000', '094314.548000', '094314.551000', '094314.572000', '094314.574000', '094314.577000', '094314.580000', '094314.582000', '094314.585000', '094314.587000', '094314.590000', '094314.593000', '094314.595000', '094314.598000', '094314.601000', '094314.603000', '094314.606000', '094314.609000', '094314.611000', '094314.614000', '094314.616000', '094314.619000', '094314.622000', '094314.624000', '094314.627000', '094314.629000', '094314.632000', '094314.635000', '094314.650000', '094314.652000', '094314.655000', '094314.657000', '094314.660000', '094334.516000', '094334.520000', '094334.522000', '094334.525000', '094334.527000', '094334.530000', '094334.533000', '094334.535000', '094334.538000', '094334.541000', '094334.543000', '094334.546000', '094334.549000', '094334.551000', '094334.554000', '094334.557000', '094334.559000', '094334.562000', '094334.564000', '094334.567000', '094334.570000', '094334.572000', '094334.575000', '094334.578000', '094334.580000', '094334.583000', '094334.586000', '094334.588000', '094334.591000', '094334.594000', '094334.596000', '094334.599000', '094334.602000', '094334.604000', '094334.607000', '094334.610000', '094334.612000', '094334.615000', '094334.618000', '094334.620000', '094334.623000', '094334.625000', '094334.628000', '094348.052000', '094348.061000', '094348.064000', '094348.067000', '094348.070000', '094348.072000', '094348.075000', '094348.078000', '094348.081000', '094348.084000', '094348.087000', '094348.089000', '094348.092000', '094348.095000', '094348.097000', '094348.100000', '094348.104000', '094348.107000', '094348.110000', '094348.113000', '094348.116000', '094348.119000', '094348.122000', '094348.126000', '094348.129000', '094348.132000', '094348.135000', '094348.138000', '094348.140000', '094348.143000'], 'InstanceCreationTime': ['093714.544000', '093714.547000', '093714.550000', '093714.552000', '093714.555000', '093714.558000', '093714.560000', '093714.563000', '093714.565000', '093714.568000', '093714.571000', '093714.580000', '093714.589000', '093714.591000', '093714.594000', '093714.597000', '093734.518000', '093734.521000', '093734.524000', '093734.527000', '093734.530000', '093734.532000', '093734.535000', '093734.537000', '093734.540000', '093734.543000', '093734.545000', '093734.548000', '093734.550000', '093734.553000', '093734.555000', '093734.558000', '093734.560000', '093734.563000', '093734.566000', '093734.568000', '093734.571000', '093734.573000', '093734.576000', '093734.579000', '093734.581000', '093734.585000', '093734.588000', '093734.590000', '093734.593000', '093734.595000', '093734.598000', '093734.601000', '093734.603000', '093734.606000', '093734.608000', '093734.611000', '093734.622000', '093734.624000', '093734.627000', '093734.630000', '093734.632000', '093734.635000', '093734.637000', '093754.517000', '093754.520000', '093754.523000', '093754.525000', '093754.528000', '093754.531000', '093754.533000', '093754.536000', '093754.538000', '093754.541000', '093754.544000', '093754.546000', '093754.549000', '093754.551000', '093754.554000', '093754.557000', '093754.559000', '093754.562000', '093754.564000', '093754.567000', '093754.570000', '093754.572000', '093754.575000', '093754.577000', '093754.580000', '093754.583000', '093754.585000', '093754.588000', '093754.590000', '093754.593000', '093754.595000', '093754.598000', '093754.601000', '093754.603000', '093754.606000', '093754.609000', '093754.611000', '093754.614000', '093754.616000', '093754.619000', '093754.621000', '093754.624000', '093754.627000', '093754.629000', '093814.517000', '093814.520000', '093814.523000', '093814.525000', '093814.528000', '093814.530000', '093814.533000', '093814.535000', '093814.538000', '093814.547000', '093814.550000', '093814.552000', '093814.555000', '093814.557000', '093814.560000', '093814.562000', '093814.565000', '093814.568000', '093814.570000', '093814.573000', '093814.576000', '093814.578000', '093814.581000', '093814.584000', '093814.586000', '093814.589000', '093814.591000', '093814.594000', '093814.597000', '093814.599000', '093814.602000', '093814.605000', '093814.607000', '093814.610000', '093814.612000', '093814.615000', '093814.618000', '093814.620000', '093814.623000', '093814.625000', '093814.628000', '093814.631000', '093814.633000', '093834.516000', '093834.519000', '093834.522000', '093834.525000', '093834.527000', '093834.530000', '093834.532000', '093834.535000', '093834.537000', '093834.540000', '093834.543000', '093834.545000', '093834.548000', '093834.550000', '093834.553000', '093834.556000', '093834.558000', '093834.561000', '093834.563000', '093834.566000', '093834.569000', '093834.571000', '093834.574000', '093834.577000', '093834.579000', '093834.582000', '093834.584000', '093834.587000', '093834.590000', '093834.592000', '093834.595000', '093834.597000', '093834.600000', '093834.603000', '093834.605000', '093834.608000', '093834.610000', '093834.613000', '093834.616000', '093834.618000', '093834.621000', '093834.624000', '093834.626000', '093834.629000', '093854.516000', '093854.519000', '093854.522000', '093854.524000', '093854.527000', '093854.530000', '093854.532000', '093854.548000', '093854.550000', '093854.553000', '093854.555000', '093854.558000', '093854.561000', '093854.563000', '093854.566000', '093854.568000', '093854.571000', '093854.574000', '093854.576000', '093854.579000', '093854.581000', '093854.584000', '093854.587000', '093854.589000', '093854.592000', '093854.595000', '093854.597000', '093854.600000', '093854.603000', '093854.606000', '093854.608000', '093854.611000', '093854.613000', '093854.616000', '093854.619000', '093854.621000', '093854.625000', '093854.628000', '093854.631000', '093854.633000', '093854.636000', '093854.639000', '093854.641000', '093914.518000', '093914.520000', '093914.523000', '093914.526000', '093914.528000', '093914.531000', '093914.533000', '093914.536000', '093914.539000', '093914.541000', '093914.544000', '093914.546000', '093914.549000', '093914.552000', '093914.554000', '093914.557000', '093914.559000', '093914.562000', '093914.565000', '093914.567000', '093914.570000', '093914.572000', '093914.575000', '093914.578000', '093914.580000', '093914.583000', '093914.585000', '093914.588000', '093914.591000', '093914.594000', '093914.596000', '093914.599000', '093914.602000', '093914.605000', '093914.607000', '093914.610000', '093914.613000', '093914.615000', '093914.618000', '093914.621000', '093914.623000', '093914.626000', '093914.628000', '093914.631000', '093934.518000', '093934.520000', '093934.523000', '093934.526000', '093934.528000', '093934.531000', '093934.533000', '093934.536000', '093934.539000', '093934.541000', '093934.544000', '093934.553000', '093934.555000', '093934.558000', '093934.561000', '093934.563000', '093934.566000', '093934.568000', '093934.571000', '093934.574000', '093934.577000', '093934.579000', '093934.582000', '093934.584000', '093934.587000', '093934.590000', '093934.592000', '093934.595000', '093934.597000', '093934.600000', '093934.603000', '093934.606000', '093934.608000', '093934.611000', '093934.614000', '093934.616000', '093934.619000', '093934.621000', '093934.624000', '093934.627000', '093934.629000', '093934.632000', '093934.634000', '093954.518000', '093954.520000', '093954.523000', '093954.526000', '093954.528000', '093954.531000', '093954.534000', '093954.536000', '093954.539000', '093954.542000', '093954.545000', '093954.547000', '093954.550000', '093954.553000', '093954.555000', '093954.558000', '093954.560000', '093954.563000', '093954.566000', '093954.568000', '093954.571000', '093954.573000', '093954.576000', '093954.579000', '093954.581000', '093954.584000', '093954.586000', '093954.589000', '093954.592000', '093954.594000', '093954.597000', '093954.600000', '093954.602000', '093954.605000', '093954.607000', '093954.610000', '093954.613000', '093954.615000', '093954.618000', '093954.621000', '093954.623000', '093954.626000', '093954.628000', '093954.631000', '094014.517000', '094014.520000', '094014.523000', '094014.526000', '094014.528000', '094014.531000', '094014.534000', '094014.536000', '094014.539000', '094014.541000', '094014.544000', '094014.547000', '094014.549000', '094014.552000', '094014.555000', '094014.557000', '094014.560000', '094014.563000', '094014.565000', '094014.568000', '094014.571000', '094014.573000', '094014.576000', '094014.578000', '094014.581000', '094014.584000', '094014.586000', '094014.589000', '094014.592000', '094014.594000', '094014.597000', '094014.606000', '094014.609000', '094014.612000', '094014.615000', '094014.618000', '094014.620000', '094014.623000', '094014.626000', '094014.628000', '094014.631000', '094014.634000', '094014.636000', '094034.517000', '094034.519000', '094034.522000', '094034.525000', '094034.527000', '094034.530000', '094034.532000', '094034.535000', '094034.538000', '094034.540000', '094034.543000', '094034.545000', '094034.548000', '094034.557000', '094034.559000', '094034.562000', '094034.565000', '094034.567000', '094034.570000', '094034.573000', '094034.575000', '094034.578000', '094034.580000', '094034.583000', '094034.585000', '094034.588000', '094034.591000', '094034.593000', '094034.596000', '094034.599000', '094034.601000', '094034.604000', '094034.607000', '094034.609000', '094034.612000', '094034.615000', '094034.617000', '094034.620000', '094034.622000', '094034.625000', '094034.627000', '094034.630000', '094034.633000', '094034.635000', '094054.517000', '094054.520000', '094054.523000', '094054.525000', '094054.528000', '094054.531000', '094054.533000', '094054.536000', '094054.538000', '094054.541000', '094054.544000', '094054.546000', '094054.549000', '094054.552000', '094054.554000', '094054.557000', '094054.560000', '094054.562000', '094054.565000', '094054.567000', '094054.570000', '094054.573000', '094054.575000', '094054.578000', '094054.580000', '094054.583000', '094054.586000', '094054.588000', '094054.591000', '094054.594000', '094054.596000', '094054.599000', '094054.602000', '094054.604000', '094054.607000', '094054.609000', '094054.612000', '094054.615000', '094054.617000', '094054.620000', '094054.622000', '094054.625000', '094054.628000', '094114.517000', '094114.520000', '094114.523000', '094114.525000', '094114.528000', '094114.531000', '094114.533000', '094114.536000', '094114.539000', '094114.541000', '094114.544000', '094114.547000', '094114.549000', '094114.552000', '094114.555000', '094114.557000', '094114.560000', '094114.563000', '094114.565000', '094114.568000', '094114.570000', '094114.573000', '094114.576000', '094114.578000', '094114.581000', '094114.583000', '094114.586000', '094114.589000', '094114.591000', '094114.594000', '094114.597000', '094114.600000', '094114.602000', '094114.605000', '094114.608000', '094114.611000', '094114.613000', '094114.616000', '094114.618000', '094114.621000', '094114.624000', '094114.626000', '094114.629000', '094114.632000', '094134.518000', '094134.520000', '094134.523000', '094134.526000', '094134.529000', '094134.531000', '094134.534000', '094134.536000', '094134.539000', '094134.542000', '094134.544000', '094134.547000', '094134.550000', '094134.552000', '094134.555000', '094134.558000', '094134.560000', '094134.563000', '094134.566000', '094134.568000', '094134.571000', '094134.573000', '094134.576000', '094134.579000', '094134.581000', '094134.584000', '094134.586000', '094134.589000', '094134.592000', '094134.594000', '094134.597000', '094134.600000', '094134.603000', '094134.605000', '094134.608000', '094134.610000', '094134.613000', '094134.616000', '094134.618000', '094134.621000', '094134.624000', '094134.626000', '094134.629000', '094154.518000', '094154.520000', '094154.523000', '094154.526000', '094154.528000', '094154.531000', '094154.534000', '094154.536000', '094154.539000', '094154.542000', '094154.544000', '094154.547000', '094154.549000', '094154.552000', '094154.566000', '094154.569000', '094154.572000', '094154.574000', '094154.577000', '094154.580000', '094154.582000', '094154.585000', '094154.588000', '094154.590000', '094154.593000', '094154.596000', '094154.598000', '094154.601000', '094154.603000', '094154.606000', '094154.609000', '094154.612000', '094154.614000', '094154.617000', '094154.619000', '094154.622000', '094154.625000', '094154.627000', '094154.630000', '094154.632000', '094154.635000', '094154.638000', '094154.640000', '094154.643000', '094214.518000', '094214.520000', '094214.523000', '094214.526000', '094214.528000', '094214.531000', '094214.534000', '094214.536000', '094214.539000', '094214.542000', '094214.544000', '094214.547000', '094214.550000', '094214.552000', '094214.555000', '094214.558000', '094214.560000', '094214.563000', '094214.566000', '094214.568000', '094214.571000', '094214.573000', '094214.576000', '094214.579000', '094214.581000', '094214.584000', '094214.587000', '094214.589000', '094214.592000', '094214.595000', '094214.597000', '094214.600000', '094214.603000', '094214.605000', '094214.608000', '094214.611000', '094214.613000', '094214.616000', '094214.618000', '094214.621000', '094214.624000', '094214.626000', '094214.629000', '094234.517000', '094234.520000', '094234.523000', '094234.526000', '094234.528000', '094234.531000', '094234.534000', '094234.536000', '094234.539000', '094234.542000', '094234.544000', '094234.547000', '094234.550000', '094234.560000', '094234.563000', '094234.565000', '094234.568000', '094234.571000', '094234.573000', '094234.576000', '094234.579000', '094234.581000', '094234.584000', '094234.586000', '094234.589000', '094234.592000', '094234.594000', '094234.597000', '094234.600000', '094234.602000', '094234.605000', '094234.608000', '094234.610000', '094234.613000', '094234.615000', '094234.618000', '094234.621000', '094234.623000', '094234.626000', '094234.628000', '094234.631000', '094234.634000', '094234.636000', '094234.639000', '094254.516000', '094254.519000', '094254.522000', '094254.525000', '094254.527000', '094254.530000', '094254.533000', '094254.535000', '094254.538000', '094254.541000', '094254.543000', '094254.546000', '094254.549000', '094254.551000', '094254.554000', '094254.556000', '094254.559000', '094254.562000', '094254.564000', '094254.567000', '094254.570000', '094254.572000', '094254.575000', '094254.577000', '094254.580000', '094254.583000', '094254.586000', '094254.588000', '094254.591000', '094254.593000', '094254.596000', '094254.599000', '094254.602000', '094254.604000', '094254.607000', '094254.609000', '094254.612000', '094254.615000', '094254.617000', '094254.620000', '094254.623000', '094254.627000', '094254.629000', '094314.517000', '094314.519000', '094314.522000', '094314.525000', '094314.527000', '094314.530000', '094314.533000', '094314.535000', '094314.538000', '094314.541000', '094314.543000', '094314.546000', '094314.548000', '094314.551000', '094314.572000', '094314.574000', '094314.577000', '094314.580000', '094314.582000', '094314.585000', '094314.587000', '094314.590000', '094314.593000', '094314.595000', '094314.598000', '094314.601000', '094314.603000', '094314.606000', '094314.609000', '094314.611000', '094314.614000', '094314.616000', '094314.619000', '094314.622000', '094314.624000', '094314.627000', '094314.629000', '094314.632000', '094314.635000', '094314.650000', '094314.652000', '094314.655000', '094314.657000', '094314.660000', '094334.516000', '094334.520000', '094334.522000', '094334.525000', '094334.527000', '094334.530000', '094334.533000', '094334.535000', '094334.538000', '094334.541000', '094334.543000', '094334.546000', '094334.549000', '094334.551000', '094334.554000', '094334.557000', '094334.559000', '094334.562000', '094334.564000', '094334.567000', '094334.570000', '094334.572000', '094334.575000', '094334.578000', '094334.580000', '094334.583000', '094334.586000', '094334.588000', '094334.591000', '094334.594000', '094334.596000', '094334.599000', '094334.602000', '094334.604000', '094334.607000', '094334.610000', '094334.612000', '094334.615000', '094334.618000', '094334.620000', '094334.623000', '094334.625000', '094334.628000', '094348.052000', '094348.061000', '094348.064000', '094348.067000', '094348.070000', '094348.072000', '094348.075000', '094348.078000', '094348.081000', '094348.084000', '094348.087000', '094348.089000', '094348.092000', '094348.095000', '094348.097000', '094348.100000', '094348.104000', '094348.107000', '094348.110000', '094348.113000', '094348.116000', '094348.119000', '094348.122000', '094348.126000', '094348.129000', '094348.132000', '094348.135000', '094348.138000', '094348.140000', '094348.143000'], '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': [14877, 12016, 14825, 16097, 11940, 15422, 11084, 11661, 8157, 11703, 15050, 9946, 12861, 12446, 10558, 11951, 8542, 13304, 8400, 9956, 12594, 9485, 12550, 8532, 11559, 14269, 9224, 12032, 9462, 10554, 11979, 8605, 12667, 8891, 10052, 13551, 8898, 10654, 13717, 10025, 10587, 8234, 10331, 13115, 8426, 12065, 8617, 10046, 13117, 9133, 11476, 11963, 9100, 12319, 9011, 10245, 8281, 10598, 12509, 9113, 12387, 9291, 9982, 13264, 10019, 10282, 7952, 10359, 13363, 8683, 10172, 8529, 9341, 13138, 8721, 11523, 14636, 9039, 11358, 9510, 10260, 15314, 8253, 11339, 9569, 9202, 10906, 8338, 12147, 9665, 8830, 14194, 9282, 9255, 7815, 8454, 13372, 9224, 9534, 12963, 8353, 10996, 8656, 9150, 14541, 8876, 10091, 13950, 9126, 10767, 8313, 10089, 14731, 8558, 11421, 11061, 9745, 12029, 8215, 10330, 11496, 8772, 12626, 9102, 9462, 13663, 8444, 9406, 9561, 8749, 9680, 7894, 9292, 9990, 7968, 12258, 8650, 9259, 13582, 7979, 9798, 14158, 8057, 9367, 7913, 8849, 14800, 8026, 9932, 10072, 8905, 10319, 7822, 9341, 14890, 8294, 10762, 9663, 9259, 12768, 7815, 9883, 12594, 8413, 11192, 9378, 8821, 12828, 8075, 8722, 14859, 8040, 9186, 7810, 8448, 14047, 8397, 8778, 8115, 8304, 13466, 8240, 9485, 15107, 9469, 10030, 12330, 9136, 11815, 8710, 9137, 12725, 8540, 12054, 9173, 9266, 14656, 8384, 9335, 7887, 8740, 7985, 8869, 14959, 9099, 9337, 10243, 8699, 14049, 8690, 9609, 16521, 9057, 9228, 8002, 8989, 14050, 9123, 9149, 12996, 9235, 9011, 13621, 8003, 10459, 12398, 8222, 10629, 8736, 8762, 13816, 8396, 9144, 14912, 9242, 8648, 13780, 8312, 9392, 12143, 7860, 9582, 7857, 8407, 13469, 8240, 8942, 11838, 8225, 10543, 8410, 8839, 14758, 9348, 9169, 10809, 8545, 13405, 9540, 9619, 15657, 8848, 10535, 10434, 9013, 12910, 8416, 9758, 10261, 8566, 7950, 8024, 12476, 7882, 10784, 14016, 9170, 12799, 8380, 10900, 9501, 9902, 11159, 8091, 13989, 9782, 9497, 14184, 9712, 9264, 7920, 8284, 13571, 9614, 9049, 13374, 8086, 10192, 9403, 8017, 12252, 9751, 8899, 11650, 8184, 9586, 12268, 8127, 12276, 10723, 9615, 12485, 8755, 10173, 15845, 9437, 10886, 15863, 9541, 10767, 9280, 8803, 14007, 10056, 9250, 13258, 8701, 10394, 13036, 8310, 12290, 9651, 9318, 12187, 8201, 9133, 12783, 8175, 10725, 7941, 9093, 7565, 8028, 7454, 9381, 7284, 9347, 7740, 11529, 9839, 13102, 14175, 13019, 16576, 11861, 11947, 9145, 13507, 8530, 13226, 17390, 11594, 16451, 10866, 15510, 10249, 13184, 9208, 11899, 16036, 9668, 11778, 8581, 9164, 7905, 7891, 12098, 8274, 9430, 13074, 8353, 10284, 8101, 9214, 14188, 8818, 10191, 8121, 10072, 15455, 9652, 11319, 16410, 9689, 9904, 7946, 9233, 14817, 9691, 9980, 14361, 8829, 10352, 8320, 8328, 12852, 7894, 8814, 7543, 9734, 7788, 10070, 8254, 12586, 9625, 14120, 9924, 14468, 15115, 11248, 15248, 11503, 11609, 9574, 10683, 16018, 10829, 11516, 16840, 10726, 10630, 9059, 9465, 14317, 9830, 9848, 14670, 9374, 9633, 14169, 8807, 9662, 12399, 7887, 10221, 8712, 8297, 10942, 7870, 10944, 8205, 9518, 14159, 8760, 10305, 11497, 9000, 12504, 8217, 10236, 16193, 8861, 11584, 12811, 9044, 12604, 9842, 9372, 12034, 8160, 12268, 9793, 9067, 13651, 8513, 9868, 12157, 8495, 11465, 8147, 10174, 7961, 9322, 11947, 8185, 7661, 7915, 7750, 10236, 7912, 12009, 9318, 13311, 11484, 13007, 11714, 11933, 16465, 10822, 12230, 16263, 10520, 15123, 9748, 14986, 11511, 10794, 15148, 9848, 11260, 11786, 10032, 15331, 10620, 10571, 14042, 8716, 10900, 11487, 8796, 12741, 9339, 10167, 14977, 9074, 10256, 11545, 8567, 10815, 8293, 10638, 10512, 8897, 13027, 9349, 11166, 11913, 9516, 14734, 10109, 10664, 14447, 9064, 12666, 10138, 10076, 14675, 9647, 10567, 12695, 9223, 10999, 8012, 10543, 8551, 9159, 13538, 8686, 11124, 7709, 8779, 9333, 9339, 7789, 7429, 7728, 7296, 10267, 9860, 13186, 14437, 11528, 15142, 11164, 12533, 9845, 11476, 10737, 10615, 14277, 10028, 12381, 17946, 10295, 12428, 10371, 10855, 12918, 9909, 10548, 7999, 9143, 11810, 8479, 11908, 8238, 10855, 10696, 10500, 8466, 9561, 13362, 9249, 10767, 8108, 11800, 11173, 9738, 13836, 9789, 10797, 14684, 9501, 11899, 8706, 9903, 13087, 8622, 10798, 13972, 9240, 10837, 11352, 8999, 9698, 10124, 7682, 8465, 7413, 8853, 7944, 10830, 8358, 12437, 10027, 11410, 15959, 10941, 14045, 11585, 12205, 15691, 11643, 12220, 14668, 11442, 15350, 13427, 12436, 14897, 11083, 10798, 13109, 8898, 10567, 10385, 10051, 12801, 8929, 11347, 13022, 8822, 11977, 10092, 9847, 13412, 9382, 10950, 13221, 9742, 11466, 15047, 9641, 11135, 12602, 9346, 12185, 9361, 10165, 12620, 8816, 11361, 11860, 8931, 11947, 8762, 11695, 8741, 10119, 7883, 8598, 7542, 7892, 9659, 8470, 11537, 15201, 10214, 13599, 9077, 11788, 16340, 9716, 13057, 10534, 11202, 15512, 10173, 11992, 9405, 10298, 14441, 9458, 11365, 15932, 9306, 11176, 8498, 10381, 14114, 9821, 11140, 14057, 8999, 12145, 8779, 10393, 13727, 8760, 11611, 8402, 10938, 8374, 10191, 10018, 9617, 14818, 9750, 12737, 10875, 10659, 10971, 9898, 15588, 9882, 13453, 13972, 10006, 15868, 11112, 11513, 16405, 10185, 11885, 13303, 9789, 13827, 9098, 10843, 10090, 8750, 7358, 9014, 7429, 10224, 8353, 12641, 9587, 13591, 14654, 10710, 15605, 11403, 11516, 15875, 10305, 14005, 12601, 10807, 15773, 12735, 11612, 14106, 9927, 11602, 16126, 10110, 11237, 15369, 9532, 10259, 13468, 9215, 10520, 15290, 9040, 11149, 12588, 9002, 11567, 8562, 11162, 11436, 9116, 12741, 9666, 10588, 14457, 9014, 12642, 14481, 9844, 13783, 10054, 11192, 11552, 9339, 13160, 10036, 11172, 13806, 9541, 12717, 9408, 11232, 14729, 10255, 12506, 16344, 9732, 12371, 9301, 11904, 8594, 10905, 10637, 7607, 7375, 8128, 8906, 8819, 11455, 8365, 9766, 8810, 7839, 8691, 11223, 9459, 11635, 8815, 11228, 9399, 8528, 11079, 8686, 13426, 9478, 15321, 11489, 15834, 12649, 13164, 13211, 10972, 15043, 9552, 13689, 9572, 12338, 15772, 9884], 'WindowCenter': [4794.0, 4724.0, 4738.0, 4709.0, 4679.0, 4696.0, 4653.0, 4652.0, 4602.0, 4649.0, 4667.0, 4631.0, 4686.0, 4659.0, 4627.0, 4638.0, 4610.0, 4657.0, 4609.0, 4631.0, 4646.0, 4630.0, 4647.0, 4597.0, 4625.0, 4655.0, 4620.0, 4650.0, 4616.0, 4615.0, 4625.0, 4594.0, 4645.0, 4594.0, 4604.0, 4634.0, 4594.0, 4629.0, 4656.0, 4604.0, 4601.0, 4570.0, 4601.0, 4630.0, 4572.0, 4621.0, 4581.0, 4602.0, 4633.0, 4592.0, 4622.0, 4635.0, 4608.0, 4634.0, 4591.0, 4599.0, 4570.0, 4610.0, 4633.0, 4594.0, 4644.0, 4606.0, 4629.0, 4670.0, 4616.0, 4613.0, 4583.0, 4614.0, 4657.0, 4595.0, 4615.0, 4608.0, 4617.0, 4654.0, 4596.0, 4636.0, 4678.0, 4633.0, 4652.0, 4619.0, 4630.0, 4667.0, 4597.0, 4638.0, 4615.0, 4606.0, 4624.0, 4595.0, 4645.0, 4615.0, 4621.0, 4668.0, 4605.0, 4604.0, 4573.0, 4596.0, 4655.0, 4618.0, 4616.0, 4644.0, 4597.0, 4625.0, 4596.0, 4605.0, 4654.0, 4608.0, 4639.0, 4654.0, 4594.0, 4613.0, 4596.0, 4617.0, 4653.0, 4596.0, 4638.0, 4636.0, 4605.0, 4621.0, 4582.0, 4602.0, 4611.0, 4583.0, 4621.0, 4581.0, 4591.0, 4630.0, 4571.0, 4606.0, 4615.0, 4593.0, 4589.0, 4571.0, 4603.0, 4603.0, 4586.0, 4645.0, 4593.0, 4604.0, 4642.0, 4586.0, 4614.0, 4642.0, 4582.0, 4604.0, 4585.0, 4593.0, 4651.0, 4585.0, 4629.0, 4615.0, 4604.0, 4612.0, 4574.0, 4604.0, 4653.0, 4598.0, 4637.0, 4605.0, 4605.0, 4644.0, 4575.0, 4615.0, 4646.0, 4597.0, 4637.0, 4603.0, 4592.0, 4632.0, 4582.0, 4607.0, 4664.0, 4596.0, 4619.0, 4590.0, 4607.0, 4669.0, 4609.0, 4607.0, 4586.0, 4599.0, 4658.0, 4597.0, 4617.0, 4667.0, 4629.0, 4630.0, 4635.0, 4605.0, 4623.0, 4583.0, 4595.0, 4633.0, 4583.0, 4624.0, 4593.0, 4594.0, 4653.0, 4621.0, 4617.0, 4597.0, 4608.0, 4610.0, 4619.0, 4664.0, 4618.0, 4618.0, 4615.0, 4596.0, 4654.0, 4608.0, 4617.0, 4676.0, 4605.0, 4594.0, 4583.0, 4594.0, 4643.0, 4604.0, 4618.0, 4644.0, 4593.0, 4594.0, 4644.0, 4583.0, 4614.0, 4645.0, 4597.0, 4614.0, 4592.0, 4584.0, 4642.0, 4583.0, 4603.0, 4664.0, 4595.0, 4582.0, 4640.0, 4582.0, 4591.0, 4634.0, 4597.0, 4604.0, 4580.0, 4594.0, 4644.0, 4594.0, 4605.0, 4633.0, 4597.0, 4627.0, 4597.0, 4605.0, 4668.0, 4620.0, 4619.0, 4626.0, 4597.0, 4646.0, 4607.0, 4616.0, 4665.0, 4606.0, 4626.0, 4615.0, 4606.0, 4644.0, 4595.0, 4629.0, 4654.0, 4620.0, 4596.0, 4612.0, 4660.0, 4612.0, 4639.0, 4668.0, 4619.0, 4660.0, 4612.0, 4640.0, 4630.0, 4628.0, 4635.0, 4598.0, 4655.0, 4631.0, 4643.0, 4670.0, 4617.0, 4606.0, 4584.0, 4608.0, 4656.0, 4629.0, 4619.0, 4658.0, 4597.0, 4626.0, 4604.0, 4596.0, 4658.0, 4629.0, 4620.0, 4636.0, 4607.0, 4628.0, 4648.0, 4599.0, 4662.0, 4640.0, 4630.0, 4648.0, 4609.0, 4629.0, 4679.0, 4617.0, 4639.0, 4666.0, 4619.0, 4638.0, 4606.0, 4605.0, 4667.0, 4628.0, 4605.0, 4642.0, 4594.0, 4613.0, 4644.0, 4594.0, 4636.0, 4604.0, 4605.0, 4632.0, 4584.0, 4604.0, 4633.0, 4586.0, 4638.0, 4614.0, 4620.0, 4602.0, 4599.0, 4585.0, 4618.0, 4589.0, 4615.0, 4599.0, 4662.0, 4645.0, 4676.0, 4686.0, 4664.0, 4668.0, 4626.0, 4611.0, 4592.0, 4645.0, 4594.0, 4633.0, 4663.0, 4625.0, 4664.0, 4628.0, 4641.0, 4588.0, 4606.0, 4564.0, 4596.0, 4638.0, 4605.0, 4621.0, 4582.0, 4590.0, 4556.0, 4558.0, 4606.0, 4583.0, 4591.0, 4642.0, 4595.0, 4614.0, 4584.0, 4618.0, 4655.0, 4605.0, 4628.0, 4587.0, 4617.0, 4667.0, 4619.0, 4653.0, 4680.0, 4645.0, 4630.0, 4598.0, 4619.0, 4667.0, 4616.0, 4616.0, 4655.0, 4607.0, 4627.0, 4597.0, 4638.0, 4675.0, 4614.0, 4610.0, 4586.0, 4616.0, 4600.0, 4629.0, 4624.0, 4689.0, 4649.0, 4698.0, 4658.0, 4697.0, 4695.0, 4666.0, 4696.0, 4652.0, 4652.0, 4632.0, 4642.0, 4680.0, 4628.0, 4627.0, 4665.0, 4614.0, 4614.0, 4583.0, 4603.0, 4644.0, 4603.0, 4591.0, 4640.0, 4580.0, 4591.0, 4629.0, 4580.0, 4602.0, 4622.0, 4599.0, 4625.0, 4593.0, 4585.0, 4626.0, 4588.0, 4627.0, 4598.0, 4620.0, 4671.0, 4627.0, 4644.0, 4650.0, 4610.0, 4648.0, 4600.0, 4630.0, 4679.0, 4610.0, 4640.0, 4658.0, 4622.0, 4650.0, 4619.0, 4608.0, 4636.0, 4599.0, 4637.0, 4617.0, 4608.0, 4657.0, 4598.0, 4619.0, 4638.0, 4609.0, 4640.0, 4600.0, 4630.0, 4600.0, 4646.0, 4676.0, 4628.0, 4616.0, 4613.0, 4603.0, 4645.0, 4630.0, 4690.0, 4638.0, 4688.0, 4654.0, 4675.0, 4665.0, 4679.0, 4706.0, 4652.0, 4664.0, 4704.0, 4657.0, 4683.0, 4619.0, 4668.0, 4640.0, 4656.0, 4668.0, 4631.0, 4627.0, 4650.0, 4629.0, 4668.0, 4615.0, 4627.0, 4646.0, 4610.0, 4626.0, 4638.0, 4609.0, 4645.0, 4594.0, 4616.0, 4654.0, 4608.0, 4643.0, 4648.0, 4609.0, 4640.0, 4610.0, 4629.0, 4640.0, 4623.0, 4659.0, 4619.0, 4638.0, 4640.0, 4619.0, 4683.0, 4642.0, 4630.0, 4657.0, 4607.0, 4647.0, 4616.0, 4606.0, 4656.0, 4620.0, 4629.0, 4635.0, 4606.0, 4614.0, 4575.0, 4614.0, 4584.0, 4605.0, 4644.0, 4597.0, 4653.0, 4616.0, 4596.0, 4612.0, 4609.0, 4590.0, 4588.0, 4584.0, 4588.0, 4642.0, 4630.0, 4659.0, 4669.0, 4637.0, 4656.0, 4626.0, 4635.0, 4604.0, 4635.0, 4626.0, 4615.0, 4642.0, 4602.0, 4622.0, 4663.0, 4601.0, 4620.0, 4588.0, 4600.0, 4620.0, 4589.0, 4587.0, 4558.0, 4580.0, 4621.0, 4582.0, 4620.0, 4585.0, 4625.0, 4615.0, 4616.0, 4583.0, 4629.0, 4659.0, 4606.0, 4623.0, 4585.0, 4635.0, 4625.0, 4607.0, 4645.0, 4630.0, 4641.0, 4658.0, 4606.0, 4625.0, 4584.0, 4605.0, 4634.0, 4584.0, 4615.0, 4644.0, 4606.0, 4642.0, 4641.0, 4608.0, 4620.0, 4617.0, 4577.0, 4574.0, 4579.0, 4596.0, 4601.0, 4627.0, 4613.0, 4663.0, 4644.0, 4664.0, 4684.0, 4644.0, 4661.0, 4642.0, 4653.0, 4681.0, 4638.0, 4637.0, 4670.0, 4625.0, 4658.0, 4633.0, 4608.0, 4616.0, 4585.0, 4585.0, 4602.0, 4578.0, 4600.0, 4587.0, 4575.0, 4592.0, 4554.0, 4585.0, 4604.0, 4566.0, 4596.0, 4576.0, 4578.0, 4616.0, 4566.0, 4586.0, 4605.0, 4577.0, 4597.0, 4614.0, 4576.0, 4597.0, 4606.0, 4568.0, 4607.0, 4567.0, 4589.0, 4607.0, 4569.0, 4610.0, 4609.0, 4581.0, 4623.0, 4596.0, 4634.0, 4597.0, 4628.0, 4613.0, 4622.0, 4602.0, 4610.0, 4633.0, 4612.0, 4667.0, 4684.0, 4632.0, 4648.0, 4598.0, 4651.0, 4679.0, 4622.0, 4660.0, 4642.0, 4641.0, 4655.0, 4617.0, 4625.0, 4594.0, 4615.0, 4644.0, 4607.0, 4650.0, 4679.0, 4606.0, 4625.0, 4595.0, 4615.0, 4643.0, 4604.0, 4624.0, 4654.0, 4610.0, 4637.0, 4596.0, 4617.0, 4657.0, 4610.0, 4638.0, 4599.0, 4641.0, 4613.0, 4642.0, 4643.0, 4636.0, 4683.0, 4648.0, 4686.0, 4655.0, 4655.0, 4643.0, 4634.0, 4683.0, 4633.0, 4674.0, 4673.0, 4634.0, 4683.0, 4642.0, 4642.0, 4680.0, 4630.0, 4641.0, 4657.0, 4620.0, 4659.0, 4625.0, 4657.0, 4644.0, 4599.0, 4578.0, 4633.0, 4604.0, 4653.0, 4627.0, 4675.0, 4646.0, 4689.0, 4687.0, 4646.0, 4693.0, 4654.0, 4653.0, 4680.0, 4630.0, 4671.0, 4652.0, 4630.0, 4669.0, 4646.0, 4627.0, 4646.0, 4605.0, 4626.0, 4654.0, 4604.0, 4613.0, 4642.0, 4593.0, 4602.0, 4630.0, 4591.0, 4602.0, 4641.0, 4608.0, 4638.0, 4633.0, 4596.0, 4622.0, 4597.0, 4637.0, 4637.0, 4607.0, 4648.0, 4617.0, 4628.0, 4656.0, 4608.0, 4659.0, 4657.0, 4630.0, 4660.0, 4619.0, 4639.0, 4638.0, 4620.0, 4662.0, 4619.0, 4640.0, 4658.0, 4620.0, 4649.0, 4610.0, 4640.0, 4669.0, 4629.0, 4649.0, 4706.0, 4634.0, 4649.0, 4605.0, 4636.0, 4599.0, 4632.0, 4631.0, 4575.0, 4578.0, 4569.0, 4609.0, 4609.0, 4626.0, 4612.0, 4620.0, 4609.0, 4589.0, 4622.0, 4650.0, 4621.0, 4651.0, 4624.0, 4653.0, 4623.0, 4613.0, 4641.0, 4612.0, 4675.0, 4635.0, 4686.0, 4653.0, 4669.0, 4635.0, 4632.0, 4621.0, 4613.0, 4641.0, 4603.0, 4645.0, 4593.0, 4622.0, 4640.0, 4602.0], 'WindowWidth': [10465.0, 10339.0, 10346.0, 10286.0, 10240.0, 10260.0, 10194.0, 10191.0, 10120.0, 10179.0, 10202.0, 10160.0, 10244.0, 10197.0, 10146.0, 10160.0, 10131.0, 10186.0, 10129.0, 10160.0, 10170.0, 10157.0, 10175.0, 10104.0, 10138.0, 10181.0, 10143.0, 10185.0, 10131.0, 10123.0, 10137.0, 10095.0, 10165.0, 10097.0, 10109.0, 10149.0, 10095.0, 10153.0, 10185.0, 10111.0, 10099.0, 10058.0, 10100.0, 10137.0, 10062.0, 10126.0, 10075.0, 10104.0, 10146.0, 10090.0, 10131.0, 10153.0, 10126.0, 10155.0, 10089.0, 10094.0, 10059.0, 10113.0, 10146.0, 10098.0, 10166.0, 10117.0, 10151.0, 10213.0, 10133.0, 10121.0, 10083.0, 10124.0, 10190.0, 10102.0, 10127.0, 10124.0, 10136.0, 10181.0, 10105.0, 10158.0, 10220.0, 10170.0, 10191.0, 10143.0, 10157.0, 10203.0, 10109.0, 10162.0, 10128.0, 10115.0, 10136.0, 10102.0, 10168.0, 10127.0, 10148.0, 10207.0, 10115.0, 10109.0, 10069.0, 10105.0, 10183.0, 10139.0, 10131.0, 10166.0, 10105.0, 10142.0, 10104.0, 10115.0, 10180.0, 10125.0, 10169.0, 10182.0, 10097.0, 10120.0, 10103.0, 10130.0, 10175.0, 10102.0, 10165.0, 10158.0, 10111.0, 10127.0, 10076.0, 10102.0, 10113.0, 10077.0, 10126.0, 10073.0, 10085.0, 10137.0, 10062.0, 10117.0, 10129.0, 10095.0, 10084.0, 10064.0, 10107.0, 10109.0, 10091.0, 10171.0, 10097.0, 10111.0, 10159.0, 10089.0, 10124.0, 10160.0, 10080.0, 10114.0, 10089.0, 10095.0, 10171.0, 10090.0, 10158.0, 10131.0, 10112.0, 10120.0, 10073.0, 10111.0, 10177.0, 10112.0, 10164.0, 10114.0, 10113.0, 10165.0, 10074.0, 10126.0, 10169.0, 10110.0, 10160.0, 10108.0, 10093.0, 10145.0, 10081.0, 10122.0, 10193.0, 10106.0, 10139.0, 10102.0, 10121.0, 10208.0, 10128.0, 10119.0, 10091.0, 10111.0, 10189.0, 10108.0, 10131.0, 10203.0, 10155.0, 10155.0, 10154.0, 10111.0, 10132.0, 10081.0, 10097.0, 10147.0, 10081.0, 10135.0, 10093.0, 10096.0, 10176.0, 10152.0, 10140.0, 10110.0, 10122.0, 10134.0, 10140.0, 10193.0, 10141.0, 10138.0, 10128.0, 10103.0, 10179.0, 10126.0, 10135.0, 10215.0, 10116.0, 10096.0, 10081.0, 10098.0, 10161.0, 10111.0, 10138.0, 10167.0, 10094.0, 10096.0, 10164.0, 10081.0, 10123.0, 10167.0, 10109.0, 10124.0, 10092.0, 10081.0, 10158.0, 10080.0, 10108.0, 10193.0, 10099.0, 10076.0, 10153.0, 10077.0, 10090.0, 10154.0, 10109.0, 10110.0, 10076.0, 10097.0, 10163.0, 10098.0, 10116.0, 10150.0, 10107.0, 10147.0, 10108.0, 10117.0, 10205.0, 10145.0, 10141.0, 10145.0, 10106.0, 10170.0, 10118.0, 10129.0, 10195.0, 10117.0, 10141.0, 10125.0, 10116.0, 10165.0, 10102.0, 10157.0, 10199.0, 10146.0, 10107.0, 10139.0, 10201.0, 10136.0, 10167.0, 10205.0, 10141.0, 10199.0, 10136.0, 10169.0, 10159.0, 10150.0, 10156.0, 10108.0, 10183.0, 10162.0, 10181.0, 10214.0, 10135.0, 10117.0, 10086.0, 10124.0, 10186.0, 10155.0, 10141.0, 10191.0, 10109.0, 10143.0, 10113.0, 10105.0, 10191.0, 10155.0, 10143.0, 10161.0, 10124.0, 10152.0, 10179.0, 10114.0, 10202.0, 10170.0, 10156.0, 10176.0, 10126.0, 10152.0, 10219.0, 10135.0, 10168.0, 10199.0, 10140.0, 10163.0, 10115.0, 10115.0, 10202.0, 10152.0, 10115.0, 10160.0, 10098.0, 10123.0, 10162.0, 10100.0, 10158.0, 10111.0, 10112.0, 10144.0, 10082.0, 10110.0, 10147.0, 10088.0, 10165.0, 10144.0, 10145.0, 10119.0, 10111.0, 10089.0, 10136.0, 10098.0, 10128.0, 10113.0, 10205.0, 10184.0, 10226.0, 10241.0, 10206.0, 10203.0, 10138.0, 10109.0, 10086.0, 10165.0, 10098.0, 10146.0, 10186.0, 10139.0, 10192.0, 10148.0, 10152.0, 10073.0, 10094.0, 10037.0, 10082.0, 10144.0, 10113.0, 10127.0, 10076.0, 10082.0, 10031.0, 10038.0, 10099.0, 10083.0, 10089.0, 10158.0, 10102.0, 10124.0, 10084.0, 10137.0, 10180.0, 10114.0, 10148.0, 10093.0, 10134.0, 10199.0, 10139.0, 10194.0, 10224.0, 10189.0, 10157.0, 10109.0, 10139.0, 10200.0, 10131.0, 10129.0, 10181.0, 10119.0, 10147.0, 10108.0, 10183.0, 10225.0, 10140.0, 10125.0, 10088.0, 10126.0, 10112.0, 10153.0, 10157.0, 10252.0, 10195.0, 10260.0, 10206.0, 10259.0, 10253.0, 10213.0, 10257.0, 10189.0, 10188.0, 10162.0, 10176.0, 10224.0, 10147.0, 10144.0, 10197.0, 10122.0, 10120.0, 10078.0, 10105.0, 10159.0, 10103.0, 10086.0, 10150.0, 10070.0, 10086.0, 10134.0, 10071.0, 10103.0, 10129.0, 10113.0, 10142.0, 10095.0, 10084.0, 10140.0, 10093.0, 10144.0, 10109.0, 10140.0, 10213.0, 10162.0, 10182.0, 10182.0, 10126.0, 10174.0, 10113.0, 10154.0, 10221.0, 10127.0, 10166.0, 10192.0, 10146.0, 10181.0, 10136.0, 10120.0, 10155.0, 10108.0, 10159.0, 10131.0, 10120.0, 10185.0, 10108.0, 10136.0, 10161.0, 10125.0, 10165.0, 10114.0, 10153.0, 10114.0, 10192.0, 10231.0, 10168.0, 10147.0, 10137.0, 10122.0, 10182.0, 10172.0, 10251.0, 10176.0, 10242.0, 10192.0, 10221.0, 10211.0, 10236.0, 10267.0, 10190.0, 10208.0, 10263.0, 10202.0, 10231.0, 10136.0, 10199.0, 10167.0, 10201.0, 10205.0, 10155.0, 10144.0, 10181.0, 10152.0, 10204.0, 10125.0, 10145.0, 10166.0, 10130.0, 10140.0, 10163.0, 10125.0, 10167.0, 10097.0, 10127.0, 10177.0, 10124.0, 10180.0, 10178.0, 10127.0, 10168.0, 10128.0, 10151.0, 10171.0, 10147.0, 10192.0, 10136.0, 10161.0, 10164.0, 10136.0, 10231.0, 10179.0, 10154.0, 10185.0, 10117.0, 10172.0, 10128.0, 10114.0, 10184.0, 10141.0, 10150.0, 10153.0, 10113.0, 10120.0, 10071.0, 10122.0, 10080.0, 10112.0, 10162.0, 10103.0, 10193.0, 10148.0, 10098.0, 10129.0, 10121.0, 10098.0, 10092.0, 10081.0, 10096.0, 10176.0, 10156.0, 10192.0, 10206.0, 10158.0, 10183.0, 10141.0, 10151.0, 10109.0, 10151.0, 10144.0, 10125.0, 10159.0, 10103.0, 10129.0, 10185.0, 10097.0, 10122.0, 10077.0, 10096.0, 10123.0, 10081.0, 10071.0, 10035.0, 10070.0, 10126.0, 10077.0, 10124.0, 10086.0, 10139.0, 10125.0, 10127.0, 10081.0, 10152.0, 10194.0, 10118.0, 10134.0, 10083.0, 10151.0, 10139.0, 10116.0, 10167.0, 10154.0, 10171.0, 10187.0, 10113.0, 10137.0, 10079.0, 10109.0, 10147.0, 10082.0, 10122.0, 10161.0, 10113.0, 10173.0, 10171.0, 10120.0, 10135.0, 10126.0, 10071.0, 10060.0, 10079.0, 10098.0, 10113.0, 10143.0, 10134.0, 10202.0, 10180.0, 10207.0, 10235.0, 10174.0, 10195.0, 10169.0, 10189.0, 10228.0, 10161.0, 10157.0, 10208.0, 10139.0, 10190.0, 10145.0, 10102.0, 10113.0, 10067.0, 10064.0, 10085.0, 10064.0, 10096.0, 10073.0, 10050.0, 10069.0, 10021.0, 10063.0, 10089.0, 10041.0, 10080.0, 10055.0, 10058.0, 10108.0, 10039.0, 10067.0, 10091.0, 10055.0, 10083.0, 10104.0, 10054.0, 10084.0, 10095.0, 10046.0, 10098.0, 10044.0, 10076.0, 10099.0, 10051.0, 10105.0, 10103.0, 10069.0, 10130.0, 10102.0, 10149.0, 10101.0, 10150.0, 10136.0, 10149.0, 10120.0, 10128.0, 10163.0, 10134.0, 10213.0, 10234.0, 10156.0, 10172.0, 10103.0, 10182.0, 10217.0, 10145.0, 10194.0, 10173.0, 10167.0, 10179.0, 10128.0, 10136.0, 10094.0, 10123.0, 10161.0, 10117.0, 10181.0, 10219.0, 10115.0, 10136.0, 10097.0, 10123.0, 10158.0, 10109.0, 10133.0, 10177.0, 10126.0, 10158.0, 10102.0, 10130.0, 10187.0, 10126.0, 10162.0, 10110.0, 10169.0, 10138.0, 10174.0, 10180.0, 10171.0, 10232.0, 10189.0, 10241.0, 10197.0, 10196.0, 10175.0, 10164.0, 10228.0, 10161.0, 10218.0, 10215.0, 10162.0, 10228.0, 10169.0, 10171.0, 10221.0, 10152.0, 10166.0, 10185.0, 10138.0, 10188.0, 10158.0, 10203.0, 10180.0, 10108.0, 10076.0, 10165.0, 10127.0, 10191.0, 10164.0, 10224.0, 10185.0, 10247.0, 10242.0, 10185.0, 10245.0, 10190.0, 10189.0, 10223.0, 10153.0, 10208.0, 10186.0, 10152.0, 10204.0, 10169.0, 10142.0, 10166.0, 10110.0, 10138.0, 10176.0, 10105.0, 10116.0, 10157.0, 10092.0, 10102.0, 10135.0, 10085.0, 10099.0, 10151.0, 10120.0, 10163.0, 10147.0, 10100.0, 10129.0, 10105.0, 10157.0, 10156.0, 10118.0, 10174.0, 10132.0, 10147.0, 10184.0, 10122.0, 10191.0, 10188.0, 10154.0, 10196.0, 10139.0, 10163.0, 10160.0, 10142.0, 10200.0, 10138.0, 10165.0, 10188.0, 10137.0, 10177.0, 10124.0, 10164.0, 10203.0, 10150.0, 10176.0, 10271.0, 10168.0, 10175.0, 10113.0, 10155.0, 10112.0, 10154.0, 10156.0, 10070.0, 10074.0, 10050.0, 10117.0, 10117.0, 10134.0, 10128.0, 10136.0, 10120.0, 10096.0, 10147.0, 10183.0, 10141.0, 10186.0, 10153.0, 10190.0, 10147.0, 10134.0, 10169.0, 10131.0, 10223.0, 10169.0, 10240.0, 10188.0, 10205.0, 10150.0, 10142.0, 10126.0, 10118.0, 10155.0, 10105.0, 10165.0, 10092.0, 10127.0, 10152.0, 10103.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.01221077100115075</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0432486410817031</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.3165270832373</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2969393299884784</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2178108468087565</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5025</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5673.2637</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15411626423604996</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.14614499424626</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5008740765888757</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.45794248685263</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.66591311825786</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3787666246561363</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0118947</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014763720333576202</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.043429262936115265</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>4.185917531719311</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>16.7145</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.455</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.1192</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291821.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1000.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.7781</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9243</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.9052</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3793.0863</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3934.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84723.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1614.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4969.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.8123</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.421939414460212</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> |