=== 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-0086 --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-0086",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0086_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0086_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-01/func/sub-0086_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>193c264faef6f4f88ccff51148e46fd0</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:13:22.262500</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.999384, 0.00417979, 0.0348344, -0.00558164, 0.999174, 0.0402436]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0912094</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7746, -7303, 656, -79, -127, 69, 95]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.123</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>92cd177d-47ef-48d2-9d6b-97bd5994e801||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.6812751293182373, -0.014975127764046192, 0.0935211107134819, 109.95507049560547], [-0.011214072816073895, 2.680711507797241, 0.10911578685045242, -100.7954330444336], [0.09345820546150208, -0.10797063261270523, 2.6961727142333984, -82.14667510986328], [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': ['091322.262500', '091322.722500', '091323.182500', '091323.642500', '091324.102500', '091324.562500', '091325.022500', '091325.482500', '091325.942500', '091326.402500', '091326.862500', '091327.322500', '091327.782500', '091328.242500', '091328.702500', '091329.162500', '091329.622500', '091330.082500', '091330.542500', '091331.002500', '091331.462500', '091331.922500', '091332.382500', '091332.842500', '091333.302500', '091333.762500', '091334.222500', '091334.682500', '091335.142500', '091335.602500', '091336.062500', '091336.522500', '091336.982500', '091337.442500', '091337.902500', '091338.362500', '091338.822500', '091339.282500', '091339.742500', '091340.202500', '091340.662500', '091341.122500', '091341.582500', '091342.042500', '091342.502500', '091342.962500', '091343.422500', '091343.882500', '091344.342500', '091344.802500', '091345.262500', '091345.722500', '091346.182500', '091346.642500', '091347.102500', '091347.562500', '091348.022500', '091348.482500', '091348.942500', '091349.402500', '091349.862500', '091350.322500', '091350.782500', '091351.242500', '091351.702500', '091352.162500', '091352.622500', '091353.082500', '091353.542500', '091354.002500', '091354.462500', '091354.922500', '091355.382500', '091355.842500', '091356.302500', '091356.762500', '091357.222500', '091357.682500', '091358.142500', '091358.602500', '091359.062500', '091359.522500', '091359.982500', '091400.442500', '091400.902500', '091401.362500', '091401.822500', '091402.282500', '091402.742500', '091403.202500', '091403.662500', '091404.122500', '091404.582500', '091405.042500', '091405.502500', '091405.962500', '091406.422500', '091406.882500', '091407.342500', '091407.802500', '091408.262500', '091408.722500', '091409.182500', '091409.642500', '091410.102500', '091410.562500', '091411.022500', '091411.482500', '091411.942500', '091412.402500', '091412.862500', '091413.322500', '091413.782500', '091414.242500', '091414.702500', '091415.162500', '091415.622500', '091416.082500', '091416.542500', '091417.002500', '091417.462500', '091417.922500', '091418.382500', '091418.842500', '091419.302500', '091419.762500', '091420.222500', '091420.682500', '091421.142500', '091421.602500', '091422.062500', '091422.522500', '091422.982500', '091423.442500', '091423.902500', '091424.362500', '091424.822500', '091425.282500', '091425.742500', '091426.202500', '091426.662500', '091427.122500', '091427.582500', '091428.042500', '091428.502500', '091428.962500', '091429.422500', '091429.882500', '091430.342500', '091430.802500', '091431.262500', '091431.722500', '091432.182500', '091432.642500', '091433.102500', '091433.562500', '091434.022500', '091434.482500', '091434.942500', '091435.402500', '091435.862500', '091436.322500', '091436.782500', '091437.242500', '091437.702500', '091438.162500', '091438.622500', '091439.082500', '091439.542500', '091440.002500', '091440.462500', '091440.922500', '091441.382500', '091441.842500', '091442.302500', '091442.762500', '091443.222500', '091443.682500', '091444.142500', '091444.602500', '091445.062500', '091445.522500', '091445.982500', '091446.442500', '091446.902500', '091447.362500', '091447.822500', '091448.282500', '091448.742500', '091449.202500', '091449.662500', '091450.122500', '091450.582500', '091451.042500', '091451.502500', '091451.962500', '091452.422500', '091452.882500', '091453.342500', '091453.802500', '091454.262500', '091454.722500', '091455.182500', '091455.642500', '091456.102500', '091456.562500', '091457.022500', '091457.482500', '091457.942500', '091458.402500', '091458.862500', '091459.322500', '091459.782500', '091500.242500', '091500.702500', '091501.162500', '091501.622500', '091502.082500', '091502.542500', '091503.002500', '091503.462500', '091503.922500', '091504.382500', '091504.842500', '091505.302500', '091505.762500', '091506.222500', '091506.682500', '091507.142500', '091507.602500', '091508.062500', '091508.522500', '091508.982500', '091509.442500', '091509.902500', '091510.362500', '091510.822500', '091511.282500', '091511.742500', '091512.202500', '091512.662500', '091513.122500', '091513.582500', '091514.042500', '091514.502500', '091514.962500', '091515.422500', '091515.882500', '091516.342500', '091516.802500', '091517.262500', '091517.722500', '091518.182500', '091518.642500', '091519.102500', '091519.562500', '091520.022500', '091520.482500', '091520.942500', '091521.402500', '091521.862500', '091522.322500', '091522.782500', '091523.242500', '091523.702500', '091524.162500', '091524.622500', '091525.082500', '091525.542500', '091526.002500', '091526.462500', '091526.922500', '091527.382500', '091527.842500', '091528.302500', '091528.762500', '091529.222500', '091529.682500', '091530.142500', '091530.602500', '091531.062500', '091531.522500', '091531.982500', '091532.442500', '091532.902500', '091533.362500', '091533.822500', '091534.282500', '091534.742500', '091535.202500', '091535.662500', '091536.122500', '091536.582500', '091537.042500', '091537.502500', '091537.962500', '091538.422500', '091538.882500', '091539.342500', '091539.802500', '091540.262500', '091540.722500', '091541.182500', '091541.642500', '091542.102500', '091542.562500', '091543.022500', '091543.482500', '091543.942500', '091544.402500', '091544.862500', '091545.322500', '091545.782500', '091546.242500', '091546.702500', '091547.162500', '091547.622500', '091548.082500', '091548.542500', '091549.002500', '091549.462500', '091549.922500', '091550.382500', '091550.842500', '091551.302500', '091551.762500', '091552.222500', '091552.682500', '091553.142500', '091553.602500', '091554.062500', '091554.522500', '091554.982500', '091555.442500', '091555.902500', '091556.362500', '091556.822500', '091557.282500', '091557.742500', '091558.202500', '091558.662500', '091559.122500', '091559.582500', '091600.042500', '091600.502500', '091600.962500', '091601.422500', '091601.882500', '091602.342500', '091602.802500', '091603.262500', '091603.722500', '091604.182500', '091604.642500', '091605.102500', '091605.562500', '091606.022500', '091606.482500', '091606.942500', '091607.402500', '091607.862500', '091608.322500', '091608.782500', '091609.242500', '091609.702500', '091610.162500', '091610.622500', '091611.082500', '091611.542500', '091612.002500', '091612.462500', '091612.922500', '091613.382500', '091613.842500', '091614.302500', '091614.762500', '091615.222500', '091615.682500', '091616.142500', '091616.602500', '091617.062500', '091617.522500', '091617.982500', '091618.442500', '091618.902500', '091619.362500', '091619.822500', '091620.282500', '091620.742500', '091621.202500', '091621.662500', '091622.122500', '091622.582500', '091623.042500', '091623.502500', '091623.962500', '091624.422500', '091624.882500', '091625.342500', '091625.802500', '091626.262500', '091626.722500', '091627.182500', '091627.642500', '091628.102500', '091628.562500', '091629.022500', '091629.482500', '091629.942500', '091630.402500', '091630.862500', '091631.322500', '091631.782500', '091632.242500', '091632.702500', '091633.162500', '091633.622500', '091634.082500', '091634.542500', '091635.002500', '091635.462500', '091635.922500', '091636.382500', '091636.842500', '091637.302500', '091637.762500', '091638.222500', '091638.682500', '091639.142500', '091639.602500', '091640.062500', '091640.522500', '091640.982500', '091641.442500', '091641.902500', '091642.362500', '091642.822500', '091643.282500', '091643.742500', '091644.202500', '091644.662500', '091645.122500', '091645.582500', '091646.042500', '091646.502500', '091646.962500', '091647.422500', '091647.882500', '091648.342500', '091648.802500', '091649.262500', '091649.722500', '091650.182500', '091650.642500', '091651.102500', '091651.562500', '091652.022500', '091652.482500', '091652.942500', '091653.402500', '091653.862500', '091654.322500', '091654.782500', '091655.242500', '091655.702500', '091656.162500', '091656.622500', '091657.082500', '091657.542500', '091658.002500', '091658.462500', '091658.922500', '091659.382500', '091659.842500', '091700.302500', '091700.762500', '091701.222500', '091701.682500', '091702.142500', '091702.602500', '091703.062500', '091703.522500', '091703.982500', '091704.442500', '091704.902500', '091705.362500', '091705.822500', '091706.282500', '091706.742500', '091707.202500', '091707.662500', '091708.122500', '091708.582500', '091709.042500', '091709.502500', '091709.962500', '091710.422500', '091710.882500', '091711.342500', '091711.802500', '091712.262500', '091712.722500', '091713.182500', '091713.642500', '091714.102500', '091714.562500', '091715.022500', '091715.482500', '091715.942500', '091716.402500', '091716.862500', '091717.322500', '091717.782500', '091718.242500', '091718.702500', '091719.162500', '091719.622500', '091720.082500', '091720.542500', '091721.002500', '091721.462500', '091721.922500', '091722.382500', '091722.842500', '091723.302500', '091723.762500', '091724.222500', '091724.682500', '091725.142500', '091725.602500', '091726.062500', '091726.522500', '091726.982500', '091727.442500', '091727.902500', '091728.362500', '091728.822500', '091729.282500', '091729.742500', '091730.202500', '091730.662500', '091731.122500', '091731.582500', '091732.042500', '091732.502500', '091732.962500', '091733.422500', '091733.882500', '091734.342500', '091734.802500', '091735.262500', '091735.722500', '091736.182500', '091736.642500', '091737.102500', '091737.562500', '091738.022500', '091738.482500', '091738.942500', '091739.402500', '091739.862500', '091740.322500', '091740.782500', '091741.242500', '091741.702500', '091742.162500', '091742.622500', '091743.082500', '091743.542500', '091744.002500', '091744.462500', '091744.922500', '091745.382500', '091745.842500', '091746.302500', '091746.762500', '091747.222500', '091747.682500', '091748.142500', '091748.602500', '091749.062500', '091749.522500', '091749.982500', '091750.442500', '091750.902500', '091751.362500', '091751.822500', '091752.282500', '091752.742500', '091753.202500', '091753.662500', '091754.122500', '091754.582500', '091755.042500', '091755.502500', '091755.962500', '091756.422500', '091756.882500', '091757.342500', '091757.802500', '091758.262500', '091758.722500', '091759.182500', '091759.642500', '091800.102500', '091800.562500', '091801.022500', '091801.482500', '091801.942500', '091802.402500', '091802.862500', '091803.322500', '091803.782500', '091804.242500', '091804.702500', '091805.162500', '091805.622500', '091806.082500', '091806.542500', '091807.002500', '091807.462500', '091807.922500', '091808.382500', '091808.842500', '091809.302500', '091809.762500', '091810.222500', '091810.682500', '091811.142500', '091811.602500', '091812.062500', '091812.522500', '091812.982500', '091813.442500', '091813.902500', '091814.362500', '091814.822500', '091815.282500', '091815.742500', '091816.202500', '091816.662500', '091817.122500', '091817.582500', '091818.042500', '091818.502500', '091818.962500', '091819.422500', '091819.882500', '091820.342500', '091820.802500', '091821.262500', '091821.722500', '091822.182500', '091822.642500', '091823.102500', '091823.562500', '091824.022500', '091824.482500', '091824.942500', '091825.402500', '091825.862500', '091826.322500', '091826.782500', '091827.242500', '091827.702500', '091828.162500', '091828.622500', '091829.082500', '091829.542500', '091830.002500', '091830.462500', '091830.922500', '091831.382500', '091831.842500', '091832.302500', '091832.762500', '091833.222500', '091833.682500', '091834.142500', '091834.602500', '091835.062500', '091835.522500', '091835.982500', '091836.442500', '091836.902500', '091837.362500', '091837.822500', '091838.282500', '091838.742500', '091839.202500', '091839.662500', '091840.122500', '091840.582500', '091841.042500', '091841.502500', '091841.962500', '091842.422500', '091842.882500', '091843.342500', '091843.802500', '091844.262500', '091844.722500', '091845.182500', '091845.642500', '091846.102500', '091846.562500', '091847.022500', '091847.482500', '091847.942500', '091848.402500', '091848.862500', '091849.322500', '091849.782500', '091850.242500', '091850.702500', '091851.162500', '091851.622500', '091852.082500', '091852.542500', '091853.002500', '091853.462500', '091853.922500', '091854.382500', '091854.842500', '091855.302500', '091855.762500', '091856.222500', '091856.682500', '091857.142500', '091857.602500', '091858.062500', '091858.522500', '091858.982500', '091859.442500', '091859.902500', '091900.362500', '091900.822500', '091901.282500', '091901.742500', '091902.202500', '091902.662500', '091903.122500', '091903.582500', '091904.042500', '091904.502500', '091904.962500', '091905.422500', '091905.882500', '091906.342500', '091906.802500', '091907.262500', '091907.722500', '091908.182500', '091908.642500', '091909.102500', '091909.562500', '091910.022500', '091910.482500', '091910.942500', '091911.402500', '091911.862500', '091912.322500', '091912.782500', '091913.242500', '091913.702500', '091914.162500', '091914.622500', '091915.082500', '091915.542500', '091916.002500', '091916.462500', '091916.922500', '091917.382500', '091917.842500', '091918.302500', '091918.762500', '091919.222500', '091919.682500', '091920.142500', '091920.602500', '091921.062500', '091921.522500', '091921.982500', '091922.442500', '091922.902500', '091923.362500', '091923.822500', '091924.282500', '091924.742500', '091925.202500', '091925.662500', '091926.122500', '091926.582500', '091927.042500', '091927.502500', '091927.962500', '091928.422500', '091928.882500', '091929.342500', '091929.802500', '091930.262500', '091930.722500', '091931.182500', '091931.642500', '091932.102500', '091932.562500', '091933.022500', '091933.482500', '091933.942500', '091934.402500', '091934.862500', '091935.322500', '091935.782500', '091936.242500', '091936.702500', '091937.162500', '091937.622500', '091938.082500', '091938.542500', '091939.002500', '091939.462500', '091939.922500', '091940.382500', '091940.842500', '091941.302500', '091941.762500', '091942.222500', '091942.682500', '091943.142500', '091943.602500', '091944.062500', '091944.522500', '091944.982500', '091945.442500', '091945.902500', '091946.362500', '091946.822500', '091947.282500', '091947.742500', '091948.202500', '091948.662500', '091949.122500', '091949.582500', '091950.042500', '091950.502500', '091950.962500', '091951.422500', '091951.882500', '091952.342500', '091952.802500', '091953.262500', '091953.722500', '091954.182500', '091954.642500', '091955.102500', '091955.562500', '091956.022500', '091956.482500', '091956.942500', '091957.402500', '091957.862500', '091958.322500', '091958.782500', '091959.242500', '091959.702500', '092000.162500', '092000.622500', '092001.082500', '092001.542500', '092002.002500', '092002.462500', '092002.922500'], 'ContentTime': ['091347.474000', '091347.477000', '091347.480000', '091347.483000', '091347.485000', '091347.488000', '091347.491000', '091347.499000', '091347.502000', '091347.505000', '091347.507000', '091347.510000', '091347.513000', '091347.515000', '091347.518000', '091347.521000', '091347.523000', '091347.526000', '091347.528000', '091347.531000', '091347.534000', '091347.536000', '091347.539000', '091347.542000', '091347.544000', '091347.547000', '091347.549000', '091347.559000', '091347.561000', '091347.564000', '091347.567000', '091347.569000', '091347.572000', '091347.574000', '091347.577000', '091347.579000', '091347.582000', '091347.584000', '091347.587000', '091347.590000', '091347.592000', '091347.595000', '091347.597000', '091347.600000', '091347.603000', '091347.605000', '091347.608000', '091347.610000', '091347.613000', '091347.616000', '091347.618000', '091347.621000', '091407.438000', '091407.441000', '091407.444000', '091407.447000', '091407.453000', '091407.455000', '091407.458000', '091407.460000', '091407.463000', '091407.465000', '091407.473000', '091407.476000', '091407.479000', '091407.482000', '091407.484000', '091407.487000', '091407.489000', '091407.492000', '091407.495000', '091407.497000', '091407.500000', '091407.503000', '091407.505000', '091407.508000', '091407.511000', '091407.513000', '091407.516000', '091407.518000', '091407.521000', '091407.524000', '091407.526000', '091407.529000', '091407.532000', '091407.534000', '091407.537000', '091407.539000', '091407.542000', '091407.545000', '091407.547000', '091407.550000', '091407.553000', '091407.556000', '091407.559000', '091427.439000', '091427.442000', '091427.444000', '091427.447000', '091427.449000', '091427.452000', '091427.455000', '091427.457000', '091427.460000', '091427.463000', '091427.465000', '091427.468000', '091427.470000', '091427.473000', '091427.476000', '091427.478000', '091427.481000', '091427.484000', '091427.486000', '091427.489000', '091427.492000', '091427.494000', '091427.497000', '091427.500000', '091427.502000', '091427.505000', '091427.507000', '091427.510000', '091427.519000', '091427.521000', '091427.524000', '091427.537000', '091427.539000', '091427.542000', '091427.545000', '091427.547000', '091427.550000', '091427.552000', '091427.555000', '091427.557000', '091427.560000', '091427.563000', '091427.566000', '091427.568000', '091447.438000', '091447.440000', '091447.443000', '091447.446000', '091447.448000', '091447.451000', '091447.453000', '091447.456000', '091447.459000', '091447.461000', '091447.464000', '091447.466000', '091447.469000', '091447.471000', '091447.474000', '091447.477000', '091447.479000', '091447.482000', '091447.484000', '091447.487000', '091447.490000', '091447.492000', '091447.495000', '091447.497000', '091447.500000', '091447.502000', '091447.505000', '091447.508000', '091447.510000', '091447.513000', '091447.515000', '091447.518000', '091447.521000', '091447.523000', '091447.526000', '091447.528000', '091447.531000', '091447.534000', '091447.536000', '091447.539000', '091447.541000', '091447.544000', '091447.547000', '091507.438000', '091507.441000', '091507.443000', '091507.446000', '091507.449000', '091507.451000', '091507.454000', '091507.456000', '091507.459000', '091507.461000', '091507.464000', '091507.467000', '091507.469000', '091507.472000', '091507.476000', '091507.479000', '091507.481000', '091507.484000', '091507.486000', '091507.489000', '091507.492000', '091507.494000', '091507.497000', '091507.500000', '091507.502000', '091507.505000', '091507.507000', '091507.510000', '091507.513000', '091507.515000', '091507.518000', '091507.526000', '091507.528000', '091507.531000', '091507.533000', '091507.536000', '091507.539000', '091507.541000', '091507.544000', '091507.546000', '091507.549000', '091507.552000', '091507.554000', '091527.437000', '091527.440000', '091527.443000', '091527.445000', '091527.448000', '091527.451000', '091527.453000', '091527.456000', '091527.458000', '091527.461000', '091527.464000', '091527.466000', '091527.469000', '091527.471000', '091527.474000', '091527.477000', '091527.479000', '091527.482000', '091527.485000', '091527.487000', '091527.490000', '091527.492000', '091527.495000', '091527.498000', '091527.500000', '091527.503000', '091527.505000', '091527.508000', '091527.511000', '091527.513000', '091527.516000', '091527.525000', '091527.527000', '091527.530000', '091527.532000', '091527.535000', '091527.537000', '091527.540000', '091527.543000', '091527.545000', '091527.548000', '091527.550000', '091527.553000', '091527.556000', '091547.437000', '091547.440000', '091547.443000', '091547.445000', '091547.448000', '091547.451000', '091547.453000', '091547.456000', '091547.458000', '091547.461000', '091547.464000', '091547.466000', '091547.469000', '091547.472000', '091547.474000', '091547.477000', '091547.479000', '091547.482000', '091547.485000', '091547.487000', '091547.490000', '091547.492000', '091547.495000', '091547.498000', '091547.500000', '091547.503000', '091547.506000', '091547.508000', '091547.511000', '091547.514000', '091547.516000', '091547.519000', '091547.522000', '091547.524000', '091547.527000', '091547.530000', '091547.532000', '091547.535000', '091547.538000', '091547.540000', '091547.543000', '091547.546000', '091547.548000', '091547.551000', '091607.439000', '091607.441000', '091607.444000', '091607.447000', '091607.449000', '091607.452000', '091607.454000', '091607.457000', '091607.460000', '091607.462000', '091607.465000', '091607.467000', '091607.470000', '091607.473000', '091607.483000', '091607.485000', '091607.488000', '091607.491000', '091607.493000', '091607.496000', '091607.498000', '091607.501000', '091607.503000', '091607.506000', '091607.509000', '091607.511000', '091607.547000', '091607.549000', '091607.552000', '091607.555000', '091607.557000', '091607.560000', '091607.562000', '091607.565000', '091607.568000', '091607.570000', '091607.573000', '091607.576000', '091607.578000', '091607.581000', '091607.583000', '091607.586000', '091607.589000', '091627.438000', '091627.441000', '091627.444000', '091627.446000', '091627.456000', '091627.459000', '091627.461000', '091627.464000', '091627.467000', '091627.469000', '091627.472000', '091627.475000', '091627.477000', '091627.480000', '091627.483000', '091627.485000', '091627.488000', '091627.491000', '091627.493000', '091627.496000', '091627.498000', '091627.501000', '091627.504000', '091627.506000', '091627.509000', '091627.511000', '091627.514000', '091627.517000', '091627.519000', '091627.522000', '091627.524000', '091627.527000', '091627.530000', '091627.532000', '091627.535000', '091627.537000', '091627.540000', '091627.543000', '091627.545000', '091627.548000', '091627.550000', '091627.553000', '091627.556000', '091627.558000', '091647.439000', '091647.441000', '091647.444000', '091647.447000', '091647.450000', '091647.452000', '091647.455000', '091647.457000', '091647.460000', '091647.463000', '091647.465000', '091647.468000', '091647.470000', '091647.473000', '091647.476000', '091647.478000', '091647.481000', '091647.483000', '091647.486000', '091647.489000', '091647.491000', '091647.497000', '091647.500000', '091647.502000', '091647.505000', '091647.508000', '091647.510000', '091647.513000', '091647.515000', '091647.518000', '091647.521000', '091647.523000', '091647.526000', '091647.528000', '091647.531000', '091647.534000', '091647.536000', '091647.539000', '091647.541000', '091647.544000', '091647.547000', '091647.549000', '091647.552000', '091707.437000', '091707.440000', '091707.443000', '091707.446000', '091707.448000', '091707.451000', '091707.453000', '091707.456000', '091707.459000', '091707.461000', '091707.464000', '091707.467000', '091707.469000', '091707.472000', '091707.475000', '091707.477000', '091707.480000', '091707.482000', '091707.485000', '091707.488000', '091707.490000', '091707.493000', '091707.495000', '091707.498000', '091707.501000', '091707.503000', '091707.506000', '091707.508000', '091707.511000', '091707.514000', '091707.516000', '091707.519000', '091707.521000', '091707.524000', '091707.526000', '091707.529000', '091707.532000', '091707.534000', '091707.537000', '091707.540000', '091707.542000', '091707.545000', '091707.547000', '091707.550000', '091727.437000', '091727.440000', '091727.443000', '091727.446000', '091727.448000', '091727.451000', '091727.454000', '091727.456000', '091727.459000', '091727.461000', '091727.464000', '091727.467000', '091727.469000', '091727.472000', '091727.474000', '091727.477000', '091727.480000', '091727.482000', '091727.485000', '091727.487000', '091727.490000', '091727.493000', '091727.495000', '091727.498000', '091727.500000', '091727.503000', '091727.506000', '091727.508000', '091727.511000', '091727.513000', '091727.516000', '091727.519000', '091727.521000', '091727.524000', '091727.526000', '091727.529000', '091727.532000', '091727.541000', '091727.543000', '091727.546000', '091727.548000', '091727.551000', '091727.554000', '091747.438000', '091747.440000', '091747.443000', '091747.446000', '091747.448000', '091747.451000', '091747.454000', '091747.457000', '091747.465000', '091747.468000', '091747.471000', '091747.479000', '091747.482000', '091747.484000', '091747.487000', '091747.490000', '091747.492000', '091747.495000', '091747.498000', '091747.500000', '091747.503000', '091747.506000', '091747.508000', '091747.511000', '091747.513000', '091747.516000', '091747.519000', '091747.521000', '091747.524000', '091747.526000', '091747.529000', '091747.532000', '091747.535000', '091747.537000', '091747.540000', '091747.543000', '091747.545000', '091747.548000', '091747.550000', '091747.553000', '091747.556000', '091747.558000', '091747.561000', '091807.437000', '091807.441000', '091807.444000', '091807.447000', '091807.449000', '091807.452000', '091807.455000', '091807.457000', '091807.460000', '091807.462000', '091807.465000', '091807.468000', '091807.471000', '091807.473000', '091807.476000', '091807.479000', '091807.481000', '091807.484000', '091807.487000', '091807.489000', '091807.492000', '091807.495000', '091807.497000', '091807.500000', '091807.503000', '091807.505000', '091807.508000', '091807.510000', '091807.513000', '091807.516000', '091807.518000', '091807.521000', '091807.524000', '091807.526000', '091807.529000', '091807.532000', '091807.535000', '091807.538000', '091807.540000', '091807.543000', '091807.545000', '091807.548000', '091807.551000', '091807.553000', '091827.439000', '091827.442000', '091827.444000', '091827.447000', '091827.450000', '091827.452000', '091827.455000', '091827.457000', '091827.460000', '091827.463000', '091827.465000', '091827.468000', '091827.471000', '091827.473000', '091827.476000', '091827.478000', '091827.481000', '091827.484000', '091827.486000', '091827.489000', '091827.491000', '091827.494000', '091827.497000', '091827.499000', '091827.502000', '091827.504000', '091827.507000', '091827.510000', '091827.512000', '091827.515000', '091827.517000', '091827.520000', '091827.523000', '091827.525000', '091827.528000', '091827.531000', '091827.533000', '091827.536000', '091827.538000', '091827.541000', '091827.544000', '091827.546000', '091827.549000', '091847.439000', '091847.442000', '091847.444000', '091847.447000', '091847.450000', '091847.452000', '091847.455000', '091847.458000', '091847.460000', '091847.463000', '091847.466000', '091847.468000', '091847.471000', '091847.474000', '091847.477000', '091847.479000', '091847.482000', '091847.485000', '091847.487000', '091847.490000', '091847.492000', '091847.495000', '091847.498000', '091847.500000', '091847.503000', '091847.506000', '091847.508000', '091847.511000', '091847.513000', '091847.516000', '091847.519000', '091847.521000', '091847.524000', '091847.526000', '091847.529000', '091847.532000', '091847.534000', '091847.537000', '091847.539000', '091847.542000', '091847.544000', '091847.547000', '091847.550000', '091847.552000', '091907.439000', '091907.441000', '091907.444000', '091907.447000', '091907.449000', '091907.452000', '091907.455000', '091907.457000', '091907.460000', '091907.462000', '091907.465000', '091907.468000', '091907.470000', '091907.473000', '091907.475000', '091907.478000', '091907.481000', '091907.483000', '091907.486000', '091907.501000', '091907.504000', '091907.507000', '091907.509000', '091907.513000', '091907.516000', '091907.518000', '091907.521000', '091907.523000', '091907.526000', '091907.529000', '091907.531000', '091907.534000', '091907.536000', '091907.539000', '091907.542000', '091907.544000', '091907.547000', '091907.549000', '091907.553000', '091907.556000', '091907.558000', '091907.561000', '091907.564000', '091927.438000', '091927.441000', '091927.443000', '091927.446000', '091927.448000', '091927.451000', '091927.454000', '091927.456000', '091927.459000', '091927.462000', '091927.464000', '091927.467000', '091927.469000', '091927.472000', '091927.475000', '091927.477000', '091927.480000', '091927.483000', '091927.485000', '091927.488000', '091927.490000', '091927.493000', '091927.496000', '091927.498000', '091927.501000', '091927.504000', '091927.506000', '091927.509000', '091927.511000', '091927.514000', '091927.517000', '091927.519000', '091927.522000', '091927.526000', '091927.528000', '091927.531000', '091927.534000', '091927.536000', '091927.539000', '091927.541000', '091927.544000', '091927.547000', '091927.549000', '091927.552000', '091947.437000', '091947.440000', '091947.443000', '091947.446000', '091947.448000', '091947.451000', '091947.454000', '091947.456000', '091947.459000', '091947.462000', '091947.464000', '091947.467000', '091947.470000', '091947.472000', '091947.475000', '091947.477000', '091947.480000', '091947.483000', '091947.485000', '091947.488000', '091947.490000', '091947.493000', '091947.496000', '091947.499000', '091947.501000', '091947.504000', '091947.507000', '091947.509000', '091947.512000', '091947.515000', '091947.517000', '091947.520000', '091947.522000', '091947.525000', '091947.528000', '091947.530000', '091947.533000', '091947.535000', '091947.538000', '091947.541000', '091947.543000', '091947.546000', '091947.548000', '092004.503000', '092004.506000', '092004.508000', '092004.511000', '092004.515000', '092004.518000', '092004.520000', '092004.523000', '092004.526000', '092004.529000', '092004.531000', '092004.534000', '092004.537000', '092004.540000', '092004.543000', '092004.546000', '092004.549000', '092004.552000', '092004.554000', '092004.557000', '092004.560000', '092004.563000', '092004.566000', '092004.569000', '092004.572000', '092004.575000', '092004.577000', '092004.580000', '092004.583000', '092004.586000', '092004.588000', '092004.591000', '092004.594000', '092004.597000', '092004.600000', '092004.602000', '092004.606000', '092004.610000'], 'InstanceCreationTime': ['091347.474000', '091347.477000', '091347.480000', '091347.483000', '091347.485000', '091347.488000', '091347.491000', '091347.499000', '091347.502000', '091347.505000', '091347.507000', '091347.510000', '091347.513000', '091347.515000', '091347.518000', '091347.521000', '091347.523000', '091347.526000', '091347.528000', '091347.531000', '091347.534000', '091347.536000', '091347.539000', '091347.542000', '091347.544000', '091347.547000', '091347.549000', '091347.559000', '091347.561000', '091347.564000', '091347.567000', '091347.569000', '091347.572000', '091347.574000', '091347.577000', '091347.579000', '091347.582000', '091347.584000', '091347.587000', '091347.590000', '091347.592000', '091347.595000', '091347.597000', '091347.600000', '091347.603000', '091347.605000', '091347.608000', '091347.610000', '091347.613000', '091347.616000', '091347.618000', '091347.621000', '091407.438000', '091407.441000', '091407.444000', '091407.447000', '091407.453000', '091407.455000', '091407.458000', '091407.460000', '091407.463000', '091407.465000', '091407.473000', '091407.476000', '091407.479000', '091407.482000', '091407.484000', '091407.487000', '091407.489000', '091407.492000', '091407.495000', '091407.497000', '091407.500000', '091407.503000', '091407.505000', '091407.508000', '091407.511000', '091407.513000', '091407.516000', '091407.518000', '091407.521000', '091407.524000', '091407.526000', '091407.529000', '091407.532000', '091407.534000', '091407.537000', '091407.539000', '091407.542000', '091407.545000', '091407.547000', '091407.550000', '091407.553000', '091407.556000', '091407.559000', '091427.439000', '091427.442000', '091427.444000', '091427.447000', '091427.449000', '091427.452000', '091427.455000', '091427.457000', '091427.460000', '091427.463000', '091427.465000', '091427.468000', '091427.470000', '091427.473000', '091427.476000', '091427.478000', '091427.481000', '091427.484000', '091427.486000', '091427.489000', '091427.492000', '091427.494000', '091427.497000', '091427.500000', '091427.502000', '091427.505000', '091427.507000', '091427.510000', '091427.519000', '091427.521000', '091427.524000', '091427.537000', '091427.539000', '091427.542000', '091427.545000', '091427.547000', '091427.550000', '091427.552000', '091427.555000', '091427.557000', '091427.560000', '091427.563000', '091427.566000', '091427.568000', '091447.438000', '091447.440000', '091447.443000', '091447.446000', '091447.448000', '091447.451000', '091447.453000', '091447.456000', '091447.459000', '091447.461000', '091447.464000', '091447.466000', '091447.469000', '091447.471000', '091447.474000', '091447.477000', '091447.479000', '091447.482000', '091447.484000', '091447.487000', '091447.490000', '091447.492000', '091447.495000', '091447.497000', '091447.500000', '091447.502000', '091447.505000', '091447.508000', '091447.510000', '091447.513000', '091447.515000', '091447.518000', '091447.521000', '091447.523000', '091447.526000', '091447.528000', '091447.531000', '091447.534000', '091447.536000', '091447.539000', '091447.541000', '091447.544000', '091447.547000', '091507.438000', '091507.441000', '091507.443000', '091507.446000', '091507.449000', '091507.451000', '091507.454000', '091507.456000', '091507.459000', '091507.461000', '091507.464000', '091507.467000', '091507.469000', '091507.472000', '091507.476000', '091507.479000', '091507.481000', '091507.484000', '091507.486000', '091507.489000', '091507.492000', '091507.494000', '091507.497000', '091507.500000', '091507.502000', '091507.505000', '091507.507000', '091507.510000', '091507.513000', '091507.515000', '091507.518000', '091507.526000', '091507.528000', '091507.531000', '091507.533000', '091507.536000', '091507.539000', '091507.541000', '091507.544000', '091507.546000', '091507.549000', '091507.552000', '091507.554000', '091527.437000', '091527.440000', '091527.443000', '091527.445000', '091527.448000', '091527.451000', '091527.453000', '091527.456000', '091527.458000', '091527.461000', '091527.464000', '091527.466000', '091527.469000', '091527.471000', '091527.474000', '091527.477000', '091527.479000', '091527.482000', '091527.485000', '091527.487000', '091527.490000', '091527.492000', '091527.495000', '091527.498000', '091527.500000', '091527.503000', '091527.505000', '091527.508000', '091527.511000', '091527.513000', '091527.516000', '091527.525000', '091527.527000', '091527.530000', '091527.532000', '091527.535000', '091527.537000', '091527.540000', '091527.543000', '091527.545000', '091527.548000', '091527.550000', '091527.553000', '091527.556000', '091547.437000', '091547.440000', '091547.443000', '091547.445000', '091547.448000', '091547.451000', '091547.453000', '091547.456000', '091547.458000', '091547.461000', '091547.464000', '091547.466000', '091547.469000', '091547.472000', '091547.474000', '091547.477000', '091547.479000', '091547.482000', '091547.485000', '091547.487000', '091547.490000', '091547.492000', '091547.495000', '091547.498000', '091547.500000', '091547.503000', '091547.506000', '091547.508000', '091547.511000', '091547.514000', '091547.516000', '091547.519000', '091547.522000', '091547.524000', '091547.527000', '091547.530000', '091547.532000', '091547.535000', '091547.538000', '091547.540000', '091547.543000', '091547.546000', '091547.548000', '091547.551000', '091607.439000', '091607.441000', '091607.444000', '091607.447000', '091607.449000', '091607.452000', '091607.454000', '091607.457000', '091607.460000', '091607.462000', '091607.465000', '091607.467000', '091607.470000', '091607.473000', '091607.483000', '091607.485000', '091607.488000', '091607.491000', '091607.493000', '091607.496000', '091607.498000', '091607.501000', '091607.503000', '091607.506000', '091607.509000', '091607.511000', '091607.547000', '091607.549000', '091607.552000', '091607.555000', '091607.557000', '091607.560000', '091607.562000', '091607.565000', '091607.568000', '091607.570000', '091607.573000', '091607.576000', '091607.578000', '091607.581000', '091607.583000', '091607.586000', '091607.589000', '091627.438000', '091627.441000', '091627.444000', '091627.446000', '091627.456000', '091627.459000', '091627.461000', '091627.464000', '091627.467000', '091627.469000', '091627.472000', '091627.475000', '091627.477000', '091627.480000', '091627.483000', '091627.485000', '091627.488000', '091627.491000', '091627.493000', '091627.496000', '091627.498000', '091627.501000', '091627.504000', '091627.506000', '091627.509000', '091627.511000', '091627.514000', '091627.517000', '091627.519000', '091627.522000', '091627.524000', '091627.527000', '091627.530000', '091627.532000', '091627.535000', '091627.537000', '091627.540000', '091627.543000', '091627.545000', '091627.548000', '091627.550000', '091627.553000', '091627.556000', '091627.558000', '091647.439000', '091647.441000', '091647.444000', '091647.447000', '091647.450000', '091647.452000', '091647.455000', '091647.457000', '091647.460000', '091647.463000', '091647.465000', '091647.468000', '091647.470000', '091647.473000', '091647.476000', '091647.478000', '091647.481000', '091647.483000', '091647.486000', '091647.489000', '091647.491000', '091647.497000', '091647.500000', '091647.502000', '091647.505000', '091647.508000', '091647.510000', '091647.513000', '091647.515000', '091647.518000', '091647.521000', '091647.523000', '091647.526000', '091647.528000', '091647.531000', '091647.534000', '091647.536000', '091647.539000', '091647.541000', '091647.544000', '091647.547000', '091647.549000', '091647.552000', '091707.437000', '091707.440000', '091707.443000', '091707.446000', '091707.448000', '091707.451000', '091707.453000', '091707.456000', '091707.459000', '091707.461000', '091707.464000', '091707.467000', '091707.469000', '091707.472000', '091707.475000', '091707.477000', '091707.480000', '091707.482000', '091707.485000', '091707.488000', '091707.490000', '091707.493000', '091707.495000', '091707.498000', '091707.501000', '091707.503000', '091707.506000', '091707.508000', '091707.511000', '091707.514000', '091707.516000', '091707.519000', '091707.521000', '091707.524000', '091707.526000', '091707.529000', '091707.532000', '091707.534000', '091707.537000', '091707.540000', '091707.542000', '091707.545000', '091707.547000', '091707.550000', '091727.437000', '091727.440000', '091727.443000', '091727.446000', '091727.448000', '091727.451000', '091727.454000', '091727.456000', '091727.459000', '091727.461000', '091727.464000', '091727.467000', '091727.469000', '091727.472000', '091727.474000', '091727.477000', '091727.480000', '091727.482000', '091727.485000', '091727.487000', '091727.490000', '091727.493000', '091727.495000', '091727.498000', '091727.500000', '091727.503000', '091727.506000', '091727.508000', '091727.511000', '091727.513000', '091727.516000', '091727.519000', '091727.521000', '091727.524000', '091727.526000', '091727.529000', '091727.532000', '091727.541000', '091727.543000', '091727.546000', '091727.548000', '091727.551000', '091727.554000', '091747.438000', '091747.440000', '091747.443000', '091747.446000', '091747.448000', '091747.451000', '091747.454000', '091747.457000', '091747.465000', '091747.468000', '091747.471000', '091747.479000', '091747.482000', '091747.484000', '091747.487000', '091747.490000', '091747.492000', '091747.495000', '091747.498000', '091747.500000', '091747.503000', '091747.506000', '091747.508000', '091747.511000', '091747.513000', '091747.516000', '091747.519000', '091747.521000', '091747.524000', '091747.526000', '091747.529000', '091747.532000', '091747.535000', '091747.537000', '091747.540000', '091747.543000', '091747.545000', '091747.548000', '091747.550000', '091747.553000', '091747.556000', '091747.558000', '091747.561000', '091807.437000', '091807.441000', '091807.444000', '091807.447000', '091807.449000', '091807.452000', '091807.455000', '091807.457000', '091807.460000', '091807.462000', '091807.465000', '091807.468000', '091807.471000', '091807.473000', '091807.476000', '091807.479000', '091807.481000', '091807.484000', '091807.487000', '091807.489000', '091807.492000', '091807.495000', '091807.497000', '091807.500000', '091807.503000', '091807.505000', '091807.508000', '091807.510000', '091807.513000', '091807.516000', '091807.518000', '091807.521000', '091807.524000', '091807.526000', '091807.529000', '091807.532000', '091807.535000', '091807.538000', '091807.540000', '091807.543000', '091807.545000', '091807.548000', '091807.551000', '091807.553000', '091827.439000', '091827.442000', '091827.444000', '091827.447000', '091827.450000', '091827.452000', '091827.455000', '091827.457000', '091827.460000', '091827.463000', '091827.465000', '091827.468000', '091827.471000', '091827.473000', '091827.476000', '091827.478000', '091827.481000', '091827.484000', '091827.486000', '091827.489000', '091827.491000', '091827.494000', '091827.497000', '091827.499000', '091827.502000', '091827.504000', '091827.507000', '091827.510000', '091827.512000', '091827.515000', '091827.517000', '091827.520000', '091827.523000', '091827.525000', '091827.528000', '091827.531000', '091827.533000', '091827.536000', '091827.538000', '091827.541000', '091827.544000', '091827.546000', '091827.549000', '091847.439000', '091847.442000', '091847.444000', '091847.447000', '091847.450000', '091847.452000', '091847.455000', '091847.458000', '091847.460000', '091847.463000', '091847.466000', '091847.468000', '091847.471000', '091847.474000', '091847.477000', '091847.479000', '091847.482000', '091847.485000', '091847.487000', '091847.490000', '091847.492000', '091847.495000', '091847.498000', '091847.500000', '091847.503000', '091847.506000', '091847.508000', '091847.511000', '091847.513000', '091847.516000', '091847.519000', '091847.521000', '091847.524000', '091847.526000', '091847.529000', '091847.532000', '091847.534000', '091847.537000', '091847.539000', '091847.542000', '091847.544000', '091847.547000', '091847.550000', '091847.552000', '091907.439000', '091907.441000', '091907.444000', '091907.447000', '091907.449000', '091907.452000', '091907.455000', '091907.457000', '091907.460000', '091907.462000', '091907.465000', '091907.468000', '091907.470000', '091907.473000', '091907.475000', '091907.478000', '091907.481000', '091907.483000', '091907.486000', '091907.501000', '091907.504000', '091907.507000', '091907.509000', '091907.513000', '091907.516000', '091907.518000', '091907.521000', '091907.523000', '091907.526000', '091907.529000', '091907.531000', '091907.534000', '091907.536000', '091907.539000', '091907.542000', '091907.544000', '091907.547000', '091907.549000', '091907.553000', '091907.556000', '091907.558000', '091907.561000', '091907.564000', '091927.438000', '091927.441000', '091927.443000', '091927.446000', '091927.448000', '091927.451000', '091927.454000', '091927.456000', '091927.459000', '091927.462000', '091927.464000', '091927.467000', '091927.469000', '091927.472000', '091927.475000', '091927.477000', '091927.480000', '091927.483000', '091927.485000', '091927.488000', '091927.490000', '091927.493000', '091927.496000', '091927.498000', '091927.501000', '091927.504000', '091927.506000', '091927.509000', '091927.511000', '091927.514000', '091927.517000', '091927.519000', '091927.522000', '091927.526000', '091927.528000', '091927.531000', '091927.534000', '091927.536000', '091927.539000', '091927.541000', '091927.544000', '091927.547000', '091927.549000', '091927.552000', '091947.437000', '091947.440000', '091947.443000', '091947.446000', '091947.448000', '091947.451000', '091947.454000', '091947.456000', '091947.459000', '091947.462000', '091947.464000', '091947.467000', '091947.470000', '091947.472000', '091947.475000', '091947.477000', '091947.480000', '091947.483000', '091947.485000', '091947.488000', '091947.490000', '091947.493000', '091947.496000', '091947.499000', '091947.501000', '091947.504000', '091947.507000', '091947.509000', '091947.512000', '091947.515000', '091947.517000', '091947.520000', '091947.522000', '091947.525000', '091947.528000', '091947.530000', '091947.533000', '091947.535000', '091947.538000', '091947.541000', '091947.543000', '091947.546000', '091947.548000', '092004.503000', '092004.506000', '092004.508000', '092004.511000', '092004.515000', '092004.518000', '092004.520000', '092004.523000', '092004.526000', '092004.529000', '092004.531000', '092004.534000', '092004.537000', '092004.540000', '092004.543000', '092004.546000', '092004.549000', '092004.552000', '092004.554000', '092004.557000', '092004.560000', '092004.563000', '092004.566000', '092004.569000', '092004.572000', '092004.575000', '092004.577000', '092004.580000', '092004.583000', '092004.586000', '092004.588000', '092004.591000', '092004.594000', '092004.597000', '092004.600000', '092004.602000', '092004.606000', '092004.610000'], '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': [7870, 10985, 14348, 9226, 12506, 8730, 12266, 7871, 11238, 14267, 8815, 11939, 8720, 11792, 7616, 10712, 14073, 8656, 11717, 9502, 9149, 12196, 7929, 10554, 7430, 9455, 8836, 8336, 11204, 7544, 10792, 8956, 9037, 12204, 8267, 11663, 8023, 10281, 13572, 8776, 11290, 12822, 8700, 11704, 7936, 10566, 8138, 8943, 11967, 8018, 10790, 10328, 8404, 11356, 7792, 10465, 9187, 8719, 11847, 8187, 10332, 7698, 10323, 8084, 8832, 12268, 8666, 10329, 7501, 9522, 12089, 7991, 10306, 7539, 9267, 12090, 7448, 10347, 7547, 9241, 11041, 7770, 10580, 7318, 10342, 9149, 9015, 11865, 7689, 10592, 7759, 10758, 7458, 9976, 12062, 8391, 11810, 8612, 11130, 7755, 11684, 11585, 9103, 13117, 8614, 11711, 12078, 9438, 12768, 8394, 11312, 7745, 10645, 9238, 8904, 12294, 8146, 10906, 10029, 9090, 9886, 7985, 11067, 7527, 10414, 9724, 8647, 11809, 8357, 10871, 10433, 9179, 9044, 7889, 10535, 7489, 9776, 9240, 8540, 10557, 7498, 9807, 7607, 9326, 11064, 7856, 10514, 7710, 10321, 9807, 8634, 11874, 9055, 10824, 7763, 9944, 13025, 8495, 10553, 12977, 8947, 10281, 7700, 10335, 7149, 9217, 12130, 8283, 9163, 7498, 10002, 7650, 8766, 11509, 7547, 9965, 7752, 9902, 7698, 9532, 7909, 8519, 11607, 7992, 10932, 11525, 8721, 11791, 8605, 10172, 7881, 10045, 7495, 9161, 12203, 8216, 10623, 10035, 9430, 11903, 8566, 11454, 7410, 10102, 7262, 9991, 8891, 8781, 11383, 7798, 10109, 7805, 10099, 7674, 10061, 7728, 9345, 7396, 10468, 7401, 8977, 9735, 8171, 10387, 7642, 9927, 7582, 9743, 8345, 8761, 10952, 7795, 10366, 7708, 9576, 8574, 8372, 11218, 7607, 10023, 7573, 9316, 7874, 9452, 8359, 8582, 11818, 8177, 10999, 8447, 11084, 7583, 11373, 8011, 10829, 15026, 8860, 12908, 9379, 11209, 15118, 9196, 12230, 7768, 10354, 7367, 10311, 7418, 9597, 12381, 8084, 11084, 7599, 9648, 7308, 9177, 11506, 7612, 10160, 7653, 10276, 10624, 8582, 8933, 7482, 9698, 7507, 9452, 7472, 9326, 8659, 8079, 11029, 7766, 10260, 7819, 10074, 7477, 9261, 11846, 7827, 10971, 8115, 9862, 8342, 8017, 11067, 7571, 10254, 7829, 9535, 7610, 8085, 10996, 7603, 9592, 7857, 9399, 7635, 10428, 7981, 9823, 13286, 8375, 11578, 10621, 9642, 7985, 9303, 7465, 10276, 7371, 10169, 10906, 8653, 12012, 8216, 10447, 13138, 8315, 11981, 8595, 10835, 7960, 9555, 7543, 10339, 7363, 9900, 9598, 8273, 10884, 7748, 10198, 7731, 9086, 11118, 7539, 9714, 7683, 9761, 9933, 8609, 11024, 7867, 9607, 7324, 9920, 11407, 8012, 8885, 7445, 9756, 7502, 8137, 10960, 7414, 8424, 7457, 9710, 7510, 9145, 12325, 8228, 11140, 8298, 10098, 9293, 7474, 10656, 7958, 10814, 7511, 9749, 13150, 8543, 11642, 8222, 11414, 10866, 10610, 7987, 11832, 8818, 12434, 9663, 13094, 9507, 14621, 11761, 12828, 17196, 11661, 14651, 9577, 11586, 13443, 9711, 15729, 13498, 11232, 8643, 7588, 9948, 7866, 8564, 8459, 8874, 9558, 12230, 9792, 13515, 8926, 12143, 7875, 10727, 8243, 9553, 11788, 8359, 11413, 7640, 9826, 9222, 8626, 10029, 7384, 9880, 7547, 7400, 9368, 7463, 10718, 8171, 7341, 9588, 7897, 9730, 12515, 8533, 12010, 8199, 11172, 7645, 10694, 7477, 10742, 12801, 10574, 7465, 10271, 7244, 10092, 7624, 10659, 7688, 11899, 8633, 11060, 9533, 9612, 11008, 8597, 13043, 9408, 13464, 8324, 7337, 10140, 7538, 10578, 7963, 10927, 8051, 11851, 8217, 11931, 8044, 11368, 11327, 9888, 12300, 8546, 11017, 8473, 11108, 8437, 11179, 7412, 11143, 9756, 10010, 7270, 10250, 7765, 10091, 7884, 10144, 7572, 10066, 11234, 7975, 11165, 7498, 10315, 9709, 9236, 7350, 9318, 7750, 9634, 8373, 11378, 8052, 12051, 8592, 11038, 14346, 8754, 11341, 7930, 9885, 12666, 8652, 11281, 12417, 9010, 12441, 9136, 10056, 12421, 8335, 10155, 11848, 8143, 10708, 7705, 9736, 10667, 7893, 9867, 7603, 7874, 10022, 7833, 9646, 7413, 8965, 7990, 7752, 10427, 7294, 10592, 7304, 10454, 7971, 11293, 8645, 9781, 12087, 8437, 11517, 7975, 10043, 13188, 7705, 11558, 8475, 10216, 8066, 10235, 7893, 10255, 7603, 10770, 12676, 8437, 12153, 8199, 10363, 12076, 8597, 10994, 8120, 10973, 8334, 9520, 12707, 8513, 11760, 13021, 8769, 13012, 9973, 11535, 8544, 10349, 8210, 10623, 7963, 11167, 7562, 10861, 12663, 8916, 12288, 8377, 11646, 7954, 11329, 8888, 10149, 13635, 8867, 12845, 9699, 14210, 8631, 12238, 7844, 11869, 16345, 8884, 12422, 9897, 9491, 12033, 8158, 10567, 8137, 8903, 11290, 8108, 10320, 10335, 8031, 11290, 8547, 9920, 7574, 9799, 8110, 8150, 11445, 8104, 10035, 8047, 10295, 8115, 10665, 7855, 10090, 13042, 8266, 11452, 8036, 10633, 10225, 8052, 11358, 7935, 11290, 8382, 10748, 7729, 10959, 8242, 11013, 8326, 11996, 12729, 9480, 13812, 9581, 11252, 14881, 8934, 11752, 9373, 10657, 13951, 9167, 12158, 14541, 9767, 13070, 8712, 11169, 7486, 9473, 7475, 9969, 7621, 10036, 7543, 10352, 8074, 10183, 10532, 9216, 13177, 8962, 12505, 8952, 10302, 12513, 8437, 10993, 7967, 9089, 11691, 8589, 9640, 7908, 8147, 8100, 9832, 8000, 10844, 7939, 10162, 13343, 8162, 11433, 8136, 10565, 11813, 8533, 11775, 7764, 12141, 8347, 10827, 7610, 10656, 7940, 11132, 7558, 10666, 13859, 8900, 11938, 12273, 8816, 12189, 7813, 10844, 10972, 8934, 11446, 8328, 11268, 12027, 9092, 12534, 8565, 10118, 8276, 10215, 7918, 9395, 11182, 8285, 10353, 11360, 8391, 11362, 8252, 9823, 11765, 8163, 9751, 7448, 9967, 10352, 7812, 10188, 7516, 9424, 7501, 9290, 7471, 9015, 12452, 9156, 10749, 8520, 11627, 8450, 11761, 8827, 10995, 12915, 8908, 12432, 8698, 10773, 7243, 10291, 10721, 8586, 11818, 8604, 10579, 7782, 9126, 12243, 8471, 11146, 14144, 9400, 12471, 10322, 9499, 11058, 7348, 10957, 7889, 10161, 13622, 8929, 11887, 14802, 9125, 11762, 10194, 9471, 12519, 9013, 11550, 14875, 10037, 12616, 12166, 10358, 12734, 9272, 8135, 9101, 10728, 8936, 11899, 9188, 11126, 12099, 8227, 10130, 8964, 8483, 10388, 7678, 10444], 'WindowCenter': [4492.0, 4529.0, 4531.0, 4466.0, 4480.0, 4436.0, 4467.0, 4413.0, 4456.0, 4488.0, 4437.0, 4464.0, 4423.0, 4449.0, 4403.0, 4439.0, 4460.0, 4423.0, 4453.0, 4419.0, 4421.0, 4448.0, 4411.0, 4454.0, 4398.0, 4428.0, 4419.0, 4422.0, 4452.0, 4412.0, 4466.0, 4434.0, 4433.0, 4462.0, 4423.0, 4450.0, 4411.0, 4432.0, 4461.0, 4418.0, 4453.0, 4450.0, 4405.0, 4438.0, 4394.0, 4429.0, 4397.0, 4404.0, 4437.0, 4393.0, 4428.0, 4417.0, 4394.0, 4426.0, 4386.0, 4424.0, 4420.0, 4424.0, 4445.0, 4393.0, 4416.0, 4388.0, 4424.0, 4397.0, 4417.0, 4454.0, 4409.0, 4418.0, 4385.0, 4415.0, 4437.0, 4412.0, 4425.0, 4398.0, 4418.0, 4438.0, 4389.0, 4443.0, 4400.0, 4416.0, 4439.0, 4400.0, 4440.0, 4403.0, 4443.0, 4431.0, 4422.0, 4466.0, 4413.0, 4455.0, 4413.0, 4443.0, 4400.0, 4443.0, 4462.0, 4425.0, 4465.0, 4422.0, 4437.0, 4400.0, 4451.0, 4438.0, 4406.0, 4448.0, 4407.0, 4452.0, 4450.0, 4418.0, 4435.0, 4391.0, 4421.0, 4384.0, 4415.0, 4405.0, 4402.0, 4436.0, 4397.0, 4439.0, 4417.0, 4406.0, 4414.0, 4395.0, 4421.0, 4386.0, 4424.0, 4403.0, 4396.0, 4422.0, 4395.0, 4438.0, 4429.0, 4402.0, 4405.0, 4397.0, 4414.0, 4387.0, 4428.0, 4420.0, 4409.0, 4426.0, 4387.0, 4427.0, 4400.0, 4433.0, 4441.0, 4406.0, 4429.0, 4398.0, 4431.0, 4428.0, 4423.0, 4448.0, 4405.0, 4428.0, 4385.0, 4414.0, 4447.0, 4406.0, 4438.0, 4447.0, 4405.0, 4415.0, 4386.0, 4417.0, 4376.0, 4416.0, 4448.0, 4396.0, 4418.0, 4387.0, 4427.0, 4398.0, 4422.0, 4453.0, 4400.0, 4427.0, 4401.0, 4443.0, 4406.0, 4430.0, 4397.0, 4409.0, 4440.0, 4395.0, 4430.0, 4440.0, 4422.0, 4435.0, 4407.0, 4415.0, 4396.0, 4416.0, 4374.0, 4406.0, 4434.0, 4393.0, 4416.0, 4415.0, 4416.0, 4426.0, 4390.0, 4421.0, 4372.0, 4401.0, 4360.0, 4402.0, 4392.0, 4391.0, 4423.0, 4384.0, 4415.0, 4386.0, 4427.0, 4412.0, 4441.0, 4398.0, 4402.0, 4386.0, 4438.0, 4388.0, 4409.0, 4416.0, 4410.0, 4426.0, 4398.0, 4425.0, 4402.0, 4429.0, 4395.0, 4403.0, 4426.0, 4399.0, 4428.0, 4400.0, 4427.0, 4407.0, 4409.0, 4439.0, 4413.0, 4446.0, 4412.0, 4430.0, 4411.0, 4432.0, 4411.0, 4423.0, 4466.0, 4435.0, 4456.0, 4423.0, 4440.0, 4400.0, 4436.0, 4398.0, 4436.0, 4458.0, 4409.0, 4438.0, 4407.0, 4440.0, 4457.0, 4405.0, 4419.0, 4370.0, 4400.0, 4372.0, 4413.0, 4371.0, 4404.0, 4430.0, 4387.0, 4424.0, 4371.0, 4402.0, 4372.0, 4403.0, 4423.0, 4384.0, 4413.0, 4381.0, 4430.0, 4427.0, 4408.0, 4392.0, 4372.0, 4416.0, 4386.0, 4415.0, 4384.0, 4415.0, 4396.0, 4396.0, 4438.0, 4411.0, 4429.0, 4397.0, 4414.0, 4375.0, 4404.0, 4432.0, 4387.0, 4428.0, 4396.0, 4416.0, 4393.0, 4396.0, 4422.0, 4397.0, 4429.0, 4396.0, 4430.0, 4386.0, 4392.0, 4438.0, 4397.0, 4427.0, 4405.0, 4416.0, 4396.0, 4429.0, 4397.0, 4429.0, 4449.0, 4406.0, 4428.0, 4426.0, 4417.0, 4384.0, 4405.0, 4369.0, 4414.0, 4374.0, 4414.0, 4422.0, 4395.0, 4426.0, 4380.0, 4403.0, 4431.0, 4394.0, 4423.0, 4382.0, 4410.0, 4366.0, 4388.0, 4369.0, 4400.0, 4360.0, 4399.0, 4389.0, 4381.0, 4399.0, 4370.0, 4401.0, 4357.0, 4378.0, 4394.0, 4358.0, 4390.0, 4369.0, 4403.0, 4390.0, 4379.0, 4398.0, 4370.0, 4389.0, 4369.0, 4401.0, 4422.0, 4382.0, 4379.0, 4359.0, 4402.0, 4373.0, 4383.0, 4410.0, 4373.0, 4391.0, 4386.0, 4416.0, 4385.0, 4419.0, 4450.0, 4409.0, 4437.0, 4409.0, 4439.0, 4420.0, 4386.0, 4422.0, 4393.0, 4426.0, 4371.0, 4417.0, 4446.0, 4408.0, 4439.0, 4419.0, 4451.0, 4439.0, 4427.0, 4395.0, 4435.0, 4406.0, 4434.0, 4405.0, 4421.0, 4392.0, 4433.0, 4410.0, 4411.0, 4424.0, 4397.0, 4404.0, 4362.0, 4380.0, 4391.0, 4373.0, 4412.0, 4380.0, 4356.0, 4336.0, 4325.0, 4357.0, 4339.0, 4349.0, 4351.0, 4350.0, 4361.0, 4382.0, 4360.0, 4380.0, 4350.0, 4369.0, 4327.0, 4358.0, 4326.0, 4348.0, 4366.0, 4327.0, 4355.0, 4315.0, 4345.0, 4348.0, 4337.0, 4345.0, 4327.0, 4370.0, 4342.0, 4344.0, 4372.0, 4340.0, 4381.0, 4364.0, 4345.0, 4386.0, 4356.0, 4389.0, 4404.0, 4380.0, 4411.0, 4368.0, 4397.0, 4357.0, 4388.0, 4353.0, 4413.0, 4421.0, 4387.0, 4357.0, 4384.0, 4356.0, 4396.0, 4382.0, 4426.0, 4385.0, 4422.0, 4379.0, 4410.0, 4388.0, 4387.0, 4393.0, 4380.0, 4432.0, 4390.0, 4413.0, 4366.0, 4340.0, 4384.0, 4356.0, 4397.0, 4369.0, 4397.0, 4366.0, 4409.0, 4370.0, 4410.0, 4358.0, 4400.0, 4399.0, 4388.0, 4396.0, 4365.0, 4380.0, 4365.0, 4394.0, 4355.0, 4383.0, 4346.0, 4398.0, 4388.0, 4386.0, 4344.0, 4383.0, 4354.0, 4385.0, 4367.0, 4398.0, 4357.0, 4387.0, 4396.0, 4367.0, 4422.0, 4360.0, 4401.0, 4389.0, 4402.0, 4365.0, 4386.0, 4370.0, 4401.0, 4391.0, 4420.0, 4383.0, 4423.0, 4394.0, 4414.0, 4429.0, 4378.0, 4410.0, 4369.0, 4390.0, 4415.0, 4366.0, 4398.0, 4402.0, 4365.0, 4406.0, 4364.0, 4375.0, 4392.0, 4353.0, 4372.0, 4381.0, 4342.0, 4369.0, 4340.0, 4373.0, 4372.0, 4340.0, 4372.0, 4336.0, 4351.0, 4370.0, 4353.0, 4373.0, 4339.0, 4377.0, 4365.0, 4369.0, 4397.0, 4366.0, 4410.0, 4371.0, 4409.0, 4395.0, 4435.0, 4404.0, 4429.0, 4432.0, 4390.0, 4424.0, 4380.0, 4416.0, 4434.0, 4398.0, 4434.0, 4396.0, 4415.0, 4395.0, 4424.0, 4407.0, 4422.0, 4397.0, 4437.0, 4447.0, 4403.0, 4446.0, 4406.0, 4439.0, 4463.0, 4421.0, 4437.0, 4404.0, 4438.0, 4405.0, 4430.0, 4459.0, 4418.0, 4449.0, 4449.0, 4421.0, 4459.0, 4429.0, 4451.0, 4402.0, 4413.0, 4391.0, 4422.0, 4395.0, 4436.0, 4397.0, 4439.0, 4448.0, 4419.0, 4442.0, 4409.0, 4438.0, 4396.0, 4438.0, 4407.0, 4424.0, 4454.0, 4404.0, 4444.0, 4413.0, 4445.0, 4391.0, 4433.0, 4378.0, 4425.0, 4448.0, 4391.0, 4420.0, 4384.0, 4389.0, 4410.0, 4369.0, 4399.0, 4363.0, 4385.0, 4409.0, 4379.0, 4400.0, 4408.0, 4397.0, 4424.0, 4390.0, 4400.0, 4396.0, 4414.0, 4382.0, 4394.0, 4434.0, 4390.0, 4414.0, 4393.0, 4426.0, 4394.0, 4422.0, 4398.0, 4428.0, 4447.0, 4408.0, 4445.0, 4395.0, 4439.0, 4428.0, 4396.0, 4432.0, 4407.0, 4438.0, 4410.0, 4436.0, 4398.0, 4437.0, 4408.0, 4437.0, 4403.0, 4444.0, 4446.0, 4411.0, 4448.0, 4400.0, 4420.0, 4439.0, 4393.0, 4422.0, 4390.0, 4400.0, 4431.0, 4374.0, 4408.0, 4414.0, 4387.0, 4407.0, 4366.0, 4396.0, 4351.0, 4388.0, 4357.0, 4400.0, 4368.0, 4398.0, 4368.0, 4411.0, 4381.0, 4413.0, 4427.0, 4405.0, 4428.0, 4390.0, 4421.0, 4378.0, 4398.0, 4403.0, 4367.0, 4396.0, 4365.0, 4390.0, 4422.0, 4380.0, 4399.0, 4365.0, 4368.0, 4382.0, 4401.0, 4383.0, 4438.0, 4395.0, 4431.0, 4458.0, 4404.0, 4435.0, 4380.0, 4413.0, 4422.0, 4391.0, 4423.0, 4399.0, 4448.0, 4396.0, 4412.0, 4372.0, 4413.0, 4382.0, 4409.0, 4370.0, 4411.0, 4428.0, 4393.0, 4422.0, 4421.0, 4379.0, 4409.0, 4358.0, 4399.0, 4392.0, 4378.0, 4409.0, 4367.0, 4397.0, 4405.0, 4379.0, 4433.0, 4380.0, 4385.0, 4375.0, 4398.0, 4368.0, 4388.0, 4397.0, 4367.0, 4397.0, 4397.0, 4363.0, 4397.0, 4362.0, 4388.0, 4421.0, 4379.0, 4388.0, 4367.0, 4400.0, 4398.0, 4370.0, 4411.0, 4367.0, 4402.0, 4370.0, 4403.0, 4384.0, 4430.0, 4448.0, 4419.0, 4424.0, 4405.0, 4419.0, 4395.0, 4436.0, 4406.0, 4437.0, 4435.0, 4403.0, 4437.0, 4394.0, 4423.0, 4373.0, 4412.0, 4424.0, 4405.0, 4447.0, 4404.0, 4426.0, 4383.0, 4417.0, 4430.0, 4391.0, 4451.0, 4458.0, 4419.0, 4435.0, 4425.0, 4404.0, 4425.0, 4367.0, 4422.0, 4394.0, 4408.0, 4433.0, 4389.0, 4437.0, 4439.0, 4403.0, 4420.0, 4400.0, 4389.0, 4417.0, 4377.0, 4397.0, 4413.0, 4387.0, 4411.0, 4422.0, 4399.0, 4392.0, 4361.0, 4350.0, 4364.0, 4380.0, 4363.0, 4391.0, 4361.0, 4383.0, 4378.0, 4352.0, 4372.0, 4349.0, 4347.0, 4355.0, 4323.0, 4369.0], 'WindowWidth': [9928.0, 9970.0, 9953.0, 9848.0, 9858.0, 9794.0, 9833.0, 9754.0, 9812.0, 9860.0, 9790.0, 9822.0, 9762.0, 9796.0, 9735.0, 9782.0, 9811.0, 9765.0, 9803.0, 9752.0, 9757.0, 9791.0, 9743.0, 9808.0, 9728.0, 9765.0, 9753.0, 9762.0, 9803.0, 9752.0, 9828.0, 9781.0, 9778.0, 9816.0, 9764.0, 9798.0, 9744.0, 9772.0, 9812.0, 9752.0, 9803.0, 9793.0, 9730.0, 9774.0, 9715.0, 9763.0, 9719.0, 9727.0, 9773.0, 9712.0, 9761.0, 9745.0, 9713.0, 9757.0, 9703.0, 9754.0, 9754.0, 9765.0, 9784.0, 9712.0, 9741.0, 9708.0, 9754.0, 9719.0, 9750.0, 9805.0, 9739.0, 9746.0, 9699.0, 9742.0, 9774.0, 9749.0, 9758.0, 9721.0, 9749.0, 9774.0, 9711.0, 9791.0, 9730.0, 9746.0, 9778.0, 9730.0, 9783.0, 9739.0, 9792.0, 9771.0, 9761.0, 9827.0, 9754.0, 9810.0, 9752.0, 9790.0, 9732.0, 9792.0, 9817.0, 9773.0, 9824.0, 9762.0, 9776.0, 9729.0, 9797.0, 9778.0, 9732.0, 9792.0, 9736.0, 9802.0, 9796.0, 9749.0, 9767.0, 9705.0, 9745.0, 9697.0, 9739.0, 9725.0, 9720.0, 9768.0, 9719.0, 9779.0, 9745.0, 9727.0, 9737.0, 9712.0, 9744.0, 9700.0, 9752.0, 9723.0, 9714.0, 9746.0, 9713.0, 9778.0, 9764.0, 9719.0, 9726.0, 9717.0, 9739.0, 9705.0, 9763.0, 9754.0, 9739.0, 9756.0, 9707.0, 9759.0, 9730.0, 9780.0, 9783.0, 9734.0, 9765.0, 9725.0, 9770.0, 9763.0, 9766.0, 9795.0, 9729.0, 9760.0, 9702.0, 9740.0, 9786.0, 9730.0, 9780.0, 9789.0, 9726.0, 9739.0, 9703.0, 9744.0, 9688.0, 9748.0, 9790.0, 9717.0, 9747.0, 9709.0, 9761.0, 9726.0, 9761.0, 9807.0, 9729.0, 9760.0, 9731.0, 9792.0, 9738.0, 9767.0, 9722.0, 9739.0, 9780.0, 9718.0, 9766.0, 9782.0, 9760.0, 9772.0, 9731.0, 9739.0, 9714.0, 9740.0, 9684.0, 9729.0, 9765.0, 9708.0, 9741.0, 9741.0, 9744.0, 9755.0, 9702.0, 9742.0, 9677.0, 9713.0, 9658.0, 9716.0, 9701.0, 9702.0, 9746.0, 9695.0, 9737.0, 9704.0, 9758.0, 9751.0, 9787.0, 9722.0, 9722.0, 9704.0, 9783.0, 9708.0, 9736.0, 9742.0, 9738.0, 9758.0, 9722.0, 9756.0, 9735.0, 9767.0, 9715.0, 9725.0, 9757.0, 9724.0, 9761.0, 9728.0, 9765.0, 9735.0, 9739.0, 9778.0, 9750.0, 9798.0, 9747.0, 9771.0, 9745.0, 9776.0, 9747.0, 9763.0, 9828.0, 9788.0, 9813.0, 9763.0, 9783.0, 9728.0, 9775.0, 9723.0, 9773.0, 9805.0, 9736.0, 9776.0, 9732.0, 9778.0, 9799.0, 9723.0, 9738.0, 9674.0, 9712.0, 9677.0, 9731.0, 9675.0, 9721.0, 9755.0, 9703.0, 9751.0, 9674.0, 9716.0, 9675.0, 9720.0, 9747.0, 9695.0, 9734.0, 9695.0, 9765.0, 9758.0, 9735.0, 9705.0, 9678.0, 9742.0, 9706.0, 9739.0, 9697.0, 9741.0, 9716.0, 9716.0, 9776.0, 9745.0, 9767.0, 9719.0, 9737.0, 9685.0, 9724.0, 9762.0, 9705.0, 9762.0, 9717.0, 9740.0, 9706.0, 9717.0, 9749.0, 9721.0, 9765.0, 9719.0, 9767.0, 9703.0, 9711.0, 9775.0, 9723.0, 9762.0, 9731.0, 9744.0, 9719.0, 9763.0, 9719.0, 9764.0, 9793.0, 9732.0, 9759.0, 9756.0, 9746.0, 9697.0, 9723.0, 9674.0, 9735.0, 9683.0, 9737.0, 9747.0, 9713.0, 9754.0, 9687.0, 9719.0, 9757.0, 9711.0, 9746.0, 9688.0, 9724.0, 9661.0, 9691.0, 9666.0, 9708.0, 9655.0, 9709.0, 9694.0, 9685.0, 9706.0, 9670.0, 9711.0, 9650.0, 9678.0, 9696.0, 9650.0, 9694.0, 9672.0, 9720.0, 9695.0, 9680.0, 9702.0, 9667.0, 9691.0, 9670.0, 9711.0, 9744.0, 9689.0, 9681.0, 9654.0, 9716.0, 9681.0, 9693.0, 9726.0, 9680.0, 9705.0, 9703.0, 9742.0, 9699.0, 9751.0, 9797.0, 9737.0, 9773.0, 9742.0, 9783.0, 9753.0, 9703.0, 9748.0, 9710.0, 9755.0, 9677.0, 9745.0, 9782.0, 9734.0, 9777.0, 9758.0, 9798.0, 9777.0, 9759.0, 9712.0, 9766.0, 9725.0, 9763.0, 9722.0, 9742.0, 9701.0, 9761.0, 9723.0, 9723.0, 9738.0, 9698.0, 9703.0, 9643.0, 9665.0, 9680.0, 9662.0, 9714.0, 9663.0, 9625.0, 9597.0, 9583.0, 9628.0, 9608.0, 9622.0, 9628.0, 9626.0, 9642.0, 9668.0, 9636.0, 9663.0, 9624.0, 9646.0, 9591.0, 9631.0, 9585.0, 9616.0, 9637.0, 9585.0, 9623.0, 9569.0, 9609.0, 9617.0, 9603.0, 9609.0, 9592.0, 9654.0, 9620.0, 9626.0, 9659.0, 9615.0, 9669.0, 9650.0, 9626.0, 9683.0, 9643.0, 9689.0, 9709.0, 9681.0, 9724.0, 9663.0, 9699.0, 9644.0, 9685.0, 9639.0, 9733.0, 9738.0, 9686.0, 9646.0, 9677.0, 9642.0, 9698.0, 9694.0, 9756.0, 9698.0, 9743.0, 9681.0, 9722.0, 9690.0, 9688.0, 9692.0, 9681.0, 9757.0, 9694.0, 9721.0, 9658.0, 9619.0, 9679.0, 9644.0, 9699.0, 9664.0, 9700.0, 9661.0, 9719.0, 9667.0, 9719.0, 9648.0, 9705.0, 9702.0, 9686.0, 9696.0, 9654.0, 9670.0, 9654.0, 9692.0, 9638.0, 9675.0, 9629.0, 9702.0, 9690.0, 9684.0, 9626.0, 9674.0, 9638.0, 9681.0, 9661.0, 9703.0, 9647.0, 9688.0, 9698.0, 9662.0, 9746.0, 9656.0, 9712.0, 9693.0, 9718.0, 9663.0, 9688.0, 9671.0, 9713.0, 9701.0, 9739.0, 9693.0, 9748.0, 9706.0, 9732.0, 9751.0, 9681.0, 9723.0, 9666.0, 9695.0, 9724.0, 9658.0, 9702.0, 9702.0, 9654.0, 9710.0, 9650.0, 9665.0, 9686.0, 9634.0, 9658.0, 9669.0, 9617.0, 9652.0, 9611.0, 9659.0, 9655.0, 9613.0, 9657.0, 9605.0, 9631.0, 9655.0, 9637.0, 9663.0, 9617.0, 9673.0, 9656.0, 9667.0, 9703.0, 9664.0, 9726.0, 9676.0, 9726.0, 9714.0, 9769.0, 9726.0, 9768.0, 9765.0, 9704.0, 9749.0, 9689.0, 9740.0, 9763.0, 9722.0, 9769.0, 9717.0, 9739.0, 9714.0, 9753.0, 9735.0, 9750.0, 9719.0, 9774.0, 9788.0, 9726.0, 9786.0, 9732.0, 9782.0, 9819.0, 9760.0, 9774.0, 9729.0, 9777.0, 9731.0, 9769.0, 9807.0, 9752.0, 9793.0, 9792.0, 9757.0, 9812.0, 9768.0, 9798.0, 9723.0, 9736.0, 9706.0, 9749.0, 9716.0, 9771.0, 9718.0, 9776.0, 9789.0, 9751.0, 9776.0, 9737.0, 9774.0, 9718.0, 9776.0, 9732.0, 9753.0, 9796.0, 9727.0, 9783.0, 9739.0, 9780.0, 9706.0, 9761.0, 9683.0, 9749.0, 9781.0, 9700.0, 9739.0, 9685.0, 9694.0, 9722.0, 9668.0, 9708.0, 9657.0, 9687.0, 9722.0, 9681.0, 9711.0, 9723.0, 9720.0, 9752.0, 9700.0, 9712.0, 9719.0, 9740.0, 9693.0, 9711.0, 9764.0, 9704.0, 9738.0, 9713.0, 9756.0, 9715.0, 9751.0, 9722.0, 9764.0, 9787.0, 9738.0, 9787.0, 9718.0, 9780.0, 9763.0, 9719.0, 9765.0, 9735.0, 9778.0, 9744.0, 9777.0, 9724.0, 9773.0, 9735.0, 9774.0, 9727.0, 9782.0, 9783.0, 9734.0, 9789.0, 9716.0, 9742.0, 9767.0, 9706.0, 9745.0, 9697.0, 9710.0, 9751.0, 9671.0, 9718.0, 9722.0, 9686.0, 9713.0, 9655.0, 9695.0, 9638.0, 9692.0, 9649.0, 9710.0, 9667.0, 9704.0, 9666.0, 9728.0, 9689.0, 9735.0, 9762.0, 9728.0, 9751.0, 9699.0, 9741.0, 9678.0, 9704.0, 9708.0, 9661.0, 9699.0, 9659.0, 9701.0, 9745.0, 9686.0, 9711.0, 9661.0, 9666.0, 9690.0, 9715.0, 9694.0, 9777.0, 9715.0, 9770.0, 9803.0, 9727.0, 9766.0, 9687.0, 9734.0, 9744.0, 9702.0, 9748.0, 9728.0, 9791.0, 9716.0, 9730.0, 9676.0, 9731.0, 9691.0, 9724.0, 9672.0, 9727.0, 9750.0, 9705.0, 9742.0, 9739.0, 9681.0, 9720.0, 9650.0, 9706.0, 9692.0, 9678.0, 9719.0, 9660.0, 9702.0, 9713.0, 9682.0, 9761.0, 9682.0, 9683.0, 9676.0, 9704.0, 9662.0, 9690.0, 9701.0, 9662.0, 9703.0, 9700.0, 9655.0, 9701.0, 9651.0, 9691.0, 9742.0, 9684.0, 9691.0, 9667.0, 9713.0, 9707.0, 9673.0, 9728.0, 9669.0, 9716.0, 9675.0, 9722.0, 9698.0, 9773.0, 9793.0, 9750.0, 9754.0, 9726.0, 9741.0, 9713.0, 9772.0, 9732.0, 9774.0, 9765.0, 9725.0, 9771.0, 9711.0, 9747.0, 9680.0, 9735.0, 9751.0, 9730.0, 9791.0, 9725.0, 9756.0, 9698.0, 9745.0, 9756.0, 9704.0, 9799.0, 9807.0, 9750.0, 9769.0, 9756.0, 9724.0, 9752.0, 9669.0, 9745.0, 9713.0, 9726.0, 9760.0, 9701.0, 9770.0, 9770.0, 9720.0, 9738.0, 9709.0, 9695.0, 9732.0, 9675.0, 9701.0, 9721.0, 9687.0, 9725.0, 9746.0, 9709.0, 9685.0, 9643.0, 9629.0, 9653.0, 9668.0, 9650.0, 9684.0, 9645.0, 9674.0, 9662.0, 9635.0, 9657.0, 9623.0, 9618.0, 9627.0, 9585.0, 9650.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.0003983410138248848</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021808329262672812</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.45366081309115</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1641522254786636</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9783186045559407</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5014</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5604.5806</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07664415396402319</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.456221198156682</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4756611106180486</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3981570337325717</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6714853908522795</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3573409072692946</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0347052</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016163881868124008</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04266666620969772</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.043494209335557</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.0419</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1639</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.9608</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>290697.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>926.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.8258</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.839</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.0615</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3561.4881</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3708.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85847.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1394.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4700.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.0233</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.26114980480634</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> |