=== 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-0126 --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-0126",
"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-0126_ses-03_task-social_acq-mb8_run-02_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-0126_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-02_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-0126/ses-03/func/sub-0126_ses-03_task-social_acq-mb8_run-02_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>4cbb0fdb5d05c23c32dbd763e8fef20f</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:27:39.585000</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.999965, 0.00178383, 0.00822859, -0.00279247, 0.992248, 0.124246]</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-02_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.114849</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4224, -7817, -7218, 26, -85, -149, -31, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>299.463</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>526f6209-595b-4b03-b29d-a438d6fdb604||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.6828317642211914, -0.007491999305784702, 0.02144654653966427, 115.59239959716797], [-0.004785897675901651, 2.6621274948120117, 0.3355138599872589, -90.55131530761719], [0.02207670919597149, -0.33334246277809143, 2.6789867877960205, -57.74661636352539], [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': ['172739.585000', '172740.045000', '172740.505000', '172740.965000', '172741.425000', '172741.885000', '172742.345000', '172742.805000', '172743.265000', '172743.725000', '172744.185000', '172744.645000', '172745.105000', '172745.565000', '172746.025000', '172746.485000', '172746.945000', '172747.405000', '172747.865000', '172748.325000', '172748.785000', '172749.245000', '172749.705000', '172750.165000', '172750.625000', '172751.085000', '172751.545000', '172752.005000', '172752.465000', '172752.925000', '172753.385000', '172753.845000', '172754.305000', '172754.765000', '172755.225000', '172755.685000', '172756.145000', '172756.605000', '172757.065000', '172757.525000', '172757.985000', '172758.445000', '172758.905000', '172759.365000', '172759.825000', '172800.285000', '172800.745000', '172801.205000', '172801.665000', '172802.125000', '172802.585000', '172803.045000', '172803.505000', '172803.965000', '172804.425000', '172804.885000', '172805.345000', '172805.805000', '172806.265000', '172806.725000', '172807.185000', '172807.645000', '172808.105000', '172808.565000', '172809.025000', '172809.485000', '172809.945000', '172810.405000', '172810.865000', '172811.325000', '172811.785000', '172812.245000', '172812.705000', '172813.165000', '172813.625000', '172814.085000', '172814.545000', '172815.005000', '172815.465000', '172815.925000', '172816.385000', '172816.845000', '172817.305000', '172817.765000', '172818.225000', '172818.685000', '172819.145000', '172819.605000', '172820.065000', '172820.525000', '172820.985000', '172821.445000', '172821.905000', '172822.365000', '172822.825000', '172823.285000', '172823.745000', '172824.205000', '172824.665000', '172825.125000', '172825.585000', '172826.045000', '172826.505000', '172826.965000', '172827.425000', '172827.885000', '172828.345000', '172828.805000', '172829.265000', '172829.725000', '172830.185000', '172830.645000', '172831.105000', '172831.565000', '172832.025000', '172832.485000', '172832.945000', '172833.405000', '172833.865000', '172834.325000', '172834.785000', '172835.245000', '172835.705000', '172836.165000', '172836.625000', '172837.085000', '172837.545000', '172838.005000', '172838.465000', '172838.925000', '172839.385000', '172839.845000', '172840.305000', '172840.765000', '172841.225000', '172841.685000', '172842.145000', '172842.605000', '172843.065000', '172843.525000', '172843.985000', '172844.445000', '172844.905000', '172845.365000', '172845.825000', '172846.285000', '172846.745000', '172847.205000', '172847.665000', '172848.125000', '172848.585000', '172849.045000', '172849.505000', '172849.965000', '172850.425000', '172850.885000', '172851.345000', '172851.805000', '172852.265000', '172852.725000', '172853.185000', '172853.645000', '172854.105000', '172854.565000', '172855.025000', '172855.485000', '172855.945000', '172856.405000', '172856.865000', '172857.325000', '172857.785000', '172858.245000', '172858.705000', '172859.165000', '172859.625000', '172900.085000', '172900.545000', '172901.005000', '172901.465000', '172901.925000', '172902.385000', '172902.845000', '172903.305000', '172903.765000', '172904.225000', '172904.685000', '172905.145000', '172905.605000', '172906.065000', '172906.525000', '172906.985000', '172907.445000', '172907.905000', '172908.365000', '172908.825000', '172909.285000', '172909.745000', '172910.205000', '172910.665000', '172911.125000', '172911.585000', '172912.045000', '172912.505000', '172912.965000', '172913.425000', '172913.885000', '172914.345000', '172914.805000', '172915.265000', '172915.725000', '172916.185000', '172916.645000', '172917.105000', '172917.565000', '172918.025000', '172918.485000', '172918.945000', '172919.405000', '172919.865000', '172920.325000', '172920.785000', '172921.245000', '172921.705000', '172922.165000', '172922.625000', '172923.085000', '172923.545000', '172924.005000', '172924.465000', '172924.925000', '172925.385000', '172925.845000', '172926.305000', '172926.765000', '172927.225000', '172927.685000', '172928.145000', '172928.605000', '172929.065000', '172929.525000', '172929.985000', '172930.445000', '172930.905000', '172931.365000', '172931.825000', '172932.285000', '172932.745000', '172933.205000', '172933.665000', '172934.125000', '172934.585000', '172935.045000', '172935.505000', '172935.965000', '172936.425000', '172936.885000', '172937.345000', '172937.805000', '172938.265000', '172938.725000', '172939.185000', '172939.645000', '172940.105000', '172940.565000', '172941.025000', '172941.485000', '172941.945000', '172942.405000', '172942.865000', '172943.325000', '172943.785000', '172944.245000', '172944.705000', '172945.165000', '172945.625000', '172946.085000', '172946.545000', '172947.005000', '172947.465000', '172947.925000', '172948.385000', '172948.845000', '172949.305000', '172949.765000', '172950.225000', '172950.685000', '172951.145000', '172951.605000', '172952.065000', '172952.525000', '172952.985000', '172953.445000', '172953.905000', '172954.365000', '172954.825000', '172955.285000', '172955.745000', '172956.205000', '172956.665000', '172957.125000', '172957.585000', '172958.045000', '172958.505000', '172958.965000', '172959.425000', '172959.885000', '173000.345000', '173000.805000', '173001.265000', '173001.725000', '173002.185000', '173002.645000', '173003.105000', '173003.565000', '173004.025000', '173004.485000', '173004.945000', '173005.405000', '173005.865000', '173006.325000', '173006.785000', '173007.245000', '173007.705000', '173008.165000', '173008.625000', '173009.085000', '173009.545000', '173010.005000', '173010.465000', '173010.925000', '173011.385000', '173011.845000', '173012.305000', '173012.765000', '173013.225000', '173013.685000', '173014.145000', '173014.605000', '173015.065000', '173015.525000', '173015.985000', '173016.445000', '173016.905000', '173017.365000', '173017.825000', '173018.285000', '173018.745000', '173019.205000', '173019.665000', '173020.125000', '173020.585000', '173021.045000', '173021.505000', '173021.965000', '173022.425000', '173022.885000', '173023.345000', '173023.805000', '173024.265000', '173024.725000', '173025.185000', '173025.645000', '173026.105000', '173026.565000', '173027.025000', '173027.485000', '173027.945000', '173028.405000', '173028.865000', '173029.325000', '173029.785000', '173030.245000', '173030.705000', '173031.165000', '173031.625000', '173032.085000', '173032.545000', '173033.005000', '173033.465000', '173033.925000', '173034.385000', '173034.845000', '173035.305000', '173035.765000', '173036.225000', '173036.685000', '173037.145000', '173037.605000', '173038.065000', '173038.525000', '173038.985000', '173039.445000', '173039.905000', '173040.365000', '173040.825000', '173041.285000', '173041.745000', '173042.205000', '173042.665000', '173043.125000', '173043.585000', '173044.045000', '173044.505000', '173044.965000', '173045.425000', '173045.885000', '173046.345000', '173046.805000', '173047.265000', '173047.725000', '173048.185000', '173048.645000', '173049.105000', '173049.565000', '173050.025000', '173050.485000', '173050.945000', '173051.405000', '173051.865000', '173052.325000', '173052.785000', '173053.245000', '173053.705000', '173054.165000', '173054.625000', '173055.085000', '173055.545000', '173056.005000', '173056.465000', '173056.925000', '173057.385000', '173057.845000', '173058.305000', '173058.765000', '173059.225000', '173059.685000', '173100.145000', '173100.605000', '173101.065000', '173101.525000', '173101.985000', '173102.445000', '173102.905000', '173103.365000', '173103.825000', '173104.285000', '173104.745000', '173105.205000', '173105.665000', '173106.125000', '173106.585000', '173107.045000', '173107.505000', '173107.965000', '173108.425000', '173108.885000', '173109.345000', '173109.805000', '173110.265000', '173110.725000', '173111.185000', '173111.645000', '173112.105000', '173112.565000', '173113.025000', '173113.485000', '173113.945000', '173114.405000', '173114.865000', '173115.325000', '173115.785000', '173116.245000', '173116.705000', '173117.165000', '173117.625000', '173118.085000', '173118.545000', '173119.005000', '173119.465000', '173119.925000', '173120.385000', '173120.845000', '173121.305000', '173121.765000', '173122.225000', '173122.685000', '173123.145000', '173123.605000', '173124.065000', '173124.525000', '173124.985000', '173125.445000', '173125.905000', '173126.365000', '173126.825000', '173127.285000', '173127.745000', '173128.205000', '173128.665000', '173129.125000', '173129.585000', '173130.045000', '173130.505000', '173130.965000', '173131.425000', '173131.885000', '173132.345000', '173132.805000', '173133.265000', '173133.725000', '173134.185000', '173134.645000', '173135.105000', '173135.565000', '173136.025000', '173136.485000', '173136.945000', '173137.405000', '173137.865000', '173138.325000', '173138.785000', '173139.245000', '173139.705000', '173140.165000', '173140.625000', '173141.085000', '173141.545000', '173142.005000', '173142.465000', '173142.925000', '173143.385000', '173143.845000', '173144.305000', '173144.765000', '173145.225000', '173145.685000', '173146.145000', '173146.605000', '173147.065000', '173147.525000', '173147.985000', '173148.445000', '173148.905000', '173149.365000', '173149.825000', '173150.285000', '173150.745000', '173151.205000', '173151.665000', '173152.125000', '173152.585000', '173153.045000', '173153.505000', '173153.965000', '173154.425000', '173154.885000', '173155.345000', '173155.805000', '173156.265000', '173156.725000', '173157.185000', '173157.645000', '173158.105000', '173158.565000', '173159.025000', '173159.485000', '173159.945000', '173200.405000', '173200.865000', '173201.325000', '173201.785000', '173202.245000', '173202.705000', '173203.165000', '173203.625000', '173204.085000', '173204.545000', '173205.005000', '173205.465000', '173205.925000', '173206.385000', '173206.845000', '173207.305000', '173207.765000', '173208.225000', '173208.685000', '173209.145000', '173209.605000', '173210.065000', '173210.525000', '173210.985000', '173211.445000', '173211.905000', '173212.365000', '173212.825000', '173213.285000', '173213.745000', '173214.205000', '173214.665000', '173215.125000', '173215.585000', '173216.045000', '173216.505000', '173216.965000', '173217.425000', '173217.885000', '173218.345000', '173218.805000', '173219.265000', '173219.725000', '173220.185000', '173220.645000', '173221.105000', '173221.565000', '173222.025000', '173222.485000', '173222.945000', '173223.405000', '173223.865000', '173224.325000', '173224.785000', '173225.245000', '173225.705000', '173226.165000', '173226.625000', '173227.085000', '173227.545000', '173228.005000', '173228.465000', '173228.925000', '173229.385000', '173229.845000', '173230.305000', '173230.765000', '173231.225000', '173231.685000', '173232.145000', '173232.605000', '173233.065000', '173233.525000', '173233.985000', '173234.445000', '173234.905000', '173235.365000', '173235.825000', '173236.285000', '173236.745000', '173237.205000', '173237.665000', '173238.125000', '173238.585000', '173239.045000', '173239.505000', '173239.965000', '173240.425000', '173240.885000', '173241.345000', '173241.805000', '173242.265000', '173242.725000', '173243.185000', '173243.645000', '173244.105000', '173244.565000', '173245.025000', '173245.485000', '173245.945000', '173246.405000', '173246.865000', '173247.325000', '173247.785000', '173248.245000', '173248.705000', '173249.165000', '173249.625000', '173250.085000', '173250.545000', '173251.005000', '173251.465000', '173251.925000', '173252.385000', '173252.845000', '173253.305000', '173253.765000', '173254.225000', '173254.685000', '173255.145000', '173255.605000', '173256.065000', '173256.525000', '173256.985000', '173257.445000', '173257.905000', '173258.365000', '173258.825000', '173259.285000', '173259.745000', '173300.205000', '173300.665000', '173301.125000', '173301.585000', '173302.045000', '173302.505000', '173302.965000', '173303.425000', '173303.885000', '173304.345000', '173304.805000', '173305.265000', '173305.725000', '173306.185000', '173306.645000', '173307.105000', '173307.565000', '173308.025000', '173308.485000', '173308.945000', '173309.405000', '173309.865000', '173310.325000', '173310.785000', '173311.245000', '173311.705000', '173312.165000', '173312.625000', '173313.085000', '173313.545000', '173314.005000', '173314.465000', '173314.925000', '173315.385000', '173315.845000', '173316.305000', '173316.765000', '173317.225000', '173317.685000', '173318.145000', '173318.605000', '173319.065000', '173319.525000', '173319.985000', '173320.445000', '173320.905000', '173321.365000', '173321.825000', '173322.285000', '173322.745000', '173323.205000', '173323.665000', '173324.125000', '173324.585000', '173325.045000', '173325.505000', '173325.965000', '173326.425000', '173326.885000', '173327.345000', '173327.805000', '173328.265000', '173328.725000', '173329.185000', '173329.645000', '173330.105000', '173330.565000', '173331.025000', '173331.485000', '173331.945000', '173332.405000', '173332.865000', '173333.325000', '173333.785000', '173334.245000', '173334.705000', '173335.165000', '173335.625000', '173336.085000', '173336.545000', '173337.005000', '173337.465000', '173337.925000', '173338.385000', '173338.845000', '173339.305000', '173339.765000', '173340.225000', '173340.685000', '173341.145000', '173341.605000', '173342.065000', '173342.525000', '173342.985000', '173343.445000', '173343.905000', '173344.365000', '173344.825000', '173345.285000', '173345.745000', '173346.205000', '173346.665000', '173347.125000', '173347.585000', '173348.045000', '173348.505000', '173348.965000', '173349.425000', '173349.885000', '173350.345000', '173350.805000', '173351.265000', '173351.725000', '173352.185000', '173352.645000', '173353.105000', '173353.565000', '173354.025000', '173354.485000', '173354.945000', '173355.405000', '173355.865000', '173356.325000', '173356.785000', '173357.245000', '173357.705000', '173358.165000', '173358.625000', '173359.085000', '173359.545000', '173400.005000', '173400.465000', '173400.925000', '173401.385000', '173401.845000', '173402.305000', '173402.765000', '173403.225000', '173403.685000', '173404.145000', '173404.605000', '173405.065000', '173405.525000', '173405.985000', '173406.445000', '173406.905000', '173407.365000', '173407.825000', '173408.285000', '173408.745000', '173409.205000', '173409.665000', '173410.125000', '173410.585000', '173411.045000', '173411.505000', '173411.965000', '173412.425000', '173412.885000', '173413.345000', '173413.805000', '173414.265000', '173414.725000', '173415.185000', '173415.645000', '173416.105000', '173416.565000', '173417.025000', '173417.485000', '173417.945000', '173418.405000', '173418.865000', '173419.325000', '173419.785000', '173420.245000'], 'ContentTime': ['172804.783000', '172804.786000', '172804.789000', '172804.792000', '172804.794000', '172804.797000', '172804.800000', '172804.802000', '172804.806000', '172804.809000', '172804.811000', '172804.814000', '172804.817000', '172804.819000', '172804.822000', '172804.824000', '172804.827000', '172804.829000', '172804.832000', '172804.834000', '172804.837000', '172804.840000', '172804.842000', '172804.845000', '172804.847000', '172804.850000', '172804.854000', '172804.856000', '172804.859000', '172804.862000', '172804.864000', '172804.867000', '172804.869000', '172804.872000', '172804.874000', '172804.877000', '172804.879000', '172804.882000', '172804.884000', '172804.887000', '172804.889000', '172804.892000', '172804.895000', '172804.930000', '172804.932000', '172804.935000', '172804.937000', '172804.940000', '172804.943000', '172804.945000', '172804.948000', '172804.950000', '172824.760000', '172824.762000', '172824.765000', '172824.768000', '172824.770000', '172824.773000', '172824.775000', '172824.778000', '172824.780000', '172824.783000', '172824.786000', '172824.789000', '172824.791000', '172824.794000', '172824.796000', '172824.800000', '172824.802000', '172824.805000', '172824.808000', '172824.810000', '172824.813000', '172824.815000', '172824.890000', '172824.893000', '172824.895000', '172824.898000', '172824.900000', '172824.903000', '172824.908000', '172824.911000', '172824.913000', '172824.916000', '172824.919000', '172824.921000', '172824.924000', '172824.926000', '172824.929000', '172824.931000', '172824.934000', '172824.936000', '172824.939000', '172824.941000', '172824.944000', '172844.759000', '172844.762000', '172844.766000', '172844.768000', '172844.771000', '172844.774000', '172844.776000', '172844.779000', '172844.781000', '172844.784000', '172844.786000', '172844.789000', '172844.791000', '172844.794000', '172844.796000', '172844.799000', '172844.802000', '172844.804000', '172844.807000', '172844.809000', '172844.812000', '172844.814000', '172844.817000', '172844.819000', '172844.822000', '172844.824000', '172844.827000', '172844.829000', '172844.832000', '172844.834000', '172844.837000', '172844.840000', '172844.842000', '172844.845000', '172844.847000', '172844.850000', '172844.852000', '172844.855000', '172844.857000', '172844.860000', '172844.862000', '172844.865000', '172844.867000', '172844.870000', '172904.758000', '172904.761000', '172904.764000', '172904.766000', '172904.769000', '172904.771000', '172904.774000', '172904.776000', '172904.779000', '172904.782000', '172904.784000', '172904.787000', '172904.789000', '172904.792000', '172904.794000', '172904.797000', '172904.799000', '172904.802000', '172904.804000', '172904.807000', '172904.810000', '172904.813000', '172904.922000', '172904.924000', '172904.927000', '172904.929000', '172904.932000', '172904.935000', '172904.937000', '172904.940000', '172904.942000', '172904.945000', '172904.947000', '172904.950000', '172904.952000', '172904.955000', '172904.957000', '172904.960000', '172904.962000', '172904.965000', '172904.968000', '172904.970000', '172904.973000', '172924.758000', '172924.770000', '172924.772000', '172924.775000', '172924.778000', '172924.780000', '172924.783000', '172924.785000', '172924.788000', '172924.790000', '172924.793000', '172924.795000', '172924.798000', '172924.800000', '172924.803000', '172924.805000', '172924.808000', '172924.810000', '172924.813000', '172924.816000', '172924.818000', '172924.821000', '172924.823000', '172924.826000', '172924.828000', '172924.831000', '172924.834000', '172924.836000', '172924.839000', '172924.841000', '172924.844000', '172924.846000', '172924.849000', '172924.851000', '172924.854000', '172924.856000', '172924.859000', '172924.861000', '172924.864000', '172924.867000', '172924.869000', '172924.872000', '172924.874000', '172924.877000', '172944.760000', '172944.762000', '172944.765000', '172944.767000', '172944.770000', '172944.772000', '172944.775000', '172944.778000', '172944.780000', '172944.783000', '172944.785000', '172944.788000', '172944.790000', '172944.793000', '172944.795000', '172944.798000', '172944.800000', '172944.803000', '172944.806000', '172944.808000', '172944.811000', '172944.814000', '172944.816000', '172944.819000', '172944.821000', '172944.824000', '172944.826000', '172944.829000', '172944.831000', '172944.834000', '172944.837000', '172944.840000', '172944.842000', '172944.845000', '172944.847000', '172944.852000', '172944.855000', '172944.857000', '172944.860000', '172944.862000', '172944.865000', '172944.867000', '172944.870000', '173004.759000', '173004.763000', '173004.765000', '173004.768000', '173004.770000', '173004.773000', '173004.776000', '173004.778000', '173004.781000', '173004.783000', '173004.786000', '173004.788000', '173004.791000', '173004.794000', '173004.796000', '173004.799000', '173004.801000', '173004.804000', '173004.806000', '173004.809000', '173004.811000', '173004.814000', '173004.845000', '173004.847000', '173004.850000', '173004.852000', '173004.855000', '173004.857000', '173004.860000', '173004.862000', '173004.865000', '173004.867000', '173004.870000', '173004.872000', '173004.875000', '173004.877000', '173004.880000', '173004.883000', '173004.885000', '173004.888000', '173004.890000', '173004.893000', '173004.895000', '173004.898000', '173024.759000', '173024.762000', '173024.765000', '173024.767000', '173024.770000', '173024.772000', '173024.775000', '173024.777000', '173024.780000', '173024.782000', '173024.785000', '173024.788000', '173024.790000', '173024.793000', '173024.795000', '173024.798000', '173024.800000', '173024.803000', '173024.805000', '173024.808000', '173024.810000', '173024.813000', '173024.854000', '173024.857000', '173024.860000', '173024.862000', '173024.865000', '173024.867000', '173024.870000', '173024.873000', '173024.875000', '173024.878000', '173024.880000', '173024.883000', '173024.885000', '173024.888000', '173024.891000', '173024.893000', '173024.896000', '173024.898000', '173024.901000', '173024.903000', '173024.906000', '173044.760000', '173044.762000', '173044.765000', '173044.768000', '173044.771000', '173044.773000', '173044.776000', '173044.778000', '173044.781000', '173044.783000', '173044.786000', '173044.788000', '173044.791000', '173044.793000', '173044.796000', '173044.798000', '173044.801000', '173044.803000', '173044.806000', '173044.809000', '173044.811000', '173044.814000', '173044.816000', '173044.819000', '173044.821000', '173044.824000', '173044.837000', '173044.840000', '173044.842000', '173044.845000', '173044.847000', '173044.850000', '173044.852000', '173044.855000', '173044.857000', '173044.860000', '173044.862000', '173044.865000', '173044.867000', '173044.870000', '173044.873000', '173044.875000', '173044.878000', '173044.880000', '173104.759000', '173104.762000', '173104.765000', '173104.767000', '173104.770000', '173104.772000', '173104.775000', '173104.777000', '173104.780000', '173104.782000', '173104.785000', '173104.788000', '173104.790000', '173104.793000', '173104.795000', '173104.798000', '173104.800000', '173104.803000', '173104.805000', '173104.808000', '173104.810000', '173104.813000', '173104.816000', '173104.818000', '173104.821000', '173104.823000', '173104.826000', '173104.828000', '173104.831000', '173104.834000', '173104.836000', '173104.839000', '173104.841000', '173104.844000', '173104.846000', '173104.849000', '173104.851000', '173104.854000', '173104.857000', '173104.859000', '173104.862000', '173104.864000', '173104.867000', '173124.758000', '173124.761000', '173124.764000', '173124.766000', '173124.769000', '173124.771000', '173124.774000', '173124.776000', '173124.779000', '173124.781000', '173124.784000', '173124.787000', '173124.789000', '173124.792000', '173124.794000', '173124.797000', '173124.799000', '173124.802000', '173124.804000', '173124.807000', '173124.809000', '173124.812000', '173124.815000', '173124.817000', '173124.820000', '173124.823000', '173124.825000', '173124.828000', '173124.830000', '173124.833000', '173124.835000', '173124.838000', '173124.840000', '173124.843000', '173124.845000', '173124.848000', '173124.850000', '173124.853000', '173124.856000', '173124.858000', '173124.861000', '173124.863000', '173124.866000', '173124.869000', '173144.758000', '173144.761000', '173144.764000', '173144.766000', '173144.769000', '173144.771000', '173144.774000', '173144.776000', '173144.779000', '173144.782000', '173144.784000', '173144.787000', '173144.789000', '173144.792000', '173144.794000', '173144.797000', '173144.799000', '173144.802000', '173144.805000', '173144.807000', '173144.810000', '173144.812000', '173144.859000', '173144.861000', '173144.864000', '173144.866000', '173144.869000', '173144.871000', '173144.874000', '173144.876000', '173144.879000', '173144.881000', '173144.884000', '173144.886000', '173144.889000', '173144.892000', '173144.894000', '173144.897000', '173144.899000', '173144.902000', '173144.905000', '173144.907000', '173144.910000', '173204.759000', '173204.762000', '173204.765000', '173204.767000', '173204.770000', '173204.772000', '173204.775000', '173204.778000', '173204.780000', '173204.783000', '173204.785000', '173204.788000', '173204.790000', '173204.793000', '173204.795000', '173204.798000', '173204.800000', '173204.803000', '173204.806000', '173204.808000', '173204.811000', '173204.813000', '173204.871000', '173204.873000', '173204.876000', '173204.878000', '173204.881000', '173204.884000', '173204.886000', '173204.889000', '173204.891000', '173204.894000', '173204.896000', '173204.899000', '173204.901000', '173204.904000', '173204.906000', '173204.909000', '173204.911000', '173204.914000', '173204.916000', '173204.919000', '173204.922000', '173204.924000', '173224.759000', '173224.762000', '173224.765000', '173224.767000', '173224.770000', '173224.772000', '173224.775000', '173224.794000', '173224.797000', '173224.799000', '173224.802000', '173224.805000', '173224.807000', '173224.810000', '173224.812000', '173224.815000', '173224.858000', '173224.861000', '173224.863000', '173224.866000', '173224.868000', '173224.871000', '173224.873000', '173224.876000', '173224.878000', '173224.881000', '173224.884000', '173224.886000', '173224.889000', '173224.891000', '173224.894000', '173224.896000', '173224.899000', '173224.902000', '173224.904000', '173224.907000', '173224.909000', '173224.912000', '173224.914000', '173224.918000', '173224.920000', '173224.923000', '173224.926000', '173244.759000', '173244.762000', '173244.765000', '173244.767000', '173244.770000', '173244.772000', '173244.775000', '173244.778000', '173244.780000', '173244.783000', '173244.785000', '173244.788000', '173244.790000', '173244.793000', '173244.795000', '173244.798000', '173244.800000', '173244.803000', '173244.805000', '173244.808000', '173244.811000', '173244.813000', '173244.845000', '173244.848000', '173244.850000', '173244.853000', '173244.856000', '173244.858000', '173244.861000', '173244.863000', '173244.866000', '173244.868000', '173244.871000', '173244.874000', '173244.876000', '173244.879000', '173244.881000', '173244.884000', '173244.887000', '173244.889000', '173244.892000', '173244.894000', '173244.897000', '173244.899000', '173304.759000', '173304.762000', '173304.765000', '173304.767000', '173304.770000', '173304.772000', '173304.775000', '173304.782000', '173304.785000', '173304.787000', '173304.790000', '173304.793000', '173304.795000', '173304.798000', '173304.800000', '173304.803000', '173304.805000', '173304.808000', '173304.810000', '173304.867000', '173304.869000', '173304.872000', '173304.874000', '173304.877000', '173304.879000', '173304.882000', '173304.885000', '173304.887000', '173304.890000', '173304.892000', '173304.895000', '173304.897000', '173304.900000', '173304.902000', '173304.905000', '173304.908000', '173304.910000', '173304.913000', '173304.915000', '173304.918000', '173304.920000', '173304.923000', '173304.925000', '173324.760000', '173324.762000', '173324.765000', '173324.767000', '173324.770000', '173324.773000', '173324.776000', '173324.778000', '173324.781000', '173324.783000', '173324.786000', '173324.788000', '173324.791000', '173324.794000', '173324.796000', '173324.799000', '173324.801000', '173324.804000', '173324.806000', '173324.809000', '173324.812000', '173324.814000', '173324.873000', '173324.875000', '173324.878000', '173324.881000', '173324.883000', '173324.886000', '173324.888000', '173324.891000', '173324.893000', '173324.896000', '173324.898000', '173324.901000', '173324.903000', '173324.906000', '173324.908000', '173324.911000', '173324.913000', '173324.916000', '173324.919000', '173324.921000', '173324.924000', '173324.926000', '173344.759000', '173344.761000', '173344.764000', '173344.767000', '173344.769000', '173344.772000', '173344.774000', '173344.777000', '173344.779000', '173344.782000', '173344.784000', '173344.787000', '173344.790000', '173344.792000', '173344.795000', '173344.797000', '173344.800000', '173344.802000', '173344.879000', '173344.881000', '173344.884000', '173344.886000', '173344.889000', '173344.892000', '173344.894000', '173344.897000', '173344.899000', '173344.902000', '173344.904000', '173344.907000', '173344.910000', '173344.912000', '173344.915000', '173344.917000', '173344.920000', '173344.922000', '173344.925000', '173344.927000', '173344.930000', '173344.934000', '173344.937000', '173344.939000', '173344.942000', '173404.758000', '173404.761000', '173404.764000', '173404.767000', '173404.769000', '173404.772000', '173404.774000', '173404.777000', '173404.779000', '173404.782000', '173404.784000', '173404.787000', '173404.789000', '173404.792000', '173404.794000', '173404.797000', '173404.799000', '173404.802000', '173404.804000', '173404.807000', '173404.810000', '173404.812000', '173404.872000', '173404.875000', '173404.877000', '173404.880000', '173404.882000', '173404.885000', '173404.887000', '173404.890000', '173404.892000', '173404.895000', '173404.898000', '173404.900000', '173404.903000', '173404.905000', '173404.908000', '173404.910000', '173404.913000', '173404.915000', '173404.918000', '173404.921000', '173404.923000', '173421.702000', '173421.705000', '173421.708000', '173421.711000', '173421.713000', '173421.716000', '173421.719000', '173421.721000', '173421.724000', '173421.726000', '173421.729000', '173421.732000', '173421.734000', '173421.737000', '173421.740000', '173421.742000', '173421.745000', '173421.748000', '173421.750000', '173421.753000', '173421.756000', '173421.759000', '173421.761000', '173421.764000', '173421.766000', '173421.769000', '173421.772000', '173421.775000', '173421.777000', '173421.780000', '173421.783000', '173421.786000', '173421.788000', '173421.791000', '173421.797000', '173421.799000', '173421.802000', '173421.805000'], 'InstanceCreationTime': ['172804.783000', '172804.786000', '172804.789000', '172804.792000', '172804.794000', '172804.797000', '172804.800000', '172804.802000', '172804.806000', '172804.809000', '172804.811000', '172804.814000', '172804.817000', '172804.819000', '172804.822000', '172804.824000', '172804.827000', '172804.829000', '172804.832000', '172804.834000', '172804.837000', '172804.840000', '172804.842000', '172804.845000', '172804.847000', '172804.850000', '172804.854000', '172804.856000', '172804.859000', '172804.862000', '172804.864000', '172804.867000', '172804.869000', '172804.872000', '172804.874000', '172804.877000', '172804.879000', '172804.882000', '172804.884000', '172804.887000', '172804.889000', '172804.892000', '172804.895000', '172804.930000', '172804.932000', '172804.935000', '172804.937000', '172804.940000', '172804.943000', '172804.945000', '172804.948000', '172804.950000', '172824.760000', '172824.762000', '172824.765000', '172824.768000', '172824.770000', '172824.773000', '172824.775000', '172824.778000', '172824.780000', '172824.783000', '172824.786000', '172824.789000', '172824.791000', '172824.794000', '172824.796000', '172824.800000', '172824.802000', '172824.805000', '172824.808000', '172824.810000', '172824.813000', '172824.815000', '172824.890000', '172824.893000', '172824.895000', '172824.898000', '172824.900000', '172824.903000', '172824.908000', '172824.911000', '172824.913000', '172824.916000', '172824.919000', '172824.921000', '172824.924000', '172824.926000', '172824.929000', '172824.931000', '172824.934000', '172824.936000', '172824.939000', '172824.941000', '172824.944000', '172844.759000', '172844.762000', '172844.766000', '172844.768000', '172844.771000', '172844.774000', '172844.776000', '172844.779000', '172844.781000', '172844.784000', '172844.786000', '172844.789000', '172844.791000', '172844.794000', '172844.796000', '172844.799000', '172844.802000', '172844.804000', '172844.807000', '172844.809000', '172844.812000', '172844.814000', '172844.817000', '172844.819000', '172844.822000', '172844.824000', '172844.827000', '172844.829000', '172844.832000', '172844.834000', '172844.837000', '172844.840000', '172844.842000', '172844.845000', '172844.847000', '172844.850000', '172844.852000', '172844.855000', '172844.857000', '172844.860000', '172844.862000', '172844.865000', '172844.867000', '172844.870000', '172904.758000', '172904.761000', '172904.764000', '172904.766000', '172904.769000', '172904.771000', '172904.774000', '172904.776000', '172904.779000', '172904.782000', '172904.784000', '172904.787000', '172904.789000', '172904.792000', '172904.794000', '172904.797000', '172904.799000', '172904.802000', '172904.804000', '172904.807000', '172904.810000', '172904.813000', '172904.922000', '172904.924000', '172904.927000', '172904.929000', '172904.932000', '172904.935000', '172904.937000', '172904.940000', '172904.942000', '172904.945000', '172904.947000', '172904.950000', '172904.952000', '172904.955000', '172904.957000', '172904.960000', '172904.962000', '172904.965000', '172904.968000', '172904.970000', '172904.973000', '172924.758000', '172924.770000', '172924.772000', '172924.775000', '172924.778000', '172924.780000', '172924.783000', '172924.785000', '172924.788000', '172924.790000', '172924.793000', '172924.795000', '172924.798000', '172924.800000', '172924.803000', '172924.805000', '172924.808000', '172924.810000', '172924.813000', '172924.816000', '172924.818000', '172924.821000', '172924.823000', '172924.826000', '172924.828000', '172924.831000', '172924.834000', '172924.836000', '172924.839000', '172924.841000', '172924.844000', '172924.846000', '172924.849000', '172924.851000', '172924.854000', '172924.856000', '172924.859000', '172924.861000', '172924.864000', '172924.867000', '172924.869000', '172924.872000', '172924.874000', '172924.877000', '172944.760000', '172944.762000', '172944.765000', '172944.767000', '172944.770000', '172944.772000', '172944.775000', '172944.778000', '172944.780000', '172944.783000', '172944.785000', '172944.788000', '172944.790000', '172944.793000', '172944.795000', '172944.798000', '172944.800000', '172944.803000', '172944.806000', '172944.808000', '172944.811000', '172944.814000', '172944.816000', '172944.819000', '172944.821000', '172944.824000', '172944.826000', '172944.829000', '172944.831000', '172944.834000', '172944.837000', '172944.840000', '172944.842000', '172944.845000', '172944.847000', '172944.852000', '172944.855000', '172944.857000', '172944.860000', '172944.862000', '172944.865000', '172944.867000', '172944.870000', '173004.759000', '173004.763000', '173004.765000', '173004.768000', '173004.770000', '173004.773000', '173004.776000', '173004.778000', '173004.781000', '173004.783000', '173004.786000', '173004.788000', '173004.791000', '173004.794000', '173004.796000', '173004.799000', '173004.801000', '173004.804000', '173004.806000', '173004.809000', '173004.811000', '173004.814000', '173004.845000', '173004.847000', '173004.850000', '173004.852000', '173004.855000', '173004.857000', '173004.860000', '173004.862000', '173004.865000', '173004.867000', '173004.870000', '173004.872000', '173004.875000', '173004.877000', '173004.880000', '173004.883000', '173004.885000', '173004.888000', '173004.890000', '173004.893000', '173004.895000', '173004.898000', '173024.759000', '173024.762000', '173024.765000', '173024.767000', '173024.770000', '173024.772000', '173024.775000', '173024.777000', '173024.780000', '173024.782000', '173024.785000', '173024.788000', '173024.790000', '173024.793000', '173024.795000', '173024.798000', '173024.800000', '173024.803000', '173024.805000', '173024.808000', '173024.810000', '173024.813000', '173024.854000', '173024.857000', '173024.860000', '173024.862000', '173024.865000', '173024.867000', '173024.870000', '173024.873000', '173024.875000', '173024.878000', '173024.880000', '173024.883000', '173024.885000', '173024.888000', '173024.891000', '173024.893000', '173024.896000', '173024.898000', '173024.901000', '173024.903000', '173024.906000', '173044.760000', '173044.762000', '173044.765000', '173044.768000', '173044.771000', '173044.773000', '173044.776000', '173044.778000', '173044.781000', '173044.783000', '173044.786000', '173044.788000', '173044.791000', '173044.793000', '173044.796000', '173044.798000', '173044.801000', '173044.803000', '173044.806000', '173044.809000', '173044.811000', '173044.814000', '173044.816000', '173044.819000', '173044.821000', '173044.824000', '173044.837000', '173044.840000', '173044.842000', '173044.845000', '173044.847000', '173044.850000', '173044.852000', '173044.855000', '173044.857000', '173044.860000', '173044.862000', '173044.865000', '173044.867000', '173044.870000', '173044.873000', '173044.875000', '173044.878000', '173044.880000', '173104.759000', '173104.762000', '173104.765000', '173104.767000', '173104.770000', '173104.772000', '173104.775000', '173104.777000', '173104.780000', '173104.782000', '173104.785000', '173104.788000', '173104.790000', '173104.793000', '173104.795000', '173104.798000', '173104.800000', '173104.803000', '173104.805000', '173104.808000', '173104.810000', '173104.813000', '173104.816000', '173104.818000', '173104.821000', '173104.823000', '173104.826000', '173104.828000', '173104.831000', '173104.834000', '173104.836000', '173104.839000', '173104.841000', '173104.844000', '173104.846000', '173104.849000', '173104.851000', '173104.854000', '173104.857000', '173104.859000', '173104.862000', '173104.864000', '173104.867000', '173124.758000', '173124.761000', '173124.764000', '173124.766000', '173124.769000', '173124.771000', '173124.774000', '173124.776000', '173124.779000', '173124.781000', '173124.784000', '173124.787000', '173124.789000', '173124.792000', '173124.794000', '173124.797000', '173124.799000', '173124.802000', '173124.804000', '173124.807000', '173124.809000', '173124.812000', '173124.815000', '173124.817000', '173124.820000', '173124.823000', '173124.825000', '173124.828000', '173124.830000', '173124.833000', '173124.835000', '173124.838000', '173124.840000', '173124.843000', '173124.845000', '173124.848000', '173124.850000', '173124.853000', '173124.856000', '173124.858000', '173124.861000', '173124.863000', '173124.866000', '173124.869000', '173144.758000', '173144.761000', '173144.764000', '173144.766000', '173144.769000', '173144.771000', '173144.774000', '173144.776000', '173144.779000', '173144.782000', '173144.784000', '173144.787000', '173144.789000', '173144.792000', '173144.794000', '173144.797000', '173144.799000', '173144.802000', '173144.805000', '173144.807000', '173144.810000', '173144.812000', '173144.859000', '173144.861000', '173144.864000', '173144.866000', '173144.869000', '173144.871000', '173144.874000', '173144.876000', '173144.879000', '173144.881000', '173144.884000', '173144.886000', '173144.889000', '173144.892000', '173144.894000', '173144.897000', '173144.899000', '173144.902000', '173144.905000', '173144.907000', '173144.910000', '173204.759000', '173204.762000', '173204.765000', '173204.767000', '173204.770000', '173204.772000', '173204.775000', '173204.778000', '173204.780000', '173204.783000', '173204.785000', '173204.788000', '173204.790000', '173204.793000', '173204.795000', '173204.798000', '173204.800000', '173204.803000', '173204.806000', '173204.808000', '173204.811000', '173204.813000', '173204.871000', '173204.873000', '173204.876000', '173204.878000', '173204.881000', '173204.884000', '173204.886000', '173204.889000', '173204.891000', '173204.894000', '173204.896000', '173204.899000', '173204.901000', '173204.904000', '173204.906000', '173204.909000', '173204.911000', '173204.914000', '173204.916000', '173204.919000', '173204.922000', '173204.924000', '173224.759000', '173224.762000', '173224.765000', '173224.767000', '173224.770000', '173224.772000', '173224.775000', '173224.794000', '173224.797000', '173224.799000', '173224.802000', '173224.805000', '173224.807000', '173224.810000', '173224.812000', '173224.815000', '173224.858000', '173224.861000', '173224.863000', '173224.866000', '173224.868000', '173224.871000', '173224.873000', '173224.876000', '173224.878000', '173224.881000', '173224.884000', '173224.886000', '173224.889000', '173224.891000', '173224.894000', '173224.896000', '173224.899000', '173224.902000', '173224.904000', '173224.907000', '173224.909000', '173224.912000', '173224.914000', '173224.918000', '173224.920000', '173224.923000', '173224.926000', '173244.759000', '173244.762000', '173244.765000', '173244.767000', '173244.770000', '173244.772000', '173244.775000', '173244.778000', '173244.780000', '173244.783000', '173244.785000', '173244.788000', '173244.790000', '173244.793000', '173244.795000', '173244.798000', '173244.800000', '173244.803000', '173244.805000', '173244.808000', '173244.811000', '173244.813000', '173244.845000', '173244.848000', '173244.850000', '173244.853000', '173244.856000', '173244.858000', '173244.861000', '173244.863000', '173244.866000', '173244.868000', '173244.871000', '173244.874000', '173244.876000', '173244.879000', '173244.881000', '173244.884000', '173244.887000', '173244.889000', '173244.892000', '173244.894000', '173244.897000', '173244.899000', '173304.759000', '173304.762000', '173304.765000', '173304.767000', '173304.770000', '173304.772000', '173304.775000', '173304.782000', '173304.785000', '173304.787000', '173304.790000', '173304.793000', '173304.795000', '173304.798000', '173304.800000', '173304.803000', '173304.805000', '173304.808000', '173304.810000', '173304.867000', '173304.869000', '173304.872000', '173304.874000', '173304.877000', '173304.879000', '173304.882000', '173304.885000', '173304.887000', '173304.890000', '173304.892000', '173304.895000', '173304.897000', '173304.900000', '173304.902000', '173304.905000', '173304.908000', '173304.910000', '173304.913000', '173304.915000', '173304.918000', '173304.920000', '173304.923000', '173304.925000', '173324.760000', '173324.762000', '173324.765000', '173324.767000', '173324.770000', '173324.773000', '173324.776000', '173324.778000', '173324.781000', '173324.783000', '173324.786000', '173324.788000', '173324.791000', '173324.794000', '173324.796000', '173324.799000', '173324.801000', '173324.804000', '173324.806000', '173324.809000', '173324.812000', '173324.814000', '173324.873000', '173324.875000', '173324.878000', '173324.881000', '173324.883000', '173324.886000', '173324.888000', '173324.891000', '173324.893000', '173324.896000', '173324.898000', '173324.901000', '173324.903000', '173324.906000', '173324.908000', '173324.911000', '173324.913000', '173324.916000', '173324.919000', '173324.921000', '173324.924000', '173324.926000', '173344.759000', '173344.761000', '173344.764000', '173344.767000', '173344.769000', '173344.772000', '173344.774000', '173344.777000', '173344.779000', '173344.782000', '173344.784000', '173344.787000', '173344.790000', '173344.792000', '173344.795000', '173344.797000', '173344.800000', '173344.802000', '173344.879000', '173344.881000', '173344.884000', '173344.886000', '173344.889000', '173344.892000', '173344.894000', '173344.897000', '173344.899000', '173344.902000', '173344.904000', '173344.907000', '173344.910000', '173344.912000', '173344.915000', '173344.917000', '173344.920000', '173344.922000', '173344.925000', '173344.927000', '173344.930000', '173344.934000', '173344.937000', '173344.939000', '173344.942000', '173404.758000', '173404.761000', '173404.764000', '173404.767000', '173404.769000', '173404.772000', '173404.774000', '173404.777000', '173404.779000', '173404.782000', '173404.784000', '173404.787000', '173404.789000', '173404.792000', '173404.794000', '173404.797000', '173404.799000', '173404.802000', '173404.804000', '173404.807000', '173404.810000', '173404.812000', '173404.872000', '173404.875000', '173404.877000', '173404.880000', '173404.882000', '173404.885000', '173404.887000', '173404.890000', '173404.892000', '173404.895000', '173404.898000', '173404.900000', '173404.903000', '173404.905000', '173404.908000', '173404.910000', '173404.913000', '173404.915000', '173404.918000', '173404.921000', '173404.923000', '173421.702000', '173421.705000', '173421.708000', '173421.711000', '173421.713000', '173421.716000', '173421.719000', '173421.721000', '173421.724000', '173421.726000', '173421.729000', '173421.732000', '173421.734000', '173421.737000', '173421.740000', '173421.742000', '173421.745000', '173421.748000', '173421.750000', '173421.753000', '173421.756000', '173421.759000', '173421.761000', '173421.764000', '173421.766000', '173421.769000', '173421.772000', '173421.775000', '173421.777000', '173421.780000', '173421.783000', '173421.786000', '173421.788000', '173421.791000', '173421.797000', '173421.799000', '173421.802000', '173421.805000'], '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': [8046, 9838, 7499, 13681, 12011, 14594, 9565, 12263, 7649, 13629, 10800, 16597, 10056, 8358, 7061, 8645, 9739, 8194, 12157, 7234, 10275, 7680, 12699, 9457, 11953, 9220, 7406, 7790, 7543, 12047, 8820, 9465, 6995, 7638, 9719, 7723, 11857, 9008, 7347, 9258, 7540, 14629, 11283, 12908, 10287, 7342, 7667, 7749, 13813, 8962, 12201, 7683, 7374, 7487, 8498, 9755, 10349, 10608, 7143, 9997, 7281, 11388, 11185, 13345, 8217, 8872, 7351, 8856, 7260, 10916, 8877, 12904, 7941, 7272, 7377, 10293, 9765, 8870, 7577, 7890, 9269, 13317, 11168, 10025, 7923, 7357, 8780, 8629, 14493, 9165, 11625, 6884, 9617, 8392, 11847, 10655, 7425, 11505, 7442, 13887, 11473, 15794, 11485, 13421, 8163, 10893, 9151, 13499, 9743, 11021, 7607, 8944, 6896, 9814, 7871, 11962, 7418, 7262, 6818, 7250, 7253, 7177, 8974, 7247, 11083, 6986, 9472, 7377, 12517, 8198, 12349, 7395, 11139, 7897, 13449, 9014, 11719, 7174, 10455, 7516, 12602, 9142, 11139, 7632, 7216, 9631, 10798, 14281, 10372, 14594, 8907, 13073, 10536, 12886, 10410, 7748, 9680, 7381, 11697, 10499, 16874, 10198, 15098, 7940, 10019, 8828, 9760, 12124, 7654, 8912, 7228, 13071, 8004, 8171, 7160, 7206, 7466, 9986, 8993, 7392, 11044, 6966, 9021, 6907, 8730, 7805, 7285, 8973, 6639, 9898, 6963, 12263, 8834, 12133, 7169, 9433, 7421, 7356, 10058, 10905, 14260, 9688, 13141, 8043, 11174, 8070, 12706, 10182, 7521, 7478, 7569, 10473, 7542, 13475, 10621, 7536, 7748, 6806, 11694, 11216, 14778, 11194, 13701, 8542, 10426, 8956, 9608, 8111, 6886, 7259, 6775, 9677, 9520, 13795, 8180, 10630, 6874, 9817, 6913, 11916, 7600, 9429, 6869, 7745, 6955, 8100, 7507, 7296, 6978, 7070, 10586, 7401, 7754, 7206, 9187, 10916, 10614, 8334, 7611, 8905, 7776, 12738, 10455, 11402, 8678, 7211, 8415, 8078, 14322, 9977, 12769, 8541, 9193, 10630, 7203, 14657, 11039, 12942, 8952, 11794, 8859, 12632, 10431, 7679, 10051, 7610, 11488, 7722, 15469, 10523, 9822, 9618, 7171, 12587, 7458, 14514, 11221, 12483, 9785, 7223, 8938, 6989, 11021, 8050, 14277, 9294, 12926, 7510, 8793, 6866, 7682, 7677, 6884, 7427, 6847, 6954, 7425, 6915, 8533, 7262, 11017, 7579, 9107, 8694, 10772, 7812, 9775, 7372, 8744, 9842, 10394, 8518, 9099, 7480, 10023, 7903, 13142, 9625, 12706, 7458, 10365, 7449, 13024, 8767, 12884, 8055, 11424, 11377, 7479, 14540, 11334, 12768, 9904, 11742, 8902, 10590, 9395, 9460, 11522, 7328, 11155, 7214, 13320, 9305, 15661, 10654, 11750, 8558, 9299, 10005, 11244, 11311, 6859, 11343, 6864, 12171, 7903, 14159, 10559, 10376, 7831, 6647, 8156, 6826, 10240, 6948, 9309, 6845, 9394, 7125, 11824, 8823, 8792, 6808, 6599, 7565, 6841, 8739, 6787, 11083, 7060, 10973, 7460, 12275, 8471, 10477, 6771, 11576, 7830, 13068, 8463, 10181, 7894, 7960, 10723, 8101, 12901, 9307, 13331, 8356, 12927, 9289, 10679, 11111, 10519, 7171, 9671, 7505, 12492, 8620, 14768, 11296, 8875, 8390, 6468, 13623, 10668, 12866, 9806, 7570, 8035, 7954, 14305, 10753, 11692, 8557, 8770, 10038, 10111, 13189, 9385, 14331, 8372, 9130, 9542, 9426, 13156, 8834, 13179, 8174, 12615, 8468, 11553, 8568, 13175, 8177, 10875, 6797, 8736, 7125, 9344, 7787, 8930, 7088, 6473, 6893, 7286, 10345, 8305, 11816, 7642, 10970, 9627, 7168, 12161, 10467, 13753, 9967, 11973, 8916, 12647, 10396, 12516, 8675, 8589, 7597, 9612, 9801, 8463, 11605, 7203, 12683, 7493, 13871, 11651, 12238, 10197, 9596, 8706, 13636, 10405, 13624, 10822, 7449, 10320, 7087, 12954, 9083, 14001, 11172, 10356, 8621, 9531, 7344, 9367, 8687, 7402, 9205, 6921, 8709, 7576, 7371, 7255, 7582, 10321, 6970, 8271, 7945, 10215, 10108, 7951, 9117, 7274, 10191, 7770, 12551, 8494, 12780, 7634, 12758, 8650, 13281, 9984, 12630, 8320, 11784, 8044, 11780, 10381, 10052, 9091, 7456, 10355, 7652, 13467, 10001, 13415, 9128, 9948, 9203, 10636, 11680, 7847, 12358, 7043, 9845, 7953, 10586, 11024, 9239, 12783, 7972, 12755, 7824, 11478, 10179, 9212, 8857, 8145, 10095, 7634, 11671, 8154, 12927, 8107, 8478, 6917, 7433, 8040, 7149, 12220, 7316, 7982, 7776, 7838, 11340, 7159, 10930, 7462, 13001, 10206, 11459, 8540, 6524, 6746, 6978, 10239, 9345, 7592, 10295, 7511, 12032, 10303, 7497, 11240, 7905, 11174, 8048, 15793, 10149, 9658, 7561, 7173, 8289, 7920, 13078, 9171, 9211, 7584, 6920, 9706, 9195, 12536, 8204, 12103, 7780, 11248, 8546, 11051, 10466, 7640, 9684, 7025, 10392, 7304, 11612, 10189, 10691, 9764, 7102, 7534, 7119, 7663, 7716, 8359, 7433, 10506, 7361, 11118, 6850, 6676, 7567, 7190, 10594, 7978, 11587, 7877, 9142, 7185, 9770, 10579, 9225, 7050, 7941, 7212, 10268, 6513, 13806, 8364, 7196, 10444, 7332, 13449, 11036, 14870, 11686, 13560, 10056, 15608, 10934, 11260, 8998, 7330, 8611, 7711, 13006, 9049, 14217, 8920, 9678, 8322, 9098, 11827, 8104, 12760, 7308, 9834, 8501, 8122, 11648, 7143, 11523, 7476, 9096, 9806, 8268, 13816, 8124, 9961, 7228, 9049, 9702, 7946, 11743, 7257, 10779, 7647, 8897, 8492, 7518, 9609, 7076, 9922, 7577, 11554, 9583, 11743, 8868, 7641, 7659, 7654, 8687, 11101, 9621, 9393, 7264, 6446, 6854, 6480, 7128, 7679, 9898, 6597, 7996, 7056, 8456, 8150, 10731, 9546, 9049, 7809, 7266, 7591, 10581, 8416, 7267, 7965, 7193, 10716, 7647, 11675, 10547, 6978, 11807, 8408, 14442, 10573, 9777, 8524, 8113, 9665, 9747, 13683, 8463, 12921, 7768, 9342, 9829, 10035, 12151, 7842, 11898, 7587, 10703, 8781, 9687, 9565, 8022, 9412, 7759, 10426, 9208, 7752, 11318, 7429, 9888, 8670, 9320, 12394, 8464, 12044, 7538, 8062, 9319, 8341, 12401, 7890, 11751, 7439, 9919, 7648, 11765, 7794, 11641, 7280, 9962, 7070, 9694, 7613, 9744, 8123, 7153, 7662, 7064, 8207, 10413, 10050, 10416, 8615, 7870, 7489, 10161, 8676, 7266, 9405, 7531, 11137, 8077, 14301, 9522, 12700, 8280, 10716, 8336, 11087, 9730, 7352, 8165, 7182, 12316, 9470, 14814], 'WindowCenter': [4044.0, 4049.0, 4019.0, 4076.0, 4053.0, 4065.0, 4020.0, 4040.0, 3988.0, 4049.0, 4027.0, 4059.0, 4016.0, 3995.0, 3976.0, 4007.0, 4016.0, 3996.0, 4038.0, 3975.0, 4017.0, 3999.0, 4052.0, 4019.0, 4040.0, 4019.0, 3986.0, 3986.0, 3986.0, 4035.0, 4009.0, 4019.0, 3977.0, 3999.0, 4029.0, 4000.0, 4051.0, 4021.0, 3989.0, 4021.0, 4001.0, 4062.0, 4043.0, 4052.0, 4029.0, 3977.0, 3986.0, 3987.0, 4050.0, 4019.0, 4049.0, 3988.0, 3988.0, 3989.0, 4009.0, 4021.0, 4029.0, 4029.0, 3977.0, 4018.0, 3975.0, 4026.0, 4027.0, 4049.0, 3996.0, 4005.0, 3988.0, 4019.0, 4000.0, 4038.0, 4022.0, 4063.0, 3998.0, 3988.0, 4000.0, 4041.0, 4044.0, 4021.0, 4000.0, 4010.0, 4020.0, 4049.0, 4053.0, 4030.0, 4010.0, 3988.0, 4010.0, 4009.0, 4073.0, 4030.0, 4051.0, 3988.0, 4028.0, 4010.0, 4050.0, 4040.0, 4000.0, 4039.0, 3988.0, 4061.0, 4038.0, 4074.0, 4039.0, 4048.0, 3995.0, 4027.0, 4018.0, 4048.0, 4018.0, 4027.0, 3984.0, 4005.0, 3974.0, 4013.0, 3984.0, 4034.0, 3974.0, 3974.0, 3965.0, 3986.0, 3986.0, 3975.0, 4007.0, 3989.0, 4041.0, 3990.0, 4030.0, 4001.0, 4050.0, 4010.0, 4051.0, 3989.0, 4039.0, 3998.0, 4048.0, 4019.0, 4048.0, 3988.0, 4040.0, 3989.0, 4049.0, 4033.0, 4051.0, 4001.0, 3989.0, 4030.0, 4041.0, 4076.0, 4041.0, 4073.0, 4020.0, 4061.0, 4041.0, 4051.0, 4031.0, 3988.0, 4031.0, 3987.0, 4038.0, 4026.0, 4070.0, 4027.0, 4059.0, 3996.0, 4016.0, 4007.0, 4017.0, 4038.0, 3985.0, 4005.0, 3985.0, 4048.0, 3996.0, 3995.0, 3975.0, 3974.0, 3974.0, 4015.0, 4004.0, 3974.0, 4027.0, 3976.0, 4006.0, 3977.0, 4008.0, 3998.0, 3987.0, 4017.0, 3978.0, 4029.0, 3977.0, 4050.0, 4020.0, 4050.0, 3989.0, 4029.0, 3990.0, 3988.0, 4029.0, 4027.0, 4062.0, 4029.0, 4049.0, 3998.0, 4037.0, 3997.0, 4048.0, 4029.0, 3986.0, 3987.0, 3997.0, 4028.0, 3998.0, 4061.0, 4039.0, 3998.0, 3997.0, 3964.0, 4037.0, 4036.0, 4062.0, 4039.0, 4049.0, 4007.0, 4027.0, 4006.0, 4016.0, 3996.0, 3975.0, 3974.0, 3964.0, 4016.0, 4015.0, 4049.0, 3995.0, 4027.0, 3963.0, 4013.0, 3973.0, 4037.0, 3997.0, 4017.0, 3977.0, 3999.0, 3990.0, 4010.0, 4000.0, 4002.0, 3990.0, 3991.0, 4053.0, 4001.0, 4001.0, 4000.0, 4031.0, 4040.0, 4054.0, 4009.0, 4000.0, 4017.0, 3998.0, 4049.0, 4029.0, 4039.0, 4008.0, 3988.0, 4008.0, 4010.0, 4061.0, 4042.0, 4062.0, 4022.0, 4032.0, 4040.0, 4000.0, 4062.0, 4041.0, 4051.0, 4020.0, 4039.0, 4005.0, 4037.0, 4028.0, 3986.0, 4018.0, 3986.0, 4037.0, 3987.0, 4048.0, 4017.0, 4016.0, 4006.0, 3965.0, 4037.0, 3976.0, 4049.0, 4028.0, 4038.0, 4017.0, 3975.0, 3995.0, 3963.0, 4016.0, 3985.0, 4047.0, 4005.0, 4037.0, 3976.0, 3995.0, 3965.0, 3985.0, 3984.0, 3975.0, 3987.0, 3979.0, 3991.0, 4001.0, 4002.0, 4034.0, 4003.0, 4054.0, 4001.0, 4021.0, 4008.0, 4041.0, 3999.0, 4029.0, 3987.0, 4007.0, 4029.0, 4029.0, 4006.0, 4019.0, 3985.0, 4018.0, 3996.0, 4049.0, 4018.0, 4049.0, 3986.0, 4016.0, 3986.0, 4047.0, 4009.0, 4063.0, 4012.0, 4050.0, 4040.0, 3988.0, 4072.0, 4040.0, 4051.0, 4029.0, 4038.0, 4007.0, 4014.0, 4007.0, 4005.0, 4027.0, 3975.0, 4025.0, 3976.0, 4047.0, 4006.0, 4059.0, 4025.0, 4037.0, 3996.0, 4005.0, 4017.0, 4026.0, 4028.0, 3965.0, 4026.0, 3966.0, 4037.0, 3996.0, 4046.0, 4028.0, 4017.0, 3986.0, 3963.0, 3986.0, 3966.0, 4026.0, 3977.0, 4020.0, 3980.0, 4020.0, 3991.0, 4053.0, 4021.0, 4019.0, 3990.0, 3989.0, 4011.0, 3994.0, 4021.0, 3992.0, 4054.0, 4002.0, 4054.0, 4002.0, 4050.0, 4020.0, 4053.0, 3991.0, 4053.0, 4010.0, 4063.0, 4022.0, 4041.0, 4011.0, 4008.0, 4052.0, 4012.0, 4063.0, 4029.0, 4063.0, 4010.0, 4051.0, 4018.0, 4028.0, 4027.0, 4027.0, 3975.0, 4016.0, 3987.0, 4049.0, 4008.0, 4062.0, 4039.0, 4005.0, 3997.0, 3967.0, 4058.0, 4039.0, 4050.0, 4028.0, 3985.0, 3997.0, 3996.0, 4060.0, 4027.0, 4038.0, 4007.0, 3995.0, 4015.0, 4015.0, 4050.0, 4017.0, 4060.0, 3997.0, 4016.0, 4016.0, 4005.0, 4049.0, 4006.0, 4039.0, 3997.0, 4038.0, 3995.0, 4027.0, 3996.0, 4036.0, 3996.0, 4025.0, 3964.0, 4004.0, 3977.0, 4016.0, 3997.0, 4020.0, 3988.0, 3968.0, 3989.0, 4003.0, 4039.0, 4010.0, 4053.0, 4011.0, 4052.0, 4032.0, 4003.0, 4064.0, 4042.0, 4063.0, 4031.0, 4040.0, 4018.0, 4050.0, 4029.0, 4049.0, 4008.0, 4006.0, 3998.0, 4029.0, 4017.0, 3995.0, 4038.0, 3987.0, 4048.0, 3986.0, 4049.0, 4039.0, 4039.0, 4028.0, 4017.0, 4006.0, 4047.0, 4016.0, 4045.0, 4027.0, 3973.0, 4015.0, 3974.0, 4037.0, 4006.0, 4047.0, 4037.0, 4026.0, 4005.0, 4015.0, 3973.0, 4003.0, 3993.0, 3973.0, 4003.0, 3976.0, 4006.0, 3996.0, 3999.0, 3986.0, 3999.0, 4040.0, 3991.0, 4008.0, 4008.0, 4041.0, 4042.0, 4008.0, 4019.0, 3987.0, 4028.0, 3985.0, 4049.0, 4009.0, 4050.0, 3998.0, 4050.0, 4008.0, 4048.0, 4018.0, 4049.0, 4007.0, 4039.0, 3996.0, 4038.0, 4027.0, 4028.0, 4019.0, 3989.0, 4028.0, 3999.0, 4049.0, 4028.0, 4060.0, 4019.0, 4016.0, 4016.0, 4026.0, 4037.0, 3997.0, 4049.0, 3977.0, 4026.0, 3996.0, 4027.0, 4028.0, 4017.0, 4050.0, 3998.0, 4049.0, 3987.0, 4037.0, 4017.0, 4006.0, 4005.0, 3995.0, 4028.0, 3986.0, 4027.0, 3997.0, 4049.0, 3998.0, 4007.0, 3978.0, 3989.0, 3999.0, 3979.0, 4052.0, 3990.0, 3998.0, 3998.0, 3998.0, 4041.0, 3989.0, 4038.0, 3988.0, 4051.0, 4029.0, 4051.0, 4009.0, 3967.0, 3978.0, 3990.0, 4043.0, 4030.0, 4011.0, 4041.0, 4001.0, 4051.0, 4028.0, 3986.0, 4040.0, 3998.0, 4028.0, 3986.0, 4058.0, 4017.0, 4017.0, 3986.0, 3974.0, 3996.0, 3996.0, 4050.0, 4018.0, 4017.0, 3987.0, 3974.0, 4017.0, 4017.0, 4049.0, 3996.0, 4037.0, 3987.0, 4027.0, 3995.0, 4025.0, 4027.0, 3985.0, 4017.0, 3975.0, 4028.0, 3987.0, 4037.0, 4029.0, 4028.0, 4030.0, 3976.0, 3986.0, 3965.0, 3986.0, 3987.0, 3997.0, 3986.0, 4027.0, 3989.0, 4039.0, 3980.0, 3978.0, 4010.0, 3990.0, 4042.0, 4013.0, 4052.0, 4009.0, 4032.0, 3991.0, 4032.0, 4042.0, 4034.0, 3978.0, 3999.0, 3990.0, 4043.0, 3982.0, 4074.0, 4024.0, 4003.0, 4043.0, 4000.0, 4064.0, 4055.0, 4075.0, 4053.0, 4053.0, 4031.0, 4062.0, 4030.0, 4028.0, 4006.0, 3974.0, 3993.0, 3974.0, 4035.0, 4003.0, 4048.0, 4006.0, 4006.0, 3995.0, 4007.0, 4039.0, 3986.0, 4038.0, 3986.0, 4027.0, 4007.0, 3998.0, 4040.0, 3978.0, 4039.0, 3987.0, 4007.0, 4018.0, 3997.0, 4050.0, 3998.0, 4016.0, 3975.0, 4005.0, 4018.0, 3997.0, 4039.0, 3977.0, 4028.0, 3988.0, 4019.0, 4008.0, 3986.0, 4016.0, 3977.0, 4018.0, 3986.0, 4037.0, 4018.0, 4038.0, 4007.0, 3986.0, 3985.0, 3984.0, 3995.0, 4025.0, 4005.0, 4005.0, 3973.0, 3953.0, 3966.0, 3953.0, 3974.0, 3986.0, 4018.0, 3978.0, 4010.0, 3991.0, 4010.0, 4011.0, 4041.0, 4032.0, 4010.0, 4001.0, 3989.0, 4000.0, 4028.0, 4009.0, 3988.0, 4012.0, 3988.0, 4040.0, 4002.0, 4053.0, 4043.0, 3991.0, 4053.0, 4011.0, 4063.0, 4042.0, 4031.0, 4010.0, 3998.0, 4018.0, 4017.0, 4062.0, 3998.0, 4051.0, 3987.0, 4004.0, 4017.0, 4017.0, 4040.0, 3997.0, 4039.0, 3986.0, 4027.0, 4007.0, 4018.0, 4017.0, 3996.0, 4006.0, 3986.0, 4028.0, 4020.0, 3986.0, 4039.0, 3988.0, 4017.0, 4009.0, 4015.0, 4052.0, 4009.0, 4041.0, 3987.0, 3996.0, 4007.0, 3996.0, 4039.0, 3995.0, 4037.0, 3986.0, 4016.0, 3984.0, 4037.0, 3986.0, 4039.0, 3988.0, 4029.0, 3976.0, 4028.0, 3999.0, 4018.0, 4000.0, 3979.0, 4000.0, 3979.0, 4010.0, 4040.0, 4030.0, 4041.0, 4009.0, 3996.0, 3987.0, 4028.0, 4009.0, 3988.0, 4019.0, 3999.0, 4039.0, 3999.0, 4061.0, 4018.0, 4051.0, 4008.0, 4028.0, 4008.0, 4039.0, 4031.0, 3988.0, 4009.0, 3978.0, 4039.0, 4018.0, 4060.0], 'WindowWidth': [9032.0, 9026.0, 8983.0, 9056.0, 9017.0, 9043.0, 8966.0, 8995.0, 8921.0, 9007.0, 8970.0, 9027.0, 8954.0, 8925.0, 8901.0, 8945.0, 8953.0, 8927.0, 8988.0, 8901.0, 8957.0, 8937.0, 9012.0, 8963.0, 8994.0, 8965.0, 8916.0, 8914.0, 8917.0, 8981.0, 8950.0, 8964.0, 8906.0, 8939.0, 8979.0, 8944.0, 9010.0, 8970.0, 8923.0, 8968.0, 8943.0, 9027.0, 9002.0, 9014.0, 8978.0, 8903.0, 8915.0, 8916.0, 9010.0, 8963.0, 9007.0, 8920.0, 8921.0, 8925.0, 8951.0, 8970.0, 8977.0, 8978.0, 8904.0, 8960.0, 8900.0, 8969.0, 8970.0, 9007.0, 8930.0, 8940.0, 8924.0, 8964.0, 8943.0, 8990.0, 8973.0, 9030.0, 8938.0, 8924.0, 8943.0, 8999.0, 9007.0, 8972.0, 8941.0, 8956.0, 8968.0, 9006.0, 9017.0, 8979.0, 8953.0, 8924.0, 8953.0, 8951.0, 9046.0, 8980.0, 9010.0, 8925.0, 8978.0, 8956.0, 9008.0, 8994.0, 8943.0, 8992.0, 8923.0, 9025.0, 8990.0, 9056.0, 8990.0, 9006.0, 8926.0, 8972.0, 8960.0, 9003.0, 8961.0, 8971.0, 8912.0, 8938.0, 8897.0, 8948.0, 8910.0, 8977.0, 8898.0, 8899.0, 8888.0, 8916.0, 8918.0, 8902.0, 8947.0, 8925.0, 8998.0, 8930.0, 8981.0, 8946.0, 9008.0, 8956.0, 9011.0, 8927.0, 8993.0, 8936.0, 9003.0, 8965.0, 9005.0, 8925.0, 8994.0, 8928.0, 9006.0, 8993.0, 9013.0, 8944.0, 8927.0, 8982.0, 8995.0, 9056.0, 8999.0, 9048.0, 8969.0, 9028.0, 8998.0, 9013.0, 8984.0, 8923.0, 8985.0, 8919.0, 8989.0, 8969.0, 9043.0, 8972.0, 9021.0, 8930.0, 8956.0, 8945.0, 8957.0, 8989.0, 8913.0, 8937.0, 8913.0, 8998.0, 8928.0, 8926.0, 8901.0, 8894.0, 8897.0, 8952.0, 8936.0, 8897.0, 8969.0, 8903.0, 8944.0, 8907.0, 8950.0, 8937.0, 8920.0, 8961.0, 8910.0, 8977.0, 8908.0, 9006.0, 8966.0, 9005.0, 8924.0, 8980.0, 8928.0, 8922.0, 8979.0, 8972.0, 9032.0, 8978.0, 9008.0, 8934.0, 8985.0, 8932.0, 9001.0, 8980.0, 8917.0, 8918.0, 8933.0, 8974.0, 8937.0, 9024.0, 8992.0, 8937.0, 8934.0, 8887.0, 8986.0, 8982.0, 9032.0, 8989.0, 9007.0, 8944.0, 8972.0, 8944.0, 8954.0, 8929.0, 8900.0, 8897.0, 8886.0, 8955.0, 8953.0, 9005.0, 8927.0, 8970.0, 8884.0, 8947.0, 8897.0, 8987.0, 8934.0, 8961.0, 8910.0, 8944.0, 8932.0, 8956.0, 8946.0, 8947.0, 8933.0, 8934.0, 9019.0, 8947.0, 8946.0, 8944.0, 8986.0, 8995.0, 9022.0, 8954.0, 8941.0, 8962.0, 8938.0, 9009.0, 8979.0, 8993.0, 8948.0, 8921.0, 8949.0, 8956.0, 9029.0, 9001.0, 9029.0, 8974.0, 8988.0, 8996.0, 8945.0, 9034.0, 9000.0, 9013.0, 8969.0, 8989.0, 8941.0, 8987.0, 8976.0, 8914.0, 8960.0, 8914.0, 8983.0, 8915.0, 8998.0, 8955.0, 8950.0, 8938.0, 8883.0, 8982.0, 8900.0, 9004.0, 8971.0, 8984.0, 8954.0, 8895.0, 8923.0, 8877.0, 8948.0, 8908.0, 8997.0, 8936.0, 8980.0, 8898.0, 8923.0, 8885.0, 8912.0, 8912.0, 8900.0, 8921.0, 8914.0, 8934.0, 8948.0, 8950.0, 8995.0, 8953.0, 9021.0, 8945.0, 8972.0, 8951.0, 8998.0, 8938.0, 8979.0, 8920.0, 8946.0, 8977.0, 8979.0, 8944.0, 8963.0, 8915.0, 8959.0, 8929.0, 9006.0, 8961.0, 9005.0, 8917.0, 8955.0, 8918.0, 9000.0, 8952.0, 9029.0, 8961.0, 9009.0, 8995.0, 8926.0, 9046.0, 8994.0, 9012.0, 8979.0, 8988.0, 8943.0, 8949.0, 8943.0, 8937.0, 8970.0, 8898.0, 8964.0, 8899.0, 8996.0, 8940.0, 9019.0, 8965.0, 8982.0, 8926.0, 8936.0, 8956.0, 8967.0, 8971.0, 8885.0, 8966.0, 8887.0, 8982.0, 8926.0, 8998.0, 8970.0, 8956.0, 8915.0, 8881.0, 8914.0, 8888.0, 8968.0, 8906.0, 8966.0, 8914.0, 8968.0, 8929.0, 9014.0, 8972.0, 8966.0, 8931.0, 8928.0, 8960.0, 8945.0, 8975.0, 8937.0, 9021.0, 8949.0, 9020.0, 8951.0, 9011.0, 8969.0, 9017.0, 8934.0, 9019.0, 8959.0, 9033.0, 8973.0, 8998.0, 8960.0, 8953.0, 9015.0, 8962.0, 9034.0, 8980.0, 9032.0, 8954.0, 9015.0, 8960.0, 8976.0, 8972.0, 8974.0, 8901.0, 8954.0, 8919.0, 9005.0, 8948.0, 9030.0, 8992.0, 8940.0, 8931.0, 8895.0, 9017.0, 8992.0, 9009.0, 8976.0, 8916.0, 8934.0, 8933.0, 9024.0, 8973.0, 8989.0, 8944.0, 8924.0, 8951.0, 8950.0, 9012.0, 8959.0, 9025.0, 8931.0, 8955.0, 8954.0, 8936.0, 9004.0, 8939.0, 8992.0, 8928.0, 8986.0, 8924.0, 8969.0, 8927.0, 8980.0, 8925.0, 8964.0, 8883.0, 8938.0, 8907.0, 8958.0, 8933.0, 8966.0, 8925.0, 8898.0, 8929.0, 8952.0, 8994.0, 8954.0, 9017.0, 8959.0, 9014.0, 8988.0, 8952.0, 9034.0, 9000.0, 9035.0, 8984.0, 8995.0, 8963.0, 9008.0, 8977.0, 9005.0, 8949.0, 8944.0, 8935.0, 8976.0, 8959.0, 8927.0, 8987.0, 8920.0, 9002.0, 8916.0, 9006.0, 8990.0, 8991.0, 8974.0, 8958.0, 8943.0, 8998.0, 8952.0, 8995.0, 8970.0, 8893.0, 8951.0, 8897.0, 8982.0, 8939.0, 9003.0, 8985.0, 8968.0, 8941.0, 8952.0, 8894.0, 8933.0, 8920.0, 8893.0, 8934.0, 8902.0, 8944.0, 8931.0, 8940.0, 8919.0, 8940.0, 8996.0, 8931.0, 8952.0, 8951.0, 8996.0, 9000.0, 8949.0, 8965.0, 8920.0, 8973.0, 8912.0, 9005.0, 8950.0, 9008.0, 8936.0, 9006.0, 8946.0, 9002.0, 8959.0, 9004.0, 8946.0, 8989.0, 8930.0, 8987.0, 8972.0, 8974.0, 8964.0, 8924.0, 8974.0, 8938.0, 9004.0, 8973.0, 9024.0, 8965.0, 8954.0, 8955.0, 8967.0, 8989.0, 8932.0, 9004.0, 8907.0, 8969.0, 8931.0, 8970.0, 8975.0, 8958.0, 9008.0, 8935.0, 9008.0, 8919.0, 8985.0, 8958.0, 8941.0, 8939.0, 8926.0, 8971.0, 8914.0, 8969.0, 8931.0, 9004.0, 8932.0, 8944.0, 8906.0, 8921.0, 8936.0, 8910.0, 9013.0, 8927.0, 8936.0, 8937.0, 8936.0, 8996.0, 8926.0, 8988.0, 8923.0, 9009.0, 8977.0, 9010.0, 8950.0, 8894.0, 8910.0, 8927.0, 9004.0, 8982.0, 8958.0, 8998.0, 8944.0, 9010.0, 8976.0, 8919.0, 8994.0, 8932.0, 8972.0, 8912.0, 9021.0, 8958.0, 8955.0, 8915.0, 8896.0, 8926.0, 8927.0, 9006.0, 8961.0, 8958.0, 8916.0, 8896.0, 8955.0, 8955.0, 9003.0, 8926.0, 8983.0, 8916.0, 8968.0, 8925.0, 8963.0, 8969.0, 8910.0, 8954.0, 8901.0, 8971.0, 8919.0, 8983.0, 8974.0, 8972.0, 8980.0, 8901.0, 8914.0, 8884.0, 8911.0, 8915.0, 8931.0, 8918.0, 8971.0, 8924.0, 8991.0, 8917.0, 8913.0, 8957.0, 8928.0, 9001.0, 8962.0, 9015.0, 8952.0, 8985.0, 8932.0, 8986.0, 8999.0, 8991.0, 8909.0, 8936.0, 8928.0, 9001.0, 8921.0, 9051.0, 8981.0, 8953.0, 9003.0, 8945.0, 9033.0, 9021.0, 9054.0, 9015.0, 9016.0, 8981.0, 9027.0, 8978.0, 8973.0, 8941.0, 8895.0, 8920.0, 8893.0, 8976.0, 8932.0, 9003.0, 8940.0, 8938.0, 8926.0, 8943.0, 8991.0, 8912.0, 8986.0, 8915.0, 8972.0, 8943.0, 8935.0, 8992.0, 8907.0, 8990.0, 8917.0, 8945.0, 8959.0, 8931.0, 9010.0, 8934.0, 8955.0, 8900.0, 8936.0, 8958.0, 8928.0, 8989.0, 8903.0, 8972.0, 8920.0, 8962.0, 8945.0, 8915.0, 8956.0, 8905.0, 8959.0, 8916.0, 8984.0, 8959.0, 8987.0, 8944.0, 8914.0, 8912.0, 8909.0, 8925.0, 8964.0, 8936.0, 8936.0, 8894.0, 8867.0, 8889.0, 8868.0, 8897.0, 8914.0, 8959.0, 8909.0, 8953.0, 8930.0, 8952.0, 8956.0, 8995.0, 8983.0, 8953.0, 8942.0, 8923.0, 8939.0, 8974.0, 8949.0, 8921.0, 8959.0, 8924.0, 8992.0, 8947.0, 9018.0, 9003.0, 8932.0, 9017.0, 8958.0, 9032.0, 9002.0, 8983.0, 8953.0, 8932.0, 8960.0, 8956.0, 9029.0, 8934.0, 9009.0, 8917.0, 8936.0, 8955.0, 8954.0, 8994.0, 8928.0, 8988.0, 8914.0, 8971.0, 8943.0, 8959.0, 8958.0, 8927.0, 8940.0, 8916.0, 8971.0, 8966.0, 8917.0, 8988.0, 8920.0, 8958.0, 8949.0, 8953.0, 9014.0, 8950.0, 8994.0, 8919.0, 8928.0, 8944.0, 8927.0, 8991.0, 8927.0, 8987.0, 8917.0, 8954.0, 8912.0, 8982.0, 8916.0, 8987.0, 8922.0, 8977.0, 8905.0, 8974.0, 8938.0, 8961.0, 8939.0, 8911.0, 8941.0, 8911.0, 8954.0, 8993.0, 8981.0, 8996.0, 8950.0, 8927.0, 8917.0, 8974.0, 8951.0, 8921.0, 8965.0, 8937.0, 8990.0, 8936.0, 9023.0, 8962.0, 9009.0, 8947.0, 8975.0, 8948.0, 8990.0, 8982.0, 8920.0, 8950.0, 8908.0, 8988.0, 8960.0, 9026.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.00037739930955120823</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.035180683544303794</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.41741730210834</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1532858690552998</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9526701314285717</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.488</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3776.019</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13959389077104198</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>166</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.102416570771002</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6200087426430687</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6064258469488744</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.882963385810251</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.370636995170081</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00595101</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0024810153990983963</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02346332184970379</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6379051023127427</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>20.6717</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.9791</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.5948</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299135.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>838.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.2229</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.773</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.8513</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3166.1292</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3399.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77409.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4220.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.3229</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.42711349762976</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> |