=== 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-0058 --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-0058",
"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-0058_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0058_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-01/func/sub-0058_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c8634622ca50a07e34727ee1df20e3d3</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>12:18:29.622500</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.996098, 0.0223451, -0.085374, -0.024866, 0.999282, -0.0285787]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.105946</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4121, -7714, -7286, 630, -89, -38, 4, 116]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>255.766</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>83967479-f4f0-47e8-91d7-2187c9b2495e||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.672459125518799, -0.06671367585659027, -0.2286200225353241, 118.4611587524414], [-0.05995040014386177, 2.6810011863708496, -0.08259332180023193, -88.66121673583984], [-0.2290520817041397, 0.07667459547519684, 2.689035415649414, -73.95065307617188], [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': ['121829.622500', '121830.082500', '121830.542500', '121831.002500', '121831.462500', '121831.922500', '121832.382500', '121832.842500', '121833.302500', '121833.762500', '121834.222500', '121834.682500', '121835.142500', '121835.602500', '121836.062500', '121836.522500', '121836.982500', '121837.442500', '121837.902500', '121838.362500', '121838.822500', '121839.282500', '121839.742500', '121840.202500', '121840.662500', '121841.122500', '121841.582500', '121842.042500', '121842.502500', '121842.962500', '121843.422500', '121843.882500', '121844.342500', '121844.802500', '121845.262500', '121845.722500', '121846.182500', '121846.642500', '121847.102500', '121847.562500', '121848.022500', '121848.482500', '121848.942500', '121849.402500', '121849.862500', '121850.322500', '121850.782500', '121851.242500', '121851.702500', '121852.162500', '121852.622500', '121853.082500', '121853.542500', '121854.002500', '121854.462500', '121854.922500', '121855.382500', '121855.842500', '121856.302500', '121856.762500', '121857.222500', '121857.682500', '121858.142500', '121858.602500', '121859.062500', '121859.522500', '121859.982500', '121900.442500', '121900.902500', '121901.362500', '121901.822500', '121902.282500', '121902.742500', '121903.202500', '121903.662500', '121904.122500', '121904.582500', '121905.042500', '121905.502500', '121905.962500', '121906.422500', '121906.882500', '121907.342500', '121907.802500', '121908.262500', '121908.722500', '121909.182500', '121909.642500', '121910.102500', '121910.562500', '121911.022500', '121911.482500', '121911.942500', '121912.402500', '121912.862500', '121913.322500', '121913.782500', '121914.242500', '121914.702500', '121915.162500', '121915.622500', '121916.082500', '121916.542500', '121917.002500', '121917.462500', '121917.922500', '121918.382500', '121918.842500', '121919.302500', '121919.762500', '121920.222500', '121920.682500', '121921.142500', '121921.602500', '121922.062500', '121922.522500', '121922.982500', '121923.442500', '121923.902500', '121924.362500', '121924.822500', '121925.282500', '121925.742500', '121926.202500', '121926.662500', '121927.122500', '121927.582500', '121928.042500', '121928.502500', '121928.962500', '121929.422500', '121929.882500', '121930.342500', '121930.802500', '121931.262500', '121931.722500', '121932.182500', '121932.642500', '121933.102500', '121933.562500', '121934.022500', '121934.482500', '121934.942500', '121935.402500', '121935.862500', '121936.322500', '121936.782500', '121937.242500', '121937.702500', '121938.162500', '121938.622500', '121939.082500', '121939.542500', '121940.002500', '121940.462500', '121940.922500', '121941.382500', '121941.842500', '121942.302500', '121942.762500', '121943.222500', '121943.682500', '121944.142500', '121944.602500', '121945.062500', '121945.522500', '121945.982500', '121946.442500', '121946.902500', '121947.362500', '121947.822500', '121948.282500', '121948.742500', '121949.202500', '121949.662500', '121950.122500', '121950.582500', '121951.042500', '121951.502500', '121951.962500', '121952.422500', '121952.882500', '121953.342500', '121953.802500', '121954.262500', '121954.722500', '121955.182500', '121955.642500', '121956.102500', '121956.562500', '121957.022500', '121957.482500', '121957.942500', '121958.402500', '121958.862500', '121959.322500', '121959.782500', '122000.242500', '122000.702500', '122001.162500', '122001.622500', '122002.082500', '122002.542500', '122003.002500', '122003.462500', '122003.922500', '122004.382500', '122004.842500', '122005.302500', '122005.762500', '122006.222500', '122006.682500', '122007.142500', '122007.602500', '122008.062500', '122008.522500', '122008.982500', '122009.442500', '122009.902500', '122010.362500', '122010.822500', '122011.282500', '122011.742500', '122012.202500', '122012.662500', '122013.122500', '122013.582500', '122014.042500', '122014.502500', '122014.962500', '122015.422500', '122015.882500', '122016.342500', '122016.802500', '122017.262500', '122017.722500', '122018.182500', '122018.642500', '122019.102500', '122019.562500', '122020.022500', '122020.482500', '122020.942500', '122021.402500', '122021.862500', '122022.322500', '122022.782500', '122023.242500', '122023.702500', '122024.162500', '122024.622500', '122025.082500', '122025.542500', '122026.002500', '122026.462500', '122026.922500', '122027.382500', '122027.842500', '122028.302500', '122028.762500', '122029.222500', '122029.682500', '122030.142500', '122030.602500', '122031.062500', '122031.522500', '122031.982500', '122032.442500', '122032.902500', '122033.362500', '122033.822500', '122034.282500', '122034.742500', '122035.202500', '122035.662500', '122036.122500', '122036.582500', '122037.042500', '122037.502500', '122037.962500', '122038.422500', '122038.882500', '122039.342500', '122039.802500', '122040.262500', '122040.722500', '122041.182500', '122041.642500', '122042.102500', '122042.562500', '122043.022500', '122043.482500', '122043.942500', '122044.402500', '122044.862500', '122045.322500', '122045.782500', '122046.242500', '122046.702500', '122047.162500', '122047.622500', '122048.082500', '122048.542500', '122049.002500', '122049.462500', '122049.922500', '122050.382500', '122050.842500', '122051.302500', '122051.762500', '122052.222500', '122052.682500', '122053.142500', '122053.602500', '122054.062500', '122054.522500', '122054.982500', '122055.442500', '122055.902500', '122056.362500', '122056.822500', '122057.282500', '122057.742500', '122058.202500', '122058.662500', '122059.122500', '122059.582500', '122100.042500', '122100.502500', '122100.962500', '122101.422500', '122101.882500', '122102.342500', '122102.802500', '122103.262500', '122103.722500', '122104.182500', '122104.642500', '122105.102500', '122105.562500', '122106.022500', '122106.482500', '122106.942500', '122107.402500', '122107.862500', '122108.322500', '122108.782500', '122109.242500', '122109.702500', '122110.162500', '122110.622500', '122111.082500', '122111.542500', '122112.002500', '122112.462500', '122112.922500', '122113.382500', '122113.842500', '122114.302500', '122114.762500', '122115.222500', '122115.682500', '122116.142500', '122116.602500', '122117.062500', '122117.522500', '122117.982500', '122118.442500', '122118.902500', '122119.362500', '122119.822500', '122120.282500', '122120.742500', '122121.202500', '122121.662500', '122122.122500', '122122.582500', '122123.042500', '122123.502500', '122123.962500', '122124.422500', '122124.882500', '122125.342500', '122125.802500', '122126.262500', '122126.722500', '122127.182500', '122127.642500', '122128.102500', '122128.562500', '122129.022500', '122129.482500', '122129.942500', '122130.402500', '122130.862500', '122131.322500', '122131.782500', '122132.242500', '122132.702500', '122133.162500', '122133.622500', '122134.082500', '122134.542500', '122135.002500', '122135.462500', '122135.922500', '122136.382500', '122136.842500', '122137.302500', '122137.762500', '122138.222500', '122138.682500', '122139.142500', '122139.602500', '122140.062500', '122140.522500', '122140.982500', '122141.442500', '122141.902500', '122142.362500', '122142.822500', '122143.282500', '122143.742500', '122144.202500', '122144.662500', '122145.122500', '122145.582500', '122146.042500', '122146.502500', '122146.962500', '122147.422500', '122147.882500', '122148.342500', '122148.802500', '122149.262500', '122149.722500', '122150.182500', '122150.642500', '122151.102500', '122151.562500', '122152.022500', '122152.482500', '122152.942500', '122153.402500', '122153.862500', '122154.322500', '122154.782500', '122155.242500', '122155.702500', '122156.162500', '122156.622500', '122157.082500', '122157.542500', '122158.002500', '122158.462500', '122158.922500', '122159.382500', '122159.842500', '122200.302500', '122200.762500', '122201.222500', '122201.682500', '122202.142500', '122202.602500', '122203.062500', '122203.522500', '122203.982500', '122204.442500', '122204.902500', '122205.362500', '122205.822500', '122206.282500', '122206.742500', '122207.202500', '122207.662500', '122208.122500', '122208.582500', '122209.042500', '122209.502500', '122209.962500', '122210.422500', '122210.882500', '122211.342500', '122211.802500', '122212.262500', '122212.722500', '122213.182500', '122213.642500', '122214.102500', '122214.562500', '122215.022500', '122215.482500', '122215.942500', '122216.402500', '122216.862500', '122217.322500', '122217.782500', '122218.242500', '122218.702500', '122219.162500', '122219.622500', '122220.082500', '122220.542500', '122221.002500', '122221.462500', '122221.922500', '122222.382500', '122222.842500', '122223.302500', '122223.762500', '122224.222500', '122224.682500', '122225.142500', '122225.602500', '122226.062500', '122226.522500', '122226.982500', '122227.442500', '122227.902500', '122228.362500', '122228.822500', '122229.282500', '122229.742500', '122230.202500', '122230.662500', '122231.122500', '122231.582500', '122232.042500', '122232.502500', '122232.962500', '122233.422500', '122233.882500', '122234.342500', '122234.802500', '122235.262500', '122235.722500', '122236.182500', '122236.642500', '122237.102500', '122237.562500', '122238.022500', '122238.482500', '122238.942500', '122239.402500', '122239.862500', '122240.322500', '122240.782500', '122241.242500', '122241.702500', '122242.162500', '122242.622500', '122243.082500', '122243.542500', '122244.002500', '122244.462500', '122244.922500', '122245.382500', '122245.842500', '122246.302500', '122246.762500', '122247.222500', '122247.682500', '122248.142500', '122248.602500', '122249.062500', '122249.522500', '122249.982500', '122250.442500', '122250.902500', '122251.362500', '122251.822500', '122252.282500', '122252.742500', '122253.202500', '122253.662500', '122254.122500', '122254.582500', '122255.042500', '122255.502500', '122255.962500', '122256.422500', '122256.882500', '122257.342500', '122257.802500', '122258.262500', '122258.722500', '122259.182500', '122259.642500', '122300.102500', '122300.562500', '122301.022500', '122301.482500', '122301.942500', '122302.402500', '122302.862500', '122303.322500', '122303.782500', '122304.242500', '122304.702500', '122305.162500', '122305.622500', '122306.082500', '122306.542500', '122307.002500', '122307.462500', '122307.922500', '122308.382500', '122308.842500', '122309.302500', '122309.762500', '122310.222500', '122310.682500', '122311.142500', '122311.602500', '122312.062500', '122312.522500', '122312.982500', '122313.442500', '122313.902500', '122314.362500', '122314.822500', '122315.282500', '122315.742500', '122316.202500', '122316.662500', '122317.122500', '122317.582500', '122318.042500', '122318.502500', '122318.962500', '122319.422500', '122319.882500', '122320.342500', '122320.802500', '122321.262500', '122321.722500', '122322.182500', '122322.642500', '122323.102500', '122323.562500', '122324.022500', '122324.482500', '122324.942500', '122325.402500', '122325.862500', '122326.322500', '122326.782500', '122327.242500', '122327.702500', '122328.162500', '122328.622500', '122329.082500', '122329.542500', '122330.002500', '122330.462500', '122330.922500', '122331.382500', '122331.842500', '122332.302500', '122332.762500', '122333.222500', '122333.682500', '122334.142500', '122334.602500', '122335.062500', '122335.522500', '122335.982500', '122336.442500', '122336.902500', '122337.362500', '122337.822500', '122338.282500', '122338.742500', '122339.202500', '122339.662500', '122340.122500', '122340.582500', '122341.042500', '122341.502500', '122341.962500', '122342.422500', '122342.882500', '122343.342500', '122343.802500', '122344.262500', '122344.722500', '122345.182500', '122345.642500', '122346.102500', '122346.562500', '122347.022500', '122347.482500', '122347.942500', '122348.402500', '122348.862500', '122349.322500', '122349.782500', '122350.242500', '122350.702500', '122351.162500', '122351.622500', '122352.082500', '122352.542500', '122353.002500', '122353.462500', '122353.922500', '122354.382500', '122354.842500', '122355.302500', '122355.762500', '122356.222500', '122356.682500', '122357.142500', '122357.602500', '122358.062500', '122358.522500', '122358.982500', '122359.442500', '122359.902500', '122400.362500', '122400.822500', '122401.282500', '122401.742500', '122402.202500', '122402.662500', '122403.122500', '122403.582500', '122404.042500', '122404.502500', '122404.962500', '122405.422500', '122405.882500', '122406.342500', '122406.802500', '122407.262500', '122407.722500', '122408.182500', '122408.642500', '122409.102500', '122409.562500', '122410.022500', '122410.482500', '122410.942500', '122411.402500', '122411.862500', '122412.322500', '122412.782500', '122413.242500', '122413.702500', '122414.162500', '122414.622500', '122415.082500', '122415.542500', '122416.002500', '122416.462500', '122416.922500', '122417.382500', '122417.842500', '122418.302500', '122418.762500', '122419.222500', '122419.682500', '122420.142500', '122420.602500', '122421.062500', '122421.522500', '122421.982500', '122422.442500', '122422.902500', '122423.362500', '122423.822500', '122424.282500', '122424.742500', '122425.202500', '122425.662500', '122426.122500', '122426.582500', '122427.042500', '122427.502500', '122427.962500', '122428.422500', '122428.882500', '122429.342500', '122429.802500', '122430.262500', '122430.722500', '122431.182500', '122431.642500', '122432.102500', '122432.562500', '122433.022500', '122433.482500', '122433.942500', '122434.402500', '122434.862500', '122435.322500', '122435.782500', '122436.242500', '122436.702500', '122437.162500', '122437.622500', '122438.082500', '122438.542500', '122439.002500', '122439.462500', '122439.922500', '122440.382500', '122440.842500', '122441.302500', '122441.762500', '122442.222500', '122442.682500', '122443.142500', '122443.602500', '122444.062500', '122444.522500', '122444.982500', '122445.442500', '122445.902500', '122446.362500', '122446.822500', '122447.282500', '122447.742500', '122448.202500', '122448.662500', '122449.122500', '122449.582500', '122450.042500', '122450.502500', '122450.962500', '122451.422500', '122451.882500', '122452.342500', '122452.802500', '122453.262500', '122453.722500', '122454.182500', '122454.642500', '122455.102500', '122455.562500', '122456.022500', '122456.482500', '122456.942500', '122457.402500', '122457.862500', '122458.322500', '122458.782500', '122459.242500', '122459.702500', '122500.162500', '122500.622500', '122501.082500', '122501.542500', '122502.002500', '122502.462500', '122502.922500', '122503.382500', '122503.842500', '122504.302500', '122504.762500', '122505.222500', '122505.682500', '122506.142500', '122506.602500', '122507.062500', '122507.522500', '122507.982500', '122508.442500', '122508.902500', '122509.362500', '122509.822500', '122510.282500'], 'ContentTime': ['121858.036000', '121858.039000', '121858.042000', '121858.045000', '121858.047000', '121858.050000', '121858.053000', '121858.056000', '121858.065000', '121858.067000', '121858.070000', '121858.073000', '121858.075000', '121858.078000', '121858.080000', '121858.083000', '121858.085000', '121858.088000', '121858.090000', '121858.093000', '121858.095000', '121858.098000', '121858.101000', '121858.103000', '121858.106000', '121858.108000', '121858.111000', '121858.113000', '121858.116000', '121858.118000', '121858.121000', '121858.123000', '121858.126000', '121858.128000', '121858.131000', '121858.134000', '121858.136000', '121858.139000', '121858.141000', '121858.144000', '121858.146000', '121858.149000', '121858.152000', '121858.156000', '121858.159000', '121858.161000', '121858.164000', '121858.167000', '121858.169000', '121858.172000', '121858.174000', '121858.177000', '121858.179000', '121858.182000', '121858.185000', '121858.187000', '121858.191000', '121858.193000', '121918.005000', '121918.007000', '121918.010000', '121918.013000', '121918.015000', '121918.018000', '121918.020000', '121918.023000', '121918.025000', '121918.028000', '121918.031000', '121918.044000', '121918.046000', '121918.049000', '121918.051000', '121918.054000', '121918.056000', '121918.059000', '121918.061000', '121918.064000', '121918.067000', '121918.069000', '121918.072000', '121918.074000', '121918.077000', '121918.079000', '121918.082000', '121918.085000', '121918.087000', '121918.090000', '121918.092000', '121918.095000', '121918.097000', '121918.100000', '121918.102000', '121918.105000', '121918.108000', '121918.110000', '121918.113000', '121918.115000', '121918.118000', '121918.120000', '121918.123000', '121918.125000', '121938.003000', '121938.006000', '121938.009000', '121938.011000', '121938.014000', '121938.016000', '121938.019000', '121938.022000', '121938.024000', '121938.027000', '121938.029000', '121938.032000', '121938.034000', '121938.037000', '121938.039000', '121938.042000', '121938.045000', '121938.047000', '121938.050000', '121938.052000', '121938.055000', '121938.057000', '121938.060000', '121938.062000', '121938.065000', '121938.067000', '121938.070000', '121938.073000', '121938.075000', '121938.078000', '121938.080000', '121938.083000', '121938.085000', '121938.089000', '121938.092000', '121938.095000', '121938.097000', '121938.100000', '121938.102000', '121938.105000', '121938.107000', '121938.110000', '121938.112000', '121958.003000', '121958.006000', '121958.009000', '121958.011000', '121958.014000', '121958.016000', '121958.019000', '121958.021000', '121958.024000', '121958.026000', '121958.029000', '121958.032000', '121958.034000', '121958.037000', '121958.039000', '121958.042000', '121958.044000', '121958.047000', '121958.050000', '121958.052000', '121958.055000', '121958.057000', '121958.060000', '121958.062000', '121958.065000', '121958.068000', '121958.070000', '121958.073000', '121958.084000', '121958.086000', '121958.089000', '121958.092000', '121958.094000', '121958.097000', '121958.099000', '121958.102000', '121958.104000', '121958.107000', '121958.110000', '121958.112000', '121958.115000', '121958.117000', '121958.120000', '121958.123000', '122018.005000', '122018.007000', '122018.010000', '122018.012000', '122018.015000', '122018.018000', '122018.020000', '122018.023000', '122018.025000', '122018.028000', '122018.031000', '122018.033000', '122018.036000', '122018.038000', '122018.041000', '122018.043000', '122018.046000', '122018.049000', '122018.051000', '122018.054000', '122018.056000', '122018.059000', '122018.061000', '122018.064000', '122018.066000', '122018.069000', '122018.072000', '122018.074000', '122018.082000', '122018.085000', '122018.087000', '122018.090000', '122018.093000', '122018.095000', '122018.098000', '122018.100000', '122018.103000', '122018.105000', '122018.108000', '122018.110000', '122018.113000', '122018.116000', '122018.118000', '122038.004000', '122038.007000', '122038.010000', '122038.012000', '122038.015000', '122038.017000', '122038.020000', '122038.023000', '122038.025000', '122038.028000', '122038.030000', '122038.033000', '122038.035000', '122038.038000', '122038.040000', '122038.043000', '122038.046000', '122038.048000', '122038.051000', '122038.053000', '122038.056000', '122038.058000', '122038.061000', '122038.064000', '122038.066000', '122038.069000', '122038.071000', '122038.074000', '122038.076000', '122038.079000', '122038.090000', '122038.092000', '122038.095000', '122038.097000', '122038.100000', '122038.102000', '122038.105000', '122038.108000', '122038.110000', '122038.113000', '122038.115000', '122038.118000', '122038.120000', '122038.123000', '122058.005000', '122058.007000', '122058.010000', '122058.012000', '122058.015000', '122058.018000', '122058.030000', '122058.033000', '122058.035000', '122058.038000', '122058.040000', '122058.043000', '122058.045000', '122058.048000', '122058.051000', '122058.053000', '122058.056000', '122058.058000', '122058.061000', '122058.064000', '122058.066000', '122058.069000', '122058.071000', '122058.074000', '122058.076000', '122058.079000', '122058.082000', '122058.084000', '122058.087000', '122058.089000', '122058.092000', '122058.094000', '122058.097000', '122058.099000', '122058.102000', '122058.105000', '122058.107000', '122058.110000', '122058.112000', '122058.115000', '122058.117000', '122058.120000', '122058.122000', '122118.004000', '122118.007000', '122118.010000', '122118.012000', '122118.015000', '122118.017000', '122118.020000', '122118.023000', '122118.025000', '122118.028000', '122118.030000', '122118.033000', '122118.035000', '122118.038000', '122118.040000', '122118.043000', '122118.046000', '122118.048000', '122118.051000', '122118.053000', '122118.056000', '122118.059000', '122118.061000', '122118.064000', '122118.066000', '122118.069000', '122118.071000', '122118.074000', '122118.076000', '122118.079000', '122118.082000', '122118.084000', '122118.087000', '122118.089000', '122118.092000', '122118.094000', '122118.097000', '122118.099000', '122118.102000', '122118.105000', '122118.107000', '122118.110000', '122118.112000', '122118.115000', '122138.005000', '122138.007000', '122138.010000', '122138.013000', '122138.015000', '122138.018000', '122138.021000', '122138.023000', '122138.026000', '122138.028000', '122138.031000', '122138.033000', '122138.036000', '122138.039000', '122138.041000', '122138.044000', '122138.046000', '122138.049000', '122138.051000', '122138.054000', '122138.057000', '122138.059000', '122138.062000', '122138.064000', '122138.067000', '122138.069000', '122138.072000', '122138.075000', '122138.077000', '122138.080000', '122138.082000', '122138.085000', '122138.087000', '122138.090000', '122138.092000', '122138.095000', '122138.098000', '122138.100000', '122138.103000', '122138.105000', '122138.108000', '122138.110000', '122138.113000', '122158.004000', '122158.006000', '122158.009000', '122158.011000', '122158.014000', '122158.017000', '122158.019000', '122158.022000', '122158.024000', '122158.027000', '122158.029000', '122158.032000', '122158.035000', '122158.038000', '122158.040000', '122158.043000', '122158.046000', '122158.048000', '122158.051000', '122158.053000', '122158.056000', '122158.058000', '122158.061000', '122158.064000', '122158.066000', '122158.069000', '122158.071000', '122158.074000', '122158.076000', '122158.079000', '122158.081000', '122158.084000', '122158.087000', '122158.089000', '122158.092000', '122158.094000', '122158.097000', '122158.099000', '122158.102000', '122158.107000', '122158.110000', '122158.112000', '122158.115000', '122158.117000', '122218.004000', '122218.006000', '122218.009000', '122218.012000', '122218.014000', '122218.017000', '122218.019000', '122218.022000', '122218.024000', '122218.027000', '122218.029000', '122218.032000', '122218.035000', '122218.037000', '122218.040000', '122218.042000', '122218.045000', '122218.047000', '122218.050000', '122218.052000', '122218.055000', '122218.058000', '122218.060000', '122218.063000', '122218.065000', '122218.068000', '122218.070000', '122218.073000', '122218.075000', '122218.078000', '122218.080000', '122218.096000', '122218.099000', '122218.101000', '122218.104000', '122218.106000', '122218.109000', '122218.111000', '122218.114000', '122218.116000', '122218.119000', '122218.121000', '122218.124000', '122238.004000', '122238.007000', '122238.010000', '122238.012000', '122238.015000', '122238.018000', '122238.020000', '122238.023000', '122238.025000', '122238.028000', '122238.030000', '122238.033000', '122238.036000', '122238.038000', '122238.041000', '122238.043000', '122238.046000', '122238.049000', '122238.051000', '122238.054000', '122238.056000', '122238.059000', '122238.061000', '122238.064000', '122238.067000', '122238.069000', '122238.072000', '122238.074000', '122238.077000', '122238.079000', '122238.082000', '122238.085000', '122238.087000', '122238.090000', '122238.092000', '122238.095000', '122238.097000', '122238.100000', '122238.103000', '122238.105000', '122238.108000', '122238.110000', '122238.113000', '122238.115000', '122258.005000', '122258.008000', '122258.010000', '122258.013000', '122258.015000', '122258.018000', '122258.021000', '122258.023000', '122258.026000', '122258.028000', '122258.031000', '122258.034000', '122258.036000', '122258.039000', '122258.041000', '122258.044000', '122258.046000', '122258.049000', '122258.052000', '122258.054000', '122258.057000', '122258.059000', '122258.062000', '122258.064000', '122258.067000', '122258.070000', '122258.072000', '122258.075000', '122258.077000', '122258.080000', '122258.082000', '122258.085000', '122258.088000', '122258.090000', '122258.093000', '122258.095000', '122258.098000', '122258.100000', '122258.103000', '122258.106000', '122258.108000', '122258.111000', '122258.113000', '122318.004000', '122318.007000', '122318.010000', '122318.012000', '122318.015000', '122318.018000', '122318.022000', '122318.025000', '122318.027000', '122318.030000', '122318.032000', '122318.035000', '122318.038000', '122318.040000', '122318.043000', '122318.045000', '122318.048000', '122318.051000', '122318.053000', '122318.056000', '122318.058000', '122318.061000', '122318.064000', '122318.066000', '122318.069000', '122318.071000', '122318.074000', '122318.077000', '122318.079000', '122318.082000', '122318.085000', '122318.087000', '122318.090000', '122318.092000', '122318.095000', '122318.097000', '122318.100000', '122318.102000', '122318.105000', '122318.108000', '122318.110000', '122318.113000', '122318.115000', '122318.118000', '122338.005000', '122338.007000', '122338.010000', '122338.013000', '122338.015000', '122338.018000', '122338.020000', '122338.023000', '122338.025000', '122338.028000', '122338.031000', '122338.033000', '122338.036000', '122338.038000', '122338.041000', '122338.044000', '122338.046000', '122338.049000', '122338.051000', '122338.054000', '122338.056000', '122338.059000', '122338.061000', '122338.064000', '122338.067000', '122338.069000', '122338.072000', '122338.074000', '122338.077000', '122338.080000', '122338.082000', '122338.085000', '122338.087000', '122338.090000', '122338.092000', '122338.095000', '122338.097000', '122338.100000', '122338.103000', '122338.105000', '122338.108000', '122338.110000', '122338.113000', '122358.004000', '122358.007000', '122358.010000', '122358.012000', '122358.015000', '122358.017000', '122358.020000', '122358.023000', '122358.025000', '122358.028000', '122358.030000', '122358.033000', '122358.036000', '122358.055000', '122358.057000', '122358.060000', '122358.063000', '122358.065000', '122358.068000', '122358.070000', '122358.073000', '122358.075000', '122358.078000', '122358.081000', '122358.083000', '122358.086000', '122358.088000', '122358.091000', '122358.094000', '122358.096000', '122358.099000', '122358.101000', '122358.104000', '122358.106000', '122358.109000', '122358.111000', '122358.114000', '122358.117000', '122358.119000', '122358.122000', '122358.124000', '122358.127000', '122358.129000', '122358.132000', '122418.004000', '122418.006000', '122418.009000', '122418.011000', '122418.014000', '122418.017000', '122418.019000', '122418.022000', '122418.024000', '122418.027000', '122418.029000', '122418.032000', '122418.035000', '122418.037000', '122418.040000', '122418.042000', '122418.045000', '122418.048000', '122418.050000', '122418.053000', '122418.055000', '122418.058000', '122418.060000', '122418.063000', '122418.065000', '122418.068000', '122418.071000', '122418.075000', '122418.077000', '122418.080000', '122418.083000', '122418.085000', '122418.088000', '122418.090000', '122418.093000', '122418.095000', '122418.098000', '122418.100000', '122418.103000', '122418.106000', '122418.108000', '122418.111000', '122418.113000', '122438.004000', '122438.006000', '122438.009000', '122438.012000', '122438.014000', '122438.017000', '122438.019000', '122438.022000', '122438.024000', '122438.027000', '122438.029000', '122438.032000', '122438.035000', '122438.038000', '122438.041000', '122438.044000', '122438.046000', '122438.049000', '122438.052000', '122438.054000', '122438.057000', '122438.060000', '122438.063000', '122438.065000', '122438.068000', '122438.070000', '122438.073000', '122438.075000', '122438.078000', '122438.081000', '122438.083000', '122438.086000', '122438.088000', '122438.091000', '122438.093000', '122438.096000', '122438.098000', '122438.101000', '122438.104000', '122438.106000', '122438.109000', '122438.112000', '122438.114000', '122458.005000', '122458.007000', '122458.010000', '122458.012000', '122458.015000', '122458.017000', '122458.020000', '122458.023000', '122458.025000', '122458.028000', '122458.030000', '122458.033000', '122458.036000', '122458.038000', '122458.041000', '122458.043000', '122458.046000', '122458.049000', '122458.051000', '122458.054000', '122458.056000', '122458.059000', '122458.062000', '122458.064000', '122458.067000', '122458.069000', '122458.072000', '122458.074000', '122458.077000', '122458.079000', '122458.082000', '122458.085000', '122458.087000', '122458.090000', '122458.092000', '122458.095000', '122458.097000', '122458.100000', '122458.102000', '122458.105000', '122458.108000', '122458.110000', '122458.113000', '122458.115000', '122512.093000', '122512.096000', '122512.099000', '122512.101000', '122512.104000', '122512.106000', '122512.109000', '122512.112000', '122512.114000', '122512.117000', '122512.119000', '122512.122000', '122512.125000', '122512.127000', '122512.130000', '122512.132000', '122512.135000', '122512.137000', '122512.140000', '122512.143000', '122512.145000', '122512.148000', '122512.150000', '122512.153000', '122512.161000', '122512.163000', '122512.166000', '122512.168000', '122512.171000', '122512.173000', '122512.176000'], 'InstanceCreationTime': ['121858.036000', '121858.039000', '121858.042000', '121858.045000', '121858.047000', '121858.050000', '121858.053000', '121858.056000', '121858.065000', '121858.067000', '121858.070000', '121858.073000', '121858.075000', '121858.078000', '121858.080000', '121858.083000', '121858.085000', '121858.088000', '121858.090000', '121858.093000', '121858.095000', '121858.098000', '121858.101000', '121858.103000', '121858.106000', '121858.108000', '121858.111000', '121858.113000', '121858.116000', '121858.118000', '121858.121000', '121858.123000', '121858.126000', '121858.128000', '121858.131000', '121858.134000', '121858.136000', '121858.139000', '121858.141000', '121858.144000', '121858.146000', '121858.149000', '121858.152000', '121858.156000', '121858.159000', '121858.161000', '121858.164000', '121858.167000', '121858.169000', '121858.172000', '121858.174000', '121858.177000', '121858.179000', '121858.182000', '121858.185000', '121858.187000', '121858.191000', '121858.193000', '121918.005000', '121918.007000', '121918.010000', '121918.013000', '121918.015000', '121918.018000', '121918.020000', '121918.023000', '121918.025000', '121918.028000', '121918.031000', '121918.044000', '121918.046000', '121918.049000', '121918.051000', '121918.054000', '121918.056000', '121918.059000', '121918.061000', '121918.064000', '121918.067000', '121918.069000', '121918.072000', '121918.074000', '121918.077000', '121918.079000', '121918.082000', '121918.085000', '121918.087000', '121918.090000', '121918.092000', '121918.095000', '121918.097000', '121918.100000', '121918.102000', '121918.105000', '121918.108000', '121918.110000', '121918.113000', '121918.115000', '121918.118000', '121918.120000', '121918.123000', '121918.125000', '121938.003000', '121938.006000', '121938.009000', '121938.011000', '121938.014000', '121938.016000', '121938.019000', '121938.022000', '121938.024000', '121938.027000', '121938.029000', '121938.032000', '121938.034000', '121938.037000', '121938.039000', '121938.042000', '121938.045000', '121938.047000', '121938.050000', '121938.052000', '121938.055000', '121938.057000', '121938.060000', '121938.062000', '121938.065000', '121938.067000', '121938.070000', '121938.073000', '121938.075000', '121938.078000', '121938.080000', '121938.083000', '121938.085000', '121938.089000', '121938.092000', '121938.095000', '121938.097000', '121938.100000', '121938.102000', '121938.105000', '121938.107000', '121938.110000', '121938.112000', '121958.003000', '121958.006000', '121958.009000', '121958.011000', '121958.014000', '121958.016000', '121958.019000', '121958.021000', '121958.024000', '121958.026000', '121958.029000', '121958.032000', '121958.034000', '121958.037000', '121958.039000', '121958.042000', '121958.044000', '121958.047000', '121958.050000', '121958.052000', '121958.055000', '121958.057000', '121958.060000', '121958.062000', '121958.065000', '121958.068000', '121958.070000', '121958.073000', '121958.084000', '121958.086000', '121958.089000', '121958.092000', '121958.094000', '121958.097000', '121958.099000', '121958.102000', '121958.104000', '121958.107000', '121958.110000', '121958.112000', '121958.115000', '121958.117000', '121958.120000', '121958.123000', '122018.005000', '122018.007000', '122018.010000', '122018.012000', '122018.015000', '122018.018000', '122018.020000', '122018.023000', '122018.025000', '122018.028000', '122018.031000', '122018.033000', '122018.036000', '122018.038000', '122018.041000', '122018.043000', '122018.046000', '122018.049000', '122018.051000', '122018.054000', '122018.056000', '122018.059000', '122018.061000', '122018.064000', '122018.066000', '122018.069000', '122018.072000', '122018.074000', '122018.082000', '122018.085000', '122018.087000', '122018.090000', '122018.093000', '122018.095000', '122018.098000', '122018.100000', '122018.103000', '122018.105000', '122018.108000', '122018.110000', '122018.113000', '122018.116000', '122018.118000', '122038.004000', '122038.007000', '122038.010000', '122038.012000', '122038.015000', '122038.017000', '122038.020000', '122038.023000', '122038.025000', '122038.028000', '122038.030000', '122038.033000', '122038.035000', '122038.038000', '122038.040000', '122038.043000', '122038.046000', '122038.048000', '122038.051000', '122038.053000', '122038.056000', '122038.058000', '122038.061000', '122038.064000', '122038.066000', '122038.069000', '122038.071000', '122038.074000', '122038.076000', '122038.079000', '122038.090000', '122038.092000', '122038.095000', '122038.097000', '122038.100000', '122038.102000', '122038.105000', '122038.108000', '122038.110000', '122038.113000', '122038.115000', '122038.118000', '122038.120000', '122038.123000', '122058.005000', '122058.007000', '122058.010000', '122058.012000', '122058.015000', '122058.018000', '122058.030000', '122058.033000', '122058.035000', '122058.038000', '122058.040000', '122058.043000', '122058.045000', '122058.048000', '122058.051000', '122058.053000', '122058.056000', '122058.058000', '122058.061000', '122058.064000', '122058.066000', '122058.069000', '122058.071000', '122058.074000', '122058.076000', '122058.079000', '122058.082000', '122058.084000', '122058.087000', '122058.089000', '122058.092000', '122058.094000', '122058.097000', '122058.099000', '122058.102000', '122058.105000', '122058.107000', '122058.110000', '122058.112000', '122058.115000', '122058.117000', '122058.120000', '122058.122000', '122118.004000', '122118.007000', '122118.010000', '122118.012000', '122118.015000', '122118.017000', '122118.020000', '122118.023000', '122118.025000', '122118.028000', '122118.030000', '122118.033000', '122118.035000', '122118.038000', '122118.040000', '122118.043000', '122118.046000', '122118.048000', '122118.051000', '122118.053000', '122118.056000', '122118.059000', '122118.061000', '122118.064000', '122118.066000', '122118.069000', '122118.071000', '122118.074000', '122118.076000', '122118.079000', '122118.082000', '122118.084000', '122118.087000', '122118.089000', '122118.092000', '122118.094000', '122118.097000', '122118.099000', '122118.102000', '122118.105000', '122118.107000', '122118.110000', '122118.112000', '122118.115000', '122138.005000', '122138.007000', '122138.010000', '122138.013000', '122138.015000', '122138.018000', '122138.021000', '122138.023000', '122138.026000', '122138.028000', '122138.031000', '122138.033000', '122138.036000', '122138.039000', '122138.041000', '122138.044000', '122138.046000', '122138.049000', '122138.051000', '122138.054000', '122138.057000', '122138.059000', '122138.062000', '122138.064000', '122138.067000', '122138.069000', '122138.072000', '122138.075000', '122138.077000', '122138.080000', '122138.082000', '122138.085000', '122138.087000', '122138.090000', '122138.092000', '122138.095000', '122138.098000', '122138.100000', '122138.103000', '122138.105000', '122138.108000', '122138.110000', '122138.113000', '122158.004000', '122158.006000', '122158.009000', '122158.011000', '122158.014000', '122158.017000', '122158.019000', '122158.022000', '122158.024000', '122158.027000', '122158.029000', '122158.032000', '122158.035000', '122158.038000', '122158.040000', '122158.043000', '122158.046000', '122158.048000', '122158.051000', '122158.053000', '122158.056000', '122158.058000', '122158.061000', '122158.064000', '122158.066000', '122158.069000', '122158.071000', '122158.074000', '122158.076000', '122158.079000', '122158.081000', '122158.084000', '122158.087000', '122158.089000', '122158.092000', '122158.094000', '122158.097000', '122158.099000', '122158.102000', '122158.107000', '122158.110000', '122158.112000', '122158.115000', '122158.117000', '122218.004000', '122218.006000', '122218.009000', '122218.012000', '122218.014000', '122218.017000', '122218.019000', '122218.022000', '122218.024000', '122218.027000', '122218.029000', '122218.032000', '122218.035000', '122218.037000', '122218.040000', '122218.042000', '122218.045000', '122218.047000', '122218.050000', '122218.052000', '122218.055000', '122218.058000', '122218.060000', '122218.063000', '122218.065000', '122218.068000', '122218.070000', '122218.073000', '122218.075000', '122218.078000', '122218.080000', '122218.096000', '122218.099000', '122218.101000', '122218.104000', '122218.106000', '122218.109000', '122218.111000', '122218.114000', '122218.116000', '122218.119000', '122218.121000', '122218.124000', '122238.004000', '122238.007000', '122238.010000', '122238.012000', '122238.015000', '122238.018000', '122238.020000', '122238.023000', '122238.025000', '122238.028000', '122238.030000', '122238.033000', '122238.036000', '122238.038000', '122238.041000', '122238.043000', '122238.046000', '122238.049000', '122238.051000', '122238.054000', '122238.056000', '122238.059000', '122238.061000', '122238.064000', '122238.067000', '122238.069000', '122238.072000', '122238.074000', '122238.077000', '122238.079000', '122238.082000', '122238.085000', '122238.087000', '122238.090000', '122238.092000', '122238.095000', '122238.097000', '122238.100000', '122238.103000', '122238.105000', '122238.108000', '122238.110000', '122238.113000', '122238.115000', '122258.005000', '122258.008000', '122258.010000', '122258.013000', '122258.015000', '122258.018000', '122258.021000', '122258.023000', '122258.026000', '122258.028000', '122258.031000', '122258.034000', '122258.036000', '122258.039000', '122258.041000', '122258.044000', '122258.046000', '122258.049000', '122258.052000', '122258.054000', '122258.057000', '122258.059000', '122258.062000', '122258.064000', '122258.067000', '122258.070000', '122258.072000', '122258.075000', '122258.077000', '122258.080000', '122258.082000', '122258.085000', '122258.088000', '122258.090000', '122258.093000', '122258.095000', '122258.098000', '122258.100000', '122258.103000', '122258.106000', '122258.108000', '122258.111000', '122258.113000', '122318.004000', '122318.007000', '122318.010000', '122318.012000', '122318.015000', '122318.018000', '122318.022000', '122318.025000', '122318.027000', '122318.030000', '122318.032000', '122318.035000', '122318.038000', '122318.040000', '122318.043000', '122318.045000', '122318.048000', '122318.051000', '122318.053000', '122318.056000', '122318.058000', '122318.061000', '122318.064000', '122318.066000', '122318.069000', '122318.071000', '122318.074000', '122318.077000', '122318.079000', '122318.082000', '122318.085000', '122318.087000', '122318.090000', '122318.092000', '122318.095000', '122318.097000', '122318.100000', '122318.102000', '122318.105000', '122318.108000', '122318.110000', '122318.113000', '122318.115000', '122318.118000', '122338.005000', '122338.007000', '122338.010000', '122338.013000', '122338.015000', '122338.018000', '122338.020000', '122338.023000', '122338.025000', '122338.028000', '122338.031000', '122338.033000', '122338.036000', '122338.038000', '122338.041000', '122338.044000', '122338.046000', '122338.049000', '122338.051000', '122338.054000', '122338.056000', '122338.059000', '122338.061000', '122338.064000', '122338.067000', '122338.069000', '122338.072000', '122338.074000', '122338.077000', '122338.080000', '122338.082000', '122338.085000', '122338.087000', '122338.090000', '122338.092000', '122338.095000', '122338.097000', '122338.100000', '122338.103000', '122338.105000', '122338.108000', '122338.110000', '122338.113000', '122358.004000', '122358.007000', '122358.010000', '122358.012000', '122358.015000', '122358.017000', '122358.020000', '122358.023000', '122358.025000', '122358.028000', '122358.030000', '122358.033000', '122358.036000', '122358.055000', '122358.057000', '122358.060000', '122358.063000', '122358.065000', '122358.068000', '122358.070000', '122358.073000', '122358.075000', '122358.078000', '122358.081000', '122358.083000', '122358.086000', '122358.088000', '122358.091000', '122358.094000', '122358.096000', '122358.099000', '122358.101000', '122358.104000', '122358.106000', '122358.109000', '122358.111000', '122358.114000', '122358.117000', '122358.119000', '122358.122000', '122358.124000', '122358.127000', '122358.129000', '122358.132000', '122418.004000', '122418.006000', '122418.009000', '122418.011000', '122418.014000', '122418.017000', '122418.019000', '122418.022000', '122418.024000', '122418.027000', '122418.029000', '122418.032000', '122418.035000', '122418.037000', '122418.040000', '122418.042000', '122418.045000', '122418.048000', '122418.050000', '122418.053000', '122418.055000', '122418.058000', '122418.060000', '122418.063000', '122418.065000', '122418.068000', '122418.071000', '122418.075000', '122418.077000', '122418.080000', '122418.083000', '122418.085000', '122418.088000', '122418.090000', '122418.093000', '122418.095000', '122418.098000', '122418.100000', '122418.103000', '122418.106000', '122418.108000', '122418.111000', '122418.113000', '122438.004000', '122438.006000', '122438.009000', '122438.012000', '122438.014000', '122438.017000', '122438.019000', '122438.022000', '122438.024000', '122438.027000', '122438.029000', '122438.032000', '122438.035000', '122438.038000', '122438.041000', '122438.044000', '122438.046000', '122438.049000', '122438.052000', '122438.054000', '122438.057000', '122438.060000', '122438.063000', '122438.065000', '122438.068000', '122438.070000', '122438.073000', '122438.075000', '122438.078000', '122438.081000', '122438.083000', '122438.086000', '122438.088000', '122438.091000', '122438.093000', '122438.096000', '122438.098000', '122438.101000', '122438.104000', '122438.106000', '122438.109000', '122438.112000', '122438.114000', '122458.005000', '122458.007000', '122458.010000', '122458.012000', '122458.015000', '122458.017000', '122458.020000', '122458.023000', '122458.025000', '122458.028000', '122458.030000', '122458.033000', '122458.036000', '122458.038000', '122458.041000', '122458.043000', '122458.046000', '122458.049000', '122458.051000', '122458.054000', '122458.056000', '122458.059000', '122458.062000', '122458.064000', '122458.067000', '122458.069000', '122458.072000', '122458.074000', '122458.077000', '122458.079000', '122458.082000', '122458.085000', '122458.087000', '122458.090000', '122458.092000', '122458.095000', '122458.097000', '122458.100000', '122458.102000', '122458.105000', '122458.108000', '122458.110000', '122458.113000', '122458.115000', '122512.093000', '122512.096000', '122512.099000', '122512.101000', '122512.104000', '122512.106000', '122512.109000', '122512.112000', '122512.114000', '122512.117000', '122512.119000', '122512.122000', '122512.125000', '122512.127000', '122512.130000', '122512.132000', '122512.135000', '122512.137000', '122512.140000', '122512.143000', '122512.145000', '122512.148000', '122512.150000', '122512.153000', '122512.161000', '122512.163000', '122512.166000', '122512.168000', '122512.171000', '122512.173000', '122512.176000'], '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': [6744, 6768, 7065, 6513, 7548, 6322, 7234, 6725, 8053, 6995, 8713, 7487, 9139, 8037, 8357, 7768, 6978, 7911, 7069, 10599, 7902, 6380, 7036, 6357, 7097, 6575, 7428, 7252, 8262, 7297, 8696, 6943, 9038, 7112, 8404, 7006, 7267, 10694, 7674, 8848, 8194, 6884, 9429, 7359, 10952, 6704, 7787, 6543, 6574, 6466, 6414, 7407, 6551, 7517, 7425, 8513, 7755, 7139, 8097, 6600, 7959, 6473, 8124, 7177, 8092, 7387, 6943, 6831, 6623, 9530, 7302, 8582, 7334, 7087, 11413, 7662, 11779, 8698, 8383, 6848, 8724, 6607, 7221, 7003, 7105, 6289, 6398, 7192, 6453, 8959, 6687, 7062, 9235, 7804, 8372, 8154, 7745, 13347, 9385, 12983, 8079, 8914, 6725, 8503, 6469, 7530, 6504, 7136, 6488, 8192, 7234, 8417, 7450, 6703, 6447, 6525, 8540, 6588, 6449, 8160, 6690, 7703, 6677, 6342, 6340, 6582, 6503, 6573, 7318, 6946, 8045, 6605, 8524, 6319, 7235, 8112, 7422, 9000, 7817, 6642, 8693, 7302, 8350, 8274, 8180, 8508, 7184, 8098, 7026, 7645, 6316, 6871, 6459, 6578, 6803, 6751, 6430, 7314, 7022, 7572, 6567, 6491, 8606, 6379, 6592, 6581, 6594, 8457, 6877, 7914, 6920, 7703, 7116, 8051, 7160, 7734, 6830, 7578, 7397, 7341, 10366, 8154, 12472, 8379, 6524, 8212, 6575, 8082, 7332, 7111, 7558, 8507, 8177, 7265, 7616, 6506, 7458, 7013, 6672, 7370, 7178, 7468, 7498, 8036, 7789, 6745, 7850, 6451, 8633, 7517, 7645, 6552, 6615, 7333, 6248, 6458, 6484, 7921, 6729, 7346, 6595, 7360, 6379, 7125, 7539, 6840, 9001, 6757, 8141, 10095, 8396, 12141, 8587, 12774, 9310, 12225, 8573, 6580, 7402, 6606, 6958, 6359, 6547, 6320, 6664, 7779, 6535, 6504, 6370, 6777, 6594, 8305, 7541, 7885, 9735, 7601, 10452, 7691, 6706, 6949, 6438, 6734, 7222, 7119, 6668, 8104, 6415, 8330, 6606, 6536, 7802, 7261, 8052, 7277, 6676, 8993, 7006, 7647, 7428, 6990, 8068, 7606, 7567, 7624, 11227, 7920, 10979, 7331, 6748, 6535, 6487, 6963, 6371, 7800, 7034, 8920, 7114, 7172, 8176, 6525, 8376, 6646, 7820, 6713, 7685, 6713, 7390, 6601, 8111, 6608, 6570, 6363, 6447, 6723, 6358, 7107, 6559, 8841, 8025, 10368, 8793, 11717, 8364, 13021, 9567, 12732, 9203, 12286, 8120, 9204, 6826, 8046, 7089, 8141, 6577, 8002, 6306, 6802, 6634, 6198, 6410, 6167, 6335, 6396, 7358, 6307, 6580, 6440, 6584, 6483, 7989, 6220, 9324, 7408, 8853, 7181, 8608, 6746, 8189, 7141, 8528, 7188, 9784, 8075, 10391, 8153, 10821, 6580, 8352, 6502, 7135, 6622, 6998, 6792, 6969, 6906, 7118, 7052, 7891, 8008, 7416, 9021, 9171, 7017, 8421, 6345, 7448, 7866, 6416, 9338, 7189, 7760, 6842, 6295, 7450, 6387, 6468, 6534, 6408, 6659, 8382, 7115, 8868, 7156, 8478, 7426, 10074, 8263, 12984, 9603, 12591, 8586, 10336, 6879, 8578, 6875, 8025, 7321, 8742, 6866, 7355, 6436, 6413, 6665, 7948, 6442, 9121, 7267, 8975, 6891, 8618, 7596, 8702, 6697, 8770, 6555, 7653, 6514, 7525, 6630, 8199, 6695, 8079, 6684, 7679, 7440, 8270, 6517, 8063, 6489, 7707, 7160, 7154, 9214, 7204, 7274, 8000, 6363, 7430, 6399, 7196, 6766, 6602, 7198, 6578, 7632, 6415, 8493, 6651, 6513, 6779, 8771, 6947, 9237, 7320, 8103, 6542, 6788, 7511, 6513, 7364, 6490, 7501, 6402, 6462, 8047, 6557, 8428, 6486, 9362, 7305, 8974, 7323, 6525, 8314, 6480, 8000, 6263, 7752, 6521, 8845, 7496, 11216, 8334, 13169, 9726, 13010, 8613, 9239, 8676, 10173, 9362, 7880, 8631, 6766, 7897, 6485, 7013, 6454, 7218, 6506, 8304, 7655, 7651, 6665, 6348, 8364, 6586, 6705, 8831, 7182, 6677, 8490, 7305, 10708, 8243, 10965, 8483, 10314, 7289, 8799, 7095, 7682, 6806, 6917, 6988, 6826, 7956, 6576, 8612, 6808, 7733, 6829, 7224, 7899, 6714, 10255, 7598, 8123, 7001, 6885, 6409, 7373, 6425, 8038, 6863, 6616, 7288, 6783, 7875, 6708, 6524, 6326, 6557, 7865, 6518, 7821, 6828, 7520, 6494, 6591, 8225, 6437, 8579, 7261, 9290, 7819, 10224, 8029, 8847, 7315, 8577, 7118, 6719, 7410, 6813, 7765, 6450, 8166, 6511, 7936, 6233, 7164, 6150, 8340, 7865, 6313, 7154, 6514, 8383, 8056, 9519, 7470, 7381, 7238, 6428, 7141, 7221, 8719, 7023, 9117, 7102, 9907, 7421, 10321, 11897, 8420, 14546, 8783, 8496, 7966, 6605, 7976, 6623, 7276, 6616, 7392, 7288, 8206, 6886, 8802, 6549, 8655, 6584, 6792, 7144, 6497, 9006, 7444, 7450, 6994, 6690, 7460, 6561, 6953, 7942, 7153, 8226, 9745, 6456, 9584, 6519, 6601, 6833, 6576, 6888, 6761, 6867, 6456, 6680, 8750, 7412, 10652, 8515, 13448, 9743, 12449, 7813, 10184, 7430, 8137, 7314, 8426, 6976, 8550, 6575, 7887, 6556, 7835, 6753, 6707, 7810, 6640, 7741, 6333, 7382, 6616, 8415, 7251, 9299, 7567, 8914, 7290, 7233, 6408, 6430, 6584, 6806, 6488, 7291, 7513, 7303, 8489, 6879, 8441, 6345, 6797, 6331, 8038, 6579, 8519, 6899, 7551, 7333, 8712, 7487, 13386, 9791, 14302, 10503, 12926, 9095, 6582, 8069, 6607, 7498, 6745, 6887, 6753, 6978, 6815, 8663, 7042, 8712, 7032, 8736, 7600, 11262, 9065, 11911, 6953, 9658, 6956, 7885, 6754, 6932, 8520, 7325, 8173, 6813, 6444, 6380, 6544, 6329, 7638, 6578, 8233, 6479, 7866, 6252, 7997, 6531, 8640, 7088, 8085, 6281, 7691, 6198, 7347, 6401, 8101, 6604, 7724, 6779, 7818, 8787, 7019, 9689, 7488, 8580, 6791, 7791, 6802, 6946, 6665, 6455, 6590, 6721, 6532, 6940, 6415, 7050, 6429, 8430, 6783, 9467, 7794, 10444, 8960, 12684, 10382, 11720, 9437, 9131, 6641, 7940, 10578, 7340, 9996, 7428, 6415, 7175, 6541, 7068, 6473, 6519, 6881, 7489, 7137, 8797, 7128, 8531, 6430, 8364, 6875, 7409, 12726, 8255, 11010, 8042, 9155, 6356, 8476, 6588, 8179, 6732, 6950, 6444, 6596, 6661, 6755, 6619, 6965, 6809, 6972, 6604, 6963, 6576, 6598, 9206, 7694, 8336, 7248, 11981, 7821, 9167, 7216, 8858, 6569, 9233, 6645, 8817], 'WindowCenter': [4041.0, 4040.0, 4024.0, 4012.0, 4019.0, 3998.0, 4006.0, 3996.0, 4006.0, 4006.0, 4004.0, 3994.0, 4014.0, 4002.0, 3990.0, 3990.0, 3980.0, 3991.0, 3982.0, 4012.0, 4002.0, 3982.0, 3993.0, 3994.0, 3992.0, 3993.0, 3991.0, 3993.0, 4003.0, 3994.0, 4002.0, 3993.0, 4001.0, 3992.0, 4001.0, 3981.0, 3991.0, 4012.0, 3992.0, 4003.0, 4003.0, 3993.0, 4015.0, 3994.0, 4025.0, 3994.0, 3992.0, 3981.0, 3982.0, 3980.0, 3981.0, 3980.0, 3980.0, 3990.0, 3991.0, 3989.0, 3978.0, 3966.0, 3976.0, 3966.0, 3976.0, 3968.0, 3977.0, 3978.0, 3988.0, 3979.0, 3978.0, 3979.0, 3979.0, 3999.0, 3990.0, 3989.0, 3990.0, 3991.0, 4023.0, 3993.0, 4023.0, 4003.0, 4002.0, 3994.0, 4001.0, 3981.0, 3990.0, 3981.0, 3982.0, 3981.0, 3981.0, 3981.0, 3981.0, 4003.0, 3981.0, 3991.0, 4003.0, 3994.0, 4002.0, 3993.0, 3992.0, 4034.0, 4002.0, 4022.0, 3992.0, 4000.0, 3979.0, 3987.0, 3967.0, 3976.0, 3968.0, 3978.0, 3967.0, 3988.0, 3979.0, 3987.0, 3977.0, 3966.0, 3967.0, 3968.0, 3989.0, 3979.0, 3981.0, 4000.0, 3992.0, 3992.0, 3993.0, 3983.0, 3981.0, 3981.0, 3980.0, 3980.0, 3989.0, 3991.0, 3990.0, 3982.0, 4001.0, 3981.0, 3980.0, 3990.0, 3990.0, 4000.0, 3990.0, 3981.0, 4002.0, 3992.0, 4003.0, 4004.0, 4002.0, 4002.0, 3981.0, 3992.0, 3993.0, 3992.0, 3979.0, 3979.0, 3968.0, 3978.0, 3979.0, 3978.0, 3979.0, 3978.0, 3979.0, 3979.0, 3979.0, 3969.0, 3989.0, 3980.0, 3981.0, 3981.0, 3993.0, 4003.0, 3995.0, 3993.0, 3993.0, 3991.0, 3992.0, 3991.0, 3981.0, 3991.0, 3981.0, 3991.0, 3991.0, 3990.0, 4011.0, 3991.0, 4021.0, 3990.0, 3969.0, 4001.0, 3983.0, 4004.0, 3995.0, 3995.0, 4005.0, 4004.0, 4004.0, 3993.0, 3994.0, 3970.0, 3990.0, 3979.0, 3979.0, 3978.0, 3979.0, 3978.0, 3978.0, 3976.0, 3976.0, 3965.0, 3975.0, 3965.0, 3975.0, 3976.0, 3977.0, 3968.0, 3980.0, 3990.0, 3982.0, 3983.0, 3995.0, 4003.0, 3993.0, 3991.0, 3982.0, 3991.0, 3983.0, 3991.0, 3991.0, 3993.0, 4002.0, 3982.0, 3991.0, 4012.0, 3991.0, 4023.0, 3989.0, 4008.0, 3987.0, 4007.0, 3986.0, 3966.0, 3978.0, 3978.0, 3977.0, 3967.0, 3979.0, 3980.0, 3981.0, 3992.0, 3995.0, 3982.0, 3982.0, 3981.0, 3982.0, 3991.0, 3992.0, 3991.0, 4001.0, 3991.0, 4011.0, 3992.0, 3981.0, 3992.0, 3980.0, 3980.0, 3978.0, 3979.0, 3980.0, 3990.0, 3981.0, 4001.0, 3981.0, 3980.0, 3991.0, 3991.0, 3991.0, 3991.0, 3981.0, 4002.0, 3992.0, 3993.0, 3992.0, 3981.0, 3991.0, 3990.0, 3990.0, 3979.0, 4012.0, 4004.0, 4023.0, 3992.0, 3981.0, 3981.0, 3981.0, 3981.0, 3982.0, 3990.0, 3981.0, 4002.0, 3981.0, 3980.0, 3991.0, 3981.0, 3989.0, 3981.0, 3990.0, 3980.0, 3978.0, 3967.0, 3978.0, 3980.0, 3990.0, 3993.0, 3994.0, 3996.0, 4009.0, 4007.0, 4009.0, 4008.0, 4009.0, 4018.0, 4008.0, 4026.0, 4006.0, 4024.0, 4003.0, 4021.0, 4000.0, 4009.0, 3989.0, 4008.0, 3977.0, 3986.0, 3965.0, 3975.0, 3965.0, 3976.0, 3965.0, 3976.0, 3965.0, 3966.0, 3966.0, 3967.0, 3966.0, 3969.0, 3979.0, 3982.0, 3991.0, 3983.0, 3981.0, 3992.0, 3992.0, 3993.0, 4003.0, 3984.0, 4014.0, 3994.0, 4002.0, 3993.0, 4002.0, 3982.0, 3990.0, 3981.0, 3989.0, 3980.0, 3999.0, 3989.0, 3999.0, 3978.0, 4009.0, 3967.0, 3989.0, 3980.0, 3980.0, 3980.0, 3991.0, 3982.0, 3992.0, 3993.0, 3991.0, 3993.0, 4003.0, 3991.0, 3993.0, 4002.0, 4002.0, 3979.0, 3991.0, 3980.0, 3992.0, 3990.0, 3980.0, 4001.0, 3992.0, 3991.0, 3981.0, 3982.0, 3993.0, 3994.0, 3994.0, 3995.0, 3995.0, 3997.0, 4017.0, 4008.0, 4017.0, 4007.0, 4005.0, 3994.0, 4013.0, 4004.0, 4034.0, 4003.0, 4021.0, 4002.0, 4011.0, 3982.0, 3988.0, 3979.0, 3990.0, 3981.0, 4001.0, 3981.0, 3981.0, 3982.0, 3982.0, 3994.0, 3992.0, 3982.0, 4001.0, 3991.0, 3989.0, 3980.0, 3990.0, 3990.0, 3990.0, 3980.0, 3989.0, 3969.0, 3978.0, 3968.0, 3990.0, 3982.0, 3991.0, 3982.0, 3991.0, 3981.0, 3990.0, 3980.0, 3989.0, 3969.0, 3989.0, 3969.0, 3990.0, 3980.0, 3980.0, 3999.0, 3980.0, 3979.0, 3989.0, 3969.0, 3979.0, 3970.0, 3980.0, 3982.0, 3983.0, 3982.0, 3982.0, 3992.0, 3982.0, 4002.0, 3982.0, 3981.0, 3996.0, 4002.0, 3982.0, 4001.0, 3982.0, 3991.0, 3971.0, 3981.0, 3992.0, 3983.0, 3993.0, 3985.0, 3995.0, 3984.0, 3984.0, 3993.0, 3984.0, 4003.0, 3985.0, 4004.0, 3994.0, 4003.0, 3993.0, 3982.0, 4003.0, 3984.0, 4004.0, 3996.0, 4005.0, 3996.0, 4004.0, 3995.0, 4024.0, 4004.0, 4034.0, 4003.0, 4022.0, 4002.0, 4001.0, 3991.0, 4000.0, 4001.0, 3979.0, 3990.0, 3980.0, 3991.0, 3970.0, 3981.0, 3983.0, 3982.0, 3982.0, 4002.0, 3993.0, 3992.0, 3982.0, 3982.0, 4003.0, 3983.0, 3984.0, 4004.0, 3995.0, 3985.0, 4006.0, 3996.0, 4026.0, 4006.0, 4015.0, 4005.0, 4013.0, 3993.0, 3991.0, 3981.0, 3980.0, 3981.0, 3981.0, 3981.0, 3981.0, 3991.0, 3981.0, 3990.0, 3981.0, 3980.0, 3982.0, 3981.0, 3992.0, 3981.0, 4013.0, 3993.0, 3992.0, 3993.0, 3981.0, 3983.0, 3981.0, 3981.0, 3991.0, 3982.0, 3982.0, 3993.0, 3994.0, 4003.0, 3983.0, 3983.0, 3984.0, 3997.0, 4006.0, 3998.0, 3995.0, 3995.0, 3995.0, 3986.0, 3997.0, 4006.0, 3997.0, 4006.0, 3996.0, 4004.0, 3995.0, 4013.0, 3993.0, 4001.0, 3992.0, 3991.0, 3982.0, 3980.0, 4034.0, 4041.0, 4023.0, 3997.0, 4006.0, 4014.0, 4019.0, 3984.0, 3983.0, 3986.0, 4003.0, 3974.0, 3939.0, 3964.0, 3981.0, 3990.0, 3990.0, 4015.0, 3994.0, 3963.0, 3950.0, 3954.0, 3967.0, 3980.0, 4001.0, 3993.0, 4004.0, 3994.0, 4013.0, 3991.0, 4001.0, 4011.0, 3990.0, 4032.0, 3991.0, 3991.0, 3991.0, 3982.0, 3992.0, 3983.0, 3992.0, 3981.0, 3981.0, 3981.0, 3989.0, 3981.0, 3990.0, 3971.0, 3991.0, 3970.0, 3968.0, 3968.0, 3969.0, 3990.0, 3981.0, 3980.0, 3981.0, 3982.0, 3992.0, 3981.0, 3981.0, 3978.0, 3980.0, 3990.0, 4000.0, 3970.0, 4000.0, 3981.0, 3982.0, 3993.0, 3994.0, 3994.0, 3997.0, 3997.0, 3997.0, 3998.0, 4019.0, 4009.0, 4029.0, 4018.0, 4038.0, 4017.0, 4025.0, 3994.0, 4013.0, 3992.0, 3991.0, 3992.0, 3991.0, 3992.0, 4002.0, 3982.0, 3990.0, 3970.0, 3992.0, 3982.0, 3981.0, 3992.0, 3982.0, 3992.0, 3983.0, 3981.0, 3982.0, 3990.0, 3981.0, 4001.0, 3981.0, 3990.0, 3992.0, 3982.0, 3983.0, 3982.0, 3983.0, 3980.0, 3981.0, 3992.0, 3993.0, 3993.0, 4003.0, 3984.0, 4003.0, 3984.0, 3983.0, 3984.0, 3993.0, 3984.0, 4004.0, 3984.0, 3993.0, 3994.0, 3992.0, 3982.0, 4020.0, 4000.0, 4019.0, 3998.0, 4007.0, 3976.0, 3955.0, 3976.0, 3967.0, 3979.0, 3981.0, 3981.0, 3982.0, 3982.0, 3982.0, 4002.0, 3983.0, 3992.0, 3980.0, 3989.0, 3979.0, 4008.0, 3989.0, 4007.0, 3967.0, 3987.0, 3966.0, 3975.0, 3966.0, 3967.0, 3987.0, 3978.0, 3987.0, 3968.0, 3968.0, 3969.0, 3969.0, 3970.0, 3979.0, 3981.0, 3989.0, 3971.0, 3990.0, 3981.0, 3990.0, 3971.0, 3991.0, 3982.0, 3990.0, 3982.0, 3991.0, 3983.0, 3992.0, 3983.0, 4003.0, 3983.0, 3993.0, 3982.0, 3993.0, 3990.0, 3981.0, 4001.0, 3992.0, 3990.0, 3981.0, 3990.0, 3983.0, 3993.0, 3995.0, 3994.0, 4008.0, 4008.0, 4010.0, 4009.0, 4000.0, 4009.0, 4011.0, 4018.0, 3998.0, 4016.0, 4007.0, 4015.0, 4004.0, 4025.0, 4002.0, 4012.0, 3989.0, 4000.0, 3967.0, 3989.0, 3998.0, 3977.0, 3999.0, 3979.0, 3968.0, 3980.0, 3982.0, 3992.0, 3995.0, 3983.0, 3995.0, 3995.0, 3994.0, 4004.0, 3994.0, 4004.0, 3983.0, 4003.0, 3981.0, 3982.0, 4020.0, 3989.0, 4000.0, 3979.0, 3989.0, 3969.0, 3978.0, 3969.0, 3990.0, 3969.0, 3980.0, 3969.0, 3969.0, 3969.0, 3981.0, 3981.0, 3983.0, 3981.0, 3993.0, 3983.0, 3994.0, 3983.0, 3982.0, 4002.0, 3993.0, 3991.0, 3993.0, 4011.0, 3981.0, 4001.0, 3979.0, 3989.0, 3968.0, 3989.0, 3970.0, 3989.0], 'WindowWidth': [9042.0, 9037.0, 9003.0, 8983.0, 8986.0, 8955.0, 8961.0, 8950.0, 8960.0, 8960.0, 8954.0, 8942.0, 8965.0, 8948.0, 8929.0, 8929.0, 8915.0, 8931.0, 8920.0, 8960.0, 8948.0, 8922.0, 8937.0, 8943.0, 8936.0, 8938.0, 8932.0, 8938.0, 8951.0, 8940.0, 8947.0, 8936.0, 8945.0, 8934.0, 8945.0, 8918.0, 8931.0, 8961.0, 8936.0, 8949.0, 8950.0, 8939.0, 8969.0, 8942.0, 8983.0, 8940.0, 8934.0, 8917.0, 8919.0, 8915.0, 8917.0, 8914.0, 8917.0, 8929.0, 8931.0, 8925.0, 8910.0, 8890.0, 8904.0, 8891.0, 8904.0, 8895.0, 8904.0, 8909.0, 8922.0, 8913.0, 8908.0, 8911.0, 8912.0, 8939.0, 8927.0, 8926.0, 8929.0, 8931.0, 8978.0, 8936.0, 8979.0, 8949.0, 8948.0, 8940.0, 8946.0, 8919.0, 8929.0, 8917.0, 8919.0, 8919.0, 8917.0, 8918.0, 8919.0, 8948.0, 8918.0, 8932.0, 8950.0, 8939.0, 8948.0, 8936.0, 8935.0, 8994.0, 8946.0, 8974.0, 8933.0, 8940.0, 8911.0, 8919.0, 8891.0, 8903.0, 8897.0, 8908.0, 8895.0, 8920.0, 8912.0, 8919.0, 8906.0, 8889.0, 8892.0, 8895.0, 8924.0, 8914.0, 8918.0, 8944.0, 8936.0, 8934.0, 8937.0, 8922.0, 8920.0, 8918.0, 8916.0, 8915.0, 8927.0, 8932.0, 8930.0, 8922.0, 8945.0, 8917.0, 8914.0, 8930.0, 8930.0, 8942.0, 8928.0, 8919.0, 8947.0, 8935.0, 8949.0, 8953.0, 8948.0, 8948.0, 8919.0, 8934.0, 8936.0, 8933.0, 8913.0, 8912.0, 8896.0, 8910.0, 8911.0, 8908.0, 8912.0, 8908.0, 8911.0, 8911.0, 8911.0, 8899.0, 8927.0, 8915.0, 8918.0, 8919.0, 8939.0, 8951.0, 8945.0, 8936.0, 8939.0, 8931.0, 8935.0, 8930.0, 8919.0, 8930.0, 8919.0, 8930.0, 8931.0, 8929.0, 8959.0, 8931.0, 8970.0, 8927.0, 8900.0, 8945.0, 8924.0, 8953.0, 8942.0, 8942.0, 8957.0, 8954.0, 8953.0, 8937.0, 8939.0, 8901.0, 8928.0, 8910.0, 8912.0, 8910.0, 8911.0, 8909.0, 8909.0, 8903.0, 8902.0, 8884.0, 8900.0, 8886.0, 8900.0, 8903.0, 8905.0, 8895.0, 8914.0, 8930.0, 8924.0, 8924.0, 8943.0, 8950.0, 8938.0, 8931.0, 8921.0, 8928.0, 8922.0, 8932.0, 8933.0, 8936.0, 8947.0, 8920.0, 8929.0, 8960.0, 8931.0, 8975.0, 8923.0, 8948.0, 8916.0, 8944.0, 8916.0, 8890.0, 8907.0, 8908.0, 8906.0, 8896.0, 8912.0, 8915.0, 8918.0, 8936.0, 8946.0, 8921.0, 8922.0, 8919.0, 8921.0, 8930.0, 8934.0, 8931.0, 8945.0, 8931.0, 8958.0, 8933.0, 8918.0, 8936.0, 8916.0, 8915.0, 8909.0, 8911.0, 8916.0, 8929.0, 8919.0, 8945.0, 8918.0, 8915.0, 8930.0, 8930.0, 8929.0, 8931.0, 8918.0, 8947.0, 8934.0, 8935.0, 8933.0, 8918.0, 8932.0, 8926.0, 8929.0, 8911.0, 8958.0, 8953.0, 8977.0, 8934.0, 8917.0, 8917.0, 8920.0, 8918.0, 8920.0, 8929.0, 8918.0, 8946.0, 8917.0, 8915.0, 8930.0, 8918.0, 8926.0, 8918.0, 8928.0, 8916.0, 8909.0, 8891.0, 8908.0, 8914.0, 8930.0, 8941.0, 8942.0, 8951.0, 8971.0, 8967.0, 8970.0, 8968.0, 8971.0, 8980.0, 8966.0, 8987.0, 8959.0, 8981.0, 8949.0, 8970.0, 8939.0, 8951.0, 8923.0, 8947.0, 8905.0, 8916.0, 8885.0, 8899.0, 8884.0, 8901.0, 8886.0, 8902.0, 8886.0, 8890.0, 8888.0, 8892.0, 8891.0, 8898.0, 8913.0, 8921.0, 8932.0, 8924.0, 8919.0, 8937.0, 8936.0, 8939.0, 8949.0, 8928.0, 8967.0, 8940.0, 8948.0, 8936.0, 8946.0, 8919.0, 8927.0, 8916.0, 8925.0, 8915.0, 8938.0, 8922.0, 8937.0, 8906.0, 8950.0, 8892.0, 8925.0, 8916.0, 8914.0, 8916.0, 8932.0, 8922.0, 8934.0, 8939.0, 8934.0, 8939.0, 8951.0, 8932.0, 8935.0, 8945.0, 8947.0, 8910.0, 8929.0, 8915.0, 8934.0, 8929.0, 8916.0, 8943.0, 8933.0, 8931.0, 8919.0, 8920.0, 8936.0, 8941.0, 8942.0, 8946.0, 8944.0, 8950.0, 8976.0, 8966.0, 8976.0, 8963.0, 8958.0, 8941.0, 8964.0, 8952.0, 8991.0, 8948.0, 8971.0, 8946.0, 8955.0, 8919.0, 8921.0, 8913.0, 8926.0, 8918.0, 8942.0, 8917.0, 8916.0, 8920.0, 8921.0, 8939.0, 8933.0, 8921.0, 8944.0, 8931.0, 8923.0, 8913.0, 8926.0, 8928.0, 8926.0, 8914.0, 8923.0, 8898.0, 8908.0, 8897.0, 8926.0, 8921.0, 8930.0, 8921.0, 8931.0, 8918.0, 8926.0, 8912.0, 8924.0, 8898.0, 8924.0, 8900.0, 8927.0, 8911.0, 8913.0, 8936.0, 8912.0, 8908.0, 8924.0, 8896.0, 8912.0, 8901.0, 8915.0, 8920.0, 8925.0, 8920.0, 8920.0, 8932.0, 8921.0, 8944.0, 8921.0, 8918.0, 8945.0, 8945.0, 8919.0, 8943.0, 8918.0, 8929.0, 8904.0, 8915.0, 8932.0, 8921.0, 8935.0, 8930.0, 8942.0, 8928.0, 8927.0, 8935.0, 8926.0, 8950.0, 8929.0, 8952.0, 8938.0, 8950.0, 8935.0, 8919.0, 8948.0, 8925.0, 8951.0, 8946.0, 8955.0, 8946.0, 8953.0, 8940.0, 8979.0, 8950.0, 8990.0, 8948.0, 8972.0, 8944.0, 8940.0, 8930.0, 8939.0, 8943.0, 8909.0, 8927.0, 8914.0, 8929.0, 8901.0, 8919.0, 8924.0, 8917.0, 8919.0, 8946.0, 8934.0, 8933.0, 8919.0, 8920.0, 8949.0, 8923.0, 8923.0, 8953.0, 8940.0, 8927.0, 8956.0, 8945.0, 8985.0, 8955.0, 8966.0, 8952.0, 8959.0, 8934.0, 8928.0, 8915.0, 8913.0, 8917.0, 8914.0, 8915.0, 8915.0, 8927.0, 8916.0, 8925.0, 8914.0, 8913.0, 8917.0, 8915.0, 8931.0, 8917.0, 8959.0, 8933.0, 8932.0, 8935.0, 8917.0, 8921.0, 8915.0, 8916.0, 8927.0, 8918.0, 8917.0, 8934.0, 8939.0, 8949.0, 8923.0, 8921.0, 8926.0, 8946.0, 8956.0, 8951.0, 8939.0, 8941.0, 8939.0, 8930.0, 8946.0, 8959.0, 8948.0, 8958.0, 8944.0, 8953.0, 8939.0, 8962.0, 8935.0, 8943.0, 8932.0, 8928.0, 8919.0, 8912.0, 9016.0, 9036.0, 8996.0, 8951.0, 8957.0, 8983.0, 8981.0, 8925.0, 8919.0, 8930.0, 8947.0, 8893.0, 8838.0, 8881.0, 8918.0, 8925.0, 8925.0, 8971.0, 8942.0, 8877.0, 8852.0, 8866.0, 8890.0, 8912.0, 8943.0, 8936.0, 8950.0, 8939.0, 8963.0, 8931.0, 8942.0, 8955.0, 8926.0, 8985.0, 8928.0, 8927.0, 8929.0, 8918.0, 8932.0, 8924.0, 8932.0, 8917.0, 8914.0, 8915.0, 8923.0, 8916.0, 8926.0, 8902.0, 8928.0, 8900.0, 8894.0, 8894.0, 8896.0, 8926.0, 8915.0, 8913.0, 8915.0, 8918.0, 8934.0, 8917.0, 8915.0, 8908.0, 8913.0, 8926.0, 8939.0, 8899.0, 8940.0, 8917.0, 8920.0, 8938.0, 8941.0, 8942.0, 8950.0, 8949.0, 8951.0, 8952.0, 8980.0, 8967.0, 8995.0, 8978.0, 9003.0, 8972.0, 8981.0, 8939.0, 8959.0, 8933.0, 8929.0, 8932.0, 8928.0, 8934.0, 8945.0, 8920.0, 8928.0, 8902.0, 8931.0, 8919.0, 8915.0, 8931.0, 8923.0, 8934.0, 8924.0, 8916.0, 8919.0, 8927.0, 8915.0, 8939.0, 8916.0, 8927.0, 8933.0, 8918.0, 8923.0, 8920.0, 8923.0, 8914.0, 8918.0, 8932.0, 8936.0, 8933.0, 8949.0, 8924.0, 8948.0, 8925.0, 8922.0, 8925.0, 8936.0, 8924.0, 8950.0, 8924.0, 8935.0, 8938.0, 8932.0, 8918.0, 8965.0, 8937.0, 8963.0, 8931.0, 8942.0, 8901.0, 8870.0, 8901.0, 8892.0, 8910.0, 8918.0, 8919.0, 8920.0, 8919.0, 8920.0, 8945.0, 8923.0, 8931.0, 8914.0, 8923.0, 8909.0, 8948.0, 8921.0, 8943.0, 8890.0, 8915.0, 8887.0, 8899.0, 8886.0, 8891.0, 8916.0, 8906.0, 8916.0, 8894.0, 8892.0, 8899.0, 8896.0, 8901.0, 8910.0, 8915.0, 8924.0, 8902.0, 8927.0, 8916.0, 8926.0, 8903.0, 8929.0, 8919.0, 8927.0, 8920.0, 8931.0, 8923.0, 8932.0, 8924.0, 8949.0, 8924.0, 8936.0, 8921.0, 8935.0, 8927.0, 8916.0, 8941.0, 8931.0, 8927.0, 8916.0, 8926.0, 8922.0, 8937.0, 8944.0, 8943.0, 8966.0, 8966.0, 8973.0, 8970.0, 8960.0, 8970.0, 8974.0, 8978.0, 8953.0, 8973.0, 8960.0, 8970.0, 8950.0, 8979.0, 8943.0, 8957.0, 8922.0, 8939.0, 8892.0, 8923.0, 8931.0, 8904.0, 8937.0, 8910.0, 8893.0, 8913.0, 8920.0, 8935.0, 8942.0, 8925.0, 8941.0, 8942.0, 8939.0, 8952.0, 8938.0, 8950.0, 8925.0, 8948.0, 8916.0, 8917.0, 8965.0, 8924.0, 8937.0, 8909.0, 8922.0, 8898.0, 8907.0, 8897.0, 8924.0, 8896.0, 8911.0, 8894.0, 8898.0, 8896.0, 8916.0, 8915.0, 8921.0, 8916.0, 8936.0, 8923.0, 8938.0, 8921.0, 8922.0, 8945.0, 8936.0, 8929.0, 8935.0, 8955.0, 8914.0, 8941.0, 8909.0, 8921.0, 8893.0, 8923.0, 8898.0, 8922.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.0004465437788018433</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028448044930875577</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.62098666554789</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.159089843679354</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9783719975086502</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4714</td></tr>
|
|
<tr><td colspan=3>fber</td><td>9924.3916</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08272709890117755</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.456221198156682</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.453365354853377</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.365528489055951</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.656960209380405</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.337607366123776</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0106268</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0003633860615082085</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.054142966866493225</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.173808666594253</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>22.5899</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>26.7142</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.3839</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299398.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>771.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.7987</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1822</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.6555</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3226.7661</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3402.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77146.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1221.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4130.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>815.0776</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.2276069810614</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> |