=== 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-0031 --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-0031",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0031_ses-03_task-social_acq-mb8_run-06_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-0031_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-06_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-0031/ses-03/func/sub-0031_ses-03_task-social_acq-mb8_run-06_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>4ee98c541a2ddfb348eb6d3997577990</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>15:46:52.462500</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_VE11C_LATEST_20160120</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.999858, 0.00452161, -0.0162342, -0.00471177, 0.99992, -0.0116947]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.100329</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7731, -7235, 527, -47, -182, 123, 57]</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>270.39</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>75681cc4-b8ed-40fd-9c39-fbabe33f25d3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825459003448486, -0.012641342356801033, -0.043686121702194214, 114.0643081665039], [-0.01213114708662033, 2.682713747024536, -0.031777676194906235, -86.28300476074219], [-0.043555211275815964, 0.03137596696615219, 2.6994595527648926, -60.388023376464844], [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': ['154652.462500', '154652.922500', '154653.382500', '154653.842500', '154654.302500', '154654.762500', '154655.222500', '154655.682500', '154656.142500', '154656.602500', '154657.062500', '154657.522500', '154657.982500', '154658.442500', '154658.902500', '154659.362500', '154659.822500', '154700.282500', '154700.742500', '154701.202500', '154701.662500', '154702.122500', '154702.582500', '154703.042500', '154703.502500', '154703.962500', '154704.422500', '154704.882500', '154705.342500', '154705.802500', '154706.262500', '154706.722500', '154707.182500', '154707.642500', '154708.102500', '154708.562500', '154709.022500', '154709.482500', '154709.942500', '154710.402500', '154710.862500', '154711.322500', '154711.782500', '154712.242500', '154712.702500', '154713.162500', '154713.622500', '154714.082500', '154714.542500', '154715.002500', '154715.462500', '154715.922500', '154716.382500', '154716.842500', '154717.302500', '154717.762500', '154718.222500', '154718.682500', '154719.142500', '154719.602500', '154720.062500', '154720.522500', '154720.982500', '154721.442500', '154721.902500', '154722.362500', '154722.822500', '154723.282500', '154723.742500', '154724.202500', '154724.662500', '154725.122500', '154725.582500', '154726.042500', '154726.502500', '154726.962500', '154727.422500', '154727.882500', '154728.342500', '154728.802500', '154729.262500', '154729.722500', '154730.182500', '154730.642500', '154731.102500', '154731.562500', '154732.022500', '154732.482500', '154732.942500', '154733.402500', '154733.862500', '154734.322500', '154734.782500', '154735.242500', '154735.702500', '154736.162500', '154736.622500', '154737.082500', '154737.542500', '154738.002500', '154738.462500', '154738.922500', '154739.382500', '154739.842500', '154740.302500', '154740.762500', '154741.222500', '154741.682500', '154742.142500', '154742.602500', '154743.062500', '154743.522500', '154743.982500', '154744.442500', '154744.902500', '154745.362500', '154745.822500', '154746.282500', '154746.742500', '154747.202500', '154747.662500', '154748.122500', '154748.582500', '154749.042500', '154749.502500', '154749.962500', '154750.422500', '154750.882500', '154751.342500', '154751.802500', '154752.262500', '154752.722500', '154753.182500', '154753.642500', '154754.102500', '154754.562500', '154755.022500', '154755.482500', '154755.942500', '154756.402500', '154756.862500', '154757.322500', '154757.782500', '154758.242500', '154758.702500', '154759.162500', '154759.622500', '154800.082500', '154800.542500', '154801.002500', '154801.462500', '154801.922500', '154802.382500', '154802.842500', '154803.302500', '154803.762500', '154804.222500', '154804.682500', '154805.142500', '154805.602500', '154806.062500', '154806.522500', '154806.982500', '154807.442500', '154807.902500', '154808.362500', '154808.822500', '154809.282500', '154809.742500', '154810.202500', '154810.662500', '154811.122500', '154811.582500', '154812.042500', '154812.502500', '154812.962500', '154813.422500', '154813.882500', '154814.342500', '154814.802500', '154815.262500', '154815.722500', '154816.182500', '154816.642500', '154817.102500', '154817.562500', '154818.022500', '154818.482500', '154818.942500', '154819.402500', '154819.862500', '154820.322500', '154820.782500', '154821.242500', '154821.702500', '154822.162500', '154822.622500', '154823.082500', '154823.542500', '154824.002500', '154824.462500', '154824.922500', '154825.382500', '154825.842500', '154826.302500', '154826.762500', '154827.222500', '154827.682500', '154828.142500', '154828.602500', '154829.062500', '154829.522500', '154829.982500', '154830.442500', '154830.902500', '154831.362500', '154831.822500', '154832.282500', '154832.742500', '154833.202500', '154833.662500', '154834.122500', '154834.582500', '154835.042500', '154835.502500', '154835.962500', '154836.422500', '154836.882500', '154837.342500', '154837.802500', '154838.262500', '154838.722500', '154839.182500', '154839.642500', '154840.102500', '154840.562500', '154841.022500', '154841.482500', '154841.942500', '154842.402500', '154842.862500', '154843.322500', '154843.782500', '154844.242500', '154844.702500', '154845.162500', '154845.622500', '154846.082500', '154846.542500', '154847.002500', '154847.462500', '154847.922500', '154848.382500', '154848.842500', '154849.302500', '154849.762500', '154850.222500', '154850.682500', '154851.142500', '154851.602500', '154852.062500', '154852.522500', '154852.982500', '154853.442500', '154853.902500', '154854.362500', '154854.822500', '154855.282500', '154855.742500', '154856.202500', '154856.662500', '154857.122500', '154857.582500', '154858.042500', '154858.502500', '154858.962500', '154859.422500', '154859.882500', '154900.342500', '154900.802500', '154901.262500', '154901.722500', '154902.182500', '154902.642500', '154903.102500', '154903.562500', '154904.022500', '154904.482500', '154904.942500', '154905.402500', '154905.862500', '154906.322500', '154906.782500', '154907.242500', '154907.702500', '154908.162500', '154908.622500', '154909.082500', '154909.542500', '154910.002500', '154910.462500', '154910.922500', '154911.382500', '154911.842500', '154912.302500', '154912.762500', '154913.222500', '154913.682500', '154914.142500', '154914.602500', '154915.062500', '154915.522500', '154915.982500', '154916.442500', '154916.902500', '154917.362500', '154917.822500', '154918.282500', '154918.742500', '154919.202500', '154919.662500', '154920.122500', '154920.582500', '154921.042500', '154921.502500', '154921.962500', '154922.422500', '154922.882500', '154923.342500', '154923.802500', '154924.262500', '154924.722500', '154925.182500', '154925.642500', '154926.102500', '154926.562500', '154927.022500', '154927.482500', '154927.942500', '154928.402500', '154928.862500', '154929.322500', '154929.782500', '154930.242500', '154930.702500', '154931.162500', '154931.622500', '154932.082500', '154932.542500', '154933.002500', '154933.462500', '154933.922500', '154934.382500', '154934.842500', '154935.302500', '154935.762500', '154936.222500', '154936.682500', '154937.142500', '154937.602500', '154938.062500', '154938.522500', '154938.982500', '154939.442500', '154939.902500', '154940.362500', '154940.822500', '154941.282500', '154941.742500', '154942.202500', '154942.662500', '154943.122500', '154943.582500', '154944.042500', '154944.502500', '154944.962500', '154945.422500', '154945.882500', '154946.342500', '154946.802500', '154947.262500', '154947.722500', '154948.182500', '154948.642500', '154949.102500', '154949.562500', '154950.022500', '154950.482500', '154950.942500', '154951.402500', '154951.862500', '154952.322500', '154952.782500', '154953.242500', '154953.702500', '154954.162500', '154954.622500', '154955.082500', '154955.542500', '154956.002500', '154956.462500', '154956.922500', '154957.382500', '154957.842500', '154958.302500', '154958.762500', '154959.222500', '154959.682500', '155000.142500', '155000.602500', '155001.062500', '155001.522500', '155001.982500', '155002.442500', '155002.902500', '155003.362500', '155003.822500', '155004.282500', '155004.742500', '155005.202500', '155005.662500', '155006.122500', '155006.582500', '155007.042500', '155007.502500', '155007.962500', '155008.422500', '155008.882500', '155009.342500', '155009.802500', '155010.262500', '155010.722500', '155011.182500', '155011.642500', '155012.102500', '155012.562500', '155013.022500', '155013.482500', '155013.942500', '155014.402500', '155014.862500', '155015.322500', '155015.782500', '155016.242500', '155016.702500', '155017.162500', '155017.622500', '155018.082500', '155018.542500', '155019.002500', '155019.462500', '155019.922500', '155020.382500', '155020.842500', '155021.302500', '155021.762500', '155022.222500', '155022.682500', '155023.142500', '155023.602500', '155024.062500', '155024.522500', '155024.982500', '155025.442500', '155025.902500', '155026.362500', '155026.822500', '155027.282500', '155027.742500', '155028.202500', '155028.662500', '155029.122500', '155029.582500', '155030.042500', '155030.502500', '155030.962500', '155031.422500', '155031.882500', '155032.342500', '155032.802500', '155033.262500', '155033.722500', '155034.182500', '155034.642500', '155035.102500', '155035.562500', '155036.022500', '155036.482500', '155036.942500', '155037.402500', '155037.862500', '155038.322500', '155038.782500', '155039.242500', '155039.702500', '155040.162500', '155040.622500', '155041.082500', '155041.542500', '155042.002500', '155042.462500', '155042.922500', '155043.382500', '155043.842500', '155044.302500', '155044.762500', '155045.222500', '155045.682500', '155046.142500', '155046.602500', '155047.062500', '155047.522500', '155047.982500', '155048.442500', '155048.902500', '155049.362500', '155049.822500', '155050.282500', '155050.742500', '155051.202500', '155051.662500', '155052.122500', '155052.582500', '155053.042500', '155053.502500', '155053.962500', '155054.422500', '155054.882500', '155055.342500', '155055.802500', '155056.262500', '155056.722500', '155057.182500', '155057.642500', '155058.102500', '155058.562500', '155059.022500', '155059.482500', '155059.942500', '155100.402500', '155100.862500', '155101.322500', '155101.782500', '155102.242500', '155102.702500', '155103.162500', '155103.622500', '155104.082500', '155104.542500', '155105.002500', '155105.462500', '155105.922500', '155106.382500', '155106.842500', '155107.302500', '155107.762500', '155108.222500', '155108.682500', '155109.142500', '155109.602500', '155110.062500', '155110.522500', '155110.982500', '155111.442500', '155111.902500', '155112.362500', '155112.822500', '155113.282500', '155113.742500', '155114.202500', '155114.662500', '155115.122500', '155115.582500', '155116.042500', '155116.502500', '155116.962500', '155117.422500', '155117.882500', '155118.342500', '155118.802500', '155119.262500', '155119.722500', '155120.182500', '155120.642500', '155121.102500', '155121.562500', '155122.022500', '155122.482500', '155122.942500', '155123.402500', '155123.862500', '155124.322500', '155124.782500', '155125.242500', '155125.702500', '155126.162500', '155126.622500', '155127.082500', '155127.542500', '155128.002500', '155128.462500', '155128.922500', '155129.382500', '155129.842500', '155130.302500', '155130.762500', '155131.222500', '155131.682500', '155132.142500', '155132.602500', '155133.062500', '155133.522500', '155133.982500', '155134.442500', '155134.902500', '155135.362500', '155135.822500', '155136.282500', '155136.742500', '155137.202500', '155137.662500', '155138.122500', '155138.582500', '155139.042500', '155139.502500', '155139.962500', '155140.422500', '155140.882500', '155141.342500', '155141.802500', '155142.262500', '155142.722500', '155143.182500', '155143.642500', '155144.102500', '155144.562500', '155145.022500', '155145.482500', '155145.942500', '155146.402500', '155146.862500', '155147.322500', '155147.782500', '155148.242500', '155148.702500', '155149.162500', '155149.622500', '155150.082500', '155150.542500', '155151.002500', '155151.462500', '155151.922500', '155152.382500', '155152.842500', '155153.302500', '155153.762500', '155154.222500', '155154.682500', '155155.142500', '155155.602500', '155156.062500', '155156.522500', '155156.982500', '155157.442500', '155157.902500', '155158.362500', '155158.822500', '155159.282500', '155159.742500', '155200.202500', '155200.662500', '155201.122500', '155201.582500', '155202.042500', '155202.502500', '155202.962500', '155203.422500', '155203.882500', '155204.342500', '155204.802500', '155205.262500', '155205.722500', '155206.182500', '155206.642500', '155207.102500', '155207.562500', '155208.022500', '155208.482500', '155208.942500', '155209.402500', '155209.862500', '155210.322500', '155210.782500', '155211.242500', '155211.702500', '155212.162500', '155212.622500', '155213.082500', '155213.542500', '155214.002500', '155214.462500', '155214.922500', '155215.382500', '155215.842500', '155216.302500', '155216.762500', '155217.222500', '155217.682500', '155218.142500', '155218.602500', '155219.062500', '155219.522500', '155219.982500', '155220.442500', '155220.902500', '155221.362500', '155221.822500', '155222.282500', '155222.742500', '155223.202500', '155223.662500', '155224.122500', '155224.582500', '155225.042500', '155225.502500', '155225.962500', '155226.422500', '155226.882500', '155227.342500', '155227.802500', '155228.262500', '155228.722500', '155229.182500', '155229.642500', '155230.102500', '155230.562500', '155231.022500', '155231.482500', '155231.942500', '155232.402500', '155232.862500', '155233.322500', '155233.782500', '155234.242500', '155234.702500', '155235.162500', '155235.622500', '155236.082500', '155236.542500', '155237.002500', '155237.462500', '155237.922500', '155238.382500', '155238.842500', '155239.302500', '155239.762500', '155240.222500', '155240.682500', '155241.142500', '155241.602500', '155242.062500', '155242.522500', '155242.982500', '155243.442500', '155243.902500', '155244.362500', '155244.822500', '155245.282500', '155245.742500', '155246.202500', '155246.662500', '155247.122500', '155247.582500', '155248.042500', '155248.502500', '155248.962500', '155249.422500', '155249.882500', '155250.342500', '155250.802500', '155251.262500', '155251.722500', '155252.182500', '155252.642500', '155253.102500', '155253.562500', '155254.022500', '155254.482500', '155254.942500', '155255.402500', '155255.862500', '155256.322500', '155256.782500', '155257.242500', '155257.702500', '155258.162500', '155258.622500', '155259.082500', '155259.542500', '155300.002500', '155300.462500', '155300.922500', '155301.382500', '155301.842500', '155302.302500', '155302.762500', '155303.222500', '155303.682500', '155304.142500', '155304.602500', '155305.062500', '155305.522500', '155305.982500', '155306.442500', '155306.902500', '155307.362500', '155307.822500', '155308.282500', '155308.742500', '155309.202500', '155309.662500', '155310.122500', '155310.582500', '155311.042500', '155311.502500', '155311.962500', '155312.422500', '155312.882500', '155313.342500', '155313.802500', '155314.262500', '155314.722500', '155315.182500', '155315.642500', '155316.102500', '155316.562500', '155317.022500', '155317.482500', '155317.942500', '155318.402500', '155318.862500', '155319.322500', '155319.782500', '155320.242500', '155320.702500', '155321.162500', '155321.622500', '155322.082500', '155322.542500', '155323.002500', '155323.462500', '155323.922500', '155324.382500', '155324.842500', '155325.302500', '155325.762500', '155326.222500', '155326.682500', '155327.142500', '155327.602500', '155328.062500', '155328.522500', '155328.982500', '155329.442500', '155329.902500', '155330.362500', '155330.822500', '155331.282500', '155331.742500', '155332.202500', '155332.662500', '155333.122500'], 'ContentTime': ['154705.788000', '154705.791000', '154705.800000', '154705.806000', '154705.810000', '154705.813000', '154705.816000', '154705.820000', '154705.823000', '154705.826000', '154705.830000', '154705.833000', '154705.835000', '154705.839000', '154705.842000', '154705.845000', '154705.848000', '154705.852000', '154705.856000', '154705.859000', '154705.862000', '154705.865000', '154705.869000', '154705.872000', '154705.876000', '154705.879000', '154705.882000', '154725.742000', '154725.745000', '154725.748000', '154725.750000', '154725.753000', '154725.756000', '154725.759000', '154725.762000', '154725.765000', '154725.768000', '154725.770000', '154725.773000', '154725.776000', '154725.779000', '154725.782000', '154725.785000', '154725.788000', '154725.791000', '154725.793000', '154725.796000', '154725.799000', '154725.802000', '154725.805000', '154725.808000', '154725.816000', '154725.819000', '154725.822000', '154725.824000', '154725.827000', '154725.830000', '154725.833000', '154725.836000', '154725.839000', '154725.842000', '154725.845000', '154725.847000', '154725.850000', '154725.853000', '154725.856000', '154725.859000', '154725.862000', '154725.864000', '154725.876000', '154745.743000', '154745.746000', '154745.749000', '154745.752000', '154745.755000', '154745.757000', '154745.760000', '154745.763000', '154745.766000', '154745.769000', '154745.772000', '154745.775000', '154745.777000', '154745.780000', '154745.783000', '154745.786000', '154745.789000', '154745.792000', '154745.795000', '154745.797000', '154745.800000', '154745.803000', '154745.806000', '154745.815000', '154745.817000', '154745.820000', '154745.823000', '154745.826000', '154745.829000', '154745.832000', '154745.835000', '154745.838000', '154745.840000', '154745.843000', '154745.846000', '154745.849000', '154745.852000', '154745.855000', '154745.858000', '154745.861000', '154745.863000', '154745.866000', '154745.869000', '154745.872000', '154805.743000', '154805.746000', '154805.749000', '154805.752000', '154805.755000', '154805.758000', '154805.760000', '154805.763000', '154805.766000', '154805.769000', '154805.772000', '154805.775000', '154805.778000', '154805.781000', '154805.784000', '154805.787000', '154805.789000', '154805.792000', '154805.795000', '154805.798000', '154805.801000', '154805.804000', '154805.807000', '154805.810000', '154805.812000', '154805.815000', '154805.818000', '154805.822000', '154805.824000', '154805.827000', '154805.830000', '154805.833000', '154805.836000', '154805.839000', '154805.842000', '154805.845000', '154805.847000', '154805.851000', '154805.853000', '154805.856000', '154805.859000', '154805.862000', '154805.865000', '154825.743000', '154825.746000', '154825.749000', '154825.751000', '154825.755000', '154825.757000', '154825.760000', '154825.763000', '154825.766000', '154825.769000', '154825.772000', '154825.775000', '154825.778000', '154825.780000', '154825.783000', '154825.786000', '154825.789000', '154825.792000', '154825.795000', '154825.797000', '154825.800000', '154825.803000', '154825.806000', '154825.809000', '154825.812000', '154825.815000', '154825.818000', '154825.820000', '154825.823000', '154825.826000', '154825.829000', '154825.832000', '154825.835000', '154825.838000', '154825.840000', '154825.843000', '154825.846000', '154825.849000', '154825.852000', '154825.855000', '154825.858000', '154825.860000', '154825.863000', '154825.866000', '154845.743000', '154845.746000', '154845.749000', '154845.752000', '154845.755000', '154845.758000', '154845.761000', '154845.763000', '154845.768000', '154845.771000', '154845.774000', '154845.777000', '154845.779000', '154845.782000', '154845.785000', '154845.788000', '154845.791000', '154845.794000', '154845.797000', '154845.800000', '154845.803000', '154845.805000', '154845.808000', '154845.811000', '154845.814000', '154845.817000', '154845.820000', '154845.823000', '154845.826000', '154845.829000', '154845.832000', '154845.836000', '154845.839000', '154845.842000', '154845.845000', '154845.848000', '154845.851000', '154845.854000', '154845.857000', '154845.860000', '154845.863000', '154845.865000', '154845.868000', '154905.742000', '154905.745000', '154905.748000', '154905.751000', '154905.754000', '154905.757000', '154905.759000', '154905.762000', '154905.765000', '154905.768000', '154905.771000', '154905.774000', '154905.777000', '154905.780000', '154905.783000', '154905.786000', '154905.788000', '154905.791000', '154905.794000', '154905.797000', '154905.800000', '154905.803000', '154905.806000', '154905.809000', '154905.822000', '154905.825000', '154905.828000', '154905.831000', '154905.834000', '154905.837000', '154905.839000', '154905.842000', '154905.845000', '154905.848000', '154905.851000', '154905.862000', '154905.865000', '154905.868000', '154905.871000', '154905.874000', '154905.876000', '154905.879000', '154905.882000', '154905.885000', '154925.742000', '154925.745000', '154925.748000', '154925.751000', '154925.754000', '154925.757000', '154925.760000', '154925.762000', '154925.765000', '154925.768000', '154925.771000', '154925.774000', '154925.777000', '154925.780000', '154925.783000', '154925.786000', '154925.788000', '154925.791000', '154925.794000', '154925.797000', '154925.800000', '154925.803000', '154925.806000', '154925.809000', '154925.811000', '154925.814000', '154925.817000', '154925.820000', '154925.823000', '154925.826000', '154925.829000', '154925.832000', '154925.834000', '154925.837000', '154925.840000', '154925.843000', '154925.846000', '154925.849000', '154925.852000', '154925.855000', '154925.858000', '154925.861000', '154925.864000', '154945.742000', '154945.745000', '154945.748000', '154945.751000', '154945.754000', '154945.756000', '154945.759000', '154945.762000', '154945.765000', '154945.768000', '154945.771000', '154945.774000', '154945.777000', '154945.779000', '154945.782000', '154945.785000', '154945.788000', '154945.791000', '154945.794000', '154945.797000', '154945.800000', '154945.803000', '154945.806000', '154945.808000', '154945.811000', '154945.814000', '154945.817000', '154945.820000', '154945.823000', '154945.826000', '154945.829000', '154945.832000', '154945.834000', '154945.837000', '154945.840000', '154945.843000', '154945.846000', '154945.849000', '154945.852000', '154945.855000', '154945.857000', '154945.860000', '154945.863000', '154945.866000', '155005.743000', '155005.746000', '155005.749000', '155005.752000', '155005.755000', '155005.758000', '155005.761000', '155005.763000', '155005.766000', '155005.769000', '155005.772000', '155005.775000', '155005.778000', '155005.781000', '155005.784000', '155005.787000', '155005.790000', '155005.792000', '155005.795000', '155005.798000', '155005.801000', '155005.806000', '155005.809000', '155005.812000', '155005.815000', '155005.818000', '155005.820000', '155005.823000', '155005.826000', '155005.829000', '155005.832000', '155005.835000', '155005.838000', '155005.841000', '155005.843000', '155005.846000', '155005.849000', '155005.852000', '155005.855000', '155005.858000', '155005.861000', '155005.864000', '155005.867000', '155025.743000', '155025.746000', '155025.749000', '155025.752000', '155025.755000', '155025.758000', '155025.761000', '155025.764000', '155025.767000', '155025.770000', '155025.773000', '155025.776000', '155025.778000', '155025.781000', '155025.784000', '155025.787000', '155025.790000', '155025.793000', '155025.796000', '155025.799000', '155025.802000', '155025.805000', '155025.807000', '155025.810000', '155025.813000', '155025.816000', '155025.819000', '155025.822000', '155025.825000', '155025.828000', '155025.830000', '155025.833000', '155025.836000', '155025.839000', '155025.842000', '155025.845000', '155025.848000', '155025.851000', '155025.853000', '155025.856000', '155025.859000', '155025.862000', '155025.865000', '155025.868000', '155045.743000', '155045.746000', '155045.749000', '155045.752000', '155045.755000', '155045.766000', '155045.769000', '155045.772000', '155045.775000', '155045.778000', '155045.780000', '155045.783000', '155045.786000', '155045.789000', '155045.792000', '155045.795000', '155045.798000', '155045.800000', '155045.803000', '155045.806000', '155045.809000', '155045.812000', '155045.815000', '155045.818000', '155045.821000', '155045.824000', '155045.826000', '155045.829000', '155045.832000', '155045.835000', '155045.838000', '155045.841000', '155045.844000', '155045.847000', '155045.850000', '155045.853000', '155045.856000', '155045.859000', '155045.861000', '155045.864000', '155045.867000', '155045.870000', '155045.873000', '155105.743000', '155105.746000', '155105.749000', '155105.752000', '155105.755000', '155105.758000', '155105.761000', '155105.763000', '155105.766000', '155105.769000', '155105.772000', '155105.775000', '155105.778000', '155105.781000', '155105.784000', '155105.786000', '155105.789000', '155105.792000', '155105.795000', '155105.798000', '155105.801000', '155105.804000', '155105.807000', '155105.810000', '155105.813000', '155105.816000', '155105.818000', '155105.821000', '155105.824000', '155105.827000', '155105.830000', '155105.833000', '155105.836000', '155105.839000', '155105.842000', '155105.844000', '155105.847000', '155105.850000', '155105.853000', '155105.856000', '155105.859000', '155105.862000', '155105.865000', '155105.867000', '155125.742000', '155125.745000', '155125.748000', '155125.751000', '155125.754000', '155125.757000', '155125.760000', '155125.763000', '155125.765000', '155125.768000', '155125.771000', '155125.774000', '155125.777000', '155125.780000', '155125.783000', '155125.786000', '155125.788000', '155125.791000', '155125.794000', '155125.797000', '155125.800000', '155125.803000', '155125.806000', '155125.809000', '155125.812000', '155125.814000', '155125.817000', '155125.820000', '155125.823000', '155125.826000', '155125.829000', '155125.832000', '155125.835000', '155125.838000', '155125.842000', '155125.845000', '155125.848000', '155125.851000', '155125.854000', '155125.857000', '155125.860000', '155125.863000', '155125.866000', '155145.742000', '155145.745000', '155145.748000', '155145.751000', '155145.754000', '155145.757000', '155145.759000', '155145.762000', '155145.765000', '155145.768000', '155145.771000', '155145.774000', '155145.777000', '155145.780000', '155145.783000', '155145.786000', '155145.789000', '155145.791000', '155145.794000', '155145.797000', '155145.800000', '155145.803000', '155145.806000', '155145.809000', '155145.812000', '155145.815000', '155145.818000', '155145.821000', '155145.823000', '155145.826000', '155145.829000', '155145.832000', '155145.835000', '155145.838000', '155145.841000', '155145.844000', '155145.847000', '155145.849000', '155145.852000', '155145.855000', '155145.858000', '155145.861000', '155145.864000', '155145.867000', '155205.742000', '155205.745000', '155205.748000', '155205.751000', '155205.754000', '155205.757000', '155205.760000', '155205.763000', '155205.765000', '155205.768000', '155205.771000', '155205.774000', '155205.777000', '155205.780000', '155205.783000', '155205.786000', '155205.789000', '155205.792000', '155205.795000', '155205.797000', '155205.800000', '155205.803000', '155205.806000', '155205.809000', '155205.812000', '155205.815000', '155205.818000', '155205.820000', '155205.823000', '155205.826000', '155205.848000', '155205.855000', '155205.858000', '155205.861000', '155205.863000', '155205.866000', '155205.869000', '155205.872000', '155205.875000', '155205.878000', '155205.881000', '155205.884000', '155205.886000', '155225.743000', '155225.746000', '155225.749000', '155225.752000', '155225.755000', '155225.758000', '155225.761000', '155225.763000', '155225.766000', '155225.769000', '155225.772000', '155225.775000', '155225.778000', '155225.781000', '155225.784000', '155225.787000', '155225.789000', '155225.792000', '155225.795000', '155225.798000', '155225.801000', '155225.804000', '155225.807000', '155225.810000', '155225.812000', '155225.815000', '155225.818000', '155225.821000', '155225.824000', '155225.827000', '155225.830000', '155225.833000', '155225.836000', '155225.838000', '155225.841000', '155225.844000', '155225.847000', '155225.850000', '155225.853000', '155225.856000', '155225.859000', '155225.862000', '155225.865000', '155225.867000', '155245.743000', '155245.746000', '155245.749000', '155245.752000', '155245.755000', '155245.758000', '155245.761000', '155245.763000', '155245.766000', '155245.769000', '155245.772000', '155245.775000', '155245.778000', '155245.781000', '155245.784000', '155245.787000', '155245.790000', '155245.793000', '155245.795000', '155245.798000', '155245.803000', '155245.806000', '155245.809000', '155245.812000', '155245.815000', '155245.817000', '155245.820000', '155245.823000', '155245.826000', '155245.830000', '155245.832000', '155245.835000', '155245.838000', '155245.841000', '155245.844000', '155245.847000', '155245.850000', '155245.853000', '155245.856000', '155245.858000', '155245.862000', '155245.864000', '155245.867000', '155305.743000', '155305.746000', '155305.749000', '155305.752000', '155305.755000', '155305.758000', '155305.761000', '155305.763000', '155305.766000', '155305.769000', '155305.772000', '155305.775000', '155305.778000', '155305.781000', '155305.784000', '155305.787000', '155305.789000', '155305.792000', '155305.795000', '155305.798000', '155305.801000', '155305.808000', '155305.811000', '155305.813000', '155305.816000', '155305.819000', '155305.822000', '155305.825000', '155305.828000', '155305.831000', '155305.834000', '155305.837000', '155305.839000', '155305.842000', '155305.846000', '155305.848000', '155305.851000', '155305.854000', '155305.857000', '155305.860000', '155305.863000', '155305.866000', '155305.869000', '155305.872000', '155325.743000', '155325.746000', '155325.749000', '155325.752000', '155325.755000', '155325.758000', '155325.760000', '155325.763000', '155325.766000', '155325.769000', '155325.772000', '155325.775000', '155325.778000', '155325.781000', '155325.784000', '155325.787000', '155325.789000', '155325.792000', '155325.795000', '155325.798000', '155325.801000', '155325.804000', '155325.807000', '155325.810000', '155325.812000', '155325.815000', '155325.818000', '155325.821000', '155325.824000', '155325.827000', '155325.830000', '155325.833000', '155325.836000', '155325.838000', '155325.841000', '155325.844000', '155325.847000', '155325.850000', '155325.853000', '155325.856000', '155325.859000', '155325.874000', '155325.877000', '155334.320000', '155334.324000', '155334.330000', '155334.334000', '155334.336000', '155334.340000', '155334.344000', '155334.348000', '155334.351000', '155334.355000', '155334.359000', '155334.362000', '155334.367000', '155334.370000', '155334.374000', '155334.378000', '155334.382000', '155334.385000', '155334.389000'], 'InstanceCreationTime': ['154705.788000', '154705.791000', '154705.800000', '154705.806000', '154705.810000', '154705.813000', '154705.816000', '154705.820000', '154705.823000', '154705.826000', '154705.830000', '154705.833000', '154705.835000', '154705.839000', '154705.842000', '154705.845000', '154705.848000', '154705.852000', '154705.856000', '154705.859000', '154705.862000', '154705.865000', '154705.869000', '154705.872000', '154705.876000', '154705.879000', '154705.882000', '154725.742000', '154725.745000', '154725.748000', '154725.750000', '154725.753000', '154725.756000', '154725.759000', '154725.762000', '154725.765000', '154725.768000', '154725.770000', '154725.773000', '154725.776000', '154725.779000', '154725.782000', '154725.785000', '154725.788000', '154725.791000', '154725.793000', '154725.796000', '154725.799000', '154725.802000', '154725.805000', '154725.808000', '154725.816000', '154725.819000', '154725.822000', '154725.824000', '154725.827000', '154725.830000', '154725.833000', '154725.836000', '154725.839000', '154725.842000', '154725.845000', '154725.847000', '154725.850000', '154725.853000', '154725.856000', '154725.859000', '154725.862000', '154725.864000', '154725.876000', '154745.743000', '154745.746000', '154745.749000', '154745.752000', '154745.755000', '154745.757000', '154745.760000', '154745.763000', '154745.766000', '154745.769000', '154745.772000', '154745.775000', '154745.777000', '154745.780000', '154745.783000', '154745.786000', '154745.789000', '154745.792000', '154745.795000', '154745.797000', '154745.800000', '154745.803000', '154745.806000', '154745.815000', '154745.817000', '154745.820000', '154745.823000', '154745.826000', '154745.829000', '154745.832000', '154745.835000', '154745.838000', '154745.840000', '154745.843000', '154745.846000', '154745.849000', '154745.852000', '154745.855000', '154745.858000', '154745.861000', '154745.863000', '154745.866000', '154745.869000', '154745.872000', '154805.743000', '154805.746000', '154805.749000', '154805.752000', '154805.755000', '154805.758000', '154805.760000', '154805.763000', '154805.766000', '154805.769000', '154805.772000', '154805.775000', '154805.778000', '154805.781000', '154805.784000', '154805.787000', '154805.789000', '154805.792000', '154805.795000', '154805.798000', '154805.801000', '154805.804000', '154805.807000', '154805.810000', '154805.812000', '154805.815000', '154805.818000', '154805.822000', '154805.824000', '154805.827000', '154805.830000', '154805.833000', '154805.836000', '154805.839000', '154805.842000', '154805.845000', '154805.847000', '154805.851000', '154805.853000', '154805.856000', '154805.859000', '154805.862000', '154805.865000', '154825.743000', '154825.746000', '154825.749000', '154825.751000', '154825.755000', '154825.757000', '154825.760000', '154825.763000', '154825.766000', '154825.769000', '154825.772000', '154825.775000', '154825.778000', '154825.780000', '154825.783000', '154825.786000', '154825.789000', '154825.792000', '154825.795000', '154825.797000', '154825.800000', '154825.803000', '154825.806000', '154825.809000', '154825.812000', '154825.815000', '154825.818000', '154825.820000', '154825.823000', '154825.826000', '154825.829000', '154825.832000', '154825.835000', '154825.838000', '154825.840000', '154825.843000', '154825.846000', '154825.849000', '154825.852000', '154825.855000', '154825.858000', '154825.860000', '154825.863000', '154825.866000', '154845.743000', '154845.746000', '154845.749000', '154845.752000', '154845.755000', '154845.758000', '154845.761000', '154845.763000', '154845.768000', '154845.771000', '154845.774000', '154845.777000', '154845.779000', '154845.782000', '154845.785000', '154845.788000', '154845.791000', '154845.794000', '154845.797000', '154845.800000', '154845.803000', '154845.805000', '154845.808000', '154845.811000', '154845.814000', '154845.817000', '154845.820000', '154845.823000', '154845.826000', '154845.829000', '154845.832000', '154845.836000', '154845.839000', '154845.842000', '154845.845000', '154845.848000', '154845.851000', '154845.854000', '154845.857000', '154845.860000', '154845.863000', '154845.865000', '154845.868000', '154905.742000', '154905.745000', '154905.748000', '154905.751000', '154905.754000', '154905.757000', '154905.759000', '154905.762000', '154905.765000', '154905.768000', '154905.771000', '154905.774000', '154905.777000', '154905.780000', '154905.783000', '154905.786000', '154905.788000', '154905.791000', '154905.794000', '154905.797000', '154905.800000', '154905.803000', '154905.806000', '154905.809000', '154905.822000', '154905.825000', '154905.828000', '154905.831000', '154905.834000', '154905.837000', '154905.839000', '154905.842000', '154905.845000', '154905.848000', '154905.851000', '154905.862000', '154905.865000', '154905.868000', '154905.871000', '154905.874000', '154905.876000', '154905.879000', '154905.882000', '154905.885000', '154925.742000', '154925.745000', '154925.748000', '154925.751000', '154925.754000', '154925.757000', '154925.760000', '154925.762000', '154925.765000', '154925.768000', '154925.771000', '154925.774000', '154925.777000', '154925.780000', '154925.783000', '154925.786000', '154925.788000', '154925.791000', '154925.794000', '154925.797000', '154925.800000', '154925.803000', '154925.806000', '154925.809000', '154925.811000', '154925.814000', '154925.817000', '154925.820000', '154925.823000', '154925.826000', '154925.829000', '154925.832000', '154925.834000', '154925.837000', '154925.840000', '154925.843000', '154925.846000', '154925.849000', '154925.852000', '154925.855000', '154925.858000', '154925.861000', '154925.864000', '154945.742000', '154945.745000', '154945.748000', '154945.751000', '154945.754000', '154945.756000', '154945.759000', '154945.762000', '154945.765000', '154945.768000', '154945.771000', '154945.774000', '154945.777000', '154945.779000', '154945.782000', '154945.785000', '154945.788000', '154945.791000', '154945.794000', '154945.797000', '154945.800000', '154945.803000', '154945.806000', '154945.808000', '154945.811000', '154945.814000', '154945.817000', '154945.820000', '154945.823000', '154945.826000', '154945.829000', '154945.832000', '154945.834000', '154945.837000', '154945.840000', '154945.843000', '154945.846000', '154945.849000', '154945.852000', '154945.855000', '154945.857000', '154945.860000', '154945.863000', '154945.866000', '155005.743000', '155005.746000', '155005.749000', '155005.752000', '155005.755000', '155005.758000', '155005.761000', '155005.763000', '155005.766000', '155005.769000', '155005.772000', '155005.775000', '155005.778000', '155005.781000', '155005.784000', '155005.787000', '155005.790000', '155005.792000', '155005.795000', '155005.798000', '155005.801000', '155005.806000', '155005.809000', '155005.812000', '155005.815000', '155005.818000', '155005.820000', '155005.823000', '155005.826000', '155005.829000', '155005.832000', '155005.835000', '155005.838000', '155005.841000', '155005.843000', '155005.846000', '155005.849000', '155005.852000', '155005.855000', '155005.858000', '155005.861000', '155005.864000', '155005.867000', '155025.743000', '155025.746000', '155025.749000', '155025.752000', '155025.755000', '155025.758000', '155025.761000', '155025.764000', '155025.767000', '155025.770000', '155025.773000', '155025.776000', '155025.778000', '155025.781000', '155025.784000', '155025.787000', '155025.790000', '155025.793000', '155025.796000', '155025.799000', '155025.802000', '155025.805000', '155025.807000', '155025.810000', '155025.813000', '155025.816000', '155025.819000', '155025.822000', '155025.825000', '155025.828000', '155025.830000', '155025.833000', '155025.836000', '155025.839000', '155025.842000', '155025.845000', '155025.848000', '155025.851000', '155025.853000', '155025.856000', '155025.859000', '155025.862000', '155025.865000', '155025.868000', '155045.743000', '155045.746000', '155045.749000', '155045.752000', '155045.755000', '155045.766000', '155045.769000', '155045.772000', '155045.775000', '155045.778000', '155045.780000', '155045.783000', '155045.786000', '155045.789000', '155045.792000', '155045.795000', '155045.798000', '155045.800000', '155045.803000', '155045.806000', '155045.809000', '155045.812000', '155045.815000', '155045.818000', '155045.821000', '155045.824000', '155045.826000', '155045.829000', '155045.832000', '155045.835000', '155045.838000', '155045.841000', '155045.844000', '155045.847000', '155045.850000', '155045.853000', '155045.856000', '155045.859000', '155045.861000', '155045.864000', '155045.867000', '155045.870000', '155045.873000', '155105.743000', '155105.746000', '155105.749000', '155105.752000', '155105.755000', '155105.758000', '155105.761000', '155105.763000', '155105.766000', '155105.769000', '155105.772000', '155105.775000', '155105.778000', '155105.781000', '155105.784000', '155105.786000', '155105.789000', '155105.792000', '155105.795000', '155105.798000', '155105.801000', '155105.804000', '155105.807000', '155105.810000', '155105.813000', '155105.816000', '155105.818000', '155105.821000', '155105.824000', '155105.827000', '155105.830000', '155105.833000', '155105.836000', '155105.839000', '155105.842000', '155105.844000', '155105.847000', '155105.850000', '155105.853000', '155105.856000', '155105.859000', '155105.862000', '155105.865000', '155105.867000', '155125.742000', '155125.745000', '155125.748000', '155125.751000', '155125.754000', '155125.757000', '155125.760000', '155125.763000', '155125.765000', '155125.768000', '155125.771000', '155125.774000', '155125.777000', '155125.780000', '155125.783000', '155125.786000', '155125.788000', '155125.791000', '155125.794000', '155125.797000', '155125.800000', '155125.803000', '155125.806000', '155125.809000', '155125.812000', '155125.814000', '155125.817000', '155125.820000', '155125.823000', '155125.826000', '155125.829000', '155125.832000', '155125.835000', '155125.838000', '155125.842000', '155125.845000', '155125.848000', '155125.851000', '155125.854000', '155125.857000', '155125.860000', '155125.863000', '155125.866000', '155145.742000', '155145.745000', '155145.748000', '155145.751000', '155145.754000', '155145.757000', '155145.759000', '155145.762000', '155145.765000', '155145.768000', '155145.771000', '155145.774000', '155145.777000', '155145.780000', '155145.783000', '155145.786000', '155145.789000', '155145.791000', '155145.794000', '155145.797000', '155145.800000', '155145.803000', '155145.806000', '155145.809000', '155145.812000', '155145.815000', '155145.818000', '155145.821000', '155145.823000', '155145.826000', '155145.829000', '155145.832000', '155145.835000', '155145.838000', '155145.841000', '155145.844000', '155145.847000', '155145.849000', '155145.852000', '155145.855000', '155145.858000', '155145.861000', '155145.864000', '155145.867000', '155205.742000', '155205.745000', '155205.748000', '155205.751000', '155205.754000', '155205.757000', '155205.760000', '155205.763000', '155205.765000', '155205.768000', '155205.771000', '155205.774000', '155205.777000', '155205.780000', '155205.783000', '155205.786000', '155205.789000', '155205.792000', '155205.795000', '155205.797000', '155205.800000', '155205.803000', '155205.806000', '155205.809000', '155205.812000', '155205.815000', '155205.818000', '155205.820000', '155205.823000', '155205.826000', '155205.848000', '155205.855000', '155205.858000', '155205.861000', '155205.863000', '155205.866000', '155205.869000', '155205.872000', '155205.875000', '155205.878000', '155205.881000', '155205.884000', '155205.886000', '155225.743000', '155225.746000', '155225.749000', '155225.752000', '155225.755000', '155225.758000', '155225.761000', '155225.763000', '155225.766000', '155225.769000', '155225.772000', '155225.775000', '155225.778000', '155225.781000', '155225.784000', '155225.787000', '155225.789000', '155225.792000', '155225.795000', '155225.798000', '155225.801000', '155225.804000', '155225.807000', '155225.810000', '155225.812000', '155225.815000', '155225.818000', '155225.821000', '155225.824000', '155225.827000', '155225.830000', '155225.833000', '155225.836000', '155225.838000', '155225.841000', '155225.844000', '155225.847000', '155225.850000', '155225.853000', '155225.856000', '155225.859000', '155225.862000', '155225.865000', '155225.867000', '155245.743000', '155245.746000', '155245.749000', '155245.752000', '155245.755000', '155245.758000', '155245.761000', '155245.763000', '155245.766000', '155245.769000', '155245.772000', '155245.775000', '155245.778000', '155245.781000', '155245.784000', '155245.787000', '155245.790000', '155245.793000', '155245.795000', '155245.798000', '155245.803000', '155245.806000', '155245.809000', '155245.812000', '155245.815000', '155245.817000', '155245.820000', '155245.823000', '155245.826000', '155245.830000', '155245.832000', '155245.835000', '155245.838000', '155245.841000', '155245.844000', '155245.847000', '155245.850000', '155245.853000', '155245.856000', '155245.858000', '155245.862000', '155245.864000', '155245.867000', '155305.743000', '155305.746000', '155305.749000', '155305.752000', '155305.755000', '155305.758000', '155305.761000', '155305.763000', '155305.766000', '155305.769000', '155305.772000', '155305.775000', '155305.778000', '155305.781000', '155305.784000', '155305.787000', '155305.789000', '155305.792000', '155305.795000', '155305.798000', '155305.801000', '155305.808000', '155305.811000', '155305.813000', '155305.816000', '155305.819000', '155305.822000', '155305.825000', '155305.828000', '155305.831000', '155305.834000', '155305.837000', '155305.839000', '155305.842000', '155305.846000', '155305.848000', '155305.851000', '155305.854000', '155305.857000', '155305.860000', '155305.863000', '155305.866000', '155305.869000', '155305.872000', '155325.743000', '155325.746000', '155325.749000', '155325.752000', '155325.755000', '155325.758000', '155325.760000', '155325.763000', '155325.766000', '155325.769000', '155325.772000', '155325.775000', '155325.778000', '155325.781000', '155325.784000', '155325.787000', '155325.789000', '155325.792000', '155325.795000', '155325.798000', '155325.801000', '155325.804000', '155325.807000', '155325.810000', '155325.812000', '155325.815000', '155325.818000', '155325.821000', '155325.824000', '155325.827000', '155325.830000', '155325.833000', '155325.836000', '155325.838000', '155325.841000', '155325.844000', '155325.847000', '155325.850000', '155325.853000', '155325.856000', '155325.859000', '155325.874000', '155325.877000', '155334.320000', '155334.324000', '155334.330000', '155334.334000', '155334.336000', '155334.340000', '155334.344000', '155334.348000', '155334.351000', '155334.355000', '155334.359000', '155334.362000', '155334.367000', '155334.370000', '155334.374000', '155334.378000', '155334.382000', '155334.385000', '155334.389000'], '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': [16858, 12419, 18914, 13097, 15107, 14125, 10316, 17276, 12098, 18749, 12775, 13058, 14349, 10109, 16577, 11696, 18035, 12366, 11362, 13790, 9416, 16062, 11681, 17949, 12748, 12197, 14094, 10791, 15809, 10702, 17140, 12193, 14669, 13343, 10567, 15487, 9903, 16688, 12105, 17181, 13194, 15298, 13679, 10258, 15195, 11205, 17372, 13372, 13786, 14318, 9563, 15896, 12256, 18081, 14040, 10842, 15738, 10319, 16693, 13338, 17010, 14417, 10079, 16189, 12198, 18978, 14110, 11901, 15428, 10183, 17035, 12455, 18828, 14396, 13151, 14198, 9860, 15915, 11783, 18153, 14038, 10127, 14370, 10500, 16707, 13329, 15677, 14163, 10033, 16815, 11948, 18245, 13304, 19270, 13765, 12434, 13305, 9678, 16565, 12067, 18187, 12575, 12067, 13796, 9917, 17120, 12551, 12608, 13607, 9459, 15929, 11994, 18311, 13333, 15140, 13150, 12554, 13941, 9907, 15366, 10499, 17108, 12282, 16900, 12343, 9773, 13686, 10307, 16409, 12102, 14206, 12503, 9406, 14444, 10963, 17046, 13272, 10042, 14526, 10923, 14039, 13231, 9478, 15586, 11313, 17967, 13125, 13824, 13567, 9694, 16333, 11763, 18199, 13427, 15798, 12727, 9631, 15537, 11473, 18463, 13094, 10355, 13306, 9898, 16765, 12554, 13443, 13923, 9300, 16148, 12285, 13673, 14911, 10411, 17249, 11874, 12018, 14151, 9956, 17859, 12237, 17673, 11822, 16684, 12188, 17496, 12518, 13451, 12536, 9647, 14506, 10407, 17182, 12637, 11609, 12889, 9233, 14842, 10987, 18007, 12958, 9849, 13869, 9887, 15687, 11165, 16577, 12396, 11718, 13219, 9895, 14501, 10682, 16742, 12834, 14884, 12544, 9624, 14957, 9913, 16354, 12289, 17993, 12546, 13365, 13534, 9756, 16176, 11115, 16838, 12356, 13524, 13396, 10278, 15431, 11421, 16912, 12523, 12473, 13738, 10039, 16663, 11706, 18287, 12728, 13132, 13877, 10108, 16923, 11522, 18014, 12908, 11017, 14938, 10589, 18010, 11977, 14401, 13025, 9645, 16401, 11630, 19293, 12493, 11531, 13666, 9875, 16352, 11364, 17755, 12370, 14482, 13007, 10138, 15194, 10990, 17276, 12521, 9692, 14269, 10810, 16681, 12347, 9489, 14553, 10767, 17633, 12579, 17763, 12841, 11270, 14520, 10370, 17316, 11197, 17251, 11844, 17684, 12723, 10284, 14246, 10079, 16295, 11772, 10839, 14573, 10324, 17082, 12105, 9332, 15241, 11181, 18960, 12862, 17992, 12198, 16819, 12096, 13595, 13329, 10057, 14421, 10074, 15840, 11424, 17410, 12372, 14094, 12057, 9778, 13973, 10336, 16252, 11171, 13325, 12669, 9415, 15421, 11072, 17937, 12115, 10309, 14169, 10593, 17343, 12292, 12937, 13244, 9211, 16048, 12238, 18532, 12582, 13255, 13187, 10310, 15521, 10994, 17528, 11953, 16474, 13439, 10308, 15350, 10603, 16785, 12437, 12025, 13807, 9671, 17174, 11893, 12619, 13468, 9434, 16893, 12447, 16617, 13777, 10131, 15854, 11665, 18490, 13635, 12648, 13714, 9469, 15377, 10232, 17218, 12273, 17429, 11871, 17195, 12740, 10426, 14360, 10324, 16681, 12779, 11098, 14516, 9923, 16407, 12447, 16078, 14104, 9911, 15542, 10600, 16750, 12258, 18379, 13466, 13775, 12856, 9854, 15483, 10509, 18229, 12880, 10823, 13477, 10299, 17348, 12901, 12354, 14570, 9939, 16623, 12197, 18580, 13279, 9890, 15066, 9636, 16282, 11588, 17585, 13314, 11934, 13365, 9281, 15708, 11512, 16786, 13076, 9967, 15957, 11290, 17332, 12664, 9546, 15514, 10804, 18322, 12766, 13854, 12667, 9887, 14988, 10113, 16957, 11631, 17497, 12599, 15326, 12902, 10046, 14422, 10529, 17041, 13408, 10872, 14216, 10503, 17704, 13059, 11593, 15208, 10476, 17008, 12174, 17889, 13422, 16180, 13205, 10171, 14360, 9591, 17426, 12755, 17450, 13909, 10074, 15651, 11534, 18740, 13727, 10201, 15166, 10458, 17380, 12847, 13376, 14092, 9365, 16347, 11119, 18698, 13301, 11607, 13838, 9329, 15156, 10930, 17588, 12429, 15660, 12874, 9813, 14776, 11049, 16965, 12975, 10212, 14440, 10821, 16842, 12622, 14089, 13682, 9706, 15394, 10779, 17137, 12626, 17753, 13022, 9738, 14394, 9724, 16375, 12091, 15830, 12792, 9518, 14755, 11006, 18433, 12903, 11238, 14324, 11010, 18067, 12222, 14288, 13313, 9413, 15915, 11762, 17661, 11765, 13936, 12845, 9881, 15286, 11213, 18021, 12201, 11120, 13275, 9355, 16582, 11930, 16644, 12556, 9697, 14657, 11094, 18339, 13145, 17365, 12230, 17848, 12509, 18943, 13173, 18705, 11665, 17119, 12025, 13417, 13360, 9181, 15010, 10818, 16993, 12521, 10352, 15529, 10968, 17848, 12703, 10355, 15421, 11423, 19091, 12677, 14961, 12843, 9433, 16090, 11853, 18821, 12136, 11458, 13346, 9252, 16436, 11324, 18437, 12865, 10051, 15866, 11480, 13271, 11788, 8914, 15860, 11553, 11124, 12317, 9411, 16634, 11774, 11139, 15057, 11765, 18895, 12397, 10382, 15634, 11342, 19144, 13053, 10236, 14482, 10199, 16442, 11510, 12690, 13222, 9460, 15318, 10967, 14168, 12007, 9122, 14737, 11132, 11261, 11992, 8806, 14617, 10586, 16194, 12091, 14149, 12369, 10841, 13663, 10278, 15248, 10491, 16603, 11357, 17846, 12632, 12973, 12920, 9528, 14847, 10578, 16747, 12582, 12583, 14116, 9730, 16222, 12189, 11693, 14080, 9759, 17280, 11889, 18441, 12997, 19025, 13326, 12678, 13554, 10658, 14477, 9479, 16807, 12024, 19320, 12433, 10463, 13557, 9454, 16638, 12335, 12316, 12806, 9612, 15124, 12370, 16073, 10584, 15311, 9911, 15438, 9908, 16681, 11130, 16317, 11346, 17306, 12112, 13029, 12920, 9391, 14167, 10225, 16457, 12272, 11838, 13739, 9539, 15711, 11280, 18278, 13275, 10317, 14999, 10166, 16750, 12098, 19165, 13125, 11963, 13278, 9357, 15600, 11267, 17957, 13315, 11174, 13222, 9234, 15610, 11492, 15098, 13616, 9167, 15764, 11313, 14764, 12752, 11222, 15477, 9928, 16645, 11226, 17031, 12130, 18759, 12682, 11760, 12867, 9114, 15493, 11369, 18056, 12146, 12187, 12661, 9039, 15902, 11441, 18292, 11706, 12002, 13010, 9508, 15468, 10690, 17593, 11960, 11142, 13607, 9512, 16893, 11379, 14854, 12411, 9693, 15138, 10732, 17821, 11503, 17881, 12090, 12722, 13612, 9721, 15850, 10388, 17546, 12168, 11752, 13933, 9409, 15483, 10957, 17155, 12523, 16026, 12856, 10313, 13865, 9428, 15028, 10097, 16923, 11853, 17106, 11690, 17254, 11715, 12850, 12912, 9146, 14780, 10684, 17116, 12332, 11113, 14243, 9897, 16125, 12025, 12316, 13631, 11234, 15823, 10746, 17406, 12133, 18394, 13202, 12041, 14774, 10048, 17020, 11989, 15187, 13469, 10915, 16231], 'WindowCenter': [4921.0, 4866.0, 4899.0, 4848.0, 4854.0, 4843.0, 4803.0, 4862.0, 4822.0, 4870.0, 4830.0, 4818.0, 4829.0, 4787.0, 4837.0, 4807.0, 4849.0, 4819.0, 4807.0, 4827.0, 4792.0, 4848.0, 4821.0, 4861.0, 4821.0, 4819.0, 4830.0, 4811.0, 4852.0, 4803.0, 4860.0, 4822.0, 4840.0, 4829.0, 4802.0, 4841.0, 4801.0, 4850.0, 4819.0, 4849.0, 4831.0, 4839.0, 4831.0, 4801.0, 4839.0, 4811.0, 4859.0, 4831.0, 4831.0, 4830.0, 4791.0, 4850.0, 4820.0, 4857.0, 4841.0, 4811.0, 4850.0, 4801.0, 4849.0, 4831.0, 4848.0, 4841.0, 4801.0, 4850.0, 4819.0, 4870.0, 4840.0, 4812.0, 4840.0, 4799.0, 4848.0, 4818.0, 4858.0, 4840.0, 4817.0, 4828.0, 4788.0, 4837.0, 4808.0, 4859.0, 4828.0, 4800.0, 4839.0, 4811.0, 4849.0, 4831.0, 4851.0, 4842.0, 4802.0, 4859.0, 4811.0, 4859.0, 4831.0, 4860.0, 4830.0, 4817.0, 4818.0, 4787.0, 4835.0, 4808.0, 4859.0, 4808.0, 4808.0, 4817.0, 4790.0, 4848.0, 4820.0, 4821.0, 4829.0, 4791.0, 4850.0, 4821.0, 4859.0, 4831.0, 4839.0, 4820.0, 4808.0, 4816.0, 4777.0, 4826.0, 4788.0, 4836.0, 4805.0, 4835.0, 4806.0, 4776.0, 4815.0, 4788.0, 4836.0, 4808.0, 4827.0, 4807.0, 4779.0, 4827.0, 4809.0, 4847.0, 4831.0, 4800.0, 4841.0, 4812.0, 4841.0, 4843.0, 4803.0, 4863.0, 4822.0, 4862.0, 4834.0, 4832.0, 4832.0, 4792.0, 4849.0, 4810.0, 4857.0, 4820.0, 4837.0, 4818.0, 4777.0, 4837.0, 4807.0, 4857.0, 4819.0, 4789.0, 4818.0, 4787.0, 4848.0, 4821.0, 4830.0, 4830.0, 4791.0, 4849.0, 4821.0, 4830.0, 4840.0, 4801.0, 4860.0, 4811.0, 4820.0, 4829.0, 4791.0, 4863.0, 4811.0, 4849.0, 4808.0, 4837.0, 4808.0, 4836.0, 4808.0, 4815.0, 4805.0, 4773.0, 4813.0, 4786.0, 4834.0, 4807.0, 4796.0, 4805.0, 4776.0, 4826.0, 4799.0, 4844.0, 4819.0, 4788.0, 4817.0, 4788.0, 4837.0, 4799.0, 4837.0, 4821.0, 4809.0, 4819.0, 4789.0, 4829.0, 4800.0, 4848.0, 4821.0, 4839.0, 4819.0, 4789.0, 4838.0, 4800.0, 4848.0, 4810.0, 4848.0, 4818.0, 4818.0, 4829.0, 4789.0, 4849.0, 4809.0, 4847.0, 4819.0, 4829.0, 4829.0, 4800.0, 4850.0, 4811.0, 4859.0, 4832.0, 4820.0, 4830.0, 4801.0, 4860.0, 4821.0, 4860.0, 4819.0, 4819.0, 4829.0, 4801.0, 4861.0, 4810.0, 4859.0, 4820.0, 4809.0, 4839.0, 4801.0, 4860.0, 4810.0, 4829.0, 4819.0, 4790.0, 4849.0, 4810.0, 4858.0, 4818.0, 4796.0, 4818.0, 4789.0, 4848.0, 4808.0, 4845.0, 4816.0, 4827.0, 4818.0, 4787.0, 4838.0, 4799.0, 4845.0, 4818.0, 4789.0, 4839.0, 4811.0, 4858.0, 4821.0, 4791.0, 4841.0, 4813.0, 4861.0, 4825.0, 4860.0, 4821.0, 4801.0, 4829.0, 4789.0, 4849.0, 4797.0, 4847.0, 4808.0, 4845.0, 4807.0, 4787.0, 4826.0, 4788.0, 4836.0, 4810.0, 4798.0, 4838.0, 4799.0, 4848.0, 4821.0, 4792.0, 4850.0, 4811.0, 4872.0, 4832.0, 4848.0, 4811.0, 4837.0, 4808.0, 4806.0, 4817.0, 4777.0, 4815.0, 4777.0, 4825.0, 4795.0, 4835.0, 4807.0, 4817.0, 4806.0, 4787.0, 4826.0, 4788.0, 4847.0, 4808.0, 4818.0, 4819.0, 4779.0, 4839.0, 4810.0, 4860.0, 4819.0, 4799.0, 4829.0, 4801.0, 4859.0, 4820.0, 4818.0, 4819.0, 4779.0, 4839.0, 4820.0, 4861.0, 4820.0, 4817.0, 4818.0, 4788.0, 4839.0, 4799.0, 4848.0, 4809.0, 4835.0, 4817.0, 4787.0, 4838.0, 4799.0, 4848.0, 4808.0, 4809.0, 4828.0, 4791.0, 4853.0, 4823.0, 4819.0, 4830.0, 4793.0, 4850.0, 4822.0, 4851.0, 4830.0, 4802.0, 4850.0, 4812.0, 4860.0, 4833.0, 4821.0, 4830.0, 4790.0, 4839.0, 4788.0, 4849.0, 4811.0, 4849.0, 4809.0, 4847.0, 4819.0, 4798.0, 4829.0, 4799.0, 4848.0, 4820.0, 4810.0, 4829.0, 4792.0, 4851.0, 4821.0, 4839.0, 4831.0, 4792.0, 4839.0, 4799.0, 4848.0, 4809.0, 4847.0, 4819.0, 4828.0, 4818.0, 4777.0, 4837.0, 4800.0, 4849.0, 4822.0, 4801.0, 4829.0, 4801.0, 4849.0, 4823.0, 4822.0, 4839.0, 4791.0, 4848.0, 4821.0, 4858.0, 4821.0, 4790.0, 4829.0, 4789.0, 4838.0, 4809.0, 4848.0, 4820.0, 4811.0, 4819.0, 4780.0, 4837.0, 4810.0, 4848.0, 4821.0, 4790.0, 4849.0, 4811.0, 4850.0, 4821.0, 4790.0, 4840.0, 4801.0, 4860.0, 4819.0, 4829.0, 4818.0, 4789.0, 4828.0, 4787.0, 4848.0, 4809.0, 4849.0, 4820.0, 4836.0, 4819.0, 4789.0, 4828.0, 4800.0, 4848.0, 4832.0, 4811.0, 4830.0, 4802.0, 4860.0, 4832.0, 4811.0, 4852.0, 4814.0, 4861.0, 4823.0, 4859.0, 4831.0, 4852.0, 4822.0, 4793.0, 4829.0, 4788.0, 4849.0, 4821.0, 4849.0, 4830.0, 4791.0, 4839.0, 4809.0, 4858.0, 4830.0, 4802.0, 4839.0, 4801.0, 4849.0, 4819.0, 4818.0, 4830.0, 4781.0, 4839.0, 4799.0, 4847.0, 4819.0, 4799.0, 4817.0, 4778.0, 4826.0, 4786.0, 4846.0, 4808.0, 4826.0, 4806.0, 4777.0, 4826.0, 4798.0, 4847.0, 4819.0, 4791.0, 4829.0, 4800.0, 4848.0, 4821.0, 4830.0, 4829.0, 4791.0, 4839.0, 4799.0, 4847.0, 4809.0, 4848.0, 4820.0, 4779.0, 4827.0, 4779.0, 4836.0, 4810.0, 4837.0, 4818.0, 4790.0, 4840.0, 4811.0, 4860.0, 4821.0, 4811.0, 4830.0, 4802.0, 4861.0, 4821.0, 4831.0, 4817.0, 4780.0, 4838.0, 4810.0, 4849.0, 4810.0, 4829.0, 4819.0, 4788.0, 4837.0, 4810.0, 4860.0, 4820.0, 4810.0, 4819.0, 4780.0, 4848.0, 4811.0, 4848.0, 4822.0, 4791.0, 4840.0, 4814.0, 4862.0, 4833.0, 4861.0, 4823.0, 4859.0, 4823.0, 4860.0, 4833.0, 4860.0, 4810.0, 4848.0, 4808.0, 4816.0, 4819.0, 4779.0, 4838.0, 4799.0, 4848.0, 4817.0, 4799.0, 4840.0, 4801.0, 4859.0, 4820.0, 4790.0, 4840.0, 4810.0, 4860.0, 4809.0, 4828.0, 4808.0, 4779.0, 4837.0, 4800.0, 4860.0, 4808.0, 4798.0, 4818.0, 4778.0, 4837.0, 4799.0, 4846.0, 4808.0, 4790.0, 4850.0, 4801.0, 4818.0, 4809.0, 4792.0, 4848.0, 4813.0, 4814.0, 4823.0, 4791.0, 4851.0, 4811.0, 4810.0, 4842.0, 4822.0, 4860.0, 4809.0, 4786.0, 4827.0, 4788.0, 4847.0, 4808.0, 4777.0, 4814.0, 4776.0, 4811.0, 4783.0, 4792.0, 4794.0, 4764.0, 4813.0, 4774.0, 4803.0, 4794.0, 4765.0, 4814.0, 4785.0, 4797.0, 4797.0, 4780.0, 4827.0, 4800.0, 4849.0, 4822.0, 4831.0, 4823.0, 4801.0, 4829.0, 4790.0, 4840.0, 4800.0, 4848.0, 4800.0, 4847.0, 4820.0, 4818.0, 4820.0, 4789.0, 4831.0, 4800.0, 4848.0, 4822.0, 4819.0, 4841.0, 4803.0, 4851.0, 4823.0, 4821.0, 4841.0, 4803.0, 4864.0, 4824.0, 4873.0, 4833.0, 4859.0, 4833.0, 4821.0, 4831.0, 4801.0, 4828.0, 4780.0, 4847.0, 4809.0, 4860.0, 4819.0, 4801.0, 4831.0, 4792.0, 4852.0, 4832.0, 4822.0, 4831.0, 4793.0, 4842.0, 4821.0, 4853.0, 4800.0, 4839.0, 4789.0, 4828.0, 4777.0, 4836.0, 4798.0, 4835.0, 4798.0, 4846.0, 4809.0, 4808.0, 4820.0, 4780.0, 4829.0, 4788.0, 4848.0, 4810.0, 4809.0, 4830.0, 4791.0, 4838.0, 4809.0, 4857.0, 4821.0, 4792.0, 4829.0, 4789.0, 4849.0, 4808.0, 4858.0, 4821.0, 4808.0, 4809.0, 4779.0, 4826.0, 4798.0, 4846.0, 4819.0, 4799.0, 4807.0, 4779.0, 4837.0, 4799.0, 4827.0, 4830.0, 4780.0, 4838.0, 4811.0, 4838.0, 4819.0, 4812.0, 4841.0, 4791.0, 4849.0, 4800.0, 4838.0, 4810.0, 4860.0, 4810.0, 4799.0, 4808.0, 4769.0, 4827.0, 4800.0, 4848.0, 4810.0, 4808.0, 4808.0, 4779.0, 4838.0, 4800.0, 4848.0, 4810.0, 4809.0, 4817.0, 4780.0, 4839.0, 4800.0, 4851.0, 4810.0, 4800.0, 4828.0, 4791.0, 4851.0, 4811.0, 4840.0, 4820.0, 4790.0, 4830.0, 4803.0, 4850.0, 4802.0, 4848.0, 4809.0, 4806.0, 4818.0, 4779.0, 4838.0, 4789.0, 4847.0, 4809.0, 4798.0, 4829.0, 4780.0, 4838.0, 4801.0, 4849.0, 4821.0, 4837.0, 4821.0, 4790.0, 4819.0, 4779.0, 4828.0, 4789.0, 4838.0, 4801.0, 4836.0, 4810.0, 4848.0, 4809.0, 4806.0, 4818.0, 4781.0, 4838.0, 4801.0, 4851.0, 4820.0, 4810.0, 4843.0, 4805.0, 4852.0, 4823.0, 4823.0, 4832.0, 4810.0, 4850.0, 4803.0, 4851.0, 4823.0, 4859.0, 4819.0, 4809.0, 4841.0, 4792.0, 4850.0, 4811.0, 4839.0, 4830.0, 4800.0, 4850.0], 'WindowWidth': [10691.0, 10598.0, 10637.0, 10557.0, 10560.0, 10540.0, 10484.0, 10564.0, 10507.0, 10576.0, 10518.0, 10497.0, 10513.0, 10455.0, 10523.0, 10480.0, 10544.0, 10498.0, 10482.0, 10510.0, 10467.0, 10540.0, 10506.0, 10562.0, 10505.0, 10501.0, 10518.0, 10492.0, 10549.0, 10482.0, 10560.0, 10507.0, 10531.0, 10515.0, 10480.0, 10533.0, 10479.0, 10543.0, 10502.0, 10544.0, 10520.0, 10529.0, 10519.0, 10478.0, 10529.0, 10490.0, 10557.0, 10520.0, 10519.0, 10518.0, 10466.0, 10543.0, 10503.0, 10555.0, 10535.0, 10492.0, 10545.0, 10478.0, 10543.0, 10518.0, 10542.0, 10534.0, 10479.0, 10544.0, 10502.0, 10574.0, 10530.0, 10493.0, 10531.0, 10473.0, 10540.0, 10498.0, 10557.0, 10530.0, 10497.0, 10510.0, 10455.0, 10521.0, 10484.0, 10557.0, 10514.0, 10476.0, 10528.0, 10492.0, 10544.0, 10521.0, 10548.0, 10536.0, 10481.0, 10557.0, 10491.0, 10558.0, 10518.0, 10562.0, 10516.0, 10495.0, 10496.0, 10454.0, 10518.0, 10483.0, 10556.0, 10483.0, 10482.0, 10495.0, 10461.0, 10540.0, 10502.0, 10503.0, 10512.0, 10466.0, 10544.0, 10508.0, 10559.0, 10520.0, 10527.0, 10500.0, 10482.0, 10492.0, 10439.0, 10504.0, 10455.0, 10521.0, 10475.0, 10517.0, 10476.0, 10437.0, 10489.0, 10455.0, 10520.0, 10483.0, 10509.0, 10481.0, 10445.0, 10508.0, 10488.0, 10539.0, 10520.0, 10477.0, 10532.0, 10496.0, 10534.0, 10539.0, 10486.0, 10568.0, 10513.0, 10567.0, 10529.0, 10524.0, 10524.0, 10467.0, 10544.0, 10490.0, 10555.0, 10502.0, 10524.0, 10497.0, 10441.0, 10521.0, 10481.0, 10555.0, 10501.0, 10460.0, 10496.0, 10456.0, 10539.0, 10506.0, 10518.0, 10516.0, 10466.0, 10544.0, 10506.0, 10518.0, 10532.0, 10478.0, 10559.0, 10491.0, 10504.0, 10516.0, 10465.0, 10567.0, 10491.0, 10546.0, 10483.0, 10524.0, 10482.0, 10521.0, 10483.0, 10488.0, 10474.0, 10428.0, 10483.0, 10450.0, 10513.0, 10479.0, 10464.0, 10474.0, 10435.0, 10503.0, 10472.0, 10531.0, 10499.0, 10456.0, 10493.0, 10455.0, 10523.0, 10472.0, 10522.0, 10503.0, 10485.0, 10498.0, 10458.0, 10513.0, 10475.0, 10540.0, 10506.0, 10527.0, 10501.0, 10457.0, 10524.0, 10476.0, 10539.0, 10488.0, 10540.0, 10497.0, 10497.0, 10512.0, 10458.0, 10541.0, 10485.0, 10535.0, 10500.0, 10513.0, 10515.0, 10476.0, 10544.0, 10492.0, 10557.0, 10521.0, 10505.0, 10519.0, 10479.0, 10563.0, 10507.0, 10562.0, 10501.0, 10502.0, 10515.0, 10477.0, 10561.0, 10490.0, 10558.0, 10504.0, 10489.0, 10529.0, 10476.0, 10559.0, 10489.0, 10514.0, 10498.0, 10461.0, 10541.0, 10488.0, 10558.0, 10497.0, 10465.0, 10497.0, 10459.0, 10541.0, 10483.0, 10534.0, 10493.0, 10508.0, 10494.0, 10454.0, 10524.0, 10471.0, 10535.0, 10496.0, 10460.0, 10527.0, 10492.0, 10556.0, 10506.0, 10467.0, 10535.0, 10499.0, 10565.0, 10515.0, 10561.0, 10505.0, 10476.0, 10513.0, 10460.0, 10544.0, 10468.0, 10537.0, 10481.0, 10534.0, 10482.0, 10454.0, 10506.0, 10453.0, 10519.0, 10486.0, 10469.0, 10524.0, 10472.0, 10541.0, 10503.0, 10468.0, 10545.0, 10494.0, 10582.0, 10523.0, 10541.0, 10490.0, 10523.0, 10481.0, 10478.0, 10492.0, 10438.0, 10485.0, 10437.0, 10503.0, 10461.0, 10518.0, 10479.0, 10491.0, 10475.0, 10451.0, 10503.0, 10455.0, 10536.0, 10482.0, 10497.0, 10498.0, 10444.0, 10528.0, 10487.0, 10558.0, 10499.0, 10472.0, 10512.0, 10476.0, 10558.0, 10502.0, 10498.0, 10498.0, 10445.0, 10527.0, 10503.0, 10562.0, 10502.0, 10496.0, 10495.0, 10454.0, 10527.0, 10471.0, 10538.0, 10483.0, 10516.0, 10492.0, 10452.0, 10523.0, 10472.0, 10538.0, 10482.0, 10485.0, 10510.0, 10462.0, 10549.0, 10508.0, 10501.0, 10514.0, 10468.0, 10545.0, 10507.0, 10547.0, 10516.0, 10481.0, 10544.0, 10493.0, 10560.0, 10524.0, 10505.0, 10516.0, 10461.0, 10526.0, 10456.0, 10543.0, 10490.0, 10541.0, 10484.0, 10535.0, 10497.0, 10469.0, 10511.0, 10472.0, 10538.0, 10502.0, 10487.0, 10512.0, 10466.0, 10546.0, 10506.0, 10529.0, 10521.0, 10466.0, 10526.0, 10472.0, 10540.0, 10485.0, 10538.0, 10499.0, 10511.0, 10494.0, 10439.0, 10521.0, 10472.0, 10541.0, 10504.0, 10476.0, 10512.0, 10476.0, 10542.0, 10510.0, 10507.0, 10527.0, 10465.0, 10539.0, 10503.0, 10554.0, 10504.0, 10461.0, 10512.0, 10458.0, 10524.0, 10483.0, 10538.0, 10501.0, 10489.0, 10497.0, 10447.0, 10522.0, 10487.0, 10538.0, 10502.0, 10461.0, 10542.0, 10490.0, 10544.0, 10504.0, 10461.0, 10528.0, 10476.0, 10561.0, 10500.0, 10514.0, 10496.0, 10456.0, 10508.0, 10454.0, 10539.0, 10485.0, 10541.0, 10500.0, 10521.0, 10498.0, 10458.0, 10511.0, 10476.0, 10538.0, 10520.0, 10490.0, 10515.0, 10480.0, 10560.0, 10521.0, 10492.0, 10549.0, 10498.0, 10560.0, 10508.0, 10557.0, 10520.0, 10547.0, 10506.0, 10466.0, 10512.0, 10457.0, 10540.0, 10505.0, 10543.0, 10515.0, 10463.0, 10527.0, 10486.0, 10556.0, 10517.0, 10478.0, 10527.0, 10477.0, 10543.0, 10500.0, 10498.0, 10516.0, 10450.0, 10526.0, 10471.0, 10538.0, 10500.0, 10470.0, 10494.0, 10441.0, 10505.0, 10451.0, 10532.0, 10481.0, 10505.0, 10476.0, 10437.0, 10502.0, 10467.0, 10535.0, 10499.0, 10462.0, 10512.0, 10474.0, 10539.0, 10503.0, 10515.0, 10513.0, 10462.0, 10525.0, 10470.0, 10535.0, 10485.0, 10538.0, 10498.0, 10442.0, 10505.0, 10442.0, 10518.0, 10487.0, 10524.0, 10496.0, 10461.0, 10528.0, 10489.0, 10559.0, 10506.0, 10490.0, 10514.0, 10478.0, 10562.0, 10505.0, 10517.0, 10496.0, 10446.0, 10525.0, 10486.0, 10542.0, 10487.0, 10512.0, 10496.0, 10456.0, 10521.0, 10487.0, 10559.0, 10501.0, 10487.0, 10499.0, 10448.0, 10539.0, 10491.0, 10542.0, 10505.0, 10465.0, 10529.0, 10499.0, 10567.0, 10527.0, 10563.0, 10511.0, 10558.0, 10510.0, 10561.0, 10523.0, 10562.0, 10488.0, 10539.0, 10482.0, 10490.0, 10497.0, 10444.0, 10523.0, 10472.0, 10538.0, 10494.0, 10471.0, 10529.0, 10475.0, 10557.0, 10500.0, 10460.0, 10527.0, 10486.0, 10560.0, 10484.0, 10510.0, 10481.0, 10442.0, 10520.0, 10471.0, 10558.0, 10482.0, 10469.0, 10494.0, 10439.0, 10520.0, 10470.0, 10534.0, 10481.0, 10461.0, 10547.0, 10475.0, 10499.0, 10485.0, 10467.0, 10539.0, 10497.0, 10500.0, 10510.0, 10465.0, 10546.0, 10490.0, 10489.0, 10536.0, 10508.0, 10560.0, 10483.0, 10448.0, 10506.0, 10452.0, 10535.0, 10482.0, 10435.0, 10484.0, 10431.0, 10477.0, 10437.0, 10447.0, 10452.0, 10410.0, 10476.0, 10425.0, 10465.0, 10453.0, 10417.0, 10482.0, 10445.0, 10463.0, 10465.0, 10444.0, 10508.0, 10474.0, 10539.0, 10506.0, 10516.0, 10506.0, 10475.0, 10511.0, 10459.0, 10526.0, 10471.0, 10536.0, 10473.0, 10536.0, 10499.0, 10495.0, 10499.0, 10457.0, 10516.0, 10473.0, 10537.0, 10506.0, 10499.0, 10531.0, 10483.0, 10548.0, 10510.0, 10506.0, 10534.0, 10485.0, 10570.0, 10514.0, 10580.0, 10523.0, 10557.0, 10523.0, 10504.0, 10516.0, 10474.0, 10509.0, 10447.0, 10535.0, 10485.0, 10558.0, 10497.0, 10476.0, 10514.0, 10465.0, 10548.0, 10522.0, 10509.0, 10519.0, 10469.0, 10536.0, 10505.0, 10552.0, 10474.0, 10526.0, 10456.0, 10508.0, 10438.0, 10520.0, 10466.0, 10516.0, 10468.0, 10532.0, 10483.0, 10480.0, 10499.0, 10445.0, 10510.0, 10456.0, 10537.0, 10487.0, 10485.0, 10514.0, 10463.0, 10524.0, 10485.0, 10551.0, 10503.0, 10464.0, 10514.0, 10458.0, 10539.0, 10484.0, 10554.0, 10504.0, 10481.0, 10482.0, 10441.0, 10504.0, 10466.0, 10531.0, 10497.0, 10470.0, 10478.0, 10442.0, 10519.0, 10470.0, 10508.0, 10514.0, 10448.0, 10524.0, 10491.0, 10526.0, 10499.0, 10492.0, 10533.0, 10463.0, 10541.0, 10473.0, 10524.0, 10486.0, 10556.0, 10485.0, 10469.0, 10479.0, 10428.0, 10505.0, 10470.0, 10540.0, 10484.0, 10481.0, 10479.0, 10444.0, 10523.0, 10473.0, 10541.0, 10485.0, 10482.0, 10493.0, 10444.0, 10524.0, 10472.0, 10545.0, 10485.0, 10472.0, 10509.0, 10461.0, 10546.0, 10491.0, 10531.0, 10500.0, 10459.0, 10513.0, 10478.0, 10545.0, 10476.0, 10537.0, 10482.0, 10476.0, 10494.0, 10442.0, 10522.0, 10455.0, 10536.0, 10484.0, 10468.0, 10511.0, 10444.0, 10523.0, 10475.0, 10540.0, 10502.0, 10521.0, 10503.0, 10458.0, 10497.0, 10443.0, 10507.0, 10455.0, 10521.0, 10473.0, 10519.0, 10485.0, 10535.0, 10483.0, 10478.0, 10495.0, 10448.0, 10524.0, 10476.0, 10546.0, 10503.0, 10487.0, 10537.0, 10485.0, 10549.0, 10509.0, 10510.0, 10521.0, 10489.0, 10545.0, 10481.0, 10547.0, 10507.0, 10556.0, 10500.0, 10484.0, 10529.0, 10463.0, 10543.0, 10490.0, 10526.0, 10514.0, 10473.0, 10543.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.0002810829493087558</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0156900482718894</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.32816398312574</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2491749350173018</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9956554311534027</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5184</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3978.1184</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0641811926452199</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3456221198156682</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3147710256794594</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.200809129346803</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.535611394091768</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.207892553599807</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00578863</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010235094465315342</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032197751104831696</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.2562723868951515</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>13.7966</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.7288</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.3591</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289389.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>1241.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.1507</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3659</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>617.7753</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3980.4155</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4122.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87155.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1741.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5163.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.4475</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.8351498527918</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> |