=== 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-0081 --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-0081",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0081_ses-01_task-social_acq-mb8_run-03_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-0081_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0081_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_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-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-01_task-social_acq-mb8_run-03_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-0081/ses-01/func/sub-0081_ses-01_task-social_acq-mb8_run-03_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>2c8083014b4d15fbf30802fba0ddf027</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:05:43.787500</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.999055, 0.0227096, -0.0370688, -0.0193573, 0.995896, 0.0884142]</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-03_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.0864672</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7704, -7290, 589, -41, 12, 78, 135]</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>245.544</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4b9448bf-0174-4328-9fb2-9283f12d4b41||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.6803905963897705, -0.051934096962213516, -0.10509602725505829, 116.50434875488281], [-0.0609280988574028, 2.671915292739868, 0.23655515909194946, -94.67160034179688], [-0.09945274889469147, -0.23720870912075043, 2.687563180923462, -55.071807861328125], [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': ['090543.787500', '090544.247500', '090544.707500', '090545.167500', '090545.627500', '090546.087500', '090546.547500', '090547.007500', '090547.467500', '090547.927500', '090548.387500', '090548.847500', '090549.307500', '090549.767500', '090550.227500', '090550.687500', '090551.147500', '090551.607500', '090552.067500', '090552.527500', '090552.987500', '090553.447500', '090553.907500', '090554.367500', '090554.827500', '090555.287500', '090555.747500', '090556.207500', '090556.667500', '090557.127500', '090557.587500', '090558.047500', '090558.507500', '090558.967500', '090559.427500', '090559.887500', '090600.347500', '090600.807500', '090601.267500', '090601.727500', '090602.187500', '090602.647500', '090603.107500', '090603.567500', '090604.027500', '090604.487500', '090604.947500', '090605.407500', '090605.867500', '090606.327500', '090606.787500', '090607.247500', '090607.707500', '090608.167500', '090608.627500', '090609.087500', '090609.547500', '090610.007500', '090610.467500', '090610.927500', '090611.387500', '090611.847500', '090612.307500', '090612.767500', '090613.227500', '090613.687500', '090614.147500', '090614.607500', '090615.067500', '090615.527500', '090615.987500', '090616.447500', '090616.907500', '090617.367500', '090617.827500', '090618.287500', '090618.747500', '090619.207500', '090619.667500', '090620.127500', '090620.587500', '090621.047500', '090621.507500', '090621.967500', '090622.427500', '090622.887500', '090623.347500', '090623.807500', '090624.267500', '090624.727500', '090625.187500', '090625.647500', '090626.107500', '090626.567500', '090627.027500', '090627.487500', '090627.947500', '090628.407500', '090628.867500', '090629.327500', '090629.787500', '090630.247500', '090630.707500', '090631.167500', '090631.627500', '090632.087500', '090632.547500', '090633.007500', '090633.467500', '090633.927500', '090634.387500', '090634.847500', '090635.307500', '090635.767500', '090636.227500', '090636.687500', '090637.147500', '090637.607500', '090638.067500', '090638.527500', '090638.987500', '090639.447500', '090639.907500', '090640.367500', '090640.827500', '090641.287500', '090641.747500', '090642.207500', '090642.667500', '090643.127500', '090643.587500', '090644.047500', '090644.507500', '090644.967500', '090645.427500', '090645.887500', '090646.347500', '090646.807500', '090647.267500', '090647.727500', '090648.187500', '090648.647500', '090649.107500', '090649.567500', '090650.027500', '090650.487500', '090650.947500', '090651.407500', '090651.867500', '090652.327500', '090652.787500', '090653.247500', '090653.707500', '090654.167500', '090654.627500', '090655.087500', '090655.547500', '090656.007500', '090656.467500', '090656.927500', '090657.387500', '090657.847500', '090658.307500', '090658.767500', '090659.227500', '090659.687500', '090700.147500', '090700.607500', '090701.067500', '090701.527500', '090701.987500', '090702.447500', '090702.907500', '090703.367500', '090703.827500', '090704.287500', '090704.747500', '090705.207500', '090705.667500', '090706.127500', '090706.587500', '090707.047500', '090707.507500', '090707.967500', '090708.427500', '090708.887500', '090709.347500', '090709.807500', '090710.267500', '090710.727500', '090711.187500', '090711.647500', '090712.107500', '090712.567500', '090713.027500', '090713.487500', '090713.947500', '090714.407500', '090714.867500', '090715.327500', '090715.787500', '090716.247500', '090716.707500', '090717.167500', '090717.627500', '090718.087500', '090718.547500', '090719.007500', '090719.467500', '090719.927500', '090720.387500', '090720.847500', '090721.307500', '090721.767500', '090722.227500', '090722.687500', '090723.147500', '090723.607500', '090724.067500', '090724.527500', '090724.987500', '090725.447500', '090725.907500', '090726.367500', '090726.827500', '090727.287500', '090727.747500', '090728.207500', '090728.667500', '090729.127500', '090729.587500', '090730.047500', '090730.507500', '090730.967500', '090731.427500', '090731.887500', '090732.347500', '090732.807500', '090733.267500', '090733.727500', '090734.187500', '090734.647500', '090735.107500', '090735.567500', '090736.027500', '090736.487500', '090736.947500', '090737.407500', '090737.867500', '090738.327500', '090738.787500', '090739.247500', '090739.707500', '090740.167500', '090740.627500', '090741.087500', '090741.547500', '090742.007500', '090742.467500', '090742.927500', '090743.387500', '090743.847500', '090744.307500', '090744.767500', '090745.227500', '090745.687500', '090746.147500', '090746.607500', '090747.067500', '090747.527500', '090747.987500', '090748.447500', '090748.907500', '090749.367500', '090749.827500', '090750.287500', '090750.747500', '090751.207500', '090751.667500', '090752.127500', '090752.587500', '090753.047500', '090753.507500', '090753.967500', '090754.427500', '090754.887500', '090755.347500', '090755.807500', '090756.267500', '090756.727500', '090757.187500', '090757.647500', '090758.107500', '090758.567500', '090759.027500', '090759.487500', '090759.947500', '090800.407500', '090800.867500', '090801.327500', '090801.787500', '090802.247500', '090802.707500', '090803.167500', '090803.627500', '090804.087500', '090804.547500', '090805.007500', '090805.467500', '090805.927500', '090806.387500', '090806.847500', '090807.307500', '090807.767500', '090808.227500', '090808.687500', '090809.147500', '090809.607500', '090810.067500', '090810.527500', '090810.987500', '090811.447500', '090811.907500', '090812.367500', '090812.827500', '090813.287500', '090813.747500', '090814.207500', '090814.667500', '090815.127500', '090815.587500', '090816.047500', '090816.507500', '090816.967500', '090817.427500', '090817.887500', '090818.347500', '090818.807500', '090819.267500', '090819.727500', '090820.187500', '090820.647500', '090821.107500', '090821.567500', '090822.027500', '090822.487500', '090822.947500', '090823.407500', '090823.867500', '090824.327500', '090824.787500', '090825.247500', '090825.707500', '090826.167500', '090826.627500', '090827.087500', '090827.547500', '090828.007500', '090828.467500', '090828.927500', '090829.387500', '090829.847500', '090830.307500', '090830.767500', '090831.227500', '090831.687500', '090832.147500', '090832.607500', '090833.067500', '090833.527500', '090833.987500', '090834.447500', '090834.907500', '090835.367500', '090835.827500', '090836.287500', '090836.747500', '090837.207500', '090837.667500', '090838.127500', '090838.587500', '090839.047500', '090839.507500', '090839.967500', '090840.427500', '090840.887500', '090841.347500', '090841.807500', '090842.267500', '090842.727500', '090843.187500', '090843.647500', '090844.107500', '090844.567500', '090845.027500', '090845.487500', '090845.947500', '090846.407500', '090846.867500', '090847.327500', '090847.787500', '090848.247500', '090848.707500', '090849.167500', '090849.627500', '090850.087500', '090850.547500', '090851.007500', '090851.467500', '090851.927500', '090852.387500', '090852.847500', '090853.307500', '090853.767500', '090854.227500', '090854.687500', '090855.147500', '090855.607500', '090856.067500', '090856.527500', '090856.987500', '090857.447500', '090857.907500', '090858.367500', '090858.827500', '090859.287500', '090859.747500', '090900.207500', '090900.667500', '090901.127500', '090901.587500', '090902.047500', '090902.507500', '090902.967500', '090903.427500', '090903.887500', '090904.347500', '090904.807500', '090905.267500', '090905.727500', '090906.187500', '090906.647500', '090907.107500', '090907.567500', '090908.027500', '090908.487500', '090908.947500', '090909.407500', '090909.867500', '090910.327500', '090910.787500', '090911.247500', '090911.707500', '090912.167500', '090912.627500', '090913.087500', '090913.547500', '090914.007500', '090914.467500', '090914.927500', '090915.387500', '090915.847500', '090916.307500', '090916.767500', '090917.227500', '090917.687500', '090918.147500', '090918.607500', '090919.067500', '090919.527500', '090919.987500', '090920.447500', '090920.907500', '090921.367500', '090921.827500', '090922.287500', '090922.747500', '090923.207500', '090923.667500', '090924.127500', '090924.587500', '090925.047500', '090925.507500', '090925.967500', '090926.427500', '090926.887500', '090927.347500', '090927.807500', '090928.267500', '090928.727500', '090929.187500', '090929.647500', '090930.107500', '090930.567500', '090931.027500', '090931.487500', '090931.947500', '090932.407500', '090932.867500', '090933.327500', '090933.787500', '090934.247500', '090934.707500', '090935.167500', '090935.627500', '090936.087500', '090936.547500', '090937.007500', '090937.467500', '090937.927500', '090938.387500', '090938.847500', '090939.307500', '090939.767500', '090940.227500', '090940.687500', '090941.147500', '090941.607500', '090942.067500', '090942.527500', '090942.987500', '090943.447500', '090943.907500', '090944.367500', '090944.827500', '090945.287500', '090945.747500', '090946.207500', '090946.667500', '090947.127500', '090947.587500', '090948.047500', '090948.507500', '090948.967500', '090949.427500', '090949.887500', '090950.347500', '090950.807500', '090951.267500', '090951.727500', '090952.187500', '090952.647500', '090953.107500', '090953.567500', '090954.027500', '090954.487500', '090954.947500', '090955.407500', '090955.867500', '090956.327500', '090956.787500', '090957.247500', '090957.707500', '090958.167500', '090958.627500', '090959.087500', '090959.547500', '091000.007500', '091000.467500', '091000.927500', '091001.387500', '091001.847500', '091002.307500', '091002.767500', '091003.227500', '091003.687500', '091004.147500', '091004.607500', '091005.067500', '091005.527500', '091005.987500', '091006.447500', '091006.907500', '091007.367500', '091007.827500', '091008.287500', '091008.747500', '091009.207500', '091009.667500', '091010.127500', '091010.587500', '091011.047500', '091011.507500', '091011.967500', '091012.427500', '091012.887500', '091013.347500', '091013.807500', '091014.267500', '091014.727500', '091015.187500', '091015.647500', '091016.107500', '091016.567500', '091017.027500', '091017.487500', '091017.947500', '091018.407500', '091018.867500', '091019.327500', '091019.787500', '091020.247500', '091020.707500', '091021.167500', '091021.627500', '091022.087500', '091022.547500', '091023.007500', '091023.467500', '091023.927500', '091024.387500', '091024.847500', '091025.307500', '091025.767500', '091026.227500', '091026.687500', '091027.147500', '091027.607500', '091028.067500', '091028.527500', '091028.987500', '091029.447500', '091029.907500', '091030.367500', '091030.827500', '091031.287500', '091031.747500', '091032.207500', '091032.667500', '091033.127500', '091033.587500', '091034.047500', '091034.507500', '091034.967500', '091035.427500', '091035.887500', '091036.347500', '091036.807500', '091037.267500', '091037.727500', '091038.187500', '091038.647500', '091039.107500', '091039.567500', '091040.027500', '091040.487500', '091040.947500', '091041.407500', '091041.867500', '091042.327500', '091042.787500', '091043.247500', '091043.707500', '091044.167500', '091044.627500', '091045.087500', '091045.547500', '091046.007500', '091046.467500', '091046.927500', '091047.387500', '091047.847500', '091048.307500', '091048.767500', '091049.227500', '091049.687500', '091050.147500', '091050.607500', '091051.067500', '091051.527500', '091051.987500', '091052.447500', '091052.907500', '091053.367500', '091053.827500', '091054.287500', '091054.747500', '091055.207500', '091055.667500', '091056.127500', '091056.587500', '091057.047500', '091057.507500', '091057.967500', '091058.427500', '091058.887500', '091059.347500', '091059.807500', '091100.267500', '091100.727500', '091101.187500', '091101.647500', '091102.107500', '091102.567500', '091103.027500', '091103.487500', '091103.947500', '091104.407500', '091104.867500', '091105.327500', '091105.787500', '091106.247500', '091106.707500', '091107.167500', '091107.627500', '091108.087500', '091108.547500', '091109.007500', '091109.467500', '091109.927500', '091110.387500', '091110.847500', '091111.307500', '091111.767500', '091112.227500', '091112.687500', '091113.147500', '091113.607500', '091114.067500', '091114.527500', '091114.987500', '091115.447500', '091115.907500', '091116.367500', '091116.827500', '091117.287500', '091117.747500', '091118.207500', '091118.667500', '091119.127500', '091119.587500', '091120.047500', '091120.507500', '091120.967500', '091121.427500', '091121.887500', '091122.347500', '091122.807500', '091123.267500', '091123.727500', '091124.187500', '091124.647500', '091125.107500', '091125.567500', '091126.027500', '091126.487500', '091126.947500', '091127.407500', '091127.867500', '091128.327500', '091128.787500', '091129.247500', '091129.707500', '091130.167500', '091130.627500', '091131.087500', '091131.547500', '091132.007500', '091132.467500', '091132.927500', '091133.387500', '091133.847500', '091134.307500', '091134.767500', '091135.227500', '091135.687500', '091136.147500', '091136.607500', '091137.067500', '091137.527500', '091137.987500', '091138.447500', '091138.907500', '091139.367500', '091139.827500', '091140.287500', '091140.747500', '091141.207500', '091141.667500', '091142.127500', '091142.587500', '091143.047500', '091143.507500', '091143.967500', '091144.427500', '091144.887500', '091145.347500', '091145.807500', '091146.267500', '091146.727500', '091147.187500', '091147.647500', '091148.107500', '091148.567500', '091149.027500', '091149.487500', '091149.947500', '091150.407500', '091150.867500', '091151.327500', '091151.787500', '091152.247500', '091152.707500', '091153.167500', '091153.627500', '091154.087500', '091154.547500', '091155.007500', '091155.467500', '091155.927500', '091156.387500', '091156.847500', '091157.307500', '091157.767500', '091158.227500', '091158.687500', '091159.147500', '091159.607500', '091200.067500', '091200.527500', '091200.987500', '091201.447500', '091201.907500', '091202.367500', '091202.827500', '091203.287500', '091203.747500', '091204.207500', '091204.667500', '091205.127500', '091205.587500', '091206.047500', '091206.507500', '091206.967500', '091207.427500', '091207.887500', '091208.347500', '091208.807500', '091209.267500', '091209.727500', '091210.187500', '091210.647500', '091211.107500', '091211.567500', '091212.027500', '091212.487500', '091212.947500', '091213.407500', '091213.867500', '091214.327500', '091214.787500', '091215.247500', '091215.707500', '091216.167500', '091216.627500', '091217.087500', '091217.547500', '091218.007500', '091218.467500', '091218.927500', '091219.387500', '091219.847500', '091220.307500', '091220.767500', '091221.227500', '091221.687500', '091222.147500', '091222.607500', '091223.067500', '091223.527500', '091223.987500', '091224.447500'], 'ContentTime': ['090604.774000', '090604.777000', '090604.780000', '090604.782000', '090604.785000', '090604.788000', '090604.790000', '090604.793000', '090604.795000', '090604.798000', '090604.800000', '090604.804000', '090604.815000', '090604.818000', '090604.820000', '090604.823000', '090604.825000', '090604.828000', '090604.830000', '090604.833000', '090604.835000', '090604.838000', '090604.841000', '090604.843000', '090604.846000', '090604.848000', '090604.851000', '090604.853000', '090604.856000', '090604.858000', '090604.861000', '090604.864000', '090604.866000', '090604.869000', '090604.871000', '090604.874000', '090604.876000', '090604.879000', '090604.881000', '090604.884000', '090604.886000', '090604.889000', '090624.745000', '090624.748000', '090624.751000', '090624.753000', '090624.756000', '090624.758000', '090624.761000', '090624.764000', '090624.766000', '090624.769000', '090624.771000', '090624.774000', '090624.776000', '090624.779000', '090624.781000', '090624.784000', '090624.786000', '090624.789000', '090624.792000', '090624.794000', '090624.797000', '090624.799000', '090624.802000', '090624.804000', '090624.807000', '090624.810000', '090624.812000', '090624.815000', '090624.817000', '090624.820000', '090624.822000', '090624.825000', '090624.828000', '090624.839000', '090624.841000', '090624.844000', '090624.846000', '090624.849000', '090624.851000', '090624.854000', '090624.856000', '090624.859000', '090624.908000', '090624.911000', '090644.745000', '090644.747000', '090644.750000', '090644.752000', '090644.755000', '090644.758000', '090644.760000', '090644.763000', '090644.765000', '090644.768000', '090644.770000', '090644.773000', '090644.776000', '090644.778000', '090644.781000', '090644.783000', '090644.786000', '090644.788000', '090644.791000', '090644.794000', '090644.796000', '090644.799000', '090644.801000', '090644.804000', '090644.806000', '090644.809000', '090644.811000', '090644.814000', '090644.816000', '090644.819000', '090644.822000', '090644.824000', '090644.827000', '090644.830000', '090644.833000', '090644.835000', '090644.838000', '090644.851000', '090644.853000', '090644.856000', '090644.859000', '090644.861000', '090644.864000', '090704.744000', '090704.747000', '090704.750000', '090704.752000', '090704.755000', '090704.757000', '090704.760000', '090704.762000', '090704.765000', '090704.767000', '090704.770000', '090704.773000', '090704.775000', '090704.778000', '090704.780000', '090704.783000', '090704.785000', '090704.788000', '090704.790000', '090704.793000', '090704.796000', '090704.798000', '090704.801000', '090704.803000', '090704.806000', '090704.808000', '090704.811000', '090704.813000', '090704.816000', '090704.819000', '090704.821000', '090704.824000', '090704.826000', '090704.829000', '090704.831000', '090704.834000', '090704.837000', '090704.847000', '090704.849000', '090704.852000', '090704.855000', '090704.857000', '090704.860000', '090704.862000', '090724.744000', '090724.747000', '090724.750000', '090724.752000', '090724.755000', '090724.758000', '090724.760000', '090724.763000', '090724.765000', '090724.768000', '090724.770000', '090724.773000', '090724.776000', '090724.778000', '090724.781000', '090724.783000', '090724.786000', '090724.788000', '090724.791000', '090724.794000', '090724.796000', '090724.799000', '090724.801000', '090724.804000', '090724.806000', '090724.809000', '090724.811000', '090724.814000', '090724.817000', '090724.819000', '090724.822000', '090724.824000', '090724.827000', '090724.829000', '090724.832000', '090724.835000', '090724.837000', '090724.840000', '090724.842000', '090724.845000', '090724.847000', '090724.850000', '090724.853000', '090744.744000', '090744.747000', '090744.750000', '090744.752000', '090744.755000', '090744.758000', '090744.760000', '090744.763000', '090744.765000', '090744.768000', '090744.770000', '090744.773000', '090744.776000', '090744.778000', '090744.781000', '090744.783000', '090744.786000', '090744.788000', '090744.793000', '090744.795000', '090744.798000', '090744.800000', '090744.803000', '090744.806000', '090744.808000', '090744.811000', '090744.813000', '090744.816000', '090744.818000', '090744.821000', '090744.823000', '090744.826000', '090744.829000', '090744.831000', '090744.834000', '090744.836000', '090744.839000', '090744.842000', '090744.844000', '090744.847000', '090744.849000', '090744.852000', '090744.854000', '090744.857000', '090804.744000', '090804.747000', '090804.750000', '090804.752000', '090804.755000', '090804.757000', '090804.760000', '090804.763000', '090804.765000', '090804.768000', '090804.770000', '090804.773000', '090804.775000', '090804.778000', '090804.781000', '090804.783000', '090804.786000', '090804.788000', '090804.791000', '090804.793000', '090804.796000', '090804.798000', '090804.801000', '090804.804000', '090804.806000', '090804.809000', '090804.811000', '090804.814000', '090804.816000', '090804.819000', '090804.821000', '090804.824000', '090804.827000', '090804.829000', '090804.832000', '090804.834000', '090804.837000', '090804.850000', '090804.853000', '090804.855000', '090804.858000', '090804.861000', '090804.863000', '090824.745000', '090824.748000', '090824.751000', '090824.753000', '090824.756000', '090824.758000', '090824.761000', '090824.764000', '090824.766000', '090824.769000', '090824.771000', '090824.774000', '090824.777000', '090824.779000', '090824.782000', '090824.784000', '090824.787000', '090824.789000', '090824.792000', '090824.794000', '090824.797000', '090824.800000', '090824.802000', '090824.805000', '090824.807000', '090824.810000', '090824.812000', '090824.815000', '090824.818000', '090824.820000', '090824.823000', '090824.825000', '090824.828000', '090824.830000', '090824.833000', '090824.835000', '090824.838000', '090824.841000', '090824.843000', '090824.846000', '090824.848000', '090824.851000', '090824.854000', '090824.856000', '090844.746000', '090844.748000', '090844.751000', '090844.754000', '090844.756000', '090844.759000', '090844.761000', '090844.764000', '090844.767000', '090844.769000', '090844.772000', '090844.774000', '090844.777000', '090844.779000', '090844.782000', '090844.785000', '090844.787000', '090844.790000', '090844.792000', '090844.795000', '090844.797000', '090844.800000', '090844.803000', '090844.805000', '090844.808000', '090844.810000', '090844.813000', '090844.815000', '090844.818000', '090844.821000', '090844.823000', '090844.826000', '090844.828000', '090844.831000', '090844.833000', '090844.836000', '090844.838000', '090844.841000', '090844.844000', '090844.846000', '090844.849000', '090844.851000', '090844.854000', '090904.744000', '090904.747000', '090904.750000', '090904.753000', '090904.755000', '090904.758000', '090904.760000', '090904.763000', '090904.765000', '090904.768000', '090904.771000', '090904.773000', '090904.776000', '090904.778000', '090904.781000', '090904.784000', '090904.786000', '090904.789000', '090904.791000', '090904.794000', '090904.797000', '090904.799000', '090904.802000', '090904.804000', '090904.807000', '090904.809000', '090904.812000', '090904.814000', '090904.817000', '090904.819000', '090904.822000', '090904.825000', '090904.827000', '090904.830000', '090904.832000', '090904.835000', '090904.838000', '090904.840000', '090904.843000', '090904.845000', '090904.848000', '090904.850000', '090904.853000', '090904.856000', '090924.744000', '090924.747000', '090924.750000', '090924.752000', '090924.755000', '090924.757000', '090924.760000', '090924.763000', '090924.765000', '090924.768000', '090924.770000', '090924.773000', '090924.775000', '090924.778000', '090924.781000', '090924.783000', '090924.786000', '090924.788000', '090924.791000', '090924.794000', '090924.796000', '090924.799000', '090924.801000', '090924.804000', '090924.806000', '090924.809000', '090924.812000', '090924.814000', '090924.817000', '090924.819000', '090924.822000', '090924.824000', '090924.827000', '090924.830000', '090924.832000', '090924.835000', '090924.837000', '090924.840000', '090924.842000', '090924.845000', '090924.848000', '090924.850000', '090924.853000', '090944.745000', '090944.747000', '090944.750000', '090944.753000', '090944.755000', '090944.758000', '090944.760000', '090944.763000', '090944.765000', '090944.768000', '090944.771000', '090944.773000', '090944.776000', '090944.778000', '090944.781000', '090944.784000', '090944.786000', '090944.789000', '090944.791000', '090944.804000', '090944.806000', '090944.809000', '090944.811000', '090944.814000', '090944.817000', '090944.819000', '090944.822000', '090944.824000', '090944.827000', '090944.830000', '090944.833000', '090944.835000', '090944.838000', '090944.840000', '090944.843000', '090944.846000', '090944.848000', '090944.851000', '090944.853000', '090944.856000', '090944.859000', '090944.861000', '090944.864000', '090944.866000', '091004.744000', '091004.747000', '091004.750000', '091004.752000', '091004.755000', '091004.758000', '091004.760000', '091004.763000', '091004.765000', '091004.768000', '091004.770000', '091004.773000', '091004.776000', '091004.778000', '091004.781000', '091004.783000', '091004.786000', '091004.788000', '091004.791000', '091004.793000', '091004.796000', '091004.799000', '091004.801000', '091004.804000', '091004.806000', '091004.809000', '091004.811000', '091004.814000', '091004.816000', '091004.819000', '091004.822000', '091004.824000', '091004.827000', '091004.829000', '091004.832000', '091004.834000', '091004.837000', '091004.840000', '091004.842000', '091004.845000', '091004.847000', '091004.850000', '091004.852000', '091024.744000', '091024.747000', '091024.750000', '091024.753000', '091024.756000', '091024.759000', '091024.761000', '091024.764000', '091024.766000', '091024.769000', '091024.772000', '091024.774000', '091024.777000', '091024.779000', '091024.782000', '091024.785000', '091024.787000', '091024.790000', '091024.792000', '091024.795000', '091024.797000', '091024.800000', '091024.802000', '091024.805000', '091024.808000', '091024.811000', '091024.813000', '091024.816000', '091024.818000', '091024.821000', '091024.823000', '091024.826000', '091024.829000', '091024.831000', '091024.834000', '091024.837000', '091024.839000', '091024.842000', '091024.844000', '091024.847000', '091024.850000', '091024.852000', '091024.855000', '091024.857000', '091044.745000', '091044.748000', '091044.751000', '091044.753000', '091044.756000', '091044.759000', '091044.761000', '091044.764000', '091044.766000', '091044.769000', '091044.772000', '091044.774000', '091044.777000', '091044.779000', '091044.782000', '091044.784000', '091044.787000', '091044.790000', '091044.792000', '091044.795000', '091044.797000', '091044.800000', '091044.802000', '091044.805000', '091044.807000', '091044.810000', '091044.813000', '091044.815000', '091044.818000', '091044.820000', '091044.823000', '091044.826000', '091044.828000', '091044.831000', '091044.833000', '091044.836000', '091044.838000', '091044.841000', '091044.843000', '091044.846000', '091044.849000', '091044.851000', '091044.854000', '091104.745000', '091104.748000', '091104.751000', '091104.754000', '091104.756000', '091104.759000', '091104.762000', '091104.764000', '091104.767000', '091104.769000', '091104.772000', '091104.775000', '091104.777000', '091104.780000', '091104.783000', '091104.785000', '091104.788000', '091104.790000', '091104.793000', '091104.796000', '091104.798000', '091104.801000', '091104.803000', '091104.806000', '091104.809000', '091104.811000', '091104.814000', '091104.817000', '091104.819000', '091104.834000', '091104.836000', '091104.839000', '091104.842000', '091104.844000', '091104.847000', '091104.849000', '091104.852000', '091104.855000', '091104.857000', '091104.860000', '091104.862000', '091104.865000', '091104.868000', '091124.744000', '091124.747000', '091124.750000', '091124.752000', '091124.755000', '091124.758000', '091124.760000', '091124.763000', '091124.766000', '091124.768000', '091124.771000', '091124.773000', '091124.776000', '091124.778000', '091124.781000', '091124.784000', '091124.786000', '091124.789000', '091124.791000', '091124.794000', '091124.796000', '091124.799000', '091124.801000', '091124.804000', '091124.807000', '091124.809000', '091124.812000', '091124.814000', '091124.817000', '091124.820000', '091124.822000', '091124.825000', '091124.827000', '091124.830000', '091124.833000', '091124.835000', '091124.838000', '091124.840000', '091124.843000', '091124.846000', '091124.848000', '091124.851000', '091124.853000', '091124.856000', '091144.744000', '091144.747000', '091144.750000', '091144.753000', '091144.756000', '091144.759000', '091144.762000', '091144.765000', '091144.767000', '091144.770000', '091144.772000', '091144.775000', '091144.778000', '091144.780000', '091144.783000', '091144.785000', '091144.788000', '091144.790000', '091144.794000', '091144.797000', '091144.799000', '091144.802000', '091144.804000', '091144.807000', '091144.810000', '091144.812000', '091144.815000', '091144.817000', '091144.820000', '091144.823000', '091144.825000', '091144.829000', '091144.832000', '091144.835000', '091144.837000', '091144.840000', '091144.842000', '091144.845000', '091144.848000', '091144.850000', '091144.853000', '091144.856000', '091144.859000', '091204.745000', '091204.748000', '091204.750000', '091204.753000', '091204.755000', '091204.758000', '091204.761000', '091204.763000', '091204.766000', '091204.768000', '091204.771000', '091204.773000', '091204.776000', '091204.779000', '091204.781000', '091204.784000', '091204.786000', '091204.789000', '091204.791000', '091204.794000', '091204.797000', '091204.799000', '091204.802000', '091204.804000', '091204.807000', '091204.810000', '091204.812000', '091204.815000', '091204.817000', '091204.820000', '091204.823000', '091204.825000', '091204.828000', '091204.830000', '091204.833000', '091204.836000', '091204.838000', '091204.841000', '091204.844000', '091204.846000', '091204.849000', '091204.852000', '091204.854000', '091204.857000', '091224.744000', '091224.747000', '091224.750000', '091224.752000', '091224.755000', '091224.758000', '091224.760000', '091224.763000', '091224.765000', '091224.768000', '091224.771000', '091224.773000', '091224.776000', '091224.778000', '091224.781000', '091224.784000', '091224.786000', '091224.789000', '091224.791000', '091224.794000', '091224.796000', '091224.799000', '091224.801000', '091224.804000', '091224.806000', '091224.809000', '091224.812000', '091224.814000', '091224.817000', '091224.819000', '091224.822000', '091224.824000', '091224.827000', '091224.830000', '091224.832000', '091224.835000', '091224.837000', '091224.840000', '091224.842000', '091224.845000', '091224.860000', '091224.863000', '091224.865000', '091226.150000', '091226.154000', '091226.156000', '091226.159000'], 'InstanceCreationTime': ['090604.774000', '090604.777000', '090604.780000', '090604.782000', '090604.785000', '090604.788000', '090604.790000', '090604.793000', '090604.795000', '090604.798000', '090604.800000', '090604.804000', '090604.815000', '090604.818000', '090604.820000', '090604.823000', '090604.825000', '090604.828000', '090604.830000', '090604.833000', '090604.835000', '090604.838000', '090604.841000', '090604.843000', '090604.846000', '090604.848000', '090604.851000', '090604.853000', '090604.856000', '090604.858000', '090604.861000', '090604.864000', '090604.866000', '090604.869000', '090604.871000', '090604.874000', '090604.876000', '090604.879000', '090604.881000', '090604.884000', '090604.886000', '090604.889000', '090624.745000', '090624.748000', '090624.751000', '090624.753000', '090624.756000', '090624.758000', '090624.761000', '090624.764000', '090624.766000', '090624.769000', '090624.771000', '090624.774000', '090624.776000', '090624.779000', '090624.781000', '090624.784000', '090624.786000', '090624.789000', '090624.792000', '090624.794000', '090624.797000', '090624.799000', '090624.802000', '090624.804000', '090624.807000', '090624.810000', '090624.812000', '090624.815000', '090624.817000', '090624.820000', '090624.822000', '090624.825000', '090624.828000', '090624.839000', '090624.841000', '090624.844000', '090624.846000', '090624.849000', '090624.851000', '090624.854000', '090624.856000', '090624.859000', '090624.908000', '090624.911000', '090644.745000', '090644.747000', '090644.750000', '090644.752000', '090644.755000', '090644.758000', '090644.760000', '090644.763000', '090644.765000', '090644.768000', '090644.770000', '090644.773000', '090644.776000', '090644.778000', '090644.781000', '090644.783000', '090644.786000', '090644.788000', '090644.791000', '090644.794000', '090644.796000', '090644.799000', '090644.801000', '090644.804000', '090644.806000', '090644.809000', '090644.811000', '090644.814000', '090644.816000', '090644.819000', '090644.822000', '090644.824000', '090644.827000', '090644.830000', '090644.833000', '090644.835000', '090644.838000', '090644.851000', '090644.853000', '090644.856000', '090644.859000', '090644.861000', '090644.864000', '090704.744000', '090704.747000', '090704.750000', '090704.752000', '090704.755000', '090704.757000', '090704.760000', '090704.762000', '090704.765000', '090704.767000', '090704.770000', '090704.773000', '090704.775000', '090704.778000', '090704.780000', '090704.783000', '090704.785000', '090704.788000', '090704.790000', '090704.793000', '090704.796000', '090704.798000', '090704.801000', '090704.803000', '090704.806000', '090704.808000', '090704.811000', '090704.813000', '090704.816000', '090704.819000', '090704.821000', '090704.824000', '090704.826000', '090704.829000', '090704.831000', '090704.834000', '090704.837000', '090704.847000', '090704.849000', '090704.852000', '090704.855000', '090704.857000', '090704.860000', '090704.862000', '090724.744000', '090724.747000', '090724.750000', '090724.752000', '090724.755000', '090724.758000', '090724.760000', '090724.763000', '090724.765000', '090724.768000', '090724.770000', '090724.773000', '090724.776000', '090724.778000', '090724.781000', '090724.783000', '090724.786000', '090724.788000', '090724.791000', '090724.794000', '090724.796000', '090724.799000', '090724.801000', '090724.804000', '090724.806000', '090724.809000', '090724.811000', '090724.814000', '090724.817000', '090724.819000', '090724.822000', '090724.824000', '090724.827000', '090724.829000', '090724.832000', '090724.835000', '090724.837000', '090724.840000', '090724.842000', '090724.845000', '090724.847000', '090724.850000', '090724.853000', '090744.744000', '090744.747000', '090744.750000', '090744.752000', '090744.755000', '090744.758000', '090744.760000', '090744.763000', '090744.765000', '090744.768000', '090744.770000', '090744.773000', '090744.776000', '090744.778000', '090744.781000', '090744.783000', '090744.786000', '090744.788000', '090744.793000', '090744.795000', '090744.798000', '090744.800000', '090744.803000', '090744.806000', '090744.808000', '090744.811000', '090744.813000', '090744.816000', '090744.818000', '090744.821000', '090744.823000', '090744.826000', '090744.829000', '090744.831000', '090744.834000', '090744.836000', '090744.839000', '090744.842000', '090744.844000', '090744.847000', '090744.849000', '090744.852000', '090744.854000', '090744.857000', '090804.744000', '090804.747000', '090804.750000', '090804.752000', '090804.755000', '090804.757000', '090804.760000', '090804.763000', '090804.765000', '090804.768000', '090804.770000', '090804.773000', '090804.775000', '090804.778000', '090804.781000', '090804.783000', '090804.786000', '090804.788000', '090804.791000', '090804.793000', '090804.796000', '090804.798000', '090804.801000', '090804.804000', '090804.806000', '090804.809000', '090804.811000', '090804.814000', '090804.816000', '090804.819000', '090804.821000', '090804.824000', '090804.827000', '090804.829000', '090804.832000', '090804.834000', '090804.837000', '090804.850000', '090804.853000', '090804.855000', '090804.858000', '090804.861000', '090804.863000', '090824.745000', '090824.748000', '090824.751000', '090824.753000', '090824.756000', '090824.758000', '090824.761000', '090824.764000', '090824.766000', '090824.769000', '090824.771000', '090824.774000', '090824.777000', '090824.779000', '090824.782000', '090824.784000', '090824.787000', '090824.789000', '090824.792000', '090824.794000', '090824.797000', '090824.800000', '090824.802000', '090824.805000', '090824.807000', '090824.810000', '090824.812000', '090824.815000', '090824.818000', '090824.820000', '090824.823000', '090824.825000', '090824.828000', '090824.830000', '090824.833000', '090824.835000', '090824.838000', '090824.841000', '090824.843000', '090824.846000', '090824.848000', '090824.851000', '090824.854000', '090824.856000', '090844.746000', '090844.748000', '090844.751000', '090844.754000', '090844.756000', '090844.759000', '090844.761000', '090844.764000', '090844.767000', '090844.769000', '090844.772000', '090844.774000', '090844.777000', '090844.779000', '090844.782000', '090844.785000', '090844.787000', '090844.790000', '090844.792000', '090844.795000', '090844.797000', '090844.800000', '090844.803000', '090844.805000', '090844.808000', '090844.810000', '090844.813000', '090844.815000', '090844.818000', '090844.821000', '090844.823000', '090844.826000', '090844.828000', '090844.831000', '090844.833000', '090844.836000', '090844.838000', '090844.841000', '090844.844000', '090844.846000', '090844.849000', '090844.851000', '090844.854000', '090904.744000', '090904.747000', '090904.750000', '090904.753000', '090904.755000', '090904.758000', '090904.760000', '090904.763000', '090904.765000', '090904.768000', '090904.771000', '090904.773000', '090904.776000', '090904.778000', '090904.781000', '090904.784000', '090904.786000', '090904.789000', '090904.791000', '090904.794000', '090904.797000', '090904.799000', '090904.802000', '090904.804000', '090904.807000', '090904.809000', '090904.812000', '090904.814000', '090904.817000', '090904.819000', '090904.822000', '090904.825000', '090904.827000', '090904.830000', '090904.832000', '090904.835000', '090904.838000', '090904.840000', '090904.843000', '090904.845000', '090904.848000', '090904.850000', '090904.853000', '090904.856000', '090924.744000', '090924.747000', '090924.750000', '090924.752000', '090924.755000', '090924.757000', '090924.760000', '090924.763000', '090924.765000', '090924.768000', '090924.770000', '090924.773000', '090924.775000', '090924.778000', '090924.781000', '090924.783000', '090924.786000', '090924.788000', '090924.791000', '090924.794000', '090924.796000', '090924.799000', '090924.801000', '090924.804000', '090924.806000', '090924.809000', '090924.812000', '090924.814000', '090924.817000', '090924.819000', '090924.822000', '090924.824000', '090924.827000', '090924.830000', '090924.832000', '090924.835000', '090924.837000', '090924.840000', '090924.842000', '090924.845000', '090924.848000', '090924.850000', '090924.853000', '090944.745000', '090944.747000', '090944.750000', '090944.753000', '090944.755000', '090944.758000', '090944.760000', '090944.763000', '090944.765000', '090944.768000', '090944.771000', '090944.773000', '090944.776000', '090944.778000', '090944.781000', '090944.784000', '090944.786000', '090944.789000', '090944.791000', '090944.804000', '090944.806000', '090944.809000', '090944.811000', '090944.814000', '090944.817000', '090944.819000', '090944.822000', '090944.824000', '090944.827000', '090944.830000', '090944.833000', '090944.835000', '090944.838000', '090944.840000', '090944.843000', '090944.846000', '090944.848000', '090944.851000', '090944.853000', '090944.856000', '090944.859000', '090944.861000', '090944.864000', '090944.866000', '091004.744000', '091004.747000', '091004.750000', '091004.752000', '091004.755000', '091004.758000', '091004.760000', '091004.763000', '091004.765000', '091004.768000', '091004.770000', '091004.773000', '091004.776000', '091004.778000', '091004.781000', '091004.783000', '091004.786000', '091004.788000', '091004.791000', '091004.793000', '091004.796000', '091004.799000', '091004.801000', '091004.804000', '091004.806000', '091004.809000', '091004.811000', '091004.814000', '091004.816000', '091004.819000', '091004.822000', '091004.824000', '091004.827000', '091004.829000', '091004.832000', '091004.834000', '091004.837000', '091004.840000', '091004.842000', '091004.845000', '091004.847000', '091004.850000', '091004.852000', '091024.744000', '091024.747000', '091024.750000', '091024.753000', '091024.756000', '091024.759000', '091024.761000', '091024.764000', '091024.766000', '091024.769000', '091024.772000', '091024.774000', '091024.777000', '091024.779000', '091024.782000', '091024.785000', '091024.787000', '091024.790000', '091024.792000', '091024.795000', '091024.797000', '091024.800000', '091024.802000', '091024.805000', '091024.808000', '091024.811000', '091024.813000', '091024.816000', '091024.818000', '091024.821000', '091024.823000', '091024.826000', '091024.829000', '091024.831000', '091024.834000', '091024.837000', '091024.839000', '091024.842000', '091024.844000', '091024.847000', '091024.850000', '091024.852000', '091024.855000', '091024.857000', '091044.745000', '091044.748000', '091044.751000', '091044.753000', '091044.756000', '091044.759000', '091044.761000', '091044.764000', '091044.766000', '091044.769000', '091044.772000', '091044.774000', '091044.777000', '091044.779000', '091044.782000', '091044.784000', '091044.787000', '091044.790000', '091044.792000', '091044.795000', '091044.797000', '091044.800000', '091044.802000', '091044.805000', '091044.807000', '091044.810000', '091044.813000', '091044.815000', '091044.818000', '091044.820000', '091044.823000', '091044.826000', '091044.828000', '091044.831000', '091044.833000', '091044.836000', '091044.838000', '091044.841000', '091044.843000', '091044.846000', '091044.849000', '091044.851000', '091044.854000', '091104.745000', '091104.748000', '091104.751000', '091104.754000', '091104.756000', '091104.759000', '091104.762000', '091104.764000', '091104.767000', '091104.769000', '091104.772000', '091104.775000', '091104.777000', '091104.780000', '091104.783000', '091104.785000', '091104.788000', '091104.790000', '091104.793000', '091104.796000', '091104.798000', '091104.801000', '091104.803000', '091104.806000', '091104.809000', '091104.811000', '091104.814000', '091104.817000', '091104.819000', '091104.834000', '091104.836000', '091104.839000', '091104.842000', '091104.844000', '091104.847000', '091104.849000', '091104.852000', '091104.855000', '091104.857000', '091104.860000', '091104.862000', '091104.865000', '091104.868000', '091124.744000', '091124.747000', '091124.750000', '091124.752000', '091124.755000', '091124.758000', '091124.760000', '091124.763000', '091124.766000', '091124.768000', '091124.771000', '091124.773000', '091124.776000', '091124.778000', '091124.781000', '091124.784000', '091124.786000', '091124.789000', '091124.791000', '091124.794000', '091124.796000', '091124.799000', '091124.801000', '091124.804000', '091124.807000', '091124.809000', '091124.812000', '091124.814000', '091124.817000', '091124.820000', '091124.822000', '091124.825000', '091124.827000', '091124.830000', '091124.833000', '091124.835000', '091124.838000', '091124.840000', '091124.843000', '091124.846000', '091124.848000', '091124.851000', '091124.853000', '091124.856000', '091144.744000', '091144.747000', '091144.750000', '091144.753000', '091144.756000', '091144.759000', '091144.762000', '091144.765000', '091144.767000', '091144.770000', '091144.772000', '091144.775000', '091144.778000', '091144.780000', '091144.783000', '091144.785000', '091144.788000', '091144.790000', '091144.794000', '091144.797000', '091144.799000', '091144.802000', '091144.804000', '091144.807000', '091144.810000', '091144.812000', '091144.815000', '091144.817000', '091144.820000', '091144.823000', '091144.825000', '091144.829000', '091144.832000', '091144.835000', '091144.837000', '091144.840000', '091144.842000', '091144.845000', '091144.848000', '091144.850000', '091144.853000', '091144.856000', '091144.859000', '091204.745000', '091204.748000', '091204.750000', '091204.753000', '091204.755000', '091204.758000', '091204.761000', '091204.763000', '091204.766000', '091204.768000', '091204.771000', '091204.773000', '091204.776000', '091204.779000', '091204.781000', '091204.784000', '091204.786000', '091204.789000', '091204.791000', '091204.794000', '091204.797000', '091204.799000', '091204.802000', '091204.804000', '091204.807000', '091204.810000', '091204.812000', '091204.815000', '091204.817000', '091204.820000', '091204.823000', '091204.825000', '091204.828000', '091204.830000', '091204.833000', '091204.836000', '091204.838000', '091204.841000', '091204.844000', '091204.846000', '091204.849000', '091204.852000', '091204.854000', '091204.857000', '091224.744000', '091224.747000', '091224.750000', '091224.752000', '091224.755000', '091224.758000', '091224.760000', '091224.763000', '091224.765000', '091224.768000', '091224.771000', '091224.773000', '091224.776000', '091224.778000', '091224.781000', '091224.784000', '091224.786000', '091224.789000', '091224.791000', '091224.794000', '091224.796000', '091224.799000', '091224.801000', '091224.804000', '091224.806000', '091224.809000', '091224.812000', '091224.814000', '091224.817000', '091224.819000', '091224.822000', '091224.824000', '091224.827000', '091224.830000', '091224.832000', '091224.835000', '091224.837000', '091224.840000', '091224.842000', '091224.845000', '091224.860000', '091224.863000', '091224.865000', '091226.150000', '091226.154000', '091226.156000', '091226.159000'], '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': [14348, 7730, 11536, 10631, 7957, 13074, 7616, 8712, 12239, 7613, 10223, 7816, 8027, 12642, 7810, 8861, 12281, 7815, 10105, 9098, 8040, 11136, 7949, 8893, 8369, 8048, 11019, 8382, 9992, 12234, 8138, 12378, 8499, 8423, 13261, 7938, 10089, 14966, 9132, 11069, 14564, 7918, 11842, 7982, 8336, 11875, 7327, 8780, 13219, 8376, 9788, 10566, 7963, 10399, 8181, 8261, 12134, 8321, 9045, 12700, 8227, 10531, 8427, 8352, 11738, 8717, 9060, 11527, 8451, 10450, 8350, 8484, 12787, 8426, 9852, 10971, 8130, 11044, 8001, 8431, 13655, 8340, 10362, 12452, 8096, 11499, 8315, 8578, 13433, 8602, 10267, 10331, 7959, 10908, 7676, 8551, 13358, 8756, 10541, 10432, 8178, 11431, 8158, 8741, 13631, 8533, 11150, 8502, 8218, 11609, 8497, 9011, 11749, 8333, 10898, 7793, 8207, 12938, 8417, 11126, 10624, 8220, 12613, 8392, 9466, 13276, 8277, 11577, 9424, 8235, 11676, 8556, 9065, 11485, 8276, 10892, 7222, 8510, 12429, 8717, 10341, 8415, 8633, 12836, 8586, 9776, 12375, 8499, 11323, 7991, 8307, 13055, 8063, 9985, 8060, 8807, 10835, 8808, 9879, 8466, 12595, 8490, 11113, 8547, 11456, 8818, 12755, 16051, 9161, 9143, 13806, 7963, 8692, 13861, 8760, 10388, 8440, 7946, 10152, 6941, 8120, 11463, 8351, 8543, 7055, 8161, 10129, 7790, 9183, 7402, 8199, 8329, 8473, 12458, 8732, 11782, 8990, 8366, 12856, 9036, 8785, 14577, 8734, 9582, 15220, 8599, 10140, 12462, 8350, 11616, 8943, 8720, 11705, 8585, 10251, 7899, 8412, 11817, 8453, 10249, 12516, 8177, 12618, 7966, 8644, 13089, 8409, 10777, 9501, 8410, 12879, 8235, 8879, 13538, 8163, 11336, 9552, 8338, 12645, 8233, 9052, 13723, 8331, 10711, 8186, 8690, 12107, 8114, 9477, 13598, 8650, 11239, 8927, 9144, 12789, 8339, 9228, 12973, 8210, 10795, 7248, 8472, 13092, 8256, 10539, 7915, 8403, 11300, 8048, 8850, 11823, 8508, 10787, 8331, 8684, 8731, 8246, 10977, 7254, 8521, 12059, 8293, 10531, 8349, 8512, 12135, 7736, 8828, 9600, 8734, 10684, 8112, 8369, 13101, 8301, 10145, 8082, 8396, 11221, 7440, 8594, 13086, 8309, 12180, 8067, 9512, 11957, 8309, 10613, 8460, 12363, 8441, 12046, 14592, 8798, 12581, 10474, 8290, 10998, 8539, 8389, 13030, 8142, 9132, 13251, 8258, 10356, 12313, 8623, 10724, 11829, 8738, 11141, 7662, 9163, 11870, 8608, 9292, 11241, 8567, 10895, 8145, 9036, 12069, 8707, 9276, 12149, 8681, 11029, 9531, 8994, 11903, 7795, 8882, 12898, 8394, 9691, 11962, 8512, 10899, 7748, 8606, 12678, 8243, 10076, 13033, 8907, 12130, 7580, 8987, 13487, 8564, 11152, 13219, 8821, 12428, 7640, 9089, 12481, 8475, 9585, 14475, 8444, 11429, 8064, 9344, 12597, 8680, 9774, 14529, 8714, 11691, 8565, 9542, 11562, 8231, 9446, 12602, 8553, 9725, 9095, 8582, 11190, 7701, 8695, 12229, 8285, 10147, 11374, 8357, 11447, 7328, 8873, 12930, 8176, 9220, 14601, 8244, 10871, 7856, 8345, 11395, 7626, 8533, 13545, 8228, 10446, 8166, 8468, 11799, 8075, 8651, 13846, 8329, 11271, 8201, 8847, 11748, 7792, 10571, 8381, 10330, 8269, 10336, 7486, 10230, 14074, 9251, 8576, 13447, 7892, 8665, 13439, 8101, 8630, 13383, 7668, 8904, 9932, 7825, 9861, 7034, 8184, 11358, 8034, 9163, 11225, 7857, 10231, 9127, 8165, 10988, 7550, 8436, 12303, 8068, 9733, 11734, 8219, 10528, 7642, 8348, 12264, 8457, 10763, 9233, 8816, 12701, 7667, 9206, 14388, 8246, 11780, 8435, 11773, 7495, 9808, 14104, 8326, 11691, 15002, 8660, 10700, 15035, 8739, 11416, 7965, 8453, 10868, 7593, 8696, 12413, 8259, 9280, 9710, 8466, 10091, 7980, 8467, 10637, 8716, 9383, 8091, 9024, 11837, 8215, 9334, 14337, 9110, 12500, 8355, 9043, 12755, 7784, 8940, 14376, 8639, 10465, 10429, 8411, 10509, 7446, 8440, 12780, 8257, 10742, 7920, 8519, 11601, 8153, 8845, 13374, 8309, 11772, 7542, 8911, 12677, 8339, 10904, 8412, 8826, 12224, 8594, 10989, 8298, 9565, 8740, 8664, 8572, 8733, 12943, 8537, 13097, 12005, 8452, 12017, 7864, 8590, 13784, 8305, 10287, 11351, 8292, 10476, 8001, 8548, 11795, 7474, 8607, 9999, 7815, 9564, 7751, 8164, 10780, 7880, 8638, 12031, 8052, 10193, 9546, 8293, 11634, 7846, 8438, 12297, 8322, 10224, 12606, 8284, 11465, 8767, 8575, 12933, 8289, 9223, 13889, 8195, 11291, 10576, 8723, 11644, 8297, 8630, 12571, 8416, 9696, 12391, 8355, 11209, 8379, 8925, 12472, 8401, 10258, 11492, 8312, 10803, 7921, 8298, 11941, 8049, 8467, 13209, 8371, 10566, 7765, 7888, 11029, 7342, 8337, 13392, 8290, 9810, 11835, 8088, 10143, 7993, 8580, 11771, 8169, 8782, 12128, 8538, 10734, 8686, 8681, 11490, 8263, 9034, 13655, 8823, 11819, 7789, 8736, 11435, 8467, 9751, 11860, 8493, 11122, 7903, 8752, 12335, 8408, 10749, 10304, 8478, 11779, 8459, 9908, 10211, 8682, 12034, 7793, 9090, 12873, 8261, 11682, 7852, 8908, 13899, 8459, 11885, 9614, 8832, 13240, 8713, 9655, 10769, 8740, 12689, 8278, 9777, 8903, 8685, 11605, 8024, 8863, 13864, 9077, 11302, 12846, 8734, 11130, 7604, 8633, 11753, 8176, 8714, 11370, 8391, 9881, 8240, 8613, 10785, 7579, 8754, 11302, 8337, 10165, 8165, 8478, 11862, 8260, 9490, 13181, 8582, 10501, 8541, 8601, 11636, 8184, 9069, 13368, 8430, 10761, 8283, 8270, 12403, 8399, 8821, 14153, 8408, 10062, 13219, 8214, 11185, 10164, 8624, 11552, 8188, 9375, 8199, 8043, 10306, 7281, 8101, 7670, 8584, 10709, 8922, 13132, 8398, 10939, 14432, 8822, 11196, 15204, 8528, 10684, 7959, 8771, 10215, 7659, 8574, 11995, 8396, 11111, 7116, 8908, 12018, 8122, 9206, 14139, 8685, 11379, 7950, 8754, 11257, 8025, 8921, 13453, 8638, 11213, 7495, 9122, 11939, 8351, 9643, 13044, 8898, 11529, 7637, 9311, 14412, 8846, 10399, 8438, 8960, 11567, 8057, 9191, 11043, 8660, 10478, 7708, 8622, 11898, 8638, 10890, 8201, 8719, 12063, 8090, 9213, 14197, 8458, 11169, 8297, 8766, 12666, 8603, 9740, 12602, 8416, 10960, 7414, 8443, 8293, 8126, 12146, 8856, 10649, 8564, 10888, 12286, 8971, 13411, 7787, 9205, 14437], 'WindowCenter': [4101.0, 4024.0, 4052.0, 4039.0, 4018.0, 4058.0, 4004.0, 4014.0, 4045.0, 4003.0, 4024.0, 3992.0, 4004.0, 4046.0, 4003.0, 4014.0, 4044.0, 4002.0, 4025.0, 4013.0, 4004.0, 4037.0, 4016.0, 4016.0, 4015.0, 4015.0, 4035.0, 4015.0, 4037.0, 4045.0, 4005.0, 4047.0, 4014.0, 4004.0, 4044.0, 4002.0, 4023.0, 4053.0, 4012.0, 4021.0, 4040.0, 3989.0, 4020.0, 3988.0, 3988.0, 4019.0, 3977.0, 3999.0, 4030.0, 3999.0, 4010.0, 4019.0, 3989.0, 4010.0, 3999.0, 4000.0, 4031.0, 4000.0, 4009.0, 4031.0, 4000.0, 4021.0, 3999.0, 4001.0, 4034.0, 4001.0, 4012.0, 4031.0, 4000.0, 4022.0, 4000.0, 4012.0, 4044.0, 4001.0, 4024.0, 4021.0, 4001.0, 4032.0, 3990.0, 4001.0, 4043.0, 4000.0, 4022.0, 4031.0, 4000.0, 4021.0, 3999.0, 4000.0, 4040.0, 4000.0, 4021.0, 4009.0, 3989.0, 4020.0, 3989.0, 4001.0, 4042.0, 4000.0, 4021.0, 4020.0, 4000.0, 4020.0, 3989.0, 4000.0, 4040.0, 4000.0, 4021.0, 4000.0, 4001.0, 4032.0, 4001.0, 4013.0, 4033.0, 4013.0, 4034.0, 4003.0, 4014.0, 4044.0, 4013.0, 4035.0, 4023.0, 4003.0, 4044.0, 4002.0, 4013.0, 4042.0, 4001.0, 4033.0, 4011.0, 4001.0, 4032.0, 4012.0, 4012.0, 4032.0, 4002.0, 4033.0, 3992.0, 4014.0, 4044.0, 4014.0, 4034.0, 4013.0, 4013.0, 4044.0, 4013.0, 4024.0, 4042.0, 4013.0, 4033.0, 4002.0, 4003.0, 4045.0, 4019.0, 4039.0, 4003.0, 4030.0, 4045.0, 4025.0, 4024.0, 4018.0, 4059.0, 4029.0, 4046.0, 4027.0, 4046.0, 4038.0, 4060.0, 4068.0, 4014.0, 4012.0, 4042.0, 3989.0, 4000.0, 4053.0, 4010.0, 4022.0, 4000.0, 4000.0, 4021.0, 3990.0, 4001.0, 4033.0, 4001.0, 4015.0, 3994.0, 4016.0, 4050.0, 4019.0, 4037.0, 4018.0, 4027.0, 4026.0, 4028.0, 4059.0, 4026.0, 4048.0, 4015.0, 4015.0, 4047.0, 4014.0, 4014.0, 4056.0, 4002.0, 4013.0, 4052.0, 4000.0, 4021.0, 4042.0, 4001.0, 4033.0, 4011.0, 4012.0, 4033.0, 4012.0, 4023.0, 4003.0, 4014.0, 4044.0, 4014.0, 4034.0, 4044.0, 4002.0, 4044.0, 4002.0, 4013.0, 4041.0, 4001.0, 4033.0, 4012.0, 4003.0, 4044.0, 4002.0, 4011.0, 4042.0, 4001.0, 4033.0, 4012.0, 4002.0, 4044.0, 4002.0, 4012.0, 4042.0, 4001.0, 4022.0, 4001.0, 4012.0, 4033.0, 4001.0, 4023.0, 4042.0, 4001.0, 4033.0, 4011.0, 4012.0, 4032.0, 4000.0, 4011.0, 4040.0, 4001.0, 4022.0, 3990.0, 4001.0, 4042.0, 4002.0, 4023.0, 4002.0, 4003.0, 4033.0, 4003.0, 4025.0, 4045.0, 4015.0, 4035.0, 4013.0, 4016.0, 4015.0, 4015.0, 4046.0, 4006.0, 4028.0, 4046.0, 4017.0, 4038.0, 4015.0, 4015.0, 4058.0, 4005.0, 4026.0, 4024.0, 4016.0, 4036.0, 4003.0, 4016.0, 4057.0, 4016.0, 4039.0, 4016.0, 4015.0, 4047.0, 4006.0, 4029.0, 4070.0, 4028.0, 4060.0, 4030.0, 4042.0, 4062.0, 4031.0, 4037.0, 4014.0, 4044.0, 4016.0, 4048.0, 4068.0, 4015.0, 4046.0, 4025.0, 4015.0, 4035.0, 4002.0, 4003.0, 4043.0, 4003.0, 4014.0, 4043.0, 4002.0, 4023.0, 4032.0, 4001.0, 4021.0, 4032.0, 4001.0, 4022.0, 3990.0, 4010.0, 4031.0, 4001.0, 4012.0, 4022.0, 4012.0, 4022.0, 4002.0, 4014.0, 4033.0, 4011.0, 4014.0, 4033.0, 4002.0, 4034.0, 4012.0, 4013.0, 4034.0, 3991.0, 4013.0, 4042.0, 4002.0, 4024.0, 4033.0, 4014.0, 4034.0, 4002.0, 4013.0, 4044.0, 4012.0, 4026.0, 4045.0, 4013.0, 4034.0, 3991.0, 4012.0, 4043.0, 4000.0, 4033.0, 4042.0, 4000.0, 4030.0, 3990.0, 4000.0, 4031.0, 4000.0, 4012.0, 4053.0, 4000.0, 4032.0, 3989.0, 4011.0, 4031.0, 4000.0, 4011.0, 4041.0, 4000.0, 4031.0, 3999.0, 4009.0, 4019.0, 3999.0, 4010.0, 4030.0, 3999.0, 4011.0, 4000.0, 4001.0, 4020.0, 3989.0, 4001.0, 4031.0, 4002.0, 4022.0, 4032.0, 4002.0, 4032.0, 3991.0, 4012.0, 4032.0, 4001.0, 4012.0, 4053.0, 4002.0, 4022.0, 3989.0, 4001.0, 4032.0, 3991.0, 4013.0, 4043.0, 4002.0, 4035.0, 4001.0, 4013.0, 4044.0, 4002.0, 4014.0, 4056.0, 4014.0, 4036.0, 4016.0, 4028.0, 4048.0, 4021.0, 4037.0, 4028.0, 4037.0, 4015.0, 4036.0, 4007.0, 4038.0, 4059.0, 4014.0, 4012.0, 4043.0, 3991.0, 4000.0, 4042.0, 4001.0, 4014.0, 4042.0, 4017.0, 4025.0, 4023.0, 4003.0, 4023.0, 3992.0, 4012.0, 4031.0, 4001.0, 4023.0, 4032.0, 4003.0, 4035.0, 4024.0, 4013.0, 4034.0, 4005.0, 4026.0, 4045.0, 4003.0, 4024.0, 4034.0, 4015.0, 4034.0, 4004.0, 4015.0, 4044.0, 4015.0, 4037.0, 4025.0, 4026.0, 4057.0, 4020.0, 4032.0, 4059.0, 4018.0, 4043.0, 4013.0, 4045.0, 3993.0, 4025.0, 4054.0, 4003.0, 4033.0, 4054.0, 4013.0, 4024.0, 4041.0, 3999.0, 4020.0, 3988.0, 3988.0, 4009.0, 3988.0, 3999.0, 4031.0, 4000.0, 4011.0, 4011.0, 3999.0, 4021.0, 4001.0, 4002.0, 4023.0, 4014.0, 4025.0, 4002.0, 4024.0, 4046.0, 4014.0, 4024.0, 4055.0, 4013.0, 4045.0, 4000.0, 4012.0, 4032.0, 3990.0, 4001.0, 4042.0, 3998.0, 4021.0, 4009.0, 4000.0, 4021.0, 3989.0, 4001.0, 4042.0, 4001.0, 4021.0, 3990.0, 4001.0, 4032.0, 3999.0, 4012.0, 4043.0, 4001.0, 4032.0, 3989.0, 4011.0, 4031.0, 4000.0, 4022.0, 4003.0, 4012.0, 4033.0, 4013.0, 4034.0, 4017.0, 4025.0, 4026.0, 4014.0, 4002.0, 4013.0, 4045.0, 4014.0, 4046.0, 4032.0, 4001.0, 4031.0, 3989.0, 4000.0, 4041.0, 3999.0, 4021.0, 4019.0, 3988.0, 4020.0, 3988.0, 3999.0, 4031.0, 3980.0, 4000.0, 4010.0, 3990.0, 4012.0, 3990.0, 4013.0, 4033.0, 4002.0, 4014.0, 4032.0, 4002.0, 4023.0, 4012.0, 4000.0, 4033.0, 4001.0, 4002.0, 4032.0, 4002.0, 4023.0, 4032.0, 4001.0, 4033.0, 4001.0, 4002.0, 4042.0, 4000.0, 4011.0, 4041.0, 4000.0, 4021.0, 4020.0, 4000.0, 4020.0, 3999.0, 4000.0, 4031.0, 4000.0, 4011.0, 4031.0, 4001.0, 4022.0, 4000.0, 4011.0, 4031.0, 4001.0, 4021.0, 4031.0, 4001.0, 4022.0, 3990.0, 4001.0, 4033.0, 4001.0, 4001.0, 4044.0, 4002.0, 4034.0, 4001.0, 4003.0, 4034.0, 3991.0, 4002.0, 4044.0, 4002.0, 4021.0, 4032.0, 4017.0, 4036.0, 4003.0, 4012.0, 4032.0, 4000.0, 3999.0, 4030.0, 3999.0, 4022.0, 4000.0, 4000.0, 4021.0, 4001.0, 4011.0, 4041.0, 4011.0, 4031.0, 3989.0, 4000.0, 4031.0, 4000.0, 4012.0, 4032.0, 4013.0, 4033.0, 4002.0, 4012.0, 4042.0, 4002.0, 4035.0, 4025.0, 4003.0, 4033.0, 4001.0, 4023.0, 4021.0, 4011.0, 4044.0, 4004.0, 4014.0, 4044.0, 4002.0, 4033.0, 4001.0, 4012.0, 4042.0, 4002.0, 4033.0, 4011.0, 4012.0, 4031.0, 4001.0, 4011.0, 4020.0, 4000.0, 4031.0, 3989.0, 4011.0, 3999.0, 4000.0, 4021.0, 3990.0, 4001.0, 4041.0, 4000.0, 4020.0, 4029.0, 3998.0, 4019.0, 3978.0, 3998.0, 4020.0, 3987.0, 3999.0, 4020.0, 3999.0, 4011.0, 3999.0, 4000.0, 4022.0, 3990.0, 4002.0, 4021.0, 4001.0, 4022.0, 4000.0, 4001.0, 4032.0, 4000.0, 4011.0, 4041.0, 4001.0, 4021.0, 3999.0, 4000.0, 4031.0, 4000.0, 4012.0, 4041.0, 4000.0, 4021.0, 3999.0, 4001.0, 4031.0, 4000.0, 4012.0, 4041.0, 4000.0, 4021.0, 4030.0, 4000.0, 4031.0, 4021.0, 4001.0, 4032.0, 4015.0, 4025.0, 4002.0, 4004.0, 4026.0, 4005.0, 4003.0, 4003.0, 4013.0, 4023.0, 4014.0, 4043.0, 4002.0, 4035.0, 4042.0, 4001.0, 4022.0, 4052.0, 4001.0, 4022.0, 3990.0, 4001.0, 4021.0, 4003.0, 4014.0, 4033.0, 4004.0, 4034.0, 3991.0, 4013.0, 4032.0, 3991.0, 4013.0, 4041.0, 4000.0, 4022.0, 3990.0, 4001.0, 4020.0, 3989.0, 4012.0, 4041.0, 4001.0, 4023.0, 3990.0, 4012.0, 4032.0, 4000.0, 4012.0, 4041.0, 4001.0, 4022.0, 3990.0, 4012.0, 4042.0, 4000.0, 4022.0, 3999.0, 4011.0, 4033.0, 4000.0, 4012.0, 4021.0, 4001.0, 4022.0, 3992.0, 4013.0, 4035.0, 4013.0, 4035.0, 4002.0, 4013.0, 4033.0, 4002.0, 4014.0, 4042.0, 4003.0, 4034.0, 4000.0, 4002.0, 4043.0, 4012.0, 4013.0, 4032.0, 4002.0, 4024.0, 3994.0, 4018.0, 4016.0, 4020.0, 4059.0, 4025.0, 4034.0, 4013.0, 4036.0, 4033.0, 4013.0, 4045.0, 3991.0, 4012.0, 4042.0], 'WindowWidth': [9110.0, 8993.0, 9024.0, 9001.0, 8971.0, 9023.0, 8943.0, 8957.0, 8999.0, 8942.0, 8968.0, 8923.0, 8943.0, 9002.0, 8941.0, 8957.0, 8996.0, 8940.0, 8972.0, 8952.0, 8944.0, 8992.0, 8964.0, 8962.0, 8961.0, 8961.0, 8987.0, 8960.0, 8992.0, 9001.0, 8947.0, 9006.0, 8955.0, 8942.0, 8997.0, 8936.0, 8965.0, 9008.0, 8950.0, 8962.0, 8984.0, 8913.0, 8956.0, 8909.0, 8911.0, 8954.0, 8896.0, 8928.0, 8972.0, 8928.0, 8943.0, 8954.0, 8915.0, 8945.0, 8928.0, 8931.0, 8976.0, 8931.0, 8944.0, 8973.0, 8930.0, 8960.0, 8929.0, 8935.0, 8984.0, 8935.0, 8952.0, 8974.0, 8933.0, 8964.0, 8933.0, 8951.0, 8997.0, 8937.0, 8970.0, 8962.0, 8935.0, 8978.0, 8917.0, 8936.0, 8995.0, 8933.0, 8964.0, 8974.0, 8932.0, 8961.0, 8927.0, 8931.0, 8986.0, 8931.0, 8961.0, 8942.0, 8916.0, 8959.0, 8916.0, 8933.0, 8989.0, 8931.0, 8962.0, 8957.0, 8931.0, 8958.0, 8916.0, 8932.0, 8986.0, 8930.0, 8962.0, 8930.0, 8935.0, 8977.0, 8935.0, 8956.0, 8980.0, 8954.0, 8984.0, 8941.0, 8958.0, 8999.0, 8956.0, 8989.0, 8968.0, 8941.0, 8996.0, 8937.0, 8953.0, 8992.0, 8935.0, 8982.0, 8948.0, 8936.0, 8976.0, 8953.0, 8953.0, 8976.0, 8937.0, 8981.0, 8925.0, 8958.0, 8996.0, 8957.0, 8986.0, 8956.0, 8956.0, 8999.0, 8955.0, 8970.0, 8992.0, 8954.0, 8983.0, 8937.0, 8941.0, 9000.0, 8974.0, 8999.0, 8940.0, 8985.0, 9003.0, 8975.0, 8972.0, 8970.0, 9027.0, 8987.0, 9005.0, 8981.0, 9006.0, 8998.0, 9029.0, 9040.0, 8957.0, 8950.0, 8991.0, 8918.0, 8934.0, 9008.0, 8947.0, 8964.0, 8933.0, 8933.0, 8963.0, 8920.0, 8936.0, 8981.0, 8937.0, 8960.0, 8932.0, 8964.0, 9017.0, 8973.0, 8996.0, 8974.0, 8982.0, 8978.0, 8983.0, 9028.0, 8979.0, 9011.0, 8961.0, 8962.0, 9007.0, 8956.0, 8956.0, 9017.0, 8938.0, 8956.0, 9004.0, 8933.0, 8964.0, 8990.0, 8935.0, 8982.0, 8951.0, 8953.0, 8979.0, 8952.0, 8969.0, 8942.0, 8956.0, 8998.0, 8958.0, 8987.0, 8997.0, 8939.0, 8999.0, 8939.0, 8953.0, 8989.0, 8935.0, 8982.0, 8952.0, 8941.0, 8997.0, 8937.0, 8950.0, 8993.0, 8936.0, 8983.0, 8951.0, 8940.0, 8996.0, 8938.0, 8953.0, 8992.0, 8935.0, 8965.0, 8934.0, 8951.0, 8980.0, 8935.0, 8965.0, 8991.0, 8935.0, 8980.0, 8948.0, 8949.0, 8977.0, 8931.0, 8948.0, 8985.0, 8932.0, 8962.0, 8921.0, 8936.0, 8991.0, 8936.0, 8965.0, 8937.0, 8939.0, 8982.0, 8940.0, 8974.0, 9001.0, 8961.0, 8986.0, 8955.0, 8963.0, 8960.0, 8961.0, 9006.0, 8951.0, 8982.0, 9004.0, 8965.0, 8995.0, 8961.0, 8963.0, 9025.0, 8948.0, 8979.0, 8973.0, 8963.0, 8991.0, 8944.0, 8965.0, 9021.0, 8965.0, 8999.0, 8963.0, 8963.0, 9008.0, 8952.0, 8987.0, 9042.0, 8985.0, 9030.0, 8993.0, 9008.0, 9032.0, 8991.0, 8994.0, 8959.0, 8999.0, 8962.0, 9010.0, 9037.0, 8960.0, 9005.0, 8972.0, 8959.0, 8986.0, 8937.0, 8941.0, 8994.0, 8938.0, 8957.0, 8992.0, 8936.0, 8966.0, 8976.0, 8933.0, 8961.0, 8977.0, 8935.0, 8962.0, 8917.0, 8946.0, 8974.0, 8933.0, 8950.0, 8962.0, 8951.0, 8965.0, 8938.0, 8957.0, 8981.0, 8950.0, 8956.0, 8978.0, 8939.0, 8984.0, 8951.0, 8953.0, 8982.0, 8922.0, 8953.0, 8992.0, 8938.0, 8969.0, 8981.0, 8957.0, 8984.0, 8938.0, 8955.0, 8997.0, 8953.0, 8976.0, 8998.0, 8954.0, 8983.0, 8922.0, 8951.0, 8992.0, 8931.0, 8980.0, 8991.0, 8931.0, 8972.0, 8916.0, 8931.0, 8972.0, 8929.0, 8948.0, 9007.0, 8932.0, 8977.0, 8914.0, 8945.0, 8973.0, 8931.0, 8947.0, 8989.0, 8932.0, 8973.0, 8926.0, 8941.0, 8955.0, 8927.0, 8943.0, 8971.0, 8929.0, 8946.0, 8929.0, 8932.0, 8958.0, 8916.0, 8935.0, 8973.0, 8936.0, 8966.0, 8977.0, 8937.0, 8977.0, 8920.0, 8950.0, 8978.0, 8935.0, 8952.0, 9007.0, 8936.0, 8963.0, 8917.0, 8936.0, 8978.0, 8921.0, 8953.0, 8994.0, 8938.0, 8985.0, 8936.0, 8955.0, 8998.0, 8939.0, 8957.0, 9017.0, 8960.0, 8991.0, 8964.0, 8983.0, 9009.0, 8977.0, 8993.0, 8983.0, 8991.0, 8961.0, 8991.0, 8953.0, 8997.0, 9029.0, 8957.0, 8952.0, 8994.0, 8920.0, 8933.0, 8990.0, 8937.0, 8957.0, 8990.0, 8967.0, 8975.0, 8969.0, 8939.0, 8965.0, 8924.0, 8953.0, 8976.0, 8936.0, 8968.0, 8980.0, 8942.0, 8988.0, 8970.0, 8956.0, 8985.0, 8949.0, 8978.0, 8999.0, 8942.0, 8972.0, 8982.0, 8961.0, 8984.0, 8946.0, 8962.0, 8999.0, 8961.0, 8993.0, 8973.0, 8977.0, 9019.0, 8976.0, 8992.0, 9022.0, 8968.0, 8995.0, 8954.0, 8999.0, 8926.0, 8974.0, 9013.0, 8939.0, 8980.0, 9009.0, 8952.0, 8969.0, 8989.0, 8927.0, 8956.0, 8909.0, 8911.0, 8940.0, 8911.0, 8927.0, 8972.0, 8930.0, 8947.0, 8945.0, 8930.0, 8961.0, 8933.0, 8938.0, 8967.0, 8957.0, 8975.0, 8941.0, 8972.0, 9004.0, 8958.0, 8972.0, 9014.0, 8954.0, 8998.0, 8932.0, 8950.0, 8979.0, 8918.0, 8932.0, 8990.0, 8926.0, 8960.0, 8941.0, 8929.0, 8958.0, 8916.0, 8934.0, 8990.0, 8934.0, 8963.0, 8916.0, 8934.0, 8977.0, 8930.0, 8951.0, 8992.0, 8935.0, 8977.0, 8914.0, 8946.0, 8972.0, 8931.0, 8965.0, 8941.0, 8952.0, 8980.0, 8954.0, 8983.0, 8965.0, 8972.0, 8978.0, 8956.0, 8937.0, 8953.0, 9001.0, 8956.0, 9005.0, 8976.0, 8933.0, 8975.0, 8912.0, 8930.0, 8987.0, 8929.0, 8962.0, 8953.0, 8912.0, 8956.0, 8910.0, 8929.0, 8972.0, 8902.0, 8931.0, 8942.0, 8918.0, 8949.0, 8918.0, 8952.0, 8982.0, 8938.0, 8957.0, 8977.0, 8939.0, 8968.0, 8950.0, 8932.0, 8979.0, 8935.0, 8937.0, 8976.0, 8937.0, 8966.0, 8976.0, 8933.0, 8979.0, 8933.0, 8938.0, 8991.0, 8931.0, 8947.0, 8989.0, 8930.0, 8962.0, 8956.0, 8930.0, 8958.0, 8928.0, 8931.0, 8973.0, 8931.0, 8948.0, 8973.0, 8934.0, 8963.0, 8932.0, 8948.0, 8976.0, 8933.0, 8963.0, 8974.0, 8935.0, 8962.0, 8919.0, 8936.0, 8979.0, 8934.0, 8937.0, 8997.0, 8939.0, 8983.0, 8936.0, 8940.0, 8982.0, 8922.0, 8938.0, 8997.0, 8936.0, 8962.0, 8975.0, 8968.0, 8993.0, 8945.0, 8950.0, 8977.0, 8930.0, 8930.0, 8969.0, 8929.0, 8963.0, 8930.0, 8931.0, 8961.0, 8936.0, 8949.0, 8988.0, 8949.0, 8976.0, 8917.0, 8932.0, 8975.0, 8934.0, 8951.0, 8978.0, 8953.0, 8980.0, 8939.0, 8951.0, 8993.0, 8938.0, 8986.0, 8972.0, 8940.0, 8981.0, 8936.0, 8966.0, 8962.0, 8949.0, 8998.0, 8947.0, 8956.0, 8995.0, 8938.0, 8980.0, 8934.0, 8951.0, 8992.0, 8938.0, 8980.0, 8946.0, 8951.0, 8974.0, 8932.0, 8947.0, 8956.0, 8932.0, 8976.0, 8915.0, 8948.0, 8928.0, 8930.0, 8960.0, 8917.0, 8934.0, 8990.0, 8931.0, 8959.0, 8967.0, 8924.0, 8954.0, 8897.0, 8925.0, 8957.0, 8910.0, 8929.0, 8957.0, 8930.0, 8947.0, 8930.0, 8932.0, 8963.0, 8919.0, 8937.0, 8961.0, 8935.0, 8964.0, 8933.0, 8936.0, 8979.0, 8932.0, 8950.0, 8986.0, 8933.0, 8960.0, 8929.0, 8930.0, 8976.0, 8931.0, 8951.0, 8988.0, 8932.0, 8962.0, 8929.0, 8934.0, 8977.0, 8931.0, 8950.0, 8989.0, 8931.0, 8961.0, 8972.0, 8930.0, 8976.0, 8960.0, 8934.0, 8976.0, 8962.0, 8972.0, 8937.0, 8941.0, 8975.0, 8948.0, 8942.0, 8942.0, 8955.0, 8968.0, 8957.0, 8995.0, 8938.0, 8985.0, 8993.0, 8933.0, 8965.0, 9005.0, 8933.0, 8962.0, 8917.0, 8933.0, 8961.0, 8940.0, 8954.0, 8980.0, 8943.0, 8983.0, 8923.0, 8954.0, 8978.0, 8921.0, 8952.0, 8989.0, 8931.0, 8964.0, 8916.0, 8933.0, 8959.0, 8915.0, 8950.0, 8988.0, 8934.0, 8966.0, 8916.0, 8949.0, 8975.0, 8930.0, 8950.0, 8988.0, 8933.0, 8963.0, 8917.0, 8949.0, 8988.0, 8930.0, 8962.0, 8929.0, 8947.0, 8978.0, 8932.0, 8951.0, 8961.0, 8935.0, 8965.0, 8923.0, 8954.0, 8983.0, 8952.0, 8987.0, 8937.0, 8952.0, 8982.0, 8937.0, 8954.0, 8992.0, 8938.0, 8982.0, 8932.0, 8937.0, 8992.0, 8950.0, 8953.0, 8978.0, 8939.0, 8969.0, 8930.0, 8970.0, 8962.0, 8975.0, 9025.0, 8975.0, 8984.0, 8954.0, 8988.0, 8980.0, 8954.0, 9000.0, 8921.0, 8949.0, 8991.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.003097310344827586</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03442167862068966</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.818226235822756</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2119237521288857</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000059885189873</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4795</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5796.7588</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11195159123721961</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.402298850574713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.718884520614729</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5216974853325924</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1155153802657796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.519440696245817</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00499802</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008535634726285934</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03561475872993469</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5426812403065155</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.6183</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.7307</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.8787</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302274.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1017.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.2214</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7364</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.2739</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3187.5318</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3464.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74270.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>771.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4221.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.7839</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.94803782552481</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> |