=== 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-0115 --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-0115",
"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-0115_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0115_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-01/func/sub-0115_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>94150c7bdbcb8d4dcbb9877a30640e63</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:03:43.512500</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.998975, -0.0452566, 0.000627775, 0.0451885, 0.996496, -0.0703801]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.087044</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4228, -7762, -7288, 153, -108, -156, -79, 92]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.023</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>56fb4f94-d291-423b-b90c-c43731ee7e9c||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.6801774501800537, 0.12123757600784302, -0.006910888943821192, 108.80975341796875], [0.1214202269911766, 2.6735265254974365, -0.1899080127477646, -89.00894165039062], [0.001684275222942233, 0.18882454931735992, 2.6933040618896484, -96.35213470458984], [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': ['180343.512500', '180343.972500', '180344.432500', '180344.892500', '180345.352500', '180345.812500', '180346.272500', '180346.732500', '180347.192500', '180347.652500', '180348.112500', '180348.572500', '180349.032500', '180349.492500', '180349.952500', '180350.412500', '180350.872500', '180351.332500', '180351.792500', '180352.252500', '180352.712500', '180353.172500', '180353.632500', '180354.092500', '180354.552500', '180355.012500', '180355.472500', '180355.932500', '180356.392500', '180356.852500', '180357.312500', '180357.772500', '180358.232500', '180358.692500', '180359.152500', '180359.612500', '180400.072500', '180400.532500', '180400.992500', '180401.452500', '180401.912500', '180402.372500', '180402.832500', '180403.292500', '180403.752500', '180404.212500', '180404.672500', '180405.132500', '180405.592500', '180406.052500', '180406.512500', '180406.972500', '180407.432500', '180407.892500', '180408.352500', '180408.812500', '180409.272500', '180409.732500', '180410.192500', '180410.652500', '180411.112500', '180411.572500', '180412.032500', '180412.492500', '180412.952500', '180413.412500', '180413.872500', '180414.332500', '180414.792500', '180415.252500', '180415.712500', '180416.172500', '180416.632500', '180417.092500', '180417.552500', '180418.012500', '180418.472500', '180418.932500', '180419.392500', '180419.852500', '180420.312500', '180420.772500', '180421.232500', '180421.692500', '180422.152500', '180422.612500', '180423.072500', '180423.532500', '180423.992500', '180424.452500', '180424.912500', '180425.372500', '180425.832500', '180426.292500', '180426.752500', '180427.212500', '180427.672500', '180428.132500', '180428.592500', '180429.052500', '180429.512500', '180429.972500', '180430.432500', '180430.892500', '180431.352500', '180431.812500', '180432.272500', '180432.732500', '180433.192500', '180433.652500', '180434.112500', '180434.572500', '180435.032500', '180435.492500', '180435.952500', '180436.412500', '180436.872500', '180437.332500', '180437.792500', '180438.252500', '180438.712500', '180439.172500', '180439.632500', '180440.092500', '180440.552500', '180441.012500', '180441.472500', '180441.932500', '180442.392500', '180442.852500', '180443.312500', '180443.772500', '180444.232500', '180444.692500', '180445.152500', '180445.612500', '180446.072500', '180446.532500', '180446.992500', '180447.452500', '180447.912500', '180448.372500', '180448.832500', '180449.292500', '180449.752500', '180450.212500', '180450.672500', '180451.132500', '180451.592500', '180452.052500', '180452.512500', '180452.972500', '180453.432500', '180453.892500', '180454.352500', '180454.812500', '180455.272500', '180455.732500', '180456.192500', '180456.652500', '180457.112500', '180457.572500', '180458.032500', '180458.492500', '180458.952500', '180459.412500', '180459.872500', '180500.332500', '180500.792500', '180501.252500', '180501.712500', '180502.172500', '180502.632500', '180503.092500', '180503.552500', '180504.012500', '180504.472500', '180504.932500', '180505.392500', '180505.852500', '180506.312500', '180506.772500', '180507.232500', '180507.692500', '180508.152500', '180508.612500', '180509.072500', '180509.532500', '180509.992500', '180510.452500', '180510.912500', '180511.372500', '180511.832500', '180512.292500', '180512.752500', '180513.212500', '180513.672500', '180514.132500', '180514.592500', '180515.052500', '180515.512500', '180515.972500', '180516.432500', '180516.892500', '180517.352500', '180517.812500', '180518.272500', '180518.732500', '180519.192500', '180519.652500', '180520.112500', '180520.572500', '180521.032500', '180521.492500', '180521.952500', '180522.412500', '180522.872500', '180523.332500', '180523.792500', '180524.252500', '180524.712500', '180525.172500', '180525.632500', '180526.092500', '180526.552500', '180527.012500', '180527.472500', '180527.932500', '180528.392500', '180528.852500', '180529.312500', '180529.772500', '180530.232500', '180530.692500', '180531.152500', '180531.612500', '180532.072500', '180532.532500', '180532.992500', '180533.452500', '180533.912500', '180534.372500', '180534.832500', '180535.292500', '180535.752500', '180536.212500', '180536.672500', '180537.132500', '180537.592500', '180538.052500', '180538.512500', '180538.972500', '180539.432500', '180539.892500', '180540.352500', '180540.812500', '180541.272500', '180541.732500', '180542.192500', '180542.652500', '180543.112500', '180543.572500', '180544.032500', '180544.492500', '180544.952500', '180545.412500', '180545.872500', '180546.332500', '180546.792500', '180547.252500', '180547.712500', '180548.172500', '180548.632500', '180549.092500', '180549.552500', '180550.012500', '180550.472500', '180550.932500', '180551.392500', '180551.852500', '180552.312500', '180552.772500', '180553.232500', '180553.692500', '180554.152500', '180554.612500', '180555.072500', '180555.532500', '180555.992500', '180556.452500', '180556.912500', '180557.372500', '180557.832500', '180558.292500', '180558.752500', '180559.212500', '180559.672500', '180600.132500', '180600.592500', '180601.052500', '180601.512500', '180601.972500', '180602.432500', '180602.892500', '180603.352500', '180603.812500', '180604.272500', '180604.732500', '180605.192500', '180605.652500', '180606.112500', '180606.572500', '180607.032500', '180607.492500', '180607.952500', '180608.412500', '180608.872500', '180609.332500', '180609.792500', '180610.252500', '180610.712500', '180611.172500', '180611.632500', '180612.092500', '180612.552500', '180613.012500', '180613.472500', '180613.932500', '180614.392500', '180614.852500', '180615.312500', '180615.772500', '180616.232500', '180616.692500', '180617.152500', '180617.612500', '180618.072500', '180618.532500', '180618.992500', '180619.452500', '180619.912500', '180620.372500', '180620.832500', '180621.292500', '180621.752500', '180622.212500', '180622.672500', '180623.132500', '180623.592500', '180624.052500', '180624.512500', '180624.972500', '180625.432500', '180625.892500', '180626.352500', '180626.812500', '180627.272500', '180627.732500', '180628.192500', '180628.652500', '180629.112500', '180629.572500', '180630.032500', '180630.492500', '180630.952500', '180631.412500', '180631.872500', '180632.332500', '180632.792500', '180633.252500', '180633.712500', '180634.172500', '180634.632500', '180635.092500', '180635.552500', '180636.012500', '180636.472500', '180636.932500', '180637.392500', '180637.852500', '180638.312500', '180638.772500', '180639.232500', '180639.692500', '180640.152500', '180640.612500', '180641.072500', '180641.532500', '180641.992500', '180642.452500', '180642.912500', '180643.372500', '180643.832500', '180644.292500', '180644.752500', '180645.212500', '180645.672500', '180646.132500', '180646.592500', '180647.052500', '180647.512500', '180647.972500', '180648.432500', '180648.892500', '180649.352500', '180649.812500', '180650.272500', '180650.732500', '180651.192500', '180651.652500', '180652.112500', '180652.572500', '180653.032500', '180653.492500', '180653.952500', '180654.412500', '180654.872500', '180655.332500', '180655.792500', '180656.252500', '180656.712500', '180657.172500', '180657.632500', '180658.092500', '180658.552500', '180659.012500', '180659.472500', '180659.932500', '180700.392500', '180700.852500', '180701.312500', '180701.772500', '180702.232500', '180702.692500', '180703.152500', '180703.612500', '180704.072500', '180704.532500', '180704.992500', '180705.452500', '180705.912500', '180706.372500', '180706.832500', '180707.292500', '180707.752500', '180708.212500', '180708.672500', '180709.132500', '180709.592500', '180710.052500', '180710.512500', '180710.972500', '180711.432500', '180711.892500', '180712.352500', '180712.812500', '180713.272500', '180713.732500', '180714.192500', '180714.652500', '180715.112500', '180715.572500', '180716.032500', '180716.492500', '180716.952500', '180717.412500', '180717.872500', '180718.332500', '180718.792500', '180719.252500', '180719.712500', '180720.172500', '180720.632500', '180721.092500', '180721.552500', '180722.012500', '180722.472500', '180722.932500', '180723.392500', '180723.852500', '180724.312500', '180724.772500', '180725.232500', '180725.692500', '180726.152500', '180726.612500', '180727.072500', '180727.532500', '180727.992500', '180728.452500', '180728.912500', '180729.372500', '180729.832500', '180730.292500', '180730.752500', '180731.212500', '180731.672500', '180732.132500', '180732.592500', '180733.052500', '180733.512500', '180733.972500', '180734.432500', '180734.892500', '180735.352500', '180735.812500', '180736.272500', '180736.732500', '180737.192500', '180737.652500', '180738.112500', '180738.572500', '180739.032500', '180739.492500', '180739.952500', '180740.412500', '180740.872500', '180741.332500', '180741.792500', '180742.252500', '180742.712500', '180743.172500', '180743.632500', '180744.092500', '180744.552500', '180745.012500', '180745.472500', '180745.932500', '180746.392500', '180746.852500', '180747.312500', '180747.772500', '180748.232500', '180748.692500', '180749.152500', '180749.612500', '180750.072500', '180750.532500', '180750.992500', '180751.452500', '180751.912500', '180752.372500', '180752.832500', '180753.292500', '180753.752500', '180754.212500', '180754.672500', '180755.132500', '180755.592500', '180756.052500', '180756.512500', '180756.972500', '180757.432500', '180757.892500', '180758.352500', '180758.812500', '180759.272500', '180759.732500', '180800.192500', '180800.652500', '180801.112500', '180801.572500', '180802.032500', '180802.492500', '180802.952500', '180803.412500', '180803.872500', '180804.332500', '180804.792500', '180805.252500', '180805.712500', '180806.172500', '180806.632500', '180807.092500', '180807.552500', '180808.012500', '180808.472500', '180808.932500', '180809.392500', '180809.852500', '180810.312500', '180810.772500', '180811.232500', '180811.692500', '180812.152500', '180812.612500', '180813.072500', '180813.532500', '180813.992500', '180814.452500', '180814.912500', '180815.372500', '180815.832500', '180816.292500', '180816.752500', '180817.212500', '180817.672500', '180818.132500', '180818.592500', '180819.052500', '180819.512500', '180819.972500', '180820.432500', '180820.892500', '180821.352500', '180821.812500', '180822.272500', '180822.732500', '180823.192500', '180823.652500', '180824.112500', '180824.572500', '180825.032500', '180825.492500', '180825.952500', '180826.412500', '180826.872500', '180827.332500', '180827.792500', '180828.252500', '180828.712500', '180829.172500', '180829.632500', '180830.092500', '180830.552500', '180831.012500', '180831.472500', '180831.932500', '180832.392500', '180832.852500', '180833.312500', '180833.772500', '180834.232500', '180834.692500', '180835.152500', '180835.612500', '180836.072500', '180836.532500', '180836.992500', '180837.452500', '180837.912500', '180838.372500', '180838.832500', '180839.292500', '180839.752500', '180840.212500', '180840.672500', '180841.132500', '180841.592500', '180842.052500', '180842.512500', '180842.972500', '180843.432500', '180843.892500', '180844.352500', '180844.812500', '180845.272500', '180845.732500', '180846.192500', '180846.652500', '180847.112500', '180847.572500', '180848.032500', '180848.492500', '180848.952500', '180849.412500', '180849.872500', '180850.332500', '180850.792500', '180851.252500', '180851.712500', '180852.172500', '180852.632500', '180853.092500', '180853.552500', '180854.012500', '180854.472500', '180854.932500', '180855.392500', '180855.852500', '180856.312500', '180856.772500', '180857.232500', '180857.692500', '180858.152500', '180858.612500', '180859.072500', '180859.532500', '180859.992500', '180900.452500', '180900.912500', '180901.372500', '180901.832500', '180902.292500', '180902.752500', '180903.212500', '180903.672500', '180904.132500', '180904.592500', '180905.052500', '180905.512500', '180905.972500', '180906.432500', '180906.892500', '180907.352500', '180907.812500', '180908.272500', '180908.732500', '180909.192500', '180909.652500', '180910.112500', '180910.572500', '180911.032500', '180911.492500', '180911.952500', '180912.412500', '180912.872500', '180913.332500', '180913.792500', '180914.252500', '180914.712500', '180915.172500', '180915.632500', '180916.092500', '180916.552500', '180917.012500', '180917.472500', '180917.932500', '180918.392500', '180918.852500', '180919.312500', '180919.772500', '180920.232500', '180920.692500', '180921.152500', '180921.612500', '180922.072500', '180922.532500', '180922.992500', '180923.452500', '180923.912500', '180924.372500', '180924.832500', '180925.292500', '180925.752500', '180926.212500', '180926.672500', '180927.132500', '180927.592500', '180928.052500', '180928.512500', '180928.972500', '180929.432500', '180929.892500', '180930.352500', '180930.812500', '180931.272500', '180931.732500', '180932.192500', '180932.652500', '180933.112500', '180933.572500', '180934.032500', '180934.492500', '180934.952500', '180935.412500', '180935.872500', '180936.332500', '180936.792500', '180937.252500', '180937.712500', '180938.172500', '180938.632500', '180939.092500', '180939.552500', '180940.012500', '180940.472500', '180940.932500', '180941.392500', '180941.852500', '180942.312500', '180942.772500', '180943.232500', '180943.692500', '180944.152500', '180944.612500', '180945.072500', '180945.532500', '180945.992500', '180946.452500', '180946.912500', '180947.372500', '180947.832500', '180948.292500', '180948.752500', '180949.212500', '180949.672500', '180950.132500', '180950.592500', '180951.052500', '180951.512500', '180951.972500', '180952.432500', '180952.892500', '180953.352500', '180953.812500', '180954.272500', '180954.732500', '180955.192500', '180955.652500', '180956.112500', '180956.572500', '180957.032500', '180957.492500', '180957.952500', '180958.412500', '180958.872500', '180959.332500', '180959.792500', '181000.252500', '181000.712500', '181001.172500', '181001.632500', '181002.092500', '181002.552500', '181003.012500', '181003.472500', '181003.932500', '181004.392500', '181004.852500', '181005.312500', '181005.772500', '181006.232500', '181006.692500', '181007.152500', '181007.612500', '181008.072500', '181008.532500', '181008.992500', '181009.452500', '181009.912500', '181010.372500', '181010.832500', '181011.292500', '181011.752500', '181012.212500', '181012.672500', '181013.132500', '181013.592500', '181014.052500', '181014.512500', '181014.972500', '181015.432500', '181015.892500', '181016.352500', '181016.812500', '181017.272500', '181017.732500', '181018.192500', '181018.652500', '181019.112500', '181019.572500', '181020.032500', '181020.492500', '181020.952500', '181021.412500', '181021.872500', '181022.332500', '181022.792500', '181023.252500', '181023.712500', '181024.172500'], 'ContentTime': ['180411.944000', '180411.947000', '180411.959000', '180411.961000', '180411.964000', '180411.966000', '180411.969000', '180411.972000', '180411.974000', '180411.977000', '180411.979000', '180411.982000', '180411.984000', '180412.003000', '180412.006000', '180412.008000', '180412.011000', '180412.013000', '180412.016000', '180412.019000', '180412.021000', '180412.024000', '180412.026000', '180412.029000', '180412.031000', '180412.034000', '180412.036000', '180412.039000', '180412.042000', '180412.044000', '180412.047000', '180412.049000', '180412.052000', '180412.054000', '180412.057000', '180412.060000', '180412.062000', '180412.065000', '180412.067000', '180412.070000', '180412.072000', '180412.075000', '180412.078000', '180412.080000', '180412.083000', '180412.085000', '180412.088000', '180412.090000', '180412.093000', '180412.096000', '180412.098000', '180412.101000', '180412.103000', '180412.106000', '180412.108000', '180412.111000', '180412.113000', '180412.116000', '180431.915000', '180431.918000', '180431.920000', '180431.923000', '180431.925000', '180431.928000', '180431.931000', '180431.933000', '180431.936000', '180431.938000', '180431.941000', '180431.943000', '180431.946000', '180431.949000', '180431.951000', '180431.954000', '180431.956000', '180431.959000', '180431.961000', '180431.964000', '180431.967000', '180431.969000', '180431.972000', '180431.974000', '180431.977000', '180431.979000', '180431.982000', '180431.985000', '180431.987000', '180431.990000', '180431.992000', '180431.995000', '180431.998000', '180432.001000', '180432.004000', '180432.006000', '180432.009000', '180432.011000', '180432.014000', '180432.017000', '180432.019000', '180432.022000', '180432.024000', '180432.027000', '180451.915000', '180451.917000', '180451.920000', '180451.923000', '180451.925000', '180451.928000', '180451.930000', '180451.933000', '180451.935000', '180451.938000', '180451.941000', '180451.943000', '180451.946000', '180451.948000', '180451.952000', '180451.955000', '180451.957000', '180451.960000', '180451.963000', '180451.965000', '180451.968000', '180451.970000', '180451.973000', '180451.975000', '180451.978000', '180451.981000', '180451.983000', '180451.986000', '180451.988000', '180451.991000', '180451.993000', '180451.996000', '180452.000000', '180452.002000', '180452.005000', '180452.008000', '180452.010000', '180452.013000', '180452.015000', '180452.018000', '180452.021000', '180452.023000', '180452.026000', '180452.028000', '180511.914000', '180511.917000', '180511.920000', '180511.923000', '180511.925000', '180511.928000', '180511.931000', '180511.933000', '180511.936000', '180511.938000', '180511.941000', '180511.944000', '180511.946000', '180511.949000', '180511.951000', '180511.954000', '180511.956000', '180511.959000', '180511.962000', '180511.964000', '180511.967000', '180511.969000', '180511.972000', '180511.974000', '180511.977000', '180511.980000', '180511.982000', '180511.985000', '180511.987000', '180511.990000', '180511.992000', '180511.995000', '180511.998000', '180512.001000', '180512.004000', '180512.006000', '180512.009000', '180512.011000', '180512.014000', '180512.017000', '180512.019000', '180512.022000', '180512.024000', '180531.915000', '180531.918000', '180531.920000', '180531.923000', '180531.926000', '180531.929000', '180531.932000', '180531.935000', '180531.937000', '180531.940000', '180531.943000', '180531.945000', '180531.948000', '180531.950000', '180531.953000', '180531.955000', '180531.958000', '180531.961000', '180531.963000', '180531.966000', '180531.968000', '180531.971000', '180531.974000', '180531.976000', '180531.979000', '180531.981000', '180531.984000', '180531.986000', '180531.989000', '180531.992000', '180531.994000', '180531.997000', '180531.999000', '180532.002000', '180532.004000', '180532.007000', '180532.010000', '180532.020000', '180532.023000', '180532.025000', '180532.028000', '180532.031000', '180532.033000', '180551.914000', '180551.917000', '180551.920000', '180551.922000', '180551.925000', '180551.928000', '180551.930000', '180551.933000', '180551.947000', '180551.950000', '180551.953000', '180551.955000', '180551.958000', '180551.960000', '180551.963000', '180551.966000', '180551.968000', '180551.971000', '180551.973000', '180551.976000', '180551.978000', '180551.981000', '180551.984000', '180551.986000', '180551.989000', '180551.991000', '180551.994000', '180551.997000', '180551.999000', '180552.002000', '180552.004000', '180552.007000', '180552.009000', '180552.012000', '180552.015000', '180552.017000', '180552.020000', '180552.022000', '180552.025000', '180552.028000', '180552.030000', '180552.033000', '180552.035000', '180552.038000', '180611.915000', '180611.918000', '180611.920000', '180611.923000', '180611.925000', '180611.928000', '180611.931000', '180611.934000', '180611.937000', '180611.940000', '180611.942000', '180611.945000', '180611.947000', '180611.950000', '180611.953000', '180611.955000', '180611.958000', '180611.960000', '180611.963000', '180611.965000', '180611.968000', '180611.971000', '180611.973000', '180611.976000', '180611.978000', '180611.981000', '180611.984000', '180611.986000', '180611.990000', '180611.993000', '180611.996000', '180611.998000', '180612.002000', '180612.004000', '180612.007000', '180612.010000', '180612.012000', '180612.015000', '180612.017000', '180612.020000', '180612.023000', '180612.025000', '180612.028000', '180631.915000', '180631.917000', '180631.920000', '180631.923000', '180631.925000', '180631.928000', '180631.931000', '180631.933000', '180631.936000', '180631.938000', '180631.941000', '180631.944000', '180631.946000', '180631.949000', '180631.951000', '180631.954000', '180631.956000', '180631.959000', '180631.962000', '180631.964000', '180631.967000', '180631.970000', '180631.972000', '180631.975000', '180631.978000', '180631.980000', '180631.983000', '180631.985000', '180631.988000', '180631.991000', '180631.993000', '180631.996000', '180631.998000', '180632.002000', '180632.004000', '180632.007000', '180632.010000', '180632.012000', '180632.015000', '180632.017000', '180632.020000', '180632.022000', '180632.025000', '180632.028000', '180651.915000', '180651.917000', '180651.920000', '180651.923000', '180651.925000', '180651.928000', '180651.931000', '180651.933000', '180651.936000', '180651.938000', '180651.941000', '180651.943000', '180651.946000', '180651.949000', '180651.952000', '180651.955000', '180651.958000', '180651.960000', '180651.963000', '180651.966000', '180651.968000', '180651.971000', '180651.974000', '180651.976000', '180651.979000', '180651.981000', '180651.984000', '180651.986000', '180651.989000', '180651.991000', '180651.994000', '180651.997000', '180652.000000', '180652.003000', '180652.005000', '180652.008000', '180652.011000', '180652.013000', '180652.016000', '180652.018000', '180652.021000', '180652.024000', '180652.026000', '180711.915000', '180711.917000', '180711.920000', '180711.923000', '180711.925000', '180711.928000', '180711.930000', '180711.933000', '180711.936000', '180711.938000', '180711.941000', '180711.943000', '180711.946000', '180711.949000', '180711.951000', '180711.954000', '180711.956000', '180711.959000', '180711.961000', '180711.964000', '180711.967000', '180711.969000', '180711.972000', '180711.974000', '180711.977000', '180711.980000', '180711.982000', '180711.985000', '180711.987000', '180711.990000', '180711.993000', '180711.995000', '180711.998000', '180712.014000', '180712.017000', '180712.020000', '180712.022000', '180712.025000', '180712.027000', '180712.030000', '180712.032000', '180712.035000', '180712.038000', '180712.040000', '180731.915000', '180731.918000', '180731.920000', '180731.923000', '180731.925000', '180731.928000', '180731.931000', '180731.933000', '180731.936000', '180731.938000', '180731.941000', '180731.944000', '180731.946000', '180731.949000', '180731.951000', '180731.954000', '180731.957000', '180731.959000', '180731.962000', '180731.964000', '180731.967000', '180731.969000', '180731.972000', '180731.975000', '180731.977000', '180731.980000', '180731.982000', '180731.985000', '180731.987000', '180731.990000', '180731.993000', '180731.995000', '180731.998000', '180732.002000', '180732.005000', '180732.008000', '180732.011000', '180732.013000', '180732.016000', '180732.018000', '180732.021000', '180732.024000', '180732.026000', '180751.915000', '180751.917000', '180751.920000', '180751.923000', '180751.925000', '180751.928000', '180751.930000', '180751.933000', '180751.936000', '180751.938000', '180751.941000', '180751.943000', '180751.946000', '180751.948000', '180751.951000', '180751.954000', '180751.956000', '180751.959000', '180751.961000', '180751.964000', '180751.967000', '180751.969000', '180751.972000', '180751.975000', '180751.977000', '180751.980000', '180751.982000', '180751.993000', '180751.995000', '180751.998000', '180752.001000', '180752.004000', '180752.007000', '180752.009000', '180752.012000', '180752.014000', '180752.017000', '180752.020000', '180752.022000', '180752.025000', '180752.027000', '180752.030000', '180752.033000', '180752.035000', '180811.915000', '180811.918000', '180811.920000', '180811.923000', '180811.925000', '180811.928000', '180811.931000', '180811.933000', '180811.936000', '180811.938000', '180811.941000', '180811.943000', '180811.946000', '180811.949000', '180811.951000', '180811.954000', '180811.956000', '180811.959000', '180811.961000', '180811.964000', '180811.967000', '180811.969000', '180811.972000', '180811.974000', '180811.977000', '180811.979000', '180811.982000', '180811.985000', '180811.987000', '180811.990000', '180811.992000', '180811.995000', '180811.997000', '180812.000000', '180812.003000', '180812.005000', '180812.008000', '180812.011000', '180812.014000', '180812.017000', '180812.019000', '180812.022000', '180812.025000', '180831.915000', '180831.918000', '180831.920000', '180831.923000', '180831.926000', '180831.928000', '180831.931000', '180831.933000', '180831.936000', '180831.939000', '180831.941000', '180831.944000', '180831.946000', '180831.949000', '180831.951000', '180831.954000', '180831.957000', '180831.959000', '180831.962000', '180831.964000', '180831.967000', '180831.970000', '180831.972000', '180831.975000', '180831.977000', '180831.980000', '180831.982000', '180831.985000', '180831.988000', '180831.990000', '180831.993000', '180831.995000', '180831.998000', '180832.002000', '180832.004000', '180832.007000', '180832.009000', '180832.012000', '180832.014000', '180832.017000', '180832.020000', '180832.022000', '180832.025000', '180832.027000', '180851.915000', '180851.917000', '180851.920000', '180851.923000', '180851.925000', '180851.928000', '180851.930000', '180851.933000', '180851.936000', '180851.938000', '180851.941000', '180851.943000', '180851.946000', '180851.948000', '180851.961000', '180851.964000', '180851.966000', '180851.969000', '180851.971000', '180851.974000', '180851.976000', '180851.979000', '180851.982000', '180851.984000', '180851.987000', '180851.989000', '180851.992000', '180851.995000', '180851.997000', '180852.000000', '180852.003000', '180852.005000', '180852.008000', '180852.011000', '180852.013000', '180852.016000', '180852.018000', '180852.021000', '180852.023000', '180852.026000', '180852.029000', '180852.031000', '180852.034000', '180911.915000', '180911.918000', '180911.920000', '180911.923000', '180911.925000', '180911.928000', '180911.931000', '180911.933000', '180911.936000', '180911.938000', '180911.941000', '180911.944000', '180911.946000', '180911.949000', '180911.951000', '180911.954000', '180911.957000', '180911.959000', '180911.962000', '180911.964000', '180911.967000', '180911.969000', '180911.972000', '180911.974000', '180911.977000', '180911.980000', '180911.982000', '180911.985000', '180911.987000', '180911.990000', '180911.993000', '180911.995000', '180911.998000', '180912.001000', '180912.004000', '180912.007000', '180912.009000', '180912.012000', '180912.014000', '180912.017000', '180912.019000', '180912.022000', '180912.025000', '180912.027000', '180931.915000', '180931.917000', '180931.920000', '180931.923000', '180931.925000', '180931.928000', '180931.931000', '180931.933000', '180931.936000', '180931.938000', '180931.941000', '180931.944000', '180931.946000', '180931.949000', '180931.951000', '180931.954000', '180931.957000', '180931.959000', '180931.962000', '180931.964000', '180931.967000', '180931.970000', '180931.972000', '180931.975000', '180931.977000', '180931.980000', '180931.983000', '180931.985000', '180931.988000', '180931.991000', '180931.993000', '180931.996000', '180931.998000', '180932.002000', '180932.004000', '180932.007000', '180932.010000', '180932.012000', '180932.015000', '180932.017000', '180932.020000', '180932.023000', '180932.025000', '180951.915000', '180951.918000', '180951.921000', '180951.923000', '180951.926000', '180951.929000', '180951.931000', '180951.934000', '180951.936000', '180951.939000', '180951.942000', '180951.944000', '180951.947000', '180951.950000', '180951.952000', '180951.955000', '180951.957000', '180951.960000', '180951.963000', '180951.965000', '180951.968000', '180951.970000', '180951.973000', '180951.975000', '180951.978000', '180951.981000', '180951.983000', '180951.986000', '180951.989000', '180951.991000', '180951.994000', '180951.996000', '180951.999000', '180952.001000', '180952.004000', '180952.007000', '180952.009000', '180952.013000', '180952.016000', '180952.018000', '180952.021000', '180952.023000', '180952.026000', '180952.029000', '181011.915000', '181011.917000', '181011.920000', '181011.923000', '181011.925000', '181011.928000', '181011.930000', '181011.933000', '181011.935000', '181011.938000', '181011.941000', '181011.943000', '181011.946000', '181011.948000', '181011.951000', '181011.954000', '181011.956000', '181011.959000', '181011.961000', '181011.964000', '181011.966000', '181011.969000', '181011.971000', '181011.974000', '181012.008000', '181012.011000', '181012.014000', '181012.016000', '181012.019000', '181012.021000', '181012.024000', '181012.026000', '181012.029000', '181012.032000', '181012.034000', '181012.037000', '181012.039000', '181012.042000', '181012.044000', '181012.047000', '181012.050000', '181012.052000', '181012.055000', '181025.853000', '181025.856000', '181025.859000', '181025.862000', '181025.864000', '181025.867000', '181025.870000', '181025.873000', '181025.875000', '181025.878000', '181025.881000', '181025.884000', '181025.887000', '181025.889000', '181025.892000', '181025.895000', '181025.897000', '181025.900000', '181025.903000', '181025.905000', '181025.908000', '181025.910000', '181025.913000', '181025.916000', '181025.919000', '181025.922000', '181025.924000', '181025.927000', '181025.929000', '181025.932000', '181025.935000'], 'InstanceCreationTime': ['180411.944000', '180411.947000', '180411.959000', '180411.961000', '180411.964000', '180411.966000', '180411.969000', '180411.972000', '180411.974000', '180411.977000', '180411.979000', '180411.982000', '180411.984000', '180412.003000', '180412.006000', '180412.008000', '180412.011000', '180412.013000', '180412.016000', '180412.019000', '180412.021000', '180412.024000', '180412.026000', '180412.029000', '180412.031000', '180412.034000', '180412.036000', '180412.039000', '180412.042000', '180412.044000', '180412.047000', '180412.049000', '180412.052000', '180412.054000', '180412.057000', '180412.060000', '180412.062000', '180412.065000', '180412.067000', '180412.070000', '180412.072000', '180412.075000', '180412.078000', '180412.080000', '180412.083000', '180412.085000', '180412.088000', '180412.090000', '180412.093000', '180412.096000', '180412.098000', '180412.101000', '180412.103000', '180412.106000', '180412.108000', '180412.111000', '180412.113000', '180412.116000', '180431.915000', '180431.918000', '180431.920000', '180431.923000', '180431.925000', '180431.928000', '180431.931000', '180431.933000', '180431.936000', '180431.938000', '180431.941000', '180431.943000', '180431.946000', '180431.949000', '180431.951000', '180431.954000', '180431.956000', '180431.959000', '180431.961000', '180431.964000', '180431.967000', '180431.969000', '180431.972000', '180431.974000', '180431.977000', '180431.979000', '180431.982000', '180431.985000', '180431.987000', '180431.990000', '180431.992000', '180431.995000', '180431.998000', '180432.001000', '180432.004000', '180432.006000', '180432.009000', '180432.011000', '180432.014000', '180432.017000', '180432.019000', '180432.022000', '180432.024000', '180432.027000', '180451.915000', '180451.917000', '180451.920000', '180451.923000', '180451.925000', '180451.928000', '180451.930000', '180451.933000', '180451.935000', '180451.938000', '180451.941000', '180451.943000', '180451.946000', '180451.948000', '180451.952000', '180451.955000', '180451.957000', '180451.960000', '180451.963000', '180451.965000', '180451.968000', '180451.970000', '180451.973000', '180451.975000', '180451.978000', '180451.981000', '180451.983000', '180451.986000', '180451.988000', '180451.991000', '180451.993000', '180451.996000', '180452.000000', '180452.002000', '180452.005000', '180452.008000', '180452.010000', '180452.013000', '180452.015000', '180452.018000', '180452.021000', '180452.023000', '180452.026000', '180452.028000', '180511.914000', '180511.917000', '180511.920000', '180511.923000', '180511.925000', '180511.928000', '180511.931000', '180511.933000', '180511.936000', '180511.938000', '180511.941000', '180511.944000', '180511.946000', '180511.949000', '180511.951000', '180511.954000', '180511.956000', '180511.959000', '180511.962000', '180511.964000', '180511.967000', '180511.969000', '180511.972000', '180511.974000', '180511.977000', '180511.980000', '180511.982000', '180511.985000', '180511.987000', '180511.990000', '180511.992000', '180511.995000', '180511.998000', '180512.001000', '180512.004000', '180512.006000', '180512.009000', '180512.011000', '180512.014000', '180512.017000', '180512.019000', '180512.022000', '180512.024000', '180531.915000', '180531.918000', '180531.920000', '180531.923000', '180531.926000', '180531.929000', '180531.932000', '180531.935000', '180531.937000', '180531.940000', '180531.943000', '180531.945000', '180531.948000', '180531.950000', '180531.953000', '180531.955000', '180531.958000', '180531.961000', '180531.963000', '180531.966000', '180531.968000', '180531.971000', '180531.974000', '180531.976000', '180531.979000', '180531.981000', '180531.984000', '180531.986000', '180531.989000', '180531.992000', '180531.994000', '180531.997000', '180531.999000', '180532.002000', '180532.004000', '180532.007000', '180532.010000', '180532.020000', '180532.023000', '180532.025000', '180532.028000', '180532.031000', '180532.033000', '180551.914000', '180551.917000', '180551.920000', '180551.922000', '180551.925000', '180551.928000', '180551.930000', '180551.933000', '180551.947000', '180551.950000', '180551.953000', '180551.955000', '180551.958000', '180551.960000', '180551.963000', '180551.966000', '180551.968000', '180551.971000', '180551.973000', '180551.976000', '180551.978000', '180551.981000', '180551.984000', '180551.986000', '180551.989000', '180551.991000', '180551.994000', '180551.997000', '180551.999000', '180552.002000', '180552.004000', '180552.007000', '180552.009000', '180552.012000', '180552.015000', '180552.017000', '180552.020000', '180552.022000', '180552.025000', '180552.028000', '180552.030000', '180552.033000', '180552.035000', '180552.038000', '180611.915000', '180611.918000', '180611.920000', '180611.923000', '180611.925000', '180611.928000', '180611.931000', '180611.934000', '180611.937000', '180611.940000', '180611.942000', '180611.945000', '180611.947000', '180611.950000', '180611.953000', '180611.955000', '180611.958000', '180611.960000', '180611.963000', '180611.965000', '180611.968000', '180611.971000', '180611.973000', '180611.976000', '180611.978000', '180611.981000', '180611.984000', '180611.986000', '180611.990000', '180611.993000', '180611.996000', '180611.998000', '180612.002000', '180612.004000', '180612.007000', '180612.010000', '180612.012000', '180612.015000', '180612.017000', '180612.020000', '180612.023000', '180612.025000', '180612.028000', '180631.915000', '180631.917000', '180631.920000', '180631.923000', '180631.925000', '180631.928000', '180631.931000', '180631.933000', '180631.936000', '180631.938000', '180631.941000', '180631.944000', '180631.946000', '180631.949000', '180631.951000', '180631.954000', '180631.956000', '180631.959000', '180631.962000', '180631.964000', '180631.967000', '180631.970000', '180631.972000', '180631.975000', '180631.978000', '180631.980000', '180631.983000', '180631.985000', '180631.988000', '180631.991000', '180631.993000', '180631.996000', '180631.998000', '180632.002000', '180632.004000', '180632.007000', '180632.010000', '180632.012000', '180632.015000', '180632.017000', '180632.020000', '180632.022000', '180632.025000', '180632.028000', '180651.915000', '180651.917000', '180651.920000', '180651.923000', '180651.925000', '180651.928000', '180651.931000', '180651.933000', '180651.936000', '180651.938000', '180651.941000', '180651.943000', '180651.946000', '180651.949000', '180651.952000', '180651.955000', '180651.958000', '180651.960000', '180651.963000', '180651.966000', '180651.968000', '180651.971000', '180651.974000', '180651.976000', '180651.979000', '180651.981000', '180651.984000', '180651.986000', '180651.989000', '180651.991000', '180651.994000', '180651.997000', '180652.000000', '180652.003000', '180652.005000', '180652.008000', '180652.011000', '180652.013000', '180652.016000', '180652.018000', '180652.021000', '180652.024000', '180652.026000', '180711.915000', '180711.917000', '180711.920000', '180711.923000', '180711.925000', '180711.928000', '180711.930000', '180711.933000', '180711.936000', '180711.938000', '180711.941000', '180711.943000', '180711.946000', '180711.949000', '180711.951000', '180711.954000', '180711.956000', '180711.959000', '180711.961000', '180711.964000', '180711.967000', '180711.969000', '180711.972000', '180711.974000', '180711.977000', '180711.980000', '180711.982000', '180711.985000', '180711.987000', '180711.990000', '180711.993000', '180711.995000', '180711.998000', '180712.014000', '180712.017000', '180712.020000', '180712.022000', '180712.025000', '180712.027000', '180712.030000', '180712.032000', '180712.035000', '180712.038000', '180712.040000', '180731.915000', '180731.918000', '180731.920000', '180731.923000', '180731.925000', '180731.928000', '180731.931000', '180731.933000', '180731.936000', '180731.938000', '180731.941000', '180731.944000', '180731.946000', '180731.949000', '180731.951000', '180731.954000', '180731.957000', '180731.959000', '180731.962000', '180731.964000', '180731.967000', '180731.969000', '180731.972000', '180731.975000', '180731.977000', '180731.980000', '180731.982000', '180731.985000', '180731.987000', '180731.990000', '180731.993000', '180731.995000', '180731.998000', '180732.002000', '180732.005000', '180732.008000', '180732.011000', '180732.013000', '180732.016000', '180732.018000', '180732.021000', '180732.024000', '180732.026000', '180751.915000', '180751.917000', '180751.920000', '180751.923000', '180751.925000', '180751.928000', '180751.930000', '180751.933000', '180751.936000', '180751.938000', '180751.941000', '180751.943000', '180751.946000', '180751.948000', '180751.951000', '180751.954000', '180751.956000', '180751.959000', '180751.961000', '180751.964000', '180751.967000', '180751.969000', '180751.972000', '180751.975000', '180751.977000', '180751.980000', '180751.982000', '180751.993000', '180751.995000', '180751.998000', '180752.001000', '180752.004000', '180752.007000', '180752.009000', '180752.012000', '180752.014000', '180752.017000', '180752.020000', '180752.022000', '180752.025000', '180752.027000', '180752.030000', '180752.033000', '180752.035000', '180811.915000', '180811.918000', '180811.920000', '180811.923000', '180811.925000', '180811.928000', '180811.931000', '180811.933000', '180811.936000', '180811.938000', '180811.941000', '180811.943000', '180811.946000', '180811.949000', '180811.951000', '180811.954000', '180811.956000', '180811.959000', '180811.961000', '180811.964000', '180811.967000', '180811.969000', '180811.972000', '180811.974000', '180811.977000', '180811.979000', '180811.982000', '180811.985000', '180811.987000', '180811.990000', '180811.992000', '180811.995000', '180811.997000', '180812.000000', '180812.003000', '180812.005000', '180812.008000', '180812.011000', '180812.014000', '180812.017000', '180812.019000', '180812.022000', '180812.025000', '180831.915000', '180831.918000', '180831.920000', '180831.923000', '180831.926000', '180831.928000', '180831.931000', '180831.933000', '180831.936000', '180831.939000', '180831.941000', '180831.944000', '180831.946000', '180831.949000', '180831.951000', '180831.954000', '180831.957000', '180831.959000', '180831.962000', '180831.964000', '180831.967000', '180831.970000', '180831.972000', '180831.975000', '180831.977000', '180831.980000', '180831.982000', '180831.985000', '180831.988000', '180831.990000', '180831.993000', '180831.995000', '180831.998000', '180832.002000', '180832.004000', '180832.007000', '180832.009000', '180832.012000', '180832.014000', '180832.017000', '180832.020000', '180832.022000', '180832.025000', '180832.027000', '180851.915000', '180851.917000', '180851.920000', '180851.923000', '180851.925000', '180851.928000', '180851.930000', '180851.933000', '180851.936000', '180851.938000', '180851.941000', '180851.943000', '180851.946000', '180851.948000', '180851.961000', '180851.964000', '180851.966000', '180851.969000', '180851.971000', '180851.974000', '180851.976000', '180851.979000', '180851.982000', '180851.984000', '180851.987000', '180851.989000', '180851.992000', '180851.995000', '180851.997000', '180852.000000', '180852.003000', '180852.005000', '180852.008000', '180852.011000', '180852.013000', '180852.016000', '180852.018000', '180852.021000', '180852.023000', '180852.026000', '180852.029000', '180852.031000', '180852.034000', '180911.915000', '180911.918000', '180911.920000', '180911.923000', '180911.925000', '180911.928000', '180911.931000', '180911.933000', '180911.936000', '180911.938000', '180911.941000', '180911.944000', '180911.946000', '180911.949000', '180911.951000', '180911.954000', '180911.957000', '180911.959000', '180911.962000', '180911.964000', '180911.967000', '180911.969000', '180911.972000', '180911.974000', '180911.977000', '180911.980000', '180911.982000', '180911.985000', '180911.987000', '180911.990000', '180911.993000', '180911.995000', '180911.998000', '180912.001000', '180912.004000', '180912.007000', '180912.009000', '180912.012000', '180912.014000', '180912.017000', '180912.019000', '180912.022000', '180912.025000', '180912.027000', '180931.915000', '180931.917000', '180931.920000', '180931.923000', '180931.925000', '180931.928000', '180931.931000', '180931.933000', '180931.936000', '180931.938000', '180931.941000', '180931.944000', '180931.946000', '180931.949000', '180931.951000', '180931.954000', '180931.957000', '180931.959000', '180931.962000', '180931.964000', '180931.967000', '180931.970000', '180931.972000', '180931.975000', '180931.977000', '180931.980000', '180931.983000', '180931.985000', '180931.988000', '180931.991000', '180931.993000', '180931.996000', '180931.998000', '180932.002000', '180932.004000', '180932.007000', '180932.010000', '180932.012000', '180932.015000', '180932.017000', '180932.020000', '180932.023000', '180932.025000', '180951.915000', '180951.918000', '180951.921000', '180951.923000', '180951.926000', '180951.929000', '180951.931000', '180951.934000', '180951.936000', '180951.939000', '180951.942000', '180951.944000', '180951.947000', '180951.950000', '180951.952000', '180951.955000', '180951.957000', '180951.960000', '180951.963000', '180951.965000', '180951.968000', '180951.970000', '180951.973000', '180951.975000', '180951.978000', '180951.981000', '180951.983000', '180951.986000', '180951.989000', '180951.991000', '180951.994000', '180951.996000', '180951.999000', '180952.001000', '180952.004000', '180952.007000', '180952.009000', '180952.013000', '180952.016000', '180952.018000', '180952.021000', '180952.023000', '180952.026000', '180952.029000', '181011.915000', '181011.917000', '181011.920000', '181011.923000', '181011.925000', '181011.928000', '181011.930000', '181011.933000', '181011.935000', '181011.938000', '181011.941000', '181011.943000', '181011.946000', '181011.948000', '181011.951000', '181011.954000', '181011.956000', '181011.959000', '181011.961000', '181011.964000', '181011.966000', '181011.969000', '181011.971000', '181011.974000', '181012.008000', '181012.011000', '181012.014000', '181012.016000', '181012.019000', '181012.021000', '181012.024000', '181012.026000', '181012.029000', '181012.032000', '181012.034000', '181012.037000', '181012.039000', '181012.042000', '181012.044000', '181012.047000', '181012.050000', '181012.052000', '181012.055000', '181025.853000', '181025.856000', '181025.859000', '181025.862000', '181025.864000', '181025.867000', '181025.870000', '181025.873000', '181025.875000', '181025.878000', '181025.881000', '181025.884000', '181025.887000', '181025.889000', '181025.892000', '181025.895000', '181025.897000', '181025.900000', '181025.903000', '181025.905000', '181025.908000', '181025.910000', '181025.913000', '181025.916000', '181025.919000', '181025.922000', '181025.924000', '181025.927000', '181025.929000', '181025.932000', '181025.935000'], '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': [10939, 6817, 8987, 6536, 6502, 6664, 6343, 10115, 6375, 9408, 6081, 7651, 6110, 9365, 6155, 9840, 7122, 7796, 6056, 8066, 6077, 11826, 6286, 11504, 8181, 7674, 6466, 6455, 6093, 6489, 6394, 6344, 6584, 6395, 6187, 6151, 6369, 6400, 6401, 6488, 6457, 6183, 6051, 6366, 6352, 12033, 6224, 12335, 6966, 10905, 6844, 9040, 6437, 6851, 6411, 6754, 6361, 6809, 7356, 7965, 9431, 7896, 6271, 6521, 6266, 6308, 10731, 6446, 11925, 6272, 12186, 6155, 10320, 6540, 9033, 6697, 7065, 6581, 6497, 6171, 7180, 6381, 6695, 6454, 6463, 6228, 7426, 6405, 8303, 6463, 6847, 6571, 7289, 6376, 6713, 6275, 6401, 6468, 7278, 6264, 7636, 6408, 7400, 6247, 9034, 6779, 10433, 6456, 7118, 6390, 7171, 7616, 8595, 7736, 6887, 6571, 6267, 9629, 6386, 12511, 6779, 12462, 9912, 12344, 6552, 10462, 6147, 9445, 6756, 10664, 6619, 10052, 6767, 9734, 6482, 8985, 6232, 6668, 6422, 6415, 8047, 6822, 10147, 6640, 9180, 6395, 10823, 7247, 11166, 6659, 9578, 6677, 11154, 7394, 10275, 6839, 8550, 6867, 10647, 6840, 11470, 6828, 9899, 6979, 10311, 7173, 9250, 6703, 9044, 6898, 11429, 8019, 11289, 6567, 11071, 7642, 10447, 6775, 8116, 6463, 6480, 9776, 8678, 6887, 6311, 6285, 6765, 6526, 6373, 7478, 6050, 12671, 7211, 11003, 6969, 6838, 6301, 6592, 6342, 6640, 6974, 6732, 6718, 7671, 6497, 12142, 9920, 12162, 7397, 12507, 6050, 11601, 7960, 12015, 7040, 11316, 6264, 10437, 6390, 10568, 6375, 11051, 6300, 10432, 6463, 10122, 6209, 9550, 6498, 10120, 6686, 7732, 6408, 6747, 6548, 6502, 9161, 6961, 8985, 6828, 8409, 6637, 12023, 6852, 11752, 7031, 11160, 7603, 11286, 8194, 10015, 6375, 12561, 7163, 11792, 9748, 11794, 7990, 10743, 6853, 9174, 6814, 7936, 6928, 7498, 6902, 8562, 6429, 7369, 6158, 7164, 8975, 7239, 12867, 9938, 13512, 8978, 10110, 6328, 6964, 6315, 6893, 7544, 7154, 6943, 6899, 7921, 6923, 7125, 6957, 6524, 6954, 7074, 7137, 7370, 6903, 8650, 7130, 11866, 6971, 10930, 7156, 10567, 7032, 12240, 7345, 10005, 7318, 6567, 7099, 7771, 7136, 10076, 7238, 7488, 7220, 8474, 7199, 8149, 7415, 7420, 7075, 10444, 7351, 11324, 7291, 8331, 7455, 10169, 7168, 10211, 7175, 6931, 7382, 6604, 12092, 8448, 11530, 7818, 7543, 6414, 7449, 6465, 11574, 8022, 12292, 9129, 9929, 6704, 11099, 6570, 11668, 9811, 9679, 7161, 10704, 6609, 11355, 6915, 11195, 7469, 10352, 7303, 8385, 7133, 8634, 7317, 6427, 7296, 6594, 7516, 6527, 7195, 7337, 7326, 6597, 7483, 8116, 6792, 7413, 7478, 7592, 8919, 7264, 7843, 7183, 10392, 7473, 10790, 7233, 9750, 7017, 9726, 7059, 10345, 7041, 8771, 6945, 10265, 6826, 10577, 7059, 9934, 6980, 10926, 8172, 11573, 6957, 10977, 8620, 11764, 9473, 11831, 7405, 10527, 7247, 9302, 7242, 7643, 7524, 6613, 11577, 7349, 8415, 6709, 7565, 7222, 7977, 7045, 8620, 6590, 7528, 6835, 7348, 10649, 7125, 10686, 7151, 11405, 7452, 11291, 6935, 10889, 8046, 11033, 7443, 10790, 6700, 9471, 6343, 8568, 6560, 9188, 6349, 9846, 7218, 7113, 6270, 7155, 6605, 8801, 9056, 7248, 7336, 7554, 6901, 11258, 10092, 9837, 9285, 7426, 6477, 8007, 6424, 12753, 10437, 12567, 8849, 9051, 6490, 11215, 6807, 10391, 7041, 10140, 7963, 10276, 6993, 8947, 7188, 8361, 7297, 8173, 7420, 9944, 7295, 10931, 7166, 9484, 7484, 7974, 7392, 9886, 7190, 10205, 7274, 7750, 6863, 10959, 6903, 7339, 6981, 7799, 6875, 7488, 9630, 7478, 9508, 7394, 8811, 7293, 12044, 7361, 12038, 7308, 11379, 8498, 11957, 6875, 11154, 6753, 11056, 8650, 10387, 8641, 9460, 6727, 10748, 7478, 10188, 7225, 9765, 6796, 12249, 6922, 11564, 7507, 11092, 8312, 11152, 7499, 11356, 7366, 7220, 7516, 6637, 7772, 7953, 7379, 9878, 7520, 9497, 7707, 8596, 7450, 9550, 7444, 8941, 7160, 8420, 6961, 10484, 6994, 9652, 6758, 10122, 8207, 9290, 7227, 7712, 6932, 7615, 6742, 7584, 6569, 7532, 6827, 7493, 7730, 7441, 8062, 7633, 7025, 7778, 7884, 9561, 10975, 7492, 8076, 7755, 6632, 11111, 6816, 13236, 7787, 11987, 7227, 10681, 6820, 13031, 9933, 10976, 8203, 7087, 6798, 6868, 6389, 6698, 8403, 6334, 6987, 6391, 7134, 7821, 7007, 11169, 7570, 10697, 6702, 7968, 6630, 7904, 6950, 7594, 6604, 7372, 7026, 7104, 6918, 8310, 7088, 9312, 6859, 9105, 6962, 7480, 6966, 7789, 8117, 7580, 8176, 7559, 6314, 7358, 9562, 7125, 10256, 7284, 9640, 7185, 11641, 8049, 11661, 7023, 10491, 7350, 10910, 8113, 11452, 7112, 9747, 7398, 8323, 7356, 9803, 7347, 10872, 7101, 8955, 7411, 7686, 7622, 8307, 7697, 7024, 9162, 7333, 7378, 6569, 7414, 6815, 7328, 6882, 9290, 6718, 7729, 6807, 7462, 6714, 7483, 6960, 7504, 6844, 7361, 6597, 7470, 6802, 7392, 6764, 7586, 7936, 7504, 11803, 7521, 11914, 6934, 11630, 8956, 9621, 8288, 7542, 6610, 7636, 8166, 7552, 11216, 7471, 9127, 7646, 8361, 7636, 10551, 7151, 9560, 7315, 10020, 7264, 10622, 7089, 7629, 7225, 8054, 6251, 7882, 9339, 7616, 12798, 10102, 9028, 7035, 7819, 7774, 8717, 11942, 8607, 12184, 7322, 8903, 7490, 8752, 7308, 11869, 8350, 11370, 7064, 10336, 7264, 9842, 7478, 10213, 7337, 8561, 7485, 7431, 7622, 8268, 7627, 8142, 7514, 7336, 7679, 8084, 7871, 9715, 7560, 10207, 7592, 8300, 7662, 6469, 7536, 7194, 7032, 10222, 6682, 7719, 6852, 7673, 11100, 8562, 8462, 7172, 7880, 7587, 9945, 9417, 7621, 6737, 7635, 7031, 7483, 8317, 7333, 6535, 7574, 6225, 7607, 6443, 7388, 6663, 7709, 6961, 7620, 6546, 7732, 6816, 7567, 6640, 7681, 7395, 7453, 6679, 7749, 8195, 8301, 10814, 7550, 6794, 7764, 6870, 12628, 6689, 12122, 7609, 10943, 7332, 9600, 7387, 8198, 7394, 6465, 7513, 7184, 7556, 9355, 7325, 8995, 7640, 7469, 7794, 8967, 7522, 8941, 7451, 7041, 7505, 9568, 7508, 10485, 6899, 10429, 6945], 'WindowCenter': [3847.0, 3780.0, 3804.0, 3761.0, 3749.0, 3758.0, 3749.0, 3798.0, 3746.0, 3788.0, 3736.0, 3755.0, 3735.0, 3786.0, 3736.0, 3785.0, 3756.0, 3766.0, 3734.0, 3764.0, 3733.0, 3808.0, 3747.0, 3796.0, 3767.0, 3755.0, 3745.0, 3745.0, 3746.0, 3746.0, 3745.0, 3746.0, 3757.0, 3746.0, 3746.0, 3747.0, 3745.0, 3747.0, 3747.0, 3747.0, 3759.0, 3748.0, 3747.0, 3747.0, 3748.0, 3810.0, 3746.0, 3821.0, 3758.0, 3799.0, 3756.0, 3788.0, 3746.0, 3757.0, 3746.0, 3757.0, 3748.0, 3756.0, 3769.0, 3779.0, 3790.0, 3768.0, 3743.0, 3746.0, 3746.0, 3746.0, 3797.0, 3748.0, 3809.0, 3747.0, 3809.0, 3747.0, 3800.0, 3745.0, 3778.0, 3756.0, 3756.0, 3758.0, 3745.0, 3749.0, 3757.0, 3748.0, 3756.0, 3757.0, 3757.0, 3750.0, 3769.0, 3757.0, 3779.0, 3757.0, 3757.0, 3761.0, 3769.0, 3758.0, 3760.0, 3759.0, 3757.0, 3759.0, 3771.0, 3757.0, 3778.0, 3760.0, 3770.0, 3759.0, 3791.0, 3761.0, 3801.0, 3748.0, 3756.0, 3749.0, 3760.0, 3768.0, 3778.0, 3767.0, 3758.0, 3746.0, 3746.0, 3786.0, 3748.0, 3808.0, 3758.0, 3820.0, 3799.0, 3809.0, 3747.0, 3797.0, 3746.0, 3788.0, 3758.0, 3812.0, 3759.0, 3798.0, 3760.0, 3798.0, 3760.0, 3790.0, 3748.0, 3756.0, 3758.0, 3760.0, 3780.0, 3761.0, 3811.0, 3759.0, 3788.0, 3759.0, 3812.0, 3770.0, 3810.0, 3759.0, 3786.0, 3759.0, 3809.0, 3769.0, 3799.0, 3757.0, 3788.0, 3758.0, 3798.0, 3757.0, 3811.0, 3759.0, 3801.0, 3769.0, 3799.0, 3760.0, 3789.0, 3757.0, 3791.0, 3770.0, 3812.0, 3779.0, 3809.0, 3757.0, 3798.0, 3767.0, 3797.0, 3745.0, 3765.0, 3745.0, 3747.0, 3789.0, 3779.0, 3746.0, 3734.0, 3733.0, 3743.0, 3732.0, 3744.0, 3754.0, 3734.0, 3819.0, 3768.0, 3811.0, 3758.0, 3744.0, 3745.0, 3757.0, 3759.0, 3760.0, 3758.0, 3756.0, 3758.0, 3769.0, 3758.0, 3811.0, 3789.0, 3809.0, 3767.0, 3810.0, 3747.0, 3809.0, 3780.0, 3810.0, 3757.0, 3798.0, 3748.0, 3799.0, 3748.0, 3798.0, 3749.0, 3809.0, 3748.0, 3799.0, 3748.0, 3799.0, 3749.0, 3801.0, 3760.0, 3814.0, 3759.0, 3767.0, 3747.0, 3757.0, 3749.0, 3749.0, 3791.0, 3770.0, 3790.0, 3759.0, 3779.0, 3762.0, 3821.0, 3760.0, 3809.0, 3769.0, 3811.0, 3780.0, 3810.0, 3779.0, 3788.0, 3749.0, 3810.0, 3758.0, 3811.0, 3790.0, 3796.0, 3766.0, 3797.0, 3744.0, 3776.0, 3745.0, 3767.0, 3754.0, 3757.0, 3758.0, 3778.0, 3759.0, 3768.0, 3747.0, 3758.0, 3789.0, 3781.0, 3824.0, 3815.0, 3833.0, 3792.0, 3798.0, 3748.0, 3770.0, 3761.0, 3759.0, 3769.0, 3758.0, 3769.0, 3771.0, 3783.0, 3768.0, 3758.0, 3768.0, 3760.0, 3771.0, 3770.0, 3770.0, 3769.0, 3771.0, 3791.0, 3771.0, 3822.0, 3770.0, 3811.0, 3759.0, 3801.0, 3761.0, 3810.0, 3759.0, 3789.0, 3757.0, 3745.0, 3760.0, 3768.0, 3758.0, 3800.0, 3767.0, 3768.0, 3769.0, 3779.0, 3758.0, 3765.0, 3767.0, 3768.0, 3759.0, 3799.0, 3768.0, 3799.0, 3757.0, 3766.0, 3758.0, 3787.0, 3757.0, 3790.0, 3747.0, 3745.0, 3755.0, 3745.0, 3798.0, 3765.0, 3798.0, 3755.0, 3753.0, 3732.0, 3753.0, 3745.0, 3799.0, 3767.0, 3798.0, 3777.0, 3786.0, 3744.0, 3795.0, 3744.0, 3797.0, 3787.0, 3776.0, 3744.0, 3786.0, 3744.0, 3796.0, 3743.0, 3795.0, 3754.0, 3786.0, 3754.0, 3765.0, 3743.0, 3763.0, 3743.0, 3731.0, 3741.0, 3741.0, 3754.0, 3743.0, 3756.0, 3756.0, 3755.0, 3744.0, 3782.0, 3780.0, 3760.0, 3770.0, 3770.0, 3780.0, 3790.0, 3770.0, 3779.0, 3769.0, 3812.0, 3772.0, 3813.0, 3770.0, 3800.0, 3772.0, 3789.0, 3773.0, 3801.0, 3758.0, 3790.0, 3771.0, 3800.0, 3759.0, 3801.0, 3770.0, 3801.0, 3769.0, 3813.0, 3781.0, 3810.0, 3759.0, 3811.0, 3781.0, 3810.0, 3789.0, 3798.0, 3757.0, 3787.0, 3755.0, 3775.0, 3755.0, 3755.0, 3754.0, 3744.0, 3796.0, 3756.0, 3764.0, 3743.0, 3766.0, 3769.0, 3767.0, 3759.0, 3778.0, 3746.0, 3769.0, 3758.0, 3771.0, 3800.0, 3770.0, 3812.0, 3772.0, 3813.0, 3769.0, 3811.0, 3771.0, 3814.0, 3781.0, 3809.0, 3770.0, 3812.0, 3772.0, 3801.0, 3748.0, 3778.0, 3757.0, 3790.0, 3759.0, 3801.0, 3770.0, 3757.0, 3746.0, 3769.0, 3759.0, 3790.0, 3792.0, 3769.0, 3768.0, 3769.0, 3758.0, 3810.0, 3800.0, 3788.0, 3777.0, 3754.0, 3735.0, 3764.0, 3734.0, 3808.0, 3786.0, 3796.0, 3765.0, 3762.0, 3731.0, 3783.0, 3742.0, 3772.0, 3743.0, 3784.0, 3754.0, 3783.0, 3742.0, 3763.0, 3742.0, 3761.0, 3743.0, 3764.0, 3756.0, 3787.0, 3756.0, 3785.0, 3755.0, 3774.0, 3754.0, 3764.0, 3756.0, 3786.0, 3755.0, 3786.0, 3756.0, 3767.0, 3761.0, 3799.0, 3759.0, 3756.0, 3756.0, 3767.0, 3758.0, 3769.0, 3802.0, 3770.0, 3801.0, 3782.0, 3791.0, 3770.0, 3822.0, 3768.0, 3819.0, 3769.0, 3811.0, 3779.0, 3809.0, 3758.0, 3809.0, 3757.0, 3811.0, 3780.0, 3800.0, 3778.0, 3787.0, 3744.0, 3798.0, 3756.0, 3787.0, 3756.0, 3786.0, 3745.0, 3796.0, 3744.0, 3796.0, 3754.0, 3795.0, 3765.0, 3796.0, 3754.0, 3783.0, 3743.0, 3741.0, 3741.0, 3731.0, 3755.0, 3766.0, 3756.0, 3786.0, 3767.0, 3785.0, 3755.0, 3777.0, 3769.0, 3787.0, 3756.0, 3775.0, 3756.0, 3779.0, 3757.0, 3798.0, 3758.0, 3788.0, 3758.0, 3799.0, 3778.0, 3788.0, 3756.0, 3766.0, 3758.0, 3767.0, 3756.0, 3766.0, 3747.0, 3766.0, 3746.0, 3768.0, 3767.0, 3758.0, 3766.0, 3767.0, 3756.0, 3767.0, 3767.0, 3788.0, 3798.0, 3756.0, 3766.0, 3754.0, 3744.0, 3784.0, 3732.0, 3806.0, 3754.0, 3796.0, 3755.0, 3797.0, 3758.0, 3821.0, 3800.0, 3798.0, 3777.0, 3756.0, 3756.0, 3756.0, 3746.0, 3758.0, 3792.0, 3760.0, 3769.0, 3748.0, 3756.0, 3768.0, 3770.0, 3812.0, 3769.0, 3798.0, 3746.0, 3765.0, 3758.0, 3766.0, 3756.0, 3766.0, 3746.0, 3767.0, 3783.0, 3770.0, 3769.0, 3779.0, 3768.0, 3789.0, 3760.0, 3790.0, 3769.0, 3768.0, 3759.0, 3769.0, 3781.0, 3769.0, 3780.0, 3782.0, 3750.0, 3771.0, 3789.0, 3756.0, 3787.0, 3757.0, 3787.0, 3755.0, 3799.0, 3768.0, 3796.0, 3756.0, 3785.0, 3756.0, 3797.0, 3766.0, 3795.0, 3744.0, 3773.0, 3755.0, 3763.0, 3755.0, 3774.0, 3754.0, 3785.0, 3743.0, 3762.0, 3753.0, 3752.0, 3753.0, 3763.0, 3752.0, 3742.0, 3774.0, 3742.0, 3742.0, 3732.0, 3740.0, 3742.0, 3752.0, 3756.0, 3776.0, 3745.0, 3766.0, 3745.0, 3755.0, 3757.0, 3767.0, 3770.0, 3765.0, 3746.0, 3767.0, 3757.0, 3768.0, 3757.0, 3755.0, 3757.0, 3767.0, 3779.0, 3769.0, 3810.0, 3770.0, 3809.0, 3757.0, 3810.0, 3791.0, 3789.0, 3779.0, 3767.0, 3757.0, 3767.0, 3779.0, 3768.0, 3799.0, 3757.0, 3776.0, 3767.0, 3777.0, 3768.0, 3798.0, 3756.0, 3787.0, 3770.0, 3802.0, 3770.0, 3799.0, 3757.0, 3766.0, 3768.0, 3778.0, 3759.0, 3780.0, 3791.0, 3782.0, 3822.0, 3800.0, 3778.0, 3756.0, 3755.0, 3754.0, 3777.0, 3800.0, 3766.0, 3797.0, 3754.0, 3763.0, 3753.0, 3765.0, 3756.0, 3796.0, 3766.0, 3794.0, 3742.0, 3785.0, 3755.0, 3786.0, 3755.0, 3774.0, 3741.0, 3763.0, 3743.0, 3742.0, 3755.0, 3765.0, 3755.0, 3764.0, 3756.0, 3743.0, 3755.0, 3766.0, 3765.0, 3775.0, 3756.0, 3787.0, 3755.0, 3763.0, 3754.0, 3731.0, 3767.0, 3758.0, 3756.0, 3786.0, 3758.0, 3768.0, 3758.0, 3781.0, 3811.0, 3791.0, 3779.0, 3758.0, 3779.0, 3769.0, 3790.0, 3790.0, 3767.0, 3745.0, 3768.0, 3757.0, 3756.0, 3766.0, 3754.0, 3734.0, 3756.0, 3736.0, 3755.0, 3745.0, 3756.0, 3746.0, 3767.0, 3758.0, 3769.0, 3746.0, 3766.0, 3747.0, 3766.0, 3756.0, 3766.0, 3755.0, 3756.0, 3746.0, 3766.0, 3778.0, 3767.0, 3798.0, 3754.0, 3744.0, 3754.0, 3744.0, 3796.0, 3743.0, 3795.0, 3755.0, 3784.0, 3754.0, 3773.0, 3754.0, 3762.0, 3743.0, 3731.0, 3754.0, 3742.0, 3766.0, 3775.0, 3756.0, 3775.0, 3755.0, 3755.0, 3767.0, 3777.0, 3767.0, 3776.0, 3754.0, 3755.0, 3759.0, 3788.0, 3759.0, 3798.0, 3757.0, 3798.0, 3758.0], 'WindowWidth': [8636.0, 8532.0, 8551.0, 8487.0, 8467.0, 8475.0, 8463.0, 8528.0, 8457.0, 8512.0, 8441.0, 8464.0, 8438.0, 8507.0, 8441.0, 8506.0, 8468.0, 8480.0, 8436.0, 8477.0, 8436.0, 8539.0, 8458.0, 8521.0, 8481.0, 8465.0, 8451.0, 8453.0, 8456.0, 8456.0, 8454.0, 8456.0, 8471.0, 8457.0, 8458.0, 8461.0, 8455.0, 8458.0, 8459.0, 8460.0, 8477.0, 8461.0, 8460.0, 8460.0, 8461.0, 8544.0, 8458.0, 8559.0, 8476.0, 8527.0, 8470.0, 8511.0, 8456.0, 8471.0, 8457.0, 8471.0, 8460.0, 8471.0, 8491.0, 8503.0, 8517.0, 8484.0, 8449.0, 8456.0, 8454.0, 8456.0, 8524.0, 8459.0, 8541.0, 8457.0, 8542.0, 8459.0, 8530.0, 8455.0, 8498.0, 8470.0, 8472.0, 8474.0, 8454.0, 8465.0, 8473.0, 8462.0, 8471.0, 8474.0, 8473.0, 8467.0, 8491.0, 8473.0, 8503.0, 8474.0, 8474.0, 8483.0, 8490.0, 8478.0, 8481.0, 8479.0, 8474.0, 8479.0, 8495.0, 8475.0, 8501.0, 8480.0, 8493.0, 8481.0, 8523.0, 8482.0, 8534.0, 8463.0, 8471.0, 8462.0, 8479.0, 8488.0, 8499.0, 8484.0, 8473.0, 8454.0, 8456.0, 8509.0, 8460.0, 8539.0, 8474.0, 8557.0, 8528.0, 8540.0, 8458.0, 8522.0, 8456.0, 8514.0, 8475.0, 8551.0, 8478.0, 8528.0, 8480.0, 8530.0, 8483.0, 8519.0, 8464.0, 8472.0, 8477.0, 8483.0, 8508.0, 8484.0, 8550.0, 8479.0, 8517.0, 8481.0, 8549.0, 8493.0, 8545.0, 8475.0, 8510.0, 8480.0, 8542.0, 8491.0, 8527.0, 8472.0, 8515.0, 8478.0, 8527.0, 8475.0, 8546.0, 8479.0, 8534.0, 8492.0, 8529.0, 8480.0, 8516.0, 8474.0, 8522.0, 8495.0, 8548.0, 8505.0, 8541.0, 8473.0, 8525.0, 8483.0, 8523.0, 8452.0, 8479.0, 8452.0, 8456.0, 8515.0, 8499.0, 8452.0, 8434.0, 8432.0, 8446.0, 8431.0, 8450.0, 8463.0, 8438.0, 8555.0, 8488.0, 8546.0, 8473.0, 8451.0, 8453.0, 8472.0, 8477.0, 8478.0, 8476.0, 8472.0, 8476.0, 8491.0, 8477.0, 8548.0, 8515.0, 8540.0, 8484.0, 8545.0, 8461.0, 8543.0, 8506.0, 8543.0, 8470.0, 8525.0, 8462.0, 8530.0, 8462.0, 8527.0, 8464.0, 8542.0, 8461.0, 8529.0, 8461.0, 8529.0, 8464.0, 8534.0, 8483.0, 8557.0, 8478.0, 8487.0, 8460.0, 8471.0, 8463.0, 8465.0, 8521.0, 8494.0, 8518.0, 8477.0, 8505.0, 8484.0, 8559.0, 8479.0, 8543.0, 8491.0, 8547.0, 8508.0, 8544.0, 8503.0, 8514.0, 8463.0, 8545.0, 8475.0, 8545.0, 8516.0, 8521.0, 8482.0, 8520.0, 8450.0, 8491.0, 8452.0, 8482.0, 8464.0, 8471.0, 8474.0, 8501.0, 8477.0, 8487.0, 8460.0, 8475.0, 8519.0, 8511.0, 8572.0, 8561.0, 8579.0, 8524.0, 8525.0, 8461.0, 8494.0, 8483.0, 8478.0, 8491.0, 8476.0, 8492.0, 8497.0, 8514.0, 8490.0, 8474.0, 8490.0, 8481.0, 8496.0, 8495.0, 8494.0, 8492.0, 8499.0, 8523.0, 8499.0, 8564.0, 8495.0, 8547.0, 8476.0, 8533.0, 8481.0, 8545.0, 8475.0, 8513.0, 8469.0, 8452.0, 8479.0, 8487.0, 8474.0, 8533.0, 8485.0, 8487.0, 8492.0, 8501.0, 8474.0, 8481.0, 8484.0, 8487.0, 8476.0, 8528.0, 8486.0, 8527.0, 8470.0, 8480.0, 8473.0, 8510.0, 8470.0, 8513.0, 8454.0, 8449.0, 8463.0, 8451.0, 8524.0, 8477.0, 8523.0, 8464.0, 8459.0, 8431.0, 8458.0, 8453.0, 8526.0, 8484.0, 8523.0, 8494.0, 8505.0, 8449.0, 8517.0, 8451.0, 8522.0, 8509.0, 8491.0, 8448.0, 8505.0, 8448.0, 8518.0, 8447.0, 8516.0, 8462.0, 8504.0, 8461.0, 8475.0, 8446.0, 8469.0, 8444.0, 8427.0, 8440.0, 8441.0, 8460.0, 8448.0, 8467.0, 8467.0, 8465.0, 8451.0, 8513.0, 8508.0, 8481.0, 8495.0, 8494.0, 8507.0, 8519.0, 8493.0, 8504.0, 8493.0, 8552.0, 8498.0, 8551.0, 8492.0, 8532.0, 8498.0, 8516.0, 8504.0, 8533.0, 8475.0, 8518.0, 8496.0, 8531.0, 8479.0, 8532.0, 8493.0, 8534.0, 8494.0, 8552.0, 8511.0, 8545.0, 8477.0, 8546.0, 8507.0, 8543.0, 8515.0, 8524.0, 8468.0, 8506.0, 8465.0, 8490.0, 8463.0, 8463.0, 8461.0, 8449.0, 8519.0, 8465.0, 8473.0, 8446.0, 8481.0, 8490.0, 8484.0, 8477.0, 8497.0, 8456.0, 8491.0, 8477.0, 8495.0, 8531.0, 8496.0, 8552.0, 8498.0, 8552.0, 8491.0, 8545.0, 8495.0, 8554.0, 8509.0, 8544.0, 8492.0, 8550.0, 8502.0, 8537.0, 8461.0, 8499.0, 8472.0, 8520.0, 8480.0, 8534.0, 8494.0, 8473.0, 8458.0, 8491.0, 8479.0, 8519.0, 8524.0, 8490.0, 8486.0, 8488.0, 8474.0, 8544.0, 8529.0, 8511.0, 8495.0, 8462.0, 8437.0, 8475.0, 8435.0, 8539.0, 8506.0, 8517.0, 8474.0, 8467.0, 8426.0, 8497.0, 8442.0, 8482.0, 8445.0, 8499.0, 8461.0, 8495.0, 8444.0, 8470.0, 8444.0, 8467.0, 8446.0, 8473.0, 8466.0, 8507.0, 8469.0, 8503.0, 8466.0, 8488.0, 8462.0, 8475.0, 8468.0, 8505.0, 8464.0, 8504.0, 8469.0, 8485.0, 8484.0, 8529.0, 8478.0, 8468.0, 8468.0, 8484.0, 8475.0, 8492.0, 8537.0, 8494.0, 8536.0, 8515.0, 8523.0, 8494.0, 8563.0, 8489.0, 8556.0, 8492.0, 8547.0, 8505.0, 8543.0, 8474.0, 8541.0, 8473.0, 8547.0, 8506.0, 8528.0, 8499.0, 8508.0, 8451.0, 8525.0, 8468.0, 8507.0, 8466.0, 8505.0, 8451.0, 8518.0, 8448.0, 8517.0, 8461.0, 8515.0, 8476.0, 8517.0, 8462.0, 8497.0, 8444.0, 8439.0, 8440.0, 8426.0, 8464.0, 8480.0, 8468.0, 8506.0, 8482.0, 8502.0, 8466.0, 8495.0, 8490.0, 8508.0, 8467.0, 8491.0, 8469.0, 8501.0, 8473.0, 8526.0, 8475.0, 8513.0, 8474.0, 8529.0, 8500.0, 8511.0, 8468.0, 8479.0, 8471.0, 8486.0, 8470.0, 8483.0, 8456.0, 8482.0, 8456.0, 8487.0, 8484.0, 8472.0, 8483.0, 8484.0, 8468.0, 8482.0, 8484.0, 8512.0, 8524.0, 8466.0, 8477.0, 8461.0, 8447.0, 8500.0, 8429.0, 8532.0, 8462.0, 8517.0, 8465.0, 8522.0, 8473.0, 8561.0, 8533.0, 8528.0, 8498.0, 8470.0, 8469.0, 8469.0, 8455.0, 8474.0, 8524.0, 8481.0, 8490.0, 8462.0, 8470.0, 8487.0, 8494.0, 8548.0, 8490.0, 8525.0, 8455.0, 8478.0, 8473.0, 8481.0, 8470.0, 8480.0, 8454.0, 8485.0, 8518.0, 8492.0, 8492.0, 8502.0, 8489.0, 8516.0, 8479.0, 8518.0, 8492.0, 8487.0, 8476.0, 8491.0, 8507.0, 8489.0, 8506.0, 8511.0, 8466.0, 8497.0, 8516.0, 8469.0, 8510.0, 8469.0, 8510.0, 8467.0, 8526.0, 8485.0, 8520.0, 8466.0, 8503.0, 8467.0, 8520.0, 8479.0, 8516.0, 8447.0, 8483.0, 8461.0, 8470.0, 8464.0, 8487.0, 8461.0, 8500.0, 8445.0, 8467.0, 8457.0, 8455.0, 8457.0, 8471.0, 8456.0, 8443.0, 8486.0, 8441.0, 8440.0, 8427.0, 8437.0, 8443.0, 8457.0, 8466.0, 8493.0, 8452.0, 8480.0, 8453.0, 8466.0, 8472.0, 8485.0, 8493.0, 8480.0, 8453.0, 8484.0, 8472.0, 8486.0, 8471.0, 8468.0, 8470.0, 8487.0, 8502.0, 8490.0, 8544.0, 8492.0, 8541.0, 8473.0, 8544.0, 8522.0, 8517.0, 8503.0, 8484.0, 8470.0, 8484.0, 8501.0, 8487.0, 8528.0, 8470.0, 8493.0, 8484.0, 8497.0, 8485.0, 8525.0, 8469.0, 8508.0, 8496.0, 8539.0, 8494.0, 8527.0, 8470.0, 8481.0, 8485.0, 8500.0, 8477.0, 8506.0, 8522.0, 8511.0, 8562.0, 8532.0, 8500.0, 8467.0, 8465.0, 8462.0, 8495.0, 8530.0, 8479.0, 8520.0, 8461.0, 8471.0, 8459.0, 8477.0, 8467.0, 8516.0, 8478.0, 8512.0, 8443.0, 8501.0, 8462.0, 8504.0, 8463.0, 8484.0, 8442.0, 8469.0, 8443.0, 8441.0, 8465.0, 8476.0, 8464.0, 8473.0, 8464.0, 8446.0, 8463.0, 8477.0, 8477.0, 8491.0, 8465.0, 8507.0, 8461.0, 8472.0, 8459.0, 8427.0, 8482.0, 8471.0, 8466.0, 8507.0, 8475.0, 8486.0, 8473.0, 8510.0, 8547.0, 8522.0, 8502.0, 8474.0, 8504.0, 8490.0, 8516.0, 8517.0, 8483.0, 8450.0, 8485.0, 8468.0, 8466.0, 8480.0, 8461.0, 8436.0, 8466.0, 8440.0, 8464.0, 8452.0, 8467.0, 8454.0, 8483.0, 8473.0, 8489.0, 8454.0, 8480.0, 8456.0, 8483.0, 8469.0, 8482.0, 8465.0, 8468.0, 8453.0, 8482.0, 8499.0, 8482.0, 8524.0, 8461.0, 8448.0, 8460.0, 8447.0, 8517.0, 8444.0, 8516.0, 8461.0, 8499.0, 8460.0, 8484.0, 8459.0, 8467.0, 8444.0, 8427.0, 8461.0, 8445.0, 8480.0, 8490.0, 8466.0, 8491.0, 8465.0, 8464.0, 8483.0, 8496.0, 8481.0, 8492.0, 8463.0, 8466.0, 8475.0, 8512.0, 8477.0, 8524.0, 8472.0, 8527.0, 8475.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.00035680092059838897</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020422806214039125</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.19017794816825</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1393851382027644</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9851850041820268</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4912</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3842.2883</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08822148092202271</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.7974683544303796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5470413381361277</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5767232112934044</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.675100845311535</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3892999578034444</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0098731</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004039715975522995</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018361063674092293</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.808521531629086</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>23.5491</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9524</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.308</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294820.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>727.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.1265</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.379</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.0555</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2939.2498</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3093.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81724.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>953.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3881.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>812.1212</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.85825066664256</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> |