=== 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-0116 --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-0116",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0116_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0116_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0116/ses-04/func/sub-0116_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>afab26550401791743d78a0fe515b99f</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>17:23:38.337500</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.999478, -0.0315396, -0.00696596, 0.032283, 0.982382, 0.184074]</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0957692</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4246, -7909, -7263, 502, -140, -385, 251, 143]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>246.339</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>69840021-8ce4-448a-a8ca-cd9461d863bc||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.6815271377563477, 0.08661296218633652, -0.0028015945572406054, 108.190185546875], [0.08461838215589523, 2.6356594562530518, 0.4973468780517578, -115.98530578613281], [-0.01868916116654873, -0.4938563108444214, 2.653796911239624, -47.17774963378906], [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': ['172338.337500', '172338.797500', '172339.257500', '172339.717500', '172340.177500', '172340.637500', '172341.097500', '172341.557500', '172342.017500', '172342.477500', '172342.937500', '172343.397500', '172343.857500', '172344.317500', '172344.777500', '172345.237500', '172345.697500', '172346.157500', '172346.617500', '172347.077500', '172347.537500', '172347.997500', '172348.457500', '172348.917500', '172349.377500', '172349.837500', '172350.297500', '172350.757500', '172351.217500', '172351.677500', '172352.137500', '172352.597500', '172353.057500', '172353.517500', '172353.977500', '172354.437500', '172354.897500', '172355.357500', '172355.817500', '172356.277500', '172356.737500', '172357.197500', '172357.657500', '172358.117500', '172358.577500', '172359.037500', '172359.497500', '172359.957500', '172400.417500', '172400.877500', '172401.337500', '172401.797500', '172402.257500', '172402.717500', '172403.177500', '172403.637500', '172404.097500', '172404.557500', '172405.017500', '172405.477500', '172405.937500', '172406.397500', '172406.857500', '172407.317500', '172407.777500', '172408.237500', '172408.697500', '172409.157500', '172409.617500', '172410.077500', '172410.537500', '172410.997500', '172411.457500', '172411.917500', '172412.377500', '172412.837500', '172413.297500', '172413.757500', '172414.217500', '172414.677500', '172415.137500', '172415.597500', '172416.057500', '172416.517500', '172416.977500', '172417.437500', '172417.897500', '172418.357500', '172418.817500', '172419.277500', '172419.737500', '172420.197500', '172420.657500', '172421.117500', '172421.577500', '172422.037500', '172422.497500', '172422.957500', '172423.417500', '172423.877500', '172424.337500', '172424.797500', '172425.257500', '172425.717500', '172426.177500', '172426.637500', '172427.097500', '172427.557500', '172428.017500', '172428.477500', '172428.937500', '172429.397500', '172429.857500', '172430.317500', '172430.777500', '172431.237500', '172431.697500', '172432.157500', '172432.617500', '172433.077500', '172433.537500', '172433.997500', '172434.457500', '172434.917500', '172435.377500', '172435.837500', '172436.297500', '172436.757500', '172437.217500', '172437.677500', '172438.137500', '172438.597500', '172439.057500', '172439.517500', '172439.977500', '172440.437500', '172440.897500', '172441.357500', '172441.817500', '172442.277500', '172442.737500', '172443.197500', '172443.657500', '172444.117500', '172444.577500', '172445.037500', '172445.497500', '172445.957500', '172446.417500', '172446.877500', '172447.337500', '172447.797500', '172448.257500', '172448.717500', '172449.177500', '172449.637500', '172450.097500', '172450.557500', '172451.017500', '172451.477500', '172451.937500', '172452.397500', '172452.857500', '172453.317500', '172453.777500', '172454.237500', '172454.697500', '172455.157500', '172455.617500', '172456.077500', '172456.537500', '172456.997500', '172457.457500', '172457.917500', '172458.377500', '172458.837500', '172459.297500', '172459.757500', '172500.217500', '172500.677500', '172501.137500', '172501.597500', '172502.057500', '172502.517500', '172502.977500', '172503.437500', '172503.897500', '172504.357500', '172504.817500', '172505.277500', '172505.737500', '172506.197500', '172506.657500', '172507.117500', '172507.577500', '172508.037500', '172508.497500', '172508.957500', '172509.417500', '172509.877500', '172510.337500', '172510.797500', '172511.257500', '172511.717500', '172512.177500', '172512.637500', '172513.097500', '172513.557500', '172514.017500', '172514.477500', '172514.937500', '172515.397500', '172515.857500', '172516.317500', '172516.777500', '172517.237500', '172517.697500', '172518.157500', '172518.617500', '172519.077500', '172519.537500', '172519.997500', '172520.457500', '172520.917500', '172521.377500', '172521.837500', '172522.297500', '172522.757500', '172523.217500', '172523.677500', '172524.137500', '172524.597500', '172525.057500', '172525.517500', '172525.977500', '172526.437500', '172526.897500', '172527.357500', '172527.817500', '172528.277500', '172528.737500', '172529.197500', '172529.657500', '172530.117500', '172530.577500', '172531.037500', '172531.497500', '172531.957500', '172532.417500', '172532.877500', '172533.337500', '172533.797500', '172534.257500', '172534.717500', '172535.177500', '172535.637500', '172536.097500', '172536.557500', '172537.017500', '172537.477500', '172537.937500', '172538.397500', '172538.857500', '172539.317500', '172539.777500', '172540.237500', '172540.697500', '172541.157500', '172541.617500', '172542.077500', '172542.537500', '172542.997500', '172543.457500', '172543.917500', '172544.377500', '172544.837500', '172545.297500', '172545.757500', '172546.217500', '172546.677500', '172547.137500', '172547.597500', '172548.057500', '172548.517500', '172548.977500', '172549.437500', '172549.897500', '172550.357500', '172550.817500', '172551.277500', '172551.737500', '172552.197500', '172552.657500', '172553.117500', '172553.577500', '172554.037500', '172554.497500', '172554.957500', '172555.417500', '172555.877500', '172556.337500', '172556.797500', '172557.257500', '172557.717500', '172558.177500', '172558.637500', '172559.097500', '172559.557500', '172600.017500', '172600.477500', '172600.937500', '172601.397500', '172601.857500', '172602.317500', '172602.777500', '172603.237500', '172603.697500', '172604.157500', '172604.617500', '172605.077500', '172605.537500', '172605.997500', '172606.457500', '172606.917500', '172607.377500', '172607.837500', '172608.297500', '172608.757500', '172609.217500', '172609.677500', '172610.137500', '172610.597500', '172611.057500', '172611.517500', '172611.977500', '172612.437500', '172612.897500', '172613.357500', '172613.817500', '172614.277500', '172614.737500', '172615.197500', '172615.657500', '172616.117500', '172616.577500', '172617.037500', '172617.497500', '172617.957500', '172618.417500', '172618.877500', '172619.337500', '172619.797500', '172620.257500', '172620.717500', '172621.177500', '172621.637500', '172622.097500', '172622.557500', '172623.017500', '172623.477500', '172623.937500', '172624.397500', '172624.857500', '172625.317500', '172625.777500', '172626.237500', '172626.697500', '172627.157500', '172627.617500', '172628.077500', '172628.537500', '172628.997500', '172629.457500', '172629.917500', '172630.377500', '172630.837500', '172631.297500', '172631.757500', '172632.217500', '172632.677500', '172633.137500', '172633.597500', '172634.057500', '172634.517500', '172634.977500', '172635.437500', '172635.897500', '172636.357500', '172636.817500', '172637.277500', '172637.737500', '172638.197500', '172638.657500', '172639.117500', '172639.577500', '172640.037500', '172640.497500', '172640.957500', '172641.417500', '172641.877500', '172642.337500', '172642.797500', '172643.257500', '172643.717500', '172644.177500', '172644.637500', '172645.097500', '172645.557500', '172646.017500', '172646.477500', '172646.937500', '172647.397500', '172647.857500', '172648.317500', '172648.777500', '172649.237500', '172649.697500', '172650.157500', '172650.617500', '172651.077500', '172651.537500', '172651.997500', '172652.457500', '172652.917500', '172653.377500', '172653.837500', '172654.297500', '172654.757500', '172655.217500', '172655.677500', '172656.137500', '172656.597500', '172657.057500', '172657.517500', '172657.977500', '172658.437500', '172658.897500', '172659.357500', '172659.817500', '172700.277500', '172700.737500', '172701.197500', '172701.657500', '172702.117500', '172702.577500', '172703.037500', '172703.497500', '172703.957500', '172704.417500', '172704.877500', '172705.337500', '172705.797500', '172706.257500', '172706.717500', '172707.177500', '172707.637500', '172708.097500', '172708.557500', '172709.017500', '172709.477500', '172709.937500', '172710.397500', '172710.857500', '172711.317500', '172711.777500', '172712.237500', '172712.697500', '172713.157500', '172713.617500', '172714.077500', '172714.537500', '172714.997500', '172715.457500', '172715.917500', '172716.377500', '172716.837500', '172717.297500', '172717.757500', '172718.217500', '172718.677500', '172719.137500', '172719.597500', '172720.057500', '172720.517500', '172720.977500', '172721.437500', '172721.897500', '172722.357500', '172722.817500', '172723.277500', '172723.737500', '172724.197500', '172724.657500', '172725.117500', '172725.577500', '172726.037500', '172726.497500', '172726.957500', '172727.417500', '172727.877500', '172728.337500', '172728.797500', '172729.257500', '172729.717500', '172730.177500', '172730.637500', '172731.097500', '172731.557500', '172732.017500', '172732.477500', '172732.937500', '172733.397500', '172733.857500', '172734.317500', '172734.777500', '172735.237500', '172735.697500', '172736.157500', '172736.617500', '172737.077500', '172737.537500', '172737.997500', '172738.457500', '172738.917500', '172739.377500', '172739.837500', '172740.297500', '172740.757500', '172741.217500', '172741.677500', '172742.137500', '172742.597500', '172743.057500', '172743.517500', '172743.977500', '172744.437500', '172744.897500', '172745.357500', '172745.817500', '172746.277500', '172746.737500', '172747.197500', '172747.657500', '172748.117500', '172748.577500', '172749.037500', '172749.497500', '172749.957500', '172750.417500', '172750.877500', '172751.337500', '172751.797500', '172752.257500', '172752.717500', '172753.177500', '172753.637500', '172754.097500', '172754.557500', '172755.017500', '172755.477500', '172755.937500', '172756.397500', '172756.857500', '172757.317500', '172757.777500', '172758.237500', '172758.697500', '172759.157500', '172759.617500', '172800.077500', '172800.537500', '172800.997500', '172801.457500', '172801.917500', '172802.377500', '172802.837500', '172803.297500', '172803.757500', '172804.217500', '172804.677500', '172805.137500', '172805.597500', '172806.057500', '172806.517500', '172806.977500', '172807.437500', '172807.897500', '172808.357500', '172808.817500', '172809.277500', '172809.737500', '172810.197500', '172810.657500', '172811.117500', '172811.577500', '172812.037500', '172812.497500', '172812.957500', '172813.417500', '172813.877500', '172814.337500', '172814.797500', '172815.257500', '172815.717500', '172816.177500', '172816.637500', '172817.097500', '172817.557500', '172818.017500', '172818.477500', '172818.937500', '172819.397500', '172819.857500', '172820.317500', '172820.777500', '172821.237500', '172821.697500', '172822.157500', '172822.617500', '172823.077500', '172823.537500', '172823.997500', '172824.457500', '172824.917500', '172825.377500', '172825.837500', '172826.297500', '172826.757500', '172827.217500', '172827.677500', '172828.137500', '172828.597500', '172829.057500', '172829.517500', '172829.977500', '172830.437500', '172830.897500', '172831.357500', '172831.817500', '172832.277500', '172832.737500', '172833.197500', '172833.657500', '172834.117500', '172834.577500', '172835.037500', '172835.497500', '172835.957500', '172836.417500', '172836.877500', '172837.337500', '172837.797500', '172838.257500', '172838.717500', '172839.177500', '172839.637500', '172840.097500', '172840.557500', '172841.017500', '172841.477500', '172841.937500', '172842.397500', '172842.857500', '172843.317500', '172843.777500', '172844.237500', '172844.697500', '172845.157500', '172845.617500', '172846.077500', '172846.537500', '172846.997500', '172847.457500', '172847.917500', '172848.377500', '172848.837500', '172849.297500', '172849.757500', '172850.217500', '172850.677500', '172851.137500', '172851.597500', '172852.057500', '172852.517500', '172852.977500', '172853.437500', '172853.897500', '172854.357500', '172854.817500', '172855.277500', '172855.737500', '172856.197500', '172856.657500', '172857.117500', '172857.577500', '172858.037500', '172858.497500', '172858.957500', '172859.417500', '172859.877500', '172900.337500', '172900.797500', '172901.257500', '172901.717500', '172902.177500', '172902.637500', '172903.097500', '172903.557500', '172904.017500', '172904.477500', '172904.937500', '172905.397500', '172905.857500', '172906.317500', '172906.777500', '172907.237500', '172907.697500', '172908.157500', '172908.617500', '172909.077500', '172909.537500', '172909.997500', '172910.457500', '172910.917500', '172911.377500', '172911.837500', '172912.297500', '172912.757500', '172913.217500', '172913.677500', '172914.137500', '172914.597500', '172915.057500', '172915.517500', '172915.977500', '172916.437500', '172916.897500', '172917.357500', '172917.817500', '172918.277500', '172918.737500', '172919.197500', '172919.657500', '172920.117500', '172920.577500', '172921.037500', '172921.497500', '172921.957500', '172922.417500', '172922.877500', '172923.337500', '172923.797500', '172924.257500', '172924.717500', '172925.177500', '172925.637500', '172926.097500', '172926.557500', '172927.017500', '172927.477500', '172927.937500', '172928.397500', '172928.857500', '172929.317500', '172929.777500', '172930.237500', '172930.697500', '172931.157500', '172931.617500', '172932.077500', '172932.537500', '172932.997500', '172933.457500', '172933.917500', '172934.377500', '172934.837500', '172935.297500', '172935.757500', '172936.217500', '172936.677500', '172937.137500', '172937.597500', '172938.057500', '172938.517500', '172938.977500', '172939.437500', '172939.897500', '172940.357500', '172940.817500', '172941.277500', '172941.737500', '172942.197500', '172942.657500', '172943.117500', '172943.577500', '172944.037500', '172944.497500', '172944.957500', '172945.417500', '172945.877500', '172946.337500', '172946.797500', '172947.257500', '172947.717500', '172948.177500', '172948.637500', '172949.097500', '172949.557500', '172950.017500', '172950.477500', '172950.937500', '172951.397500', '172951.857500', '172952.317500', '172952.777500', '172953.237500', '172953.697500', '172954.157500', '172954.617500', '172955.077500', '172955.537500', '172955.997500', '172956.457500', '172956.917500', '172957.377500', '172957.837500', '172958.297500', '172958.757500', '172959.217500', '172959.677500', '173000.137500', '173000.597500', '173001.057500', '173001.517500', '173001.977500', '173002.437500', '173002.897500', '173003.357500', '173003.817500', '173004.277500', '173004.737500', '173005.197500', '173005.657500', '173006.117500', '173006.577500', '173007.037500', '173007.497500', '173007.957500', '173008.417500', '173008.877500', '173009.337500', '173009.797500', '173010.257500', '173010.717500', '173011.177500', '173011.637500', '173012.097500', '173012.557500', '173013.017500', '173013.477500', '173013.937500', '173014.397500', '173014.857500', '173015.317500', '173015.777500', '173016.237500', '173016.697500', '173017.157500', '173017.617500', '173018.077500', '173018.537500', '173018.997500'], 'ContentTime': ['172407.875000', '172407.878000', '172407.882000', '172407.888000', '172407.891000', '172407.894000', '172407.896000', '172407.899000', '172407.902000', '172407.905000', '172407.908000', '172407.911000', '172407.913000', '172407.916000', '172407.918000', '172407.921000', '172407.923000', '172407.926000', '172407.939000', '172407.942000', '172407.944000', '172407.947000', '172407.949000', '172407.952000', '172407.954000', '172407.957000', '172407.960000', '172407.962000', '172407.965000', '172407.967000', '172407.970000', '172407.972000', '172407.975000', '172407.978000', '172407.980000', '172407.983000', '172407.985000', '172407.988000', '172407.990000', '172407.993000', '172407.995000', '172407.998000', '172408.002000', '172408.004000', '172408.007000', '172408.013000', '172408.015000', '172408.018000', '172408.020000', '172408.023000', '172408.025000', '172408.028000', '172408.030000', '172408.033000', '172408.036000', '172408.038000', '172408.041000', '172408.044000', '172408.046000', '172408.049000', '172408.051000', '172408.054000', '172427.817000', '172427.820000', '172427.822000', '172427.825000', '172427.827000', '172427.830000', '172427.833000', '172427.835000', '172427.838000', '172427.840000', '172427.843000', '172427.845000', '172427.848000', '172427.851000', '172427.853000', '172427.856000', '172427.858000', '172427.861000', '172427.863000', '172427.866000', '172427.869000', '172427.871000', '172427.918000', '172427.920000', '172427.923000', '172427.926000', '172427.928000', '172427.931000', '172427.933000', '172427.936000', '172427.939000', '172427.941000', '172427.944000', '172427.946000', '172427.949000', '172427.952000', '172427.954000', '172427.957000', '172427.959000', '172427.962000', '172427.965000', '172427.967000', '172427.970000', '172427.972000', '172447.817000', '172447.820000', '172447.823000', '172447.825000', '172447.828000', '172447.831000', '172447.833000', '172447.836000', '172447.838000', '172447.841000', '172447.844000', '172447.846000', '172447.849000', '172447.851000', '172447.854000', '172447.857000', '172447.859000', '172447.862000', '172447.864000', '172447.867000', '172447.870000', '172447.872000', '172447.875000', '172447.877000', '172447.880000', '172447.882000', '172447.885000', '172447.888000', '172447.890000', '172447.893000', '172447.896000', '172447.898000', '172447.901000', '172447.903000', '172447.906000', '172447.909000', '172447.911000', '172447.914000', '172447.916000', '172447.919000', '172447.922000', '172447.925000', '172447.928000', '172507.818000', '172507.820000', '172507.823000', '172507.826000', '172507.828000', '172507.831000', '172507.833000', '172507.836000', '172507.838000', '172507.841000', '172507.844000', '172507.846000', '172507.849000', '172507.852000', '172507.854000', '172507.857000', '172507.859000', '172507.862000', '172507.865000', '172507.867000', '172507.870000', '172507.872000', '172507.875000', '172507.878000', '172507.880000', '172507.883000', '172507.885000', '172507.888000', '172507.891000', '172507.893000', '172507.896000', '172507.899000', '172507.901000', '172507.904000', '172507.906000', '172507.909000', '172507.912000', '172507.914000', '172507.917000', '172507.919000', '172507.922000', '172507.925000', '172507.927000', '172507.930000', '172527.817000', '172527.820000', '172527.823000', '172527.825000', '172527.828000', '172527.831000', '172527.833000', '172527.836000', '172527.839000', '172527.841000', '172527.844000', '172527.846000', '172527.849000', '172527.852000', '172527.854000', '172527.857000', '172527.859000', '172527.862000', '172527.865000', '172527.867000', '172527.870000', '172527.872000', '172527.875000', '172527.878000', '172527.880000', '172527.883000', '172527.886000', '172527.888000', '172527.891000', '172527.893000', '172527.896000', '172527.899000', '172527.901000', '172527.904000', '172527.906000', '172527.909000', '172527.912000', '172527.914000', '172527.917000', '172527.919000', '172527.922000', '172527.924000', '172527.927000', '172547.817000', '172547.820000', '172547.844000', '172547.846000', '172547.854000', '172547.857000', '172547.859000', '172547.862000', '172547.865000', '172547.867000', '172547.870000', '172547.872000', '172547.875000', '172547.878000', '172547.880000', '172547.883000', '172547.886000', '172547.888000', '172547.891000', '172547.893000', '172547.896000', '172547.898000', '172547.901000', '172547.904000', '172547.906000', '172547.909000', '172547.912000', '172547.914000', '172547.917000', '172547.919000', '172547.922000', '172547.925000', '172547.927000', '172547.930000', '172547.932000', '172547.935000', '172547.937000', '172547.940000', '172547.943000', '172547.945000', '172547.948000', '172547.950000', '172547.953000', '172607.818000', '172607.820000', '172607.823000', '172607.826000', '172607.828000', '172607.831000', '172607.834000', '172607.836000', '172607.839000', '172607.841000', '172607.844000', '172607.846000', '172607.849000', '172607.852000', '172607.854000', '172607.857000', '172607.859000', '172607.862000', '172607.876000', '172607.878000', '172607.881000', '172607.883000', '172607.886000', '172607.889000', '172607.891000', '172607.894000', '172607.896000', '172607.899000', '172607.902000', '172607.904000', '172607.907000', '172607.909000', '172607.912000', '172607.915000', '172607.917000', '172607.920000', '172607.922000', '172607.925000', '172607.928000', '172607.930000', '172607.933000', '172607.935000', '172607.938000', '172607.941000', '172627.817000', '172627.820000', '172627.823000', '172627.826000', '172627.828000', '172627.831000', '172627.834000', '172627.836000', '172627.839000', '172627.841000', '172627.844000', '172627.847000', '172627.849000', '172627.852000', '172627.855000', '172627.857000', '172627.860000', '172627.863000', '172627.865000', '172627.868000', '172627.871000', '172627.873000', '172627.876000', '172627.878000', '172627.881000', '172627.883000', '172627.886000', '172627.889000', '172627.891000', '172627.894000', '172627.897000', '172627.899000', '172627.902000', '172627.904000', '172627.907000', '172627.910000', '172627.912000', '172627.915000', '172627.917000', '172627.920000', '172627.923000', '172627.925000', '172627.928000', '172627.930000', '172647.816000', '172647.819000', '172647.822000', '172647.825000', '172647.827000', '172647.830000', '172647.832000', '172647.835000', '172647.838000', '172647.840000', '172647.843000', '172647.846000', '172647.848000', '172647.851000', '172647.853000', '172647.856000', '172647.859000', '172647.861000', '172647.864000', '172647.867000', '172647.869000', '172647.872000', '172647.874000', '172647.877000', '172647.880000', '172647.882000', '172647.885000', '172647.887000', '172647.890000', '172647.893000', '172647.895000', '172647.898000', '172647.900000', '172647.903000', '172647.906000', '172647.908000', '172647.911000', '172647.913000', '172647.916000', '172647.918000', '172647.921000', '172647.924000', '172647.926000', '172707.817000', '172707.820000', '172707.823000', '172707.826000', '172707.829000', '172707.831000', '172707.834000', '172707.837000', '172707.839000', '172707.842000', '172707.844000', '172707.847000', '172707.849000', '172707.852000', '172707.855000', '172707.857000', '172707.860000', '172707.863000', '172707.865000', '172707.868000', '172707.870000', '172707.873000', '172707.875000', '172707.878000', '172707.881000', '172707.883000', '172707.886000', '172707.889000', '172707.891000', '172707.894000', '172707.897000', '172707.899000', '172707.902000', '172707.905000', '172707.907000', '172707.910000', '172707.912000', '172707.915000', '172707.917000', '172707.920000', '172707.923000', '172707.925000', '172707.928000', '172727.818000', '172727.820000', '172727.823000', '172727.826000', '172727.828000', '172727.831000', '172727.834000', '172727.836000', '172727.839000', '172727.841000', '172727.844000', '172727.847000', '172727.849000', '172727.852000', '172727.854000', '172727.857000', '172727.860000', '172727.862000', '172727.865000', '172727.868000', '172727.870000', '172727.873000', '172727.875000', '172727.878000', '172727.880000', '172727.883000', '172727.886000', '172727.888000', '172727.891000', '172727.893000', '172727.896000', '172727.899000', '172727.901000', '172727.904000', '172727.906000', '172727.909000', '172727.912000', '172727.914000', '172727.917000', '172727.919000', '172727.922000', '172727.924000', '172727.927000', '172727.930000', '172747.817000', '172747.820000', '172747.823000', '172747.825000', '172747.828000', '172747.831000', '172747.841000', '172747.844000', '172747.847000', '172747.849000', '172747.852000', '172747.855000', '172747.857000', '172747.860000', '172747.862000', '172747.865000', '172747.868000', '172747.870000', '172747.873000', '172747.875000', '172747.878000', '172747.881000', '172747.883000', '172747.886000', '172747.888000', '172747.891000', '172747.894000', '172747.896000', '172747.899000', '172747.902000', '172747.904000', '172747.907000', '172747.909000', '172747.912000', '172747.915000', '172747.917000', '172747.920000', '172747.922000', '172747.925000', '172747.928000', '172747.930000', '172747.933000', '172747.935000', '172747.938000', '172807.818000', '172807.820000', '172807.823000', '172807.826000', '172807.828000', '172807.831000', '172807.833000', '172807.836000', '172807.839000', '172807.841000', '172807.844000', '172807.846000', '172807.849000', '172807.852000', '172807.854000', '172807.857000', '172807.859000', '172807.862000', '172807.865000', '172807.867000', '172807.870000', '172807.872000', '172807.875000', '172807.878000', '172807.880000', '172807.883000', '172807.886000', '172807.888000', '172807.891000', '172807.893000', '172807.896000', '172807.899000', '172807.901000', '172807.904000', '172807.906000', '172807.909000', '172807.911000', '172807.914000', '172807.917000', '172807.919000', '172807.922000', '172807.925000', '172807.927000', '172827.818000', '172827.820000', '172827.823000', '172827.826000', '172827.828000', '172827.831000', '172827.834000', '172827.837000', '172827.839000', '172827.842000', '172827.845000', '172827.847000', '172827.850000', '172827.852000', '172827.855000', '172827.858000', '172827.860000', '172827.864000', '172827.867000', '172827.869000', '172827.872000', '172827.875000', '172827.877000', '172827.880000', '172827.883000', '172827.885000', '172827.888000', '172827.891000', '172827.893000', '172827.896000', '172827.899000', '172827.901000', '172827.904000', '172827.906000', '172827.909000', '172827.911000', '172827.914000', '172827.917000', '172827.920000', '172827.922000', '172827.925000', '172827.928000', '172827.930000', '172847.818000', '172847.821000', '172847.823000', '172847.826000', '172847.828000', '172847.831000', '172847.834000', '172847.836000', '172847.839000', '172847.841000', '172847.844000', '172847.846000', '172847.849000', '172847.852000', '172847.854000', '172847.857000', '172847.860000', '172847.862000', '172847.865000', '172847.867000', '172847.870000', '172847.872000', '172847.875000', '172847.878000', '172847.880000', '172847.883000', '172847.886000', '172847.888000', '172847.891000', '172847.894000', '172847.896000', '172847.899000', '172847.901000', '172847.904000', '172847.907000', '172847.909000', '172847.912000', '172847.914000', '172847.917000', '172847.920000', '172847.922000', '172847.925000', '172847.927000', '172847.930000', '172907.817000', '172907.820000', '172907.822000', '172907.825000', '172907.828000', '172907.830000', '172907.833000', '172907.835000', '172907.838000', '172907.841000', '172907.843000', '172907.846000', '172907.848000', '172907.851000', '172907.854000', '172907.856000', '172907.859000', '172907.861000', '172907.864000', '172907.867000', '172907.869000', '172907.872000', '172907.874000', '172907.877000', '172907.890000', '172907.892000', '172907.895000', '172907.897000', '172907.900000', '172907.903000', '172907.905000', '172907.908000', '172907.910000', '172907.918000', '172907.920000', '172907.923000', '172907.925000', '172907.928000', '172907.931000', '172907.933000', '172907.936000', '172907.938000', '172907.941000', '172927.817000', '172927.820000', '172927.823000', '172927.826000', '172927.828000', '172927.831000', '172927.834000', '172927.836000', '172927.839000', '172927.841000', '172927.844000', '172927.847000', '172927.849000', '172927.852000', '172927.854000', '172927.857000', '172927.860000', '172927.862000', '172927.865000', '172927.867000', '172927.870000', '172927.873000', '172927.875000', '172927.878000', '172927.881000', '172927.883000', '172927.886000', '172927.889000', '172927.891000', '172927.894000', '172927.896000', '172927.901000', '172927.903000', '172927.906000', '172927.908000', '172927.911000', '172927.914000', '172927.916000', '172927.919000', '172927.921000', '172927.924000', '172927.927000', '172927.929000', '172927.932000', '172947.818000', '172947.821000', '172947.823000', '172947.826000', '172947.828000', '172947.831000', '172947.834000', '172947.836000', '172947.839000', '172947.841000', '172947.844000', '172947.847000', '172947.849000', '172947.852000', '172947.854000', '172947.857000', '172947.859000', '172947.862000', '172947.865000', '172947.867000', '172947.870000', '172947.873000', '172947.876000', '172947.878000', '172947.881000', '172947.883000', '172947.886000', '172947.889000', '172947.891000', '172947.894000', '172947.897000', '172947.899000', '172947.903000', '172947.906000', '172947.908000', '172947.911000', '172947.914000', '172947.916000', '172947.919000', '172947.921000', '172947.924000', '172947.927000', '172947.929000', '173007.817000', '173007.820000', '173007.823000', '173007.825000', '173007.828000', '173007.831000', '173007.833000', '173007.836000', '173007.839000', '173007.841000', '173007.844000', '173007.846000', '173007.849000', '173007.852000', '173007.854000', '173007.857000', '173007.859000', '173007.862000', '173007.865000', '173007.867000', '173007.870000', '173007.872000', '173007.875000', '173007.878000', '173007.880000', '173007.883000', '173007.886000', '173007.888000', '173007.891000', '173007.894000', '173007.896000', '173007.899000', '173007.901000', '173007.904000', '173007.906000', '173007.909000', '173007.912000', '173007.914000', '173007.917000', '173007.920000', '173007.922000', '173007.925000', '173007.927000', '173007.930000', '173020.066000', '173020.069000', '173020.072000', '173020.074000', '173020.077000', '173020.080000', '173020.082000', '173020.085000', '173020.088000', '173020.090000', '173020.093000', '173020.095000', '173020.098000', '173020.101000', '173020.104000', '173020.106000', '173020.109000', '173020.112000', '173020.114000', '173020.117000', '173020.132000', '173020.135000', '173020.138000', '173020.141000', '173020.144000', '173020.147000', '173020.149000'], 'InstanceCreationTime': ['172407.875000', '172407.878000', '172407.882000', '172407.888000', '172407.891000', '172407.894000', '172407.896000', '172407.899000', '172407.902000', '172407.905000', '172407.908000', '172407.911000', '172407.913000', '172407.916000', '172407.918000', '172407.921000', '172407.923000', '172407.926000', '172407.939000', '172407.942000', '172407.944000', '172407.947000', '172407.949000', '172407.952000', '172407.954000', '172407.957000', '172407.960000', '172407.962000', '172407.965000', '172407.967000', '172407.970000', '172407.972000', '172407.975000', '172407.978000', '172407.980000', '172407.983000', '172407.985000', '172407.988000', '172407.990000', '172407.993000', '172407.995000', '172407.998000', '172408.002000', '172408.004000', '172408.007000', '172408.013000', '172408.015000', '172408.018000', '172408.020000', '172408.023000', '172408.025000', '172408.028000', '172408.030000', '172408.033000', '172408.036000', '172408.038000', '172408.041000', '172408.044000', '172408.046000', '172408.049000', '172408.051000', '172408.054000', '172427.817000', '172427.820000', '172427.822000', '172427.825000', '172427.827000', '172427.830000', '172427.833000', '172427.835000', '172427.838000', '172427.840000', '172427.843000', '172427.845000', '172427.848000', '172427.851000', '172427.853000', '172427.856000', '172427.858000', '172427.861000', '172427.863000', '172427.866000', '172427.869000', '172427.871000', '172427.918000', '172427.920000', '172427.923000', '172427.926000', '172427.928000', '172427.931000', '172427.933000', '172427.936000', '172427.939000', '172427.941000', '172427.944000', '172427.946000', '172427.949000', '172427.952000', '172427.954000', '172427.957000', '172427.959000', '172427.962000', '172427.965000', '172427.967000', '172427.970000', '172427.972000', '172447.817000', '172447.820000', '172447.823000', '172447.825000', '172447.828000', '172447.831000', '172447.833000', '172447.836000', '172447.838000', '172447.841000', '172447.844000', '172447.846000', '172447.849000', '172447.851000', '172447.854000', '172447.857000', '172447.859000', '172447.862000', '172447.864000', '172447.867000', '172447.870000', '172447.872000', '172447.875000', '172447.877000', '172447.880000', '172447.882000', '172447.885000', '172447.888000', '172447.890000', '172447.893000', '172447.896000', '172447.898000', '172447.901000', '172447.903000', '172447.906000', '172447.909000', '172447.911000', '172447.914000', '172447.916000', '172447.919000', '172447.922000', '172447.925000', '172447.928000', '172507.818000', '172507.820000', '172507.823000', '172507.826000', '172507.828000', '172507.831000', '172507.833000', '172507.836000', '172507.838000', '172507.841000', '172507.844000', '172507.846000', '172507.849000', '172507.852000', '172507.854000', '172507.857000', '172507.859000', '172507.862000', '172507.865000', '172507.867000', '172507.870000', '172507.872000', '172507.875000', '172507.878000', '172507.880000', '172507.883000', '172507.885000', '172507.888000', '172507.891000', '172507.893000', '172507.896000', '172507.899000', '172507.901000', '172507.904000', '172507.906000', '172507.909000', '172507.912000', '172507.914000', '172507.917000', '172507.919000', '172507.922000', '172507.925000', '172507.927000', '172507.930000', '172527.817000', '172527.820000', '172527.823000', '172527.825000', '172527.828000', '172527.831000', '172527.833000', '172527.836000', '172527.839000', '172527.841000', '172527.844000', '172527.846000', '172527.849000', '172527.852000', '172527.854000', '172527.857000', '172527.859000', '172527.862000', '172527.865000', '172527.867000', '172527.870000', '172527.872000', '172527.875000', '172527.878000', '172527.880000', '172527.883000', '172527.886000', '172527.888000', '172527.891000', '172527.893000', '172527.896000', '172527.899000', '172527.901000', '172527.904000', '172527.906000', '172527.909000', '172527.912000', '172527.914000', '172527.917000', '172527.919000', '172527.922000', '172527.924000', '172527.927000', '172547.817000', '172547.820000', '172547.844000', '172547.846000', '172547.854000', '172547.857000', '172547.859000', '172547.862000', '172547.865000', '172547.867000', '172547.870000', '172547.872000', '172547.875000', '172547.878000', '172547.880000', '172547.883000', '172547.886000', '172547.888000', '172547.891000', '172547.893000', '172547.896000', '172547.898000', '172547.901000', '172547.904000', '172547.906000', '172547.909000', '172547.912000', '172547.914000', '172547.917000', '172547.919000', '172547.922000', '172547.925000', '172547.927000', '172547.930000', '172547.932000', '172547.935000', '172547.937000', '172547.940000', '172547.943000', '172547.945000', '172547.948000', '172547.950000', '172547.953000', '172607.818000', '172607.820000', '172607.823000', '172607.826000', '172607.828000', '172607.831000', '172607.834000', '172607.836000', '172607.839000', '172607.841000', '172607.844000', '172607.846000', '172607.849000', '172607.852000', '172607.854000', '172607.857000', '172607.859000', '172607.862000', '172607.876000', '172607.878000', '172607.881000', '172607.883000', '172607.886000', '172607.889000', '172607.891000', '172607.894000', '172607.896000', '172607.899000', '172607.902000', '172607.904000', '172607.907000', '172607.909000', '172607.912000', '172607.915000', '172607.917000', '172607.920000', '172607.922000', '172607.925000', '172607.928000', '172607.930000', '172607.933000', '172607.935000', '172607.938000', '172607.941000', '172627.817000', '172627.820000', '172627.823000', '172627.826000', '172627.828000', '172627.831000', '172627.834000', '172627.836000', '172627.839000', '172627.841000', '172627.844000', '172627.847000', '172627.849000', '172627.852000', '172627.855000', '172627.857000', '172627.860000', '172627.863000', '172627.865000', '172627.868000', '172627.871000', '172627.873000', '172627.876000', '172627.878000', '172627.881000', '172627.883000', '172627.886000', '172627.889000', '172627.891000', '172627.894000', '172627.897000', '172627.899000', '172627.902000', '172627.904000', '172627.907000', '172627.910000', '172627.912000', '172627.915000', '172627.917000', '172627.920000', '172627.923000', '172627.925000', '172627.928000', '172627.930000', '172647.816000', '172647.819000', '172647.822000', '172647.825000', '172647.827000', '172647.830000', '172647.832000', '172647.835000', '172647.838000', '172647.840000', '172647.843000', '172647.846000', '172647.848000', '172647.851000', '172647.853000', '172647.856000', '172647.859000', '172647.861000', '172647.864000', '172647.867000', '172647.869000', '172647.872000', '172647.874000', '172647.877000', '172647.880000', '172647.882000', '172647.885000', '172647.887000', '172647.890000', '172647.893000', '172647.895000', '172647.898000', '172647.900000', '172647.903000', '172647.906000', '172647.908000', '172647.911000', '172647.913000', '172647.916000', '172647.918000', '172647.921000', '172647.924000', '172647.926000', '172707.817000', '172707.820000', '172707.823000', '172707.826000', '172707.829000', '172707.831000', '172707.834000', '172707.837000', '172707.839000', '172707.842000', '172707.844000', '172707.847000', '172707.849000', '172707.852000', '172707.855000', '172707.857000', '172707.860000', '172707.863000', '172707.865000', '172707.868000', '172707.870000', '172707.873000', '172707.875000', '172707.878000', '172707.881000', '172707.883000', '172707.886000', '172707.889000', '172707.891000', '172707.894000', '172707.897000', '172707.899000', '172707.902000', '172707.905000', '172707.907000', '172707.910000', '172707.912000', '172707.915000', '172707.917000', '172707.920000', '172707.923000', '172707.925000', '172707.928000', '172727.818000', '172727.820000', '172727.823000', '172727.826000', '172727.828000', '172727.831000', '172727.834000', '172727.836000', '172727.839000', '172727.841000', '172727.844000', '172727.847000', '172727.849000', '172727.852000', '172727.854000', '172727.857000', '172727.860000', '172727.862000', '172727.865000', '172727.868000', '172727.870000', '172727.873000', '172727.875000', '172727.878000', '172727.880000', '172727.883000', '172727.886000', '172727.888000', '172727.891000', '172727.893000', '172727.896000', '172727.899000', '172727.901000', '172727.904000', '172727.906000', '172727.909000', '172727.912000', '172727.914000', '172727.917000', '172727.919000', '172727.922000', '172727.924000', '172727.927000', '172727.930000', '172747.817000', '172747.820000', '172747.823000', '172747.825000', '172747.828000', '172747.831000', '172747.841000', '172747.844000', '172747.847000', '172747.849000', '172747.852000', '172747.855000', '172747.857000', '172747.860000', '172747.862000', '172747.865000', '172747.868000', '172747.870000', '172747.873000', '172747.875000', '172747.878000', '172747.881000', '172747.883000', '172747.886000', '172747.888000', '172747.891000', '172747.894000', '172747.896000', '172747.899000', '172747.902000', '172747.904000', '172747.907000', '172747.909000', '172747.912000', '172747.915000', '172747.917000', '172747.920000', '172747.922000', '172747.925000', '172747.928000', '172747.930000', '172747.933000', '172747.935000', '172747.938000', '172807.818000', '172807.820000', '172807.823000', '172807.826000', '172807.828000', '172807.831000', '172807.833000', '172807.836000', '172807.839000', '172807.841000', '172807.844000', '172807.846000', '172807.849000', '172807.852000', '172807.854000', '172807.857000', '172807.859000', '172807.862000', '172807.865000', '172807.867000', '172807.870000', '172807.872000', '172807.875000', '172807.878000', '172807.880000', '172807.883000', '172807.886000', '172807.888000', '172807.891000', '172807.893000', '172807.896000', '172807.899000', '172807.901000', '172807.904000', '172807.906000', '172807.909000', '172807.911000', '172807.914000', '172807.917000', '172807.919000', '172807.922000', '172807.925000', '172807.927000', '172827.818000', '172827.820000', '172827.823000', '172827.826000', '172827.828000', '172827.831000', '172827.834000', '172827.837000', '172827.839000', '172827.842000', '172827.845000', '172827.847000', '172827.850000', '172827.852000', '172827.855000', '172827.858000', '172827.860000', '172827.864000', '172827.867000', '172827.869000', '172827.872000', '172827.875000', '172827.877000', '172827.880000', '172827.883000', '172827.885000', '172827.888000', '172827.891000', '172827.893000', '172827.896000', '172827.899000', '172827.901000', '172827.904000', '172827.906000', '172827.909000', '172827.911000', '172827.914000', '172827.917000', '172827.920000', '172827.922000', '172827.925000', '172827.928000', '172827.930000', '172847.818000', '172847.821000', '172847.823000', '172847.826000', '172847.828000', '172847.831000', '172847.834000', '172847.836000', '172847.839000', '172847.841000', '172847.844000', '172847.846000', '172847.849000', '172847.852000', '172847.854000', '172847.857000', '172847.860000', '172847.862000', '172847.865000', '172847.867000', '172847.870000', '172847.872000', '172847.875000', '172847.878000', '172847.880000', '172847.883000', '172847.886000', '172847.888000', '172847.891000', '172847.894000', '172847.896000', '172847.899000', '172847.901000', '172847.904000', '172847.907000', '172847.909000', '172847.912000', '172847.914000', '172847.917000', '172847.920000', '172847.922000', '172847.925000', '172847.927000', '172847.930000', '172907.817000', '172907.820000', '172907.822000', '172907.825000', '172907.828000', '172907.830000', '172907.833000', '172907.835000', '172907.838000', '172907.841000', '172907.843000', '172907.846000', '172907.848000', '172907.851000', '172907.854000', '172907.856000', '172907.859000', '172907.861000', '172907.864000', '172907.867000', '172907.869000', '172907.872000', '172907.874000', '172907.877000', '172907.890000', '172907.892000', '172907.895000', '172907.897000', '172907.900000', '172907.903000', '172907.905000', '172907.908000', '172907.910000', '172907.918000', '172907.920000', '172907.923000', '172907.925000', '172907.928000', '172907.931000', '172907.933000', '172907.936000', '172907.938000', '172907.941000', '172927.817000', '172927.820000', '172927.823000', '172927.826000', '172927.828000', '172927.831000', '172927.834000', '172927.836000', '172927.839000', '172927.841000', '172927.844000', '172927.847000', '172927.849000', '172927.852000', '172927.854000', '172927.857000', '172927.860000', '172927.862000', '172927.865000', '172927.867000', '172927.870000', '172927.873000', '172927.875000', '172927.878000', '172927.881000', '172927.883000', '172927.886000', '172927.889000', '172927.891000', '172927.894000', '172927.896000', '172927.901000', '172927.903000', '172927.906000', '172927.908000', '172927.911000', '172927.914000', '172927.916000', '172927.919000', '172927.921000', '172927.924000', '172927.927000', '172927.929000', '172927.932000', '172947.818000', '172947.821000', '172947.823000', '172947.826000', '172947.828000', '172947.831000', '172947.834000', '172947.836000', '172947.839000', '172947.841000', '172947.844000', '172947.847000', '172947.849000', '172947.852000', '172947.854000', '172947.857000', '172947.859000', '172947.862000', '172947.865000', '172947.867000', '172947.870000', '172947.873000', '172947.876000', '172947.878000', '172947.881000', '172947.883000', '172947.886000', '172947.889000', '172947.891000', '172947.894000', '172947.897000', '172947.899000', '172947.903000', '172947.906000', '172947.908000', '172947.911000', '172947.914000', '172947.916000', '172947.919000', '172947.921000', '172947.924000', '172947.927000', '172947.929000', '173007.817000', '173007.820000', '173007.823000', '173007.825000', '173007.828000', '173007.831000', '173007.833000', '173007.836000', '173007.839000', '173007.841000', '173007.844000', '173007.846000', '173007.849000', '173007.852000', '173007.854000', '173007.857000', '173007.859000', '173007.862000', '173007.865000', '173007.867000', '173007.870000', '173007.872000', '173007.875000', '173007.878000', '173007.880000', '173007.883000', '173007.886000', '173007.888000', '173007.891000', '173007.894000', '173007.896000', '173007.899000', '173007.901000', '173007.904000', '173007.906000', '173007.909000', '173007.912000', '173007.914000', '173007.917000', '173007.920000', '173007.922000', '173007.925000', '173007.927000', '173007.930000', '173020.066000', '173020.069000', '173020.072000', '173020.074000', '173020.077000', '173020.080000', '173020.082000', '173020.085000', '173020.088000', '173020.090000', '173020.093000', '173020.095000', '173020.098000', '173020.101000', '173020.104000', '173020.106000', '173020.109000', '173020.112000', '173020.114000', '173020.117000', '173020.132000', '173020.135000', '173020.138000', '173020.141000', '173020.144000', '173020.147000', '173020.149000'], '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': [8700, 10964, 8580, 13592, 9578, 10747, 8956, 11477, 8589, 11054, 10112, 8740, 14586, 8671, 12533, 8406, 10874, 8585, 10542, 8557, 9254, 8129, 8919, 8993, 14685, 13810, 15066, 10421, 9055, 8732, 8978, 8054, 8673, 8738, 12896, 12409, 9781, 9203, 8307, 16194, 8836, 8970, 8664, 8645, 11915, 12099, 11290, 8234, 11896, 8664, 11391, 15170, 8919, 14937, 9575, 12366, 8922, 14068, 8527, 8576, 8670, 9245, 13042, 8528, 13724, 9214, 12875, 8564, 10309, 8755, 8705, 8762, 8507, 8346, 8794, 12562, 8777, 13025, 9254, 10219, 8918, 8672, 8457, 10080, 16484, 9294, 13686, 9434, 10027, 8436, 8703, 14276, 8773, 12074, 9944, 10464, 8317, 8715, 8041, 9035, 9595, 11468, 8679, 13362, 13992, 8984, 16514, 10867, 9423, 8985, 8963, 8452, 9475, 16258, 8933, 12592, 9153, 9319, 14212, 8674, 12530, 8544, 10513, 9417, 9252, 16058, 8556, 11682, 9705, 9176, 11385, 8609, 13558, 9943, 9947, 9364, 8678, 11030, 8762, 9333, 8891, 10207, 9384, 8897, 8875, 10243, 9133, 12490, 16230, 8985, 13124, 9882, 8814, 15751, 8788, 14770, 9506, 11441, 10273, 9600, 8758, 10044, 8553, 9715, 8599, 10444, 8249, 12058, 16752, 12287, 10099, 8405, 8349, 9180, 15107, 10446, 9800, 8836, 8473, 10891, 8376, 11107, 8967, 9697, 8064, 9722, 7990, 8920, 9178, 9377, 8729, 11594, 8718, 11415, 8945, 11941, 8399, 8553, 9072, 10031, 9353, 15675, 10465, 9661, 10131, 8631, 14600, 9298, 9208, 9234, 10190, 9894, 9089, 10316, 10141, 9111, 14017, 11682, 11053, 13377, 8984, 9251, 8913, 13552, 9063, 12400, 10332, 8617, 17006, 9643, 13316, 9009, 13469, 8847, 11593, 8647, 8762, 9125, 11506, 8337, 8810, 9813, 8443, 10379, 16896, 10605, 12425, 8374, 9153, 10517, 8257, 9975, 8188, 12287, 8236, 11314, 9088, 9636, 8498, 8744, 8795, 8957, 9464, 9158, 9111, 10982, 8991, 13341, 13875, 9377, 15512, 9737, 8564, 14734, 8901, 14293, 9616, 9358, 14097, 8564, 15818, 9319, 10101, 8782, 9723, 9023, 11194, 8515, 12251, 8612, 8756, 9133, 10262, 8439, 16651, 9277, 9632, 10864, 8645, 11881, 8580, 9080, 8934, 8442, 8637, 8662, 8915, 8917, 8798, 8808, 8056, 9215, 16215, 10059, 12843, 8682, 8617, 8208, 8744, 15616, 8975, 9940, 9108, 9122, 14149, 8523, 12094, 9114, 9971, 11715, 9153, 9030, 8993, 9192, 9280, 8975, 9005, 9745, 9915, 10998, 16453, 10337, 13247, 9089, 8763, 17190, 8833, 13662, 10113, 8669, 13403, 8733, 13127, 8632, 11929, 8640, 9340, 8706, 10043, 8965, 9467, 8953, 9939, 14911, 9740, 10430, 8311, 13079, 8490, 10382, 9259, 9468, 8889, 8856, 11213, 8321, 13769, 8381, 10910, 8232, 8815, 8256, 9928, 8215, 11585, 8220, 10527, 8775, 8102, 10046, 14846, 10462, 9752, 13641, 8257, 13125, 8618, 9222, 10673, 8663, 13323, 8247, 12183, 9940, 8833, 8063, 8684, 16010, 8985, 10692, 8995, 9863, 11855, 8585, 8507, 8800, 9184, 11660, 9122, 9332, 9096, 9681, 9815, 13059, 9995, 15671, 10605, 9983, 15124, 9289, 10324, 9753, 8806, 14491, 8764, 9303, 8833, 9014, 9789, 8527, 12845, 16695, 13319, 10299, 8690, 8788, 8235, 8594, 10235, 16438, 9912, 10859, 8672, 8977, 8823, 8491, 11972, 8542, 8784, 8404, 8520, 8556, 13777, 9420, 11023, 8696, 9403, 13657, 8423, 11818, 8946, 9665, 11908, 8582, 12562, 9584, 10143, 9073, 8758, 13943, 9822, 9556, 9004, 8670, 9190, 9019, 9277, 9581, 9387, 9633, 9286, 10319, 9954, 11698, 9126, 16906, 9052, 13280, 13147, 8868, 15987, 9485, 8393, 9099, 8533, 15842, 9583, 10902, 8788, 10823, 12014, 9344, 12716, 8715, 12208, 8931, 8306, 9012, 8266, 9291, 8565, 9181, 10160, 8480, 12362, 8478, 13925, 11592, 8562, 12894, 8503, 8733, 8347, 9125, 8790, 14617, 8352, 12702, 8330, 8651, 8762, 8489, 8698, 8939, 8854, 8964, 8738, 9626, 10076, 14749, 10404, 9084, 11114, 8820, 13734, 8870, 8694, 14006, 8859, 12899, 9238, 8154, 8823, 9769, 8713, 9802, 8893, 9930, 9179, 9973, 8777, 13023, 11640, 9794, 9196, 8217, 9026, 8522, 14509, 9162, 10974, 8738, 8978, 9048, 11873, 8994, 8785, 8482, 9345, 9804, 9302, 11921, 14176, 8465, 13643, 9353, 9083, 10947, 8307, 9045, 8684, 16328, 10825, 11698, 8983, 8820, 16225, 9227, 11845, 8784, 8759, 13658, 8508, 10904, 8757, 8595, 10061, 8276, 10529, 8553, 10856, 8617, 8623, 8727, 9277, 9662, 8663, 12066, 8706, 14997, 10379, 8832, 14860, 9076, 8407, 13140, 8998, 11690, 9589, 8726, 9290, 8863, 15368, 9222, 12511, 8566, 9254, 8490, 15188, 9995, 14485, 8538, 10878, 8638, 8323, 9137, 8586, 13545, 8615, 9188, 8723, 8385, 15481, 8575, 10592, 8489, 8401, 12567, 8565, 11907, 9087, 8685, 9141, 8557, 11507, 8554, 11040, 9627, 8883, 8822, 8704, 9203, 9468, 9058, 10216, 8812, 14414, 10809, 8442, 11912, 8795, 13448, 9457, 8225, 11141, 8772, 14552, 9459, 11655, 9095, 9947, 14101, 10998, 13638, 9531, 10864, 10098, 8682, 13429, 8611, 10960, 8566, 8502, 10275, 8433, 13102, 8592, 9177, 8759, 8238, 8976, 8078, 12776, 8514, 10635, 8646, 8562, 8994, 8264, 12615, 8446, 11740, 8538, 8600, 9002, 8393, 15362, 8520, 10959, 8496, 8469, 13999, 8479, 10894, 9265, 8601, 15159, 8769, 10782, 9262, 8479, 12290, 9274, 8741, 9466, 9284, 9481, 10017, 9173, 9222, 9020, 9954, 9154, 14466, 11175, 8870, 15150, 9170, 12857, 9597, 9057, 15431, 9048, 11621, 9155, 9435, 8672, 9367, 12932, 16766, 11202, 11891, 8991, 8786, 15938, 8934, 9141, 9461, 8160, 14310, 8932, 9833, 8301, 8565, 9512, 8222, 9394, 8155, 8818, 8113, 13578, 9264, 9354, 8884, 8249, 9207, 8520, 14551, 9135, 10691, 9689, 9148, 15977, 8899, 11595, 9131, 8725, 14820, 9300, 9648, 9558, 8589, 14641, 8399, 11122, 9007, 10363, 8806, 8219, 9003, 9236, 8850, 9842, 8824, 9160, 9545, 9474, 10644, 16809, 10548, 10290, 15586, 8911, 13464, 9330, 8835, 14306, 8810, 11561, 9325, 8617, 15519, 8504, 13347, 9144, 8791, 11713, 8492, 13829, 8709, 9163, 11325, 8384, 14346, 8548, 10420, 8442, 8990, 9111, 8274, 13931, 9422], 'WindowCenter': [4556.0, 4567.0, 4533.0, 4569.0, 4541.0, 4548.0, 4528.0, 4545.0, 4518.0, 4546.0, 4526.0, 4517.0, 4556.0, 4517.0, 4545.0, 4508.0, 4536.0, 4520.0, 4552.0, 4532.0, 4539.0, 4521.0, 4528.0, 4545.0, 4576.0, 4564.0, 4572.0, 4552.0, 4533.0, 4529.0, 4556.0, 4533.0, 4531.0, 4533.0, 4575.0, 4575.0, 4545.0, 4534.0, 4537.0, 4584.0, 4523.0, 4522.0, 4533.0, 4521.0, 4540.0, 4537.0, 4537.0, 4508.0, 4538.0, 4518.0, 4538.0, 4556.0, 4514.0, 4543.0, 4514.0, 4544.0, 4516.0, 4544.0, 4504.0, 4503.0, 4515.0, 4526.0, 4555.0, 4518.0, 4557.0, 4528.0, 4546.0, 4507.0, 4526.0, 4495.0, 4506.0, 4506.0, 4516.0, 4507.0, 4519.0, 4558.0, 4520.0, 4557.0, 4527.0, 4528.0, 4519.0, 4519.0, 4521.0, 4540.0, 4568.0, 4529.0, 4556.0, 4527.0, 4527.0, 4507.0, 4518.0, 4556.0, 4518.0, 4548.0, 4539.0, 4537.0, 4509.0, 4519.0, 4508.0, 4529.0, 4542.0, 4562.0, 4536.0, 4586.0, 4583.0, 4531.0, 4580.0, 4550.0, 4517.0, 4519.0, 4517.0, 4519.0, 4540.0, 4578.0, 4529.0, 4557.0, 4528.0, 4528.0, 4557.0, 4518.0, 4546.0, 4518.0, 4538.0, 4527.0, 4527.0, 4567.0, 4519.0, 4548.0, 4528.0, 4529.0, 4548.0, 4519.0, 4558.0, 4539.0, 4538.0, 4529.0, 4532.0, 4562.0, 4543.0, 4540.0, 4531.0, 4553.0, 4543.0, 4543.0, 4532.0, 4551.0, 4543.0, 4562.0, 4569.0, 4519.0, 4548.0, 4539.0, 4543.0, 4582.0, 4532.0, 4570.0, 4539.0, 4550.0, 4540.0, 4538.0, 4530.0, 4527.0, 4506.0, 4526.0, 4517.0, 4537.0, 4508.0, 4550.0, 4559.0, 4536.0, 4525.0, 4507.0, 4505.0, 4527.0, 4555.0, 4524.0, 4513.0, 4502.0, 4491.0, 4511.0, 4492.0, 4521.0, 4503.0, 4512.0, 4494.0, 4514.0, 4506.0, 4528.0, 4540.0, 4527.0, 4531.0, 4559.0, 4532.0, 4551.0, 4544.0, 4559.0, 4533.0, 4531.0, 4544.0, 4553.0, 4543.0, 4571.0, 4540.0, 4529.0, 4527.0, 4532.0, 4570.0, 4530.0, 4528.0, 4540.0, 4552.0, 4551.0, 4544.0, 4553.0, 4551.0, 4544.0, 4572.0, 4549.0, 4537.0, 4545.0, 4506.0, 4505.0, 4518.0, 4546.0, 4519.0, 4546.0, 4526.0, 4517.0, 4556.0, 4518.0, 4545.0, 4517.0, 4546.0, 4504.0, 4524.0, 4492.0, 4491.0, 4516.0, 4533.0, 4505.0, 4503.0, 4515.0, 4495.0, 4526.0, 4555.0, 4525.0, 4532.0, 4493.0, 4516.0, 4510.0, 4492.0, 4511.0, 4493.0, 4532.0, 4518.0, 4546.0, 4527.0, 4527.0, 4530.0, 4529.0, 4530.0, 4532.0, 4542.0, 4530.0, 4531.0, 4539.0, 4521.0, 4560.0, 4547.0, 4506.0, 4546.0, 4515.0, 4508.0, 4545.0, 4507.0, 4546.0, 4516.0, 4516.0, 4544.0, 4505.0, 4543.0, 4504.0, 4513.0, 4505.0, 4513.0, 4506.0, 4525.0, 4505.0, 4533.0, 4505.0, 4504.0, 4516.0, 4514.0, 4494.0, 4543.0, 4491.0, 4501.0, 4509.0, 4491.0, 4520.0, 4492.0, 4501.0, 4503.0, 4504.0, 4504.0, 4504.0, 4517.0, 4516.0, 4519.0, 4529.0, 4510.0, 4530.0, 4569.0, 4529.0, 4548.0, 4508.0, 4505.0, 4507.0, 4518.0, 4556.0, 4518.0, 4527.0, 4518.0, 4527.0, 4558.0, 4520.0, 4548.0, 4519.0, 4540.0, 4548.0, 4529.0, 4519.0, 4529.0, 4541.0, 4529.0, 4532.0, 4532.0, 4541.0, 4541.0, 4541.0, 4569.0, 4528.0, 4547.0, 4507.0, 4507.0, 4566.0, 4517.0, 4557.0, 4526.0, 4506.0, 4545.0, 4505.0, 4544.0, 4507.0, 4534.0, 4503.0, 4512.0, 4505.0, 4514.0, 4515.0, 4514.0, 4516.0, 4526.0, 4554.0, 4515.0, 4512.0, 4493.0, 4532.0, 4493.0, 4512.0, 4503.0, 4502.0, 4504.0, 4504.0, 4523.0, 4505.0, 4543.0, 4505.0, 4523.0, 4505.0, 4517.0, 4518.0, 4526.0, 4520.0, 4549.0, 4523.0, 4553.0, 4535.0, 4524.0, 4555.0, 4573.0, 4542.0, 4528.0, 4547.0, 4507.0, 4546.0, 4507.0, 4515.0, 4525.0, 4507.0, 4545.0, 4507.0, 4546.0, 4527.0, 4515.0, 4507.0, 4518.0, 4566.0, 4518.0, 4537.0, 4517.0, 4539.0, 4560.0, 4520.0, 4530.0, 4530.0, 4543.0, 4561.0, 4544.0, 4543.0, 4532.0, 4531.0, 4532.0, 4548.0, 4529.0, 4554.0, 4515.0, 4515.0, 4544.0, 4505.0, 4514.0, 4504.0, 4504.0, 4543.0, 4504.0, 4516.0, 4518.0, 4507.0, 4528.0, 4531.0, 4573.0, 4569.0, 4547.0, 4513.0, 4494.0, 4504.0, 4494.0, 4504.0, 4525.0, 4543.0, 4512.0, 4511.0, 4491.0, 4491.0, 4490.0, 4505.0, 4531.0, 4503.0, 4502.0, 4505.0, 4505.0, 4517.0, 4556.0, 4517.0, 4536.0, 4507.0, 4515.0, 4543.0, 4506.0, 4535.0, 4516.0, 4516.0, 4534.0, 4506.0, 4544.0, 4516.0, 4525.0, 4505.0, 4517.0, 4556.0, 4528.0, 4527.0, 4530.0, 4517.0, 4530.0, 4529.0, 4531.0, 4542.0, 4532.0, 4542.0, 4531.0, 4541.0, 4530.0, 4550.0, 4520.0, 4570.0, 4531.0, 4561.0, 4557.0, 4518.0, 4556.0, 4529.0, 4506.0, 4516.0, 4517.0, 4556.0, 4517.0, 4524.0, 4505.0, 4525.0, 4534.0, 4504.0, 4532.0, 4493.0, 4521.0, 4491.0, 4492.0, 4491.0, 4493.0, 4513.0, 4503.0, 4526.0, 4535.0, 4518.0, 4557.0, 4519.0, 4568.0, 4537.0, 4507.0, 4533.0, 4504.0, 4503.0, 4506.0, 4515.0, 4507.0, 4553.0, 4495.0, 4533.0, 4494.0, 4493.0, 4491.0, 4492.0, 4504.0, 4515.0, 4518.0, 4517.0, 4518.0, 4529.0, 4539.0, 4556.0, 4526.0, 4504.0, 4522.0, 4504.0, 4533.0, 4494.0, 4495.0, 4533.0, 4494.0, 4533.0, 4517.0, 4494.0, 4507.0, 4515.0, 4506.0, 4525.0, 4518.0, 4527.0, 4516.0, 4514.0, 4516.0, 4545.0, 4523.0, 4513.0, 4502.0, 4491.0, 4491.0, 4503.0, 4542.0, 4503.0, 4511.0, 4491.0, 4502.0, 4515.0, 4546.0, 4506.0, 4502.0, 4503.0, 4514.0, 4524.0, 4530.0, 4551.0, 4559.0, 4510.0, 4560.0, 4520.0, 4521.0, 4536.0, 4505.0, 4504.0, 4505.0, 4553.0, 4512.0, 4520.0, 4489.0, 4490.0, 4529.0, 4490.0, 4508.0, 4477.0, 4478.0, 4516.0, 4477.0, 4496.0, 4477.0, 4478.0, 4499.0, 4490.0, 4509.0, 4502.0, 4521.0, 4503.0, 4503.0, 4504.0, 4528.0, 4527.0, 4519.0, 4546.0, 4508.0, 4558.0, 4515.0, 4507.0, 4545.0, 4495.0, 4496.0, 4532.0, 4506.0, 4524.0, 4516.0, 4506.0, 4515.0, 4507.0, 4556.0, 4505.0, 4534.0, 4506.0, 4515.0, 4507.0, 4556.0, 4526.0, 4546.0, 4494.0, 4523.0, 4491.0, 4491.0, 4501.0, 4504.0, 4542.0, 4503.0, 4503.0, 4503.0, 4494.0, 4552.0, 4503.0, 4522.0, 4503.0, 4494.0, 4532.0, 4504.0, 4533.0, 4504.0, 4505.0, 4504.0, 4506.0, 4534.0, 4518.0, 4536.0, 4528.0, 4518.0, 4530.0, 4518.0, 4530.0, 4530.0, 4520.0, 4542.0, 4521.0, 4558.0, 4528.0, 4497.0, 4535.0, 4507.0, 4547.0, 4518.0, 4509.0, 4538.0, 4507.0, 4556.0, 4528.0, 4535.0, 4505.0, 4516.0, 4543.0, 4524.0, 4531.0, 4501.0, 4510.0, 4499.0, 4480.0, 4519.0, 4479.0, 4509.0, 4479.0, 4478.0, 4497.0, 4479.0, 4517.0, 4489.0, 4488.0, 4479.0, 4479.0, 4489.0, 4482.0, 4532.0, 4492.0, 4511.0, 4493.0, 4493.0, 4502.0, 4505.0, 4533.0, 4496.0, 4533.0, 4505.0, 4505.0, 4505.0, 4507.0, 4555.0, 4506.0, 4525.0, 4506.0, 4506.0, 4555.0, 4507.0, 4537.0, 4517.0, 4518.0, 4557.0, 4518.0, 4536.0, 4518.0, 4520.0, 4549.0, 4530.0, 4531.0, 4541.0, 4543.0, 4555.0, 4555.0, 4545.0, 4545.0, 4533.0, 4543.0, 4533.0, 4560.0, 4540.0, 4521.0, 4559.0, 4520.0, 4560.0, 4529.0, 4520.0, 4571.0, 4520.0, 4540.0, 4529.0, 4531.0, 4531.0, 4531.0, 4562.0, 4570.0, 4538.0, 4525.0, 4493.0, 4493.0, 4541.0, 4492.0, 4491.0, 4501.0, 4493.0, 4541.0, 4503.0, 4512.0, 4492.0, 4505.0, 4513.0, 4505.0, 4514.0, 4504.0, 4516.0, 4508.0, 4557.0, 4527.0, 4516.0, 4504.0, 4506.0, 4515.0, 4510.0, 4561.0, 4520.0, 4527.0, 4528.0, 4528.0, 4568.0, 4519.0, 4538.0, 4517.0, 4508.0, 4557.0, 4529.0, 4528.0, 4529.0, 4519.0, 4557.0, 4508.0, 4537.0, 4520.0, 4541.0, 4519.0, 4508.0, 4531.0, 4530.0, 4533.0, 4542.0, 4532.0, 4531.0, 4530.0, 4530.0, 4530.0, 4558.0, 4518.0, 4517.0, 4546.0, 4506.0, 4545.0, 4504.0, 4505.0, 4543.0, 4504.0, 4523.0, 4502.0, 4493.0, 4541.0, 4492.0, 4531.0, 4492.0, 4492.0, 4520.0, 4491.0, 4530.0, 4491.0, 4502.0, 4510.0, 4482.0, 4542.0, 4493.0, 4512.0, 4493.0, 4503.0, 4503.0, 4505.0, 4544.0, 4515.0], 'WindowWidth': [10025.0, 10023.0, 9973.0, 10014.0, 9979.0, 9981.0, 9956.0, 9973.0, 9942.0, 9975.0, 9946.0, 9937.0, 9987.0, 9936.0, 9972.0, 9927.0, 9961.0, 9946.0, 9992.0, 9968.0, 9973.0, 9953.0, 9956.0, 9986.0, 10026.0, 10005.0, 10015.0, 9992.0, 9966.0, 9963.0, 10011.0, 9972.0, 9965.0, 9972.0, 10030.0, 10028.0, 9986.0, 9967.0, 9979.0, 10037.0, 9950.0, 9946.0, 9965.0, 9942.0, 9966.0, 9960.0, 9960.0, 9923.0, 9963.0, 9938.0, 9966.0, 9989.0, 9928.0, 9964.0, 9926.0, 9966.0, 9934.0, 9967.0, 9913.0, 9910.0, 9931.0, 9948.0, 9986.0, 9942.0, 9992.0, 9955.0, 9976.0, 9922.0, 9944.0, 9900.0, 9919.0, 9920.0, 9933.0, 9921.0, 9943.0, 9994.0, 9943.0, 9989.0, 9951.0, 9950.0, 9941.0, 9941.0, 9948.0, 9973.0, 10010.0, 9955.0, 9986.0, 9951.0, 9946.0, 9921.0, 9938.0, 9987.0, 9939.0, 9979.0, 9968.0, 9961.0, 9925.0, 9938.0, 9923.0, 9953.0, 9978.0, 10004.0, 9974.0, 10042.0, 10035.0, 9963.0, 10030.0, 9987.0, 9934.0, 9941.0, 9936.0, 9942.0, 9972.0, 10022.0, 9955.0, 9993.0, 9953.0, 9954.0, 9991.0, 9939.0, 9974.0, 9942.0, 9967.0, 9949.0, 9951.0, 10004.0, 9942.0, 9980.0, 9952.0, 9954.0, 9977.0, 9941.0, 9993.0, 9970.0, 9968.0, 9958.0, 9966.0, 10009.0, 9985.0, 9977.0, 9964.0, 9997.0, 9984.0, 9982.0, 9966.0, 9989.0, 9980.0, 10005.0, 10009.0, 9939.0, 9978.0, 9970.0, 9983.0, 10034.0, 9967.0, 10014.0, 9970.0, 9986.0, 9975.0, 9969.0, 9960.0, 9950.0, 9918.0, 9947.0, 9935.0, 9961.0, 9926.0, 9983.0, 9999.0, 9961.0, 9943.0, 9923.0, 9918.0, 9950.0, 9987.0, 9940.0, 9923.0, 9904.0, 9891.0, 9915.0, 9894.0, 9930.0, 9912.0, 9921.0, 9901.0, 9926.0, 9921.0, 9955.0, 9975.0, 9951.0, 9964.0, 9997.0, 9966.0, 9988.0, 9984.0, 10000.0, 9969.0, 9966.0, 9987.0, 9997.0, 9984.0, 10022.0, 9972.0, 9954.0, 9950.0, 9966.0, 10017.0, 9960.0, 9954.0, 9973.0, 9992.0, 9990.0, 9984.0, 9995.0, 9990.0, 9984.0, 10017.0, 9979.0, 9960.0, 9967.0, 9914.0, 9913.0, 9935.0, 9971.0, 9940.0, 9974.0, 9946.0, 9935.0, 9986.0, 9933.0, 9967.0, 9934.0, 9970.0, 9910.0, 9935.0, 9890.0, 9889.0, 9932.0, 9950.0, 9915.0, 9910.0, 9927.0, 9900.0, 9943.0, 9986.0, 9941.0, 9947.0, 9897.0, 9934.0, 9914.0, 9892.0, 9916.0, 9897.0, 9948.0, 9943.0, 9976.0, 9952.0, 9950.0, 9960.0, 9957.0, 9959.0, 9966.0, 9979.0, 9959.0, 9960.0, 9968.0, 9946.0, 9997.0, 9973.0, 9916.0, 9969.0, 9926.0, 9920.0, 9967.0, 9918.0, 9972.0, 9930.0, 9930.0, 9965.0, 9914.0, 9963.0, 9910.0, 9920.0, 9914.0, 9921.0, 9917.0, 9936.0, 9914.0, 9950.0, 9914.0, 9913.0, 9931.0, 9923.0, 9899.0, 9964.0, 9888.0, 9899.0, 9908.0, 9886.0, 9924.0, 9890.0, 9902.0, 9910.0, 9911.0, 9913.0, 9913.0, 9936.0, 9934.0, 9943.0, 9956.0, 9931.0, 9960.0, 10010.0, 9954.0, 9978.0, 9923.0, 9916.0, 9921.0, 9939.0, 9988.0, 9935.0, 9946.0, 9936.0, 9950.0, 9989.0, 9943.0, 9980.0, 9943.0, 9972.0, 9980.0, 9956.0, 9943.0, 9956.0, 9976.0, 9956.0, 9964.0, 9967.0, 9975.0, 9974.0, 9973.0, 10010.0, 9949.0, 9973.0, 9920.0, 9921.0, 10003.0, 9935.0, 9992.0, 9947.0, 9919.0, 9968.0, 9916.0, 9966.0, 9922.0, 9951.0, 9910.0, 9919.0, 9916.0, 9926.0, 9929.0, 9925.0, 9933.0, 9945.0, 9981.0, 9927.0, 9920.0, 9896.0, 9945.0, 9894.0, 9918.0, 9908.0, 9904.0, 9911.0, 9913.0, 9936.0, 9914.0, 9961.0, 9914.0, 9936.0, 9915.0, 9937.0, 9941.0, 9946.0, 9948.0, 9983.0, 9952.0, 9992.0, 9973.0, 9959.0, 10002.0, 10025.0, 9976.0, 9952.0, 9972.0, 9920.0, 9970.0, 9919.0, 9929.0, 9939.0, 9920.0, 9969.0, 9921.0, 9971.0, 9949.0, 9929.0, 9922.0, 9939.0, 10001.0, 9937.0, 9963.0, 9936.0, 9969.0, 10000.0, 9946.0, 9959.0, 9958.0, 9982.0, 10003.0, 9985.0, 9982.0, 9964.0, 9958.0, 9960.0, 9977.0, 9952.0, 9982.0, 9925.0, 9925.0, 9965.0, 9911.0, 9924.0, 9908.0, 9910.0, 9962.0, 9909.0, 9929.0, 9933.0, 9917.0, 9950.0, 9963.0, 10024.0, 10013.0, 9974.0, 9920.0, 9895.0, 9910.0, 9898.0, 9913.0, 9941.0, 9965.0, 9918.0, 9914.0, 9888.0, 9888.0, 9886.0, 9917.0, 9943.0, 9908.0, 9908.0, 9918.0, 9915.0, 9937.0, 9987.0, 9935.0, 9961.0, 9920.0, 9931.0, 9965.0, 9920.0, 9955.0, 9931.0, 9931.0, 9953.0, 9919.0, 9967.0, 9932.0, 9942.0, 9916.0, 9936.0, 9987.0, 9952.0, 9949.0, 9958.0, 9939.0, 9961.0, 9955.0, 9962.0, 9976.0, 9963.0, 9976.0, 9958.0, 9971.0, 9955.0, 9983.0, 9942.0, 10011.0, 9960.0, 10003.0, 9990.0, 9937.0, 9986.0, 9953.0, 9916.0, 9932.0, 9934.0, 9987.0, 9933.0, 9939.0, 9916.0, 9944.0, 9951.0, 9912.0, 9947.0, 9893.0, 9929.0, 9890.0, 9893.0, 9888.0, 9895.0, 9922.0, 9911.0, 9947.0, 9958.0, 9943.0, 9990.0, 9942.0, 10009.0, 9959.0, 9917.0, 9947.0, 9913.0, 9910.0, 9917.0, 9930.0, 9921.0, 9978.0, 9902.0, 9950.0, 9899.0, 9894.0, 9889.0, 9893.0, 9912.0, 9928.0, 9940.0, 9937.0, 9940.0, 9955.0, 9969.0, 9988.0, 9943.0, 9911.0, 9930.0, 9907.0, 9948.0, 9894.0, 9898.0, 9945.0, 9893.0, 9945.0, 9935.0, 9899.0, 9916.0, 9922.0, 9918.0, 9941.0, 9934.0, 9948.0, 9931.0, 9925.0, 9934.0, 9971.0, 9936.0, 9921.0, 9902.0, 9889.0, 9889.0, 9908.0, 9959.0, 9907.0, 9914.0, 9889.0, 9904.0, 9931.0, 9975.0, 9919.0, 9906.0, 9911.0, 9928.0, 9942.0, 9956.0, 9986.0, 9992.0, 9930.0, 9996.0, 9940.0, 9944.0, 9958.0, 9916.0, 9912.0, 9917.0, 9981.0, 9918.0, 9926.0, 9882.0, 9884.0, 9936.0, 9883.0, 9906.0, 9863.0, 9867.0, 9912.0, 9862.0, 9886.0, 9862.0, 9867.0, 9895.0, 9888.0, 9912.0, 9906.0, 9932.0, 9910.0, 9910.0, 9913.0, 9952.0, 9948.0, 9941.0, 9971.0, 9923.0, 9990.0, 9927.0, 9918.0, 9966.0, 9897.0, 9902.0, 9942.0, 9911.0, 9934.0, 9929.0, 9916.0, 9926.0, 9919.0, 9982.0, 9913.0, 9951.0, 9918.0, 9928.0, 9921.0, 9985.0, 9944.0, 9971.0, 9897.0, 9932.0, 9887.0, 9889.0, 9901.0, 9911.0, 9961.0, 9910.0, 9908.0, 9907.0, 9899.0, 9975.0, 9910.0, 9933.0, 9908.0, 9898.0, 9946.0, 9912.0, 9949.0, 9913.0, 9914.0, 9912.0, 9918.0, 9953.0, 9940.0, 9960.0, 9953.0, 9939.0, 9957.0, 9937.0, 9957.0, 9954.0, 9940.0, 9974.0, 9945.0, 9990.0, 9946.0, 9902.0, 9950.0, 9917.0, 9971.0, 9933.0, 9926.0, 9962.0, 9919.0, 9986.0, 9949.0, 9956.0, 9915.0, 9929.0, 9964.0, 9936.0, 9942.0, 9902.0, 9912.0, 9894.0, 9870.0, 9922.0, 9869.0, 9907.0, 9869.0, 9867.0, 9890.0, 9869.0, 9918.0, 9883.0, 9880.0, 9870.0, 9872.0, 9882.0, 9878.0, 9944.0, 9891.0, 9915.0, 9895.0, 9894.0, 9908.0, 9918.0, 9950.0, 9902.0, 9950.0, 9915.0, 9914.0, 9915.0, 9921.0, 9982.0, 9919.0, 9943.0, 9918.0, 9919.0, 9982.0, 9922.0, 9960.0, 9935.0, 9939.0, 9990.0, 9939.0, 9960.0, 9937.0, 9945.0, 9982.0, 9958.0, 9962.0, 9977.0, 9981.0, 9999.0, 10002.0, 9987.0, 9984.0, 9964.0, 9976.0, 9963.0, 9999.0, 9968.0, 9942.0, 9992.0, 9941.0, 9998.0, 9951.0, 9944.0, 10015.0, 9941.0, 9966.0, 9954.0, 9961.0, 9962.0, 9961.0, 10006.0, 10016.0, 9964.0, 9940.0, 9893.0, 9893.0, 9957.0, 9890.0, 9887.0, 9900.0, 9893.0, 9956.0, 9909.0, 9917.0, 9893.0, 9915.0, 9922.0, 9913.0, 9925.0, 9915.0, 9932.0, 9927.0, 9989.0, 9949.0, 9932.0, 9914.0, 9918.0, 9927.0, 9921.0, 9997.0, 9942.0, 9946.0, 9949.0, 9951.0, 10003.0, 9938.0, 9962.0, 9933.0, 9923.0, 9989.0, 9952.0, 9949.0, 9953.0, 9940.0, 9988.0, 9925.0, 9960.0, 9943.0, 9970.0, 9937.0, 9923.0, 9960.0, 9958.0, 9968.0, 9975.0, 9963.0, 9960.0, 9955.0, 9955.0, 9954.0, 9994.0, 9933.0, 9931.0, 9969.0, 9917.0, 9968.0, 9909.0, 9913.0, 9960.0, 9911.0, 9934.0, 9904.0, 9893.0, 9956.0, 9890.0, 9941.0, 9889.0, 9890.0, 9924.0, 9888.0, 9938.0, 9889.0, 9902.0, 9910.0, 9876.0, 9958.0, 9894.0, 9918.0, 9894.0, 9909.0, 9907.0, 9916.0, 9965.0, 9929.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.0022204013761467894</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025766676605504586</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.83822324819743</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2568504590700347</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0296469413203224</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4712</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6027.4248</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10221759465747349</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.8807339449541285</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.506774835051679</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4522062142621204</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7352664802407105</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3328518106522065</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0142156</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007979340851306915</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019852956756949425</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.792027737364826</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>41.3674</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.0008</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.7855</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296838.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>684.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.5921</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1896</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.0913</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3674.0772</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3896.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79706.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1149.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4848.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1027.4122</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.854204621049576</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> |