=== 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-0105 --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-0105",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0105_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0105_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-03/func/sub-0105_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0f64b948119b0e195e98c2c09ae4b0dd</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>19:16:56.152500</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.999891, -0.00966461, 0.0111419, 0.0113439, 0.986702, -0.162144]</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0935754</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4228, -7734, -7282, 214, -123, -119, -114, 42]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.623</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>52c94f0c-570a-4144-ad04-c3b212b15b09||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.6826350688934326, 0.03043486922979355, 0.025451967492699623, 109.55797576904297], [0.02592943049967289, 2.647249221801758, -0.4380819499492645, -89.00827026367188], [0.02989283949136734, 0.4350200295448303, 2.6641013622283936, -102.42356872558594], [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': ['191656.152500', '191656.612500', '191657.072500', '191657.532500', '191657.992500', '191658.452500', '191658.912500', '191659.372500', '191659.832500', '191700.292500', '191700.752500', '191701.212500', '191701.672500', '191702.132500', '191702.592500', '191703.052500', '191703.512500', '191703.972500', '191704.432500', '191704.892500', '191705.352500', '191705.812500', '191706.272500', '191706.732500', '191707.192500', '191707.652500', '191708.112500', '191708.572500', '191709.032500', '191709.492500', '191709.952500', '191710.412500', '191710.872500', '191711.332500', '191711.792500', '191712.252500', '191712.712500', '191713.172500', '191713.632500', '191714.092500', '191714.552500', '191715.012500', '191715.472500', '191715.932500', '191716.392500', '191716.852500', '191717.312500', '191717.772500', '191718.232500', '191718.692500', '191719.152500', '191719.612500', '191720.072500', '191720.532500', '191720.992500', '191721.452500', '191721.912500', '191722.372500', '191722.832500', '191723.292500', '191723.752500', '191724.212500', '191724.672500', '191725.132500', '191725.592500', '191726.052500', '191726.512500', '191726.972500', '191727.432500', '191727.892500', '191728.352500', '191728.812500', '191729.272500', '191729.732500', '191730.192500', '191730.652500', '191731.112500', '191731.572500', '191732.032500', '191732.492500', '191732.952500', '191733.412500', '191733.872500', '191734.332500', '191734.792500', '191735.252500', '191735.712500', '191736.172500', '191736.632500', '191737.092500', '191737.552500', '191738.012500', '191738.472500', '191738.932500', '191739.392500', '191739.852500', '191740.312500', '191740.772500', '191741.232500', '191741.692500', '191742.152500', '191742.612500', '191743.072500', '191743.532500', '191743.992500', '191744.452500', '191744.912500', '191745.372500', '191745.832500', '191746.292500', '191746.752500', '191747.212500', '191747.672500', '191748.132500', '191748.592500', '191749.052500', '191749.512500', '191749.972500', '191750.432500', '191750.892500', '191751.352500', '191751.812500', '191752.272500', '191752.732500', '191753.192500', '191753.652500', '191754.112500', '191754.572500', '191755.032500', '191755.492500', '191755.952500', '191756.412500', '191756.872500', '191757.332500', '191757.792500', '191758.252500', '191758.712500', '191759.172500', '191759.632500', '191800.092500', '191800.552500', '191801.012500', '191801.472500', '191801.932500', '191802.392500', '191802.852500', '191803.312500', '191803.772500', '191804.232500', '191804.692500', '191805.152500', '191805.612500', '191806.072500', '191806.532500', '191806.992500', '191807.452500', '191807.912500', '191808.372500', '191808.832500', '191809.292500', '191809.752500', '191810.212500', '191810.672500', '191811.132500', '191811.592500', '191812.052500', '191812.512500', '191812.972500', '191813.432500', '191813.892500', '191814.352500', '191814.812500', '191815.272500', '191815.732500', '191816.192500', '191816.652500', '191817.112500', '191817.572500', '191818.032500', '191818.492500', '191818.952500', '191819.412500', '191819.872500', '191820.332500', '191820.792500', '191821.252500', '191821.712500', '191822.172500', '191822.632500', '191823.092500', '191823.552500', '191824.012500', '191824.472500', '191824.932500', '191825.392500', '191825.852500', '191826.312500', '191826.772500', '191827.232500', '191827.692500', '191828.152500', '191828.612500', '191829.072500', '191829.532500', '191829.992500', '191830.452500', '191830.912500', '191831.372500', '191831.832500', '191832.292500', '191832.752500', '191833.212500', '191833.672500', '191834.132500', '191834.592500', '191835.052500', '191835.512500', '191835.972500', '191836.432500', '191836.892500', '191837.352500', '191837.812500', '191838.272500', '191838.732500', '191839.192500', '191839.652500', '191840.112500', '191840.572500', '191841.032500', '191841.492500', '191841.952500', '191842.412500', '191842.872500', '191843.332500', '191843.792500', '191844.252500', '191844.712500', '191845.172500', '191845.632500', '191846.092500', '191846.552500', '191847.012500', '191847.472500', '191847.932500', '191848.392500', '191848.852500', '191849.312500', '191849.772500', '191850.232500', '191850.692500', '191851.152500', '191851.612500', '191852.072500', '191852.532500', '191852.992500', '191853.452500', '191853.912500', '191854.372500', '191854.832500', '191855.292500', '191855.752500', '191856.212500', '191856.672500', '191857.132500', '191857.592500', '191858.052500', '191858.512500', '191858.972500', '191859.432500', '191859.892500', '191900.352500', '191900.812500', '191901.272500', '191901.732500', '191902.192500', '191902.652500', '191903.112500', '191903.572500', '191904.032500', '191904.492500', '191904.952500', '191905.412500', '191905.872500', '191906.332500', '191906.792500', '191907.252500', '191907.712500', '191908.172500', '191908.632500', '191909.092500', '191909.552500', '191910.012500', '191910.472500', '191910.932500', '191911.392500', '191911.852500', '191912.312500', '191912.772500', '191913.232500', '191913.692500', '191914.152500', '191914.612500', '191915.072500', '191915.532500', '191915.992500', '191916.452500', '191916.912500', '191917.372500', '191917.832500', '191918.292500', '191918.752500', '191919.212500', '191919.672500', '191920.132500', '191920.592500', '191921.052500', '191921.512500', '191921.972500', '191922.432500', '191922.892500', '191923.352500', '191923.812500', '191924.272500', '191924.732500', '191925.192500', '191925.652500', '191926.112500', '191926.572500', '191927.032500', '191927.492500', '191927.952500', '191928.412500', '191928.872500', '191929.332500', '191929.792500', '191930.252500', '191930.712500', '191931.172500', '191931.632500', '191932.092500', '191932.552500', '191933.012500', '191933.472500', '191933.932500', '191934.392500', '191934.852500', '191935.312500', '191935.772500', '191936.232500', '191936.692500', '191937.152500', '191937.612500', '191938.072500', '191938.532500', '191938.992500', '191939.452500', '191939.912500', '191940.372500', '191940.832500', '191941.292500', '191941.752500', '191942.212500', '191942.672500', '191943.132500', '191943.592500', '191944.052500', '191944.512500', '191944.972500', '191945.432500', '191945.892500', '191946.352500', '191946.812500', '191947.272500', '191947.732500', '191948.192500', '191948.652500', '191949.112500', '191949.572500', '191950.032500', '191950.492500', '191950.952500', '191951.412500', '191951.872500', '191952.332500', '191952.792500', '191953.252500', '191953.712500', '191954.172500', '191954.632500', '191955.092500', '191955.552500', '191956.012500', '191956.472500', '191956.932500', '191957.392500', '191957.852500', '191958.312500', '191958.772500', '191959.232500', '191959.692500', '192000.152500', '192000.612500', '192001.072500', '192001.532500', '192001.992500', '192002.452500', '192002.912500', '192003.372500', '192003.832500', '192004.292500', '192004.752500', '192005.212500', '192005.672500', '192006.132500', '192006.592500', '192007.052500', '192007.512500', '192007.972500', '192008.432500', '192008.892500', '192009.352500', '192009.812500', '192010.272500', '192010.732500', '192011.192500', '192011.652500', '192012.112500', '192012.572500', '192013.032500', '192013.492500', '192013.952500', '192014.412500', '192014.872500', '192015.332500', '192015.792500', '192016.252500', '192016.712500', '192017.172500', '192017.632500', '192018.092500', '192018.552500', '192019.012500', '192019.472500', '192019.932500', '192020.392500', '192020.852500', '192021.312500', '192021.772500', '192022.232500', '192022.692500', '192023.152500', '192023.612500', '192024.072500', '192024.532500', '192024.992500', '192025.452500', '192025.912500', '192026.372500', '192026.832500', '192027.292500', '192027.752500', '192028.212500', '192028.672500', '192029.132500', '192029.592500', '192030.052500', '192030.512500', '192030.972500', '192031.432500', '192031.892500', '192032.352500', '192032.812500', '192033.272500', '192033.732500', '192034.192500', '192034.652500', '192035.112500', '192035.572500', '192036.032500', '192036.492500', '192036.952500', '192037.412500', '192037.872500', '192038.332500', '192038.792500', '192039.252500', '192039.712500', '192040.172500', '192040.632500', '192041.092500', '192041.552500', '192042.012500', '192042.472500', '192042.932500', '192043.392500', '192043.852500', '192044.312500', '192044.772500', '192045.232500', '192045.692500', '192046.152500', '192046.612500', '192047.072500', '192047.532500', '192047.992500', '192048.452500', '192048.912500', '192049.372500', '192049.832500', '192050.292500', '192050.752500', '192051.212500', '192051.672500', '192052.132500', '192052.592500', '192053.052500', '192053.512500', '192053.972500', '192054.432500', '192054.892500', '192055.352500', '192055.812500', '192056.272500', '192056.732500', '192057.192500', '192057.652500', '192058.112500', '192058.572500', '192059.032500', '192059.492500', '192059.952500', '192100.412500', '192100.872500', '192101.332500', '192101.792500', '192102.252500', '192102.712500', '192103.172500', '192103.632500', '192104.092500', '192104.552500', '192105.012500', '192105.472500', '192105.932500', '192106.392500', '192106.852500', '192107.312500', '192107.772500', '192108.232500', '192108.692500', '192109.152500', '192109.612500', '192110.072500', '192110.532500', '192110.992500', '192111.452500', '192111.912500', '192112.372500', '192112.832500', '192113.292500', '192113.752500', '192114.212500', '192114.672500', '192115.132500', '192115.592500', '192116.052500', '192116.512500', '192116.972500', '192117.432500', '192117.892500', '192118.352500', '192118.812500', '192119.272500', '192119.732500', '192120.192500', '192120.652500', '192121.112500', '192121.572500', '192122.032500', '192122.492500', '192122.952500', '192123.412500', '192123.872500', '192124.332500', '192124.792500', '192125.252500', '192125.712500', '192126.172500', '192126.632500', '192127.092500', '192127.552500', '192128.012500', '192128.472500', '192128.932500', '192129.392500', '192129.852500', '192130.312500', '192130.772500', '192131.232500', '192131.692500', '192132.152500', '192132.612500', '192133.072500', '192133.532500', '192133.992500', '192134.452500', '192134.912500', '192135.372500', '192135.832500', '192136.292500', '192136.752500', '192137.212500', '192137.672500', '192138.132500', '192138.592500', '192139.052500', '192139.512500', '192139.972500', '192140.432500', '192140.892500', '192141.352500', '192141.812500', '192142.272500', '192142.732500', '192143.192500', '192143.652500', '192144.112500', '192144.572500', '192145.032500', '192145.492500', '192145.952500', '192146.412500', '192146.872500', '192147.332500', '192147.792500', '192148.252500', '192148.712500', '192149.172500', '192149.632500', '192150.092500', '192150.552500', '192151.012500', '192151.472500', '192151.932500', '192152.392500', '192152.852500', '192153.312500', '192153.772500', '192154.232500', '192154.692500', '192155.152500', '192155.612500', '192156.072500', '192156.532500', '192156.992500', '192157.452500', '192157.912500', '192158.372500', '192158.832500', '192159.292500', '192159.752500', '192200.212500', '192200.672500', '192201.132500', '192201.592500', '192202.052500', '192202.512500', '192202.972500', '192203.432500', '192203.892500', '192204.352500', '192204.812500', '192205.272500', '192205.732500', '192206.192500', '192206.652500', '192207.112500', '192207.572500', '192208.032500', '192208.492500', '192208.952500', '192209.412500', '192209.872500', '192210.332500', '192210.792500', '192211.252500', '192211.712500', '192212.172500', '192212.632500', '192213.092500', '192213.552500', '192214.012500', '192214.472500', '192214.932500', '192215.392500', '192215.852500', '192216.312500', '192216.772500', '192217.232500', '192217.692500', '192218.152500', '192218.612500', '192219.072500', '192219.532500', '192219.992500', '192220.452500', '192220.912500', '192221.372500', '192221.832500', '192222.292500', '192222.752500', '192223.212500', '192223.672500', '192224.132500', '192224.592500', '192225.052500', '192225.512500', '192225.972500', '192226.432500', '192226.892500', '192227.352500', '192227.812500', '192228.272500', '192228.732500', '192229.192500', '192229.652500', '192230.112500', '192230.572500', '192231.032500', '192231.492500', '192231.952500', '192232.412500', '192232.872500', '192233.332500', '192233.792500', '192234.252500', '192234.712500', '192235.172500', '192235.632500', '192236.092500', '192236.552500', '192237.012500', '192237.472500', '192237.932500', '192238.392500', '192238.852500', '192239.312500', '192239.772500', '192240.232500', '192240.692500', '192241.152500', '192241.612500', '192242.072500', '192242.532500', '192242.992500', '192243.452500', '192243.912500', '192244.372500', '192244.832500', '192245.292500', '192245.752500', '192246.212500', '192246.672500', '192247.132500', '192247.592500', '192248.052500', '192248.512500', '192248.972500', '192249.432500', '192249.892500', '192250.352500', '192250.812500', '192251.272500', '192251.732500', '192252.192500', '192252.652500', '192253.112500', '192253.572500', '192254.032500', '192254.492500', '192254.952500', '192255.412500', '192255.872500', '192256.332500', '192256.792500', '192257.252500', '192257.712500', '192258.172500', '192258.632500', '192259.092500', '192259.552500', '192300.012500', '192300.472500', '192300.932500', '192301.392500', '192301.852500', '192302.312500', '192302.772500', '192303.232500', '192303.692500', '192304.152500', '192304.612500', '192305.072500', '192305.532500', '192305.992500', '192306.452500', '192306.912500', '192307.372500', '192307.832500', '192308.292500', '192308.752500', '192309.212500', '192309.672500', '192310.132500', '192310.592500', '192311.052500', '192311.512500', '192311.972500', '192312.432500', '192312.892500', '192313.352500', '192313.812500', '192314.272500', '192314.732500', '192315.192500', '192315.652500', '192316.112500', '192316.572500', '192317.032500', '192317.492500', '192317.952500', '192318.412500', '192318.872500', '192319.332500', '192319.792500', '192320.252500', '192320.712500', '192321.172500', '192321.632500', '192322.092500', '192322.552500', '192323.012500', '192323.472500', '192323.932500', '192324.392500', '192324.852500', '192325.312500', '192325.772500', '192326.232500', '192326.692500', '192327.152500', '192327.612500', '192328.072500', '192328.532500', '192328.992500', '192329.452500', '192329.912500', '192330.372500', '192330.832500', '192331.292500', '192331.752500', '192332.212500', '192332.672500', '192333.132500', '192333.592500', '192334.052500', '192334.512500', '192334.972500', '192335.432500', '192335.892500', '192336.352500', '192336.812500'], 'ContentTime': ['191713.655000', '191713.658000', '191713.661000', '191713.663000', '191713.666000', '191713.669000', '191713.671000', '191713.674000', '191713.676000', '191713.679000', '191713.681000', '191713.684000', '191713.686000', '191713.689000', '191713.696000', '191713.699000', '191713.702000', '191713.704000', '191713.707000', '191713.709000', '191713.724000', '191713.726000', '191713.729000', '191713.731000', '191713.734000', '191713.736000', '191713.739000', '191713.741000', '191713.744000', '191713.747000', '191713.749000', '191713.752000', '191713.754000', '191713.757000', '191713.760000', '191713.762000', '191733.623000', '191733.626000', '191733.629000', '191733.631000', '191733.634000', '191733.636000', '191733.639000', '191733.641000', '191733.644000', '191733.646000', '191733.649000', '191733.651000', '191733.654000', '191733.657000', '191733.659000', '191733.662000', '191733.664000', '191733.667000', '191733.669000', '191733.672000', '191733.674000', '191733.677000', '191733.679000', '191733.682000', '191733.685000', '191733.687000', '191733.690000', '191733.692000', '191733.695000', '191733.697000', '191733.700000', '191733.702000', '191733.705000', '191733.707000', '191733.710000', '191733.712000', '191733.715000', '191733.718000', '191733.720000', '191733.723000', '191733.725000', '191733.728000', '191733.730000', '191733.733000', '191753.623000', '191753.626000', '191753.629000', '191753.631000', '191753.634000', '191753.642000', '191753.645000', '191753.647000', '191753.650000', '191753.653000', '191753.655000', '191753.658000', '191753.661000', '191753.664000', '191753.667000', '191753.669000', '191753.672000', '191753.674000', '191753.677000', '191753.680000', '191753.682000', '191753.685000', '191753.687000', '191753.690000', '191753.692000', '191753.695000', '191753.698000', '191753.700000', '191753.703000', '191753.705000', '191753.708000', '191753.710000', '191753.713000', '191753.716000', '191753.718000', '191753.721000', '191753.723000', '191753.726000', '191753.728000', '191753.731000', '191753.733000', '191753.736000', '191753.739000', '191813.623000', '191813.626000', '191813.629000', '191813.631000', '191813.634000', '191813.637000', '191813.639000', '191813.642000', '191813.644000', '191813.647000', '191813.649000', '191813.652000', '191813.654000', '191813.657000', '191813.660000', '191813.662000', '191813.665000', '191813.667000', '191813.670000', '191813.672000', '191813.675000', '191813.677000', '191813.680000', '191813.682000', '191813.685000', '191813.687000', '191813.690000', '191813.692000', '191813.695000', '191813.698000', '191813.700000', '191813.703000', '191813.705000', '191813.708000', '191813.710000', '191813.713000', '191813.715000', '191813.718000', '191813.720000', '191813.723000', '191813.725000', '191813.728000', '191813.731000', '191813.733000', '191833.623000', '191833.626000', '191833.630000', '191833.633000', '191833.636000', '191833.638000', '191833.641000', '191833.643000', '191833.646000', '191833.648000', '191833.651000', '191833.654000', '191833.656000', '191833.659000', '191833.661000', '191833.664000', '191833.666000', '191833.669000', '191833.671000', '191833.674000', '191833.677000', '191833.679000', '191833.682000', '191833.684000', '191833.687000', '191833.689000', '191833.692000', '191833.695000', '191833.697000', '191833.700000', '191833.702000', '191833.705000', '191833.707000', '191833.710000', '191833.712000', '191833.715000', '191833.724000', '191833.726000', '191833.729000', '191833.731000', '191833.734000', '191833.736000', '191833.739000', '191853.625000', '191853.627000', '191853.630000', '191853.633000', '191853.635000', '191853.638000', '191853.640000', '191853.643000', '191853.645000', '191853.648000', '191853.650000', '191853.653000', '191853.656000', '191853.658000', '191853.661000', '191853.663000', '191853.666000', '191853.668000', '191853.671000', '191853.674000', '191853.676000', '191853.679000', '191853.681000', '191853.684000', '191853.686000', '191853.689000', '191853.691000', '191853.694000', '191853.696000', '191853.699000', '191853.702000', '191853.704000', '191853.707000', '191853.709000', '191853.712000', '191853.714000', '191853.717000', '191853.719000', '191853.722000', '191853.724000', '191853.727000', '191853.730000', '191853.732000', '191853.735000', '191913.624000', '191913.627000', '191913.630000', '191913.632000', '191913.635000', '191913.637000', '191913.640000', '191913.643000', '191913.645000', '191913.648000', '191913.650000', '191913.653000', '191913.655000', '191913.658000', '191913.660000', '191913.663000', '191913.666000', '191913.668000', '191913.671000', '191913.674000', '191913.677000', '191913.679000', '191913.683000', '191913.686000', '191913.688000', '191913.691000', '191913.694000', '191913.696000', '191913.699000', '191913.702000', '191913.704000', '191913.707000', '191913.709000', '191913.712000', '191913.714000', '191913.717000', '191913.719000', '191913.722000', '191913.724000', '191913.727000', '191913.730000', '191913.732000', '191913.735000', '191933.623000', '191933.626000', '191933.629000', '191933.631000', '191933.634000', '191933.636000', '191933.639000', '191933.641000', '191933.644000', '191933.647000', '191933.649000', '191933.652000', '191933.654000', '191933.657000', '191933.660000', '191933.662000', '191933.665000', '191933.667000', '191933.670000', '191933.672000', '191933.675000', '191933.677000', '191933.680000', '191933.683000', '191933.685000', '191933.688000', '191933.690000', '191933.693000', '191933.695000', '191933.698000', '191933.700000', '191933.703000', '191933.706000', '191933.708000', '191933.711000', '191933.713000', '191933.716000', '191933.718000', '191933.721000', '191933.724000', '191933.726000', '191933.729000', '191933.731000', '191933.734000', '191953.623000', '191953.626000', '191953.629000', '191953.631000', '191953.634000', '191953.636000', '191953.639000', '191953.642000', '191953.644000', '191953.647000', '191953.649000', '191953.652000', '191953.655000', '191953.657000', '191953.660000', '191953.662000', '191953.665000', '191953.667000', '191953.670000', '191953.672000', '191953.675000', '191953.677000', '191953.680000', '191953.683000', '191953.685000', '191953.688000', '191953.691000', '191953.709000', '191953.712000', '191953.715000', '191953.717000', '191953.720000', '191953.723000', '191953.726000', '191953.728000', '191953.731000', '191953.733000', '191953.736000', '191953.738000', '191953.741000', '191953.743000', '191953.746000', '191953.749000', '192013.624000', '192013.626000', '192013.629000', '192013.631000', '192013.634000', '192013.637000', '192013.639000', '192013.642000', '192013.644000', '192013.647000', '192013.649000', '192013.652000', '192013.654000', '192013.657000', '192013.660000', '192013.662000', '192013.665000', '192013.667000', '192013.670000', '192013.672000', '192013.675000', '192013.677000', '192013.680000', '192013.683000', '192013.685000', '192013.688000', '192013.690000', '192013.693000', '192013.696000', '192013.698000', '192013.701000', '192013.703000', '192013.706000', '192013.708000', '192013.711000', '192013.713000', '192013.716000', '192013.719000', '192013.721000', '192013.724000', '192013.726000', '192013.729000', '192013.732000', '192013.734000', '192033.623000', '192033.626000', '192033.629000', '192033.631000', '192033.634000', '192033.637000', '192033.639000', '192033.642000', '192033.644000', '192033.647000', '192033.650000', '192033.652000', '192033.655000', '192033.657000', '192033.660000', '192033.662000', '192033.665000', '192033.668000', '192033.670000', '192033.673000', '192033.675000', '192033.678000', '192033.680000', '192033.683000', '192033.685000', '192033.688000', '192033.691000', '192033.693000', '192033.696000', '192033.698000', '192033.701000', '192033.703000', '192033.706000', '192033.709000', '192033.711000', '192033.714000', '192033.716000', '192033.719000', '192033.723000', '192033.725000', '192033.728000', '192033.730000', '192033.733000', '192053.623000', '192053.626000', '192053.629000', '192053.631000', '192053.634000', '192053.636000', '192053.639000', '192053.642000', '192053.644000', '192053.647000', '192053.649000', '192053.652000', '192053.654000', '192053.657000', '192053.660000', '192053.662000', '192053.665000', '192053.667000', '192053.670000', '192053.672000', '192053.675000', '192053.677000', '192053.680000', '192053.682000', '192053.685000', '192053.688000', '192053.690000', '192053.693000', '192053.695000', '192053.698000', '192053.701000', '192053.703000', '192053.706000', '192053.708000', '192053.711000', '192053.713000', '192053.716000', '192053.718000', '192053.721000', '192053.724000', '192053.726000', '192053.729000', '192053.731000', '192053.734000', '192113.625000', '192113.627000', '192113.630000', '192113.633000', '192113.635000', '192113.638000', '192113.640000', '192113.643000', '192113.645000', '192113.648000', '192113.651000', '192113.653000', '192113.656000', '192113.658000', '192113.661000', '192113.663000', '192113.666000', '192113.668000', '192113.671000', '192113.673000', '192113.676000', '192113.679000', '192113.681000', '192113.684000', '192113.686000', '192113.689000', '192113.692000', '192113.694000', '192113.697000', '192113.699000', '192113.702000', '192113.704000', '192113.707000', '192113.709000', '192113.712000', '192113.715000', '192113.717000', '192113.720000', '192113.722000', '192113.725000', '192113.727000', '192113.730000', '192113.732000', '192133.624000', '192133.627000', '192133.630000', '192133.632000', '192133.635000', '192133.638000', '192133.640000', '192133.643000', '192133.645000', '192133.661000', '192133.663000', '192133.666000', '192133.668000', '192133.671000', '192133.673000', '192133.676000', '192133.679000', '192133.681000', '192133.684000', '192133.686000', '192133.689000', '192133.691000', '192133.694000', '192133.696000', '192133.699000', '192133.702000', '192133.704000', '192133.707000', '192133.709000', '192133.712000', '192133.715000', '192133.717000', '192133.720000', '192133.722000', '192133.725000', '192133.727000', '192133.730000', '192133.732000', '192133.735000', '192133.738000', '192133.740000', '192133.743000', '192133.745000', '192133.748000', '192153.623000', '192153.626000', '192153.629000', '192153.631000', '192153.634000', '192153.636000', '192153.639000', '192153.642000', '192153.644000', '192153.647000', '192153.649000', '192153.652000', '192153.655000', '192153.657000', '192153.660000', '192153.662000', '192153.665000', '192153.667000', '192153.670000', '192153.672000', '192153.675000', '192153.678000', '192153.680000', '192153.683000', '192153.685000', '192153.688000', '192153.691000', '192153.693000', '192153.696000', '192153.698000', '192153.701000', '192153.703000', '192153.706000', '192153.708000', '192153.711000', '192153.714000', '192153.716000', '192153.719000', '192153.721000', '192153.724000', '192153.726000', '192153.729000', '192153.732000', '192213.624000', '192213.626000', '192213.629000', '192213.632000', '192213.634000', '192213.637000', '192213.639000', '192213.642000', '192213.645000', '192213.647000', '192213.650000', '192213.652000', '192213.655000', '192213.657000', '192213.660000', '192213.663000', '192213.665000', '192213.668000', '192213.670000', '192213.673000', '192213.675000', '192213.678000', '192213.681000', '192213.683000', '192213.686000', '192213.688000', '192213.691000', '192213.693000', '192213.696000', '192213.698000', '192213.701000', '192213.704000', '192213.706000', '192213.709000', '192213.711000', '192213.714000', '192213.717000', '192213.719000', '192213.722000', '192213.724000', '192213.727000', '192213.730000', '192213.732000', '192213.735000', '192233.624000', '192233.626000', '192233.629000', '192233.632000', '192233.634000', '192233.637000', '192233.640000', '192233.642000', '192233.645000', '192233.647000', '192233.650000', '192233.653000', '192233.655000', '192233.658000', '192233.660000', '192233.663000', '192233.666000', '192233.668000', '192233.671000', '192233.673000', '192233.676000', '192233.679000', '192233.681000', '192233.684000', '192233.686000', '192233.689000', '192233.691000', '192233.694000', '192233.697000', '192233.699000', '192233.702000', '192233.704000', '192233.707000', '192233.709000', '192233.712000', '192233.715000', '192233.718000', '192233.720000', '192233.723000', '192233.726000', '192233.728000', '192233.731000', '192233.733000', '192253.624000', '192253.626000', '192253.629000', '192253.632000', '192253.634000', '192253.637000', '192253.640000', '192253.642000', '192253.645000', '192253.647000', '192253.650000', '192253.652000', '192253.655000', '192253.658000', '192253.660000', '192253.663000', '192253.665000', '192253.668000', '192253.670000', '192253.681000', '192253.683000', '192253.686000', '192253.688000', '192253.691000', '192253.694000', '192253.696000', '192253.699000', '192253.701000', '192253.704000', '192253.706000', '192253.709000', '192253.712000', '192253.714000', '192253.717000', '192253.719000', '192253.722000', '192253.725000', '192253.727000', '192253.730000', '192253.732000', '192253.735000', '192253.738000', '192253.740000', '192253.743000', '192313.624000', '192313.627000', '192313.629000', '192313.632000', '192313.636000', '192313.638000', '192313.641000', '192313.643000', '192313.646000', '192313.649000', '192313.651000', '192313.654000', '192313.656000', '192313.659000', '192313.661000', '192313.664000', '192313.666000', '192313.669000', '192313.672000', '192313.674000', '192313.677000', '192313.679000', '192313.682000', '192313.685000', '192313.687000', '192313.690000', '192313.692000', '192313.695000', '192313.697000', '192313.700000', '192313.702000', '192313.705000', '192313.708000', '192313.710000', '192313.713000', '192313.715000', '192313.718000', '192313.720000', '192313.723000', '192313.725000', '192313.728000', '192313.731000', '192313.733000', '192333.625000', '192333.627000', '192333.630000', '192333.633000', '192333.635000', '192333.638000', '192333.640000', '192333.643000', '192333.645000', '192333.648000', '192333.650000', '192333.653000', '192333.655000', '192333.658000', '192333.661000', '192333.663000', '192333.666000', '192333.668000', '192333.671000', '192333.673000', '192333.676000', '192333.679000', '192333.681000', '192333.684000', '192333.686000', '192333.689000', '192333.691000', '192333.694000', '192333.696000', '192333.699000', '192333.701000', '192333.704000', '192333.707000', '192333.709000', '192333.712000', '192333.714000', '192333.717000', '192333.720000', '192333.722000', '192333.725000', '192333.727000', '192333.730000', '192333.732000', '192333.735000', '192337.660000', '192337.663000', '192337.666000', '192337.669000', '192337.671000', '192337.674000', '192337.677000', '192337.679000', '192337.682000'], 'InstanceCreationTime': ['191713.655000', '191713.658000', '191713.661000', '191713.663000', '191713.666000', '191713.669000', '191713.671000', '191713.674000', '191713.676000', '191713.679000', '191713.681000', '191713.684000', '191713.686000', '191713.689000', '191713.696000', '191713.699000', '191713.702000', '191713.704000', '191713.707000', '191713.709000', '191713.724000', '191713.726000', '191713.729000', '191713.731000', '191713.734000', '191713.736000', '191713.739000', '191713.741000', '191713.744000', '191713.747000', '191713.749000', '191713.752000', '191713.754000', '191713.757000', '191713.760000', '191713.762000', '191733.623000', '191733.626000', '191733.629000', '191733.631000', '191733.634000', '191733.636000', '191733.639000', '191733.641000', '191733.644000', '191733.646000', '191733.649000', '191733.651000', '191733.654000', '191733.657000', '191733.659000', '191733.662000', '191733.664000', '191733.667000', '191733.669000', '191733.672000', '191733.674000', '191733.677000', '191733.679000', '191733.682000', '191733.685000', '191733.687000', '191733.690000', '191733.692000', '191733.695000', '191733.697000', '191733.700000', '191733.702000', '191733.705000', '191733.707000', '191733.710000', '191733.712000', '191733.715000', '191733.718000', '191733.720000', '191733.723000', '191733.725000', '191733.728000', '191733.730000', '191733.733000', '191753.623000', '191753.626000', '191753.629000', '191753.631000', '191753.634000', '191753.642000', '191753.645000', '191753.647000', '191753.650000', '191753.653000', '191753.655000', '191753.658000', '191753.661000', '191753.664000', '191753.667000', '191753.669000', '191753.672000', '191753.674000', '191753.677000', '191753.680000', '191753.682000', '191753.685000', '191753.687000', '191753.690000', '191753.692000', '191753.695000', '191753.698000', '191753.700000', '191753.703000', '191753.705000', '191753.708000', '191753.710000', '191753.713000', '191753.716000', '191753.718000', '191753.721000', '191753.723000', '191753.726000', '191753.728000', '191753.731000', '191753.733000', '191753.736000', '191753.739000', '191813.623000', '191813.626000', '191813.629000', '191813.631000', '191813.634000', '191813.637000', '191813.639000', '191813.642000', '191813.644000', '191813.647000', '191813.649000', '191813.652000', '191813.654000', '191813.657000', '191813.660000', '191813.662000', '191813.665000', '191813.667000', '191813.670000', '191813.672000', '191813.675000', '191813.677000', '191813.680000', '191813.682000', '191813.685000', '191813.687000', '191813.690000', '191813.692000', '191813.695000', '191813.698000', '191813.700000', '191813.703000', '191813.705000', '191813.708000', '191813.710000', '191813.713000', '191813.715000', '191813.718000', '191813.720000', '191813.723000', '191813.725000', '191813.728000', '191813.731000', '191813.733000', '191833.623000', '191833.626000', '191833.630000', '191833.633000', '191833.636000', '191833.638000', '191833.641000', '191833.643000', '191833.646000', '191833.648000', '191833.651000', '191833.654000', '191833.656000', '191833.659000', '191833.661000', '191833.664000', '191833.666000', '191833.669000', '191833.671000', '191833.674000', '191833.677000', '191833.679000', '191833.682000', '191833.684000', '191833.687000', '191833.689000', '191833.692000', '191833.695000', '191833.697000', '191833.700000', '191833.702000', '191833.705000', '191833.707000', '191833.710000', '191833.712000', '191833.715000', '191833.724000', '191833.726000', '191833.729000', '191833.731000', '191833.734000', '191833.736000', '191833.739000', '191853.625000', '191853.627000', '191853.630000', '191853.633000', '191853.635000', '191853.638000', '191853.640000', '191853.643000', '191853.645000', '191853.648000', '191853.650000', '191853.653000', '191853.656000', '191853.658000', '191853.661000', '191853.663000', '191853.666000', '191853.668000', '191853.671000', '191853.674000', '191853.676000', '191853.679000', '191853.681000', '191853.684000', '191853.686000', '191853.689000', '191853.691000', '191853.694000', '191853.696000', '191853.699000', '191853.702000', '191853.704000', '191853.707000', '191853.709000', '191853.712000', '191853.714000', '191853.717000', '191853.719000', '191853.722000', '191853.724000', '191853.727000', '191853.730000', '191853.732000', '191853.735000', '191913.624000', '191913.627000', '191913.630000', '191913.632000', '191913.635000', '191913.637000', '191913.640000', '191913.643000', '191913.645000', '191913.648000', '191913.650000', '191913.653000', '191913.655000', '191913.658000', '191913.660000', '191913.663000', '191913.666000', '191913.668000', '191913.671000', '191913.674000', '191913.677000', '191913.679000', '191913.683000', '191913.686000', '191913.688000', '191913.691000', '191913.694000', '191913.696000', '191913.699000', '191913.702000', '191913.704000', '191913.707000', '191913.709000', '191913.712000', '191913.714000', '191913.717000', '191913.719000', '191913.722000', '191913.724000', '191913.727000', '191913.730000', '191913.732000', '191913.735000', '191933.623000', '191933.626000', '191933.629000', '191933.631000', '191933.634000', '191933.636000', '191933.639000', '191933.641000', '191933.644000', '191933.647000', '191933.649000', '191933.652000', '191933.654000', '191933.657000', '191933.660000', '191933.662000', '191933.665000', '191933.667000', '191933.670000', '191933.672000', '191933.675000', '191933.677000', '191933.680000', '191933.683000', '191933.685000', '191933.688000', '191933.690000', '191933.693000', '191933.695000', '191933.698000', '191933.700000', '191933.703000', '191933.706000', '191933.708000', '191933.711000', '191933.713000', '191933.716000', '191933.718000', '191933.721000', '191933.724000', '191933.726000', '191933.729000', '191933.731000', '191933.734000', '191953.623000', '191953.626000', '191953.629000', '191953.631000', '191953.634000', '191953.636000', '191953.639000', '191953.642000', '191953.644000', '191953.647000', '191953.649000', '191953.652000', '191953.655000', '191953.657000', '191953.660000', '191953.662000', '191953.665000', '191953.667000', '191953.670000', '191953.672000', '191953.675000', '191953.677000', '191953.680000', '191953.683000', '191953.685000', '191953.688000', '191953.691000', '191953.709000', '191953.712000', '191953.715000', '191953.717000', '191953.720000', '191953.723000', '191953.726000', '191953.728000', '191953.731000', '191953.733000', '191953.736000', '191953.738000', '191953.741000', '191953.743000', '191953.746000', '191953.749000', '192013.624000', '192013.626000', '192013.629000', '192013.631000', '192013.634000', '192013.637000', '192013.639000', '192013.642000', '192013.644000', '192013.647000', '192013.649000', '192013.652000', '192013.654000', '192013.657000', '192013.660000', '192013.662000', '192013.665000', '192013.667000', '192013.670000', '192013.672000', '192013.675000', '192013.677000', '192013.680000', '192013.683000', '192013.685000', '192013.688000', '192013.690000', '192013.693000', '192013.696000', '192013.698000', '192013.701000', '192013.703000', '192013.706000', '192013.708000', '192013.711000', '192013.713000', '192013.716000', '192013.719000', '192013.721000', '192013.724000', '192013.726000', '192013.729000', '192013.732000', '192013.734000', '192033.623000', '192033.626000', '192033.629000', '192033.631000', '192033.634000', '192033.637000', '192033.639000', '192033.642000', '192033.644000', '192033.647000', '192033.650000', '192033.652000', '192033.655000', '192033.657000', '192033.660000', '192033.662000', '192033.665000', '192033.668000', '192033.670000', '192033.673000', '192033.675000', '192033.678000', '192033.680000', '192033.683000', '192033.685000', '192033.688000', '192033.691000', '192033.693000', '192033.696000', '192033.698000', '192033.701000', '192033.703000', '192033.706000', '192033.709000', '192033.711000', '192033.714000', '192033.716000', '192033.719000', '192033.723000', '192033.725000', '192033.728000', '192033.730000', '192033.733000', '192053.623000', '192053.626000', '192053.629000', '192053.631000', '192053.634000', '192053.636000', '192053.639000', '192053.642000', '192053.644000', '192053.647000', '192053.649000', '192053.652000', '192053.654000', '192053.657000', '192053.660000', '192053.662000', '192053.665000', '192053.667000', '192053.670000', '192053.672000', '192053.675000', '192053.677000', '192053.680000', '192053.682000', '192053.685000', '192053.688000', '192053.690000', '192053.693000', '192053.695000', '192053.698000', '192053.701000', '192053.703000', '192053.706000', '192053.708000', '192053.711000', '192053.713000', '192053.716000', '192053.718000', '192053.721000', '192053.724000', '192053.726000', '192053.729000', '192053.731000', '192053.734000', '192113.625000', '192113.627000', '192113.630000', '192113.633000', '192113.635000', '192113.638000', '192113.640000', '192113.643000', '192113.645000', '192113.648000', '192113.651000', '192113.653000', '192113.656000', '192113.658000', '192113.661000', '192113.663000', '192113.666000', '192113.668000', '192113.671000', '192113.673000', '192113.676000', '192113.679000', '192113.681000', '192113.684000', '192113.686000', '192113.689000', '192113.692000', '192113.694000', '192113.697000', '192113.699000', '192113.702000', '192113.704000', '192113.707000', '192113.709000', '192113.712000', '192113.715000', '192113.717000', '192113.720000', '192113.722000', '192113.725000', '192113.727000', '192113.730000', '192113.732000', '192133.624000', '192133.627000', '192133.630000', '192133.632000', '192133.635000', '192133.638000', '192133.640000', '192133.643000', '192133.645000', '192133.661000', '192133.663000', '192133.666000', '192133.668000', '192133.671000', '192133.673000', '192133.676000', '192133.679000', '192133.681000', '192133.684000', '192133.686000', '192133.689000', '192133.691000', '192133.694000', '192133.696000', '192133.699000', '192133.702000', '192133.704000', '192133.707000', '192133.709000', '192133.712000', '192133.715000', '192133.717000', '192133.720000', '192133.722000', '192133.725000', '192133.727000', '192133.730000', '192133.732000', '192133.735000', '192133.738000', '192133.740000', '192133.743000', '192133.745000', '192133.748000', '192153.623000', '192153.626000', '192153.629000', '192153.631000', '192153.634000', '192153.636000', '192153.639000', '192153.642000', '192153.644000', '192153.647000', '192153.649000', '192153.652000', '192153.655000', '192153.657000', '192153.660000', '192153.662000', '192153.665000', '192153.667000', '192153.670000', '192153.672000', '192153.675000', '192153.678000', '192153.680000', '192153.683000', '192153.685000', '192153.688000', '192153.691000', '192153.693000', '192153.696000', '192153.698000', '192153.701000', '192153.703000', '192153.706000', '192153.708000', '192153.711000', '192153.714000', '192153.716000', '192153.719000', '192153.721000', '192153.724000', '192153.726000', '192153.729000', '192153.732000', '192213.624000', '192213.626000', '192213.629000', '192213.632000', '192213.634000', '192213.637000', '192213.639000', '192213.642000', '192213.645000', '192213.647000', '192213.650000', '192213.652000', '192213.655000', '192213.657000', '192213.660000', '192213.663000', '192213.665000', '192213.668000', '192213.670000', '192213.673000', '192213.675000', '192213.678000', '192213.681000', '192213.683000', '192213.686000', '192213.688000', '192213.691000', '192213.693000', '192213.696000', '192213.698000', '192213.701000', '192213.704000', '192213.706000', '192213.709000', '192213.711000', '192213.714000', '192213.717000', '192213.719000', '192213.722000', '192213.724000', '192213.727000', '192213.730000', '192213.732000', '192213.735000', '192233.624000', '192233.626000', '192233.629000', '192233.632000', '192233.634000', '192233.637000', '192233.640000', '192233.642000', '192233.645000', '192233.647000', '192233.650000', '192233.653000', '192233.655000', '192233.658000', '192233.660000', '192233.663000', '192233.666000', '192233.668000', '192233.671000', '192233.673000', '192233.676000', '192233.679000', '192233.681000', '192233.684000', '192233.686000', '192233.689000', '192233.691000', '192233.694000', '192233.697000', '192233.699000', '192233.702000', '192233.704000', '192233.707000', '192233.709000', '192233.712000', '192233.715000', '192233.718000', '192233.720000', '192233.723000', '192233.726000', '192233.728000', '192233.731000', '192233.733000', '192253.624000', '192253.626000', '192253.629000', '192253.632000', '192253.634000', '192253.637000', '192253.640000', '192253.642000', '192253.645000', '192253.647000', '192253.650000', '192253.652000', '192253.655000', '192253.658000', '192253.660000', '192253.663000', '192253.665000', '192253.668000', '192253.670000', '192253.681000', '192253.683000', '192253.686000', '192253.688000', '192253.691000', '192253.694000', '192253.696000', '192253.699000', '192253.701000', '192253.704000', '192253.706000', '192253.709000', '192253.712000', '192253.714000', '192253.717000', '192253.719000', '192253.722000', '192253.725000', '192253.727000', '192253.730000', '192253.732000', '192253.735000', '192253.738000', '192253.740000', '192253.743000', '192313.624000', '192313.627000', '192313.629000', '192313.632000', '192313.636000', '192313.638000', '192313.641000', '192313.643000', '192313.646000', '192313.649000', '192313.651000', '192313.654000', '192313.656000', '192313.659000', '192313.661000', '192313.664000', '192313.666000', '192313.669000', '192313.672000', '192313.674000', '192313.677000', '192313.679000', '192313.682000', '192313.685000', '192313.687000', '192313.690000', '192313.692000', '192313.695000', '192313.697000', '192313.700000', '192313.702000', '192313.705000', '192313.708000', '192313.710000', '192313.713000', '192313.715000', '192313.718000', '192313.720000', '192313.723000', '192313.725000', '192313.728000', '192313.731000', '192313.733000', '192333.625000', '192333.627000', '192333.630000', '192333.633000', '192333.635000', '192333.638000', '192333.640000', '192333.643000', '192333.645000', '192333.648000', '192333.650000', '192333.653000', '192333.655000', '192333.658000', '192333.661000', '192333.663000', '192333.666000', '192333.668000', '192333.671000', '192333.673000', '192333.676000', '192333.679000', '192333.681000', '192333.684000', '192333.686000', '192333.689000', '192333.691000', '192333.694000', '192333.696000', '192333.699000', '192333.701000', '192333.704000', '192333.707000', '192333.709000', '192333.712000', '192333.714000', '192333.717000', '192333.720000', '192333.722000', '192333.725000', '192333.727000', '192333.730000', '192333.732000', '192333.735000', '192337.660000', '192337.663000', '192337.666000', '192337.669000', '192337.671000', '192337.674000', '192337.677000', '192337.679000', '192337.682000'], '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': [12389, 17861, 11466, 15861, 10149, 14275, 10083, 14029, 9826, 13974, 8528, 13240, 8758, 12206, 9176, 12074, 9700, 13869, 8867, 13807, 9938, 12162, 15081, 11845, 15956, 12686, 14726, 11473, 16509, 11431, 17025, 12449, 13885, 11343, 13449, 11121, 14352, 12485, 12142, 12601, 9648, 14989, 9125, 17547, 11082, 16560, 10106, 12828, 17778, 10945, 16445, 10845, 14408, 10143, 12791, 12966, 11069, 18454, 11630, 15609, 10059, 13768, 8499, 11850, 8693, 10488, 14905, 9694, 14870, 9514, 13104, 8427, 12054, 8496, 10710, 13285, 10306, 15958, 9371, 13737, 9647, 10488, 15448, 9889, 15396, 9543, 13396, 8153, 11744, 11174, 9734, 15438, 10379, 15215, 9285, 12746, 9036, 10645, 15798, 10359, 16148, 11108, 15034, 9078, 13227, 9930, 10118, 16510, 9770, 13997, 9796, 12463, 10508, 10349, 16432, 10110, 14345, 9771, 14439, 9611, 12253, 13195, 10134, 16557, 10661, 15470, 10036, 13471, 8948, 10825, 12955, 9711, 15801, 10210, 14641, 9917, 14082, 8584, 12558, 12100, 9853, 16172, 11079, 15209, 9511, 13184, 10313, 10476, 17457, 10829, 15794, 10981, 14171, 8607, 11945, 8786, 10511, 15557, 10409, 15897, 9579, 13474, 9246, 10339, 16092, 10312, 15649, 10304, 13548, 9539, 10077, 15964, 9614, 14915, 10308, 14676, 9040, 13059, 8645, 12176, 8084, 10937, 10853, 9809, 16283, 10232, 15156, 10716, 14100, 8459, 12389, 9538, 10870, 16094, 10903, 16641, 10890, 14658, 9036, 13276, 9500, 10462, 17191, 11044, 16126, 10019, 13796, 8358, 12169, 9060, 11111, 14818, 10509, 17485, 10225, 14571, 9197, 12445, 9391, 11156, 13078, 10460, 16754, 9738, 13794, 9230, 12287, 9962, 11163, 15276, 9562, 15826, 9269, 13334, 9691, 12804, 9816, 10405, 14220, 11877, 11652, 10524, 8706, 13987, 10260, 14141, 11785, 12160, 18570, 11916, 17055, 12266, 17111, 10520, 14588, 9003, 12340, 9683, 10714, 16118, 9950, 15043, 9426, 12407, 8004, 11005, 9321, 11072, 13725, 10965, 17307, 10531, 14349, 9542, 13214, 11814, 11843, 17225, 10686, 15725, 9830, 13827, 9879, 12295, 13270, 10536, 17096, 9388, 13687, 9294, 13072, 9195, 12913, 9894, 11466, 17601, 10858, 15272, 9754, 13854, 10958, 12510, 15625, 10660, 17164, 10318, 14006, 9563, 12287, 11645, 10176, 16852, 9599, 13879, 9409, 12238, 11724, 10193, 17528, 9684, 13723, 8793, 11673, 10423, 10407, 16703, 10770, 16272, 9500, 14071, 9389, 11020, 16666, 10946, 17666, 10558, 14186, 9349, 12418, 8969, 11550, 9805, 11270, 10901, 10180, 15702, 10053, 15217, 10133, 14242, 9093, 12683, 9616, 9714, 15824, 9734, 14163, 10161, 13742, 9284, 11696, 14631, 10405, 15953, 11458, 15185, 9732, 13105, 9678, 11448, 9749, 11772, 11895, 11651, 12231, 11281, 16809, 11394, 16249, 11487, 16227, 11959, 14673, 8721, 11876, 9336, 11938, 14751, 12342, 16315, 11149, 17352, 10328, 13859, 10432, 13676, 9559, 12930, 8246, 11762, 7794, 11083, 8588, 11605, 9418, 12178, 10284, 11643, 17359, 11430, 14383, 10076, 13549, 9617, 13121, 12148, 11234, 16096, 11335, 14176, 9851, 12192, 8428, 11318, 11946, 9588, 14256, 9787, 13400, 8984, 11570, 8770, 9457, 14814, 8815, 12575, 8857, 11110, 10138, 10062, 13683, 9171, 14082, 9172, 12309, 9315, 10952, 16441, 10161, 14647, 9259, 12785, 8169, 11297, 8625, 11151, 12226, 10593, 13911, 9714, 15672, 10036, 13312, 9173, 12565, 8830, 12285, 9143, 10658, 12885, 9993, 15604, 10781, 14388, 9838, 12948, 8111, 11903, 9306, 10334, 14590, 10656, 16579, 9567, 13438, 9647, 12269, 9336, 10771, 12843, 10049, 16031, 9573, 14129, 8945, 12140, 8852, 10618, 13254, 10268, 17203, 11009, 14778, 9345, 12456, 8196, 11150, 8332, 11548, 8682, 10743, 13598, 9473, 14756, 10203, 12998, 8872, 11221, 10157, 9830, 16809, 9807, 13448, 10273, 13701, 9657, 12920, 8833, 12338, 8138, 12068, 9388, 11796, 10876, 10135, 16797, 9945, 14336, 9680, 12923, 9005, 11482, 8477, 11477, 7911, 11309, 8136, 11155, 10649, 9820, 15648, 10025, 14156, 9512, 12441, 8858, 9888, 15904, 9454, 13244, 9707, 13336, 8793, 10948, 7893, 10602, 11547, 9475, 13908, 9269, 12489, 8648, 11238, 7497, 10308, 11376, 9139, 13778, 8843, 13117, 8753, 11214, 13139, 9004, 13930, 9379, 12323, 9553, 10966, 10902, 9870, 15553, 9496, 13619, 10518, 14407, 10639, 13157, 9413, 9732, 10665, 14176, 11589, 16374, 12030, 17086, 11716, 16022, 10810, 14669, 10877, 14073, 14660, 11165, 16136, 11518, 13759, 9115, 12623, 9154, 10560, 12694, 9030, 13726, 9571, 12146, 9408, 11395, 7778, 10615, 11443, 9228, 14991, 10277, 13970, 8882, 11067, 15630, 9187, 13375, 8652, 12234, 9300, 11207, 12626, 9169, 13392, 9063, 12298, 8815, 12728, 8417, 10988, 11978, 8788, 14542, 9259, 13343, 9534, 11897, 8965, 11672, 8764, 15990, 10087, 14683, 9345, 15508, 9316, 12851, 8777, 12778, 8925, 13302, 8906, 16160, 10463, 14331, 9578, 15062, 11169, 14500, 12251, 16985, 11337, 13147, 9991, 12737, 10462, 16972, 11053, 12270, 9552, 9976, 10409, 8667, 10565, 7637, 11603, 8632, 11798, 9024, 11538, 9167, 11869, 8912, 11829, 8811, 11506, 8298, 11080, 8366, 12221, 8469, 12524, 8295, 12186, 9300, 10535, 15108, 9979, 15789, 10251, 13472, 8588, 10890, 7813, 10902, 7833, 11245, 8146, 11435, 13578, 9384, 14822, 9539, 13755, 9088, 11692, 13628, 9852, 15292, 10259, 13664, 10066, 13781, 8368, 10810, 7971, 11518, 8697, 11379, 9749, 10630, 15048, 9584, 15345, 9811, 14293, 9755, 14268, 9988, 10323, 10506, 9281, 14056, 9480, 13706, 9418, 12834, 8215, 10940, 7408, 11275, 8229, 11309, 11944, 10007, 14855, 9018, 13011, 9232, 13521, 9394, 13301, 7920, 11267, 10910, 10593, 16667, 11222, 15384, 9345, 13549, 8143, 12480, 8584, 12064, 9627, 11984, 10101, 10678, 15368, 10011, 14859, 9416, 12742, 8929, 11154, 13341, 9380, 15428, 9190, 12612, 8537, 11339, 9615, 10136, 14073, 8931, 13872, 9545, 13554, 8277, 11108, 9278, 9706, 14604, 9451, 13907, 8985, 11788, 8898, 9958, 14370, 9297, 13968, 9290, 13518, 8494, 11660, 7924, 10445, 10128, 10245, 13497, 9722, 14863, 8836, 13089, 8080, 12035, 8135, 10152, 14038, 10295, 14583, 8393, 13178, 8875, 11350, 10787, 10741, 15398, 10017, 15288, 8990, 12964, 8678, 11384, 11103, 10899], 'WindowCenter': [4149.0, 4153.0, 4111.0, 4129.0, 4095.0, 4114.0, 4080.0, 4104.0, 4083.0, 4113.0, 4070.0, 4101.0, 4071.0, 4101.0, 4082.0, 4102.0, 4086.0, 4116.0, 4086.0, 4116.0, 4095.0, 4104.0, 4113.0, 4105.0, 4127.0, 4106.0, 4114.0, 4103.0, 4123.0, 4104.0, 4124.0, 4102.0, 4113.0, 4093.0, 4113.0, 4094.0, 4112.0, 4106.0, 4103.0, 4104.0, 4086.0, 4128.0, 4095.0, 4137.0, 4103.0, 4139.0, 4094.0, 4104.0, 4123.0, 4091.0, 4113.0, 4080.0, 4100.0, 4066.0, 4088.0, 4086.0, 4076.0, 4107.0, 4073.0, 4083.0, 4052.0, 4072.0, 4042.0, 4074.0, 4043.0, 4065.0, 4084.0, 4054.0, 4096.0, 4065.0, 4087.0, 4045.0, 4089.0, 4056.0, 4080.0, 4100.0, 4080.0, 4110.0, 4069.0, 4100.0, 4070.0, 4092.0, 4111.0, 4080.0, 4112.0, 4080.0, 4101.0, 4061.0, 4102.0, 4091.0, 4082.0, 4113.0, 4092.0, 4124.0, 4082.0, 4114.0, 4082.0, 4094.0, 4123.0, 4094.0, 4124.0, 4092.0, 4113.0, 4072.0, 4104.0, 4082.0, 4108.0, 4123.0, 4081.0, 4113.0, 4081.0, 4104.0, 4092.0, 4094.0, 4124.0, 4093.0, 4113.0, 4081.0, 4115.0, 4082.0, 4104.0, 4101.0, 4080.0, 4111.0, 4079.0, 4111.0, 4068.0, 4100.0, 4068.0, 4079.0, 4089.0, 4068.0, 4110.0, 4080.0, 4111.0, 4080.0, 4112.0, 4071.0, 4102.0, 4101.0, 4081.0, 4112.0, 4091.0, 4114.0, 4081.0, 4102.0, 4078.0, 4080.0, 4122.0, 4089.0, 4111.0, 4080.0, 4100.0, 4069.0, 4089.0, 4069.0, 4080.0, 4110.0, 4080.0, 4111.0, 4080.0, 4101.0, 4070.0, 4082.0, 4111.0, 4080.0, 4113.0, 4081.0, 4101.0, 4068.0, 4079.0, 4108.0, 4068.0, 4098.0, 4078.0, 4110.0, 4069.0, 4100.0, 4070.0, 4101.0, 4059.0, 4093.0, 4091.0, 4081.0, 4112.0, 4081.0, 4112.0, 4081.0, 4102.0, 4060.0, 4091.0, 4068.0, 4092.0, 4110.0, 4080.0, 4111.0, 4080.0, 4100.0, 4069.0, 4100.0, 4068.0, 4079.0, 4110.0, 4090.0, 4111.0, 4079.0, 4100.0, 4059.0, 4102.0, 4068.0, 4090.0, 4110.0, 4079.0, 4121.0, 4079.0, 4100.0, 4069.0, 4101.0, 4068.0, 4091.0, 4101.0, 4081.0, 4112.0, 4070.0, 4102.0, 4071.0, 4102.0, 4080.0, 4106.0, 4124.0, 4081.0, 4112.0, 4081.0, 4113.0, 4080.0, 4105.0, 4081.0, 4110.0, 4118.0, 4106.0, 4105.0, 4096.0, 4075.0, 4117.0, 4095.0, 4118.0, 4092.0, 4092.0, 4124.0, 4091.0, 4111.0, 4091.0, 4110.0, 4078.0, 4099.0, 4059.0, 4088.0, 4066.0, 4079.0, 4109.0, 4081.0, 4112.0, 4080.0, 4101.0, 4061.0, 4093.0, 4082.0, 4106.0, 4116.0, 4106.0, 4137.0, 4095.0, 4115.0, 4096.0, 4104.0, 4102.0, 4093.0, 4123.0, 4092.0, 4113.0, 4081.0, 4102.0, 4079.0, 4092.0, 4101.0, 4082.0, 4124.0, 4081.0, 4112.0, 4082.0, 4114.0, 4082.0, 4116.0, 4094.0, 4104.0, 4124.0, 4094.0, 4114.0, 4070.0, 4103.0, 4092.0, 4093.0, 4112.0, 4080.0, 4122.0, 4080.0, 4100.0, 4069.0, 4091.0, 4090.0, 4081.0, 4122.0, 4071.0, 4101.0, 4070.0, 4092.0, 4091.0, 4081.0, 4123.0, 4080.0, 4101.0, 4070.0, 4092.0, 4080.0, 4093.0, 4124.0, 4092.0, 4124.0, 4084.0, 4128.0, 4082.0, 4093.0, 4112.0, 4080.0, 4112.0, 4081.0, 4101.0, 4071.0, 4101.0, 4070.0, 4091.0, 4079.0, 4091.0, 4091.0, 4081.0, 4112.0, 4080.0, 4112.0, 4081.0, 4112.0, 4071.0, 4103.0, 4081.0, 4082.0, 4113.0, 4083.0, 4114.0, 4092.0, 4114.0, 4071.0, 4103.0, 4112.0, 4091.0, 4112.0, 4093.0, 4112.0, 4069.0, 4100.0, 4068.0, 4090.0, 4068.0, 4090.0, 4089.0, 4091.0, 4101.0, 4104.0, 4123.0, 4103.0, 4112.0, 4093.0, 4125.0, 4105.0, 4127.0, 4085.0, 4105.0, 4070.0, 4091.0, 4100.0, 4091.0, 4110.0, 4091.0, 4110.0, 4067.0, 4098.0, 4078.0, 4098.0, 4067.0, 4087.0, 4058.0, 4090.0, 4061.0, 4102.0, 4072.0, 4103.0, 4082.0, 4104.0, 4094.0, 4106.0, 4124.0, 4092.0, 4114.0, 4069.0, 4101.0, 4067.0, 4090.0, 4087.0, 4077.0, 4098.0, 4075.0, 4086.0, 4053.0, 4074.0, 4043.0, 4076.0, 4087.0, 4066.0, 4097.0, 4067.0, 4088.0, 4057.0, 4089.0, 4057.0, 4068.0, 4098.0, 4057.0, 4090.0, 4057.0, 4079.0, 4078.0, 4069.0, 4099.0, 4069.0, 4099.0, 4068.0, 4090.0, 4068.0, 4092.0, 4112.0, 4081.0, 4112.0, 4071.0, 4102.0, 4071.0, 4092.0, 4071.0, 4093.0, 4103.0, 4094.0, 4114.0, 4096.0, 4125.0, 4082.0, 4113.0, 4071.0, 4102.0, 4070.0, 4092.0, 4071.0, 4092.0, 4101.0, 4081.0, 4112.0, 4091.0, 4112.0, 4081.0, 4102.0, 4060.0, 4091.0, 4069.0, 4081.0, 4111.0, 4081.0, 4122.0, 4070.0, 4102.0, 4083.0, 4090.0, 4068.0, 4079.0, 4099.0, 4080.0, 4111.0, 4069.0, 4111.0, 4070.0, 4090.0, 4069.0, 4081.0, 4100.0, 4080.0, 4111.0, 4078.0, 4100.0, 4068.0, 4089.0, 4072.0, 4091.0, 4059.0, 4093.0, 4060.0, 4093.0, 4113.0, 4082.0, 4112.0, 4081.0, 4102.0, 4070.0, 4091.0, 4080.0, 4081.0, 4123.0, 4080.0, 4101.0, 4080.0, 4101.0, 4083.0, 4102.0, 4072.0, 4102.0, 4061.0, 4102.0, 4069.0, 4091.0, 4080.0, 4080.0, 4111.0, 4068.0, 4098.0, 4067.0, 4088.0, 4057.0, 4078.0, 4059.0, 4090.0, 4059.0, 4092.0, 4060.0, 4092.0, 4081.0, 4081.0, 4113.0, 4081.0, 4101.0, 4071.0, 4091.0, 4057.0, 4068.0, 4099.0, 4067.0, 4087.0, 4066.0, 4088.0, 4056.0, 4077.0, 4047.0, 4080.0, 4090.0, 4069.0, 4100.0, 4069.0, 4101.0, 4070.0, 4092.0, 4051.0, 4094.0, 4103.0, 4084.0, 4115.0, 4084.0, 4116.0, 4073.0, 4105.0, 4115.0, 4073.0, 4127.0, 4083.0, 4104.0, 4082.0, 4106.0, 4092.0, 4083.0, 4124.0, 4082.0, 4115.0, 4107.0, 4141.0, 4096.0, 4115.0, 4085.0, 4096.0, 4120.0, 4127.0, 4107.0, 4127.0, 4105.0, 4138.0, 4105.0, 4115.0, 4081.0, 4103.0, 4079.0, 4101.0, 4100.0, 4078.0, 4100.0, 4065.0, 4075.0, 4042.0, 4076.0, 4052.0, 4065.0, 4098.0, 4057.0, 4099.0, 4069.0, 4102.0, 4070.0, 4092.0, 4062.0, 4094.0, 4105.0, 4083.0, 4114.0, 4083.0, 4104.0, 4071.0, 4093.0, 4113.0, 4070.0, 4101.0, 4059.0, 4090.0, 4069.0, 4091.0, 4101.0, 4070.0, 4114.0, 4083.0, 4103.0, 4084.0, 4117.0, 4075.0, 4110.0, 4117.0, 4086.0, 4128.0, 4086.0, 4129.0, 4096.0, 4092.0, 4071.0, 4091.0, 4059.0, 4111.0, 4107.0, 4129.0, 4084.0, 4114.0, 4071.0, 4102.0, 4060.0, 4091.0, 4059.0, 4102.0, 4059.0, 4113.0, 4082.0, 4100.0, 4054.0, 4085.0, 4066.0, 4088.0, 4067.0, 4083.0, 4063.0, 4062.0, 4040.0, 4059.0, 4038.0, 4066.0, 4035.0, 4046.0, 4025.0, 4035.0, 4036.0, 4026.0, 4049.0, 4018.0, 4061.0, 4042.0, 4075.0, 4055.0, 4076.0, 4056.0, 4077.0, 4058.0, 4089.0, 4069.0, 4089.0, 4059.0, 4091.0, 4061.0, 4102.0, 4074.0, 4104.0, 4072.0, 4103.0, 4071.0, 4093.0, 4113.0, 4082.0, 4114.0, 4082.0, 4103.0, 4071.0, 4092.0, 4062.0, 4094.0, 4064.0, 4108.0, 4077.0, 4121.0, 4130.0, 4098.0, 4128.0, 4086.0, 4117.0, 4073.0, 4108.0, 4104.0, 4083.0, 4114.0, 4082.0, 4102.0, 4082.0, 4103.0, 4086.0, 4094.0, 4060.0, 4092.0, 4060.0, 4093.0, 4083.0, 4095.0, 4125.0, 4081.0, 4111.0, 4082.0, 4116.0, 4084.0, 4101.0, 4069.0, 4082.0, 4080.0, 4081.0, 4100.0, 4068.0, 4098.0, 4067.0, 4099.0, 4070.0, 4079.0, 4049.0, 4091.0, 4060.0, 4092.0, 4119.0, 4097.0, 4124.0, 4084.0, 4114.0, 4082.0, 4114.0, 4084.0, 4116.0, 4076.0, 4106.0, 4105.0, 4095.0, 4125.0, 4093.0, 4114.0, 4072.0, 4102.0, 4061.0, 4102.0, 4070.0, 4103.0, 4081.0, 4103.0, 4092.0, 4092.0, 4112.0, 4080.0, 4101.0, 4068.0, 4090.0, 4059.0, 4092.0, 4101.0, 4069.0, 4099.0, 4057.0, 4088.0, 4055.0, 4089.0, 4067.0, 4079.0, 4100.0, 4069.0, 4100.0, 4080.0, 4101.0, 4060.0, 4092.0, 4069.0, 4070.0, 4111.0, 4080.0, 4102.0, 4070.0, 4106.0, 4070.0, 4080.0, 4100.0, 4069.0, 4100.0, 4069.0, 4101.0, 4070.0, 4091.0, 4059.0, 4091.0, 4080.0, 4081.0, 4101.0, 4081.0, 4113.0, 4071.0, 4113.0, 4061.0, 4115.0, 4075.0, 4094.0, 4114.0, 4093.0, 4113.0, 4071.0, 4102.0, 4071.0, 4092.0, 4091.0, 4093.0, 4113.0, 4081.0, 4113.0, 4071.0, 4102.0, 4069.0, 4091.0, 4090.0, 4091.0], 'WindowWidth': [9209.0, 9208.0, 9138.0, 9159.0, 9105.0, 9131.0, 9077.0, 9115.0, 9081.0, 9127.0, 9063.0, 9107.0, 9068.0, 9110.0, 9082.0, 9111.0, 9093.0, 9137.0, 9091.0, 9136.0, 9106.0, 9117.0, 9126.0, 9116.0, 9148.0, 9118.0, 9129.0, 9115.0, 9141.0, 9114.0, 9143.0, 9110.0, 9127.0, 9100.0, 9127.0, 9102.0, 9122.0, 9119.0, 9113.0, 9116.0, 9093.0, 9158.0, 9110.0, 9167.0, 9116.0, 9177.0, 9102.0, 9118.0, 9142.0, 9095.0, 9130.0, 9077.0, 9107.0, 9052.0, 9084.0, 9076.0, 9065.0, 9114.0, 9056.0, 9073.0, 9024.0, 9055.0, 9013.0, 9060.0, 9016.0, 9047.0, 9074.0, 9032.0, 9092.0, 9049.0, 9080.0, 9022.0, 9090.0, 9039.0, 9079.0, 9103.0, 9075.0, 9119.0, 9061.0, 9105.0, 9062.0, 9098.0, 9123.0, 9077.0, 9124.0, 9078.0, 9107.0, 9054.0, 9113.0, 9093.0, 9085.0, 9130.0, 9097.0, 9145.0, 9085.0, 9131.0, 9083.0, 9103.0, 9143.0, 9101.0, 9145.0, 9098.0, 9130.0, 9070.0, 9116.0, 9085.0, 9128.0, 9143.0, 9082.0, 9129.0, 9081.0, 9119.0, 9098.0, 9103.0, 9147.0, 9100.0, 9130.0, 9081.0, 9133.0, 9082.0, 9116.0, 9108.0, 9077.0, 9125.0, 9075.0, 9121.0, 9056.0, 9104.0, 9057.0, 9073.0, 9085.0, 9059.0, 9120.0, 9076.0, 9122.0, 9079.0, 9124.0, 9067.0, 9111.0, 9108.0, 9082.0, 9127.0, 9095.0, 9131.0, 9079.0, 9110.0, 9071.0, 9077.0, 9140.0, 9088.0, 9124.0, 9076.0, 9105.0, 9061.0, 9090.0, 9060.0, 9078.0, 9119.0, 9076.0, 9123.0, 9077.0, 9108.0, 9063.0, 9083.0, 9124.0, 9078.0, 9129.0, 9079.0, 9107.0, 9056.0, 9074.0, 9115.0, 9057.0, 9102.0, 9072.0, 9117.0, 9061.0, 9105.0, 9065.0, 9107.0, 9048.0, 9100.0, 9093.0, 9081.0, 9126.0, 9081.0, 9125.0, 9079.0, 9110.0, 9052.0, 9093.0, 9058.0, 9095.0, 9121.0, 9076.0, 9124.0, 9076.0, 9107.0, 9061.0, 9107.0, 9057.0, 9076.0, 9119.0, 9089.0, 9123.0, 9075.0, 9106.0, 9049.0, 9110.0, 9060.0, 9093.0, 9118.0, 9076.0, 9135.0, 9073.0, 9105.0, 9061.0, 9107.0, 9058.0, 9096.0, 9107.0, 9079.0, 9126.0, 9064.0, 9110.0, 9066.0, 9111.0, 9078.0, 9125.0, 9144.0, 9081.0, 9126.0, 9079.0, 9127.0, 9077.0, 9119.0, 9080.0, 9130.0, 9139.0, 9117.0, 9115.0, 9105.0, 9078.0, 9136.0, 9102.0, 9137.0, 9095.0, 9096.0, 9143.0, 9091.0, 9124.0, 9090.0, 9121.0, 9070.0, 9101.0, 9046.0, 9085.0, 9052.0, 9072.0, 9116.0, 9078.0, 9125.0, 9078.0, 9107.0, 9055.0, 9101.0, 9084.0, 9124.0, 9133.0, 9120.0, 9166.0, 9106.0, 9134.0, 9106.0, 9118.0, 9109.0, 9100.0, 9141.0, 9094.0, 9128.0, 9081.0, 9111.0, 9075.0, 9097.0, 9108.0, 9081.0, 9144.0, 9081.0, 9126.0, 9084.0, 9131.0, 9085.0, 9134.0, 9102.0, 9117.0, 9148.0, 9099.0, 9130.0, 9064.0, 9114.0, 9093.0, 9097.0, 9126.0, 9078.0, 9142.0, 9078.0, 9107.0, 9061.0, 9094.0, 9089.0, 9081.0, 9140.0, 9065.0, 9108.0, 9062.0, 9097.0, 9091.0, 9080.0, 9141.0, 9077.0, 9108.0, 9065.0, 9097.0, 9078.0, 9099.0, 9144.0, 9097.0, 9143.0, 9088.0, 9155.0, 9084.0, 9101.0, 9125.0, 9076.0, 9127.0, 9077.0, 9108.0, 9065.0, 9107.0, 9065.0, 9094.0, 9074.0, 9093.0, 9091.0, 9081.0, 9123.0, 9077.0, 9125.0, 9079.0, 9125.0, 9066.0, 9114.0, 9079.0, 9083.0, 9128.0, 9085.0, 9132.0, 9097.0, 9131.0, 9067.0, 9114.0, 9125.0, 9094.0, 9125.0, 9099.0, 9126.0, 9061.0, 9105.0, 9058.0, 9090.0, 9056.0, 9092.0, 9088.0, 9092.0, 9105.0, 9118.0, 9142.0, 9114.0, 9126.0, 9098.0, 9148.0, 9118.0, 9152.0, 9092.0, 9121.0, 9064.0, 9095.0, 9104.0, 9093.0, 9119.0, 9092.0, 9122.0, 9056.0, 9099.0, 9070.0, 9098.0, 9054.0, 9083.0, 9047.0, 9091.0, 9055.0, 9113.0, 9072.0, 9116.0, 9083.0, 9119.0, 9103.0, 9123.0, 9148.0, 9096.0, 9130.0, 9061.0, 9110.0, 9055.0, 9092.0, 9083.0, 9067.0, 9103.0, 9061.0, 9080.0, 9029.0, 9061.0, 9018.0, 9065.0, 9083.0, 9053.0, 9097.0, 9055.0, 9087.0, 9043.0, 9088.0, 9043.0, 9057.0, 9101.0, 9042.0, 9091.0, 9041.0, 9074.0, 9069.0, 9060.0, 9100.0, 9059.0, 9103.0, 9059.0, 9093.0, 9058.0, 9099.0, 9127.0, 9081.0, 9124.0, 9066.0, 9110.0, 9067.0, 9098.0, 9068.0, 9101.0, 9112.0, 9103.0, 9131.0, 9109.0, 9150.0, 9084.0, 9129.0, 9066.0, 9112.0, 9063.0, 9097.0, 9065.0, 9097.0, 9106.0, 9082.0, 9129.0, 9095.0, 9126.0, 9080.0, 9113.0, 9053.0, 9095.0, 9062.0, 9081.0, 9121.0, 9081.0, 9142.0, 9064.0, 9112.0, 9088.0, 9094.0, 9057.0, 9076.0, 9101.0, 9076.0, 9122.0, 9061.0, 9121.0, 9062.0, 9092.0, 9062.0, 9080.0, 9104.0, 9076.0, 9123.0, 9072.0, 9105.0, 9059.0, 9088.0, 9072.0, 9093.0, 9048.0, 9099.0, 9049.0, 9098.0, 9128.0, 9084.0, 9126.0, 9079.0, 9111.0, 9064.0, 9095.0, 9075.0, 9078.0, 9142.0, 9078.0, 9108.0, 9076.0, 9109.0, 9085.0, 9110.0, 9070.0, 9110.0, 9054.0, 9110.0, 9061.0, 9095.0, 9075.0, 9077.0, 9123.0, 9057.0, 9101.0, 9054.0, 9085.0, 9042.0, 9071.0, 9046.0, 9093.0, 9048.0, 9098.0, 9051.0, 9099.0, 9078.0, 9080.0, 9130.0, 9079.0, 9109.0, 9065.0, 9094.0, 9042.0, 9056.0, 9104.0, 9054.0, 9084.0, 9052.0, 9085.0, 9038.0, 9069.0, 9029.0, 9078.0, 9091.0, 9061.0, 9106.0, 9060.0, 9107.0, 9066.0, 9098.0, 9042.0, 9104.0, 9113.0, 9089.0, 9134.0, 9089.0, 9136.0, 9073.0, 9120.0, 9133.0, 9074.0, 9155.0, 9085.0, 9118.0, 9083.0, 9122.0, 9097.0, 9085.0, 9145.0, 9085.0, 9134.0, 9128.0, 9180.0, 9107.0, 9131.0, 9093.0, 9109.0, 9149.0, 9152.0, 9125.0, 9154.0, 9120.0, 9170.0, 9118.0, 9136.0, 9078.0, 9117.0, 9073.0, 9108.0, 9105.0, 9070.0, 9107.0, 9047.0, 9064.0, 9012.0, 9063.0, 9026.0, 9048.0, 9097.0, 9043.0, 9105.0, 9061.0, 9111.0, 9065.0, 9097.0, 9057.0, 9102.0, 9118.0, 9087.0, 9130.0, 9085.0, 9115.0, 9066.0, 9098.0, 9129.0, 9063.0, 9108.0, 9046.0, 9092.0, 9059.0, 9091.0, 9106.0, 9063.0, 9133.0, 9087.0, 9114.0, 9088.0, 9141.0, 9079.0, 9135.0, 9138.0, 9095.0, 9157.0, 9093.0, 9160.0, 9106.0, 9094.0, 9063.0, 9094.0, 9045.0, 9119.0, 9126.0, 9160.0, 9091.0, 9132.0, 9069.0, 9113.0, 9049.0, 9096.0, 9047.0, 9111.0, 9047.0, 9132.0, 9081.0, 9106.0, 9029.0, 9076.0, 9047.0, 9083.0, 9050.0, 9068.0, 9040.0, 9036.0, 9005.0, 9026.0, 8998.0, 9035.0, 8987.0, 9005.0, 8976.0, 8989.0, 8993.0, 8978.0, 9015.0, 8974.0, 9037.0, 9013.0, 9061.0, 9035.0, 9064.0, 9036.0, 9068.0, 9043.0, 9087.0, 9059.0, 9090.0, 9047.0, 9094.0, 9052.0, 9111.0, 9075.0, 9116.0, 9070.0, 9114.0, 9066.0, 9100.0, 9126.0, 9083.0, 9133.0, 9081.0, 9113.0, 9067.0, 9096.0, 9057.0, 9104.0, 9063.0, 9129.0, 9086.0, 9150.0, 9161.0, 9114.0, 9158.0, 9094.0, 9141.0, 9072.0, 9129.0, 9117.0, 9085.0, 9132.0, 9081.0, 9112.0, 9080.0, 9113.0, 9097.0, 9104.0, 9051.0, 9097.0, 9051.0, 9099.0, 9086.0, 9106.0, 9148.0, 9080.0, 9123.0, 9085.0, 9138.0, 9087.0, 9107.0, 9057.0, 9084.0, 9078.0, 9081.0, 9106.0, 9057.0, 9099.0, 9054.0, 9102.0, 9065.0, 9074.0, 9036.0, 9096.0, 9051.0, 9100.0, 9146.0, 9112.0, 9145.0, 9088.0, 9130.0, 9084.0, 9131.0, 9089.0, 9136.0, 9083.0, 9125.0, 9121.0, 9107.0, 9150.0, 9102.0, 9133.0, 9071.0, 9112.0, 9053.0, 9112.0, 9066.0, 9116.0, 9081.0, 9116.0, 9099.0, 9099.0, 9126.0, 9077.0, 9109.0, 9059.0, 9093.0, 9047.0, 9096.0, 9108.0, 9060.0, 9106.0, 9041.0, 9086.0, 9037.0, 9089.0, 9057.0, 9075.0, 9109.0, 9062.0, 9109.0, 9078.0, 9111.0, 9053.0, 9099.0, 9062.0, 9065.0, 9123.0, 9078.0, 9112.0, 9065.0, 9126.0, 9065.0, 9078.0, 9109.0, 9061.0, 9105.0, 9062.0, 9109.0, 9064.0, 9094.0, 9050.0, 9094.0, 9078.0, 9080.0, 9111.0, 9080.0, 9129.0, 9070.0, 9128.0, 9057.0, 9136.0, 9084.0, 9106.0, 9132.0, 9102.0, 9129.0, 9068.0, 9114.0, 9067.0, 9099.0, 9094.0, 9100.0, 9130.0, 9082.0, 9129.0, 9067.0, 9112.0, 9063.0, 9095.0, 9091.0, 9095.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.0011084597701149427</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0278565575862069</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.39085446125431</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2454487950057533</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00463632406214</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4976</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5100.2461</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10625544642814211</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.781609195402299</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.668363786598489</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6264897555614226</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9036572034986903</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.474944400735353</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115046</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006644397042691708</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0384657047688961</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9956573653897896</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>22.1784</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4771</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.0602</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292348.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>818.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.7203</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7093</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.8495</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3222.5559</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3402.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84196.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1178.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4187.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.4193</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.034657570999116</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> |