=== 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-0083 --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-0083",
"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-0083_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0083_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0083_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-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-01/func/sub-0083_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>525b26cd4bce3afb917e058e459b3c88</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>21:26:23.542500</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.995346, -0.0729386, 0.0629848, 0.0696013, 0.996131, 0.053649]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>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.0979908</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4160, -7880, -7064, 967, -72, -190, 134, 57]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.014</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>41813fba-6a5c-47a5-ae48-68790fdd52ee||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.6704394817352295, 0.18673528730869293, 0.17996643483638763, 98.57020568847656], [0.19568902254104614, 2.6725473403930664, 0.132341668009758, -112.8686752319336], [0.16898368299007416, -0.14393624663352966, 2.6907429695129395, -48.36130142211914], [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': ['212623.542500', '212624.002500', '212624.462500', '212624.922500', '212625.382500', '212625.842500', '212626.302500', '212626.762500', '212627.222500', '212627.682500', '212628.142500', '212628.602500', '212629.062500', '212629.522500', '212629.982500', '212630.442500', '212630.902500', '212631.362500', '212631.822500', '212632.282500', '212632.742500', '212633.202500', '212633.662500', '212634.122500', '212634.582500', '212635.042500', '212635.502500', '212635.962500', '212636.422500', '212636.882500', '212637.342500', '212637.802500', '212638.262500', '212638.722500', '212639.182500', '212639.642500', '212640.102500', '212640.562500', '212641.022500', '212641.482500', '212641.942500', '212642.402500', '212642.862500', '212643.322500', '212643.782500', '212644.242500', '212644.702500', '212645.162500', '212645.622500', '212646.082500', '212646.542500', '212647.002500', '212647.462500', '212647.922500', '212648.382500', '212648.842500', '212649.302500', '212649.762500', '212650.222500', '212650.682500', '212651.142500', '212651.602500', '212652.062500', '212652.522500', '212652.982500', '212653.442500', '212653.902500', '212654.362500', '212654.822500', '212655.282500', '212655.742500', '212656.202500', '212656.662500', '212657.122500', '212657.582500', '212658.042500', '212658.502500', '212658.962500', '212659.422500', '212659.882500', '212700.342500', '212700.802500', '212701.262500', '212701.722500', '212702.182500', '212702.642500', '212703.102500', '212703.562500', '212704.022500', '212704.482500', '212704.942500', '212705.402500', '212705.862500', '212706.322500', '212706.782500', '212707.242500', '212707.702500', '212708.162500', '212708.622500', '212709.082500', '212709.542500', '212710.002500', '212710.462500', '212710.922500', '212711.382500', '212711.842500', '212712.302500', '212712.762500', '212713.222500', '212713.682500', '212714.142500', '212714.602500', '212715.062500', '212715.522500', '212715.982500', '212716.442500', '212716.902500', '212717.362500', '212717.822500', '212718.282500', '212718.742500', '212719.202500', '212719.662500', '212720.122500', '212720.582500', '212721.042500', '212721.502500', '212721.962500', '212722.422500', '212722.882500', '212723.342500', '212723.802500', '212724.262500', '212724.722500', '212725.182500', '212725.642500', '212726.102500', '212726.562500', '212727.022500', '212727.482500', '212727.942500', '212728.402500', '212728.862500', '212729.322500', '212729.782500', '212730.242500', '212730.702500', '212731.162500', '212731.622500', '212732.082500', '212732.542500', '212733.002500', '212733.462500', '212733.922500', '212734.382500', '212734.842500', '212735.302500', '212735.762500', '212736.222500', '212736.682500', '212737.142500', '212737.602500', '212738.062500', '212738.522500', '212738.982500', '212739.442500', '212739.902500', '212740.362500', '212740.822500', '212741.282500', '212741.742500', '212742.202500', '212742.662500', '212743.122500', '212743.582500', '212744.042500', '212744.502500', '212744.962500', '212745.422500', '212745.882500', '212746.342500', '212746.802500', '212747.262500', '212747.722500', '212748.182500', '212748.642500', '212749.102500', '212749.562500', '212750.022500', '212750.482500', '212750.942500', '212751.402500', '212751.862500', '212752.322500', '212752.782500', '212753.242500', '212753.702500', '212754.162500', '212754.622500', '212755.082500', '212755.542500', '212756.002500', '212756.462500', '212756.922500', '212757.382500', '212757.842500', '212758.302500', '212758.762500', '212759.222500', '212759.682500', '212800.142500', '212800.602500', '212801.062500', '212801.522500', '212801.982500', '212802.442500', '212802.902500', '212803.362500', '212803.822500', '212804.282500', '212804.742500', '212805.202500', '212805.662500', '212806.122500', '212806.582500', '212807.042500', '212807.502500', '212807.962500', '212808.422500', '212808.882500', '212809.342500', '212809.802500', '212810.262500', '212810.722500', '212811.182500', '212811.642500', '212812.102500', '212812.562500', '212813.022500', '212813.482500', '212813.942500', '212814.402500', '212814.862500', '212815.322500', '212815.782500', '212816.242500', '212816.702500', '212817.162500', '212817.622500', '212818.082500', '212818.542500', '212819.002500', '212819.462500', '212819.922500', '212820.382500', '212820.842500', '212821.302500', '212821.762500', '212822.222500', '212822.682500', '212823.142500', '212823.602500', '212824.062500', '212824.522500', '212824.982500', '212825.442500', '212825.902500', '212826.362500', '212826.822500', '212827.282500', '212827.742500', '212828.202500', '212828.662500', '212829.122500', '212829.582500', '212830.042500', '212830.502500', '212830.962500', '212831.422500', '212831.882500', '212832.342500', '212832.802500', '212833.262500', '212833.722500', '212834.182500', '212834.642500', '212835.102500', '212835.562500', '212836.022500', '212836.482500', '212836.942500', '212837.402500', '212837.862500', '212838.322500', '212838.782500', '212839.242500', '212839.702500', '212840.162500', '212840.622500', '212841.082500', '212841.542500', '212842.002500', '212842.462500', '212842.922500', '212843.382500', '212843.842500', '212844.302500', '212844.762500', '212845.222500', '212845.682500', '212846.142500', '212846.602500', '212847.062500', '212847.522500', '212847.982500', '212848.442500', '212848.902500', '212849.362500', '212849.822500', '212850.282500', '212850.742500', '212851.202500', '212851.662500', '212852.122500', '212852.582500', '212853.042500', '212853.502500', '212853.962500', '212854.422500', '212854.882500', '212855.342500', '212855.802500', '212856.262500', '212856.722500', '212857.182500', '212857.642500', '212858.102500', '212858.562500', '212859.022500', '212859.482500', '212859.942500', '212900.402500', '212900.862500', '212901.322500', '212901.782500', '212902.242500', '212902.702500', '212903.162500', '212903.622500', '212904.082500', '212904.542500', '212905.002500', '212905.462500', '212905.922500', '212906.382500', '212906.842500', '212907.302500', '212907.762500', '212908.222500', '212908.682500', '212909.142500', '212909.602500', '212910.062500', '212910.522500', '212910.982500', '212911.442500', '212911.902500', '212912.362500', '212912.822500', '212913.282500', '212913.742500', '212914.202500', '212914.662500', '212915.122500', '212915.582500', '212916.042500', '212916.502500', '212916.962500', '212917.422500', '212917.882500', '212918.342500', '212918.802500', '212919.262500', '212919.722500', '212920.182500', '212920.642500', '212921.102500', '212921.562500', '212922.022500', '212922.482500', '212922.942500', '212923.402500', '212923.862500', '212924.322500', '212924.782500', '212925.242500', '212925.702500', '212926.162500', '212926.622500', '212927.082500', '212927.542500', '212928.002500', '212928.462500', '212928.922500', '212929.382500', '212929.842500', '212930.302500', '212930.762500', '212931.222500', '212931.682500', '212932.142500', '212932.602500', '212933.062500', '212933.522500', '212933.982500', '212934.442500', '212934.902500', '212935.362500', '212935.822500', '212936.282500', '212936.742500', '212937.202500', '212937.662500', '212938.122500', '212938.582500', '212939.042500', '212939.502500', '212939.962500', '212940.422500', '212940.882500', '212941.342500', '212941.802500', '212942.262500', '212942.722500', '212943.182500', '212943.642500', '212944.102500', '212944.562500', '212945.022500', '212945.482500', '212945.942500', '212946.402500', '212946.862500', '212947.322500', '212947.782500', '212948.242500', '212948.702500', '212949.162500', '212949.622500', '212950.082500', '212950.542500', '212951.002500', '212951.462500', '212951.922500', '212952.382500', '212952.842500', '212953.302500', '212953.762500', '212954.222500', '212954.682500', '212955.142500', '212955.602500', '212956.062500', '212956.522500', '212956.982500', '212957.442500', '212957.902500', '212958.362500', '212958.822500', '212959.282500', '212959.742500', '213000.202500', '213000.662500', '213001.122500', '213001.582500', '213002.042500', '213002.502500', '213002.962500', '213003.422500', '213003.882500', '213004.342500', '213004.802500', '213005.262500', '213005.722500', '213006.182500', '213006.642500', '213007.102500', '213007.562500', '213008.022500', '213008.482500', '213008.942500', '213009.402500', '213009.862500', '213010.322500', '213010.782500', '213011.242500', '213011.702500', '213012.162500', '213012.622500', '213013.082500', '213013.542500', '213014.002500', '213014.462500', '213014.922500', '213015.382500', '213015.842500', '213016.302500', '213016.762500', '213017.222500', '213017.682500', '213018.142500', '213018.602500', '213019.062500', '213019.522500', '213019.982500', '213020.442500', '213020.902500', '213021.362500', '213021.822500', '213022.282500', '213022.742500', '213023.202500', '213023.662500', '213024.122500', '213024.582500', '213025.042500', '213025.502500', '213025.962500', '213026.422500', '213026.882500', '213027.342500', '213027.802500', '213028.262500', '213028.722500', '213029.182500', '213029.642500', '213030.102500', '213030.562500', '213031.022500', '213031.482500', '213031.942500', '213032.402500', '213032.862500', '213033.322500', '213033.782500', '213034.242500', '213034.702500', '213035.162500', '213035.622500', '213036.082500', '213036.542500', '213037.002500', '213037.462500', '213037.922500', '213038.382500', '213038.842500', '213039.302500', '213039.762500', '213040.222500', '213040.682500', '213041.142500', '213041.602500', '213042.062500', '213042.522500', '213042.982500', '213043.442500', '213043.902500', '213044.362500', '213044.822500', '213045.282500', '213045.742500', '213046.202500', '213046.662500', '213047.122500', '213047.582500', '213048.042500', '213048.502500', '213048.962500', '213049.422500', '213049.882500', '213050.342500', '213050.802500', '213051.262500', '213051.722500', '213052.182500', '213052.642500', '213053.102500', '213053.562500', '213054.022500', '213054.482500', '213054.942500', '213055.402500', '213055.862500', '213056.322500', '213056.782500', '213057.242500', '213057.702500', '213058.162500', '213058.622500', '213059.082500', '213059.542500', '213100.002500', '213100.462500', '213100.922500', '213101.382500', '213101.842500', '213102.302500', '213102.762500', '213103.222500', '213103.682500', '213104.142500', '213104.602500', '213105.062500', '213105.522500', '213105.982500', '213106.442500', '213106.902500', '213107.362500', '213107.822500', '213108.282500', '213108.742500', '213109.202500', '213109.662500', '213110.122500', '213110.582500', '213111.042500', '213111.502500', '213111.962500', '213112.422500', '213112.882500', '213113.342500', '213113.802500', '213114.262500', '213114.722500', '213115.182500', '213115.642500', '213116.102500', '213116.562500', '213117.022500', '213117.482500', '213117.942500', '213118.402500', '213118.862500', '213119.322500', '213119.782500', '213120.242500', '213120.702500', '213121.162500', '213121.622500', '213122.082500', '213122.542500', '213123.002500', '213123.462500', '213123.922500', '213124.382500', '213124.842500', '213125.302500', '213125.762500', '213126.222500', '213126.682500', '213127.142500', '213127.602500', '213128.062500', '213128.522500', '213128.982500', '213129.442500', '213129.902500', '213130.362500', '213130.822500', '213131.282500', '213131.742500', '213132.202500', '213132.662500', '213133.122500', '213133.582500', '213134.042500', '213134.502500', '213134.962500', '213135.422500', '213135.882500', '213136.342500', '213136.802500', '213137.262500', '213137.722500', '213138.182500', '213138.642500', '213139.102500', '213139.562500', '213140.022500', '213140.482500', '213140.942500', '213141.402500', '213141.862500', '213142.322500', '213142.782500', '213143.242500', '213143.702500', '213144.162500', '213144.622500', '213145.082500', '213145.542500', '213146.002500', '213146.462500', '213146.922500', '213147.382500', '213147.842500', '213148.302500', '213148.762500', '213149.222500', '213149.682500', '213150.142500', '213150.602500', '213151.062500', '213151.522500', '213151.982500', '213152.442500', '213152.902500', '213153.362500', '213153.822500', '213154.282500', '213154.742500', '213155.202500', '213155.662500', '213156.122500', '213156.582500', '213157.042500', '213157.502500', '213157.962500', '213158.422500', '213158.882500', '213159.342500', '213159.802500', '213200.262500', '213200.722500', '213201.182500', '213201.642500', '213202.102500', '213202.562500', '213203.022500', '213203.482500', '213203.942500', '213204.402500', '213204.862500', '213205.322500', '213205.782500', '213206.242500', '213206.702500', '213207.162500', '213207.622500', '213208.082500', '213208.542500', '213209.002500', '213209.462500', '213209.922500', '213210.382500', '213210.842500', '213211.302500', '213211.762500', '213212.222500', '213212.682500', '213213.142500', '213213.602500', '213214.062500', '213214.522500', '213214.982500', '213215.442500', '213215.902500', '213216.362500', '213216.822500', '213217.282500', '213217.742500', '213218.202500', '213218.662500', '213219.122500', '213219.582500', '213220.042500', '213220.502500', '213220.962500', '213221.422500', '213221.882500', '213222.342500', '213222.802500', '213223.262500', '213223.722500', '213224.182500', '213224.642500', '213225.102500', '213225.562500', '213226.022500', '213226.482500', '213226.942500', '213227.402500', '213227.862500', '213228.322500', '213228.782500', '213229.242500', '213229.702500', '213230.162500', '213230.622500', '213231.082500', '213231.542500', '213232.002500', '213232.462500', '213232.922500', '213233.382500', '213233.842500', '213234.302500', '213234.762500', '213235.222500', '213235.682500', '213236.142500', '213236.602500', '213237.062500', '213237.522500', '213237.982500', '213238.442500', '213238.902500', '213239.362500', '213239.822500', '213240.282500', '213240.742500', '213241.202500', '213241.662500', '213242.122500', '213242.582500', '213243.042500', '213243.502500', '213243.962500', '213244.422500', '213244.882500', '213245.342500', '213245.802500', '213246.262500', '213246.722500', '213247.182500', '213247.642500', '213248.102500', '213248.562500', '213249.022500', '213249.482500', '213249.942500', '213250.402500', '213250.862500', '213251.322500', '213251.782500', '213252.242500', '213252.702500', '213253.162500', '213253.622500', '213254.082500', '213254.542500', '213255.002500', '213255.462500', '213255.922500', '213256.382500', '213256.842500', '213257.302500', '213257.762500', '213258.222500', '213258.682500', '213259.142500', '213259.602500', '213300.062500', '213300.522500', '213300.982500', '213301.442500', '213301.902500', '213302.362500', '213302.822500', '213303.282500', '213303.742500', '213304.202500'], 'ContentTime': ['212644.781000', '212644.784000', '212644.786000', '212644.789000', '212644.792000', '212644.794000', '212644.797000', '212644.799000', '212644.802000', '212644.805000', '212644.807000', '212644.812000', '212644.815000', '212644.818000', '212644.820000', '212644.823000', '212644.825000', '212644.828000', '212644.830000', '212644.833000', '212644.835000', '212644.838000', '212644.841000', '212644.843000', '212644.846000', '212644.848000', '212644.851000', '212644.854000', '212644.856000', '212644.859000', '212644.861000', '212644.864000', '212644.866000', '212644.869000', '212644.871000', '212644.874000', '212644.876000', '212644.879000', '212644.881000', '212644.884000', '212644.887000', '212644.889000', '212644.892000', '212704.745000', '212704.747000', '212704.750000', '212704.752000', '212704.755000', '212704.758000', '212704.760000', '212704.763000', '212704.765000', '212704.768000', '212704.770000', '212704.773000', '212704.775000', '212704.778000', '212704.780000', '212704.783000', '212704.785000', '212704.788000', '212704.790000', '212704.793000', '212704.796000', '212704.798000', '212704.801000', '212704.803000', '212704.806000', '212704.808000', '212704.811000', '212704.814000', '212704.816000', '212704.819000', '212704.821000', '212704.824000', '212704.826000', '212704.829000', '212704.831000', '212704.834000', '212704.836000', '212704.839000', '212704.842000', '212704.844000', '212704.847000', '212704.849000', '212704.852000', '212704.854000', '212724.746000', '212724.748000', '212724.751000', '212724.754000', '212724.756000', '212724.759000', '212724.761000', '212724.764000', '212724.766000', '212724.769000', '212724.772000', '212724.774000', '212724.777000', '212724.779000', '212724.782000', '212724.784000', '212724.787000', '212724.789000', '212724.792000', '212724.795000', '212724.797000', '212724.800000', '212724.802000', '212724.805000', '212724.807000', '212724.810000', '212724.812000', '212724.815000', '212724.817000', '212724.820000', '212724.823000', '212724.825000', '212724.828000', '212724.830000', '212724.833000', '212724.835000', '212724.838000', '212724.840000', '212724.843000', '212724.845000', '212724.848000', '212724.850000', '212724.853000', '212744.744000', '212744.747000', '212744.750000', '212744.752000', '212744.755000', '212744.757000', '212744.760000', '212744.762000', '212744.765000', '212744.768000', '212744.770000', '212744.773000', '212744.775000', '212744.778000', '212744.780000', '212744.783000', '212744.785000', '212744.788000', '212744.793000', '212744.796000', '212744.798000', '212744.801000', '212744.803000', '212744.806000', '212744.808000', '212744.811000', '212744.814000', '212744.816000', '212744.819000', '212744.821000', '212744.824000', '212744.826000', '212744.829000', '212744.831000', '212744.834000', '212744.837000', '212744.839000', '212744.842000', '212744.844000', '212744.847000', '212744.849000', '212744.852000', '212744.854000', '212744.857000', '212804.745000', '212804.747000', '212804.750000', '212804.753000', '212804.755000', '212804.758000', '212804.760000', '212804.763000', '212804.765000', '212804.768000', '212804.770000', '212804.773000', '212804.776000', '212804.778000', '212804.781000', '212804.783000', '212804.786000', '212804.788000', '212804.791000', '212804.793000', '212804.796000', '212804.799000', '212804.801000', '212804.804000', '212804.806000', '212804.809000', '212804.812000', '212804.814000', '212804.817000', '212804.819000', '212804.822000', '212804.824000', '212804.827000', '212804.829000', '212804.832000', '212804.834000', '212804.837000', '212804.854000', '212804.856000', '212804.859000', '212804.866000', '212804.868000', '212804.871000', '212824.744000', '212824.747000', '212824.750000', '212824.752000', '212824.755000', '212824.757000', '212824.760000', '212824.763000', '212824.765000', '212824.768000', '212824.770000', '212824.773000', '212824.776000', '212824.778000', '212824.781000', '212824.783000', '212824.786000', '212824.789000', '212824.791000', '212824.794000', '212824.796000', '212824.799000', '212824.801000', '212824.804000', '212824.807000', '212824.809000', '212824.812000', '212824.814000', '212824.817000', '212824.819000', '212824.822000', '212824.824000', '212824.827000', '212824.829000', '212824.837000', '212824.840000', '212824.842000', '212824.845000', '212824.848000', '212824.850000', '212824.853000', '212824.855000', '212824.858000', '212824.860000', '212844.744000', '212844.747000', '212844.750000', '212844.753000', '212844.755000', '212844.758000', '212844.760000', '212844.763000', '212844.765000', '212844.768000', '212844.771000', '212844.773000', '212844.776000', '212844.778000', '212844.781000', '212844.784000', '212844.786000', '212844.789000', '212844.792000', '212844.794000', '212844.797000', '212844.799000', '212844.802000', '212844.804000', '212844.807000', '212844.810000', '212844.812000', '212844.815000', '212844.817000', '212844.820000', '212844.822000', '212844.825000', '212844.827000', '212844.830000', '212844.833000', '212844.835000', '212844.838000', '212844.840000', '212844.843000', '212844.846000', '212844.848000', '212844.851000', '212844.853000', '212904.744000', '212904.747000', '212904.750000', '212904.752000', '212904.755000', '212904.757000', '212904.760000', '212904.763000', '212904.765000', '212904.768000', '212904.770000', '212904.773000', '212904.775000', '212904.778000', '212904.780000', '212904.783000', '212904.785000', '212904.788000', '212904.791000', '212904.793000', '212904.796000', '212904.798000', '212904.801000', '212904.804000', '212904.806000', '212904.809000', '212904.811000', '212904.814000', '212904.816000', '212904.819000', '212904.821000', '212904.824000', '212904.827000', '212904.829000', '212904.832000', '212904.834000', '212904.837000', '212904.839000', '212904.842000', '212904.845000', '212904.847000', '212904.850000', '212904.852000', '212924.744000', '212924.747000', '212924.750000', '212924.752000', '212924.755000', '212924.757000', '212924.760000', '212924.763000', '212924.765000', '212924.768000', '212924.770000', '212924.773000', '212924.776000', '212924.778000', '212924.781000', '212924.783000', '212924.786000', '212924.788000', '212924.791000', '212924.793000', '212924.796000', '212924.799000', '212924.801000', '212924.804000', '212924.806000', '212924.809000', '212924.812000', '212924.814000', '212924.817000', '212924.819000', '212924.822000', '212924.824000', '212924.827000', '212924.830000', '212924.832000', '212924.835000', '212924.837000', '212924.840000', '212924.842000', '212924.845000', '212924.847000', '212924.850000', '212924.853000', '212924.855000', '212944.746000', '212944.748000', '212944.751000', '212944.754000', '212944.756000', '212944.759000', '212944.761000', '212944.764000', '212944.766000', '212944.769000', '212944.772000', '212944.774000', '212944.777000', '212944.779000', '212944.782000', '212944.784000', '212944.787000', '212944.790000', '212944.792000', '212944.806000', '212944.808000', '212944.811000', '212944.813000', '212944.816000', '212944.819000', '212944.821000', '212944.824000', '212944.826000', '212944.829000', '212944.831000', '212944.834000', '212944.837000', '212944.839000', '212944.842000', '212944.844000', '212944.847000', '212944.849000', '212944.852000', '212944.855000', '212944.857000', '212944.860000', '212944.862000', '212944.865000', '213004.744000', '213004.747000', '213004.750000', '213004.753000', '213004.755000', '213004.758000', '213004.760000', '213004.763000', '213004.766000', '213004.769000', '213004.772000', '213004.774000', '213004.777000', '213004.780000', '213004.782000', '213004.785000', '213004.787000', '213004.790000', '213004.793000', '213004.795000', '213004.798000', '213004.800000', '213004.803000', '213004.806000', '213004.808000', '213004.811000', '213004.814000', '213004.816000', '213004.819000', '213004.821000', '213004.824000', '213004.827000', '213004.830000', '213004.833000', '213004.835000', '213004.838000', '213004.840000', '213004.843000', '213004.846000', '213004.848000', '213004.851000', '213004.853000', '213004.856000', '213004.859000', '213024.744000', '213024.747000', '213024.750000', '213024.753000', '213024.755000', '213024.758000', '213024.760000', '213024.763000', '213024.766000', '213024.768000', '213024.771000', '213024.773000', '213024.776000', '213024.779000', '213024.781000', '213024.784000', '213024.786000', '213024.789000', '213024.792000', '213024.794000', '213024.797000', '213024.800000', '213024.802000', '213024.805000', '213024.807000', '213024.810000', '213024.813000', '213024.815000', '213024.818000', '213024.820000', '213024.823000', '213024.826000', '213024.828000', '213024.831000', '213024.833000', '213024.836000', '213024.839000', '213024.841000', '213024.844000', '213024.846000', '213024.849000', '213024.851000', '213024.854000', '213044.744000', '213044.747000', '213044.750000', '213044.753000', '213044.755000', '213044.758000', '213044.760000', '213044.763000', '213044.771000', '213044.774000', '213044.776000', '213044.779000', '213044.781000', '213044.784000', '213044.786000', '213044.789000', '213044.792000', '213044.794000', '213044.797000', '213044.799000', '213044.802000', '213044.805000', '213044.807000', '213044.810000', '213044.813000', '213044.815000', '213044.818000', '213044.820000', '213044.823000', '213044.825000', '213044.828000', '213044.831000', '213044.833000', '213044.836000', '213044.838000', '213044.841000', '213044.844000', '213044.846000', '213044.849000', '213044.851000', '213044.854000', '213044.856000', '213044.859000', '213044.862000', '213104.745000', '213104.748000', '213104.750000', '213104.753000', '213104.755000', '213104.758000', '213104.761000', '213104.763000', '213104.766000', '213104.768000', '213104.771000', '213104.774000', '213104.776000', '213104.779000', '213104.781000', '213104.784000', '213104.787000', '213104.789000', '213104.792000', '213104.794000', '213104.797000', '213104.799000', '213104.802000', '213104.805000', '213104.808000', '213104.811000', '213104.814000', '213104.816000', '213104.819000', '213104.821000', '213104.824000', '213104.827000', '213104.829000', '213104.832000', '213104.834000', '213104.837000', '213104.839000', '213104.842000', '213104.844000', '213104.847000', '213104.850000', '213104.852000', '213104.855000', '213124.745000', '213124.757000', '213124.759000', '213124.762000', '213124.765000', '213124.767000', '213124.770000', '213124.772000', '213124.775000', '213124.777000', '213124.780000', '213124.782000', '213124.785000', '213124.787000', '213124.790000', '213124.793000', '213124.795000', '213124.798000', '213124.800000', '213124.803000', '213124.805000', '213124.808000', '213124.812000', '213124.814000', '213124.817000', '213124.819000', '213124.822000', '213124.825000', '213124.827000', '213124.830000', '213124.833000', '213124.835000', '213124.838000', '213124.840000', '213124.843000', '213124.845000', '213124.848000', '213124.851000', '213124.853000', '213124.856000', '213124.858000', '213124.861000', '213124.863000', '213124.866000', '213144.745000', '213144.747000', '213144.750000', '213144.753000', '213144.755000', '213144.758000', '213144.760000', '213144.763000', '213144.765000', '213144.768000', '213144.770000', '213144.773000', '213144.776000', '213144.778000', '213144.781000', '213144.784000', '213144.786000', '213144.789000', '213144.791000', '213144.794000', '213144.797000', '213144.799000', '213144.802000', '213144.804000', '213144.807000', '213144.809000', '213144.812000', '213144.815000', '213144.817000', '213144.820000', '213144.823000', '213144.826000', '213144.829000', '213144.831000', '213144.834000', '213144.836000', '213144.839000', '213144.842000', '213144.844000', '213144.847000', '213144.849000', '213144.852000', '213144.854000', '213204.746000', '213204.749000', '213204.751000', '213204.754000', '213204.756000', '213204.759000', '213204.761000', '213204.764000', '213204.766000', '213204.769000', '213204.772000', '213204.774000', '213204.777000', '213204.779000', '213204.782000', '213204.784000', '213204.787000', '213204.790000', '213204.792000', '213204.795000', '213204.797000', '213204.800000', '213204.802000', '213204.805000', '213204.807000', '213204.810000', '213204.813000', '213204.815000', '213204.818000', '213204.820000', '213204.823000', '213204.826000', '213204.828000', '213204.831000', '213204.833000', '213204.836000', '213204.838000', '213204.841000', '213204.844000', '213204.846000', '213204.849000', '213204.851000', '213204.854000', '213204.856000', '213224.744000', '213224.747000', '213224.750000', '213224.753000', '213224.755000', '213224.758000', '213224.760000', '213224.763000', '213224.765000', '213224.768000', '213224.771000', '213224.773000', '213224.776000', '213224.779000', '213224.781000', '213224.784000', '213224.786000', '213224.789000', '213224.791000', '213224.794000', '213224.797000', '213224.799000', '213224.802000', '213224.804000', '213224.807000', '213224.809000', '213224.812000', '213224.815000', '213224.817000', '213224.820000', '213224.824000', '213224.826000', '213224.829000', '213224.832000', '213224.834000', '213224.837000', '213224.839000', '213224.842000', '213224.845000', '213224.847000', '213224.850000', '213224.852000', '213224.855000', '213244.745000', '213244.747000', '213244.750000', '213244.753000', '213244.755000', '213244.758000', '213244.760000', '213244.763000', '213244.765000', '213244.768000', '213244.770000', '213244.773000', '213244.800000', '213244.802000', '213244.805000', '213244.808000', '213244.810000', '213244.813000', '213244.815000', '213244.818000', '213244.820000', '213244.823000', '213244.826000', '213244.828000', '213244.831000', '213244.833000', '213244.836000', '213244.838000', '213244.841000', '213244.844000', '213244.846000', '213244.849000', '213244.852000', '213244.855000', '213244.857000', '213244.860000', '213244.863000', '213244.865000', '213244.868000', '213244.870000', '213244.873000', '213244.875000', '213244.878000', '213244.880000', '213304.745000', '213304.747000', '213304.750000', '213304.753000', '213304.755000', '213304.758000', '213304.760000', '213304.763000', '213304.766000', '213304.768000', '213304.771000', '213304.773000', '213304.776000', '213304.779000', '213304.781000', '213304.784000', '213304.786000', '213304.789000', '213304.792000', '213304.794000', '213304.797000', '213304.799000', '213304.802000', '213304.804000', '213304.807000', '213304.810000', '213304.812000', '213304.815000', '213304.817000', '213304.820000', '213304.823000', '213304.825000', '213304.828000', '213304.830000', '213304.833000', '213304.835000', '213304.838000', '213304.840000', '213304.843000', '213304.846000', '213304.848000', '213304.851000', '213304.853000', '213305.769000', '213305.772000', '213305.775000'], 'InstanceCreationTime': ['212644.781000', '212644.784000', '212644.786000', '212644.789000', '212644.792000', '212644.794000', '212644.797000', '212644.799000', '212644.802000', '212644.805000', '212644.807000', '212644.812000', '212644.815000', '212644.818000', '212644.820000', '212644.823000', '212644.825000', '212644.828000', '212644.830000', '212644.833000', '212644.835000', '212644.838000', '212644.841000', '212644.843000', '212644.846000', '212644.848000', '212644.851000', '212644.854000', '212644.856000', '212644.859000', '212644.861000', '212644.864000', '212644.866000', '212644.869000', '212644.871000', '212644.874000', '212644.876000', '212644.879000', '212644.881000', '212644.884000', '212644.887000', '212644.889000', '212644.892000', '212704.745000', '212704.747000', '212704.750000', '212704.752000', '212704.755000', '212704.758000', '212704.760000', '212704.763000', '212704.765000', '212704.768000', '212704.770000', '212704.773000', '212704.775000', '212704.778000', '212704.780000', '212704.783000', '212704.785000', '212704.788000', '212704.790000', '212704.793000', '212704.796000', '212704.798000', '212704.801000', '212704.803000', '212704.806000', '212704.808000', '212704.811000', '212704.814000', '212704.816000', '212704.819000', '212704.821000', '212704.824000', '212704.826000', '212704.829000', '212704.831000', '212704.834000', '212704.836000', '212704.839000', '212704.842000', '212704.844000', '212704.847000', '212704.849000', '212704.852000', '212704.854000', '212724.746000', '212724.748000', '212724.751000', '212724.754000', '212724.756000', '212724.759000', '212724.761000', '212724.764000', '212724.766000', '212724.769000', '212724.772000', '212724.774000', '212724.777000', '212724.779000', '212724.782000', '212724.784000', '212724.787000', '212724.789000', '212724.792000', '212724.795000', '212724.797000', '212724.800000', '212724.802000', '212724.805000', '212724.807000', '212724.810000', '212724.812000', '212724.815000', '212724.817000', '212724.820000', '212724.823000', '212724.825000', '212724.828000', '212724.830000', '212724.833000', '212724.835000', '212724.838000', '212724.840000', '212724.843000', '212724.845000', '212724.848000', '212724.850000', '212724.853000', '212744.744000', '212744.747000', '212744.750000', '212744.752000', '212744.755000', '212744.757000', '212744.760000', '212744.762000', '212744.765000', '212744.768000', '212744.770000', '212744.773000', '212744.775000', '212744.778000', '212744.780000', '212744.783000', '212744.785000', '212744.788000', '212744.793000', '212744.796000', '212744.798000', '212744.801000', '212744.803000', '212744.806000', '212744.808000', '212744.811000', '212744.814000', '212744.816000', '212744.819000', '212744.821000', '212744.824000', '212744.826000', '212744.829000', '212744.831000', '212744.834000', '212744.837000', '212744.839000', '212744.842000', '212744.844000', '212744.847000', '212744.849000', '212744.852000', '212744.854000', '212744.857000', '212804.745000', '212804.747000', '212804.750000', '212804.753000', '212804.755000', '212804.758000', '212804.760000', '212804.763000', '212804.765000', '212804.768000', '212804.770000', '212804.773000', '212804.776000', '212804.778000', '212804.781000', '212804.783000', '212804.786000', '212804.788000', '212804.791000', '212804.793000', '212804.796000', '212804.799000', '212804.801000', '212804.804000', '212804.806000', '212804.809000', '212804.812000', '212804.814000', '212804.817000', '212804.819000', '212804.822000', '212804.824000', '212804.827000', '212804.829000', '212804.832000', '212804.834000', '212804.837000', '212804.854000', '212804.856000', '212804.859000', '212804.866000', '212804.868000', '212804.871000', '212824.744000', '212824.747000', '212824.750000', '212824.752000', '212824.755000', '212824.757000', '212824.760000', '212824.763000', '212824.765000', '212824.768000', '212824.770000', '212824.773000', '212824.776000', '212824.778000', '212824.781000', '212824.783000', '212824.786000', '212824.789000', '212824.791000', '212824.794000', '212824.796000', '212824.799000', '212824.801000', '212824.804000', '212824.807000', '212824.809000', '212824.812000', '212824.814000', '212824.817000', '212824.819000', '212824.822000', '212824.824000', '212824.827000', '212824.829000', '212824.837000', '212824.840000', '212824.842000', '212824.845000', '212824.848000', '212824.850000', '212824.853000', '212824.855000', '212824.858000', '212824.860000', '212844.744000', '212844.747000', '212844.750000', '212844.753000', '212844.755000', '212844.758000', '212844.760000', '212844.763000', '212844.765000', '212844.768000', '212844.771000', '212844.773000', '212844.776000', '212844.778000', '212844.781000', '212844.784000', '212844.786000', '212844.789000', '212844.792000', '212844.794000', '212844.797000', '212844.799000', '212844.802000', '212844.804000', '212844.807000', '212844.810000', '212844.812000', '212844.815000', '212844.817000', '212844.820000', '212844.822000', '212844.825000', '212844.827000', '212844.830000', '212844.833000', '212844.835000', '212844.838000', '212844.840000', '212844.843000', '212844.846000', '212844.848000', '212844.851000', '212844.853000', '212904.744000', '212904.747000', '212904.750000', '212904.752000', '212904.755000', '212904.757000', '212904.760000', '212904.763000', '212904.765000', '212904.768000', '212904.770000', '212904.773000', '212904.775000', '212904.778000', '212904.780000', '212904.783000', '212904.785000', '212904.788000', '212904.791000', '212904.793000', '212904.796000', '212904.798000', '212904.801000', '212904.804000', '212904.806000', '212904.809000', '212904.811000', '212904.814000', '212904.816000', '212904.819000', '212904.821000', '212904.824000', '212904.827000', '212904.829000', '212904.832000', '212904.834000', '212904.837000', '212904.839000', '212904.842000', '212904.845000', '212904.847000', '212904.850000', '212904.852000', '212924.744000', '212924.747000', '212924.750000', '212924.752000', '212924.755000', '212924.757000', '212924.760000', '212924.763000', '212924.765000', '212924.768000', '212924.770000', '212924.773000', '212924.776000', '212924.778000', '212924.781000', '212924.783000', '212924.786000', '212924.788000', '212924.791000', '212924.793000', '212924.796000', '212924.799000', '212924.801000', '212924.804000', '212924.806000', '212924.809000', '212924.812000', '212924.814000', '212924.817000', '212924.819000', '212924.822000', '212924.824000', '212924.827000', '212924.830000', '212924.832000', '212924.835000', '212924.837000', '212924.840000', '212924.842000', '212924.845000', '212924.847000', '212924.850000', '212924.853000', '212924.855000', '212944.746000', '212944.748000', '212944.751000', '212944.754000', '212944.756000', '212944.759000', '212944.761000', '212944.764000', '212944.766000', '212944.769000', '212944.772000', '212944.774000', '212944.777000', '212944.779000', '212944.782000', '212944.784000', '212944.787000', '212944.790000', '212944.792000', '212944.806000', '212944.808000', '212944.811000', '212944.813000', '212944.816000', '212944.819000', '212944.821000', '212944.824000', '212944.826000', '212944.829000', '212944.831000', '212944.834000', '212944.837000', '212944.839000', '212944.842000', '212944.844000', '212944.847000', '212944.849000', '212944.852000', '212944.855000', '212944.857000', '212944.860000', '212944.862000', '212944.865000', '213004.744000', '213004.747000', '213004.750000', '213004.753000', '213004.755000', '213004.758000', '213004.760000', '213004.763000', '213004.766000', '213004.769000', '213004.772000', '213004.774000', '213004.777000', '213004.780000', '213004.782000', '213004.785000', '213004.787000', '213004.790000', '213004.793000', '213004.795000', '213004.798000', '213004.800000', '213004.803000', '213004.806000', '213004.808000', '213004.811000', '213004.814000', '213004.816000', '213004.819000', '213004.821000', '213004.824000', '213004.827000', '213004.830000', '213004.833000', '213004.835000', '213004.838000', '213004.840000', '213004.843000', '213004.846000', '213004.848000', '213004.851000', '213004.853000', '213004.856000', '213004.859000', '213024.744000', '213024.747000', '213024.750000', '213024.753000', '213024.755000', '213024.758000', '213024.760000', '213024.763000', '213024.766000', '213024.768000', '213024.771000', '213024.773000', '213024.776000', '213024.779000', '213024.781000', '213024.784000', '213024.786000', '213024.789000', '213024.792000', '213024.794000', '213024.797000', '213024.800000', '213024.802000', '213024.805000', '213024.807000', '213024.810000', '213024.813000', '213024.815000', '213024.818000', '213024.820000', '213024.823000', '213024.826000', '213024.828000', '213024.831000', '213024.833000', '213024.836000', '213024.839000', '213024.841000', '213024.844000', '213024.846000', '213024.849000', '213024.851000', '213024.854000', '213044.744000', '213044.747000', '213044.750000', '213044.753000', '213044.755000', '213044.758000', '213044.760000', '213044.763000', '213044.771000', '213044.774000', '213044.776000', '213044.779000', '213044.781000', '213044.784000', '213044.786000', '213044.789000', '213044.792000', '213044.794000', '213044.797000', '213044.799000', '213044.802000', '213044.805000', '213044.807000', '213044.810000', '213044.813000', '213044.815000', '213044.818000', '213044.820000', '213044.823000', '213044.825000', '213044.828000', '213044.831000', '213044.833000', '213044.836000', '213044.838000', '213044.841000', '213044.844000', '213044.846000', '213044.849000', '213044.851000', '213044.854000', '213044.856000', '213044.859000', '213044.862000', '213104.745000', '213104.748000', '213104.750000', '213104.753000', '213104.755000', '213104.758000', '213104.761000', '213104.763000', '213104.766000', '213104.768000', '213104.771000', '213104.774000', '213104.776000', '213104.779000', '213104.781000', '213104.784000', '213104.787000', '213104.789000', '213104.792000', '213104.794000', '213104.797000', '213104.799000', '213104.802000', '213104.805000', '213104.808000', '213104.811000', '213104.814000', '213104.816000', '213104.819000', '213104.821000', '213104.824000', '213104.827000', '213104.829000', '213104.832000', '213104.834000', '213104.837000', '213104.839000', '213104.842000', '213104.844000', '213104.847000', '213104.850000', '213104.852000', '213104.855000', '213124.745000', '213124.757000', '213124.759000', '213124.762000', '213124.765000', '213124.767000', '213124.770000', '213124.772000', '213124.775000', '213124.777000', '213124.780000', '213124.782000', '213124.785000', '213124.787000', '213124.790000', '213124.793000', '213124.795000', '213124.798000', '213124.800000', '213124.803000', '213124.805000', '213124.808000', '213124.812000', '213124.814000', '213124.817000', '213124.819000', '213124.822000', '213124.825000', '213124.827000', '213124.830000', '213124.833000', '213124.835000', '213124.838000', '213124.840000', '213124.843000', '213124.845000', '213124.848000', '213124.851000', '213124.853000', '213124.856000', '213124.858000', '213124.861000', '213124.863000', '213124.866000', '213144.745000', '213144.747000', '213144.750000', '213144.753000', '213144.755000', '213144.758000', '213144.760000', '213144.763000', '213144.765000', '213144.768000', '213144.770000', '213144.773000', '213144.776000', '213144.778000', '213144.781000', '213144.784000', '213144.786000', '213144.789000', '213144.791000', '213144.794000', '213144.797000', '213144.799000', '213144.802000', '213144.804000', '213144.807000', '213144.809000', '213144.812000', '213144.815000', '213144.817000', '213144.820000', '213144.823000', '213144.826000', '213144.829000', '213144.831000', '213144.834000', '213144.836000', '213144.839000', '213144.842000', '213144.844000', '213144.847000', '213144.849000', '213144.852000', '213144.854000', '213204.746000', '213204.749000', '213204.751000', '213204.754000', '213204.756000', '213204.759000', '213204.761000', '213204.764000', '213204.766000', '213204.769000', '213204.772000', '213204.774000', '213204.777000', '213204.779000', '213204.782000', '213204.784000', '213204.787000', '213204.790000', '213204.792000', '213204.795000', '213204.797000', '213204.800000', '213204.802000', '213204.805000', '213204.807000', '213204.810000', '213204.813000', '213204.815000', '213204.818000', '213204.820000', '213204.823000', '213204.826000', '213204.828000', '213204.831000', '213204.833000', '213204.836000', '213204.838000', '213204.841000', '213204.844000', '213204.846000', '213204.849000', '213204.851000', '213204.854000', '213204.856000', '213224.744000', '213224.747000', '213224.750000', '213224.753000', '213224.755000', '213224.758000', '213224.760000', '213224.763000', '213224.765000', '213224.768000', '213224.771000', '213224.773000', '213224.776000', '213224.779000', '213224.781000', '213224.784000', '213224.786000', '213224.789000', '213224.791000', '213224.794000', '213224.797000', '213224.799000', '213224.802000', '213224.804000', '213224.807000', '213224.809000', '213224.812000', '213224.815000', '213224.817000', '213224.820000', '213224.824000', '213224.826000', '213224.829000', '213224.832000', '213224.834000', '213224.837000', '213224.839000', '213224.842000', '213224.845000', '213224.847000', '213224.850000', '213224.852000', '213224.855000', '213244.745000', '213244.747000', '213244.750000', '213244.753000', '213244.755000', '213244.758000', '213244.760000', '213244.763000', '213244.765000', '213244.768000', '213244.770000', '213244.773000', '213244.800000', '213244.802000', '213244.805000', '213244.808000', '213244.810000', '213244.813000', '213244.815000', '213244.818000', '213244.820000', '213244.823000', '213244.826000', '213244.828000', '213244.831000', '213244.833000', '213244.836000', '213244.838000', '213244.841000', '213244.844000', '213244.846000', '213244.849000', '213244.852000', '213244.855000', '213244.857000', '213244.860000', '213244.863000', '213244.865000', '213244.868000', '213244.870000', '213244.873000', '213244.875000', '213244.878000', '213244.880000', '213304.745000', '213304.747000', '213304.750000', '213304.753000', '213304.755000', '213304.758000', '213304.760000', '213304.763000', '213304.766000', '213304.768000', '213304.771000', '213304.773000', '213304.776000', '213304.779000', '213304.781000', '213304.784000', '213304.786000', '213304.789000', '213304.792000', '213304.794000', '213304.797000', '213304.799000', '213304.802000', '213304.804000', '213304.807000', '213304.810000', '213304.812000', '213304.815000', '213304.817000', '213304.820000', '213304.823000', '213304.825000', '213304.828000', '213304.830000', '213304.833000', '213304.835000', '213304.838000', '213304.840000', '213304.843000', '213304.846000', '213304.848000', '213304.851000', '213304.853000', '213305.769000', '213305.772000', '213305.775000'], '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': [7246, 6772, 6986, 6447, 11338, 8265, 8737, 7322, 7535, 6632, 7542, 7170, 6851, 7267, 7353, 7130, 6900, 6972, 6729, 6903, 7094, 7330, 6935, 7373, 6825, 7743, 7572, 7414, 6466, 7371, 6270, 7181, 7291, 7012, 7878, 7223, 7160, 7812, 6799, 8631, 7074, 8014, 7654, 7737, 7357, 6552, 7210, 7183, 7016, 7907, 6997, 7030, 6884, 6803, 7321, 7577, 7294, 8143, 8104, 6995, 8342, 6847, 8856, 7656, 8078, 7401, 7073, 7321, 7100, 8084, 8107, 7496, 8094, 7455, 7562, 7092, 7744, 6790, 6784, 8127, 6539, 10018, 7560, 8826, 7937, 6960, 7496, 7090, 7185, 7110, 7135, 7838, 7659, 7817, 7971, 7488, 7845, 6976, 7269, 6712, 7922, 8085, 7802, 7290, 7622, 6889, 8008, 7963, 7645, 6156, 7318, 7407, 7127, 7118, 7663, 6910, 7507, 7298, 7996, 7206, 7293, 6965, 7943, 6816, 7614, 7340, 7641, 8401, 7619, 6983, 7229, 8447, 7648, 7385, 7721, 7077, 6616, 6974, 7542, 7235, 7199, 7927, 7609, 7752, 7246, 7512, 7548, 6948, 7339, 7493, 7206, 7429, 7118, 7324, 7333, 8053, 7771, 7572, 6636, 7468, 7700, 8152, 6711, 6869, 6515, 7203, 7270, 8106, 7490, 9471, 7317, 6694, 6442, 11100, 7234, 9030, 6596, 6776, 7134, 7216, 7972, 6754, 7579, 7365, 7344, 7118, 6868, 6589, 6380, 6477, 8014, 6786, 6388, 7063, 7354, 7617, 6823, 7496, 6880, 9839, 6809, 9240, 7132, 7611, 7187, 7406, 7097, 7238, 7738, 6817, 7431, 6741, 7603, 7238, 6878, 6923, 7513, 6691, 7301, 7820, 7287, 8035, 7245, 7681, 7469, 7697, 7054, 7754, 7800, 7266, 7568, 7237, 8041, 9547, 7735, 7843, 7632, 7842, 7644, 7727, 7528, 7520, 11907, 7959, 8518, 7445, 6903, 5958, 6912, 7049, 6945, 7599, 8002, 6756, 7173, 7822, 7108, 9268, 9661, 6811, 9568, 7111, 7690, 7382, 8296, 7063, 7169, 6763, 7329, 6937, 6082, 6748, 10332, 7326, 8065, 7648, 7875, 7069, 7786, 6753, 6989, 6706, 6635, 6741, 10366, 7856, 8548, 7315, 7639, 7121, 6796, 7104, 6977, 7555, 7464, 7188, 7267, 8020, 6779, 7225, 6607, 7066, 6834, 7353, 7521, 7077, 7375, 7009, 8358, 6993, 9614, 7304, 8487, 7594, 7898, 7349, 7955, 7292, 7677, 7469, 7407, 7164, 7895, 7201, 7814, 8169, 7325, 9466, 7077, 9371, 7009, 7800, 7814, 7124, 6973, 7464, 8235, 7819, 7460, 6756, 7232, 7586, 7292, 7769, 7467, 6862, 7412, 7324, 7260, 7309, 7026, 7916, 8360, 7730, 7941, 7239, 7631, 7004, 8128, 7235, 8060, 7795, 6764, 7435, 7977, 8326, 7263, 7444, 7237, 8270, 7606, 7381, 9023, 7330, 8612, 7030, 8123, 6960, 7105, 7178, 7780, 8495, 6938, 7123, 6797, 6784, 8760, 7230, 7206, 8375, 7671, 7418, 8432, 7285, 7383, 6770, 6603, 6738, 7223, 6943, 8610, 7292, 6834, 7150, 8229, 7032, 7146, 8165, 7073, 8368, 7105, 7537, 7664, 7267, 7292, 7266, 7015, 7117, 8052, 6586, 7720, 8120, 7248, 8192, 7863, 7677, 6419, 7520, 7239, 7179, 8159, 7447, 7034, 7301, 7189, 7434, 7844, 7749, 6950, 7799, 7317, 7559, 6885, 7498, 9041, 6868, 9759, 6388, 8217, 6828, 7277, 7807, 7299, 8216, 8014, 7298, 8491, 6908, 7757, 6762, 7336, 9013, 6699, 7615, 6497, 6541, 6645, 6273, 7123, 6936, 7650, 6718, 6600, 6616, 6701, 7712, 6422, 7876, 6591, 6385, 6757, 6319, 9530, 6515, 7931, 6582, 7019, 6397, 10730, 8403, 10211, 8318, 6488, 6729, 7168, 7540, 6603, 6598, 6366, 5889, 6501, 9110, 6715, 8641, 6913, 6127, 6584, 6504, 6881, 6805, 6626, 6875, 7120, 8031, 6488, 6557, 6635, 6996, 6428, 6823, 6553, 6389, 6660, 7488, 7913, 6844, 6420, 7914, 6403, 6480, 6568, 6368, 8546, 6470, 7751, 6501, 6878, 6715, 7538, 8021, 6959, 8233, 6844, 6315, 7157, 7689, 7656, 6480, 6960, 6277, 6306, 6549, 6408, 6732, 8097, 6669, 6278, 9401, 6485, 9921, 6541, 7989, 6735, 7263, 7143, 7427, 7906, 6779, 7278, 6610, 7661, 8322, 6932, 6899, 7143, 7928, 9450, 6980, 7695, 6775, 7791, 7984, 6426, 7687, 6672, 6981, 8956, 6990, 7831, 6777, 6387, 7353, 6678, 8008, 6490, 6499, 7667, 7069, 10535, 6638, 6919, 6513, 7024, 9378, 6664, 6905, 6826, 6670, 8322, 6719, 6770, 6822, 7109, 7955, 7088, 6855, 6921, 7432, 8457, 6477, 6261, 6279, 6181, 8599, 6687, 6605, 6701, 7432, 7043, 6600, 6762, 6342, 6969, 9327, 7065, 6269, 6516, 6457, 7679, 6813, 7795, 6576, 8158, 6687, 7199, 6913, 7668, 7512, 6651, 7333, 6557, 6990, 8191, 6968, 9602, 6732, 9541, 6591, 6827, 6398, 6079, 6433, 6872, 6755, 6975, 7484, 6647, 8076, 6477, 6992, 6589, 6906, 8408, 6742, 6042, 6731, 7707, 7208, 6938, 6693, 8147, 6777, 7300, 6790, 7694, 8740, 6885, 7945, 7035, 7359, 8811, 7234, 7660, 6689, 7205, 6896, 7600, 10753, 7028, 7586, 6544, 6878, 6835, 7576, 8136, 6783, 7901, 6999, 7098, 8770, 7108, 7599, 6639, 6383, 6548, 6970, 6944, 7616, 7996, 7139, 5724, 6863, 6160, 6755, 7067, 8258, 7209, 6246, 8698, 6664, 7511, 6394, 7010, 8711, 6920, 5902, 7629, 7421, 9834, 6460, 6689, 6247, 6835, 8273, 7001, 9934, 6673, 6844, 6450, 6482, 6344, 6359, 7534, 8185, 6645, 6323, 7211, 6259, 7953, 6365, 7120, 8995, 6968, 10278, 7572, 6676, 6528, 6777, 7734, 6391, 7263, 6553, 7146, 7897, 6538, 7856, 6422, 6525, 6595, 6744, 7314, 6247, 7136, 6336, 7109, 8145, 6641, 6952, 6386, 6432, 7852, 6300, 6814, 6769, 6865, 9132, 6515, 5716, 6460, 5970, 6675, 7014, 8239, 6370, 6151, 6478, 6310, 6000, 6094, 6470, 6523, 6479, 6577, 7462, 8077, 6263, 7035, 7293, 6159, 8638, 6355, 6866, 6141, 6568, 6923, 6646, 6077, 8011, 6339, 7032, 6253, 6681, 7987, 6325, 6933, 8418, 6242, 6987, 6287, 6284, 7607, 6624, 8091, 6399, 6315, 7817, 6475, 6016, 6339, 6559, 8554, 6419, 7778, 6666, 6318, 8623, 6286, 7117, 6333, 6630, 8863, 6531, 6697, 6404, 6928, 6933, 6435, 6684, 6420, 6340, 7460, 6315], 'WindowCenter': [3367.0, 3340.0, 3336.0, 3315.0, 3413.0, 3358.0, 3355.0, 3323.0, 3346.0, 3323.0, 3344.0, 3323.0, 3324.0, 3336.0, 3336.0, 3323.0, 3321.0, 3309.0, 3307.0, 3308.0, 3307.0, 3318.0, 3307.0, 3318.0, 3297.0, 3332.0, 3330.0, 3320.0, 3299.0, 3322.0, 3313.0, 3323.0, 3336.0, 3323.0, 3345.0, 3335.0, 3337.0, 3345.0, 3327.0, 3355.0, 3324.0, 3334.0, 3333.0, 3332.0, 3333.0, 3312.0, 3332.0, 3323.0, 3323.0, 3344.0, 3325.0, 3324.0, 3323.0, 3311.0, 3337.0, 3349.0, 3334.0, 3346.0, 3358.0, 3335.0, 3343.0, 3312.0, 3354.0, 3334.0, 3344.0, 3320.0, 3309.0, 3321.0, 3322.0, 3343.0, 3332.0, 3332.0, 3345.0, 3337.0, 3347.0, 3337.0, 3362.0, 3339.0, 3327.0, 3345.0, 3313.0, 3379.0, 3348.0, 3366.0, 3345.0, 3322.0, 3323.0, 3321.0, 3323.0, 3322.0, 3321.0, 3333.0, 3334.0, 3335.0, 3346.0, 3338.0, 3358.0, 3336.0, 3335.0, 3312.0, 3331.0, 3332.0, 3331.0, 3322.0, 3333.0, 3321.0, 3348.0, 3346.0, 3334.0, 3301.0, 3333.0, 3334.0, 3322.0, 3324.0, 3333.0, 3322.0, 3335.0, 3337.0, 3347.0, 3335.0, 3334.0, 3323.0, 3332.0, 3310.0, 3320.0, 3320.0, 3333.0, 3346.0, 3335.0, 3335.0, 3334.0, 3354.0, 3332.0, 3321.0, 3332.0, 3323.0, 3311.0, 3322.0, 3333.0, 3334.0, 3324.0, 3345.0, 3333.0, 3331.0, 3332.0, 3336.0, 3334.0, 3309.0, 3320.0, 3321.0, 3321.0, 3319.0, 3322.0, 3321.0, 3322.0, 3342.0, 3333.0, 3333.0, 3324.0, 3336.0, 3349.0, 3346.0, 3325.0, 3325.0, 3315.0, 3349.0, 3350.0, 3360.0, 3336.0, 3379.0, 3337.0, 3311.0, 3300.0, 3384.0, 3307.0, 3340.0, 3297.0, 3299.0, 3322.0, 3334.0, 3346.0, 3322.0, 3333.0, 3334.0, 3334.0, 3336.0, 3325.0, 3325.0, 3311.0, 3302.0, 3347.0, 3326.0, 3314.0, 3324.0, 3321.0, 3333.0, 3311.0, 3319.0, 3309.0, 3362.0, 3298.0, 3368.0, 3325.0, 3332.0, 3320.0, 3321.0, 3309.0, 3321.0, 3332.0, 3309.0, 3321.0, 3313.0, 3347.0, 3336.0, 3324.0, 3323.0, 3334.0, 3309.0, 3321.0, 3332.0, 3321.0, 3332.0, 3321.0, 3346.0, 3335.0, 3347.0, 3336.0, 3346.0, 3335.0, 3334.0, 3335.0, 3337.0, 3360.0, 3381.0, 3349.0, 3361.0, 3349.0, 3346.0, 3319.0, 3321.0, 3332.0, 3335.0, 3411.0, 3333.0, 3343.0, 3319.0, 3320.0, 3300.0, 3321.0, 3324.0, 3324.0, 3334.0, 3344.0, 3308.0, 3306.0, 3317.0, 3305.0, 3353.0, 3349.0, 3295.0, 3349.0, 3306.0, 3319.0, 3319.0, 3328.0, 3307.0, 3320.0, 3308.0, 3318.0, 3308.0, 3272.0, 3295.0, 3373.0, 3320.0, 3330.0, 3318.0, 3330.0, 3322.0, 3334.0, 3308.0, 3308.0, 3297.0, 3297.0, 3311.0, 3375.0, 3331.0, 3340.0, 3318.0, 3317.0, 3307.0, 3282.0, 3293.0, 3292.0, 3317.0, 3320.0, 3309.0, 3319.0, 3332.0, 3310.0, 3323.0, 3309.0, 3309.0, 3297.0, 3320.0, 3319.0, 3310.0, 3321.0, 3321.0, 3330.0, 3307.0, 3350.0, 3308.0, 3340.0, 3318.0, 3317.0, 3307.0, 3329.0, 3322.0, 3331.0, 3321.0, 3320.0, 3321.0, 3345.0, 3335.0, 3348.0, 3344.0, 3323.0, 3366.0, 3323.0, 3352.0, 3309.0, 3319.0, 3318.0, 3310.0, 3322.0, 3320.0, 3341.0, 3331.0, 3322.0, 3308.0, 3318.0, 3318.0, 3308.0, 3318.0, 3309.0, 3297.0, 3321.0, 3321.0, 3322.0, 3322.0, 3324.0, 3345.0, 3344.0, 3333.0, 3345.0, 3334.0, 3332.0, 3323.0, 3329.0, 3321.0, 3334.0, 3332.0, 3310.0, 3333.0, 3346.0, 3344.0, 3334.0, 3334.0, 3336.0, 3356.0, 3336.0, 3337.0, 3368.0, 3335.0, 3355.0, 3322.0, 3333.0, 3324.0, 3337.0, 3325.0, 3334.0, 3355.0, 3325.0, 3323.0, 3312.0, 3298.0, 3343.0, 3309.0, 3324.0, 3345.0, 3332.0, 3322.0, 3343.0, 3335.0, 3333.0, 3312.0, 3310.0, 3311.0, 3319.0, 3311.0, 3357.0, 3324.0, 3311.0, 3322.0, 3344.0, 3309.0, 3310.0, 3342.0, 3310.0, 3343.0, 3312.0, 3332.0, 3334.0, 3335.0, 3335.0, 3320.0, 3310.0, 3309.0, 3331.0, 3311.0, 3334.0, 3345.0, 3335.0, 3357.0, 3348.0, 3351.0, 3316.0, 3347.0, 3336.0, 3324.0, 3346.0, 3322.0, 3312.0, 3323.0, 3310.0, 3322.0, 3345.0, 3334.0, 3323.0, 3334.0, 3337.0, 3335.0, 3325.0, 3336.0, 3357.0, 3314.0, 3368.0, 3302.0, 3345.0, 3312.0, 3324.0, 3333.0, 3320.0, 3343.0, 3332.0, 3323.0, 3356.0, 3324.0, 3333.0, 3314.0, 3335.0, 3366.0, 3314.0, 3334.0, 3302.0, 3300.0, 3311.0, 3299.0, 3313.0, 3325.0, 3335.0, 3326.0, 3326.0, 3313.0, 3314.0, 3334.0, 3314.0, 3345.0, 3314.0, 3315.0, 3325.0, 3315.0, 3379.0, 3313.0, 3333.0, 3312.0, 3310.0, 3299.0, 3385.0, 3333.0, 3376.0, 3343.0, 3300.0, 3310.0, 3322.0, 3331.0, 3311.0, 3311.0, 3299.0, 3278.0, 3300.0, 3354.0, 3311.0, 3356.0, 3324.0, 3288.0, 3310.0, 3299.0, 3309.0, 3300.0, 3311.0, 3313.0, 3324.0, 3345.0, 3314.0, 3312.0, 3313.0, 3322.0, 3301.0, 3311.0, 3302.0, 3301.0, 3314.0, 3338.0, 3346.0, 3325.0, 3314.0, 3347.0, 3312.0, 3302.0, 3312.0, 3301.0, 3356.0, 3313.0, 3335.0, 3313.0, 3314.0, 3313.0, 3334.0, 3334.0, 3324.0, 3344.0, 3311.0, 3299.0, 3323.0, 3346.0, 3348.0, 3330.0, 3328.0, 3314.0, 3315.0, 3314.0, 3316.0, 3340.0, 3359.0, 3326.0, 3316.0, 3369.0, 3315.0, 3378.0, 3315.0, 3334.0, 3313.0, 3338.0, 3324.0, 3334.0, 3346.0, 3327.0, 3334.0, 3323.0, 3336.0, 3345.0, 3325.0, 3324.0, 3325.0, 3347.0, 3378.0, 3325.0, 3347.0, 3314.0, 3335.0, 3346.0, 3303.0, 3333.0, 3312.0, 3325.0, 3368.0, 3323.0, 3336.0, 3314.0, 3312.0, 3323.0, 3311.0, 3332.0, 3300.0, 3313.0, 3336.0, 3324.0, 3388.0, 3313.0, 3310.0, 3300.0, 3309.0, 3355.0, 3312.0, 3324.0, 3325.0, 3313.0, 3344.0, 3313.0, 3312.0, 3311.0, 3311.0, 3344.0, 3325.0, 3313.0, 3324.0, 3336.0, 3346.0, 3314.0, 3300.0, 3301.0, 3302.0, 3357.0, 3314.0, 3312.0, 3314.0, 3335.0, 3324.0, 3313.0, 3311.0, 3301.0, 3323.0, 3366.0, 3323.0, 3313.0, 3314.0, 3301.0, 3321.0, 3299.0, 3319.0, 3299.0, 3331.0, 3312.0, 3312.0, 3323.0, 3334.0, 3324.0, 3325.0, 3324.0, 3313.0, 3322.0, 3345.0, 3325.0, 3368.0, 3312.0, 3365.0, 3313.0, 3311.0, 3300.0, 3287.0, 3297.0, 3313.0, 3311.0, 3311.0, 3323.0, 3312.0, 3332.0, 3300.0, 3311.0, 3326.0, 3338.0, 3348.0, 3326.0, 3302.0, 3312.0, 3336.0, 3336.0, 3325.0, 3328.0, 3344.0, 3323.0, 3335.0, 3327.0, 3349.0, 3357.0, 3325.0, 3346.0, 3325.0, 3334.0, 3357.0, 3335.0, 3347.0, 3312.0, 3321.0, 3310.0, 3321.0, 3385.0, 3311.0, 3333.0, 3302.0, 3312.0, 3311.0, 3331.0, 3331.0, 3311.0, 3333.0, 3324.0, 3324.0, 3356.0, 3324.0, 3332.0, 3311.0, 3299.0, 3299.0, 3308.0, 3310.0, 3334.0, 3334.0, 3323.0, 3290.0, 3313.0, 3300.0, 3311.0, 3313.0, 3345.0, 3323.0, 3313.0, 3357.0, 3326.0, 3337.0, 3316.0, 3326.0, 3357.0, 3326.0, 3305.0, 3336.0, 3336.0, 3391.0, 3313.0, 3312.0, 3299.0, 3298.0, 3344.0, 3326.0, 3377.0, 3312.0, 3313.0, 3313.0, 3301.0, 3300.0, 3300.0, 3337.0, 3347.0, 3313.0, 3313.0, 3335.0, 3314.0, 3334.0, 3300.0, 3323.0, 3356.0, 3322.0, 3375.0, 3332.0, 3311.0, 3301.0, 3312.0, 3333.0, 3299.0, 3322.0, 3302.0, 3311.0, 3333.0, 3301.0, 3344.0, 3300.0, 3301.0, 3299.0, 3310.0, 3321.0, 3300.0, 3312.0, 3301.0, 3324.0, 3346.0, 3313.0, 3323.0, 3313.0, 3314.0, 3346.0, 3302.0, 3310.0, 3312.0, 3312.0, 3355.0, 3301.0, 3290.0, 3301.0, 3291.0, 3314.0, 3325.0, 3343.0, 3315.0, 3302.0, 3300.0, 3314.0, 3304.0, 3304.0, 3316.0, 3331.0, 3329.0, 3328.0, 3337.0, 3347.0, 3316.0, 3338.0, 3338.0, 3303.0, 3355.0, 3302.0, 3311.0, 3304.0, 3330.0, 3341.0, 3327.0, 3318.0, 3348.0, 3303.0, 3323.0, 3316.0, 3327.0, 3347.0, 3315.0, 3326.0, 3359.0, 3317.0, 3325.0, 3302.0, 3301.0, 3336.0, 3326.0, 3345.0, 3314.0, 3314.0, 3334.0, 3302.0, 3290.0, 3300.0, 3301.0, 3344.0, 3301.0, 3336.0, 3315.0, 3314.0, 3357.0, 3314.0, 3325.0, 3313.0, 3312.0, 3356.0, 3313.0, 3313.0, 3314.0, 3324.0, 3325.0, 3313.0, 3313.0, 3313.0, 3314.0, 3322.0, 3302.0], 'WindowWidth': [7722.0, 7675.0, 7661.0, 7631.0, 7773.0, 7690.0, 7678.0, 7633.0, 7673.0, 7636.0, 7665.0, 7635.0, 7639.0, 7659.0, 7658.0, 7634.0, 7627.0, 7610.0, 7605.0, 7608.0, 7603.0, 7619.0, 7604.0, 7620.0, 7590.0, 7641.0, 7639.0, 7626.0, 7598.0, 7632.0, 7621.0, 7636.0, 7658.0, 7636.0, 7666.0, 7654.0, 7660.0, 7668.0, 7646.0, 7679.0, 7637.0, 7650.0, 7649.0, 7645.0, 7649.0, 7620.0, 7648.0, 7637.0, 7635.0, 7664.0, 7641.0, 7640.0, 7634.0, 7617.0, 7660.0, 7680.0, 7654.0, 7671.0, 7690.0, 7656.0, 7662.0, 7616.0, 7675.0, 7650.0, 7663.0, 7627.0, 7611.0, 7629.0, 7631.0, 7660.0, 7644.0, 7646.0, 7668.0, 7660.0, 7672.0, 7663.0, 7704.0, 7667.0, 7649.0, 7665.0, 7621.0, 7719.0, 7675.0, 7698.0, 7667.0, 7633.0, 7634.0, 7628.0, 7633.0, 7631.0, 7629.0, 7648.0, 7650.0, 7654.0, 7669.0, 7662.0, 7689.0, 7659.0, 7653.0, 7618.0, 7641.0, 7643.0, 7638.0, 7629.0, 7647.0, 7630.0, 7678.0, 7673.0, 7653.0, 7603.0, 7648.0, 7652.0, 7633.0, 7637.0, 7646.0, 7632.0, 7656.0, 7661.0, 7672.0, 7654.0, 7650.0, 7635.0, 7644.0, 7611.0, 7624.0, 7624.0, 7646.0, 7670.0, 7655.0, 7654.0, 7651.0, 7676.0, 7644.0, 7627.0, 7641.0, 7635.0, 7615.0, 7630.0, 7649.0, 7650.0, 7638.0, 7668.0, 7647.0, 7642.0, 7645.0, 7659.0, 7649.0, 7610.0, 7625.0, 7627.0, 7629.0, 7622.0, 7631.0, 7627.0, 7631.0, 7658.0, 7647.0, 7649.0, 7638.0, 7658.0, 7678.0, 7672.0, 7642.0, 7641.0, 7627.0, 7680.0, 7684.0, 7697.0, 7658.0, 7719.0, 7660.0, 7615.0, 7599.0, 7712.0, 7600.0, 7646.0, 7587.0, 7595.0, 7632.0, 7653.0, 7671.0, 7635.0, 7647.0, 7650.0, 7653.0, 7657.0, 7642.0, 7642.0, 7616.0, 7606.0, 7673.0, 7646.0, 7628.0, 7638.0, 7631.0, 7647.0, 7616.0, 7622.0, 7608.0, 7681.0, 7594.0, 7702.0, 7640.0, 7644.0, 7626.0, 7629.0, 7610.0, 7629.0, 7641.0, 7610.0, 7627.0, 7622.0, 7672.0, 7658.0, 7637.0, 7636.0, 7650.0, 7611.0, 7627.0, 7640.0, 7625.0, 7642.0, 7628.0, 7671.0, 7656.0, 7672.0, 7659.0, 7672.0, 7654.0, 7651.0, 7655.0, 7663.0, 7694.0, 7726.0, 7681.0, 7701.0, 7681.0, 7668.0, 7622.0, 7627.0, 7641.0, 7655.0, 7764.0, 7645.0, 7659.0, 7621.0, 7627.0, 7598.0, 7628.0, 7637.0, 7638.0, 7651.0, 7662.0, 7606.0, 7599.0, 7615.0, 7597.0, 7672.0, 7658.0, 7584.0, 7658.0, 7600.0, 7622.0, 7624.0, 7632.0, 7605.0, 7625.0, 7606.0, 7618.0, 7603.0, 7548.0, 7583.0, 7700.0, 7625.0, 7637.0, 7619.0, 7638.0, 7635.0, 7649.0, 7606.0, 7606.0, 7591.0, 7590.0, 7616.0, 7706.0, 7641.0, 7649.0, 7618.0, 7615.0, 7601.0, 7562.0, 7574.0, 7572.0, 7613.0, 7623.0, 7608.0, 7622.0, 7644.0, 7612.0, 7633.0, 7607.0, 7608.0, 7590.0, 7625.0, 7620.0, 7610.0, 7626.0, 7628.0, 7636.0, 7603.0, 7664.0, 7606.0, 7650.0, 7616.0, 7616.0, 7602.0, 7634.0, 7629.0, 7640.0, 7628.0, 7625.0, 7628.0, 7665.0, 7655.0, 7676.0, 7664.0, 7635.0, 7692.0, 7632.0, 7668.0, 7606.0, 7621.0, 7614.0, 7609.0, 7632.0, 7627.0, 7655.0, 7641.0, 7631.0, 7607.0, 7619.0, 7617.0, 7603.0, 7617.0, 7605.0, 7589.0, 7625.0, 7627.0, 7631.0, 7630.0, 7638.0, 7666.0, 7663.0, 7646.0, 7664.0, 7652.0, 7642.0, 7631.0, 7635.0, 7628.0, 7651.0, 7643.0, 7613.0, 7649.0, 7668.0, 7665.0, 7650.0, 7650.0, 7658.0, 7683.0, 7655.0, 7659.0, 7700.0, 7654.0, 7680.0, 7630.0, 7646.0, 7640.0, 7663.0, 7642.0, 7652.0, 7679.0, 7643.0, 7636.0, 7617.0, 7592.0, 7658.0, 7607.0, 7636.0, 7668.0, 7644.0, 7629.0, 7661.0, 7653.0, 7648.0, 7617.0, 7612.0, 7615.0, 7619.0, 7614.0, 7686.0, 7635.0, 7614.0, 7630.0, 7662.0, 7610.0, 7612.0, 7653.0, 7613.0, 7657.0, 7615.0, 7643.0, 7649.0, 7653.0, 7652.0, 7625.0, 7611.0, 7608.0, 7641.0, 7616.0, 7651.0, 7665.0, 7654.0, 7684.0, 7677.0, 7686.0, 7633.0, 7672.0, 7656.0, 7639.0, 7667.0, 7632.0, 7616.0, 7632.0, 7612.0, 7629.0, 7665.0, 7649.0, 7635.0, 7652.0, 7661.0, 7656.0, 7641.0, 7656.0, 7682.0, 7624.0, 7699.0, 7603.0, 7664.0, 7617.0, 7636.0, 7645.0, 7624.0, 7657.0, 7642.0, 7632.0, 7680.0, 7637.0, 7646.0, 7626.0, 7653.0, 7696.0, 7624.0, 7649.0, 7605.0, 7598.0, 7616.0, 7596.0, 7621.0, 7640.0, 7653.0, 7644.0, 7643.0, 7624.0, 7625.0, 7649.0, 7622.0, 7665.0, 7624.0, 7626.0, 7641.0, 7627.0, 7717.0, 7622.0, 7647.0, 7616.0, 7609.0, 7594.0, 7715.0, 7644.0, 7705.0, 7659.0, 7599.0, 7613.0, 7631.0, 7642.0, 7617.0, 7613.0, 7595.0, 7568.0, 7599.0, 7674.0, 7614.0, 7682.0, 7636.0, 7580.0, 7611.0, 7596.0, 7608.0, 7597.0, 7617.0, 7621.0, 7635.0, 7667.0, 7625.0, 7620.0, 7620.0, 7631.0, 7602.0, 7613.0, 7603.0, 7602.0, 7624.0, 7663.0, 7669.0, 7642.0, 7626.0, 7672.0, 7620.0, 7604.0, 7617.0, 7604.0, 7681.0, 7621.0, 7652.0, 7622.0, 7625.0, 7620.0, 7648.0, 7648.0, 7637.0, 7662.0, 7615.0, 7597.0, 7635.0, 7670.0, 7677.0, 7660.0, 7649.0, 7625.0, 7627.0, 7623.0, 7631.0, 7671.0, 7692.0, 7645.0, 7629.0, 7702.0, 7625.0, 7711.0, 7625.0, 7647.0, 7619.0, 7663.0, 7637.0, 7651.0, 7669.0, 7647.0, 7651.0, 7636.0, 7655.0, 7664.0, 7638.0, 7636.0, 7642.0, 7673.0, 7715.0, 7642.0, 7672.0, 7625.0, 7651.0, 7668.0, 7605.0, 7645.0, 7619.0, 7639.0, 7700.0, 7636.0, 7655.0, 7625.0, 7619.0, 7634.0, 7615.0, 7642.0, 7598.0, 7622.0, 7656.0, 7636.0, 7725.0, 7621.0, 7613.0, 7599.0, 7607.0, 7676.0, 7617.0, 7638.0, 7639.0, 7620.0, 7661.0, 7623.0, 7616.0, 7614.0, 7615.0, 7661.0, 7641.0, 7621.0, 7639.0, 7654.0, 7668.0, 7626.0, 7599.0, 7601.0, 7605.0, 7686.0, 7626.0, 7618.0, 7624.0, 7654.0, 7636.0, 7620.0, 7615.0, 7601.0, 7636.0, 7696.0, 7633.0, 7621.0, 7623.0, 7603.0, 7626.0, 7593.0, 7620.0, 7592.0, 7637.0, 7618.0, 7619.0, 7635.0, 7650.0, 7636.0, 7639.0, 7635.0, 7622.0, 7630.0, 7663.0, 7640.0, 7698.0, 7617.0, 7691.0, 7620.0, 7614.0, 7597.0, 7575.0, 7590.0, 7619.0, 7614.0, 7612.0, 7632.0, 7616.0, 7642.0, 7598.0, 7615.0, 7646.0, 7663.0, 7675.0, 7642.0, 7606.0, 7616.0, 7658.0, 7656.0, 7642.0, 7648.0, 7665.0, 7635.0, 7650.0, 7644.0, 7679.0, 7683.0, 7637.0, 7669.0, 7642.0, 7650.0, 7685.0, 7654.0, 7672.0, 7619.0, 7625.0, 7612.0, 7625.0, 7715.0, 7613.0, 7646.0, 7605.0, 7618.0, 7615.0, 7640.0, 7641.0, 7613.0, 7648.0, 7638.0, 7637.0, 7681.0, 7635.0, 7645.0, 7614.0, 7594.0, 7593.0, 7604.0, 7610.0, 7647.0, 7651.0, 7634.0, 7587.0, 7620.0, 7599.0, 7614.0, 7619.0, 7665.0, 7634.0, 7621.0, 7683.0, 7644.0, 7658.0, 7630.0, 7640.0, 7686.0, 7645.0, 7615.0, 7656.0, 7654.0, 7737.0, 7622.0, 7617.0, 7596.0, 7592.0, 7663.0, 7644.0, 7710.0, 7617.0, 7620.0, 7621.0, 7602.0, 7599.0, 7597.0, 7658.0, 7671.0, 7622.0, 7621.0, 7652.0, 7624.0, 7648.0, 7597.0, 7634.0, 7681.0, 7631.0, 7703.0, 7644.0, 7614.0, 7601.0, 7616.0, 7646.0, 7595.0, 7629.0, 7604.0, 7616.0, 7647.0, 7602.0, 7661.0, 7600.0, 7600.0, 7596.0, 7611.0, 7624.0, 7598.0, 7615.0, 7602.0, 7638.0, 7671.0, 7622.0, 7634.0, 7621.0, 7624.0, 7667.0, 7603.0, 7611.0, 7618.0, 7618.0, 7677.0, 7602.0, 7586.0, 7602.0, 7588.0, 7624.0, 7640.0, 7661.0, 7629.0, 7605.0, 7601.0, 7624.0, 7610.0, 7612.0, 7632.0, 7661.0, 7657.0, 7652.0, 7659.0, 7674.0, 7631.0, 7664.0, 7661.0, 7608.0, 7676.0, 7604.0, 7616.0, 7612.0, 7655.0, 7673.0, 7649.0, 7636.0, 7676.0, 7608.0, 7634.0, 7631.0, 7647.0, 7671.0, 7627.0, 7643.0, 7691.0, 7633.0, 7638.0, 7604.0, 7598.0, 7655.0, 7643.0, 7667.0, 7623.0, 7623.0, 7651.0, 7604.0, 7585.0, 7599.0, 7600.0, 7660.0, 7603.0, 7656.0, 7626.0, 7626.0, 7685.0, 7626.0, 7638.0, 7619.0, 7617.0, 7681.0, 7622.0, 7621.0, 7624.0, 7637.0, 7638.0, 7622.0, 7622.0, 7623.0, 7623.0, 7632.0, 7605.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.0004927210103329505</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024475635017221584</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>54.052024516873594</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1891593459310354</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.002290082022989</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2325.9272</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10479189706497971</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.8702640642939152</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.763971964206386</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6563638457582597</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.008278019186154</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.627274027674745</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0105834</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.031142478808760643</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.08049509674310684</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.5430705300554397</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>17.0249</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.9494</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.3169</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308302.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>9.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>709.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>278.0151</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3103</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.4668</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2604.8793</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2772.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68242.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>746.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3563.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>782.3665</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.767087334301323</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> |