=== 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-01_task-social_acq-mb8_run-06_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-01_task-social_acq-mb8_run-06_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-06_session-01_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-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_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-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_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-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_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-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_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-06_session-01_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-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_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-06_session-01_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-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_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-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_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-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-06_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-01/func/sub-0086_ses-01_task-social_acq-mb8_run-06_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>94a3844328dba87f9a9aaf14555f5b42</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:44:7.745000</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.999384, 0.00417979, 0.0348344, -0.00558164, 0.999174, 0.0402436]</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-06_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.0912094</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7746, -7303, 656, -79, -127, 69, 95]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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.123</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>98a2e401-4d10-42de-9850-bc800cec2001||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.6812751293182373, -0.014975127764046192, 0.0935211107134819, 109.95507049560547], [-0.011214072816073895, 2.680711507797241, 0.10911578685045242, -100.7954330444336], [0.09345820546150208, -0.10797063261270523, 2.6961727142333984, -82.14667510986328], [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': ['094407.745000', '094408.205000', '094408.665000', '094409.125000', '094409.585000', '094410.045000', '094410.505000', '094410.965000', '094411.425000', '094411.885000', '094412.345000', '094412.805000', '094413.265000', '094413.725000', '094414.185000', '094414.645000', '094415.105000', '094415.565000', '094416.025000', '094416.485000', '094416.945000', '094417.405000', '094417.865000', '094418.325000', '094418.785000', '094419.245000', '094419.705000', '094420.165000', '094420.625000', '094421.085000', '094421.545000', '094422.005000', '094422.465000', '094422.925000', '094423.385000', '094423.845000', '094424.305000', '094424.765000', '094425.225000', '094425.685000', '094426.145000', '094426.605000', '094427.065000', '094427.525000', '094427.985000', '094428.445000', '094428.905000', '094429.365000', '094429.825000', '094430.285000', '094430.745000', '094431.205000', '094431.665000', '094432.125000', '094432.585000', '094433.045000', '094433.505000', '094433.965000', '094434.425000', '094434.885000', '094435.345000', '094435.805000', '094436.265000', '094436.725000', '094437.185000', '094437.645000', '094438.105000', '094438.565000', '094439.025000', '094439.485000', '094439.945000', '094440.405000', '094440.865000', '094441.325000', '094441.785000', '094442.245000', '094442.705000', '094443.165000', '094443.625000', '094444.085000', '094444.545000', '094445.005000', '094445.465000', '094445.925000', '094446.385000', '094446.845000', '094447.305000', '094447.765000', '094448.225000', '094448.685000', '094449.145000', '094449.605000', '094450.065000', '094450.525000', '094450.985000', '094451.445000', '094451.905000', '094452.365000', '094452.825000', '094453.285000', '094453.745000', '094454.205000', '094454.665000', '094455.125000', '094455.585000', '094456.045000', '094456.505000', '094456.965000', '094457.425000', '094457.885000', '094458.345000', '094458.805000', '094459.265000', '094459.725000', '094500.185000', '094500.645000', '094501.105000', '094501.565000', '094502.025000', '094502.485000', '094502.945000', '094503.405000', '094503.865000', '094504.325000', '094504.785000', '094505.245000', '094505.705000', '094506.165000', '094506.625000', '094507.085000', '094507.545000', '094508.005000', '094508.465000', '094508.925000', '094509.385000', '094509.845000', '094510.305000', '094510.765000', '094511.225000', '094511.685000', '094512.145000', '094512.605000', '094513.065000', '094513.525000', '094513.985000', '094514.445000', '094514.905000', '094515.365000', '094515.825000', '094516.285000', '094516.745000', '094517.205000', '094517.665000', '094518.125000', '094518.585000', '094519.045000', '094519.505000', '094519.965000', '094520.425000', '094520.885000', '094521.345000', '094521.805000', '094522.265000', '094522.725000', '094523.185000', '094523.645000', '094524.105000', '094524.565000', '094525.025000', '094525.485000', '094525.945000', '094526.405000', '094526.865000', '094527.325000', '094527.785000', '094528.245000', '094528.705000', '094529.165000', '094529.625000', '094530.085000', '094530.545000', '094531.005000', '094531.465000', '094531.925000', '094532.385000', '094532.845000', '094533.305000', '094533.765000', '094534.225000', '094534.685000', '094535.145000', '094535.605000', '094536.065000', '094536.525000', '094536.985000', '094537.445000', '094537.905000', '094538.365000', '094538.825000', '094539.285000', '094539.745000', '094540.205000', '094540.665000', '094541.125000', '094541.585000', '094542.045000', '094542.505000', '094542.965000', '094543.425000', '094543.885000', '094544.345000', '094544.805000', '094545.265000', '094545.725000', '094546.185000', '094546.645000', '094547.105000', '094547.565000', '094548.025000', '094548.485000', '094548.945000', '094549.405000', '094549.865000', '094550.325000', '094550.785000', '094551.245000', '094551.705000', '094552.165000', '094552.625000', '094553.085000', '094553.545000', '094554.005000', '094554.465000', '094554.925000', '094555.385000', '094555.845000', '094556.305000', '094556.765000', '094557.225000', '094557.685000', '094558.145000', '094558.605000', '094559.065000', '094559.525000', '094559.985000', '094600.445000', '094600.905000', '094601.365000', '094601.825000', '094602.285000', '094602.745000', '094603.205000', '094603.665000', '094604.125000', '094604.585000', '094605.045000', '094605.505000', '094605.965000', '094606.425000', '094606.885000', '094607.345000', '094607.805000', '094608.265000', '094608.725000', '094609.185000', '094609.645000', '094610.105000', '094610.565000', '094611.025000', '094611.485000', '094611.945000', '094612.405000', '094612.865000', '094613.325000', '094613.785000', '094614.245000', '094614.705000', '094615.165000', '094615.625000', '094616.085000', '094616.545000', '094617.005000', '094617.465000', '094617.925000', '094618.385000', '094618.845000', '094619.305000', '094619.765000', '094620.225000', '094620.685000', '094621.145000', '094621.605000', '094622.065000', '094622.525000', '094622.985000', '094623.445000', '094623.905000', '094624.365000', '094624.825000', '094625.285000', '094625.745000', '094626.205000', '094626.665000', '094627.125000', '094627.585000', '094628.045000', '094628.505000', '094628.965000', '094629.425000', '094629.885000', '094630.345000', '094630.805000', '094631.265000', '094631.725000', '094632.185000', '094632.645000', '094633.105000', '094633.565000', '094634.025000', '094634.485000', '094634.945000', '094635.405000', '094635.865000', '094636.325000', '094636.785000', '094637.245000', '094637.705000', '094638.165000', '094638.625000', '094639.085000', '094639.545000', '094640.005000', '094640.465000', '094640.925000', '094641.385000', '094641.845000', '094642.305000', '094642.765000', '094643.225000', '094643.685000', '094644.145000', '094644.605000', '094645.065000', '094645.525000', '094645.985000', '094646.445000', '094646.905000', '094647.365000', '094647.825000', '094648.285000', '094648.745000', '094649.205000', '094649.665000', '094650.125000', '094650.585000', '094651.045000', '094651.505000', '094651.965000', '094652.425000', '094652.885000', '094653.345000', '094653.805000', '094654.265000', '094654.725000', '094655.185000', '094655.645000', '094656.105000', '094656.565000', '094657.025000', '094657.485000', '094657.945000', '094658.405000', '094658.865000', '094659.325000', '094659.785000', '094700.245000', '094700.705000', '094701.165000', '094701.625000', '094702.085000', '094702.545000', '094703.005000', '094703.465000', '094703.925000', '094704.385000', '094704.845000', '094705.305000', '094705.765000', '094706.225000', '094706.685000', '094707.145000', '094707.605000', '094708.065000', '094708.525000', '094708.985000', '094709.445000', '094709.905000', '094710.365000', '094710.825000', '094711.285000', '094711.745000', '094712.205000', '094712.665000', '094713.125000', '094713.585000', '094714.045000', '094714.505000', '094714.965000', '094715.425000', '094715.885000', '094716.345000', '094716.805000', '094717.265000', '094717.725000', '094718.185000', '094718.645000', '094719.105000', '094719.565000', '094720.025000', '094720.485000', '094720.945000', '094721.405000', '094721.865000', '094722.325000', '094722.785000', '094723.245000', '094723.705000', '094724.165000', '094724.625000', '094725.085000', '094725.545000', '094726.005000', '094726.465000', '094726.925000', '094727.385000', '094727.845000', '094728.305000', '094728.765000', '094729.225000', '094729.685000', '094730.145000', '094730.605000', '094731.065000', '094731.525000', '094731.985000', '094732.445000', '094732.905000', '094733.365000', '094733.825000', '094734.285000', '094734.745000', '094735.205000', '094735.665000', '094736.125000', '094736.585000', '094737.045000', '094737.505000', '094737.965000', '094738.425000', '094738.885000', '094739.345000', '094739.805000', '094740.265000', '094740.725000', '094741.185000', '094741.645000', '094742.105000', '094742.565000', '094743.025000', '094743.485000', '094743.945000', '094744.405000', '094744.865000', '094745.325000', '094745.785000', '094746.245000', '094746.705000', '094747.165000', '094747.625000', '094748.085000', '094748.545000', '094749.005000', '094749.465000', '094749.925000', '094750.385000', '094750.845000', '094751.305000', '094751.765000', '094752.225000', '094752.685000', '094753.145000', '094753.605000', '094754.065000', '094754.525000', '094754.985000', '094755.445000', '094755.905000', '094756.365000', '094756.825000', '094757.285000', '094757.745000', '094758.205000', '094758.665000', '094759.125000', '094759.585000', '094800.045000', '094800.505000', '094800.965000', '094801.425000', '094801.885000', '094802.345000', '094802.805000', '094803.265000', '094803.725000', '094804.185000', '094804.645000', '094805.105000', '094805.565000', '094806.025000', '094806.485000', '094806.945000', '094807.405000', '094807.865000', '094808.325000', '094808.785000', '094809.245000', '094809.705000', '094810.165000', '094810.625000', '094811.085000', '094811.545000', '094812.005000', '094812.465000', '094812.925000', '094813.385000', '094813.845000', '094814.305000', '094814.765000', '094815.225000', '094815.685000', '094816.145000', '094816.605000', '094817.065000', '094817.525000', '094817.985000', '094818.445000', '094818.905000', '094819.365000', '094819.825000', '094820.285000', '094820.745000', '094821.205000', '094821.665000', '094822.125000', '094822.585000', '094823.045000', '094823.505000', '094823.965000', '094824.425000', '094824.885000', '094825.345000', '094825.805000', '094826.265000', '094826.725000', '094827.185000', '094827.645000', '094828.105000', '094828.565000', '094829.025000', '094829.485000', '094829.945000', '094830.405000', '094830.865000', '094831.325000', '094831.785000', '094832.245000', '094832.705000', '094833.165000', '094833.625000', '094834.085000', '094834.545000', '094835.005000', '094835.465000', '094835.925000', '094836.385000', '094836.845000', '094837.305000', '094837.765000', '094838.225000', '094838.685000', '094839.145000', '094839.605000', '094840.065000', '094840.525000', '094840.985000', '094841.445000', '094841.905000', '094842.365000', '094842.825000', '094843.285000', '094843.745000', '094844.205000', '094844.665000', '094845.125000', '094845.585000', '094846.045000', '094846.505000', '094846.965000', '094847.425000', '094847.885000', '094848.345000', '094848.805000', '094849.265000', '094849.725000', '094850.185000', '094850.645000', '094851.105000', '094851.565000', '094852.025000', '094852.485000', '094852.945000', '094853.405000', '094853.865000', '094854.325000', '094854.785000', '094855.245000', '094855.705000', '094856.165000', '094856.625000', '094857.085000', '094857.545000', '094858.005000', '094858.465000', '094858.925000', '094859.385000', '094859.845000', '094900.305000', '094900.765000', '094901.225000', '094901.685000', '094902.145000', '094902.605000', '094903.065000', '094903.525000', '094903.985000', '094904.445000', '094904.905000', '094905.365000', '094905.825000', '094906.285000', '094906.745000', '094907.205000', '094907.665000', '094908.125000', '094908.585000', '094909.045000', '094909.505000', '094909.965000', '094910.425000', '094910.885000', '094911.345000', '094911.805000', '094912.265000', '094912.725000', '094913.185000', '094913.645000', '094914.105000', '094914.565000', '094915.025000', '094915.485000', '094915.945000', '094916.405000', '094916.865000', '094917.325000', '094917.785000', '094918.245000', '094918.705000', '094919.165000', '094919.625000', '094920.085000', '094920.545000', '094921.005000', '094921.465000', '094921.925000', '094922.385000', '094922.845000', '094923.305000', '094923.765000', '094924.225000', '094924.685000', '094925.145000', '094925.605000', '094926.065000', '094926.525000', '094926.985000', '094927.445000', '094927.905000', '094928.365000', '094928.825000', '094929.285000', '094929.745000', '094930.205000', '094930.665000', '094931.125000', '094931.585000', '094932.045000', '094932.505000', '094932.965000', '094933.425000', '094933.885000', '094934.345000', '094934.805000', '094935.265000', '094935.725000', '094936.185000', '094936.645000', '094937.105000', '094937.565000', '094938.025000', '094938.485000', '094938.945000', '094939.405000', '094939.865000', '094940.325000', '094940.785000', '094941.245000', '094941.705000', '094942.165000', '094942.625000', '094943.085000', '094943.545000', '094944.005000', '094944.465000', '094944.925000', '094945.385000', '094945.845000', '094946.305000', '094946.765000', '094947.225000', '094947.685000', '094948.145000', '094948.605000', '094949.065000', '094949.525000', '094949.985000', '094950.445000', '094950.905000', '094951.365000', '094951.825000', '094952.285000', '094952.745000', '094953.205000', '094953.665000', '094954.125000', '094954.585000', '094955.045000', '094955.505000', '094955.965000', '094956.425000', '094956.885000', '094957.345000', '094957.805000', '094958.265000', '094958.725000', '094959.185000', '094959.645000', '095000.105000', '095000.565000', '095001.025000', '095001.485000', '095001.945000', '095002.405000', '095002.865000', '095003.325000', '095003.785000', '095004.245000', '095004.705000', '095005.165000', '095005.625000', '095006.085000', '095006.545000', '095007.005000', '095007.465000', '095007.925000', '095008.385000', '095008.845000', '095009.305000', '095009.765000', '095010.225000', '095010.685000', '095011.145000', '095011.605000', '095012.065000', '095012.525000', '095012.985000', '095013.445000', '095013.905000', '095014.365000', '095014.825000', '095015.285000', '095015.745000', '095016.205000', '095016.665000', '095017.125000', '095017.585000', '095018.045000', '095018.505000', '095018.965000', '095019.425000', '095019.885000', '095020.345000', '095020.805000', '095021.265000', '095021.725000', '095022.185000', '095022.645000', '095023.105000', '095023.565000', '095024.025000', '095024.485000', '095024.945000', '095025.405000', '095025.865000', '095026.325000', '095026.785000', '095027.245000', '095027.705000', '095028.165000', '095028.625000', '095029.085000', '095029.545000', '095030.005000', '095030.465000', '095030.925000', '095031.385000', '095031.845000', '095032.305000', '095032.765000', '095033.225000', '095033.685000', '095034.145000', '095034.605000', '095035.065000', '095035.525000', '095035.985000', '095036.445000', '095036.905000', '095037.365000', '095037.825000', '095038.285000', '095038.745000', '095039.205000', '095039.665000', '095040.125000', '095040.585000', '095041.045000', '095041.505000', '095041.965000', '095042.425000', '095042.885000', '095043.345000', '095043.805000', '095044.265000', '095044.725000', '095045.185000', '095045.645000', '095046.105000', '095046.565000', '095047.025000', '095047.485000', '095047.945000', '095048.405000'], 'ContentTime': ['094427.555000', '094427.558000', '094427.560000', '094427.563000', '094427.566000', '094427.568000', '094427.571000', '094427.573000', '094427.576000', '094427.578000', '094427.581000', '094427.584000', '094427.586000', '094427.589000', '094427.591000', '094427.594000', '094427.596000', '094427.599000', '094427.602000', '094427.604000', '094427.607000', '094427.609000', '094427.612000', '094427.624000', '094427.626000', '094427.629000', '094427.632000', '094427.634000', '094427.637000', '094427.639000', '094427.642000', '094427.644000', '094427.647000', '094427.650000', '094427.652000', '094427.655000', '094427.657000', '094427.660000', '094427.662000', '094427.665000', '094427.668000', '094447.524000', '094447.527000', '094447.529000', '094447.532000', '094447.534000', '094447.537000', '094447.540000', '094447.542000', '094447.545000', '094447.547000', '094447.550000', '094447.553000', '094447.555000', '094447.558000', '094447.560000', '094447.563000', '094447.566000', '094447.568000', '094447.571000', '094447.573000', '094447.576000', '094447.579000', '094447.581000', '094447.584000', '094447.586000', '094447.589000', '094447.591000', '094447.594000', '094447.605000', '094447.608000', '094447.611000', '094447.613000', '094447.616000', '094447.618000', '094447.621000', '094447.623000', '094447.626000', '094447.629000', '094447.631000', '094447.634000', '094447.636000', '094447.639000', '094447.641000', '094447.644000', '094507.523000', '094507.526000', '094507.529000', '094507.531000', '094507.534000', '094507.536000', '094507.539000', '094507.542000', '094507.544000', '094507.547000', '094507.549000', '094507.552000', '094507.554000', '094507.557000', '094507.560000', '094507.562000', '094507.565000', '094507.568000', '094507.570000', '094507.573000', '094507.575000', '094507.578000', '094507.581000', '094507.583000', '094507.586000', '094507.589000', '094507.591000', '094507.594000', '094507.596000', '094507.599000', '094507.602000', '094507.604000', '094507.607000', '094507.609000', '094507.612000', '094507.615000', '094507.617000', '094507.620000', '094507.629000', '094507.631000', '094507.634000', '094507.637000', '094507.639000', '094527.524000', '094527.526000', '094527.529000', '094527.532000', '094527.534000', '094527.537000', '094527.539000', '094527.542000', '094527.544000', '094527.547000', '094527.550000', '094527.552000', '094527.555000', '094527.557000', '094527.560000', '094527.563000', '094527.565000', '094527.568000', '094527.570000', '094527.573000', '094527.575000', '094527.578000', '094527.581000', '094527.583000', '094527.586000', '094527.613000', '094527.616000', '094527.619000', '094527.621000', '094527.624000', '094527.627000', '094527.629000', '094527.632000', '094527.634000', '094527.637000', '094527.640000', '094527.642000', '094527.645000', '094527.647000', '094527.650000', '094527.653000', '094527.655000', '094527.658000', '094527.660000', '094547.523000', '094547.526000', '094547.529000', '094547.531000', '094547.534000', '094547.537000', '094547.546000', '094547.548000', '094547.551000', '094547.553000', '094547.556000', '094547.559000', '094547.561000', '094547.564000', '094547.566000', '094547.569000', '094547.571000', '094547.574000', '094547.577000', '094547.579000', '094547.582000', '094547.584000', '094547.587000', '094547.590000', '094547.592000', '094547.595000', '094547.597000', '094547.600000', '094547.603000', '094547.605000', '094547.608000', '094547.611000', '094547.613000', '094547.616000', '094547.618000', '094547.621000', '094547.624000', '094547.626000', '094547.629000', '094547.631000', '094547.634000', '094547.637000', '094547.639000', '094607.524000', '094607.527000', '094607.530000', '094607.532000', '094607.535000', '094607.537000', '094607.540000', '094607.543000', '094607.545000', '094607.548000', '094607.550000', '094607.553000', '094607.556000', '094607.558000', '094607.561000', '094607.563000', '094607.566000', '094607.568000', '094607.571000', '094607.574000', '094607.576000', '094607.579000', '094607.581000', '094607.584000', '094607.587000', '094607.589000', '094607.592000', '094607.594000', '094607.597000', '094607.600000', '094607.602000', '094607.605000', '094607.608000', '094607.610000', '094607.613000', '094607.615000', '094607.618000', '094607.621000', '094607.623000', '094607.626000', '094607.628000', '094607.631000', '094607.634000', '094607.636000', '094627.524000', '094627.527000', '094627.530000', '094627.532000', '094627.535000', '094627.538000', '094627.540000', '094627.543000', '094627.545000', '094627.548000', '094627.551000', '094627.553000', '094627.556000', '094627.558000', '094627.561000', '094627.564000', '094627.566000', '094627.569000', '094627.571000', '094627.574000', '094627.577000', '094627.579000', '094627.582000', '094627.592000', '094627.595000', '094627.597000', '094627.600000', '094627.602000', '094627.605000', '094627.608000', '094627.610000', '094627.613000', '094627.615000', '094627.618000', '094627.621000', '094627.623000', '094627.626000', '094627.628000', '094627.631000', '094627.634000', '094627.636000', '094627.639000', '094627.641000', '094647.524000', '094647.527000', '094647.530000', '094647.532000', '094647.535000', '094647.538000', '094647.540000', '094647.543000', '094647.545000', '094647.548000', '094647.551000', '094647.554000', '094647.557000', '094647.559000', '094647.562000', '094647.565000', '094647.571000', '094647.574000', '094647.576000', '094647.579000', '094647.582000', '094647.584000', '094647.587000', '094647.589000', '094647.592000', '094647.595000', '094647.597000', '094647.600000', '094647.603000', '094647.605000', '094647.608000', '094647.611000', '094647.613000', '094647.616000', '094647.619000', '094647.621000', '094647.624000', '094647.626000', '094647.629000', '094647.632000', '094647.634000', '094647.637000', '094647.639000', '094647.642000', '094707.523000', '094707.526000', '094707.529000', '094707.531000', '094707.534000', '094707.537000', '094707.539000', '094707.542000', '094707.544000', '094707.547000', '094707.550000', '094707.552000', '094707.555000', '094707.558000', '094707.560000', '094707.563000', '094707.565000', '094707.568000', '094707.571000', '094707.573000', '094707.576000', '094707.579000', '094707.581000', '094707.584000', '094707.586000', '094707.589000', '094707.592000', '094707.594000', '094707.597000', '094707.599000', '094707.602000', '094707.605000', '094707.607000', '094707.610000', '094707.612000', '094707.615000', '094707.618000', '094707.620000', '094707.623000', '094707.625000', '094707.628000', '094707.631000', '094707.633000', '094727.524000', '094727.526000', '094727.529000', '094727.532000', '094727.534000', '094727.537000', '094727.539000', '094727.542000', '094727.545000', '094727.547000', '094727.550000', '094727.552000', '094727.555000', '094727.558000', '094727.560000', '094727.563000', '094727.566000', '094727.569000', '094727.572000', '094727.574000', '094727.577000', '094727.580000', '094727.582000', '094727.585000', '094727.588000', '094727.591000', '094727.594000', '094727.596000', '094727.599000', '094727.602000', '094727.604000', '094727.607000', '094727.610000', '094727.612000', '094727.615000', '094727.618000', '094727.620000', '094727.623000', '094727.625000', '094727.628000', '094727.631000', '094727.638000', '094727.640000', '094747.523000', '094747.526000', '094747.529000', '094747.531000', '094747.534000', '094747.537000', '094747.539000', '094747.542000', '094747.544000', '094747.547000', '094747.550000', '094747.552000', '094747.555000', '094747.558000', '094747.560000', '094747.563000', '094747.565000', '094747.568000', '094747.571000', '094747.573000', '094747.576000', '094747.578000', '094747.581000', '094747.584000', '094747.586000', '094747.589000', '094747.599000', '094747.602000', '094747.604000', '094747.607000', '094747.610000', '094747.612000', '094747.615000', '094747.618000', '094747.620000', '094747.623000', '094747.626000', '094747.628000', '094747.631000', '094747.633000', '094747.636000', '094747.639000', '094747.641000', '094747.644000', '094807.524000', '094807.527000', '094807.529000', '094807.532000', '094807.534000', '094807.549000', '094807.551000', '094807.554000', '094807.557000', '094807.559000', '094807.562000', '094807.564000', '094807.567000', '094807.570000', '094807.572000', '094807.575000', '094807.578000', '094807.580000', '094807.583000', '094807.586000', '094807.588000', '094807.592000', '094807.595000', '094807.597000', '094807.600000', '094807.603000', '094807.605000', '094807.608000', '094807.611000', '094807.613000', '094807.616000', '094807.618000', '094807.621000', '094807.624000', '094807.626000', '094807.629000', '094807.632000', '094807.634000', '094807.637000', '094807.639000', '094807.642000', '094807.645000', '094807.647000', '094827.525000', '094827.527000', '094827.530000', '094827.533000', '094827.535000', '094827.538000', '094827.540000', '094827.543000', '094827.546000', '094827.548000', '094827.551000', '094827.553000', '094827.556000', '094827.559000', '094827.561000', '094827.564000', '094827.566000', '094827.569000', '094827.572000', '094827.574000', '094827.577000', '094827.580000', '094827.582000', '094827.585000', '094827.588000', '094827.590000', '094827.593000', '094827.596000', '094827.598000', '094827.601000', '094827.604000', '094827.606000', '094827.609000', '094827.611000', '094827.614000', '094827.617000', '094827.619000', '094827.622000', '094827.625000', '094827.627000', '094827.630000', '094827.633000', '094827.635000', '094827.638000', '094847.525000', '094847.528000', '094847.530000', '094847.533000', '094847.536000', '094847.538000', '094847.541000', '094847.543000', '094847.546000', '094847.549000', '094847.552000', '094847.555000', '094847.558000', '094847.562000', '094847.565000', '094847.568000', '094847.570000', '094847.573000', '094847.576000', '094847.578000', '094847.581000', '094847.584000', '094847.586000', '094847.589000', '094847.591000', '094847.594000', '094847.597000', '094847.599000', '094847.602000', '094847.605000', '094847.607000', '094847.610000', '094847.613000', '094847.615000', '094847.618000', '094847.621000', '094847.623000', '094847.626000', '094847.629000', '094847.631000', '094847.634000', '094847.636000', '094847.639000', '094907.524000', '094907.527000', '094907.530000', '094907.533000', '094907.535000', '094907.538000', '094907.540000', '094907.543000', '094907.546000', '094907.548000', '094907.551000', '094907.553000', '094907.556000', '094907.559000', '094907.561000', '094907.564000', '094907.567000', '094907.569000', '094907.572000', '094907.575000', '094907.577000', '094907.580000', '094907.582000', '094907.585000', '094907.588000', '094907.590000', '094907.593000', '094907.595000', '094907.598000', '094907.601000', '094907.603000', '094907.606000', '094907.609000', '094907.611000', '094907.614000', '094907.616000', '094907.619000', '094907.622000', '094907.624000', '094907.627000', '094907.629000', '094907.632000', '094907.635000', '094907.637000', '094927.524000', '094927.527000', '094927.529000', '094927.532000', '094927.534000', '094927.537000', '094927.540000', '094927.542000', '094927.545000', '094927.548000', '094927.550000', '094927.553000', '094927.555000', '094927.558000', '094927.561000', '094927.563000', '094927.566000', '094927.568000', '094927.571000', '094927.574000', '094927.576000', '094927.579000', '094927.581000', '094927.584000', '094927.587000', '094927.589000', '094927.592000', '094927.595000', '094927.597000', '094927.600000', '094927.616000', '094927.618000', '094927.621000', '094927.624000', '094927.627000', '094927.631000', '094927.634000', '094927.636000', '094927.639000', '094927.641000', '094927.644000', '094927.647000', '094927.649000', '094947.523000', '094947.526000', '094947.529000', '094947.532000', '094947.534000', '094947.537000', '094947.539000', '094947.542000', '094947.545000', '094947.547000', '094947.550000', '094947.552000', '094947.555000', '094947.558000', '094947.560000', '094947.563000', '094947.566000', '094947.568000', '094947.571000', '094947.573000', '094947.576000', '094947.579000', '094947.581000', '094947.584000', '094947.587000', '094947.589000', '094947.592000', '094947.594000', '094947.597000', '094947.600000', '094947.602000', '094947.605000', '094947.608000', '094947.610000', '094947.613000', '094947.615000', '094947.618000', '094947.621000', '094947.623000', '094947.626000', '094947.628000', '094947.631000', '094947.634000', '094947.636000', '095007.523000', '095007.526000', '095007.529000', '095007.531000', '095007.534000', '095007.537000', '095007.539000', '095007.542000', '095007.544000', '095007.547000', '095007.550000', '095007.552000', '095007.555000', '095007.557000', '095007.560000', '095007.563000', '095007.565000', '095007.568000', '095007.570000', '095007.573000', '095007.576000', '095007.594000', '095007.597000', '095007.600000', '095007.602000', '095007.605000', '095007.608000', '095007.611000', '095007.614000', '095007.617000', '095007.620000', '095007.622000', '095007.625000', '095007.628000', '095007.630000', '095007.633000', '095007.635000', '095007.638000', '095007.640000', '095007.643000', '095007.646000', '095007.648000', '095007.651000', '095027.524000', '095027.527000', '095027.530000', '095027.532000', '095027.535000', '095027.537000', '095027.540000', '095027.543000', '095027.545000', '095027.548000', '095027.550000', '095027.553000', '095027.555000', '095027.558000', '095027.561000', '095027.563000', '095027.566000', '095027.569000', '095027.571000', '095027.574000', '095027.576000', '095027.579000', '095027.582000', '095027.585000', '095027.587000', '095027.590000', '095027.593000', '095027.595000', '095027.598000', '095027.601000', '095027.603000', '095027.606000', '095027.609000', '095027.611000', '095027.614000', '095027.616000', '095027.619000', '095027.622000', '095027.624000', '095027.627000', '095027.630000', '095027.632000', '095027.635000', '095027.637000', '095047.524000', '095047.527000', '095047.530000', '095047.533000', '095047.535000', '095047.538000', '095047.540000', '095047.543000', '095047.546000', '095047.548000', '095047.551000', '095047.553000', '095047.556000', '095047.559000', '095047.561000', '095047.564000', '095047.566000', '095047.569000', '095047.572000', '095047.574000', '095047.577000', '095047.579000', '095047.582000', '095047.585000', '095047.587000', '095047.590000', '095047.592000', '095047.595000', '095047.598000', '095047.600000', '095047.603000', '095047.606000', '095047.608000', '095047.611000', '095047.613000', '095047.616000', '095047.619000', '095047.621000', '095047.624000', '095047.626000', '095047.629000', '095047.643000', '095047.645000', '095049.484000', '095049.487000', '095049.490000', '095049.493000', '095049.495000'], 'InstanceCreationTime': ['094427.555000', '094427.558000', '094427.560000', '094427.563000', '094427.566000', '094427.568000', '094427.571000', '094427.573000', '094427.576000', '094427.578000', '094427.581000', '094427.584000', '094427.586000', '094427.589000', '094427.591000', '094427.594000', '094427.596000', '094427.599000', '094427.602000', '094427.604000', '094427.607000', '094427.609000', '094427.612000', '094427.624000', '094427.626000', '094427.629000', '094427.632000', '094427.634000', '094427.637000', '094427.639000', '094427.642000', '094427.644000', '094427.647000', '094427.650000', '094427.652000', '094427.655000', '094427.657000', '094427.660000', '094427.662000', '094427.665000', '094427.668000', '094447.524000', '094447.527000', '094447.529000', '094447.532000', '094447.534000', '094447.537000', '094447.540000', '094447.542000', '094447.545000', '094447.547000', '094447.550000', '094447.553000', '094447.555000', '094447.558000', '094447.560000', '094447.563000', '094447.566000', '094447.568000', '094447.571000', '094447.573000', '094447.576000', '094447.579000', '094447.581000', '094447.584000', '094447.586000', '094447.589000', '094447.591000', '094447.594000', '094447.605000', '094447.608000', '094447.611000', '094447.613000', '094447.616000', '094447.618000', '094447.621000', '094447.623000', '094447.626000', '094447.629000', '094447.631000', '094447.634000', '094447.636000', '094447.639000', '094447.641000', '094447.644000', '094507.523000', '094507.526000', '094507.529000', '094507.531000', '094507.534000', '094507.536000', '094507.539000', '094507.542000', '094507.544000', '094507.547000', '094507.549000', '094507.552000', '094507.554000', '094507.557000', '094507.560000', '094507.562000', '094507.565000', '094507.568000', '094507.570000', '094507.573000', '094507.575000', '094507.578000', '094507.581000', '094507.583000', '094507.586000', '094507.589000', '094507.591000', '094507.594000', '094507.596000', '094507.599000', '094507.602000', '094507.604000', '094507.607000', '094507.609000', '094507.612000', '094507.615000', '094507.617000', '094507.620000', '094507.629000', '094507.631000', '094507.634000', '094507.637000', '094507.639000', '094527.524000', '094527.526000', '094527.529000', '094527.532000', '094527.534000', '094527.537000', '094527.539000', '094527.542000', '094527.544000', '094527.547000', '094527.550000', '094527.552000', '094527.555000', '094527.557000', '094527.560000', '094527.563000', '094527.565000', '094527.568000', '094527.570000', '094527.573000', '094527.575000', '094527.578000', '094527.581000', '094527.583000', '094527.586000', '094527.613000', '094527.616000', '094527.619000', '094527.621000', '094527.624000', '094527.627000', '094527.629000', '094527.632000', '094527.634000', '094527.637000', '094527.640000', '094527.642000', '094527.645000', '094527.647000', '094527.650000', '094527.653000', '094527.655000', '094527.658000', '094527.660000', '094547.523000', '094547.526000', '094547.529000', '094547.531000', '094547.534000', '094547.537000', '094547.546000', '094547.548000', '094547.551000', '094547.553000', '094547.556000', '094547.559000', '094547.561000', '094547.564000', '094547.566000', '094547.569000', '094547.571000', '094547.574000', '094547.577000', '094547.579000', '094547.582000', '094547.584000', '094547.587000', '094547.590000', '094547.592000', '094547.595000', '094547.597000', '094547.600000', '094547.603000', '094547.605000', '094547.608000', '094547.611000', '094547.613000', '094547.616000', '094547.618000', '094547.621000', '094547.624000', '094547.626000', '094547.629000', '094547.631000', '094547.634000', '094547.637000', '094547.639000', '094607.524000', '094607.527000', '094607.530000', '094607.532000', '094607.535000', '094607.537000', '094607.540000', '094607.543000', '094607.545000', '094607.548000', '094607.550000', '094607.553000', '094607.556000', '094607.558000', '094607.561000', '094607.563000', '094607.566000', '094607.568000', '094607.571000', '094607.574000', '094607.576000', '094607.579000', '094607.581000', '094607.584000', '094607.587000', '094607.589000', '094607.592000', '094607.594000', '094607.597000', '094607.600000', '094607.602000', '094607.605000', '094607.608000', '094607.610000', '094607.613000', '094607.615000', '094607.618000', '094607.621000', '094607.623000', '094607.626000', '094607.628000', '094607.631000', '094607.634000', '094607.636000', '094627.524000', '094627.527000', '094627.530000', '094627.532000', '094627.535000', '094627.538000', '094627.540000', '094627.543000', '094627.545000', '094627.548000', '094627.551000', '094627.553000', '094627.556000', '094627.558000', '094627.561000', '094627.564000', '094627.566000', '094627.569000', '094627.571000', '094627.574000', '094627.577000', '094627.579000', '094627.582000', '094627.592000', '094627.595000', '094627.597000', '094627.600000', '094627.602000', '094627.605000', '094627.608000', '094627.610000', '094627.613000', '094627.615000', '094627.618000', '094627.621000', '094627.623000', '094627.626000', '094627.628000', '094627.631000', '094627.634000', '094627.636000', '094627.639000', '094627.641000', '094647.524000', '094647.527000', '094647.530000', '094647.532000', '094647.535000', '094647.538000', '094647.540000', '094647.543000', '094647.545000', '094647.548000', '094647.551000', '094647.554000', '094647.557000', '094647.559000', '094647.562000', '094647.565000', '094647.571000', '094647.574000', '094647.576000', '094647.579000', '094647.582000', '094647.584000', '094647.587000', '094647.589000', '094647.592000', '094647.595000', '094647.597000', '094647.600000', '094647.603000', '094647.605000', '094647.608000', '094647.611000', '094647.613000', '094647.616000', '094647.619000', '094647.621000', '094647.624000', '094647.626000', '094647.629000', '094647.632000', '094647.634000', '094647.637000', '094647.639000', '094647.642000', '094707.523000', '094707.526000', '094707.529000', '094707.531000', '094707.534000', '094707.537000', '094707.539000', '094707.542000', '094707.544000', '094707.547000', '094707.550000', '094707.552000', '094707.555000', '094707.558000', '094707.560000', '094707.563000', '094707.565000', '094707.568000', '094707.571000', '094707.573000', '094707.576000', '094707.579000', '094707.581000', '094707.584000', '094707.586000', '094707.589000', '094707.592000', '094707.594000', '094707.597000', '094707.599000', '094707.602000', '094707.605000', '094707.607000', '094707.610000', '094707.612000', '094707.615000', '094707.618000', '094707.620000', '094707.623000', '094707.625000', '094707.628000', '094707.631000', '094707.633000', '094727.524000', '094727.526000', '094727.529000', '094727.532000', '094727.534000', '094727.537000', '094727.539000', '094727.542000', '094727.545000', '094727.547000', '094727.550000', '094727.552000', '094727.555000', '094727.558000', '094727.560000', '094727.563000', '094727.566000', '094727.569000', '094727.572000', '094727.574000', '094727.577000', '094727.580000', '094727.582000', '094727.585000', '094727.588000', '094727.591000', '094727.594000', '094727.596000', '094727.599000', '094727.602000', '094727.604000', '094727.607000', '094727.610000', '094727.612000', '094727.615000', '094727.618000', '094727.620000', '094727.623000', '094727.625000', '094727.628000', '094727.631000', '094727.638000', '094727.640000', '094747.523000', '094747.526000', '094747.529000', '094747.531000', '094747.534000', '094747.537000', '094747.539000', '094747.542000', '094747.544000', '094747.547000', '094747.550000', '094747.552000', '094747.555000', '094747.558000', '094747.560000', '094747.563000', '094747.565000', '094747.568000', '094747.571000', '094747.573000', '094747.576000', '094747.578000', '094747.581000', '094747.584000', '094747.586000', '094747.589000', '094747.599000', '094747.602000', '094747.604000', '094747.607000', '094747.610000', '094747.612000', '094747.615000', '094747.618000', '094747.620000', '094747.623000', '094747.626000', '094747.628000', '094747.631000', '094747.633000', '094747.636000', '094747.639000', '094747.641000', '094747.644000', '094807.524000', '094807.527000', '094807.529000', '094807.532000', '094807.534000', '094807.549000', '094807.551000', '094807.554000', '094807.557000', '094807.559000', '094807.562000', '094807.564000', '094807.567000', '094807.570000', '094807.572000', '094807.575000', '094807.578000', '094807.580000', '094807.583000', '094807.586000', '094807.588000', '094807.592000', '094807.595000', '094807.597000', '094807.600000', '094807.603000', '094807.605000', '094807.608000', '094807.611000', '094807.613000', '094807.616000', '094807.618000', '094807.621000', '094807.624000', '094807.626000', '094807.629000', '094807.632000', '094807.634000', '094807.637000', '094807.639000', '094807.642000', '094807.645000', '094807.647000', '094827.525000', '094827.527000', '094827.530000', '094827.533000', '094827.535000', '094827.538000', '094827.540000', '094827.543000', '094827.546000', '094827.548000', '094827.551000', '094827.553000', '094827.556000', '094827.559000', '094827.561000', '094827.564000', '094827.566000', '094827.569000', '094827.572000', '094827.574000', '094827.577000', '094827.580000', '094827.582000', '094827.585000', '094827.588000', '094827.590000', '094827.593000', '094827.596000', '094827.598000', '094827.601000', '094827.604000', '094827.606000', '094827.609000', '094827.611000', '094827.614000', '094827.617000', '094827.619000', '094827.622000', '094827.625000', '094827.627000', '094827.630000', '094827.633000', '094827.635000', '094827.638000', '094847.525000', '094847.528000', '094847.530000', '094847.533000', '094847.536000', '094847.538000', '094847.541000', '094847.543000', '094847.546000', '094847.549000', '094847.552000', '094847.555000', '094847.558000', '094847.562000', '094847.565000', '094847.568000', '094847.570000', '094847.573000', '094847.576000', '094847.578000', '094847.581000', '094847.584000', '094847.586000', '094847.589000', '094847.591000', '094847.594000', '094847.597000', '094847.599000', '094847.602000', '094847.605000', '094847.607000', '094847.610000', '094847.613000', '094847.615000', '094847.618000', '094847.621000', '094847.623000', '094847.626000', '094847.629000', '094847.631000', '094847.634000', '094847.636000', '094847.639000', '094907.524000', '094907.527000', '094907.530000', '094907.533000', '094907.535000', '094907.538000', '094907.540000', '094907.543000', '094907.546000', '094907.548000', '094907.551000', '094907.553000', '094907.556000', '094907.559000', '094907.561000', '094907.564000', '094907.567000', '094907.569000', '094907.572000', '094907.575000', '094907.577000', '094907.580000', '094907.582000', '094907.585000', '094907.588000', '094907.590000', '094907.593000', '094907.595000', '094907.598000', '094907.601000', '094907.603000', '094907.606000', '094907.609000', '094907.611000', '094907.614000', '094907.616000', '094907.619000', '094907.622000', '094907.624000', '094907.627000', '094907.629000', '094907.632000', '094907.635000', '094907.637000', '094927.524000', '094927.527000', '094927.529000', '094927.532000', '094927.534000', '094927.537000', '094927.540000', '094927.542000', '094927.545000', '094927.548000', '094927.550000', '094927.553000', '094927.555000', '094927.558000', '094927.561000', '094927.563000', '094927.566000', '094927.568000', '094927.571000', '094927.574000', '094927.576000', '094927.579000', '094927.581000', '094927.584000', '094927.587000', '094927.589000', '094927.592000', '094927.595000', '094927.597000', '094927.600000', '094927.616000', '094927.618000', '094927.621000', '094927.624000', '094927.627000', '094927.631000', '094927.634000', '094927.636000', '094927.639000', '094927.641000', '094927.644000', '094927.647000', '094927.649000', '094947.523000', '094947.526000', '094947.529000', '094947.532000', '094947.534000', '094947.537000', '094947.539000', '094947.542000', '094947.545000', '094947.547000', '094947.550000', '094947.552000', '094947.555000', '094947.558000', '094947.560000', '094947.563000', '094947.566000', '094947.568000', '094947.571000', '094947.573000', '094947.576000', '094947.579000', '094947.581000', '094947.584000', '094947.587000', '094947.589000', '094947.592000', '094947.594000', '094947.597000', '094947.600000', '094947.602000', '094947.605000', '094947.608000', '094947.610000', '094947.613000', '094947.615000', '094947.618000', '094947.621000', '094947.623000', '094947.626000', '094947.628000', '094947.631000', '094947.634000', '094947.636000', '095007.523000', '095007.526000', '095007.529000', '095007.531000', '095007.534000', '095007.537000', '095007.539000', '095007.542000', '095007.544000', '095007.547000', '095007.550000', '095007.552000', '095007.555000', '095007.557000', '095007.560000', '095007.563000', '095007.565000', '095007.568000', '095007.570000', '095007.573000', '095007.576000', '095007.594000', '095007.597000', '095007.600000', '095007.602000', '095007.605000', '095007.608000', '095007.611000', '095007.614000', '095007.617000', '095007.620000', '095007.622000', '095007.625000', '095007.628000', '095007.630000', '095007.633000', '095007.635000', '095007.638000', '095007.640000', '095007.643000', '095007.646000', '095007.648000', '095007.651000', '095027.524000', '095027.527000', '095027.530000', '095027.532000', '095027.535000', '095027.537000', '095027.540000', '095027.543000', '095027.545000', '095027.548000', '095027.550000', '095027.553000', '095027.555000', '095027.558000', '095027.561000', '095027.563000', '095027.566000', '095027.569000', '095027.571000', '095027.574000', '095027.576000', '095027.579000', '095027.582000', '095027.585000', '095027.587000', '095027.590000', '095027.593000', '095027.595000', '095027.598000', '095027.601000', '095027.603000', '095027.606000', '095027.609000', '095027.611000', '095027.614000', '095027.616000', '095027.619000', '095027.622000', '095027.624000', '095027.627000', '095027.630000', '095027.632000', '095027.635000', '095027.637000', '095047.524000', '095047.527000', '095047.530000', '095047.533000', '095047.535000', '095047.538000', '095047.540000', '095047.543000', '095047.546000', '095047.548000', '095047.551000', '095047.553000', '095047.556000', '095047.559000', '095047.561000', '095047.564000', '095047.566000', '095047.569000', '095047.572000', '095047.574000', '095047.577000', '095047.579000', '095047.582000', '095047.585000', '095047.587000', '095047.590000', '095047.592000', '095047.595000', '095047.598000', '095047.600000', '095047.603000', '095047.606000', '095047.608000', '095047.611000', '095047.613000', '095047.616000', '095047.619000', '095047.621000', '095047.624000', '095047.626000', '095047.629000', '095047.643000', '095047.645000', '095049.484000', '095049.487000', '095049.490000', '095049.493000', '095049.495000'], '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': [12411, 9028, 11543, 13158, 9485, 11408, 8179, 10640, 7976, 9479, 11396, 7787, 10316, 8922, 9367, 11230, 7799, 9592, 10427, 9400, 10058, 7784, 10481, 9657, 8872, 10577, 8549, 10355, 8114, 9225, 12092, 8442, 11601, 8166, 10210, 11712, 8412, 10702, 8287, 10205, 8278, 9501, 12210, 7822, 10179, 13412, 9474, 11529, 8567, 10323, 10919, 8864, 11741, 7893, 9947, 10460, 8986, 10963, 7420, 9000, 11637, 8727, 10662, 7519, 9222, 12167, 8850, 11029, 7811, 9852, 10898, 9131, 11931, 8352, 10331, 10041, 8825, 11679, 8107, 9655, 10910, 9029, 11409, 7875, 9572, 12118, 8970, 10551, 7473, 9691, 11963, 8751, 10633, 7780, 9484, 12355, 9397, 10811, 7315, 9927, 10627, 8510, 12079, 9207, 10561, 9173, 9620, 11814, 7983, 10656, 7633, 9949, 12277, 8480, 11492, 10660, 10008, 12371, 8871, 11938, 9505, 9445, 11503, 9217, 11540, 9071, 9476, 12690, 8308, 10590, 8087, 9075, 11824, 7824, 9972, 8285, 10006, 12017, 8570, 11353, 10668, 9806, 10776, 8830, 11240, 7897, 9729, 11031, 9227, 11102, 7541, 9619, 12873, 9246, 11157, 8751, 11124, 8743, 9729, 12359, 8503, 11054, 7757, 10052, 12007, 8900, 10935, 8084, 10053, 10748, 9426, 11630, 7974, 9963, 11997, 9500, 12170, 7849, 9761, 12547, 9253, 10913, 7648, 10417, 10046, 9299, 11649, 8711, 10971, 8082, 9323, 12445, 8716, 11527, 7770, 9622, 11953, 8849, 11090, 7579, 9895, 12034, 8707, 10905, 8317, 10148, 10635, 8972, 11247, 8111, 9541, 11529, 9181, 11046, 7622, 9526, 12106, 8515, 10691, 7975, 10082, 12383, 8384, 10111, 13029, 9858, 10774, 7980, 10244, 11367, 9255, 11452, 8121, 10235, 7393, 9555, 11181, 7317, 9712, 12722, 9218, 10804, 7278, 9779, 12783, 9268, 11233, 8048, 10071, 10579, 8941, 11724, 8470, 10505, 10158, 9295, 11920, 8339, 10027, 11604, 9299, 11521, 8027, 9464, 11698, 8288, 10311, 7640, 9520, 11518, 8192, 10324, 10140, 9382, 11511, 8371, 10015, 13184, 9663, 12024, 8451, 11239, 10317, 9467, 12765, 8829, 11782, 7912, 9732, 12619, 8801, 11913, 9486, 9733, 12489, 9272, 12152, 8266, 10676, 12561, 9048, 11776, 8453, 11247, 8125, 9055, 12731, 8541, 11819, 7897, 10043, 13019, 9041, 12061, 8881, 9880, 11174, 8739, 12405, 8069, 9726, 12130, 9210, 9958, 7595, 8792, 12213, 8650, 11026, 7796, 9321, 7820, 8703, 11870, 8714, 10410, 10043, 9173, 11551, 7843, 10110, 10993, 9092, 10749, 8407, 11036, 9782, 9950, 14076, 10498, 14226, 8047, 10383, 13400, 9212, 11666, 8351, 10198, 11813, 9244, 11642, 7618, 9647, 12352, 9269, 11303, 7660, 9444, 12869, 8932, 11380, 7622, 9937, 12766, 9468, 11945, 8216, 10437, 7887, 9105, 12932, 7970, 11378, 7639, 9177, 12827, 8543, 11750, 10649, 9372, 10656, 8437, 11340, 8434, 8763, 12341, 7926, 10890, 7497, 8354, 11705, 7906, 10975, 7467, 9177, 7352, 8805, 12189, 9272, 10491, 12533, 9277, 11104, 8259, 11642, 8813, 8675, 12916, 7908, 10764, 8366, 8187, 12059, 7753, 11031, 8224, 9069, 11948, 7972, 11167, 9896, 9021, 10579, 8311, 11837, 7802, 9246, 12789, 8904, 11805, 7559, 9744, 12407, 8474, 11079, 8620, 9448, 10675, 8723, 11561, 8392, 8977, 12466, 7687, 10234, 8207, 8793, 11497, 7586, 9859, 9174, 8847, 11296, 7375, 9763, 12298, 8087, 10980, 8267, 10087, 9692, 8660, 11967, 8832, 9949, 12064, 9270, 12034, 7931, 9236, 12641, 8725, 11663, 7725, 9169, 12133, 7785, 9820, 12668, 8601, 11058, 7482, 8921, 12696, 8771, 10314, 7865, 10518, 12163, 8450, 11609, 8736, 9936, 12366, 8499, 11864, 8371, 9867, 10655, 8454, 12088, 8044, 9596, 12240, 8903, 12056, 7797, 9278, 13111, 8812, 11431, 7850, 9190, 12145, 8088, 10479, 9960, 8894, 10936, 7631, 10105, 9482, 8816, 11006, 8785, 11784, 8413, 8966, 12701, 8742, 10467, 10403, 8785, 11714, 7884, 9457, 11563, 8775, 11309, 7605, 8855, 11849, 8371, 11063, 7539, 9695, 12517, 8376, 11373, 10544, 9532, 11206, 7590, 9792, 12702, 8873, 10516, 8411, 9450, 10500, 7890, 10665, 11211, 8327, 11264, 8224, 9213, 11879, 8460, 11191, 7915, 9646, 8092, 9127, 12221, 8660, 11051, 11501, 9393, 12033, 8360, 11023, 13706, 9124, 11505, 7750, 9564, 12893, 8424, 11400, 8037, 9529, 11647, 8515, 11283, 7992, 9331, 12012, 9077, 11439, 8440, 11894, 7973, 10222, 13442, 8878, 12382, 8738, 12054, 9126, 11941, 8413, 12027, 9497, 9506, 13008, 8911, 11924, 13430, 9703, 13002, 9044, 12361, 8047, 9929, 12470, 8770, 11980, 7958, 9867, 10971, 8287, 11013, 7600, 9250, 7541, 8548, 11764, 8167, 11326, 7870, 11480, 8582, 11903, 8808, 11649, 11211, 9874, 11945, 8994, 13309, 8704, 11187, 13967, 9853, 12036, 8240, 9915, 12689, 8669, 12239, 8086, 10592, 11485, 8509, 11966, 8381, 9430, 12034, 8651, 11167, 8278, 8885, 11753, 8164, 9572, 11911, 8735, 11215, 7458, 9579, 12070, 8353, 11720, 8527, 9669, 11934, 8452, 12163, 9013, 9253, 12653, 8759, 11572, 7416, 9178, 12446, 8062, 11462, 9359, 8908, 12620, 8209, 11905, 9440, 8708, 12781, 8482, 11857, 7873, 8905, 12422, 8407, 10769, 7925, 10243, 12245, 9096, 10761, 13093, 9517, 11995, 8673, 10903, 13032, 8946, 11725, 10367, 10999, 10771, 9215, 12778, 10694, 10336, 13220, 9888, 11773, 8442, 9699, 11734, 8384, 10417, 13106, 8638, 11667, 8078, 9945, 11743, 8822, 11762, 9124, 9974, 8858, 8642, 12479, 8750, 9917, 11674, 8579, 10768, 8756, 8623, 12431, 9346, 11974, 8350, 11680, 8167, 11727, 8096, 10251, 13648, 10796, 11541, 13847, 9242, 11889, 8117, 10594, 13058, 8349, 10982, 8459, 8489, 11623, 8255, 11253, 7791, 9641, 11472, 8020, 11445, 8592, 10951, 11483, 8039, 11266, 8245, 10011, 9214, 9088, 12175, 8094, 11580, 11927, 8086, 11375, 8747, 10675, 8087, 9036, 11601, 8491, 10550, 11528, 9070, 11624, 8382, 9789, 11782, 8977, 11639, 8824, 10343, 12043, 8234, 11204, 9376, 9203, 11965, 9289, 11659, 8300, 11430, 10770, 9514, 11921, 10218, 11158, 12527, 9521, 12039, 8946, 11595, 13990, 8483, 11609, 8677, 11403, 14703, 8223, 11841, 8036, 9720, 11539, 8247, 11343, 8385, 10254, 12707, 9980, 11402], 'WindowCenter': [4523.0, 4464.0, 4479.0, 4475.0, 4442.0, 4449.0, 4405.0, 4423.0, 4392.0, 4413.0, 4432.0, 4392.0, 4425.0, 4402.0, 4402.0, 4421.0, 4392.0, 4425.0, 4424.0, 4414.0, 4412.0, 4391.0, 4423.0, 4425.0, 4417.0, 4425.0, 4403.0, 4424.0, 4404.0, 4413.0, 4446.0, 4419.0, 4436.0, 4418.0, 4427.0, 4434.0, 4403.0, 4425.0, 4404.0, 4424.0, 4392.0, 4412.0, 4432.0, 4391.0, 4423.0, 4442.0, 4414.0, 4436.0, 4404.0, 4412.0, 4409.0, 4389.0, 4419.0, 4378.0, 4426.0, 4410.0, 4401.0, 4411.0, 4368.0, 4402.0, 4434.0, 4403.0, 4422.0, 4381.0, 4412.0, 4444.0, 4416.0, 4434.0, 4391.0, 4424.0, 4423.0, 4413.0, 4434.0, 4392.0, 4422.0, 4410.0, 4402.0, 4422.0, 4392.0, 4413.0, 4420.0, 4402.0, 4432.0, 4380.0, 4425.0, 4444.0, 4402.0, 4422.0, 4381.0, 4413.0, 4432.0, 4404.0, 4424.0, 4395.0, 4427.0, 4444.0, 4413.0, 4422.0, 4382.0, 4423.0, 4422.0, 4415.0, 4446.0, 4415.0, 4425.0, 4414.0, 4428.0, 4446.0, 4394.0, 4422.0, 4393.0, 4424.0, 4432.0, 4405.0, 4447.0, 4425.0, 4426.0, 4433.0, 4402.0, 4433.0, 4413.0, 4414.0, 4421.0, 4401.0, 4420.0, 4388.0, 4410.0, 4442.0, 4392.0, 4410.0, 4378.0, 4389.0, 4430.0, 4392.0, 4412.0, 4391.0, 4412.0, 4430.0, 4390.0, 4433.0, 4423.0, 4410.0, 4420.0, 4401.0, 4421.0, 4392.0, 4426.0, 4423.0, 4414.0, 4421.0, 4380.0, 4412.0, 4444.0, 4413.0, 4432.0, 4403.0, 4422.0, 4391.0, 4412.0, 4444.0, 4403.0, 4419.0, 4381.0, 4411.0, 4428.0, 4401.0, 4424.0, 4391.0, 4411.0, 4419.0, 4399.0, 4420.0, 4389.0, 4411.0, 4419.0, 4414.0, 4444.0, 4390.0, 4411.0, 4431.0, 4400.0, 4420.0, 4380.0, 4421.0, 4412.0, 4414.0, 4432.0, 4403.0, 4423.0, 4379.0, 4400.0, 4442.0, 4390.0, 4419.0, 4378.0, 4400.0, 4418.0, 4401.0, 4420.0, 4379.0, 4409.0, 4418.0, 4388.0, 4422.0, 4390.0, 4410.0, 4407.0, 4400.0, 4419.0, 4378.0, 4413.0, 4421.0, 4400.0, 4420.0, 4378.0, 4398.0, 4431.0, 4400.0, 4409.0, 4377.0, 4409.0, 4418.0, 4376.0, 4411.0, 4430.0, 4398.0, 4409.0, 4378.0, 4409.0, 4407.0, 4400.0, 4421.0, 4390.0, 4409.0, 4367.0, 4398.0, 4420.0, 4379.0, 4413.0, 4442.0, 4411.0, 4421.0, 4382.0, 4423.0, 4443.0, 4414.0, 4433.0, 4393.0, 4413.0, 4422.0, 4413.0, 4445.0, 4403.0, 4423.0, 4411.0, 4402.0, 4432.0, 4403.0, 4412.0, 4419.0, 4402.0, 4421.0, 4378.0, 4412.0, 4432.0, 4391.0, 4411.0, 4378.0, 4410.0, 4421.0, 4401.0, 4422.0, 4409.0, 4401.0, 4421.0, 4406.0, 4429.0, 4433.0, 4401.0, 4416.0, 4377.0, 4409.0, 4425.0, 4416.0, 4457.0, 4416.0, 4433.0, 4391.0, 4414.0, 4429.0, 4390.0, 4420.0, 4401.0, 4401.0, 4430.0, 4401.0, 4418.0, 4378.0, 4422.0, 4432.0, 4405.0, 4420.0, 4392.0, 4421.0, 4379.0, 4403.0, 4445.0, 4403.0, 4432.0, 4392.0, 4414.0, 4441.0, 4403.0, 4444.0, 4418.0, 4429.0, 4434.0, 4402.0, 4444.0, 4407.0, 4438.0, 4444.0, 4415.0, 4424.0, 4380.0, 4390.0, 4428.0, 4402.0, 4422.0, 4393.0, 4412.0, 4381.0, 4402.0, 4431.0, 4403.0, 4424.0, 4413.0, 4413.0, 4422.0, 4391.0, 4423.0, 4432.0, 4413.0, 4433.0, 4404.0, 4434.0, 4423.0, 4451.0, 4470.0, 4438.0, 4446.0, 4382.0, 4426.0, 4444.0, 4415.0, 4445.0, 4392.0, 4410.0, 4419.0, 4400.0, 4421.0, 4381.0, 4439.0, 4445.0, 4414.0, 4433.0, 4394.0, 4438.0, 4457.0, 4417.0, 4446.0, 4409.0, 4439.0, 4455.0, 4440.0, 4460.0, 4406.0, 4435.0, 4407.0, 4417.0, 4458.0, 4403.0, 4433.0, 4383.0, 4401.0, 4431.0, 4391.0, 4432.0, 4421.0, 4401.0, 4409.0, 4387.0, 4421.0, 4376.0, 4389.0, 4429.0, 4380.0, 4418.0, 4382.0, 4402.0, 4429.0, 4394.0, 4447.0, 4394.0, 4416.0, 4394.0, 4414.0, 4432.0, 4412.0, 4436.0, 4443.0, 4413.0, 4421.0, 4391.0, 4434.0, 4402.0, 4401.0, 4443.0, 4391.0, 4437.0, 4402.0, 4403.0, 4432.0, 4394.0, 4435.0, 4391.0, 4402.0, 4431.0, 4391.0, 4435.0, 4422.0, 4402.0, 4421.0, 4391.0, 4431.0, 4392.0, 4416.0, 4445.0, 4404.0, 4432.0, 4380.0, 4401.0, 4418.0, 4388.0, 4421.0, 4388.0, 4399.0, 4410.0, 4388.0, 4418.0, 4376.0, 4401.0, 4430.0, 4379.0, 4410.0, 4390.0, 4389.0, 4417.0, 4379.0, 4412.0, 4399.0, 4400.0, 4419.0, 4379.0, 4411.0, 4457.0, 4416.0, 4436.0, 4418.0, 4423.0, 4410.0, 4390.0, 4431.0, 4405.0, 4413.0, 4433.0, 4414.0, 4433.0, 4389.0, 4413.0, 4442.0, 4403.0, 4422.0, 4380.0, 4399.0, 4418.0, 4379.0, 4413.0, 4431.0, 4391.0, 4417.0, 4380.0, 4414.0, 4441.0, 4403.0, 4422.0, 4404.0, 4434.0, 4445.0, 4405.0, 4443.0, 4402.0, 4427.0, 4446.0, 4415.0, 4446.0, 4405.0, 4425.0, 4424.0, 4405.0, 4442.0, 4405.0, 4426.0, 4445.0, 4416.0, 4433.0, 4382.0, 4414.0, 4443.0, 4401.0, 4421.0, 4379.0, 4399.0, 4419.0, 4380.0, 4421.0, 4398.0, 4389.0, 4421.0, 4378.0, 4411.0, 4412.0, 4414.0, 4420.0, 4403.0, 4434.0, 4390.0, 4413.0, 4444.0, 4403.0, 4422.0, 4421.0, 4403.0, 4420.0, 4389.0, 4410.0, 4432.0, 4402.0, 4435.0, 4392.0, 4413.0, 4444.0, 4405.0, 4434.0, 4393.0, 4427.0, 4443.0, 4405.0, 4447.0, 4423.0, 4412.0, 4423.0, 4381.0, 4411.0, 4429.0, 4403.0, 4423.0, 4391.0, 4411.0, 4420.0, 4390.0, 4423.0, 4432.0, 4403.0, 4447.0, 4404.0, 4414.0, 4432.0, 4403.0, 4443.0, 4405.0, 4426.0, 4403.0, 4427.0, 4444.0, 4417.0, 4449.0, 4446.0, 4416.0, 4445.0, 4404.0, 4434.0, 4456.0, 4415.0, 4432.0, 4394.0, 4411.0, 4431.0, 4403.0, 4433.0, 4392.0, 4412.0, 4430.0, 4402.0, 4431.0, 4391.0, 4414.0, 4444.0, 4414.0, 4434.0, 4417.0, 4459.0, 4420.0, 4439.0, 4469.0, 4429.0, 4460.0, 4418.0, 4458.0, 4416.0, 4446.0, 4406.0, 4445.0, 4414.0, 4416.0, 4444.0, 4405.0, 4437.0, 4444.0, 4415.0, 4432.0, 4401.0, 4420.0, 4379.0, 4400.0, 4430.0, 4389.0, 4422.0, 4380.0, 4414.0, 4409.0, 4388.0, 4421.0, 4382.0, 4402.0, 4390.0, 4406.0, 4446.0, 4406.0, 4433.0, 4395.0, 4447.0, 4415.0, 4447.0, 4430.0, 4463.0, 4450.0, 4428.0, 4436.0, 4405.0, 4444.0, 4403.0, 4436.0, 4455.0, 4413.0, 4432.0, 4390.0, 4413.0, 4444.0, 4404.0, 4433.0, 4391.0, 4422.0, 4420.0, 4402.0, 4433.0, 4392.0, 4413.0, 4429.0, 4391.0, 4421.0, 4379.0, 4389.0, 4420.0, 4391.0, 4413.0, 4421.0, 4390.0, 4420.0, 4381.0, 4413.0, 4432.0, 4404.0, 4435.0, 4404.0, 4414.0, 4432.0, 4393.0, 4433.0, 4403.0, 4414.0, 4444.0, 4403.0, 4421.0, 4381.0, 4413.0, 4432.0, 4394.0, 4434.0, 4412.0, 4413.0, 4443.0, 4404.0, 4444.0, 4426.0, 4416.0, 4444.0, 4406.0, 4432.0, 4390.0, 4429.0, 4462.0, 4398.0, 4426.0, 4395.0, 4426.0, 4433.0, 4405.0, 4426.0, 4433.0, 4403.0, 4437.0, 4405.0, 4424.0, 4443.0, 4405.0, 4434.0, 4414.0, 4424.0, 4423.0, 4403.0, 4434.0, 4413.0, 4415.0, 4444.0, 4411.0, 4423.0, 4379.0, 4400.0, 4420.0, 4391.0, 4414.0, 4430.0, 4392.0, 4420.0, 4380.0, 4413.0, 4420.0, 4390.0, 4421.0, 4390.0, 4400.0, 4389.0, 4391.0, 4432.0, 4416.0, 4413.0, 4418.0, 4390.0, 4410.0, 4389.0, 4390.0, 4421.0, 4399.0, 4418.0, 4380.0, 4418.0, 4391.0, 4420.0, 4379.0, 4413.0, 4442.0, 4411.0, 4423.0, 4441.0, 4389.0, 4407.0, 4367.0, 4397.0, 4417.0, 4375.0, 4409.0, 4378.0, 4388.0, 4409.0, 4390.0, 4408.0, 4367.0, 4398.0, 4419.0, 4391.0, 4421.0, 4392.0, 4436.0, 4421.0, 4392.0, 4424.0, 4403.0, 4415.0, 4403.0, 4415.0, 4431.0, 4392.0, 4438.0, 4407.0, 4387.0, 4425.0, 4392.0, 4400.0, 4354.0, 4377.0, 4408.0, 4378.0, 4409.0, 4408.0, 4389.0, 4420.0, 4379.0, 4413.0, 4422.0, 4390.0, 4419.0, 4388.0, 4410.0, 4413.0, 4379.0, 4422.0, 4402.0, 4402.0, 4423.0, 4401.0, 4421.0, 4391.0, 4434.0, 4421.0, 4402.0, 4435.0, 4413.0, 4423.0, 4431.0, 4402.0, 4419.0, 4389.0, 4410.0, 4440.0, 4391.0, 4421.0, 4379.0, 4420.0, 4427.0, 4377.0, 4407.0, 4378.0, 4398.0, 4408.0, 4378.0, 4409.0, 4377.0, 4410.0, 4430.0, 4411.0, 4421.0], 'WindowWidth': [9959.0, 9857.0, 9864.0, 9851.0, 9800.0, 9801.0, 9734.0, 9757.0, 9713.0, 9740.0, 9766.0, 9713.0, 9758.0, 9723.0, 9724.0, 9748.0, 9710.0, 9760.0, 9757.0, 9743.0, 9738.0, 9709.0, 9753.0, 9759.0, 9752.0, 9758.0, 9727.0, 9756.0, 9732.0, 9743.0, 9789.0, 9760.0, 9775.0, 9754.0, 9764.0, 9768.0, 9725.0, 9758.0, 9731.0, 9754.0, 9709.0, 9737.0, 9764.0, 9708.0, 9752.0, 9778.0, 9742.0, 9776.0, 9728.0, 9735.0, 9728.0, 9700.0, 9739.0, 9685.0, 9762.0, 9730.0, 9717.0, 9730.0, 9671.0, 9725.0, 9769.0, 9726.0, 9750.0, 9693.0, 9736.0, 9782.0, 9749.0, 9769.0, 9708.0, 9756.0, 9752.0, 9738.0, 9770.0, 9710.0, 9750.0, 9730.0, 9720.0, 9748.0, 9712.0, 9740.0, 9745.0, 9722.0, 9762.0, 9690.0, 9758.0, 9784.0, 9724.0, 9750.0, 9692.0, 9739.0, 9762.0, 9731.0, 9757.0, 9722.0, 9766.0, 9782.0, 9740.0, 9750.0, 9697.0, 9754.0, 9751.0, 9748.0, 9791.0, 9746.0, 9759.0, 9742.0, 9770.0, 9790.0, 9718.0, 9751.0, 9712.0, 9755.0, 9764.0, 9732.0, 9791.0, 9759.0, 9760.0, 9765.0, 9723.0, 9765.0, 9740.0, 9741.0, 9746.0, 9718.0, 9742.0, 9696.0, 9731.0, 9778.0, 9709.0, 9731.0, 9685.0, 9700.0, 9758.0, 9713.0, 9737.0, 9706.0, 9736.0, 9756.0, 9702.0, 9765.0, 9754.0, 9731.0, 9744.0, 9719.0, 9746.0, 9711.0, 9763.0, 9754.0, 9742.0, 9747.0, 9690.0, 9735.0, 9783.0, 9741.0, 9765.0, 9728.0, 9750.0, 9705.0, 9736.0, 9783.0, 9727.0, 9743.0, 9692.0, 9732.0, 9752.0, 9719.0, 9754.0, 9708.0, 9732.0, 9742.0, 9715.0, 9743.0, 9704.0, 9735.0, 9742.0, 9742.0, 9785.0, 9704.0, 9734.0, 9760.0, 9718.0, 9744.0, 9692.0, 9747.0, 9738.0, 9744.0, 9763.0, 9724.0, 9750.0, 9688.0, 9716.0, 9778.0, 9704.0, 9740.0, 9686.0, 9715.0, 9737.0, 9719.0, 9743.0, 9687.0, 9727.0, 9738.0, 9698.0, 9751.0, 9706.0, 9729.0, 9723.0, 9715.0, 9740.0, 9687.0, 9739.0, 9747.0, 9717.0, 9742.0, 9683.0, 9711.0, 9759.0, 9718.0, 9728.0, 9683.0, 9726.0, 9736.0, 9678.0, 9734.0, 9758.0, 9711.0, 9727.0, 9683.0, 9725.0, 9721.0, 9715.0, 9745.0, 9704.0, 9725.0, 9668.0, 9712.0, 9743.0, 9688.0, 9739.0, 9776.0, 9733.0, 9748.0, 9697.0, 9754.0, 9782.0, 9743.0, 9767.0, 9713.0, 9740.0, 9749.0, 9740.0, 9786.0, 9727.0, 9751.0, 9734.0, 9721.0, 9764.0, 9726.0, 9737.0, 9741.0, 9722.0, 9746.0, 9685.0, 9737.0, 9764.0, 9705.0, 9734.0, 9685.0, 9730.0, 9746.0, 9724.0, 9751.0, 9728.0, 9718.0, 9747.0, 9737.0, 9768.0, 9761.0, 9719.0, 9729.0, 9678.0, 9724.0, 9759.0, 9746.0, 9805.0, 9746.0, 9764.0, 9705.0, 9738.0, 9754.0, 9702.0, 9742.0, 9719.0, 9719.0, 9756.0, 9718.0, 9738.0, 9685.0, 9751.0, 9765.0, 9728.0, 9744.0, 9708.0, 9746.0, 9688.0, 9724.0, 9786.0, 9729.0, 9764.0, 9709.0, 9740.0, 9774.0, 9725.0, 9784.0, 9754.0, 9771.0, 9772.0, 9724.0, 9781.0, 9739.0, 9785.0, 9782.0, 9746.0, 9758.0, 9691.0, 9702.0, 9752.0, 9724.0, 9752.0, 9713.0, 9736.0, 9694.0, 9723.0, 9761.0, 9726.0, 9757.0, 9739.0, 9739.0, 9749.0, 9707.0, 9753.0, 9765.0, 9742.0, 9767.0, 9729.0, 9770.0, 9754.0, 9808.0, 9831.0, 9780.0, 9783.0, 9693.0, 9758.0, 9780.0, 9746.0, 9787.0, 9710.0, 9730.0, 9739.0, 9716.0, 9744.0, 9695.0, 9787.0, 9787.0, 9742.0, 9769.0, 9719.0, 9784.0, 9808.0, 9752.0, 9793.0, 9748.0, 9786.0, 9803.0, 9790.0, 9817.0, 9737.0, 9774.0, 9741.0, 9752.0, 9808.0, 9729.0, 9766.0, 9698.0, 9719.0, 9759.0, 9704.0, 9763.0, 9747.0, 9720.0, 9727.0, 9697.0, 9744.0, 9680.0, 9701.0, 9757.0, 9690.0, 9740.0, 9699.0, 9722.0, 9755.0, 9716.0, 9793.0, 9716.0, 9748.0, 9719.0, 9744.0, 9766.0, 9736.0, 9775.0, 9783.0, 9740.0, 9748.0, 9709.0, 9765.0, 9720.0, 9723.0, 9780.0, 9708.0, 9780.0, 9726.0, 9727.0, 9764.0, 9718.0, 9772.0, 9707.0, 9724.0, 9760.0, 9708.0, 9772.0, 9753.0, 9726.0, 9748.0, 9709.0, 9762.0, 9713.0, 9746.0, 9784.0, 9725.0, 9763.0, 9688.0, 9718.0, 9737.0, 9697.0, 9748.0, 9700.0, 9715.0, 9729.0, 9699.0, 9738.0, 9679.0, 9718.0, 9759.0, 9686.0, 9733.0, 9703.0, 9700.0, 9736.0, 9690.0, 9737.0, 9715.0, 9717.0, 9744.0, 9689.0, 9734.0, 9811.0, 9754.0, 9776.0, 9754.0, 9754.0, 9732.0, 9704.0, 9760.0, 9730.0, 9739.0, 9764.0, 9741.0, 9765.0, 9702.0, 9738.0, 9778.0, 9725.0, 9747.0, 9692.0, 9715.0, 9739.0, 9690.0, 9740.0, 9760.0, 9705.0, 9738.0, 9690.0, 9743.0, 9778.0, 9727.0, 9752.0, 9729.0, 9771.0, 9786.0, 9734.0, 9783.0, 9725.0, 9767.0, 9790.0, 9746.0, 9789.0, 9733.0, 9758.0, 9756.0, 9731.0, 9780.0, 9735.0, 9763.0, 9786.0, 9748.0, 9767.0, 9696.0, 9743.0, 9783.0, 9720.0, 9746.0, 9687.0, 9714.0, 9740.0, 9692.0, 9747.0, 9712.0, 9699.0, 9746.0, 9686.0, 9734.0, 9737.0, 9742.0, 9747.0, 9728.0, 9768.0, 9706.0, 9741.0, 9784.0, 9726.0, 9750.0, 9747.0, 9723.0, 9744.0, 9703.0, 9734.0, 9762.0, 9723.0, 9773.0, 9710.0, 9740.0, 9785.0, 9733.0, 9770.0, 9716.0, 9763.0, 9780.0, 9733.0, 9792.0, 9754.0, 9736.0, 9752.0, 9693.0, 9733.0, 9756.0, 9724.0, 9753.0, 9706.0, 9733.0, 9746.0, 9707.0, 9753.0, 9765.0, 9728.0, 9793.0, 9734.0, 9745.0, 9766.0, 9727.0, 9785.0, 9737.0, 9762.0, 9730.0, 9764.0, 9786.0, 9755.0, 9800.0, 9790.0, 9750.0, 9788.0, 9729.0, 9771.0, 9804.0, 9745.0, 9764.0, 9718.0, 9735.0, 9760.0, 9726.0, 9767.0, 9711.0, 9737.0, 9759.0, 9723.0, 9763.0, 9709.0, 9743.0, 9784.0, 9743.0, 9770.0, 9753.0, 9813.0, 9761.0, 9784.0, 9826.0, 9771.0, 9814.0, 9758.0, 9809.0, 9748.0, 9788.0, 9735.0, 9786.0, 9740.0, 9747.0, 9782.0, 9729.0, 9777.0, 9784.0, 9741.0, 9762.0, 9718.0, 9741.0, 9684.0, 9713.0, 9755.0, 9700.0, 9746.0, 9688.0, 9739.0, 9728.0, 9699.0, 9748.0, 9697.0, 9722.0, 9706.0, 9734.0, 9788.0, 9733.0, 9768.0, 9717.0, 9789.0, 9746.0, 9792.0, 9777.0, 9823.0, 9797.0, 9765.0, 9774.0, 9730.0, 9781.0, 9726.0, 9776.0, 9798.0, 9739.0, 9762.0, 9703.0, 9736.0, 9782.0, 9727.0, 9764.0, 9708.0, 9749.0, 9744.0, 9721.0, 9762.0, 9710.0, 9740.0, 9755.0, 9704.0, 9743.0, 9685.0, 9699.0, 9741.0, 9705.0, 9737.0, 9746.0, 9704.0, 9742.0, 9693.0, 9738.0, 9763.0, 9730.0, 9771.0, 9727.0, 9740.0, 9763.0, 9711.0, 9765.0, 9723.0, 9743.0, 9782.0, 9726.0, 9746.0, 9695.0, 9741.0, 9763.0, 9716.0, 9771.0, 9736.0, 9740.0, 9781.0, 9729.0, 9783.0, 9761.0, 9748.0, 9785.0, 9735.0, 9766.0, 9707.0, 9773.0, 9819.0, 9722.0, 9755.0, 9715.0, 9755.0, 9763.0, 9727.0, 9757.0, 9761.0, 9720.0, 9775.0, 9729.0, 9753.0, 9777.0, 9730.0, 9769.0, 9739.0, 9751.0, 9750.0, 9724.0, 9767.0, 9735.0, 9741.0, 9779.0, 9731.0, 9749.0, 9685.0, 9715.0, 9741.0, 9706.0, 9738.0, 9754.0, 9706.0, 9741.0, 9686.0, 9737.0, 9742.0, 9700.0, 9746.0, 9700.0, 9714.0, 9698.0, 9703.0, 9761.0, 9750.0, 9739.0, 9738.0, 9700.0, 9727.0, 9698.0, 9701.0, 9743.0, 9713.0, 9734.0, 9686.0, 9737.0, 9705.0, 9743.0, 9687.0, 9737.0, 9776.0, 9731.0, 9753.0, 9772.0, 9698.0, 9719.0, 9663.0, 9705.0, 9732.0, 9674.0, 9724.0, 9682.0, 9697.0, 9724.0, 9704.0, 9721.0, 9668.0, 9711.0, 9740.0, 9706.0, 9746.0, 9709.0, 9775.0, 9746.0, 9708.0, 9754.0, 9725.0, 9743.0, 9724.0, 9745.0, 9760.0, 9709.0, 9777.0, 9719.0, 9706.0, 9749.0, 9703.0, 9708.0, 9639.0, 9673.0, 9716.0, 9679.0, 9722.0, 9720.0, 9697.0, 9737.0, 9684.0, 9733.0, 9746.0, 9702.0, 9738.0, 9695.0, 9726.0, 9728.0, 9685.0, 9744.0, 9720.0, 9721.0, 9748.0, 9716.0, 9744.0, 9706.0, 9766.0, 9745.0, 9720.0, 9769.0, 9737.0, 9749.0, 9755.0, 9716.0, 9739.0, 9696.0, 9726.0, 9767.0, 9702.0, 9744.0, 9683.0, 9741.0, 9747.0, 9677.0, 9719.0, 9682.0, 9709.0, 9722.0, 9683.0, 9726.0, 9680.0, 9731.0, 9757.0, 9731.0, 9745.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.014309250288350636</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0448182725490196</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.03258023244807</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.262854146836029</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1601814175404155</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4999</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5979.3027</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.103139552690179</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.651672433679354</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5285340160206577</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4376586691544158</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7251432077547952</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4228001711527627</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0061216</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014688373543322086</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04347687587141991</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</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.13532787415427</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.4171</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8419</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.2652</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291138.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>907.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.5076</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9128</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.2566</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3574.412</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3723.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85406.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1427.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4681.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.2861</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.147696137428284</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> |