=== 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-0126 --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-0126",
"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-0126_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0126_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-03/func/sub-0126_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>34030f96537db6b68b3f27b4f8222874</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:58:36.485000</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.999965, 0.00178383, 0.00822859, -0.00279247, 0.992248, 0.124246]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.114849</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4224, -7817, -7218, 26, -85, -149, -31, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>299.463</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5de5a88e-5842-40af-92ed-faad70cb9878||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.6828317642211914, -0.007491999305784702, 0.02144654653966427, 115.59239959716797], [-0.004785897675901651, 2.6621274948120117, 0.3355138599872589, -90.55131530761719], [0.02207670919597149, -0.33334246277809143, 2.6789867877960205, -57.74661636352539], [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': ['175836.485000', '175836.945000', '175837.405000', '175837.865000', '175838.325000', '175838.785000', '175839.245000', '175839.705000', '175840.165000', '175840.625000', '175841.085000', '175841.545000', '175842.005000', '175842.465000', '175842.925000', '175843.385000', '175843.845000', '175844.305000', '175844.765000', '175845.225000', '175845.685000', '175846.145000', '175846.605000', '175847.065000', '175847.525000', '175847.985000', '175848.445000', '175848.905000', '175849.365000', '175849.825000', '175850.285000', '175850.745000', '175851.205000', '175851.665000', '175852.125000', '175852.585000', '175853.045000', '175853.505000', '175853.965000', '175854.425000', '175854.885000', '175855.345000', '175855.805000', '175856.265000', '175856.725000', '175857.185000', '175857.645000', '175858.105000', '175858.565000', '175859.025000', '175859.485000', '175859.945000', '175900.405000', '175900.865000', '175901.325000', '175901.785000', '175902.245000', '175902.705000', '175903.165000', '175903.625000', '175904.085000', '175904.545000', '175905.005000', '175905.465000', '175905.925000', '175906.385000', '175906.845000', '175907.305000', '175907.765000', '175908.225000', '175908.685000', '175909.145000', '175909.605000', '175910.065000', '175910.525000', '175910.985000', '175911.445000', '175911.905000', '175912.365000', '175912.825000', '175913.285000', '175913.745000', '175914.205000', '175914.665000', '175915.125000', '175915.585000', '175916.045000', '175916.505000', '175916.965000', '175917.425000', '175917.885000', '175918.345000', '175918.805000', '175919.265000', '175919.725000', '175920.185000', '175920.645000', '175921.105000', '175921.565000', '175922.025000', '175922.485000', '175922.945000', '175923.405000', '175923.865000', '175924.325000', '175924.785000', '175925.245000', '175925.705000', '175926.165000', '175926.625000', '175927.085000', '175927.545000', '175928.005000', '175928.465000', '175928.925000', '175929.385000', '175929.845000', '175930.305000', '175930.765000', '175931.225000', '175931.685000', '175932.145000', '175932.605000', '175933.065000', '175933.525000', '175933.985000', '175934.445000', '175934.905000', '175935.365000', '175935.825000', '175936.285000', '175936.745000', '175937.205000', '175937.665000', '175938.125000', '175938.585000', '175939.045000', '175939.505000', '175939.965000', '175940.425000', '175940.885000', '175941.345000', '175941.805000', '175942.265000', '175942.725000', '175943.185000', '175943.645000', '175944.105000', '175944.565000', '175945.025000', '175945.485000', '175945.945000', '175946.405000', '175946.865000', '175947.325000', '175947.785000', '175948.245000', '175948.705000', '175949.165000', '175949.625000', '175950.085000', '175950.545000', '175951.005000', '175951.465000', '175951.925000', '175952.385000', '175952.845000', '175953.305000', '175953.765000', '175954.225000', '175954.685000', '175955.145000', '175955.605000', '175956.065000', '175956.525000', '175956.985000', '175957.445000', '175957.905000', '175958.365000', '175958.825000', '175959.285000', '175959.745000', '180000.205000', '180000.665000', '180001.125000', '180001.585000', '180002.045000', '180002.505000', '180002.965000', '180003.425000', '180003.885000', '180004.345000', '180004.805000', '180005.265000', '180005.725000', '180006.185000', '180006.645000', '180007.105000', '180007.565000', '180008.025000', '180008.485000', '180008.945000', '180009.405000', '180009.865000', '180010.325000', '180010.785000', '180011.245000', '180011.705000', '180012.165000', '180012.625000', '180013.085000', '180013.545000', '180014.005000', '180014.465000', '180014.925000', '180015.385000', '180015.845000', '180016.305000', '180016.765000', '180017.225000', '180017.685000', '180018.145000', '180018.605000', '180019.065000', '180019.525000', '180019.985000', '180020.445000', '180020.905000', '180021.365000', '180021.825000', '180022.285000', '180022.745000', '180023.205000', '180023.665000', '180024.125000', '180024.585000', '180025.045000', '180025.505000', '180025.965000', '180026.425000', '180026.885000', '180027.345000', '180027.805000', '180028.265000', '180028.725000', '180029.185000', '180029.645000', '180030.105000', '180030.565000', '180031.025000', '180031.485000', '180031.945000', '180032.405000', '180032.865000', '180033.325000', '180033.785000', '180034.245000', '180034.705000', '180035.165000', '180035.625000', '180036.085000', '180036.545000', '180037.005000', '180037.465000', '180037.925000', '180038.385000', '180038.845000', '180039.305000', '180039.765000', '180040.225000', '180040.685000', '180041.145000', '180041.605000', '180042.065000', '180042.525000', '180042.985000', '180043.445000', '180043.905000', '180044.365000', '180044.825000', '180045.285000', '180045.745000', '180046.205000', '180046.665000', '180047.125000', '180047.585000', '180048.045000', '180048.505000', '180048.965000', '180049.425000', '180049.885000', '180050.345000', '180050.805000', '180051.265000', '180051.725000', '180052.185000', '180052.645000', '180053.105000', '180053.565000', '180054.025000', '180054.485000', '180054.945000', '180055.405000', '180055.865000', '180056.325000', '180056.785000', '180057.245000', '180057.705000', '180058.165000', '180058.625000', '180059.085000', '180059.545000', '180100.005000', '180100.465000', '180100.925000', '180101.385000', '180101.845000', '180102.305000', '180102.765000', '180103.225000', '180103.685000', '180104.145000', '180104.605000', '180105.065000', '180105.525000', '180105.985000', '180106.445000', '180106.905000', '180107.365000', '180107.825000', '180108.285000', '180108.745000', '180109.205000', '180109.665000', '180110.125000', '180110.585000', '180111.045000', '180111.505000', '180111.965000', '180112.425000', '180112.885000', '180113.345000', '180113.805000', '180114.265000', '180114.725000', '180115.185000', '180115.645000', '180116.105000', '180116.565000', '180117.025000', '180117.485000', '180117.945000', '180118.405000', '180118.865000', '180119.325000', '180119.785000', '180120.245000', '180120.705000', '180121.165000', '180121.625000', '180122.085000', '180122.545000', '180123.005000', '180123.465000', '180123.925000', '180124.385000', '180124.845000', '180125.305000', '180125.765000', '180126.225000', '180126.685000', '180127.145000', '180127.605000', '180128.065000', '180128.525000', '180128.985000', '180129.445000', '180129.905000', '180130.365000', '180130.825000', '180131.285000', '180131.745000', '180132.205000', '180132.665000', '180133.125000', '180133.585000', '180134.045000', '180134.505000', '180134.965000', '180135.425000', '180135.885000', '180136.345000', '180136.805000', '180137.265000', '180137.725000', '180138.185000', '180138.645000', '180139.105000', '180139.565000', '180140.025000', '180140.485000', '180140.945000', '180141.405000', '180141.865000', '180142.325000', '180142.785000', '180143.245000', '180143.705000', '180144.165000', '180144.625000', '180145.085000', '180145.545000', '180146.005000', '180146.465000', '180146.925000', '180147.385000', '180147.845000', '180148.305000', '180148.765000', '180149.225000', '180149.685000', '180150.145000', '180150.605000', '180151.065000', '180151.525000', '180151.985000', '180152.445000', '180152.905000', '180153.365000', '180153.825000', '180154.285000', '180154.745000', '180155.205000', '180155.665000', '180156.125000', '180156.585000', '180157.045000', '180157.505000', '180157.965000', '180158.425000', '180158.885000', '180159.345000', '180159.805000', '180200.265000', '180200.725000', '180201.185000', '180201.645000', '180202.105000', '180202.565000', '180203.025000', '180203.485000', '180203.945000', '180204.405000', '180204.865000', '180205.325000', '180205.785000', '180206.245000', '180206.705000', '180207.165000', '180207.625000', '180208.085000', '180208.545000', '180209.005000', '180209.465000', '180209.925000', '180210.385000', '180210.845000', '180211.305000', '180211.765000', '180212.225000', '180212.685000', '180213.145000', '180213.605000', '180214.065000', '180214.525000', '180214.985000', '180215.445000', '180215.905000', '180216.365000', '180216.825000', '180217.285000', '180217.745000', '180218.205000', '180218.665000', '180219.125000', '180219.585000', '180220.045000', '180220.505000', '180220.965000', '180221.425000', '180221.885000', '180222.345000', '180222.805000', '180223.265000', '180223.725000', '180224.185000', '180224.645000', '180225.105000', '180225.565000', '180226.025000', '180226.485000', '180226.945000', '180227.405000', '180227.865000', '180228.325000', '180228.785000', '180229.245000', '180229.705000', '180230.165000', '180230.625000', '180231.085000', '180231.545000', '180232.005000', '180232.465000', '180232.925000', '180233.385000', '180233.845000', '180234.305000', '180234.765000', '180235.225000', '180235.685000', '180236.145000', '180236.605000', '180237.065000', '180237.525000', '180237.985000', '180238.445000', '180238.905000', '180239.365000', '180239.825000', '180240.285000', '180240.745000', '180241.205000', '180241.665000', '180242.125000', '180242.585000', '180243.045000', '180243.505000', '180243.965000', '180244.425000', '180244.885000', '180245.345000', '180245.805000', '180246.265000', '180246.725000', '180247.185000', '180247.645000', '180248.105000', '180248.565000', '180249.025000', '180249.485000', '180249.945000', '180250.405000', '180250.865000', '180251.325000', '180251.785000', '180252.245000', '180252.705000', '180253.165000', '180253.625000', '180254.085000', '180254.545000', '180255.005000', '180255.465000', '180255.925000', '180256.385000', '180256.845000', '180257.305000', '180257.765000', '180258.225000', '180258.685000', '180259.145000', '180259.605000', '180300.065000', '180300.525000', '180300.985000', '180301.445000', '180301.905000', '180302.365000', '180302.825000', '180303.285000', '180303.745000', '180304.205000', '180304.665000', '180305.125000', '180305.585000', '180306.045000', '180306.505000', '180306.965000', '180307.425000', '180307.885000', '180308.345000', '180308.805000', '180309.265000', '180309.725000', '180310.185000', '180310.645000', '180311.105000', '180311.565000', '180312.025000', '180312.485000', '180312.945000', '180313.405000', '180313.865000', '180314.325000', '180314.785000', '180315.245000', '180315.705000', '180316.165000', '180316.625000', '180317.085000', '180317.545000', '180318.005000', '180318.465000', '180318.925000', '180319.385000', '180319.845000', '180320.305000', '180320.765000', '180321.225000', '180321.685000', '180322.145000', '180322.605000', '180323.065000', '180323.525000', '180323.985000', '180324.445000', '180324.905000', '180325.365000', '180325.825000', '180326.285000', '180326.745000', '180327.205000', '180327.665000', '180328.125000', '180328.585000', '180329.045000', '180329.505000', '180329.965000', '180330.425000', '180330.885000', '180331.345000', '180331.805000', '180332.265000', '180332.725000', '180333.185000', '180333.645000', '180334.105000', '180334.565000', '180335.025000', '180335.485000', '180335.945000', '180336.405000', '180336.865000', '180337.325000', '180337.785000', '180338.245000', '180338.705000', '180339.165000', '180339.625000', '180340.085000', '180340.545000', '180341.005000', '180341.465000', '180341.925000', '180342.385000', '180342.845000', '180343.305000', '180343.765000', '180344.225000', '180344.685000', '180345.145000', '180345.605000', '180346.065000', '180346.525000', '180346.985000', '180347.445000', '180347.905000', '180348.365000', '180348.825000', '180349.285000', '180349.745000', '180350.205000', '180350.665000', '180351.125000', '180351.585000', '180352.045000', '180352.505000', '180352.965000', '180353.425000', '180353.885000', '180354.345000', '180354.805000', '180355.265000', '180355.725000', '180356.185000', '180356.645000', '180357.105000', '180357.565000', '180358.025000', '180358.485000', '180358.945000', '180359.405000', '180359.865000', '180400.325000', '180400.785000', '180401.245000', '180401.705000', '180402.165000', '180402.625000', '180403.085000', '180403.545000', '180404.005000', '180404.465000', '180404.925000', '180405.385000', '180405.845000', '180406.305000', '180406.765000', '180407.225000', '180407.685000', '180408.145000', '180408.605000', '180409.065000', '180409.525000', '180409.985000', '180410.445000', '180410.905000', '180411.365000', '180411.825000', '180412.285000', '180412.745000', '180413.205000', '180413.665000', '180414.125000', '180414.585000', '180415.045000', '180415.505000', '180415.965000', '180416.425000', '180416.885000', '180417.345000', '180417.805000', '180418.265000', '180418.725000', '180419.185000', '180419.645000', '180420.105000', '180420.565000', '180421.025000', '180421.485000', '180421.945000', '180422.405000', '180422.865000', '180423.325000', '180423.785000', '180424.245000', '180424.705000', '180425.165000', '180425.625000', '180426.085000', '180426.545000', '180427.005000', '180427.465000', '180427.925000', '180428.385000', '180428.845000', '180429.305000', '180429.765000', '180430.225000', '180430.685000', '180431.145000', '180431.605000', '180432.065000', '180432.525000', '180432.985000', '180433.445000', '180433.905000', '180434.365000', '180434.825000', '180435.285000', '180435.745000', '180436.205000', '180436.665000', '180437.125000', '180437.585000', '180438.045000', '180438.505000', '180438.965000', '180439.425000', '180439.885000', '180440.345000', '180440.805000', '180441.265000', '180441.725000', '180442.185000', '180442.645000', '180443.105000', '180443.565000', '180444.025000', '180444.485000', '180444.945000', '180445.405000', '180445.865000', '180446.325000', '180446.785000', '180447.245000', '180447.705000', '180448.165000', '180448.625000', '180449.085000', '180449.545000', '180450.005000', '180450.465000', '180450.925000', '180451.385000', '180451.845000', '180452.305000', '180452.765000', '180453.225000', '180453.685000', '180454.145000', '180454.605000', '180455.065000', '180455.525000', '180455.985000', '180456.445000', '180456.905000', '180457.365000', '180457.825000', '180458.285000', '180458.745000', '180459.205000', '180459.665000', '180500.125000', '180500.585000', '180501.045000', '180501.505000', '180501.965000', '180502.425000', '180502.885000', '180503.345000', '180503.805000', '180504.265000', '180504.725000', '180505.185000', '180505.645000', '180506.105000', '180506.565000', '180507.025000', '180507.485000', '180507.945000', '180508.405000', '180508.865000', '180509.325000', '180509.785000', '180510.245000', '180510.705000', '180511.165000', '180511.625000', '180512.085000', '180512.545000', '180513.005000', '180513.465000', '180513.925000', '180514.385000', '180514.845000', '180515.305000', '180515.765000', '180516.225000', '180516.685000', '180517.145000'], 'ContentTime': ['175844.909000', '175844.912000', '175844.915000', '175844.918000', '175844.920000', '175844.923000', '175844.925000', '175844.928000', '175844.938000', '175844.940000', '175844.943000', '175844.945000', '175844.948000', '175844.957000', '175844.959000', '175844.962000', '175904.844000', '175904.847000', '175904.850000', '175904.853000', '175904.855000', '175904.858000', '175904.860000', '175904.863000', '175904.865000', '175904.868000', '175904.871000', '175904.873000', '175904.876000', '175904.878000', '175904.881000', '175904.883000', '175904.886000', '175904.888000', '175904.891000', '175904.894000', '175904.896000', '175904.899000', '175904.901000', '175904.904000', '175904.906000', '175904.909000', '175904.911000', '175904.914000', '175904.916000', '175904.919000', '175904.924000', '175904.927000', '175904.929000', '175904.932000', '175904.934000', '175904.937000', '175904.940000', '175904.942000', '175904.945000', '175904.947000', '175904.950000', '175904.953000', '175904.955000', '175904.958000', '175924.844000', '175924.847000', '175924.850000', '175924.853000', '175924.855000', '175924.858000', '175924.860000', '175924.863000', '175924.866000', '175924.868000', '175924.871000', '175924.873000', '175924.876000', '175924.878000', '175924.881000', '175924.883000', '175924.886000', '175924.888000', '175924.891000', '175924.894000', '175924.896000', '175924.899000', '175924.901000', '175924.904000', '175924.906000', '175924.909000', '175924.911000', '175924.914000', '175924.916000', '175924.919000', '175924.921000', '175924.924000', '175924.927000', '175924.929000', '175924.932000', '175924.934000', '175924.937000', '175924.939000', '175924.954000', '175924.957000', '175924.959000', '175924.962000', '175924.964000', '175944.845000', '175944.848000', '175944.851000', '175944.853000', '175944.856000', '175944.858000', '175944.861000', '175944.870000', '175944.872000', '175944.875000', '175944.877000', '175944.881000', '175944.883000', '175944.886000', '175944.888000', '175944.891000', '175944.894000', '175944.896000', '175944.899000', '175944.901000', '175944.904000', '175944.907000', '175944.909000', '175944.912000', '175944.914000', '175944.917000', '175944.919000', '175944.922000', '175944.925000', '175944.927000', '175944.930000', '175944.932000', '175944.935000', '175944.937000', '175944.940000', '175944.942000', '175944.945000', '175944.947000', '175944.950000', '175944.952000', '175944.955000', '175944.958000', '175944.960000', '175944.963000', '180004.845000', '180004.848000', '180004.851000', '180004.853000', '180004.856000', '180004.858000', '180004.861000', '180004.864000', '180004.866000', '180004.869000', '180004.871000', '180004.874000', '180004.876000', '180004.879000', '180004.882000', '180004.884000', '180004.887000', '180004.889000', '180004.892000', '180004.894000', '180004.897000', '180004.899000', '180004.902000', '180004.905000', '180004.907000', '180004.910000', '180004.912000', '180004.915000', '180004.918000', '180004.920000', '180004.923000', '180004.925000', '180004.928000', '180004.930000', '180004.933000', '180004.936000', '180004.938000', '180004.941000', '180004.943000', '180004.946000', '180004.949000', '180004.951000', '180004.954000', '180024.846000', '180024.848000', '180024.851000', '180024.854000', '180024.856000', '180024.859000', '180024.862000', '180024.864000', '180024.867000', '180024.870000', '180024.872000', '180024.877000', '180024.879000', '180024.882000', '180024.885000', '180024.887000', '180024.890000', '180024.893000', '180024.896000', '180024.898000', '180024.901000', '180024.904000', '180024.906000', '180024.909000', '180024.912000', '180024.914000', '180024.917000', '180024.919000', '180024.922000', '180024.924000', '180024.927000', '180024.930000', '180024.932000', '180024.935000', '180024.937000', '180024.940000', '180024.943000', '180024.945000', '180024.948000', '180024.951000', '180024.953000', '180024.956000', '180024.958000', '180024.961000', '180044.845000', '180044.848000', '180044.851000', '180044.853000', '180044.856000', '180044.859000', '180044.862000', '180044.864000', '180044.867000', '180044.870000', '180044.872000', '180044.875000', '180044.878000', '180044.880000', '180044.883000', '180044.885000', '180044.888000', '180044.891000', '180044.893000', '180044.896000', '180044.898000', '180044.901000', '180044.904000', '180044.906000', '180044.909000', '180044.911000', '180044.914000', '180044.916000', '180044.919000', '180044.922000', '180044.924000', '180044.927000', '180044.930000', '180044.932000', '180044.935000', '180044.938000', '180044.940000', '180044.943000', '180044.945000', '180044.948000', '180044.951000', '180044.953000', '180044.956000', '180104.846000', '180104.856000', '180104.859000', '180104.861000', '180104.864000', '180104.867000', '180104.869000', '180104.872000', '180104.874000', '180104.877000', '180104.880000', '180104.882000', '180104.885000', '180104.888000', '180104.890000', '180104.893000', '180104.895000', '180104.898000', '180104.901000', '180104.903000', '180104.906000', '180104.909000', '180104.911000', '180104.914000', '180104.916000', '180104.919000', '180104.922000', '180104.924000', '180104.927000', '180104.929000', '180104.932000', '180104.934000', '180104.937000', '180104.940000', '180104.942000', '180104.945000', '180104.948000', '180104.950000', '180104.953000', '180104.955000', '180104.958000', '180104.961000', '180104.964000', '180124.844000', '180124.847000', '180124.850000', '180124.852000', '180124.855000', '180124.858000', '180124.860000', '180124.863000', '180124.865000', '180124.868000', '180124.871000', '180124.873000', '180124.876000', '180124.891000', '180124.894000', '180124.897000', '180124.899000', '180124.902000', '180124.905000', '180124.907000', '180124.910000', '180124.913000', '180124.915000', '180124.918000', '180124.920000', '180124.923000', '180124.926000', '180124.928000', '180124.931000', '180124.933000', '180124.936000', '180124.938000', '180124.941000', '180124.944000', '180124.946000', '180124.949000', '180124.952000', '180124.954000', '180124.957000', '180124.959000', '180124.962000', '180124.965000', '180124.967000', '180124.970000', '180144.844000', '180144.847000', '180144.850000', '180144.853000', '180144.855000', '180144.858000', '180144.861000', '180144.864000', '180144.866000', '180144.869000', '180144.871000', '180144.874000', '180144.878000', '180144.880000', '180144.883000', '180144.886000', '180144.888000', '180144.891000', '180144.894000', '180144.896000', '180144.899000', '180144.902000', '180144.904000', '180144.907000', '180144.909000', '180144.912000', '180144.915000', '180144.917000', '180144.920000', '180144.923000', '180144.925000', '180144.928000', '180144.931000', '180144.933000', '180144.936000', '180144.938000', '180144.941000', '180144.944000', '180144.946000', '180144.949000', '180144.952000', '180144.954000', '180144.957000', '180204.845000', '180204.848000', '180204.851000', '180204.854000', '180204.857000', '180204.859000', '180204.862000', '180204.864000', '180204.867000', '180204.870000', '180204.872000', '180204.875000', '180204.877000', '180204.880000', '180204.883000', '180204.885000', '180204.888000', '180204.891000', '180204.893000', '180204.896000', '180204.899000', '180204.901000', '180204.904000', '180204.907000', '180204.909000', '180204.912000', '180204.914000', '180204.917000', '180204.920000', '180204.922000', '180204.925000', '180204.927000', '180204.930000', '180204.933000', '180204.935000', '180204.938000', '180204.941000', '180204.944000', '180204.946000', '180204.949000', '180204.951000', '180204.954000', '180204.956000', '180204.960000', '180224.845000', '180224.857000', '180224.860000', '180224.862000', '180224.865000', '180224.868000', '180224.870000', '180224.873000', '180224.876000', '180224.878000', '180224.881000', '180224.885000', '180224.887000', '180224.890000', '180224.892000', '180224.895000', '180224.898000', '180224.900000', '180224.903000', '180224.906000', '180224.908000', '180224.911000', '180224.913000', '180224.916000', '180224.919000', '180224.921000', '180224.924000', '180224.927000', '180224.929000', '180224.932000', '180224.934000', '180224.937000', '180224.940000', '180224.942000', '180224.945000', '180224.948000', '180224.950000', '180224.953000', '180224.955000', '180224.958000', '180224.961000', '180224.963000', '180224.966000', '180244.846000', '180244.871000', '180244.874000', '180244.877000', '180244.879000', '180244.882000', '180244.885000', '180244.887000', '180244.890000', '180244.892000', '180244.895000', '180244.898000', '180244.900000', '180244.903000', '180244.906000', '180244.908000', '180244.911000', '180244.914000', '180244.916000', '180244.919000', '180244.922000', '180244.924000', '180244.927000', '180244.929000', '180244.932000', '180244.935000', '180244.937000', '180244.940000', '180244.942000', '180244.945000', '180244.957000', '180244.960000', '180244.962000', '180244.965000', '180244.967000', '180244.970000', '180244.973000', '180244.975000', '180244.978000', '180244.981000', '180244.983000', '180244.986000', '180244.988000', '180244.991000', '180304.846000', '180304.848000', '180304.851000', '180304.854000', '180304.856000', '180304.859000', '180304.861000', '180304.864000', '180304.867000', '180304.869000', '180304.872000', '180304.874000', '180304.877000', '180304.880000', '180304.883000', '180304.886000', '180304.889000', '180304.892000', '180304.895000', '180304.897000', '180304.900000', '180304.903000', '180304.905000', '180304.908000', '180304.910000', '180304.913000', '180304.917000', '180304.920000', '180304.922000', '180304.925000', '180304.928000', '180304.930000', '180304.933000', '180304.935000', '180304.938000', '180304.941000', '180304.943000', '180304.946000', '180304.949000', '180304.951000', '180304.954000', '180304.956000', '180304.959000', '180324.846000', '180324.859000', '180324.862000', '180324.865000', '180324.867000', '180324.870000', '180324.872000', '180324.875000', '180324.878000', '180324.880000', '180324.883000', '180324.885000', '180324.888000', '180324.891000', '180324.893000', '180324.896000', '180324.898000', '180324.901000', '180324.904000', '180324.906000', '180324.909000', '180324.912000', '180324.914000', '180324.917000', '180324.919000', '180324.922000', '180324.925000', '180324.927000', '180324.930000', '180324.933000', '180324.935000', '180324.938000', '180324.940000', '180324.943000', '180324.945000', '180324.948000', '180324.951000', '180324.953000', '180324.956000', '180324.959000', '180324.961000', '180324.964000', '180324.966000', '180324.969000', '180344.844000', '180344.847000', '180344.850000', '180344.852000', '180344.855000', '180344.858000', '180344.860000', '180344.863000', '180344.865000', '180344.868000', '180344.870000', '180344.873000', '180344.875000', '180344.878000', '180344.881000', '180344.883000', '180344.886000', '180344.888000', '180344.891000', '180344.893000', '180344.896000', '180344.898000', '180344.901000', '180344.904000', '180344.906000', '180344.909000', '180344.911000', '180344.914000', '180344.916000', '180344.919000', '180344.921000', '180344.924000', '180344.927000', '180344.929000', '180344.932000', '180344.934000', '180344.937000', '180344.939000', '180344.942000', '180344.944000', '180344.947000', '180344.950000', '180344.952000', '180344.955000', '180404.845000', '180404.848000', '180404.850000', '180404.853000', '180404.855000', '180404.858000', '180404.861000', '180404.863000', '180404.866000', '180404.869000', '180404.871000', '180404.874000', '180404.877000', '180404.879000', '180404.882000', '180404.884000', '180404.887000', '180404.890000', '180404.892000', '180404.895000', '180404.897000', '180404.900000', '180404.902000', '180404.905000', '180404.907000', '180404.910000', '180404.913000', '180404.915000', '180404.918000', '180404.920000', '180404.923000', '180404.925000', '180404.928000', '180404.930000', '180404.933000', '180404.936000', '180404.938000', '180404.941000', '180404.943000', '180404.946000', '180404.959000', '180404.962000', '180404.964000', '180424.846000', '180424.848000', '180424.851000', '180424.854000', '180424.856000', '180424.859000', '180424.861000', '180424.864000', '180424.866000', '180424.869000', '180424.872000', '180424.874000', '180424.877000', '180424.879000', '180424.882000', '180424.884000', '180424.887000', '180424.889000', '180424.892000', '180424.895000', '180424.897000', '180424.900000', '180424.902000', '180424.905000', '180424.907000', '180424.910000', '180424.913000', '180424.915000', '180424.918000', '180424.920000', '180424.923000', '180424.925000', '180424.928000', '180424.932000', '180424.935000', '180424.937000', '180424.940000', '180424.942000', '180424.945000', '180424.948000', '180424.950000', '180424.953000', '180424.956000', '180444.846000', '180444.867000', '180444.870000', '180444.872000', '180444.875000', '180444.878000', '180444.880000', '180444.883000', '180444.885000', '180444.888000', '180444.890000', '180444.893000', '180444.896000', '180444.898000', '180444.901000', '180444.903000', '180444.906000', '180444.909000', '180444.911000', '180444.914000', '180444.916000', '180444.919000', '180444.921000', '180444.924000', '180444.927000', '180444.929000', '180444.932000', '180444.934000', '180444.937000', '180444.939000', '180444.942000', '180444.944000', '180444.947000', '180444.950000', '180444.952000', '180444.955000', '180444.957000', '180444.960000', '180444.962000', '180444.965000', '180444.967000', '180444.970000', '180444.972000', '180444.975000', '180504.846000', '180504.854000', '180504.856000', '180504.859000', '180504.861000', '180504.864000', '180504.867000', '180504.869000', '180504.872000', '180504.874000', '180504.877000', '180504.879000', '180504.882000', '180504.885000', '180504.887000', '180504.890000', '180504.892000', '180504.895000', '180504.897000', '180504.900000', '180504.902000', '180504.905000', '180504.908000', '180504.910000', '180504.913000', '180504.915000', '180504.918000', '180504.920000', '180504.923000', '180504.926000', '180504.928000', '180504.931000', '180504.933000', '180504.936000', '180504.938000', '180504.941000', '180504.944000', '180504.946000', '180504.949000', '180504.951000', '180504.954000', '180504.957000', '180504.959000', '180518.274000', '180518.277000', '180518.281000', '180518.283000', '180518.286000', '180518.288000', '180518.291000', '180518.294000', '180518.296000', '180518.299000', '180518.302000', '180518.304000', '180518.307000', '180518.310000', '180518.312000', '180518.315000', '180518.318000', '180518.320000', '180518.323000', '180518.326000', '180518.328000', '180518.331000', '180518.333000', '180518.336000', '180518.339000', '180518.341000', '180518.344000', '180518.346000', '180518.349000', '180518.352000'], 'InstanceCreationTime': ['175844.909000', '175844.912000', '175844.915000', '175844.918000', '175844.920000', '175844.923000', '175844.925000', '175844.928000', '175844.938000', '175844.940000', '175844.943000', '175844.945000', '175844.948000', '175844.957000', '175844.959000', '175844.962000', '175904.844000', '175904.847000', '175904.850000', '175904.853000', '175904.855000', '175904.858000', '175904.860000', '175904.863000', '175904.865000', '175904.868000', '175904.871000', '175904.873000', '175904.876000', '175904.878000', '175904.881000', '175904.883000', '175904.886000', '175904.888000', '175904.891000', '175904.894000', '175904.896000', '175904.899000', '175904.901000', '175904.904000', '175904.906000', '175904.909000', '175904.911000', '175904.914000', '175904.916000', '175904.919000', '175904.924000', '175904.927000', '175904.929000', '175904.932000', '175904.934000', '175904.937000', '175904.940000', '175904.942000', '175904.945000', '175904.947000', '175904.950000', '175904.953000', '175904.955000', '175904.958000', '175924.844000', '175924.847000', '175924.850000', '175924.853000', '175924.855000', '175924.858000', '175924.860000', '175924.863000', '175924.866000', '175924.868000', '175924.871000', '175924.873000', '175924.876000', '175924.878000', '175924.881000', '175924.883000', '175924.886000', '175924.888000', '175924.891000', '175924.894000', '175924.896000', '175924.899000', '175924.901000', '175924.904000', '175924.906000', '175924.909000', '175924.911000', '175924.914000', '175924.916000', '175924.919000', '175924.921000', '175924.924000', '175924.927000', '175924.929000', '175924.932000', '175924.934000', '175924.937000', '175924.939000', '175924.954000', '175924.957000', '175924.959000', '175924.962000', '175924.964000', '175944.845000', '175944.848000', '175944.851000', '175944.853000', '175944.856000', '175944.858000', '175944.861000', '175944.870000', '175944.872000', '175944.875000', '175944.877000', '175944.881000', '175944.883000', '175944.886000', '175944.888000', '175944.891000', '175944.894000', '175944.896000', '175944.899000', '175944.901000', '175944.904000', '175944.907000', '175944.909000', '175944.912000', '175944.914000', '175944.917000', '175944.919000', '175944.922000', '175944.925000', '175944.927000', '175944.930000', '175944.932000', '175944.935000', '175944.937000', '175944.940000', '175944.942000', '175944.945000', '175944.947000', '175944.950000', '175944.952000', '175944.955000', '175944.958000', '175944.960000', '175944.963000', '180004.845000', '180004.848000', '180004.851000', '180004.853000', '180004.856000', '180004.858000', '180004.861000', '180004.864000', '180004.866000', '180004.869000', '180004.871000', '180004.874000', '180004.876000', '180004.879000', '180004.882000', '180004.884000', '180004.887000', '180004.889000', '180004.892000', '180004.894000', '180004.897000', '180004.899000', '180004.902000', '180004.905000', '180004.907000', '180004.910000', '180004.912000', '180004.915000', '180004.918000', '180004.920000', '180004.923000', '180004.925000', '180004.928000', '180004.930000', '180004.933000', '180004.936000', '180004.938000', '180004.941000', '180004.943000', '180004.946000', '180004.949000', '180004.951000', '180004.954000', '180024.846000', '180024.848000', '180024.851000', '180024.854000', '180024.856000', '180024.859000', '180024.862000', '180024.864000', '180024.867000', '180024.870000', '180024.872000', '180024.877000', '180024.879000', '180024.882000', '180024.885000', '180024.887000', '180024.890000', '180024.893000', '180024.896000', '180024.898000', '180024.901000', '180024.904000', '180024.906000', '180024.909000', '180024.912000', '180024.914000', '180024.917000', '180024.919000', '180024.922000', '180024.924000', '180024.927000', '180024.930000', '180024.932000', '180024.935000', '180024.937000', '180024.940000', '180024.943000', '180024.945000', '180024.948000', '180024.951000', '180024.953000', '180024.956000', '180024.958000', '180024.961000', '180044.845000', '180044.848000', '180044.851000', '180044.853000', '180044.856000', '180044.859000', '180044.862000', '180044.864000', '180044.867000', '180044.870000', '180044.872000', '180044.875000', '180044.878000', '180044.880000', '180044.883000', '180044.885000', '180044.888000', '180044.891000', '180044.893000', '180044.896000', '180044.898000', '180044.901000', '180044.904000', '180044.906000', '180044.909000', '180044.911000', '180044.914000', '180044.916000', '180044.919000', '180044.922000', '180044.924000', '180044.927000', '180044.930000', '180044.932000', '180044.935000', '180044.938000', '180044.940000', '180044.943000', '180044.945000', '180044.948000', '180044.951000', '180044.953000', '180044.956000', '180104.846000', '180104.856000', '180104.859000', '180104.861000', '180104.864000', '180104.867000', '180104.869000', '180104.872000', '180104.874000', '180104.877000', '180104.880000', '180104.882000', '180104.885000', '180104.888000', '180104.890000', '180104.893000', '180104.895000', '180104.898000', '180104.901000', '180104.903000', '180104.906000', '180104.909000', '180104.911000', '180104.914000', '180104.916000', '180104.919000', '180104.922000', '180104.924000', '180104.927000', '180104.929000', '180104.932000', '180104.934000', '180104.937000', '180104.940000', '180104.942000', '180104.945000', '180104.948000', '180104.950000', '180104.953000', '180104.955000', '180104.958000', '180104.961000', '180104.964000', '180124.844000', '180124.847000', '180124.850000', '180124.852000', '180124.855000', '180124.858000', '180124.860000', '180124.863000', '180124.865000', '180124.868000', '180124.871000', '180124.873000', '180124.876000', '180124.891000', '180124.894000', '180124.897000', '180124.899000', '180124.902000', '180124.905000', '180124.907000', '180124.910000', '180124.913000', '180124.915000', '180124.918000', '180124.920000', '180124.923000', '180124.926000', '180124.928000', '180124.931000', '180124.933000', '180124.936000', '180124.938000', '180124.941000', '180124.944000', '180124.946000', '180124.949000', '180124.952000', '180124.954000', '180124.957000', '180124.959000', '180124.962000', '180124.965000', '180124.967000', '180124.970000', '180144.844000', '180144.847000', '180144.850000', '180144.853000', '180144.855000', '180144.858000', '180144.861000', '180144.864000', '180144.866000', '180144.869000', '180144.871000', '180144.874000', '180144.878000', '180144.880000', '180144.883000', '180144.886000', '180144.888000', '180144.891000', '180144.894000', '180144.896000', '180144.899000', '180144.902000', '180144.904000', '180144.907000', '180144.909000', '180144.912000', '180144.915000', '180144.917000', '180144.920000', '180144.923000', '180144.925000', '180144.928000', '180144.931000', '180144.933000', '180144.936000', '180144.938000', '180144.941000', '180144.944000', '180144.946000', '180144.949000', '180144.952000', '180144.954000', '180144.957000', '180204.845000', '180204.848000', '180204.851000', '180204.854000', '180204.857000', '180204.859000', '180204.862000', '180204.864000', '180204.867000', '180204.870000', '180204.872000', '180204.875000', '180204.877000', '180204.880000', '180204.883000', '180204.885000', '180204.888000', '180204.891000', '180204.893000', '180204.896000', '180204.899000', '180204.901000', '180204.904000', '180204.907000', '180204.909000', '180204.912000', '180204.914000', '180204.917000', '180204.920000', '180204.922000', '180204.925000', '180204.927000', '180204.930000', '180204.933000', '180204.935000', '180204.938000', '180204.941000', '180204.944000', '180204.946000', '180204.949000', '180204.951000', '180204.954000', '180204.956000', '180204.960000', '180224.845000', '180224.857000', '180224.860000', '180224.862000', '180224.865000', '180224.868000', '180224.870000', '180224.873000', '180224.876000', '180224.878000', '180224.881000', '180224.885000', '180224.887000', '180224.890000', '180224.892000', '180224.895000', '180224.898000', '180224.900000', '180224.903000', '180224.906000', '180224.908000', '180224.911000', '180224.913000', '180224.916000', '180224.919000', '180224.921000', '180224.924000', '180224.927000', '180224.929000', '180224.932000', '180224.934000', '180224.937000', '180224.940000', '180224.942000', '180224.945000', '180224.948000', '180224.950000', '180224.953000', '180224.955000', '180224.958000', '180224.961000', '180224.963000', '180224.966000', '180244.846000', '180244.871000', '180244.874000', '180244.877000', '180244.879000', '180244.882000', '180244.885000', '180244.887000', '180244.890000', '180244.892000', '180244.895000', '180244.898000', '180244.900000', '180244.903000', '180244.906000', '180244.908000', '180244.911000', '180244.914000', '180244.916000', '180244.919000', '180244.922000', '180244.924000', '180244.927000', '180244.929000', '180244.932000', '180244.935000', '180244.937000', '180244.940000', '180244.942000', '180244.945000', '180244.957000', '180244.960000', '180244.962000', '180244.965000', '180244.967000', '180244.970000', '180244.973000', '180244.975000', '180244.978000', '180244.981000', '180244.983000', '180244.986000', '180244.988000', '180244.991000', '180304.846000', '180304.848000', '180304.851000', '180304.854000', '180304.856000', '180304.859000', '180304.861000', '180304.864000', '180304.867000', '180304.869000', '180304.872000', '180304.874000', '180304.877000', '180304.880000', '180304.883000', '180304.886000', '180304.889000', '180304.892000', '180304.895000', '180304.897000', '180304.900000', '180304.903000', '180304.905000', '180304.908000', '180304.910000', '180304.913000', '180304.917000', '180304.920000', '180304.922000', '180304.925000', '180304.928000', '180304.930000', '180304.933000', '180304.935000', '180304.938000', '180304.941000', '180304.943000', '180304.946000', '180304.949000', '180304.951000', '180304.954000', '180304.956000', '180304.959000', '180324.846000', '180324.859000', '180324.862000', '180324.865000', '180324.867000', '180324.870000', '180324.872000', '180324.875000', '180324.878000', '180324.880000', '180324.883000', '180324.885000', '180324.888000', '180324.891000', '180324.893000', '180324.896000', '180324.898000', '180324.901000', '180324.904000', '180324.906000', '180324.909000', '180324.912000', '180324.914000', '180324.917000', '180324.919000', '180324.922000', '180324.925000', '180324.927000', '180324.930000', '180324.933000', '180324.935000', '180324.938000', '180324.940000', '180324.943000', '180324.945000', '180324.948000', '180324.951000', '180324.953000', '180324.956000', '180324.959000', '180324.961000', '180324.964000', '180324.966000', '180324.969000', '180344.844000', '180344.847000', '180344.850000', '180344.852000', '180344.855000', '180344.858000', '180344.860000', '180344.863000', '180344.865000', '180344.868000', '180344.870000', '180344.873000', '180344.875000', '180344.878000', '180344.881000', '180344.883000', '180344.886000', '180344.888000', '180344.891000', '180344.893000', '180344.896000', '180344.898000', '180344.901000', '180344.904000', '180344.906000', '180344.909000', '180344.911000', '180344.914000', '180344.916000', '180344.919000', '180344.921000', '180344.924000', '180344.927000', '180344.929000', '180344.932000', '180344.934000', '180344.937000', '180344.939000', '180344.942000', '180344.944000', '180344.947000', '180344.950000', '180344.952000', '180344.955000', '180404.845000', '180404.848000', '180404.850000', '180404.853000', '180404.855000', '180404.858000', '180404.861000', '180404.863000', '180404.866000', '180404.869000', '180404.871000', '180404.874000', '180404.877000', '180404.879000', '180404.882000', '180404.884000', '180404.887000', '180404.890000', '180404.892000', '180404.895000', '180404.897000', '180404.900000', '180404.902000', '180404.905000', '180404.907000', '180404.910000', '180404.913000', '180404.915000', '180404.918000', '180404.920000', '180404.923000', '180404.925000', '180404.928000', '180404.930000', '180404.933000', '180404.936000', '180404.938000', '180404.941000', '180404.943000', '180404.946000', '180404.959000', '180404.962000', '180404.964000', '180424.846000', '180424.848000', '180424.851000', '180424.854000', '180424.856000', '180424.859000', '180424.861000', '180424.864000', '180424.866000', '180424.869000', '180424.872000', '180424.874000', '180424.877000', '180424.879000', '180424.882000', '180424.884000', '180424.887000', '180424.889000', '180424.892000', '180424.895000', '180424.897000', '180424.900000', '180424.902000', '180424.905000', '180424.907000', '180424.910000', '180424.913000', '180424.915000', '180424.918000', '180424.920000', '180424.923000', '180424.925000', '180424.928000', '180424.932000', '180424.935000', '180424.937000', '180424.940000', '180424.942000', '180424.945000', '180424.948000', '180424.950000', '180424.953000', '180424.956000', '180444.846000', '180444.867000', '180444.870000', '180444.872000', '180444.875000', '180444.878000', '180444.880000', '180444.883000', '180444.885000', '180444.888000', '180444.890000', '180444.893000', '180444.896000', '180444.898000', '180444.901000', '180444.903000', '180444.906000', '180444.909000', '180444.911000', '180444.914000', '180444.916000', '180444.919000', '180444.921000', '180444.924000', '180444.927000', '180444.929000', '180444.932000', '180444.934000', '180444.937000', '180444.939000', '180444.942000', '180444.944000', '180444.947000', '180444.950000', '180444.952000', '180444.955000', '180444.957000', '180444.960000', '180444.962000', '180444.965000', '180444.967000', '180444.970000', '180444.972000', '180444.975000', '180504.846000', '180504.854000', '180504.856000', '180504.859000', '180504.861000', '180504.864000', '180504.867000', '180504.869000', '180504.872000', '180504.874000', '180504.877000', '180504.879000', '180504.882000', '180504.885000', '180504.887000', '180504.890000', '180504.892000', '180504.895000', '180504.897000', '180504.900000', '180504.902000', '180504.905000', '180504.908000', '180504.910000', '180504.913000', '180504.915000', '180504.918000', '180504.920000', '180504.923000', '180504.926000', '180504.928000', '180504.931000', '180504.933000', '180504.936000', '180504.938000', '180504.941000', '180504.944000', '180504.946000', '180504.949000', '180504.951000', '180504.954000', '180504.957000', '180504.959000', '180518.274000', '180518.277000', '180518.281000', '180518.283000', '180518.286000', '180518.288000', '180518.291000', '180518.294000', '180518.296000', '180518.299000', '180518.302000', '180518.304000', '180518.307000', '180518.310000', '180518.312000', '180518.315000', '180518.318000', '180518.320000', '180518.323000', '180518.326000', '180518.328000', '180518.331000', '180518.333000', '180518.336000', '180518.339000', '180518.341000', '180518.344000', '180518.346000', '180518.349000', '180518.352000'], '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': [15312, 8817, 13786, 8067, 10606, 8689, 10174, 14543, 10067, 11793, 8173, 7574, 8682, 8386, 12505, 9001, 10919, 7399, 7265, 9335, 7592, 13869, 10931, 14344, 9776, 7457, 8650, 7863, 13152, 10066, 8437, 8035, 7862, 10106, 7591, 9946, 11544, 7958, 9544, 7529, 7530, 12950, 10433, 13409, 10294, 8184, 10766, 7978, 13651, 10384, 10773, 10969, 7847, 8567, 7398, 7218, 10041, 8295, 8659, 7599, 7481, 9535, 7733, 12897, 10861, 8381, 10426, 7410, 10038, 7664, 10814, 10270, 7560, 9624, 7307, 11074, 7954, 10351, 9325, 8053, 8541, 7677, 12289, 9423, 11352, 9682, 8052, 9720, 7496, 12507, 9876, 11552, 9174, 8285, 8970, 7737, 11536, 9270, 10465, 9718, 8290, 10378, 7471, 12084, 9146, 10677, 10564, 8294, 9499, 7262, 8537, 8347, 8971, 13407, 8584, 7198, 7542, 7900, 13073, 10266, 9972, 8957, 7723, 10380, 7879, 14231, 10799, 8871, 8468, 7628, 10346, 8198, 11495, 9807, 7239, 8607, 7265, 11072, 8779, 9433, 10229, 7448, 9973, 7195, 9791, 9957, 7884, 13479, 9390, 7347, 11749, 8717, 11123, 13648, 9639, 12488, 8621, 9125, 9753, 9593, 13213, 8934, 9916, 7606, 7811, 9760, 8903, 10888, 7649, 7293, 9500, 8903, 13727, 10736, 9231, 8181, 7506, 11166, 10116, 14089, 10634, 7983, 9714, 8106, 11887, 9334, 11655, 9455, 7305, 8795, 7571, 12201, 10926, 13692, 8866, 8089, 7596, 8120, 13466, 9923, 9380, 7958, 7620, 11455, 10825, 14525, 10508, 9905, 7719, 8066, 11219, 10161, 12464, 8436, 7527, 9146, 8470, 13754, 10897, 8310, 8292, 8574, 11272, 9257, 11509, 10206, 8627, 11346, 8423, 12401, 10936, 8363, 9467, 8120, 11118, 8780, 11282, 11740, 8420, 11591, 8956, 9283, 11227, 9118, 9826, 7628, 7471, 10543, 8325, 13402, 10558, 13079, 8738, 7356, 8350, 7831, 12837, 10418, 14077, 11032, 9493, 8408, 7279, 11507, 9447, 13572, 10338, 7369, 8896, 7759, 12180, 9903, 11126, 9455, 8442, 10238, 7632, 13312, 10360, 10211, 9291, 8014, 11199, 8396, 10908, 11294, 9179, 10984, 8203, 7697, 12128, 9554, 8692, 12263, 9784, 7745, 8168, 8063, 12251, 9390, 11760, 10143, 7564, 10031, 7528, 12075, 8623, 11841, 10099, 7606, 8475, 7421, 10458, 7952, 9986, 10154, 8308, 11299, 7298, 7964, 7321, 6806, 10333, 8778, 13183, 8032, 9833, 7983, 9615, 10380, 9384, 12575, 8064, 11228, 8293, 9172, 10378, 9792, 14010, 8450, 7891, 7679, 7885, 12670, 9685, 11342, 8238, 7205, 9492, 9015, 14183, 10610, 8399, 8722, 7634, 11388, 8764, 10615, 12462, 8300, 11295, 8061, 9026, 8652, 9731, 12814, 8869, 9988, 7542, 6990, 9310, 9258, 13498, 10472, 9325, 7940, 6943, 8604, 7633, 11877, 9440, 11970, 7880, 10048, 7799, 8723, 10191, 9038, 12241, 7537, 9254, 7944, 9668, 10074, 8139, 10394, 7242, 10129, 7756, 9750, 10534, 8184, 11522, 7702, 7411, 9221, 9188, 14027, 10296, 7636, 9607, 7608, 13713, 10208, 9236, 9689, 7727, 10832, 8126, 10521, 11529, 9683, 12237, 8430, 7838, 8359, 8521, 13388, 9648, 8494, 7855, 7109, 9923, 8254, 13179, 8675, 7612, 7951, 8179, 12555, 10113, 8969, 7847, 7136, 9013, 8501, 13657, 9888, 8511, 7817, 6868, 9526, 9059, 13369, 10213, 8367, 8814, 7325, 12640, 10142, 10003, 9321, 7652, 11325, 8412, 14235, 10795, 8206, 8374, 7521, 9439, 8111, 10554, 9234, 7066, 8695, 7217, 10655, 8774, 8300, 9585, 6867, 10390, 7578, 8985, 9759, 7887, 8288, 7456, 7911, 10060, 7542, 12963, 9042, 7495, 12909, 9245, 8272, 12195, 8959, 11336, 12545, 9282, 14115, 10002, 10658, 11001, 10020, 13185, 7499, 9055, 7970, 7428, 11518, 9662, 10170, 7633, 7365, 9538, 7432, 9332, 11169, 7657, 11078, 7947, 8489, 12290, 9759, 9505, 8387, 7320, 12284, 9691, 15221, 11268, 8470, 8087, 7512, 10686, 8276, 8281, 11218, 7228, 9899, 8315, 8896, 11828, 9062, 9811, 7772, 7460, 10011, 7524, 14032, 10479, 8776, 8017, 7059, 10568, 7828, 12364, 10368, 7340, 9601, 7321, 9283, 9040, 9018, 13141, 8379, 8885, 8496, 7946, 12100, 11105, 13950, 8684, 6975, 8224, 7339, 11426, 9466, 7231, 8840, 7339, 12465, 9439, 10153, 10939, 8033, 10904, 8037, 9212, 10494, 8160, 10726, 7798, 7326, 8848, 8895, 13459, 9362, 9489, 8413, 7934, 9503, 8290, 13319, 8430, 6952, 7271, 6978, 11543, 9584, 8006, 11534, 7766, 7745, 9545, 9447, 14218, 10254, 8331, 9310, 7123, 12040, 9488, 11807, 8834, 7706, 9403, 7457, 8470, 11705, 8713, 8132, 8048, 7497, 12657, 10029, 11370, 8900, 7764, 10346, 8466, 9504, 13530, 9430, 7974, 8227, 7299, 12209, 9347, 10209, 10007, 7569, 8656, 8205, 8806, 12713, 9075, 8191, 7932, 6929, 11790, 9625, 11704, 9111, 7516, 10103, 8081, 8922, 11809, 8323, 7922, 7820, 7173, 12303, 10016, 7948, 9512, 7623, 9434, 9175, 9220, 13815, 8554, 7526, 9116, 8376, 11804, 8810, 9669, 7876, 6858, 10150, 7499, 6566, 11440, 9474, 10022, 9885, 7768, 12515, 9574, 15427, 11275, 9244, 8862, 7805, 10403, 8081, 9146, 9146, 7435, 7773, 7360, 6934, 8869, 7257, 11449, 9536, 7873, 8538, 7157, 10994, 8757, 12391, 9926, 14453, 9493, 11169, 8203, 8306, 7452, 7241, 11385, 8771, 13546, 9249, 8834, 10423, 7359, 7116, 7199, 7339, 7796, 7553, 7636, 11134, 7131, 7039, 7386, 7236, 11151, 9252, 12627, 9884, 10086, 7980, 8059, 9466, 7522, 12626, 8549, 12563, 8209, 10019, 8180, 8829, 9618, 8060, 11286, 9633, 13595, 9971, 9819, 7824, 7179, 8193, 7707, 10120, 7929, 11345, 7773, 7927, 7311, 7433, 10298, 8012, 10851, 7828, 8719, 8256, 8320, 10096, 10304, 12180, 7459, 10411, 7892, 12575, 8896, 11677, 10650, 8429, 11138, 7564, 12011, 8118, 11046, 8928, 9553, 10555, 7700, 10889, 7684, 9771, 9215, 9446, 13093, 7642, 11683, 8449, 12749, 10090, 11872, 9865, 7226, 9838, 7589, 11010, 8033, 11526, 9456, 7824, 8715, 7218, 10910, 7963, 11268, 9237, 7838, 9094, 7430, 11158, 8723, 12649, 9711, 7858, 8013, 7410, 11373, 7905, 10131, 8455, 7695, 10541, 7532, 11495, 8160, 9671, 9770, 10507, 12872, 7336, 10423, 7992, 8999, 8340, 8767, 10874], 'WindowCenter': [4094.0, 4023.0, 4063.0, 3998.0, 4028.0, 3995.0, 4014.0, 4063.0, 4019.0, 4026.0, 3996.0, 3985.0, 3996.0, 3996.0, 4035.0, 4005.0, 4026.0, 3975.0, 3975.0, 4007.0, 3985.0, 4037.0, 4015.0, 4048.0, 4015.0, 3973.0, 3994.0, 3983.0, 4035.0, 4017.0, 3994.0, 3986.0, 3987.0, 4017.0, 3985.0, 4017.0, 4038.0, 3996.0, 4018.0, 3987.0, 3987.0, 4038.0, 4028.0, 4052.0, 4015.0, 3996.0, 4027.0, 3987.0, 4049.0, 4017.0, 4027.0, 4016.0, 3985.0, 3995.0, 3974.0, 3974.0, 4016.0, 3996.0, 3997.0, 3984.0, 3973.0, 4006.0, 3987.0, 4037.0, 4029.0, 3997.0, 4015.0, 3973.0, 4015.0, 3986.0, 4016.0, 4018.0, 3984.0, 4004.0, 3974.0, 4026.0, 3986.0, 4015.0, 4007.0, 3986.0, 3995.0, 3997.0, 4038.0, 4007.0, 4041.0, 4017.0, 3986.0, 4017.0, 3977.0, 4038.0, 4017.0, 4028.0, 4006.0, 3994.0, 3995.0, 3985.0, 4025.0, 4006.0, 4017.0, 4006.0, 3996.0, 4014.0, 3974.0, 4038.0, 4006.0, 4015.0, 4017.0, 3981.0, 3988.0, 3946.0, 3967.0, 3980.0, 3992.0, 4047.0, 4008.0, 3976.0, 3986.0, 3998.0, 4049.0, 4041.0, 4030.0, 4009.0, 3987.0, 4018.0, 3986.0, 4049.0, 4029.0, 4007.0, 3983.0, 3974.0, 4015.0, 3993.0, 4024.0, 4017.0, 3975.0, 3996.0, 3976.0, 4027.0, 3997.0, 4018.0, 4029.0, 3977.0, 4017.0, 3976.0, 4018.0, 4031.0, 3999.0, 4050.0, 4018.0, 3988.0, 4038.0, 4009.0, 4027.0, 4051.0, 4008.0, 4037.0, 3993.0, 4003.0, 4005.0, 4005.0, 4037.0, 3995.0, 4016.0, 3973.0, 3985.0, 4016.0, 4007.0, 4028.0, 3986.0, 3976.0, 4015.0, 4008.0, 4051.0, 4028.0, 4007.0, 3996.0, 3976.0, 4027.0, 4016.0, 4049.0, 4018.0, 3995.0, 4018.0, 3997.0, 4037.0, 4005.0, 4028.0, 4017.0, 3974.0, 3995.0, 3984.0, 4026.0, 4025.0, 4049.0, 3993.0, 3985.0, 3984.0, 3985.0, 4047.0, 4017.0, 4007.0, 3987.0, 3985.0, 4026.0, 4026.0, 4050.0, 4028.0, 4015.0, 3986.0, 3984.0, 4027.0, 4028.0, 4038.0, 3994.0, 3973.0, 4005.0, 3994.0, 4046.0, 4027.0, 3995.0, 3994.0, 3995.0, 4025.0, 4006.0, 4037.0, 4017.0, 3995.0, 4026.0, 3996.0, 4025.0, 4027.0, 3984.0, 4005.0, 3983.0, 4025.0, 3995.0, 4026.0, 4039.0, 3984.0, 4023.0, 3992.0, 4004.0, 4024.0, 4006.0, 4015.0, 3985.0, 3974.0, 4015.0, 3984.0, 4035.0, 4016.0, 4035.0, 3996.0, 3974.0, 3994.0, 3975.0, 4037.0, 4016.0, 4050.0, 4028.0, 4006.0, 3995.0, 3975.0, 4037.0, 4016.0, 4061.0, 4029.0, 3975.0, 4006.0, 3986.0, 4038.0, 4018.0, 4040.0, 4018.0, 3998.0, 4017.0, 3987.0, 4048.0, 4018.0, 4018.0, 4007.0, 3985.0, 4025.0, 3995.0, 4026.0, 4028.0, 4005.0, 4028.0, 3997.0, 3987.0, 4036.0, 4005.0, 3996.0, 4027.0, 4016.0, 3986.0, 3996.0, 3984.0, 4036.0, 4005.0, 4026.0, 4016.0, 3972.0, 4002.0, 3974.0, 4024.0, 3995.0, 4023.0, 4014.0, 3974.0, 3984.0, 3973.0, 4015.0, 3985.0, 4006.0, 4016.0, 3985.0, 4027.0, 3972.0, 3984.0, 3974.0, 3966.0, 4017.0, 4009.0, 4051.0, 3998.0, 4018.0, 3987.0, 4017.0, 4017.0, 4009.0, 4040.0, 3998.0, 4028.0, 3997.0, 4007.0, 4017.0, 4018.0, 4051.0, 3996.0, 3986.0, 3986.0, 3997.0, 4050.0, 4018.0, 4042.0, 4009.0, 3974.0, 4005.0, 3995.0, 4048.0, 4029.0, 3996.0, 3995.0, 3985.0, 4026.0, 3995.0, 4015.0, 4039.0, 3996.0, 4027.0, 3985.0, 3995.0, 3994.0, 4004.0, 4039.0, 3995.0, 4014.0, 3986.0, 3963.0, 4005.0, 4006.0, 4049.0, 4027.0, 4006.0, 3985.0, 3963.0, 3995.0, 3974.0, 4027.0, 4007.0, 4027.0, 3986.0, 4016.0, 3974.0, 3996.0, 4015.0, 4008.0, 4037.0, 3987.0, 4005.0, 3986.0, 4006.0, 4018.0, 3986.0, 4014.0, 3977.0, 4014.0, 3986.0, 4007.0, 4031.0, 3997.0, 4039.0, 3987.0, 3976.0, 4007.0, 4008.0, 4061.0, 4029.0, 3988.0, 4008.0, 3986.0, 4049.0, 4018.0, 4008.0, 4019.0, 3988.0, 4027.0, 3986.0, 4016.0, 4028.0, 4006.0, 4039.0, 3997.0, 3972.0, 3983.0, 3994.0, 4038.0, 4006.0, 3996.0, 3985.0, 3965.0, 4015.0, 3996.0, 4048.0, 4007.0, 3984.0, 3985.0, 3997.0, 4039.0, 4028.0, 4006.0, 3986.0, 3964.0, 3994.0, 3995.0, 4047.0, 4016.0, 3995.0, 3973.0, 3952.0, 4006.0, 4003.0, 4050.0, 4017.0, 3994.0, 3996.0, 3975.0, 4037.0, 4018.0, 4017.0, 4007.0, 3986.0, 4026.0, 3984.0, 4036.0, 4017.0, 3985.0, 3985.0, 3985.0, 4005.0, 3984.0, 4016.0, 4007.0, 3965.0, 3995.0, 3976.0, 4015.0, 3996.0, 3997.0, 4016.0, 3967.0, 4028.0, 3983.0, 3994.0, 4017.0, 3986.0, 3997.0, 3975.0, 3996.0, 4015.0, 3985.0, 4037.0, 4007.0, 3989.0, 4049.0, 4006.0, 3997.0, 4038.0, 4008.0, 4028.0, 4039.0, 4007.0, 4038.0, 4005.0, 4005.0, 4015.0, 4006.0, 4037.0, 3965.0, 3995.0, 3984.0, 3974.0, 4025.0, 4018.0, 4016.0, 3974.0, 3976.0, 4007.0, 3978.0, 4009.0, 4031.0, 3987.0, 4028.0, 3986.0, 3996.0, 4040.0, 4020.0, 4018.0, 3996.0, 3977.0, 4039.0, 4007.0, 4051.0, 4029.0, 3996.0, 3986.0, 3976.0, 4017.0, 3997.0, 3998.0, 4030.0, 3977.0, 4019.0, 3998.0, 4008.0, 4038.0, 4009.0, 4018.0, 3988.0, 3977.0, 4016.0, 3976.0, 4037.0, 4028.0, 3996.0, 3985.0, 3966.0, 4027.0, 3987.0, 4039.0, 4019.0, 3977.0, 4008.0, 3977.0, 4008.0, 4008.0, 4010.0, 4051.0, 3997.0, 4008.0, 3995.0, 3987.0, 4027.0, 4028.0, 4050.0, 3994.0, 3965.0, 3994.0, 3976.0, 4038.0, 4018.0, 3977.0, 4007.0, 3978.0, 4039.0, 4009.0, 4028.0, 4030.0, 3998.0, 4027.0, 3987.0, 4007.0, 4029.0, 3997.0, 4030.0, 3988.0, 3977.0, 4008.0, 4007.0, 4050.0, 4009.0, 4018.0, 3998.0, 3986.0, 4006.0, 3985.0, 4050.0, 3997.0, 3966.0, 3975.0, 3978.0, 4038.0, 4020.0, 3999.0, 4040.0, 3986.0, 3987.0, 4018.0, 4008.0, 4061.0, 4030.0, 3996.0, 4008.0, 3977.0, 4038.0, 4006.0, 4028.0, 4007.0, 3987.0, 4006.0, 3976.0, 3996.0, 4041.0, 4009.0, 3999.0, 3998.0, 3988.0, 4039.0, 4018.0, 4038.0, 4007.0, 3988.0, 4017.0, 3994.0, 4007.0, 4051.0, 4018.0, 3998.0, 3997.0, 3976.0, 4037.0, 4007.0, 4019.0, 4016.0, 3988.0, 4008.0, 3995.0, 4007.0, 4049.0, 4008.0, 3997.0, 3986.0, 3975.0, 4036.0, 4016.0, 4039.0, 4007.0, 3977.0, 4016.0, 3983.0, 4006.0, 4041.0, 3998.0, 3998.0, 3985.0, 3977.0, 4037.0, 4029.0, 3986.0, 4018.0, 3986.0, 4007.0, 4006.0, 4007.0, 4051.0, 3996.0, 3974.0, 4005.0, 3997.0, 4026.0, 3995.0, 4017.0, 3996.0, 3964.0, 4016.0, 3988.0, 3977.0, 4038.0, 4019.0, 4046.0, 4032.0, 4004.0, 4042.0, 3975.0, 4077.0, 4024.0, 4004.0, 4005.0, 3998.0, 4028.0, 3983.0, 3991.0, 3993.0, 3974.0, 3985.0, 3974.0, 3974.0, 4006.0, 3987.0, 4026.0, 4019.0, 3997.0, 4008.0, 3977.0, 4058.0, 4011.0, 4055.0, 4048.0, 4065.0, 4010.0, 4018.0, 3959.0, 3971.0, 3964.0, 3918.0, 4054.0, 4005.0, 4045.0, 4004.0, 3978.0, 3999.0, 3961.0, 3962.0, 3975.0, 3988.0, 3986.0, 3988.0, 3989.0, 4040.0, 3980.0, 3990.0, 3988.0, 3989.0, 4039.0, 4009.0, 4041.0, 4031.0, 4031.0, 4001.0, 3999.0, 4020.0, 3989.0, 4040.0, 3998.0, 4038.0, 3997.0, 4005.0, 3986.0, 4006.0, 4017.0, 3985.0, 4028.0, 4004.0, 4039.0, 4019.0, 4019.0, 3985.0, 3964.0, 3986.0, 3975.0, 4017.0, 3988.0, 4029.0, 3989.0, 3998.0, 3988.0, 3989.0, 4029.0, 4000.0, 4030.0, 4000.0, 4008.0, 4010.0, 3996.0, 4019.0, 4018.0, 4041.0, 3989.0, 4030.0, 4000.0, 4039.0, 4008.0, 4028.0, 4028.0, 3996.0, 4028.0, 3988.0, 4037.0, 3997.0, 4027.0, 3996.0, 4006.0, 4028.0, 3988.0, 4029.0, 3987.0, 4017.0, 4006.0, 4007.0, 4049.0, 3985.0, 4038.0, 3998.0, 4038.0, 4017.0, 4025.0, 4015.0, 3974.0, 4015.0, 3974.0, 4013.0, 3985.0, 4025.0, 4006.0, 3985.0, 3995.0, 3975.0, 4027.0, 3986.0, 4028.0, 4020.0, 3987.0, 4007.0, 3976.0, 4026.0, 3996.0, 4037.0, 4019.0, 3999.0, 4000.0, 3988.0, 4038.0, 3997.0, 4028.0, 3996.0, 3986.0, 4028.0, 3998.0, 4039.0, 3997.0, 4016.0, 4017.0, 4017.0, 4050.0, 3988.0, 4028.0, 3998.0, 4007.0, 4026.0, 4010.0, 4028.0], 'WindowWidth': [9100.0, 8981.0, 9033.0, 8933.0, 8971.0, 8921.0, 8947.0, 9031.0, 8962.0, 8964.0, 8925.0, 8908.0, 8925.0, 8925.0, 8973.0, 8935.0, 8963.0, 8896.0, 8895.0, 8942.0, 8909.0, 8980.0, 8947.0, 8998.0, 8946.0, 8890.0, 8918.0, 8904.0, 8976.0, 8952.0, 8919.0, 8911.0, 8913.0, 8954.0, 8910.0, 8951.0, 8985.0, 8925.0, 8956.0, 8915.0, 8913.0, 8983.0, 8970.0, 9009.0, 8952.0, 8925.0, 8967.0, 8914.0, 9001.0, 8953.0, 8969.0, 8951.0, 8907.0, 8920.0, 8892.0, 8895.0, 8950.0, 8926.0, 8925.0, 8908.0, 8892.0, 8938.0, 8913.0, 8981.0, 8977.0, 8926.0, 8947.0, 8892.0, 8947.0, 8913.0, 8949.0, 8958.0, 8906.0, 8931.0, 8893.0, 8962.0, 8912.0, 8948.0, 8941.0, 8912.0, 8922.0, 8932.0, 8986.0, 8941.0, 8993.0, 8956.0, 8912.0, 8952.0, 8901.0, 8984.0, 8953.0, 8970.0, 8937.0, 8918.0, 8919.0, 8908.0, 8963.0, 8938.0, 8952.0, 8938.0, 8924.0, 8944.0, 8894.0, 8982.0, 8938.0, 8948.0, 8953.0, 8898.0, 8898.0, 8839.0, 8867.0, 8892.0, 8913.0, 8996.0, 8942.0, 8902.0, 8914.0, 8934.0, 9001.0, 8995.0, 8976.0, 8946.0, 8915.0, 8957.0, 8913.0, 9004.0, 8975.0, 8938.0, 8905.0, 8893.0, 8948.0, 8920.0, 8961.0, 8954.0, 8897.0, 8923.0, 8898.0, 8967.0, 8928.0, 8957.0, 8972.0, 8902.0, 8953.0, 8900.0, 8957.0, 8979.0, 8935.0, 9006.0, 8957.0, 8920.0, 8987.0, 8947.0, 8966.0, 9007.0, 8942.0, 8983.0, 8918.0, 8931.0, 8935.0, 8934.0, 8985.0, 8922.0, 8949.0, 8892.0, 8910.0, 8951.0, 8942.0, 8971.0, 8912.0, 8899.0, 8952.0, 8945.0, 9009.0, 8970.0, 8941.0, 8925.0, 8898.0, 8966.0, 8951.0, 9006.0, 8957.0, 8926.0, 8956.0, 8930.0, 8983.0, 8936.0, 8971.0, 8954.0, 8894.0, 8924.0, 8908.0, 8965.0, 8962.0, 9002.0, 8918.0, 8909.0, 8907.0, 8907.0, 8997.0, 8954.0, 8942.0, 8914.0, 8910.0, 8966.0, 8965.0, 9009.0, 8969.0, 8949.0, 8912.0, 8909.0, 8967.0, 8970.0, 8985.0, 8920.0, 8891.0, 8935.0, 8921.0, 8995.0, 8970.0, 8922.0, 8920.0, 8924.0, 8962.0, 8939.0, 8983.0, 8953.0, 8923.0, 8964.0, 8925.0, 8962.0, 8968.0, 8905.0, 8934.0, 8903.0, 8962.0, 8923.0, 8963.0, 8986.0, 8906.0, 8954.0, 8914.0, 8930.0, 8959.0, 8937.0, 8949.0, 8910.0, 8892.0, 8946.0, 8904.0, 8974.0, 8951.0, 8978.0, 8923.0, 8893.0, 8920.0, 8895.0, 8982.0, 8950.0, 9006.0, 8969.0, 8937.0, 8922.0, 8898.0, 8981.0, 8953.0, 9023.0, 8975.0, 8898.0, 8939.0, 8912.0, 8986.0, 8957.0, 8991.0, 8958.0, 8931.0, 8955.0, 8917.0, 8999.0, 8957.0, 8956.0, 8941.0, 8912.0, 8963.0, 8924.0, 8964.0, 8973.0, 8938.0, 8973.0, 8930.0, 8914.0, 8979.0, 8937.0, 8925.0, 8967.0, 8952.0, 8912.0, 8925.0, 8908.0, 8978.0, 8934.0, 8964.0, 8949.0, 8887.0, 8926.0, 8892.0, 8956.0, 8919.0, 8955.0, 8946.0, 8891.0, 8903.0, 8890.0, 8947.0, 8907.0, 8935.0, 8950.0, 8908.0, 8964.0, 8891.0, 8907.0, 8895.0, 8888.0, 8954.0, 8947.0, 9004.0, 8930.0, 8957.0, 8914.0, 8955.0, 8955.0, 8945.0, 8991.0, 8929.0, 8968.0, 8926.0, 8941.0, 8955.0, 8956.0, 9009.0, 8925.0, 8912.0, 8912.0, 8927.0, 9004.0, 8957.0, 8999.0, 8950.0, 8895.0, 8934.0, 8920.0, 9000.0, 8972.0, 8924.0, 8922.0, 8909.0, 8965.0, 8922.0, 8949.0, 8987.0, 8923.0, 8968.0, 8909.0, 8922.0, 8920.0, 8930.0, 8990.0, 8922.0, 8947.0, 8910.0, 8877.0, 8935.0, 8937.0, 9003.0, 8968.0, 8938.0, 8910.0, 8877.0, 8922.0, 8895.0, 8966.0, 8940.0, 8968.0, 8910.0, 8950.0, 8892.0, 8923.0, 8949.0, 8944.0, 8981.0, 8913.0, 8935.0, 8912.0, 8937.0, 8958.0, 8912.0, 8949.0, 8902.0, 8947.0, 8912.0, 8940.0, 8978.0, 8928.0, 8986.0, 8916.0, 8900.0, 8941.0, 8942.0, 9021.0, 8972.0, 8917.0, 8942.0, 8914.0, 8999.0, 8960.0, 8944.0, 8958.0, 8918.0, 8968.0, 8912.0, 8950.0, 8972.0, 8939.0, 8989.0, 8927.0, 8890.0, 8905.0, 8918.0, 8986.0, 8937.0, 8924.0, 8907.0, 8882.0, 8949.0, 8925.0, 8999.0, 8940.0, 8908.0, 8909.0, 8926.0, 8988.0, 8972.0, 8938.0, 8911.0, 8879.0, 8919.0, 8919.0, 8997.0, 8950.0, 8922.0, 8891.0, 8862.0, 8936.0, 8932.0, 9003.0, 8954.0, 8921.0, 8922.0, 8896.0, 8980.0, 8955.0, 8954.0, 8939.0, 8911.0, 8964.0, 8907.0, 8982.0, 8955.0, 8907.0, 8907.0, 8910.0, 8933.0, 8907.0, 8951.0, 8942.0, 8883.0, 8921.0, 8900.0, 8949.0, 8925.0, 8929.0, 8951.0, 8888.0, 8971.0, 8906.0, 8917.0, 8955.0, 8913.0, 8930.0, 8896.0, 8926.0, 8948.0, 8909.0, 8980.0, 8940.0, 8920.0, 9000.0, 8938.0, 8928.0, 8984.0, 8943.0, 8969.0, 8984.0, 8938.0, 8982.0, 8931.0, 8932.0, 8948.0, 8934.0, 8982.0, 8880.0, 8920.0, 8905.0, 8891.0, 8959.0, 8954.0, 8948.0, 8892.0, 8897.0, 8938.0, 8902.0, 8945.0, 8977.0, 8915.0, 8969.0, 8914.0, 8924.0, 8989.0, 8961.0, 8956.0, 8925.0, 8900.0, 8984.0, 8939.0, 9009.0, 8972.0, 8924.0, 8911.0, 8898.0, 8953.0, 8928.0, 8930.0, 8975.0, 8903.0, 8957.0, 8929.0, 8943.0, 8986.0, 8946.0, 8958.0, 8918.0, 8900.0, 8951.0, 8896.0, 8983.0, 8971.0, 8925.0, 8909.0, 8884.0, 8965.0, 8914.0, 8985.0, 8958.0, 8902.0, 8942.0, 8901.0, 8944.0, 8944.0, 8948.0, 9008.0, 8928.0, 8941.0, 8921.0, 8912.0, 8967.0, 8970.0, 9007.0, 8920.0, 8881.0, 8920.0, 8899.0, 8983.0, 8959.0, 8902.0, 8942.0, 8904.0, 8985.0, 8945.0, 8971.0, 8978.0, 8930.0, 8969.0, 8916.0, 8941.0, 8972.0, 8929.0, 8976.0, 8920.0, 8902.0, 8943.0, 8940.0, 9007.0, 8946.0, 8958.0, 8930.0, 8910.0, 8937.0, 8908.0, 9003.0, 8926.0, 8888.0, 8898.0, 8905.0, 8985.0, 8964.0, 8933.0, 8991.0, 8915.0, 8915.0, 8957.0, 8942.0, 9026.0, 8977.0, 8928.0, 8945.0, 8901.0, 8982.0, 8936.0, 8970.0, 8940.0, 8916.0, 8939.0, 8900.0, 8925.0, 8994.0, 8949.0, 8936.0, 8932.0, 8920.0, 8987.0, 8959.0, 8985.0, 8942.0, 8917.0, 8955.0, 8923.0, 8939.0, 9009.0, 8957.0, 8930.0, 8928.0, 8900.0, 8983.0, 8940.0, 8959.0, 8955.0, 8919.0, 8944.0, 8926.0, 8942.0, 9005.0, 8944.0, 8928.0, 8912.0, 8899.0, 8979.0, 8953.0, 8987.0, 8943.0, 8902.0, 8953.0, 8906.0, 8937.0, 8994.0, 8931.0, 8930.0, 8912.0, 8904.0, 8981.0, 8976.0, 8913.0, 8956.0, 8913.0, 8940.0, 8938.0, 8940.0, 9009.0, 8926.0, 8893.0, 8937.0, 8931.0, 8964.0, 8921.0, 8956.0, 8926.0, 8880.0, 8953.0, 8921.0, 8907.0, 8985.0, 8962.0, 9009.0, 8982.0, 8948.0, 8994.0, 8872.0, 9062.0, 8964.0, 8934.0, 8941.0, 8934.0, 8972.0, 8903.0, 8911.0, 8916.0, 8892.0, 8909.0, 8897.0, 8896.0, 8940.0, 8917.0, 8965.0, 8962.0, 8929.0, 8945.0, 8904.0, 9031.0, 8952.0, 9018.0, 9013.0, 9036.0, 8944.0, 8947.0, 8855.0, 8879.0, 8878.0, 8786.0, 9020.0, 8937.0, 8994.0, 8930.0, 8884.0, 8916.0, 8871.0, 8874.0, 8897.0, 8921.0, 8914.0, 8919.0, 8921.0, 8993.0, 8913.0, 8926.0, 8922.0, 8922.0, 8990.0, 8947.0, 8996.0, 8983.0, 8982.0, 8941.0, 8934.0, 8965.0, 8922.0, 8992.0, 8928.0, 8984.0, 8924.0, 8933.0, 8909.0, 8936.0, 8954.0, 8910.0, 8969.0, 8932.0, 8991.0, 8959.0, 8959.0, 8910.0, 8882.0, 8911.0, 8894.0, 8952.0, 8916.0, 8973.0, 8921.0, 8933.0, 8918.0, 8922.0, 8974.0, 8936.0, 8977.0, 8940.0, 8947.0, 8951.0, 8928.0, 8962.0, 8957.0, 8993.0, 8920.0, 8976.0, 8938.0, 8990.0, 8945.0, 8971.0, 8972.0, 8927.0, 8972.0, 8919.0, 8983.0, 8931.0, 8969.0, 8925.0, 8938.0, 8971.0, 8918.0, 8974.0, 8914.0, 8953.0, 8939.0, 8940.0, 9003.0, 8911.0, 8986.0, 8932.0, 8987.0, 8955.0, 8964.0, 8950.0, 8894.0, 8950.0, 8895.0, 8945.0, 8909.0, 8960.0, 8939.0, 8910.0, 8924.0, 8898.0, 8967.0, 8913.0, 8972.0, 8967.0, 8915.0, 8944.0, 8902.0, 8966.0, 8927.0, 8982.0, 8961.0, 8935.0, 8939.0, 8921.0, 8986.0, 8931.0, 8971.0, 8927.0, 8912.0, 8971.0, 8935.0, 8988.0, 8930.0, 8953.0, 8955.0, 8954.0, 9006.0, 8920.0, 8974.0, 8933.0, 8944.0, 8987.0, 8951.0, 8970.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.010539332566168007</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03312112071346375</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.696242147857106</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2676542442396317</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1490801717972352</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4892</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3721.4988</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16519438421482902</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>229</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>26.352128883774455</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.613995070448096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6153787558263293</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.88509538575942</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3415110697585373</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00391339</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0019779950380325317</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02398405596613884</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5648216939675064</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.518</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.9194</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.1155</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298828.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.741</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6865</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.4538</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3144.2689</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3385.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77716.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>823.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4201.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.5505</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.66510201903293</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> |