=== 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-0084 --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-0084",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0084_ses-01_task-social_acq-mb8_run-03_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-0084_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-03_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-0084/ses-01/func/sub-0084_ses-01_task-social_acq-mb8_run-03_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>c2d4aba795bb2563821996ffb90eb922</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>12:55:26.667500</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.99914, 0.0310373, 0.0274781, -0.0301774, 0.999058, -0.0311755]</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-03_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.108179</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7737, -7252, 538, -72, -279, 127, 73]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>282.93</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d9e6375f-828f-498f-aba5-b300398996f2||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.6806206703186035, -0.08096378296613693, 0.07673351466655731, 115.5253677368164], [-0.08327092230319977, 2.6804003715515137, -0.08186262100934982, -88.57644653320312], [0.07372171431779861, 0.08364159613847733, 2.6976675987243652, -78.37476348876953], [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': ['125526.667500', '125527.127500', '125527.587500', '125528.047500', '125528.507500', '125528.967500', '125529.427500', '125529.887500', '125530.347500', '125530.807500', '125531.267500', '125531.727500', '125532.187500', '125532.647500', '125533.107500', '125533.567500', '125534.027500', '125534.487500', '125534.947500', '125535.407500', '125535.867500', '125536.327500', '125536.787500', '125537.247500', '125537.707500', '125538.167500', '125538.627500', '125539.087500', '125539.547500', '125540.007500', '125540.467500', '125540.927500', '125541.387500', '125541.847500', '125542.307500', '125542.767500', '125543.227500', '125543.687500', '125544.147500', '125544.607500', '125545.067500', '125545.527500', '125545.987500', '125546.447500', '125546.907500', '125547.367500', '125547.827500', '125548.287500', '125548.747500', '125549.207500', '125549.667500', '125550.127500', '125550.587500', '125551.047500', '125551.507500', '125551.967500', '125552.427500', '125552.887500', '125553.347500', '125553.807500', '125554.267500', '125554.727500', '125555.187500', '125555.647500', '125556.107500', '125556.567500', '125557.027500', '125557.487500', '125557.947500', '125558.407500', '125558.867500', '125559.327500', '125559.787500', '125600.247500', '125600.707500', '125601.167500', '125601.627500', '125602.087500', '125602.547500', '125603.007500', '125603.467500', '125603.927500', '125604.387500', '125604.847500', '125605.307500', '125605.767500', '125606.227500', '125606.687500', '125607.147500', '125607.607500', '125608.067500', '125608.527500', '125608.987500', '125609.447500', '125609.907500', '125610.367500', '125610.827500', '125611.287500', '125611.747500', '125612.207500', '125612.667500', '125613.127500', '125613.587500', '125614.047500', '125614.507500', '125614.967500', '125615.427500', '125615.887500', '125616.347500', '125616.807500', '125617.267500', '125617.727500', '125618.187500', '125618.647500', '125619.107500', '125619.567500', '125620.027500', '125620.487500', '125620.947500', '125621.407500', '125621.867500', '125622.327500', '125622.787500', '125623.247500', '125623.707500', '125624.167500', '125624.627500', '125625.087500', '125625.547500', '125626.007500', '125626.467500', '125626.927500', '125627.387500', '125627.847500', '125628.307500', '125628.767500', '125629.227500', '125629.687500', '125630.147500', '125630.607500', '125631.067500', '125631.527500', '125631.987500', '125632.447500', '125632.907500', '125633.367500', '125633.827500', '125634.287500', '125634.747500', '125635.207500', '125635.667500', '125636.127500', '125636.587500', '125637.047500', '125637.507500', '125637.967500', '125638.427500', '125638.887500', '125639.347500', '125639.807500', '125640.267500', '125640.727500', '125641.187500', '125641.647500', '125642.107500', '125642.567500', '125643.027500', '125643.487500', '125643.947500', '125644.407500', '125644.867500', '125645.327500', '125645.787500', '125646.247500', '125646.707500', '125647.167500', '125647.627500', '125648.087500', '125648.547500', '125649.007500', '125649.467500', '125649.927500', '125650.387500', '125650.847500', '125651.307500', '125651.767500', '125652.227500', '125652.687500', '125653.147500', '125653.607500', '125654.067500', '125654.527500', '125654.987500', '125655.447500', '125655.907500', '125656.367500', '125656.827500', '125657.287500', '125657.747500', '125658.207500', '125658.667500', '125659.127500', '125659.587500', '125700.047500', '125700.507500', '125700.967500', '125701.427500', '125701.887500', '125702.347500', '125702.807500', '125703.267500', '125703.727500', '125704.187500', '125704.647500', '125705.107500', '125705.567500', '125706.027500', '125706.487500', '125706.947500', '125707.407500', '125707.867500', '125708.327500', '125708.787500', '125709.247500', '125709.707500', '125710.167500', '125710.627500', '125711.087500', '125711.547500', '125712.007500', '125712.467500', '125712.927500', '125713.387500', '125713.847500', '125714.307500', '125714.767500', '125715.227500', '125715.687500', '125716.147500', '125716.607500', '125717.067500', '125717.527500', '125717.987500', '125718.447500', '125718.907500', '125719.367500', '125719.827500', '125720.287500', '125720.747500', '125721.207500', '125721.667500', '125722.127500', '125722.587500', '125723.047500', '125723.507500', '125723.967500', '125724.427500', '125724.887500', '125725.347500', '125725.807500', '125726.267500', '125726.727500', '125727.187500', '125727.647500', '125728.107500', '125728.567500', '125729.027500', '125729.487500', '125729.947500', '125730.407500', '125730.867500', '125731.327500', '125731.787500', '125732.247500', '125732.707500', '125733.167500', '125733.627500', '125734.087500', '125734.547500', '125735.007500', '125735.467500', '125735.927500', '125736.387500', '125736.847500', '125737.307500', '125737.767500', '125738.227500', '125738.687500', '125739.147500', '125739.607500', '125740.067500', '125740.527500', '125740.987500', '125741.447500', '125741.907500', '125742.367500', '125742.827500', '125743.287500', '125743.747500', '125744.207500', '125744.667500', '125745.127500', '125745.587500', '125746.047500', '125746.507500', '125746.967500', '125747.427500', '125747.887500', '125748.347500', '125748.807500', '125749.267500', '125749.727500', '125750.187500', '125750.647500', '125751.107500', '125751.567500', '125752.027500', '125752.487500', '125752.947500', '125753.407500', '125753.867500', '125754.327500', '125754.787500', '125755.247500', '125755.707500', '125756.167500', '125756.627500', '125757.087500', '125757.547500', '125758.007500', '125758.467500', '125758.927500', '125759.387500', '125759.847500', '125800.307500', '125800.767500', '125801.227500', '125801.687500', '125802.147500', '125802.607500', '125803.067500', '125803.527500', '125803.987500', '125804.447500', '125804.907500', '125805.367500', '125805.827500', '125806.287500', '125806.747500', '125807.207500', '125807.667500', '125808.127500', '125808.587500', '125809.047500', '125809.507500', '125809.967500', '125810.427500', '125810.887500', '125811.347500', '125811.807500', '125812.267500', '125812.727500', '125813.187500', '125813.647500', '125814.107500', '125814.567500', '125815.027500', '125815.487500', '125815.947500', '125816.407500', '125816.867500', '125817.327500', '125817.787500', '125818.247500', '125818.707500', '125819.167500', '125819.627500', '125820.087500', '125820.547500', '125821.007500', '125821.467500', '125821.927500', '125822.387500', '125822.847500', '125823.307500', '125823.767500', '125824.227500', '125824.687500', '125825.147500', '125825.607500', '125826.067500', '125826.527500', '125826.987500', '125827.447500', '125827.907500', '125828.367500', '125828.827500', '125829.287500', '125829.747500', '125830.207500', '125830.667500', '125831.127500', '125831.587500', '125832.047500', '125832.507500', '125832.967500', '125833.427500', '125833.887500', '125834.347500', '125834.807500', '125835.267500', '125835.727500', '125836.187500', '125836.647500', '125837.107500', '125837.567500', '125838.027500', '125838.487500', '125838.947500', '125839.407500', '125839.867500', '125840.327500', '125840.787500', '125841.247500', '125841.707500', '125842.167500', '125842.627500', '125843.087500', '125843.547500', '125844.007500', '125844.467500', '125844.927500', '125845.387500', '125845.847500', '125846.307500', '125846.767500', '125847.227500', '125847.687500', '125848.147500', '125848.607500', '125849.067500', '125849.527500', '125849.987500', '125850.447500', '125850.907500', '125851.367500', '125851.827500', '125852.287500', '125852.747500', '125853.207500', '125853.667500', '125854.127500', '125854.587500', '125855.047500', '125855.507500', '125855.967500', '125856.427500', '125856.887500', '125857.347500', '125857.807500', '125858.267500', '125858.727500', '125859.187500', '125859.647500', '125900.107500', '125900.567500', '125901.027500', '125901.487500', '125901.947500', '125902.407500', '125902.867500', '125903.327500', '125903.787500', '125904.247500', '125904.707500', '125905.167500', '125905.627500', '125906.087500', '125906.547500', '125907.007500', '125907.467500', '125907.927500', '125908.387500', '125908.847500', '125909.307500', '125909.767500', '125910.227500', '125910.687500', '125911.147500', '125911.607500', '125912.067500', '125912.527500', '125912.987500', '125913.447500', '125913.907500', '125914.367500', '125914.827500', '125915.287500', '125915.747500', '125916.207500', '125916.667500', '125917.127500', '125917.587500', '125918.047500', '125918.507500', '125918.967500', '125919.427500', '125919.887500', '125920.347500', '125920.807500', '125921.267500', '125921.727500', '125922.187500', '125922.647500', '125923.107500', '125923.567500', '125924.027500', '125924.487500', '125924.947500', '125925.407500', '125925.867500', '125926.327500', '125926.787500', '125927.247500', '125927.707500', '125928.167500', '125928.627500', '125929.087500', '125929.547500', '125930.007500', '125930.467500', '125930.927500', '125931.387500', '125931.847500', '125932.307500', '125932.767500', '125933.227500', '125933.687500', '125934.147500', '125934.607500', '125935.067500', '125935.527500', '125935.987500', '125936.447500', '125936.907500', '125937.367500', '125937.827500', '125938.287500', '125938.747500', '125939.207500', '125939.667500', '125940.127500', '125940.587500', '125941.047500', '125941.507500', '125941.967500', '125942.427500', '125942.887500', '125943.347500', '125943.807500', '125944.267500', '125944.727500', '125945.187500', '125945.647500', '125946.107500', '125946.567500', '125947.027500', '125947.487500', '125947.947500', '125948.407500', '125948.867500', '125949.327500', '125949.787500', '125950.247500', '125950.707500', '125951.167500', '125951.627500', '125952.087500', '125952.547500', '125953.007500', '125953.467500', '125953.927500', '125954.387500', '125954.847500', '125955.307500', '125955.767500', '125956.227500', '125956.687500', '125957.147500', '125957.607500', '125958.067500', '125958.527500', '125958.987500', '125959.447500', '125959.907500', '130000.367500', '130000.827500', '130001.287500', '130001.747500', '130002.207500', '130002.667500', '130003.127500', '130003.587500', '130004.047500', '130004.507500', '130004.967500', '130005.427500', '130005.887500', '130006.347500', '130006.807500', '130007.267500', '130007.727500', '130008.187500', '130008.647500', '130009.107500', '130009.567500', '130010.027500', '130010.487500', '130010.947500', '130011.407500', '130011.867500', '130012.327500', '130012.787500', '130013.247500', '130013.707500', '130014.167500', '130014.627500', '130015.087500', '130015.547500', '130016.007500', '130016.467500', '130016.927500', '130017.387500', '130017.847500', '130018.307500', '130018.767500', '130019.227500', '130019.687500', '130020.147500', '130020.607500', '130021.067500', '130021.527500', '130021.987500', '130022.447500', '130022.907500', '130023.367500', '130023.827500', '130024.287500', '130024.747500', '130025.207500', '130025.667500', '130026.127500', '130026.587500', '130027.047500', '130027.507500', '130027.967500', '130028.427500', '130028.887500', '130029.347500', '130029.807500', '130030.267500', '130030.727500', '130031.187500', '130031.647500', '130032.107500', '130032.567500', '130033.027500', '130033.487500', '130033.947500', '130034.407500', '130034.867500', '130035.327500', '130035.787500', '130036.247500', '130036.707500', '130037.167500', '130037.627500', '130038.087500', '130038.547500', '130039.007500', '130039.467500', '130039.927500', '130040.387500', '130040.847500', '130041.307500', '130041.767500', '130042.227500', '130042.687500', '130043.147500', '130043.607500', '130044.067500', '130044.527500', '130044.987500', '130045.447500', '130045.907500', '130046.367500', '130046.827500', '130047.287500', '130047.747500', '130048.207500', '130048.667500', '130049.127500', '130049.587500', '130050.047500', '130050.507500', '130050.967500', '130051.427500', '130051.887500', '130052.347500', '130052.807500', '130053.267500', '130053.727500', '130054.187500', '130054.647500', '130055.107500', '130055.567500', '130056.027500', '130056.487500', '130056.947500', '130057.407500', '130057.867500', '130058.327500', '130058.787500', '130059.247500', '130059.707500', '130100.167500', '130100.627500', '130101.087500', '130101.547500', '130102.007500', '130102.467500', '130102.927500', '130103.387500', '130103.847500', '130104.307500', '130104.767500', '130105.227500', '130105.687500', '130106.147500', '130106.607500', '130107.067500', '130107.527500', '130107.987500', '130108.447500', '130108.907500', '130109.367500', '130109.827500', '130110.287500', '130110.747500', '130111.207500', '130111.667500', '130112.127500', '130112.587500', '130113.047500', '130113.507500', '130113.967500', '130114.427500', '130114.887500', '130115.347500', '130115.807500', '130116.267500', '130116.727500', '130117.187500', '130117.647500', '130118.107500', '130118.567500', '130119.027500', '130119.487500', '130119.947500', '130120.407500', '130120.867500', '130121.327500', '130121.787500', '130122.247500', '130122.707500', '130123.167500', '130123.627500', '130124.087500', '130124.547500', '130125.007500', '130125.467500', '130125.927500', '130126.387500', '130126.847500', '130127.307500', '130127.767500', '130128.227500', '130128.687500', '130129.147500', '130129.607500', '130130.067500', '130130.527500', '130130.987500', '130131.447500', '130131.907500', '130132.367500', '130132.827500', '130133.287500', '130133.747500', '130134.207500', '130134.667500', '130135.127500', '130135.587500', '130136.047500', '130136.507500', '130136.967500', '130137.427500', '130137.887500', '130138.347500', '130138.807500', '130139.267500', '130139.727500', '130140.187500', '130140.647500', '130141.107500', '130141.567500', '130142.027500', '130142.487500', '130142.947500', '130143.407500', '130143.867500', '130144.327500', '130144.787500', '130145.247500', '130145.707500', '130146.167500', '130146.627500', '130147.087500', '130147.547500', '130148.007500', '130148.467500', '130148.927500', '130149.387500', '130149.847500', '130150.307500', '130150.767500', '130151.227500', '130151.687500', '130152.147500', '130152.607500', '130153.067500', '130153.527500', '130153.987500', '130154.447500', '130154.907500', '130155.367500', '130155.827500', '130156.287500', '130156.747500', '130157.207500', '130157.667500', '130158.127500', '130158.587500', '130159.047500', '130159.507500', '130159.967500', '130200.427500', '130200.887500', '130201.347500', '130201.807500', '130202.267500', '130202.727500', '130203.187500', '130203.647500', '130204.107500', '130204.567500', '130205.027500', '130205.487500', '130205.947500', '130206.407500', '130206.867500', '130207.327500'], 'ContentTime': ['125556.732000', '125556.735000', '125556.738000', '125556.746000', '125556.749000', '125556.752000', '125556.754000', '125556.757000', '125556.759000', '125556.762000', '125556.765000', '125556.767000', '125556.770000', '125556.773000', '125556.775000', '125556.778000', '125556.780000', '125556.783000', '125556.786000', '125556.790000', '125556.792000', '125556.795000', '125556.798000', '125556.800000', '125556.803000', '125556.806000', '125556.808000', '125556.811000', '125556.813000', '125556.816000', '125556.819000', '125556.821000', '125556.824000', '125556.827000', '125556.829000', '125556.832000', '125556.834000', '125556.837000', '125556.840000', '125556.842000', '125556.845000', '125556.859000', '125556.861000', '125556.864000', '125556.867000', '125556.869000', '125556.872000', '125556.874000', '125556.877000', '125556.880000', '125556.882000', '125556.885000', '125556.888000', '125556.890000', '125556.893000', '125556.901000', '125556.903000', '125556.906000', '125556.908000', '125556.911000', '125556.913000', '125556.916000', '125616.704000', '125616.707000', '125616.710000', '125616.713000', '125616.716000', '125616.719000', '125616.722000', '125616.724000', '125616.727000', '125616.729000', '125616.732000', '125616.734000', '125616.737000', '125616.740000', '125616.742000', '125616.745000', '125616.747000', '125616.750000', '125616.752000', '125616.755000', '125616.757000', '125616.760000', '125616.763000', '125616.765000', '125616.768000', '125616.770000', '125616.773000', '125616.775000', '125616.778000', '125616.780000', '125616.783000', '125616.785000', '125616.788000', '125616.791000', '125616.793000', '125616.796000', '125616.798000', '125616.801000', '125616.803000', '125616.806000', '125616.809000', '125616.811000', '125616.814000', '125636.704000', '125636.707000', '125636.710000', '125636.712000', '125636.715000', '125636.718000', '125636.720000', '125636.723000', '125636.725000', '125636.728000', '125636.731000', '125636.733000', '125636.736000', '125636.738000', '125636.741000', '125636.743000', '125636.746000', '125636.749000', '125636.751000', '125636.754000', '125636.756000', '125636.759000', '125636.761000', '125636.764000', '125636.767000', '125636.769000', '125636.772000', '125636.774000', '125636.777000', '125636.780000', '125636.782000', '125636.785000', '125636.787000', '125636.790000', '125636.792000', '125636.795000', '125636.798000', '125636.800000', '125636.803000', '125636.805000', '125636.808000', '125636.811000', '125636.813000', '125636.816000', '125656.703000', '125656.706000', '125656.709000', '125656.711000', '125656.714000', '125656.721000', '125656.724000', '125656.727000', '125656.729000', '125656.732000', '125656.735000', '125656.737000', '125656.740000', '125656.742000', '125656.745000', '125656.747000', '125656.750000', '125656.752000', '125656.755000', '125656.757000', '125656.760000', '125656.763000', '125656.765000', '125656.768000', '125656.770000', '125656.773000', '125656.775000', '125656.778000', '125656.780000', '125656.783000', '125656.786000', '125656.788000', '125656.791000', '125656.793000', '125656.796000', '125656.799000', '125656.801000', '125656.804000', '125656.806000', '125656.809000', '125656.811000', '125656.814000', '125656.817000', '125656.819000', '125716.703000', '125716.706000', '125716.709000', '125716.711000', '125716.714000', '125716.717000', '125716.719000', '125716.722000', '125716.724000', '125716.727000', '125716.730000', '125716.732000', '125716.735000', '125716.737000', '125716.770000', '125716.773000', '125716.775000', '125716.778000', '125716.780000', '125716.783000', '125716.786000', '125716.788000', '125716.791000', '125716.793000', '125716.796000', '125716.798000', '125716.801000', '125716.803000', '125716.806000', '125716.809000', '125716.811000', '125716.814000', '125716.816000', '125716.819000', '125716.821000', '125716.824000', '125716.827000', '125716.829000', '125716.832000', '125716.834000', '125716.837000', '125716.840000', '125716.842000', '125736.704000', '125736.707000', '125736.710000', '125736.712000', '125736.715000', '125736.717000', '125736.720000', '125736.723000', '125736.725000', '125736.728000', '125736.730000', '125736.733000', '125736.735000', '125736.743000', '125736.745000', '125736.748000', '125736.750000', '125736.753000', '125736.765000', '125736.768000', '125736.770000', '125736.773000', '125736.775000', '125736.778000', '125736.780000', '125736.783000', '125736.785000', '125736.788000', '125736.791000', '125736.793000', '125736.796000', '125736.799000', '125736.801000', '125736.804000', '125736.806000', '125736.809000', '125736.811000', '125736.814000', '125736.817000', '125736.819000', '125736.822000', '125736.824000', '125736.827000', '125736.829000', '125756.705000', '125756.707000', '125756.710000', '125756.713000', '125756.715000', '125756.718000', '125756.720000', '125756.723000', '125756.725000', '125756.728000', '125756.731000', '125756.733000', '125756.736000', '125756.738000', '125756.741000', '125756.743000', '125756.746000', '125756.749000', '125756.751000', '125756.754000', '125756.756000', '125756.759000', '125756.761000', '125756.764000', '125756.767000', '125756.769000', '125756.772000', '125756.774000', '125756.777000', '125756.779000', '125756.782000', '125756.785000', '125756.787000', '125756.790000', '125756.792000', '125756.795000', '125756.797000', '125756.800000', '125756.802000', '125756.805000', '125756.808000', '125756.810000', '125756.813000', '125816.705000', '125816.707000', '125816.710000', '125816.713000', '125816.715000', '125816.718000', '125816.720000', '125816.725000', '125816.727000', '125816.730000', '125816.733000', '125816.735000', '125816.738000', '125816.741000', '125816.743000', '125816.746000', '125816.748000', '125816.751000', '125816.754000', '125816.756000', '125816.759000', '125816.762000', '125816.764000', '125816.767000', '125816.769000', '125816.772000', '125816.775000', '125816.777000', '125816.780000', '125816.783000', '125816.785000', '125816.788000', '125816.790000', '125816.793000', '125816.796000', '125816.798000', '125816.801000', '125816.803000', '125816.806000', '125816.808000', '125816.811000', '125816.813000', '125816.816000', '125816.819000', '125836.704000', '125836.707000', '125836.710000', '125836.713000', '125836.715000', '125836.718000', '125836.720000', '125836.723000', '125836.726000', '125836.728000', '125836.731000', '125836.733000', '125836.736000', '125836.739000', '125836.741000', '125836.744000', '125836.746000', '125836.749000', '125836.752000', '125836.754000', '125836.757000', '125836.759000', '125836.762000', '125836.765000', '125836.767000', '125836.770000', '125836.772000', '125836.775000', '125836.777000', '125836.780000', '125836.783000', '125836.785000', '125836.788000', '125836.790000', '125836.793000', '125836.795000', '125836.798000', '125836.801000', '125836.803000', '125836.806000', '125836.808000', '125836.811000', '125836.813000', '125856.705000', '125856.708000', '125856.710000', '125856.713000', '125856.716000', '125856.718000', '125856.721000', '125856.723000', '125856.726000', '125856.729000', '125856.732000', '125856.734000', '125856.737000', '125856.739000', '125856.742000', '125856.745000', '125856.747000', '125856.750000', '125856.752000', '125856.755000', '125856.763000', '125856.766000', '125856.768000', '125856.771000', '125856.773000', '125856.776000', '125856.778000', '125856.781000', '125856.784000', '125856.786000', '125856.789000', '125856.792000', '125856.794000', '125856.797000', '125856.799000', '125856.802000', '125856.805000', '125856.807000', '125856.810000', '125856.812000', '125856.815000', '125856.817000', '125856.820000', '125856.823000', '125916.703000', '125916.706000', '125916.709000', '125916.712000', '125916.714000', '125916.717000', '125916.719000', '125916.722000', '125916.725000', '125916.727000', '125916.730000', '125916.733000', '125916.735000', '125916.738000', '125916.740000', '125916.743000', '125916.745000', '125916.748000', '125916.751000', '125916.753000', '125916.756000', '125916.758000', '125916.761000', '125916.763000', '125916.766000', '125916.768000', '125916.771000', '125916.774000', '125916.777000', '125916.779000', '125916.782000', '125916.785000', '125916.787000', '125916.790000', '125916.793000', '125916.795000', '125916.798000', '125916.800000', '125916.803000', '125916.805000', '125916.808000', '125916.811000', '125916.813000', '125936.703000', '125936.706000', '125936.709000', '125936.712000', '125936.714000', '125936.717000', '125936.719000', '125936.722000', '125936.725000', '125936.727000', '125936.730000', '125936.733000', '125936.735000', '125936.738000', '125936.740000', '125936.743000', '125936.746000', '125936.749000', '125936.751000', '125936.754000', '125936.756000', '125936.759000', '125936.761000', '125936.764000', '125936.767000', '125936.769000', '125936.772000', '125936.775000', '125936.777000', '125936.780000', '125936.782000', '125936.785000', '125936.787000', '125936.790000', '125936.792000', '125936.795000', '125936.798000', '125936.800000', '125936.803000', '125936.805000', '125936.808000', '125936.811000', '125936.813000', '125936.816000', '125956.704000', '125956.707000', '125956.710000', '125956.712000', '125956.715000', '125956.718000', '125956.720000', '125956.723000', '125956.725000', '125956.728000', '125956.731000', '125956.733000', '125956.736000', '125956.739000', '125956.741000', '125956.744000', '125956.747000', '125956.749000', '125956.752000', '125956.754000', '125956.757000', '125956.760000', '125956.762000', '125956.765000', '125956.767000', '125956.770000', '125956.773000', '125956.775000', '125956.778000', '125956.781000', '125956.783000', '125956.786000', '125956.789000', '125956.791000', '125956.794000', '125956.796000', '125956.799000', '125956.802000', '125956.804000', '125956.807000', '125956.809000', '125956.812000', '125956.815000', '130016.705000', '130016.707000', '130016.710000', '130016.713000', '130016.716000', '130016.720000', '130016.723000', '130016.725000', '130016.728000', '130016.731000', '130016.733000', '130016.736000', '130016.739000', '130016.741000', '130016.744000', '130016.746000', '130016.749000', '130016.752000', '130016.754000', '130016.757000', '130016.760000', '130016.762000', '130016.765000', '130016.768000', '130016.770000', '130016.773000', '130016.776000', '130016.779000', '130016.782000', '130016.784000', '130016.787000', '130016.790000', '130016.792000', '130016.795000', '130016.797000', '130016.800000', '130016.802000', '130016.805000', '130016.808000', '130016.810000', '130016.813000', '130016.815000', '130016.818000', '130016.821000', '130036.704000', '130036.707000', '130036.710000', '130036.712000', '130036.715000', '130036.718000', '130036.720000', '130036.723000', '130036.726000', '130036.728000', '130036.731000', '130036.734000', '130036.736000', '130036.739000', '130036.742000', '130036.744000', '130036.747000', '130036.749000', '130036.752000', '130036.755000', '130036.757000', '130036.760000', '130036.762000', '130036.765000', '130036.778000', '130036.780000', '130036.783000', '130036.785000', '130036.788000', '130036.791000', '130036.793000', '130036.796000', '130036.798000', '130036.801000', '130036.804000', '130036.806000', '130036.809000', '130036.811000', '130036.814000', '130036.817000', '130036.819000', '130036.822000', '130036.825000', '130056.705000', '130056.708000', '130056.710000', '130056.713000', '130056.715000', '130056.718000', '130056.721000', '130056.723000', '130056.726000', '130056.729000', '130056.731000', '130056.734000', '130056.736000', '130056.739000', '130056.742000', '130056.744000', '130056.747000', '130056.750000', '130056.752000', '130056.755000', '130056.757000', '130056.760000', '130056.763000', '130056.765000', '130056.768000', '130056.771000', '130056.773000', '130056.776000', '130056.778000', '130056.781000', '130056.784000', '130056.786000', '130056.789000', '130056.792000', '130056.794000', '130056.797000', '130056.799000', '130056.802000', '130056.805000', '130056.807000', '130056.810000', '130056.813000', '130056.815000', '130056.818000', '130116.704000', '130116.707000', '130116.710000', '130116.713000', '130116.715000', '130116.718000', '130116.720000', '130116.723000', '130116.726000', '130116.728000', '130116.731000', '130116.734000', '130116.736000', '130116.739000', '130116.742000', '130116.744000', '130116.747000', '130116.750000', '130116.752000', '130116.755000', '130116.758000', '130116.760000', '130116.763000', '130116.766000', '130116.768000', '130116.771000', '130116.774000', '130116.776000', '130116.779000', '130116.782000', '130116.784000', '130116.787000', '130116.790000', '130116.792000', '130116.795000', '130116.798000', '130116.800000', '130116.803000', '130116.805000', '130116.808000', '130116.811000', '130116.814000', '130116.816000', '130136.704000', '130136.707000', '130136.709000', '130136.712000', '130136.715000', '130136.717000', '130136.720000', '130136.724000', '130136.727000', '130136.730000', '130136.732000', '130136.735000', '130136.737000', '130136.740000', '130136.743000', '130136.745000', '130136.748000', '130136.750000', '130136.753000', '130136.756000', '130136.758000', '130136.762000', '130136.765000', '130136.768000', '130136.770000', '130136.773000', '130136.775000', '130136.778000', '130136.781000', '130136.783000', '130136.786000', '130136.789000', '130136.792000', '130136.794000', '130136.797000', '130136.799000', '130136.802000', '130136.805000', '130136.807000', '130136.810000', '130136.812000', '130136.815000', '130136.818000', '130156.703000', '130156.706000', '130156.709000', '130156.712000', '130156.714000', '130156.717000', '130156.720000', '130156.722000', '130156.725000', '130156.728000', '130156.730000', '130156.733000', '130156.735000', '130156.738000', '130156.741000', '130156.743000', '130156.746000', '130156.748000', '130156.751000', '130156.754000', '130156.756000', '130156.759000', '130156.762000', '130156.764000', '130156.767000', '130156.770000', '130156.772000', '130156.775000', '130156.778000', '130156.780000', '130156.783000', '130156.785000', '130156.788000', '130156.791000', '130156.793000', '130156.796000', '130156.817000', '130156.819000', '130156.822000', '130156.824000', '130156.827000', '130156.829000', '130156.832000', '130156.834000', '130208.892000', '130208.895000', '130208.898000', '130208.901000', '130208.904000', '130208.906000', '130208.909000', '130208.912000', '130208.915000', '130208.918000', '130208.921000', '130208.924000', '130208.926000', '130208.929000', '130208.932000', '130208.935000', '130208.938000', '130208.941000', '130208.943000', '130208.946000', '130208.949000', '130208.952000', '130208.955000', '130208.958000', '130208.961000', '130208.964000', '130208.966000'], 'InstanceCreationTime': ['125556.732000', '125556.735000', '125556.738000', '125556.746000', '125556.749000', '125556.752000', '125556.754000', '125556.757000', '125556.759000', '125556.762000', '125556.765000', '125556.767000', '125556.770000', '125556.773000', '125556.775000', '125556.778000', '125556.780000', '125556.783000', '125556.786000', '125556.790000', '125556.792000', '125556.795000', '125556.798000', '125556.800000', '125556.803000', '125556.806000', '125556.808000', '125556.811000', '125556.813000', '125556.816000', '125556.819000', '125556.821000', '125556.824000', '125556.827000', '125556.829000', '125556.832000', '125556.834000', '125556.837000', '125556.840000', '125556.842000', '125556.845000', '125556.859000', '125556.861000', '125556.864000', '125556.867000', '125556.869000', '125556.872000', '125556.874000', '125556.877000', '125556.880000', '125556.882000', '125556.885000', '125556.888000', '125556.890000', '125556.893000', '125556.901000', '125556.903000', '125556.906000', '125556.908000', '125556.911000', '125556.913000', '125556.916000', '125616.704000', '125616.707000', '125616.710000', '125616.713000', '125616.716000', '125616.719000', '125616.722000', '125616.724000', '125616.727000', '125616.729000', '125616.732000', '125616.734000', '125616.737000', '125616.740000', '125616.742000', '125616.745000', '125616.747000', '125616.750000', '125616.752000', '125616.755000', '125616.757000', '125616.760000', '125616.763000', '125616.765000', '125616.768000', '125616.770000', '125616.773000', '125616.775000', '125616.778000', '125616.780000', '125616.783000', '125616.785000', '125616.788000', '125616.791000', '125616.793000', '125616.796000', '125616.798000', '125616.801000', '125616.803000', '125616.806000', '125616.809000', '125616.811000', '125616.814000', '125636.704000', '125636.707000', '125636.710000', '125636.712000', '125636.715000', '125636.718000', '125636.720000', '125636.723000', '125636.725000', '125636.728000', '125636.731000', '125636.733000', '125636.736000', '125636.738000', '125636.741000', '125636.743000', '125636.746000', '125636.749000', '125636.751000', '125636.754000', '125636.756000', '125636.759000', '125636.761000', '125636.764000', '125636.767000', '125636.769000', '125636.772000', '125636.774000', '125636.777000', '125636.780000', '125636.782000', '125636.785000', '125636.787000', '125636.790000', '125636.792000', '125636.795000', '125636.798000', '125636.800000', '125636.803000', '125636.805000', '125636.808000', '125636.811000', '125636.813000', '125636.816000', '125656.703000', '125656.706000', '125656.709000', '125656.711000', '125656.714000', '125656.721000', '125656.724000', '125656.727000', '125656.729000', '125656.732000', '125656.735000', '125656.737000', '125656.740000', '125656.742000', '125656.745000', '125656.747000', '125656.750000', '125656.752000', '125656.755000', '125656.757000', '125656.760000', '125656.763000', '125656.765000', '125656.768000', '125656.770000', '125656.773000', '125656.775000', '125656.778000', '125656.780000', '125656.783000', '125656.786000', '125656.788000', '125656.791000', '125656.793000', '125656.796000', '125656.799000', '125656.801000', '125656.804000', '125656.806000', '125656.809000', '125656.811000', '125656.814000', '125656.817000', '125656.819000', '125716.703000', '125716.706000', '125716.709000', '125716.711000', '125716.714000', '125716.717000', '125716.719000', '125716.722000', '125716.724000', '125716.727000', '125716.730000', '125716.732000', '125716.735000', '125716.737000', '125716.770000', '125716.773000', '125716.775000', '125716.778000', '125716.780000', '125716.783000', '125716.786000', '125716.788000', '125716.791000', '125716.793000', '125716.796000', '125716.798000', '125716.801000', '125716.803000', '125716.806000', '125716.809000', '125716.811000', '125716.814000', '125716.816000', '125716.819000', '125716.821000', '125716.824000', '125716.827000', '125716.829000', '125716.832000', '125716.834000', '125716.837000', '125716.840000', '125716.842000', '125736.704000', '125736.707000', '125736.710000', '125736.712000', '125736.715000', '125736.717000', '125736.720000', '125736.723000', '125736.725000', '125736.728000', '125736.730000', '125736.733000', '125736.735000', '125736.743000', '125736.745000', '125736.748000', '125736.750000', '125736.753000', '125736.765000', '125736.768000', '125736.770000', '125736.773000', '125736.775000', '125736.778000', '125736.780000', '125736.783000', '125736.785000', '125736.788000', '125736.791000', '125736.793000', '125736.796000', '125736.799000', '125736.801000', '125736.804000', '125736.806000', '125736.809000', '125736.811000', '125736.814000', '125736.817000', '125736.819000', '125736.822000', '125736.824000', '125736.827000', '125736.829000', '125756.705000', '125756.707000', '125756.710000', '125756.713000', '125756.715000', '125756.718000', '125756.720000', '125756.723000', '125756.725000', '125756.728000', '125756.731000', '125756.733000', '125756.736000', '125756.738000', '125756.741000', '125756.743000', '125756.746000', '125756.749000', '125756.751000', '125756.754000', '125756.756000', '125756.759000', '125756.761000', '125756.764000', '125756.767000', '125756.769000', '125756.772000', '125756.774000', '125756.777000', '125756.779000', '125756.782000', '125756.785000', '125756.787000', '125756.790000', '125756.792000', '125756.795000', '125756.797000', '125756.800000', '125756.802000', '125756.805000', '125756.808000', '125756.810000', '125756.813000', '125816.705000', '125816.707000', '125816.710000', '125816.713000', '125816.715000', '125816.718000', '125816.720000', '125816.725000', '125816.727000', '125816.730000', '125816.733000', '125816.735000', '125816.738000', '125816.741000', '125816.743000', '125816.746000', '125816.748000', '125816.751000', '125816.754000', '125816.756000', '125816.759000', '125816.762000', '125816.764000', '125816.767000', '125816.769000', '125816.772000', '125816.775000', '125816.777000', '125816.780000', '125816.783000', '125816.785000', '125816.788000', '125816.790000', '125816.793000', '125816.796000', '125816.798000', '125816.801000', '125816.803000', '125816.806000', '125816.808000', '125816.811000', '125816.813000', '125816.816000', '125816.819000', '125836.704000', '125836.707000', '125836.710000', '125836.713000', '125836.715000', '125836.718000', '125836.720000', '125836.723000', '125836.726000', '125836.728000', '125836.731000', '125836.733000', '125836.736000', '125836.739000', '125836.741000', '125836.744000', '125836.746000', '125836.749000', '125836.752000', '125836.754000', '125836.757000', '125836.759000', '125836.762000', '125836.765000', '125836.767000', '125836.770000', '125836.772000', '125836.775000', '125836.777000', '125836.780000', '125836.783000', '125836.785000', '125836.788000', '125836.790000', '125836.793000', '125836.795000', '125836.798000', '125836.801000', '125836.803000', '125836.806000', '125836.808000', '125836.811000', '125836.813000', '125856.705000', '125856.708000', '125856.710000', '125856.713000', '125856.716000', '125856.718000', '125856.721000', '125856.723000', '125856.726000', '125856.729000', '125856.732000', '125856.734000', '125856.737000', '125856.739000', '125856.742000', '125856.745000', '125856.747000', '125856.750000', '125856.752000', '125856.755000', '125856.763000', '125856.766000', '125856.768000', '125856.771000', '125856.773000', '125856.776000', '125856.778000', '125856.781000', '125856.784000', '125856.786000', '125856.789000', '125856.792000', '125856.794000', '125856.797000', '125856.799000', '125856.802000', '125856.805000', '125856.807000', '125856.810000', '125856.812000', '125856.815000', '125856.817000', '125856.820000', '125856.823000', '125916.703000', '125916.706000', '125916.709000', '125916.712000', '125916.714000', '125916.717000', '125916.719000', '125916.722000', '125916.725000', '125916.727000', '125916.730000', '125916.733000', '125916.735000', '125916.738000', '125916.740000', '125916.743000', '125916.745000', '125916.748000', '125916.751000', '125916.753000', '125916.756000', '125916.758000', '125916.761000', '125916.763000', '125916.766000', '125916.768000', '125916.771000', '125916.774000', '125916.777000', '125916.779000', '125916.782000', '125916.785000', '125916.787000', '125916.790000', '125916.793000', '125916.795000', '125916.798000', '125916.800000', '125916.803000', '125916.805000', '125916.808000', '125916.811000', '125916.813000', '125936.703000', '125936.706000', '125936.709000', '125936.712000', '125936.714000', '125936.717000', '125936.719000', '125936.722000', '125936.725000', '125936.727000', '125936.730000', '125936.733000', '125936.735000', '125936.738000', '125936.740000', '125936.743000', '125936.746000', '125936.749000', '125936.751000', '125936.754000', '125936.756000', '125936.759000', '125936.761000', '125936.764000', '125936.767000', '125936.769000', '125936.772000', '125936.775000', '125936.777000', '125936.780000', '125936.782000', '125936.785000', '125936.787000', '125936.790000', '125936.792000', '125936.795000', '125936.798000', '125936.800000', '125936.803000', '125936.805000', '125936.808000', '125936.811000', '125936.813000', '125936.816000', '125956.704000', '125956.707000', '125956.710000', '125956.712000', '125956.715000', '125956.718000', '125956.720000', '125956.723000', '125956.725000', '125956.728000', '125956.731000', '125956.733000', '125956.736000', '125956.739000', '125956.741000', '125956.744000', '125956.747000', '125956.749000', '125956.752000', '125956.754000', '125956.757000', '125956.760000', '125956.762000', '125956.765000', '125956.767000', '125956.770000', '125956.773000', '125956.775000', '125956.778000', '125956.781000', '125956.783000', '125956.786000', '125956.789000', '125956.791000', '125956.794000', '125956.796000', '125956.799000', '125956.802000', '125956.804000', '125956.807000', '125956.809000', '125956.812000', '125956.815000', '130016.705000', '130016.707000', '130016.710000', '130016.713000', '130016.716000', '130016.720000', '130016.723000', '130016.725000', '130016.728000', '130016.731000', '130016.733000', '130016.736000', '130016.739000', '130016.741000', '130016.744000', '130016.746000', '130016.749000', '130016.752000', '130016.754000', '130016.757000', '130016.760000', '130016.762000', '130016.765000', '130016.768000', '130016.770000', '130016.773000', '130016.776000', '130016.779000', '130016.782000', '130016.784000', '130016.787000', '130016.790000', '130016.792000', '130016.795000', '130016.797000', '130016.800000', '130016.802000', '130016.805000', '130016.808000', '130016.810000', '130016.813000', '130016.815000', '130016.818000', '130016.821000', '130036.704000', '130036.707000', '130036.710000', '130036.712000', '130036.715000', '130036.718000', '130036.720000', '130036.723000', '130036.726000', '130036.728000', '130036.731000', '130036.734000', '130036.736000', '130036.739000', '130036.742000', '130036.744000', '130036.747000', '130036.749000', '130036.752000', '130036.755000', '130036.757000', '130036.760000', '130036.762000', '130036.765000', '130036.778000', '130036.780000', '130036.783000', '130036.785000', '130036.788000', '130036.791000', '130036.793000', '130036.796000', '130036.798000', '130036.801000', '130036.804000', '130036.806000', '130036.809000', '130036.811000', '130036.814000', '130036.817000', '130036.819000', '130036.822000', '130036.825000', '130056.705000', '130056.708000', '130056.710000', '130056.713000', '130056.715000', '130056.718000', '130056.721000', '130056.723000', '130056.726000', '130056.729000', '130056.731000', '130056.734000', '130056.736000', '130056.739000', '130056.742000', '130056.744000', '130056.747000', '130056.750000', '130056.752000', '130056.755000', '130056.757000', '130056.760000', '130056.763000', '130056.765000', '130056.768000', '130056.771000', '130056.773000', '130056.776000', '130056.778000', '130056.781000', '130056.784000', '130056.786000', '130056.789000', '130056.792000', '130056.794000', '130056.797000', '130056.799000', '130056.802000', '130056.805000', '130056.807000', '130056.810000', '130056.813000', '130056.815000', '130056.818000', '130116.704000', '130116.707000', '130116.710000', '130116.713000', '130116.715000', '130116.718000', '130116.720000', '130116.723000', '130116.726000', '130116.728000', '130116.731000', '130116.734000', '130116.736000', '130116.739000', '130116.742000', '130116.744000', '130116.747000', '130116.750000', '130116.752000', '130116.755000', '130116.758000', '130116.760000', '130116.763000', '130116.766000', '130116.768000', '130116.771000', '130116.774000', '130116.776000', '130116.779000', '130116.782000', '130116.784000', '130116.787000', '130116.790000', '130116.792000', '130116.795000', '130116.798000', '130116.800000', '130116.803000', '130116.805000', '130116.808000', '130116.811000', '130116.814000', '130116.816000', '130136.704000', '130136.707000', '130136.709000', '130136.712000', '130136.715000', '130136.717000', '130136.720000', '130136.724000', '130136.727000', '130136.730000', '130136.732000', '130136.735000', '130136.737000', '130136.740000', '130136.743000', '130136.745000', '130136.748000', '130136.750000', '130136.753000', '130136.756000', '130136.758000', '130136.762000', '130136.765000', '130136.768000', '130136.770000', '130136.773000', '130136.775000', '130136.778000', '130136.781000', '130136.783000', '130136.786000', '130136.789000', '130136.792000', '130136.794000', '130136.797000', '130136.799000', '130136.802000', '130136.805000', '130136.807000', '130136.810000', '130136.812000', '130136.815000', '130136.818000', '130156.703000', '130156.706000', '130156.709000', '130156.712000', '130156.714000', '130156.717000', '130156.720000', '130156.722000', '130156.725000', '130156.728000', '130156.730000', '130156.733000', '130156.735000', '130156.738000', '130156.741000', '130156.743000', '130156.746000', '130156.748000', '130156.751000', '130156.754000', '130156.756000', '130156.759000', '130156.762000', '130156.764000', '130156.767000', '130156.770000', '130156.772000', '130156.775000', '130156.778000', '130156.780000', '130156.783000', '130156.785000', '130156.788000', '130156.791000', '130156.793000', '130156.796000', '130156.817000', '130156.819000', '130156.822000', '130156.824000', '130156.827000', '130156.829000', '130156.832000', '130156.834000', '130208.892000', '130208.895000', '130208.898000', '130208.901000', '130208.904000', '130208.906000', '130208.909000', '130208.912000', '130208.915000', '130208.918000', '130208.921000', '130208.924000', '130208.926000', '130208.929000', '130208.932000', '130208.935000', '130208.938000', '130208.941000', '130208.943000', '130208.946000', '130208.949000', '130208.952000', '130208.955000', '130208.958000', '130208.961000', '130208.964000', '130208.966000'], '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': [6678, 7614, 6457, 9789, 6808, 10041, 9704, 7897, 11510, 9234, 7073, 10304, 7824, 11315, 8323, 11308, 8221, 10459, 8741, 10471, 8485, 10273, 8982, 7786, 10823, 8001, 6853, 7954, 6435, 11317, 8123, 8490, 11635, 9926, 10611, 9420, 7400, 10931, 8905, 12282, 9342, 8396, 10907, 8434, 11174, 8892, 9180, 9677, 8090, 11704, 10597, 9115, 8331, 6287, 9038, 6730, 5871, 8770, 7741, 13162, 9731, 6992, 8001, 6133, 11558, 8435, 10892, 10627, 7997, 10453, 6833, 9699, 8812, 7174, 10425, 7407, 10243, 8887, 12167, 9381, 6451, 8739, 6434, 11430, 7695, 8283, 9523, 7283, 10234, 8001, 10138, 8624, 11132, 9176, 6393, 10306, 6706, 6767, 8182, 6235, 10180, 9117, 11779, 9764, 6802, 11407, 7724, 7954, 9438, 7000, 10536, 8665, 11944, 8484, 7725, 9904, 7554, 12149, 8677, 6401, 7031, 6228, 10707, 8812, 7409, 10999, 7269, 6348, 8385, 6606, 11342, 9656, 8598, 10716, 7463, 8182, 9876, 7223, 11337, 10382, 9342, 10157, 6409, 10204, 8119, 11119, 8834, 9657, 8950, 7129, 9626, 6611, 10760, 8908, 8704, 7271, 5938, 8140, 6156, 9932, 7309, 10707, 8309, 6606, 10120, 7446, 12121, 9686, 6283, 7563, 6406, 7895, 8770, 6442, 10715, 8589, 13133, 9654, 8908, 10764, 7903, 9618, 8940, 6889, 9972, 8001, 11561, 8883, 10932, 8290, 7490, 9031, 7651, 10979, 9219, 8650, 7303, 5911, 9547, 6693, 11241, 8594, 6819, 10814, 8152, 13685, 9775, 6688, 9173, 6879, 7229, 9077, 6086, 10823, 9849, 11717, 9094, 9148, 10821, 8609, 11529, 9397, 7123, 11515, 6370, 5904, 8735, 7269, 9679, 9640, 8881, 11036, 11999, 12934, 11792, 11044, 8242, 11742, 9935, 10725, 9149, 7241, 10191, 7047, 10148, 8629, 13757, 10822, 6630, 9964, 6374, 11872, 6679, 6094, 10341, 6243, 12304, 8874, 10504, 10347, 8087, 12788, 8661, 6141, 10062, 7651, 11967, 9638, 10357, 11798, 8925, 11758, 7605, 6632, 10376, 8035, 12984, 10402, 7792, 10303, 6628, 10419, 8281, 10822, 9136, 6752, 10447, 7468, 11118, 10150, 12450, 11045, 8677, 10304, 8340, 6317, 10074, 6421, 11370, 8561, 11475, 9913, 9991, 13207, 9622, 12785, 9111, 11540, 10000, 9087, 11592, 7778, 10749, 7113, 9784, 7802, 10251, 7932, 10400, 8174, 12692, 8135, 10935, 7777, 9079, 10722, 7204, 10556, 6795, 6133, 7115, 5889, 12087, 9191, 8382, 11635, 8022, 11470, 8775, 6891, 11223, 9442, 12561, 10244, 13216, 9888, 15706, 11993, 10163, 11011, 7415, 11414, 7623, 9959, 8504, 7842, 10060, 6718, 10659, 7684, 11215, 8769, 14330, 9413, 9462, 9077, 7797, 12653, 10474, 12267, 8309, 5868, 9120, 6826, 6266, 9142, 7168, 12395, 10835, 9558, 8959, 8120, 11244, 8848, 12591, 10192, 8707, 13443, 9431, 6914, 13552, 12088, 10122, 12945, 9223, 10312, 7951, 5806, 8888, 6976, 9968, 7906, 9444, 13106, 8622, 10158, 6913, 6779, 6858, 5943, 7910, 6518, 10507, 7759, 14267, 9569, 13534, 9491, 13590, 11859, 10470, 12460, 9002, 7463, 7935, 6012, 9254, 6988, 10877, 9559, 14466, 10059, 7122, 9073, 6272, 10627, 8388, 12181, 9744, 13574, 9476, 9294, 9241, 6619, 11914, 9736, 9550, 8263, 6260, 8439, 7434, 6222, 9754, 7245, 10692, 9199, 6973, 11097, 8494, 14129, 10153, 11795, 12256, 10274, 14701, 8939, 5929, 8471, 6689, 8311, 8846, 7280, 12149, 9402, 8603, 8417, 6163, 9680, 7317, 9842, 8884, 9590, 12269, 9813, 11996, 8162, 6755, 9314, 6868, 10317, 8391, 12492, 9125, 7928, 10194, 7451, 11633, 8025, 6257, 8006, 6163, 9276, 7154, 11864, 8087, 10934, 10595, 8803, 11394, 7353, 6885, 8347, 5991, 10617, 10005, 14670, 10395, 6661, 10142, 7197, 8023, 9476, 6965, 10732, 9754, 13174, 10063, 6538, 10145, 6962, 9779, 7560, 7094, 9276, 6745, 11599, 9531, 10108, 8074, 6183, 8831, 6671, 9522, 8118, 12593, 10081, 6746, 9525, 7059, 9928, 7829, 7253, 9935, 7011, 10048, 8035, 10543, 9156, 12476, 8907, 11154, 10985, 10068, 16615, 12887, 8076, 11931, 7587, 6428, 7915, 6150, 9669, 6838, 13835, 9510, 12196, 12839, 11280, 14366, 9720, 13499, 9867, 12994, 9262, 11500, 8470, 7105, 10593, 7417, 11592, 9550, 13794, 10135, 6860, 7356, 5975, 8649, 7034, 13072, 9426, 8138, 10519, 7281, 6587, 8861, 7126, 10877, 9683, 8573, 11857, 9294, 12340, 9874, 14673, 9966, 13253, 12703, 10314, 14960, 9867, 7250, 11276, 6959, 13001, 9627, 9018, 11172, 8832, 13865, 9240, 6701, 9673, 7053, 11058, 8841, 7282, 10789, 8316, 12439, 9602, 9277, 11754, 8242, 7380, 9653, 7114, 11241, 9618, 6992, 10418, 8705, 9985, 9540, 7080, 11834, 9717, 8153, 11995, 6999, 6074, 9890, 8851, 7055, 10799, 10007, 8120, 11490, 9300, 6799, 10776, 8247, 10310, 8472, 11380, 8427, 10129, 8234, 9239, 8249, 7399, 8870, 6946, 10470, 7608, 11285, 6901, 6022, 7124, 6125, 10353, 6886, 6743, 9923, 8758, 11789, 9594, 7122, 12112, 8819, 7770, 10669, 8399, 9909, 9489, 7266, 11568, 8476, 8042, 10894, 10845, 11121, 11169, 7254, 11830, 9420, 8533, 10646, 7606, 10752, 8167, 10218, 8824, 10479, 9186, 6247, 8494, 6441, 7615, 8346, 6992, 11631, 8527, 7200, 9680, 7064, 11951, 9243, 10938, 10786, 8949, 12368, 8720, 7526, 10185, 7336, 12730, 8300, 7600, 10822, 7589, 11627, 8511, 9978, 10713, 8200, 12315, 9915, 8175, 9406, 7826, 8649, 7928, 6124, 11428, 9083, 6623, 9918, 6931, 6087, 10945, 8463, 6653, 11016, 9323, 9040, 11458, 11181, 12696, 10286, 8101, 10756, 7630, 10564, 7605, 10310, 7489, 10747, 8410, 12264, 8914, 6666, 7871, 6044, 9971, 6476, 8823, 8702, 6624, 11144, 7624, 10390, 8569, 11921, 9528, 8040, 9648, 6748, 7894, 7296, 5813, 9819, 7067, 12334, 9734, 9444, 9975, 6953, 11155, 7565, 8226, 9160, 9101, 11586, 9833, 11767, 8243, 6771, 9215, 6194, 10244, 7870, 10428, 8694, 12964, 9032, 6829, 8754, 6472, 11064, 6912, 7610, 9605, 8749, 11184, 8398, 7337, 7960, 6256, 10265, 7825, 9781, 9038, 7508, 10114, 7745, 10206, 8764, 12465, 9835, 6874, 9891, 6847, 9304, 8226, 7225, 11075, 8664, 11231, 7726, 6499, 9466, 6676], 'WindowCenter': [3746.0, 3766.0, 3744.0, 3782.0, 3743.0, 3783.0, 3784.0, 3764.0, 3794.0, 3774.0, 3740.0, 3783.0, 3739.0, 3781.0, 3748.0, 3769.0, 3749.0, 3782.0, 3750.0, 3768.0, 3746.0, 3754.0, 3745.0, 3736.0, 3767.0, 3736.0, 3715.0, 3748.0, 3718.0, 3779.0, 3749.0, 3761.0, 3793.0, 3784.0, 3783.0, 3773.0, 3740.0, 3780.0, 3760.0, 3778.0, 3759.0, 3748.0, 3768.0, 3749.0, 3766.0, 3747.0, 3745.0, 3770.0, 3748.0, 3778.0, 3768.0, 3758.0, 3746.0, 3716.0, 3759.0, 3728.0, 3708.0, 3771.0, 3763.0, 3806.0, 3786.0, 3756.0, 3776.0, 3733.0, 3792.0, 3762.0, 3781.0, 3785.0, 3763.0, 3794.0, 3743.0, 3770.0, 3773.0, 3727.0, 3780.0, 3738.0, 3767.0, 3758.0, 3780.0, 3769.0, 3716.0, 3746.0, 3716.0, 3778.0, 3736.0, 3747.0, 3769.0, 3737.0, 3768.0, 3748.0, 3781.0, 3760.0, 3778.0, 3757.0, 3716.0, 3767.0, 3726.0, 3715.0, 3748.0, 3716.0, 3781.0, 3772.0, 3793.0, 3783.0, 3741.0, 3792.0, 3751.0, 3749.0, 3759.0, 3726.0, 3768.0, 3760.0, 3779.0, 3759.0, 3737.0, 3770.0, 3738.0, 3791.0, 3759.0, 3729.0, 3737.0, 3705.0, 3778.0, 3760.0, 3751.0, 3795.0, 3764.0, 3742.0, 3773.0, 3743.0, 3794.0, 3797.0, 3773.0, 3782.0, 3751.0, 3759.0, 3782.0, 3750.0, 3781.0, 3782.0, 3759.0, 3769.0, 3716.0, 3767.0, 3748.0, 3767.0, 3757.0, 3756.0, 3746.0, 3714.0, 3757.0, 3726.0, 3766.0, 3745.0, 3744.0, 3723.0, 3703.0, 3733.0, 3704.0, 3767.0, 3737.0, 3768.0, 3748.0, 3727.0, 3769.0, 3740.0, 3790.0, 3770.0, 3728.0, 3749.0, 3729.0, 3749.0, 3761.0, 3730.0, 3793.0, 3775.0, 3816.0, 3784.0, 3773.0, 3782.0, 3750.0, 3769.0, 3758.0, 3727.0, 3768.0, 3749.0, 3780.0, 3760.0, 3780.0, 3749.0, 3736.0, 3759.0, 3738.0, 3767.0, 3759.0, 3746.0, 3725.0, 3694.0, 3767.0, 3727.0, 3779.0, 3760.0, 3729.0, 3794.0, 3764.0, 3814.0, 3782.0, 3729.0, 3770.0, 3729.0, 3738.0, 3760.0, 3719.0, 3781.0, 3784.0, 3805.0, 3773.0, 3784.0, 3779.0, 3758.0, 3777.0, 3757.0, 3727.0, 3790.0, 3743.0, 3724.0, 3773.0, 3753.0, 3785.0, 3784.0, 3773.0, 3795.0, 3794.0, 3805.0, 3793.0, 3781.0, 3750.0, 3780.0, 3770.0, 3767.0, 3757.0, 3723.0, 3755.0, 3713.0, 3756.0, 3746.0, 3775.0, 3764.0, 3701.0, 3753.0, 3703.0, 3775.0, 3714.0, 3704.0, 3768.0, 3717.0, 3790.0, 3773.0, 3794.0, 3782.0, 3749.0, 3791.0, 3760.0, 3707.0, 3769.0, 3751.0, 3780.0, 3771.0, 3781.0, 3794.0, 3774.0, 3793.0, 3751.0, 3729.0, 3781.0, 3749.0, 3791.0, 3781.0, 3748.0, 3781.0, 3728.0, 3769.0, 3749.0, 3768.0, 3758.0, 3715.0, 3768.0, 3738.0, 3780.0, 3783.0, 3802.0, 3793.0, 3773.0, 3794.0, 3760.0, 3728.0, 3781.0, 3744.0, 3779.0, 3761.0, 3792.0, 3784.0, 3784.0, 3805.0, 3784.0, 3792.0, 3771.0, 3777.0, 3755.0, 3744.0, 3766.0, 3724.0, 3765.0, 3714.0, 3755.0, 3734.0, 3754.0, 3734.0, 3753.0, 3733.0, 3763.0, 3732.0, 3764.0, 3737.0, 3759.0, 3780.0, 3738.0, 3779.0, 3740.0, 3716.0, 3726.0, 3708.0, 3802.0, 3784.0, 3775.0, 3808.0, 3777.0, 3807.0, 3786.0, 3753.0, 3792.0, 3771.0, 3791.0, 3782.0, 3790.0, 3783.0, 3802.0, 3791.0, 3779.0, 3779.0, 3737.0, 3776.0, 3735.0, 3754.0, 3745.0, 3735.0, 3767.0, 3715.0, 3767.0, 3737.0, 3777.0, 3746.0, 3786.0, 3755.0, 3754.0, 3756.0, 3735.0, 3787.0, 3779.0, 3789.0, 3758.0, 3718.0, 3770.0, 3739.0, 3729.0, 3783.0, 3741.0, 3805.0, 3807.0, 3784.0, 3784.0, 3765.0, 3793.0, 3774.0, 3805.0, 3782.0, 3772.0, 3802.0, 3769.0, 3739.0, 3790.0, 3781.0, 3770.0, 3789.0, 3757.0, 3765.0, 3734.0, 3693.0, 3744.0, 3725.0, 3766.0, 3748.0, 3781.0, 3790.0, 3746.0, 3765.0, 3724.0, 3713.0, 3725.0, 3717.0, 3760.0, 3730.0, 3793.0, 3765.0, 3815.0, 3785.0, 3803.0, 3784.0, 3802.0, 3780.0, 3769.0, 3778.0, 3758.0, 3736.0, 3748.0, 3717.0, 3768.0, 3740.0, 3791.0, 3783.0, 3814.0, 3783.0, 3740.0, 3771.0, 3728.0, 3779.0, 3748.0, 3778.0, 3769.0, 3788.0, 3758.0, 3756.0, 3757.0, 3726.0, 3777.0, 3757.0, 3757.0, 3746.0, 3716.0, 3758.0, 3737.0, 3717.0, 3770.0, 3751.0, 3792.0, 3772.0, 3741.0, 3792.0, 3761.0, 3801.0, 3782.0, 3790.0, 3779.0, 3769.0, 3800.0, 3758.0, 3716.0, 3747.0, 3727.0, 3758.0, 3771.0, 3750.0, 3792.0, 3783.0, 3771.0, 3761.0, 3719.0, 3770.0, 3739.0, 3768.0, 3771.0, 3770.0, 3792.0, 3782.0, 3791.0, 3760.0, 3727.0, 3757.0, 3715.0, 3766.0, 3747.0, 3786.0, 3757.0, 3748.0, 3780.0, 3738.0, 3778.0, 3748.0, 3715.0, 3746.0, 3716.0, 3756.0, 3738.0, 3788.0, 3761.0, 3791.0, 3782.0, 3771.0, 3791.0, 3750.0, 3738.0, 3758.0, 3717.0, 3779.0, 3783.0, 3814.0, 3782.0, 3741.0, 3782.0, 3740.0, 3748.0, 3768.0, 3726.0, 3778.0, 3770.0, 3802.0, 3770.0, 3728.0, 3768.0, 3737.0, 3766.0, 3735.0, 3724.0, 3757.0, 3726.0, 3779.0, 3769.0, 3779.0, 3748.0, 3705.0, 3756.0, 3727.0, 3755.0, 3748.0, 3789.0, 3780.0, 3728.0, 3770.0, 3740.0, 3769.0, 3748.0, 3735.0, 3767.0, 3725.0, 3767.0, 3747.0, 3767.0, 3758.0, 3777.0, 3758.0, 3778.0, 3780.0, 3757.0, 3788.0, 3790.0, 3750.0, 3792.0, 3764.0, 3731.0, 3763.0, 3733.0, 3795.0, 3755.0, 3815.0, 3784.0, 3804.0, 3805.0, 3793.0, 3803.0, 3759.0, 3788.0, 3755.0, 3773.0, 3742.0, 3762.0, 3731.0, 3710.0, 3765.0, 3724.0, 3776.0, 3755.0, 3788.0, 3767.0, 3714.0, 3736.0, 3705.0, 3757.0, 3739.0, 3800.0, 3770.0, 3761.0, 3792.0, 3751.0, 3740.0, 3782.0, 3752.0, 3792.0, 3783.0, 3773.0, 3804.0, 3772.0, 3792.0, 3783.0, 3802.0, 3770.0, 3788.0, 3789.0, 3768.0, 3786.0, 3755.0, 3723.0, 3775.0, 3723.0, 3787.0, 3767.0, 3758.0, 3778.0, 3759.0, 3788.0, 3758.0, 3714.0, 3755.0, 3724.0, 3765.0, 3756.0, 3724.0, 3777.0, 3747.0, 3789.0, 3769.0, 3769.0, 3789.0, 3758.0, 3737.0, 3767.0, 3725.0, 3778.0, 3767.0, 3727.0, 3768.0, 3759.0, 3769.0, 3770.0, 3738.0, 3806.0, 3785.0, 3751.0, 3792.0, 3740.0, 3721.0, 3782.0, 3771.0, 3739.0, 3780.0, 3783.0, 3765.0, 3808.0, 3785.0, 3743.0, 3794.0, 3762.0, 3769.0, 3747.0, 3766.0, 3736.0, 3755.0, 3736.0, 3745.0, 3735.0, 3724.0, 3746.0, 3714.0, 3766.0, 3736.0, 3767.0, 3726.0, 3717.0, 3739.0, 3720.0, 3782.0, 3741.0, 3741.0, 3796.0, 3776.0, 3807.0, 3786.0, 3754.0, 3805.0, 3773.0, 3752.0, 3783.0, 3764.0, 3784.0, 3773.0, 3752.0, 3793.0, 3765.0, 3763.0, 3794.0, 3795.0, 3782.0, 3779.0, 3738.0, 3778.0, 3757.0, 3747.0, 3767.0, 3737.0, 3767.0, 3749.0, 3769.0, 3758.0, 3767.0, 3755.0, 3703.0, 3745.0, 3714.0, 3736.0, 3747.0, 3738.0, 3792.0, 3772.0, 3752.0, 3782.0, 3740.0, 3790.0, 3772.0, 3779.0, 3781.0, 3760.0, 3791.0, 3760.0, 3736.0, 3769.0, 3726.0, 3776.0, 3735.0, 3724.0, 3766.0, 3724.0, 3765.0, 3745.0, 3756.0, 3768.0, 3749.0, 3778.0, 3769.0, 3746.0, 3758.0, 3737.0, 3745.0, 3735.0, 3706.0, 3781.0, 3785.0, 3745.0, 3796.0, 3753.0, 3733.0, 3807.0, 3774.0, 3742.0, 3793.0, 3785.0, 3774.0, 3807.0, 3807.0, 3805.0, 3783.0, 3748.0, 3766.0, 3724.0, 3753.0, 3722.0, 3754.0, 3723.0, 3766.0, 3746.0, 3777.0, 3746.0, 3713.0, 3734.0, 3703.0, 3755.0, 3715.0, 3757.0, 3747.0, 3727.0, 3780.0, 3750.0, 3780.0, 3760.0, 3780.0, 3758.0, 3736.0, 3757.0, 3727.0, 3748.0, 3738.0, 3707.0, 3769.0, 3740.0, 3792.0, 3783.0, 3783.0, 3783.0, 3753.0, 3793.0, 3750.0, 3758.0, 3758.0, 3758.0, 3779.0, 3769.0, 3779.0, 3749.0, 3726.0, 3756.0, 3704.0, 3754.0, 3735.0, 3765.0, 3747.0, 3777.0, 3747.0, 3715.0, 3746.0, 3716.0, 3766.0, 3727.0, 3735.0, 3770.0, 3760.0, 3780.0, 3761.0, 3738.0, 3748.0, 3727.0, 3767.0, 3738.0, 3768.0, 3758.0, 3736.0, 3769.0, 3738.0, 3769.0, 3759.0, 3778.0, 3757.0, 3715.0, 3755.0, 3714.0, 3744.0, 3746.0, 3736.0, 3779.0, 3759.0, 3791.0, 3750.0, 3727.0, 3768.0, 3726.0], 'WindowWidth': [8458.0, 8483.0, 8451.0, 8495.0, 8448.0, 8497.0, 8499.0, 8474.0, 8515.0, 8487.0, 8435.0, 8494.0, 8432.0, 8489.0, 8440.0, 8468.0, 8444.0, 8493.0, 8446.0, 8466.0, 8437.0, 8443.0, 8432.0, 8420.0, 8465.0, 8424.0, 8396.0, 8441.0, 8403.0, 8485.0, 8448.0, 8464.0, 8512.0, 8500.0, 8498.0, 8484.0, 8436.0, 8488.0, 8461.0, 8481.0, 8455.0, 8438.0, 8466.0, 8441.0, 8462.0, 8436.0, 8431.0, 8473.0, 8442.0, 8480.0, 8468.0, 8452.0, 8437.0, 8400.0, 8457.0, 8418.0, 8392.0, 8481.0, 8473.0, 8533.0, 8508.0, 8472.0, 8498.0, 8435.0, 8509.0, 8467.0, 8491.0, 8503.0, 8470.0, 8516.0, 8446.0, 8477.0, 8484.0, 8414.0, 8487.0, 8428.0, 8466.0, 8456.0, 8487.0, 8472.0, 8399.0, 8437.0, 8400.0, 8480.0, 8424.0, 8439.0, 8470.0, 8426.0, 8469.0, 8444.0, 8491.0, 8461.0, 8482.0, 8453.0, 8397.0, 8465.0, 8411.0, 8395.0, 8442.0, 8401.0, 8493.0, 8481.0, 8510.0, 8497.0, 8442.0, 8508.0, 8451.0, 8445.0, 8458.0, 8412.0, 8468.0, 8460.0, 8484.0, 8456.0, 8427.0, 8476.0, 8431.0, 8504.0, 8459.0, 8422.0, 8430.0, 8385.0, 8484.0, 8462.0, 8455.0, 8520.0, 8477.0, 8448.0, 8487.0, 8448.0, 8515.0, 8525.0, 8485.0, 8495.0, 8453.0, 8461.0, 8494.0, 8451.0, 8493.0, 8493.0, 8458.0, 8472.0, 8400.0, 8466.0, 8441.0, 8464.0, 8451.0, 8447.0, 8434.0, 8389.0, 8451.0, 8411.0, 8460.0, 8433.0, 8430.0, 8402.0, 8375.0, 8416.0, 8380.0, 8464.0, 8428.0, 8468.0, 8442.0, 8415.0, 8472.0, 8436.0, 8504.0, 8475.0, 8419.0, 8447.0, 8422.0, 8447.0, 8465.0, 8425.0, 8512.0, 8490.0, 8547.0, 8501.0, 8484.0, 8495.0, 8450.0, 8472.0, 8457.0, 8414.0, 8469.0, 8447.0, 8487.0, 8463.0, 8487.0, 8446.0, 8426.0, 8460.0, 8429.0, 8466.0, 8457.0, 8437.0, 8407.0, 8367.0, 8465.0, 8416.0, 8487.0, 8461.0, 8422.0, 8516.0, 8476.0, 8541.0, 8495.0, 8421.0, 8474.0, 8421.0, 8432.0, 8461.0, 8410.0, 8492.0, 8502.0, 8529.0, 8486.0, 8501.0, 8486.0, 8456.0, 8478.0, 8452.0, 8413.0, 8503.0, 8448.0, 8425.0, 8483.0, 8458.0, 8503.0, 8502.0, 8485.0, 8516.0, 8513.0, 8527.0, 8509.0, 8490.0, 8447.0, 8485.0, 8471.0, 8464.0, 8449.0, 8399.0, 8444.0, 8385.0, 8448.0, 8433.0, 8471.0, 8455.0, 8369.0, 8439.0, 8373.0, 8471.0, 8389.0, 8378.0, 8468.0, 8401.0, 8501.0, 8485.0, 8513.0, 8492.0, 8446.0, 8503.0, 8459.0, 8387.0, 8470.0, 8450.0, 8486.0, 8476.0, 8492.0, 8513.0, 8487.0, 8510.0, 8451.0, 8420.0, 8491.0, 8446.0, 8504.0, 8489.0, 8444.0, 8488.0, 8418.0, 8470.0, 8444.0, 8467.0, 8453.0, 8394.0, 8466.0, 8429.0, 8486.0, 8497.0, 8522.0, 8512.0, 8487.0, 8515.0, 8466.0, 8420.0, 8495.0, 8451.0, 8485.0, 8465.0, 8505.0, 8500.0, 8500.0, 8530.0, 8501.0, 8506.0, 8477.0, 8477.0, 8444.0, 8427.0, 8459.0, 8402.0, 8458.0, 8390.0, 8446.0, 8418.0, 8442.0, 8416.0, 8436.0, 8411.0, 8450.0, 8411.0, 8453.0, 8426.0, 8459.0, 8488.0, 8432.0, 8485.0, 8437.0, 8400.0, 8411.0, 8392.0, 8523.0, 8502.0, 8494.0, 8541.0, 8500.0, 8538.0, 8507.0, 8460.0, 8510.0, 8479.0, 8503.0, 8494.0, 8501.0, 8495.0, 8520.0, 8505.0, 8487.0, 8485.0, 8426.0, 8476.0, 8420.0, 8443.0, 8433.0, 8419.0, 8465.0, 8394.0, 8466.0, 8426.0, 8477.0, 8436.0, 8486.0, 8444.0, 8441.0, 8450.0, 8422.0, 8493.0, 8486.0, 8497.0, 8459.0, 8409.0, 8478.0, 8436.0, 8422.0, 8499.0, 8443.0, 8532.0, 8539.0, 8501.0, 8503.0, 8478.0, 8511.0, 8487.0, 8530.0, 8495.0, 8481.0, 8522.0, 8473.0, 8435.0, 8503.0, 8490.0, 8473.0, 8499.0, 8452.0, 8458.0, 8417.0, 8365.0, 8430.0, 8409.0, 8464.0, 8444.0, 8493.0, 8503.0, 8435.0, 8458.0, 8405.0, 8391.0, 8410.0, 8404.0, 8463.0, 8427.0, 8513.0, 8478.0, 8543.0, 8503.0, 8524.0, 8500.0, 8520.0, 8490.0, 8471.0, 8482.0, 8455.0, 8426.0, 8443.0, 8403.0, 8471.0, 8439.0, 8506.0, 8497.0, 8540.0, 8497.0, 8440.0, 8479.0, 8419.0, 8485.0, 8444.0, 8482.0, 8471.0, 8495.0, 8454.0, 8450.0, 8453.0, 8412.0, 8479.0, 8451.0, 8452.0, 8438.0, 8401.0, 8457.0, 8430.0, 8405.0, 8476.0, 8454.0, 8509.0, 8483.0, 8441.0, 8510.0, 8467.0, 8517.0, 8493.0, 8501.0, 8487.0, 8473.0, 8516.0, 8458.0, 8401.0, 8440.0, 8415.0, 8458.0, 8478.0, 8450.0, 8509.0, 8498.0, 8481.0, 8468.0, 8410.0, 8476.0, 8433.0, 8471.0, 8478.0, 8476.0, 8509.0, 8496.0, 8507.0, 8463.0, 8415.0, 8453.0, 8394.0, 8463.0, 8440.0, 8490.0, 8453.0, 8445.0, 8491.0, 8431.0, 8485.0, 8444.0, 8398.0, 8438.0, 8399.0, 8452.0, 8430.0, 8498.0, 8465.0, 8505.0, 8495.0, 8479.0, 8506.0, 8450.0, 8431.0, 8456.0, 8402.0, 8486.0, 8497.0, 8542.0, 8496.0, 8441.0, 8497.0, 8439.0, 8444.0, 8471.0, 8414.0, 8484.0, 8477.0, 8520.0, 8475.0, 8419.0, 8471.0, 8429.0, 8464.0, 8421.0, 8405.0, 8455.0, 8413.0, 8486.0, 8474.0, 8485.0, 8443.0, 8384.0, 8453.0, 8417.0, 8449.0, 8444.0, 8499.0, 8489.0, 8421.0, 8477.0, 8438.0, 8473.0, 8443.0, 8422.0, 8468.0, 8410.0, 8466.0, 8441.0, 8465.0, 8456.0, 8479.0, 8456.0, 8481.0, 8486.0, 8451.0, 8495.0, 8498.0, 8449.0, 8508.0, 8475.0, 8431.0, 8474.0, 8439.0, 8519.0, 8468.0, 8544.0, 8501.0, 8529.0, 8530.0, 8510.0, 8524.0, 8457.0, 8494.0, 8446.0, 8465.0, 8422.0, 8447.0, 8407.0, 8379.0, 8459.0, 8404.0, 8477.0, 8447.0, 8496.0, 8466.0, 8394.0, 8425.0, 8385.0, 8454.0, 8438.0, 8517.0, 8477.0, 8467.0, 8510.0, 8457.0, 8441.0, 8497.0, 8458.0, 8509.0, 8499.0, 8484.0, 8529.0, 8483.0, 8507.0, 8496.0, 8521.0, 8476.0, 8495.0, 8499.0, 8466.0, 8492.0, 8447.0, 8402.0, 8472.0, 8403.0, 8491.0, 8466.0, 8456.0, 8484.0, 8459.0, 8498.0, 8456.0, 8394.0, 8448.0, 8406.0, 8460.0, 8449.0, 8405.0, 8479.0, 8441.0, 8499.0, 8474.0, 8472.0, 8500.0, 8457.0, 8428.0, 8466.0, 8409.0, 8482.0, 8467.0, 8413.0, 8468.0, 8459.0, 8472.0, 8475.0, 8433.0, 8536.0, 8504.0, 8453.0, 8505.0, 8437.0, 8414.0, 8495.0, 8479.0, 8434.0, 8489.0, 8500.0, 8478.0, 8540.0, 8506.0, 8449.0, 8515.0, 8468.0, 8471.0, 8439.0, 8460.0, 8421.0, 8443.0, 8421.0, 8431.0, 8418.0, 8402.0, 8435.0, 8389.0, 8461.0, 8423.0, 8464.0, 8411.0, 8404.0, 8433.0, 8411.0, 8494.0, 8440.0, 8442.0, 8520.0, 8496.0, 8537.0, 8508.0, 8462.0, 8529.0, 8486.0, 8454.0, 8497.0, 8474.0, 8502.0, 8484.0, 8454.0, 8510.0, 8477.0, 8474.0, 8514.0, 8518.0, 8493.0, 8485.0, 8430.0, 8481.0, 8452.0, 8437.0, 8465.0, 8425.0, 8464.0, 8444.0, 8472.0, 8454.0, 8464.0, 8447.0, 8376.0, 8432.0, 8391.0, 8425.0, 8442.0, 8432.0, 8509.0, 8483.0, 8458.0, 8497.0, 8439.0, 8504.0, 8479.0, 8486.0, 8491.0, 8460.0, 8505.0, 8460.0, 8424.0, 8469.0, 8409.0, 8475.0, 8420.0, 8403.0, 8461.0, 8402.0, 8459.0, 8433.0, 8447.0, 8468.0, 8444.0, 8482.0, 8471.0, 8438.0, 8455.0, 8426.0, 8434.0, 8421.0, 8383.0, 8489.0, 8506.0, 8453.0, 8520.0, 8461.0, 8436.0, 8538.0, 8488.0, 8444.0, 8512.0, 8505.0, 8490.0, 8537.0, 8538.0, 8529.0, 8496.0, 8441.0, 8462.0, 8400.0, 8438.0, 8395.0, 8439.0, 8399.0, 8461.0, 8436.0, 8477.0, 8434.0, 8388.0, 8416.0, 8376.0, 8446.0, 8394.0, 8450.0, 8440.0, 8413.0, 8487.0, 8447.0, 8486.0, 8463.0, 8487.0, 8456.0, 8423.0, 8453.0, 8416.0, 8445.0, 8431.0, 8390.0, 8472.0, 8437.0, 8508.0, 8498.0, 8498.0, 8500.0, 8461.0, 8511.0, 8449.0, 8458.0, 8458.0, 8455.0, 8485.0, 8472.0, 8484.0, 8445.0, 8412.0, 8450.0, 8379.0, 8443.0, 8420.0, 8459.0, 8438.0, 8479.0, 8439.0, 8397.0, 8437.0, 8397.0, 8461.0, 8416.0, 8420.0, 8477.0, 8463.0, 8489.0, 8466.0, 8433.0, 8445.0, 8417.0, 8467.0, 8429.0, 8469.0, 8455.0, 8425.0, 8470.0, 8430.0, 8472.0, 8458.0, 8481.0, 8452.0, 8394.0, 8446.0, 8392.0, 8429.0, 8435.0, 8425.0, 8486.0, 8461.0, 8506.0, 8450.0, 8418.0, 8470.0, 8412.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.003452889908256881</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04338046869266056</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.88935573935703</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1718961674167627</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0324916723650974</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4628</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6536.0938</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1776635850612278</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>25.573394495412845</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6096759126101285</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.441125032708135</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8968027491166586</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4910999560055918</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00714704</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015372292138636112</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032428253442049026</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.83047243198984</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>19.7661</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.4659</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.399</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303394.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>605.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.4959</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1893</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.8561</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2973.6911</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3154.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73150.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>947.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3916.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>823.3915</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.402112543582916</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> |