=== 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-0052 --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-0052",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0052_ses-03_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-0052_ses-03_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-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_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-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_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-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_ses-03_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_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-0052/ses-03/func/sub-0052_ses-03_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>0f8801191fe2c68fe654f0fc29f77406</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:11:44.015000</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.999467, -0.0154305, 0.0287825, 0.0122114, 0.993984, 0.108842]</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.0927817</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>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7704, -7295, 681, -60, -28, 1, 94]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.529</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ff2ca9e0-d9c1-4d3a-8fa2-f9656a45ce4e||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.6814959049224854, 0.032762352377176285, 0.08177974075078964, 112.24788665771484], [0.04139883443713188, 2.6667866706848145, 0.2927672863006592, -110.64653778076172], [0.07722125202417374, -0.2920147776603699, 2.6828341484069824, -57.08112335205078], [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': ['171144.015000', '171144.475000', '171144.935000', '171145.395000', '171145.855000', '171146.315000', '171146.775000', '171147.235000', '171147.695000', '171148.155000', '171148.615000', '171149.075000', '171149.535000', '171149.995000', '171150.455000', '171150.915000', '171151.375000', '171151.835000', '171152.295000', '171152.755000', '171153.215000', '171153.675000', '171154.135000', '171154.595000', '171155.055000', '171155.515000', '171155.975000', '171156.435000', '171156.895000', '171157.355000', '171157.815000', '171158.275000', '171158.735000', '171159.195000', '171159.655000', '171200.115000', '171200.575000', '171201.035000', '171201.495000', '171201.955000', '171202.415000', '171202.875000', '171203.335000', '171203.795000', '171204.255000', '171204.715000', '171205.175000', '171205.635000', '171206.095000', '171206.555000', '171207.015000', '171207.475000', '171207.935000', '171208.395000', '171208.855000', '171209.315000', '171209.775000', '171210.235000', '171210.695000', '171211.155000', '171211.615000', '171212.075000', '171212.535000', '171212.995000', '171213.455000', '171213.915000', '171214.375000', '171214.835000', '171215.295000', '171215.755000', '171216.215000', '171216.675000', '171217.135000', '171217.595000', '171218.055000', '171218.515000', '171218.975000', '171219.435000', '171219.895000', '171220.355000', '171220.815000', '171221.275000', '171221.735000', '171222.195000', '171222.655000', '171223.115000', '171223.575000', '171224.035000', '171224.495000', '171224.955000', '171225.415000', '171225.875000', '171226.335000', '171226.795000', '171227.255000', '171227.715000', '171228.175000', '171228.635000', '171229.095000', '171229.555000', '171230.015000', '171230.475000', '171230.935000', '171231.395000', '171231.855000', '171232.315000', '171232.775000', '171233.235000', '171233.695000', '171234.155000', '171234.615000', '171235.075000', '171235.535000', '171235.995000', '171236.455000', '171236.915000', '171237.375000', '171237.835000', '171238.295000', '171238.755000', '171239.215000', '171239.675000', '171240.135000', '171240.595000', '171241.055000', '171241.515000', '171241.975000', '171242.435000', '171242.895000', '171243.355000', '171243.815000', '171244.275000', '171244.735000', '171245.195000', '171245.655000', '171246.115000', '171246.575000', '171247.035000', '171247.495000', '171247.955000', '171248.415000', '171248.875000', '171249.335000', '171249.795000', '171250.255000', '171250.715000', '171251.175000', '171251.635000', '171252.095000', '171252.555000', '171253.015000', '171253.475000', '171253.935000', '171254.395000', '171254.855000', '171255.315000', '171255.775000', '171256.235000', '171256.695000', '171257.155000', '171257.615000', '171258.075000', '171258.535000', '171258.995000', '171259.455000', '171259.915000', '171300.375000', '171300.835000', '171301.295000', '171301.755000', '171302.215000', '171302.675000', '171303.135000', '171303.595000', '171304.055000', '171304.515000', '171304.975000', '171305.435000', '171305.895000', '171306.355000', '171306.815000', '171307.275000', '171307.735000', '171308.195000', '171308.655000', '171309.115000', '171309.575000', '171310.035000', '171310.495000', '171310.955000', '171311.415000', '171311.875000', '171312.335000', '171312.795000', '171313.255000', '171313.715000', '171314.175000', '171314.635000', '171315.095000', '171315.555000', '171316.015000', '171316.475000', '171316.935000', '171317.395000', '171317.855000', '171318.315000', '171318.775000', '171319.235000', '171319.695000', '171320.155000', '171320.615000', '171321.075000', '171321.535000', '171321.995000', '171322.455000', '171322.915000', '171323.375000', '171323.835000', '171324.295000', '171324.755000', '171325.215000', '171325.675000', '171326.135000', '171326.595000', '171327.055000', '171327.515000', '171327.975000', '171328.435000', '171328.895000', '171329.355000', '171329.815000', '171330.275000', '171330.735000', '171331.195000', '171331.655000', '171332.115000', '171332.575000', '171333.035000', '171333.495000', '171333.955000', '171334.415000', '171334.875000', '171335.335000', '171335.795000', '171336.255000', '171336.715000', '171337.175000', '171337.635000', '171338.095000', '171338.555000', '171339.015000', '171339.475000', '171339.935000', '171340.395000', '171340.855000', '171341.315000', '171341.775000', '171342.235000', '171342.695000', '171343.155000', '171343.615000', '171344.075000', '171344.535000', '171344.995000', '171345.455000', '171345.915000', '171346.375000', '171346.835000', '171347.295000', '171347.755000', '171348.215000', '171348.675000', '171349.135000', '171349.595000', '171350.055000', '171350.515000', '171350.975000', '171351.435000', '171351.895000', '171352.355000', '171352.815000', '171353.275000', '171353.735000', '171354.195000', '171354.655000', '171355.115000', '171355.575000', '171356.035000', '171356.495000', '171356.955000', '171357.415000', '171357.875000', '171358.335000', '171358.795000', '171359.255000', '171359.715000', '171400.175000', '171400.635000', '171401.095000', '171401.555000', '171402.015000', '171402.475000', '171402.935000', '171403.395000', '171403.855000', '171404.315000', '171404.775000', '171405.235000', '171405.695000', '171406.155000', '171406.615000', '171407.075000', '171407.535000', '171407.995000', '171408.455000', '171408.915000', '171409.375000', '171409.835000', '171410.295000', '171410.755000', '171411.215000', '171411.675000', '171412.135000', '171412.595000', '171413.055000', '171413.515000', '171413.975000', '171414.435000', '171414.895000', '171415.355000', '171415.815000', '171416.275000', '171416.735000', '171417.195000', '171417.655000', '171418.115000', '171418.575000', '171419.035000', '171419.495000', '171419.955000', '171420.415000', '171420.875000', '171421.335000', '171421.795000', '171422.255000', '171422.715000', '171423.175000', '171423.635000', '171424.095000', '171424.555000', '171425.015000', '171425.475000', '171425.935000', '171426.395000', '171426.855000', '171427.315000', '171427.775000', '171428.235000', '171428.695000', '171429.155000', '171429.615000', '171430.075000', '171430.535000', '171430.995000', '171431.455000', '171431.915000', '171432.375000', '171432.835000', '171433.295000', '171433.755000', '171434.215000', '171434.675000', '171435.135000', '171435.595000', '171436.055000', '171436.515000', '171436.975000', '171437.435000', '171437.895000', '171438.355000', '171438.815000', '171439.275000', '171439.735000', '171440.195000', '171440.655000', '171441.115000', '171441.575000', '171442.035000', '171442.495000', '171442.955000', '171443.415000', '171443.875000', '171444.335000', '171444.795000', '171445.255000', '171445.715000', '171446.175000', '171446.635000', '171447.095000', '171447.555000', '171448.015000', '171448.475000', '171448.935000', '171449.395000', '171449.855000', '171450.315000', '171450.775000', '171451.235000', '171451.695000', '171452.155000', '171452.615000', '171453.075000', '171453.535000', '171453.995000', '171454.455000', '171454.915000', '171455.375000', '171455.835000', '171456.295000', '171456.755000', '171457.215000', '171457.675000', '171458.135000', '171458.595000', '171459.055000', '171459.515000', '171459.975000', '171500.435000', '171500.895000', '171501.355000', '171501.815000', '171502.275000', '171502.735000', '171503.195000', '171503.655000', '171504.115000', '171504.575000', '171505.035000', '171505.495000', '171505.955000', '171506.415000', '171506.875000', '171507.335000', '171507.795000', '171508.255000', '171508.715000', '171509.175000', '171509.635000', '171510.095000', '171510.555000', '171511.015000', '171511.475000', '171511.935000', '171512.395000', '171512.855000', '171513.315000', '171513.775000', '171514.235000', '171514.695000', '171515.155000', '171515.615000', '171516.075000', '171516.535000', '171516.995000', '171517.455000', '171517.915000', '171518.375000', '171518.835000', '171519.295000', '171519.755000', '171520.215000', '171520.675000', '171521.135000', '171521.595000', '171522.055000', '171522.515000', '171522.975000', '171523.435000', '171523.895000', '171524.355000', '171524.815000', '171525.275000', '171525.735000', '171526.195000', '171526.655000', '171527.115000', '171527.575000', '171528.035000', '171528.495000', '171528.955000', '171529.415000', '171529.875000', '171530.335000', '171530.795000', '171531.255000', '171531.715000', '171532.175000', '171532.635000', '171533.095000', '171533.555000', '171534.015000', '171534.475000', '171534.935000', '171535.395000', '171535.855000', '171536.315000', '171536.775000', '171537.235000', '171537.695000', '171538.155000', '171538.615000', '171539.075000', '171539.535000', '171539.995000', '171540.455000', '171540.915000', '171541.375000', '171541.835000', '171542.295000', '171542.755000', '171543.215000', '171543.675000', '171544.135000', '171544.595000', '171545.055000', '171545.515000', '171545.975000', '171546.435000', '171546.895000', '171547.355000', '171547.815000', '171548.275000', '171548.735000', '171549.195000', '171549.655000', '171550.115000', '171550.575000', '171551.035000', '171551.495000', '171551.955000', '171552.415000', '171552.875000', '171553.335000', '171553.795000', '171554.255000', '171554.715000', '171555.175000', '171555.635000', '171556.095000', '171556.555000', '171557.015000', '171557.475000', '171557.935000', '171558.395000', '171558.855000', '171559.315000', '171559.775000', '171600.235000', '171600.695000', '171601.155000', '171601.615000', '171602.075000', '171602.535000', '171602.995000', '171603.455000', '171603.915000', '171604.375000', '171604.835000', '171605.295000', '171605.755000', '171606.215000', '171606.675000', '171607.135000', '171607.595000', '171608.055000', '171608.515000', '171608.975000', '171609.435000', '171609.895000', '171610.355000', '171610.815000', '171611.275000', '171611.735000', '171612.195000', '171612.655000', '171613.115000', '171613.575000', '171614.035000', '171614.495000', '171614.955000', '171615.415000', '171615.875000', '171616.335000', '171616.795000', '171617.255000', '171617.715000', '171618.175000', '171618.635000', '171619.095000', '171619.555000', '171620.015000', '171620.475000', '171620.935000', '171621.395000', '171621.855000', '171622.315000', '171622.775000', '171623.235000', '171623.695000', '171624.155000', '171624.615000', '171625.075000', '171625.535000', '171625.995000', '171626.455000', '171626.915000', '171627.375000', '171627.835000', '171628.295000', '171628.755000', '171629.215000', '171629.675000', '171630.135000', '171630.595000', '171631.055000', '171631.515000', '171631.975000', '171632.435000', '171632.895000', '171633.355000', '171633.815000', '171634.275000', '171634.735000', '171635.195000', '171635.655000', '171636.115000', '171636.575000', '171637.035000', '171637.495000', '171637.955000', '171638.415000', '171638.875000', '171639.335000', '171639.795000', '171640.255000', '171640.715000', '171641.175000', '171641.635000', '171642.095000', '171642.555000', '171643.015000', '171643.475000', '171643.935000', '171644.395000', '171644.855000', '171645.315000', '171645.775000', '171646.235000', '171646.695000', '171647.155000', '171647.615000', '171648.075000', '171648.535000', '171648.995000', '171649.455000', '171649.915000', '171650.375000', '171650.835000', '171651.295000', '171651.755000', '171652.215000', '171652.675000', '171653.135000', '171653.595000', '171654.055000', '171654.515000', '171654.975000', '171655.435000', '171655.895000', '171656.355000', '171656.815000', '171657.275000', '171657.735000', '171658.195000', '171658.655000', '171659.115000', '171659.575000', '171700.035000', '171700.495000', '171700.955000', '171701.415000', '171701.875000', '171702.335000', '171702.795000', '171703.255000', '171703.715000', '171704.175000', '171704.635000', '171705.095000', '171705.555000', '171706.015000', '171706.475000', '171706.935000', '171707.395000', '171707.855000', '171708.315000', '171708.775000', '171709.235000', '171709.695000', '171710.155000', '171710.615000', '171711.075000', '171711.535000', '171711.995000', '171712.455000', '171712.915000', '171713.375000', '171713.835000', '171714.295000', '171714.755000', '171715.215000', '171715.675000', '171716.135000', '171716.595000', '171717.055000', '171717.515000', '171717.975000', '171718.435000', '171718.895000', '171719.355000', '171719.815000', '171720.275000', '171720.735000', '171721.195000', '171721.655000', '171722.115000', '171722.575000', '171723.035000', '171723.495000', '171723.955000', '171724.415000', '171724.875000', '171725.335000', '171725.795000', '171726.255000', '171726.715000', '171727.175000', '171727.635000', '171728.095000', '171728.555000', '171729.015000', '171729.475000', '171729.935000', '171730.395000', '171730.855000', '171731.315000', '171731.775000', '171732.235000', '171732.695000', '171733.155000', '171733.615000', '171734.075000', '171734.535000', '171734.995000', '171735.455000', '171735.915000', '171736.375000', '171736.835000', '171737.295000', '171737.755000', '171738.215000', '171738.675000', '171739.135000', '171739.595000', '171740.055000', '171740.515000', '171740.975000', '171741.435000', '171741.895000', '171742.355000', '171742.815000', '171743.275000', '171743.735000', '171744.195000', '171744.655000', '171745.115000', '171745.575000', '171746.035000', '171746.495000', '171746.955000', '171747.415000', '171747.875000', '171748.335000', '171748.795000', '171749.255000', '171749.715000', '171750.175000', '171750.635000', '171751.095000', '171751.555000', '171752.015000', '171752.475000', '171752.935000', '171753.395000', '171753.855000', '171754.315000', '171754.775000', '171755.235000', '171755.695000', '171756.155000', '171756.615000', '171757.075000', '171757.535000', '171757.995000', '171758.455000', '171758.915000', '171759.375000', '171759.835000', '171800.295000', '171800.755000', '171801.215000', '171801.675000', '171802.135000', '171802.595000', '171803.055000', '171803.515000', '171803.975000', '171804.435000', '171804.895000', '171805.355000', '171805.815000', '171806.275000', '171806.735000', '171807.195000', '171807.655000', '171808.115000', '171808.575000', '171809.035000', '171809.495000', '171809.955000', '171810.415000', '171810.875000', '171811.335000', '171811.795000', '171812.255000', '171812.715000', '171813.175000', '171813.635000', '171814.095000', '171814.555000', '171815.015000', '171815.475000', '171815.935000', '171816.395000', '171816.855000', '171817.315000', '171817.775000', '171818.235000', '171818.695000', '171819.155000', '171819.615000', '171820.075000', '171820.535000', '171820.995000', '171821.455000', '171821.915000', '171822.375000', '171822.835000', '171823.295000', '171823.755000', '171824.215000', '171824.675000'], 'ContentTime': ['171157.883000', '171157.886000', '171157.889000', '171157.891000', '171157.894000', '171157.896000', '171157.899000', '171157.902000', '171157.904000', '171157.907000', '171157.909000', '171157.912000', '171157.920000', '171157.923000', '171157.925000', '171157.928000', '171157.930000', '171157.933000', '171157.935000', '171157.938000', '171157.941000', '171157.943000', '171157.946000', '171157.948000', '171157.951000', '171157.953000', '171157.956000', '171217.825000', '171217.827000', '171217.830000', '171217.833000', '171217.835000', '171217.838000', '171217.840000', '171217.843000', '171217.845000', '171217.850000', '171217.852000', '171217.855000', '171217.857000', '171217.860000', '171217.862000', '171217.865000', '171217.868000', '171217.870000', '171217.873000', '171217.875000', '171217.878000', '171217.880000', '171217.883000', '171217.885000', '171217.888000', '171217.890000', '171217.893000', '171217.895000', '171217.898000', '171217.901000', '171217.903000', '171217.906000', '171217.908000', '171217.911000', '171217.913000', '171217.916000', '171217.918000', '171217.921000', '171217.923000', '171217.926000', '171217.929000', '171217.931000', '171217.934000', '171237.824000', '171237.827000', '171237.830000', '171237.832000', '171237.835000', '171237.838000', '171237.840000', '171237.843000', '171237.846000', '171237.848000', '171237.851000', '171237.854000', '171237.856000', '171237.859000', '171237.861000', '171237.864000', '171237.867000', '171237.869000', '171237.872000', '171237.874000', '171237.882000', '171237.884000', '171237.887000', '171237.889000', '171237.892000', '171237.894000', '171237.897000', '171237.899000', '171237.902000', '171237.905000', '171237.907000', '171237.910000', '171237.912000', '171237.915000', '171237.917000', '171237.920000', '171237.922000', '171237.925000', '171237.927000', '171237.930000', '171237.933000', '171237.935000', '171237.938000', '171237.940000', '171257.825000', '171257.827000', '171257.830000', '171257.833000', '171257.835000', '171257.838000', '171257.840000', '171257.843000', '171257.845000', '171257.848000', '171257.850000', '171257.853000', '171257.856000', '171257.858000', '171257.861000', '171257.863000', '171257.866000', '171257.868000', '171257.871000', '171257.874000', '171257.876000', '171257.879000', '171257.881000', '171257.884000', '171257.887000', '171257.889000', '171257.892000', '171257.894000', '171257.897000', '171257.899000', '171257.902000', '171257.905000', '171257.907000', '171257.910000', '171257.912000', '171257.915000', '171257.917000', '171257.920000', '171257.923000', '171257.925000', '171257.928000', '171257.930000', '171257.933000', '171317.824000', '171317.827000', '171317.830000', '171317.833000', '171317.835000', '171317.838000', '171317.840000', '171317.843000', '171317.846000', '171317.848000', '171317.851000', '171317.853000', '171317.856000', '171317.859000', '171317.861000', '171317.864000', '171317.866000', '171317.869000', '171317.872000', '171317.874000', '171317.877000', '171317.879000', '171317.882000', '171317.884000', '171317.887000', '171317.890000', '171317.892000', '171317.895000', '171317.897000', '171317.900000', '171317.902000', '171317.905000', '171317.908000', '171317.910000', '171317.913000', '171317.915000', '171317.918000', '171317.920000', '171317.923000', '171317.925000', '171317.928000', '171317.931000', '171317.933000', '171317.936000', '171337.823000', '171337.826000', '171337.829000', '171337.831000', '171337.834000', '171337.837000', '171337.839000', '171337.842000', '171337.844000', '171337.847000', '171337.849000', '171337.852000', '171337.855000', '171337.857000', '171337.860000', '171337.862000', '171337.865000', '171337.867000', '171337.870000', '171337.873000', '171337.875000', '171337.878000', '171337.880000', '171337.883000', '171337.886000', '171337.903000', '171337.906000', '171337.908000', '171337.911000', '171337.913000', '171337.916000', '171337.919000', '171337.921000', '171337.924000', '171337.926000', '171337.929000', '171337.931000', '171337.934000', '171337.936000', '171337.939000', '171337.942000', '171337.944000', '171337.947000', '171357.823000', '171357.826000', '171357.829000', '171357.832000', '171357.835000', '171357.837000', '171357.840000', '171357.843000', '171357.845000', '171357.848000', '171357.850000', '171357.853000', '171357.855000', '171357.858000', '171357.861000', '171357.863000', '171357.866000', '171357.868000', '171357.871000', '171357.873000', '171357.876000', '171357.879000', '171357.881000', '171357.884000', '171357.887000', '171357.889000', '171357.892000', '171357.894000', '171357.897000', '171357.899000', '171357.902000', '171357.905000', '171357.907000', '171357.910000', '171357.912000', '171357.915000', '171357.918000', '171357.920000', '171357.923000', '171357.925000', '171357.928000', '171357.931000', '171357.933000', '171357.936000', '171417.824000', '171417.827000', '171417.830000', '171417.832000', '171417.835000', '171417.838000', '171417.840000', '171417.843000', '171417.845000', '171417.848000', '171417.850000', '171417.853000', '171417.856000', '171417.858000', '171417.861000', '171417.863000', '171417.866000', '171417.868000', '171417.871000', '171417.873000', '171417.876000', '171417.879000', '171417.881000', '171417.884000', '171417.886000', '171417.889000', '171417.891000', '171417.894000', '171417.897000', '171417.899000', '171417.902000', '171417.904000', '171417.907000', '171417.909000', '171417.912000', '171417.915000', '171417.917000', '171417.920000', '171417.922000', '171417.925000', '171417.927000', '171417.930000', '171417.933000', '171437.824000', '171437.827000', '171437.830000', '171437.833000', '171437.835000', '171437.838000', '171437.840000', '171437.843000', '171437.846000', '171437.848000', '171437.851000', '171437.853000', '171437.856000', '171437.858000', '171437.861000', '171437.864000', '171437.866000', '171437.869000', '171437.871000', '171437.874000', '171437.876000', '171437.879000', '171437.882000', '171437.884000', '171437.887000', '171437.889000', '171437.892000', '171437.894000', '171437.897000', '171437.900000', '171437.902000', '171437.905000', '171437.907000', '171437.910000', '171437.912000', '171437.915000', '171437.918000', '171437.920000', '171437.923000', '171437.925000', '171437.928000', '171437.930000', '171437.933000', '171457.824000', '171457.827000', '171457.830000', '171457.832000', '171457.835000', '171457.838000', '171457.840000', '171457.843000', '171457.845000', '171457.848000', '171457.851000', '171457.853000', '171457.856000', '171457.858000', '171457.861000', '171457.863000', '171457.866000', '171457.869000', '171457.871000', '171457.874000', '171457.876000', '171457.879000', '171457.881000', '171457.884000', '171457.887000', '171457.889000', '171457.892000', '171457.894000', '171457.897000', '171457.899000', '171457.902000', '171457.905000', '171457.907000', '171457.910000', '171457.912000', '171457.915000', '171457.917000', '171457.920000', '171457.923000', '171457.925000', '171457.928000', '171457.930000', '171457.933000', '171457.935000', '171517.825000', '171517.828000', '171517.830000', '171517.833000', '171517.836000', '171517.838000', '171517.853000', '171517.856000', '171517.859000', '171517.861000', '171517.864000', '171517.866000', '171517.870000', '171517.873000', '171517.875000', '171517.878000', '171517.881000', '171517.883000', '171517.886000', '171517.889000', '171517.891000', '171517.894000', '171517.897000', '171517.899000', '171517.902000', '171517.904000', '171517.907000', '171517.910000', '171517.912000', '171517.915000', '171517.917000', '171517.920000', '171517.922000', '171517.925000', '171517.928000', '171517.930000', '171517.933000', '171517.935000', '171517.938000', '171517.941000', '171517.943000', '171517.946000', '171517.948000', '171537.825000', '171537.827000', '171537.830000', '171537.833000', '171537.835000', '171537.838000', '171537.840000', '171537.843000', '171537.845000', '171537.848000', '171537.851000', '171537.853000', '171537.856000', '171537.858000', '171537.861000', '171537.863000', '171537.866000', '171537.869000', '171537.871000', '171537.874000', '171537.876000', '171537.879000', '171537.882000', '171537.884000', '171537.887000', '171537.889000', '171537.892000', '171537.895000', '171537.897000', '171537.900000', '171537.902000', '171537.905000', '171537.908000', '171537.910000', '171537.913000', '171537.915000', '171537.918000', '171537.921000', '171537.923000', '171537.926000', '171537.928000', '171537.931000', '171537.934000', '171537.936000', '171557.823000', '171557.826000', '171557.829000', '171557.831000', '171557.834000', '171557.837000', '171557.839000', '171557.842000', '171557.844000', '171557.847000', '171557.850000', '171557.852000', '171557.855000', '171557.857000', '171557.860000', '171557.863000', '171557.865000', '171557.868000', '171557.870000', '171557.873000', '171557.876000', '171557.878000', '171557.881000', '171557.883000', '171557.886000', '171557.889000', '171557.891000', '171557.894000', '171557.896000', '171557.899000', '171557.902000', '171557.904000', '171557.907000', '171557.910000', '171557.912000', '171557.915000', '171557.918000', '171557.920000', '171557.923000', '171557.925000', '171557.928000', '171557.930000', '171557.933000', '171617.824000', '171617.827000', '171617.829000', '171617.832000', '171617.835000', '171617.837000', '171617.840000', '171617.842000', '171617.845000', '171617.848000', '171617.850000', '171617.853000', '171617.855000', '171617.858000', '171617.861000', '171617.863000', '171617.866000', '171617.868000', '171617.871000', '171617.874000', '171617.876000', '171617.879000', '171617.881000', '171617.884000', '171617.886000', '171617.889000', '171617.892000', '171617.894000', '171617.897000', '171617.899000', '171617.902000', '171617.905000', '171617.907000', '171617.910000', '171617.912000', '171617.915000', '171617.917000', '171617.920000', '171617.923000', '171617.925000', '171617.928000', '171617.930000', '171617.933000', '171617.935000', '171637.824000', '171637.827000', '171637.830000', '171637.833000', '171637.835000', '171637.838000', '171637.840000', '171637.843000', '171637.845000', '171637.848000', '171637.851000', '171637.853000', '171637.856000', '171637.858000', '171637.861000', '171637.863000', '171637.866000', '171637.869000', '171637.871000', '171637.874000', '171637.876000', '171637.879000', '171637.882000', '171637.884000', '171637.887000', '171637.889000', '171637.892000', '171637.894000', '171637.897000', '171637.900000', '171637.902000', '171637.915000', '171637.918000', '171637.920000', '171637.923000', '171637.926000', '171637.928000', '171637.931000', '171637.933000', '171637.936000', '171637.939000', '171637.941000', '171637.944000', '171657.824000', '171657.827000', '171657.830000', '171657.833000', '171657.835000', '171657.838000', '171657.840000', '171657.843000', '171657.845000', '171657.848000', '171657.851000', '171657.853000', '171657.856000', '171657.858000', '171657.861000', '171657.863000', '171657.866000', '171657.869000', '171657.871000', '171657.874000', '171657.876000', '171657.879000', '171657.882000', '171657.884000', '171657.887000', '171657.889000', '171657.892000', '171657.895000', '171657.897000', '171657.900000', '171657.903000', '171657.905000', '171657.908000', '171657.910000', '171657.913000', '171657.916000', '171657.918000', '171657.921000', '171657.923000', '171657.926000', '171657.928000', '171657.931000', '171657.934000', '171657.936000', '171717.825000', '171717.828000', '171717.830000', '171717.833000', '171717.835000', '171717.838000', '171717.841000', '171717.843000', '171717.846000', '171717.848000', '171717.851000', '171717.853000', '171717.856000', '171717.859000', '171717.861000', '171717.864000', '171717.866000', '171717.869000', '171717.872000', '171717.874000', '171717.877000', '171717.881000', '171717.884000', '171717.886000', '171717.889000', '171717.891000', '171717.894000', '171717.897000', '171717.899000', '171717.902000', '171717.905000', '171717.907000', '171717.910000', '171717.912000', '171717.915000', '171717.918000', '171717.920000', '171717.923000', '171717.925000', '171717.928000', '171717.930000', '171717.933000', '171717.936000', '171737.825000', '171737.828000', '171737.830000', '171737.833000', '171737.835000', '171737.838000', '171737.840000', '171737.843000', '171737.846000', '171737.848000', '171737.851000', '171737.853000', '171737.856000', '171737.859000', '171737.861000', '171737.864000', '171737.866000', '171737.869000', '171737.872000', '171737.874000', '171737.877000', '171737.879000', '171737.882000', '171737.884000', '171737.887000', '171737.890000', '171737.892000', '171737.895000', '171737.898000', '171737.900000', '171737.903000', '171737.905000', '171737.908000', '171737.912000', '171737.915000', '171737.917000', '171737.920000', '171737.922000', '171737.925000', '171737.927000', '171737.930000', '171737.933000', '171737.935000', '171737.938000', '171757.825000', '171757.828000', '171757.830000', '171757.833000', '171757.835000', '171757.838000', '171757.840000', '171757.843000', '171757.846000', '171757.848000', '171757.851000', '171757.853000', '171757.856000', '171757.859000', '171757.861000', '171757.864000', '171757.866000', '171757.869000', '171757.872000', '171757.874000', '171757.877000', '171757.879000', '171757.882000', '171757.884000', '171757.887000', '171757.890000', '171757.892000', '171757.895000', '171757.898000', '171757.900000', '171757.903000', '171757.905000', '171757.908000', '171757.911000', '171757.913000', '171757.916000', '171757.918000', '171757.921000', '171757.923000', '171757.926000', '171757.929000', '171757.931000', '171757.954000', '171817.824000', '171817.827000', '171817.829000', '171817.832000', '171817.834000', '171817.837000', '171817.839000', '171817.842000', '171817.845000', '171817.847000', '171817.850000', '171817.852000', '171817.855000', '171817.857000', '171817.860000', '171817.863000', '171817.865000', '171817.868000', '171817.870000', '171817.873000', '171817.875000', '171817.878000', '171817.881000', '171817.883000', '171817.886000', '171817.889000', '171817.891000', '171817.894000', '171817.896000', '171817.899000', '171817.901000', '171817.904000', '171817.907000', '171817.909000', '171817.912000', '171817.914000', '171817.917000', '171817.920000', '171817.922000', '171817.925000', '171817.927000', '171817.930000', '171817.933000', '171817.935000', '171826.425000', '171826.428000', '171826.430000', '171826.433000', '171826.436000', '171826.438000', '171826.441000', '171826.444000', '171826.446000', '171826.449000', '171826.452000', '171826.480000', '171826.485000', '171826.489000', '171826.495000', '171826.498000', '171826.501000', '171826.504000', '171826.506000'], 'InstanceCreationTime': ['171157.883000', '171157.886000', '171157.889000', '171157.891000', '171157.894000', '171157.896000', '171157.899000', '171157.902000', '171157.904000', '171157.907000', '171157.909000', '171157.912000', '171157.920000', '171157.923000', '171157.925000', '171157.928000', '171157.930000', '171157.933000', '171157.935000', '171157.938000', '171157.941000', '171157.943000', '171157.946000', '171157.948000', '171157.951000', '171157.953000', '171157.956000', '171217.825000', '171217.827000', '171217.830000', '171217.833000', '171217.835000', '171217.838000', '171217.840000', '171217.843000', '171217.845000', '171217.850000', '171217.852000', '171217.855000', '171217.857000', '171217.860000', '171217.862000', '171217.865000', '171217.868000', '171217.870000', '171217.873000', '171217.875000', '171217.878000', '171217.880000', '171217.883000', '171217.885000', '171217.888000', '171217.890000', '171217.893000', '171217.895000', '171217.898000', '171217.901000', '171217.903000', '171217.906000', '171217.908000', '171217.911000', '171217.913000', '171217.916000', '171217.918000', '171217.921000', '171217.923000', '171217.926000', '171217.929000', '171217.931000', '171217.934000', '171237.824000', '171237.827000', '171237.830000', '171237.832000', '171237.835000', '171237.838000', '171237.840000', '171237.843000', '171237.846000', '171237.848000', '171237.851000', '171237.854000', '171237.856000', '171237.859000', '171237.861000', '171237.864000', '171237.867000', '171237.869000', '171237.872000', '171237.874000', '171237.882000', '171237.884000', '171237.887000', '171237.889000', '171237.892000', '171237.894000', '171237.897000', '171237.899000', '171237.902000', '171237.905000', '171237.907000', '171237.910000', '171237.912000', '171237.915000', '171237.917000', '171237.920000', '171237.922000', '171237.925000', '171237.927000', '171237.930000', '171237.933000', '171237.935000', '171237.938000', '171237.940000', '171257.825000', '171257.827000', '171257.830000', '171257.833000', '171257.835000', '171257.838000', '171257.840000', '171257.843000', '171257.845000', '171257.848000', '171257.850000', '171257.853000', '171257.856000', '171257.858000', '171257.861000', '171257.863000', '171257.866000', '171257.868000', '171257.871000', '171257.874000', '171257.876000', '171257.879000', '171257.881000', '171257.884000', '171257.887000', '171257.889000', '171257.892000', '171257.894000', '171257.897000', '171257.899000', '171257.902000', '171257.905000', '171257.907000', '171257.910000', '171257.912000', '171257.915000', '171257.917000', '171257.920000', '171257.923000', '171257.925000', '171257.928000', '171257.930000', '171257.933000', '171317.824000', '171317.827000', '171317.830000', '171317.833000', '171317.835000', '171317.838000', '171317.840000', '171317.843000', '171317.846000', '171317.848000', '171317.851000', '171317.853000', '171317.856000', '171317.859000', '171317.861000', '171317.864000', '171317.866000', '171317.869000', '171317.872000', '171317.874000', '171317.877000', '171317.879000', '171317.882000', '171317.884000', '171317.887000', '171317.890000', '171317.892000', '171317.895000', '171317.897000', '171317.900000', '171317.902000', '171317.905000', '171317.908000', '171317.910000', '171317.913000', '171317.915000', '171317.918000', '171317.920000', '171317.923000', '171317.925000', '171317.928000', '171317.931000', '171317.933000', '171317.936000', '171337.823000', '171337.826000', '171337.829000', '171337.831000', '171337.834000', '171337.837000', '171337.839000', '171337.842000', '171337.844000', '171337.847000', '171337.849000', '171337.852000', '171337.855000', '171337.857000', '171337.860000', '171337.862000', '171337.865000', '171337.867000', '171337.870000', '171337.873000', '171337.875000', '171337.878000', '171337.880000', '171337.883000', '171337.886000', '171337.903000', '171337.906000', '171337.908000', '171337.911000', '171337.913000', '171337.916000', '171337.919000', '171337.921000', '171337.924000', '171337.926000', '171337.929000', '171337.931000', '171337.934000', '171337.936000', '171337.939000', '171337.942000', '171337.944000', '171337.947000', '171357.823000', '171357.826000', '171357.829000', '171357.832000', '171357.835000', '171357.837000', '171357.840000', '171357.843000', '171357.845000', '171357.848000', '171357.850000', '171357.853000', '171357.855000', '171357.858000', '171357.861000', '171357.863000', '171357.866000', '171357.868000', '171357.871000', '171357.873000', '171357.876000', '171357.879000', '171357.881000', '171357.884000', '171357.887000', '171357.889000', '171357.892000', '171357.894000', '171357.897000', '171357.899000', '171357.902000', '171357.905000', '171357.907000', '171357.910000', '171357.912000', '171357.915000', '171357.918000', '171357.920000', '171357.923000', '171357.925000', '171357.928000', '171357.931000', '171357.933000', '171357.936000', '171417.824000', '171417.827000', '171417.830000', '171417.832000', '171417.835000', '171417.838000', '171417.840000', '171417.843000', '171417.845000', '171417.848000', '171417.850000', '171417.853000', '171417.856000', '171417.858000', '171417.861000', '171417.863000', '171417.866000', '171417.868000', '171417.871000', '171417.873000', '171417.876000', '171417.879000', '171417.881000', '171417.884000', '171417.886000', '171417.889000', '171417.891000', '171417.894000', '171417.897000', '171417.899000', '171417.902000', '171417.904000', '171417.907000', '171417.909000', '171417.912000', '171417.915000', '171417.917000', '171417.920000', '171417.922000', '171417.925000', '171417.927000', '171417.930000', '171417.933000', '171437.824000', '171437.827000', '171437.830000', '171437.833000', '171437.835000', '171437.838000', '171437.840000', '171437.843000', '171437.846000', '171437.848000', '171437.851000', '171437.853000', '171437.856000', '171437.858000', '171437.861000', '171437.864000', '171437.866000', '171437.869000', '171437.871000', '171437.874000', '171437.876000', '171437.879000', '171437.882000', '171437.884000', '171437.887000', '171437.889000', '171437.892000', '171437.894000', '171437.897000', '171437.900000', '171437.902000', '171437.905000', '171437.907000', '171437.910000', '171437.912000', '171437.915000', '171437.918000', '171437.920000', '171437.923000', '171437.925000', '171437.928000', '171437.930000', '171437.933000', '171457.824000', '171457.827000', '171457.830000', '171457.832000', '171457.835000', '171457.838000', '171457.840000', '171457.843000', '171457.845000', '171457.848000', '171457.851000', '171457.853000', '171457.856000', '171457.858000', '171457.861000', '171457.863000', '171457.866000', '171457.869000', '171457.871000', '171457.874000', '171457.876000', '171457.879000', '171457.881000', '171457.884000', '171457.887000', '171457.889000', '171457.892000', '171457.894000', '171457.897000', '171457.899000', '171457.902000', '171457.905000', '171457.907000', '171457.910000', '171457.912000', '171457.915000', '171457.917000', '171457.920000', '171457.923000', '171457.925000', '171457.928000', '171457.930000', '171457.933000', '171457.935000', '171517.825000', '171517.828000', '171517.830000', '171517.833000', '171517.836000', '171517.838000', '171517.853000', '171517.856000', '171517.859000', '171517.861000', '171517.864000', '171517.866000', '171517.870000', '171517.873000', '171517.875000', '171517.878000', '171517.881000', '171517.883000', '171517.886000', '171517.889000', '171517.891000', '171517.894000', '171517.897000', '171517.899000', '171517.902000', '171517.904000', '171517.907000', '171517.910000', '171517.912000', '171517.915000', '171517.917000', '171517.920000', '171517.922000', '171517.925000', '171517.928000', '171517.930000', '171517.933000', '171517.935000', '171517.938000', '171517.941000', '171517.943000', '171517.946000', '171517.948000', '171537.825000', '171537.827000', '171537.830000', '171537.833000', '171537.835000', '171537.838000', '171537.840000', '171537.843000', '171537.845000', '171537.848000', '171537.851000', '171537.853000', '171537.856000', '171537.858000', '171537.861000', '171537.863000', '171537.866000', '171537.869000', '171537.871000', '171537.874000', '171537.876000', '171537.879000', '171537.882000', '171537.884000', '171537.887000', '171537.889000', '171537.892000', '171537.895000', '171537.897000', '171537.900000', '171537.902000', '171537.905000', '171537.908000', '171537.910000', '171537.913000', '171537.915000', '171537.918000', '171537.921000', '171537.923000', '171537.926000', '171537.928000', '171537.931000', '171537.934000', '171537.936000', '171557.823000', '171557.826000', '171557.829000', '171557.831000', '171557.834000', '171557.837000', '171557.839000', '171557.842000', '171557.844000', '171557.847000', '171557.850000', '171557.852000', '171557.855000', '171557.857000', '171557.860000', '171557.863000', '171557.865000', '171557.868000', '171557.870000', '171557.873000', '171557.876000', '171557.878000', '171557.881000', '171557.883000', '171557.886000', '171557.889000', '171557.891000', '171557.894000', '171557.896000', '171557.899000', '171557.902000', '171557.904000', '171557.907000', '171557.910000', '171557.912000', '171557.915000', '171557.918000', '171557.920000', '171557.923000', '171557.925000', '171557.928000', '171557.930000', '171557.933000', '171617.824000', '171617.827000', '171617.829000', '171617.832000', '171617.835000', '171617.837000', '171617.840000', '171617.842000', '171617.845000', '171617.848000', '171617.850000', '171617.853000', '171617.855000', '171617.858000', '171617.861000', '171617.863000', '171617.866000', '171617.868000', '171617.871000', '171617.874000', '171617.876000', '171617.879000', '171617.881000', '171617.884000', '171617.886000', '171617.889000', '171617.892000', '171617.894000', '171617.897000', '171617.899000', '171617.902000', '171617.905000', '171617.907000', '171617.910000', '171617.912000', '171617.915000', '171617.917000', '171617.920000', '171617.923000', '171617.925000', '171617.928000', '171617.930000', '171617.933000', '171617.935000', '171637.824000', '171637.827000', '171637.830000', '171637.833000', '171637.835000', '171637.838000', '171637.840000', '171637.843000', '171637.845000', '171637.848000', '171637.851000', '171637.853000', '171637.856000', '171637.858000', '171637.861000', '171637.863000', '171637.866000', '171637.869000', '171637.871000', '171637.874000', '171637.876000', '171637.879000', '171637.882000', '171637.884000', '171637.887000', '171637.889000', '171637.892000', '171637.894000', '171637.897000', '171637.900000', '171637.902000', '171637.915000', '171637.918000', '171637.920000', '171637.923000', '171637.926000', '171637.928000', '171637.931000', '171637.933000', '171637.936000', '171637.939000', '171637.941000', '171637.944000', '171657.824000', '171657.827000', '171657.830000', '171657.833000', '171657.835000', '171657.838000', '171657.840000', '171657.843000', '171657.845000', '171657.848000', '171657.851000', '171657.853000', '171657.856000', '171657.858000', '171657.861000', '171657.863000', '171657.866000', '171657.869000', '171657.871000', '171657.874000', '171657.876000', '171657.879000', '171657.882000', '171657.884000', '171657.887000', '171657.889000', '171657.892000', '171657.895000', '171657.897000', '171657.900000', '171657.903000', '171657.905000', '171657.908000', '171657.910000', '171657.913000', '171657.916000', '171657.918000', '171657.921000', '171657.923000', '171657.926000', '171657.928000', '171657.931000', '171657.934000', '171657.936000', '171717.825000', '171717.828000', '171717.830000', '171717.833000', '171717.835000', '171717.838000', '171717.841000', '171717.843000', '171717.846000', '171717.848000', '171717.851000', '171717.853000', '171717.856000', '171717.859000', '171717.861000', '171717.864000', '171717.866000', '171717.869000', '171717.872000', '171717.874000', '171717.877000', '171717.881000', '171717.884000', '171717.886000', '171717.889000', '171717.891000', '171717.894000', '171717.897000', '171717.899000', '171717.902000', '171717.905000', '171717.907000', '171717.910000', '171717.912000', '171717.915000', '171717.918000', '171717.920000', '171717.923000', '171717.925000', '171717.928000', '171717.930000', '171717.933000', '171717.936000', '171737.825000', '171737.828000', '171737.830000', '171737.833000', '171737.835000', '171737.838000', '171737.840000', '171737.843000', '171737.846000', '171737.848000', '171737.851000', '171737.853000', '171737.856000', '171737.859000', '171737.861000', '171737.864000', '171737.866000', '171737.869000', '171737.872000', '171737.874000', '171737.877000', '171737.879000', '171737.882000', '171737.884000', '171737.887000', '171737.890000', '171737.892000', '171737.895000', '171737.898000', '171737.900000', '171737.903000', '171737.905000', '171737.908000', '171737.912000', '171737.915000', '171737.917000', '171737.920000', '171737.922000', '171737.925000', '171737.927000', '171737.930000', '171737.933000', '171737.935000', '171737.938000', '171757.825000', '171757.828000', '171757.830000', '171757.833000', '171757.835000', '171757.838000', '171757.840000', '171757.843000', '171757.846000', '171757.848000', '171757.851000', '171757.853000', '171757.856000', '171757.859000', '171757.861000', '171757.864000', '171757.866000', '171757.869000', '171757.872000', '171757.874000', '171757.877000', '171757.879000', '171757.882000', '171757.884000', '171757.887000', '171757.890000', '171757.892000', '171757.895000', '171757.898000', '171757.900000', '171757.903000', '171757.905000', '171757.908000', '171757.911000', '171757.913000', '171757.916000', '171757.918000', '171757.921000', '171757.923000', '171757.926000', '171757.929000', '171757.931000', '171757.954000', '171817.824000', '171817.827000', '171817.829000', '171817.832000', '171817.834000', '171817.837000', '171817.839000', '171817.842000', '171817.845000', '171817.847000', '171817.850000', '171817.852000', '171817.855000', '171817.857000', '171817.860000', '171817.863000', '171817.865000', '171817.868000', '171817.870000', '171817.873000', '171817.875000', '171817.878000', '171817.881000', '171817.883000', '171817.886000', '171817.889000', '171817.891000', '171817.894000', '171817.896000', '171817.899000', '171817.901000', '171817.904000', '171817.907000', '171817.909000', '171817.912000', '171817.914000', '171817.917000', '171817.920000', '171817.922000', '171817.925000', '171817.927000', '171817.930000', '171817.933000', '171817.935000', '171826.425000', '171826.428000', '171826.430000', '171826.433000', '171826.436000', '171826.438000', '171826.441000', '171826.444000', '171826.446000', '171826.449000', '171826.452000', '171826.480000', '171826.485000', '171826.489000', '171826.495000', '171826.498000', '171826.501000', '171826.504000', '171826.506000'], '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': [10712, 10162, 13753, 11983, 13466, 9834, 11806, 9652, 10019, 9825, 8026, 10240, 10137, 11330, 13428, 8904, 10525, 8980, 9925, 8522, 9746, 8520, 10804, 8414, 12174, 8472, 10863, 8196, 10054, 10178, 10347, 12465, 10927, 13418, 9114, 12264, 9374, 14595, 9007, 14682, 8997, 12149, 10608, 9828, 13131, 9721, 8482, 9627, 10609, 9613, 14549, 10506, 15712, 9226, 12687, 9236, 11556, 9406, 11695, 9635, 8358, 9057, 9017, 10492, 9301, 8556, 9967, 12069, 9608, 11874, 8975, 12446, 9324, 11320, 9087, 11720, 8846, 11432, 8433, 9987, 8194, 10661, 8517, 10960, 8215, 9359, 10567, 9534, 10267, 10315, 11150, 9097, 11466, 10538, 11701, 9340, 10324, 8844, 9772, 11762, 10354, 11296, 10559, 11174, 13177, 10842, 9534, 10863, 14401, 11101, 16310, 10732, 13707, 9248, 14075, 9477, 16194, 9371, 14005, 9210, 12496, 9126, 13837, 9854, 14900, 9257, 11600, 9250, 8402, 8558, 8737, 13217, 9351, 10975, 11614, 16713, 12662, 14631, 8839, 12338, 9049, 14134, 9436, 12227, 9251, 12726, 9305, 12576, 10774, 8504, 9725, 9942, 10731, 16716, 11458, 13472, 9385, 12357, 9600, 13280, 9215, 12299, 8939, 11371, 8621, 12040, 9045, 10317, 8922, 10804, 8881, 11399, 8918, 13313, 10361, 9915, 9583, 8419, 10050, 12695, 9096, 12753, 8737, 12324, 8500, 10788, 8735, 12530, 10436, 14618, 11079, 16134, 9039, 16472, 13010, 9730, 15435, 10870, 10752, 15075, 9439, 14753, 9425, 15706, 9959, 15597, 9530, 10107, 8960, 10094, 8830, 10717, 9031, 10128, 8483, 10153, 8627, 12649, 10180, 13261, 8843, 8376, 8443, 8684, 10067, 12872, 9318, 12280, 8652, 9311, 8721, 11018, 12459, 9755, 12936, 10308, 16406, 13344, 16387, 11491, 15780, 9683, 12110, 9144, 13969, 9097, 11671, 9347, 12922, 11170, 10222, 9182, 9667, 8838, 9480, 11460, 9465, 11611, 8936, 9096, 9194, 8484, 9441, 8394, 9724, 8654, 10641, 8661, 10293, 8814, 8553, 11617, 9351, 9649, 12371, 9401, 10715, 8739, 11644, 9020, 10950, 8864, 11328, 8691, 11443, 8726, 11511, 8265, 11166, 8158, 10885, 8242, 10829, 11408, 9720, 9848, 10723, 11132, 10019, 8220, 11620, 8806, 12697, 8773, 14943, 11355, 8367, 9443, 10297, 9883, 15306, 9110, 12835, 8636, 10968, 13885, 9504, 13757, 10141, 13524, 10178, 16518, 13851, 13385, 17107, 12818, 14536, 9486, 11082, 14210, 9511, 11457, 8907, 11182, 8786, 11431, 8741, 11442, 8908, 9300, 10588, 8539, 7971, 10075, 8371, 10144, 8931, 9261, 11951, 9602, 14390, 9858, 14390, 8725, 10739, 8868, 12429, 8720, 12576, 8348, 10659, 8395, 10124, 8705, 11186, 8481, 10596, 8212, 10238, 8388, 12900, 8167, 10430, 7905, 10265, 8045, 13858, 8227, 10571, 7858, 10266, 8717, 10650, 8594, 9820, 8212, 9708, 11808, 11415, 13916, 9744, 11185, 10066, 10483, 10946, 12448, 10334, 9040, 8807, 9363, 9860, 14829, 10707, 13518, 12167, 10889, 10582, 8018, 12189, 10176, 9047, 12674, 10315, 14395, 12693, 10667, 14964, 11805, 12222, 8387, 10939, 13221, 10053, 13732, 9500, 9026, 9684, 9586, 10089, 10189, 10772, 8714, 10242, 8136, 10642, 8464, 11805, 8121, 11570, 8915, 11595, 8976, 11949, 8960, 12570, 9604, 12729, 9368, 12058, 9859, 14240, 10773, 13293, 11641, 15001, 9833, 14739, 9780, 12150, 8471, 10993, 8002, 11304, 8386, 11158, 9016, 11784, 8357, 11639, 8132, 11338, 8393, 12430, 8634, 12384, 9191, 9450, 11069, 8505, 12759, 9942, 12320, 11252, 8239, 10955, 8619, 10022, 10846, 9633, 11926, 10998, 8381, 12097, 9757, 13766, 10296, 11821, 8512, 10593, 8627, 11537, 8622, 11826, 9349, 12805, 9618, 15242, 9716, 14636, 8739, 14518, 9438, 13217, 8885, 11378, 8462, 11196, 12863, 10287, 13426, 9863, 11737, 10325, 13332, 10355, 10571, 10567, 8647, 8857, 9087, 9653, 8851, 10348, 8653, 10858, 8344, 10768, 8500, 11794, 11207, 13253, 12215, 13957, 13110, 13666, 14193, 12816, 15363, 10032, 13976, 11250, 11546, 8984, 8389, 9245, 8911, 11445, 8932, 8725, 11040, 9214, 9736, 9418, 9053, 12561, 10342, 9097, 11198, 9230, 11099, 10343, 10531, 10183, 11447, 9941, 15215, 9018, 12596, 9131, 11067, 8790, 10525, 8973, 11108, 8868, 10823, 8707, 10999, 9151, 10975, 9033, 11055, 8478, 11009, 8974, 9349, 9211, 7910, 11199, 8623, 12322, 9650, 8742, 10570, 8521, 11934, 10605, 10288, 8460, 10552, 8325, 13461, 9022, 14413, 9257, 13016, 10690, 11840, 10020, 14351, 10374, 10293, 10416, 8478, 10521, 8255, 11625, 8995, 12895, 9808, 13124, 10112, 7835, 9930, 8301, 10190, 8239, 12258, 10518, 10110, 8003, 9949, 7837, 9733, 9067, 9348, 8105, 9774, 8114, 10366, 8642, 10019, 8330, 11789, 8147, 13389, 8078, 11549, 8526, 12036, 8441, 12376, 13216, 8362, 13207, 8485, 15473, 11706, 15422, 11613, 9235, 9263, 9373, 8786, 13343, 9066, 13833, 9731, 11946, 9999, 14558, 8961, 15136, 11635, 10049, 14655, 11838, 8695, 11636, 9075, 9360, 13735, 8823, 15543, 12905, 10525, 9330, 13556, 9327, 14558, 9178, 12956, 9007, 10925, 9243, 10942, 9211, 10940, 9332, 12025, 8886, 11458, 9160, 10768, 8213, 11180, 8662, 11194, 8794, 10935, 8612, 12377, 10036, 10421, 8554, 13352, 9537, 11226, 9002, 8337, 9044, 8337, 12124, 8536, 11903, 9057, 8851, 11301, 15635, 11990, 16038, 13319, 15013, 9770, 14778, 12026, 15368, 12743, 11768, 12953, 11423, 14009, 12768, 15296, 14216, 14942, 12189, 13903, 10411, 8405, 9211, 9248, 8558, 10378, 9388, 12032, 10184, 8879, 10039, 9368, 10993, 9473, 9932, 10305, 8463, 11012, 8699, 12356, 9468, 9005, 11912, 8370, 10788, 8987, 9764, 8505, 9452, 8614, 9214, 8527, 9717, 12624, 9691, 12900, 9531, 13418, 10303, 13919, 12143, 11243, 14272, 10725, 12413, 9623, 11413, 8806, 11121, 9403, 11062, 9505, 9158, 9421, 8463, 9618, 10917, 9473, 10820, 9348, 10326, 9213, 11885, 8993, 10760, 9014, 9271, 8969, 9022, 11642, 9324, 11693, 12487, 9573, 12481, 9664, 14233, 10487, 16221, 13576, 14250, 10483, 9236, 11626, 9407, 11992, 9805, 12162, 9102, 13106, 9476, 8512, 11017, 9579, 14417, 11449, 8904, 14550, 10419, 16387, 10550, 15303, 8987, 11707, 12365, 10838, 8414, 10270, 8256, 9668, 8848, 9212, 9356, 9229], 'WindowCenter': [4559.0, 4544.0, 4559.0, 4539.0, 4545.0, 4517.0, 4524.0, 4514.0, 4513.0, 4513.0, 4492.0, 4524.0, 4513.0, 4536.0, 4535.0, 4514.0, 4513.0, 4516.0, 4527.0, 4516.0, 4514.0, 4515.0, 4538.0, 4504.0, 4546.0, 4518.0, 4538.0, 4506.0, 4529.0, 4524.0, 4528.0, 4534.0, 4526.0, 4532.0, 4505.0, 4521.0, 4514.0, 4545.0, 4502.0, 4530.0, 4490.0, 4521.0, 4511.0, 4500.0, 4517.0, 4501.0, 4487.0, 4499.0, 4496.0, 4497.0, 4517.0, 4510.0, 4528.0, 4500.0, 4530.0, 4500.0, 4507.0, 4499.0, 4519.0, 4499.0, 4477.0, 4488.0, 4501.0, 4512.0, 4513.0, 4501.0, 4514.0, 4536.0, 4515.0, 4520.0, 4502.0, 4519.0, 4500.0, 4521.0, 4513.0, 4521.0, 4502.0, 4510.0, 4490.0, 4510.0, 4492.0, 4510.0, 4490.0, 4513.0, 4489.0, 4504.0, 4522.0, 4514.0, 4512.0, 4523.0, 4523.0, 4503.0, 4532.0, 4537.0, 4547.0, 4527.0, 4525.0, 4515.0, 4525.0, 4548.0, 4526.0, 4537.0, 4525.0, 4535.0, 4558.0, 4538.0, 4525.0, 4537.0, 4544.0, 4537.0, 4555.0, 4525.0, 4534.0, 4516.0, 4533.0, 4513.0, 4543.0, 4503.0, 4529.0, 4501.0, 4518.0, 4500.0, 4543.0, 4523.0, 4541.0, 4500.0, 4510.0, 4515.0, 4518.0, 4506.0, 4504.0, 4533.0, 4489.0, 4496.0, 4521.0, 4542.0, 4519.0, 4527.0, 4488.0, 4533.0, 4501.0, 4530.0, 4500.0, 4518.0, 4500.0, 4518.0, 4503.0, 4520.0, 4511.0, 4490.0, 4502.0, 4500.0, 4511.0, 4541.0, 4509.0, 4518.0, 4499.0, 4507.0, 4498.0, 4519.0, 4489.0, 4506.0, 4489.0, 4507.0, 4489.0, 4519.0, 4500.0, 4499.0, 4502.0, 4510.0, 4515.0, 4535.0, 4516.0, 4546.0, 4526.0, 4514.0, 4511.0, 4489.0, 4513.0, 4519.0, 4490.0, 4519.0, 4489.0, 4520.0, 4502.0, 4523.0, 4504.0, 4531.0, 4509.0, 4530.0, 4509.0, 4528.0, 4490.0, 4541.0, 4532.0, 4501.0, 4552.0, 4521.0, 4509.0, 4528.0, 4487.0, 4513.0, 4485.0, 4525.0, 4483.0, 4514.0, 4472.0, 4483.0, 4485.0, 4497.0, 4486.0, 4495.0, 4486.0, 4495.0, 4486.0, 4497.0, 4500.0, 4545.0, 4537.0, 4544.0, 4503.0, 4502.0, 4504.0, 4503.0, 4525.0, 4531.0, 4502.0, 4522.0, 4504.0, 4515.0, 4502.0, 4524.0, 4533.0, 4512.0, 4532.0, 4524.0, 4529.0, 4520.0, 4527.0, 4510.0, 4529.0, 4487.0, 4505.0, 4476.0, 4502.0, 4472.0, 4482.0, 4473.0, 4504.0, 4482.0, 4482.0, 4472.0, 4474.0, 4473.0, 4486.0, 4496.0, 4487.0, 4496.0, 4489.0, 4488.0, 4500.0, 4505.0, 4513.0, 4491.0, 4512.0, 4502.0, 4536.0, 4532.0, 4539.0, 4540.0, 4518.0, 4549.0, 4513.0, 4517.0, 4536.0, 4516.0, 4527.0, 4507.0, 4537.0, 4518.0, 4526.0, 4517.0, 4525.0, 4518.0, 4537.0, 4506.0, 4537.0, 4506.0, 4526.0, 4506.0, 4536.0, 4504.0, 4538.0, 4539.0, 4530.0, 4528.0, 4554.0, 4550.0, 4528.0, 4532.0, 4562.0, 4543.0, 4574.0, 4534.0, 4573.0, 4550.0, 4520.0, 4528.0, 4525.0, 4529.0, 4544.0, 4506.0, 4535.0, 4494.0, 4527.0, 4534.0, 4515.0, 4533.0, 4503.0, 4521.0, 4500.0, 4531.0, 4520.0, 4521.0, 4518.0, 4508.0, 4518.0, 4476.0, 4496.0, 4503.0, 4487.0, 4494.0, 4475.0, 4494.0, 4476.0, 4493.0, 4489.0, 4495.0, 4512.0, 4500.0, 4524.0, 4514.0, 4517.0, 4539.0, 4520.0, 4525.0, 4518.0, 4529.0, 4538.0, 4529.0, 4562.0, 4527.0, 4548.0, 4507.0, 4525.0, 4504.0, 4524.0, 4491.0, 4523.0, 4494.0, 4513.0, 4506.0, 4527.0, 4517.0, 4538.0, 4504.0, 4525.0, 4493.0, 4526.0, 4507.0, 4548.0, 4517.0, 4539.0, 4508.0, 4528.0, 4507.0, 4560.0, 4519.0, 4540.0, 4519.0, 4530.0, 4518.0, 4555.0, 4520.0, 4542.0, 4521.0, 4542.0, 4549.0, 4539.0, 4548.0, 4530.0, 4540.0, 4531.0, 4528.0, 4540.0, 4549.0, 4530.0, 4517.0, 4520.0, 4505.0, 4516.0, 4545.0, 4542.0, 4523.0, 4550.0, 4539.0, 4537.0, 4506.0, 4533.0, 4539.0, 4528.0, 4558.0, 4528.0, 4545.0, 4536.0, 4513.0, 4545.0, 4522.0, 4524.0, 4481.0, 4512.0, 4518.0, 4502.0, 4531.0, 4500.0, 4501.0, 4513.0, 4500.0, 4514.0, 4511.0, 4524.0, 4504.0, 4523.0, 4495.0, 4537.0, 4504.0, 4537.0, 4507.0, 4534.0, 4529.0, 4536.0, 4519.0, 4537.0, 4517.0, 4549.0, 4530.0, 4546.0, 4518.0, 4536.0, 4527.0, 4556.0, 4539.0, 4537.0, 4525.0, 4531.0, 4503.0, 4529.0, 4489.0, 4510.0, 4479.0, 4498.0, 4480.0, 4510.0, 4491.0, 4513.0, 4494.0, 4525.0, 4482.0, 4525.0, 4492.0, 4524.0, 4495.0, 4534.0, 4509.0, 4536.0, 4520.0, 4518.0, 4549.0, 4522.0, 4550.0, 4532.0, 4549.0, 4539.0, 4506.0, 4530.0, 4523.0, 4516.0, 4528.0, 4506.0, 4536.0, 4526.0, 4510.0, 4534.0, 4507.0, 4535.0, 4513.0, 4525.0, 4491.0, 4510.0, 4493.0, 4523.0, 4508.0, 4538.0, 4516.0, 4534.0, 4505.0, 4557.0, 4514.0, 4543.0, 4492.0, 4531.0, 4489.0, 4508.0, 4478.0, 4510.0, 4479.0, 4511.0, 4517.0, 4499.0, 4517.0, 4489.0, 4522.0, 4524.0, 4543.0, 4525.0, 4522.0, 4533.0, 4515.0, 4511.0, 4514.0, 4526.0, 4502.0, 4513.0, 4504.0, 4539.0, 4505.0, 4525.0, 4492.0, 4537.0, 4525.0, 4547.0, 4522.0, 4520.0, 4506.0, 4508.0, 4494.0, 4494.0, 4501.0, 4474.0, 4504.0, 4486.0, 4491.0, 4471.0, 4464.0, 4486.0, 4485.0, 4495.0, 4477.0, 4476.0, 4511.0, 4503.0, 4513.0, 4504.0, 4516.0, 4545.0, 4525.0, 4500.0, 4510.0, 4502.0, 4508.0, 4512.0, 4510.0, 4500.0, 4497.0, 4501.0, 4515.0, 4476.0, 4505.0, 4486.0, 4507.0, 4489.0, 4496.0, 4491.0, 4508.0, 4490.0, 4511.0, 4491.0, 4523.0, 4528.0, 4526.0, 4505.0, 4533.0, 4506.0, 4524.0, 4517.0, 4526.0, 4527.0, 4506.0, 4537.0, 4518.0, 4558.0, 4541.0, 4519.0, 4539.0, 4517.0, 4549.0, 4542.0, 4555.0, 4520.0, 4553.0, 4521.0, 4550.0, 4520.0, 4549.0, 4531.0, 4551.0, 4529.0, 4526.0, 4518.0, 4535.0, 4529.0, 4517.0, 4531.0, 4508.0, 4527.0, 4495.0, 4523.0, 4507.0, 4534.0, 4516.0, 4547.0, 4525.0, 4483.0, 4512.0, 4492.0, 4513.0, 4520.0, 4548.0, 4514.0, 4526.0, 4494.0, 4515.0, 4482.0, 4515.0, 4517.0, 4516.0, 4496.0, 4516.0, 4520.0, 4540.0, 4516.0, 4527.0, 4506.0, 4548.0, 4508.0, 4561.0, 4486.0, 4530.0, 4510.0, 4525.0, 4534.0, 4574.0, 4587.0, 4537.0, 4593.0, 4547.0, 4573.0, 4551.0, 4558.0, 4528.0, 4505.0, 4507.0, 4515.0, 4521.0, 4534.0, 4492.0, 4521.0, 4503.0, 4523.0, 4503.0, 4534.0, 4495.0, 4544.0, 4526.0, 4503.0, 4532.0, 4511.0, 4476.0, 4495.0, 4488.0, 4488.0, 4530.0, 4501.0, 4540.0, 4532.0, 4498.0, 4489.0, 4504.0, 4487.0, 4503.0, 4476.0, 4517.0, 4500.0, 4507.0, 4498.0, 4495.0, 4487.0, 4496.0, 4489.0, 4507.0, 4500.0, 4508.0, 4503.0, 4512.0, 4507.0, 4524.0, 4505.0, 4523.0, 4504.0, 4521.0, 4516.0, 4536.0, 4527.0, 4551.0, 4530.0, 4558.0, 4542.0, 4547.0, 4528.0, 4540.0, 4540.0, 4530.0, 4585.0, 4531.0, 4563.0, 4544.0, 4542.0, 4560.0, 4582.0, 4562.0, 4573.0, 4558.0, 4558.0, 4514.0, 4532.0, 4509.0, 4521.0, 4509.0, 4509.0, 4518.0, 4498.0, 4504.0, 4505.0, 4501.0, 4504.0, 4501.0, 4479.0, 4501.0, 4484.0, 4451.0, 4458.0, 4461.0, 4463.0, 4483.0, 4489.0, 4494.0, 4483.0, 4462.0, 4485.0, 4472.0, 4482.0, 4499.0, 4498.0, 4511.0, 4489.0, 4508.0, 4490.0, 4518.0, 4500.0, 4501.0, 4534.0, 4506.0, 4523.0, 4503.0, 4505.0, 4481.0, 4501.0, 4492.0, 4504.0, 4504.0, 4518.0, 4523.0, 4516.0, 4522.0, 4488.0, 4508.0, 4476.0, 4506.0, 4484.0, 4485.0, 4492.0, 4483.0, 4492.0, 4474.0, 4495.0, 4478.0, 4496.0, 4485.0, 4492.0, 4484.0, 4484.0, 4483.0, 4474.0, 4496.0, 4505.0, 4496.0, 4506.0, 4500.0, 4521.0, 4514.0, 4534.0, 4516.0, 4533.0, 4527.0, 4525.0, 4524.0, 4527.0, 4549.0, 4517.0, 4538.0, 4522.0, 4514.0, 4544.0, 4525.0, 4542.0, 4535.0, 4553.0, 4531.0, 4541.0, 4511.0, 4488.0, 4507.0, 4501.0, 4522.0, 4499.0, 4508.0, 4490.0, 4530.0, 4512.0, 4503.0, 4510.0, 4515.0, 4555.0, 4524.0, 4490.0, 4529.0, 4496.0, 4515.0, 4484.0, 4513.0, 4476.0, 4495.0, 4504.0, 4483.0, 4461.0, 4483.0, 4463.0, 4485.0, 4475.0, 4488.0, 4486.0, 4500.0], 'WindowWidth': [10021.0, 9993.0, 10002.0, 9973.0, 9973.0, 9938.0, 9940.0, 9928.0, 9926.0, 9926.0, 9899.0, 9945.0, 9927.0, 9962.0, 9957.0, 9931.0, 9927.0, 9935.0, 9953.0, 9938.0, 9931.0, 9933.0, 9969.0, 9918.0, 9978.0, 9943.0, 9968.0, 9923.0, 9958.0, 9944.0, 9953.0, 9955.0, 9947.0, 9950.0, 9916.0, 9935.0, 9929.0, 9971.0, 9910.0, 9944.0, 9890.0, 9933.0, 9917.0, 9905.0, 9923.0, 9906.0, 9884.0, 9900.0, 9889.0, 9896.0, 9920.0, 9916.0, 9938.0, 9902.0, 9943.0, 9902.0, 9908.0, 9900.0, 9928.0, 9900.0, 9868.0, 9882.0, 9906.0, 9921.0, 9927.0, 9907.0, 9929.0, 9963.0, 9935.0, 9932.0, 9908.0, 9924.0, 9902.0, 9934.0, 9926.0, 9933.0, 9910.0, 9916.0, 9890.0, 9918.0, 9897.0, 9918.0, 9891.0, 9924.0, 9888.0, 9914.0, 9936.0, 9929.0, 9923.0, 9940.0, 9936.0, 9914.0, 9952.0, 9967.0, 9979.0, 9955.0, 9946.0, 9935.0, 9947.0, 9985.0, 9950.0, 9967.0, 9946.0, 9962.0, 9997.0, 9971.0, 9947.0, 9965.0, 9970.0, 9968.0, 9988.0, 9947.0, 9953.0, 9935.0, 9951.0, 9927.0, 9967.0, 9910.0, 9941.0, 9905.0, 9926.0, 9902.0, 9969.0, 9942.0, 9961.0, 9902.0, 9914.0, 9934.0, 9946.0, 9922.0, 9917.0, 9949.0, 9886.0, 9890.0, 9935.0, 9965.0, 9926.0, 9935.0, 9884.0, 9953.0, 9907.0, 9942.0, 9902.0, 9922.0, 9901.0, 9923.0, 9910.0, 9929.0, 9920.0, 9889.0, 9909.0, 9901.0, 9921.0, 9960.0, 9913.0, 9920.0, 9899.0, 9906.0, 9897.0, 9925.0, 9885.0, 9904.0, 9885.0, 9906.0, 9886.0, 9929.0, 9905.0, 9899.0, 9909.0, 9917.0, 9934.0, 9964.0, 9939.0, 9976.0, 9948.0, 9929.0, 9921.0, 9888.0, 9926.0, 9928.0, 9888.0, 9926.0, 9884.0, 9930.0, 9911.0, 9941.0, 9916.0, 9949.0, 9913.0, 9944.0, 9915.0, 9938.0, 9888.0, 9962.0, 9950.0, 9909.0, 9981.0, 9937.0, 9915.0, 9941.0, 9881.0, 9909.0, 9874.0, 9930.0, 9867.0, 9910.0, 9849.0, 9867.0, 9873.0, 9896.0, 9880.0, 9889.0, 9877.0, 9889.0, 9880.0, 9895.0, 9906.0, 9979.0, 9968.0, 9971.0, 9913.0, 9910.0, 9920.0, 9916.0, 9948.0, 9949.0, 9911.0, 9936.0, 9916.0, 9933.0, 9910.0, 9945.0, 9954.0, 9924.0, 9951.0, 9945.0, 9941.0, 9931.0, 9935.0, 9916.0, 9940.0, 9877.0, 9900.0, 9861.0, 9889.0, 9850.0, 9861.0, 9855.0, 9897.0, 9862.0, 9864.0, 9848.0, 9856.0, 9852.0, 9875.0, 9888.0, 9878.0, 9890.0, 9883.0, 9881.0, 9901.0, 9920.0, 9929.0, 9891.0, 9923.0, 9910.0, 9966.0, 9972.0, 9976.0, 9980.0, 9942.0, 9989.0, 9930.0, 9937.0, 9962.0, 9936.0, 9951.0, 9923.0, 9965.0, 9941.0, 9947.0, 9939.0, 9946.0, 9941.0, 9964.0, 9921.0, 9963.0, 9922.0, 9947.0, 9922.0, 9963.0, 9916.0, 9967.0, 9971.0, 9962.0, 9955.0, 9999.0, 9988.0, 9955.0, 9970.0, 10012.0, 9985.0, 10030.0, 9975.0, 10024.0, 9989.0, 9947.0, 9953.0, 9943.0, 9957.0, 9970.0, 9919.0, 9959.0, 9901.0, 9949.0, 9952.0, 9930.0, 9951.0, 9909.0, 9933.0, 9901.0, 9947.0, 9925.0, 9930.0, 9919.0, 9904.0, 9921.0, 9859.0, 9887.0, 9894.0, 9877.0, 9881.0, 9858.0, 9879.0, 9859.0, 9881.0, 9885.0, 9886.0, 9929.0, 9906.0, 9947.0, 9936.0, 9942.0, 9972.0, 9946.0, 9947.0, 9943.0, 9958.0, 9969.0, 9962.0, 10010.0, 9953.0, 9978.0, 9921.0, 9943.0, 9913.0, 9939.0, 9891.0, 9938.0, 9901.0, 9924.0, 9924.0, 9952.0, 9937.0, 9966.0, 9916.0, 9944.0, 9898.0, 9947.0, 9925.0, 9980.0, 9939.0, 9969.0, 9925.0, 9954.0, 9925.0, 10002.0, 9946.0, 9975.0, 9946.0, 9961.0, 9940.0, 10001.0, 9948.0, 9979.0, 9951.0, 9981.0, 9983.0, 9972.0, 9981.0, 9959.0, 9972.0, 9962.0, 9954.0, 9975.0, 9983.0, 9958.0, 9938.0, 9947.0, 9917.0, 9934.0, 9969.0, 9978.0, 9935.0, 9985.0, 9969.0, 9968.0, 9926.0, 9955.0, 9974.0, 9959.0, 9996.0, 9953.0, 9973.0, 9961.0, 9925.0, 9975.0, 9936.0, 9939.0, 9875.0, 9919.0, 9922.0, 9908.0, 9946.0, 9903.0, 9905.0, 9924.0, 9900.0, 9929.0, 9919.0, 9944.0, 9915.0, 9942.0, 9904.0, 9966.0, 9916.0, 9965.0, 9926.0, 9957.0, 9959.0, 9966.0, 9943.0, 9965.0, 9938.0, 9986.0, 9959.0, 9976.0, 9941.0, 9960.0, 9951.0, 9993.0, 9970.0, 9962.0, 9945.0, 9945.0, 9907.0, 9942.0, 9884.0, 9914.0, 9868.0, 9895.0, 9871.0, 9915.0, 9893.0, 9921.0, 9898.0, 9941.0, 9878.0, 9941.0, 9896.0, 9941.0, 9901.0, 9954.0, 9927.0, 9959.0, 9946.0, 9938.0, 9986.0, 9952.0, 9987.0, 9963.0, 9986.0, 9970.0, 9920.0, 9954.0, 9953.0, 9931.0, 9950.0, 9917.0, 9959.0, 9948.0, 9928.0, 9955.0, 9919.0, 9956.0, 9924.0, 9944.0, 9889.0, 9914.0, 9894.0, 9936.0, 9925.0, 9968.0, 9932.0, 9954.0, 9916.0, 9993.0, 9929.0, 9964.0, 9894.0, 9944.0, 9884.0, 9908.0, 9865.0, 9913.0, 9871.0, 9917.0, 9919.0, 9897.0, 9916.0, 9883.0, 9935.0, 9944.0, 9971.0, 9950.0, 9938.0, 9958.0, 9935.0, 9923.0, 9934.0, 9951.0, 9912.0, 9925.0, 9918.0, 9970.0, 9917.0, 9946.0, 9893.0, 9962.0, 9945.0, 9980.0, 9935.0, 9930.0, 9900.0, 9906.0, 9879.0, 9878.0, 9886.0, 9853.0, 9891.0, 9870.0, 9876.0, 9851.0, 9843.0, 9875.0, 9875.0, 9883.0, 9863.0, 9860.0, 9915.0, 9910.0, 9926.0, 9913.0, 9935.0, 9974.0, 9947.0, 9902.0, 9916.0, 9910.0, 9910.0, 9921.0, 9916.0, 9902.0, 9890.0, 9901.0, 9913.0, 9861.0, 9899.0, 9875.0, 9906.0, 9885.0, 9889.0, 9889.0, 9909.0, 9888.0, 9916.0, 9892.0, 9941.0, 9955.0, 9946.0, 9918.0, 9955.0, 9923.0, 9941.0, 9938.0, 9951.0, 9953.0, 9925.0, 9967.0, 9942.0, 9997.0, 9981.0, 9944.0, 9971.0, 9938.0, 9987.0, 9980.0, 10001.0, 9949.0, 9997.0, 9949.0, 9987.0, 9943.0, 9979.0, 9962.0, 9987.0, 9954.0, 9943.0, 9935.0, 9955.0, 9953.0, 9935.0, 9957.0, 9925.0, 9950.0, 9902.0, 9939.0, 9921.0, 9953.0, 9933.0, 9980.0, 9946.0, 9883.0, 9921.0, 9895.0, 9924.0, 9949.0, 9983.0, 9926.0, 9947.0, 9903.0, 9930.0, 9881.0, 9930.0, 9938.0, 9938.0, 9905.0, 9934.0, 9949.0, 9976.0, 9937.0, 9950.0, 9923.0, 9982.0, 9929.0, 10006.0, 9890.0, 9953.0, 9925.0, 9941.0, 9978.0, 10031.0, 10050.0, 9983.0, 10068.0, 9997.0, 10027.0, 9989.0, 9995.0, 9952.0, 9915.0, 9922.0, 9932.0, 9950.0, 9955.0, 9891.0, 9931.0, 9906.0, 9936.0, 9907.0, 9951.0, 9901.0, 9968.0, 9945.0, 9909.0, 9951.0, 9915.0, 9860.0, 9883.0, 9880.0, 9882.0, 9946.0, 9907.0, 9956.0, 9948.0, 9896.0, 9885.0, 9895.0, 9877.0, 9892.0, 9859.0, 9919.0, 9903.0, 9908.0, 9896.0, 9886.0, 9880.0, 9889.0, 9885.0, 9907.0, 9904.0, 9910.0, 9909.0, 9922.0, 9925.0, 9942.0, 9919.0, 9939.0, 9914.0, 9934.0, 9936.0, 9961.0, 9953.0, 9994.0, 9963.0, 10000.0, 9981.0, 9981.0, 9959.0, 9981.0, 9983.0, 9968.0, 10050.0, 9968.0, 10015.0, 9991.0, 9986.0, 10009.0, 10041.0, 10011.0, 10027.0, 9998.0, 9998.0, 9929.0, 9952.0, 9911.0, 9929.0, 9909.0, 9911.0, 9923.0, 9894.0, 9893.0, 9898.0, 9886.0, 9895.0, 9886.0, 9851.0, 9886.0, 9868.0, 9817.0, 9825.0, 9832.0, 9838.0, 9866.0, 9884.0, 9883.0, 9868.0, 9833.0, 9868.0, 9850.0, 9862.0, 9900.0, 9897.0, 9919.0, 9888.0, 9914.0, 9890.0, 9928.0, 9905.0, 9905.0, 9957.0, 9922.0, 9938.0, 9911.0, 9912.0, 9871.0, 9905.0, 9890.0, 9914.0, 9913.0, 9939.0, 9937.0, 9933.0, 9932.0, 9879.0, 9905.0, 9857.0, 9900.0, 9864.0, 9867.0, 9872.0, 9862.0, 9872.0, 9853.0, 9885.0, 9867.0, 9889.0, 9873.0, 9877.0, 9872.0, 9871.0, 9870.0, 9857.0, 9892.0, 9902.0, 9894.0, 9906.0, 9905.0, 9935.0, 9929.0, 9960.0, 9938.0, 9957.0, 9958.0, 9951.0, 9949.0, 9959.0, 9988.0, 9939.0, 9969.0, 9935.0, 9931.0, 9970.0, 9946.0, 9967.0, 9961.0, 9984.0, 9947.0, 9962.0, 9919.0, 9880.0, 9904.0, 9906.0, 9933.0, 9898.0, 9908.0, 9887.0, 9944.0, 9924.0, 9912.0, 9919.0, 9932.0, 9989.0, 9942.0, 9889.0, 9941.0, 9889.0, 9914.0, 9867.0, 9906.0, 9860.0, 9887.0, 9897.0, 9867.0, 9831.0, 9867.0, 9841.0, 9873.0, 9858.0, 9882.0, 9875.0, 9904.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.001833022988505747</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04837440172413793</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.732124052082824</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.237907715512083</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0043574263406234</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4611</td></tr>
|
|
<tr><td colspan=3>fber</td><td>9138.3662</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.20478367913303971</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>316</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>36.32183908045977</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.412781671307876</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.332810489836009</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.514090121877602</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3914444022100168</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0205047</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0021781297400593758</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027483602985739708</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.250265666595039</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>24.716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7389</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.7416</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300567.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>690.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.463</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.846</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.5355</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3747.4279</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3957.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75977.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1495.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4794.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.9945</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.75021631224081</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> |