=== 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-0084 --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-0084",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0084_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0084_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-01/func/sub-0084_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ca9098541b35ac1f53d9b6f9a8e93404</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>13:18:31.885000</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.99914, 0.0310373, 0.0274781, -0.0301774, 0.999058, -0.0311755]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.108179</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7737, -7252, 538, -72, -279, 127, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>282.93</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>25eea2a4-365e-4400-894e-53c17c2ac1bf||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.6806206703186035, -0.08096378296613693, 0.07673351466655731, 115.5253677368164], [-0.08327092230319977, 2.6804003715515137, -0.08186262100934982, -88.57644653320312], [0.07372171431779861, 0.08364159613847733, 2.6976675987243652, -78.37476348876953], [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': ['131831.885000', '131832.345000', '131832.805000', '131833.265000', '131833.725000', '131834.185000', '131834.645000', '131835.105000', '131835.565000', '131836.025000', '131836.485000', '131836.945000', '131837.405000', '131837.865000', '131838.325000', '131838.785000', '131839.245000', '131839.705000', '131840.165000', '131840.625000', '131841.085000', '131841.545000', '131842.005000', '131842.465000', '131842.925000', '131843.385000', '131843.845000', '131844.305000', '131844.765000', '131845.225000', '131845.685000', '131846.145000', '131846.605000', '131847.065000', '131847.525000', '131847.985000', '131848.445000', '131848.905000', '131849.365000', '131849.825000', '131850.285000', '131850.745000', '131851.205000', '131851.665000', '131852.125000', '131852.585000', '131853.045000', '131853.505000', '131853.965000', '131854.425000', '131854.885000', '131855.345000', '131855.805000', '131856.265000', '131856.725000', '131857.185000', '131857.645000', '131858.105000', '131858.565000', '131859.025000', '131859.485000', '131859.945000', '131900.405000', '131900.865000', '131901.325000', '131901.785000', '131902.245000', '131902.705000', '131903.165000', '131903.625000', '131904.085000', '131904.545000', '131905.005000', '131905.465000', '131905.925000', '131906.385000', '131906.845000', '131907.305000', '131907.765000', '131908.225000', '131908.685000', '131909.145000', '131909.605000', '131910.065000', '131910.525000', '131910.985000', '131911.445000', '131911.905000', '131912.365000', '131912.825000', '131913.285000', '131913.745000', '131914.205000', '131914.665000', '131915.125000', '131915.585000', '131916.045000', '131916.505000', '131916.965000', '131917.425000', '131917.885000', '131918.345000', '131918.805000', '131919.265000', '131919.725000', '131920.185000', '131920.645000', '131921.105000', '131921.565000', '131922.025000', '131922.485000', '131922.945000', '131923.405000', '131923.865000', '131924.325000', '131924.785000', '131925.245000', '131925.705000', '131926.165000', '131926.625000', '131927.085000', '131927.545000', '131928.005000', '131928.465000', '131928.925000', '131929.385000', '131929.845000', '131930.305000', '131930.765000', '131931.225000', '131931.685000', '131932.145000', '131932.605000', '131933.065000', '131933.525000', '131933.985000', '131934.445000', '131934.905000', '131935.365000', '131935.825000', '131936.285000', '131936.745000', '131937.205000', '131937.665000', '131938.125000', '131938.585000', '131939.045000', '131939.505000', '131939.965000', '131940.425000', '131940.885000', '131941.345000', '131941.805000', '131942.265000', '131942.725000', '131943.185000', '131943.645000', '131944.105000', '131944.565000', '131945.025000', '131945.485000', '131945.945000', '131946.405000', '131946.865000', '131947.325000', '131947.785000', '131948.245000', '131948.705000', '131949.165000', '131949.625000', '131950.085000', '131950.545000', '131951.005000', '131951.465000', '131951.925000', '131952.385000', '131952.845000', '131953.305000', '131953.765000', '131954.225000', '131954.685000', '131955.145000', '131955.605000', '131956.065000', '131956.525000', '131956.985000', '131957.445000', '131957.905000', '131958.365000', '131958.825000', '131959.285000', '131959.745000', '132000.205000', '132000.665000', '132001.125000', '132001.585000', '132002.045000', '132002.505000', '132002.965000', '132003.425000', '132003.885000', '132004.345000', '132004.805000', '132005.265000', '132005.725000', '132006.185000', '132006.645000', '132007.105000', '132007.565000', '132008.025000', '132008.485000', '132008.945000', '132009.405000', '132009.865000', '132010.325000', '132010.785000', '132011.245000', '132011.705000', '132012.165000', '132012.625000', '132013.085000', '132013.545000', '132014.005000', '132014.465000', '132014.925000', '132015.385000', '132015.845000', '132016.305000', '132016.765000', '132017.225000', '132017.685000', '132018.145000', '132018.605000', '132019.065000', '132019.525000', '132019.985000', '132020.445000', '132020.905000', '132021.365000', '132021.825000', '132022.285000', '132022.745000', '132023.205000', '132023.665000', '132024.125000', '132024.585000', '132025.045000', '132025.505000', '132025.965000', '132026.425000', '132026.885000', '132027.345000', '132027.805000', '132028.265000', '132028.725000', '132029.185000', '132029.645000', '132030.105000', '132030.565000', '132031.025000', '132031.485000', '132031.945000', '132032.405000', '132032.865000', '132033.325000', '132033.785000', '132034.245000', '132034.705000', '132035.165000', '132035.625000', '132036.085000', '132036.545000', '132037.005000', '132037.465000', '132037.925000', '132038.385000', '132038.845000', '132039.305000', '132039.765000', '132040.225000', '132040.685000', '132041.145000', '132041.605000', '132042.065000', '132042.525000', '132042.985000', '132043.445000', '132043.905000', '132044.365000', '132044.825000', '132045.285000', '132045.745000', '132046.205000', '132046.665000', '132047.125000', '132047.585000', '132048.045000', '132048.505000', '132048.965000', '132049.425000', '132049.885000', '132050.345000', '132050.805000', '132051.265000', '132051.725000', '132052.185000', '132052.645000', '132053.105000', '132053.565000', '132054.025000', '132054.485000', '132054.945000', '132055.405000', '132055.865000', '132056.325000', '132056.785000', '132057.245000', '132057.705000', '132058.165000', '132058.625000', '132059.085000', '132059.545000', '132100.005000', '132100.465000', '132100.925000', '132101.385000', '132101.845000', '132102.305000', '132102.765000', '132103.225000', '132103.685000', '132104.145000', '132104.605000', '132105.065000', '132105.525000', '132105.985000', '132106.445000', '132106.905000', '132107.365000', '132107.825000', '132108.285000', '132108.745000', '132109.205000', '132109.665000', '132110.125000', '132110.585000', '132111.045000', '132111.505000', '132111.965000', '132112.425000', '132112.885000', '132113.345000', '132113.805000', '132114.265000', '132114.725000', '132115.185000', '132115.645000', '132116.105000', '132116.565000', '132117.025000', '132117.485000', '132117.945000', '132118.405000', '132118.865000', '132119.325000', '132119.785000', '132120.245000', '132120.705000', '132121.165000', '132121.625000', '132122.085000', '132122.545000', '132123.005000', '132123.465000', '132123.925000', '132124.385000', '132124.845000', '132125.305000', '132125.765000', '132126.225000', '132126.685000', '132127.145000', '132127.605000', '132128.065000', '132128.525000', '132128.985000', '132129.445000', '132129.905000', '132130.365000', '132130.825000', '132131.285000', '132131.745000', '132132.205000', '132132.665000', '132133.125000', '132133.585000', '132134.045000', '132134.505000', '132134.965000', '132135.425000', '132135.885000', '132136.345000', '132136.805000', '132137.265000', '132137.725000', '132138.185000', '132138.645000', '132139.105000', '132139.565000', '132140.025000', '132140.485000', '132140.945000', '132141.405000', '132141.865000', '132142.325000', '132142.785000', '132143.245000', '132143.705000', '132144.165000', '132144.625000', '132145.085000', '132145.545000', '132146.005000', '132146.465000', '132146.925000', '132147.385000', '132147.845000', '132148.305000', '132148.765000', '132149.225000', '132149.685000', '132150.145000', '132150.605000', '132151.065000', '132151.525000', '132151.985000', '132152.445000', '132152.905000', '132153.365000', '132153.825000', '132154.285000', '132154.745000', '132155.205000', '132155.665000', '132156.125000', '132156.585000', '132157.045000', '132157.505000', '132157.965000', '132158.425000', '132158.885000', '132159.345000', '132159.805000', '132200.265000', '132200.725000', '132201.185000', '132201.645000', '132202.105000', '132202.565000', '132203.025000', '132203.485000', '132203.945000', '132204.405000', '132204.865000', '132205.325000', '132205.785000', '132206.245000', '132206.705000', '132207.165000', '132207.625000', '132208.085000', '132208.545000', '132209.005000', '132209.465000', '132209.925000', '132210.385000', '132210.845000', '132211.305000', '132211.765000', '132212.225000', '132212.685000', '132213.145000', '132213.605000', '132214.065000', '132214.525000', '132214.985000', '132215.445000', '132215.905000', '132216.365000', '132216.825000', '132217.285000', '132217.745000', '132218.205000', '132218.665000', '132219.125000', '132219.585000', '132220.045000', '132220.505000', '132220.965000', '132221.425000', '132221.885000', '132222.345000', '132222.805000', '132223.265000', '132223.725000', '132224.185000', '132224.645000', '132225.105000', '132225.565000', '132226.025000', '132226.485000', '132226.945000', '132227.405000', '132227.865000', '132228.325000', '132228.785000', '132229.245000', '132229.705000', '132230.165000', '132230.625000', '132231.085000', '132231.545000', '132232.005000', '132232.465000', '132232.925000', '132233.385000', '132233.845000', '132234.305000', '132234.765000', '132235.225000', '132235.685000', '132236.145000', '132236.605000', '132237.065000', '132237.525000', '132237.985000', '132238.445000', '132238.905000', '132239.365000', '132239.825000', '132240.285000', '132240.745000', '132241.205000', '132241.665000', '132242.125000', '132242.585000', '132243.045000', '132243.505000', '132243.965000', '132244.425000', '132244.885000', '132245.345000', '132245.805000', '132246.265000', '132246.725000', '132247.185000', '132247.645000', '132248.105000', '132248.565000', '132249.025000', '132249.485000', '132249.945000', '132250.405000', '132250.865000', '132251.325000', '132251.785000', '132252.245000', '132252.705000', '132253.165000', '132253.625000', '132254.085000', '132254.545000', '132255.005000', '132255.465000', '132255.925000', '132256.385000', '132256.845000', '132257.305000', '132257.765000', '132258.225000', '132258.685000', '132259.145000', '132259.605000', '132300.065000', '132300.525000', '132300.985000', '132301.445000', '132301.905000', '132302.365000', '132302.825000', '132303.285000', '132303.745000', '132304.205000', '132304.665000', '132305.125000', '132305.585000', '132306.045000', '132306.505000', '132306.965000', '132307.425000', '132307.885000', '132308.345000', '132308.805000', '132309.265000', '132309.725000', '132310.185000', '132310.645000', '132311.105000', '132311.565000', '132312.025000', '132312.485000', '132312.945000', '132313.405000', '132313.865000', '132314.325000', '132314.785000', '132315.245000', '132315.705000', '132316.165000', '132316.625000', '132317.085000', '132317.545000', '132318.005000', '132318.465000', '132318.925000', '132319.385000', '132319.845000', '132320.305000', '132320.765000', '132321.225000', '132321.685000', '132322.145000', '132322.605000', '132323.065000', '132323.525000', '132323.985000', '132324.445000', '132324.905000', '132325.365000', '132325.825000', '132326.285000', '132326.745000', '132327.205000', '132327.665000', '132328.125000', '132328.585000', '132329.045000', '132329.505000', '132329.965000', '132330.425000', '132330.885000', '132331.345000', '132331.805000', '132332.265000', '132332.725000', '132333.185000', '132333.645000', '132334.105000', '132334.565000', '132335.025000', '132335.485000', '132335.945000', '132336.405000', '132336.865000', '132337.325000', '132337.785000', '132338.245000', '132338.705000', '132339.165000', '132339.625000', '132340.085000', '132340.545000', '132341.005000', '132341.465000', '132341.925000', '132342.385000', '132342.845000', '132343.305000', '132343.765000', '132344.225000', '132344.685000', '132345.145000', '132345.605000', '132346.065000', '132346.525000', '132346.985000', '132347.445000', '132347.905000', '132348.365000', '132348.825000', '132349.285000', '132349.745000', '132350.205000', '132350.665000', '132351.125000', '132351.585000', '132352.045000', '132352.505000', '132352.965000', '132353.425000', '132353.885000', '132354.345000', '132354.805000', '132355.265000', '132355.725000', '132356.185000', '132356.645000', '132357.105000', '132357.565000', '132358.025000', '132358.485000', '132358.945000', '132359.405000', '132359.865000', '132400.325000', '132400.785000', '132401.245000', '132401.705000', '132402.165000', '132402.625000', '132403.085000', '132403.545000', '132404.005000', '132404.465000', '132404.925000', '132405.385000', '132405.845000', '132406.305000', '132406.765000', '132407.225000', '132407.685000', '132408.145000', '132408.605000', '132409.065000', '132409.525000', '132409.985000', '132410.445000', '132410.905000', '132411.365000', '132411.825000', '132412.285000', '132412.745000', '132413.205000', '132413.665000', '132414.125000', '132414.585000', '132415.045000', '132415.505000', '132415.965000', '132416.425000', '132416.885000', '132417.345000', '132417.805000', '132418.265000', '132418.725000', '132419.185000', '132419.645000', '132420.105000', '132420.565000', '132421.025000', '132421.485000', '132421.945000', '132422.405000', '132422.865000', '132423.325000', '132423.785000', '132424.245000', '132424.705000', '132425.165000', '132425.625000', '132426.085000', '132426.545000', '132427.005000', '132427.465000', '132427.925000', '132428.385000', '132428.845000', '132429.305000', '132429.765000', '132430.225000', '132430.685000', '132431.145000', '132431.605000', '132432.065000', '132432.525000', '132432.985000', '132433.445000', '132433.905000', '132434.365000', '132434.825000', '132435.285000', '132435.745000', '132436.205000', '132436.665000', '132437.125000', '132437.585000', '132438.045000', '132438.505000', '132438.965000', '132439.425000', '132439.885000', '132440.345000', '132440.805000', '132441.265000', '132441.725000', '132442.185000', '132442.645000', '132443.105000', '132443.565000', '132444.025000', '132444.485000', '132444.945000', '132445.405000', '132445.865000', '132446.325000', '132446.785000', '132447.245000', '132447.705000', '132448.165000', '132448.625000', '132449.085000', '132449.545000', '132450.005000', '132450.465000', '132450.925000', '132451.385000', '132451.845000', '132452.305000', '132452.765000', '132453.225000', '132453.685000', '132454.145000', '132454.605000', '132455.065000', '132455.525000', '132455.985000', '132456.445000', '132456.905000', '132457.365000', '132457.825000', '132458.285000', '132458.745000', '132459.205000', '132459.665000', '132500.125000', '132500.585000', '132501.045000', '132501.505000', '132501.965000', '132502.425000', '132502.885000', '132503.345000', '132503.805000', '132504.265000', '132504.725000', '132505.185000', '132505.645000', '132506.105000', '132506.565000', '132507.025000', '132507.485000', '132507.945000', '132508.405000', '132508.865000', '132509.325000', '132509.785000', '132510.245000', '132510.705000', '132511.165000', '132511.625000', '132512.085000', '132512.545000'], 'ContentTime': ['131856.732000', '131856.735000', '131856.738000', '131856.741000', '131856.743000', '131856.746000', '131856.749000', '131856.751000', '131856.754000', '131856.756000', '131856.759000', '131856.762000', '131856.764000', '131856.767000', '131856.770000', '131856.772000', '131856.775000', '131856.777000', '131856.780000', '131856.782000', '131856.785000', '131856.788000', '131856.790000', '131856.793000', '131856.795000', '131856.798000', '131856.801000', '131856.803000', '131856.806000', '131856.809000', '131856.811000', '131856.814000', '131856.822000', '131856.824000', '131856.827000', '131856.829000', '131856.832000', '131856.835000', '131856.837000', '131856.840000', '131856.842000', '131856.845000', '131856.848000', '131856.850000', '131856.853000', '131856.855000', '131856.858000', '131856.861000', '131856.863000', '131856.866000', '131856.868000', '131856.871000', '131916.704000', '131916.707000', '131916.710000', '131916.712000', '131916.715000', '131916.717000', '131916.729000', '131916.731000', '131916.734000', '131916.736000', '131916.739000', '131916.742000', '131916.744000', '131916.747000', '131916.749000', '131916.752000', '131916.755000', '131916.757000', '131916.760000', '131916.763000', '131916.766000', '131916.769000', '131916.772000', '131916.775000', '131916.778000', '131916.780000', '131916.783000', '131916.785000', '131916.788000', '131916.791000', '131916.797000', '131916.799000', '131916.802000', '131916.805000', '131916.807000', '131916.810000', '131916.813000', '131916.815000', '131916.818000', '131916.820000', '131916.823000', '131916.825000', '131916.828000', '131936.704000', '131936.707000', '131936.710000', '131936.713000', '131936.715000', '131936.718000', '131936.720000', '131936.723000', '131936.726000', '131936.734000', '131936.736000', '131936.739000', '131936.742000', '131936.744000', '131936.747000', '131936.749000', '131936.752000', '131936.755000', '131936.757000', '131936.760000', '131936.762000', '131936.765000', '131936.767000', '131936.770000', '131936.772000', '131936.775000', '131936.777000', '131936.780000', '131936.782000', '131936.785000', '131936.788000', '131936.790000', '131936.793000', '131936.795000', '131936.798000', '131936.800000', '131936.803000', '131936.806000', '131936.808000', '131936.811000', '131936.813000', '131936.816000', '131936.818000', '131936.821000', '131956.705000', '131956.708000', '131956.710000', '131956.713000', '131956.715000', '131956.718000', '131956.721000', '131956.723000', '131956.726000', '131956.728000', '131956.731000', '131956.734000', '131956.736000', '131956.739000', '131956.741000', '131956.744000', '131956.747000', '131956.749000', '131956.752000', '131956.755000', '131956.757000', '131956.760000', '131956.762000', '131956.765000', '131956.775000', '131956.778000', '131956.781000', '131956.783000', '131956.786000', '131956.788000', '131956.800000', '131956.803000', '131956.805000', '131956.808000', '131956.810000', '131956.813000', '131956.815000', '131956.818000', '131956.820000', '131956.823000', '131956.826000', '131956.828000', '131956.831000', '132016.703000', '132016.706000', '132016.709000', '132016.712000', '132016.733000', '132016.735000', '132016.738000', '132016.740000', '132016.743000', '132016.746000', '132016.748000', '132016.751000', '132016.753000', '132016.756000', '132016.758000', '132016.761000', '132016.764000', '132016.766000', '132016.769000', '132016.772000', '132016.774000', '132016.777000', '132016.779000', '132016.785000', '132016.788000', '132016.790000', '132016.793000', '132016.796000', '132016.798000', '132016.801000', '132016.804000', '132016.806000', '132016.809000', '132016.811000', '132016.814000', '132016.817000', '132016.819000', '132016.822000', '132016.824000', '132016.827000', '132016.830000', '132016.832000', '132016.835000', '132016.837000', '132036.703000', '132036.706000', '132036.709000', '132036.711000', '132036.714000', '132036.717000', '132036.719000', '132036.722000', '132036.725000', '132036.727000', '132036.730000', '132036.733000', '132036.735000', '132036.738000', '132036.740000', '132036.743000', '132036.746000', '132036.748000', '132036.751000', '132036.754000', '132036.756000', '132036.759000', '132036.761000', '132036.764000', '132036.767000', '132036.770000', '132036.773000', '132036.777000', '132036.779000', '132036.782000', '132036.785000', '132036.787000', '132036.790000', '132036.792000', '132036.795000', '132036.798000', '132036.800000', '132036.803000', '132036.805000', '132036.808000', '132036.811000', '132036.814000', '132036.817000', '132056.704000', '132056.708000', '132056.710000', '132056.713000', '132056.716000', '132056.718000', '132056.721000', '132056.723000', '132056.726000', '132056.729000', '132056.731000', '132056.734000', '132056.736000', '132056.739000', '132056.742000', '132056.744000', '132056.747000', '132056.750000', '132056.752000', '132056.755000', '132056.758000', '132056.760000', '132056.763000', '132056.765000', '132056.768000', '132056.771000', '132056.773000', '132056.776000', '132056.778000', '132056.781000', '132056.784000', '132056.786000', '132056.789000', '132056.792000', '132056.794000', '132056.797000', '132056.799000', '132056.802000', '132056.805000', '132056.807000', '132056.810000', '132056.812000', '132056.815000', '132056.818000', '132116.704000', '132116.707000', '132116.710000', '132116.713000', '132116.715000', '132116.718000', '132116.721000', '132116.723000', '132116.726000', '132116.728000', '132116.731000', '132116.734000', '132116.736000', '132116.739000', '132116.742000', '132116.745000', '132116.747000', '132116.750000', '132116.753000', '132116.755000', '132116.758000', '132116.768000', '132116.771000', '132116.774000', '132116.776000', '132116.779000', '132116.782000', '132116.784000', '132116.787000', '132116.789000', '132116.792000', '132116.795000', '132116.797000', '132116.800000', '132116.802000', '132116.805000', '132116.808000', '132116.810000', '132116.813000', '132116.815000', '132116.818000', '132116.821000', '132116.823000', '132136.704000', '132136.707000', '132136.710000', '132136.714000', '132136.716000', '132136.719000', '132136.721000', '132136.724000', '132136.727000', '132136.729000', '132136.732000', '132136.734000', '132136.737000', '132136.740000', '132136.742000', '132136.745000', '132136.748000', '132136.750000', '132136.753000', '132136.756000', '132136.758000', '132136.761000', '132136.763000', '132136.766000', '132136.769000', '132136.771000', '132136.810000', '132136.813000', '132136.816000', '132136.818000', '132136.821000', '132136.824000', '132136.826000', '132136.829000', '132136.832000', '132136.835000', '132136.837000', '132136.840000', '132136.843000', '132136.845000', '132136.848000', '132136.851000', '132136.853000', '132136.856000', '132156.705000', '132156.708000', '132156.711000', '132156.713000', '132156.716000', '132156.719000', '132156.721000', '132156.724000', '132156.726000', '132156.729000', '132156.732000', '132156.734000', '132156.737000', '132156.740000', '132156.742000', '132156.745000', '132156.748000', '132156.750000', '132156.753000', '132156.756000', '132156.758000', '132156.761000', '132156.763000', '132156.766000', '132156.769000', '132156.771000', '132156.774000', '132156.777000', '132156.779000', '132156.782000', '132156.785000', '132156.787000', '132156.790000', '132156.792000', '132156.795000', '132156.798000', '132156.800000', '132156.803000', '132156.810000', '132156.812000', '132156.815000', '132156.818000', '132156.820000', '132216.704000', '132216.707000', '132216.710000', '132216.713000', '132216.715000', '132216.718000', '132216.721000', '132216.724000', '132216.727000', '132216.729000', '132216.732000', '132216.735000', '132216.737000', '132216.740000', '132216.742000', '132216.745000', '132216.748000', '132216.750000', '132216.753000', '132216.756000', '132216.758000', '132216.761000', '132216.763000', '132216.766000', '132216.769000', '132216.771000', '132216.774000', '132216.777000', '132216.779000', '132216.782000', '132216.785000', '132216.787000', '132216.790000', '132216.792000', '132216.795000', '132216.798000', '132216.800000', '132216.803000', '132216.806000', '132216.808000', '132216.811000', '132216.813000', '132216.816000', '132216.819000', '132236.703000', '132236.706000', '132236.709000', '132236.711000', '132236.714000', '132236.717000', '132236.719000', '132236.722000', '132236.725000', '132236.727000', '132236.730000', '132236.732000', '132236.735000', '132236.738000', '132236.740000', '132236.743000', '132236.746000', '132236.748000', '132236.751000', '132236.754000', '132236.756000', '132236.759000', '132236.762000', '132236.764000', '132236.767000', '132236.769000', '132236.772000', '132236.775000', '132236.777000', '132236.780000', '132236.783000', '132236.785000', '132236.788000', '132236.791000', '132236.793000', '132236.796000', '132236.798000', '132236.801000', '132236.804000', '132236.806000', '132236.809000', '132236.812000', '132236.815000', '132256.704000', '132256.707000', '132256.709000', '132256.712000', '132256.715000', '132256.717000', '132256.720000', '132256.722000', '132256.725000', '132256.728000', '132256.730000', '132256.733000', '132256.735000', '132256.738000', '132256.741000', '132256.743000', '132256.746000', '132256.749000', '132256.751000', '132256.754000', '132256.756000', '132256.759000', '132256.762000', '132256.764000', '132256.767000', '132256.769000', '132256.772000', '132256.775000', '132256.777000', '132256.780000', '132256.783000', '132256.785000', '132256.788000', '132256.791000', '132256.793000', '132256.796000', '132256.798000', '132256.801000', '132256.804000', '132256.806000', '132256.809000', '132256.811000', '132256.814000', '132256.817000', '132316.704000', '132316.707000', '132316.710000', '132316.713000', '132316.715000', '132316.718000', '132316.721000', '132316.724000', '132316.726000', '132316.729000', '132316.732000', '132316.734000', '132316.737000', '132316.740000', '132316.743000', '132316.745000', '132316.748000', '132316.750000', '132316.753000', '132316.756000', '132316.758000', '132316.761000', '132316.764000', '132316.766000', '132316.769000', '132316.771000', '132316.774000', '132316.777000', '132316.779000', '132316.782000', '132316.784000', '132316.787000', '132316.790000', '132316.792000', '132316.795000', '132316.798000', '132316.800000', '132316.803000', '132316.805000', '132316.808000', '132316.811000', '132316.813000', '132316.816000', '132336.704000', '132336.707000', '132336.710000', '132336.713000', '132336.715000', '132336.718000', '132336.720000', '132336.723000', '132336.726000', '132336.728000', '132336.731000', '132336.733000', '132336.736000', '132336.739000', '132336.741000', '132336.744000', '132336.747000', '132336.749000', '132336.752000', '132336.754000', '132336.757000', '132336.760000', '132336.762000', '132336.765000', '132336.768000', '132336.770000', '132336.773000', '132336.775000', '132336.778000', '132336.781000', '132336.783000', '132336.786000', '132336.789000', '132336.791000', '132336.794000', '132336.797000', '132336.799000', '132336.802000', '132336.805000', '132336.807000', '132336.810000', '132336.813000', '132336.815000', '132336.818000', '132356.705000', '132356.708000', '132356.710000', '132356.713000', '132356.715000', '132356.718000', '132356.721000', '132356.724000', '132356.726000', '132356.729000', '132356.731000', '132356.734000', '132356.737000', '132356.739000', '132356.742000', '132356.744000', '132356.747000', '132356.750000', '132356.752000', '132356.755000', '132356.758000', '132356.760000', '132356.763000', '132356.766000', '132356.768000', '132356.771000', '132356.774000', '132356.776000', '132356.779000', '132356.781000', '132356.784000', '132356.787000', '132356.789000', '132356.792000', '132356.795000', '132356.798000', '132356.800000', '132356.803000', '132356.806000', '132356.808000', '132356.811000', '132356.813000', '132356.816000', '132416.705000', '132416.708000', '132416.710000', '132416.713000', '132416.716000', '132416.719000', '132416.721000', '132416.724000', '132416.727000', '132416.729000', '132416.732000', '132416.734000', '132416.737000', '132416.739000', '132416.742000', '132416.745000', '132416.748000', '132416.751000', '132416.753000', '132416.756000', '132416.759000', '132416.761000', '132416.764000', '132416.767000', '132416.769000', '132416.772000', '132416.774000', '132416.777000', '132416.780000', '132416.782000', '132416.785000', '132416.788000', '132416.790000', '132416.793000', '132416.796000', '132416.800000', '132416.802000', '132416.805000', '132416.808000', '132416.810000', '132416.813000', '132416.816000', '132416.818000', '132416.821000', '132436.704000', '132436.708000', '132436.710000', '132436.713000', '132436.715000', '132436.718000', '132436.721000', '132436.723000', '132436.726000', '132436.728000', '132436.731000', '132436.734000', '132436.736000', '132436.739000', '132436.741000', '132436.744000', '132436.747000', '132436.749000', '132436.760000', '132436.763000', '132436.765000', '132436.768000', '132436.771000', '132436.773000', '132436.776000', '132436.778000', '132436.781000', '132436.783000', '132436.786000', '132436.789000', '132436.791000', '132436.794000', '132436.797000', '132436.799000', '132436.802000', '132436.804000', '132436.807000', '132436.810000', '132436.812000', '132436.815000', '132436.817000', '132436.820000', '132436.823000', '132456.704000', '132456.706000', '132456.709000', '132456.712000', '132456.714000', '132456.717000', '132456.720000', '132456.722000', '132456.725000', '132456.727000', '132456.730000', '132456.733000', '132456.735000', '132456.738000', '132456.741000', '132456.743000', '132456.746000', '132456.748000', '132456.751000', '132456.754000', '132456.756000', '132456.759000', '132456.762000', '132456.764000', '132456.767000', '132456.769000', '132456.772000', '132456.775000', '132456.777000', '132456.780000', '132456.782000', '132456.785000', '132456.788000', '132456.790000', '132456.793000', '132456.796000', '132456.798000', '132456.801000', '132456.804000', '132456.806000', '132456.809000', '132456.811000', '132456.814000', '132456.817000', '132513.691000', '132513.694000', '132513.697000', '132513.699000', '132513.702000', '132513.705000', '132513.707000', '132513.710000', '132513.712000', '132513.715000', '132513.718000', '132513.720000', '132513.723000', '132513.725000', '132513.728000', '132513.731000', '132513.734000', '132513.736000', '132513.739000', '132513.741000', '132513.744000', '132513.747000', '132513.749000', '132513.752000', '132513.754000', '132513.757000', '132513.759000', '132513.762000', '132513.765000', '132513.767000', '132513.770000', '132513.772000', '132513.775000', '132513.778000', '132513.780000', '132513.783000', '132513.786000'], 'InstanceCreationTime': ['131856.732000', '131856.735000', '131856.738000', '131856.741000', '131856.743000', '131856.746000', '131856.749000', '131856.751000', '131856.754000', '131856.756000', '131856.759000', '131856.762000', '131856.764000', '131856.767000', '131856.770000', '131856.772000', '131856.775000', '131856.777000', '131856.780000', '131856.782000', '131856.785000', '131856.788000', '131856.790000', '131856.793000', '131856.795000', '131856.798000', '131856.801000', '131856.803000', '131856.806000', '131856.809000', '131856.811000', '131856.814000', '131856.822000', '131856.824000', '131856.827000', '131856.829000', '131856.832000', '131856.835000', '131856.837000', '131856.840000', '131856.842000', '131856.845000', '131856.848000', '131856.850000', '131856.853000', '131856.855000', '131856.858000', '131856.861000', '131856.863000', '131856.866000', '131856.868000', '131856.871000', '131916.704000', '131916.707000', '131916.710000', '131916.712000', '131916.715000', '131916.717000', '131916.729000', '131916.731000', '131916.734000', '131916.736000', '131916.739000', '131916.742000', '131916.744000', '131916.747000', '131916.749000', '131916.752000', '131916.755000', '131916.757000', '131916.760000', '131916.763000', '131916.766000', '131916.769000', '131916.772000', '131916.775000', '131916.778000', '131916.780000', '131916.783000', '131916.785000', '131916.788000', '131916.791000', '131916.797000', '131916.799000', '131916.802000', '131916.805000', '131916.807000', '131916.810000', '131916.813000', '131916.815000', '131916.818000', '131916.820000', '131916.823000', '131916.825000', '131916.828000', '131936.704000', '131936.707000', '131936.710000', '131936.713000', '131936.715000', '131936.718000', '131936.720000', '131936.723000', '131936.726000', '131936.734000', '131936.736000', '131936.739000', '131936.742000', '131936.744000', '131936.747000', '131936.749000', '131936.752000', '131936.755000', '131936.757000', '131936.760000', '131936.762000', '131936.765000', '131936.767000', '131936.770000', '131936.772000', '131936.775000', '131936.777000', '131936.780000', '131936.782000', '131936.785000', '131936.788000', '131936.790000', '131936.793000', '131936.795000', '131936.798000', '131936.800000', '131936.803000', '131936.806000', '131936.808000', '131936.811000', '131936.813000', '131936.816000', '131936.818000', '131936.821000', '131956.705000', '131956.708000', '131956.710000', '131956.713000', '131956.715000', '131956.718000', '131956.721000', '131956.723000', '131956.726000', '131956.728000', '131956.731000', '131956.734000', '131956.736000', '131956.739000', '131956.741000', '131956.744000', '131956.747000', '131956.749000', '131956.752000', '131956.755000', '131956.757000', '131956.760000', '131956.762000', '131956.765000', '131956.775000', '131956.778000', '131956.781000', '131956.783000', '131956.786000', '131956.788000', '131956.800000', '131956.803000', '131956.805000', '131956.808000', '131956.810000', '131956.813000', '131956.815000', '131956.818000', '131956.820000', '131956.823000', '131956.826000', '131956.828000', '131956.831000', '132016.703000', '132016.706000', '132016.709000', '132016.712000', '132016.733000', '132016.735000', '132016.738000', '132016.740000', '132016.743000', '132016.746000', '132016.748000', '132016.751000', '132016.753000', '132016.756000', '132016.758000', '132016.761000', '132016.764000', '132016.766000', '132016.769000', '132016.772000', '132016.774000', '132016.777000', '132016.779000', '132016.785000', '132016.788000', '132016.790000', '132016.793000', '132016.796000', '132016.798000', '132016.801000', '132016.804000', '132016.806000', '132016.809000', '132016.811000', '132016.814000', '132016.817000', '132016.819000', '132016.822000', '132016.824000', '132016.827000', '132016.830000', '132016.832000', '132016.835000', '132016.837000', '132036.703000', '132036.706000', '132036.709000', '132036.711000', '132036.714000', '132036.717000', '132036.719000', '132036.722000', '132036.725000', '132036.727000', '132036.730000', '132036.733000', '132036.735000', '132036.738000', '132036.740000', '132036.743000', '132036.746000', '132036.748000', '132036.751000', '132036.754000', '132036.756000', '132036.759000', '132036.761000', '132036.764000', '132036.767000', '132036.770000', '132036.773000', '132036.777000', '132036.779000', '132036.782000', '132036.785000', '132036.787000', '132036.790000', '132036.792000', '132036.795000', '132036.798000', '132036.800000', '132036.803000', '132036.805000', '132036.808000', '132036.811000', '132036.814000', '132036.817000', '132056.704000', '132056.708000', '132056.710000', '132056.713000', '132056.716000', '132056.718000', '132056.721000', '132056.723000', '132056.726000', '132056.729000', '132056.731000', '132056.734000', '132056.736000', '132056.739000', '132056.742000', '132056.744000', '132056.747000', '132056.750000', '132056.752000', '132056.755000', '132056.758000', '132056.760000', '132056.763000', '132056.765000', '132056.768000', '132056.771000', '132056.773000', '132056.776000', '132056.778000', '132056.781000', '132056.784000', '132056.786000', '132056.789000', '132056.792000', '132056.794000', '132056.797000', '132056.799000', '132056.802000', '132056.805000', '132056.807000', '132056.810000', '132056.812000', '132056.815000', '132056.818000', '132116.704000', '132116.707000', '132116.710000', '132116.713000', '132116.715000', '132116.718000', '132116.721000', '132116.723000', '132116.726000', '132116.728000', '132116.731000', '132116.734000', '132116.736000', '132116.739000', '132116.742000', '132116.745000', '132116.747000', '132116.750000', '132116.753000', '132116.755000', '132116.758000', '132116.768000', '132116.771000', '132116.774000', '132116.776000', '132116.779000', '132116.782000', '132116.784000', '132116.787000', '132116.789000', '132116.792000', '132116.795000', '132116.797000', '132116.800000', '132116.802000', '132116.805000', '132116.808000', '132116.810000', '132116.813000', '132116.815000', '132116.818000', '132116.821000', '132116.823000', '132136.704000', '132136.707000', '132136.710000', '132136.714000', '132136.716000', '132136.719000', '132136.721000', '132136.724000', '132136.727000', '132136.729000', '132136.732000', '132136.734000', '132136.737000', '132136.740000', '132136.742000', '132136.745000', '132136.748000', '132136.750000', '132136.753000', '132136.756000', '132136.758000', '132136.761000', '132136.763000', '132136.766000', '132136.769000', '132136.771000', '132136.810000', '132136.813000', '132136.816000', '132136.818000', '132136.821000', '132136.824000', '132136.826000', '132136.829000', '132136.832000', '132136.835000', '132136.837000', '132136.840000', '132136.843000', '132136.845000', '132136.848000', '132136.851000', '132136.853000', '132136.856000', '132156.705000', '132156.708000', '132156.711000', '132156.713000', '132156.716000', '132156.719000', '132156.721000', '132156.724000', '132156.726000', '132156.729000', '132156.732000', '132156.734000', '132156.737000', '132156.740000', '132156.742000', '132156.745000', '132156.748000', '132156.750000', '132156.753000', '132156.756000', '132156.758000', '132156.761000', '132156.763000', '132156.766000', '132156.769000', '132156.771000', '132156.774000', '132156.777000', '132156.779000', '132156.782000', '132156.785000', '132156.787000', '132156.790000', '132156.792000', '132156.795000', '132156.798000', '132156.800000', '132156.803000', '132156.810000', '132156.812000', '132156.815000', '132156.818000', '132156.820000', '132216.704000', '132216.707000', '132216.710000', '132216.713000', '132216.715000', '132216.718000', '132216.721000', '132216.724000', '132216.727000', '132216.729000', '132216.732000', '132216.735000', '132216.737000', '132216.740000', '132216.742000', '132216.745000', '132216.748000', '132216.750000', '132216.753000', '132216.756000', '132216.758000', '132216.761000', '132216.763000', '132216.766000', '132216.769000', '132216.771000', '132216.774000', '132216.777000', '132216.779000', '132216.782000', '132216.785000', '132216.787000', '132216.790000', '132216.792000', '132216.795000', '132216.798000', '132216.800000', '132216.803000', '132216.806000', '132216.808000', '132216.811000', '132216.813000', '132216.816000', '132216.819000', '132236.703000', '132236.706000', '132236.709000', '132236.711000', '132236.714000', '132236.717000', '132236.719000', '132236.722000', '132236.725000', '132236.727000', '132236.730000', '132236.732000', '132236.735000', '132236.738000', '132236.740000', '132236.743000', '132236.746000', '132236.748000', '132236.751000', '132236.754000', '132236.756000', '132236.759000', '132236.762000', '132236.764000', '132236.767000', '132236.769000', '132236.772000', '132236.775000', '132236.777000', '132236.780000', '132236.783000', '132236.785000', '132236.788000', '132236.791000', '132236.793000', '132236.796000', '132236.798000', '132236.801000', '132236.804000', '132236.806000', '132236.809000', '132236.812000', '132236.815000', '132256.704000', '132256.707000', '132256.709000', '132256.712000', '132256.715000', '132256.717000', '132256.720000', '132256.722000', '132256.725000', '132256.728000', '132256.730000', '132256.733000', '132256.735000', '132256.738000', '132256.741000', '132256.743000', '132256.746000', '132256.749000', '132256.751000', '132256.754000', '132256.756000', '132256.759000', '132256.762000', '132256.764000', '132256.767000', '132256.769000', '132256.772000', '132256.775000', '132256.777000', '132256.780000', '132256.783000', '132256.785000', '132256.788000', '132256.791000', '132256.793000', '132256.796000', '132256.798000', '132256.801000', '132256.804000', '132256.806000', '132256.809000', '132256.811000', '132256.814000', '132256.817000', '132316.704000', '132316.707000', '132316.710000', '132316.713000', '132316.715000', '132316.718000', '132316.721000', '132316.724000', '132316.726000', '132316.729000', '132316.732000', '132316.734000', '132316.737000', '132316.740000', '132316.743000', '132316.745000', '132316.748000', '132316.750000', '132316.753000', '132316.756000', '132316.758000', '132316.761000', '132316.764000', '132316.766000', '132316.769000', '132316.771000', '132316.774000', '132316.777000', '132316.779000', '132316.782000', '132316.784000', '132316.787000', '132316.790000', '132316.792000', '132316.795000', '132316.798000', '132316.800000', '132316.803000', '132316.805000', '132316.808000', '132316.811000', '132316.813000', '132316.816000', '132336.704000', '132336.707000', '132336.710000', '132336.713000', '132336.715000', '132336.718000', '132336.720000', '132336.723000', '132336.726000', '132336.728000', '132336.731000', '132336.733000', '132336.736000', '132336.739000', '132336.741000', '132336.744000', '132336.747000', '132336.749000', '132336.752000', '132336.754000', '132336.757000', '132336.760000', '132336.762000', '132336.765000', '132336.768000', '132336.770000', '132336.773000', '132336.775000', '132336.778000', '132336.781000', '132336.783000', '132336.786000', '132336.789000', '132336.791000', '132336.794000', '132336.797000', '132336.799000', '132336.802000', '132336.805000', '132336.807000', '132336.810000', '132336.813000', '132336.815000', '132336.818000', '132356.705000', '132356.708000', '132356.710000', '132356.713000', '132356.715000', '132356.718000', '132356.721000', '132356.724000', '132356.726000', '132356.729000', '132356.731000', '132356.734000', '132356.737000', '132356.739000', '132356.742000', '132356.744000', '132356.747000', '132356.750000', '132356.752000', '132356.755000', '132356.758000', '132356.760000', '132356.763000', '132356.766000', '132356.768000', '132356.771000', '132356.774000', '132356.776000', '132356.779000', '132356.781000', '132356.784000', '132356.787000', '132356.789000', '132356.792000', '132356.795000', '132356.798000', '132356.800000', '132356.803000', '132356.806000', '132356.808000', '132356.811000', '132356.813000', '132356.816000', '132416.705000', '132416.708000', '132416.710000', '132416.713000', '132416.716000', '132416.719000', '132416.721000', '132416.724000', '132416.727000', '132416.729000', '132416.732000', '132416.734000', '132416.737000', '132416.739000', '132416.742000', '132416.745000', '132416.748000', '132416.751000', '132416.753000', '132416.756000', '132416.759000', '132416.761000', '132416.764000', '132416.767000', '132416.769000', '132416.772000', '132416.774000', '132416.777000', '132416.780000', '132416.782000', '132416.785000', '132416.788000', '132416.790000', '132416.793000', '132416.796000', '132416.800000', '132416.802000', '132416.805000', '132416.808000', '132416.810000', '132416.813000', '132416.816000', '132416.818000', '132416.821000', '132436.704000', '132436.708000', '132436.710000', '132436.713000', '132436.715000', '132436.718000', '132436.721000', '132436.723000', '132436.726000', '132436.728000', '132436.731000', '132436.734000', '132436.736000', '132436.739000', '132436.741000', '132436.744000', '132436.747000', '132436.749000', '132436.760000', '132436.763000', '132436.765000', '132436.768000', '132436.771000', '132436.773000', '132436.776000', '132436.778000', '132436.781000', '132436.783000', '132436.786000', '132436.789000', '132436.791000', '132436.794000', '132436.797000', '132436.799000', '132436.802000', '132436.804000', '132436.807000', '132436.810000', '132436.812000', '132436.815000', '132436.817000', '132436.820000', '132436.823000', '132456.704000', '132456.706000', '132456.709000', '132456.712000', '132456.714000', '132456.717000', '132456.720000', '132456.722000', '132456.725000', '132456.727000', '132456.730000', '132456.733000', '132456.735000', '132456.738000', '132456.741000', '132456.743000', '132456.746000', '132456.748000', '132456.751000', '132456.754000', '132456.756000', '132456.759000', '132456.762000', '132456.764000', '132456.767000', '132456.769000', '132456.772000', '132456.775000', '132456.777000', '132456.780000', '132456.782000', '132456.785000', '132456.788000', '132456.790000', '132456.793000', '132456.796000', '132456.798000', '132456.801000', '132456.804000', '132456.806000', '132456.809000', '132456.811000', '132456.814000', '132456.817000', '132513.691000', '132513.694000', '132513.697000', '132513.699000', '132513.702000', '132513.705000', '132513.707000', '132513.710000', '132513.712000', '132513.715000', '132513.718000', '132513.720000', '132513.723000', '132513.725000', '132513.728000', '132513.731000', '132513.734000', '132513.736000', '132513.739000', '132513.741000', '132513.744000', '132513.747000', '132513.749000', '132513.752000', '132513.754000', '132513.757000', '132513.759000', '132513.762000', '132513.765000', '132513.767000', '132513.770000', '132513.772000', '132513.775000', '132513.778000', '132513.780000', '132513.783000', '132513.786000'], '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': [12450, 7576, 7709, 8227, 5878, 9388, 5981, 6017, 6871, 5897, 7274, 5993, 8314, 6322, 10042, 6428, 11540, 7931, 8097, 7967, 6099, 8154, 6058, 10239, 6930, 9968, 8194, 6168, 7718, 6233, 10115, 6295, 7181, 7546, 8209, 9278, 8231, 11808, 6890, 6152, 7371, 6052, 8067, 6376, 8800, 6660, 10423, 7503, 5896, 7768, 6063, 7896, 6510, 11757, 7479, 7747, 9181, 6988, 10769, 6147, 5884, 6681, 5941, 8820, 6930, 7998, 8525, 6332, 11767, 6413, 6437, 7851, 6230, 8146, 6679, 11932, 7269, 9371, 8785, 7641, 9458, 6520, 8988, 6678, 6041, 7285, 6176, 8541, 6811, 9208, 6634, 6063, 6701, 5842, 8067, 7210, 10727, 7055, 6399, 8337, 6257, 10012, 7421, 7375, 8218, 6705, 8412, 7988, 12411, 8202, 6241, 8553, 6556, 10068, 7528, 6304, 8108, 6170, 8195, 6287, 11687, 7294, 8766, 8973, 7206, 10473, 7004, 6111, 7458, 6017, 10736, 8238, 7960, 7293, 6416, 6123, 7827, 6386, 7727, 8759, 8772, 12940, 7976, 6851, 10176, 6959, 7129, 7352, 5953, 9540, 8756, 11742, 6883, 6323, 7818, 6176, 8187, 6315, 8339, 6524, 8075, 6459, 8020, 6480, 7711, 6273, 7277, 6422, 6995, 6445, 7024, 6150, 8304, 6670, 9735, 6263, 6346, 6382, 6071, 8407, 7453, 10763, 7164, 6458, 7493, 6684, 11665, 7381, 11003, 8696, 8657, 9327, 7197, 10908, 7229, 9237, 10767, 8884, 12981, 7674, 6260, 9239, 6250, 11383, 6725, 9588, 8466, 6253, 9478, 6580, 9818, 8393, 12643, 8788, 6943, 8682, 6230, 9803, 6202, 6057, 7354, 5976, 10196, 8717, 6301, 7217, 6496, 6319, 8101, 6939, 12531, 8965, 6736, 12313, 7109, 11368, 8188, 8533, 8636, 8982, 10168, 7411, 9421, 6345, 11488, 6752, 8312, 8006, 6186, 7872, 6704, 12927, 7861, 6457, 6207, 6974, 6139, 6235, 8351, 6375, 12364, 8508, 10048, 10144, 8701, 11498, 9036, 11284, 10768, 11738, 10756, 11284, 8045, 6339, 7658, 6331, 7612, 6255, 9416, 6468, 9038, 6195, 6420, 7565, 6328, 9314, 6534, 10871, 7784, 12875, 7870, 11439, 9692, 8790, 10998, 8105, 6092, 6666, 6468, 7329, 6368, 12419, 8837, 6193, 7651, 6203, 11445, 7473, 12282, 8707, 9610, 9898, 8019, 9946, 9473, 12800, 9467, 7881, 8097, 6660, 9469, 7262, 5955, 8368, 6251, 9342, 7469, 12929, 9848, 12906, 8906, 11896, 10186, 9338, 10912, 8174, 10566, 7327, 9577, 6958, 9884, 6559, 10328, 9328, 7028, 10967, 6433, 6358, 6783, 6395, 6299, 8803, 7277, 12765, 9164, 9995, 8949, 9690, 10729, 9507, 12247, 8579, 6042, 8844, 6109, 10132, 6495, 10462, 6571, 10263, 6724, 11462, 8969, 11947, 9125, 6978, 8744, 6547, 9319, 6766, 9530, 7074, 9347, 7067, 9293, 6880, 11877, 8743, 7924, 7049, 5839, 7929, 6015, 5862, 8388, 7021, 12674, 8591, 5850, 8436, 6277, 9792, 7834, 9239, 8637, 8007, 9422, 7057, 10231, 7747, 10500, 7752, 10377, 7297, 9695, 6753, 10075, 8032, 10346, 6772, 5806, 6882, 6066, 8702, 5962, 8128, 8599, 7864, 9346, 7347, 10253, 7050, 6160, 8813, 6371, 9073, 7469, 11332, 8051, 10048, 7047, 8933, 8757, 7093, 9355, 5746, 6041, 7278, 6005, 8916, 8714, 7248, 10363, 7015, 6041, 9227, 8570, 13545, 9116, 6883, 10037, 7284, 10589, 8200, 7287, 9416, 6871, 9765, 7361, 11346, 7052, 8508, 7045, 5859, 7621, 6382, 7700, 7417, 6197, 13554, 8865, 7392, 11010, 7210, 6019, 9306, 6991, 9192, 7320, 6524, 9722, 8498, 14027, 9647, 7169, 9537, 7196, 9990, 8111, 10984, 8826, 11317, 8656, 11702, 8085, 11506, 7651, 10668, 9340, 7409, 8465, 6138, 7658, 6227, 5885, 7161, 6004, 9493, 6447, 9837, 7255, 9968, 8251, 12149, 8582, 11136, 7953, 10189, 10258, 7309, 9616, 7163, 5731, 5971, 5896, 7890, 7166, 7508, 10504, 9620, 9640, 8603, 6233, 9677, 8054, 13341, 9529, 13376, 9421, 12910, 8927, 7616, 10459, 8110, 12214, 9418, 11247, 8495, 6090, 10730, 7000, 11776, 7379, 9490, 6300, 7640, 7240, 6411, 9803, 7021, 9919, 7705, 9739, 8502, 11403, 8036, 6372, 9468, 6258, 8571, 6111, 9361, 6281, 9311, 6381, 6336, 8035, 6049, 10235, 8915, 10946, 7020, 6032, 7926, 6067, 6786, 7032, 8069, 10197, 7678, 10292, 7881, 6258, 9889, 7037, 10253, 8366, 9918, 8562, 10982, 10201, 12262, 9820, 11863, 6416, 6104, 6247, 7107, 8713, 7481, 9395, 6615, 9210, 6896, 9575, 7766, 11235, 7228, 6109, 6238, 5864, 7439, 6756, 6662, 8969, 6838, 12150, 9938, 9207, 9452, 6456, 11414, 8690, 10868, 9873, 8473, 10888, 7717, 10577, 8007, 10138, 8057, 10674, 7720, 9329, 7101, 6060, 10345, 9459, 12417, 7635, 5775, 7358, 6038, 6171, 7355, 7971, 10989, 9763, 13158, 10693, 8472, 9160, 7474, 9163, 9205, 9070, 8401, 9070, 6904, 9671, 6820, 9878, 6633, 9719, 7371, 10444, 8016, 8135, 7160, 5999, 8891, 6042, 9450, 6140, 11711, 7268, 7784, 7604, 6528, 5941, 6908, 6268, 5653, 6171, 6303, 10417, 8208, 6354, 13189, 9770, 12409, 11320, 10028, 11445, 8759, 11348, 8448, 11736, 8445, 10577, 6991, 10115, 6659, 8740, 6269, 7300, 6146, 6576, 6291, 8020, 6201, 11033, 7146, 10804, 5962, 6891, 6092, 6276, 6215, 6009, 9275, 7526, 9462, 7078, 9134, 7243, 6002, 9473, 7194, 13025, 10548, 10772, 11277, 8280, 12115, 9611, 11215, 8867, 11232, 9720, 9798, 10761, 8065, 11177, 7362, 11014, 6718, 10402, 6233, 10307, 6334, 10216, 8374, 12063, 8888, 6951, 8470, 6552, 8278, 6205, 6059, 7542, 6075, 10715, 9321, 9389, 8952, 6017, 10417, 8180, 12083, 8801, 11271, 10068, 7721, 10340, 7009, 10242, 6896, 10228, 7063, 10425, 8904, 9846, 7005, 6031, 7728, 5970, 9749, 6840, 10626, 9235, 11781, 10190, 6747, 9591, 6640, 10566, 8246, 11361, 8812, 9478, 8877, 6737, 9186, 7252, 11051, 8451, 7490, 7142, 5919, 10092, 7400, 10336, 12059, 8526, 6496, 7844, 6488, 6458, 10304, 8715, 13392, 10003, 10785, 9924, 8905, 10606, 9238, 12191, 9507, 12447, 8193, 8321, 7921, 6057, 8070, 6560, 9961, 6689, 10375, 8196, 12016, 9239, 12055, 7708, 7753, 8217, 6387, 10070, 6591], 'WindowCenter': [3800.0, 3737.0, 3735.0, 3745.0, 3704.0, 3754.0, 3703.0, 3702.0, 3713.0, 3692.0, 3724.0, 3704.0, 3745.0, 3716.0, 3767.0, 3716.0, 3776.0, 3746.0, 3748.0, 3745.0, 3702.0, 3731.0, 3704.0, 3763.0, 3725.0, 3768.0, 3747.0, 3717.0, 3746.0, 3716.0, 3765.0, 3714.0, 3724.0, 3736.0, 3745.0, 3757.0, 3747.0, 3776.0, 3725.0, 3701.0, 3722.0, 3690.0, 3721.0, 3701.0, 3741.0, 3712.0, 3752.0, 3722.0, 3691.0, 3722.0, 3690.0, 3719.0, 3701.0, 3762.0, 3722.0, 3721.0, 3755.0, 3724.0, 3776.0, 3703.0, 3703.0, 3713.0, 3703.0, 3743.0, 3726.0, 3748.0, 3759.0, 3729.0, 3790.0, 3717.0, 3714.0, 3734.0, 3702.0, 3732.0, 3712.0, 3774.0, 3724.0, 3755.0, 3745.0, 3734.0, 3755.0, 3702.0, 3742.0, 3710.0, 3688.0, 3721.0, 3702.0, 3743.0, 3725.0, 3756.0, 3726.0, 3704.0, 3724.0, 3704.0, 3744.0, 3736.0, 3779.0, 3737.0, 3728.0, 3757.0, 3728.0, 3768.0, 3737.0, 3735.0, 3760.0, 3727.0, 3746.0, 3736.0, 3776.0, 3745.0, 3714.0, 3744.0, 3702.0, 3753.0, 3721.0, 3701.0, 3733.0, 3702.0, 3733.0, 3703.0, 3773.0, 3724.0, 3744.0, 3745.0, 3723.0, 3763.0, 3711.0, 3690.0, 3721.0, 3703.0, 3778.0, 3760.0, 3760.0, 3750.0, 3728.0, 3715.0, 3749.0, 3716.0, 3746.0, 3757.0, 3760.0, 3801.0, 3749.0, 3729.0, 3768.0, 3725.0, 3710.0, 3710.0, 3690.0, 3753.0, 3745.0, 3776.0, 3725.0, 3714.0, 3735.0, 3702.0, 3732.0, 3699.0, 3731.0, 3689.0, 3721.0, 3687.0, 3720.0, 3687.0, 3709.0, 3685.0, 3707.0, 3685.0, 3696.0, 3686.0, 3708.0, 3689.0, 3731.0, 3713.0, 3754.0, 3727.0, 3726.0, 3727.0, 3715.0, 3757.0, 3750.0, 3790.0, 3739.0, 3728.0, 3748.0, 3727.0, 3788.0, 3737.0, 3777.0, 3758.0, 3748.0, 3757.0, 3726.0, 3765.0, 3736.0, 3754.0, 3765.0, 3756.0, 3785.0, 3734.0, 3714.0, 3754.0, 3703.0, 3764.0, 3713.0, 3754.0, 3732.0, 3702.0, 3754.0, 3713.0, 3754.0, 3734.0, 3775.0, 3743.0, 3711.0, 3731.0, 3689.0, 3751.0, 3691.0, 3730.0, 3752.0, 3718.0, 3767.0, 3758.0, 3716.0, 3736.0, 3727.0, 3713.0, 3745.0, 3737.0, 3800.0, 3770.0, 3741.0, 3801.0, 3739.0, 3788.0, 3745.0, 3746.0, 3743.0, 3742.0, 3755.0, 3723.0, 3754.0, 3702.0, 3762.0, 3699.0, 3729.0, 3719.0, 3688.0, 3718.0, 3713.0, 3787.0, 3747.0, 3715.0, 3716.0, 3739.0, 3729.0, 3715.0, 3746.0, 3717.0, 3789.0, 3759.0, 3768.0, 3769.0, 3747.0, 3777.0, 3743.0, 3764.0, 3752.0, 3750.0, 3751.0, 3751.0, 3720.0, 3699.0, 3720.0, 3699.0, 3722.0, 3701.0, 3741.0, 3702.0, 3742.0, 3702.0, 3702.0, 3734.0, 3702.0, 3753.0, 3703.0, 3763.0, 3724.0, 3774.0, 3733.0, 3775.0, 3754.0, 3744.0, 3764.0, 3734.0, 3704.0, 3726.0, 3727.0, 3736.0, 3716.0, 3800.0, 3772.0, 3729.0, 3762.0, 3731.0, 3790.0, 3737.0, 3787.0, 3756.0, 3755.0, 3766.0, 3735.0, 3769.0, 3771.0, 3775.0, 3769.0, 3747.0, 3732.0, 3713.0, 3767.0, 3735.0, 3703.0, 3731.0, 3712.0, 3755.0, 3737.0, 3788.0, 3768.0, 3786.0, 3744.0, 3763.0, 3740.0, 3726.0, 3737.0, 3716.0, 3738.0, 3695.0, 3728.0, 3710.0, 3750.0, 3700.0, 3751.0, 3741.0, 3712.0, 3776.0, 3715.0, 3713.0, 3723.0, 3715.0, 3714.0, 3757.0, 3736.0, 3787.0, 3757.0, 3767.0, 3769.0, 3767.0, 3765.0, 3754.0, 3763.0, 3744.0, 3702.0, 3742.0, 3703.0, 3764.0, 3715.0, 3776.0, 3725.0, 3766.0, 3726.0, 3777.0, 3757.0, 3777.0, 3757.0, 3723.0, 3743.0, 3701.0, 3742.0, 3711.0, 3741.0, 3711.0, 3741.0, 3711.0, 3754.0, 3725.0, 3776.0, 3757.0, 3757.0, 3735.0, 3703.0, 3743.0, 3715.0, 3716.0, 3758.0, 3733.0, 3781.0, 3740.0, 3733.0, 3772.0, 3728.0, 3767.0, 3748.0, 3767.0, 3758.0, 3746.0, 3757.0, 3725.0, 3765.0, 3733.0, 3752.0, 3719.0, 3738.0, 3707.0, 3727.0, 3709.0, 3752.0, 3732.0, 3752.0, 3711.0, 3690.0, 3721.0, 3703.0, 3743.0, 3702.0, 3744.0, 3756.0, 3748.0, 3768.0, 3748.0, 3778.0, 3725.0, 3714.0, 3756.0, 3712.0, 3743.0, 3724.0, 3764.0, 3734.0, 3767.0, 3725.0, 3755.0, 3755.0, 3722.0, 3752.0, 3703.0, 3714.0, 3736.0, 3717.0, 3782.0, 3771.0, 3750.0, 3778.0, 3736.0, 3716.0, 3767.0, 3759.0, 3799.0, 3754.0, 3724.0, 3765.0, 3723.0, 3764.0, 3731.0, 3721.0, 3741.0, 3699.0, 3740.0, 3721.0, 3750.0, 3709.0, 3728.0, 3697.0, 3676.0, 3734.0, 3700.0, 3720.0, 3721.0, 3701.0, 3786.0, 3745.0, 3736.0, 3777.0, 3748.0, 3716.0, 3766.0, 3736.0, 3755.0, 3735.0, 3715.0, 3769.0, 3772.0, 3814.0, 3783.0, 3740.0, 3768.0, 3725.0, 3753.0, 3732.0, 3752.0, 3742.0, 3751.0, 3732.0, 3762.0, 3733.0, 3762.0, 3719.0, 3762.0, 3741.0, 3720.0, 3731.0, 3701.0, 3720.0, 3701.0, 3689.0, 3723.0, 3702.0, 3755.0, 3715.0, 3766.0, 3735.0, 3765.0, 3745.0, 3774.0, 3744.0, 3761.0, 3733.0, 3764.0, 3767.0, 3724.0, 3767.0, 3752.0, 3716.0, 3713.0, 3704.0, 3731.0, 3723.0, 3736.0, 3779.0, 3783.0, 3783.0, 3773.0, 3730.0, 3767.0, 3734.0, 3772.0, 3741.0, 3761.0, 3730.0, 3760.0, 3729.0, 3721.0, 3751.0, 3719.0, 3763.0, 3743.0, 3762.0, 3731.0, 3699.0, 3763.0, 3722.0, 3775.0, 3722.0, 3753.0, 3702.0, 3722.0, 3724.0, 3701.0, 3755.0, 3722.0, 3754.0, 3721.0, 3740.0, 3729.0, 3748.0, 3718.0, 3686.0, 3738.0, 3687.0, 3728.0, 3687.0, 3738.0, 3699.0, 3740.0, 3699.0, 3699.0, 3733.0, 3702.0, 3765.0, 3757.0, 3778.0, 3736.0, 3718.0, 3748.0, 3718.0, 3726.0, 3738.0, 3761.0, 3795.0, 3763.0, 3794.0, 3774.0, 3742.0, 3782.0, 3737.0, 3767.0, 3746.0, 3756.0, 3745.0, 3767.0, 3767.0, 3776.0, 3755.0, 3763.0, 3699.0, 3685.0, 3685.0, 3695.0, 3728.0, 3707.0, 3741.0, 3698.0, 3742.0, 3710.0, 3741.0, 3721.0, 3763.0, 3735.0, 3717.0, 3718.0, 3706.0, 3737.0, 3739.0, 3740.0, 3770.0, 3739.0, 3791.0, 3781.0, 3770.0, 3769.0, 3716.0, 3776.0, 3744.0, 3763.0, 3754.0, 3731.0, 3764.0, 3722.0, 3752.0, 3730.0, 3751.0, 3720.0, 3748.0, 3708.0, 3739.0, 3710.0, 3687.0, 3753.0, 3767.0, 3787.0, 3735.0, 3705.0, 3736.0, 3704.0, 3703.0, 3737.0, 3748.0, 3780.0, 3783.0, 3804.0, 3794.0, 3759.0, 3769.0, 3724.0, 3742.0, 3730.0, 3731.0, 3730.0, 3732.0, 3711.0, 3753.0, 3700.0, 3740.0, 3698.0, 3728.0, 3707.0, 3737.0, 3707.0, 3706.0, 3697.0, 3676.0, 3729.0, 3689.0, 3741.0, 3702.0, 3748.0, 3712.0, 3719.0, 3722.0, 3715.0, 3702.0, 3723.0, 3726.0, 3717.0, 3717.0, 3729.0, 3793.0, 3774.0, 3743.0, 3803.0, 3784.0, 3802.0, 3783.0, 3767.0, 3765.0, 3731.0, 3739.0, 3719.0, 3739.0, 3707.0, 3738.0, 3685.0, 3738.0, 3684.0, 3716.0, 3673.0, 3694.0, 3674.0, 3684.0, 3685.0, 3719.0, 3689.0, 3763.0, 3713.0, 3763.0, 3703.0, 3724.0, 3704.0, 3712.0, 3703.0, 3703.0, 3786.0, 3752.0, 3769.0, 3727.0, 3757.0, 3736.0, 3715.0, 3783.0, 3767.0, 3813.0, 3794.0, 3794.0, 3792.0, 3761.0, 3804.0, 3781.0, 3777.0, 3746.0, 3764.0, 3742.0, 3741.0, 3751.0, 3720.0, 3752.0, 3708.0, 3750.0, 3697.0, 3738.0, 3675.0, 3736.0, 3686.0, 3750.0, 3731.0, 3763.0, 3756.0, 3711.0, 3746.0, 3715.0, 3745.0, 3705.0, 3715.0, 3749.0, 3719.0, 3793.0, 3785.0, 3783.0, 3783.0, 3731.0, 3778.0, 3747.0, 3776.0, 3746.0, 3766.0, 3755.0, 3723.0, 3766.0, 3712.0, 3753.0, 3711.0, 3752.0, 3710.0, 3751.0, 3743.0, 3751.0, 3711.0, 3690.0, 3732.0, 3703.0, 3754.0, 3726.0, 3777.0, 3768.0, 3789.0, 3780.0, 3727.0, 3767.0, 3715.0, 3765.0, 3734.0, 3763.0, 3744.0, 3752.0, 3744.0, 3712.0, 3756.0, 3723.0, 3765.0, 3733.0, 3723.0, 3735.0, 3707.0, 3766.0, 3751.0, 3782.0, 3802.0, 3760.0, 3730.0, 3759.0, 3728.0, 3715.0, 3767.0, 3748.0, 3787.0, 3768.0, 3766.0, 3767.0, 3746.0, 3768.0, 3743.0, 3764.0, 3753.0, 3774.0, 3733.0, 3743.0, 3734.0, 3703.0, 3733.0, 3713.0, 3755.0, 3712.0, 3768.0, 3745.0, 3777.0, 3758.0, 3776.0, 3735.0, 3733.0, 3733.0, 3701.0, 3755.0, 3713.0], 'WindowWidth': [8518.0, 8431.0, 8424.0, 8437.0, 8382.0, 8447.0, 8379.0, 8376.0, 8392.0, 8362.0, 8406.0, 8380.0, 8434.0, 8399.0, 8469.0, 8402.0, 8476.0, 8440.0, 8445.0, 8436.0, 8376.0, 8411.0, 8380.0, 8455.0, 8410.0, 8469.0, 8443.0, 8403.0, 8440.0, 8399.0, 8460.0, 8394.0, 8404.0, 8423.0, 8435.0, 8454.0, 8441.0, 8477.0, 8407.0, 8372.0, 8399.0, 8354.0, 8394.0, 8368.0, 8421.0, 8385.0, 8438.0, 8399.0, 8356.0, 8399.0, 8355.0, 8391.0, 8368.0, 8449.0, 8397.0, 8397.0, 8448.0, 8406.0, 8477.0, 8380.0, 8380.0, 8390.0, 8378.0, 8429.0, 8411.0, 8445.0, 8462.0, 8423.0, 8503.0, 8403.0, 8394.0, 8419.0, 8373.0, 8411.0, 8387.0, 8469.0, 8403.0, 8446.0, 8436.0, 8419.0, 8446.0, 8373.0, 8424.0, 8380.0, 8348.0, 8394.0, 8373.0, 8429.0, 8409.0, 8453.0, 8414.0, 8382.0, 8408.0, 8382.0, 8433.0, 8428.0, 8487.0, 8430.0, 8419.0, 8457.0, 8418.0, 8469.0, 8427.0, 8421.0, 8462.0, 8416.0, 8437.0, 8425.0, 8477.0, 8435.0, 8392.0, 8431.0, 8373.0, 8440.0, 8397.0, 8370.0, 8415.0, 8373.0, 8414.0, 8376.0, 8468.0, 8404.0, 8431.0, 8434.0, 8404.0, 8455.0, 8383.0, 8354.0, 8394.0, 8379.0, 8483.0, 8463.0, 8465.0, 8454.0, 8419.0, 8399.0, 8447.0, 8401.0, 8440.0, 8457.0, 8463.0, 8519.0, 8448.0, 8421.0, 8470.0, 8410.0, 8378.0, 8377.0, 8355.0, 8441.0, 8435.0, 8476.0, 8410.0, 8393.0, 8423.0, 8374.0, 8412.0, 8365.0, 8407.0, 8349.0, 8392.0, 8345.0, 8390.0, 8343.0, 8374.0, 8338.0, 8368.0, 8338.0, 8352.0, 8339.0, 8373.0, 8350.0, 8408.0, 8390.0, 8446.0, 8418.0, 8416.0, 8418.0, 8400.0, 8457.0, 8451.0, 8504.0, 8436.0, 8422.0, 8445.0, 8417.0, 8495.0, 8428.0, 8481.0, 8457.0, 8442.0, 8453.0, 8411.0, 8461.0, 8424.0, 8446.0, 8462.0, 8450.0, 8487.0, 8418.0, 8392.0, 8444.0, 8376.0, 8456.0, 8387.0, 8442.0, 8413.0, 8371.0, 8443.0, 8389.0, 8442.0, 8417.0, 8472.0, 8427.0, 8382.0, 8408.0, 8351.0, 8434.0, 8356.0, 8427.0, 8459.0, 8408.0, 8466.0, 8459.0, 8400.0, 8427.0, 8416.0, 8393.0, 8436.0, 8431.0, 8517.0, 8478.0, 8442.0, 8521.0, 8434.0, 8497.0, 8435.0, 8436.0, 8428.0, 8423.0, 8447.0, 8402.0, 8442.0, 8374.0, 8449.0, 8363.0, 8401.0, 8387.0, 8346.0, 8388.0, 8391.0, 8493.0, 8441.0, 8396.0, 8402.0, 8437.0, 8427.0, 8398.0, 8440.0, 8403.0, 8499.0, 8460.0, 8469.0, 8471.0, 8439.0, 8477.0, 8428.0, 8456.0, 8437.0, 8431.0, 8431.0, 8431.0, 8390.0, 8362.0, 8392.0, 8366.0, 8398.0, 8370.0, 8424.0, 8374.0, 8425.0, 8374.0, 8374.0, 8417.0, 8373.0, 8441.0, 8375.0, 8453.0, 8402.0, 8468.0, 8414.0, 8471.0, 8444.0, 8432.0, 8458.0, 8418.0, 8381.0, 8415.0, 8416.0, 8428.0, 8400.0, 8517.0, 8483.0, 8426.0, 8473.0, 8430.0, 8503.0, 8429.0, 8492.0, 8450.0, 8447.0, 8463.0, 8419.0, 8473.0, 8478.0, 8472.0, 8472.0, 8442.0, 8413.0, 8390.0, 8466.0, 8423.0, 8377.0, 8410.0, 8388.0, 8447.0, 8427.0, 8496.0, 8471.0, 8491.0, 8431.0, 8450.0, 8416.0, 8391.0, 8406.0, 8378.0, 8408.0, 8350.0, 8397.0, 8380.0, 8431.0, 8367.0, 8435.0, 8421.0, 8386.0, 8478.0, 8398.0, 8391.0, 8405.0, 8395.0, 8393.0, 8452.0, 8426.0, 8493.0, 8453.0, 8465.0, 8475.0, 8469.0, 8461.0, 8443.0, 8453.0, 8428.0, 8373.0, 8427.0, 8377.0, 8458.0, 8396.0, 8479.0, 8409.0, 8464.0, 8414.0, 8480.0, 8454.0, 8480.0, 8451.0, 8402.0, 8428.0, 8369.0, 8424.0, 8382.0, 8422.0, 8383.0, 8420.0, 8382.0, 8445.0, 8409.0, 8476.0, 8455.0, 8459.0, 8424.0, 8382.0, 8432.0, 8403.0, 8404.0, 8458.0, 8419.0, 8477.0, 8422.0, 8440.0, 8484.0, 8422.0, 8469.0, 8443.0, 8469.0, 8456.0, 8438.0, 8454.0, 8408.0, 8460.0, 8415.0, 8436.0, 8389.0, 8412.0, 8369.0, 8394.0, 8379.0, 8438.0, 8412.0, 8438.0, 8384.0, 8359.0, 8401.0, 8380.0, 8430.0, 8377.0, 8435.0, 8453.0, 8444.0, 8473.0, 8447.0, 8487.0, 8411.0, 8395.0, 8450.0, 8389.0, 8427.0, 8405.0, 8457.0, 8418.0, 8469.0, 8411.0, 8446.0, 8450.0, 8402.0, 8439.0, 8381.0, 8398.0, 8429.0, 8406.0, 8498.0, 8483.0, 8454.0, 8486.0, 8427.0, 8401.0, 8469.0, 8460.0, 8513.0, 8448.0, 8405.0, 8460.0, 8404.0, 8455.0, 8411.0, 8395.0, 8422.0, 8364.0, 8417.0, 8395.0, 8431.0, 8376.0, 8400.0, 8356.0, 8331.0, 8418.0, 8370.0, 8393.0, 8395.0, 8372.0, 8488.0, 8435.0, 8425.0, 8482.0, 8448.0, 8403.0, 8468.0, 8426.0, 8448.0, 8423.0, 8397.0, 8475.0, 8484.0, 8544.0, 8501.0, 8438.0, 8472.0, 8410.0, 8440.0, 8411.0, 8435.0, 8423.0, 8433.0, 8408.0, 8449.0, 8415.0, 8450.0, 8389.0, 8452.0, 8422.0, 8393.0, 8408.0, 8372.0, 8395.0, 8371.0, 8355.0, 8403.0, 8375.0, 8448.0, 8395.0, 8463.0, 8422.0, 8459.0, 8435.0, 8469.0, 8428.0, 8448.0, 8415.0, 8457.0, 8468.0, 8403.0, 8465.0, 8462.0, 8404.0, 8394.0, 8383.0, 8410.0, 8403.0, 8424.0, 8487.0, 8500.0, 8500.0, 8485.0, 8425.0, 8467.0, 8417.0, 8462.0, 8418.0, 8445.0, 8402.0, 8441.0, 8401.0, 8393.0, 8436.0, 8391.0, 8453.0, 8426.0, 8450.0, 8408.0, 8366.0, 8454.0, 8402.0, 8474.0, 8401.0, 8440.0, 8373.0, 8399.0, 8403.0, 8371.0, 8446.0, 8400.0, 8444.0, 8394.0, 8417.0, 8401.0, 8424.0, 8385.0, 8340.0, 8411.0, 8344.0, 8398.0, 8345.0, 8413.0, 8364.0, 8417.0, 8362.0, 8363.0, 8414.0, 8376.0, 8459.0, 8453.0, 8481.0, 8425.0, 8406.0, 8445.0, 8408.0, 8415.0, 8434.0, 8471.0, 8519.0, 8475.0, 8517.0, 8491.0, 8446.0, 8494.0, 8428.0, 8465.0, 8435.0, 8448.0, 8434.0, 8465.0, 8466.0, 8475.0, 8446.0, 8451.0, 8364.0, 8340.0, 8339.0, 8352.0, 8399.0, 8371.0, 8419.0, 8359.0, 8424.0, 8379.0, 8421.0, 8396.0, 8453.0, 8421.0, 8404.0, 8407.0, 8389.0, 8430.0, 8437.0, 8440.0, 8476.0, 8436.0, 8506.0, 8493.0, 8477.0, 8474.0, 8400.0, 8476.0, 8431.0, 8454.0, 8442.0, 8408.0, 8453.0, 8396.0, 8435.0, 8405.0, 8430.0, 8392.0, 8424.0, 8372.0, 8414.0, 8378.0, 8346.0, 8441.0, 8466.0, 8493.0, 8421.0, 8384.0, 8425.0, 8381.0, 8377.0, 8429.0, 8443.0, 8491.0, 8499.0, 8527.0, 8513.0, 8461.0, 8470.0, 8403.0, 8423.0, 8402.0, 8405.0, 8402.0, 8409.0, 8380.0, 8438.0, 8366.0, 8418.0, 8359.0, 8395.0, 8367.0, 8404.0, 8366.0, 8365.0, 8354.0, 8327.0, 8401.0, 8348.0, 8418.0, 8374.0, 8422.0, 8384.0, 8389.0, 8397.0, 8395.0, 8375.0, 8406.0, 8414.0, 8406.0, 8406.0, 8424.0, 8513.0, 8490.0, 8446.0, 8525.0, 8500.0, 8521.0, 8497.0, 8465.0, 8455.0, 8405.0, 8410.0, 8382.0, 8409.0, 8364.0, 8405.0, 8333.0, 8406.0, 8332.0, 8377.0, 8317.0, 8346.0, 8318.0, 8332.0, 8337.0, 8388.0, 8351.0, 8452.0, 8387.0, 8454.0, 8377.0, 8405.0, 8379.0, 8386.0, 8376.0, 8378.0, 8508.0, 8456.0, 8469.0, 8414.0, 8452.0, 8425.0, 8399.0, 8502.0, 8487.0, 8539.0, 8513.0, 8513.0, 8508.0, 8468.0, 8530.0, 8492.0, 8478.0, 8435.0, 8452.0, 8423.0, 8418.0, 8432.0, 8388.0, 8433.0, 8372.0, 8429.0, 8355.0, 8410.0, 8323.0, 8404.0, 8341.0, 8430.0, 8408.0, 8452.0, 8448.0, 8384.0, 8437.0, 8397.0, 8435.0, 8384.0, 8397.0, 8447.0, 8409.0, 8512.0, 8505.0, 8498.0, 8500.0, 8428.0, 8484.0, 8440.0, 8475.0, 8435.0, 8460.0, 8446.0, 8401.0, 8460.0, 8385.0, 8440.0, 8382.0, 8436.0, 8377.0, 8433.0, 8425.0, 8434.0, 8381.0, 8354.0, 8411.0, 8376.0, 8444.0, 8412.0, 8480.0, 8470.0, 8501.0, 8489.0, 8415.0, 8464.0, 8395.0, 8456.0, 8415.0, 8451.0, 8428.0, 8438.0, 8429.0, 8386.0, 8449.0, 8401.0, 8459.0, 8414.0, 8402.0, 8424.0, 8390.0, 8463.0, 8454.0, 8496.0, 8522.0, 8462.0, 8426.0, 8462.0, 8418.0, 8397.0, 8465.0, 8440.0, 8489.0, 8467.0, 8462.0, 8463.0, 8434.0, 8468.0, 8427.0, 8458.0, 8440.0, 8468.0, 8414.0, 8427.0, 8418.0, 8375.0, 8417.0, 8390.0, 8446.0, 8386.0, 8468.0, 8434.0, 8479.0, 8455.0, 8475.0, 8419.0, 8414.0, 8414.0, 8369.0, 8444.0, 8388.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.002757844036697248</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.051450289793577984</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.087630305970194</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0961130129161878</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9842336371526986</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6599.4531</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.19553492559807015</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>241</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>27.637614678899084</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.65249937858687</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4828667589856614</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9317943846460293</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.54283699212892</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00987852</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01509930845350027</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03409036248922348</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.850346798963196</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>19.4851</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3758</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.3621</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303356.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>598.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.4007</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0923</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.2094</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2962.8091</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3141.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73188.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>967.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3908.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>815.7651</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.28204827546142</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> |