=== 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-0123 --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-0123",
"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-0123_ses-01_task-social_acq-mb8_run-04_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-0123_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_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-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-social_acq-mb8_run-04_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-0123/ses-01/func/sub-0123_ses-01_task-social_acq-mb8_run-04_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>99ee7228234ff3213f1db39fa438dfae</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:27:28.182500</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.999968, -0.00474902, 0.00649547, 0.00593397, 0.980447, -0.196692]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0734857</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4240, -7732, -7340, 176, -115, 64, -97, 100]</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>228.75</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f46add11-e769-459c-9c6d-448498773871||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.68284010887146, 0.015920398756861687, 0.01467281486839056, 110.75039672851562], [0.012741283513605595, 2.6304686069488525, -0.5311548113822937, -93.39981842041016], [0.017426880076527596, 0.5277098417282104, 2.647198438644409, -121.54998779296875], [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': ['092728.182500', '092728.642500', '092729.102500', '092729.562500', '092730.022500', '092730.482500', '092730.942500', '092731.402500', '092731.862500', '092732.322500', '092732.782500', '092733.242500', '092733.702500', '092734.162500', '092734.622500', '092735.082500', '092735.542500', '092736.002500', '092736.462500', '092736.922500', '092737.382500', '092737.842500', '092738.302500', '092738.762500', '092739.222500', '092739.682500', '092740.142500', '092740.602500', '092741.062500', '092741.522500', '092741.982500', '092742.442500', '092742.902500', '092743.362500', '092743.822500', '092744.282500', '092744.742500', '092745.202500', '092745.662500', '092746.122500', '092746.582500', '092747.042500', '092747.502500', '092747.962500', '092748.422500', '092748.882500', '092749.342500', '092749.802500', '092750.262500', '092750.722500', '092751.182500', '092751.642500', '092752.102500', '092752.562500', '092753.022500', '092753.482500', '092753.942500', '092754.402500', '092754.862500', '092755.322500', '092755.782500', '092756.242500', '092756.702500', '092757.162500', '092757.622500', '092758.082500', '092758.542500', '092759.002500', '092759.462500', '092759.922500', '092800.382500', '092800.842500', '092801.302500', '092801.762500', '092802.222500', '092802.682500', '092803.142500', '092803.602500', '092804.062500', '092804.522500', '092804.982500', '092805.442500', '092805.902500', '092806.362500', '092806.822500', '092807.282500', '092807.742500', '092808.202500', '092808.662500', '092809.122500', '092809.582500', '092810.042500', '092810.502500', '092810.962500', '092811.422500', '092811.882500', '092812.342500', '092812.802500', '092813.262500', '092813.722500', '092814.182500', '092814.642500', '092815.102500', '092815.562500', '092816.022500', '092816.482500', '092816.942500', '092817.402500', '092817.862500', '092818.322500', '092818.782500', '092819.242500', '092819.702500', '092820.162500', '092820.622500', '092821.082500', '092821.542500', '092822.002500', '092822.462500', '092822.922500', '092823.382500', '092823.842500', '092824.302500', '092824.762500', '092825.222500', '092825.682500', '092826.142500', '092826.602500', '092827.062500', '092827.522500', '092827.982500', '092828.442500', '092828.902500', '092829.362500', '092829.822500', '092830.282500', '092830.742500', '092831.202500', '092831.662500', '092832.122500', '092832.582500', '092833.042500', '092833.502500', '092833.962500', '092834.422500', '092834.882500', '092835.342500', '092835.802500', '092836.262500', '092836.722500', '092837.182500', '092837.642500', '092838.102500', '092838.562500', '092839.022500', '092839.482500', '092839.942500', '092840.402500', '092840.862500', '092841.322500', '092841.782500', '092842.242500', '092842.702500', '092843.162500', '092843.622500', '092844.082500', '092844.542500', '092845.002500', '092845.462500', '092845.922500', '092846.382500', '092846.842500', '092847.302500', '092847.762500', '092848.222500', '092848.682500', '092849.142500', '092849.602500', '092850.062500', '092850.522500', '092850.982500', '092851.442500', '092851.902500', '092852.362500', '092852.822500', '092853.282500', '092853.742500', '092854.202500', '092854.662500', '092855.122500', '092855.582500', '092856.042500', '092856.502500', '092856.962500', '092857.422500', '092857.882500', '092858.342500', '092858.802500', '092859.262500', '092859.722500', '092900.182500', '092900.642500', '092901.102500', '092901.562500', '092902.022500', '092902.482500', '092902.942500', '092903.402500', '092903.862500', '092904.322500', '092904.782500', '092905.242500', '092905.702500', '092906.162500', '092906.622500', '092907.082500', '092907.542500', '092908.002500', '092908.462500', '092908.922500', '092909.382500', '092909.842500', '092910.302500', '092910.762500', '092911.222500', '092911.682500', '092912.142500', '092912.602500', '092913.062500', '092913.522500', '092913.982500', '092914.442500', '092914.902500', '092915.362500', '092915.822500', '092916.282500', '092916.742500', '092917.202500', '092917.662500', '092918.122500', '092918.582500', '092919.042500', '092919.502500', '092919.962500', '092920.422500', '092920.882500', '092921.342500', '092921.802500', '092922.262500', '092922.722500', '092923.182500', '092923.642500', '092924.102500', '092924.562500', '092925.022500', '092925.482500', '092925.942500', '092926.402500', '092926.862500', '092927.322500', '092927.782500', '092928.242500', '092928.702500', '092929.162500', '092929.622500', '092930.082500', '092930.542500', '092931.002500', '092931.462500', '092931.922500', '092932.382500', '092932.842500', '092933.302500', '092933.762500', '092934.222500', '092934.682500', '092935.142500', '092935.602500', '092936.062500', '092936.522500', '092936.982500', '092937.442500', '092937.902500', '092938.362500', '092938.822500', '092939.282500', '092939.742500', '092940.202500', '092940.662500', '092941.122500', '092941.582500', '092942.042500', '092942.502500', '092942.962500', '092943.422500', '092943.882500', '092944.342500', '092944.802500', '092945.262500', '092945.722500', '092946.182500', '092946.642500', '092947.102500', '092947.562500', '092948.022500', '092948.482500', '092948.942500', '092949.402500', '092949.862500', '092950.322500', '092950.782500', '092951.242500', '092951.702500', '092952.162500', '092952.622500', '092953.082500', '092953.542500', '092954.002500', '092954.462500', '092954.922500', '092955.382500', '092955.842500', '092956.302500', '092956.762500', '092957.222500', '092957.682500', '092958.142500', '092958.602500', '092959.062500', '092959.522500', '092959.982500', '093000.442500', '093000.902500', '093001.362500', '093001.822500', '093002.282500', '093002.742500', '093003.202500', '093003.662500', '093004.122500', '093004.582500', '093005.042500', '093005.502500', '093005.962500', '093006.422500', '093006.882500', '093007.342500', '093007.802500', '093008.262500', '093008.722500', '093009.182500', '093009.642500', '093010.102500', '093010.562500', '093011.022500', '093011.482500', '093011.942500', '093012.402500', '093012.862500', '093013.322500', '093013.782500', '093014.242500', '093014.702500', '093015.162500', '093015.622500', '093016.082500', '093016.542500', '093017.002500', '093017.462500', '093017.922500', '093018.382500', '093018.842500', '093019.302500', '093019.762500', '093020.222500', '093020.682500', '093021.142500', '093021.602500', '093022.062500', '093022.522500', '093022.982500', '093023.442500', '093023.902500', '093024.362500', '093024.822500', '093025.282500', '093025.742500', '093026.202500', '093026.662500', '093027.122500', '093027.582500', '093028.042500', '093028.502500', '093028.962500', '093029.422500', '093029.882500', '093030.342500', '093030.802500', '093031.262500', '093031.722500', '093032.182500', '093032.642500', '093033.102500', '093033.562500', '093034.022500', '093034.482500', '093034.942500', '093035.402500', '093035.862500', '093036.322500', '093036.782500', '093037.242500', '093037.702500', '093038.162500', '093038.622500', '093039.082500', '093039.542500', '093040.002500', '093040.462500', '093040.922500', '093041.382500', '093041.842500', '093042.302500', '093042.762500', '093043.222500', '093043.682500', '093044.142500', '093044.602500', '093045.062500', '093045.522500', '093045.982500', '093046.442500', '093046.902500', '093047.362500', '093047.822500', '093048.282500', '093048.742500', '093049.202500', '093049.662500', '093050.122500', '093050.582500', '093051.042500', '093051.502500', '093051.962500', '093052.422500', '093052.882500', '093053.342500', '093053.802500', '093054.262500', '093054.722500', '093055.182500', '093055.642500', '093056.102500', '093056.562500', '093057.022500', '093057.482500', '093057.942500', '093058.402500', '093058.862500', '093059.322500', '093059.782500', '093100.242500', '093100.702500', '093101.162500', '093101.622500', '093102.082500', '093102.542500', '093103.002500', '093103.462500', '093103.922500', '093104.382500', '093104.842500', '093105.302500', '093105.762500', '093106.222500', '093106.682500', '093107.142500', '093107.602500', '093108.062500', '093108.522500', '093108.982500', '093109.442500', '093109.902500', '093110.362500', '093110.822500', '093111.282500', '093111.742500', '093112.202500', '093112.662500', '093113.122500', '093113.582500', '093114.042500', '093114.502500', '093114.962500', '093115.422500', '093115.882500', '093116.342500', '093116.802500', '093117.262500', '093117.722500', '093118.182500', '093118.642500', '093119.102500', '093119.562500', '093120.022500', '093120.482500', '093120.942500', '093121.402500', '093121.862500', '093122.322500', '093122.782500', '093123.242500', '093123.702500', '093124.162500', '093124.622500', '093125.082500', '093125.542500', '093126.002500', '093126.462500', '093126.922500', '093127.382500', '093127.842500', '093128.302500', '093128.762500', '093129.222500', '093129.682500', '093130.142500', '093130.602500', '093131.062500', '093131.522500', '093131.982500', '093132.442500', '093132.902500', '093133.362500', '093133.822500', '093134.282500', '093134.742500', '093135.202500', '093135.662500', '093136.122500', '093136.582500', '093137.042500', '093137.502500', '093137.962500', '093138.422500', '093138.882500', '093139.342500', '093139.802500', '093140.262500', '093140.722500', '093141.182500', '093141.642500', '093142.102500', '093142.562500', '093143.022500', '093143.482500', '093143.942500', '093144.402500', '093144.862500', '093145.322500', '093145.782500', '093146.242500', '093146.702500', '093147.162500', '093147.622500', '093148.082500', '093148.542500', '093149.002500', '093149.462500', '093149.922500', '093150.382500', '093150.842500', '093151.302500', '093151.762500', '093152.222500', '093152.682500', '093153.142500', '093153.602500', '093154.062500', '093154.522500', '093154.982500', '093155.442500', '093155.902500', '093156.362500', '093156.822500', '093157.282500', '093157.742500', '093158.202500', '093158.662500', '093159.122500', '093159.582500', '093200.042500', '093200.502500', '093200.962500', '093201.422500', '093201.882500', '093202.342500', '093202.802500', '093203.262500', '093203.722500', '093204.182500', '093204.642500', '093205.102500', '093205.562500', '093206.022500', '093206.482500', '093206.942500', '093207.402500', '093207.862500', '093208.322500', '093208.782500', '093209.242500', '093209.702500', '093210.162500', '093210.622500', '093211.082500', '093211.542500', '093212.002500', '093212.462500', '093212.922500', '093213.382500', '093213.842500', '093214.302500', '093214.762500', '093215.222500', '093215.682500', '093216.142500', '093216.602500', '093217.062500', '093217.522500', '093217.982500', '093218.442500', '093218.902500', '093219.362500', '093219.822500', '093220.282500', '093220.742500', '093221.202500', '093221.662500', '093222.122500', '093222.582500', '093223.042500', '093223.502500', '093223.962500', '093224.422500', '093224.882500', '093225.342500', '093225.802500', '093226.262500', '093226.722500', '093227.182500', '093227.642500', '093228.102500', '093228.562500', '093229.022500', '093229.482500', '093229.942500', '093230.402500', '093230.862500', '093231.322500', '093231.782500', '093232.242500', '093232.702500', '093233.162500', '093233.622500', '093234.082500', '093234.542500', '093235.002500', '093235.462500', '093235.922500', '093236.382500', '093236.842500', '093237.302500', '093237.762500', '093238.222500', '093238.682500', '093239.142500', '093239.602500', '093240.062500', '093240.522500', '093240.982500', '093241.442500', '093241.902500', '093242.362500', '093242.822500', '093243.282500', '093243.742500', '093244.202500', '093244.662500', '093245.122500', '093245.582500', '093246.042500', '093246.502500', '093246.962500', '093247.422500', '093247.882500', '093248.342500', '093248.802500', '093249.262500', '093249.722500', '093250.182500', '093250.642500', '093251.102500', '093251.562500', '093252.022500', '093252.482500', '093252.942500', '093253.402500', '093253.862500', '093254.322500', '093254.782500', '093255.242500', '093255.702500', '093256.162500', '093256.622500', '093257.082500', '093257.542500', '093258.002500', '093258.462500', '093258.922500', '093259.382500', '093259.842500', '093300.302500', '093300.762500', '093301.222500', '093301.682500', '093302.142500', '093302.602500', '093303.062500', '093303.522500', '093303.982500', '093304.442500', '093304.902500', '093305.362500', '093305.822500', '093306.282500', '093306.742500', '093307.202500', '093307.662500', '093308.122500', '093308.582500', '093309.042500', '093309.502500', '093309.962500', '093310.422500', '093310.882500', '093311.342500', '093311.802500', '093312.262500', '093312.722500', '093313.182500', '093313.642500', '093314.102500', '093314.562500', '093315.022500', '093315.482500', '093315.942500', '093316.402500', '093316.862500', '093317.322500', '093317.782500', '093318.242500', '093318.702500', '093319.162500', '093319.622500', '093320.082500', '093320.542500', '093321.002500', '093321.462500', '093321.922500', '093322.382500', '093322.842500', '093323.302500', '093323.762500', '093324.222500', '093324.682500', '093325.142500', '093325.602500', '093326.062500', '093326.522500', '093326.982500', '093327.442500', '093327.902500', '093328.362500', '093328.822500', '093329.282500', '093329.742500', '093330.202500', '093330.662500', '093331.122500', '093331.582500', '093332.042500', '093332.502500', '093332.962500', '093333.422500', '093333.882500', '093334.342500', '093334.802500', '093335.262500', '093335.722500', '093336.182500', '093336.642500', '093337.102500', '093337.562500', '093338.022500', '093338.482500', '093338.942500', '093339.402500', '093339.862500', '093340.322500', '093340.782500', '093341.242500', '093341.702500', '093342.162500', '093342.622500', '093343.082500', '093343.542500', '093344.002500', '093344.462500', '093344.922500', '093345.382500', '093345.842500', '093346.302500', '093346.762500', '093347.222500', '093347.682500', '093348.142500', '093348.602500', '093349.062500', '093349.522500', '093349.982500', '093350.442500', '093350.902500', '093351.362500', '093351.822500', '093352.282500', '093352.742500', '093353.202500', '093353.662500', '093354.122500', '093354.582500', '093355.042500', '093355.502500', '093355.962500', '093356.422500', '093356.882500', '093357.342500', '093357.802500', '093358.262500', '093358.722500', '093359.182500', '093359.642500', '093400.102500', '093400.562500', '093401.022500', '093401.482500', '093401.942500', '093402.402500', '093402.862500', '093403.322500', '093403.782500', '093404.242500', '093404.702500', '093405.162500', '093405.622500', '093406.082500', '093406.542500', '093407.002500', '093407.462500', '093407.922500', '093408.382500', '093408.842500'], 'ContentTime': ['092750.890000', '092750.893000', '092750.896000', '092750.899000', '092750.901000', '092750.904000', '092750.906000', '092750.909000', '092750.912000', '092750.914000', '092750.917000', '092750.923000', '092750.926000', '092750.929000', '092750.931000', '092750.934000', '092750.936000', '092750.939000', '092750.942000', '092750.944000', '092750.947000', '092750.950000', '092750.952000', '092750.955000', '092750.957000', '092750.960000', '092750.962000', '092750.965000', '092750.968000', '092750.970000', '092750.973000', '092750.976000', '092750.978000', '092750.981000', '092750.983000', '092750.986000', '092750.989000', '092750.991000', '092751.000000', '092751.003000', '092751.006000', '092751.008000', '092751.011000', '092751.013000', '092751.016000', '092751.019000', '092810.854000', '092810.857000', '092810.860000', '092810.862000', '092810.865000', '092810.867000', '092810.870000', '092810.873000', '092810.875000', '092810.888000', '092810.890000', '092810.893000', '092810.896000', '092810.898000', '092810.901000', '092810.903000', '092810.906000', '092810.909000', '092810.911000', '092810.914000', '092810.916000', '092810.919000', '092810.921000', '092810.924000', '092810.927000', '092810.929000', '092810.932000', '092810.934000', '092810.937000', '092810.940000', '092810.942000', '092810.945000', '092810.947000', '092810.956000', '092810.959000', '092810.962000', '092810.964000', '092810.967000', '092810.969000', '092810.972000', '092810.975000', '092810.977000', '092810.980000', '092810.982000', '092830.853000', '092830.856000', '092830.859000', '092830.862000', '092830.864000', '092830.867000', '092830.870000', '092830.872000', '092830.875000', '092830.877000', '092830.880000', '092830.883000', '092830.885000', '092830.888000', '092830.890000', '092830.893000', '092830.895000', '092830.898000', '092830.901000', '092830.903000', '092830.906000', '092830.908000', '092830.911000', '092830.914000', '092830.916000', '092830.919000', '092830.921000', '092830.924000', '092830.926000', '092830.929000', '092830.932000', '092830.934000', '092830.937000', '092830.939000', '092830.948000', '092830.951000', '092830.953000', '092830.956000', '092830.958000', '092830.961000', '092830.964000', '092830.966000', '092830.969000', '092850.853000', '092850.856000', '092850.859000', '092850.862000', '092850.864000', '092850.867000', '092850.870000', '092850.872000', '092850.875000', '092850.878000', '092850.880000', '092850.883000', '092850.885000', '092850.888000', '092850.891000', '092850.893000', '092850.896000', '092850.898000', '092850.901000', '092850.903000', '092850.906000', '092850.909000', '092850.911000', '092850.914000', '092850.916000', '092850.919000', '092850.922000', '092850.924000', '092850.927000', '092850.934000', '092850.937000', '092850.940000', '092850.942000', '092850.945000', '092850.947000', '092850.950000', '092850.952000', '092850.955000', '092850.958000', '092850.960000', '092850.963000', '092850.965000', '092850.968000', '092910.854000', '092910.857000', '092910.860000', '092910.862000', '092910.865000', '092910.868000', '092910.870000', '092910.873000', '092910.875000', '092910.878000', '092910.881000', '092910.883000', '092910.886000', '092910.888000', '092910.891000', '092910.893000', '092910.896000', '092910.899000', '092910.901000', '092910.907000', '092910.909000', '092910.912000', '092910.915000', '092910.917000', '092910.920000', '092910.922000', '092910.925000', '092910.927000', '092910.930000', '092910.933000', '092910.935000', '092910.938000', '092910.940000', '092910.943000', '092910.945000', '092910.948000', '092910.951000', '092910.953000', '092910.956000', '092910.958000', '092910.961000', '092910.964000', '092910.966000', '092910.969000', '092930.855000', '092930.858000', '092930.861000', '092930.863000', '092930.866000', '092930.868000', '092930.871000', '092930.874000', '092930.876000', '092930.879000', '092930.881000', '092930.884000', '092930.888000', '092930.898000', '092930.901000', '092930.903000', '092930.906000', '092930.909000', '092930.911000', '092930.914000', '092930.917000', '092930.920000', '092930.922000', '092930.925000', '092930.928000', '092930.930000', '092930.933000', '092930.941000', '092930.944000', '092930.946000', '092930.949000', '092930.951000', '092930.954000', '092930.956000', '092930.959000', '092930.962000', '092930.964000', '092930.967000', '092930.969000', '092930.972000', '092930.975000', '092930.977000', '092930.980000', '092950.854000', '092950.857000', '092950.860000', '092950.862000', '092950.865000', '092950.868000', '092950.870000', '092950.873000', '092950.876000', '092950.878000', '092950.881000', '092950.883000', '092950.887000', '092950.890000', '092950.892000', '092950.895000', '092950.897000', '092950.900000', '092950.903000', '092950.920000', '092950.923000', '092950.925000', '092950.928000', '092950.930000', '092950.933000', '092950.936000', '092950.938000', '092950.941000', '092950.943000', '092950.946000', '092950.949000', '092950.951000', '092950.954000', '092950.956000', '092950.959000', '092950.962000', '092950.964000', '092950.967000', '092950.969000', '092950.972000', '092950.975000', '092950.977000', '092950.980000', '092950.982000', '093010.854000', '093010.857000', '093010.860000', '093010.863000', '093010.865000', '093010.868000', '093010.871000', '093010.873000', '093010.876000', '093010.878000', '093010.881000', '093010.884000', '093010.886000', '093010.889000', '093010.891000', '093010.894000', '093010.896000', '093010.899000', '093010.902000', '093010.904000', '093010.907000', '093010.910000', '093010.912000', '093010.915000', '093010.917000', '093010.920000', '093010.923000', '093010.925000', '093010.928000', '093010.930000', '093010.933000', '093010.936000', '093010.938000', '093010.941000', '093010.944000', '093010.946000', '093010.949000', '093010.951000', '093010.954000', '093010.957000', '093010.959000', '093010.962000', '093010.964000', '093030.855000', '093030.857000', '093030.860000', '093030.863000', '093030.865000', '093030.868000', '093030.871000', '093030.874000', '093030.876000', '093030.879000', '093030.882000', '093030.884000', '093030.887000', '093030.890000', '093030.892000', '093030.895000', '093030.898000', '093030.900000', '093030.903000', '093030.905000', '093030.908000', '093030.911000', '093030.913000', '093030.916000', '093030.919000', '093030.921000', '093030.924000', '093030.926000', '093030.929000', '093030.932000', '093030.934000', '093030.937000', '093030.940000', '093030.942000', '093030.945000', '093030.947000', '093030.950000', '093030.953000', '093030.955000', '093030.958000', '093030.960000', '093030.963000', '093030.965000', '093030.968000', '093050.853000', '093050.856000', '093050.859000', '093050.862000', '093050.864000', '093050.867000', '093050.870000', '093050.872000', '093050.875000', '093050.877000', '093050.880000', '093050.883000', '093050.886000', '093050.889000', '093050.891000', '093050.894000', '093050.897000', '093050.899000', '093050.902000', '093050.905000', '093050.907000', '093050.910000', '093050.912000', '093050.915000', '093050.918000', '093050.920000', '093050.923000', '093050.926000', '093050.928000', '093050.931000', '093050.933000', '093050.936000', '093050.939000', '093050.941000', '093050.944000', '093050.947000', '093050.949000', '093050.952000', '093050.954000', '093050.958000', '093050.961000', '093050.964000', '093050.966000', '093110.853000', '093110.856000', '093110.859000', '093110.861000', '093110.864000', '093110.867000', '093110.869000', '093110.872000', '093110.874000', '093110.877000', '093110.880000', '093110.883000', '093110.885000', '093110.888000', '093110.891000', '093110.893000', '093110.896000', '093110.899000', '093110.901000', '093110.904000', '093110.907000', '093110.910000', '093110.912000', '093110.915000', '093110.917000', '093110.920000', '093110.922000', '093110.925000', '093110.928000', '093110.930000', '093110.933000', '093110.936000', '093110.938000', '093110.941000', '093110.943000', '093110.946000', '093110.949000', '093110.951000', '093110.954000', '093110.956000', '093110.959000', '093110.962000', '093110.964000', '093110.975000', '093130.855000', '093130.857000', '093130.860000', '093130.863000', '093130.865000', '093130.868000', '093130.870000', '093130.873000', '093130.876000', '093130.878000', '093130.881000', '093130.883000', '093130.886000', '093130.889000', '093130.892000', '093130.894000', '093130.897000', '093130.900000', '093130.903000', '093130.905000', '093130.908000', '093130.910000', '093130.913000', '093130.916000', '093130.918000', '093130.921000', '093130.923000', '093130.926000', '093130.929000', '093130.931000', '093130.934000', '093130.937000', '093130.939000', '093130.942000', '093130.944000', '093130.947000', '093130.950000', '093130.952000', '093130.955000', '093130.958000', '093130.960000', '093130.963000', '093130.976000', '093150.855000', '093150.857000', '093150.860000', '093150.863000', '093150.865000', '093150.868000', '093150.871000', '093150.874000', '093150.876000', '093150.879000', '093150.881000', '093150.884000', '093150.887000', '093150.889000', '093150.892000', '093150.894000', '093150.897000', '093150.900000', '093150.902000', '093150.905000', '093150.908000', '093150.910000', '093150.913000', '093150.915000', '093150.918000', '093150.921000', '093150.923000', '093150.926000', '093150.929000', '093150.931000', '093150.934000', '093150.936000', '093150.939000', '093150.942000', '093150.944000', '093150.947000', '093150.949000', '093150.952000', '093150.955000', '093150.957000', '093150.960000', '093150.962000', '093150.965000', '093150.968000', '093210.855000', '093210.857000', '093210.860000', '093210.863000', '093210.866000', '093210.868000', '093210.871000', '093210.873000', '093210.876000', '093210.879000', '093210.881000', '093210.884000', '093210.887000', '093210.889000', '093210.892000', '093210.895000', '093210.897000', '093210.900000', '093210.902000', '093210.905000', '093210.908000', '093210.910000', '093210.913000', '093210.915000', '093210.918000', '093210.921000', '093210.923000', '093210.926000', '093210.928000', '093210.931000', '093210.934000', '093210.937000', '093210.939000', '093210.942000', '093210.945000', '093210.948000', '093210.951000', '093210.954000', '093210.957000', '093210.959000', '093210.962000', '093210.965000', '093210.967000', '093230.855000', '093230.857000', '093230.860000', '093230.863000', '093230.865000', '093230.868000', '093230.870000', '093230.873000', '093230.876000', '093230.878000', '093230.881000', '093230.883000', '093230.886000', '093230.889000', '093230.891000', '093230.894000', '093230.896000', '093230.899000', '093230.901000', '093230.904000', '093230.907000', '093230.909000', '093230.912000', '093230.915000', '093230.917000', '093230.920000', '093230.922000', '093230.926000', '093230.929000', '093230.931000', '093230.934000', '093230.937000', '093230.939000', '093230.942000', '093230.944000', '093230.947000', '093230.950000', '093230.952000', '093230.955000', '093230.957000', '093230.960000', '093230.963000', '093230.965000', '093230.968000', '093250.854000', '093250.857000', '093250.860000', '093250.863000', '093250.865000', '093250.868000', '093250.871000', '093250.873000', '093250.876000', '093250.878000', '093250.881000', '093250.902000', '093250.905000', '093250.907000', '093250.910000', '093250.913000', '093250.915000', '093250.918000', '093250.920000', '093250.923000', '093250.925000', '093250.928000', '093250.931000', '093250.933000', '093250.936000', '093250.939000', '093250.941000', '093250.944000', '093250.946000', '093250.949000', '093250.952000', '093250.954000', '093250.957000', '093250.959000', '093250.962000', '093250.965000', '093250.967000', '093250.970000', '093250.972000', '093250.975000', '093250.978000', '093250.980000', '093250.983000', '093310.853000', '093310.856000', '093310.859000', '093310.862000', '093310.864000', '093310.867000', '093310.869000', '093310.872000', '093310.875000', '093310.877000', '093310.880000', '093310.882000', '093310.885000', '093310.888000', '093310.890000', '093310.893000', '093310.895000', '093310.898000', '093310.901000', '093310.903000', '093310.906000', '093310.909000', '093310.911000', '093310.914000', '093310.916000', '093310.919000', '093310.922000', '093310.924000', '093310.927000', '093310.929000', '093310.932000', '093310.935000', '093310.937000', '093310.940000', '093310.942000', '093310.945000', '093310.948000', '093310.950000', '093310.953000', '093310.955000', '093310.958000', '093310.961000', '093310.963000', '093310.966000', '093330.854000', '093330.856000', '093330.859000', '093330.862000', '093330.864000', '093330.867000', '093330.869000', '093330.872000', '093330.875000', '093330.877000', '093330.880000', '093330.883000', '093330.885000', '093330.888000', '093330.892000', '093330.895000', '093330.897000', '093330.900000', '093330.903000', '093330.905000', '093330.908000', '093330.910000', '093330.913000', '093330.916000', '093330.918000', '093330.921000', '093330.923000', '093330.926000', '093330.929000', '093330.931000', '093330.934000', '093330.937000', '093330.939000', '093330.942000', '093330.944000', '093330.947000', '093330.950000', '093330.952000', '093330.955000', '093330.958000', '093330.961000', '093330.963000', '093330.966000', '093350.854000', '093350.857000', '093350.860000', '093350.863000', '093350.865000', '093350.868000', '093350.870000', '093350.873000', '093350.876000', '093350.878000', '093350.881000', '093350.883000', '093350.886000', '093350.889000', '093350.891000', '093350.894000', '093350.896000', '093350.899000', '093350.902000', '093350.904000', '093350.907000', '093350.909000', '093350.912000', '093350.915000', '093350.917000', '093350.920000', '093350.922000', '093350.925000', '093350.928000', '093350.930000', '093350.933000', '093350.935000', '093350.938000', '093350.940000', '093350.943000', '093350.946000', '093350.948000', '093350.951000', '093350.954000', '093350.957000', '093350.959000', '093350.962000', '093350.965000', '093350.967000', '093410.563000', '093410.566000', '093410.569000', '093410.572000', '093410.574000', '093410.577000', '093410.580000', '093410.583000', '093410.586000', '093410.589000', '093410.592000', '093410.595000', '093410.598000', '093410.601000', '093410.604000', '093410.607000', '093410.611000', '093410.615000', '093410.620000', '093410.623000', '093410.626000', '093410.629000', '093410.645000', '093410.648000', '093410.651000', '093410.654000', '093410.656000', '093410.659000', '093410.662000', '093410.665000', '093410.667000', '093410.670000', '093410.673000', '093410.676000', '093410.678000', '093410.681000', '093410.686000', '093410.689000', '093410.692000', '093410.694000', '093410.698000', '093410.701000', '093410.703000'], 'InstanceCreationTime': ['092750.890000', '092750.893000', '092750.896000', '092750.899000', '092750.901000', '092750.904000', '092750.906000', '092750.909000', '092750.912000', '092750.914000', '092750.917000', '092750.923000', '092750.926000', '092750.929000', '092750.931000', '092750.934000', '092750.936000', '092750.939000', '092750.942000', '092750.944000', '092750.947000', '092750.950000', '092750.952000', '092750.955000', '092750.957000', '092750.960000', '092750.962000', '092750.965000', '092750.968000', '092750.970000', '092750.973000', '092750.976000', '092750.978000', '092750.981000', '092750.983000', '092750.986000', '092750.989000', '092750.991000', '092751.000000', '092751.003000', '092751.006000', '092751.008000', '092751.011000', '092751.013000', '092751.016000', '092751.019000', '092810.854000', '092810.857000', '092810.860000', '092810.862000', '092810.865000', '092810.867000', '092810.870000', '092810.873000', '092810.875000', '092810.888000', '092810.890000', '092810.893000', '092810.896000', '092810.898000', '092810.901000', '092810.903000', '092810.906000', '092810.909000', '092810.911000', '092810.914000', '092810.916000', '092810.919000', '092810.921000', '092810.924000', '092810.927000', '092810.929000', '092810.932000', '092810.934000', '092810.937000', '092810.940000', '092810.942000', '092810.945000', '092810.947000', '092810.956000', '092810.959000', '092810.962000', '092810.964000', '092810.967000', '092810.969000', '092810.972000', '092810.975000', '092810.977000', '092810.980000', '092810.982000', '092830.853000', '092830.856000', '092830.859000', '092830.862000', '092830.864000', '092830.867000', '092830.870000', '092830.872000', '092830.875000', '092830.877000', '092830.880000', '092830.883000', '092830.885000', '092830.888000', '092830.890000', '092830.893000', '092830.895000', '092830.898000', '092830.901000', '092830.903000', '092830.906000', '092830.908000', '092830.911000', '092830.914000', '092830.916000', '092830.919000', '092830.921000', '092830.924000', '092830.926000', '092830.929000', '092830.932000', '092830.934000', '092830.937000', '092830.939000', '092830.948000', '092830.951000', '092830.953000', '092830.956000', '092830.958000', '092830.961000', '092830.964000', '092830.966000', '092830.969000', '092850.853000', '092850.856000', '092850.859000', '092850.862000', '092850.864000', '092850.867000', '092850.870000', '092850.872000', '092850.875000', '092850.878000', '092850.880000', '092850.883000', '092850.885000', '092850.888000', '092850.891000', '092850.893000', '092850.896000', '092850.898000', '092850.901000', '092850.903000', '092850.906000', '092850.909000', '092850.911000', '092850.914000', '092850.916000', '092850.919000', '092850.922000', '092850.924000', '092850.927000', '092850.934000', '092850.937000', '092850.940000', '092850.942000', '092850.945000', '092850.947000', '092850.950000', '092850.952000', '092850.955000', '092850.958000', '092850.960000', '092850.963000', '092850.965000', '092850.968000', '092910.854000', '092910.857000', '092910.860000', '092910.862000', '092910.865000', '092910.868000', '092910.870000', '092910.873000', '092910.875000', '092910.878000', '092910.881000', '092910.883000', '092910.886000', '092910.888000', '092910.891000', '092910.893000', '092910.896000', '092910.899000', '092910.901000', '092910.907000', '092910.909000', '092910.912000', '092910.915000', '092910.917000', '092910.920000', '092910.922000', '092910.925000', '092910.927000', '092910.930000', '092910.933000', '092910.935000', '092910.938000', '092910.940000', '092910.943000', '092910.945000', '092910.948000', '092910.951000', '092910.953000', '092910.956000', '092910.958000', '092910.961000', '092910.964000', '092910.966000', '092910.969000', '092930.855000', '092930.858000', '092930.861000', '092930.863000', '092930.866000', '092930.868000', '092930.871000', '092930.874000', '092930.876000', '092930.879000', '092930.881000', '092930.884000', '092930.888000', '092930.898000', '092930.901000', '092930.903000', '092930.906000', '092930.909000', '092930.911000', '092930.914000', '092930.917000', '092930.920000', '092930.922000', '092930.925000', '092930.928000', '092930.930000', '092930.933000', '092930.941000', '092930.944000', '092930.946000', '092930.949000', '092930.951000', '092930.954000', '092930.956000', '092930.959000', '092930.962000', '092930.964000', '092930.967000', '092930.969000', '092930.972000', '092930.975000', '092930.977000', '092930.980000', '092950.854000', '092950.857000', '092950.860000', '092950.862000', '092950.865000', '092950.868000', '092950.870000', '092950.873000', '092950.876000', '092950.878000', '092950.881000', '092950.883000', '092950.887000', '092950.890000', '092950.892000', '092950.895000', '092950.897000', '092950.900000', '092950.903000', '092950.920000', '092950.923000', '092950.925000', '092950.928000', '092950.930000', '092950.933000', '092950.936000', '092950.938000', '092950.941000', '092950.943000', '092950.946000', '092950.949000', '092950.951000', '092950.954000', '092950.956000', '092950.959000', '092950.962000', '092950.964000', '092950.967000', '092950.969000', '092950.972000', '092950.975000', '092950.977000', '092950.980000', '092950.982000', '093010.854000', '093010.857000', '093010.860000', '093010.863000', '093010.865000', '093010.868000', '093010.871000', '093010.873000', '093010.876000', '093010.878000', '093010.881000', '093010.884000', '093010.886000', '093010.889000', '093010.891000', '093010.894000', '093010.896000', '093010.899000', '093010.902000', '093010.904000', '093010.907000', '093010.910000', '093010.912000', '093010.915000', '093010.917000', '093010.920000', '093010.923000', '093010.925000', '093010.928000', '093010.930000', '093010.933000', '093010.936000', '093010.938000', '093010.941000', '093010.944000', '093010.946000', '093010.949000', '093010.951000', '093010.954000', '093010.957000', '093010.959000', '093010.962000', '093010.964000', '093030.855000', '093030.857000', '093030.860000', '093030.863000', '093030.865000', '093030.868000', '093030.871000', '093030.874000', '093030.876000', '093030.879000', '093030.882000', '093030.884000', '093030.887000', '093030.890000', '093030.892000', '093030.895000', '093030.898000', '093030.900000', '093030.903000', '093030.905000', '093030.908000', '093030.911000', '093030.913000', '093030.916000', '093030.919000', '093030.921000', '093030.924000', '093030.926000', '093030.929000', '093030.932000', '093030.934000', '093030.937000', '093030.940000', '093030.942000', '093030.945000', '093030.947000', '093030.950000', '093030.953000', '093030.955000', '093030.958000', '093030.960000', '093030.963000', '093030.965000', '093030.968000', '093050.853000', '093050.856000', '093050.859000', '093050.862000', '093050.864000', '093050.867000', '093050.870000', '093050.872000', '093050.875000', '093050.877000', '093050.880000', '093050.883000', '093050.886000', '093050.889000', '093050.891000', '093050.894000', '093050.897000', '093050.899000', '093050.902000', '093050.905000', '093050.907000', '093050.910000', '093050.912000', '093050.915000', '093050.918000', '093050.920000', '093050.923000', '093050.926000', '093050.928000', '093050.931000', '093050.933000', '093050.936000', '093050.939000', '093050.941000', '093050.944000', '093050.947000', '093050.949000', '093050.952000', '093050.954000', '093050.958000', '093050.961000', '093050.964000', '093050.966000', '093110.853000', '093110.856000', '093110.859000', '093110.861000', '093110.864000', '093110.867000', '093110.869000', '093110.872000', '093110.874000', '093110.877000', '093110.880000', '093110.883000', '093110.885000', '093110.888000', '093110.891000', '093110.893000', '093110.896000', '093110.899000', '093110.901000', '093110.904000', '093110.907000', '093110.910000', '093110.912000', '093110.915000', '093110.917000', '093110.920000', '093110.922000', '093110.925000', '093110.928000', '093110.930000', '093110.933000', '093110.936000', '093110.938000', '093110.941000', '093110.943000', '093110.946000', '093110.949000', '093110.951000', '093110.954000', '093110.956000', '093110.959000', '093110.962000', '093110.964000', '093110.975000', '093130.855000', '093130.857000', '093130.860000', '093130.863000', '093130.865000', '093130.868000', '093130.870000', '093130.873000', '093130.876000', '093130.878000', '093130.881000', '093130.883000', '093130.886000', '093130.889000', '093130.892000', '093130.894000', '093130.897000', '093130.900000', '093130.903000', '093130.905000', '093130.908000', '093130.910000', '093130.913000', '093130.916000', '093130.918000', '093130.921000', '093130.923000', '093130.926000', '093130.929000', '093130.931000', '093130.934000', '093130.937000', '093130.939000', '093130.942000', '093130.944000', '093130.947000', '093130.950000', '093130.952000', '093130.955000', '093130.958000', '093130.960000', '093130.963000', '093130.976000', '093150.855000', '093150.857000', '093150.860000', '093150.863000', '093150.865000', '093150.868000', '093150.871000', '093150.874000', '093150.876000', '093150.879000', '093150.881000', '093150.884000', '093150.887000', '093150.889000', '093150.892000', '093150.894000', '093150.897000', '093150.900000', '093150.902000', '093150.905000', '093150.908000', '093150.910000', '093150.913000', '093150.915000', '093150.918000', '093150.921000', '093150.923000', '093150.926000', '093150.929000', '093150.931000', '093150.934000', '093150.936000', '093150.939000', '093150.942000', '093150.944000', '093150.947000', '093150.949000', '093150.952000', '093150.955000', '093150.957000', '093150.960000', '093150.962000', '093150.965000', '093150.968000', '093210.855000', '093210.857000', '093210.860000', '093210.863000', '093210.866000', '093210.868000', '093210.871000', '093210.873000', '093210.876000', '093210.879000', '093210.881000', '093210.884000', '093210.887000', '093210.889000', '093210.892000', '093210.895000', '093210.897000', '093210.900000', '093210.902000', '093210.905000', '093210.908000', '093210.910000', '093210.913000', '093210.915000', '093210.918000', '093210.921000', '093210.923000', '093210.926000', '093210.928000', '093210.931000', '093210.934000', '093210.937000', '093210.939000', '093210.942000', '093210.945000', '093210.948000', '093210.951000', '093210.954000', '093210.957000', '093210.959000', '093210.962000', '093210.965000', '093210.967000', '093230.855000', '093230.857000', '093230.860000', '093230.863000', '093230.865000', '093230.868000', '093230.870000', '093230.873000', '093230.876000', '093230.878000', '093230.881000', '093230.883000', '093230.886000', '093230.889000', '093230.891000', '093230.894000', '093230.896000', '093230.899000', '093230.901000', '093230.904000', '093230.907000', '093230.909000', '093230.912000', '093230.915000', '093230.917000', '093230.920000', '093230.922000', '093230.926000', '093230.929000', '093230.931000', '093230.934000', '093230.937000', '093230.939000', '093230.942000', '093230.944000', '093230.947000', '093230.950000', '093230.952000', '093230.955000', '093230.957000', '093230.960000', '093230.963000', '093230.965000', '093230.968000', '093250.854000', '093250.857000', '093250.860000', '093250.863000', '093250.865000', '093250.868000', '093250.871000', '093250.873000', '093250.876000', '093250.878000', '093250.881000', '093250.902000', '093250.905000', '093250.907000', '093250.910000', '093250.913000', '093250.915000', '093250.918000', '093250.920000', '093250.923000', '093250.925000', '093250.928000', '093250.931000', '093250.933000', '093250.936000', '093250.939000', '093250.941000', '093250.944000', '093250.946000', '093250.949000', '093250.952000', '093250.954000', '093250.957000', '093250.959000', '093250.962000', '093250.965000', '093250.967000', '093250.970000', '093250.972000', '093250.975000', '093250.978000', '093250.980000', '093250.983000', '093310.853000', '093310.856000', '093310.859000', '093310.862000', '093310.864000', '093310.867000', '093310.869000', '093310.872000', '093310.875000', '093310.877000', '093310.880000', '093310.882000', '093310.885000', '093310.888000', '093310.890000', '093310.893000', '093310.895000', '093310.898000', '093310.901000', '093310.903000', '093310.906000', '093310.909000', '093310.911000', '093310.914000', '093310.916000', '093310.919000', '093310.922000', '093310.924000', '093310.927000', '093310.929000', '093310.932000', '093310.935000', '093310.937000', '093310.940000', '093310.942000', '093310.945000', '093310.948000', '093310.950000', '093310.953000', '093310.955000', '093310.958000', '093310.961000', '093310.963000', '093310.966000', '093330.854000', '093330.856000', '093330.859000', '093330.862000', '093330.864000', '093330.867000', '093330.869000', '093330.872000', '093330.875000', '093330.877000', '093330.880000', '093330.883000', '093330.885000', '093330.888000', '093330.892000', '093330.895000', '093330.897000', '093330.900000', '093330.903000', '093330.905000', '093330.908000', '093330.910000', '093330.913000', '093330.916000', '093330.918000', '093330.921000', '093330.923000', '093330.926000', '093330.929000', '093330.931000', '093330.934000', '093330.937000', '093330.939000', '093330.942000', '093330.944000', '093330.947000', '093330.950000', '093330.952000', '093330.955000', '093330.958000', '093330.961000', '093330.963000', '093330.966000', '093350.854000', '093350.857000', '093350.860000', '093350.863000', '093350.865000', '093350.868000', '093350.870000', '093350.873000', '093350.876000', '093350.878000', '093350.881000', '093350.883000', '093350.886000', '093350.889000', '093350.891000', '093350.894000', '093350.896000', '093350.899000', '093350.902000', '093350.904000', '093350.907000', '093350.909000', '093350.912000', '093350.915000', '093350.917000', '093350.920000', '093350.922000', '093350.925000', '093350.928000', '093350.930000', '093350.933000', '093350.935000', '093350.938000', '093350.940000', '093350.943000', '093350.946000', '093350.948000', '093350.951000', '093350.954000', '093350.957000', '093350.959000', '093350.962000', '093350.965000', '093350.967000', '093410.563000', '093410.566000', '093410.569000', '093410.572000', '093410.574000', '093410.577000', '093410.580000', '093410.583000', '093410.586000', '093410.589000', '093410.592000', '093410.595000', '093410.598000', '093410.601000', '093410.604000', '093410.607000', '093410.611000', '093410.615000', '093410.620000', '093410.623000', '093410.626000', '093410.629000', '093410.645000', '093410.648000', '093410.651000', '093410.654000', '093410.656000', '093410.659000', '093410.662000', '093410.665000', '093410.667000', '093410.670000', '093410.673000', '093410.676000', '093410.678000', '093410.681000', '093410.686000', '093410.689000', '093410.692000', '093410.694000', '093410.698000', '093410.701000', '093410.703000'], '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': [7296, 10005, 6977, 8013, 7881, 6749, 10702, 6732, 11644, 7691, 8772, 8573, 7703, 9269, 7713, 10299, 6530, 9355, 6575, 9331, 6895, 7118, 7259, 6368, 6627, 6335, 6622, 6559, 6249, 6561, 6579, 9466, 6984, 6484, 8715, 6639, 11442, 6495, 11801, 8959, 12037, 8133, 11391, 7650, 10168, 7245, 8173, 7614, 6620, 7362, 6521, 6808, 6530, 6973, 6585, 9540, 6783, 10253, 6794, 9003, 7294, 9099, 9005, 8115, 7515, 6861, 7183, 7434, 7886, 6620, 9468, 6339, 9141, 6479, 9362, 6425, 10456, 6410, 9504, 6374, 9278, 7346, 8492, 7047, 7859, 6405, 7212, 6472, 6719, 6860, 9037, 6314, 9419, 6433, 8959, 6279, 10281, 6615, 11248, 6428, 10426, 6435, 9885, 6450, 10147, 6414, 9499, 6423, 8877, 6569, 9913, 6770, 8484, 7419, 6441, 7445, 6352, 8413, 7351, 9531, 7238, 10359, 7555, 11056, 6709, 11103, 6506, 12080, 6424, 12008, 6904, 13001, 8344, 12769, 7375, 9808, 8091, 9341, 9041, 8362, 7863, 7253, 7950, 7558, 9269, 7693, 11543, 6676, 12374, 6585, 10342, 6547, 8592, 7987, 7314, 8034, 6619, 7041, 6719, 6719, 6749, 7941, 6847, 9277, 6577, 9934, 6685, 8905, 6788, 9394, 7430, 10784, 6910, 8560, 7299, 7849, 7665, 7227, 8467, 7082, 8794, 6805, 9291, 6826, 10473, 6630, 11016, 7493, 11440, 7550, 8938, 6786, 7440, 7140, 7314, 7528, 8088, 8052, 7707, 8237, 6852, 8094, 7266, 8296, 7671, 8358, 8131, 8522, 6506, 6926, 6722, 7171, 6744, 8020, 7644, 9976, 6570, 10644, 6798, 6704, 7003, 6491, 7358, 6542, 8674, 6455, 10363, 7431, 11162, 7247, 7464, 8542, 7627, 9890, 9227, 10792, 9624, 10462, 9052, 10450, 8582, 9834, 7969, 8783, 7147, 10253, 6700, 10437, 6835, 10236, 8378, 8483, 8095, 6462, 6963, 6620, 8210, 6710, 10013, 7127, 7491, 7435, 6535, 6960, 6504, 9308, 6609, 9624, 7672, 7642, 8426, 6502, 7441, 6732, 10071, 6612, 9146, 8652, 7251, 7797, 6541, 9460, 6700, 9502, 7707, 7550, 8790, 7590, 10207, 6706, 10926, 7415, 9038, 9112, 7679, 8760, 7168, 10112, 6794, 10900, 7193, 8366, 7933, 6786, 8397, 6687, 8685, 6771, 11029, 6719, 11795, 7762, 9577, 9306, 7629, 7457, 6809, 7479, 6956, 11320, 6890, 6609, 7747, 6931, 9474, 6587, 10037, 7459, 6698, 7393, 6768, 9830, 6714, 12494, 6941, 8195, 9177, 6755, 8911, 6983, 10831, 8548, 7996, 8913, 7522, 10258, 7419, 11577, 7229, 12172, 7821, 11814, 7502, 8775, 7914, 6549, 7890, 6644, 8164, 6997, 6944, 7725, 6413, 7074, 6893, 9952, 6370, 11522, 7030, 11199, 7194, 8103, 8480, 6540, 7964, 6626, 8470, 6747, 11462, 7538, 8832, 8426, 6709, 11359, 7462, 8032, 7891, 6846, 9811, 7426, 11754, 7750, 12765, 7265, 13167, 8864, 13340, 9633, 11264, 10349, 8999, 8821, 7550, 8890, 7638, 11410, 7357, 12821, 8328, 12768, 7821, 11989, 7737, 10771, 7760, 8841, 8041, 7434, 7854, 6894, 7074, 6702, 8577, 7072, 10124, 7458, 9363, 7635, 7699, 7828, 6592, 8040, 6732, 10134, 7219, 11728, 7966, 7166, 7535, 6913, 10072, 7143, 6853, 6903, 6808, 10496, 7833, 6808, 8467, 6970, 12587, 9683, 9024, 8752, 7676, 10387, 6942, 13029, 7287, 10405, 7537, 7135, 7874, 6686, 11254, 7909, 6925, 8866, 7176, 6640, 7973, 6755, 7959, 8576, 8390, 10805, 9387, 11204, 10191, 10619, 9742, 8678, 8963, 8241, 11547, 7484, 13351, 8736, 13547, 10436, 11491, 10612, 9645, 9126, 7920, 9433, 8117, 11010, 7513, 11927, 7518, 11578, 7577, 10904, 7534, 8477, 7748, 6593, 6595, 7465, 7409, 8134, 7829, 7897, 7083, 10209, 7408, 11344, 7429, 12201, 7647, 11751, 8961, 12248, 7755, 8730, 7719, 7325, 7584, 7197, 7540, 6976, 10780, 7335, 10643, 7597, 8465, 8253, 6978, 9424, 6816, 11643, 7400, 12517, 8730, 10037, 9694, 6706, 8201, 6971, 10800, 7483, 12128, 8448, 8083, 7757, 6536, 9352, 7010, 12375, 7213, 12893, 7356, 11562, 7747, 8765, 9065, 6685, 7910, 6345, 8577, 6683, 10586, 7069, 12020, 7446, 11921, 7507, 9382, 9152, 8085, 8737, 6371, 8798, 6867, 10683, 7395, 12312, 8403, 9306, 9271, 6852, 7639, 7082, 9770, 7262, 12550, 6801, 13040, 7482, 12383, 7708, 10385, 9770, 7100, 8075, 6325, 9094, 7143, 11844, 7309, 13220, 9555, 13021, 10086, 9996, 8740, 8758, 8055, 7480, 7629, 7417, 10701, 6744, 12139, 7198, 11580, 7696, 11768, 7804, 10657, 9143, 8972, 8723, 6885, 7548, 6531, 7616, 7046, 8548, 7862, 11182, 7066, 12665, 7622, 8329, 8232, 6887, 9133, 7313, 6452, 7495, 6385, 8946, 6342, 11471, 6390, 12247, 8136, 11830, 9840, 11522, 9886, 11744, 9473, 11919, 7447, 12413, 7537, 12569, 7370, 11754, 9975, 8129, 8134, 7643, 12678, 7477, 9053, 8241, 7367, 9568, 7136, 11692, 7339, 13174, 7793, 12171, 8007, 7581, 7911, 6799, 7807, 6640, 7373, 7029, 10596, 7890, 7788, 7778, 6336, 9047, 7181, 11153, 7777, 10282, 7833, 8794, 8501, 7781, 10217, 6588, 12142, 7463, 13065, 7889, 13293, 9244, 13314, 9942, 11443, 10684, 9328, 9194, 6695, 7751, 6658, 9374, 6910, 11662, 7529, 13090, 8487, 8829, 7963, 6408, 7799, 6771, 11165, 7152, 12902, 7691, 10169, 7906, 8555, 7850, 7031, 8530, 7066, 11276, 6979, 11841, 7174, 11693, 7639, 8536, 8202, 6504, 9396, 6899, 11428, 7524, 9363, 8478, 7258, 8581, 6723, 8763, 6765, 9711, 7694, 8140, 8976, 6605, 7485, 6965, 9955, 6919, 10763, 7135, 10782, 7787, 8306, 7781, 7088, 7832, 7371, 10184, 7179, 11384, 7752, 8942, 8817, 7926, 8877, 7331, 10615, 7105, 11987, 7483, 11995, 9391, 8913, 8301, 6650, 7589, 7291, 10703, 7195, 11991, 7969, 8160, 7947, 6615, 7633, 6989, 11618, 7776, 10532, 7937, 8216, 7883, 7287, 10005, 7142, 12826, 7369, 12786, 7853, 10125, 9865, 7156, 8659, 6941, 10224, 7515, 11411, 7849, 8913, 8456, 6628, 8250, 7465, 10619, 6981, 12239, 7585, 11811, 7615, 8511, 8093, 6727, 7410, 6925, 8801, 6672, 9881, 6810, 10514, 7154, 9859, 8987, 8724, 8386, 7135, 8247, 7810, 8906, 6922, 12439, 7264, 10513], 'WindowCenter': [4003.0, 4028.0, 3974.0, 3982.0, 3993.0, 3971.0, 4010.0, 3957.0, 4007.0, 3966.0, 3974.0, 3978.0, 3966.0, 3985.0, 3953.0, 3985.0, 3931.0, 3972.0, 3942.0, 3972.0, 3953.0, 3952.0, 3956.0, 3944.0, 3944.0, 3945.0, 3955.0, 3958.0, 3956.0, 3958.0, 3957.0, 3998.0, 3969.0, 3945.0, 3979.0, 3955.0, 4006.0, 3945.0, 3995.0, 3976.0, 3993.0, 3964.0, 3982.0, 3953.0, 3971.0, 3952.0, 3963.0, 3952.0, 3940.0, 3953.0, 3942.0, 3942.0, 3944.0, 3954.0, 3957.0, 3984.0, 3955.0, 3994.0, 3955.0, 3974.0, 3966.0, 3973.0, 3976.0, 3965.0, 3954.0, 3941.0, 3954.0, 3952.0, 3964.0, 3942.0, 3984.0, 3942.0, 3973.0, 3943.0, 3975.0, 3944.0, 3995.0, 3942.0, 3984.0, 3931.0, 3974.0, 3953.0, 3974.0, 3942.0, 3962.0, 3931.0, 3954.0, 3943.0, 3944.0, 3945.0, 3975.0, 3943.0, 3974.0, 3944.0, 3974.0, 3945.0, 3984.0, 3944.0, 3994.0, 3932.0, 3983.0, 3944.0, 3984.0, 3944.0, 3982.0, 3942.0, 3983.0, 3942.0, 3974.0, 3954.0, 3995.0, 3944.0, 3973.0, 3954.0, 3943.0, 3966.0, 3945.0, 3977.0, 3954.0, 3987.0, 3953.0, 3986.0, 3953.0, 3995.0, 3943.0, 3984.0, 3931.0, 3993.0, 3929.0, 3992.0, 3942.0, 3991.0, 3951.0, 3991.0, 3954.0, 3984.0, 3952.0, 3960.0, 3962.0, 3948.0, 3950.0, 3939.0, 3951.0, 3938.0, 3962.0, 3952.0, 3981.0, 3929.0, 3989.0, 3942.0, 3984.0, 3947.0, 3974.0, 3964.0, 3953.0, 3966.0, 3945.0, 3955.0, 3945.0, 3944.0, 3944.0, 3963.0, 3943.0, 3975.0, 3943.0, 3984.0, 3944.0, 3974.0, 3957.0, 3988.0, 3980.0, 4008.0, 3969.0, 3974.0, 3970.0, 3976.0, 3979.0, 3969.0, 3990.0, 3968.0, 3989.0, 3958.0, 3989.0, 3958.0, 3998.0, 3958.0, 4008.0, 3970.0, 4008.0, 3968.0, 3987.0, 3958.0, 3965.0, 3958.0, 3956.0, 3968.0, 3977.0, 3978.0, 3965.0, 3978.0, 3945.0, 3966.0, 3955.0, 3965.0, 3952.0, 3965.0, 3952.0, 3965.0, 3932.0, 3943.0, 3942.0, 3943.0, 3944.0, 3966.0, 3967.0, 3987.0, 3958.0, 3986.0, 3947.0, 3956.0, 3957.0, 3946.0, 3954.0, 3948.0, 3976.0, 3946.0, 3996.0, 3968.0, 3998.0, 3968.0, 3956.0, 3978.0, 3967.0, 3989.0, 3974.0, 3984.0, 3962.0, 3973.0, 3949.0, 3959.0, 3935.0, 3947.0, 3924.0, 3935.0, 3916.0, 3955.0, 3915.0, 3956.0, 3918.0, 3959.0, 3950.0, 3935.0, 3937.0, 3905.0, 3927.0, 3917.0, 3945.0, 3929.0, 3959.0, 3931.0, 3940.0, 3942.0, 3931.0, 3941.0, 3931.0, 3971.0, 3943.0, 3972.0, 3954.0, 3952.0, 3965.0, 3934.0, 3953.0, 3944.0, 3983.0, 3946.0, 3986.0, 3978.0, 3955.0, 3966.0, 3945.0, 3974.0, 3946.0, 3974.0, 3967.0, 3966.0, 3978.0, 3966.0, 3988.0, 3946.0, 3996.0, 3957.0, 3976.0, 3989.0, 3967.0, 3976.0, 3956.0, 3997.0, 3957.0, 3995.0, 3957.0, 3977.0, 3968.0, 3946.0, 3967.0, 3945.0, 3966.0, 3946.0, 3995.0, 3946.0, 4005.0, 3967.0, 3975.0, 3988.0, 3965.0, 3956.0, 3956.0, 3967.0, 3957.0, 4006.0, 3957.0, 3957.0, 3978.0, 3969.0, 3999.0, 3959.0, 3998.0, 3969.0, 3958.0, 3983.0, 3959.0, 4000.0, 3959.0, 4018.0, 3959.0, 3966.0, 3977.0, 3947.0, 3976.0, 3956.0, 3997.0, 3978.0, 3966.0, 3977.0, 3955.0, 3986.0, 3944.0, 3995.0, 3954.0, 3994.0, 3944.0, 3983.0, 3944.0, 3964.0, 3955.0, 3933.0, 3955.0, 3944.0, 3964.0, 3957.0, 3956.0, 3968.0, 3946.0, 3957.0, 3957.0, 3988.0, 3948.0, 4009.0, 3960.0, 4008.0, 3956.0, 3966.0, 3977.0, 3945.0, 3968.0, 3958.0, 3979.0, 3958.0, 4009.0, 3969.0, 3987.0, 3978.0, 3947.0, 3997.0, 3957.0, 3966.0, 3969.0, 3946.0, 3989.0, 3955.0, 4008.0, 3955.0, 4007.0, 3955.0, 4006.0, 3976.0, 4004.0, 3975.0, 3982.0, 3974.0, 3961.0, 3962.0, 3940.0, 3962.0, 3941.0, 3982.0, 3941.0, 3992.0, 3952.0, 3980.0, 3941.0, 3971.0, 3940.0, 3969.0, 3942.0, 3950.0, 3941.0, 3930.0, 3952.0, 3940.0, 3943.0, 3933.0, 3964.0, 3943.0, 3982.0, 3955.0, 3974.0, 3967.0, 3965.0, 3967.0, 3945.0, 3967.0, 3946.0, 3986.0, 3957.0, 4007.0, 3969.0, 3956.0, 3969.0, 3956.0, 3987.0, 3959.0, 3958.0, 3959.0, 3960.0, 4001.0, 3971.0, 3959.0, 3981.0, 3970.0, 4021.0, 3991.0, 3978.0, 3980.0, 3966.0, 3999.0, 3958.0, 4018.0, 3958.0, 3997.0, 3968.0, 3956.0, 3968.0, 3958.0, 4008.0, 3981.0, 3956.0, 3988.0, 3959.0, 3946.0, 3979.0, 3946.0, 3969.0, 3976.0, 3968.0, 3997.0, 3977.0, 3985.0, 3987.0, 3973.0, 3963.0, 3951.0, 3951.0, 3951.0, 3981.0, 3930.0, 3991.0, 3950.0, 3989.0, 3972.0, 3970.0, 3959.0, 3947.0, 3947.0, 3925.0, 3936.0, 3925.0, 3956.0, 3915.0, 3966.0, 3926.0, 3965.0, 3926.0, 3957.0, 3928.0, 3934.0, 3938.0, 3928.0, 3929.0, 3942.0, 3941.0, 3963.0, 3953.0, 3965.0, 3943.0, 3984.0, 3944.0, 3982.0, 3942.0, 3993.0, 3952.0, 3983.0, 3964.0, 3993.0, 3953.0, 3963.0, 3952.0, 3942.0, 3953.0, 3942.0, 3955.0, 3944.0, 3995.0, 3956.0, 3995.0, 3967.0, 3967.0, 3979.0, 3956.0, 3976.0, 3946.0, 3996.0, 3956.0, 4007.0, 3977.0, 3985.0, 3977.0, 3944.0, 3966.0, 3944.0, 3985.0, 3956.0, 4006.0, 3966.0, 3964.0, 3956.0, 3934.0, 3977.0, 3955.0, 4007.0, 3955.0, 4004.0, 3955.0, 3994.0, 3956.0, 3964.0, 3975.0, 3943.0, 3965.0, 3933.0, 3965.0, 3944.0, 3996.0, 3957.0, 4005.0, 3956.0, 4006.0, 3955.0, 3975.0, 3987.0, 3966.0, 3977.0, 3947.0, 3977.0, 3945.0, 3985.0, 3955.0, 3993.0, 3964.0, 3962.0, 3975.0, 3931.0, 3953.0, 3941.0, 3975.0, 3942.0, 3995.0, 3932.0, 3993.0, 3943.0, 3993.0, 3954.0, 3983.0, 3974.0, 3931.0, 3952.0, 3920.0, 3962.0, 3942.0, 3993.0, 3944.0, 4003.0, 3974.0, 3993.0, 3974.0, 3971.0, 3962.0, 3949.0, 3951.0, 3930.0, 3941.0, 3940.0, 3973.0, 3930.0, 3981.0, 3931.0, 3980.0, 3942.0, 3981.0, 3952.0, 3972.0, 3973.0, 3960.0, 3952.0, 3929.0, 3942.0, 3920.0, 3942.0, 3929.0, 3962.0, 3952.0, 3984.0, 3944.0, 3993.0, 3953.0, 3951.0, 3952.0, 3941.0, 3976.0, 3956.0, 3944.0, 3956.0, 3945.0, 3987.0, 3944.0, 4008.0, 3934.0, 4008.0, 3953.0, 3995.0, 3961.0, 3982.0, 3959.0, 3970.0, 3946.0, 3967.0, 3913.0, 3964.0, 3912.0, 3952.0, 3912.0, 3954.0, 3945.0, 3922.0, 3923.0, 3925.0, 3965.0, 3915.0, 3934.0, 3925.0, 3912.0, 3945.0, 3903.0, 3964.0, 3914.0, 3965.0, 3924.0, 3953.0, 3925.0, 3924.0, 3937.0, 3916.0, 3939.0, 3930.0, 3939.0, 3942.0, 3982.0, 3953.0, 3952.0, 3953.0, 3931.0, 3962.0, 3941.0, 3982.0, 3955.0, 3983.0, 3954.0, 3963.0, 3966.0, 3953.0, 3985.0, 3931.0, 3994.0, 3942.0, 3991.0, 3952.0, 3992.0, 3963.0, 3991.0, 3973.0, 3982.0, 3972.0, 3960.0, 3961.0, 3918.0, 3939.0, 3929.0, 3962.0, 3930.0, 3981.0, 3952.0, 4003.0, 3964.0, 3961.0, 3953.0, 3930.0, 3953.0, 3932.0, 3993.0, 3944.0, 4004.0, 3954.0, 3984.0, 3955.0, 3962.0, 3954.0, 3942.0, 3965.0, 3943.0, 3984.0, 3941.0, 3993.0, 3943.0, 3995.0, 3955.0, 3963.0, 3964.0, 3933.0, 3974.0, 3956.0, 4007.0, 3980.0, 4000.0, 3991.0, 3968.0, 3978.0, 3955.0, 3977.0, 3957.0, 3999.0, 3982.0, 3981.0, 4000.0, 3957.0, 3966.0, 3956.0, 3986.0, 3957.0, 3996.0, 3956.0, 3996.0, 3967.0, 3975.0, 3967.0, 3957.0, 3967.0, 3967.0, 3997.0, 3957.0, 4007.0, 3968.0, 3986.0, 3987.0, 3967.0, 3987.0, 3955.0, 3997.0, 3955.0, 4005.0, 3956.0, 3995.0, 3985.0, 3974.0, 3964.0, 3944.0, 3955.0, 3967.0, 3996.0, 3956.0, 4005.0, 3965.0, 3964.0, 3966.0, 3944.0, 3966.0, 3955.0, 4006.0, 3967.0, 3995.0, 3967.0, 3965.0, 3965.0, 3954.0, 3987.0, 3944.0, 4006.0, 3956.0, 4005.0, 3965.0, 3984.0, 3986.0, 3943.0, 3965.0, 3954.0, 3983.0, 3954.0, 3994.0, 3965.0, 3973.0, 3965.0, 3942.0, 3964.0, 3953.0, 3985.0, 3954.0, 4004.0, 3953.0, 3993.0, 3967.0, 3974.0, 3977.0, 3956.0, 3966.0, 3955.0, 3974.0, 3945.0, 3985.0, 3956.0, 3996.0, 3957.0, 3985.0, 3976.0, 3963.0, 3965.0, 3942.0, 3965.0, 3954.0, 3977.0, 3955.0, 4004.0, 3953.0, 3981.0], 'WindowWidth': [8967.0, 8989.0, 8908.0, 8913.0, 8929.0, 8896.0, 8943.0, 8869.0, 8932.0, 8878.0, 8884.0, 8894.0, 8879.0, 8901.0, 8855.0, 8895.0, 8823.0, 8874.0, 8837.0, 8876.0, 8855.0, 8853.0, 8861.0, 8843.0, 8843.0, 8848.0, 8862.0, 8871.0, 8867.0, 8871.0, 8870.0, 8926.0, 8886.0, 8850.0, 8897.0, 8862.0, 8928.0, 8847.0, 8912.0, 8887.0, 8906.0, 8869.0, 8887.0, 8852.0, 8871.0, 8852.0, 8864.0, 8849.0, 8830.0, 8852.0, 8838.0, 8839.0, 8846.0, 8860.0, 8868.0, 8898.0, 8863.0, 8911.0, 8862.0, 8882.0, 8877.0, 8882.0, 8890.0, 8871.0, 8858.0, 8837.0, 8858.0, 8855.0, 8871.0, 8840.0, 8896.0, 8840.0, 8880.0, 8842.0, 8886.0, 8847.0, 8913.0, 8840.0, 8897.0, 8823.0, 8882.0, 8854.0, 8882.0, 8837.0, 8864.0, 8823.0, 8856.0, 8842.0, 8845.0, 8849.0, 8885.0, 8843.0, 8883.0, 8845.0, 8883.0, 8848.0, 8895.0, 8845.0, 8908.0, 8826.0, 8892.0, 8844.0, 8895.0, 8846.0, 8891.0, 8839.0, 8893.0, 8841.0, 8881.0, 8861.0, 8914.0, 8847.0, 8880.0, 8859.0, 8844.0, 8877.0, 8849.0, 8893.0, 8857.0, 8904.0, 8854.0, 8901.0, 8853.0, 8908.0, 8838.0, 8891.0, 8821.0, 8903.0, 8815.0, 8899.0, 8835.0, 8897.0, 8846.0, 8897.0, 8857.0, 8892.0, 8849.0, 8855.0, 8860.0, 8838.0, 8843.0, 8825.0, 8844.0, 8823.0, 8860.0, 8849.0, 8884.0, 8813.0, 8891.0, 8837.0, 8896.0, 8853.0, 8882.0, 8870.0, 8851.0, 8873.0, 8846.0, 8861.0, 8847.0, 8844.0, 8845.0, 8868.0, 8844.0, 8884.0, 8841.0, 8895.0, 8843.0, 8881.0, 8869.0, 8909.0, 8905.0, 8935.0, 8887.0, 8887.0, 8889.0, 8893.0, 8900.0, 8889.0, 8919.0, 8885.0, 8913.0, 8872.0, 8911.0, 8870.0, 8920.0, 8872.0, 8936.0, 8890.0, 8933.0, 8882.0, 8905.0, 8870.0, 8875.0, 8870.0, 8863.0, 8882.0, 8895.0, 8897.0, 8874.0, 8895.0, 8848.0, 8875.0, 8859.0, 8871.0, 8852.0, 8872.0, 8851.0, 8870.0, 8822.0, 8839.0, 8837.0, 8841.0, 8845.0, 8874.0, 8878.0, 8904.0, 8867.0, 8899.0, 8852.0, 8863.0, 8865.0, 8850.0, 8855.0, 8855.0, 8888.0, 8852.0, 8916.0, 8883.0, 8919.0, 8881.0, 8862.0, 8896.0, 8878.0, 8908.0, 8880.0, 8892.0, 8858.0, 8873.0, 8834.0, 8849.0, 8809.0, 8827.0, 8794.0, 8811.0, 8786.0, 8837.0, 8786.0, 8841.0, 8794.0, 8848.0, 8840.0, 8813.0, 8817.0, 8772.0, 8804.0, 8793.0, 8828.0, 8813.0, 8851.0, 8819.0, 8828.0, 8833.0, 8818.0, 8832.0, 8822.0, 8872.0, 8838.0, 8875.0, 8857.0, 8848.0, 8871.0, 8827.0, 8851.0, 8841.0, 8892.0, 8850.0, 8902.0, 8894.0, 8860.0, 8874.0, 8846.0, 8881.0, 8848.0, 8880.0, 8878.0, 8875.0, 8892.0, 8874.0, 8904.0, 8847.0, 8911.0, 8866.0, 8888.0, 8910.0, 8878.0, 8888.0, 8862.0, 8915.0, 8864.0, 8912.0, 8864.0, 8890.0, 8880.0, 8847.0, 8875.0, 8842.0, 8871.0, 8845.0, 8910.0, 8848.0, 8923.0, 8877.0, 8882.0, 8908.0, 8871.0, 8863.0, 8862.0, 8879.0, 8865.0, 8928.0, 8864.0, 8866.0, 8897.0, 8885.0, 8924.0, 8871.0, 8918.0, 8883.0, 8868.0, 8909.0, 8873.0, 8926.0, 8871.0, 8946.0, 8869.0, 8873.0, 8888.0, 8848.0, 8885.0, 8861.0, 8913.0, 8890.0, 8871.0, 8888.0, 8854.0, 8897.0, 8839.0, 8908.0, 8853.0, 8902.0, 8838.0, 8886.0, 8836.0, 8863.0, 8854.0, 8823.0, 8853.0, 8840.0, 8866.0, 8864.0, 8860.0, 8878.0, 8846.0, 8862.0, 8862.0, 8906.0, 8856.0, 8933.0, 8873.0, 8931.0, 8863.0, 8874.0, 8891.0, 8845.0, 8879.0, 8867.0, 8898.0, 8873.0, 8937.0, 8885.0, 8908.0, 8892.0, 8849.0, 8914.0, 8863.0, 8872.0, 8882.0, 8847.0, 8906.0, 8856.0, 8930.0, 8856.0, 8926.0, 8857.0, 8923.0, 8886.0, 8918.0, 8883.0, 8886.0, 8878.0, 8856.0, 8859.0, 8826.0, 8857.0, 8829.0, 8882.0, 8830.0, 8893.0, 8841.0, 8876.0, 8826.0, 8863.0, 8826.0, 8861.0, 8831.0, 8837.0, 8828.0, 8810.0, 8844.0, 8828.0, 8834.0, 8825.0, 8864.0, 8838.0, 8886.0, 8856.0, 8880.0, 8875.0, 8872.0, 8876.0, 8843.0, 8875.0, 8847.0, 8898.0, 8863.0, 8927.0, 8883.0, 8860.0, 8881.0, 8862.0, 8903.0, 8870.0, 8867.0, 8870.0, 8872.0, 8927.0, 8888.0, 8869.0, 8900.0, 8888.0, 8952.0, 8914.0, 8892.0, 8896.0, 8875.0, 8921.0, 8866.0, 8942.0, 8866.0, 8913.0, 8878.0, 8862.0, 8880.0, 8867.0, 8931.0, 8902.0, 8860.0, 8906.0, 8870.0, 8849.0, 8896.0, 8848.0, 8880.0, 8886.0, 8879.0, 8914.0, 8887.0, 8895.0, 8898.0, 8875.0, 8862.0, 8841.0, 8840.0, 8840.0, 8881.0, 8811.0, 8892.0, 8841.0, 8891.0, 8871.0, 8862.0, 8850.0, 8827.0, 8828.0, 8794.0, 8810.0, 8794.0, 8836.0, 8782.0, 8851.0, 8798.0, 8849.0, 8801.0, 8840.0, 8805.0, 8807.0, 8820.0, 8808.0, 8811.0, 8834.0, 8830.0, 8865.0, 8851.0, 8869.0, 8838.0, 8891.0, 8837.0, 8886.0, 8835.0, 8899.0, 8846.0, 8885.0, 8864.0, 8900.0, 8851.0, 8861.0, 8849.0, 8835.0, 8853.0, 8837.0, 8856.0, 8842.0, 8909.0, 8861.0, 8910.0, 8877.0, 8876.0, 8893.0, 8859.0, 8887.0, 8848.0, 8910.0, 8862.0, 8927.0, 8891.0, 8895.0, 8888.0, 8841.0, 8871.0, 8841.0, 8895.0, 8860.0, 8923.0, 8872.0, 8867.0, 8859.0, 8828.0, 8887.0, 8859.0, 8926.0, 8857.0, 8919.0, 8856.0, 8906.0, 8858.0, 8867.0, 8883.0, 8838.0, 8869.0, 8827.0, 8869.0, 8843.0, 8911.0, 8864.0, 8921.0, 8861.0, 8924.0, 8859.0, 8884.0, 8904.0, 8873.0, 8887.0, 8853.0, 8888.0, 8844.0, 8894.0, 8855.0, 8902.0, 8866.0, 8858.0, 8879.0, 8816.0, 8849.0, 8830.0, 8882.0, 8834.0, 8905.0, 8821.0, 8900.0, 8835.0, 8900.0, 8853.0, 8889.0, 8878.0, 8815.0, 8847.0, 8802.0, 8857.0, 8834.0, 8902.0, 8841.0, 8915.0, 8880.0, 8900.0, 8877.0, 8869.0, 8859.0, 8838.0, 8843.0, 8813.0, 8830.0, 8826.0, 8873.0, 8814.0, 8881.0, 8816.0, 8879.0, 8833.0, 8882.0, 8847.0, 8871.0, 8875.0, 8854.0, 8845.0, 8810.0, 8832.0, 8801.0, 8832.0, 8812.0, 8857.0, 8846.0, 8890.0, 8840.0, 8900.0, 8849.0, 8844.0, 8846.0, 8831.0, 8885.0, 8860.0, 8842.0, 8863.0, 8847.0, 8905.0, 8844.0, 8932.0, 8828.0, 8933.0, 8849.0, 8909.0, 8854.0, 8883.0, 8847.0, 8864.0, 8825.0, 8856.0, 8777.0, 8845.0, 8772.0, 8824.0, 8773.0, 8832.0, 8823.0, 8786.0, 8788.0, 8794.0, 8845.0, 8782.0, 8804.0, 8794.0, 8775.0, 8821.0, 8763.0, 8846.0, 8781.0, 8846.0, 8792.0, 8829.0, 8796.0, 8792.0, 8814.0, 8789.0, 8825.0, 8815.0, 8826.0, 8833.0, 8885.0, 8850.0, 8847.0, 8848.0, 8818.0, 8858.0, 8832.0, 8885.0, 8854.0, 8888.0, 8854.0, 8865.0, 8871.0, 8851.0, 8893.0, 8818.0, 8902.0, 8832.0, 8896.0, 8847.0, 8898.0, 8862.0, 8894.0, 8873.0, 8882.0, 8872.0, 8853.0, 8855.0, 8794.0, 8823.0, 8809.0, 8856.0, 8815.0, 8881.0, 8847.0, 8914.0, 8864.0, 8855.0, 8848.0, 8817.0, 8848.0, 8820.0, 8901.0, 8840.0, 8917.0, 8855.0, 8891.0, 8854.0, 8861.0, 8853.0, 8836.0, 8867.0, 8836.0, 8892.0, 8833.0, 8900.0, 8838.0, 8907.0, 8857.0, 8865.0, 8868.0, 8825.0, 8879.0, 8860.0, 8929.0, 8903.0, 8927.0, 8919.0, 8884.0, 8896.0, 8861.0, 8890.0, 8867.0, 8926.0, 8908.0, 8907.0, 8930.0, 8868.0, 8878.0, 8863.0, 8902.0, 8866.0, 8914.0, 8863.0, 8914.0, 8878.0, 8886.0, 8881.0, 8867.0, 8879.0, 8879.0, 8917.0, 8865.0, 8931.0, 8882.0, 8903.0, 8907.0, 8879.0, 8905.0, 8860.0, 8916.0, 8861.0, 8924.0, 8862.0, 8910.0, 8900.0, 8880.0, 8870.0, 8843.0, 8860.0, 8880.0, 8918.0, 8863.0, 8924.0, 8874.0, 8867.0, 8875.0, 8842.0, 8873.0, 8860.0, 8928.0, 8881.0, 8910.0, 8877.0, 8872.0, 8873.0, 8857.0, 8903.0, 8843.0, 8925.0, 8860.0, 8922.0, 8873.0, 8893.0, 8899.0, 8839.0, 8869.0, 8857.0, 8893.0, 8857.0, 8907.0, 8871.0, 8880.0, 8872.0, 8837.0, 8868.0, 8851.0, 8898.0, 8856.0, 8921.0, 8854.0, 8903.0, 8882.0, 8883.0, 8892.0, 8864.0, 8877.0, 8859.0, 8883.0, 8847.0, 8898.0, 8863.0, 8916.0, 8867.0, 8899.0, 8888.0, 8866.0, 8871.0, 8837.0, 8870.0, 8856.0, 8893.0, 8861.0, 8920.0, 8851.0, 8885.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.006949035591274398</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04619869334098737</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.187761087494266</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2065992340459768</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0893504138620693</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4545</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7333.9624</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09623735209354865</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.592422502870264</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6323387022743816</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4867878498012668</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8797579313412207</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5304703256806564</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115461</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020839013159275055</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030142242088913918</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.845646052754553</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>23.4094</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.8717</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.0285</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308385.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>789.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.2538</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2415</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.8235</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3237.5136</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3445.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68159.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1030.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4241.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.8117</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.48437477555126</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> |