=== 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-0051 --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-0051",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0051_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0051_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-01/func/sub-0051_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b4aa1feffa02573a64089a945cdf4831</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>11:06:18.427500</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.999685, -0.00163433, -0.0250532, 0.00680475, 0.978165, 0.207717]</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0967319</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4124, -7785, -7292, 587, -41, -77, -23, 136]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.747</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>de1b4752-bfa8-4466-b0f8-7a62561fed31||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.6820812225341797, 0.01825665682554245, -0.06525011360645294, 115.36067962646484], [0.004384779371321201, 2.6243462562561035, 0.5611181259155273, -102.94536590576172], [-0.0672159343957901, -0.5572882890701294, 2.6402440071105957, -48.08995056152344], [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': ['110618.427500', '110618.887500', '110619.347500', '110619.807500', '110620.267500', '110620.727500', '110621.187500', '110621.647500', '110622.107500', '110622.567500', '110623.027500', '110623.487500', '110623.947500', '110624.407500', '110624.867500', '110625.327500', '110625.787500', '110626.247500', '110626.707500', '110627.167500', '110627.627500', '110628.087500', '110628.547500', '110629.007500', '110629.467500', '110629.927500', '110630.387500', '110630.847500', '110631.307500', '110631.767500', '110632.227500', '110632.687500', '110633.147500', '110633.607500', '110634.067500', '110634.527500', '110634.987500', '110635.447500', '110635.907500', '110636.367500', '110636.827500', '110637.287500', '110637.747500', '110638.207500', '110638.667500', '110639.127500', '110639.587500', '110640.047500', '110640.507500', '110640.967500', '110641.427500', '110641.887500', '110642.347500', '110642.807500', '110643.267500', '110643.727500', '110644.187500', '110644.647500', '110645.107500', '110645.567500', '110646.027500', '110646.487500', '110646.947500', '110647.407500', '110647.867500', '110648.327500', '110648.787500', '110649.247500', '110649.707500', '110650.167500', '110650.627500', '110651.087500', '110651.547500', '110652.007500', '110652.467500', '110652.927500', '110653.387500', '110653.847500', '110654.307500', '110654.767500', '110655.227500', '110655.687500', '110656.147500', '110656.607500', '110657.067500', '110657.527500', '110657.987500', '110658.447500', '110658.907500', '110659.367500', '110659.827500', '110700.287500', '110700.747500', '110701.207500', '110701.667500', '110702.127500', '110702.587500', '110703.047500', '110703.507500', '110703.967500', '110704.427500', '110704.887500', '110705.347500', '110705.807500', '110706.267500', '110706.727500', '110707.187500', '110707.647500', '110708.107500', '110708.567500', '110709.027500', '110709.487500', '110709.947500', '110710.407500', '110710.867500', '110711.327500', '110711.787500', '110712.247500', '110712.707500', '110713.167500', '110713.627500', '110714.087500', '110714.547500', '110715.007500', '110715.467500', '110715.927500', '110716.387500', '110716.847500', '110717.307500', '110717.767500', '110718.227500', '110718.687500', '110719.147500', '110719.607500', '110720.067500', '110720.527500', '110720.987500', '110721.447500', '110721.907500', '110722.367500', '110722.827500', '110723.287500', '110723.747500', '110724.207500', '110724.667500', '110725.127500', '110725.587500', '110726.047500', '110726.507500', '110726.967500', '110727.427500', '110727.887500', '110728.347500', '110728.807500', '110729.267500', '110729.727500', '110730.187500', '110730.647500', '110731.107500', '110731.567500', '110732.027500', '110732.487500', '110732.947500', '110733.407500', '110733.867500', '110734.327500', '110734.787500', '110735.247500', '110735.707500', '110736.167500', '110736.627500', '110737.087500', '110737.547500', '110738.007500', '110738.467500', '110738.927500', '110739.387500', '110739.847500', '110740.307500', '110740.767500', '110741.227500', '110741.687500', '110742.147500', '110742.607500', '110743.067500', '110743.527500', '110743.987500', '110744.447500', '110744.907500', '110745.367500', '110745.827500', '110746.287500', '110746.747500', '110747.207500', '110747.667500', '110748.127500', '110748.587500', '110749.047500', '110749.507500', '110749.967500', '110750.427500', '110750.887500', '110751.347500', '110751.807500', '110752.267500', '110752.727500', '110753.187500', '110753.647500', '110754.107500', '110754.567500', '110755.027500', '110755.487500', '110755.947500', '110756.407500', '110756.867500', '110757.327500', '110757.787500', '110758.247500', '110758.707500', '110759.167500', '110759.627500', '110800.087500', '110800.547500', '110801.007500', '110801.467500', '110801.927500', '110802.387500', '110802.847500', '110803.307500', '110803.767500', '110804.227500', '110804.687500', '110805.147500', '110805.607500', '110806.067500', '110806.527500', '110806.987500', '110807.447500', '110807.907500', '110808.367500', '110808.827500', '110809.287500', '110809.747500', '110810.207500', '110810.667500', '110811.127500', '110811.587500', '110812.047500', '110812.507500', '110812.967500', '110813.427500', '110813.887500', '110814.347500', '110814.807500', '110815.267500', '110815.727500', '110816.187500', '110816.647500', '110817.107500', '110817.567500', '110818.027500', '110818.487500', '110818.947500', '110819.407500', '110819.867500', '110820.327500', '110820.787500', '110821.247500', '110821.707500', '110822.167500', '110822.627500', '110823.087500', '110823.547500', '110824.007500', '110824.467500', '110824.927500', '110825.387500', '110825.847500', '110826.307500', '110826.767500', '110827.227500', '110827.687500', '110828.147500', '110828.607500', '110829.067500', '110829.527500', '110829.987500', '110830.447500', '110830.907500', '110831.367500', '110831.827500', '110832.287500', '110832.747500', '110833.207500', '110833.667500', '110834.127500', '110834.587500', '110835.047500', '110835.507500', '110835.967500', '110836.427500', '110836.887500', '110837.347500', '110837.807500', '110838.267500', '110838.727500', '110839.187500', '110839.647500', '110840.107500', '110840.567500', '110841.027500', '110841.487500', '110841.947500', '110842.407500', '110842.867500', '110843.327500', '110843.787500', '110844.247500', '110844.707500', '110845.167500', '110845.627500', '110846.087500', '110846.547500', '110847.007500', '110847.467500', '110847.927500', '110848.387500', '110848.847500', '110849.307500', '110849.767500', '110850.227500', '110850.687500', '110851.147500', '110851.607500', '110852.067500', '110852.527500', '110852.987500', '110853.447500', '110853.907500', '110854.367500', '110854.827500', '110855.287500', '110855.747500', '110856.207500', '110856.667500', '110857.127500', '110857.587500', '110858.047500', '110858.507500', '110858.967500', '110859.427500', '110859.887500', '110900.347500', '110900.807500', '110901.267500', '110901.727500', '110902.187500', '110902.647500', '110903.107500', '110903.567500', '110904.027500', '110904.487500', '110904.947500', '110905.407500', '110905.867500', '110906.327500', '110906.787500', '110907.247500', '110907.707500', '110908.167500', '110908.627500', '110909.087500', '110909.547500', '110910.007500', '110910.467500', '110910.927500', '110911.387500', '110911.847500', '110912.307500', '110912.767500', '110913.227500', '110913.687500', '110914.147500', '110914.607500', '110915.067500', '110915.527500', '110915.987500', '110916.447500', '110916.907500', '110917.367500', '110917.827500', '110918.287500', '110918.747500', '110919.207500', '110919.667500', '110920.127500', '110920.587500', '110921.047500', '110921.507500', '110921.967500', '110922.427500', '110922.887500', '110923.347500', '110923.807500', '110924.267500', '110924.727500', '110925.187500', '110925.647500', '110926.107500', '110926.567500', '110927.027500', '110927.487500', '110927.947500', '110928.407500', '110928.867500', '110929.327500', '110929.787500', '110930.247500', '110930.707500', '110931.167500', '110931.627500', '110932.087500', '110932.547500', '110933.007500', '110933.467500', '110933.927500', '110934.387500', '110934.847500', '110935.307500', '110935.767500', '110936.227500', '110936.687500', '110937.147500', '110937.607500', '110938.067500', '110938.527500', '110938.987500', '110939.447500', '110939.907500', '110940.367500', '110940.827500', '110941.287500', '110941.747500', '110942.207500', '110942.667500', '110943.127500', '110943.587500', '110944.047500', '110944.507500', '110944.967500', '110945.427500', '110945.887500', '110946.347500', '110946.807500', '110947.267500', '110947.727500', '110948.187500', '110948.647500', '110949.107500', '110949.567500', '110950.027500', '110950.487500', '110950.947500', '110951.407500', '110951.867500', '110952.327500', '110952.787500', '110953.247500', '110953.707500', '110954.167500', '110954.627500', '110955.087500', '110955.547500', '110956.007500', '110956.467500', '110956.927500', '110957.387500', '110957.847500', '110958.307500', '110958.767500', '110959.227500', '110959.687500', '111000.147500', '111000.607500', '111001.067500', '111001.527500', '111001.987500', '111002.447500', '111002.907500', '111003.367500', '111003.827500', '111004.287500', '111004.747500', '111005.207500', '111005.667500', '111006.127500', '111006.587500', '111007.047500', '111007.507500', '111007.967500', '111008.427500', '111008.887500', '111009.347500', '111009.807500', '111010.267500', '111010.727500', '111011.187500', '111011.647500', '111012.107500', '111012.567500', '111013.027500', '111013.487500', '111013.947500', '111014.407500', '111014.867500', '111015.327500', '111015.787500', '111016.247500', '111016.707500', '111017.167500', '111017.627500', '111018.087500', '111018.547500', '111019.007500', '111019.467500', '111019.927500', '111020.387500', '111020.847500', '111021.307500', '111021.767500', '111022.227500', '111022.687500', '111023.147500', '111023.607500', '111024.067500', '111024.527500', '111024.987500', '111025.447500', '111025.907500', '111026.367500', '111026.827500', '111027.287500', '111027.747500', '111028.207500', '111028.667500', '111029.127500', '111029.587500', '111030.047500', '111030.507500', '111030.967500', '111031.427500', '111031.887500', '111032.347500', '111032.807500', '111033.267500', '111033.727500', '111034.187500', '111034.647500', '111035.107500', '111035.567500', '111036.027500', '111036.487500', '111036.947500', '111037.407500', '111037.867500', '111038.327500', '111038.787500', '111039.247500', '111039.707500', '111040.167500', '111040.627500', '111041.087500', '111041.547500', '111042.007500', '111042.467500', '111042.927500', '111043.387500', '111043.847500', '111044.307500', '111044.767500', '111045.227500', '111045.687500', '111046.147500', '111046.607500', '111047.067500', '111047.527500', '111047.987500', '111048.447500', '111048.907500', '111049.367500', '111049.827500', '111050.287500', '111050.747500', '111051.207500', '111051.667500', '111052.127500', '111052.587500', '111053.047500', '111053.507500', '111053.967500', '111054.427500', '111054.887500', '111055.347500', '111055.807500', '111056.267500', '111056.727500', '111057.187500', '111057.647500', '111058.107500', '111058.567500', '111059.027500', '111059.487500', '111059.947500', '111100.407500', '111100.867500', '111101.327500', '111101.787500', '111102.247500', '111102.707500', '111103.167500', '111103.627500', '111104.087500', '111104.547500', '111105.007500', '111105.467500', '111105.927500', '111106.387500', '111106.847500', '111107.307500', '111107.767500', '111108.227500', '111108.687500', '111109.147500', '111109.607500', '111110.067500', '111110.527500', '111110.987500', '111111.447500', '111111.907500', '111112.367500', '111112.827500', '111113.287500', '111113.747500', '111114.207500', '111114.667500', '111115.127500', '111115.587500', '111116.047500', '111116.507500', '111116.967500', '111117.427500', '111117.887500', '111118.347500', '111118.807500', '111119.267500', '111119.727500', '111120.187500', '111120.647500', '111121.107500', '111121.567500', '111122.027500', '111122.487500', '111122.947500', '111123.407500', '111123.867500', '111124.327500', '111124.787500', '111125.247500', '111125.707500', '111126.167500', '111126.627500', '111127.087500', '111127.547500', '111128.007500', '111128.467500', '111128.927500', '111129.387500', '111129.847500', '111130.307500', '111130.767500', '111131.227500', '111131.687500', '111132.147500', '111132.607500', '111133.067500', '111133.527500', '111133.987500', '111134.447500', '111134.907500', '111135.367500', '111135.827500', '111136.287500', '111136.747500', '111137.207500', '111137.667500', '111138.127500', '111138.587500', '111139.047500', '111139.507500', '111139.967500', '111140.427500', '111140.887500', '111141.347500', '111141.807500', '111142.267500', '111142.727500', '111143.187500', '111143.647500', '111144.107500', '111144.567500', '111145.027500', '111145.487500', '111145.947500', '111146.407500', '111146.867500', '111147.327500', '111147.787500', '111148.247500', '111148.707500', '111149.167500', '111149.627500', '111150.087500', '111150.547500', '111151.007500', '111151.467500', '111151.927500', '111152.387500', '111152.847500', '111153.307500', '111153.767500', '111154.227500', '111154.687500', '111155.147500', '111155.607500', '111156.067500', '111156.527500', '111156.987500', '111157.447500', '111157.907500', '111158.367500', '111158.827500', '111159.287500', '111159.747500', '111200.207500', '111200.667500', '111201.127500', '111201.587500', '111202.047500', '111202.507500', '111202.967500', '111203.427500', '111203.887500', '111204.347500', '111204.807500', '111205.267500', '111205.727500', '111206.187500', '111206.647500', '111207.107500', '111207.567500', '111208.027500', '111208.487500', '111208.947500', '111209.407500', '111209.867500', '111210.327500', '111210.787500', '111211.247500', '111211.707500', '111212.167500', '111212.627500', '111213.087500', '111213.547500', '111214.007500', '111214.467500', '111214.927500', '111215.387500', '111215.847500', '111216.307500', '111216.767500', '111217.227500', '111217.687500', '111218.147500', '111218.607500', '111219.067500', '111219.527500', '111219.987500', '111220.447500', '111220.907500', '111221.367500', '111221.827500', '111222.287500', '111222.747500', '111223.207500', '111223.667500', '111224.127500', '111224.587500', '111225.047500', '111225.507500', '111225.967500', '111226.427500', '111226.887500', '111227.347500', '111227.807500', '111228.267500', '111228.727500', '111229.187500', '111229.647500', '111230.107500', '111230.567500', '111231.027500', '111231.487500', '111231.947500', '111232.407500', '111232.867500', '111233.327500', '111233.787500', '111234.247500', '111234.707500', '111235.167500', '111235.627500', '111236.087500', '111236.547500', '111237.007500', '111237.467500', '111237.927500', '111238.387500', '111238.847500', '111239.307500', '111239.767500', '111240.227500', '111240.687500', '111241.147500', '111241.607500', '111242.067500', '111242.527500', '111242.987500', '111243.447500', '111243.907500', '111244.367500', '111244.827500', '111245.287500', '111245.747500', '111246.207500', '111246.667500', '111247.127500', '111247.587500', '111248.047500', '111248.507500', '111248.967500', '111249.427500', '111249.887500', '111250.347500', '111250.807500', '111251.267500', '111251.727500', '111252.187500', '111252.647500', '111253.107500', '111253.567500', '111254.027500', '111254.487500', '111254.947500', '111255.407500', '111255.867500', '111256.327500', '111256.787500', '111257.247500', '111257.707500', '111258.167500', '111258.627500', '111259.087500'], 'ContentTime': ['110635.367000', '110635.370000', '110635.377000', '110635.379000', '110635.382000', '110635.384000', '110635.387000', '110635.390000', '110635.392000', '110635.395000', '110635.397000', '110635.400000', '110635.402000', '110635.405000', '110635.409000', '110635.412000', '110635.415000', '110635.417000', '110635.420000', '110635.422000', '110635.425000', '110635.427000', '110635.430000', '110635.432000', '110635.438000', '110635.440000', '110635.443000', '110635.445000', '110635.448000', '110635.450000', '110635.453000', '110635.456000', '110635.458000', '110635.461000', '110655.332000', '110655.335000', '110655.338000', '110655.340000', '110655.343000', '110655.346000', '110655.348000', '110655.351000', '110655.353000', '110655.356000', '110655.358000', '110655.361000', '110655.364000', '110655.366000', '110655.369000', '110655.371000', '110655.374000', '110655.376000', '110655.379000', '110655.381000', '110655.384000', '110655.386000', '110655.389000', '110655.391000', '110655.394000', '110655.397000', '110655.399000', '110655.402000', '110655.404000', '110655.407000', '110655.409000', '110655.412000', '110655.414000', '110655.417000', '110655.419000', '110655.422000', '110655.424000', '110655.427000', '110655.433000', '110655.436000', '110655.438000', '110655.441000', '110655.443000', '110715.331000', '110715.334000', '110715.337000', '110715.339000', '110715.342000', '110715.344000', '110715.347000', '110715.349000', '110715.352000', '110715.355000', '110715.357000', '110715.360000', '110715.362000', '110715.365000', '110715.367000', '110715.370000', '110715.373000', '110715.375000', '110715.378000', '110715.380000', '110715.383000', '110715.385000', '110715.388000', '110715.391000', '110715.393000', '110715.396000', '110715.398000', '110715.401000', '110715.403000', '110715.406000', '110715.408000', '110715.411000', '110715.413000', '110715.416000', '110715.419000', '110715.421000', '110715.424000', '110715.426000', '110715.429000', '110715.431000', '110715.434000', '110715.437000', '110715.439000', '110715.449000', '110735.332000', '110735.335000', '110735.338000', '110735.340000', '110735.343000', '110735.356000', '110735.359000', '110735.362000', '110735.364000', '110735.367000', '110735.369000', '110735.372000', '110735.374000', '110735.377000', '110735.380000', '110735.382000', '110735.385000', '110735.387000', '110735.390000', '110735.392000', '110735.395000', '110735.398000', '110735.400000', '110735.403000', '110735.405000', '110735.408000', '110735.410000', '110735.413000', '110735.415000', '110735.418000', '110735.420000', '110735.423000', '110735.426000', '110735.428000', '110735.431000', '110735.433000', '110735.436000', '110735.438000', '110735.441000', '110735.443000', '110735.446000', '110735.449000', '110735.451000', '110755.333000', '110755.335000', '110755.338000', '110755.340000', '110755.345000', '110755.347000', '110755.350000', '110755.352000', '110755.355000', '110755.358000', '110755.360000', '110755.363000', '110755.365000', '110755.368000', '110755.370000', '110755.373000', '110755.376000', '110755.378000', '110755.381000', '110755.383000', '110755.386000', '110755.388000', '110755.391000', '110755.394000', '110755.396000', '110755.399000', '110755.401000', '110755.404000', '110755.407000', '110755.409000', '110755.412000', '110755.414000', '110755.417000', '110755.420000', '110755.422000', '110755.425000', '110755.427000', '110755.430000', '110755.432000', '110755.435000', '110755.438000', '110755.440000', '110755.443000', '110755.445000', '110815.332000', '110815.335000', '110815.338000', '110815.340000', '110815.343000', '110815.346000', '110815.348000', '110815.351000', '110815.353000', '110815.356000', '110815.358000', '110815.361000', '110815.364000', '110815.366000', '110815.369000', '110815.371000', '110815.374000', '110815.376000', '110815.379000', '110815.382000', '110815.384000', '110815.387000', '110815.389000', '110815.392000', '110815.394000', '110815.397000', '110815.399000', '110815.402000', '110815.404000', '110815.407000', '110815.410000', '110815.412000', '110815.415000', '110815.417000', '110815.420000', '110815.422000', '110815.425000', '110815.428000', '110815.430000', '110815.433000', '110815.435000', '110815.438000', '110815.440000', '110835.332000', '110835.335000', '110835.338000', '110835.341000', '110835.343000', '110835.346000', '110835.348000', '110835.351000', '110835.353000', '110835.356000', '110835.358000', '110835.361000', '110835.364000', '110835.366000', '110835.369000', '110835.371000', '110835.374000', '110835.376000', '110835.379000', '110835.382000', '110835.384000', '110835.387000', '110835.389000', '110835.392000', '110835.394000', '110835.397000', '110835.399000', '110835.402000', '110835.404000', '110835.407000', '110835.410000', '110835.412000', '110835.415000', '110835.417000', '110835.420000', '110835.422000', '110835.425000', '110835.427000', '110835.430000', '110835.433000', '110835.435000', '110835.438000', '110835.440000', '110835.443000', '110855.332000', '110855.335000', '110855.338000', '110855.340000', '110855.343000', '110855.346000', '110855.348000', '110855.351000', '110855.353000', '110855.356000', '110855.358000', '110855.361000', '110855.364000', '110855.366000', '110855.369000', '110855.371000', '110855.374000', '110855.377000', '110855.379000', '110855.382000', '110855.384000', '110855.387000', '110855.390000', '110855.392000', '110855.395000', '110855.397000', '110855.400000', '110855.402000', '110855.405000', '110855.407000', '110855.410000', '110855.413000', '110855.415000', '110855.418000', '110855.420000', '110855.423000', '110855.425000', '110855.428000', '110855.430000', '110855.433000', '110855.436000', '110855.438000', '110855.441000', '110915.333000', '110915.366000', '110915.368000', '110915.371000', '110915.373000', '110915.376000', '110915.379000', '110915.382000', '110915.386000', '110915.389000', '110915.391000', '110915.394000', '110915.396000', '110915.399000', '110915.401000', '110915.404000', '110915.406000', '110915.409000', '110915.412000', '110915.414000', '110915.417000', '110915.419000', '110915.422000', '110915.424000', '110915.427000', '110915.429000', '110915.432000', '110915.434000', '110915.437000', '110915.440000', '110915.442000', '110915.445000', '110915.448000', '110915.450000', '110915.453000', '110915.455000', '110915.458000', '110915.460000', '110915.463000', '110915.465000', '110915.468000', '110915.471000', '110915.473000', '110915.476000', '110935.332000', '110935.334000', '110935.337000', '110935.340000', '110935.342000', '110935.345000', '110935.347000', '110935.350000', '110935.352000', '110935.355000', '110935.358000', '110935.360000', '110935.363000', '110935.365000', '110935.368000', '110935.371000', '110935.373000', '110935.376000', '110935.378000', '110935.381000', '110935.383000', '110935.386000', '110935.388000', '110935.391000', '110935.394000', '110935.396000', '110935.399000', '110935.401000', '110935.404000', '110935.407000', '110935.409000', '110935.412000', '110935.414000', '110935.417000', '110935.419000', '110935.422000', '110935.425000', '110935.427000', '110935.430000', '110935.432000', '110935.435000', '110935.437000', '110935.440000', '110955.333000', '110955.335000', '110955.338000', '110955.340000', '110955.343000', '110955.346000', '110955.348000', '110955.351000', '110955.353000', '110955.356000', '110955.358000', '110955.361000', '110955.364000', '110955.366000', '110955.369000', '110955.371000', '110955.374000', '110955.376000', '110955.379000', '110955.381000', '110955.384000', '110955.387000', '110955.389000', '110955.392000', '110955.394000', '110955.397000', '110955.399000', '110955.402000', '110955.405000', '110955.407000', '110955.410000', '110955.412000', '110955.415000', '110955.417000', '110955.420000', '110955.422000', '110955.425000', '110955.427000', '110955.430000', '110955.432000', '110955.435000', '110955.438000', '110955.440000', '111015.333000', '111015.335000', '111015.338000', '111015.341000', '111015.343000', '111015.346000', '111015.348000', '111015.351000', '111015.353000', '111015.356000', '111015.359000', '111015.361000', '111015.364000', '111015.366000', '111015.369000', '111015.372000', '111015.374000', '111015.377000', '111015.379000', '111015.382000', '111015.384000', '111015.387000', '111015.389000', '111015.392000', '111015.395000', '111015.397000', '111015.400000', '111015.402000', '111015.405000', '111015.407000', '111015.410000', '111015.413000', '111015.415000', '111015.418000', '111015.420000', '111015.423000', '111015.425000', '111015.428000', '111015.430000', '111015.433000', '111015.436000', '111015.438000', '111015.441000', '111015.443000', '111035.332000', '111035.335000', '111035.338000', '111035.340000', '111035.343000', '111035.346000', '111035.348000', '111035.351000', '111035.353000', '111035.356000', '111035.358000', '111035.361000', '111035.364000', '111035.366000', '111035.369000', '111035.372000', '111035.375000', '111035.377000', '111035.380000', '111035.382000', '111035.385000', '111035.387000', '111035.390000', '111035.393000', '111035.395000', '111035.398000', '111035.414000', '111035.417000', '111035.420000', '111035.423000', '111035.425000', '111035.428000', '111035.431000', '111035.433000', '111035.436000', '111035.438000', '111035.441000', '111035.443000', '111035.446000', '111035.448000', '111035.451000', '111035.454000', '111035.456000', '111055.332000', '111055.335000', '111055.338000', '111055.340000', '111055.343000', '111055.345000', '111055.348000', '111055.351000', '111055.353000', '111055.356000', '111055.358000', '111055.361000', '111055.364000', '111055.366000', '111055.369000', '111055.371000', '111055.374000', '111055.376000', '111055.379000', '111055.382000', '111055.384000', '111055.387000', '111055.389000', '111055.392000', '111055.395000', '111055.397000', '111055.400000', '111055.402000', '111055.405000', '111055.408000', '111055.410000', '111055.413000', '111055.415000', '111055.418000', '111055.420000', '111055.423000', '111055.425000', '111055.428000', '111055.431000', '111055.433000', '111055.436000', '111055.438000', '111055.441000', '111055.443000', '111115.332000', '111115.335000', '111115.338000', '111115.340000', '111115.343000', '111115.346000', '111115.348000', '111115.351000', '111115.353000', '111115.356000', '111115.359000', '111115.361000', '111115.364000', '111115.366000', '111115.369000', '111115.371000', '111115.374000', '111115.377000', '111115.379000', '111115.382000', '111115.384000', '111115.387000', '111115.389000', '111115.392000', '111115.395000', '111115.397000', '111115.400000', '111115.402000', '111115.405000', '111115.407000', '111115.410000', '111115.412000', '111115.415000', '111115.418000', '111115.420000', '111115.423000', '111115.425000', '111115.428000', '111115.430000', '111115.433000', '111115.436000', '111115.438000', '111115.441000', '111135.332000', '111135.335000', '111135.338000', '111135.340000', '111135.343000', '111135.346000', '111135.348000', '111135.351000', '111135.353000', '111135.356000', '111135.359000', '111135.361000', '111135.364000', '111135.366000', '111135.369000', '111135.371000', '111135.374000', '111135.377000', '111135.379000', '111135.382000', '111135.384000', '111135.387000', '111135.389000', '111135.392000', '111135.394000', '111135.397000', '111135.400000', '111135.402000', '111135.405000', '111135.407000', '111135.410000', '111135.412000', '111135.415000', '111135.417000', '111135.420000', '111135.423000', '111135.425000', '111135.428000', '111135.430000', '111135.433000', '111135.436000', '111135.438000', '111135.441000', '111135.443000', '111155.332000', '111155.334000', '111155.337000', '111155.339000', '111155.342000', '111155.345000', '111155.347000', '111155.350000', '111155.352000', '111155.355000', '111155.358000', '111155.360000', '111155.363000', '111155.365000', '111155.368000', '111155.370000', '111155.373000', '111155.375000', '111155.378000', '111155.380000', '111155.383000', '111155.386000', '111155.388000', '111155.391000', '111155.394000', '111155.396000', '111155.399000', '111155.401000', '111155.404000', '111155.407000', '111155.409000', '111155.412000', '111155.414000', '111155.417000', '111155.420000', '111155.422000', '111155.425000', '111155.427000', '111155.430000', '111155.432000', '111155.435000', '111155.438000', '111155.440000', '111215.333000', '111215.335000', '111215.338000', '111215.341000', '111215.343000', '111215.346000', '111215.348000', '111215.351000', '111215.354000', '111215.356000', '111215.359000', '111215.362000', '111215.364000', '111215.367000', '111215.369000', '111215.372000', '111215.374000', '111215.379000', '111215.381000', '111215.384000', '111215.387000', '111215.389000', '111215.392000', '111215.394000', '111215.397000', '111215.400000', '111215.402000', '111215.405000', '111215.407000', '111215.410000', '111215.412000', '111215.415000', '111215.418000', '111215.420000', '111215.423000', '111215.425000', '111215.428000', '111215.431000', '111215.433000', '111215.436000', '111215.438000', '111215.441000', '111215.443000', '111215.446000', '111235.333000', '111235.335000', '111235.338000', '111235.340000', '111235.343000', '111235.346000', '111235.348000', '111235.351000', '111235.353000', '111235.356000', '111235.358000', '111235.361000', '111235.364000', '111235.366000', '111235.369000', '111235.371000', '111235.374000', '111235.376000', '111235.379000', '111235.381000', '111235.384000', '111235.387000', '111235.389000', '111235.392000', '111235.395000', '111235.397000', '111235.400000', '111235.402000', '111235.405000', '111235.407000', '111235.410000', '111235.412000', '111235.415000', '111235.418000', '111235.420000', '111235.423000', '111235.426000', '111235.428000', '111235.431000', '111235.433000', '111235.436000', '111235.439000', '111235.441000', '111255.332000', '111255.335000', '111255.338000', '111255.341000', '111255.343000', '111255.346000', '111255.348000', '111255.351000', '111255.353000', '111255.356000', '111255.358000', '111255.361000', '111255.364000', '111255.366000', '111255.369000', '111255.371000', '111255.374000', '111255.377000', '111255.379000', '111255.382000', '111255.384000', '111255.387000', '111255.390000', '111255.392000', '111255.395000', '111255.397000', '111255.400000', '111255.402000', '111255.405000', '111255.407000', '111255.410000', '111255.413000', '111255.415000', '111255.418000', '111255.420000', '111255.423000', '111255.426000', '111255.428000', '111255.431000', '111255.433000', '111255.436000', '111255.438000', '111255.441000', '111255.443000', '111300.734000', '111300.737000', '111300.739000', '111300.742000', '111300.745000', '111300.748000', '111300.751000', '111300.754000', '111300.757000', '111300.759000', '111300.762000', '111300.765000'], 'InstanceCreationTime': ['110635.367000', '110635.370000', '110635.377000', '110635.379000', '110635.382000', '110635.384000', '110635.387000', '110635.390000', '110635.392000', '110635.395000', '110635.397000', '110635.400000', '110635.402000', '110635.405000', '110635.409000', '110635.412000', '110635.415000', '110635.417000', '110635.420000', '110635.422000', '110635.425000', '110635.427000', '110635.430000', '110635.432000', '110635.438000', '110635.440000', '110635.443000', '110635.445000', '110635.448000', '110635.450000', '110635.453000', '110635.456000', '110635.458000', '110635.461000', '110655.332000', '110655.335000', '110655.338000', '110655.340000', '110655.343000', '110655.346000', '110655.348000', '110655.351000', '110655.353000', '110655.356000', '110655.358000', '110655.361000', '110655.364000', '110655.366000', '110655.369000', '110655.371000', '110655.374000', '110655.376000', '110655.379000', '110655.381000', '110655.384000', '110655.386000', '110655.389000', '110655.391000', '110655.394000', '110655.397000', '110655.399000', '110655.402000', '110655.404000', '110655.407000', '110655.409000', '110655.412000', '110655.414000', '110655.417000', '110655.419000', '110655.422000', '110655.424000', '110655.427000', '110655.433000', '110655.436000', '110655.438000', '110655.441000', '110655.443000', '110715.331000', '110715.334000', '110715.337000', '110715.339000', '110715.342000', '110715.344000', '110715.347000', '110715.349000', '110715.352000', '110715.355000', '110715.357000', '110715.360000', '110715.362000', '110715.365000', '110715.367000', '110715.370000', '110715.373000', '110715.375000', '110715.378000', '110715.380000', '110715.383000', '110715.385000', '110715.388000', '110715.391000', '110715.393000', '110715.396000', '110715.398000', '110715.401000', '110715.403000', '110715.406000', '110715.408000', '110715.411000', '110715.413000', '110715.416000', '110715.419000', '110715.421000', '110715.424000', '110715.426000', '110715.429000', '110715.431000', '110715.434000', '110715.437000', '110715.439000', '110715.449000', '110735.332000', '110735.335000', '110735.338000', '110735.340000', '110735.343000', '110735.356000', '110735.359000', '110735.362000', '110735.364000', '110735.367000', '110735.369000', '110735.372000', '110735.374000', '110735.377000', '110735.380000', '110735.382000', '110735.385000', '110735.387000', '110735.390000', '110735.392000', '110735.395000', '110735.398000', '110735.400000', '110735.403000', '110735.405000', '110735.408000', '110735.410000', '110735.413000', '110735.415000', '110735.418000', '110735.420000', '110735.423000', '110735.426000', '110735.428000', '110735.431000', '110735.433000', '110735.436000', '110735.438000', '110735.441000', '110735.443000', '110735.446000', '110735.449000', '110735.451000', '110755.333000', '110755.335000', '110755.338000', '110755.340000', '110755.345000', '110755.347000', '110755.350000', '110755.352000', '110755.355000', '110755.358000', '110755.360000', '110755.363000', '110755.365000', '110755.368000', '110755.370000', '110755.373000', '110755.376000', '110755.378000', '110755.381000', '110755.383000', '110755.386000', '110755.388000', '110755.391000', '110755.394000', '110755.396000', '110755.399000', '110755.401000', '110755.404000', '110755.407000', '110755.409000', '110755.412000', '110755.414000', '110755.417000', '110755.420000', '110755.422000', '110755.425000', '110755.427000', '110755.430000', '110755.432000', '110755.435000', '110755.438000', '110755.440000', '110755.443000', '110755.445000', '110815.332000', '110815.335000', '110815.338000', '110815.340000', '110815.343000', '110815.346000', '110815.348000', '110815.351000', '110815.353000', '110815.356000', '110815.358000', '110815.361000', '110815.364000', '110815.366000', '110815.369000', '110815.371000', '110815.374000', '110815.376000', '110815.379000', '110815.382000', '110815.384000', '110815.387000', '110815.389000', '110815.392000', '110815.394000', '110815.397000', '110815.399000', '110815.402000', '110815.404000', '110815.407000', '110815.410000', '110815.412000', '110815.415000', '110815.417000', '110815.420000', '110815.422000', '110815.425000', '110815.428000', '110815.430000', '110815.433000', '110815.435000', '110815.438000', '110815.440000', '110835.332000', '110835.335000', '110835.338000', '110835.341000', '110835.343000', '110835.346000', '110835.348000', '110835.351000', '110835.353000', '110835.356000', '110835.358000', '110835.361000', '110835.364000', '110835.366000', '110835.369000', '110835.371000', '110835.374000', '110835.376000', '110835.379000', '110835.382000', '110835.384000', '110835.387000', '110835.389000', '110835.392000', '110835.394000', '110835.397000', '110835.399000', '110835.402000', '110835.404000', '110835.407000', '110835.410000', '110835.412000', '110835.415000', '110835.417000', '110835.420000', '110835.422000', '110835.425000', '110835.427000', '110835.430000', '110835.433000', '110835.435000', '110835.438000', '110835.440000', '110835.443000', '110855.332000', '110855.335000', '110855.338000', '110855.340000', '110855.343000', '110855.346000', '110855.348000', '110855.351000', '110855.353000', '110855.356000', '110855.358000', '110855.361000', '110855.364000', '110855.366000', '110855.369000', '110855.371000', '110855.374000', '110855.377000', '110855.379000', '110855.382000', '110855.384000', '110855.387000', '110855.390000', '110855.392000', '110855.395000', '110855.397000', '110855.400000', '110855.402000', '110855.405000', '110855.407000', '110855.410000', '110855.413000', '110855.415000', '110855.418000', '110855.420000', '110855.423000', '110855.425000', '110855.428000', '110855.430000', '110855.433000', '110855.436000', '110855.438000', '110855.441000', '110915.333000', '110915.366000', '110915.368000', '110915.371000', '110915.373000', '110915.376000', '110915.379000', '110915.382000', '110915.386000', '110915.389000', '110915.391000', '110915.394000', '110915.396000', '110915.399000', '110915.401000', '110915.404000', '110915.406000', '110915.409000', '110915.412000', '110915.414000', '110915.417000', '110915.419000', '110915.422000', '110915.424000', '110915.427000', '110915.429000', '110915.432000', '110915.434000', '110915.437000', '110915.440000', '110915.442000', '110915.445000', '110915.448000', '110915.450000', '110915.453000', '110915.455000', '110915.458000', '110915.460000', '110915.463000', '110915.465000', '110915.468000', '110915.471000', '110915.473000', '110915.476000', '110935.332000', '110935.334000', '110935.337000', '110935.340000', '110935.342000', '110935.345000', '110935.347000', '110935.350000', '110935.352000', '110935.355000', '110935.358000', '110935.360000', '110935.363000', '110935.365000', '110935.368000', '110935.371000', '110935.373000', '110935.376000', '110935.378000', '110935.381000', '110935.383000', '110935.386000', '110935.388000', '110935.391000', '110935.394000', '110935.396000', '110935.399000', '110935.401000', '110935.404000', '110935.407000', '110935.409000', '110935.412000', '110935.414000', '110935.417000', '110935.419000', '110935.422000', '110935.425000', '110935.427000', '110935.430000', '110935.432000', '110935.435000', '110935.437000', '110935.440000', '110955.333000', '110955.335000', '110955.338000', '110955.340000', '110955.343000', '110955.346000', '110955.348000', '110955.351000', '110955.353000', '110955.356000', '110955.358000', '110955.361000', '110955.364000', '110955.366000', '110955.369000', '110955.371000', '110955.374000', '110955.376000', '110955.379000', '110955.381000', '110955.384000', '110955.387000', '110955.389000', '110955.392000', '110955.394000', '110955.397000', '110955.399000', '110955.402000', '110955.405000', '110955.407000', '110955.410000', '110955.412000', '110955.415000', '110955.417000', '110955.420000', '110955.422000', '110955.425000', '110955.427000', '110955.430000', '110955.432000', '110955.435000', '110955.438000', '110955.440000', '111015.333000', '111015.335000', '111015.338000', '111015.341000', '111015.343000', '111015.346000', '111015.348000', '111015.351000', '111015.353000', '111015.356000', '111015.359000', '111015.361000', '111015.364000', '111015.366000', '111015.369000', '111015.372000', '111015.374000', '111015.377000', '111015.379000', '111015.382000', '111015.384000', '111015.387000', '111015.389000', '111015.392000', '111015.395000', '111015.397000', '111015.400000', '111015.402000', '111015.405000', '111015.407000', '111015.410000', '111015.413000', '111015.415000', '111015.418000', '111015.420000', '111015.423000', '111015.425000', '111015.428000', '111015.430000', '111015.433000', '111015.436000', '111015.438000', '111015.441000', '111015.443000', '111035.332000', '111035.335000', '111035.338000', '111035.340000', '111035.343000', '111035.346000', '111035.348000', '111035.351000', '111035.353000', '111035.356000', '111035.358000', '111035.361000', '111035.364000', '111035.366000', '111035.369000', '111035.372000', '111035.375000', '111035.377000', '111035.380000', '111035.382000', '111035.385000', '111035.387000', '111035.390000', '111035.393000', '111035.395000', '111035.398000', '111035.414000', '111035.417000', '111035.420000', '111035.423000', '111035.425000', '111035.428000', '111035.431000', '111035.433000', '111035.436000', '111035.438000', '111035.441000', '111035.443000', '111035.446000', '111035.448000', '111035.451000', '111035.454000', '111035.456000', '111055.332000', '111055.335000', '111055.338000', '111055.340000', '111055.343000', '111055.345000', '111055.348000', '111055.351000', '111055.353000', '111055.356000', '111055.358000', '111055.361000', '111055.364000', '111055.366000', '111055.369000', '111055.371000', '111055.374000', '111055.376000', '111055.379000', '111055.382000', '111055.384000', '111055.387000', '111055.389000', '111055.392000', '111055.395000', '111055.397000', '111055.400000', '111055.402000', '111055.405000', '111055.408000', '111055.410000', '111055.413000', '111055.415000', '111055.418000', '111055.420000', '111055.423000', '111055.425000', '111055.428000', '111055.431000', '111055.433000', '111055.436000', '111055.438000', '111055.441000', '111055.443000', '111115.332000', '111115.335000', '111115.338000', '111115.340000', '111115.343000', '111115.346000', '111115.348000', '111115.351000', '111115.353000', '111115.356000', '111115.359000', '111115.361000', '111115.364000', '111115.366000', '111115.369000', '111115.371000', '111115.374000', '111115.377000', '111115.379000', '111115.382000', '111115.384000', '111115.387000', '111115.389000', '111115.392000', '111115.395000', '111115.397000', '111115.400000', '111115.402000', '111115.405000', '111115.407000', '111115.410000', '111115.412000', '111115.415000', '111115.418000', '111115.420000', '111115.423000', '111115.425000', '111115.428000', '111115.430000', '111115.433000', '111115.436000', '111115.438000', '111115.441000', '111135.332000', '111135.335000', '111135.338000', '111135.340000', '111135.343000', '111135.346000', '111135.348000', '111135.351000', '111135.353000', '111135.356000', '111135.359000', '111135.361000', '111135.364000', '111135.366000', '111135.369000', '111135.371000', '111135.374000', '111135.377000', '111135.379000', '111135.382000', '111135.384000', '111135.387000', '111135.389000', '111135.392000', '111135.394000', '111135.397000', '111135.400000', '111135.402000', '111135.405000', '111135.407000', '111135.410000', '111135.412000', '111135.415000', '111135.417000', '111135.420000', '111135.423000', '111135.425000', '111135.428000', '111135.430000', '111135.433000', '111135.436000', '111135.438000', '111135.441000', '111135.443000', '111155.332000', '111155.334000', '111155.337000', '111155.339000', '111155.342000', '111155.345000', '111155.347000', '111155.350000', '111155.352000', '111155.355000', '111155.358000', '111155.360000', '111155.363000', '111155.365000', '111155.368000', '111155.370000', '111155.373000', '111155.375000', '111155.378000', '111155.380000', '111155.383000', '111155.386000', '111155.388000', '111155.391000', '111155.394000', '111155.396000', '111155.399000', '111155.401000', '111155.404000', '111155.407000', '111155.409000', '111155.412000', '111155.414000', '111155.417000', '111155.420000', '111155.422000', '111155.425000', '111155.427000', '111155.430000', '111155.432000', '111155.435000', '111155.438000', '111155.440000', '111215.333000', '111215.335000', '111215.338000', '111215.341000', '111215.343000', '111215.346000', '111215.348000', '111215.351000', '111215.354000', '111215.356000', '111215.359000', '111215.362000', '111215.364000', '111215.367000', '111215.369000', '111215.372000', '111215.374000', '111215.379000', '111215.381000', '111215.384000', '111215.387000', '111215.389000', '111215.392000', '111215.394000', '111215.397000', '111215.400000', '111215.402000', '111215.405000', '111215.407000', '111215.410000', '111215.412000', '111215.415000', '111215.418000', '111215.420000', '111215.423000', '111215.425000', '111215.428000', '111215.431000', '111215.433000', '111215.436000', '111215.438000', '111215.441000', '111215.443000', '111215.446000', '111235.333000', '111235.335000', '111235.338000', '111235.340000', '111235.343000', '111235.346000', '111235.348000', '111235.351000', '111235.353000', '111235.356000', '111235.358000', '111235.361000', '111235.364000', '111235.366000', '111235.369000', '111235.371000', '111235.374000', '111235.376000', '111235.379000', '111235.381000', '111235.384000', '111235.387000', '111235.389000', '111235.392000', '111235.395000', '111235.397000', '111235.400000', '111235.402000', '111235.405000', '111235.407000', '111235.410000', '111235.412000', '111235.415000', '111235.418000', '111235.420000', '111235.423000', '111235.426000', '111235.428000', '111235.431000', '111235.433000', '111235.436000', '111235.439000', '111235.441000', '111255.332000', '111255.335000', '111255.338000', '111255.341000', '111255.343000', '111255.346000', '111255.348000', '111255.351000', '111255.353000', '111255.356000', '111255.358000', '111255.361000', '111255.364000', '111255.366000', '111255.369000', '111255.371000', '111255.374000', '111255.377000', '111255.379000', '111255.382000', '111255.384000', '111255.387000', '111255.390000', '111255.392000', '111255.395000', '111255.397000', '111255.400000', '111255.402000', '111255.405000', '111255.407000', '111255.410000', '111255.413000', '111255.415000', '111255.418000', '111255.420000', '111255.423000', '111255.426000', '111255.428000', '111255.431000', '111255.433000', '111255.436000', '111255.438000', '111255.441000', '111255.443000', '111300.734000', '111300.737000', '111300.739000', '111300.742000', '111300.745000', '111300.748000', '111300.751000', '111300.754000', '111300.757000', '111300.759000', '111300.762000', '111300.765000'], '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': [11919, 16623, 12886, 15749, 12344, 15472, 12300, 15456, 12309, 15325, 11736, 14269, 12099, 10450, 10935, 18019, 14675, 17577, 13708, 11917, 12756, 10852, 14994, 11925, 15112, 12025, 19919, 14341, 11486, 12598, 14956, 11130, 13105, 12234, 13426, 17452, 13584, 10742, 17642, 13258, 18291, 14384, 13748, 14468, 11392, 13946, 10945, 14915, 12370, 13786, 9997, 12290, 10192, 12605, 10786, 13172, 11398, 15527, 11740, 11012, 12494, 10135, 15607, 13202, 16375, 13015, 12430, 16436, 11116, 13889, 11332, 15222, 11592, 15684, 11604, 15404, 11851, 14885, 11247, 14930, 11807, 11675, 15554, 12471, 15074, 11414, 10188, 11063, 16327, 10764, 11668, 14411, 10800, 14988, 10953, 14086, 10913, 14264, 11461, 15063, 11744, 16181, 12357, 15536, 11639, 14327, 12770, 11137, 15758, 10773, 13319, 9815, 11601, 9978, 10123, 15166, 10906, 15078, 11941, 10303, 12108, 9172, 13518, 11314, 16114, 11778, 16053, 11698, 16519, 11934, 16336, 12143, 14494, 11878, 14027, 14589, 12662, 17786, 12631, 15143, 10732, 13299, 10195, 11373, 10115, 11250, 12834, 11427, 11113, 12739, 9361, 13028, 10961, 12482, 17133, 12039, 14616, 10612, 12663, 12391, 11539, 15194, 12426, 9655, 11422, 9680, 13682, 11946, 13559, 14732, 13053, 16643, 11880, 14563, 10492, 13245, 13307, 11968, 16292, 11347, 13938, 10156, 14438, 10918, 13890, 10363, 14619, 11128, 11107, 11973, 11116, 13327, 17902, 13046, 16324, 11875, 14415, 12541, 11886, 17088, 12447, 14264, 11514, 11378, 16365, 10602, 13561, 10536, 12529, 10900, 10686, 14195, 10659, 14249, 10486, 13382, 10631, 14745, 11004, 14760, 11236, 15623, 11067, 14446, 10176, 14364, 11561, 15970, 11261, 14066, 10052, 13990, 13546, 11855, 13105, 11262, 13954, 10549, 14113, 11088, 15060, 11716, 15762, 12002, 12497, 12835, 11703, 13943, 10207, 13294, 12259, 16142, 12034, 14173, 11422, 17531, 12104, 16253, 12858, 14772, 10335, 14810, 10594, 12596, 9514, 12852, 11076, 13204, 15942, 13262, 18047, 12236, 14310, 11108, 12810, 10235, 14146, 11042, 10896, 10336, 12699, 13288, 14265, 14251, 14787, 13511, 12155, 12186, 17725, 12831, 14557, 12223, 15630, 10904, 12406, 10628, 15679, 12301, 14124, 11826, 17464, 13389, 16404, 12203, 16448, 13111, 15103, 11519, 13529, 10478, 14761, 11267, 14202, 10190, 13495, 10950, 14882, 10477, 14567, 14304, 12033, 15917, 10430, 12713, 10612, 10414, 9965, 10181, 12199, 10376, 12901, 10011, 12609, 10434, 14578, 10318, 14993, 11013, 12105, 9577, 14707, 12985, 9656, 13506, 10138, 12297, 12143, 13226, 12214, 14032, 10456, 15445, 11023, 13542, 11316, 12083, 11025, 11793, 10330, 10623, 10785, 11149, 8909, 11830, 10030, 14797, 10367, 14044, 11206, 16881, 12978, 12676, 13062, 10334, 11352, 13390, 13110, 14414, 12194, 13785, 12047, 14536, 11392, 15886, 11775, 12342, 12675, 9973, 13892, 10689, 13855, 10826, 16949, 11986, 14704, 10530, 13036, 11348, 11566, 12866, 11056, 13090, 11490, 11240, 11998, 11391, 12026, 12423, 11898, 13323, 12179, 12889, 13071, 9474, 11377, 10610, 14520, 9945, 13676, 11355, 13337, 9474, 12469, 12064, 11713, 11419, 10850, 15546, 12026, 10764, 11291, 9242, 11747, 9810, 14604, 10882, 14622, 12548, 13030, 15159, 11450, 16300, 11585, 13534, 10233, 10846, 11777, 10455, 14039, 10676, 11018, 10543, 13185, 10093, 14814, 10676, 14256, 10601, 13407, 10228, 13299, 10217, 14269, 10734, 13328, 9946, 11523, 11742, 9602, 12300, 10448, 13214, 15936, 11878, 15318, 11307, 15000, 11307, 15071, 11083, 14484, 11101, 13133, 10686, 10807, 13611, 11829, 16132, 12570, 10663, 10553, 8856, 13616, 13810, 12554, 14979, 12134, 8942, 15239, 11125, 16152, 13102, 10365, 12837, 10844, 11873, 13209, 11632, 14817, 12485, 13952, 11036, 13873, 11429, 14795, 10939, 14433, 10551, 10796, 12918, 13072, 16241, 13299, 15096, 11065, 12624, 9955, 13937, 11998, 12335, 12768, 10655, 16863, 10816, 13462, 10800, 12708, 10671, 13965, 11113, 13924, 10323, 13269, 10315, 13668, 10946, 12155, 12595, 12069, 14559, 13663, 12621, 11367, 17240, 13426, 14989, 10588, 14195, 11248, 15388, 11285, 13960, 12612, 13070, 11121, 11311, 16985, 12037, 13153, 10582, 15037, 11872, 14696, 10449, 13456, 11452, 12455, 13380, 11051, 14247, 10024, 16169, 12754, 13812, 10470, 9468, 11408, 10865, 11318, 15679, 11170, 15145, 11194, 13074, 10006, 12542, 10111, 12283, 9770, 12030, 9991, 12327, 11682, 11538, 13752, 10630, 15606, 10762, 14326, 10511, 14117, 10695, 13550, 10605, 12046, 10889, 10144, 10867, 10500, 13475, 17336, 12616, 14715, 10803, 12660, 14943, 11000, 15157, 11445, 11808, 10154, 12834, 11688, 9732, 12581, 9964, 14629, 11319, 15057, 10607, 15911, 11531, 14134, 10096, 13648, 11145, 13970, 12126, 12696, 10387, 14362, 11696, 13265, 12653, 10671, 14772, 11201, 14197, 10947, 13900, 10316, 13914, 10892, 15167, 11721, 15465, 11805, 14439, 11175, 13076, 11111, 11336, 13130, 10266, 15774, 10470, 14534, 10255, 13827, 10783, 14316, 11414, 9720, 11315, 9321, 12969, 17325, 12381, 14469, 10774, 12953, 13048, 11047, 15724, 11320, 13876, 10290, 12570, 10970, 11456, 12898, 10746, 15635, 11065, 15147, 11179, 14339, 10643, 13989, 10274, 13535, 10110, 12951, 11113, 15371, 11321, 15543, 10935, 9391, 10675, 9119, 15305, 13335, 20089, 14064, 14258, 13870, 13132, 12845, 15101, 14174, 11538, 18163, 13322, 17635, 14050, 15130, 11403, 11672, 16405, 13220, 18494, 11829, 11926, 12680, 11520, 12536, 10169, 12312, 9854, 12221, 10231, 12836, 10881, 12986, 11165, 15432, 11212, 15897, 11157, 13974, 10744, 13390, 10337, 12859, 10108, 11575, 10318, 10945, 10692, 14261, 10693, 15058, 10398, 13009, 10474, 10646, 15006, 10127, 12361, 9170, 12061, 9239, 10689, 7996, 10785, 8501, 11267, 14890, 10686, 14418, 9711, 13209, 10863, 13856, 9550, 12494, 9005, 9312, 11231, 9513, 15140, 13064, 14394, 10944, 14567, 10442, 16371, 12290, 15204, 11637, 14721, 11502, 16361, 12395, 14184, 9805, 14438, 11139, 14449, 10379, 14233, 11845, 15118, 10618, 13670, 10618, 14155, 10844, 14549, 10892, 14483, 11700, 14335, 10529, 14155, 13481, 9801, 14092, 10471, 17865, 11552, 12876, 12222, 11201, 13927, 11489, 13578, 12658, 12405, 18189, 11624, 15172, 11330, 12985, 10461, 11986, 10395, 12764, 10448, 12996, 10107, 11716, 10256, 12992, 10357, 13913, 11042, 11698, 13496, 9995, 13803], 'WindowCenter': [4584.0, 4609.0, 4565.0, 4571.0, 4563.0, 4570.0, 4539.0, 4559.0, 4537.0, 4557.0, 4540.0, 4519.0, 4496.0, 4484.0, 4528.0, 4578.0, 4569.0, 4579.0, 4559.0, 4549.0, 4559.0, 4537.0, 4570.0, 4538.0, 4559.0, 4538.0, 4610.0, 4573.0, 4555.0, 4566.0, 4587.0, 4568.0, 4578.0, 4580.0, 4578.0, 4598.0, 4578.0, 4560.0, 4599.0, 4568.0, 4575.0, 4550.0, 4527.0, 4523.0, 4502.0, 4519.0, 4474.0, 4505.0, 4482.0, 4492.0, 4460.0, 4480.0, 4470.0, 4493.0, 4484.0, 4504.0, 4494.0, 4524.0, 4495.0, 4495.0, 4506.0, 4499.0, 4539.0, 4532.0, 4540.0, 4532.0, 4532.0, 4553.0, 4523.0, 4531.0, 4513.0, 4553.0, 4536.0, 4565.0, 4550.0, 4570.0, 4538.0, 4557.0, 4526.0, 4542.0, 4512.0, 4512.0, 4544.0, 4523.0, 4543.0, 4525.0, 4515.0, 4539.0, 4569.0, 4513.0, 4527.0, 4542.0, 4525.0, 4556.0, 4528.0, 4555.0, 4540.0, 4568.0, 4550.0, 4568.0, 4540.0, 4568.0, 4538.0, 4558.0, 4525.0, 4547.0, 4521.0, 4501.0, 4531.0, 4488.0, 4518.0, 4476.0, 4499.0, 4486.0, 4502.0, 4542.0, 4513.0, 4543.0, 4535.0, 4514.0, 4546.0, 4533.0, 4574.0, 4568.0, 4607.0, 4567.0, 4594.0, 4554.0, 4584.0, 4554.0, 4596.0, 4565.0, 4574.0, 4542.0, 4560.0, 4558.0, 4537.0, 4566.0, 4524.0, 4543.0, 4513.0, 4532.0, 4503.0, 4524.0, 4514.0, 4526.0, 4533.0, 4524.0, 4523.0, 4544.0, 4516.0, 4558.0, 4536.0, 4549.0, 4577.0, 4538.0, 4557.0, 4516.0, 4535.0, 4532.0, 4539.0, 4556.0, 4547.0, 4529.0, 4550.0, 4531.0, 4572.0, 4550.0, 4572.0, 4571.0, 4561.0, 4581.0, 4539.0, 4560.0, 4527.0, 4549.0, 4545.0, 4526.0, 4556.0, 4513.0, 4544.0, 4515.0, 4545.0, 4512.0, 4545.0, 4513.0, 4544.0, 4538.0, 4539.0, 4551.0, 4553.0, 4574.0, 4581.0, 4550.0, 4582.0, 4551.0, 4560.0, 4524.0, 4525.0, 4555.0, 4522.0, 4532.0, 4509.0, 4512.0, 4539.0, 4488.0, 4517.0, 4487.0, 4507.0, 4485.0, 4500.0, 4529.0, 4499.0, 4528.0, 4501.0, 4529.0, 4513.0, 4553.0, 4528.0, 4571.0, 4538.0, 4580.0, 4539.0, 4557.0, 4517.0, 4557.0, 4527.0, 4570.0, 4528.0, 4560.0, 4531.0, 4560.0, 4548.0, 4540.0, 4547.0, 4542.0, 4570.0, 4541.0, 4559.0, 4553.0, 4571.0, 4553.0, 4581.0, 4553.0, 4550.0, 4564.0, 4554.0, 4576.0, 4532.0, 4550.0, 4528.0, 4558.0, 4538.0, 4559.0, 4541.0, 4569.0, 4541.0, 4559.0, 4526.0, 4546.0, 4506.0, 4548.0, 4514.0, 4534.0, 4492.0, 4520.0, 4500.0, 4521.0, 4529.0, 4509.0, 4540.0, 4496.0, 4515.0, 4497.0, 4517.0, 4500.0, 4529.0, 4510.0, 4499.0, 4513.0, 4533.0, 4547.0, 4545.0, 4545.0, 4545.0, 4533.0, 4525.0, 4535.0, 4554.0, 4522.0, 4531.0, 4524.0, 4554.0, 4529.0, 4534.0, 4527.0, 4567.0, 4549.0, 4556.0, 4551.0, 4579.0, 4550.0, 4559.0, 4538.0, 4558.0, 4536.0, 4545.0, 4511.0, 4534.0, 4504.0, 4545.0, 4514.0, 4532.0, 4517.0, 4534.0, 4512.0, 4533.0, 4515.0, 4533.0, 4521.0, 4498.0, 4528.0, 4488.0, 4507.0, 4485.0, 4486.0, 4473.0, 4473.0, 4491.0, 4473.0, 4492.0, 4473.0, 4493.0, 4485.0, 4515.0, 4488.0, 4528.0, 4500.0, 4508.0, 4503.0, 4542.0, 4532.0, 4503.0, 4532.0, 4514.0, 4522.0, 4537.0, 4536.0, 4525.0, 4534.0, 4505.0, 4542.0, 4501.0, 4533.0, 4500.0, 4510.0, 4500.0, 4521.0, 4489.0, 4503.0, 4512.0, 4523.0, 4492.0, 4536.0, 4516.0, 4558.0, 4518.0, 4559.0, 4528.0, 4568.0, 4549.0, 4549.0, 4575.0, 4533.0, 4542.0, 4547.0, 4538.0, 4544.0, 4525.0, 4521.0, 4511.0, 4532.0, 4525.0, 4542.0, 4513.0, 4522.0, 4521.0, 4501.0, 4530.0, 4501.0, 4531.0, 4512.0, 4541.0, 4498.0, 4517.0, 4488.0, 4518.0, 4498.0, 4498.0, 4506.0, 4498.0, 4506.0, 4496.0, 4495.0, 4498.0, 4496.0, 4508.0, 4507.0, 4510.0, 4520.0, 4511.0, 4521.0, 4532.0, 4504.0, 4513.0, 4502.0, 4546.0, 4504.0, 4532.0, 4501.0, 4522.0, 4491.0, 4521.0, 4509.0, 4513.0, 4510.0, 4501.0, 4541.0, 4526.0, 4502.0, 4514.0, 4494.0, 4525.0, 4504.0, 4545.0, 4502.0, 4533.0, 4511.0, 4521.0, 4519.0, 4499.0, 4529.0, 4486.0, 4505.0, 4473.0, 4474.0, 4493.0, 4486.0, 4504.0, 4475.0, 4482.0, 4486.0, 4518.0, 4500.0, 4529.0, 4499.0, 4528.0, 4512.0, 4533.0, 4503.0, 4530.0, 4500.0, 4530.0, 4514.0, 4533.0, 4517.0, 4524.0, 4537.0, 4504.0, 4536.0, 4514.0, 4537.0, 4555.0, 4525.0, 4545.0, 4516.0, 4543.0, 4525.0, 4544.0, 4525.0, 4543.0, 4514.0, 4535.0, 4518.0, 4526.0, 4560.0, 4526.0, 4556.0, 4537.0, 4514.0, 4515.0, 4496.0, 4559.0, 4547.0, 4537.0, 4546.0, 4538.0, 4495.0, 4558.0, 4526.0, 4568.0, 4548.0, 4530.0, 4548.0, 4529.0, 4538.0, 4539.0, 4516.0, 4546.0, 4512.0, 4523.0, 4491.0, 4524.0, 4502.0, 4534.0, 4502.0, 4517.0, 4499.0, 4499.0, 4521.0, 4521.0, 4557.0, 4535.0, 4544.0, 4502.0, 4508.0, 4477.0, 4507.0, 4484.0, 4495.0, 4495.0, 4475.0, 4514.0, 4473.0, 4494.0, 4471.0, 4492.0, 4474.0, 4504.0, 4495.0, 4513.0, 4487.0, 4517.0, 4501.0, 4543.0, 4500.0, 4521.0, 4510.0, 4523.0, 4532.0, 4546.0, 4523.0, 4525.0, 4555.0, 4535.0, 4545.0, 4515.0, 4533.0, 4516.0, 4544.0, 4527.0, 4547.0, 4524.0, 4535.0, 4513.0, 4514.0, 4553.0, 4523.0, 4533.0, 4514.0, 4543.0, 4513.0, 4531.0, 4501.0, 4521.0, 4500.0, 4511.0, 4506.0, 4498.0, 4519.0, 4490.0, 4531.0, 4497.0, 4505.0, 4499.0, 4488.0, 4509.0, 4497.0, 4499.0, 4528.0, 4498.0, 4517.0, 4486.0, 4505.0, 4474.0, 4494.0, 4476.0, 4496.0, 4473.0, 4495.0, 4474.0, 4506.0, 4494.0, 4495.0, 4505.0, 4488.0, 4527.0, 4487.0, 4514.0, 4486.0, 4516.0, 4498.0, 4519.0, 4501.0, 4522.0, 4513.0, 4500.0, 4513.0, 4513.0, 4546.0, 4555.0, 4524.0, 4544.0, 4503.0, 4524.0, 4531.0, 4502.0, 4534.0, 4514.0, 4522.0, 4503.0, 4533.0, 4524.0, 4507.0, 4537.0, 4516.0, 4558.0, 4539.0, 4558.0, 4528.0, 4558.0, 4527.0, 4547.0, 4505.0, 4536.0, 4514.0, 4534.0, 4523.0, 4525.0, 4505.0, 4520.0, 4512.0, 4511.0, 4511.0, 4504.0, 4546.0, 4527.0, 4546.0, 4503.0, 4521.0, 4490.0, 4519.0, 4501.0, 4529.0, 4499.0, 4519.0, 4496.0, 4517.0, 4484.0, 4493.0, 4471.0, 4471.0, 4480.0, 4460.0, 4498.0, 4459.0, 4488.0, 4460.0, 4501.0, 4483.0, 4514.0, 4496.0, 4476.0, 4496.0, 4489.0, 4532.0, 4540.0, 4508.0, 4518.0, 4487.0, 4509.0, 4507.0, 4498.0, 4527.0, 4498.0, 4517.0, 4487.0, 4508.0, 4498.0, 4509.0, 4508.0, 4500.0, 4541.0, 4511.0, 4530.0, 4512.0, 4530.0, 4501.0, 4529.0, 4500.0, 4531.0, 4502.0, 4533.0, 4527.0, 4559.0, 4528.0, 4557.0, 4515.0, 4490.0, 4515.0, 4510.0, 4559.0, 4564.0, 4610.0, 4562.0, 4572.0, 4560.0, 4563.0, 4551.0, 4574.0, 4562.0, 4531.0, 4572.0, 4538.0, 4549.0, 4524.0, 4519.0, 4489.0, 4489.0, 4532.0, 4502.0, 4518.0, 4475.0, 4461.0, 4485.0, 4475.0, 4497.0, 4476.0, 4496.0, 4477.0, 4497.0, 4487.0, 4494.0, 4474.0, 4492.0, 4485.0, 4504.0, 4474.0, 4514.0, 4486.0, 4504.0, 4474.0, 4480.0, 4473.0, 4480.0, 4473.0, 4482.0, 4475.0, 4485.0, 4488.0, 4517.0, 4489.0, 4530.0, 4487.0, 4508.0, 4486.0, 4487.0, 4516.0, 4476.0, 4507.0, 4478.0, 4521.0, 4490.0, 4501.0, 4482.0, 4514.0, 4494.0, 4528.0, 4545.0, 4517.0, 4559.0, 4507.0, 4551.0, 4518.0, 4550.0, 4519.0, 4548.0, 4522.0, 4521.0, 4542.0, 4532.0, 4589.0, 4566.0, 4577.0, 4557.0, 4576.0, 4546.0, 4584.0, 4567.0, 4574.0, 4544.0, 4562.0, 4528.0, 4562.0, 4529.0, 4535.0, 4493.0, 4533.0, 4515.0, 4546.0, 4504.0, 4535.0, 4514.0, 4533.0, 4514.0, 4521.0, 4502.0, 4532.0, 4512.0, 4530.0, 4503.0, 4531.0, 4524.0, 4534.0, 4515.0, 4545.0, 4534.0, 4492.0, 4534.0, 4480.0, 4542.0, 4501.0, 4510.0, 4500.0, 4488.0, 4507.0, 4485.0, 4495.0, 4482.0, 4483.0, 4513.0, 4470.0, 4489.0, 4457.0, 4468.0, 4448.0, 4468.0, 4458.0, 4477.0, 4459.0, 4479.0, 4460.0, 4478.0, 4472.0, 4492.0, 4487.0, 4517.0, 4486.0, 4497.0, 4517.0, 4488.0, 4517.0], 'WindowWidth': [10059.0, 10084.0, 10014.0, 10019.0, 10008.0, 10011.0, 9967.0, 9994.0, 9963.0, 9990.0, 9967.0, 9920.0, 9879.0, 9865.0, 9952.0, 10025.0, 10008.0, 10026.0, 9997.0, 9982.0, 9996.0, 9964.0, 10011.0, 9963.0, 9996.0, 9963.0, 10100.0, 10019.0, 9998.0, 10013.0, 10048.0, 10021.0, 10035.0, 10040.0, 10033.0, 10067.0, 10036.0, 10015.0, 10072.0, 10021.0, 10032.0, 9984.0, 9948.0, 9936.0, 9899.0, 9922.0, 9849.0, 9899.0, 9858.0, 9873.0, 9823.0, 9854.0, 9839.0, 9876.0, 9865.0, 9894.0, 9879.0, 9923.0, 9882.0, 9883.0, 9901.0, 9895.0, 9953.0, 9947.0, 9952.0, 9942.0, 9948.0, 9979.0, 9936.0, 9943.0, 9923.0, 9977.0, 9961.0, 9999.0, 9986.0, 10013.0, 9963.0, 9989.0, 9942.0, 9960.0, 9918.0, 9918.0, 9964.0, 9933.0, 9963.0, 9941.0, 9928.0, 9968.0, 10011.0, 9920.0, 9945.0, 9961.0, 9941.0, 9988.0, 9949.0, 9984.0, 9973.0, 10009.0, 9985.0, 10009.0, 9969.0, 10007.0, 9963.0, 9991.0, 9939.0, 9973.0, 9929.0, 9900.0, 9946.0, 9876.0, 9920.0, 9858.0, 9893.0, 9873.0, 9905.0, 9962.0, 9923.0, 9966.0, 9956.0, 9925.0, 9974.0, 9968.0, 10026.0, 10023.0, 10079.0, 10019.0, 10054.0, 9996.0, 10040.0, 9996.0, 10060.0, 10014.0, 10023.0, 9974.0, 9998.0, 9993.0, 9959.0, 10006.0, 9938.0, 9964.0, 9920.0, 9945.0, 9906.0, 9940.0, 9924.0, 9944.0, 9950.0, 9938.0, 9937.0, 9968.0, 9933.0, 9992.0, 9961.0, 9982.0, 10023.0, 9965.0, 9990.0, 9930.0, 9956.0, 9949.0, 9967.0, 9989.0, 9975.0, 9954.0, 9985.0, 9960.0, 10019.0, 9987.0, 10021.0, 10018.0, 10003.0, 10033.0, 9968.0, 10001.0, 9946.0, 9980.0, 9971.0, 9943.0, 9988.0, 9921.0, 9969.0, 9929.0, 9973.0, 9919.0, 9968.0, 9921.0, 9965.0, 9963.0, 9967.0, 9988.0, 9991.0, 10024.0, 10035.0, 9984.0, 10035.0, 9989.0, 9998.0, 9938.0, 9938.0, 9987.0, 9930.0, 9946.0, 9909.0, 9916.0, 9953.0, 9878.0, 9918.0, 9875.0, 9905.0, 9871.0, 9897.0, 9939.0, 9897.0, 9934.0, 9901.0, 9939.0, 9922.0, 9976.0, 9950.0, 10017.0, 9967.0, 10028.0, 9967.0, 9989.0, 9934.0, 9989.0, 9947.0, 10013.0, 9949.0, 9997.0, 9961.0, 10000.0, 9979.0, 9968.0, 9977.0, 9977.0, 10013.0, 9976.0, 9997.0, 9994.0, 10019.0, 9994.0, 10031.0, 9992.0, 9984.0, 10010.0, 9994.0, 10031.0, 9960.0, 9980.0, 9945.0, 9988.0, 9961.0, 9994.0, 9974.0, 10013.0, 9971.0, 9994.0, 9940.0, 9971.0, 9911.0, 9976.0, 9925.0, 9953.0, 9889.0, 9924.0, 9897.0, 9928.0, 9941.0, 9911.0, 9963.0, 9888.0, 9913.0, 9887.0, 9918.0, 9899.0, 9935.0, 9910.0, 9895.0, 9922.0, 9950.0, 9977.0, 9969.0, 9968.0, 9967.0, 9950.0, 9939.0, 9955.0, 9984.0, 9932.0, 9946.0, 9935.0, 9981.0, 9954.0, 9953.0, 9948.0, 10002.0, 9981.0, 9986.0, 9985.0, 10024.0, 9984.0, 9993.0, 9961.0, 9991.0, 9957.0, 9968.0, 9915.0, 9949.0, 9906.0, 9967.0, 9921.0, 9944.0, 9930.0, 9949.0, 9917.0, 9947.0, 9925.0, 9949.0, 9927.0, 9889.0, 9938.0, 9875.0, 9901.0, 9868.0, 9871.0, 9850.0, 9847.0, 9871.0, 9851.0, 9874.0, 9850.0, 9876.0, 9869.0, 9911.0, 9880.0, 9934.0, 9896.0, 9907.0, 9905.0, 9957.0, 9946.0, 9906.0, 9945.0, 9923.0, 9932.0, 9958.0, 9954.0, 9939.0, 9950.0, 9909.0, 9957.0, 9898.0, 9947.0, 9895.0, 9911.0, 9896.0, 9929.0, 9880.0, 9907.0, 9916.0, 9933.0, 9891.0, 9958.0, 9928.0, 9992.0, 9935.0, 9992.0, 9949.0, 10006.0, 9980.0, 9980.0, 10026.0, 9965.0, 9974.0, 9973.0, 9963.0, 9965.0, 9939.0, 9929.0, 9915.0, 9945.0, 9942.0, 9964.0, 9919.0, 9931.0, 9928.0, 9900.0, 9940.0, 9900.0, 9944.0, 9916.0, 9959.0, 9890.0, 9917.0, 9877.0, 9920.0, 9889.0, 9891.0, 9897.0, 9889.0, 9898.0, 9884.0, 9881.0, 9888.0, 9885.0, 9904.0, 9902.0, 9910.0, 9923.0, 9912.0, 9924.0, 9944.0, 9907.0, 9917.0, 9901.0, 9973.0, 9909.0, 9945.0, 9899.0, 9930.0, 9884.0, 9926.0, 9905.0, 9917.0, 9909.0, 9899.0, 9954.0, 9940.0, 9898.0, 9918.0, 9895.0, 9937.0, 9908.0, 9964.0, 9899.0, 9946.0, 9911.0, 9925.0, 9925.0, 9890.0, 9939.0, 9868.0, 9895.0, 9846.0, 9849.0, 9876.0, 9869.0, 9892.0, 9853.0, 9860.0, 9871.0, 9920.0, 9898.0, 9937.0, 9895.0, 9932.0, 9918.0, 9950.0, 9905.0, 9937.0, 9897.0, 9939.0, 9925.0, 9947.0, 9930.0, 9936.0, 9958.0, 9910.0, 9956.0, 9922.0, 9959.0, 9980.0, 9937.0, 9966.0, 9926.0, 9962.0, 9938.0, 9964.0, 9938.0, 9961.0, 9923.0, 9953.0, 9933.0, 9943.0, 9995.0, 9940.0, 9988.0, 9957.0, 9921.0, 9925.0, 9899.0, 9993.0, 9974.0, 9960.0, 9971.0, 9963.0, 9896.0, 9989.0, 9941.0, 10004.0, 9975.0, 9953.0, 9976.0, 9951.0, 9960.0, 9964.0, 9925.0, 9970.0, 9915.0, 9932.0, 9882.0, 9932.0, 9899.0, 9951.0, 9898.0, 9914.0, 9891.0, 9894.0, 9926.0, 9927.0, 9992.0, 9954.0, 9969.0, 9900.0, 9903.0, 9858.0, 9897.0, 9860.0, 9878.0, 9881.0, 9850.0, 9908.0, 9845.0, 9877.0, 9841.0, 9870.0, 9850.0, 9889.0, 9881.0, 9903.0, 9873.0, 9915.0, 9901.0, 9961.0, 9896.0, 9926.0, 9906.0, 9931.0, 9944.0, 9967.0, 9931.0, 9936.0, 9985.0, 9950.0, 9967.0, 9925.0, 9947.0, 9924.0, 9962.0, 9944.0, 9973.0, 9933.0, 9951.0, 9919.0, 9922.0, 9979.0, 9933.0, 9946.0, 9922.0, 9962.0, 9917.0, 9940.0, 9897.0, 9927.0, 9896.0, 9911.0, 9899.0, 9889.0, 9922.0, 9881.0, 9942.0, 9882.0, 9891.0, 9893.0, 9878.0, 9906.0, 9887.0, 9892.0, 9933.0, 9890.0, 9918.0, 9869.0, 9895.0, 9849.0, 9879.0, 9856.0, 9884.0, 9847.0, 9880.0, 9850.0, 9899.0, 9878.0, 9881.0, 9894.0, 9875.0, 9930.0, 9871.0, 9907.0, 9871.0, 9911.0, 9891.0, 9923.0, 9902.0, 9929.0, 9919.0, 9899.0, 9920.0, 9920.0, 9971.0, 9987.0, 9936.0, 9964.0, 9905.0, 9934.0, 9943.0, 9903.0, 9949.0, 9922.0, 9930.0, 9905.0, 9947.0, 9937.0, 9917.0, 9960.0, 9929.0, 9993.0, 9965.0, 9991.0, 9950.0, 9995.0, 9945.0, 9975.0, 9910.0, 9956.0, 9922.0, 9952.0, 9931.0, 9938.0, 9910.0, 9921.0, 9910.0, 9905.0, 9903.0, 9902.0, 9966.0, 9943.0, 9971.0, 9902.0, 9925.0, 9880.0, 9920.0, 9899.0, 9938.0, 9893.0, 9925.0, 9883.0, 9916.0, 9863.0, 9876.0, 9840.0, 9841.0, 9853.0, 9824.0, 9877.0, 9820.0, 9862.0, 9826.0, 9884.0, 9864.0, 9904.0, 9886.0, 9856.0, 9886.0, 9882.0, 9944.0, 9956.0, 9906.0, 9919.0, 9874.0, 9906.0, 9900.0, 9890.0, 9933.0, 9891.0, 9918.0, 9873.0, 9906.0, 9889.0, 9906.0, 9904.0, 9896.0, 9955.0, 9913.0, 9941.0, 9915.0, 9939.0, 9898.0, 9937.0, 9897.0, 9941.0, 9904.0, 9948.0, 9943.0, 9996.0, 9947.0, 9986.0, 9923.0, 9880.0, 9927.0, 9925.0, 9993.0, 10008.0, 10095.0, 10000.0, 10015.0, 9999.0, 10003.0, 9986.0, 10021.0, 10003.0, 9953.0, 10020.0, 9959.0, 9984.0, 9933.0, 9917.0, 9875.0, 9874.0, 9942.0, 9891.0, 9911.0, 9839.0, 9815.0, 9859.0, 9845.0, 9879.0, 9851.0, 9877.0, 9857.0, 9885.0, 9870.0, 9876.0, 9848.0, 9869.0, 9864.0, 9891.0, 9848.0, 9904.0, 9867.0, 9889.0, 9844.0, 9850.0, 9845.0, 9852.0, 9844.0, 9856.0, 9853.0, 9867.0, 9876.0, 9914.0, 9877.0, 9935.0, 9873.0, 9903.0, 9868.0, 9872.0, 9912.0, 9854.0, 9899.0, 9862.0, 9926.0, 9882.0, 9900.0, 9876.0, 9922.0, 9894.0, 9946.0, 9971.0, 9929.0, 9991.0, 9917.0, 9983.0, 9931.0, 9980.0, 9938.0, 9976.0, 9949.0, 9945.0, 9975.0, 9960.0, 10052.0, 10015.0, 10029.0, 9999.0, 10026.0, 9982.0, 10038.0, 10016.0, 10024.0, 9975.0, 10000.0, 9944.0, 10006.0, 9948.0, 9954.0, 9888.0, 9946.0, 9925.0, 9968.0, 9908.0, 9953.0, 9920.0, 9949.0, 9923.0, 9927.0, 9902.0, 9947.0, 9917.0, 9940.0, 9903.0, 9943.0, 9936.0, 9951.0, 9927.0, 9968.0, 9950.0, 9886.0, 9946.0, 9860.0, 9953.0, 9893.0, 9902.0, 9891.0, 9874.0, 9896.0, 9862.0, 9879.0, 9857.0, 9858.0, 9908.0, 9834.0, 9863.0, 9812.0, 9829.0, 9800.0, 9830.0, 9817.0, 9841.0, 9820.0, 9848.0, 9823.0, 9846.0, 9844.0, 9871.0, 9875.0, 9913.0, 9870.0, 9885.0, 9916.0, 9875.0, 9917.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.0036659862385321103</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.042695508830275224</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.12578972548795</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2372289355338686</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0372971256716417</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5109</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4017.4436</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.21930895790411728</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>321</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>36.81192660550459</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3891864671967666</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2686380368205454</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.705880662759505</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1930407020102485</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0269668</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015027545392513275</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03505715727806091</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.128418461135985</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>33.3345</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.6096</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.7263</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292798.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1115.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.1001</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0617</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.4079</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3678.4657</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3866.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83746.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1354.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4736.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.5516</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.578261576243676</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> |