=== 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-0112 --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-0112",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0112_ses-03_task-social_acq-mb8_run-02_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-0112_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-02_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-0112/ses-03/func/sub-0112_ses-03_task-social_acq-mb8_run-02_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>eecf358bd0f9011681f5c624a61db11f</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>19:05:19.460000</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.990884, 0.0891463, 0.101006, -0.0851229, 0.995422, -0.0434753]</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-02_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.077383</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4240, -7797, -7274, 190, -156, -140, -154, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.439</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ca516408-f37c-46c9-af29-61348276d617||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.658468723297119, -0.22837845981121063, 0.2819322943687439, 117.1225357055664], [-0.2391730397939682, 2.6706430912017822, -0.09309882670640945, -88.25395965576172], [0.27099213004112244, 0.1166410818696022, 2.6836256980895996, -97.76757049560547], [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': ['190519.460000', '190519.920000', '190520.380000', '190520.840000', '190521.300000', '190521.760000', '190522.220000', '190522.680000', '190523.140000', '190523.600000', '190524.060000', '190524.520000', '190524.980000', '190525.440000', '190525.900000', '190526.360000', '190526.820000', '190527.280000', '190527.740000', '190528.200000', '190528.660000', '190529.120000', '190529.580000', '190530.040000', '190530.500000', '190530.960000', '190531.420000', '190531.880000', '190532.340000', '190532.800000', '190533.260000', '190533.720000', '190534.180000', '190534.640000', '190535.100000', '190535.560000', '190536.020000', '190536.480000', '190536.940000', '190537.400000', '190537.860000', '190538.320000', '190538.780000', '190539.240000', '190539.700000', '190540.160000', '190540.620000', '190541.080000', '190541.540000', '190542.000000', '190542.460000', '190542.920000', '190543.380000', '190543.840000', '190544.300000', '190544.760000', '190545.220000', '190545.680000', '190546.140000', '190546.600000', '190547.060000', '190547.520000', '190547.980000', '190548.440000', '190548.900000', '190549.360000', '190549.820000', '190550.280000', '190550.740000', '190551.200000', '190551.660000', '190552.120000', '190552.580000', '190553.040000', '190553.500000', '190553.960000', '190554.420000', '190554.880000', '190555.340000', '190555.800000', '190556.260000', '190556.720000', '190557.180000', '190557.640000', '190558.100000', '190558.560000', '190559.020000', '190559.480000', '190559.940000', '190600.400000', '190600.860000', '190601.320000', '190601.780000', '190602.240000', '190602.700000', '190603.160000', '190603.620000', '190604.080000', '190604.540000', '190605.000000', '190605.460000', '190605.920000', '190606.380000', '190606.840000', '190607.300000', '190607.760000', '190608.220000', '190608.680000', '190609.140000', '190609.600000', '190610.060000', '190610.520000', '190610.980000', '190611.440000', '190611.900000', '190612.360000', '190612.820000', '190613.280000', '190613.740000', '190614.200000', '190614.660000', '190615.120000', '190615.580000', '190616.040000', '190616.500000', '190616.960000', '190617.420000', '190617.880000', '190618.340000', '190618.800000', '190619.260000', '190619.720000', '190620.180000', '190620.640000', '190621.100000', '190621.560000', '190622.020000', '190622.480000', '190622.940000', '190623.400000', '190623.860000', '190624.320000', '190624.780000', '190625.240000', '190625.700000', '190626.160000', '190626.620000', '190627.080000', '190627.540000', '190628.000000', '190628.460000', '190628.920000', '190629.380000', '190629.840000', '190630.300000', '190630.760000', '190631.220000', '190631.680000', '190632.140000', '190632.600000', '190633.060000', '190633.520000', '190633.980000', '190634.440000', '190634.900000', '190635.360000', '190635.820000', '190636.280000', '190636.740000', '190637.200000', '190637.660000', '190638.120000', '190638.580000', '190639.040000', '190639.500000', '190639.960000', '190640.420000', '190640.880000', '190641.340000', '190641.800000', '190642.260000', '190642.720000', '190643.180000', '190643.640000', '190644.100000', '190644.560000', '190645.020000', '190645.480000', '190645.940000', '190646.400000', '190646.860000', '190647.320000', '190647.780000', '190648.240000', '190648.700000', '190649.160000', '190649.620000', '190650.080000', '190650.540000', '190651.000000', '190651.460000', '190651.920000', '190652.380000', '190652.840000', '190653.300000', '190653.760000', '190654.220000', '190654.680000', '190655.140000', '190655.600000', '190656.060000', '190656.520000', '190656.980000', '190657.440000', '190657.900000', '190658.360000', '190658.820000', '190659.280000', '190659.740000', '190700.200000', '190700.660000', '190701.120000', '190701.580000', '190702.040000', '190702.500000', '190702.960000', '190703.420000', '190703.880000', '190704.340000', '190704.800000', '190705.260000', '190705.720000', '190706.180000', '190706.640000', '190707.100000', '190707.560000', '190708.020000', '190708.480000', '190708.940000', '190709.400000', '190709.860000', '190710.320000', '190710.780000', '190711.240000', '190711.700000', '190712.160000', '190712.620000', '190713.080000', '190713.540000', '190714.000000', '190714.460000', '190714.920000', '190715.380000', '190715.840000', '190716.300000', '190716.760000', '190717.220000', '190717.680000', '190718.140000', '190718.600000', '190719.060000', '190719.520000', '190719.980000', '190720.440000', '190720.900000', '190721.360000', '190721.820000', '190722.280000', '190722.740000', '190723.200000', '190723.660000', '190724.120000', '190724.580000', '190725.040000', '190725.500000', '190725.960000', '190726.420000', '190726.880000', '190727.340000', '190727.800000', '190728.260000', '190728.720000', '190729.180000', '190729.640000', '190730.100000', '190730.560000', '190731.020000', '190731.480000', '190731.940000', '190732.400000', '190732.860000', '190733.320000', '190733.780000', '190734.240000', '190734.700000', '190735.160000', '190735.620000', '190736.080000', '190736.540000', '190737.000000', '190737.460000', '190737.920000', '190738.380000', '190738.840000', '190739.300000', '190739.760000', '190740.220000', '190740.680000', '190741.140000', '190741.600000', '190742.060000', '190742.520000', '190742.980000', '190743.440000', '190743.900000', '190744.360000', '190744.820000', '190745.280000', '190745.740000', '190746.200000', '190746.660000', '190747.120000', '190747.580000', '190748.040000', '190748.500000', '190748.960000', '190749.420000', '190749.880000', '190750.340000', '190750.800000', '190751.260000', '190751.720000', '190752.180000', '190752.640000', '190753.100000', '190753.560000', '190754.020000', '190754.480000', '190754.940000', '190755.400000', '190755.860000', '190756.320000', '190756.780000', '190757.240000', '190757.700000', '190758.160000', '190758.620000', '190759.080000', '190759.540000', '190800.000000', '190800.460000', '190800.920000', '190801.380000', '190801.840000', '190802.300000', '190802.760000', '190803.220000', '190803.680000', '190804.140000', '190804.600000', '190805.060000', '190805.520000', '190805.980000', '190806.440000', '190806.900000', '190807.360000', '190807.820000', '190808.280000', '190808.740000', '190809.200000', '190809.660000', '190810.120000', '190810.580000', '190811.040000', '190811.500000', '190811.960000', '190812.420000', '190812.880000', '190813.340000', '190813.800000', '190814.260000', '190814.720000', '190815.180000', '190815.640000', '190816.100000', '190816.560000', '190817.020000', '190817.480000', '190817.940000', '190818.400000', '190818.860000', '190819.320000', '190819.780000', '190820.240000', '190820.700000', '190821.160000', '190821.620000', '190822.080000', '190822.540000', '190823.000000', '190823.460000', '190823.920000', '190824.380000', '190824.840000', '190825.300000', '190825.760000', '190826.220000', '190826.680000', '190827.140000', '190827.600000', '190828.060000', '190828.520000', '190828.980000', '190829.440000', '190829.900000', '190830.360000', '190830.820000', '190831.280000', '190831.740000', '190832.200000', '190832.660000', '190833.120000', '190833.580000', '190834.040000', '190834.500000', '190834.960000', '190835.420000', '190835.880000', '190836.340000', '190836.800000', '190837.260000', '190837.720000', '190838.180000', '190838.640000', '190839.100000', '190839.560000', '190840.020000', '190840.480000', '190840.940000', '190841.400000', '190841.860000', '190842.320000', '190842.780000', '190843.240000', '190843.700000', '190844.160000', '190844.620000', '190845.080000', '190845.540000', '190846.000000', '190846.460000', '190846.920000', '190847.380000', '190847.840000', '190848.300000', '190848.760000', '190849.220000', '190849.680000', '190850.140000', '190850.600000', '190851.060000', '190851.520000', '190851.980000', '190852.440000', '190852.900000', '190853.360000', '190853.820000', '190854.280000', '190854.740000', '190855.200000', '190855.660000', '190856.120000', '190856.580000', '190857.040000', '190857.500000', '190857.960000', '190858.420000', '190858.880000', '190859.340000', '190859.800000', '190900.260000', '190900.720000', '190901.180000', '190901.640000', '190902.100000', '190902.560000', '190903.020000', '190903.480000', '190903.940000', '190904.400000', '190904.860000', '190905.320000', '190905.780000', '190906.240000', '190906.700000', '190907.160000', '190907.620000', '190908.080000', '190908.540000', '190909.000000', '190909.460000', '190909.920000', '190910.380000', '190910.840000', '190911.300000', '190911.760000', '190912.220000', '190912.680000', '190913.140000', '190913.600000', '190914.060000', '190914.520000', '190914.980000', '190915.440000', '190915.900000', '190916.360000', '190916.820000', '190917.280000', '190917.740000', '190918.200000', '190918.660000', '190919.120000', '190919.580000', '190920.040000', '190920.500000', '190920.960000', '190921.420000', '190921.880000', '190922.340000', '190922.800000', '190923.260000', '190923.720000', '190924.180000', '190924.640000', '190925.100000', '190925.560000', '190926.020000', '190926.480000', '190926.940000', '190927.400000', '190927.860000', '190928.320000', '190928.780000', '190929.240000', '190929.700000', '190930.160000', '190930.620000', '190931.080000', '190931.540000', '190932.000000', '190932.460000', '190932.920000', '190933.380000', '190933.840000', '190934.300000', '190934.760000', '190935.220000', '190935.680000', '190936.140000', '190936.600000', '190937.060000', '190937.520000', '190937.980000', '190938.440000', '190938.900000', '190939.360000', '190939.820000', '190940.280000', '190940.740000', '190941.200000', '190941.660000', '190942.120000', '190942.580000', '190943.040000', '190943.500000', '190943.960000', '190944.420000', '190944.880000', '190945.340000', '190945.800000', '190946.260000', '190946.720000', '190947.180000', '190947.640000', '190948.100000', '190948.560000', '190949.020000', '190949.480000', '190949.940000', '190950.400000', '190950.860000', '190951.320000', '190951.780000', '190952.240000', '190952.700000', '190953.160000', '190953.620000', '190954.080000', '190954.540000', '190955.000000', '190955.460000', '190955.920000', '190956.380000', '190956.840000', '190957.300000', '190957.760000', '190958.220000', '190958.680000', '190959.140000', '190959.600000', '191000.060000', '191000.520000', '191000.980000', '191001.440000', '191001.900000', '191002.360000', '191002.820000', '191003.280000', '191003.740000', '191004.200000', '191004.660000', '191005.120000', '191005.580000', '191006.040000', '191006.500000', '191006.960000', '191007.420000', '191007.880000', '191008.340000', '191008.800000', '191009.260000', '191009.720000', '191010.180000', '191010.640000', '191011.100000', '191011.560000', '191012.020000', '191012.480000', '191012.940000', '191013.400000', '191013.860000', '191014.320000', '191014.780000', '191015.240000', '191015.700000', '191016.160000', '191016.620000', '191017.080000', '191017.540000', '191018.000000', '191018.460000', '191018.920000', '191019.380000', '191019.840000', '191020.300000', '191020.760000', '191021.220000', '191021.680000', '191022.140000', '191022.600000', '191023.060000', '191023.520000', '191023.980000', '191024.440000', '191024.900000', '191025.360000', '191025.820000', '191026.280000', '191026.740000', '191027.200000', '191027.660000', '191028.120000', '191028.580000', '191029.040000', '191029.500000', '191029.960000', '191030.420000', '191030.880000', '191031.340000', '191031.800000', '191032.260000', '191032.720000', '191033.180000', '191033.640000', '191034.100000', '191034.560000', '191035.020000', '191035.480000', '191035.940000', '191036.400000', '191036.860000', '191037.320000', '191037.780000', '191038.240000', '191038.700000', '191039.160000', '191039.620000', '191040.080000', '191040.540000', '191041.000000', '191041.460000', '191041.920000', '191042.380000', '191042.840000', '191043.300000', '191043.760000', '191044.220000', '191044.680000', '191045.140000', '191045.600000', '191046.060000', '191046.520000', '191046.980000', '191047.440000', '191047.900000', '191048.360000', '191048.820000', '191049.280000', '191049.740000', '191050.200000', '191050.660000', '191051.120000', '191051.580000', '191052.040000', '191052.500000', '191052.960000', '191053.420000', '191053.880000', '191054.340000', '191054.800000', '191055.260000', '191055.720000', '191056.180000', '191056.640000', '191057.100000', '191057.560000', '191058.020000', '191058.480000', '191058.940000', '191059.400000', '191059.860000', '191100.320000', '191100.780000', '191101.240000', '191101.700000', '191102.160000', '191102.620000', '191103.080000', '191103.540000', '191104.000000', '191104.460000', '191104.920000', '191105.380000', '191105.840000', '191106.300000', '191106.760000', '191107.220000', '191107.680000', '191108.140000', '191108.600000', '191109.060000', '191109.520000', '191109.980000', '191110.440000', '191110.900000', '191111.360000', '191111.820000', '191112.280000', '191112.740000', '191113.200000', '191113.660000', '191114.120000', '191114.580000', '191115.040000', '191115.500000', '191115.960000', '191116.420000', '191116.880000', '191117.340000', '191117.800000', '191118.260000', '191118.720000', '191119.180000', '191119.640000', '191120.100000', '191120.560000', '191121.020000', '191121.480000', '191121.940000', '191122.400000', '191122.860000', '191123.320000', '191123.780000', '191124.240000', '191124.700000', '191125.160000', '191125.620000', '191126.080000', '191126.540000', '191127.000000', '191127.460000', '191127.920000', '191128.380000', '191128.840000', '191129.300000', '191129.760000', '191130.220000', '191130.680000', '191131.140000', '191131.600000', '191132.060000', '191132.520000', '191132.980000', '191133.440000', '191133.900000', '191134.360000', '191134.820000', '191135.280000', '191135.740000', '191136.200000', '191136.660000', '191137.120000', '191137.580000', '191138.040000', '191138.500000', '191138.960000', '191139.420000', '191139.880000', '191140.340000', '191140.800000', '191141.260000', '191141.720000', '191142.180000', '191142.640000', '191143.100000', '191143.560000', '191144.020000', '191144.480000', '191144.940000', '191145.400000', '191145.860000', '191146.320000', '191146.780000', '191147.240000', '191147.700000', '191148.160000', '191148.620000', '191149.080000', '191149.540000', '191150.000000', '191150.460000', '191150.920000', '191151.380000', '191151.840000', '191152.300000', '191152.760000', '191153.220000', '191153.680000', '191154.140000', '191154.600000', '191155.060000', '191155.520000', '191155.980000', '191156.440000', '191156.900000', '191157.360000', '191157.820000', '191158.280000', '191158.740000', '191159.200000', '191159.660000', '191200.120000'], 'ContentTime': ['190546.278000', '190546.282000', '190546.284000', '190546.287000', '190546.290000', '190546.292000', '190546.295000', '190546.297000', '190546.300000', '190546.302000', '190546.306000', '190546.308000', '190546.311000', '190546.314000', '190546.316000', '190546.319000', '190546.321000', '190546.324000', '190546.326000', '190546.345000', '190546.347000', '190546.350000', '190546.353000', '190546.355000', '190546.358000', '190546.360000', '190546.363000', '190546.365000', '190546.368000', '190546.371000', '190546.373000', '190546.376000', '190546.378000', '190546.381000', '190546.383000', '190546.386000', '190546.388000', '190546.391000', '190546.394000', '190546.396000', '190546.399000', '190546.401000', '190546.404000', '190546.407000', '190546.409000', '190546.412000', '190546.414000', '190546.417000', '190546.419000', '190546.422000', '190546.424000', '190546.427000', '190546.430000', '190546.432000', '190546.435000', '190606.255000', '190606.258000', '190606.261000', '190606.264000', '190606.266000', '190606.269000', '190606.271000', '190606.274000', '190606.277000', '190606.279000', '190606.282000', '190606.285000', '190606.287000', '190606.290000', '190606.293000', '190606.295000', '190606.298000', '190606.309000', '190606.312000', '190606.314000', '190606.317000', '190606.320000', '190606.322000', '190606.325000', '190606.327000', '190606.330000', '190606.332000', '190606.335000', '190606.337000', '190606.340000', '190606.343000', '190606.345000', '190606.348000', '190606.351000', '190606.353000', '190606.356000', '190606.358000', '190606.361000', '190606.363000', '190606.366000', '190606.369000', '190606.371000', '190606.374000', '190626.256000', '190626.259000', '190626.261000', '190626.264000', '190626.267000', '190626.270000', '190626.272000', '190626.275000', '190626.277000', '190626.280000', '190626.282000', '190626.285000', '190626.288000', '190626.291000', '190626.293000', '190626.296000', '190626.299000', '190626.302000', '190626.304000', '190626.307000', '190626.309000', '190626.312000', '190626.314000', '190626.317000', '190626.320000', '190626.322000', '190626.325000', '190626.328000', '190626.351000', '190626.354000', '190626.357000', '190626.359000', '190626.362000', '190626.364000', '190626.367000', '190626.370000', '190626.373000', '190626.375000', '190626.378000', '190626.380000', '190626.383000', '190626.385000', '190626.389000', '190626.391000', '190646.256000', '190646.258000', '190646.261000', '190646.264000', '190646.267000', '190646.278000', '190646.281000', '190646.283000', '190646.286000', '190646.288000', '190646.291000', '190646.294000', '190646.297000', '190646.300000', '190646.303000', '190646.306000', '190646.308000', '190646.311000', '190646.314000', '190646.316000', '190646.319000', '190646.321000', '190646.324000', '190646.326000', '190646.329000', '190646.332000', '190646.334000', '190646.337000', '190646.340000', '190646.342000', '190646.345000', '190646.347000', '190646.350000', '190646.353000', '190646.355000', '190646.358000', '190646.362000', '190646.365000', '190646.368000', '190646.370000', '190646.373000', '190646.375000', '190646.378000', '190706.256000', '190706.259000', '190706.261000', '190706.264000', '190706.266000', '190706.269000', '190706.271000', '190706.274000', '190706.277000', '190706.279000', '190706.282000', '190706.284000', '190706.287000', '190706.289000', '190706.292000', '190706.295000', '190706.297000', '190706.300000', '190706.302000', '190706.305000', '190706.307000', '190706.310000', '190706.313000', '190706.315000', '190706.318000', '190706.320000', '190706.323000', '190706.326000', '190706.328000', '190706.331000', '190706.333000', '190706.336000', '190706.338000', '190706.341000', '190706.344000', '190706.346000', '190706.349000', '190706.351000', '190706.354000', '190706.356000', '190706.359000', '190706.362000', '190706.369000', '190706.372000', '190726.255000', '190726.258000', '190726.261000', '190726.263000', '190726.266000', '190726.268000', '190726.271000', '190726.274000', '190726.276000', '190726.279000', '190726.281000', '190726.284000', '190726.286000', '190726.289000', '190726.292000', '190726.294000', '190726.297000', '190726.299000', '190726.302000', '190726.305000', '190726.316000', '190726.319000', '190726.322000', '190726.324000', '190726.327000', '190726.330000', '190726.332000', '190726.335000', '190726.338000', '190726.340000', '190726.343000', '190726.345000', '190726.348000', '190726.350000', '190726.353000', '190726.356000', '190726.358000', '190726.361000', '190726.363000', '190726.366000', '190726.369000', '190726.371000', '190726.374000', '190746.254000', '190746.257000', '190746.260000', '190746.262000', '190746.265000', '190746.267000', '190746.270000', '190746.273000', '190746.275000', '190746.278000', '190746.280000', '190746.283000', '190746.285000', '190746.288000', '190746.290000', '190746.293000', '190746.296000', '190746.298000', '190746.301000', '190746.303000', '190746.306000', '190746.308000', '190746.311000', '190746.314000', '190746.316000', '190746.319000', '190746.321000', '190746.324000', '190746.327000', '190746.329000', '190746.332000', '190746.334000', '190746.337000', '190746.339000', '190746.342000', '190746.345000', '190746.347000', '190746.350000', '190746.352000', '190746.355000', '190746.357000', '190746.360000', '190746.363000', '190746.365000', '190806.255000', '190806.258000', '190806.261000', '190806.263000', '190806.266000', '190806.269000', '190806.271000', '190806.274000', '190806.276000', '190806.279000', '190806.282000', '190806.284000', '190806.287000', '190806.290000', '190806.292000', '190806.295000', '190806.297000', '190806.300000', '190806.303000', '190806.305000', '190806.308000', '190806.310000', '190806.313000', '190806.342000', '190806.345000', '190806.355000', '190806.358000', '190806.360000', '190806.363000', '190806.365000', '190806.368000', '190806.370000', '190806.373000', '190806.376000', '190806.378000', '190806.381000', '190806.383000', '190806.386000', '190806.389000', '190806.391000', '190806.394000', '190806.396000', '190806.400000', '190826.256000', '190826.258000', '190826.261000', '190826.263000', '190826.266000', '190826.269000', '190826.271000', '190826.274000', '190826.276000', '190826.279000', '190826.282000', '190826.284000', '190826.287000', '190826.289000', '190826.292000', '190826.294000', '190826.297000', '190826.300000', '190826.302000', '190826.305000', '190826.307000', '190826.310000', '190826.313000', '190826.315000', '190826.318000', '190826.320000', '190826.323000', '190826.326000', '190826.328000', '190826.331000', '190826.333000', '190826.336000', '190826.339000', '190826.349000', '190826.352000', '190826.355000', '190826.357000', '190826.360000', '190826.362000', '190826.365000', '190826.367000', '190826.370000', '190826.373000', '190826.375000', '190846.255000', '190846.258000', '190846.261000', '190846.264000', '190846.266000', '190846.269000', '190846.271000', '190846.274000', '190846.276000', '190846.279000', '190846.282000', '190846.284000', '190846.287000', '190846.289000', '190846.292000', '190846.294000', '190846.297000', '190846.300000', '190846.302000', '190846.305000', '190846.307000', '190846.310000', '190846.313000', '190846.315000', '190846.318000', '190846.320000', '190846.323000', '190846.326000', '190846.328000', '190846.331000', '190846.333000', '190846.336000', '190846.339000', '190846.341000', '190846.344000', '190846.348000', '190846.351000', '190846.353000', '190846.356000', '190846.359000', '190846.361000', '190846.364000', '190846.366000', '190906.256000', '190906.258000', '190906.261000', '190906.264000', '190906.266000', '190906.269000', '190906.271000', '190906.274000', '190906.277000', '190906.279000', '190906.282000', '190906.284000', '190906.287000', '190906.290000', '190906.292000', '190906.295000', '190906.297000', '190906.300000', '190906.303000', '190906.305000', '190906.308000', '190906.310000', '190906.313000', '190906.316000', '190906.318000', '190906.321000', '190906.323000', '190906.326000', '190906.329000', '190906.331000', '190906.334000', '190906.336000', '190906.339000', '190906.342000', '190906.344000', '190906.347000', '190906.349000', '190906.352000', '190906.355000', '190906.357000', '190906.360000', '190906.362000', '190906.365000', '190906.367000', '190926.255000', '190926.258000', '190926.261000', '190926.264000', '190926.266000', '190926.269000', '190926.272000', '190926.274000', '190926.277000', '190926.280000', '190926.282000', '190926.285000', '190926.287000', '190926.290000', '190926.293000', '190926.295000', '190926.298000', '190926.301000', '190926.303000', '190926.306000', '190926.308000', '190926.311000', '190926.314000', '190926.316000', '190926.319000', '190926.322000', '190926.324000', '190926.327000', '190926.329000', '190926.332000', '190926.335000', '190926.337000', '190926.340000', '190926.342000', '190926.345000', '190926.348000', '190926.350000', '190926.353000', '190926.356000', '190926.358000', '190926.361000', '190926.363000', '190926.366000', '190946.255000', '190946.258000', '190946.261000', '190946.264000', '190946.266000', '190946.284000', '190946.286000', '190946.289000', '190946.292000', '190946.294000', '190946.297000', '190946.299000', '190946.302000', '190946.305000', '190946.307000', '190946.310000', '190946.312000', '190946.315000', '190946.317000', '190946.320000', '190946.323000', '190946.325000', '190946.328000', '190946.330000', '190946.333000', '190946.335000', '190946.338000', '190946.341000', '190946.343000', '190946.346000', '190946.348000', '190946.351000', '190946.353000', '190946.356000', '190946.359000', '190946.361000', '190946.364000', '190946.366000', '190946.369000', '190946.371000', '190946.374000', '190946.377000', '190946.379000', '190946.382000', '191006.255000', '191006.257000', '191006.260000', '191006.263000', '191006.265000', '191006.268000', '191006.270000', '191006.273000', '191006.276000', '191006.278000', '191006.281000', '191006.283000', '191006.286000', '191006.288000', '191006.291000', '191006.294000', '191006.296000', '191006.299000', '191006.301000', '191006.304000', '191006.307000', '191006.309000', '191006.312000', '191006.314000', '191006.317000', '191006.320000', '191006.322000', '191006.325000', '191006.328000', '191006.330000', '191006.333000', '191006.335000', '191006.338000', '191006.340000', '191006.343000', '191006.346000', '191006.348000', '191006.351000', '191006.353000', '191006.356000', '191006.359000', '191006.361000', '191006.364000', '191026.256000', '191026.259000', '191026.261000', '191026.264000', '191026.267000', '191026.269000', '191026.272000', '191026.275000', '191026.277000', '191026.280000', '191026.283000', '191026.285000', '191026.288000', '191026.290000', '191026.293000', '191026.295000', '191026.298000', '191026.301000', '191026.304000', '191026.306000', '191026.309000', '191026.311000', '191026.314000', '191026.316000', '191026.319000', '191026.321000', '191026.324000', '191026.327000', '191026.330000', '191026.332000', '191026.335000', '191026.337000', '191026.340000', '191026.343000', '191026.345000', '191026.348000', '191026.350000', '191026.353000', '191026.356000', '191026.358000', '191026.361000', '191026.363000', '191026.366000', '191046.255000', '191046.258000', '191046.261000', '191046.264000', '191046.266000', '191046.269000', '191046.271000', '191046.274000', '191046.277000', '191046.279000', '191046.282000', '191046.284000', '191046.287000', '191046.290000', '191046.292000', '191046.295000', '191046.297000', '191046.300000', '191046.303000', '191046.305000', '191046.308000', '191046.310000', '191046.313000', '191046.315000', '191046.318000', '191046.321000', '191046.323000', '191046.326000', '191046.328000', '191046.331000', '191046.334000', '191046.336000', '191046.339000', '191046.341000', '191046.344000', '191046.347000', '191046.349000', '191046.352000', '191046.354000', '191046.357000', '191046.360000', '191046.362000', '191046.365000', '191046.367000', '191106.256000', '191106.259000', '191106.261000', '191106.264000', '191106.267000', '191106.269000', '191106.272000', '191106.274000', '191106.277000', '191106.279000', '191106.282000', '191106.285000', '191106.287000', '191106.290000', '191106.292000', '191106.295000', '191106.297000', '191106.300000', '191106.303000', '191106.305000', '191106.308000', '191106.310000', '191106.313000', '191106.316000', '191106.318000', '191106.321000', '191106.323000', '191106.326000', '191106.329000', '191106.331000', '191106.345000', '191106.348000', '191106.350000', '191106.353000', '191106.356000', '191106.358000', '191106.361000', '191106.363000', '191106.366000', '191106.368000', '191106.371000', '191106.374000', '191106.376000', '191106.379000', '191126.256000', '191126.259000', '191126.261000', '191126.264000', '191126.266000', '191126.269000', '191126.272000', '191126.274000', '191126.277000', '191126.279000', '191126.282000', '191126.285000', '191126.287000', '191126.290000', '191126.292000', '191126.295000', '191126.298000', '191126.300000', '191126.303000', '191126.305000', '191126.308000', '191126.311000', '191126.313000', '191126.316000', '191126.318000', '191126.321000', '191126.324000', '191126.326000', '191126.329000', '191126.331000', '191126.334000', '191126.337000', '191126.339000', '191126.342000', '191126.344000', '191126.347000', '191126.351000', '191126.354000', '191126.356000', '191126.359000', '191126.361000', '191126.364000', '191126.366000', '191146.256000', '191146.258000', '191146.261000', '191146.264000', '191146.266000', '191146.269000', '191146.272000', '191146.274000', '191146.277000', '191146.280000', '191146.283000', '191146.285000', '191146.288000', '191146.291000', '191146.293000', '191146.296000', '191146.298000', '191146.301000', '191146.304000', '191146.306000', '191146.309000', '191146.311000', '191146.314000', '191146.317000', '191146.319000', '191146.322000', '191146.324000', '191146.327000', '191146.330000', '191146.332000', '191146.335000', '191146.338000', '191146.340000', '191146.343000', '191146.345000', '191146.348000', '191146.350000', '191146.353000', '191146.362000', '191146.364000', '191146.367000', '191146.369000', '191146.372000', '191201.875000', '191201.878000', '191201.882000', '191201.884000', '191201.887000', '191201.890000', '191201.892000', '191201.895000', '191201.898000', '191201.900000', '191201.903000', '191201.906000', '191201.909000', '191201.912000', '191201.915000', '191201.917000', '191201.920000', '191201.923000', '191201.926000', '191201.928000', '191201.931000', '191201.934000', '191201.937000', '191201.939000', '191201.942000', '191201.945000', '191201.947000', '191201.950000', '191201.956000', '191201.959000', '191201.961000', '191201.964000', '191201.967000', '191201.969000', '191201.972000'], 'InstanceCreationTime': ['190546.278000', '190546.282000', '190546.284000', '190546.287000', '190546.290000', '190546.292000', '190546.295000', '190546.297000', '190546.300000', '190546.302000', '190546.306000', '190546.308000', '190546.311000', '190546.314000', '190546.316000', '190546.319000', '190546.321000', '190546.324000', '190546.326000', '190546.345000', '190546.347000', '190546.350000', '190546.353000', '190546.355000', '190546.358000', '190546.360000', '190546.363000', '190546.365000', '190546.368000', '190546.371000', '190546.373000', '190546.376000', '190546.378000', '190546.381000', '190546.383000', '190546.386000', '190546.388000', '190546.391000', '190546.394000', '190546.396000', '190546.399000', '190546.401000', '190546.404000', '190546.407000', '190546.409000', '190546.412000', '190546.414000', '190546.417000', '190546.419000', '190546.422000', '190546.424000', '190546.427000', '190546.430000', '190546.432000', '190546.435000', '190606.255000', '190606.258000', '190606.261000', '190606.264000', '190606.266000', '190606.269000', '190606.271000', '190606.274000', '190606.277000', '190606.279000', '190606.282000', '190606.285000', '190606.287000', '190606.290000', '190606.293000', '190606.295000', '190606.298000', '190606.309000', '190606.312000', '190606.314000', '190606.317000', '190606.320000', '190606.322000', '190606.325000', '190606.327000', '190606.330000', '190606.332000', '190606.335000', '190606.337000', '190606.340000', '190606.343000', '190606.345000', '190606.348000', '190606.351000', '190606.353000', '190606.356000', '190606.358000', '190606.361000', '190606.363000', '190606.366000', '190606.369000', '190606.371000', '190606.374000', '190626.256000', '190626.259000', '190626.261000', '190626.264000', '190626.267000', '190626.270000', '190626.272000', '190626.275000', '190626.277000', '190626.280000', '190626.282000', '190626.285000', '190626.288000', '190626.291000', '190626.293000', '190626.296000', '190626.299000', '190626.302000', '190626.304000', '190626.307000', '190626.309000', '190626.312000', '190626.314000', '190626.317000', '190626.320000', '190626.322000', '190626.325000', '190626.328000', '190626.351000', '190626.354000', '190626.357000', '190626.359000', '190626.362000', '190626.364000', '190626.367000', '190626.370000', '190626.373000', '190626.375000', '190626.378000', '190626.380000', '190626.383000', '190626.385000', '190626.389000', '190626.391000', '190646.256000', '190646.258000', '190646.261000', '190646.264000', '190646.267000', '190646.278000', '190646.281000', '190646.283000', '190646.286000', '190646.288000', '190646.291000', '190646.294000', '190646.297000', '190646.300000', '190646.303000', '190646.306000', '190646.308000', '190646.311000', '190646.314000', '190646.316000', '190646.319000', '190646.321000', '190646.324000', '190646.326000', '190646.329000', '190646.332000', '190646.334000', '190646.337000', '190646.340000', '190646.342000', '190646.345000', '190646.347000', '190646.350000', '190646.353000', '190646.355000', '190646.358000', '190646.362000', '190646.365000', '190646.368000', '190646.370000', '190646.373000', '190646.375000', '190646.378000', '190706.256000', '190706.259000', '190706.261000', '190706.264000', '190706.266000', '190706.269000', '190706.271000', '190706.274000', '190706.277000', '190706.279000', '190706.282000', '190706.284000', '190706.287000', '190706.289000', '190706.292000', '190706.295000', '190706.297000', '190706.300000', '190706.302000', '190706.305000', '190706.307000', '190706.310000', '190706.313000', '190706.315000', '190706.318000', '190706.320000', '190706.323000', '190706.326000', '190706.328000', '190706.331000', '190706.333000', '190706.336000', '190706.338000', '190706.341000', '190706.344000', '190706.346000', '190706.349000', '190706.351000', '190706.354000', '190706.356000', '190706.359000', '190706.362000', '190706.369000', '190706.372000', '190726.255000', '190726.258000', '190726.261000', '190726.263000', '190726.266000', '190726.268000', '190726.271000', '190726.274000', '190726.276000', '190726.279000', '190726.281000', '190726.284000', '190726.286000', '190726.289000', '190726.292000', '190726.294000', '190726.297000', '190726.299000', '190726.302000', '190726.305000', '190726.316000', '190726.319000', '190726.322000', '190726.324000', '190726.327000', '190726.330000', '190726.332000', '190726.335000', '190726.338000', '190726.340000', '190726.343000', '190726.345000', '190726.348000', '190726.350000', '190726.353000', '190726.356000', '190726.358000', '190726.361000', '190726.363000', '190726.366000', '190726.369000', '190726.371000', '190726.374000', '190746.254000', '190746.257000', '190746.260000', '190746.262000', '190746.265000', '190746.267000', '190746.270000', '190746.273000', '190746.275000', '190746.278000', '190746.280000', '190746.283000', '190746.285000', '190746.288000', '190746.290000', '190746.293000', '190746.296000', '190746.298000', '190746.301000', '190746.303000', '190746.306000', '190746.308000', '190746.311000', '190746.314000', '190746.316000', '190746.319000', '190746.321000', '190746.324000', '190746.327000', '190746.329000', '190746.332000', '190746.334000', '190746.337000', '190746.339000', '190746.342000', '190746.345000', '190746.347000', '190746.350000', '190746.352000', '190746.355000', '190746.357000', '190746.360000', '190746.363000', '190746.365000', '190806.255000', '190806.258000', '190806.261000', '190806.263000', '190806.266000', '190806.269000', '190806.271000', '190806.274000', '190806.276000', '190806.279000', '190806.282000', '190806.284000', '190806.287000', '190806.290000', '190806.292000', '190806.295000', '190806.297000', '190806.300000', '190806.303000', '190806.305000', '190806.308000', '190806.310000', '190806.313000', '190806.342000', '190806.345000', '190806.355000', '190806.358000', '190806.360000', '190806.363000', '190806.365000', '190806.368000', '190806.370000', '190806.373000', '190806.376000', '190806.378000', '190806.381000', '190806.383000', '190806.386000', '190806.389000', '190806.391000', '190806.394000', '190806.396000', '190806.400000', '190826.256000', '190826.258000', '190826.261000', '190826.263000', '190826.266000', '190826.269000', '190826.271000', '190826.274000', '190826.276000', '190826.279000', '190826.282000', '190826.284000', '190826.287000', '190826.289000', '190826.292000', '190826.294000', '190826.297000', '190826.300000', '190826.302000', '190826.305000', '190826.307000', '190826.310000', '190826.313000', '190826.315000', '190826.318000', '190826.320000', '190826.323000', '190826.326000', '190826.328000', '190826.331000', '190826.333000', '190826.336000', '190826.339000', '190826.349000', '190826.352000', '190826.355000', '190826.357000', '190826.360000', '190826.362000', '190826.365000', '190826.367000', '190826.370000', '190826.373000', '190826.375000', '190846.255000', '190846.258000', '190846.261000', '190846.264000', '190846.266000', '190846.269000', '190846.271000', '190846.274000', '190846.276000', '190846.279000', '190846.282000', '190846.284000', '190846.287000', '190846.289000', '190846.292000', '190846.294000', '190846.297000', '190846.300000', '190846.302000', '190846.305000', '190846.307000', '190846.310000', '190846.313000', '190846.315000', '190846.318000', '190846.320000', '190846.323000', '190846.326000', '190846.328000', '190846.331000', '190846.333000', '190846.336000', '190846.339000', '190846.341000', '190846.344000', '190846.348000', '190846.351000', '190846.353000', '190846.356000', '190846.359000', '190846.361000', '190846.364000', '190846.366000', '190906.256000', '190906.258000', '190906.261000', '190906.264000', '190906.266000', '190906.269000', '190906.271000', '190906.274000', '190906.277000', '190906.279000', '190906.282000', '190906.284000', '190906.287000', '190906.290000', '190906.292000', '190906.295000', '190906.297000', '190906.300000', '190906.303000', '190906.305000', '190906.308000', '190906.310000', '190906.313000', '190906.316000', '190906.318000', '190906.321000', '190906.323000', '190906.326000', '190906.329000', '190906.331000', '190906.334000', '190906.336000', '190906.339000', '190906.342000', '190906.344000', '190906.347000', '190906.349000', '190906.352000', '190906.355000', '190906.357000', '190906.360000', '190906.362000', '190906.365000', '190906.367000', '190926.255000', '190926.258000', '190926.261000', '190926.264000', '190926.266000', '190926.269000', '190926.272000', '190926.274000', '190926.277000', '190926.280000', '190926.282000', '190926.285000', '190926.287000', '190926.290000', '190926.293000', '190926.295000', '190926.298000', '190926.301000', '190926.303000', '190926.306000', '190926.308000', '190926.311000', '190926.314000', '190926.316000', '190926.319000', '190926.322000', '190926.324000', '190926.327000', '190926.329000', '190926.332000', '190926.335000', '190926.337000', '190926.340000', '190926.342000', '190926.345000', '190926.348000', '190926.350000', '190926.353000', '190926.356000', '190926.358000', '190926.361000', '190926.363000', '190926.366000', '190946.255000', '190946.258000', '190946.261000', '190946.264000', '190946.266000', '190946.284000', '190946.286000', '190946.289000', '190946.292000', '190946.294000', '190946.297000', '190946.299000', '190946.302000', '190946.305000', '190946.307000', '190946.310000', '190946.312000', '190946.315000', '190946.317000', '190946.320000', '190946.323000', '190946.325000', '190946.328000', '190946.330000', '190946.333000', '190946.335000', '190946.338000', '190946.341000', '190946.343000', '190946.346000', '190946.348000', '190946.351000', '190946.353000', '190946.356000', '190946.359000', '190946.361000', '190946.364000', '190946.366000', '190946.369000', '190946.371000', '190946.374000', '190946.377000', '190946.379000', '190946.382000', '191006.255000', '191006.257000', '191006.260000', '191006.263000', '191006.265000', '191006.268000', '191006.270000', '191006.273000', '191006.276000', '191006.278000', '191006.281000', '191006.283000', '191006.286000', '191006.288000', '191006.291000', '191006.294000', '191006.296000', '191006.299000', '191006.301000', '191006.304000', '191006.307000', '191006.309000', '191006.312000', '191006.314000', '191006.317000', '191006.320000', '191006.322000', '191006.325000', '191006.328000', '191006.330000', '191006.333000', '191006.335000', '191006.338000', '191006.340000', '191006.343000', '191006.346000', '191006.348000', '191006.351000', '191006.353000', '191006.356000', '191006.359000', '191006.361000', '191006.364000', '191026.256000', '191026.259000', '191026.261000', '191026.264000', '191026.267000', '191026.269000', '191026.272000', '191026.275000', '191026.277000', '191026.280000', '191026.283000', '191026.285000', '191026.288000', '191026.290000', '191026.293000', '191026.295000', '191026.298000', '191026.301000', '191026.304000', '191026.306000', '191026.309000', '191026.311000', '191026.314000', '191026.316000', '191026.319000', '191026.321000', '191026.324000', '191026.327000', '191026.330000', '191026.332000', '191026.335000', '191026.337000', '191026.340000', '191026.343000', '191026.345000', '191026.348000', '191026.350000', '191026.353000', '191026.356000', '191026.358000', '191026.361000', '191026.363000', '191026.366000', '191046.255000', '191046.258000', '191046.261000', '191046.264000', '191046.266000', '191046.269000', '191046.271000', '191046.274000', '191046.277000', '191046.279000', '191046.282000', '191046.284000', '191046.287000', '191046.290000', '191046.292000', '191046.295000', '191046.297000', '191046.300000', '191046.303000', '191046.305000', '191046.308000', '191046.310000', '191046.313000', '191046.315000', '191046.318000', '191046.321000', '191046.323000', '191046.326000', '191046.328000', '191046.331000', '191046.334000', '191046.336000', '191046.339000', '191046.341000', '191046.344000', '191046.347000', '191046.349000', '191046.352000', '191046.354000', '191046.357000', '191046.360000', '191046.362000', '191046.365000', '191046.367000', '191106.256000', '191106.259000', '191106.261000', '191106.264000', '191106.267000', '191106.269000', '191106.272000', '191106.274000', '191106.277000', '191106.279000', '191106.282000', '191106.285000', '191106.287000', '191106.290000', '191106.292000', '191106.295000', '191106.297000', '191106.300000', '191106.303000', '191106.305000', '191106.308000', '191106.310000', '191106.313000', '191106.316000', '191106.318000', '191106.321000', '191106.323000', '191106.326000', '191106.329000', '191106.331000', '191106.345000', '191106.348000', '191106.350000', '191106.353000', '191106.356000', '191106.358000', '191106.361000', '191106.363000', '191106.366000', '191106.368000', '191106.371000', '191106.374000', '191106.376000', '191106.379000', '191126.256000', '191126.259000', '191126.261000', '191126.264000', '191126.266000', '191126.269000', '191126.272000', '191126.274000', '191126.277000', '191126.279000', '191126.282000', '191126.285000', '191126.287000', '191126.290000', '191126.292000', '191126.295000', '191126.298000', '191126.300000', '191126.303000', '191126.305000', '191126.308000', '191126.311000', '191126.313000', '191126.316000', '191126.318000', '191126.321000', '191126.324000', '191126.326000', '191126.329000', '191126.331000', '191126.334000', '191126.337000', '191126.339000', '191126.342000', '191126.344000', '191126.347000', '191126.351000', '191126.354000', '191126.356000', '191126.359000', '191126.361000', '191126.364000', '191126.366000', '191146.256000', '191146.258000', '191146.261000', '191146.264000', '191146.266000', '191146.269000', '191146.272000', '191146.274000', '191146.277000', '191146.280000', '191146.283000', '191146.285000', '191146.288000', '191146.291000', '191146.293000', '191146.296000', '191146.298000', '191146.301000', '191146.304000', '191146.306000', '191146.309000', '191146.311000', '191146.314000', '191146.317000', '191146.319000', '191146.322000', '191146.324000', '191146.327000', '191146.330000', '191146.332000', '191146.335000', '191146.338000', '191146.340000', '191146.343000', '191146.345000', '191146.348000', '191146.350000', '191146.353000', '191146.362000', '191146.364000', '191146.367000', '191146.369000', '191146.372000', '191201.875000', '191201.878000', '191201.882000', '191201.884000', '191201.887000', '191201.890000', '191201.892000', '191201.895000', '191201.898000', '191201.900000', '191201.903000', '191201.906000', '191201.909000', '191201.912000', '191201.915000', '191201.917000', '191201.920000', '191201.923000', '191201.926000', '191201.928000', '191201.931000', '191201.934000', '191201.937000', '191201.939000', '191201.942000', '191201.945000', '191201.947000', '191201.950000', '191201.956000', '191201.959000', '191201.961000', '191201.964000', '191201.967000', '191201.969000', '191201.972000'], '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': [11906, 8016, 7673, 9107, 7757, 13208, 8547, 8005, 8834, 7854, 9883, 7367, 7409, 8449, 7899, 10988, 7817, 7821, 7613, 7493, 11269, 8362, 7532, 7993, 7917, 10520, 7414, 9174, 10503, 7268, 12190, 7494, 7397, 7383, 7059, 9459, 7677, 8410, 9031, 7559, 10220, 7996, 7358, 9264, 7676, 9081, 11928, 6863, 7906, 7400, 7823, 7603, 8713, 8731, 9554, 10692, 8153, 9148, 8616, 7663, 13411, 9568, 8360, 12258, 8147, 7197, 8393, 7957, 11531, 8218, 8133, 10775, 7810, 7637, 9036, 7528, 13007, 9346, 7562, 8199, 7878, 7725, 8636, 8045, 13804, 9429, 7750, 8871, 8007, 9267, 11510, 9790, 12637, 8977, 8462, 11590, 13036, 12957, 11935, 10327, 14057, 8020, 7385, 7842, 7946, 13223, 9508, 8090, 11036, 8433, 8489, 8185, 7837, 10664, 8496, 7436, 9805, 8301, 7705, 8412, 8255, 13201, 9458, 8328, 10563, 8290, 7991, 11872, 10536, 7847, 11115, 8145, 7824, 9491, 8189, 10573, 8275, 8473, 13445, 8012, 7839, 9881, 8252, 7723, 10915, 8134, 7498, 7941, 8465, 7871, 8370, 8486, 7522, 8106, 8000, 10644, 10478, 8005, 13235, 11266, 8171, 9347, 8476, 10485, 9306, 8692, 14100, 11228, 10103, 9539, 8232, 8519, 9729, 8522, 14467, 10973, 8033, 10074, 8482, 8564, 9935, 7969, 12419, 10248, 8395, 9985, 8070, 7971, 9721, 7914, 11908, 9419, 7903, 8776, 8275, 12330, 8085, 7884, 10475, 8201, 7869, 8002, 8523, 13720, 8199, 8118, 9315, 11340, 9326, 13471, 8121, 7845, 12406, 10782, 9859, 14707, 10575, 9417, 13868, 10795, 7818, 11663, 11064, 13188, 11222, 8622, 12641, 9541, 9121, 9955, 7664, 12050, 10258, 14317, 10243, 7767, 8178, 8216, 8032, 8264, 8634, 9670, 8667, 12005, 8325, 8440, 8019, 8808, 9790, 8541, 7962, 7919, 8770, 9436, 8262, 8038, 10002, 8657, 13216, 8103, 8017, 9570, 8073, 11045, 8504, 8091, 12159, 8307, 8270, 10821, 8366, 7714, 8412, 8393, 8569, 9318, 8062, 9232, 8995, 8074, 7830, 7808, 8550, 13399, 8821, 8138, 11295, 7991, 7649, 10545, 8097, 7480, 7819, 8450, 10380, 8269, 8121, 11169, 8335, 7447, 7695, 8120, 8151, 8769, 7793, 11668, 8115, 7630, 7917, 8046, 8799, 9927, 7643, 12747, 10707, 7874, 9000, 7866, 9603, 9310, 7942, 12405, 10158, 7863, 7911, 8384, 12870, 8565, 7944, 12681, 8436, 9629, 7757, 8362, 12565, 10090, 8032, 10304, 8458, 13182, 8231, 7535, 12316, 8092, 8272, 7710, 8651, 13338, 9568, 8330, 12005, 8168, 10528, 10325, 7976, 12169, 9008, 11831, 9100, 8609, 10772, 8030, 8170, 10320, 8208, 13862, 10128, 7649, 9823, 7949, 7683, 11328, 7787, 10594, 8554, 7669, 10619, 7779, 9349, 11682, 7905, 12306, 8632, 7378, 12299, 9406, 14232, 8753, 7625, 7740, 8519, 10638, 7915, 8505, 8072, 7406, 9844, 7786, 7484, 7480, 7974, 8160, 10045, 7932, 7746, 7864, 8142, 12619, 9690, 7732, 11584, 7806, 8451, 8261, 7858, 12775, 10575, 7932, 11218, 7684, 11945, 7943, 8433, 12797, 9995, 11005, 8652, 7628, 11405, 8171, 12166, 12568, 8260, 13748, 7899, 8944, 10205, 8552, 14289, 11663, 8672, 10630, 7877, 13770, 11106, 8054, 13232, 7954, 8251, 8616, 8357, 13673, 10868, 9049, 12161, 7789, 9423, 9930, 7533, 13113, 10440, 8148, 10131, 7993, 10551, 10440, 7696, 12751, 7944, 8322, 7948, 8038, 12796, 11007, 7426, 12964, 7884, 8217, 8449, 8288, 13721, 10346, 7602, 11031, 7990, 8666, 10252, 8688, 14207, 7736, 7964, 8254, 7705, 13500, 10163, 7824, 10897, 8095, 10833, 8042, 8536, 11833, 8286, 11769, 7715, 7997, 9720, 7710, 12152, 9239, 13757, 7766, 8124, 8785, 7570, 10498, 8395, 12889, 8644, 11305, 7403, 7210, 7548, 8001, 8104, 8378, 9698, 8159, 10946, 7781, 10453, 7793, 8049, 10766, 8225, 10405, 8117, 8238, 7655, 7840, 8783, 7791, 10434, 7724, 8161, 9660, 8019, 13094, 10986, 14631, 10418, 7903, 9722, 8453, 13610, 8875, 7868, 9106, 7999, 9596, 7804, 7840, 11644, 9248, 10946, 10069, 7903, 12498, 8536, 13776, 10847, 14412, 10341, 8644, 9161, 7987, 11670, 11368, 11711, 10014, 12264, 7753, 8261, 8488, 9360, 7999, 11868, 8893, 10923, 7667, 7761, 8263, 7633, 8635, 8260, 12128, 8052, 7498, 8050, 7948, 8562, 8330, 13002, 9314, 8083, 7943, 8330, 9258, 8068, 13631, 10188, 7843, 10390, 7957, 11309, 8110, 12872, 10432, 13249, 9477, 7710, 8583, 8108, 11906, 8668, 8359, 9695, 7706, 8811, 7777, 7801, 10447, 8164, 14135, 12176, 8317, 11047, 7515, 13779, 9245, 12176, 12465, 8399, 11050, 7861, 13533, 9391, 11468, 13112, 8790, 13675, 8767, 12025, 7550, 9929, 7720, 7124, 7729, 7819, 11373, 7702, 10610, 7738, 7861, 10273, 7895, 9258, 8001, 7647, 10866, 7887, 8667, 12330, 7734, 11644, 8284, 7988, 10835, 8157, 10762, 10153, 8131, 11968, 7690, 7693, 11876, 9107, 9605, 7642, 8174, 10293, 7443, 8136, 11979, 9448, 8196, 9665, 7640, 10139, 9826, 7494, 14404, 11846, 7756, 9922, 7844, 8360, 12226, 7783, 8727, 7783, 8209, 12618, 8526, 7887, 12307, 7810, 7929, 8588, 7218, 8676, 9215, 7779, 8075, 10147, 8029, 7776, 8152, 8037, 8090, 8133, 7677, 9468, 7509, 8120, 10503, 7534, 7648, 9612, 7965, 7640, 7548, 8173, 9175, 7627, 7480, 10212, 7926, 8070, 7323, 8221, 9620, 7731, 7811, 11082, 7729, 8138, 7433, 7119, 10199, 7756, 14238, 10388, 9777, 11848, 7651, 13185, 10260, 12310, 11991, 8661, 11630, 7920, 8838, 7452, 7697, 10971, 8236, 14296, 7651, 7511, 8045, 7691, 12723, 8196, 9957, 12587, 8480, 13622, 7424, 7669, 8309, 7080, 12898, 11266, 13894, 8775, 7678, 7817, 8150, 10880, 7975, 7974, 9869, 7715, 11544, 7828, 10563, 8147, 7819, 12919, 7712, 12620, 7909, 8617, 9521, 7965, 12257, 8817, 11446, 7652, 8221, 8294, 7901, 9973, 8474, 12681, 7951, 7771, 7606, 7676, 8129, 7708, 10410, 8160, 8080, 8701, 7823, 9100, 7459, 12976, 9542, 13672, 11508, 12944, 8277, 10133, 7683, 8364, 8177, 7857, 10331, 8270, 8606, 7774, 10016, 7555, 12140, 8512, 7748, 7235, 7607, 12509, 8991, 8077, 10994, 7744, 10075, 8063, 7678, 9564, 8232], 'WindowCenter': [4420.0, 4378.0, 4364.0, 4385.0, 4366.0, 4413.0, 4374.0, 4360.0, 4370.0, 4364.0, 4380.0, 4353.0, 4351.0, 4362.0, 4363.0, 4392.0, 4363.0, 4364.0, 4365.0, 4351.0, 4403.0, 4375.0, 4363.0, 4365.0, 4363.0, 4394.0, 4364.0, 4382.0, 4397.0, 4355.0, 4402.0, 4353.0, 4352.0, 4356.0, 4353.0, 4394.0, 4364.0, 4387.0, 4387.0, 4367.0, 4393.0, 4375.0, 4365.0, 4412.0, 4389.0, 4372.0, 4416.0, 4343.0, 4403.0, 4391.0, 4389.0, 4378.0, 4397.0, 4397.0, 4395.0, 4418.0, 4377.0, 4397.0, 4386.0, 4378.0, 4426.0, 4395.0, 4387.0, 4415.0, 4375.0, 4354.0, 4386.0, 4388.0, 4414.0, 4388.0, 4378.0, 4420.0, 4391.0, 4390.0, 4398.0, 4377.0, 4426.0, 4395.0, 4391.0, 4387.0, 4386.0, 4379.0, 4397.0, 4390.0, 4437.0, 4397.0, 4379.0, 4399.0, 4389.0, 4397.0, 4417.0, 4409.0, 4425.0, 4388.0, 4386.0, 4417.0, 4430.0, 4440.0, 4419.0, 4405.0, 4426.0, 4365.0, 4362.0, 4365.0, 4374.0, 4413.0, 4397.0, 4371.0, 4393.0, 4376.0, 4384.0, 4374.0, 4375.0, 4405.0, 4376.0, 4363.0, 4395.0, 4375.0, 4364.0, 4376.0, 4387.0, 4414.0, 4392.0, 4376.0, 4406.0, 4388.0, 4377.0, 4416.0, 4405.0, 4377.0, 4417.0, 4375.0, 4373.0, 4394.0, 4378.0, 4407.0, 4378.0, 4386.0, 4424.0, 4377.0, 4366.0, 4397.0, 4386.0, 4378.0, 4408.0, 4393.0, 4365.0, 4377.0, 4388.0, 4388.0, 4387.0, 4401.0, 4377.0, 4388.0, 4388.0, 4405.0, 4417.0, 4389.0, 4426.0, 4420.0, 4388.0, 4397.0, 4389.0, 4405.0, 4399.0, 4386.0, 4426.0, 4405.0, 4393.0, 4394.0, 4374.0, 4386.0, 4396.0, 4385.0, 4427.0, 4406.0, 4378.0, 4396.0, 4388.0, 4385.0, 4395.0, 4377.0, 4415.0, 4396.0, 4375.0, 4397.0, 4375.0, 4373.0, 4396.0, 4377.0, 4417.0, 4395.0, 4377.0, 4399.0, 4387.0, 4427.0, 4390.0, 4378.0, 4408.0, 4387.0, 4389.0, 4376.0, 4398.0, 4451.0, 4413.0, 4401.0, 4407.0, 4417.0, 4409.0, 4439.0, 4388.0, 4392.0, 4426.0, 4418.0, 4406.0, 4439.0, 4406.0, 4386.0, 4413.0, 4394.0, 4354.0, 4393.0, 4392.0, 4400.0, 4383.0, 4358.0, 4388.0, 4368.0, 4357.0, 4367.0, 4337.0, 4376.0, 4367.0, 4386.0, 4354.0, 4324.0, 4345.0, 4347.0, 4346.0, 4348.0, 4358.0, 4369.0, 4358.0, 4387.0, 4349.0, 4359.0, 4350.0, 4370.0, 4380.0, 4373.0, 4361.0, 4363.0, 4373.0, 4372.0, 4363.0, 4364.0, 4383.0, 4372.0, 4403.0, 4362.0, 4363.0, 4383.0, 4364.0, 4392.0, 4374.0, 4364.0, 4404.0, 4373.0, 4373.0, 4404.0, 4374.0, 4365.0, 4374.0, 4376.0, 4374.0, 4384.0, 4374.0, 4386.0, 4386.0, 4375.0, 4365.0, 4366.0, 4388.0, 4425.0, 4387.0, 4375.0, 4404.0, 4366.0, 4365.0, 4407.0, 4377.0, 4366.0, 4366.0, 4378.0, 4395.0, 4376.0, 4377.0, 4406.0, 4376.0, 4355.0, 4367.0, 4378.0, 4378.0, 4387.0, 4378.0, 4416.0, 4377.0, 4377.0, 4377.0, 4379.0, 4386.0, 4407.0, 4378.0, 4426.0, 4408.0, 4377.0, 4388.0, 4377.0, 4397.0, 4398.0, 4377.0, 4414.0, 4407.0, 4377.0, 4378.0, 4389.0, 4425.0, 4389.0, 4378.0, 4416.0, 4377.0, 4396.0, 4368.0, 4378.0, 4416.0, 4409.0, 4375.0, 4396.0, 4377.0, 4427.0, 4377.0, 4366.0, 4418.0, 4377.0, 4375.0, 4367.0, 4387.0, 4426.0, 4399.0, 4377.0, 4417.0, 4377.0, 4395.0, 4407.0, 4377.0, 4416.0, 4387.0, 4416.0, 4385.0, 4388.0, 4408.0, 4377.0, 4375.0, 4409.0, 4386.0, 4426.0, 4395.0, 4365.0, 4395.0, 4378.0, 4366.0, 4408.0, 4381.0, 4407.0, 4390.0, 4377.0, 4407.0, 4378.0, 4395.0, 4415.0, 4378.0, 4419.0, 4386.0, 4368.0, 4419.0, 4386.0, 4426.0, 4388.0, 4366.0, 4365.0, 4386.0, 4408.0, 4377.0, 4388.0, 4376.0, 4378.0, 4408.0, 4380.0, 4377.0, 4369.0, 4391.0, 4388.0, 4408.0, 4377.0, 4379.0, 4379.0, 4379.0, 4429.0, 4400.0, 4378.0, 4419.0, 4379.0, 4391.0, 4388.0, 4390.0, 4429.0, 4410.0, 4377.0, 4407.0, 4378.0, 4416.0, 4380.0, 4379.0, 4418.0, 4396.0, 4406.0, 4374.0, 4365.0, 4406.0, 4377.0, 4414.0, 4416.0, 4389.0, 4416.0, 4375.0, 4384.0, 4396.0, 4384.0, 4424.0, 4405.0, 4376.0, 4394.0, 4376.0, 4425.0, 4406.0, 4365.0, 4415.0, 4364.0, 4374.0, 4377.0, 4374.0, 4413.0, 4395.0, 4374.0, 4404.0, 4365.0, 4384.0, 4393.0, 4364.0, 4416.0, 4394.0, 4364.0, 4393.0, 4366.0, 4393.0, 4395.0, 4365.0, 4414.0, 4363.0, 4373.0, 4366.0, 4365.0, 4414.0, 4406.0, 4366.0, 4415.0, 4366.0, 4373.0, 4374.0, 4375.0, 4426.0, 4397.0, 4364.0, 4406.0, 4367.0, 4374.0, 4395.0, 4386.0, 4423.0, 4366.0, 4366.0, 4373.0, 4366.0, 4415.0, 4395.0, 4363.0, 4394.0, 4366.0, 4404.0, 4376.0, 4384.0, 4405.0, 4374.0, 4403.0, 4365.0, 4375.0, 4396.0, 4365.0, 4416.0, 4385.0, 4410.0, 4364.0, 4363.0, 4374.0, 4364.0, 4394.0, 4373.0, 4403.0, 4374.0, 4393.0, 4355.0, 4352.0, 4366.0, 4364.0, 4363.0, 4374.0, 4383.0, 4365.0, 4393.0, 4363.0, 4393.0, 4366.0, 4363.0, 4395.0, 4373.0, 4393.0, 4366.0, 4374.0, 4366.0, 4373.0, 4386.0, 4378.0, 4406.0, 4378.0, 4389.0, 4397.0, 4377.0, 4426.0, 4407.0, 4452.0, 4423.0, 4377.0, 4396.0, 4387.0, 4428.0, 4398.0, 4377.0, 4386.0, 4388.0, 4408.0, 4378.0, 4388.0, 4418.0, 4398.0, 4418.0, 4407.0, 4375.0, 4428.0, 4388.0, 4426.0, 4408.0, 4426.0, 4397.0, 4375.0, 4383.0, 4363.0, 4404.0, 4403.0, 4404.0, 4380.0, 4401.0, 4350.0, 4362.0, 4370.0, 4371.0, 4362.0, 4401.0, 4386.0, 4393.0, 4362.0, 4363.0, 4373.0, 4364.0, 4373.0, 4374.0, 4402.0, 4364.0, 4352.0, 4373.0, 4378.0, 4387.0, 4386.0, 4425.0, 4386.0, 4374.0, 4376.0, 4374.0, 4396.0, 4377.0, 4424.0, 4396.0, 4372.0, 4394.0, 4374.0, 4402.0, 4377.0, 4414.0, 4393.0, 4412.0, 4384.0, 4363.0, 4385.0, 4374.0, 4414.0, 4385.0, 4375.0, 4395.0, 4375.0, 4385.0, 4375.0, 4377.0, 4407.0, 4399.0, 4439.0, 4429.0, 4384.0, 4417.0, 4366.0, 4424.0, 4395.0, 4415.0, 4414.0, 4374.0, 4405.0, 4376.0, 4426.0, 4410.0, 4428.0, 4429.0, 4385.0, 4424.0, 4385.0, 4404.0, 4364.0, 4394.0, 4364.0, 4353.0, 4365.0, 4362.0, 4406.0, 4362.0, 4391.0, 4362.0, 4361.0, 4394.0, 4374.0, 4385.0, 4365.0, 4366.0, 4404.0, 4376.0, 4389.0, 4414.0, 4366.0, 4404.0, 4376.0, 4374.0, 4408.0, 4377.0, 4407.0, 4396.0, 4378.0, 4405.0, 4367.0, 4374.0, 4418.0, 4385.0, 4386.0, 4365.0, 4376.0, 4420.0, 4378.0, 4377.0, 4417.0, 4397.0, 4375.0, 4395.0, 4377.0, 4405.0, 4396.0, 4366.0, 4426.0, 4417.0, 4367.0, 4396.0, 4377.0, 4377.0, 4419.0, 4367.0, 4375.0, 4366.0, 4376.0, 4415.0, 4388.0, 4376.0, 4417.0, 4366.0, 4377.0, 4387.0, 4366.0, 4375.0, 4387.0, 4367.0, 4378.0, 4405.0, 4379.0, 4367.0, 4377.0, 4379.0, 4377.0, 4379.0, 4377.0, 4397.0, 4367.0, 4377.0, 4405.0, 4367.0, 4378.0, 4397.0, 4378.0, 4368.0, 4367.0, 4387.0, 4398.0, 4379.0, 4381.0, 4411.0, 4390.0, 4377.0, 4370.0, 4391.0, 4408.0, 4381.0, 4379.0, 4417.0, 4379.0, 4379.0, 4381.0, 4369.0, 4409.0, 4381.0, 4440.0, 4408.0, 4398.0, 4418.0, 4380.0, 4416.0, 4398.0, 4416.0, 4407.0, 4375.0, 4406.0, 4376.0, 4385.0, 4379.0, 4378.0, 4407.0, 4387.0, 4426.0, 4369.0, 4366.0, 4378.0, 4377.0, 4428.0, 4389.0, 4397.0, 4417.0, 4388.0, 4428.0, 4367.0, 4368.0, 4388.0, 4368.0, 4442.0, 4418.0, 4426.0, 4388.0, 4367.0, 4379.0, 4377.0, 4417.0, 4388.0, 4379.0, 4407.0, 4378.0, 4417.0, 4379.0, 4406.0, 4389.0, 4376.0, 4427.0, 4367.0, 4416.0, 4378.0, 4387.0, 4398.0, 4377.0, 4416.0, 4387.0, 4415.0, 4368.0, 4376.0, 4387.0, 4377.0, 4407.0, 4388.0, 4416.0, 4377.0, 4366.0, 4378.0, 4377.0, 4378.0, 4379.0, 4408.0, 4388.0, 4387.0, 4388.0, 4377.0, 4399.0, 4368.0, 4428.0, 4397.0, 4425.0, 4406.0, 4414.0, 4377.0, 4394.0, 4365.0, 4375.0, 4375.0, 4374.0, 4395.0, 4374.0, 4384.0, 4378.0, 4405.0, 4380.0, 4426.0, 4389.0, 4405.0, 4379.0, 4377.0, 4427.0, 4397.0, 4377.0, 4420.0, 4380.0, 4408.0, 4388.0, 4379.0, 4410.0, 4400.0], 'WindowWidth': [9727.0, 9665.0, 9641.0, 9669.0, 9644.0, 9704.0, 9649.0, 9626.0, 9641.0, 9637.0, 9653.0, 9620.0, 9617.0, 9633.0, 9634.0, 9671.0, 9635.0, 9638.0, 9639.0, 9618.0, 9690.0, 9653.0, 9635.0, 9640.0, 9637.0, 9679.0, 9640.0, 9661.0, 9685.0, 9626.0, 9688.0, 9621.0, 9620.0, 9628.0, 9624.0, 9678.0, 9641.0, 9676.0, 9673.0, 9645.0, 9677.0, 9655.0, 9645.0, 9720.0, 9683.0, 9645.0, 9711.0, 9607.0, 9712.0, 9692.0, 9683.0, 9666.0, 9691.0, 9690.0, 9685.0, 9720.0, 9663.0, 9690.0, 9673.0, 9666.0, 9727.0, 9684.0, 9674.0, 9710.0, 9657.0, 9629.0, 9672.0, 9677.0, 9708.0, 9675.0, 9663.0, 9727.0, 9689.0, 9685.0, 9692.0, 9663.0, 9726.0, 9685.0, 9686.0, 9674.0, 9674.0, 9667.0, 9691.0, 9683.0, 9744.0, 9689.0, 9666.0, 9693.0, 9681.0, 9690.0, 9717.0, 9707.0, 9725.0, 9678.0, 9672.0, 9717.0, 9739.0, 9755.0, 9723.0, 9696.0, 9723.0, 9640.0, 9634.0, 9641.0, 9653.0, 9704.0, 9689.0, 9646.0, 9674.0, 9656.0, 9665.0, 9654.0, 9655.0, 9695.0, 9656.0, 9637.0, 9680.0, 9654.0, 9640.0, 9657.0, 9673.0, 9706.0, 9675.0, 9657.0, 9698.0, 9678.0, 9661.0, 9713.0, 9698.0, 9662.0, 9716.0, 9657.0, 9653.0, 9680.0, 9662.0, 9704.0, 9664.0, 9674.0, 9722.0, 9659.0, 9645.0, 9688.0, 9673.0, 9662.0, 9703.0, 9692.0, 9646.0, 9659.0, 9678.0, 9681.0, 9678.0, 9699.0, 9665.0, 9678.0, 9680.0, 9700.0, 9717.0, 9681.0, 9727.0, 9722.0, 9678.0, 9689.0, 9683.0, 9700.0, 9694.0, 9674.0, 9726.0, 9695.0, 9677.0, 9680.0, 9655.0, 9671.0, 9685.0, 9669.0, 9726.0, 9696.0, 9660.0, 9683.0, 9675.0, 9669.0, 9682.0, 9660.0, 9709.0, 9685.0, 9655.0, 9684.0, 9655.0, 9650.0, 9685.0, 9661.0, 9713.0, 9682.0, 9661.0, 9696.0, 9676.0, 9730.0, 9686.0, 9664.0, 9706.0, 9677.0, 9681.0, 9662.0, 9695.0, 9771.0, 9726.0, 9705.0, 9705.0, 9719.0, 9710.0, 9749.0, 9680.0, 9691.0, 9729.0, 9719.0, 9702.0, 9748.0, 9698.0, 9671.0, 9703.0, 9677.0, 9622.0, 9673.0, 9671.0, 9680.0, 9658.0, 9618.0, 9658.0, 9631.0, 9614.0, 9627.0, 9587.0, 9637.0, 9625.0, 9649.0, 9603.0, 9565.0, 9594.0, 9602.0, 9600.0, 9604.0, 9618.0, 9631.0, 9618.0, 9655.0, 9607.0, 9619.0, 9611.0, 9638.0, 9651.0, 9644.0, 9626.0, 9631.0, 9644.0, 9643.0, 9634.0, 9637.0, 9660.0, 9644.0, 9684.0, 9630.0, 9631.0, 9659.0, 9637.0, 9670.0, 9649.0, 9636.0, 9689.0, 9647.0, 9649.0, 9691.0, 9651.0, 9638.0, 9649.0, 9655.0, 9651.0, 9664.0, 9652.0, 9669.0, 9668.0, 9654.0, 9641.0, 9643.0, 9674.0, 9720.0, 9671.0, 9654.0, 9692.0, 9643.0, 9642.0, 9699.0, 9660.0, 9644.0, 9642.0, 9660.0, 9681.0, 9658.0, 9660.0, 9697.0, 9656.0, 9626.0, 9645.0, 9662.0, 9661.0, 9674.0, 9662.0, 9712.0, 9660.0, 9660.0, 9661.0, 9667.0, 9672.0, 9700.0, 9663.0, 9725.0, 9702.0, 9658.0, 9674.0, 9660.0, 9685.0, 9689.0, 9661.0, 9707.0, 9702.0, 9661.0, 9662.0, 9677.0, 9722.0, 9680.0, 9661.0, 9710.0, 9660.0, 9684.0, 9648.0, 9662.0, 9712.0, 9704.0, 9654.0, 9682.0, 9658.0, 9730.0, 9661.0, 9644.0, 9713.0, 9659.0, 9656.0, 9645.0, 9674.0, 9724.0, 9693.0, 9660.0, 9712.0, 9657.0, 9680.0, 9701.0, 9660.0, 9711.0, 9674.0, 9709.0, 9666.0, 9676.0, 9700.0, 9657.0, 9655.0, 9706.0, 9671.0, 9724.0, 9681.0, 9642.0, 9682.0, 9663.0, 9645.0, 9702.0, 9670.0, 9703.0, 9682.0, 9660.0, 9700.0, 9663.0, 9682.0, 9708.0, 9662.0, 9716.0, 9671.0, 9648.0, 9716.0, 9671.0, 9724.0, 9674.0, 9643.0, 9640.0, 9670.0, 9701.0, 9660.0, 9674.0, 9657.0, 9666.0, 9702.0, 9672.0, 9663.0, 9654.0, 9685.0, 9679.0, 9704.0, 9662.0, 9667.0, 9666.0, 9667.0, 9733.0, 9696.0, 9665.0, 9718.0, 9669.0, 9686.0, 9679.0, 9682.0, 9733.0, 9708.0, 9659.0, 9700.0, 9664.0, 9711.0, 9668.0, 9664.0, 9715.0, 9684.0, 9696.0, 9653.0, 9643.0, 9698.0, 9661.0, 9705.0, 9709.0, 9678.0, 9708.0, 9653.0, 9664.0, 9683.0, 9666.0, 9719.0, 9693.0, 9655.0, 9677.0, 9657.0, 9722.0, 9697.0, 9639.0, 9705.0, 9636.0, 9649.0, 9656.0, 9652.0, 9703.0, 9678.0, 9650.0, 9688.0, 9638.0, 9663.0, 9675.0, 9639.0, 9710.0, 9677.0, 9637.0, 9675.0, 9641.0, 9675.0, 9678.0, 9640.0, 9705.0, 9635.0, 9649.0, 9641.0, 9639.0, 9705.0, 9695.0, 9643.0, 9706.0, 9641.0, 9649.0, 9652.0, 9655.0, 9723.0, 9685.0, 9639.0, 9694.0, 9644.0, 9652.0, 9682.0, 9668.0, 9717.0, 9642.0, 9641.0, 9650.0, 9644.0, 9708.0, 9681.0, 9636.0, 9677.0, 9641.0, 9691.0, 9658.0, 9665.0, 9693.0, 9650.0, 9688.0, 9639.0, 9653.0, 9681.0, 9641.0, 9708.0, 9666.0, 9695.0, 9637.0, 9635.0, 9649.0, 9636.0, 9676.0, 9649.0, 9686.0, 9648.0, 9673.0, 9625.0, 9620.0, 9641.0, 9637.0, 9634.0, 9650.0, 9659.0, 9638.0, 9674.0, 9635.0, 9675.0, 9641.0, 9635.0, 9680.0, 9647.0, 9674.0, 9641.0, 9651.0, 9644.0, 9652.0, 9671.0, 9661.0, 9698.0, 9662.0, 9679.0, 9689.0, 9662.0, 9724.0, 9699.0, 9771.0, 9730.0, 9663.0, 9685.0, 9675.0, 9729.0, 9690.0, 9660.0, 9672.0, 9679.0, 9706.0, 9665.0, 9678.0, 9717.0, 9691.0, 9717.0, 9701.0, 9658.0, 9730.0, 9677.0, 9725.0, 9703.0, 9724.0, 9686.0, 9654.0, 9661.0, 9633.0, 9689.0, 9686.0, 9688.0, 9650.0, 9679.0, 9611.0, 9628.0, 9639.0, 9640.0, 9633.0, 9684.0, 9667.0, 9674.0, 9632.0, 9635.0, 9647.0, 9636.0, 9648.0, 9652.0, 9685.0, 9636.0, 9619.0, 9651.0, 9664.0, 9673.0, 9672.0, 9722.0, 9670.0, 9652.0, 9658.0, 9655.0, 9685.0, 9660.0, 9721.0, 9683.0, 9648.0, 9677.0, 9652.0, 9685.0, 9658.0, 9704.0, 9676.0, 9699.0, 9663.0, 9634.0, 9669.0, 9653.0, 9705.0, 9669.0, 9656.0, 9682.0, 9655.0, 9668.0, 9656.0, 9660.0, 9700.0, 9698.0, 9751.0, 9735.0, 9670.0, 9717.0, 9647.0, 9719.0, 9683.0, 9708.0, 9706.0, 9652.0, 9694.0, 9660.0, 9727.0, 9712.0, 9733.0, 9734.0, 9668.0, 9723.0, 9667.0, 9690.0, 9640.0, 9680.0, 9640.0, 9621.0, 9641.0, 9633.0, 9697.0, 9634.0, 9670.0, 9633.0, 9631.0, 9677.0, 9652.0, 9668.0, 9640.0, 9643.0, 9691.0, 9659.0, 9680.0, 9708.0, 9644.0, 9692.0, 9657.0, 9653.0, 9702.0, 9662.0, 9700.0, 9682.0, 9660.0, 9693.0, 9645.0, 9656.0, 9718.0, 9669.0, 9669.0, 9640.0, 9658.0, 9725.0, 9666.0, 9663.0, 9714.0, 9686.0, 9654.0, 9681.0, 9659.0, 9696.0, 9684.0, 9643.0, 9725.0, 9714.0, 9647.0, 9685.0, 9661.0, 9660.0, 9716.0, 9646.0, 9655.0, 9644.0, 9657.0, 9711.0, 9677.0, 9657.0, 9713.0, 9645.0, 9659.0, 9672.0, 9644.0, 9655.0, 9672.0, 9647.0, 9664.0, 9698.0, 9665.0, 9648.0, 9660.0, 9666.0, 9662.0, 9666.0, 9663.0, 9686.0, 9646.0, 9660.0, 9696.0, 9647.0, 9664.0, 9689.0, 9666.0, 9649.0, 9647.0, 9675.0, 9692.0, 9668.0, 9674.0, 9711.0, 9682.0, 9662.0, 9655.0, 9684.0, 9707.0, 9673.0, 9668.0, 9717.0, 9666.0, 9666.0, 9672.0, 9654.0, 9708.0, 9673.0, 9749.0, 9705.0, 9690.0, 9715.0, 9668.0, 9712.0, 9690.0, 9709.0, 9699.0, 9653.0, 9695.0, 9657.0, 9668.0, 9669.0, 9663.0, 9701.0, 9674.0, 9724.0, 9652.0, 9645.0, 9663.0, 9663.0, 9730.0, 9680.0, 9686.0, 9714.0, 9676.0, 9727.0, 9646.0, 9648.0, 9676.0, 9653.0, 9758.0, 9720.0, 9725.0, 9678.0, 9646.0, 9664.0, 9662.0, 9716.0, 9679.0, 9666.0, 9701.0, 9665.0, 9715.0, 9667.0, 9699.0, 9681.0, 9659.0, 9727.0, 9648.0, 9710.0, 9663.0, 9673.0, 9689.0, 9661.0, 9712.0, 9674.0, 9709.0, 9649.0, 9659.0, 9675.0, 9662.0, 9702.0, 9676.0, 9711.0, 9659.0, 9644.0, 9664.0, 9661.0, 9662.0, 9667.0, 9705.0, 9679.0, 9675.0, 9679.0, 9663.0, 9692.0, 9650.0, 9730.0, 9688.0, 9722.0, 9697.0, 9704.0, 9658.0, 9678.0, 9641.0, 9654.0, 9655.0, 9652.0, 9681.0, 9654.0, 9668.0, 9666.0, 9698.0, 9670.0, 9727.0, 9679.0, 9716.0, 9675.0, 9666.0, 9729.0, 9687.0, 9662.0, 9724.0, 9670.0, 9705.0, 9679.0, 9669.0, 9710.0, 9700.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.0013007568807339447</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02628539231651376</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.1801862355109</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.185872750780712</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9943055671067739</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4594</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5327.2856</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09623533565341792</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.81651376146789</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5534094783019605</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5767306658386806</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6816496633372173</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.401848105729984</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00852476</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.004545497242361307</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019248779863119125</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>3.968369216126453</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>23.626</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9633</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.9562</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305644.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>797.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.4205</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.458</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.6853</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3641.7948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3881.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70900.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1222.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4696.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.9767</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.484698520973325</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> |