=== 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-0119 --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-0119",
"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-0119_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0119_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0119/ses-01/func/sub-0119_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>290f34fcaa000a0a140b1841317ae80c</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>13:56:23.390000</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.995865, 0.0903364, 0.00961124, -0.0883531, 0.987715, -0.128894]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0833881</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4220, -7722, -7260, 289, -207, -16, -23, 127]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>228.948</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>645fb26d-ae83-46df-9935-abc4c2d800bb||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.671832799911499, -0.2370448261499405, 0.05706977844238281, 117.84999084472656], [-0.24236588180065155, 2.64996600151062, -0.3442813456058502, -87.31549835205078], [0.025786247104406357, 0.34581258893013, 2.677351951599121, -105.10308837890625], [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': ['135623.390000', '135623.850000', '135624.310000', '135624.770000', '135625.230000', '135625.690000', '135626.150000', '135626.610000', '135627.070000', '135627.530000', '135627.990000', '135628.450000', '135628.910000', '135629.370000', '135629.830000', '135630.290000', '135630.750000', '135631.210000', '135631.670000', '135632.130000', '135632.590000', '135633.050000', '135633.510000', '135633.970000', '135634.430000', '135634.890000', '135635.350000', '135635.810000', '135636.270000', '135636.730000', '135637.190000', '135637.650000', '135638.110000', '135638.570000', '135639.030000', '135639.490000', '135639.950000', '135640.410000', '135640.870000', '135641.330000', '135641.790000', '135642.250000', '135642.710000', '135643.170000', '135643.630000', '135644.090000', '135644.550000', '135645.010000', '135645.470000', '135645.930000', '135646.390000', '135646.850000', '135647.310000', '135647.770000', '135648.230000', '135648.690000', '135649.150000', '135649.610000', '135650.070000', '135650.530000', '135650.990000', '135651.450000', '135651.910000', '135652.370000', '135652.830000', '135653.290000', '135653.750000', '135654.210000', '135654.670000', '135655.130000', '135655.590000', '135656.050000', '135656.510000', '135656.970000', '135657.430000', '135657.890000', '135658.350000', '135658.810000', '135659.270000', '135659.730000', '135700.190000', '135700.650000', '135701.110000', '135701.570000', '135702.030000', '135702.490000', '135702.950000', '135703.410000', '135703.870000', '135704.330000', '135704.790000', '135705.250000', '135705.710000', '135706.170000', '135706.630000', '135707.090000', '135707.550000', '135708.010000', '135708.470000', '135708.930000', '135709.390000', '135709.850000', '135710.310000', '135710.770000', '135711.230000', '135711.690000', '135712.150000', '135712.610000', '135713.070000', '135713.530000', '135713.990000', '135714.450000', '135714.910000', '135715.370000', '135715.830000', '135716.290000', '135716.750000', '135717.210000', '135717.670000', '135718.130000', '135718.590000', '135719.050000', '135719.510000', '135719.970000', '135720.430000', '135720.890000', '135721.350000', '135721.810000', '135722.270000', '135722.730000', '135723.190000', '135723.650000', '135724.110000', '135724.570000', '135725.030000', '135725.490000', '135725.950000', '135726.410000', '135726.870000', '135727.330000', '135727.790000', '135728.250000', '135728.710000', '135729.170000', '135729.630000', '135730.090000', '135730.550000', '135731.010000', '135731.470000', '135731.930000', '135732.390000', '135732.850000', '135733.310000', '135733.770000', '135734.230000', '135734.690000', '135735.150000', '135735.610000', '135736.070000', '135736.530000', '135736.990000', '135737.450000', '135737.910000', '135738.370000', '135738.830000', '135739.290000', '135739.750000', '135740.210000', '135740.670000', '135741.130000', '135741.590000', '135742.050000', '135742.510000', '135742.970000', '135743.430000', '135743.890000', '135744.350000', '135744.810000', '135745.270000', '135745.730000', '135746.190000', '135746.650000', '135747.110000', '135747.570000', '135748.030000', '135748.490000', '135748.950000', '135749.410000', '135749.870000', '135750.330000', '135750.790000', '135751.250000', '135751.710000', '135752.170000', '135752.630000', '135753.090000', '135753.550000', '135754.010000', '135754.470000', '135754.930000', '135755.390000', '135755.850000', '135756.310000', '135756.770000', '135757.230000', '135757.690000', '135758.150000', '135758.610000', '135759.070000', '135759.530000', '135759.990000', '135800.450000', '135800.910000', '135801.370000', '135801.830000', '135802.290000', '135802.750000', '135803.210000', '135803.670000', '135804.130000', '135804.590000', '135805.050000', '135805.510000', '135805.970000', '135806.430000', '135806.890000', '135807.350000', '135807.810000', '135808.270000', '135808.730000', '135809.190000', '135809.650000', '135810.110000', '135810.570000', '135811.030000', '135811.490000', '135811.950000', '135812.410000', '135812.870000', '135813.330000', '135813.790000', '135814.250000', '135814.710000', '135815.170000', '135815.630000', '135816.090000', '135816.550000', '135817.010000', '135817.470000', '135817.930000', '135818.390000', '135818.850000', '135819.310000', '135819.770000', '135820.230000', '135820.690000', '135821.150000', '135821.610000', '135822.070000', '135822.530000', '135822.990000', '135823.450000', '135823.910000', '135824.370000', '135824.830000', '135825.290000', '135825.750000', '135826.210000', '135826.670000', '135827.130000', '135827.590000', '135828.050000', '135828.510000', '135828.970000', '135829.430000', '135829.890000', '135830.350000', '135830.810000', '135831.270000', '135831.730000', '135832.190000', '135832.650000', '135833.110000', '135833.570000', '135834.030000', '135834.490000', '135834.950000', '135835.410000', '135835.870000', '135836.330000', '135836.790000', '135837.250000', '135837.710000', '135838.170000', '135838.630000', '135839.090000', '135839.550000', '135840.010000', '135840.470000', '135840.930000', '135841.390000', '135841.850000', '135842.310000', '135842.770000', '135843.230000', '135843.690000', '135844.150000', '135844.610000', '135845.070000', '135845.530000', '135845.990000', '135846.450000', '135846.910000', '135847.370000', '135847.830000', '135848.290000', '135848.750000', '135849.210000', '135849.670000', '135850.130000', '135850.590000', '135851.050000', '135851.510000', '135851.970000', '135852.430000', '135852.890000', '135853.350000', '135853.810000', '135854.270000', '135854.730000', '135855.190000', '135855.650000', '135856.110000', '135856.570000', '135857.030000', '135857.490000', '135857.950000', '135858.410000', '135858.870000', '135859.330000', '135859.790000', '135900.250000', '135900.710000', '135901.170000', '135901.630000', '135902.090000', '135902.550000', '135903.010000', '135903.470000', '135903.930000', '135904.390000', '135904.850000', '135905.310000', '135905.770000', '135906.230000', '135906.690000', '135907.150000', '135907.610000', '135908.070000', '135908.530000', '135908.990000', '135909.450000', '135909.910000', '135910.370000', '135910.830000', '135911.290000', '135911.750000', '135912.210000', '135912.670000', '135913.130000', '135913.590000', '135914.050000', '135914.510000', '135914.970000', '135915.430000', '135915.890000', '135916.350000', '135916.810000', '135917.270000', '135917.730000', '135918.190000', '135918.650000', '135919.110000', '135919.570000', '135920.030000', '135920.490000', '135920.950000', '135921.410000', '135921.870000', '135922.330000', '135922.790000', '135923.250000', '135923.710000', '135924.170000', '135924.630000', '135925.090000', '135925.550000', '135926.010000', '135926.470000', '135926.930000', '135927.390000', '135927.850000', '135928.310000', '135928.770000', '135929.230000', '135929.690000', '135930.150000', '135930.610000', '135931.070000', '135931.530000', '135931.990000', '135932.450000', '135932.910000', '135933.370000', '135933.830000', '135934.290000', '135934.750000', '135935.210000', '135935.670000', '135936.130000', '135936.590000', '135937.050000', '135937.510000', '135937.970000', '135938.430000', '135938.890000', '135939.350000', '135939.810000', '135940.270000', '135940.730000', '135941.190000', '135941.650000', '135942.110000', '135942.570000', '135943.030000', '135943.490000', '135943.950000', '135944.410000', '135944.870000', '135945.330000', '135945.790000', '135946.250000', '135946.710000', '135947.170000', '135947.630000', '135948.090000', '135948.550000', '135949.010000', '135949.470000', '135949.930000', '135950.390000', '135950.850000', '135951.310000', '135951.770000', '135952.230000', '135952.690000', '135953.150000', '135953.610000', '135954.070000', '135954.530000', '135954.990000', '135955.450000', '135955.910000', '135956.370000', '135956.830000', '135957.290000', '135957.750000', '135958.210000', '135958.670000', '135959.130000', '135959.590000', '140000.050000', '140000.510000', '140000.970000', '140001.430000', '140001.890000', '140002.350000', '140002.810000', '140003.270000', '140003.730000', '140004.190000', '140004.650000', '140005.110000', '140005.570000', '140006.030000', '140006.490000', '140006.950000', '140007.410000', '140007.870000', '140008.330000', '140008.790000', '140009.250000', '140009.710000', '140010.170000', '140010.630000', '140011.090000', '140011.550000', '140012.010000', '140012.470000', '140012.930000', '140013.390000', '140013.850000', '140014.310000', '140014.770000', '140015.230000', '140015.690000', '140016.150000', '140016.610000', '140017.070000', '140017.530000', '140017.990000', '140018.450000', '140018.910000', '140019.370000', '140019.830000', '140020.290000', '140020.750000', '140021.210000', '140021.670000', '140022.130000', '140022.590000', '140023.050000', '140023.510000', '140023.970000', '140024.430000', '140024.890000', '140025.350000', '140025.810000', '140026.270000', '140026.730000', '140027.190000', '140027.650000', '140028.110000', '140028.570000', '140029.030000', '140029.490000', '140029.950000', '140030.410000', '140030.870000', '140031.330000', '140031.790000', '140032.250000', '140032.710000', '140033.170000', '140033.630000', '140034.090000', '140034.550000', '140035.010000', '140035.470000', '140035.930000', '140036.390000', '140036.850000', '140037.310000', '140037.770000', '140038.230000', '140038.690000', '140039.150000', '140039.610000', '140040.070000', '140040.530000', '140040.990000', '140041.450000', '140041.910000', '140042.370000', '140042.830000', '140043.290000', '140043.750000', '140044.210000', '140044.670000', '140045.130000', '140045.590000', '140046.050000', '140046.510000', '140046.970000', '140047.430000', '140047.890000', '140048.350000', '140048.810000', '140049.270000', '140049.730000', '140050.190000', '140050.650000', '140051.110000', '140051.570000', '140052.030000', '140052.490000', '140052.950000', '140053.410000', '140053.870000', '140054.330000', '140054.790000', '140055.250000', '140055.710000', '140056.170000', '140056.630000', '140057.090000', '140057.550000', '140058.010000', '140058.470000', '140058.930000', '140059.390000', '140059.850000', '140100.310000', '140100.770000', '140101.230000', '140101.690000', '140102.150000', '140102.610000', '140103.070000', '140103.530000', '140103.990000', '140104.450000', '140104.910000', '140105.370000', '140105.830000', '140106.290000', '140106.750000', '140107.210000', '140107.670000', '140108.130000', '140108.590000', '140109.050000', '140109.510000', '140109.970000', '140110.430000', '140110.890000', '140111.350000', '140111.810000', '140112.270000', '140112.730000', '140113.190000', '140113.650000', '140114.110000', '140114.570000', '140115.030000', '140115.490000', '140115.950000', '140116.410000', '140116.870000', '140117.330000', '140117.790000', '140118.250000', '140118.710000', '140119.170000', '140119.630000', '140120.090000', '140120.550000', '140121.010000', '140121.470000', '140121.930000', '140122.390000', '140122.850000', '140123.310000', '140123.770000', '140124.230000', '140124.690000', '140125.150000', '140125.610000', '140126.070000', '140126.530000', '140126.990000', '140127.450000', '140127.910000', '140128.370000', '140128.830000', '140129.290000', '140129.750000', '140130.210000', '140130.670000', '140131.130000', '140131.590000', '140132.050000', '140132.510000', '140132.970000', '140133.430000', '140133.890000', '140134.350000', '140134.810000', '140135.270000', '140135.730000', '140136.190000', '140136.650000', '140137.110000', '140137.570000', '140138.030000', '140138.490000', '140138.950000', '140139.410000', '140139.870000', '140140.330000', '140140.790000', '140141.250000', '140141.710000', '140142.170000', '140142.630000', '140143.090000', '140143.550000', '140144.010000', '140144.470000', '140144.930000', '140145.390000', '140145.850000', '140146.310000', '140146.770000', '140147.230000', '140147.690000', '140148.150000', '140148.610000', '140149.070000', '140149.530000', '140149.990000', '140150.450000', '140150.910000', '140151.370000', '140151.830000', '140152.290000', '140152.750000', '140153.210000', '140153.670000', '140154.130000', '140154.590000', '140155.050000', '140155.510000', '140155.970000', '140156.430000', '140156.890000', '140157.350000', '140157.810000', '140158.270000', '140158.730000', '140159.190000', '140159.650000', '140200.110000', '140200.570000', '140201.030000', '140201.490000', '140201.950000', '140202.410000', '140202.870000', '140203.330000', '140203.790000', '140204.250000', '140204.710000', '140205.170000', '140205.630000', '140206.090000', '140206.550000', '140207.010000', '140207.470000', '140207.930000', '140208.390000', '140208.850000', '140209.310000', '140209.770000', '140210.230000', '140210.690000', '140211.150000', '140211.610000', '140212.070000', '140212.530000', '140212.990000', '140213.450000', '140213.910000', '140214.370000', '140214.830000', '140215.290000', '140215.750000', '140216.210000', '140216.670000', '140217.130000', '140217.590000', '140218.050000', '140218.510000', '140218.970000', '140219.430000', '140219.890000', '140220.350000', '140220.810000', '140221.270000', '140221.730000', '140222.190000', '140222.650000', '140223.110000', '140223.570000', '140224.030000', '140224.490000', '140224.950000', '140225.410000', '140225.870000', '140226.330000', '140226.790000', '140227.250000', '140227.710000', '140228.170000', '140228.630000', '140229.090000', '140229.550000', '140230.010000', '140230.470000', '140230.930000', '140231.390000', '140231.850000', '140232.310000', '140232.770000', '140233.230000', '140233.690000', '140234.150000', '140234.610000', '140235.070000', '140235.530000', '140235.990000', '140236.450000', '140236.910000', '140237.370000', '140237.830000', '140238.290000', '140238.750000', '140239.210000', '140239.670000', '140240.130000', '140240.590000', '140241.050000', '140241.510000', '140241.970000', '140242.430000', '140242.890000', '140243.350000', '140243.810000', '140244.270000', '140244.730000', '140245.190000', '140245.650000', '140246.110000', '140246.570000', '140247.030000', '140247.490000', '140247.950000', '140248.410000', '140248.870000', '140249.330000', '140249.790000', '140250.250000', '140250.710000', '140251.170000', '140251.630000', '140252.090000', '140252.550000', '140253.010000', '140253.470000', '140253.930000', '140254.390000', '140254.850000', '140255.310000', '140255.770000', '140256.230000', '140256.690000', '140257.150000', '140257.610000', '140258.070000', '140258.530000', '140258.990000', '140259.450000', '140259.910000', '140300.370000', '140300.830000', '140301.290000', '140301.750000', '140302.210000', '140302.670000', '140303.130000', '140303.590000', '140304.050000'], 'ContentTime': ['135644.741000', '135644.744000', '135644.747000', '135644.760000', '135644.762000', '135644.765000', '135644.768000', '135644.770000', '135644.773000', '135644.775000', '135644.778000', '135644.780000', '135644.783000', '135644.786000', '135644.788000', '135644.791000', '135644.793000', '135644.796000', '135644.799000', '135644.801000', '135644.804000', '135644.806000', '135644.809000', '135644.812000', '135644.814000', '135644.817000', '135644.819000', '135644.822000', '135644.825000', '135644.827000', '135644.830000', '135644.832000', '135644.835000', '135644.837000', '135644.840000', '135644.842000', '135644.845000', '135644.848000', '135644.850000', '135644.853000', '135644.856000', '135644.858000', '135644.861000', '135644.863000', '135704.711000', '135704.713000', '135704.716000', '135704.719000', '135704.721000', '135704.724000', '135704.727000', '135704.729000', '135704.732000', '135704.734000', '135704.737000', '135704.740000', '135704.742000', '135704.745000', '135704.747000', '135704.750000', '135704.752000', '135704.755000', '135704.757000', '135704.760000', '135704.763000', '135704.765000', '135704.768000', '135704.770000', '135704.773000', '135704.776000', '135704.778000', '135704.781000', '135704.783000', '135704.786000', '135704.788000', '135704.791000', '135704.793000', '135704.796000', '135704.799000', '135704.801000', '135704.804000', '135704.810000', '135704.813000', '135704.816000', '135704.818000', '135704.821000', '135704.823000', '135704.826000', '135724.710000', '135724.713000', '135724.716000', '135724.718000', '135724.721000', '135724.724000', '135724.726000', '135724.729000', '135724.732000', '135724.734000', '135724.737000', '135724.740000', '135724.742000', '135724.745000', '135724.747000', '135724.750000', '135724.752000', '135724.755000', '135724.757000', '135724.760000', '135724.762000', '135724.765000', '135724.768000', '135724.770000', '135724.773000', '135724.775000', '135724.778000', '135724.782000', '135724.785000', '135724.787000', '135724.790000', '135724.792000', '135724.795000', '135724.798000', '135724.800000', '135724.803000', '135724.805000', '135724.808000', '135724.820000', '135724.823000', '135724.825000', '135724.828000', '135724.830000', '135744.709000', '135744.712000', '135744.715000', '135744.718000', '135744.720000', '135744.723000', '135744.725000', '135744.728000', '135744.731000', '135744.733000', '135744.736000', '135744.739000', '135744.741000', '135744.744000', '135744.746000', '135744.749000', '135744.751000', '135744.754000', '135744.757000', '135744.759000', '135744.762000', '135744.764000', '135744.767000', '135744.770000', '135744.772000', '135744.775000', '135744.777000', '135744.780000', '135744.783000', '135744.785000', '135744.788000', '135744.791000', '135744.793000', '135744.796000', '135744.798000', '135744.801000', '135744.821000', '135744.824000', '135744.826000', '135744.838000', '135744.841000', '135744.843000', '135744.846000', '135744.849000', '135804.711000', '135804.713000', '135804.716000', '135804.719000', '135804.721000', '135804.724000', '135804.726000', '135804.729000', '135804.732000', '135804.734000', '135804.737000', '135804.739000', '135804.742000', '135804.744000', '135804.747000', '135804.749000', '135804.752000', '135804.755000', '135804.757000', '135804.760000', '135804.762000', '135804.765000', '135804.803000', '135804.806000', '135804.808000', '135804.811000', '135804.813000', '135804.816000', '135804.818000', '135804.821000', '135804.824000', '135804.826000', '135804.829000', '135804.831000', '135804.834000', '135804.836000', '135804.839000', '135804.842000', '135804.844000', '135804.847000', '135804.849000', '135804.852000', '135804.855000', '135824.711000', '135824.713000', '135824.716000', '135824.718000', '135824.721000', '135824.724000', '135824.726000', '135824.729000', '135824.731000', '135824.734000', '135824.737000', '135824.739000', '135824.742000', '135824.744000', '135824.747000', '135824.750000', '135824.752000', '135824.755000', '135824.757000', '135824.760000', '135824.762000', '135824.765000', '135824.768000', '135824.770000', '135824.773000', '135824.775000', '135824.778000', '135824.781000', '135824.783000', '135824.786000', '135824.788000', '135824.798000', '135824.801000', '135824.803000', '135824.806000', '135824.809000', '135824.811000', '135824.814000', '135824.816000', '135824.819000', '135824.822000', '135824.824000', '135824.827000', '135824.829000', '135844.710000', '135844.713000', '135844.716000', '135844.719000', '135844.721000', '135844.724000', '135844.727000', '135844.729000', '135844.732000', '135844.735000', '135844.737000', '135844.740000', '135844.742000', '135844.745000', '135844.748000', '135844.750000', '135844.753000', '135844.756000', '135844.758000', '135844.761000', '135844.763000', '135844.766000', '135844.769000', '135844.771000', '135844.774000', '135844.776000', '135844.779000', '135844.782000', '135844.784000', '135844.787000', '135844.789000', '135844.793000', '135844.795000', '135844.798000', '135844.801000', '135844.803000', '135844.806000', '135844.809000', '135844.811000', '135844.814000', '135844.816000', '135844.819000', '135844.822000', '135904.710000', '135904.713000', '135904.717000', '135904.719000', '135904.722000', '135904.725000', '135904.727000', '135904.730000', '135904.732000', '135904.735000', '135904.738000', '135904.740000', '135904.743000', '135904.745000', '135904.748000', '135904.751000', '135904.753000', '135904.756000', '135904.759000', '135904.764000', '135904.767000', '135904.769000', '135904.772000', '135904.775000', '135904.777000', '135904.780000', '135904.782000', '135904.785000', '135904.788000', '135904.790000', '135904.793000', '135904.795000', '135904.798000', '135904.801000', '135904.803000', '135904.806000', '135904.808000', '135904.811000', '135904.814000', '135904.816000', '135904.819000', '135904.821000', '135904.824000', '135904.826000', '135924.710000', '135924.713000', '135924.716000', '135924.718000', '135924.721000', '135924.724000', '135924.726000', '135924.729000', '135924.731000', '135924.734000', '135924.737000', '135924.739000', '135924.742000', '135924.744000', '135924.747000', '135924.749000', '135924.752000', '135924.755000', '135924.757000', '135924.760000', '135924.762000', '135924.765000', '135924.767000', '135924.770000', '135924.773000', '135924.775000', '135924.778000', '135924.780000', '135924.783000', '135924.786000', '135924.788000', '135924.791000', '135924.793000', '135924.796000', '135924.799000', '135924.801000', '135924.804000', '135924.806000', '135924.809000', '135924.811000', '135924.814000', '135924.817000', '135924.819000', '135944.711000', '135944.714000', '135944.717000', '135944.719000', '135944.731000', '135944.734000', '135944.736000', '135944.739000', '135944.742000', '135944.744000', '135944.747000', '135944.749000', '135944.752000', '135944.755000', '135944.758000', '135944.760000', '135944.763000', '135944.765000', '135944.768000', '135944.771000', '135944.773000', '135944.776000', '135944.779000', '135944.781000', '135944.784000', '135944.786000', '135944.789000', '135944.792000', '135944.794000', '135944.797000', '135944.800000', '135944.802000', '135944.805000', '135944.808000', '135944.810000', '135944.813000', '135944.816000', '135944.818000', '135944.821000', '135944.824000', '135944.826000', '135944.829000', '135944.831000', '135944.834000', '140004.710000', '140004.712000', '140004.715000', '140004.718000', '140004.720000', '140004.723000', '140004.726000', '140004.728000', '140004.731000', '140004.733000', '140004.736000', '140004.739000', '140004.741000', '140004.744000', '140004.746000', '140004.749000', '140004.752000', '140004.754000', '140004.757000', '140004.759000', '140004.762000', '140004.765000', '140004.767000', '140004.770000', '140004.772000', '140004.775000', '140004.777000', '140004.780000', '140004.783000', '140004.785000', '140004.788000', '140004.790000', '140004.793000', '140004.796000', '140004.798000', '140004.801000', '140004.803000', '140004.806000', '140004.809000', '140004.811000', '140004.814000', '140004.816000', '140004.819000', '140024.710000', '140024.713000', '140024.716000', '140024.718000', '140024.721000', '140024.724000', '140024.726000', '140024.729000', '140024.731000', '140024.734000', '140024.737000', '140024.739000', '140024.742000', '140024.745000', '140024.747000', '140024.750000', '140024.752000', '140024.755000', '140024.758000', '140024.760000', '140024.763000', '140024.765000', '140024.768000', '140024.771000', '140024.773000', '140024.776000', '140024.778000', '140024.781000', '140024.784000', '140024.786000', '140024.789000', '140024.791000', '140024.794000', '140024.797000', '140024.799000', '140024.802000', '140024.805000', '140024.807000', '140024.810000', '140024.812000', '140024.815000', '140024.817000', '140024.820000', '140024.823000', '140044.711000', '140044.713000', '140044.716000', '140044.719000', '140044.721000', '140044.724000', '140044.726000', '140044.729000', '140044.732000', '140044.734000', '140044.737000', '140044.740000', '140044.742000', '140044.745000', '140044.747000', '140044.750000', '140044.753000', '140044.755000', '140044.758000', '140044.761000', '140044.763000', '140044.766000', '140044.768000', '140044.771000', '140044.774000', '140044.777000', '140044.779000', '140044.782000', '140044.784000', '140044.787000', '140044.790000', '140044.792000', '140044.795000', '140044.798000', '140044.800000', '140044.803000', '140044.805000', '140044.808000', '140044.811000', '140044.813000', '140044.816000', '140044.818000', '140044.821000', '140104.711000', '140104.714000', '140104.716000', '140104.719000', '140104.722000', '140104.724000', '140104.727000', '140104.729000', '140104.732000', '140104.735000', '140104.737000', '140104.740000', '140104.742000', '140104.745000', '140104.747000', '140104.750000', '140104.753000', '140104.756000', '140104.758000', '140104.761000', '140104.763000', '140104.766000', '140104.769000', '140104.771000', '140104.774000', '140104.776000', '140104.779000', '140104.782000', '140104.784000', '140104.797000', '140104.800000', '140104.802000', '140104.805000', '140104.807000', '140104.810000', '140104.813000', '140104.815000', '140104.818000', '140104.821000', '140104.823000', '140104.826000', '140104.828000', '140104.831000', '140104.834000', '140124.711000', '140124.713000', '140124.716000', '140124.719000', '140124.721000', '140124.724000', '140124.727000', '140124.729000', '140124.732000', '140124.734000', '140124.737000', '140124.740000', '140124.742000', '140124.745000', '140124.747000', '140124.750000', '140124.753000', '140124.755000', '140124.758000', '140124.760000', '140124.763000', '140124.766000', '140124.768000', '140124.771000', '140124.773000', '140124.776000', '140124.778000', '140124.781000', '140124.784000', '140124.786000', '140124.789000', '140124.791000', '140124.794000', '140124.797000', '140124.799000', '140124.802000', '140124.804000', '140124.807000', '140124.810000', '140124.812000', '140124.815000', '140124.817000', '140124.820000', '140144.711000', '140144.713000', '140144.716000', '140144.719000', '140144.721000', '140144.724000', '140144.726000', '140144.729000', '140144.732000', '140144.734000', '140144.737000', '140144.740000', '140144.742000', '140144.745000', '140144.747000', '140144.750000', '140144.753000', '140144.755000', '140144.758000', '140144.761000', '140144.763000', '140144.766000', '140144.768000', '140144.771000', '140144.774000', '140144.776000', '140144.779000', '140144.782000', '140144.784000', '140144.787000', '140144.790000', '140144.792000', '140144.795000', '140144.798000', '140144.800000', '140144.803000', '140144.805000', '140144.808000', '140144.811000', '140144.813000', '140144.816000', '140144.819000', '140144.821000', '140204.711000', '140204.714000', '140204.716000', '140204.719000', '140204.721000', '140204.724000', '140204.726000', '140204.729000', '140204.732000', '140204.734000', '140204.737000', '140204.739000', '140204.742000', '140204.745000', '140204.747000', '140204.750000', '140204.752000', '140204.755000', '140204.758000', '140204.760000', '140204.763000', '140204.765000', '140204.768000', '140204.771000', '140204.773000', '140204.776000', '140204.779000', '140204.781000', '140204.784000', '140204.787000', '140204.789000', '140204.792000', '140204.794000', '140204.797000', '140204.800000', '140204.802000', '140204.805000', '140204.807000', '140204.810000', '140204.813000', '140204.815000', '140204.818000', '140204.820000', '140204.823000', '140224.710000', '140224.713000', '140224.715000', '140224.718000', '140224.722000', '140224.725000', '140224.727000', '140224.730000', '140224.733000', '140224.735000', '140224.738000', '140224.741000', '140224.744000', '140224.746000', '140224.749000', '140224.751000', '140224.754000', '140224.757000', '140224.759000', '140224.762000', '140224.764000', '140224.767000', '140224.770000', '140224.772000', '140224.775000', '140224.777000', '140224.780000', '140224.783000', '140224.785000', '140224.788000', '140224.790000', '140224.793000', '140224.796000', '140224.798000', '140224.801000', '140224.803000', '140224.806000', '140224.809000', '140224.811000', '140224.814000', '140224.824000', '140224.827000', '140224.829000', '140244.711000', '140244.713000', '140244.716000', '140244.719000', '140244.721000', '140244.724000', '140244.726000', '140244.729000', '140244.732000', '140244.734000', '140244.737000', '140244.740000', '140244.742000', '140244.745000', '140244.747000', '140244.750000', '140244.753000', '140244.755000', '140244.758000', '140244.760000', '140244.763000', '140244.766000', '140244.768000', '140244.771000', '140244.774000', '140244.776000', '140244.779000', '140244.781000', '140244.784000', '140244.787000', '140244.789000', '140244.792000', '140244.794000', '140244.797000', '140244.800000', '140244.802000', '140244.805000', '140244.808000', '140244.810000', '140244.813000', '140244.816000', '140244.818000', '140244.821000', '140244.823000', '140304.711000', '140304.714000', '140304.716000', '140304.719000', '140304.722000', '140304.724000', '140304.727000', '140304.729000', '140304.732000', '140304.735000', '140304.737000', '140304.740000', '140304.743000', '140304.745000', '140304.748000', '140304.751000', '140304.753000', '140304.756000', '140304.758000', '140304.761000', '140304.764000', '140304.767000', '140304.769000', '140304.772000', '140304.774000', '140304.777000', '140304.781000', '140304.784000', '140304.787000', '140304.791000', '140304.793000', '140304.796000', '140304.799000', '140304.802000', '140304.805000', '140304.807000', '140304.810000', '140304.812000', '140304.815000', '140304.818000', '140304.820000', '140304.823000', '140304.826000', '140305.186000', '140305.189000'], 'InstanceCreationTime': ['135644.741000', '135644.744000', '135644.747000', '135644.760000', '135644.762000', '135644.765000', '135644.768000', '135644.770000', '135644.773000', '135644.775000', '135644.778000', '135644.780000', '135644.783000', '135644.786000', '135644.788000', '135644.791000', '135644.793000', '135644.796000', '135644.799000', '135644.801000', '135644.804000', '135644.806000', '135644.809000', '135644.812000', '135644.814000', '135644.817000', '135644.819000', '135644.822000', '135644.825000', '135644.827000', '135644.830000', '135644.832000', '135644.835000', '135644.837000', '135644.840000', '135644.842000', '135644.845000', '135644.848000', '135644.850000', '135644.853000', '135644.856000', '135644.858000', '135644.861000', '135644.863000', '135704.711000', '135704.713000', '135704.716000', '135704.719000', '135704.721000', '135704.724000', '135704.727000', '135704.729000', '135704.732000', '135704.734000', '135704.737000', '135704.740000', '135704.742000', '135704.745000', '135704.747000', '135704.750000', '135704.752000', '135704.755000', '135704.757000', '135704.760000', '135704.763000', '135704.765000', '135704.768000', '135704.770000', '135704.773000', '135704.776000', '135704.778000', '135704.781000', '135704.783000', '135704.786000', '135704.788000', '135704.791000', '135704.793000', '135704.796000', '135704.799000', '135704.801000', '135704.804000', '135704.810000', '135704.813000', '135704.816000', '135704.818000', '135704.821000', '135704.823000', '135704.826000', '135724.710000', '135724.713000', '135724.716000', '135724.718000', '135724.721000', '135724.724000', '135724.726000', '135724.729000', '135724.732000', '135724.734000', '135724.737000', '135724.740000', '135724.742000', '135724.745000', '135724.747000', '135724.750000', '135724.752000', '135724.755000', '135724.757000', '135724.760000', '135724.762000', '135724.765000', '135724.768000', '135724.770000', '135724.773000', '135724.775000', '135724.778000', '135724.782000', '135724.785000', '135724.787000', '135724.790000', '135724.792000', '135724.795000', '135724.798000', '135724.800000', '135724.803000', '135724.805000', '135724.808000', '135724.820000', '135724.823000', '135724.825000', '135724.828000', '135724.830000', '135744.709000', '135744.712000', '135744.715000', '135744.718000', '135744.720000', '135744.723000', '135744.725000', '135744.728000', '135744.731000', '135744.733000', '135744.736000', '135744.739000', '135744.741000', '135744.744000', '135744.746000', '135744.749000', '135744.751000', '135744.754000', '135744.757000', '135744.759000', '135744.762000', '135744.764000', '135744.767000', '135744.770000', '135744.772000', '135744.775000', '135744.777000', '135744.780000', '135744.783000', '135744.785000', '135744.788000', '135744.791000', '135744.793000', '135744.796000', '135744.798000', '135744.801000', '135744.821000', '135744.824000', '135744.826000', '135744.838000', '135744.841000', '135744.843000', '135744.846000', '135744.849000', '135804.711000', '135804.713000', '135804.716000', '135804.719000', '135804.721000', '135804.724000', '135804.726000', '135804.729000', '135804.732000', '135804.734000', '135804.737000', '135804.739000', '135804.742000', '135804.744000', '135804.747000', '135804.749000', '135804.752000', '135804.755000', '135804.757000', '135804.760000', '135804.762000', '135804.765000', '135804.803000', '135804.806000', '135804.808000', '135804.811000', '135804.813000', '135804.816000', '135804.818000', '135804.821000', '135804.824000', '135804.826000', '135804.829000', '135804.831000', '135804.834000', '135804.836000', '135804.839000', '135804.842000', '135804.844000', '135804.847000', '135804.849000', '135804.852000', '135804.855000', '135824.711000', '135824.713000', '135824.716000', '135824.718000', '135824.721000', '135824.724000', '135824.726000', '135824.729000', '135824.731000', '135824.734000', '135824.737000', '135824.739000', '135824.742000', '135824.744000', '135824.747000', '135824.750000', '135824.752000', '135824.755000', '135824.757000', '135824.760000', '135824.762000', '135824.765000', '135824.768000', '135824.770000', '135824.773000', '135824.775000', '135824.778000', '135824.781000', '135824.783000', '135824.786000', '135824.788000', '135824.798000', '135824.801000', '135824.803000', '135824.806000', '135824.809000', '135824.811000', '135824.814000', '135824.816000', '135824.819000', '135824.822000', '135824.824000', '135824.827000', '135824.829000', '135844.710000', '135844.713000', '135844.716000', '135844.719000', '135844.721000', '135844.724000', '135844.727000', '135844.729000', '135844.732000', '135844.735000', '135844.737000', '135844.740000', '135844.742000', '135844.745000', '135844.748000', '135844.750000', '135844.753000', '135844.756000', '135844.758000', '135844.761000', '135844.763000', '135844.766000', '135844.769000', '135844.771000', '135844.774000', '135844.776000', '135844.779000', '135844.782000', '135844.784000', '135844.787000', '135844.789000', '135844.793000', '135844.795000', '135844.798000', '135844.801000', '135844.803000', '135844.806000', '135844.809000', '135844.811000', '135844.814000', '135844.816000', '135844.819000', '135844.822000', '135904.710000', '135904.713000', '135904.717000', '135904.719000', '135904.722000', '135904.725000', '135904.727000', '135904.730000', '135904.732000', '135904.735000', '135904.738000', '135904.740000', '135904.743000', '135904.745000', '135904.748000', '135904.751000', '135904.753000', '135904.756000', '135904.759000', '135904.764000', '135904.767000', '135904.769000', '135904.772000', '135904.775000', '135904.777000', '135904.780000', '135904.782000', '135904.785000', '135904.788000', '135904.790000', '135904.793000', '135904.795000', '135904.798000', '135904.801000', '135904.803000', '135904.806000', '135904.808000', '135904.811000', '135904.814000', '135904.816000', '135904.819000', '135904.821000', '135904.824000', '135904.826000', '135924.710000', '135924.713000', '135924.716000', '135924.718000', '135924.721000', '135924.724000', '135924.726000', '135924.729000', '135924.731000', '135924.734000', '135924.737000', '135924.739000', '135924.742000', '135924.744000', '135924.747000', '135924.749000', '135924.752000', '135924.755000', '135924.757000', '135924.760000', '135924.762000', '135924.765000', '135924.767000', '135924.770000', '135924.773000', '135924.775000', '135924.778000', '135924.780000', '135924.783000', '135924.786000', '135924.788000', '135924.791000', '135924.793000', '135924.796000', '135924.799000', '135924.801000', '135924.804000', '135924.806000', '135924.809000', '135924.811000', '135924.814000', '135924.817000', '135924.819000', '135944.711000', '135944.714000', '135944.717000', '135944.719000', '135944.731000', '135944.734000', '135944.736000', '135944.739000', '135944.742000', '135944.744000', '135944.747000', '135944.749000', '135944.752000', '135944.755000', '135944.758000', '135944.760000', '135944.763000', '135944.765000', '135944.768000', '135944.771000', '135944.773000', '135944.776000', '135944.779000', '135944.781000', '135944.784000', '135944.786000', '135944.789000', '135944.792000', '135944.794000', '135944.797000', '135944.800000', '135944.802000', '135944.805000', '135944.808000', '135944.810000', '135944.813000', '135944.816000', '135944.818000', '135944.821000', '135944.824000', '135944.826000', '135944.829000', '135944.831000', '135944.834000', '140004.710000', '140004.712000', '140004.715000', '140004.718000', '140004.720000', '140004.723000', '140004.726000', '140004.728000', '140004.731000', '140004.733000', '140004.736000', '140004.739000', '140004.741000', '140004.744000', '140004.746000', '140004.749000', '140004.752000', '140004.754000', '140004.757000', '140004.759000', '140004.762000', '140004.765000', '140004.767000', '140004.770000', '140004.772000', '140004.775000', '140004.777000', '140004.780000', '140004.783000', '140004.785000', '140004.788000', '140004.790000', '140004.793000', '140004.796000', '140004.798000', '140004.801000', '140004.803000', '140004.806000', '140004.809000', '140004.811000', '140004.814000', '140004.816000', '140004.819000', '140024.710000', '140024.713000', '140024.716000', '140024.718000', '140024.721000', '140024.724000', '140024.726000', '140024.729000', '140024.731000', '140024.734000', '140024.737000', '140024.739000', '140024.742000', '140024.745000', '140024.747000', '140024.750000', '140024.752000', '140024.755000', '140024.758000', '140024.760000', '140024.763000', '140024.765000', '140024.768000', '140024.771000', '140024.773000', '140024.776000', '140024.778000', '140024.781000', '140024.784000', '140024.786000', '140024.789000', '140024.791000', '140024.794000', '140024.797000', '140024.799000', '140024.802000', '140024.805000', '140024.807000', '140024.810000', '140024.812000', '140024.815000', '140024.817000', '140024.820000', '140024.823000', '140044.711000', '140044.713000', '140044.716000', '140044.719000', '140044.721000', '140044.724000', '140044.726000', '140044.729000', '140044.732000', '140044.734000', '140044.737000', '140044.740000', '140044.742000', '140044.745000', '140044.747000', '140044.750000', '140044.753000', '140044.755000', '140044.758000', '140044.761000', '140044.763000', '140044.766000', '140044.768000', '140044.771000', '140044.774000', '140044.777000', '140044.779000', '140044.782000', '140044.784000', '140044.787000', '140044.790000', '140044.792000', '140044.795000', '140044.798000', '140044.800000', '140044.803000', '140044.805000', '140044.808000', '140044.811000', '140044.813000', '140044.816000', '140044.818000', '140044.821000', '140104.711000', '140104.714000', '140104.716000', '140104.719000', '140104.722000', '140104.724000', '140104.727000', '140104.729000', '140104.732000', '140104.735000', '140104.737000', '140104.740000', '140104.742000', '140104.745000', '140104.747000', '140104.750000', '140104.753000', '140104.756000', '140104.758000', '140104.761000', '140104.763000', '140104.766000', '140104.769000', '140104.771000', '140104.774000', '140104.776000', '140104.779000', '140104.782000', '140104.784000', '140104.797000', '140104.800000', '140104.802000', '140104.805000', '140104.807000', '140104.810000', '140104.813000', '140104.815000', '140104.818000', '140104.821000', '140104.823000', '140104.826000', '140104.828000', '140104.831000', '140104.834000', '140124.711000', '140124.713000', '140124.716000', '140124.719000', '140124.721000', '140124.724000', '140124.727000', '140124.729000', '140124.732000', '140124.734000', '140124.737000', '140124.740000', '140124.742000', '140124.745000', '140124.747000', '140124.750000', '140124.753000', '140124.755000', '140124.758000', '140124.760000', '140124.763000', '140124.766000', '140124.768000', '140124.771000', '140124.773000', '140124.776000', '140124.778000', '140124.781000', '140124.784000', '140124.786000', '140124.789000', '140124.791000', '140124.794000', '140124.797000', '140124.799000', '140124.802000', '140124.804000', '140124.807000', '140124.810000', '140124.812000', '140124.815000', '140124.817000', '140124.820000', '140144.711000', '140144.713000', '140144.716000', '140144.719000', '140144.721000', '140144.724000', '140144.726000', '140144.729000', '140144.732000', '140144.734000', '140144.737000', '140144.740000', '140144.742000', '140144.745000', '140144.747000', '140144.750000', '140144.753000', '140144.755000', '140144.758000', '140144.761000', '140144.763000', '140144.766000', '140144.768000', '140144.771000', '140144.774000', '140144.776000', '140144.779000', '140144.782000', '140144.784000', '140144.787000', '140144.790000', '140144.792000', '140144.795000', '140144.798000', '140144.800000', '140144.803000', '140144.805000', '140144.808000', '140144.811000', '140144.813000', '140144.816000', '140144.819000', '140144.821000', '140204.711000', '140204.714000', '140204.716000', '140204.719000', '140204.721000', '140204.724000', '140204.726000', '140204.729000', '140204.732000', '140204.734000', '140204.737000', '140204.739000', '140204.742000', '140204.745000', '140204.747000', '140204.750000', '140204.752000', '140204.755000', '140204.758000', '140204.760000', '140204.763000', '140204.765000', '140204.768000', '140204.771000', '140204.773000', '140204.776000', '140204.779000', '140204.781000', '140204.784000', '140204.787000', '140204.789000', '140204.792000', '140204.794000', '140204.797000', '140204.800000', '140204.802000', '140204.805000', '140204.807000', '140204.810000', '140204.813000', '140204.815000', '140204.818000', '140204.820000', '140204.823000', '140224.710000', '140224.713000', '140224.715000', '140224.718000', '140224.722000', '140224.725000', '140224.727000', '140224.730000', '140224.733000', '140224.735000', '140224.738000', '140224.741000', '140224.744000', '140224.746000', '140224.749000', '140224.751000', '140224.754000', '140224.757000', '140224.759000', '140224.762000', '140224.764000', '140224.767000', '140224.770000', '140224.772000', '140224.775000', '140224.777000', '140224.780000', '140224.783000', '140224.785000', '140224.788000', '140224.790000', '140224.793000', '140224.796000', '140224.798000', '140224.801000', '140224.803000', '140224.806000', '140224.809000', '140224.811000', '140224.814000', '140224.824000', '140224.827000', '140224.829000', '140244.711000', '140244.713000', '140244.716000', '140244.719000', '140244.721000', '140244.724000', '140244.726000', '140244.729000', '140244.732000', '140244.734000', '140244.737000', '140244.740000', '140244.742000', '140244.745000', '140244.747000', '140244.750000', '140244.753000', '140244.755000', '140244.758000', '140244.760000', '140244.763000', '140244.766000', '140244.768000', '140244.771000', '140244.774000', '140244.776000', '140244.779000', '140244.781000', '140244.784000', '140244.787000', '140244.789000', '140244.792000', '140244.794000', '140244.797000', '140244.800000', '140244.802000', '140244.805000', '140244.808000', '140244.810000', '140244.813000', '140244.816000', '140244.818000', '140244.821000', '140244.823000', '140304.711000', '140304.714000', '140304.716000', '140304.719000', '140304.722000', '140304.724000', '140304.727000', '140304.729000', '140304.732000', '140304.735000', '140304.737000', '140304.740000', '140304.743000', '140304.745000', '140304.748000', '140304.751000', '140304.753000', '140304.756000', '140304.758000', '140304.761000', '140304.764000', '140304.767000', '140304.769000', '140304.772000', '140304.774000', '140304.777000', '140304.781000', '140304.784000', '140304.787000', '140304.791000', '140304.793000', '140304.796000', '140304.799000', '140304.802000', '140304.805000', '140304.807000', '140304.810000', '140304.812000', '140304.815000', '140304.818000', '140304.820000', '140304.823000', '140304.826000', '140305.186000', '140305.189000'], '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': [12334, 9192, 10547, 9568, 9456, 9550, 9501, 11772, 9360, 9398, 9810, 9832, 9552, 9799, 10808, 9449, 9360, 9888, 9743, 9964, 9600, 10846, 10329, 9772, 10388, 9336, 11575, 9225, 9953, 9887, 9503, 10054, 9793, 10928, 9706, 9211, 9596, 9637, 9758, 9916, 9794, 9386, 9405, 9457, 9227, 10536, 9301, 9236, 9532, 9531, 10911, 8867, 9245, 9231, 8771, 9344, 9251, 9720, 9088, 9155, 9356, 8804, 10174, 9324, 8976, 9624, 9763, 11100, 8845, 9168, 9308, 9186, 9336, 9442, 9483, 9651, 9591, 9777, 8934, 10499, 9092, 9338, 9291, 9410, 10372, 8769, 8744, 9168, 8976, 9644, 9168, 9566, 9102, 9254, 10864, 8904, 9344, 9182, 9280, 12079, 9221, 8699, 9322, 9180, 9828, 9002, 9370, 9443, 9244, 10325, 9440, 8861, 9574, 8865, 10564, 9049, 9732, 9353, 9341, 10307, 8989, 9848, 9712, 9033, 11262, 9096, 10032, 9799, 9451, 9456, 9283, 9966, 9176, 8932, 9003, 9002, 10490, 9116, 8761, 9229, 9464, 9685, 9021, 8420, 9063, 9002, 9844, 9390, 9109, 9299, 9406, 10387, 9313, 8540, 9323, 8897, 9184, 8848, 9374, 9365, 9002, 9556, 8670, 9501, 9146, 8935, 9513, 9181, 10202, 8846, 8635, 9342, 8635, 9790, 9079, 9540, 9338, 9203, 9549, 8635, 9613, 9413, 8890, 9268, 9276, 10637, 8818, 8769, 9463, 8800, 9362, 9042, 9517, 8869, 9231, 9690, 8641, 9565, 8820, 9108, 8942, 9497, 10554, 8710, 8648, 9347, 8821, 9247, 9201, 9718, 8973, 9378, 9347, 8947, 9590, 9166, 9492, 9171, 9442, 10119, 8885, 9414, 9644, 9026, 9118, 9179, 9886, 9579, 9201, 9480, 9166, 10055, 8936, 9773, 9176, 9337, 9620, 9279, 9573, 9376, 9441, 9558, 9174, 10565, 9539, 9369, 9681, 9595, 10545, 8861, 9378, 9615, 9518, 9579, 9763, 9770, 9438, 9623, 9390, 9037, 9744, 9638, 9497, 9287, 9870, 10826, 9227, 8845, 9324, 8963, 10383, 9059, 9366, 9558, 9315, 9402, 9003, 9496, 9371, 9113, 9294, 9559, 11251, 9409, 8625, 9360, 9038, 10404, 9164, 9394, 9146, 8537, 9552, 9560, 9763, 9054, 8612, 9582, 9202, 9389, 9437, 9630, 9359, 9289, 9899, 8835, 9597, 9568, 9906, 9796, 9243, 9680, 9096, 8937, 9403, 9864, 9457, 9310, 9644, 9128, 9020, 9479, 9334, 10690, 8910, 8695, 9625, 9383, 10328, 9518, 9832, 11161, 9290, 10194, 9369, 9173, 9806, 9031, 9350, 9421, 9536, 9840, 9389, 8673, 9598, 8763, 9985, 9122, 8976, 9175, 9551, 9921, 9318, 9807, 9392, 9166, 10034, 9152, 8991, 9520, 9270, 11189, 9049, 9816, 9506, 9649, 9617, 9238, 9654, 9271, 9346, 9291, 9212, 10328, 9177, 8666, 9308, 9386, 9447, 8957, 8741, 9199, 9366, 9407, 9403, 9497, 9281, 8909, 9246, 8991, 11368, 9135, 9289, 9724, 9512, 11330, 9040, 9526, 9332, 8837, 9380, 9799, 10145, 9410, 8914, 9524, 9148, 10395, 9101, 9328, 9161, 9577, 9444, 8982, 9436, 9323, 9484, 11093, 9641, 9152, 9492, 9360, 9851, 9479, 9006, 9556, 9546, 9447, 9527, 9485, 9488, 9150, 9367, 9243, 9003, 9543, 9494, 10518, 9198, 8902, 9249, 9088, 9361, 9229, 10275, 9307, 8533, 9295, 9054, 10602, 8881, 9470, 9458, 8892, 9658, 9412, 9862, 9571, 9191, 9835, 9727, 10437, 9340, 9541, 9577, 9287, 9236, 9324, 9910, 9372, 8420, 9551, 9178, 9494, 9340, 9445, 9697, 9611, 10984, 9563, 8647, 9365, 9243, 10250, 9181, 9568, 9418, 9558, 9272, 9400, 9196, 11655, 9228, 9273, 9471, 9917, 9571, 9657, 9385, 9407, 9206, 9552, 9162, 10320, 9440, 8434, 9424, 9192, 9967, 9283, 9342, 9086, 9564, 9409, 9334, 9589, 9538, 9420, 9541, 9300, 10383, 9497, 9169, 8953, 9101, 10945, 9106, 9384, 9424, 9608, 9052, 9105, 9431, 9322, 9163, 9240, 9572, 9551, 9219, 8907, 9222, 9129, 9979, 9198, 9364, 9278, 9412, 9088, 9175, 9579, 9338, 9272, 9222, 9619, 10963, 9158, 8738, 9272, 9181, 10465, 9277, 9459, 9158, 9676, 9614, 9194, 9551, 9373, 9251, 9602, 9657, 11077, 9472, 9193, 9611, 9231, 10686, 9585, 9456, 9622, 9686, 10041, 9519, 9296, 9173, 8895, 10007, 9812, 8298, 9496, 9132, 9796, 9032, 9546, 9161, 9198, 9561, 9401, 9055, 9255, 9931, 8965, 9491, 9052, 8565, 9590, 9598, 9132, 9347, 9918, 9233, 9644, 9466, 8767, 11174, 9350, 8890, 9424, 9616, 8762, 8598, 9930, 8909, 8599, 8953, 9304, 8946, 9167, 9154, 9394, 8626, 8950, 9314, 9586, 9231, 8668, 9032, 9009, 8883, 8933, 10823, 8865, 9049, 9077, 9016, 9840, 9059, 9020, 9219, 9213, 10284, 8852, 9499, 8855, 9045, 9737, 8972, 8641, 9127, 9501, 9149, 9266, 9059, 9076, 9095, 10658, 9127, 9308, 8892, 9138, 8929, 9031, 9128, 10011, 8973, 8829, 9183, 9624, 9174, 9248, 8580, 8858, 9027, 9581, 9009, 9251, 8768, 9121, 8496, 8992, 8891, 10240, 8659, 8716, 8928, 9117, 8828, 9376, 8472, 8884, 9012, 10172, 8967, 9709, 8771, 8653, 10044, 8911, 9125, 8964, 9122, 9793, 8575, 8807, 9129, 8263, 8889, 9124, 9487, 8879, 9046, 9127, 8648, 9279, 8946, 8711, 8902, 9324, 9520, 9261, 9480, 8862, 9094, 10212, 8799, 8642, 8983, 8577, 8851, 8729, 10069, 9140, 8713, 9290, 9022, 10212, 8875, 8862, 9051, 9608, 9170, 9368, 9293, 9011, 9326, 9066, 9309, 10774, 9020, 9962, 9169, 8784, 9926, 8991, 8982, 9077, 9320, 9925, 8668, 8196, 9058, 8821, 8906, 9047, 9210, 8786, 9135, 8872, 8476, 9204, 9138, 9087, 9113, 8797, 9768, 8790, 9508, 9269, 8967, 9028, 8948, 9060, 8931, 8918, 9211, 8700, 9341, 9136, 9338, 8946, 8739, 10533, 8829, 9199, 9185, 8800, 9179, 8840, 9070, 8940, 8859, 9212, 8511, 9366, 8726, 9258, 8942, 8774, 9144, 8900, 8660, 9083, 8312, 9077, 8569, 8687, 9130, 8437, 8890, 8955, 8418, 9007, 8828, 9851, 8806, 8607, 8850, 8680, 10769, 8675, 9287, 8862, 8880, 9213, 8560, 9158, 8787, 8991, 8822, 9017, 9275, 8533, 9003, 9397, 8824, 8985, 8516, 8569, 8922, 8827, 8818, 8966, 8787, 8956, 9238, 8546, 8923, 8845, 8950, 10138, 9110, 11326], 'WindowCenter': [4399.0, 4354.0, 4350.0, 4339.0, 4338.0, 4335.0, 4336.0, 4343.0, 4324.0, 4324.0, 4334.0, 4335.0, 4321.0, 4321.0, 4330.0, 4320.0, 4321.0, 4332.0, 4324.0, 4322.0, 4323.0, 4331.0, 4319.0, 4321.0, 4319.0, 4323.0, 4343.0, 4320.0, 4320.0, 4321.0, 4320.0, 4318.0, 4320.0, 4328.0, 4320.0, 4323.0, 4321.0, 4323.0, 4320.0, 4320.0, 4332.0, 4322.0, 4324.0, 4323.0, 4322.0, 4332.0, 4321.0, 4324.0, 4334.0, 4335.0, 4346.0, 4323.0, 4324.0, 4322.0, 4312.0, 4321.0, 4324.0, 4322.0, 4311.0, 4325.0, 4324.0, 4323.0, 4333.0, 4323.0, 4323.0, 4321.0, 4335.0, 4332.0, 4324.0, 4324.0, 4323.0, 4324.0, 4321.0, 4320.0, 4322.0, 4320.0, 4331.0, 4333.0, 4311.0, 4331.0, 4323.0, 4321.0, 4320.0, 4322.0, 4322.0, 4324.0, 4325.0, 4335.0, 4324.0, 4323.0, 4322.0, 4323.0, 4322.0, 4324.0, 4342.0, 4323.0, 4323.0, 4323.0, 4320.0, 4331.0, 4308.0, 4300.0, 4309.0, 4322.0, 4323.0, 4323.0, 4311.0, 4321.0, 4321.0, 4320.0, 4321.0, 4312.0, 4333.0, 4326.0, 4332.0, 4323.0, 4322.0, 4322.0, 4323.0, 4321.0, 4310.0, 4321.0, 4322.0, 4322.0, 4330.0, 4310.0, 4309.0, 4319.0, 4309.0, 4307.0, 4323.0, 4319.0, 4321.0, 4310.0, 4308.0, 4311.0, 4319.0, 4310.0, 4310.0, 4308.0, 4322.0, 4321.0, 4322.0, 4313.0, 4311.0, 4312.0, 4321.0, 4310.0, 4311.0, 4310.0, 4321.0, 4332.0, 4325.0, 4313.0, 4323.0, 4321.0, 4322.0, 4322.0, 4311.0, 4310.0, 4324.0, 4324.0, 4312.0, 4320.0, 4322.0, 4312.0, 4320.0, 4323.0, 4330.0, 4321.0, 4324.0, 4324.0, 4313.0, 4323.0, 4324.0, 4322.0, 4320.0, 4323.0, 4320.0, 4324.0, 4334.0, 4324.0, 4322.0, 4319.0, 4323.0, 4329.0, 4323.0, 4313.0, 4322.0, 4321.0, 4320.0, 4323.0, 4320.0, 4310.0, 4321.0, 4334.0, 4320.0, 4320.0, 4338.0, 4324.0, 4321.0, 4323.0, 4333.0, 4326.0, 4326.0, 4323.0, 4321.0, 4322.0, 4320.0, 4321.0, 4312.0, 4323.0, 4321.0, 4323.0, 4323.0, 4322.0, 4322.0, 4321.0, 4322.0, 4317.0, 4310.0, 4323.0, 4323.0, 4312.0, 4311.0, 4320.0, 4320.0, 4320.0, 4310.0, 4318.0, 4322.0, 4323.0, 4310.0, 4321.0, 4310.0, 4310.0, 4310.0, 4310.0, 4309.0, 4322.0, 4333.0, 4323.0, 4322.0, 4321.0, 4322.0, 4310.0, 4319.0, 4321.0, 4333.0, 4324.0, 4324.0, 4321.0, 4320.0, 4319.0, 4321.0, 4319.0, 4320.0, 4322.0, 4323.0, 4325.0, 4321.0, 4321.0, 4322.0, 4308.0, 4320.0, 4319.0, 4308.0, 4310.0, 4322.0, 4313.0, 4321.0, 4311.0, 4308.0, 4319.0, 4322.0, 4308.0, 4311.0, 4333.0, 4321.0, 4322.0, 4322.0, 4335.0, 4344.0, 4322.0, 4312.0, 4321.0, 4324.0, 4332.0, 4322.0, 4322.0, 4322.0, 4311.0, 4321.0, 4321.0, 4332.0, 4335.0, 4322.0, 4333.0, 4324.0, 4320.0, 4321.0, 4321.0, 4321.0, 4336.0, 4332.0, 4323.0, 4320.0, 4333.0, 4334.0, 4331.0, 4334.0, 4335.0, 4323.0, 4323.0, 4322.0, 4331.0, 4321.0, 4321.0, 4333.0, 4335.0, 4326.0, 4331.0, 4323.0, 4333.0, 4321.0, 4310.0, 4322.0, 4323.0, 4334.0, 4322.0, 4323.0, 4332.0, 4310.0, 4319.0, 4310.0, 4324.0, 4321.0, 4310.0, 4320.0, 4308.0, 4320.0, 4321.0, 4320.0, 4322.0, 4333.0, 4323.0, 4332.0, 4321.0, 4322.0, 4321.0, 4324.0, 4321.0, 4335.0, 4336.0, 4322.0, 4323.0, 4322.0, 4334.0, 4311.0, 4319.0, 4323.0, 4331.0, 4311.0, 4322.0, 4319.0, 4321.0, 4308.0, 4310.0, 4322.0, 4322.0, 4322.0, 4310.0, 4319.0, 4319.0, 4309.0, 4310.0, 4309.0, 4322.0, 4332.0, 4322.0, 4313.0, 4322.0, 4334.0, 4323.0, 4323.0, 4322.0, 4334.0, 4325.0, 4325.0, 4321.0, 4332.0, 4322.0, 4323.0, 4322.0, 4323.0, 4333.0, 4324.0, 4324.0, 4324.0, 4311.0, 4311.0, 4322.0, 4319.0, 4321.0, 4323.0, 4332.0, 4322.0, 4320.0, 4310.0, 4320.0, 4321.0, 4322.0, 4321.0, 4323.0, 4323.0, 4311.0, 4322.0, 4331.0, 4308.0, 4310.0, 4308.0, 4322.0, 4321.0, 4319.0, 4309.0, 4308.0, 4319.0, 4309.0, 4320.0, 4319.0, 4323.0, 4323.0, 4321.0, 4322.0, 4312.0, 4320.0, 4322.0, 4319.0, 4320.0, 4323.0, 4321.0, 4323.0, 4321.0, 4333.0, 4332.0, 4320.0, 4312.0, 4334.0, 4325.0, 4333.0, 4323.0, 4322.0, 4323.0, 4322.0, 4321.0, 4324.0, 4334.0, 4323.0, 4323.0, 4322.0, 4323.0, 4322.0, 4322.0, 4323.0, 4324.0, 4323.0, 4320.0, 4323.0, 4319.0, 4310.0, 4300.0, 4320.0, 4324.0, 4323.0, 4321.0, 4321.0, 4319.0, 4323.0, 4320.0, 4320.0, 4311.0, 4321.0, 4325.0, 4334.0, 4321.0, 4320.0, 4309.0, 4311.0, 4308.0, 4310.0, 4323.0, 4330.0, 4310.0, 4310.0, 4310.0, 4321.0, 4310.0, 4320.0, 4323.0, 4323.0, 4324.0, 4321.0, 4322.0, 4320.0, 4321.0, 4322.0, 4334.0, 4336.0, 4334.0, 4324.0, 4325.0, 4321.0, 4321.0, 4323.0, 4322.0, 4335.0, 4323.0, 4320.0, 4320.0, 4322.0, 4321.0, 4320.0, 4335.0, 4325.0, 4323.0, 4332.0, 4322.0, 4321.0, 4318.0, 4332.0, 4321.0, 4321.0, 4322.0, 4321.0, 4319.0, 4321.0, 4333.0, 4321.0, 4323.0, 4312.0, 4322.0, 4325.0, 4333.0, 4335.0, 4321.0, 4320.0, 4322.0, 4310.0, 4322.0, 4321.0, 4322.0, 4311.0, 4311.0, 4322.0, 4319.0, 4309.0, 4310.0, 4322.0, 4323.0, 4320.0, 4322.0, 4322.0, 4310.0, 4321.0, 4321.0, 4322.0, 4322.0, 4322.0, 4311.0, 4321.0, 4323.0, 4330.0, 4320.0, 4323.0, 4321.0, 4325.0, 4333.0, 4322.0, 4322.0, 4309.0, 4333.0, 4320.0, 4320.0, 4320.0, 4308.0, 4308.0, 4319.0, 4318.0, 4310.0, 4319.0, 4333.0, 4335.0, 4323.0, 4335.0, 4338.0, 4335.0, 4335.0, 4334.0, 4323.0, 4334.0, 4334.0, 4324.0, 4336.0, 4325.0, 4314.0, 4322.0, 4323.0, 4310.0, 4310.0, 4309.0, 4310.0, 4321.0, 4309.0, 4311.0, 4317.0, 4297.0, 4296.0, 4307.0, 4309.0, 4309.0, 4310.0, 4308.0, 4310.0, 4299.0, 4308.0, 4311.0, 4307.0, 4323.0, 4323.0, 4324.0, 4313.0, 4322.0, 4322.0, 4322.0, 4322.0, 4314.0, 4322.0, 4324.0, 4310.0, 4312.0, 4329.0, 4311.0, 4313.0, 4311.0, 4324.0, 4335.0, 4323.0, 4312.0, 4312.0, 4312.0, 4319.0, 4311.0, 4311.0, 4311.0, 4324.0, 4322.0, 4313.0, 4312.0, 4322.0, 4319.0, 4309.0, 4311.0, 4312.0, 4323.0, 4312.0, 4335.0, 4321.0, 4311.0, 4298.0, 4308.0, 4297.0, 4309.0, 4309.0, 4307.0, 4307.0, 4309.0, 4307.0, 4320.0, 4311.0, 4317.0, 4312.0, 4322.0, 4323.0, 4319.0, 4312.0, 4321.0, 4311.0, 4320.0, 4312.0, 4310.0, 4311.0, 4319.0, 4309.0, 4311.0, 4321.0, 4324.0, 4323.0, 4335.0, 4325.0, 4323.0, 4324.0, 4333.0, 4320.0, 4323.0, 4313.0, 4325.0, 4323.0, 4313.0, 4321.0, 4311.0, 4311.0, 4322.0, 4324.0, 4321.0, 4321.0, 4313.0, 4310.0, 4323.0, 4322.0, 4322.0, 4324.0, 4324.0, 4313.0, 4323.0, 4313.0, 4313.0, 4311.0, 4311.0, 4323.0, 4322.0, 4310.0, 4311.0, 4312.0, 4319.0, 4298.0, 4309.0, 4310.0, 4312.0, 4308.0, 4309.0, 4319.0, 4310.0, 4311.0, 4311.0, 4323.0, 4322.0, 4311.0, 4311.0, 4321.0, 4323.0, 4310.0, 4322.0, 4323.0, 4323.0, 4311.0, 4309.0, 4310.0, 4320.0, 4309.0, 4319.0, 4310.0, 4312.0, 4320.0, 4310.0, 4311.0, 4311.0, 4310.0, 4307.0, 4309.0, 4311.0, 4312.0, 4311.0, 4308.0, 4311.0, 4310.0, 4309.0, 4311.0, 4323.0, 4314.0, 4321.0, 4312.0, 4313.0, 4308.0, 4312.0, 4333.0, 4313.0, 4322.0, 4320.0, 4310.0, 4310.0, 4322.0, 4322.0, 4320.0, 4324.0, 4322.0, 4314.0, 4322.0, 4320.0, 4323.0, 4309.0, 4313.0, 4329.0, 4322.0, 4324.0, 4323.0, 4309.0, 4309.0, 4311.0, 4311.0, 4311.0, 4324.0, 4322.0, 4312.0, 4309.0, 4312.0, 4310.0, 4309.0, 4311.0, 4311.0, 4311.0, 4313.0, 4311.0, 4311.0, 4311.0, 4311.0, 4311.0, 4321.0, 4324.0, 4323.0, 4323.0, 4312.0, 4311.0, 4324.0, 4321.0, 4321.0, 4312.0, 4323.0, 4325.0, 4346.0, 4324.0, 4319.0, 4311.0, 4310.0, 4322.0, 4324.0, 4323.0, 4312.0, 4313.0, 4311.0, 4308.0, 4321.0, 4311.0, 4323.0, 4323.0, 4324.0, 4321.0, 4311.0, 4310.0, 4323.0, 4320.0, 4322.0, 4337.0, 4325.0, 4337.0, 4324.0, 4315.0, 4324.0, 4312.0, 4313.0, 4322.0, 4313.0, 4320.0], 'WindowWidth': [9695.0, 9625.0, 9611.0, 9591.0, 9588.0, 9578.0, 9579.0, 9586.0, 9560.0, 9563.0, 9578.0, 9577.0, 9552.0, 9553.0, 9564.0, 9552.0, 9555.0, 9570.0, 9561.0, 9555.0, 9558.0, 9565.0, 9549.0, 9551.0, 9548.0, 9558.0, 9587.0, 9552.0, 9550.0, 9550.0, 9549.0, 9542.0, 9549.0, 9559.0, 9553.0, 9560.0, 9554.0, 9559.0, 9548.0, 9551.0, 9570.0, 9558.0, 9563.0, 9559.0, 9558.0, 9569.0, 9554.0, 9560.0, 9577.0, 9578.0, 9595.0, 9563.0, 9563.0, 9557.0, 9544.0, 9553.0, 9561.0, 9555.0, 9541.0, 9566.0, 9563.0, 9560.0, 9573.0, 9558.0, 9559.0, 9556.0, 9576.0, 9569.0, 9563.0, 9563.0, 9558.0, 9561.0, 9554.0, 9551.0, 9554.0, 9550.0, 9570.0, 9573.0, 9541.0, 9567.0, 9557.0, 9553.0, 9552.0, 9556.0, 9555.0, 9562.0, 9567.0, 9580.0, 9562.0, 9558.0, 9556.0, 9557.0, 9556.0, 9562.0, 9586.0, 9562.0, 9561.0, 9558.0, 9554.0, 9566.0, 9532.0, 9523.0, 9532.0, 9554.0, 9558.0, 9557.0, 9540.0, 9552.0, 9553.0, 9549.0, 9553.0, 9543.0, 9575.0, 9568.0, 9572.0, 9559.0, 9558.0, 9555.0, 9558.0, 9553.0, 9537.0, 9552.0, 9557.0, 9557.0, 9563.0, 9535.0, 9532.0, 9546.0, 9533.0, 9528.0, 9559.0, 9549.0, 9554.0, 9539.0, 9534.0, 9539.0, 9548.0, 9538.0, 9537.0, 9532.0, 9553.0, 9553.0, 9558.0, 9546.0, 9538.0, 9541.0, 9550.0, 9536.0, 9538.0, 9535.0, 9552.0, 9569.0, 9564.0, 9547.0, 9557.0, 9555.0, 9556.0, 9556.0, 9539.0, 9537.0, 9560.0, 9561.0, 9543.0, 9551.0, 9556.0, 9543.0, 9551.0, 9557.0, 9565.0, 9556.0, 9563.0, 9562.0, 9546.0, 9557.0, 9560.0, 9557.0, 9552.0, 9558.0, 9551.0, 9564.0, 9577.0, 9561.0, 9555.0, 9549.0, 9557.0, 9562.0, 9559.0, 9546.0, 9557.0, 9553.0, 9549.0, 9559.0, 9551.0, 9538.0, 9555.0, 9576.0, 9555.0, 9553.0, 9590.0, 9563.0, 9554.0, 9558.0, 9571.0, 9569.0, 9568.0, 9560.0, 9556.0, 9555.0, 9554.0, 9553.0, 9541.0, 9557.0, 9553.0, 9560.0, 9559.0, 9555.0, 9558.0, 9552.0, 9555.0, 9543.0, 9537.0, 9559.0, 9559.0, 9542.0, 9538.0, 9550.0, 9550.0, 9549.0, 9536.0, 9545.0, 9558.0, 9558.0, 9538.0, 9551.0, 9536.0, 9537.0, 9535.0, 9536.0, 9534.0, 9556.0, 9575.0, 9559.0, 9555.0, 9551.0, 9552.0, 9536.0, 9548.0, 9551.0, 9572.0, 9562.0, 9561.0, 9552.0, 9550.0, 9548.0, 9553.0, 9548.0, 9550.0, 9556.0, 9559.0, 9564.0, 9555.0, 9553.0, 9554.0, 9532.0, 9550.0, 9546.0, 9530.0, 9538.0, 9557.0, 9544.0, 9552.0, 9540.0, 9533.0, 9546.0, 9554.0, 9533.0, 9540.0, 9573.0, 9557.0, 9556.0, 9554.0, 9579.0, 9589.0, 9555.0, 9541.0, 9553.0, 9561.0, 9571.0, 9557.0, 9558.0, 9557.0, 9541.0, 9553.0, 9555.0, 9571.0, 9580.0, 9560.0, 9572.0, 9561.0, 9552.0, 9555.0, 9554.0, 9554.0, 9580.0, 9572.0, 9560.0, 9552.0, 9573.0, 9576.0, 9566.0, 9578.0, 9579.0, 9559.0, 9559.0, 9557.0, 9568.0, 9555.0, 9556.0, 9575.0, 9582.0, 9569.0, 9569.0, 9561.0, 9572.0, 9554.0, 9539.0, 9555.0, 9558.0, 9576.0, 9558.0, 9557.0, 9566.0, 9535.0, 9547.0, 9534.0, 9563.0, 9555.0, 9536.0, 9551.0, 9531.0, 9551.0, 9552.0, 9551.0, 9558.0, 9574.0, 9561.0, 9569.0, 9556.0, 9558.0, 9555.0, 9562.0, 9554.0, 9580.0, 9582.0, 9557.0, 9559.0, 9555.0, 9577.0, 9541.0, 9549.0, 9560.0, 9568.0, 9541.0, 9555.0, 9548.0, 9553.0, 9532.0, 9536.0, 9556.0, 9558.0, 9553.0, 9534.0, 9547.0, 9547.0, 9534.0, 9538.0, 9535.0, 9556.0, 9572.0, 9559.0, 9546.0, 9557.0, 9577.0, 9558.0, 9558.0, 9557.0, 9578.0, 9567.0, 9563.0, 9555.0, 9569.0, 9556.0, 9559.0, 9553.0, 9556.0, 9572.0, 9562.0, 9560.0, 9561.0, 9539.0, 9537.0, 9555.0, 9548.0, 9551.0, 9559.0, 9571.0, 9555.0, 9551.0, 9538.0, 9551.0, 9552.0, 9555.0, 9553.0, 9561.0, 9557.0, 9539.0, 9555.0, 9563.0, 9531.0, 9535.0, 9529.0, 9554.0, 9553.0, 9548.0, 9533.0, 9529.0, 9545.0, 9532.0, 9548.0, 9547.0, 9558.0, 9558.0, 9554.0, 9555.0, 9542.0, 9548.0, 9553.0, 9549.0, 9550.0, 9560.0, 9556.0, 9561.0, 9555.0, 9575.0, 9569.0, 9552.0, 9542.0, 9578.0, 9565.0, 9574.0, 9559.0, 9557.0, 9558.0, 9556.0, 9552.0, 9563.0, 9576.0, 9558.0, 9559.0, 9554.0, 9557.0, 9553.0, 9555.0, 9559.0, 9561.0, 9557.0, 9550.0, 9556.0, 9548.0, 9537.0, 9524.0, 9549.0, 9562.0, 9558.0, 9553.0, 9552.0, 9547.0, 9557.0, 9549.0, 9548.0, 9537.0, 9554.0, 9565.0, 9575.0, 9554.0, 9551.0, 9533.0, 9536.0, 9529.0, 9537.0, 9559.0, 9564.0, 9535.0, 9534.0, 9534.0, 9551.0, 9536.0, 9550.0, 9560.0, 9560.0, 9560.0, 9552.0, 9556.0, 9549.0, 9552.0, 9561.0, 9578.0, 9583.0, 9578.0, 9561.0, 9566.0, 9557.0, 9556.0, 9557.0, 9559.0, 9577.0, 9559.0, 9552.0, 9550.0, 9558.0, 9555.0, 9554.0, 9582.0, 9567.0, 9564.0, 9572.0, 9556.0, 9555.0, 9549.0, 9575.0, 9555.0, 9556.0, 9557.0, 9555.0, 9550.0, 9554.0, 9573.0, 9554.0, 9558.0, 9543.0, 9556.0, 9565.0, 9573.0, 9582.0, 9555.0, 9552.0, 9555.0, 9537.0, 9560.0, 9557.0, 9557.0, 9540.0, 9536.0, 9554.0, 9548.0, 9533.0, 9536.0, 9556.0, 9559.0, 9551.0, 9555.0, 9553.0, 9535.0, 9553.0, 9553.0, 9558.0, 9558.0, 9556.0, 9541.0, 9554.0, 9560.0, 9565.0, 9551.0, 9558.0, 9555.0, 9565.0, 9571.0, 9555.0, 9555.0, 9531.0, 9573.0, 9554.0, 9553.0, 9551.0, 9530.0, 9531.0, 9547.0, 9545.0, 9537.0, 9551.0, 9576.0, 9580.0, 9561.0, 9581.0, 9586.0, 9580.0, 9579.0, 9577.0, 9558.0, 9576.0, 9575.0, 9561.0, 9579.0, 9565.0, 9548.0, 9553.0, 9554.0, 9533.0, 9534.0, 9532.0, 9532.0, 9550.0, 9532.0, 9537.0, 9539.0, 9511.0, 9510.0, 9524.0, 9532.0, 9534.0, 9534.0, 9529.0, 9532.0, 9517.0, 9530.0, 9537.0, 9529.0, 9558.0, 9559.0, 9561.0, 9543.0, 9556.0, 9557.0, 9554.0, 9553.0, 9548.0, 9558.0, 9560.0, 9537.0, 9542.0, 9562.0, 9537.0, 9542.0, 9536.0, 9562.0, 9578.0, 9559.0, 9542.0, 9539.0, 9540.0, 9545.0, 9535.0, 9536.0, 9540.0, 9562.0, 9557.0, 9542.0, 9540.0, 9553.0, 9549.0, 9533.0, 9537.0, 9541.0, 9559.0, 9541.0, 9577.0, 9552.0, 9537.0, 9515.0, 9528.0, 9511.0, 9534.0, 9534.0, 9527.0, 9526.0, 9531.0, 9528.0, 9549.0, 9536.0, 9544.0, 9540.0, 9557.0, 9558.0, 9548.0, 9539.0, 9552.0, 9543.0, 9553.0, 9541.0, 9539.0, 9538.0, 9546.0, 9534.0, 9538.0, 9552.0, 9564.0, 9563.0, 9579.0, 9564.0, 9561.0, 9562.0, 9570.0, 9551.0, 9558.0, 9543.0, 9563.0, 9559.0, 9544.0, 9555.0, 9538.0, 9539.0, 9554.0, 9563.0, 9555.0, 9555.0, 9544.0, 9537.0, 9556.0, 9554.0, 9554.0, 9563.0, 9562.0, 9545.0, 9556.0, 9543.0, 9542.0, 9537.0, 9538.0, 9558.0, 9555.0, 9535.0, 9536.0, 9540.0, 9546.0, 9516.0, 9535.0, 9538.0, 9540.0, 9531.0, 9533.0, 9546.0, 9534.0, 9538.0, 9536.0, 9559.0, 9554.0, 9540.0, 9539.0, 9553.0, 9557.0, 9536.0, 9555.0, 9560.0, 9559.0, 9538.0, 9534.0, 9537.0, 9547.0, 9531.0, 9544.0, 9533.0, 9542.0, 9551.0, 9535.0, 9538.0, 9536.0, 9535.0, 9528.0, 9533.0, 9540.0, 9541.0, 9538.0, 9533.0, 9539.0, 9535.0, 9534.0, 9539.0, 9558.0, 9549.0, 9553.0, 9541.0, 9543.0, 9532.0, 9540.0, 9575.0, 9546.0, 9556.0, 9552.0, 9537.0, 9538.0, 9556.0, 9556.0, 9552.0, 9563.0, 9558.0, 9548.0, 9556.0, 9551.0, 9559.0, 9535.0, 9544.0, 9563.0, 9557.0, 9561.0, 9557.0, 9534.0, 9532.0, 9538.0, 9537.0, 9539.0, 9560.0, 9556.0, 9541.0, 9534.0, 9539.0, 9536.0, 9532.0, 9538.0, 9538.0, 9538.0, 9544.0, 9538.0, 9538.0, 9540.0, 9543.0, 9541.0, 9553.0, 9564.0, 9562.0, 9560.0, 9542.0, 9540.0, 9560.0, 9553.0, 9553.0, 9544.0, 9562.0, 9565.0, 9594.0, 9565.0, 9551.0, 9538.0, 9536.0, 9553.0, 9562.0, 9557.0, 9541.0, 9543.0, 9537.0, 9534.0, 9552.0, 9538.0, 9558.0, 9560.0, 9560.0, 9554.0, 9540.0, 9537.0, 9558.0, 9552.0, 9557.0, 9585.0, 9568.0, 9584.0, 9563.0, 9549.0, 9560.0, 9543.0, 9543.0, 9553.0, 9544.0, 9547.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.0008940023068050751</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020742832295271046</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.51878912845266</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1882819438568124</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.009919986004619</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4755</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5919.6558</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11241475225407403</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.958477508650519</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.496247085535661</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5009887585535995</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6780043906968545</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.309748107356529</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00612872</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0032727301586419344</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02648504078388214</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.432316879178576</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>39.1032</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.9657</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.5623</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299468.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>797.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.2512</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8988</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.8802</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3566.8781</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3718.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77076.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1552.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4509.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.8335</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.85165016679093</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> |