=== 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-0060 --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-0060",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0060_ses-01_task-social_acq-mb8_run-05_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-0060_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-05_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-0060/ses-01/func/sub-0060_ses-01_task-social_acq-mb8_run-05_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>1b7ec2ace7b53d4a24d43805fff0ff4f</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>17:19:10.235000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997992, 0.0627394, 0.00875779, -0.063138, 0.973896, 0.218035]</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-05_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.0936151</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7751, -7293, 770, -52, -37, -26, 72]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>233.487</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0e44843e-5bb5-4c85-9c6f-aaef7c78f4cf||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6775383949279785, -0.16939468681812286, -0.013905595056712627, 116.53318786621094], [-0.168325275182724, 2.6128928661346436, 0.5890057682991028, -101.15373229980469], [0.02349652349948883, -0.584972620010376, 2.634934186935425, -47.02948760986328], [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': ['171910.235000', '171910.695000', '171911.155000', '171911.615000', '171912.075000', '171912.535000', '171912.995000', '171913.455000', '171913.915000', '171914.375000', '171914.835000', '171915.295000', '171915.755000', '171916.215000', '171916.675000', '171917.135000', '171917.595000', '171918.055000', '171918.515000', '171918.975000', '171919.435000', '171919.895000', '171920.355000', '171920.815000', '171921.275000', '171921.735000', '171922.195000', '171922.655000', '171923.115000', '171923.575000', '171924.035000', '171924.495000', '171924.955000', '171925.415000', '171925.875000', '171926.335000', '171926.795000', '171927.255000', '171927.715000', '171928.175000', '171928.635000', '171929.095000', '171929.555000', '171930.015000', '171930.475000', '171930.935000', '171931.395000', '171931.855000', '171932.315000', '171932.775000', '171933.235000', '171933.695000', '171934.155000', '171934.615000', '171935.075000', '171935.535000', '171935.995000', '171936.455000', '171936.915000', '171937.375000', '171937.835000', '171938.295000', '171938.755000', '171939.215000', '171939.675000', '171940.135000', '171940.595000', '171941.055000', '171941.515000', '171941.975000', '171942.435000', '171942.895000', '171943.355000', '171943.815000', '171944.275000', '171944.735000', '171945.195000', '171945.655000', '171946.115000', '171946.575000', '171947.035000', '171947.495000', '171947.955000', '171948.415000', '171948.875000', '171949.335000', '171949.795000', '171950.255000', '171950.715000', '171951.175000', '171951.635000', '171952.095000', '171952.555000', '171953.015000', '171953.475000', '171953.935000', '171954.395000', '171954.855000', '171955.315000', '171955.775000', '171956.235000', '171956.695000', '171957.155000', '171957.615000', '171958.075000', '171958.535000', '171958.995000', '171959.455000', '171959.915000', '172000.375000', '172000.835000', '172001.295000', '172001.755000', '172002.215000', '172002.675000', '172003.135000', '172003.595000', '172004.055000', '172004.515000', '172004.975000', '172005.435000', '172005.895000', '172006.355000', '172006.815000', '172007.275000', '172007.735000', '172008.195000', '172008.655000', '172009.115000', '172009.575000', '172010.035000', '172010.495000', '172010.955000', '172011.415000', '172011.875000', '172012.335000', '172012.795000', '172013.255000', '172013.715000', '172014.175000', '172014.635000', '172015.095000', '172015.555000', '172016.015000', '172016.475000', '172016.935000', '172017.395000', '172017.855000', '172018.315000', '172018.775000', '172019.235000', '172019.695000', '172020.155000', '172020.615000', '172021.075000', '172021.535000', '172021.995000', '172022.455000', '172022.915000', '172023.375000', '172023.835000', '172024.295000', '172024.755000', '172025.215000', '172025.675000', '172026.135000', '172026.595000', '172027.055000', '172027.515000', '172027.975000', '172028.435000', '172028.895000', '172029.355000', '172029.815000', '172030.275000', '172030.735000', '172031.195000', '172031.655000', '172032.115000', '172032.575000', '172033.035000', '172033.495000', '172033.955000', '172034.415000', '172034.875000', '172035.335000', '172035.795000', '172036.255000', '172036.715000', '172037.175000', '172037.635000', '172038.095000', '172038.555000', '172039.015000', '172039.475000', '172039.935000', '172040.395000', '172040.855000', '172041.315000', '172041.775000', '172042.235000', '172042.695000', '172043.155000', '172043.615000', '172044.075000', '172044.535000', '172044.995000', '172045.455000', '172045.915000', '172046.375000', '172046.835000', '172047.295000', '172047.755000', '172048.215000', '172048.675000', '172049.135000', '172049.595000', '172050.055000', '172050.515000', '172050.975000', '172051.435000', '172051.895000', '172052.355000', '172052.815000', '172053.275000', '172053.735000', '172054.195000', '172054.655000', '172055.115000', '172055.575000', '172056.035000', '172056.495000', '172056.955000', '172057.415000', '172057.875000', '172058.335000', '172058.795000', '172059.255000', '172059.715000', '172100.175000', '172100.635000', '172101.095000', '172101.555000', '172102.015000', '172102.475000', '172102.935000', '172103.395000', '172103.855000', '172104.315000', '172104.775000', '172105.235000', '172105.695000', '172106.155000', '172106.615000', '172107.075000', '172107.535000', '172107.995000', '172108.455000', '172108.915000', '172109.375000', '172109.835000', '172110.295000', '172110.755000', '172111.215000', '172111.675000', '172112.135000', '172112.595000', '172113.055000', '172113.515000', '172113.975000', '172114.435000', '172114.895000', '172115.355000', '172115.815000', '172116.275000', '172116.735000', '172117.195000', '172117.655000', '172118.115000', '172118.575000', '172119.035000', '172119.495000', '172119.955000', '172120.415000', '172120.875000', '172121.335000', '172121.795000', '172122.255000', '172122.715000', '172123.175000', '172123.635000', '172124.095000', '172124.555000', '172125.015000', '172125.475000', '172125.935000', '172126.395000', '172126.855000', '172127.315000', '172127.775000', '172128.235000', '172128.695000', '172129.155000', '172129.615000', '172130.075000', '172130.535000', '172130.995000', '172131.455000', '172131.915000', '172132.375000', '172132.835000', '172133.295000', '172133.755000', '172134.215000', '172134.675000', '172135.135000', '172135.595000', '172136.055000', '172136.515000', '172136.975000', '172137.435000', '172137.895000', '172138.355000', '172138.815000', '172139.275000', '172139.735000', '172140.195000', '172140.655000', '172141.115000', '172141.575000', '172142.035000', '172142.495000', '172142.955000', '172143.415000', '172143.875000', '172144.335000', '172144.795000', '172145.255000', '172145.715000', '172146.175000', '172146.635000', '172147.095000', '172147.555000', '172148.015000', '172148.475000', '172148.935000', '172149.395000', '172149.855000', '172150.315000', '172150.775000', '172151.235000', '172151.695000', '172152.155000', '172152.615000', '172153.075000', '172153.535000', '172153.995000', '172154.455000', '172154.915000', '172155.375000', '172155.835000', '172156.295000', '172156.755000', '172157.215000', '172157.675000', '172158.135000', '172158.595000', '172159.055000', '172159.515000', '172159.975000', '172200.435000', '172200.895000', '172201.355000', '172201.815000', '172202.275000', '172202.735000', '172203.195000', '172203.655000', '172204.115000', '172204.575000', '172205.035000', '172205.495000', '172205.955000', '172206.415000', '172206.875000', '172207.335000', '172207.795000', '172208.255000', '172208.715000', '172209.175000', '172209.635000', '172210.095000', '172210.555000', '172211.015000', '172211.475000', '172211.935000', '172212.395000', '172212.855000', '172213.315000', '172213.775000', '172214.235000', '172214.695000', '172215.155000', '172215.615000', '172216.075000', '172216.535000', '172216.995000', '172217.455000', '172217.915000', '172218.375000', '172218.835000', '172219.295000', '172219.755000', '172220.215000', '172220.675000', '172221.135000', '172221.595000', '172222.055000', '172222.515000', '172222.975000', '172223.435000', '172223.895000', '172224.355000', '172224.815000', '172225.275000', '172225.735000', '172226.195000', '172226.655000', '172227.115000', '172227.575000', '172228.035000', '172228.495000', '172228.955000', '172229.415000', '172229.875000', '172230.335000', '172230.795000', '172231.255000', '172231.715000', '172232.175000', '172232.635000', '172233.095000', '172233.555000', '172234.015000', '172234.475000', '172234.935000', '172235.395000', '172235.855000', '172236.315000', '172236.775000', '172237.235000', '172237.695000', '172238.155000', '172238.615000', '172239.075000', '172239.535000', '172239.995000', '172240.455000', '172240.915000', '172241.375000', '172241.835000', '172242.295000', '172242.755000', '172243.215000', '172243.675000', '172244.135000', '172244.595000', '172245.055000', '172245.515000', '172245.975000', '172246.435000', '172246.895000', '172247.355000', '172247.815000', '172248.275000', '172248.735000', '172249.195000', '172249.655000', '172250.115000', '172250.575000', '172251.035000', '172251.495000', '172251.955000', '172252.415000', '172252.875000', '172253.335000', '172253.795000', '172254.255000', '172254.715000', '172255.175000', '172255.635000', '172256.095000', '172256.555000', '172257.015000', '172257.475000', '172257.935000', '172258.395000', '172258.855000', '172259.315000', '172259.775000', '172300.235000', '172300.695000', '172301.155000', '172301.615000', '172302.075000', '172302.535000', '172302.995000', '172303.455000', '172303.915000', '172304.375000', '172304.835000', '172305.295000', '172305.755000', '172306.215000', '172306.675000', '172307.135000', '172307.595000', '172308.055000', '172308.515000', '172308.975000', '172309.435000', '172309.895000', '172310.355000', '172310.815000', '172311.275000', '172311.735000', '172312.195000', '172312.655000', '172313.115000', '172313.575000', '172314.035000', '172314.495000', '172314.955000', '172315.415000', '172315.875000', '172316.335000', '172316.795000', '172317.255000', '172317.715000', '172318.175000', '172318.635000', '172319.095000', '172319.555000', '172320.015000', '172320.475000', '172320.935000', '172321.395000', '172321.855000', '172322.315000', '172322.775000', '172323.235000', '172323.695000', '172324.155000', '172324.615000', '172325.075000', '172325.535000', '172325.995000', '172326.455000', '172326.915000', '172327.375000', '172327.835000', '172328.295000', '172328.755000', '172329.215000', '172329.675000', '172330.135000', '172330.595000', '172331.055000', '172331.515000', '172331.975000', '172332.435000', '172332.895000', '172333.355000', '172333.815000', '172334.275000', '172334.735000', '172335.195000', '172335.655000', '172336.115000', '172336.575000', '172337.035000', '172337.495000', '172337.955000', '172338.415000', '172338.875000', '172339.335000', '172339.795000', '172340.255000', '172340.715000', '172341.175000', '172341.635000', '172342.095000', '172342.555000', '172343.015000', '172343.475000', '172343.935000', '172344.395000', '172344.855000', '172345.315000', '172345.775000', '172346.235000', '172346.695000', '172347.155000', '172347.615000', '172348.075000', '172348.535000', '172348.995000', '172349.455000', '172349.915000', '172350.375000', '172350.835000', '172351.295000', '172351.755000', '172352.215000', '172352.675000', '172353.135000', '172353.595000', '172354.055000', '172354.515000', '172354.975000', '172355.435000', '172355.895000', '172356.355000', '172356.815000', '172357.275000', '172357.735000', '172358.195000', '172358.655000', '172359.115000', '172359.575000', '172400.035000', '172400.495000', '172400.955000', '172401.415000', '172401.875000', '172402.335000', '172402.795000', '172403.255000', '172403.715000', '172404.175000', '172404.635000', '172405.095000', '172405.555000', '172406.015000', '172406.475000', '172406.935000', '172407.395000', '172407.855000', '172408.315000', '172408.775000', '172409.235000', '172409.695000', '172410.155000', '172410.615000', '172411.075000', '172411.535000', '172411.995000', '172412.455000', '172412.915000', '172413.375000', '172413.835000', '172414.295000', '172414.755000', '172415.215000', '172415.675000', '172416.135000', '172416.595000', '172417.055000', '172417.515000', '172417.975000', '172418.435000', '172418.895000', '172419.355000', '172419.815000', '172420.275000', '172420.735000', '172421.195000', '172421.655000', '172422.115000', '172422.575000', '172423.035000', '172423.495000', '172423.955000', '172424.415000', '172424.875000', '172425.335000', '172425.795000', '172426.255000', '172426.715000', '172427.175000', '172427.635000', '172428.095000', '172428.555000', '172429.015000', '172429.475000', '172429.935000', '172430.395000', '172430.855000', '172431.315000', '172431.775000', '172432.235000', '172432.695000', '172433.155000', '172433.615000', '172434.075000', '172434.535000', '172434.995000', '172435.455000', '172435.915000', '172436.375000', '172436.835000', '172437.295000', '172437.755000', '172438.215000', '172438.675000', '172439.135000', '172439.595000', '172440.055000', '172440.515000', '172440.975000', '172441.435000', '172441.895000', '172442.355000', '172442.815000', '172443.275000', '172443.735000', '172444.195000', '172444.655000', '172445.115000', '172445.575000', '172446.035000', '172446.495000', '172446.955000', '172447.415000', '172447.875000', '172448.335000', '172448.795000', '172449.255000', '172449.715000', '172450.175000', '172450.635000', '172451.095000', '172451.555000', '172452.015000', '172452.475000', '172452.935000', '172453.395000', '172453.855000', '172454.315000', '172454.775000', '172455.235000', '172455.695000', '172456.155000', '172456.615000', '172457.075000', '172457.535000', '172457.995000', '172458.455000', '172458.915000', '172459.375000', '172459.835000', '172500.295000', '172500.755000', '172501.215000', '172501.675000', '172502.135000', '172502.595000', '172503.055000', '172503.515000', '172503.975000', '172504.435000', '172504.895000', '172505.355000', '172505.815000', '172506.275000', '172506.735000', '172507.195000', '172507.655000', '172508.115000', '172508.575000', '172509.035000', '172509.495000', '172509.955000', '172510.415000', '172510.875000', '172511.335000', '172511.795000', '172512.255000', '172512.715000', '172513.175000', '172513.635000', '172514.095000', '172514.555000', '172515.015000', '172515.475000', '172515.935000', '172516.395000', '172516.855000', '172517.315000', '172517.775000', '172518.235000', '172518.695000', '172519.155000', '172519.615000', '172520.075000', '172520.535000', '172520.995000', '172521.455000', '172521.915000', '172522.375000', '172522.835000', '172523.295000', '172523.755000', '172524.215000', '172524.675000', '172525.135000', '172525.595000', '172526.055000', '172526.515000', '172526.975000', '172527.435000', '172527.895000', '172528.355000', '172528.815000', '172529.275000', '172529.735000', '172530.195000', '172530.655000', '172531.115000', '172531.575000', '172532.035000', '172532.495000', '172532.955000', '172533.415000', '172533.875000', '172534.335000', '172534.795000', '172535.255000', '172535.715000', '172536.175000', '172536.635000', '172537.095000', '172537.555000', '172538.015000', '172538.475000', '172538.935000', '172539.395000', '172539.855000', '172540.315000', '172540.775000', '172541.235000', '172541.695000', '172542.155000', '172542.615000', '172543.075000', '172543.535000', '172543.995000', '172544.455000', '172544.915000', '172545.375000', '172545.835000', '172546.295000', '172546.755000', '172547.215000', '172547.675000', '172548.135000', '172548.595000', '172549.055000', '172549.515000', '172549.975000', '172550.435000', '172550.895000'], 'ContentTime': ['171936.894000', '171936.897000', '171936.899000', '171936.902000', '171936.905000', '171936.908000', '171936.912000', '171936.915000', '171936.917000', '171936.920000', '171936.923000', '171936.925000', '171936.928000', '171936.965000', '171936.968000', '171936.970000', '171936.973000', '171936.976000', '171936.978000', '171936.981000', '171936.983000', '171936.986000', '171936.989000', '171936.991000', '171936.994000', '171937.004000', '171937.007000', '171937.010000', '171937.012000', '171937.015000', '171937.018000', '171937.020000', '171937.023000', '171937.026000', '171937.028000', '171937.031000', '171937.033000', '171937.036000', '171937.039000', '171937.041000', '171937.044000', '171937.047000', '171937.049000', '171937.052000', '171937.055000', '171937.057000', '171937.060000', '171937.062000', '171937.065000', '171937.068000', '171937.071000', '171937.073000', '171937.076000', '171937.078000', '171956.863000', '171956.865000', '171956.868000', '171956.871000', '171956.873000', '171956.876000', '171956.878000', '171956.881000', '171956.884000', '171956.886000', '171956.889000', '171956.892000', '171956.894000', '171956.897000', '171956.899000', '171956.902000', '171956.905000', '171956.907000', '171956.910000', '171956.912000', '171956.915000', '171956.918000', '171956.920000', '171956.923000', '171956.928000', '171956.930000', '171956.933000', '171956.936000', '171956.938000', '171956.941000', '171956.944000', '171956.946000', '171956.949000', '171956.951000', '171956.954000', '171956.957000', '171956.959000', '171956.962000', '171956.964000', '171956.967000', '171956.970000', '171956.972000', '171956.975000', '171956.977000', '172016.862000', '172016.865000', '172016.868000', '172016.870000', '172016.873000', '172016.876000', '172016.878000', '172016.885000', '172016.888000', '172016.890000', '172016.893000', '172016.895000', '172016.898000', '172016.901000', '172016.903000', '172016.906000', '172016.909000', '172016.911000', '172016.914000', '172016.917000', '172016.919000', '172016.922000', '172016.925000', '172016.927000', '172016.930000', '172016.932000', '172016.935000', '172016.939000', '172016.942000', '172016.944000', '172016.947000', '172016.950000', '172016.952000', '172016.955000', '172016.957000', '172016.960000', '172016.963000', '172016.965000', '172016.968000', '172016.970000', '172016.973000', '172016.975000', '172016.978000', '172036.862000', '172036.865000', '172036.868000', '172036.871000', '172036.874000', '172036.876000', '172036.879000', '172036.881000', '172036.884000', '172036.887000', '172036.889000', '172036.892000', '172036.895000', '172036.897000', '172036.900000', '172036.903000', '172036.905000', '172036.908000', '172036.911000', '172036.913000', '172036.916000', '172036.918000', '172036.921000', '172036.924000', '172036.926000', '172036.929000', '172036.932000', '172036.934000', '172036.937000', '172036.940000', '172036.942000', '172036.945000', '172036.948000', '172036.950000', '172036.953000', '172036.955000', '172036.958000', '172036.961000', '172036.963000', '172036.966000', '172036.969000', '172036.971000', '172036.974000', '172036.976000', '172056.864000', '172056.867000', '172056.870000', '172056.872000', '172056.875000', '172056.878000', '172056.880000', '172056.883000', '172056.886000', '172056.888000', '172056.891000', '172056.894000', '172056.896000', '172056.899000', '172056.902000', '172056.904000', '172056.907000', '172056.910000', '172056.912000', '172056.915000', '172056.917000', '172056.920000', '172056.923000', '172056.925000', '172056.934000', '172056.937000', '172056.940000', '172056.943000', '172056.945000', '172056.948000', '172056.951000', '172056.953000', '172056.956000', '172056.959000', '172056.961000', '172056.964000', '172056.966000', '172056.969000', '172056.972000', '172056.974000', '172056.977000', '172056.989000', '172056.991000', '172116.863000', '172116.865000', '172116.868000', '172116.871000', '172116.874000', '172116.876000', '172116.879000', '172116.882000', '172116.884000', '172116.887000', '172116.889000', '172116.892000', '172116.895000', '172116.897000', '172116.900000', '172116.902000', '172116.905000', '172116.908000', '172116.910000', '172116.913000', '172116.915000', '172116.918000', '172116.921000', '172116.923000', '172116.926000', '172116.928000', '172116.931000', '172116.934000', '172116.936000', '172116.939000', '172116.942000', '172116.944000', '172116.947000', '172116.949000', '172116.952000', '172116.955000', '172116.957000', '172116.960000', '172116.963000', '172116.965000', '172116.968000', '172116.970000', '172116.973000', '172116.976000', '172136.862000', '172136.865000', '172136.868000', '172136.870000', '172136.873000', '172136.876000', '172136.878000', '172136.881000', '172136.884000', '172136.886000', '172136.889000', '172136.892000', '172136.894000', '172136.897000', '172136.899000', '172136.902000', '172136.905000', '172136.907000', '172136.910000', '172136.913000', '172136.915000', '172136.918000', '172136.921000', '172136.923000', '172136.926000', '172136.929000', '172136.931000', '172136.934000', '172136.937000', '172136.939000', '172136.942000', '172136.944000', '172136.947000', '172136.950000', '172136.952000', '172136.955000', '172136.958000', '172136.960000', '172136.963000', '172136.966000', '172136.968000', '172136.971000', '172136.974000', '172156.863000', '172156.866000', '172156.868000', '172156.871000', '172156.873000', '172156.876000', '172156.879000', '172156.881000', '172156.884000', '172156.887000', '172156.889000', '172156.892000', '172156.895000', '172156.897000', '172156.900000', '172156.902000', '172156.905000', '172156.908000', '172156.911000', '172156.913000', '172156.916000', '172156.918000', '172156.921000', '172156.924000', '172156.926000', '172156.929000', '172156.932000', '172156.934000', '172156.937000', '172156.940000', '172156.942000', '172156.945000', '172156.947000', '172156.950000', '172156.953000', '172156.955000', '172156.958000', '172156.961000', '172156.963000', '172156.966000', '172156.969000', '172156.971000', '172156.974000', '172156.977000', '172216.862000', '172216.865000', '172216.868000', '172216.871000', '172216.873000', '172216.876000', '172216.878000', '172216.881000', '172216.884000', '172216.886000', '172216.889000', '172216.892000', '172216.894000', '172216.897000', '172216.899000', '172216.902000', '172216.905000', '172216.907000', '172216.910000', '172216.913000', '172216.915000', '172216.918000', '172216.920000', '172216.923000', '172216.926000', '172216.928000', '172216.931000', '172216.934000', '172216.936000', '172216.939000', '172216.941000', '172216.944000', '172216.947000', '172216.949000', '172216.952000', '172216.955000', '172216.957000', '172216.960000', '172216.962000', '172216.965000', '172216.968000', '172216.971000', '172216.973000', '172236.862000', '172236.865000', '172236.868000', '172236.871000', '172236.873000', '172236.876000', '172236.879000', '172236.881000', '172236.884000', '172236.887000', '172236.889000', '172236.892000', '172236.895000', '172236.897000', '172236.900000', '172236.902000', '172236.905000', '172236.908000', '172236.910000', '172236.913000', '172236.916000', '172236.918000', '172236.921000', '172236.924000', '172236.933000', '172236.936000', '172236.938000', '172236.941000', '172236.945000', '172236.947000', '172236.950000', '172236.952000', '172236.955000', '172236.958000', '172236.961000', '172236.963000', '172236.966000', '172236.995000', '172236.998000', '172237.002000', '172237.004000', '172237.007000', '172237.009000', '172237.012000', '172256.863000', '172256.865000', '172256.869000', '172256.871000', '172256.874000', '172256.876000', '172256.879000', '172256.882000', '172256.885000', '172256.887000', '172256.890000', '172256.893000', '172256.895000', '172256.898000', '172256.901000', '172256.903000', '172256.906000', '172256.908000', '172256.911000', '172256.914000', '172256.916000', '172256.919000', '172256.922000', '172256.924000', '172256.927000', '172256.930000', '172256.932000', '172256.935000', '172256.938000', '172256.940000', '172256.943000', '172256.945000', '172256.948000', '172256.951000', '172256.954000', '172256.956000', '172256.959000', '172256.961000', '172256.964000', '172256.967000', '172256.969000', '172256.972000', '172256.975000', '172316.863000', '172316.865000', '172316.868000', '172316.871000', '172316.874000', '172316.876000', '172316.879000', '172316.882000', '172316.884000', '172316.887000', '172316.889000', '172316.892000', '172316.895000', '172316.897000', '172316.900000', '172316.903000', '172316.905000', '172316.908000', '172316.910000', '172316.913000', '172316.916000', '172316.918000', '172316.921000', '172316.924000', '172316.926000', '172316.929000', '172316.931000', '172316.934000', '172316.937000', '172316.939000', '172316.942000', '172316.944000', '172316.947000', '172316.954000', '172316.956000', '172316.959000', '172316.962000', '172316.964000', '172316.967000', '172316.969000', '172316.972000', '172316.975000', '172316.977000', '172316.980000', '172336.862000', '172336.865000', '172336.868000', '172336.871000', '172336.873000', '172336.876000', '172336.879000', '172336.881000', '172336.884000', '172336.887000', '172336.889000', '172336.892000', '172336.894000', '172336.897000', '172336.900000', '172336.902000', '172336.905000', '172336.908000', '172336.910000', '172336.913000', '172336.915000', '172336.918000', '172336.921000', '172336.923000', '172336.926000', '172336.929000', '172336.931000', '172336.934000', '172336.936000', '172336.939000', '172336.942000', '172336.944000', '172336.947000', '172336.950000', '172336.952000', '172336.955000', '172336.957000', '172336.960000', '172336.963000', '172336.965000', '172336.968000', '172336.971000', '172336.973000', '172356.862000', '172356.865000', '172356.868000', '172356.871000', '172356.873000', '172356.876000', '172356.879000', '172356.881000', '172356.884000', '172356.887000', '172356.889000', '172356.892000', '172356.894000', '172356.897000', '172356.900000', '172356.902000', '172356.905000', '172356.908000', '172356.910000', '172356.913000', '172356.916000', '172356.918000', '172356.921000', '172356.924000', '172356.926000', '172356.929000', '172356.931000', '172356.934000', '172356.937000', '172356.939000', '172356.942000', '172356.945000', '172356.947000', '172356.950000', '172356.952000', '172356.955000', '172356.958000', '172356.960000', '172356.963000', '172356.966000', '172356.968000', '172356.971000', '172356.974000', '172356.976000', '172416.863000', '172416.865000', '172416.868000', '172416.904000', '172416.906000', '172416.909000', '172416.912000', '172416.914000', '172416.917000', '172416.919000', '172416.922000', '172416.925000', '172416.927000', '172416.930000', '172416.933000', '172416.935000', '172416.938000', '172416.941000', '172416.943000', '172416.946000', '172416.949000', '172416.951000', '172416.954000', '172416.956000', '172416.959000', '172416.962000', '172416.964000', '172416.967000', '172416.970000', '172416.972000', '172416.975000', '172416.977000', '172416.980000', '172416.983000', '172416.985000', '172416.988000', '172416.991000', '172416.993000', '172416.996000', '172416.999000', '172417.002000', '172417.005000', '172417.007000', '172436.863000', '172436.866000', '172436.868000', '172436.871000', '172436.873000', '172436.876000', '172436.879000', '172436.882000', '172436.884000', '172436.887000', '172436.890000', '172436.892000', '172436.895000', '172436.897000', '172436.900000', '172436.903000', '172436.905000', '172436.908000', '172436.911000', '172436.913000', '172436.916000', '172436.919000', '172436.921000', '172436.924000', '172436.926000', '172436.929000', '172436.932000', '172436.934000', '172436.937000', '172436.939000', '172436.942000', '172436.945000', '172436.947000', '172436.950000', '172436.953000', '172436.955000', '172436.958000', '172436.960000', '172436.963000', '172436.966000', '172436.968000', '172436.971000', '172436.974000', '172436.976000', '172456.863000', '172456.865000', '172456.868000', '172456.871000', '172456.873000', '172456.876000', '172456.879000', '172456.881000', '172456.884000', '172456.887000', '172456.890000', '172456.892000', '172456.895000', '172456.897000', '172456.900000', '172456.903000', '172456.906000', '172456.908000', '172456.911000', '172456.913000', '172456.916000', '172456.919000', '172456.921000', '172456.924000', '172456.927000', '172456.929000', '172456.932000', '172456.934000', '172456.937000', '172456.940000', '172456.942000', '172456.945000', '172456.948000', '172456.950000', '172456.953000', '172456.955000', '172456.958000', '172456.961000', '172456.963000', '172456.966000', '172456.969000', '172456.971000', '172456.974000', '172516.862000', '172516.865000', '172516.868000', '172516.871000', '172516.873000', '172516.876000', '172516.879000', '172516.881000', '172516.884000', '172516.887000', '172516.889000', '172516.892000', '172516.894000', '172516.897000', '172516.899000', '172516.902000', '172516.905000', '172516.907000', '172516.910000', '172516.913000', '172516.916000', '172516.918000', '172516.921000', '172516.924000', '172516.926000', '172516.929000', '172516.932000', '172516.934000', '172516.937000', '172516.940000', '172516.942000', '172516.945000', '172516.948000', '172516.950000', '172516.953000', '172516.955000', '172516.958000', '172516.961000', '172516.963000', '172516.966000', '172516.969000', '172516.971000', '172516.974000', '172516.976000', '172536.862000', '172536.865000', '172536.868000', '172536.871000', '172536.874000', '172536.876000', '172536.879000', '172536.881000', '172536.884000', '172536.887000', '172536.889000', '172536.892000', '172536.895000', '172536.897000', '172536.900000', '172536.903000', '172536.905000', '172536.908000', '172536.910000', '172536.913000', '172536.916000', '172536.918000', '172536.921000', '172536.923000', '172536.926000', '172536.928000', '172536.931000', '172536.934000', '172536.946000', '172536.948000', '172536.951000', '172536.954000', '172536.956000', '172536.959000', '172536.961000', '172536.964000', '172536.967000', '172536.969000', '172536.972000', '172536.974000', '172536.977000', '172536.980000', '172536.982000', '172552.686000', '172552.689000', '172552.692000', '172552.698000', '172552.701000', '172552.705000', '172552.707000', '172552.710000', '172552.713000', '172552.716000', '172552.719000', '172552.722000', '172552.724000', '172552.727000', '172552.730000', '172552.733000', '172552.736000', '172552.739000', '172552.742000', '172552.745000', '172552.748000', '172552.750000', '172552.753000', '172552.756000', '172552.759000', '172552.761000', '172552.764000', '172552.767000', '172552.770000', '172552.773000', '172552.776000', '172552.778000', '172552.781000', '172552.784000', '172552.786000'], 'InstanceCreationTime': ['171936.894000', '171936.897000', '171936.899000', '171936.902000', '171936.905000', '171936.908000', '171936.912000', '171936.915000', '171936.917000', '171936.920000', '171936.923000', '171936.925000', '171936.928000', '171936.965000', '171936.968000', '171936.970000', '171936.973000', '171936.976000', '171936.978000', '171936.981000', '171936.983000', '171936.986000', '171936.989000', '171936.991000', '171936.994000', '171937.004000', '171937.007000', '171937.010000', '171937.012000', '171937.015000', '171937.018000', '171937.020000', '171937.023000', '171937.026000', '171937.028000', '171937.031000', '171937.033000', '171937.036000', '171937.039000', '171937.041000', '171937.044000', '171937.047000', '171937.049000', '171937.052000', '171937.055000', '171937.057000', '171937.060000', '171937.062000', '171937.065000', '171937.068000', '171937.071000', '171937.073000', '171937.076000', '171937.078000', '171956.863000', '171956.865000', '171956.868000', '171956.871000', '171956.873000', '171956.876000', '171956.878000', '171956.881000', '171956.884000', '171956.886000', '171956.889000', '171956.892000', '171956.894000', '171956.897000', '171956.899000', '171956.902000', '171956.905000', '171956.907000', '171956.910000', '171956.912000', '171956.915000', '171956.918000', '171956.920000', '171956.923000', '171956.928000', '171956.930000', '171956.933000', '171956.936000', '171956.938000', '171956.941000', '171956.944000', '171956.946000', '171956.949000', '171956.951000', '171956.954000', '171956.957000', '171956.959000', '171956.962000', '171956.964000', '171956.967000', '171956.970000', '171956.972000', '171956.975000', '171956.977000', '172016.862000', '172016.865000', '172016.868000', '172016.870000', '172016.873000', '172016.876000', '172016.878000', '172016.885000', '172016.888000', '172016.890000', '172016.893000', '172016.895000', '172016.898000', '172016.901000', '172016.903000', '172016.906000', '172016.909000', '172016.911000', '172016.914000', '172016.917000', '172016.919000', '172016.922000', '172016.925000', '172016.927000', '172016.930000', '172016.932000', '172016.935000', '172016.939000', '172016.942000', '172016.944000', '172016.947000', '172016.950000', '172016.952000', '172016.955000', '172016.957000', '172016.960000', '172016.963000', '172016.965000', '172016.968000', '172016.970000', '172016.973000', '172016.975000', '172016.978000', '172036.862000', '172036.865000', '172036.868000', '172036.871000', '172036.874000', '172036.876000', '172036.879000', '172036.881000', '172036.884000', '172036.887000', '172036.889000', '172036.892000', '172036.895000', '172036.897000', '172036.900000', '172036.903000', '172036.905000', '172036.908000', '172036.911000', '172036.913000', '172036.916000', '172036.918000', '172036.921000', '172036.924000', '172036.926000', '172036.929000', '172036.932000', '172036.934000', '172036.937000', '172036.940000', '172036.942000', '172036.945000', '172036.948000', '172036.950000', '172036.953000', '172036.955000', '172036.958000', '172036.961000', '172036.963000', '172036.966000', '172036.969000', '172036.971000', '172036.974000', '172036.976000', '172056.864000', '172056.867000', '172056.870000', '172056.872000', '172056.875000', '172056.878000', '172056.880000', '172056.883000', '172056.886000', '172056.888000', '172056.891000', '172056.894000', '172056.896000', '172056.899000', '172056.902000', '172056.904000', '172056.907000', '172056.910000', '172056.912000', '172056.915000', '172056.917000', '172056.920000', '172056.923000', '172056.925000', '172056.934000', '172056.937000', '172056.940000', '172056.943000', '172056.945000', '172056.948000', '172056.951000', '172056.953000', '172056.956000', '172056.959000', '172056.961000', '172056.964000', '172056.966000', '172056.969000', '172056.972000', '172056.974000', '172056.977000', '172056.989000', '172056.991000', '172116.863000', '172116.865000', '172116.868000', '172116.871000', '172116.874000', '172116.876000', '172116.879000', '172116.882000', '172116.884000', '172116.887000', '172116.889000', '172116.892000', '172116.895000', '172116.897000', '172116.900000', '172116.902000', '172116.905000', '172116.908000', '172116.910000', '172116.913000', '172116.915000', '172116.918000', '172116.921000', '172116.923000', '172116.926000', '172116.928000', '172116.931000', '172116.934000', '172116.936000', '172116.939000', '172116.942000', '172116.944000', '172116.947000', '172116.949000', '172116.952000', '172116.955000', '172116.957000', '172116.960000', '172116.963000', '172116.965000', '172116.968000', '172116.970000', '172116.973000', '172116.976000', '172136.862000', '172136.865000', '172136.868000', '172136.870000', '172136.873000', '172136.876000', '172136.878000', '172136.881000', '172136.884000', '172136.886000', '172136.889000', '172136.892000', '172136.894000', '172136.897000', '172136.899000', '172136.902000', '172136.905000', '172136.907000', '172136.910000', '172136.913000', '172136.915000', '172136.918000', '172136.921000', '172136.923000', '172136.926000', '172136.929000', '172136.931000', '172136.934000', '172136.937000', '172136.939000', '172136.942000', '172136.944000', '172136.947000', '172136.950000', '172136.952000', '172136.955000', '172136.958000', '172136.960000', '172136.963000', '172136.966000', '172136.968000', '172136.971000', '172136.974000', '172156.863000', '172156.866000', '172156.868000', '172156.871000', '172156.873000', '172156.876000', '172156.879000', '172156.881000', '172156.884000', '172156.887000', '172156.889000', '172156.892000', '172156.895000', '172156.897000', '172156.900000', '172156.902000', '172156.905000', '172156.908000', '172156.911000', '172156.913000', '172156.916000', '172156.918000', '172156.921000', '172156.924000', '172156.926000', '172156.929000', '172156.932000', '172156.934000', '172156.937000', '172156.940000', '172156.942000', '172156.945000', '172156.947000', '172156.950000', '172156.953000', '172156.955000', '172156.958000', '172156.961000', '172156.963000', '172156.966000', '172156.969000', '172156.971000', '172156.974000', '172156.977000', '172216.862000', '172216.865000', '172216.868000', '172216.871000', '172216.873000', '172216.876000', '172216.878000', '172216.881000', '172216.884000', '172216.886000', '172216.889000', '172216.892000', '172216.894000', '172216.897000', '172216.899000', '172216.902000', '172216.905000', '172216.907000', '172216.910000', '172216.913000', '172216.915000', '172216.918000', '172216.920000', '172216.923000', '172216.926000', '172216.928000', '172216.931000', '172216.934000', '172216.936000', '172216.939000', '172216.941000', '172216.944000', '172216.947000', '172216.949000', '172216.952000', '172216.955000', '172216.957000', '172216.960000', '172216.962000', '172216.965000', '172216.968000', '172216.971000', '172216.973000', '172236.862000', '172236.865000', '172236.868000', '172236.871000', '172236.873000', '172236.876000', '172236.879000', '172236.881000', '172236.884000', '172236.887000', '172236.889000', '172236.892000', '172236.895000', '172236.897000', '172236.900000', '172236.902000', '172236.905000', '172236.908000', '172236.910000', '172236.913000', '172236.916000', '172236.918000', '172236.921000', '172236.924000', '172236.933000', '172236.936000', '172236.938000', '172236.941000', '172236.945000', '172236.947000', '172236.950000', '172236.952000', '172236.955000', '172236.958000', '172236.961000', '172236.963000', '172236.966000', '172236.995000', '172236.998000', '172237.002000', '172237.004000', '172237.007000', '172237.009000', '172237.012000', '172256.863000', '172256.865000', '172256.869000', '172256.871000', '172256.874000', '172256.876000', '172256.879000', '172256.882000', '172256.885000', '172256.887000', '172256.890000', '172256.893000', '172256.895000', '172256.898000', '172256.901000', '172256.903000', '172256.906000', '172256.908000', '172256.911000', '172256.914000', '172256.916000', '172256.919000', '172256.922000', '172256.924000', '172256.927000', '172256.930000', '172256.932000', '172256.935000', '172256.938000', '172256.940000', '172256.943000', '172256.945000', '172256.948000', '172256.951000', '172256.954000', '172256.956000', '172256.959000', '172256.961000', '172256.964000', '172256.967000', '172256.969000', '172256.972000', '172256.975000', '172316.863000', '172316.865000', '172316.868000', '172316.871000', '172316.874000', '172316.876000', '172316.879000', '172316.882000', '172316.884000', '172316.887000', '172316.889000', '172316.892000', '172316.895000', '172316.897000', '172316.900000', '172316.903000', '172316.905000', '172316.908000', '172316.910000', '172316.913000', '172316.916000', '172316.918000', '172316.921000', '172316.924000', '172316.926000', '172316.929000', '172316.931000', '172316.934000', '172316.937000', '172316.939000', '172316.942000', '172316.944000', '172316.947000', '172316.954000', '172316.956000', '172316.959000', '172316.962000', '172316.964000', '172316.967000', '172316.969000', '172316.972000', '172316.975000', '172316.977000', '172316.980000', '172336.862000', '172336.865000', '172336.868000', '172336.871000', '172336.873000', '172336.876000', '172336.879000', '172336.881000', '172336.884000', '172336.887000', '172336.889000', '172336.892000', '172336.894000', '172336.897000', '172336.900000', '172336.902000', '172336.905000', '172336.908000', '172336.910000', '172336.913000', '172336.915000', '172336.918000', '172336.921000', '172336.923000', '172336.926000', '172336.929000', '172336.931000', '172336.934000', '172336.936000', '172336.939000', '172336.942000', '172336.944000', '172336.947000', '172336.950000', '172336.952000', '172336.955000', '172336.957000', '172336.960000', '172336.963000', '172336.965000', '172336.968000', '172336.971000', '172336.973000', '172356.862000', '172356.865000', '172356.868000', '172356.871000', '172356.873000', '172356.876000', '172356.879000', '172356.881000', '172356.884000', '172356.887000', '172356.889000', '172356.892000', '172356.894000', '172356.897000', '172356.900000', '172356.902000', '172356.905000', '172356.908000', '172356.910000', '172356.913000', '172356.916000', '172356.918000', '172356.921000', '172356.924000', '172356.926000', '172356.929000', '172356.931000', '172356.934000', '172356.937000', '172356.939000', '172356.942000', '172356.945000', '172356.947000', '172356.950000', '172356.952000', '172356.955000', '172356.958000', '172356.960000', '172356.963000', '172356.966000', '172356.968000', '172356.971000', '172356.974000', '172356.976000', '172416.863000', '172416.865000', '172416.868000', '172416.904000', '172416.906000', '172416.909000', '172416.912000', '172416.914000', '172416.917000', '172416.919000', '172416.922000', '172416.925000', '172416.927000', '172416.930000', '172416.933000', '172416.935000', '172416.938000', '172416.941000', '172416.943000', '172416.946000', '172416.949000', '172416.951000', '172416.954000', '172416.956000', '172416.959000', '172416.962000', '172416.964000', '172416.967000', '172416.970000', '172416.972000', '172416.975000', '172416.977000', '172416.980000', '172416.983000', '172416.985000', '172416.988000', '172416.991000', '172416.993000', '172416.996000', '172416.999000', '172417.002000', '172417.005000', '172417.007000', '172436.863000', '172436.866000', '172436.868000', '172436.871000', '172436.873000', '172436.876000', '172436.879000', '172436.882000', '172436.884000', '172436.887000', '172436.890000', '172436.892000', '172436.895000', '172436.897000', '172436.900000', '172436.903000', '172436.905000', '172436.908000', '172436.911000', '172436.913000', '172436.916000', '172436.919000', '172436.921000', '172436.924000', '172436.926000', '172436.929000', '172436.932000', '172436.934000', '172436.937000', '172436.939000', '172436.942000', '172436.945000', '172436.947000', '172436.950000', '172436.953000', '172436.955000', '172436.958000', '172436.960000', '172436.963000', '172436.966000', '172436.968000', '172436.971000', '172436.974000', '172436.976000', '172456.863000', '172456.865000', '172456.868000', '172456.871000', '172456.873000', '172456.876000', '172456.879000', '172456.881000', '172456.884000', '172456.887000', '172456.890000', '172456.892000', '172456.895000', '172456.897000', '172456.900000', '172456.903000', '172456.906000', '172456.908000', '172456.911000', '172456.913000', '172456.916000', '172456.919000', '172456.921000', '172456.924000', '172456.927000', '172456.929000', '172456.932000', '172456.934000', '172456.937000', '172456.940000', '172456.942000', '172456.945000', '172456.948000', '172456.950000', '172456.953000', '172456.955000', '172456.958000', '172456.961000', '172456.963000', '172456.966000', '172456.969000', '172456.971000', '172456.974000', '172516.862000', '172516.865000', '172516.868000', '172516.871000', '172516.873000', '172516.876000', '172516.879000', '172516.881000', '172516.884000', '172516.887000', '172516.889000', '172516.892000', '172516.894000', '172516.897000', '172516.899000', '172516.902000', '172516.905000', '172516.907000', '172516.910000', '172516.913000', '172516.916000', '172516.918000', '172516.921000', '172516.924000', '172516.926000', '172516.929000', '172516.932000', '172516.934000', '172516.937000', '172516.940000', '172516.942000', '172516.945000', '172516.948000', '172516.950000', '172516.953000', '172516.955000', '172516.958000', '172516.961000', '172516.963000', '172516.966000', '172516.969000', '172516.971000', '172516.974000', '172516.976000', '172536.862000', '172536.865000', '172536.868000', '172536.871000', '172536.874000', '172536.876000', '172536.879000', '172536.881000', '172536.884000', '172536.887000', '172536.889000', '172536.892000', '172536.895000', '172536.897000', '172536.900000', '172536.903000', '172536.905000', '172536.908000', '172536.910000', '172536.913000', '172536.916000', '172536.918000', '172536.921000', '172536.923000', '172536.926000', '172536.928000', '172536.931000', '172536.934000', '172536.946000', '172536.948000', '172536.951000', '172536.954000', '172536.956000', '172536.959000', '172536.961000', '172536.964000', '172536.967000', '172536.969000', '172536.972000', '172536.974000', '172536.977000', '172536.980000', '172536.982000', '172552.686000', '172552.689000', '172552.692000', '172552.698000', '172552.701000', '172552.705000', '172552.707000', '172552.710000', '172552.713000', '172552.716000', '172552.719000', '172552.722000', '172552.724000', '172552.727000', '172552.730000', '172552.733000', '172552.736000', '172552.739000', '172552.742000', '172552.745000', '172552.748000', '172552.750000', '172552.753000', '172552.756000', '172552.759000', '172552.761000', '172552.764000', '172552.767000', '172552.770000', '172552.773000', '172552.776000', '172552.778000', '172552.781000', '172552.784000', '172552.786000'], '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': [9580, 6950, 10944, 6971, 7463, 6884, 7135, 6909, 6981, 6774, 7421, 7682, 6790, 9077, 6872, 6383, 6901, 7113, 6694, 6750, 6803, 6690, 6796, 6628, 7579, 6918, 9425, 6873, 7115, 6991, 6828, 7403, 6793, 6813, 6851, 7476, 6883, 6838, 6971, 6869, 6876, 6757, 6811, 6772, 6708, 7056, 7614, 6915, 6575, 7824, 7091, 6805, 6833, 6907, 6787, 6755, 7595, 6926, 9600, 6960, 6862, 7642, 6931, 6465, 6971, 9220, 7092, 6825, 6495, 7022, 6937, 7085, 8856, 6998, 6824, 7694, 7108, 7374, 6937, 8228, 7089, 6743, 6515, 7081, 6593, 7193, 7012, 7528, 7136, 9186, 7241, 8483, 7053, 7237, 7475, 6994, 6316, 7230, 8312, 7337, 6975, 6519, 7172, 7026, 7285, 7111, 7149, 7414, 9242, 7263, 8079, 7399, 6934, 6817, 7397, 8492, 6793, 7429, 6639, 7515, 7198, 7461, 9307, 7384, 8764, 8382, 7572, 8030, 7538, 7362, 6618, 7613, 7628, 7619, 7661, 7374, 7652, 6769, 7677, 7431, 7524, 7270, 6621, 7598, 6906, 7536, 7558, 7806, 7816, 9834, 7724, 7751, 7607, 7513, 6943, 7729, 9451, 7476, 7680, 7566, 7571, 6765, 7755, 7841, 7519, 7587, 6448, 7661, 7157, 7500, 7484, 6883, 7780, 7878, 7642, 7546, 7334, 7626, 6858, 7702, 7435, 7988, 7727, 6766, 7679, 7883, 7499, 7730, 7407, 7585, 9958, 7520, 7781, 7009, 7789, 7489, 7827, 7773, 7241, 7699, 8431, 7619, 7484, 7746, 7716, 6781, 7778, 7986, 7687, 7824, 7422, 7838, 9949, 7805, 7921, 7071, 7865, 7623, 8024, 9395, 7908, 7835, 7054, 7844, 7482, 7872, 7527, 7635, 7739, 7105, 7757, 7660, 6739, 7895, 6933, 7827, 9212, 7806, 7788, 7385, 7800, 6717, 7957, 7824, 8095, 7688, 6585, 7931, 7939, 7763, 8197, 9734, 7926, 7869, 7370, 7870, 7011, 8122, 9294, 7939, 9843, 7516, 7900, 7462, 7803, 7876, 7744, 7690, 6839, 7991, 7317, 7626, 7938, 7780, 7631, 9777, 7870, 9684, 7870, 7938, 7772, 7711, 7612, 7861, 7788, 7783, 6914, 7772, 7167, 8003, 7739, 7479, 7643, 8066, 7067, 7923, 7861, 7797, 9442, 7900, 9996, 7949, 9085, 7625, 8008, 7868, 7940, 7245, 8052, 7667, 7922, 7995, 7645, 8055, 7420, 7901, 6602, 7894, 8593, 8327, 7881, 7231, 8221, 7708, 8024, 8539, 8057, 7995, 7835, 8042, 7582, 8026, 8081, 8203, 7910, 7781, 8283, 9104, 7959, 8081, 7350, 8162, 7855, 8129, 9901, 8098, 8117, 7703, 8085, 7463, 7772, 7753, 7285, 7950, 8160, 7696, 7807, 7328, 8064, 9982, 7666, 8033, 7455, 7116, 7710, 7232, 7845, 7391, 7935, 7501, 7985, 9038, 7783, 9682, 7806, 9341, 7735, 9788, 7436, 7987, 7907, 7867, 10544, 7727, 8816, 8194, 7924, 8381, 7756, 9891, 7750, 8136, 7853, 7816, 7805, 7793, 8879, 7616, 8768, 7404, 7886, 7351, 7882, 7686, 7572, 7844, 7383, 7834, 7582, 7820, 7528, 7508, 7919, 7330, 7887, 7918, 7694, 8095, 8089, 7931, 7204, 8177, 7987, 8020, 8074, 6862, 8007, 7644, 7988, 8313, 7777, 8243, 7721, 7812, 8203, 7223, 8228, 7850, 8166, 8325, 7923, 8257, 7529, 8258, 8519, 8172, 10006, 8042, 8068, 7388, 8296, 8172, 8127, 8332, 7588, 8379, 8119, 8116, 8265, 7512, 8407, 7763, 8303, 8300, 7542, 8380, 7782, 8357, 8578, 8334, 8297, 7769, 8568, 9251, 8133, 8198, 7264, 8499, 7905, 8578, 8541, 7807, 8467, 8123, 8432, 9190, 8363, 8441, 7633, 8504, 8178, 8133, 8543, 8031, 8739, 8625, 8424, 8358, 8209, 8415, 8022, 8567, 11100, 8331, 8527, 7507, 8514, 8187, 8642, 8675, 8260, 8607, 8322, 8387, 9447, 8262, 8642, 7351, 8221, 8131, 8329, 8522, 7701, 8610, 8434, 8506, 8491, 7761, 8582, 9450, 8404, 8478, 8207, 8422, 8067, 8414, 8625, 8060, 8587, 8174, 8284, 8610, 8184, 8579, 10468, 8272, 9894, 8113, 8405, 8692, 8322, 10613, 8323, 8575, 8034, 8701, 8090, 8402, 8085, 8381, 8284, 7869, 8299, 7967, 8045, 8477, 7560, 8820, 8413, 8297, 8589, 8280, 8579, 8891, 8471, 8442, 9070, 8533, 8508, 8322, 8514, 8138, 8565, 11287, 8245, 8815, 8176, 8371, 8406, 8571, 10448, 8267, 8550, 8127, 8688, 8137, 8407, 8660, 7891, 8675, 8406, 8252, 8907, 8917, 8593, 10481, 8267, 8661, 8585, 8657, 8095, 8579, 9182, 8188, 9055, 8497, 8569, 7783, 8418, 8861, 8346, 8762, 8279, 8497, 8933, 8904, 8615, 8008, 8431, 8831, 8328, 8602, 8083, 8488, 8959, 9170, 8674, 8013, 8738, 8543, 8547, 8606, 8189, 8610, 8447, 8540, 9206, 8479, 8580, 7767, 8519, 8546, 8562, 8622, 8138, 8703, 8246, 8321, 8763, 8529, 8679, 8438, 8502, 9013, 8513, 8823, 8067, 8767, 8760, 9121, 8901, 7780, 8580, 8360, 8770, 8617, 7475, 8825, 8472, 8655, 8992, 8232, 8826, 8904, 8425, 9011, 8705, 8808, 11085, 8411, 8876, 8521, 8832, 8280, 8666, 10992, 9161, 8681, 8210, 8752, 8346, 8642, 8682, 8039, 8572, 8550, 8516, 8883, 8067, 8742, 8478, 8830, 8798, 8370, 8647, 8983, 8414, 8588, 8445, 8426, 8895, 8449, 8643, 7832, 8556, 8091, 8474, 8675, 7505, 8556, 8837, 8010, 8752, 8519, 8618, 11281, 8985, 8471, 10051, 8370, 8961, 8749, 8701, 9614, 8606, 11393, 9045, 8495, 8592, 8140, 9139, 8882, 8583, 10122, 8377, 10472, 7956, 8608, 8851, 8356, 10247, 8047, 8818, 8845, 8535, 8499, 8319, 8722, 8245, 8534, 8397, 8285, 8832, 8248, 8604, 8442, 8402, 8920, 8283, 8549, 8418, 8739, 8864, 8331, 8682, 8290, 8758, 8335, 8702, 8428, 8293, 8887, 8382, 8759, 8316, 8242, 8842, 8307, 8704, 8899, 8365, 10407, 7850, 8713, 8314, 8768, 8930, 8327, 8527, 7744, 8645, 8414, 8864, 8564, 8216, 8295, 9311, 8274, 8697, 7767, 8474, 8512, 9094, 8719, 8240, 8678, 9072, 9067, 8623, 7778, 8600, 10195, 8403, 8626, 7833, 8740, 8561, 8359, 8588, 8086, 8821, 8304, 8374, 8646, 7809, 8643, 8457, 8725, 8591, 7874, 8797, 8595, 8473, 9078, 8651, 8784, 9351, 8610, 8827, 7713, 8882, 8771, 8600, 8575, 8064, 8726, 9244, 8754, 9171, 8672, 8937, 8225], 'WindowCenter': [3896.0, 3848.0, 3876.0, 3832.0, 3830.0, 3830.0, 3829.0, 3829.0, 3818.0, 3818.0, 3828.0, 3827.0, 3806.0, 3836.0, 3805.0, 3805.0, 3816.0, 3816.0, 3817.0, 3816.0, 3816.0, 3805.0, 3816.0, 3816.0, 3827.0, 3815.0, 3836.0, 3805.0, 3815.0, 3816.0, 3816.0, 3827.0, 3817.0, 3818.0, 3817.0, 3828.0, 3818.0, 3817.0, 3818.0, 3818.0, 3818.0, 3817.0, 3818.0, 3818.0, 3818.0, 3818.0, 3829.0, 3829.0, 3818.0, 3828.0, 3818.0, 3817.0, 3817.0, 3817.0, 3818.0, 3818.0, 3829.0, 3818.0, 3849.0, 3817.0, 3817.0, 3827.0, 3817.0, 3808.0, 3828.0, 3848.0, 3818.0, 3817.0, 3807.0, 3818.0, 3817.0, 3818.0, 3849.0, 3818.0, 3817.0, 3827.0, 3816.0, 3816.0, 3817.0, 3838.0, 3818.0, 3817.0, 3806.0, 3817.0, 3816.0, 3817.0, 3817.0, 3828.0, 3828.0, 3848.0, 3828.0, 3837.0, 3817.0, 3816.0, 3816.0, 3816.0, 3807.0, 3827.0, 3837.0, 3828.0, 3818.0, 3807.0, 3818.0, 3818.0, 3829.0, 3829.0, 3818.0, 3827.0, 3838.0, 3817.0, 3827.0, 3829.0, 3817.0, 3817.0, 3828.0, 3838.0, 3818.0, 3828.0, 3817.0, 3829.0, 3817.0, 3829.0, 3849.0, 3828.0, 3837.0, 3827.0, 3826.0, 3826.0, 3826.0, 3815.0, 3805.0, 3827.0, 3827.0, 3828.0, 3827.0, 3817.0, 3827.0, 3816.0, 3827.0, 3827.0, 3827.0, 3827.0, 3817.0, 3828.0, 3817.0, 3829.0, 3828.0, 3829.0, 3829.0, 3849.0, 3827.0, 3826.0, 3826.0, 3816.0, 3816.0, 3826.0, 3836.0, 3815.0, 3815.0, 3815.0, 3826.0, 3805.0, 3826.0, 3827.0, 3817.0, 3826.0, 3805.0, 3826.0, 3816.0, 3816.0, 3816.0, 3817.0, 3828.0, 3827.0, 3828.0, 3827.0, 3817.0, 3827.0, 3817.0, 3829.0, 3828.0, 3839.0, 3828.0, 3818.0, 3828.0, 3827.0, 3829.0, 3828.0, 3828.0, 3828.0, 3849.0, 3828.0, 3828.0, 3818.0, 3829.0, 3828.0, 3840.0, 3840.0, 3829.0, 3829.0, 3839.0, 3829.0, 3828.0, 3829.0, 3829.0, 3818.0, 3829.0, 3829.0, 3841.0, 3829.0, 3829.0, 3829.0, 3849.0, 3829.0, 3827.0, 3817.0, 3827.0, 3827.0, 3839.0, 3838.0, 3827.0, 3827.0, 3816.0, 3827.0, 3816.0, 3828.0, 3827.0, 3828.0, 3828.0, 3818.0, 3829.0, 3829.0, 3819.0, 3840.0, 3830.0, 3840.0, 3849.0, 3829.0, 3828.0, 3828.0, 3828.0, 3819.0, 3839.0, 3828.0, 3839.0, 3828.0, 3818.0, 3840.0, 3840.0, 3830.0, 3839.0, 3849.0, 3828.0, 3827.0, 3816.0, 3827.0, 3817.0, 3828.0, 3838.0, 3827.0, 3847.0, 3816.0, 3826.0, 3816.0, 3826.0, 3826.0, 3826.0, 3826.0, 3806.0, 3827.0, 3827.0, 3828.0, 3828.0, 3840.0, 3828.0, 3849.0, 3827.0, 3837.0, 3826.0, 3825.0, 3826.0, 3826.0, 3826.0, 3825.0, 3816.0, 3815.0, 3816.0, 3827.0, 3816.0, 3827.0, 3827.0, 3817.0, 3828.0, 3828.0, 3817.0, 3839.0, 3839.0, 3829.0, 3849.0, 3828.0, 3849.0, 3828.0, 3836.0, 3816.0, 3825.0, 3825.0, 3825.0, 3816.0, 3827.0, 3827.0, 3828.0, 3827.0, 3828.0, 3827.0, 3817.0, 3828.0, 3818.0, 3839.0, 3839.0, 3839.0, 3828.0, 3828.0, 3838.0, 3828.0, 3829.0, 3838.0, 3828.0, 3827.0, 3827.0, 3827.0, 3815.0, 3827.0, 3826.0, 3838.0, 3827.0, 3828.0, 3828.0, 3837.0, 3828.0, 3827.0, 3817.0, 3837.0, 3828.0, 3828.0, 3848.0, 3827.0, 3826.0, 3816.0, 3826.0, 3815.0, 3829.0, 3828.0, 3828.0, 3828.0, 3827.0, 3828.0, 3828.0, 3829.0, 3827.0, 3850.0, 3828.0, 3842.0, 3829.0, 3817.0, 3828.0, 3816.0, 3827.0, 3816.0, 3827.0, 3816.0, 3827.0, 3837.0, 3827.0, 3836.0, 3816.0, 3835.0, 3815.0, 3834.0, 3815.0, 3813.0, 3813.0, 3813.0, 3833.0, 3802.0, 3811.0, 3811.0, 3801.0, 3811.0, 3801.0, 3821.0, 3800.0, 3800.0, 3800.0, 3799.0, 3799.0, 3800.0, 3810.0, 3799.0, 3809.0, 3789.0, 3799.0, 3801.0, 3810.0, 3800.0, 3801.0, 3811.0, 3802.0, 3813.0, 3813.0, 3815.0, 3814.0, 3815.0, 3826.0, 3816.0, 3825.0, 3825.0, 3815.0, 3826.0, 3826.0, 3826.0, 3816.0, 3828.0, 3827.0, 3827.0, 3827.0, 3806.0, 3828.0, 3828.0, 3829.0, 3839.0, 3840.0, 3840.0, 3829.0, 3841.0, 3840.0, 3831.0, 3842.0, 3843.0, 3842.0, 3841.0, 3841.0, 3841.0, 3830.0, 3841.0, 3840.0, 3841.0, 3851.0, 3840.0, 3829.0, 3829.0, 3827.0, 3839.0, 3829.0, 3839.0, 3829.0, 3841.0, 3840.0, 3841.0, 3839.0, 3829.0, 3841.0, 3842.0, 3853.0, 3841.0, 3831.0, 3841.0, 3831.0, 3841.0, 3841.0, 3841.0, 3841.0, 3831.0, 3841.0, 3850.0, 3840.0, 3840.0, 3830.0, 3841.0, 3842.0, 3852.0, 3851.0, 3831.0, 3841.0, 3840.0, 3841.0, 3852.0, 3841.0, 3840.0, 3830.0, 3840.0, 3839.0, 3840.0, 3853.0, 3841.0, 3851.0, 3841.0, 3840.0, 3839.0, 3841.0, 3840.0, 3840.0, 3840.0, 3860.0, 3838.0, 3839.0, 3829.0, 3840.0, 3841.0, 3851.0, 3840.0, 3840.0, 3840.0, 3840.0, 3840.0, 3850.0, 3841.0, 3839.0, 3829.0, 3839.0, 3828.0, 3841.0, 3852.0, 3841.0, 3851.0, 3841.0, 3851.0, 3851.0, 3841.0, 3852.0, 3862.0, 3841.0, 3854.0, 3841.0, 3840.0, 3829.0, 3840.0, 3839.0, 3840.0, 3839.0, 3839.0, 3840.0, 3840.0, 3853.0, 3852.0, 3861.0, 3840.0, 3849.0, 3828.0, 3827.0, 3838.0, 3828.0, 3848.0, 3827.0, 3826.0, 3825.0, 3826.0, 3827.0, 3828.0, 3828.0, 3839.0, 3828.0, 3828.0, 3838.0, 3827.0, 3828.0, 3840.0, 3829.0, 3850.0, 3840.0, 3840.0, 3841.0, 3841.0, 3852.0, 3852.0, 3841.0, 3840.0, 3840.0, 3840.0, 3839.0, 3840.0, 3841.0, 3840.0, 3839.0, 3859.0, 3828.0, 3838.0, 3827.0, 3827.0, 3827.0, 3837.0, 3848.0, 3827.0, 3826.0, 3827.0, 3838.0, 3839.0, 3840.0, 3839.0, 3829.0, 3839.0, 3838.0, 3839.0, 3839.0, 3839.0, 3839.0, 3849.0, 3828.0, 3827.0, 3827.0, 3838.0, 3828.0, 3838.0, 3837.0, 3828.0, 3838.0, 3838.0, 3839.0, 3828.0, 3828.0, 3838.0, 3838.0, 3838.0, 3839.0, 3840.0, 3851.0, 3840.0, 3838.0, 3828.0, 3838.0, 3838.0, 3840.0, 3839.0, 3828.0, 3839.0, 3838.0, 3849.0, 3839.0, 3840.0, 3841.0, 3840.0, 3841.0, 3840.0, 3840.0, 3839.0, 3839.0, 3840.0, 3850.0, 3840.0, 3839.0, 3829.0, 3840.0, 3840.0, 3852.0, 3852.0, 3841.0, 3841.0, 3840.0, 3841.0, 3841.0, 3852.0, 3852.0, 3841.0, 3852.0, 3852.0, 3852.0, 3853.0, 3853.0, 3854.0, 3853.0, 3862.0, 3852.0, 3842.0, 3852.0, 3842.0, 3852.0, 3852.0, 3831.0, 3852.0, 3852.0, 3854.0, 3853.0, 3853.0, 3852.0, 3852.0, 3842.0, 3852.0, 3852.0, 3851.0, 3861.0, 3840.0, 3840.0, 3841.0, 3851.0, 3841.0, 3841.0, 3861.0, 3851.0, 3840.0, 3840.0, 3853.0, 3841.0, 3852.0, 3853.0, 3841.0, 3852.0, 3841.0, 3853.0, 3852.0, 3842.0, 3852.0, 3841.0, 3852.0, 3852.0, 3853.0, 3854.0, 3853.0, 3843.0, 3853.0, 3842.0, 3843.0, 3853.0, 3853.0, 3852.0, 3843.0, 3851.0, 3842.0, 3854.0, 3853.0, 3843.0, 3853.0, 3853.0, 3842.0, 3852.0, 3853.0, 3853.0, 3873.0, 3853.0, 3840.0, 3850.0, 3829.0, 3839.0, 3839.0, 3838.0, 3850.0, 3840.0, 3860.0, 3838.0, 3837.0, 3826.0, 3827.0, 3837.0, 3838.0, 3837.0, 3847.0, 3826.0, 3847.0, 3816.0, 3825.0, 3837.0, 3826.0, 3835.0, 3826.0, 3825.0, 3825.0, 3837.0, 3837.0, 3827.0, 3837.0, 3827.0, 3838.0, 3838.0, 3839.0, 3850.0, 3839.0, 3839.0, 3839.0, 3840.0, 3839.0, 3841.0, 3851.0, 3840.0, 3840.0, 3840.0, 3840.0, 3839.0, 3841.0, 3840.0, 3839.0, 3839.0, 3839.0, 3839.0, 3850.0, 3840.0, 3840.0, 3840.0, 3840.0, 3851.0, 3841.0, 3853.0, 3851.0, 3840.0, 3850.0, 3829.0, 3839.0, 3840.0, 3839.0, 3838.0, 3839.0, 3840.0, 3830.0, 3852.0, 3841.0, 3852.0, 3841.0, 3841.0, 3841.0, 3852.0, 3841.0, 3840.0, 3830.0, 3840.0, 3840.0, 3851.0, 3853.0, 3841.0, 3841.0, 3851.0, 3851.0, 3840.0, 3830.0, 3840.0, 3860.0, 3840.0, 3839.0, 3829.0, 3840.0, 3839.0, 3841.0, 3852.0, 3842.0, 3852.0, 3842.0, 3842.0, 3852.0, 3842.0, 3854.0, 3853.0, 3854.0, 3854.0, 3854.0, 3854.0, 3853.0, 3854.0, 3854.0, 3853.0, 3853.0, 3853.0, 3853.0, 3852.0, 3842.0, 3853.0, 3856.0, 3854.0, 3853.0, 3842.0, 3842.0, 3852.0, 3853.0, 3852.0, 3841.0, 3851.0, 3840.0], 'WindowWidth': [8724.0, 8645.0, 8674.0, 8609.0, 8602.0, 8601.0, 8597.0, 8597.0, 8580.0, 8582.0, 8594.0, 8591.0, 8559.0, 8600.0, 8559.0, 8557.0, 8573.0, 8572.0, 8576.0, 8573.0, 8575.0, 8559.0, 8575.0, 8575.0, 8588.0, 8571.0, 8599.0, 8558.0, 8571.0, 8573.0, 8574.0, 8592.0, 8579.0, 8580.0, 8578.0, 8592.0, 8579.0, 8576.0, 8579.0, 8581.0, 8581.0, 8579.0, 8580.0, 8579.0, 8579.0, 8582.0, 8596.0, 8597.0, 8581.0, 8594.0, 8578.0, 8577.0, 8577.0, 8578.0, 8580.0, 8580.0, 8595.0, 8580.0, 8620.0, 8578.0, 8576.0, 8591.0, 8577.0, 8567.0, 8595.0, 8620.0, 8580.0, 8578.0, 8564.0, 8579.0, 8578.0, 8581.0, 8621.0, 8580.0, 8576.0, 8589.0, 8574.0, 8575.0, 8576.0, 8605.0, 8579.0, 8576.0, 8562.0, 8577.0, 8575.0, 8578.0, 8577.0, 8594.0, 8594.0, 8619.0, 8592.0, 8602.0, 8576.0, 8575.0, 8575.0, 8575.0, 8564.0, 8591.0, 8604.0, 8594.0, 8579.0, 8564.0, 8582.0, 8580.0, 8595.0, 8595.0, 8581.0, 8589.0, 8605.0, 8577.0, 8591.0, 8594.0, 8578.0, 8578.0, 8592.0, 8607.0, 8579.0, 8595.0, 8579.0, 8595.0, 8579.0, 8595.0, 8622.0, 8594.0, 8604.0, 8589.0, 8586.0, 8586.0, 8586.0, 8570.0, 8558.0, 8588.0, 8591.0, 8594.0, 8589.0, 8576.0, 8588.0, 8574.0, 8589.0, 8589.0, 8592.0, 8589.0, 8577.0, 8593.0, 8578.0, 8596.0, 8595.0, 8597.0, 8595.0, 8622.0, 8590.0, 8587.0, 8587.0, 8571.0, 8573.0, 8586.0, 8598.0, 8571.0, 8569.0, 8570.0, 8585.0, 8558.0, 8588.0, 8588.0, 8576.0, 8587.0, 8557.0, 8587.0, 8572.0, 8574.0, 8575.0, 8576.0, 8592.0, 8590.0, 8592.0, 8589.0, 8575.0, 8589.0, 8578.0, 8596.0, 8593.0, 8608.0, 8594.0, 8579.0, 8593.0, 8591.0, 8595.0, 8593.0, 8593.0, 8593.0, 8621.0, 8592.0, 8593.0, 8579.0, 8597.0, 8595.0, 8613.0, 8612.0, 8597.0, 8595.0, 8609.0, 8595.0, 8594.0, 8597.0, 8595.0, 8581.0, 8595.0, 8594.0, 8616.0, 8595.0, 8595.0, 8594.0, 8622.0, 8595.0, 8590.0, 8577.0, 8591.0, 8590.0, 8608.0, 8606.0, 8591.0, 8590.0, 8574.0, 8587.0, 8572.0, 8591.0, 8590.0, 8593.0, 8591.0, 8579.0, 8595.0, 8595.0, 8583.0, 8612.0, 8599.0, 8614.0, 8623.0, 8596.0, 8593.0, 8593.0, 8593.0, 8582.0, 8609.0, 8594.0, 8609.0, 8594.0, 8581.0, 8612.0, 8613.0, 8598.0, 8608.0, 8621.0, 8592.0, 8589.0, 8575.0, 8588.0, 8576.0, 8593.0, 8606.0, 8589.0, 8615.0, 8572.0, 8584.0, 8572.0, 8587.0, 8586.0, 8587.0, 8587.0, 8560.0, 8590.0, 8589.0, 8594.0, 8593.0, 8612.0, 8594.0, 8621.0, 8589.0, 8600.0, 8586.0, 8583.0, 8586.0, 8588.0, 8586.0, 8584.0, 8571.0, 8569.0, 8571.0, 8590.0, 8574.0, 8591.0, 8588.0, 8576.0, 8591.0, 8592.0, 8578.0, 8610.0, 8608.0, 8596.0, 8620.0, 8592.0, 8621.0, 8591.0, 8598.0, 8571.0, 8582.0, 8584.0, 8583.0, 8571.0, 8590.0, 8588.0, 8591.0, 8588.0, 8592.0, 8590.0, 8577.0, 8593.0, 8581.0, 8610.0, 8608.0, 8608.0, 8592.0, 8591.0, 8607.0, 8591.0, 8595.0, 8606.0, 8592.0, 8587.0, 8588.0, 8587.0, 8571.0, 8589.0, 8587.0, 8604.0, 8589.0, 8591.0, 8591.0, 8601.0, 8590.0, 8588.0, 8575.0, 8601.0, 8591.0, 8593.0, 8619.0, 8590.0, 8586.0, 8571.0, 8586.0, 8571.0, 8597.0, 8591.0, 8591.0, 8592.0, 8589.0, 8592.0, 8594.0, 8594.0, 8589.0, 8624.0, 8590.0, 8618.0, 8594.0, 8573.0, 8591.0, 8571.0, 8587.0, 8571.0, 8588.0, 8571.0, 8588.0, 8599.0, 8589.0, 8599.0, 8571.0, 8593.0, 8567.0, 8591.0, 8567.0, 8560.0, 8561.0, 8561.0, 8587.0, 8545.0, 8556.0, 8556.0, 8540.0, 8554.0, 8541.0, 8566.0, 8538.0, 8537.0, 8537.0, 8535.0, 8536.0, 8537.0, 8551.0, 8536.0, 8547.0, 8522.0, 8536.0, 8542.0, 8554.0, 8538.0, 8542.0, 8556.0, 8545.0, 8564.0, 8563.0, 8568.0, 8566.0, 8570.0, 8586.0, 8573.0, 8583.0, 8581.0, 8570.0, 8583.0, 8584.0, 8584.0, 8574.0, 8592.0, 8588.0, 8589.0, 8587.0, 8561.0, 8590.0, 8591.0, 8595.0, 8610.0, 8613.0, 8611.0, 8597.0, 8613.0, 8612.0, 8601.0, 8617.0, 8620.0, 8618.0, 8615.0, 8614.0, 8613.0, 8599.0, 8613.0, 8611.0, 8613.0, 8627.0, 8612.0, 8594.0, 8594.0, 8590.0, 8606.0, 8594.0, 8607.0, 8595.0, 8613.0, 8612.0, 8613.0, 8609.0, 8597.0, 8613.0, 8617.0, 8635.0, 8615.0, 8600.0, 8613.0, 8600.0, 8615.0, 8613.0, 8614.0, 8613.0, 8601.0, 8613.0, 8625.0, 8611.0, 8610.0, 8597.0, 8614.0, 8617.0, 8631.0, 8628.0, 8601.0, 8613.0, 8612.0, 8615.0, 8630.0, 8616.0, 8610.0, 8598.0, 8610.0, 8609.0, 8612.0, 8634.0, 8615.0, 8628.0, 8613.0, 8611.0, 8609.0, 8616.0, 8611.0, 8611.0, 8611.0, 8635.0, 8607.0, 8607.0, 8594.0, 8612.0, 8615.0, 8629.0, 8611.0, 8612.0, 8611.0, 8610.0, 8611.0, 8624.0, 8613.0, 8608.0, 8595.0, 8608.0, 8593.0, 8613.0, 8631.0, 8615.0, 8628.0, 8614.0, 8628.0, 8627.0, 8615.0, 8630.0, 8645.0, 8615.0, 8637.0, 8613.0, 8610.0, 8593.0, 8611.0, 8609.0, 8610.0, 8609.0, 8609.0, 8613.0, 8612.0, 8633.0, 8629.0, 8639.0, 8612.0, 8620.0, 8592.0, 8588.0, 8605.0, 8591.0, 8618.0, 8586.0, 8586.0, 8583.0, 8587.0, 8588.0, 8591.0, 8592.0, 8609.0, 8591.0, 8591.0, 8605.0, 8589.0, 8593.0, 8610.0, 8597.0, 8625.0, 8612.0, 8613.0, 8613.0, 8613.0, 8631.0, 8632.0, 8614.0, 8612.0, 8611.0, 8609.0, 8606.0, 8610.0, 8614.0, 8611.0, 8608.0, 8634.0, 8591.0, 8602.0, 8589.0, 8588.0, 8590.0, 8601.0, 8615.0, 8587.0, 8586.0, 8587.0, 8607.0, 8609.0, 8611.0, 8608.0, 8595.0, 8609.0, 8605.0, 8609.0, 8609.0, 8609.0, 8606.0, 8619.0, 8590.0, 8587.0, 8588.0, 8603.0, 8591.0, 8606.0, 8601.0, 8592.0, 8603.0, 8605.0, 8607.0, 8591.0, 8591.0, 8605.0, 8604.0, 8606.0, 8606.0, 8611.0, 8627.0, 8610.0, 8606.0, 8592.0, 8605.0, 8606.0, 8610.0, 8608.0, 8592.0, 8606.0, 8605.0, 8621.0, 8609.0, 8611.0, 8614.0, 8613.0, 8613.0, 8611.0, 8610.0, 8609.0, 8609.0, 8612.0, 8624.0, 8611.0, 8609.0, 8595.0, 8610.0, 8610.0, 8630.0, 8631.0, 8613.0, 8613.0, 8611.0, 8613.0, 8614.0, 8631.0, 8631.0, 8616.0, 8632.0, 8631.0, 8633.0, 8636.0, 8636.0, 8636.0, 8633.0, 8645.0, 8631.0, 8618.0, 8632.0, 8618.0, 8632.0, 8630.0, 8602.0, 8631.0, 8632.0, 8636.0, 8633.0, 8633.0, 8632.0, 8628.0, 8616.0, 8630.0, 8629.0, 8626.0, 8639.0, 8612.0, 8610.0, 8613.0, 8626.0, 8614.0, 8614.0, 8639.0, 8627.0, 8611.0, 8611.0, 8634.0, 8616.0, 8629.0, 8632.0, 8615.0, 8629.0, 8613.0, 8632.0, 8630.0, 8616.0, 8632.0, 8614.0, 8629.0, 8629.0, 8634.0, 8637.0, 8633.0, 8620.0, 8632.0, 8619.0, 8619.0, 8636.0, 8635.0, 8630.0, 8619.0, 8629.0, 8616.0, 8637.0, 8635.0, 8621.0, 8634.0, 8633.0, 8618.0, 8632.0, 8634.0, 8634.0, 8660.0, 8631.0, 8611.0, 8622.0, 8594.0, 8606.0, 8606.0, 8605.0, 8625.0, 8611.0, 8635.0, 8605.0, 8601.0, 8586.0, 8589.0, 8601.0, 8605.0, 8601.0, 8614.0, 8585.0, 8611.0, 8571.0, 8581.0, 8599.0, 8583.0, 8594.0, 8585.0, 8580.0, 8581.0, 8602.0, 8601.0, 8588.0, 8600.0, 8588.0, 8606.0, 8603.0, 8609.0, 8623.0, 8609.0, 8608.0, 8607.0, 8611.0, 8609.0, 8615.0, 8629.0, 8612.0, 8610.0, 8610.0, 8609.0, 8607.0, 8613.0, 8612.0, 8609.0, 8608.0, 8607.0, 8608.0, 8625.0, 8612.0, 8610.0, 8610.0, 8611.0, 8625.0, 8614.0, 8635.0, 8626.0, 8611.0, 8622.0, 8595.0, 8609.0, 8611.0, 8608.0, 8603.0, 8607.0, 8609.0, 8598.0, 8632.0, 8614.0, 8628.0, 8613.0, 8612.0, 8614.0, 8629.0, 8616.0, 8610.0, 8597.0, 8609.0, 8609.0, 8627.0, 8634.0, 8615.0, 8615.0, 8627.0, 8626.0, 8611.0, 8600.0, 8612.0, 8637.0, 8610.0, 8608.0, 8594.0, 8611.0, 8609.0, 8613.0, 8633.0, 8620.0, 8631.0, 8616.0, 8618.0, 8630.0, 8619.0, 8639.0, 8635.0, 8638.0, 8635.0, 8636.0, 8636.0, 8634.0, 8638.0, 8638.0, 8635.0, 8633.0, 8635.0, 8633.0, 8631.0, 8618.0, 8635.0, 8642.0, 8637.0, 8634.0, 8618.0, 8616.0, 8629.0, 8633.0, 8631.0, 8615.0, 8626.0, 8611.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.0002249597238204833</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017230391024165705</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.460822659124428</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1349370642972352</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.984990904066821</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4454</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7499.2778</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05480129640299135</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.34522439585730724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4889605492066926</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4064576698983053</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7636943886538456</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2967295890679256</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0123299</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016064466908574104</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020981254056096077</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7094294973035513</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>32.2529</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.9864</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.933</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308538.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>671.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.6346</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9627</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.7951</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3075.0092</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3307.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68006.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>863.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4031.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.5052</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.60185989364982</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> |