=== 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-0074 --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-0074",
"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-0074_ses-04_task-social_acq-mb8_run-04_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-0074_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-04_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-0074/ses-04/func/sub-0074_ses-04_task-social_acq-mb8_run-04_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>9f558186ad0776a911dfab1c5402fc1c</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:03:12.940000</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.996967, -0.0450047, 0.0634883, 0.0367314, 0.991358, 0.125941]</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0979923</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4157, -7772, -7220, 591, -120, -213, -10, 56]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.454</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>46706c2f-fc33-4dce-960a-4d848916b248||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.674790382385254, 0.09854762256145477, 0.18524044752120972, 101.73551940917969], [0.12074438482522964, 2.6597397327423096, 0.3327127993106842, -107.82709503173828], [0.1703345626592636, -0.33789026737213135, 2.673011064529419, -44.94767379760742], [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': ['210312.940000', '210313.400000', '210313.860000', '210314.320000', '210314.780000', '210315.240000', '210315.700000', '210316.160000', '210316.620000', '210317.080000', '210317.540000', '210318.000000', '210318.460000', '210318.920000', '210319.380000', '210319.840000', '210320.300000', '210320.760000', '210321.220000', '210321.680000', '210322.140000', '210322.600000', '210323.060000', '210323.520000', '210323.980000', '210324.440000', '210324.900000', '210325.360000', '210325.820000', '210326.280000', '210326.740000', '210327.200000', '210327.660000', '210328.120000', '210328.580000', '210329.040000', '210329.500000', '210329.960000', '210330.420000', '210330.880000', '210331.340000', '210331.800000', '210332.260000', '210332.720000', '210333.180000', '210333.640000', '210334.100000', '210334.560000', '210335.020000', '210335.480000', '210335.940000', '210336.400000', '210336.860000', '210337.320000', '210337.780000', '210338.240000', '210338.700000', '210339.160000', '210339.620000', '210340.080000', '210340.540000', '210341.000000', '210341.460000', '210341.920000', '210342.380000', '210342.840000', '210343.300000', '210343.760000', '210344.220000', '210344.680000', '210345.140000', '210345.600000', '210346.060000', '210346.520000', '210346.980000', '210347.440000', '210347.900000', '210348.360000', '210348.820000', '210349.280000', '210349.740000', '210350.200000', '210350.660000', '210351.120000', '210351.580000', '210352.040000', '210352.500000', '210352.960000', '210353.420000', '210353.880000', '210354.340000', '210354.800000', '210355.260000', '210355.720000', '210356.180000', '210356.640000', '210357.100000', '210357.560000', '210358.020000', '210358.480000', '210358.940000', '210359.400000', '210359.860000', '210400.320000', '210400.780000', '210401.240000', '210401.700000', '210402.160000', '210402.620000', '210403.080000', '210403.540000', '210404.000000', '210404.460000', '210404.920000', '210405.380000', '210405.840000', '210406.300000', '210406.760000', '210407.220000', '210407.680000', '210408.140000', '210408.600000', '210409.060000', '210409.520000', '210409.980000', '210410.440000', '210410.900000', '210411.360000', '210411.820000', '210412.280000', '210412.740000', '210413.200000', '210413.660000', '210414.120000', '210414.580000', '210415.040000', '210415.500000', '210415.960000', '210416.420000', '210416.880000', '210417.340000', '210417.800000', '210418.260000', '210418.720000', '210419.180000', '210419.640000', '210420.100000', '210420.560000', '210421.020000', '210421.480000', '210421.940000', '210422.400000', '210422.860000', '210423.320000', '210423.780000', '210424.240000', '210424.700000', '210425.160000', '210425.620000', '210426.080000', '210426.540000', '210427.000000', '210427.460000', '210427.920000', '210428.380000', '210428.840000', '210429.300000', '210429.760000', '210430.220000', '210430.680000', '210431.140000', '210431.600000', '210432.060000', '210432.520000', '210432.980000', '210433.440000', '210433.900000', '210434.360000', '210434.820000', '210435.280000', '210435.740000', '210436.200000', '210436.660000', '210437.120000', '210437.580000', '210438.040000', '210438.500000', '210438.960000', '210439.420000', '210439.880000', '210440.340000', '210440.800000', '210441.260000', '210441.720000', '210442.180000', '210442.640000', '210443.100000', '210443.560000', '210444.020000', '210444.480000', '210444.940000', '210445.400000', '210445.860000', '210446.320000', '210446.780000', '210447.240000', '210447.700000', '210448.160000', '210448.620000', '210449.080000', '210449.540000', '210450.000000', '210450.460000', '210450.920000', '210451.380000', '210451.840000', '210452.300000', '210452.760000', '210453.220000', '210453.680000', '210454.140000', '210454.600000', '210455.060000', '210455.520000', '210455.980000', '210456.440000', '210456.900000', '210457.360000', '210457.820000', '210458.280000', '210458.740000', '210459.200000', '210459.660000', '210500.120000', '210500.580000', '210501.040000', '210501.500000', '210501.960000', '210502.420000', '210502.880000', '210503.340000', '210503.800000', '210504.260000', '210504.720000', '210505.180000', '210505.640000', '210506.100000', '210506.560000', '210507.020000', '210507.480000', '210507.940000', '210508.400000', '210508.860000', '210509.320000', '210509.780000', '210510.240000', '210510.700000', '210511.160000', '210511.620000', '210512.080000', '210512.540000', '210513.000000', '210513.460000', '210513.920000', '210514.380000', '210514.840000', '210515.300000', '210515.760000', '210516.220000', '210516.680000', '210517.140000', '210517.600000', '210518.060000', '210518.520000', '210518.980000', '210519.440000', '210519.900000', '210520.360000', '210520.820000', '210521.280000', '210521.740000', '210522.200000', '210522.660000', '210523.120000', '210523.580000', '210524.040000', '210524.500000', '210524.960000', '210525.420000', '210525.880000', '210526.340000', '210526.800000', '210527.260000', '210527.720000', '210528.180000', '210528.640000', '210529.100000', '210529.560000', '210530.020000', '210530.480000', '210530.940000', '210531.400000', '210531.860000', '210532.320000', '210532.780000', '210533.240000', '210533.700000', '210534.160000', '210534.620000', '210535.080000', '210535.540000', '210536.000000', '210536.460000', '210536.920000', '210537.380000', '210537.840000', '210538.300000', '210538.760000', '210539.220000', '210539.680000', '210540.140000', '210540.600000', '210541.060000', '210541.520000', '210541.980000', '210542.440000', '210542.900000', '210543.360000', '210543.820000', '210544.280000', '210544.740000', '210545.200000', '210545.660000', '210546.120000', '210546.580000', '210547.040000', '210547.500000', '210547.960000', '210548.420000', '210548.880000', '210549.340000', '210549.800000', '210550.260000', '210550.720000', '210551.180000', '210551.640000', '210552.100000', '210552.560000', '210553.020000', '210553.480000', '210553.940000', '210554.400000', '210554.860000', '210555.320000', '210555.780000', '210556.240000', '210556.700000', '210557.160000', '210557.620000', '210558.080000', '210558.540000', '210559.000000', '210559.460000', '210559.920000', '210600.380000', '210600.840000', '210601.300000', '210601.760000', '210602.220000', '210602.680000', '210603.140000', '210603.600000', '210604.060000', '210604.520000', '210604.980000', '210605.440000', '210605.900000', '210606.360000', '210606.820000', '210607.280000', '210607.740000', '210608.200000', '210608.660000', '210609.120000', '210609.580000', '210610.040000', '210610.500000', '210610.960000', '210611.420000', '210611.880000', '210612.340000', '210612.800000', '210613.260000', '210613.720000', '210614.180000', '210614.640000', '210615.100000', '210615.560000', '210616.020000', '210616.480000', '210616.940000', '210617.400000', '210617.860000', '210618.320000', '210618.780000', '210619.240000', '210619.700000', '210620.160000', '210620.620000', '210621.080000', '210621.540000', '210622.000000', '210622.460000', '210622.920000', '210623.380000', '210623.840000', '210624.300000', '210624.760000', '210625.220000', '210625.680000', '210626.140000', '210626.600000', '210627.060000', '210627.520000', '210627.980000', '210628.440000', '210628.900000', '210629.360000', '210629.820000', '210630.280000', '210630.740000', '210631.200000', '210631.660000', '210632.120000', '210632.580000', '210633.040000', '210633.500000', '210633.960000', '210634.420000', '210634.880000', '210635.340000', '210635.800000', '210636.260000', '210636.720000', '210637.180000', '210637.640000', '210638.100000', '210638.560000', '210639.020000', '210639.480000', '210639.940000', '210640.400000', '210640.860000', '210641.320000', '210641.780000', '210642.240000', '210642.700000', '210643.160000', '210643.620000', '210644.080000', '210644.540000', '210645.000000', '210645.460000', '210645.920000', '210646.380000', '210646.840000', '210647.300000', '210647.760000', '210648.220000', '210648.680000', '210649.140000', '210649.600000', '210650.060000', '210650.520000', '210650.980000', '210651.440000', '210651.900000', '210652.360000', '210652.820000', '210653.280000', '210653.740000', '210654.200000', '210654.660000', '210655.120000', '210655.580000', '210656.040000', '210656.500000', '210656.960000', '210657.420000', '210657.880000', '210658.340000', '210658.800000', '210659.260000', '210659.720000', '210700.180000', '210700.640000', '210701.100000', '210701.560000', '210702.020000', '210702.480000', '210702.940000', '210703.400000', '210703.860000', '210704.320000', '210704.780000', '210705.240000', '210705.700000', '210706.160000', '210706.620000', '210707.080000', '210707.540000', '210708.000000', '210708.460000', '210708.920000', '210709.380000', '210709.840000', '210710.300000', '210710.760000', '210711.220000', '210711.680000', '210712.140000', '210712.600000', '210713.060000', '210713.520000', '210713.980000', '210714.440000', '210714.900000', '210715.360000', '210715.820000', '210716.280000', '210716.740000', '210717.200000', '210717.660000', '210718.120000', '210718.580000', '210719.040000', '210719.500000', '210719.960000', '210720.420000', '210720.880000', '210721.340000', '210721.800000', '210722.260000', '210722.720000', '210723.180000', '210723.640000', '210724.100000', '210724.560000', '210725.020000', '210725.480000', '210725.940000', '210726.400000', '210726.860000', '210727.320000', '210727.780000', '210728.240000', '210728.700000', '210729.160000', '210729.620000', '210730.080000', '210730.540000', '210731.000000', '210731.460000', '210731.920000', '210732.380000', '210732.840000', '210733.300000', '210733.760000', '210734.220000', '210734.680000', '210735.140000', '210735.600000', '210736.060000', '210736.520000', '210736.980000', '210737.440000', '210737.900000', '210738.360000', '210738.820000', '210739.280000', '210739.740000', '210740.200000', '210740.660000', '210741.120000', '210741.580000', '210742.040000', '210742.500000', '210742.960000', '210743.420000', '210743.880000', '210744.340000', '210744.800000', '210745.260000', '210745.720000', '210746.180000', '210746.640000', '210747.100000', '210747.560000', '210748.020000', '210748.480000', '210748.940000', '210749.400000', '210749.860000', '210750.320000', '210750.780000', '210751.240000', '210751.700000', '210752.160000', '210752.620000', '210753.080000', '210753.540000', '210754.000000', '210754.460000', '210754.920000', '210755.380000', '210755.840000', '210756.300000', '210756.760000', '210757.220000', '210757.680000', '210758.140000', '210758.600000', '210759.060000', '210759.520000', '210759.980000', '210800.440000', '210800.900000', '210801.360000', '210801.820000', '210802.280000', '210802.740000', '210803.200000', '210803.660000', '210804.120000', '210804.580000', '210805.040000', '210805.500000', '210805.960000', '210806.420000', '210806.880000', '210807.340000', '210807.800000', '210808.260000', '210808.720000', '210809.180000', '210809.640000', '210810.100000', '210810.560000', '210811.020000', '210811.480000', '210811.940000', '210812.400000', '210812.860000', '210813.320000', '210813.780000', '210814.240000', '210814.700000', '210815.160000', '210815.620000', '210816.080000', '210816.540000', '210817.000000', '210817.460000', '210817.920000', '210818.380000', '210818.840000', '210819.300000', '210819.760000', '210820.220000', '210820.680000', '210821.140000', '210821.600000', '210822.060000', '210822.520000', '210822.980000', '210823.440000', '210823.900000', '210824.360000', '210824.820000', '210825.280000', '210825.740000', '210826.200000', '210826.660000', '210827.120000', '210827.580000', '210828.040000', '210828.500000', '210828.960000', '210829.420000', '210829.880000', '210830.340000', '210830.800000', '210831.260000', '210831.720000', '210832.180000', '210832.640000', '210833.100000', '210833.560000', '210834.020000', '210834.480000', '210834.940000', '210835.400000', '210835.860000', '210836.320000', '210836.780000', '210837.240000', '210837.700000', '210838.160000', '210838.620000', '210839.080000', '210839.540000', '210840.000000', '210840.460000', '210840.920000', '210841.380000', '210841.840000', '210842.300000', '210842.760000', '210843.220000', '210843.680000', '210844.140000', '210844.600000', '210845.060000', '210845.520000', '210845.980000', '210846.440000', '210846.900000', '210847.360000', '210847.820000', '210848.280000', '210848.740000', '210849.200000', '210849.660000', '210850.120000', '210850.580000', '210851.040000', '210851.500000', '210851.960000', '210852.420000', '210852.880000', '210853.340000', '210853.800000', '210854.260000', '210854.720000', '210855.180000', '210855.640000', '210856.100000', '210856.560000', '210857.020000', '210857.480000', '210857.940000', '210858.400000', '210858.860000', '210859.320000', '210859.780000', '210900.240000', '210900.700000', '210901.160000', '210901.620000', '210902.080000', '210902.540000', '210903.000000', '210903.460000', '210903.920000', '210904.380000', '210904.840000', '210905.300000', '210905.760000', '210906.220000', '210906.680000', '210907.140000', '210907.600000', '210908.060000', '210908.520000', '210908.980000', '210909.440000', '210909.900000', '210910.360000', '210910.820000', '210911.280000', '210911.740000', '210912.200000', '210912.660000', '210913.120000', '210913.580000', '210914.040000', '210914.500000', '210914.960000', '210915.420000', '210915.880000', '210916.340000', '210916.800000', '210917.260000', '210917.720000', '210918.180000', '210918.640000', '210919.100000', '210919.560000', '210920.020000', '210920.480000', '210920.940000', '210921.400000', '210921.860000', '210922.320000', '210922.780000', '210923.240000', '210923.700000', '210924.160000', '210924.620000', '210925.080000', '210925.540000', '210926.000000', '210926.460000', '210926.920000', '210927.380000', '210927.840000', '210928.300000', '210928.760000', '210929.220000', '210929.680000', '210930.140000', '210930.600000', '210931.060000', '210931.520000', '210931.980000', '210932.440000', '210932.900000', '210933.360000', '210933.820000', '210934.280000', '210934.740000', '210935.200000', '210935.660000', '210936.120000', '210936.580000', '210937.040000', '210937.500000', '210937.960000', '210938.420000', '210938.880000', '210939.340000', '210939.800000', '210940.260000', '210940.720000', '210941.180000', '210941.640000', '210942.100000', '210942.560000', '210943.020000', '210943.480000', '210943.940000', '210944.400000', '210944.860000', '210945.320000', '210945.780000', '210946.240000', '210946.700000', '210947.160000', '210947.620000', '210948.080000', '210948.540000', '210949.000000', '210949.460000', '210949.920000', '210950.380000', '210950.840000', '210951.300000', '210951.760000', '210952.220000', '210952.680000', '210953.140000', '210953.600000'], 'ContentTime': ['210329.404000', '210329.407000', '210329.410000', '210329.412000', '210329.415000', '210329.417000', '210329.420000', '210329.423000', '210329.425000', '210329.436000', '210329.439000', '210329.441000', '210329.444000', '210329.447000', '210329.449000', '210329.452000', '210329.455000', '210329.457000', '210329.460000', '210329.462000', '210329.471000', '210329.473000', '210329.476000', '210329.478000', '210329.481000', '210329.483000', '210329.486000', '210329.489000', '210329.491000', '210329.494000', '210329.496000', '210329.499000', '210349.355000', '210349.358000', '210349.361000', '210349.363000', '210349.366000', '210349.375000', '210349.378000', '210349.380000', '210349.383000', '210349.386000', '210349.388000', '210349.391000', '210349.393000', '210349.396000', '210349.398000', '210349.401000', '210349.403000', '210349.406000', '210349.408000', '210349.411000', '210349.413000', '210349.416000', '210349.419000', '210349.421000', '210349.424000', '210349.427000', '210349.429000', '210349.432000', '210349.434000', '210349.437000', '210349.439000', '210349.442000', '210349.445000', '210349.447000', '210349.450000', '210349.452000', '210349.455000', '210349.457000', '210349.460000', '210349.462000', '210349.465000', '210349.468000', '210349.470000', '210349.473000', '210409.355000', '210409.360000', '210409.363000', '210409.365000', '210409.368000', '210409.371000', '210409.373000', '210409.376000', '210409.378000', '210409.381000', '210409.384000', '210409.386000', '210409.389000', '210409.391000', '210409.394000', '210409.396000', '210409.399000', '210409.402000', '210409.404000', '210409.407000', '210409.409000', '210409.412000', '210409.414000', '210409.417000', '210409.420000', '210409.422000', '210409.425000', '210409.427000', '210409.430000', '210409.432000', '210409.435000', '210409.437000', '210409.440000', '210409.443000', '210409.445000', '210409.448000', '210409.450000', '210409.453000', '210409.455000', '210409.458000', '210409.460000', '210409.463000', '210409.471000', '210429.355000', '210429.358000', '210429.361000', '210429.363000', '210429.366000', '210429.369000', '210429.371000', '210429.374000', '210429.376000', '210429.379000', '210429.382000', '210429.384000', '210429.387000', '210429.389000', '210429.392000', '210429.394000', '210429.397000', '210429.399000', '210429.402000', '210429.405000', '210429.407000', '210429.410000', '210429.412000', '210429.415000', '210429.417000', '210429.420000', '210429.422000', '210429.434000', '210429.437000', '210429.439000', '210429.442000', '210429.445000', '210429.447000', '210429.450000', '210429.452000', '210429.455000', '210429.458000', '210429.460000', '210429.463000', '210429.465000', '210429.468000', '210429.470000', '210429.473000', '210429.475000', '210449.355000', '210449.358000', '210449.361000', '210449.363000', '210449.366000', '210449.368000', '210449.371000', '210449.374000', '210449.376000', '210449.379000', '210449.381000', '210449.384000', '210449.386000', '210449.389000', '210449.392000', '210449.394000', '210449.397000', '210449.399000', '210449.402000', '210449.404000', '210449.407000', '210449.409000', '210449.412000', '210449.415000', '210449.417000', '210449.420000', '210449.422000', '210449.425000', '210449.427000', '210449.430000', '210449.432000', '210449.435000', '210449.437000', '210449.440000', '210449.443000', '210449.445000', '210449.448000', '210449.450000', '210449.453000', '210449.455000', '210449.458000', '210449.460000', '210449.463000', '210509.355000', '210509.358000', '210509.361000', '210509.363000', '210509.366000', '210509.369000', '210509.371000', '210509.374000', '210509.376000', '210509.379000', '210509.382000', '210509.384000', '210509.387000', '210509.389000', '210509.392000', '210509.394000', '210509.397000', '210509.399000', '210509.402000', '210509.405000', '210509.407000', '210509.410000', '210509.412000', '210509.415000', '210509.417000', '210509.420000', '210509.422000', '210509.425000', '210509.427000', '210509.430000', '210509.433000', '210509.435000', '210509.438000', '210509.440000', '210509.443000', '210509.445000', '210509.448000', '210509.450000', '210509.453000', '210509.456000', '210509.458000', '210509.461000', '210509.463000', '210509.466000', '210529.356000', '210529.358000', '210529.361000', '210529.364000', '210529.373000', '210529.376000', '210529.379000', '210529.381000', '210529.384000', '210529.386000', '210529.389000', '210529.391000', '210529.394000', '210529.396000', '210529.399000', '210529.402000', '210529.404000', '210529.407000', '210529.409000', '210529.412000', '210529.415000', '210529.417000', '210529.420000', '210529.422000', '210529.425000', '210529.427000', '210529.430000', '210529.433000', '210529.435000', '210529.438000', '210529.440000', '210529.443000', '210529.446000', '210529.448000', '210529.451000', '210529.453000', '210529.456000', '210529.458000', '210529.461000', '210529.463000', '210529.466000', '210529.469000', '210529.471000', '210549.355000', '210549.358000', '210549.361000', '210549.363000', '210549.366000', '210549.369000', '210549.371000', '210549.374000', '210549.376000', '210549.379000', '210549.381000', '210549.384000', '210549.387000', '210549.389000', '210549.392000', '210549.394000', '210549.397000', '210549.399000', '210549.402000', '210549.405000', '210549.407000', '210549.410000', '210549.412000', '210549.415000', '210549.417000', '210549.420000', '210549.423000', '210549.425000', '210549.428000', '210549.430000', '210549.433000', '210549.436000', '210549.438000', '210549.441000', '210549.443000', '210549.446000', '210549.448000', '210549.451000', '210549.454000', '210549.464000', '210549.467000', '210549.470000', '210549.472000', '210549.475000', '210609.356000', '210609.358000', '210609.361000', '210609.363000', '210609.366000', '210609.369000', '210609.371000', '210609.374000', '210609.376000', '210609.379000', '210609.381000', '210609.384000', '210609.386000', '210609.389000', '210609.391000', '210609.394000', '210609.397000', '210609.399000', '210609.402000', '210609.404000', '210609.407000', '210609.409000', '210609.412000', '210609.414000', '210609.425000', '210609.428000', '210609.430000', '210609.433000', '210609.435000', '210609.438000', '210609.440000', '210609.443000', '210609.446000', '210609.448000', '210609.451000', '210609.454000', '210609.456000', '210609.459000', '210609.461000', '210609.464000', '210609.467000', '210609.469000', '210609.472000', '210629.354000', '210629.357000', '210629.360000', '210629.363000', '210629.366000', '210629.368000', '210629.371000', '210629.374000', '210629.376000', '210629.379000', '210629.381000', '210629.384000', '210629.386000', '210629.389000', '210629.392000', '210629.394000', '210629.397000', '210629.400000', '210629.402000', '210629.405000', '210629.407000', '210629.410000', '210629.412000', '210629.415000', '210629.418000', '210629.420000', '210629.423000', '210629.426000', '210629.428000', '210629.431000', '210629.433000', '210629.436000', '210629.438000', '210629.441000', '210629.444000', '210629.446000', '210629.449000', '210629.451000', '210629.454000', '210629.457000', '210629.459000', '210629.462000', '210629.464000', '210629.467000', '210649.355000', '210649.358000', '210649.361000', '210649.363000', '210649.366000', '210649.368000', '210649.371000', '210649.374000', '210649.376000', '210649.379000', '210649.381000', '210649.384000', '210649.386000', '210649.389000', '210649.391000', '210649.394000', '210649.397000', '210649.399000', '210649.402000', '210649.404000', '210649.407000', '210649.409000', '210649.412000', '210649.414000', '210649.417000', '210649.420000', '210649.422000', '210649.425000', '210649.427000', '210649.451000', '210649.453000', '210649.456000', '210649.458000', '210649.461000', '210649.463000', '210649.466000', '210649.468000', '210649.471000', '210649.474000', '210649.476000', '210649.479000', '210649.481000', '210649.484000', '210709.356000', '210709.358000', '210709.361000', '210709.364000', '210709.366000', '210709.369000', '210709.371000', '210709.374000', '210709.376000', '210709.387000', '210709.389000', '210709.392000', '210709.394000', '210709.397000', '210709.400000', '210709.402000', '210709.405000', '210709.407000', '210709.410000', '210709.413000', '210709.415000', '210709.418000', '210709.420000', '210709.423000', '210709.426000', '210709.428000', '210709.431000', '210709.433000', '210709.436000', '210709.438000', '210709.441000', '210709.444000', '210709.446000', '210709.449000', '210709.451000', '210709.454000', '210709.456000', '210709.459000', '210709.462000', '210709.464000', '210709.467000', '210709.470000', '210709.472000', '210709.475000', '210729.355000', '210729.364000', '210729.366000', '210729.369000', '210729.372000', '210729.374000', '210729.377000', '210729.379000', '210729.382000', '210729.384000', '210729.387000', '210729.390000', '210729.392000', '210729.395000', '210729.398000', '210729.400000', '210729.403000', '210729.405000', '210729.408000', '210729.411000', '210729.413000', '210729.416000', '210729.418000', '210729.421000', '210729.423000', '210729.426000', '210729.428000', '210729.431000', '210729.434000', '210729.436000', '210729.439000', '210729.441000', '210729.444000', '210729.446000', '210729.449000', '210729.451000', '210729.454000', '210729.457000', '210729.459000', '210729.462000', '210729.464000', '210729.467000', '210729.470000', '210749.355000', '210749.358000', '210749.361000', '210749.363000', '210749.366000', '210749.369000', '210749.371000', '210749.374000', '210749.376000', '210749.379000', '210749.381000', '210749.384000', '210749.409000', '210749.412000', '210749.414000', '210749.417000', '210749.419000', '210749.422000', '210749.424000', '210749.427000', '210749.429000', '210749.446000', '210749.449000', '210749.451000', '210749.454000', '210749.456000', '210749.459000', '210749.462000', '210749.464000', '210749.467000', '210749.469000', '210749.472000', '210749.474000', '210749.477000', '210749.480000', '210749.482000', '210749.485000', '210749.488000', '210749.491000', '210749.493000', '210749.496000', '210749.499000', '210749.501000', '210809.355000', '210809.358000', '210809.361000', '210809.363000', '210809.366000', '210809.369000', '210809.371000', '210809.374000', '210809.376000', '210809.379000', '210809.381000', '210809.384000', '210809.387000', '210809.389000', '210809.392000', '210809.394000', '210809.397000', '210809.399000', '210809.402000', '210809.405000', '210809.407000', '210809.410000', '210809.412000', '210809.415000', '210809.417000', '210809.420000', '210809.423000', '210809.425000', '210809.428000', '210809.430000', '210809.433000', '210809.436000', '210809.438000', '210809.441000', '210809.443000', '210809.446000', '210809.449000', '210809.451000', '210809.454000', '210809.456000', '210809.459000', '210809.461000', '210809.464000', '210809.467000', '210829.355000', '210829.358000', '210829.361000', '210829.363000', '210829.366000', '210829.369000', '210829.371000', '210829.374000', '210829.376000', '210829.379000', '210829.381000', '210829.391000', '210829.394000', '210829.396000', '210829.399000', '210829.402000', '210829.404000', '210829.407000', '210829.409000', '210829.412000', '210829.414000', '210829.417000', '210829.419000', '210829.422000', '210829.425000', '210829.427000', '210829.430000', '210829.444000', '210829.447000', '210829.449000', '210829.452000', '210829.454000', '210829.457000', '210829.459000', '210829.462000', '210829.465000', '210829.467000', '210829.470000', '210829.472000', '210829.475000', '210829.478000', '210829.480000', '210829.483000', '210829.485000', '210849.355000', '210849.357000', '210849.360000', '210849.362000', '210849.365000', '210849.368000', '210849.370000', '210849.373000', '210849.375000', '210849.378000', '210849.380000', '210849.383000', '210849.385000', '210849.388000', '210849.391000', '210849.393000', '210849.396000', '210849.398000', '210849.401000', '210849.403000', '210849.406000', '210849.409000', '210849.411000', '210849.414000', '210849.416000', '210849.419000', '210849.421000', '210849.424000', '210849.427000', '210849.429000', '210849.432000', '210849.434000', '210849.437000', '210849.440000', '210849.442000', '210849.445000', '210849.447000', '210849.450000', '210849.453000', '210849.455000', '210849.458000', '210849.460000', '210849.463000', '210909.356000', '210909.360000', '210909.363000', '210909.365000', '210909.368000', '210909.370000', '210909.373000', '210909.376000', '210909.378000', '210909.381000', '210909.384000', '210909.386000', '210909.389000', '210909.391000', '210909.394000', '210909.396000', '210909.399000', '210909.405000', '210909.408000', '210909.410000', '210909.413000', '210909.415000', '210909.418000', '210909.420000', '210909.423000', '210909.425000', '210909.428000', '210909.431000', '210909.434000', '210909.437000', '210909.439000', '210909.442000', '210909.445000', '210909.447000', '210909.450000', '210909.452000', '210909.455000', '210909.457000', '210909.460000', '210909.463000', '210909.465000', '210909.468000', '210909.470000', '210929.355000', '210929.358000', '210929.361000', '210929.363000', '210929.366000', '210929.369000', '210929.371000', '210929.374000', '210929.376000', '210929.379000', '210929.382000', '210929.384000', '210929.387000', '210929.389000', '210929.392000', '210929.394000', '210929.397000', '210929.400000', '210929.402000', '210929.405000', '210929.407000', '210929.410000', '210929.413000', '210929.415000', '210929.418000', '210929.420000', '210929.423000', '210929.425000', '210929.428000', '210929.430000', '210929.433000', '210929.436000', '210929.438000', '210929.441000', '210929.443000', '210929.446000', '210929.448000', '210929.451000', '210929.454000', '210929.456000', '210929.459000', '210929.462000', '210929.464000', '210929.467000', '210949.355000', '210949.358000', '210949.361000', '210949.363000', '210949.366000', '210949.369000', '210949.371000', '210949.374000', '210949.377000', '210949.379000', '210949.382000', '210949.385000', '210949.387000', '210949.390000', '210949.392000', '210949.395000', '210949.397000', '210949.400000', '210949.402000', '210949.405000', '210949.407000', '210949.410000', '210949.420000', '210949.423000', '210949.425000', '210949.428000', '210949.430000', '210949.433000', '210949.436000', '210949.438000', '210949.441000', '210949.443000', '210949.446000', '210949.448000', '210949.451000', '210949.453000', '210949.456000', '210949.459000', '210949.461000', '210949.464000', '210949.466000', '210949.469000', '210949.472000', '210955.386000', '210955.389000', '210955.392000', '210955.394000', '210955.397000', '210955.399000', '210955.402000', '210955.404000', '210955.407000', '210955.410000', '210955.412000', '210955.415000', '210955.417000', '210955.420000'], 'InstanceCreationTime': ['210329.404000', '210329.407000', '210329.410000', '210329.412000', '210329.415000', '210329.417000', '210329.420000', '210329.423000', '210329.425000', '210329.436000', '210329.439000', '210329.441000', '210329.444000', '210329.447000', '210329.449000', '210329.452000', '210329.455000', '210329.457000', '210329.460000', '210329.462000', '210329.471000', '210329.473000', '210329.476000', '210329.478000', '210329.481000', '210329.483000', '210329.486000', '210329.489000', '210329.491000', '210329.494000', '210329.496000', '210329.499000', '210349.355000', '210349.358000', '210349.361000', '210349.363000', '210349.366000', '210349.375000', '210349.378000', '210349.380000', '210349.383000', '210349.386000', '210349.388000', '210349.391000', '210349.393000', '210349.396000', '210349.398000', '210349.401000', '210349.403000', '210349.406000', '210349.408000', '210349.411000', '210349.413000', '210349.416000', '210349.419000', '210349.421000', '210349.424000', '210349.427000', '210349.429000', '210349.432000', '210349.434000', '210349.437000', '210349.439000', '210349.442000', '210349.445000', '210349.447000', '210349.450000', '210349.452000', '210349.455000', '210349.457000', '210349.460000', '210349.462000', '210349.465000', '210349.468000', '210349.470000', '210349.473000', '210409.355000', '210409.360000', '210409.363000', '210409.365000', '210409.368000', '210409.371000', '210409.373000', '210409.376000', '210409.378000', '210409.381000', '210409.384000', '210409.386000', '210409.389000', '210409.391000', '210409.394000', '210409.396000', '210409.399000', '210409.402000', '210409.404000', '210409.407000', '210409.409000', '210409.412000', '210409.414000', '210409.417000', '210409.420000', '210409.422000', '210409.425000', '210409.427000', '210409.430000', '210409.432000', '210409.435000', '210409.437000', '210409.440000', '210409.443000', '210409.445000', '210409.448000', '210409.450000', '210409.453000', '210409.455000', '210409.458000', '210409.460000', '210409.463000', '210409.471000', '210429.355000', '210429.358000', '210429.361000', '210429.363000', '210429.366000', '210429.369000', '210429.371000', '210429.374000', '210429.376000', '210429.379000', '210429.382000', '210429.384000', '210429.387000', '210429.389000', '210429.392000', '210429.394000', '210429.397000', '210429.399000', '210429.402000', '210429.405000', '210429.407000', '210429.410000', '210429.412000', '210429.415000', '210429.417000', '210429.420000', '210429.422000', '210429.434000', '210429.437000', '210429.439000', '210429.442000', '210429.445000', '210429.447000', '210429.450000', '210429.452000', '210429.455000', '210429.458000', '210429.460000', '210429.463000', '210429.465000', '210429.468000', '210429.470000', '210429.473000', '210429.475000', '210449.355000', '210449.358000', '210449.361000', '210449.363000', '210449.366000', '210449.368000', '210449.371000', '210449.374000', '210449.376000', '210449.379000', '210449.381000', '210449.384000', '210449.386000', '210449.389000', '210449.392000', '210449.394000', '210449.397000', '210449.399000', '210449.402000', '210449.404000', '210449.407000', '210449.409000', '210449.412000', '210449.415000', '210449.417000', '210449.420000', '210449.422000', '210449.425000', '210449.427000', '210449.430000', '210449.432000', '210449.435000', '210449.437000', '210449.440000', '210449.443000', '210449.445000', '210449.448000', '210449.450000', '210449.453000', '210449.455000', '210449.458000', '210449.460000', '210449.463000', '210509.355000', '210509.358000', '210509.361000', '210509.363000', '210509.366000', '210509.369000', '210509.371000', '210509.374000', '210509.376000', '210509.379000', '210509.382000', '210509.384000', '210509.387000', '210509.389000', '210509.392000', '210509.394000', '210509.397000', '210509.399000', '210509.402000', '210509.405000', '210509.407000', '210509.410000', '210509.412000', '210509.415000', '210509.417000', '210509.420000', '210509.422000', '210509.425000', '210509.427000', '210509.430000', '210509.433000', '210509.435000', '210509.438000', '210509.440000', '210509.443000', '210509.445000', '210509.448000', '210509.450000', '210509.453000', '210509.456000', '210509.458000', '210509.461000', '210509.463000', '210509.466000', '210529.356000', '210529.358000', '210529.361000', '210529.364000', '210529.373000', '210529.376000', '210529.379000', '210529.381000', '210529.384000', '210529.386000', '210529.389000', '210529.391000', '210529.394000', '210529.396000', '210529.399000', '210529.402000', '210529.404000', '210529.407000', '210529.409000', '210529.412000', '210529.415000', '210529.417000', '210529.420000', '210529.422000', '210529.425000', '210529.427000', '210529.430000', '210529.433000', '210529.435000', '210529.438000', '210529.440000', '210529.443000', '210529.446000', '210529.448000', '210529.451000', '210529.453000', '210529.456000', '210529.458000', '210529.461000', '210529.463000', '210529.466000', '210529.469000', '210529.471000', '210549.355000', '210549.358000', '210549.361000', '210549.363000', '210549.366000', '210549.369000', '210549.371000', '210549.374000', '210549.376000', '210549.379000', '210549.381000', '210549.384000', '210549.387000', '210549.389000', '210549.392000', '210549.394000', '210549.397000', '210549.399000', '210549.402000', '210549.405000', '210549.407000', '210549.410000', '210549.412000', '210549.415000', '210549.417000', '210549.420000', '210549.423000', '210549.425000', '210549.428000', '210549.430000', '210549.433000', '210549.436000', '210549.438000', '210549.441000', '210549.443000', '210549.446000', '210549.448000', '210549.451000', '210549.454000', '210549.464000', '210549.467000', '210549.470000', '210549.472000', '210549.475000', '210609.356000', '210609.358000', '210609.361000', '210609.363000', '210609.366000', '210609.369000', '210609.371000', '210609.374000', '210609.376000', '210609.379000', '210609.381000', '210609.384000', '210609.386000', '210609.389000', '210609.391000', '210609.394000', '210609.397000', '210609.399000', '210609.402000', '210609.404000', '210609.407000', '210609.409000', '210609.412000', '210609.414000', '210609.425000', '210609.428000', '210609.430000', '210609.433000', '210609.435000', '210609.438000', '210609.440000', '210609.443000', '210609.446000', '210609.448000', '210609.451000', '210609.454000', '210609.456000', '210609.459000', '210609.461000', '210609.464000', '210609.467000', '210609.469000', '210609.472000', '210629.354000', '210629.357000', '210629.360000', '210629.363000', '210629.366000', '210629.368000', '210629.371000', '210629.374000', '210629.376000', '210629.379000', '210629.381000', '210629.384000', '210629.386000', '210629.389000', '210629.392000', '210629.394000', '210629.397000', '210629.400000', '210629.402000', '210629.405000', '210629.407000', '210629.410000', '210629.412000', '210629.415000', '210629.418000', '210629.420000', '210629.423000', '210629.426000', '210629.428000', '210629.431000', '210629.433000', '210629.436000', '210629.438000', '210629.441000', '210629.444000', '210629.446000', '210629.449000', '210629.451000', '210629.454000', '210629.457000', '210629.459000', '210629.462000', '210629.464000', '210629.467000', '210649.355000', '210649.358000', '210649.361000', '210649.363000', '210649.366000', '210649.368000', '210649.371000', '210649.374000', '210649.376000', '210649.379000', '210649.381000', '210649.384000', '210649.386000', '210649.389000', '210649.391000', '210649.394000', '210649.397000', '210649.399000', '210649.402000', '210649.404000', '210649.407000', '210649.409000', '210649.412000', '210649.414000', '210649.417000', '210649.420000', '210649.422000', '210649.425000', '210649.427000', '210649.451000', '210649.453000', '210649.456000', '210649.458000', '210649.461000', '210649.463000', '210649.466000', '210649.468000', '210649.471000', '210649.474000', '210649.476000', '210649.479000', '210649.481000', '210649.484000', '210709.356000', '210709.358000', '210709.361000', '210709.364000', '210709.366000', '210709.369000', '210709.371000', '210709.374000', '210709.376000', '210709.387000', '210709.389000', '210709.392000', '210709.394000', '210709.397000', '210709.400000', '210709.402000', '210709.405000', '210709.407000', '210709.410000', '210709.413000', '210709.415000', '210709.418000', '210709.420000', '210709.423000', '210709.426000', '210709.428000', '210709.431000', '210709.433000', '210709.436000', '210709.438000', '210709.441000', '210709.444000', '210709.446000', '210709.449000', '210709.451000', '210709.454000', '210709.456000', '210709.459000', '210709.462000', '210709.464000', '210709.467000', '210709.470000', '210709.472000', '210709.475000', '210729.355000', '210729.364000', '210729.366000', '210729.369000', '210729.372000', '210729.374000', '210729.377000', '210729.379000', '210729.382000', '210729.384000', '210729.387000', '210729.390000', '210729.392000', '210729.395000', '210729.398000', '210729.400000', '210729.403000', '210729.405000', '210729.408000', '210729.411000', '210729.413000', '210729.416000', '210729.418000', '210729.421000', '210729.423000', '210729.426000', '210729.428000', '210729.431000', '210729.434000', '210729.436000', '210729.439000', '210729.441000', '210729.444000', '210729.446000', '210729.449000', '210729.451000', '210729.454000', '210729.457000', '210729.459000', '210729.462000', '210729.464000', '210729.467000', '210729.470000', '210749.355000', '210749.358000', '210749.361000', '210749.363000', '210749.366000', '210749.369000', '210749.371000', '210749.374000', '210749.376000', '210749.379000', '210749.381000', '210749.384000', '210749.409000', '210749.412000', '210749.414000', '210749.417000', '210749.419000', '210749.422000', '210749.424000', '210749.427000', '210749.429000', '210749.446000', '210749.449000', '210749.451000', '210749.454000', '210749.456000', '210749.459000', '210749.462000', '210749.464000', '210749.467000', '210749.469000', '210749.472000', '210749.474000', '210749.477000', '210749.480000', '210749.482000', '210749.485000', '210749.488000', '210749.491000', '210749.493000', '210749.496000', '210749.499000', '210749.501000', '210809.355000', '210809.358000', '210809.361000', '210809.363000', '210809.366000', '210809.369000', '210809.371000', '210809.374000', '210809.376000', '210809.379000', '210809.381000', '210809.384000', '210809.387000', '210809.389000', '210809.392000', '210809.394000', '210809.397000', '210809.399000', '210809.402000', '210809.405000', '210809.407000', '210809.410000', '210809.412000', '210809.415000', '210809.417000', '210809.420000', '210809.423000', '210809.425000', '210809.428000', '210809.430000', '210809.433000', '210809.436000', '210809.438000', '210809.441000', '210809.443000', '210809.446000', '210809.449000', '210809.451000', '210809.454000', '210809.456000', '210809.459000', '210809.461000', '210809.464000', '210809.467000', '210829.355000', '210829.358000', '210829.361000', '210829.363000', '210829.366000', '210829.369000', '210829.371000', '210829.374000', '210829.376000', '210829.379000', '210829.381000', '210829.391000', '210829.394000', '210829.396000', '210829.399000', '210829.402000', '210829.404000', '210829.407000', '210829.409000', '210829.412000', '210829.414000', '210829.417000', '210829.419000', '210829.422000', '210829.425000', '210829.427000', '210829.430000', '210829.444000', '210829.447000', '210829.449000', '210829.452000', '210829.454000', '210829.457000', '210829.459000', '210829.462000', '210829.465000', '210829.467000', '210829.470000', '210829.472000', '210829.475000', '210829.478000', '210829.480000', '210829.483000', '210829.485000', '210849.355000', '210849.357000', '210849.360000', '210849.362000', '210849.365000', '210849.368000', '210849.370000', '210849.373000', '210849.375000', '210849.378000', '210849.380000', '210849.383000', '210849.385000', '210849.388000', '210849.391000', '210849.393000', '210849.396000', '210849.398000', '210849.401000', '210849.403000', '210849.406000', '210849.409000', '210849.411000', '210849.414000', '210849.416000', '210849.419000', '210849.421000', '210849.424000', '210849.427000', '210849.429000', '210849.432000', '210849.434000', '210849.437000', '210849.440000', '210849.442000', '210849.445000', '210849.447000', '210849.450000', '210849.453000', '210849.455000', '210849.458000', '210849.460000', '210849.463000', '210909.356000', '210909.360000', '210909.363000', '210909.365000', '210909.368000', '210909.370000', '210909.373000', '210909.376000', '210909.378000', '210909.381000', '210909.384000', '210909.386000', '210909.389000', '210909.391000', '210909.394000', '210909.396000', '210909.399000', '210909.405000', '210909.408000', '210909.410000', '210909.413000', '210909.415000', '210909.418000', '210909.420000', '210909.423000', '210909.425000', '210909.428000', '210909.431000', '210909.434000', '210909.437000', '210909.439000', '210909.442000', '210909.445000', '210909.447000', '210909.450000', '210909.452000', '210909.455000', '210909.457000', '210909.460000', '210909.463000', '210909.465000', '210909.468000', '210909.470000', '210929.355000', '210929.358000', '210929.361000', '210929.363000', '210929.366000', '210929.369000', '210929.371000', '210929.374000', '210929.376000', '210929.379000', '210929.382000', '210929.384000', '210929.387000', '210929.389000', '210929.392000', '210929.394000', '210929.397000', '210929.400000', '210929.402000', '210929.405000', '210929.407000', '210929.410000', '210929.413000', '210929.415000', '210929.418000', '210929.420000', '210929.423000', '210929.425000', '210929.428000', '210929.430000', '210929.433000', '210929.436000', '210929.438000', '210929.441000', '210929.443000', '210929.446000', '210929.448000', '210929.451000', '210929.454000', '210929.456000', '210929.459000', '210929.462000', '210929.464000', '210929.467000', '210949.355000', '210949.358000', '210949.361000', '210949.363000', '210949.366000', '210949.369000', '210949.371000', '210949.374000', '210949.377000', '210949.379000', '210949.382000', '210949.385000', '210949.387000', '210949.390000', '210949.392000', '210949.395000', '210949.397000', '210949.400000', '210949.402000', '210949.405000', '210949.407000', '210949.410000', '210949.420000', '210949.423000', '210949.425000', '210949.428000', '210949.430000', '210949.433000', '210949.436000', '210949.438000', '210949.441000', '210949.443000', '210949.446000', '210949.448000', '210949.451000', '210949.453000', '210949.456000', '210949.459000', '210949.461000', '210949.464000', '210949.466000', '210949.469000', '210949.472000', '210955.386000', '210955.389000', '210955.392000', '210955.394000', '210955.397000', '210955.399000', '210955.402000', '210955.404000', '210955.407000', '210955.410000', '210955.412000', '210955.415000', '210955.417000', '210955.420000'], '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': [12978, 8504, 12239, 8509, 11771, 8296, 10379, 8331, 10116, 8243, 9580, 8169, 8371, 8248, 8286, 11760, 8396, 11495, 8184, 14336, 8005, 12845, 8550, 12054, 8280, 12195, 8238, 11715, 8583, 11555, 8317, 8967, 8078, 8527, 10261, 8435, 13327, 8344, 11953, 8169, 12529, 8085, 12216, 8425, 10432, 8243, 10543, 8733, 10157, 7814, 12048, 9383, 11893, 8475, 10972, 9529, 7506, 10675, 7894, 11545, 7665, 11233, 8766, 9333, 8555, 11549, 9143, 13220, 9481, 15511, 9370, 18417, 11662, 18084, 12009, 14895, 16104, 10756, 18382, 9409, 17628, 8670, 13071, 8933, 11417, 8536, 9815, 8460, 8641, 8584, 9075, 8508, 9339, 9133, 9918, 8821, 9456, 8498, 10524, 8698, 9337, 8376, 8923, 8422, 9018, 8226, 8899, 7894, 8806, 8051, 8694, 9790, 8587, 7990, 8379, 8144, 8384, 8010, 9253, 7906, 10030, 8111, 10716, 8483, 12631, 8504, 14872, 8605, 12549, 8378, 11436, 8519, 10440, 8530, 9207, 9436, 8836, 8150, 8283, 13252, 8267, 15354, 8616, 14548, 9613, 14329, 8886, 11026, 8756, 10516, 8518, 8604, 8352, 8523, 10295, 8615, 10191, 8468, 9119, 8740, 8598, 11541, 8336, 10530, 8453, 13409, 8640, 12935, 8521, 10488, 8160, 10790, 8265, 10027, 8284, 10307, 8139, 10044, 7722, 8538, 7714, 9130, 7970, 9736, 7948, 9910, 7993, 10910, 7992, 11856, 8050, 10876, 8322, 11738, 8309, 13806, 8477, 11181, 8283, 10824, 8195, 12801, 8444, 11773, 8450, 9689, 8315, 10169, 8713, 15116, 9115, 9616, 9333, 10197, 9036, 11068, 9297, 10658, 9218, 12709, 10088, 14839, 9844, 18877, 14261, 18007, 12407, 17857, 10793, 14460, 13054, 9265, 17619, 9671, 17236, 9721, 13099, 9752, 9875, 9710, 9169, 9572, 9668, 9537, 9649, 11167, 9928, 9861, 9682, 9828, 9667, 10884, 9625, 9822, 8663, 9676, 8881, 9896, 9270, 9398, 9015, 9161, 9394, 9824, 10454, 9669, 13338, 9808, 14319, 9631, 15785, 9624, 13985, 10230, 13520, 8750, 10617, 8649, 8770, 14979, 8556, 16856, 8664, 12458, 8635, 9693, 8168, 10063, 7535, 9118, 7950, 8860, 7768, 9146, 8015, 8985, 8467, 8777, 8019, 9173, 8294, 10522, 8129, 11052, 8076, 11229, 7999, 12208, 8537, 12393, 8024, 11469, 8206, 12164, 8377, 13207, 8284, 10714, 8055, 10104, 8045, 12737, 8417, 12263, 8186, 10038, 8097, 10198, 8191, 12470, 7769, 8819, 8047, 11491, 8426, 12436, 7884, 13763, 8679, 11989, 9258, 11794, 8200, 10501, 8148, 12409, 8625, 9074, 8288, 10068, 8366, 15852, 8914, 13724, 8014, 11846, 8301, 11547, 8022, 10363, 8029, 10133, 8094, 8536, 8339, 8457, 8084, 11819, 7979, 12136, 8064, 13412, 9227, 8681, 8346, 8455, 8480, 12386, 8888, 13570, 8716, 10663, 8405, 10074, 8353, 11773, 8588, 8143, 8220, 7947, 8505, 8676, 10645, 7979, 9041, 8109, 9212, 8305, 13256, 8559, 11468, 8187, 10551, 7681, 14941, 8450, 8677, 8191, 9719, 8408, 10741, 8238, 8575, 8727, 12052, 13012, 10483, 9316, 8933, 10782, 9725, 10933, 10947, 10707, 13681, 10326, 17615, 10685, 12348, 10761, 13346, 10522, 16519, 10536, 13957, 10929, 11001, 10519, 9760, 10618, 8387, 10814, 10443, 10189, 9989, 10867, 10494, 10688, 8793, 10788, 9810, 10632, 10521, 10824, 9957, 10628, 9820, 10657, 11107, 10688, 9144, 10220, 10166, 10518, 10180, 10023, 9732, 9794, 9736, 10879, 10016, 10263, 9695, 9615, 9849, 9440, 10231, 9793, 9867, 9430, 10312, 8884, 9940, 9309, 9667, 10082, 9628, 8264, 9263, 8905, 9143, 14211, 9595, 11024, 9653, 11719, 9651, 12165, 9225, 15373, 9000, 16219, 9766, 13943, 15968, 11197, 17170, 9490, 13591, 9530, 10908, 9673, 9039, 10115, 9401, 13918, 9275, 10253, 9221, 8970, 9339, 8708, 9317, 8607, 9399, 8504, 9404, 8265, 8850, 8475, 9223, 9399, 9153, 10986, 8845, 10741, 8820, 8901, 8253, 8708, 8637, 8963, 10962, 8923, 10905, 8822, 11558, 8847, 12120, 9020, 11880, 8746, 11504, 8832, 10574, 8673, 9452, 8431, 8934, 8850, 8848, 11198, 8917, 8221, 8024, 8259, 9178, 8211, 9664, 8529, 11328, 8412, 11241, 8198, 10010, 8384, 9154, 8529, 8628, 12294, 8628, 8137, 8600, 11486, 8487, 14228, 8802, 12291, 10043, 10755, 8339, 10852, 8713, 11243, 9133, 11034, 8425, 10784, 8550, 10567, 8645, 11558, 8607, 11886, 8475, 10931, 8545, 12034, 8335, 12515, 8489, 10181, 8401, 9722, 8430, 9661, 8196, 8704, 11645, 8565, 16464, 8919, 14822, 8738, 11728, 8625, 10751, 9853, 10781, 9204, 9870, 8854, 9932, 8829, 10358, 8736, 9315, 9052, 9307, 14749, 9113, 15324, 10659, 12093, 8869, 9443, 9025, 9040, 12821, 8930, 13534, 8867, 11229, 8913, 10207, 8730, 9732, 8626, 8678, 8606, 8750, 8601, 8731, 11078, 8658, 13763, 8555, 13615, 9700, 12696, 8852, 9859, 8414, 8893, 15193, 8731, 14735, 8713, 12547, 8330, 10409, 8873, 11497, 9605, 10376, 9079, 11395, 9522, 9466, 9415, 8822, 8772, 11114, 10323, 8981, 9204, 8872, 9406, 15861, 9500, 17970, 9768, 13112, 8578, 12931, 8619, 11550, 9731, 11485, 8570, 9943, 8529, 9390, 8413, 9477, 8459, 8727, 8614, 9134, 8231, 8981, 11131, 9005, 8882, 8724, 11065, 8709, 12861, 9111, 11746, 8953, 11519, 8520, 11873, 9542, 12167, 8047, 12397, 9335, 10020, 8627, 8381, 8654, 10718, 8667, 9101, 8844, 10332, 8676, 16268, 8423, 15965, 9305, 13033, 8202, 11978, 8253, 9206, 9974, 9618, 9945, 8850, 10286, 9287, 9189, 10249, 9766, 11354, 8712, 13887, 9326, 13444, 8999, 11283, 8758, 12498, 8506, 12229, 9112, 10041, 8529, 8482, 8405, 8804, 8673, 8046, 8440, 8156, 10945, 7981, 8490, 8304, 9024, 8407, 10626, 8288, 8197, 8203, 7963, 7785, 11424, 9337, 11720, 8283, 9333, 7996, 13356, 8339, 14193, 8366, 11725, 8103, 12286, 8014, 12999, 7938, 12361, 7887, 11221, 8802, 13423, 8950, 10997, 7569, 10128, 7666, 11040, 8013, 8879, 8044, 10920, 9970, 9932, 10447, 10363, 8298, 10008, 8607, 9984, 9768, 9566, 9240, 15431, 9249, 15869, 9418, 12564, 9416, 11173, 13465, 9685, 17365, 9777, 18024, 9823, 12992, 9731, 16889, 13428, 8975, 8507, 7938, 8916, 7859, 8907, 7913, 10420, 8024, 10325, 8133, 10200, 8114], 'WindowCenter': [4382.0, 4319.0, 4344.0, 4290.0, 4330.0, 4278.0, 4296.0, 4276.0, 4307.0, 4266.0, 4286.0, 4265.0, 4274.0, 4274.0, 4276.0, 4317.0, 4274.0, 4315.0, 4265.0, 4335.0, 4266.0, 4326.0, 4274.0, 4313.0, 4262.0, 4312.0, 4263.0, 4317.0, 4276.0, 4314.0, 4264.0, 4273.0, 4254.0, 4274.0, 4307.0, 4276.0, 4326.0, 4276.0, 4302.0, 4263.0, 4324.0, 4277.0, 4325.0, 4276.0, 4315.0, 4276.0, 4318.0, 4301.0, 4309.0, 4282.0, 4329.0, 4302.0, 4332.0, 4294.0, 4309.0, 4289.0, 4236.0, 4283.0, 4243.0, 4307.0, 4258.0, 4306.0, 4278.0, 4275.0, 4252.0, 4306.0, 4277.0, 4314.0, 4288.0, 4336.0, 4262.0, 4332.0, 4268.0, 4319.0, 4266.0, 4296.0, 4284.0, 4243.0, 4304.0, 4221.0, 4294.0, 4212.0, 4262.0, 4219.0, 4251.0, 4209.0, 4229.0, 4200.0, 4209.0, 4221.0, 4222.0, 4223.0, 4232.0, 4232.0, 4233.0, 4223.0, 4244.0, 4236.0, 4253.0, 4225.0, 4232.0, 4224.0, 4232.0, 4238.0, 4246.0, 4226.0, 4246.0, 4228.0, 4249.0, 4238.0, 4259.0, 4269.0, 4252.0, 4241.0, 4264.0, 4241.0, 4251.0, 4242.0, 4260.0, 4243.0, 4273.0, 4242.0, 4283.0, 4277.0, 4316.0, 4265.0, 4324.0, 4254.0, 4304.0, 4254.0, 4293.0, 4251.0, 4283.0, 4264.0, 4273.0, 4261.0, 4251.0, 4241.0, 4241.0, 4313.0, 4243.0, 4321.0, 4239.0, 4311.0, 4249.0, 4300.0, 4251.0, 4268.0, 4240.0, 4269.0, 4238.0, 4238.0, 4239.0, 4238.0, 4271.0, 4248.0, 4268.0, 4237.0, 4261.0, 4261.0, 4263.0, 4291.0, 4250.0, 4268.0, 4240.0, 4298.0, 4249.0, 4299.0, 4262.0, 4281.0, 4252.0, 4280.0, 4250.0, 4284.0, 4264.0, 4283.0, 4242.0, 4287.0, 4254.0, 4262.0, 4254.0, 4287.0, 4264.0, 4297.0, 4267.0, 4297.0, 4278.0, 4318.0, 4277.0, 4319.0, 4267.0, 4307.0, 4275.0, 4328.0, 4276.0, 4338.0, 4264.0, 4302.0, 4262.0, 4306.0, 4275.0, 4323.0, 4265.0, 4315.0, 4289.0, 4311.0, 4268.0, 4297.0, 4265.0, 4310.0, 4263.0, 4270.0, 4262.0, 4271.0, 4251.0, 4280.0, 4263.0, 4281.0, 4264.0, 4303.0, 4285.0, 4323.0, 4271.0, 4330.0, 4297.0, 4308.0, 4264.0, 4294.0, 4232.0, 4261.0, 4247.0, 4197.0, 4276.0, 4205.0, 4266.0, 4204.0, 4233.0, 4193.0, 4202.0, 4193.0, 4193.0, 4205.0, 4205.0, 4203.0, 4205.0, 4222.0, 4229.0, 4231.0, 4230.0, 4232.0, 4222.0, 4239.0, 4221.0, 4229.0, 4223.0, 4233.0, 4219.0, 4234.0, 4234.0, 4235.0, 4236.0, 4249.0, 4260.0, 4272.0, 4281.0, 4250.0, 4284.0, 4246.0, 4287.0, 4234.0, 4295.0, 4248.0, 4300.0, 4258.0, 4276.0, 4212.0, 4231.0, 4210.0, 4212.0, 4271.0, 4213.0, 4293.0, 4212.0, 4250.0, 4209.0, 4220.0, 4226.0, 4258.0, 4214.0, 4249.0, 4238.0, 4259.0, 4241.0, 4271.0, 4237.0, 4259.0, 4249.0, 4259.0, 4252.0, 4284.0, 4276.0, 4295.0, 4266.0, 4317.0, 4278.0, 4320.0, 4279.0, 4316.0, 4277.0, 4315.0, 4266.0, 4306.0, 4265.0, 4316.0, 4266.0, 4315.0, 4267.0, 4296.0, 4254.0, 4296.0, 4256.0, 4316.0, 4267.0, 4316.0, 4265.0, 4286.0, 4266.0, 4298.0, 4278.0, 4330.0, 4261.0, 4277.0, 4256.0, 4306.0, 4279.0, 4330.0, 4268.0, 4340.0, 4278.0, 4317.0, 4288.0, 4318.0, 4275.0, 4306.0, 4268.0, 4340.0, 4290.0, 4275.0, 4267.0, 4298.0, 4277.0, 4346.0, 4273.0, 4322.0, 4253.0, 4291.0, 4254.0, 4305.0, 4254.0, 4283.0, 4253.0, 4283.0, 4268.0, 4263.0, 4253.0, 4266.0, 4254.0, 4315.0, 4255.0, 4313.0, 4270.0, 4325.0, 4286.0, 4262.0, 4254.0, 4251.0, 4265.0, 4317.0, 4276.0, 4313.0, 4263.0, 4283.0, 4254.0, 4283.0, 4254.0, 4303.0, 4264.0, 4253.0, 4264.0, 4266.0, 4278.0, 4276.0, 4308.0, 4264.0, 4273.0, 4263.0, 4288.0, 4277.0, 4327.0, 4276.0, 4305.0, 4265.0, 4295.0, 4254.0, 4336.0, 4252.0, 4251.0, 4264.0, 4274.0, 4250.0, 4281.0, 4238.0, 4250.0, 4264.0, 4301.0, 4312.0, 4295.0, 4285.0, 4285.0, 4291.0, 4268.0, 4288.0, 4276.0, 4279.0, 4309.0, 4291.0, 4353.0, 4291.0, 4301.0, 4290.0, 4322.0, 4292.0, 4330.0, 4291.0, 4307.0, 4290.0, 4290.0, 4292.0, 4279.0, 4278.0, 4236.0, 4276.0, 4277.0, 4267.0, 4267.0, 4290.0, 4290.0, 4291.0, 4260.0, 4290.0, 4280.0, 4291.0, 4280.0, 4290.0, 4281.0, 4278.0, 4268.0, 4292.0, 4291.0, 4293.0, 4270.0, 4281.0, 4281.0, 4292.0, 4292.0, 4281.0, 4283.0, 4268.0, 4268.0, 4289.0, 4283.0, 4281.0, 4283.0, 4271.0, 4280.0, 4278.0, 4293.0, 4281.0, 4281.0, 4282.0, 4307.0, 4273.0, 4295.0, 4285.0, 4283.0, 4293.0, 4283.0, 4260.0, 4270.0, 4271.0, 4271.0, 4323.0, 4271.0, 4291.0, 4272.0, 4290.0, 4272.0, 4301.0, 4273.0, 4320.0, 4259.0, 4319.0, 4259.0, 4296.0, 4293.0, 4250.0, 4292.0, 4217.0, 4256.0, 4216.0, 4226.0, 4207.0, 4194.0, 4213.0, 4203.0, 4256.0, 4205.0, 4214.0, 4217.0, 4207.0, 4216.0, 4207.0, 4228.0, 4207.0, 4229.0, 4207.0, 4221.0, 4223.0, 4248.0, 4225.0, 4244.0, 4232.0, 4245.0, 4254.0, 4233.0, 4262.0, 4244.0, 4247.0, 4237.0, 4248.0, 4250.0, 4286.0, 4319.0, 4276.0, 4294.0, 4263.0, 4305.0, 4262.0, 4302.0, 4261.0, 4319.0, 4254.0, 4293.0, 4277.0, 4284.0, 4250.0, 4271.0, 4241.0, 4261.0, 4263.0, 4274.0, 4292.0, 4274.0, 4251.0, 4255.0, 4251.0, 4285.0, 4264.0, 4284.0, 4275.0, 4316.0, 4278.0, 4306.0, 4264.0, 4295.0, 4277.0, 4285.0, 4274.0, 4277.0, 4315.0, 4276.0, 4254.0, 4273.0, 4303.0, 4265.0, 4335.0, 4277.0, 4315.0, 4284.0, 4293.0, 4264.0, 4292.0, 4276.0, 4304.0, 4285.0, 4306.0, 4275.0, 4304.0, 4276.0, 4305.0, 4276.0, 4317.0, 4276.0, 4317.0, 4266.0, 4294.0, 4277.0, 4314.0, 4264.0, 4315.0, 4264.0, 4284.0, 4253.0, 4286.0, 4265.0, 4274.0, 4252.0, 4263.0, 4292.0, 4263.0, 4334.0, 4263.0, 4322.0, 4262.0, 4291.0, 4262.0, 4305.0, 4297.0, 4294.0, 4286.0, 4282.0, 4261.0, 4270.0, 4273.0, 4284.0, 4251.0, 4271.0, 4259.0, 4272.0, 4321.0, 4262.0, 4321.0, 4280.0, 4291.0, 4249.0, 4258.0, 4259.0, 4260.0, 4300.0, 4275.0, 4312.0, 4262.0, 4279.0, 4262.0, 4282.0, 4250.0, 4270.0, 4251.0, 4251.0, 4260.0, 4261.0, 4263.0, 4262.0, 4292.0, 4262.0, 4312.0, 4251.0, 4311.0, 4272.0, 4301.0, 4249.0, 4270.0, 4238.0, 4249.0, 4310.0, 4249.0, 4309.0, 4239.0, 4289.0, 4240.0, 4279.0, 4273.0, 4291.0, 4284.0, 4282.0, 4264.0, 4305.0, 4295.0, 4281.0, 4284.0, 4259.0, 4261.0, 4289.0, 4293.0, 4262.0, 4273.0, 4249.0, 4260.0, 4335.0, 4272.0, 4344.0, 4260.0, 4288.0, 4236.0, 4287.0, 4236.0, 4279.0, 4259.0, 4277.0, 4239.0, 4257.0, 4236.0, 4246.0, 4249.0, 4270.0, 4238.0, 4249.0, 4236.0, 4257.0, 4237.0, 4261.0, 4279.0, 4259.0, 4248.0, 4249.0, 4279.0, 4250.0, 4300.0, 4262.0, 4303.0, 4276.0, 4292.0, 4264.0, 4305.0, 4284.0, 4315.0, 4246.0, 4303.0, 4262.0, 4260.0, 4250.0, 4239.0, 4252.0, 4283.0, 4252.0, 4250.0, 4250.0, 4269.0, 4250.0, 4321.0, 4241.0, 4320.0, 4249.0, 4287.0, 4239.0, 4289.0, 4253.0, 4284.0, 4284.0, 4282.0, 4280.0, 4258.0, 4278.0, 4269.0, 4272.0, 4283.0, 4282.0, 4307.0, 4265.0, 4314.0, 4274.0, 4312.0, 4261.0, 4290.0, 4261.0, 4301.0, 4250.0, 4290.0, 4260.0, 4269.0, 4249.0, 4249.0, 4250.0, 4262.0, 4251.0, 4240.0, 4237.0, 4253.0, 4291.0, 4252.0, 4260.0, 4251.0, 4260.0, 4263.0, 4293.0, 4267.0, 4265.0, 4265.0, 4253.0, 4242.0, 4292.0, 4273.0, 4302.0, 4254.0, 4260.0, 4242.0, 4312.0, 4251.0, 4313.0, 4253.0, 4292.0, 4255.0, 4314.0, 4254.0, 4311.0, 4241.0, 4288.0, 4238.0, 4281.0, 4258.0, 4300.0, 4247.0, 4268.0, 4229.0, 4268.0, 4229.0, 4293.0, 4244.0, 4262.0, 4254.0, 4294.0, 4297.0, 4282.0, 4282.0, 4271.0, 4238.0, 4257.0, 4249.0, 4259.0, 4271.0, 4259.0, 4260.0, 4308.0, 4249.0, 4310.0, 4248.0, 4278.0, 4235.0, 4254.0, 4286.0, 4258.0, 4301.0, 4230.0, 4291.0, 4231.0, 4285.0, 4245.0, 4317.0, 4285.0, 4233.0, 4233.0, 4223.0, 4244.0, 4223.0, 4244.0, 4237.0, 4279.0, 4240.0, 4281.0, 4251.0, 4280.0, 4249.0], 'WindowWidth': [9661.0, 9567.0, 9585.0, 9505.0, 9553.0, 9479.0, 9501.0, 9475.0, 9517.0, 9459.0, 9485.0, 9454.0, 9466.0, 9467.0, 9473.0, 9526.0, 9468.0, 9520.0, 9455.0, 9547.0, 9458.0, 9538.0, 9468.0, 9516.0, 9448.0, 9514.0, 9451.0, 9529.0, 9471.0, 9518.0, 9452.0, 9464.0, 9439.0, 9468.0, 9516.0, 9473.0, 9538.0, 9473.0, 9500.0, 9451.0, 9538.0, 9479.0, 9537.0, 9476.0, 9524.0, 9476.0, 9534.0, 9518.0, 9522.0, 9489.0, 9545.0, 9517.0, 9559.0, 9511.0, 9521.0, 9488.0, 9412.0, 9470.0, 9416.0, 9511.0, 9448.0, 9512.0, 9476.0, 9465.0, 9429.0, 9509.0, 9470.0, 9518.0, 9487.0, 9550.0, 9441.0, 9539.0, 9441.0, 9515.0, 9433.0, 9474.0, 9452.0, 9394.0, 9481.0, 9361.0, 9467.0, 9353.0, 9417.0, 9358.0, 9404.0, 9345.0, 9368.0, 9332.0, 9344.0, 9364.0, 9367.0, 9371.0, 9381.0, 9381.0, 9382.0, 9370.0, 9401.0, 9396.0, 9411.0, 9375.0, 9383.0, 9373.0, 9385.0, 9403.0, 9410.0, 9382.0, 9410.0, 9387.0, 9416.0, 9405.0, 9437.0, 9450.0, 9429.0, 9411.0, 9448.0, 9412.0, 9426.0, 9416.0, 9438.0, 9418.0, 9458.0, 9415.0, 9471.0, 9470.0, 9519.0, 9449.0, 9526.0, 9432.0, 9499.0, 9432.0, 9483.0, 9423.0, 9471.0, 9446.0, 9458.0, 9437.0, 9425.0, 9409.0, 9410.0, 9511.0, 9414.0, 9516.0, 9404.0, 9501.0, 9415.0, 9485.0, 9422.0, 9442.0, 9408.0, 9443.0, 9402.0, 9402.0, 9407.0, 9402.0, 9452.0, 9416.0, 9442.0, 9398.0, 9439.0, 9442.0, 9446.0, 9479.0, 9423.0, 9442.0, 9407.0, 9483.0, 9420.0, 9485.0, 9446.0, 9468.0, 9431.0, 9463.0, 9425.0, 9479.0, 9451.0, 9470.0, 9417.0, 9485.0, 9437.0, 9444.0, 9435.0, 9488.0, 9453.0, 9502.0, 9460.0, 9498.0, 9479.0, 9532.0, 9478.0, 9532.0, 9461.0, 9513.0, 9470.0, 9544.0, 9473.0, 9559.0, 9452.0, 9500.0, 9447.0, 9511.0, 9469.0, 9531.0, 9452.0, 9518.0, 9498.0, 9531.0, 9462.0, 9496.0, 9448.0, 9502.0, 9444.0, 9450.0, 9441.0, 9448.0, 9422.0, 9460.0, 9443.0, 9468.0, 9446.0, 9498.0, 9474.0, 9524.0, 9450.0, 9529.0, 9478.0, 9496.0, 9425.0, 9467.0, 9378.0, 9413.0, 9389.0, 9321.0, 9428.0, 9328.0, 9414.0, 9324.0, 9362.0, 9308.0, 9319.0, 9309.0, 9308.0, 9329.0, 9329.0, 9325.0, 9330.0, 9349.0, 9369.0, 9375.0, 9375.0, 9380.0, 9364.0, 9382.0, 9363.0, 9369.0, 9368.0, 9381.0, 9358.0, 9383.0, 9384.0, 9389.0, 9391.0, 9413.0, 9433.0, 9456.0, 9466.0, 9416.0, 9453.0, 9402.0, 9460.0, 9386.0, 9469.0, 9411.0, 9484.0, 9424.0, 9445.0, 9349.0, 9374.0, 9344.0, 9350.0, 9430.0, 9353.0, 9463.0, 9350.0, 9396.0, 9342.0, 9358.0, 9380.0, 9427.0, 9361.0, 9418.0, 9404.0, 9436.0, 9416.0, 9455.0, 9404.0, 9433.0, 9420.0, 9435.0, 9432.0, 9476.0, 9469.0, 9494.0, 9458.0, 9528.0, 9480.0, 9536.0, 9479.0, 9521.0, 9474.0, 9518.0, 9455.0, 9509.0, 9455.0, 9524.0, 9456.0, 9517.0, 9455.0, 9492.0, 9437.0, 9495.0, 9443.0, 9521.0, 9456.0, 9520.0, 9454.0, 9481.0, 9457.0, 9502.0, 9476.0, 9546.0, 9454.0, 9471.0, 9442.0, 9506.0, 9477.0, 9548.0, 9463.0, 9560.0, 9478.0, 9526.0, 9491.0, 9529.0, 9471.0, 9511.0, 9465.0, 9565.0, 9496.0, 9465.0, 9457.0, 9504.0, 9473.0, 9566.0, 9461.0, 9525.0, 9432.0, 9480.0, 9432.0, 9505.0, 9438.0, 9472.0, 9435.0, 9473.0, 9462.0, 9446.0, 9431.0, 9453.0, 9437.0, 9519.0, 9441.0, 9517.0, 9469.0, 9535.0, 9481.0, 9443.0, 9434.0, 9427.0, 9451.0, 9525.0, 9467.0, 9514.0, 9446.0, 9469.0, 9433.0, 9473.0, 9436.0, 9499.0, 9449.0, 9434.0, 9450.0, 9456.0, 9478.0, 9470.0, 9518.0, 9453.0, 9462.0, 9454.0, 9491.0, 9475.0, 9543.0, 9471.0, 9506.0, 9456.0, 9497.0, 9438.0, 9551.0, 9430.0, 9426.0, 9453.0, 9462.0, 9423.0, 9465.0, 9403.0, 9425.0, 9450.0, 9493.0, 9512.0, 9499.0, 9482.0, 9482.0, 9482.0, 9447.0, 9471.0, 9453.0, 9462.0, 9501.0, 9482.0, 9569.0, 9483.0, 9493.0, 9479.0, 9524.0, 9486.0, 9536.0, 9481.0, 9498.0, 9476.0, 9479.0, 9485.0, 9465.0, 9457.0, 9400.0, 9452.0, 9456.0, 9443.0, 9443.0, 9480.0, 9481.0, 9481.0, 9441.0, 9480.0, 9469.0, 9486.0, 9468.0, 9480.0, 9470.0, 9460.0, 9448.0, 9486.0, 9483.0, 9487.0, 9455.0, 9467.0, 9469.0, 9485.0, 9486.0, 9471.0, 9474.0, 9445.0, 9446.0, 9479.0, 9474.0, 9469.0, 9473.0, 9454.0, 9467.0, 9464.0, 9490.0, 9470.0, 9470.0, 9476.0, 9517.0, 9464.0, 9495.0, 9482.0, 9478.0, 9488.0, 9475.0, 9440.0, 9451.0, 9456.0, 9454.0, 9527.0, 9453.0, 9480.0, 9455.0, 9475.0, 9454.0, 9492.0, 9458.0, 9522.0, 9436.0, 9518.0, 9433.0, 9479.0, 9467.0, 9402.0, 9461.0, 9352.0, 9404.0, 9349.0, 9363.0, 9334.0, 9317.0, 9340.0, 9327.0, 9399.0, 9331.0, 9342.0, 9351.0, 9338.0, 9352.0, 9338.0, 9371.0, 9340.0, 9374.0, 9342.0, 9363.0, 9376.0, 9416.0, 9380.0, 9401.0, 9385.0, 9404.0, 9414.0, 9388.0, 9425.0, 9406.0, 9411.0, 9401.0, 9417.0, 9424.0, 9484.0, 9535.0, 9471.0, 9490.0, 9446.0, 9506.0, 9443.0, 9496.0, 9437.0, 9531.0, 9432.0, 9484.0, 9469.0, 9472.0, 9421.0, 9452.0, 9408.0, 9442.0, 9444.0, 9464.0, 9484.0, 9461.0, 9424.0, 9439.0, 9429.0, 9480.0, 9448.0, 9478.0, 9467.0, 9527.0, 9479.0, 9511.0, 9452.0, 9494.0, 9474.0, 9482.0, 9463.0, 9474.0, 9523.0, 9471.0, 9439.0, 9463.0, 9499.0, 9452.0, 9548.0, 9473.0, 9520.0, 9478.0, 9487.0, 9450.0, 9485.0, 9469.0, 9506.0, 9482.0, 9510.0, 9470.0, 9506.0, 9470.0, 9508.0, 9471.0, 9527.0, 9473.0, 9527.0, 9455.0, 9492.0, 9472.0, 9518.0, 9452.0, 9521.0, 9449.0, 9475.0, 9433.0, 9481.0, 9452.0, 9461.0, 9428.0, 9444.0, 9481.0, 9447.0, 9546.0, 9445.0, 9522.0, 9441.0, 9479.0, 9442.0, 9509.0, 9501.0, 9492.0, 9483.0, 9470.0, 9440.0, 9452.0, 9461.0, 9474.0, 9428.0, 9455.0, 9435.0, 9455.0, 9522.0, 9442.0, 9521.0, 9463.0, 9479.0, 9419.0, 9431.0, 9433.0, 9438.0, 9490.0, 9469.0, 9511.0, 9442.0, 9461.0, 9441.0, 9469.0, 9422.0, 9451.0, 9425.0, 9424.0, 9438.0, 9440.0, 9446.0, 9444.0, 9481.0, 9442.0, 9508.0, 9427.0, 9509.0, 9455.0, 9493.0, 9418.0, 9448.0, 9402.0, 9418.0, 9501.0, 9418.0, 9497.0, 9403.0, 9471.0, 9405.0, 9458.0, 9459.0, 9481.0, 9479.0, 9471.0, 9448.0, 9503.0, 9495.0, 9470.0, 9478.0, 9437.0, 9441.0, 9475.0, 9489.0, 9441.0, 9456.0, 9420.0, 9436.0, 9548.0, 9456.0, 9559.0, 9432.0, 9467.0, 9396.0, 9463.0, 9397.0, 9459.0, 9432.0, 9452.0, 9402.0, 9425.0, 9397.0, 9412.0, 9420.0, 9448.0, 9403.0, 9417.0, 9397.0, 9427.0, 9402.0, 9439.0, 9460.0, 9434.0, 9416.0, 9420.0, 9457.0, 9422.0, 9487.0, 9441.0, 9498.0, 9469.0, 9482.0, 9445.0, 9506.0, 9478.0, 9520.0, 9424.0, 9496.0, 9440.0, 9434.0, 9420.0, 9404.0, 9427.0, 9469.0, 9425.0, 9419.0, 9421.0, 9445.0, 9420.0, 9519.0, 9410.0, 9516.0, 9417.0, 9465.0, 9403.0, 9472.0, 9433.0, 9480.0, 9477.0, 9474.0, 9467.0, 9431.0, 9459.0, 9448.0, 9457.0, 9471.0, 9470.0, 9513.0, 9452.0, 9516.0, 9463.0, 9508.0, 9441.0, 9476.0, 9441.0, 9491.0, 9423.0, 9475.0, 9435.0, 9447.0, 9418.0, 9419.0, 9423.0, 9446.0, 9424.0, 9411.0, 9401.0, 9435.0, 9479.0, 9433.0, 9439.0, 9424.0, 9440.0, 9448.0, 9489.0, 9460.0, 9453.0, 9453.0, 9432.0, 9418.0, 9483.0, 9458.0, 9495.0, 9436.0, 9436.0, 9414.0, 9510.0, 9427.0, 9512.0, 9431.0, 9482.0, 9439.0, 9516.0, 9436.0, 9508.0, 9414.0, 9470.0, 9404.0, 9464.0, 9431.0, 9489.0, 9415.0, 9440.0, 9390.0, 9441.0, 9392.0, 9487.0, 9421.0, 9443.0, 9437.0, 9490.0, 9501.0, 9470.0, 9464.0, 9449.0, 9400.0, 9422.0, 9417.0, 9429.0, 9453.0, 9430.0, 9432.0, 9494.0, 9417.0, 9501.0, 9412.0, 9454.0, 9387.0, 9414.0, 9460.0, 9428.0, 9476.0, 9374.0, 9457.0, 9378.0, 9459.0, 9407.0, 9513.0, 9463.0, 9387.0, 9388.0, 9374.0, 9406.0, 9377.0, 9406.0, 9403.0, 9461.0, 9410.0, 9467.0, 9426.0, 9465.0, 9423.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.004611311852704258</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0772005087456847</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.94094617027644</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0945915256336411</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9807068192050692</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4598</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5924.0962</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.18693355174951096</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>236</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>27.157652474108172</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4915134865729</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3397245805802553</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7032566628220662</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4315592163163786</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115464</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01838190294802189</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03195410594344139</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8679421847302295</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>37.3998</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3898</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.2873</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305796.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>751.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.6273</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9095</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.1704</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3495.3613</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3678.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70748.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1213.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4650.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.8865</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>22.1415001314017</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> |