=== 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-0040 --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-0040",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0040_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0040_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0040/ses-04/func/sub-0040_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>6a003c76eccf7f3ea2de11714508ab0f</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>09:15:4.340000</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.998866, -0.0465056, 0.010178, 0.0458823, 0.997449, 0.0546888]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0770923</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7743, -7264, 650, -57, -103, 62, 80]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.403</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1738a91a-f59c-400f-9c02-bd54459bae4d||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.679884910583496, 0.12309897691011429, 0.03427752107381821, 106.54242706298828], [0.1247711107134819, 2.676081895828247, 0.14623157680034637, -95.03337097167969], [0.027306852862238884, -0.14672616124153137, 2.695819139480591, -63.34056091308594], [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': ['091504.340000', '091504.800000', '091505.260000', '091505.720000', '091506.180000', '091506.640000', '091507.100000', '091507.560000', '091508.020000', '091508.480000', '091508.940000', '091509.400000', '091509.860000', '091510.320000', '091510.780000', '091511.240000', '091511.700000', '091512.160000', '091512.620000', '091513.080000', '091513.540000', '091514.000000', '091514.460000', '091514.920000', '091515.380000', '091515.840000', '091516.300000', '091516.760000', '091517.220000', '091517.680000', '091518.140000', '091518.600000', '091519.060000', '091519.520000', '091519.980000', '091520.440000', '091520.900000', '091521.360000', '091521.820000', '091522.280000', '091522.740000', '091523.200000', '091523.660000', '091524.120000', '091524.580000', '091525.040000', '091525.500000', '091525.960000', '091526.420000', '091526.880000', '091527.340000', '091527.800000', '091528.260000', '091528.720000', '091529.180000', '091529.640000', '091530.100000', '091530.560000', '091531.020000', '091531.480000', '091531.940000', '091532.400000', '091532.860000', '091533.320000', '091533.780000', '091534.240000', '091534.700000', '091535.160000', '091535.620000', '091536.080000', '091536.540000', '091537.000000', '091537.460000', '091537.920000', '091538.380000', '091538.840000', '091539.300000', '091539.760000', '091540.220000', '091540.680000', '091541.140000', '091541.600000', '091542.060000', '091542.520000', '091542.980000', '091543.440000', '091543.900000', '091544.360000', '091544.820000', '091545.280000', '091545.740000', '091546.200000', '091546.660000', '091547.120000', '091547.580000', '091548.040000', '091548.500000', '091548.960000', '091549.420000', '091549.880000', '091550.340000', '091550.800000', '091551.260000', '091551.720000', '091552.180000', '091552.640000', '091553.100000', '091553.560000', '091554.020000', '091554.480000', '091554.940000', '091555.400000', '091555.860000', '091556.320000', '091556.780000', '091557.240000', '091557.700000', '091558.160000', '091558.620000', '091559.080000', '091559.540000', '091600.000000', '091600.460000', '091600.920000', '091601.380000', '091601.840000', '091602.300000', '091602.760000', '091603.220000', '091603.680000', '091604.140000', '091604.600000', '091605.060000', '091605.520000', '091605.980000', '091606.440000', '091606.900000', '091607.360000', '091607.820000', '091608.280000', '091608.740000', '091609.200000', '091609.660000', '091610.120000', '091610.580000', '091611.040000', '091611.500000', '091611.960000', '091612.420000', '091612.880000', '091613.340000', '091613.800000', '091614.260000', '091614.720000', '091615.180000', '091615.640000', '091616.100000', '091616.560000', '091617.020000', '091617.480000', '091617.940000', '091618.400000', '091618.860000', '091619.320000', '091619.780000', '091620.240000', '091620.700000', '091621.160000', '091621.620000', '091622.080000', '091622.540000', '091623.000000', '091623.460000', '091623.920000', '091624.380000', '091624.840000', '091625.300000', '091625.760000', '091626.220000', '091626.680000', '091627.140000', '091627.600000', '091628.060000', '091628.520000', '091628.980000', '091629.440000', '091629.900000', '091630.360000', '091630.820000', '091631.280000', '091631.740000', '091632.200000', '091632.660000', '091633.120000', '091633.580000', '091634.040000', '091634.500000', '091634.960000', '091635.420000', '091635.880000', '091636.340000', '091636.800000', '091637.260000', '091637.720000', '091638.180000', '091638.640000', '091639.100000', '091639.560000', '091640.020000', '091640.480000', '091640.940000', '091641.400000', '091641.860000', '091642.320000', '091642.780000', '091643.240000', '091643.700000', '091644.160000', '091644.620000', '091645.080000', '091645.540000', '091646.000000', '091646.460000', '091646.920000', '091647.380000', '091647.840000', '091648.300000', '091648.760000', '091649.220000', '091649.680000', '091650.140000', '091650.600000', '091651.060000', '091651.520000', '091651.980000', '091652.440000', '091652.900000', '091653.360000', '091653.820000', '091654.280000', '091654.740000', '091655.200000', '091655.660000', '091656.120000', '091656.580000', '091657.040000', '091657.500000', '091657.960000', '091658.420000', '091658.880000', '091659.340000', '091659.800000', '091700.260000', '091700.720000', '091701.180000', '091701.640000', '091702.100000', '091702.560000', '091703.020000', '091703.480000', '091703.940000', '091704.400000', '091704.860000', '091705.320000', '091705.780000', '091706.240000', '091706.700000', '091707.160000', '091707.620000', '091708.080000', '091708.540000', '091709.000000', '091709.460000', '091709.920000', '091710.380000', '091710.840000', '091711.300000', '091711.760000', '091712.220000', '091712.680000', '091713.140000', '091713.600000', '091714.060000', '091714.520000', '091714.980000', '091715.440000', '091715.900000', '091716.360000', '091716.820000', '091717.280000', '091717.740000', '091718.200000', '091718.660000', '091719.120000', '091719.580000', '091720.040000', '091720.500000', '091720.960000', '091721.420000', '091721.880000', '091722.340000', '091722.800000', '091723.260000', '091723.720000', '091724.180000', '091724.640000', '091725.100000', '091725.560000', '091726.020000', '091726.480000', '091726.940000', '091727.400000', '091727.860000', '091728.320000', '091728.780000', '091729.240000', '091729.700000', '091730.160000', '091730.620000', '091731.080000', '091731.540000', '091732.000000', '091732.460000', '091732.920000', '091733.380000', '091733.840000', '091734.300000', '091734.760000', '091735.220000', '091735.680000', '091736.140000', '091736.600000', '091737.060000', '091737.520000', '091737.980000', '091738.440000', '091738.900000', '091739.360000', '091739.820000', '091740.280000', '091740.740000', '091741.200000', '091741.660000', '091742.120000', '091742.580000', '091743.040000', '091743.500000', '091743.960000', '091744.420000', '091744.880000', '091745.340000', '091745.800000', '091746.260000', '091746.720000', '091747.180000', '091747.640000', '091748.100000', '091748.560000', '091749.020000', '091749.480000', '091749.940000', '091750.400000', '091750.860000', '091751.320000', '091751.780000', '091752.240000', '091752.700000', '091753.160000', '091753.620000', '091754.080000', '091754.540000', '091755.000000', '091755.460000', '091755.920000', '091756.380000', '091756.840000', '091757.300000', '091757.760000', '091758.220000', '091758.680000', '091759.140000', '091759.600000', '091800.060000', '091800.520000', '091800.980000', '091801.440000', '091801.900000', '091802.360000', '091802.820000', '091803.280000', '091803.740000', '091804.200000', '091804.660000', '091805.120000', '091805.580000', '091806.040000', '091806.500000', '091806.960000', '091807.420000', '091807.880000', '091808.340000', '091808.800000', '091809.260000', '091809.720000', '091810.180000', '091810.640000', '091811.100000', '091811.560000', '091812.020000', '091812.480000', '091812.940000', '091813.400000', '091813.860000', '091814.320000', '091814.780000', '091815.240000', '091815.700000', '091816.160000', '091816.620000', '091817.080000', '091817.540000', '091818.000000', '091818.460000', '091818.920000', '091819.380000', '091819.840000', '091820.300000', '091820.760000', '091821.220000', '091821.680000', '091822.140000', '091822.600000', '091823.060000', '091823.520000', '091823.980000', '091824.440000', '091824.900000', '091825.360000', '091825.820000', '091826.280000', '091826.740000', '091827.200000', '091827.660000', '091828.120000', '091828.580000', '091829.040000', '091829.500000', '091829.960000', '091830.420000', '091830.880000', '091831.340000', '091831.800000', '091832.260000', '091832.720000', '091833.180000', '091833.640000', '091834.100000', '091834.560000', '091835.020000', '091835.480000', '091835.940000', '091836.400000', '091836.860000', '091837.320000', '091837.780000', '091838.240000', '091838.700000', '091839.160000', '091839.620000', '091840.080000', '091840.540000', '091841.000000', '091841.460000', '091841.920000', '091842.380000', '091842.840000', '091843.300000', '091843.760000', '091844.220000', '091844.680000', '091845.140000', '091845.600000', '091846.060000', '091846.520000', '091846.980000', '091847.440000', '091847.900000', '091848.360000', '091848.820000', '091849.280000', '091849.740000', '091850.200000', '091850.660000', '091851.120000', '091851.580000', '091852.040000', '091852.500000', '091852.960000', '091853.420000', '091853.880000', '091854.340000', '091854.800000', '091855.260000', '091855.720000', '091856.180000', '091856.640000', '091857.100000', '091857.560000', '091858.020000', '091858.480000', '091858.940000', '091859.400000', '091859.860000', '091900.320000', '091900.780000', '091901.240000', '091901.700000', '091902.160000', '091902.620000', '091903.080000', '091903.540000', '091904.000000', '091904.460000', '091904.920000', '091905.380000', '091905.840000', '091906.300000', '091906.760000', '091907.220000', '091907.680000', '091908.140000', '091908.600000', '091909.060000', '091909.520000', '091909.980000', '091910.440000', '091910.900000', '091911.360000', '091911.820000', '091912.280000', '091912.740000', '091913.200000', '091913.660000', '091914.120000', '091914.580000', '091915.040000', '091915.500000', '091915.960000', '091916.420000', '091916.880000', '091917.340000', '091917.800000', '091918.260000', '091918.720000', '091919.180000', '091919.640000', '091920.100000', '091920.560000', '091921.020000', '091921.480000', '091921.940000', '091922.400000', '091922.860000', '091923.320000', '091923.780000', '091924.240000', '091924.700000', '091925.160000', '091925.620000', '091926.080000', '091926.540000', '091927.000000', '091927.460000', '091927.920000', '091928.380000', '091928.840000', '091929.300000', '091929.760000', '091930.220000', '091930.680000', '091931.140000', '091931.600000', '091932.060000', '091932.520000', '091932.980000', '091933.440000', '091933.900000', '091934.360000', '091934.820000', '091935.280000', '091935.740000', '091936.200000', '091936.660000', '091937.120000', '091937.580000', '091938.040000', '091938.500000', '091938.960000', '091939.420000', '091939.880000', '091940.340000', '091940.800000', '091941.260000', '091941.720000', '091942.180000', '091942.640000', '091943.100000', '091943.560000', '091944.020000', '091944.480000', '091944.940000', '091945.400000', '091945.860000', '091946.320000', '091946.780000', '091947.240000', '091947.700000', '091948.160000', '091948.620000', '091949.080000', '091949.540000', '091950.000000', '091950.460000', '091950.920000', '091951.380000', '091951.840000', '091952.300000', '091952.760000', '091953.220000', '091953.680000', '091954.140000', '091954.600000', '091955.060000', '091955.520000', '091955.980000', '091956.440000', '091956.900000', '091957.360000', '091957.820000', '091958.280000', '091958.740000', '091959.200000', '091959.660000', '092000.120000', '092000.580000', '092001.040000', '092001.500000', '092001.960000', '092002.420000', '092002.880000', '092003.340000', '092003.800000', '092004.260000', '092004.720000', '092005.180000', '092005.640000', '092006.100000', '092006.560000', '092007.020000', '092007.480000', '092007.940000', '092008.400000', '092008.860000', '092009.320000', '092009.780000', '092010.240000', '092010.700000', '092011.160000', '092011.620000', '092012.080000', '092012.540000', '092013.000000', '092013.460000', '092013.920000', '092014.380000', '092014.840000', '092015.300000', '092015.760000', '092016.220000', '092016.680000', '092017.140000', '092017.600000', '092018.060000', '092018.520000', '092018.980000', '092019.440000', '092019.900000', '092020.360000', '092020.820000', '092021.280000', '092021.740000', '092022.200000', '092022.660000', '092023.120000', '092023.580000', '092024.040000', '092024.500000', '092024.960000', '092025.420000', '092025.880000', '092026.340000', '092026.800000', '092027.260000', '092027.720000', '092028.180000', '092028.640000', '092029.100000', '092029.560000', '092030.020000', '092030.480000', '092030.940000', '092031.400000', '092031.860000', '092032.320000', '092032.780000', '092033.240000', '092033.700000', '092034.160000', '092034.620000', '092035.080000', '092035.540000', '092036.000000', '092036.460000', '092036.920000', '092037.380000', '092037.840000', '092038.300000', '092038.760000', '092039.220000', '092039.680000', '092040.140000', '092040.600000', '092041.060000', '092041.520000', '092041.980000', '092042.440000', '092042.900000', '092043.360000', '092043.820000', '092044.280000', '092044.740000', '092045.200000', '092045.660000', '092046.120000', '092046.580000', '092047.040000', '092047.500000', '092047.960000', '092048.420000', '092048.880000', '092049.340000', '092049.800000', '092050.260000', '092050.720000', '092051.180000', '092051.640000', '092052.100000', '092052.560000', '092053.020000', '092053.480000', '092053.940000', '092054.400000', '092054.860000', '092055.320000', '092055.780000', '092056.240000', '092056.700000', '092057.160000', '092057.620000', '092058.080000', '092058.540000', '092059.000000', '092059.460000', '092059.920000', '092100.380000', '092100.840000', '092101.300000', '092101.760000', '092102.220000', '092102.680000', '092103.140000', '092103.600000', '092104.060000', '092104.520000', '092104.980000', '092105.440000', '092105.900000', '092106.360000', '092106.820000', '092107.280000', '092107.740000', '092108.200000', '092108.660000', '092109.120000', '092109.580000', '092110.040000', '092110.500000', '092110.960000', '092111.420000', '092111.880000', '092112.340000', '092112.800000', '092113.260000', '092113.720000', '092114.180000', '092114.640000', '092115.100000', '092115.560000', '092116.020000', '092116.480000', '092116.940000', '092117.400000', '092117.860000', '092118.320000', '092118.780000', '092119.240000', '092119.700000', '092120.160000', '092120.620000', '092121.080000', '092121.540000', '092122.000000', '092122.460000', '092122.920000', '092123.380000', '092123.840000', '092124.300000', '092124.760000', '092125.220000', '092125.680000', '092126.140000', '092126.600000', '092127.060000', '092127.520000', '092127.980000', '092128.440000', '092128.900000', '092129.360000', '092129.820000', '092130.280000', '092130.740000', '092131.200000', '092131.660000', '092132.120000', '092132.580000', '092133.040000', '092133.500000', '092133.960000', '092134.420000', '092134.880000', '092135.340000', '092135.800000', '092136.260000', '092136.720000', '092137.180000', '092137.640000', '092138.100000', '092138.560000', '092139.020000', '092139.480000', '092139.940000', '092140.400000', '092140.860000', '092141.320000', '092141.780000', '092142.240000', '092142.700000', '092143.160000', '092143.620000', '092144.080000', '092144.540000', '092145.000000'], 'ContentTime': ['091518.888000', '091518.891000', '091518.894000', '091518.896000', '091518.899000', '091518.901000', '091518.909000', '091518.912000', '091518.914000', '091518.917000', '091518.919000', '091518.922000', '091518.924000', '091518.927000', '091518.930000', '091518.932000', '091518.935000', '091518.937000', '091518.940000', '091518.942000', '091518.945000', '091518.951000', '091518.953000', '091518.956000', '091518.959000', '091518.961000', '091518.964000', '091518.966000', '091518.969000', '091518.972000', '091538.854000', '091538.856000', '091538.863000', '091538.865000', '091538.868000', '091538.871000', '091538.873000', '091538.876000', '091538.878000', '091538.881000', '091538.883000', '091538.886000', '091538.889000', '091538.898000', '091538.901000', '091538.903000', '091538.906000', '091538.909000', '091538.912000', '091538.914000', '091538.917000', '091538.920000', '091538.922000', '091538.925000', '091538.927000', '091538.930000', '091538.933000', '091538.935000', '091538.938000', '091538.940000', '091538.943000', '091538.945000', '091538.948000', '091538.950000', '091538.953000', '091538.955000', '091538.958000', '091538.961000', '091538.963000', '091538.979000', '091538.982000', '091538.984000', '091538.987000', '091558.853000', '091558.856000', '091558.859000', '091558.861000', '091558.864000', '091558.866000', '091558.869000', '091558.872000', '091558.874000', '091558.877000', '091558.879000', '091558.882000', '091558.885000', '091558.887000', '091558.890000', '091558.892000', '091558.895000', '091558.897000', '091558.900000', '091558.902000', '091558.905000', '091558.907000', '091558.910000', '091558.913000', '091558.915000', '091558.918000', '091558.921000', '091558.923000', '091558.926000', '091558.934000', '091558.937000', '091558.939000', '091558.942000', '091558.944000', '091558.947000', '091558.949000', '091558.952000', '091558.955000', '091558.957000', '091558.960000', '091558.962000', '091558.965000', '091558.968000', '091558.970000', '091618.853000', '091618.855000', '091618.858000', '091618.861000', '091618.863000', '091618.866000', '091618.868000', '091618.871000', '091618.873000', '091618.876000', '091618.879000', '091618.881000', '091618.884000', '091618.886000', '091618.889000', '091618.891000', '091618.894000', '091618.897000', '091618.899000', '091618.902000', '091618.904000', '091618.907000', '091618.910000', '091618.913000', '091618.916000', '091618.919000', '091618.921000', '091618.924000', '091618.927000', '091618.929000', '091618.932000', '091618.934000', '091618.937000', '091618.940000', '091618.942000', '091618.945000', '091618.947000', '091618.950000', '091618.953000', '091618.955000', '091618.958000', '091618.960000', '091618.963000', '091638.853000', '091638.855000', '091638.858000', '091638.861000', '091638.863000', '091638.866000', '091638.868000', '091638.871000', '091638.873000', '091638.876000', '091638.878000', '091638.881000', '091638.884000', '091638.886000', '091638.889000', '091638.891000', '091638.894000', '091638.897000', '091638.899000', '091638.902000', '091638.904000', '091638.907000', '091638.910000', '091638.912000', '091638.915000', '091638.917000', '091638.920000', '091638.922000', '091638.925000', '091638.928000', '091638.930000', '091638.933000', '091638.935000', '091638.938000', '091638.940000', '091638.943000', '091638.945000', '091638.948000', '091638.951000', '091638.953000', '091638.956000', '091638.958000', '091638.961000', '091638.963000', '091658.853000', '091658.855000', '091658.858000', '091658.860000', '091658.863000', '091658.866000', '091658.868000', '091658.871000', '091658.873000', '091658.876000', '091658.879000', '091658.881000', '091658.884000', '091658.886000', '091658.889000', '091658.891000', '091658.894000', '091658.896000', '091658.899000', '091658.902000', '091658.904000', '091658.907000', '091658.909000', '091658.912000', '091658.914000', '091658.917000', '091658.920000', '091658.922000', '091658.925000', '091658.927000', '091658.930000', '091658.932000', '091658.935000', '091658.937000', '091658.940000', '091658.943000', '091658.946000', '091658.950000', '091658.953000', '091658.956000', '091658.958000', '091658.961000', '091658.964000', '091718.854000', '091718.856000', '091718.859000', '091718.861000', '091718.864000', '091718.867000', '091718.869000', '091718.872000', '091718.874000', '091718.877000', '091718.879000', '091718.882000', '091718.885000', '091718.887000', '091718.890000', '091718.892000', '091718.895000', '091718.898000', '091718.900000', '091718.903000', '091718.905000', '091718.908000', '091718.910000', '091718.913000', '091718.916000', '091718.919000', '091718.922000', '091718.924000', '091718.927000', '091718.929000', '091718.932000', '091718.935000', '091718.937000', '091718.940000', '091718.942000', '091718.960000', '091718.962000', '091718.965000', '091718.967000', '091718.970000', '091718.973000', '091718.975000', '091718.978000', '091718.980000', '091738.853000', '091738.856000', '091738.859000', '091738.862000', '091738.864000', '091738.867000', '091738.869000', '091738.872000', '091738.874000', '091738.877000', '091738.880000', '091738.882000', '091738.885000', '091738.887000', '091738.890000', '091738.892000', '091738.895000', '091738.897000', '091738.900000', '091738.903000', '091738.905000', '091738.908000', '091738.910000', '091738.913000', '091738.916000', '091738.918000', '091738.921000', '091738.923000', '091738.926000', '091738.928000', '091738.931000', '091738.934000', '091738.937000', '091738.940000', '091738.942000', '091738.945000', '091738.947000', '091738.950000', '091738.953000', '091738.955000', '091738.958000', '091738.960000', '091738.963000', '091758.854000', '091758.856000', '091758.859000', '091758.862000', '091758.864000', '091758.867000', '091758.869000', '091758.872000', '091758.875000', '091758.877000', '091758.880000', '091758.882000', '091758.885000', '091758.888000', '091758.890000', '091758.893000', '091758.895000', '091758.898000', '091758.901000', '091758.903000', '091758.906000', '091758.908000', '091758.911000', '091758.913000', '091758.916000', '091758.919000', '091758.921000', '091758.924000', '091758.926000', '091758.929000', '091758.932000', '091758.934000', '091758.937000', '091758.939000', '091758.942000', '091758.944000', '091758.947000', '091758.950000', '091758.952000', '091758.955000', '091758.957000', '091758.960000', '091758.963000', '091758.965000', '091818.854000', '091818.856000', '091818.859000', '091818.861000', '091818.864000', '091818.867000', '091818.869000', '091818.872000', '091818.874000', '091818.877000', '091818.880000', '091818.882000', '091818.885000', '091818.887000', '091818.890000', '091818.892000', '091818.895000', '091818.898000', '091818.900000', '091818.903000', '091818.905000', '091818.908000', '091818.910000', '091818.913000', '091818.916000', '091818.918000', '091818.921000', '091818.924000', '091818.926000', '091818.929000', '091818.931000', '091818.934000', '091818.936000', '091818.939000', '091818.942000', '091818.944000', '091818.947000', '091818.950000', '091818.953000', '091818.956000', '091818.958000', '091818.961000', '091818.964000', '091838.853000', '091838.855000', '091838.858000', '091838.861000', '091838.863000', '091838.866000', '091838.868000', '091838.871000', '091838.874000', '091838.876000', '091838.879000', '091838.881000', '091838.884000', '091838.886000', '091838.889000', '091838.892000', '091838.894000', '091838.897000', '091838.899000', '091838.902000', '091838.905000', '091838.907000', '091838.910000', '091838.912000', '091838.915000', '091838.917000', '091838.920000', '091838.923000', '091838.925000', '091838.928000', '091838.930000', '091838.933000', '091838.936000', '091838.938000', '091838.941000', '091838.943000', '091838.946000', '091838.948000', '091838.951000', '091838.954000', '091838.956000', '091838.959000', '091838.961000', '091838.964000', '091858.852000', '091858.855000', '091858.858000', '091858.861000', '091858.863000', '091858.866000', '091858.868000', '091858.871000', '091858.873000', '091858.876000', '091858.878000', '091858.881000', '091858.884000', '091858.886000', '091858.889000', '091858.891000', '091858.905000', '091858.908000', '091858.910000', '091858.913000', '091858.916000', '091858.918000', '091858.921000', '091858.924000', '091858.926000', '091858.929000', '091858.931000', '091858.934000', '091858.936000', '091858.939000', '091858.942000', '091858.944000', '091858.947000', '091858.949000', '091858.952000', '091858.954000', '091858.957000', '091858.960000', '091858.962000', '091858.965000', '091858.967000', '091858.970000', '091858.973000', '091918.853000', '091918.856000', '091918.858000', '091918.861000', '091918.864000', '091918.866000', '091918.869000', '091918.871000', '091918.874000', '091918.876000', '091918.879000', '091918.882000', '091918.884000', '091918.887000', '091918.889000', '091918.892000', '091918.895000', '091918.897000', '091918.900000', '091918.902000', '091918.905000', '091918.908000', '091918.910000', '091918.913000', '091918.915000', '091918.918000', '091918.920000', '091918.923000', '091918.926000', '091918.928000', '091918.931000', '091918.933000', '091918.936000', '091918.939000', '091918.941000', '091918.944000', '091918.946000', '091918.949000', '091918.952000', '091918.954000', '091918.957000', '091918.959000', '091918.962000', '091918.965000', '091938.854000', '091938.856000', '091938.859000', '091938.862000', '091938.864000', '091938.867000', '091938.869000', '091938.872000', '091938.874000', '091938.877000', '091938.880000', '091938.882000', '091938.885000', '091938.887000', '091938.890000', '091938.892000', '091938.895000', '091938.898000', '091938.900000', '091938.903000', '091938.905000', '091938.908000', '091938.911000', '091938.913000', '091938.916000', '091938.918000', '091938.921000', '091938.923000', '091938.926000', '091938.929000', '091938.931000', '091938.934000', '091938.936000', '091938.939000', '091938.942000', '091938.944000', '091938.947000', '091938.949000', '091938.952000', '091938.955000', '091938.957000', '091938.960000', '091938.962000', '091958.854000', '091958.856000', '091958.859000', '091958.862000', '091958.864000', '091958.867000', '091958.869000', '091958.872000', '091958.875000', '091958.877000', '091958.880000', '091958.882000', '091958.885000', '091958.887000', '091958.890000', '091958.893000', '091958.895000', '091958.898000', '091958.901000', '091958.903000', '091958.906000', '091958.908000', '091958.911000', '091958.914000', '091958.916000', '091958.919000', '091958.922000', '091958.924000', '091958.927000', '091958.929000', '091958.932000', '091958.935000', '091958.937000', '091958.940000', '091958.942000', '091958.945000', '091958.947000', '091958.950000', '091958.952000', '091958.955000', '091958.958000', '091958.960000', '091958.963000', '091958.965000', '092018.854000', '092018.857000', '092018.859000', '092018.862000', '092018.865000', '092018.867000', '092018.870000', '092018.872000', '092018.875000', '092018.877000', '092018.880000', '092018.883000', '092018.885000', '092018.888000', '092018.890000', '092018.893000', '092018.896000', '092018.898000', '092018.901000', '092018.903000', '092018.906000', '092018.909000', '092018.911000', '092018.914000', '092018.916000', '092018.919000', '092018.921000', '092018.924000', '092018.927000', '092018.929000', '092018.932000', '092018.934000', '092018.937000', '092018.940000', '092018.942000', '092018.945000', '092018.947000', '092018.950000', '092018.953000', '092018.955000', '092018.958000', '092018.972000', '092018.974000', '092038.854000', '092038.856000', '092038.859000', '092038.862000', '092038.864000', '092038.867000', '092038.869000', '092038.872000', '092038.875000', '092038.877000', '092038.880000', '092038.882000', '092038.885000', '092038.888000', '092038.890000', '092038.893000', '092038.895000', '092038.898000', '092038.901000', '092038.903000', '092038.906000', '092038.908000', '092038.911000', '092038.914000', '092038.916000', '092038.919000', '092038.921000', '092038.924000', '092038.927000', '092038.929000', '092038.932000', '092038.934000', '092038.937000', '092038.940000', '092038.942000', '092038.945000', '092038.947000', '092038.950000', '092038.952000', '092038.955000', '092038.958000', '092038.960000', '092038.963000', '092038.966000', '092058.852000', '092058.855000', '092058.858000', '092058.860000', '092058.863000', '092058.866000', '092058.868000', '092058.871000', '092058.873000', '092058.876000', '092058.878000', '092058.881000', '092058.884000', '092058.886000', '092058.889000', '092058.891000', '092058.894000', '092058.896000', '092058.899000', '092058.902000', '092058.904000', '092058.907000', '092058.909000', '092058.912000', '092058.914000', '092058.917000', '092058.920000', '092058.922000', '092058.925000', '092058.928000', '092058.930000', '092058.933000', '092058.935000', '092058.938000', '092058.941000', '092058.943000', '092058.946000', '092058.948000', '092058.951000', '092058.953000', '092058.956000', '092058.959000', '092058.961000', '092118.853000', '092118.855000', '092118.858000', '092118.861000', '092118.863000', '092118.866000', '092118.868000', '092118.871000', '092118.873000', '092118.876000', '092118.879000', '092118.881000', '092118.884000', '092118.887000', '092118.889000', '092118.892000', '092118.894000', '092118.897000', '092118.900000', '092118.902000', '092118.905000', '092118.907000', '092118.910000', '092118.912000', '092118.915000', '092118.918000', '092118.920000', '092118.923000', '092118.925000', '092118.928000', '092118.931000', '092118.933000', '092118.936000', '092118.938000', '092118.941000', '092118.944000', '092118.946000', '092118.949000', '092118.951000', '092118.954000', '092118.957000', '092118.959000', '092118.962000', '092118.964000', '092138.853000', '092138.855000', '092138.858000', '092138.861000', '092138.863000', '092138.866000', '092138.869000', '092138.871000', '092138.874000', '092138.876000', '092138.879000', '092138.881000', '092138.884000', '092138.887000', '092138.889000', '092138.892000', '092138.894000', '092138.897000', '092138.900000', '092138.902000', '092138.905000', '092138.907000', '092138.910000', '092138.912000', '092138.915000', '092138.918000', '092138.920000', '092138.923000', '092138.925000', '092138.928000', '092138.931000', '092138.933000', '092138.936000', '092138.938000', '092138.941000', '092138.943000', '092138.946000', '092138.949000', '092138.951000', '092138.954000', '092138.956000', '092138.959000', '092138.961000', '092145.933000', '092145.936000', '092145.938000', '092145.941000', '092145.943000', '092145.946000', '092145.949000', '092145.951000', '092145.954000', '092145.976000', '092145.979000', '092145.982000', '092145.985000', '092145.987000', '092145.990000', '092145.993000'], 'InstanceCreationTime': ['091518.888000', '091518.891000', '091518.894000', '091518.896000', '091518.899000', '091518.901000', '091518.909000', '091518.912000', '091518.914000', '091518.917000', '091518.919000', '091518.922000', '091518.924000', '091518.927000', '091518.930000', '091518.932000', '091518.935000', '091518.937000', '091518.940000', '091518.942000', '091518.945000', '091518.951000', '091518.953000', '091518.956000', '091518.959000', '091518.961000', '091518.964000', '091518.966000', '091518.969000', '091518.972000', '091538.854000', '091538.856000', '091538.863000', '091538.865000', '091538.868000', '091538.871000', '091538.873000', '091538.876000', '091538.878000', '091538.881000', '091538.883000', '091538.886000', '091538.889000', '091538.898000', '091538.901000', '091538.903000', '091538.906000', '091538.909000', '091538.912000', '091538.914000', '091538.917000', '091538.920000', '091538.922000', '091538.925000', '091538.927000', '091538.930000', '091538.933000', '091538.935000', '091538.938000', '091538.940000', '091538.943000', '091538.945000', '091538.948000', '091538.950000', '091538.953000', '091538.955000', '091538.958000', '091538.961000', '091538.963000', '091538.979000', '091538.982000', '091538.984000', '091538.987000', '091558.853000', '091558.856000', '091558.859000', '091558.861000', '091558.864000', '091558.866000', '091558.869000', '091558.872000', '091558.874000', '091558.877000', '091558.879000', '091558.882000', '091558.885000', '091558.887000', '091558.890000', '091558.892000', '091558.895000', '091558.897000', '091558.900000', '091558.902000', '091558.905000', '091558.907000', '091558.910000', '091558.913000', '091558.915000', '091558.918000', '091558.921000', '091558.923000', '091558.926000', '091558.934000', '091558.937000', '091558.939000', '091558.942000', '091558.944000', '091558.947000', '091558.949000', '091558.952000', '091558.955000', '091558.957000', '091558.960000', '091558.962000', '091558.965000', '091558.968000', '091558.970000', '091618.853000', '091618.855000', '091618.858000', '091618.861000', '091618.863000', '091618.866000', '091618.868000', '091618.871000', '091618.873000', '091618.876000', '091618.879000', '091618.881000', '091618.884000', '091618.886000', '091618.889000', '091618.891000', '091618.894000', '091618.897000', '091618.899000', '091618.902000', '091618.904000', '091618.907000', '091618.910000', '091618.913000', '091618.916000', '091618.919000', '091618.921000', '091618.924000', '091618.927000', '091618.929000', '091618.932000', '091618.934000', '091618.937000', '091618.940000', '091618.942000', '091618.945000', '091618.947000', '091618.950000', '091618.953000', '091618.955000', '091618.958000', '091618.960000', '091618.963000', '091638.853000', '091638.855000', '091638.858000', '091638.861000', '091638.863000', '091638.866000', '091638.868000', '091638.871000', '091638.873000', '091638.876000', '091638.878000', '091638.881000', '091638.884000', '091638.886000', '091638.889000', '091638.891000', '091638.894000', '091638.897000', '091638.899000', '091638.902000', '091638.904000', '091638.907000', '091638.910000', '091638.912000', '091638.915000', '091638.917000', '091638.920000', '091638.922000', '091638.925000', '091638.928000', '091638.930000', '091638.933000', '091638.935000', '091638.938000', '091638.940000', '091638.943000', '091638.945000', '091638.948000', '091638.951000', '091638.953000', '091638.956000', '091638.958000', '091638.961000', '091638.963000', '091658.853000', '091658.855000', '091658.858000', '091658.860000', '091658.863000', '091658.866000', '091658.868000', '091658.871000', '091658.873000', '091658.876000', '091658.879000', '091658.881000', '091658.884000', '091658.886000', '091658.889000', '091658.891000', '091658.894000', '091658.896000', '091658.899000', '091658.902000', '091658.904000', '091658.907000', '091658.909000', '091658.912000', '091658.914000', '091658.917000', '091658.920000', '091658.922000', '091658.925000', '091658.927000', '091658.930000', '091658.932000', '091658.935000', '091658.937000', '091658.940000', '091658.943000', '091658.946000', '091658.950000', '091658.953000', '091658.956000', '091658.958000', '091658.961000', '091658.964000', '091718.854000', '091718.856000', '091718.859000', '091718.861000', '091718.864000', '091718.867000', '091718.869000', '091718.872000', '091718.874000', '091718.877000', '091718.879000', '091718.882000', '091718.885000', '091718.887000', '091718.890000', '091718.892000', '091718.895000', '091718.898000', '091718.900000', '091718.903000', '091718.905000', '091718.908000', '091718.910000', '091718.913000', '091718.916000', '091718.919000', '091718.922000', '091718.924000', '091718.927000', '091718.929000', '091718.932000', '091718.935000', '091718.937000', '091718.940000', '091718.942000', '091718.960000', '091718.962000', '091718.965000', '091718.967000', '091718.970000', '091718.973000', '091718.975000', '091718.978000', '091718.980000', '091738.853000', '091738.856000', '091738.859000', '091738.862000', '091738.864000', '091738.867000', '091738.869000', '091738.872000', '091738.874000', '091738.877000', '091738.880000', '091738.882000', '091738.885000', '091738.887000', '091738.890000', '091738.892000', '091738.895000', '091738.897000', '091738.900000', '091738.903000', '091738.905000', '091738.908000', '091738.910000', '091738.913000', '091738.916000', '091738.918000', '091738.921000', '091738.923000', '091738.926000', '091738.928000', '091738.931000', '091738.934000', '091738.937000', '091738.940000', '091738.942000', '091738.945000', '091738.947000', '091738.950000', '091738.953000', '091738.955000', '091738.958000', '091738.960000', '091738.963000', '091758.854000', '091758.856000', '091758.859000', '091758.862000', '091758.864000', '091758.867000', '091758.869000', '091758.872000', '091758.875000', '091758.877000', '091758.880000', '091758.882000', '091758.885000', '091758.888000', '091758.890000', '091758.893000', '091758.895000', '091758.898000', '091758.901000', '091758.903000', '091758.906000', '091758.908000', '091758.911000', '091758.913000', '091758.916000', '091758.919000', '091758.921000', '091758.924000', '091758.926000', '091758.929000', '091758.932000', '091758.934000', '091758.937000', '091758.939000', '091758.942000', '091758.944000', '091758.947000', '091758.950000', '091758.952000', '091758.955000', '091758.957000', '091758.960000', '091758.963000', '091758.965000', '091818.854000', '091818.856000', '091818.859000', '091818.861000', '091818.864000', '091818.867000', '091818.869000', '091818.872000', '091818.874000', '091818.877000', '091818.880000', '091818.882000', '091818.885000', '091818.887000', '091818.890000', '091818.892000', '091818.895000', '091818.898000', '091818.900000', '091818.903000', '091818.905000', '091818.908000', '091818.910000', '091818.913000', '091818.916000', '091818.918000', '091818.921000', '091818.924000', '091818.926000', '091818.929000', '091818.931000', '091818.934000', '091818.936000', '091818.939000', '091818.942000', '091818.944000', '091818.947000', '091818.950000', '091818.953000', '091818.956000', '091818.958000', '091818.961000', '091818.964000', '091838.853000', '091838.855000', '091838.858000', '091838.861000', '091838.863000', '091838.866000', '091838.868000', '091838.871000', '091838.874000', '091838.876000', '091838.879000', '091838.881000', '091838.884000', '091838.886000', '091838.889000', '091838.892000', '091838.894000', '091838.897000', '091838.899000', '091838.902000', '091838.905000', '091838.907000', '091838.910000', '091838.912000', '091838.915000', '091838.917000', '091838.920000', '091838.923000', '091838.925000', '091838.928000', '091838.930000', '091838.933000', '091838.936000', '091838.938000', '091838.941000', '091838.943000', '091838.946000', '091838.948000', '091838.951000', '091838.954000', '091838.956000', '091838.959000', '091838.961000', '091838.964000', '091858.852000', '091858.855000', '091858.858000', '091858.861000', '091858.863000', '091858.866000', '091858.868000', '091858.871000', '091858.873000', '091858.876000', '091858.878000', '091858.881000', '091858.884000', '091858.886000', '091858.889000', '091858.891000', '091858.905000', '091858.908000', '091858.910000', '091858.913000', '091858.916000', '091858.918000', '091858.921000', '091858.924000', '091858.926000', '091858.929000', '091858.931000', '091858.934000', '091858.936000', '091858.939000', '091858.942000', '091858.944000', '091858.947000', '091858.949000', '091858.952000', '091858.954000', '091858.957000', '091858.960000', '091858.962000', '091858.965000', '091858.967000', '091858.970000', '091858.973000', '091918.853000', '091918.856000', '091918.858000', '091918.861000', '091918.864000', '091918.866000', '091918.869000', '091918.871000', '091918.874000', '091918.876000', '091918.879000', '091918.882000', '091918.884000', '091918.887000', '091918.889000', '091918.892000', '091918.895000', '091918.897000', '091918.900000', '091918.902000', '091918.905000', '091918.908000', '091918.910000', '091918.913000', '091918.915000', '091918.918000', '091918.920000', '091918.923000', '091918.926000', '091918.928000', '091918.931000', '091918.933000', '091918.936000', '091918.939000', '091918.941000', '091918.944000', '091918.946000', '091918.949000', '091918.952000', '091918.954000', '091918.957000', '091918.959000', '091918.962000', '091918.965000', '091938.854000', '091938.856000', '091938.859000', '091938.862000', '091938.864000', '091938.867000', '091938.869000', '091938.872000', '091938.874000', '091938.877000', '091938.880000', '091938.882000', '091938.885000', '091938.887000', '091938.890000', '091938.892000', '091938.895000', '091938.898000', '091938.900000', '091938.903000', '091938.905000', '091938.908000', '091938.911000', '091938.913000', '091938.916000', '091938.918000', '091938.921000', '091938.923000', '091938.926000', '091938.929000', '091938.931000', '091938.934000', '091938.936000', '091938.939000', '091938.942000', '091938.944000', '091938.947000', '091938.949000', '091938.952000', '091938.955000', '091938.957000', '091938.960000', '091938.962000', '091958.854000', '091958.856000', '091958.859000', '091958.862000', '091958.864000', '091958.867000', '091958.869000', '091958.872000', '091958.875000', '091958.877000', '091958.880000', '091958.882000', '091958.885000', '091958.887000', '091958.890000', '091958.893000', '091958.895000', '091958.898000', '091958.901000', '091958.903000', '091958.906000', '091958.908000', '091958.911000', '091958.914000', '091958.916000', '091958.919000', '091958.922000', '091958.924000', '091958.927000', '091958.929000', '091958.932000', '091958.935000', '091958.937000', '091958.940000', '091958.942000', '091958.945000', '091958.947000', '091958.950000', '091958.952000', '091958.955000', '091958.958000', '091958.960000', '091958.963000', '091958.965000', '092018.854000', '092018.857000', '092018.859000', '092018.862000', '092018.865000', '092018.867000', '092018.870000', '092018.872000', '092018.875000', '092018.877000', '092018.880000', '092018.883000', '092018.885000', '092018.888000', '092018.890000', '092018.893000', '092018.896000', '092018.898000', '092018.901000', '092018.903000', '092018.906000', '092018.909000', '092018.911000', '092018.914000', '092018.916000', '092018.919000', '092018.921000', '092018.924000', '092018.927000', '092018.929000', '092018.932000', '092018.934000', '092018.937000', '092018.940000', '092018.942000', '092018.945000', '092018.947000', '092018.950000', '092018.953000', '092018.955000', '092018.958000', '092018.972000', '092018.974000', '092038.854000', '092038.856000', '092038.859000', '092038.862000', '092038.864000', '092038.867000', '092038.869000', '092038.872000', '092038.875000', '092038.877000', '092038.880000', '092038.882000', '092038.885000', '092038.888000', '092038.890000', '092038.893000', '092038.895000', '092038.898000', '092038.901000', '092038.903000', '092038.906000', '092038.908000', '092038.911000', '092038.914000', '092038.916000', '092038.919000', '092038.921000', '092038.924000', '092038.927000', '092038.929000', '092038.932000', '092038.934000', '092038.937000', '092038.940000', '092038.942000', '092038.945000', '092038.947000', '092038.950000', '092038.952000', '092038.955000', '092038.958000', '092038.960000', '092038.963000', '092038.966000', '092058.852000', '092058.855000', '092058.858000', '092058.860000', '092058.863000', '092058.866000', '092058.868000', '092058.871000', '092058.873000', '092058.876000', '092058.878000', '092058.881000', '092058.884000', '092058.886000', '092058.889000', '092058.891000', '092058.894000', '092058.896000', '092058.899000', '092058.902000', '092058.904000', '092058.907000', '092058.909000', '092058.912000', '092058.914000', '092058.917000', '092058.920000', '092058.922000', '092058.925000', '092058.928000', '092058.930000', '092058.933000', '092058.935000', '092058.938000', '092058.941000', '092058.943000', '092058.946000', '092058.948000', '092058.951000', '092058.953000', '092058.956000', '092058.959000', '092058.961000', '092118.853000', '092118.855000', '092118.858000', '092118.861000', '092118.863000', '092118.866000', '092118.868000', '092118.871000', '092118.873000', '092118.876000', '092118.879000', '092118.881000', '092118.884000', '092118.887000', '092118.889000', '092118.892000', '092118.894000', '092118.897000', '092118.900000', '092118.902000', '092118.905000', '092118.907000', '092118.910000', '092118.912000', '092118.915000', '092118.918000', '092118.920000', '092118.923000', '092118.925000', '092118.928000', '092118.931000', '092118.933000', '092118.936000', '092118.938000', '092118.941000', '092118.944000', '092118.946000', '092118.949000', '092118.951000', '092118.954000', '092118.957000', '092118.959000', '092118.962000', '092118.964000', '092138.853000', '092138.855000', '092138.858000', '092138.861000', '092138.863000', '092138.866000', '092138.869000', '092138.871000', '092138.874000', '092138.876000', '092138.879000', '092138.881000', '092138.884000', '092138.887000', '092138.889000', '092138.892000', '092138.894000', '092138.897000', '092138.900000', '092138.902000', '092138.905000', '092138.907000', '092138.910000', '092138.912000', '092138.915000', '092138.918000', '092138.920000', '092138.923000', '092138.925000', '092138.928000', '092138.931000', '092138.933000', '092138.936000', '092138.938000', '092138.941000', '092138.943000', '092138.946000', '092138.949000', '092138.951000', '092138.954000', '092138.956000', '092138.959000', '092138.961000', '092145.933000', '092145.936000', '092145.938000', '092145.941000', '092145.943000', '092145.946000', '092145.949000', '092145.951000', '092145.954000', '092145.976000', '092145.979000', '092145.982000', '092145.985000', '092145.987000', '092145.990000', '092145.993000'], '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': [13561, 10764, 16432, 11143, 11294, 10492, 9497, 11627, 15211, 11878, 15891, 11633, 8356, 12387, 10001, 12467, 9970, 11663, 10140, 11879, 10368, 7967, 12171, 9024, 12145, 9220, 12727, 10069, 8782, 10617, 8660, 13657, 9552, 7489, 14437, 10828, 12485, 11505, 7561, 12778, 8927, 14775, 11363, 15860, 10198, 13232, 9238, 9374, 10396, 8001, 13204, 9953, 12675, 9355, 12266, 10107, 16324, 12277, 11018, 11177, 7935, 13667, 9789, 15509, 11051, 16329, 12379, 16636, 11171, 13092, 8976, 8817, 10545, 15373, 11885, 18083, 13031, 11861, 9573, 7269, 11570, 8404, 13130, 9398, 13628, 10944, 14909, 9625, 14149, 9927, 15466, 11020, 15961, 11945, 9042, 9973, 7288, 12783, 8502, 13868, 8710, 14557, 10288, 15761, 9998, 12209, 9285, 10495, 9829, 8141, 11140, 8857, 13533, 9427, 14640, 9899, 15489, 10860, 15856, 8944, 7801, 11362, 8967, 8338, 11921, 8292, 14834, 10752, 15537, 12965, 9867, 11232, 7909, 15829, 11577, 17612, 12500, 17487, 14141, 14716, 9335, 8131, 10805, 7626, 14117, 9914, 15215, 10429, 7612, 11995, 8881, 15088, 9970, 12065, 10299, 7566, 13245, 9301, 13096, 9327, 11700, 10408, 7458, 13019, 9068, 15103, 10124, 15930, 11595, 11205, 10850, 7919, 14402, 9442, 13164, 9719, 15094, 10582, 7421, 12135, 8732, 14345, 9832, 15993, 11348, 16441, 12274, 10633, 9487, 7104, 11497, 13881, 9834, 15905, 10188, 10022, 10120, 8007, 10314, 11285, 10020, 16110, 10318, 8024, 10771, 7751, 12520, 8037, 13262, 9320, 10856, 11895, 10051, 8023, 12400, 9324, 14352, 9857, 15017, 10493, 14244, 11023, 11448, 9238, 7307, 12668, 8233, 14168, 10314, 16373, 12861, 13540, 9611, 12267, 10363, 15690, 10773, 15603, 13403, 8161, 13711, 9751, 14799, 10398, 16025, 11608, 12512, 10486, 7637, 12596, 8864, 15146, 10333, 15996, 11527, 12646, 10342, 7514, 11580, 7412, 12397, 8084, 14155, 9727, 13587, 9510, 8206, 11171, 9170, 12340, 8408, 16548, 10071, 13399, 9741, 10738, 11708, 9175, 15571, 10535, 17995, 11062, 14660, 9280, 8772, 10921, 8075, 14668, 9626, 13474, 9526, 11510, 10619, 7985, 12430, 7990, 13431, 9151, 14779, 10314, 13541, 9426, 9215, 10229, 8134, 11389, 8149, 15362, 9569, 14612, 10038, 14051, 10433, 12305, 10649, 7621, 12966, 9223, 15329, 9902, 16585, 11560, 10549, 9893, 7414, 11881, 12334, 10490, 14240, 10700, 7612, 13485, 9522, 7670, 12119, 9102, 8984, 10263, 11015, 11440, 14799, 11170, 15817, 12801, 8650, 14495, 8815, 14849, 10324, 15700, 9329, 15051, 9809, 11584, 8625, 12974, 9343, 14248, 9673, 14615, 10107, 13575, 10701, 13832, 9172, 9973, 9151, 10598, 9742, 13115, 10456, 9565, 10740, 7509, 12548, 8174, 14138, 9385, 15417, 10385, 15365, 9684, 13726, 9776, 16393, 11701, 13347, 12078, 8110, 11469, 7926, 14153, 8974, 14789, 9396, 15513, 10383, 15584, 9879, 13003, 9480, 13627, 10286, 11100, 11221, 7901, 12923, 8214, 13393, 10328, 11873, 10209, 12955, 8803, 13732, 9613, 14244, 10145, 13977, 10404, 11195, 9613, 7453, 12346, 8269, 14186, 11762, 14130, 10736, 15356, 8795, 14232, 9698, 14127, 9964, 14920, 10047, 16238, 9237, 14129, 9274, 13550, 9779, 15612, 11103, 16454, 12546, 14419, 8849, 8917, 9383, 13588, 9440, 16475, 12066, 11772, 9415, 7190, 10537, 7465, 11869, 10149, 11743, 7770, 14793, 9087, 13893, 10110, 14618, 10928, 16417, 12098, 13015, 9096, 11765, 9527, 17728, 11239, 15179, 10283, 13736, 10484, 14055, 9446, 7604, 9738, 7753, 10407, 8293, 9389, 7839, 13302, 10816, 7655, 7700, 8418, 7576, 9682, 9749, 15703, 12561, 18007, 13408, 19578, 15190, 18585, 16322, 19657, 16186, 19101, 17042, 19251, 15369, 14028, 12725, 8596, 14353, 9675, 15090, 10276, 10962, 10560, 7737, 11897, 9305, 13086, 10191, 9692, 10722, 8090, 12413, 8460, 13338, 9544, 13417, 9855, 13858, 9378, 10972, 9659, 7792, 10760, 8224, 12330, 9442, 9708, 10925, 8071, 12757, 9256, 10152, 9765, 8380, 11291, 8483, 13524, 8899, 9222, 10182, 7701, 11677, 8143, 13966, 8969, 14022, 9063, 12806, 9103, 12916, 10212, 8501, 11920, 7989, 15418, 10458, 8421, 12290, 8534, 15581, 11715, 18271, 13971, 13200, 9497, 7516, 12388, 8164, 14007, 9088, 15077, 10834, 16465, 9300, 11030, 9730, 9141, 11191, 15510, 11511, 15146, 12345, 9592, 16441, 8285, 15966, 9171, 16941, 10457, 18000, 11740, 17777, 13026, 15422, 11536, 8952, 10340, 7626, 12372, 8187, 14612, 9442, 16257, 9586, 11915, 9189, 7487, 11236, 7583, 13667, 8899, 15591, 11055, 13912, 9607, 7670, 10450, 7213, 12854, 8644, 15079, 10112, 12200, 9679, 7643, 11540, 7733, 13279, 8855, 15865, 11903, 16126, 10465, 7474, 11159, 8205, 14185, 10002, 9106, 11815, 8325, 14557, 9508, 12182, 10153, 12303, 11388, 8028, 16072, 8940, 13166, 9940, 11970, 10761, 10118, 14839, 9124, 14924, 9214, 9788, 11007, 8205, 14474, 10079, 8310, 13350, 9886, 16462, 9385, 12111, 10800, 15651, 11850, 12780, 14222, 8151, 13222, 9284, 13732, 9735, 11608, 10398, 7563, 12701, 8537, 14025, 9710, 15532, 11612, 9319, 10767, 7608, 13238, 8578, 15251, 10666, 17182, 12222, 16349, 9607, 13678, 10490, 12600, 11383, 7984, 13779, 9068, 13484, 9877, 12015, 10379, 7798, 13605, 8794, 14191, 9653, 15946, 11867, 16585, 12439, 9274, 11255, 7318, 13336, 9494, 13797, 10608, 11164, 11599, 7556, 13398, 8943, 14647, 9868, 15750, 11089, 16280, 9960, 7561, 11219, 8196, 14097, 10579, 11000, 11308, 7666, 13845, 9625, 16124, 11703, 16678, 12933, 8569, 11621, 7903, 13507, 9934, 15538, 11708, 16687, 10568, 11947, 10429, 7970, 11712, 10722, 13341, 8684, 14842, 9369, 14570, 9998, 15092, 12047, 14497, 9873, 13473, 9643, 10594, 10843, 8476, 12265, 8271, 13583, 9017, 13761, 9392, 13998, 9887, 13838, 9467, 9534, 9460, 7400, 11314, 8011, 12549, 8182, 13502, 9100, 14007, 9342, 12647, 9655, 16275, 11988, 15486, 12066, 10114, 9971, 7244, 12467, 8166, 12559, 8485, 13984, 8803, 13716, 9301, 13254, 9830, 16999, 12726, 14907, 11671, 9093, 10852, 8012, 12189, 8394, 13090, 8934, 16949, 9583, 15464, 9242, 13618, 9592, 14111, 9813, 13953, 11627, 17306, 11317, 8937, 7300, 7640, 7317, 7047, 8425, 11353, 9394, 7529], 'WindowCenter': [4458.0, 4422.0, 4440.0, 4407.0, 4393.0, 4384.0, 4372.0, 4392.0, 4411.0, 4391.0, 4410.0, 4378.0, 4337.0, 4388.0, 4368.0, 4387.0, 4370.0, 4379.0, 4380.0, 4389.0, 4369.0, 4338.0, 4389.0, 4360.0, 4390.0, 4372.0, 4401.0, 4382.0, 4377.0, 4395.0, 4374.0, 4414.0, 4383.0, 4354.0, 4426.0, 4397.0, 4404.0, 4394.0, 4342.0, 4404.0, 4375.0, 4414.0, 4395.0, 4413.0, 4383.0, 4403.0, 4372.0, 4372.0, 4382.0, 4362.0, 4402.0, 4384.0, 4403.0, 4374.0, 4404.0, 4384.0, 4422.0, 4403.0, 4381.0, 4392.0, 4352.0, 4403.0, 4383.0, 4413.0, 4392.0, 4413.0, 4402.0, 4411.0, 4380.0, 4389.0, 4358.0, 4357.0, 4382.0, 4400.0, 4380.0, 4411.0, 4389.0, 4379.0, 4359.0, 4328.0, 4379.0, 4350.0, 4401.0, 4371.0, 4400.0, 4382.0, 4410.0, 4372.0, 4400.0, 4370.0, 4399.0, 4383.0, 4410.0, 4391.0, 4359.0, 4368.0, 4339.0, 4389.0, 4349.0, 4401.0, 4349.0, 4401.0, 4370.0, 4410.0, 4369.0, 4389.0, 4361.0, 4380.0, 4370.0, 4350.0, 4378.0, 4361.0, 4401.0, 4372.0, 4412.0, 4383.0, 4464.0, 4421.0, 4436.0, 4359.0, 4340.0, 4390.0, 4361.0, 4361.0, 4393.0, 4363.0, 4413.0, 4395.0, 4415.0, 4402.0, 4373.0, 4392.0, 4352.0, 4412.0, 4380.0, 4412.0, 4389.0, 4411.0, 4388.0, 4388.0, 4357.0, 4336.0, 4366.0, 4340.0, 4400.0, 4369.0, 4398.0, 4370.0, 4339.0, 4389.0, 4360.0, 4399.0, 4370.0, 4390.0, 4368.0, 4341.0, 4389.0, 4362.0, 4390.0, 4370.0, 4390.0, 4380.0, 4340.0, 4401.0, 4361.0, 4412.0, 4382.0, 4411.0, 4391.0, 4379.0, 4380.0, 4350.0, 4402.0, 4371.0, 4389.0, 4371.0, 4399.0, 4370.0, 4328.0, 4390.0, 4362.0, 4400.0, 4372.0, 4411.0, 4393.0, 4410.0, 4392.0, 4369.0, 4357.0, 4328.0, 4392.0, 4400.0, 4370.0, 4409.0, 4369.0, 4357.0, 4371.0, 4338.0, 4370.0, 4378.0, 4370.0, 4398.0, 4368.0, 4336.0, 4367.0, 4339.0, 4389.0, 4350.0, 4400.0, 4358.0, 4380.0, 4389.0, 4368.0, 4349.0, 4389.0, 4371.0, 4412.0, 4381.0, 4414.0, 4393.0, 4411.0, 4382.0, 4392.0, 4372.0, 4342.0, 4404.0, 4362.0, 4413.0, 4383.0, 4422.0, 4403.0, 4401.0, 4374.0, 4390.0, 4383.0, 4410.0, 4381.0, 4410.0, 4389.0, 4349.0, 4401.0, 4370.0, 4401.0, 4382.0, 4412.0, 4392.0, 4389.0, 4371.0, 4341.0, 4389.0, 4360.0, 4399.0, 4369.0, 4411.0, 4391.0, 4389.0, 4370.0, 4339.0, 4380.0, 4339.0, 4388.0, 4351.0, 4401.0, 4371.0, 4400.0, 4371.0, 4350.0, 4391.0, 4360.0, 4391.0, 4351.0, 4410.0, 4370.0, 4389.0, 4370.0, 4369.0, 4381.0, 4359.0, 4410.0, 4370.0, 4410.0, 4379.0, 4399.0, 4358.0, 4359.0, 4379.0, 4338.0, 4399.0, 4369.0, 4389.0, 4370.0, 4380.0, 4380.0, 4351.0, 4392.0, 4352.0, 4401.0, 4360.0, 4399.0, 4370.0, 4388.0, 4360.0, 4359.0, 4370.0, 4350.0, 4389.0, 4349.0, 4411.0, 4371.0, 4402.0, 4372.0, 4400.0, 4382.0, 4392.0, 4382.0, 4340.0, 4389.0, 4361.0, 4410.0, 4372.0, 4411.0, 4391.0, 4380.0, 4369.0, 4329.0, 4390.0, 4389.0, 4380.0, 4399.0, 4382.0, 4354.0, 4410.0, 4372.0, 4354.0, 4405.0, 4374.0, 4375.0, 4384.0, 4394.0, 4397.0, 4414.0, 4393.0, 4413.0, 4393.0, 4351.0, 4402.0, 4362.0, 4400.0, 4370.0, 4401.0, 4359.0, 4400.0, 4359.0, 4377.0, 4348.0, 4386.0, 4360.0, 4398.0, 4370.0, 4400.0, 4371.0, 4390.0, 4369.0, 4389.0, 4359.0, 4370.0, 4363.0, 4370.0, 4371.0, 4401.0, 4381.0, 4359.0, 4382.0, 4341.0, 4391.0, 4353.0, 4412.0, 4373.0, 4413.0, 4383.0, 4412.0, 4374.0, 4403.0, 4383.0, 4412.0, 4393.0, 4401.0, 4391.0, 4352.0, 4391.0, 4350.0, 4402.0, 4362.0, 4412.0, 4361.0, 4400.0, 4370.0, 4411.0, 4370.0, 4390.0, 4371.0, 4401.0, 4371.0, 4379.0, 4381.0, 4350.0, 4391.0, 4349.0, 4402.0, 4370.0, 4391.0, 4370.0, 4390.0, 4360.0, 4401.0, 4370.0, 4399.0, 4381.0, 4401.0, 4382.0, 4392.0, 4371.0, 4341.0, 4403.0, 4363.0, 4415.0, 4392.0, 4403.0, 4381.0, 4411.0, 4362.0, 4402.0, 4371.0, 4401.0, 4372.0, 4411.0, 4370.0, 4410.0, 4360.0, 4399.0, 4361.0, 4391.0, 4370.0, 4410.0, 4381.0, 4410.0, 4392.0, 4399.0, 4360.0, 4350.0, 4362.0, 4389.0, 4361.0, 4409.0, 4379.0, 4378.0, 4359.0, 4328.0, 4369.0, 4329.0, 4390.0, 4370.0, 4379.0, 4339.0, 4399.0, 4360.0, 4388.0, 4369.0, 4400.0, 4381.0, 4409.0, 4380.0, 4387.0, 4347.0, 4378.0, 4359.0, 4410.0, 4368.0, 4388.0, 4357.0, 4387.0, 4367.0, 4386.0, 4359.0, 4336.0, 4370.0, 4337.0, 4392.0, 4377.0, 4411.0, 4379.0, 4399.0, 4377.0, 4307.0, 4215.0, 4298.0, 4420.0, 4365.0, 4384.0, 4437.0, 4407.0, 4426.0, 4417.0, 4437.0, 4416.0, 4427.0, 4414.0, 4413.0, 4398.0, 4384.0, 4370.0, 4369.0, 4358.0, 4345.0, 4337.0, 4305.0, 4346.0, 4315.0, 4355.0, 4326.0, 4324.0, 4325.0, 4294.0, 4336.0, 4328.0, 4359.0, 4342.0, 4330.0, 4351.0, 4312.0, 4361.0, 4322.0, 4362.0, 4330.0, 4360.0, 4341.0, 4372.0, 4343.0, 4353.0, 4345.0, 4326.0, 4377.0, 4349.0, 4388.0, 4371.0, 4371.0, 4382.0, 4352.0, 4400.0, 4373.0, 4382.0, 4383.0, 4364.0, 4394.0, 4363.0, 4404.0, 4373.0, 4371.0, 4385.0, 4352.0, 4406.0, 4365.0, 4416.0, 4377.0, 4417.0, 4385.0, 4406.0, 4377.0, 4416.0, 4397.0, 4373.0, 4417.0, 4381.0, 4441.0, 4408.0, 4378.0, 4417.0, 4379.0, 4440.0, 4419.0, 4448.0, 4427.0, 4413.0, 4386.0, 4352.0, 4403.0, 4364.0, 4428.0, 4376.0, 4426.0, 4396.0, 4423.0, 4386.0, 4394.0, 4385.0, 4372.0, 4406.0, 4423.0, 4393.0, 4423.0, 4404.0, 4371.0, 4424.0, 4362.0, 4411.0, 4372.0, 4422.0, 4382.0, 4421.0, 4390.0, 4422.0, 4403.0, 4411.0, 4390.0, 4360.0, 4371.0, 4339.0, 4388.0, 4349.0, 4412.0, 4371.0, 4423.0, 4371.0, 4392.0, 4370.0, 4342.0, 4391.0, 4352.0, 4413.0, 4373.0, 4425.0, 4393.0, 4403.0, 4372.0, 4340.0, 4382.0, 4343.0, 4402.0, 4374.0, 4422.0, 4385.0, 4403.0, 4384.0, 4352.0, 4394.0, 4351.0, 4401.0, 4374.0, 4424.0, 4404.0, 4420.0, 4384.0, 4343.0, 4391.0, 4364.0, 4414.0, 4386.0, 4373.0, 4403.0, 4363.0, 4416.0, 4384.0, 4405.0, 4383.0, 4406.0, 4395.0, 4354.0, 4424.0, 4375.0, 4414.0, 4385.0, 4394.0, 4394.0, 4383.0, 4413.0, 4373.0, 4413.0, 4373.0, 4386.0, 4408.0, 4366.0, 4424.0, 4384.0, 4375.0, 4427.0, 4396.0, 4425.0, 4374.0, 4401.0, 4394.0, 4422.0, 4394.0, 4391.0, 4401.0, 4351.0, 4400.0, 4372.0, 4412.0, 4386.0, 4393.0, 4383.0, 4351.0, 4404.0, 4362.0, 4412.0, 4386.0, 4425.0, 4396.0, 4372.0, 4393.0, 4354.0, 4402.0, 4362.0, 4413.0, 4385.0, 4422.0, 4392.0, 4411.0, 4371.0, 4400.0, 4381.0, 4401.0, 4391.0, 4350.0, 4402.0, 4361.0, 4402.0, 4383.0, 4402.0, 4383.0, 4351.0, 4410.0, 4363.0, 4413.0, 4372.0, 4413.0, 4392.0, 4422.0, 4392.0, 4360.0, 4381.0, 4339.0, 4399.0, 4371.0, 4402.0, 4383.0, 4379.0, 4391.0, 4340.0, 4399.0, 4361.0, 4399.0, 4371.0, 4411.0, 4381.0, 4409.0, 4368.0, 4338.0, 4379.0, 4360.0, 4411.0, 4394.0, 4382.0, 4391.0, 4354.0, 4401.0, 4373.0, 4421.0, 4393.0, 4422.0, 4390.0, 4349.0, 4379.0, 4349.0, 4398.0, 4372.0, 4410.0, 4391.0, 4409.0, 4380.0, 4378.0, 4378.0, 4338.0, 4392.0, 4379.0, 4391.0, 4348.0, 4397.0, 4358.0, 4397.0, 4368.0, 4398.0, 4389.0, 4399.0, 4370.0, 4397.0, 4368.0, 4367.0, 4379.0, 4350.0, 4391.0, 4348.0, 4397.0, 4359.0, 4396.0, 4358.0, 4399.0, 4381.0, 4400.0, 4369.0, 4369.0, 4370.0, 4340.0, 4391.0, 4351.0, 4403.0, 4363.0, 4402.0, 4374.0, 4411.0, 4373.0, 4401.0, 4372.0, 4421.0, 4393.0, 4411.0, 4391.0, 4379.0, 4381.0, 4342.0, 4402.0, 4362.0, 4403.0, 4363.0, 4411.0, 4361.0, 4411.0, 4372.0, 4401.0, 4382.0, 4422.0, 4403.0, 4411.0, 4381.0, 4359.0, 4380.0, 4338.0, 4389.0, 4349.0, 4390.0, 4359.0, 4409.0, 4359.0, 4398.0, 4359.0, 4398.0, 4369.0, 4398.0, 4381.0, 4403.0, 4405.0, 4406.0, 4294.0, 4194.0, 4379.0, 4407.0, 4386.0, 4283.0, 4267.0, 4380.0, 4341.0, 4309.0], 'WindowWidth': [9806.0, 9742.0, 9766.0, 9709.0, 9683.0, 9672.0, 9651.0, 9680.0, 9702.0, 9675.0, 9701.0, 9652.0, 9594.0, 9664.0, 9640.0, 9664.0, 9645.0, 9656.0, 9657.0, 9670.0, 9643.0, 9600.0, 9669.0, 9632.0, 9671.0, 9651.0, 9689.0, 9666.0, 9663.0, 9686.0, 9657.0, 9711.0, 9669.0, 9632.0, 9733.0, 9694.0, 9696.0, 9683.0, 9610.0, 9697.0, 9658.0, 9713.0, 9685.0, 9711.0, 9666.0, 9693.0, 9650.0, 9650.0, 9665.0, 9640.0, 9692.0, 9668.0, 9693.0, 9658.0, 9696.0, 9670.0, 9724.0, 9696.0, 9661.0, 9676.0, 9622.0, 9693.0, 9666.0, 9708.0, 9678.0, 9713.0, 9690.0, 9704.0, 9656.0, 9669.0, 9625.0, 9623.0, 9660.0, 9685.0, 9657.0, 9710.0, 9666.0, 9652.0, 9625.0, 9585.0, 9654.0, 9618.0, 9688.0, 9649.0, 9687.0, 9662.0, 9700.0, 9648.0, 9685.0, 9645.0, 9684.0, 9665.0, 9702.0, 9674.0, 9627.0, 9639.0, 9602.0, 9667.0, 9614.0, 9688.0, 9614.0, 9686.0, 9642.0, 9699.0, 9642.0, 9668.0, 9633.0, 9657.0, 9644.0, 9619.0, 9654.0, 9634.0, 9690.0, 9652.0, 9704.0, 9668.0, 9802.0, 9737.0, 9749.0, 9626.0, 9601.0, 9669.0, 9633.0, 9632.0, 9680.0, 9640.0, 9709.0, 9686.0, 9716.0, 9692.0, 9650.0, 9675.0, 9623.0, 9707.0, 9656.0, 9709.0, 9667.0, 9703.0, 9666.0, 9664.0, 9621.0, 9592.0, 9634.0, 9601.0, 9684.0, 9642.0, 9681.0, 9641.0, 9598.0, 9668.0, 9629.0, 9685.0, 9646.0, 9669.0, 9639.0, 9604.0, 9667.0, 9634.0, 9669.0, 9645.0, 9670.0, 9657.0, 9603.0, 9686.0, 9634.0, 9704.0, 9663.0, 9703.0, 9675.0, 9655.0, 9657.0, 9617.0, 9689.0, 9647.0, 9669.0, 9648.0, 9684.0, 9643.0, 9586.0, 9668.0, 9635.0, 9685.0, 9649.0, 9703.0, 9679.0, 9702.0, 9675.0, 9639.0, 9623.0, 9586.0, 9674.0, 9682.0, 9645.0, 9695.0, 9640.0, 9622.0, 9642.0, 9597.0, 9641.0, 9650.0, 9642.0, 9681.0, 9636.0, 9592.0, 9635.0, 9598.0, 9667.0, 9616.0, 9684.0, 9627.0, 9658.0, 9667.0, 9639.0, 9616.0, 9668.0, 9649.0, 9703.0, 9664.0, 9709.0, 9680.0, 9704.0, 9665.0, 9676.0, 9649.0, 9611.0, 9694.0, 9639.0, 9708.0, 9669.0, 9722.0, 9692.0, 9687.0, 9655.0, 9672.0, 9664.0, 9698.0, 9661.0, 9697.0, 9669.0, 9613.0, 9687.0, 9645.0, 9687.0, 9662.0, 9706.0, 9677.0, 9668.0, 9645.0, 9605.0, 9668.0, 9630.0, 9683.0, 9643.0, 9703.0, 9675.0, 9668.0, 9643.0, 9602.0, 9657.0, 9600.0, 9667.0, 9621.0, 9688.0, 9647.0, 9685.0, 9647.0, 9616.0, 9673.0, 9631.0, 9675.0, 9619.0, 9701.0, 9643.0, 9668.0, 9643.0, 9639.0, 9659.0, 9627.0, 9700.0, 9643.0, 9700.0, 9655.0, 9681.0, 9626.0, 9628.0, 9654.0, 9596.0, 9684.0, 9642.0, 9669.0, 9642.0, 9656.0, 9657.0, 9619.0, 9676.0, 9623.0, 9688.0, 9630.0, 9682.0, 9645.0, 9666.0, 9631.0, 9628.0, 9644.0, 9619.0, 9670.0, 9615.0, 9701.0, 9646.0, 9689.0, 9650.0, 9686.0, 9665.0, 9677.0, 9664.0, 9603.0, 9669.0, 9632.0, 9698.0, 9651.0, 9706.0, 9675.0, 9656.0, 9642.0, 9587.0, 9671.0, 9667.0, 9657.0, 9680.0, 9664.0, 9628.0, 9703.0, 9652.0, 9631.0, 9700.0, 9660.0, 9659.0, 9672.0, 9682.0, 9688.0, 9707.0, 9679.0, 9708.0, 9679.0, 9618.0, 9690.0, 9632.0, 9684.0, 9642.0, 9688.0, 9625.0, 9687.0, 9625.0, 9648.0, 9609.0, 9660.0, 9629.0, 9678.0, 9642.0, 9682.0, 9645.0, 9669.0, 9642.0, 9667.0, 9628.0, 9643.0, 9636.0, 9643.0, 9648.0, 9687.0, 9659.0, 9627.0, 9660.0, 9606.0, 9674.0, 9625.0, 9705.0, 9652.0, 9707.0, 9664.0, 9706.0, 9653.0, 9692.0, 9666.0, 9709.0, 9681.0, 9688.0, 9675.0, 9622.0, 9674.0, 9618.0, 9690.0, 9634.0, 9706.0, 9634.0, 9686.0, 9644.0, 9704.0, 9645.0, 9672.0, 9646.0, 9688.0, 9648.0, 9655.0, 9658.0, 9616.0, 9674.0, 9616.0, 9691.0, 9645.0, 9675.0, 9643.0, 9670.0, 9629.0, 9687.0, 9644.0, 9683.0, 9662.0, 9689.0, 9665.0, 9676.0, 9649.0, 9609.0, 9693.0, 9640.0, 9714.0, 9678.0, 9694.0, 9661.0, 9701.0, 9635.0, 9690.0, 9646.0, 9689.0, 9649.0, 9703.0, 9645.0, 9701.0, 9630.0, 9682.0, 9633.0, 9674.0, 9645.0, 9700.0, 9660.0, 9702.0, 9675.0, 9681.0, 9628.0, 9614.0, 9634.0, 9667.0, 9630.0, 9699.0, 9653.0, 9650.0, 9626.0, 9584.0, 9641.0, 9588.0, 9671.0, 9643.0, 9655.0, 9601.0, 9683.0, 9630.0, 9667.0, 9639.0, 9684.0, 9660.0, 9697.0, 9655.0, 9661.0, 9609.0, 9648.0, 9626.0, 9701.0, 9636.0, 9664.0, 9620.0, 9661.0, 9635.0, 9660.0, 9625.0, 9593.0, 9642.0, 9596.0, 9680.0, 9671.0, 9725.0, 9677.0, 9682.0, 9651.0, 9538.0, 9356.0, 9527.0, 9764.0, 9638.0, 9672.0, 9756.0, 9708.0, 9732.0, 9719.0, 9758.0, 9722.0, 9748.0, 9714.0, 9721.0, 9679.0, 9662.0, 9625.0, 9622.0, 9602.0, 9579.0, 9573.0, 9524.0, 9584.0, 9541.0, 9597.0, 9556.0, 9551.0, 9552.0, 9510.0, 9570.0, 9562.0, 9608.0, 9587.0, 9569.0, 9601.0, 9547.0, 9612.0, 9560.0, 9615.0, 9570.0, 9611.0, 9587.0, 9630.0, 9593.0, 9607.0, 9600.0, 9574.0, 9647.0, 9612.0, 9665.0, 9647.0, 9644.0, 9661.0, 9622.0, 9685.0, 9652.0, 9660.0, 9663.0, 9642.0, 9683.0, 9639.0, 9697.0, 9653.0, 9648.0, 9671.0, 9624.0, 9702.0, 9646.0, 9715.0, 9663.0, 9720.0, 9673.0, 9702.0, 9665.0, 9718.0, 9692.0, 9654.0, 9721.0, 9678.0, 9761.0, 9710.0, 9668.0, 9720.0, 9670.0, 9759.0, 9728.0, 9771.0, 9733.0, 9709.0, 9674.0, 9627.0, 9696.0, 9645.0, 9735.0, 9662.0, 9734.0, 9691.0, 9726.0, 9676.0, 9685.0, 9673.0, 9654.0, 9702.0, 9724.0, 9681.0, 9724.0, 9698.0, 9649.0, 9725.0, 9637.0, 9704.0, 9650.0, 9721.0, 9665.0, 9719.0, 9673.0, 9723.0, 9694.0, 9703.0, 9673.0, 9631.0, 9645.0, 9602.0, 9668.0, 9615.0, 9705.0, 9649.0, 9723.0, 9649.0, 9676.0, 9647.0, 9611.0, 9676.0, 9623.0, 9707.0, 9654.0, 9727.0, 9682.0, 9693.0, 9651.0, 9607.0, 9663.0, 9613.0, 9694.0, 9658.0, 9722.0, 9671.0, 9694.0, 9670.0, 9625.0, 9684.0, 9621.0, 9690.0, 9657.0, 9726.0, 9699.0, 9716.0, 9669.0, 9612.0, 9676.0, 9642.0, 9712.0, 9676.0, 9656.0, 9697.0, 9644.0, 9717.0, 9672.0, 9699.0, 9668.0, 9702.0, 9686.0, 9630.0, 9727.0, 9660.0, 9711.0, 9672.0, 9682.0, 9684.0, 9667.0, 9708.0, 9654.0, 9710.0, 9656.0, 9676.0, 9712.0, 9650.0, 9727.0, 9673.0, 9664.0, 9734.0, 9691.0, 9730.0, 9656.0, 9690.0, 9682.0, 9720.0, 9682.0, 9673.0, 9690.0, 9620.0, 9687.0, 9652.0, 9708.0, 9676.0, 9682.0, 9667.0, 9623.0, 9695.0, 9639.0, 9707.0, 9676.0, 9730.0, 9688.0, 9651.0, 9681.0, 9630.0, 9694.0, 9638.0, 9712.0, 9671.0, 9721.0, 9678.0, 9705.0, 9648.0, 9685.0, 9662.0, 9689.0, 9673.0, 9618.0, 9690.0, 9634.0, 9691.0, 9665.0, 9693.0, 9667.0, 9621.0, 9702.0, 9640.0, 9707.0, 9653.0, 9709.0, 9680.0, 9720.0, 9676.0, 9631.0, 9661.0, 9603.0, 9684.0, 9648.0, 9691.0, 9667.0, 9656.0, 9674.0, 9603.0, 9683.0, 9632.0, 9685.0, 9646.0, 9703.0, 9661.0, 9697.0, 9640.0, 9600.0, 9656.0, 9633.0, 9705.0, 9682.0, 9663.0, 9675.0, 9628.0, 9690.0, 9653.0, 9720.0, 9680.0, 9721.0, 9673.0, 9614.0, 9654.0, 9615.0, 9682.0, 9649.0, 9702.0, 9674.0, 9697.0, 9657.0, 9651.0, 9652.0, 9599.0, 9674.0, 9654.0, 9671.0, 9610.0, 9678.0, 9625.0, 9678.0, 9639.0, 9682.0, 9668.0, 9682.0, 9643.0, 9676.0, 9639.0, 9636.0, 9654.0, 9619.0, 9672.0, 9612.0, 9677.0, 9629.0, 9676.0, 9627.0, 9683.0, 9662.0, 9686.0, 9643.0, 9642.0, 9647.0, 9606.0, 9677.0, 9622.0, 9694.0, 9641.0, 9691.0, 9656.0, 9705.0, 9653.0, 9689.0, 9653.0, 9722.0, 9680.0, 9704.0, 9675.0, 9657.0, 9661.0, 9610.0, 9691.0, 9638.0, 9694.0, 9640.0, 9703.0, 9636.0, 9704.0, 9653.0, 9688.0, 9665.0, 9724.0, 9694.0, 9702.0, 9659.0, 9627.0, 9656.0, 9600.0, 9668.0, 9614.0, 9671.0, 9629.0, 9699.0, 9628.0, 9682.0, 9627.0, 9680.0, 9641.0, 9682.0, 9661.0, 9693.0, 9703.0, 9692.0, 9489.0, 9308.0, 9681.0, 9728.0, 9691.0, 9498.0, 9465.0, 9665.0, 9594.0, 9539.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.012329747126436783</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03882630620689656</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.728576835592655</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3608477355466069</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2817507099194465</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4709</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7302.4014</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1430466457084931</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.712643678160919</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7696111065567366</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.688537663172994</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0181031098609963</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6021925466362186</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0159548</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015222947113215923</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027416236698627472</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8962995702159757</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.9208</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.3108</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.8461</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298021.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>719.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.3904</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3726</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.1208</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3531.5734</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3734.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78523.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1223.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4643.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.3391</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.019359370227903</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> |