=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0089 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0089",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0089_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0089_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0089_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0089_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0089_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0089_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0089_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0089_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0089_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-03/func/sub-0089_ses-03_task-social_acq-mb8_run-03_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>009145e08a23f9ce8e343d7b4e0b519d</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>14:05:15.420000</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.999811, 0.0066076, 0.0182899, -0.0122156, 0.945189, 0.326294]</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-03_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.0928545</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7805, -7267, 620, -36, -270, 39, 116]</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>229.77</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7a0399b8-f484-43e6-a81d-49acbb08c90e||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.682419538497925, -0.03277366980910301, 0.04085487127304077, 112.1220474243164], [-0.017727700993418694, 2.5358738899230957, 0.8814308047294617, -115.52774810791016], [0.0490705668926239, -0.8754233121871948, 2.5517466068267822, -30.62375259399414], [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': ['140515.420000', '140515.880000', '140516.340000', '140516.800000', '140517.260000', '140517.720000', '140518.180000', '140518.640000', '140519.100000', '140519.560000', '140520.020000', '140520.480000', '140520.940000', '140521.400000', '140521.860000', '140522.320000', '140522.780000', '140523.240000', '140523.700000', '140524.160000', '140524.620000', '140525.080000', '140525.540000', '140526.000000', '140526.460000', '140526.920000', '140527.380000', '140527.840000', '140528.300000', '140528.760000', '140529.220000', '140529.680000', '140530.140000', '140530.600000', '140531.060000', '140531.520000', '140531.980000', '140532.440000', '140532.900000', '140533.360000', '140533.820000', '140534.280000', '140534.740000', '140535.200000', '140535.660000', '140536.120000', '140536.580000', '140537.040000', '140537.500000', '140537.960000', '140538.420000', '140538.880000', '140539.340000', '140539.800000', '140540.260000', '140540.720000', '140541.180000', '140541.640000', '140542.100000', '140542.560000', '140543.020000', '140543.480000', '140543.940000', '140544.400000', '140544.860000', '140545.320000', '140545.780000', '140546.240000', '140546.700000', '140547.160000', '140547.620000', '140548.080000', '140548.540000', '140549.000000', '140549.460000', '140549.920000', '140550.380000', '140550.840000', '140551.300000', '140551.760000', '140552.220000', '140552.680000', '140553.140000', '140553.600000', '140554.060000', '140554.520000', '140554.980000', '140555.440000', '140555.900000', '140556.360000', '140556.820000', '140557.280000', '140557.740000', '140558.200000', '140558.660000', '140559.120000', '140559.580000', '140600.040000', '140600.500000', '140600.960000', '140601.420000', '140601.880000', '140602.340000', '140602.800000', '140603.260000', '140603.720000', '140604.180000', '140604.640000', '140605.100000', '140605.560000', '140606.020000', '140606.480000', '140606.940000', '140607.400000', '140607.860000', '140608.320000', '140608.780000', '140609.240000', '140609.700000', '140610.160000', '140610.620000', '140611.080000', '140611.540000', '140612.000000', '140612.460000', '140612.920000', '140613.380000', '140613.840000', '140614.300000', '140614.760000', '140615.220000', '140615.680000', '140616.140000', '140616.600000', '140617.060000', '140617.520000', '140617.980000', '140618.440000', '140618.900000', '140619.360000', '140619.820000', '140620.280000', '140620.740000', '140621.200000', '140621.660000', '140622.120000', '140622.580000', '140623.040000', '140623.500000', '140623.960000', '140624.420000', '140624.880000', '140625.340000', '140625.800000', '140626.260000', '140626.720000', '140627.180000', '140627.640000', '140628.100000', '140628.560000', '140629.020000', '140629.480000', '140629.940000', '140630.400000', '140630.860000', '140631.320000', '140631.780000', '140632.240000', '140632.700000', '140633.160000', '140633.620000', '140634.080000', '140634.540000', '140635.000000', '140635.460000', '140635.920000', '140636.380000', '140636.840000', '140637.300000', '140637.760000', '140638.220000', '140638.680000', '140639.140000', '140639.600000', '140640.060000', '140640.520000', '140640.980000', '140641.440000', '140641.900000', '140642.360000', '140642.820000', '140643.280000', '140643.740000', '140644.200000', '140644.660000', '140645.120000', '140645.580000', '140646.040000', '140646.500000', '140646.960000', '140647.420000', '140647.880000', '140648.340000', '140648.800000', '140649.260000', '140649.720000', '140650.180000', '140650.640000', '140651.100000', '140651.560000', '140652.020000', '140652.480000', '140652.940000', '140653.400000', '140653.860000', '140654.320000', '140654.780000', '140655.240000', '140655.700000', '140656.160000', '140656.620000', '140657.080000', '140657.540000', '140658.000000', '140658.460000', '140658.920000', '140659.380000', '140659.840000', '140700.300000', '140700.760000', '140701.220000', '140701.680000', '140702.140000', '140702.600000', '140703.060000', '140703.520000', '140703.980000', '140704.440000', '140704.900000', '140705.360000', '140705.820000', '140706.280000', '140706.740000', '140707.200000', '140707.660000', '140708.120000', '140708.580000', '140709.040000', '140709.500000', '140709.960000', '140710.420000', '140710.880000', '140711.340000', '140711.800000', '140712.260000', '140712.720000', '140713.180000', '140713.640000', '140714.100000', '140714.560000', '140715.020000', '140715.480000', '140715.940000', '140716.400000', '140716.860000', '140717.320000', '140717.780000', '140718.240000', '140718.700000', '140719.160000', '140719.620000', '140720.080000', '140720.540000', '140721.000000', '140721.460000', '140721.920000', '140722.380000', '140722.840000', '140723.300000', '140723.760000', '140724.220000', '140724.680000', '140725.140000', '140725.600000', '140726.060000', '140726.520000', '140726.980000', '140727.440000', '140727.900000', '140728.360000', '140728.820000', '140729.280000', '140729.740000', '140730.200000', '140730.660000', '140731.120000', '140731.580000', '140732.040000', '140732.500000', '140732.960000', '140733.420000', '140733.880000', '140734.340000', '140734.800000', '140735.260000', '140735.720000', '140736.180000', '140736.640000', '140737.100000', '140737.560000', '140738.020000', '140738.480000', '140738.940000', '140739.400000', '140739.860000', '140740.320000', '140740.780000', '140741.240000', '140741.700000', '140742.160000', '140742.620000', '140743.080000', '140743.540000', '140744.000000', '140744.460000', '140744.920000', '140745.380000', '140745.840000', '140746.300000', '140746.760000', '140747.220000', '140747.680000', '140748.140000', '140748.600000', '140749.060000', '140749.520000', '140749.980000', '140750.440000', '140750.900000', '140751.360000', '140751.820000', '140752.280000', '140752.740000', '140753.200000', '140753.660000', '140754.120000', '140754.580000', '140755.040000', '140755.500000', '140755.960000', '140756.420000', '140756.880000', '140757.340000', '140757.800000', '140758.260000', '140758.720000', '140759.180000', '140759.640000', '140800.100000', '140800.560000', '140801.020000', '140801.480000', '140801.940000', '140802.400000', '140802.860000', '140803.320000', '140803.780000', '140804.240000', '140804.700000', '140805.160000', '140805.620000', '140806.080000', '140806.540000', '140807.000000', '140807.460000', '140807.920000', '140808.380000', '140808.840000', '140809.300000', '140809.760000', '140810.220000', '140810.680000', '140811.140000', '140811.600000', '140812.060000', '140812.520000', '140812.980000', '140813.440000', '140813.900000', '140814.360000', '140814.820000', '140815.280000', '140815.740000', '140816.200000', '140816.660000', '140817.120000', '140817.580000', '140818.040000', '140818.500000', '140818.960000', '140819.420000', '140819.880000', '140820.340000', '140820.800000', '140821.260000', '140821.720000', '140822.180000', '140822.640000', '140823.100000', '140823.560000', '140824.020000', '140824.480000', '140824.940000', '140825.400000', '140825.860000', '140826.320000', '140826.780000', '140827.240000', '140827.700000', '140828.160000', '140828.620000', '140829.080000', '140829.540000', '140830.000000', '140830.460000', '140830.920000', '140831.380000', '140831.840000', '140832.300000', '140832.760000', '140833.220000', '140833.680000', '140834.140000', '140834.600000', '140835.060000', '140835.520000', '140835.980000', '140836.440000', '140836.900000', '140837.360000', '140837.820000', '140838.280000', '140838.740000', '140839.200000', '140839.660000', '140840.120000', '140840.580000', '140841.040000', '140841.500000', '140841.960000', '140842.420000', '140842.880000', '140843.340000', '140843.800000', '140844.260000', '140844.720000', '140845.180000', '140845.640000', '140846.100000', '140846.560000', '140847.020000', '140847.480000', '140847.940000', '140848.400000', '140848.860000', '140849.320000', '140849.780000', '140850.240000', '140850.700000', '140851.160000', '140851.620000', '140852.080000', '140852.540000', '140853.000000', '140853.460000', '140853.920000', '140854.380000', '140854.840000', '140855.300000', '140855.760000', '140856.220000', '140856.680000', '140857.140000', '140857.600000', '140858.060000', '140858.520000', '140858.980000', '140859.440000', '140859.900000', '140900.360000', '140900.820000', '140901.280000', '140901.740000', '140902.200000', '140902.660000', '140903.120000', '140903.580000', '140904.040000', '140904.500000', '140904.960000', '140905.420000', '140905.880000', '140906.340000', '140906.800000', '140907.260000', '140907.720000', '140908.180000', '140908.640000', '140909.100000', '140909.560000', '140910.020000', '140910.480000', '140910.940000', '140911.400000', '140911.860000', '140912.320000', '140912.780000', '140913.240000', '140913.700000', '140914.160000', '140914.620000', '140915.080000', '140915.540000', '140916.000000', '140916.460000', '140916.920000', '140917.380000', '140917.840000', '140918.300000', '140918.760000', '140919.220000', '140919.680000', '140920.140000', '140920.600000', '140921.060000', '140921.520000', '140921.980000', '140922.440000', '140922.900000', '140923.360000', '140923.820000', '140924.280000', '140924.740000', '140925.200000', '140925.660000', '140926.120000', '140926.580000', '140927.040000', '140927.500000', '140927.960000', '140928.420000', '140928.880000', '140929.340000', '140929.800000', '140930.260000', '140930.720000', '140931.180000', '140931.640000', '140932.100000', '140932.560000', '140933.020000', '140933.480000', '140933.940000', '140934.400000', '140934.860000', '140935.320000', '140935.780000', '140936.240000', '140936.700000', '140937.160000', '140937.620000', '140938.080000', '140938.540000', '140939.000000', '140939.460000', '140939.920000', '140940.380000', '140940.840000', '140941.300000', '140941.760000', '140942.220000', '140942.680000', '140943.140000', '140943.600000', '140944.060000', '140944.520000', '140944.980000', '140945.440000', '140945.900000', '140946.360000', '140946.820000', '140947.280000', '140947.740000', '140948.200000', '140948.660000', '140949.120000', '140949.580000', '140950.040000', '140950.500000', '140950.960000', '140951.420000', '140951.880000', '140952.340000', '140952.800000', '140953.260000', '140953.720000', '140954.180000', '140954.640000', '140955.100000', '140955.560000', '140956.020000', '140956.480000', '140956.940000', '140957.400000', '140957.860000', '140958.320000', '140958.780000', '140959.240000', '140959.700000', '141000.160000', '141000.620000', '141001.080000', '141001.540000', '141002.000000', '141002.460000', '141002.920000', '141003.380000', '141003.840000', '141004.300000', '141004.760000', '141005.220000', '141005.680000', '141006.140000', '141006.600000', '141007.060000', '141007.520000', '141007.980000', '141008.440000', '141008.900000', '141009.360000', '141009.820000', '141010.280000', '141010.740000', '141011.200000', '141011.660000', '141012.120000', '141012.580000', '141013.040000', '141013.500000', '141013.960000', '141014.420000', '141014.880000', '141015.340000', '141015.800000', '141016.260000', '141016.720000', '141017.180000', '141017.640000', '141018.100000', '141018.560000', '141019.020000', '141019.480000', '141019.940000', '141020.400000', '141020.860000', '141021.320000', '141021.780000', '141022.240000', '141022.700000', '141023.160000', '141023.620000', '141024.080000', '141024.540000', '141025.000000', '141025.460000', '141025.920000', '141026.380000', '141026.840000', '141027.300000', '141027.760000', '141028.220000', '141028.680000', '141029.140000', '141029.600000', '141030.060000', '141030.520000', '141030.980000', '141031.440000', '141031.900000', '141032.360000', '141032.820000', '141033.280000', '141033.740000', '141034.200000', '141034.660000', '141035.120000', '141035.580000', '141036.040000', '141036.500000', '141036.960000', '141037.420000', '141037.880000', '141038.340000', '141038.800000', '141039.260000', '141039.720000', '141040.180000', '141040.640000', '141041.100000', '141041.560000', '141042.020000', '141042.480000', '141042.940000', '141043.400000', '141043.860000', '141044.320000', '141044.780000', '141045.240000', '141045.700000', '141046.160000', '141046.620000', '141047.080000', '141047.540000', '141048.000000', '141048.460000', '141048.920000', '141049.380000', '141049.840000', '141050.300000', '141050.760000', '141051.220000', '141051.680000', '141052.140000', '141052.600000', '141053.060000', '141053.520000', '141053.980000', '141054.440000', '141054.900000', '141055.360000', '141055.820000', '141056.280000', '141056.740000', '141057.200000', '141057.660000', '141058.120000', '141058.580000', '141059.040000', '141059.500000', '141059.960000', '141100.420000', '141100.880000', '141101.340000', '141101.800000', '141102.260000', '141102.720000', '141103.180000', '141103.640000', '141104.100000', '141104.560000', '141105.020000', '141105.480000', '141105.940000', '141106.400000', '141106.860000', '141107.320000', '141107.780000', '141108.240000', '141108.700000', '141109.160000', '141109.620000', '141110.080000', '141110.540000', '141111.000000', '141111.460000', '141111.920000', '141112.380000', '141112.840000', '141113.300000', '141113.760000', '141114.220000', '141114.680000', '141115.140000', '141115.600000', '141116.060000', '141116.520000', '141116.980000', '141117.440000', '141117.900000', '141118.360000', '141118.820000', '141119.280000', '141119.740000', '141120.200000', '141120.660000', '141121.120000', '141121.580000', '141122.040000', '141122.500000', '141122.960000', '141123.420000', '141123.880000', '141124.340000', '141124.800000', '141125.260000', '141125.720000', '141126.180000', '141126.640000', '141127.100000', '141127.560000', '141128.020000', '141128.480000', '141128.940000', '141129.400000', '141129.860000', '141130.320000', '141130.780000', '141131.240000', '141131.700000', '141132.160000', '141132.620000', '141133.080000', '141133.540000', '141134.000000', '141134.460000', '141134.920000', '141135.380000', '141135.840000', '141136.300000', '141136.760000', '141137.220000', '141137.680000', '141138.140000', '141138.600000', '141139.060000', '141139.520000', '141139.980000', '141140.440000', '141140.900000', '141141.360000', '141141.820000', '141142.280000', '141142.740000', '141143.200000', '141143.660000', '141144.120000', '141144.580000', '141145.040000', '141145.500000', '141145.960000', '141146.420000', '141146.880000', '141147.340000', '141147.800000', '141148.260000', '141148.720000', '141149.180000', '141149.640000', '141150.100000', '141150.560000', '141151.020000', '141151.480000', '141151.940000', '141152.400000', '141152.860000', '141153.320000', '141153.780000', '141154.240000', '141154.700000', '141155.160000', '141155.620000', '141156.080000'], 'ContentTime': ['140528.410000', '140528.413000', '140528.416000', '140528.418000', '140528.421000', '140528.424000', '140528.426000', '140528.429000', '140528.431000', '140528.434000', '140528.436000', '140528.442000', '140528.445000', '140528.447000', '140528.450000', '140528.452000', '140528.455000', '140528.458000', '140528.460000', '140528.463000', '140528.466000', '140528.468000', '140528.471000', '140528.473000', '140528.476000', '140528.479000', '140548.361000', '140548.363000', '140548.366000', '140548.369000', '140548.371000', '140548.374000', '140548.376000', '140548.379000', '140548.382000', '140548.384000', '140548.390000', '140548.393000', '140548.395000', '140548.398000', '140548.400000', '140548.403000', '140548.406000', '140548.408000', '140548.411000', '140548.413000', '140548.416000', '140548.419000', '140548.421000', '140548.424000', '140548.426000', '140548.429000', '140548.431000', '140548.434000', '140548.437000', '140548.439000', '140548.442000', '140548.444000', '140548.447000', '140548.450000', '140548.452000', '140548.455000', '140548.457000', '140548.460000', '140548.462000', '140548.465000', '140548.467000', '140548.470000', '140548.473000', '140548.484000', '140608.361000', '140608.363000', '140608.366000', '140608.369000', '140608.378000', '140608.381000', '140608.383000', '140608.386000', '140608.389000', '140608.391000', '140608.394000', '140608.396000', '140608.399000', '140608.402000', '140608.404000', '140608.407000', '140608.409000', '140608.412000', '140608.414000', '140608.417000', '140608.420000', '140608.422000', '140608.425000', '140608.428000', '140608.431000', '140608.434000', '140608.436000', '140608.439000', '140608.442000', '140608.444000', '140608.447000', '140608.449000', '140608.452000', '140608.455000', '140608.457000', '140608.460000', '140608.462000', '140608.465000', '140608.467000', '140608.470000', '140608.473000', '140608.475000', '140608.478000', '140628.359000', '140628.362000', '140628.365000', '140628.367000', '140628.370000', '140628.373000', '140628.375000', '140628.378000', '140628.380000', '140628.383000', '140628.385000', '140628.388000', '140628.390000', '140628.393000', '140628.396000', '140628.398000', '140628.401000', '140628.404000', '140628.406000', '140628.409000', '140628.411000', '140628.414000', '140628.416000', '140628.419000', '140628.422000', '140628.424000', '140628.427000', '140628.429000', '140628.432000', '140628.435000', '140628.437000', '140628.440000', '140628.442000', '140628.445000', '140628.447000', '140628.450000', '140628.452000', '140628.455000', '140628.458000', '140628.460000', '140628.463000', '140628.465000', '140628.468000', '140628.471000', '140648.360000', '140648.363000', '140648.366000', '140648.369000', '140648.371000', '140648.374000', '140648.376000', '140648.379000', '140648.382000', '140648.384000', '140648.387000', '140648.389000', '140648.392000', '140648.395000', '140648.398000', '140648.401000', '140648.404000', '140648.406000', '140648.409000', '140648.411000', '140648.414000', '140648.417000', '140648.419000', '140648.422000', '140648.424000', '140648.427000', '140648.430000', '140648.432000', '140648.435000', '140648.438000', '140648.440000', '140648.443000', '140648.445000', '140648.448000', '140648.450000', '140648.453000', '140648.456000', '140648.458000', '140648.461000', '140648.463000', '140648.466000', '140648.469000', '140648.471000', '140708.361000', '140708.363000', '140708.366000', '140708.369000', '140708.371000', '140708.374000', '140708.376000', '140708.379000', '140708.382000', '140708.384000', '140708.387000', '140708.389000', '140708.392000', '140708.395000', '140708.397000', '140708.400000', '140708.402000', '140708.405000', '140708.407000', '140708.410000', '140708.413000', '140708.415000', '140708.418000', '140708.421000', '140708.423000', '140708.426000', '140708.428000', '140708.431000', '140708.434000', '140708.436000', '140708.439000', '140708.441000', '140708.444000', '140708.447000', '140708.449000', '140708.452000', '140708.454000', '140708.457000', '140708.459000', '140708.462000', '140708.465000', '140708.467000', '140708.470000', '140708.473000', '140728.360000', '140728.363000', '140728.366000', '140728.369000', '140728.371000', '140728.374000', '140728.376000', '140728.379000', '140728.382000', '140728.384000', '140728.387000', '140728.389000', '140728.392000', '140728.394000', '140728.397000', '140728.400000', '140728.402000', '140728.405000', '140728.407000', '140728.410000', '140728.412000', '140728.415000', '140728.418000', '140728.421000', '140728.424000', '140728.427000', '140728.429000', '140728.432000', '140728.434000', '140728.437000', '140728.440000', '140728.442000', '140728.445000', '140728.447000', '140728.450000', '140728.452000', '140728.455000', '140728.458000', '140728.470000', '140728.473000', '140728.475000', '140728.478000', '140728.481000', '140748.360000', '140748.363000', '140748.366000', '140748.369000', '140748.371000', '140748.374000', '140748.376000', '140748.379000', '140748.382000', '140748.384000', '140748.387000', '140748.390000', '140748.392000', '140748.395000', '140748.397000', '140748.400000', '140748.402000', '140748.405000', '140748.408000', '140748.410000', '140748.413000', '140748.415000', '140748.418000', '140748.421000', '140748.423000', '140748.426000', '140748.429000', '140748.431000', '140748.434000', '140748.436000', '140748.439000', '140748.442000', '140748.444000', '140748.447000', '140748.450000', '140748.452000', '140748.455000', '140748.457000', '140748.460000', '140748.463000', '140748.465000', '140748.468000', '140748.470000', '140748.473000', '140808.360000', '140808.363000', '140808.366000', '140808.368000', '140808.371000', '140808.374000', '140808.376000', '140808.379000', '140808.382000', '140808.384000', '140808.387000', '140808.389000', '140808.392000', '140808.400000', '140808.402000', '140808.405000', '140808.407000', '140808.410000', '140808.412000', '140808.415000', '140808.419000', '140808.421000', '140808.424000', '140808.427000', '140808.429000', '140808.432000', '140808.435000', '140808.437000', '140808.440000', '140808.442000', '140808.445000', '140808.448000', '140808.450000', '140808.453000', '140808.456000', '140808.458000', '140808.461000', '140808.463000', '140808.466000', '140808.469000', '140808.471000', '140808.474000', '140808.476000', '140828.360000', '140828.363000', '140828.366000', '140828.368000', '140828.371000', '140828.374000', '140828.376000', '140828.379000', '140828.382000', '140828.384000', '140828.387000', '140828.389000', '140828.392000', '140828.394000', '140828.397000', '140828.400000', '140828.402000', '140828.405000', '140828.407000', '140828.410000', '140828.413000', '140828.415000', '140828.418000', '140828.420000', '140828.423000', '140828.426000', '140828.428000', '140828.431000', '140828.433000', '140828.436000', '140828.438000', '140828.441000', '140828.444000', '140828.446000', '140828.449000', '140828.451000', '140828.454000', '140828.457000', '140828.459000', '140828.462000', '140828.464000', '140828.467000', '140828.470000', '140828.472000', '140848.359000', '140848.362000', '140848.365000', '140848.367000', '140848.370000', '140848.373000', '140848.375000', '140848.378000', '140848.381000', '140848.383000', '140848.386000', '140848.388000', '140848.391000', '140848.394000', '140848.396000', '140848.399000', '140848.401000', '140848.404000', '140848.407000', '140848.409000', '140848.412000', '140848.414000', '140848.417000', '140848.420000', '140848.422000', '140848.425000', '140848.427000', '140848.430000', '140848.433000', '140848.435000', '140848.438000', '140848.441000', '140848.444000', '140848.447000', '140848.449000', '140848.452000', '140848.455000', '140848.457000', '140848.460000', '140848.463000', '140848.465000', '140848.468000', '140848.470000', '140908.361000', '140908.363000', '140908.366000', '140908.369000', '140908.371000', '140908.374000', '140908.376000', '140908.379000', '140908.382000', '140908.384000', '140908.387000', '140908.389000', '140908.392000', '140908.395000', '140908.397000', '140908.400000', '140908.402000', '140908.405000', '140908.408000', '140908.410000', '140908.422000', '140908.425000', '140908.427000', '140908.430000', '140908.433000', '140908.435000', '140908.438000', '140908.440000', '140908.443000', '140908.446000', '140908.448000', '140908.451000', '140908.453000', '140908.456000', '140908.459000', '140908.461000', '140908.464000', '140908.466000', '140908.469000', '140908.472000', '140908.474000', '140908.477000', '140908.480000', '140908.482000', '140928.361000', '140928.363000', '140928.366000', '140928.369000', '140928.371000', '140928.374000', '140928.377000', '140928.379000', '140928.382000', '140928.384000', '140928.387000', '140928.390000', '140928.392000', '140928.395000', '140928.397000', '140928.400000', '140928.402000', '140928.405000', '140928.408000', '140928.410000', '140928.413000', '140928.416000', '140928.418000', '140928.421000', '140928.423000', '140928.426000', '140928.428000', '140928.431000', '140928.434000', '140928.436000', '140928.439000', '140928.441000', '140928.444000', '140928.447000', '140928.449000', '140928.452000', '140928.455000', '140928.457000', '140928.460000', '140928.462000', '140928.465000', '140928.467000', '140928.470000', '140948.361000', '140948.363000', '140948.366000', '140948.369000', '140948.371000', '140948.374000', '140948.377000', '140948.379000', '140948.382000', '140948.384000', '140948.387000', '140948.390000', '140948.392000', '140948.395000', '140948.397000', '140948.400000', '140948.402000', '140948.405000', '140948.408000', '140948.410000', '140948.413000', '140948.416000', '140948.418000', '140948.421000', '140948.423000', '140948.426000', '140948.429000', '140948.431000', '140948.434000', '140948.437000', '140948.439000', '140948.442000', '140948.444000', '140948.447000', '140948.450000', '140948.452000', '140948.455000', '140948.457000', '140948.460000', '140948.463000', '140948.465000', '140948.468000', '140948.470000', '140948.473000', '141008.361000', '141008.364000', '141008.366000', '141008.369000', '141008.371000', '141008.374000', '141008.377000', '141008.379000', '141008.382000', '141008.384000', '141008.387000', '141008.390000', '141008.392000', '141008.395000', '141008.397000', '141008.400000', '141008.403000', '141008.405000', '141008.408000', '141008.411000', '141008.413000', '141008.416000', '141008.418000', '141008.421000', '141008.423000', '141008.426000', '141008.429000', '141008.431000', '141008.434000', '141008.436000', '141008.439000', '141008.442000', '141008.444000', '141008.447000', '141008.449000', '141008.452000', '141008.455000', '141008.457000', '141008.460000', '141008.462000', '141008.465000', '141008.468000', '141008.470000', '141028.361000', '141028.363000', '141028.366000', '141028.369000', '141028.371000', '141028.374000', '141028.377000', '141028.379000', '141028.382000', '141028.384000', '141028.387000', '141028.389000', '141028.392000', '141028.395000', '141028.397000', '141028.400000', '141028.402000', '141028.405000', '141028.408000', '141028.410000', '141028.413000', '141028.415000', '141028.418000', '141028.421000', '141028.423000', '141028.426000', '141028.428000', '141028.431000', '141028.433000', '141028.436000', '141028.439000', '141028.441000', '141028.444000', '141028.446000', '141028.449000', '141028.452000', '141028.454000', '141028.457000', '141028.459000', '141028.462000', '141028.464000', '141028.467000', '141028.470000', '141028.472000', '141048.360000', '141048.363000', '141048.366000', '141048.368000', '141048.371000', '141048.374000', '141048.376000', '141048.379000', '141048.382000', '141048.384000', '141048.387000', '141048.389000', '141048.392000', '141048.395000', '141048.397000', '141048.400000', '141048.403000', '141048.405000', '141048.408000', '141048.410000', '141048.413000', '141048.416000', '141048.418000', '141048.421000', '141048.423000', '141048.426000', '141048.428000', '141048.431000', '141048.434000', '141048.436000', '141048.439000', '141048.442000', '141048.445000', '141048.447000', '141048.450000', '141048.452000', '141048.455000', '141048.458000', '141048.460000', '141048.463000', '141048.465000', '141048.468000', '141048.471000', '141108.360000', '141108.363000', '141108.365000', '141108.368000', '141108.370000', '141108.373000', '141108.376000', '141108.378000', '141108.381000', '141108.383000', '141108.386000', '141108.388000', '141108.391000', '141108.394000', '141108.396000', '141108.399000', '141108.402000', '141108.404000', '141108.407000', '141108.409000', '141108.412000', '141108.415000', '141108.417000', '141108.420000', '141108.423000', '141108.425000', '141108.428000', '141108.430000', '141108.433000', '141108.436000', '141108.438000', '141108.441000', '141108.443000', '141108.446000', '141108.449000', '141108.451000', '141108.454000', '141108.456000', '141108.459000', '141108.461000', '141108.464000', '141108.467000', '141108.469000', '141108.472000', '141128.361000', '141128.363000', '141128.366000', '141128.369000', '141128.373000', '141128.375000', '141128.378000', '141128.380000', '141128.383000', '141128.386000', '141128.388000', '141128.391000', '141128.393000', '141128.396000', '141128.399000', '141128.401000', '141128.404000', '141128.406000', '141128.409000', '141128.411000', '141128.414000', '141128.417000', '141128.419000', '141128.422000', '141128.424000', '141128.427000', '141128.429000', '141128.432000', '141128.435000', '141128.437000', '141128.440000', '141128.442000', '141128.445000', '141128.448000', '141128.450000', '141128.453000', '141128.455000', '141128.458000', '141128.461000', '141128.463000', '141128.466000', '141128.468000', '141128.471000', '141148.360000', '141148.363000', '141148.366000', '141148.369000', '141148.371000', '141148.374000', '141148.377000', '141148.379000', '141148.382000', '141148.384000', '141148.387000', '141148.389000', '141148.392000', '141148.395000', '141148.397000', '141148.400000', '141148.402000', '141148.405000', '141148.408000', '141148.410000', '141148.413000', '141148.415000', '141148.418000', '141148.420000', '141148.423000', '141148.426000', '141148.428000', '141148.431000', '141148.433000', '141148.436000', '141148.438000', '141148.441000', '141148.444000', '141148.446000', '141148.449000', '141148.451000', '141148.454000', '141148.457000', '141148.459000', '141148.462000', '141148.465000', '141148.467000', '141148.470000', '141157.043000', '141157.046000', '141157.049000', '141157.052000', '141157.055000', '141157.057000', '141157.060000', '141157.063000', '141157.065000', '141157.068000', '141157.071000', '141157.073000', '141157.076000', '141157.107000', '141157.110000', '141157.113000', '141157.115000', '141157.118000', '141157.121000', '141157.124000'], 'InstanceCreationTime': ['140528.410000', '140528.413000', '140528.416000', '140528.418000', '140528.421000', '140528.424000', '140528.426000', '140528.429000', '140528.431000', '140528.434000', '140528.436000', '140528.442000', '140528.445000', '140528.447000', '140528.450000', '140528.452000', '140528.455000', '140528.458000', '140528.460000', '140528.463000', '140528.466000', '140528.468000', '140528.471000', '140528.473000', '140528.476000', '140528.479000', '140548.361000', '140548.363000', '140548.366000', '140548.369000', '140548.371000', '140548.374000', '140548.376000', '140548.379000', '140548.382000', '140548.384000', '140548.390000', '140548.393000', '140548.395000', '140548.398000', '140548.400000', '140548.403000', '140548.406000', '140548.408000', '140548.411000', '140548.413000', '140548.416000', '140548.419000', '140548.421000', '140548.424000', '140548.426000', '140548.429000', '140548.431000', '140548.434000', '140548.437000', '140548.439000', '140548.442000', '140548.444000', '140548.447000', '140548.450000', '140548.452000', '140548.455000', '140548.457000', '140548.460000', '140548.462000', '140548.465000', '140548.467000', '140548.470000', '140548.473000', '140548.484000', '140608.361000', '140608.363000', '140608.366000', '140608.369000', '140608.378000', '140608.381000', '140608.383000', '140608.386000', '140608.389000', '140608.391000', '140608.394000', '140608.396000', '140608.399000', '140608.402000', '140608.404000', '140608.407000', '140608.409000', '140608.412000', '140608.414000', '140608.417000', '140608.420000', '140608.422000', '140608.425000', '140608.428000', '140608.431000', '140608.434000', '140608.436000', '140608.439000', '140608.442000', '140608.444000', '140608.447000', '140608.449000', '140608.452000', '140608.455000', '140608.457000', '140608.460000', '140608.462000', '140608.465000', '140608.467000', '140608.470000', '140608.473000', '140608.475000', '140608.478000', '140628.359000', '140628.362000', '140628.365000', '140628.367000', '140628.370000', '140628.373000', '140628.375000', '140628.378000', '140628.380000', '140628.383000', '140628.385000', '140628.388000', '140628.390000', '140628.393000', '140628.396000', '140628.398000', '140628.401000', '140628.404000', '140628.406000', '140628.409000', '140628.411000', '140628.414000', '140628.416000', '140628.419000', '140628.422000', '140628.424000', '140628.427000', '140628.429000', '140628.432000', '140628.435000', '140628.437000', '140628.440000', '140628.442000', '140628.445000', '140628.447000', '140628.450000', '140628.452000', '140628.455000', '140628.458000', '140628.460000', '140628.463000', '140628.465000', '140628.468000', '140628.471000', '140648.360000', '140648.363000', '140648.366000', '140648.369000', '140648.371000', '140648.374000', '140648.376000', '140648.379000', '140648.382000', '140648.384000', '140648.387000', '140648.389000', '140648.392000', '140648.395000', '140648.398000', '140648.401000', '140648.404000', '140648.406000', '140648.409000', '140648.411000', '140648.414000', '140648.417000', '140648.419000', '140648.422000', '140648.424000', '140648.427000', '140648.430000', '140648.432000', '140648.435000', '140648.438000', '140648.440000', '140648.443000', '140648.445000', '140648.448000', '140648.450000', '140648.453000', '140648.456000', '140648.458000', '140648.461000', '140648.463000', '140648.466000', '140648.469000', '140648.471000', '140708.361000', '140708.363000', '140708.366000', '140708.369000', '140708.371000', '140708.374000', '140708.376000', '140708.379000', '140708.382000', '140708.384000', '140708.387000', '140708.389000', '140708.392000', '140708.395000', '140708.397000', '140708.400000', '140708.402000', '140708.405000', '140708.407000', '140708.410000', '140708.413000', '140708.415000', '140708.418000', '140708.421000', '140708.423000', '140708.426000', '140708.428000', '140708.431000', '140708.434000', '140708.436000', '140708.439000', '140708.441000', '140708.444000', '140708.447000', '140708.449000', '140708.452000', '140708.454000', '140708.457000', '140708.459000', '140708.462000', '140708.465000', '140708.467000', '140708.470000', '140708.473000', '140728.360000', '140728.363000', '140728.366000', '140728.369000', '140728.371000', '140728.374000', '140728.376000', '140728.379000', '140728.382000', '140728.384000', '140728.387000', '140728.389000', '140728.392000', '140728.394000', '140728.397000', '140728.400000', '140728.402000', '140728.405000', '140728.407000', '140728.410000', '140728.412000', '140728.415000', '140728.418000', '140728.421000', '140728.424000', '140728.427000', '140728.429000', '140728.432000', '140728.434000', '140728.437000', '140728.440000', '140728.442000', '140728.445000', '140728.447000', '140728.450000', '140728.452000', '140728.455000', '140728.458000', '140728.470000', '140728.473000', '140728.475000', '140728.478000', '140728.481000', '140748.360000', '140748.363000', '140748.366000', '140748.369000', '140748.371000', '140748.374000', '140748.376000', '140748.379000', '140748.382000', '140748.384000', '140748.387000', '140748.390000', '140748.392000', '140748.395000', '140748.397000', '140748.400000', '140748.402000', '140748.405000', '140748.408000', '140748.410000', '140748.413000', '140748.415000', '140748.418000', '140748.421000', '140748.423000', '140748.426000', '140748.429000', '140748.431000', '140748.434000', '140748.436000', '140748.439000', '140748.442000', '140748.444000', '140748.447000', '140748.450000', '140748.452000', '140748.455000', '140748.457000', '140748.460000', '140748.463000', '140748.465000', '140748.468000', '140748.470000', '140748.473000', '140808.360000', '140808.363000', '140808.366000', '140808.368000', '140808.371000', '140808.374000', '140808.376000', '140808.379000', '140808.382000', '140808.384000', '140808.387000', '140808.389000', '140808.392000', '140808.400000', '140808.402000', '140808.405000', '140808.407000', '140808.410000', '140808.412000', '140808.415000', '140808.419000', '140808.421000', '140808.424000', '140808.427000', '140808.429000', '140808.432000', '140808.435000', '140808.437000', '140808.440000', '140808.442000', '140808.445000', '140808.448000', '140808.450000', '140808.453000', '140808.456000', '140808.458000', '140808.461000', '140808.463000', '140808.466000', '140808.469000', '140808.471000', '140808.474000', '140808.476000', '140828.360000', '140828.363000', '140828.366000', '140828.368000', '140828.371000', '140828.374000', '140828.376000', '140828.379000', '140828.382000', '140828.384000', '140828.387000', '140828.389000', '140828.392000', '140828.394000', '140828.397000', '140828.400000', '140828.402000', '140828.405000', '140828.407000', '140828.410000', '140828.413000', '140828.415000', '140828.418000', '140828.420000', '140828.423000', '140828.426000', '140828.428000', '140828.431000', '140828.433000', '140828.436000', '140828.438000', '140828.441000', '140828.444000', '140828.446000', '140828.449000', '140828.451000', '140828.454000', '140828.457000', '140828.459000', '140828.462000', '140828.464000', '140828.467000', '140828.470000', '140828.472000', '140848.359000', '140848.362000', '140848.365000', '140848.367000', '140848.370000', '140848.373000', '140848.375000', '140848.378000', '140848.381000', '140848.383000', '140848.386000', '140848.388000', '140848.391000', '140848.394000', '140848.396000', '140848.399000', '140848.401000', '140848.404000', '140848.407000', '140848.409000', '140848.412000', '140848.414000', '140848.417000', '140848.420000', '140848.422000', '140848.425000', '140848.427000', '140848.430000', '140848.433000', '140848.435000', '140848.438000', '140848.441000', '140848.444000', '140848.447000', '140848.449000', '140848.452000', '140848.455000', '140848.457000', '140848.460000', '140848.463000', '140848.465000', '140848.468000', '140848.470000', '140908.361000', '140908.363000', '140908.366000', '140908.369000', '140908.371000', '140908.374000', '140908.376000', '140908.379000', '140908.382000', '140908.384000', '140908.387000', '140908.389000', '140908.392000', '140908.395000', '140908.397000', '140908.400000', '140908.402000', '140908.405000', '140908.408000', '140908.410000', '140908.422000', '140908.425000', '140908.427000', '140908.430000', '140908.433000', '140908.435000', '140908.438000', '140908.440000', '140908.443000', '140908.446000', '140908.448000', '140908.451000', '140908.453000', '140908.456000', '140908.459000', '140908.461000', '140908.464000', '140908.466000', '140908.469000', '140908.472000', '140908.474000', '140908.477000', '140908.480000', '140908.482000', '140928.361000', '140928.363000', '140928.366000', '140928.369000', '140928.371000', '140928.374000', '140928.377000', '140928.379000', '140928.382000', '140928.384000', '140928.387000', '140928.390000', '140928.392000', '140928.395000', '140928.397000', '140928.400000', '140928.402000', '140928.405000', '140928.408000', '140928.410000', '140928.413000', '140928.416000', '140928.418000', '140928.421000', '140928.423000', '140928.426000', '140928.428000', '140928.431000', '140928.434000', '140928.436000', '140928.439000', '140928.441000', '140928.444000', '140928.447000', '140928.449000', '140928.452000', '140928.455000', '140928.457000', '140928.460000', '140928.462000', '140928.465000', '140928.467000', '140928.470000', '140948.361000', '140948.363000', '140948.366000', '140948.369000', '140948.371000', '140948.374000', '140948.377000', '140948.379000', '140948.382000', '140948.384000', '140948.387000', '140948.390000', '140948.392000', '140948.395000', '140948.397000', '140948.400000', '140948.402000', '140948.405000', '140948.408000', '140948.410000', '140948.413000', '140948.416000', '140948.418000', '140948.421000', '140948.423000', '140948.426000', '140948.429000', '140948.431000', '140948.434000', '140948.437000', '140948.439000', '140948.442000', '140948.444000', '140948.447000', '140948.450000', '140948.452000', '140948.455000', '140948.457000', '140948.460000', '140948.463000', '140948.465000', '140948.468000', '140948.470000', '140948.473000', '141008.361000', '141008.364000', '141008.366000', '141008.369000', '141008.371000', '141008.374000', '141008.377000', '141008.379000', '141008.382000', '141008.384000', '141008.387000', '141008.390000', '141008.392000', '141008.395000', '141008.397000', '141008.400000', '141008.403000', '141008.405000', '141008.408000', '141008.411000', '141008.413000', '141008.416000', '141008.418000', '141008.421000', '141008.423000', '141008.426000', '141008.429000', '141008.431000', '141008.434000', '141008.436000', '141008.439000', '141008.442000', '141008.444000', '141008.447000', '141008.449000', '141008.452000', '141008.455000', '141008.457000', '141008.460000', '141008.462000', '141008.465000', '141008.468000', '141008.470000', '141028.361000', '141028.363000', '141028.366000', '141028.369000', '141028.371000', '141028.374000', '141028.377000', '141028.379000', '141028.382000', '141028.384000', '141028.387000', '141028.389000', '141028.392000', '141028.395000', '141028.397000', '141028.400000', '141028.402000', '141028.405000', '141028.408000', '141028.410000', '141028.413000', '141028.415000', '141028.418000', '141028.421000', '141028.423000', '141028.426000', '141028.428000', '141028.431000', '141028.433000', '141028.436000', '141028.439000', '141028.441000', '141028.444000', '141028.446000', '141028.449000', '141028.452000', '141028.454000', '141028.457000', '141028.459000', '141028.462000', '141028.464000', '141028.467000', '141028.470000', '141028.472000', '141048.360000', '141048.363000', '141048.366000', '141048.368000', '141048.371000', '141048.374000', '141048.376000', '141048.379000', '141048.382000', '141048.384000', '141048.387000', '141048.389000', '141048.392000', '141048.395000', '141048.397000', '141048.400000', '141048.403000', '141048.405000', '141048.408000', '141048.410000', '141048.413000', '141048.416000', '141048.418000', '141048.421000', '141048.423000', '141048.426000', '141048.428000', '141048.431000', '141048.434000', '141048.436000', '141048.439000', '141048.442000', '141048.445000', '141048.447000', '141048.450000', '141048.452000', '141048.455000', '141048.458000', '141048.460000', '141048.463000', '141048.465000', '141048.468000', '141048.471000', '141108.360000', '141108.363000', '141108.365000', '141108.368000', '141108.370000', '141108.373000', '141108.376000', '141108.378000', '141108.381000', '141108.383000', '141108.386000', '141108.388000', '141108.391000', '141108.394000', '141108.396000', '141108.399000', '141108.402000', '141108.404000', '141108.407000', '141108.409000', '141108.412000', '141108.415000', '141108.417000', '141108.420000', '141108.423000', '141108.425000', '141108.428000', '141108.430000', '141108.433000', '141108.436000', '141108.438000', '141108.441000', '141108.443000', '141108.446000', '141108.449000', '141108.451000', '141108.454000', '141108.456000', '141108.459000', '141108.461000', '141108.464000', '141108.467000', '141108.469000', '141108.472000', '141128.361000', '141128.363000', '141128.366000', '141128.369000', '141128.373000', '141128.375000', '141128.378000', '141128.380000', '141128.383000', '141128.386000', '141128.388000', '141128.391000', '141128.393000', '141128.396000', '141128.399000', '141128.401000', '141128.404000', '141128.406000', '141128.409000', '141128.411000', '141128.414000', '141128.417000', '141128.419000', '141128.422000', '141128.424000', '141128.427000', '141128.429000', '141128.432000', '141128.435000', '141128.437000', '141128.440000', '141128.442000', '141128.445000', '141128.448000', '141128.450000', '141128.453000', '141128.455000', '141128.458000', '141128.461000', '141128.463000', '141128.466000', '141128.468000', '141128.471000', '141148.360000', '141148.363000', '141148.366000', '141148.369000', '141148.371000', '141148.374000', '141148.377000', '141148.379000', '141148.382000', '141148.384000', '141148.387000', '141148.389000', '141148.392000', '141148.395000', '141148.397000', '141148.400000', '141148.402000', '141148.405000', '141148.408000', '141148.410000', '141148.413000', '141148.415000', '141148.418000', '141148.420000', '141148.423000', '141148.426000', '141148.428000', '141148.431000', '141148.433000', '141148.436000', '141148.438000', '141148.441000', '141148.444000', '141148.446000', '141148.449000', '141148.451000', '141148.454000', '141148.457000', '141148.459000', '141148.462000', '141148.465000', '141148.467000', '141148.470000', '141157.043000', '141157.046000', '141157.049000', '141157.052000', '141157.055000', '141157.057000', '141157.060000', '141157.063000', '141157.065000', '141157.068000', '141157.071000', '141157.073000', '141157.076000', '141157.107000', '141157.110000', '141157.113000', '141157.115000', '141157.118000', '141157.121000', '141157.124000'], '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': [8123, 14225, 8560, 12472, 9150, 9783, 9485, 8221, 13823, 8200, 13198, 8795, 11613, 8891, 9149, 9252, 8456, 13384, 8471, 13016, 8580, 11465, 8974, 9328, 9600, 8281, 14630, 8099, 13725, 8797, 12426, 9409, 8637, 10920, 8140, 13111, 8748, 10787, 9379, 8550, 9393, 8390, 13450, 8913, 10639, 9516, 10149, 9448, 8195, 9687, 8737, 13238, 8870, 11676, 9411, 10104, 9197, 8585, 12855, 9033, 11314, 9273, 10363, 9220, 8771, 11116, 8685, 14419, 8491, 13811, 8754, 13865, 9352, 10551, 13325, 8170, 13899, 8635, 12282, 9228, 9484, 9346, 9388, 9357, 8745, 11975, 8487, 12161, 8534, 12386, 9219, 9467, 9559, 8279, 13709, 8016, 13170, 8831, 11992, 9094, 8949, 10468, 8220, 13055, 8476, 12133, 8856, 9752, 9160, 8364, 13764, 8432, 12831, 8919, 10712, 9388, 8356, 14120, 8304, 13421, 8576, 11164, 9396, 8326, 12352, 8266, 12883, 8419, 11040, 9133, 8591, 10021, 8151, 14043, 8374, 11027, 9160, 9531, 9269, 8576, 12580, 8615, 10783, 9048, 9955, 9440, 8397, 10794, 8615, 12485, 8447, 11182, 8881, 9664, 9481, 8343, 13968, 8091, 13002, 8128, 12825, 8998, 9368, 8621, 11408, 8445, 14388, 8510, 13677, 9327, 9307, 13114, 8114, 13694, 8395, 11966, 9015, 10508, 9343, 8204, 12547, 8433, 12015, 8684, 10786, 9348, 9144, 9477, 8288, 13549, 8624, 11995, 8693, 11320, 9239, 8845, 10492, 8408, 14159, 8599, 12593, 8888, 10824, 9036, 9489, 12974, 8380, 13305, 8264, 12997, 8675, 13347, 9057, 8852, 13678, 8324, 13400, 8270, 12192, 8858, 9471, 9588, 8556, 13399, 8049, 12916, 8492, 11619, 9017, 8845, 9483, 8314, 13698, 7937, 12349, 8365, 10884, 8847, 8812, 9623, 8210, 13774, 7966, 13089, 8457, 11422, 9337, 8407, 9933, 8239, 13139, 8015, 11262, 8654, 9906, 9294, 8024, 13242, 7859, 12931, 8115, 11320, 8931, 8895, 10826, 8099, 13294, 8293, 11466, 8842, 8606, 9243, 8077, 11871, 8768, 10354, 8810, 9067, 9553, 8329, 13155, 8538, 11675, 8898, 9485, 9743, 8189, 13775, 8000, 12785, 9202, 10128, 11400, 8187, 13986, 8178, 12891, 8096, 12364, 8868, 9110, 9051, 8966, 13579, 7768, 13621, 8543, 10763, 8977, 8188, 13872, 7953, 13074, 8239, 10864, 8781, 7864, 12085, 7873, 11675, 8214, 10264, 9051, 8452, 9615, 8410, 10300, 8386, 9762, 8684, 9710, 8958, 8477, 11772, 8177, 13641, 7829, 13170, 8327, 10964, 9778, 8713, 14628, 7637, 13492, 8533, 11004, 8890, 7899, 14024, 8339, 11623, 8839, 9579, 8977, 7692, 13366, 8608, 10939, 8901, 10118, 8940, 8154, 12384, 8104, 11910, 8380, 11310, 9045, 8685, 10867, 7846, 13215, 7877, 12871, 8658, 10158, 9582, 8054, 14233, 7957, 13311, 8528, 10590, 9180, 7897, 13856, 7668, 13289, 8451, 11904, 8917, 8494, 10814, 7797, 14587, 7910, 12985, 8743, 9343, 9656, 7756, 14275, 7769, 12028, 8749, 9328, 9143, 7908, 13938, 8042, 12204, 8674, 10117, 9068, 8064, 11744, 7699, 11970, 8581, 10691, 8798, 8649, 9329, 7669, 13928, 8137, 13009, 8578, 11221, 9015, 8162, 13981, 7923, 13548, 8352, 11856, 9004, 8212, 10498, 8452, 12408, 8462, 10965, 8548, 10084, 9058, 7848, 11666, 8022, 13501, 7929, 12582, 8656, 11015, 8897, 9091, 12163, 8041, 14122, 7906, 13472, 8461, 11107, 8774, 7996, 9869, 8161, 11289, 8217, 10346, 8663, 9291, 8959, 7943, 13589, 7750, 13765, 8232, 12656, 9054, 8647, 9519, 7769, 13888, 8093, 11199, 8772, 9645, 9176, 7911, 10549, 7796, 13356, 8032, 11679, 8459, 10298, 8806, 8137, 10965, 8015, 13153, 8103, 12969, 8553, 10473, 9262, 7903, 13345, 7834, 13654, 8376, 12342, 9006, 8922, 10796, 8008, 12781, 8335, 11144, 8961, 8922, 9407, 8533, 13376, 8283, 10845, 8539, 9532, 8900, 8363, 13585, 7946, 12852, 7952, 12109, 9575, 9478, 9798, 8056, 13972, 7948, 13115, 8607, 11456, 8990, 8507, 12380, 7965, 12755, 8090, 12252, 8653, 10019, 8704, 8059, 12930, 7999, 13224, 8087, 11713, 8724, 9707, 9806, 7967, 13982, 7788, 13395, 8679, 10603, 9554, 7897, 14163, 7840, 13475, 8379, 12037, 9093, 8024, 12878, 7572, 13078, 8553, 11540, 9131, 8039, 9412, 7844, 13137, 8462, 11141, 8905, 9293, 9111, 7903, 14323, 8404, 12433, 8920, 9840, 9288, 7844, 14070, 8227, 12960, 8779, 10199, 9004, 8345, 13981, 7873, 13921, 8712, 11466, 8979, 8126, 13858, 7716, 13684, 8492, 12342, 8892, 9068, 9978, 7899, 13848, 8178, 12209, 8655, 10941, 8845, 9032, 9568, 7958, 14128, 8003, 13554, 8550, 11998, 9131, 8472, 11382, 7935, 14018, 8184, 12907, 8560, 11005, 9113, 8916, 9180, 7546, 14067, 8251, 13272, 8586, 11742, 8991, 9405, 9036, 8238, 14504, 8307, 13370, 8587, 11878, 8698, 9116, 11658, 7938, 13658, 7822, 12825, 8642, 10989, 9011, 7844, 11627, 7910, 13764, 7947, 12697, 8942, 11513, 9052, 9057, 14468, 7357, 14734, 8315, 13609, 9121, 9828, 7672, 12866, 8844, 8816, 10469, 7575, 12908, 8002, 11147, 8863, 9111, 9207, 7962, 13235, 8400, 11433, 8843, 10279, 8721, 8225, 9694, 8070, 11573, 8090, 10383, 9098, 8873, 8780, 7557, 14018, 7961, 13764, 8363, 11309, 8923, 8639, 12415, 7726, 13179, 8331, 12230, 8889, 9667, 12882, 7580, 13654, 7883, 12553, 9447, 9420, 11836, 7638, 13885, 8332, 11897, 8848, 8789, 9709, 7735, 13426, 8150, 12474, 8747, 9398, 9417, 7555, 13906, 7950, 13020, 8673, 9547, 9116, 7673, 13943, 7597, 13090, 8480, 10071, 8787, 7926, 14256, 7425, 13309, 8245, 11017, 8694, 8555, 10218, 7828, 13865, 7504, 12214, 8403, 9963, 8535, 7571, 14580, 7757, 13647, 8628, 10956, 8535, 7931, 12139, 7659, 12005, 8151, 11438, 8812, 9214, 8627, 7734, 14153, 7530, 13256, 8316, 11472, 8614, 8181, 13662, 7861, 13907, 7975, 12929, 8973, 8789, 12908, 7874, 13546, 7358, 12803, 8818, 9125, 9006, 7675, 14140, 7296, 11911, 8375, 10228, 8517, 8197, 9932, 7491, 13906, 7629, 12460, 8442, 10663, 8561, 8186, 8822, 7601, 14227, 7434, 13154, 8374, 11467, 8438, 9239, 11268, 7915, 13980, 7227, 13357, 8338, 10513, 8760, 7804, 14324, 7107, 13300, 8091, 10181, 8618, 7827, 11555, 7262], 'WindowCenter': [4056.0, 4100.0, 4026.0, 4066.0, 4035.0, 4046.0, 4033.0, 4010.0, 4048.0, 4010.0, 4048.0, 4009.0, 4039.0, 4008.0, 4020.0, 4008.0, 4011.0, 4060.0, 4011.0, 4049.0, 4009.0, 4039.0, 4008.0, 4019.0, 4018.0, 4011.0, 4058.0, 3998.0, 4049.0, 4007.0, 4039.0, 4018.0, 4010.0, 4026.0, 3997.0, 4048.0, 4008.0, 4040.0, 4019.0, 4010.0, 4007.0, 4010.0, 4058.0, 4020.0, 4041.0, 4031.0, 4041.0, 4031.0, 4011.0, 4029.0, 4021.0, 4062.0, 4021.0, 4041.0, 4019.0, 4032.0, 4021.0, 4021.0, 4061.0, 4022.0, 4051.0, 4032.0, 4043.0, 4032.0, 4035.0, 4053.0, 4024.0, 4072.0, 4021.0, 4073.0, 4010.0, 4073.0, 4019.0, 4032.0, 4048.0, 3999.0, 4048.0, 4008.0, 4039.0, 4008.0, 4017.0, 4006.0, 4019.0, 4019.0, 4024.0, 4050.0, 4022.0, 4051.0, 4021.0, 4062.0, 4033.0, 4032.0, 4018.0, 4010.0, 4049.0, 3999.0, 4049.0, 4020.0, 4051.0, 4008.0, 4020.0, 4027.0, 3997.0, 4048.0, 4010.0, 4049.0, 4007.0, 4018.0, 4005.0, 4008.0, 4059.0, 4008.0, 4048.0, 4008.0, 4029.0, 4005.0, 3998.0, 4047.0, 3996.0, 4047.0, 3996.0, 4027.0, 4004.0, 3996.0, 4036.0, 3996.0, 4035.0, 3996.0, 4027.0, 4006.0, 4008.0, 4004.0, 3987.0, 4045.0, 3997.0, 4027.0, 4007.0, 4019.0, 4006.0, 4008.0, 4037.0, 4009.0, 4027.0, 4008.0, 4029.0, 4017.0, 4009.0, 4038.0, 4021.0, 4049.0, 4009.0, 4039.0, 4008.0, 4020.0, 4018.0, 4010.0, 4058.0, 3999.0, 4049.0, 3998.0, 4049.0, 4019.0, 4019.0, 4021.0, 4050.0, 4024.0, 4074.0, 4011.0, 4073.0, 4020.0, 4022.0, 4048.0, 3999.0, 4059.0, 4009.0, 4040.0, 4009.0, 4029.0, 4006.0, 4009.0, 4047.0, 4010.0, 4049.0, 4009.0, 4039.0, 4019.0, 4021.0, 4018.0, 4011.0, 4061.0, 4021.0, 4050.0, 4020.0, 4042.0, 4020.0, 4034.0, 4040.0, 4011.0, 4061.0, 4021.0, 4062.0, 4022.0, 4054.0, 4020.0, 4034.0, 4061.0, 4011.0, 4061.0, 4011.0, 4061.0, 4009.0, 4061.0, 4006.0, 4009.0, 4059.0, 3998.0, 4049.0, 3998.0, 4038.0, 4007.0, 4020.0, 4017.0, 4009.0, 4047.0, 3998.0, 4047.0, 4008.0, 4039.0, 4008.0, 4019.0, 4017.0, 3998.0, 4047.0, 3998.0, 4048.0, 3998.0, 4029.0, 4007.0, 4008.0, 4006.0, 4010.0, 4058.0, 3999.0, 4048.0, 3997.0, 4040.0, 4019.0, 4010.0, 4018.0, 4010.0, 4049.0, 4010.0, 4040.0, 4010.0, 4031.0, 4020.0, 4011.0, 4049.0, 3999.0, 4050.0, 4010.0, 4042.0, 4010.0, 4020.0, 4029.0, 3999.0, 4049.0, 4010.0, 4039.0, 4008.0, 4010.0, 4017.0, 4011.0, 4051.0, 4022.0, 4042.0, 4020.0, 4021.0, 4018.0, 4022.0, 4061.0, 4021.0, 4051.0, 4020.0, 4033.0, 4019.0, 4013.0, 4061.0, 4000.0, 4050.0, 4008.0, 4031.0, 4039.0, 4011.0, 4059.0, 4000.0, 4049.0, 3997.0, 4051.0, 4020.0, 4009.0, 4018.0, 4022.0, 4049.0, 3999.0, 4061.0, 4009.0, 4029.0, 4006.0, 3997.0, 4046.0, 3997.0, 4047.0, 3996.0, 4028.0, 3995.0, 3997.0, 4036.0, 3999.0, 4038.0, 3997.0, 4017.0, 4006.0, 4008.0, 4017.0, 4013.0, 4029.0, 4011.0, 4031.0, 4021.0, 4031.0, 4020.0, 4022.0, 4051.0, 4012.0, 4061.0, 4000.0, 4051.0, 3998.0, 4041.0, 4017.0, 4009.0, 4058.0, 3987.0, 4049.0, 4008.0, 4028.0, 4008.0, 3999.0, 4047.0, 4009.0, 4039.0, 4008.0, 4020.0, 4007.0, 3999.0, 4058.0, 4020.0, 4040.0, 4019.0, 4030.0, 4019.0, 4011.0, 4050.0, 4011.0, 4052.0, 4009.0, 4041.0, 4008.0, 4011.0, 4028.0, 3999.0, 4049.0, 3999.0, 4049.0, 3996.0, 4028.0, 4017.0, 4000.0, 4058.0, 3998.0, 4048.0, 3997.0, 4028.0, 4007.0, 3999.0, 4048.0, 3988.0, 4047.0, 3997.0, 4039.0, 4020.0, 4010.0, 4027.0, 3988.0, 4058.0, 3999.0, 4048.0, 4008.0, 4019.0, 4006.0, 3988.0, 4057.0, 3987.0, 4049.0, 4009.0, 4020.0, 4007.0, 4000.0, 4058.0, 3999.0, 4050.0, 4010.0, 4030.0, 4008.0, 4012.0, 4038.0, 4000.0, 4050.0, 4021.0, 4041.0, 4009.0, 4010.0, 4018.0, 4001.0, 4060.0, 4000.0, 4051.0, 4009.0, 4041.0, 4007.0, 4011.0, 4059.0, 4000.0, 4061.0, 4000.0, 4050.0, 4020.0, 4012.0, 4029.0, 4012.0, 4050.0, 4011.0, 4040.0, 4021.0, 4043.0, 4020.0, 4012.0, 4040.0, 4000.0, 4060.0, 3999.0, 4052.0, 4010.0, 4042.0, 4009.0, 4011.0, 4037.0, 3999.0, 4059.0, 4000.0, 4049.0, 3998.0, 4030.0, 3996.0, 4000.0, 4018.0, 4009.0, 4039.0, 4010.0, 4031.0, 4010.0, 4021.0, 4020.0, 4011.0, 4059.0, 4000.0, 4059.0, 3998.0, 4051.0, 4020.0, 4011.0, 4017.0, 3988.0, 4048.0, 3998.0, 4040.0, 4010.0, 4021.0, 4018.0, 4000.0, 4028.0, 3999.0, 4059.0, 4000.0, 4040.0, 3998.0, 4030.0, 4007.0, 3999.0, 4028.0, 4000.0, 4050.0, 3999.0, 4050.0, 4008.0, 4030.0, 4019.0, 4012.0, 4049.0, 4000.0, 4059.0, 3998.0, 4050.0, 4009.0, 4022.0, 4028.0, 4001.0, 4050.0, 4010.0, 4039.0, 4020.0, 4023.0, 4019.0, 4023.0, 4060.0, 4023.0, 4043.0, 4022.0, 4034.0, 4021.0, 4014.0, 4061.0, 4011.0, 4050.0, 4000.0, 4052.0, 4020.0, 4022.0, 4018.0, 3999.0, 4059.0, 4011.0, 4062.0, 4010.0, 4041.0, 4008.0, 4012.0, 4049.0, 4000.0, 4050.0, 3999.0, 4050.0, 4009.0, 4032.0, 4008.0, 4011.0, 4052.0, 4012.0, 4060.0, 3999.0, 4050.0, 4009.0, 4031.0, 4030.0, 4012.0, 4060.0, 3999.0, 4060.0, 4008.0, 4031.0, 4018.0, 4000.0, 4059.0, 3998.0, 4050.0, 3998.0, 4050.0, 4009.0, 4001.0, 4049.0, 3989.0, 4048.0, 4011.0, 4041.0, 4020.0, 4001.0, 4018.0, 4012.0, 4060.0, 4011.0, 4052.0, 4021.0, 4023.0, 4019.0, 4011.0, 4070.0, 4022.0, 4063.0, 4020.0, 4031.0, 4018.0, 4001.0, 4059.0, 4010.0, 4061.0, 4009.0, 4029.0, 4007.0, 4011.0, 4058.0, 3998.0, 4059.0, 4008.0, 4039.0, 4006.0, 4000.0, 4048.0, 3987.0, 4059.0, 4009.0, 4050.0, 4008.0, 4009.0, 4016.0, 3998.0, 4059.0, 4010.0, 4050.0, 4009.0, 4041.0, 4009.0, 4020.0, 4018.0, 4013.0, 4060.0, 3999.0, 4060.0, 4009.0, 4052.0, 4031.0, 4011.0, 4039.0, 4010.0, 4059.0, 4010.0, 4049.0, 4021.0, 4043.0, 4021.0, 4021.0, 4019.0, 4000.0, 4059.0, 4010.0, 4060.0, 4009.0, 4052.0, 4020.0, 4022.0, 4019.0, 4023.0, 4071.0, 4011.0, 4061.0, 4021.0, 4052.0, 4009.0, 4023.0, 4051.0, 4012.0, 4060.0, 3999.0, 4051.0, 4009.0, 4042.0, 4021.0, 4011.0, 4039.0, 4010.0, 4060.0, 4000.0, 4063.0, 4021.0, 4052.0, 4009.0, 4021.0, 4058.0, 3988.0, 4059.0, 3998.0, 4049.0, 4008.0, 4017.0, 3989.0, 4052.0, 4007.0, 4009.0, 4015.0, 3989.0, 4048.0, 3998.0, 4027.0, 4007.0, 4009.0, 4006.0, 3999.0, 4061.0, 4011.0, 4040.0, 4009.0, 4031.0, 4008.0, 4011.0, 4019.0, 4012.0, 4041.0, 4011.0, 4032.0, 4033.0, 4022.0, 4020.0, 4002.0, 4060.0, 4011.0, 4071.0, 4023.0, 4054.0, 4021.0, 4025.0, 4062.0, 4002.0, 4062.0, 4023.0, 4064.0, 4010.0, 4033.0, 4049.0, 4001.0, 4060.0, 3999.0, 4051.0, 4019.0, 4020.0, 4037.0, 3988.0, 4059.0, 4010.0, 4050.0, 4007.0, 4009.0, 4017.0, 4000.0, 4060.0, 3999.0, 4051.0, 4009.0, 4020.0, 4007.0, 3999.0, 4059.0, 3999.0, 4049.0, 4007.0, 4020.0, 4007.0, 4001.0, 4059.0, 3988.0, 4051.0, 4008.0, 4030.0, 4008.0, 4000.0, 4059.0, 3987.0, 4048.0, 3999.0, 4040.0, 4010.0, 4023.0, 4029.0, 4002.0, 4060.0, 3990.0, 4052.0, 4011.0, 4032.0, 4008.0, 4001.0, 4060.0, 4000.0, 4072.0, 4010.0, 4043.0, 4009.0, 4012.0, 4049.0, 4001.0, 4051.0, 4000.0, 4053.0, 4020.0, 4021.0, 4010.0, 4002.0, 4071.0, 4000.0, 4061.0, 4010.0, 4051.0, 4009.0, 4023.0, 4060.0, 3999.0, 4060.0, 3998.0, 4050.0, 4008.0, 4011.0, 4048.0, 3999.0, 4049.0, 3987.0, 4048.0, 4009.0, 4020.0, 4007.0, 3988.0, 4059.0, 3988.0, 4039.0, 4010.0, 4030.0, 4008.0, 4010.0, 4018.0, 3989.0, 4059.0, 4000.0, 4051.0, 4009.0, 4043.0, 4008.0, 4010.0, 4007.0, 4001.0, 4071.0, 4001.0, 4062.0, 4010.0, 4053.0, 4009.0, 4032.0, 4040.0, 4012.0, 4061.0, 3990.0, 4049.0, 3997.0, 4030.0, 3998.0, 3999.0, 4058.0, 3978.0, 4049.0, 3986.0, 4029.0, 4009.0, 4000.0, 4037.0, 3988.0], 'WindowWidth': [9047.0, 9092.0, 8983.0, 9034.0, 8989.0, 9005.0, 8981.0, 8945.0, 8994.0, 8943.0, 8992.0, 8941.0, 8983.0, 8938.0, 8957.0, 8937.0, 8949.0, 9013.0, 8947.0, 8994.0, 8941.0, 8980.0, 8937.0, 8956.0, 8952.0, 8947.0, 9006.0, 8926.0, 8994.0, 8935.0, 8982.0, 8950.0, 8942.0, 8959.0, 8923.0, 8990.0, 8940.0, 8982.0, 8954.0, 8944.0, 8934.0, 8945.0, 9005.0, 8959.0, 8987.0, 8974.0, 8988.0, 8973.0, 8950.0, 8969.0, 8964.0, 9019.0, 8963.0, 8988.0, 8955.0, 8976.0, 8959.0, 8964.0, 9014.0, 8966.0, 9002.0, 8979.0, 8996.0, 8979.0, 8990.0, 9007.0, 8971.0, 9032.0, 8963.0, 9033.0, 8947.0, 9036.0, 8954.0, 8976.0, 8991.0, 8926.0, 8992.0, 8940.0, 8980.0, 8937.0, 8949.0, 8931.0, 8956.0, 8955.0, 8972.0, 9001.0, 8966.0, 9003.0, 8961.0, 9019.0, 8981.0, 8979.0, 8953.0, 8944.0, 8994.0, 8929.0, 8996.0, 8957.0, 9002.0, 8939.0, 8956.0, 8960.0, 8923.0, 8993.0, 8946.0, 8994.0, 8935.0, 8951.0, 8929.0, 8939.0, 9009.0, 8940.0, 8991.0, 8936.0, 8967.0, 8928.0, 8926.0, 8987.0, 8920.0, 8988.0, 8918.0, 8960.0, 8923.0, 8921.0, 8971.0, 8918.0, 8969.0, 8919.0, 8958.0, 8931.0, 8937.0, 8924.0, 8907.0, 8982.0, 8920.0, 8959.0, 8934.0, 8955.0, 8931.0, 8938.0, 8973.0, 8942.0, 8963.0, 8939.0, 8969.0, 8949.0, 8944.0, 8979.0, 8961.0, 8994.0, 8942.0, 8983.0, 8938.0, 8958.0, 8951.0, 8947.0, 9006.0, 8929.0, 8992.0, 8925.0, 8994.0, 8955.0, 8955.0, 8961.0, 9000.0, 8971.0, 9038.0, 8949.0, 9035.0, 8956.0, 8963.0, 8992.0, 8927.0, 9008.0, 8943.0, 8982.0, 8939.0, 8968.0, 8931.0, 8941.0, 8989.0, 8945.0, 8993.0, 8942.0, 8981.0, 8955.0, 8961.0, 8950.0, 8948.0, 9014.0, 8963.0, 9000.0, 8960.0, 8992.0, 8959.0, 8985.0, 8986.0, 8950.0, 9015.0, 8961.0, 9016.0, 8965.0, 9012.0, 8960.0, 8985.0, 9015.0, 8950.0, 9016.0, 8949.0, 9015.0, 8940.0, 9013.0, 8931.0, 8941.0, 9008.0, 8925.0, 8993.0, 8924.0, 8976.0, 8934.0, 8959.0, 8950.0, 8942.0, 8989.0, 8925.0, 8989.0, 8940.0, 8981.0, 8937.0, 8956.0, 8946.0, 8925.0, 8987.0, 8925.0, 8991.0, 8925.0, 8967.0, 8934.0, 8937.0, 8930.0, 8945.0, 9006.0, 8928.0, 8992.0, 8923.0, 8982.0, 8953.0, 8946.0, 8952.0, 8945.0, 8996.0, 8945.0, 8984.0, 8945.0, 8977.0, 8956.0, 8949.0, 8995.0, 8931.0, 8997.0, 8945.0, 8992.0, 8943.0, 8960.0, 8965.0, 8928.0, 8996.0, 8944.0, 8982.0, 8938.0, 8945.0, 8950.0, 8949.0, 9002.0, 8966.0, 8991.0, 8959.0, 8962.0, 8952.0, 8964.0, 9016.0, 8961.0, 9002.0, 8957.0, 8980.0, 8956.0, 8954.0, 9015.0, 8931.0, 8999.0, 8937.0, 8972.0, 8982.0, 8946.0, 9006.0, 8930.0, 8994.0, 8924.0, 8999.0, 8957.0, 8942.0, 8953.0, 8964.0, 8995.0, 8931.0, 9015.0, 8940.0, 8968.0, 8930.0, 8923.0, 8987.0, 8923.0, 8988.0, 8918.0, 8964.0, 8914.0, 8922.0, 8970.0, 8928.0, 8977.0, 8921.0, 8950.0, 8932.0, 8939.0, 8949.0, 8954.0, 8970.0, 8948.0, 8974.0, 8962.0, 8976.0, 8960.0, 8967.0, 9002.0, 8950.0, 9014.0, 8932.0, 9002.0, 8926.0, 8988.0, 8949.0, 8941.0, 9005.0, 8908.0, 8993.0, 8938.0, 8966.0, 8934.0, 8926.0, 8988.0, 8941.0, 8981.0, 8939.0, 8959.0, 8935.0, 8929.0, 9004.0, 8960.0, 8984.0, 8956.0, 8974.0, 8954.0, 8950.0, 8997.0, 8951.0, 9003.0, 8943.0, 8988.0, 8938.0, 8946.0, 8963.0, 8930.0, 8996.0, 8928.0, 8993.0, 8920.0, 8966.0, 8947.0, 8931.0, 9004.0, 8924.0, 8989.0, 8920.0, 8965.0, 8935.0, 8929.0, 8992.0, 8911.0, 8988.0, 8921.0, 8980.0, 8956.0, 8946.0, 8962.0, 8913.0, 9005.0, 8925.0, 8992.0, 8940.0, 8953.0, 8931.0, 8911.0, 9003.0, 8910.0, 8993.0, 8942.0, 8958.0, 8934.0, 8930.0, 9004.0, 8928.0, 8996.0, 8945.0, 8973.0, 8939.0, 8950.0, 8979.0, 8931.0, 8998.0, 8962.0, 8988.0, 8943.0, 8945.0, 8951.0, 8933.0, 9013.0, 8932.0, 9000.0, 8940.0, 8988.0, 8933.0, 8947.0, 9008.0, 8930.0, 9011.0, 8929.0, 8996.0, 8956.0, 8952.0, 8969.0, 8950.0, 8999.0, 8949.0, 8986.0, 8961.0, 8994.0, 8959.0, 8952.0, 8983.0, 8933.0, 9011.0, 8930.0, 9003.0, 8945.0, 8990.0, 8939.0, 8945.0, 8974.0, 8927.0, 9009.0, 8930.0, 8993.0, 8924.0, 8971.0, 8916.0, 8930.0, 8951.0, 8942.0, 8980.0, 8945.0, 8972.0, 8945.0, 8964.0, 8959.0, 8947.0, 9009.0, 8930.0, 9007.0, 8925.0, 8999.0, 8957.0, 8946.0, 8949.0, 8912.0, 8991.0, 8926.0, 8983.0, 8944.0, 8960.0, 8952.0, 8932.0, 8962.0, 8928.0, 9009.0, 8931.0, 8982.0, 8925.0, 8970.0, 8934.0, 8928.0, 8965.0, 8932.0, 8996.0, 8928.0, 8995.0, 8938.0, 8971.0, 8953.0, 8950.0, 8994.0, 8930.0, 9007.0, 8926.0, 8996.0, 8939.0, 8964.0, 8966.0, 8934.0, 8997.0, 8943.0, 8982.0, 8959.0, 8967.0, 8955.0, 8965.0, 9012.0, 8967.0, 8993.0, 8965.0, 8985.0, 8963.0, 8957.0, 9015.0, 8948.0, 8998.0, 8931.0, 9005.0, 8958.0, 8962.0, 8950.0, 8930.0, 9008.0, 8948.0, 9015.0, 8944.0, 8988.0, 8936.0, 8950.0, 8992.0, 8933.0, 8999.0, 8930.0, 8998.0, 8942.0, 8977.0, 8938.0, 8948.0, 9003.0, 8949.0, 9010.0, 8929.0, 8998.0, 8941.0, 8976.0, 8971.0, 8951.0, 9013.0, 8929.0, 9011.0, 8938.0, 8974.0, 8952.0, 8931.0, 9007.0, 8925.0, 8996.0, 8923.0, 8996.0, 8942.0, 8933.0, 8993.0, 8915.0, 8993.0, 8947.0, 8986.0, 8956.0, 8933.0, 8952.0, 8949.0, 9010.0, 8949.0, 9003.0, 8962.0, 8966.0, 8956.0, 8949.0, 9026.0, 8967.0, 9019.0, 8959.0, 8976.0, 8952.0, 8935.0, 9009.0, 8946.0, 9013.0, 8941.0, 8969.0, 8935.0, 8946.0, 9005.0, 8924.0, 9006.0, 8937.0, 8982.0, 8932.0, 8929.0, 8990.0, 8911.0, 9007.0, 8941.0, 8997.0, 8936.0, 8941.0, 8946.0, 8927.0, 9009.0, 8945.0, 8998.0, 8941.0, 8988.0, 8940.0, 8959.0, 8953.0, 8953.0, 9011.0, 8929.0, 9010.0, 8941.0, 9003.0, 8976.0, 8949.0, 8981.0, 8946.0, 9010.0, 8944.0, 8995.0, 8961.0, 8994.0, 8961.0, 8961.0, 8954.0, 8933.0, 9008.0, 8946.0, 9010.0, 8944.0, 9002.0, 8958.0, 8964.0, 8956.0, 8968.0, 9030.0, 8949.0, 9016.0, 8961.0, 9005.0, 8941.0, 8966.0, 9001.0, 8950.0, 9013.0, 8930.0, 8999.0, 8941.0, 8991.0, 8961.0, 8948.0, 8981.0, 8946.0, 9013.0, 8933.0, 9020.0, 8963.0, 9005.0, 8942.0, 8961.0, 9007.0, 8912.0, 9008.0, 8923.0, 8992.0, 8936.0, 8949.0, 8916.0, 9004.0, 8935.0, 8940.0, 8942.0, 8913.0, 8992.0, 8924.0, 8961.0, 8933.0, 8941.0, 8932.0, 8930.0, 9014.0, 8949.0, 8982.0, 8941.0, 8973.0, 8937.0, 8949.0, 8955.0, 8952.0, 8987.0, 8948.0, 8976.0, 8982.0, 8967.0, 8959.0, 8939.0, 9013.0, 8948.0, 9028.0, 8968.0, 9012.0, 8963.0, 8972.0, 9016.0, 8938.0, 9017.0, 8968.0, 9026.0, 8944.0, 8980.0, 8996.0, 8933.0, 9012.0, 8928.0, 9000.0, 8955.0, 8958.0, 8975.0, 8912.0, 9008.0, 8944.0, 8996.0, 8936.0, 8942.0, 8948.0, 8931.0, 9012.0, 8931.0, 9000.0, 8939.0, 8958.0, 8934.0, 8927.0, 9007.0, 8927.0, 8994.0, 8936.0, 8958.0, 8937.0, 8936.0, 9009.0, 8914.0, 8998.0, 8937.0, 8970.0, 8936.0, 8932.0, 9007.0, 8910.0, 8989.0, 8926.0, 8984.0, 8943.0, 8966.0, 8970.0, 8936.0, 9011.0, 8918.0, 9002.0, 8948.0, 8978.0, 8939.0, 8934.0, 9010.0, 8933.0, 9029.0, 8945.0, 8993.0, 8943.0, 8952.0, 8996.0, 8936.0, 9002.0, 8933.0, 9005.0, 8957.0, 8960.0, 8943.0, 8940.0, 9029.0, 8933.0, 9014.0, 8945.0, 9003.0, 8942.0, 8968.0, 9013.0, 8930.0, 9010.0, 8926.0, 8999.0, 8939.0, 8947.0, 8990.0, 8928.0, 8992.0, 8908.0, 8990.0, 8941.0, 8957.0, 8934.0, 8913.0, 9005.0, 8914.0, 8981.0, 8946.0, 8972.0, 8939.0, 8946.0, 8952.0, 8917.0, 9008.0, 8933.0, 8998.0, 8942.0, 8993.0, 8938.0, 8943.0, 8937.0, 8936.0, 9029.0, 8935.0, 9015.0, 8945.0, 9006.0, 8942.0, 8978.0, 8986.0, 8950.0, 9014.0, 8916.0, 8994.0, 8920.0, 8968.0, 8925.0, 8928.0, 9004.0, 8897.0, 8991.0, 8906.0, 8967.0, 8941.0, 8931.0, 8975.0, 8912.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.00037575373993095515</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01684000241657077</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.08364296815666</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2949942586635947</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0052540166013828</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7403.5645</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0751756613772492</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.57510503546632</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.555093848172725</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8259361144426145</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.34428514378362</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00615398</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021330110728740692</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018535584211349487</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.358151640185868</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>38.4517</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8951</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.5665</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311282.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>811.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.1531</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5917</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.3778</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3234.1429</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3491.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65262.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>665.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4385.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1039.552</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.05557713820599</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> |