=== 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-0083 --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-0083",
"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-0083_ses-03_task-social_acq-mb8_run-02_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-0083_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-02_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-0083/ses-03/func/sub-0083_ses-03_task-social_acq-mb8_run-02_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>2fb0682788d63849dad27f146b23dcb8</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>21:14:44.652500</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.99849, -0.0217415, 0.0504503, 0.0155112, 0.992561, 0.120753]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0963024</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7890, -7276, 749, -83, -724, 253, 25]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.076</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>adc92ef6-19ea-40f8-8216-5952a9f0cf63||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.67887544631958, 0.04161541908979416, 0.1422908753156662, 106.50147247314453], [0.05833085998892784, 2.6629698276519775, 0.3234267234802246, -106.35067749023438], [0.13535435497760773, -0.32397031784057617, 2.6767795085906982, -57.5254020690918], [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': ['211444.652500', '211445.112500', '211445.572500', '211446.032500', '211446.492500', '211446.952500', '211447.412500', '211447.872500', '211448.332500', '211448.792500', '211449.252500', '211449.712500', '211450.172500', '211450.632500', '211451.092500', '211451.552500', '211452.012500', '211452.472500', '211452.932500', '211453.392500', '211453.852500', '211454.312500', '211454.772500', '211455.232500', '211455.692500', '211456.152500', '211456.612500', '211457.072500', '211457.532500', '211457.992500', '211458.452500', '211458.912500', '211459.372500', '211459.832500', '211500.292500', '211500.752500', '211501.212500', '211501.672500', '211502.132500', '211502.592500', '211503.052500', '211503.512500', '211503.972500', '211504.432500', '211504.892500', '211505.352500', '211505.812500', '211506.272500', '211506.732500', '211507.192500', '211507.652500', '211508.112500', '211508.572500', '211509.032500', '211509.492500', '211509.952500', '211510.412500', '211510.872500', '211511.332500', '211511.792500', '211512.252500', '211512.712500', '211513.172500', '211513.632500', '211514.092500', '211514.552500', '211515.012500', '211515.472500', '211515.932500', '211516.392500', '211516.852500', '211517.312500', '211517.772500', '211518.232500', '211518.692500', '211519.152500', '211519.612500', '211520.072500', '211520.532500', '211520.992500', '211521.452500', '211521.912500', '211522.372500', '211522.832500', '211523.292500', '211523.752500', '211524.212500', '211524.672500', '211525.132500', '211525.592500', '211526.052500', '211526.512500', '211526.972500', '211527.432500', '211527.892500', '211528.352500', '211528.812500', '211529.272500', '211529.732500', '211530.192500', '211530.652500', '211531.112500', '211531.572500', '211532.032500', '211532.492500', '211532.952500', '211533.412500', '211533.872500', '211534.332500', '211534.792500', '211535.252500', '211535.712500', '211536.172500', '211536.632500', '211537.092500', '211537.552500', '211538.012500', '211538.472500', '211538.932500', '211539.392500', '211539.852500', '211540.312500', '211540.772500', '211541.232500', '211541.692500', '211542.152500', '211542.612500', '211543.072500', '211543.532500', '211543.992500', '211544.452500', '211544.912500', '211545.372500', '211545.832500', '211546.292500', '211546.752500', '211547.212500', '211547.672500', '211548.132500', '211548.592500', '211549.052500', '211549.512500', '211549.972500', '211550.432500', '211550.892500', '211551.352500', '211551.812500', '211552.272500', '211552.732500', '211553.192500', '211553.652500', '211554.112500', '211554.572500', '211555.032500', '211555.492500', '211555.952500', '211556.412500', '211556.872500', '211557.332500', '211557.792500', '211558.252500', '211558.712500', '211559.172500', '211559.632500', '211600.092500', '211600.552500', '211601.012500', '211601.472500', '211601.932500', '211602.392500', '211602.852500', '211603.312500', '211603.772500', '211604.232500', '211604.692500', '211605.152500', '211605.612500', '211606.072500', '211606.532500', '211606.992500', '211607.452500', '211607.912500', '211608.372500', '211608.832500', '211609.292500', '211609.752500', '211610.212500', '211610.672500', '211611.132500', '211611.592500', '211612.052500', '211612.512500', '211612.972500', '211613.432500', '211613.892500', '211614.352500', '211614.812500', '211615.272500', '211615.732500', '211616.192500', '211616.652500', '211617.112500', '211617.572500', '211618.032500', '211618.492500', '211618.952500', '211619.412500', '211619.872500', '211620.332500', '211620.792500', '211621.252500', '211621.712500', '211622.172500', '211622.632500', '211623.092500', '211623.552500', '211624.012500', '211624.472500', '211624.932500', '211625.392500', '211625.852500', '211626.312500', '211626.772500', '211627.232500', '211627.692500', '211628.152500', '211628.612500', '211629.072500', '211629.532500', '211629.992500', '211630.452500', '211630.912500', '211631.372500', '211631.832500', '211632.292500', '211632.752500', '211633.212500', '211633.672500', '211634.132500', '211634.592500', '211635.052500', '211635.512500', '211635.972500', '211636.432500', '211636.892500', '211637.352500', '211637.812500', '211638.272500', '211638.732500', '211639.192500', '211639.652500', '211640.112500', '211640.572500', '211641.032500', '211641.492500', '211641.952500', '211642.412500', '211642.872500', '211643.332500', '211643.792500', '211644.252500', '211644.712500', '211645.172500', '211645.632500', '211646.092500', '211646.552500', '211647.012500', '211647.472500', '211647.932500', '211648.392500', '211648.852500', '211649.312500', '211649.772500', '211650.232500', '211650.692500', '211651.152500', '211651.612500', '211652.072500', '211652.532500', '211652.992500', '211653.452500', '211653.912500', '211654.372500', '211654.832500', '211655.292500', '211655.752500', '211656.212500', '211656.672500', '211657.132500', '211657.592500', '211658.052500', '211658.512500', '211658.972500', '211659.432500', '211659.892500', '211700.352500', '211700.812500', '211701.272500', '211701.732500', '211702.192500', '211702.652500', '211703.112500', '211703.572500', '211704.032500', '211704.492500', '211704.952500', '211705.412500', '211705.872500', '211706.332500', '211706.792500', '211707.252500', '211707.712500', '211708.172500', '211708.632500', '211709.092500', '211709.552500', '211710.012500', '211710.472500', '211710.932500', '211711.392500', '211711.852500', '211712.312500', '211712.772500', '211713.232500', '211713.692500', '211714.152500', '211714.612500', '211715.072500', '211715.532500', '211715.992500', '211716.452500', '211716.912500', '211717.372500', '211717.832500', '211718.292500', '211718.752500', '211719.212500', '211719.672500', '211720.132500', '211720.592500', '211721.052500', '211721.512500', '211721.972500', '211722.432500', '211722.892500', '211723.352500', '211723.812500', '211724.272500', '211724.732500', '211725.192500', '211725.652500', '211726.112500', '211726.572500', '211727.032500', '211727.492500', '211727.952500', '211728.412500', '211728.872500', '211729.332500', '211729.792500', '211730.252500', '211730.712500', '211731.172500', '211731.632500', '211732.092500', '211732.552500', '211733.012500', '211733.472500', '211733.932500', '211734.392500', '211734.852500', '211735.312500', '211735.772500', '211736.232500', '211736.692500', '211737.152500', '211737.612500', '211738.072500', '211738.532500', '211738.992500', '211739.452500', '211739.912500', '211740.372500', '211740.832500', '211741.292500', '211741.752500', '211742.212500', '211742.672500', '211743.132500', '211743.592500', '211744.052500', '211744.512500', '211744.972500', '211745.432500', '211745.892500', '211746.352500', '211746.812500', '211747.272500', '211747.732500', '211748.192500', '211748.652500', '211749.112500', '211749.572500', '211750.032500', '211750.492500', '211750.952500', '211751.412500', '211751.872500', '211752.332500', '211752.792500', '211753.252500', '211753.712500', '211754.172500', '211754.632500', '211755.092500', '211755.552500', '211756.012500', '211756.472500', '211756.932500', '211757.392500', '211757.852500', '211758.312500', '211758.772500', '211759.232500', '211759.692500', '211800.152500', '211800.612500', '211801.072500', '211801.532500', '211801.992500', '211802.452500', '211802.912500', '211803.372500', '211803.832500', '211804.292500', '211804.752500', '211805.212500', '211805.672500', '211806.132500', '211806.592500', '211807.052500', '211807.512500', '211807.972500', '211808.432500', '211808.892500', '211809.352500', '211809.812500', '211810.272500', '211810.732500', '211811.192500', '211811.652500', '211812.112500', '211812.572500', '211813.032500', '211813.492500', '211813.952500', '211814.412500', '211814.872500', '211815.332500', '211815.792500', '211816.252500', '211816.712500', '211817.172500', '211817.632500', '211818.092500', '211818.552500', '211819.012500', '211819.472500', '211819.932500', '211820.392500', '211820.852500', '211821.312500', '211821.772500', '211822.232500', '211822.692500', '211823.152500', '211823.612500', '211824.072500', '211824.532500', '211824.992500', '211825.452500', '211825.912500', '211826.372500', '211826.832500', '211827.292500', '211827.752500', '211828.212500', '211828.672500', '211829.132500', '211829.592500', '211830.052500', '211830.512500', '211830.972500', '211831.432500', '211831.892500', '211832.352500', '211832.812500', '211833.272500', '211833.732500', '211834.192500', '211834.652500', '211835.112500', '211835.572500', '211836.032500', '211836.492500', '211836.952500', '211837.412500', '211837.872500', '211838.332500', '211838.792500', '211839.252500', '211839.712500', '211840.172500', '211840.632500', '211841.092500', '211841.552500', '211842.012500', '211842.472500', '211842.932500', '211843.392500', '211843.852500', '211844.312500', '211844.772500', '211845.232500', '211845.692500', '211846.152500', '211846.612500', '211847.072500', '211847.532500', '211847.992500', '211848.452500', '211848.912500', '211849.372500', '211849.832500', '211850.292500', '211850.752500', '211851.212500', '211851.672500', '211852.132500', '211852.592500', '211853.052500', '211853.512500', '211853.972500', '211854.432500', '211854.892500', '211855.352500', '211855.812500', '211856.272500', '211856.732500', '211857.192500', '211857.652500', '211858.112500', '211858.572500', '211859.032500', '211859.492500', '211859.952500', '211900.412500', '211900.872500', '211901.332500', '211901.792500', '211902.252500', '211902.712500', '211903.172500', '211903.632500', '211904.092500', '211904.552500', '211905.012500', '211905.472500', '211905.932500', '211906.392500', '211906.852500', '211907.312500', '211907.772500', '211908.232500', '211908.692500', '211909.152500', '211909.612500', '211910.072500', '211910.532500', '211910.992500', '211911.452500', '211911.912500', '211912.372500', '211912.832500', '211913.292500', '211913.752500', '211914.212500', '211914.672500', '211915.132500', '211915.592500', '211916.052500', '211916.512500', '211916.972500', '211917.432500', '211917.892500', '211918.352500', '211918.812500', '211919.272500', '211919.732500', '211920.192500', '211920.652500', '211921.112500', '211921.572500', '211922.032500', '211922.492500', '211922.952500', '211923.412500', '211923.872500', '211924.332500', '211924.792500', '211925.252500', '211925.712500', '211926.172500', '211926.632500', '211927.092500', '211927.552500', '211928.012500', '211928.472500', '211928.932500', '211929.392500', '211929.852500', '211930.312500', '211930.772500', '211931.232500', '211931.692500', '211932.152500', '211932.612500', '211933.072500', '211933.532500', '211933.992500', '211934.452500', '211934.912500', '211935.372500', '211935.832500', '211936.292500', '211936.752500', '211937.212500', '211937.672500', '211938.132500', '211938.592500', '211939.052500', '211939.512500', '211939.972500', '211940.432500', '211940.892500', '211941.352500', '211941.812500', '211942.272500', '211942.732500', '211943.192500', '211943.652500', '211944.112500', '211944.572500', '211945.032500', '211945.492500', '211945.952500', '211946.412500', '211946.872500', '211947.332500', '211947.792500', '211948.252500', '211948.712500', '211949.172500', '211949.632500', '211950.092500', '211950.552500', '211951.012500', '211951.472500', '211951.932500', '211952.392500', '211952.852500', '211953.312500', '211953.772500', '211954.232500', '211954.692500', '211955.152500', '211955.612500', '211956.072500', '211956.532500', '211956.992500', '211957.452500', '211957.912500', '211958.372500', '211958.832500', '211959.292500', '211959.752500', '212000.212500', '212000.672500', '212001.132500', '212001.592500', '212002.052500', '212002.512500', '212002.972500', '212003.432500', '212003.892500', '212004.352500', '212004.812500', '212005.272500', '212005.732500', '212006.192500', '212006.652500', '212007.112500', '212007.572500', '212008.032500', '212008.492500', '212008.952500', '212009.412500', '212009.872500', '212010.332500', '212010.792500', '212011.252500', '212011.712500', '212012.172500', '212012.632500', '212013.092500', '212013.552500', '212014.012500', '212014.472500', '212014.932500', '212015.392500', '212015.852500', '212016.312500', '212016.772500', '212017.232500', '212017.692500', '212018.152500', '212018.612500', '212019.072500', '212019.532500', '212019.992500', '212020.452500', '212020.912500', '212021.372500', '212021.832500', '212022.292500', '212022.752500', '212023.212500', '212023.672500', '212024.132500', '212024.592500', '212025.052500', '212025.512500', '212025.972500', '212026.432500', '212026.892500', '212027.352500', '212027.812500', '212028.272500', '212028.732500', '212029.192500', '212029.652500', '212030.112500', '212030.572500', '212031.032500', '212031.492500', '212031.952500', '212032.412500', '212032.872500', '212033.332500', '212033.792500', '212034.252500', '212034.712500', '212035.172500', '212035.632500', '212036.092500', '212036.552500', '212037.012500', '212037.472500', '212037.932500', '212038.392500', '212038.852500', '212039.312500', '212039.772500', '212040.232500', '212040.692500', '212041.152500', '212041.612500', '212042.072500', '212042.532500', '212042.992500', '212043.452500', '212043.912500', '212044.372500', '212044.832500', '212045.292500', '212045.752500', '212046.212500', '212046.672500', '212047.132500', '212047.592500', '212048.052500', '212048.512500', '212048.972500', '212049.432500', '212049.892500', '212050.352500', '212050.812500', '212051.272500', '212051.732500', '212052.192500', '212052.652500', '212053.112500', '212053.572500', '212054.032500', '212054.492500', '212054.952500', '212055.412500', '212055.872500', '212056.332500', '212056.792500', '212057.252500', '212057.712500', '212058.172500', '212058.632500', '212059.092500', '212059.552500', '212100.012500', '212100.472500', '212100.932500', '212101.392500', '212101.852500', '212102.312500', '212102.772500', '212103.232500', '212103.692500', '212104.152500', '212104.612500', '212105.072500', '212105.532500', '212105.992500', '212106.452500', '212106.912500', '212107.372500', '212107.832500', '212108.292500', '212108.752500', '212109.212500', '212109.672500', '212110.132500', '212110.592500', '212111.052500', '212111.512500', '212111.972500', '212112.432500', '212112.892500', '212113.352500', '212113.812500', '212114.272500', '212114.732500', '212115.192500', '212115.652500', '212116.112500', '212116.572500', '212117.032500', '212117.492500', '212117.952500', '212118.412500', '212118.872500', '212119.332500', '212119.792500', '212120.252500', '212120.712500', '212121.172500', '212121.632500', '212122.092500', '212122.552500', '212123.012500', '212123.472500', '212123.932500', '212124.392500', '212124.852500', '212125.312500'], 'ContentTime': ['211507.579000', '211507.582000', '211507.584000', '211507.587000', '211507.590000', '211507.593000', '211507.595000', '211507.598000', '211507.601000', '211507.603000', '211507.607000', '211507.610000', '211507.612000', '211507.615000', '211507.622000', '211507.625000', '211507.627000', '211507.630000', '211507.633000', '211507.636000', '211507.639000', '211507.641000', '211507.644000', '211507.646000', '211507.649000', '211507.651000', '211507.654000', '211507.657000', '211507.659000', '211507.662000', '211507.665000', '211507.667000', '211507.680000', '211507.683000', '211507.686000', '211507.689000', '211507.691000', '211507.694000', '211507.697000', '211507.699000', '211507.702000', '211507.704000', '211507.707000', '211507.710000', '211507.712000', '211507.715000', '211507.717000', '211527.523000', '211527.526000', '211527.529000', '211527.531000', '211527.534000', '211527.537000', '211527.539000', '211527.542000', '211527.544000', '211527.547000', '211527.549000', '211527.552000', '211527.555000', '211527.557000', '211527.560000', '211527.562000', '211527.565000', '211527.567000', '211527.570000', '211527.573000', '211527.575000', '211527.578000', '211527.580000', '211527.583000', '211527.585000', '211527.596000', '211527.598000', '211527.601000', '211527.603000', '211527.606000', '211527.609000', '211527.611000', '211527.614000', '211527.616000', '211527.619000', '211527.621000', '211527.624000', '211527.627000', '211527.629000', '211527.632000', '211527.634000', '211527.637000', '211527.640000', '211527.642000', '211547.523000', '211547.526000', '211547.529000', '211547.531000', '211547.534000', '211547.536000', '211547.539000', '211547.542000', '211547.544000', '211547.547000', '211547.549000', '211547.552000', '211547.554000', '211547.557000', '211547.559000', '211547.562000', '211547.565000', '211547.567000', '211547.570000', '211547.572000', '211547.575000', '211547.577000', '211547.580000', '211547.583000', '211547.585000', '211547.588000', '211547.590000', '211547.593000', '211547.596000', '211547.599000', '211547.602000', '211547.605000', '211547.607000', '211547.610000', '211547.613000', '211547.615000', '211547.618000', '211547.620000', '211547.627000', '211547.629000', '211547.632000', '211547.634000', '211547.637000', '211607.524000', '211607.527000', '211607.530000', '211607.532000', '211607.535000', '211607.538000', '211607.540000', '211607.543000', '211607.545000', '211607.548000', '211607.551000', '211607.553000', '211607.556000', '211607.558000', '211607.561000', '211607.563000', '211607.566000', '211607.569000', '211607.571000', '211607.574000', '211607.576000', '211607.579000', '211607.586000', '211607.589000', '211607.591000', '211607.594000', '211607.596000', '211607.599000', '211607.602000', '211607.604000', '211607.607000', '211607.609000', '211607.612000', '211607.614000', '211607.617000', '211607.668000', '211607.671000', '211607.673000', '211607.676000', '211607.679000', '211607.681000', '211607.684000', '211607.687000', '211607.689000', '211627.524000', '211627.527000', '211627.530000', '211627.532000', '211627.535000', '211627.538000', '211627.540000', '211627.543000', '211627.545000', '211627.548000', '211627.550000', '211627.553000', '211627.556000', '211627.558000', '211627.561000', '211627.563000', '211627.566000', '211627.569000', '211627.571000', '211627.574000', '211627.576000', '211627.579000', '211627.581000', '211627.584000', '211627.587000', '211627.589000', '211627.592000', '211627.594000', '211627.606000', '211627.609000', '211627.611000', '211627.614000', '211627.617000', '211627.620000', '211627.622000', '211627.625000', '211627.627000', '211627.630000', '211627.632000', '211627.635000', '211627.638000', '211627.640000', '211627.643000', '211647.524000', '211647.534000', '211647.537000', '211647.539000', '211647.542000', '211647.545000', '211647.547000', '211647.550000', '211647.552000', '211647.555000', '211647.558000', '211647.560000', '211647.563000', '211647.565000', '211647.568000', '211647.570000', '211647.573000', '211647.576000', '211647.578000', '211647.581000', '211647.583000', '211647.586000', '211647.589000', '211647.591000', '211647.594000', '211647.596000', '211647.599000', '211647.602000', '211647.604000', '211647.607000', '211647.609000', '211647.612000', '211647.615000', '211647.617000', '211647.620000', '211647.622000', '211647.625000', '211647.628000', '211647.630000', '211647.633000', '211647.635000', '211647.638000', '211647.640000', '211647.643000', '211707.523000', '211707.526000', '211707.529000', '211707.532000', '211707.534000', '211707.537000', '211707.539000', '211707.542000', '211707.545000', '211707.547000', '211707.550000', '211707.553000', '211707.555000', '211707.558000', '211707.560000', '211707.563000', '211707.565000', '211707.568000', '211707.571000', '211707.573000', '211707.576000', '211707.579000', '211707.581000', '211707.584000', '211707.586000', '211707.589000', '211707.591000', '211707.594000', '211707.597000', '211707.599000', '211707.602000', '211707.605000', '211707.607000', '211707.610000', '211707.612000', '211707.615000', '211707.617000', '211707.620000', '211707.623000', '211707.625000', '211707.628000', '211707.630000', '211707.633000', '211727.524000', '211727.527000', '211727.529000', '211727.532000', '211727.535000', '211727.537000', '211727.540000', '211727.542000', '211727.545000', '211727.548000', '211727.550000', '211727.553000', '211727.555000', '211727.558000', '211727.561000', '211727.563000', '211727.566000', '211727.568000', '211727.571000', '211727.574000', '211727.576000', '211727.579000', '211727.582000', '211727.584000', '211727.587000', '211727.589000', '211727.592000', '211727.595000', '211727.597000', '211727.600000', '211727.603000', '211727.605000', '211727.608000', '211727.610000', '211727.613000', '211727.616000', '211727.618000', '211727.621000', '211727.623000', '211727.626000', '211727.629000', '211727.631000', '211727.634000', '211727.636000', '211747.524000', '211747.526000', '211747.529000', '211747.532000', '211747.534000', '211747.537000', '211747.540000', '211747.542000', '211747.545000', '211747.548000', '211747.550000', '211747.553000', '211747.555000', '211747.558000', '211747.560000', '211747.563000', '211747.581000', '211747.584000', '211747.587000', '211747.589000', '211747.592000', '211747.594000', '211747.597000', '211747.600000', '211747.602000', '211747.605000', '211747.607000', '211747.610000', '211747.612000', '211747.615000', '211747.618000', '211747.620000', '211747.623000', '211747.626000', '211747.628000', '211747.631000', '211747.633000', '211747.641000', '211747.644000', '211747.646000', '211747.649000', '211747.652000', '211747.654000', '211807.524000', '211807.526000', '211807.529000', '211807.532000', '211807.534000', '211807.537000', '211807.543000', '211807.545000', '211807.548000', '211807.550000', '211807.553000', '211807.556000', '211807.558000', '211807.561000', '211807.564000', '211807.566000', '211807.569000', '211807.571000', '211807.574000', '211807.577000', '211807.579000', '211807.582000', '211807.585000', '211807.587000', '211807.590000', '211807.592000', '211807.595000', '211807.598000', '211807.600000', '211807.603000', '211807.606000', '211807.608000', '211807.611000', '211807.613000', '211807.616000', '211807.619000', '211807.621000', '211807.624000', '211807.627000', '211807.629000', '211807.632000', '211807.634000', '211807.637000', '211807.640000', '211827.525000', '211827.527000', '211827.530000', '211827.533000', '211827.535000', '211827.538000', '211827.540000', '211827.543000', '211827.546000', '211827.548000', '211827.551000', '211827.554000', '211827.556000', '211827.559000', '211827.561000', '211827.564000', '211827.567000', '211827.569000', '211827.572000', '211827.575000', '211827.577000', '211827.580000', '211827.582000', '211827.585000', '211827.588000', '211827.590000', '211827.593000', '211827.596000', '211827.598000', '211827.601000', '211827.604000', '211827.606000', '211827.609000', '211827.611000', '211827.614000', '211827.617000', '211827.619000', '211827.622000', '211827.625000', '211827.627000', '211827.630000', '211827.632000', '211827.635000', '211847.524000', '211847.528000', '211847.530000', '211847.533000', '211847.536000', '211847.538000', '211847.541000', '211847.543000', '211847.546000', '211847.549000', '211847.551000', '211847.554000', '211847.557000', '211847.559000', '211847.562000', '211847.564000', '211847.567000', '211847.570000', '211847.572000', '211847.575000', '211847.578000', '211847.580000', '211847.583000', '211847.585000', '211847.588000', '211847.591000', '211847.593000', '211847.596000', '211847.599000', '211847.601000', '211847.604000', '211847.607000', '211847.609000', '211847.612000', '211847.615000', '211847.617000', '211847.620000', '211847.623000', '211847.625000', '211847.628000', '211847.630000', '211847.633000', '211847.636000', '211847.638000', '211907.524000', '211907.527000', '211907.530000', '211907.533000', '211907.535000', '211907.538000', '211907.540000', '211907.543000', '211907.546000', '211907.548000', '211907.551000', '211907.554000', '211907.556000', '211907.559000', '211907.561000', '211907.564000', '211907.567000', '211907.569000', '211907.572000', '211907.574000', '211907.577000', '211907.580000', '211907.582000', '211907.585000', '211907.587000', '211907.590000', '211907.593000', '211907.595000', '211907.598000', '211907.601000', '211907.603000', '211907.606000', '211907.608000', '211907.611000', '211907.614000', '211907.616000', '211907.619000', '211907.621000', '211907.624000', '211907.627000', '211907.629000', '211907.632000', '211907.635000', '211927.523000', '211927.526000', '211927.529000', '211927.532000', '211927.534000', '211927.537000', '211927.539000', '211927.542000', '211927.545000', '211927.547000', '211927.550000', '211927.552000', '211927.555000', '211927.558000', '211927.560000', '211927.563000', '211927.565000', '211927.568000', '211927.571000', '211927.573000', '211927.576000', '211927.579000', '211927.581000', '211927.584000', '211927.587000', '211927.589000', '211927.592000', '211927.595000', '211927.597000', '211927.600000', '211927.602000', '211927.605000', '211927.608000', '211927.610000', '211927.613000', '211927.616000', '211927.618000', '211927.621000', '211927.623000', '211927.626000', '211927.629000', '211927.631000', '211927.634000', '211927.636000', '211947.524000', '211947.527000', '211947.529000', '211947.532000', '211947.534000', '211947.537000', '211947.540000', '211947.542000', '211947.545000', '211947.548000', '211947.550000', '211947.553000', '211947.556000', '211947.558000', '211947.561000', '211947.563000', '211947.566000', '211947.569000', '211947.571000', '211947.574000', '211947.576000', '211947.579000', '211947.582000', '211947.584000', '211947.587000', '211947.590000', '211947.592000', '211947.595000', '211947.597000', '211947.600000', '211947.603000', '211947.605000', '211947.608000', '211947.610000', '211947.613000', '211947.616000', '211947.618000', '211947.621000', '211947.624000', '211947.626000', '211947.629000', '211947.632000', '211947.634000', '212007.523000', '212007.526000', '212007.529000', '212007.531000', '212007.534000', '212007.537000', '212007.539000', '212007.542000', '212007.544000', '212007.547000', '212007.550000', '212007.553000', '212007.556000', '212007.558000', '212007.561000', '212007.564000', '212007.566000', '212007.569000', '212007.572000', '212007.575000', '212007.577000', '212007.580000', '212007.583000', '212007.585000', '212007.588000', '212007.591000', '212007.593000', '212007.596000', '212007.599000', '212007.601000', '212007.604000', '212007.607000', '212007.609000', '212007.612000', '212007.615000', '212007.617000', '212007.620000', '212007.622000', '212007.625000', '212007.628000', '212007.630000', '212007.633000', '212007.636000', '212007.638000', '212027.524000', '212027.526000', '212027.529000', '212027.532000', '212027.534000', '212027.537000', '212027.540000', '212027.542000', '212027.545000', '212027.548000', '212027.550000', '212027.553000', '212027.555000', '212027.558000', '212027.561000', '212027.563000', '212027.566000', '212027.568000', '212027.571000', '212027.574000', '212027.576000', '212027.579000', '212027.582000', '212027.584000', '212027.587000', '212027.590000', '212027.592000', '212027.595000', '212027.597000', '212027.600000', '212027.603000', '212027.605000', '212027.608000', '212027.610000', '212027.613000', '212027.616000', '212027.618000', '212027.621000', '212027.624000', '212027.626000', '212027.629000', '212027.631000', '212027.634000', '212047.525000', '212047.528000', '212047.530000', '212047.533000', '212047.535000', '212047.538000', '212047.541000', '212047.543000', '212047.565000', '212047.568000', '212047.570000', '212047.573000', '212047.575000', '212047.578000', '212047.581000', '212047.583000', '212047.586000', '212047.589000', '212047.591000', '212047.594000', '212047.597000', '212047.599000', '212047.602000', '212047.605000', '212047.607000', '212047.610000', '212047.613000', '212047.615000', '212047.618000', '212047.620000', '212047.623000', '212047.626000', '212047.628000', '212047.631000', '212047.634000', '212047.636000', '212047.639000', '212047.642000', '212047.644000', '212047.647000', '212047.649000', '212047.652000', '212047.655000', '212107.525000', '212107.528000', '212107.530000', '212107.533000', '212107.536000', '212107.538000', '212107.541000', '212107.543000', '212107.546000', '212107.549000', '212107.551000', '212107.554000', '212107.556000', '212107.559000', '212107.562000', '212107.564000', '212107.567000', '212107.569000', '212107.572000', '212107.574000', '212107.577000', '212107.580000', '212107.582000', '212107.585000', '212107.587000', '212107.590000', '212107.593000', '212107.595000', '212107.598000', '212107.601000', '212107.603000', '212107.606000', '212107.609000', '212107.611000', '212107.614000', '212107.617000', '212107.619000', '212107.622000', '212107.624000', '212107.627000', '212107.630000', '212107.632000', '212107.635000', '212107.638000', '212126.640000', '212126.643000', '212126.646000', '212126.649000', '212126.651000', '212126.654000', '212126.657000', '212126.661000', '212126.664000', '212126.667000', '212126.669000', '212126.672000', '212126.675000', '212126.677000', '212126.680000', '212126.683000', '212126.685000', '212126.688000', '212126.690000', '212126.693000', '212126.696000', '212126.699000', '212126.702000', '212126.705000', '212126.708000', '212126.711000', '212126.714000', '212126.717000', '212126.720000', '212126.723000', '212126.725000', '212126.728000', '212126.731000', '212126.733000', '212126.736000', '212126.739000', '212126.742000', '212126.744000', '212126.747000', '212126.750000', '212126.752000', '212126.755000'], 'InstanceCreationTime': ['211507.579000', '211507.582000', '211507.584000', '211507.587000', '211507.590000', '211507.593000', '211507.595000', '211507.598000', '211507.601000', '211507.603000', '211507.607000', '211507.610000', '211507.612000', '211507.615000', '211507.622000', '211507.625000', '211507.627000', '211507.630000', '211507.633000', '211507.636000', '211507.639000', '211507.641000', '211507.644000', '211507.646000', '211507.649000', '211507.651000', '211507.654000', '211507.657000', '211507.659000', '211507.662000', '211507.665000', '211507.667000', '211507.680000', '211507.683000', '211507.686000', '211507.689000', '211507.691000', '211507.694000', '211507.697000', '211507.699000', '211507.702000', '211507.704000', '211507.707000', '211507.710000', '211507.712000', '211507.715000', '211507.717000', '211527.523000', '211527.526000', '211527.529000', '211527.531000', '211527.534000', '211527.537000', '211527.539000', '211527.542000', '211527.544000', '211527.547000', '211527.549000', '211527.552000', '211527.555000', '211527.557000', '211527.560000', '211527.562000', '211527.565000', '211527.567000', '211527.570000', '211527.573000', '211527.575000', '211527.578000', '211527.580000', '211527.583000', '211527.585000', '211527.596000', '211527.598000', '211527.601000', '211527.603000', '211527.606000', '211527.609000', '211527.611000', '211527.614000', '211527.616000', '211527.619000', '211527.621000', '211527.624000', '211527.627000', '211527.629000', '211527.632000', '211527.634000', '211527.637000', '211527.640000', '211527.642000', '211547.523000', '211547.526000', '211547.529000', '211547.531000', '211547.534000', '211547.536000', '211547.539000', '211547.542000', '211547.544000', '211547.547000', '211547.549000', '211547.552000', '211547.554000', '211547.557000', '211547.559000', '211547.562000', '211547.565000', '211547.567000', '211547.570000', '211547.572000', '211547.575000', '211547.577000', '211547.580000', '211547.583000', '211547.585000', '211547.588000', '211547.590000', '211547.593000', '211547.596000', '211547.599000', '211547.602000', '211547.605000', '211547.607000', '211547.610000', '211547.613000', '211547.615000', '211547.618000', '211547.620000', '211547.627000', '211547.629000', '211547.632000', '211547.634000', '211547.637000', '211607.524000', '211607.527000', '211607.530000', '211607.532000', '211607.535000', '211607.538000', '211607.540000', '211607.543000', '211607.545000', '211607.548000', '211607.551000', '211607.553000', '211607.556000', '211607.558000', '211607.561000', '211607.563000', '211607.566000', '211607.569000', '211607.571000', '211607.574000', '211607.576000', '211607.579000', '211607.586000', '211607.589000', '211607.591000', '211607.594000', '211607.596000', '211607.599000', '211607.602000', '211607.604000', '211607.607000', '211607.609000', '211607.612000', '211607.614000', '211607.617000', '211607.668000', '211607.671000', '211607.673000', '211607.676000', '211607.679000', '211607.681000', '211607.684000', '211607.687000', '211607.689000', '211627.524000', '211627.527000', '211627.530000', '211627.532000', '211627.535000', '211627.538000', '211627.540000', '211627.543000', '211627.545000', '211627.548000', '211627.550000', '211627.553000', '211627.556000', '211627.558000', '211627.561000', '211627.563000', '211627.566000', '211627.569000', '211627.571000', '211627.574000', '211627.576000', '211627.579000', '211627.581000', '211627.584000', '211627.587000', '211627.589000', '211627.592000', '211627.594000', '211627.606000', '211627.609000', '211627.611000', '211627.614000', '211627.617000', '211627.620000', '211627.622000', '211627.625000', '211627.627000', '211627.630000', '211627.632000', '211627.635000', '211627.638000', '211627.640000', '211627.643000', '211647.524000', '211647.534000', '211647.537000', '211647.539000', '211647.542000', '211647.545000', '211647.547000', '211647.550000', '211647.552000', '211647.555000', '211647.558000', '211647.560000', '211647.563000', '211647.565000', '211647.568000', '211647.570000', '211647.573000', '211647.576000', '211647.578000', '211647.581000', '211647.583000', '211647.586000', '211647.589000', '211647.591000', '211647.594000', '211647.596000', '211647.599000', '211647.602000', '211647.604000', '211647.607000', '211647.609000', '211647.612000', '211647.615000', '211647.617000', '211647.620000', '211647.622000', '211647.625000', '211647.628000', '211647.630000', '211647.633000', '211647.635000', '211647.638000', '211647.640000', '211647.643000', '211707.523000', '211707.526000', '211707.529000', '211707.532000', '211707.534000', '211707.537000', '211707.539000', '211707.542000', '211707.545000', '211707.547000', '211707.550000', '211707.553000', '211707.555000', '211707.558000', '211707.560000', '211707.563000', '211707.565000', '211707.568000', '211707.571000', '211707.573000', '211707.576000', '211707.579000', '211707.581000', '211707.584000', '211707.586000', '211707.589000', '211707.591000', '211707.594000', '211707.597000', '211707.599000', '211707.602000', '211707.605000', '211707.607000', '211707.610000', '211707.612000', '211707.615000', '211707.617000', '211707.620000', '211707.623000', '211707.625000', '211707.628000', '211707.630000', '211707.633000', '211727.524000', '211727.527000', '211727.529000', '211727.532000', '211727.535000', '211727.537000', '211727.540000', '211727.542000', '211727.545000', '211727.548000', '211727.550000', '211727.553000', '211727.555000', '211727.558000', '211727.561000', '211727.563000', '211727.566000', '211727.568000', '211727.571000', '211727.574000', '211727.576000', '211727.579000', '211727.582000', '211727.584000', '211727.587000', '211727.589000', '211727.592000', '211727.595000', '211727.597000', '211727.600000', '211727.603000', '211727.605000', '211727.608000', '211727.610000', '211727.613000', '211727.616000', '211727.618000', '211727.621000', '211727.623000', '211727.626000', '211727.629000', '211727.631000', '211727.634000', '211727.636000', '211747.524000', '211747.526000', '211747.529000', '211747.532000', '211747.534000', '211747.537000', '211747.540000', '211747.542000', '211747.545000', '211747.548000', '211747.550000', '211747.553000', '211747.555000', '211747.558000', '211747.560000', '211747.563000', '211747.581000', '211747.584000', '211747.587000', '211747.589000', '211747.592000', '211747.594000', '211747.597000', '211747.600000', '211747.602000', '211747.605000', '211747.607000', '211747.610000', '211747.612000', '211747.615000', '211747.618000', '211747.620000', '211747.623000', '211747.626000', '211747.628000', '211747.631000', '211747.633000', '211747.641000', '211747.644000', '211747.646000', '211747.649000', '211747.652000', '211747.654000', '211807.524000', '211807.526000', '211807.529000', '211807.532000', '211807.534000', '211807.537000', '211807.543000', '211807.545000', '211807.548000', '211807.550000', '211807.553000', '211807.556000', '211807.558000', '211807.561000', '211807.564000', '211807.566000', '211807.569000', '211807.571000', '211807.574000', '211807.577000', '211807.579000', '211807.582000', '211807.585000', '211807.587000', '211807.590000', '211807.592000', '211807.595000', '211807.598000', '211807.600000', '211807.603000', '211807.606000', '211807.608000', '211807.611000', '211807.613000', '211807.616000', '211807.619000', '211807.621000', '211807.624000', '211807.627000', '211807.629000', '211807.632000', '211807.634000', '211807.637000', '211807.640000', '211827.525000', '211827.527000', '211827.530000', '211827.533000', '211827.535000', '211827.538000', '211827.540000', '211827.543000', '211827.546000', '211827.548000', '211827.551000', '211827.554000', '211827.556000', '211827.559000', '211827.561000', '211827.564000', '211827.567000', '211827.569000', '211827.572000', '211827.575000', '211827.577000', '211827.580000', '211827.582000', '211827.585000', '211827.588000', '211827.590000', '211827.593000', '211827.596000', '211827.598000', '211827.601000', '211827.604000', '211827.606000', '211827.609000', '211827.611000', '211827.614000', '211827.617000', '211827.619000', '211827.622000', '211827.625000', '211827.627000', '211827.630000', '211827.632000', '211827.635000', '211847.524000', '211847.528000', '211847.530000', '211847.533000', '211847.536000', '211847.538000', '211847.541000', '211847.543000', '211847.546000', '211847.549000', '211847.551000', '211847.554000', '211847.557000', '211847.559000', '211847.562000', '211847.564000', '211847.567000', '211847.570000', '211847.572000', '211847.575000', '211847.578000', '211847.580000', '211847.583000', '211847.585000', '211847.588000', '211847.591000', '211847.593000', '211847.596000', '211847.599000', '211847.601000', '211847.604000', '211847.607000', '211847.609000', '211847.612000', '211847.615000', '211847.617000', '211847.620000', '211847.623000', '211847.625000', '211847.628000', '211847.630000', '211847.633000', '211847.636000', '211847.638000', '211907.524000', '211907.527000', '211907.530000', '211907.533000', '211907.535000', '211907.538000', '211907.540000', '211907.543000', '211907.546000', '211907.548000', '211907.551000', '211907.554000', '211907.556000', '211907.559000', '211907.561000', '211907.564000', '211907.567000', '211907.569000', '211907.572000', '211907.574000', '211907.577000', '211907.580000', '211907.582000', '211907.585000', '211907.587000', '211907.590000', '211907.593000', '211907.595000', '211907.598000', '211907.601000', '211907.603000', '211907.606000', '211907.608000', '211907.611000', '211907.614000', '211907.616000', '211907.619000', '211907.621000', '211907.624000', '211907.627000', '211907.629000', '211907.632000', '211907.635000', '211927.523000', '211927.526000', '211927.529000', '211927.532000', '211927.534000', '211927.537000', '211927.539000', '211927.542000', '211927.545000', '211927.547000', '211927.550000', '211927.552000', '211927.555000', '211927.558000', '211927.560000', '211927.563000', '211927.565000', '211927.568000', '211927.571000', '211927.573000', '211927.576000', '211927.579000', '211927.581000', '211927.584000', '211927.587000', '211927.589000', '211927.592000', '211927.595000', '211927.597000', '211927.600000', '211927.602000', '211927.605000', '211927.608000', '211927.610000', '211927.613000', '211927.616000', '211927.618000', '211927.621000', '211927.623000', '211927.626000', '211927.629000', '211927.631000', '211927.634000', '211927.636000', '211947.524000', '211947.527000', '211947.529000', '211947.532000', '211947.534000', '211947.537000', '211947.540000', '211947.542000', '211947.545000', '211947.548000', '211947.550000', '211947.553000', '211947.556000', '211947.558000', '211947.561000', '211947.563000', '211947.566000', '211947.569000', '211947.571000', '211947.574000', '211947.576000', '211947.579000', '211947.582000', '211947.584000', '211947.587000', '211947.590000', '211947.592000', '211947.595000', '211947.597000', '211947.600000', '211947.603000', '211947.605000', '211947.608000', '211947.610000', '211947.613000', '211947.616000', '211947.618000', '211947.621000', '211947.624000', '211947.626000', '211947.629000', '211947.632000', '211947.634000', '212007.523000', '212007.526000', '212007.529000', '212007.531000', '212007.534000', '212007.537000', '212007.539000', '212007.542000', '212007.544000', '212007.547000', '212007.550000', '212007.553000', '212007.556000', '212007.558000', '212007.561000', '212007.564000', '212007.566000', '212007.569000', '212007.572000', '212007.575000', '212007.577000', '212007.580000', '212007.583000', '212007.585000', '212007.588000', '212007.591000', '212007.593000', '212007.596000', '212007.599000', '212007.601000', '212007.604000', '212007.607000', '212007.609000', '212007.612000', '212007.615000', '212007.617000', '212007.620000', '212007.622000', '212007.625000', '212007.628000', '212007.630000', '212007.633000', '212007.636000', '212007.638000', '212027.524000', '212027.526000', '212027.529000', '212027.532000', '212027.534000', '212027.537000', '212027.540000', '212027.542000', '212027.545000', '212027.548000', '212027.550000', '212027.553000', '212027.555000', '212027.558000', '212027.561000', '212027.563000', '212027.566000', '212027.568000', '212027.571000', '212027.574000', '212027.576000', '212027.579000', '212027.582000', '212027.584000', '212027.587000', '212027.590000', '212027.592000', '212027.595000', '212027.597000', '212027.600000', '212027.603000', '212027.605000', '212027.608000', '212027.610000', '212027.613000', '212027.616000', '212027.618000', '212027.621000', '212027.624000', '212027.626000', '212027.629000', '212027.631000', '212027.634000', '212047.525000', '212047.528000', '212047.530000', '212047.533000', '212047.535000', '212047.538000', '212047.541000', '212047.543000', '212047.565000', '212047.568000', '212047.570000', '212047.573000', '212047.575000', '212047.578000', '212047.581000', '212047.583000', '212047.586000', '212047.589000', '212047.591000', '212047.594000', '212047.597000', '212047.599000', '212047.602000', '212047.605000', '212047.607000', '212047.610000', '212047.613000', '212047.615000', '212047.618000', '212047.620000', '212047.623000', '212047.626000', '212047.628000', '212047.631000', '212047.634000', '212047.636000', '212047.639000', '212047.642000', '212047.644000', '212047.647000', '212047.649000', '212047.652000', '212047.655000', '212107.525000', '212107.528000', '212107.530000', '212107.533000', '212107.536000', '212107.538000', '212107.541000', '212107.543000', '212107.546000', '212107.549000', '212107.551000', '212107.554000', '212107.556000', '212107.559000', '212107.562000', '212107.564000', '212107.567000', '212107.569000', '212107.572000', '212107.574000', '212107.577000', '212107.580000', '212107.582000', '212107.585000', '212107.587000', '212107.590000', '212107.593000', '212107.595000', '212107.598000', '212107.601000', '212107.603000', '212107.606000', '212107.609000', '212107.611000', '212107.614000', '212107.617000', '212107.619000', '212107.622000', '212107.624000', '212107.627000', '212107.630000', '212107.632000', '212107.635000', '212107.638000', '212126.640000', '212126.643000', '212126.646000', '212126.649000', '212126.651000', '212126.654000', '212126.657000', '212126.661000', '212126.664000', '212126.667000', '212126.669000', '212126.672000', '212126.675000', '212126.677000', '212126.680000', '212126.683000', '212126.685000', '212126.688000', '212126.690000', '212126.693000', '212126.696000', '212126.699000', '212126.702000', '212126.705000', '212126.708000', '212126.711000', '212126.714000', '212126.717000', '212126.720000', '212126.723000', '212126.725000', '212126.728000', '212126.731000', '212126.733000', '212126.736000', '212126.739000', '212126.742000', '212126.744000', '212126.747000', '212126.750000', '212126.752000', '212126.755000'], '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': [6942, 6331, 7392, 8391, 6174, 7963, 6463, 6813, 6264, 7177, 6436, 7158, 6324, 6169, 6186, 6114, 6131, 6157, 6192, 6374, 6079, 6148, 6331, 6332, 6254, 6195, 7191, 6256, 7011, 6198, 6878, 6062, 7009, 6345, 6409, 6163, 6197, 6060, 6237, 6091, 6233, 6181, 6340, 6258, 6514, 6153, 6037, 7967, 6046, 6627, 6148, 6310, 6303, 6152, 6470, 5934, 7224, 6204, 6802, 6155, 7160, 5917, 6925, 6093, 6821, 6188, 6941, 6229, 5935, 7731, 6033, 6947, 6040, 6873, 6155, 6550, 6081, 6469, 6061, 6321, 6393, 7241, 6210, 7608, 6134, 6909, 6646, 5947, 6795, 6067, 6092, 6479, 6295, 6444, 6290, 6559, 6273, 6585, 6596, 6135, 7983, 6137, 6760, 6204, 6488, 7127, 6077, 7605, 6167, 7299, 5970, 6690, 6497, 6483, 6080, 6874, 6251, 7013, 5981, 7009, 6332, 6703, 6366, 5852, 6159, 6193, 6260, 5942, 6129, 6399, 6016, 5900, 6464, 6398, 7320, 5906, 6693, 6249, 6185, 5894, 6565, 6268, 6961, 5947, 7097, 6102, 6565, 6238, 6965, 5932, 7508, 6553, 6112, 7827, 5917, 6925, 6347, 6911, 6134, 6765, 6236, 6366, 5941, 6863, 5847, 6709, 7649, 6034, 6899, 6266, 6544, 5962, 6830, 6056, 6900, 6193, 6606, 6250, 6896, 5993, 7296, 5929, 6982, 5967, 7405, 6168, 7085, 6114, 7245, 6102, 7122, 7890, 5901, 6382, 6236, 6219, 6213, 6580, 5994, 7006, 5992, 6827, 6091, 6308, 6075, 6881, 5870, 6963, 5907, 6697, 6142, 6953, 5928, 6951, 6167, 6127, 7662, 6075, 6808, 6239, 6141, 6277, 5944, 6373, 6162, 6121, 6834, 6128, 6991, 6389, 6388, 6286, 6241, 7393, 6082, 6782, 6033, 6135, 6100, 6005, 6154, 5940, 6874, 6255, 6126, 6155, 6195, 6730, 5973, 6922, 6033, 7326, 6348, 7562, 8075, 6140, 7422, 6236, 6292, 6138, 5984, 6257, 6179, 6251, 6055, 6352, 5959, 7393, 6090, 6873, 6082, 6554, 6183, 6319, 6594, 6201, 7241, 5954, 6808, 6000, 6914, 6014, 6989, 6297, 6591, 6107, 6726, 6197, 6369, 7910, 6137, 6953, 5901, 6145, 5929, 6265, 6569, 6022, 7188, 6060, 7391, 6037, 7177, 8099, 5991, 7368, 6084, 7000, 5982, 6494, 6323, 6236, 6152, 6229, 6301, 6115, 6163, 6135, 6031, 6429, 5973, 7081, 6086, 6890, 5826, 6618, 6293, 6557, 6626, 5918, 7869, 6109, 7012, 5923, 6470, 5894, 7202, 6180, 7359, 6303, 7213, 6205, 7049, 5906, 7001, 5859, 7026, 6087, 6576, 6110, 6565, 5967, 7056, 6068, 7187, 5966, 7209, 6084, 6572, 6028, 6495, 6127, 6752, 5934, 6167, 6003, 6085, 6323, 6277, 6143, 6081, 6455, 6235, 6468, 6615, 6013, 7099, 6228, 6357, 6048, 6167, 6068, 6378, 6061, 6412, 5960, 6700, 5977, 6119, 5998, 6133, 6391, 7561, 5953, 7179, 5933, 6670, 6034, 7004, 6024, 6906, 6162, 6816, 6010, 6129, 5986, 6220, 6109, 6846, 6197, 6127, 5918, 6030, 5925, 6806, 5930, 7375, 5940, 7123, 5951, 7210, 5926, 7061, 6067, 6817, 5970, 7166, 5798, 7261, 5930, 7188, 6140, 6477, 6220, 6784, 6039, 6897, 7519, 5902, 7411, 6210, 7271, 5912, 7227, 6257, 7085, 6074, 6980, 6039, 7286, 5939, 6818, 6331, 6670, 6040, 7239, 5977, 7292, 6082, 7320, 6035, 6753, 5914, 7619, 6005, 7109, 5992, 6471, 5942, 6892, 6138, 7405, 6258, 7227, 5962, 7364, 6016, 7082, 6127, 7200, 6078, 6355, 6214, 6033, 6286, 6108, 6713, 6261, 7233, 6141, 7303, 6177, 6388, 6483, 7233, 5862, 7394, 6130, 7407, 6319, 6780, 5911, 6520, 5848, 7161, 6116, 6415, 6176, 6328, 5921, 7688, 5827, 6549, 6246, 5993, 7039, 6044, 7437, 6126, 7385, 5898, 7430, 6045, 7419, 6216, 7089, 6236, 7008, 6114, 6683, 6290, 7306, 6208, 7131, 6320, 6478, 6241, 7032, 6244, 6593, 6228, 6127, 6896, 6907, 5957, 7398, 5889, 6143, 6540, 6061, 7624, 6050, 6622, 6311, 5912, 7334, 8197, 5915, 7497, 5857, 7544, 6305, 7211, 6036, 6253, 6172, 5949, 6205, 6178, 6128, 6510, 6372, 6201, 6133, 6035, 7702, 5895, 7240, 5900, 7222, 6293, 6935, 6191, 6817, 6185, 7108, 5947, 7285, 6059, 7223, 6141, 7377, 5998, 7248, 6422, 7317, 6495, 7446, 5987, 7525, 6232, 7180, 7972, 5972, 6879, 5917, 6241, 5932, 6528, 5942, 6163, 6244, 6013, 6446, 6361, 6550, 8540, 6309, 7511, 6002, 6693, 6124, 6183, 6025, 6345, 6174, 6555, 6259, 6919, 6201, 6570, 6119, 6886, 6523, 6318, 7859, 5820, 7026, 5978, 6657, 6308, 7066, 5949, 6777, 6190, 7214, 6046, 7148, 5935, 6867, 5990, 7081, 6185, 6854, 6035, 7000, 5895, 7302, 5962, 7154, 6087, 7404, 6239, 6333, 8110, 5954, 7177, 6460, 6968, 5996, 7054, 5934, 6941, 5946, 6764, 6056, 7295, 6085, 7300, 5921, 6563, 6845, 6211, 6115, 6448, 5981, 6725, 6338, 6882, 6173, 7199, 6055, 7326, 6001, 7623, 6724, 6382, 5937, 6024, 6981, 6121, 7780, 6154, 7103, 6783, 7089, 7413, 6204, 6798, 6077, 6373, 6204, 5906, 7513, 6148, 7848, 6382, 7659, 6349, 7870, 7275, 7768, 6012, 6894, 6304, 6240, 7060, 6445, 6994, 6024, 6097, 6859, 6050, 6998, 6291, 7335, 6561, 7175, 6278, 7098, 6303, 6902, 5919, 6858, 6123, 6888, 6255, 6534, 6568, 6515, 6138, 7542, 5843, 7182, 6409, 6868, 6766, 6431, 6827, 8118, 6011, 7899, 5967, 6911, 5992, 6761, 5971, 6826, 6043, 6599, 6768, 6315, 6591, 5964, 7130, 6247, 7581, 6153, 7348, 6081, 7388, 8175, 6002, 7300, 5894, 7122, 5798, 6809, 5906, 6773, 6053, 6763, 5907, 6494, 6063, 7415, 5917, 6695, 5898, 6304, 6025, 6162, 6675, 6232, 7454, 5951, 7413, 6215, 7424, 6512, 6849, 5900, 6510, 5907, 6979, 5946, 6537, 6050, 6187, 6685, 6034, 7389, 6091, 7448, 6096, 6728, 5889, 6117, 6807, 6233, 7681, 5882, 6889, 6146, 6580, 6279, 5966, 7074, 6081, 7300, 6077, 7468, 6086, 7389, 5950, 6767, 5953, 7126, 5973, 6918, 6050, 6743, 5910, 7451, 5956, 6832, 5904, 6818, 6046, 6921, 5951, 6775, 5980, 6783, 5956, 6669, 5859, 6717, 6051, 6280, 6257, 5910], 'WindowCenter': [3907.0, 3882.0, 3902.0, 3896.0, 3855.0, 3885.0, 3852.0, 3851.0, 3851.0, 3860.0, 3850.0, 3860.0, 3850.0, 3841.0, 3838.0, 3839.0, 3838.0, 3838.0, 3840.0, 3851.0, 3840.0, 3840.0, 3850.0, 3851.0, 3850.0, 3851.0, 3859.0, 3850.0, 3848.0, 3839.0, 3849.0, 3851.0, 3862.0, 3849.0, 3850.0, 3839.0, 3840.0, 3838.0, 3840.0, 3851.0, 3840.0, 3839.0, 3851.0, 3851.0, 3851.0, 3840.0, 3852.0, 3872.0, 3840.0, 3850.0, 3840.0, 3851.0, 3850.0, 3852.0, 3852.0, 3852.0, 3872.0, 3853.0, 3863.0, 3854.0, 3862.0, 3842.0, 3864.0, 3852.0, 3863.0, 3852.0, 3873.0, 3851.0, 3851.0, 3884.0, 3852.0, 3863.0, 3853.0, 3861.0, 3852.0, 3852.0, 3863.0, 3863.0, 3854.0, 3864.0, 3866.0, 3875.0, 3865.0, 3884.0, 3854.0, 3874.0, 3863.0, 3851.0, 3862.0, 3852.0, 3853.0, 3864.0, 3864.0, 3865.0, 3864.0, 3866.0, 3863.0, 3875.0, 3863.0, 3854.0, 3883.0, 3841.0, 3851.0, 3840.0, 3850.0, 3860.0, 3851.0, 3870.0, 3838.0, 3859.0, 3839.0, 3849.0, 3850.0, 3850.0, 3851.0, 3860.0, 3852.0, 3861.0, 3852.0, 3862.0, 3851.0, 3863.0, 3851.0, 3840.0, 3839.0, 3850.0, 3849.0, 3851.0, 3840.0, 3851.0, 3850.0, 3840.0, 3850.0, 3851.0, 3859.0, 3840.0, 3860.0, 3851.0, 3851.0, 3841.0, 3862.0, 3863.0, 3872.0, 3854.0, 3876.0, 3855.0, 3863.0, 3853.0, 3862.0, 3853.0, 3873.0, 3850.0, 3841.0, 3859.0, 3828.0, 3847.0, 3837.0, 3847.0, 3837.0, 3849.0, 3850.0, 3850.0, 3839.0, 3861.0, 3840.0, 3862.0, 3870.0, 3840.0, 3859.0, 3849.0, 3848.0, 3840.0, 3861.0, 3851.0, 3861.0, 3850.0, 3862.0, 3851.0, 3861.0, 3852.0, 3871.0, 3853.0, 3861.0, 3852.0, 3873.0, 3841.0, 3860.0, 3840.0, 3859.0, 3837.0, 3860.0, 3869.0, 3827.0, 3835.0, 3837.0, 3835.0, 3838.0, 3847.0, 3838.0, 3860.0, 3850.0, 3849.0, 3839.0, 3849.0, 3851.0, 3861.0, 3841.0, 3874.0, 3842.0, 3861.0, 3850.0, 3861.0, 3840.0, 3860.0, 3839.0, 3851.0, 3870.0, 3839.0, 3849.0, 3836.0, 3838.0, 3849.0, 3838.0, 3848.0, 3849.0, 3851.0, 3861.0, 3852.0, 3874.0, 3852.0, 3852.0, 3861.0, 3862.0, 3871.0, 3852.0, 3860.0, 3850.0, 3840.0, 3840.0, 3852.0, 3851.0, 3852.0, 3863.0, 3863.0, 3852.0, 3853.0, 3864.0, 3874.0, 3869.0, 3888.0, 3867.0, 3887.0, 3877.0, 3888.0, 3884.0, 3852.0, 3874.0, 3851.0, 3851.0, 3850.0, 3852.0, 3863.0, 3864.0, 3862.0, 3854.0, 3863.0, 3853.0, 3873.0, 3853.0, 3865.0, 3851.0, 3851.0, 3851.0, 3852.0, 3860.0, 3854.0, 3860.0, 3851.0, 3860.0, 3851.0, 3860.0, 3851.0, 3863.0, 3851.0, 3862.0, 3852.0, 3863.0, 3840.0, 3852.0, 3871.0, 3841.0, 3860.0, 3840.0, 3839.0, 3852.0, 3862.0, 3875.0, 3853.0, 3873.0, 3852.0, 3872.0, 3852.0, 3874.0, 3871.0, 3838.0, 3857.0, 3838.0, 3858.0, 3838.0, 3850.0, 3848.0, 3839.0, 3838.0, 3840.0, 3850.0, 3853.0, 3851.0, 3850.0, 3851.0, 3850.0, 3851.0, 3862.0, 3852.0, 3862.0, 3840.0, 3861.0, 3851.0, 3852.0, 3861.0, 3842.0, 3871.0, 3840.0, 3859.0, 3839.0, 3849.0, 3840.0, 3860.0, 3851.0, 3860.0, 3850.0, 3860.0, 3840.0, 3859.0, 3839.0, 3859.0, 3838.0, 3860.0, 3850.0, 3862.0, 3840.0, 3861.0, 3852.0, 3871.0, 3853.0, 3873.0, 3853.0, 3872.0, 3852.0, 3862.0, 3853.0, 3851.0, 3854.0, 3864.0, 3853.0, 3851.0, 3852.0, 3851.0, 3852.0, 3862.0, 3852.0, 3851.0, 3852.0, 3851.0, 3852.0, 3860.0, 3852.0, 3862.0, 3852.0, 3851.0, 3853.0, 3851.0, 3851.0, 3851.0, 3852.0, 3850.0, 3851.0, 3851.0, 3840.0, 3850.0, 3851.0, 3840.0, 3851.0, 3870.0, 3841.0, 3859.0, 3839.0, 3849.0, 3851.0, 3860.0, 3852.0, 3861.0, 3851.0, 3860.0, 3851.0, 3851.0, 3852.0, 3840.0, 3853.0, 3862.0, 3852.0, 3840.0, 3842.0, 3840.0, 3851.0, 3849.0, 3839.0, 3860.0, 3840.0, 3861.0, 3851.0, 3871.0, 3850.0, 3861.0, 3852.0, 3862.0, 3852.0, 3873.0, 3843.0, 3873.0, 3853.0, 3874.0, 3852.0, 3852.0, 3852.0, 3863.0, 3852.0, 3874.0, 3872.0, 3842.0, 3872.0, 3852.0, 3872.0, 3842.0, 3872.0, 3863.0, 3862.0, 3851.0, 3862.0, 3850.0, 3873.0, 3851.0, 3863.0, 3851.0, 3863.0, 3852.0, 3873.0, 3853.0, 3884.0, 3865.0, 3874.0, 3854.0, 3863.0, 3854.0, 3873.0, 3853.0, 3863.0, 3852.0, 3851.0, 3852.0, 3862.0, 3851.0, 3872.0, 3853.0, 3873.0, 3853.0, 3885.0, 3868.0, 3875.0, 3867.0, 3887.0, 3854.0, 3864.0, 3866.0, 3852.0, 3863.0, 3852.0, 3876.0, 3866.0, 3876.0, 3853.0, 3874.0, 3854.0, 3865.0, 3864.0, 3873.0, 3853.0, 3873.0, 3866.0, 3874.0, 3864.0, 3863.0, 3843.0, 3862.0, 3855.0, 3874.0, 3853.0, 3852.0, 3855.0, 3850.0, 3854.0, 3884.0, 3844.0, 3851.0, 3853.0, 3851.0, 3861.0, 3841.0, 3873.0, 3853.0, 3873.0, 3853.0, 3872.0, 3853.0, 3874.0, 3840.0, 3861.0, 3840.0, 3860.0, 3842.0, 3851.0, 3850.0, 3861.0, 3840.0, 3863.0, 3851.0, 3851.0, 3850.0, 3861.0, 3850.0, 3852.0, 3840.0, 3851.0, 3874.0, 3874.0, 3852.0, 3872.0, 3853.0, 3853.0, 3879.0, 3868.0, 3886.0, 3855.0, 3864.0, 3853.0, 3842.0, 3874.0, 3871.0, 3841.0, 3860.0, 3840.0, 3860.0, 3840.0, 3861.0, 3838.0, 3839.0, 3826.0, 3839.0, 3838.0, 3840.0, 3840.0, 3851.0, 3852.0, 3852.0, 3852.0, 3855.0, 3872.0, 3842.0, 3873.0, 3842.0, 3862.0, 3854.0, 3863.0, 3852.0, 3863.0, 3853.0, 3862.0, 3853.0, 3875.0, 3854.0, 3873.0, 3855.0, 3873.0, 3854.0, 3875.0, 3866.0, 3874.0, 3864.0, 3873.0, 3852.0, 3874.0, 3852.0, 3863.0, 3870.0, 3841.0, 3849.0, 3841.0, 3851.0, 3852.0, 3852.0, 3853.0, 3841.0, 3853.0, 3852.0, 3853.0, 3851.0, 3853.0, 3882.0, 3850.0, 3861.0, 3839.0, 3850.0, 3838.0, 3841.0, 3840.0, 3851.0, 3851.0, 3851.0, 3851.0, 3863.0, 3841.0, 3862.0, 3840.0, 3861.0, 3849.0, 3852.0, 3870.0, 3829.0, 3848.0, 3839.0, 3849.0, 3851.0, 3860.0, 3839.0, 3849.0, 3840.0, 3859.0, 3840.0, 3862.0, 3839.0, 3850.0, 3840.0, 3861.0, 3839.0, 3863.0, 3851.0, 3862.0, 3841.0, 3872.0, 3852.0, 3862.0, 3854.0, 3874.0, 3840.0, 3852.0, 3871.0, 3840.0, 3862.0, 3850.0, 3860.0, 3840.0, 3860.0, 3840.0, 3861.0, 3851.0, 3861.0, 3851.0, 3861.0, 3853.0, 3861.0, 3840.0, 3851.0, 3849.0, 3840.0, 3838.0, 3851.0, 3851.0, 3862.0, 3864.0, 3862.0, 3841.0, 3861.0, 3841.0, 3861.0, 3850.0, 3873.0, 3849.0, 3838.0, 3839.0, 3839.0, 3847.0, 3840.0, 3858.0, 3838.0, 3847.0, 3850.0, 3861.0, 3873.0, 3851.0, 3861.0, 3852.0, 3862.0, 3865.0, 3855.0, 3874.0, 3853.0, 3872.0, 3851.0, 3869.0, 3852.0, 3872.0, 3872.0, 3871.0, 3851.0, 3861.0, 3851.0, 3852.0, 3860.0, 3851.0, 3860.0, 3850.0, 3852.0, 3862.0, 3852.0, 3861.0, 3852.0, 3871.0, 3863.0, 3873.0, 3851.0, 3860.0, 3852.0, 3861.0, 3842.0, 3862.0, 3853.0, 3862.0, 3853.0, 3863.0, 3863.0, 3852.0, 3854.0, 3884.0, 3845.0, 3863.0, 3854.0, 3861.0, 3862.0, 3850.0, 3864.0, 3871.0, 3841.0, 3870.0, 3840.0, 3860.0, 3840.0, 3849.0, 3841.0, 3850.0, 3842.0, 3850.0, 3862.0, 3851.0, 3862.0, 3852.0, 3862.0, 3852.0, 3872.0, 3841.0, 3860.0, 3840.0, 3861.0, 3869.0, 3828.0, 3847.0, 3826.0, 3848.0, 3828.0, 3848.0, 3828.0, 3849.0, 3838.0, 3849.0, 3839.0, 3849.0, 3850.0, 3861.0, 3840.0, 3849.0, 3840.0, 3849.0, 3840.0, 3851.0, 3863.0, 3852.0, 3872.0, 3852.0, 3871.0, 3853.0, 3874.0, 3864.0, 3863.0, 3843.0, 3851.0, 3842.0, 3873.0, 3854.0, 3852.0, 3853.0, 3851.0, 3862.0, 3853.0, 3874.0, 3853.0, 3873.0, 3852.0, 3862.0, 3842.0, 3853.0, 3863.0, 3851.0, 3872.0, 3842.0, 3861.0, 3853.0, 3863.0, 3853.0, 3850.0, 3861.0, 3851.0, 3873.0, 3852.0, 3861.0, 3840.0, 3861.0, 3840.0, 3849.0, 3841.0, 3860.0, 3839.0, 3860.0, 3840.0, 3849.0, 3828.0, 3859.0, 3839.0, 3849.0, 3838.0, 3848.0, 3839.0, 3859.0, 3839.0, 3848.0, 3839.0, 3849.0, 3851.0, 3861.0, 3841.0, 3862.0, 3841.0, 3849.0, 3851.0, 3841.0], 'WindowWidth': [8763.0, 8718.0, 8744.0, 8725.0, 8667.0, 8708.0, 8658.0, 8652.0, 8652.0, 8664.0, 8651.0, 8665.0, 8652.0, 8641.0, 8632.0, 8634.0, 8633.0, 8634.0, 8638.0, 8655.0, 8639.0, 8638.0, 8650.0, 8654.0, 8650.0, 8655.0, 8662.0, 8650.0, 8645.0, 8636.0, 8649.0, 8656.0, 8670.0, 8647.0, 8651.0, 8635.0, 8636.0, 8633.0, 8639.0, 8655.0, 8638.0, 8637.0, 8653.0, 8654.0, 8655.0, 8639.0, 8658.0, 8682.0, 8639.0, 8651.0, 8638.0, 8656.0, 8653.0, 8657.0, 8657.0, 8660.0, 8685.0, 8662.0, 8673.0, 8666.0, 8671.0, 8648.0, 8677.0, 8660.0, 8673.0, 8658.0, 8687.0, 8655.0, 8657.0, 8704.0, 8660.0, 8673.0, 8660.0, 8668.0, 8659.0, 8660.0, 8678.0, 8677.0, 8667.0, 8679.0, 8685.0, 8694.0, 8681.0, 8703.0, 8666.0, 8690.0, 8675.0, 8657.0, 8672.0, 8661.0, 8662.0, 8678.0, 8679.0, 8683.0, 8680.0, 8684.0, 8677.0, 8696.0, 8676.0, 8665.0, 8700.0, 8641.0, 8654.0, 8638.0, 8651.0, 8664.0, 8655.0, 8677.0, 8633.0, 8662.0, 8636.0, 8650.0, 8652.0, 8653.0, 8656.0, 8665.0, 8657.0, 8670.0, 8660.0, 8673.0, 8658.0, 8673.0, 8653.0, 8638.0, 8636.0, 8653.0, 8651.0, 8655.0, 8640.0, 8656.0, 8654.0, 8640.0, 8654.0, 8656.0, 8664.0, 8639.0, 8667.0, 8654.0, 8655.0, 8643.0, 8671.0, 8674.0, 8687.0, 8668.0, 8698.0, 8667.0, 8677.0, 8663.0, 8673.0, 8661.0, 8687.0, 8649.0, 8640.0, 8659.0, 8617.0, 8641.0, 8629.0, 8643.0, 8632.0, 8651.0, 8653.0, 8651.0, 8637.0, 8667.0, 8640.0, 8670.0, 8677.0, 8638.0, 8662.0, 8648.0, 8646.0, 8639.0, 8669.0, 8656.0, 8669.0, 8653.0, 8670.0, 8655.0, 8669.0, 8660.0, 8684.0, 8662.0, 8669.0, 8661.0, 8688.0, 8642.0, 8664.0, 8638.0, 8661.0, 8631.0, 8663.0, 8674.0, 8615.0, 8621.0, 8627.0, 8625.0, 8631.0, 8644.0, 8634.0, 8667.0, 8652.0, 8649.0, 8635.0, 8649.0, 8655.0, 8668.0, 8643.0, 8689.0, 8646.0, 8668.0, 8654.0, 8667.0, 8639.0, 8665.0, 8636.0, 8655.0, 8677.0, 8633.0, 8647.0, 8628.0, 8632.0, 8647.0, 8633.0, 8648.0, 8650.0, 8656.0, 8669.0, 8659.0, 8691.0, 8657.0, 8658.0, 8669.0, 8673.0, 8681.0, 8658.0, 8667.0, 8653.0, 8640.0, 8639.0, 8659.0, 8656.0, 8660.0, 8676.0, 8675.0, 8661.0, 8663.0, 8682.0, 8694.0, 8694.0, 8719.0, 8691.0, 8715.0, 8701.0, 8717.0, 8704.0, 8660.0, 8690.0, 8654.0, 8655.0, 8654.0, 8659.0, 8679.0, 8681.0, 8674.0, 8666.0, 8675.0, 8664.0, 8689.0, 8663.0, 8678.0, 8656.0, 8655.0, 8655.0, 8658.0, 8667.0, 8664.0, 8668.0, 8655.0, 8665.0, 8657.0, 8666.0, 8655.0, 8674.0, 8657.0, 8670.0, 8659.0, 8674.0, 8640.0, 8660.0, 8682.0, 8640.0, 8665.0, 8639.0, 8637.0, 8658.0, 8676.0, 8694.0, 8661.0, 8688.0, 8658.0, 8685.0, 8658.0, 8690.0, 8680.0, 8631.0, 8654.0, 8631.0, 8659.0, 8635.0, 8651.0, 8646.0, 8636.0, 8634.0, 8638.0, 8653.0, 8661.0, 8655.0, 8653.0, 8656.0, 8653.0, 8656.0, 8670.0, 8660.0, 8672.0, 8639.0, 8669.0, 8655.0, 8657.0, 8668.0, 8644.0, 8680.0, 8638.0, 8660.0, 8636.0, 8648.0, 8639.0, 8663.0, 8654.0, 8664.0, 8652.0, 8663.0, 8638.0, 8662.0, 8635.0, 8662.0, 8635.0, 8664.0, 8654.0, 8669.0, 8640.0, 8668.0, 8660.0, 8684.0, 8662.0, 8688.0, 8662.0, 8684.0, 8660.0, 8672.0, 8661.0, 8658.0, 8664.0, 8678.0, 8660.0, 8656.0, 8658.0, 8657.0, 8659.0, 8675.0, 8660.0, 8657.0, 8659.0, 8656.0, 8659.0, 8667.0, 8660.0, 8671.0, 8657.0, 8656.0, 8659.0, 8656.0, 8657.0, 8655.0, 8658.0, 8653.0, 8655.0, 8653.0, 8639.0, 8652.0, 8654.0, 8641.0, 8656.0, 8679.0, 8641.0, 8662.0, 8635.0, 8649.0, 8654.0, 8665.0, 8656.0, 8669.0, 8655.0, 8667.0, 8656.0, 8655.0, 8657.0, 8640.0, 8661.0, 8671.0, 8657.0, 8640.0, 8644.0, 8640.0, 8656.0, 8651.0, 8637.0, 8666.0, 8639.0, 8667.0, 8658.0, 8680.0, 8653.0, 8668.0, 8658.0, 8672.0, 8661.0, 8689.0, 8649.0, 8687.0, 8664.0, 8691.0, 8658.0, 8660.0, 8659.0, 8674.0, 8659.0, 8691.0, 8685.0, 8645.0, 8684.0, 8659.0, 8683.0, 8647.0, 8684.0, 8673.0, 8672.0, 8654.0, 8670.0, 8654.0, 8686.0, 8657.0, 8674.0, 8656.0, 8673.0, 8660.0, 8687.0, 8663.0, 8706.0, 8682.0, 8691.0, 8666.0, 8676.0, 8665.0, 8686.0, 8662.0, 8674.0, 8659.0, 8654.0, 8656.0, 8671.0, 8656.0, 8684.0, 8660.0, 8686.0, 8664.0, 8707.0, 8691.0, 8694.0, 8689.0, 8715.0, 8665.0, 8681.0, 8684.0, 8659.0, 8676.0, 8660.0, 8696.0, 8684.0, 8695.0, 8662.0, 8690.0, 8666.0, 8681.0, 8679.0, 8689.0, 8664.0, 8689.0, 8685.0, 8690.0, 8678.0, 8676.0, 8649.0, 8674.0, 8669.0, 8690.0, 8661.0, 8658.0, 8665.0, 8655.0, 8663.0, 8704.0, 8649.0, 8656.0, 8658.0, 8657.0, 8668.0, 8642.0, 8688.0, 8661.0, 8687.0, 8662.0, 8685.0, 8661.0, 8689.0, 8640.0, 8668.0, 8637.0, 8664.0, 8643.0, 8654.0, 8651.0, 8666.0, 8637.0, 8675.0, 8656.0, 8653.0, 8650.0, 8665.0, 8651.0, 8657.0, 8638.0, 8656.0, 8689.0, 8690.0, 8659.0, 8685.0, 8664.0, 8665.0, 8707.0, 8694.0, 8711.0, 8669.0, 8676.0, 8662.0, 8644.0, 8687.0, 8679.0, 8640.0, 8663.0, 8637.0, 8662.0, 8637.0, 8663.0, 8630.0, 8630.0, 8611.0, 8632.0, 8631.0, 8637.0, 8638.0, 8656.0, 8658.0, 8658.0, 8657.0, 8666.0, 8685.0, 8645.0, 8684.0, 8644.0, 8670.0, 8663.0, 8673.0, 8658.0, 8671.0, 8660.0, 8671.0, 8661.0, 8693.0, 8665.0, 8686.0, 8665.0, 8687.0, 8665.0, 8694.0, 8686.0, 8689.0, 8678.0, 8686.0, 8659.0, 8689.0, 8657.0, 8670.0, 8677.0, 8639.0, 8649.0, 8641.0, 8654.0, 8658.0, 8660.0, 8660.0, 8642.0, 8660.0, 8658.0, 8660.0, 8655.0, 8662.0, 8696.0, 8650.0, 8664.0, 8635.0, 8650.0, 8635.0, 8641.0, 8638.0, 8655.0, 8654.0, 8655.0, 8656.0, 8673.0, 8642.0, 8671.0, 8639.0, 8667.0, 8650.0, 8655.0, 8676.0, 8622.0, 8645.0, 8634.0, 8649.0, 8654.0, 8664.0, 8636.0, 8650.0, 8639.0, 8662.0, 8638.0, 8670.0, 8634.0, 8650.0, 8637.0, 8666.0, 8637.0, 8671.0, 8657.0, 8670.0, 8644.0, 8684.0, 8660.0, 8671.0, 8664.0, 8690.0, 8639.0, 8658.0, 8679.0, 8638.0, 8669.0, 8651.0, 8663.0, 8637.0, 8664.0, 8640.0, 8668.0, 8657.0, 8669.0, 8657.0, 8668.0, 8661.0, 8667.0, 8636.0, 8652.0, 8647.0, 8638.0, 8634.0, 8654.0, 8655.0, 8672.0, 8677.0, 8672.0, 8641.0, 8667.0, 8640.0, 8665.0, 8653.0, 8685.0, 8647.0, 8631.0, 8632.0, 8634.0, 8642.0, 8636.0, 8658.0, 8631.0, 8642.0, 8651.0, 8666.0, 8686.0, 8655.0, 8669.0, 8660.0, 8674.0, 8685.0, 8672.0, 8691.0, 8662.0, 8685.0, 8655.0, 8675.0, 8655.0, 8682.0, 8683.0, 8683.0, 8655.0, 8668.0, 8656.0, 8656.0, 8665.0, 8655.0, 8666.0, 8653.0, 8660.0, 8670.0, 8656.0, 8669.0, 8658.0, 8680.0, 8674.0, 8688.0, 8655.0, 8665.0, 8656.0, 8667.0, 8644.0, 8672.0, 8662.0, 8672.0, 8660.0, 8673.0, 8674.0, 8659.0, 8665.0, 8704.0, 8652.0, 8672.0, 8661.0, 8669.0, 8671.0, 8653.0, 8674.0, 8681.0, 8639.0, 8675.0, 8636.0, 8663.0, 8637.0, 8648.0, 8641.0, 8652.0, 8642.0, 8651.0, 8671.0, 8654.0, 8671.0, 8658.0, 8672.0, 8658.0, 8683.0, 8641.0, 8665.0, 8637.0, 8665.0, 8671.0, 8616.0, 8642.0, 8614.0, 8643.0, 8618.0, 8645.0, 8620.0, 8648.0, 8633.0, 8649.0, 8637.0, 8650.0, 8654.0, 8669.0, 8638.0, 8649.0, 8636.0, 8649.0, 8639.0, 8657.0, 8673.0, 8657.0, 8683.0, 8660.0, 8684.0, 8663.0, 8692.0, 8678.0, 8673.0, 8647.0, 8656.0, 8645.0, 8687.0, 8664.0, 8658.0, 8662.0, 8656.0, 8673.0, 8663.0, 8691.0, 8663.0, 8687.0, 8660.0, 8673.0, 8647.0, 8662.0, 8675.0, 8657.0, 8685.0, 8647.0, 8669.0, 8660.0, 8673.0, 8661.0, 8654.0, 8668.0, 8654.0, 8686.0, 8660.0, 8666.0, 8640.0, 8667.0, 8638.0, 8649.0, 8639.0, 8665.0, 8635.0, 8663.0, 8638.0, 8649.0, 8621.0, 8662.0, 8635.0, 8648.0, 8634.0, 8646.0, 8635.0, 8662.0, 8636.0, 8645.0, 8636.0, 8648.0, 8653.0, 8669.0, 8643.0, 8670.0, 8641.0, 8650.0, 8654.0, 8641.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.00025280600461893767</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017335469284064663</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.58632268764162</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1697867432832365</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.99385208347977</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4424</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7603.2729</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0732901592343425</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.1547344110854503</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6707195532112764</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.599135301668149</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.88249747673045</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.530525881235231</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00728815</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00814761407673359</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024693064391613007</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>866</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.70657484799329</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>29.6021</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.801</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.0097</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307489.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>597.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.3897</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0243</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.2244</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3115.9461</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3325.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69055.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>905.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4118.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.0481</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.841219424735755</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> |