=== 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-0102 --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-0102",
"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-0102_ses-04_task-social_acq-mb8_run-01_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-0102_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-01_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-0102/ses-04/func/sub-0102_ses-04_task-social_acq-mb8_run-01_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>95e171b7d8997ba56a932b9e10e71868</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:03:18.782500</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.995342, -0.0744283, -0.0612825, 0.0751895, 0.997117, 0.0102076]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0991247</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4223, -7803, -7269, 252, -111, -25, -91, 105]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>254.304</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6b2ab2df-6f28-47a7-968c-ac283962a38c||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.67042875289917, 0.2017280012369156, -0.1629343181848526, 108.34385681152344], [0.19968564808368683, 2.67519211769104, 0.03987326845526695, -103.94312286376953], [-0.1644163578748703, -0.02738632634282112, 2.694784164428711, -61.839996337890625], [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': ['090318.782500', '090319.242500', '090319.702500', '090320.162500', '090320.622500', '090321.082500', '090321.542500', '090322.002500', '090322.462500', '090322.922500', '090323.382500', '090323.842500', '090324.302500', '090324.762500', '090325.222500', '090325.682500', '090326.142500', '090326.602500', '090327.062500', '090327.522500', '090327.982500', '090328.442500', '090328.902500', '090329.362500', '090329.822500', '090330.282500', '090330.742500', '090331.202500', '090331.662500', '090332.122500', '090332.582500', '090333.042500', '090333.502500', '090333.962500', '090334.422500', '090334.882500', '090335.342500', '090335.802500', '090336.262500', '090336.722500', '090337.182500', '090337.642500', '090338.102500', '090338.562500', '090339.022500', '090339.482500', '090339.942500', '090340.402500', '090340.862500', '090341.322500', '090341.782500', '090342.242500', '090342.702500', '090343.162500', '090343.622500', '090344.082500', '090344.542500', '090345.002500', '090345.462500', '090345.922500', '090346.382500', '090346.842500', '090347.302500', '090347.762500', '090348.222500', '090348.682500', '090349.142500', '090349.602500', '090350.062500', '090350.522500', '090350.982500', '090351.442500', '090351.902500', '090352.362500', '090352.822500', '090353.282500', '090353.742500', '090354.202500', '090354.662500', '090355.122500', '090355.582500', '090356.042500', '090356.502500', '090356.962500', '090357.422500', '090357.882500', '090358.342500', '090358.802500', '090359.262500', '090359.722500', '090400.182500', '090400.642500', '090401.102500', '090401.562500', '090402.022500', '090402.482500', '090402.942500', '090403.402500', '090403.862500', '090404.322500', '090404.782500', '090405.242500', '090405.702500', '090406.162500', '090406.622500', '090407.082500', '090407.542500', '090408.002500', '090408.462500', '090408.922500', '090409.382500', '090409.842500', '090410.302500', '090410.762500', '090411.222500', '090411.682500', '090412.142500', '090412.602500', '090413.062500', '090413.522500', '090413.982500', '090414.442500', '090414.902500', '090415.362500', '090415.822500', '090416.282500', '090416.742500', '090417.202500', '090417.662500', '090418.122500', '090418.582500', '090419.042500', '090419.502500', '090419.962500', '090420.422500', '090420.882500', '090421.342500', '090421.802500', '090422.262500', '090422.722500', '090423.182500', '090423.642500', '090424.102500', '090424.562500', '090425.022500', '090425.482500', '090425.942500', '090426.402500', '090426.862500', '090427.322500', '090427.782500', '090428.242500', '090428.702500', '090429.162500', '090429.622500', '090430.082500', '090430.542500', '090431.002500', '090431.462500', '090431.922500', '090432.382500', '090432.842500', '090433.302500', '090433.762500', '090434.222500', '090434.682500', '090435.142500', '090435.602500', '090436.062500', '090436.522500', '090436.982500', '090437.442500', '090437.902500', '090438.362500', '090438.822500', '090439.282500', '090439.742500', '090440.202500', '090440.662500', '090441.122500', '090441.582500', '090442.042500', '090442.502500', '090442.962500', '090443.422500', '090443.882500', '090444.342500', '090444.802500', '090445.262500', '090445.722500', '090446.182500', '090446.642500', '090447.102500', '090447.562500', '090448.022500', '090448.482500', '090448.942500', '090449.402500', '090449.862500', '090450.322500', '090450.782500', '090451.242500', '090451.702500', '090452.162500', '090452.622500', '090453.082500', '090453.542500', '090454.002500', '090454.462500', '090454.922500', '090455.382500', '090455.842500', '090456.302500', '090456.762500', '090457.222500', '090457.682500', '090458.142500', '090458.602500', '090459.062500', '090459.522500', '090459.982500', '090500.442500', '090500.902500', '090501.362500', '090501.822500', '090502.282500', '090502.742500', '090503.202500', '090503.662500', '090504.122500', '090504.582500', '090505.042500', '090505.502500', '090505.962500', '090506.422500', '090506.882500', '090507.342500', '090507.802500', '090508.262500', '090508.722500', '090509.182500', '090509.642500', '090510.102500', '090510.562500', '090511.022500', '090511.482500', '090511.942500', '090512.402500', '090512.862500', '090513.322500', '090513.782500', '090514.242500', '090514.702500', '090515.162500', '090515.622500', '090516.082500', '090516.542500', '090517.002500', '090517.462500', '090517.922500', '090518.382500', '090518.842500', '090519.302500', '090519.762500', '090520.222500', '090520.682500', '090521.142500', '090521.602500', '090522.062500', '090522.522500', '090522.982500', '090523.442500', '090523.902500', '090524.362500', '090524.822500', '090525.282500', '090525.742500', '090526.202500', '090526.662500', '090527.122500', '090527.582500', '090528.042500', '090528.502500', '090528.962500', '090529.422500', '090529.882500', '090530.342500', '090530.802500', '090531.262500', '090531.722500', '090532.182500', '090532.642500', '090533.102500', '090533.562500', '090534.022500', '090534.482500', '090534.942500', '090535.402500', '090535.862500', '090536.322500', '090536.782500', '090537.242500', '090537.702500', '090538.162500', '090538.622500', '090539.082500', '090539.542500', '090540.002500', '090540.462500', '090540.922500', '090541.382500', '090541.842500', '090542.302500', '090542.762500', '090543.222500', '090543.682500', '090544.142500', '090544.602500', '090545.062500', '090545.522500', '090545.982500', '090546.442500', '090546.902500', '090547.362500', '090547.822500', '090548.282500', '090548.742500', '090549.202500', '090549.662500', '090550.122500', '090550.582500', '090551.042500', '090551.502500', '090551.962500', '090552.422500', '090552.882500', '090553.342500', '090553.802500', '090554.262500', '090554.722500', '090555.182500', '090555.642500', '090556.102500', '090556.562500', '090557.022500', '090557.482500', '090557.942500', '090558.402500', '090558.862500', '090559.322500', '090559.782500', '090600.242500', '090600.702500', '090601.162500', '090601.622500', '090602.082500', '090602.542500', '090603.002500', '090603.462500', '090603.922500', '090604.382500', '090604.842500', '090605.302500', '090605.762500', '090606.222500', '090606.682500', '090607.142500', '090607.602500', '090608.062500', '090608.522500', '090608.982500', '090609.442500', '090609.902500', '090610.362500', '090610.822500', '090611.282500', '090611.742500', '090612.202500', '090612.662500', '090613.122500', '090613.582500', '090614.042500', '090614.502500', '090614.962500', '090615.422500', '090615.882500', '090616.342500', '090616.802500', '090617.262500', '090617.722500', '090618.182500', '090618.642500', '090619.102500', '090619.562500', '090620.022500', '090620.482500', '090620.942500', '090621.402500', '090621.862500', '090622.322500', '090622.782500', '090623.242500', '090623.702500', '090624.162500', '090624.622500', '090625.082500', '090625.542500', '090626.002500', '090626.462500', '090626.922500', '090627.382500', '090627.842500', '090628.302500', '090628.762500', '090629.222500', '090629.682500', '090630.142500', '090630.602500', '090631.062500', '090631.522500', '090631.982500', '090632.442500', '090632.902500', '090633.362500', '090633.822500', '090634.282500', '090634.742500', '090635.202500', '090635.662500', '090636.122500', '090636.582500', '090637.042500', '090637.502500', '090637.962500', '090638.422500', '090638.882500', '090639.342500', '090639.802500', '090640.262500', '090640.722500', '090641.182500', '090641.642500', '090642.102500', '090642.562500', '090643.022500', '090643.482500', '090643.942500', '090644.402500', '090644.862500', '090645.322500', '090645.782500', '090646.242500', '090646.702500', '090647.162500', '090647.622500', '090648.082500', '090648.542500', '090649.002500', '090649.462500', '090649.922500', '090650.382500', '090650.842500', '090651.302500', '090651.762500', '090652.222500', '090652.682500', '090653.142500', '090653.602500', '090654.062500', '090654.522500', '090654.982500', '090655.442500', '090655.902500', '090656.362500', '090656.822500', '090657.282500', '090657.742500', '090658.202500', '090658.662500', '090659.122500', '090659.582500', '090700.042500', '090700.502500', '090700.962500', '090701.422500', '090701.882500', '090702.342500', '090702.802500', '090703.262500', '090703.722500', '090704.182500', '090704.642500', '090705.102500', '090705.562500', '090706.022500', '090706.482500', '090706.942500', '090707.402500', '090707.862500', '090708.322500', '090708.782500', '090709.242500', '090709.702500', '090710.162500', '090710.622500', '090711.082500', '090711.542500', '090712.002500', '090712.462500', '090712.922500', '090713.382500', '090713.842500', '090714.302500', '090714.762500', '090715.222500', '090715.682500', '090716.142500', '090716.602500', '090717.062500', '090717.522500', '090717.982500', '090718.442500', '090718.902500', '090719.362500', '090719.822500', '090720.282500', '090720.742500', '090721.202500', '090721.662500', '090722.122500', '090722.582500', '090723.042500', '090723.502500', '090723.962500', '090724.422500', '090724.882500', '090725.342500', '090725.802500', '090726.262500', '090726.722500', '090727.182500', '090727.642500', '090728.102500', '090728.562500', '090729.022500', '090729.482500', '090729.942500', '090730.402500', '090730.862500', '090731.322500', '090731.782500', '090732.242500', '090732.702500', '090733.162500', '090733.622500', '090734.082500', '090734.542500', '090735.002500', '090735.462500', '090735.922500', '090736.382500', '090736.842500', '090737.302500', '090737.762500', '090738.222500', '090738.682500', '090739.142500', '090739.602500', '090740.062500', '090740.522500', '090740.982500', '090741.442500', '090741.902500', '090742.362500', '090742.822500', '090743.282500', '090743.742500', '090744.202500', '090744.662500', '090745.122500', '090745.582500', '090746.042500', '090746.502500', '090746.962500', '090747.422500', '090747.882500', '090748.342500', '090748.802500', '090749.262500', '090749.722500', '090750.182500', '090750.642500', '090751.102500', '090751.562500', '090752.022500', '090752.482500', '090752.942500', '090753.402500', '090753.862500', '090754.322500', '090754.782500', '090755.242500', '090755.702500', '090756.162500', '090756.622500', '090757.082500', '090757.542500', '090758.002500', '090758.462500', '090758.922500', '090759.382500', '090759.842500', '090800.302500', '090800.762500', '090801.222500', '090801.682500', '090802.142500', '090802.602500', '090803.062500', '090803.522500', '090803.982500', '090804.442500', '090804.902500', '090805.362500', '090805.822500', '090806.282500', '090806.742500', '090807.202500', '090807.662500', '090808.122500', '090808.582500', '090809.042500', '090809.502500', '090809.962500', '090810.422500', '090810.882500', '090811.342500', '090811.802500', '090812.262500', '090812.722500', '090813.182500', '090813.642500', '090814.102500', '090814.562500', '090815.022500', '090815.482500', '090815.942500', '090816.402500', '090816.862500', '090817.322500', '090817.782500', '090818.242500', '090818.702500', '090819.162500', '090819.622500', '090820.082500', '090820.542500', '090821.002500', '090821.462500', '090821.922500', '090822.382500', '090822.842500', '090823.302500', '090823.762500', '090824.222500', '090824.682500', '090825.142500', '090825.602500', '090826.062500', '090826.522500', '090826.982500', '090827.442500', '090827.902500', '090828.362500', '090828.822500', '090829.282500', '090829.742500', '090830.202500', '090830.662500', '090831.122500', '090831.582500', '090832.042500', '090832.502500', '090832.962500', '090833.422500', '090833.882500', '090834.342500', '090834.802500', '090835.262500', '090835.722500', '090836.182500', '090836.642500', '090837.102500', '090837.562500', '090838.022500', '090838.482500', '090838.942500', '090839.402500', '090839.862500', '090840.322500', '090840.782500', '090841.242500', '090841.702500', '090842.162500', '090842.622500', '090843.082500', '090843.542500', '090844.002500', '090844.462500', '090844.922500', '090845.382500', '090845.842500', '090846.302500', '090846.762500', '090847.222500', '090847.682500', '090848.142500', '090848.602500', '090849.062500', '090849.522500', '090849.982500', '090850.442500', '090850.902500', '090851.362500', '090851.822500', '090852.282500', '090852.742500', '090853.202500', '090853.662500', '090854.122500', '090854.582500', '090855.042500', '090855.502500', '090855.962500', '090856.422500', '090856.882500', '090857.342500', '090857.802500', '090858.262500', '090858.722500', '090859.182500', '090859.642500', '090900.102500', '090900.562500', '090901.022500', '090901.482500', '090901.942500', '090902.402500', '090902.862500', '090903.322500', '090903.782500', '090904.242500', '090904.702500', '090905.162500', '090905.622500', '090906.082500', '090906.542500', '090907.002500', '090907.462500', '090907.922500', '090908.382500', '090908.842500', '090909.302500', '090909.762500', '090910.222500', '090910.682500', '090911.142500', '090911.602500', '090912.062500', '090912.522500', '090912.982500', '090913.442500', '090913.902500', '090914.362500', '090914.822500', '090915.282500', '090915.742500', '090916.202500', '090916.662500', '090917.122500', '090917.582500', '090918.042500', '090918.502500', '090918.962500', '090919.422500', '090919.882500', '090920.342500', '090920.802500', '090921.262500', '090921.722500', '090922.182500', '090922.642500', '090923.102500', '090923.562500', '090924.022500', '090924.482500', '090924.942500', '090925.402500', '090925.862500', '090926.322500', '090926.782500', '090927.242500', '090927.702500', '090928.162500', '090928.622500', '090929.082500', '090929.542500', '090930.002500', '090930.462500', '090930.922500', '090931.382500', '090931.842500', '090932.302500', '090932.762500', '090933.222500', '090933.682500', '090934.142500', '090934.602500', '090935.062500', '090935.522500', '090935.982500', '090936.442500', '090936.902500', '090937.362500', '090937.822500', '090938.282500', '090938.742500', '090939.202500', '090939.662500', '090940.122500', '090940.582500', '090941.042500', '090941.502500', '090941.962500', '090942.422500', '090942.882500', '090943.342500', '090943.802500', '090944.262500', '090944.722500', '090945.182500', '090945.642500', '090946.102500', '090946.562500', '090947.022500', '090947.482500', '090947.942500', '090948.402500', '090948.862500', '090949.322500', '090949.782500', '090950.242500', '090950.702500', '090951.162500', '090951.622500', '090952.082500', '090952.542500', '090953.002500', '090953.462500', '090953.922500', '090954.382500', '090954.842500', '090955.302500', '090955.762500', '090956.222500', '090956.682500', '090957.142500', '090957.602500', '090958.062500', '090958.522500', '090958.982500', '090959.442500'], 'ContentTime': ['090343.938000', '090343.942000', '090343.944000', '090343.947000', '090343.949000', '090343.952000', '090343.954000', '090343.957000', '090343.960000', '090343.962000', '090343.965000', '090343.967000', '090343.970000', '090343.973000', '090343.975000', '090343.978000', '090343.980000', '090343.983000', '090343.985000', '090343.988000', '090343.991000', '090343.993000', '090343.996000', '090343.998000', '090344.002000', '090344.005000', '090344.007000', '090344.010000', '090344.012000', '090344.015000', '090344.017000', '090344.020000', '090344.023000', '090344.025000', '090344.028000', '090344.030000', '090344.033000', '090344.035000', '090344.039000', '090344.042000', '090344.051000', '090344.054000', '090344.069000', '090344.071000', '090344.074000', '090344.076000', '090344.079000', '090344.081000', '090344.084000', '090344.086000', '090344.089000', '090344.091000', '090403.915000', '090403.918000', '090403.920000', '090403.923000', '090403.930000', '090403.933000', '090403.936000', '090403.938000', '090403.941000', '090403.943000', '090403.946000', '090403.948000', '090403.951000', '090403.953000', '090403.956000', '090403.959000', '090403.961000', '090403.964000', '090403.966000', '090403.969000', '090403.978000', '090403.980000', '090403.983000', '090403.985000', '090403.988000', '090403.990000', '090403.993000', '090403.996000', '090403.998000', '090404.002000', '090404.005000', '090404.007000', '090404.010000', '090404.012000', '090404.015000', '090404.018000', '090404.020000', '090404.023000', '090404.025000', '090404.028000', '090404.030000', '090404.033000', '090404.036000', '090404.038000', '090423.915000', '090423.918000', '090423.920000', '090423.923000', '090423.925000', '090423.928000', '090423.930000', '090423.933000', '090423.935000', '090423.944000', '090423.947000', '090423.949000', '090423.952000', '090423.954000', '090423.957000', '090423.959000', '090423.962000', '090423.965000', '090423.967000', '090423.970000', '090423.972000', '090423.975000', '090423.977000', '090423.980000', '090423.982000', '090423.985000', '090423.988000', '090423.990000', '090423.993000', '090423.995000', '090423.998000', '090424.010000', '090424.012000', '090424.015000', '090424.017000', '090424.020000', '090424.022000', '090424.025000', '090424.027000', '090424.030000', '090424.033000', '090424.035000', '090424.038000', '090443.915000', '090443.918000', '090443.920000', '090443.923000', '090443.925000', '090443.928000', '090443.930000', '090443.933000', '090443.936000', '090443.938000', '090443.941000', '090443.943000', '090443.946000', '090443.948000', '090443.951000', '090443.954000', '090443.956000', '090443.959000', '090443.968000', '090443.970000', '090443.973000', '090443.976000', '090443.978000', '090443.981000', '090443.983000', '090443.986000', '090443.989000', '090443.991000', '090443.994000', '090443.996000', '090444.011000', '090444.014000', '090444.016000', '090444.019000', '090444.021000', '090444.024000', '090444.027000', '090444.029000', '090444.032000', '090444.034000', '090444.037000', '090444.039000', '090444.042000', '090444.045000', '090503.914000', '090503.916000', '090503.919000', '090503.922000', '090503.924000', '090503.927000', '090503.929000', '090503.932000', '090503.934000', '090503.937000', '090503.939000', '090503.942000', '090503.944000', '090503.947000', '090503.950000', '090503.952000', '090503.955000', '090503.957000', '090503.960000', '090503.962000', '090503.965000', '090503.968000', '090503.970000', '090503.982000', '090503.985000', '090503.987000', '090503.990000', '090503.992000', '090503.995000', '090503.998000', '090504.001000', '090504.004000', '090504.006000', '090504.009000', '090504.011000', '090504.014000', '090504.016000', '090504.019000', '090504.022000', '090504.024000', '090504.027000', '090504.029000', '090504.032000', '090523.913000', '090523.916000', '090523.919000', '090523.921000', '090523.924000', '090523.927000', '090523.929000', '090523.932000', '090523.934000', '090523.937000', '090523.939000', '090523.942000', '090523.945000', '090523.947000', '090523.950000', '090523.952000', '090523.955000', '090523.958000', '090523.960000', '090523.963000', '090523.965000', '090523.973000', '090523.976000', '090523.978000', '090523.981000', '090523.984000', '090523.986000', '090523.989000', '090523.991000', '090523.994000', '090523.997000', '090524.000000', '090524.003000', '090524.006000', '090524.020000', '090524.023000', '090524.025000', '090524.028000', '090524.031000', '090524.033000', '090524.036000', '090524.038000', '090524.041000', '090524.043000', '090543.914000', '090543.917000', '090543.920000', '090543.923000', '090543.925000', '090543.928000', '090543.930000', '090543.933000', '090543.936000', '090543.938000', '090543.941000', '090543.943000', '090543.946000', '090543.949000', '090543.951000', '090543.954000', '090543.956000', '090543.959000', '090543.962000', '090543.964000', '090543.967000', '090543.969000', '090543.972000', '090543.975000', '090543.977000', '090543.980000', '090543.982000', '090543.985000', '090543.988000', '090543.990000', '090543.993000', '090543.995000', '090543.998000', '090544.001000', '090544.003000', '090544.006000', '090544.008000', '090544.011000', '090544.013000', '090544.016000', '090544.019000', '090544.021000', '090544.024000', '090603.914000', '090603.917000', '090603.920000', '090603.922000', '090603.925000', '090603.927000', '090603.930000', '090603.933000', '090603.935000', '090603.938000', '090603.940000', '090603.943000', '090603.946000', '090603.948000', '090603.961000', '090603.963000', '090603.966000', '090603.968000', '090603.971000', '090603.974000', '090603.976000', '090603.979000', '090603.981000', '090603.984000', '090603.986000', '090603.989000', '090603.992000', '090603.994000', '090603.997000', '090604.000000', '090604.003000', '090604.006000', '090604.008000', '090604.011000', '090604.013000', '090604.016000', '090604.018000', '090604.021000', '090604.024000', '090604.026000', '090604.029000', '090604.031000', '090604.034000', '090623.915000', '090623.917000', '090623.920000', '090623.922000', '090623.925000', '090623.928000', '090623.930000', '090623.933000', '090623.935000', '090623.938000', '090623.941000', '090623.943000', '090623.946000', '090623.948000', '090623.951000', '090623.954000', '090623.956000', '090623.959000', '090623.961000', '090623.964000', '090623.966000', '090623.969000', '090623.971000', '090623.974000', '090623.977000', '090623.979000', '090623.992000', '090623.994000', '090623.997000', '090624.008000', '090624.011000', '090624.013000', '090624.016000', '090624.018000', '090624.021000', '090624.023000', '090624.026000', '090624.028000', '090624.031000', '090624.034000', '090624.036000', '090624.039000', '090624.041000', '090624.044000', '090643.915000', '090643.917000', '090643.920000', '090643.923000', '090643.926000', '090643.929000', '090643.932000', '090643.935000', '090643.938000', '090643.940000', '090643.943000', '090643.946000', '090643.948000', '090643.951000', '090643.953000', '090643.956000', '090643.958000', '090643.961000', '090643.964000', '090643.966000', '090643.969000', '090643.971000', '090643.974000', '090643.976000', '090643.979000', '090643.982000', '090643.984000', '090643.987000', '090643.989000', '090643.992000', '090643.995000', '090643.997000', '090644.001000', '090644.003000', '090644.006000', '090644.008000', '090644.011000', '090644.014000', '090644.016000', '090644.019000', '090644.022000', '090644.024000', '090644.027000', '090703.914000', '090703.917000', '090703.920000', '090703.922000', '090703.925000', '090703.927000', '090703.930000', '090703.942000', '090703.944000', '090703.947000', '090703.950000', '090703.952000', '090703.955000', '090703.957000', '090703.960000', '090703.962000', '090703.965000', '090703.967000', '090703.970000', '090703.973000', '090703.975000', '090703.978000', '090703.980000', '090703.983000', '090703.986000', '090703.988000', '090703.991000', '090703.994000', '090703.996000', '090704.000000', '090704.003000', '090704.005000', '090704.008000', '090704.010000', '090704.013000', '090704.016000', '090704.018000', '090704.021000', '090704.023000', '090704.026000', '090704.028000', '090704.031000', '090704.033000', '090704.036000', '090723.913000', '090723.916000', '090723.919000', '090723.922000', '090723.924000', '090723.927000', '090723.929000', '090723.932000', '090723.934000', '090723.937000', '090723.940000', '090723.960000', '090723.963000', '090723.965000', '090723.968000', '090723.970000', '090723.973000', '090723.976000', '090723.978000', '090723.981000', '090723.983000', '090723.986000', '090723.989000', '090723.991000', '090723.994000', '090723.996000', '090724.000000', '090724.003000', '090724.005000', '090724.008000', '090724.011000', '090724.013000', '090724.016000', '090724.018000', '090724.021000', '090724.024000', '090724.026000', '090724.029000', '090724.031000', '090724.034000', '090724.037000', '090724.039000', '090724.042000', '090743.913000', '090743.916000', '090743.919000', '090743.921000', '090743.924000', '090743.927000', '090743.929000', '090743.932000', '090743.934000', '090743.937000', '090743.939000', '090743.942000', '090743.945000', '090743.947000', '090743.950000', '090743.952000', '090743.955000', '090743.958000', '090743.960000', '090743.963000', '090743.965000', '090743.968000', '090743.970000', '090743.973000', '090743.976000', '090743.978000', '090743.981000', '090743.983000', '090743.986000', '090743.989000', '090743.991000', '090743.994000', '090743.996000', '090744.000000', '090744.002000', '090744.005000', '090744.008000', '090744.010000', '090744.013000', '090744.015000', '090744.018000', '090744.020000', '090744.023000', '090744.026000', '090803.914000', '090803.917000', '090803.920000', '090803.922000', '090803.925000', '090803.928000', '090803.930000', '090803.933000', '090803.936000', '090803.938000', '090803.941000', '090803.943000', '090803.946000', '090803.948000', '090803.951000', '090803.954000', '090803.956000', '090803.959000', '090803.961000', '090803.964000', '090803.968000', '090803.971000', '090803.974000', '090803.977000', '090803.980000', '090803.982000', '090803.985000', '090803.988000', '090803.990000', '090803.993000', '090803.995000', '090803.998000', '090804.000000', '090804.003000', '090804.006000', '090804.008000', '090804.011000', '090804.014000', '090804.016000', '090804.019000', '090804.021000', '090804.024000', '090804.027000', '090823.915000', '090823.917000', '090823.920000', '090823.923000', '090823.925000', '090823.928000', '090823.930000', '090823.933000', '090823.936000', '090823.938000', '090823.941000', '090823.944000', '090823.946000', '090823.949000', '090823.951000', '090823.954000', '090823.956000', '090823.959000', '090823.961000', '090823.964000', '090823.967000', '090823.969000', '090823.972000', '090823.974000', '090823.977000', '090823.980000', '090823.982000', '090823.985000', '090823.987000', '090823.990000', '090823.992000', '090823.995000', '090823.998000', '090824.002000', '090824.004000', '090824.007000', '090824.009000', '090824.012000', '090824.015000', '090824.017000', '090824.020000', '090824.022000', '090824.025000', '090824.027000', '090843.914000', '090843.917000', '090843.920000', '090843.922000', '090843.925000', '090843.928000', '090843.930000', '090843.933000', '090843.936000', '090843.938000', '090843.941000', '090843.943000', '090843.946000', '090843.948000', '090843.951000', '090843.954000', '090843.956000', '090843.959000', '090843.962000', '090843.964000', '090843.967000', '090843.970000', '090843.972000', '090843.975000', '090843.978000', '090843.981000', '090843.983000', '090843.998000', '090844.001000', '090844.004000', '090844.006000', '090844.009000', '090844.011000', '090844.014000', '090844.017000', '090844.019000', '090844.022000', '090844.024000', '090844.027000', '090844.030000', '090844.032000', '090844.035000', '090844.037000', '090903.914000', '090903.917000', '090903.920000', '090903.923000', '090903.925000', '090903.928000', '090903.930000', '090903.933000', '090903.936000', '090903.938000', '090903.941000', '090903.943000', '090903.946000', '090903.948000', '090903.951000', '090903.954000', '090903.956000', '090903.959000', '090903.961000', '090903.964000', '090903.967000', '090903.969000', '090903.972000', '090903.975000', '090903.977000', '090903.980000', '090903.982000', '090903.985000', '090903.988000', '090903.990000', '090903.993000', '090903.995000', '090903.998000', '090904.002000', '090904.004000', '090904.007000', '090904.010000', '090904.012000', '090904.015000', '090904.017000', '090904.020000', '090904.023000', '090904.025000', '090904.028000', '090923.915000', '090923.918000', '090923.920000', '090923.936000', '090923.938000', '090923.941000', '090923.943000', '090923.946000', '090923.949000', '090923.951000', '090923.954000', '090923.956000', '090923.959000', '090923.962000', '090923.967000', '090923.970000', '090923.972000', '090923.975000', '090923.978000', '090923.980000', '090923.983000', '090923.986000', '090923.988000', '090923.991000', '090923.993000', '090923.996000', '090923.998000', '090924.002000', '090924.005000', '090924.008000', '090924.011000', '090924.014000', '090924.016000', '090924.019000', '090924.022000', '090924.024000', '090924.027000', '090924.029000', '090924.032000', '090924.035000', '090924.037000', '090924.040000', '090924.042000', '090943.913000', '090943.916000', '090943.919000', '090943.922000', '090943.924000', '090943.927000', '090943.930000', '090943.932000', '090943.935000', '090943.937000', '090943.940000', '090943.942000', '090943.945000', '090943.948000', '090943.950000', '090943.953000', '090943.955000', '090943.958000', '090943.961000', '090943.963000', '090943.966000', '090943.968000', '090943.971000', '090943.973000', '090943.976000', '090943.979000', '090943.981000', '090943.984000', '090943.986000', '090943.989000', '090943.991000', '090943.994000', '090943.997000', '090944.000000', '090944.003000', '090944.006000', '090944.008000', '090944.011000', '090944.013000', '090944.016000', '090944.018000', '090944.021000', '090944.024000', '090944.026000', '091000.780000', '091000.783000', '091000.786000', '091000.788000', '091000.791000', '091000.793000', '091000.796000', '091000.798000', '091000.802000', '091000.805000', '091000.807000', '091000.810000', '091000.812000', '091000.815000', '091000.818000', '091000.822000', '091000.834000', '091000.837000', '091000.839000', '091000.843000', '091000.848000', '091000.852000', '091000.855000', '091000.858000', '091000.862000', '091000.865000', '091000.867000', '091000.870000', '091000.874000', '091000.878000', '091000.881000', '091000.884000', '091000.888000', '091000.893000', '091000.896000', '091000.899000', '091000.901000'], 'InstanceCreationTime': ['090343.938000', '090343.942000', '090343.944000', '090343.947000', '090343.949000', '090343.952000', '090343.954000', '090343.957000', '090343.960000', '090343.962000', '090343.965000', '090343.967000', '090343.970000', '090343.973000', '090343.975000', '090343.978000', '090343.980000', '090343.983000', '090343.985000', '090343.988000', '090343.991000', '090343.993000', '090343.996000', '090343.998000', '090344.002000', '090344.005000', '090344.007000', '090344.010000', '090344.012000', '090344.015000', '090344.017000', '090344.020000', '090344.023000', '090344.025000', '090344.028000', '090344.030000', '090344.033000', '090344.035000', '090344.039000', '090344.042000', '090344.051000', '090344.054000', '090344.069000', '090344.071000', '090344.074000', '090344.076000', '090344.079000', '090344.081000', '090344.084000', '090344.086000', '090344.089000', '090344.091000', '090403.915000', '090403.918000', '090403.920000', '090403.923000', '090403.930000', '090403.933000', '090403.936000', '090403.938000', '090403.941000', '090403.943000', '090403.946000', '090403.948000', '090403.951000', '090403.953000', '090403.956000', '090403.959000', '090403.961000', '090403.964000', '090403.966000', '090403.969000', '090403.978000', '090403.980000', '090403.983000', '090403.985000', '090403.988000', '090403.990000', '090403.993000', '090403.996000', '090403.998000', '090404.002000', '090404.005000', '090404.007000', '090404.010000', '090404.012000', '090404.015000', '090404.018000', '090404.020000', '090404.023000', '090404.025000', '090404.028000', '090404.030000', '090404.033000', '090404.036000', '090404.038000', '090423.915000', '090423.918000', '090423.920000', '090423.923000', '090423.925000', '090423.928000', '090423.930000', '090423.933000', '090423.935000', '090423.944000', '090423.947000', '090423.949000', '090423.952000', '090423.954000', '090423.957000', '090423.959000', '090423.962000', '090423.965000', '090423.967000', '090423.970000', '090423.972000', '090423.975000', '090423.977000', '090423.980000', '090423.982000', '090423.985000', '090423.988000', '090423.990000', '090423.993000', '090423.995000', '090423.998000', '090424.010000', '090424.012000', '090424.015000', '090424.017000', '090424.020000', '090424.022000', '090424.025000', '090424.027000', '090424.030000', '090424.033000', '090424.035000', '090424.038000', '090443.915000', '090443.918000', '090443.920000', '090443.923000', '090443.925000', '090443.928000', '090443.930000', '090443.933000', '090443.936000', '090443.938000', '090443.941000', '090443.943000', '090443.946000', '090443.948000', '090443.951000', '090443.954000', '090443.956000', '090443.959000', '090443.968000', '090443.970000', '090443.973000', '090443.976000', '090443.978000', '090443.981000', '090443.983000', '090443.986000', '090443.989000', '090443.991000', '090443.994000', '090443.996000', '090444.011000', '090444.014000', '090444.016000', '090444.019000', '090444.021000', '090444.024000', '090444.027000', '090444.029000', '090444.032000', '090444.034000', '090444.037000', '090444.039000', '090444.042000', '090444.045000', '090503.914000', '090503.916000', '090503.919000', '090503.922000', '090503.924000', '090503.927000', '090503.929000', '090503.932000', '090503.934000', '090503.937000', '090503.939000', '090503.942000', '090503.944000', '090503.947000', '090503.950000', '090503.952000', '090503.955000', '090503.957000', '090503.960000', '090503.962000', '090503.965000', '090503.968000', '090503.970000', '090503.982000', '090503.985000', '090503.987000', '090503.990000', '090503.992000', '090503.995000', '090503.998000', '090504.001000', '090504.004000', '090504.006000', '090504.009000', '090504.011000', '090504.014000', '090504.016000', '090504.019000', '090504.022000', '090504.024000', '090504.027000', '090504.029000', '090504.032000', '090523.913000', '090523.916000', '090523.919000', '090523.921000', '090523.924000', '090523.927000', '090523.929000', '090523.932000', '090523.934000', '090523.937000', '090523.939000', '090523.942000', '090523.945000', '090523.947000', '090523.950000', '090523.952000', '090523.955000', '090523.958000', '090523.960000', '090523.963000', '090523.965000', '090523.973000', '090523.976000', '090523.978000', '090523.981000', '090523.984000', '090523.986000', '090523.989000', '090523.991000', '090523.994000', '090523.997000', '090524.000000', '090524.003000', '090524.006000', '090524.020000', '090524.023000', '090524.025000', '090524.028000', '090524.031000', '090524.033000', '090524.036000', '090524.038000', '090524.041000', '090524.043000', '090543.914000', '090543.917000', '090543.920000', '090543.923000', '090543.925000', '090543.928000', '090543.930000', '090543.933000', '090543.936000', '090543.938000', '090543.941000', '090543.943000', '090543.946000', '090543.949000', '090543.951000', '090543.954000', '090543.956000', '090543.959000', '090543.962000', '090543.964000', '090543.967000', '090543.969000', '090543.972000', '090543.975000', '090543.977000', '090543.980000', '090543.982000', '090543.985000', '090543.988000', '090543.990000', '090543.993000', '090543.995000', '090543.998000', '090544.001000', '090544.003000', '090544.006000', '090544.008000', '090544.011000', '090544.013000', '090544.016000', '090544.019000', '090544.021000', '090544.024000', '090603.914000', '090603.917000', '090603.920000', '090603.922000', '090603.925000', '090603.927000', '090603.930000', '090603.933000', '090603.935000', '090603.938000', '090603.940000', '090603.943000', '090603.946000', '090603.948000', '090603.961000', '090603.963000', '090603.966000', '090603.968000', '090603.971000', '090603.974000', '090603.976000', '090603.979000', '090603.981000', '090603.984000', '090603.986000', '090603.989000', '090603.992000', '090603.994000', '090603.997000', '090604.000000', '090604.003000', '090604.006000', '090604.008000', '090604.011000', '090604.013000', '090604.016000', '090604.018000', '090604.021000', '090604.024000', '090604.026000', '090604.029000', '090604.031000', '090604.034000', '090623.915000', '090623.917000', '090623.920000', '090623.922000', '090623.925000', '090623.928000', '090623.930000', '090623.933000', '090623.935000', '090623.938000', '090623.941000', '090623.943000', '090623.946000', '090623.948000', '090623.951000', '090623.954000', '090623.956000', '090623.959000', '090623.961000', '090623.964000', '090623.966000', '090623.969000', '090623.971000', '090623.974000', '090623.977000', '090623.979000', '090623.992000', '090623.994000', '090623.997000', '090624.008000', '090624.011000', '090624.013000', '090624.016000', '090624.018000', '090624.021000', '090624.023000', '090624.026000', '090624.028000', '090624.031000', '090624.034000', '090624.036000', '090624.039000', '090624.041000', '090624.044000', '090643.915000', '090643.917000', '090643.920000', '090643.923000', '090643.926000', '090643.929000', '090643.932000', '090643.935000', '090643.938000', '090643.940000', '090643.943000', '090643.946000', '090643.948000', '090643.951000', '090643.953000', '090643.956000', '090643.958000', '090643.961000', '090643.964000', '090643.966000', '090643.969000', '090643.971000', '090643.974000', '090643.976000', '090643.979000', '090643.982000', '090643.984000', '090643.987000', '090643.989000', '090643.992000', '090643.995000', '090643.997000', '090644.001000', '090644.003000', '090644.006000', '090644.008000', '090644.011000', '090644.014000', '090644.016000', '090644.019000', '090644.022000', '090644.024000', '090644.027000', '090703.914000', '090703.917000', '090703.920000', '090703.922000', '090703.925000', '090703.927000', '090703.930000', '090703.942000', '090703.944000', '090703.947000', '090703.950000', '090703.952000', '090703.955000', '090703.957000', '090703.960000', '090703.962000', '090703.965000', '090703.967000', '090703.970000', '090703.973000', '090703.975000', '090703.978000', '090703.980000', '090703.983000', '090703.986000', '090703.988000', '090703.991000', '090703.994000', '090703.996000', '090704.000000', '090704.003000', '090704.005000', '090704.008000', '090704.010000', '090704.013000', '090704.016000', '090704.018000', '090704.021000', '090704.023000', '090704.026000', '090704.028000', '090704.031000', '090704.033000', '090704.036000', '090723.913000', '090723.916000', '090723.919000', '090723.922000', '090723.924000', '090723.927000', '090723.929000', '090723.932000', '090723.934000', '090723.937000', '090723.940000', '090723.960000', '090723.963000', '090723.965000', '090723.968000', '090723.970000', '090723.973000', '090723.976000', '090723.978000', '090723.981000', '090723.983000', '090723.986000', '090723.989000', '090723.991000', '090723.994000', '090723.996000', '090724.000000', '090724.003000', '090724.005000', '090724.008000', '090724.011000', '090724.013000', '090724.016000', '090724.018000', '090724.021000', '090724.024000', '090724.026000', '090724.029000', '090724.031000', '090724.034000', '090724.037000', '090724.039000', '090724.042000', '090743.913000', '090743.916000', '090743.919000', '090743.921000', '090743.924000', '090743.927000', '090743.929000', '090743.932000', '090743.934000', '090743.937000', '090743.939000', '090743.942000', '090743.945000', '090743.947000', '090743.950000', '090743.952000', '090743.955000', '090743.958000', '090743.960000', '090743.963000', '090743.965000', '090743.968000', '090743.970000', '090743.973000', '090743.976000', '090743.978000', '090743.981000', '090743.983000', '090743.986000', '090743.989000', '090743.991000', '090743.994000', '090743.996000', '090744.000000', '090744.002000', '090744.005000', '090744.008000', '090744.010000', '090744.013000', '090744.015000', '090744.018000', '090744.020000', '090744.023000', '090744.026000', '090803.914000', '090803.917000', '090803.920000', '090803.922000', '090803.925000', '090803.928000', '090803.930000', '090803.933000', '090803.936000', '090803.938000', '090803.941000', '090803.943000', '090803.946000', '090803.948000', '090803.951000', '090803.954000', '090803.956000', '090803.959000', '090803.961000', '090803.964000', '090803.968000', '090803.971000', '090803.974000', '090803.977000', '090803.980000', '090803.982000', '090803.985000', '090803.988000', '090803.990000', '090803.993000', '090803.995000', '090803.998000', '090804.000000', '090804.003000', '090804.006000', '090804.008000', '090804.011000', '090804.014000', '090804.016000', '090804.019000', '090804.021000', '090804.024000', '090804.027000', '090823.915000', '090823.917000', '090823.920000', '090823.923000', '090823.925000', '090823.928000', '090823.930000', '090823.933000', '090823.936000', '090823.938000', '090823.941000', '090823.944000', '090823.946000', '090823.949000', '090823.951000', '090823.954000', '090823.956000', '090823.959000', '090823.961000', '090823.964000', '090823.967000', '090823.969000', '090823.972000', '090823.974000', '090823.977000', '090823.980000', '090823.982000', '090823.985000', '090823.987000', '090823.990000', '090823.992000', '090823.995000', '090823.998000', '090824.002000', '090824.004000', '090824.007000', '090824.009000', '090824.012000', '090824.015000', '090824.017000', '090824.020000', '090824.022000', '090824.025000', '090824.027000', '090843.914000', '090843.917000', '090843.920000', '090843.922000', '090843.925000', '090843.928000', '090843.930000', '090843.933000', '090843.936000', '090843.938000', '090843.941000', '090843.943000', '090843.946000', '090843.948000', '090843.951000', '090843.954000', '090843.956000', '090843.959000', '090843.962000', '090843.964000', '090843.967000', '090843.970000', '090843.972000', '090843.975000', '090843.978000', '090843.981000', '090843.983000', '090843.998000', '090844.001000', '090844.004000', '090844.006000', '090844.009000', '090844.011000', '090844.014000', '090844.017000', '090844.019000', '090844.022000', '090844.024000', '090844.027000', '090844.030000', '090844.032000', '090844.035000', '090844.037000', '090903.914000', '090903.917000', '090903.920000', '090903.923000', '090903.925000', '090903.928000', '090903.930000', '090903.933000', '090903.936000', '090903.938000', '090903.941000', '090903.943000', '090903.946000', '090903.948000', '090903.951000', '090903.954000', '090903.956000', '090903.959000', '090903.961000', '090903.964000', '090903.967000', '090903.969000', '090903.972000', '090903.975000', '090903.977000', '090903.980000', '090903.982000', '090903.985000', '090903.988000', '090903.990000', '090903.993000', '090903.995000', '090903.998000', '090904.002000', '090904.004000', '090904.007000', '090904.010000', '090904.012000', '090904.015000', '090904.017000', '090904.020000', '090904.023000', '090904.025000', '090904.028000', '090923.915000', '090923.918000', '090923.920000', '090923.936000', '090923.938000', '090923.941000', '090923.943000', '090923.946000', '090923.949000', '090923.951000', '090923.954000', '090923.956000', '090923.959000', '090923.962000', '090923.967000', '090923.970000', '090923.972000', '090923.975000', '090923.978000', '090923.980000', '090923.983000', '090923.986000', '090923.988000', '090923.991000', '090923.993000', '090923.996000', '090923.998000', '090924.002000', '090924.005000', '090924.008000', '090924.011000', '090924.014000', '090924.016000', '090924.019000', '090924.022000', '090924.024000', '090924.027000', '090924.029000', '090924.032000', '090924.035000', '090924.037000', '090924.040000', '090924.042000', '090943.913000', '090943.916000', '090943.919000', '090943.922000', '090943.924000', '090943.927000', '090943.930000', '090943.932000', '090943.935000', '090943.937000', '090943.940000', '090943.942000', '090943.945000', '090943.948000', '090943.950000', '090943.953000', '090943.955000', '090943.958000', '090943.961000', '090943.963000', '090943.966000', '090943.968000', '090943.971000', '090943.973000', '090943.976000', '090943.979000', '090943.981000', '090943.984000', '090943.986000', '090943.989000', '090943.991000', '090943.994000', '090943.997000', '090944.000000', '090944.003000', '090944.006000', '090944.008000', '090944.011000', '090944.013000', '090944.016000', '090944.018000', '090944.021000', '090944.024000', '090944.026000', '091000.780000', '091000.783000', '091000.786000', '091000.788000', '091000.791000', '091000.793000', '091000.796000', '091000.798000', '091000.802000', '091000.805000', '091000.807000', '091000.810000', '091000.812000', '091000.815000', '091000.818000', '091000.822000', '091000.834000', '091000.837000', '091000.839000', '091000.843000', '091000.848000', '091000.852000', '091000.855000', '091000.858000', '091000.862000', '091000.865000', '091000.867000', '091000.870000', '091000.874000', '091000.878000', '091000.881000', '091000.884000', '091000.888000', '091000.893000', '091000.896000', '091000.899000', '091000.901000'], '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': [8354, 9859, 14008, 11233, 15564, 15721, 10737, 10788, 8206, 8050, 14757, 8582, 13865, 9446, 11156, 7882, 9054, 6800, 9230, 6784, 9478, 6894, 10222, 7789, 8272, 7075, 7627, 6593, 7735, 6939, 9174, 8109, 6623, 8015, 7088, 7547, 6963, 9948, 7499, 14814, 7931, 13130, 7320, 11089, 8407, 11119, 9961, 7575, 10894, 7150, 9403, 7239, 12940, 9513, 16243, 8625, 12728, 7105, 11765, 8209, 10789, 8798, 17003, 12165, 15638, 8118, 10911, 7023, 9221, 7256, 11939, 9078, 8333, 10159, 6654, 7784, 6758, 7289, 6714, 8896, 7631, 12305, 7427, 10338, 7290, 10745, 8041, 10513, 10506, 7465, 11541, 6782, 8832, 6732, 9186, 6974, 10912, 8134, 12736, 9410, 7771, 7430, 6714, 7126, 6805, 11073, 8236, 13184, 7680, 7848, 7228, 6778, 6996, 6932, 9962, 7381, 12642, 9075, 10059, 7679, 6702, 6754, 6834, 7345, 6884, 9674, 6945, 11359, 9144, 15126, 10549, 13008, 7350, 8158, 7845, 6603, 12287, 7077, 10996, 7295, 7767, 7066, 6938, 6900, 6685, 7039, 6775, 6746, 11952, 11328, 11007, 15985, 8386, 13683, 7213, 12094, 8273, 14885, 14364, 14692, 12722, 7848, 8342, 6809, 7727, 6916, 9294, 7690, 11641, 6962, 6442, 6914, 6674, 6598, 6743, 10963, 8296, 6641, 7292, 6836, 8560, 6699, 11020, 8706, 13599, 11116, 9643, 7640, 7604, 8798, 8886, 15766, 12803, 16212, 10950, 9715, 7088, 6613, 8031, 6847, 12333, 7814, 8700, 6771, 6801, 7375, 6681, 8610, 7276, 13197, 8025, 13189, 7623, 10662, 8386, 11026, 12698, 7747, 10208, 6843, 6689, 7006, 6500, 12452, 11225, 11970, 15239, 8731, 11221, 7133, 6601, 7145, 6643, 8621, 6996, 9079, 6900, 11004, 9890, 14138, 15776, 12524, 15231, 12493, 9576, 14412, 9962, 7600, 13330, 9387, 6993, 12888, 9769, 6980, 6712, 7232, 6536, 8076, 7084, 8806, 12137, 15012, 17003, 17725, 18510, 14358, 14119, 11186, 7287, 6680, 7297, 6482, 9262, 6760, 11146, 8335, 7327, 8884, 6532, 9404, 6532, 7598, 6591, 6412, 6672, 6639, 7982, 6887, 9291, 7348, 7088, 11495, 8925, 12706, 11358, 7669, 10111, 7150, 11121, 7225, 11316, 7144, 10660, 7687, 10453, 7831, 11695, 8058, 15379, 9078, 15344, 10087, 13367, 9088, 8688, 7699, 7000, 7701, 6969, 8069, 7025, 8924, 6801, 11698, 7804, 11810, 6779, 9634, 6979, 9324, 6940, 10045, 8176, 13813, 9235, 12235, 7430, 6603, 6538, 6526, 6876, 6655, 7960, 7003, 8664, 8512, 7456, 10272, 7017, 10255, 6996, 7882, 7383, 6613, 9939, 9414, 14975, 12075, 14955, 8965, 12102, 7573, 11510, 8905, 12929, 12286, 8437, 8420, 7021, 7411, 6824, 8897, 7079, 10903, 8584, 6890, 10188, 6652, 10513, 6835, 8887, 6771, 8211, 6921, 10164, 7049, 11004, 8300, 11389, 8864, 13638, 9661, 13035, 9392, 11163, 8961, 14464, 10976, 11392, 8283, 6812, 7503, 6856, 8066, 6919, 6846, 11966, 7031, 10175, 6723, 6632, 6778, 7174, 7286, 7966, 9631, 13182, 15441, 9508, 11544, 6831, 9797, 7281, 15471, 13838, 16455, 13697, 8990, 8692, 6745, 8897, 8479, 12435, 15147, 11049, 16203, 10084, 11369, 8298, 7600, 12271, 8527, 9211, 9232, 6832, 11678, 9738, 7731, 12087, 9017, 7396, 10210, 7567, 8835, 8270, 10700, 9601, 13810, 10659, 12275, 9243, 8354, 7825, 6693, 7203, 7759, 7000, 9339, 6607, 9150, 6691, 8746, 6738, 8322, 6760, 6750, 6652, 6767, 8002, 6729, 6747, 6980, 7890, 8266, 11007, 10077, 9992, 8426, 7245, 8106, 8829, 9276, 13395, 13101, 9785, 9165, 6642, 8338, 6779, 7987, 6532, 9897, 8189, 12641, 9419, 6884, 7635, 6659, 7857, 6654, 8652, 7607, 12405, 11621, 17384, 11172, 14872, 7967, 12278, 7903, 16019, 13280, 18182, 12016, 14529, 7214, 10087, 6883, 8723, 6666, 9034, 8273, 13361, 8931, 12276, 6559, 6443, 6832, 6395, 6524, 6615, 8207, 9328, 11698, 7001, 8065, 11658, 7444, 14185, 8329, 14256, 11416, 16245, 8516, 12715, 6690, 10026, 6781, 9552, 7322, 6589, 6884, 6640, 6531, 6657, 6511, 6982, 7167, 7847, 9230, 6484, 8681, 6478, 7458, 6681, 7271, 6842, 10734, 7741, 11148, 6594, 6656, 6685, 6409, 7383, 6943, 10523, 6909, 9150, 7748, 8233, 13302, 10068, 15162, 13712, 11709, 8899, 8374, 8178, 8217, 15780, 10840, 17368, 11447, 7104, 7071, 6571, 6873, 6452, 8429, 7021, 10904, 9101, 8448, 7816, 6874, 8458, 6934, 10269, 8519, 15546, 10594, 16642, 12466, 15068, 9242, 12026, 16059, 8089, 11236, 6811, 7014, 6822, 6570, 11614, 8194, 10242, 6708, 6899, 6726, 6892, 8514, 7622, 13254, 9636, 11768, 7382, 9582, 7146, 7617, 10491, 7467, 13605, 6766, 9095, 6722, 9623, 7514, 6390, 7723, 6523, 7572, 6643, 8982, 6752, 10910, 8193, 12661, 7970, 11394, 7836, 10180, 8500, 14872, 8717, 9794, 6836, 6395, 6645, 6478, 10585, 7254, 10992, 6839, 6763, 6750, 6813, 8048, 6472, 12092, 6729, 11056, 7576, 7109, 10141, 7882, 12881, 8725, 10774, 7483, 6491, 9535, 6685, 11420, 7023, 10193, 6920, 9933, 7825, 6696, 7787, 7009, 9660, 7284, 11784, 8182, 10466, 8585, 12679, 16579, 8735, 13121, 7544, 8916, 7078, 6666, 12169, 6962, 10867, 6689, 7248, 6967, 6738, 11640, 7390, 11613, 6828, 10676, 7529, 10781, 8413, 13622, 10637, 12892, 7812, 6766, 7166, 7055, 7628, 6711, 12478, 6728, 9682, 6953, 9394, 7034, 11151, 8482, 13185, 7946, 10067, 7406, 7008, 7838, 6854, 13047, 7819, 10649, 6737, 6626, 6742, 6676, 11982, 8335, 12519, 6938, 6628, 6961, 6423, 9875, 7954, 13247, 10275, 8987, 8073, 6527, 9301, 8710, 15234, 12186, 11638, 8810, 6636, 7989, 6989, 13169, 12286, 15044, 9211, 6641, 6649, 6761, 9437, 7906, 12823, 12472, 8524, 14411, 7399, 6811, 6916, 7248, 6880, 7133, 7148, 10300, 8474, 13245, 9874, 12815, 7900, 11452, 7489, 10571, 7258, 10217, 7683, 9857, 6952, 9417, 6563, 8770, 6655, 9147, 7373, 10296, 7302, 11053, 6878, 11131, 7266, 11791, 8974, 11166, 8529, 6890, 7385, 6765, 7576, 6874, 13009, 13040, 15440, 12354, 9542, 8971, 6657, 7899, 6805, 8889, 6755, 11686, 9949, 14174, 11311, 13882, 9647, 12302, 8537, 11115, 8048, 10162], 'WindowCenter': [4290.0, 4286.0, 4313.0, 4279.0, 4309.0, 4297.0, 4263.0, 4262.0, 4228.0, 4217.0, 4268.0, 4217.0, 4269.0, 4239.0, 4248.0, 4217.0, 4226.0, 4196.0, 4226.0, 4209.0, 4238.0, 4210.0, 4250.0, 4220.0, 4230.0, 4210.0, 4219.0, 4210.0, 4219.0, 4220.0, 4242.0, 4234.0, 4223.0, 4234.0, 4211.0, 4219.0, 4223.0, 4253.0, 4223.0, 4284.0, 4219.0, 4271.0, 4221.0, 4264.0, 4233.0, 4262.0, 4253.0, 4221.0, 4251.0, 4207.0, 4228.0, 4220.0, 4258.0, 4238.0, 4278.0, 4228.0, 4258.0, 4208.0, 4248.0, 4217.0, 4237.0, 4227.0, 4277.0, 4248.0, 4267.0, 4207.0, 4232.0, 4196.0, 4214.0, 4205.0, 4246.0, 4217.0, 4215.0, 4225.0, 4185.0, 4203.0, 4181.0, 4193.0, 4185.0, 4215.0, 4204.0, 4244.0, 4195.0, 4224.0, 4195.0, 4235.0, 4218.0, 4236.0, 4238.0, 4194.0, 4235.0, 4184.0, 4213.0, 4195.0, 4224.0, 4195.0, 4236.0, 4218.0, 4258.0, 4226.0, 4204.0, 4193.0, 4182.0, 4192.0, 4184.0, 4235.0, 4215.0, 4244.0, 4203.0, 4203.0, 4193.0, 4183.0, 4192.0, 4193.0, 4226.0, 4205.0, 4246.0, 4215.0, 4224.0, 4193.0, 4183.0, 4182.0, 4183.0, 4193.0, 4193.0, 4225.0, 4195.0, 4235.0, 4216.0, 4256.0, 4224.0, 4243.0, 4193.0, 4192.0, 4203.0, 4182.0, 4246.0, 4194.0, 4223.0, 4195.0, 4204.0, 4208.0, 4210.0, 4207.0, 4207.0, 4208.0, 4209.0, 4209.0, 4249.0, 4250.0, 4248.0, 4279.0, 4217.0, 4256.0, 4194.0, 4244.0, 4217.0, 4269.0, 4269.0, 4268.0, 4245.0, 4204.0, 4202.0, 4183.0, 4191.0, 4180.0, 4213.0, 4205.0, 4235.0, 4193.0, 4183.0, 4194.0, 4195.0, 4195.0, 4196.0, 4248.0, 4219.0, 4199.0, 4208.0, 4198.0, 4218.0, 4198.0, 4249.0, 4230.0, 4260.0, 4249.0, 4228.0, 4206.0, 4205.0, 4215.0, 4215.0, 4268.0, 4247.0, 4267.0, 4224.0, 4212.0, 4181.0, 4182.0, 4203.0, 4184.0, 4246.0, 4205.0, 4214.0, 4184.0, 4184.0, 4194.0, 4194.0, 4216.0, 4207.0, 4257.0, 4205.0, 4245.0, 4194.0, 4224.0, 4205.0, 4235.0, 4246.0, 4194.0, 4224.0, 4183.0, 4183.0, 4195.0, 4186.0, 4260.0, 4250.0, 4261.0, 4281.0, 4229.0, 4249.0, 4208.0, 4197.0, 4196.0, 4196.0, 4216.0, 4197.0, 4230.0, 4207.0, 4239.0, 4239.0, 4271.0, 4293.0, 4270.0, 4281.0, 4258.0, 4224.0, 4253.0, 4220.0, 4188.0, 4237.0, 4197.0, 4177.0, 4228.0, 4194.0, 4166.0, 4163.0, 4175.0, 4156.0, 4174.0, 4165.0, 4187.0, 4217.0, 4239.0, 4250.0, 4236.0, 4235.0, 4212.0, 4210.0, 4189.0, 4148.0, 4137.0, 4148.0, 4139.0, 4169.0, 4139.0, 4191.0, 4172.0, 4150.0, 4169.0, 4140.0, 4168.0, 4140.0, 4161.0, 4153.0, 4155.0, 4166.0, 4180.0, 4203.0, 4193.0, 4212.0, 4194.0, 4194.0, 4246.0, 4215.0, 4246.0, 4236.0, 4204.0, 4224.0, 4193.0, 4234.0, 4195.0, 4234.0, 4193.0, 4225.0, 4204.0, 4223.0, 4195.0, 4234.0, 4193.0, 4253.0, 4212.0, 4252.0, 4222.0, 4242.0, 4212.0, 4201.0, 4190.0, 4180.0, 4190.0, 4180.0, 4190.0, 4180.0, 4199.0, 4181.0, 4232.0, 4191.0, 4230.0, 4181.0, 4210.0, 4181.0, 4211.0, 4192.0, 4222.0, 4203.0, 4254.0, 4215.0, 4234.0, 4193.0, 4182.0, 4183.0, 4184.0, 4195.0, 4208.0, 4229.0, 4222.0, 4243.0, 4244.0, 4223.0, 4265.0, 4224.0, 4253.0, 4224.0, 4232.0, 4222.0, 4212.0, 4253.0, 4243.0, 4285.0, 4263.0, 4281.0, 4229.0, 4247.0, 4207.0, 4246.0, 4217.0, 4258.0, 4248.0, 4215.0, 4204.0, 4194.0, 4193.0, 4195.0, 4215.0, 4196.0, 4247.0, 4227.0, 4207.0, 4238.0, 4208.0, 4249.0, 4209.0, 4229.0, 4209.0, 4229.0, 4209.0, 4239.0, 4208.0, 4249.0, 4219.0, 4249.0, 4229.0, 4269.0, 4227.0, 4245.0, 4214.0, 4233.0, 4214.0, 4255.0, 4234.0, 4232.0, 4203.0, 4181.0, 4191.0, 4182.0, 4204.0, 4195.0, 4196.0, 4248.0, 4208.0, 4238.0, 4197.0, 4196.0, 4196.0, 4196.0, 4206.0, 4205.0, 4227.0, 4257.0, 4268.0, 4224.0, 4233.0, 4182.0, 4210.0, 4191.0, 4265.0, 4254.0, 4266.0, 4254.0, 4211.0, 4201.0, 4194.0, 4212.0, 4203.0, 4246.0, 4269.0, 4248.0, 4290.0, 4249.0, 4259.0, 4227.0, 4216.0, 4255.0, 4214.0, 4221.0, 4210.0, 4178.0, 4229.0, 4210.0, 4187.0, 4217.0, 4185.0, 4163.0, 4191.0, 4173.0, 4183.0, 4175.0, 4192.0, 4183.0, 4226.0, 4192.0, 4202.0, 4170.0, 4157.0, 4147.0, 4137.0, 4160.0, 4159.0, 4150.0, 4180.0, 4152.0, 4181.0, 4165.0, 4184.0, 4166.0, 4185.0, 4167.0, 4178.0, 4178.0, 4181.0, 4202.0, 4194.0, 4195.0, 4206.0, 4216.0, 4216.0, 4249.0, 4238.0, 4225.0, 4215.0, 4205.0, 4205.0, 4226.0, 4227.0, 4269.0, 4259.0, 4225.0, 4224.0, 4193.0, 4213.0, 4193.0, 4216.0, 4196.0, 4238.0, 4230.0, 4271.0, 4239.0, 4219.0, 4230.0, 4209.0, 4228.0, 4208.0, 4230.0, 4221.0, 4272.0, 4261.0, 4292.0, 4250.0, 4269.0, 4216.0, 4246.0, 4215.0, 4278.0, 4257.0, 4277.0, 4246.0, 4254.0, 4193.0, 4223.0, 4192.0, 4202.0, 4182.0, 4212.0, 4215.0, 4256.0, 4215.0, 4244.0, 4183.0, 4182.0, 4193.0, 4195.0, 4195.0, 4207.0, 4229.0, 4238.0, 4260.0, 4209.0, 4216.0, 4247.0, 4205.0, 4254.0, 4204.0, 4254.0, 4235.0, 4264.0, 4212.0, 4243.0, 4181.0, 4211.0, 4182.0, 4223.0, 4193.0, 4182.0, 4193.0, 4183.0, 4183.0, 4183.0, 4183.0, 4193.0, 4194.0, 4205.0, 4227.0, 4184.0, 4213.0, 4185.0, 4194.0, 4184.0, 4193.0, 4196.0, 4249.0, 4206.0, 4246.0, 4196.0, 4196.0, 4197.0, 4197.0, 4220.0, 4221.0, 4252.0, 4220.0, 4240.0, 4217.0, 4219.0, 4258.0, 4239.0, 4269.0, 4257.0, 4245.0, 4214.0, 4203.0, 4201.0, 4203.0, 4278.0, 4248.0, 4278.0, 4245.0, 4192.0, 4190.0, 4181.0, 4182.0, 4185.0, 4216.0, 4208.0, 4249.0, 4230.0, 4231.0, 4221.0, 4211.0, 4229.0, 4196.0, 4198.0, 4189.0, 4240.0, 4210.0, 4253.0, 4274.0, 4294.0, 4252.0, 4259.0, 4279.0, 4214.0, 4230.0, 4178.0, 4178.0, 4181.0, 4192.0, 4245.0, 4215.0, 4234.0, 4196.0, 4194.0, 4194.0, 4193.0, 4214.0, 4204.0, 4255.0, 4223.0, 4233.0, 4193.0, 4223.0, 4193.0, 4203.0, 4235.0, 4207.0, 4254.0, 4180.0, 4199.0, 4181.0, 4222.0, 4193.0, 4183.0, 4203.0, 4184.0, 4204.0, 4195.0, 4214.0, 4195.0, 4236.0, 4215.0, 4255.0, 4205.0, 4234.0, 4203.0, 4224.0, 4215.0, 4256.0, 4203.0, 4222.0, 4181.0, 4181.0, 4181.0, 4184.0, 4237.0, 4206.0, 4235.0, 4195.0, 4194.0, 4195.0, 4195.0, 4216.0, 4196.0, 4258.0, 4197.0, 4247.0, 4207.0, 4207.0, 4239.0, 4219.0, 4259.0, 4217.0, 4248.0, 4209.0, 4200.0, 4240.0, 4198.0, 4248.0, 4207.0, 4239.0, 4210.0, 4239.0, 4220.0, 4170.0, 4190.0, 4179.0, 4198.0, 4178.0, 4231.0, 4203.0, 4222.0, 4214.0, 4287.0, 4333.0, 4257.0, 4283.0, 4218.0, 4225.0, 4194.0, 4194.0, 4245.0, 4195.0, 4235.0, 4196.0, 4206.0, 4207.0, 4208.0, 4259.0, 4207.0, 4247.0, 4195.0, 4235.0, 4205.0, 4235.0, 4216.0, 4257.0, 4235.0, 4255.0, 4203.0, 4182.0, 4192.0, 4192.0, 4203.0, 4193.0, 4244.0, 4183.0, 4223.0, 4192.0, 4223.0, 4193.0, 4234.0, 4215.0, 4256.0, 4204.0, 4223.0, 4193.0, 4193.0, 4204.0, 4194.0, 4256.0, 4205.0, 4235.0, 4195.0, 4195.0, 4194.0, 4196.0, 4259.0, 4227.0, 4258.0, 4207.0, 4196.0, 4207.0, 4196.0, 4237.0, 4219.0, 4269.0, 4238.0, 4227.0, 4216.0, 4185.0, 4226.0, 4217.0, 4268.0, 4247.0, 4245.0, 4215.0, 4184.0, 4202.0, 4193.0, 4255.0, 4245.0, 4265.0, 4213.0, 4198.0, 4193.0, 4181.0, 4212.0, 4216.0, 4257.0, 4257.0, 4212.0, 4265.0, 4193.0, 4192.0, 4193.0, 4193.0, 4195.0, 4195.0, 4196.0, 4238.0, 4217.0, 4258.0, 4225.0, 4242.0, 4201.0, 4230.0, 4190.0, 4219.0, 4189.0, 4209.0, 4190.0, 4209.0, 4181.0, 4210.0, 4181.0, 4200.0, 4182.0, 4212.0, 4194.0, 4224.0, 4194.0, 4234.0, 4184.0, 4234.0, 4205.0, 4245.0, 4227.0, 4236.0, 4215.0, 4194.0, 4194.0, 4184.0, 4204.0, 4184.0, 4258.0, 4260.0, 4270.0, 4258.0, 4227.0, 4227.0, 4198.0, 4216.0, 4196.0, 4228.0, 4197.0, 4248.0, 4239.0, 4271.0, 4249.0, 4257.0, 4226.0, 4233.0, 4202.0, 4221.0, 4204.0, 4224.0], 'WindowWidth': [9508.0, 9491.0, 9522.0, 9471.0, 9509.0, 9491.0, 9434.0, 9432.0, 9381.0, 9365.0, 9433.0, 9362.0, 9436.0, 9395.0, 9406.0, 9363.0, 9374.0, 9335.0, 9374.0, 9355.0, 9393.0, 9360.0, 9412.0, 9375.0, 9385.0, 9360.0, 9370.0, 9359.0, 9369.0, 9374.0, 9405.0, 9397.0, 9382.0, 9397.0, 9360.0, 9371.0, 9382.0, 9420.0, 9380.0, 9463.0, 9370.0, 9443.0, 9375.0, 9436.0, 9394.0, 9432.0, 9420.0, 9372.0, 9416.0, 9351.0, 9377.0, 9372.0, 9422.0, 9395.0, 9449.0, 9380.0, 9420.0, 9352.0, 9406.0, 9363.0, 9391.0, 9378.0, 9447.0, 9407.0, 9430.0, 9347.0, 9378.0, 9331.0, 9352.0, 9343.0, 9402.0, 9363.0, 9356.0, 9369.0, 9315.0, 9338.0, 9307.0, 9323.0, 9316.0, 9356.0, 9343.0, 9397.0, 9329.0, 9368.0, 9329.0, 9384.0, 9365.0, 9387.0, 9391.0, 9329.0, 9383.0, 9314.0, 9351.0, 9331.0, 9367.0, 9330.0, 9386.0, 9365.0, 9419.0, 9374.0, 9341.0, 9325.0, 9308.0, 9322.0, 9313.0, 9383.0, 9357.0, 9397.0, 9338.0, 9337.0, 9323.0, 9310.0, 9322.0, 9325.0, 9371.0, 9344.0, 9401.0, 9358.0, 9368.0, 9325.0, 9309.0, 9308.0, 9310.0, 9325.0, 9324.0, 9368.0, 9329.0, 9384.0, 9359.0, 9412.0, 9367.0, 9389.0, 9322.0, 9319.0, 9335.0, 9309.0, 9399.0, 9326.0, 9366.0, 9330.0, 9341.0, 9354.0, 9359.0, 9351.0, 9353.0, 9354.0, 9357.0, 9357.0, 9411.0, 9412.0, 9405.0, 9449.0, 9361.0, 9410.0, 9326.0, 9393.0, 9362.0, 9437.0, 9437.0, 9432.0, 9397.0, 9337.0, 9334.0, 9308.0, 9316.0, 9303.0, 9348.0, 9342.0, 9381.0, 9324.0, 9311.0, 9326.0, 9329.0, 9331.0, 9336.0, 9407.0, 9369.0, 9341.0, 9352.0, 9339.0, 9364.0, 9340.0, 9409.0, 9386.0, 9427.0, 9407.0, 9376.0, 9344.0, 9341.0, 9356.0, 9356.0, 9434.0, 9402.0, 9432.0, 9365.0, 9347.0, 9304.0, 9307.0, 9338.0, 9313.0, 9398.0, 9342.0, 9354.0, 9314.0, 9313.0, 9328.0, 9328.0, 9358.0, 9348.0, 9418.0, 9344.0, 9396.0, 9327.0, 9366.0, 9342.0, 9383.0, 9401.0, 9327.0, 9366.0, 9311.0, 9311.0, 9330.0, 9322.0, 9427.0, 9415.0, 9428.0, 9458.0, 9383.0, 9409.0, 9352.0, 9336.0, 9334.0, 9333.0, 9360.0, 9334.0, 9383.0, 9351.0, 9395.0, 9397.0, 9444.0, 9481.0, 9445.0, 9464.0, 9427.0, 9373.0, 9412.0, 9363.0, 9316.0, 9379.0, 9324.0, 9296.0, 9362.0, 9312.0, 9276.0, 9270.0, 9286.0, 9265.0, 9285.0, 9269.0, 9304.0, 9347.0, 9380.0, 9395.0, 9375.0, 9366.0, 9328.0, 9322.0, 9293.0, 9237.0, 9219.0, 9237.0, 9228.0, 9267.0, 9228.0, 9299.0, 9275.0, 9245.0, 9270.0, 9232.0, 9267.0, 9231.0, 9261.0, 9255.0, 9260.0, 9276.0, 9303.0, 9335.0, 9325.0, 9350.0, 9327.0, 9326.0, 9400.0, 9358.0, 9402.0, 9387.0, 9341.0, 9367.0, 9326.0, 9381.0, 9329.0, 9378.0, 9326.0, 9368.0, 9341.0, 9363.0, 9327.0, 9378.0, 9323.0, 9403.0, 9347.0, 9402.0, 9360.0, 9388.0, 9347.0, 9329.0, 9313.0, 9300.0, 9314.0, 9302.0, 9315.0, 9303.0, 9326.0, 9304.0, 9376.0, 9319.0, 9371.0, 9306.0, 9343.0, 9306.0, 9344.0, 9321.0, 9362.0, 9340.0, 9410.0, 9358.0, 9380.0, 9325.0, 9311.0, 9312.0, 9317.0, 9332.0, 9355.0, 9386.0, 9381.0, 9410.0, 9414.0, 9384.0, 9445.0, 9386.0, 9424.0, 9387.0, 9393.0, 9377.0, 9368.0, 9424.0, 9408.0, 9472.0, 9436.0, 9458.0, 9382.0, 9404.0, 9349.0, 9400.0, 9362.0, 9418.0, 9405.0, 9357.0, 9341.0, 9329.0, 9325.0, 9329.0, 9357.0, 9335.0, 9404.0, 9379.0, 9352.0, 9396.0, 9356.0, 9409.0, 9356.0, 9383.0, 9356.0, 9382.0, 9358.0, 9395.0, 9353.0, 9408.0, 9369.0, 9408.0, 9383.0, 9436.0, 9375.0, 9397.0, 9354.0, 9377.0, 9354.0, 9411.0, 9382.0, 9375.0, 9336.0, 9306.0, 9318.0, 9309.0, 9342.0, 9333.0, 9335.0, 9409.0, 9355.0, 9395.0, 9339.0, 9336.0, 9335.0, 9333.0, 9346.0, 9345.0, 9376.0, 9417.0, 9436.0, 9368.0, 9378.0, 9307.0, 9343.0, 9318.0, 9425.0, 9410.0, 9431.0, 9408.0, 9346.0, 9333.0, 9328.0, 9348.0, 9340.0, 9400.0, 9441.0, 9407.0, 9471.0, 9413.0, 9428.0, 9384.0, 9368.0, 9419.0, 9362.0, 9366.0, 9351.0, 9304.0, 9369.0, 9343.0, 9308.0, 9345.0, 9300.0, 9269.0, 9302.0, 9281.0, 9294.0, 9284.0, 9306.0, 9294.0, 9357.0, 9305.0, 9318.0, 9270.0, 9248.0, 9236.0, 9224.0, 9259.0, 9254.0, 9246.0, 9286.0, 9253.0, 9290.0, 9275.0, 9300.0, 9279.0, 9302.0, 9284.0, 9298.0, 9297.0, 9307.0, 9337.0, 9332.0, 9334.0, 9350.0, 9363.0, 9364.0, 9409.0, 9393.0, 9372.0, 9359.0, 9344.0, 9345.0, 9373.0, 9377.0, 9436.0, 9424.0, 9372.0, 9369.0, 9327.0, 9354.0, 9328.0, 9361.0, 9336.0, 9395.0, 9389.0, 9446.0, 9400.0, 9374.0, 9387.0, 9357.0, 9383.0, 9355.0, 9388.0, 9375.0, 9450.0, 9431.0, 9477.0, 9413.0, 9435.0, 9362.0, 9401.0, 9359.0, 9447.0, 9418.0, 9447.0, 9399.0, 9408.0, 9326.0, 9363.0, 9324.0, 9334.0, 9311.0, 9350.0, 9357.0, 9416.0, 9358.0, 9397.0, 9316.0, 9312.0, 9328.0, 9333.0, 9335.0, 9353.0, 9385.0, 9396.0, 9427.0, 9355.0, 9362.0, 9403.0, 9342.0, 9409.0, 9341.0, 9411.0, 9386.0, 9424.0, 9350.0, 9392.0, 9306.0, 9345.0, 9309.0, 9364.0, 9326.0, 9310.0, 9325.0, 9312.0, 9313.0, 9313.0, 9313.0, 9325.0, 9329.0, 9346.0, 9376.0, 9317.0, 9353.0, 9317.0, 9328.0, 9315.0, 9326.0, 9336.0, 9410.0, 9349.0, 9402.0, 9336.0, 9334.0, 9339.0, 9339.0, 9375.0, 9377.0, 9421.0, 9374.0, 9401.0, 9367.0, 9369.0, 9422.0, 9395.0, 9439.0, 9419.0, 9398.0, 9354.0, 9337.0, 9334.0, 9337.0, 9449.0, 9409.0, 9450.0, 9400.0, 9323.0, 9318.0, 9309.0, 9309.0, 9319.0, 9362.0, 9354.0, 9411.0, 9387.0, 9391.0, 9376.0, 9365.0, 9382.0, 9330.0, 9319.0, 9308.0, 9377.0, 9337.0, 9404.0, 9454.0, 9481.0, 9423.0, 9428.0, 9456.0, 9358.0, 9371.0, 9299.0, 9299.0, 9308.0, 9325.0, 9398.0, 9360.0, 9385.0, 9335.0, 9331.0, 9329.0, 9327.0, 9356.0, 9343.0, 9413.0, 9366.0, 9380.0, 9325.0, 9365.0, 9326.0, 9341.0, 9385.0, 9351.0, 9409.0, 9306.0, 9328.0, 9307.0, 9361.0, 9326.0, 9313.0, 9341.0, 9316.0, 9341.0, 9331.0, 9356.0, 9334.0, 9388.0, 9361.0, 9413.0, 9344.0, 9381.0, 9338.0, 9367.0, 9359.0, 9414.0, 9338.0, 9360.0, 9306.0, 9308.0, 9308.0, 9315.0, 9388.0, 9350.0, 9384.0, 9331.0, 9329.0, 9331.0, 9331.0, 9363.0, 9338.0, 9420.0, 9337.0, 9406.0, 9351.0, 9352.0, 9399.0, 9370.0, 9424.0, 9365.0, 9408.0, 9356.0, 9348.0, 9402.0, 9341.0, 9407.0, 9352.0, 9396.0, 9362.0, 9397.0, 9373.0, 9286.0, 9312.0, 9296.0, 9319.0, 9295.0, 9369.0, 9333.0, 9361.0, 9354.0, 9476.0, 9558.0, 9437.0, 9464.0, 9371.0, 9372.0, 9331.0, 9331.0, 9401.0, 9333.0, 9388.0, 9335.0, 9348.0, 9353.0, 9357.0, 9426.0, 9352.0, 9406.0, 9334.0, 9384.0, 9345.0, 9384.0, 9363.0, 9419.0, 9387.0, 9410.0, 9341.0, 9310.0, 9324.0, 9324.0, 9341.0, 9328.0, 9398.0, 9315.0, 9366.0, 9326.0, 9366.0, 9328.0, 9383.0, 9361.0, 9416.0, 9343.0, 9367.0, 9326.0, 9326.0, 9342.0, 9331.0, 9417.0, 9347.0, 9386.0, 9333.0, 9332.0, 9332.0, 9337.0, 9424.0, 9380.0, 9423.0, 9351.0, 9336.0, 9351.0, 9335.0, 9393.0, 9372.0, 9441.0, 9397.0, 9378.0, 9362.0, 9319.0, 9374.0, 9364.0, 9437.0, 9405.0, 9399.0, 9356.0, 9314.0, 9337.0, 9326.0, 9412.0, 9399.0, 9425.0, 9353.0, 9342.0, 9327.0, 9306.0, 9351.0, 9363.0, 9421.0, 9420.0, 9351.0, 9427.0, 9327.0, 9324.0, 9326.0, 9325.0, 9332.0, 9332.0, 9334.0, 9395.0, 9365.0, 9421.0, 9371.0, 9391.0, 9333.0, 9371.0, 9316.0, 9352.0, 9314.0, 9339.0, 9318.0, 9341.0, 9305.0, 9343.0, 9309.0, 9330.0, 9310.0, 9348.0, 9328.0, 9367.0, 9329.0, 9379.0, 9315.0, 9381.0, 9344.0, 9397.0, 9375.0, 9386.0, 9357.0, 9327.0, 9329.0, 9314.0, 9342.0, 9316.0, 9421.0, 9428.0, 9443.0, 9423.0, 9377.0, 9379.0, 9341.0, 9362.0, 9335.0, 9381.0, 9338.0, 9406.0, 9395.0, 9445.0, 9409.0, 9420.0, 9372.0, 9377.0, 9333.0, 9359.0, 9338.0, 9367.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.008015178365937861</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05180866628308401</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.460848676451626</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2497469873963132</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1139465836290317</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5083</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4203.4766</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13043120686248874</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.34867663981588</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4605828709367796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.422861396779937</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6301946645639998</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.328692551466402</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115641</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.003846193663775921</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02859841287136078</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.2825217282529</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.8591</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.0924</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.7111</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292905.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1025.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.2099</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0319</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.383</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3421.0556</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3569.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83639.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1448.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4418.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>833.3825</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.79116383730434</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> |