=== 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-0112 --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-0112",
"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-0112_ses-03_task-social_acq-mb8_run-06_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-0112_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-06_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-0112/ses-03/func/sub-0112_ses-03_task-social_acq-mb8_run-06_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>61faddd787efa13f74bbb69ba55d9fac</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:35:4.677500</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.990884, 0.0891463, 0.101006, -0.0851229, 0.995422, -0.0434753]</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-06_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.077383</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4240, -7797, -7274, 190, -156, -140, -154, 83]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.439</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a1fbf641-a630-4314-9986-a328ae166a0c||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.658468723297119, -0.22837845981121063, 0.2819322943687439, 117.1225357055664], [-0.2391730397939682, 2.6706430912017822, -0.09309882670640945, -88.25395965576172], [0.27099213004112244, 0.1166410818696022, 2.6836256980895996, -97.76757049560547], [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': ['193504.677500', '193505.137500', '193505.597500', '193506.057500', '193506.517500', '193506.977500', '193507.437500', '193507.897500', '193508.357500', '193508.817500', '193509.277500', '193509.737500', '193510.197500', '193510.657500', '193511.117500', '193511.577500', '193512.037500', '193512.497500', '193512.957500', '193513.417500', '193513.877500', '193514.337500', '193514.797500', '193515.257500', '193515.717500', '193516.177500', '193516.637500', '193517.097500', '193517.557500', '193518.017500', '193518.477500', '193518.937500', '193519.397500', '193519.857500', '193520.317500', '193520.777500', '193521.237500', '193521.697500', '193522.157500', '193522.617500', '193523.077500', '193523.537500', '193523.997500', '193524.457500', '193524.917500', '193525.377500', '193525.837500', '193526.297500', '193526.757500', '193527.217500', '193527.677500', '193528.137500', '193528.597500', '193529.057500', '193529.517500', '193529.977500', '193530.437500', '193530.897500', '193531.357500', '193531.817500', '193532.277500', '193532.737500', '193533.197500', '193533.657500', '193534.117500', '193534.577500', '193535.037500', '193535.497500', '193535.957500', '193536.417500', '193536.877500', '193537.337500', '193537.797500', '193538.257500', '193538.717500', '193539.177500', '193539.637500', '193540.097500', '193540.557500', '193541.017500', '193541.477500', '193541.937500', '193542.397500', '193542.857500', '193543.317500', '193543.777500', '193544.237500', '193544.697500', '193545.157500', '193545.617500', '193546.077500', '193546.537500', '193546.997500', '193547.457500', '193547.917500', '193548.377500', '193548.837500', '193549.297500', '193549.757500', '193550.217500', '193550.677500', '193551.137500', '193551.597500', '193552.057500', '193552.517500', '193552.977500', '193553.437500', '193553.897500', '193554.357500', '193554.817500', '193555.277500', '193555.737500', '193556.197500', '193556.657500', '193557.117500', '193557.577500', '193558.037500', '193558.497500', '193558.957500', '193559.417500', '193559.877500', '193600.337500', '193600.797500', '193601.257500', '193601.717500', '193602.177500', '193602.637500', '193603.097500', '193603.557500', '193604.017500', '193604.477500', '193604.937500', '193605.397500', '193605.857500', '193606.317500', '193606.777500', '193607.237500', '193607.697500', '193608.157500', '193608.617500', '193609.077500', '193609.537500', '193609.997500', '193610.457500', '193610.917500', '193611.377500', '193611.837500', '193612.297500', '193612.757500', '193613.217500', '193613.677500', '193614.137500', '193614.597500', '193615.057500', '193615.517500', '193615.977500', '193616.437500', '193616.897500', '193617.357500', '193617.817500', '193618.277500', '193618.737500', '193619.197500', '193619.657500', '193620.117500', '193620.577500', '193621.037500', '193621.497500', '193621.957500', '193622.417500', '193622.877500', '193623.337500', '193623.797500', '193624.257500', '193624.717500', '193625.177500', '193625.637500', '193626.097500', '193626.557500', '193627.017500', '193627.477500', '193627.937500', '193628.397500', '193628.857500', '193629.317500', '193629.777500', '193630.237500', '193630.697500', '193631.157500', '193631.617500', '193632.077500', '193632.537500', '193632.997500', '193633.457500', '193633.917500', '193634.377500', '193634.837500', '193635.297500', '193635.757500', '193636.217500', '193636.677500', '193637.137500', '193637.597500', '193638.057500', '193638.517500', '193638.977500', '193639.437500', '193639.897500', '193640.357500', '193640.817500', '193641.277500', '193641.737500', '193642.197500', '193642.657500', '193643.117500', '193643.577500', '193644.037500', '193644.497500', '193644.957500', '193645.417500', '193645.877500', '193646.337500', '193646.797500', '193647.257500', '193647.717500', '193648.177500', '193648.637500', '193649.097500', '193649.557500', '193650.017500', '193650.477500', '193650.937500', '193651.397500', '193651.857500', '193652.317500', '193652.777500', '193653.237500', '193653.697500', '193654.157500', '193654.617500', '193655.077500', '193655.537500', '193655.997500', '193656.457500', '193656.917500', '193657.377500', '193657.837500', '193658.297500', '193658.757500', '193659.217500', '193659.677500', '193700.137500', '193700.597500', '193701.057500', '193701.517500', '193701.977500', '193702.437500', '193702.897500', '193703.357500', '193703.817500', '193704.277500', '193704.737500', '193705.197500', '193705.657500', '193706.117500', '193706.577500', '193707.037500', '193707.497500', '193707.957500', '193708.417500', '193708.877500', '193709.337500', '193709.797500', '193710.257500', '193710.717500', '193711.177500', '193711.637500', '193712.097500', '193712.557500', '193713.017500', '193713.477500', '193713.937500', '193714.397500', '193714.857500', '193715.317500', '193715.777500', '193716.237500', '193716.697500', '193717.157500', '193717.617500', '193718.077500', '193718.537500', '193718.997500', '193719.457500', '193719.917500', '193720.377500', '193720.837500', '193721.297500', '193721.757500', '193722.217500', '193722.677500', '193723.137500', '193723.597500', '193724.057500', '193724.517500', '193724.977500', '193725.437500', '193725.897500', '193726.357500', '193726.817500', '193727.277500', '193727.737500', '193728.197500', '193728.657500', '193729.117500', '193729.577500', '193730.037500', '193730.497500', '193730.957500', '193731.417500', '193731.877500', '193732.337500', '193732.797500', '193733.257500', '193733.717500', '193734.177500', '193734.637500', '193735.097500', '193735.557500', '193736.017500', '193736.477500', '193736.937500', '193737.397500', '193737.857500', '193738.317500', '193738.777500', '193739.237500', '193739.697500', '193740.157500', '193740.617500', '193741.077500', '193741.537500', '193741.997500', '193742.457500', '193742.917500', '193743.377500', '193743.837500', '193744.297500', '193744.757500', '193745.217500', '193745.677500', '193746.137500', '193746.597500', '193747.057500', '193747.517500', '193747.977500', '193748.437500', '193748.897500', '193749.357500', '193749.817500', '193750.277500', '193750.737500', '193751.197500', '193751.657500', '193752.117500', '193752.577500', '193753.037500', '193753.497500', '193753.957500', '193754.417500', '193754.877500', '193755.337500', '193755.797500', '193756.257500', '193756.717500', '193757.177500', '193757.637500', '193758.097500', '193758.557500', '193759.017500', '193759.477500', '193759.937500', '193800.397500', '193800.857500', '193801.317500', '193801.777500', '193802.237500', '193802.697500', '193803.157500', '193803.617500', '193804.077500', '193804.537500', '193804.997500', '193805.457500', '193805.917500', '193806.377500', '193806.837500', '193807.297500', '193807.757500', '193808.217500', '193808.677500', '193809.137500', '193809.597500', '193810.057500', '193810.517500', '193810.977500', '193811.437500', '193811.897500', '193812.357500', '193812.817500', '193813.277500', '193813.737500', '193814.197500', '193814.657500', '193815.117500', '193815.577500', '193816.037500', '193816.497500', '193816.957500', '193817.417500', '193817.877500', '193818.337500', '193818.797500', '193819.257500', '193819.717500', '193820.177500', '193820.637500', '193821.097500', '193821.557500', '193822.017500', '193822.477500', '193822.937500', '193823.397500', '193823.857500', '193824.317500', '193824.777500', '193825.237500', '193825.697500', '193826.157500', '193826.617500', '193827.077500', '193827.537500', '193827.997500', '193828.457500', '193828.917500', '193829.377500', '193829.837500', '193830.297500', '193830.757500', '193831.217500', '193831.677500', '193832.137500', '193832.597500', '193833.057500', '193833.517500', '193833.977500', '193834.437500', '193834.897500', '193835.357500', '193835.817500', '193836.277500', '193836.737500', '193837.197500', '193837.657500', '193838.117500', '193838.577500', '193839.037500', '193839.497500', '193839.957500', '193840.417500', '193840.877500', '193841.337500', '193841.797500', '193842.257500', '193842.717500', '193843.177500', '193843.637500', '193844.097500', '193844.557500', '193845.017500', '193845.477500', '193845.937500', '193846.397500', '193846.857500', '193847.317500', '193847.777500', '193848.237500', '193848.697500', '193849.157500', '193849.617500', '193850.077500', '193850.537500', '193850.997500', '193851.457500', '193851.917500', '193852.377500', '193852.837500', '193853.297500', '193853.757500', '193854.217500', '193854.677500', '193855.137500', '193855.597500', '193856.057500', '193856.517500', '193856.977500', '193857.437500', '193857.897500', '193858.357500', '193858.817500', '193859.277500', '193859.737500', '193900.197500', '193900.657500', '193901.117500', '193901.577500', '193902.037500', '193902.497500', '193902.957500', '193903.417500', '193903.877500', '193904.337500', '193904.797500', '193905.257500', '193905.717500', '193906.177500', '193906.637500', '193907.097500', '193907.557500', '193908.017500', '193908.477500', '193908.937500', '193909.397500', '193909.857500', '193910.317500', '193910.777500', '193911.237500', '193911.697500', '193912.157500', '193912.617500', '193913.077500', '193913.537500', '193913.997500', '193914.457500', '193914.917500', '193915.377500', '193915.837500', '193916.297500', '193916.757500', '193917.217500', '193917.677500', '193918.137500', '193918.597500', '193919.057500', '193919.517500', '193919.977500', '193920.437500', '193920.897500', '193921.357500', '193921.817500', '193922.277500', '193922.737500', '193923.197500', '193923.657500', '193924.117500', '193924.577500', '193925.037500', '193925.497500', '193925.957500', '193926.417500', '193926.877500', '193927.337500', '193927.797500', '193928.257500', '193928.717500', '193929.177500', '193929.637500', '193930.097500', '193930.557500', '193931.017500', '193931.477500', '193931.937500', '193932.397500', '193932.857500', '193933.317500', '193933.777500', '193934.237500', '193934.697500', '193935.157500', '193935.617500', '193936.077500', '193936.537500', '193936.997500', '193937.457500', '193937.917500', '193938.377500', '193938.837500', '193939.297500', '193939.757500', '193940.217500', '193940.677500', '193941.137500', '193941.597500', '193942.057500', '193942.517500', '193942.977500', '193943.437500', '193943.897500', '193944.357500', '193944.817500', '193945.277500', '193945.737500', '193946.197500', '193946.657500', '193947.117500', '193947.577500', '193948.037500', '193948.497500', '193948.957500', '193949.417500', '193949.877500', '193950.337500', '193950.797500', '193951.257500', '193951.717500', '193952.177500', '193952.637500', '193953.097500', '193953.557500', '193954.017500', '193954.477500', '193954.937500', '193955.397500', '193955.857500', '193956.317500', '193956.777500', '193957.237500', '193957.697500', '193958.157500', '193958.617500', '193959.077500', '193959.537500', '193959.997500', '194000.457500', '194000.917500', '194001.377500', '194001.837500', '194002.297500', '194002.757500', '194003.217500', '194003.677500', '194004.137500', '194004.597500', '194005.057500', '194005.517500', '194005.977500', '194006.437500', '194006.897500', '194007.357500', '194007.817500', '194008.277500', '194008.737500', '194009.197500', '194009.657500', '194010.117500', '194010.577500', '194011.037500', '194011.497500', '194011.957500', '194012.417500', '194012.877500', '194013.337500', '194013.797500', '194014.257500', '194014.717500', '194015.177500', '194015.637500', '194016.097500', '194016.557500', '194017.017500', '194017.477500', '194017.937500', '194018.397500', '194018.857500', '194019.317500', '194019.777500', '194020.237500', '194020.697500', '194021.157500', '194021.617500', '194022.077500', '194022.537500', '194022.997500', '194023.457500', '194023.917500', '194024.377500', '194024.837500', '194025.297500', '194025.757500', '194026.217500', '194026.677500', '194027.137500', '194027.597500', '194028.057500', '194028.517500', '194028.977500', '194029.437500', '194029.897500', '194030.357500', '194030.817500', '194031.277500', '194031.737500', '194032.197500', '194032.657500', '194033.117500', '194033.577500', '194034.037500', '194034.497500', '194034.957500', '194035.417500', '194035.877500', '194036.337500', '194036.797500', '194037.257500', '194037.717500', '194038.177500', '194038.637500', '194039.097500', '194039.557500', '194040.017500', '194040.477500', '194040.937500', '194041.397500', '194041.857500', '194042.317500', '194042.777500', '194043.237500', '194043.697500', '194044.157500', '194044.617500', '194045.077500', '194045.537500', '194045.997500', '194046.457500', '194046.917500', '194047.377500', '194047.837500', '194048.297500', '194048.757500', '194049.217500', '194049.677500', '194050.137500', '194050.597500', '194051.057500', '194051.517500', '194051.977500', '194052.437500', '194052.897500', '194053.357500', '194053.817500', '194054.277500', '194054.737500', '194055.197500', '194055.657500', '194056.117500', '194056.577500', '194057.037500', '194057.497500', '194057.957500', '194058.417500', '194058.877500', '194059.337500', '194059.797500', '194100.257500', '194100.717500', '194101.177500', '194101.637500', '194102.097500', '194102.557500', '194103.017500', '194103.477500', '194103.937500', '194104.397500', '194104.857500', '194105.317500', '194105.777500', '194106.237500', '194106.697500', '194107.157500', '194107.617500', '194108.077500', '194108.537500', '194108.997500', '194109.457500', '194109.917500', '194110.377500', '194110.837500', '194111.297500', '194111.757500', '194112.217500', '194112.677500', '194113.137500', '194113.597500', '194114.057500', '194114.517500', '194114.977500', '194115.437500', '194115.897500', '194116.357500', '194116.817500', '194117.277500', '194117.737500', '194118.197500', '194118.657500', '194119.117500', '194119.577500', '194120.037500', '194120.497500', '194120.957500', '194121.417500', '194121.877500', '194122.337500', '194122.797500', '194123.257500', '194123.717500', '194124.177500', '194124.637500', '194125.097500', '194125.557500', '194126.017500', '194126.477500', '194126.937500', '194127.397500', '194127.857500', '194128.317500', '194128.777500', '194129.237500', '194129.697500', '194130.157500', '194130.617500', '194131.077500', '194131.537500', '194131.997500', '194132.457500', '194132.917500', '194133.377500', '194133.837500', '194134.297500', '194134.757500', '194135.217500', '194135.677500', '194136.137500', '194136.597500', '194137.057500', '194137.517500', '194137.977500', '194138.437500', '194138.897500', '194139.357500', '194139.817500', '194140.277500', '194140.737500', '194141.197500', '194141.657500', '194142.117500', '194142.577500', '194143.037500', '194143.497500', '194143.957500', '194144.417500', '194144.877500', '194145.337500'], 'ContentTime': ['193526.365000', '193526.369000', '193526.372000', '193526.375000', '193526.377000', '193526.380000', '193526.383000', '193526.385000', '193526.388000', '193526.399000', '193526.402000', '193526.404000', '193526.407000', '193526.410000', '193526.412000', '193526.415000', '193526.417000', '193526.420000', '193526.423000', '193526.426000', '193526.429000', '193526.432000', '193526.434000', '193526.437000', '193526.439000', '193526.442000', '193526.445000', '193526.447000', '193526.450000', '193526.452000', '193526.455000', '193526.457000', '193526.460000', '193526.462000', '193526.465000', '193526.467000', '193526.470000', '193526.473000', '193526.475000', '193526.478000', '193526.480000', '193526.483000', '193526.485000', '193526.488000', '193546.340000', '193546.343000', '193546.346000', '193546.348000', '193546.351000', '193546.353000', '193546.356000', '193546.359000', '193546.361000', '193546.364000', '193546.366000', '193546.378000', '193546.380000', '193546.383000', '193546.385000', '193546.388000', '193546.390000', '193546.393000', '193546.395000', '193546.398000', '193546.400000', '193546.403000', '193546.406000', '193546.408000', '193546.411000', '193546.413000', '193546.416000', '193546.418000', '193546.421000', '193546.423000', '193546.426000', '193546.428000', '193546.431000', '193546.434000', '193546.439000', '193546.442000', '193546.444000', '193546.447000', '193546.450000', '193546.452000', '193546.455000', '193546.457000', '193546.460000', '193546.462000', '193606.340000', '193606.343000', '193606.346000', '193606.348000', '193606.351000', '193606.353000', '193606.356000', '193606.359000', '193606.361000', '193606.364000', '193606.366000', '193606.369000', '193606.372000', '193606.374000', '193606.377000', '193606.379000', '193606.382000', '193606.384000', '193606.387000', '193606.389000', '193606.392000', '193606.394000', '193606.397000', '193606.400000', '193606.402000', '193606.405000', '193606.407000', '193606.410000', '193606.412000', '193606.415000', '193606.417000', '193606.420000', '193606.422000', '193606.425000', '193606.428000', '193606.430000', '193606.433000', '193606.435000', '193606.438000', '193606.440000', '193606.443000', '193606.446000', '193606.449000', '193626.340000', '193626.343000', '193626.346000', '193626.348000', '193626.351000', '193626.353000', '193626.356000', '193626.359000', '193626.361000', '193626.364000', '193626.366000', '193626.369000', '193626.372000', '193626.374000', '193626.377000', '193626.379000', '193626.382000', '193626.384000', '193626.387000', '193626.389000', '193626.392000', '193626.394000', '193626.397000', '193626.400000', '193626.402000', '193626.405000', '193626.407000', '193626.410000', '193626.413000', '193626.415000', '193626.418000', '193626.420000', '193626.423000', '193626.425000', '193626.428000', '193626.431000', '193626.433000', '193626.462000', '193626.465000', '193626.467000', '193626.470000', '193626.473000', '193626.475000', '193626.478000', '193646.341000', '193646.344000', '193646.346000', '193646.349000', '193646.351000', '193646.354000', '193646.356000', '193646.359000', '193646.362000', '193646.364000', '193646.367000', '193646.369000', '193646.372000', '193646.375000', '193646.377000', '193646.380000', '193646.382000', '193646.385000', '193646.387000', '193646.390000', '193646.392000', '193646.395000', '193646.398000', '193646.400000', '193646.403000', '193646.405000', '193646.408000', '193646.410000', '193646.413000', '193646.416000', '193646.418000', '193646.421000', '193646.423000', '193646.426000', '193646.428000', '193646.431000', '193646.434000', '193646.436000', '193646.439000', '193646.441000', '193646.444000', '193646.446000', '193646.449000', '193706.340000', '193706.343000', '193706.346000', '193706.348000', '193706.351000', '193706.353000', '193706.356000', '193706.359000', '193706.361000', '193706.364000', '193706.366000', '193706.369000', '193706.371000', '193706.374000', '193706.376000', '193706.379000', '193706.382000', '193706.384000', '193706.387000', '193706.389000', '193706.392000', '193706.394000', '193706.397000', '193706.400000', '193706.402000', '193706.405000', '193706.407000', '193706.410000', '193706.412000', '193706.415000', '193706.418000', '193706.420000', '193706.423000', '193706.425000', '193706.428000', '193706.430000', '193706.433000', '193706.436000', '193706.438000', '193706.448000', '193706.450000', '193706.453000', '193706.455000', '193706.458000', '193726.340000', '193726.343000', '193726.346000', '193726.348000', '193726.351000', '193726.353000', '193726.356000', '193726.359000', '193726.361000', '193726.364000', '193726.366000', '193726.369000', '193726.371000', '193726.374000', '193726.376000', '193726.379000', '193726.382000', '193726.384000', '193726.387000', '193726.389000', '193726.392000', '193726.394000', '193726.397000', '193726.399000', '193726.402000', '193726.405000', '193726.407000', '193726.410000', '193726.412000', '193726.415000', '193726.417000', '193726.420000', '193726.422000', '193726.425000', '193726.428000', '193726.430000', '193726.433000', '193726.435000', '193726.438000', '193726.440000', '193726.443000', '193726.446000', '193726.448000', '193746.339000', '193746.342000', '193746.345000', '193746.347000', '193746.350000', '193746.352000', '193746.355000', '193746.358000', '193746.360000', '193746.363000', '193746.365000', '193746.368000', '193746.370000', '193746.373000', '193746.376000', '193746.378000', '193746.381000', '193746.383000', '193746.386000', '193746.388000', '193746.391000', '193746.393000', '193746.396000', '193746.399000', '193746.401000', '193746.404000', '193746.406000', '193746.409000', '193746.411000', '193746.414000', '193746.417000', '193746.419000', '193746.422000', '193746.424000', '193746.427000', '193746.430000', '193746.432000', '193746.435000', '193746.437000', '193746.440000', '193746.442000', '193746.445000', '193746.447000', '193746.450000', '193806.341000', '193806.343000', '193806.346000', '193806.349000', '193806.351000', '193806.354000', '193806.356000', '193806.359000', '193806.362000', '193806.364000', '193806.367000', '193806.369000', '193806.372000', '193806.375000', '193806.377000', '193806.380000', '193806.382000', '193806.385000', '193806.388000', '193806.390000', '193806.393000', '193806.395000', '193806.398000', '193806.400000', '193806.403000', '193806.406000', '193806.408000', '193806.411000', '193806.413000', '193806.416000', '193806.418000', '193806.421000', '193806.424000', '193806.426000', '193806.429000', '193806.431000', '193806.434000', '193806.437000', '193806.439000', '193806.442000', '193806.444000', '193806.447000', '193806.449000', '193826.341000', '193826.343000', '193826.346000', '193826.349000', '193826.351000', '193826.354000', '193826.357000', '193826.359000', '193826.362000', '193826.364000', '193826.367000', '193826.370000', '193826.372000', '193826.375000', '193826.378000', '193826.380000', '193826.383000', '193826.385000', '193826.388000', '193826.391000', '193826.393000', '193826.396000', '193826.399000', '193826.401000', '193826.404000', '193826.406000', '193826.409000', '193826.412000', '193826.414000', '193826.417000', '193826.419000', '193826.422000', '193826.424000', '193826.427000', '193826.430000', '193826.432000', '193826.435000', '193826.438000', '193826.440000', '193826.443000', '193826.445000', '193826.448000', '193826.450000', '193826.453000', '193846.341000', '193846.343000', '193846.346000', '193846.348000', '193846.351000', '193846.354000', '193846.356000', '193846.359000', '193846.361000', '193846.364000', '193846.367000', '193846.369000', '193846.372000', '193846.374000', '193846.377000', '193846.379000', '193846.382000', '193846.385000', '193846.387000', '193846.390000', '193846.392000', '193846.395000', '193846.398000', '193846.400000', '193846.403000', '193846.405000', '193846.408000', '193846.410000', '193846.413000', '193846.416000', '193846.418000', '193846.430000', '193846.433000', '193846.435000', '193846.438000', '193846.440000', '193846.443000', '193846.445000', '193846.448000', '193846.451000', '193846.453000', '193846.456000', '193846.458000', '193906.341000', '193906.343000', '193906.346000', '193906.349000', '193906.351000', '193906.354000', '193906.356000', '193906.359000', '193906.362000', '193906.364000', '193906.367000', '193906.369000', '193906.372000', '193906.374000', '193906.377000', '193906.380000', '193906.382000', '193906.385000', '193906.387000', '193906.390000', '193906.393000', '193906.395000', '193906.398000', '193906.400000', '193906.403000', '193906.405000', '193906.408000', '193906.411000', '193906.413000', '193906.416000', '193906.418000', '193906.421000', '193906.424000', '193906.426000', '193906.429000', '193906.431000', '193906.434000', '193906.436000', '193906.439000', '193906.441000', '193906.444000', '193906.447000', '193906.449000', '193906.452000', '193926.340000', '193926.343000', '193926.346000', '193926.348000', '193926.351000', '193926.354000', '193926.356000', '193926.359000', '193926.361000', '193926.364000', '193926.367000', '193926.369000', '193926.372000', '193926.380000', '193926.383000', '193926.385000', '193926.388000', '193926.390000', '193926.393000', '193926.396000', '193926.398000', '193926.401000', '193926.403000', '193926.406000', '193926.408000', '193926.411000', '193926.414000', '193926.416000', '193926.419000', '193926.421000', '193926.424000', '193926.427000', '193926.429000', '193926.432000', '193926.434000', '193926.437000', '193926.439000', '193926.442000', '193926.445000', '193926.447000', '193926.450000', '193926.452000', '193926.455000', '193946.340000', '193946.343000', '193946.346000', '193946.348000', '193946.352000', '193946.355000', '193946.357000', '193946.360000', '193946.362000', '193946.365000', '193946.368000', '193946.370000', '193946.373000', '193946.375000', '193946.378000', '193946.381000', '193946.383000', '193946.386000', '193946.389000', '193946.391000', '193946.394000', '193946.396000', '193946.399000', '193946.401000', '193946.404000', '193946.407000', '193946.409000', '193946.412000', '193946.415000', '193946.417000', '193946.420000', '193946.422000', '193946.425000', '193946.428000', '193946.430000', '193946.433000', '193946.435000', '193946.438000', '193946.441000', '193946.443000', '193946.446000', '193946.448000', '193946.451000', '193946.453000', '194006.339000', '194006.342000', '194006.345000', '194006.348000', '194006.350000', '194006.353000', '194006.355000', '194006.358000', '194006.361000', '194006.363000', '194006.366000', '194006.368000', '194006.371000', '194006.374000', '194006.376000', '194006.379000', '194006.382000', '194006.384000', '194006.387000', '194006.389000', '194006.392000', '194006.394000', '194006.397000', '194006.400000', '194006.402000', '194006.405000', '194006.408000', '194006.410000', '194006.413000', '194006.415000', '194006.418000', '194006.421000', '194006.423000', '194006.426000', '194006.428000', '194006.431000', '194006.434000', '194006.436000', '194006.439000', '194006.441000', '194006.444000', '194006.447000', '194006.449000', '194026.340000', '194026.343000', '194026.346000', '194026.348000', '194026.351000', '194026.354000', '194026.356000', '194026.359000', '194026.361000', '194026.364000', '194026.366000', '194026.369000', '194026.372000', '194026.374000', '194026.377000', '194026.380000', '194026.382000', '194026.385000', '194026.388000', '194026.390000', '194026.393000', '194026.395000', '194026.398000', '194026.400000', '194026.403000', '194026.406000', '194026.408000', '194026.411000', '194026.414000', '194026.416000', '194026.419000', '194026.421000', '194026.424000', '194026.427000', '194026.429000', '194026.432000', '194026.434000', '194026.437000', '194026.439000', '194026.442000', '194026.445000', '194026.447000', '194026.450000', '194026.453000', '194046.341000', '194046.344000', '194046.346000', '194046.349000', '194046.351000', '194046.354000', '194046.356000', '194046.359000', '194046.362000', '194046.364000', '194046.367000', '194046.369000', '194046.372000', '194046.375000', '194046.377000', '194046.380000', '194046.382000', '194046.385000', '194046.388000', '194046.390000', '194046.393000', '194046.396000', '194046.398000', '194046.401000', '194046.403000', '194046.406000', '194046.409000', '194046.411000', '194046.414000', '194046.416000', '194046.419000', '194046.422000', '194046.424000', '194046.427000', '194046.429000', '194046.432000', '194046.435000', '194046.437000', '194046.440000', '194046.442000', '194046.445000', '194046.448000', '194046.450000', '194106.341000', '194106.343000', '194106.346000', '194106.348000', '194106.351000', '194106.354000', '194106.356000', '194106.359000', '194106.361000', '194106.364000', '194106.366000', '194106.369000', '194106.372000', '194106.374000', '194106.377000', '194106.380000', '194106.382000', '194106.385000', '194106.387000', '194106.390000', '194106.393000', '194106.396000', '194106.399000', '194106.401000', '194106.404000', '194106.406000', '194106.409000', '194106.412000', '194106.414000', '194106.417000', '194106.420000', '194106.422000', '194106.425000', '194106.427000', '194106.430000', '194106.433000', '194106.435000', '194106.438000', '194106.440000', '194106.443000', '194106.445000', '194106.448000', '194106.451000', '194126.341000', '194126.343000', '194126.346000', '194126.349000', '194126.351000', '194126.354000', '194126.356000', '194126.359000', '194126.361000', '194126.364000', '194126.366000', '194126.369000', '194126.372000', '194126.374000', '194126.377000', '194126.379000', '194126.382000', '194126.385000', '194126.387000', '194126.390000', '194126.393000', '194126.395000', '194126.398000', '194126.400000', '194126.403000', '194126.405000', '194126.408000', '194126.411000', '194126.413000', '194126.416000', '194126.418000', '194126.421000', '194126.423000', '194126.426000', '194126.429000', '194126.431000', '194126.434000', '194126.436000', '194126.439000', '194126.442000', '194126.444000', '194126.447000', '194126.449000', '194126.452000', '194146.340000', '194146.343000', '194146.346000', '194146.348000', '194146.351000', '194146.354000', '194146.356000', '194146.359000', '194146.361000', '194146.364000', '194146.376000', '194146.378000', '194146.381000', '194146.384000', '194146.386000', '194146.389000', '194146.391000', '194146.394000', '194146.396000', '194146.399000', '194146.402000', '194146.404000', '194146.407000', '194146.410000', '194146.413000', '194146.417000', '194146.419000', '194146.422000', '194146.424000', '194146.427000', '194146.430000', '194146.433000', '194146.437000', '194146.440000', '194146.442000', '194146.445000', '194146.448000', '194146.450000', '194146.453000', '194146.456000', '194146.458000', '194146.461000', '194146.464000', '194146.805000', '194146.875000'], 'InstanceCreationTime': ['193526.365000', '193526.369000', '193526.372000', '193526.375000', '193526.377000', '193526.380000', '193526.383000', '193526.385000', '193526.388000', '193526.399000', '193526.402000', '193526.404000', '193526.407000', '193526.410000', '193526.412000', '193526.415000', '193526.417000', '193526.420000', '193526.423000', '193526.426000', '193526.429000', '193526.432000', '193526.434000', '193526.437000', '193526.439000', '193526.442000', '193526.445000', '193526.447000', '193526.450000', '193526.452000', '193526.455000', '193526.457000', '193526.460000', '193526.462000', '193526.465000', '193526.467000', '193526.470000', '193526.473000', '193526.475000', '193526.478000', '193526.480000', '193526.483000', '193526.485000', '193526.488000', '193546.340000', '193546.343000', '193546.346000', '193546.348000', '193546.351000', '193546.353000', '193546.356000', '193546.359000', '193546.361000', '193546.364000', '193546.366000', '193546.378000', '193546.380000', '193546.383000', '193546.385000', '193546.388000', '193546.390000', '193546.393000', '193546.395000', '193546.398000', '193546.400000', '193546.403000', '193546.406000', '193546.408000', '193546.411000', '193546.413000', '193546.416000', '193546.418000', '193546.421000', '193546.423000', '193546.426000', '193546.428000', '193546.431000', '193546.434000', '193546.439000', '193546.442000', '193546.444000', '193546.447000', '193546.450000', '193546.452000', '193546.455000', '193546.457000', '193546.460000', '193546.462000', '193606.340000', '193606.343000', '193606.346000', '193606.348000', '193606.351000', '193606.353000', '193606.356000', '193606.359000', '193606.361000', '193606.364000', '193606.366000', '193606.369000', '193606.372000', '193606.374000', '193606.377000', '193606.379000', '193606.382000', '193606.384000', '193606.387000', '193606.389000', '193606.392000', '193606.394000', '193606.397000', '193606.400000', '193606.402000', '193606.405000', '193606.407000', '193606.410000', '193606.412000', '193606.415000', '193606.417000', '193606.420000', '193606.422000', '193606.425000', '193606.428000', '193606.430000', '193606.433000', '193606.435000', '193606.438000', '193606.440000', '193606.443000', '193606.446000', '193606.449000', '193626.340000', '193626.343000', '193626.346000', '193626.348000', '193626.351000', '193626.353000', '193626.356000', '193626.359000', '193626.361000', '193626.364000', '193626.366000', '193626.369000', '193626.372000', '193626.374000', '193626.377000', '193626.379000', '193626.382000', '193626.384000', '193626.387000', '193626.389000', '193626.392000', '193626.394000', '193626.397000', '193626.400000', '193626.402000', '193626.405000', '193626.407000', '193626.410000', '193626.413000', '193626.415000', '193626.418000', '193626.420000', '193626.423000', '193626.425000', '193626.428000', '193626.431000', '193626.433000', '193626.462000', '193626.465000', '193626.467000', '193626.470000', '193626.473000', '193626.475000', '193626.478000', '193646.341000', '193646.344000', '193646.346000', '193646.349000', '193646.351000', '193646.354000', '193646.356000', '193646.359000', '193646.362000', '193646.364000', '193646.367000', '193646.369000', '193646.372000', '193646.375000', '193646.377000', '193646.380000', '193646.382000', '193646.385000', '193646.387000', '193646.390000', '193646.392000', '193646.395000', '193646.398000', '193646.400000', '193646.403000', '193646.405000', '193646.408000', '193646.410000', '193646.413000', '193646.416000', '193646.418000', '193646.421000', '193646.423000', '193646.426000', '193646.428000', '193646.431000', '193646.434000', '193646.436000', '193646.439000', '193646.441000', '193646.444000', '193646.446000', '193646.449000', '193706.340000', '193706.343000', '193706.346000', '193706.348000', '193706.351000', '193706.353000', '193706.356000', '193706.359000', '193706.361000', '193706.364000', '193706.366000', '193706.369000', '193706.371000', '193706.374000', '193706.376000', '193706.379000', '193706.382000', '193706.384000', '193706.387000', '193706.389000', '193706.392000', '193706.394000', '193706.397000', '193706.400000', '193706.402000', '193706.405000', '193706.407000', '193706.410000', '193706.412000', '193706.415000', '193706.418000', '193706.420000', '193706.423000', '193706.425000', '193706.428000', '193706.430000', '193706.433000', '193706.436000', '193706.438000', '193706.448000', '193706.450000', '193706.453000', '193706.455000', '193706.458000', '193726.340000', '193726.343000', '193726.346000', '193726.348000', '193726.351000', '193726.353000', '193726.356000', '193726.359000', '193726.361000', '193726.364000', '193726.366000', '193726.369000', '193726.371000', '193726.374000', '193726.376000', '193726.379000', '193726.382000', '193726.384000', '193726.387000', '193726.389000', '193726.392000', '193726.394000', '193726.397000', '193726.399000', '193726.402000', '193726.405000', '193726.407000', '193726.410000', '193726.412000', '193726.415000', '193726.417000', '193726.420000', '193726.422000', '193726.425000', '193726.428000', '193726.430000', '193726.433000', '193726.435000', '193726.438000', '193726.440000', '193726.443000', '193726.446000', '193726.448000', '193746.339000', '193746.342000', '193746.345000', '193746.347000', '193746.350000', '193746.352000', '193746.355000', '193746.358000', '193746.360000', '193746.363000', '193746.365000', '193746.368000', '193746.370000', '193746.373000', '193746.376000', '193746.378000', '193746.381000', '193746.383000', '193746.386000', '193746.388000', '193746.391000', '193746.393000', '193746.396000', '193746.399000', '193746.401000', '193746.404000', '193746.406000', '193746.409000', '193746.411000', '193746.414000', '193746.417000', '193746.419000', '193746.422000', '193746.424000', '193746.427000', '193746.430000', '193746.432000', '193746.435000', '193746.437000', '193746.440000', '193746.442000', '193746.445000', '193746.447000', '193746.450000', '193806.341000', '193806.343000', '193806.346000', '193806.349000', '193806.351000', '193806.354000', '193806.356000', '193806.359000', '193806.362000', '193806.364000', '193806.367000', '193806.369000', '193806.372000', '193806.375000', '193806.377000', '193806.380000', '193806.382000', '193806.385000', '193806.388000', '193806.390000', '193806.393000', '193806.395000', '193806.398000', '193806.400000', '193806.403000', '193806.406000', '193806.408000', '193806.411000', '193806.413000', '193806.416000', '193806.418000', '193806.421000', '193806.424000', '193806.426000', '193806.429000', '193806.431000', '193806.434000', '193806.437000', '193806.439000', '193806.442000', '193806.444000', '193806.447000', '193806.449000', '193826.341000', '193826.343000', '193826.346000', '193826.349000', '193826.351000', '193826.354000', '193826.357000', '193826.359000', '193826.362000', '193826.364000', '193826.367000', '193826.370000', '193826.372000', '193826.375000', '193826.378000', '193826.380000', '193826.383000', '193826.385000', '193826.388000', '193826.391000', '193826.393000', '193826.396000', '193826.399000', '193826.401000', '193826.404000', '193826.406000', '193826.409000', '193826.412000', '193826.414000', '193826.417000', '193826.419000', '193826.422000', '193826.424000', '193826.427000', '193826.430000', '193826.432000', '193826.435000', '193826.438000', '193826.440000', '193826.443000', '193826.445000', '193826.448000', '193826.450000', '193826.453000', '193846.341000', '193846.343000', '193846.346000', '193846.348000', '193846.351000', '193846.354000', '193846.356000', '193846.359000', '193846.361000', '193846.364000', '193846.367000', '193846.369000', '193846.372000', '193846.374000', '193846.377000', '193846.379000', '193846.382000', '193846.385000', '193846.387000', '193846.390000', '193846.392000', '193846.395000', '193846.398000', '193846.400000', '193846.403000', '193846.405000', '193846.408000', '193846.410000', '193846.413000', '193846.416000', '193846.418000', '193846.430000', '193846.433000', '193846.435000', '193846.438000', '193846.440000', '193846.443000', '193846.445000', '193846.448000', '193846.451000', '193846.453000', '193846.456000', '193846.458000', '193906.341000', '193906.343000', '193906.346000', '193906.349000', '193906.351000', '193906.354000', '193906.356000', '193906.359000', '193906.362000', '193906.364000', '193906.367000', '193906.369000', '193906.372000', '193906.374000', '193906.377000', '193906.380000', '193906.382000', '193906.385000', '193906.387000', '193906.390000', '193906.393000', '193906.395000', '193906.398000', '193906.400000', '193906.403000', '193906.405000', '193906.408000', '193906.411000', '193906.413000', '193906.416000', '193906.418000', '193906.421000', '193906.424000', '193906.426000', '193906.429000', '193906.431000', '193906.434000', '193906.436000', '193906.439000', '193906.441000', '193906.444000', '193906.447000', '193906.449000', '193906.452000', '193926.340000', '193926.343000', '193926.346000', '193926.348000', '193926.351000', '193926.354000', '193926.356000', '193926.359000', '193926.361000', '193926.364000', '193926.367000', '193926.369000', '193926.372000', '193926.380000', '193926.383000', '193926.385000', '193926.388000', '193926.390000', '193926.393000', '193926.396000', '193926.398000', '193926.401000', '193926.403000', '193926.406000', '193926.408000', '193926.411000', '193926.414000', '193926.416000', '193926.419000', '193926.421000', '193926.424000', '193926.427000', '193926.429000', '193926.432000', '193926.434000', '193926.437000', '193926.439000', '193926.442000', '193926.445000', '193926.447000', '193926.450000', '193926.452000', '193926.455000', '193946.340000', '193946.343000', '193946.346000', '193946.348000', '193946.352000', '193946.355000', '193946.357000', '193946.360000', '193946.362000', '193946.365000', '193946.368000', '193946.370000', '193946.373000', '193946.375000', '193946.378000', '193946.381000', '193946.383000', '193946.386000', '193946.389000', '193946.391000', '193946.394000', '193946.396000', '193946.399000', '193946.401000', '193946.404000', '193946.407000', '193946.409000', '193946.412000', '193946.415000', '193946.417000', '193946.420000', '193946.422000', '193946.425000', '193946.428000', '193946.430000', '193946.433000', '193946.435000', '193946.438000', '193946.441000', '193946.443000', '193946.446000', '193946.448000', '193946.451000', '193946.453000', '194006.339000', '194006.342000', '194006.345000', '194006.348000', '194006.350000', '194006.353000', '194006.355000', '194006.358000', '194006.361000', '194006.363000', '194006.366000', '194006.368000', '194006.371000', '194006.374000', '194006.376000', '194006.379000', '194006.382000', '194006.384000', '194006.387000', '194006.389000', '194006.392000', '194006.394000', '194006.397000', '194006.400000', '194006.402000', '194006.405000', '194006.408000', '194006.410000', '194006.413000', '194006.415000', '194006.418000', '194006.421000', '194006.423000', '194006.426000', '194006.428000', '194006.431000', '194006.434000', '194006.436000', '194006.439000', '194006.441000', '194006.444000', '194006.447000', '194006.449000', '194026.340000', '194026.343000', '194026.346000', '194026.348000', '194026.351000', '194026.354000', '194026.356000', '194026.359000', '194026.361000', '194026.364000', '194026.366000', '194026.369000', '194026.372000', '194026.374000', '194026.377000', '194026.380000', '194026.382000', '194026.385000', '194026.388000', '194026.390000', '194026.393000', '194026.395000', '194026.398000', '194026.400000', '194026.403000', '194026.406000', '194026.408000', '194026.411000', '194026.414000', '194026.416000', '194026.419000', '194026.421000', '194026.424000', '194026.427000', '194026.429000', '194026.432000', '194026.434000', '194026.437000', '194026.439000', '194026.442000', '194026.445000', '194026.447000', '194026.450000', '194026.453000', '194046.341000', '194046.344000', '194046.346000', '194046.349000', '194046.351000', '194046.354000', '194046.356000', '194046.359000', '194046.362000', '194046.364000', '194046.367000', '194046.369000', '194046.372000', '194046.375000', '194046.377000', '194046.380000', '194046.382000', '194046.385000', '194046.388000', '194046.390000', '194046.393000', '194046.396000', '194046.398000', '194046.401000', '194046.403000', '194046.406000', '194046.409000', '194046.411000', '194046.414000', '194046.416000', '194046.419000', '194046.422000', '194046.424000', '194046.427000', '194046.429000', '194046.432000', '194046.435000', '194046.437000', '194046.440000', '194046.442000', '194046.445000', '194046.448000', '194046.450000', '194106.341000', '194106.343000', '194106.346000', '194106.348000', '194106.351000', '194106.354000', '194106.356000', '194106.359000', '194106.361000', '194106.364000', '194106.366000', '194106.369000', '194106.372000', '194106.374000', '194106.377000', '194106.380000', '194106.382000', '194106.385000', '194106.387000', '194106.390000', '194106.393000', '194106.396000', '194106.399000', '194106.401000', '194106.404000', '194106.406000', '194106.409000', '194106.412000', '194106.414000', '194106.417000', '194106.420000', '194106.422000', '194106.425000', '194106.427000', '194106.430000', '194106.433000', '194106.435000', '194106.438000', '194106.440000', '194106.443000', '194106.445000', '194106.448000', '194106.451000', '194126.341000', '194126.343000', '194126.346000', '194126.349000', '194126.351000', '194126.354000', '194126.356000', '194126.359000', '194126.361000', '194126.364000', '194126.366000', '194126.369000', '194126.372000', '194126.374000', '194126.377000', '194126.379000', '194126.382000', '194126.385000', '194126.387000', '194126.390000', '194126.393000', '194126.395000', '194126.398000', '194126.400000', '194126.403000', '194126.405000', '194126.408000', '194126.411000', '194126.413000', '194126.416000', '194126.418000', '194126.421000', '194126.423000', '194126.426000', '194126.429000', '194126.431000', '194126.434000', '194126.436000', '194126.439000', '194126.442000', '194126.444000', '194126.447000', '194126.449000', '194126.452000', '194146.340000', '194146.343000', '194146.346000', '194146.348000', '194146.351000', '194146.354000', '194146.356000', '194146.359000', '194146.361000', '194146.364000', '194146.376000', '194146.378000', '194146.381000', '194146.384000', '194146.386000', '194146.389000', '194146.391000', '194146.394000', '194146.396000', '194146.399000', '194146.402000', '194146.404000', '194146.407000', '194146.410000', '194146.413000', '194146.417000', '194146.419000', '194146.422000', '194146.424000', '194146.427000', '194146.430000', '194146.433000', '194146.437000', '194146.440000', '194146.442000', '194146.445000', '194146.448000', '194146.450000', '194146.453000', '194146.456000', '194146.458000', '194146.461000', '194146.464000', '194146.805000', '194146.875000'], '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': [10374, 8749, 8844, 10069, 9880, 13547, 10674, 8794, 10405, 7358, 7621, 7274, 8386, 7782, 11595, 9432, 11258, 7311, 8382, 7736, 7262, 7507, 7567, 7551, 7244, 12404, 8276, 7596, 7442, 7186, 7081, 8453, 7138, 14593, 8244, 11523, 7251, 8967, 7417, 9160, 7429, 9180, 7500, 11329, 7844, 7399, 7430, 7483, 7623, 7660, 7813, 7231, 10765, 7499, 7364, 7066, 9668, 7169, 8423, 7614, 9974, 8315, 7893, 7709, 7328, 7556, 7495, 12358, 8078, 13003, 8162, 10708, 7020, 10064, 7054, 8771, 7626, 8835, 7461, 8846, 7218, 9273, 8245, 9650, 6889, 7407, 7279, 7623, 8366, 9924, 11667, 9346, 12701, 9589, 10013, 8185, 8061, 11312, 7450, 9085, 7192, 8742, 7511, 7060, 9221, 7483, 9096, 7280, 8668, 8137, 9747, 11753, 7409, 9892, 7451, 8755, 7468, 12853, 9984, 9486, 7848, 7531, 7867, 10060, 8728, 8865, 11609, 7386, 8088, 7304, 7216, 7482, 9042, 7386, 8668, 7431, 7655, 7255, 8346, 7689, 9149, 7298, 10740, 7197, 11024, 7624, 8044, 7359, 7550, 7416, 7473, 8498, 7375, 10072, 7479, 8852, 7514, 10140, 9666, 11091, 7241, 9530, 7604, 8583, 7903, 9582, 7515, 11111, 7065, 9007, 7323, 8906, 8049, 8745, 7721, 7654, 7336, 7703, 7505, 8098, 8992, 9276, 7119, 7538, 7175, 7452, 7130, 7292, 8289, 6907, 7434, 7445, 7679, 6936, 9810, 7363, 12368, 8485, 10825, 7569, 12530, 7597, 12139, 7670, 12859, 8990, 11090, 7349, 8360, 7313, 8487, 7105, 9139, 7817, 7434, 7290, 7166, 7500, 8604, 8876, 7527, 8800, 7386, 7350, 7428, 8883, 10000, 10677, 7295, 7816, 7359, 7554, 11387, 8444, 14292, 10604, 11727, 7816, 13259, 7393, 9367, 7436, 8767, 7731, 10085, 8439, 9700, 7363, 8805, 7335, 7818, 7209, 8234, 7441, 9749, 7471, 7977, 7761, 7675, 7542, 7830, 7248, 8871, 7410, 7398, 7273, 7402, 7568, 9612, 8094, 7408, 8073, 7460, 7202, 14007, 9785, 12778, 9481, 7654, 7501, 7145, 7410, 7035, 7338, 13152, 9608, 7800, 7202, 7389, 7024, 8139, 7419, 9623, 8114, 7089, 7398, 7734, 7457, 12753, 9382, 12804, 8953, 7178, 7292, 9482, 7332, 10975, 7801, 10899, 7923, 7316, 7023, 7905, 7037, 10238, 7385, 13041, 8867, 11269, 7628, 11674, 7340, 9329, 7379, 9591, 8332, 9441, 7339, 8444, 7396, 7876, 7434, 8370, 8040, 8763, 7637, 7740, 7501, 8064, 7293, 9935, 7730, 11962, 7177, 9923, 7254, 11753, 8621, 8763, 7578, 10327, 7499, 7763, 7398, 7820, 8959, 7642, 7145, 8365, 7468, 9211, 8906, 10061, 11659, 7216, 7977, 7739, 7689, 10003, 9940, 7723, 9036, 7419, 7431, 7137, 7515, 7311, 9977, 7347, 8645, 7608, 7756, 7623, 9977, 8813, 12538, 7668, 10009, 7313, 10765, 8619, 11589, 8149, 10865, 7300, 8633, 7509, 9899, 8521, 9868, 7405, 8376, 7382, 7671, 7329, 7966, 7335, 8958, 7425, 7223, 7282, 8819, 8085, 10603, 8038, 10695, 7479, 8469, 7569, 9350, 8718, 10499, 7592, 9571, 7358, 8130, 7523, 9864, 7445, 8892, 7681, 7585, 7616, 8499, 7432, 13005, 8062, 8405, 7691, 7362, 7447, 7276, 7415, 7194, 7560, 7115, 9876, 8143, 14154, 9964, 7531, 7538, 7447, 8147, 7421, 10753, 8465, 10740, 7259, 9396, 7668, 11226, 8436, 14106, 9177, 7544, 7886, 7095, 7700, 7262, 7812, 7404, 10486, 7339, 8843, 7488, 8295, 7078, 10530, 8190, 11906, 7798, 9038, 7194, 11481, 7716, 9389, 7686, 8690, 7973, 8320, 7620, 7414, 7343, 7828, 6941, 7485, 7359, 7501, 7427, 7665, 7611, 7569, 7211, 9928, 7247, 10687, 7438, 7514, 7135, 11528, 8615, 9298, 9294, 7202, 7806, 7380, 9130, 7435, 12693, 8650, 11719, 7251, 9040, 7136, 8072, 7472, 8756, 7739, 10884, 7217, 8447, 7135, 8544, 7315, 7198, 7226, 7190, 7240, 7118, 7482, 8810, 8351, 9692, 9373, 7423, 7278, 7264, 7378, 9087, 9587, 7198, 9227, 7061, 7812, 7410, 9113, 9172, 9890, 7894, 9180, 7383, 7694, 7155, 8095, 11175, 9454, 7068, 8323, 7531, 7543, 7174, 7619, 10279, 9624, 7494, 8551, 7541, 7067, 7624, 8401, 7783, 12098, 8929, 13367, 7255, 10960, 8823, 12599, 8908, 7469, 7267, 7170, 7531, 7124, 10009, 9863, 12655, 10959, 9868, 11786, 7172, 9177, 6901, 10399, 7750, 9957, 7494, 9706, 9051, 8272, 12311, 10993, 7891, 11131, 11396, 11290, 14011, 11094, 13011, 10843, 9744, 8235, 10046, 7793, 8812, 7647, 9913, 8270, 9725, 7705, 7918, 7398, 8647, 7229, 7417, 10637, 7704, 7228, 7179, 6886, 7150, 7255, 7069, 7221, 7067, 7452, 7146, 7383, 7319, 7641, 7523, 7331, 10245, 7344, 9456, 6834, 7680, 7518, 11116, 8863, 7109, 8478, 7206, 7462, 7116, 9800, 10136, 11627, 7406, 8655, 7357, 7382, 7734, 8486, 7545, 10130, 7457, 9673, 7130, 9913, 7495, 10349, 8336, 7277, 9467, 7211, 7877, 7386, 9268, 7671, 11355, 10065, 10452, 7245, 9113, 7556, 9912, 8820, 10356, 7909, 8884, 7255, 8006, 7366, 8235, 7415, 9779, 7371, 7693, 7180, 7349, 7210, 8950, 7702, 11151, 7369, 7357, 7255, 9026, 7050, 12039, 9496, 11443, 8257, 8754, 7052, 11075, 7614, 10259, 8468, 8236, 7265, 9905, 7197, 10459, 7761, 10021, 7610, 7095, 6974, 7692, 7345, 7517, 11963, 8489, 7200, 7560, 7466, 12592, 8624, 10034, 12086, 7668, 11624, 7208, 12146, 8651, 12414, 9096, 11836, 7304, 9394, 7331, 9464, 8132, 11797, 8606, 7075, 7094, 7296, 7235, 10300, 7509, 9731, 7567, 7555, 7161, 7322, 7465, 9141, 9308, 10487, 10670, 7588, 8658, 7061, 11116, 9735, 10697, 11058, 11618, 7167, 7482, 8641, 7175, 12398, 7508, 10983, 8798, 8844, 7427, 7670, 7327, 7697, 7651, 8000, 7369, 6938, 7426, 7461, 7209, 7924, 7454, 11080, 7716, 7062, 7078, 7045, 7130, 13352, 10273, 12420, 8594, 9224, 7261, 10894, 7366, 10452, 8347, 8871, 7077, 7906, 7492, 7791, 7734, 10234, 8844, 8877, 7432, 7141, 7450, 9782, 9103, 10285, 9287, 8220, 8698, 7176, 8026, 6979, 15249, 11033, 12286, 8453, 9928, 7584, 8878, 7850, 8321, 7468, 10075, 8548, 10687, 7302, 7233, 7701, 7474, 7775, 9695, 11932, 10279], 'WindowCenter': [4435.0, 4394.0, 4384.0, 4390.0, 4388.0, 4411.0, 4389.0, 4369.0, 4379.0, 4348.0, 4348.0, 4350.0, 4358.0, 4351.0, 4401.0, 4368.0, 4378.0, 4338.0, 4347.0, 4347.0, 4337.0, 4337.0, 4345.0, 4348.0, 4339.0, 4387.0, 4360.0, 4348.0, 4349.0, 4337.0, 4337.0, 4346.0, 4335.0, 4407.0, 4353.0, 4387.0, 4338.0, 4356.0, 4335.0, 4366.0, 4334.0, 4367.0, 4344.0, 4387.0, 4343.0, 4333.0, 4337.0, 4333.0, 4346.0, 4348.0, 4347.0, 4349.0, 4376.0, 4333.0, 4336.0, 4338.0, 4364.0, 4336.0, 4355.0, 4349.0, 4378.0, 4353.0, 4346.0, 4348.0, 4337.0, 4348.0, 4349.0, 4394.0, 4348.0, 4397.0, 4354.0, 4376.0, 4336.0, 4363.0, 4338.0, 4358.0, 4349.0, 4369.0, 4347.0, 4380.0, 4358.0, 4382.0, 4368.0, 4389.0, 4353.0, 4362.0, 4363.0, 4375.0, 4384.0, 4394.0, 4402.0, 4380.0, 4414.0, 4391.0, 4379.0, 4360.0, 4361.0, 4385.0, 4350.0, 4369.0, 4352.0, 4377.0, 4348.0, 4337.0, 4363.0, 4335.0, 4366.0, 4342.0, 4363.0, 4358.0, 4377.0, 4399.0, 4346.0, 4377.0, 4334.0, 4356.0, 4337.0, 4396.0, 4367.0, 4364.0, 4345.0, 4330.0, 4343.0, 4364.0, 4354.0, 4354.0, 4382.0, 4333.0, 4342.0, 4334.0, 4333.0, 4335.0, 4366.0, 4332.0, 4355.0, 4336.0, 4344.0, 4342.0, 4356.0, 4347.0, 4365.0, 4333.0, 4376.0, 4333.0, 4383.0, 4348.0, 4356.0, 4343.0, 4346.0, 4333.0, 4337.0, 4367.0, 4336.0, 4377.0, 4347.0, 4356.0, 4335.0, 4376.0, 4378.0, 4386.0, 4332.0, 4365.0, 4346.0, 4352.0, 4357.0, 4366.0, 4336.0, 4385.0, 4336.0, 4355.0, 4336.0, 4351.0, 4346.0, 4353.0, 4345.0, 4333.0, 4334.0, 4335.0, 4335.0, 4346.0, 4355.0, 4363.0, 4320.0, 4335.0, 4324.0, 4336.0, 4335.0, 4344.0, 4356.0, 4338.0, 4344.0, 4344.0, 4343.0, 4335.0, 4377.0, 4345.0, 4394.0, 4367.0, 4382.0, 4347.0, 4393.0, 4347.0, 4385.0, 4347.0, 4397.0, 4367.0, 4386.0, 4335.0, 4355.0, 4344.0, 4366.0, 4335.0, 4374.0, 4349.0, 4347.0, 4348.0, 4336.0, 4346.0, 4368.0, 4366.0, 4348.0, 4369.0, 4347.0, 4347.0, 4343.0, 4368.0, 4373.0, 4385.0, 4347.0, 4344.0, 4335.0, 4344.0, 4383.0, 4354.0, 4402.0, 4376.0, 4380.0, 4332.0, 4384.0, 4332.0, 4354.0, 4335.0, 4354.0, 4345.0, 4365.0, 4345.0, 4363.0, 4333.0, 4353.0, 4335.0, 4333.0, 4335.0, 4342.0, 4334.0, 4362.0, 4336.0, 4343.0, 4347.0, 4359.0, 4348.0, 4348.0, 4348.0, 4369.0, 4349.0, 4349.0, 4361.0, 4360.0, 4358.0, 4392.0, 4368.0, 4348.0, 4354.0, 4336.0, 4334.0, 4395.0, 4373.0, 4395.0, 4363.0, 4345.0, 4346.0, 4336.0, 4347.0, 4336.0, 4344.0, 4391.0, 4374.0, 4342.0, 4347.0, 4345.0, 4334.0, 4356.0, 4345.0, 4377.0, 4354.0, 4332.0, 4357.0, 4342.0, 4346.0, 4398.0, 4375.0, 4393.0, 4364.0, 4335.0, 4344.0, 4363.0, 4350.0, 4384.0, 4345.0, 4387.0, 4358.0, 4332.0, 4334.0, 4343.0, 4336.0, 4372.0, 4345.0, 4397.0, 4368.0, 4381.0, 4346.0, 4386.0, 4333.0, 4366.0, 4344.0, 4377.0, 4358.0, 4366.0, 4336.0, 4354.0, 4337.0, 4341.0, 4348.0, 4357.0, 4343.0, 4356.0, 4361.0, 4342.0, 4348.0, 4357.0, 4349.0, 4373.0, 4345.0, 4387.0, 4339.0, 4374.0, 4350.0, 4393.0, 4369.0, 4363.0, 4343.0, 4373.0, 4347.0, 4344.0, 4345.0, 4344.0, 4365.0, 4343.0, 4335.0, 4357.0, 4343.0, 4367.0, 4363.0, 4376.0, 4387.0, 4336.0, 4347.0, 4346.0, 4343.0, 4363.0, 4363.0, 4335.0, 4351.0, 4335.0, 4335.0, 4335.0, 4347.0, 4345.0, 4377.0, 4336.0, 4353.0, 4342.0, 4345.0, 4349.0, 4375.0, 4369.0, 4396.0, 4344.0, 4366.0, 4334.0, 4376.0, 4354.0, 4384.0, 4346.0, 4374.0, 4332.0, 4344.0, 4333.0, 4365.0, 4356.0, 4365.0, 4335.0, 4343.0, 4330.0, 4334.0, 4332.0, 4345.0, 4337.0, 4355.0, 4336.0, 4331.0, 4336.0, 4356.0, 4347.0, 4374.0, 4343.0, 4375.0, 4332.0, 4345.0, 4346.0, 4362.0, 4356.0, 4375.0, 4336.0, 4364.0, 4332.0, 4343.0, 4334.0, 4361.0, 4335.0, 4353.0, 4334.0, 4331.0, 4335.0, 4356.0, 4350.0, 4398.0, 4359.0, 4351.0, 4342.0, 4336.0, 4347.0, 4346.0, 4348.0, 4338.0, 4346.0, 4338.0, 4376.0, 4358.0, 4407.0, 4377.0, 4347.0, 4347.0, 4337.0, 4354.0, 4347.0, 4385.0, 4357.0, 4376.0, 4334.0, 4365.0, 4343.0, 4372.0, 4357.0, 4396.0, 4352.0, 4330.0, 4341.0, 4320.0, 4331.0, 4333.0, 4341.0, 4330.0, 4371.0, 4334.0, 4354.0, 4336.0, 4341.0, 4336.0, 4377.0, 4356.0, 4381.0, 4332.0, 4354.0, 4331.0, 4385.0, 4335.0, 4351.0, 4333.0, 4341.0, 4344.0, 4341.0, 4333.0, 4335.0, 4335.0, 4346.0, 4335.0, 4333.0, 4334.0, 4333.0, 4337.0, 4343.0, 4348.0, 4345.0, 4350.0, 4372.0, 4348.0, 4387.0, 4346.0, 4347.0, 4347.0, 4395.0, 4366.0, 4365.0, 4375.0, 4348.0, 4345.0, 4347.0, 4365.0, 4348.0, 4399.0, 4358.0, 4386.0, 4333.0, 4354.0, 4335.0, 4343.0, 4345.0, 4356.0, 4344.0, 4387.0, 4348.0, 4353.0, 4335.0, 4365.0, 4350.0, 4334.0, 4346.0, 4339.0, 4357.0, 4348.0, 4346.0, 4369.0, 4355.0, 4378.0, 4375.0, 4347.0, 4345.0, 4348.0, 4349.0, 4368.0, 4375.0, 4337.0, 4366.0, 4338.0, 4343.0, 4347.0, 4365.0, 4363.0, 4374.0, 4345.0, 4364.0, 4337.0, 4344.0, 4338.0, 4356.0, 4387.0, 4375.0, 4332.0, 4354.0, 4348.0, 4344.0, 4337.0, 4344.0, 4377.0, 4375.0, 4348.0, 4365.0, 4348.0, 4333.0, 4358.0, 4366.0, 4359.0, 4399.0, 4376.0, 4409.0, 4347.0, 4385.0, 4371.0, 4395.0, 4366.0, 4345.0, 4350.0, 4338.0, 4346.0, 4340.0, 4375.0, 4380.0, 4406.0, 4386.0, 4376.0, 4397.0, 4351.0, 4368.0, 4339.0, 4377.0, 4349.0, 4374.0, 4338.0, 4367.0, 4357.0, 4355.0, 4382.0, 4373.0, 4334.0, 4372.0, 4369.0, 4373.0, 4381.0, 4360.0, 4370.0, 4347.0, 4337.0, 4328.0, 4338.0, 4318.0, 4327.0, 4319.0, 4349.0, 4329.0, 4336.0, 4318.0, 4318.0, 4308.0, 4327.0, 4308.0, 4319.0, 4346.0, 4319.0, 4303.0, 4309.0, 4308.0, 4310.0, 4320.0, 4322.0, 4318.0, 4320.0, 4323.0, 4323.0, 4332.0, 4334.0, 4345.0, 4346.0, 4346.0, 4375.0, 4337.0, 4366.0, 4324.0, 4345.0, 4347.0, 4384.0, 4362.0, 4336.0, 4353.0, 4337.0, 4333.0, 4335.0, 4377.0, 4373.0, 4383.0, 4335.0, 4352.0, 4336.0, 4333.0, 4345.0, 4357.0, 4347.0, 4377.0, 4338.0, 4377.0, 4335.0, 4376.0, 4348.0, 4385.0, 4357.0, 4344.0, 4375.0, 4338.0, 4344.0, 4348.0, 4366.0, 4348.0, 4385.0, 4375.0, 4377.0, 4334.0, 4366.0, 4344.0, 4377.0, 4367.0, 4375.0, 4343.0, 4355.0, 4335.0, 4342.0, 4337.0, 4356.0, 4335.0, 4363.0, 4337.0, 4332.0, 4334.0, 4334.0, 4345.0, 4363.0, 4345.0, 4386.0, 4335.0, 4336.0, 4348.0, 4362.0, 4335.0, 4397.0, 4377.0, 4387.0, 4358.0, 4356.0, 4334.0, 4381.0, 4345.0, 4375.0, 4354.0, 4353.0, 4337.0, 4366.0, 4334.0, 4375.0, 4346.0, 4389.0, 4326.0, 4304.0, 4307.0, 4324.0, 4330.0, 4359.0, 4426.0, 4382.0, 4362.0, 4357.0, 4350.0, 4398.0, 4355.0, 4367.0, 4385.0, 4345.0, 4386.0, 4348.0, 4400.0, 4370.0, 4398.0, 4354.0, 4374.0, 4335.0, 4354.0, 4332.0, 4365.0, 4348.0, 4388.0, 4355.0, 4327.0, 4335.0, 4335.0, 4347.0, 4374.0, 4335.0, 4366.0, 4334.0, 4336.0, 4335.0, 4338.0, 4336.0, 4367.0, 4367.0, 4375.0, 4375.0, 4334.0, 4354.0, 4326.0, 4374.0, 4367.0, 4375.0, 4372.0, 4373.0, 4321.0, 4322.0, 4343.0, 4322.0, 4384.0, 4335.0, 4364.0, 4341.0, 4343.0, 4324.0, 4332.0, 4325.0, 4333.0, 4336.0, 4344.0, 4342.0, 4308.0, 4303.0, 4311.0, 4333.0, 4357.0, 4363.0, 4400.0, 4358.0, 4347.0, 4337.0, 4337.0, 4335.0, 4393.0, 4378.0, 4393.0, 4367.0, 4365.0, 4347.0, 4387.0, 4347.0, 4374.0, 4355.0, 4356.0, 4324.0, 4345.0, 4337.0, 4343.0, 4347.0, 4378.0, 4365.0, 4354.0, 4338.0, 4334.0, 4339.0, 4377.0, 4358.0, 4373.0, 4366.0, 4355.0, 4355.0, 4337.0, 4345.0, 4336.0, 4406.0, 4374.0, 4382.0, 4345.0, 4359.0, 4343.0, 4352.0, 4344.0, 4345.0, 4334.0, 4375.0, 4355.0, 4373.0, 4336.0, 4334.0, 4335.0, 4333.0, 4347.0, 4368.0, 4384.0, 4362.0], 'WindowWidth': [9758.0, 9689.0, 9671.0, 9671.0, 9666.0, 9696.0, 9666.0, 9637.0, 9650.0, 9610.0, 9608.0, 9613.0, 9621.0, 9616.0, 9682.0, 9632.0, 9646.0, 9592.0, 9603.0, 9602.0, 9590.0, 9591.0, 9600.0, 9605.0, 9593.0, 9656.0, 9624.0, 9610.0, 9609.0, 9590.0, 9591.0, 9601.0, 9585.0, 9683.0, 9609.0, 9654.0, 9590.0, 9614.0, 9585.0, 9628.0, 9586.0, 9630.0, 9598.0, 9657.0, 9594.0, 9579.0, 9590.0, 9582.0, 9602.0, 9605.0, 9604.0, 9608.0, 9642.0, 9582.0, 9587.0, 9594.0, 9624.0, 9590.0, 9614.0, 9610.0, 9647.0, 9610.0, 9600.0, 9607.0, 9590.0, 9608.0, 9608.0, 9664.0, 9607.0, 9671.0, 9611.0, 9641.0, 9589.0, 9622.0, 9594.0, 9621.0, 9610.0, 9637.0, 9609.0, 9657.0, 9629.0, 9659.0, 9636.0, 9668.0, 9624.0, 9635.0, 9638.0, 9656.0, 9668.0, 9678.0, 9687.0, 9653.0, 9706.0, 9671.0, 9649.0, 9627.0, 9632.0, 9651.0, 9612.0, 9637.0, 9620.0, 9649.0, 9610.0, 9591.0, 9621.0, 9587.0, 9628.0, 9594.0, 9624.0, 9622.0, 9646.0, 9677.0, 9603.0, 9645.0, 9585.0, 9614.0, 9593.0, 9669.0, 9629.0, 9622.0, 9598.0, 9574.0, 9593.0, 9623.0, 9611.0, 9609.0, 9645.0, 9579.0, 9591.0, 9581.0, 9582.0, 9586.0, 9629.0, 9581.0, 9611.0, 9588.0, 9597.0, 9597.0, 9616.0, 9606.0, 9625.0, 9583.0, 9641.0, 9584.0, 9650.0, 9608.0, 9617.0, 9596.0, 9602.0, 9583.0, 9591.0, 9633.0, 9590.0, 9645.0, 9607.0, 9616.0, 9588.0, 9642.0, 9648.0, 9655.0, 9581.0, 9626.0, 9601.0, 9607.0, 9619.0, 9627.0, 9590.0, 9653.0, 9590.0, 9610.0, 9587.0, 9604.0, 9601.0, 9607.0, 9600.0, 9581.0, 9584.0, 9584.0, 9585.0, 9601.0, 9613.0, 9620.0, 9560.0, 9584.0, 9570.0, 9589.0, 9586.0, 9599.0, 9617.0, 9594.0, 9599.0, 9599.0, 9596.0, 9588.0, 9644.0, 9603.0, 9667.0, 9634.0, 9648.0, 9604.0, 9662.0, 9606.0, 9653.0, 9607.0, 9672.0, 9632.0, 9654.0, 9588.0, 9614.0, 9599.0, 9630.0, 9591.0, 9640.0, 9610.0, 9607.0, 9609.0, 9593.0, 9605.0, 9637.0, 9632.0, 9610.0, 9638.0, 9606.0, 9606.0, 9599.0, 9636.0, 9639.0, 9655.0, 9606.0, 9600.0, 9588.0, 9600.0, 9650.0, 9614.0, 9676.0, 9644.0, 9642.0, 9580.0, 9650.0, 9579.0, 9610.0, 9587.0, 9609.0, 9601.0, 9625.0, 9598.0, 9618.0, 9581.0, 9605.0, 9584.0, 9580.0, 9585.0, 9593.0, 9584.0, 9618.0, 9587.0, 9596.0, 9605.0, 9626.0, 9608.0, 9608.0, 9611.0, 9638.0, 9611.0, 9612.0, 9630.0, 9632.0, 9627.0, 9678.0, 9640.0, 9610.0, 9614.0, 9589.0, 9585.0, 9666.0, 9636.0, 9666.0, 9623.0, 9600.0, 9603.0, 9590.0, 9605.0, 9590.0, 9600.0, 9661.0, 9639.0, 9594.0, 9604.0, 9601.0, 9588.0, 9616.0, 9602.0, 9646.0, 9613.0, 9582.0, 9624.0, 9597.0, 9607.0, 9675.0, 9644.0, 9665.0, 9625.0, 9587.0, 9600.0, 9624.0, 9614.0, 9653.0, 9602.0, 9658.0, 9622.0, 9579.0, 9585.0, 9596.0, 9590.0, 9633.0, 9602.0, 9672.0, 9634.0, 9644.0, 9602.0, 9654.0, 9584.0, 9628.0, 9600.0, 9646.0, 9622.0, 9629.0, 9589.0, 9611.0, 9592.0, 9592.0, 9608.0, 9618.0, 9597.0, 9616.0, 9631.0, 9593.0, 9608.0, 9619.0, 9612.0, 9637.0, 9603.0, 9659.0, 9597.0, 9639.0, 9615.0, 9665.0, 9637.0, 9624.0, 9598.0, 9636.0, 9606.0, 9599.0, 9603.0, 9600.0, 9628.0, 9599.0, 9588.0, 9619.0, 9597.0, 9632.0, 9625.0, 9642.0, 9659.0, 9589.0, 9605.0, 9601.0, 9597.0, 9622.0, 9624.0, 9585.0, 9604.0, 9584.0, 9586.0, 9587.0, 9605.0, 9602.0, 9644.0, 9589.0, 9609.0, 9596.0, 9601.0, 9611.0, 9641.0, 9638.0, 9668.0, 9598.0, 9627.0, 9585.0, 9643.0, 9611.0, 9650.0, 9601.0, 9636.0, 9578.0, 9596.0, 9584.0, 9625.0, 9614.0, 9623.0, 9585.0, 9592.0, 9574.0, 9583.0, 9580.0, 9599.0, 9590.0, 9610.0, 9589.0, 9578.0, 9589.0, 9616.0, 9605.0, 9636.0, 9595.0, 9637.0, 9580.0, 9596.0, 9601.0, 9619.0, 9615.0, 9636.0, 9586.0, 9622.0, 9577.0, 9593.0, 9583.0, 9617.0, 9584.0, 9604.0, 9582.0, 9574.0, 9584.0, 9613.0, 9613.0, 9675.0, 9628.0, 9605.0, 9593.0, 9587.0, 9606.0, 9603.0, 9612.0, 9596.0, 9602.0, 9594.0, 9641.0, 9621.0, 9684.0, 9645.0, 9605.0, 9605.0, 9593.0, 9611.0, 9605.0, 9653.0, 9617.0, 9640.0, 9586.0, 9625.0, 9597.0, 9633.0, 9619.0, 9667.0, 9606.0, 9572.0, 9589.0, 9560.0, 9577.0, 9581.0, 9592.0, 9575.0, 9630.0, 9583.0, 9608.0, 9587.0, 9590.0, 9589.0, 9643.0, 9614.0, 9643.0, 9579.0, 9607.0, 9579.0, 9651.0, 9583.0, 9602.0, 9580.0, 9589.0, 9593.0, 9587.0, 9580.0, 9584.0, 9584.0, 9602.0, 9586.0, 9582.0, 9584.0, 9582.0, 9591.0, 9597.0, 9608.0, 9602.0, 9614.0, 9636.0, 9608.0, 9659.0, 9605.0, 9608.0, 9608.0, 9670.0, 9632.0, 9629.0, 9643.0, 9609.0, 9603.0, 9606.0, 9629.0, 9608.0, 9676.0, 9620.0, 9654.0, 9582.0, 9610.0, 9587.0, 9595.0, 9601.0, 9616.0, 9599.0, 9658.0, 9607.0, 9610.0, 9589.0, 9628.0, 9614.0, 9589.0, 9607.0, 9599.0, 9624.0, 9611.0, 9606.0, 9638.0, 9616.0, 9647.0, 9643.0, 9606.0, 9602.0, 9608.0, 9609.0, 9635.0, 9642.0, 9591.0, 9628.0, 9596.0, 9597.0, 9604.0, 9627.0, 9625.0, 9639.0, 9601.0, 9624.0, 9592.0, 9597.0, 9594.0, 9617.0, 9659.0, 9640.0, 9581.0, 9612.0, 9607.0, 9599.0, 9593.0, 9600.0, 9647.0, 9642.0, 9608.0, 9627.0, 9609.0, 9586.0, 9625.0, 9633.0, 9625.0, 9679.0, 9646.0, 9693.0, 9608.0, 9657.0, 9644.0, 9671.0, 9633.0, 9603.0, 9611.0, 9593.0, 9602.0, 9600.0, 9645.0, 9653.0, 9686.0, 9658.0, 9646.0, 9674.0, 9617.0, 9634.0, 9597.0, 9643.0, 9612.0, 9638.0, 9593.0, 9631.0, 9616.0, 9613.0, 9648.0, 9634.0, 9580.0, 9630.0, 9622.0, 9631.0, 9638.0, 9609.0, 9620.0, 9586.0, 9571.0, 9562.0, 9573.0, 9548.0, 9558.0, 9549.0, 9589.0, 9562.0, 9568.0, 9547.0, 9547.0, 9534.0, 9559.0, 9533.0, 9552.0, 9583.0, 9549.0, 9524.0, 9538.0, 9535.0, 9543.0, 9557.0, 9563.0, 9554.0, 9559.0, 9565.0, 9565.0, 9579.0, 9582.0, 9599.0, 9603.0, 9602.0, 9638.0, 9592.0, 9628.0, 9573.0, 9601.0, 9607.0, 9651.0, 9621.0, 9589.0, 9609.0, 9590.0, 9584.0, 9587.0, 9646.0, 9637.0, 9650.0, 9587.0, 9605.0, 9588.0, 9584.0, 9601.0, 9617.0, 9606.0, 9642.0, 9594.0, 9646.0, 9589.0, 9643.0, 9608.0, 9655.0, 9620.0, 9600.0, 9640.0, 9594.0, 9599.0, 9606.0, 9630.0, 9609.0, 9657.0, 9642.0, 9643.0, 9586.0, 9629.0, 9599.0, 9646.0, 9631.0, 9639.0, 9596.0, 9612.0, 9586.0, 9593.0, 9591.0, 9614.0, 9587.0, 9620.0, 9590.0, 9580.0, 9586.0, 9585.0, 9601.0, 9623.0, 9603.0, 9656.0, 9587.0, 9588.0, 9608.0, 9621.0, 9589.0, 9673.0, 9646.0, 9657.0, 9619.0, 9614.0, 9585.0, 9645.0, 9601.0, 9641.0, 9611.0, 9607.0, 9592.0, 9628.0, 9585.0, 9641.0, 9606.0, 9669.0, 9567.0, 9530.0, 9535.0, 9560.0, 9573.0, 9632.0, 9728.0, 9666.0, 9639.0, 9626.0, 9616.0, 9677.0, 9614.0, 9630.0, 9654.0, 9601.0, 9657.0, 9608.0, 9681.0, 9642.0, 9675.0, 9609.0, 9633.0, 9582.0, 9607.0, 9578.0, 9623.0, 9605.0, 9659.0, 9611.0, 9577.0, 9586.0, 9586.0, 9607.0, 9637.0, 9586.0, 9625.0, 9582.0, 9587.0, 9585.0, 9592.0, 9589.0, 9632.0, 9631.0, 9637.0, 9638.0, 9581.0, 9608.0, 9572.0, 9637.0, 9628.0, 9638.0, 9629.0, 9631.0, 9560.0, 9562.0, 9590.0, 9562.0, 9645.0, 9584.0, 9619.0, 9588.0, 9589.0, 9566.0, 9574.0, 9569.0, 9577.0, 9586.0, 9595.0, 9602.0, 9542.0, 9525.0, 9539.0, 9579.0, 9623.0, 9635.0, 9683.0, 9625.0, 9607.0, 9593.0, 9591.0, 9586.0, 9660.0, 9647.0, 9663.0, 9632.0, 9627.0, 9605.0, 9660.0, 9608.0, 9638.0, 9613.0, 9611.0, 9569.0, 9596.0, 9591.0, 9595.0, 9606.0, 9645.0, 9628.0, 9611.0, 9593.0, 9586.0, 9595.0, 9643.0, 9618.0, 9636.0, 9628.0, 9614.0, 9612.0, 9590.0, 9600.0, 9590.0, 9683.0, 9638.0, 9644.0, 9597.0, 9611.0, 9595.0, 9605.0, 9596.0, 9599.0, 9584.0, 9642.0, 9614.0, 9633.0, 9587.0, 9581.0, 9584.0, 9580.0, 9603.0, 9633.0, 9649.0, 9619.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.0035961981566820277</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024517114746543778</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.337832194567454</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2377255011880033</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0524054687197228</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4575</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5505.0215</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10955211002217037</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.258064516129032</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.536782576262584</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5631223934358545</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6836661178345955</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3635592175173015</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00774222</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.007067104801535606</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021730631589889526</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.9605195312475887</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>21.8184</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6875</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.5419</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305754.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>764.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.8181</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4398</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.3163</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3616.3489</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3857.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70790.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1200.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4668.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.9815</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.5905761490576</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> |