=== 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-0133 --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-0133",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0133_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0133_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-04/func/sub-0133_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>2b52cdf5af271ccdb4132edb5756f695</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>20:12:17.577500</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.997847, 0.0652106, 0.00693037, -0.0652275, 0.997868, 0.00224575]</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0977736</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4206, -7789, -7225, 202, -152, -107, -11, 68]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>271.681</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ad0f4c61-6b94-4a66-9d9d-cd548eab64ec||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.677151679992676, -0.17500057816505432, 0.018276702612638474, 120.29663848876953], [-0.17495514452457428, 2.677206516265869, 0.007271010894328356, -88.12971496582031], [0.01859368197619915, -0.006025183945894241, 2.6999282836914062, -73.49849700927734], [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': ['201217.577500', '201218.037500', '201218.497500', '201218.957500', '201219.417500', '201219.877500', '201220.337500', '201220.797500', '201221.257500', '201221.717500', '201222.177500', '201222.637500', '201223.097500', '201223.557500', '201224.017500', '201224.477500', '201224.937500', '201225.397500', '201225.857500', '201226.317500', '201226.777500', '201227.237500', '201227.697500', '201228.157500', '201228.617500', '201229.077500', '201229.537500', '201229.997500', '201230.457500', '201230.917500', '201231.377500', '201231.837500', '201232.297500', '201232.757500', '201233.217500', '201233.677500', '201234.137500', '201234.597500', '201235.057500', '201235.517500', '201235.977500', '201236.437500', '201236.897500', '201237.357500', '201237.817500', '201238.277500', '201238.737500', '201239.197500', '201239.657500', '201240.117500', '201240.577500', '201241.037500', '201241.497500', '201241.957500', '201242.417500', '201242.877500', '201243.337500', '201243.797500', '201244.257500', '201244.717500', '201245.177500', '201245.637500', '201246.097500', '201246.557500', '201247.017500', '201247.477500', '201247.937500', '201248.397500', '201248.857500', '201249.317500', '201249.777500', '201250.237500', '201250.697500', '201251.157500', '201251.617500', '201252.077500', '201252.537500', '201252.997500', '201253.457500', '201253.917500', '201254.377500', '201254.837500', '201255.297500', '201255.757500', '201256.217500', '201256.677500', '201257.137500', '201257.597500', '201258.057500', '201258.517500', '201258.977500', '201259.437500', '201259.897500', '201300.357500', '201300.817500', '201301.277500', '201301.737500', '201302.197500', '201302.657500', '201303.117500', '201303.577500', '201304.037500', '201304.497500', '201304.957500', '201305.417500', '201305.877500', '201306.337500', '201306.797500', '201307.257500', '201307.717500', '201308.177500', '201308.637500', '201309.097500', '201309.557500', '201310.017500', '201310.477500', '201310.937500', '201311.397500', '201311.857500', '201312.317500', '201312.777500', '201313.237500', '201313.697500', '201314.157500', '201314.617500', '201315.077500', '201315.537500', '201315.997500', '201316.457500', '201316.917500', '201317.377500', '201317.837500', '201318.297500', '201318.757500', '201319.217500', '201319.677500', '201320.137500', '201320.597500', '201321.057500', '201321.517500', '201321.977500', '201322.437500', '201322.897500', '201323.357500', '201323.817500', '201324.277500', '201324.737500', '201325.197500', '201325.657500', '201326.117500', '201326.577500', '201327.037500', '201327.497500', '201327.957500', '201328.417500', '201328.877500', '201329.337500', '201329.797500', '201330.257500', '201330.717500', '201331.177500', '201331.637500', '201332.097500', '201332.557500', '201333.017500', '201333.477500', '201333.937500', '201334.397500', '201334.857500', '201335.317500', '201335.777500', '201336.237500', '201336.697500', '201337.157500', '201337.617500', '201338.077500', '201338.537500', '201338.997500', '201339.457500', '201339.917500', '201340.377500', '201340.837500', '201341.297500', '201341.757500', '201342.217500', '201342.677500', '201343.137500', '201343.597500', '201344.057500', '201344.517500', '201344.977500', '201345.437500', '201345.897500', '201346.357500', '201346.817500', '201347.277500', '201347.737500', '201348.197500', '201348.657500', '201349.117500', '201349.577500', '201350.037500', '201350.497500', '201350.957500', '201351.417500', '201351.877500', '201352.337500', '201352.797500', '201353.257500', '201353.717500', '201354.177500', '201354.637500', '201355.097500', '201355.557500', '201356.017500', '201356.477500', '201356.937500', '201357.397500', '201357.857500', '201358.317500', '201358.777500', '201359.237500', '201359.697500', '201400.157500', '201400.617500', '201401.077500', '201401.537500', '201401.997500', '201402.457500', '201402.917500', '201403.377500', '201403.837500', '201404.297500', '201404.757500', '201405.217500', '201405.677500', '201406.137500', '201406.597500', '201407.057500', '201407.517500', '201407.977500', '201408.437500', '201408.897500', '201409.357500', '201409.817500', '201410.277500', '201410.737500', '201411.197500', '201411.657500', '201412.117500', '201412.577500', '201413.037500', '201413.497500', '201413.957500', '201414.417500', '201414.877500', '201415.337500', '201415.797500', '201416.257500', '201416.717500', '201417.177500', '201417.637500', '201418.097500', '201418.557500', '201419.017500', '201419.477500', '201419.937500', '201420.397500', '201420.857500', '201421.317500', '201421.777500', '201422.237500', '201422.697500', '201423.157500', '201423.617500', '201424.077500', '201424.537500', '201424.997500', '201425.457500', '201425.917500', '201426.377500', '201426.837500', '201427.297500', '201427.757500', '201428.217500', '201428.677500', '201429.137500', '201429.597500', '201430.057500', '201430.517500', '201430.977500', '201431.437500', '201431.897500', '201432.357500', '201432.817500', '201433.277500', '201433.737500', '201434.197500', '201434.657500', '201435.117500', '201435.577500', '201436.037500', '201436.497500', '201436.957500', '201437.417500', '201437.877500', '201438.337500', '201438.797500', '201439.257500', '201439.717500', '201440.177500', '201440.637500', '201441.097500', '201441.557500', '201442.017500', '201442.477500', '201442.937500', '201443.397500', '201443.857500', '201444.317500', '201444.777500', '201445.237500', '201445.697500', '201446.157500', '201446.617500', '201447.077500', '201447.537500', '201447.997500', '201448.457500', '201448.917500', '201449.377500', '201449.837500', '201450.297500', '201450.757500', '201451.217500', '201451.677500', '201452.137500', '201452.597500', '201453.057500', '201453.517500', '201453.977500', '201454.437500', '201454.897500', '201455.357500', '201455.817500', '201456.277500', '201456.737500', '201457.197500', '201457.657500', '201458.117500', '201458.577500', '201459.037500', '201459.497500', '201459.957500', '201500.417500', '201500.877500', '201501.337500', '201501.797500', '201502.257500', '201502.717500', '201503.177500', '201503.637500', '201504.097500', '201504.557500', '201505.017500', '201505.477500', '201505.937500', '201506.397500', '201506.857500', '201507.317500', '201507.777500', '201508.237500', '201508.697500', '201509.157500', '201509.617500', '201510.077500', '201510.537500', '201510.997500', '201511.457500', '201511.917500', '201512.377500', '201512.837500', '201513.297500', '201513.757500', '201514.217500', '201514.677500', '201515.137500', '201515.597500', '201516.057500', '201516.517500', '201516.977500', '201517.437500', '201517.897500', '201518.357500', '201518.817500', '201519.277500', '201519.737500', '201520.197500', '201520.657500', '201521.117500', '201521.577500', '201522.037500', '201522.497500', '201522.957500', '201523.417500', '201523.877500', '201524.337500', '201524.797500', '201525.257500', '201525.717500', '201526.177500', '201526.637500', '201527.097500', '201527.557500', '201528.017500', '201528.477500', '201528.937500', '201529.397500', '201529.857500', '201530.317500', '201530.777500', '201531.237500', '201531.697500', '201532.157500', '201532.617500', '201533.077500', '201533.537500', '201533.997500', '201534.457500', '201534.917500', '201535.377500', '201535.837500', '201536.297500', '201536.757500', '201537.217500', '201537.677500', '201538.137500', '201538.597500', '201539.057500', '201539.517500', '201539.977500', '201540.437500', '201540.897500', '201541.357500', '201541.817500', '201542.277500', '201542.737500', '201543.197500', '201543.657500', '201544.117500', '201544.577500', '201545.037500', '201545.497500', '201545.957500', '201546.417500', '201546.877500', '201547.337500', '201547.797500', '201548.257500', '201548.717500', '201549.177500', '201549.637500', '201550.097500', '201550.557500', '201551.017500', '201551.477500', '201551.937500', '201552.397500', '201552.857500', '201553.317500', '201553.777500', '201554.237500', '201554.697500', '201555.157500', '201555.617500', '201556.077500', '201556.537500', '201556.997500', '201557.457500', '201557.917500', '201558.377500', '201558.837500', '201559.297500', '201559.757500', '201600.217500', '201600.677500', '201601.137500', '201601.597500', '201602.057500', '201602.517500', '201602.977500', '201603.437500', '201603.897500', '201604.357500', '201604.817500', '201605.277500', '201605.737500', '201606.197500', '201606.657500', '201607.117500', '201607.577500', '201608.037500', '201608.497500', '201608.957500', '201609.417500', '201609.877500', '201610.337500', '201610.797500', '201611.257500', '201611.717500', '201612.177500', '201612.637500', '201613.097500', '201613.557500', '201614.017500', '201614.477500', '201614.937500', '201615.397500', '201615.857500', '201616.317500', '201616.777500', '201617.237500', '201617.697500', '201618.157500', '201618.617500', '201619.077500', '201619.537500', '201619.997500', '201620.457500', '201620.917500', '201621.377500', '201621.837500', '201622.297500', '201622.757500', '201623.217500', '201623.677500', '201624.137500', '201624.597500', '201625.057500', '201625.517500', '201625.977500', '201626.437500', '201626.897500', '201627.357500', '201627.817500', '201628.277500', '201628.737500', '201629.197500', '201629.657500', '201630.117500', '201630.577500', '201631.037500', '201631.497500', '201631.957500', '201632.417500', '201632.877500', '201633.337500', '201633.797500', '201634.257500', '201634.717500', '201635.177500', '201635.637500', '201636.097500', '201636.557500', '201637.017500', '201637.477500', '201637.937500', '201638.397500', '201638.857500', '201639.317500', '201639.777500', '201640.237500', '201640.697500', '201641.157500', '201641.617500', '201642.077500', '201642.537500', '201642.997500', '201643.457500', '201643.917500', '201644.377500', '201644.837500', '201645.297500', '201645.757500', '201646.217500', '201646.677500', '201647.137500', '201647.597500', '201648.057500', '201648.517500', '201648.977500', '201649.437500', '201649.897500', '201650.357500', '201650.817500', '201651.277500', '201651.737500', '201652.197500', '201652.657500', '201653.117500', '201653.577500', '201654.037500', '201654.497500', '201654.957500', '201655.417500', '201655.877500', '201656.337500', '201656.797500', '201657.257500', '201657.717500', '201658.177500', '201658.637500', '201659.097500', '201659.557500', '201700.017500', '201700.477500', '201700.937500', '201701.397500', '201701.857500', '201702.317500', '201702.777500', '201703.237500', '201703.697500', '201704.157500', '201704.617500', '201705.077500', '201705.537500', '201705.997500', '201706.457500', '201706.917500', '201707.377500', '201707.837500', '201708.297500', '201708.757500', '201709.217500', '201709.677500', '201710.137500', '201710.597500', '201711.057500', '201711.517500', '201711.977500', '201712.437500', '201712.897500', '201713.357500', '201713.817500', '201714.277500', '201714.737500', '201715.197500', '201715.657500', '201716.117500', '201716.577500', '201717.037500', '201717.497500', '201717.957500', '201718.417500', '201718.877500', '201719.337500', '201719.797500', '201720.257500', '201720.717500', '201721.177500', '201721.637500', '201722.097500', '201722.557500', '201723.017500', '201723.477500', '201723.937500', '201724.397500', '201724.857500', '201725.317500', '201725.777500', '201726.237500', '201726.697500', '201727.157500', '201727.617500', '201728.077500', '201728.537500', '201728.997500', '201729.457500', '201729.917500', '201730.377500', '201730.837500', '201731.297500', '201731.757500', '201732.217500', '201732.677500', '201733.137500', '201733.597500', '201734.057500', '201734.517500', '201734.977500', '201735.437500', '201735.897500', '201736.357500', '201736.817500', '201737.277500', '201737.737500', '201738.197500', '201738.657500', '201739.117500', '201739.577500', '201740.037500', '201740.497500', '201740.957500', '201741.417500', '201741.877500', '201742.337500', '201742.797500', '201743.257500', '201743.717500', '201744.177500', '201744.637500', '201745.097500', '201745.557500', '201746.017500', '201746.477500', '201746.937500', '201747.397500', '201747.857500', '201748.317500', '201748.777500', '201749.237500', '201749.697500', '201750.157500', '201750.617500', '201751.077500', '201751.537500', '201751.997500', '201752.457500', '201752.917500', '201753.377500', '201753.837500', '201754.297500', '201754.757500', '201755.217500', '201755.677500', '201756.137500', '201756.597500', '201757.057500', '201757.517500', '201757.977500', '201758.437500', '201758.897500', '201759.357500', '201759.817500', '201800.277500', '201800.737500', '201801.197500', '201801.657500', '201802.117500', '201802.577500', '201803.037500', '201803.497500', '201803.957500', '201804.417500', '201804.877500', '201805.337500', '201805.797500', '201806.257500', '201806.717500', '201807.177500', '201807.637500', '201808.097500', '201808.557500', '201809.017500', '201809.477500', '201809.937500', '201810.397500', '201810.857500', '201811.317500', '201811.777500', '201812.237500', '201812.697500', '201813.157500', '201813.617500', '201814.077500', '201814.537500', '201814.997500', '201815.457500', '201815.917500', '201816.377500', '201816.837500', '201817.297500', '201817.757500', '201818.217500', '201818.677500', '201819.137500', '201819.597500', '201820.057500', '201820.517500', '201820.977500', '201821.437500', '201821.897500', '201822.357500', '201822.817500', '201823.277500', '201823.737500', '201824.197500', '201824.657500', '201825.117500', '201825.577500', '201826.037500', '201826.497500', '201826.957500', '201827.417500', '201827.877500', '201828.337500', '201828.797500', '201829.257500', '201829.717500', '201830.177500', '201830.637500', '201831.097500', '201831.557500', '201832.017500', '201832.477500', '201832.937500', '201833.397500', '201833.857500', '201834.317500', '201834.777500', '201835.237500', '201835.697500', '201836.157500', '201836.617500', '201837.077500', '201837.537500', '201837.997500', '201838.457500', '201838.917500', '201839.377500', '201839.837500', '201840.297500', '201840.757500', '201841.217500', '201841.677500', '201842.137500', '201842.597500', '201843.057500', '201843.517500', '201843.977500', '201844.437500', '201844.897500', '201845.357500', '201845.817500', '201846.277500', '201846.737500', '201847.197500', '201847.657500', '201848.117500', '201848.577500', '201849.037500', '201849.497500', '201849.957500', '201850.417500', '201850.877500', '201851.337500', '201851.797500', '201852.257500', '201852.717500', '201853.177500', '201853.637500', '201854.097500', '201854.557500', '201855.017500', '201855.477500', '201855.937500', '201856.397500', '201856.857500', '201857.317500', '201857.777500', '201858.237500'], 'ContentTime': ['201236.761000', '201236.764000', '201236.767000', '201236.770000', '201236.772000', '201236.775000', '201236.777000', '201236.780000', '201236.782000', '201236.785000', '201236.787000', '201236.790000', '201236.792000', '201236.795000', '201236.798000', '201236.800000', '201236.803000', '201236.805000', '201236.808000', '201236.810000', '201236.813000', '201236.816000', '201236.822000', '201236.825000', '201236.827000', '201236.830000', '201236.832000', '201236.835000', '201236.838000', '201236.840000', '201236.843000', '201236.845000', '201236.848000', '201236.850000', '201236.853000', '201236.855000', '201236.858000', '201236.860000', '201236.863000', '201256.733000', '201256.735000', '201256.738000', '201256.741000', '201256.743000', '201256.746000', '201256.748000', '201256.751000', '201256.753000', '201256.756000', '201256.758000', '201256.761000', '201256.769000', '201256.772000', '201256.774000', '201256.777000', '201256.780000', '201256.782000', '201256.785000', '201256.787000', '201256.790000', '201256.792000', '201256.795000', '201256.797000', '201256.800000', '201256.803000', '201256.805000', '201256.808000', '201256.810000', '201256.813000', '201256.815000', '201256.818000', '201256.821000', '201256.823000', '201256.826000', '201256.828000', '201256.831000', '201256.833000', '201256.836000', '201256.838000', '201256.841000', '201256.844000', '201256.846000', '201316.732000', '201316.746000', '201316.749000', '201316.752000', '201316.754000', '201316.757000', '201316.760000', '201316.762000', '201316.765000', '201316.767000', '201316.770000', '201316.772000', '201316.775000', '201316.777000', '201316.780000', '201316.783000', '201316.785000', '201316.788000', '201316.790000', '201316.793000', '201316.795000', '201316.798000', '201316.801000', '201316.803000', '201316.806000', '201316.808000', '201316.811000', '201316.813000', '201316.816000', '201316.819000', '201316.829000', '201316.832000', '201316.834000', '201316.837000', '201316.839000', '201316.842000', '201316.844000', '201316.847000', '201316.849000', '201316.852000', '201316.855000', '201316.857000', '201316.860000', '201316.862000', '201336.732000', '201336.735000', '201336.738000', '201336.740000', '201336.743000', '201336.745000', '201336.748000', '201336.751000', '201336.753000', '201336.756000', '201336.758000', '201336.767000', '201336.769000', '201336.772000', '201336.775000', '201336.777000', '201336.780000', '201336.782000', '201336.785000', '201336.787000', '201336.790000', '201336.792000', '201336.795000', '201336.797000', '201336.800000', '201336.803000', '201336.805000', '201336.808000', '201336.811000', '201336.813000', '201336.816000', '201336.818000', '201336.821000', '201336.823000', '201336.826000', '201336.828000', '201336.831000', '201336.834000', '201336.836000', '201336.839000', '201336.841000', '201336.844000', '201336.846000', '201356.733000', '201356.735000', '201356.738000', '201356.741000', '201356.744000', '201356.747000', '201356.750000', '201356.753000', '201356.755000', '201356.758000', '201356.761000', '201356.763000', '201356.766000', '201356.768000', '201356.771000', '201356.773000', '201356.776000', '201356.779000', '201356.781000', '201356.784000', '201356.786000', '201356.789000', '201356.791000', '201356.794000', '201356.796000', '201356.799000', '201356.802000', '201356.804000', '201356.807000', '201356.809000', '201356.812000', '201356.815000', '201356.817000', '201356.820000', '201356.829000', '201356.831000', '201356.834000', '201356.836000', '201356.839000', '201356.841000', '201356.844000', '201356.847000', '201356.849000', '201416.731000', '201416.734000', '201416.737000', '201416.739000', '201416.742000', '201416.744000', '201416.747000', '201416.750000', '201416.752000', '201416.755000', '201416.757000', '201416.760000', '201416.762000', '201416.765000', '201416.768000', '201416.770000', '201416.773000', '201416.775000', '201416.778000', '201416.780000', '201416.783000', '201416.785000', '201416.788000', '201416.791000', '201416.793000', '201416.796000', '201416.798000', '201416.835000', '201416.838000', '201416.840000', '201416.843000', '201416.846000', '201416.848000', '201416.851000', '201416.853000', '201416.856000', '201416.858000', '201416.863000', '201416.866000', '201416.869000', '201416.871000', '201416.874000', '201416.876000', '201416.879000', '201436.732000', '201436.735000', '201436.738000', '201436.740000', '201436.743000', '201436.745000', '201436.748000', '201436.750000', '201436.753000', '201436.756000', '201436.759000', '201436.762000', '201436.765000', '201436.768000', '201436.771000', '201436.773000', '201436.776000', '201436.778000', '201436.781000', '201436.784000', '201436.787000', '201436.789000', '201436.792000', '201436.795000', '201436.797000', '201436.800000', '201436.803000', '201436.805000', '201436.808000', '201436.810000', '201436.813000', '201436.815000', '201436.818000', '201436.821000', '201436.823000', '201436.826000', '201436.828000', '201436.831000', '201436.833000', '201436.836000', '201436.838000', '201436.841000', '201436.844000', '201456.733000', '201456.735000', '201456.738000', '201456.741000', '201456.743000', '201456.746000', '201456.748000', '201456.751000', '201456.753000', '201456.756000', '201456.759000', '201456.761000', '201456.764000', '201456.766000', '201456.769000', '201456.771000', '201456.774000', '201456.777000', '201456.779000', '201456.782000', '201456.784000', '201456.787000', '201456.789000', '201456.792000', '201456.795000', '201456.797000', '201456.874000', '201456.877000', '201456.879000', '201456.882000', '201456.884000', '201456.887000', '201456.890000', '201456.892000', '201456.895000', '201456.897000', '201456.900000', '201456.902000', '201456.905000', '201456.907000', '201456.924000', '201456.926000', '201456.929000', '201456.932000', '201516.733000', '201516.735000', '201516.743000', '201516.746000', '201516.748000', '201516.751000', '201516.753000', '201516.756000', '201516.758000', '201516.761000', '201516.764000', '201516.766000', '201516.769000', '201516.771000', '201516.774000', '201516.776000', '201516.779000', '201516.782000', '201516.784000', '201516.787000', '201516.789000', '201516.792000', '201516.794000', '201516.797000', '201516.800000', '201516.846000', '201516.848000', '201516.851000', '201516.854000', '201516.856000', '201516.860000', '201516.863000', '201516.870000', '201516.872000', '201516.875000', '201516.878000', '201516.880000', '201516.893000', '201516.896000', '201516.899000', '201516.901000', '201516.904000', '201516.906000', '201536.733000', '201536.735000', '201536.738000', '201536.740000', '201536.743000', '201536.746000', '201536.748000', '201536.751000', '201536.753000', '201536.756000', '201536.758000', '201536.761000', '201536.764000', '201536.766000', '201536.769000', '201536.771000', '201536.774000', '201536.776000', '201536.779000', '201536.782000', '201536.784000', '201536.787000', '201536.789000', '201536.792000', '201536.795000', '201536.797000', '201536.832000', '201536.835000', '201536.838000', '201536.840000', '201536.843000', '201536.845000', '201536.848000', '201536.850000', '201536.853000', '201536.856000', '201536.858000', '201536.861000', '201536.863000', '201536.866000', '201536.868000', '201536.871000', '201536.874000', '201536.876000', '201556.732000', '201556.735000', '201556.738000', '201556.740000', '201556.743000', '201556.745000', '201556.748000', '201556.751000', '201556.753000', '201556.756000', '201556.758000', '201556.761000', '201556.763000', '201556.766000', '201556.769000', '201556.772000', '201556.775000', '201556.778000', '201556.780000', '201556.783000', '201556.786000', '201556.788000', '201556.791000', '201556.793000', '201556.796000', '201556.799000', '201556.842000', '201556.844000', '201556.847000', '201556.849000', '201556.852000', '201556.854000', '201556.857000', '201556.884000', '201556.886000', '201556.889000', '201556.891000', '201556.894000', '201556.896000', '201556.899000', '201556.902000', '201556.904000', '201556.907000', '201616.732000', '201616.735000', '201616.738000', '201616.740000', '201616.743000', '201616.746000', '201616.748000', '201616.751000', '201616.753000', '201616.756000', '201616.759000', '201616.761000', '201616.764000', '201616.766000', '201616.770000', '201616.772000', '201616.775000', '201616.778000', '201616.780000', '201616.783000', '201616.785000', '201616.788000', '201616.791000', '201616.793000', '201616.796000', '201616.799000', '201616.843000', '201616.845000', '201616.848000', '201616.851000', '201616.853000', '201616.856000', '201616.858000', '201616.861000', '201616.863000', '201616.866000', '201616.869000', '201616.871000', '201616.874000', '201616.876000', '201616.879000', '201616.882000', '201616.884000', '201616.887000', '201636.731000', '201636.734000', '201636.737000', '201636.739000', '201636.742000', '201636.753000', '201636.756000', '201636.767000', '201636.769000', '201636.772000', '201636.775000', '201636.778000', '201636.780000', '201636.783000', '201636.785000', '201636.788000', '201636.790000', '201636.793000', '201636.796000', '201636.798000', '201636.809000', '201636.812000', '201636.814000', '201636.817000', '201636.820000', '201636.823000', '201636.826000', '201636.829000', '201636.832000', '201636.835000', '201636.838000', '201636.840000', '201636.843000', '201636.845000', '201636.848000', '201636.859000', '201636.862000', '201636.864000', '201636.867000', '201636.870000', '201636.872000', '201636.875000', '201636.877000', '201656.732000', '201656.735000', '201656.738000', '201656.741000', '201656.743000', '201656.746000', '201656.748000', '201656.751000', '201656.753000', '201656.756000', '201656.759000', '201656.761000', '201656.764000', '201656.766000', '201656.769000', '201656.772000', '201656.774000', '201656.777000', '201656.779000', '201656.782000', '201656.784000', '201656.787000', '201656.790000', '201656.792000', '201656.795000', '201656.797000', '201656.848000', '201656.850000', '201656.853000', '201656.855000', '201656.858000', '201656.860000', '201656.863000', '201656.866000', '201656.868000', '201656.871000', '201656.873000', '201656.876000', '201656.878000', '201656.881000', '201656.884000', '201656.886000', '201656.889000', '201656.891000', '201716.733000', '201716.736000', '201716.738000', '201716.741000', '201716.743000', '201716.746000', '201716.749000', '201716.751000', '201716.754000', '201716.756000', '201716.759000', '201716.771000', '201716.774000', '201716.776000', '201716.779000', '201716.781000', '201716.784000', '201716.787000', '201716.789000', '201716.792000', '201716.794000', '201716.797000', '201716.834000', '201716.836000', '201716.839000', '201716.841000', '201716.844000', '201716.847000', '201716.849000', '201716.852000', '201716.854000', '201716.857000', '201716.860000', '201716.862000', '201716.866000', '201716.870000', '201716.872000', '201716.875000', '201716.878000', '201716.880000', '201716.883000', '201716.885000', '201716.888000', '201736.732000', '201736.735000', '201736.738000', '201736.741000', '201736.743000', '201736.746000', '201736.748000', '201736.751000', '201736.754000', '201736.756000', '201736.759000', '201736.761000', '201736.764000', '201736.767000', '201736.769000', '201736.772000', '201736.775000', '201736.777000', '201736.780000', '201736.782000', '201736.785000', '201736.788000', '201736.790000', '201736.793000', '201736.795000', '201736.798000', '201736.801000', '201736.803000', '201736.806000', '201736.808000', '201736.811000', '201736.814000', '201736.816000', '201736.819000', '201736.821000', '201736.824000', '201736.826000', '201736.829000', '201736.832000', '201736.835000', '201736.837000', '201736.840000', '201736.842000', '201736.845000', '201756.733000', '201756.736000', '201756.738000', '201756.741000', '201756.743000', '201756.746000', '201756.749000', '201756.751000', '201756.754000', '201756.756000', '201756.759000', '201756.761000', '201756.764000', '201756.767000', '201756.769000', '201756.772000', '201756.774000', '201756.777000', '201756.780000', '201756.782000', '201756.785000', '201756.787000', '201756.790000', '201756.792000', '201756.795000', '201756.798000', '201756.866000', '201756.868000', '201756.871000', '201756.874000', '201756.876000', '201756.879000', '201756.881000', '201756.884000', '201756.886000', '201756.889000', '201756.892000', '201756.894000', '201756.897000', '201756.899000', '201756.902000', '201756.905000', '201756.907000', '201816.733000', '201816.735000', '201816.738000', '201816.741000', '201816.743000', '201816.746000', '201816.748000', '201816.751000', '201816.754000', '201816.756000', '201816.759000', '201816.761000', '201816.764000', '201816.766000', '201816.769000', '201816.772000', '201816.774000', '201816.777000', '201816.780000', '201816.782000', '201816.785000', '201816.787000', '201816.790000', '201816.793000', '201816.795000', '201816.798000', '201816.849000', '201816.852000', '201816.854000', '201816.857000', '201816.860000', '201816.862000', '201816.865000', '201816.867000', '201816.870000', '201816.873000', '201816.880000', '201816.883000', '201816.886000', '201816.888000', '201816.891000', '201816.893000', '201816.896000', '201816.899000', '201836.733000', '201836.735000', '201836.738000', '201836.741000', '201836.743000', '201836.746000', '201836.748000', '201836.751000', '201836.753000', '201836.756000', '201836.759000', '201836.761000', '201836.764000', '201836.766000', '201836.769000', '201836.772000', '201836.774000', '201836.777000', '201836.779000', '201836.782000', '201836.785000', '201836.788000', '201836.792000', '201836.794000', '201836.797000', '201836.800000', '201836.836000', '201836.839000', '201836.842000', '201836.844000', '201836.847000', '201836.849000', '201836.852000', '201836.854000', '201836.857000', '201836.860000', '201836.863000', '201836.866000', '201836.869000', '201836.872000', '201836.874000', '201836.877000', '201836.879000', '201856.731000', '201856.734000', '201856.737000', '201856.739000', '201856.742000', '201856.744000', '201856.747000', '201856.750000', '201856.752000', '201856.755000', '201856.757000', '201856.760000', '201856.762000', '201856.765000', '201856.768000', '201856.770000', '201856.773000', '201856.775000', '201856.778000', '201856.781000', '201856.783000', '201856.786000', '201856.788000', '201856.791000', '201856.794000', '201856.796000', '201856.799000', '201856.850000', '201856.853000', '201856.855000', '201856.858000', '201856.861000', '201856.863000', '201856.866000', '201856.868000', '201856.871000', '201856.873000', '201856.876000', '201856.879000', '201856.881000', '201856.884000', '201856.886000', '201856.889000', '201856.892000', '201859.852000', '201859.855000', '201859.858000', '201859.861000', '201859.864000', '201859.866000', '201859.869000'], 'InstanceCreationTime': ['201236.761000', '201236.764000', '201236.767000', '201236.770000', '201236.772000', '201236.775000', '201236.777000', '201236.780000', '201236.782000', '201236.785000', '201236.787000', '201236.790000', '201236.792000', '201236.795000', '201236.798000', '201236.800000', '201236.803000', '201236.805000', '201236.808000', '201236.810000', '201236.813000', '201236.816000', '201236.822000', '201236.825000', '201236.827000', '201236.830000', '201236.832000', '201236.835000', '201236.838000', '201236.840000', '201236.843000', '201236.845000', '201236.848000', '201236.850000', '201236.853000', '201236.855000', '201236.858000', '201236.860000', '201236.863000', '201256.733000', '201256.735000', '201256.738000', '201256.741000', '201256.743000', '201256.746000', '201256.748000', '201256.751000', '201256.753000', '201256.756000', '201256.758000', '201256.761000', '201256.769000', '201256.772000', '201256.774000', '201256.777000', '201256.780000', '201256.782000', '201256.785000', '201256.787000', '201256.790000', '201256.792000', '201256.795000', '201256.797000', '201256.800000', '201256.803000', '201256.805000', '201256.808000', '201256.810000', '201256.813000', '201256.815000', '201256.818000', '201256.821000', '201256.823000', '201256.826000', '201256.828000', '201256.831000', '201256.833000', '201256.836000', '201256.838000', '201256.841000', '201256.844000', '201256.846000', '201316.732000', '201316.746000', '201316.749000', '201316.752000', '201316.754000', '201316.757000', '201316.760000', '201316.762000', '201316.765000', '201316.767000', '201316.770000', '201316.772000', '201316.775000', '201316.777000', '201316.780000', '201316.783000', '201316.785000', '201316.788000', '201316.790000', '201316.793000', '201316.795000', '201316.798000', '201316.801000', '201316.803000', '201316.806000', '201316.808000', '201316.811000', '201316.813000', '201316.816000', '201316.819000', '201316.829000', '201316.832000', '201316.834000', '201316.837000', '201316.839000', '201316.842000', '201316.844000', '201316.847000', '201316.849000', '201316.852000', '201316.855000', '201316.857000', '201316.860000', '201316.862000', '201336.732000', '201336.735000', '201336.738000', '201336.740000', '201336.743000', '201336.745000', '201336.748000', '201336.751000', '201336.753000', '201336.756000', '201336.758000', '201336.767000', '201336.769000', '201336.772000', '201336.775000', '201336.777000', '201336.780000', '201336.782000', '201336.785000', '201336.787000', '201336.790000', '201336.792000', '201336.795000', '201336.797000', '201336.800000', '201336.803000', '201336.805000', '201336.808000', '201336.811000', '201336.813000', '201336.816000', '201336.818000', '201336.821000', '201336.823000', '201336.826000', '201336.828000', '201336.831000', '201336.834000', '201336.836000', '201336.839000', '201336.841000', '201336.844000', '201336.846000', '201356.733000', '201356.735000', '201356.738000', '201356.741000', '201356.744000', '201356.747000', '201356.750000', '201356.753000', '201356.755000', '201356.758000', '201356.761000', '201356.763000', '201356.766000', '201356.768000', '201356.771000', '201356.773000', '201356.776000', '201356.779000', '201356.781000', '201356.784000', '201356.786000', '201356.789000', '201356.791000', '201356.794000', '201356.796000', '201356.799000', '201356.802000', '201356.804000', '201356.807000', '201356.809000', '201356.812000', '201356.815000', '201356.817000', '201356.820000', '201356.829000', '201356.831000', '201356.834000', '201356.836000', '201356.839000', '201356.841000', '201356.844000', '201356.847000', '201356.849000', '201416.731000', '201416.734000', '201416.737000', '201416.739000', '201416.742000', '201416.744000', '201416.747000', '201416.750000', '201416.752000', '201416.755000', '201416.757000', '201416.760000', '201416.762000', '201416.765000', '201416.768000', '201416.770000', '201416.773000', '201416.775000', '201416.778000', '201416.780000', '201416.783000', '201416.785000', '201416.788000', '201416.791000', '201416.793000', '201416.796000', '201416.798000', '201416.835000', '201416.838000', '201416.840000', '201416.843000', '201416.846000', '201416.848000', '201416.851000', '201416.853000', '201416.856000', '201416.858000', '201416.863000', '201416.866000', '201416.869000', '201416.871000', '201416.874000', '201416.876000', '201416.879000', '201436.732000', '201436.735000', '201436.738000', '201436.740000', '201436.743000', '201436.745000', '201436.748000', '201436.750000', '201436.753000', '201436.756000', '201436.759000', '201436.762000', '201436.765000', '201436.768000', '201436.771000', '201436.773000', '201436.776000', '201436.778000', '201436.781000', '201436.784000', '201436.787000', '201436.789000', '201436.792000', '201436.795000', '201436.797000', '201436.800000', '201436.803000', '201436.805000', '201436.808000', '201436.810000', '201436.813000', '201436.815000', '201436.818000', '201436.821000', '201436.823000', '201436.826000', '201436.828000', '201436.831000', '201436.833000', '201436.836000', '201436.838000', '201436.841000', '201436.844000', '201456.733000', '201456.735000', '201456.738000', '201456.741000', '201456.743000', '201456.746000', '201456.748000', '201456.751000', '201456.753000', '201456.756000', '201456.759000', '201456.761000', '201456.764000', '201456.766000', '201456.769000', '201456.771000', '201456.774000', '201456.777000', '201456.779000', '201456.782000', '201456.784000', '201456.787000', '201456.789000', '201456.792000', '201456.795000', '201456.797000', '201456.874000', '201456.877000', '201456.879000', '201456.882000', '201456.884000', '201456.887000', '201456.890000', '201456.892000', '201456.895000', '201456.897000', '201456.900000', '201456.902000', '201456.905000', '201456.907000', '201456.924000', '201456.926000', '201456.929000', '201456.932000', '201516.733000', '201516.735000', '201516.743000', '201516.746000', '201516.748000', '201516.751000', '201516.753000', '201516.756000', '201516.758000', '201516.761000', '201516.764000', '201516.766000', '201516.769000', '201516.771000', '201516.774000', '201516.776000', '201516.779000', '201516.782000', '201516.784000', '201516.787000', '201516.789000', '201516.792000', '201516.794000', '201516.797000', '201516.800000', '201516.846000', '201516.848000', '201516.851000', '201516.854000', '201516.856000', '201516.860000', '201516.863000', '201516.870000', '201516.872000', '201516.875000', '201516.878000', '201516.880000', '201516.893000', '201516.896000', '201516.899000', '201516.901000', '201516.904000', '201516.906000', '201536.733000', '201536.735000', '201536.738000', '201536.740000', '201536.743000', '201536.746000', '201536.748000', '201536.751000', '201536.753000', '201536.756000', '201536.758000', '201536.761000', '201536.764000', '201536.766000', '201536.769000', '201536.771000', '201536.774000', '201536.776000', '201536.779000', '201536.782000', '201536.784000', '201536.787000', '201536.789000', '201536.792000', '201536.795000', '201536.797000', '201536.832000', '201536.835000', '201536.838000', '201536.840000', '201536.843000', '201536.845000', '201536.848000', '201536.850000', '201536.853000', '201536.856000', '201536.858000', '201536.861000', '201536.863000', '201536.866000', '201536.868000', '201536.871000', '201536.874000', '201536.876000', '201556.732000', '201556.735000', '201556.738000', '201556.740000', '201556.743000', '201556.745000', '201556.748000', '201556.751000', '201556.753000', '201556.756000', '201556.758000', '201556.761000', '201556.763000', '201556.766000', '201556.769000', '201556.772000', '201556.775000', '201556.778000', '201556.780000', '201556.783000', '201556.786000', '201556.788000', '201556.791000', '201556.793000', '201556.796000', '201556.799000', '201556.842000', '201556.844000', '201556.847000', '201556.849000', '201556.852000', '201556.854000', '201556.857000', '201556.884000', '201556.886000', '201556.889000', '201556.891000', '201556.894000', '201556.896000', '201556.899000', '201556.902000', '201556.904000', '201556.907000', '201616.732000', '201616.735000', '201616.738000', '201616.740000', '201616.743000', '201616.746000', '201616.748000', '201616.751000', '201616.753000', '201616.756000', '201616.759000', '201616.761000', '201616.764000', '201616.766000', '201616.770000', '201616.772000', '201616.775000', '201616.778000', '201616.780000', '201616.783000', '201616.785000', '201616.788000', '201616.791000', '201616.793000', '201616.796000', '201616.799000', '201616.843000', '201616.845000', '201616.848000', '201616.851000', '201616.853000', '201616.856000', '201616.858000', '201616.861000', '201616.863000', '201616.866000', '201616.869000', '201616.871000', '201616.874000', '201616.876000', '201616.879000', '201616.882000', '201616.884000', '201616.887000', '201636.731000', '201636.734000', '201636.737000', '201636.739000', '201636.742000', '201636.753000', '201636.756000', '201636.767000', '201636.769000', '201636.772000', '201636.775000', '201636.778000', '201636.780000', '201636.783000', '201636.785000', '201636.788000', '201636.790000', '201636.793000', '201636.796000', '201636.798000', '201636.809000', '201636.812000', '201636.814000', '201636.817000', '201636.820000', '201636.823000', '201636.826000', '201636.829000', '201636.832000', '201636.835000', '201636.838000', '201636.840000', '201636.843000', '201636.845000', '201636.848000', '201636.859000', '201636.862000', '201636.864000', '201636.867000', '201636.870000', '201636.872000', '201636.875000', '201636.877000', '201656.732000', '201656.735000', '201656.738000', '201656.741000', '201656.743000', '201656.746000', '201656.748000', '201656.751000', '201656.753000', '201656.756000', '201656.759000', '201656.761000', '201656.764000', '201656.766000', '201656.769000', '201656.772000', '201656.774000', '201656.777000', '201656.779000', '201656.782000', '201656.784000', '201656.787000', '201656.790000', '201656.792000', '201656.795000', '201656.797000', '201656.848000', '201656.850000', '201656.853000', '201656.855000', '201656.858000', '201656.860000', '201656.863000', '201656.866000', '201656.868000', '201656.871000', '201656.873000', '201656.876000', '201656.878000', '201656.881000', '201656.884000', '201656.886000', '201656.889000', '201656.891000', '201716.733000', '201716.736000', '201716.738000', '201716.741000', '201716.743000', '201716.746000', '201716.749000', '201716.751000', '201716.754000', '201716.756000', '201716.759000', '201716.771000', '201716.774000', '201716.776000', '201716.779000', '201716.781000', '201716.784000', '201716.787000', '201716.789000', '201716.792000', '201716.794000', '201716.797000', '201716.834000', '201716.836000', '201716.839000', '201716.841000', '201716.844000', '201716.847000', '201716.849000', '201716.852000', '201716.854000', '201716.857000', '201716.860000', '201716.862000', '201716.866000', '201716.870000', '201716.872000', '201716.875000', '201716.878000', '201716.880000', '201716.883000', '201716.885000', '201716.888000', '201736.732000', '201736.735000', '201736.738000', '201736.741000', '201736.743000', '201736.746000', '201736.748000', '201736.751000', '201736.754000', '201736.756000', '201736.759000', '201736.761000', '201736.764000', '201736.767000', '201736.769000', '201736.772000', '201736.775000', '201736.777000', '201736.780000', '201736.782000', '201736.785000', '201736.788000', '201736.790000', '201736.793000', '201736.795000', '201736.798000', '201736.801000', '201736.803000', '201736.806000', '201736.808000', '201736.811000', '201736.814000', '201736.816000', '201736.819000', '201736.821000', '201736.824000', '201736.826000', '201736.829000', '201736.832000', '201736.835000', '201736.837000', '201736.840000', '201736.842000', '201736.845000', '201756.733000', '201756.736000', '201756.738000', '201756.741000', '201756.743000', '201756.746000', '201756.749000', '201756.751000', '201756.754000', '201756.756000', '201756.759000', '201756.761000', '201756.764000', '201756.767000', '201756.769000', '201756.772000', '201756.774000', '201756.777000', '201756.780000', '201756.782000', '201756.785000', '201756.787000', '201756.790000', '201756.792000', '201756.795000', '201756.798000', '201756.866000', '201756.868000', '201756.871000', '201756.874000', '201756.876000', '201756.879000', '201756.881000', '201756.884000', '201756.886000', '201756.889000', '201756.892000', '201756.894000', '201756.897000', '201756.899000', '201756.902000', '201756.905000', '201756.907000', '201816.733000', '201816.735000', '201816.738000', '201816.741000', '201816.743000', '201816.746000', '201816.748000', '201816.751000', '201816.754000', '201816.756000', '201816.759000', '201816.761000', '201816.764000', '201816.766000', '201816.769000', '201816.772000', '201816.774000', '201816.777000', '201816.780000', '201816.782000', '201816.785000', '201816.787000', '201816.790000', '201816.793000', '201816.795000', '201816.798000', '201816.849000', '201816.852000', '201816.854000', '201816.857000', '201816.860000', '201816.862000', '201816.865000', '201816.867000', '201816.870000', '201816.873000', '201816.880000', '201816.883000', '201816.886000', '201816.888000', '201816.891000', '201816.893000', '201816.896000', '201816.899000', '201836.733000', '201836.735000', '201836.738000', '201836.741000', '201836.743000', '201836.746000', '201836.748000', '201836.751000', '201836.753000', '201836.756000', '201836.759000', '201836.761000', '201836.764000', '201836.766000', '201836.769000', '201836.772000', '201836.774000', '201836.777000', '201836.779000', '201836.782000', '201836.785000', '201836.788000', '201836.792000', '201836.794000', '201836.797000', '201836.800000', '201836.836000', '201836.839000', '201836.842000', '201836.844000', '201836.847000', '201836.849000', '201836.852000', '201836.854000', '201836.857000', '201836.860000', '201836.863000', '201836.866000', '201836.869000', '201836.872000', '201836.874000', '201836.877000', '201836.879000', '201856.731000', '201856.734000', '201856.737000', '201856.739000', '201856.742000', '201856.744000', '201856.747000', '201856.750000', '201856.752000', '201856.755000', '201856.757000', '201856.760000', '201856.762000', '201856.765000', '201856.768000', '201856.770000', '201856.773000', '201856.775000', '201856.778000', '201856.781000', '201856.783000', '201856.786000', '201856.788000', '201856.791000', '201856.794000', '201856.796000', '201856.799000', '201856.850000', '201856.853000', '201856.855000', '201856.858000', '201856.861000', '201856.863000', '201856.866000', '201856.868000', '201856.871000', '201856.873000', '201856.876000', '201856.879000', '201856.881000', '201856.884000', '201856.886000', '201856.889000', '201856.892000', '201859.852000', '201859.855000', '201859.858000', '201859.861000', '201859.864000', '201859.866000', '201859.869000'], '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': [9799, 6813, 9627, 9125, 7430, 11185, 12508, 12438, 13489, 12676, 9528, 17898, 14009, 7981, 15413, 10822, 15270, 10948, 8890, 13893, 9456, 7213, 10672, 7864, 9638, 8871, 6780, 12097, 9012, 13742, 11681, 7484, 10311, 8299, 11567, 10160, 6863, 9882, 6900, 13269, 8847, 6981, 8579, 7374, 11165, 9291, 7268, 12007, 10486, 17613, 9100, 6719, 10168, 9821, 15834, 8121, 7866, 9623, 8507, 16088, 9554, 6288, 12348, 11014, 16264, 11932, 7603, 14397, 11868, 18744, 12389, 9446, 10678, 8064, 17456, 10269, 13034, 8931, 9467, 10846, 7871, 11520, 8133, 8208, 8076, 6717, 12605, 7925, 6920, 9729, 6836, 6336, 10262, 10000, 10163, 12595, 12734, 7805, 12663, 8347, 11202, 12511, 7610, 11630, 8083, 7550, 12595, 9520, 6637, 8294, 6968, 11960, 11025, 6659, 9266, 7307, 11356, 9077, 12376, 9515, 12511, 10322, 7425, 9772, 6952, 10498, 8884, 11589, 9436, 12080, 9104, 9103, 10557, 7185, 12033, 10793, 6628, 10031, 8279, 11561, 11056, 8493, 12094, 9295, 6539, 11225, 10478, 11668, 10047, 7636, 12001, 9459, 15288, 11577, 8224, 11237, 7611, 14406, 10676, 9126, 10242, 8481, 8037, 7483, 6679, 8948, 9144, 8790, 9365, 9754, 9071, 12590, 13232, 8457, 13667, 9553, 12544, 12028, 9214, 12834, 8443, 12548, 7867, 13086, 9419, 6960, 7598, 6260, 7620, 8265, 7249, 11847, 7909, 8318, 7916, 10088, 8158, 11140, 9066, 9560, 7816, 10002, 7752, 12243, 9446, 6277, 7737, 6936, 11086, 8876, 6777, 9076, 7152, 9229, 8789, 12293, 9537, 10691, 8226, 11542, 10759, 9429, 8934, 6948, 10943, 9334, 11383, 8981, 7962, 9734, 8786, 10461, 8238, 10518, 8596, 11516, 8957, 10886, 8805, 11813, 8832, 7539, 11096, 8422, 9947, 8472, 9589, 11573, 8150, 10107, 8422, 12739, 10840, 7996, 10497, 6738, 9690, 7760, 11015, 8485, 10825, 9711, 13340, 10067, 6850, 10005, 9538, 10652, 10106, 7667, 11007, 10654, 15006, 9980, 7273, 10857, 9593, 12523, 9895, 12084, 8958, 8544, 12011, 9043, 10058, 8302, 8734, 10155, 7823, 9015, 8014, 8577, 11494, 9078, 12083, 10309, 8490, 10647, 9471, 10964, 8850, 10521, 9107, 8383, 9792, 8851, 9178, 10079, 8559, 10246, 10137, 7430, 11225, 8585, 7541, 10643, 8431, 6869, 7874, 8018, 10320, 8623, 7109, 9024, 9057, 12211, 9886, 6946, 9399, 7826, 10988, 8417, 9936, 8379, 12185, 9868, 6926, 8887, 7919, 11714, 9822, 7114, 8928, 8216, 12478, 10641, 7035, 9244, 8546, 13236, 10510, 7024, 9750, 7388, 11957, 11054, 11231, 9342, 6625, 11246, 10872, 10042, 9547, 8258, 12874, 10658, 9065, 11410, 8976, 12580, 10397, 15774, 10733, 9785, 9539, 8530, 11502, 8063, 10152, 8375, 12373, 10254, 6807, 9797, 7920, 13439, 10420, 8317, 10793, 8929, 10710, 10470, 7956, 10834, 7403, 10498, 7880, 13231, 9641, 8985, 9601, 7542, 10933, 9280, 8195, 11365, 9312, 11565, 10766, 8233, 10878, 7235, 7016, 11182, 8357, 7651, 8471, 8402, 11639, 9924, 6964, 10862, 8247, 6855, 11073, 10442, 9791, 13413, 9081, 7285, 11208, 10228, 14179, 10476, 6869, 11764, 11867, 11651, 9073, 7639, 10144, 7828, 8314, 11660, 9668, 6665, 9408, 7819, 11734, 9348, 8167, 13832, 10481, 8420, 11560, 8883, 9818, 13476, 10137, 12585, 9085, 14051, 11309, 6691, 10049, 7187, 11124, 10035, 7895, 9185, 6806, 10179, 8750, 8459, 9932, 6836, 9058, 8854, 12044, 10209, 10753, 8748, 9734, 11150, 7928, 11022, 8445, 9390, 9609, 8402, 11555, 8832, 11978, 10401, 8190, 12291, 9652, 10462, 10687, 8261, 11744, 8688, 13873, 9932, 8098, 13516, 9425, 12847, 11565, 9667, 12535, 8664, 6553, 9823, 10193, 10299, 11340, 8867, 7269, 8275, 7107, 11371, 8976, 10655, 11104, 8314, 11388, 8139, 7956, 11860, 10001, 12708, 9274, 8692, 12715, 9839, 11837, 9342, 9824, 11605, 8919, 10616, 8581, 9736, 11019, 8167, 9902, 8608, 12383, 10311, 12800, 9218, 7134, 9776, 7666, 10398, 8371, 9896, 8265, 11774, 10795, 7602, 9931, 8625, 9004, 11705, 9336, 11200, 9334, 9263, 12478, 9375, 7574, 9280, 7945, 13106, 10248, 7231, 10236, 7989, 13328, 10512, 14085, 10937, 8995, 12554, 9318, 9072, 9480, 9016, 10736, 9575, 9376, 10125, 8319, 9178, 12723, 9326, 10252, 8931, 6775, 12137, 9865, 6836, 8761, 7535, 11155, 10321, 12495, 9685, 6870, 9947, 8138, 12168, 8808, 9601, 8785, 7226, 8204, 8311, 13087, 9768, 8048, 10591, 8416, 12039, 10852, 14324, 10277, 8250, 9976, 8443, 10848, 7834, 9042, 8412, 11922, 9942, 6362, 9244, 8013, 11284, 10325, 7630, 10209, 8612, 12000, 10297, 12745, 9427, 12346, 9393, 10547, 10059, 6511, 10842, 9780, 11497, 9507, 12668, 10711, 10887, 11317, 6539, 11884, 9923, 10947, 9303, 7881, 11725, 10142, 10982, 8854, 7220, 10696, 8615, 11710, 8556, 10814, 8575, 12288, 10373, 14977, 10259, 6800, 10001, 9481, 13484, 10429, 9249, 12601, 9827, 13709, 10064, 11201, 9051, 13628, 10275, 15840, 11114, 6531, 9655, 7550, 13334, 8987, 6611, 8360, 8318, 6323, 10816, 9291, 10218, 9742, 6927, 11259, 8296, 12121, 9950, 12298, 9193, 7388, 9781, 8571, 9676, 10263, 8781, 11022, 9539, 10177, 8440, 7893, 11683, 10073, 8916, 11456, 10971, 11646, 13804, 11126, 11399, 10523, 9687, 12549, 9407, 13000, 10281, 7702, 10057, 7494, 11197, 9149, 10600, 8039, 6261, 9392, 8042, 6510, 8626, 7449, 10218, 6590, 9482, 6337, 9099, 6357, 9537, 7292, 11166, 8036, 10263, 8284, 6103, 10143, 8892, 13047, 9711, 11811, 8220, 12478, 9703, 13955, 8997, 6385, 9576, 8341, 7537, 9385, 7183, 10519, 7778, 7211, 12664, 10614, 7585, 10438, 8011, 12641, 11206, 15220, 9531, 13696, 9595, 14013, 9748, 6506, 8964, 7450, 12912, 8725, 6764, 10343, 8306, 13161, 9076, 6832, 9633, 7948, 13111, 10698, 7915, 10106, 7319, 12570, 9561, 14365, 9679, 6585, 10110, 7744, 12416, 8778, 12875, 9450, 6426, 9862, 8477, 12930, 9351, 12039, 9465, 8427, 10585, 8651, 9066, 8226, 8941, 10515, 8485, 9565, 8012, 9977, 9824, 7405, 9742, 8781, 12388, 9515, 7036, 9847, 9025, 11697, 10078, 13659, 10420, 6358, 12005, 9763, 13304, 9883, 10541, 9719, 9100], 'WindowCenter': [3878.0, 3820.0, 3850.0, 3835.0, 3803.0, 3830.0, 3846.0, 3845.0, 3840.0, 3829.0, 3795.0, 3849.0, 3826.0, 3773.0, 3824.0, 3803.0, 3824.0, 3806.0, 3769.0, 3813.0, 3765.0, 3729.0, 3761.0, 3728.0, 3760.0, 3751.0, 3731.0, 3797.0, 3769.0, 3799.0, 3789.0, 3746.0, 3776.0, 3766.0, 3789.0, 3806.0, 3751.0, 3775.0, 3731.0, 3797.0, 3765.0, 3746.0, 3791.0, 3813.0, 3842.0, 3822.0, 3799.0, 3840.0, 3830.0, 3874.0, 3822.0, 3791.0, 3822.0, 3821.0, 3876.0, 3814.0, 3800.0, 3822.0, 3812.0, 3876.0, 3822.0, 3778.0, 3842.0, 3834.0, 3866.0, 3842.0, 3788.0, 3853.0, 3831.0, 3864.0, 3830.0, 3795.0, 3805.0, 3784.0, 3858.0, 3804.0, 3838.0, 3806.0, 3804.0, 3815.0, 3781.0, 3813.0, 3782.0, 3792.0, 3795.0, 3776.0, 3840.0, 3798.0, 3785.0, 3818.0, 3774.0, 3775.0, 3821.0, 3808.0, 3817.0, 3826.0, 3828.0, 3772.0, 3813.0, 3782.0, 3815.0, 3828.0, 3786.0, 3816.0, 3783.0, 3785.0, 3827.0, 3806.0, 3776.0, 3797.0, 3775.0, 3829.0, 3832.0, 3778.0, 3810.0, 3788.0, 3830.0, 3799.0, 3828.0, 3807.0, 3827.0, 3807.0, 3773.0, 3805.0, 3775.0, 3816.0, 3798.0, 3829.0, 3807.0, 3828.0, 3807.0, 3810.0, 3832.0, 3775.0, 3839.0, 3831.0, 3778.0, 3820.0, 3811.0, 3829.0, 3831.0, 3810.0, 3845.0, 3823.0, 3780.0, 3845.0, 3835.0, 3845.0, 3832.0, 3801.0, 3841.0, 3821.0, 3864.0, 3843.0, 3799.0, 3829.0, 3788.0, 3852.0, 3832.0, 3820.0, 3818.0, 3808.0, 3796.0, 3785.0, 3761.0, 3794.0, 3808.0, 3797.0, 3795.0, 3791.0, 3783.0, 3815.0, 3825.0, 3772.0, 3812.0, 3780.0, 3800.0, 3801.0, 3768.0, 3799.0, 3744.0, 3785.0, 3743.0, 3793.0, 3765.0, 3733.0, 3742.0, 3721.0, 3755.0, 3768.0, 3760.0, 3812.0, 3772.0, 3770.0, 3771.0, 3789.0, 3771.0, 3801.0, 3782.0, 3780.0, 3772.0, 3792.0, 3773.0, 3812.0, 3794.0, 3764.0, 3784.0, 3775.0, 3828.0, 3812.0, 3778.0, 3810.0, 3790.0, 3821.0, 3811.0, 3842.0, 3823.0, 3817.0, 3786.0, 3818.0, 3820.0, 3797.0, 3797.0, 3763.0, 3818.0, 3808.0, 3827.0, 3799.0, 3786.0, 3809.0, 3796.0, 3807.0, 3786.0, 3806.0, 3785.0, 3814.0, 3795.0, 3804.0, 3796.0, 3814.0, 3796.0, 3772.0, 3818.0, 3786.0, 3807.0, 3795.0, 3806.0, 3831.0, 3800.0, 3818.0, 3799.0, 3841.0, 3833.0, 3789.0, 3820.0, 3764.0, 3807.0, 3785.0, 3819.0, 3798.0, 3817.0, 3809.0, 3840.0, 3818.0, 3775.0, 3819.0, 3822.0, 3831.0, 3821.0, 3786.0, 3818.0, 3821.0, 3850.0, 3808.0, 3774.0, 3807.0, 3796.0, 3816.0, 3794.0, 3812.0, 3783.0, 3781.0, 3815.0, 3795.0, 3793.0, 3782.0, 3783.0, 3804.0, 3773.0, 3791.0, 3784.0, 3795.0, 3842.0, 3810.0, 3840.0, 3831.0, 3809.0, 3832.0, 3819.0, 3843.0, 3808.0, 3831.0, 3809.0, 3798.0, 3818.0, 3809.0, 3807.0, 3804.0, 3796.0, 3806.0, 3804.0, 3776.0, 3816.0, 3784.0, 3776.0, 3817.0, 3797.0, 3765.0, 3783.0, 3798.0, 3817.0, 3797.0, 3779.0, 3808.0, 3810.0, 3841.0, 3822.0, 3775.0, 3809.0, 3774.0, 3819.0, 3786.0, 3805.0, 3787.0, 3828.0, 3820.0, 3777.0, 3808.0, 3798.0, 3842.0, 3823.0, 3787.0, 3809.0, 3813.0, 3854.0, 3833.0, 3788.0, 3809.0, 3810.0, 3853.0, 3822.0, 3777.0, 3809.0, 3776.0, 3832.0, 3830.0, 3831.0, 3809.0, 3775.0, 3829.0, 3831.0, 3820.0, 3810.0, 3800.0, 3839.0, 3833.0, 3812.0, 3831.0, 3811.0, 3829.0, 3821.0, 3852.0, 3819.0, 3803.0, 3796.0, 3784.0, 3817.0, 3784.0, 3803.0, 3782.0, 3826.0, 3805.0, 3763.0, 3805.0, 3786.0, 3838.0, 3819.0, 3797.0, 3831.0, 3810.0, 3829.0, 3831.0, 3799.0, 3830.0, 3773.0, 3817.0, 3786.0, 3840.0, 3809.0, 3795.0, 3796.0, 3786.0, 3818.0, 3808.0, 3798.0, 3830.0, 3819.0, 3843.0, 3842.0, 3810.0, 3843.0, 3799.0, 3789.0, 3831.0, 3812.0, 3785.0, 3786.0, 3784.0, 3819.0, 3808.0, 3766.0, 3818.0, 3787.0, 3762.0, 3815.0, 3819.0, 3808.0, 3828.0, 3796.0, 3775.0, 3818.0, 3819.0, 3836.0, 3806.0, 3763.0, 3829.0, 3830.0, 3816.0, 3793.0, 3773.0, 3805.0, 3774.0, 3797.0, 3829.0, 3807.0, 3762.0, 3808.0, 3774.0, 3828.0, 3809.0, 3797.0, 3840.0, 3819.0, 3797.0, 3819.0, 3798.0, 3807.0, 3840.0, 3807.0, 3816.0, 3785.0, 3824.0, 3804.0, 3751.0, 3793.0, 3762.0, 3813.0, 3805.0, 3784.0, 3795.0, 3766.0, 3816.0, 3798.0, 3799.0, 3821.0, 3777.0, 3810.0, 3812.0, 3841.0, 3823.0, 3819.0, 3801.0, 3807.0, 3833.0, 3790.0, 3832.0, 3812.0, 3822.0, 3821.0, 3811.0, 3843.0, 3822.0, 3854.0, 3845.0, 3826.0, 3869.0, 3847.0, 3844.0, 3843.0, 3811.0, 3842.0, 3811.0, 3856.0, 3821.0, 3789.0, 3840.0, 3810.0, 3826.0, 3816.0, 3793.0, 3816.0, 3784.0, 3750.0, 3805.0, 3819.0, 3806.0, 3818.0, 3796.0, 3763.0, 3785.0, 3776.0, 3815.0, 3795.0, 3820.0, 3831.0, 3799.0, 3828.0, 3788.0, 3786.0, 3831.0, 3810.0, 3829.0, 3797.0, 3787.0, 3831.0, 3809.0, 3817.0, 3795.0, 3805.0, 3817.0, 3795.0, 3803.0, 3786.0, 3794.0, 3818.0, 3785.0, 3796.0, 3784.0, 3825.0, 3806.0, 3826.0, 3795.0, 3762.0, 3807.0, 3775.0, 3807.0, 3785.0, 3807.0, 3798.0, 3827.0, 3820.0, 3787.0, 3806.0, 3797.0, 3807.0, 3832.0, 3811.0, 3829.0, 3810.0, 3810.0, 3843.0, 3812.0, 3789.0, 3811.0, 3801.0, 3854.0, 3833.0, 3788.0, 3820.0, 3800.0, 3852.0, 3835.0, 3865.0, 3832.0, 3821.0, 3855.0, 3824.0, 3821.0, 3833.0, 3823.0, 3843.0, 3821.0, 3809.0, 3807.0, 3798.0, 3797.0, 3829.0, 3798.0, 3806.0, 3797.0, 3765.0, 3828.0, 3807.0, 3761.0, 3783.0, 3775.0, 3817.0, 3819.0, 3829.0, 3808.0, 3766.0, 3819.0, 3786.0, 3828.0, 3795.0, 3795.0, 3784.0, 3774.0, 3796.0, 3798.0, 3853.0, 3822.0, 3802.0, 3820.0, 3800.0, 3831.0, 3820.0, 3839.0, 3807.0, 3783.0, 3808.0, 3785.0, 3818.0, 3775.0, 3793.0, 3787.0, 3828.0, 3821.0, 3767.0, 3809.0, 3800.0, 3829.0, 3823.0, 3788.0, 3820.0, 3801.0, 3830.0, 3820.0, 3838.0, 3809.0, 3827.0, 3809.0, 3817.0, 3818.0, 3766.0, 3832.0, 3823.0, 3832.0, 3823.0, 3839.0, 3833.0, 3820.0, 3831.0, 3764.0, 3831.0, 3822.0, 3817.0, 3807.0, 3796.0, 3829.0, 3821.0, 3831.0, 3811.0, 3787.0, 3832.0, 3809.0, 3843.0, 3797.0, 3819.0, 3799.0, 3842.0, 3821.0, 3851.0, 3819.0, 3777.0, 3818.0, 3821.0, 3865.0, 3845.0, 3825.0, 3869.0, 3833.0, 3853.0, 3820.0, 3817.0, 3796.0, 3826.0, 3806.0, 3838.0, 3817.0, 3753.0, 3795.0, 3784.0, 3852.0, 3822.0, 3778.0, 3796.0, 3799.0, 3778.0, 3831.0, 3823.0, 3832.0, 3823.0, 3789.0, 3832.0, 3812.0, 3840.0, 3821.0, 3827.0, 3810.0, 3787.0, 3820.0, 3810.0, 3822.0, 3835.0, 3823.0, 3842.0, 3822.0, 3830.0, 3810.0, 3799.0, 3843.0, 3818.0, 3798.0, 3815.0, 3819.0, 3820.0, 3840.0, 3820.0, 3804.0, 3793.0, 3781.0, 3798.0, 3769.0, 3798.0, 3779.0, 3747.0, 3767.0, 3735.0, 3789.0, 3769.0, 3776.0, 3743.0, 3724.0, 3768.0, 3770.0, 3737.0, 3771.0, 3749.0, 3793.0, 3739.0, 3783.0, 3739.0, 3782.0, 3740.0, 3783.0, 3763.0, 3805.0, 3775.0, 3804.0, 3786.0, 3767.0, 3823.0, 3800.0, 3841.0, 3812.0, 3819.0, 3785.0, 3829.0, 3811.0, 3840.0, 3800.0, 3767.0, 3822.0, 3803.0, 3789.0, 3810.0, 3807.0, 3858.0, 3818.0, 3806.0, 3870.0, 3850.0, 3803.0, 3837.0, 3802.0, 3847.0, 3835.0, 3855.0, 3808.0, 3838.0, 3808.0, 3841.0, 3808.0, 3752.0, 3796.0, 3775.0, 3839.0, 3797.0, 3764.0, 3818.0, 3803.0, 3854.0, 3812.0, 3781.0, 3820.0, 3801.0, 3855.0, 3821.0, 3790.0, 3818.0, 3778.0, 3830.0, 3807.0, 3840.0, 3808.0, 3765.0, 3807.0, 3786.0, 3827.0, 3798.0, 3837.0, 3808.0, 3765.0, 3807.0, 3797.0, 3841.0, 3808.0, 3827.0, 3810.0, 3797.0, 3819.0, 3810.0, 3808.0, 3798.0, 3810.0, 3832.0, 3812.0, 3819.0, 3800.0, 3822.0, 3834.0, 3800.0, 3821.0, 3812.0, 3857.0, 3837.0, 3802.0, 3833.0, 3825.0, 3843.0, 3835.0, 3864.0, 3835.0, 3778.0, 3844.0, 3821.0, 3852.0, 3822.0, 3818.0, 3819.0, 3810.0], 'WindowWidth': [8704.0, 8612.0, 8645.0, 8620.0, 8573.0, 8600.0, 8626.0, 8620.0, 8607.0, 8590.0, 8537.0, 8618.0, 8580.0, 8504.0, 8573.0, 8545.0, 8573.0, 8552.0, 8489.0, 8552.0, 8474.0, 8420.0, 8461.0, 8416.0, 8462.0, 8453.0, 8429.0, 8525.0, 8486.0, 8527.0, 8512.0, 8451.0, 8494.0, 8482.0, 8516.0, 8549.0, 8467.0, 8489.0, 8423.0, 8516.0, 8475.0, 8454.0, 8531.0, 8582.0, 8616.0, 8588.0, 8556.0, 8608.0, 8598.0, 8662.0, 8588.0, 8545.0, 8586.0, 8584.0, 8668.0, 8582.0, 8558.0, 8588.0, 8575.0, 8666.0, 8586.0, 8524.0, 8613.0, 8606.0, 8650.0, 8614.0, 8537.0, 8630.0, 8598.0, 8647.0, 8593.0, 8538.0, 8553.0, 8526.0, 8634.0, 8556.0, 8605.0, 8558.0, 8553.0, 8573.0, 8521.0, 8564.0, 8524.0, 8539.0, 8547.0, 8524.0, 8612.0, 8555.0, 8537.0, 8579.0, 8519.0, 8522.0, 8584.0, 8561.0, 8571.0, 8581.0, 8587.0, 8504.0, 8556.0, 8517.0, 8570.0, 8589.0, 8530.0, 8566.0, 8521.0, 8526.0, 8585.0, 8555.0, 8517.0, 8545.0, 8517.0, 8594.0, 8598.0, 8523.0, 8567.0, 8538.0, 8592.0, 8549.0, 8587.0, 8556.0, 8584.0, 8557.0, 8507.0, 8551.0, 8511.0, 8569.0, 8546.0, 8589.0, 8559.0, 8584.0, 8561.0, 8566.0, 8599.0, 8515.0, 8608.0, 8599.0, 8525.0, 8579.0, 8571.0, 8593.0, 8596.0, 8572.0, 8622.0, 8590.0, 8532.0, 8624.0, 8611.0, 8623.0, 8604.0, 8560.0, 8611.0, 8587.0, 8653.0, 8620.0, 8555.0, 8596.0, 8539.0, 8634.0, 8604.0, 8588.0, 8580.0, 8567.0, 8549.0, 8534.0, 8498.0, 8540.0, 8563.0, 8548.0, 8539.0, 8528.0, 8519.0, 8565.0, 8578.0, 8503.0, 8554.0, 8510.0, 8537.0, 8538.0, 8487.0, 8530.0, 8450.0, 8508.0, 8451.0, 8515.0, 8482.0, 8436.0, 8442.0, 8421.0, 8472.0, 8491.0, 8485.0, 8557.0, 8505.0, 8499.0, 8500.0, 8519.0, 8500.0, 8539.0, 8513.0, 8510.0, 8502.0, 8528.0, 8507.0, 8559.0, 8537.0, 8498.0, 8524.0, 8516.0, 8589.0, 8574.0, 8526.0, 8568.0, 8543.0, 8585.0, 8572.0, 8613.0, 8586.0, 8572.0, 8529.0, 8577.0, 8580.0, 8543.0, 8543.0, 8495.0, 8575.0, 8562.0, 8587.0, 8548.0, 8527.0, 8562.0, 8543.0, 8558.0, 8526.0, 8554.0, 8526.0, 8563.0, 8538.0, 8548.0, 8539.0, 8561.0, 8541.0, 8504.0, 8576.0, 8530.0, 8556.0, 8542.0, 8560.0, 8599.0, 8555.0, 8577.0, 8551.0, 8608.0, 8601.0, 8537.0, 8577.0, 8499.0, 8560.0, 8528.0, 8577.0, 8546.0, 8572.0, 8564.0, 8607.0, 8574.0, 8516.0, 8578.0, 8586.0, 8597.0, 8581.0, 8531.0, 8577.0, 8583.0, 8621.0, 8559.0, 8509.0, 8557.0, 8541.0, 8569.0, 8535.0, 8556.0, 8519.0, 8515.0, 8567.0, 8537.0, 8531.0, 8518.0, 8521.0, 8551.0, 8507.0, 8528.0, 8523.0, 8544.0, 8615.0, 8571.0, 8610.0, 8601.0, 8571.0, 8607.0, 8585.0, 8623.0, 8571.0, 8601.0, 8572.0, 8554.0, 8581.0, 8570.0, 8561.0, 8552.0, 8542.0, 8557.0, 8553.0, 8516.0, 8567.0, 8523.0, 8516.0, 8573.0, 8545.0, 8501.0, 8525.0, 8550.0, 8575.0, 8547.0, 8525.0, 8565.0, 8572.0, 8611.0, 8585.0, 8517.0, 8564.0, 8513.0, 8577.0, 8529.0, 8551.0, 8532.0, 8591.0, 8580.0, 8520.0, 8562.0, 8551.0, 8616.0, 8588.0, 8537.0, 8568.0, 8578.0, 8636.0, 8601.0, 8538.0, 8567.0, 8569.0, 8635.0, 8586.0, 8522.0, 8564.0, 8516.0, 8600.0, 8594.0, 8595.0, 8563.0, 8516.0, 8592.0, 8596.0, 8582.0, 8567.0, 8552.0, 8607.0, 8604.0, 8573.0, 8597.0, 8572.0, 8591.0, 8583.0, 8629.0, 8577.0, 8547.0, 8541.0, 8522.0, 8570.0, 8524.0, 8546.0, 8518.0, 8583.0, 8553.0, 8496.0, 8552.0, 8530.0, 8603.0, 8579.0, 8550.0, 8599.0, 8571.0, 8597.0, 8602.0, 8556.0, 8595.0, 8513.0, 8572.0, 8532.0, 8612.0, 8566.0, 8539.0, 8541.0, 8531.0, 8577.0, 8567.0, 8552.0, 8600.0, 8583.0, 8623.0, 8622.0, 8579.0, 8622.0, 8561.0, 8545.0, 8602.0, 8577.0, 8532.0, 8530.0, 8526.0, 8579.0, 8562.0, 8501.0, 8573.0, 8532.0, 8494.0, 8566.0, 8577.0, 8561.0, 8589.0, 8541.0, 8512.0, 8573.0, 8578.0, 8598.0, 8552.0, 8494.0, 8593.0, 8595.0, 8570.0, 8535.0, 8508.0, 8552.0, 8511.0, 8545.0, 8594.0, 8556.0, 8493.0, 8561.0, 8510.0, 8584.0, 8563.0, 8547.0, 8608.0, 8578.0, 8545.0, 8576.0, 8545.0, 8558.0, 8606.0, 8556.0, 8565.0, 8523.0, 8577.0, 8549.0, 8473.0, 8531.0, 8492.0, 8562.0, 8553.0, 8523.0, 8539.0, 8503.0, 8569.0, 8550.0, 8553.0, 8583.0, 8523.0, 8566.0, 8572.0, 8614.0, 8589.0, 8579.0, 8555.0, 8561.0, 8601.0, 8540.0, 8601.0, 8577.0, 8587.0, 8587.0, 8576.0, 8622.0, 8592.0, 8638.0, 8630.0, 8606.0, 8670.0, 8638.0, 8627.0, 8625.0, 8578.0, 8621.0, 8579.0, 8641.0, 8587.0, 8539.0, 8609.0, 8568.0, 8582.0, 8569.0, 8534.0, 8566.0, 8524.0, 8472.0, 8553.0, 8579.0, 8559.0, 8574.0, 8541.0, 8492.0, 8524.0, 8515.0, 8566.0, 8541.0, 8580.0, 8596.0, 8554.0, 8590.0, 8535.0, 8531.0, 8598.0, 8566.0, 8590.0, 8545.0, 8529.0, 8597.0, 8561.0, 8570.0, 8539.0, 8552.0, 8573.0, 8540.0, 8549.0, 8527.0, 8538.0, 8573.0, 8525.0, 8537.0, 8520.0, 8578.0, 8554.0, 8581.0, 8539.0, 8492.0, 8556.0, 8514.0, 8557.0, 8526.0, 8556.0, 8547.0, 8588.0, 8579.0, 8535.0, 8558.0, 8545.0, 8560.0, 8599.0, 8569.0, 8591.0, 8567.0, 8569.0, 8617.0, 8573.0, 8537.0, 8569.0, 8559.0, 8637.0, 8605.0, 8541.0, 8584.0, 8559.0, 8632.0, 8611.0, 8652.0, 8606.0, 8593.0, 8642.0, 8600.0, 8593.0, 8610.0, 8598.0, 8622.0, 8589.0, 8567.0, 8562.0, 8550.0, 8546.0, 8593.0, 8547.0, 8555.0, 8543.0, 8499.0, 8588.0, 8557.0, 8492.0, 8520.0, 8512.0, 8572.0, 8578.0, 8591.0, 8562.0, 8505.0, 8579.0, 8531.0, 8588.0, 8541.0, 8539.0, 8520.0, 8507.0, 8545.0, 8550.0, 8631.0, 8588.0, 8560.0, 8583.0, 8554.0, 8598.0, 8581.0, 8604.0, 8556.0, 8519.0, 8560.0, 8527.0, 8573.0, 8513.0, 8535.0, 8531.0, 8588.0, 8582.0, 8508.0, 8564.0, 8553.0, 8594.0, 8588.0, 8537.0, 8579.0, 8555.0, 8595.0, 8580.0, 8602.0, 8564.0, 8583.0, 8565.0, 8572.0, 8574.0, 8506.0, 8601.0, 8589.0, 8599.0, 8588.0, 8606.0, 8604.0, 8580.0, 8593.0, 8500.0, 8597.0, 8586.0, 8573.0, 8561.0, 8545.0, 8594.0, 8585.0, 8598.0, 8572.0, 8536.0, 8603.0, 8569.0, 8617.0, 8549.0, 8578.0, 8554.0, 8613.0, 8583.0, 8625.0, 8578.0, 8522.0, 8580.0, 8589.0, 8654.0, 8632.0, 8603.0, 8666.0, 8612.0, 8635.0, 8582.0, 8570.0, 8540.0, 8579.0, 8555.0, 8601.0, 8568.0, 8483.0, 8538.0, 8526.0, 8628.0, 8590.0, 8524.0, 8546.0, 8552.0, 8528.0, 8601.0, 8590.0, 8603.0, 8592.0, 8543.0, 8603.0, 8576.0, 8612.0, 8585.0, 8592.0, 8570.0, 8539.0, 8584.0, 8574.0, 8588.0, 8612.0, 8600.0, 8621.0, 8592.0, 8601.0, 8577.0, 8562.0, 8619.0, 8581.0, 8551.0, 8572.0, 8578.0, 8580.0, 8609.0, 8582.0, 8549.0, 8532.0, 8508.0, 8529.0, 8488.0, 8524.0, 8505.0, 8457.0, 8483.0, 8439.0, 8518.0, 8490.0, 8497.0, 8449.0, 8425.0, 8488.0, 8496.0, 8446.0, 8499.0, 8467.0, 8528.0, 8450.0, 8513.0, 8451.0, 8512.0, 8455.0, 8515.0, 8492.0, 8549.0, 8507.0, 8547.0, 8527.0, 8506.0, 8588.0, 8554.0, 8609.0, 8568.0, 8571.0, 8525.0, 8588.0, 8567.0, 8607.0, 8552.0, 8507.0, 8586.0, 8561.0, 8539.0, 8568.0, 8577.0, 8650.0, 8591.0, 8575.0, 8667.0, 8638.0, 8567.0, 8613.0, 8565.0, 8628.0, 8608.0, 8633.0, 8563.0, 8600.0, 8562.0, 8609.0, 8559.0, 8482.0, 8542.0, 8514.0, 8605.0, 8546.0, 8501.0, 8576.0, 8563.0, 8635.0, 8576.0, 8533.0, 8583.0, 8558.0, 8638.0, 8587.0, 8541.0, 8577.0, 8522.0, 8593.0, 8562.0, 8608.0, 8560.0, 8500.0, 8559.0, 8529.0, 8586.0, 8547.0, 8599.0, 8560.0, 8502.0, 8559.0, 8547.0, 8609.0, 8563.0, 8588.0, 8568.0, 8550.0, 8579.0, 8568.0, 8564.0, 8553.0, 8571.0, 8602.0, 8575.0, 8581.0, 8560.0, 8588.0, 8609.0, 8559.0, 8588.0, 8576.0, 8643.0, 8619.0, 8568.0, 8606.0, 8596.0, 8621.0, 8612.0, 8649.0, 8609.0, 8526.0, 8621.0, 8587.0, 8631.0, 8588.0, 8578.0, 8581.0, 8570.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.014232029816513761</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06395063360091743</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.94901143353618</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.398845165143512</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2609779588059704</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5135</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4050.6807</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.21347274352999296</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>278</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>31.880733944954127</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.351752174091999</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2152299471848025</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.620604392065377</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.219422183025816</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0129411</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024559812620282173</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.051490459591150284</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.3359198630400435</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>13.8964</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9349</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.5737</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294170.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>930.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.2862</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9118</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>420.5704</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3016.2539</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3139.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82374.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1302.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3906.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>723.9481</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.88018077495508</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> |