=== 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-0104 --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-0104",
"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-0104_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0104_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-03/func/sub-0104_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5f7bfca027e62698006bd8637e29f7ca</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>13:55:30.302500</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.999891, -0.00637204, -0.013351, 0.00680616, 0.999441, 0.0327266]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100319</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4220, -7766, -7198, 283, -105, -46, 14, 96]</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>251.09</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>53bcff69-e6ec-404d-9862-eb6f91d60702||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.682633399963379, 0.018260426819324493, -0.035464536398649216, 114.69422149658203], [0.017095722258090973, 2.681427478790283, 0.08859754353761673, -94.36073303222656], [-0.03581978380680084, -0.08780312538146973, 2.698312997817993, -46.87079620361328], [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': ['135530.302500', '135530.762500', '135531.222500', '135531.682500', '135532.142500', '135532.602500', '135533.062500', '135533.522500', '135533.982500', '135534.442500', '135534.902500', '135535.362500', '135535.822500', '135536.282500', '135536.742500', '135537.202500', '135537.662500', '135538.122500', '135538.582500', '135539.042500', '135539.502500', '135539.962500', '135540.422500', '135540.882500', '135541.342500', '135541.802500', '135542.262500', '135542.722500', '135543.182500', '135543.642500', '135544.102500', '135544.562500', '135545.022500', '135545.482500', '135545.942500', '135546.402500', '135546.862500', '135547.322500', '135547.782500', '135548.242500', '135548.702500', '135549.162500', '135549.622500', '135550.082500', '135550.542500', '135551.002500', '135551.462500', '135551.922500', '135552.382500', '135552.842500', '135553.302500', '135553.762500', '135554.222500', '135554.682500', '135555.142500', '135555.602500', '135556.062500', '135556.522500', '135556.982500', '135557.442500', '135557.902500', '135558.362500', '135558.822500', '135559.282500', '135559.742500', '135600.202500', '135600.662500', '135601.122500', '135601.582500', '135602.042500', '135602.502500', '135602.962500', '135603.422500', '135603.882500', '135604.342500', '135604.802500', '135605.262500', '135605.722500', '135606.182500', '135606.642500', '135607.102500', '135607.562500', '135608.022500', '135608.482500', '135608.942500', '135609.402500', '135609.862500', '135610.322500', '135610.782500', '135611.242500', '135611.702500', '135612.162500', '135612.622500', '135613.082500', '135613.542500', '135614.002500', '135614.462500', '135614.922500', '135615.382500', '135615.842500', '135616.302500', '135616.762500', '135617.222500', '135617.682500', '135618.142500', '135618.602500', '135619.062500', '135619.522500', '135619.982500', '135620.442500', '135620.902500', '135621.362500', '135621.822500', '135622.282500', '135622.742500', '135623.202500', '135623.662500', '135624.122500', '135624.582500', '135625.042500', '135625.502500', '135625.962500', '135626.422500', '135626.882500', '135627.342500', '135627.802500', '135628.262500', '135628.722500', '135629.182500', '135629.642500', '135630.102500', '135630.562500', '135631.022500', '135631.482500', '135631.942500', '135632.402500', '135632.862500', '135633.322500', '135633.782500', '135634.242500', '135634.702500', '135635.162500', '135635.622500', '135636.082500', '135636.542500', '135637.002500', '135637.462500', '135637.922500', '135638.382500', '135638.842500', '135639.302500', '135639.762500', '135640.222500', '135640.682500', '135641.142500', '135641.602500', '135642.062500', '135642.522500', '135642.982500', '135643.442500', '135643.902500', '135644.362500', '135644.822500', '135645.282500', '135645.742500', '135646.202500', '135646.662500', '135647.122500', '135647.582500', '135648.042500', '135648.502500', '135648.962500', '135649.422500', '135649.882500', '135650.342500', '135650.802500', '135651.262500', '135651.722500', '135652.182500', '135652.642500', '135653.102500', '135653.562500', '135654.022500', '135654.482500', '135654.942500', '135655.402500', '135655.862500', '135656.322500', '135656.782500', '135657.242500', '135657.702500', '135658.162500', '135658.622500', '135659.082500', '135659.542500', '135700.002500', '135700.462500', '135700.922500', '135701.382500', '135701.842500', '135702.302500', '135702.762500', '135703.222500', '135703.682500', '135704.142500', '135704.602500', '135705.062500', '135705.522500', '135705.982500', '135706.442500', '135706.902500', '135707.362500', '135707.822500', '135708.282500', '135708.742500', '135709.202500', '135709.662500', '135710.122500', '135710.582500', '135711.042500', '135711.502500', '135711.962500', '135712.422500', '135712.882500', '135713.342500', '135713.802500', '135714.262500', '135714.722500', '135715.182500', '135715.642500', '135716.102500', '135716.562500', '135717.022500', '135717.482500', '135717.942500', '135718.402500', '135718.862500', '135719.322500', '135719.782500', '135720.242500', '135720.702500', '135721.162500', '135721.622500', '135722.082500', '135722.542500', '135723.002500', '135723.462500', '135723.922500', '135724.382500', '135724.842500', '135725.302500', '135725.762500', '135726.222500', '135726.682500', '135727.142500', '135727.602500', '135728.062500', '135728.522500', '135728.982500', '135729.442500', '135729.902500', '135730.362500', '135730.822500', '135731.282500', '135731.742500', '135732.202500', '135732.662500', '135733.122500', '135733.582500', '135734.042500', '135734.502500', '135734.962500', '135735.422500', '135735.882500', '135736.342500', '135736.802500', '135737.262500', '135737.722500', '135738.182500', '135738.642500', '135739.102500', '135739.562500', '135740.022500', '135740.482500', '135740.942500', '135741.402500', '135741.862500', '135742.322500', '135742.782500', '135743.242500', '135743.702500', '135744.162500', '135744.622500', '135745.082500', '135745.542500', '135746.002500', '135746.462500', '135746.922500', '135747.382500', '135747.842500', '135748.302500', '135748.762500', '135749.222500', '135749.682500', '135750.142500', '135750.602500', '135751.062500', '135751.522500', '135751.982500', '135752.442500', '135752.902500', '135753.362500', '135753.822500', '135754.282500', '135754.742500', '135755.202500', '135755.662500', '135756.122500', '135756.582500', '135757.042500', '135757.502500', '135757.962500', '135758.422500', '135758.882500', '135759.342500', '135759.802500', '135800.262500', '135800.722500', '135801.182500', '135801.642500', '135802.102500', '135802.562500', '135803.022500', '135803.482500', '135803.942500', '135804.402500', '135804.862500', '135805.322500', '135805.782500', '135806.242500', '135806.702500', '135807.162500', '135807.622500', '135808.082500', '135808.542500', '135809.002500', '135809.462500', '135809.922500', '135810.382500', '135810.842500', '135811.302500', '135811.762500', '135812.222500', '135812.682500', '135813.142500', '135813.602500', '135814.062500', '135814.522500', '135814.982500', '135815.442500', '135815.902500', '135816.362500', '135816.822500', '135817.282500', '135817.742500', '135818.202500', '135818.662500', '135819.122500', '135819.582500', '135820.042500', '135820.502500', '135820.962500', '135821.422500', '135821.882500', '135822.342500', '135822.802500', '135823.262500', '135823.722500', '135824.182500', '135824.642500', '135825.102500', '135825.562500', '135826.022500', '135826.482500', '135826.942500', '135827.402500', '135827.862500', '135828.322500', '135828.782500', '135829.242500', '135829.702500', '135830.162500', '135830.622500', '135831.082500', '135831.542500', '135832.002500', '135832.462500', '135832.922500', '135833.382500', '135833.842500', '135834.302500', '135834.762500', '135835.222500', '135835.682500', '135836.142500', '135836.602500', '135837.062500', '135837.522500', '135837.982500', '135838.442500', '135838.902500', '135839.362500', '135839.822500', '135840.282500', '135840.742500', '135841.202500', '135841.662500', '135842.122500', '135842.582500', '135843.042500', '135843.502500', '135843.962500', '135844.422500', '135844.882500', '135845.342500', '135845.802500', '135846.262500', '135846.722500', '135847.182500', '135847.642500', '135848.102500', '135848.562500', '135849.022500', '135849.482500', '135849.942500', '135850.402500', '135850.862500', '135851.322500', '135851.782500', '135852.242500', '135852.702500', '135853.162500', '135853.622500', '135854.082500', '135854.542500', '135855.002500', '135855.462500', '135855.922500', '135856.382500', '135856.842500', '135857.302500', '135857.762500', '135858.222500', '135858.682500', '135859.142500', '135859.602500', '135900.062500', '135900.522500', '135900.982500', '135901.442500', '135901.902500', '135902.362500', '135902.822500', '135903.282500', '135903.742500', '135904.202500', '135904.662500', '135905.122500', '135905.582500', '135906.042500', '135906.502500', '135906.962500', '135907.422500', '135907.882500', '135908.342500', '135908.802500', '135909.262500', '135909.722500', '135910.182500', '135910.642500', '135911.102500', '135911.562500', '135912.022500', '135912.482500', '135912.942500', '135913.402500', '135913.862500', '135914.322500', '135914.782500', '135915.242500', '135915.702500', '135916.162500', '135916.622500', '135917.082500', '135917.542500', '135918.002500', '135918.462500', '135918.922500', '135919.382500', '135919.842500', '135920.302500', '135920.762500', '135921.222500', '135921.682500', '135922.142500', '135922.602500', '135923.062500', '135923.522500', '135923.982500', '135924.442500', '135924.902500', '135925.362500', '135925.822500', '135926.282500', '135926.742500', '135927.202500', '135927.662500', '135928.122500', '135928.582500', '135929.042500', '135929.502500', '135929.962500', '135930.422500', '135930.882500', '135931.342500', '135931.802500', '135932.262500', '135932.722500', '135933.182500', '135933.642500', '135934.102500', '135934.562500', '135935.022500', '135935.482500', '135935.942500', '135936.402500', '135936.862500', '135937.322500', '135937.782500', '135938.242500', '135938.702500', '135939.162500', '135939.622500', '135940.082500', '135940.542500', '135941.002500', '135941.462500', '135941.922500', '135942.382500', '135942.842500', '135943.302500', '135943.762500', '135944.222500', '135944.682500', '135945.142500', '135945.602500', '135946.062500', '135946.522500', '135946.982500', '135947.442500', '135947.902500', '135948.362500', '135948.822500', '135949.282500', '135949.742500', '135950.202500', '135950.662500', '135951.122500', '135951.582500', '135952.042500', '135952.502500', '135952.962500', '135953.422500', '135953.882500', '135954.342500', '135954.802500', '135955.262500', '135955.722500', '135956.182500', '135956.642500', '135957.102500', '135957.562500', '135958.022500', '135958.482500', '135958.942500', '135959.402500', '135959.862500', '140000.322500', '140000.782500', '140001.242500', '140001.702500', '140002.162500', '140002.622500', '140003.082500', '140003.542500', '140004.002500', '140004.462500', '140004.922500', '140005.382500', '140005.842500', '140006.302500', '140006.762500', '140007.222500', '140007.682500', '140008.142500', '140008.602500', '140009.062500', '140009.522500', '140009.982500', '140010.442500', '140010.902500', '140011.362500', '140011.822500', '140012.282500', '140012.742500', '140013.202500', '140013.662500', '140014.122500', '140014.582500', '140015.042500', '140015.502500', '140015.962500', '140016.422500', '140016.882500', '140017.342500', '140017.802500', '140018.262500', '140018.722500', '140019.182500', '140019.642500', '140020.102500', '140020.562500', '140021.022500', '140021.482500', '140021.942500', '140022.402500', '140022.862500', '140023.322500', '140023.782500', '140024.242500', '140024.702500', '140025.162500', '140025.622500', '140026.082500', '140026.542500', '140027.002500', '140027.462500', '140027.922500', '140028.382500', '140028.842500', '140029.302500', '140029.762500', '140030.222500', '140030.682500', '140031.142500', '140031.602500', '140032.062500', '140032.522500', '140032.982500', '140033.442500', '140033.902500', '140034.362500', '140034.822500', '140035.282500', '140035.742500', '140036.202500', '140036.662500', '140037.122500', '140037.582500', '140038.042500', '140038.502500', '140038.962500', '140039.422500', '140039.882500', '140040.342500', '140040.802500', '140041.262500', '140041.722500', '140042.182500', '140042.642500', '140043.102500', '140043.562500', '140044.022500', '140044.482500', '140044.942500', '140045.402500', '140045.862500', '140046.322500', '140046.782500', '140047.242500', '140047.702500', '140048.162500', '140048.622500', '140049.082500', '140049.542500', '140050.002500', '140050.462500', '140050.922500', '140051.382500', '140051.842500', '140052.302500', '140052.762500', '140053.222500', '140053.682500', '140054.142500', '140054.602500', '140055.062500', '140055.522500', '140055.982500', '140056.442500', '140056.902500', '140057.362500', '140057.822500', '140058.282500', '140058.742500', '140059.202500', '140059.662500', '140100.122500', '140100.582500', '140101.042500', '140101.502500', '140101.962500', '140102.422500', '140102.882500', '140103.342500', '140103.802500', '140104.262500', '140104.722500', '140105.182500', '140105.642500', '140106.102500', '140106.562500', '140107.022500', '140107.482500', '140107.942500', '140108.402500', '140108.862500', '140109.322500', '140109.782500', '140110.242500', '140110.702500', '140111.162500', '140111.622500', '140112.082500', '140112.542500', '140113.002500', '140113.462500', '140113.922500', '140114.382500', '140114.842500', '140115.302500', '140115.762500', '140116.222500', '140116.682500', '140117.142500', '140117.602500', '140118.062500', '140118.522500', '140118.982500', '140119.442500', '140119.902500', '140120.362500', '140120.822500', '140121.282500', '140121.742500', '140122.202500', '140122.662500', '140123.122500', '140123.582500', '140124.042500', '140124.502500', '140124.962500', '140125.422500', '140125.882500', '140126.342500', '140126.802500', '140127.262500', '140127.722500', '140128.182500', '140128.642500', '140129.102500', '140129.562500', '140130.022500', '140130.482500', '140130.942500', '140131.402500', '140131.862500', '140132.322500', '140132.782500', '140133.242500', '140133.702500', '140134.162500', '140134.622500', '140135.082500', '140135.542500', '140136.002500', '140136.462500', '140136.922500', '140137.382500', '140137.842500', '140138.302500', '140138.762500', '140139.222500', '140139.682500', '140140.142500', '140140.602500', '140141.062500', '140141.522500', '140141.982500', '140142.442500', '140142.902500', '140143.362500', '140143.822500', '140144.282500', '140144.742500', '140145.202500', '140145.662500', '140146.122500', '140146.582500', '140147.042500', '140147.502500', '140147.962500', '140148.422500', '140148.882500', '140149.342500', '140149.802500', '140150.262500', '140150.722500', '140151.182500', '140151.642500', '140152.102500', '140152.562500', '140153.022500', '140153.482500', '140153.942500', '140154.402500', '140154.862500', '140155.322500', '140155.782500', '140156.242500', '140156.702500', '140157.162500', '140157.622500', '140158.082500', '140158.542500', '140159.002500', '140159.462500', '140159.922500', '140200.382500', '140200.842500', '140201.302500', '140201.762500', '140202.222500', '140202.682500', '140203.142500', '140203.602500', '140204.062500', '140204.522500', '140204.982500', '140205.442500', '140205.902500', '140206.362500', '140206.822500', '140207.282500', '140207.742500', '140208.202500', '140208.662500', '140209.122500', '140209.582500', '140210.042500', '140210.502500', '140210.962500'], 'ContentTime': ['135558.078000', '135558.081000', '135558.084000', '135558.087000', '135558.089000', '135558.092000', '135558.095000', '135558.097000', '135558.100000', '135558.107000', '135558.110000', '135558.112000', '135558.115000', '135558.118000', '135558.120000', '135558.123000', '135558.125000', '135558.128000', '135558.131000', '135558.133000', '135558.136000', '135558.139000', '135558.141000', '135558.144000', '135558.146000', '135558.149000', '135558.151000', '135558.166000', '135558.168000', '135558.171000', '135558.173000', '135558.176000', '135558.179000', '135558.181000', '135558.184000', '135558.187000', '135558.189000', '135558.192000', '135558.194000', '135558.197000', '135558.200000', '135558.202000', '135558.205000', '135558.208000', '135558.210000', '135558.213000', '135558.215000', '135558.218000', '135558.221000', '135558.223000', '135558.226000', '135558.228000', '135558.231000', '135558.234000', '135558.240000', '135558.243000', '135558.246000', '135558.248000', '135618.043000', '135618.046000', '135618.048000', '135618.051000', '135618.054000', '135618.057000', '135618.059000', '135618.062000', '135618.064000', '135618.067000', '135618.070000', '135618.072000', '135618.075000', '135618.078000', '135618.081000', '135618.084000', '135618.086000', '135618.089000', '135618.091000', '135618.094000', '135618.097000', '135618.099000', '135618.102000', '135618.104000', '135618.107000', '135618.109000', '135618.113000', '135618.116000', '135618.118000', '135618.121000', '135618.123000', '135618.126000', '135618.128000', '135618.131000', '135618.134000', '135618.136000', '135618.139000', '135618.142000', '135618.144000', '135618.147000', '135618.150000', '135618.152000', '135618.155000', '135638.043000', '135638.046000', '135638.049000', '135638.051000', '135638.054000', '135638.057000', '135638.060000', '135638.063000', '135638.065000', '135638.068000', '135638.070000', '135638.073000', '135638.076000', '135638.079000', '135638.081000', '135638.084000', '135638.086000', '135638.089000', '135638.092000', '135638.094000', '135638.097000', '135638.099000', '135638.102000', '135638.105000', '135638.107000', '135638.110000', '135638.113000', '135638.115000', '135638.118000', '135638.121000', '135638.123000', '135638.126000', '135638.128000', '135638.131000', '135638.133000', '135638.136000', '135638.139000', '135638.141000', '135638.144000', '135638.146000', '135638.149000', '135638.152000', '135638.154000', '135638.157000', '135658.043000', '135658.046000', '135658.049000', '135658.052000', '135658.054000', '135658.057000', '135658.060000', '135658.062000', '135658.065000', '135658.068000', '135658.070000', '135658.073000', '135658.075000', '135658.078000', '135658.081000', '135658.083000', '135658.086000', '135658.089000', '135658.091000', '135658.094000', '135658.096000', '135658.099000', '135658.102000', '135658.104000', '135658.107000', '135658.110000', '135658.112000', '135658.115000', '135658.117000', '135658.120000', '135658.123000', '135658.125000', '135658.128000', '135658.131000', '135658.133000', '135658.136000', '135658.138000', '135658.141000', '135658.144000', '135658.147000', '135658.149000', '135658.152000', '135658.154000', '135658.157000', '135718.044000', '135718.047000', '135718.050000', '135718.052000', '135718.055000', '135718.057000', '135718.060000', '135718.062000', '135718.065000', '135718.068000', '135718.070000', '135718.073000', '135718.076000', '135718.078000', '135718.081000', '135718.083000', '135718.086000', '135718.088000', '135718.091000', '135718.094000', '135718.096000', '135718.099000', '135718.101000', '135718.104000', '135718.107000', '135718.109000', '135718.112000', '135718.114000', '135718.117000', '135718.120000', '135718.122000', '135718.125000', '135718.127000', '135718.130000', '135718.133000', '135718.135000', '135718.138000', '135718.140000', '135718.143000', '135718.146000', '135718.148000', '135718.151000', '135718.153000', '135738.043000', '135738.046000', '135738.049000', '135738.052000', '135738.054000', '135738.057000', '135738.060000', '135738.062000', '135738.078000', '135738.080000', '135738.083000', '135738.086000', '135738.088000', '135738.091000', '135738.094000', '135738.096000', '135738.099000', '135738.102000', '135738.104000', '135738.107000', '135738.110000', '135738.112000', '135738.115000', '135738.118000', '135738.121000', '135738.124000', '135738.127000', '135738.130000', '135738.133000', '135738.135000', '135738.138000', '135738.141000', '135738.143000', '135738.146000', '135738.149000', '135738.151000', '135738.154000', '135738.157000', '135738.159000', '135738.162000', '135738.164000', '135738.167000', '135738.170000', '135758.043000', '135758.046000', '135758.049000', '135758.052000', '135758.054000', '135758.057000', '135758.059000', '135758.062000', '135758.065000', '135758.067000', '135758.070000', '135758.072000', '135758.075000', '135758.078000', '135758.080000', '135758.083000', '135758.085000', '135758.088000', '135758.091000', '135758.093000', '135758.096000', '135758.099000', '135758.101000', '135758.104000', '135758.106000', '135758.109000', '135758.112000', '135758.114000', '135758.117000', '135758.119000', '135758.122000', '135758.124000', '135758.127000', '135758.130000', '135758.132000', '135758.135000', '135758.137000', '135758.140000', '135758.143000', '135758.145000', '135758.148000', '135758.150000', '135758.153000', '135758.161000', '135818.043000', '135818.046000', '135818.049000', '135818.052000', '135818.054000', '135818.057000', '135818.060000', '135818.062000', '135818.065000', '135818.067000', '135818.070000', '135818.072000', '135818.075000', '135818.078000', '135818.080000', '135818.083000', '135818.085000', '135818.088000', '135818.090000', '135818.093000', '135818.096000', '135818.099000', '135818.112000', '135818.114000', '135818.117000', '135818.120000', '135818.122000', '135818.125000', '135818.127000', '135818.130000', '135818.133000', '135818.135000', '135818.138000', '135818.140000', '135818.143000', '135818.146000', '135818.148000', '135818.151000', '135818.153000', '135818.156000', '135818.159000', '135818.161000', '135818.164000', '135838.043000', '135838.046000', '135838.049000', '135838.051000', '135838.054000', '135838.057000', '135838.059000', '135838.062000', '135838.064000', '135838.067000', '135838.070000', '135838.072000', '135838.075000', '135838.077000', '135838.080000', '135838.083000', '135838.085000', '135838.088000', '135838.090000', '135838.093000', '135838.096000', '135838.098000', '135838.105000', '135838.108000', '135838.110000', '135838.113000', '135838.116000', '135838.118000', '135838.121000', '135838.124000', '135838.127000', '135838.129000', '135838.132000', '135838.134000', '135838.137000', '135838.140000', '135838.143000', '135838.145000', '135838.148000', '135838.150000', '135838.153000', '135838.155000', '135838.158000', '135838.161000', '135858.044000', '135858.047000', '135858.049000', '135858.052000', '135858.054000', '135858.057000', '135858.060000', '135858.062000', '135858.065000', '135858.067000', '135858.070000', '135858.073000', '135858.075000', '135858.078000', '135858.080000', '135858.083000', '135858.086000', '135858.088000', '135858.091000', '135858.094000', '135858.096000', '135858.099000', '135858.101000', '135858.104000', '135858.107000', '135858.109000', '135858.112000', '135858.114000', '135858.117000', '135858.119000', '135858.122000', '135858.125000', '135858.128000', '135858.131000', '135858.134000', '135858.136000', '135858.139000', '135858.152000', '135858.155000', '135858.157000', '135858.160000', '135858.163000', '135858.166000', '135918.044000', '135918.047000', '135918.049000', '135918.052000', '135918.093000', '135918.096000', '135918.098000', '135918.101000', '135918.103000', '135918.106000', '135918.109000', '135918.111000', '135918.114000', '135918.117000', '135918.119000', '135918.122000', '135918.124000', '135918.127000', '135918.130000', '135918.132000', '135918.135000', '135918.138000', '135918.140000', '135918.143000', '135918.145000', '135918.148000', '135918.151000', '135918.153000', '135918.156000', '135918.159000', '135918.161000', '135918.164000', '135918.167000', '135918.170000', '135918.172000', '135918.175000', '135918.177000', '135918.180000', '135918.183000', '135918.185000', '135918.188000', '135918.191000', '135918.193000', '135918.196000', '135938.043000', '135938.046000', '135938.049000', '135938.052000', '135938.055000', '135938.057000', '135938.060000', '135938.062000', '135938.065000', '135938.068000', '135938.070000', '135938.073000', '135938.076000', '135938.078000', '135938.081000', '135938.083000', '135938.086000', '135938.089000', '135938.091000', '135938.094000', '135938.097000', '135938.103000', '135938.113000', '135938.116000', '135938.118000', '135938.121000', '135938.123000', '135938.126000', '135938.128000', '135938.131000', '135938.134000', '135938.137000', '135938.139000', '135938.142000', '135938.147000', '135938.149000', '135938.152000', '135938.155000', '135938.157000', '135938.160000', '135938.163000', '135938.165000', '135938.168000', '135958.044000', '135958.046000', '135958.049000', '135958.052000', '135958.054000', '135958.057000', '135958.060000', '135958.062000', '135958.065000', '135958.067000', '135958.070000', '135958.072000', '135958.075000', '135958.078000', '135958.080000', '135958.083000', '135958.085000', '135958.088000', '135958.091000', '135958.093000', '135958.096000', '135958.098000', '135958.101000', '135958.104000', '135958.106000', '135958.109000', '135958.111000', '135958.114000', '135958.116000', '135958.120000', '135958.122000', '135958.125000', '135958.127000', '135958.130000', '135958.133000', '135958.135000', '135958.138000', '135958.140000', '135958.143000', '135958.146000', '135958.148000', '135958.151000', '135958.153000', '135958.156000', '140018.043000', '140018.046000', '140018.049000', '140018.052000', '140018.055000', '140018.057000', '140018.060000', '140018.063000', '140018.065000', '140018.068000', '140018.070000', '140018.073000', '140018.075000', '140018.078000', '140018.081000', '140018.083000', '140018.086000', '140018.089000', '140018.091000', '140018.094000', '140018.096000', '140018.099000', '140018.101000', '140018.104000', '140018.107000', '140018.109000', '140018.112000', '140018.114000', '140018.117000', '140018.120000', '140018.122000', '140018.125000', '140018.128000', '140018.130000', '140018.133000', '140018.135000', '140018.138000', '140018.141000', '140018.143000', '140018.146000', '140018.149000', '140018.151000', '140018.154000', '140038.043000', '140038.046000', '140038.049000', '140038.051000', '140038.054000', '140038.057000', '140038.059000', '140038.062000', '140038.064000', '140038.067000', '140038.069000', '140038.072000', '140038.075000', '140038.077000', '140038.080000', '140038.082000', '140038.085000', '140038.088000', '140038.090000', '140038.093000', '140038.095000', '140038.098000', '140038.100000', '140038.104000', '140038.106000', '140038.109000', '140038.111000', '140038.114000', '140038.117000', '140038.130000', '140038.133000', '140038.136000', '140038.138000', '140038.141000', '140038.144000', '140038.146000', '140038.149000', '140038.151000', '140038.154000', '140038.157000', '140038.159000', '140038.162000', '140038.164000', '140038.167000', '140058.043000', '140058.046000', '140058.049000', '140058.051000', '140058.054000', '140058.057000', '140058.059000', '140058.062000', '140058.064000', '140058.067000', '140058.070000', '140058.072000', '140058.075000', '140058.077000', '140058.080000', '140058.083000', '140058.085000', '140058.088000', '140058.090000', '140058.093000', '140058.095000', '140058.098000', '140058.101000', '140058.103000', '140058.106000', '140058.109000', '140058.111000', '140058.114000', '140058.116000', '140058.119000', '140058.122000', '140058.124000', '140058.127000', '140058.130000', '140058.132000', '140058.135000', '140058.137000', '140058.140000', '140058.143000', '140058.145000', '140058.148000', '140058.150000', '140058.153000', '140118.043000', '140118.046000', '140118.049000', '140118.052000', '140118.054000', '140118.057000', '140118.059000', '140118.062000', '140118.065000', '140118.067000', '140118.070000', '140118.072000', '140118.075000', '140118.078000', '140118.080000', '140118.083000', '140118.085000', '140118.088000', '140118.091000', '140118.093000', '140118.096000', '140118.099000', '140118.101000', '140118.104000', '140118.107000', '140118.109000', '140118.112000', '140118.115000', '140118.117000', '140118.120000', '140118.123000', '140118.125000', '140118.128000', '140118.130000', '140118.133000', '140118.136000', '140118.138000', '140118.141000', '140118.143000', '140118.146000', '140118.148000', '140118.151000', '140118.154000', '140118.156000', '140138.044000', '140138.047000', '140138.049000', '140138.052000', '140138.054000', '140138.057000', '140138.060000', '140138.062000', '140138.065000', '140138.067000', '140138.070000', '140138.073000', '140138.075000', '140138.078000', '140138.080000', '140138.083000', '140138.086000', '140138.088000', '140138.091000', '140138.093000', '140138.096000', '140138.099000', '140138.101000', '140138.104000', '140138.106000', '140138.109000', '140138.112000', '140138.114000', '140138.117000', '140138.119000', '140138.122000', '140138.124000', '140138.127000', '140138.130000', '140138.132000', '140138.135000', '140138.137000', '140138.140000', '140138.143000', '140138.145000', '140138.148000', '140138.151000', '140138.153000', '140158.044000', '140158.046000', '140158.049000', '140158.052000', '140158.054000', '140158.057000', '140158.059000', '140158.062000', '140158.065000', '140158.067000', '140158.070000', '140158.072000', '140158.075000', '140158.078000', '140158.080000', '140158.083000', '140158.085000', '140158.088000', '140158.090000', '140158.093000', '140158.096000', '140158.098000', '140158.101000', '140158.104000', '140158.106000', '140158.109000', '140158.111000', '140158.114000', '140158.117000', '140158.119000', '140158.122000', '140158.124000', '140158.127000', '140158.130000', '140158.132000', '140158.135000', '140158.137000', '140158.140000', '140158.142000', '140158.145000', '140158.159000', '140158.161000', '140158.164000', '140158.166000', '140212.221000', '140212.224000', '140212.227000', '140212.229000', '140212.232000', '140212.235000', '140212.237000', '140212.240000', '140212.242000', '140212.245000', '140212.248000', '140212.250000', '140212.253000', '140212.256000', '140212.258000', '140212.261000', '140212.263000', '140212.266000', '140212.269000', '140212.271000', '140212.274000', '140212.276000', '140212.279000', '140212.282000', '140212.285000', '140212.288000', '140212.291000', '140212.293000', '140212.296000', '140212.298000', '140212.301000'], 'InstanceCreationTime': ['135558.078000', '135558.081000', '135558.084000', '135558.087000', '135558.089000', '135558.092000', '135558.095000', '135558.097000', '135558.100000', '135558.107000', '135558.110000', '135558.112000', '135558.115000', '135558.118000', '135558.120000', '135558.123000', '135558.125000', '135558.128000', '135558.131000', '135558.133000', '135558.136000', '135558.139000', '135558.141000', '135558.144000', '135558.146000', '135558.149000', '135558.151000', '135558.166000', '135558.168000', '135558.171000', '135558.173000', '135558.176000', '135558.179000', '135558.181000', '135558.184000', '135558.187000', '135558.189000', '135558.192000', '135558.194000', '135558.197000', '135558.200000', '135558.202000', '135558.205000', '135558.208000', '135558.210000', '135558.213000', '135558.215000', '135558.218000', '135558.221000', '135558.223000', '135558.226000', '135558.228000', '135558.231000', '135558.234000', '135558.240000', '135558.243000', '135558.246000', '135558.248000', '135618.043000', '135618.046000', '135618.048000', '135618.051000', '135618.054000', '135618.057000', '135618.059000', '135618.062000', '135618.064000', '135618.067000', '135618.070000', '135618.072000', '135618.075000', '135618.078000', '135618.081000', '135618.084000', '135618.086000', '135618.089000', '135618.091000', '135618.094000', '135618.097000', '135618.099000', '135618.102000', '135618.104000', '135618.107000', '135618.109000', '135618.113000', '135618.116000', '135618.118000', '135618.121000', '135618.123000', '135618.126000', '135618.128000', '135618.131000', '135618.134000', '135618.136000', '135618.139000', '135618.142000', '135618.144000', '135618.147000', '135618.150000', '135618.152000', '135618.155000', '135638.043000', '135638.046000', '135638.049000', '135638.051000', '135638.054000', '135638.057000', '135638.060000', '135638.063000', '135638.065000', '135638.068000', '135638.070000', '135638.073000', '135638.076000', '135638.079000', '135638.081000', '135638.084000', '135638.086000', '135638.089000', '135638.092000', '135638.094000', '135638.097000', '135638.099000', '135638.102000', '135638.105000', '135638.107000', '135638.110000', '135638.113000', '135638.115000', '135638.118000', '135638.121000', '135638.123000', '135638.126000', '135638.128000', '135638.131000', '135638.133000', '135638.136000', '135638.139000', '135638.141000', '135638.144000', '135638.146000', '135638.149000', '135638.152000', '135638.154000', '135638.157000', '135658.043000', '135658.046000', '135658.049000', '135658.052000', '135658.054000', '135658.057000', '135658.060000', '135658.062000', '135658.065000', '135658.068000', '135658.070000', '135658.073000', '135658.075000', '135658.078000', '135658.081000', '135658.083000', '135658.086000', '135658.089000', '135658.091000', '135658.094000', '135658.096000', '135658.099000', '135658.102000', '135658.104000', '135658.107000', '135658.110000', '135658.112000', '135658.115000', '135658.117000', '135658.120000', '135658.123000', '135658.125000', '135658.128000', '135658.131000', '135658.133000', '135658.136000', '135658.138000', '135658.141000', '135658.144000', '135658.147000', '135658.149000', '135658.152000', '135658.154000', '135658.157000', '135718.044000', '135718.047000', '135718.050000', '135718.052000', '135718.055000', '135718.057000', '135718.060000', '135718.062000', '135718.065000', '135718.068000', '135718.070000', '135718.073000', '135718.076000', '135718.078000', '135718.081000', '135718.083000', '135718.086000', '135718.088000', '135718.091000', '135718.094000', '135718.096000', '135718.099000', '135718.101000', '135718.104000', '135718.107000', '135718.109000', '135718.112000', '135718.114000', '135718.117000', '135718.120000', '135718.122000', '135718.125000', '135718.127000', '135718.130000', '135718.133000', '135718.135000', '135718.138000', '135718.140000', '135718.143000', '135718.146000', '135718.148000', '135718.151000', '135718.153000', '135738.043000', '135738.046000', '135738.049000', '135738.052000', '135738.054000', '135738.057000', '135738.060000', '135738.062000', '135738.078000', '135738.080000', '135738.083000', '135738.086000', '135738.088000', '135738.091000', '135738.094000', '135738.096000', '135738.099000', '135738.102000', '135738.104000', '135738.107000', '135738.110000', '135738.112000', '135738.115000', '135738.118000', '135738.121000', '135738.124000', '135738.127000', '135738.130000', '135738.133000', '135738.135000', '135738.138000', '135738.141000', '135738.143000', '135738.146000', '135738.149000', '135738.151000', '135738.154000', '135738.157000', '135738.159000', '135738.162000', '135738.164000', '135738.167000', '135738.170000', '135758.043000', '135758.046000', '135758.049000', '135758.052000', '135758.054000', '135758.057000', '135758.059000', '135758.062000', '135758.065000', '135758.067000', '135758.070000', '135758.072000', '135758.075000', '135758.078000', '135758.080000', '135758.083000', '135758.085000', '135758.088000', '135758.091000', '135758.093000', '135758.096000', '135758.099000', '135758.101000', '135758.104000', '135758.106000', '135758.109000', '135758.112000', '135758.114000', '135758.117000', '135758.119000', '135758.122000', '135758.124000', '135758.127000', '135758.130000', '135758.132000', '135758.135000', '135758.137000', '135758.140000', '135758.143000', '135758.145000', '135758.148000', '135758.150000', '135758.153000', '135758.161000', '135818.043000', '135818.046000', '135818.049000', '135818.052000', '135818.054000', '135818.057000', '135818.060000', '135818.062000', '135818.065000', '135818.067000', '135818.070000', '135818.072000', '135818.075000', '135818.078000', '135818.080000', '135818.083000', '135818.085000', '135818.088000', '135818.090000', '135818.093000', '135818.096000', '135818.099000', '135818.112000', '135818.114000', '135818.117000', '135818.120000', '135818.122000', '135818.125000', '135818.127000', '135818.130000', '135818.133000', '135818.135000', '135818.138000', '135818.140000', '135818.143000', '135818.146000', '135818.148000', '135818.151000', '135818.153000', '135818.156000', '135818.159000', '135818.161000', '135818.164000', '135838.043000', '135838.046000', '135838.049000', '135838.051000', '135838.054000', '135838.057000', '135838.059000', '135838.062000', '135838.064000', '135838.067000', '135838.070000', '135838.072000', '135838.075000', '135838.077000', '135838.080000', '135838.083000', '135838.085000', '135838.088000', '135838.090000', '135838.093000', '135838.096000', '135838.098000', '135838.105000', '135838.108000', '135838.110000', '135838.113000', '135838.116000', '135838.118000', '135838.121000', '135838.124000', '135838.127000', '135838.129000', '135838.132000', '135838.134000', '135838.137000', '135838.140000', '135838.143000', '135838.145000', '135838.148000', '135838.150000', '135838.153000', '135838.155000', '135838.158000', '135838.161000', '135858.044000', '135858.047000', '135858.049000', '135858.052000', '135858.054000', '135858.057000', '135858.060000', '135858.062000', '135858.065000', '135858.067000', '135858.070000', '135858.073000', '135858.075000', '135858.078000', '135858.080000', '135858.083000', '135858.086000', '135858.088000', '135858.091000', '135858.094000', '135858.096000', '135858.099000', '135858.101000', '135858.104000', '135858.107000', '135858.109000', '135858.112000', '135858.114000', '135858.117000', '135858.119000', '135858.122000', '135858.125000', '135858.128000', '135858.131000', '135858.134000', '135858.136000', '135858.139000', '135858.152000', '135858.155000', '135858.157000', '135858.160000', '135858.163000', '135858.166000', '135918.044000', '135918.047000', '135918.049000', '135918.052000', '135918.093000', '135918.096000', '135918.098000', '135918.101000', '135918.103000', '135918.106000', '135918.109000', '135918.111000', '135918.114000', '135918.117000', '135918.119000', '135918.122000', '135918.124000', '135918.127000', '135918.130000', '135918.132000', '135918.135000', '135918.138000', '135918.140000', '135918.143000', '135918.145000', '135918.148000', '135918.151000', '135918.153000', '135918.156000', '135918.159000', '135918.161000', '135918.164000', '135918.167000', '135918.170000', '135918.172000', '135918.175000', '135918.177000', '135918.180000', '135918.183000', '135918.185000', '135918.188000', '135918.191000', '135918.193000', '135918.196000', '135938.043000', '135938.046000', '135938.049000', '135938.052000', '135938.055000', '135938.057000', '135938.060000', '135938.062000', '135938.065000', '135938.068000', '135938.070000', '135938.073000', '135938.076000', '135938.078000', '135938.081000', '135938.083000', '135938.086000', '135938.089000', '135938.091000', '135938.094000', '135938.097000', '135938.103000', '135938.113000', '135938.116000', '135938.118000', '135938.121000', '135938.123000', '135938.126000', '135938.128000', '135938.131000', '135938.134000', '135938.137000', '135938.139000', '135938.142000', '135938.147000', '135938.149000', '135938.152000', '135938.155000', '135938.157000', '135938.160000', '135938.163000', '135938.165000', '135938.168000', '135958.044000', '135958.046000', '135958.049000', '135958.052000', '135958.054000', '135958.057000', '135958.060000', '135958.062000', '135958.065000', '135958.067000', '135958.070000', '135958.072000', '135958.075000', '135958.078000', '135958.080000', '135958.083000', '135958.085000', '135958.088000', '135958.091000', '135958.093000', '135958.096000', '135958.098000', '135958.101000', '135958.104000', '135958.106000', '135958.109000', '135958.111000', '135958.114000', '135958.116000', '135958.120000', '135958.122000', '135958.125000', '135958.127000', '135958.130000', '135958.133000', '135958.135000', '135958.138000', '135958.140000', '135958.143000', '135958.146000', '135958.148000', '135958.151000', '135958.153000', '135958.156000', '140018.043000', '140018.046000', '140018.049000', '140018.052000', '140018.055000', '140018.057000', '140018.060000', '140018.063000', '140018.065000', '140018.068000', '140018.070000', '140018.073000', '140018.075000', '140018.078000', '140018.081000', '140018.083000', '140018.086000', '140018.089000', '140018.091000', '140018.094000', '140018.096000', '140018.099000', '140018.101000', '140018.104000', '140018.107000', '140018.109000', '140018.112000', '140018.114000', '140018.117000', '140018.120000', '140018.122000', '140018.125000', '140018.128000', '140018.130000', '140018.133000', '140018.135000', '140018.138000', '140018.141000', '140018.143000', '140018.146000', '140018.149000', '140018.151000', '140018.154000', '140038.043000', '140038.046000', '140038.049000', '140038.051000', '140038.054000', '140038.057000', '140038.059000', '140038.062000', '140038.064000', '140038.067000', '140038.069000', '140038.072000', '140038.075000', '140038.077000', '140038.080000', '140038.082000', '140038.085000', '140038.088000', '140038.090000', '140038.093000', '140038.095000', '140038.098000', '140038.100000', '140038.104000', '140038.106000', '140038.109000', '140038.111000', '140038.114000', '140038.117000', '140038.130000', '140038.133000', '140038.136000', '140038.138000', '140038.141000', '140038.144000', '140038.146000', '140038.149000', '140038.151000', '140038.154000', '140038.157000', '140038.159000', '140038.162000', '140038.164000', '140038.167000', '140058.043000', '140058.046000', '140058.049000', '140058.051000', '140058.054000', '140058.057000', '140058.059000', '140058.062000', '140058.064000', '140058.067000', '140058.070000', '140058.072000', '140058.075000', '140058.077000', '140058.080000', '140058.083000', '140058.085000', '140058.088000', '140058.090000', '140058.093000', '140058.095000', '140058.098000', '140058.101000', '140058.103000', '140058.106000', '140058.109000', '140058.111000', '140058.114000', '140058.116000', '140058.119000', '140058.122000', '140058.124000', '140058.127000', '140058.130000', '140058.132000', '140058.135000', '140058.137000', '140058.140000', '140058.143000', '140058.145000', '140058.148000', '140058.150000', '140058.153000', '140118.043000', '140118.046000', '140118.049000', '140118.052000', '140118.054000', '140118.057000', '140118.059000', '140118.062000', '140118.065000', '140118.067000', '140118.070000', '140118.072000', '140118.075000', '140118.078000', '140118.080000', '140118.083000', '140118.085000', '140118.088000', '140118.091000', '140118.093000', '140118.096000', '140118.099000', '140118.101000', '140118.104000', '140118.107000', '140118.109000', '140118.112000', '140118.115000', '140118.117000', '140118.120000', '140118.123000', '140118.125000', '140118.128000', '140118.130000', '140118.133000', '140118.136000', '140118.138000', '140118.141000', '140118.143000', '140118.146000', '140118.148000', '140118.151000', '140118.154000', '140118.156000', '140138.044000', '140138.047000', '140138.049000', '140138.052000', '140138.054000', '140138.057000', '140138.060000', '140138.062000', '140138.065000', '140138.067000', '140138.070000', '140138.073000', '140138.075000', '140138.078000', '140138.080000', '140138.083000', '140138.086000', '140138.088000', '140138.091000', '140138.093000', '140138.096000', '140138.099000', '140138.101000', '140138.104000', '140138.106000', '140138.109000', '140138.112000', '140138.114000', '140138.117000', '140138.119000', '140138.122000', '140138.124000', '140138.127000', '140138.130000', '140138.132000', '140138.135000', '140138.137000', '140138.140000', '140138.143000', '140138.145000', '140138.148000', '140138.151000', '140138.153000', '140158.044000', '140158.046000', '140158.049000', '140158.052000', '140158.054000', '140158.057000', '140158.059000', '140158.062000', '140158.065000', '140158.067000', '140158.070000', '140158.072000', '140158.075000', '140158.078000', '140158.080000', '140158.083000', '140158.085000', '140158.088000', '140158.090000', '140158.093000', '140158.096000', '140158.098000', '140158.101000', '140158.104000', '140158.106000', '140158.109000', '140158.111000', '140158.114000', '140158.117000', '140158.119000', '140158.122000', '140158.124000', '140158.127000', '140158.130000', '140158.132000', '140158.135000', '140158.137000', '140158.140000', '140158.142000', '140158.145000', '140158.159000', '140158.161000', '140158.164000', '140158.166000', '140212.221000', '140212.224000', '140212.227000', '140212.229000', '140212.232000', '140212.235000', '140212.237000', '140212.240000', '140212.242000', '140212.245000', '140212.248000', '140212.250000', '140212.253000', '140212.256000', '140212.258000', '140212.261000', '140212.263000', '140212.266000', '140212.269000', '140212.271000', '140212.274000', '140212.276000', '140212.279000', '140212.282000', '140212.285000', '140212.288000', '140212.291000', '140212.293000', '140212.296000', '140212.298000', '140212.301000'], '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': [8291, 9714, 13606, 9938, 12295, 10028, 9419, 13185, 9054, 8944, 13461, 10351, 10150, 8779, 9489, 9343, 9027, 8979, 10324, 10267, 9612, 8218, 9175, 8371, 10025, 8865, 8227, 9486, 9341, 9462, 8769, 9977, 9641, 7871, 9522, 9903, 8158, 9461, 10086, 9816, 9950, 8996, 9811, 8825, 8674, 9319, 8984, 9775, 7856, 9081, 10584, 7576, 10155, 8821, 9193, 10362, 7514, 10239, 10687, 8322, 10038, 7624, 9966, 10008, 8993, 10043, 9726, 9097, 10022, 8009, 9725, 9528, 8508, 10485, 8160, 10004, 9247, 9118, 10415, 9974, 7860, 10450, 13399, 10793, 10342, 9892, 9802, 10162, 7500, 10312, 11211, 8267, 9874, 7802, 9848, 10219, 8281, 10193, 10706, 9585, 10428, 9131, 9956, 8216, 8673, 10382, 7858, 9764, 9692, 7773, 10185, 11034, 9715, 10647, 7878, 10324, 8979, 8411, 10463, 9834, 10347, 9988, 8668, 10301, 10613, 9572, 9737, 7983, 10088, 10448, 9451, 10494, 8587, 10116, 8955, 8274, 10550, 9794, 9771, 10521, 8675, 10080, 9861, 7859, 10219, 9270, 9405, 10410, 8148, 10232, 8947, 7898, 10556, 9033, 9421, 10464, 7840, 9834, 9238, 8022, 10617, 7316, 9750, 11388, 7809, 9724, 9919, 10369, 10175, 7598, 10211, 9856, 7702, 9802, 7560, 9921, 10299, 8509, 10135, 8971, 8149, 10493, 7216, 9810, 10565, 7818, 9758, 9599, 8555, 10400, 7331, 9394, 10050, 7431, 9827, 10601, 9272, 10047, 7167, 10024, 10120, 9088, 10551, 8854, 10393, 10964, 8728, 10798, 8519, 10293, 10032, 8048, 10191, 7223, 9868, 10791, 8495, 10155, 11349, 9359, 9769, 7998, 9739, 9716, 10040, 10812, 10344, 10023, 9003, 9495, 10375, 7512, 10285, 9827, 8047, 10066, 8232, 10165, 10301, 9129, 10582, 9246, 9641, 10256, 7189, 10371, 11052, 8214, 10364, 9537, 9914, 10059, 9116, 10321, 9236, 7864, 10159, 9003, 10157, 10156, 7870, 10404, 9644, 7561, 10466, 8820, 9560, 10547, 8283, 10145, 9509, 8463, 10539, 7530, 10390, 9521, 7919, 10476, 10189, 10427, 10164, 8615, 10020, 10375, 10507, 10825, 8131, 10534, 8929, 9826, 10813, 7454, 10579, 9961, 8894, 10316, 8684, 10456, 9354, 8696, 10333, 8047, 10022, 9449, 8181, 10230, 10033, 10337, 10545, 8900, 10245, 10872, 10494, 10045, 8084, 10520, 9489, 8891, 9918, 7360, 10359, 10403, 9410, 10509, 8849, 9660, 9456, 7886, 10035, 8701, 10117, 10482, 7943, 10698, 9437, 8149, 10412, 9127, 10040, 10404, 10262, 8483, 9480, 7760, 8419, 8777, 7823, 8602, 7753, 8638, 12859, 7973, 9654, 7944, 8082, 8701, 8086, 8654, 8943, 8087, 10470, 7905, 8981, 12066, 8206, 9736, 8461, 8640, 9906, 7843, 8431, 7494, 8404, 8976, 8026, 8210, 9073, 8596, 9060, 8084, 7705, 7100, 8214, 11314, 8058, 8860, 8792, 8183, 8038, 7489, 8415, 8827, 7940, 8167, 7164, 8185, 8668, 8028, 8747, 12405, 8078, 7998, 8100, 8480, 11491, 8477, 9104, 7413, 8594, 9471, 8484, 8847, 7298, 8973, 10440, 8484, 8126, 6930, 8570, 9227, 7575, 8812, 7549, 8418, 8445, 7985, 8876, 11397, 8657, 8629, 8356, 9043, 13700, 9069, 9920, 8421, 8736, 9239, 8204, 8466, 8205, 9172, 8818, 8407, 8122, 8872, 8748, 10700, 7905, 8917, 8701, 8375, 12078, 9262, 8468, 7890, 8533, 7561, 8960, 11828, 10210, 9085, 9539, 8466, 9078, 9074, 8418, 8668, 9883, 8561, 8591, 7002, 8672, 11140, 9470, 8825, 12725, 8812, 8405, 10263, 8645, 9838, 8842, 9024, 13619, 9963, 9166, 8103, 8653, 9269, 8646, 9115, 10822, 8701, 8806, 8660, 9044, 10384, 8794, 8606, 9511, 8686, 8515, 8926, 8091, 9256, 8830, 8351, 8695, 8437, 8418, 8206, 7493, 8913, 10073, 8918, 8343, 8874, 8566, 9339, 8666, 9275, 7823, 8796, 7698, 9247, 7879, 8128, 8840, 11923, 9030, 8765, 8650, 8236, 8820, 8769, 11074, 9067, 8177, 8977, 8697, 12138, 8992, 10700, 9545, 8506, 7679, 8545, 8225, 8921, 8821, 12998, 8244, 8134, 8083, 8344, 11595, 8976, 8901, 8757, 8247, 8731, 8186, 8344, 7084, 9027, 8605, 8142, 8069, 7462, 8494, 9364, 8256, 8727, 8116, 8640, 11225, 8400, 9494, 9487, 8963, 10088, 7730, 8163, 8383, 8439, 8888, 8561, 8559, 8780, 8573, 8178, 7077, 8489, 8811, 7700, 8790, 7180, 8513, 9129, 7779, 8516, 11787, 8980, 8405, 7734, 8467, 10110, 7925, 8343, 10975, 8521, 8566, 8210, 7982, 8744, 8392, 8745, 7149, 9152, 8240, 8569, 8478, 8978, 8679, 9817, 9073, 8822, 9004, 9037, 8395, 8141, 8328, 9368, 8599, 8367, 7731, 8490, 10376, 8028, 8491, 11296, 9205, 9076, 8631, 8284, 9829, 9163, 8972, 7391, 8938, 8606, 8354, 8244, 8012, 8137, 9378, 8381, 8571, 7689, 8831, 9100, 8396, 8452, 11621, 9029, 9168, 8264, 7944, 7118, 8398, 8358, 8451, 8669, 12429, 8014, 9027, 8469, 8329, 10531, 8522, 8664, 7832, 7926, 7075, 8637, 8527, 8606, 8656, 12869, 8347, 9346, 8659, 8456, 10750, 8923, 8486, 7197, 8409, 8481, 8244, 8787, 10890, 8715, 8892, 8349, 8095, 12836, 8424, 9390, 8003, 8151, 9033, 8167, 8308, 12306, 8609, 8854, 8807, 7961, 8247, 7937, 8250, 8823, 8867, 9029, 7173, 8179, 11101, 7665, 8999, 7425, 8814, 8634, 8308, 8324, 7091, 8484, 9218, 8066, 8295, 8428, 8542, 10374, 8485, 8682, 13543, 9148, 9626, 8432, 8104, 9380, 8305, 8136, 7224, 8860, 9316, 7812, 7862, 7047, 8233, 8511, 8439, 8547, 11844, 8252, 8789, 8114, 8049, 8610, 8216, 8348, 7408, 8153, 8151, 8010, 8698, 7095, 8997, 8382, 8601, 9462, 8530, 8390, 11864, 9070, 7888, 8581, 8024, 13282, 8640, 11028, 8760, 7778, 7450, 8217, 9998, 7919, 8441, 9010, 8205, 8871, 7957, 8078, 10196, 8189, 8073, 7587, 8221, 10146, 8309, 8952, 8343, 8575, 9529, 8300, 8208, 8239, 8190, 9487, 8145, 8592, 8303, 8311, 8675, 7867, 8528, 8641, 8304, 8814, 8073, 8181, 7145, 8060, 8873, 7392, 8533, 10760, 7942, 8515, 7321, 7940, 9130, 8068, 8212, 7697, 7969, 8612, 7694, 8383, 12492, 8858, 9183, 8275, 8282, 11562, 7872, 8982, 8738, 8321, 9135, 8097, 7931, 7572, 7952, 8545, 8039, 8708, 11004, 7918, 9319, 7192], 'WindowCenter': [4305.0, 4310.0, 4335.0, 4304.0, 4312.0, 4279.0, 4267.0, 4303.0, 4253.0, 4252.0, 4291.0, 4270.0, 4273.0, 4241.0, 4262.0, 4248.0, 4238.0, 4250.0, 4259.0, 4271.0, 4261.0, 4240.0, 4252.0, 4229.0, 4262.0, 4252.0, 4240.0, 4274.0, 4252.0, 4263.0, 4252.0, 4260.0, 4262.0, 4241.0, 4263.0, 4276.0, 4242.0, 4275.0, 4274.0, 4275.0, 4274.0, 4254.0, 4287.0, 4278.0, 4267.0, 4274.0, 4265.0, 4287.0, 4256.0, 4279.0, 4310.0, 4256.0, 4288.0, 4265.0, 4276.0, 4288.0, 4236.0, 4299.0, 4299.0, 4257.0, 4289.0, 4245.0, 4288.0, 4287.0, 4267.0, 4301.0, 4277.0, 4278.0, 4288.0, 4256.0, 4288.0, 4279.0, 4281.0, 4313.0, 4281.0, 4289.0, 4278.0, 4291.0, 4312.0, 4314.0, 4282.0, 4325.0, 4358.0, 4312.0, 4302.0, 4278.0, 4287.0, 4286.0, 4235.0, 4291.0, 4299.0, 4256.0, 4288.0, 4233.0, 4274.0, 4274.0, 4242.0, 4287.0, 4285.0, 4276.0, 4286.0, 4265.0, 4276.0, 4243.0, 4255.0, 4288.0, 4257.0, 4288.0, 4277.0, 4246.0, 4287.0, 4286.0, 4277.0, 4299.0, 4257.0, 4289.0, 4268.0, 4268.0, 4299.0, 4275.0, 4286.0, 4275.0, 4267.0, 4288.0, 4286.0, 4279.0, 4275.0, 4247.0, 4286.0, 4286.0, 4276.0, 4286.0, 4254.0, 4285.0, 4264.0, 4256.0, 4287.0, 4274.0, 4277.0, 4288.0, 4255.0, 4286.0, 4274.0, 4245.0, 4285.0, 4265.0, 4276.0, 4298.0, 4256.0, 4286.0, 4264.0, 4255.0, 4286.0, 4264.0, 4277.0, 4297.0, 4255.0, 4288.0, 4277.0, 4256.0, 4298.0, 4245.0, 4288.0, 4309.0, 4258.0, 4289.0, 4286.0, 4286.0, 4286.0, 4244.0, 4287.0, 4285.0, 4245.0, 4288.0, 4244.0, 4286.0, 4287.0, 4267.0, 4298.0, 4276.0, 4258.0, 4286.0, 4234.0, 4286.0, 4287.0, 4258.0, 4290.0, 4287.0, 4269.0, 4299.0, 4245.0, 4280.0, 4288.0, 4259.0, 4300.0, 4299.0, 4289.0, 4288.0, 4248.0, 4299.0, 4298.0, 4293.0, 4311.0, 4278.0, 4299.0, 4296.0, 4267.0, 4298.0, 4254.0, 4299.0, 4287.0, 4256.0, 4286.0, 4234.0, 4285.0, 4296.0, 4265.0, 4298.0, 4298.0, 4279.0, 4276.0, 4256.0, 4275.0, 4276.0, 4289.0, 4297.0, 4286.0, 4288.0, 4265.0, 4287.0, 4298.0, 4247.0, 4300.0, 4287.0, 4257.0, 4288.0, 4255.0, 4286.0, 4286.0, 4287.0, 4297.0, 4277.0, 4277.0, 4285.0, 4222.0, 4283.0, 4295.0, 4267.0, 4287.0, 4275.0, 4276.0, 4276.0, 4264.0, 4284.0, 4265.0, 4256.0, 4286.0, 4264.0, 4285.0, 4285.0, 4243.0, 4284.0, 4276.0, 4257.0, 4297.0, 4277.0, 4276.0, 4286.0, 4253.0, 4287.0, 4286.0, 4268.0, 4287.0, 4247.0, 4287.0, 4276.0, 4244.0, 4287.0, 4286.0, 4287.0, 4288.0, 4266.0, 4287.0, 4286.0, 4285.0, 4311.0, 4257.0, 4287.0, 4265.0, 4277.0, 4297.0, 4235.0, 4298.0, 4287.0, 4267.0, 4286.0, 4265.0, 4296.0, 4275.0, 4269.0, 4297.0, 4256.0, 4287.0, 4276.0, 4256.0, 4286.0, 4285.0, 4300.0, 4298.0, 4275.0, 4287.0, 4281.0, 4285.0, 4276.0, 4255.0, 4297.0, 4276.0, 4266.0, 4275.0, 4233.0, 4275.0, 4285.0, 4275.0, 4285.0, 4264.0, 4275.0, 4275.0, 4243.0, 4276.0, 4265.0, 4298.0, 4286.0, 4254.0, 4286.0, 4276.0, 4255.0, 4288.0, 4276.0, 4287.0, 4311.0, 4301.0, 4281.0, 4288.0, 4261.0, 4282.0, 4281.0, 4261.0, 4270.0, 4261.0, 4269.0, 4309.0, 4259.0, 4292.0, 4271.0, 4272.0, 4281.0, 4262.0, 4272.0, 4268.0, 4260.0, 4315.0, 4262.0, 4281.0, 4310.0, 4258.0, 4279.0, 4257.0, 4258.0, 4279.0, 4258.0, 4258.0, 4238.0, 4257.0, 4266.0, 4246.0, 4259.0, 4280.0, 4270.0, 4267.0, 4260.0, 4249.0, 4237.0, 4259.0, 4299.0, 4260.0, 4282.0, 4268.0, 4260.0, 4247.0, 4236.0, 4259.0, 4269.0, 4271.0, 4271.0, 4239.0, 4270.0, 4270.0, 4260.0, 4284.0, 4311.0, 4261.0, 4258.0, 4259.0, 4271.0, 4298.0, 4273.0, 4283.0, 4250.0, 4270.0, 4279.0, 4269.0, 4280.0, 4251.0, 4281.0, 4287.0, 4269.0, 4259.0, 4227.0, 4268.0, 4277.0, 4261.0, 4280.0, 4248.0, 4270.0, 4258.0, 4259.0, 4283.0, 4310.0, 4271.0, 4268.0, 4268.0, 4281.0, 4320.0, 4283.0, 4290.0, 4260.0, 4270.0, 4268.0, 4259.0, 4259.0, 4269.0, 4281.0, 4280.0, 4270.0, 4260.0, 4268.0, 4269.0, 4300.0, 4259.0, 4281.0, 4268.0, 4271.0, 4323.0, 4293.0, 4283.0, 4261.0, 4269.0, 4246.0, 4268.0, 4297.0, 4275.0, 4255.0, 4276.0, 4256.0, 4268.0, 4269.0, 4269.0, 4271.0, 4289.0, 4269.0, 4257.0, 4224.0, 4256.0, 4286.0, 4266.0, 4268.0, 4308.0, 4268.0, 4256.0, 4274.0, 4255.0, 4263.0, 4251.0, 4254.0, 4293.0, 4262.0, 4252.0, 4219.0, 4241.0, 4249.0, 4240.0, 4253.0, 4271.0, 4242.0, 4241.0, 4241.0, 4253.0, 4262.0, 4254.0, 4252.0, 4263.0, 4253.0, 4242.0, 4254.0, 4242.0, 4265.0, 4267.0, 4245.0, 4257.0, 4245.0, 4255.0, 4257.0, 4235.0, 4280.0, 4278.0, 4268.0, 4258.0, 4266.0, 4267.0, 4267.0, 4267.0, 4280.0, 4246.0, 4269.0, 4247.0, 4278.0, 4258.0, 4259.0, 4280.0, 4309.0, 4269.0, 4268.0, 4269.0, 4259.0, 4267.0, 4270.0, 4301.0, 4281.0, 4271.0, 4269.0, 4268.0, 4297.0, 4269.0, 4300.0, 4289.0, 4271.0, 4248.0, 4269.0, 4258.0, 4268.0, 4280.0, 4320.0, 4259.0, 4259.0, 4259.0, 4271.0, 4298.0, 4281.0, 4282.0, 4270.0, 4272.0, 4268.0, 4271.0, 4270.0, 4240.0, 4293.0, 4281.0, 4272.0, 4271.0, 4250.0, 4270.0, 4279.0, 4272.0, 4271.0, 4260.0, 4272.0, 4299.0, 4260.0, 4280.0, 4278.0, 4282.0, 4289.0, 4249.0, 4259.0, 4256.0, 4258.0, 4268.0, 4271.0, 4271.0, 4268.0, 4269.0, 4259.0, 4236.0, 4269.0, 4267.0, 4262.0, 4281.0, 4240.0, 4269.0, 4279.0, 4247.0, 4267.0, 4310.0, 4281.0, 4270.0, 4249.0, 4259.0, 4277.0, 4247.0, 4258.0, 4298.0, 4268.0, 4269.0, 4270.0, 4261.0, 4269.0, 4259.0, 4280.0, 4250.0, 4281.0, 4271.0, 4271.0, 4271.0, 4268.0, 4269.0, 4292.0, 4281.0, 4282.0, 4280.0, 4281.0, 4260.0, 4247.0, 4259.0, 4280.0, 4271.0, 4260.0, 4248.0, 4268.0, 4288.0, 4246.0, 4269.0, 4300.0, 4280.0, 4269.0, 4269.0, 4259.0, 4277.0, 4279.0, 4279.0, 4250.0, 4280.0, 4270.0, 4271.0, 4258.0, 4258.0, 4260.0, 4281.0, 4271.0, 4270.0, 4250.0, 4280.0, 4268.0, 4258.0, 4260.0, 4309.0, 4280.0, 4279.0, 4271.0, 4259.0, 4237.0, 4259.0, 4258.0, 4271.0, 4280.0, 4309.0, 4259.0, 4268.0, 4258.0, 4258.0, 4288.0, 4269.0, 4268.0, 4249.0, 4259.0, 4236.0, 4269.0, 4268.0, 4270.0, 4270.0, 4307.0, 4258.0, 4266.0, 4255.0, 4257.0, 4285.0, 4280.0, 4269.0, 4238.0, 4258.0, 4256.0, 4258.0, 4279.0, 4299.0, 4268.0, 4280.0, 4257.0, 4258.0, 4307.0, 4269.0, 4280.0, 4246.0, 4259.0, 4266.0, 4256.0, 4257.0, 4297.0, 4270.0, 4268.0, 4268.0, 4259.0, 4256.0, 4258.0, 4258.0, 4279.0, 4280.0, 4278.0, 4239.0, 4270.0, 4298.0, 4249.0, 4281.0, 4249.0, 4280.0, 4270.0, 4270.0, 4270.0, 4238.0, 4269.0, 4280.0, 4262.0, 4271.0, 4270.0, 4271.0, 4289.0, 4268.0, 4270.0, 4308.0, 4279.0, 4280.0, 4256.0, 4248.0, 4266.0, 4255.0, 4258.0, 4236.0, 4279.0, 4267.0, 4249.0, 4247.0, 4225.0, 4257.0, 4257.0, 4269.0, 4270.0, 4298.0, 4259.0, 4267.0, 4247.0, 4258.0, 4267.0, 4270.0, 4269.0, 4248.0, 4260.0, 4258.0, 4259.0, 4281.0, 4250.0, 4282.0, 4271.0, 4271.0, 4291.0, 4268.0, 4270.0, 4311.0, 4270.0, 4261.0, 4270.0, 4260.0, 4307.0, 4271.0, 4301.0, 4268.0, 4260.0, 4248.0, 4270.0, 4289.0, 4260.0, 4272.0, 4280.0, 4274.0, 4281.0, 4258.0, 4261.0, 4290.0, 4272.0, 4260.0, 4250.0, 4259.0, 4278.0, 4258.0, 4269.0, 4270.0, 4271.0, 4279.0, 4260.0, 4258.0, 4257.0, 4258.0, 4278.0, 4261.0, 4268.0, 4258.0, 4259.0, 4256.0, 4258.0, 4269.0, 4269.0, 4268.0, 4268.0, 4260.0, 4259.0, 4226.0, 4258.0, 4268.0, 4249.0, 4270.0, 4288.0, 4260.0, 4268.0, 4237.0, 4259.0, 4279.0, 4260.0, 4270.0, 4247.0, 4260.0, 4268.0, 4249.0, 4268.0, 4309.0, 4280.0, 4279.0, 4270.0, 4259.0, 4296.0, 4248.0, 4268.0, 4269.0, 4269.0, 4268.0, 4259.0, 4248.0, 4236.0, 4248.0, 4268.0, 4260.0, 4269.0, 4298.0, 4259.0, 4267.0, 4225.0], 'WindowWidth': [9540.0, 9536.0, 9558.0, 9514.0, 9521.0, 9468.0, 9448.0, 9490.0, 9420.0, 9420.0, 9467.0, 9441.0, 9450.0, 9400.0, 9431.0, 9406.0, 9393.0, 9412.0, 9420.0, 9443.0, 9431.0, 9398.0, 9418.0, 9381.0, 9428.0, 9417.0, 9400.0, 9451.0, 9419.0, 9433.0, 9419.0, 9426.0, 9433.0, 9402.0, 9435.0, 9456.0, 9406.0, 9454.0, 9450.0, 9453.0, 9453.0, 9422.0, 9474.0, 9464.0, 9447.0, 9453.0, 9440.0, 9473.0, 9429.0, 9468.0, 9513.0, 9434.0, 9477.0, 9442.0, 9460.0, 9477.0, 9406.0, 9495.0, 9494.0, 9434.0, 9479.0, 9416.0, 9478.0, 9476.0, 9448.0, 9500.0, 9461.0, 9464.0, 9476.0, 9432.0, 9478.0, 9466.0, 9473.0, 9521.0, 9475.0, 9480.0, 9465.0, 9491.0, 9519.0, 9524.0, 9480.0, 9540.0, 9596.0, 9519.0, 9503.0, 9462.0, 9474.0, 9472.0, 9403.0, 9484.0, 9494.0, 9431.0, 9474.0, 9396.0, 9452.0, 9450.0, 9407.0, 9473.0, 9468.0, 9458.0, 9469.0, 9441.0, 9458.0, 9410.0, 9429.0, 9478.0, 9436.0, 9476.0, 9461.0, 9419.0, 9475.0, 9471.0, 9462.0, 9496.0, 9438.0, 9480.0, 9449.0, 9449.0, 9492.0, 9455.0, 9470.0, 9457.0, 9449.0, 9478.0, 9473.0, 9464.0, 9455.0, 9422.0, 9472.0, 9468.0, 9458.0, 9474.0, 9425.0, 9469.0, 9438.0, 9430.0, 9472.0, 9453.0, 9460.0, 9477.0, 9427.0, 9471.0, 9451.0, 9415.0, 9468.0, 9441.0, 9460.0, 9492.0, 9432.0, 9472.0, 9441.0, 9429.0, 9471.0, 9439.0, 9462.0, 9492.0, 9431.0, 9478.0, 9461.0, 9434.0, 9492.0, 9418.0, 9482.0, 9510.0, 9439.0, 9484.0, 9473.0, 9472.0, 9474.0, 9414.0, 9477.0, 9472.0, 9418.0, 9475.0, 9412.0, 9472.0, 9474.0, 9448.0, 9494.0, 9461.0, 9439.0, 9473.0, 9402.0, 9472.0, 9475.0, 9438.0, 9487.0, 9476.0, 9454.0, 9493.0, 9418.0, 9470.0, 9478.0, 9443.0, 9501.0, 9494.0, 9481.0, 9477.0, 9425.0, 9495.0, 9491.0, 9493.0, 9515.0, 9466.0, 9494.0, 9486.0, 9447.0, 9489.0, 9427.0, 9497.0, 9476.0, 9434.0, 9474.0, 9401.0, 9470.0, 9488.0, 9444.0, 9492.0, 9490.0, 9466.0, 9457.0, 9431.0, 9458.0, 9460.0, 9484.0, 9489.0, 9473.0, 9477.0, 9444.0, 9478.0, 9492.0, 9425.0, 9496.0, 9476.0, 9436.0, 9477.0, 9429.0, 9471.0, 9474.0, 9479.0, 9489.0, 9461.0, 9460.0, 9468.0, 9381.0, 9464.0, 9481.0, 9450.0, 9476.0, 9455.0, 9458.0, 9456.0, 9438.0, 9466.0, 9441.0, 9433.0, 9474.0, 9440.0, 9467.0, 9469.0, 9409.0, 9467.0, 9459.0, 9438.0, 9489.0, 9462.0, 9459.0, 9472.0, 9424.0, 9473.0, 9474.0, 9454.0, 9475.0, 9421.0, 9472.0, 9457.0, 9414.0, 9474.0, 9472.0, 9474.0, 9478.0, 9446.0, 9476.0, 9471.0, 9471.0, 9514.0, 9436.0, 9475.0, 9443.0, 9461.0, 9486.0, 9402.0, 9494.0, 9477.0, 9449.0, 9473.0, 9444.0, 9487.0, 9457.0, 9456.0, 9491.0, 9432.0, 9476.0, 9458.0, 9432.0, 9473.0, 9472.0, 9498.0, 9491.0, 9457.0, 9475.0, 9461.0, 9469.0, 9457.0, 9430.0, 9491.0, 9459.0, 9445.0, 9456.0, 9395.0, 9455.0, 9468.0, 9457.0, 9469.0, 9438.0, 9453.0, 9453.0, 9411.0, 9457.0, 9443.0, 9492.0, 9473.0, 9428.0, 9472.0, 9458.0, 9430.0, 9476.0, 9459.0, 9476.0, 9517.0, 9502.0, 9474.0, 9479.0, 9450.0, 9478.0, 9472.0, 9447.0, 9456.0, 9444.0, 9454.0, 9505.0, 9443.0, 9490.0, 9464.0, 9463.0, 9474.0, 9447.0, 9460.0, 9449.0, 9442.0, 9529.0, 9448.0, 9473.0, 9510.0, 9438.0, 9465.0, 9431.0, 9435.0, 9465.0, 9436.0, 9436.0, 9409.0, 9433.0, 9442.0, 9418.0, 9440.0, 9469.0, 9457.0, 9450.0, 9443.0, 9427.0, 9407.0, 9439.0, 9492.0, 9443.0, 9475.0, 9451.0, 9441.0, 9421.0, 9405.0, 9439.0, 9454.0, 9462.0, 9462.0, 9413.0, 9457.0, 9454.0, 9442.0, 9482.0, 9512.0, 9446.0, 9438.0, 9438.0, 9457.0, 9490.0, 9465.0, 9478.0, 9429.0, 9457.0, 9466.0, 9453.0, 9470.0, 9433.0, 9472.0, 9475.0, 9452.0, 9438.0, 9392.0, 9449.0, 9462.0, 9445.0, 9469.0, 9425.0, 9454.0, 9438.0, 9438.0, 9479.0, 9510.0, 9458.0, 9451.0, 9452.0, 9472.0, 9523.0, 9479.0, 9483.0, 9440.0, 9455.0, 9448.0, 9438.0, 9441.0, 9455.0, 9472.0, 9468.0, 9455.0, 9443.0, 9450.0, 9455.0, 9498.0, 9440.0, 9470.0, 9449.0, 9460.0, 9533.0, 9492.0, 9482.0, 9445.0, 9454.0, 9415.0, 9448.0, 9487.0, 9451.0, 9427.0, 9456.0, 9429.0, 9450.0, 9454.0, 9454.0, 9459.0, 9478.0, 9452.0, 9433.0, 9384.0, 9430.0, 9471.0, 9440.0, 9450.0, 9501.0, 9448.0, 9430.0, 9449.0, 9424.0, 9433.0, 9414.0, 9425.0, 9471.0, 9430.0, 9415.0, 9367.0, 9398.0, 9408.0, 9399.0, 9421.0, 9440.0, 9404.0, 9398.0, 9400.0, 9417.0, 9430.0, 9423.0, 9418.0, 9433.0, 9421.0, 9404.0, 9422.0, 9406.0, 9442.0, 9448.0, 9413.0, 9431.0, 9413.0, 9427.0, 9432.0, 9401.0, 9468.0, 9464.0, 9449.0, 9435.0, 9443.0, 9447.0, 9445.0, 9448.0, 9470.0, 9417.0, 9453.0, 9419.0, 9463.0, 9436.0, 9438.0, 9471.0, 9506.0, 9453.0, 9450.0, 9452.0, 9439.0, 9446.0, 9455.0, 9499.0, 9471.0, 9457.0, 9453.0, 9451.0, 9486.0, 9451.0, 9497.0, 9481.0, 9458.0, 9424.0, 9452.0, 9437.0, 9447.0, 9469.0, 9522.0, 9440.0, 9439.0, 9439.0, 9458.0, 9490.0, 9474.0, 9477.0, 9454.0, 9460.0, 9450.0, 9457.0, 9456.0, 9417.0, 9494.0, 9472.0, 9462.0, 9459.0, 9428.0, 9457.0, 9466.0, 9464.0, 9459.0, 9444.0, 9460.0, 9492.0, 9441.0, 9469.0, 9464.0, 9474.0, 9480.0, 9427.0, 9439.0, 9429.0, 9435.0, 9450.0, 9459.0, 9459.0, 9450.0, 9453.0, 9438.0, 9403.0, 9451.0, 9449.0, 9451.0, 9474.0, 9417.0, 9453.0, 9465.0, 9421.0, 9449.0, 9510.0, 9472.0, 9455.0, 9427.0, 9437.0, 9459.0, 9418.0, 9436.0, 9491.0, 9451.0, 9454.0, 9457.0, 9445.0, 9451.0, 9439.0, 9471.0, 9432.0, 9472.0, 9460.0, 9459.0, 9459.0, 9449.0, 9453.0, 9487.0, 9473.0, 9474.0, 9468.0, 9470.0, 9440.0, 9420.0, 9440.0, 9468.0, 9458.0, 9441.0, 9426.0, 9450.0, 9474.0, 9418.0, 9451.0, 9498.0, 9469.0, 9452.0, 9450.0, 9439.0, 9460.0, 9463.0, 9468.0, 9430.0, 9469.0, 9455.0, 9457.0, 9437.0, 9436.0, 9442.0, 9471.0, 9458.0, 9455.0, 9429.0, 9469.0, 9450.0, 9437.0, 9441.0, 9508.0, 9471.0, 9466.0, 9458.0, 9440.0, 9407.0, 9439.0, 9437.0, 9458.0, 9471.0, 9505.0, 9440.0, 9449.0, 9435.0, 9436.0, 9474.0, 9456.0, 9451.0, 9424.0, 9439.0, 9403.0, 9450.0, 9449.0, 9455.0, 9454.0, 9499.0, 9437.0, 9443.0, 9426.0, 9433.0, 9467.0, 9470.0, 9453.0, 9409.0, 9436.0, 9430.0, 9435.0, 9469.0, 9494.0, 9451.0, 9469.0, 9434.0, 9437.0, 9499.0, 9454.0, 9470.0, 9418.0, 9439.0, 9442.0, 9431.0, 9434.0, 9487.0, 9456.0, 9449.0, 9450.0, 9437.0, 9430.0, 9434.0, 9436.0, 9467.0, 9467.0, 9464.0, 9412.0, 9454.0, 9488.0, 9426.0, 9470.0, 9429.0, 9471.0, 9456.0, 9456.0, 9456.0, 9409.0, 9452.0, 9467.0, 9449.0, 9460.0, 9456.0, 9456.0, 9477.0, 9449.0, 9453.0, 9503.0, 9465.0, 9468.0, 9429.0, 9421.0, 9441.0, 9429.0, 9435.0, 9404.0, 9467.0, 9446.0, 9424.0, 9418.0, 9387.0, 9433.0, 9433.0, 9453.0, 9456.0, 9488.0, 9440.0, 9448.0, 9417.0, 9435.0, 9446.0, 9457.0, 9453.0, 9425.0, 9443.0, 9437.0, 9439.0, 9472.0, 9430.0, 9476.0, 9459.0, 9460.0, 9484.0, 9449.0, 9457.0, 9511.0, 9454.0, 9444.0, 9453.0, 9442.0, 9501.0, 9458.0, 9498.0, 9450.0, 9444.0, 9422.0, 9454.0, 9479.0, 9443.0, 9462.0, 9469.0, 9468.0, 9472.0, 9437.0, 9443.0, 9483.0, 9461.0, 9442.0, 9427.0, 9437.0, 9461.0, 9435.0, 9451.0, 9456.0, 9460.0, 9465.0, 9440.0, 9436.0, 9432.0, 9436.0, 9463.0, 9445.0, 9451.0, 9436.0, 9437.0, 9430.0, 9434.0, 9450.0, 9453.0, 9451.0, 9449.0, 9441.0, 9437.0, 9391.0, 9436.0, 9447.0, 9429.0, 9456.0, 9476.0, 9441.0, 9449.0, 9406.0, 9440.0, 9464.0, 9444.0, 9456.0, 9422.0, 9443.0, 9449.0, 9424.0, 9451.0, 9507.0, 9468.0, 9466.0, 9453.0, 9438.0, 9482.0, 9421.0, 9450.0, 9453.0, 9453.0, 9447.0, 9439.0, 9421.0, 9403.0, 9421.0, 9448.0, 9444.0, 9454.0, 9490.0, 9438.0, 9446.0, 9387.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.00964080459770115</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05814106517241379</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.945323364568495</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.08331107306099</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9426184514499432</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4731</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5390.3433</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0989118697265447</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.839080459770115</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.526568827707265</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4597651231728115</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8543006592208964</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.265640700728086</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00398142</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014957433566451073</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023491859436035156</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8392096490147654</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>21.1932</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5343</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.6312</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302834.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>856.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.9643</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1117</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>586.5438</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3474.751</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3671.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73710.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1163.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4577.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.1799</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.337844874244183</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> |