=== 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-0062 --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-0062",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0062_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0062_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0062/ses-03/func/sub-0062_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b026a899bb762fb9c983687c76175fda</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:26:59.415000</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.999595, 0.0113519, 0.0261012, -0.0104681, 0.999376, -0.0337491]</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.0861423</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>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7723, -7322, 477, -16, -125, 20, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.301</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>798a2eb2-6191-4700-ad56-548a9d6081a6||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.681839942932129, -0.028085269033908844, 0.07146359235048294, 110.71456909179688], [-0.03045627661049366, 2.6812515258789062, -0.09034789353609085, -89.01724243164062], [0.07002755999565125, 0.09054633229970932, 2.6975414752960205, -83.25862121582031], [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': ['092659.415000', '092659.875000', '092700.335000', '092700.795000', '092701.255000', '092701.715000', '092702.175000', '092702.635000', '092703.095000', '092703.555000', '092704.015000', '092704.475000', '092704.935000', '092705.395000', '092705.855000', '092706.315000', '092706.775000', '092707.235000', '092707.695000', '092708.155000', '092708.615000', '092709.075000', '092709.535000', '092709.995000', '092710.455000', '092710.915000', '092711.375000', '092711.835000', '092712.295000', '092712.755000', '092713.215000', '092713.675000', '092714.135000', '092714.595000', '092715.055000', '092715.515000', '092715.975000', '092716.435000', '092716.895000', '092717.355000', '092717.815000', '092718.275000', '092718.735000', '092719.195000', '092719.655000', '092720.115000', '092720.575000', '092721.035000', '092721.495000', '092721.955000', '092722.415000', '092722.875000', '092723.335000', '092723.795000', '092724.255000', '092724.715000', '092725.175000', '092725.635000', '092726.095000', '092726.555000', '092727.015000', '092727.475000', '092727.935000', '092728.395000', '092728.855000', '092729.315000', '092729.775000', '092730.235000', '092730.695000', '092731.155000', '092731.615000', '092732.075000', '092732.535000', '092732.995000', '092733.455000', '092733.915000', '092734.375000', '092734.835000', '092735.295000', '092735.755000', '092736.215000', '092736.675000', '092737.135000', '092737.595000', '092738.055000', '092738.515000', '092738.975000', '092739.435000', '092739.895000', '092740.355000', '092740.815000', '092741.275000', '092741.735000', '092742.195000', '092742.655000', '092743.115000', '092743.575000', '092744.035000', '092744.495000', '092744.955000', '092745.415000', '092745.875000', '092746.335000', '092746.795000', '092747.255000', '092747.715000', '092748.175000', '092748.635000', '092749.095000', '092749.555000', '092750.015000', '092750.475000', '092750.935000', '092751.395000', '092751.855000', '092752.315000', '092752.775000', '092753.235000', '092753.695000', '092754.155000', '092754.615000', '092755.075000', '092755.535000', '092755.995000', '092756.455000', '092756.915000', '092757.375000', '092757.835000', '092758.295000', '092758.755000', '092759.215000', '092759.675000', '092800.135000', '092800.595000', '092801.055000', '092801.515000', '092801.975000', '092802.435000', '092802.895000', '092803.355000', '092803.815000', '092804.275000', '092804.735000', '092805.195000', '092805.655000', '092806.115000', '092806.575000', '092807.035000', '092807.495000', '092807.955000', '092808.415000', '092808.875000', '092809.335000', '092809.795000', '092810.255000', '092810.715000', '092811.175000', '092811.635000', '092812.095000', '092812.555000', '092813.015000', '092813.475000', '092813.935000', '092814.395000', '092814.855000', '092815.315000', '092815.775000', '092816.235000', '092816.695000', '092817.155000', '092817.615000', '092818.075000', '092818.535000', '092818.995000', '092819.455000', '092819.915000', '092820.375000', '092820.835000', '092821.295000', '092821.755000', '092822.215000', '092822.675000', '092823.135000', '092823.595000', '092824.055000', '092824.515000', '092824.975000', '092825.435000', '092825.895000', '092826.355000', '092826.815000', '092827.275000', '092827.735000', '092828.195000', '092828.655000', '092829.115000', '092829.575000', '092830.035000', '092830.495000', '092830.955000', '092831.415000', '092831.875000', '092832.335000', '092832.795000', '092833.255000', '092833.715000', '092834.175000', '092834.635000', '092835.095000', '092835.555000', '092836.015000', '092836.475000', '092836.935000', '092837.395000', '092837.855000', '092838.315000', '092838.775000', '092839.235000', '092839.695000', '092840.155000', '092840.615000', '092841.075000', '092841.535000', '092841.995000', '092842.455000', '092842.915000', '092843.375000', '092843.835000', '092844.295000', '092844.755000', '092845.215000', '092845.675000', '092846.135000', '092846.595000', '092847.055000', '092847.515000', '092847.975000', '092848.435000', '092848.895000', '092849.355000', '092849.815000', '092850.275000', '092850.735000', '092851.195000', '092851.655000', '092852.115000', '092852.575000', '092853.035000', '092853.495000', '092853.955000', '092854.415000', '092854.875000', '092855.335000', '092855.795000', '092856.255000', '092856.715000', '092857.175000', '092857.635000', '092858.095000', '092858.555000', '092859.015000', '092859.475000', '092859.935000', '092900.395000', '092900.855000', '092901.315000', '092901.775000', '092902.235000', '092902.695000', '092903.155000', '092903.615000', '092904.075000', '092904.535000', '092904.995000', '092905.455000', '092905.915000', '092906.375000', '092906.835000', '092907.295000', '092907.755000', '092908.215000', '092908.675000', '092909.135000', '092909.595000', '092910.055000', '092910.515000', '092910.975000', '092911.435000', '092911.895000', '092912.355000', '092912.815000', '092913.275000', '092913.735000', '092914.195000', '092914.655000', '092915.115000', '092915.575000', '092916.035000', '092916.495000', '092916.955000', '092917.415000', '092917.875000', '092918.335000', '092918.795000', '092919.255000', '092919.715000', '092920.175000', '092920.635000', '092921.095000', '092921.555000', '092922.015000', '092922.475000', '092922.935000', '092923.395000', '092923.855000', '092924.315000', '092924.775000', '092925.235000', '092925.695000', '092926.155000', '092926.615000', '092927.075000', '092927.535000', '092927.995000', '092928.455000', '092928.915000', '092929.375000', '092929.835000', '092930.295000', '092930.755000', '092931.215000', '092931.675000', '092932.135000', '092932.595000', '092933.055000', '092933.515000', '092933.975000', '092934.435000', '092934.895000', '092935.355000', '092935.815000', '092936.275000', '092936.735000', '092937.195000', '092937.655000', '092938.115000', '092938.575000', '092939.035000', '092939.495000', '092939.955000', '092940.415000', '092940.875000', '092941.335000', '092941.795000', '092942.255000', '092942.715000', '092943.175000', '092943.635000', '092944.095000', '092944.555000', '092945.015000', '092945.475000', '092945.935000', '092946.395000', '092946.855000', '092947.315000', '092947.775000', '092948.235000', '092948.695000', '092949.155000', '092949.615000', '092950.075000', '092950.535000', '092950.995000', '092951.455000', '092951.915000', '092952.375000', '092952.835000', '092953.295000', '092953.755000', '092954.215000', '092954.675000', '092955.135000', '092955.595000', '092956.055000', '092956.515000', '092956.975000', '092957.435000', '092957.895000', '092958.355000', '092958.815000', '092959.275000', '092959.735000', '093000.195000', '093000.655000', '093001.115000', '093001.575000', '093002.035000', '093002.495000', '093002.955000', '093003.415000', '093003.875000', '093004.335000', '093004.795000', '093005.255000', '093005.715000', '093006.175000', '093006.635000', '093007.095000', '093007.555000', '093008.015000', '093008.475000', '093008.935000', '093009.395000', '093009.855000', '093010.315000', '093010.775000', '093011.235000', '093011.695000', '093012.155000', '093012.615000', '093013.075000', '093013.535000', '093013.995000', '093014.455000', '093014.915000', '093015.375000', '093015.835000', '093016.295000', '093016.755000', '093017.215000', '093017.675000', '093018.135000', '093018.595000', '093019.055000', '093019.515000', '093019.975000', '093020.435000', '093020.895000', '093021.355000', '093021.815000', '093022.275000', '093022.735000', '093023.195000', '093023.655000', '093024.115000', '093024.575000', '093025.035000', '093025.495000', '093025.955000', '093026.415000', '093026.875000', '093027.335000', '093027.795000', '093028.255000', '093028.715000', '093029.175000', '093029.635000', '093030.095000', '093030.555000', '093031.015000', '093031.475000', '093031.935000', '093032.395000', '093032.855000', '093033.315000', '093033.775000', '093034.235000', '093034.695000', '093035.155000', '093035.615000', '093036.075000', '093036.535000', '093036.995000', '093037.455000', '093037.915000', '093038.375000', '093038.835000', '093039.295000', '093039.755000', '093040.215000', '093040.675000', '093041.135000', '093041.595000', '093042.055000', '093042.515000', '093042.975000', '093043.435000', '093043.895000', '093044.355000', '093044.815000', '093045.275000', '093045.735000', '093046.195000', '093046.655000', '093047.115000', '093047.575000', '093048.035000', '093048.495000', '093048.955000', '093049.415000', '093049.875000', '093050.335000', '093050.795000', '093051.255000', '093051.715000', '093052.175000', '093052.635000', '093053.095000', '093053.555000', '093054.015000', '093054.475000', '093054.935000', '093055.395000', '093055.855000', '093056.315000', '093056.775000', '093057.235000', '093057.695000', '093058.155000', '093058.615000', '093059.075000', '093059.535000', '093059.995000', '093100.455000', '093100.915000', '093101.375000', '093101.835000', '093102.295000', '093102.755000', '093103.215000', '093103.675000', '093104.135000', '093104.595000', '093105.055000', '093105.515000', '093105.975000', '093106.435000', '093106.895000', '093107.355000', '093107.815000', '093108.275000', '093108.735000', '093109.195000', '093109.655000', '093110.115000', '093110.575000', '093111.035000', '093111.495000', '093111.955000', '093112.415000', '093112.875000', '093113.335000', '093113.795000', '093114.255000', '093114.715000', '093115.175000', '093115.635000', '093116.095000', '093116.555000', '093117.015000', '093117.475000', '093117.935000', '093118.395000', '093118.855000', '093119.315000', '093119.775000', '093120.235000', '093120.695000', '093121.155000', '093121.615000', '093122.075000', '093122.535000', '093122.995000', '093123.455000', '093123.915000', '093124.375000', '093124.835000', '093125.295000', '093125.755000', '093126.215000', '093126.675000', '093127.135000', '093127.595000', '093128.055000', '093128.515000', '093128.975000', '093129.435000', '093129.895000', '093130.355000', '093130.815000', '093131.275000', '093131.735000', '093132.195000', '093132.655000', '093133.115000', '093133.575000', '093134.035000', '093134.495000', '093134.955000', '093135.415000', '093135.875000', '093136.335000', '093136.795000', '093137.255000', '093137.715000', '093138.175000', '093138.635000', '093139.095000', '093139.555000', '093140.015000', '093140.475000', '093140.935000', '093141.395000', '093141.855000', '093142.315000', '093142.775000', '093143.235000', '093143.695000', '093144.155000', '093144.615000', '093145.075000', '093145.535000', '093145.995000', '093146.455000', '093146.915000', '093147.375000', '093147.835000', '093148.295000', '093148.755000', '093149.215000', '093149.675000', '093150.135000', '093150.595000', '093151.055000', '093151.515000', '093151.975000', '093152.435000', '093152.895000', '093153.355000', '093153.815000', '093154.275000', '093154.735000', '093155.195000', '093155.655000', '093156.115000', '093156.575000', '093157.035000', '093157.495000', '093157.955000', '093158.415000', '093158.875000', '093159.335000', '093159.795000', '093200.255000', '093200.715000', '093201.175000', '093201.635000', '093202.095000', '093202.555000', '093203.015000', '093203.475000', '093203.935000', '093204.395000', '093204.855000', '093205.315000', '093205.775000', '093206.235000', '093206.695000', '093207.155000', '093207.615000', '093208.075000', '093208.535000', '093208.995000', '093209.455000', '093209.915000', '093210.375000', '093210.835000', '093211.295000', '093211.755000', '093212.215000', '093212.675000', '093213.135000', '093213.595000', '093214.055000', '093214.515000', '093214.975000', '093215.435000', '093215.895000', '093216.355000', '093216.815000', '093217.275000', '093217.735000', '093218.195000', '093218.655000', '093219.115000', '093219.575000', '093220.035000', '093220.495000', '093220.955000', '093221.415000', '093221.875000', '093222.335000', '093222.795000', '093223.255000', '093223.715000', '093224.175000', '093224.635000', '093225.095000', '093225.555000', '093226.015000', '093226.475000', '093226.935000', '093227.395000', '093227.855000', '093228.315000', '093228.775000', '093229.235000', '093229.695000', '093230.155000', '093230.615000', '093231.075000', '093231.535000', '093231.995000', '093232.455000', '093232.915000', '093233.375000', '093233.835000', '093234.295000', '093234.755000', '093235.215000', '093235.675000', '093236.135000', '093236.595000', '093237.055000', '093237.515000', '093237.975000', '093238.435000', '093238.895000', '093239.355000', '093239.815000', '093240.275000', '093240.735000', '093241.195000', '093241.655000', '093242.115000', '093242.575000', '093243.035000', '093243.495000', '093243.955000', '093244.415000', '093244.875000', '093245.335000', '093245.795000', '093246.255000', '093246.715000', '093247.175000', '093247.635000', '093248.095000', '093248.555000', '093249.015000', '093249.475000', '093249.935000', '093250.395000', '093250.855000', '093251.315000', '093251.775000', '093252.235000', '093252.695000', '093253.155000', '093253.615000', '093254.075000', '093254.535000', '093254.995000', '093255.455000', '093255.915000', '093256.375000', '093256.835000', '093257.295000', '093257.755000', '093258.215000', '093258.675000', '093259.135000', '093259.595000', '093300.055000', '093300.515000', '093300.975000', '093301.435000', '093301.895000', '093302.355000', '093302.815000', '093303.275000', '093303.735000', '093304.195000', '093304.655000', '093305.115000', '093305.575000', '093306.035000', '093306.495000', '093306.955000', '093307.415000', '093307.875000', '093308.335000', '093308.795000', '093309.255000', '093309.715000', '093310.175000', '093310.635000', '093311.095000', '093311.555000', '093312.015000', '093312.475000', '093312.935000', '093313.395000', '093313.855000', '093314.315000', '093314.775000', '093315.235000', '093315.695000', '093316.155000', '093316.615000', '093317.075000', '093317.535000', '093317.995000', '093318.455000', '093318.915000', '093319.375000', '093319.835000', '093320.295000', '093320.755000', '093321.215000', '093321.675000', '093322.135000', '093322.595000', '093323.055000', '093323.515000', '093323.975000', '093324.435000', '093324.895000', '093325.355000', '093325.815000', '093326.275000', '093326.735000', '093327.195000', '093327.655000', '093328.115000', '093328.575000', '093329.035000', '093329.495000', '093329.955000', '093330.415000', '093330.875000', '093331.335000', '093331.795000', '093332.255000', '093332.715000', '093333.175000', '093333.635000', '093334.095000', '093334.555000', '093335.015000', '093335.475000', '093335.935000', '093336.395000', '093336.855000', '093337.315000', '093337.775000', '093338.235000', '093338.695000', '093339.155000', '093339.615000', '093340.075000'], 'ContentTime': ['092718.566000', '092718.569000', '092718.572000', '092718.575000', '092718.577000', '092718.580000', '092718.582000', '092718.585000', '092718.587000', '092718.590000', '092718.593000', '092718.595000', '092718.598000', '092718.600000', '092718.603000', '092718.605000', '092718.608000', '092718.610000', '092718.613000', '092718.616000', '092718.628000', '092718.631000', '092718.633000', '092718.636000', '092718.638000', '092718.641000', '092718.644000', '092718.647000', '092718.649000', '092718.652000', '092718.654000', '092718.657000', '092718.659000', '092718.662000', '092718.665000', '092718.667000', '092718.670000', '092718.672000', '092718.675000', '092738.528000', '092738.531000', '092738.534000', '092738.536000', '092738.539000', '092738.542000', '092738.544000', '092738.547000', '092738.549000', '092738.552000', '092738.554000', '092738.557000', '092738.560000', '092738.563000', '092738.566000', '092738.569000', '092738.571000', '092738.574000', '092738.577000', '092738.579000', '092738.582000', '092738.584000', '092738.587000', '092738.589000', '092738.592000', '092738.594000', '092738.597000', '092738.599000', '092738.602000', '092738.604000', '092738.607000', '092738.610000', '092738.612000', '092738.615000', '092738.617000', '092738.620000', '092738.622000', '092738.625000', '092738.627000', '092738.630000', '092738.633000', '092738.635000', '092738.638000', '092758.528000', '092758.531000', '092758.534000', '092758.536000', '092758.539000', '092758.542000', '092758.544000', '092758.547000', '092758.549000', '092758.552000', '092758.554000', '092758.557000', '092758.559000', '092758.562000', '092758.564000', '092758.567000', '092758.570000', '092758.572000', '092758.575000', '092758.577000', '092758.580000', '092758.582000', '092758.585000', '092758.587000', '092758.590000', '092758.593000', '092758.595000', '092758.598000', '092758.600000', '092758.603000', '092758.605000', '092758.608000', '092758.611000', '092758.613000', '092758.616000', '092758.618000', '092758.621000', '092758.623000', '092758.626000', '092758.629000', '092758.631000', '092758.634000', '092758.636000', '092758.639000', '092818.530000', '092818.533000', '092818.535000', '092818.538000', '092818.540000', '092818.543000', '092818.545000', '092818.548000', '092818.550000', '092818.553000', '092818.556000', '092818.558000', '092818.561000', '092818.563000', '092818.566000', '092818.568000', '092818.571000', '092818.574000', '092818.577000', '092818.580000', '092818.583000', '092818.586000', '092818.588000', '092818.591000', '092818.593000', '092818.596000', '092818.598000', '092818.601000', '092818.604000', '092818.606000', '092818.609000', '092818.620000', '092818.622000', '092818.625000', '092818.627000', '092818.630000', '092818.632000', '092818.635000', '092818.638000', '092818.641000', '092818.644000', '092818.654000', '092818.657000', '092838.529000', '092838.532000', '092838.535000', '092838.538000', '092838.540000', '092838.543000', '092838.545000', '092838.548000', '092838.550000', '092838.553000', '092838.555000', '092838.558000', '092838.561000', '092838.563000', '092838.566000', '092838.569000', '092838.571000', '092838.574000', '092838.576000', '092838.579000', '092838.582000', '092838.584000', '092838.587000', '092838.589000', '092838.592000', '092838.595000', '092838.597000', '092838.600000', '092838.602000', '092838.605000', '092838.607000', '092838.610000', '092838.613000', '092838.616000', '092838.618000', '092838.621000', '092838.623000', '092838.626000', '092838.628000', '092838.631000', '092838.634000', '092838.636000', '092838.652000', '092838.655000', '092858.529000', '092858.532000', '092858.535000', '092858.538000', '092858.540000', '092858.543000', '092858.545000', '092858.548000', '092858.550000', '092858.553000', '092858.555000', '092858.558000', '092858.561000', '092858.563000', '092858.566000', '092858.578000', '092858.581000', '092858.584000', '092858.586000', '092858.589000', '092858.591000', '092858.594000', '092858.596000', '092858.599000', '092858.601000', '092858.604000', '092858.607000', '092858.609000', '092858.612000', '092858.614000', '092858.617000', '092858.620000', '092858.623000', '092858.626000', '092858.629000', '092858.631000', '092858.634000', '092858.636000', '092858.639000', '092858.642000', '092858.652000', '092858.655000', '092858.658000', '092918.528000', '092918.531000', '092918.534000', '092918.537000', '092918.539000', '092918.542000', '092918.544000', '092918.547000', '092918.549000', '092918.552000', '092918.555000', '092918.557000', '092918.560000', '092918.563000', '092918.565000', '092918.568000', '092918.570000', '092918.573000', '092918.575000', '092918.578000', '092918.581000', '092918.583000', '092918.586000', '092918.588000', '092918.591000', '092918.593000', '092918.596000', '092918.598000', '092918.601000', '092918.604000', '092918.606000', '092918.609000', '092918.611000', '092918.614000', '092918.617000', '092918.619000', '092918.622000', '092918.624000', '092918.627000', '092918.629000', '092918.632000', '092918.635000', '092918.637000', '092918.640000', '092938.528000', '092938.531000', '092938.534000', '092938.536000', '092938.539000', '092938.542000', '092938.544000', '092938.547000', '092938.549000', '092938.552000', '092938.554000', '092938.557000', '092938.560000', '092938.562000', '092938.565000', '092938.567000', '092938.570000', '092938.573000', '092938.575000', '092938.578000', '092938.580000', '092938.583000', '092938.585000', '092938.588000', '092938.591000', '092938.593000', '092938.596000', '092938.598000', '092938.601000', '092938.604000', '092938.606000', '092938.609000', '092938.611000', '092938.614000', '092938.616000', '092938.619000', '092938.622000', '092938.624000', '092938.627000', '092938.629000', '092938.632000', '092938.635000', '092938.637000', '092958.529000', '092958.531000', '092958.534000', '092958.536000', '092958.539000', '092958.542000', '092958.544000', '092958.547000', '092958.549000', '092958.552000', '092958.555000', '092958.557000', '092958.560000', '092958.563000', '092958.565000', '092958.568000', '092958.570000', '092958.573000', '092958.575000', '092958.578000', '092958.580000', '092958.583000', '092958.586000', '092958.588000', '092958.591000', '092958.593000', '092958.596000', '092958.598000', '092958.601000', '092958.604000', '092958.606000', '092958.609000', '092958.611000', '092958.614000', '092958.617000', '092958.619000', '092958.622000', '092958.624000', '092958.627000', '092958.629000', '092958.632000', '092958.635000', '092958.637000', '092958.640000', '093018.529000', '093018.531000', '093018.534000', '093018.537000', '093018.539000', '093018.542000', '093018.544000', '093018.547000', '093018.549000', '093018.552000', '093018.555000', '093018.557000', '093018.560000', '093018.562000', '093018.565000', '093018.568000', '093018.570000', '093018.573000', '093018.575000', '093018.578000', '093018.580000', '093018.583000', '093018.586000', '093018.598000', '093018.602000', '093018.604000', '093018.607000', '093018.610000', '093018.612000', '093018.615000', '093018.617000', '093018.620000', '093018.623000', '093018.625000', '093018.628000', '093018.630000', '093018.633000', '093018.635000', '093018.638000', '093018.641000', '093018.643000', '093018.646000', '093018.648000', '093038.530000', '093038.532000', '093038.535000', '093038.538000', '093038.540000', '093038.543000', '093038.546000', '093038.548000', '093038.551000', '093038.553000', '093038.556000', '093038.558000', '093038.561000', '093038.564000', '093038.566000', '093038.569000', '093038.571000', '093038.574000', '093038.577000', '093038.579000', '093038.582000', '093038.584000', '093038.587000', '093038.589000', '093038.592000', '093038.595000', '093038.597000', '093038.600000', '093038.602000', '093038.605000', '093038.607000', '093038.610000', '093038.613000', '093038.615000', '093038.618000', '093038.620000', '093038.623000', '093038.626000', '093038.628000', '093038.631000', '093038.633000', '093038.636000', '093038.639000', '093038.641000', '093058.530000', '093058.533000', '093058.535000', '093058.538000', '093058.540000', '093058.543000', '093058.545000', '093058.548000', '093058.551000', '093058.553000', '093058.556000', '093058.558000', '093058.561000', '093058.564000', '093058.566000', '093058.569000', '093058.571000', '093058.574000', '093058.576000', '093058.579000', '093058.582000', '093058.584000', '093058.587000', '093058.590000', '093058.592000', '093058.595000', '093058.597000', '093058.600000', '093058.603000', '093058.605000', '093058.608000', '093058.610000', '093058.613000', '093058.616000', '093058.618000', '093058.621000', '093058.624000', '093058.626000', '093058.629000', '093058.631000', '093058.634000', '093058.637000', '093058.639000', '093118.529000', '093118.532000', '093118.535000', '093118.537000', '093118.540000', '093118.542000', '093118.545000', '093118.548000', '093118.550000', '093118.553000', '093118.555000', '093118.558000', '093118.560000', '093118.563000', '093118.566000', '093118.568000', '093118.571000', '093118.574000', '093118.576000', '093118.579000', '093118.581000', '093118.584000', '093118.587000', '093118.589000', '093118.592000', '093118.594000', '093118.597000', '093118.599000', '093118.602000', '093118.605000', '093118.607000', '093118.610000', '093118.612000', '093118.615000', '093118.618000', '093118.620000', '093118.623000', '093118.626000', '093118.628000', '093118.631000', '093118.633000', '093118.636000', '093118.638000', '093118.641000', '093138.529000', '093138.532000', '093138.534000', '093138.537000', '093138.539000', '093138.542000', '093138.545000', '093138.547000', '093138.550000', '093138.552000', '093138.555000', '093138.558000', '093138.560000', '093138.563000', '093138.565000', '093138.568000', '093138.570000', '093138.573000', '093138.576000', '093138.578000', '093138.581000', '093138.584000', '093138.586000', '093138.589000', '093138.591000', '093138.594000', '093138.596000', '093138.599000', '093138.602000', '093138.604000', '093138.607000', '093138.609000', '093138.612000', '093138.615000', '093138.617000', '093138.620000', '093138.623000', '093138.625000', '093138.628000', '093138.630000', '093138.633000', '093138.636000', '093138.638000', '093158.528000', '093158.531000', '093158.534000', '093158.536000', '093158.539000', '093158.542000', '093158.544000', '093158.547000', '093158.549000', '093158.552000', '093158.554000', '093158.557000', '093158.560000', '093158.562000', '093158.565000', '093158.567000', '093158.570000', '093158.573000', '093158.575000', '093158.578000', '093158.581000', '093158.583000', '093158.586000', '093158.588000', '093158.591000', '093158.594000', '093158.596000', '093158.599000', '093158.601000', '093158.604000', '093158.606000', '093158.609000', '093158.612000', '093158.614000', '093158.617000', '093158.620000', '093158.622000', '093158.625000', '093158.627000', '093158.630000', '093158.633000', '093158.635000', '093158.638000', '093158.640000', '093218.529000', '093218.531000', '093218.534000', '093218.537000', '093218.539000', '093218.542000', '093218.545000', '093218.547000', '093218.550000', '093218.552000', '093218.555000', '093218.558000', '093218.560000', '093218.563000', '093218.565000', '093218.568000', '093218.571000', '093218.573000', '093218.576000', '093218.578000', '093218.581000', '093218.584000', '093218.586000', '093218.589000', '093218.591000', '093218.594000', '093218.597000', '093218.599000', '093218.602000', '093218.604000', '093218.607000', '093218.610000', '093218.612000', '093218.615000', '093218.618000', '093218.620000', '093218.623000', '093218.625000', '093218.628000', '093218.630000', '093218.633000', '093218.635000', '093218.638000', '093238.529000', '093238.532000', '093238.535000', '093238.538000', '093238.540000', '093238.543000', '093238.545000', '093238.548000', '093238.550000', '093238.553000', '093238.556000', '093238.558000', '093238.561000', '093238.563000', '093238.566000', '093238.568000', '093238.571000', '093238.574000', '093238.576000', '093238.579000', '093238.582000', '093238.584000', '093238.587000', '093238.589000', '093238.592000', '093238.594000', '093238.597000', '093238.600000', '093238.602000', '093238.605000', '093238.607000', '093238.610000', '093238.613000', '093238.615000', '093238.618000', '093238.620000', '093238.623000', '093238.626000', '093238.628000', '093238.631000', '093238.633000', '093238.636000', '093238.638000', '093238.641000', '093258.530000', '093258.533000', '093258.535000', '093258.538000', '093258.541000', '093258.543000', '093258.546000', '093258.549000', '093258.551000', '093258.554000', '093258.556000', '093258.559000', '093258.562000', '093258.564000', '093258.567000', '093258.569000', '093258.572000', '093258.576000', '093258.579000', '093258.581000', '093258.584000', '093258.587000', '093258.589000', '093258.592000', '093258.594000', '093258.597000', '093258.600000', '093258.602000', '093258.605000', '093258.607000', '093258.610000', '093258.613000', '093258.615000', '093258.618000', '093258.621000', '093258.623000', '093258.626000', '093258.628000', '093258.631000', '093258.633000', '093258.636000', '093258.639000', '093258.641000', '093318.529000', '093318.532000', '093318.543000', '093318.546000', '093318.548000', '093318.551000', '093318.553000', '093318.556000', '093318.560000', '093318.562000', '093318.565000', '093318.567000', '093318.570000', '093318.573000', '093318.575000', '093318.578000', '093318.580000', '093318.583000', '093318.586000', '093318.588000', '093318.591000', '093318.593000', '093318.596000', '093318.598000', '093318.601000', '093318.604000', '093318.606000', '093318.609000', '093318.611000', '093318.614000', '093318.617000', '093318.620000', '093318.622000', '093318.625000', '093318.628000', '093318.630000', '093318.633000', '093318.635000', '093318.638000', '093318.640000', '093318.643000', '093318.645000', '093318.648000', '093318.651000', '093338.529000', '093338.532000', '093338.535000', '093338.538000', '093338.540000', '093338.543000', '093338.545000', '093338.548000', '093338.551000', '093338.553000', '093338.556000', '093338.558000', '093338.561000', '093338.563000', '093338.566000', '093338.569000', '093338.571000', '093338.574000', '093338.576000', '093338.579000', '093338.582000', '093338.584000', '093338.587000', '093338.589000', '093338.592000', '093338.595000', '093338.597000', '093338.600000', '093338.602000', '093338.605000', '093338.607000', '093338.610000', '093338.613000', '093338.615000', '093338.618000', '093338.621000', '093338.623000', '093338.626000', '093338.628000', '093338.631000', '093338.633000', '093338.636000', '093338.639000', '093341.499000', '093341.502000', '093341.505000', '093341.508000', '093341.510000', '093341.513000', '093341.516000'], 'InstanceCreationTime': ['092718.566000', '092718.569000', '092718.572000', '092718.575000', '092718.577000', '092718.580000', '092718.582000', '092718.585000', '092718.587000', '092718.590000', '092718.593000', '092718.595000', '092718.598000', '092718.600000', '092718.603000', '092718.605000', '092718.608000', '092718.610000', '092718.613000', '092718.616000', '092718.628000', '092718.631000', '092718.633000', '092718.636000', '092718.638000', '092718.641000', '092718.644000', '092718.647000', '092718.649000', '092718.652000', '092718.654000', '092718.657000', '092718.659000', '092718.662000', '092718.665000', '092718.667000', '092718.670000', '092718.672000', '092718.675000', '092738.528000', '092738.531000', '092738.534000', '092738.536000', '092738.539000', '092738.542000', '092738.544000', '092738.547000', '092738.549000', '092738.552000', '092738.554000', '092738.557000', '092738.560000', '092738.563000', '092738.566000', '092738.569000', '092738.571000', '092738.574000', '092738.577000', '092738.579000', '092738.582000', '092738.584000', '092738.587000', '092738.589000', '092738.592000', '092738.594000', '092738.597000', '092738.599000', '092738.602000', '092738.604000', '092738.607000', '092738.610000', '092738.612000', '092738.615000', '092738.617000', '092738.620000', '092738.622000', '092738.625000', '092738.627000', '092738.630000', '092738.633000', '092738.635000', '092738.638000', '092758.528000', '092758.531000', '092758.534000', '092758.536000', '092758.539000', '092758.542000', '092758.544000', '092758.547000', '092758.549000', '092758.552000', '092758.554000', '092758.557000', '092758.559000', '092758.562000', '092758.564000', '092758.567000', '092758.570000', '092758.572000', '092758.575000', '092758.577000', '092758.580000', '092758.582000', '092758.585000', '092758.587000', '092758.590000', '092758.593000', '092758.595000', '092758.598000', '092758.600000', '092758.603000', '092758.605000', '092758.608000', '092758.611000', '092758.613000', '092758.616000', '092758.618000', '092758.621000', '092758.623000', '092758.626000', '092758.629000', '092758.631000', '092758.634000', '092758.636000', '092758.639000', '092818.530000', '092818.533000', '092818.535000', '092818.538000', '092818.540000', '092818.543000', '092818.545000', '092818.548000', '092818.550000', '092818.553000', '092818.556000', '092818.558000', '092818.561000', '092818.563000', '092818.566000', '092818.568000', '092818.571000', '092818.574000', '092818.577000', '092818.580000', '092818.583000', '092818.586000', '092818.588000', '092818.591000', '092818.593000', '092818.596000', '092818.598000', '092818.601000', '092818.604000', '092818.606000', '092818.609000', '092818.620000', '092818.622000', '092818.625000', '092818.627000', '092818.630000', '092818.632000', '092818.635000', '092818.638000', '092818.641000', '092818.644000', '092818.654000', '092818.657000', '092838.529000', '092838.532000', '092838.535000', '092838.538000', '092838.540000', '092838.543000', '092838.545000', '092838.548000', '092838.550000', '092838.553000', '092838.555000', '092838.558000', '092838.561000', '092838.563000', '092838.566000', '092838.569000', '092838.571000', '092838.574000', '092838.576000', '092838.579000', '092838.582000', '092838.584000', '092838.587000', '092838.589000', '092838.592000', '092838.595000', '092838.597000', '092838.600000', '092838.602000', '092838.605000', '092838.607000', '092838.610000', '092838.613000', '092838.616000', '092838.618000', '092838.621000', '092838.623000', '092838.626000', '092838.628000', '092838.631000', '092838.634000', '092838.636000', '092838.652000', '092838.655000', '092858.529000', '092858.532000', '092858.535000', '092858.538000', '092858.540000', '092858.543000', '092858.545000', '092858.548000', '092858.550000', '092858.553000', '092858.555000', '092858.558000', '092858.561000', '092858.563000', '092858.566000', '092858.578000', '092858.581000', '092858.584000', '092858.586000', '092858.589000', '092858.591000', '092858.594000', '092858.596000', '092858.599000', '092858.601000', '092858.604000', '092858.607000', '092858.609000', '092858.612000', '092858.614000', '092858.617000', '092858.620000', '092858.623000', '092858.626000', '092858.629000', '092858.631000', '092858.634000', '092858.636000', '092858.639000', '092858.642000', '092858.652000', '092858.655000', '092858.658000', '092918.528000', '092918.531000', '092918.534000', '092918.537000', '092918.539000', '092918.542000', '092918.544000', '092918.547000', '092918.549000', '092918.552000', '092918.555000', '092918.557000', '092918.560000', '092918.563000', '092918.565000', '092918.568000', '092918.570000', '092918.573000', '092918.575000', '092918.578000', '092918.581000', '092918.583000', '092918.586000', '092918.588000', '092918.591000', '092918.593000', '092918.596000', '092918.598000', '092918.601000', '092918.604000', '092918.606000', '092918.609000', '092918.611000', '092918.614000', '092918.617000', '092918.619000', '092918.622000', '092918.624000', '092918.627000', '092918.629000', '092918.632000', '092918.635000', '092918.637000', '092918.640000', '092938.528000', '092938.531000', '092938.534000', '092938.536000', '092938.539000', '092938.542000', '092938.544000', '092938.547000', '092938.549000', '092938.552000', '092938.554000', '092938.557000', '092938.560000', '092938.562000', '092938.565000', '092938.567000', '092938.570000', '092938.573000', '092938.575000', '092938.578000', '092938.580000', '092938.583000', '092938.585000', '092938.588000', '092938.591000', '092938.593000', '092938.596000', '092938.598000', '092938.601000', '092938.604000', '092938.606000', '092938.609000', '092938.611000', '092938.614000', '092938.616000', '092938.619000', '092938.622000', '092938.624000', '092938.627000', '092938.629000', '092938.632000', '092938.635000', '092938.637000', '092958.529000', '092958.531000', '092958.534000', '092958.536000', '092958.539000', '092958.542000', '092958.544000', '092958.547000', '092958.549000', '092958.552000', '092958.555000', '092958.557000', '092958.560000', '092958.563000', '092958.565000', '092958.568000', '092958.570000', '092958.573000', '092958.575000', '092958.578000', '092958.580000', '092958.583000', '092958.586000', '092958.588000', '092958.591000', '092958.593000', '092958.596000', '092958.598000', '092958.601000', '092958.604000', '092958.606000', '092958.609000', '092958.611000', '092958.614000', '092958.617000', '092958.619000', '092958.622000', '092958.624000', '092958.627000', '092958.629000', '092958.632000', '092958.635000', '092958.637000', '092958.640000', '093018.529000', '093018.531000', '093018.534000', '093018.537000', '093018.539000', '093018.542000', '093018.544000', '093018.547000', '093018.549000', '093018.552000', '093018.555000', '093018.557000', '093018.560000', '093018.562000', '093018.565000', '093018.568000', '093018.570000', '093018.573000', '093018.575000', '093018.578000', '093018.580000', '093018.583000', '093018.586000', '093018.598000', '093018.602000', '093018.604000', '093018.607000', '093018.610000', '093018.612000', '093018.615000', '093018.617000', '093018.620000', '093018.623000', '093018.625000', '093018.628000', '093018.630000', '093018.633000', '093018.635000', '093018.638000', '093018.641000', '093018.643000', '093018.646000', '093018.648000', '093038.530000', '093038.532000', '093038.535000', '093038.538000', '093038.540000', '093038.543000', '093038.546000', '093038.548000', '093038.551000', '093038.553000', '093038.556000', '093038.558000', '093038.561000', '093038.564000', '093038.566000', '093038.569000', '093038.571000', '093038.574000', '093038.577000', '093038.579000', '093038.582000', '093038.584000', '093038.587000', '093038.589000', '093038.592000', '093038.595000', '093038.597000', '093038.600000', '093038.602000', '093038.605000', '093038.607000', '093038.610000', '093038.613000', '093038.615000', '093038.618000', '093038.620000', '093038.623000', '093038.626000', '093038.628000', '093038.631000', '093038.633000', '093038.636000', '093038.639000', '093038.641000', '093058.530000', '093058.533000', '093058.535000', '093058.538000', '093058.540000', '093058.543000', '093058.545000', '093058.548000', '093058.551000', '093058.553000', '093058.556000', '093058.558000', '093058.561000', '093058.564000', '093058.566000', '093058.569000', '093058.571000', '093058.574000', '093058.576000', '093058.579000', '093058.582000', '093058.584000', '093058.587000', '093058.590000', '093058.592000', '093058.595000', '093058.597000', '093058.600000', '093058.603000', '093058.605000', '093058.608000', '093058.610000', '093058.613000', '093058.616000', '093058.618000', '093058.621000', '093058.624000', '093058.626000', '093058.629000', '093058.631000', '093058.634000', '093058.637000', '093058.639000', '093118.529000', '093118.532000', '093118.535000', '093118.537000', '093118.540000', '093118.542000', '093118.545000', '093118.548000', '093118.550000', '093118.553000', '093118.555000', '093118.558000', '093118.560000', '093118.563000', '093118.566000', '093118.568000', '093118.571000', '093118.574000', '093118.576000', '093118.579000', '093118.581000', '093118.584000', '093118.587000', '093118.589000', '093118.592000', '093118.594000', '093118.597000', '093118.599000', '093118.602000', '093118.605000', '093118.607000', '093118.610000', '093118.612000', '093118.615000', '093118.618000', '093118.620000', '093118.623000', '093118.626000', '093118.628000', '093118.631000', '093118.633000', '093118.636000', '093118.638000', '093118.641000', '093138.529000', '093138.532000', '093138.534000', '093138.537000', '093138.539000', '093138.542000', '093138.545000', '093138.547000', '093138.550000', '093138.552000', '093138.555000', '093138.558000', '093138.560000', '093138.563000', '093138.565000', '093138.568000', '093138.570000', '093138.573000', '093138.576000', '093138.578000', '093138.581000', '093138.584000', '093138.586000', '093138.589000', '093138.591000', '093138.594000', '093138.596000', '093138.599000', '093138.602000', '093138.604000', '093138.607000', '093138.609000', '093138.612000', '093138.615000', '093138.617000', '093138.620000', '093138.623000', '093138.625000', '093138.628000', '093138.630000', '093138.633000', '093138.636000', '093138.638000', '093158.528000', '093158.531000', '093158.534000', '093158.536000', '093158.539000', '093158.542000', '093158.544000', '093158.547000', '093158.549000', '093158.552000', '093158.554000', '093158.557000', '093158.560000', '093158.562000', '093158.565000', '093158.567000', '093158.570000', '093158.573000', '093158.575000', '093158.578000', '093158.581000', '093158.583000', '093158.586000', '093158.588000', '093158.591000', '093158.594000', '093158.596000', '093158.599000', '093158.601000', '093158.604000', '093158.606000', '093158.609000', '093158.612000', '093158.614000', '093158.617000', '093158.620000', '093158.622000', '093158.625000', '093158.627000', '093158.630000', '093158.633000', '093158.635000', '093158.638000', '093158.640000', '093218.529000', '093218.531000', '093218.534000', '093218.537000', '093218.539000', '093218.542000', '093218.545000', '093218.547000', '093218.550000', '093218.552000', '093218.555000', '093218.558000', '093218.560000', '093218.563000', '093218.565000', '093218.568000', '093218.571000', '093218.573000', '093218.576000', '093218.578000', '093218.581000', '093218.584000', '093218.586000', '093218.589000', '093218.591000', '093218.594000', '093218.597000', '093218.599000', '093218.602000', '093218.604000', '093218.607000', '093218.610000', '093218.612000', '093218.615000', '093218.618000', '093218.620000', '093218.623000', '093218.625000', '093218.628000', '093218.630000', '093218.633000', '093218.635000', '093218.638000', '093238.529000', '093238.532000', '093238.535000', '093238.538000', '093238.540000', '093238.543000', '093238.545000', '093238.548000', '093238.550000', '093238.553000', '093238.556000', '093238.558000', '093238.561000', '093238.563000', '093238.566000', '093238.568000', '093238.571000', '093238.574000', '093238.576000', '093238.579000', '093238.582000', '093238.584000', '093238.587000', '093238.589000', '093238.592000', '093238.594000', '093238.597000', '093238.600000', '093238.602000', '093238.605000', '093238.607000', '093238.610000', '093238.613000', '093238.615000', '093238.618000', '093238.620000', '093238.623000', '093238.626000', '093238.628000', '093238.631000', '093238.633000', '093238.636000', '093238.638000', '093238.641000', '093258.530000', '093258.533000', '093258.535000', '093258.538000', '093258.541000', '093258.543000', '093258.546000', '093258.549000', '093258.551000', '093258.554000', '093258.556000', '093258.559000', '093258.562000', '093258.564000', '093258.567000', '093258.569000', '093258.572000', '093258.576000', '093258.579000', '093258.581000', '093258.584000', '093258.587000', '093258.589000', '093258.592000', '093258.594000', '093258.597000', '093258.600000', '093258.602000', '093258.605000', '093258.607000', '093258.610000', '093258.613000', '093258.615000', '093258.618000', '093258.621000', '093258.623000', '093258.626000', '093258.628000', '093258.631000', '093258.633000', '093258.636000', '093258.639000', '093258.641000', '093318.529000', '093318.532000', '093318.543000', '093318.546000', '093318.548000', '093318.551000', '093318.553000', '093318.556000', '093318.560000', '093318.562000', '093318.565000', '093318.567000', '093318.570000', '093318.573000', '093318.575000', '093318.578000', '093318.580000', '093318.583000', '093318.586000', '093318.588000', '093318.591000', '093318.593000', '093318.596000', '093318.598000', '093318.601000', '093318.604000', '093318.606000', '093318.609000', '093318.611000', '093318.614000', '093318.617000', '093318.620000', '093318.622000', '093318.625000', '093318.628000', '093318.630000', '093318.633000', '093318.635000', '093318.638000', '093318.640000', '093318.643000', '093318.645000', '093318.648000', '093318.651000', '093338.529000', '093338.532000', '093338.535000', '093338.538000', '093338.540000', '093338.543000', '093338.545000', '093338.548000', '093338.551000', '093338.553000', '093338.556000', '093338.558000', '093338.561000', '093338.563000', '093338.566000', '093338.569000', '093338.571000', '093338.574000', '093338.576000', '093338.579000', '093338.582000', '093338.584000', '093338.587000', '093338.589000', '093338.592000', '093338.595000', '093338.597000', '093338.600000', '093338.602000', '093338.605000', '093338.607000', '093338.610000', '093338.613000', '093338.615000', '093338.618000', '093338.621000', '093338.623000', '093338.626000', '093338.628000', '093338.631000', '093338.633000', '093338.636000', '093338.639000', '093341.499000', '093341.502000', '093341.505000', '093341.508000', '093341.510000', '093341.513000', '093341.516000'], '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': [8289, 10698, 8524, 13754, 8393, 12271, 9873, 12441, 8094, 12280, 7298, 10750, 7697, 9408, 7264, 9457, 6726, 9581, 6968, 8481, 6714, 6870, 6784, 6784, 7980, 6856, 8829, 6806, 8680, 6670, 9051, 7704, 10928, 11083, 10754, 10636, 8839, 8104, 8630, 7487, 9173, 6753, 11907, 6915, 10576, 7412, 9551, 7725, 12084, 9460, 9468, 9381, 9228, 9352, 8442, 8679, 8050, 8450, 7821, 8002, 8823, 6709, 9115, 6649, 9278, 6736, 9470, 6561, 9402, 9240, 9019, 7941, 8835, 6869, 8752, 6854, 9306, 6887, 9228, 7347, 10243, 6667, 9891, 7096, 9394, 6606, 8921, 9593, 9619, 9997, 8974, 6848, 8980, 7122, 8918, 6771, 8851, 7431, 9454, 6579, 9405, 6931, 9287, 7248, 10768, 9746, 11905, 8188, 10309, 8392, 11352, 8767, 14607, 8629, 13964, 10883, 12647, 8279, 8037, 8486, 7436, 8555, 11109, 8731, 9053, 9250, 6889, 9046, 6661, 9169, 6643, 9309, 6776, 9616, 7171, 9538, 6598, 9265, 6801, 9479, 6611, 9272, 6735, 9732, 6647, 9300, 6698, 9419, 6985, 9202, 7161, 9447, 9602, 12558, 7275, 11127, 7515, 10637, 7861, 11383, 8073, 11546, 9857, 8967, 8040, 6843, 8245, 7232, 8747, 8670, 9486, 7196, 9316, 7001, 9253, 6665, 9530, 6922, 9564, 6698, 9808, 6656, 9496, 6666, 9563, 6759, 9173, 6792, 9573, 6758, 9217, 6805, 9250, 6652, 9247, 7460, 9643, 6950, 9579, 6925, 9648, 6707, 9397, 9842, 9000, 8308, 9504, 6662, 9506, 6778, 9301, 6812, 9405, 8043, 11222, 7584, 10160, 7947, 11879, 7849, 11525, 10598, 11554, 8404, 7970, 8674, 7385, 8587, 11815, 9589, 12210, 9056, 8667, 9184, 6700, 9519, 6729, 11985, 7931, 12624, 9241, 8327, 8522, 7506, 9113, 7329, 9340, 7153, 9915, 6966, 12399, 7649, 11491, 8139, 11187, 9545, 9742, 9492, 7087, 9509, 7099, 7105, 7874, 7265, 9582, 7277, 9853, 7163, 6830, 8441, 6485, 11763, 8569, 9584, 7737, 6604, 8935, 6521, 9602, 8522, 14084, 9449, 8979, 8708, 6554, 9591, 7488, 8170, 8704, 6535, 9339, 6757, 9786, 7413, 10885, 7850, 10980, 9703, 8402, 8951, 6841, 8788, 6865, 9327, 7583, 12462, 8545, 10176, 8303, 6545, 8991, 6861, 8299, 7868, 7732, 8629, 6778, 8894, 6618, 9493, 7339, 9885, 7794, 11437, 7742, 10393, 7018, 9825, 6655, 9465, 7105, 9510, 7175, 9384, 6580, 9052, 6726, 8731, 6800, 9175, 7040, 9160, 6996, 9029, 7072, 9242, 7249, 9497, 7546, 9418, 6985, 9110, 6622, 9297, 10786, 9261, 13620, 9463, 11380, 6843, 9616, 7058, 9094, 6762, 10663, 9136, 8488, 7182, 8032, 11245, 7361, 12433, 8016, 9865, 7256, 9914, 7054, 9392, 7139, 9439, 7395, 9879, 7408, 10055, 7344, 9765, 7125, 9773, 7015, 12286, 10247, 9222, 10382, 8323, 9596, 7076, 8949, 6707, 8826, 7706, 8567, 8147, 6911, 7800, 9890, 6859, 9286, 9608, 8930, 12026, 8077, 12549, 7215, 9843, 6973, 9440, 6473, 9613, 6803, 8848, 6716, 8632, 6948, 8247, 11203, 7790, 10870, 8252, 10093, 7562, 9696, 6789, 9057, 7488, 9666, 7150, 9477, 8187, 12070, 9297, 8639, 6980, 7479, 8137, 7484, 10908, 8671, 11234, 8270, 9928, 7898, 10791, 7946, 12825, 8923, 11906, 8015, 7010, 8317, 7126, 8665, 9874, 8221, 12838, 8759, 8434, 8395, 7002, 8722, 6882, 8369, 7891, 8883, 8794, 8881, 7728, 8524, 12121, 7470, 11692, 8260, 12330, 7229, 10866, 6831, 9565, 6790, 9337, 7299, 9438, 6757, 9282, 6922, 8979, 6808, 9378, 7391, 9598, 6758, 9166, 6962, 9107, 6716, 9050, 7763, 8848, 6647, 8970, 6581, 8992, 7105, 9050, 6665, 9122, 6851, 9052, 6711, 8931, 6753, 8739, 7158, 8940, 8068, 8984, 7973, 8734, 7323, 8519, 7191, 9264, 7538, 8437, 11904, 8439, 8402, 9031, 6718, 8713, 6855, 9351, 8057, 8054, 12312, 7783, 11464, 7449, 9527, 6650, 9012, 7186, 8251, 11040, 8332, 13321, 8429, 11782, 7198, 9475, 6848, 9028, 6625, 9198, 9120, 8648, 8038, 7943, 10202, 7409, 12793, 7973, 9965, 7364, 9328, 6946, 8764, 7342, 8520, 8374, 8857, 7308, 8578, 6583, 8517, 6786, 8388, 6776, 8745, 8088, 10559, 8616, 8198, 8280, 7430, 12501, 8028, 12632, 8200, 11815, 7563, 9864, 7059, 9310, 6636, 9290, 6697, 9528, 6733, 7544, 6827, 8668, 6858, 9860, 7663, 9441, 7677, 8935, 8107, 8163, 6858, 8110, 9717, 9576, 10617, 8156, 8441, 7806, 12167, 7444, 12349, 7911, 9801, 7499, 11108, 6900, 9748, 6746, 9157, 6630, 9205, 6548, 9023, 6712, 9088, 6578, 8851, 6720, 9041, 6642, 9256, 6752, 9225, 6590, 9136, 6857, 8926, 8633, 9349, 9331, 9214, 6744, 8987, 6873, 8793, 7674, 9258, 8460, 9522, 6553, 9628, 6752, 9862, 7371, 9652, 7538, 11078, 9060, 10149, 8315, 7655, 8783, 6483, 11403, 7609, 11355, 7588, 9435, 8673, 6981, 8970, 7030, 13195, 11338, 12874, 7923, 9971, 8186, 9843, 8499, 7058, 9653, 6694, 11214, 6977, 7025, 7507, 6962, 9138, 8565, 9478, 6972, 9315, 6557, 9307, 6531, 9618, 6842, 9796, 7613, 11129, 6856, 6786, 7009, 6777, 8235, 6590, 9606, 7066, 6814, 7473, 6934, 8858, 11532, 8665, 14092, 10496, 12194, 7351, 8289, 7590, 6969, 8986, 7178, 9060, 6508, 9671, 6707, 9398, 6874, 9403, 6451, 9024, 7585, 9337, 8426, 9324, 7459, 8865, 6956, 8720, 6740, 8622, 6845, 8847, 6648, 9231, 6966, 9014, 6702, 8914, 6513, 9459, 7561, 9420, 6847, 9210, 6795, 8953, 7587, 13921, 11410, 11442, 7954, 7169, 9022, 7422, 9713, 8183, 12468, 9189, 12331, 6975, 11378, 7327, 11869, 9972, 14449, 10365, 12034, 7402, 11073, 7930, 14110, 7587, 11325, 7951, 10667, 7683, 7006, 8510, 6648, 9010, 6536, 9517, 6386, 9935, 6739, 10152, 6827, 10061, 7261, 10549, 7647, 7068, 7566, 6826, 8443, 6674, 9084, 6740, 9358, 6605, 9880, 6552, 9560, 6655, 9391, 6661, 9333, 6463, 9363, 6836, 9206, 6659, 8686, 6467, 8047, 6914, 8652, 7697, 7169, 7344, 12699, 7036, 9612, 7640, 9341, 8807, 9376, 6573, 8922, 6672, 9193, 6634, 9825, 8033, 9978, 6909, 10030, 6773, 11157, 10068, 8614], 'WindowCenter': [4371.0, 4376.0, 4344.0, 4378.0, 4328.0, 4368.0, 4347.0, 4366.0, 4317.0, 4354.0, 4304.0, 4343.0, 4304.0, 4324.0, 4304.0, 4334.0, 4293.0, 4333.0, 4296.0, 4323.0, 4295.0, 4297.0, 4307.0, 4308.0, 4354.0, 4334.0, 4352.0, 4322.0, 4341.0, 4322.0, 4352.0, 4332.0, 4372.0, 4370.0, 4372.0, 4360.0, 4340.0, 4317.0, 4327.0, 4307.0, 4337.0, 4297.0, 4357.0, 4306.0, 4345.0, 4305.0, 4335.0, 4304.0, 4355.0, 4334.0, 4334.0, 4323.0, 4323.0, 4322.0, 4312.0, 4312.0, 4302.0, 4312.0, 4303.0, 4313.0, 4324.0, 4293.0, 4324.0, 4294.0, 4324.0, 4295.0, 4335.0, 4295.0, 4336.0, 4325.0, 4325.0, 4314.0, 4324.0, 4294.0, 4325.0, 4296.0, 4350.0, 4321.0, 4364.0, 4332.0, 4373.0, 4323.0, 4359.0, 4332.0, 4349.0, 4320.0, 4338.0, 4332.0, 4361.0, 4347.0, 4338.0, 4308.0, 4339.0, 4309.0, 4338.0, 4297.0, 4337.0, 4307.0, 4350.0, 4307.0, 4338.0, 4307.0, 4335.0, 4319.0, 4360.0, 4350.0, 4369.0, 4328.0, 4347.0, 4316.0, 4356.0, 4326.0, 4375.0, 4326.0, 4375.0, 4345.0, 4365.0, 4313.0, 4313.0, 4313.0, 4292.0, 4313.0, 4343.0, 4313.0, 4324.0, 4323.0, 4294.0, 4323.0, 4294.0, 4325.0, 4294.0, 4336.0, 4296.0, 4336.0, 4306.0, 4337.0, 4296.0, 4336.0, 4296.0, 4336.0, 4297.0, 4336.0, 4296.0, 4336.0, 4296.0, 4336.0, 4296.0, 4337.0, 4306.0, 4336.0, 4309.0, 4337.0, 4338.0, 4367.0, 4306.0, 4356.0, 4307.0, 4345.0, 4316.0, 4356.0, 4317.0, 4356.0, 4347.0, 4337.0, 4317.0, 4295.0, 4326.0, 4305.0, 4327.0, 4326.0, 4337.0, 4307.0, 4336.0, 4306.0, 4336.0, 4297.0, 4336.0, 4295.0, 4337.0, 4295.0, 4336.0, 4294.0, 4335.0, 4295.0, 4335.0, 4295.0, 4325.0, 4295.0, 4337.0, 4295.0, 4335.0, 4295.0, 4335.0, 4296.0, 4337.0, 4317.0, 4338.0, 4307.0, 4335.0, 4306.0, 4336.0, 4295.0, 4327.0, 4335.0, 4326.0, 4316.0, 4337.0, 4296.0, 4338.0, 4297.0, 4337.0, 4309.0, 4349.0, 4330.0, 4371.0, 4320.0, 4359.0, 4330.0, 4368.0, 4331.0, 4369.0, 4360.0, 4369.0, 4328.0, 4328.0, 4327.0, 4307.0, 4339.0, 4368.0, 4338.0, 4367.0, 4326.0, 4326.0, 4333.0, 4295.0, 4335.0, 4294.0, 4356.0, 4317.0, 4367.0, 4337.0, 4327.0, 4327.0, 4307.0, 4325.0, 4305.0, 4336.0, 4296.0, 4336.0, 4306.0, 4365.0, 4305.0, 4355.0, 4329.0, 4370.0, 4336.0, 4336.0, 4338.0, 4307.0, 4350.0, 4320.0, 4319.0, 4326.0, 4316.0, 4335.0, 4307.0, 4335.0, 4294.0, 4306.0, 4328.0, 4297.0, 4367.0, 4337.0, 4347.0, 4316.0, 4296.0, 4327.0, 4296.0, 4336.0, 4326.0, 4375.0, 4336.0, 4325.0, 4324.0, 4297.0, 4349.0, 4334.0, 4324.0, 4313.0, 4282.0, 4335.0, 4294.0, 4333.0, 4305.0, 4344.0, 4315.0, 4345.0, 4337.0, 4327.0, 4353.0, 4295.0, 4327.0, 4295.0, 4324.0, 4291.0, 4350.0, 4323.0, 4346.0, 4314.0, 4285.0, 4324.0, 4294.0, 4325.0, 4316.0, 4315.0, 4326.0, 4297.0, 4337.0, 4306.0, 4336.0, 4318.0, 4347.0, 4316.0, 4357.0, 4316.0, 4345.0, 4305.0, 4345.0, 4295.0, 4336.0, 4306.0, 4336.0, 4305.0, 4336.0, 4308.0, 4338.0, 4307.0, 4339.0, 4309.0, 4349.0, 4309.0, 4349.0, 4320.0, 4339.0, 4320.0, 4349.0, 4321.0, 4351.0, 4330.0, 4350.0, 4319.0, 4340.0, 4309.0, 4338.0, 4358.0, 4339.0, 4376.0, 4336.0, 4355.0, 4294.0, 4334.0, 4293.0, 4324.0, 4294.0, 4345.0, 4336.0, 4325.0, 4306.0, 4316.0, 4355.0, 4306.0, 4364.0, 4316.0, 4336.0, 4306.0, 4345.0, 4306.0, 4335.0, 4305.0, 4336.0, 4307.0, 4346.0, 4305.0, 4346.0, 4306.0, 4346.0, 4306.0, 4346.0, 4293.0, 4367.0, 4334.0, 4336.0, 4344.0, 4313.0, 4333.0, 4293.0, 4322.0, 4294.0, 4325.0, 4314.0, 4327.0, 4326.0, 4308.0, 4316.0, 4348.0, 4297.0, 4337.0, 4336.0, 4326.0, 4354.0, 4315.0, 4353.0, 4304.0, 4332.0, 4292.0, 4324.0, 4282.0, 4333.0, 4293.0, 4322.0, 4294.0, 4325.0, 4294.0, 4326.0, 4355.0, 4315.0, 4345.0, 4325.0, 4346.0, 4315.0, 4347.0, 4308.0, 4336.0, 4307.0, 4348.0, 4307.0, 4338.0, 4326.0, 4367.0, 4336.0, 4325.0, 4305.0, 4306.0, 4314.0, 4307.0, 4356.0, 4326.0, 4357.0, 4326.0, 4347.0, 4315.0, 4355.0, 4316.0, 4364.0, 4326.0, 4366.0, 4315.0, 4306.0, 4324.0, 4306.0, 4326.0, 4344.0, 4327.0, 4365.0, 4326.0, 4328.0, 4326.0, 4306.0, 4325.0, 4294.0, 4314.0, 4315.0, 4324.0, 4324.0, 4324.0, 4317.0, 4328.0, 4367.0, 4305.0, 4355.0, 4315.0, 4366.0, 4303.0, 4344.0, 4293.0, 4335.0, 4294.0, 4334.0, 4307.0, 4336.0, 4295.0, 4336.0, 4295.0, 4325.0, 4296.0, 4336.0, 4305.0, 4336.0, 4294.0, 4336.0, 4307.0, 4324.0, 4293.0, 4324.0, 4303.0, 4324.0, 4296.0, 4335.0, 4306.0, 4336.0, 4308.0, 4337.0, 4298.0, 4338.0, 4307.0, 4338.0, 4308.0, 4338.0, 4307.0, 4327.0, 4307.0, 4338.0, 4315.0, 4336.0, 4317.0, 4325.0, 4307.0, 4325.0, 4306.0, 4336.0, 4316.0, 4326.0, 4357.0, 4325.0, 4327.0, 4336.0, 4308.0, 4337.0, 4309.0, 4349.0, 4327.0, 4329.0, 4367.0, 4319.0, 4368.0, 4318.0, 4347.0, 4297.0, 4327.0, 4305.0, 4327.0, 4355.0, 4327.0, 4375.0, 4325.0, 4354.0, 4294.0, 4333.0, 4294.0, 4324.0, 4294.0, 4335.0, 4334.0, 4324.0, 4315.0, 4315.0, 4345.0, 4304.0, 4364.0, 4315.0, 4334.0, 4304.0, 4324.0, 4293.0, 4324.0, 4303.0, 4324.0, 4313.0, 4324.0, 4305.0, 4324.0, 4295.0, 4326.0, 4295.0, 4326.0, 4296.0, 4337.0, 4327.0, 4358.0, 4337.0, 4327.0, 4327.0, 4318.0, 4368.0, 4328.0, 4366.0, 4328.0, 4367.0, 4318.0, 4347.0, 4306.0, 4335.0, 4296.0, 4336.0, 4295.0, 4348.0, 4309.0, 4328.0, 4308.0, 4339.0, 4309.0, 4359.0, 4330.0, 4350.0, 4318.0, 4338.0, 4328.0, 4329.0, 4297.0, 4327.0, 4348.0, 4348.0, 4357.0, 4316.0, 4326.0, 4316.0, 4367.0, 4305.0, 4365.0, 4316.0, 4335.0, 4305.0, 4357.0, 4306.0, 4335.0, 4295.0, 4334.0, 4296.0, 4336.0, 4295.0, 4336.0, 4296.0, 4337.0, 4296.0, 4336.0, 4306.0, 4338.0, 4307.0, 4339.0, 4307.0, 4338.0, 4308.0, 4337.0, 4309.0, 4338.0, 4327.0, 4338.0, 4338.0, 4338.0, 4296.0, 4325.0, 4296.0, 4326.0, 4316.0, 4338.0, 4327.0, 4362.0, 4311.0, 4350.0, 4311.0, 4349.0, 4320.0, 4352.0, 4362.0, 4415.0, 4380.0, 4348.0, 4329.0, 4329.0, 4325.0, 4284.0, 4357.0, 4318.0, 4370.0, 4330.0, 4364.0, 4354.0, 4321.0, 4354.0, 4310.0, 4365.0, 4356.0, 4365.0, 4314.0, 4334.0, 4315.0, 4389.0, 4357.0, 4321.0, 4351.0, 4297.0, 4359.0, 4306.0, 4305.0, 4305.0, 4306.0, 4338.0, 4327.0, 4337.0, 4306.0, 4335.0, 4285.0, 4326.0, 4284.0, 4334.0, 4295.0, 4335.0, 4315.0, 4357.0, 4295.0, 4294.0, 4294.0, 4296.0, 4328.0, 4308.0, 4350.0, 4310.0, 4311.0, 4321.0, 4321.0, 4351.0, 4370.0, 4342.0, 4390.0, 4359.0, 4368.0, 4307.0, 4327.0, 4317.0, 4308.0, 4339.0, 4308.0, 4339.0, 4297.0, 4350.0, 4309.0, 4351.0, 4311.0, 4339.0, 4299.0, 4339.0, 4321.0, 4351.0, 4329.0, 4351.0, 4321.0, 4339.0, 4309.0, 4339.0, 4309.0, 4341.0, 4310.0, 4351.0, 4322.0, 4353.0, 4336.0, 4356.0, 4336.0, 4366.0, 4340.0, 4367.0, 4347.0, 4379.0, 4340.0, 4382.0, 4326.0, 4354.0, 4346.0, 4405.0, 4383.0, 4383.0, 4331.0, 4321.0, 4342.0, 4320.0, 4351.0, 4331.0, 4381.0, 4340.0, 4370.0, 4307.0, 4356.0, 4306.0, 4356.0, 4336.0, 4377.0, 4346.0, 4355.0, 4306.0, 4344.0, 4315.0, 4364.0, 4306.0, 4344.0, 4314.0, 4347.0, 4306.0, 4307.0, 4325.0, 4296.0, 4337.0, 4309.0, 4351.0, 4297.0, 4349.0, 4309.0, 4347.0, 4307.0, 4347.0, 4318.0, 4359.0, 4318.0, 4309.0, 4319.0, 4309.0, 4329.0, 4308.0, 4351.0, 4322.0, 4351.0, 4310.0, 4350.0, 4299.0, 4350.0, 4307.0, 4339.0, 4310.0, 4350.0, 4300.0, 4350.0, 4308.0, 4351.0, 4312.0, 4340.0, 4314.0, 4343.0, 4334.0, 4355.0, 4345.0, 4348.0, 4348.0, 4407.0, 4332.0, 4364.0, 4333.0, 4353.0, 4341.0, 4349.0, 4320.0, 4341.0, 4311.0, 4351.0, 4309.0, 4361.0, 4332.0, 4349.0, 4320.0, 4350.0, 4310.0, 4372.0, 4350.0, 4339.0], 'WindowWidth': [9661.0, 9655.0, 9609.0, 9644.0, 9575.0, 9630.0, 9599.0, 9621.0, 9558.0, 9599.0, 9536.0, 9584.0, 9534.0, 9561.0, 9537.0, 9574.0, 9521.0, 9572.0, 9528.0, 9561.0, 9526.0, 9532.0, 9549.0, 9552.0, 9626.0, 9598.0, 9618.0, 9577.0, 9600.0, 9575.0, 9614.0, 9587.0, 9641.0, 9635.0, 9641.0, 9619.0, 9593.0, 9559.0, 9570.0, 9545.0, 9585.0, 9531.0, 9610.0, 9541.0, 9592.0, 9539.0, 9578.0, 9534.0, 9604.0, 9575.0, 9574.0, 9558.0, 9558.0, 9555.0, 9542.0, 9543.0, 9529.0, 9544.0, 9531.0, 9545.0, 9561.0, 9520.0, 9561.0, 9522.0, 9562.0, 9526.0, 9580.0, 9525.0, 9581.0, 9565.0, 9564.0, 9549.0, 9561.0, 9523.0, 9563.0, 9530.0, 9610.0, 9575.0, 9636.0, 9590.0, 9647.0, 9581.0, 9623.0, 9590.0, 9607.0, 9571.0, 9592.0, 9568.0, 9627.0, 9598.0, 9587.0, 9549.0, 9594.0, 9553.0, 9590.0, 9533.0, 9586.0, 9545.0, 9606.0, 9547.0, 9588.0, 9548.0, 9582.0, 9566.0, 9619.0, 9607.0, 9631.0, 9576.0, 9597.0, 9556.0, 9606.0, 9569.0, 9632.0, 9566.0, 9631.0, 9591.0, 9616.0, 9547.0, 9547.0, 9544.0, 9517.0, 9546.0, 9586.0, 9547.0, 9560.0, 9560.0, 9522.0, 9560.0, 9522.0, 9564.0, 9523.0, 9581.0, 9529.0, 9580.0, 9541.0, 9584.0, 9529.0, 9581.0, 9529.0, 9582.0, 9533.0, 9583.0, 9530.0, 9583.0, 9530.0, 9581.0, 9530.0, 9582.0, 9543.0, 9583.0, 9550.0, 9585.0, 9587.0, 9626.0, 9544.0, 9608.0, 9545.0, 9593.0, 9555.0, 9607.0, 9558.0, 9609.0, 9597.0, 9584.0, 9557.0, 9528.0, 9568.0, 9540.0, 9572.0, 9569.0, 9585.0, 9545.0, 9582.0, 9541.0, 9580.0, 9529.0, 9580.0, 9526.0, 9583.0, 9526.0, 9579.0, 9524.0, 9578.0, 9524.0, 9576.0, 9526.0, 9566.0, 9526.0, 9582.0, 9526.0, 9578.0, 9527.0, 9579.0, 9530.0, 9584.0, 9559.0, 9588.0, 9545.0, 9580.0, 9543.0, 9581.0, 9526.0, 9569.0, 9577.0, 9569.0, 9553.0, 9583.0, 9529.0, 9585.0, 9532.0, 9586.0, 9554.0, 9605.0, 9583.0, 9635.0, 9568.0, 9618.0, 9580.0, 9628.0, 9583.0, 9630.0, 9621.0, 9631.0, 9575.0, 9573.0, 9572.0, 9545.0, 9590.0, 9626.0, 9586.0, 9622.0, 9567.0, 9568.0, 9573.0, 9525.0, 9578.0, 9525.0, 9607.0, 9559.0, 9624.0, 9584.0, 9571.0, 9570.0, 9542.0, 9566.0, 9538.0, 9582.0, 9528.0, 9582.0, 9540.0, 9619.0, 9539.0, 9604.0, 9577.0, 9633.0, 9582.0, 9581.0, 9585.0, 9545.0, 9610.0, 9567.0, 9569.0, 9571.0, 9557.0, 9580.0, 9545.0, 9579.0, 9524.0, 9546.0, 9574.0, 9535.0, 9626.0, 9588.0, 9601.0, 9557.0, 9532.0, 9571.0, 9530.0, 9584.0, 9571.0, 9633.0, 9580.0, 9565.0, 9563.0, 9533.0, 9609.0, 9599.0, 9563.0, 9545.0, 9502.0, 9579.0, 9523.0, 9575.0, 9539.0, 9588.0, 9553.0, 9593.0, 9585.0, 9571.0, 9621.0, 9528.0, 9573.0, 9526.0, 9560.0, 9512.0, 9591.0, 9559.0, 9593.0, 9548.0, 9512.0, 9563.0, 9526.0, 9566.0, 9556.0, 9555.0, 9570.0, 9533.0, 9584.0, 9544.0, 9583.0, 9562.0, 9599.0, 9557.0, 9611.0, 9556.0, 9594.0, 9541.0, 9593.0, 9526.0, 9582.0, 9542.0, 9582.0, 9541.0, 9584.0, 9550.0, 9589.0, 9548.0, 9590.0, 9552.0, 9605.0, 9553.0, 9607.0, 9570.0, 9594.0, 9569.0, 9607.0, 9572.0, 9610.0, 9581.0, 9608.0, 9567.0, 9594.0, 9551.0, 9590.0, 9612.0, 9591.0, 9634.0, 9581.0, 9607.0, 9524.0, 9575.0, 9522.0, 9564.0, 9524.0, 9594.0, 9581.0, 9565.0, 9541.0, 9555.0, 9606.0, 9542.0, 9618.0, 9556.0, 9582.0, 9541.0, 9592.0, 9542.0, 9580.0, 9540.0, 9582.0, 9544.0, 9595.0, 9541.0, 9596.0, 9543.0, 9597.0, 9542.0, 9596.0, 9522.0, 9624.0, 9574.0, 9580.0, 9588.0, 9546.0, 9572.0, 9520.0, 9558.0, 9524.0, 9565.0, 9553.0, 9571.0, 9572.0, 9549.0, 9559.0, 9603.0, 9530.0, 9584.0, 9580.0, 9569.0, 9603.0, 9551.0, 9600.0, 9534.0, 9572.0, 9517.0, 9562.0, 9505.0, 9572.0, 9521.0, 9558.0, 9524.0, 9565.0, 9523.0, 9569.0, 9606.0, 9554.0, 9593.0, 9567.0, 9595.0, 9553.0, 9599.0, 9549.0, 9582.0, 9547.0, 9602.0, 9546.0, 9588.0, 9568.0, 9624.0, 9582.0, 9567.0, 9542.0, 9541.0, 9551.0, 9544.0, 9609.0, 9571.0, 9612.0, 9568.0, 9598.0, 9554.0, 9605.0, 9556.0, 9618.0, 9568.0, 9621.0, 9553.0, 9543.0, 9565.0, 9543.0, 9570.0, 9590.0, 9572.0, 9620.0, 9569.0, 9576.0, 9569.0, 9543.0, 9567.0, 9523.0, 9552.0, 9551.0, 9564.0, 9561.0, 9565.0, 9560.0, 9575.0, 9623.0, 9542.0, 9606.0, 9552.0, 9621.0, 9532.0, 9588.0, 9522.0, 9580.0, 9525.0, 9577.0, 9545.0, 9582.0, 9527.0, 9582.0, 9526.0, 9567.0, 9531.0, 9581.0, 9541.0, 9582.0, 9525.0, 9583.0, 9544.0, 9563.0, 9522.0, 9562.0, 9534.0, 9564.0, 9529.0, 9581.0, 9545.0, 9585.0, 9551.0, 9586.0, 9535.0, 9589.0, 9547.0, 9589.0, 9551.0, 9588.0, 9549.0, 9573.0, 9545.0, 9589.0, 9554.0, 9584.0, 9557.0, 9568.0, 9544.0, 9567.0, 9542.0, 9583.0, 9556.0, 9570.0, 9610.0, 9568.0, 9572.0, 9585.0, 9550.0, 9589.0, 9553.0, 9606.0, 9574.0, 9580.0, 9627.0, 9566.0, 9629.0, 9563.0, 9601.0, 9534.0, 9571.0, 9541.0, 9571.0, 9606.0, 9573.0, 9631.0, 9567.0, 9604.0, 9523.0, 9575.0, 9523.0, 9562.0, 9523.0, 9580.0, 9576.0, 9564.0, 9553.0, 9552.0, 9592.0, 9538.0, 9616.0, 9552.0, 9579.0, 9537.0, 9563.0, 9521.0, 9563.0, 9535.0, 9564.0, 9548.0, 9562.0, 9539.0, 9562.0, 9527.0, 9567.0, 9527.0, 9570.0, 9530.0, 9588.0, 9572.0, 9615.0, 9587.0, 9574.0, 9574.0, 9561.0, 9627.0, 9574.0, 9623.0, 9574.0, 9626.0, 9559.0, 9598.0, 9543.0, 9579.0, 9529.0, 9581.0, 9528.0, 9601.0, 9552.0, 9578.0, 9551.0, 9592.0, 9553.0, 9621.0, 9583.0, 9608.0, 9562.0, 9588.0, 9576.0, 9578.0, 9532.0, 9574.0, 9601.0, 9604.0, 9612.0, 9557.0, 9568.0, 9555.0, 9622.0, 9540.0, 9621.0, 9555.0, 9579.0, 9539.0, 9613.0, 9543.0, 9580.0, 9527.0, 9577.0, 9530.0, 9583.0, 9528.0, 9581.0, 9530.0, 9586.0, 9532.0, 9585.0, 9546.0, 9590.0, 9547.0, 9590.0, 9548.0, 9589.0, 9550.0, 9587.0, 9551.0, 9590.0, 9573.0, 9590.0, 9587.0, 9586.0, 9532.0, 9567.0, 9530.0, 9570.0, 9555.0, 9591.0, 9572.0, 9628.0, 9559.0, 9608.0, 9558.0, 9604.0, 9568.0, 9614.0, 9646.0, 9725.0, 9667.0, 9598.0, 9578.0, 9579.0, 9566.0, 9509.0, 9611.0, 9562.0, 9634.0, 9580.0, 9632.0, 9619.0, 9569.0, 9620.0, 9553.0, 9620.0, 9606.0, 9616.0, 9547.0, 9575.0, 9553.0, 9680.0, 9631.0, 9573.0, 9609.0, 9531.0, 9617.0, 9543.0, 9540.0, 9540.0, 9541.0, 9587.0, 9571.0, 9583.0, 9543.0, 9579.0, 9513.0, 9565.0, 9511.0, 9575.0, 9526.0, 9577.0, 9552.0, 9609.0, 9525.0, 9522.0, 9523.0, 9530.0, 9574.0, 9549.0, 9605.0, 9555.0, 9559.0, 9571.0, 9571.0, 9612.0, 9634.0, 9599.0, 9660.0, 9616.0, 9628.0, 9545.0, 9570.0, 9557.0, 9546.0, 9589.0, 9548.0, 9591.0, 9534.0, 9607.0, 9553.0, 9609.0, 9555.0, 9591.0, 9538.0, 9592.0, 9569.0, 9610.0, 9579.0, 9608.0, 9569.0, 9591.0, 9552.0, 9592.0, 9554.0, 9598.0, 9555.0, 9612.0, 9575.0, 9617.0, 9600.0, 9626.0, 9603.0, 9642.0, 9613.0, 9643.0, 9615.0, 9662.0, 9613.0, 9673.0, 9588.0, 9619.0, 9611.0, 9689.0, 9657.0, 9657.0, 9584.0, 9571.0, 9598.0, 9570.0, 9610.0, 9582.0, 9650.0, 9592.0, 9630.0, 9546.0, 9609.0, 9543.0, 9608.0, 9581.0, 9636.0, 9593.0, 9603.0, 9540.0, 9588.0, 9550.0, 9614.0, 9538.0, 9587.0, 9549.0, 9594.0, 9541.0, 9542.0, 9565.0, 9529.0, 9584.0, 9554.0, 9609.0, 9533.0, 9604.0, 9550.0, 9599.0, 9546.0, 9597.0, 9561.0, 9615.0, 9560.0, 9550.0, 9563.0, 9551.0, 9577.0, 9550.0, 9610.0, 9574.0, 9609.0, 9555.0, 9607.0, 9538.0, 9605.0, 9548.0, 9590.0, 9553.0, 9605.0, 9541.0, 9605.0, 9550.0, 9611.0, 9560.0, 9596.0, 9567.0, 9603.0, 9596.0, 9622.0, 9611.0, 9622.0, 9621.0, 9696.0, 9591.0, 9633.0, 9590.0, 9617.0, 9596.0, 9606.0, 9570.0, 9596.0, 9559.0, 9610.0, 9555.0, 9624.0, 9585.0, 9606.0, 9570.0, 9607.0, 9555.0, 9639.0, 9605.0, 9593.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.0009178325688073394</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0222574625</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.162177409001096</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1578003768312273</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9902481092652132</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4985</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4818.209</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09015951263288557</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.243119266055046</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.604927480526713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5161848491003878</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8549939319316406</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4436036605481104</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0128357</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005711591802537441</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03417348116636276</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7551622049171534</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>13.5356</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.8503</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.45</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294852.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>986.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.4204</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8533</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.1402</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3485.3057</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3745.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81692.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1056.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4572.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.2877</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.07483654329553</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> |