=== 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-0055 --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-0055",
"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-0055_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0055_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0055/ses-01/func/sub-0055_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>2647cba2201cb73f121b2cf521eba3fa</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>19:28:34.887500</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.999221, -0.0110893, 0.0378745, 0.0137782, 0.997346, -0.0714895]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.104278</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4195, -7700, -7250, 553, 62, -177, -75, 43]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>265.197</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2507ec26-187c-4ba6-ba9e-8f6a6486a7d4||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.6808369159698486, 0.03696594759821892, 0.09984917938709259, 107.17920684814453], [0.029751742258667946, 2.675806999206543, -0.1942802369594574, -88.2806396484375], [0.10161439329385757, 0.19180108606815338, 2.6911494731903076, -84.10594940185547], [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': ['192834.887500', '192835.347500', '192835.807500', '192836.267500', '192836.727500', '192837.187500', '192837.647500', '192838.107500', '192838.567500', '192839.027500', '192839.487500', '192839.947500', '192840.407500', '192840.867500', '192841.327500', '192841.787500', '192842.247500', '192842.707500', '192843.167500', '192843.627500', '192844.087500', '192844.547500', '192845.007500', '192845.467500', '192845.927500', '192846.387500', '192846.847500', '192847.307500', '192847.767500', '192848.227500', '192848.687500', '192849.147500', '192849.607500', '192850.067500', '192850.527500', '192850.987500', '192851.447500', '192851.907500', '192852.367500', '192852.827500', '192853.287500', '192853.747500', '192854.207500', '192854.667500', '192855.127500', '192855.587500', '192856.047500', '192856.507500', '192856.967500', '192857.427500', '192857.887500', '192858.347500', '192858.807500', '192859.267500', '192859.727500', '192900.187500', '192900.647500', '192901.107500', '192901.567500', '192902.027500', '192902.487500', '192902.947500', '192903.407500', '192903.867500', '192904.327500', '192904.787500', '192905.247500', '192905.707500', '192906.167500', '192906.627500', '192907.087500', '192907.547500', '192908.007500', '192908.467500', '192908.927500', '192909.387500', '192909.847500', '192910.307500', '192910.767500', '192911.227500', '192911.687500', '192912.147500', '192912.607500', '192913.067500', '192913.527500', '192913.987500', '192914.447500', '192914.907500', '192915.367500', '192915.827500', '192916.287500', '192916.747500', '192917.207500', '192917.667500', '192918.127500', '192918.587500', '192919.047500', '192919.507500', '192919.967500', '192920.427500', '192920.887500', '192921.347500', '192921.807500', '192922.267500', '192922.727500', '192923.187500', '192923.647500', '192924.107500', '192924.567500', '192925.027500', '192925.487500', '192925.947500', '192926.407500', '192926.867500', '192927.327500', '192927.787500', '192928.247500', '192928.707500', '192929.167500', '192929.627500', '192930.087500', '192930.547500', '192931.007500', '192931.467500', '192931.927500', '192932.387500', '192932.847500', '192933.307500', '192933.767500', '192934.227500', '192934.687500', '192935.147500', '192935.607500', '192936.067500', '192936.527500', '192936.987500', '192937.447500', '192937.907500', '192938.367500', '192938.827500', '192939.287500', '192939.747500', '192940.207500', '192940.667500', '192941.127500', '192941.587500', '192942.047500', '192942.507500', '192942.967500', '192943.427500', '192943.887500', '192944.347500', '192944.807500', '192945.267500', '192945.727500', '192946.187500', '192946.647500', '192947.107500', '192947.567500', '192948.027500', '192948.487500', '192948.947500', '192949.407500', '192949.867500', '192950.327500', '192950.787500', '192951.247500', '192951.707500', '192952.167500', '192952.627500', '192953.087500', '192953.547500', '192954.007500', '192954.467500', '192954.927500', '192955.387500', '192955.847500', '192956.307500', '192956.767500', '192957.227500', '192957.687500', '192958.147500', '192958.607500', '192959.067500', '192959.527500', '192959.987500', '193000.447500', '193000.907500', '193001.367500', '193001.827500', '193002.287500', '193002.747500', '193003.207500', '193003.667500', '193004.127500', '193004.587500', '193005.047500', '193005.507500', '193005.967500', '193006.427500', '193006.887500', '193007.347500', '193007.807500', '193008.267500', '193008.727500', '193009.187500', '193009.647500', '193010.107500', '193010.567500', '193011.027500', '193011.487500', '193011.947500', '193012.407500', '193012.867500', '193013.327500', '193013.787500', '193014.247500', '193014.707500', '193015.167500', '193015.627500', '193016.087500', '193016.547500', '193017.007500', '193017.467500', '193017.927500', '193018.387500', '193018.847500', '193019.307500', '193019.767500', '193020.227500', '193020.687500', '193021.147500', '193021.607500', '193022.067500', '193022.527500', '193022.987500', '193023.447500', '193023.907500', '193024.367500', '193024.827500', '193025.287500', '193025.747500', '193026.207500', '193026.667500', '193027.127500', '193027.587500', '193028.047500', '193028.507500', '193028.967500', '193029.427500', '193029.887500', '193030.347500', '193030.807500', '193031.267500', '193031.727500', '193032.187500', '193032.647500', '193033.107500', '193033.567500', '193034.027500', '193034.487500', '193034.947500', '193035.407500', '193035.867500', '193036.327500', '193036.787500', '193037.247500', '193037.707500', '193038.167500', '193038.627500', '193039.087500', '193039.547500', '193040.007500', '193040.467500', '193040.927500', '193041.387500', '193041.847500', '193042.307500', '193042.767500', '193043.227500', '193043.687500', '193044.147500', '193044.607500', '193045.067500', '193045.527500', '193045.987500', '193046.447500', '193046.907500', '193047.367500', '193047.827500', '193048.287500', '193048.747500', '193049.207500', '193049.667500', '193050.127500', '193050.587500', '193051.047500', '193051.507500', '193051.967500', '193052.427500', '193052.887500', '193053.347500', '193053.807500', '193054.267500', '193054.727500', '193055.187500', '193055.647500', '193056.107500', '193056.567500', '193057.027500', '193057.487500', '193057.947500', '193058.407500', '193058.867500', '193059.327500', '193059.787500', '193100.247500', '193100.707500', '193101.167500', '193101.627500', '193102.087500', '193102.547500', '193103.007500', '193103.467500', '193103.927500', '193104.387500', '193104.847500', '193105.307500', '193105.767500', '193106.227500', '193106.687500', '193107.147500', '193107.607500', '193108.067500', '193108.527500', '193108.987500', '193109.447500', '193109.907500', '193110.367500', '193110.827500', '193111.287500', '193111.747500', '193112.207500', '193112.667500', '193113.127500', '193113.587500', '193114.047500', '193114.507500', '193114.967500', '193115.427500', '193115.887500', '193116.347500', '193116.807500', '193117.267500', '193117.727500', '193118.187500', '193118.647500', '193119.107500', '193119.567500', '193120.027500', '193120.487500', '193120.947500', '193121.407500', '193121.867500', '193122.327500', '193122.787500', '193123.247500', '193123.707500', '193124.167500', '193124.627500', '193125.087500', '193125.547500', '193126.007500', '193126.467500', '193126.927500', '193127.387500', '193127.847500', '193128.307500', '193128.767500', '193129.227500', '193129.687500', '193130.147500', '193130.607500', '193131.067500', '193131.527500', '193131.987500', '193132.447500', '193132.907500', '193133.367500', '193133.827500', '193134.287500', '193134.747500', '193135.207500', '193135.667500', '193136.127500', '193136.587500', '193137.047500', '193137.507500', '193137.967500', '193138.427500', '193138.887500', '193139.347500', '193139.807500', '193140.267500', '193140.727500', '193141.187500', '193141.647500', '193142.107500', '193142.567500', '193143.027500', '193143.487500', '193143.947500', '193144.407500', '193144.867500', '193145.327500', '193145.787500', '193146.247500', '193146.707500', '193147.167500', '193147.627500', '193148.087500', '193148.547500', '193149.007500', '193149.467500', '193149.927500', '193150.387500', '193150.847500', '193151.307500', '193151.767500', '193152.227500', '193152.687500', '193153.147500', '193153.607500', '193154.067500', '193154.527500', '193154.987500', '193155.447500', '193155.907500', '193156.367500', '193156.827500', '193157.287500', '193157.747500', '193158.207500', '193158.667500', '193159.127500', '193159.587500', '193200.047500', '193200.507500', '193200.967500', '193201.427500', '193201.887500', '193202.347500', '193202.807500', '193203.267500', '193203.727500', '193204.187500', '193204.647500', '193205.107500', '193205.567500', '193206.027500', '193206.487500', '193206.947500', '193207.407500', '193207.867500', '193208.327500', '193208.787500', '193209.247500', '193209.707500', '193210.167500', '193210.627500', '193211.087500', '193211.547500', '193212.007500', '193212.467500', '193212.927500', '193213.387500', '193213.847500', '193214.307500', '193214.767500', '193215.227500', '193215.687500', '193216.147500', '193216.607500', '193217.067500', '193217.527500', '193217.987500', '193218.447500', '193218.907500', '193219.367500', '193219.827500', '193220.287500', '193220.747500', '193221.207500', '193221.667500', '193222.127500', '193222.587500', '193223.047500', '193223.507500', '193223.967500', '193224.427500', '193224.887500', '193225.347500', '193225.807500', '193226.267500', '193226.727500', '193227.187500', '193227.647500', '193228.107500', '193228.567500', '193229.027500', '193229.487500', '193229.947500', '193230.407500', '193230.867500', '193231.327500', '193231.787500', '193232.247500', '193232.707500', '193233.167500', '193233.627500', '193234.087500', '193234.547500', '193235.007500', '193235.467500', '193235.927500', '193236.387500', '193236.847500', '193237.307500', '193237.767500', '193238.227500', '193238.687500', '193239.147500', '193239.607500', '193240.067500', '193240.527500', '193240.987500', '193241.447500', '193241.907500', '193242.367500', '193242.827500', '193243.287500', '193243.747500', '193244.207500', '193244.667500', '193245.127500', '193245.587500', '193246.047500', '193246.507500', '193246.967500', '193247.427500', '193247.887500', '193248.347500', '193248.807500', '193249.267500', '193249.727500', '193250.187500', '193250.647500', '193251.107500', '193251.567500', '193252.027500', '193252.487500', '193252.947500', '193253.407500', '193253.867500', '193254.327500', '193254.787500', '193255.247500', '193255.707500', '193256.167500', '193256.627500', '193257.087500', '193257.547500', '193258.007500', '193258.467500', '193258.927500', '193259.387500', '193259.847500', '193300.307500', '193300.767500', '193301.227500', '193301.687500', '193302.147500', '193302.607500', '193303.067500', '193303.527500', '193303.987500', '193304.447500', '193304.907500', '193305.367500', '193305.827500', '193306.287500', '193306.747500', '193307.207500', '193307.667500', '193308.127500', '193308.587500', '193309.047500', '193309.507500', '193309.967500', '193310.427500', '193310.887500', '193311.347500', '193311.807500', '193312.267500', '193312.727500', '193313.187500', '193313.647500', '193314.107500', '193314.567500', '193315.027500', '193315.487500', '193315.947500', '193316.407500', '193316.867500', '193317.327500', '193317.787500', '193318.247500', '193318.707500', '193319.167500', '193319.627500', '193320.087500', '193320.547500', '193321.007500', '193321.467500', '193321.927500', '193322.387500', '193322.847500', '193323.307500', '193323.767500', '193324.227500', '193324.687500', '193325.147500', '193325.607500', '193326.067500', '193326.527500', '193326.987500', '193327.447500', '193327.907500', '193328.367500', '193328.827500', '193329.287500', '193329.747500', '193330.207500', '193330.667500', '193331.127500', '193331.587500', '193332.047500', '193332.507500', '193332.967500', '193333.427500', '193333.887500', '193334.347500', '193334.807500', '193335.267500', '193335.727500', '193336.187500', '193336.647500', '193337.107500', '193337.567500', '193338.027500', '193338.487500', '193338.947500', '193339.407500', '193339.867500', '193340.327500', '193340.787500', '193341.247500', '193341.707500', '193342.167500', '193342.627500', '193343.087500', '193343.547500', '193344.007500', '193344.467500', '193344.927500', '193345.387500', '193345.847500', '193346.307500', '193346.767500', '193347.227500', '193347.687500', '193348.147500', '193348.607500', '193349.067500', '193349.527500', '193349.987500', '193350.447500', '193350.907500', '193351.367500', '193351.827500', '193352.287500', '193352.747500', '193353.207500', '193353.667500', '193354.127500', '193354.587500', '193355.047500', '193355.507500', '193355.967500', '193356.427500', '193356.887500', '193357.347500', '193357.807500', '193358.267500', '193358.727500', '193359.187500', '193359.647500', '193400.107500', '193400.567500', '193401.027500', '193401.487500', '193401.947500', '193402.407500', '193402.867500', '193403.327500', '193403.787500', '193404.247500', '193404.707500', '193405.167500', '193405.627500', '193406.087500', '193406.547500', '193407.007500', '193407.467500', '193407.927500', '193408.387500', '193408.847500', '193409.307500', '193409.767500', '193410.227500', '193410.687500', '193411.147500', '193411.607500', '193412.067500', '193412.527500', '193412.987500', '193413.447500', '193413.907500', '193414.367500', '193414.827500', '193415.287500', '193415.747500', '193416.207500', '193416.667500', '193417.127500', '193417.587500', '193418.047500', '193418.507500', '193418.967500', '193419.427500', '193419.887500', '193420.347500', '193420.807500', '193421.267500', '193421.727500', '193422.187500', '193422.647500', '193423.107500', '193423.567500', '193424.027500', '193424.487500', '193424.947500', '193425.407500', '193425.867500', '193426.327500', '193426.787500', '193427.247500', '193427.707500', '193428.167500', '193428.627500', '193429.087500', '193429.547500', '193430.007500', '193430.467500', '193430.927500', '193431.387500', '193431.847500', '193432.307500', '193432.767500', '193433.227500', '193433.687500', '193434.147500', '193434.607500', '193435.067500', '193435.527500', '193435.987500', '193436.447500', '193436.907500', '193437.367500', '193437.827500', '193438.287500', '193438.747500', '193439.207500', '193439.667500', '193440.127500', '193440.587500', '193441.047500', '193441.507500', '193441.967500', '193442.427500', '193442.887500', '193443.347500', '193443.807500', '193444.267500', '193444.727500', '193445.187500', '193445.647500', '193446.107500', '193446.567500', '193447.027500', '193447.487500', '193447.947500', '193448.407500', '193448.867500', '193449.327500', '193449.787500', '193450.247500', '193450.707500', '193451.167500', '193451.627500', '193452.087500', '193452.547500', '193453.007500', '193453.467500', '193453.927500', '193454.387500', '193454.847500', '193455.307500', '193455.767500', '193456.227500', '193456.687500', '193457.147500', '193457.607500', '193458.067500', '193458.527500', '193458.987500', '193459.447500', '193459.907500', '193500.367500', '193500.827500', '193501.287500', '193501.747500', '193502.207500', '193502.667500', '193503.127500', '193503.587500', '193504.047500', '193504.507500', '193504.967500', '193505.427500', '193505.887500', '193506.347500', '193506.807500', '193507.267500', '193507.727500', '193508.187500', '193508.647500', '193509.107500', '193509.567500', '193510.027500', '193510.487500', '193510.947500', '193511.407500', '193511.867500', '193512.327500', '193512.787500', '193513.247500', '193513.707500', '193514.167500', '193514.627500', '193515.087500', '193515.547500'], 'ContentTime': ['192855.462000', '192855.465000', '192855.467000', '192855.470000', '192855.472000', '192855.475000', '192855.478000', '192855.480000', '192855.483000', '192855.486000', '192855.489000', '192855.491000', '192855.494000', '192855.497000', '192855.499000', '192855.502000', '192855.504000', '192855.507000', '192855.509000', '192855.512000', '192855.514000', '192855.517000', '192855.519000', '192855.522000', '192855.524000', '192855.527000', '192855.529000', '192855.532000', '192855.535000', '192855.537000', '192855.540000', '192855.542000', '192855.545000', '192855.547000', '192855.550000', '192855.552000', '192855.555000', '192855.557000', '192855.560000', '192855.563000', '192855.565000', '192855.568000', '192915.417000', '192915.420000', '192915.423000', '192915.425000', '192915.443000', '192915.445000', '192915.448000', '192915.450000', '192915.453000', '192915.455000', '192915.458000', '192915.460000', '192915.463000', '192915.466000', '192915.468000', '192915.471000', '192915.473000', '192915.476000', '192915.478000', '192915.481000', '192915.483000', '192915.486000', '192915.488000', '192915.491000', '192915.493000', '192915.496000', '192915.498000', '192915.507000', '192915.509000', '192915.512000', '192915.514000', '192915.517000', '192915.519000', '192915.522000', '192915.524000', '192915.527000', '192915.530000', '192915.532000', '192915.535000', '192915.537000', '192915.540000', '192915.542000', '192915.546000', '192935.417000', '192935.420000', '192935.423000', '192935.425000', '192935.428000', '192935.430000', '192935.437000', '192935.440000', '192935.442000', '192935.445000', '192935.447000', '192935.450000', '192935.453000', '192935.455000', '192935.458000', '192935.460000', '192935.463000', '192935.465000', '192935.468000', '192935.470000', '192935.473000', '192935.475000', '192935.478000', '192935.480000', '192935.483000', '192935.486000', '192935.488000', '192935.491000', '192935.493000', '192935.496000', '192935.498000', '192935.501000', '192935.504000', '192935.506000', '192935.509000', '192935.511000', '192935.514000', '192935.516000', '192935.519000', '192935.521000', '192935.524000', '192935.527000', '192935.529000', '192935.532000', '192955.416000', '192955.419000', '192955.422000', '192955.424000', '192955.427000', '192955.429000', '192955.432000', '192955.434000', '192955.437000', '192955.440000', '192955.442000', '192955.445000', '192955.447000', '192955.450000', '192955.453000', '192955.455000', '192955.458000', '192955.460000', '192955.463000', '192955.466000', '192955.468000', '192955.471000', '192955.474000', '192955.476000', '192955.479000', '192955.481000', '192955.484000', '192955.486000', '192955.489000', '192955.491000', '192955.494000', '192955.496000', '192955.499000', '192955.502000', '192955.504000', '192955.507000', '192955.509000', '192955.512000', '192955.514000', '192955.517000', '192955.519000', '192955.522000', '192955.524000', '193015.417000', '193015.420000', '193015.423000', '193015.425000', '193015.428000', '193015.431000', '193015.433000', '193015.436000', '193015.438000', '193015.441000', '193015.443000', '193015.446000', '193015.449000', '193015.451000', '193015.454000', '193015.456000', '193015.459000', '193015.461000', '193015.464000', '193015.466000', '193015.469000', '193015.472000', '193015.474000', '193015.477000', '193015.479000', '193015.482000', '193015.484000', '193015.487000', '193015.489000', '193015.492000', '193015.494000', '193015.497000', '193015.500000', '193015.502000', '193015.505000', '193015.507000', '193015.510000', '193015.512000', '193015.515000', '193015.517000', '193015.520000', '193015.522000', '193015.525000', '193015.527000', '193035.418000', '193035.420000', '193035.423000', '193035.425000', '193035.428000', '193035.431000', '193035.433000', '193035.436000', '193035.438000', '193035.441000', '193035.443000', '193035.446000', '193035.448000', '193035.451000', '193035.454000', '193035.456000', '193035.459000', '193035.461000', '193035.464000', '193035.466000', '193035.469000', '193035.472000', '193035.474000', '193035.477000', '193035.479000', '193035.482000', '193035.484000', '193035.487000', '193035.490000', '193035.492000', '193035.495000', '193035.497000', '193035.500000', '193035.502000', '193035.505000', '193035.507000', '193035.510000', '193035.513000', '193035.515000', '193035.518000', '193035.520000', '193035.523000', '193035.525000', '193055.417000', '193055.420000', '193055.423000', '193055.425000', '193055.428000', '193055.430000', '193055.433000', '193055.435000', '193055.438000', '193055.441000', '193055.443000', '193055.446000', '193055.448000', '193055.451000', '193055.454000', '193055.456000', '193055.459000', '193055.461000', '193055.464000', '193055.467000', '193055.469000', '193055.472000', '193055.474000', '193055.487000', '193055.489000', '193055.492000', '193055.495000', '193055.497000', '193055.500000', '193055.503000', '193055.505000', '193055.508000', '193055.510000', '193055.513000', '193055.515000', '193055.518000', '193055.520000', '193055.523000', '193055.526000', '193055.528000', '193055.531000', '193055.533000', '193055.536000', '193055.538000', '193115.417000', '193115.420000', '193115.423000', '193115.425000', '193115.428000', '193115.431000', '193115.433000', '193115.436000', '193115.438000', '193115.441000', '193115.443000', '193115.446000', '193115.449000', '193115.451000', '193115.454000', '193115.456000', '193115.459000', '193115.461000', '193115.464000', '193115.467000', '193115.469000', '193115.472000', '193115.474000', '193115.477000', '193115.479000', '193115.482000', '193115.485000', '193115.487000', '193115.490000', '193115.492000', '193115.495000', '193115.497000', '193115.500000', '193115.502000', '193115.505000', '193115.508000', '193115.510000', '193115.513000', '193115.515000', '193115.518000', '193115.520000', '193115.523000', '193115.526000', '193135.417000', '193135.420000', '193135.423000', '193135.425000', '193135.428000', '193135.430000', '193135.433000', '193135.436000', '193135.438000', '193135.441000', '193135.443000', '193135.446000', '193135.448000', '193135.451000', '193135.454000', '193135.456000', '193135.459000', '193135.461000', '193135.464000', '193135.466000', '193135.469000', '193135.472000', '193135.474000', '193135.477000', '193135.479000', '193135.482000', '193135.484000', '193135.487000', '193135.490000', '193135.493000', '193135.495000', '193135.498000', '193135.500000', '193135.503000', '193135.505000', '193135.508000', '193135.510000', '193135.513000', '193135.515000', '193135.518000', '193135.521000', '193135.523000', '193135.526000', '193155.417000', '193155.420000', '193155.423000', '193155.426000', '193155.428000', '193155.431000', '193155.433000', '193155.436000', '193155.438000', '193155.441000', '193155.443000', '193155.446000', '193155.449000', '193155.451000', '193155.454000', '193155.456000', '193155.459000', '193155.461000', '193155.464000', '193155.466000', '193155.469000', '193155.472000', '193155.474000', '193155.477000', '193155.479000', '193155.482000', '193155.484000', '193155.487000', '193155.489000', '193155.492000', '193155.495000', '193155.497000', '193155.500000', '193155.502000', '193155.505000', '193155.507000', '193155.510000', '193155.513000', '193155.515000', '193155.518000', '193155.520000', '193155.523000', '193155.525000', '193155.528000', '193215.416000', '193215.419000', '193215.422000', '193215.424000', '193215.427000', '193215.430000', '193215.432000', '193215.435000', '193215.437000', '193215.440000', '193215.443000', '193215.445000', '193215.448000', '193215.450000', '193215.453000', '193215.455000', '193215.458000', '193215.461000', '193215.463000', '193215.466000', '193215.468000', '193215.471000', '193215.474000', '193215.476000', '193215.479000', '193215.481000', '193215.484000', '193215.487000', '193215.489000', '193215.492000', '193215.494000', '193215.497000', '193215.500000', '193215.502000', '193215.505000', '193215.507000', '193215.510000', '193215.512000', '193215.515000', '193215.517000', '193215.520000', '193215.523000', '193215.525000', '193215.528000', '193235.417000', '193235.420000', '193235.423000', '193235.426000', '193235.439000', '193235.442000', '193235.445000', '193235.447000', '193235.450000', '193235.452000', '193235.455000', '193235.458000', '193235.460000', '193235.463000', '193235.465000', '193235.468000', '193235.470000', '193235.473000', '193235.475000', '193235.478000', '193235.481000', '193235.483000', '193235.486000', '193235.489000', '193235.491000', '193235.494000', '193235.496000', '193235.499000', '193235.502000', '193235.504000', '193235.507000', '193235.509000', '193235.512000', '193235.515000', '193235.517000', '193235.520000', '193235.522000', '193235.525000', '193235.527000', '193235.530000', '193235.533000', '193235.535000', '193235.538000', '193255.418000', '193255.420000', '193255.423000', '193255.426000', '193255.429000', '193255.432000', '193255.434000', '193255.437000', '193255.439000', '193255.442000', '193255.444000', '193255.447000', '193255.449000', '193255.452000', '193255.455000', '193255.457000', '193255.460000', '193255.462000', '193255.465000', '193255.467000', '193255.470000', '193255.473000', '193255.475000', '193255.478000', '193255.480000', '193255.483000', '193255.486000', '193255.488000', '193255.491000', '193255.494000', '193255.496000', '193255.499000', '193255.502000', '193255.504000', '193255.507000', '193255.509000', '193255.512000', '193255.514000', '193255.517000', '193255.520000', '193255.522000', '193255.525000', '193255.527000', '193255.530000', '193315.417000', '193315.420000', '193315.423000', '193315.425000', '193315.428000', '193315.430000', '193315.433000', '193315.436000', '193315.438000', '193315.441000', '193315.443000', '193315.446000', '193315.449000', '193315.451000', '193315.454000', '193315.456000', '193315.459000', '193315.462000', '193315.464000', '193315.467000', '193315.469000', '193315.472000', '193315.474000', '193315.477000', '193315.479000', '193315.482000', '193315.485000', '193315.487000', '193315.490000', '193315.492000', '193315.495000', '193315.498000', '193315.500000', '193315.503000', '193315.505000', '193315.508000', '193315.511000', '193315.513000', '193315.516000', '193315.518000', '193315.521000', '193315.523000', '193315.526000', '193335.417000', '193335.420000', '193335.423000', '193335.425000', '193335.428000', '193335.430000', '193335.433000', '193335.435000', '193335.438000', '193335.441000', '193335.443000', '193335.446000', '193335.448000', '193335.451000', '193335.454000', '193335.456000', '193335.459000', '193335.461000', '193335.464000', '193335.466000', '193335.469000', '193335.472000', '193335.474000', '193335.477000', '193335.480000', '193335.483000', '193335.486000', '193335.488000', '193335.491000', '193335.493000', '193335.496000', '193335.499000', '193335.501000', '193335.504000', '193335.506000', '193335.509000', '193335.511000', '193335.514000', '193335.517000', '193335.519000', '193335.522000', '193335.524000', '193335.527000', '193355.418000', '193355.420000', '193355.423000', '193355.426000', '193355.428000', '193355.431000', '193355.433000', '193355.436000', '193355.439000', '193355.441000', '193355.444000', '193355.446000', '193355.449000', '193355.451000', '193355.454000', '193355.457000', '193355.459000', '193355.462000', '193355.465000', '193355.467000', '193355.470000', '193355.472000', '193355.475000', '193355.477000', '193355.480000', '193355.483000', '193355.485000', '193355.488000', '193355.491000', '193355.493000', '193355.519000', '193355.521000', '193355.524000', '193355.526000', '193355.529000', '193355.532000', '193355.534000', '193355.537000', '193355.539000', '193355.542000', '193355.544000', '193355.547000', '193355.550000', '193355.552000', '193415.418000', '193415.421000', '193415.423000', '193415.426000', '193415.429000', '193415.432000', '193415.434000', '193415.437000', '193415.439000', '193415.442000', '193415.445000', '193415.447000', '193415.450000', '193415.452000', '193415.455000', '193415.458000', '193415.460000', '193415.463000', '193415.466000', '193415.469000', '193415.471000', '193415.474000', '193415.476000', '193415.479000', '193415.482000', '193415.484000', '193415.487000', '193415.489000', '193415.492000', '193415.495000', '193415.497000', '193415.500000', '193415.502000', '193415.505000', '193415.507000', '193415.510000', '193415.512000', '193415.515000', '193415.518000', '193415.521000', '193415.524000', '193415.527000', '193415.529000', '193435.417000', '193435.419000', '193435.422000', '193435.425000', '193435.427000', '193435.430000', '193435.432000', '193435.435000', '193435.437000', '193435.440000', '193435.443000', '193435.445000', '193435.448000', '193435.450000', '193435.453000', '193435.456000', '193435.458000', '193435.461000', '193435.463000', '193435.466000', '193435.469000', '193435.471000', '193435.474000', '193435.476000', '193435.479000', '193435.481000', '193435.484000', '193435.487000', '193435.489000', '193435.492000', '193435.494000', '193435.497000', '193435.501000', '193435.504000', '193435.506000', '193435.509000', '193435.511000', '193435.514000', '193435.516000', '193435.519000', '193435.522000', '193435.524000', '193435.527000', '193435.529000', '193455.418000', '193455.421000', '193455.424000', '193455.427000', '193455.430000', '193455.432000', '193455.435000', '193455.438000', '193455.440000', '193455.443000', '193455.445000', '193455.448000', '193455.450000', '193455.453000', '193455.456000', '193455.458000', '193455.461000', '193455.463000', '193455.466000', '193455.468000', '193455.471000', '193455.473000', '193455.476000', '193455.479000', '193455.481000', '193455.484000', '193455.486000', '193455.489000', '193455.492000', '193455.494000', '193455.497000', '193455.499000', '193455.502000', '193455.504000', '193455.507000', '193455.509000', '193455.512000', '193455.515000', '193455.517000', '193455.520000', '193455.522000', '193455.525000', '193455.527000', '193515.417000', '193515.420000', '193515.423000', '193515.425000', '193515.428000', '193515.431000', '193515.433000', '193515.436000', '193515.438000', '193515.441000', '193515.443000', '193515.446000', '193515.449000', '193515.451000', '193515.454000', '193515.456000', '193515.459000', '193515.461000', '193515.464000', '193515.467000', '193515.469000', '193515.472000', '193515.474000', '193515.477000', '193515.479000', '193515.482000', '193515.485000', '193515.487000', '193515.490000', '193515.492000', '193515.495000', '193515.497000', '193515.500000', '193515.503000', '193515.505000', '193515.508000', '193515.510000', '193515.513000', '193515.515000', '193515.518000', '193515.521000', '193515.561000', '193515.564000', '193515.567000', '193517.046000', '193517.049000', '193517.053000', '193517.055000'], 'InstanceCreationTime': ['192855.462000', '192855.465000', '192855.467000', '192855.470000', '192855.472000', '192855.475000', '192855.478000', '192855.480000', '192855.483000', '192855.486000', '192855.489000', '192855.491000', '192855.494000', '192855.497000', '192855.499000', '192855.502000', '192855.504000', '192855.507000', '192855.509000', '192855.512000', '192855.514000', '192855.517000', '192855.519000', '192855.522000', '192855.524000', '192855.527000', '192855.529000', '192855.532000', '192855.535000', '192855.537000', '192855.540000', '192855.542000', '192855.545000', '192855.547000', '192855.550000', '192855.552000', '192855.555000', '192855.557000', '192855.560000', '192855.563000', '192855.565000', '192855.568000', '192915.417000', '192915.420000', '192915.423000', '192915.425000', '192915.443000', '192915.445000', '192915.448000', '192915.450000', '192915.453000', '192915.455000', '192915.458000', '192915.460000', '192915.463000', '192915.466000', '192915.468000', '192915.471000', '192915.473000', '192915.476000', '192915.478000', '192915.481000', '192915.483000', '192915.486000', '192915.488000', '192915.491000', '192915.493000', '192915.496000', '192915.498000', '192915.507000', '192915.509000', '192915.512000', '192915.514000', '192915.517000', '192915.519000', '192915.522000', '192915.524000', '192915.527000', '192915.530000', '192915.532000', '192915.535000', '192915.537000', '192915.540000', '192915.542000', '192915.546000', '192935.417000', '192935.420000', '192935.423000', '192935.425000', '192935.428000', '192935.430000', '192935.437000', '192935.440000', '192935.442000', '192935.445000', '192935.447000', '192935.450000', '192935.453000', '192935.455000', '192935.458000', '192935.460000', '192935.463000', '192935.465000', '192935.468000', '192935.470000', '192935.473000', '192935.475000', '192935.478000', '192935.480000', '192935.483000', '192935.486000', '192935.488000', '192935.491000', '192935.493000', '192935.496000', '192935.498000', '192935.501000', '192935.504000', '192935.506000', '192935.509000', '192935.511000', '192935.514000', '192935.516000', '192935.519000', '192935.521000', '192935.524000', '192935.527000', '192935.529000', '192935.532000', '192955.416000', '192955.419000', '192955.422000', '192955.424000', '192955.427000', '192955.429000', '192955.432000', '192955.434000', '192955.437000', '192955.440000', '192955.442000', '192955.445000', '192955.447000', '192955.450000', '192955.453000', '192955.455000', '192955.458000', '192955.460000', '192955.463000', '192955.466000', '192955.468000', '192955.471000', '192955.474000', '192955.476000', '192955.479000', '192955.481000', '192955.484000', '192955.486000', '192955.489000', '192955.491000', '192955.494000', '192955.496000', '192955.499000', '192955.502000', '192955.504000', '192955.507000', '192955.509000', '192955.512000', '192955.514000', '192955.517000', '192955.519000', '192955.522000', '192955.524000', '193015.417000', '193015.420000', '193015.423000', '193015.425000', '193015.428000', '193015.431000', '193015.433000', '193015.436000', '193015.438000', '193015.441000', '193015.443000', '193015.446000', '193015.449000', '193015.451000', '193015.454000', '193015.456000', '193015.459000', '193015.461000', '193015.464000', '193015.466000', '193015.469000', '193015.472000', '193015.474000', '193015.477000', '193015.479000', '193015.482000', '193015.484000', '193015.487000', '193015.489000', '193015.492000', '193015.494000', '193015.497000', '193015.500000', '193015.502000', '193015.505000', '193015.507000', '193015.510000', '193015.512000', '193015.515000', '193015.517000', '193015.520000', '193015.522000', '193015.525000', '193015.527000', '193035.418000', '193035.420000', '193035.423000', '193035.425000', '193035.428000', '193035.431000', '193035.433000', '193035.436000', '193035.438000', '193035.441000', '193035.443000', '193035.446000', '193035.448000', '193035.451000', '193035.454000', '193035.456000', '193035.459000', '193035.461000', '193035.464000', '193035.466000', '193035.469000', '193035.472000', '193035.474000', '193035.477000', '193035.479000', '193035.482000', '193035.484000', '193035.487000', '193035.490000', '193035.492000', '193035.495000', '193035.497000', '193035.500000', '193035.502000', '193035.505000', '193035.507000', '193035.510000', '193035.513000', '193035.515000', '193035.518000', '193035.520000', '193035.523000', '193035.525000', '193055.417000', '193055.420000', '193055.423000', '193055.425000', '193055.428000', '193055.430000', '193055.433000', '193055.435000', '193055.438000', '193055.441000', '193055.443000', '193055.446000', '193055.448000', '193055.451000', '193055.454000', '193055.456000', '193055.459000', '193055.461000', '193055.464000', '193055.467000', '193055.469000', '193055.472000', '193055.474000', '193055.487000', '193055.489000', '193055.492000', '193055.495000', '193055.497000', '193055.500000', '193055.503000', '193055.505000', '193055.508000', '193055.510000', '193055.513000', '193055.515000', '193055.518000', '193055.520000', '193055.523000', '193055.526000', '193055.528000', '193055.531000', '193055.533000', '193055.536000', '193055.538000', '193115.417000', '193115.420000', '193115.423000', '193115.425000', '193115.428000', '193115.431000', '193115.433000', '193115.436000', '193115.438000', '193115.441000', '193115.443000', '193115.446000', '193115.449000', '193115.451000', '193115.454000', '193115.456000', '193115.459000', '193115.461000', '193115.464000', '193115.467000', '193115.469000', '193115.472000', '193115.474000', '193115.477000', '193115.479000', '193115.482000', '193115.485000', '193115.487000', '193115.490000', '193115.492000', '193115.495000', '193115.497000', '193115.500000', '193115.502000', '193115.505000', '193115.508000', '193115.510000', '193115.513000', '193115.515000', '193115.518000', '193115.520000', '193115.523000', '193115.526000', '193135.417000', '193135.420000', '193135.423000', '193135.425000', '193135.428000', '193135.430000', '193135.433000', '193135.436000', '193135.438000', '193135.441000', '193135.443000', '193135.446000', '193135.448000', '193135.451000', '193135.454000', '193135.456000', '193135.459000', '193135.461000', '193135.464000', '193135.466000', '193135.469000', '193135.472000', '193135.474000', '193135.477000', '193135.479000', '193135.482000', '193135.484000', '193135.487000', '193135.490000', '193135.493000', '193135.495000', '193135.498000', '193135.500000', '193135.503000', '193135.505000', '193135.508000', '193135.510000', '193135.513000', '193135.515000', '193135.518000', '193135.521000', '193135.523000', '193135.526000', '193155.417000', '193155.420000', '193155.423000', '193155.426000', '193155.428000', '193155.431000', '193155.433000', '193155.436000', '193155.438000', '193155.441000', '193155.443000', '193155.446000', '193155.449000', '193155.451000', '193155.454000', '193155.456000', '193155.459000', '193155.461000', '193155.464000', '193155.466000', '193155.469000', '193155.472000', '193155.474000', '193155.477000', '193155.479000', '193155.482000', '193155.484000', '193155.487000', '193155.489000', '193155.492000', '193155.495000', '193155.497000', '193155.500000', '193155.502000', '193155.505000', '193155.507000', '193155.510000', '193155.513000', '193155.515000', '193155.518000', '193155.520000', '193155.523000', '193155.525000', '193155.528000', '193215.416000', '193215.419000', '193215.422000', '193215.424000', '193215.427000', '193215.430000', '193215.432000', '193215.435000', '193215.437000', '193215.440000', '193215.443000', '193215.445000', '193215.448000', '193215.450000', '193215.453000', '193215.455000', '193215.458000', '193215.461000', '193215.463000', '193215.466000', '193215.468000', '193215.471000', '193215.474000', '193215.476000', '193215.479000', '193215.481000', '193215.484000', '193215.487000', '193215.489000', '193215.492000', '193215.494000', '193215.497000', '193215.500000', '193215.502000', '193215.505000', '193215.507000', '193215.510000', '193215.512000', '193215.515000', '193215.517000', '193215.520000', '193215.523000', '193215.525000', '193215.528000', '193235.417000', '193235.420000', '193235.423000', '193235.426000', '193235.439000', '193235.442000', '193235.445000', '193235.447000', '193235.450000', '193235.452000', '193235.455000', '193235.458000', '193235.460000', '193235.463000', '193235.465000', '193235.468000', '193235.470000', '193235.473000', '193235.475000', '193235.478000', '193235.481000', '193235.483000', '193235.486000', '193235.489000', '193235.491000', '193235.494000', '193235.496000', '193235.499000', '193235.502000', '193235.504000', '193235.507000', '193235.509000', '193235.512000', '193235.515000', '193235.517000', '193235.520000', '193235.522000', '193235.525000', '193235.527000', '193235.530000', '193235.533000', '193235.535000', '193235.538000', '193255.418000', '193255.420000', '193255.423000', '193255.426000', '193255.429000', '193255.432000', '193255.434000', '193255.437000', '193255.439000', '193255.442000', '193255.444000', '193255.447000', '193255.449000', '193255.452000', '193255.455000', '193255.457000', '193255.460000', '193255.462000', '193255.465000', '193255.467000', '193255.470000', '193255.473000', '193255.475000', '193255.478000', '193255.480000', '193255.483000', '193255.486000', '193255.488000', '193255.491000', '193255.494000', '193255.496000', '193255.499000', '193255.502000', '193255.504000', '193255.507000', '193255.509000', '193255.512000', '193255.514000', '193255.517000', '193255.520000', '193255.522000', '193255.525000', '193255.527000', '193255.530000', '193315.417000', '193315.420000', '193315.423000', '193315.425000', '193315.428000', '193315.430000', '193315.433000', '193315.436000', '193315.438000', '193315.441000', '193315.443000', '193315.446000', '193315.449000', '193315.451000', '193315.454000', '193315.456000', '193315.459000', '193315.462000', '193315.464000', '193315.467000', '193315.469000', '193315.472000', '193315.474000', '193315.477000', '193315.479000', '193315.482000', '193315.485000', '193315.487000', '193315.490000', '193315.492000', '193315.495000', '193315.498000', '193315.500000', '193315.503000', '193315.505000', '193315.508000', '193315.511000', '193315.513000', '193315.516000', '193315.518000', '193315.521000', '193315.523000', '193315.526000', '193335.417000', '193335.420000', '193335.423000', '193335.425000', '193335.428000', '193335.430000', '193335.433000', '193335.435000', '193335.438000', '193335.441000', '193335.443000', '193335.446000', '193335.448000', '193335.451000', '193335.454000', '193335.456000', '193335.459000', '193335.461000', '193335.464000', '193335.466000', '193335.469000', '193335.472000', '193335.474000', '193335.477000', '193335.480000', '193335.483000', '193335.486000', '193335.488000', '193335.491000', '193335.493000', '193335.496000', '193335.499000', '193335.501000', '193335.504000', '193335.506000', '193335.509000', '193335.511000', '193335.514000', '193335.517000', '193335.519000', '193335.522000', '193335.524000', '193335.527000', '193355.418000', '193355.420000', '193355.423000', '193355.426000', '193355.428000', '193355.431000', '193355.433000', '193355.436000', '193355.439000', '193355.441000', '193355.444000', '193355.446000', '193355.449000', '193355.451000', '193355.454000', '193355.457000', '193355.459000', '193355.462000', '193355.465000', '193355.467000', '193355.470000', '193355.472000', '193355.475000', '193355.477000', '193355.480000', '193355.483000', '193355.485000', '193355.488000', '193355.491000', '193355.493000', '193355.519000', '193355.521000', '193355.524000', '193355.526000', '193355.529000', '193355.532000', '193355.534000', '193355.537000', '193355.539000', '193355.542000', '193355.544000', '193355.547000', '193355.550000', '193355.552000', '193415.418000', '193415.421000', '193415.423000', '193415.426000', '193415.429000', '193415.432000', '193415.434000', '193415.437000', '193415.439000', '193415.442000', '193415.445000', '193415.447000', '193415.450000', '193415.452000', '193415.455000', '193415.458000', '193415.460000', '193415.463000', '193415.466000', '193415.469000', '193415.471000', '193415.474000', '193415.476000', '193415.479000', '193415.482000', '193415.484000', '193415.487000', '193415.489000', '193415.492000', '193415.495000', '193415.497000', '193415.500000', '193415.502000', '193415.505000', '193415.507000', '193415.510000', '193415.512000', '193415.515000', '193415.518000', '193415.521000', '193415.524000', '193415.527000', '193415.529000', '193435.417000', '193435.419000', '193435.422000', '193435.425000', '193435.427000', '193435.430000', '193435.432000', '193435.435000', '193435.437000', '193435.440000', '193435.443000', '193435.445000', '193435.448000', '193435.450000', '193435.453000', '193435.456000', '193435.458000', '193435.461000', '193435.463000', '193435.466000', '193435.469000', '193435.471000', '193435.474000', '193435.476000', '193435.479000', '193435.481000', '193435.484000', '193435.487000', '193435.489000', '193435.492000', '193435.494000', '193435.497000', '193435.501000', '193435.504000', '193435.506000', '193435.509000', '193435.511000', '193435.514000', '193435.516000', '193435.519000', '193435.522000', '193435.524000', '193435.527000', '193435.529000', '193455.418000', '193455.421000', '193455.424000', '193455.427000', '193455.430000', '193455.432000', '193455.435000', '193455.438000', '193455.440000', '193455.443000', '193455.445000', '193455.448000', '193455.450000', '193455.453000', '193455.456000', '193455.458000', '193455.461000', '193455.463000', '193455.466000', '193455.468000', '193455.471000', '193455.473000', '193455.476000', '193455.479000', '193455.481000', '193455.484000', '193455.486000', '193455.489000', '193455.492000', '193455.494000', '193455.497000', '193455.499000', '193455.502000', '193455.504000', '193455.507000', '193455.509000', '193455.512000', '193455.515000', '193455.517000', '193455.520000', '193455.522000', '193455.525000', '193455.527000', '193515.417000', '193515.420000', '193515.423000', '193515.425000', '193515.428000', '193515.431000', '193515.433000', '193515.436000', '193515.438000', '193515.441000', '193515.443000', '193515.446000', '193515.449000', '193515.451000', '193515.454000', '193515.456000', '193515.459000', '193515.461000', '193515.464000', '193515.467000', '193515.469000', '193515.472000', '193515.474000', '193515.477000', '193515.479000', '193515.482000', '193515.485000', '193515.487000', '193515.490000', '193515.492000', '193515.495000', '193515.497000', '193515.500000', '193515.503000', '193515.505000', '193515.508000', '193515.510000', '193515.513000', '193515.515000', '193515.518000', '193515.521000', '193515.561000', '193515.564000', '193515.567000', '193517.046000', '193517.049000', '193517.053000', '193517.055000'], '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': [10875, 7901, 11203, 8234, 11429, 8030, 11203, 8194, 11097, 8209, 12886, 8446, 11310, 8824, 11395, 9054, 10162, 8601, 11752, 8598, 11347, 9469, 10831, 8482, 10331, 8480, 10426, 8737, 11303, 8312, 10691, 8117, 10681, 8520, 9537, 8508, 8197, 10087, 8105, 10682, 8544, 9771, 9209, 9623, 9071, 9148, 8443, 14914, 10617, 16048, 8489, 12928, 8821, 11646, 9451, 11441, 8080, 10275, 8286, 10854, 8757, 10950, 8135, 10711, 8361, 10844, 8573, 10370, 8197, 9923, 8313, 9799, 8892, 7929, 8549, 8111, 9411, 8619, 10581, 8070, 10395, 8251, 10980, 8978, 9706, 9141, 8265, 9422, 8210, 11249, 8384, 11837, 7946, 7538, 7693, 9317, 11285, 8370, 8072, 11091, 7945, 8492, 8895, 12716, 11200, 8487, 9153, 8182, 9788, 8432, 10485, 7830, 10033, 7920, 10689, 8032, 10946, 8051, 9760, 8177, 7878, 9022, 7833, 10282, 7883, 10613, 8439, 11099, 8928, 9292, 8929, 7982, 11138, 8758, 8328, 9719, 7500, 13190, 9829, 8530, 12941, 8378, 8059, 9698, 8559, 12019, 8613, 14348, 8281, 11363, 8331, 11719, 9298, 7479, 8209, 7535, 9731, 8319, 8080, 10000, 8803, 8503, 11128, 8957, 12929, 10988, 17433, 14018, 15919, 9611, 14512, 9272, 12164, 10740, 8674, 9118, 7990, 9842, 8489, 10912, 8093, 10790, 8015, 10641, 8194, 11197, 8527, 10747, 8075, 8252, 8596, 8218, 10380, 8680, 7827, 10474, 8302, 8525, 10179, 8663, 13589, 9519, 13646, 8616, 9727, 7773, 10482, 8231, 11551, 8727, 11326, 7503, 6929, 7495, 7402, 9202, 7949, 10331, 7617, 10722, 8122, 11387, 8845, 13833, 8631, 11332, 8252, 9732, 9493, 7997, 9789, 7874, 10897, 8089, 11627, 9154, 9062, 8162, 8102, 8446, 10186, 9665, 10203, 8039, 10237, 8178, 11387, 9230, 9061, 8229, 7918, 8784, 9277, 9655, 8358, 8874, 7874, 8878, 8302, 10054, 7821, 10664, 7853, 9687, 7755, 8897, 10071, 8740, 8343, 10760, 8315, 12547, 9590, 10919, 10287, 10018, 7804, 9318, 8024, 9537, 8884, 9848, 7993, 9403, 7907, 9134, 8233, 9900, 8289, 9487, 8231, 9505, 8625, 10297, 8230, 9857, 8251, 9602, 8306, 10365, 8390, 9303, 8379, 9818, 8279, 10982, 8456, 11182, 8500, 10962, 8810, 11311, 8604, 11387, 8563, 10987, 8200, 10832, 8834, 11436, 8603, 10661, 8532, 8457, 9505, 8236, 9942, 8150, 10208, 8336, 11098, 8017, 10682, 8300, 11067, 8677, 9762, 8761, 7672, 9058, 8290, 10097, 8429, 11171, 8215, 11078, 8472, 11051, 8851, 10929, 8454, 7578, 8693, 7847, 10715, 8319, 11183, 7722, 11020, 8256, 9157, 8397, 7869, 10567, 8034, 11068, 8336, 10384, 11865, 8430, 12905, 8710, 14824, 9468, 12469, 8277, 10466, 8165, 11134, 8363, 11377, 8181, 10803, 8349, 10790, 8349, 10875, 8290, 10653, 8385, 10505, 8524, 10934, 8368, 10325, 8471, 10223, 8204, 11031, 8369, 11091, 8341, 10743, 8274, 10986, 8271, 10654, 8102, 10663, 8252, 10864, 8308, 10839, 8373, 10630, 8596, 10877, 8585, 10082, 8406, 9634, 8513, 9051, 8600, 11123, 8812, 12610, 8949, 11343, 8348, 10643, 8991, 11398, 9521, 10423, 8273, 10435, 8809, 7420, 9140, 8553, 7656, 9417, 16552, 11021, 15070, 11159, 12420, 9041, 12928, 9205, 11303, 9828, 11566, 8350, 10532, 7929, 10351, 8459, 10462, 8378, 9170, 8196, 9366, 8442, 10127, 7688, 9964, 7969, 11324, 8657, 7466, 9776, 7746, 11254, 8014, 11383, 7630, 10357, 7894, 10691, 7888, 12536, 7906, 11203, 8440, 11746, 9456, 9470, 8447, 7204, 8865, 8425, 10588, 8022, 10572, 7608, 10698, 7943, 11343, 8538, 10055, 8200, 7886, 9070, 8013, 10184, 7680, 11015, 8905, 9797, 9422, 7372, 7117, 8265, 11623, 9298, 8196, 12119, 7611, 12601, 8423, 7572, 8706, 7808, 9374, 8705, 8164, 11516, 11713, 9886, 14655, 13018, 12520, 17646, 15262, 17535, 12959, 15415, 9882, 11440, 8204, 10705, 8158, 10026, 7949, 10016, 8001, 12388, 8151, 8367, 8357, 7976, 10318, 7312, 11220, 7568, 11886, 8260, 7159, 8961, 6864, 7378, 9286, 7858, 7435, 11195, 8438, 7289, 6498, 9599, 7317, 12045, 14794, 11536, 16632, 12798, 13413, 8821, 7692, 8695, 7974, 11355, 7039, 11666, 8285, 11513, 8765, 9815, 9598, 7689, 10253, 7387, 11403, 8442, 12829, 9311, 8410, 8784, 7056, 9180, 8185, 11002, 7221, 12564, 8305, 11098, 8564, 7899, 10752, 7807, 11417, 8262, 12082, 9436, 7713, 8997, 7703, 9571, 6949, 11228, 7708, 11949, 8187, 9947, 8687, 7568, 10485, 7225, 9308, 8180, 6837, 9666, 7346, 11264, 7191, 11488, 8214, 11744, 9216, 9990, 9016, 7806, 9404, 7008, 11830, 9146, 7201, 9518, 7140, 11825, 8705, 8659, 9439, 8168, 7981, 7506, 8622, 10755, 9548, 8295, 10958, 8141, 7881, 16672, 12193, 16510, 13449, 10966, 17399, 17133, 13697, 16342, 9606, 14303, 9488, 12907, 9652, 11617, 8505, 10615, 8157, 9070, 8073, 6651, 8322, 6511, 9531, 7607, 9331, 8590, 7262, 11528, 8220, 8146, 11091, 8868, 8189, 11508, 8073, 13676, 13438, 10904, 16767, 12396, 15035, 9672, 13503, 9511, 11601, 9821, 11814, 8034, 11117, 7947, 11180, 8788, 11819, 7856, 11185, 7976, 9542, 9158, 6874, 9684, 7085, 11148, 8842, 10415, 9436, 7262, 9710, 7947, 12050, 9062, 13176, 8983, 11457, 9532, 15078, 10804, 9839, 8977, 7768, 9678, 8945, 10163, 9326, 9325, 8075, 10160, 6624, 11767, 7723, 11565, 8074, 11979, 8490, 11882, 8717, 11852, 8260, 11513, 9118, 11407, 8233, 11289, 8211, 11346, 8768, 11719, 8322, 10503, 8279, 10803, 9026, 9475, 8915, 7149, 9118, 7679, 10498, 7705, 10954, 7021, 11425, 7163, 12445, 8085, 13970, 7816, 11960, 8353, 12158, 9003, 11885, 8344, 8896, 8707, 8219, 10952, 6936, 10883, 7445, 11679, 8657, 9526, 8754, 6568, 9261, 7942, 11121, 7030, 11345, 7451, 12377, 8575, 9374, 9085, 7779, 10511, 7196, 10640, 7363, 9387, 11095, 6975, 10251, 9594, 7754, 7073, 9621, 15709, 11732, 13752, 10965, 12623, 9174, 11947, 9009, 12879, 10003, 11701, 8747, 11890, 8445, 11965, 8845, 11117, 8363, 10630, 8161, 11410, 8321, 11789, 8522, 11610, 8258, 12056, 8820, 11851, 8804, 11200, 8236, 11201, 8618, 9432, 8572, 6902, 8272, 7350, 9573], 'WindowCenter': [4096.0, 4063.0, 4078.0, 4043.0, 4062.0, 4018.0, 4047.0, 4026.0, 4046.0, 4014.0, 4057.0, 4013.0, 4034.0, 4037.0, 4046.0, 4038.0, 4036.0, 4028.0, 4033.0, 4010.0, 4031.0, 4036.0, 4033.0, 4011.0, 4022.0, 4024.0, 4034.0, 4040.0, 4047.0, 4029.0, 4048.0, 4013.0, 4033.0, 4012.0, 4022.0, 4023.0, 4015.0, 4048.0, 4027.0, 4049.0, 4042.0, 4050.0, 4040.0, 4051.0, 4040.0, 4028.0, 4029.0, 4070.0, 4037.0, 4067.0, 4015.0, 4043.0, 4023.0, 4044.0, 4023.0, 4032.0, 4002.0, 4022.0, 4011.0, 4021.0, 4027.0, 4033.0, 4002.0, 4021.0, 4015.0, 4034.0, 4025.0, 4022.0, 4012.0, 4023.0, 4014.0, 4022.0, 4025.0, 4001.0, 4012.0, 4014.0, 4025.0, 4025.0, 4037.0, 4015.0, 4036.0, 4016.0, 4046.0, 4028.0, 4037.0, 4026.0, 4014.0, 4026.0, 4016.0, 4049.0, 4016.0, 4048.0, 4016.0, 4014.0, 4015.0, 4039.0, 4061.0, 4029.0, 4017.0, 4047.0, 4017.0, 4027.0, 4029.0, 4046.0, 4047.0, 4013.0, 4012.0, 4001.0, 4024.0, 4013.0, 4034.0, 4001.0, 4021.0, 4014.0, 4033.0, 4013.0, 4034.0, 4014.0, 4022.0, 4026.0, 4016.0, 4028.0, 4017.0, 4037.0, 4016.0, 4037.0, 4029.0, 4050.0, 4039.0, 4037.0, 4025.0, 4016.0, 4047.0, 4027.0, 4026.0, 4040.0, 4019.0, 4074.0, 4051.0, 4040.0, 4071.0, 4030.0, 4032.0, 4051.0, 4043.0, 4063.0, 4031.0, 4070.0, 4029.0, 4047.0, 4016.0, 4046.0, 4040.0, 4006.0, 4014.0, 4005.0, 4036.0, 4028.0, 4030.0, 4053.0, 4043.0, 4045.0, 4065.0, 4043.0, 4062.0, 4051.0, 4072.0, 4073.0, 4058.0, 4024.0, 4042.0, 4025.0, 4043.0, 4035.0, 4012.0, 4011.0, 4001.0, 4036.0, 4014.0, 4035.0, 4015.0, 4035.0, 4015.0, 4047.0, 4015.0, 4036.0, 4026.0, 4034.0, 4004.0, 4014.0, 4014.0, 4013.0, 4034.0, 4028.0, 4030.0, 4049.0, 4030.0, 4041.0, 4051.0, 4029.0, 4062.0, 4027.0, 4074.0, 4016.0, 4024.0, 4002.0, 4024.0, 4012.0, 4048.0, 4012.0, 4048.0, 4017.0, 4018.0, 4019.0, 4032.0, 4039.0, 4030.0, 4050.0, 4019.0, 4049.0, 4028.0, 4050.0, 4029.0, 4060.0, 4028.0, 4035.0, 4015.0, 4025.0, 4027.0, 4014.0, 4024.0, 4015.0, 4037.0, 4018.0, 4046.0, 4040.0, 4025.0, 4015.0, 4014.0, 4015.0, 4024.0, 4038.0, 4024.0, 4002.0, 4021.0, 4013.0, 4045.0, 4025.0, 4012.0, 4001.0, 4001.0, 4013.0, 4024.0, 4025.0, 4014.0, 4011.0, 4001.0, 4013.0, 4012.0, 4037.0, 4005.0, 4034.0, 4015.0, 4036.0, 4014.0, 4039.0, 4053.0, 4042.0, 4043.0, 4063.0, 4044.0, 4064.0, 4041.0, 4051.0, 4037.0, 4038.0, 4004.0, 4013.0, 4003.0, 4026.0, 4024.0, 4036.0, 4014.0, 4024.0, 4012.0, 4038.0, 4014.0, 4038.0, 4016.0, 4024.0, 4013.0, 4025.0, 4014.0, 4039.0, 4016.0, 4024.0, 4014.0, 4037.0, 4028.0, 4049.0, 4016.0, 4025.0, 4028.0, 4035.0, 4027.0, 4049.0, 4028.0, 4047.0, 4028.0, 4050.0, 4028.0, 4038.0, 4027.0, 4036.0, 4014.0, 4035.0, 4014.0, 4035.0, 4025.0, 4046.0, 4015.0, 4034.0, 4025.0, 4025.0, 4038.0, 4026.0, 4036.0, 4027.0, 4048.0, 4028.0, 4050.0, 4017.0, 4037.0, 4028.0, 4048.0, 4028.0, 4037.0, 4027.0, 4016.0, 4027.0, 4040.0, 4037.0, 4027.0, 4049.0, 4028.0, 4046.0, 4028.0, 4047.0, 4027.0, 4048.0, 4016.0, 4017.0, 4025.0, 4027.0, 4049.0, 4028.0, 4051.0, 4016.0, 4047.0, 4029.0, 4038.0, 4029.0, 4042.0, 4063.0, 4031.0, 4064.0, 4030.0, 4051.0, 4062.0, 4028.0, 4058.0, 4029.0, 4069.0, 4039.0, 4059.0, 4016.0, 4035.0, 4027.0, 4045.0, 4015.0, 4047.0, 4014.0, 4035.0, 4014.0, 4034.0, 4013.0, 4035.0, 4013.0, 4032.0, 4013.0, 4036.0, 4013.0, 4034.0, 4013.0, 4023.0, 4014.0, 4036.0, 4014.0, 4048.0, 4027.0, 4046.0, 4027.0, 4046.0, 4016.0, 4036.0, 4015.0, 4034.0, 4016.0, 4035.0, 4015.0, 4034.0, 4015.0, 4033.0, 4028.0, 4036.0, 4015.0, 4048.0, 4026.0, 4036.0, 4040.0, 4037.0, 4042.0, 4039.0, 4041.0, 4060.0, 4028.0, 4062.0, 4040.0, 4048.0, 4028.0, 4049.0, 4039.0, 4060.0, 4039.0, 4049.0, 4027.0, 4050.0, 4039.0, 4018.0, 4038.0, 4039.0, 4018.0, 4039.0, 4081.0, 4037.0, 4055.0, 4035.0, 4045.0, 4024.0, 4046.0, 4025.0, 4036.0, 4035.0, 4034.0, 4012.0, 4022.0, 4014.0, 4033.0, 4012.0, 4033.0, 4011.0, 4010.0, 4013.0, 4021.0, 4012.0, 4034.0, 4001.0, 4023.0, 4027.0, 4046.0, 4027.0, 4016.0, 4037.0, 4031.0, 4062.0, 4030.0, 4062.0, 4017.0, 4037.0, 4030.0, 4036.0, 4015.0, 4059.0, 4017.0, 4046.0, 4029.0, 4047.0, 4037.0, 4036.0, 4016.0, 4004.0, 4037.0, 4026.0, 4047.0, 4016.0, 4036.0, 4017.0, 4036.0, 4016.0, 4048.0, 4026.0, 4036.0, 4028.0, 4028.0, 4039.0, 4028.0, 4080.0, 4047.0, 4061.0, 4040.0, 4038.0, 4027.0, 4007.0, 4004.0, 4029.0, 4076.0, 4012.0, 4013.0, 4031.0, 4015.0, 4060.0, 4045.0, 4030.0, 4041.0, 4031.0, 4052.0, 4039.0, 4029.0, 4048.0, 4049.0, 4038.0, 4058.0, 4058.0, 4046.0, 4068.0, 4055.0, 4054.0, 4030.0, 4039.0, 4007.0, 4016.0, 3984.0, 4003.0, 3997.0, 3977.0, 3968.0, 4003.0, 3996.0, 4027.0, 3998.0, 3997.0, 4011.0, 4012.0, 4034.0, 4001.0, 4033.0, 4028.0, 4075.0, 4027.0, 4016.0, 4027.0, 4006.0, 4015.0, 4051.0, 4045.0, 4046.0, 4074.0, 4043.0, 4047.0, 4008.0, 4040.0, 4018.0, 4074.0, 4072.0, 4066.0, 4097.0, 4072.0, 4071.0, 4036.0, 4018.0, 4041.0, 4028.0, 4061.0, 4017.0, 4047.0, 4028.0, 4048.0, 4041.0, 4049.0, 4051.0, 4017.0, 4037.0, 4016.0, 4062.0, 4029.0, 4057.0, 4039.0, 4015.0, 4025.0, 4005.0, 4037.0, 4015.0, 4047.0, 4004.0, 4046.0, 4027.0, 4059.0, 4025.0, 4028.0, 4050.0, 4017.0, 4047.0, 4029.0, 4060.0, 4038.0, 4028.0, 4027.0, 4017.0, 4064.0, 4018.0, 4048.0, 4017.0, 4047.0, 4027.0, 4050.0, 4039.0, 4017.0, 4051.0, 4030.0, 4040.0, 4042.0, 4020.0, 4053.0, 4034.0, 4063.0, 4023.0, 4061.0, 4041.0, 4063.0, 4041.0, 4052.0, 4044.0, 4029.0, 4051.0, 4035.0, 4092.0, 4069.0, 4046.0, 4052.0, 4020.0, 4059.0, 4024.0, 4026.0, 4053.0, 4056.0, 4043.0, 4044.0, 4054.0, 4074.0, 4054.0, 4046.0, 4050.0, 4001.0, 4001.0, 4081.0, 4060.0, 4083.0, 4060.0, 4048.0, 4084.0, 4070.0, 4045.0, 4052.0, 4008.0, 4037.0, 4008.0, 4040.0, 4020.0, 4028.0, 4009.0, 4017.0, 4012.0, 4023.0, 4026.0, 4034.0, 4026.0, 4006.0, 4037.0, 4029.0, 4064.0, 4052.0, 4032.0, 4074.0, 4041.0, 4043.0, 4076.0, 4056.0, 4056.0, 4077.0, 4046.0, 4088.0, 4073.0, 4051.0, 4082.0, 4062.0, 4084.0, 4037.0, 4056.0, 4037.0, 4046.0, 4048.0, 4045.0, 4014.0, 4045.0, 4015.0, 4044.0, 4039.0, 4056.0, 4029.0, 4042.0, 4012.0, 4035.0, 4037.0, 4007.0, 4052.0, 4033.0, 4074.0, 4053.0, 4065.0, 4052.0, 4030.0, 4053.0, 4030.0, 4071.0, 4043.0, 4072.0, 4040.0, 4060.0, 4055.0, 4082.0, 4050.0, 4039.0, 4027.0, 4029.0, 4052.0, 4025.0, 4020.0, 4023.0, 4022.0, 4012.0, 4034.0, 4005.0, 4075.0, 4075.0, 4088.0, 4044.0, 4089.0, 4056.0, 4061.0, 4027.0, 4044.0, 4025.0, 4048.0, 4039.0, 4060.0, 4028.0, 4058.0, 4027.0, 4061.0, 4040.0, 4058.0, 4028.0, 4048.0, 4039.0, 4049.0, 4040.0, 4038.0, 4010.0, 3987.0, 4023.0, 4030.0, 4062.0, 4017.0, 4046.0, 4005.0, 4059.0, 4017.0, 4056.0, 4028.0, 4056.0, 4002.0, 4045.0, 4025.0, 4043.0, 4026.0, 4043.0, 4013.0, 4023.0, 4025.0, 4012.0, 4046.0, 4021.0, 4060.0, 4029.0, 4058.0, 4027.0, 4036.0, 4028.0, 4005.0, 4040.0, 4027.0, 4047.0, 3992.0, 4033.0, 4004.0, 4070.0, 4026.0, 4038.0, 4038.0, 4016.0, 4044.0, 4005.0, 4045.0, 4004.0, 4037.0, 4045.0, 4006.0, 4065.0, 4081.0, 4060.0, 4046.0, 4056.0, 4098.0, 4073.0, 4069.0, 4061.0, 4058.0, 4038.0, 4058.0, 4041.0, 4060.0, 4050.0, 4046.0, 4026.0, 4057.0, 4030.0, 4059.0, 4026.0, 4046.0, 4025.0, 4034.0, 4026.0, 4044.0, 4010.0, 4043.0, 4025.0, 4044.0, 4026.0, 4058.0, 4037.0, 4059.0, 4039.0, 4046.0, 4028.0, 4045.0, 4025.0, 4035.0, 4025.0, 4005.0, 4038.0, 4019.0, 4038.0], 'WindowWidth': [9114.0, 9063.0, 9070.0, 9016.0, 9039.0, 8971.0, 9007.0, 8983.0, 9008.0, 8962.0, 9023.0, 8959.0, 8988.0, 8998.0, 9008.0, 8998.0, 8992.0, 8986.0, 8982.0, 8948.0, 8979.0, 8993.0, 8986.0, 8951.0, 8967.0, 8974.0, 8986.0, 9005.0, 9009.0, 8987.0, 9016.0, 8958.0, 8983.0, 8954.0, 8967.0, 8971.0, 8961.0, 9013.0, 8982.0, 9016.0, 9011.0, 9019.0, 9006.0, 9021.0, 9002.0, 8983.0, 8988.0, 9048.0, 8994.0, 9042.0, 8960.0, 9000.0, 8970.0, 9003.0, 8971.0, 8982.0, 8940.0, 8968.0, 8952.0, 8963.0, 8982.0, 8984.0, 8940.0, 8967.0, 8962.0, 8988.0, 8977.0, 8966.0, 8954.0, 8970.0, 8959.0, 8967.0, 8977.0, 8939.0, 8955.0, 8958.0, 8975.0, 8975.0, 8995.0, 8962.0, 8992.0, 8964.0, 9007.0, 8984.0, 8996.0, 8978.0, 8960.0, 8978.0, 8965.0, 9015.0, 8966.0, 9013.0, 8964.0, 8960.0, 8963.0, 9001.0, 9036.0, 8986.0, 8968.0, 9011.0, 8967.0, 8980.0, 8986.0, 9008.0, 9009.0, 8955.0, 8952.0, 8935.0, 8971.0, 8955.0, 8986.0, 8937.0, 8962.0, 8957.0, 8986.0, 8957.0, 8988.0, 8958.0, 8967.0, 8980.0, 8965.0, 8984.0, 8969.0, 8995.0, 8965.0, 8996.0, 8988.0, 9017.0, 9004.0, 8995.0, 8977.0, 8964.0, 9007.0, 8981.0, 8978.0, 9005.0, 8971.0, 9061.0, 9021.0, 9003.0, 9050.0, 8989.0, 8996.0, 9020.0, 9010.0, 9039.0, 8994.0, 9044.0, 8986.0, 9008.0, 8962.0, 9006.0, 9003.0, 8951.0, 8961.0, 8948.0, 8992.0, 8986.0, 8992.0, 9029.0, 9012.0, 9017.0, 9045.0, 9013.0, 9039.0, 9017.0, 9057.0, 9056.0, 9031.0, 8971.0, 8996.0, 8975.0, 8998.0, 8987.0, 8953.0, 8950.0, 8936.0, 8990.0, 8960.0, 8990.0, 8961.0, 8987.0, 8960.0, 9010.0, 8961.0, 8992.0, 8978.0, 8984.0, 8943.0, 8957.0, 8958.0, 8953.0, 8985.0, 8987.0, 8992.0, 9015.0, 8990.0, 9007.0, 9019.0, 8987.0, 9040.0, 8980.0, 9057.0, 8963.0, 8970.0, 8939.0, 8971.0, 8953.0, 9009.0, 8949.0, 9010.0, 8967.0, 8971.0, 8976.0, 8997.0, 9000.0, 8989.0, 9016.0, 8974.0, 9015.0, 8985.0, 9017.0, 8987.0, 9032.0, 8982.0, 8989.0, 8962.0, 8975.0, 8979.0, 8959.0, 8973.0, 8959.0, 8993.0, 8971.0, 9006.0, 9002.0, 8974.0, 8960.0, 8959.0, 8961.0, 8973.0, 8996.0, 8971.0, 8938.0, 8965.0, 8956.0, 9003.0, 8975.0, 8952.0, 8937.0, 8937.0, 8957.0, 8973.0, 8975.0, 8956.0, 8952.0, 8937.0, 8958.0, 8953.0, 8996.0, 8948.0, 8986.0, 8962.0, 8993.0, 8961.0, 9004.0, 9029.0, 9012.0, 9011.0, 9043.0, 9016.0, 9047.0, 9007.0, 9018.0, 8992.0, 8997.0, 8943.0, 8954.0, 8940.0, 8978.0, 8973.0, 8993.0, 8958.0, 8969.0, 8953.0, 8997.0, 8961.0, 8995.0, 8963.0, 8972.0, 8957.0, 8977.0, 8960.0, 9000.0, 8965.0, 8973.0, 8961.0, 8996.0, 8983.0, 9017.0, 8965.0, 8976.0, 8983.0, 8992.0, 8981.0, 9016.0, 8984.0, 9010.0, 8984.0, 9020.0, 8985.0, 8998.0, 8982.0, 8992.0, 8958.0, 8987.0, 8961.0, 8989.0, 8977.0, 9007.0, 8962.0, 8985.0, 8978.0, 8977.0, 8999.0, 8980.0, 8992.0, 8981.0, 9013.0, 8985.0, 9018.0, 8969.0, 8995.0, 8985.0, 9013.0, 8984.0, 8996.0, 8980.0, 8964.0, 8981.0, 9005.0, 8994.0, 8982.0, 9016.0, 8985.0, 9006.0, 8984.0, 9007.0, 8983.0, 9013.0, 8965.0, 8967.0, 8977.0, 8983.0, 9013.0, 8984.0, 9021.0, 8967.0, 9009.0, 8988.0, 8999.0, 8989.0, 9010.0, 9041.0, 8994.0, 9045.0, 8990.0, 9022.0, 9036.0, 8985.0, 9028.0, 8987.0, 9044.0, 8999.0, 9027.0, 8963.0, 8989.0, 8983.0, 9002.0, 8964.0, 9008.0, 8961.0, 8988.0, 8961.0, 8987.0, 8958.0, 8989.0, 8956.0, 8981.0, 8958.0, 8991.0, 8957.0, 8986.0, 8958.0, 8970.0, 8962.0, 8993.0, 8962.0, 9011.0, 8982.0, 9005.0, 8982.0, 9008.0, 8965.0, 8994.0, 8963.0, 8987.0, 8966.0, 8991.0, 8961.0, 8988.0, 8963.0, 8987.0, 8986.0, 8993.0, 8961.0, 9010.0, 8981.0, 8993.0, 9006.0, 8998.0, 9012.0, 9002.0, 9009.0, 9034.0, 8984.0, 9040.0, 9006.0, 9013.0, 8985.0, 9016.0, 9001.0, 9034.0, 9003.0, 9014.0, 8980.0, 9016.0, 9002.0, 8975.0, 8999.0, 9003.0, 8972.0, 9002.0, 9069.0, 8994.0, 9021.0, 8990.0, 9003.0, 8973.0, 9007.0, 8978.0, 8993.0, 8989.0, 8987.0, 8953.0, 8966.0, 8963.0, 8984.0, 8953.0, 8985.0, 8950.0, 8950.0, 8959.0, 8966.0, 8954.0, 8988.0, 8939.0, 8970.0, 8983.0, 9006.0, 8985.0, 8968.0, 8996.0, 8994.0, 9038.0, 8990.0, 9036.0, 8969.0, 8994.0, 8990.0, 8994.0, 8963.0, 9029.0, 8968.0, 9008.0, 8988.0, 9010.0, 8997.0, 8992.0, 8965.0, 8948.0, 8996.0, 8980.0, 9010.0, 8965.0, 8993.0, 8967.0, 8993.0, 8965.0, 9012.0, 8981.0, 8991.0, 8986.0, 8985.0, 9001.0, 8986.0, 9076.0, 9026.0, 9034.0, 9003.0, 8999.0, 8979.0, 8952.0, 8947.0, 8988.0, 9064.0, 8953.0, 8956.0, 8975.0, 8963.0, 9036.0, 9023.0, 8992.0, 9010.0, 8995.0, 9026.0, 9005.0, 8988.0, 9011.0, 9017.0, 8997.0, 9028.0, 9027.0, 9007.0, 9047.0, 9021.0, 9021.0, 8974.0, 8990.0, 8939.0, 8949.0, 8904.0, 8926.0, 8928.0, 8881.0, 8873.0, 8927.0, 8922.0, 8968.0, 8930.0, 8928.0, 8954.0, 8956.0, 8987.0, 8940.0, 8985.0, 8988.0, 9061.0, 8984.0, 8967.0, 8982.0, 8955.0, 8965.0, 9023.0, 9020.0, 9024.0, 9058.0, 9013.0, 9027.0, 8961.0, 9004.0, 8971.0, 9057.0, 9055.0, 9048.0, 9099.0, 9051.0, 9048.0, 8994.0, 8972.0, 9007.0, 8985.0, 9037.0, 8970.0, 9010.0, 8985.0, 9013.0, 9008.0, 9015.0, 9021.0, 8969.0, 8996.0, 8967.0, 9040.0, 8988.0, 9028.0, 9002.0, 8963.0, 8977.0, 8951.0, 8996.0, 8961.0, 9009.0, 8948.0, 9006.0, 8983.0, 9029.0, 8979.0, 8986.0, 9017.0, 8969.0, 9010.0, 8988.0, 9032.0, 8999.0, 8985.0, 8983.0, 8968.0, 9045.0, 8974.0, 9013.0, 8971.0, 9009.0, 8981.0, 9017.0, 9000.0, 8968.0, 9020.0, 8993.0, 9004.0, 9010.0, 8977.0, 9027.0, 9001.0, 9042.0, 8986.0, 9036.0, 9006.0, 9039.0, 9008.0, 9025.0, 9015.0, 8988.0, 9023.0, 9005.0, 9094.0, 9058.0, 9023.0, 9024.0, 8976.0, 9026.0, 8973.0, 8978.0, 9026.0, 9037.0, 9016.0, 9021.0, 9031.0, 9058.0, 9030.0, 9023.0, 9020.0, 8937.0, 8934.0, 9073.0, 9031.0, 9071.0, 9034.0, 9012.0, 9080.0, 9054.0, 9005.0, 9011.0, 8941.0, 8981.0, 8941.0, 8992.0, 8962.0, 8971.0, 8946.0, 8955.0, 8956.0, 8972.0, 8982.0, 9006.0, 8982.0, 8954.0, 8997.0, 8992.0, 9044.0, 9028.0, 9001.0, 9060.0, 9009.0, 9014.0, 9064.0, 9037.0, 9036.0, 9069.0, 9023.0, 9089.0, 9055.0, 9021.0, 9069.0, 9035.0, 9071.0, 8995.0, 9021.0, 8995.0, 9007.0, 9014.0, 9005.0, 8961.0, 9002.0, 8966.0, 9001.0, 9003.0, 9021.0, 8990.0, 8996.0, 8954.0, 8990.0, 8998.0, 8957.0, 9026.0, 9004.0, 9058.0, 9030.0, 9045.0, 9025.0, 8992.0, 9027.0, 8993.0, 9051.0, 9013.0, 9052.0, 9006.0, 9032.0, 9033.0, 9069.0, 9018.0, 9001.0, 8981.0, 8988.0, 9024.0, 8979.0, 8961.0, 8969.0, 8969.0, 8956.0, 8987.0, 8950.0, 9062.0, 9081.0, 9086.0, 9020.0, 9088.0, 9037.0, 9037.0, 8984.0, 8999.0, 8976.0, 9010.0, 9002.0, 9030.0, 8984.0, 9028.0, 8983.0, 9034.0, 9005.0, 9026.0, 8986.0, 9012.0, 9004.0, 9016.0, 9006.0, 8998.0, 8948.0, 8912.0, 8970.0, 8994.0, 9038.0, 8970.0, 9007.0, 8951.0, 9032.0, 8972.0, 9021.0, 8985.0, 9021.0, 8943.0, 9003.0, 8978.0, 8997.0, 8981.0, 9000.0, 8958.0, 8972.0, 8977.0, 8955.0, 9008.0, 8985.0, 9032.0, 8991.0, 9029.0, 8983.0, 8994.0, 8984.0, 8951.0, 9006.0, 8983.0, 9010.0, 8927.0, 8983.0, 8946.0, 9046.0, 8980.0, 8999.0, 8999.0, 8966.0, 9003.0, 8949.0, 9005.0, 8948.0, 8997.0, 9004.0, 8953.0, 9050.0, 9082.0, 9052.0, 9026.0, 9035.0, 9105.0, 9052.0, 9045.0, 9033.0, 9026.0, 8999.0, 9027.0, 9008.0, 9034.0, 9019.0, 9008.0, 8980.0, 9023.0, 8990.0, 9030.0, 8980.0, 9006.0, 8979.0, 8988.0, 8982.0, 9003.0, 8947.0, 8998.0, 8977.0, 9000.0, 8981.0, 9028.0, 8998.0, 9030.0, 9003.0, 9009.0, 8986.0, 9003.0, 8978.0, 8992.0, 8979.0, 8953.0, 9003.0, 8976.0, 9003.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.0007394252873563218</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.030606588390804598</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.656822169493715</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2605124743958578</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9944526610241661</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5285</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3948.6133</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10863445228733516</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.39080459770115</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.503794632186199</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3453154895378665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7332351166527786</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4328332903679515</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0206991</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015233167447149754</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03940459340810776</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.397747444603594</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>19.0838</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5953</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.1015</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283867.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>956.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.9321</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.681</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.8749</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3174.0652</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3284.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92677.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1466.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4091.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>746.7419</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.20046887663193</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> |