=== 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-0106 --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-0106",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0106_ses-03_task-social_acq-mb8_run-01_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-0106_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-01_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-0106/ses-03/func/sub-0106_ses-03_task-social_acq-mb8_run-01_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>42ffb4fb7c7f80763e48f4dbcabbfe84</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>18:48:6.425000</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.998717, -0.0133422, 0.0488426, 0.00435783, 0.983727, 0.179614]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.085361</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4241, -7815, -7240, 397, -77, -90, 93, 56]</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>231.217</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bd9d7e23-146e-4b49-b984-2f995a4667d1||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.67948579788208, 0.011691738851368427, 0.13619960844516754, 109.97077178955078], [0.035796139389276505, 2.6392688751220703, 0.48376232385635376, -113.89017486572266], [0.1310412436723709, -0.481892466545105, 2.6528143882751465, -55.20155334472656], [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': ['184806.425000', '184806.885000', '184807.345000', '184807.805000', '184808.265000', '184808.725000', '184809.185000', '184809.645000', '184810.105000', '184810.565000', '184811.025000', '184811.485000', '184811.945000', '184812.405000', '184812.865000', '184813.325000', '184813.785000', '184814.245000', '184814.705000', '184815.165000', '184815.625000', '184816.085000', '184816.545000', '184817.005000', '184817.465000', '184817.925000', '184818.385000', '184818.845000', '184819.305000', '184819.765000', '184820.225000', '184820.685000', '184821.145000', '184821.605000', '184822.065000', '184822.525000', '184822.985000', '184823.445000', '184823.905000', '184824.365000', '184824.825000', '184825.285000', '184825.745000', '184826.205000', '184826.665000', '184827.125000', '184827.585000', '184828.045000', '184828.505000', '184828.965000', '184829.425000', '184829.885000', '184830.345000', '184830.805000', '184831.265000', '184831.725000', '184832.185000', '184832.645000', '184833.105000', '184833.565000', '184834.025000', '184834.485000', '184834.945000', '184835.405000', '184835.865000', '184836.325000', '184836.785000', '184837.245000', '184837.705000', '184838.165000', '184838.625000', '184839.085000', '184839.545000', '184840.005000', '184840.465000', '184840.925000', '184841.385000', '184841.845000', '184842.305000', '184842.765000', '184843.225000', '184843.685000', '184844.145000', '184844.605000', '184845.065000', '184845.525000', '184845.985000', '184846.445000', '184846.905000', '184847.365000', '184847.825000', '184848.285000', '184848.745000', '184849.205000', '184849.665000', '184850.125000', '184850.585000', '184851.045000', '184851.505000', '184851.965000', '184852.425000', '184852.885000', '184853.345000', '184853.805000', '184854.265000', '184854.725000', '184855.185000', '184855.645000', '184856.105000', '184856.565000', '184857.025000', '184857.485000', '184857.945000', '184858.405000', '184858.865000', '184859.325000', '184859.785000', '184900.245000', '184900.705000', '184901.165000', '184901.625000', '184902.085000', '184902.545000', '184903.005000', '184903.465000', '184903.925000', '184904.385000', '184904.845000', '184905.305000', '184905.765000', '184906.225000', '184906.685000', '184907.145000', '184907.605000', '184908.065000', '184908.525000', '184908.985000', '184909.445000', '184909.905000', '184910.365000', '184910.825000', '184911.285000', '184911.745000', '184912.205000', '184912.665000', '184913.125000', '184913.585000', '184914.045000', '184914.505000', '184914.965000', '184915.425000', '184915.885000', '184916.345000', '184916.805000', '184917.265000', '184917.725000', '184918.185000', '184918.645000', '184919.105000', '184919.565000', '184920.025000', '184920.485000', '184920.945000', '184921.405000', '184921.865000', '184922.325000', '184922.785000', '184923.245000', '184923.705000', '184924.165000', '184924.625000', '184925.085000', '184925.545000', '184926.005000', '184926.465000', '184926.925000', '184927.385000', '184927.845000', '184928.305000', '184928.765000', '184929.225000', '184929.685000', '184930.145000', '184930.605000', '184931.065000', '184931.525000', '184931.985000', '184932.445000', '184932.905000', '184933.365000', '184933.825000', '184934.285000', '184934.745000', '184935.205000', '184935.665000', '184936.125000', '184936.585000', '184937.045000', '184937.505000', '184937.965000', '184938.425000', '184938.885000', '184939.345000', '184939.805000', '184940.265000', '184940.725000', '184941.185000', '184941.645000', '184942.105000', '184942.565000', '184943.025000', '184943.485000', '184943.945000', '184944.405000', '184944.865000', '184945.325000', '184945.785000', '184946.245000', '184946.705000', '184947.165000', '184947.625000', '184948.085000', '184948.545000', '184949.005000', '184949.465000', '184949.925000', '184950.385000', '184950.845000', '184951.305000', '184951.765000', '184952.225000', '184952.685000', '184953.145000', '184953.605000', '184954.065000', '184954.525000', '184954.985000', '184955.445000', '184955.905000', '184956.365000', '184956.825000', '184957.285000', '184957.745000', '184958.205000', '184958.665000', '184959.125000', '184959.585000', '185000.045000', '185000.505000', '185000.965000', '185001.425000', '185001.885000', '185002.345000', '185002.805000', '185003.265000', '185003.725000', '185004.185000', '185004.645000', '185005.105000', '185005.565000', '185006.025000', '185006.485000', '185006.945000', '185007.405000', '185007.865000', '185008.325000', '185008.785000', '185009.245000', '185009.705000', '185010.165000', '185010.625000', '185011.085000', '185011.545000', '185012.005000', '185012.465000', '185012.925000', '185013.385000', '185013.845000', '185014.305000', '185014.765000', '185015.225000', '185015.685000', '185016.145000', '185016.605000', '185017.065000', '185017.525000', '185017.985000', '185018.445000', '185018.905000', '185019.365000', '185019.825000', '185020.285000', '185020.745000', '185021.205000', '185021.665000', '185022.125000', '185022.585000', '185023.045000', '185023.505000', '185023.965000', '185024.425000', '185024.885000', '185025.345000', '185025.805000', '185026.265000', '185026.725000', '185027.185000', '185027.645000', '185028.105000', '185028.565000', '185029.025000', '185029.485000', '185029.945000', '185030.405000', '185030.865000', '185031.325000', '185031.785000', '185032.245000', '185032.705000', '185033.165000', '185033.625000', '185034.085000', '185034.545000', '185035.005000', '185035.465000', '185035.925000', '185036.385000', '185036.845000', '185037.305000', '185037.765000', '185038.225000', '185038.685000', '185039.145000', '185039.605000', '185040.065000', '185040.525000', '185040.985000', '185041.445000', '185041.905000', '185042.365000', '185042.825000', '185043.285000', '185043.745000', '185044.205000', '185044.665000', '185045.125000', '185045.585000', '185046.045000', '185046.505000', '185046.965000', '185047.425000', '185047.885000', '185048.345000', '185048.805000', '185049.265000', '185049.725000', '185050.185000', '185050.645000', '185051.105000', '185051.565000', '185052.025000', '185052.485000', '185052.945000', '185053.405000', '185053.865000', '185054.325000', '185054.785000', '185055.245000', '185055.705000', '185056.165000', '185056.625000', '185057.085000', '185057.545000', '185058.005000', '185058.465000', '185058.925000', '185059.385000', '185059.845000', '185100.305000', '185100.765000', '185101.225000', '185101.685000', '185102.145000', '185102.605000', '185103.065000', '185103.525000', '185103.985000', '185104.445000', '185104.905000', '185105.365000', '185105.825000', '185106.285000', '185106.745000', '185107.205000', '185107.665000', '185108.125000', '185108.585000', '185109.045000', '185109.505000', '185109.965000', '185110.425000', '185110.885000', '185111.345000', '185111.805000', '185112.265000', '185112.725000', '185113.185000', '185113.645000', '185114.105000', '185114.565000', '185115.025000', '185115.485000', '185115.945000', '185116.405000', '185116.865000', '185117.325000', '185117.785000', '185118.245000', '185118.705000', '185119.165000', '185119.625000', '185120.085000', '185120.545000', '185121.005000', '185121.465000', '185121.925000', '185122.385000', '185122.845000', '185123.305000', '185123.765000', '185124.225000', '185124.685000', '185125.145000', '185125.605000', '185126.065000', '185126.525000', '185126.985000', '185127.445000', '185127.905000', '185128.365000', '185128.825000', '185129.285000', '185129.745000', '185130.205000', '185130.665000', '185131.125000', '185131.585000', '185132.045000', '185132.505000', '185132.965000', '185133.425000', '185133.885000', '185134.345000', '185134.805000', '185135.265000', '185135.725000', '185136.185000', '185136.645000', '185137.105000', '185137.565000', '185138.025000', '185138.485000', '185138.945000', '185139.405000', '185139.865000', '185140.325000', '185140.785000', '185141.245000', '185141.705000', '185142.165000', '185142.625000', '185143.085000', '185143.545000', '185144.005000', '185144.465000', '185144.925000', '185145.385000', '185145.845000', '185146.305000', '185146.765000', '185147.225000', '185147.685000', '185148.145000', '185148.605000', '185149.065000', '185149.525000', '185149.985000', '185150.445000', '185150.905000', '185151.365000', '185151.825000', '185152.285000', '185152.745000', '185153.205000', '185153.665000', '185154.125000', '185154.585000', '185155.045000', '185155.505000', '185155.965000', '185156.425000', '185156.885000', '185157.345000', '185157.805000', '185158.265000', '185158.725000', '185159.185000', '185159.645000', '185200.105000', '185200.565000', '185201.025000', '185201.485000', '185201.945000', '185202.405000', '185202.865000', '185203.325000', '185203.785000', '185204.245000', '185204.705000', '185205.165000', '185205.625000', '185206.085000', '185206.545000', '185207.005000', '185207.465000', '185207.925000', '185208.385000', '185208.845000', '185209.305000', '185209.765000', '185210.225000', '185210.685000', '185211.145000', '185211.605000', '185212.065000', '185212.525000', '185212.985000', '185213.445000', '185213.905000', '185214.365000', '185214.825000', '185215.285000', '185215.745000', '185216.205000', '185216.665000', '185217.125000', '185217.585000', '185218.045000', '185218.505000', '185218.965000', '185219.425000', '185219.885000', '185220.345000', '185220.805000', '185221.265000', '185221.725000', '185222.185000', '185222.645000', '185223.105000', '185223.565000', '185224.025000', '185224.485000', '185224.945000', '185225.405000', '185225.865000', '185226.325000', '185226.785000', '185227.245000', '185227.705000', '185228.165000', '185228.625000', '185229.085000', '185229.545000', '185230.005000', '185230.465000', '185230.925000', '185231.385000', '185231.845000', '185232.305000', '185232.765000', '185233.225000', '185233.685000', '185234.145000', '185234.605000', '185235.065000', '185235.525000', '185235.985000', '185236.445000', '185236.905000', '185237.365000', '185237.825000', '185238.285000', '185238.745000', '185239.205000', '185239.665000', '185240.125000', '185240.585000', '185241.045000', '185241.505000', '185241.965000', '185242.425000', '185242.885000', '185243.345000', '185243.805000', '185244.265000', '185244.725000', '185245.185000', '185245.645000', '185246.105000', '185246.565000', '185247.025000', '185247.485000', '185247.945000', '185248.405000', '185248.865000', '185249.325000', '185249.785000', '185250.245000', '185250.705000', '185251.165000', '185251.625000', '185252.085000', '185252.545000', '185253.005000', '185253.465000', '185253.925000', '185254.385000', '185254.845000', '185255.305000', '185255.765000', '185256.225000', '185256.685000', '185257.145000', '185257.605000', '185258.065000', '185258.525000', '185258.985000', '185259.445000', '185259.905000', '185300.365000', '185300.825000', '185301.285000', '185301.745000', '185302.205000', '185302.665000', '185303.125000', '185303.585000', '185304.045000', '185304.505000', '185304.965000', '185305.425000', '185305.885000', '185306.345000', '185306.805000', '185307.265000', '185307.725000', '185308.185000', '185308.645000', '185309.105000', '185309.565000', '185310.025000', '185310.485000', '185310.945000', '185311.405000', '185311.865000', '185312.325000', '185312.785000', '185313.245000', '185313.705000', '185314.165000', '185314.625000', '185315.085000', '185315.545000', '185316.005000', '185316.465000', '185316.925000', '185317.385000', '185317.845000', '185318.305000', '185318.765000', '185319.225000', '185319.685000', '185320.145000', '185320.605000', '185321.065000', '185321.525000', '185321.985000', '185322.445000', '185322.905000', '185323.365000', '185323.825000', '185324.285000', '185324.745000', '185325.205000', '185325.665000', '185326.125000', '185326.585000', '185327.045000', '185327.505000', '185327.965000', '185328.425000', '185328.885000', '185329.345000', '185329.805000', '185330.265000', '185330.725000', '185331.185000', '185331.645000', '185332.105000', '185332.565000', '185333.025000', '185333.485000', '185333.945000', '185334.405000', '185334.865000', '185335.325000', '185335.785000', '185336.245000', '185336.705000', '185337.165000', '185337.625000', '185338.085000', '185338.545000', '185339.005000', '185339.465000', '185339.925000', '185340.385000', '185340.845000', '185341.305000', '185341.765000', '185342.225000', '185342.685000', '185343.145000', '185343.605000', '185344.065000', '185344.525000', '185344.985000', '185345.445000', '185345.905000', '185346.365000', '185346.825000', '185347.285000', '185347.745000', '185348.205000', '185348.665000', '185349.125000', '185349.585000', '185350.045000', '185350.505000', '185350.965000', '185351.425000', '185351.885000', '185352.345000', '185352.805000', '185353.265000', '185353.725000', '185354.185000', '185354.645000', '185355.105000', '185355.565000', '185356.025000', '185356.485000', '185356.945000', '185357.405000', '185357.865000', '185358.325000', '185358.785000', '185359.245000', '185359.705000', '185400.165000', '185400.625000', '185401.085000', '185401.545000', '185402.005000', '185402.465000', '185402.925000', '185403.385000', '185403.845000', '185404.305000', '185404.765000', '185405.225000', '185405.685000', '185406.145000', '185406.605000', '185407.065000', '185407.525000', '185407.985000', '185408.445000', '185408.905000', '185409.365000', '185409.825000', '185410.285000', '185410.745000', '185411.205000', '185411.665000', '185412.125000', '185412.585000', '185413.045000', '185413.505000', '185413.965000', '185414.425000', '185414.885000', '185415.345000', '185415.805000', '185416.265000', '185416.725000', '185417.185000', '185417.645000', '185418.105000', '185418.565000', '185419.025000', '185419.485000', '185419.945000', '185420.405000', '185420.865000', '185421.325000', '185421.785000', '185422.245000', '185422.705000', '185423.165000', '185423.625000', '185424.085000', '185424.545000', '185425.005000', '185425.465000', '185425.925000', '185426.385000', '185426.845000', '185427.305000', '185427.765000', '185428.225000', '185428.685000', '185429.145000', '185429.605000', '185430.065000', '185430.525000', '185430.985000', '185431.445000', '185431.905000', '185432.365000', '185432.825000', '185433.285000', '185433.745000', '185434.205000', '185434.665000', '185435.125000', '185435.585000', '185436.045000', '185436.505000', '185436.965000', '185437.425000', '185437.885000', '185438.345000', '185438.805000', '185439.265000', '185439.725000', '185440.185000', '185440.645000', '185441.105000', '185441.565000', '185442.025000', '185442.485000', '185442.945000', '185443.405000', '185443.865000', '185444.325000', '185444.785000', '185445.245000', '185445.705000', '185446.165000', '185446.625000', '185447.085000'], 'ContentTime': ['184835.897000', '184835.900000', '184835.903000', '184835.905000', '184835.908000', '184835.914000', '184835.917000', '184835.919000', '184835.922000', '184835.924000', '184835.927000', '184835.929000', '184835.932000', '184835.935000', '184835.937000', '184835.940000', '184835.942000', '184835.945000', '184835.947000', '184835.950000', '184835.953000', '184835.955000', '184835.958000', '184835.960000', '184835.963000', '184835.965000', '184835.968000', '184835.971000', '184835.973000', '184835.976000', '184835.978000', '184835.981000', '184835.984000', '184835.986000', '184835.989000', '184835.991000', '184835.994000', '184835.997000', '184836.000000', '184836.003000', '184836.006000', '184836.008000', '184836.028000', '184836.031000', '184836.034000', '184836.036000', '184836.039000', '184836.041000', '184836.044000', '184836.046000', '184836.049000', '184836.052000', '184836.054000', '184836.057000', '184836.059000', '184836.062000', '184836.065000', '184836.067000', '184836.070000', '184836.072000', '184836.075000', '184836.078000', '184855.847000', '184855.850000', '184855.853000', '184855.856000', '184855.858000', '184855.861000', '184855.863000', '184855.866000', '184855.869000', '184855.872000', '184855.874000', '184855.877000', '184855.879000', '184855.883000', '184855.886000', '184855.888000', '184855.891000', '184855.893000', '184855.896000', '184855.898000', '184855.901000', '184855.904000', '184855.906000', '184855.909000', '184855.911000', '184855.914000', '184855.917000', '184855.919000', '184855.922000', '184855.924000', '184855.928000', '184855.930000', '184855.933000', '184855.936000', '184855.938000', '184855.941000', '184855.944000', '184855.946000', '184855.949000', '184855.951000', '184855.954000', '184855.957000', '184855.959000', '184915.847000', '184915.850000', '184915.853000', '184915.855000', '184915.858000', '184915.860000', '184915.863000', '184915.865000', '184915.868000', '184915.871000', '184915.873000', '184915.876000', '184915.878000', '184915.881000', '184915.883000', '184915.886000', '184915.889000', '184915.891000', '184915.894000', '184915.896000', '184915.899000', '184915.901000', '184915.904000', '184915.907000', '184915.909000', '184915.912000', '184915.914000', '184915.917000', '184915.919000', '184915.922000', '184915.924000', '184915.927000', '184915.930000', '184915.932000', '184915.935000', '184915.937000', '184915.940000', '184915.943000', '184915.945000', '184915.948000', '184915.950000', '184915.953000', '184915.956000', '184915.958000', '184935.847000', '184935.849000', '184935.852000', '184935.854000', '184935.857000', '184935.860000', '184935.862000', '184935.865000', '184935.867000', '184935.870000', '184935.872000', '184935.875000', '184935.878000', '184935.880000', '184935.883000', '184935.885000', '184935.888000', '184935.890000', '184935.893000', '184935.895000', '184935.898000', '184935.901000', '184935.903000', '184935.906000', '184935.908000', '184935.911000', '184935.913000', '184935.917000', '184935.919000', '184935.922000', '184935.925000', '184935.927000', '184935.930000', '184935.932000', '184935.935000', '184935.938000', '184935.940000', '184935.943000', '184935.945000', '184935.948000', '184935.951000', '184935.953000', '184935.956000', '184955.846000', '184955.849000', '184955.852000', '184955.855000', '184955.857000', '184955.860000', '184955.862000', '184955.865000', '184955.867000', '184955.870000', '184955.872000', '184955.875000', '184955.878000', '184955.880000', '184955.883000', '184955.885000', '184955.888000', '184955.891000', '184955.893000', '184955.909000', '184955.912000', '184955.915000', '184955.917000', '184955.920000', '184955.922000', '184955.925000', '184955.927000', '184955.930000', '184955.933000', '184955.935000', '184955.938000', '184955.940000', '184955.943000', '184955.945000', '184955.948000', '184955.951000', '184955.953000', '184955.956000', '184955.958000', '184955.961000', '184955.964000', '184955.966000', '184955.969000', '184955.972000', '185015.847000', '185015.850000', '185015.853000', '185015.856000', '185015.858000', '185015.861000', '185015.863000', '185015.866000', '185015.869000', '185015.871000', '185015.874000', '185015.876000', '185015.879000', '185015.882000', '185015.884000', '185015.887000', '185015.889000', '185015.892000', '185015.895000', '185015.897000', '185015.900000', '185015.903000', '185015.905000', '185015.908000', '185015.910000', '185015.913000', '185015.916000', '185015.918000', '185015.921000', '185015.923000', '185015.926000', '185015.929000', '185015.931000', '185015.934000', '185015.936000', '185015.939000', '185015.942000', '185015.944000', '185015.947000', '185015.949000', '185015.952000', '185015.954000', '185015.957000', '185035.847000', '185035.850000', '185035.854000', '185035.856000', '185035.859000', '185035.861000', '185035.864000', '185035.866000', '185035.869000', '185035.872000', '185035.874000', '185035.877000', '185035.879000', '185035.882000', '185035.884000', '185035.887000', '185035.890000', '185035.892000', '185035.895000', '185035.897000', '185035.900000', '185035.903000', '185035.906000', '185035.908000', '185035.911000', '185035.913000', '185035.916000', '185035.918000', '185035.921000', '185035.924000', '185035.926000', '185035.929000', '185035.931000', '185035.934000', '185035.937000', '185035.939000', '185035.942000', '185035.944000', '185035.947000', '185035.950000', '185035.952000', '185035.955000', '185035.957000', '185035.960000', '185055.847000', '185055.850000', '185055.853000', '185055.855000', '185055.858000', '185055.861000', '185055.863000', '185055.866000', '185055.869000', '185055.871000', '185055.874000', '185055.876000', '185055.879000', '185055.881000', '185055.884000', '185055.887000', '185055.889000', '185055.892000', '185055.894000', '185055.897000', '185055.900000', '185055.902000', '185055.905000', '185055.908000', '185055.910000', '185055.913000', '185055.915000', '185055.918000', '185055.921000', '185055.923000', '185055.926000', '185055.935000', '185055.937000', '185055.940000', '185055.942000', '185055.945000', '185055.948000', '185055.950000', '185055.953000', '185055.955000', '185055.958000', '185055.961000', '185055.963000', '185115.847000', '185115.851000', '185115.853000', '185115.856000', '185115.858000', '185115.861000', '185115.864000', '185115.867000', '185115.869000', '185115.872000', '185115.874000', '185115.877000', '185115.880000', '185115.882000', '185115.885000', '185115.888000', '185115.891000', '185115.894000', '185115.896000', '185115.899000', '185115.902000', '185115.904000', '185115.907000', '185115.910000', '185115.912000', '185115.915000', '185115.917000', '185115.920000', '185115.923000', '185115.926000', '185115.928000', '185115.931000', '185115.934000', '185115.936000', '185115.939000', '185115.942000', '185115.944000', '185115.947000', '185115.949000', '185115.952000', '185115.955000', '185115.957000', '185115.960000', '185115.963000', '185135.868000', '185135.871000', '185135.873000', '185135.876000', '185135.878000', '185135.881000', '185135.884000', '185135.886000', '185135.889000', '185135.891000', '185135.894000', '185135.897000', '185135.899000', '185135.902000', '185135.904000', '185135.907000', '185135.910000', '185135.912000', '185135.915000', '185135.918000', '185135.920000', '185135.923000', '185135.925000', '185135.928000', '185135.930000', '185135.933000', '185135.935000', '185135.938000', '185135.941000', '185135.943000', '185135.946000', '185135.948000', '185135.951000', '185135.953000', '185135.956000', '185135.959000', '185135.961000', '185135.964000', '185135.967000', '185135.969000', '185135.972000', '185135.974000', '185135.977000', '185155.846000', '185155.849000', '185155.852000', '185155.854000', '185155.857000', '185155.860000', '185155.862000', '185155.865000', '185155.868000', '185155.870000', '185155.873000', '185155.875000', '185155.878000', '185155.880000', '185155.883000', '185155.886000', '185155.889000', '185155.891000', '185155.894000', '185155.896000', '185155.899000', '185155.901000', '185155.904000', '185155.907000', '185155.909000', '185155.912000', '185155.914000', '185155.917000', '185155.920000', '185155.922000', '185155.925000', '185155.927000', '185155.930000', '185155.932000', '185155.935000', '185155.937000', '185155.940000', '185155.943000', '185155.945000', '185155.948000', '185155.950000', '185155.953000', '185155.955000', '185155.958000', '185215.847000', '185215.849000', '185215.852000', '185215.855000', '185215.857000', '185215.860000', '185215.862000', '185215.865000', '185215.885000', '185215.888000', '185215.891000', '185215.893000', '185215.896000', '185215.898000', '185215.901000', '185215.903000', '185215.906000', '185215.909000', '185215.912000', '185215.915000', '185215.918000', '185215.920000', '185215.923000', '185215.925000', '185215.928000', '185215.939000', '185215.941000', '185215.944000', '185215.947000', '185215.949000', '185215.952000', '185215.954000', '185215.957000', '185215.960000', '185215.962000', '185215.965000', '185215.968000', '185215.970000', '185215.973000', '185215.975000', '185215.978000', '185215.981000', '185215.983000', '185235.847000', '185235.850000', '185235.853000', '185235.855000', '185235.858000', '185235.861000', '185235.864000', '185235.874000', '185235.877000', '185235.879000', '185235.882000', '185235.885000', '185235.887000', '185235.890000', '185235.892000', '185235.895000', '185235.898000', '185235.900000', '185235.903000', '185235.906000', '185235.908000', '185235.911000', '185235.913000', '185235.916000', '185235.919000', '185235.921000', '185235.924000', '185235.927000', '185235.929000', '185235.932000', '185235.934000', '185235.937000', '185235.939000', '185235.942000', '185235.944000', '185235.947000', '185235.950000', '185235.952000', '185235.955000', '185235.957000', '185235.960000', '185235.962000', '185235.965000', '185235.968000', '185255.847000', '185255.851000', '185255.853000', '185255.856000', '185255.858000', '185255.861000', '185255.864000', '185255.866000', '185255.869000', '185255.872000', '185255.874000', '185255.877000', '185255.880000', '185255.882000', '185255.885000', '185255.887000', '185255.890000', '185255.892000', '185255.895000', '185255.898000', '185255.900000', '185255.903000', '185255.905000', '185255.908000', '185255.910000', '185255.939000', '185255.941000', '185255.944000', '185255.947000', '185255.949000', '185255.952000', '185255.954000', '185255.957000', '185255.960000', '185255.962000', '185255.965000', '185255.967000', '185255.970000', '185255.973000', '185255.975000', '185255.978000', '185255.980000', '185255.983000', '185315.848000', '185315.850000', '185315.853000', '185315.856000', '185315.858000', '185315.861000', '185315.864000', '185315.866000', '185315.869000', '185315.871000', '185315.874000', '185315.877000', '185315.879000', '185315.882000', '185315.884000', '185315.887000', '185315.890000', '185315.892000', '185315.895000', '185315.897000', '185315.900000', '185315.903000', '185315.905000', '185315.908000', '185315.910000', '185315.913000', '185315.916000', '185315.918000', '185315.921000', '185315.924000', '185315.926000', '185315.929000', '185315.931000', '185315.934000', '185315.937000', '185315.939000', '185315.942000', '185315.944000', '185315.947000', '185315.950000', '185315.952000', '185315.955000', '185315.957000', '185315.960000', '185335.847000', '185335.850000', '185335.853000', '185335.855000', '185335.858000', '185335.861000', '185335.863000', '185335.866000', '185335.869000', '185335.871000', '185335.874000', '185335.876000', '185335.879000', '185335.882000', '185335.884000', '185335.887000', '185335.890000', '185335.892000', '185335.895000', '185335.897000', '185335.900000', '185335.902000', '185335.905000', '185335.908000', '185335.910000', '185335.913000', '185335.915000', '185335.918000', '185335.921000', '185335.923000', '185335.926000', '185335.928000', '185335.931000', '185335.934000', '185335.936000', '185335.939000', '185335.942000', '185335.944000', '185335.947000', '185335.949000', '185335.952000', '185335.954000', '185335.957000', '185355.848000', '185355.851000', '185355.854000', '185355.856000', '185355.859000', '185355.862000', '185355.864000', '185355.867000', '185355.869000', '185355.872000', '185355.875000', '185355.877000', '185355.880000', '185355.882000', '185355.885000', '185355.888000', '185355.890000', '185355.893000', '185355.895000', '185355.898000', '185355.901000', '185355.904000', '185355.906000', '185355.909000', '185355.911000', '185355.914000', '185355.917000', '185355.919000', '185355.922000', '185355.925000', '185355.927000', '185355.930000', '185355.932000', '185355.935000', '185355.938000', '185355.940000', '185355.943000', '185355.945000', '185355.948000', '185355.951000', '185355.953000', '185355.956000', '185355.958000', '185355.961000', '185415.846000', '185415.849000', '185415.852000', '185415.855000', '185415.857000', '185415.860000', '185415.862000', '185415.865000', '185415.868000', '185415.870000', '185415.873000', '185415.875000', '185415.878000', '185415.881000', '185415.883000', '185415.886000', '185415.888000', '185415.891000', '185415.893000', '185415.896000', '185415.899000', '185415.901000', '185415.904000', '185415.907000', '185415.909000', '185415.912000', '185415.914000', '185415.917000', '185415.920000', '185415.922000', '185415.925000', '185415.928000', '185415.930000', '185415.933000', '185415.935000', '185415.938000', '185415.941000', '185415.944000', '185415.946000', '185415.949000', '185415.953000', '185415.955000', '185415.958000', '185435.847000', '185435.849000', '185435.852000', '185435.855000', '185435.858000', '185435.860000', '185435.863000', '185435.866000', '185435.884000', '185435.887000', '185435.889000', '185435.892000', '185435.894000', '185435.897000', '185435.899000', '185435.902000', '185435.905000', '185435.907000', '185435.910000', '185435.912000', '185435.915000', '185435.917000', '185435.920000', '185435.923000', '185435.925000', '185435.928000', '185435.930000', '185435.933000', '185435.935000', '185435.938000', '185435.941000', '185435.943000', '185435.946000', '185435.948000', '185435.951000', '185435.954000', '185435.956000', '185435.959000', '185435.961000', '185435.964000', '185435.966000', '185435.969000', '185435.971000', '185448.254000', '185448.257000', '185448.260000', '185448.262000', '185448.265000', '185448.268000', '185448.271000', '185448.273000', '185448.276000', '185448.279000', '185448.282000', '185448.284000', '185448.287000', '185448.290000', '185448.292000', '185448.295000', '185448.298000', '185448.300000', '185448.303000', '185448.306000', '185448.308000', '185448.311000', '185448.313000', '185448.316000', '185448.319000', '185448.321000', '185448.325000', '185448.329000'], 'InstanceCreationTime': ['184835.897000', '184835.900000', '184835.903000', '184835.905000', '184835.908000', '184835.914000', '184835.917000', '184835.919000', '184835.922000', '184835.924000', '184835.927000', '184835.929000', '184835.932000', '184835.935000', '184835.937000', '184835.940000', '184835.942000', '184835.945000', '184835.947000', '184835.950000', '184835.953000', '184835.955000', '184835.958000', '184835.960000', '184835.963000', '184835.965000', '184835.968000', '184835.971000', '184835.973000', '184835.976000', '184835.978000', '184835.981000', '184835.984000', '184835.986000', '184835.989000', '184835.991000', '184835.994000', '184835.997000', '184836.000000', '184836.003000', '184836.006000', '184836.008000', '184836.028000', '184836.031000', '184836.034000', '184836.036000', '184836.039000', '184836.041000', '184836.044000', '184836.046000', '184836.049000', '184836.052000', '184836.054000', '184836.057000', '184836.059000', '184836.062000', '184836.065000', '184836.067000', '184836.070000', '184836.072000', '184836.075000', '184836.078000', '184855.847000', '184855.850000', '184855.853000', '184855.856000', '184855.858000', '184855.861000', '184855.863000', '184855.866000', '184855.869000', '184855.872000', '184855.874000', '184855.877000', '184855.879000', '184855.883000', '184855.886000', '184855.888000', '184855.891000', '184855.893000', '184855.896000', '184855.898000', '184855.901000', '184855.904000', '184855.906000', '184855.909000', '184855.911000', '184855.914000', '184855.917000', '184855.919000', '184855.922000', '184855.924000', '184855.928000', '184855.930000', '184855.933000', '184855.936000', '184855.938000', '184855.941000', '184855.944000', '184855.946000', '184855.949000', '184855.951000', '184855.954000', '184855.957000', '184855.959000', '184915.847000', '184915.850000', '184915.853000', '184915.855000', '184915.858000', '184915.860000', '184915.863000', '184915.865000', '184915.868000', '184915.871000', '184915.873000', '184915.876000', '184915.878000', '184915.881000', '184915.883000', '184915.886000', '184915.889000', '184915.891000', '184915.894000', '184915.896000', '184915.899000', '184915.901000', '184915.904000', '184915.907000', '184915.909000', '184915.912000', '184915.914000', '184915.917000', '184915.919000', '184915.922000', '184915.924000', '184915.927000', '184915.930000', '184915.932000', '184915.935000', '184915.937000', '184915.940000', '184915.943000', '184915.945000', '184915.948000', '184915.950000', '184915.953000', '184915.956000', '184915.958000', '184935.847000', '184935.849000', '184935.852000', '184935.854000', '184935.857000', '184935.860000', '184935.862000', '184935.865000', '184935.867000', '184935.870000', '184935.872000', '184935.875000', '184935.878000', '184935.880000', '184935.883000', '184935.885000', '184935.888000', '184935.890000', '184935.893000', '184935.895000', '184935.898000', '184935.901000', '184935.903000', '184935.906000', '184935.908000', '184935.911000', '184935.913000', '184935.917000', '184935.919000', '184935.922000', '184935.925000', '184935.927000', '184935.930000', '184935.932000', '184935.935000', '184935.938000', '184935.940000', '184935.943000', '184935.945000', '184935.948000', '184935.951000', '184935.953000', '184935.956000', '184955.846000', '184955.849000', '184955.852000', '184955.855000', '184955.857000', '184955.860000', '184955.862000', '184955.865000', '184955.867000', '184955.870000', '184955.872000', '184955.875000', '184955.878000', '184955.880000', '184955.883000', '184955.885000', '184955.888000', '184955.891000', '184955.893000', '184955.909000', '184955.912000', '184955.915000', '184955.917000', '184955.920000', '184955.922000', '184955.925000', '184955.927000', '184955.930000', '184955.933000', '184955.935000', '184955.938000', '184955.940000', '184955.943000', '184955.945000', '184955.948000', '184955.951000', '184955.953000', '184955.956000', '184955.958000', '184955.961000', '184955.964000', '184955.966000', '184955.969000', '184955.972000', '185015.847000', '185015.850000', '185015.853000', '185015.856000', '185015.858000', '185015.861000', '185015.863000', '185015.866000', '185015.869000', '185015.871000', '185015.874000', '185015.876000', '185015.879000', '185015.882000', '185015.884000', '185015.887000', '185015.889000', '185015.892000', '185015.895000', '185015.897000', '185015.900000', '185015.903000', '185015.905000', '185015.908000', '185015.910000', '185015.913000', '185015.916000', '185015.918000', '185015.921000', '185015.923000', '185015.926000', '185015.929000', '185015.931000', '185015.934000', '185015.936000', '185015.939000', '185015.942000', '185015.944000', '185015.947000', '185015.949000', '185015.952000', '185015.954000', '185015.957000', '185035.847000', '185035.850000', '185035.854000', '185035.856000', '185035.859000', '185035.861000', '185035.864000', '185035.866000', '185035.869000', '185035.872000', '185035.874000', '185035.877000', '185035.879000', '185035.882000', '185035.884000', '185035.887000', '185035.890000', '185035.892000', '185035.895000', '185035.897000', '185035.900000', '185035.903000', '185035.906000', '185035.908000', '185035.911000', '185035.913000', '185035.916000', '185035.918000', '185035.921000', '185035.924000', '185035.926000', '185035.929000', '185035.931000', '185035.934000', '185035.937000', '185035.939000', '185035.942000', '185035.944000', '185035.947000', '185035.950000', '185035.952000', '185035.955000', '185035.957000', '185035.960000', '185055.847000', '185055.850000', '185055.853000', '185055.855000', '185055.858000', '185055.861000', '185055.863000', '185055.866000', '185055.869000', '185055.871000', '185055.874000', '185055.876000', '185055.879000', '185055.881000', '185055.884000', '185055.887000', '185055.889000', '185055.892000', '185055.894000', '185055.897000', '185055.900000', '185055.902000', '185055.905000', '185055.908000', '185055.910000', '185055.913000', '185055.915000', '185055.918000', '185055.921000', '185055.923000', '185055.926000', '185055.935000', '185055.937000', '185055.940000', '185055.942000', '185055.945000', '185055.948000', '185055.950000', '185055.953000', '185055.955000', '185055.958000', '185055.961000', '185055.963000', '185115.847000', '185115.851000', '185115.853000', '185115.856000', '185115.858000', '185115.861000', '185115.864000', '185115.867000', '185115.869000', '185115.872000', '185115.874000', '185115.877000', '185115.880000', '185115.882000', '185115.885000', '185115.888000', '185115.891000', '185115.894000', '185115.896000', '185115.899000', '185115.902000', '185115.904000', '185115.907000', '185115.910000', '185115.912000', '185115.915000', '185115.917000', '185115.920000', '185115.923000', '185115.926000', '185115.928000', '185115.931000', '185115.934000', '185115.936000', '185115.939000', '185115.942000', '185115.944000', '185115.947000', '185115.949000', '185115.952000', '185115.955000', '185115.957000', '185115.960000', '185115.963000', '185135.868000', '185135.871000', '185135.873000', '185135.876000', '185135.878000', '185135.881000', '185135.884000', '185135.886000', '185135.889000', '185135.891000', '185135.894000', '185135.897000', '185135.899000', '185135.902000', '185135.904000', '185135.907000', '185135.910000', '185135.912000', '185135.915000', '185135.918000', '185135.920000', '185135.923000', '185135.925000', '185135.928000', '185135.930000', '185135.933000', '185135.935000', '185135.938000', '185135.941000', '185135.943000', '185135.946000', '185135.948000', '185135.951000', '185135.953000', '185135.956000', '185135.959000', '185135.961000', '185135.964000', '185135.967000', '185135.969000', '185135.972000', '185135.974000', '185135.977000', '185155.846000', '185155.849000', '185155.852000', '185155.854000', '185155.857000', '185155.860000', '185155.862000', '185155.865000', '185155.868000', '185155.870000', '185155.873000', '185155.875000', '185155.878000', '185155.880000', '185155.883000', '185155.886000', '185155.889000', '185155.891000', '185155.894000', '185155.896000', '185155.899000', '185155.901000', '185155.904000', '185155.907000', '185155.909000', '185155.912000', '185155.914000', '185155.917000', '185155.920000', '185155.922000', '185155.925000', '185155.927000', '185155.930000', '185155.932000', '185155.935000', '185155.937000', '185155.940000', '185155.943000', '185155.945000', '185155.948000', '185155.950000', '185155.953000', '185155.955000', '185155.958000', '185215.847000', '185215.849000', '185215.852000', '185215.855000', '185215.857000', '185215.860000', '185215.862000', '185215.865000', '185215.885000', '185215.888000', '185215.891000', '185215.893000', '185215.896000', '185215.898000', '185215.901000', '185215.903000', '185215.906000', '185215.909000', '185215.912000', '185215.915000', '185215.918000', '185215.920000', '185215.923000', '185215.925000', '185215.928000', '185215.939000', '185215.941000', '185215.944000', '185215.947000', '185215.949000', '185215.952000', '185215.954000', '185215.957000', '185215.960000', '185215.962000', '185215.965000', '185215.968000', '185215.970000', '185215.973000', '185215.975000', '185215.978000', '185215.981000', '185215.983000', '185235.847000', '185235.850000', '185235.853000', '185235.855000', '185235.858000', '185235.861000', '185235.864000', '185235.874000', '185235.877000', '185235.879000', '185235.882000', '185235.885000', '185235.887000', '185235.890000', '185235.892000', '185235.895000', '185235.898000', '185235.900000', '185235.903000', '185235.906000', '185235.908000', '185235.911000', '185235.913000', '185235.916000', '185235.919000', '185235.921000', '185235.924000', '185235.927000', '185235.929000', '185235.932000', '185235.934000', '185235.937000', '185235.939000', '185235.942000', '185235.944000', '185235.947000', '185235.950000', '185235.952000', '185235.955000', '185235.957000', '185235.960000', '185235.962000', '185235.965000', '185235.968000', '185255.847000', '185255.851000', '185255.853000', '185255.856000', '185255.858000', '185255.861000', '185255.864000', '185255.866000', '185255.869000', '185255.872000', '185255.874000', '185255.877000', '185255.880000', '185255.882000', '185255.885000', '185255.887000', '185255.890000', '185255.892000', '185255.895000', '185255.898000', '185255.900000', '185255.903000', '185255.905000', '185255.908000', '185255.910000', '185255.939000', '185255.941000', '185255.944000', '185255.947000', '185255.949000', '185255.952000', '185255.954000', '185255.957000', '185255.960000', '185255.962000', '185255.965000', '185255.967000', '185255.970000', '185255.973000', '185255.975000', '185255.978000', '185255.980000', '185255.983000', '185315.848000', '185315.850000', '185315.853000', '185315.856000', '185315.858000', '185315.861000', '185315.864000', '185315.866000', '185315.869000', '185315.871000', '185315.874000', '185315.877000', '185315.879000', '185315.882000', '185315.884000', '185315.887000', '185315.890000', '185315.892000', '185315.895000', '185315.897000', '185315.900000', '185315.903000', '185315.905000', '185315.908000', '185315.910000', '185315.913000', '185315.916000', '185315.918000', '185315.921000', '185315.924000', '185315.926000', '185315.929000', '185315.931000', '185315.934000', '185315.937000', '185315.939000', '185315.942000', '185315.944000', '185315.947000', '185315.950000', '185315.952000', '185315.955000', '185315.957000', '185315.960000', '185335.847000', '185335.850000', '185335.853000', '185335.855000', '185335.858000', '185335.861000', '185335.863000', '185335.866000', '185335.869000', '185335.871000', '185335.874000', '185335.876000', '185335.879000', '185335.882000', '185335.884000', '185335.887000', '185335.890000', '185335.892000', '185335.895000', '185335.897000', '185335.900000', '185335.902000', '185335.905000', '185335.908000', '185335.910000', '185335.913000', '185335.915000', '185335.918000', '185335.921000', '185335.923000', '185335.926000', '185335.928000', '185335.931000', '185335.934000', '185335.936000', '185335.939000', '185335.942000', '185335.944000', '185335.947000', '185335.949000', '185335.952000', '185335.954000', '185335.957000', '185355.848000', '185355.851000', '185355.854000', '185355.856000', '185355.859000', '185355.862000', '185355.864000', '185355.867000', '185355.869000', '185355.872000', '185355.875000', '185355.877000', '185355.880000', '185355.882000', '185355.885000', '185355.888000', '185355.890000', '185355.893000', '185355.895000', '185355.898000', '185355.901000', '185355.904000', '185355.906000', '185355.909000', '185355.911000', '185355.914000', '185355.917000', '185355.919000', '185355.922000', '185355.925000', '185355.927000', '185355.930000', '185355.932000', '185355.935000', '185355.938000', '185355.940000', '185355.943000', '185355.945000', '185355.948000', '185355.951000', '185355.953000', '185355.956000', '185355.958000', '185355.961000', '185415.846000', '185415.849000', '185415.852000', '185415.855000', '185415.857000', '185415.860000', '185415.862000', '185415.865000', '185415.868000', '185415.870000', '185415.873000', '185415.875000', '185415.878000', '185415.881000', '185415.883000', '185415.886000', '185415.888000', '185415.891000', '185415.893000', '185415.896000', '185415.899000', '185415.901000', '185415.904000', '185415.907000', '185415.909000', '185415.912000', '185415.914000', '185415.917000', '185415.920000', '185415.922000', '185415.925000', '185415.928000', '185415.930000', '185415.933000', '185415.935000', '185415.938000', '185415.941000', '185415.944000', '185415.946000', '185415.949000', '185415.953000', '185415.955000', '185415.958000', '185435.847000', '185435.849000', '185435.852000', '185435.855000', '185435.858000', '185435.860000', '185435.863000', '185435.866000', '185435.884000', '185435.887000', '185435.889000', '185435.892000', '185435.894000', '185435.897000', '185435.899000', '185435.902000', '185435.905000', '185435.907000', '185435.910000', '185435.912000', '185435.915000', '185435.917000', '185435.920000', '185435.923000', '185435.925000', '185435.928000', '185435.930000', '185435.933000', '185435.935000', '185435.938000', '185435.941000', '185435.943000', '185435.946000', '185435.948000', '185435.951000', '185435.954000', '185435.956000', '185435.959000', '185435.961000', '185435.964000', '185435.966000', '185435.969000', '185435.971000', '185448.254000', '185448.257000', '185448.260000', '185448.262000', '185448.265000', '185448.268000', '185448.271000', '185448.273000', '185448.276000', '185448.279000', '185448.282000', '185448.284000', '185448.287000', '185448.290000', '185448.292000', '185448.295000', '185448.298000', '185448.300000', '185448.303000', '185448.306000', '185448.308000', '185448.311000', '185448.313000', '185448.316000', '185448.319000', '185448.321000', '185448.325000', '185448.329000'], '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': [10786, 9998, 8942, 10085, 8290, 9928, 12088, 9742, 8558, 9147, 8689, 9674, 8422, 8729, 9875, 10338, 10001, 11519, 9993, 8186, 9929, 15162, 9866, 9374, 10039, 9147, 9907, 10765, 10031, 9568, 9631, 9104, 9338, 9316, 8982, 10336, 8488, 10562, 13919, 10331, 8161, 10020, 9623, 10000, 10221, 9311, 9831, 9277, 9457, 8585, 10291, 14982, 10605, 9531, 9968, 9161, 9710, 8646, 9622, 8951, 9537, 9757, 9117, 10867, 13202, 10665, 8606, 10155, 8623, 10644, 11124, 10363, 9379, 9952, 9386, 10507, 9895, 10644, 13002, 10586, 8959, 9544, 9230, 10725, 8877, 10456, 12267, 10478, 8430, 10344, 12874, 10538, 9885, 9780, 9741, 9668, 10597, 11092, 10638, 15595, 10733, 10531, 11626, 13199, 10313, 9226, 9841, 8834, 9313, 8695, 9511, 8504, 10170, 8979, 10082, 10640, 10011, 9998, 9495, 10423, 9170, 10544, 13205, 11345, 10813, 10234, 9318, 10049, 8716, 10002, 8401, 9766, 9150, 10075, 10025, 9730, 9576, 9539, 10544, 13424, 10687, 9608, 10346, 11134, 10386, 9138, 10510, 9006, 9915, 9167, 9903, 9812, 9735, 9046, 9849, 9058, 9450, 10477, 10841, 9913, 8980, 9182, 9246, 10502, 12074, 10497, 10572, 11293, 10566, 10290, 9474, 9884, 10772, 9565, 10223, 9351, 9179, 9194, 10681, 13845, 10599, 9711, 10693, 13316, 10274, 8932, 9646, 8850, 9243, 9515, 9137, 10330, 12460, 10254, 9428, 9925, 9397, 9803, 8656, 9924, 9013, 9457, 10547, 11146, 10629, 15406, 10880, 10920, 10258, 8568, 10150, 11007, 10257, 9034, 9569, 8583, 9730, 9773, 9054, 10499, 13280, 10612, 12205, 10299, 10499, 10071, 9484, 9850, 9058, 10035, 9518, 10015, 9304, 9651, 10899, 9038, 10180, 9143, 8800, 8529, 9890, 9787, 10171, 9454, 9846, 9847, 9143, 9833, 9655, 9296, 10023, 15306, 12112, 10384, 9220, 10212, 8580, 10224, 13412, 9785, 9953, 9782, 8466, 8835, 10313, 12953, 10279, 10030, 11375, 8881, 9833, 8792, 9135, 10079, 8515, 10150, 13889, 9817, 9345, 9690, 11829, 9801, 8939, 9119, 9380, 9027, 10743, 8918, 10357, 8384, 10097, 12557, 9980, 9853, 10243, 8926, 9046, 8465, 10112, 11064, 10658, 9800, 10507, 9727, 9765, 9295, 10094, 9556, 10558, 12057, 9915, 9249, 9367, 9840, 9009, 10349, 9169, 10479, 8974, 9113, 9165, 8901, 8917, 10273, 8575, 10245, 9427, 10106, 8831, 10199, 12649, 10189, 12478, 10284, 10119, 11093, 10439, 9647, 8775, 9545, 8665, 9342, 8843, 9368, 8887, 9700, 8948, 9045, 8753, 8892, 10186, 9226, 9481, 8584, 9031, 8525, 9393, 13002, 9698, 11000, 10407, 12797, 9365, 9765, 9169, 9936, 10607, 9854, 11666, 9978, 14109, 9743, 8048, 9607, 7905, 9557, 10712, 9730, 9532, 8628, 8095, 9476, 8455, 7830, 8412, 9244, 9181, 10435, 10030, 11085, 9300, 10245, 9453, 9536, 9820, 9432, 9619, 10512, 9156, 10146, 8939, 8553, 8899, 8874, 8874, 9524, 8804, 9456, 9047, 8653, 8668, 10228, 8333, 10375, 12901, 10436, 8494, 9558, 8917, 10336, 12213, 10387, 12259, 10526, 8174, 10264, 8595, 10321, 12748, 10359, 14431, 12190, 8116, 10281, 8476, 10219, 12345, 10671, 8602, 10207, 8182, 10255, 12381, 10556, 8408, 9795, 8872, 10301, 9552, 10487, 13761, 11975, 8249, 9523, 8675, 10193, 10889, 10203, 14425, 10580, 11136, 9781, 10257, 9634, 10169, 11574, 10207, 7935, 9790, 9425, 10105, 10189, 10987, 10317, 9736, 9209, 9192, 10210, 8577, 10429, 13891, 9853, 8506, 10111, 8275, 9846, 10281, 9529, 9034, 8882, 9812, 8467, 9573, 10132, 9714, 9790, 11361, 9822, 14944, 9947, 10142, 8857, 10139, 12790, 9900, 12131, 9648, 9116, 9111, 10113, 8642, 8777, 8785, 8692, 8644, 9950, 11920, 10110, 10102, 11452, 8947, 9430, 9169, 8810, 9932, 10402, 10191, 9224, 9880, 13301, 9737, 9516, 9097, 9180, 8836, 9497, 8879, 8447, 9101, 8739, 8929, 10111, 13018, 10700, 9878, 9798, 10338, 9378, 9280, 8623, 9967, 8054, 9955, 8435, 9687, 10574, 8885, 8740, 8776, 9378, 8946, 8999, 9195, 8406, 8845, 9925, 8537, 10216, 12091, 10614, 8284, 10000, 8411, 9905, 11838, 9803, 10053, 10272, 10163, 9301, 9478, 8689, 9811, 13702, 10008, 9741, 9360, 9306, 9358, 8613, 8944, 9960, 8175, 9679, 10172, 9546, 9280, 9410, 9315, 9339, 8518, 8565, 9835, 11401, 10375, 13981, 11032, 12438, 7752, 9995, 9996, 10322, 12274, 10460, 10986, 9669, 10850, 9917, 13252, 10433, 11205, 10831, 11951, 10044, 11554, 11134, 12942, 9828, 13438, 9694, 10846, 9477, 9576, 9812, 8812, 10015, 9354, 10175, 9678, 9730, 10059, 9768, 9886, 9779, 9627, 9904, 11048, 9329, 9772, 9817, 8657, 9999, 8472, 10088, 9079, 9933, 9054, 9897, 9266, 9991, 9225, 9824, 9982, 9924, 10151, 9656, 9831, 9451, 10210, 9532, 10545, 9439, 8648, 9881, 9658, 9921, 9963, 10616, 10465, 10307, 10200, 10221, 11837, 10598, 10820, 9263, 10230, 13041, 10373, 10414, 11284, 9068, 9419, 8889, 9155, 10369, 11505, 10324, 11040, 10001, 9423, 9289, 10170, 8436, 9950, 10634, 9925, 8663, 8969, 10291, 10850, 10099, 10651, 9499, 9102, 9131, 10373, 8375, 9851, 8128, 9599, 9922, 9401, 9993, 9244, 9839, 11091, 9453, 9824, 9899, 9804, 10548, 10501, 10492, 9099, 9841, 8716, 9967, 9379, 10097, 14033, 10857, 7674, 8127, 8579, 9602, 14444, 11298, 9933, 8479, 9308, 8446, 9838, 14021, 9538, 10112, 10983, 10535, 9537, 8731, 8758, 8617, 10244, 9075, 10726, 10621, 10246, 14481, 11185, 10942, 9649, 9270, 9226, 8983, 9225, 9826, 8818, 10186, 8226, 9963, 13821, 10017, 9942, 10007, 11037, 9614, 9617, 9622, 9658, 9527, 9922, 8410, 9923, 8819, 9915, 8364, 9960, 12742, 10191, 10287, 11835, 9859, 9745, 11303, 9818, 9908, 9044, 10586, 9475, 10929, 8924, 9390, 9447, 10183, 8667, 10189, 10654, 10077, 8184, 9898, 12385, 10117, 10551, 10954, 9758, 9287, 9361, 8954, 10421, 8617, 10246, 10977, 9847, 8946, 10167, 8425, 9948, 10803, 9666, 9781, 9104, 9848, 8806, 10098, 9299, 10052, 10981, 10046, 9707, 9590, 9372, 9313, 10158, 8606, 10332, 12830, 10297, 10302, 9976, 9240, 9853, 9315, 9341, 10026, 9788, 9948, 10638, 9596, 9625, 9084, 9857, 11269], 'WindowCenter': [4384.0, 4349.0, 4322.0, 4331.0, 4308.0, 4330.0, 4338.0, 4318.0, 4308.0, 4317.0, 4305.0, 4319.0, 4308.0, 4306.0, 4328.0, 4327.0, 4319.0, 4335.0, 4317.0, 4295.0, 4317.0, 4344.0, 4315.0, 4305.0, 4318.0, 4306.0, 4316.0, 4325.0, 4317.0, 4315.0, 4316.0, 4306.0, 4305.0, 4304.0, 4303.0, 4314.0, 4293.0, 4325.0, 4336.0, 4315.0, 4294.0, 4316.0, 4316.0, 4315.0, 4315.0, 4306.0, 4315.0, 4304.0, 4305.0, 4293.0, 4326.0, 4369.0, 4325.0, 4302.0, 4313.0, 4304.0, 4315.0, 4294.0, 4315.0, 4304.0, 4315.0, 4316.0, 4304.0, 4326.0, 4335.0, 4314.0, 4293.0, 4315.0, 4305.0, 4325.0, 4324.0, 4315.0, 4304.0, 4315.0, 4304.0, 4327.0, 4316.0, 4315.0, 4335.0, 4314.0, 4303.0, 4305.0, 4304.0, 4326.0, 4306.0, 4327.0, 4336.0, 4325.0, 4305.0, 4328.0, 4337.0, 4327.0, 4316.0, 4315.0, 4304.0, 4304.0, 4315.0, 4324.0, 4314.0, 4343.0, 4312.0, 4313.0, 4322.0, 4332.0, 4314.0, 4302.0, 4326.0, 4304.0, 4303.0, 4293.0, 4314.0, 4304.0, 4326.0, 4305.0, 4326.0, 4326.0, 4316.0, 4316.0, 4305.0, 4314.0, 4304.0, 4314.0, 4324.0, 4313.0, 4312.0, 4302.0, 4292.0, 4301.0, 4291.0, 4302.0, 4281.0, 4302.0, 4302.0, 4313.0, 4303.0, 4303.0, 4302.0, 4302.0, 4313.0, 4321.0, 4313.0, 4288.0, 4303.0, 4312.0, 4302.0, 4291.0, 4298.0, 4290.0, 4302.0, 4302.0, 4313.0, 4303.0, 4303.0, 4292.0, 4301.0, 4304.0, 4303.0, 4315.0, 4314.0, 4315.0, 4304.0, 4303.0, 4303.0, 4314.0, 4325.0, 4316.0, 4314.0, 4326.0, 4314.0, 4315.0, 4304.0, 4315.0, 4323.0, 4305.0, 4313.0, 4304.0, 4303.0, 4303.0, 4313.0, 4333.0, 4313.0, 4302.0, 4298.0, 4332.0, 4313.0, 4292.0, 4301.0, 4304.0, 4303.0, 4291.0, 4304.0, 4328.0, 4334.0, 4314.0, 4302.0, 4301.0, 4302.0, 4313.0, 4294.0, 4315.0, 4304.0, 4304.0, 4313.0, 4312.0, 4312.0, 4343.0, 4312.0, 4311.0, 4313.0, 4292.0, 4314.0, 4312.0, 4314.0, 4289.0, 4290.0, 4290.0, 4315.0, 4317.0, 4304.0, 4326.0, 4336.0, 4315.0, 4321.0, 4300.0, 4313.0, 4304.0, 4302.0, 4304.0, 4290.0, 4314.0, 4302.0, 4302.0, 4303.0, 4302.0, 4311.0, 4292.0, 4313.0, 4303.0, 4291.0, 4304.0, 4316.0, 4314.0, 4316.0, 4315.0, 4313.0, 4315.0, 4303.0, 4315.0, 4304.0, 4303.0, 4314.0, 4342.0, 4324.0, 4302.0, 4303.0, 4312.0, 4292.0, 4314.0, 4334.0, 4301.0, 4301.0, 4312.0, 4280.0, 4303.0, 4302.0, 4334.0, 4313.0, 4312.0, 4323.0, 4290.0, 4314.0, 4292.0, 4303.0, 4312.0, 4291.0, 4313.0, 4334.0, 4313.0, 4305.0, 4315.0, 4325.0, 4314.0, 4304.0, 4304.0, 4304.0, 4304.0, 4325.0, 4304.0, 4313.0, 4293.0, 4315.0, 4324.0, 4313.0, 4314.0, 4314.0, 4292.0, 4289.0, 4294.0, 4326.0, 4324.0, 4325.0, 4314.0, 4313.0, 4303.0, 4315.0, 4303.0, 4316.0, 4314.0, 4314.0, 4322.0, 4314.0, 4304.0, 4304.0, 4316.0, 4303.0, 4315.0, 4305.0, 4314.0, 4304.0, 4291.0, 4304.0, 4304.0, 4304.0, 4315.0, 4304.0, 4316.0, 4303.0, 4316.0, 4304.0, 4314.0, 4333.0, 4313.0, 4322.0, 4312.0, 4312.0, 4312.0, 4312.0, 4301.0, 4293.0, 4314.0, 4292.0, 4304.0, 4303.0, 4315.0, 4302.0, 4314.0, 4303.0, 4303.0, 4304.0, 4304.0, 4315.0, 4306.0, 4317.0, 4306.0, 4329.0, 4331.0, 4330.0, 4357.0, 4328.0, 4338.0, 4339.0, 4347.0, 4317.0, 4326.0, 4316.0, 4327.0, 4324.0, 4325.0, 4322.0, 4325.0, 4355.0, 4315.0, 4293.0, 4328.0, 4293.0, 4317.0, 4322.0, 4328.0, 4327.0, 4319.0, 4295.0, 4327.0, 4306.0, 4298.0, 4317.0, 4330.0, 4330.0, 4342.0, 4330.0, 4341.0, 4319.0, 4327.0, 4316.0, 4302.0, 4316.0, 4305.0, 4304.0, 4316.0, 4304.0, 4315.0, 4304.0, 4304.0, 4317.0, 4317.0, 4306.0, 4316.0, 4302.0, 4315.0, 4307.0, 4304.0, 4307.0, 4327.0, 4306.0, 4327.0, 4346.0, 4325.0, 4306.0, 4315.0, 4306.0, 4326.0, 4324.0, 4317.0, 4310.0, 4326.0, 4293.0, 4327.0, 4293.0, 4326.0, 4335.0, 4327.0, 4346.0, 4337.0, 4295.0, 4315.0, 4293.0, 4326.0, 4335.0, 4326.0, 4306.0, 4326.0, 4296.0, 4326.0, 4336.0, 4325.0, 4294.0, 4316.0, 4305.0, 4325.0, 4302.0, 4326.0, 4345.0, 4325.0, 4292.0, 4303.0, 4292.0, 4313.0, 4311.0, 4314.0, 4345.0, 4315.0, 4324.0, 4314.0, 4312.0, 4302.0, 4313.0, 4321.0, 4313.0, 4281.0, 4301.0, 4302.0, 4312.0, 4301.0, 4323.0, 4311.0, 4311.0, 4303.0, 4303.0, 4311.0, 4292.0, 4313.0, 4329.0, 4313.0, 4292.0, 4312.0, 4292.0, 4301.0, 4311.0, 4312.0, 4304.0, 4304.0, 4314.0, 4294.0, 4313.0, 4315.0, 4316.0, 4315.0, 4323.0, 4315.0, 4343.0, 4302.0, 4313.0, 4291.0, 4313.0, 4322.0, 4303.0, 4320.0, 4301.0, 4290.0, 4291.0, 4301.0, 4291.0, 4293.0, 4292.0, 4304.0, 4293.0, 4315.0, 4334.0, 4325.0, 4315.0, 4326.0, 4303.0, 4305.0, 4303.0, 4303.0, 4313.0, 4313.0, 4313.0, 4304.0, 4313.0, 4334.0, 4314.0, 4302.0, 4293.0, 4303.0, 4303.0, 4303.0, 4304.0, 4293.0, 4305.0, 4305.0, 4303.0, 4326.0, 4346.0, 4326.0, 4313.0, 4315.0, 4314.0, 4304.0, 4304.0, 4304.0, 4315.0, 4293.0, 4315.0, 4294.0, 4314.0, 4324.0, 4318.0, 4304.0, 4305.0, 4315.0, 4305.0, 4304.0, 4315.0, 4305.0, 4316.0, 4326.0, 4305.0, 4328.0, 4335.0, 4326.0, 4306.0, 4316.0, 4305.0, 4326.0, 4335.0, 4315.0, 4315.0, 4326.0, 4316.0, 4315.0, 4315.0, 4293.0, 4315.0, 4333.0, 4304.0, 4302.0, 4304.0, 4304.0, 4305.0, 4291.0, 4304.0, 4315.0, 4295.0, 4316.0, 4325.0, 4316.0, 4318.0, 4317.0, 4315.0, 4316.0, 4306.0, 4306.0, 4328.0, 4335.0, 4342.0, 4373.0, 4331.0, 4328.0, 4285.0, 4328.0, 4327.0, 4353.0, 4351.0, 4327.0, 4328.0, 4329.0, 4340.0, 4341.0, 4359.0, 4341.0, 4340.0, 4328.0, 4324.0, 4304.0, 4313.0, 4301.0, 4311.0, 4288.0, 4309.0, 4278.0, 4288.0, 4277.0, 4275.0, 4274.0, 4262.0, 4275.0, 4274.0, 4284.0, 4277.0, 4276.0, 4288.0, 4287.0, 4286.0, 4285.0, 4275.0, 4287.0, 4296.0, 4276.0, 4286.0, 4287.0, 4278.0, 4300.0, 4279.0, 4311.0, 4292.0, 4303.0, 4291.0, 4302.0, 4291.0, 4302.0, 4304.0, 4314.0, 4313.0, 4313.0, 4314.0, 4304.0, 4315.0, 4304.0, 4314.0, 4303.0, 4316.0, 4305.0, 4306.0, 4326.0, 4318.0, 4315.0, 4317.0, 4326.0, 4327.0, 4327.0, 4316.0, 4316.0, 4325.0, 4314.0, 4314.0, 4293.0, 4303.0, 4322.0, 4303.0, 4314.0, 4313.0, 4293.0, 4302.0, 4292.0, 4292.0, 4314.0, 4323.0, 4314.0, 4323.0, 4314.0, 4303.0, 4304.0, 4314.0, 4293.0, 4315.0, 4314.0, 4315.0, 4294.0, 4305.0, 4316.0, 4313.0, 4314.0, 4314.0, 4305.0, 4305.0, 4306.0, 4315.0, 4295.0, 4316.0, 4296.0, 4318.0, 4317.0, 4317.0, 4328.0, 4317.0, 4328.0, 4339.0, 4319.0, 4328.0, 4317.0, 4316.0, 4328.0, 4328.0, 4327.0, 4307.0, 4317.0, 4306.0, 4317.0, 4316.0, 4327.0, 4359.0, 4351.0, 4310.0, 4322.0, 4320.0, 4331.0, 4359.0, 4339.0, 4328.0, 4309.0, 4318.0, 4306.0, 4328.0, 4347.0, 4318.0, 4329.0, 4327.0, 4326.0, 4316.0, 4306.0, 4306.0, 4306.0, 4329.0, 4319.0, 4340.0, 4329.0, 4328.0, 4347.0, 4324.0, 4314.0, 4302.0, 4292.0, 4292.0, 4291.0, 4301.0, 4304.0, 4293.0, 4314.0, 4282.0, 4313.0, 4332.0, 4313.0, 4313.0, 4314.0, 4312.0, 4305.0, 4303.0, 4314.0, 4314.0, 4314.0, 4316.0, 4295.0, 4315.0, 4306.0, 4316.0, 4306.0, 4328.0, 4336.0, 4328.0, 4318.0, 4337.0, 4315.0, 4316.0, 4326.0, 4317.0, 4316.0, 4306.0, 4326.0, 4315.0, 4326.0, 4306.0, 4305.0, 4315.0, 4317.0, 4296.0, 4317.0, 4315.0, 4315.0, 4295.0, 4317.0, 4336.0, 4316.0, 4317.0, 4326.0, 4304.0, 4305.0, 4306.0, 4295.0, 4314.0, 4294.0, 4316.0, 4324.0, 4315.0, 4304.0, 4315.0, 4293.0, 4315.0, 4325.0, 4304.0, 4314.0, 4304.0, 4315.0, 4304.0, 4315.0, 4304.0, 4315.0, 4325.0, 4315.0, 4304.0, 4316.0, 4303.0, 4303.0, 4313.0, 4294.0, 4315.0, 4334.0, 4315.0, 4313.0, 4314.0, 4302.0, 4314.0, 4304.0, 4305.0, 4315.0, 4316.0, 4327.0, 4327.0, 4329.0, 4328.0, 4306.0, 4328.0, 4327.0], 'WindowWidth': [9671.0, 9609.0, 9561.0, 9567.0, 9532.0, 9562.0, 9571.0, 9544.0, 9530.0, 9541.0, 9525.0, 9546.0, 9529.0, 9526.0, 9556.0, 9553.0, 9544.0, 9562.0, 9540.0, 9508.0, 9540.0, 9574.0, 9533.0, 9520.0, 9541.0, 9523.0, 9537.0, 9547.0, 9539.0, 9536.0, 9537.0, 9523.0, 9521.0, 9517.0, 9517.0, 9531.0, 9501.0, 9548.0, 9563.0, 9533.0, 9505.0, 9537.0, 9535.0, 9535.0, 9535.0, 9522.0, 9535.0, 9516.0, 9519.0, 9501.0, 9553.0, 9615.0, 9547.0, 9511.0, 9527.0, 9514.0, 9532.0, 9503.0, 9533.0, 9519.0, 9534.0, 9535.0, 9516.0, 9549.0, 9559.0, 9532.0, 9501.0, 9534.0, 9520.0, 9547.0, 9545.0, 9532.0, 9517.0, 9532.0, 9519.0, 9552.0, 9534.0, 9534.0, 9561.0, 9531.0, 9514.0, 9519.0, 9519.0, 9549.0, 9523.0, 9552.0, 9563.0, 9547.0, 9522.0, 9557.0, 9565.0, 9551.0, 9537.0, 9534.0, 9517.0, 9517.0, 9533.0, 9543.0, 9530.0, 9569.0, 9523.0, 9527.0, 9538.0, 9549.0, 9529.0, 9512.0, 9552.0, 9516.0, 9515.0, 9502.0, 9532.0, 9519.0, 9552.0, 9523.0, 9552.0, 9553.0, 9536.0, 9537.0, 9519.0, 9531.0, 9515.0, 9528.0, 9543.0, 9526.0, 9524.0, 9510.0, 9498.0, 9509.0, 9494.0, 9511.0, 9481.0, 9511.0, 9513.0, 9526.0, 9513.0, 9514.0, 9512.0, 9510.0, 9527.0, 9534.0, 9524.0, 9486.0, 9512.0, 9522.0, 9511.0, 9495.0, 9498.0, 9491.0, 9511.0, 9511.0, 9527.0, 9513.0, 9515.0, 9498.0, 9508.0, 9518.0, 9513.0, 9533.0, 9529.0, 9533.0, 9517.0, 9516.0, 9514.0, 9530.0, 9547.0, 9535.0, 9530.0, 9549.0, 9530.0, 9533.0, 9517.0, 9533.0, 9543.0, 9519.0, 9529.0, 9515.0, 9515.0, 9513.0, 9529.0, 9555.0, 9526.0, 9512.0, 9497.0, 9551.0, 9527.0, 9499.0, 9508.0, 9517.0, 9514.0, 9492.0, 9518.0, 9560.0, 9557.0, 9530.0, 9513.0, 9508.0, 9513.0, 9529.0, 9502.0, 9533.0, 9518.0, 9516.0, 9527.0, 9524.0, 9525.0, 9568.0, 9525.0, 9521.0, 9525.0, 9497.0, 9532.0, 9525.0, 9531.0, 9488.0, 9488.0, 9491.0, 9534.0, 9539.0, 9519.0, 9549.0, 9562.0, 9533.0, 9536.0, 9504.0, 9528.0, 9515.0, 9512.0, 9517.0, 9492.0, 9530.0, 9512.0, 9511.0, 9515.0, 9512.0, 9520.0, 9499.0, 9527.0, 9514.0, 9495.0, 9518.0, 9538.0, 9532.0, 9536.0, 9534.0, 9528.0, 9534.0, 9515.0, 9533.0, 9518.0, 9515.0, 9531.0, 9567.0, 9543.0, 9511.0, 9512.0, 9526.0, 9497.0, 9528.0, 9555.0, 9510.0, 9510.0, 9524.0, 9479.0, 9515.0, 9508.0, 9557.0, 9528.0, 9527.0, 9543.0, 9492.0, 9529.0, 9497.0, 9513.0, 9524.0, 9495.0, 9528.0, 9559.0, 9531.0, 9519.0, 9534.0, 9547.0, 9532.0, 9518.0, 9518.0, 9518.0, 9518.0, 9548.0, 9517.0, 9527.0, 9501.0, 9533.0, 9542.0, 9527.0, 9530.0, 9531.0, 9497.0, 9488.0, 9504.0, 9551.0, 9548.0, 9548.0, 9532.0, 9527.0, 9515.0, 9534.0, 9516.0, 9536.0, 9533.0, 9531.0, 9534.0, 9533.0, 9519.0, 9517.0, 9537.0, 9517.0, 9535.0, 9520.0, 9532.0, 9517.0, 9495.0, 9516.0, 9518.0, 9517.0, 9534.0, 9518.0, 9539.0, 9518.0, 9537.0, 9519.0, 9532.0, 9553.0, 9527.0, 9538.0, 9526.0, 9525.0, 9525.0, 9523.0, 9510.0, 9501.0, 9531.0, 9500.0, 9519.0, 9518.0, 9535.0, 9512.0, 9534.0, 9517.0, 9517.0, 9518.0, 9519.0, 9535.0, 9522.0, 9542.0, 9524.0, 9563.0, 9573.0, 9568.0, 9600.0, 9562.0, 9575.0, 9575.0, 9582.0, 9546.0, 9555.0, 9543.0, 9556.0, 9547.0, 9550.0, 9542.0, 9551.0, 9593.0, 9537.0, 9508.0, 9560.0, 9504.0, 9542.0, 9545.0, 9561.0, 9557.0, 9551.0, 9507.0, 9556.0, 9525.0, 9519.0, 9544.0, 9565.0, 9566.0, 9585.0, 9564.0, 9582.0, 9546.0, 9554.0, 9537.0, 9513.0, 9537.0, 9521.0, 9518.0, 9535.0, 9518.0, 9535.0, 9517.0, 9520.0, 9543.0, 9540.0, 9522.0, 9536.0, 9512.0, 9535.0, 9526.0, 9518.0, 9527.0, 9554.0, 9525.0, 9553.0, 9579.0, 9549.0, 9522.0, 9536.0, 9525.0, 9553.0, 9545.0, 9540.0, 9517.0, 9551.0, 9503.0, 9554.0, 9502.0, 9552.0, 9563.0, 9553.0, 9578.0, 9566.0, 9509.0, 9535.0, 9501.0, 9553.0, 9564.0, 9551.0, 9523.0, 9551.0, 9510.0, 9552.0, 9565.0, 9550.0, 9506.0, 9538.0, 9521.0, 9550.0, 9515.0, 9551.0, 9576.0, 9548.0, 9500.0, 9515.0, 9501.0, 9529.0, 9524.0, 9531.0, 9575.0, 9534.0, 9544.0, 9531.0, 9528.0, 9513.0, 9529.0, 9536.0, 9528.0, 9482.0, 9511.0, 9510.0, 9525.0, 9507.0, 9541.0, 9523.0, 9525.0, 9515.0, 9515.0, 9524.0, 9496.0, 9527.0, 9543.0, 9528.0, 9498.0, 9527.0, 9498.0, 9509.0, 9522.0, 9528.0, 9521.0, 9520.0, 9533.0, 9506.0, 9531.0, 9537.0, 9538.0, 9534.0, 9543.0, 9534.0, 9568.0, 9512.0, 9527.0, 9495.0, 9526.0, 9537.0, 9512.0, 9534.0, 9507.0, 9493.0, 9496.0, 9508.0, 9495.0, 9502.0, 9500.0, 9518.0, 9501.0, 9535.0, 9560.0, 9549.0, 9535.0, 9549.0, 9514.0, 9520.0, 9516.0, 9514.0, 9528.0, 9528.0, 9530.0, 9515.0, 9529.0, 9559.0, 9531.0, 9513.0, 9501.0, 9514.0, 9514.0, 9515.0, 9518.0, 9504.0, 9523.0, 9523.0, 9517.0, 9551.0, 9577.0, 9551.0, 9528.0, 9536.0, 9534.0, 9520.0, 9519.0, 9517.0, 9534.0, 9504.0, 9535.0, 9505.0, 9533.0, 9545.0, 9545.0, 9521.0, 9521.0, 9536.0, 9521.0, 9521.0, 9537.0, 9522.0, 9540.0, 9554.0, 9523.0, 9557.0, 9562.0, 9551.0, 9524.0, 9539.0, 9523.0, 9553.0, 9561.0, 9534.0, 9536.0, 9551.0, 9536.0, 9536.0, 9535.0, 9504.0, 9535.0, 9556.0, 9516.0, 9513.0, 9518.0, 9517.0, 9520.0, 9499.0, 9520.0, 9535.0, 9507.0, 9537.0, 9551.0, 9539.0, 9543.0, 9540.0, 9536.0, 9540.0, 9526.0, 9527.0, 9558.0, 9564.0, 9587.0, 9628.0, 9562.0, 9550.0, 9496.0, 9559.0, 9553.0, 9603.0, 9594.0, 9549.0, 9555.0, 9560.0, 9579.0, 9579.0, 9602.0, 9580.0, 9578.0, 9554.0, 9543.0, 9513.0, 9524.0, 9507.0, 9521.0, 9482.0, 9512.0, 9466.0, 9482.0, 9466.0, 9460.0, 9458.0, 9439.0, 9459.0, 9458.0, 9474.0, 9465.0, 9464.0, 9482.0, 9479.0, 9478.0, 9476.0, 9461.0, 9478.0, 9492.0, 9464.0, 9477.0, 9481.0, 9471.0, 9504.0, 9476.0, 9521.0, 9498.0, 9513.0, 9496.0, 9512.0, 9496.0, 9512.0, 9515.0, 9529.0, 9528.0, 9528.0, 9530.0, 9518.0, 9534.0, 9517.0, 9531.0, 9515.0, 9534.0, 9522.0, 9524.0, 9552.0, 9545.0, 9536.0, 9542.0, 9552.0, 9554.0, 9553.0, 9536.0, 9538.0, 9547.0, 9531.0, 9529.0, 9500.0, 9514.0, 9539.0, 9512.0, 9530.0, 9526.0, 9499.0, 9511.0, 9499.0, 9496.0, 9529.0, 9539.0, 9529.0, 9540.0, 9531.0, 9516.0, 9517.0, 9532.0, 9502.0, 9532.0, 9532.0, 9535.0, 9505.0, 9520.0, 9537.0, 9528.0, 9531.0, 9531.0, 9520.0, 9519.0, 9521.0, 9536.0, 9507.0, 9538.0, 9510.0, 9542.0, 9541.0, 9541.0, 9557.0, 9542.0, 9557.0, 9571.0, 9546.0, 9557.0, 9538.0, 9535.0, 9556.0, 9556.0, 9554.0, 9526.0, 9538.0, 9524.0, 9539.0, 9537.0, 9554.0, 9603.0, 9597.0, 9539.0, 9559.0, 9553.0, 9569.0, 9605.0, 9575.0, 9561.0, 9536.0, 9546.0, 9526.0, 9558.0, 9582.0, 9544.0, 9562.0, 9553.0, 9549.0, 9539.0, 9523.0, 9522.0, 9525.0, 9560.0, 9547.0, 9579.0, 9558.0, 9556.0, 9579.0, 9543.0, 9529.0, 9511.0, 9494.0, 9495.0, 9495.0, 9508.0, 9514.0, 9499.0, 9530.0, 9484.0, 9528.0, 9552.0, 9527.0, 9529.0, 9529.0, 9526.0, 9518.0, 9514.0, 9533.0, 9531.0, 9532.0, 9537.0, 9507.0, 9535.0, 9523.0, 9539.0, 9523.0, 9555.0, 9564.0, 9554.0, 9541.0, 9566.0, 9535.0, 9538.0, 9549.0, 9539.0, 9535.0, 9522.0, 9550.0, 9533.0, 9549.0, 9523.0, 9519.0, 9535.0, 9538.0, 9509.0, 9537.0, 9534.0, 9534.0, 9506.0, 9539.0, 9563.0, 9537.0, 9540.0, 9550.0, 9517.0, 9520.0, 9521.0, 9505.0, 9531.0, 9503.0, 9535.0, 9545.0, 9535.0, 9519.0, 9534.0, 9503.0, 9534.0, 9546.0, 9517.0, 9532.0, 9518.0, 9534.0, 9518.0, 9534.0, 9518.0, 9533.0, 9546.0, 9535.0, 9518.0, 9536.0, 9515.0, 9517.0, 9530.0, 9503.0, 9535.0, 9558.0, 9533.0, 9529.0, 9531.0, 9514.0, 9533.0, 9518.0, 9521.0, 9535.0, 9538.0, 9555.0, 9554.0, 9563.0, 9559.0, 9526.0, 9556.0, 9555.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.0009671461449942464</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017880178826237055</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.09020463888247</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2138050198732704</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0040864515437775</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4638</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7390.4316</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0676144649660157</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.5316455696202533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.465568365666383</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3510815803094833</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.765964297690636</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.279659218999029</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0107064</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014751261100172997</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03058321587741375</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9252093454804164</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.5076</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4012</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.9274</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300564.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>695.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.2091</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2337</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.4493</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3499.7835</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3689.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75980.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1264.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4614.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.8163</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.44743737101089</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> |